|
|
|
1 | 2025-07-15T19:37:33.179Z | job assigned to worker 01K07SDB1JJGTN5FAX4G1GFY5D [factory aws, i-06dbdda97039dcbb1] (queued for 1 m 6 s) |
|
2 | 2025-07-15T19:37:41.908Z | starting task 0: "setup" |
3 | 2025-07-15T19:37:41.912Z | ++ uname -s |
4 | 2025-07-15T19:37:41.916Z | + kern=SunOS |
5 | 2025-07-15T19:37:41.916Z | + build_user=build |
6 | 2025-07-15T19:37:41.916Z | + build_uid=12345 |
7 | 2025-07-15T19:37:41.916Z | + work_dir=/work |
8 | 2025-07-15T19:37:41.916Z | + input_dir=/input |
9 | 2025-07-15T19:37:41.916Z | + [[ 0 == 12345 ]] |
10 | 2025-07-15T19:37:41.916Z | + case "$kern" in |
11 | 2025-07-15T19:37:41.916Z | + groupadd -g 12345 build |
12 | 2025-07-15T19:37:41.920Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-15T19:37:43.927Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-15T19:37:44.055Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-15T19:37:44.058Z | + home_fs=zfs |
16 | 2025-07-15T19:37:44.059Z | + [[ zfs == autofs ]] |
17 | 2025-07-15T19:37:44.059Z | + mkdir -p /home/build |
18 | 2025-07-15T19:37:44.059Z | + chown build:build /home/build /work |
19 | 2025-07-15T19:37:45.061Z | + chmod 0700 /home/build /work |
20 | 2025-07-15T19:37:45.064Z | process exited: duration 3157 ms, exit code 0 |
|
21 | 2025-07-15T19:37:45.071Z | starting task 1: "rust-toolchain" |
22 | 2025-07-15T19:37:45.081Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-15T19:37:45.081Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-15T19:37:45.081Z | * rust toolchain profile = "default" |
25 | 2025-07-15T19:37:45.081Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-15T19:37:45.081Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-15T19:37:45.081Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-15T19:37:45.085Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-15T19:37:45.085Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-15T19:37:45.174Z | info: downloading installer |
31 | 2025-07-15T19:37:46.453Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-15T19:37:46.453Z | warn: /opt/ooce/bin |
33 | 2025-07-15T19:37:46.453Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-15T19:37:46.453Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-15T19:37:46.453Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-15T19:37:46.453Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-15T19:37:46.453Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-15T19:37:46.453Z | error: cannot install while Rust is installed |
39 | 2025-07-15T19:37:46.453Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-15T19:37:46.480Z | info: profile set to 'default' |
41 | 2025-07-15T19:37:46.480Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-15T19:37:46.483Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-15T19:37:46.635Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-15T19:37:46.635Z | info: downloading component 'cargo' |
45 | 2025-07-15T19:37:47.408Z | info: downloading component 'clippy' |
46 | 2025-07-15T19:37:47.711Z | info: downloading component 'rust-docs' |
47 | 2025-07-15T19:37:48.908Z | info: downloading component 'rust-std' |
48 | 2025-07-15T19:37:50.316Z | info: downloading component 'rustc' |
49 | 2025-07-15T19:37:57.356Z | info: downloading component 'rustfmt' |
50 | 2025-07-15T19:37:57.577Z | info: installing component 'cargo' |
51 | 2025-07-15T19:37:58.469Z | info: installing component 'clippy' |
52 | 2025-07-15T19:37:58.863Z | info: installing component 'rust-docs' |
53 | 2025-07-15T19:38:00.645Z | info: installing component 'rust-std' |
54 | 2025-07-15T19:38:02.488Z | info: installing component 'rustc' |
55 | 2025-07-15T19:38:09.169Z | info: installing component 'rustfmt' |
56 | 2025-07-15T19:38:09.503Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-15T19:38:09.503Z | |
58 | 2025-07-15T19:38:09.928Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-15T19:38:09.928Z | |
60 | 2025-07-15T19:38:09.932Z | |
61 | 2025-07-15T19:38:09.932Z | Rust is installed now. Great! |
62 | 2025-07-15T19:38:09.932Z | |
63 | 2025-07-15T19:38:09.932Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-15T19:38:09.932Z | environment variable. This has not been done automatically. |
65 | 2025-07-15T19:38:09.932Z | |
66 | 2025-07-15T19:38:09.932Z | To configure your current shell, you need to source |
67 | 2025-07-15T19:38:09.932Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-15T19:38:09.932Z | |
69 | 2025-07-15T19:38:09.932Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-15T19:38:09.932Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-15T19:38:09.932Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-15T19:38:09.932Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-15T19:38:10.020Z | + rustup --version |
74 | 2025-07-15T19:38:10.031Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-15T19:38:10.035Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-15T19:38:10.112Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-15T19:38:10.116Z | + cargo --version |
78 | 2025-07-15T19:38:10.179Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-15T19:38:10.182Z | + rustc --version |
80 | 2025-07-15T19:38:10.253Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-15T19:38:10.257Z | process exited: duration 25171 ms, exit code 0 |
|
82 | 2025-07-15T19:38:10.264Z | starting task 2: "authentication" |
83 | 2025-07-15T19:38:10.286Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-07-15T19:38:10.292Z | starting task 3: "clone repository" |
85 | 2025-07-15T19:38:10.297Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-15T19:38:10.301Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-15T19:38:10.345Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-15T19:38:19.583Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-15T19:38:19.583Z | + git fetch origin 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
90 | 2025-07-15T19:38:19.915Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-15T19:38:19.915Z | * branch 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 -> FETCH_HEAD |
92 | 2025-07-15T19:38:19.927Z | + [[ -n ntp-admin ]] |
93 | 2025-07-15T19:38:19.930Z | ++ git branch --show-current |
94 | 2025-07-15T19:38:19.933Z | + current=main |
95 | 2025-07-15T19:38:19.933Z | + [[ main != ntp-admin ]] |
96 | 2025-07-15T19:38:19.933Z | + git branch -f ntp-admin 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
97 | 2025-07-15T19:38:19.936Z | + git checkout -f ntp-admin |
98 | 2025-07-15T19:38:20.160Z | Switched to branch 'ntp-admin' |
99 | 2025-07-15T19:38:20.163Z | + git reset --hard 447ae1e03ea4161d7eabe0a1f76fef2e7f36b7c9 |
100 | 2025-07-15T19:38:20.212Z | HEAD is now at 447ae1e03 Create a new NTP-admin service |
101 | 2025-07-15T19:38:20.217Z | process exited: duration 9908 ms, exit code 0 |
|
102 | 2025-07-15T19:38:20.224Z | starting task 4: "build" |
103 | 2025-07-15T19:38:20.230Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-15T19:38:20.233Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-15T19:38:20.233Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-15T19:38:20.233Z | + cargo --version |
107 | 2025-07-15T19:38:20.285Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-15T19:38:20.289Z | + rustc --version |
109 | 2025-07-15T19:38:20.358Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-15T19:38:20.363Z | + cd /tmp |
111 | 2025-07-15T19:38:20.366Z | + cargo new --lib test-project |
112 | 2025-07-15T19:38:20.433Z | Creating library `test-project` package |
113 | 2025-07-15T19:38:20.519Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-07-15T19:38:20.522Z | + cd test-project |
115 | 2025-07-15T19:38:20.522Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-07-15T19:38:20.593Z | Adding omicron-common (local) to dependencies |
117 | 2025-07-15T19:38:20.596Z | Features: |
118 | 2025-07-15T19:38:20.596Z | - proptest |
119 | 2025-07-15T19:38:20.596Z | - test-strategy |
120 | 2025-07-15T19:38:20.596Z | - testing |
121 | 2025-07-15T19:38:20.622Z | Updating crates.io index |
122 | 2025-07-15T19:38:20.769Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-07-15T19:38:21.219Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-07-15T19:38:21.830Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-07-15T19:38:22.077Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-07-15T19:38:22.333Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-07-15T19:38:24.045Z | Locking 357 packages to latest Rust 1.88.0 compatible versions |
128 | 2025-07-15T19:38:24.156Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-07-15T19:38:24.159Z | + cargo check |
130 | 2025-07-15T19:38:24.348Z | Updating crates.io index |
131 | 2025-07-15T19:38:25.322Z | Locking 1 package to latest Rust 1.88.0 compatible version |
132 | 2025-07-15T19:38:25.322Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-07-15T19:38:25.365Z | Downloading crates ... |
134 | 2025-07-15T19:38:25.426Z | Downloaded http-body-util v0.1.3 |
135 | 2025-07-15T19:38:25.476Z | Downloaded strum_macros v0.27.1 |
136 | 2025-07-15T19:38:25.481Z | Downloaded lock_api v0.4.12 |
137 | 2025-07-15T19:38:25.487Z | Downloaded allocator-api2 v0.2.21 |
138 | 2025-07-15T19:38:25.491Z | Downloaded subtle v2.6.1 |
139 | 2025-07-15T19:38:25.497Z | Downloaded term v0.7.0 |
140 | 2025-07-15T19:38:25.502Z | Downloaded tokio-rustls v0.26.0 |
141 | 2025-07-15T19:38:25.505Z | Downloaded byteorder v1.5.0 |
142 | 2025-07-15T19:38:25.508Z | Downloaded toml v0.8.23 |
143 | 2025-07-15T19:38:25.511Z | Downloaded sync_wrapper v1.0.1 |
144 | 2025-07-15T19:38:25.511Z | Downloaded tokio-macros v2.5.0 |
145 | 2025-07-15T19:38:25.514Z | Downloaded synstructure v0.13.1 |
146 | 2025-07-15T19:38:25.518Z | Downloaded tinyvec_macros v0.1.1 |
147 | 2025-07-15T19:38:25.518Z | Downloaded time-core v0.1.2 |
148 | 2025-07-15T19:38:25.518Z | Downloaded dirs-sys-next v0.1.2 |
149 | 2025-07-15T19:38:25.522Z | Downloaded crypto-common v0.1.6 |
150 | 2025-07-15T19:38:25.522Z | Downloaded thread-id v4.2.2 |
151 | 2025-07-15T19:38:25.525Z | Downloaded thread_local v1.1.8 |
152 | 2025-07-15T19:38:25.525Z | Downloaded darling_macro v0.20.10 |
153 | 2025-07-15T19:38:25.525Z | Downloaded cpufeatures v0.2.14 |
154 | 2025-07-15T19:38:25.528Z | Downloaded tinystr v0.7.6 |
155 | 2025-07-15T19:38:25.531Z | Downloaded time-macros v0.2.18 |
156 | 2025-07-15T19:38:25.534Z | Downloaded bit-set v0.8.0 |
157 | 2025-07-15T19:38:25.537Z | Downloaded write16 v1.0.0 |
158 | 2025-07-15T19:38:25.537Z | Downloaded tempfile v3.20.0 |
159 | 2025-07-15T19:38:25.540Z | Downloaded derive-where v1.5.0 |
160 | 2025-07-15T19:38:25.546Z | Downloaded zerofrom v0.1.4 |
161 | 2025-07-15T19:38:25.548Z | Downloaded equivalent v1.0.2 |
162 | 2025-07-15T19:38:25.551Z | Downloaded usdt-attr-macro v0.5.0 |
163 | 2025-07-15T19:38:25.556Z | Downloaded tower-service v0.3.3 |
164 | 2025-07-15T19:38:25.556Z | Downloaded dtrace-parser v0.2.0 |
165 | 2025-07-15T19:38:25.556Z | Downloaded want v0.3.1 |
166 | 2025-07-15T19:38:25.558Z | Downloaded yoke-derive v0.7.4 |
167 | 2025-07-15T19:38:25.558Z | Downloaded num_threads v0.1.7 |
168 | 2025-07-15T19:38:25.561Z | Downloaded num-conv v0.1.0 |
169 | 2025-07-15T19:38:25.561Z | Downloaded usdt-macro v0.5.0 |
170 | 2025-07-15T19:38:25.564Z | Downloaded tower-layer v0.3.3 |
171 | 2025-07-15T19:38:25.564Z | Downloaded match_cfg v0.1.0 |
172 | 2025-07-15T19:38:25.569Z | Downloaded icu_provider_macros v1.5.0 |
173 | 2025-07-15T19:38:25.569Z | Downloaded async-stream-impl v0.3.6 |
174 | 2025-07-15T19:38:25.572Z | Downloaded try-lock v0.2.5 |
175 | 2025-07-15T19:38:25.572Z | Downloaded waitgroup v0.1.2 |
176 | 2025-07-15T19:38:25.572Z | Downloaded omicron-workspace-hack v0.1.0 |
177 | 2025-07-15T19:38:25.575Z | Downloaded macaddr v1.0.1 |
178 | 2025-07-15T19:38:25.575Z | Downloaded instant v0.1.13 |
179 | 2025-07-15T19:38:25.579Z | Downloaded ident_case v1.0.1 |
180 | 2025-07-15T19:38:26.585Z | Downloaded toml_datetime v0.6.11 |
181 | 2025-07-15T19:38:26.585Z | Downloaded writeable v0.5.5 |
182 | 2025-07-15T19:38:26.591Z | Downloaded wait-timeout v0.2.0 |
183 | 2025-07-15T19:38:26.591Z | Downloaded rand_xorshift v0.4.0 |
184 | 2025-07-15T19:38:26.591Z | Downloaded pretty-hex v0.4.1 |
185 | 2025-07-15T19:38:26.591Z | Downloaded fastrand v2.1.1 |
186 | 2025-07-15T19:38:26.591Z | Downloaded daft v0.1.4 |
187 | 2025-07-15T19:38:26.591Z | Downloaded strum v0.27.1 |
188 | 2025-07-15T19:38:26.591Z | Downloaded futures-io v0.3.31 |
189 | 2025-07-15T19:38:26.591Z | Downloaded dyn-clone v1.0.19 |
190 | 2025-07-15T19:38:26.591Z | Downloaded zerovec-derive v0.10.3 |
191 | 2025-07-15T19:38:26.591Z | Downloaded utf16_iter v1.0.5 |
192 | 2025-07-15T19:38:26.591Z | Downloaded unarray v0.1.4 |
193 | 2025-07-15T19:38:26.591Z | Downloaded hostname v0.3.1 |
194 | 2025-07-15T19:38:26.591Z | Downloaded hex v0.4.3 |
195 | 2025-07-15T19:38:26.591Z | Downloaded oxnet v0.1.2 |
196 | 2025-07-15T19:38:26.591Z | Downloaded strum v0.26.3 |
197 | 2025-07-15T19:38:26.591Z | Downloaded httpdate v1.0.3 |
198 | 2025-07-15T19:38:26.591Z | Downloaded generic-array v0.14.7 |
199 | 2025-07-15T19:38:26.591Z | Downloaded scroll_derive v0.12.0 |
200 | 2025-07-15T19:38:26.591Z | Downloaded powerfmt v0.2.0 |
201 | 2025-07-15T19:38:26.591Z | Downloaded heck v0.5.0 |
202 | 2025-07-15T19:38:26.591Z | Downloaded atomic-waker v1.1.2 |
203 | 2025-07-15T19:38:26.591Z | Downloaded pest_generator v2.7.14 |
204 | 2025-07-15T19:38:26.591Z | Downloaded parse-display-derive v0.10.0 |
205 | 2025-07-15T19:38:26.591Z | Downloaded utf8_iter v1.0.4 |
206 | 2025-07-15T19:38:26.591Z | Downloaded autocfg v1.4.0 |
207 | 2025-07-15T19:38:26.591Z | Downloaded yoke v0.7.4 |
208 | 2025-07-15T19:38:26.591Z | Downloaded itoa v1.0.11 |
209 | 2025-07-15T19:38:26.591Z | Downloaded hostname v0.4.0 |
210 | 2025-07-15T19:38:26.591Z | Downloaded percent-encoding v2.3.1 |
211 | 2025-07-15T19:38:26.592Z | Downloaded quick-error v1.2.3 |
212 | 2025-07-15T19:38:26.592Z | Downloaded stable_deref_trait v1.2.0 |
213 | 2025-07-15T19:38:26.592Z | Downloaded schemars_derive v0.8.22 |
214 | 2025-07-15T19:38:26.592Z | Downloaded ref-cast v1.0.24 |
215 | 2025-07-15T19:38:26.592Z | Downloaded progenitor-client v0.9.1 |
216 | 2025-07-15T19:38:26.592Z | Downloaded ipnetwork v0.21.1 |
217 | 2025-07-15T19:38:26.592Z | Downloaded structmeta-derive v0.3.0 |
218 | 2025-07-15T19:38:26.592Z | Downloaded idna_adapter v1.2.0 |
219 | 2025-07-15T19:38:26.592Z | Downloaded async-stream v0.3.6 |
220 | 2025-07-15T19:38:26.592Z | Downloaded plain v0.2.3 |
221 | 2025-07-15T19:38:26.592Z | Downloaded serde_urlencoded v0.7.1 |
222 | 2025-07-15T19:38:26.592Z | Downloaded rustc-hash v2.1.1 |
223 | 2025-07-15T19:38:26.592Z | Downloaded once_cell v1.21.3 |
224 | 2025-07-15T19:38:26.592Z | Downloaded progenitor-client v0.10.0 |
225 | 2025-07-15T19:38:26.592Z | Downloaded futures-channel v0.3.31 |
226 | 2025-07-15T19:38:26.592Z | Downloaded hyper-rustls v0.27.7 |
227 | 2025-07-15T19:38:26.592Z | Downloaded multer v3.1.0 |
228 | 2025-07-15T19:38:26.592Z | Downloaded usdt-impl v0.5.0 |
229 | 2025-07-15T19:38:26.592Z | Downloaded sha1 v0.10.6 |
230 | 2025-07-15T19:38:26.592Z | Downloaded pin-project-lite v0.2.14 |
231 | 2025-07-15T19:38:26.592Z | Downloaded scopeguard v1.2.0 |
232 | 2025-07-15T19:38:26.592Z | Downloaded backoff v0.4.0 |
233 | 2025-07-15T19:38:26.592Z | Downloaded async-trait v0.1.88 |
234 | 2025-07-15T19:38:26.592Z | Downloaded quinn-udp v0.5.5 |
235 | 2025-07-15T19:38:26.592Z | Downloaded time v0.3.36 |
236 | 2025-07-15T19:38:26.592Z | Downloaded ref-cast-impl v1.0.24 |
237 | 2025-07-15T19:38:26.592Z | Downloaded rand_core v0.9.2 |
238 | 2025-07-15T19:38:26.592Z | Downloaded strum_macros v0.26.4 |
239 | 2025-07-15T19:38:26.592Z | Downloaded spin v0.9.8 |
240 | 2025-07-15T19:38:26.592Z | Downloaded quote v1.0.40 |
241 | 2025-07-15T19:38:26.592Z | Downloaded unicode-ident v1.0.18 |
242 | 2025-07-15T19:38:26.592Z | Downloaded dropshot_endpoint v0.16.2 |
243 | 2025-07-15T19:38:26.592Z | Downloaded scroll v0.12.0 |
244 | 2025-07-15T19:38:26.592Z | Downloaded rand_core v0.6.4 |
245 | 2025-07-15T19:38:26.592Z | Downloaded serde_path_to_error v0.1.17 |
246 | 2025-07-15T19:38:26.592Z | Downloaded slab v0.4.9 |
247 | 2025-07-15T19:38:26.592Z | Downloaded ppv-lite86 v0.2.20 |
248 | 2025-07-15T19:38:26.592Z | Downloaded slog-async v2.8.0 |
249 | 2025-07-15T19:38:26.592Z | Downloaded uuid v1.17.0 |
250 | 2025-07-15T19:38:26.593Z | Downloaded progenitor v0.9.1 |
251 | 2025-07-15T19:38:26.593Z | Downloaded icu_locid_transform_data v1.5.0 |
252 | 2025-07-15T19:38:26.593Z | Downloaded icu_provider v1.5.0 |
253 | 2025-07-15T19:38:26.593Z | Downloaded structmeta v0.3.0 |
254 | 2025-07-15T19:38:26.593Z | Downloaded serde_with_macros v3.14.0 |
255 | 2025-07-15T19:38:26.593Z | Downloaded signal-hook-registry v1.4.2 |
256 | 2025-07-15T19:38:26.593Z | Downloaded semver v1.0.26 |
257 | 2025-07-15T19:38:26.593Z | Downloaded rustls-pki-types v1.10.0 |
258 | 2025-07-15T19:38:26.593Z | Downloaded smallvec v1.15.0 |
259 | 2025-07-15T19:38:26.593Z | Downloaded icu_normalizer_data v1.5.0 |
260 | 2025-07-15T19:38:26.593Z | Downloaded num-traits v0.2.19 |
261 | 2025-07-15T19:38:26.593Z | Downloaded bitflags v2.9.1 |
262 | 2025-07-15T19:38:26.593Z | Downloaded shlex v1.3.0 |
263 | 2025-07-15T19:38:26.593Z | Downloaded slog-term v2.9.1 |
264 | 2025-07-15T19:38:26.593Z | Downloaded toml_edit v0.22.27 |
265 | 2025-07-15T19:38:26.593Z | Downloaded progenitor-impl v0.9.1 |
266 | 2025-07-15T19:38:26.593Z | Downloaded icu_locid v1.5.0 |
267 | 2025-07-15T19:38:26.593Z | Downloaded icu_properties v1.5.1 |
268 | 2025-07-15T19:38:26.593Z | Downloaded tokio-util v0.7.15 |
269 | 2025-07-15T19:38:26.593Z | Downloaded serde_derive_internals v0.29.1 |
270 | 2025-07-15T19:38:26.593Z | Downloaded slog v2.7.0 |
271 | 2025-07-15T19:38:26.593Z | Downloaded schemars v0.8.22 |
272 | 2025-07-15T19:38:26.593Z | Downloaded serde_yaml v0.9.34+deprecated |
273 | 2025-07-15T19:38:26.593Z | Downloaded proc-macro2 v1.0.95 |
274 | 2025-07-15T19:38:26.593Z | Downloaded rand v0.8.5 |
275 | 2025-07-15T19:38:26.593Z | Downloaded memchr v2.7.4 |
276 | 2025-07-15T19:38:26.593Z | Downloaded quinn v0.11.5 |
277 | 2025-07-15T19:38:26.593Z | Downloaded tower v0.5.2 |
278 | 2025-07-15T19:38:26.593Z | Downloaded hyper-util v0.1.14 |
279 | 2025-07-15T19:38:26.593Z | Downloaded socket2 v0.5.10 |
280 | 2025-07-15T19:38:26.593Z | Downloaded rand v0.9.1 |
281 | 2025-07-15T19:38:26.593Z | Downloaded serde_derive v1.0.219 |
282 | 2025-07-15T19:38:26.604Z | Downloaded pest v2.7.14 |
283 | 2025-07-15T19:38:26.604Z | Downloaded tower-http v0.6.6 |
284 | 2025-07-15T19:38:26.604Z | Downloaded zerovec v0.10.4 |
285 | 2025-07-15T19:38:26.604Z | Downloaded cc v1.2.15 |
286 | 2025-07-15T19:38:26.604Z | Downloaded zerocopy v0.7.35 |
287 | 2025-07-15T19:38:26.604Z | Downloaded iddqd v0.3.8 |
288 | 2025-07-15T19:38:26.604Z | Downloaded winnow v0.7.10 |
289 | 2025-07-15T19:38:26.604Z | Downloaded serde_json v1.0.140 |
290 | 2025-07-15T19:38:26.604Z | Downloaded quinn-proto v0.11.8 |
291 | 2025-07-15T19:38:26.604Z | Downloaded rustls-webpki v0.102.8 |
292 | 2025-07-15T19:38:26.604Z | Downloaded futures-util v0.3.31 |
293 | 2025-07-15T19:38:26.604Z | Downloaded zerocopy v0.8.26 |
294 | 2025-07-15T19:38:26.604Z | Downloaded chrono v0.4.41 |
295 | 2025-07-15T19:38:26.604Z | Downloaded goblin v0.8.2 |
296 | 2025-07-15T19:38:26.604Z | Downloaded webpki-roots v1.0.1 |
297 | 2025-07-15T19:38:26.604Z | Downloaded syn v2.0.104 |
298 | 2025-07-15T19:38:26.604Z | Downloaded reqwest v0.12.22 |
299 | 2025-07-15T19:38:26.604Z | Downloaded proptest v1.7.0 |
300 | 2025-07-15T19:38:26.604Z | Downloaded icu_properties_data v1.5.0 |
301 | 2025-07-15T19:38:26.604Z | Downloaded rustls v0.23.19 |
302 | 2025-07-15T19:38:26.604Z | Downloaded openapiv3 v2.2.0 |
303 | 2025-07-15T19:38:26.604Z | Downloaded rustls v0.22.4 |
304 | 2025-07-15T19:38:26.604Z | Downloaded regex v1.11.1 |
305 | 2025-07-15T19:38:26.604Z | Downloaded hyper v1.6.0 |
306 | 2025-07-15T19:38:26.604Z | Downloaded typify-impl v0.3.0 |
307 | 2025-07-15T19:38:26.604Z | Downloaded regress v0.10.3 |
308 | 2025-07-15T19:38:26.604Z | Downloaded dropshot v0.16.2 |
309 | 2025-07-15T19:38:26.604Z | Downloaded h2 v0.4.6 |
310 | 2025-07-15T19:38:26.604Z | Downloaded regex-syntax v0.8.5 |
311 | 2025-07-15T19:38:26.604Z | Downloaded rustix v1.0.7 |
312 | 2025-07-15T19:38:26.604Z | Downloaded idna v1.0.3 |
313 | 2025-07-15T19:38:26.604Z | Downloaded iri-string v0.7.8 |
314 | 2025-07-15T19:38:26.604Z | Downloaded serde_with v3.14.0 |
315 | 2025-07-15T19:38:26.604Z | Downloaded hashbrown v0.15.4 |
316 | 2025-07-15T19:38:26.604Z | Downloaded http v1.3.1 |
317 | 2025-07-15T19:38:26.604Z | Downloaded indexmap v2.10.0 |
318 | 2025-07-15T19:38:26.604Z | Downloaded base64 v0.22.1 |
319 | 2025-07-15T19:38:26.604Z | Downloaded sha2 v0.10.9 |
320 | 2025-07-15T19:38:26.605Z | Downloaded icu_collections v1.5.0 |
321 | 2025-07-15T19:38:26.605Z | Downloaded mio v1.0.2 |
322 | 2025-07-15T19:38:26.605Z | Downloaded url v2.5.4 |
323 | 2025-07-15T19:38:26.605Z | Downloaded serde v1.0.219 |
324 | 2025-07-15T19:38:26.605Z | Downloaded ryu v1.0.18 |
325 | 2025-07-15T19:38:26.605Z | Downloaded icu_normalizer v1.5.0 |
326 | 2025-07-15T19:38:26.605Z | Downloaded getrandom v0.2.15 |
327 | 2025-07-15T19:38:26.605Z | Downloaded tokio v1.45.1 |
328 | 2025-07-15T19:38:26.605Z | Downloaded tracing-core v0.1.32 |
329 | 2025-07-15T19:38:26.605Z | Downloaded tracing v0.1.40 |
330 | 2025-07-15T19:38:26.605Z | Downloaded unsafe-libyaml v0.2.11 |
331 | 2025-07-15T19:38:26.605Z | Downloaded regex-automata v0.4.8 |
332 | 2025-07-15T19:38:26.605Z | Downloaded pest_meta v2.7.14 |
333 | 2025-07-15T19:38:26.605Z | Downloaded getrandom v0.3.1 |
334 | 2025-07-15T19:38:26.605Z | Downloaded typify v0.3.0 |
335 | 2025-07-15T19:38:26.605Z | Downloaded typenum v1.17.0 |
336 | 2025-07-15T19:38:26.605Z | Downloaded ipnet v2.11.0 |
337 | 2025-07-15T19:38:26.605Z | Downloaded futures v0.3.31 |
338 | 2025-07-15T19:38:26.605Z | Downloaded parking_lot v0.12.3 |
339 | 2025-07-15T19:38:26.605Z | Downloaded rusty-fork v0.3.0 |
340 | 2025-07-15T19:38:26.605Z | Downloaded rustversion v1.0.17 |
341 | 2025-07-15T19:38:26.605Z | Downloaded progenitor-macro v0.9.1 |
342 | 2025-07-15T19:38:26.605Z | Downloaded libc v0.2.174 |
343 | 2025-07-15T19:38:26.605Z | Downloaded slog-json v2.6.1 |
344 | 2025-07-15T19:38:26.605Z | Downloaded slog-bunyan v2.5.0 |
345 | 2025-07-15T19:38:26.605Z | Downloaded strsim v0.11.1 |
346 | 2025-07-15T19:38:26.605Z | Downloaded bit-vec v0.8.0 |
347 | 2025-07-15T19:38:26.605Z | Downloaded rustls-pemfile v2.2.0 |
348 | 2025-07-15T19:38:26.605Z | Downloaded zerocopy-derive v0.7.35 |
349 | 2025-07-15T19:38:26.605Z | Downloaded litemap v0.7.3 |
350 | 2025-07-15T19:38:26.605Z | Downloaded rand_chacha v0.3.1 |
351 | 2025-07-15T19:38:26.605Z | Downloaded log v0.4.27 |
352 | 2025-07-15T19:38:26.605Z | Downloaded icu_locid_transform v1.5.0 |
353 | 2025-07-15T19:38:26.605Z | Downloaded iana-time-zone v0.1.63 |
354 | 2025-07-15T19:38:26.605Z | Downloaded parking_lot_core v0.9.10 |
355 | 2025-07-15T19:38:26.605Z | Downloaded rand_chacha v0.9.0 |
356 | 2025-07-15T19:38:26.605Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2025-07-15T19:38:26.605Z | Downloaded serde_spanned v0.6.9 |
358 | 2025-07-15T19:38:26.605Z | Downloaded pest_derive v2.7.14 |
359 | 2025-07-15T19:38:26.605Z | Downloaded ucd-trie v0.1.7 |
360 | 2025-07-15T19:38:26.606Z | Downloaded httparse v1.9.5 |
361 | 2025-07-15T19:38:26.606Z | Downloaded futures-task v0.3.31 |
362 | 2025-07-15T19:38:26.606Z | Downloaded futures-core v0.3.31 |
363 | 2025-07-15T19:38:26.606Z | Downloaded crossbeam-channel v0.5.15 |
364 | 2025-07-15T19:38:26.606Z | Downloaded displaydoc v0.2.5 |
365 | 2025-07-15T19:38:26.606Z | Downloaded digest v0.10.7 |
366 | 2025-07-15T19:38:26.606Z | Downloaded cfg-if v1.0.1 |
367 | 2025-07-15T19:38:26.606Z | Downloaded pin-utils v0.1.0 |
368 | 2025-07-15T19:38:26.606Z | Downloaded tinyvec v1.8.0 |
369 | 2025-07-15T19:38:26.606Z | Downloaded test-strategy v0.4.1 |
370 | 2025-07-15T19:38:26.606Z | Downloaded lazy_static v1.5.0 |
371 | 2025-07-15T19:38:26.606Z | Downloaded is-terminal v0.4.13 |
372 | 2025-07-15T19:38:26.606Z | Downloaded block-buffer v0.10.4 |
373 | 2025-07-15T19:38:26.606Z | Downloaded paste v1.0.15 |
374 | 2025-07-15T19:38:26.606Z | Downloaded parse-display v0.10.0 |
375 | 2025-07-15T19:38:26.606Z | Downloaded version_check v0.9.5 |
376 | 2025-07-15T19:38:26.606Z | Downloaded dirs-next v2.0.0 |
377 | 2025-07-15T19:38:26.606Z | Downloaded newtype-uuid v1.2.4 |
378 | 2025-07-15T19:38:26.606Z | Downloaded memmap v0.7.0 |
379 | 2025-07-15T19:38:26.606Z | Downloaded usdt v0.5.0 |
380 | 2025-07-15T19:38:26.606Z | Downloaded darling v0.20.10 |
381 | 2025-07-15T19:38:26.606Z | Downloaded mime v0.3.17 |
382 | 2025-07-15T19:38:26.610Z | Downloaded untrusted v0.9.0 |
383 | 2025-07-15T19:38:26.610Z | Downloaded futures-macro v0.3.31 |
384 | 2025-07-15T19:38:26.610Z | Downloaded fnv v1.0.7 |
385 | 2025-07-15T19:38:26.610Z | Downloaded dof v0.3.0 |
386 | 2025-07-15T19:38:26.610Z | Downloaded bytes v1.10.1 |
387 | 2025-07-15T19:38:26.610Z | Downloaded zeroize v1.8.1 |
388 | 2025-07-15T19:38:26.610Z | Downloaded encoding_rs v0.8.34 |
389 | 2025-07-15T19:38:26.610Z | Downloaded zerofrom-derive v0.1.4 |
390 | 2025-07-15T19:38:26.610Z | Downloaded toml_write v0.1.2 |
391 | 2025-07-15T19:38:26.610Z | Downloaded futures-sink v0.3.31 |
392 | 2025-07-15T19:38:26.610Z | Downloaded futures-executor v0.3.31 |
393 | 2025-07-15T19:38:26.610Z | Downloaded form_urlencoded v1.2.1 |
394 | 2025-07-15T19:38:26.610Z | Downloaded foldhash v0.1.5 |
395 | 2025-07-15T19:38:26.610Z | Downloaded errno v0.3.12 |
396 | 2025-07-15T19:38:26.610Z | Downloaded typify-macro v0.3.0 |
397 | 2025-07-15T19:38:26.610Z | Downloaded http-body v1.0.1 |
398 | 2025-07-15T19:38:26.610Z | Downloaded darling_core v0.20.10 |
399 | 2025-07-15T19:38:26.610Z | Downloaded daft-derive v0.1.4 |
400 | 2025-07-15T19:38:26.610Z | Downloaded ring v0.17.14 |
401 | 2025-07-15T19:38:26.610Z | Downloaded crossbeam-utils v0.8.21 |
402 | 2025-07-15T19:38:26.610Z | Downloaded debug-ignore v1.0.5 |
403 | 2025-07-15T19:38:26.610Z | Downloaded thiserror v2.0.12 |
404 | 2025-07-15T19:38:26.610Z | Downloaded anyhow v1.0.98 |
405 | 2025-07-15T19:38:26.610Z | Downloaded thiserror-impl v2.0.12 |
406 | 2025-07-15T19:38:26.610Z | Downloaded thiserror-impl v1.0.69 |
407 | 2025-07-15T19:38:26.610Z | Downloaded thiserror v1.0.69 |
408 | 2025-07-15T19:38:26.610Z | Downloaded deranged v0.3.11 |
409 | 2025-07-15T19:38:26.610Z | Downloaded camino v1.1.10 |
410 | 2025-07-15T19:38:26.610Z | Downloaded tokio-rustls v0.25.0 |
411 | 2025-07-15T19:38:26.610Z | Downloaded take_mut v0.2.2 |
412 | 2025-07-15T19:38:26.610Z | Downloaded aho-corasick v1.1.3 |
413 | 2025-07-15T19:38:26.610Z | Compiling proc-macro2 v1.0.95 |
414 | 2025-07-15T19:38:26.610Z | Compiling unicode-ident v1.0.18 |
415 | 2025-07-15T19:38:26.610Z | Compiling libc v0.2.174 |
416 | 2025-07-15T19:38:26.610Z | Checking cfg-if v1.0.1 |
417 | 2025-07-15T19:38:26.611Z | Compiling autocfg v1.4.0 |
418 | 2025-07-15T19:38:26.611Z | Compiling serde v1.0.219 |
419 | 2025-07-15T19:38:26.611Z | Checking memchr v2.7.4 |
420 | 2025-07-15T19:38:26.611Z | Compiling serde_json v1.0.140 |
421 | 2025-07-15T19:38:26.723Z | Checking itoa v1.0.11 |
422 | 2025-07-15T19:38:26.976Z | Checking ryu v1.0.18 |
423 | 2025-07-15T19:38:27.190Z | Compiling getrandom v0.3.1 |
424 | 2025-07-15T19:38:27.290Z | Compiling semver v1.0.26 |
425 | 2025-07-15T19:38:27.433Z | Checking pin-project-lite v0.2.14 |
426 | 2025-07-15T19:38:27.552Z | Checking smallvec v1.15.0 |
427 | 2025-07-15T19:38:27.566Z | Compiling version_check v0.9.5 |
428 | 2025-07-15T19:38:27.650Z | Checking futures-core v0.3.31 |
429 | 2025-07-15T19:38:27.827Z | Checking bytes v1.10.1 |
430 | 2025-07-15T19:38:27.846Z | Checking once_cell v1.21.3 |
431 | 2025-07-15T19:38:27.861Z | Compiling lock_api v0.4.12 |
432 | 2025-07-15T19:38:27.876Z | Compiling num-traits v0.2.19 |
433 | 2025-07-15T19:38:28.129Z | Checking equivalent v1.0.2 |
434 | 2025-07-15T19:38:28.167Z | Checking allocator-api2 v0.2.21 |
435 | 2025-07-15T19:38:28.245Z | Compiling parking_lot_core v0.9.10 |
436 | 2025-07-15T19:38:28.257Z | Checking foldhash v0.1.5 |
437 | 2025-07-15T19:38:28.428Z | Compiling quote v1.0.40 |
438 | 2025-07-15T19:38:28.521Z | Checking scopeguard v1.2.0 |
439 | 2025-07-15T19:38:28.533Z | Checking fnv v1.0.7 |
440 | 2025-07-15T19:38:28.640Z | Compiling thiserror v1.0.69 |
441 | 2025-07-15T19:38:28.752Z | Checking hashbrown v0.15.4 |
442 | 2025-07-15T19:38:28.764Z | Compiling slab v0.4.9 |
443 | 2025-07-15T19:38:28.802Z | Compiling syn v2.0.104 |
444 | 2025-07-15T19:38:29.007Z | Compiling shlex v1.3.0 |
445 | 2025-07-15T19:38:29.059Z | Checking futures-sink v0.3.31 |
446 | 2025-07-15T19:38:29.061Z | Checking parking_lot v0.12.3 |
447 | 2025-07-15T19:38:29.215Z | Checking socket2 v0.5.10 |
448 | 2025-07-15T19:38:29.311Z | Compiling cc v1.2.15 |
449 | 2025-07-15T19:38:29.329Z | Checking getrandom v0.2.15 |
450 | 2025-07-15T19:38:29.409Z | Checking signal-hook-registry v1.4.2 |
451 | 2025-07-15T19:38:29.538Z | Checking mio v1.0.2 |
452 | 2025-07-15T19:38:29.567Z | Checking iana-time-zone v0.1.63 |
453 | 2025-07-15T19:38:29.667Z | Compiling schemars v0.8.22 |
454 | 2025-07-15T19:38:29.691Z | Checking stable_deref_trait v1.2.0 |
455 | 2025-07-15T19:38:29.798Z | Checking dyn-clone v1.0.19 |
456 | 2025-07-15T19:38:29.818Z | Compiling heck v0.5.0 |
457 | 2025-07-15T19:38:29.958Z | Checking futures-channel v0.3.31 |
458 | 2025-07-15T19:38:29.985Z | Checking http v1.3.1 |
459 | 2025-07-15T19:38:30.098Z | Compiling thiserror v2.0.12 |
460 | 2025-07-15T19:38:30.123Z | Checking pin-utils v0.1.0 |
461 | 2025-07-15T19:38:30.183Z | Checking futures-io v0.3.31 |
462 | 2025-07-15T19:38:30.212Z | Checking futures-task v0.3.31 |
463 | 2025-07-15T19:38:30.215Z | Checking log v0.4.27 |
464 | 2025-07-15T19:38:30.388Z | Checking rustls-pki-types v1.10.0 |
465 | 2025-07-15T19:38:30.626Z | Checking writeable v0.5.5 |
466 | 2025-07-15T19:38:30.993Z | Checking untrusted v0.9.0 |
467 | 2025-07-15T19:38:31.010Z | Checking litemap v0.7.3 |
468 | 2025-07-15T19:38:31.139Z | Compiling ucd-trie v0.1.7 |
469 | 2025-07-15T19:38:31.180Z | Compiling httparse v1.9.5 |
470 | 2025-07-15T19:38:31.276Z | Checking byteorder v1.5.0 |
471 | 2025-07-15T19:38:31.347Z | Checking http-body v1.0.1 |
472 | 2025-07-15T19:38:31.588Z | Checking tracing-core v0.1.32 |
473 | 2025-07-15T19:38:31.592Z | Checking atomic-waker v1.1.2 |
474 | 2025-07-15T19:38:31.730Z | Checking bitflags v2.9.1 |
475 | 2025-07-15T19:38:31.756Z | Checking percent-encoding v2.3.1 |
476 | 2025-07-15T19:38:31.997Z | Checking subtle v2.6.1 |
477 | 2025-07-15T19:38:32.109Z | Checking zeroize v1.8.1 |
478 | 2025-07-15T19:38:32.218Z | Compiling ring v0.17.14 |
479 | 2025-07-15T19:38:32.233Z | Checking icu_locid_transform_data v1.5.0 |
480 | 2025-07-15T19:38:32.329Z | Checking tracing v0.1.40 |
481 | 2025-07-15T19:38:32.638Z | Checking tower-service v0.3.3 |
482 | 2025-07-15T19:38:32.700Z | Checking icu_properties_data v1.5.0 |
483 | 2025-07-15T19:38:32.772Z | Compiling uuid v1.17.0 |
484 | 2025-07-15T19:38:32.810Z | Checking try-lock v0.2.5 |
485 | 2025-07-15T19:38:32.866Z | Compiling chrono v0.4.41 |
486 | 2025-07-15T19:38:32.918Z | Compiling regress v0.10.3 |
487 | 2025-07-15T19:38:32.961Z | Checking want v0.3.1 |
488 | 2025-07-15T19:38:32.989Z | Checking utf8_iter v1.0.4 |
489 | 2025-07-15T19:38:33.161Z | Checking write16 v1.0.0 |
490 | 2025-07-15T19:38:33.192Z | Checking httpdate v1.0.3 |
491 | 2025-07-15T19:38:33.299Z | Checking icu_normalizer_data v1.5.0 |
492 | 2025-07-15T19:38:33.340Z | Checking utf16_iter v1.0.5 |
493 | 2025-07-15T19:38:33.355Z | Compiling slog v2.7.0 |
494 | 2025-07-15T19:38:33.403Z | Compiling rustls v0.23.19 |
495 | 2025-07-15T19:38:33.749Z | Checking form_urlencoded v1.2.1 |
496 | 2025-07-15T19:38:33.762Z | Compiling aho-corasick v1.1.3 |
497 | 2025-07-15T19:38:33.909Z | Compiling typenum v1.17.0 |
498 | 2025-07-15T19:38:33.957Z | Checking ipnet v2.11.0 |
499 | 2025-07-15T19:38:34.436Z | Checking base64 v0.22.1 |
500 | 2025-07-15T19:38:34.679Z | Compiling zerocopy v0.8.26 |
501 | 2025-07-15T19:38:34.828Z | Compiling regex-syntax v0.8.5 |
502 | 2025-07-15T19:38:34.887Z | Compiling paste v1.0.15 |
503 | 2025-07-15T19:38:36.089Z | Compiling serde_derive_internals v0.29.1 |
504 | 2025-07-15T19:38:36.340Z | Compiling synstructure v0.13.1 |
505 | 2025-07-15T19:38:37.415Z | Compiling generic-array v0.14.7 |
506 | 2025-07-15T19:38:37.540Z | Checking sync_wrapper v1.0.1 |
507 | 2025-07-15T19:38:37.697Z | Compiling newtype-uuid v1.2.4 |
508 | 2025-07-15T19:38:37.784Z | Checking tower-layer v0.3.3 |
509 | 2025-07-15T19:38:37.957Z | Compiling rustversion v1.0.17 |
510 | 2025-07-15T19:38:38.514Z | Compiling regex-automata v0.4.8 |
511 | 2025-07-15T19:38:38.727Z | Checking http-body-util v0.1.3 |
512 | 2025-07-15T19:38:39.159Z | Checking webpki-roots v1.0.1 |
513 | 2025-07-15T19:38:39.238Z | Compiling usdt-impl v0.5.0 |
514 | 2025-07-15T19:38:39.611Z | Compiling serde_derive v1.0.219 |
515 | 2025-07-15T19:38:39.628Z | Compiling schemars_derive v0.8.22 |
516 | 2025-07-15T19:38:39.670Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-07-15T19:38:40.055Z | Compiling thiserror-impl v1.0.69 |
518 | 2025-07-15T19:38:40.069Z | Compiling yoke-derive v0.7.4 |
519 | 2025-07-15T19:38:40.820Z | Compiling zerocopy-derive v0.7.35 |
520 | 2025-07-15T19:38:41.687Z | Compiling tokio-macros v2.5.0 |
521 | 2025-07-15T19:38:42.403Z | Compiling zerovec-derive v0.10.3 |
522 | 2025-07-15T19:38:42.502Z | Compiling displaydoc v0.2.5 |
523 | 2025-07-15T19:38:42.636Z | Compiling futures-macro v0.3.31 |
524 | 2025-07-15T19:38:42.739Z | Compiling thiserror-impl v2.0.12 |
525 | 2025-07-15T19:38:42.796Z | Checking zerofrom v0.1.4 |
526 | 2025-07-15T19:38:43.016Z | Checking yoke v0.7.4 |
527 | 2025-07-15T19:38:43.045Z | Checking tokio v1.45.1 |
528 | 2025-07-15T19:38:43.520Z | Compiling icu_provider_macros v1.5.0 |
529 | 2025-07-15T19:38:43.971Z | Compiling pest v2.7.14 |
530 | 2025-07-15T19:38:44.418Z | Checking futures-util v0.3.31 |
531 | 2025-07-15T19:38:44.626Z | Checking zerocopy v0.7.35 |
532 | 2025-07-15T19:38:44.649Z | Checking zerovec v0.10.4 |
533 | 2025-07-15T19:38:44.982Z | Checking rustls-webpki v0.102.8 |
534 | 2025-07-15T19:38:45.864Z | Checking ppv-lite86 v0.2.20 |
535 | 2025-07-15T19:38:46.260Z | Checking tinystr v0.7.6 |
536 | 2025-07-15T19:38:46.651Z | Checking icu_locid v1.5.0 |
537 | 2025-07-15T19:38:46.726Z | Compiling pest_meta v2.7.14 |
538 | 2025-07-15T19:38:47.318Z | Checking icu_collections v1.5.0 |
539 | 2025-07-15T19:38:47.582Z | Checking icu_provider v1.5.0 |
540 | 2025-07-15T19:38:47.996Z | Compiling regex v1.11.1 |
541 | 2025-07-15T19:38:48.234Z | Checking icu_locid_transform v1.5.0 |
542 | 2025-07-15T19:38:48.940Z | Compiling pest_generator v2.7.14 |
543 | 2025-07-15T19:38:49.041Z | Compiling scroll_derive v0.12.0 |
544 | 2025-07-15T19:38:49.336Z | Checking icu_properties v1.5.1 |
545 | 2025-07-15T19:38:49.961Z | Checking tokio-util v0.7.15 |
546 | 2025-07-15T19:38:50.316Z | Checking tower v0.5.2 |
547 | 2025-07-15T19:38:50.368Z | Checking tokio-rustls v0.26.0 |
548 | 2025-07-15T19:38:50.438Z | Compiling time-core v0.1.2 |
549 | 2025-07-15T19:38:50.474Z | Compiling pest_derive v2.7.14 |
550 | 2025-07-15T19:38:50.638Z | Compiling rustix v1.0.7 |
551 | 2025-07-15T19:38:50.746Z | Checking iri-string v0.7.8 |
552 | 2025-07-15T19:38:50.792Z | Compiling num-conv v0.1.0 |
553 | 2025-07-15T19:38:51.058Z | Checking powerfmt v0.2.0 |
554 | 2025-07-15T19:38:51.369Z | Checking indexmap v2.10.0 |
555 | 2025-07-15T19:38:51.518Z | Checking serde_urlencoded v0.7.1 |
556 | 2025-07-15T19:38:51.952Z | Compiling serde_tokenstream v0.2.2 |
557 | 2025-07-15T19:38:52.553Z | Compiling dtrace-parser v0.2.0 |
558 | 2025-07-15T19:38:52.599Z | Checking h2 v0.4.6 |
559 | 2025-07-15T19:38:52.677Z | Checking icu_normalizer v1.5.0 |
560 | 2025-07-15T19:38:52.850Z | Checking deranged v0.3.11 |
561 | 2025-07-15T19:38:53.256Z | Checking tower-http v0.6.6 |
562 | 2025-07-15T19:38:53.481Z | Checking idna_adapter v1.2.0 |
563 | 2025-07-15T19:38:53.791Z | Checking idna v1.0.3 |
564 | 2025-07-15T19:38:53.816Z | Compiling dof v0.3.0 |
565 | 2025-07-15T19:38:54.083Z | Compiling time-macros v0.2.18 |
566 | 2025-07-15T19:38:54.151Z | Checking scroll v0.12.0 |
567 | 2025-07-15T19:38:54.244Z | Checking rand_core v0.9.2 |
568 | 2025-07-15T19:38:54.303Z | Checking url v2.5.4 |
569 | 2025-07-15T19:38:54.961Z | Compiling thread-id v4.2.2 |
570 | 2025-07-15T19:38:54.985Z | Compiling daft-derive v0.1.4 |
571 | 2025-07-15T19:38:54.985Z | Compiling structmeta-derive v0.3.0 |
572 | 2025-07-15T19:38:55.016Z | Checking ipnetwork v0.21.1 |
573 | 2025-07-15T19:38:55.396Z | Checking oxnet v0.1.2 |
574 | 2025-07-15T19:38:55.789Z | Compiling typify-impl v0.3.0 |
575 | 2025-07-15T19:38:56.493Z | Checking errno v0.3.12 |
576 | 2025-07-15T19:38:56.812Z | Checking hyper v1.6.0 |
577 | 2025-07-15T19:38:56.892Z | Compiling omicron-workspace-hack v0.1.0 |
578 | 2025-07-15T19:38:56.926Z | Checking plain v0.2.3 |
579 | 2025-07-15T19:38:57.168Z | Compiling ident_case v1.0.1 |
580 | 2025-07-15T19:38:57.355Z | Compiling strsim v0.11.1 |
581 | 2025-07-15T19:38:57.374Z | Checking num_threads v0.1.7 |
582 | 2025-07-15T19:38:57.455Z | Compiling crossbeam-utils v0.8.21 |
583 | 2025-07-15T19:38:57.501Z | Checking time v0.3.36 |
584 | 2025-07-15T19:38:57.942Z | Compiling darling_core v0.20.10 |
585 | 2025-07-15T19:38:58.052Z | Compiling structmeta v0.3.0 |
586 | 2025-07-15T19:38:58.433Z | Checking goblin v0.8.2 |
587 | 2025-07-15T19:38:58.848Z | Checking hyper-util v0.1.14 |
588 | 2025-07-15T19:39:00.363Z | Checking daft v0.1.4 |
589 | 2025-07-15T19:39:00.792Z | Compiling openapiv3 v2.2.0 |
590 | 2025-07-15T19:39:01.024Z | Checking hyper-rustls v0.27.7 |
591 | 2025-07-15T19:39:01.373Z | Checking reqwest v0.12.22 |
592 | 2025-07-15T19:39:02.387Z | Checking dirs-sys-next v0.1.2 |
593 | 2025-07-15T19:39:02.583Z | Checking pretty-hex v0.4.1 |
594 | 2025-07-15T19:39:02.593Z | Compiling unsafe-libyaml v0.2.11 |
595 | 2025-07-15T19:39:02.685Z | Compiling anyhow v1.0.98 |
596 | 2025-07-15T19:39:02.786Z | Checking fastrand v2.1.1 |
597 | 2025-07-15T19:39:03.133Z | Compiling rustls v0.22.4 |
598 | 2025-07-15T19:39:03.175Z | Compiling darling_macro v0.20.10 |
599 | 2025-07-15T19:39:03.526Z | Checking tempfile v3.20.0 |
600 | 2025-07-15T19:39:03.716Z | Checking dirs-next v2.0.0 |
601 | 2025-07-15T19:39:03.860Z | Compiling serde_yaml v0.9.34+deprecated |
602 | 2025-07-15T19:39:04.150Z | Checking block-buffer v0.10.4 |
603 | 2025-07-15T19:39:04.169Z | Checking crypto-common v0.1.6 |
604 | 2025-07-15T19:39:04.333Z | Checking serde_spanned v0.6.9 |
605 | 2025-07-15T19:39:04.347Z | Checking toml_datetime v0.6.11 |
606 | 2025-07-15T19:39:04.440Z | Checking rand_core v0.6.4 |
607 | 2025-07-15T19:39:04.541Z | Checking thread_local v1.1.8 |
608 | 2025-07-15T19:39:04.559Z | Compiling multer v3.1.0 |
609 | 2025-07-15T19:39:04.609Z | Checking wait-timeout v0.2.0 |
610 | 2025-07-15T19:39:04.732Z | Checking quick-error v1.2.3 |
611 | 2025-07-15T19:39:04.855Z | Compiling slog-async v2.8.0 |
612 | 2025-07-15T19:39:04.868Z | Checking bit-vec v0.8.0 |
613 | 2025-07-15T19:39:04.868Z | Checking toml_write v0.1.2 |
614 | 2025-07-15T19:39:04.868Z | Compiling ref-cast v1.0.24 |
615 | 2025-07-15T19:39:04.883Z | Compiling camino v1.1.10 |
616 | 2025-07-15T19:39:04.956Z | Checking match_cfg v0.1.0 |
617 | 2025-07-15T19:39:05.047Z | Checking winnow v0.7.10 |
618 | 2025-07-15T19:39:05.145Z | Checking hostname v0.3.1 |
619 | 2025-07-15T19:39:05.197Z | Checking bit-set v0.8.0 |
620 | 2025-07-15T19:39:05.348Z | Checking rusty-fork v0.3.0 |
621 | 2025-07-15T19:39:05.365Z | Checking crossbeam-channel v0.5.15 |
622 | 2025-07-15T19:39:05.456Z | Checking rand_chacha v0.3.1 |
623 | 2025-07-15T19:39:05.542Z | Checking digest v0.10.7 |
624 | 2025-07-15T19:39:05.645Z | Compiling darling v0.20.10 |
625 | 2025-07-15T19:39:05.773Z | Checking term v0.7.0 |
626 | 2025-07-15T19:39:05.992Z | Checking progenitor-client v0.9.1 |
627 | 2025-07-15T19:39:06.065Z | Compiling usdt-macro v0.5.0 |
628 | 2025-07-15T19:39:06.236Z | Compiling usdt-attr-macro v0.5.0 |
629 | 2025-07-15T19:39:06.281Z | Checking slog-json v2.6.1 |
630 | 2025-07-15T19:39:06.421Z | Compiling strum_macros v0.26.4 |
631 | 2025-07-15T19:39:06.551Z | Checking rand_chacha v0.9.0 |
632 | 2025-07-15T19:39:06.870Z | Checking rand_xorshift v0.4.0 |
633 | 2025-07-15T19:39:06.916Z | Compiling typify-macro v0.3.0 |
634 | 2025-07-15T19:39:06.916Z | Checking rand v0.9.1 |
635 | 2025-07-15T19:39:07.012Z | Checking hex v0.4.3 |
636 | 2025-07-15T19:39:07.347Z | Checking futures-executor v0.3.31 |
637 | 2025-07-15T19:39:07.446Z | Compiling async-stream-impl v0.3.6 |
638 | 2025-07-15T19:39:07.609Z | Compiling ref-cast-impl v1.0.24 |
639 | 2025-07-15T19:39:07.632Z | Compiling dropshot v0.16.2 |
640 | 2025-07-15T19:39:07.823Z | Checking is-terminal v0.4.13 |
641 | 2025-07-15T19:39:07.912Z | Checking toml_edit v0.22.27 |
642 | 2025-07-15T19:39:07.961Z | Checking memmap v0.7.0 |
643 | 2025-07-15T19:39:08.006Z | Checking encoding_rs v0.8.34 |
644 | 2025-07-15T19:39:08.189Z | Checking take_mut v0.2.2 |
645 | 2025-07-15T19:39:08.344Z | Checking spin v0.9.8 |
646 | 2025-07-15T19:39:08.539Z | Checking lazy_static v1.5.0 |
647 | 2025-07-15T19:39:08.688Z | Checking mime v0.3.17 |
648 | 2025-07-15T19:39:08.702Z | Checking unarray v0.1.4 |
649 | 2025-07-15T19:39:08.731Z | Checking cpufeatures v0.2.14 |
650 | 2025-07-15T19:39:08.841Z | Checking sha1 v0.10.6 |
651 | 2025-07-15T19:39:08.863Z | Checking proptest v1.7.0 |
652 | 2025-07-15T19:39:09.127Z | Checking async-stream v0.3.6 |
653 | 2025-07-15T19:39:09.203Z | Checking tokio-rustls v0.25.0 |
654 | 2025-07-15T19:39:09.321Z | Checking usdt v0.5.0 |
655 | 2025-07-15T19:39:09.545Z | Checking slog-term v2.9.1 |
656 | 2025-07-15T19:39:09.560Z | Checking futures v0.3.31 |
657 | 2025-07-15T19:39:09.582Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
658 | 2025-07-15T19:39:09.671Z | Checking slog-bunyan v2.5.0 |
659 | 2025-07-15T19:39:09.752Z | Checking rand v0.8.5 |
660 | 2025-07-15T19:39:09.845Z | Compiling serde_with_macros v3.14.0 |
661 | 2025-07-15T19:39:09.944Z | Compiling typify v0.3.0 |
662 | 2025-07-15T19:39:10.088Z | Compiling progenitor-impl v0.9.1 |
663 | 2025-07-15T19:39:10.389Z | Checking strum v0.26.3 |
664 | 2025-07-15T19:39:10.577Z | Checking toml v0.8.23 |
665 | 2025-07-15T19:39:10.657Z | Compiling test-strategy v0.4.1 |
666 | 2025-07-15T19:39:10.887Z | Compiling parse-display-derive v0.10.0 |
667 | 2025-07-15T19:39:11.303Z | Compiling strum_macros v0.27.1 |
668 | 2025-07-15T19:39:11.318Z | Compiling dropshot_endpoint v0.16.2 |
669 | 2025-07-15T19:39:12.189Z | Checking serde_path_to_error v0.1.17 |
670 | 2025-07-15T19:39:12.272Z | Compiling async-trait v0.1.88 |
671 | 2025-07-15T19:39:12.821Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
672 | 2025-07-15T19:39:12.931Z | Compiling derive-where v1.5.0 |
673 | 2025-07-15T19:39:13.653Z | Checking waitgroup v0.1.2 |
674 | 2025-07-15T19:39:13.776Z | Checking rustls-pemfile v2.2.0 |
675 | 2025-07-15T19:39:13.816Z | Checking hostname v0.4.0 |
676 | 2025-07-15T19:39:13.976Z | Checking instant v0.1.13 |
677 | 2025-07-15T19:39:13.992Z | Checking debug-ignore v1.0.5 |
678 | 2025-07-15T19:39:14.113Z | Checking rustc-hash v2.1.1 |
679 | 2025-07-15T19:39:14.158Z | Checking backoff v0.4.0 |
680 | 2025-07-15T19:39:14.298Z | Checking iddqd v0.3.8 |
681 | 2025-07-15T19:39:14.345Z | Checking parse-display v0.10.0 |
682 | 2025-07-15T19:39:14.459Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
683 | 2025-07-15T19:39:14.495Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
684 | 2025-07-15T19:39:14.591Z | Checking serde_with v3.14.0 |
685 | 2025-07-15T19:39:14.651Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
686 | 2025-07-15T19:39:15.101Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
687 | 2025-07-15T19:39:15.572Z | Compiling progenitor-macro v0.9.1 |
688 | 2025-07-15T19:39:15.591Z | Checking progenitor-client v0.10.0 |
689 | 2025-07-15T19:39:15.720Z | Checking strum v0.27.1 |
690 | 2025-07-15T19:39:15.767Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
691 | 2025-07-15T19:39:15.850Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
692 | 2025-07-15T19:39:15.902Z | Checking macaddr v1.0.1 |
693 | 2025-07-15T19:39:19.478Z | Checking progenitor v0.9.1 |
694 | 2025-07-15T19:39:19.596Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
695 | 2025-07-15T19:39:22.410Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
696 | 2025-07-15T19:39:30.056Z | Checking test-project v0.1.0 (/tmp/test-project) |
697 | 2025-07-15T19:39:30.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
698 | 2025-07-15T19:39:30.280Z | + cargo build --release |
699 | 2025-07-15T19:39:30.563Z | Compiling proc-macro2 v1.0.95 |
700 | 2025-07-15T19:39:30.563Z | Compiling unicode-ident v1.0.18 |
701 | 2025-07-15T19:39:30.563Z | Compiling libc v0.2.174 |
702 | 2025-07-15T19:39:30.568Z | Compiling cfg-if v1.0.1 |
703 | 2025-07-15T19:39:30.568Z | Compiling autocfg v1.4.0 |
704 | 2025-07-15T19:39:30.568Z | Compiling serde v1.0.219 |
705 | 2025-07-15T19:39:30.568Z | Compiling memchr v2.7.4 |
706 | 2025-07-15T19:39:30.568Z | Compiling serde_json v1.0.140 |
707 | 2025-07-15T19:39:30.698Z | Compiling itoa v1.0.11 |
708 | 2025-07-15T19:39:30.947Z | Compiling ryu v1.0.18 |
709 | 2025-07-15T19:39:31.026Z | Compiling getrandom v0.3.1 |
710 | 2025-07-15T19:39:31.196Z | Compiling semver v1.0.26 |
711 | 2025-07-15T19:39:31.494Z | Compiling pin-project-lite v0.2.14 |
712 | 2025-07-15T19:39:31.522Z | Compiling smallvec v1.15.0 |
713 | 2025-07-15T19:39:31.623Z | Compiling futures-core v0.3.31 |
714 | 2025-07-15T19:39:31.708Z | Compiling bytes v1.10.1 |
715 | 2025-07-15T19:39:31.888Z | Compiling version_check v0.9.5 |
716 | 2025-07-15T19:39:31.930Z | Compiling once_cell v1.21.3 |
717 | 2025-07-15T19:39:31.974Z | Compiling num-traits v0.2.19 |
718 | 2025-07-15T19:39:32.096Z | Compiling lock_api v0.4.12 |
719 | 2025-07-15T19:39:32.366Z | Compiling quote v1.0.40 |
720 | 2025-07-15T19:39:32.379Z | Compiling equivalent v1.0.2 |
721 | 2025-07-15T19:39:32.399Z | Compiling thiserror v1.0.69 |
722 | 2025-07-15T19:39:32.426Z | Compiling parking_lot_core v0.9.10 |
723 | 2025-07-15T19:39:32.478Z | Compiling foldhash v0.1.5 |
724 | 2025-07-15T19:39:32.493Z | Compiling allocator-api2 v0.2.21 |
725 | 2025-07-15T19:39:32.792Z | Compiling syn v2.0.104 |
726 | 2025-07-15T19:39:33.042Z | Compiling fnv v1.0.7 |
727 | 2025-07-15T19:39:33.115Z | Compiling scopeguard v1.2.0 |
728 | 2025-07-15T19:39:33.184Z | Compiling slab v0.4.9 |
729 | 2025-07-15T19:39:33.220Z | Compiling hashbrown v0.15.4 |
730 | 2025-07-15T19:39:33.364Z | Compiling shlex v1.3.0 |
731 | 2025-07-15T19:39:33.579Z | Compiling futures-sink v0.3.31 |
732 | 2025-07-15T19:39:33.692Z | Compiling parking_lot v0.12.3 |
733 | 2025-07-15T19:39:33.738Z | Compiling cc v1.2.15 |
734 | 2025-07-15T19:39:33.826Z | Compiling socket2 v0.5.10 |
735 | 2025-07-15T19:39:33.882Z | Compiling signal-hook-registry v1.4.2 |
736 | 2025-07-15T19:39:33.956Z | Compiling mio v1.0.2 |
737 | 2025-07-15T19:39:34.700Z | Compiling getrandom v0.2.15 |
738 | 2025-07-15T19:39:35.138Z | Compiling schemars v0.8.22 |
739 | 2025-07-15T19:39:35.368Z | Compiling iana-time-zone v0.1.63 |
740 | 2025-07-15T19:39:35.427Z | Compiling stable_deref_trait v1.2.0 |
741 | 2025-07-15T19:39:35.551Z | Compiling dyn-clone v1.0.19 |
742 | 2025-07-15T19:39:35.575Z | Compiling heck v0.5.0 |
743 | 2025-07-15T19:39:35.584Z | Compiling thiserror v2.0.12 |
744 | 2025-07-15T19:39:35.766Z | Compiling futures-channel v0.3.31 |
745 | 2025-07-15T19:39:35.799Z | Compiling http v1.3.1 |
746 | 2025-07-15T19:39:35.881Z | Compiling futures-task v0.3.31 |
747 | 2025-07-15T19:39:35.962Z | Compiling pin-utils v0.1.0 |
748 | 2025-07-15T19:39:36.064Z | Compiling futures-io v0.3.31 |
749 | 2025-07-15T19:39:36.073Z | Compiling log v0.4.27 |
750 | 2025-07-15T19:39:36.211Z | Compiling rustls-pki-types v1.10.0 |
751 | 2025-07-15T19:39:36.544Z | Compiling untrusted v0.9.0 |
752 | 2025-07-15T19:39:36.616Z | Compiling ring v0.17.14 |
753 | 2025-07-15T19:39:36.672Z | Compiling litemap v0.7.3 |
754 | 2025-07-15T19:39:36.738Z | Compiling writeable v0.5.5 |
755 | 2025-07-15T19:39:37.135Z | Compiling ucd-trie v0.1.7 |
756 | 2025-07-15T19:39:37.165Z | Compiling byteorder v1.5.0 |
757 | 2025-07-15T19:39:37.541Z | Compiling httparse v1.9.5 |
758 | 2025-07-15T19:39:37.651Z | Compiling http-body v1.0.1 |
759 | 2025-07-15T19:39:37.914Z | Compiling tracing-core v0.1.32 |
760 | 2025-07-15T19:39:38.234Z | Compiling bitflags v2.9.1 |
761 | 2025-07-15T19:39:38.266Z | Compiling subtle v2.6.1 |
762 | 2025-07-15T19:39:38.548Z | Compiling icu_locid_transform_data v1.5.0 |
763 | 2025-07-15T19:39:38.658Z | Compiling zeroize v1.8.1 |
764 | 2025-07-15T19:39:38.688Z | Compiling percent-encoding v2.3.1 |
765 | 2025-07-15T19:39:38.999Z | Compiling atomic-waker v1.1.2 |
766 | 2025-07-15T19:39:39.220Z | Compiling chrono v0.4.41 |
767 | 2025-07-15T19:39:39.313Z | Compiling tracing v0.1.40 |
768 | 2025-07-15T19:39:40.166Z | Compiling serde_derive_internals v0.29.1 |
769 | 2025-07-15T19:39:40.194Z | Compiling synstructure v0.13.1 |
770 | 2025-07-15T19:39:40.640Z | Compiling try-lock v0.2.5 |
771 | 2025-07-15T19:39:40.661Z | Compiling icu_properties_data v1.5.0 |
772 | 2025-07-15T19:39:40.815Z | Compiling uuid v1.17.0 |
773 | 2025-07-15T19:39:40.911Z | Compiling tower-service v0.3.3 |
774 | 2025-07-15T19:39:41.054Z | Compiling want v0.3.1 |
775 | 2025-07-15T19:39:41.306Z | Compiling regress v0.10.3 |
776 | 2025-07-15T19:39:41.372Z | Compiling httpdate v1.0.3 |
777 | 2025-07-15T19:39:41.722Z | Compiling write16 v1.0.0 |
778 | 2025-07-15T19:39:41.867Z | Compiling rustls v0.23.19 |
779 | 2025-07-15T19:39:42.407Z | Compiling icu_normalizer_data v1.5.0 |
780 | 2025-07-15T19:39:42.407Z | Compiling utf8_iter v1.0.4 |
781 | 2025-07-15T19:39:42.407Z | Compiling utf16_iter v1.0.5 |
782 | 2025-07-15T19:39:42.407Z | Compiling slog v2.7.0 |
783 | 2025-07-15T19:39:42.407Z | Compiling form_urlencoded v1.2.1 |
784 | 2025-07-15T19:39:42.986Z | Compiling aho-corasick v1.1.3 |
785 | 2025-07-15T19:39:43.223Z | Compiling ipnet v2.11.0 |
786 | 2025-07-15T19:39:43.238Z | Compiling base64 v0.22.1 |
787 | 2025-07-15T19:39:43.680Z | Compiling serde_derive v1.0.219 |
788 | 2025-07-15T19:39:44.165Z | Compiling schemars_derive v0.8.22 |
789 | 2025-07-15T19:39:44.305Z | Compiling thiserror-impl v1.0.69 |
790 | 2025-07-15T19:39:45.712Z | Compiling zerofrom-derive v0.1.4 |
791 | 2025-07-15T19:39:46.081Z | Compiling zerocopy-derive v0.7.35 |
792 | 2025-07-15T19:39:46.427Z | Compiling tokio-macros v2.5.0 |
793 | 2025-07-15T19:39:46.879Z | Compiling yoke-derive v0.7.4 |
794 | 2025-07-15T19:39:46.890Z | Compiling zerovec-derive v0.10.3 |
795 | 2025-07-15T19:39:47.638Z | Compiling futures-macro v0.3.31 |
796 | 2025-07-15T19:39:47.878Z | Compiling tokio v1.45.1 |
797 | 2025-07-15T19:39:47.904Z | Compiling displaydoc v0.2.5 |
798 | 2025-07-15T19:39:48.757Z | Compiling zerofrom v0.1.4 |
799 | 2025-07-15T19:39:48.990Z | Compiling thiserror-impl v2.0.12 |
800 | 2025-07-15T19:39:49.210Z | Compiling yoke v0.7.4 |
801 | 2025-07-15T19:39:49.352Z | Compiling icu_provider_macros v1.5.0 |
802 | 2025-07-15T19:39:49.370Z | Compiling futures-util v0.3.31 |
803 | 2025-07-15T19:39:49.578Z | Compiling zerovec v0.10.4 |
804 | 2025-07-15T19:39:51.790Z | Compiling tinystr v0.7.6 |
805 | 2025-07-15T19:39:52.225Z | Compiling icu_locid v1.5.0 |
806 | 2025-07-15T19:39:52.525Z | Compiling rustls-webpki v0.102.8 |
807 | 2025-07-15T19:39:58.344Z | Compiling indexmap v2.10.0 |
808 | 2025-07-15T19:39:59.398Z | Compiling serde_tokenstream v0.2.2 |
809 | 2025-07-15T19:39:59.938Z | Compiling icu_provider v1.5.0 |
810 | 2025-07-15T19:40:00.120Z | Compiling pest v2.7.14 |
811 | 2025-07-15T19:40:00.352Z | Compiling zerocopy v0.7.35 |
812 | 2025-07-15T19:40:01.815Z | Compiling icu_locid_transform v1.5.0 |
813 | 2025-07-15T19:40:01.852Z | Compiling tokio-util v0.7.15 |
814 | 2025-07-15T19:40:02.160Z | Compiling icu_collections v1.5.0 |
815 | 2025-07-15T19:40:03.048Z | Compiling pest_meta v2.7.14 |
816 | 2025-07-15T19:40:03.958Z | Compiling icu_properties v1.5.1 |
817 | 2025-07-15T19:40:04.798Z | Compiling pest_generator v2.7.14 |
818 | 2025-07-15T19:40:04.887Z | Compiling h2 v0.4.6 |
819 | 2025-07-15T19:40:06.726Z | Compiling pest_derive v2.7.14 |
820 | 2025-07-15T19:40:07.669Z | Compiling paste v1.0.15 |
821 | 2025-07-15T19:40:07.892Z | Compiling icu_normalizer v1.5.0 |
822 | 2025-07-15T19:40:08.209Z | Compiling regex-syntax v0.8.5 |
823 | 2025-07-15T19:40:09.370Z | Compiling typify-impl v0.3.0 |
824 | 2025-07-15T19:40:10.715Z | Compiling hyper v1.6.0 |
825 | 2025-07-15T19:40:13.370Z | Compiling zerocopy v0.8.26 |
826 | 2025-07-15T19:40:14.101Z | Compiling typenum v1.17.0 |
827 | 2025-07-15T19:40:15.165Z | Compiling regex-automata v0.4.8 |
828 | 2025-07-15T19:40:15.644Z | Compiling hyper-util v0.1.14 |
829 | 2025-07-15T19:40:18.121Z | Compiling idna_adapter v1.2.0 |
830 | 2025-07-15T19:40:19.352Z | Compiling typify-macro v0.3.0 |
831 | 2025-07-15T19:40:21.231Z | Compiling generic-array v0.14.7 |
832 | 2025-07-15T19:40:21.630Z | Compiling sync_wrapper v1.0.1 |
833 | 2025-07-15T19:40:21.782Z | Compiling tower-layer v0.3.3 |
834 | 2025-07-15T19:40:21.792Z | Compiling rustversion v1.0.17 |
835 | 2025-07-15T19:40:22.164Z | Compiling newtype-uuid v1.2.4 |
836 | 2025-07-15T19:40:22.174Z | Compiling tower v0.5.2 |
837 | 2025-07-15T19:40:22.621Z | Compiling regex v1.11.1 |
838 | 2025-07-15T19:40:23.059Z | Compiling idna v1.0.3 |
839 | 2025-07-15T19:40:23.518Z | Compiling ppv-lite86 v0.2.20 |
840 | 2025-07-15T19:40:23.691Z | Compiling ipnetwork v0.21.1 |
841 | 2025-07-15T19:40:24.382Z | Compiling serde_urlencoded v0.7.1 |
842 | 2025-07-15T19:40:24.952Z | Compiling scroll_derive v0.12.0 |
843 | 2025-07-15T19:40:25.737Z | Compiling tokio-rustls v0.26.0 |
844 | 2025-07-15T19:40:26.049Z | Compiling http-body-util v0.1.3 |
845 | 2025-07-15T19:40:26.245Z | Compiling webpki-roots v1.0.1 |
846 | 2025-07-15T19:40:26.436Z | Compiling usdt-impl v0.5.0 |
847 | 2025-07-15T19:40:26.574Z | Compiling rustix v1.0.7 |
848 | 2025-07-15T19:40:26.857Z | Compiling time-core v0.1.2 |
849 | 2025-07-15T19:40:26.923Z | Compiling iri-string v0.7.8 |
850 | 2025-07-15T19:40:27.039Z | Compiling num-conv v0.1.0 |
851 | 2025-07-15T19:40:27.275Z | Compiling powerfmt v0.2.0 |
852 | 2025-07-15T19:40:27.318Z | Compiling omicron-workspace-hack v0.1.0 |
853 | 2025-07-15T19:40:27.690Z | Compiling deranged v0.3.11 |
854 | 2025-07-15T19:40:27.773Z | Compiling time-macros v0.2.18 |
855 | 2025-07-15T19:40:28.373Z | Compiling rand_core v0.9.2 |
856 | 2025-07-15T19:40:28.508Z | Compiling scroll v0.12.0 |
857 | 2025-07-15T19:40:29.132Z | Compiling hyper-rustls v0.27.7 |
858 | 2025-07-15T19:40:30.483Z | Compiling tower-http v0.6.6 |
859 | 2025-07-15T19:40:30.588Z | Compiling oxnet v0.1.2 |
860 | 2025-07-15T19:40:30.707Z | Compiling url v2.5.4 |
861 | 2025-07-15T19:40:32.618Z | Compiling dof v0.3.0 |
862 | 2025-07-15T19:40:32.738Z | Compiling thread-id v4.2.2 |
863 | 2025-07-15T19:40:33.369Z | Compiling dtrace-parser v0.2.0 |
864 | 2025-07-15T19:40:34.414Z | Compiling daft-derive v0.1.4 |
865 | 2025-07-15T19:40:34.882Z | Compiling structmeta-derive v0.3.0 |
866 | 2025-07-15T19:40:35.980Z | Compiling errno v0.3.12 |
867 | 2025-07-15T19:40:36.264Z | Compiling num_threads v0.1.7 |
868 | 2025-07-15T19:40:37.293Z | Compiling strsim v0.11.1 |
869 | 2025-07-15T19:40:37.850Z | Compiling crossbeam-utils v0.8.21 |
870 | 2025-07-15T19:40:37.891Z | Compiling ident_case v1.0.1 |
871 | 2025-07-15T19:40:38.085Z | Compiling plain v0.2.3 |
872 | 2025-07-15T19:40:38.423Z | Compiling goblin v0.8.2 |
873 | 2025-07-15T19:40:38.537Z | Compiling time v0.3.36 |
874 | 2025-07-15T19:40:38.710Z | Compiling darling_core v0.20.10 |
875 | 2025-07-15T19:40:43.956Z | Compiling structmeta v0.3.0 |
876 | 2025-07-15T19:40:46.831Z | Compiling daft v0.1.4 |
877 | 2025-07-15T19:40:47.761Z | Compiling reqwest v0.12.22 |
878 | 2025-07-15T19:40:48.377Z | Compiling openapiv3 v2.2.0 |
879 | 2025-07-15T19:40:49.639Z | Compiling typify v0.3.0 |
880 | 2025-07-15T19:40:51.091Z | Compiling dirs-sys-next v0.1.2 |
881 | 2025-07-15T19:40:52.168Z | Compiling unsafe-libyaml v0.2.11 |
882 | 2025-07-15T19:40:52.357Z | Compiling rustls v0.22.4 |
883 | 2025-07-15T19:40:52.734Z | Compiling anyhow v1.0.98 |
884 | 2025-07-15T19:40:53.382Z | Compiling pretty-hex v0.4.1 |
885 | 2025-07-15T19:40:53.647Z | Compiling fastrand v2.1.1 |
886 | 2025-07-15T19:40:54.314Z | Compiling tempfile v3.20.0 |
887 | 2025-07-15T19:40:55.881Z | Compiling serde_yaml v0.9.34+deprecated |
888 | 2025-07-15T19:40:56.224Z | Compiling progenitor-impl v0.9.1 |
889 | 2025-07-15T19:40:56.450Z | Compiling dirs-next v2.0.0 |
890 | 2025-07-15T19:40:59.096Z | Compiling darling_macro v0.20.10 |
891 | 2025-07-15T19:41:00.113Z | Compiling crypto-common v0.1.6 |
892 | 2025-07-15T19:41:00.357Z | Compiling block-buffer v0.10.4 |
893 | 2025-07-15T19:41:00.619Z | Compiling toml_datetime v0.6.11 |
894 | 2025-07-15T19:41:01.425Z | Compiling serde_spanned v0.6.9 |
895 | 2025-07-15T19:41:01.700Z | Compiling rand_core v0.6.4 |
896 | 2025-07-15T19:41:01.863Z | Compiling multer v3.1.0 |
897 | 2025-07-15T19:41:01.888Z | Compiling thread_local v1.1.8 |
898 | 2025-07-15T19:41:02.038Z | Compiling wait-timeout v0.2.0 |
899 | 2025-07-15T19:41:02.190Z | Compiling toml_write v0.1.2 |
900 | 2025-07-15T19:41:02.241Z | Compiling slog-async v2.8.0 |
901 | 2025-07-15T19:41:02.286Z | Compiling match_cfg v0.1.0 |
902 | 2025-07-15T19:41:02.392Z | Compiling quick-error v1.2.3 |
903 | 2025-07-15T19:41:02.558Z | Compiling bit-vec v0.8.0 |
904 | 2025-07-15T19:41:02.623Z | Compiling camino v1.1.10 |
905 | 2025-07-15T19:41:02.657Z | Compiling winnow v0.7.10 |
906 | 2025-07-15T19:41:02.768Z | Compiling ref-cast v1.0.24 |
907 | 2025-07-15T19:41:03.020Z | Compiling bit-set v0.8.0 |
908 | 2025-07-15T19:41:03.096Z | Compiling rusty-fork v0.3.0 |
909 | 2025-07-15T19:41:03.120Z | Compiling hostname v0.3.1 |
910 | 2025-07-15T19:41:03.335Z | Compiling rand_chacha v0.3.1 |
911 | 2025-07-15T19:41:03.345Z | Compiling progenitor-macro v0.9.1 |
912 | 2025-07-15T19:41:03.387Z | Compiling crossbeam-channel v0.5.15 |
913 | 2025-07-15T19:41:05.010Z | Compiling digest v0.10.7 |
914 | 2025-07-15T19:41:05.019Z | Compiling darling v0.20.10 |
915 | 2025-07-15T19:41:05.134Z | Compiling term v0.7.0 |
916 | 2025-07-15T19:41:06.951Z | Compiling toml_edit v0.22.27 |
917 | 2025-07-15T19:41:09.618Z | Compiling progenitor-client v0.9.1 |
918 | 2025-07-15T19:41:10.569Z | Compiling usdt-attr-macro v0.5.0 |
919 | 2025-07-15T19:41:12.036Z | Compiling usdt-macro v0.5.0 |
920 | 2025-07-15T19:41:13.305Z | Compiling slog-json v2.6.1 |
921 | 2025-07-15T19:41:13.812Z | Compiling strum_macros v0.26.4 |
922 | 2025-07-15T19:41:14.126Z | Compiling rand_xorshift v0.4.0 |
923 | 2025-07-15T19:41:14.329Z | Compiling rand_chacha v0.9.0 |
924 | 2025-07-15T19:41:14.372Z | Compiling rand v0.9.1 |
925 | 2025-07-15T19:41:15.387Z | Compiling hex v0.4.3 |
926 | 2025-07-15T19:41:15.686Z | Compiling futures-executor v0.3.31 |
927 | 2025-07-15T19:41:16.074Z | Compiling ref-cast-impl v1.0.24 |
928 | 2025-07-15T19:41:16.766Z | Compiling async-stream-impl v0.3.6 |
929 | 2025-07-15T19:41:17.369Z | Compiling dropshot v0.16.2 |
930 | 2025-07-15T19:41:17.688Z | Compiling memmap v0.7.0 |
931 | 2025-07-15T19:41:17.980Z | Compiling is-terminal v0.4.13 |
932 | 2025-07-15T19:41:18.049Z | Compiling encoding_rs v0.8.34 |
933 | 2025-07-15T19:41:18.120Z | Compiling unarray v0.1.4 |
934 | 2025-07-15T19:41:18.129Z | Compiling cpufeatures v0.2.14 |
935 | 2025-07-15T19:41:18.229Z | Compiling lazy_static v1.5.0 |
936 | 2025-07-15T19:41:18.312Z | Compiling mime v0.3.17 |
937 | 2025-07-15T19:41:18.383Z | Compiling spin v0.9.8 |
938 | 2025-07-15T19:41:18.583Z | Compiling take_mut v0.2.2 |
939 | 2025-07-15T19:41:19.350Z | Compiling proptest v1.7.0 |
940 | 2025-07-15T19:41:24.458Z | Compiling sha1 v0.10.6 |
941 | 2025-07-15T19:41:25.261Z | Compiling slog-term v2.9.1 |
942 | 2025-07-15T19:41:26.283Z | Compiling async-stream v0.3.6 |
943 | 2025-07-15T19:41:26.652Z | Compiling strum v0.26.3 |
944 | 2025-07-15T19:41:26.863Z | Compiling usdt v0.5.0 |
945 | 2025-07-15T19:41:28.213Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-07-15T19:41:28.309Z | Compiling futures v0.3.31 |
947 | 2025-07-15T19:41:28.512Z | Compiling progenitor v0.9.1 |
948 | 2025-07-15T19:41:28.534Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-07-15T19:41:28.705Z | Compiling tokio-rustls v0.25.0 |
950 | 2025-07-15T19:41:28.830Z | Compiling toml v0.8.23 |
951 | 2025-07-15T19:41:28.954Z | Compiling serde_with_macros v3.14.0 |
952 | 2025-07-15T19:41:29.156Z | Compiling rand v0.8.5 |
953 | 2025-07-15T19:41:30.708Z | Compiling parse-display-derive v0.10.0 |
954 | 2025-07-15T19:41:31.042Z | Compiling test-strategy v0.4.1 |
955 | 2025-07-15T19:41:31.471Z | Compiling strum_macros v0.27.1 |
956 | 2025-07-15T19:41:34.188Z | Compiling dropshot_endpoint v0.16.2 |
957 | 2025-07-15T19:41:34.257Z | Compiling serde_path_to_error v0.1.17 |
958 | 2025-07-15T19:41:35.255Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
959 | 2025-07-15T19:41:35.299Z | Compiling derive-where v1.5.0 |
960 | 2025-07-15T19:41:36.120Z | Compiling async-trait v0.1.88 |
961 | 2025-07-15T19:41:36.159Z | Compiling waitgroup v0.1.2 |
962 | 2025-07-15T19:41:36.421Z | Compiling rustls-pemfile v2.2.0 |
963 | 2025-07-15T19:41:36.901Z | Compiling hostname v0.4.0 |
964 | 2025-07-15T19:41:37.180Z | Compiling instant v0.1.13 |
965 | 2025-07-15T19:41:37.356Z | Compiling rustc-hash v2.1.1 |
966 | 2025-07-15T19:41:37.538Z | Compiling debug-ignore v1.0.5 |
967 | 2025-07-15T19:41:37.694Z | Compiling iddqd v0.3.8 |
968 | 2025-07-15T19:41:38.084Z | Compiling backoff v0.4.0 |
969 | 2025-07-15T19:41:38.268Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
970 | 2025-07-15T19:41:38.446Z | Compiling strum v0.27.1 |
971 | 2025-07-15T19:41:38.600Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
972 | 2025-07-15T19:41:38.641Z | Compiling parse-display v0.10.0 |
973 | 2025-07-15T19:41:38.819Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
974 | 2025-07-15T19:41:39.648Z | Compiling serde_with v3.14.0 |
975 | 2025-07-15T19:41:40.737Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
976 | 2025-07-15T19:41:41.357Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
977 | 2025-07-15T19:41:41.596Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
978 | 2025-07-15T19:41:42.188Z | Compiling progenitor-client v0.10.0 |
979 | 2025-07-15T19:41:43.137Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
980 | 2025-07-15T19:41:43.161Z | Compiling macaddr v1.0.1 |
981 | 2025-07-15T19:41:46.676Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
982 | 2025-07-15T19:41:57.143Z | Compiling test-project v0.1.0 (/tmp/test-project) |
983 | 2025-07-15T19:42:07.176Z | Finished `release` profile [optimized] target(s) in 2m 36s |
984 | 2025-07-15T19:42:07.249Z | process exited: duration 226893 ms, exit code 0 |
|
985 | 2025-07-15T19:42:07.256Z | found 0 output files |