|
|
|
1 | 2024-12-11T22:40:51.213Z | job assigned to worker 01JEVY2NPVEBTJ6X5MM56H5SYH [factory gimlet-EVT22200007-propolis, EVT22200007/20349] (queued for 33 s) |
|
2 | 2024-12-11T22:40:58.857Z | starting task 0: "setup" |
3 | 2024-12-11T22:40:58.881Z | ++ uname -s |
4 | 2024-12-11T22:40:58.882Z | + kern=SunOS |
5 | 2024-12-11T22:40:58.882Z | + case "$kern" in |
6 | 2024-12-11T22:40:58.882Z | + groupadd -g 12345 build |
7 | 2024-12-11T22:40:58.882Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-11T22:41:00.880Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-11T22:41:00.916Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-11T22:41:00.941Z | + home_fs=zfs |
11 | 2024-12-11T22:41:00.941Z | + [[ zfs == autofs ]] |
12 | 2024-12-11T22:41:00.941Z | + mkdir -p /home/build |
13 | 2024-12-11T22:41:00.941Z | + chown build:build /home/build /work |
14 | 2024-12-11T22:41:02.926Z | + chmod 0700 /home/build /work |
15 | 2024-12-11T22:41:02.951Z | process exited: duration 4075 ms, exit code 0 |
|
16 | 2024-12-11T22:41:03.002Z | starting task 1: "rust-toolchain" |
17 | 2024-12-11T22:41:03.026Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-11T22:41:03.026Z | * toolchain channel = "stable" |
19 | 2024-12-11T22:41:03.026Z | ' stable |
20 | 2024-12-11T22:41:03.026Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-11T22:41:03.026Z | ' default |
22 | 2024-12-11T22:41:03.026Z | * toolchain profile = "default" |
23 | 2024-12-11T22:41:03.026Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-11T22:41:03.026Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-11T22:41:03.156Z | info: downloading installer |
26 | 2024-12-11T22:41:03.615Z | info: profile set to 'default' |
27 | 2024-12-11T22:41:03.615Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-11T22:41:03.615Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-11T22:41:03.703Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-11T22:41:03.703Z | info: downloading component 'cargo' |
31 | 2024-12-11T22:41:03.861Z | info: downloading component 'clippy' |
32 | 2024-12-11T22:41:03.908Z | info: downloading component 'rust-docs' |
33 | 2024-12-11T22:41:04.061Z | info: downloading component 'rust-std' |
34 | 2024-12-11T22:41:04.286Z | info: downloading component 'rustc' |
35 | 2024-12-11T22:41:05.133Z | info: downloading component 'rustfmt' |
36 | 2024-12-11T22:41:05.240Z | info: installing component 'cargo' |
37 | 2024-12-11T22:41:06.354Z | info: installing component 'clippy' |
38 | 2024-12-11T22:41:06.817Z | info: installing component 'rust-docs' |
39 | 2024-12-11T22:41:09.709Z | info: installing component 'rust-std' |
40 | 2024-12-11T22:41:11.762Z | info: installing component 'rustc' |
41 | 2024-12-11T22:41:18.790Z | info: installing component 'rustfmt' |
42 | 2024-12-11T22:41:19.174Z | |
43 | 2024-12-11T22:41:19.174Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-12-11T22:41:19.319Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-11T22:41:19.319Z | |
46 | 2024-12-11T22:41:19.344Z | |
47 | 2024-12-11T22:41:19.344Z | Rust is installed now. Great! |
48 | 2024-12-11T22:41:19.344Z | |
49 | 2024-12-11T22:41:19.344Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-11T22:41:19.345Z | environment variable. This has not been done automatically. |
51 | 2024-12-11T22:41:19.345Z | |
52 | 2024-12-11T22:41:19.345Z | To configure your current shell, you need to source |
53 | 2024-12-11T22:41:19.345Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-11T22:41:19.345Z | |
55 | 2024-12-11T22:41:19.345Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-11T22:41:19.345Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-11T22:41:19.345Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-11T22:41:19.406Z | + rustc --version |
59 | 2024-12-11T22:41:19.529Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-11T22:41:19.554Z | process exited: duration 16531 ms, exit code 0 |
|
61 | 2024-12-11T22:41:19.606Z | starting task 2: "authentication" |
62 | 2024-12-11T22:41:19.663Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-12-11T22:41:19.713Z | starting task 3: "clone repository" |
64 | 2024-12-11T22:41:19.738Z | + mkdir -p /work/nextest-rs/nextest |
65 | 2024-12-11T22:41:19.738Z | + git clone https://github.com/nextest-rs/nextest /work/nextest-rs/nextest |
66 | 2024-12-11T22:41:19.763Z | Cloning into '/work/nextest-rs/nextest'... |
67 | 2024-12-11T22:41:21.603Z | + cd /work/nextest-rs/nextest |
68 | 2024-12-11T22:41:21.628Z | + git fetch origin f58b95d298ba191c74f445265837d3e8d0e1acdf |
69 | 2024-12-11T22:41:21.961Z | From https://github.com/nextest-rs/nextest |
70 | 2024-12-11T22:41:21.962Z | * branch f58b95d298ba191c74f445265837d3e8d0e1acdf -> FETCH_HEAD |
71 | 2024-12-11T22:41:21.987Z | + [[ -n junit-fixes ]] |
72 | 2024-12-11T22:41:21.987Z | ++ git branch --show-current |
73 | 2024-12-11T22:41:21.987Z | + current=main |
74 | 2024-12-11T22:41:21.987Z | + [[ main != junit-fixes ]] |
75 | 2024-12-11T22:41:21.987Z | + git branch -f junit-fixes f58b95d298ba191c74f445265837d3e8d0e1acdf |
76 | 2024-12-11T22:41:21.987Z | + git checkout -f junit-fixes |
77 | 2024-12-11T22:41:22.064Z | Switched to branch 'junit-fixes' |
78 | 2024-12-11T22:41:22.088Z | + git reset --hard f58b95d298ba191c74f445265837d3e8d0e1acdf |
79 | 2024-12-11T22:41:22.140Z | HEAD is now at f58b95d2 [nextest-runner] add script output environment variables to JUnit report |
80 | 2024-12-11T22:41:22.165Z | process exited: duration 2428 ms, exit code 0 |
|
81 | 2024-12-11T22:41:22.215Z | starting task 4: "build" |
82 | 2024-12-11T22:41:22.240Z | + PLATFORM=illumos |
83 | 2024-12-11T22:41:22.240Z | + export CARGO_TERM_COLOR=always |
84 | 2024-12-11T22:41:22.240Z | + CARGO_TERM_COLOR=always |
85 | 2024-12-11T22:41:22.240Z | + cargo --version |
86 | 2024-12-11T22:41:22.304Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
87 | 2024-12-11T22:41:22.329Z | + rustc --version |
88 | 2024-12-11T22:41:22.382Z | rustc 1.83.0 (90b35a623 2024-11-26) |
89 | 2024-12-11T22:41:22.406Z | + banner install |
90 | 2024-12-11T22:41:22.406Z | |
91 | 2024-12-11T22:41:22.406Z | # # # #### ##### ## # # |
92 | 2024-12-11T22:41:22.406Z | # ## # # # # # # # |
93 | 2024-12-11T22:41:22.406Z | # # # # #### # # # # # |
94 | 2024-12-11T22:41:22.407Z | # # # # # # ###### # # |
95 | 2024-12-11T22:41:22.407Z | # # ## # # # # # # # |
96 | 2024-12-11T22:41:22.407Z | # # # #### # # # ###### ###### |
97 | 2024-12-11T22:41:22.407Z | |
98 | 2024-12-11T22:41:22.407Z | + mkdir -p /home/build/.cargo/bin |
99 | 2024-12-11T22:41:22.407Z | + curl -LsSf https://get.nexte.st/latest/illumos |
100 | 2024-12-11T22:41:22.407Z | + gunzip |
101 | 2024-12-11T22:41:22.407Z | + tar xf - -C /home/build/.cargo/bin |
102 | 2024-12-11T22:41:23.404Z | + banner metadata |
103 | 2024-12-11T22:41:23.429Z | |
104 | 2024-12-11T22:41:23.429Z | # # ###### ##### ## ##### ## ##### ## |
105 | 2024-12-11T22:41:23.429Z | ## ## # # # # # # # # # # # |
106 | 2024-12-11T22:41:23.429Z | # ## # ##### # # # # # # # # # # |
107 | 2024-12-11T22:41:23.429Z | # # # # ###### # # ###### # ###### |
108 | 2024-12-11T22:41:23.429Z | # # # # # # # # # # # # # |
109 | 2024-12-11T22:41:23.429Z | # # ###### # # # ##### # # # # # |
110 | 2024-12-11T22:41:23.429Z | |
111 | 2024-12-11T22:41:23.429Z | + ptime -m cargo build --package nextest-metadata |
112 | 2024-12-11T22:41:23.585Z | Updating crates.io index |
113 | 2024-12-11T22:41:24.600Z | Downloading crates ... |
114 | 2024-12-11T22:41:24.664Z | Downloaded addr2line v0.21.0 |
115 | 2024-12-11T22:41:24.690Z | Downloaded adler v1.0.2 |
116 | 2024-12-11T22:41:24.690Z | Downloaded autocfg v1.4.0 |
117 | 2024-12-11T22:41:24.690Z | Downloaded bitflags v2.6.0 |
118 | 2024-12-11T22:41:24.690Z | Downloaded anstyle-parse v0.2.6 |
119 | 2024-12-11T22:41:24.690Z | Downloaded backtrace-ext v0.2.1 |
120 | 2024-12-11T22:41:24.690Z | Downloaded backtrace v0.3.71 |
121 | 2024-12-11T22:41:24.715Z | Downloaded is_terminal_polyfill v1.70.1 |
122 | 2024-12-11T22:41:24.715Z | Downloaded is_ci v1.2.0 |
123 | 2024-12-11T22:41:24.715Z | Downloaded strsim v0.11.1 |
124 | 2024-12-11T22:41:24.715Z | Downloaded miniz_oxide v0.7.4 |
125 | 2024-12-11T22:41:24.715Z | Downloaded thiserror v1.0.69 |
126 | 2024-12-11T22:41:24.740Z | Downloaded unicode-linebreak v0.1.5 |
127 | 2024-12-11T22:41:24.740Z | Downloaded xxhash-rust v0.8.12 |
128 | 2024-12-11T22:41:24.740Z | Downloaded unicode-ident v1.0.14 |
129 | 2024-12-11T22:41:24.740Z | Downloaded tokio-macros v2.4.0 |
130 | 2024-12-11T22:41:24.740Z | Downloaded utf8parse v0.2.2 |
131 | 2024-12-11T22:41:24.740Z | Downloaded serde v1.0.216 |
132 | 2024-12-11T22:41:24.740Z | Downloaded zerocopy-derive v0.7.35 |
133 | 2024-12-11T22:41:24.740Z | Downloaded socket2 v0.5.7 |
134 | 2024-12-11T22:41:24.765Z | Downloaded tracing v0.1.41 |
135 | 2024-12-11T22:41:24.765Z | Downloaded rand v0.8.5 |
136 | 2024-12-11T22:41:24.765Z | Downloaded rustix v0.38.37 |
137 | 2024-12-11T22:41:24.790Z | Downloaded serde_json v1.0.133 |
138 | 2024-12-11T22:41:24.790Z | Downloaded zerocopy v0.7.35 |
139 | 2024-12-11T22:41:24.816Z | Downloaded memchr v2.7.4 |
140 | 2024-12-11T22:41:24.816Z | Downloaded proc-macro2 v1.0.92 |
141 | 2024-12-11T22:41:24.816Z | Downloaded ppv-lite86 v0.2.20 |
142 | 2024-12-11T22:41:24.841Z | Downloaded unicase v2.8.0 |
143 | 2024-12-11T22:41:24.841Z | Downloaded unicode-width v0.2.0 |
144 | 2024-12-11T22:41:24.841Z | Downloaded syn v2.0.90 |
145 | 2024-12-11T22:41:24.841Z | Downloaded unicode-width v0.1.14 |
146 | 2024-12-11T22:41:24.866Z | Downloaded tracing-subscriber v0.3.19 |
147 | 2024-12-11T22:41:24.866Z | Downloaded tracing-log v0.2.0 |
148 | 2024-12-11T22:41:24.866Z | Downloaded thiserror-impl v1.0.69 |
149 | 2024-12-11T22:41:24.867Z | Downloaded textwrap v0.16.1 |
150 | 2024-12-11T22:41:24.867Z | Downloaded supports-hyperlinks v3.0.0 |
151 | 2024-12-11T22:41:24.867Z | Downloaded supports-color v3.0.2 |
152 | 2024-12-11T22:41:24.867Z | Downloaded signal-hook-registry v1.4.2 |
153 | 2024-12-11T22:41:24.867Z | Downloaded rand_core v0.6.4 |
154 | 2024-12-11T22:41:24.867Z | Downloaded object v0.32.2 |
155 | 2024-12-11T22:41:24.891Z | Downloaded libm v0.2.8 |
156 | 2024-12-11T22:41:24.891Z | Downloaded lazy_static v1.5.0 |
157 | 2024-12-11T22:41:24.891Z | Downloaded rustc-demangle v0.1.24 |
158 | 2024-12-11T22:41:24.891Z | Downloaded tracing-core v0.1.33 |
159 | 2024-12-11T22:41:24.916Z | Downloaded target-lexicon v0.12.16 |
160 | 2024-12-11T22:41:24.916Z | Downloaded supports-unicode v3.0.0 |
161 | 2024-12-11T22:41:24.916Z | Downloaded pin-project-lite v0.2.15 |
162 | 2024-12-11T22:41:24.916Z | Downloaded owo-colors v4.1.0 |
163 | 2024-12-11T22:41:24.916Z | Downloaded miette-derive v7.4.0 |
164 | 2024-12-11T22:41:24.916Z | Downloaded thread_local v1.1.8 |
165 | 2024-12-11T22:41:24.916Z | Downloaded smol_str v0.3.2 |
166 | 2024-12-11T22:41:24.916Z | Downloaded shlex v1.3.0 |
167 | 2024-12-11T22:41:24.916Z | Downloaded quote v1.0.37 |
168 | 2024-12-11T22:41:24.916Z | Downloaded once_cell v1.20.2 |
169 | 2024-12-11T22:41:24.916Z | Downloaded num-traits v0.2.19 |
170 | 2024-12-11T22:41:24.942Z | Downloaded miette v7.4.0 |
171 | 2024-12-11T22:41:24.942Z | Downloaded libc v0.2.168 |
172 | 2024-12-11T22:41:24.967Z | Downloaded log v0.4.22 |
173 | 2024-12-11T22:41:24.968Z | Downloaded tokio v1.42.0 |
174 | 2024-12-11T22:41:24.996Z | Downloaded smallvec v1.13.2 |
175 | 2024-12-11T22:41:25.022Z | Downloaded rand_chacha v0.3.1 |
176 | 2024-12-11T22:41:25.022Z | Downloaded mio v1.0.2 |
177 | 2024-12-11T22:41:25.022Z | Downloaded jobserver v0.1.32 |
178 | 2024-12-11T22:41:25.022Z | Downloaded gimli v0.28.1 |
179 | 2024-12-11T22:41:25.022Z | Downloaded terminal_size v0.4.0 |
180 | 2024-12-11T22:41:25.022Z | Downloaded target-spec v3.2.2 |
181 | 2024-12-11T22:41:25.022Z | Downloaded sharded-slab v0.1.7 |
182 | 2024-12-11T22:41:25.047Z | Downloaded serde_derive v1.0.216 |
183 | 2024-12-11T22:41:25.047Z | Downloaded ryu v1.0.18 |
184 | 2024-12-11T22:41:25.047Z | Downloaded itoa v1.0.14 |
185 | 2024-12-11T22:41:25.047Z | Downloaded console v0.15.8 |
186 | 2024-12-11T22:41:25.047Z | Downloaded hashbrown v0.15.2 |
187 | 2024-12-11T22:41:25.047Z | Downloaded clap_derive v4.5.18 |
188 | 2024-12-11T22:41:25.047Z | Downloaded clap_builder v4.5.23 |
189 | 2024-12-11T22:41:25.072Z | Downloaded indexmap v2.7.0 |
190 | 2024-12-11T22:41:25.072Z | Downloaded bytes v1.9.0 |
191 | 2024-12-11T22:41:25.072Z | Downloaded borsh v1.5.1 |
192 | 2024-12-11T22:41:25.072Z | Downloaded heck v0.5.0 |
193 | 2024-12-11T22:41:25.072Z | Downloaded getrandom v0.2.15 |
194 | 2024-12-11T22:41:25.072Z | Downloaded errno v0.3.9 |
195 | 2024-12-11T22:41:25.072Z | Downloaded equivalent v1.0.1 |
196 | 2024-12-11T22:41:25.072Z | Downloaded either v1.13.0 |
197 | 2024-12-11T22:41:25.072Z | Downloaded colorchoice v1.0.3 |
198 | 2024-12-11T22:41:25.097Z | Downloaded clap v4.5.23 |
199 | 2024-12-11T22:41:25.097Z | Downloaded cfg_aliases v0.2.1 |
200 | 2024-12-11T22:41:25.097Z | Downloaded cfg-expr v0.17.2 |
201 | 2024-12-11T22:41:25.097Z | Downloaded cc v1.1.31 |
202 | 2024-12-11T22:41:25.097Z | Downloaded camino v1.1.9 |
203 | 2024-12-11T22:41:25.097Z | Downloaded byteorder v1.5.0 |
204 | 2024-12-11T22:41:25.097Z | Downloaded anstream v0.6.17 |
205 | 2024-12-11T22:41:25.097Z | Downloaded guppy-workspace-hack v0.1.0 |
206 | 2024-12-11T22:41:25.097Z | Downloaded clap_lex v0.7.4 |
207 | 2024-12-11T22:41:25.122Z | Downloaded cfg-if v1.0.0 |
208 | 2024-12-11T22:41:25.122Z | Downloaded anstyle v1.0.9 |
209 | 2024-12-11T22:41:25.122Z | Downloaded anstyle-query v1.1.2 |
210 | 2024-12-11T22:41:25.194Z | Compiling proc-macro2 v1.0.92 |
211 | 2024-12-11T22:41:25.194Z | Compiling unicode-ident v1.0.14 |
212 | 2024-12-11T22:41:25.218Z | Compiling libc v0.2.168 |
213 | 2024-12-11T22:41:25.218Z | Compiling cfg-if v1.0.0 |
214 | 2024-12-11T22:41:25.218Z | Compiling serde v1.0.216 |
215 | 2024-12-11T22:41:25.218Z | Compiling shlex v1.3.0 |
216 | 2024-12-11T22:41:25.218Z | Compiling rustix v0.38.37 |
217 | 2024-12-11T22:41:25.339Z | Compiling once_cell v1.20.2 |
218 | 2024-12-11T22:41:25.408Z | Compiling memchr v2.7.4 |
219 | 2024-12-11T22:41:25.564Z | Compiling bitflags v2.6.0 |
220 | 2024-12-11T22:41:25.677Z | Compiling tracing-core v0.1.33 |
221 | 2024-12-11T22:41:25.819Z | Compiling camino v1.1.9 |
222 | 2024-12-11T22:41:25.888Z | Compiling adler v1.0.2 |
223 | 2024-12-11T22:41:25.982Z | Compiling gimli v0.28.1 |
224 | 2024-12-11T22:41:26.082Z | Compiling utf8parse v0.2.2 |
225 | 2024-12-11T22:41:26.212Z | Compiling byteorder v1.5.0 |
226 | 2024-12-11T22:41:26.331Z | Compiling anstyle-parse v0.2.6 |
227 | 2024-12-11T22:41:26.414Z | Compiling jobserver v0.1.32 |
228 | 2024-12-11T22:41:26.478Z | Compiling object v0.32.2 |
229 | 2024-12-11T22:41:26.596Z | Compiling miniz_oxide v0.7.4 |
230 | 2024-12-11T22:41:26.711Z | Compiling quote v1.0.37 |
231 | 2024-12-11T22:41:26.778Z | Compiling cc v1.1.31 |
232 | 2024-12-11T22:41:26.917Z | Compiling errno v0.3.9 |
233 | 2024-12-11T22:41:26.973Z | Compiling getrandom v0.2.15 |
234 | 2024-12-11T22:41:27.102Z | Compiling syn v2.0.90 |
235 | 2024-12-11T22:41:27.169Z | Compiling anstyle-query v1.1.2 |
236 | 2024-12-11T22:41:27.241Z | Compiling unicode-width v0.1.14 |
237 | 2024-12-11T22:41:27.266Z | Compiling autocfg v1.4.0 |
238 | 2024-12-11T22:41:27.296Z | Compiling owo-colors v4.1.0 |
239 | 2024-12-11T22:41:27.635Z | Compiling thiserror v1.0.69 |
240 | 2024-12-11T22:41:27.713Z | Compiling target-lexicon v0.12.16 |
241 | 2024-12-11T22:41:27.923Z | Compiling libm v0.2.8 |
242 | 2024-12-11T22:41:28.141Z | Compiling terminal_size v0.4.0 |
243 | 2024-12-11T22:41:28.285Z | Compiling is_terminal_polyfill v1.70.1 |
244 | 2024-12-11T22:41:28.333Z | Compiling colorchoice v1.0.3 |
245 | 2024-12-11T22:41:28.358Z | Compiling lazy_static v1.5.0 |
246 | 2024-12-11T22:41:28.399Z | Compiling anstyle v1.0.9 |
247 | 2024-12-11T22:41:28.475Z | Compiling rustc-demangle v0.1.24 |
248 | 2024-12-11T22:41:28.501Z | Compiling serde_json v1.0.133 |
249 | 2024-12-11T22:41:28.876Z | Compiling anstream v0.6.17 |
250 | 2024-12-11T22:41:28.924Z | Compiling num-traits v0.2.19 |
251 | 2024-12-11T22:41:28.992Z | Compiling rand_core v0.6.4 |
252 | 2024-12-11T22:41:29.274Z | Compiling addr2line v0.21.0 |
253 | 2024-12-11T22:41:29.372Z | Compiling guppy-workspace-hack v0.1.0 |
254 | 2024-12-11T22:41:29.398Z | Compiling backtrace v0.3.71 |
255 | 2024-12-11T22:41:29.423Z | Compiling unicode-width v0.2.0 |
256 | 2024-12-11T22:41:29.463Z | Compiling ryu v1.0.18 |
257 | 2024-12-11T22:41:29.658Z | Compiling log v0.4.22 |
258 | 2024-12-11T22:41:29.689Z | Compiling strsim v0.11.1 |
259 | 2024-12-11T22:41:29.777Z | Compiling is_ci v1.2.0 |
260 | 2024-12-11T22:41:29.870Z | Compiling unicase v2.8.0 |
261 | 2024-12-11T22:41:29.895Z | Compiling smallvec v1.13.2 |
262 | 2024-12-11T22:41:29.973Z | Compiling clap_lex v0.7.4 |
263 | 2024-12-11T22:41:30.023Z | Compiling heck v0.5.0 |
264 | 2024-12-11T22:41:30.181Z | Compiling unicode-linebreak v0.1.5 |
265 | 2024-12-11T22:41:30.207Z | Compiling pin-project-lite v0.2.15 |
266 | 2024-12-11T22:41:30.315Z | Compiling itoa v1.0.14 |
267 | 2024-12-11T22:41:30.347Z | Compiling tracing v0.1.41 |
268 | 2024-12-11T22:41:30.374Z | Compiling clap_builder v4.5.23 |
269 | 2024-12-11T22:41:30.407Z | Compiling tracing-log v0.2.0 |
270 | 2024-12-11T22:41:30.508Z | Compiling textwrap v0.16.1 |
271 | 2024-12-11T22:41:30.574Z | Compiling supports-color v3.0.2 |
272 | 2024-12-11T22:41:30.841Z | Compiling sharded-slab v0.1.7 |
273 | 2024-12-11T22:41:31.353Z | Compiling mio v1.0.2 |
274 | 2024-12-11T22:41:31.775Z | Compiling signal-hook-registry v1.4.2 |
275 | 2024-12-11T22:41:31.801Z | Compiling thread_local v1.1.8 |
276 | 2024-12-11T22:41:31.858Z | Compiling backtrace-ext v0.2.1 |
277 | 2024-12-11T22:41:32.126Z | Compiling equivalent v1.0.1 |
278 | 2024-12-11T22:41:32.152Z | Compiling supports-hyperlinks v3.0.0 |
279 | 2024-12-11T22:41:32.222Z | Compiling supports-unicode v3.0.0 |
280 | 2024-12-11T22:41:32.248Z | Compiling hashbrown v0.15.2 |
281 | 2024-12-11T22:41:32.298Z | Compiling bytes v1.9.0 |
282 | 2024-12-11T22:41:32.356Z | Compiling target-spec v3.2.2 |
283 | 2024-12-11T22:41:32.434Z | Compiling tracing-subscriber v0.3.19 |
284 | 2024-12-11T22:41:32.753Z | Compiling cfg-expr v0.17.2 |
285 | 2024-12-11T22:41:33.172Z | Compiling console v0.15.8 |
286 | 2024-12-11T22:41:33.267Z | Compiling either v1.13.0 |
287 | 2024-12-11T22:41:33.563Z | Compiling xxhash-rust v0.8.12 |
288 | 2024-12-11T22:41:34.814Z | Compiling serde_derive v1.0.216 |
289 | 2024-12-11T22:41:34.873Z | Compiling zerocopy-derive v0.7.35 |
290 | 2024-12-11T22:41:34.955Z | Compiling thiserror-impl v1.0.69 |
291 | 2024-12-11T22:41:34.980Z | Compiling miette-derive v7.4.0 |
292 | 2024-12-11T22:41:35.021Z | Compiling clap_derive v4.5.18 |
293 | 2024-12-11T22:41:35.531Z | Compiling tokio-macros v2.4.0 |
294 | 2024-12-11T22:41:36.303Z | Compiling zerocopy v0.7.35 |
295 | 2024-12-11T22:41:36.651Z | Compiling tokio v1.42.0 |
296 | 2024-12-11T22:41:37.109Z | Compiling miette v7.4.0 |
297 | 2024-12-11T22:41:37.273Z | Compiling ppv-lite86 v0.2.20 |
298 | 2024-12-11T22:41:37.813Z | Compiling rand_chacha v0.3.1 |
299 | 2024-12-11T22:41:38.007Z | Compiling clap v4.5.23 |
300 | 2024-12-11T22:41:38.666Z | Compiling rand v0.8.5 |
301 | 2024-12-11T22:41:43.194Z | Compiling indexmap v2.7.0 |
302 | 2024-12-11T22:41:43.351Z | Compiling smol_str v0.3.2 |
303 | 2024-12-11T22:41:43.931Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
304 | 2024-12-11T22:41:45.014Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
305 | 2024-12-11T22:41:46.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.47s |
306 | 2024-12-11T22:41:47.107Z | |
307 | 2024-12-11T22:41:47.107Z | real 23.664515515 |
308 | 2024-12-11T22:41:47.107Z | user 1:54.894394260 |
309 | 2024-12-11T22:41:47.107Z | sys 18.994097747 |
310 | 2024-12-11T22:41:47.107Z | trap 0.072200898 |
311 | 2024-12-11T22:41:47.132Z | tflt 0.117438995 |
312 | 2024-12-11T22:41:47.132Z | dflt 0.172318971 |
313 | 2024-12-11T22:41:47.132Z | kflt 0.000624999 |
314 | 2024-12-11T22:41:47.132Z | lock 2:46.675095420 |
315 | 2024-12-11T22:41:47.132Z | slp 6:23.527286274 |
316 | 2024-12-11T22:41:47.132Z | lat 9.185232490 |
317 | 2024-12-11T22:41:47.132Z | stop 17.459540374 |
318 | 2024-12-11T22:41:47.132Z | + banner no-update |
319 | 2024-12-11T22:41:47.132Z | |
320 | 2024-12-11T22:41:47.132Z | # # #### # # ##### ##### ## ##### ###### |
321 | 2024-12-11T22:41:47.132Z | ## # # # # # # # # # # # # # |
322 | 2024-12-11T22:41:47.132Z | # # # # # ##### # # # # # # # # # ##### |
323 | 2024-12-11T22:41:47.132Z | # # # # # # # ##### # # ###### # # |
324 | 2024-12-11T22:41:47.132Z | # ## # # # # # # # # # # # |
325 | 2024-12-11T22:41:47.132Z | # # #### #### # ##### # # # ###### |
326 | 2024-12-11T22:41:47.132Z | |
327 | 2024-12-11T22:41:47.132Z | + ptime -m cargo build --package cargo-nextest --no-default-features --features default-no-update |
328 | 2024-12-11T22:41:47.294Z | Downloading crates ... |
329 | 2024-12-11T22:41:47.372Z | Downloaded async-scoped v0.9.0 |
330 | 2024-12-11T22:41:47.398Z | Downloaded ahash v0.8.11 |
331 | 2024-12-11T22:41:47.398Z | Downloaded aho-corasick v1.1.3 |
332 | 2024-12-11T22:41:47.398Z | Downloaded zeroize v1.8.1 |
333 | 2024-12-11T22:41:47.398Z | Downloaded crossterm v0.28.1 |
334 | 2024-12-11T22:41:47.423Z | Downloaded atomicwrites v0.4.4 |
335 | 2024-12-11T22:41:47.423Z | Downloaded zstd-safe v7.2.1 |
336 | 2024-12-11T22:41:47.423Z | Downloaded zstd v0.13.2 |
337 | 2024-12-11T22:41:47.423Z | Downloaded winnow v0.6.20 |
338 | 2024-12-11T22:41:47.423Z | Downloaded chrono v0.4.39 |
339 | 2024-12-11T22:41:47.449Z | Downloaded indenter v0.3.3 |
340 | 2024-12-11T22:41:47.449Z | Downloaded home v0.5.9 |
341 | 2024-12-11T22:41:47.449Z | Downloaded iana-time-zone v0.1.61 |
342 | 2024-12-11T22:41:47.449Z | Downloaded target-spec-miette v0.4.0 |
343 | 2024-12-11T22:41:47.449Z | Downloaded tinyvec_macros v0.1.1 |
344 | 2024-12-11T22:41:47.449Z | Downloaded vte_generate_state_changes v0.1.2 |
345 | 2024-12-11T22:41:47.449Z | Downloaded strip-ansi-escapes v0.2.0 |
346 | 2024-12-11T22:41:47.449Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-12-11T22:41:47.449Z | Downloaded version_check v0.9.5 |
348 | 2024-12-11T22:41:47.474Z | Downloaded xattr v1.3.1 |
349 | 2024-12-11T22:41:47.474Z | Downloaded vte v0.11.1 |
350 | 2024-12-11T22:41:47.474Z | Downloaded tinyvec v1.8.0 |
351 | 2024-12-11T22:41:47.474Z | Downloaded uuid v1.11.0 |
352 | 2024-12-11T22:41:47.474Z | Downloaded toml_edit v0.22.22 |
353 | 2024-12-11T22:41:47.499Z | Downloaded minimal-lexical v0.2.1 |
354 | 2024-12-11T22:41:47.499Z | Downloaded unicode-normalization v0.1.24 |
355 | 2024-12-11T22:41:47.524Z | Downloaded itertools v0.13.0 |
356 | 2024-12-11T22:41:47.524Z | Downloaded nom v7.1.3 |
357 | 2024-12-11T22:41:47.524Z | Downloaded quick-xml v0.37.1 |
358 | 2024-12-11T22:41:47.549Z | Downloaded portable-atomic v1.9.0 |
359 | 2024-12-11T22:41:47.549Z | Downloaded tar v0.4.43 |
360 | 2024-12-11T22:41:47.549Z | Downloaded signal-hook v0.3.17 |
361 | 2024-12-11T22:41:47.549Z | Downloaded ron v0.8.1 |
362 | 2024-12-11T22:41:47.549Z | Downloaded toml v0.8.19 |
363 | 2024-12-11T22:41:47.549Z | Downloaded regex v1.11.1 |
364 | 2024-12-11T22:41:47.573Z | Downloaded nix v0.29.0 |
365 | 2024-12-11T22:41:47.598Z | Downloaded pin-project v1.1.7 |
366 | 2024-12-11T22:41:47.598Z | Downloaded parking_lot v0.12.3 |
367 | 2024-12-11T22:41:47.598Z | Downloaded owo-colors v3.5.0 |
368 | 2024-12-11T22:41:47.598Z | Downloaded regex-syntax v0.8.5 |
369 | 2024-12-11T22:41:47.623Z | Downloaded tracing-attributes v0.1.28 |
370 | 2024-12-11T22:41:47.623Z | Downloaded thiserror v2.0.6 |
371 | 2024-12-11T22:41:47.623Z | Downloaded serde_ignored v0.1.10 |
372 | 2024-12-11T22:41:47.623Z | Downloaded semver v1.0.23 |
373 | 2024-12-11T22:41:47.623Z | Downloaded quick-junit v0.5.1 |
374 | 2024-12-11T22:41:47.623Z | Downloaded pin-project-internal v1.1.7 |
375 | 2024-12-11T22:41:47.623Z | Downloaded lock_api v0.4.12 |
376 | 2024-12-11T22:41:47.648Z | Downloaded tracing-error v0.2.0 |
377 | 2024-12-11T22:41:47.648Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
378 | 2024-12-11T22:41:47.648Z | Downloaded tokio-stream v0.1.17 |
379 | 2024-12-11T22:41:47.672Z | Downloaded tempfile v3.13.0 |
380 | 2024-12-11T22:41:47.672Z | Downloaded static_assertions v1.1.0 |
381 | 2024-12-11T22:41:47.672Z | Downloaded regex-automata v0.4.8 |
382 | 2024-12-11T22:41:47.697Z | Downloaded scopeguard v1.2.0 |
383 | 2024-12-11T22:41:47.697Z | Downloaded parking_lot_core v0.9.10 |
384 | 2024-12-11T22:41:47.697Z | Downloaded thiserror-impl v2.0.6 |
385 | 2024-12-11T22:41:47.697Z | Downloaded slab v0.4.9 |
386 | 2024-12-11T22:41:47.697Z | Downloaded petgraph v0.6.5 |
387 | 2024-12-11T22:41:47.722Z | Downloaded serde_path_to_error v0.1.16 |
388 | 2024-12-11T22:41:47.722Z | Downloaded pkg-config v0.3.31 |
389 | 2024-12-11T22:41:47.722Z | Downloaded os_pipe v1.2.1 |
390 | 2024-12-11T22:41:47.722Z | Downloaded newtype-uuid v1.1.3 |
391 | 2024-12-11T22:41:47.722Z | Downloaded serde_spanned v0.6.8 |
392 | 2024-12-11T22:41:47.722Z | Downloaded shared_child v1.0.1 |
393 | 2024-12-11T22:41:47.722Z | Downloaded pin-utils v0.1.0 |
394 | 2024-12-11T22:41:47.722Z | Downloaded pathdiff v0.2.3 |
395 | 2024-12-11T22:41:47.722Z | Downloaded nested v0.1.1 |
396 | 2024-12-11T22:41:47.722Z | Downloaded swrite v0.1.0 |
397 | 2024-12-11T22:41:47.722Z | Downloaded signal-hook-mio v0.2.4 |
398 | 2024-12-11T22:41:47.722Z | Downloaded shell-words v1.1.0 |
399 | 2024-12-11T22:41:47.722Z | Downloaded number_prefix v0.4.0 |
400 | 2024-12-11T22:41:47.722Z | Downloaded indicatif v0.17.9 |
401 | 2024-12-11T22:41:47.722Z | Downloaded indent_write v2.2.0 |
402 | 2024-12-11T22:41:47.722Z | Downloaded futures-util v0.3.31 |
403 | 2024-12-11T22:41:47.747Z | Downloaded humantime-serde v1.1.1 |
404 | 2024-12-11T22:41:47.747Z | Downloaded humantime v2.1.0 |
405 | 2024-12-11T22:41:47.747Z | Downloaded guppy v0.17.10 |
406 | 2024-12-11T22:41:47.747Z | Downloaded globset v0.4.15 |
407 | 2024-12-11T22:41:47.747Z | Downloaded futures-macro v0.3.31 |
408 | 2024-12-11T22:41:47.747Z | Downloaded futures-io v0.3.31 |
409 | 2024-12-11T22:41:47.747Z | Downloaded futures-executor v0.3.31 |
410 | 2024-12-11T22:41:47.772Z | Downloaded futures-core v0.3.31 |
411 | 2024-12-11T22:41:47.772Z | Downloaded futures-channel v0.3.31 |
412 | 2024-12-11T22:41:47.772Z | Downloaded futures v0.3.31 |
413 | 2024-12-11T22:41:47.772Z | Downloaded future-queue v0.3.0 |
414 | 2024-12-11T22:41:47.772Z | Downloaded fastrand v2.1.1 |
415 | 2024-12-11T22:41:47.772Z | Downloaded eyre v0.6.12 |
416 | 2024-12-11T22:41:47.772Z | Downloaded enable-ansi-support v0.2.1 |
417 | 2024-12-11T22:41:47.772Z | Downloaded duct v0.13.7 |
418 | 2024-12-11T22:41:47.772Z | Downloaded dialoguer v0.11.0 |
419 | 2024-12-11T22:41:47.772Z | Downloaded futures-task v0.3.31 |
420 | 2024-12-11T22:41:47.797Z | Downloaded futures-sink v0.3.31 |
421 | 2024-12-11T22:41:47.797Z | Downloaded fnv v1.0.7 |
422 | 2024-12-11T22:41:47.797Z | Downloaded fixedbitset v0.4.2 |
423 | 2024-12-11T22:41:47.797Z | Downloaded filetime v0.2.25 |
424 | 2024-12-11T22:41:47.797Z | Downloaded derive-where v1.2.7 |
425 | 2024-12-11T22:41:47.797Z | Downloaded recursion v0.5.2 |
426 | 2024-12-11T22:41:47.797Z | Downloaded color-eyre v0.6.3 |
427 | 2024-12-11T22:41:47.822Z | Downloaded bstr v1.11.0 |
428 | 2024-12-11T22:41:47.822Z | Downloaded base64 v0.21.7 |
429 | 2024-12-11T22:41:47.822Z | Downloaded config v0.14.1 |
430 | 2024-12-11T22:41:47.822Z | Downloaded color-spantrace v0.2.1 |
431 | 2024-12-11T22:41:47.847Z | Downloaded cargo_metadata v0.19.1 |
432 | 2024-12-11T22:41:47.847Z | Downloaded debug-ignore v1.0.5 |
433 | 2024-12-11T22:41:47.847Z | Downloaded cargo-platform v0.1.9 |
434 | 2024-12-11T22:41:47.847Z | Downloaded camino-tempfile v1.1.1 |
435 | 2024-12-11T22:41:47.871Z | Compiling rustix v0.38.37 |
436 | 2024-12-11T22:41:47.871Z | Compiling tracing-attributes v0.1.28 |
437 | 2024-12-11T22:41:47.896Z | Compiling mio v1.0.2 |
438 | 2024-12-11T22:41:47.896Z | Compiling futures-core v0.3.31 |
439 | 2024-12-11T22:41:47.920Z | Compiling slab v0.4.9 |
440 | 2024-12-11T22:41:47.920Z | Compiling thiserror v2.0.6 |
441 | 2024-12-11T22:41:47.920Z | Compiling pkg-config v0.3.31 |
442 | 2024-12-11T22:41:47.920Z | Compiling futures-sink v0.3.31 |
443 | 2024-12-11T22:41:48.034Z | Compiling futures-channel v0.3.31 |
444 | 2024-12-11T22:41:48.087Z | Compiling futures-macro v0.3.31 |
445 | 2024-12-11T22:41:48.350Z | Compiling thiserror-impl v2.0.6 |
446 | 2024-12-11T22:41:48.531Z | Compiling futures-task v0.3.31 |
447 | 2024-12-11T22:41:48.641Z | Compiling pin-utils v0.1.0 |
448 | 2024-12-11T22:41:48.786Z | Compiling semver v1.0.23 |
449 | 2024-12-11T22:41:48.841Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
450 | 2024-12-11T22:41:48.865Z | Compiling futures-io v0.3.31 |
451 | 2024-12-11T22:41:48.952Z | Compiling version_check v0.9.5 |
452 | 2024-12-11T22:41:49.074Z | Compiling lock_api v0.4.12 |
453 | 2024-12-11T22:41:49.238Z | Compiling aho-corasick v1.1.3 |
454 | 2024-12-11T22:41:49.375Z | Compiling regex-syntax v0.8.5 |
455 | 2024-12-11T22:41:49.437Z | Compiling ahash v0.8.11 |
456 | 2024-12-11T22:41:49.538Z | Compiling futures-util v0.3.31 |
457 | 2024-12-11T22:41:49.740Z | Compiling fastrand v2.1.1 |
458 | 2024-12-11T22:41:50.161Z | Compiling terminal_size v0.4.0 |
459 | 2024-12-11T22:41:50.239Z | Compiling tracing v0.1.41 |
460 | 2024-12-11T22:41:50.329Z | Compiling miette v7.4.0 |
461 | 2024-12-11T22:41:50.582Z | Compiling tokio v1.42.0 |
462 | 2024-12-11T22:41:50.737Z | Compiling clap_builder v4.5.23 |
463 | 2024-12-11T22:41:50.814Z | Compiling winnow v0.6.20 |
464 | 2024-12-11T22:41:53.054Z | Compiling parking_lot_core v0.9.10 |
465 | 2024-12-11T22:41:53.341Z | Compiling signal-hook v0.3.17 |
466 | 2024-12-11T22:41:53.425Z | Compiling regex-automata v0.4.8 |
467 | 2024-12-11T22:41:53.449Z | Compiling tempfile v3.13.0 |
468 | 2024-12-11T22:41:53.620Z | Compiling clap v4.5.23 |
469 | 2024-12-11T22:41:53.929Z | Compiling pathdiff v0.2.3 |
470 | 2024-12-11T22:41:54.047Z | Compiling cargo-platform v0.1.9 |
471 | 2024-12-11T22:41:54.212Z | Compiling toml_datetime v0.6.8 |
472 | 2024-12-11T22:41:54.425Z | Compiling serde_spanned v0.6.8 |
473 | 2024-12-11T22:41:54.476Z | Compiling vte_generate_state_changes v0.1.2 |
474 | 2024-12-11T22:41:54.607Z | Compiling zstd-safe v7.2.1 |
475 | 2024-12-11T22:41:54.632Z | Compiling scopeguard v1.2.0 |
476 | 2024-12-11T22:41:54.659Z | Compiling cfg_aliases v0.2.1 |
477 | 2024-12-11T22:41:54.730Z | Compiling fixedbitset v0.4.2 |
478 | 2024-12-11T22:41:54.754Z | Compiling newtype-uuid v1.1.3 |
479 | 2024-12-11T22:41:54.919Z | Compiling portable-atomic v1.9.0 |
480 | 2024-12-11T22:41:54.988Z | Compiling vte v0.11.1 |
481 | 2024-12-11T22:41:55.020Z | Compiling petgraph v0.6.5 |
482 | 2024-12-11T22:41:55.123Z | Compiling nix v0.29.0 |
483 | 2024-12-11T22:41:55.745Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-11T22:41:55.959Z | Compiling cargo_metadata v0.19.1 |
485 | 2024-12-11T22:41:57.129Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
486 | 2024-12-11T22:41:57.206Z | Compiling futures-executor v0.3.31 |
487 | 2024-12-11T22:41:57.267Z | Compiling itertools v0.13.0 |
488 | 2024-12-11T22:41:57.637Z | Compiling uuid v1.11.0 |
489 | 2024-12-11T22:41:58.210Z | Compiling pin-project-internal v1.1.7 |
490 | 2024-12-11T22:41:58.350Z | Compiling bstr v1.11.0 |
491 | 2024-12-11T22:41:59.088Z | Compiling tinyvec_macros v0.1.1 |
492 | 2024-12-11T22:41:59.176Z | Compiling iana-time-zone v0.1.61 |
493 | 2024-12-11T22:41:59.347Z | Compiling eyre v0.6.12 |
494 | 2024-12-11T22:41:59.547Z | Compiling static_assertions v1.1.0 |
495 | 2024-12-11T22:41:59.633Z | Compiling nested v0.1.1 |
496 | 2024-12-11T22:41:59.657Z | Compiling debug-ignore v1.0.5 |
497 | 2024-12-11T22:41:59.754Z | Compiling minimal-lexical v0.2.1 |
498 | 2024-12-11T22:41:59.854Z | Compiling guppy v0.17.10 |
499 | 2024-12-11T22:42:00.134Z | Compiling nom v7.1.3 |
500 | 2024-12-11T22:42:00.158Z | Compiling chrono v0.4.39 |
501 | 2024-12-11T22:42:00.302Z | Compiling pin-project v1.1.7 |
502 | 2024-12-11T22:42:00.403Z | Compiling tinyvec v1.8.0 |
503 | 2024-12-11T22:42:00.638Z | Compiling globset v0.4.15 |
504 | 2024-12-11T22:42:01.529Z | Compiling toml v0.8.19 |
505 | 2024-12-11T22:42:02.249Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
506 | 2024-12-11T22:42:02.582Z | Compiling futures v0.3.31 |
507 | 2024-12-11T22:42:02.612Z | Compiling parking_lot v0.12.3 |
508 | 2024-12-11T22:42:02.667Z | Compiling signal-hook-mio v0.2.4 |
509 | 2024-12-11T22:42:02.789Z | Compiling regex v1.11.1 |
510 | 2024-12-11T22:42:02.824Z | Compiling strip-ansi-escapes v0.2.0 |
511 | 2024-12-11T22:42:03.128Z | Compiling tracing-error v0.2.0 |
512 | 2024-12-11T22:42:03.318Z | Compiling xattr v1.3.1 |
513 | 2024-12-11T22:42:03.404Z | Compiling shared_child v1.0.1 |
514 | 2024-12-11T22:42:03.526Z | Compiling os_pipe v1.2.1 |
515 | 2024-12-11T22:42:03.652Z | Compiling filetime v0.2.25 |
516 | 2024-12-11T22:42:03.839Z | Compiling quick-xml v0.37.1 |
517 | 2024-12-11T22:42:03.864Z | Compiling humantime v2.1.0 |
518 | 2024-12-11T22:42:03.864Z | Compiling recursion v0.5.2 |
519 | 2024-12-11T22:42:03.964Z | Compiling number_prefix v0.4.0 |
520 | 2024-12-11T22:42:03.990Z | Compiling owo-colors v3.5.0 |
521 | 2024-12-11T22:42:03.990Z | Compiling fnv v1.0.7 |
522 | 2024-12-11T22:42:04.088Z | Compiling shell-words v1.1.0 |
523 | 2024-12-11T22:42:04.141Z | Compiling indenter v0.3.3 |
524 | 2024-12-11T22:42:04.415Z | Compiling zstd v0.13.2 |
525 | 2024-12-11T22:42:04.439Z | Compiling indicatif v0.17.9 |
526 | 2024-12-11T22:42:04.440Z | Compiling humantime-serde v1.1.1 |
527 | 2024-12-11T22:42:04.470Z | Compiling future-queue v0.3.0 |
528 | 2024-12-11T22:42:04.723Z | Compiling quick-junit v0.5.1 |
529 | 2024-12-11T22:42:04.752Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
530 | 2024-12-11T22:42:04.839Z | Compiling tar v0.4.43 |
531 | 2024-12-11T22:42:05.361Z | Compiling color-spantrace v0.2.1 |
532 | 2024-12-11T22:42:05.386Z | Compiling duct v0.13.7 |
533 | 2024-12-11T22:42:05.770Z | Compiling crossterm v0.28.1 |
534 | 2024-12-11T22:42:06.088Z | Compiling async-scoped v0.9.0 |
535 | 2024-12-11T22:42:06.113Z | Compiling config v0.14.1 |
536 | 2024-12-11T22:42:06.306Z | Compiling unicode-normalization v0.1.24 |
537 | 2024-12-11T22:42:06.430Z | Compiling tokio-stream v0.1.17 |
538 | 2024-12-11T22:42:06.562Z | Compiling atomicwrites v0.4.4 |
539 | 2024-12-11T22:42:06.750Z | Compiling camino-tempfile v1.1.1 |
540 | 2024-12-11T22:42:06.828Z | Compiling target-spec-miette v0.4.0 |
541 | 2024-12-11T22:42:07.084Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
542 | 2024-12-11T22:42:07.112Z | Compiling serde_ignored v0.1.10 |
543 | 2024-12-11T22:42:07.136Z | Compiling serde_path_to_error v0.1.16 |
544 | 2024-12-11T22:42:07.136Z | Compiling derive-where v1.2.7 |
545 | 2024-12-11T22:42:07.219Z | Compiling indent_write v2.2.0 |
546 | 2024-12-11T22:42:07.377Z | Compiling zeroize v1.8.1 |
547 | 2024-12-11T22:42:07.408Z | Compiling swrite v0.1.0 |
548 | 2024-12-11T22:42:07.505Z | Compiling home v0.5.9 |
549 | 2024-12-11T22:42:07.529Z | Compiling color-eyre v0.6.3 |
550 | 2024-12-11T22:42:07.625Z | Compiling dialoguer v0.11.0 |
551 | 2024-12-11T22:42:07.697Z | Compiling enable-ansi-support v0.2.1 |
552 | 2024-12-11T22:42:08.723Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
553 | 2024-12-11T22:42:36.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.63s |
554 | 2024-12-11T22:42:36.873Z | |
555 | 2024-12-11T22:42:36.873Z | real 49.739535680 |
556 | 2024-12-11T22:42:36.873Z | user 3:09.362280095 |
557 | 2024-12-11T22:42:36.873Z | sys 24.429297591 |
558 | 2024-12-11T22:42:36.873Z | trap 0.107110604 |
559 | 2024-12-11T22:42:36.873Z | tflt 0.138155861 |
560 | 2024-12-11T22:42:36.873Z | dflt 0.253264664 |
561 | 2024-12-11T22:42:36.873Z | kflt 0.001059404 |
562 | 2024-12-11T22:42:36.873Z | lock 5:45.565088912 |
563 | 2024-12-11T22:42:36.873Z | slp 11:27.644233499 |
564 | 2024-12-11T22:42:36.873Z | lat 6.643791507 |
565 | 2024-12-11T22:42:36.873Z | stop 8.657205649 |
566 | 2024-12-11T22:42:36.897Z | + banner nextest |
567 | 2024-12-11T22:42:36.897Z | |
568 | 2024-12-11T22:42:36.897Z | # # ###### # # ##### ###### #### ##### |
569 | 2024-12-11T22:42:36.897Z | ## # # # # # # # # |
570 | 2024-12-11T22:42:36.897Z | # # # ##### ## # ##### #### # |
571 | 2024-12-11T22:42:36.897Z | # # # # ## # # # # |
572 | 2024-12-11T22:42:36.897Z | # ## # # # # # # # # |
573 | 2024-12-11T22:42:36.897Z | # # ###### # # # ###### #### # |
574 | 2024-12-11T22:42:36.897Z | |
575 | 2024-12-11T22:42:36.897Z | + ptime -m cargo build --package cargo-nextest |
576 | 2024-12-11T22:42:37.134Z | Downloading crates ... |
577 | 2024-12-11T22:42:37.297Z | Downloaded foreign-types-shared v0.1.1 |
578 | 2024-12-11T22:42:37.322Z | Downloaded foreign-types v0.3.2 |
579 | 2024-12-11T22:42:37.323Z | Downloaded adler2 v2.0.0 |
580 | 2024-12-11T22:42:37.323Z | Downloaded urlencoding v2.1.3 |
581 | 2024-12-11T22:42:37.323Z | Downloaded want v0.3.1 |
582 | 2024-12-11T22:42:37.348Z | Downloaded zipsign-api v0.1.2 |
583 | 2024-12-11T22:42:37.348Z | Downloaded tokio-rustls v0.26.0 |
584 | 2024-12-11T22:42:37.348Z | Downloaded typenum v1.17.0 |
585 | 2024-12-11T22:42:37.372Z | Downloaded url v2.5.4 |
586 | 2024-12-11T22:42:37.372Z | Downloaded quinn v0.11.5 |
587 | 2024-12-11T22:42:37.372Z | Downloaded base64 v0.22.1 |
588 | 2024-12-11T22:42:37.372Z | Downloaded http v1.2.0 |
589 | 2024-12-11T22:42:37.396Z | Downloaded idna v1.0.3 |
590 | 2024-12-11T22:42:37.396Z | Downloaded hyper v1.5.0 |
591 | 2024-12-11T22:42:37.396Z | Downloaded flate2 v1.0.34 |
592 | 2024-12-11T22:42:37.420Z | Downloaded quinn-proto v0.11.8 |
593 | 2024-12-11T22:42:37.420Z | Downloaded rustls-webpki v0.102.8 |
594 | 2024-12-11T22:42:37.445Z | Downloaded reqwest v0.12.8 |
595 | 2024-12-11T22:42:37.445Z | Downloaded vcpkg v0.2.15 |
596 | 2024-12-11T22:42:37.492Z | Downloaded curve25519-dalek v4.1.3 |
597 | 2024-12-11T22:42:37.517Z | Downloaded webpki-roots v0.26.6 |
598 | 2024-12-11T22:42:37.517Z | Downloaded openssl v0.10.68 |
599 | 2024-12-11T22:42:37.541Z | Downloaded quick-xml v0.23.1 |
600 | 2024-12-11T22:42:37.542Z | Downloaded rustls v0.23.19 |
601 | 2024-12-11T22:42:37.542Z | Downloaded openssl-sys v0.9.104 |
602 | 2024-12-11T22:42:37.566Z | Downloaded hyper-util v0.1.9 |
603 | 2024-12-11T22:42:37.566Z | Downloaded ed25519-dalek v2.1.1 |
604 | 2024-12-11T22:42:37.566Z | Downloaded der v0.7.9 |
605 | 2024-12-11T22:42:37.566Z | Downloaded crc32fast v1.4.2 |
606 | 2024-12-11T22:42:37.567Z | Downloaded const-oid v0.9.6 |
607 | 2024-12-11T22:42:37.567Z | Downloaded rustls-pki-types v1.10.0 |
608 | 2024-12-11T22:42:37.591Z | Downloaded miniz_oxide v0.8.0 |
609 | 2024-12-11T22:42:37.591Z | Downloaded hyper-rustls v0.27.3 |
610 | 2024-12-11T22:42:37.591Z | Downloaded tokio-native-tls v0.3.1 |
611 | 2024-12-11T22:42:37.591Z | Downloaded spin v0.9.8 |
612 | 2024-12-11T22:42:37.591Z | Downloaded signature v2.2.0 |
613 | 2024-12-11T22:42:37.591Z | Downloaded sha2 v0.10.8 |
614 | 2024-12-11T22:42:37.591Z | Downloaded self_update v0.41.0 |
615 | 2024-12-11T22:42:37.591Z | Downloaded quinn-udp v0.5.5 |
616 | 2024-12-11T22:42:37.591Z | Downloaded pkcs8 v0.10.2 |
617 | 2024-12-11T22:42:37.591Z | Downloaded native-tls v0.2.12 |
618 | 2024-12-11T22:42:37.616Z | Downloaded ipnet v2.10.1 |
619 | 2024-12-11T22:42:37.616Z | Downloaded httparse v1.9.5 |
620 | 2024-12-11T22:42:37.616Z | Downloaded base64ct v1.6.0 |
621 | 2024-12-11T22:42:37.616Z | Downloaded utf8_iter v1.0.4 |
622 | 2024-12-11T22:42:37.616Z | Downloaded untrusted v0.9.0 |
623 | 2024-12-11T22:42:37.616Z | Downloaded subtle v2.6.1 |
624 | 2024-12-11T22:42:37.616Z | Downloaded spki v0.7.3 |
625 | 2024-12-11T22:42:37.616Z | Downloaded serde_urlencoded v0.7.1 |
626 | 2024-12-11T22:42:37.616Z | Downloaded self-replace v1.5.0 |
627 | 2024-12-11T22:42:37.616Z | Downloaded rustls-pemfile v2.2.0 |
628 | 2024-12-11T22:42:37.616Z | Downloaded rustc_version v0.4.1 |
629 | 2024-12-11T22:42:37.641Z | Downloaded rustc-hash v2.0.0 |
630 | 2024-12-11T22:42:37.641Z | Downloaded percent-encoding v2.3.1 |
631 | 2024-12-11T22:42:37.641Z | Downloaded mukti-metadata v0.3.0 |
632 | 2024-12-11T22:42:37.641Z | Downloaded mime v0.3.17 |
633 | 2024-12-11T22:42:37.641Z | Downloaded hyper-tls v0.6.0 |
634 | 2024-12-11T22:42:37.641Z | Downloaded http-body-util v0.1.2 |
635 | 2024-12-11T22:42:37.641Z | Downloaded curve25519-dalek-derive v0.1.1 |
636 | 2024-12-11T22:42:37.641Z | Downloaded crypto-common v0.1.6 |
637 | 2024-12-11T22:42:37.641Z | Downloaded cpufeatures v0.2.14 |
638 | 2024-12-11T22:42:37.641Z | Downloaded block-buffer v0.10.4 |
639 | 2024-12-11T22:42:37.641Z | Downloaded try-lock v0.2.5 |
640 | 2024-12-11T22:42:37.641Z | Downloaded tower-service v0.3.3 |
641 | 2024-12-11T22:42:37.641Z | Downloaded openssl-probe v0.1.5 |
642 | 2024-12-11T22:42:37.641Z | Downloaded openssl-macros v0.1.1 |
643 | 2024-12-11T22:42:37.641Z | Downloaded idna_adapter v1.0.0 |
644 | 2024-12-11T22:42:37.641Z | Downloaded http-body v1.0.1 |
645 | 2024-12-11T22:42:37.668Z | Downloaded hex v0.4.3 |
646 | 2024-12-11T22:42:37.668Z | Downloaded generic-array v0.14.7 |
647 | 2024-12-11T22:42:37.668Z | Downloaded form_urlencoded v1.2.1 |
648 | 2024-12-11T22:42:37.668Z | Downloaded ed25519 v2.2.3 |
649 | 2024-12-11T22:42:37.668Z | Downloaded digest v0.10.7 |
650 | 2024-12-11T22:42:37.668Z | Downloaded sync_wrapper v1.0.1 |
651 | 2024-12-11T22:42:37.692Z | Downloaded ring v0.17.8 |
652 | 2024-12-11T22:42:37.818Z | Compiling smallvec v1.13.2 |
653 | 2024-12-11T22:42:37.842Z | Compiling socket2 v0.5.7 |
654 | 2024-12-11T22:42:37.842Z | Compiling futures-channel v0.3.31 |
655 | 2024-12-11T22:42:37.867Z | Compiling ring v0.17.8 |
656 | 2024-12-11T22:42:37.867Z | Compiling rustls-pki-types v1.10.0 |
657 | 2024-12-11T22:42:37.867Z | Compiling http v1.2.0 |
658 | 2024-12-11T22:42:37.892Z | Compiling typenum v1.17.0 |
659 | 2024-12-11T22:42:37.892Z | Compiling spin v0.9.8 |
660 | 2024-12-11T22:42:38.056Z | Compiling untrusted v0.9.0 |
661 | 2024-12-11T22:42:38.163Z | Compiling futures-util v0.3.31 |
662 | 2024-12-11T22:42:38.188Z | Compiling httparse v1.9.5 |
663 | 2024-12-11T22:42:38.213Z | Compiling generic-array v0.14.7 |
664 | 2024-12-11T22:42:38.545Z | Compiling tokio v1.42.0 |
665 | 2024-12-11T22:42:38.662Z | Compiling try-lock v0.2.5 |
666 | 2024-12-11T22:42:38.857Z | Compiling rustls v0.23.19 |
667 | 2024-12-11T22:42:38.931Z | Compiling want v0.3.1 |
668 | 2024-12-11T22:42:39.154Z | Compiling cfg-expr v0.17.2 |
669 | 2024-12-11T22:42:39.188Z | Compiling http-body v1.0.1 |
670 | 2024-12-11T22:42:39.365Z | Compiling subtle v2.6.1 |
671 | 2024-12-11T22:42:39.483Z | Compiling percent-encoding v2.3.1 |
672 | 2024-12-11T22:42:39.562Z | Compiling idna_adapter v1.0.0 |
673 | 2024-12-11T22:42:39.679Z | Compiling form_urlencoded v1.2.1 |
674 | 2024-12-11T22:42:39.743Z | Compiling tower-service v0.3.3 |
675 | 2024-12-11T22:42:39.843Z | Compiling target-spec v3.2.2 |
676 | 2024-12-11T22:42:39.939Z | Compiling utf8_iter v1.0.4 |
677 | 2024-12-11T22:42:39.963Z | Compiling webpki-roots v0.26.6 |
678 | 2024-12-11T22:42:40.115Z | Compiling idna v1.0.3 |
679 | 2024-12-11T22:42:40.146Z | Compiling adler2 v2.0.0 |
680 | 2024-12-11T22:42:40.178Z | Compiling parking_lot_core v0.9.10 |
681 | 2024-12-11T22:42:40.313Z | Compiling miniz_oxide v0.8.0 |
682 | 2024-12-11T22:42:40.548Z | Compiling url v2.5.4 |
683 | 2024-12-11T22:42:40.663Z | Compiling crypto-common v0.1.6 |
684 | 2024-12-11T22:42:40.795Z | Compiling block-buffer v0.10.4 |
685 | 2024-12-11T22:42:40.956Z | Compiling serde_urlencoded v0.7.1 |
686 | 2024-12-11T22:42:41.340Z | Compiling rustls-pemfile v2.2.0 |
687 | 2024-12-11T22:42:41.440Z | Compiling sync_wrapper v1.0.1 |
688 | 2024-12-11T22:42:41.504Z | Compiling crc32fast v1.4.2 |
689 | 2024-12-11T22:42:41.561Z | Compiling self_update v0.41.0 |
690 | 2024-12-11T22:42:41.619Z | Compiling base64 v0.22.1 |
691 | 2024-12-11T22:42:41.734Z | Compiling ipnet v2.10.1 |
692 | 2024-12-11T22:42:41.783Z | Compiling mime v0.3.17 |
693 | 2024-12-11T22:42:41.875Z | Compiling guppy v0.17.10 |
694 | 2024-12-11T22:42:42.077Z | Compiling flate2 v1.0.34 |
695 | 2024-12-11T22:42:42.177Z | Compiling digest v0.10.7 |
696 | 2024-12-11T22:42:42.225Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-11T22:42:42.437Z | Compiling futures-executor v0.3.31 |
698 | 2024-12-11T22:42:42.663Z | Compiling http-body-util v0.1.2 |
699 | 2024-12-11T22:42:42.723Z | Compiling futures v0.3.31 |
700 | 2024-12-11T22:42:42.797Z | Compiling self-replace v1.5.0 |
701 | 2024-12-11T22:42:42.822Z | Compiling quick-xml v0.23.1 |
702 | 2024-12-11T22:42:42.896Z | Compiling urlencoding v2.1.3 |
703 | 2024-12-11T22:42:42.953Z | Compiling cpufeatures v0.2.14 |
704 | 2024-12-11T22:42:43.019Z | Compiling sha2 v0.10.8 |
705 | 2024-12-11T22:42:43.044Z | Compiling crossterm v0.28.1 |
706 | 2024-12-11T22:42:43.044Z | Compiling future-queue v0.3.0 |
707 | 2024-12-11T22:42:43.192Z | Compiling target-spec-miette v0.4.0 |
708 | 2024-12-11T22:42:43.329Z | Compiling mukti-metadata v0.3.0 |
709 | 2024-12-11T22:42:43.477Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
710 | 2024-12-11T22:42:43.682Z | Compiling hex v0.4.3 |
711 | 2024-12-11T22:42:44.611Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-12-11T22:42:46.016Z | Compiling hyper v1.5.0 |
713 | 2024-12-11T22:42:46.016Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
714 | 2024-12-11T22:42:46.041Z | Compiling async-scoped v0.9.0 |
715 | 2024-12-11T22:42:46.041Z | Compiling tokio-stream v0.1.17 |
716 | 2024-12-11T22:42:46.076Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
717 | 2024-12-11T22:42:47.033Z | Compiling hyper-util v0.1.9 |
718 | 2024-12-11T22:42:47.317Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
719 | 2024-12-11T22:42:49.397Z | Compiling tokio-rustls v0.26.0 |
720 | 2024-12-11T22:42:49.658Z | Compiling hyper-rustls v0.27.3 |
721 | 2024-12-11T22:42:49.904Z | Compiling reqwest v0.12.8 |
722 | 2024-12-11T22:42:52.284Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
723 | 2024-12-11T22:43:24.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.04s |
724 | 2024-12-11T22:43:24.074Z | |
725 | 2024-12-11T22:43:24.074Z | real 47.173942351 |
726 | 2024-12-11T22:43:24.074Z | user 2:28.130365062 |
727 | 2024-12-11T22:43:24.074Z | sys 17.237974926 |
728 | 2024-12-11T22:43:24.074Z | trap 0.066074253 |
729 | 2024-12-11T22:43:24.074Z | tflt 0.075753792 |
730 | 2024-12-11T22:43:24.075Z | dflt 0.203948399 |
731 | 2024-12-11T22:43:24.075Z | kflt 0.000062632 |
732 | 2024-12-11T22:43:24.075Z | lock 3:33.931587601 |
733 | 2024-12-11T22:43:24.075Z | slp 6:45.945831223 |
734 | 2024-12-11T22:43:24.099Z | lat 4.572850052 |
735 | 2024-12-11T22:43:24.099Z | stop 4.689433266 |
736 | 2024-12-11T22:43:24.099Z | + banner all targets |
737 | 2024-12-11T22:43:24.099Z | |
738 | 2024-12-11T22:43:24.099Z | ## # # |
739 | 2024-12-11T22:43:24.099Z | # # # # |
740 | 2024-12-11T22:43:24.099Z | # # # # |
741 | 2024-12-11T22:43:24.100Z | ###### # # |
742 | 2024-12-11T22:43:24.100Z | # # # # |
743 | 2024-12-11T22:43:24.100Z | # # ###### ###### |
744 | 2024-12-11T22:43:24.100Z | |
745 | 2024-12-11T22:43:24.100Z | |
746 | 2024-12-11T22:43:24.100Z | ##### ## ##### #### ###### ##### #### |
747 | 2024-12-11T22:43:24.100Z | # # # # # # # # # # |
748 | 2024-12-11T22:43:24.100Z | # # # # # # ##### # #### |
749 | 2024-12-11T22:43:24.100Z | # ###### ##### # ### # # # |
750 | 2024-12-11T22:43:24.100Z | # # # # # # # # # # # |
751 | 2024-12-11T22:43:24.100Z | # # # # # #### ###### # #### |
752 | 2024-12-11T22:43:24.100Z | |
753 | 2024-12-11T22:43:24.100Z | + ptime -m cargo build --all-targets |
754 | 2024-12-11T22:43:24.294Z | Downloading crates ... |
755 | 2024-12-11T22:43:24.445Z | Downloaded bit-vec v0.6.3 |
756 | 2024-12-11T22:43:24.468Z | Downloaded yansi v1.0.1 |
757 | 2024-12-11T22:43:24.468Z | Downloaded wait-timeout v0.2.0 |
758 | 2024-12-11T22:43:24.468Z | Downloaded maplit v1.0.2 |
759 | 2024-12-11T22:43:24.468Z | Downloaded fs-err v3.0.0 |
760 | 2024-12-11T22:43:24.468Z | Downloaded proptest v1.5.0 |
761 | 2024-12-11T22:43:24.492Z | Downloaded insta v1.41.1 |
762 | 2024-12-11T22:43:24.492Z | Downloaded cp_r v0.5.2 |
763 | 2024-12-11T22:43:24.492Z | Downloaded unarray v0.1.4 |
764 | 2024-12-11T22:43:24.492Z | Downloaded test-case-macros v3.3.1 |
765 | 2024-12-11T22:43:24.492Z | Downloaded test-case-core v3.3.1 |
766 | 2024-12-11T22:43:24.492Z | Downloaded test-case v3.3.1 |
767 | 2024-12-11T22:43:24.492Z | Downloaded structmeta-derive v0.3.0 |
768 | 2024-12-11T22:43:24.492Z | Downloaded structmeta v0.3.0 |
769 | 2024-12-11T22:43:24.492Z | Downloaded rusty-fork v0.3.0 |
770 | 2024-12-11T22:43:24.493Z | Downloaded quick-error v1.2.3 |
771 | 2024-12-11T22:43:24.493Z | Downloaded pretty_assertions v1.4.1 |
772 | 2024-12-11T22:43:24.517Z | Downloaded linked-hash-map v0.5.6 |
773 | 2024-12-11T22:43:24.517Z | Downloaded libtest-mimic v0.8.1 |
774 | 2024-12-11T22:43:24.517Z | Downloaded indoc v2.0.5 |
775 | 2024-12-11T22:43:24.517Z | Downloaded bit-set v0.5.3 |
776 | 2024-12-11T22:43:24.517Z | Downloaded whoami v1.5.2 |
777 | 2024-12-11T22:43:24.517Z | Downloaded test-strategy v0.4.0 |
778 | 2024-12-11T22:43:24.517Z | Downloaded similar v2.6.0 |
779 | 2024-12-11T22:43:24.517Z | Downloaded rand_xorshift v0.3.0 |
780 | 2024-12-11T22:43:24.517Z | Downloaded diff v0.1.13 |
781 | 2024-12-11T22:43:24.564Z | Downloaded escape8259 v0.5.3 |
782 | 2024-12-11T22:43:24.626Z | Compiling fs-err v3.0.0 |
783 | 2024-12-11T22:43:24.650Z | Compiling maplit v1.0.2 |
784 | 2024-12-11T22:43:24.650Z | Compiling test-case-core v3.3.1 |
785 | 2024-12-11T22:43:24.650Z | Compiling similar v2.6.0 |
786 | 2024-12-11T22:43:24.650Z | Compiling linked-hash-map v0.5.6 |
787 | 2024-12-11T22:43:24.651Z | Compiling structmeta-derive v0.3.0 |
788 | 2024-12-11T22:43:24.651Z | Compiling wait-timeout v0.2.0 |
789 | 2024-12-11T22:43:24.675Z | Compiling quick-error v1.2.3 |
790 | 2024-12-11T22:43:24.736Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
791 | 2024-12-11T22:43:24.801Z | Compiling bit-vec v0.6.3 |
792 | 2024-12-11T22:43:24.932Z | Compiling whoami v1.5.2 |
793 | 2024-12-11T22:43:25.106Z | Compiling bit-set v0.5.3 |
794 | 2024-12-11T22:43:25.130Z | Compiling rusty-fork v0.3.0 |
795 | 2024-12-11T22:43:25.323Z | Compiling rand_xorshift v0.3.0 |
796 | 2024-12-11T22:43:25.347Z | Compiling unarray v0.1.4 |
797 | 2024-12-11T22:43:25.441Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
798 | 2024-12-11T22:43:25.465Z | Compiling escape8259 v0.5.3 |
799 | 2024-12-11T22:43:25.496Z | Compiling proptest v1.5.0 |
800 | 2024-12-11T22:43:25.537Z | Compiling insta v1.41.1 |
801 | 2024-12-11T22:43:25.742Z | Compiling libtest-mimic v0.8.1 |
802 | 2024-12-11T22:43:25.778Z | Compiling cp_r v0.5.2 |
803 | 2024-12-11T22:43:26.021Z | Compiling yansi v1.0.1 |
804 | 2024-12-11T22:43:26.073Z | Compiling test-case-macros v3.3.1 |
805 | 2024-12-11T22:43:26.539Z | Compiling structmeta v0.3.0 |
806 | 2024-12-11T22:43:26.563Z | Compiling diff v0.1.13 |
807 | 2024-12-11T22:43:26.702Z | Compiling indoc v2.0.5 |
808 | 2024-12-11T22:43:26.826Z | Compiling test-strategy v0.4.0 |
809 | 2024-12-11T22:43:26.915Z | Compiling test-case v3.3.1 |
810 | 2024-12-11T22:43:26.998Z | Compiling pretty_assertions v1.4.1 |
811 | 2024-12-11T22:43:27.046Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
812 | 2024-12-11T22:43:28.712Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
813 | 2024-12-11T22:43:29.425Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
814 | 2024-12-11T22:43:29.616Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
815 | 2024-12-11T22:43:32.611Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
816 | 2024-12-11T22:44:10.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.48s |
817 | 2024-12-11T22:44:10.713Z | |
818 | 2024-12-11T22:44:10.737Z | real 46.607132309 |
819 | 2024-12-11T22:44:10.737Z | user 3:04.454125155 |
820 | 2024-12-11T22:44:10.737Z | sys 24.543252629 |
821 | 2024-12-11T22:44:10.737Z | trap 0.093410440 |
822 | 2024-12-11T22:44:10.737Z | tflt 0.031867683 |
823 | 2024-12-11T22:44:10.737Z | dflt 0.024830530 |
824 | 2024-12-11T22:44:10.737Z | kflt 0.000016361 |
825 | 2024-12-11T22:44:10.738Z | lock 5:33.861585810 |
826 | 2024-12-11T22:44:10.738Z | slp 12:13.190641847 |
827 | 2024-12-11T22:44:10.738Z | lat 5.306725065 |
828 | 2024-12-11T22:44:10.738Z | stop 5.308224800 |
829 | 2024-12-11T22:44:10.738Z | + banner all features |
830 | 2024-12-11T22:44:10.738Z | |
831 | 2024-12-11T22:44:10.738Z | ## # # |
832 | 2024-12-11T22:44:10.738Z | # # # # |
833 | 2024-12-11T22:44:10.738Z | # # # # |
834 | 2024-12-11T22:44:10.738Z | ###### # # |
835 | 2024-12-11T22:44:10.738Z | # # # # |
836 | 2024-12-11T22:44:10.738Z | # # ###### ###### |
837 | 2024-12-11T22:44:10.738Z | |
838 | 2024-12-11T22:44:10.738Z | |
839 | 2024-12-11T22:44:10.738Z | ###### ###### ## ##### # # ##### ###### #### |
840 | 2024-12-11T22:44:10.738Z | # # # # # # # # # # # |
841 | 2024-12-11T22:44:10.738Z | ##### ##### # # # # # # # ##### #### |
842 | 2024-12-11T22:44:10.738Z | # # ###### # # # ##### # # |
843 | 2024-12-11T22:44:10.738Z | # # # # # # # # # # # # |
844 | 2024-12-11T22:44:10.738Z | # ###### # # # #### # # ###### #### |
845 | 2024-12-11T22:44:10.739Z | |
846 | 2024-12-11T22:44:10.739Z | + ptime -m cargo build --all-features |
847 | 2024-12-11T22:44:10.933Z | Downloading crates ... |
848 | 2024-12-11T22:44:11.101Z | Downloaded async-stream-impl v0.3.6 |
849 | 2024-12-11T22:44:11.126Z | Downloaded matchers v0.1.0 |
850 | 2024-12-11T22:44:11.126Z | Downloaded hyper-timeout v0.5.1 |
851 | 2024-12-11T22:44:11.126Z | Downloaded tower-layer v0.3.3 |
852 | 2024-12-11T22:44:11.126Z | Downloaded console-api v0.8.1 |
853 | 2024-12-11T22:44:11.150Z | Downloaded sync_wrapper v0.1.2 |
854 | 2024-12-11T22:44:11.150Z | Downloaded prost v0.13.3 |
855 | 2024-12-11T22:44:11.150Z | Downloaded prost-types v0.13.3 |
856 | 2024-12-11T22:44:11.150Z | Downloaded crossbeam-utils v0.8.20 |
857 | 2024-12-11T22:44:11.150Z | Downloaded prost-derive v0.13.3 |
858 | 2024-12-11T22:44:11.150Z | Downloaded tower v0.4.13 |
859 | 2024-12-11T22:44:11.174Z | Downloaded tonic v0.12.3 |
860 | 2024-12-11T22:44:11.174Z | Downloaded tower v0.5.1 |
861 | 2024-12-11T22:44:11.198Z | Downloaded hdrhistogram v7.5.4 |
862 | 2024-12-11T22:44:11.198Z | Downloaded console-subscriber v0.4.1 |
863 | 2024-12-11T22:44:11.198Z | Downloaded tokio-util v0.7.12 |
864 | 2024-12-11T22:44:11.223Z | Downloaded h2 v0.4.6 |
865 | 2024-12-11T22:44:11.223Z | Downloaded axum v0.7.7 |
866 | 2024-12-11T22:44:11.223Z | Downloaded regex-automata v0.1.10 |
867 | 2024-12-11T22:44:11.247Z | Downloaded hashbrown v0.12.3 |
868 | 2024-12-11T22:44:11.247Z | Downloaded crossbeam-channel v0.5.13 |
869 | 2024-12-11T22:44:11.247Z | Downloaded regex-syntax v0.6.29 |
870 | 2024-12-11T22:44:11.247Z | Downloaded matchit v0.7.3 |
871 | 2024-12-11T22:44:11.247Z | Downloaded indexmap v1.9.3 |
872 | 2024-12-11T22:44:11.296Z | Downloaded atomic-waker v1.1.2 |
873 | 2024-12-11T22:44:11.296Z | Downloaded async-trait v0.1.83 |
874 | 2024-12-11T22:44:11.296Z | Downloaded rustversion v1.0.18 |
875 | 2024-12-11T22:44:11.296Z | Downloaded axum-core v0.4.5 |
876 | 2024-12-11T22:44:11.296Z | Downloaded anyhow v1.0.91 |
877 | 2024-12-11T22:44:11.296Z | Downloaded httpdate v1.0.3 |
878 | 2024-12-11T22:44:11.296Z | Downloaded async-stream v0.3.6 |
879 | 2024-12-11T22:44:11.328Z | Compiling futures-sink v0.3.31 |
880 | 2024-12-11T22:44:11.352Z | Compiling byteorder v1.5.0 |
881 | 2024-12-11T22:44:11.375Z | Compiling num-traits v0.2.19 |
882 | 2024-12-11T22:44:11.375Z | Compiling regex-syntax v0.6.29 |
883 | 2024-12-11T22:44:11.375Z | Compiling atomic-waker v1.1.2 |
884 | 2024-12-11T22:44:11.400Z | Compiling httpdate v1.0.3 |
885 | 2024-12-11T22:44:11.400Z | Compiling anyhow v1.0.91 |
886 | 2024-12-11T22:44:11.400Z | Compiling tower-layer v0.3.3 |
887 | 2024-12-11T22:44:11.456Z | Compiling futures-channel v0.3.31 |
888 | 2024-12-11T22:44:11.523Z | Compiling tokio-util v0.7.12 |
889 | 2024-12-11T22:44:11.610Z | Compiling either v1.13.0 |
890 | 2024-12-11T22:44:11.650Z | Compiling zerocopy v0.7.35 |
891 | 2024-12-11T22:44:11.761Z | Compiling futures-util v0.3.31 |
892 | 2024-12-11T22:44:11.785Z | Compiling rustversion v1.0.18 |
893 | 2024-12-11T22:44:11.928Z | Compiling itertools v0.13.0 |
894 | 2024-12-11T22:44:12.269Z | Compiling h2 v0.4.6 |
895 | 2024-12-11T22:44:12.584Z | Compiling indexmap v1.9.3 |
896 | 2024-12-11T22:44:12.649Z | Compiling ppv-lite86 v0.2.20 |
897 | 2024-12-11T22:44:13.048Z | Compiling async-trait v0.1.83 |
898 | 2024-12-11T22:44:13.150Z | Compiling sync_wrapper v0.1.2 |
899 | 2024-12-11T22:44:13.233Z | Compiling rand_chacha v0.3.1 |
900 | 2024-12-11T22:44:13.269Z | Compiling hashbrown v0.12.3 |
901 | 2024-12-11T22:44:13.623Z | Compiling rand v0.8.5 |
902 | 2024-12-11T22:44:14.198Z | Compiling regex-automata v0.1.10 |
903 | 2024-12-11T22:44:14.287Z | Compiling prost-derive v0.13.3 |
904 | 2024-12-11T22:44:14.816Z | Compiling async-stream-impl v0.3.6 |
905 | 2024-12-11T22:44:14.870Z | Compiling crossbeam-utils v0.8.20 |
906 | 2024-12-11T22:44:14.904Z | Compiling matchit v0.7.3 |
907 | 2024-12-11T22:44:15.293Z | Compiling matchers v0.1.0 |
908 | 2024-12-11T22:44:15.428Z | Compiling tracing-subscriber v0.3.19 |
909 | 2024-12-11T22:44:15.473Z | Compiling ahash v0.8.11 |
910 | 2024-12-11T22:44:15.780Z | Compiling http-body-util v0.1.2 |
911 | 2024-12-11T22:44:15.871Z | Compiling hyper v1.5.0 |
912 | 2024-12-11T22:44:16.023Z | Compiling tower v0.5.1 |
913 | 2024-12-11T22:44:16.147Z | Compiling axum-core v0.4.5 |
914 | 2024-12-11T22:44:16.172Z | Compiling async-stream v0.3.6 |
915 | 2024-12-11T22:44:16.420Z | Compiling tower v0.4.13 |
916 | 2024-12-11T22:44:16.541Z | Compiling tokio-stream v0.1.17 |
917 | 2024-12-11T22:44:16.617Z | Compiling proptest v1.5.0 |
918 | 2024-12-11T22:44:16.979Z | Compiling prost v0.13.3 |
919 | 2024-12-11T22:44:17.240Z | Compiling nextest-workspace-hack v0.1.0 (/work/nextest-rs/nextest/workspace-hack) |
920 | 2024-12-11T22:44:17.317Z | Compiling nextest-metadata v0.12.1 (/work/nextest-rs/nextest/nextest-metadata) |
921 | 2024-12-11T22:44:17.608Z | Compiling hyper-util v0.1.9 |
922 | 2024-12-11T22:44:17.906Z | Compiling prost-types v0.13.3 |
923 | 2024-12-11T22:44:18.213Z | Compiling guppy v0.17.10 |
924 | 2024-12-11T22:44:19.127Z | Compiling hyper-timeout v0.5.1 |
925 | 2024-12-11T22:44:19.202Z | Compiling axum v0.7.7 |
926 | 2024-12-11T22:44:19.410Z | Compiling hyper-rustls v0.27.3 |
927 | 2024-12-11T22:44:19.562Z | Compiling futures-executor v0.3.31 |
928 | 2024-12-11T22:44:19.881Z | Compiling base64 v0.21.7 |
929 | 2024-12-11T22:44:20.026Z | Compiling reqwest v0.12.8 |
930 | 2024-12-11T22:44:20.303Z | Compiling crossbeam-channel v0.5.13 |
931 | 2024-12-11T22:44:20.433Z | Compiling nextest-filtering v0.12.0 (/work/nextest-rs/nextest/nextest-filtering) |
932 | 2024-12-11T22:44:20.690Z | Compiling hdrhistogram v7.5.4 |
933 | 2024-12-11T22:44:21.119Z | Compiling chrono v0.4.39 |
934 | 2024-12-11T22:44:21.145Z | Compiling futures v0.3.31 |
935 | 2024-12-11T22:44:21.241Z | Compiling async-scoped v0.9.0 |
936 | 2024-12-11T22:44:21.464Z | Compiling tracing-error v0.2.0 |
937 | 2024-12-11T22:44:21.560Z | Compiling future-queue v0.3.0 |
938 | 2024-12-11T22:44:21.755Z | Compiling color-spantrace v0.2.1 |
939 | 2024-12-11T22:44:21.846Z | Compiling cargo-nextest v0.9.86-b.3 (/work/nextest-rs/nextest/cargo-nextest) |
940 | 2024-12-11T22:44:22.167Z | Compiling self_update v0.41.0 |
941 | 2024-12-11T22:44:22.451Z | Compiling color-eyre v0.6.3 |
942 | 2024-12-11T22:44:23.611Z | Compiling tonic v0.12.3 |
943 | 2024-12-11T22:44:23.932Z | Compiling quick-junit v0.5.1 |
944 | 2024-12-11T22:44:24.619Z | Compiling fixture-data v0.1.0 (/work/nextest-rs/nextest/fixture-data) |
945 | 2024-12-11T22:44:25.955Z | Compiling console-api v0.8.1 |
946 | 2024-12-11T22:44:26.979Z | Compiling console-subscriber v0.4.1 |
947 | 2024-12-11T22:44:28.775Z | Compiling nextest-runner v0.69.0-b.3 (/work/nextest-rs/nextest/nextest-runner) |
948 | 2024-12-11T22:44:41.018Z | Compiling integration-tests v0.1.0 (/work/nextest-rs/nextest/integration-tests) |
949 | 2024-12-11T22:45:07.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.41s |
950 | 2024-12-11T22:45:07.285Z | |
951 | 2024-12-11T22:45:07.309Z | real 56.542225438 |
952 | 2024-12-11T22:45:07.309Z | user 3:24.056584769 |
953 | 2024-12-11T22:45:07.309Z | sys 27.273136417 |
954 | 2024-12-11T22:45:07.309Z | trap 0.097938962 |
955 | 2024-12-11T22:45:07.309Z | tflt 0.058597561 |
956 | 2024-12-11T22:45:07.309Z | dflt 0.277807734 |
957 | 2024-12-11T22:45:07.309Z | kflt 0.000125636 |
958 | 2024-12-11T22:45:07.309Z | lock 5:56.593211966 |
959 | 2024-12-11T22:45:07.309Z | slp 12:22.331926592 |
960 | 2024-12-11T22:45:07.309Z | lat 7.350058072 |
961 | 2024-12-11T22:45:07.309Z | stop 8.084961837 |
962 | 2024-12-11T22:45:07.309Z | + banner doctests |
963 | 2024-12-11T22:45:07.309Z | |
964 | 2024-12-11T22:45:07.309Z | ##### #### #### ##### ###### #### ##### #### |
965 | 2024-12-11T22:45:07.309Z | # # # # # # # # # # # |
966 | 2024-12-11T22:45:07.309Z | # # # # # # ##### #### # #### |
967 | 2024-12-11T22:45:07.309Z | # # # # # # # # # # |
968 | 2024-12-11T22:45:07.309Z | # # # # # # # # # # # # # |
969 | 2024-12-11T22:45:07.309Z | ##### #### #### # ###### #### # #### |
970 | 2024-12-11T22:45:07.309Z | |
971 | 2024-12-11T22:45:07.309Z | + ptime -m cargo test --doc |
972 | 2024-12-11T22:45:07.771Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s |
973 | 2024-12-11T22:45:07.794Z | Doc-tests cargo_nextest |
974 | 2024-12-11T22:45:08.321Z | |
975 | 2024-12-11T22:45:08.322Z | running 0 tests |
976 | 2024-12-11T22:45:08.322Z | |
977 | 2024-12-11T22:45:08.344Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
978 | 2024-12-11T22:45:08.344Z | |
979 | 2024-12-11T22:45:08.367Z | Doc-tests fixture_data |
980 | 2024-12-11T22:45:08.433Z | |
981 | 2024-12-11T22:45:08.433Z | running 0 tests |
982 | 2024-12-11T22:45:08.433Z | |
983 | 2024-12-11T22:45:08.456Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
984 | 2024-12-11T22:45:08.456Z | |
985 | 2024-12-11T22:45:08.456Z | Doc-tests integration_tests |
986 | 2024-12-11T22:45:08.531Z | |
987 | 2024-12-11T22:45:08.531Z | running 0 tests |
988 | 2024-12-11T22:45:08.531Z | |
989 | 2024-12-11T22:45:08.531Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
990 | 2024-12-11T22:45:08.531Z | |
991 | 2024-12-11T22:45:08.554Z | Doc-tests nextest_filtering |
992 | 2024-12-11T22:45:08.713Z | |
993 | 2024-12-11T22:45:08.713Z | running 0 tests |
994 | 2024-12-11T22:45:08.713Z | |
995 | 2024-12-11T22:45:08.713Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
996 | 2024-12-11T22:45:08.713Z | |
997 | 2024-12-11T22:45:08.737Z | Doc-tests nextest_metadata |
998 | 2024-12-11T22:45:08.923Z | |
999 | 2024-12-11T22:45:08.923Z | running 2 tests |
1000 | 2024-12-11T22:45:09.702Z | test nextest-metadata/src/test_list.rs - test_list::RustBinaryId::from_parts (line 300) ... ok |
1001 | 2024-12-11T22:45:12.858Z | test nextest-metadata/src/lib.rs - (line 15) ... ok |
1002 | 2024-12-11T22:45:12.858Z | |
1003 | 2024-12-11T22:45:12.858Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.94s |
1004 | 2024-12-11T22:45:12.858Z | |
1005 | 2024-12-11T22:45:12.883Z | Doc-tests nextest_runner |
1006 | 2024-12-11T22:45:13.799Z | |
1007 | 2024-12-11T22:45:13.799Z | running 0 tests |
1008 | 2024-12-11T22:45:13.799Z | |
1009 | 2024-12-11T22:45:13.799Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1010 | 2024-12-11T22:45:13.799Z | |
1011 | 2024-12-11T22:45:13.837Z | Doc-tests nextest_workspace_hack |
1012 | 2024-12-11T22:45:13.893Z | |
1013 | 2024-12-11T22:45:13.893Z | running 0 tests |
1014 | 2024-12-11T22:45:13.893Z | |
1015 | 2024-12-11T22:45:13.916Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
1016 | 2024-12-11T22:45:13.916Z | |
1017 | 2024-12-11T22:45:13.940Z | |
1018 | 2024-12-11T22:45:13.940Z | real 6.610345058 |
1019 | 2024-12-11T22:45:13.940Z | user 6.240922810 |
1020 | 2024-12-11T22:45:13.940Z | sys 2.284184728 |
1021 | 2024-12-11T22:45:13.940Z | trap 0.001355803 |
1022 | 2024-12-11T22:45:13.940Z | tflt 0.008104202 |
1023 | 2024-12-11T22:45:13.940Z | dflt 0.008018449 |
1024 | 2024-12-11T22:45:13.940Z | kflt 0.000000000 |
1025 | 2024-12-11T22:45:13.940Z | lock 10.930474687 |
1026 | 2024-12-11T22:45:13.940Z | slp 35.956183890 |
1027 | 2024-12-11T22:45:13.940Z | lat 0.089271689 |
1028 | 2024-12-11T22:45:13.940Z | stop 0.145355850 |
1029 | 2024-12-11T22:45:13.940Z | + banner local-nt |
1030 | 2024-12-11T22:45:13.940Z | |
1031 | 2024-12-11T22:45:13.940Z | # #### #### ## # # # ##### |
1032 | 2024-12-11T22:45:13.940Z | # # # # # # # # ## # # |
1033 | 2024-12-11T22:45:13.940Z | # # # # # # # ##### # # # # |
1034 | 2024-12-11T22:45:13.940Z | # # # # ###### # # # # # |
1035 | 2024-12-11T22:45:13.940Z | # # # # # # # # # ## # |
1036 | 2024-12-11T22:45:13.940Z | ###### #### #### # # ###### # # # |
1037 | 2024-12-11T22:45:13.940Z | |
1038 | 2024-12-11T22:45:13.940Z | + ptime -m cargo local-nt run --profile ci |
1039 | 2024-12-11T22:45:14.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s |
1040 | 2024-12-11T22:45:14.304Z | Running `target/debug/cargo-nextest nextest run --profile ci` |
1041 | 2024-12-11T22:45:14.879Z | info: experimental features enabled: setup-scripts |
1042 | 2024-12-11T22:45:15.211Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s |
1043 | 2024-12-11T22:45:15.443Z | ──────────── |
1044 | 2024-12-11T22:45:15.443Z | Nextest run ID 7dfa8e64-167a-416a-bef0-ddb123e7725f with nextest profile: ci |
1045 | 2024-12-11T22:45:15.443Z | Starting 287 tests across 15 binaries (2 tests skipped) |
1046 | 2024-12-11T22:45:15.466Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1047 | 2024-12-11T22:45:15.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s |
1048 | 2024-12-11T22:45:15.831Z | Running `target/debug/build-seed-archive` |
1049 | 2024-12-11T22:45:15.854Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-d12bc5dfac29c0357feff0e882cea705356409baef1f1feaa66945c96964cb56.tar.zst, building |
1050 | 2024-12-11T22:45:18.230Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-d12bc5dfac29c0357feff0e882cea705356409baef1f1feaa66945c96964cb56.tar.zst |
1051 | 2024-12-11T22:45:18.253Z | SETUP PASS [ 2.789s] build-seed-archive: cargo run --bin build-seed-archive |
1052 | 2024-12-11T22:45:18.283Z | PASS [ 0.044s] integration-tests::custom-harness thread_count::test_multi_threaded |
1053 | 2024-12-11T22:45:18.307Z | PASS [ 0.058s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1054 | 2024-12-11T22:45:18.395Z | PASS [ 0.160s] cargo-nextest dispatch::tests::test_argument_parsing |
1055 | 2024-12-11T22:45:19.820Z | PASS [ 1.581s] integration-tests::integration test_list_binaries_only |
1056 | 2024-12-11T22:45:19.962Z | PASS [ 1.726s] integration-tests::integration test_list_host_after_build |
1057 | 2024-12-11T22:45:20.243Z | PASS [ 1.956s] integration-tests::integration test_list_target_after_build |
1058 | 2024-12-11T22:45:20.407Z | PASS [ 2.171s] integration-tests::integration test_list_full |
1059 | 2024-12-11T22:45:20.431Z | PASS [ 2.180s] integration-tests::integration test_list_full_after_build |
1060 | 2024-12-11T22:45:20.454Z | PASS [ 2.203s] integration-tests::integration test_list_default |
1061 | 2024-12-11T22:45:21.906Z | PASS [ 1.498s] integration-tests::integration test_run_from_archive_with_missing_includes |
1062 | 2024-12-11T22:45:23.732Z | PASS [ 3.292s] integration-tests::integration test_run_no_tests |
1063 | 2024-12-11T22:45:23.891Z | PASS [ 3.928s] integration-tests::integration test_run_after_build |
1064 | 2024-12-11T22:45:24.141Z | PASS [ 5.744s] integration-tests::integration test_relocated_run |
1065 | 2024-12-11T22:45:24.529Z | PASS [ 6.234s] integration-tests::integration test_list_with_default_filter |
1066 | 2024-12-11T22:45:24.989Z | PASS [ 3.082s] integration-tests::integration test_run_with_default_filter |
1067 | 2024-12-11T22:45:25.370Z | PASS [ 1.477s] integration-tests::integration test_setup_scripts_not_enabled |
1068 | 2024-12-11T22:45:25.431Z | PASS [ 1.698s] integration-tests::integration test_setup_script_error |
1069 | 2024-12-11T22:45:25.488Z | PASS [ 0.056s] integration-tests::integration test_version_info |
1070 | 2024-12-11T22:45:25.836Z | PASS [ 0.347s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1071 | 2024-12-11T22:45:25.861Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_complex_error |
1072 | 2024-12-11T22:45:25.886Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_expected_eof |
1073 | 2024-12-11T22:45:25.969Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_expected_expr |
1074 | 2024-12-11T22:45:25.993Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_and_operator |
1075 | 2024-12-11T22:45:25.993Z | PASS [ 5.697s] integration-tests::integration test_run_from_archive_with_includes |
1076 | 2024-12-11T22:45:25.993Z | PASS [ 1.418s] integration-tests::integration test_show_config_version |
1077 | 2024-12-11T22:45:25.993Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_escapes |
1078 | 2024-12-11T22:45:25.993Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_glob |
1079 | 2024-12-11T22:45:25.993Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_invalid_or_operator |
1080 | 2024-12-11T22:45:25.993Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_platform |
1081 | 2024-12-11T22:45:26.016Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_invalid_regex |
1082 | 2024-12-11T22:45:26.016Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_missing_argument |
1083 | 2024-12-11T22:45:26.016Z | PASS [ 0.026s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1084 | 2024-12-11T22:45:26.039Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_missing_close_regex |
1085 | 2024-12-11T22:45:26.040Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1086 | 2024-12-11T22:45:26.040Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_missing_parentheses |
1087 | 2024-12-11T22:45:26.063Z | PASS [ 0.038s] nextest-filtering parsing::tests::test_parse_comma |
1088 | 2024-12-11T22:45:26.063Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_difference |
1089 | 2024-12-11T22:45:26.086Z | PASS [ 0.031s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1090 | 2024-12-11T22:45:26.109Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1091 | 2024-12-11T22:45:26.109Z | PASS [ 0.034s] nextest-filtering parsing::tests::test_parse_expr_set |
1092 | 2024-12-11T22:45:26.109Z | PASS [ 0.040s] nextest-filtering parsing::tests::test_parse_expr_not |
1093 | 2024-12-11T22:45:26.132Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_union |
1094 | 2024-12-11T22:45:26.132Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1095 | 2024-12-11T22:45:26.155Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1096 | 2024-12-11T22:45:26.155Z | PASS [ 0.039s] nextest-filtering parsing::tests::test_parse_name_matcher |
1097 | 2024-12-11T22:45:26.179Z | PASS [ 0.028s] nextest-filtering parsing::tests::test_parse_set_def |
1098 | 2024-12-11T22:45:26.179Z | PASS [ 0.032s] nextest-filtering parsing::tests::test_unexpected_argument |
1099 | 2024-12-11T22:45:26.202Z | PASS [ 0.051s] nextest-filtering parsing::tests::test_parse_regex |
1100 | 2024-12-11T22:45:26.202Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_unexpected_comma |
1101 | 2024-12-11T22:45:26.225Z | PASS [ 0.033s] nextest-filtering::match test_binary_query |
1102 | 2024-12-11T22:45:26.248Z | PASS [ 0.044s] nextest-filtering::match test_expr_binary |
1103 | 2024-12-11T22:45:26.271Z | PASS [ 5.833s] integration-tests::integration test_run_from_archive_with_no_includes |
1104 | 2024-12-11T22:45:26.293Z | PASS [ 0.049s] nextest-filtering::match test_expr_binary_id_glob |
1105 | 2024-12-11T22:45:26.294Z | PASS [ 0.038s] nextest-filtering::match test_expr_deps |
1106 | 2024-12-11T22:45:26.294Z | PASS [ 0.032s] nextest-filtering::match test_expr_kind |
1107 | 2024-12-11T22:45:26.316Z | PASS [ 0.031s] nextest-filtering::match test_expr_kind_partial |
1108 | 2024-12-11T22:45:26.340Z | PASS [ 0.044s] nextest-filtering::match test_expr_package_contains |
1109 | 2024-12-11T22:45:26.340Z | PASS [ 0.051s] nextest-filtering::match test_expr_package_equal |
1110 | 2024-12-11T22:45:26.376Z | PASS [ 0.056s] nextest-filtering::match test_expr_platform |
1111 | 2024-12-11T22:45:26.399Z | PASS [ 0.065s] nextest-filtering::match test_expr_package_regex |
1112 | 2024-12-11T22:45:26.399Z | PASS [ 0.054s] nextest-filtering::match test_expr_rdeps |
1113 | 2024-12-11T22:45:26.422Z | PASS [ 0.036s] nextest-filtering::match test_expr_test |
1114 | 2024-12-11T22:45:26.422Z | PASS [ 0.247s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1115 | 2024-12-11T22:45:26.445Z | PASS [ 0.044s] nextest-filtering::match test_expr_test_difference::with_minus |
1116 | 2024-12-11T22:45:26.469Z | PASS [ 0.046s] nextest-filtering::match test_expr_test_difference::with_and_not |
1117 | 2024-12-11T22:45:26.469Z | PASS [ 0.034s] nextest-filtering::match test_expr_test_intersect::with_and |
1118 | 2024-12-11T22:45:26.492Z | PASS [ 0.027s] nextest-filtering::match test_expr_test_not |
1119 | 2024-12-11T22:45:26.493Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_union::with_or |
1120 | 2024-12-11T22:45:26.493Z | PASS [ 0.063s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1121 | 2024-12-11T22:45:26.493Z | PASS [ 0.031s] nextest-filtering::match test_expr_test_union::with_pipe |
1122 | 2024-12-11T22:45:26.516Z | PASS [ 0.021s] nextest-metadata test_list::tests::test_binary_id_ord |
1123 | 2024-12-11T22:45:26.539Z | PASS [ 0.049s] nextest-filtering::match test_expr_test_union::with_plus |
1124 | 2024-12-11T22:45:26.539Z | PASS [ 0.037s] nextest-filtering::match test_expr_with_no_matching_packages |
1125 | 2024-12-11T22:45:26.539Z | PASS [ 0.029s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1126 | 2024-12-11T22:45:26.595Z | PASS [ 0.054s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1127 | 2024-12-11T22:45:26.618Z | PASS [ 0.109s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1128 | 2024-12-11T22:45:26.618Z | PASS [ 0.063s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1129 | 2024-12-11T22:45:26.642Z | PASS [ 0.066s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1130 | 2024-12-11T22:45:26.665Z | PASS [ 0.047s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1131 | 2024-12-11T22:45:26.666Z | PASS [ 0.053s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1132 | 2024-12-11T22:45:26.666Z | PASS [ 0.036s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1133 | 2024-12-11T22:45:26.689Z | PASS [ 0.033s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1134 | 2024-12-11T22:45:26.689Z | PASS [ 0.050s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1135 | 2024-12-11T22:45:26.712Z | PASS [ 0.049s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1136 | 2024-12-11T22:45:26.712Z | PASS [ 0.043s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1137 | 2024-12-11T22:45:26.735Z | PASS [ 0.046s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1138 | 2024-12-11T22:45:27.042Z | PASS [ 0.344s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1139 | 2024-12-11T22:45:27.066Z | PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1140 | 2024-12-11T22:45:27.089Z | PASS [ 0.329s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1141 | 2024-12-11T22:45:27.120Z | PASS [ 0.414s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1142 | 2024-12-11T22:45:27.492Z | PASS [ 0.449s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1143 | 2024-12-11T22:45:27.564Z | PASS [ 0.511s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1144 | 2024-12-11T22:45:27.589Z | PASS [ 0.025s] nextest-runner config::archive::tests::test_join_rel_path |
1145 | 2024-12-11T22:45:27.613Z | PASS [ 0.480s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1146 | 2024-12-11T22:45:27.613Z | PASS [ 0.528s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1147 | 2024-12-11T22:45:27.636Z | PASS [ 0.033s] nextest-runner config::config_impl::tests::default_config_is_valid |
1148 | 2024-12-11T22:45:27.660Z | PASS [ 0.030s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1149 | 2024-12-11T22:45:27.683Z | PASS [ 0.048s] nextest-runner config::identifier::tests::test_invalid |
1150 | 2024-12-11T22:45:27.683Z | PASS [ 0.028s] nextest-runner config::identifier::tests::test_valid |
1151 | 2024-12-11T22:45:27.706Z | PASS [ 0.028s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1152 | 2024-12-11T22:45:27.730Z | PASS [ 0.039s] nextest-runner config::nextest_version::tests::test_accumulate |
1153 | 2024-12-11T22:45:27.730Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1154 | 2024-12-11T22:45:27.752Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1155 | 2024-12-11T22:45:27.775Z | PASS [ 0.026s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1156 | 2024-12-11T22:45:27.776Z | PASS [ 0.030s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1157 | 2024-12-11T22:45:27.799Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1158 | 2024-12-11T22:45:27.799Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1159 | 2024-12-11T22:45:27.822Z | PASS [ 0.024s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1160 | 2024-12-11T22:45:27.822Z | PASS [ 0.023s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1161 | 2024-12-11T22:45:27.849Z | PASS [ 0.356s] nextest-runner config::archive::tests::parse_valid |
1162 | 2024-12-11T22:45:27.994Z | PASS [ 0.393s] nextest-runner config::config_impl::tests::ignored_keys |
1163 | 2024-12-11T22:45:28.116Z | PASS [ 0.297s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1164 | 2024-12-11T22:45:28.139Z | PASS [ 0.315s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1165 | 2024-12-11T22:45:28.172Z | PASS [ 0.323s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1166 | 2024-12-11T22:45:28.315Z | PASS [ 0.320s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1167 | 2024-12-11T22:45:28.454Z | PASS [ 0.332s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1168 | 2024-12-11T22:45:28.478Z | PASS [ 3.468s] integration-tests::integration test_target_arg |
1169 | 2024-12-11T22:45:28.478Z | PASS [ 0.348s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1170 | 2024-12-11T22:45:28.542Z | PASS [ 0.369s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1171 | 2024-12-11T22:45:28.625Z | PASS [ 0.309s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1172 | 2024-12-11T22:45:28.764Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1173 | 2024-12-11T22:45:28.787Z | PASS [ 0.331s] nextest-runner config::overrides::tests::test_overrides_basic |
1174 | 2024-12-11T22:45:28.811Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1175 | 2024-12-11T22:45:28.884Z | PASS [ 0.341s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1176 | 2024-12-11T22:45:28.979Z | PASS [ 0.353s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1177 | 2024-12-11T22:45:29.095Z | PASS [ 0.331s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1178 | 2024-12-11T22:45:29.119Z | PASS [ 0.327s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1179 | 2024-12-11T22:45:29.162Z | PASS [ 0.369s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1180 | 2024-12-11T22:45:29.291Z | PASS [ 0.407s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1181 | 2024-12-11T22:45:29.347Z | PASS [ 5.204s] integration-tests::integration test_show_config_test_groups |
1182 | 2024-12-11T22:45:29.427Z | PASS [ 0.331s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1183 | 2024-12-11T22:45:29.450Z | PASS [ 0.453s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1184 | 2024-12-11T22:45:29.450Z | PASS [ 0.330s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1185 | 2024-12-11T22:45:29.475Z | PASS [ 0.312s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1186 | 2024-12-11T22:45:29.583Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1187 | 2024-12-11T22:45:29.641Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1188 | 2024-12-11T22:45:29.722Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1189 | 2024-12-11T22:45:29.745Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1190 | 2024-12-11T22:45:29.745Z | PASS [ 0.295s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1191 | 2024-12-11T22:45:29.775Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1192 | 2024-12-11T22:45:29.885Z | PASS [ 0.301s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1193 | 2024-12-11T22:45:29.946Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1194 | 2024-12-11T22:45:30.022Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1195 | 2024-12-11T22:45:30.046Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1196 | 2024-12-11T22:45:30.046Z | PASS [ 0.297s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1197 | 2024-12-11T22:45:30.076Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1198 | 2024-12-11T22:45:30.192Z | PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1199 | 2024-12-11T22:45:30.242Z | PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1200 | 2024-12-11T22:45:30.316Z | PASS [ 0.293s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1201 | 2024-12-11T22:45:30.339Z | PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1202 | 2024-12-11T22:45:30.339Z | PASS [ 0.296s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1203 | 2024-12-11T22:45:30.384Z | PASS [ 0.307s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1204 | 2024-12-11T22:45:30.480Z | PASS [ 0.288s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1205 | 2024-12-11T22:45:30.535Z | PASS [ 0.292s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1206 | 2024-12-11T22:45:30.632Z | PASS [ 0.310s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1207 | 2024-12-11T22:45:30.655Z | PASS [ 0.322s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1208 | 2024-12-11T22:45:30.678Z | PASS [ 0.321s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1209 | 2024-12-11T22:45:30.702Z | PASS [ 0.304s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1210 | 2024-12-11T22:45:30.785Z | PASS [ 0.305s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1211 | 2024-12-11T22:45:30.852Z | PASS [ 0.316s] nextest-runner config::scripts::tests::test_scripts_basic |
1212 | 2024-12-11T22:45:30.956Z | PASS [ 0.315s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1213 | 2024-12-11T22:45:30.983Z | PASS [ 0.328s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1214 | 2024-12-11T22:45:30.983Z | PASS [ 0.310s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1215 | 2024-12-11T22:45:31.005Z | PASS [ 0.314s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1216 | 2024-12-11T22:45:31.093Z | PASS [ 0.307s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1217 | 2024-12-11T22:45:31.153Z | PASS [ 0.300s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1218 | 2024-12-11T22:45:31.289Z | PASS [ 0.305s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1219 | 2024-12-11T22:45:31.289Z | PASS [ 0.300s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1220 | 2024-12-11T22:45:31.289Z | PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1221 | 2024-12-11T22:45:31.313Z | PASS [ 0.295s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1222 | 2024-12-11T22:45:31.402Z | PASS [ 0.308s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1223 | 2024-12-11T22:45:31.440Z | PASS [ 6.069s] integration-tests::integration test_target_dir |
1224 | 2024-12-11T22:45:31.467Z | PASS [ 0.313s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1225 | 2024-12-11T22:45:31.595Z | PASS [ 0.327s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1226 | 2024-12-11T22:45:31.618Z | PASS [ 0.328s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1227 | 2024-12-11T22:45:31.618Z | PASS [ 0.309s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1228 | 2024-12-11T22:45:31.618Z | PASS [ 0.342s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1229 | 2024-12-11T22:45:31.723Z | PASS [ 0.320s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1230 | 2024-12-11T22:45:31.758Z | PASS [ 0.317s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1231 | 2024-12-11T22:45:31.781Z | PASS [ 0.309s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1232 | 2024-12-11T22:45:31.899Z | PASS [ 0.303s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1233 | 2024-12-11T22:45:31.923Z | PASS [ 0.302s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1234 | 2024-12-11T22:45:31.923Z | PASS [ 0.303s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1235 | 2024-12-11T22:45:31.923Z | PASS [ 0.302s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1236 | 2024-12-11T22:45:32.034Z | PASS [ 0.311s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1237 | 2024-12-11T22:45:32.078Z | PASS [ 0.302s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1238 | 2024-12-11T22:45:32.102Z | PASS [ 0.326s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1239 | 2024-12-11T22:45:32.219Z | PASS [ 0.314s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1240 | 2024-12-11T22:45:32.251Z | PASS [ 0.310s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1241 | 2024-12-11T22:45:32.251Z | PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1242 | 2024-12-11T22:45:32.251Z | PASS [ 0.331s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1243 | 2024-12-11T22:45:32.251Z | PASS [ 0.023s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1244 | 2024-12-11T22:45:32.275Z | PASS [ 0.024s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1245 | 2024-12-11T22:45:32.298Z | PASS [ 0.022s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1246 | 2024-12-11T22:45:32.298Z | PASS [ 0.068s] nextest-runner errors::tests::display_error_chain |
1247 | 2024-12-11T22:45:32.322Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1248 | 2024-12-11T22:45:32.322Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1249 | 2024-12-11T22:45:32.345Z | PASS [ 0.094s] nextest-runner errors::tests::display_error_list |
1250 | 2024-12-11T22:45:32.345Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1251 | 2024-12-11T22:45:32.368Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1252 | 2024-12-11T22:45:32.368Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1253 | 2024-12-11T22:45:32.368Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1254 | 2024-12-11T22:45:32.391Z | PASS [ 0.032s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1255 | 2024-12-11T22:45:32.391Z | PASS [ 0.027s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1256 | 2024-12-11T22:45:32.391Z | PASS [ 0.023s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1257 | 2024-12-11T22:45:32.415Z | PASS [ 0.318s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1258 | 2024-12-11T22:45:32.438Z | PASS [ 0.034s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1259 | 2024-12-11T22:45:32.438Z | PASS [ 0.034s] nextest-runner list::test_list::tests::test_parse_test_list |
1260 | 2024-12-11T22:45:32.438Z | PASS [ 0.034s] nextest-runner partition::tests::partitioner_builder_from_str |
1261 | 2024-12-11T22:45:32.438Z | PASS [ 0.030s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1262 | 2024-12-11T22:45:32.462Z | PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1263 | 2024-12-11T22:45:32.462Z | PASS [ 0.407s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1264 | 2024-12-11T22:45:32.462Z | PASS [ 0.024s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1265 | 2024-12-11T22:45:32.462Z | PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1266 | 2024-12-11T22:45:32.462Z | PASS [ 0.374s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1267 | 2024-12-11T22:45:32.485Z | PASS [ 0.026s] nextest-runner redact::tests::test_redact_path |
1268 | 2024-12-11T22:45:32.485Z | PASS [ 0.033s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1269 | 2024-12-11T22:45:32.485Z | PASS [ 0.033s] nextest-runner reporter::displayer::tests::no_capture_settings |
1270 | 2024-12-11T22:45:32.509Z | PASS [ 0.039s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1271 | 2024-12-11T22:45:32.509Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1272 | 2024-12-11T22:45:32.532Z | PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1273 | 2024-12-11T22:45:32.532Z | PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1274 | 2024-12-11T22:45:32.532Z | PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1275 | 2024-12-11T22:45:32.532Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1276 | 2024-12-11T22:45:32.532Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1277 | 2024-12-11T22:45:32.555Z | PASS [ 0.024s] nextest-runner reporter::displayer::tests::test_final_warnings |
1278 | 2024-12-11T22:45:32.555Z | PASS [ 0.035s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1279 | 2024-12-11T22:45:32.555Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1280 | 2024-12-11T22:45:32.579Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1281 | 2024-12-11T22:45:32.579Z | PASS [ 0.050s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1282 | 2024-12-11T22:45:32.579Z | PASS [ 0.025s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1283 | 2024-12-11T22:45:32.604Z | PASS [ 0.033s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1284 | 2024-12-11T22:45:32.604Z | PASS [ 0.025s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1285 | 2024-12-11T22:45:32.604Z | PASS [ 0.029s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1286 | 2024-12-11T22:45:32.604Z | PASS [ 0.024s] nextest-runner reporter::events::tests::test_is_success |
1287 | 2024-12-11T22:45:32.627Z | PASS [ 0.378s] nextest-runner config::tool_config::tests::tool_config_basic |
1288 | 2024-12-11T22:45:32.627Z | PASS [ 0.024s] nextest-runner reporter::helpers::tests::test_highlight_end |
1289 | 2024-12-11T22:45:32.627Z | PASS [ 0.090s] nextest-runner reporter::displayer::tests::test_info_response |
1290 | 2024-12-11T22:45:32.627Z | PASS [ 0.069s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1291 | 2024-12-11T22:45:32.651Z | PASS [ 0.023s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1292 | 2024-12-11T22:45:32.651Z | PASS [ 0.023s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1293 | 2024-12-11T22:45:32.651Z | PASS [ 0.025s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1294 | 2024-12-11T22:45:32.675Z | PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1295 | 2024-12-11T22:45:32.675Z | PASS [ 0.074s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1296 | 2024-12-11T22:45:32.675Z | PASS [ 0.032s] nextest-runner runner::imp::tests::no_capture_settings |
1297 | 2024-12-11T22:45:32.675Z | PASS [ 0.066s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1298 | 2024-12-11T22:45:32.675Z | PASS [ 0.068s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1299 | 2024-12-11T22:45:32.698Z | PASS [ 0.029s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1300 | 2024-12-11T22:45:32.698Z | PASS [ 0.025s] nextest-runner test_command::tests::parse_build_script |
1301 | 2024-12-11T22:45:32.721Z | PASS [ 0.034s] nextest-runner target_runner::tests::test_find_config |
1302 | 2024-12-11T22:45:32.721Z | PASS [ 0.024s] nextest-runner test_filter::tests::empty_pattern_examples |
1303 | 2024-12-11T22:45:32.721Z | PASS [ 0.025s] nextest-runner test_filter::tests::pattern_examples |
1304 | 2024-12-11T22:45:32.784Z | PASS [ 0.123s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1305 | 2024-12-11T22:45:32.809Z | PASS [ 0.115s] nextest-runner test_filter::tests::proptest_empty |
1306 | 2024-12-11T22:45:32.833Z | PASS [ 0.030s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1307 | 2024-12-11T22:45:32.833Z | PASS [ 0.161s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1308 | 2024-12-11T22:45:32.910Z | PASS [ 0.200s] nextest-runner test_filter::tests::proptest_no_match |
1309 | 2024-12-11T22:45:32.933Z | PASS [ 0.293s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1310 | 2024-12-11T22:45:33.208Z | PASS [ 0.504s] nextest-runner test_filter::tests::proptest_exact |
1311 | 2024-12-11T22:45:33.399Z | PASS [ 0.582s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1312 | 2024-12-11T22:45:33.505Z | PASS [ 0.795s] nextest-runner test_filter::tests::proptest_substring |
1313 | 2024-12-11T22:45:34.338Z | PASS [ 1.527s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1314 | 2024-12-11T22:45:34.401Z | PASS [ 14.581s] integration-tests::integration test_run |
1315 | 2024-12-11T22:45:34.632Z | PASS [ 1.698s] nextest-runner::integration basic::test_list_binaries |
1316 | 2024-12-11T22:45:34.894Z | PASS [ 2.062s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1317 | 2024-12-11T22:45:34.936Z | PASS [ 1.727s] nextest-runner::integration basic::test_list_tests |
1318 | 2024-12-11T22:45:34.959Z | PASS [ 2.032s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1319 | 2024-12-11T22:45:34.982Z | PASS [ 0.030s] nextest-runner::integration target_runner::disregards_non_matching |
1320 | 2024-12-11T22:45:35.005Z | PASS [ 0.027s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1321 | 2024-12-11T22:45:35.028Z | PASS [ 0.026s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1322 | 2024-12-11T22:45:35.113Z | PASS [ 0.702s] nextest-runner::integration basic::test_run_ignored |
1323 | 2024-12-11T22:45:35.140Z | PASS [ 0.507s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1324 | 2024-12-11T22:45:35.430Z | PASS [ 0.486s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1325 | 2024-12-11T22:45:35.459Z | PASS [ 0.028s] nextest-runner::integration target_triple::parses_cargo_env |
1326 | 2024-12-11T22:45:35.490Z | PASS [ 0.030s] nextest-runner::integration target_triple::parses_custom_target_cli |
1327 | 2024-12-11T22:45:35.522Z | PASS [ 0.029s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1328 | 2024-12-11T22:45:35.548Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1329 | 2024-12-11T22:45:35.576Z | PASS [ 0.027s] nextest-runner::integration target_triple::parses_custom_target_env |
1330 | 2024-12-11T22:45:35.602Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1331 | 2024-12-11T22:45:35.625Z | PASS [ 0.601s] nextest-runner::integration target_runner::parses_cargo_env |
1332 | 2024-12-11T22:45:35.648Z | PASS [ 0.026s] nextest-runner::integration target_triple::parses_target_cli_option |
1333 | 2024-12-11T22:45:35.791Z | PASS [ 0.678s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1334 | 2024-12-11T22:45:36.170Z | PASS [ 1.832s] nextest-runner::integration basic::test_run |
1335 | 2024-12-11T22:45:36.710Z | PASS [ 1.570s] nextest-runner::integration target_runner::test_run_with_target_runner |
1336 | 2024-12-11T22:45:37.464Z | PASS [ 2.570s] nextest-runner::integration basic::test_termination |
1337 | 2024-12-11T22:45:38.303Z | PASS [ 4.797s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1338 | 2024-12-11T22:45:38.362Z | PASS [ 4.963s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1339 | 2024-12-11T22:45:38.385Z | ──────────── |
1340 | 2024-12-11T22:45:38.386Z | Summary [ 22.920s] 287 tests run: 287 passed, 2 skipped |
1341 | 2024-12-11T22:45:38.409Z | |
1342 | 2024-12-11T22:45:38.409Z | real 24.460262218 |
1343 | 2024-12-11T22:45:38.409Z | user 1:06.481188837 |
1344 | 2024-12-11T22:45:38.409Z | sys 1:10.037522706 |
1345 | 2024-12-11T22:45:38.409Z | trap 0.107972069 |
1346 | 2024-12-11T22:45:38.409Z | tflt 0.055145475 |
1347 | 2024-12-11T22:45:38.409Z | dflt 0.286353197 |
1348 | 2024-12-11T22:45:38.409Z | kflt 0.003605285 |
1349 | 2024-12-11T22:45:38.409Z | lock 12:05.478463559 |
1350 | 2024-12-11T22:45:38.409Z | slp 5:57.054731283 |
1351 | 2024-12-11T22:45:38.410Z | lat 1:24.482504032 |
1352 | 2024-12-11T22:45:38.410Z | stop 2:13.436487200 |
1353 | 2024-12-11T22:45:38.410Z | + banner release |
1354 | 2024-12-11T22:45:38.410Z | |
1355 | 2024-12-11T22:45:38.410Z | ##### ###### # ###### ## #### ###### |
1356 | 2024-12-11T22:45:38.410Z | # # # # # # # # # |
1357 | 2024-12-11T22:45:38.410Z | # # ##### # ##### # # #### ##### |
1358 | 2024-12-11T22:45:38.410Z | ##### # # # ###### # # |
1359 | 2024-12-11T22:45:38.410Z | # # # # # # # # # # |
1360 | 2024-12-11T22:45:38.410Z | # # ###### ###### ###### # # #### ###### |
1361 | 2024-12-11T22:45:38.410Z | |
1362 | 2024-12-11T22:45:38.410Z | + ptime -m cargo nextest run --profile ci |
1363 | 2024-12-11T22:45:38.979Z | info: experimental features enabled: setup-scripts |
1364 | 2024-12-11T22:45:39.002Z | warning: ignoring unknown configuration keys in config file /work/nextest-rs/nextest/.config/nextest.toml: profile.default.overrides.1.run-extra-args |
1365 | 2024-12-11T22:45:39.302Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s |
1366 | 2024-12-11T22:45:39.508Z | ------------ |
1367 | 2024-12-11T22:45:39.508Z | Nextest run ID 74c35542-32ff-4602-b3a4-2863a1540411 with nextest profile: ci |
1368 | 2024-12-11T22:45:39.508Z | Starting 287 tests across 15 binaries (2 tests skipped) |
1369 | 2024-12-11T22:45:39.531Z | SETUP [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1370 | 2024-12-11T22:45:39.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s |
1371 | 2024-12-11T22:45:39.897Z | Running `target/debug/build-seed-archive` |
1372 | 2024-12-11T22:45:40.309Z | info: unable to find seed archive /tmp/nextest-tests-seed-build/seed-27686e954998971e736190696b5c4b170c4422926d4ce561ea3ca55b7fce165a.tar.zst, building |
1373 | 2024-12-11T22:45:42.778Z | info: created new seed archive: /tmp/nextest-tests-seed-build/seed-27686e954998971e736190696b5c4b170c4422926d4ce561ea3ca55b7fce165a.tar.zst |
1374 | 2024-12-11T22:45:42.802Z | SETUP PASS [ 1/1] build-seed-archive: cargo run --bin build-seed-archive |
1375 | 2024-12-11T22:45:42.835Z | PASS [ 0.029s] integration-tests::custom-harness thread_count::test_multi_threaded |
1376 | 2024-12-11T22:45:42.859Z | PASS [ 0.040s] cargo-nextest dispatch::tests::test_test_binary_argument_parsing |
1377 | 2024-12-11T22:45:42.929Z | PASS [ 0.141s] cargo-nextest dispatch::tests::test_argument_parsing |
1378 | 2024-12-11T22:45:44.350Z | PASS [ 1.538s] integration-tests::integration test_list_binaries_only |
1379 | 2024-12-11T22:45:44.614Z | PASS [ 1.788s] integration-tests::integration test_list_host_after_build |
1380 | 2024-12-11T22:45:44.918Z | PASS [ 2.088s] integration-tests::integration test_list_target_after_build |
1381 | 2024-12-11T22:45:44.946Z | PASS [ 2.116s] integration-tests::integration test_list_default |
1382 | 2024-12-11T22:45:44.946Z | PASS [ 2.121s] integration-tests::integration test_list_full |
1383 | 2024-12-11T22:45:44.998Z | PASS [ 2.178s] integration-tests::integration test_list_full_after_build |
1384 | 2024-12-11T22:45:46.537Z | PASS [ 1.611s] integration-tests::integration test_run_from_archive_with_missing_includes |
1385 | 2024-12-11T22:45:47.708Z | PASS [ 2.710s] integration-tests::integration test_run_no_tests |
1386 | 2024-12-11T22:45:48.453Z | PASS [ 5.523s] integration-tests::integration test_relocated_run |
1387 | 2024-12-11T22:45:48.556Z | PASS [ 5.721s] integration-tests::integration test_list_with_default_filter |
1388 | 2024-12-11T22:45:48.690Z | PASS [ 4.076s] integration-tests::integration test_run_after_build |
1389 | 2024-12-11T22:45:49.387Z | PASS [ 1.679s] integration-tests::integration test_setup_script_error |
1390 | 2024-12-11T22:45:49.626Z | PASS [ 3.089s] integration-tests::integration test_run_with_default_filter |
1391 | 2024-12-11T22:45:49.930Z | PASS [ 1.476s] integration-tests::integration test_setup_scripts_not_enabled |
1392 | 2024-12-11T22:45:49.983Z | PASS [ 0.053s] integration-tests::integration test_version_info |
1393 | 2024-12-11T22:45:50.437Z | PASS [ 0.454s] nextest-filtering parsing::tests::proptest_expr_roundtrip |
1394 | 2024-12-11T22:45:50.460Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_complex_error |
1395 | 2024-12-11T22:45:50.484Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_expected_eof |
1396 | 2024-12-11T22:45:50.507Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_expected_expr |
1397 | 2024-12-11T22:45:50.530Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_invalid_and_operator |
1398 | 2024-12-11T22:45:50.553Z | PASS [ 1.837s] integration-tests::integration test_show_config_version |
1399 | 2024-12-11T22:45:50.553Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_invalid_escapes |
1400 | 2024-12-11T22:45:50.553Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_invalid_glob |
1401 | 2024-12-11T22:45:50.578Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_or_operator |
1402 | 2024-12-11T22:45:50.578Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_invalid_platform |
1403 | 2024-12-11T22:45:50.578Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_invalid_regex |
1404 | 2024-12-11T22:45:50.601Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_argument |
1405 | 2024-12-11T22:45:50.601Z | PASS [ 0.018s] nextest-filtering parsing::tests::test_missing_close_parentheses |
1406 | 2024-12-11T22:45:50.624Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_missing_close_regex |
1407 | 2024-12-11T22:45:50.624Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_missing_open_parentheses |
1408 | 2024-12-11T22:45:50.647Z | PASS [ 0.024s] nextest-filtering parsing::tests::test_missing_parentheses |
1409 | 2024-12-11T22:45:50.647Z | PASS [ 0.029s] nextest-filtering parsing::tests::test_parse_comma |
1410 | 2024-12-11T22:45:50.670Z | PASS [ 0.023s] nextest-filtering parsing::tests::test_parse_expr_difference |
1411 | 2024-12-11T22:45:50.694Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_intersection |
1412 | 2024-12-11T22:45:50.694Z | PASS [ 0.025s] nextest-filtering parsing::tests::test_parse_expr_not |
1413 | 2024-12-11T22:45:50.694Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_expr_precedence |
1414 | 2024-12-11T22:45:50.717Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_parse_expr_set |
1415 | 2024-12-11T22:45:50.740Z | PASS [ 0.020s] nextest-filtering parsing::tests::test_parse_expr_union |
1416 | 2024-12-11T22:45:50.740Z | PASS [ 0.027s] nextest-filtering parsing::tests::test_parse_glob_matcher |
1417 | 2024-12-11T22:45:50.740Z | PASS [ 0.036s] nextest-filtering parsing::tests::test_parse_name_matcher |
1418 | 2024-12-11T22:45:50.763Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_parse_name_matcher_quote |
1419 | 2024-12-11T22:45:50.786Z | PASS [ 0.022s] nextest-filtering parsing::tests::test_parse_set_def |
1420 | 2024-12-11T22:45:50.786Z | PASS [ 0.039s] nextest-filtering parsing::tests::test_parse_regex |
1421 | 2024-12-11T22:45:50.810Z | PASS [ 0.019s] nextest-filtering parsing::tests::test_unexpected_argument |
1422 | 2024-12-11T22:45:50.810Z | PASS [ 0.021s] nextest-filtering parsing::tests::test_unexpected_comma |
1423 | 2024-12-11T22:45:50.834Z | PASS [ 0.030s] nextest-filtering::match test_binary_query |
1424 | 2024-12-11T22:45:50.864Z | PASS [ 0.022s] nextest-filtering::match test_expr_binary |
1425 | 2024-12-11T22:45:50.887Z | PASS [ 0.029s] nextest-filtering::match test_expr_binary_id_glob |
1426 | 2024-12-11T22:45:50.909Z | PASS [ 0.020s] nextest-filtering::match test_expr_deps |
1427 | 2024-12-11T22:45:50.933Z | PASS [ 0.019s] nextest-filtering::match test_expr_kind |
1428 | 2024-12-11T22:45:50.956Z | PASS [ 0.029s] nextest-filtering::match test_expr_kind_partial |
1429 | 2024-12-11T22:45:50.981Z | PASS [ 0.187s] nextest-filtering proptest_helpers::tests::proptest_regex_valid |
1430 | 2024-12-11T22:45:51.006Z | PASS [ 0.038s] nextest-filtering::match test_expr_package_contains |
1431 | 2024-12-11T22:45:51.029Z | PASS [ 0.039s] nextest-filtering::match test_expr_package_equal |
1432 | 2024-12-11T22:45:51.029Z | PASS [ 0.033s] nextest-filtering::match test_expr_package_regex |
1433 | 2024-12-11T22:45:51.052Z | PASS [ 0.022s] nextest-filtering::match test_expr_platform |
1434 | 2024-12-11T22:45:51.075Z | PASS [ 0.031s] nextest-filtering::match test_expr_rdeps |
1435 | 2024-12-11T22:45:51.145Z | PASS [ 0.028s] nextest-filtering::match test_expr_test |
1436 | 2024-12-11T22:45:51.145Z | PASS [ 0.037s] nextest-filtering::match test_expr_test_difference::with_and_not |
1437 | 2024-12-11T22:45:51.145Z | PASS [ 0.051s] nextest-filtering::match test_expr_test_difference::with_minus |
1438 | 2024-12-11T22:45:51.145Z | PASS [ 6.202s] integration-tests::integration test_run_from_archive_with_includes |
1439 | 2024-12-11T22:45:51.170Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_ampersand |
1440 | 2024-12-11T22:45:51.170Z | PASS [ 0.026s] nextest-filtering::match test_expr_test_intersect::with_and |
1441 | 2024-12-11T22:45:51.170Z | PASS [ 0.024s] nextest-filtering::match test_expr_test_not |
1442 | 2024-12-11T22:45:51.170Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_or |
1443 | 2024-12-11T22:45:51.170Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_pipe |
1444 | 2024-12-11T22:45:51.194Z | PASS [ 0.021s] nextest-filtering::match test_expr_test_union::with_plus |
1445 | 2024-12-11T22:45:51.194Z | PASS [ 0.021s] nextest-filtering::match test_expr_with_no_matching_packages |
1446 | 2024-12-11T22:45:51.194Z | PASS [ 0.020s] nextest-metadata test_list::tests::test_binary_id_ord |
1447 | 2024-12-11T22:45:51.194Z | PASS [ 0.016s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::no_target_platform |
1448 | 2024-12-11T22:45:51.217Z | PASS [ 0.017s] nextest-metadata test_list::tests::test_deserialize_old_rust_build_meta::single_target_platform_specified |
1449 | 2024-12-11T22:45:51.217Z | PASS [ 0.020s] nextest-runner cargo_config::custom_platform::tests::test_extracted_custom_platform |
1450 | 2024-12-11T22:45:51.217Z | PASS [ 0.021s] nextest-runner cargo_config::discovery::tests::test_cli_kv_accepted |
1451 | 2024-12-11T22:45:51.240Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::empty_input |
1452 | 2024-12-11T22:45:51.289Z | PASS [ 0.020s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_array_of_tables |
1453 | 2024-12-11T22:45:51.289Z | PASS [ 0.019s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_after |
1454 | 2024-12-11T22:45:51.289Z | PASS [ 0.018s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_comments_before |
1455 | 2024-12-11T22:45:51.289Z | PASS [ 0.017s] nextest-runner cargo_config::discovery::tests::test_invalid_cli_config_reason::no_inline_table_value |
1456 | 2024-12-11T22:45:51.289Z | PASS [ 0.021s] nextest-runner cargo_config::env::tests::test_cli_env_var_relative |
1457 | 2024-12-11T22:45:51.289Z | PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_env_var_precedence |
1458 | 2024-12-11T22:45:51.289Z | PASS [ 0.022s] nextest-runner cargo_config::env::tests::test_relative_dir_for_unix |
1459 | 2024-12-11T22:45:51.289Z | PASS [ 6.331s] integration-tests::integration test_run_from_archive_with_no_includes |
1460 | 2024-12-11T22:45:51.289Z | PASS [ 0.028s] nextest-runner cargo_config::target_triple::tests::test_find_target_triple |
1461 | 2024-12-11T22:45:51.574Z | PASS [ 0.296s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing_type |
1462 | 2024-12-11T22:45:51.643Z | PASS [ 0.321s] nextest-runner config::archive::tests::parse_invalid::absolute_path |
1463 | 2024-12-11T22:45:51.698Z | PASS [ 0.369s] nextest-runner config::archive::tests::parse_invalid::invalid_relative_to |
1464 | 2024-12-11T22:45:51.744Z | PASS [ 0.437s] nextest-runner config::archive::tests::parse_invalid::invalid_on_missing |
1465 | 2024-12-11T22:45:52.033Z | PASS [ 0.381s] nextest-runner config::archive::tests::parse_invalid::negative_depth |
1466 | 2024-12-11T22:45:52.057Z | PASS [ 0.353s] nextest-runner config::archive::tests::parse_invalid::parent_component |
1467 | 2024-12-11T22:45:52.081Z | PASS [ 0.017s] nextest-runner config::archive::tests::test_join_rel_path |
1468 | 2024-12-11T22:45:52.104Z | PASS [ 0.508s] nextest-runner config::archive::tests::parse_invalid::missing_relative_to |
1469 | 2024-12-11T22:45:52.133Z | PASS [ 0.025s] nextest-runner config::config_impl::tests::default_config_is_valid |
1470 | 2024-12-11T22:45:52.194Z | PASS [ 0.040s] nextest-runner config::helpers::tests::test_deserialize_relative_path |
1471 | 2024-12-11T22:45:52.194Z | PASS [ 0.573s] nextest-runner config::archive::tests::parse_invalid::missing_list |
1472 | 2024-12-11T22:45:52.231Z | PASS [ 0.028s] nextest-runner config::identifier::tests::test_valid |
1473 | 2024-12-11T22:45:52.255Z | PASS [ 0.086s] nextest-runner config::identifier::tests::test_invalid |
1474 | 2024-12-11T22:45:52.255Z | PASS [ 0.048s] nextest-runner config::max_fail::tests::maxfail_builder_from_str |
1475 | 2024-12-11T22:45:52.255Z | PASS [ 0.027s] nextest-runner config::nextest_version::tests::test_accumulate |
1476 | 2024-12-11T22:45:52.277Z | PASS [ 0.018s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::build_metadata |
1477 | 2024-12-11T22:45:52.337Z | PASS [ 0.022s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::empty |
1478 | 2024-12-11T22:45:52.337Z | PASS [ 0.031s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::error_greater_than_warning |
1479 | 2024-12-11T22:45:52.360Z | PASS [ 0.036s] nextest-runner config::nextest_version::tests::test_invalid_nextest_version::pre_release |
1480 | 2024-12-11T22:45:52.360Z | PASS [ 0.051s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic |
1481 | 2024-12-11T22:45:52.383Z | PASS [ 0.046s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::basic_with_patch |
1482 | 2024-12-11T22:45:52.414Z | PASS [ 0.025s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_error_and_warning |
1483 | 2024-12-11T22:45:52.414Z | PASS [ 0.033s] nextest-runner config::nextest_version::tests::test_valid_nextest_version::with_warning |
1484 | 2024-12-11T22:45:52.414Z | PASS [ 0.360s] nextest-runner config::archive::tests::parse_valid |
1485 | 2024-12-11T22:45:52.485Z | PASS [ 0.383s] nextest-runner config::config_impl::tests::ignored_keys |
1486 | 2024-12-11T22:45:52.698Z | PASS [ 0.305s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified_with_platform |
1487 | 2024-12-11T22:45:52.723Z | PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::both_filter_and_default_filter_specified |
1488 | 2024-12-11T22:45:52.746Z | PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_with_default |
1489 | 2024-12-11T22:45:52.797Z | PASS [ 0.325s] nextest-runner config::overrides::tests::parse_overrides_invalid::default_filter_without_platform |
1490 | 2024-12-11T22:45:53.046Z | PASS [ 0.350s] nextest-runner config::overrides::tests::parse_overrides_invalid::empty_platform_map |
1491 | 2024-12-11T22:45:53.069Z | PASS [ 0.357s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_filterset |
1492 | 2024-12-11T22:45:53.069Z | PASS [ 0.337s] nextest-runner config::overrides::tests::parse_overrides_invalid::invalid_platform_expression |
1493 | 2024-12-11T22:45:53.094Z | PASS [ 3.707s] integration-tests::integration test_target_arg |
1494 | 2024-12-11T22:45:53.148Z | PASS [ 0.352s] nextest-runner config::overrides::tests::parse_overrides_invalid::neither_platform_nor_filter_specified |
1495 | 2024-12-11T22:45:53.423Z | PASS [ 0.375s] nextest-runner config::overrides::tests::test_overrides_basic |
1496 | 2024-12-11T22:45:53.447Z | PASS [ 0.363s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_host_triple |
1497 | 2024-12-11T22:45:53.447Z | PASS [ 0.364s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_cfg_expr |
1498 | 2024-12-11T22:45:53.470Z | PASS [ 0.372s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_applied_because_it_matches_target_triple |
1499 | 2024-12-11T22:45:53.494Z | PASS [ 0.338s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_host_triple |
1500 | 2024-12-11T22:45:53.717Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_cfg_expr |
1501 | 2024-12-11T22:45:53.744Z | PASS [ 0.300s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_config_ignored_because_it_doesn_t_match_target_triple |
1502 | 2024-12-11T22:45:53.767Z | PASS [ 0.318s] nextest-runner config::retry_policy::tests::overrides_retries::earlier_configs_override_later_ones |
1503 | 2024-12-11T22:45:53.790Z | PASS [ 0.309s] nextest-runner config::retry_policy::tests::overrides_retries::my_test_matches_exactly |
1504 | 2024-12-11T22:45:53.814Z | PASS [ 0.305s] nextest-runner config::retry_policy::tests::overrides_retries::no_overrides_match_my_test_exactly |
1505 | 2024-12-11T22:45:53.908Z | PASS [ 5.353s] integration-tests::integration test_show_config_test_groups |
1506 | 2024-12-11T22:45:54.020Z | PASS [ 0.302s] nextest-runner config::retry_policy::tests::overrides_retries::no_retries_specified |
1507 | 2024-12-11T22:45:54.043Z | PASS [ 0.296s] nextest-runner config::retry_policy::tests::overrides_retries::not_match |
1508 | 2024-12-11T22:45:54.066Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::overrides_retries::profile_specific_configs_override_default_ones |
1509 | 2024-12-11T22:45:54.066Z | PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::delay_is_not_a_valid_duration |
1510 | 2024-12-11T22:45:54.090Z | PASS [ 0.285s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_count |
1511 | 2024-12-11T22:45:54.200Z | PASS [ 0.291s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_delay |
1512 | 2024-12-11T22:45:54.318Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_have_a_non_zero_max_delay |
1513 | 2024-12-11T22:45:54.341Z | PASS [ 0.298s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_count |
1514 | 2024-12-11T22:45:54.341Z | PASS [ 0.290s] nextest-runner config::retry_policy::tests::parse_retries_invalid::exponential_backoff_must_specify_delay |
1515 | 2024-12-11T22:45:54.364Z | PASS [ 0.287s] nextest-runner config::retry_policy::tests::parse_retries_invalid::fixed_specified_without_count |
1516 | 2024-12-11T22:45:54.388Z | PASS [ 0.304s] nextest-runner config::retry_policy::tests::parse_retries_invalid::invalid_value_for_backoff |
1517 | 2024-12-11T22:45:54.513Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::jitter_specified_without_delay |
1518 | 2024-12-11T22:45:54.611Z | PASS [ 0.294s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_greater_than_delay |
1519 | 2024-12-11T22:45:54.634Z | PASS [ 0.293s] nextest-runner config::retry_policy::tests::parse_retries_invalid::max_delay_is_incompatible_with_fixed_backoff |
1520 | 2024-12-11T22:45:54.657Z | PASS [ 0.299s] nextest-runner config::retry_policy::tests::parse_retries_valid |
1521 | 2024-12-11T22:45:54.658Z | PASS [ 0.306s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::empty_platform_map |
1522 | 2024-12-11T22:45:54.681Z | PASS [ 0.301s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_filterset |
1523 | 2024-12-11T22:45:54.807Z | PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::invalid_platform_expression |
1524 | 2024-12-11T22:45:54.937Z | PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined::tool_config_in_main_program |
1525 | 2024-12-11T22:45:54.961Z | PASS [ 0.332s] nextest-runner config::scripts::tests::parse_scripts_invalid_compile::neither_platform_nor_filter_specified |
1526 | 2024-12-11T22:45:54.961Z | PASS [ 0.308s] nextest-runner config::scripts::tests::parse_scripts_invalid_defined_by_tool::non_tool_config_in_tool |
1527 | 2024-12-11T22:45:54.985Z | PASS [ 0.309s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command |
1528 | 2024-12-11T22:45:55.008Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::empty_command_list |
1529 | 2024-12-11T22:45:55.117Z | PASS [ 0.314s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_script_name |
1530 | 2024-12-11T22:45:55.262Z | PASS [ 0.325s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::invalid_tool_script_name |
1531 | 2024-12-11T22:45:55.285Z | PASS [ 0.316s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::slow_timeout_is_not_a_duration |
1532 | 2024-12-11T22:45:55.285Z | PASS [ 0.333s] nextest-runner config::scripts::tests::parse_scripts_invalid_deserialize::missing_command |
1533 | 2024-12-11T22:45:55.285Z | PASS [ 0.320s] nextest-runner config::scripts::tests::parse_scripts_invalid_unknown::unknown_scripts |
1534 | 2024-12-11T22:45:55.312Z | PASS [ 0.301s] nextest-runner config::scripts::tests::test_scripts_basic |
1535 | 2024-12-11T22:45:55.442Z | PASS [ 0.321s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::adds_a_custom_profile_ci_ |
1536 | 2024-12-11T22:45:55.466Z | PASS [ 5.829s] integration-tests::integration test_target_dir |
1537 | 2024-12-11T22:45:55.579Z | PASS [ 0.316s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::ci_profile_uses_string_notation |
1538 | 2024-12-11T22:45:55.602Z | PASS [ 0.318s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::overrides_the_default_profile |
1539 | 2024-12-11T22:45:55.626Z | PASS [ 0.321s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_slow_timeout_table_should_error |
1540 | 2024-12-11T22:45:55.626Z | PASS [ 0.341s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::empty_config_is_expected_to_use_the_hardcoded_values |
1541 | 2024-12-11T22:45:55.626Z | PASS [ 0.313s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::partial_table |
1542 | 2024-12-11T22:45:55.755Z | PASS [ 0.308s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::timeout_grace_period |
1543 | 2024-12-11T22:45:55.778Z | PASS [ 0.297s] nextest-runner config::slow_timeout::tests::slowtimeout_adheres_to_hierarchy::zero_terminate_after_should_fail |
1544 | 2024-12-11T22:45:55.892Z | PASS [ 0.310s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_ |
1545 | 2024-12-11T22:45:55.915Z | PASS [ 0.300s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_is_global |
1546 | 2024-12-11T22:45:55.938Z | PASS [ 0.316s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_doesn_t_start_with_tool_name |
1547 | 2024-12-11T22:45:55.938Z | PASS [ 0.301s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_missing_suffix_colon |
1548 | 2024-12-11T22:45:55.960Z | PASS [ 0.318s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_starts_with_ |
1549 | 2024-12-11T22:45:56.050Z | PASS [ 0.301s] nextest-runner config::test_group::tests::tool_config_define_groups::group_name_valid |
1550 | 2024-12-11T22:45:56.074Z | PASS [ 0.304s] nextest-runner config::test_group::tests::unknown_groups::depends_on_downstream_tool_config |
1551 | 2024-12-11T22:45:56.192Z | PASS [ 0.300s] nextest-runner config::test_group::tests::unknown_groups::depends_on_user_config |
1552 | 2024-12-11T22:45:56.215Z | PASS [ 0.294s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_tool_config |
1553 | 2024-12-11T22:45:56.215Z | PASS [ 0.295s] nextest-runner config::test_group::tests::unknown_groups::unknown_group_in_user_config |
1554 | 2024-12-11T22:45:56.215Z | PASS [ 0.298s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_is_global |
1555 | 2024-12-11T22:45:56.290Z | PASS [ 0.320s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_ |
1556 | 2024-12-11T22:45:56.391Z | PASS [ 0.319s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_valid |
1557 | 2024-12-11T22:45:56.414Z | PASS [ 0.354s] nextest-runner config::test_group::tests::user_config_define_groups::group_name_starts_with_tool_ |
1558 | 2024-12-11T22:45:56.505Z | PASS [ 0.315s] nextest-runner config::test_threads::tests::parse_test_threads::negative |
1559 | 2024-12-11T22:45:56.529Z | PASS [ 0.313s] nextest-runner config::test_threads::tests::parse_test_threads::num_cpus |
1560 | 2024-12-11T22:45:56.529Z | PASS [ 0.317s] nextest-runner config::test_threads::tests::parse_test_threads::positive |
1561 | 2024-12-11T22:45:56.529Z | PASS [ 0.309s] nextest-runner config::test_threads::tests::parse_test_threads::zero |
1562 | 2024-12-11T22:45:56.607Z | PASS [ 0.343s] nextest-runner config::threads_required::tests::parse_threads_required::negative |
1563 | 2024-12-11T22:45:56.635Z | PASS [ 0.019s] nextest-runner config::tool_config::tests::parse_tool_config_file |
1564 | 2024-12-11T22:45:56.696Z | PASS [ 0.321s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus |
1565 | 2024-12-11T22:45:56.720Z | PASS [ 0.313s] nextest-runner config::threads_required::tests::parse_threads_required::num_cpus_with_custom_test_threads |
1566 | 2024-12-11T22:45:56.758Z | PASS [ 0.057s] nextest-runner errors::tests::display_error_chain |
1567 | 2024-12-11T22:45:56.782Z | PASS [ 0.059s] nextest-runner errors::tests::display_error_list |
1568 | 2024-12-11T22:45:56.782Z | PASS [ 0.025s] nextest-runner list::binary_list::tests::test_parse_binary_list |
1569 | 2024-12-11T22:45:56.805Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_include_rustc_dir |
1570 | 2024-12-11T22:45:56.805Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_dylib_paths_should_not_contain_duplicate_paths |
1571 | 2024-12-11T22:45:56.947Z | PASS [ 0.305s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads |
1572 | 2024-12-11T22:45:56.970Z | PASS [ 0.020s] nextest-runner list::rust_build_meta::tests::test_from_summary::no_target_platforms |
1573 | 2024-12-11T22:45:56.970Z | PASS [ 0.302s] nextest-runner config::threads_required::tests::parse_threads_required::num_test_threads_with_custom_test_threads |
1574 | 2024-12-11T22:45:56.970Z | PASS [ 0.024s] nextest-runner list::rust_build_meta::tests::test_from_summary::only_target_platform_field |
1575 | 2024-12-11T22:45:56.970Z | PASS [ 0.301s] nextest-runner config::threads_required::tests::parse_threads_required::positive |
1576 | 2024-12-11T22:45:56.970Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::platforms_with_zero_targets |
1577 | 2024-12-11T22:45:56.970Z | PASS [ 0.304s] nextest-runner config::threads_required::tests::parse_threads_required::zero |
1578 | 2024-12-11T22:45:56.970Z | PASS [ 0.021s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_and_platforms_field |
1579 | 2024-12-11T22:45:56.970Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary::target_platform_and_target_platforms_field |
1580 | 2024-12-11T22:45:56.970Z | PASS [ 0.026s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_invalid_host_platform_summary |
1581 | 2024-12-11T22:45:56.970Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_from_summary_error_multiple_targets |
1582 | 2024-12-11T22:45:56.970Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_with_target |
1583 | 2024-12-11T22:45:56.970Z | PASS [ 0.025s] nextest-runner list::rust_build_meta::tests::test_to_summary::build_platforms_without_target |
1584 | 2024-12-11T22:45:56.970Z | PASS [ 0.026s] nextest-runner list::test_list::tests::test_parse_test_list |
1585 | 2024-12-11T22:45:56.970Z | PASS [ 0.026s] nextest-runner partition::tests::partitioner_builder_from_str |
1586 | 2024-12-11T22:45:56.970Z | PASS [ 0.021s] nextest-runner platform::tests::test_from_rustc_output_invalid |
1587 | 2024-12-11T22:45:56.970Z | PASS [ 0.019s] nextest-runner platform::tests::test_read_from_rustc_output_valid::trailing_newlines |
1588 | 2024-12-11T22:45:56.970Z | PASS [ 0.036s] nextest-runner platform::tests::test_read_from_rustc_output_valid::single_line |
1589 | 2024-12-11T22:45:56.970Z | PASS [ 0.026s] nextest-runner platform::tests::test_read_from_rustc_output_valid::with_leading_or_trailing_whitespace |
1590 | 2024-12-11T22:45:56.970Z | PASS [ 0.028s] nextest-runner redact::tests::test_redact_path |
1591 | 2024-12-11T22:45:56.970Z | PASS [ 0.033s] nextest-runner reporter::aggregator::junit::tests::test_set_execute_status_props |
1592 | 2024-12-11T22:45:56.970Z | PASS [ 0.027s] nextest-runner reporter::displayer::tests::no_capture_settings |
1593 | 2024-12-11T22:45:56.970Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_dont_store_final |
1594 | 2024-12-11T22:45:56.971Z | PASS [ 0.044s] nextest-runner reporter::displayer::tests::on_test_finished_dont_show_immediate |
1595 | 2024-12-11T22:45:57.089Z | PASS [ 0.038s] nextest-runner reporter::displayer::tests::on_test_finished_show_immediate |
1596 | 2024-12-11T22:45:57.089Z | PASS [ 0.338s] nextest-runner config::tool_config::tests::tool_config_basic |
1597 | 2024-12-11T22:45:57.089Z | PASS [ 0.060s] nextest-runner reporter::displayer::tests::on_test_finished_dont_write_status_line |
1598 | 2024-12-11T22:45:57.089Z | PASS [ 0.042s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_1 |
1599 | 2024-12-11T22:45:57.113Z | PASS [ 0.036s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_2 |
1600 | 2024-12-11T22:45:57.113Z | PASS [ 0.030s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_3 |
1601 | 2024-12-11T22:45:57.113Z | PASS [ 0.040s] nextest-runner reporter::displayer::tests::on_test_finished_with_interrupt |
1602 | 2024-12-11T22:45:57.113Z | PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_final_warnings |
1603 | 2024-12-11T22:45:57.113Z | PASS [ 0.048s] nextest-runner reporter::displayer::tests::on_test_finished_store_final_4 |
1604 | 2024-12-11T22:45:57.113Z | PASS [ 0.054s] nextest-runner reporter::displayer::tests::on_test_finished_write_status_line |
1605 | 2024-12-11T22:45:57.113Z | PASS [ 0.037s] nextest-runner reporter::displayer::tests::test_progress_bar_prefix |
1606 | 2024-12-11T22:45:57.113Z | PASS [ 0.026s] nextest-runner reporter::displayer::tests::test_write_output_with_highlight |
1607 | 2024-12-11T22:45:57.113Z | PASS [ 0.039s] nextest-runner reporter::error_description::tests::test_heuristic_error_str |
1608 | 2024-12-11T22:45:57.113Z | PASS [ 0.033s] nextest-runner reporter::error_description::tests::test_heuristic_panic_message |
1609 | 2024-12-11T22:45:57.113Z | PASS [ 0.026s] nextest-runner reporter::error_description::tests::test_heuristic_should_panic |
1610 | 2024-12-11T22:45:57.113Z | PASS [ 0.033s] nextest-runner reporter::events::tests::test_is_success |
1611 | 2024-12-11T22:45:57.113Z | PASS [ 0.025s] nextest-runner reporter::helpers::tests::test_highlight_end |
1612 | 2024-12-11T22:45:57.113Z | PASS [ 0.084s] nextest-runner reporter::displayer::tests::test_info_response |
1613 | 2024-12-11T22:45:57.113Z | PASS [ 0.079s] nextest-runner reporter::displayer::tests::test_write_skip_counts |
1614 | 2024-12-11T22:45:57.113Z | PASS [ 0.020s] nextest-runner reuse_build::archiver::tests::test_archive_format_autodetect |
1615 | 2024-12-11T22:45:57.113Z | PASS [ 0.020s] nextest-runner reuse_build::tests::test_path_mapper_relative |
1616 | 2024-12-11T22:45:57.113Z | PASS [ 0.020s] nextest-runner runner::dispatcher::tests::begin_cancel_report_signal_interrupt |
1617 | 2024-12-11T22:45:57.113Z | PASS [ 0.059s] nextest-runner reporter::structured::libtest::test::strips_human_output |
1618 | 2024-12-11T22:45:57.113Z | PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_custom_test_harness |
1619 | 2024-12-11T22:45:57.137Z | PASS [ 0.061s] nextest-runner reporter::structured::libtest::test::strips_human_output_none |
1620 | 2024-12-11T22:45:57.137Z | PASS [ 0.030s] nextest-runner runner::imp::tests::no_capture_settings |
1621 | 2024-12-11T22:45:57.137Z | PASS [ 0.031s] nextest-runner rustc_cli::tests::test_fail_to_spawn |
1622 | 2024-12-11T22:45:57.137Z | PASS [ 0.067s] nextest-runner reporter::structured::libtest::test::strips_human_output_start_error |
1623 | 2024-12-11T22:45:57.137Z | PASS [ 0.019s] nextest-runner test_command::tests::parse_build_script |
1624 | 2024-12-11T22:45:57.160Z | PASS [ 0.018s] nextest-runner test_filter::tests::empty_pattern_examples |
1625 | 2024-12-11T22:45:57.160Z | PASS [ 0.029s] nextest-runner target_runner::tests::test_find_config |
1626 | 2024-12-11T22:45:57.160Z | PASS [ 0.023s] nextest-runner test_filter::tests::pattern_examples |
1627 | 2024-12-11T22:45:57.213Z | PASS [ 0.101s] nextest-runner rustc_cli::tests::test_should_respect_rustc_env |
1628 | 2024-12-11T22:45:57.237Z | PASS [ 0.017s] nextest-runner test_filter::tests::skip_only_pattern_examples |
1629 | 2024-12-11T22:45:57.260Z | PASS [ 0.130s] nextest-runner rustc_cli::tests::test_should_run_rustc_version |
1630 | 2024-12-11T22:45:57.260Z | PASS [ 0.109s] nextest-runner test_filter::tests::proptest_empty |
1631 | 2024-12-11T22:45:57.320Z | PASS [ 0.174s] nextest-runner test_filter::tests::proptest_no_match |
1632 | 2024-12-11T22:45:57.353Z | PASS [ 0.260s] nextest-runner rustc_cli::tests::test_execute_with_failure |
1633 | 2024-12-11T22:45:57.447Z | PASS [ 0.093s] nextest-runner::integration basic::test_list_binaries |
1634 | 2024-12-11T22:45:57.557Z | PASS [ 0.309s] nextest-runner::integration basic::test_filter_expr_with_string_filters |
1635 | 2024-12-11T22:45:57.622Z | PASS [ 0.479s] nextest-runner test_filter::tests::proptest_exact |
1636 | 2024-12-11T22:45:57.646Z | PASS [ 0.307s] nextest-runner::integration basic::test_filter_expr_without_string_filters |
1637 | 2024-12-11T22:45:57.684Z | PASS [ 0.242s] nextest-runner::integration basic::test_list_tests |
1638 | 2024-12-11T22:45:57.811Z | PASS [ 0.568s] nextest-runner time::stopwatch::tests::stopwatch_pause |
1639 | 2024-12-11T22:45:57.905Z | PASS [ 0.751s] nextest-runner test_filter::tests::proptest_substring |
1640 | 2024-12-11T22:45:58.081Z | PASS [ 0.396s] nextest-runner::integration basic::test_run_ignored |
1641 | 2024-12-11T22:45:58.106Z | PASS [ 0.026s] nextest-runner::integration target_runner::disregards_non_matching |
1642 | 2024-12-11T22:45:58.257Z | PASS [ 0.450s] nextest-runner::integration basic::test_string_filters_without_filter_expr |
1643 | 2024-12-11T22:45:58.282Z | PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_cfg |
1644 | 2024-12-11T22:45:58.305Z | PASS [ 0.023s] nextest-runner::integration target_runner::parses_cargo_config_exact |
1645 | 2024-12-11T22:45:58.328Z | PASS [ 13.964s] integration-tests::integration test_run |
1646 | 2024-12-11T22:45:58.411Z | PASS [ 0.303s] nextest-runner::integration target_runner::falls_back_to_cargo_config |
1647 | 2024-12-11T22:45:58.710Z | PASS [ 0.407s] nextest-runner::integration target_runner::parses_cargo_env |
1648 | 2024-12-11T22:45:58.733Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_cargo_env |
1649 | 2024-12-11T22:45:58.756Z | PASS [ 1.521s] nextest-runner time::pausable_sleep::tests::reset_on_sleep |
1650 | 2024-12-11T22:45:58.780Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_cli |
1651 | 2024-12-11T22:45:58.780Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_from_rust_target_path |
1652 | 2024-12-11T22:45:58.780Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_custom_target_cli_heuristic |
1653 | 2024-12-11T22:45:58.803Z | PASS [ 0.024s] nextest-runner::integration target_triple::parses_custom_target_env |
1654 | 2024-12-11T22:45:58.803Z | PASS [ 0.025s] nextest-runner::integration target_triple::parses_custom_target_env_from_rust_target_path |
1655 | 2024-12-11T22:45:58.803Z | PASS [ 0.022s] nextest-runner::integration target_triple::parses_target_cli_option |
1656 | 2024-12-11T22:45:58.826Z | PASS [ 0.509s] nextest-runner::integration target_runner::test_listing_with_target_runner |
1657 | 2024-12-11T22:45:59.120Z | PASS [ 1.498s] nextest-runner::integration basic::test_run |
1658 | 2024-12-11T22:45:59.890Z | PASS [ 1.486s] nextest-runner::integration target_runner::test_run_with_target_runner |
1659 | 2024-12-11T22:46:00.343Z | PASS [ 2.444s] nextest-runner::integration basic::test_termination |
1660 | 2024-12-11T22:46:01.177Z | PASS [ 3.627s] nextest-runner::integration basic::test_retries::retry_overrides_ignored |
1661 | 2024-12-11T22:46:01.392Z | PASS [ 3.776s] nextest-runner::integration basic::test_retries::retry_overrides_obeyed |
1662 | 2024-12-11T22:46:01.415Z | ------------ |
1663 | 2024-12-11T22:46:01.415Z | Summary [ 21.884s] 287 tests run: 287 passed, 2 skipped |
1664 | 2024-12-11T22:46:01.438Z | |
1665 | 2024-12-11T22:46:01.438Z | real 23.003039222 |
1666 | 2024-12-11T22:46:01.438Z | user 1:00.907070948 |
1667 | 2024-12-11T22:46:01.438Z | sys 1:05.803596421 |
1668 | 2024-12-11T22:46:01.438Z | trap 0.080860154 |
1669 | 2024-12-11T22:46:01.438Z | tflt 0.084716941 |
1670 | 2024-12-11T22:46:01.438Z | dflt 0.304899588 |
1671 | 2024-12-11T22:46:01.438Z | kflt 0.002088260 |
1672 | 2024-12-11T22:46:01.438Z | lock 11:10.975930608 |
1673 | 2024-12-11T22:46:01.438Z | slp 4:57.683182673 |
1674 | 2024-12-11T22:46:01.438Z | lat 1:24.431420178 |
1675 | 2024-12-11T22:46:01.438Z | stop 2:03.457287193 |
1676 | 2024-12-11T22:46:01.438Z | process exited: duration 279204 ms, exit code 0 |
|
1677 | 2024-12-11T22:46:01.486Z | found 0 output files |