|
|
|
1 | 2025-07-23T19:05:56.311Z | job assigned to worker 01K0WASA7X8HB58E63H71EKQ1N [factory aws, i-0bb1cabd45b31032c] (queued for 59 s) |
|
2 | 2025-07-23T19:06:04.277Z | starting task 0: "setup" |
3 | 2025-07-23T19:06:04.282Z | ++ uname -s |
4 | 2025-07-23T19:06:04.285Z | + kern=SunOS |
5 | 2025-07-23T19:06:04.285Z | + build_user=build |
6 | 2025-07-23T19:06:04.285Z | + build_uid=12345 |
7 | 2025-07-23T19:06:04.285Z | + work_dir=/work |
8 | 2025-07-23T19:06:04.285Z | + input_dir=/input |
9 | 2025-07-23T19:06:04.285Z | + [[ 0 == 12345 ]] |
10 | 2025-07-23T19:06:04.285Z | + case "$kern" in |
11 | 2025-07-23T19:06:04.285Z | + groupadd -g 12345 build |
12 | 2025-07-23T19:06:04.288Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-23T19:06:06.294Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-23T19:06:06.416Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-23T19:06:06.419Z | + home_fs=zfs |
16 | 2025-07-23T19:06:06.419Z | + [[ zfs == autofs ]] |
17 | 2025-07-23T19:06:06.419Z | + mkdir -p /home/build |
18 | 2025-07-23T19:06:06.423Z | + chown build:build /home/build /work |
19 | 2025-07-23T19:06:08.423Z | + chmod 0700 /home/build /work |
20 | 2025-07-23T19:06:08.426Z | process exited: duration 4150 ms, exit code 0 |
|
21 | 2025-07-23T19:06:08.434Z | starting task 1: "rust-toolchain" |
22 | 2025-07-23T19:06:08.440Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-23T19:06:08.440Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-23T19:06:08.440Z | * rust toolchain profile = "default" |
25 | 2025-07-23T19:06:08.440Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-23T19:06:08.440Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-23T19:06:08.440Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-23T19:06:08.443Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-23T19:06:08.443Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-23T19:06:08.567Z | info: downloading installer |
31 | 2025-07-23T19:06:10.013Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-23T19:06:10.013Z | warn: /opt/ooce/bin |
33 | 2025-07-23T19:06:10.013Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-23T19:06:10.013Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-23T19:06:10.013Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-23T19:06:10.013Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-23T19:06:10.013Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-23T19:06:10.014Z | error: cannot install while Rust is installed |
39 | 2025-07-23T19:06:10.014Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-23T19:06:10.026Z | info: profile set to 'default' |
41 | 2025-07-23T19:06:10.026Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-23T19:06:10.030Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-23T19:06:10.182Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-23T19:06:10.182Z | info: downloading component 'cargo' |
45 | 2025-07-23T19:06:10.980Z | info: downloading component 'clippy' |
46 | 2025-07-23T19:06:11.357Z | info: downloading component 'rust-docs' |
47 | 2025-07-23T19:06:12.876Z | info: downloading component 'rust-std' |
48 | 2025-07-23T19:06:14.746Z | info: downloading component 'rustc' |
49 | 2025-07-23T19:06:22.176Z | info: downloading component 'rustfmt' |
50 | 2025-07-23T19:06:22.404Z | info: installing component 'cargo' |
51 | 2025-07-23T19:06:23.440Z | info: installing component 'clippy' |
52 | 2025-07-23T19:06:23.688Z | info: installing component 'rust-docs' |
53 | 2025-07-23T19:06:25.553Z | info: installing component 'rust-std' |
54 | 2025-07-23T19:06:27.307Z | info: installing component 'rustc' |
55 | 2025-07-23T19:06:33.964Z | info: installing component 'rustfmt' |
56 | 2025-07-23T19:06:34.295Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-23T19:06:34.295Z | |
58 | 2025-07-23T19:06:34.721Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-23T19:06:34.721Z | |
60 | 2025-07-23T19:06:34.724Z | |
61 | 2025-07-23T19:06:34.724Z | Rust is installed now. Great! |
62 | 2025-07-23T19:06:34.724Z | |
63 | 2025-07-23T19:06:34.724Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-23T19:06:34.724Z | environment variable. This has not been done automatically. |
65 | 2025-07-23T19:06:34.724Z | |
66 | 2025-07-23T19:06:34.724Z | To configure your current shell, you need to source |
67 | 2025-07-23T19:06:34.724Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-23T19:06:34.724Z | |
69 | 2025-07-23T19:06:34.724Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-23T19:06:34.724Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-23T19:06:34.724Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-23T19:06:34.724Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-23T19:06:34.816Z | + rustup --version |
74 | 2025-07-23T19:06:34.854Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-23T19:06:34.854Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-23T19:06:34.927Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-23T19:06:34.932Z | + cargo --version |
78 | 2025-07-23T19:06:35.026Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-23T19:06:35.032Z | + rustc --version |
80 | 2025-07-23T19:06:35.101Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-23T19:06:35.106Z | process exited: duration 26667 ms, exit code 0 |
|
82 | 2025-07-23T19:06:35.113Z | starting task 2: "authentication" |
83 | 2025-07-23T19:06:35.136Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-07-23T19:06:35.144Z | starting task 3: "clone repository" |
85 | 2025-07-23T19:06:35.150Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-23T19:06:35.153Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-23T19:06:35.198Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-23T19:06:44.783Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-23T19:06:44.783Z | + git fetch origin 342fca65242b09f038b3a87af934761208ad3952 |
90 | 2025-07-23T19:06:45.099Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-23T19:06:45.099Z | * branch 342fca65242b09f038b3a87af934761208ad3952 -> FETCH_HEAD |
92 | 2025-07-23T19:06:45.111Z | + [[ -n inventory-display-ntp ]] |
93 | 2025-07-23T19:06:45.114Z | ++ git branch --show-current |
94 | 2025-07-23T19:06:45.114Z | + current=main |
95 | 2025-07-23T19:06:45.115Z | + [[ main != inventory-display-ntp ]] |
96 | 2025-07-23T19:06:45.115Z | + git branch -f inventory-display-ntp 342fca65242b09f038b3a87af934761208ad3952 |
97 | 2025-07-23T19:06:45.119Z | + git checkout -f inventory-display-ntp |
98 | 2025-07-23T19:06:45.368Z | Switched to branch 'inventory-display-ntp' |
99 | 2025-07-23T19:06:45.373Z | + git reset --hard 342fca65242b09f038b3a87af934761208ad3952 |
100 | 2025-07-23T19:06:45.626Z | HEAD is now at 342fca652 [inventory] Add display implementation for NTP timesync |
101 | 2025-07-23T19:06:45.641Z | process exited: duration 10477 ms, exit code 0 |
|
102 | 2025-07-23T19:06:45.665Z | starting task 4: "build" |
103 | 2025-07-23T19:06:45.687Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-23T19:06:45.687Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-23T19:06:45.688Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-23T19:06:45.688Z | + cargo --version |
107 | 2025-07-23T19:06:45.722Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-23T19:06:45.734Z | + rustc --version |
109 | 2025-07-23T19:06:45.793Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-23T19:06:45.810Z | + cd /tmp |
111 | 2025-07-23T19:06:45.811Z | + cargo new --lib test-project |
112 | 2025-07-23T19:06:45.871Z | Creating library `test-project` package |
113 | 2025-07-23T19:06:45.951Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-07-23T19:06:45.960Z | + cd test-project |
115 | 2025-07-23T19:06:45.960Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-07-23T19:06:46.064Z | Adding omicron-common (local) to dependencies |
117 | 2025-07-23T19:06:46.065Z | Features: |
118 | 2025-07-23T19:06:46.065Z | - proptest |
119 | 2025-07-23T19:06:46.065Z | - test-strategy |
120 | 2025-07-23T19:06:46.065Z | - testing |
121 | 2025-07-23T19:06:46.531Z | Updating crates.io index |
122 | 2025-07-23T19:06:46.531Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-07-23T19:06:46.591Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-07-23T19:06:47.237Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-07-23T19:06:47.656Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-07-23T19:06:48.098Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-07-23T19:06:53.388Z | Locking 358 packages to latest Rust 1.88.0 compatible versions |
128 | 2025-07-23T19:06:53.388Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-07-23T19:06:53.388Z | + cargo check |
130 | 2025-07-23T19:06:53.388Z | Updating crates.io index |
131 | 2025-07-23T19:06:53.388Z | Locking 1 package to latest Rust 1.88.0 compatible version |
132 | 2025-07-23T19:06:53.388Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-07-23T19:06:53.388Z | Downloading crates ... |
134 | 2025-07-23T19:06:53.388Z | Downloaded anyhow v1.0.98 |
135 | 2025-07-23T19:06:53.388Z | Downloaded aho-corasick v1.1.3 |
136 | 2025-07-23T19:06:53.388Z | Downloaded byteorder v1.5.0 |
137 | 2025-07-23T19:06:53.388Z | Downloaded async-stream v0.3.6 |
138 | 2025-07-23T19:06:53.388Z | Downloaded block-buffer v0.10.4 |
139 | 2025-07-23T19:06:53.388Z | Downloaded bit-set v0.8.0 |
140 | 2025-07-23T19:06:53.388Z | Downloaded atomic-waker v1.1.2 |
141 | 2025-07-23T19:06:53.389Z | Downloaded thiserror v2.0.12 |
142 | 2025-07-23T19:06:53.389Z | Downloaded structmeta v0.3.0 |
143 | 2025-07-23T19:06:53.389Z | Downloaded subtle v2.6.1 |
144 | 2025-07-23T19:06:53.389Z | Downloaded structmeta-derive v0.3.0 |
145 | 2025-07-23T19:06:53.389Z | Downloaded cpufeatures v0.2.14 |
146 | 2025-07-23T19:06:53.389Z | Downloaded strum v0.26.3 |
147 | 2025-07-23T19:06:53.389Z | Downloaded litemap v0.7.3 |
148 | 2025-07-23T19:06:53.389Z | Downloaded thiserror v1.0.69 |
149 | 2025-07-23T19:06:53.389Z | Downloaded sync_wrapper v1.0.1 |
150 | 2025-07-23T19:06:53.389Z | Downloaded strum v0.27.1 |
151 | 2025-07-23T19:06:53.389Z | Downloaded autocfg v1.4.0 |
152 | 2025-07-23T19:06:53.389Z | Downloaded test-strategy v0.4.3 |
153 | 2025-07-23T19:06:53.389Z | Downloaded take_mut v0.2.2 |
154 | 2025-07-23T19:06:53.389Z | Downloaded term v0.7.0 |
155 | 2025-07-23T19:06:53.389Z | Downloaded equivalent v1.0.2 |
156 | 2025-07-23T19:06:53.389Z | Downloaded daft-derive v0.1.4 |
157 | 2025-07-23T19:06:53.391Z | Downloaded synstructure v0.13.1 |
158 | 2025-07-23T19:06:53.391Z | Downloaded errno v0.3.12 |
159 | 2025-07-23T19:06:53.391Z | Downloaded zerofrom v0.1.4 |
160 | 2025-07-23T19:06:53.391Z | Downloaded yoke-derive v0.7.4 |
161 | 2025-07-23T19:06:53.391Z | Downloaded usdt-macro v0.5.0 |
162 | 2025-07-23T19:06:53.391Z | Downloaded match_cfg v0.1.0 |
163 | 2025-07-23T19:06:53.391Z | Downloaded unarray v0.1.4 |
164 | 2025-07-23T19:06:53.391Z | Downloaded write16 v1.0.0 |
165 | 2025-07-23T19:06:53.391Z | Downloaded usdt-attr-macro v0.5.0 |
166 | 2025-07-23T19:06:53.391Z | Downloaded instant v0.1.13 |
167 | 2025-07-23T19:06:53.392Z | Downloaded ident_case v1.0.1 |
168 | 2025-07-23T19:06:53.392Z | Downloaded darling_macro v0.20.10 |
169 | 2025-07-23T19:06:53.392Z | Downloaded utf16_iter v1.0.5 |
170 | 2025-07-23T19:06:53.392Z | Downloaded typify-macro v0.3.0 |
171 | 2025-07-23T19:06:53.392Z | Downloaded zerofrom-derive v0.1.4 |
172 | 2025-07-23T19:06:53.392Z | Downloaded toml_write v0.1.2 |
173 | 2025-07-23T19:06:53.392Z | Downloaded icu_provider_macros v1.5.0 |
174 | 2025-07-23T19:06:53.392Z | Downloaded http-body v1.0.1 |
175 | 2025-07-23T19:06:53.392Z | Downloaded want v0.3.1 |
176 | 2025-07-23T19:06:53.392Z | Downloaded tower-layer v0.3.3 |
177 | 2025-07-23T19:06:53.392Z | Downloaded fnv v1.0.7 |
178 | 2025-07-23T19:06:53.392Z | Downloaded deranged v0.3.11 |
179 | 2025-07-23T19:06:53.392Z | Downloaded futures-sink v0.3.31 |
180 | 2025-07-23T19:06:53.392Z | Downloaded usdt v0.5.0 |
181 | 2025-07-23T19:06:53.392Z | Downloaded hostname v0.3.1 |
182 | 2025-07-23T19:06:53.392Z | Downloaded wait-timeout v0.2.0 |
183 | 2025-07-23T19:06:53.392Z | Downloaded crossbeam-utils v0.8.21 |
184 | 2025-07-23T19:06:53.392Z | Downloaded time-macros v0.2.18 |
185 | 2025-07-23T19:06:53.392Z | Downloaded scroll_derive v0.12.0 |
186 | 2025-07-23T19:06:53.392Z | Downloaded hostname v0.4.0 |
187 | 2025-07-23T19:06:53.392Z | Downloaded futures-task v0.3.31 |
188 | 2025-07-23T19:06:53.392Z | Downloaded form_urlencoded v1.2.1 |
189 | 2025-07-23T19:06:53.392Z | Downloaded futures-macro v0.3.31 |
190 | 2025-07-23T19:06:53.392Z | Downloaded tower-service v0.3.3 |
191 | 2025-07-23T19:06:53.392Z | Downloaded heck v0.5.0 |
192 | 2025-07-23T19:06:53.392Z | Downloaded waitgroup v0.1.2 |
193 | 2025-07-23T19:06:53.392Z | Downloaded try-lock v0.2.5 |
194 | 2025-07-23T19:06:53.392Z | Downloaded httpdate v1.0.3 |
195 | 2025-07-23T19:06:53.392Z | Downloaded num-conv v0.1.0 |
196 | 2025-07-23T19:06:53.392Z | Downloaded hex v0.4.3 |
197 | 2025-07-23T19:06:53.392Z | Downloaded num_threads v0.1.7 |
198 | 2025-07-23T19:06:53.392Z | Downloaded is-terminal v0.4.13 |
199 | 2025-07-23T19:06:53.392Z | Downloaded omicron-workspace-hack v0.1.0 |
200 | 2025-07-23T19:06:53.392Z | Downloaded tinyvec_macros v0.1.1 |
201 | 2025-07-23T19:06:53.392Z | Downloaded generic-array v0.14.7 |
202 | 2025-07-23T19:06:53.392Z | Downloaded pretty-hex v0.4.1 |
203 | 2025-07-23T19:06:53.392Z | Downloaded macaddr v1.0.1 |
204 | 2025-07-23T19:06:53.393Z | Downloaded futures-io v0.3.31 |
205 | 2025-07-23T19:06:53.393Z | Downloaded lazy_static v1.5.0 |
206 | 2025-07-23T19:06:53.393Z | Downloaded idna_adapter v1.2.0 |
207 | 2025-07-23T19:06:53.393Z | Downloaded dtrace-parser v0.2.0 |
208 | 2025-07-23T19:06:53.393Z | Downloaded dof v0.3.0 |
209 | 2025-07-23T19:06:53.393Z | Downloaded pin-utils v0.1.0 |
210 | 2025-07-23T19:06:53.393Z | Downloaded derive-ex v0.1.8 |
211 | 2025-07-23T19:06:53.393Z | Downloaded percent-encoding v2.3.1 |
212 | 2025-07-23T19:06:53.393Z | Downloaded dirs-sys-next v0.1.2 |
213 | 2025-07-23T19:06:53.393Z | Downloaded itoa v1.0.11 |
214 | 2025-07-23T19:06:53.393Z | Downloaded displaydoc v0.2.5 |
215 | 2025-07-23T19:06:53.393Z | Downloaded progenitor-macro v0.9.1 |
216 | 2025-07-23T19:06:53.393Z | Downloaded zerovec-derive v0.10.3 |
217 | 2025-07-23T19:06:53.393Z | Downloaded tinystr v0.7.6 |
218 | 2025-07-23T19:06:53.393Z | Downloaded version_check v0.9.5 |
219 | 2025-07-23T19:06:53.393Z | Downloaded ref-cast-impl v1.0.24 |
220 | 2025-07-23T19:06:53.393Z | Downloaded httparse v1.9.5 |
221 | 2025-07-23T19:06:53.393Z | Downloaded shlex v1.3.0 |
222 | 2025-07-23T19:06:53.393Z | Downloaded yoke v0.7.4 |
223 | 2025-07-23T19:06:53.393Z | Downloaded url v2.5.4 |
224 | 2025-07-23T19:06:53.393Z | Downloaded plain v0.2.3 |
225 | 2025-07-23T19:06:53.393Z | Downloaded icu_locid_transform v1.5.0 |
226 | 2025-07-23T19:06:53.393Z | Downloaded tokio-macros v2.5.0 |
227 | 2025-07-23T19:06:53.399Z | Downloaded http-body-util v0.1.3 |
228 | 2025-07-23T19:06:53.399Z | Downloaded hyper-rustls v0.27.7 |
229 | 2025-07-23T19:06:53.399Z | Downloaded sha2 v0.10.9 |
230 | 2025-07-23T19:06:53.399Z | Downloaded progenitor-client v0.9.1 |
231 | 2025-07-23T19:06:53.399Z | Downloaded thread_local v1.1.8 |
232 | 2025-07-23T19:06:53.399Z | Downloaded mime v0.3.17 |
233 | 2025-07-23T19:06:53.399Z | Downloaded zeroize v1.8.1 |
234 | 2025-07-23T19:06:53.399Z | Downloaded writeable v0.5.5 |
235 | 2025-07-23T19:06:53.399Z | Downloaded newtype-uuid v1.2.4 |
236 | 2025-07-23T19:06:53.400Z | Downloaded ipnetwork v0.21.1 |
237 | 2025-07-23T19:06:53.400Z | Downloaded stable_deref_trait v1.2.0 |
238 | 2025-07-23T19:06:53.400Z | Downloaded rand_xorshift v0.4.0 |
239 | 2025-07-23T19:06:53.400Z | Downloaded rustversion v1.0.17 |
240 | 2025-07-23T19:06:53.400Z | Downloaded ipnet v2.11.0 |
241 | 2025-07-23T19:06:53.400Z | Downloaded parse-display v0.10.0 |
242 | 2025-07-23T19:06:53.400Z | Downloaded pin-project-lite v0.2.14 |
243 | 2025-07-23T19:06:53.400Z | Downloaded derive-where v1.5.0 |
244 | 2025-07-23T19:06:53.400Z | Downloaded signal-hook-registry v1.4.2 |
245 | 2025-07-23T19:06:53.400Z | Downloaded progenitor v0.9.1 |
246 | 2025-07-23T19:06:53.400Z | Downloaded rand_core v0.6.4 |
247 | 2025-07-23T19:06:53.400Z | Downloaded thiserror-impl v2.0.12 |
248 | 2025-07-23T19:06:53.400Z | Downloaded parse-display-derive v0.10.0 |
249 | 2025-07-23T19:06:53.400Z | Downloaded serde_spanned v0.6.9 |
250 | 2025-07-23T19:06:53.400Z | Downloaded rand_chacha v0.3.1 |
251 | 2025-07-23T19:06:53.400Z | Downloaded rand_chacha v0.9.0 |
252 | 2025-07-23T19:06:53.400Z | Downloaded progenitor-client v0.10.0 |
253 | 2025-07-23T19:06:53.400Z | Downloaded semver v1.0.26 |
254 | 2025-07-23T19:06:53.400Z | Downloaded zerocopy-derive v0.7.35 |
255 | 2025-07-23T19:06:53.400Z | Downloaded serde_path_to_error v0.1.17 |
256 | 2025-07-23T19:06:53.400Z | Downloaded icu_locid_transform_data v1.5.0 |
257 | 2025-07-23T19:06:53.400Z | Downloaded slog-json v2.6.1 |
258 | 2025-07-23T19:06:53.400Z | Downloaded icu_normalizer_data v1.5.0 |
259 | 2025-07-23T19:06:53.400Z | Downloaded schemars_derive v0.8.22 |
260 | 2025-07-23T19:06:53.400Z | Downloaded serde_derive_internals v0.29.1 |
261 | 2025-07-23T19:06:53.400Z | Downloaded ppv-lite86 v0.2.20 |
262 | 2025-07-23T19:06:53.400Z | Downloaded slog-bunyan v2.5.0 |
263 | 2025-07-23T19:06:53.400Z | Downloaded slog-async v2.8.0 |
264 | 2025-07-23T19:06:53.400Z | Downloaded strsim v0.11.1 |
265 | 2025-07-23T19:06:53.400Z | Downloaded toml v0.8.23 |
266 | 2025-07-23T19:06:53.400Z | Downloaded quote v1.0.40 |
267 | 2025-07-23T19:06:53.400Z | Downloaded scopeguard v1.2.0 |
268 | 2025-07-23T19:06:53.400Z | Downloaded powerfmt v0.2.0 |
269 | 2025-07-23T19:06:53.400Z | Downloaded ref-cast v1.0.24 |
270 | 2025-07-23T19:06:53.400Z | Downloaded pest_meta v2.7.14 |
271 | 2025-07-23T19:06:53.400Z | Downloaded serde_urlencoded v0.7.1 |
272 | 2025-07-23T19:06:53.401Z | Downloaded parking_lot_core v0.9.10 |
273 | 2025-07-23T19:06:53.401Z | Downloaded serde_with_macros v3.14.0 |
274 | 2025-07-23T19:06:53.401Z | Downloaded quick-error v1.2.3 |
275 | 2025-07-23T19:06:53.401Z | Downloaded slab v0.4.9 |
276 | 2025-07-23T19:06:53.401Z | Downloaded smallvec v1.15.0 |
277 | 2025-07-23T19:06:53.401Z | Downloaded rustc-hash v2.1.1 |
278 | 2025-07-23T19:06:53.401Z | Downloaded futures v0.3.31 |
279 | 2025-07-23T19:06:53.401Z | Downloaded spin v0.9.8 |
280 | 2025-07-23T19:06:53.401Z | Downloaded getrandom v0.3.3 |
281 | 2025-07-23T19:06:53.401Z | Downloaded quinn-udp v0.5.5 |
282 | 2025-07-23T19:06:53.401Z | Downloaded scroll v0.12.0 |
283 | 2025-07-23T19:06:53.401Z | Downloaded sha1 v0.10.6 |
284 | 2025-07-23T19:06:53.401Z | Downloaded typenum v1.17.0 |
285 | 2025-07-23T19:06:53.401Z | Downloaded tinyvec v1.8.0 |
286 | 2025-07-23T19:06:53.401Z | Downloaded tracing v0.1.40 |
287 | 2025-07-23T19:06:53.401Z | Downloaded pest_derive v2.7.14 |
288 | 2025-07-23T19:06:53.401Z | Downloaded uuid v1.17.0 |
289 | 2025-07-23T19:06:53.401Z | Downloaded rand_core v0.9.2 |
290 | 2025-07-23T19:06:53.401Z | Downloaded progenitor-impl v0.9.1 |
291 | 2025-07-23T19:06:53.401Z | Downloaded icu_provider v1.5.0 |
292 | 2025-07-23T19:06:53.401Z | Downloaded ucd-trie v0.1.7 |
293 | 2025-07-23T19:06:53.401Z | Downloaded once_cell v1.21.3 |
294 | 2025-07-23T19:06:53.401Z | Downloaded typify v0.3.0 |
295 | 2025-07-23T19:06:53.401Z | Downloaded serde_tokenstream v0.2.2 |
296 | 2025-07-23T19:06:53.401Z | Downloaded tokio-rustls v0.26.0 |
297 | 2025-07-23T19:06:53.401Z | Downloaded icu_collections v1.5.0 |
298 | 2025-07-23T19:06:53.401Z | Downloaded socket2 v0.5.10 |
299 | 2025-07-23T19:06:53.401Z | Downloaded rustls-pemfile v2.2.0 |
300 | 2025-07-23T19:06:53.401Z | Downloaded parking_lot v0.12.3 |
301 | 2025-07-23T19:06:53.401Z | Downloaded slog v2.7.0 |
302 | 2025-07-23T19:06:53.401Z | Downloaded serde v1.0.219 |
303 | 2025-07-23T19:06:53.402Z | Downloaded serde_yaml v0.9.34+deprecated |
304 | 2025-07-23T19:06:53.402Z | Downloaded schemars v0.8.22 |
305 | 2025-07-23T19:06:53.402Z | Downloaded log v0.4.27 |
306 | 2025-07-23T19:06:53.402Z | Downloaded tracing-core v0.1.32 |
307 | 2025-07-23T19:06:53.402Z | Downloaded hyper-util v0.1.14 |
308 | 2025-07-23T19:06:53.402Z | Downloaded rustls-pki-types v1.10.0 |
309 | 2025-07-23T19:06:53.402Z | Downloaded toml_edit v0.22.27 |
310 | 2025-07-23T19:06:53.402Z | Downloaded http v1.3.1 |
311 | 2025-07-23T19:06:53.402Z | Downloaded rand v0.8.5 |
312 | 2025-07-23T19:06:53.402Z | Downloaded indexmap v2.10.0 |
313 | 2025-07-23T19:06:53.402Z | Downloaded ryu v1.0.18 |
314 | 2025-07-23T19:06:53.402Z | Downloaded serde_derive v1.0.219 |
315 | 2025-07-23T19:06:53.403Z | Downloaded iddqd v0.3.9 |
316 | 2025-07-23T19:06:53.403Z | Downloaded idna v1.0.3 |
317 | 2025-07-23T19:06:53.403Z | Downloaded hashbrown v0.15.4 |
318 | 2025-07-23T19:06:53.403Z | Downloaded memchr v2.7.4 |
319 | 2025-07-23T19:06:53.403Z | Downloaded tokio-util v0.7.15 |
320 | 2025-07-23T19:06:53.403Z | Downloaded hyper v1.6.0 |
321 | 2025-07-23T19:06:53.403Z | Downloaded rand v0.9.1 |
322 | 2025-07-23T19:06:53.403Z | Downloaded time v0.3.36 |
323 | 2025-07-23T19:06:53.403Z | Downloaded pest v2.7.14 |
324 | 2025-07-23T19:06:53.403Z | Downloaded serde_json v1.0.140 |
325 | 2025-07-23T19:06:53.403Z | Downloaded goblin v0.8.2 |
326 | 2025-07-23T19:06:53.403Z | Downloaded tower v0.5.2 |
327 | 2025-07-23T19:06:53.408Z | Downloaded zerocopy v0.7.35 |
328 | 2025-07-23T19:06:53.408Z | Downloaded reqwest v0.12.22 |
329 | 2025-07-23T19:06:53.408Z | Downloaded tower-http v0.6.6 |
330 | 2025-07-23T19:06:53.408Z | Downloaded icu_properties_data v1.5.0 |
331 | 2025-07-23T19:06:53.408Z | Downloaded winnow v0.7.10 |
332 | 2025-07-23T19:06:53.408Z | Downloaded regex v1.11.1 |
333 | 2025-07-23T19:06:53.408Z | Downloaded proptest v1.7.0 |
334 | 2025-07-23T19:06:53.408Z | Downloaded serde_with v3.14.0 |
335 | 2025-07-23T19:06:53.408Z | Downloaded zerovec v0.10.4 |
336 | 2025-07-23T19:06:53.408Z | Downloaded chrono v0.4.41 |
337 | 2025-07-23T19:06:53.408Z | Downloaded rustls v0.23.19 |
338 | 2025-07-23T19:06:53.408Z | Downloaded quinn-proto v0.11.8 |
339 | 2025-07-23T19:06:53.408Z | Downloaded rustls-webpki v0.102.8 |
340 | 2025-07-23T19:06:53.408Z | Downloaded zerocopy v0.8.26 |
341 | 2025-07-23T19:06:53.408Z | Downloaded rustix v1.0.7 |
342 | 2025-07-23T19:06:53.409Z | Downloaded webpki-roots v1.0.1 |
343 | 2025-07-23T19:06:53.409Z | Downloaded syn v2.0.104 |
344 | 2025-07-23T19:06:53.409Z | Downloaded dropshot v0.16.2 |
345 | 2025-07-23T19:06:53.409Z | Downloaded quinn v0.11.5 |
346 | 2025-07-23T19:06:53.409Z | Downloaded mio v1.0.2 |
347 | 2025-07-23T19:06:53.409Z | Downloaded h2 v0.4.6 |
348 | 2025-07-23T19:06:53.409Z | Downloaded futures-util v0.3.31 |
349 | 2025-07-23T19:06:53.409Z | Downloaded iri-string v0.7.8 |
350 | 2025-07-23T19:06:53.409Z | Downloaded unsafe-libyaml v0.2.11 |
351 | 2025-07-23T19:06:53.409Z | Downloaded rustls v0.22.4 |
352 | 2025-07-23T19:06:53.409Z | Downloaded regress v0.10.3 |
353 | 2025-07-23T19:06:53.409Z | Downloaded regex-syntax v0.8.5 |
354 | 2025-07-23T19:06:53.409Z | Downloaded openapiv3 v2.2.0 |
355 | 2025-07-23T19:06:53.409Z | Downloaded num-traits v0.2.19 |
356 | 2025-07-23T19:06:53.409Z | Downloaded icu_properties v1.5.1 |
357 | 2025-07-23T19:06:53.409Z | Downloaded typify-impl v0.3.0 |
358 | 2025-07-23T19:06:53.409Z | Downloaded icu_locid v1.5.0 |
359 | 2025-07-23T19:06:53.409Z | Downloaded proc-macro2 v1.0.95 |
360 | 2025-07-23T19:06:53.409Z | Downloaded cc v1.2.30 |
361 | 2025-07-23T19:06:53.409Z | Downloaded multer v3.1.0 |
362 | 2025-07-23T19:06:53.409Z | Downloaded lock_api v0.4.12 |
363 | 2025-07-23T19:06:53.410Z | Downloaded dropshot_endpoint v0.16.2 |
364 | 2025-07-23T19:06:53.410Z | Downloaded libc v0.2.174 |
365 | 2025-07-23T19:06:53.410Z | Downloaded darling_core v0.20.10 |
366 | 2025-07-23T19:06:53.410Z | Downloaded pest_generator v2.7.14 |
367 | 2025-07-23T19:06:53.410Z | Downloaded tokio-rustls v0.25.0 |
368 | 2025-07-23T19:06:53.410Z | Downloaded slog-term v2.9.1 |
369 | 2025-07-23T19:06:53.410Z | Downloaded regex-automata v0.4.8 |
370 | 2025-07-23T19:06:53.410Z | Downloaded icu_normalizer v1.5.0 |
371 | 2025-07-23T19:06:53.410Z | Downloaded rusty-fork v0.3.0 |
372 | 2025-07-23T19:06:53.410Z | Downloaded usdt-impl v0.5.0 |
373 | 2025-07-23T19:06:53.410Z | Downloaded unicode-ident v1.0.18 |
374 | 2025-07-23T19:06:53.410Z | Downloaded oxnet v0.1.2 |
375 | 2025-07-23T19:06:53.410Z | Downloaded getrandom v0.2.15 |
376 | 2025-07-23T19:06:53.410Z | Downloaded tokio v1.45.1 |
377 | 2025-07-23T19:06:53.410Z | Downloaded thread-id v4.2.2 |
378 | 2025-07-23T19:06:53.410Z | Downloaded paste v1.0.15 |
379 | 2025-07-23T19:06:53.410Z | Downloaded memmap v0.7.0 |
380 | 2025-07-23T19:06:53.410Z | Downloaded untrusted v0.9.0 |
381 | 2025-07-23T19:06:53.410Z | Downloaded toml_datetime v0.6.11 |
382 | 2025-07-23T19:06:53.410Z | Downloaded time-core v0.1.2 |
383 | 2025-07-23T19:06:53.410Z | Downloaded iana-time-zone v0.1.63 |
384 | 2025-07-23T19:06:53.410Z | Downloaded futures-executor v0.3.31 |
385 | 2025-07-23T19:06:53.411Z | Downloaded futures-channel v0.3.31 |
386 | 2025-07-23T19:06:53.411Z | Downloaded dyn-clone v1.0.19 |
387 | 2025-07-23T19:06:53.411Z | Downloaded digest v0.10.7 |
388 | 2025-07-23T19:06:53.411Z | Downloaded darling v0.20.10 |
389 | 2025-07-23T19:06:53.411Z | Downloaded crossbeam-channel v0.5.15 |
390 | 2025-07-23T19:06:53.411Z | Downloaded camino v1.1.10 |
391 | 2025-07-23T19:06:53.411Z | Downloaded utf8_iter v1.0.4 |
392 | 2025-07-23T19:06:53.411Z | Downloaded thiserror-impl v1.0.69 |
393 | 2025-07-23T19:06:53.411Z | Downloaded futures-core v0.3.31 |
394 | 2025-07-23T19:06:53.411Z | Downloaded foldhash v0.1.5 |
395 | 2025-07-23T19:06:53.411Z | Downloaded fastrand v2.1.1 |
396 | 2025-07-23T19:06:53.411Z | Downloaded dirs-next v2.0.0 |
397 | 2025-07-23T19:06:53.411Z | Downloaded debug-ignore v1.0.5 |
398 | 2025-07-23T19:06:53.411Z | Downloaded base64 v0.22.1 |
399 | 2025-07-23T19:06:53.411Z | Downloaded bytes v1.10.1 |
400 | 2025-07-23T19:06:53.411Z | Downloaded tempfile v3.20.0 |
401 | 2025-07-23T19:06:53.411Z | Downloaded strum_macros v0.26.4 |
402 | 2025-07-23T19:06:53.411Z | Downloaded bitflags v2.9.1 |
403 | 2025-07-23T19:06:53.411Z | Downloaded async-trait v0.1.88 |
404 | 2025-07-23T19:06:53.411Z | Downloaded encoding_rs v0.8.34 |
405 | 2025-07-23T19:06:53.411Z | Downloaded strum_macros v0.27.1 |
406 | 2025-07-23T19:06:53.411Z | Downloaded cfg-if v1.0.1 |
407 | 2025-07-23T19:06:53.411Z | Downloaded allocator-api2 v0.2.21 |
408 | 2025-07-23T19:06:53.411Z | Downloaded bit-vec v0.8.0 |
409 | 2025-07-23T19:06:53.411Z | Downloaded backoff v0.4.0 |
410 | 2025-07-23T19:06:53.411Z | Downloaded async-stream-impl v0.3.6 |
411 | 2025-07-23T19:06:53.411Z | Downloaded daft v0.1.4 |
412 | 2025-07-23T19:06:53.411Z | Downloaded crypto-common v0.1.6 |
413 | 2025-07-23T19:06:53.411Z | Downloaded ring v0.17.14 |
414 | 2025-07-23T19:06:53.411Z | Compiling proc-macro2 v1.0.95 |
415 | 2025-07-23T19:06:53.412Z | Compiling unicode-ident v1.0.18 |
416 | 2025-07-23T19:06:53.412Z | Compiling libc v0.2.174 |
417 | 2025-07-23T19:06:53.412Z | Checking cfg-if v1.0.1 |
418 | 2025-07-23T19:06:53.412Z | Compiling autocfg v1.4.0 |
419 | 2025-07-23T19:06:53.412Z | Compiling serde v1.0.219 |
420 | 2025-07-23T19:06:53.413Z | Checking memchr v2.7.4 |
421 | 2025-07-23T19:06:53.413Z | Checking itoa v1.0.11 |
422 | 2025-07-23T19:06:53.413Z | Compiling serde_json v1.0.140 |
423 | 2025-07-23T19:06:53.413Z | Checking ryu v1.0.18 |
424 | 2025-07-23T19:06:53.413Z | Compiling getrandom v0.3.3 |
425 | 2025-07-23T19:06:53.413Z | Compiling semver v1.0.26 |
426 | 2025-07-23T19:06:53.413Z | Checking pin-project-lite v0.2.14 |
427 | 2025-07-23T19:06:53.418Z | Checking smallvec v1.15.0 |
428 | 2025-07-23T19:06:53.418Z | Checking bytes v1.10.1 |
429 | 2025-07-23T19:06:53.418Z | Checking futures-core v0.3.31 |
430 | 2025-07-23T19:06:53.418Z | Compiling version_check v0.9.5 |
431 | 2025-07-23T19:06:53.418Z | Checking once_cell v1.21.3 |
432 | 2025-07-23T19:06:53.419Z | Compiling num-traits v0.2.19 |
433 | 2025-07-23T19:06:53.419Z | Compiling lock_api v0.4.12 |
434 | 2025-07-23T19:06:53.451Z | Compiling parking_lot_core v0.9.10 |
435 | 2025-07-23T19:06:53.464Z | Checking foldhash v0.1.5 |
436 | 2025-07-23T19:06:53.562Z | Checking allocator-api2 v0.2.21 |
437 | 2025-07-23T19:06:53.607Z | Checking equivalent v1.0.2 |
438 | 2025-07-23T19:06:53.728Z | Compiling quote v1.0.40 |
439 | 2025-07-23T19:06:53.807Z | Compiling thiserror v1.0.69 |
440 | 2025-07-23T19:06:53.811Z | Checking fnv v1.0.7 |
441 | 2025-07-23T19:06:53.922Z | Checking scopeguard v1.2.0 |
442 | 2025-07-23T19:06:54.084Z | Compiling slab v0.4.9 |
443 | 2025-07-23T19:06:54.162Z | Compiling syn v2.0.104 |
444 | 2025-07-23T19:06:54.206Z | Checking hashbrown v0.15.4 |
445 | 2025-07-23T19:06:54.279Z | Checking futures-sink v0.3.31 |
446 | 2025-07-23T19:06:54.316Z | Compiling shlex v1.3.0 |
447 | 2025-07-23T19:06:54.430Z | Checking mio v1.0.2 |
448 | 2025-07-23T19:06:54.464Z | Checking parking_lot v0.12.3 |
449 | 2025-07-23T19:06:54.614Z | Compiling cc v1.2.30 |
450 | 2025-07-23T19:06:54.641Z | Checking signal-hook-registry v1.4.2 |
451 | 2025-07-23T19:06:54.715Z | Checking getrandom v0.2.15 |
452 | 2025-07-23T19:06:54.829Z | Checking socket2 v0.5.10 |
453 | 2025-07-23T19:06:54.909Z | Checking iana-time-zone v0.1.63 |
454 | 2025-07-23T19:06:54.994Z | Checking stable_deref_trait v1.2.0 |
455 | 2025-07-23T19:06:55.064Z | Compiling schemars v0.8.22 |
456 | 2025-07-23T19:06:55.109Z | Checking dyn-clone v1.0.19 |
457 | 2025-07-23T19:06:55.271Z | Compiling heck v0.5.0 |
458 | 2025-07-23T19:06:55.363Z | Checking futures-channel v0.3.31 |
459 | 2025-07-23T19:06:55.383Z | Checking http v1.3.1 |
460 | 2025-07-23T19:06:55.386Z | Compiling thiserror v2.0.12 |
461 | 2025-07-23T19:06:55.457Z | Checking futures-task v0.3.31 |
462 | 2025-07-23T19:06:55.488Z | Checking futures-io v0.3.31 |
463 | 2025-07-23T19:06:55.703Z | Checking pin-utils v0.1.0 |
464 | 2025-07-23T19:06:55.706Z | Checking log v0.4.27 |
465 | 2025-07-23T19:06:55.744Z | Checking rustls-pki-types v1.10.0 |
466 | 2025-07-23T19:06:56.172Z | Checking litemap v0.7.3 |
467 | 2025-07-23T19:06:56.295Z | Checking writeable v0.5.5 |
468 | 2025-07-23T19:06:56.396Z | Checking untrusted v0.9.0 |
469 | 2025-07-23T19:06:56.620Z | Compiling ucd-trie v0.1.7 |
470 | 2025-07-23T19:06:56.629Z | Compiling httparse v1.9.5 |
471 | 2025-07-23T19:06:56.645Z | Checking byteorder v1.5.0 |
472 | 2025-07-23T19:06:56.687Z | Checking http-body v1.0.1 |
473 | 2025-07-23T19:06:56.894Z | Checking tracing-core v0.1.32 |
474 | 2025-07-23T19:06:57.047Z | Checking bitflags v2.9.1 |
475 | 2025-07-23T19:06:57.169Z | Checking subtle v2.6.1 |
476 | 2025-07-23T19:06:57.286Z | Checking percent-encoding v2.3.1 |
477 | 2025-07-23T19:06:57.320Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2025-07-23T19:06:57.430Z | Checking zeroize v1.8.1 |
479 | 2025-07-23T19:06:57.521Z | Checking atomic-waker v1.1.2 |
480 | 2025-07-23T19:06:57.622Z | Compiling ring v0.17.14 |
481 | 2025-07-23T19:06:57.665Z | Checking tracing v0.1.40 |
482 | 2025-07-23T19:06:57.912Z | Checking icu_properties_data v1.5.0 |
483 | 2025-07-23T19:06:57.996Z | Compiling uuid v1.17.0 |
484 | 2025-07-23T19:06:58.133Z | Compiling chrono v0.4.41 |
485 | 2025-07-23T19:06:58.145Z | Checking tower-service v0.3.3 |
486 | 2025-07-23T19:06:58.202Z | Checking try-lock v0.2.5 |
487 | 2025-07-23T19:06:58.229Z | Compiling regress v0.10.3 |
488 | 2025-07-23T19:06:58.276Z | Checking utf16_iter v1.0.5 |
489 | 2025-07-23T19:06:58.346Z | Checking want v0.3.1 |
490 | 2025-07-23T19:06:58.449Z | Compiling rustls v0.23.19 |
491 | 2025-07-23T19:06:58.537Z | Checking httpdate v1.0.3 |
492 | 2025-07-23T19:06:58.551Z | Compiling slog v2.7.0 |
493 | 2025-07-23T19:06:58.713Z | Checking write16 v1.0.0 |
494 | 2025-07-23T19:06:58.789Z | Checking utf8_iter v1.0.4 |
495 | 2025-07-23T19:06:58.848Z | Checking icu_normalizer_data v1.5.0 |
496 | 2025-07-23T19:06:59.000Z | Checking form_urlencoded v1.2.1 |
497 | 2025-07-23T19:06:59.117Z | Compiling aho-corasick v1.1.3 |
498 | 2025-07-23T19:06:59.130Z | Checking regex-syntax v0.8.5 |
499 | 2025-07-23T19:06:59.996Z | Compiling zerocopy v0.8.26 |
500 | 2025-07-23T19:07:00.768Z | Checking ipnet v2.11.0 |
501 | 2025-07-23T19:07:01.230Z | Compiling typenum v1.17.0 |
502 | 2025-07-23T19:07:01.608Z | Compiling serde_derive_internals v0.29.1 |
503 | 2025-07-23T19:07:02.194Z | Compiling synstructure v0.13.1 |
504 | 2025-07-23T19:07:02.640Z | Compiling paste v1.0.15 |
505 | 2025-07-23T19:07:02.729Z | Checking base64 v0.22.1 |
506 | 2025-07-23T19:07:03.202Z | Compiling regex-automata v0.4.8 |
507 | 2025-07-23T19:07:03.352Z | Compiling generic-array v0.14.7 |
508 | 2025-07-23T19:07:03.461Z | Checking sync_wrapper v1.0.1 |
509 | 2025-07-23T19:07:03.618Z | Compiling rustversion v1.0.17 |
510 | 2025-07-23T19:07:03.742Z | Compiling newtype-uuid v1.2.4 |
511 | 2025-07-23T19:07:03.787Z | Checking tower-layer v0.3.3 |
512 | 2025-07-23T19:07:04.356Z | Checking http-body-util v0.1.3 |
513 | 2025-07-23T19:07:04.453Z | Checking webpki-roots v1.0.1 |
514 | 2025-07-23T19:07:04.651Z | Compiling usdt-impl v0.5.0 |
515 | 2025-07-23T19:07:04.698Z | Checking rustls-webpki v0.102.8 |
516 | 2025-07-23T19:07:05.164Z | Compiling serde_derive v1.0.219 |
517 | 2025-07-23T19:07:05.213Z | Compiling schemars_derive v0.8.22 |
518 | 2025-07-23T19:07:05.380Z | Compiling thiserror-impl v1.0.69 |
519 | 2025-07-23T19:07:05.419Z | Compiling zerofrom-derive v0.1.4 |
520 | 2025-07-23T19:07:05.912Z | Compiling zerocopy-derive v0.7.35 |
521 | 2025-07-23T19:07:06.377Z | Compiling tokio-macros v2.5.0 |
522 | 2025-07-23T19:07:07.242Z | Compiling yoke-derive v0.7.4 |
523 | 2025-07-23T19:07:07.630Z | Compiling zerovec-derive v0.10.3 |
524 | 2025-07-23T19:07:07.811Z | Checking tokio v1.45.1 |
525 | 2025-07-23T19:07:07.881Z | Compiling displaydoc v0.2.5 |
526 | 2025-07-23T19:07:07.958Z | Compiling futures-macro v0.3.31 |
527 | 2025-07-23T19:07:08.435Z | Checking zerofrom v0.1.4 |
528 | 2025-07-23T19:07:08.666Z | Compiling thiserror-impl v2.0.12 |
529 | 2025-07-23T19:07:09.537Z | Compiling icu_provider_macros v1.5.0 |
530 | 2025-07-23T19:07:09.602Z | Checking yoke v0.7.4 |
531 | 2025-07-23T19:07:09.637Z | Compiling pest v2.7.14 |
532 | 2025-07-23T19:07:09.763Z | Checking futures-util v0.3.31 |
533 | 2025-07-23T19:07:09.915Z | Checking zerocopy v0.7.35 |
534 | 2025-07-23T19:07:09.933Z | Checking zerovec v0.10.4 |
535 | 2025-07-23T19:07:12.092Z | Checking ppv-lite86 v0.2.20 |
536 | 2025-07-23T19:07:12.125Z | Checking tinystr v0.7.6 |
537 | 2025-07-23T19:07:12.125Z | Checking icu_collections v1.5.0 |
538 | 2025-07-23T19:07:12.125Z | Checking icu_locid v1.5.0 |
539 | 2025-07-23T19:07:12.204Z | Compiling pest_meta v2.7.14 |
540 | 2025-07-23T19:07:12.748Z | Checking icu_provider v1.5.0 |
541 | 2025-07-23T19:07:13.353Z | Checking icu_locid_transform v1.5.0 |
542 | 2025-07-23T19:07:13.809Z | Compiling pest_generator v2.7.14 |
543 | 2025-07-23T19:07:14.370Z | Checking icu_properties v1.5.1 |
544 | 2025-07-23T19:07:14.436Z | Compiling regex v1.11.1 |
545 | 2025-07-23T19:07:14.682Z | Checking tokio-util v0.7.15 |
546 | 2025-07-23T19:07:15.345Z | Checking tower v0.5.2 |
547 | 2025-07-23T19:07:15.429Z | Compiling scroll_derive v0.12.0 |
548 | 2025-07-23T19:07:15.499Z | Checking tokio-rustls v0.26.0 |
549 | 2025-07-23T19:07:15.513Z | Compiling structmeta-derive v0.3.0 |
550 | 2025-07-23T19:07:15.828Z | Compiling pest_derive v2.7.14 |
551 | 2025-07-23T19:07:15.864Z | Compiling num-conv v0.1.0 |
552 | 2025-07-23T19:07:16.080Z | Compiling time-core v0.1.2 |
553 | 2025-07-23T19:07:16.151Z | Checking iri-string v0.7.8 |
554 | 2025-07-23T19:07:16.275Z | Compiling rustix v1.0.7 |
555 | 2025-07-23T19:07:17.305Z | Checking indexmap v2.10.0 |
556 | 2025-07-23T19:07:17.477Z | Compiling serde_tokenstream v0.2.2 |
557 | 2025-07-23T19:07:17.825Z | Checking icu_normalizer v1.5.0 |
558 | 2025-07-23T19:07:18.164Z | Checking serde_urlencoded v0.7.1 |
559 | 2025-07-23T19:07:18.457Z | Checking powerfmt v0.2.0 |
560 | 2025-07-23T19:07:18.546Z | Checking h2 v0.4.6 |
561 | 2025-07-23T19:07:18.609Z | Compiling structmeta v0.3.0 |
562 | 2025-07-23T19:07:18.656Z | Checking idna_adapter v1.2.0 |
563 | 2025-07-23T19:07:18.689Z | Checking tower-http v0.6.6 |
564 | 2025-07-23T19:07:18.729Z | Checking deranged v0.3.11 |
565 | 2025-07-23T19:07:18.834Z | Checking idna v1.0.3 |
566 | 2025-07-23T19:07:19.234Z | Compiling dof v0.3.0 |
567 | 2025-07-23T19:07:19.326Z | Checking url v2.5.4 |
568 | 2025-07-23T19:07:19.433Z | Checking scroll v0.12.0 |
569 | 2025-07-23T19:07:19.589Z | Compiling dtrace-parser v0.2.0 |
570 | 2025-07-23T19:07:19.903Z | Compiling time-macros v0.2.18 |
571 | 2025-07-23T19:07:20.014Z | Checking rand_core v0.9.2 |
572 | 2025-07-23T19:07:20.149Z | Compiling thread-id v4.2.2 |
573 | 2025-07-23T19:07:20.329Z | Compiling daft-derive v0.1.4 |
574 | 2025-07-23T19:07:20.607Z | Checking ipnetwork v0.21.1 |
575 | 2025-07-23T19:07:21.007Z | Compiling typify-impl v0.3.0 |
576 | 2025-07-23T19:07:21.188Z | Checking oxnet v0.1.2 |
577 | 2025-07-23T19:07:21.854Z | Checking errno v0.3.12 |
578 | 2025-07-23T19:07:21.884Z | Compiling ident_case v1.0.1 |
579 | 2025-07-23T19:07:22.029Z | Compiling crossbeam-utils v0.8.21 |
580 | 2025-07-23T19:07:22.459Z | Checking num_threads v0.1.7 |
581 | 2025-07-23T19:07:22.590Z | Compiling strsim v0.11.1 |
582 | 2025-07-23T19:07:22.603Z | Checking plain v0.2.3 |
583 | 2025-07-23T19:07:22.617Z | Compiling omicron-workspace-hack v0.1.0 |
584 | 2025-07-23T19:07:22.776Z | Checking hyper v1.6.0 |
585 | 2025-07-23T19:07:23.070Z | Checking time v0.3.36 |
586 | 2025-07-23T19:07:23.201Z | Compiling darling_core v0.20.10 |
587 | 2025-07-23T19:07:24.095Z | Checking goblin v0.8.2 |
588 | 2025-07-23T19:07:24.814Z | Checking hyper-util v0.1.14 |
589 | 2025-07-23T19:07:25.788Z | Checking daft v0.1.4 |
590 | 2025-07-23T19:07:26.229Z | Compiling openapiv3 v2.2.0 |
591 | 2025-07-23T19:07:27.001Z | Checking hyper-rustls v0.27.7 |
592 | 2025-07-23T19:07:27.339Z | Checking reqwest v0.12.22 |
593 | 2025-07-23T19:07:27.728Z | Checking dirs-sys-next v0.1.2 |
594 | 2025-07-23T19:07:27.881Z | Compiling anyhow v1.0.98 |
595 | 2025-07-23T19:07:27.930Z | Checking pretty-hex v0.4.1 |
596 | 2025-07-23T19:07:28.130Z | Compiling rustls v0.22.4 |
597 | 2025-07-23T19:07:28.318Z | Compiling unsafe-libyaml v0.2.11 |
598 | 2025-07-23T19:07:28.499Z | Checking fastrand v2.1.1 |
599 | 2025-07-23T19:07:28.720Z | Compiling darling_macro v0.20.10 |
600 | 2025-07-23T19:07:28.813Z | Checking tempfile v3.20.0 |
601 | 2025-07-23T19:07:28.946Z | Checking dirs-next v2.0.0 |
602 | 2025-07-23T19:07:29.679Z | Compiling serde_yaml v0.9.34+deprecated |
603 | 2025-07-23T19:07:29.694Z | Checking block-buffer v0.10.4 |
604 | 2025-07-23T19:07:29.708Z | Checking crypto-common v0.1.6 |
605 | 2025-07-23T19:07:29.741Z | Checking toml_datetime v0.6.11 |
606 | 2025-07-23T19:07:29.896Z | Checking serde_spanned v0.6.9 |
607 | 2025-07-23T19:07:29.909Z | Checking rand_core v0.6.4 |
608 | 2025-07-23T19:07:29.922Z | Compiling multer v3.1.0 |
609 | 2025-07-23T19:07:29.969Z | Checking thread_local v1.1.8 |
610 | 2025-07-23T19:07:30.034Z | Checking wait-timeout v0.2.0 |
611 | 2025-07-23T19:07:30.089Z | Checking match_cfg v0.1.0 |
612 | 2025-07-23T19:07:30.179Z | Compiling ref-cast v1.0.24 |
613 | 2025-07-23T19:07:30.192Z | Checking quick-error v1.2.3 |
614 | 2025-07-23T19:07:30.207Z | Checking bit-vec v0.8.0 |
615 | 2025-07-23T19:07:30.208Z | Compiling slog-async v2.8.0 |
616 | 2025-07-23T19:07:30.248Z | Checking winnow v0.7.10 |
617 | 2025-07-23T19:07:30.286Z | Checking toml_write v0.1.2 |
618 | 2025-07-23T19:07:30.350Z | Compiling camino v1.1.10 |
619 | 2025-07-23T19:07:30.565Z | Checking bit-set v0.8.0 |
620 | 2025-07-23T19:07:30.612Z | Checking rusty-fork v0.3.0 |
621 | 2025-07-23T19:07:30.813Z | Checking rand_chacha v0.3.1 |
622 | 2025-07-23T19:07:30.828Z | Checking hostname v0.3.1 |
623 | 2025-07-23T19:07:30.910Z | Checking crossbeam-channel v0.5.15 |
624 | 2025-07-23T19:07:30.979Z | Checking digest v0.10.7 |
625 | 2025-07-23T19:07:31.010Z | Compiling darling v0.20.10 |
626 | 2025-07-23T19:07:31.136Z | Checking term v0.7.0 |
627 | 2025-07-23T19:07:31.312Z | Checking progenitor-client v0.9.1 |
628 | 2025-07-23T19:07:31.557Z | Compiling usdt-attr-macro v0.5.0 |
629 | 2025-07-23T19:07:31.572Z | Compiling usdt-macro v0.5.0 |
630 | 2025-07-23T19:07:31.627Z | Checking slog-json v2.6.1 |
631 | 2025-07-23T19:07:31.659Z | Compiling strum_macros v0.26.4 |
632 | 2025-07-23T19:07:31.679Z | Compiling typify-macro v0.3.0 |
633 | 2025-07-23T19:07:31.891Z | Checking rand_xorshift v0.4.0 |
634 | 2025-07-23T19:07:32.070Z | Checking rand_chacha v0.9.0 |
635 | 2025-07-23T19:07:32.413Z | Checking rand v0.9.1 |
636 | 2025-07-23T19:07:32.772Z | Compiling derive-ex v0.1.8 |
637 | 2025-07-23T19:07:32.790Z | Checking hex v0.4.3 |
638 | 2025-07-23T19:07:32.880Z | Checking futures-executor v0.3.31 |
639 | 2025-07-23T19:07:33.075Z | Checking toml_edit v0.22.27 |
640 | 2025-07-23T19:07:33.120Z | Compiling ref-cast-impl v1.0.24 |
641 | 2025-07-23T19:07:33.292Z | Compiling async-stream-impl v0.3.6 |
642 | 2025-07-23T19:07:33.382Z | Compiling dropshot v0.16.2 |
643 | 2025-07-23T19:07:33.786Z | Checking memmap v0.7.0 |
644 | 2025-07-23T19:07:34.004Z | Checking is-terminal v0.4.13 |
645 | 2025-07-23T19:07:34.146Z | Checking encoding_rs v0.8.34 |
646 | 2025-07-23T19:07:34.284Z | Checking spin v0.9.8 |
647 | 2025-07-23T19:07:34.474Z | Checking cpufeatures v0.2.14 |
648 | 2025-07-23T19:07:34.537Z | Checking mime v0.3.17 |
649 | 2025-07-23T19:07:34.578Z | Checking unarray v0.1.4 |
650 | 2025-07-23T19:07:34.746Z | Checking lazy_static v1.5.0 |
651 | 2025-07-23T19:07:34.813Z | Checking take_mut v0.2.2 |
652 | 2025-07-23T19:07:34.886Z | Checking proptest v1.7.0 |
653 | 2025-07-23T19:07:34.886Z | Checking tokio-rustls v0.25.0 |
654 | 2025-07-23T19:07:34.947Z | Compiling typify v0.3.0 |
655 | 2025-07-23T19:07:35.097Z | Compiling progenitor-impl v0.9.1 |
656 | 2025-07-23T19:07:35.532Z | Checking sha1 v0.10.6 |
657 | 2025-07-23T19:07:35.694Z | Checking toml v0.8.23 |
658 | 2025-07-23T19:07:35.710Z | Checking strum v0.26.3 |
659 | 2025-07-23T19:07:35.796Z | Checking async-stream v0.3.6 |
660 | 2025-07-23T19:07:36.012Z | Checking slog-term v2.9.1 |
661 | 2025-07-23T19:07:36.042Z | Checking usdt v0.5.0 |
662 | 2025-07-23T19:07:39.312Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
663 | 2025-07-23T19:07:39.387Z | Checking futures v0.3.31 |
664 | 2025-07-23T19:07:39.387Z | Checking slog-bunyan v2.5.0 |
665 | 2025-07-23T19:07:39.387Z | Checking rand v0.8.5 |
666 | 2025-07-23T19:07:39.387Z | Compiling serde_with_macros v3.14.0 |
667 | 2025-07-23T19:07:39.387Z | Compiling test-strategy v0.4.3 |
668 | 2025-07-23T19:07:39.387Z | Compiling strum_macros v0.27.1 |
669 | 2025-07-23T19:07:39.387Z | Compiling parse-display-derive v0.10.0 |
670 | 2025-07-23T19:07:39.387Z | Compiling dropshot_endpoint v0.16.2 |
671 | 2025-07-23T19:07:39.387Z | Checking serde_path_to_error v0.1.17 |
672 | 2025-07-23T19:07:39.387Z | Compiling async-trait v0.1.88 |
673 | 2025-07-23T19:07:39.387Z | Compiling derive-where v1.5.0 |
674 | 2025-07-23T19:07:39.387Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
675 | 2025-07-23T19:07:42.047Z | Checking waitgroup v0.1.2 |
676 | 2025-07-23T19:07:42.094Z | Checking rustls-pemfile v2.2.0 |
677 | 2025-07-23T19:07:42.094Z | Checking hostname v0.4.0 |
678 | 2025-07-23T19:07:42.094Z | Checking instant v0.1.13 |
679 | 2025-07-23T19:07:42.094Z | Checking debug-ignore v1.0.5 |
680 | 2025-07-23T19:07:42.094Z | Checking rustc-hash v2.1.1 |
681 | 2025-07-23T19:07:42.094Z | Checking backoff v0.4.0 |
682 | 2025-07-23T19:07:42.094Z | Checking iddqd v0.3.9 |
683 | 2025-07-23T19:07:42.094Z | Checking parse-display v0.10.0 |
684 | 2025-07-23T19:07:42.094Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
685 | 2025-07-23T19:07:42.094Z | Compiling progenitor-macro v0.9.1 |
686 | 2025-07-23T19:07:42.094Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
687 | 2025-07-23T19:07:42.094Z | Checking serde_with v3.14.0 |
688 | 2025-07-23T19:07:42.094Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
689 | 2025-07-23T19:07:42.095Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
690 | 2025-07-23T19:07:42.095Z | Checking strum v0.27.1 |
691 | 2025-07-23T19:07:42.095Z | Checking progenitor-client v0.10.0 |
692 | 2025-07-23T19:07:42.095Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
693 | 2025-07-23T19:07:42.095Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
694 | 2025-07-23T19:07:42.095Z | Checking macaddr v1.0.1 |
695 | 2025-07-23T19:07:45.101Z | Checking progenitor v0.9.1 |
696 | 2025-07-23T19:07:45.229Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
697 | 2025-07-23T19:07:48.836Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
698 | 2025-07-23T19:07:55.849Z | Checking test-project v0.1.0 (/tmp/test-project) |
699 | 2025-07-23T19:07:55.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
700 | 2025-07-23T19:07:56.038Z | + cargo build --release |
701 | 2025-07-23T19:07:56.352Z | Compiling proc-macro2 v1.0.95 |
702 | 2025-07-23T19:07:56.352Z | Compiling unicode-ident v1.0.18 |
703 | 2025-07-23T19:07:56.387Z | Compiling libc v0.2.174 |
704 | 2025-07-23T19:07:56.387Z | Compiling cfg-if v1.0.1 |
705 | 2025-07-23T19:07:56.387Z | Compiling autocfg v1.4.0 |
706 | 2025-07-23T19:07:56.387Z | Compiling serde v1.0.219 |
707 | 2025-07-23T19:07:56.387Z | Compiling memchr v2.7.4 |
708 | 2025-07-23T19:07:56.387Z | Compiling serde_json v1.0.140 |
709 | 2025-07-23T19:07:56.565Z | Compiling itoa v1.0.11 |
710 | 2025-07-23T19:07:56.702Z | Compiling ryu v1.0.18 |
711 | 2025-07-23T19:07:56.851Z | Compiling getrandom v0.3.3 |
712 | 2025-07-23T19:07:56.968Z | Compiling semver v1.0.26 |
713 | 2025-07-23T19:07:57.276Z | Compiling pin-project-lite v0.2.14 |
714 | 2025-07-23T19:07:57.406Z | Compiling smallvec v1.15.0 |
715 | 2025-07-23T19:07:57.422Z | Compiling version_check v0.9.5 |
716 | 2025-07-23T19:07:57.432Z | Compiling futures-core v0.3.31 |
717 | 2025-07-23T19:07:57.643Z | Compiling bytes v1.10.1 |
718 | 2025-07-23T19:07:57.733Z | Compiling once_cell v1.21.3 |
719 | 2025-07-23T19:07:57.815Z | Compiling num-traits v0.2.19 |
720 | 2025-07-23T19:07:57.896Z | Compiling lock_api v0.4.12 |
721 | 2025-07-23T19:07:57.948Z | Compiling allocator-api2 v0.2.21 |
722 | 2025-07-23T19:07:58.115Z | Compiling quote v1.0.40 |
723 | 2025-07-23T19:07:58.209Z | Compiling foldhash v0.1.5 |
724 | 2025-07-23T19:07:58.254Z | Compiling thiserror v1.0.69 |
725 | 2025-07-23T19:07:58.372Z | Compiling parking_lot_core v0.9.10 |
726 | 2025-07-23T19:07:58.578Z | Compiling syn v2.0.104 |
727 | 2025-07-23T19:07:58.671Z | Compiling equivalent v1.0.2 |
728 | 2025-07-23T19:07:58.788Z | Compiling hashbrown v0.15.4 |
729 | 2025-07-23T19:07:58.820Z | Compiling scopeguard v1.2.0 |
730 | 2025-07-23T19:07:58.855Z | Compiling fnv v1.0.7 |
731 | 2025-07-23T19:07:59.001Z | Compiling slab v0.4.9 |
732 | 2025-07-23T19:07:59.389Z | Compiling futures-sink v0.3.31 |
733 | 2025-07-23T19:07:59.666Z | Compiling shlex v1.3.0 |
734 | 2025-07-23T19:07:59.666Z | Compiling parking_lot v0.12.3 |
735 | 2025-07-23T19:07:59.666Z | Compiling getrandom v0.2.15 |
736 | 2025-07-23T19:07:59.694Z | Compiling cc v1.2.30 |
737 | 2025-07-23T19:07:59.778Z | Compiling socket2 v0.5.10 |
738 | 2025-07-23T19:07:59.868Z | Compiling mio v1.0.2 |
739 | 2025-07-23T19:07:59.931Z | Compiling signal-hook-registry v1.4.2 |
740 | 2025-07-23T19:08:00.336Z | Compiling stable_deref_trait v1.2.0 |
741 | 2025-07-23T19:08:00.467Z | Compiling schemars v0.8.22 |
742 | 2025-07-23T19:08:00.915Z | Compiling iana-time-zone v0.1.63 |
743 | 2025-07-23T19:08:01.475Z | Compiling dyn-clone v1.0.19 |
744 | 2025-07-23T19:08:01.491Z | Compiling thiserror v2.0.12 |
745 | 2025-07-23T19:08:01.512Z | Compiling heck v0.5.0 |
746 | 2025-07-23T19:08:01.538Z | Compiling futures-channel v0.3.31 |
747 | 2025-07-23T19:08:01.561Z | Compiling http v1.3.1 |
748 | 2025-07-23T19:08:01.618Z | Compiling futures-io v0.3.31 |
749 | 2025-07-23T19:08:01.627Z | Compiling log v0.4.27 |
750 | 2025-07-23T19:08:01.917Z | Compiling futures-task v0.3.31 |
751 | 2025-07-23T19:08:01.925Z | Compiling pin-utils v0.1.0 |
752 | 2025-07-23T19:08:02.098Z | Compiling rustls-pki-types v1.10.0 |
753 | 2025-07-23T19:08:02.371Z | Compiling litemap v0.7.3 |
754 | 2025-07-23T19:08:02.374Z | Compiling untrusted v0.9.0 |
755 | 2025-07-23T19:08:02.536Z | Compiling writeable v0.5.5 |
756 | 2025-07-23T19:08:02.627Z | Compiling ring v0.17.14 |
757 | 2025-07-23T19:08:02.923Z | Compiling byteorder v1.5.0 |
758 | 2025-07-23T19:08:02.978Z | Compiling httparse v1.9.5 |
759 | 2025-07-23T19:08:03.380Z | Compiling ucd-trie v0.1.7 |
760 | 2025-07-23T19:08:03.604Z | Compiling http-body v1.0.1 |
761 | 2025-07-23T19:08:03.845Z | Compiling tracing-core v0.1.32 |
762 | 2025-07-23T19:08:03.864Z | Compiling atomic-waker v1.1.2 |
763 | 2025-07-23T19:08:04.216Z | Compiling bitflags v2.9.1 |
764 | 2025-07-23T19:08:04.250Z | Compiling zeroize v1.8.1 |
765 | 2025-07-23T19:08:04.438Z | Compiling icu_locid_transform_data v1.5.0 |
766 | 2025-07-23T19:08:04.580Z | Compiling subtle v2.6.1 |
767 | 2025-07-23T19:08:04.812Z | Compiling percent-encoding v2.3.1 |
768 | 2025-07-23T19:08:04.870Z | Compiling tracing v0.1.40 |
769 | 2025-07-23T19:08:05.163Z | Compiling chrono v0.4.41 |
770 | 2025-07-23T19:08:05.894Z | Compiling serde_derive_internals v0.29.1 |
771 | 2025-07-23T19:08:05.952Z | Compiling synstructure v0.13.1 |
772 | 2025-07-23T19:08:06.269Z | Compiling tower-service v0.3.3 |
773 | 2025-07-23T19:08:06.289Z | Compiling uuid v1.17.0 |
774 | 2025-07-23T19:08:06.397Z | Compiling icu_properties_data v1.5.0 |
775 | 2025-07-23T19:08:06.656Z | Compiling try-lock v0.2.5 |
776 | 2025-07-23T19:08:06.863Z | Compiling want v0.3.1 |
777 | 2025-07-23T19:08:06.994Z | Compiling regress v0.10.3 |
778 | 2025-07-23T19:08:07.072Z | Compiling utf8_iter v1.0.4 |
779 | 2025-07-23T19:08:07.164Z | Compiling httpdate v1.0.3 |
780 | 2025-07-23T19:08:07.348Z | Compiling utf16_iter v1.0.5 |
781 | 2025-07-23T19:08:07.581Z | Compiling slog v2.7.0 |
782 | 2025-07-23T19:08:07.772Z | Compiling rustls v0.23.19 |
783 | 2025-07-23T19:08:07.916Z | Compiling write16 v1.0.0 |
784 | 2025-07-23T19:08:08.085Z | Compiling icu_normalizer_data v1.5.0 |
785 | 2025-07-23T19:08:08.209Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-07-23T19:08:08.767Z | Compiling aho-corasick v1.1.3 |
787 | 2025-07-23T19:08:08.951Z | Compiling typenum v1.17.0 |
788 | 2025-07-23T19:08:09.036Z | Compiling paste v1.0.15 |
789 | 2025-07-23T19:08:09.514Z | Compiling serde_derive v1.0.219 |
790 | 2025-07-23T19:08:09.551Z | Compiling schemars_derive v0.8.22 |
791 | 2025-07-23T19:08:09.892Z | Compiling zerofrom-derive v0.1.4 |
792 | 2025-07-23T19:08:09.917Z | Compiling thiserror-impl v1.0.69 |
793 | 2025-07-23T19:08:11.307Z | Compiling tokio-macros v2.5.0 |
794 | 2025-07-23T19:08:12.302Z | Compiling zerocopy-derive v0.7.35 |
795 | 2025-07-23T19:08:12.316Z | Compiling yoke-derive v0.7.4 |
796 | 2025-07-23T19:08:12.620Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-07-23T19:08:12.747Z | Compiling tokio v1.45.1 |
798 | 2025-07-23T19:08:12.875Z | Compiling zerofrom v0.1.4 |
799 | 2025-07-23T19:08:13.149Z | Compiling displaydoc v0.2.5 |
800 | 2025-07-23T19:08:13.690Z | Compiling futures-macro v0.3.31 |
801 | 2025-07-23T19:08:14.364Z | Compiling thiserror-impl v2.0.12 |
802 | 2025-07-23T19:08:14.656Z | Compiling yoke v0.7.4 |
803 | 2025-07-23T19:08:14.934Z | Compiling icu_provider_macros v1.5.0 |
804 | 2025-07-23T19:08:14.988Z | Compiling zerovec v0.10.4 |
805 | 2025-07-23T19:08:15.441Z | Compiling futures-util v0.3.31 |
806 | 2025-07-23T19:08:16.034Z | Compiling pest v2.7.14 |
807 | 2025-07-23T19:08:17.953Z | Compiling tinystr v0.7.6 |
808 | 2025-07-23T19:08:18.293Z | Compiling icu_locid v1.5.0 |
809 | 2025-07-23T19:08:18.926Z | Compiling rustls-webpki v0.102.8 |
810 | 2025-07-23T19:08:24.742Z | Compiling indexmap v2.10.0 |
811 | 2025-07-23T19:08:24.951Z | Compiling serde_tokenstream v0.2.2 |
812 | 2025-07-23T19:08:25.273Z | Compiling icu_provider v1.5.0 |
813 | 2025-07-23T19:08:25.523Z | Compiling zerocopy v0.7.35 |
814 | 2025-07-23T19:08:25.889Z | Compiling tokio-util v0.7.15 |
815 | 2025-07-23T19:08:26.374Z | Compiling icu_locid_transform v1.5.0 |
816 | 2025-07-23T19:08:27.459Z | Compiling pest_meta v2.7.14 |
817 | 2025-07-23T19:08:27.793Z | Compiling icu_collections v1.5.0 |
818 | 2025-07-23T19:08:27.923Z | Compiling h2 v0.4.6 |
819 | 2025-07-23T19:08:30.451Z | Compiling pest_generator v2.7.14 |
820 | 2025-07-23T19:08:30.983Z | Compiling icu_properties v1.5.1 |
821 | 2025-07-23T19:08:32.579Z | Compiling pest_derive v2.7.14 |
822 | 2025-07-23T19:08:32.613Z | Compiling ipnet v2.11.0 |
823 | 2025-07-23T19:08:33.502Z | Compiling base64 v0.22.1 |
824 | 2025-07-23T19:08:34.621Z | Compiling typify-impl v0.3.0 |
825 | 2025-07-23T19:08:34.984Z | Compiling icu_normalizer v1.5.0 |
826 | 2025-07-23T19:08:35.441Z | Compiling hyper v1.6.0 |
827 | 2025-07-23T19:08:37.346Z | Compiling regex-syntax v0.8.5 |
828 | 2025-07-23T19:08:38.621Z | Compiling zerocopy v0.8.26 |
829 | 2025-07-23T19:08:40.451Z | Compiling hyper-util v0.1.14 |
830 | 2025-07-23T19:08:42.759Z | Compiling regex-automata v0.4.8 |
831 | 2025-07-23T19:08:43.074Z | Compiling idna_adapter v1.2.0 |
832 | 2025-07-23T19:08:44.587Z | Compiling typify-macro v0.3.0 |
833 | 2025-07-23T19:08:45.136Z | Compiling generic-array v0.14.7 |
834 | 2025-07-23T19:08:45.542Z | Compiling sync_wrapper v1.0.1 |
835 | 2025-07-23T19:08:45.772Z | Compiling tower-layer v0.3.3 |
836 | 2025-07-23T19:08:46.191Z | Compiling newtype-uuid v1.2.4 |
837 | 2025-07-23T19:08:46.237Z | Compiling rustversion v1.0.17 |
838 | 2025-07-23T19:08:46.899Z | Compiling regex v1.11.1 |
839 | 2025-07-23T19:08:48.313Z | Compiling tower v0.5.2 |
840 | 2025-07-23T19:08:48.360Z | Compiling idna v1.0.3 |
841 | 2025-07-23T19:08:48.937Z | Compiling ipnetwork v0.21.1 |
842 | 2025-07-23T19:08:49.096Z | Compiling ppv-lite86 v0.2.20 |
843 | 2025-07-23T19:08:49.933Z | Compiling serde_urlencoded v0.7.1 |
844 | 2025-07-23T19:08:50.526Z | Compiling tokio-rustls v0.26.0 |
845 | 2025-07-23T19:08:50.869Z | Compiling scroll_derive v0.12.0 |
846 | 2025-07-23T19:08:51.041Z | Compiling structmeta-derive v0.3.0 |
847 | 2025-07-23T19:08:52.304Z | Compiling http-body-util v0.1.3 |
848 | 2025-07-23T19:08:52.356Z | Compiling webpki-roots v1.0.1 |
849 | 2025-07-23T19:08:52.566Z | Compiling usdt-impl v0.5.0 |
850 | 2025-07-23T19:08:52.996Z | Compiling num-conv v0.1.0 |
851 | 2025-07-23T19:08:53.267Z | Compiling iri-string v0.7.8 |
852 | 2025-07-23T19:08:53.467Z | Compiling rustix v1.0.7 |
853 | 2025-07-23T19:08:53.485Z | Compiling powerfmt v0.2.0 |
854 | 2025-07-23T19:08:53.600Z | Compiling time-core v0.1.2 |
855 | 2025-07-23T19:08:53.792Z | Compiling omicron-workspace-hack v0.1.0 |
856 | 2025-07-23T19:08:54.005Z | Compiling time-macros v0.2.18 |
857 | 2025-07-23T19:08:54.151Z | Compiling deranged v0.3.11 |
858 | 2025-07-23T19:08:54.268Z | Compiling structmeta v0.3.0 |
859 | 2025-07-23T19:08:54.811Z | Compiling hyper-rustls v0.27.7 |
860 | 2025-07-23T19:08:56.220Z | Compiling scroll v0.12.0 |
861 | 2025-07-23T19:08:56.790Z | Compiling tower-http v0.6.6 |
862 | 2025-07-23T19:08:56.857Z | Compiling rand_core v0.9.2 |
863 | 2025-07-23T19:08:57.253Z | Compiling oxnet v0.1.2 |
864 | 2025-07-23T19:08:58.638Z | Compiling url v2.5.4 |
865 | 2025-07-23T19:08:58.952Z | Compiling thread-id v4.2.2 |
866 | 2025-07-23T19:08:59.072Z | Compiling dof v0.3.0 |
867 | 2025-07-23T19:09:00.233Z | Compiling dtrace-parser v0.2.0 |
868 | 2025-07-23T19:09:00.307Z | Compiling daft-derive v0.1.4 |
869 | 2025-07-23T19:09:01.925Z | Compiling errno v0.3.12 |
870 | 2025-07-23T19:09:02.356Z | Compiling ident_case v1.0.1 |
871 | 2025-07-23T19:09:03.887Z | Compiling crossbeam-utils v0.8.21 |
872 | 2025-07-23T19:09:04.312Z | Compiling plain v0.2.3 |
873 | 2025-07-23T19:09:04.478Z | Compiling strsim v0.11.1 |
874 | 2025-07-23T19:09:04.503Z | Compiling num_threads v0.1.7 |
875 | 2025-07-23T19:09:04.643Z | Compiling time v0.3.36 |
876 | 2025-07-23T19:09:04.943Z | Compiling darling_core v0.20.10 |
877 | 2025-07-23T19:09:05.111Z | Compiling goblin v0.8.2 |
878 | 2025-07-23T19:09:13.472Z | Compiling daft v0.1.4 |
879 | 2025-07-23T19:09:14.315Z | Compiling reqwest v0.12.22 |
880 | 2025-07-23T19:09:15.463Z | Compiling openapiv3 v2.2.0 |
881 | 2025-07-23T19:09:15.627Z | Compiling typify v0.3.0 |
882 | 2025-07-23T19:09:17.767Z | Compiling dirs-sys-next v0.1.2 |
883 | 2025-07-23T19:09:18.865Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2025-07-23T19:09:19.471Z | Compiling fastrand v2.1.1 |
885 | 2025-07-23T19:09:20.152Z | Compiling pretty-hex v0.4.1 |
886 | 2025-07-23T19:09:20.426Z | Compiling anyhow v1.0.98 |
887 | 2025-07-23T19:09:20.534Z | Compiling rustls v0.22.4 |
888 | 2025-07-23T19:09:21.469Z | Compiling serde_yaml v0.9.34+deprecated |
889 | 2025-07-23T19:09:21.829Z | Compiling tempfile v3.20.0 |
890 | 2025-07-23T19:09:23.776Z | Compiling progenitor-impl v0.9.1 |
891 | 2025-07-23T19:09:23.851Z | Compiling dirs-next v2.0.0 |
892 | 2025-07-23T19:09:24.831Z | Compiling darling_macro v0.20.10 |
893 | 2025-07-23T19:09:27.238Z | Compiling crypto-common v0.1.6 |
894 | 2025-07-23T19:09:27.486Z | Compiling block-buffer v0.10.4 |
895 | 2025-07-23T19:09:27.689Z | Compiling serde_spanned v0.6.9 |
896 | 2025-07-23T19:09:27.756Z | Compiling toml_datetime v0.6.11 |
897 | 2025-07-23T19:09:27.854Z | Compiling rand_core v0.6.4 |
898 | 2025-07-23T19:09:27.944Z | Compiling thread_local v1.1.8 |
899 | 2025-07-23T19:09:28.350Z | Compiling multer v3.1.0 |
900 | 2025-07-23T19:09:28.566Z | Compiling wait-timeout v0.2.0 |
901 | 2025-07-23T19:09:28.749Z | Compiling winnow v0.7.10 |
902 | 2025-07-23T19:09:28.822Z | Compiling bit-vec v0.8.0 |
903 | 2025-07-23T19:09:29.008Z | Compiling camino v1.1.10 |
904 | 2025-07-23T19:09:29.424Z | Compiling toml_write v0.1.2 |
905 | 2025-07-23T19:09:29.464Z | Compiling ref-cast v1.0.24 |
906 | 2025-07-23T19:09:29.556Z | Compiling quick-error v1.2.3 |
907 | 2025-07-23T19:09:29.615Z | Compiling match_cfg v0.1.0 |
908 | 2025-07-23T19:09:29.714Z | Compiling slog-async v2.8.0 |
909 | 2025-07-23T19:09:29.724Z | Compiling hostname v0.3.1 |
910 | 2025-07-23T19:09:29.892Z | Compiling rusty-fork v0.3.0 |
911 | 2025-07-23T19:09:30.029Z | Compiling progenitor-macro v0.9.1 |
912 | 2025-07-23T19:09:30.063Z | Compiling bit-set v0.8.0 |
913 | 2025-07-23T19:09:30.471Z | Compiling rand_chacha v0.3.1 |
914 | 2025-07-23T19:09:30.481Z | Compiling digest v0.10.7 |
915 | 2025-07-23T19:09:30.914Z | Compiling crossbeam-channel v0.5.15 |
916 | 2025-07-23T19:09:31.880Z | Compiling darling v0.20.10 |
917 | 2025-07-23T19:09:32.213Z | Compiling term v0.7.0 |
918 | 2025-07-23T19:09:32.532Z | Compiling toml_edit v0.22.27 |
919 | 2025-07-23T19:09:36.709Z | Compiling progenitor-client v0.9.1 |
920 | 2025-07-23T19:09:37.695Z | Compiling usdt-macro v0.5.0 |
921 | 2025-07-23T19:09:38.991Z | Compiling usdt-attr-macro v0.5.0 |
922 | 2025-07-23T19:09:40.430Z | Compiling slog-json v2.6.1 |
923 | 2025-07-23T19:09:40.911Z | Compiling strum_macros v0.26.4 |
924 | 2025-07-23T19:09:41.066Z | Compiling rand_xorshift v0.4.0 |
925 | 2025-07-23T19:09:41.331Z | Compiling rand_chacha v0.9.0 |
926 | 2025-07-23T19:09:41.344Z | Compiling rand v0.9.1 |
927 | 2025-07-23T19:09:42.315Z | Compiling derive-ex v0.1.8 |
928 | 2025-07-23T19:09:42.749Z | Compiling hex v0.4.3 |
929 | 2025-07-23T19:09:43.398Z | Compiling futures-executor v0.3.31 |
930 | 2025-07-23T19:09:44.484Z | Compiling async-stream-impl v0.3.6 |
931 | 2025-07-23T19:09:45.109Z | Compiling ref-cast-impl v1.0.24 |
932 | 2025-07-23T19:09:45.796Z | Compiling dropshot v0.16.2 |
933 | 2025-07-23T19:09:46.166Z | Compiling memmap v0.7.0 |
934 | 2025-07-23T19:09:46.257Z | Compiling is-terminal v0.4.13 |
935 | 2025-07-23T19:09:46.282Z | Compiling encoding_rs v0.8.34 |
936 | 2025-07-23T19:09:46.404Z | Compiling mime v0.3.17 |
937 | 2025-07-23T19:09:46.593Z | Compiling spin v0.9.8 |
938 | 2025-07-23T19:09:46.797Z | Compiling unarray v0.1.4 |
939 | 2025-07-23T19:09:47.001Z | Compiling cpufeatures v0.2.14 |
940 | 2025-07-23T19:09:47.105Z | Compiling take_mut v0.2.2 |
941 | 2025-07-23T19:09:47.282Z | Compiling lazy_static v1.5.0 |
942 | 2025-07-23T19:09:47.422Z | Compiling proptest v1.7.0 |
943 | 2025-07-23T19:09:53.174Z | Compiling sha1 v0.10.6 |
944 | 2025-07-23T19:09:53.432Z | Compiling usdt v0.5.0 |
945 | 2025-07-23T19:09:53.974Z | Compiling slog-term v2.9.1 |
946 | 2025-07-23T19:09:55.060Z | Compiling test-strategy v0.4.3 |
947 | 2025-07-23T19:09:55.432Z | Compiling async-stream v0.3.6 |
948 | 2025-07-23T19:09:55.804Z | Compiling strum v0.26.3 |
949 | 2025-07-23T19:09:56.015Z | Compiling futures v0.3.31 |
950 | 2025-07-23T19:09:56.136Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
951 | 2025-07-23T19:09:56.553Z | Compiling progenitor v0.9.1 |
952 | 2025-07-23T19:09:56.751Z | Compiling slog-bunyan v2.5.0 |
953 | 2025-07-23T19:09:56.818Z | Compiling tokio-rustls v0.25.0 |
954 | 2025-07-23T19:09:57.047Z | Compiling toml v0.8.23 |
955 | 2025-07-23T19:09:57.234Z | Compiling serde_with_macros v3.14.0 |
956 | 2025-07-23T19:09:57.286Z | Compiling rand v0.8.5 |
957 | 2025-07-23T19:09:59.126Z | Compiling strum_macros v0.27.1 |
958 | 2025-07-23T19:09:59.566Z | Compiling parse-display-derive v0.10.0 |
959 | 2025-07-23T19:09:59.720Z | Compiling dropshot_endpoint v0.16.2 |
960 | 2025-07-23T19:10:03.259Z | Compiling serde_path_to_error v0.1.17 |
961 | 2025-07-23T19:10:03.726Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
962 | 2025-07-23T19:10:03.756Z | Compiling derive-where v1.5.0 |
963 | 2025-07-23T19:10:03.789Z | Compiling async-trait v0.1.88 |
964 | 2025-07-23T19:10:04.275Z | Compiling waitgroup v0.1.2 |
965 | 2025-07-23T19:10:04.530Z | Compiling rustls-pemfile v2.2.0 |
966 | 2025-07-23T19:10:04.579Z | Compiling hostname v0.4.0 |
967 | 2025-07-23T19:10:04.843Z | Compiling instant v0.1.13 |
968 | 2025-07-23T19:10:05.004Z | Compiling debug-ignore v1.0.5 |
969 | 2025-07-23T19:10:05.023Z | Compiling rustc-hash v2.1.1 |
970 | 2025-07-23T19:10:05.168Z | Compiling backoff v0.4.0 |
971 | 2025-07-23T19:10:05.216Z | Compiling iddqd v0.3.9 |
972 | 2025-07-23T19:10:05.508Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
973 | 2025-07-23T19:10:05.740Z | Compiling strum v0.27.1 |
974 | 2025-07-23T19:10:05.952Z | Compiling parse-display v0.10.0 |
975 | 2025-07-23T19:10:06.787Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
976 | 2025-07-23T19:10:07.123Z | Compiling serde_with v3.14.0 |
977 | 2025-07-23T19:10:07.398Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#ef54b566) |
978 | 2025-07-23T19:10:07.971Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
979 | 2025-07-23T19:10:09.086Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
980 | 2025-07-23T19:10:09.811Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
981 | 2025-07-23T19:10:09.908Z | Compiling progenitor-client v0.10.0 |
982 | 2025-07-23T19:10:10.744Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
983 | 2025-07-23T19:10:10.903Z | Compiling macaddr v1.0.1 |
984 | 2025-07-23T19:10:14.650Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
985 | 2025-07-23T19:10:25.429Z | Compiling test-project v0.1.0 (/tmp/test-project) |
986 | 2025-07-23T19:10:35.621Z | Finished `release` profile [optimized] target(s) in 2m 39s |
987 | 2025-07-23T19:10:35.746Z | process exited: duration 229908 ms, exit code 0 |
|
988 | 2025-07-23T19:10:35.958Z | found 0 output files |