|
|
|
1 | 2025-02-04T04:38:32.347Z | job assigned to worker 01JK7KZPBN3YNKKVCGT91ZHVJS [factory aws, i-056e74b98f03254c5] (queued for 57 s) |
|
2 | 2025-02-04T04:38:40.444Z | starting task 0: "setup" |
3 | 2025-02-04T04:38:40.449Z | ++ uname -s |
4 | 2025-02-04T04:38:40.451Z | + kern=SunOS |
5 | 2025-02-04T04:38:40.451Z | + build_user=build |
6 | 2025-02-04T04:38:40.451Z | + build_uid=12345 |
7 | 2025-02-04T04:38:40.451Z | + work_dir=/work |
8 | 2025-02-04T04:38:40.452Z | + input_dir=/input |
9 | 2025-02-04T04:38:40.452Z | + [[ 0 == 12345 ]] |
10 | 2025-02-04T04:38:40.452Z | + case "$kern" in |
11 | 2025-02-04T04:38:40.452Z | + groupadd -g 12345 build |
12 | 2025-02-04T04:38:40.455Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-04T04:38:42.462Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-04T04:38:42.572Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-04T04:38:42.575Z | + home_fs=zfs |
16 | 2025-02-04T04:38:42.575Z | + [[ zfs == autofs ]] |
17 | 2025-02-04T04:38:42.575Z | + mkdir -p /home/build |
18 | 2025-02-04T04:38:42.577Z | + chown build:build /home/build /work |
19 | 2025-02-04T04:38:44.579Z | + chmod 0700 /home/build /work |
20 | 2025-02-04T04:38:44.582Z | process exited: duration 4139 ms, exit code 0 |
|
21 | 2025-02-04T04:38:44.588Z | starting task 1: "rust-toolchain" |
22 | 2025-02-04T04:38:44.592Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-02-04T04:38:44.593Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-04T04:38:44.593Z | * rust toolchain channel = "stable" |
25 | 2025-02-04T04:38:44.593Z | * rust toolchain profile = "default" |
26 | 2025-02-04T04:38:44.593Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-04T04:38:44.593Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-04T04:38:44.595Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-04T04:38:44.596Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-02-04T04:38:44.717Z | info: downloading installer |
31 | 2025-02-04T04:38:46.208Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-04T04:38:46.208Z | warning: /opt/ooce/bin |
33 | 2025-02-04T04:38:46.208Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-04T04:38:46.208Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-04T04:38:46.208Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-04T04:38:46.208Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-04T04:38:46.208Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-04T04:38:46.208Z | error: cannot install while Rust is installed |
39 | 2025-02-04T04:38:46.208Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-04T04:38:46.220Z | info: profile set to 'default' |
41 | 2025-02-04T04:38:46.220Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-04T04:38:46.223Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-02-04T04:38:46.383Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-04T04:38:46.383Z | info: downloading component 'cargo' |
45 | 2025-02-04T04:38:47.352Z | info: downloading component 'clippy' |
46 | 2025-02-04T04:38:47.721Z | info: downloading component 'rust-docs' |
47 | 2025-02-04T04:38:49.039Z | info: downloading component 'rust-std' |
48 | 2025-02-04T04:38:51.184Z | info: downloading component 'rustc' |
49 | 2025-02-04T04:38:58.763Z | info: downloading component 'rustfmt' |
50 | 2025-02-04T04:38:59.045Z | info: installing component 'cargo' |
51 | 2025-02-04T04:38:59.869Z | info: installing component 'clippy' |
52 | 2025-02-04T04:39:00.250Z | info: installing component 'rust-docs' |
53 | 2025-02-04T04:39:01.946Z | info: installing component 'rust-std' |
54 | 2025-02-04T04:39:03.830Z | info: installing component 'rustc' |
55 | 2025-02-04T04:39:09.831Z | info: installing component 'rustfmt' |
56 | 2025-02-04T04:39:10.164Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-02-04T04:39:10.165Z | |
58 | 2025-02-04T04:39:10.558Z | stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-04T04:39:10.558Z | |
60 | 2025-02-04T04:39:10.561Z | |
61 | 2025-02-04T04:39:10.561Z | Rust is installed now. Great! |
62 | 2025-02-04T04:39:10.561Z | |
63 | 2025-02-04T04:39:10.561Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-04T04:39:10.561Z | environment variable. This has not been done automatically. |
65 | 2025-02-04T04:39:10.561Z | |
66 | 2025-02-04T04:39:10.561Z | To configure your current shell, you need to source |
67 | 2025-02-04T04:39:10.561Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-04T04:39:10.561Z | |
69 | 2025-02-04T04:39:10.561Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-04T04:39:10.561Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-04T04:39:10.561Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-04T04:39:10.646Z | + rustup --version |
73 | 2025-02-04T04:39:10.654Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-04T04:39:10.654Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-04T04:39:10.733Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-04T04:39:10.736Z | + cargo --version |
77 | 2025-02-04T04:39:10.795Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-04T04:39:10.798Z | + rustc --version |
79 | 2025-02-04T04:39:10.859Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-04T04:39:10.863Z | process exited: duration 26268 ms, exit code 0 |
|
81 | 2025-02-04T04:39:10.868Z | starting task 2: "authentication" |
82 | 2025-02-04T04:39:10.890Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-04T04:39:10.895Z | starting task 3: "clone repository" |
84 | 2025-02-04T04:39:10.900Z | + mkdir -p /work/nextest-rs/nextest |
85 | 2025-02-04T04:39:10.903Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
86 | 2025-02-04T04:39:10.947Z | Cloning into '/work/nextest-rs/nextest'... |
87 | 2025-02-04T04:39:13.054Z | + cd /work/nextest-rs/nextest |
88 | 2025-02-04T04:39:13.054Z | + git fetch origin b82fceda39d51ad29871845e1d05a9d04bbc3d7d |
89 | 2025-02-04T04:39:13.356Z | From https://github.com/nextest-rs/nextest |
90 | 2025-02-04T04:39:13.356Z | * branch b82fceda39d51ad29871845e1d05a9d04bbc3d7d -> FETCH_HEAD |
91 | 2025-02-04T04:39:13.366Z | + [[ -n renovate/winnow-0.x ]] |
92 | 2025-02-04T04:39:13.368Z | ++ git branch --show-current |
93 | 2025-02-04T04:39:13.371Z | + current=main |
94 | 2025-02-04T04:39:13.371Z | + [[ main != renovate/winnow-0.x ]] |
95 | 2025-02-04T04:39:13.371Z | + git branch -f renovate/winnow-0.x b82fceda39d51ad29871845e1d05a9d04bbc3d7d |
96 | 2025-02-04T04:39:13.373Z | + git checkout -f renovate/winnow-0.x |
97 | 2025-02-04T04:39:13.442Z | Switched to branch 'renovate/winnow-0.x' |
98 | 2025-02-04T04:39:13.445Z | + git reset --hard b82fceda39d51ad29871845e1d05a9d04bbc3d7d |
99 | 2025-02-04T04:39:13.449Z | HEAD is now at b82fceda chore(deps): update rust crate winnow to 0.7.1 |
100 | 2025-02-04T04:39:13.452Z | process exited: duration 2554 ms, exit code 0 |
|
101 | 2025-02-04T04:39:13.457Z | starting task 4: "build" |
102 | 2025-02-04T04:39:13.466Z | + PLATFORM=illumos |
103 | 2025-02-04T04:39:13.466Z | + export CARGO_TERM_COLOR=always |
104 | 2025-02-04T04:39:13.466Z | + CARGO_TERM_COLOR=always |
105 | 2025-02-04T04:39:13.466Z | + cargo --version |
106 | 2025-02-04T04:39:13.516Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-04T04:39:13.524Z | + rustc --version |
108 | 2025-02-04T04:39:13.582Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-04T04:39:13.585Z | + banner install |
110 | 2025-02-04T04:39:13.588Z | |
111 | 2025-02-04T04:39:13.588Z | # # # #### ##### ## # # |
112 | 2025-02-04T04:39:13.588Z | # ## # # # # # # # |
113 | 2025-02-04T04:39:13.588Z | # # # # #### # # # # # |
114 | 2025-02-04T04:39:13.588Z | # # # # # # ###### # # |
115 | 2025-02-04T04:39:13.588Z | # # ## # # # # # # # |
116 | 2025-02-04T04:39:13.588Z | # # # #### # # # ###### ###### |
117 | 2025-02-04T04:39:13.591Z | |
118 | 2025-02-04T04:39:13.591Z | + mkdir -p /home/build/.cargo/bin |
119 | 2025-02-04T04:39:13.591Z | + curl -LsSf https://get.nexte.st/latest/illumos |
120 | 2025-02-04T04:39:13.594Z | + gunzip |
121 | 2025-02-04T04:39:13.594Z | + tar xf - -C /home/build/.cargo/bin |
122 | 2025-02-04T04:39:14.882Z | + banner metadata |
123 | 2025-02-04T04:39:14.885Z | |
124 | 2025-02-04T04:39:14.885Z | # # ###### ##### ## ##### ## ##### ## |
125 | 2025-02-04T04:39:14.885Z | ## ## # # # # # # # # # # # |
126 | 2025-02-04T04:39:14.885Z | # ## # ##### # # # # # # # # # # |
127 | 2025-02-04T04:39:14.885Z | # # # # ###### # # ###### # ###### |
128 | 2025-02-04T04:39:14.885Z | # # # # # # # # # # # # # |
129 | 2025-02-04T04:39:14.885Z | # # ###### # # # ##### # # # # # |
130 | 2025-02-04T04:39:14.885Z | |
131 | 2025-02-04T04:39:14.885Z | + ptime -m cargo build --package nextest-metadata |
132 | 2025-02-04T04:39:15.028Z | Updating crates.io index |
133 | 2025-02-04T04:39:16.079Z | Downloading crates ... |
134 | 2025-02-04T04:39:16.154Z | Downloaded autocfg v1.4.0 |
135 | 2025-02-04T04:39:16.172Z | Downloaded anstyle-query v1.1.2 |
136 | 2025-02-04T04:39:16.218Z | Downloaded value-bag-serde1 v1.10.0 |
137 | 2025-02-04T04:39:16.224Z | Downloaded value-bag-sval2 v1.10.0 |
138 | 2025-02-04T04:39:16.226Z | Downloaded tracing v0.1.41 |
139 | 2025-02-04T04:39:16.229Z | Downloaded unicode-linebreak v0.1.5 |
140 | 2025-02-04T04:39:16.231Z | Downloaded unicase v2.8.0 |
141 | 2025-02-04T04:39:16.234Z | Downloaded typeid v1.0.2 |
142 | 2025-02-04T04:39:16.242Z | Downloaded utf8parse v0.2.2 |
143 | 2025-02-04T04:39:16.247Z | Downloaded tracing-log v0.2.0 |
144 | 2025-02-04T04:39:16.251Z | Downloaded zerocopy-derive v0.7.35 |
145 | 2025-02-04T04:39:16.255Z | Downloaded unicode-ident v1.0.16 |
146 | 2025-02-04T04:39:16.264Z | Downloaded xxhash-rust v0.8.15 |
147 | 2025-02-04T04:39:16.266Z | Downloaded value-bag v1.10.0 |
148 | 2025-02-04T04:39:16.268Z | Downloaded equivalent v1.0.1 |
149 | 2025-02-04T04:39:16.270Z | Downloaded cfg_aliases v0.2.1 |
150 | 2025-02-04T04:39:16.270Z | Downloaded bit-set v0.8.0 |
151 | 2025-02-04T04:39:16.273Z | Downloaded tracing-core v0.1.33 |
152 | 2025-02-04T04:39:16.280Z | Downloaded heck v0.5.0 |
153 | 2025-02-04T04:39:16.287Z | Downloaded byteorder v1.5.0 |
154 | 2025-02-04T04:39:16.291Z | Downloaded zerocopy v0.7.35 |
155 | 2025-02-04T04:39:16.307Z | Downloaded is_ci v1.2.0 |
156 | 2025-02-04T04:39:16.310Z | Downloaded include_dir_macros v0.7.4 |
157 | 2025-02-04T04:39:16.310Z | Downloaded guppy-workspace-hack v0.1.0 |
158 | 2025-02-04T04:39:16.312Z | Downloaded tracing-subscriber v0.3.19 |
159 | 2025-02-04T04:39:16.318Z | Downloaded include_dir v0.7.4 |
160 | 2025-02-04T04:39:16.321Z | Downloaded erased-serde v0.4.5 |
161 | 2025-02-04T04:39:16.323Z | Downloaded unicode-width v0.2.0 |
162 | 2025-02-04T04:39:16.328Z | Downloaded supports-hyperlinks v3.0.0 |
163 | 2025-02-04T04:39:16.330Z | Downloaded cfg-if v1.0.0 |
164 | 2025-02-04T04:39:16.330Z | Downloaded unicode-width v0.1.14 |
165 | 2025-02-04T04:39:16.346Z | Downloaded target-spec-miette v0.4.4 |
166 | 2025-02-04T04:39:16.348Z | Downloaded colorchoice v1.0.3 |
167 | 2025-02-04T04:39:16.351Z | Downloaded itoa v1.0.14 |
168 | 2025-02-04T04:39:16.351Z | Downloaded is_terminal_polyfill v1.70.1 |
169 | 2025-02-04T04:39:16.354Z | Downloaded errno v0.3.9 |
170 | 2025-02-04T04:39:16.354Z | Downloaded backtrace-ext v0.2.1 |
171 | 2025-02-04T04:39:16.356Z | Downloaded clap_lex v0.7.4 |
172 | 2025-02-04T04:39:16.359Z | Downloaded ppv-lite86 v0.2.20 |
173 | 2025-02-04T04:39:16.364Z | Downloaded either v1.13.0 |
174 | 2025-02-04T04:39:16.369Z | Downloaded anstyle v1.0.9 |
175 | 2025-02-04T04:39:16.372Z | Downloaded adler v1.0.2 |
176 | 2025-02-04T04:39:16.375Z | Downloaded rand_chacha v0.3.1 |
177 | 2025-02-04T04:39:16.379Z | Downloaded rand_core v0.6.4 |
178 | 2025-02-04T04:39:16.385Z | Downloaded anstyle-parse v0.2.6 |
179 | 2025-02-04T04:39:16.389Z | Downloaded thiserror-impl v1.0.69 |
180 | 2025-02-04T04:39:16.391Z | Downloaded bit-vec v0.8.0 |
181 | 2025-02-04T04:39:16.394Z | Downloaded backtrace v0.3.71 |
182 | 2025-02-04T04:39:16.396Z | Downloaded supports-unicode v3.0.0 |
183 | 2025-02-04T04:39:16.399Z | Downloaded thread_local v1.1.8 |
184 | 2025-02-04T04:39:16.402Z | Downloaded sval_fmt v2.13.2 |
185 | 2025-02-04T04:39:16.402Z | Downloaded smol_str v0.3.2 |
186 | 2025-02-04T04:39:16.404Z | Downloaded tokio-macros v2.5.0 |
187 | 2025-02-04T04:39:16.404Z | Downloaded terminal_size v0.4.0 |
188 | 2025-02-04T04:39:16.407Z | Downloaded sval_buffer v2.13.2 |
189 | 2025-02-04T04:39:16.407Z | Downloaded shlex v1.3.0 |
190 | 2025-02-04T04:39:16.409Z | Downloaded sval_dynamic v2.13.2 |
191 | 2025-02-04T04:39:16.409Z | Downloaded miette-derive v7.4.0 |
192 | 2025-02-04T04:39:16.412Z | Downloaded strsim v0.11.1 |
193 | 2025-02-04T04:39:16.414Z | Downloaded sval_serde v2.13.2 |
194 | 2025-02-04T04:39:16.414Z | Downloaded serde_fmt v1.0.3 |
195 | 2025-02-04T04:39:16.417Z | Downloaded clap_derive v4.5.24 |
196 | 2025-02-04T04:39:16.420Z | Downloaded signal-hook-registry v1.4.2 |
197 | 2025-02-04T04:39:16.420Z | Downloaded thiserror v1.0.69 |
198 | 2025-02-04T04:39:16.423Z | Downloaded sval_json v2.13.2 |
199 | 2025-02-04T04:39:16.426Z | Downloaded owo-colors v4.1.0 |
200 | 2025-02-04T04:39:16.429Z | Downloaded supports-color v3.0.2 |
201 | 2025-02-04T04:39:16.429Z | Downloaded lazy_static v1.5.0 |
202 | 2025-02-04T04:39:16.432Z | Downloaded quote v1.0.38 |
203 | 2025-02-04T04:39:16.432Z | Downloaded jobserver v0.1.32 |
204 | 2025-02-04T04:39:16.435Z | Downloaded camino v1.1.9 |
205 | 2025-02-04T04:39:16.437Z | Downloaded getrandom v0.2.15 |
206 | 2025-02-04T04:39:16.455Z | Downloaded console v0.15.8 |
207 | 2025-02-04T04:39:16.458Z | Downloaded smallvec v1.13.2 |
208 | 2025-02-04T04:39:16.460Z | Downloaded sval_ref v2.13.2 |
209 | 2025-02-04T04:39:16.463Z | Downloaded sval_nested v2.13.2 |
210 | 2025-02-04T04:39:16.463Z | Downloaded rustc-demangle v0.1.24 |
211 | 2025-02-04T04:39:16.466Z | Downloaded sval v2.13.2 |
212 | 2025-02-04T04:39:16.468Z | Downloaded target-spec v3.3.1 |
213 | 2025-02-04T04:39:16.470Z | Downloaded target-lexicon v0.12.16 |
214 | 2025-02-04T04:39:16.473Z | Downloaded log v0.4.24 |
215 | 2025-02-04T04:39:16.475Z | Downloaded bitflags v2.8.0 |
216 | 2025-02-04T04:39:16.478Z | Downloaded num-traits v0.2.19 |
217 | 2025-02-04T04:39:16.480Z | Downloaded anstream v0.6.17 |
218 | 2025-02-04T04:39:16.484Z | Downloaded once_cell v1.20.2 |
219 | 2025-02-04T04:39:16.486Z | Downloaded miniz_oxide v0.7.4 |
220 | 2025-02-04T04:39:16.489Z | Downloaded pin-project-lite v0.2.16 |
221 | 2025-02-04T04:39:16.494Z | Downloaded proc-macro2 v1.0.93 |
222 | 2025-02-04T04:39:16.496Z | Downloaded bytes v1.9.0 |
223 | 2025-02-04T04:39:16.500Z | Downloaded ryu v1.0.18 |
224 | 2025-02-04T04:39:16.503Z | Downloaded addr2line v0.21.0 |
225 | 2025-02-04T04:39:16.506Z | Downloaded socket2 v0.5.8 |
226 | 2025-02-04T04:39:16.509Z | Downloaded cfg-expr v0.17.2 |
227 | 2025-02-04T04:39:16.512Z | Downloaded borsh v1.5.1 |
228 | 2025-02-04T04:39:16.517Z | Downloaded clap v4.5.27 |
229 | 2025-02-04T04:39:16.527Z | Downloaded textwrap v0.16.1 |
230 | 2025-02-04T04:39:16.530Z | Downloaded serde_derive v1.0.217 |
231 | 2025-02-04T04:39:16.537Z | Downloaded sharded-slab v0.1.7 |
232 | 2025-02-04T04:39:16.543Z | Downloaded indexmap v2.7.1 |
233 | 2025-02-04T04:39:16.547Z | Downloaded rand v0.8.5 |
234 | 2025-02-04T04:39:16.553Z | Downloaded serde v1.0.217 |
235 | 2025-02-04T04:39:16.556Z | Downloaded mio v1.0.3 |
236 | 2025-02-04T04:39:16.563Z | Downloaded memchr v2.7.4 |
237 | 2025-02-04T04:39:16.569Z | Downloaded cc v1.2.5 |
238 | 2025-02-04T04:39:16.593Z | Downloaded miette v7.4.0 |
239 | 2025-02-04T04:39:16.612Z | Downloaded clap_builder v4.5.27 |
240 | 2025-02-04T04:39:16.622Z | Downloaded hashbrown v0.15.2 |
241 | 2025-02-04T04:39:16.632Z | Downloaded serde_json v1.0.138 |
242 | 2025-02-04T04:39:16.639Z | Downloaded aho-corasick v1.1.3 |
243 | 2025-02-04T04:39:16.705Z | Downloaded gimli v0.28.1 |
244 | 2025-02-04T04:39:16.713Z | Downloaded object v0.32.2 |
245 | 2025-02-04T04:39:16.724Z | Downloaded syn v2.0.96 |
246 | 2025-02-04T04:39:16.736Z | Downloaded regex-syntax v0.8.5 |
247 | 2025-02-04T04:39:16.747Z | Downloaded rustix v0.38.37 |
248 | 2025-02-04T04:39:16.810Z | Downloaded regex-automata v0.4.8 |
249 | 2025-02-04T04:39:16.838Z | Downloaded libc v0.2.169 |
250 | 2025-02-04T04:39:16.861Z | Downloaded tokio v1.43.0 |
251 | 2025-02-04T04:39:17.075Z | Compiling proc-macro2 v1.0.93 |
252 | 2025-02-04T04:39:17.075Z | Compiling unicode-ident v1.0.16 |
253 | 2025-02-04T04:39:17.078Z | Compiling libc v0.2.169 |
254 | 2025-02-04T04:39:17.078Z | Compiling serde v1.0.217 |
255 | 2025-02-04T04:39:17.078Z | Compiling cfg-if v1.0.0 |
256 | 2025-02-04T04:39:17.094Z | Compiling memchr v2.7.4 |
257 | 2025-02-04T04:39:17.097Z | Compiling shlex v1.3.0 |
258 | 2025-02-04T04:39:17.186Z | Compiling rustix v0.38.37 |
259 | 2025-02-04T04:39:17.273Z | Compiling bitflags v2.8.0 |
260 | 2025-02-04T04:39:17.439Z | Compiling once_cell v1.20.2 |
261 | 2025-02-04T04:39:17.671Z | Compiling adler v1.0.2 |
262 | 2025-02-04T04:39:17.748Z | Compiling gimli v0.28.1 |
263 | 2025-02-04T04:39:17.804Z | Compiling target-lexicon v0.12.16 |
264 | 2025-02-04T04:39:17.883Z | Compiling miniz_oxide v0.7.4 |
265 | 2025-02-04T04:39:17.936Z | Compiling tracing-core v0.1.33 |
266 | 2025-02-04T04:39:18.417Z | Compiling jobserver v0.1.32 |
267 | 2025-02-04T04:39:18.702Z | Compiling object v0.32.2 |
268 | 2025-02-04T04:39:18.740Z | Compiling utf8parse v0.2.2 |
269 | 2025-02-04T04:39:18.743Z | Compiling serde_json v1.0.138 |
270 | 2025-02-04T04:39:18.899Z | Compiling quote v1.0.38 |
271 | 2025-02-04T04:39:19.085Z | Compiling cc v1.2.5 |
272 | 2025-02-04T04:39:19.104Z | Compiling errno v0.3.9 |
273 | 2025-02-04T04:39:19.192Z | Compiling thiserror v1.0.69 |
274 | 2025-02-04T04:39:19.320Z | Compiling syn v2.0.96 |
275 | 2025-02-04T04:39:19.384Z | Compiling unicode-width v0.1.14 |
276 | 2025-02-04T04:39:19.486Z | Compiling owo-colors v4.1.0 |
277 | 2025-02-04T04:39:19.740Z | Compiling byteorder v1.5.0 |
278 | 2025-02-04T04:39:19.808Z | Compiling camino v1.1.9 |
279 | 2025-02-04T04:39:19.910Z | Compiling rustc-demangle v0.1.24 |
280 | 2025-02-04T04:39:20.050Z | Compiling guppy-workspace-hack v0.1.0 |
281 | 2025-02-04T04:39:20.367Z | Compiling terminal_size v0.4.0 |
282 | 2025-02-04T04:39:20.583Z | Compiling getrandom v0.2.15 |
283 | 2025-02-04T04:39:20.709Z | Compiling anstyle-parse v0.2.6 |
284 | 2025-02-04T04:39:20.898Z | Compiling autocfg v1.4.0 |
285 | 2025-02-04T04:39:20.915Z | Compiling smallvec v1.13.2 |
286 | 2025-02-04T04:39:21.037Z | Compiling is_terminal_polyfill v1.70.1 |
287 | 2025-02-04T04:39:21.173Z | Compiling is_ci v1.2.0 |
288 | 2025-02-04T04:39:21.294Z | Compiling itoa v1.0.14 |
289 | 2025-02-04T04:39:21.459Z | Compiling lazy_static v1.5.0 |
290 | 2025-02-04T04:39:21.524Z | Compiling ryu v1.0.18 |
291 | 2025-02-04T04:39:21.594Z | Compiling addr2line v0.21.0 |
292 | 2025-02-04T04:39:21.608Z | Compiling target-spec v3.3.1 |
293 | 2025-02-04T04:39:21.764Z | Compiling anstyle-query v1.1.2 |
294 | 2025-02-04T04:39:21.896Z | Compiling anstyle v1.0.9 |
295 | 2025-02-04T04:39:21.913Z | Compiling unicode-linebreak v0.1.5 |
296 | 2025-02-04T04:39:22.111Z | Compiling colorchoice v1.0.3 |
297 | 2025-02-04T04:39:22.246Z | Compiling anstream v0.6.17 |
298 | 2025-02-04T04:39:22.309Z | Compiling num-traits v0.2.19 |
299 | 2025-02-04T04:39:22.326Z | Compiling textwrap v0.16.1 |
300 | 2025-02-04T04:39:22.367Z | Compiling supports-color v3.0.2 |
301 | 2025-02-04T04:39:22.420Z | Compiling cfg-expr v0.17.2 |
302 | 2025-02-04T04:39:22.453Z | Compiling backtrace v0.3.71 |
303 | 2025-02-04T04:39:22.655Z | Compiling rand_core v0.6.4 |
304 | 2025-02-04T04:39:23.044Z | Compiling include_dir_macros v0.7.4 |
305 | 2025-02-04T04:39:23.081Z | Compiling unicode-width v0.2.0 |
306 | 2025-02-04T04:39:23.379Z | Compiling pin-project-lite v0.2.16 |
307 | 2025-02-04T04:39:23.518Z | Compiling supports-hyperlinks v3.0.0 |
308 | 2025-02-04T04:39:23.629Z | Compiling clap_lex v0.7.4 |
309 | 2025-02-04T04:39:23.771Z | Compiling unicase v2.8.0 |
310 | 2025-02-04T04:39:23.792Z | Compiling supports-unicode v3.0.0 |
311 | 2025-02-04T04:39:23.920Z | Compiling strsim v0.11.1 |
312 | 2025-02-04T04:39:23.935Z | Compiling log v0.4.24 |
313 | 2025-02-04T04:39:24.038Z | Compiling heck v0.5.0 |
314 | 2025-02-04T04:39:24.085Z | Compiling include_dir v0.7.4 |
315 | 2025-02-04T04:39:24.151Z | Compiling tracing v0.1.41 |
316 | 2025-02-04T04:39:24.335Z | Compiling clap_builder v4.5.27 |
317 | 2025-02-04T04:39:24.349Z | Compiling tracing-log v0.2.0 |
318 | 2025-02-04T04:39:24.571Z | Compiling sharded-slab v0.1.7 |
319 | 2025-02-04T04:39:24.585Z | Compiling signal-hook-registry v1.4.2 |
320 | 2025-02-04T04:39:24.786Z | Compiling mio v1.0.3 |
321 | 2025-02-04T04:39:24.814Z | Compiling aho-corasick v1.1.3 |
322 | 2025-02-04T04:39:25.340Z | Compiling thread_local v1.1.8 |
323 | 2025-02-04T04:39:25.459Z | Compiling backtrace-ext v0.2.1 |
324 | 2025-02-04T04:39:25.785Z | Compiling bit-vec v0.8.0 |
325 | 2025-02-04T04:39:25.801Z | Compiling regex-syntax v0.8.5 |
326 | 2025-02-04T04:39:25.905Z | Compiling equivalent v1.0.1 |
327 | 2025-02-04T04:39:25.965Z | Compiling bytes v1.9.0 |
328 | 2025-02-04T04:39:26.022Z | Compiling hashbrown v0.15.2 |
329 | 2025-02-04T04:39:26.237Z | Compiling bit-set v0.8.0 |
330 | 2025-02-04T04:39:26.538Z | Compiling tracing-subscriber v0.3.19 |
331 | 2025-02-04T04:39:27.234Z | Compiling console v0.15.8 |
332 | 2025-02-04T04:39:28.760Z | Compiling xxhash-rust v0.8.15 |
333 | 2025-02-04T04:39:28.906Z | Compiling either v1.13.0 |
334 | 2025-02-04T04:39:29.555Z | Compiling regex-automata v0.4.8 |
335 | 2025-02-04T04:39:30.025Z | Compiling serde_derive v1.0.217 |
336 | 2025-02-04T04:39:30.168Z | Compiling zerocopy-derive v0.7.35 |
337 | 2025-02-04T04:39:30.305Z | Compiling thiserror-impl v1.0.69 |
338 | 2025-02-04T04:39:30.396Z | Compiling miette-derive v7.4.0 |
339 | 2025-02-04T04:39:32.115Z | Compiling zerocopy v0.7.35 |
340 | 2025-02-04T04:39:32.679Z | Compiling tokio-macros v2.5.0 |
341 | 2025-02-04T04:39:33.116Z | Compiling clap_derive v4.5.24 |
342 | 2025-02-04T04:39:33.262Z | Compiling miette v7.4.0 |
343 | 2025-02-04T04:39:33.411Z | Compiling ppv-lite86 v0.2.20 |
344 | 2025-02-04T04:39:34.124Z | Compiling rand_chacha v0.3.1 |
345 | 2025-02-04T04:39:34.151Z | Compiling tokio v1.43.0 |
346 | 2025-02-04T04:39:35.305Z | Compiling rand v0.8.5 |
347 | 2025-02-04T04:39:37.449Z | Compiling clap v4.5.27 |
348 | 2025-02-04T04:39:40.576Z | Compiling indexmap v2.7.1 |
349 | 2025-02-04T04:39:40.579Z | Compiling smol_str v0.3.2 |
350 | 2025-02-04T04:39:41.188Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
351 | 2025-02-04T04:39:42.705Z | Compiling target-spec-miette v0.4.4 |
352 | 2025-02-04T04:39:42.977Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
353 | 2025-02-04T04:39:44.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.79s |
354 | 2025-02-04T04:39:44.941Z | |
355 | 2025-02-04T04:39:44.941Z | real 30.018532914 |
356 | 2025-02-04T04:39:44.944Z | user 2:49.410545475 |
357 | 2025-02-04T04:39:44.944Z | sys 19.692578832 |
358 | 2025-02-04T04:39:44.944Z | trap 0.105173526 |
359 | 2025-02-04T04:39:44.944Z | tflt 0.323733525 |
360 | 2025-02-04T04:39:44.944Z | dflt 0.162277945 |
361 | 2025-02-04T04:39:44.944Z | kflt 0.001771360 |
362 | 2025-02-04T04:39:44.944Z | lock 4:10.849367193 |
363 | 2025-02-04T04:39:44.944Z | slp 9:42.984334446 |
364 | 2025-02-04T04:39:44.944Z | lat 9.195301524 |
365 | 2025-02-04T04:39:44.944Z | stop 18.955674347 |
366 | 2025-02-04T04:39:44.944Z | + banner no-update |
367 | 2025-02-04T04:39:44.944Z | |
368 | 2025-02-04T04:39:44.944Z | # # #### # # ##### ##### ## ##### ###### |
369 | 2025-02-04T04:39:44.944Z | ## # # # # # # # # # # # # # |
370 | 2025-02-04T04:39:44.944Z | # # # # # ##### # # # # # # # # # ##### |
371 | 2025-02-04T04:39:44.944Z | # # # # # # # ##### # # ###### # # |
372 | 2025-02-04T04:39:44.944Z | # ## # # # # # # # # # # # |
373 | 2025-02-04T04:39:44.944Z | # # #### #### # ##### # # # ###### |
374 | 2025-02-04T04:39:44.944Z | |
375 | 2025-02-04T04:39:44.944Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
376 | 2025-02-04T04:39:45.090Z | Downloading crates ... |
377 | 2025-02-04T04:39:45.187Z | Downloaded async-scoped v0.9.0 |
378 | 2025-02-04T04:39:45.201Z | Downloaded filetime v0.2.25 |
379 | 2025-02-04T04:39:45.211Z | Downloaded atomicwrites v0.4.4 |
380 | 2025-02-04T04:39:45.221Z | Downloaded enable-ansi-support v0.2.1 |
381 | 2025-02-04T04:39:45.228Z | Downloaded number_prefix v0.4.0 |
382 | 2025-02-04T04:39:45.239Z | Downloaded zstd-safe v7.2.1 |
383 | 2025-02-04T04:39:45.249Z | Downloaded swrite v0.1.0 |
384 | 2025-02-04T04:39:45.252Z | Downloaded pin-utils v0.1.0 |
385 | 2025-02-04T04:39:45.255Z | Downloaded tinyvec_macros v0.1.1 |
386 | 2025-02-04T04:39:45.259Z | Downloaded futures-sink v0.3.31 |
387 | 2025-02-04T04:39:45.264Z | Downloaded serde_path_to_error v0.1.16 |
388 | 2025-02-04T04:39:45.266Z | Downloaded futures-macro v0.3.31 |
389 | 2025-02-04T04:39:45.269Z | Downloaded xattr v1.3.1 |
390 | 2025-02-04T04:39:45.271Z | Downloaded futures-task v0.3.31 |
391 | 2025-02-04T04:39:45.272Z | Downloaded future-queue v0.3.0 |
392 | 2025-02-04T04:39:45.275Z | Downloaded version_check v0.9.5 |
393 | 2025-02-04T04:39:45.275Z | Downloaded shared_child v1.0.1 |
394 | 2025-02-04T04:39:45.275Z | Downloaded debug-ignore v1.0.5 |
395 | 2025-02-04T04:39:45.277Z | Downloaded home v0.5.11 |
396 | 2025-02-04T04:39:45.280Z | Downloaded newtype-uuid v1.2.1 |
397 | 2025-02-04T04:39:45.280Z | Downloaded cargo-platform v0.1.9 |
398 | 2025-02-04T04:39:45.282Z | Downloaded humantime v2.1.0 |
399 | 2025-02-04T04:39:45.285Z | Downloaded duct v0.13.7 |
400 | 2025-02-04T04:39:45.288Z | Downloaded scopeguard v1.2.0 |
401 | 2025-02-04T04:39:45.291Z | Downloaded fnv v1.0.7 |
402 | 2025-02-04T04:39:45.293Z | Downloaded serde_ignored v0.1.10 |
403 | 2025-02-04T04:39:45.296Z | Downloaded dialoguer v0.11.0 |
404 | 2025-02-04T04:39:45.298Z | Downloaded parking_lot_core v0.9.10 |
405 | 2025-02-04T04:39:45.301Z | Downloaded pathdiff v0.2.3 |
406 | 2025-02-04T04:39:45.301Z | Downloaded indent_write v2.2.0 |
407 | 2025-02-04T04:39:45.303Z | Downloaded futures-executor v0.3.31 |
408 | 2025-02-04T04:39:45.303Z | Downloaded serde_spanned v0.6.8 |
409 | 2025-02-04T04:39:45.310Z | Downloaded nested v0.1.1 |
410 | 2025-02-04T04:39:45.317Z | Downloaded pkg-config v0.3.31 |
411 | 2025-02-04T04:39:45.320Z | Downloaded static_assertions v1.1.0 |
412 | 2025-02-04T04:39:45.322Z | Downloaded shell-words v1.1.0 |
413 | 2025-02-04T04:39:45.322Z | Downloaded toml_datetime v0.6.8 |
414 | 2025-02-04T04:39:45.322Z | Downloaded signal-hook-mio v0.2.4 |
415 | 2025-02-04T04:39:45.325Z | Downloaded zeroize v1.8.1 |
416 | 2025-02-04T04:39:45.325Z | Downloaded semver v1.0.25 |
417 | 2025-02-04T04:39:45.327Z | Downloaded fastrand v2.1.1 |
418 | 2025-02-04T04:39:45.330Z | Downloaded iana-time-zone v0.1.61 |
419 | 2025-02-04T04:39:45.330Z | Downloaded os_pipe v1.2.1 |
420 | 2025-02-04T04:39:45.332Z | Downloaded owo-colors v3.5.0 |
421 | 2025-02-04T04:39:45.334Z | Downloaded tempfile v3.13.0 |
422 | 2025-02-04T04:39:45.337Z | Downloaded ahash v0.8.11 |
423 | 2025-02-04T04:39:45.339Z | Downloaded cargo_metadata v0.19.1 |
424 | 2025-02-04T04:39:45.342Z | Downloaded slab v0.4.9 |
425 | 2025-02-04T04:39:45.347Z | Downloaded tracing-attributes v0.1.28 |
426 | 2025-02-04T04:39:45.349Z | Downloaded futures-channel v0.3.31 |
427 | 2025-02-04T04:39:45.352Z | Downloaded quick-junit v0.5.1 |
428 | 2025-02-04T04:39:45.355Z | Downloaded zstd v0.13.2 |
429 | 2025-02-04T04:39:45.357Z | Downloaded thiserror v2.0.11 |
430 | 2025-02-04T04:39:45.363Z | Downloaded thiserror-impl v2.0.11 |
431 | 2025-02-04T04:39:45.367Z | Downloaded strip-ansi-escapes v0.2.1 |
432 | 2025-02-04T04:39:45.367Z | Downloaded tracing-error v0.2.0 |
433 | 2025-02-04T04:39:45.369Z | Downloaded derive-where v1.2.7 |
434 | 2025-02-04T04:39:45.372Z | Downloaded futures-io v0.3.31 |
435 | 2025-02-04T04:39:45.372Z | Downloaded pin-project v1.1.7 |
436 | 2025-02-04T04:39:45.381Z | Downloaded toml v0.8.19 |
437 | 2025-02-04T04:39:45.384Z | Downloaded camino-tempfile v1.1.1 |
438 | 2025-02-04T04:39:45.387Z | Downloaded indenter v0.3.3 |
439 | 2025-02-04T04:39:45.387Z | Downloaded tokio-stream v0.1.17 |
440 | 2025-02-04T04:39:45.391Z | Downloaded parking_lot v0.12.3 |
441 | 2025-02-04T04:39:45.404Z | Downloaded humantime-serde v1.1.1 |
442 | 2025-02-04T04:39:45.405Z | Downloaded tinyvec v1.8.0 |
443 | 2025-02-04T04:39:45.405Z | Downloaded futures-core v0.3.31 |
444 | 2025-02-04T04:39:45.405Z | Downloaded globset v0.4.15 |
445 | 2025-02-04T04:39:45.405Z | Downloaded uuid v1.11.0 |
446 | 2025-02-04T04:39:45.411Z | Downloaded signal-hook v0.3.17 |
447 | 2025-02-04T04:39:45.415Z | Downloaded lock_api v0.4.12 |
448 | 2025-02-04T04:39:45.418Z | Downloaded tar v0.4.43 |
449 | 2025-02-04T04:39:45.422Z | Downloaded indicatif v0.17.11 |
450 | 2025-02-04T04:39:45.427Z | Downloaded eyre v0.6.12 |
451 | 2025-02-04T04:39:45.436Z | Downloaded futures v0.3.31 |
452 | 2025-02-04T04:39:45.440Z | Downloaded base64 v0.21.7 |
453 | 2025-02-04T04:39:45.450Z | Downloaded fixedbitset v0.4.2 |
454 | 2025-02-04T04:39:45.455Z | Downloaded ron v0.8.1 |
455 | 2025-02-04T04:39:45.501Z | Downloaded config v0.15.7 |
456 | 2025-02-04T04:39:45.507Z | Downloaded vte v0.14.1 |
457 | 2025-02-04T04:39:45.507Z | Downloaded crossterm v0.28.1 |
458 | 2025-02-04T04:39:45.511Z | Downloaded toml_edit v0.22.23 |
459 | 2025-02-04T04:39:45.551Z | Downloaded itertools v0.13.0 |
460 | 2025-02-04T04:39:45.570Z | Downloaded guppy v0.17.12 |
461 | 2025-02-04T04:39:45.579Z | Downloaded itertools v0.14.0 |
462 | 2025-02-04T04:39:45.589Z | Downloaded color-spantrace v0.2.1 |
463 | 2025-02-04T04:39:45.591Z | Downloaded futures-util v0.3.31 |
464 | 2025-02-04T04:39:45.602Z | Downloaded winnow v0.7.1 |
465 | 2025-02-04T04:39:45.611Z | Downloaded unicode-normalization v0.1.24 |
466 | 2025-02-04T04:39:45.614Z | Downloaded quick-xml v0.37.1 |
467 | 2025-02-04T04:39:45.620Z | Downloaded chrono v0.4.39 |
468 | 2025-02-04T04:39:45.627Z | Downloaded portable-atomic v1.9.0 |
469 | 2025-02-04T04:39:45.643Z | Downloaded bstr v1.11.3 |
470 | 2025-02-04T04:39:45.668Z | Downloaded regex v1.11.1 |
471 | 2025-02-04T04:39:45.678Z | Downloaded nix v0.29.0 |
472 | 2025-02-04T04:39:45.763Z | Downloaded color-eyre v0.6.3 |
473 | 2025-02-04T04:39:45.787Z | Downloaded petgraph v0.6.5 |
474 | 2025-02-04T04:39:45.804Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
475 | 2025-02-04T04:39:45.852Z | Downloaded recursion v0.5.2 |
476 | 2025-02-04T04:39:45.861Z | Downloaded pin-project-internal v1.1.7 |
477 | 2025-02-04T04:39:45.894Z | Compiling rustix v0.38.37 |
478 | 2025-02-04T04:39:45.897Z | Compiling tracing-attributes v0.1.28 |
479 | 2025-02-04T04:39:45.960Z | Compiling mio v1.0.3 |
480 | 2025-02-04T04:39:45.978Z | Compiling futures-core v0.3.31 |
481 | 2025-02-04T04:39:45.978Z | Compiling slab v0.4.9 |
482 | 2025-02-04T04:39:45.978Z | Compiling thiserror v2.0.11 |
483 | 2025-02-04T04:39:45.978Z | Compiling pkg-config v0.3.31 |
484 | 2025-02-04T04:39:45.978Z | Compiling futures-sink v0.3.31 |
485 | 2025-02-04T04:39:46.104Z | Compiling futures-macro v0.3.31 |
486 | 2025-02-04T04:39:46.171Z | Compiling futures-channel v0.3.31 |
487 | 2025-02-04T04:39:46.591Z | Compiling thiserror-impl v2.0.11 |
488 | 2025-02-04T04:39:46.694Z | Compiling semver v1.0.25 |
489 | 2025-02-04T04:39:46.905Z | Compiling version_check v0.9.5 |
490 | 2025-02-04T04:39:47.098Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
491 | 2025-02-04T04:39:47.138Z | Compiling pin-utils v0.1.0 |
492 | 2025-02-04T04:39:47.173Z | Compiling futures-task v0.3.31 |
493 | 2025-02-04T04:39:47.224Z | Compiling futures-io v0.3.31 |
494 | 2025-02-04T04:39:47.497Z | Compiling lock_api v0.4.12 |
495 | 2025-02-04T04:39:47.504Z | Compiling signal-hook v0.3.17 |
496 | 2025-02-04T04:39:47.514Z | Compiling ahash v0.8.11 |
497 | 2025-02-04T04:39:47.805Z | Compiling fastrand v2.1.1 |
498 | 2025-02-04T04:39:47.822Z | Compiling parking_lot_core v0.9.10 |
499 | 2025-02-04T04:39:47.847Z | Compiling winnow v0.7.1 |
500 | 2025-02-04T04:39:47.973Z | Compiling futures-util v0.3.31 |
501 | 2025-02-04T04:39:48.402Z | Compiling pathdiff v0.2.3 |
502 | 2025-02-04T04:39:48.539Z | Compiling cargo-platform v0.1.9 |
503 | 2025-02-04T04:39:48.884Z | Compiling tracing v0.1.41 |
504 | 2025-02-04T04:39:48.995Z | Compiling terminal_size v0.4.0 |
505 | 2025-02-04T04:39:49.036Z | Compiling tempfile v3.13.0 |
506 | 2025-02-04T04:39:49.200Z | Compiling tokio v1.43.0 |
507 | 2025-02-04T04:39:49.259Z | Compiling miette v7.4.0 |
508 | 2025-02-04T04:39:49.339Z | Compiling clap_builder v4.5.27 |
509 | 2025-02-04T04:39:49.478Z | Compiling serde_spanned v0.6.8 |
510 | 2025-02-04T04:39:49.657Z | Compiling toml_datetime v0.6.8 |
511 | 2025-02-04T04:39:49.827Z | Compiling scopeguard v1.2.0 |
512 | 2025-02-04T04:39:49.956Z | Compiling cfg_aliases v0.2.1 |
513 | 2025-02-04T04:39:50.047Z | Compiling fixedbitset v0.4.2 |
514 | 2025-02-04T04:39:50.142Z | Compiling portable-atomic v1.9.0 |
515 | 2025-02-04T04:39:50.508Z | Compiling zstd-safe v7.2.1 |
516 | 2025-02-04T04:39:50.839Z | Compiling target-spec-miette v0.4.4 |
517 | 2025-02-04T04:39:51.051Z | Compiling newtype-uuid v1.2.1 |
518 | 2025-02-04T04:39:51.330Z | Compiling toml_edit v0.22.23 |
519 | 2025-02-04T04:39:51.346Z | Compiling petgraph v0.6.5 |
520 | 2025-02-04T04:39:51.415Z | Compiling nix v0.29.0 |
521 | 2025-02-04T04:39:52.641Z | Compiling cargo_metadata v0.19.1 |
522 | 2025-02-04T04:39:53.261Z | Compiling clap v4.5.27 |
523 | 2025-02-04T04:39:53.363Z | Compiling futures-executor v0.3.31 |
524 | 2025-02-04T04:39:53.922Z | Compiling itertools v0.13.0 |
525 | 2025-02-04T04:39:54.119Z | Compiling pin-project-internal v1.1.7 |
526 | 2025-02-04T04:39:54.241Z | Compiling uuid v1.11.0 |
527 | 2025-02-04T04:39:55.007Z | Compiling bstr v1.11.3 |
528 | 2025-02-04T04:39:56.124Z | Compiling vte v0.14.1 |
529 | 2025-02-04T04:39:56.445Z | Compiling iana-time-zone v0.1.61 |
530 | 2025-02-04T04:39:56.682Z | Compiling debug-ignore v1.0.5 |
531 | 2025-02-04T04:39:56.780Z | Compiling nested v0.1.1 |
532 | 2025-02-04T04:39:56.810Z | Compiling static_assertions v1.1.0 |
533 | 2025-02-04T04:39:56.819Z | Compiling tinyvec_macros v0.1.1 |
534 | 2025-02-04T04:39:56.863Z | Compiling eyre v0.6.12 |
535 | 2025-02-04T04:39:56.894Z | Compiling tinyvec v1.8.0 |
536 | 2025-02-04T04:39:56.894Z | Compiling pin-project v1.1.7 |
537 | 2025-02-04T04:39:57.000Z | Compiling guppy v0.17.12 |
538 | 2025-02-04T04:39:57.016Z | Compiling chrono v0.4.39 |
539 | 2025-02-04T04:39:57.802Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
540 | 2025-02-04T04:39:57.894Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
541 | 2025-02-04T04:39:58.253Z | Compiling strip-ansi-escapes v0.2.1 |
542 | 2025-02-04T04:39:58.656Z | Compiling globset v0.4.15 |
543 | 2025-02-04T04:39:59.108Z | Compiling toml v0.8.19 |
544 | 2025-02-04T04:39:59.749Z | Compiling parking_lot v0.12.3 |
545 | 2025-02-04T04:40:00.452Z | Compiling futures v0.3.31 |
546 | 2025-02-04T04:40:00.497Z | Compiling signal-hook-mio v0.2.4 |
547 | 2025-02-04T04:40:00.642Z | Compiling tracing-error v0.2.0 |
548 | 2025-02-04T04:40:00.660Z | Compiling xattr v1.3.1 |
549 | 2025-02-04T04:40:00.701Z | Compiling regex v1.11.1 |
550 | 2025-02-04T04:40:00.917Z | Compiling os_pipe v1.2.1 |
551 | 2025-02-04T04:40:00.979Z | Compiling filetime v0.2.25 |
552 | 2025-02-04T04:40:01.217Z | Compiling shared_child v1.0.1 |
553 | 2025-02-04T04:40:01.308Z | Compiling quick-xml v0.37.1 |
554 | 2025-02-04T04:40:01.693Z | Compiling humantime v2.1.0 |
555 | 2025-02-04T04:40:01.751Z | Compiling indenter v0.3.3 |
556 | 2025-02-04T04:40:01.812Z | Compiling fnv v1.0.7 |
557 | 2025-02-04T04:40:01.908Z | Compiling number_prefix v0.4.0 |
558 | 2025-02-04T04:40:01.943Z | Compiling shell-words v1.1.0 |
559 | 2025-02-04T04:40:02.124Z | Compiling owo-colors v3.5.0 |
560 | 2025-02-04T04:40:02.185Z | Compiling recursion v0.5.2 |
561 | 2025-02-04T04:40:02.214Z | Compiling indicatif v0.17.11 |
562 | 2025-02-04T04:40:02.354Z | Compiling quick-junit v0.5.1 |
563 | 2025-02-04T04:40:02.673Z | Compiling nextest-filtering v0.13.0 (/work/nextest-rs/nextest/nextest-filtering) |
564 | 2025-02-04T04:40:03.170Z | Compiling humantime-serde v1.1.1 |
565 | 2025-02-04T04:40:03.203Z | Compiling future-queue v0.3.0 |
566 | 2025-02-04T04:40:03.513Z | Compiling duct v0.13.7 |
567 | 2025-02-04T04:40:04.057Z | Compiling color-spantrace v0.2.1 |
568 | 2025-02-04T04:40:04.116Z | Compiling tar v0.4.43 |
569 | 2025-02-04T04:40:04.547Z | Compiling crossterm v0.28.1 |
570 | 2025-02-04T04:40:05.108Z | Compiling async-scoped v0.9.0 |
571 | 2025-02-04T04:40:05.396Z | Compiling config v0.15.7 |
572 | 2025-02-04T04:40:05.844Z | Compiling unicode-normalization v0.1.24 |
573 | 2025-02-04T04:40:05.977Z | Compiling tokio-stream v0.1.17 |
574 | 2025-02-04T04:40:06.166Z | Compiling zstd v0.13.2 |
575 | 2025-02-04T04:40:06.222Z | Compiling camino-tempfile v1.1.1 |
576 | 2025-02-04T04:40:06.280Z | Compiling atomicwrites v0.4.4 |
577 | 2025-02-04T04:40:06.615Z | Compiling itertools v0.14.0 |
578 | 2025-02-04T04:40:06.654Z | Compiling cargo-nextest v0.9.88 (/work/nextest-rs/nextest/cargo-nextest) |
579 | 2025-02-04T04:40:06.731Z | Compiling serde_path_to_error v0.1.16 |
580 | 2025-02-04T04:40:06.815Z | Compiling serde_ignored v0.1.10 |
581 | 2025-02-04T04:40:06.906Z | Compiling derive-where v1.2.7 |
582 | 2025-02-04T04:40:07.048Z | Compiling home v0.5.11 |
583 | 2025-02-04T04:40:07.178Z | Compiling zeroize v1.8.1 |
584 | 2025-02-04T04:40:07.314Z | Compiling indent_write v2.2.0 |
585 | 2025-02-04T04:40:07.372Z | Compiling swrite v0.1.0 |
586 | 2025-02-04T04:40:07.475Z | Compiling dialoguer v0.11.0 |
587 | 2025-02-04T04:40:07.515Z | Compiling color-eyre v0.6.3 |
588 | 2025-02-04T04:40:07.522Z | Compiling enable-ansi-support v0.2.1 |
589 | 2025-02-04T04:40:09.077Z | Compiling nextest-runner v0.71.0 (/work/nextest-rs/nextest/nextest-runner) |
590 | 2025-02-04T04:40:33.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.93s |
591 | 2025-02-04T04:40:34.002Z | |
592 | 2025-02-04T04:40:34.002Z | real 49.030437332 |
593 | 2025-02-04T04:40:34.002Z | user 3:22.262831169 |
594 | 2025-02-04T04:40:34.002Z | sys 22.574099517 |
595 | 2025-02-04T04:40:34.002Z | trap 0.133175886 |
596 | 2025-02-04T04:40:34.002Z | tflt 0.485960856 |
597 | 2025-02-04T04:40:34.002Z | dflt 0.187530100 |
598 | 2025-02-04T04:40:34.005Z | kflt 0.002513208 |
599 | 2025-02-04T04:40:34.005Z | lock 5:09.066267816 |
600 | 2025-02-04T04:40:34.005Z | slp 12:10.782942020 |
601 | 2025-02-04T04:40:34.005Z | lat 7.018635281 |
602 | 2025-02-04T04:40:34.005Z | stop 9.425617457 |
603 | 2025-02-04T04:40:34.005Z | + banner nextest |
604 | 2025-02-04T04:40:34.005Z | |
605 | 2025-02-04T04:40:34.005Z | # # ###### # # ##### ###### #### ##### |
606 | 2025-02-04T04:40:34.005Z | ## # # # # # # # # |
607 | 2025-02-04T04:40:34.005Z | # # # ##### ## # ##### #### # |
608 | 2025-02-04T04:40:34.005Z | # # # # ## # # # # |
609 | 2025-02-04T04:40:34.005Z | # ## # # # # # # # # |
610 | 2025-02-04T04:40:34.005Z | # # ###### # # # ###### #### # |
611 | 2025-02-04T04:40:34.005Z | |
612 | 2025-02-04T04:40:34.005Z | + ptime -m cargo build --package cargo-nextest |
613 | 2025-02-04T04:40:34.163Z | Downloading crates ... |
614 | 2025-02-04T04:40:34.296Z | Downloaded adler2 v2.0.0 |
615 | 2025-02-04T04:40:34.305Z | Downloaded crc32fast v1.4.2 |
616 | 2025-02-04T04:40:34.311Z | Downloaded mime v0.3.17 |
617 | 2025-02-04T04:40:34.316Z | Downloaded utf8_iter v1.0.4 |
618 | 2025-02-04T04:40:34.318Z | Downloaded quinn v0.11.5 |
619 | 2025-02-04T04:40:34.326Z | Downloaded openssl-macros v0.1.1 |
620 | 2025-02-04T04:40:34.332Z | Downloaded cpufeatures v0.2.14 |
621 | 2025-02-04T04:40:34.336Z | Downloaded sync_wrapper v1.0.1 |
622 | 2025-02-04T04:40:34.346Z | Downloaded untrusted v0.9.0 |
623 | 2025-02-04T04:40:34.348Z | Downloaded idna_adapter v1.0.0 |
624 | 2025-02-04T04:40:34.352Z | Downloaded percent-encoding v2.3.1 |
625 | 2025-02-04T04:40:34.354Z | Downloaded foreign-types v0.3.2 |
626 | 2025-02-04T04:40:34.354Z | Downloaded curve25519-dalek-derive v0.1.1 |
627 | 2025-02-04T04:40:34.357Z | Downloaded block-buffer v0.10.4 |
628 | 2025-02-04T04:40:34.357Z | Downloaded urlencoding v2.1.3 |
629 | 2025-02-04T04:40:34.357Z | Downloaded openssl-probe v0.1.5 |
630 | 2025-02-04T04:40:34.359Z | Downloaded mukti-metadata v0.3.0 |
631 | 2025-02-04T04:40:34.362Z | Downloaded foreign-types-shared v0.1.1 |
632 | 2025-02-04T04:40:34.362Z | Downloaded try-lock v0.2.5 |
633 | 2025-02-04T04:40:34.365Z | Downloaded zipsign-api v0.1.2 |
634 | 2025-02-04T04:40:34.367Z | Downloaded signature v2.2.0 |
635 | 2025-02-04T04:40:34.371Z | Downloaded tokio-native-tls v0.3.1 |
636 | 2025-02-04T04:40:34.373Z | Downloaded spki v0.7.3 |
637 | 2025-02-04T04:40:34.376Z | Downloaded hex v0.4.3 |
638 | 2025-02-04T04:40:34.378Z | Downloaded base64ct v1.6.0 |
639 | 2025-02-04T04:40:34.378Z | Downloaded generic-array v0.14.7 |
640 | 2025-02-04T04:40:34.381Z | Downloaded form_urlencoded v1.2.1 |
641 | 2025-02-04T04:40:34.383Z | Downloaded want v0.3.1 |
642 | 2025-02-04T04:40:34.384Z | Downloaded subtle v2.6.1 |
643 | 2025-02-04T04:40:34.386Z | Downloaded tower-service v0.3.3 |
644 | 2025-02-04T04:40:34.386Z | Downloaded rustc-hash v2.0.0 |
645 | 2025-02-04T04:40:34.389Z | Downloaded digest v0.10.7 |
646 | 2025-02-04T04:40:34.391Z | Downloaded rustc_version v0.4.1 |
647 | 2025-02-04T04:40:34.394Z | Downloaded ed25519 v2.2.3 |
648 | 2025-02-04T04:40:34.396Z | Downloaded self-replace v1.5.0 |
649 | 2025-02-04T04:40:34.406Z | Downloaded miniz_oxide v0.8.0 |
650 | 2025-02-04T04:40:34.409Z | Downloaded rustls-pki-types v1.10.0 |
651 | 2025-02-04T04:40:34.416Z | Downloaded http-body v1.0.1 |
652 | 2025-02-04T04:40:34.420Z | Downloaded http-body-util v0.1.2 |
653 | 2025-02-04T04:40:34.422Z | Downloaded sha2 v0.10.8 |
654 | 2025-02-04T04:40:34.430Z | Downloaded ipnet v2.10.1 |
655 | 2025-02-04T04:40:34.432Z | Downloaded tokio-rustls v0.26.0 |
656 | 2025-02-04T04:40:34.436Z | Downloaded pkcs8 v0.10.2 |
657 | 2025-02-04T04:40:34.447Z | Downloaded quinn-udp v0.5.5 |
658 | 2025-02-04T04:40:34.450Z | Downloaded hyper-rustls v0.27.3 |
659 | 2025-02-04T04:40:34.452Z | Downloaded serde_urlencoded v0.7.1 |
660 | 2025-02-04T04:40:34.456Z | Downloaded hyper-tls v0.6.0 |
661 | 2025-02-04T04:40:34.460Z | Downloaded typenum v1.17.0 |
662 | 2025-02-04T04:40:34.467Z | Downloaded ed25519-dalek v2.1.1 |
663 | 2025-02-04T04:40:34.478Z | Downloaded const-oid v0.9.6 |
664 | 2025-02-04T04:40:34.480Z | Downloaded native-tls v0.2.12 |
665 | 2025-02-04T04:40:34.483Z | Downloaded rustls-pemfile v2.2.0 |
666 | 2025-02-04T04:40:34.496Z | Downloaded hyper-util v0.1.9 |
667 | 2025-02-04T04:40:34.500Z | Downloaded der v0.7.9 |
668 | 2025-02-04T04:40:34.506Z | Downloaded httparse v1.9.5 |
669 | 2025-02-04T04:40:34.509Z | Downloaded spin v0.9.8 |
670 | 2025-02-04T04:40:34.531Z | Downloaded url v2.5.4 |
671 | 2025-02-04T04:40:34.535Z | Downloaded flate2 v1.0.34 |
672 | 2025-02-04T04:40:34.542Z | Downloaded tokio-util v0.7.12 |
673 | 2025-02-04T04:40:34.548Z | Downloaded base64 v0.22.1 |
674 | 2025-02-04T04:40:34.558Z | Downloaded openssl-sys v0.9.104 |
675 | 2025-02-04T04:40:34.567Z | Downloaded hyper v1.5.0 |
676 | 2025-02-04T04:40:34.573Z | Downloaded http v1.2.0 |
677 | 2025-02-04T04:40:34.577Z | Downloaded self_update v0.42.0 |
678 | 2025-02-04T04:40:34.597Z | Downloaded reqwest v0.12.8 |
679 | 2025-02-04T04:40:34.604Z | Downloaded idna v1.0.3 |
680 | 2025-02-04T04:40:34.610Z | Downloaded quinn-proto v0.11.8 |
681 | 2025-02-04T04:40:34.621Z | Downloaded rustls-webpki v0.102.8 |
682 | 2025-02-04T04:40:34.638Z | Downloaded crypto-common v0.1.6 |
683 | 2025-02-04T04:40:34.641Z | Downloaded atomic-waker v1.1.2 |
684 | 2025-02-04T04:40:34.650Z | Downloaded vcpkg v0.2.15 |
685 | 2025-02-04T04:40:34.685Z | Downloaded curve25519-dalek v4.1.3 |
686 | 2025-02-04T04:40:34.694Z | Downloaded openssl v0.10.68 |
687 | 2025-02-04T04:40:34.703Z | Downloaded webpki-roots v0.26.6 |
688 | 2025-02-04T04:40:34.717Z | Downloaded h2 v0.4.6 |
689 | 2025-02-04T04:40:34.726Z | Downloaded rustls v0.23.19 |
690 | 2025-02-04T04:40:35.034Z | Downloaded ring v0.17.8 |
691 | 2025-02-04T04:40:35.138Z | Compiling smallvec v1.13.2 |
692 | 2025-02-04T04:40:35.141Z | Compiling socket2 v0.5.8 |
693 | 2025-02-04T04:40:35.141Z | Compiling futures-sink v0.3.31 |
694 | 2025-02-04T04:40:35.206Z | Compiling ring v0.17.8 |
695 | 2025-02-04T04:40:35.211Z | Compiling http v1.2.0 |
696 | 2025-02-04T04:40:35.216Z | Compiling rustls-pki-types v1.10.0 |
697 | 2025-02-04T04:40:35.224Z | Compiling spin v0.9.8 |
698 | 2025-02-04T04:40:35.227Z | Compiling httparse v1.9.5 |
699 | 2025-02-04T04:40:35.323Z | Compiling futures-channel v0.3.31 |
700 | 2025-02-04T04:40:35.397Z | Compiling untrusted v0.9.0 |
701 | 2025-02-04T04:40:35.535Z | Compiling typenum v1.17.0 |
702 | 2025-02-04T04:40:35.569Z | Compiling cfg-expr v0.17.2 |
703 | 2025-02-04T04:40:35.704Z | Compiling tokio v1.43.0 |
704 | 2025-02-04T04:40:35.880Z | Compiling futures-util v0.3.31 |
705 | 2025-02-04T04:40:36.221Z | Compiling generic-array v0.14.7 |
706 | 2025-02-04T04:40:36.237Z | Compiling atomic-waker v1.1.2 |
707 | 2025-02-04T04:40:36.466Z | Compiling try-lock v0.2.5 |
708 | 2025-02-04T04:40:36.596Z | Compiling rustls v0.23.19 |
709 | 2025-02-04T04:40:36.661Z | Compiling want v0.3.1 |
710 | 2025-02-04T04:40:36.720Z | Compiling http-body v1.0.1 |
711 | 2025-02-04T04:40:36.929Z | Compiling target-spec v3.3.1 |
712 | 2025-02-04T04:40:36.999Z | Compiling subtle v2.6.1 |
713 | 2025-02-04T04:40:37.234Z | Compiling percent-encoding v2.3.1 |
714 | 2025-02-04T04:40:37.555Z | Compiling form_urlencoded v1.2.1 |
715 | 2025-02-04T04:40:37.593Z | Compiling tower-service v0.3.3 |
716 | 2025-02-04T04:40:37.604Z | Compiling utf8_iter v1.0.4 |
717 | 2025-02-04T04:40:37.713Z | Compiling idna_adapter v1.0.0 |
718 | 2025-02-04T04:40:37.848Z | Compiling idna v1.0.3 |
719 | 2025-02-04T04:40:37.851Z | Compiling target-spec-miette v0.4.4 |
720 | 2025-02-04T04:40:37.871Z | Compiling webpki-roots v0.26.6 |
721 | 2025-02-04T04:40:38.066Z | Compiling adler2 v2.0.0 |
722 | 2025-02-04T04:40:38.240Z | Compiling miniz_oxide v0.8.0 |
723 | 2025-02-04T04:40:38.251Z | Compiling parking_lot_core v0.9.10 |
724 | 2025-02-04T04:40:38.875Z | Compiling url v2.5.4 |
725 | 2025-02-04T04:40:39.148Z | Compiling block-buffer v0.10.4 |
726 | 2025-02-04T04:40:39.363Z | Compiling crypto-common v0.1.6 |
727 | 2025-02-04T04:40:39.392Z | Compiling serde_urlencoded v0.7.1 |
728 | 2025-02-04T04:40:39.531Z | Compiling rustls-pemfile v2.2.0 |
729 | 2025-02-04T04:40:39.541Z | Compiling sync_wrapper v1.0.1 |
730 | 2025-02-04T04:40:39.676Z | Compiling crc32fast v1.4.2 |
731 | 2025-02-04T04:40:39.804Z | Compiling self_update v0.42.0 |
732 | 2025-02-04T04:40:39.819Z | Compiling base64 v0.22.1 |
733 | 2025-02-04T04:40:39.862Z | Compiling mime v0.3.17 |
734 | 2025-02-04T04:40:40.000Z | Compiling ipnet v2.10.1 |
735 | 2025-02-04T04:40:40.165Z | Compiling guppy v0.17.12 |
736 | 2025-02-04T04:40:40.390Z | Compiling flate2 v1.0.34 |
737 | 2025-02-04T04:40:40.501Z | Compiling digest v0.10.7 |
738 | 2025-02-04T04:40:40.656Z | Compiling parking_lot v0.12.3 |
739 | 2025-02-04T04:40:40.797Z | Compiling futures-executor v0.3.31 |
740 | 2025-02-04T04:40:41.131Z | Compiling http-body-util v0.1.2 |
741 | 2025-02-04T04:40:41.177Z | Compiling futures v0.3.31 |
742 | 2025-02-04T04:40:41.280Z | Compiling self-replace v1.5.0 |
743 | 2025-02-04T04:40:41.289Z | Compiling urlencoding v2.1.3 |
744 | 2025-02-04T04:40:41.353Z | Compiling cpufeatures v0.2.14 |
745 | 2025-02-04T04:40:41.442Z | Compiling sha2 v0.10.8 |
746 | 2025-02-04T04:40:41.535Z | Compiling crossterm v0.28.1 |
747 | 2025-02-04T04:40:41.557Z | Compiling future-queue v0.3.0 |
748 | 2025-02-04T04:40:41.559Z | Compiling mukti-metadata v0.3.0 |
749 | 2025-02-04T04:40:41.660Z | Compiling cargo-nextest v0.9.88 (/work/nextest-rs/nextest/cargo-nextest) |
750 | 2025-02-04T04:40:41.923Z | Compiling hex v0.4.3 |
751 | 2025-02-04T04:40:43.418Z | Compiling rustls-webpki v0.102.8 |
752 | 2025-02-04T04:40:44.774Z | Compiling tokio-util v0.7.12 |
753 | 2025-02-04T04:40:44.776Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
754 | 2025-02-04T04:40:44.776Z | Compiling async-scoped v0.9.0 |
755 | 2025-02-04T04:40:44.776Z | Compiling tokio-stream v0.1.17 |
756 | 2025-02-04T04:40:44.874Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
757 | 2025-02-04T04:40:45.630Z | Compiling h2 v0.4.6 |
758 | 2025-02-04T04:40:46.257Z | Compiling nextest-filtering v0.13.0 (/work/nextest-rs/nextest/nextest-filtering) |
759 | 2025-02-04T04:40:49.084Z | Compiling tokio-rustls v0.26.0 |
760 | 2025-02-04T04:40:49.468Z | Compiling hyper v1.5.0 |
761 | 2025-02-04T04:40:51.064Z | Compiling hyper-util v0.1.9 |
762 | 2025-02-04T04:40:52.173Z | Compiling hyper-rustls v0.27.3 |
763 | 2025-02-04T04:40:52.423Z | Compiling reqwest v0.12.8 |
764 | 2025-02-04T04:40:54.905Z | Compiling nextest-runner v0.71.0 (/work/nextest-rs/nextest/nextest-runner) |
765 | 2025-02-04T04:41:23.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.03s |
766 | 2025-02-04T04:41:23.186Z | |
767 | 2025-02-04T04:41:23.189Z | real 49.151426959 |
768 | 2025-02-04T04:41:23.189Z | user 2:48.404848953 |
769 | 2025-02-04T04:41:23.189Z | sys 16.149673120 |
770 | 2025-02-04T04:41:23.189Z | trap 0.084859012 |
771 | 2025-02-04T04:41:23.189Z | tflt 0.270785298 |
772 | 2025-02-04T04:41:23.189Z | dflt 0.209952484 |
773 | 2025-02-04T04:41:23.189Z | kflt 0.000003879 |
774 | 2025-02-04T04:41:23.189Z | lock 3:50.022290743 |
775 | 2025-02-04T04:41:23.189Z | slp 7:26.803395117 |
776 | 2025-02-04T04:41:23.189Z | lat 4.284873270 |
777 | 2025-02-04T04:41:23.189Z | stop 5.877286789 |
778 | 2025-02-04T04:41:23.189Z | + banner all targets |
779 | 2025-02-04T04:41:23.189Z | |
780 | 2025-02-04T04:41:23.189Z | ## # # |
781 | 2025-02-04T04:41:23.189Z | # # # # |
782 | 2025-02-04T04:41:23.189Z | # # # # |
783 | 2025-02-04T04:41:23.189Z | ###### # # |
784 | 2025-02-04T04:41:23.189Z | # # # # |
785 | 2025-02-04T04:41:23.189Z | # # ###### ###### |
786 | 2025-02-04T04:41:23.189Z | |
787 | 2025-02-04T04:41:23.189Z | |
788 | 2025-02-04T04:41:23.190Z | ##### ## ##### #### ###### ##### #### |
789 | 2025-02-04T04:41:23.190Z | # # # # # # # # # # |
790 | 2025-02-04T04:41:23.190Z | # # # # # # ##### # #### |
791 | 2025-02-04T04:41:23.190Z | # ###### ##### # ### # # # |
792 | 2025-02-04T04:41:23.190Z | # # # # # # # # # # # |
793 | 2025-02-04T04:41:23.190Z | # # # # # #### ###### # #### |
794 | 2025-02-04T04:41:23.190Z | |
795 | 2025-02-04T04:41:23.190Z | + ptime -m cargo build --all-targets |
796 | 2025-02-04T04:41:23.362Z | Downloading crates ... |
797 | 2025-02-04T04:41:23.562Z | Downloaded pretty_assertions v1.4.1 |
798 | 2025-02-04T04:41:23.571Z | Downloaded same-file v1.0.6 |
799 | 2025-02-04T04:41:23.574Z | Downloaded escape8259 v0.5.3 |
800 | 2025-02-04T04:41:23.577Z | Downloaded test-case-macros v3.3.1 |
801 | 2025-02-04T04:41:23.580Z | Downloaded test-case-core v3.3.1 |
802 | 2025-02-04T04:41:23.580Z | Downloaded unarray v0.1.4 |
803 | 2025-02-04T04:41:23.583Z | Downloaded maplit v1.0.2 |
804 | 2025-02-04T04:41:23.583Z | Downloaded cp_r v0.5.2 |
805 | 2025-02-04T04:41:23.585Z | Downloaded test-case v3.3.1 |
806 | 2025-02-04T04:41:23.585Z | Downloaded quick-error v1.2.3 |
807 | 2025-02-04T04:41:23.590Z | Downloaded structmeta v0.3.0 |
808 | 2025-02-04T04:41:23.592Z | Downloaded rand_xorshift v0.3.0 |
809 | 2025-02-04T04:41:23.595Z | Downloaded whoami v1.5.2 |
810 | 2025-02-04T04:41:23.595Z | Downloaded structmeta-derive v0.3.0 |
811 | 2025-02-04T04:41:23.597Z | Downloaded linked-hash-map v0.5.6 |
812 | 2025-02-04T04:41:23.600Z | Downloaded walkdir v2.5.0 |
813 | 2025-02-04T04:41:23.602Z | Downloaded libtest-mimic v0.8.1 |
814 | 2025-02-04T04:41:23.605Z | Downloaded wait-timeout v0.2.0 |
815 | 2025-02-04T04:41:23.605Z | Downloaded rusty-fork v0.3.0 |
816 | 2025-02-04T04:41:23.607Z | Downloaded fs-err v3.1.0 |
817 | 2025-02-04T04:41:23.610Z | Downloaded indoc v2.0.5 |
818 | 2025-02-04T04:41:23.612Z | Downloaded diff v0.1.13 |
819 | 2025-02-04T04:41:23.615Z | Downloaded datatest-stable v0.3.2 |
820 | 2025-02-04T04:41:23.618Z | Downloaded yansi v1.0.1 |
821 | 2025-02-04T04:41:23.621Z | Downloaded test-strategy v0.4.0 |
822 | 2025-02-04T04:41:23.624Z | Downloaded insta v1.42.1 |
823 | 2025-02-04T04:41:23.632Z | Downloaded fancy-regex v0.14.0 |
824 | 2025-02-04T04:41:23.635Z | Downloaded proptest v1.6.0 |
825 | 2025-02-04T04:41:23.644Z | Downloaded similar v2.6.0 |
826 | 2025-02-04T04:41:23.695Z | Compiling fs-err v3.1.0 |
827 | 2025-02-04T04:41:23.695Z | Compiling maplit v1.0.2 |
828 | 2025-02-04T04:41:23.699Z | Compiling similar v2.6.0 |
829 | 2025-02-04T04:41:23.699Z | Compiling linked-hash-map v0.5.6 |
830 | 2025-02-04T04:41:23.699Z | Compiling test-case-core v3.3.1 |
831 | 2025-02-04T04:41:23.699Z | Compiling whoami v1.5.2 |
832 | 2025-02-04T04:41:23.699Z | Compiling structmeta-derive v0.3.0 |
833 | 2025-02-04T04:41:23.699Z | Compiling wait-timeout v0.2.0 |
834 | 2025-02-04T04:41:23.826Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
835 | 2025-02-04T04:41:24.028Z | Compiling quick-error v1.2.3 |
836 | 2025-02-04T04:41:24.152Z | Compiling same-file v1.0.6 |
837 | 2025-02-04T04:41:24.342Z | Compiling escape8259 v0.5.3 |
838 | 2025-02-04T04:41:24.365Z | Compiling walkdir v2.5.0 |
839 | 2025-02-04T04:41:24.414Z | Compiling rusty-fork v0.3.0 |
840 | 2025-02-04T04:41:24.546Z | Compiling libtest-mimic v0.8.1 |
841 | 2025-02-04T04:41:24.689Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
842 | 2025-02-04T04:41:24.748Z | Compiling fancy-regex v0.14.0 |
843 | 2025-02-04T04:41:25.119Z | Compiling insta v1.42.1 |
844 | 2025-02-04T04:41:25.240Z | Compiling rand_xorshift v0.3.0 |
845 | 2025-02-04T04:41:25.516Z | Compiling unarray v0.1.4 |
846 | 2025-02-04T04:41:25.525Z | Compiling test-case-macros v3.3.1 |
847 | 2025-02-04T04:41:25.674Z | Compiling datatest-stable v0.3.2 |
848 | 2025-02-04T04:41:26.206Z | Compiling structmeta v0.3.0 |
849 | 2025-02-04T04:41:26.311Z | Compiling proptest v1.6.0 |
850 | 2025-02-04T04:41:26.641Z | Compiling cp_r v0.5.2 |
851 | 2025-02-04T04:41:26.680Z | Compiling test-strategy v0.4.0 |
852 | 2025-02-04T04:41:26.755Z | Compiling test-case v3.3.1 |
853 | 2025-02-04T04:41:26.853Z | Compiling yansi v1.0.1 |
854 | 2025-02-04T04:41:26.867Z | Compiling diff v0.1.13 |
855 | 2025-02-04T04:41:26.946Z | Compiling indoc v2.0.5 |
856 | 2025-02-04T04:41:27.221Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
857 | 2025-02-04T04:41:27.494Z | Compiling pretty_assertions v1.4.1 |
858 | 2025-02-04T04:41:29.567Z | Compiling cargo-nextest v0.9.88 (/work/nextest-rs/nextest/cargo-nextest) |
859 | 2025-02-04T04:41:30.101Z | Compiling nextest-runner v0.71.0 (/work/nextest-rs/nextest/nextest-runner) |
860 | 2025-02-04T04:41:30.480Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
861 | 2025-02-04T04:41:34.614Z | Compiling nextest-filtering v0.13.0 (/work/nextest-rs/nextest/nextest-filtering) |
862 | 2025-02-04T04:42:11.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.30s |
863 | 2025-02-04T04:42:11.636Z | |
864 | 2025-02-04T04:42:11.639Z | real 48.419199731 |
865 | 2025-02-04T04:42:11.639Z | user 3:45.524708081 |
866 | 2025-02-04T04:42:11.639Z | sys 26.033599728 |
867 | 2025-02-04T04:42:11.639Z | trap 0.140814474 |
868 | 2025-02-04T04:42:11.639Z | tflt 0.046248350 |
869 | 2025-02-04T04:42:11.639Z | dflt 0.067955273 |
870 | 2025-02-04T04:42:11.639Z | kflt 0.000012706 |
871 | 2025-02-04T04:42:11.639Z | lock 6:05.890472951 |
872 | 2025-02-04T04:42:11.639Z | slp 14:48.077620536 |
873 | 2025-02-04T04:42:11.639Z | lat 8.454690197 |
874 | 2025-02-04T04:42:11.639Z | stop 10.123059841 |
875 | 2025-02-04T04:42:11.639Z | + banner all features |
876 | 2025-02-04T04:42:11.642Z | |
877 | 2025-02-04T04:42:11.642Z | ## # # |
878 | 2025-02-04T04:42:11.642Z | # # # # |
879 | 2025-02-04T04:42:11.642Z | # # # # |
880 | 2025-02-04T04:42:11.642Z | ###### # # |
881 | 2025-02-04T04:42:11.642Z | # # # # |
882 | 2025-02-04T04:42:11.642Z | # # ###### ###### |
883 | 2025-02-04T04:42:11.642Z | |
884 | 2025-02-04T04:42:11.642Z | |
885 | 2025-02-04T04:42:11.642Z | ###### ###### ## ##### # # ##### ###### #### |
886 | 2025-02-04T04:42:11.642Z | # # # # # # # # # # # |
887 | 2025-02-04T04:42:11.642Z | ##### ##### # # # # # # # ##### #### |
888 | 2025-02-04T04:42:11.642Z | # # ###### # # # ##### # # |
889 | 2025-02-04T04:42:11.642Z | # # # # # # # # # # # # |
890 | 2025-02-04T04:42:11.643Z | # ###### # # # #### # # ###### #### |
891 | 2025-02-04T04:42:11.643Z | |
892 | 2025-02-04T04:42:11.643Z | + ptime -m cargo build --all-features |
893 | 2025-02-04T04:42:11.807Z | Downloading crates ... |
894 | 2025-02-04T04:42:11.975Z | Downloaded async-stream-impl v0.3.6 |
895 | 2025-02-04T04:42:11.980Z | Downloaded matchit v0.7.3 |
896 | 2025-02-04T04:42:11.997Z | Downloaded matchers v0.1.0 |
897 | 2025-02-04T04:42:12.000Z | Downloaded tower-layer v0.3.3 |
898 | 2025-02-04T04:42:12.007Z | Downloaded httpdate v1.0.3 |
899 | 2025-02-04T04:42:12.010Z | Downloaded sync_wrapper v0.1.2 |
900 | 2025-02-04T04:42:12.017Z | Downloaded prost-derive v0.13.3 |
901 | 2025-02-04T04:42:12.020Z | Downloaded axum-core v0.4.5 |
902 | 2025-02-04T04:42:12.028Z | Downloaded hyper-timeout v0.5.1 |
903 | 2025-02-04T04:42:12.031Z | Downloaded async-stream v0.3.6 |
904 | 2025-02-04T04:42:12.031Z | Downloaded rustversion v1.0.18 |
905 | 2025-02-04T04:42:12.034Z | Downloaded prost v0.13.3 |
906 | 2025-02-04T04:42:12.050Z | Downloaded async-trait v0.1.83 |
907 | 2025-02-04T04:42:12.055Z | Downloaded console-api v0.8.1 |
908 | 2025-02-04T04:42:12.064Z | Downloaded crossbeam-utils v0.8.20 |
909 | 2025-02-04T04:42:12.066Z | Downloaded indexmap v1.9.3 |
910 | 2025-02-04T04:42:12.070Z | Downloaded anyhow v1.0.91 |
911 | 2025-02-04T04:42:12.076Z | Downloaded prost-types v0.13.3 |
912 | 2025-02-04T04:42:12.108Z | Downloaded crossbeam-channel v0.5.13 |
913 | 2025-02-04T04:42:12.113Z | Downloaded tonic v0.12.3 |
914 | 2025-02-04T04:42:12.120Z | Downloaded tower v0.5.1 |
915 | 2025-02-04T04:42:12.128Z | Downloaded regex-automata v0.1.10 |
916 | 2025-02-04T04:42:12.132Z | Downloaded nom v7.1.3 |
917 | 2025-02-04T04:42:12.137Z | Downloaded console-subscriber v0.4.1 |
918 | 2025-02-04T04:42:12.142Z | Downloaded axum v0.7.7 |
919 | 2025-02-04T04:42:12.150Z | Downloaded minimal-lexical v0.2.1 |
920 | 2025-02-04T04:42:12.153Z | Downloaded regex-syntax v0.6.29 |
921 | 2025-02-04T04:42:12.160Z | Downloaded hashbrown v0.12.3 |
922 | 2025-02-04T04:42:12.163Z | Downloaded tower v0.4.13 |
923 | 2025-02-04T04:42:12.171Z | Downloaded hdrhistogram v7.5.4 |
924 | 2025-02-04T04:42:12.223Z | Compiling byteorder v1.5.0 |
925 | 2025-02-04T04:42:12.227Z | Compiling num-traits v0.2.19 |
926 | 2025-02-04T04:42:12.227Z | Compiling regex-syntax v0.6.29 |
927 | 2025-02-04T04:42:12.291Z | Compiling httpdate v1.0.3 |
928 | 2025-02-04T04:42:12.294Z | Compiling anyhow v1.0.91 |
929 | 2025-02-04T04:42:12.304Z | Compiling rustversion v1.0.18 |
930 | 2025-02-04T04:42:12.311Z | Compiling either v1.13.0 |
931 | 2025-02-04T04:42:12.313Z | Compiling tower-layer v0.3.3 |
932 | 2025-02-04T04:42:12.565Z | Compiling hyper v1.5.0 |
933 | 2025-02-04T04:42:12.670Z | Compiling zerocopy v0.7.35 |
934 | 2025-02-04T04:42:12.692Z | Compiling itertools v0.13.0 |
935 | 2025-02-04T04:42:12.713Z | Compiling indexmap v1.9.3 |
936 | 2025-02-04T04:42:13.243Z | Compiling async-trait v0.1.83 |
937 | 2025-02-04T04:42:13.887Z | Compiling ppv-lite86 v0.2.20 |
938 | 2025-02-04T04:42:13.948Z | Compiling sync_wrapper v0.1.2 |
939 | 2025-02-04T04:42:14.074Z | Compiling hashbrown v0.12.3 |
940 | 2025-02-04T04:42:14.139Z | Compiling tower v0.5.1 |
941 | 2025-02-04T04:42:14.562Z | Compiling async-stream-impl v0.3.6 |
942 | 2025-02-04T04:42:14.643Z | Compiling rand_chacha v0.3.1 |
943 | 2025-02-04T04:42:14.880Z | Compiling hyper-util v0.1.9 |
944 | 2025-02-04T04:42:15.062Z | Compiling rand v0.8.5 |
945 | 2025-02-04T04:42:15.379Z | Compiling axum-core v0.4.5 |
946 | 2025-02-04T04:42:15.519Z | Compiling regex-automata v0.1.10 |
947 | 2025-02-04T04:42:15.818Z | Compiling prost-derive v0.13.3 |
948 | 2025-02-04T04:42:16.570Z | Compiling crossbeam-utils v0.8.20 |
949 | 2025-02-04T04:42:16.698Z | Compiling matchit v0.7.3 |
950 | 2025-02-04T04:42:16.743Z | Compiling hyper-timeout v0.5.1 |
951 | 2025-02-04T04:42:17.112Z | Compiling matchers v0.1.0 |
952 | 2025-02-04T04:42:17.137Z | Compiling tower v0.4.13 |
953 | 2025-02-04T04:42:17.326Z | Compiling tracing-subscriber v0.3.19 |
954 | 2025-02-04T04:42:17.355Z | Compiling async-stream v0.3.6 |
955 | 2025-02-04T04:42:17.618Z | Compiling ahash v0.8.11 |
956 | 2025-02-04T04:42:17.648Z | Compiling tokio-stream v0.1.17 |
957 | 2025-02-04T04:42:18.144Z | Compiling minimal-lexical v0.2.1 |
958 | 2025-02-04T04:42:18.352Z | Compiling proptest v1.6.0 |
959 | 2025-02-04T04:42:18.522Z | Compiling guppy v0.17.12 |
960 | 2025-02-04T04:42:18.564Z | Compiling nom v7.1.3 |
961 | 2025-02-04T04:42:18.654Z | Compiling hyper-rustls v0.27.3 |
962 | 2025-02-04T04:42:19.019Z | Compiling axum v0.7.7 |
963 | 2025-02-04T04:42:19.448Z | Compiling base64 v0.21.7 |
964 | 2025-02-04T04:42:19.587Z | Compiling prost v0.13.3 |
965 | 2025-02-04T04:42:20.144Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
966 | 2025-02-04T04:42:20.334Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
967 | 2025-02-04T04:42:20.380Z | Compiling prost-types v0.13.3 |
968 | 2025-02-04T04:42:20.498Z | Compiling reqwest v0.12.8 |
969 | 2025-02-04T04:42:21.977Z | Compiling hdrhistogram v7.5.4 |
970 | 2025-02-04T04:42:22.657Z | Compiling chrono v0.4.39 |
971 | 2025-02-04T04:42:23.138Z | Compiling crossbeam-channel v0.5.13 |
972 | 2025-02-04T04:42:23.469Z | Compiling nextest-filtering v0.13.0 (/work/nextest-rs/nextest/nextest-filtering) |
973 | 2025-02-04T04:42:24.209Z | Compiling self_update v0.42.0 |
974 | 2025-02-04T04:42:25.210Z | Compiling tonic v0.12.3 |
975 | 2025-02-04T04:42:26.241Z | Compiling quick-junit v0.5.1 |
976 | 2025-02-04T04:42:26.271Z | Compiling tracing-error v0.2.0 |
977 | 2025-02-04T04:42:26.713Z | Compiling color-spantrace v0.2.1 |
978 | 2025-02-04T04:42:27.140Z | Compiling cargo-nextest v0.9.88 (/work/nextest-rs/nextest/cargo-nextest) |
979 | 2025-02-04T04:42:27.250Z | Compiling color-eyre v0.6.3 |
980 | 2025-02-04T04:42:27.874Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
981 | 2025-02-04T04:42:28.460Z | Compiling console-api v0.8.1 |
982 | 2025-02-04T04:42:29.886Z | Compiling console-subscriber v0.4.1 |
983 | 2025-02-04T04:42:31.810Z | Compiling nextest-runner v0.71.0 (/work/nextest-rs/nextest/nextest-runner) |
984 | 2025-02-04T04:42:44.383Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
985 | 2025-02-04T04:43:05.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.39s |
986 | 2025-02-04T04:43:05.193Z | |
987 | 2025-02-04T04:43:05.193Z | real 53.521132685 |
988 | 2025-02-04T04:43:05.193Z | user 3:38.442420952 |
989 | 2025-02-04T04:43:05.194Z | sys 22.486998211 |
990 | 2025-02-04T04:43:05.194Z | trap 0.112702396 |
991 | 2025-02-04T04:43:05.194Z | tflt 0.102235984 |
992 | 2025-02-04T04:43:05.194Z | dflt 0.115543823 |
993 | 2025-02-04T04:43:05.194Z | kflt 0.000010016 |
994 | 2025-02-04T04:43:05.194Z | lock 6:10.165216387 |
995 | 2025-02-04T04:43:05.194Z | slp 12:48.968207813 |
996 | 2025-02-04T04:43:05.196Z | lat 5.529103066 |
997 | 2025-02-04T04:43:05.196Z | stop 6.644342647 |
998 | 2025-02-04T04:43:05.196Z | + banner doctests |
999 | 2025-02-04T04:43:05.196Z | |
1000 | 2025-02-04T04:43:05.196Z | ##### #### #### ##### ###### #### ##### #### |
1001 | 2025-02-04T04:43:05.196Z | # # # # # # # # # # # |
1002 | 2025-02-04T04:43:05.196Z | # # # # # # ##### #### # #### |
1003 | 2025-02-04T04:43:05.196Z | # # # # # # # # # # |
1004 | 2025-02-04T04:43:05.196Z | # # # # # # # # # # # # # |
1005 | 2025-02-04T04:43:05.197Z | ##### #### #### # ###### #### # #### |
1006 | 2025-02-04T04:43:05.197Z | |
1007 | 2025-02-04T04:43:05.197Z | + ptime -m cargo test --doc |
1008 | 2025-02-04T04:43:05.502Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s |
1009 | 2025-02-04T04:43:05.522Z | Doc-tests cargo_nextest |
1010 | 2025-02-04T04:43:05.960Z | |
1011 | 2025-02-04T04:43:05.960Z | running 0 tests |
1012 | 2025-02-04T04:43:05.960Z | |
1013 | 2025-02-04T04:43:05.960Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1014 | 2025-02-04T04:43:05.960Z | |
1015 | 2025-02-04T04:43:05.976Z | Doc-tests fixture_data |
1016 | 2025-02-04T04:43:06.032Z | |
1017 | 2025-02-04T04:43:06.032Z | running 0 tests |
1018 | 2025-02-04T04:43:06.032Z | |
1019 | 2025-02-04T04:43:06.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1020 | 2025-02-04T04:43:06.032Z | |
1021 | 2025-02-04T04:43:06.038Z | Doc-tests integration_tests |
1022 | 2025-02-04T04:43:06.103Z | |
1023 | 2025-02-04T04:43:06.103Z | running 0 tests |
1024 | 2025-02-04T04:43:06.103Z | |
1025 | 2025-02-04T04:43:06.103Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1026 | 2025-02-04T04:43:06.103Z | |
1027 | 2025-02-04T04:43:06.110Z | Doc-tests nextest_filtering |
1028 | 2025-02-04T04:43:06.229Z | |
1029 | 2025-02-04T04:43:06.229Z | running 0 tests |
1030 | 2025-02-04T04:43:06.229Z | |
1031 | 2025-02-04T04:43:06.229Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1032 | 2025-02-04T04:43:06.229Z | |
1033 | 2025-02-04T04:43:06.239Z | Doc-tests nextest_metadata |
1034 | 2025-02-04T04:43:06.378Z | |
1035 | 2025-02-04T04:43:06.378Z | running 2 tests |
1036 | 2025-02-04T04:43:06.953Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
1037 | 2025-02-04T04:43:09.692Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
1038 | 2025-02-04T04:43:09.692Z | |
1039 | 2025-02-04T04:43:09.695Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.31s |
1040 | 2025-02-04T04:43:09.695Z | |
1041 | 2025-02-04T04:43:09.704Z | Doc-tests nextest_runner |
1042 | 2025-02-04T04:43:10.477Z | |
1043 | 2025-02-04T04:43:10.477Z | running 0 tests |
1044 | 2025-02-04T04:43:10.478Z | |
1045 | 2025-02-04T04:43:10.478Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1046 | 2025-02-04T04:43:10.478Z | |
1047 | 2025-02-04T04:43:10.503Z | Doc-tests nextest_workspace_hack |
1048 | 2025-02-04T04:43:10.544Z | |
1049 | 2025-02-04T04:43:10.544Z | running 0 tests |
1050 | 2025-02-04T04:43:10.544Z | |
1051 | 2025-02-04T04:43:10.544Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1052 | 2025-02-04T04:43:10.544Z | |
1053 | 2025-02-04T04:43:10.566Z | |
1054 | 2025-02-04T04:43:10.569Z | real 5.353814969 |
1055 | 2025-02-04T04:43:10.569Z | user 5.340447896 |
1056 | 2025-02-04T04:43:10.569Z | sys 1.567200453 |
1057 | 2025-02-04T04:43:10.569Z | trap 0.001857702 |
1058 | 2025-02-04T04:43:10.569Z | tflt 0.012994736 |
1059 | 2025-02-04T04:43:10.569Z | dflt 0.008268547 |
1060 | 2025-02-04T04:43:10.569Z | kflt 0.000011796 |
1061 | 2025-02-04T04:43:10.569Z | lock 9.185934019 |
1062 | 2025-02-04T04:43:10.569Z | slp 29.594784071 |
1063 | 2025-02-04T04:43:10.569Z | lat 0.037395727 |
1064 | 2025-02-04T04:43:10.569Z | stop 0.471188532 |
1065 | 2025-02-04T04:43:10.569Z | + banner local-nt |
1066 | 2025-02-04T04:43:10.572Z | |
1067 | 2025-02-04T04:43:10.572Z | # #### #### ## # # # ##### |
1068 | 2025-02-04T04:43:10.572Z | # # # # # # # # ## # # |
1069 | 2025-02-04T04:43:10.572Z | # # # # # # # ##### # # # # |
1070 | 2025-02-04T04:43:10.572Z | # # # # ###### # # # # # |
1071 | 2025-02-04T04:43:10.572Z | # # # # # # # # # ## # |
1072 | 2025-02-04T04:43:10.572Z | ###### #### #### # # ###### # # # |
1073 | 2025-02-04T04:43:10.572Z | |
1074 | 2025-02-04T04:43:10.572Z | + ptime -m cargo local-nt run --profile ci |
1075 | 2025-02-04T04:43:10.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s |
1076 | 2025-02-04T04:43:10.867Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1077 | 2025-02-04T04:43:11.331Z | info: experimental features enabled: setup-scripts |
1078 | 2025-02-04T04:43:11.606Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s |
1079 | 2025-02-04T04:43:11.768Z | ──────────── |
1080 | 2025-02-04T04:43:11.768Z | Nextest run ID 30c01391-e561-4e7c-880b-02235ed44c2a with nextest profile: ci |
1081 | 2025-02-04T04:43:11.768Z | Starting 311 tests across 16 binaries (1 test skipped) |
1082 | 2025-02-04T04:43:11.771Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1083 | 2025-02-04T04:43:12.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s |
1084 | 2025-02-04T04:43:12.071Z | Running `target/debug/build-seed-archive` |
1085 | 2025-02-04T04:43:12.091Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-68c9efc32270abd5d21871bb8bf10fd6ab7abddba8da8d473ebc1b1384ef7988.tar.zst, building |
1086 | 2025-02-04T04:43:14.457Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-68c9efc32270abd5d21871bb8bf10fd6ab7abddba8da8d473ebc1b1384ef7988.tar.zst |
1087 | 2025-02-04T04:43:14.466Z | SETUP PASS [ 2.689s] build-seed-archive: cargo run --bin build-seed-archive |
1088 | 2025-02-04T04:43:14.490Z | PASS [ 0.029s] integration-tests::custom-harness thread_count::test_single_threaded |
1089 | 2025-02-04T04:43:14.494Z | PASS [ 0.032s] integration-tests::custom-harness thread_count::test_multi_threaded |
1090 | 2025-02-04T04:43:14.502Z | PASS [ 0.042s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1091 | 2025-02-04T04:43:14.543Z | PASS [ 0.083s] integration-tests::datatest custom_target::custom_invalid::invalid-family.json |
1092 | 2025-02-04T04:43:14.546Z | PASS [ 0.083s] integration-tests::datatest custom_target::custom_invalid::invalid-arch.json |
1093 | 2025-02-04T04:43:14.546Z | PASS [ 0.084s] integration-tests::datatest custom_target::custom_invalid::invalid-endian.json |
1094 | 2025-02-04T04:43:14.554Z | PASS [ 0.093s] integration-tests::datatest custom_target::custom_invalid::invalid-target-pointer-width.json |
1095 | 2025-02-04T04:43:14.572Z | PASS [ 0.077s] integration-tests::datatest custom_target::custom_invalid::missing-arch.json |
1096 | 2025-02-04T04:43:14.578Z | PASS [ 0.081s] integration-tests::datatest custom_target::custom_invalid::syntax-error.json |
1097 | 2025-02-04T04:43:14.678Z | PASS [ 0.218s] cargo-nextest dispatch::tests::test_argument_parsing |
1098 | 2025-02-04T04:43:15.899Z | PASS [ 1.396s] integration-tests::integration test_list_binaries_only |
1099 | 2025-02-04T04:43:16.270Z | PASS [ 1.715s] integration-tests::integration test_list_host_after_build |
1100 | 2025-02-04T04:43:16.559Z | PASS [ 2.013s] integration-tests::integration test_list_full_after_build |
1101 | 2025-02-04T04:43:16.702Z | PASS [ 2.157s] integration-tests::integration test_list_full |
1102 | 2025-02-04T04:43:16.721Z | PASS [ 2.147s] integration-tests::integration test_list_target_after_build |
1103 | 2025-02-04T04:43:16.763Z | PASS [ 2.216s] integration-tests::integration test_list_default |
1104 | 2025-02-04T04:43:18.501Z | PASS [ 1.797s] integration-tests::integration test_run_from_archive_with_missing_includes |
1105 | 2025-02-04T04:43:19.644Z | PASS [ 3.371s] integration-tests::integration test_run_after_build |
1106 | 2025-02-04T04:43:19.720Z | PASS [ 5.040s] integration-tests::integration test_relocated_run |
1107 | 2025-02-04T04:43:19.797Z | PASS [ 3.034s] integration-tests::integration test_run_no_tests |
1108 | 2025-02-04T04:43:21.065Z | PASS [ 6.484s] integration-tests::integration test_list_with_default_filter |
1109 | 2025-02-04T04:43:21.176Z | PASS [ 1.452s] integration-tests::integration test_setup_scripts_not_enabled |
1110 | 2025-02-04T04:43:21.489Z | PASS [ 1.842s] integration-tests::integration test_setup_script_error |
1111 | 2025-02-04T04:43:21.960Z | PASS [ 3.458s] integration-tests::integration test_run_with_default_filter |
1112 | 2025-02-04T04:43:22.017Z | PASS [ 0.053s] integration-tests::integration test_version_info |
1113 | 2025-02-04T04:43:22.617Z | PASS [ 0.600s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1114 | 2025-02-04T04:43:22.634Z | PASS [ 6.073s] integration-tests::integration test_run_from_archive_with_includes |
1115 | 2025-02-04T04:43:22.640Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_complex_error |
1116 | 2025-02-04T04:43:22.655Z | PASS [ 1.589s] integration-tests::integration test_show_config_version |
1117 | 2025-02-04T04:43:22.658Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof |
1118 | 2025-02-04T04:43:22.665Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_expected_expr |
1119 | 2025-02-04T04:43:22.676Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_and_operator |
1120 | 2025-02-04T04:43:22.681Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_invalid_escapes |
1121 | 2025-02-04T04:43:22.686Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_glob |
1122 | 2025-02-04T04:43:22.697Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_or_operator |
1123 | 2025-02-04T04:43:22.702Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_platform |
1124 | 2025-02-04T04:43:22.709Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_regex |
1125 | 2025-02-04T04:43:22.719Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument |
1126 | 2025-02-04T04:43:22.725Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1127 | 2025-02-04T04:43:22.729Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_regex |
1128 | 2025-02-04T04:43:22.741Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1129 | 2025-02-04T04:43:22.747Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_parentheses |
1130 | 2025-02-04T04:43:22.751Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_comma |
1131 | 2025-02-04T04:43:22.763Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_difference |
1132 | 2025-02-04T04:43:22.769Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1133 | 2025-02-04T04:43:22.774Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_not |
1134 | 2025-02-04T04:43:22.786Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1135 | 2025-02-04T04:43:22.791Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set |
1136 | 2025-02-04T04:43:22.796Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_union |
1137 | 2025-02-04T04:43:22.817Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1138 | 2025-02-04T04:43:22.832Z | PASS [ 6.108s] integration-tests::integration test_run_from_archive_with_no_includes |
1139 | 2025-02-04T04:43:22.835Z | PASS [ 0.047s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1140 | 2025-02-04T04:43:22.850Z | PASS [ 0.058s] nextest-filtering parsing::tests::test_parse_name_matcher |
1141 | 2025-02-04T04:43:22.857Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_argument |
1142 | 2025-02-04T04:43:22.863Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_set_def |
1143 | 2025-02-04T04:43:22.872Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_comma |
1144 | 2025-02-04T04:43:22.881Z | PASS [ 0.059s] nextest-filtering parsing::tests::test_parse_regex |
1145 | 2025-02-04T04:43:22.889Z | PASS [ 0.025s] nextest-filtering::match test_binary_query |
1146 | 2025-02-04T04:43:22.897Z | PASS [ 0.024s] nextest-filtering::match test_expr_binary |
1147 | 2025-02-04T04:43:22.910Z | PASS [ 0.032s] nextest-filtering::match test_expr_binary_id_glob |
1148 | 2025-02-04T04:43:22.916Z | PASS [ 0.026s] nextest-filtering::match test_expr_deps |
1149 | 2025-02-04T04:43:22.922Z | PASS [ 0.024s] nextest-filtering::match test_expr_kind |
1150 | 2025-02-04T04:43:22.933Z | PASS [ 0.022s] nextest-filtering::match test_expr_kind_partial |
1151 | 2025-02-04T04:43:22.939Z | PASS [ 0.022s] nextest-filtering::match test_expr_package_contains |
1152 | 2025-02-04T04:43:22.951Z | PASS [ 0.027s] nextest-filtering::match test_expr_package_equal |
1153 | 2025-02-04T04:43:22.960Z | PASS [ 0.027s] nextest-filtering::match test_expr_package_regex |
1154 | 2025-02-04T04:43:22.973Z | PASS [ 0.024s] nextest-filtering::match test_expr_platform |
1155 | 2025-02-04T04:43:22.976Z | PASS [ 0.023s] nextest-filtering::match test_expr_rdeps |
1156 | 2025-02-04T04:43:22.991Z | PASS [ 0.029s] nextest-filtering::match test_expr_test |
1157 | 2025-02-04T04:43:22.998Z | PASS [ 0.023s] nextest-filtering::match test_expr_test_difference::with_and_not |
1158 | 2025-02-04T04:43:23.004Z | PASS [ 0.024s] nextest-filtering::match test_expr_test_difference::with_minus |
1159 | 2025-02-04T04:43:23.014Z | PASS [ 0.022s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1160 | 2025-02-04T04:43:23.022Z | PASS [ 0.023s] nextest-filtering::match test_expr_test_intersect::with_and |
1161 | 2025-02-04T04:43:23.031Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_not |
1162 | 2025-02-04T04:43:23.041Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_or |
1163 | 2025-02-04T04:43:23.047Z | PASS [ 0.024s] nextest-filtering::match test_expr_test_union::with_pipe |
1164 | 2025-02-04T04:43:23.059Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_union::with_plus |
1165 | 2025-02-04T04:43:23.067Z | PASS [ 0.026s] nextest-filtering::match test_expr_with_no_matching_packages |
1166 | 2025-02-04T04:43:23.079Z | PASS [ 0.031s] nextest-metadata test_list::tests::test_binary_id_ord |
1167 | 2025-02-04T04:43:23.083Z | PASS [ 0.020s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1168 | 2025-02-04T04:43:23.095Z | PASS [ 0.027s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1169 | 2025-02-04T04:43:23.111Z | PASS [ 0.030s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1170 | 2025-02-04T04:43:23.114Z | PASS [ 0.025s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1171 | 2025-02-04T04:43:23.121Z | PASS [ 0.023s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1172 | 2025-02-04T04:43:23.134Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1173 | 2025-02-04T04:43:23.140Z | PASS [ 0.028s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1174 | 2025-02-04T04:43:23.145Z | PASS [ 0.024s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1175 | 2025-02-04T04:43:23.156Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1176 | 2025-02-04T04:43:23.166Z | PASS [ 0.025s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1177 | 2025-02-04T04:43:23.172Z | PASS [ 0.023s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1178 | 2025-02-04T04:43:23.187Z | PASS [ 0.029s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1179 | 2025-02-04T04:43:23.197Z | PASS [ 0.030s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1180 | 2025-02-04T04:43:23.304Z | PASS [ 0.445s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1181 | 2025-02-04T04:43:23.610Z | PASS [ 0.437s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1182 | 2025-02-04T04:43:23.617Z | PASS [ 0.429s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1183 | 2025-02-04T04:43:23.657Z | PASS [ 0.459s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1184 | 2025-02-04T04:43:23.804Z | PASS [ 0.499s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1185 | 2025-02-04T04:43:23.988Z | PASS [ 0.368s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1186 | 2025-02-04T04:43:23.992Z | PASS [ 0.378s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1187 | 2025-02-04T04:43:24.012Z | PASS [ 0.019s] nextest-runner config::archive::tests::test_join_rel_path |
1188 | 2025-02-04T04:43:24.038Z | PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid |
1189 | 2025-02-04T04:43:24.116Z | PASS [ 0.454s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1190 | 2025-02-04T04:43:24.141Z | PASS [ 0.029s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1191 | 2025-02-04T04:43:24.163Z | PASS [ 0.021s] nextest-runner config::identifier::tests::test_invalid |
1192 | 2025-02-04T04:43:24.184Z | PASS [ 0.021s] nextest-runner config::identifier::tests::test_valid |
1193 | 2025-02-04T04:43:24.231Z | PASS [ 0.426s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1194 | 2025-02-04T04:43:24.334Z | PASS [ 0.346s] nextest-runner config::archive::tests::parse_valid |
1195 | 2025-02-04T04:43:24.400Z | PASS [ 0.361s] nextest-runner config::config_impl::tests::ignored_keys |
1196 | 2025-02-04T04:43:24.517Z | PASS [ 0.331s] nextest-runner config::max_fail::tests::invalid_fail_fast::empty_string_max_fail |
1197 | 2025-02-04T04:43:24.610Z | PASS [ 0.378s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_map_key |
1198 | 2025-02-04T04:43:24.672Z | PASS [ 0.337s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_max_fail_type |
1199 | 2025-02-04T04:43:24.685Z | PASS [ 0.285s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_negative_max_fail |
1200 | 2025-02-04T04:43:24.833Z | PASS [ 0.315s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_string_max_fail |
1201 | 2025-02-04T04:43:24.868Z | PASS [ 3.690s] integration-tests::integration test_target_arg |
1202 | 2025-02-04T04:43:24.889Z | PASS [ 0.020s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1203 | 2025-02-04T04:43:24.905Z | PASS [ 0.291s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_zero_max_fail |
1204 | 2025-02-04T04:43:24.946Z | PASS [ 5.146s] integration-tests::integration test_show_config_test_groups |
1205 | 2025-02-04T04:43:24.960Z | PASS [ 0.288s] nextest-runner config::max_fail::tests::invalid_fail_fast::string_as_positive_integer |
1206 | 2025-02-04T04:43:24.997Z | PASS [ 0.310s] nextest-runner config::max_fail::tests::invalid_fail_fast::string_boolean_not_allowed |
1207 | 2025-02-04T04:43:25.124Z | PASS [ 0.290s] nextest-runner config::max_fail::tests::invalid_fail_fast::zero_string |
1208 | 2025-02-04T04:43:25.146Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_accumulate |
1209 | 2025-02-04T04:43:25.168Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1210 | 2025-02-04T04:43:25.177Z | PASS [ 0.287s] nextest-runner config::max_fail::tests::parse_fail_fast::boolean_false |
1211 | 2025-02-04T04:43:25.189Z | PASS [ 0.286s] nextest-runner config::max_fail::tests::parse_fail_fast::boolean_true |
1212 | 2025-02-04T04:43:25.195Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1213 | 2025-02-04T04:43:25.203Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1214 | 2025-02-04T04:43:25.214Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1215 | 2025-02-04T04:43:25.220Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1216 | 2025-02-04T04:43:25.226Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1217 | 2025-02-04T04:43:25.235Z | PASS [ 0.021s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1218 | 2025-02-04T04:43:25.241Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1219 | 2025-02-04T04:43:25.244Z | PASS [ 0.295s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_1 |
1220 | 2025-02-04T04:43:25.271Z | PASS [ 0.309s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_2 |
1221 | 2025-02-04T04:43:25.276Z | PASS [ 0.278s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_all |
1222 | 2025-02-04T04:43:25.497Z | PASS [ 0.254s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1223 | 2025-02-04T04:43:25.501Z | PASS [ 0.261s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1224 | 2025-02-04T04:43:25.501Z | PASS [ 0.255s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1225 | 2025-02-04T04:43:25.506Z | PASS [ 0.280s] nextest-runner config::overrides::tests::cfg_unix_with_custom_platform |
1226 | 2025-02-04T04:43:25.537Z | PASS [ 0.260s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1227 | 2025-02-04T04:43:25.539Z | PASS [ 0.265s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1228 | 2025-02-04T04:43:25.755Z | PASS [ 0.257s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1229 | 2025-02-04T04:43:25.763Z | PASS [ 0.257s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1230 | 2025-02-04T04:43:25.763Z | PASS [ 0.257s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1231 | 2025-02-04T04:43:25.767Z | PASS [ 0.253s] nextest-runner config::overrides::tests::test_overrides_basic |
1232 | 2025-02-04T04:43:25.798Z | PASS [ 0.261s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1233 | 2025-02-04T04:43:25.801Z | PASS [ 0.261s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1234 | 2025-02-04T04:43:26.024Z | PASS [ 0.267s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1235 | 2025-02-04T04:43:26.026Z | PASS [ 0.267s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1236 | 2025-02-04T04:43:26.026Z | PASS [ 0.267s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1237 | 2025-02-04T04:43:26.035Z | PASS [ 0.269s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1238 | 2025-02-04T04:43:26.068Z | PASS [ 0.267s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1239 | 2025-02-04T04:43:26.072Z | PASS [ 0.272s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1240 | 2025-02-04T04:43:26.315Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1241 | 2025-02-04T04:43:26.318Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1242 | 2025-02-04T04:43:26.318Z | PASS [ 0.279s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1243 | 2025-02-04T04:43:26.326Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1244 | 2025-02-04T04:43:26.348Z | PASS [ 0.280s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1245 | 2025-02-04T04:43:26.357Z | PASS [ 0.284s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1246 | 2025-02-04T04:43:26.598Z | PASS [ 0.271s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1247 | 2025-02-04T04:43:26.604Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1248 | 2025-02-04T04:43:26.606Z | PASS [ 0.289s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1249 | 2025-02-04T04:43:26.628Z | PASS [ 0.312s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1250 | 2025-02-04T04:43:26.645Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1251 | 2025-02-04T04:43:26.652Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1252 | 2025-02-04T04:43:26.882Z | PASS [ 0.283s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1253 | 2025-02-04T04:43:26.885Z | PASS [ 0.278s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1254 | 2025-02-04T04:43:26.885Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1255 | 2025-02-04T04:43:26.920Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1256 | 2025-02-04T04:43:26.925Z | PASS [ 0.271s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1257 | 2025-02-04T04:43:26.927Z | PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1258 | 2025-02-04T04:43:27.074Z | PASS [ 5.583s] integration-tests::integration test_target_dir |
1259 | 2025-02-04T04:43:27.172Z | PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1260 | 2025-02-04T04:43:27.184Z | PASS [ 0.299s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1261 | 2025-02-04T04:43:27.192Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1262 | 2025-02-04T04:43:27.210Z | PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1263 | 2025-02-04T04:43:27.214Z | PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1264 | 2025-02-04T04:43:27.246Z | PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1265 | 2025-02-04T04:43:27.360Z | PASS [ 0.285s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1266 | 2025-02-04T04:43:27.461Z | PASS [ 0.268s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1267 | 2025-02-04T04:43:27.463Z | PASS [ 0.277s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1268 | 2025-02-04T04:43:27.463Z | PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1269 | 2025-02-04T04:43:27.499Z | PASS [ 0.289s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1270 | 2025-02-04T04:43:27.508Z | PASS [ 0.292s] nextest-runner config::scripts::tests::test_scripts_basic |
1271 | 2025-02-04T04:43:27.565Z | PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1272 | 2025-02-04T04:43:27.644Z | PASS [ 0.283s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1273 | 2025-02-04T04:43:27.756Z | PASS [ 0.294s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1274 | 2025-02-04T04:43:27.761Z | PASS [ 0.299s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1275 | 2025-02-04T04:43:27.764Z | PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1276 | 2025-02-04T04:43:27.802Z | PASS [ 0.295s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1277 | 2025-02-04T04:43:27.805Z | PASS [ 0.303s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1278 | 2025-02-04T04:43:27.882Z | PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1279 | 2025-02-04T04:43:27.924Z | PASS [ 0.279s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1280 | 2025-02-04T04:43:28.036Z | PASS [ 0.279s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1281 | 2025-02-04T04:43:28.042Z | PASS [ 0.278s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1282 | 2025-02-04T04:43:28.044Z | PASS [ 0.278s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1283 | 2025-02-04T04:43:28.081Z | PASS [ 0.277s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1284 | 2025-02-04T04:43:28.089Z | PASS [ 0.283s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1285 | 2025-02-04T04:43:28.168Z | PASS [ 0.285s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1286 | 2025-02-04T04:43:28.212Z | PASS [ 0.287s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1287 | 2025-02-04T04:43:28.319Z | PASS [ 0.282s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1288 | 2025-02-04T04:43:28.325Z | PASS [ 0.281s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1289 | 2025-02-04T04:43:28.331Z | PASS [ 0.282s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1290 | 2025-02-04T04:43:28.366Z | PASS [ 0.279s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1291 | 2025-02-04T04:43:28.374Z | PASS [ 0.293s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1292 | 2025-02-04T04:43:28.492Z | PASS [ 0.319s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1293 | 2025-02-04T04:43:28.497Z | PASS [ 0.284s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1294 | 2025-02-04T04:43:28.616Z | PASS [ 0.289s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1295 | 2025-02-04T04:43:28.621Z | PASS [ 0.294s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1296 | 2025-02-04T04:43:28.633Z | PASS [ 0.313s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1297 | 2025-02-04T04:43:28.658Z | PASS [ 0.291s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1298 | 2025-02-04T04:43:28.677Z | PASS [ 0.301s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1299 | 2025-02-04T04:43:28.682Z | PASS [ 0.022s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1300 | 2025-02-04T04:43:28.743Z | PASS [ 0.061s] nextest-runner errors::tests::display_error_chain |
1301 | 2025-02-04T04:43:28.781Z | PASS [ 0.292s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1302 | 2025-02-04T04:43:28.784Z | PASS [ 0.284s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1303 | 2025-02-04T04:43:28.804Z | PASS [ 0.022s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1304 | 2025-02-04T04:43:28.806Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1305 | 2025-02-04T04:43:28.809Z | PASS [ 0.064s] nextest-runner errors::tests::display_error_list |
1306 | 2025-02-04T04:43:28.828Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1307 | 2025-02-04T04:43:28.833Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1308 | 2025-02-04T04:43:28.836Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1309 | 2025-02-04T04:43:28.852Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1310 | 2025-02-04T04:43:28.856Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1311 | 2025-02-04T04:43:28.862Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1312 | 2025-02-04T04:43:28.871Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1313 | 2025-02-04T04:43:28.876Z | PASS [ 0.019s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1314 | 2025-02-04T04:43:28.880Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1315 | 2025-02-04T04:43:28.893Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1316 | 2025-02-04T04:43:28.899Z | PASS [ 0.022s] nextest-runner list::test_list::tests::test_parse_test_list |
1317 | 2025-02-04T04:43:28.901Z | PASS [ 0.282s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1318 | 2025-02-04T04:43:28.901Z | PASS [ 0.277s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1319 | 2025-02-04T04:43:28.901Z | PASS [ 0.018s] nextest-runner partition::tests::partitioner_builder_from_str |
1320 | 2025-02-04T04:43:28.921Z | PASS [ 0.027s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1321 | 2025-02-04T04:43:28.923Z | PASS [ 0.020s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1322 | 2025-02-04T04:43:28.924Z | PASS [ 0.277s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1323 | 2025-02-04T04:43:28.931Z | PASS [ 0.025s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1324 | 2025-02-04T04:43:28.951Z | PASS [ 0.045s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1325 | 2025-02-04T04:43:28.951Z | PASS [ 0.045s] nextest-runner redact::tests::test_redact_path |
1326 | 2025-02-04T04:43:28.951Z | PASS [ 0.024s] nextest-runner reporter::displayer::formatters::tests::test_final_warnings |
1327 | 2025-02-04T04:43:28.960Z | PASS [ 0.034s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1328 | 2025-02-04T04:43:28.979Z | PASS [ 0.301s] nextest-runner config::tool_config::tests::tool_config_basic |
1329 | 2025-02-04T04:43:28.991Z | PASS [ 0.029s] nextest-runner reporter::displayer::progress::tests::test_progress_bar_prefix |
1330 | 2025-02-04T04:43:28.996Z | PASS [ 0.065s] nextest-runner reporter::displayer::imp::tests::final_status_line |
1331 | 2025-02-04T04:43:28.999Z | PASS [ 0.070s] nextest-runner reporter::displayer::formatters::tests::test_write_skip_counts |
1332 | 2025-02-04T04:43:29.010Z | PASS [ 0.054s] nextest-runner reporter::displayer::imp::tests::no_capture_settings |
1333 | 2025-02-04T04:43:29.026Z | PASS [ 0.074s] nextest-runner reporter::displayer::progress::tests::progress_str_snapshots |
1334 | 2025-02-04T04:43:29.041Z | PASS [ 0.043s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_show_immediate |
1335 | 2025-02-04T04:43:29.043Z | PASS [ 0.044s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_store_final |
1336 | 2025-02-04T04:43:29.043Z | PASS [ 0.050s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_show_immediate |
1337 | 2025-02-04T04:43:29.043Z | PASS [ 0.091s] nextest-runner reporter::displayer::imp::tests::test_info_response |
1338 | 2025-02-04T04:43:29.046Z | PASS [ 0.035s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_1 |
1339 | 2025-02-04T04:43:29.054Z | PASS [ 0.048s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_write_status_line |
1340 | 2025-02-04T04:43:29.069Z | PASS [ 0.042s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_2 |
1341 | 2025-02-04T04:43:29.078Z | PASS [ 0.032s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_3 |
1342 | 2025-02-04T04:43:29.078Z | PASS [ 0.027s] nextest-runner reporter::displayer::unit_output::tests::test_write_output_with_highlight |
1343 | 2025-02-04T04:43:29.081Z | PASS [ 0.023s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1344 | 2025-02-04T04:43:29.095Z | PASS [ 0.051s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_with_interrupt |
1345 | 2025-02-04T04:43:29.097Z | PASS [ 0.027s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1346 | 2025-02-04T04:43:29.107Z | PASS [ 0.022s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1347 | 2025-02-04T04:43:29.110Z | PASS [ 0.043s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_write_status_line |
1348 | 2025-02-04T04:43:29.112Z | PASS [ 0.021s] nextest-runner reporter::events::tests::test_is_success |
1349 | 2025-02-04T04:43:29.115Z | PASS [ 0.019s] nextest-runner reporter::helpers::tests::test_highlight_end |
1350 | 2025-02-04T04:43:29.122Z | PASS [ 0.075s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_4 |
1351 | 2025-02-04T04:43:29.134Z | PASS [ 0.018s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1352 | 2025-02-04T04:43:29.140Z | PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1353 | 2025-02-04T04:43:29.143Z | PASS [ 0.021s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1354 | 2025-02-04T04:43:29.162Z | PASS [ 0.027s] nextest-runner runner::imp::tests::no_capture_settings |
1355 | 2025-02-04T04:43:29.167Z | PASS [ 0.023s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1356 | 2025-02-04T04:43:29.170Z | PASS [ 0.071s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1357 | 2025-02-04T04:43:29.170Z | PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1358 | 2025-02-04T04:43:29.179Z | PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1359 | 2025-02-04T04:43:29.184Z | PASS [ 0.065s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1360 | 2025-02-04T04:43:29.188Z | PASS [ 0.019s] nextest-runner test_command::tests::parse_build_script |
1361 | 2025-02-04T04:43:29.200Z | PASS [ 0.020s] nextest-runner test_filter::tests::empty_pattern_examples |
1362 | 2025-02-04T04:43:29.206Z | PASS [ 0.036s] nextest-runner target_runner::tests::test_find_config |
1363 | 2025-02-04T04:43:29.210Z | PASS [ 0.022s] nextest-runner test_filter::tests::pattern_examples |
1364 | 2025-02-04T04:43:29.267Z | PASS [ 0.104s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1365 | 2025-02-04T04:43:29.288Z | PASS [ 0.021s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1366 | 2025-02-04T04:43:29.303Z | PASS [ 0.134s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1367 | 2025-02-04T04:43:29.322Z | PASS [ 0.134s] nextest-runner test_filter::tests::proptest_empty |
1368 | 2025-02-04T04:43:29.430Z | PASS [ 0.290s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1369 | 2025-02-04T04:43:29.450Z | PASS [ 0.245s] nextest-runner test_filter::tests::proptest_no_match |
1370 | 2025-02-04T04:43:29.643Z | PASS [ 13.739s] integration-tests::integration test_run |
1371 | 2025-02-04T04:43:29.860Z | PASS [ 0.660s] nextest-runner test_filter::tests::proptest_exact |
1372 | 2025-02-04T04:43:29.874Z | PASS [ 0.570s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1373 | 2025-02-04T04:43:30.098Z | PASS [ 0.886s] nextest-runner test_filter::tests::proptest_substring |
1374 | 2025-02-04T04:43:30.814Z | PASS [ 1.524s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1375 | 2025-02-04T04:43:31.095Z | PASS [ 1.644s] nextest-runner::integration basic::test_list_binaries |
1376 | 2025-02-04T04:43:31.327Z | PASS [ 2.003s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1377 | 2025-02-04T04:43:31.356Z | PASS [ 1.700s] nextest-runner::integration basic::test_list_tests |
1378 | 2025-02-04T04:43:31.378Z | PASS [ 1.946s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1379 | 2025-02-04T04:43:31.384Z | PASS [ 0.027s] nextest-runner::integration target_runner::disregards_non_matching |
1380 | 2025-02-04T04:43:31.409Z | PASS [ 0.024s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1381 | 2025-02-04T04:43:31.435Z | PASS [ 0.025s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1382 | 2025-02-04T04:43:31.449Z | PASS [ 0.353s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1383 | 2025-02-04T04:43:31.477Z | PASS [ 0.662s] nextest-runner::integration basic::test_run_ignored |
1384 | 2025-02-04T04:43:31.656Z | PASS [ 0.277s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1385 | 2025-02-04T04:43:31.681Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_cargo_env |
1386 | 2025-02-04T04:43:31.706Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli |
1387 | 2025-02-04T04:43:31.732Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1388 | 2025-02-04T04:43:31.757Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1389 | 2025-02-04T04:43:31.784Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env |
1390 | 2025-02-04T04:43:31.811Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1391 | 2025-02-04T04:43:31.837Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option |
1392 | 2025-02-04T04:43:31.861Z | PASS [ 0.423s] nextest-runner::integration target_runner::parses_cargo_env |
1393 | 2025-02-04T04:43:32.000Z | PASS [ 0.550s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1394 | 2025-02-04T04:43:32.711Z | PASS [ 2.612s] nextest-runner::integration basic::test_run |
1395 | 2025-02-04T04:43:33.021Z | PASS [ 1.543s] nextest-runner::integration target_runner::test_run_with_target_runner |
1396 | 2025-02-04T04:43:33.643Z | PASS [ 2.315s] nextest-runner::integration basic::test_termination |
1397 | 2025-02-04T04:43:34.742Z | PASS [ 4.866s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1398 | 2025-02-04T04:43:34.845Z | PASS [ 4.983s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1399 | 2025-02-04T04:43:34.848Z | ──────────── |
1400 | 2025-02-04T04:43:34.848Z | Summary [ 23.072s] 311 tests run: 311 passed, 1 skipped |
1401 | 2025-02-04T04:43:34.876Z | |
1402 | 2025-02-04T04:43:34.879Z | real 24.293350948 |
1403 | 2025-02-04T04:43:34.879Z | user 1:22.382640095 |
1404 | 2025-02-04T04:43:34.879Z | sys 58.153995378 |
1405 | 2025-02-04T04:43:34.879Z | trap 0.100910184 |
1406 | 2025-02-04T04:43:34.879Z | tflt 0.193652482 |
1407 | 2025-02-04T04:43:34.879Z | dflt 0.186301360 |
1408 | 2025-02-04T04:43:34.879Z | kflt 0.004752386 |
1409 | 2025-02-04T04:43:34.879Z | lock 11:22.146059869 |
1410 | 2025-02-04T04:43:34.879Z | slp 5:51.673180868 |
1411 | 2025-02-04T04:43:34.879Z | lat 1:24.249799084 |
1412 | 2025-02-04T04:43:34.879Z | stop 2:17.599585569 |
1413 | 2025-02-04T04:43:34.879Z | + banner release |
1414 | 2025-02-04T04:43:34.879Z | |
1415 | 2025-02-04T04:43:34.879Z | ##### ###### # ###### ## #### ###### |
1416 | 2025-02-04T04:43:34.879Z | # # # # # # # # # |
1417 | 2025-02-04T04:43:34.879Z | # # ##### # ##### # # #### ##### |
1418 | 2025-02-04T04:43:34.879Z | ##### # # # ###### # # |
1419 | 2025-02-04T04:43:34.879Z | # # # # # # # # # # |
1420 | 2025-02-04T04:43:34.879Z | # # ###### ###### ###### # # #### ###### |
1421 | 2025-02-04T04:43:34.879Z | |
1422 | 2025-02-04T04:43:34.882Z | + ptime -m cargo nextest run --profile ci |
1423 | 2025-02-04T04:43:35.329Z | info: experimental features enabled: setup-scripts |
1424 | 2025-02-04T04:43:35.601Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s |
1425 | 2025-02-04T04:43:35.741Z | ──────────── |
1426 | 2025-02-04T04:43:35.741Z | Nextest run ID 2ab4d6a3-8fb4-411f-a40b-72c6219615ad with nextest profile: ci |
1427 | 2025-02-04T04:43:35.741Z | Starting 311 tests across 16 binaries (1 test skipped) |
1428 | 2025-02-04T04:43:35.744Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1429 | 2025-02-04T04:43:36.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s |
1430 | 2025-02-04T04:43:36.045Z | Running `target/debug/build-seed-archive` |
1431 | 2025-02-04T04:43:36.410Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-36669cf9994d2f52a39c9395c2799518f2ef2fbe8f23f8033dc990f36e617ca6.tar.zst, building |
1432 | 2025-02-04T04:43:38.679Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-36669cf9994d2f52a39c9395c2799518f2ef2fbe8f23f8033dc990f36e617ca6.tar.zst |
1433 | 2025-02-04T04:43:38.683Z | SETUP PASS [ 2.940s] build-seed-archive: cargo run --bin build-seed-archive |
1434 | 2025-02-04T04:43:38.702Z | PASS [ 0.014s] integration-tests::custom-harness thread_count::test_single_threaded |
1435 | 2025-02-04T04:43:38.708Z | PASS [ 0.025s] integration-tests::custom-harness thread_count::test_multi_threaded |
1436 | 2025-02-04T04:43:38.725Z | PASS [ 0.042s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1437 | 2025-02-04T04:43:38.760Z | PASS [ 0.077s] integration-tests::datatest custom_target::custom_invalid::invalid-target-pointer-width.json |
1438 | 2025-02-04T04:43:38.762Z | PASS [ 0.077s] integration-tests::datatest custom_target::custom_invalid::invalid-endian.json |
1439 | 2025-02-04T04:43:38.767Z | PASS [ 0.081s] integration-tests::datatest custom_target::custom_invalid::invalid-family.json |
1440 | 2025-02-04T04:43:38.769Z | PASS [ 0.084s] integration-tests::datatest custom_target::custom_invalid::invalid-arch.json |
1441 | 2025-02-04T04:43:38.774Z | PASS [ 0.070s] integration-tests::datatest custom_target::custom_invalid::missing-arch.json |
1442 | 2025-02-04T04:43:38.778Z | PASS [ 0.070s] integration-tests::datatest custom_target::custom_invalid::syntax-error.json |
1443 | 2025-02-04T04:43:38.909Z | PASS [ 0.226s] cargo-nextest dispatch::tests::test_argument_parsing |
1444 | 2025-02-04T04:43:40.419Z | PASS [ 1.693s] integration-tests::integration test_list_binaries_only |
1445 | 2025-02-04T04:43:40.662Z | PASS [ 1.894s] integration-tests::integration test_list_host_after_build |
1446 | 2025-02-04T04:43:40.747Z | PASS [ 1.986s] integration-tests::integration test_list_default |
1447 | 2025-02-04T04:43:40.798Z | PASS [ 2.037s] integration-tests::integration test_list_full |
1448 | 2025-02-04T04:43:40.960Z | PASS [ 2.192s] integration-tests::integration test_list_full_after_build |
1449 | 2025-02-04T04:43:40.975Z | PASS [ 2.199s] integration-tests::integration test_list_target_after_build |
1450 | 2025-02-04T04:43:42.615Z | PASS [ 1.816s] integration-tests::integration test_run_from_archive_with_missing_includes |
1451 | 2025-02-04T04:43:43.994Z | PASS [ 3.018s] integration-tests::integration test_run_no_tests |
1452 | 2025-02-04T04:43:44.624Z | PASS [ 5.714s] integration-tests::integration test_relocated_run |
1453 | 2025-02-04T04:43:44.639Z | PASS [ 3.976s] integration-tests::integration test_run_after_build |
1454 | 2025-02-04T04:43:45.041Z | PASS [ 6.261s] integration-tests::integration test_list_with_default_filter |
1455 | 2025-02-04T04:43:45.534Z | PASS [ 2.918s] integration-tests::integration test_run_with_default_filter |
1456 | 2025-02-04T04:43:45.710Z | PASS [ 1.715s] integration-tests::integration test_setup_script_error |
1457 | 2025-02-04T04:43:46.249Z | PASS [ 1.623s] integration-tests::integration test_setup_scripts_not_enabled |
1458 | 2025-02-04T04:43:46.297Z | PASS [ 0.048s] integration-tests::integration test_version_info |
1459 | 2025-02-04T04:43:46.643Z | PASS [ 1.602s] integration-tests::integration test_show_config_version |
1460 | 2025-02-04T04:43:46.661Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_complex_error |
1461 | 2025-02-04T04:43:46.677Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_expected_eof |
1462 | 2025-02-04T04:43:46.692Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_expected_expr |
1463 | 2025-02-04T04:43:46.707Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_and_operator |
1464 | 2025-02-04T04:43:46.722Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_escapes |
1465 | 2025-02-04T04:43:46.740Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_invalid_glob |
1466 | 2025-02-04T04:43:46.755Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_or_operator |
1467 | 2025-02-04T04:43:46.771Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_invalid_platform |
1468 | 2025-02-04T04:43:46.787Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_invalid_regex |
1469 | 2025-02-04T04:43:46.803Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_argument |
1470 | 2025-02-04T04:43:46.817Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1471 | 2025-02-04T04:43:46.833Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_close_regex |
1472 | 2025-02-04T04:43:46.849Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1473 | 2025-02-04T04:43:46.865Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_missing_parentheses |
1474 | 2025-02-04T04:43:46.879Z | PASS [ 0.581s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1475 | 2025-02-04T04:43:46.883Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_comma |
1476 | 2025-02-04T04:43:46.894Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_difference |
1477 | 2025-02-04T04:43:46.898Z | PASS [ 0.015s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1478 | 2025-02-04T04:43:46.912Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_not |
1479 | 2025-02-04T04:43:46.916Z | PASS [ 0.017s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1480 | 2025-02-04T04:43:46.927Z | PASS [ 0.014s] nextest-filtering parsing::tests::test_parse_expr_set |
1481 | 2025-02-04T04:43:46.933Z | PASS [ 0.016s] nextest-filtering parsing::tests::test_parse_expr_union |
1482 | 2025-02-04T04:43:46.970Z | PASS [ 0.042s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1483 | 2025-02-04T04:43:46.993Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1484 | 2025-02-04T04:43:46.996Z | PASS [ 0.063s] nextest-filtering parsing::tests::test_parse_name_matcher |
1485 | 2025-02-04T04:43:47.019Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_set_def |
1486 | 2025-02-04T04:43:47.039Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_unexpected_argument |
1487 | 2025-02-04T04:43:47.049Z | PASS [ 0.055s] nextest-filtering parsing::tests::test_parse_regex |
1488 | 2025-02-04T04:43:47.100Z | PASS [ 0.059s] nextest-filtering parsing::tests::test_unexpected_comma |
1489 | 2025-02-04T04:43:47.111Z | PASS [ 6.149s] integration-tests::integration test_run_from_archive_with_no_includes |
1490 | 2025-02-04T04:43:47.132Z | PASS [ 0.033s] nextest-filtering::match test_binary_query |
1491 | 2025-02-04T04:43:47.132Z | PASS [ 6.383s] integration-tests::integration test_run_from_archive_with_includes |
1492 | 2025-02-04T04:43:47.146Z | PASS [ 0.035s] nextest-filtering::match test_expr_binary |
1493 | 2025-02-04T04:43:47.163Z | PASS [ 0.031s] nextest-filtering::match test_expr_binary_id_glob |
1494 | 2025-02-04T04:43:47.184Z | PASS [ 0.037s] nextest-filtering::match test_expr_kind |
1495 | 2025-02-04T04:43:47.195Z | PASS [ 0.031s] nextest-filtering::match test_expr_kind_partial |
1496 | 2025-02-04T04:43:47.202Z | PASS [ 0.060s] nextest-filtering::match test_expr_deps |
1497 | 2025-02-04T04:43:47.206Z | PASS [ 0.022s] nextest-filtering::match test_expr_package_contains |
1498 | 2025-02-04T04:43:47.216Z | PASS [ 0.021s] nextest-filtering::match test_expr_package_equal |
1499 | 2025-02-04T04:43:47.229Z | PASS [ 0.022s] nextest-filtering::match test_expr_platform |
1500 | 2025-02-04T04:43:47.234Z | PASS [ 0.032s] nextest-filtering::match test_expr_package_regex |
1501 | 2025-02-04T04:43:47.243Z | PASS [ 0.027s] nextest-filtering::match test_expr_rdeps |
1502 | 2025-02-04T04:43:47.256Z | PASS [ 0.017s] nextest-filtering::match test_expr_test_difference::with_and_not |
1503 | 2025-02-04T04:43:47.273Z | PASS [ 0.028s] nextest-filtering::match test_expr_test_difference::with_minus |
1504 | 2025-02-04T04:43:47.273Z | PASS [ 0.043s] nextest-filtering::match test_expr_test |
1505 | 2025-02-04T04:43:47.294Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1506 | 2025-02-04T04:43:47.309Z | PASS [ 0.034s] nextest-filtering::match test_expr_test_not |
1507 | 2025-02-04T04:43:47.312Z | PASS [ 0.038s] nextest-filtering::match test_expr_test_intersect::with_and |
1508 | 2025-02-04T04:43:47.315Z | PASS [ 0.019s] nextest-filtering::match test_expr_test_union::with_or |
1509 | 2025-02-04T04:43:47.349Z | PASS [ 0.035s] nextest-filtering::match test_expr_with_no_matching_packages |
1510 | 2025-02-04T04:43:47.366Z | PASS [ 0.056s] nextest-filtering::match test_expr_test_union::with_pipe |
1511 | 2025-02-04T04:43:47.378Z | PASS [ 0.029s] nextest-metadata test_list::tests::test_binary_id_ord |
1512 | 2025-02-04T04:43:47.383Z | PASS [ 0.016s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1513 | 2025-02-04T04:43:47.397Z | PASS [ 0.087s] nextest-filtering::match test_expr_test_union::with_plus |
1514 | 2025-02-04T04:43:47.400Z | PASS [ 0.019s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1515 | 2025-02-04T04:43:47.412Z | PASS [ 0.028s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1516 | 2025-02-04T04:43:47.426Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1517 | 2025-02-04T04:43:47.430Z | PASS [ 0.022s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1518 | 2025-02-04T04:43:47.433Z | PASS [ 0.017s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1519 | 2025-02-04T04:43:47.443Z | PASS [ 0.017s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1520 | 2025-02-04T04:43:47.447Z | PASS [ 0.017s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1521 | 2025-02-04T04:43:47.452Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1522 | 2025-02-04T04:43:47.461Z | PASS [ 0.018s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1523 | 2025-02-04T04:43:47.467Z | PASS [ 0.019s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1524 | 2025-02-04T04:43:47.469Z | PASS [ 0.015s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1525 | 2025-02-04T04:43:47.486Z | PASS [ 0.025s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1526 | 2025-02-04T04:43:47.563Z | PASS [ 0.514s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1527 | 2025-02-04T04:43:47.837Z | PASS [ 0.370s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1528 | 2025-02-04T04:43:47.864Z | PASS [ 0.395s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1529 | 2025-02-04T04:43:48.001Z | PASS [ 0.514s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1530 | 2025-02-04T04:43:48.011Z | PASS [ 0.448s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1531 | 2025-02-04T04:43:48.229Z | PASS [ 0.391s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1532 | 2025-02-04T04:43:48.305Z | PASS [ 0.440s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1533 | 2025-02-04T04:43:48.321Z | PASS [ 0.018s] nextest-runner config::archive::tests::test_join_rel_path |
1534 | 2025-02-04T04:43:48.353Z | PASS [ 0.351s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1535 | 2025-02-04T04:43:48.357Z | PASS [ 0.036s] nextest-runner config::config_impl::tests::default_config_is_valid |
1536 | 2025-02-04T04:43:48.372Z | PASS [ 0.014s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1537 | 2025-02-04T04:43:48.392Z | PASS [ 0.020s] nextest-runner config::identifier::tests::test_invalid |
1538 | 2025-02-04T04:43:48.399Z | PASS [ 0.387s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1539 | 2025-02-04T04:43:48.410Z | PASS [ 0.017s] nextest-runner config::identifier::tests::test_valid |
1540 | 2025-02-04T04:43:48.597Z | PASS [ 0.367s] nextest-runner config::archive::tests::parse_valid |
1541 | 2025-02-04T04:43:48.676Z | PASS [ 0.323s] nextest-runner config::config_impl::tests::ignored_keys |
1542 | 2025-02-04T04:43:48.691Z | PASS [ 0.280s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_map_key |
1543 | 2025-02-04T04:43:48.703Z | PASS [ 0.302s] nextest-runner config::max_fail::tests::invalid_fail_fast::empty_string_max_fail |
1544 | 2025-02-04T04:43:48.879Z | PASS [ 0.282s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_max_fail_type |
1545 | 2025-02-04T04:43:48.921Z | PASS [ 3.385s] integration-tests::integration test_target_arg |
1546 | 2025-02-04T04:43:48.974Z | PASS [ 0.284s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_string_max_fail |
1547 | 2025-02-04T04:43:48.990Z | PASS [ 0.313s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_negative_max_fail |
1548 | 2025-02-04T04:43:49.008Z | PASS [ 0.018s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1549 | 2025-02-04T04:43:49.021Z | PASS [ 0.319s] nextest-runner config::max_fail::tests::invalid_fail_fast::invalid_zero_max_fail |
1550 | 2025-02-04T04:43:49.185Z | PASS [ 0.305s] nextest-runner config::max_fail::tests::invalid_fail_fast::string_as_positive_integer |
1551 | 2025-02-04T04:43:49.215Z | PASS [ 0.294s] nextest-runner config::max_fail::tests::invalid_fail_fast::string_boolean_not_allowed |
1552 | 2025-02-04T04:43:49.273Z | PASS [ 0.298s] nextest-runner config::max_fail::tests::invalid_fail_fast::zero_string |
1553 | 2025-02-04T04:43:49.311Z | PASS [ 0.302s] nextest-runner config::max_fail::tests::parse_fail_fast::boolean_false |
1554 | 2025-02-04T04:43:49.329Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_accumulate |
1555 | 2025-02-04T04:43:49.333Z | PASS [ 0.312s] nextest-runner config::max_fail::tests::parse_fail_fast::boolean_true |
1556 | 2025-02-04T04:43:49.347Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1557 | 2025-02-04T04:43:49.352Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1558 | 2025-02-04T04:43:49.363Z | PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1559 | 2025-02-04T04:43:49.368Z | PASS [ 0.016s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1560 | 2025-02-04T04:43:49.384Z | PASS [ 0.020s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1561 | 2025-02-04T04:43:49.403Z | PASS [ 0.034s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1562 | 2025-02-04T04:43:49.408Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1563 | 2025-02-04T04:43:49.420Z | PASS [ 0.017s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1564 | 2025-02-04T04:43:49.528Z | PASS [ 0.343s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_1 |
1565 | 2025-02-04T04:43:49.570Z | PASS [ 0.353s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_2 |
1566 | 2025-02-04T04:43:49.693Z | PASS [ 0.418s] nextest-runner config::max_fail::tests::parse_fail_fast::max_fail_all |
1567 | 2025-02-04T04:43:49.712Z | PASS [ 0.291s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1568 | 2025-02-04T04:43:49.716Z | PASS [ 0.308s] nextest-runner config::overrides::tests::cfg_unix_with_custom_platform |
1569 | 2025-02-04T04:43:49.817Z | PASS [ 0.288s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1570 | 2025-02-04T04:43:49.865Z | PASS [ 0.296s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1571 | 2025-02-04T04:43:49.872Z | PASS [ 5.231s] integration-tests::integration test_show_config_test_groups |
1572 | 2025-02-04T04:43:49.974Z | PASS [ 0.257s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1573 | 2025-02-04T04:43:49.978Z | PASS [ 0.286s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1574 | 2025-02-04T04:43:49.980Z | PASS [ 0.265s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1575 | 2025-02-04T04:43:50.082Z | PASS [ 0.265s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1576 | 2025-02-04T04:43:50.127Z | PASS [ 0.262s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1577 | 2025-02-04T04:43:50.134Z | PASS [ 0.262s] nextest-runner config::overrides::tests::test_overrides_basic |
1578 | 2025-02-04T04:43:50.234Z | PASS [ 0.260s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1579 | 2025-02-04T04:43:50.237Z | PASS [ 0.256s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1580 | 2025-02-04T04:43:50.237Z | PASS [ 0.256s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1581 | 2025-02-04T04:43:50.341Z | PASS [ 0.258s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1582 | 2025-02-04T04:43:50.392Z | PASS [ 0.264s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1583 | 2025-02-04T04:43:50.394Z | PASS [ 0.257s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1584 | 2025-02-04T04:43:50.499Z | PASS [ 0.264s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1585 | 2025-02-04T04:43:50.502Z | PASS [ 0.265s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1586 | 2025-02-04T04:43:50.505Z | PASS [ 0.269s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1587 | 2025-02-04T04:43:50.602Z | PASS [ 0.260s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1588 | 2025-02-04T04:43:50.666Z | PASS [ 0.273s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1589 | 2025-02-04T04:43:50.668Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1590 | 2025-02-04T04:43:50.776Z | PASS [ 0.271s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1591 | 2025-02-04T04:43:50.776Z | PASS [ 0.271s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1592 | 2025-02-04T04:43:50.780Z | PASS [ 0.276s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1593 | 2025-02-04T04:43:50.876Z | PASS [ 0.274s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1594 | 2025-02-04T04:43:50.940Z | PASS [ 0.272s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1595 | 2025-02-04T04:43:50.947Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1596 | 2025-02-04T04:43:51.054Z | PASS [ 0.275s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1597 | 2025-02-04T04:43:51.062Z | PASS [ 0.286s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1598 | 2025-02-04T04:43:51.077Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1599 | 2025-02-04T04:43:51.153Z | PASS [ 0.277s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1600 | 2025-02-04T04:43:51.220Z | PASS [ 0.281s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1601 | 2025-02-04T04:43:51.226Z | PASS [ 0.279s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1602 | 2025-02-04T04:43:51.331Z | PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1603 | 2025-02-04T04:43:51.342Z | PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1604 | 2025-02-04T04:43:51.383Z | PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1605 | 2025-02-04T04:43:51.433Z | PASS [ 0.279s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1606 | 2025-02-04T04:43:51.490Z | PASS [ 5.779s] integration-tests::integration test_target_dir |
1607 | 2025-02-04T04:43:51.505Z | PASS [ 0.284s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1608 | 2025-02-04T04:43:51.508Z | PASS [ 0.278s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1609 | 2025-02-04T04:43:51.604Z | PASS [ 0.272s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1610 | 2025-02-04T04:43:51.619Z | PASS [ 0.276s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1611 | 2025-02-04T04:43:51.667Z | PASS [ 0.283s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1612 | 2025-02-04T04:43:51.702Z | PASS [ 0.269s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1613 | 2025-02-04T04:43:51.768Z | PASS [ 0.276s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1614 | 2025-02-04T04:43:51.785Z | PASS [ 0.280s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1615 | 2025-02-04T04:43:51.796Z | PASS [ 0.290s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1616 | 2025-02-04T04:43:51.895Z | PASS [ 0.276s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1617 | 2025-02-04T04:43:51.937Z | PASS [ 0.334s] nextest-runner config::scripts::tests::test_scripts_basic |
1618 | 2025-02-04T04:43:51.943Z | PASS [ 0.276s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1619 | 2025-02-04T04:43:52.019Z | PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1620 | 2025-02-04T04:43:52.039Z | PASS [ 0.272s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1621 | 2025-02-04T04:43:52.050Z | PASS [ 0.264s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1622 | 2025-02-04T04:43:52.084Z | PASS [ 0.288s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1623 | 2025-02-04T04:43:52.177Z | PASS [ 0.281s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1624 | 2025-02-04T04:43:52.211Z | PASS [ 0.273s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1625 | 2025-02-04T04:43:52.214Z | PASS [ 0.268s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1626 | 2025-02-04T04:43:52.294Z | PASS [ 0.274s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1627 | 2025-02-04T04:43:52.326Z | PASS [ 0.283s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1628 | 2025-02-04T04:43:52.335Z | PASS [ 0.284s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1629 | 2025-02-04T04:43:52.372Z | PASS [ 0.287s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1630 | 2025-02-04T04:43:52.458Z | PASS [ 0.281s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1631 | 2025-02-04T04:43:52.494Z | PASS [ 0.282s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1632 | 2025-02-04T04:43:52.502Z | PASS [ 0.290s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1633 | 2025-02-04T04:43:52.591Z | PASS [ 0.296s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1634 | 2025-02-04T04:43:52.641Z | PASS [ 0.306s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1635 | 2025-02-04T04:43:52.645Z | PASS [ 0.322s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1636 | 2025-02-04T04:43:52.660Z | PASS [ 0.288s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1637 | 2025-02-04T04:43:52.738Z | PASS [ 0.279s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1638 | 2025-02-04T04:43:52.775Z | PASS [ 0.273s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1639 | 2025-02-04T04:43:52.784Z | PASS [ 0.289s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1640 | 2025-02-04T04:43:52.878Z | PASS [ 0.287s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1641 | 2025-02-04T04:43:52.912Z | PASS [ 0.271s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1642 | 2025-02-04T04:43:52.925Z | PASS [ 0.274s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1643 | 2025-02-04T04:43:52.951Z | PASS [ 0.291s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1644 | 2025-02-04T04:43:52.967Z | PASS [ 0.015s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1645 | 2025-02-04T04:43:53.013Z | PASS [ 0.275s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1646 | 2025-02-04T04:43:53.058Z | PASS [ 0.283s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1647 | 2025-02-04T04:43:53.067Z | PASS [ 0.283s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1648 | 2025-02-04T04:43:53.071Z | PASS [ 0.058s] nextest-runner errors::tests::display_error_chain |
1649 | 2025-02-04T04:43:53.084Z | PASS [ 0.017s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1650 | 2025-02-04T04:43:53.090Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1651 | 2025-02-04T04:43:53.103Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1652 | 2025-02-04T04:43:53.106Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1653 | 2025-02-04T04:43:53.115Z | PASS [ 0.057s] nextest-runner errors::tests::display_error_list |
1654 | 2025-02-04T04:43:53.120Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1655 | 2025-02-04T04:43:53.124Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1656 | 2025-02-04T04:43:53.132Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1657 | 2025-02-04T04:43:53.136Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1658 | 2025-02-04T04:43:53.141Z | PASS [ 0.017s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1659 | 2025-02-04T04:43:53.148Z | PASS [ 0.016s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1660 | 2025-02-04T04:43:53.155Z | PASS [ 0.015s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1661 | 2025-02-04T04:43:53.159Z | PASS [ 0.018s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1662 | 2025-02-04T04:43:53.163Z | PASS [ 0.282s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1663 | 2025-02-04T04:43:53.168Z | PASS [ 0.019s] nextest-runner list::test_list::tests::test_parse_test_list |
1664 | 2025-02-04T04:43:53.173Z | PASS [ 0.018s] nextest-runner partition::tests::partitioner_builder_from_str |
1665 | 2025-02-04T04:43:53.179Z | PASS [ 0.018s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1666 | 2025-02-04T04:43:53.179Z | PASS [ 0.018s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1667 | 2025-02-04T04:43:53.185Z | PASS [ 0.015s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1668 | 2025-02-04T04:43:53.192Z | PASS [ 0.272s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1669 | 2025-02-04T04:43:53.193Z | PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1670 | 2025-02-04T04:43:53.200Z | PASS [ 0.020s] nextest-runner redact::tests::test_redact_path |
1671 | 2025-02-04T04:43:53.200Z | PASS [ 0.287s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1672 | 2025-02-04T04:43:53.213Z | PASS [ 0.027s] nextest-runner reporter::displayer::formatters::tests::test_final_warnings |
1673 | 2025-02-04T04:43:53.213Z | PASS [ 0.033s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1674 | 2025-02-04T04:43:53.221Z | PASS [ 0.014s] nextest-runner reporter::displayer::imp::tests::no_capture_settings |
1675 | 2025-02-04T04:43:53.239Z | PASS [ 0.015s] nextest-runner reporter::displayer::progress::tests::test_progress_bar_prefix |
1676 | 2025-02-04T04:43:53.250Z | PASS [ 0.057s] nextest-runner reporter::displayer::imp::tests::final_status_line |
1677 | 2025-02-04T04:43:53.260Z | PASS [ 0.043s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_show_immediate |
1678 | 2025-02-04T04:43:53.264Z | PASS [ 0.071s] nextest-runner reporter::displayer::formatters::tests::test_write_skip_counts |
1679 | 2025-02-04T04:43:53.272Z | PASS [ 0.305s] nextest-runner config::tool_config::tests::tool_config_basic |
1680 | 2025-02-04T04:43:53.276Z | PASS [ 0.075s] nextest-runner reporter::displayer::imp::tests::test_info_response |
1681 | 2025-02-04T04:43:53.279Z | PASS [ 0.037s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_store_final |
1682 | 2025-02-04T04:43:53.289Z | PASS [ 0.075s] nextest-runner reporter::displayer::progress::tests::progress_str_snapshots |
1683 | 2025-02-04T04:43:53.294Z | PASS [ 0.029s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_1 |
1684 | 2025-02-04T04:43:53.297Z | PASS [ 0.044s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_dont_write_status_line |
1685 | 2025-02-04T04:43:53.297Z | PASS [ 0.034s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_show_immediate |
1686 | 2025-02-04T04:43:53.302Z | PASS [ 0.030s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_2 |
1687 | 2025-02-04T04:43:53.305Z | PASS [ 0.028s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_3 |
1688 | 2025-02-04T04:43:53.309Z | PASS [ 0.014s] nextest-runner reporter::displayer::unit_output::tests::test_write_output_with_highlight |
1689 | 2025-02-04T04:43:53.313Z | PASS [ 0.018s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1690 | 2025-02-04T04:43:53.319Z | PASS [ 0.030s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_with_interrupt |
1691 | 2025-02-04T04:43:53.323Z | PASS [ 0.014s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1692 | 2025-02-04T04:43:53.326Z | PASS [ 0.020s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1693 | 2025-02-04T04:43:53.330Z | PASS [ 0.015s] nextest-runner reporter::events::tests::test_is_success |
1694 | 2025-02-04T04:43:53.333Z | PASS [ 0.016s] nextest-runner reporter::helpers::tests::test_highlight_end |
1695 | 2025-02-04T04:43:53.337Z | PASS [ 0.039s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_write_status_line |
1696 | 2025-02-04T04:43:53.339Z | PASS [ 0.061s] nextest-runner reporter::displayer::status_level::tests::on_test_finished_store_final_4 |
1697 | 2025-02-04T04:43:53.344Z | PASS [ 0.013s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1698 | 2025-02-04T04:43:53.352Z | PASS [ 0.014s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1699 | 2025-02-04T04:43:53.355Z | PASS [ 0.018s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1700 | 2025-02-04T04:43:53.365Z | PASS [ 0.021s] nextest-runner runner::imp::tests::no_capture_settings |
1701 | 2025-02-04T04:43:53.374Z | PASS [ 0.018s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1702 | 2025-02-04T04:43:53.382Z | PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1703 | 2025-02-04T04:43:53.385Z | PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1704 | 2025-02-04T04:43:53.386Z | PASS [ 0.062s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1705 | 2025-02-04T04:43:53.392Z | PASS [ 0.060s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1706 | 2025-02-04T04:43:53.400Z | PASS [ 0.014s] nextest-runner test_filter::tests::empty_pattern_examples |
1707 | 2025-02-04T04:43:53.404Z | PASS [ 0.017s] nextest-runner test_command::tests::parse_build_script |
1708 | 2025-02-04T04:43:53.407Z | PASS [ 0.022s] nextest-runner target_runner::tests::test_find_config |
1709 | 2025-02-04T04:43:53.410Z | PASS [ 0.017s] nextest-runner test_filter::tests::pattern_examples |
1710 | 2025-02-04T04:43:53.463Z | PASS [ 0.097s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1711 | 2025-02-04T04:43:53.479Z | PASS [ 0.016s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1712 | 2025-02-04T04:43:53.498Z | PASS [ 0.124s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1713 | 2025-02-04T04:43:53.527Z | PASS [ 0.127s] nextest-runner test_filter::tests::proptest_empty |
1714 | 2025-02-04T04:43:53.631Z | PASS [ 0.227s] nextest-runner test_filter::tests::proptest_no_match |
1715 | 2025-02-04T04:43:53.670Z | PASS [ 0.317s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1716 | 2025-02-04T04:43:53.758Z | PASS [ 0.088s] nextest-runner::integration basic::test_list_binaries |
1717 | 2025-02-04T04:43:53.763Z | PASS [ 0.235s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1718 | 2025-02-04T04:43:53.826Z | PASS [ 0.194s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1719 | 2025-02-04T04:43:53.995Z | PASS [ 0.236s] nextest-runner::integration basic::test_list_tests |
1720 | 2025-02-04T04:43:54.009Z | PASS [ 0.604s] nextest-runner test_filter::tests::proptest_exact |
1721 | 2025-02-04T04:43:54.064Z | PASS [ 0.566s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1722 | 2025-02-04T04:43:54.213Z | PASS [ 13.790s] integration-tests::integration test_run |
1723 | 2025-02-04T04:43:54.239Z | PASS [ 0.829s] nextest-runner test_filter::tests::proptest_substring |
1724 | 2025-02-04T04:43:54.261Z | PASS [ 0.021s] nextest-runner::integration target_runner::disregards_non_matching |
1725 | 2025-02-04T04:43:54.528Z | PASS [ 0.382s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1726 | 2025-02-04T04:43:54.532Z | PASS [ 0.020s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1727 | 2025-02-04T04:43:54.532Z | PASS [ 0.019s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1728 | 2025-02-04T04:43:54.532Z | PASS [ 0.481s] nextest-runner::integration basic::test_run_ignored |
1729 | 2025-02-04T04:43:54.564Z | PASS [ 0.302s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1730 | 2025-02-04T04:43:54.785Z | PASS [ 0.298s] nextest-runner::integration target_runner::parses_cargo_env |
1731 | 2025-02-04T04:43:54.804Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_cargo_env |
1732 | 2025-02-04T04:43:54.823Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli |
1733 | 2025-02-04T04:43:54.842Z | PASS [ 0.019s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1734 | 2025-02-04T04:43:54.859Z | PASS [ 0.016s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1735 | 2025-02-04T04:43:54.867Z | PASS [ 0.376s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1736 | 2025-02-04T04:43:54.877Z | PASS [ 0.017s] nextest-runner::integration target_triple::parses_custom_target_env |
1737 | 2025-02-04T04:43:54.884Z | PASS [ 0.017s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1738 | 2025-02-04T04:43:54.895Z | PASS [ 0.018s] nextest-runner::integration target_triple::parses_target_cli_option |
1739 | 2025-02-04T04:43:54.999Z | PASS [ 1.519s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1740 | 2025-02-04T04:43:55.473Z | PASS [ 1.477s] nextest-runner::integration basic::test_run |
1741 | 2025-02-04T04:43:55.942Z | PASS [ 1.377s] nextest-runner::integration target_runner::test_run_with_target_runner |
1742 | 2025-02-04T04:43:56.543Z | PASS [ 2.327s] nextest-runner::integration basic::test_termination |
1743 | 2025-02-04T04:43:57.338Z | PASS [ 3.510s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1744 | 2025-02-04T04:43:57.350Z | PASS [ 3.586s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1745 | 2025-02-04T04:43:57.352Z | ──────────── |
1746 | 2025-02-04T04:43:57.352Z | Summary [ 21.604s] 311 tests run: 311 passed, 1 skipped |
1747 | 2025-02-04T04:43:57.372Z | |
1748 | 2025-02-04T04:43:57.375Z | real 22.482014604 |
1749 | 2025-02-04T04:43:57.375Z | user 1:16.654733000 |
1750 | 2025-02-04T04:43:57.375Z | sys 54.881542544 |
1751 | 2025-02-04T04:43:57.375Z | trap 0.088968548 |
1752 | 2025-02-04T04:43:57.375Z | tflt 0.062671120 |
1753 | 2025-02-04T04:43:57.375Z | dflt 0.198528362 |
1754 | 2025-02-04T04:43:57.375Z | kflt 0.002372381 |
1755 | 2025-02-04T04:43:57.375Z | lock 10:49.735244565 |
1756 | 2025-02-04T04:43:57.375Z | slp 4:56.470290353 |
1757 | 2025-02-04T04:43:57.375Z | lat 1:21.492466697 |
1758 | 2025-02-04T04:43:57.375Z | stop 2:04.183798737 |
1759 | 2025-02-04T04:43:57.375Z | process exited: duration 283843 ms, exit code 0 |
|
1760 | 2025-02-04T04:43:57.381Z | found 0 output files |