|
|
|
1 | 2025-01-24T22:51:07.027Z | job assigned to worker 01JJD848GEXE7TZGDCDV543ZNY [factory aws, i-0b6bb57684b81ae11] (queued for 1 m 6 s) |
|
2 | 2025-01-24T22:51:15.272Z | starting task 0: "setup" |
3 | 2025-01-24T22:51:15.281Z | ++ uname -s |
4 | 2025-01-24T22:51:15.283Z | + kern=SunOS |
5 | 2025-01-24T22:51:15.283Z | + case "$kern" in |
6 | 2025-01-24T22:51:15.283Z | + groupadd -g 12345 build |
7 | 2025-01-24T22:51:15.288Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T22:51:17.292Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T22:51:17.378Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T22:51:17.382Z | + home_fs=zfs |
11 | 2025-01-24T22:51:17.382Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T22:51:17.382Z | + mkdir -p /home/build |
13 | 2025-01-24T22:51:17.387Z | + chown build:build /home/build /work |
14 | 2025-01-24T22:51:19.385Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T22:51:19.388Z | process exited: duration 4117 ms, exit code 0 |
|
16 | 2025-01-24T22:51:19.393Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T22:51:19.398Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T22:51:19.398Z | ' 1.84.0 |
19 | 2025-01-24T22:51:19.398Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-24T22:51:19.398Z | ' default |
21 | 2025-01-24T22:51:19.398Z | * toolchain channel = "1.84.0" |
22 | 2025-01-24T22:51:19.398Z | * toolchain profile = "default" |
23 | 2025-01-24T22:51:19.401Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T22:51:19.401Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-24T22:51:19.495Z | info: downloading installer |
26 | 2025-01-24T22:51:20.748Z | info: profile set to 'default' |
27 | 2025-01-24T22:51:20.748Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T22:51:20.752Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-24T22:51:20.883Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T22:51:20.883Z | info: downloading component 'cargo' |
31 | 2025-01-24T22:51:22.386Z | info: downloading component 'clippy' |
32 | 2025-01-24T22:51:22.656Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T22:51:23.604Z | info: downloading component 'rust-std' |
34 | 2025-01-24T22:51:24.312Z | info: downloading component 'rustc' |
35 | 2025-01-24T22:51:31.774Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T22:51:31.832Z | info: installing component 'cargo' |
37 | 2025-01-24T22:51:31.902Z | info: installing component 'clippy' |
38 | 2025-01-24T22:51:31.902Z | info: installing component 'rust-docs' |
39 | 2025-01-24T22:51:33.012Z | info: installing component 'rust-std' |
40 | 2025-01-24T22:51:34.747Z | info: installing component 'rustc' |
41 | 2025-01-24T22:51:40.740Z | info: installing component 'rustfmt' |
42 | 2025-01-24T22:51:41.074Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-24T22:51:41.074Z | |
44 | 2025-01-24T22:51:41.462Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T22:51:41.462Z | |
46 | 2025-01-24T22:51:41.464Z | |
47 | 2025-01-24T22:51:41.464Z | Rust is installed now. Great! |
48 | 2025-01-24T22:51:41.464Z | |
49 | 2025-01-24T22:51:41.464Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T22:51:41.464Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T22:51:41.464Z | |
52 | 2025-01-24T22:51:41.464Z | To configure your current shell, you need to source |
53 | 2025-01-24T22:51:41.464Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T22:51:41.464Z | |
55 | 2025-01-24T22:51:41.465Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T22:51:41.465Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T22:51:41.465Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T22:51:41.537Z | + rustc --version |
59 | 2025-01-24T22:51:41.605Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T22:51:41.608Z | process exited: duration 22212 ms, exit code 0 |
|
61 | 2025-01-24T22:51:41.613Z | starting task 2: "authentication" |
62 | 2025-01-24T22:51:41.635Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-24T22:51:41.640Z | starting task 3: "clone repository" |
64 | 2025-01-24T22:51:41.645Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-24T22:51:41.647Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-24T22:51:43.078Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-24T22:51:52.223Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-24T22:51:52.223Z | + git fetch origin 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
69 | 2025-01-24T22:51:52.574Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-24T22:51:52.574Z | * branch 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 -> FETCH_HEAD |
71 | 2025-01-24T22:51:52.585Z | + [[ -n omdb-decommissioned-disk-task-impl ]] |
72 | 2025-01-24T22:51:52.589Z | ++ git branch --show-current |
73 | 2025-01-24T22:51:52.589Z | + current=main |
74 | 2025-01-24T22:51:52.592Z | + [[ main != omdb-decommissioned-disk-task-impl ]] |
75 | 2025-01-24T22:51:52.592Z | + git branch -f omdb-decommissioned-disk-task-impl 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
76 | 2025-01-24T22:51:52.595Z | + git checkout -f omdb-decommissioned-disk-task-impl |
77 | 2025-01-24T22:51:52.784Z | Switched to branch 'omdb-decommissioned-disk-task-impl' |
78 | 2025-01-24T22:51:52.788Z | + git reset --hard 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
79 | 2025-01-24T22:51:52.800Z | HEAD is now at 40f39e77e Merge branch 'omdb-sb-task-impl' into omdb-decommissioned-disk-task-impl |
80 | 2025-01-24T22:51:52.802Z | process exited: duration 11159 ms, exit code 0 |
|
81 | 2025-01-24T22:51:52.808Z | starting task 4: "build" |
82 | 2025-01-24T22:51:52.813Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-24T22:51:52.813Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-24T22:51:52.813Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-24T22:51:52.813Z | + cargo --version |
86 | 2025-01-24T22:51:52.873Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-24T22:51:52.876Z | + rustc --version |
88 | 2025-01-24T22:51:52.938Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-24T22:51:52.941Z | + cd /tmp |
90 | 2025-01-24T22:51:52.941Z | + cargo new --lib test-project |
91 | 2025-01-24T22:51:52.998Z | Creating library `test-project` package |
92 | 2025-01-24T22:51:53.077Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-24T22:51:53.079Z | + cd test-project |
94 | 2025-01-24T22:51:53.080Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-24T22:51:53.141Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-24T22:51:53.146Z | Features: |
97 | 2025-01-24T22:51:53.146Z | - proptest |
98 | 2025-01-24T22:51:53.146Z | - test-strategy |
99 | 2025-01-24T22:51:53.146Z | - testing |
100 | 2025-01-24T22:51:53.146Z | Updating crates.io index |
101 | 2025-01-24T22:51:53.232Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-24T22:51:53.699Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-24T22:51:54.306Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-24T22:51:54.691Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-24T22:51:55.067Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-24T22:51:56.503Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-24T22:51:56.697Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-24T22:51:56.700Z | + cargo check |
109 | 2025-01-24T22:51:56.843Z | Updating crates.io index |
110 | 2025-01-24T22:51:57.785Z | Locking 1 package to latest compatible version |
111 | 2025-01-24T22:51:57.785Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-24T22:51:57.808Z | Downloading crates ... |
113 | 2025-01-24T22:51:57.931Z | Downloaded darling_macro v0.20.10 |
114 | 2025-01-24T22:51:57.945Z | Downloaded async-stream-impl v0.3.6 |
115 | 2025-01-24T22:51:57.953Z | Downloaded foreign-types-shared v0.1.1 |
116 | 2025-01-24T22:51:57.953Z | Downloaded time-core v0.1.2 |
117 | 2025-01-24T22:51:57.959Z | Downloaded ident_case v1.0.1 |
118 | 2025-01-24T22:51:57.959Z | Downloaded tinyvec_macros v0.1.1 |
119 | 2025-01-24T22:51:57.959Z | Downloaded take_mut v0.2.2 |
120 | 2025-01-24T22:51:57.964Z | Downloaded thiserror-impl v2.0.11 |
121 | 2025-01-24T22:51:57.967Z | Downloaded term v0.7.0 |
122 | 2025-01-24T22:51:57.967Z | Downloaded openssl-probe v0.1.5 |
123 | 2025-01-24T22:51:57.990Z | Downloaded num-conv v0.1.0 |
124 | 2025-01-24T22:51:57.990Z | Downloaded http-body v1.0.1 |
125 | 2025-01-24T22:51:57.990Z | Downloaded icu_provider_macros v1.5.0 |
126 | 2025-01-24T22:51:57.990Z | Downloaded progenitor-client v0.8.0 |
127 | 2025-01-24T22:51:57.990Z | Downloaded want v0.3.1 |
128 | 2025-01-24T22:51:57.990Z | Downloaded waitgroup v0.1.2 |
129 | 2025-01-24T22:51:57.993Z | Downloaded idna_adapter v1.2.0 |
130 | 2025-01-24T22:51:57.993Z | Downloaded crypto-common v0.1.6 |
131 | 2025-01-24T22:51:57.993Z | Downloaded cfg-if v1.0.0 |
132 | 2025-01-24T22:51:57.993Z | Downloaded hostname v0.3.1 |
133 | 2025-01-24T22:51:57.993Z | Downloaded zerofrom v0.1.4 |
134 | 2025-01-24T22:51:57.993Z | Downloaded tokio-macros v2.5.0 |
135 | 2025-01-24T22:51:57.993Z | Downloaded thread-id v4.2.2 |
136 | 2025-01-24T22:51:57.996Z | Downloaded itoa v1.0.11 |
137 | 2025-01-24T22:51:57.996Z | Downloaded httpdate v1.0.3 |
138 | 2025-01-24T22:51:57.999Z | Downloaded tinystr v0.7.6 |
139 | 2025-01-24T22:51:58.008Z | Downloaded pretty-hex v0.4.1 |
140 | 2025-01-24T22:51:58.008Z | Downloaded yoke-derive v0.7.4 |
141 | 2025-01-24T22:51:58.019Z | Downloaded heck v0.5.0 |
142 | 2025-01-24T22:51:58.019Z | Downloaded try-lock v0.2.5 |
143 | 2025-01-24T22:51:58.019Z | Downloaded allocator-api2 v0.2.18 |
144 | 2025-01-24T22:51:58.019Z | Downloaded percent-encoding v2.3.1 |
145 | 2025-01-24T22:51:58.019Z | Downloaded openssl-macros v0.1.1 |
146 | 2025-01-24T22:51:58.020Z | Downloaded macaddr v1.0.1 |
147 | 2025-01-24T22:51:58.020Z | Downloaded futures-macro v0.3.31 |
148 | 2025-01-24T22:51:58.027Z | Downloaded either v1.13.0 |
149 | 2025-01-24T22:51:58.027Z | Downloaded dof v0.3.0 |
150 | 2025-01-24T22:51:58.027Z | Downloaded memmap v0.7.0 |
151 | 2025-01-24T22:51:58.027Z | Downloaded equivalent v1.0.1 |
152 | 2025-01-24T22:51:58.027Z | Downloaded instant v0.1.13 |
153 | 2025-01-24T22:51:58.027Z | Downloaded usdt-attr-macro v0.5.0 |
154 | 2025-01-24T22:51:58.027Z | Downloaded tower-service v0.3.3 |
155 | 2025-01-24T22:51:58.027Z | Downloaded parse-display v0.10.0 |
156 | 2025-01-24T22:51:58.027Z | Downloaded ppv-lite86 v0.2.20 |
157 | 2025-01-24T22:51:58.053Z | Downloaded powerfmt v0.2.0 |
158 | 2025-01-24T22:51:58.054Z | Downloaded form_urlencoded v1.2.1 |
159 | 2025-01-24T22:51:58.054Z | Downloaded digest v0.10.7 |
160 | 2025-01-24T22:51:58.054Z | Downloaded pin-utils v0.1.0 |
161 | 2025-01-24T22:51:58.054Z | Downloaded paste v1.0.15 |
162 | 2025-01-24T22:51:58.054Z | Downloaded utf8_iter v1.0.4 |
163 | 2025-01-24T22:51:58.054Z | Downloaded zeroize v1.8.1 |
164 | 2025-01-24T22:51:58.054Z | Downloaded hyper-tls v0.6.0 |
165 | 2025-01-24T22:51:58.081Z | Downloaded version_check v0.9.5 |
166 | 2025-01-24T22:51:58.081Z | Downloaded progenitor-client v0.9.1 |
167 | 2025-01-24T22:51:58.081Z | Downloaded plain v0.2.3 |
168 | 2025-01-24T22:51:58.081Z | Downloaded thiserror v2.0.11 |
169 | 2025-01-24T22:51:58.081Z | Downloaded toml_datetime v0.6.8 |
170 | 2025-01-24T22:51:58.081Z | Downloaded iana-time-zone v0.1.61 |
171 | 2025-01-24T22:51:58.081Z | Downloaded darling v0.20.10 |
172 | 2025-01-24T22:51:58.082Z | Downloaded scroll_derive v0.12.0 |
173 | 2025-01-24T22:51:58.082Z | Downloaded synstructure v0.13.1 |
174 | 2025-01-24T22:51:58.101Z | Downloaded time-macros v0.2.18 |
175 | 2025-01-24T22:51:58.101Z | Downloaded hyper-rustls v0.27.3 |
176 | 2025-01-24T22:51:58.102Z | Downloaded crossbeam-utils v0.8.20 |
177 | 2025-01-24T22:51:58.102Z | Downloaded once_cell v1.20.2 |
178 | 2025-01-24T22:51:58.102Z | Downloaded usdt-impl v0.5.0 |
179 | 2025-01-24T22:51:58.102Z | Downloaded usdt v0.5.0 |
180 | 2025-01-24T22:51:58.102Z | Downloaded icu_locid_transform v1.5.0 |
181 | 2025-01-24T22:51:58.102Z | Downloaded pkg-config v0.3.31 |
182 | 2025-01-24T22:51:58.102Z | Downloaded deranged v0.3.11 |
183 | 2025-01-24T22:51:58.102Z | Downloaded untrusted v0.9.0 |
184 | 2025-01-24T22:51:58.103Z | Downloaded typify v0.2.0 |
185 | 2025-01-24T22:51:58.106Z | Downloaded litemap v0.7.3 |
186 | 2025-01-24T22:51:58.106Z | Downloaded ipnet v2.10.1 |
187 | 2025-01-24T22:51:58.127Z | Downloaded futures-channel v0.3.31 |
188 | 2025-01-24T22:51:58.127Z | Downloaded tinyvec v1.8.0 |
189 | 2025-01-24T22:51:58.127Z | Downloaded stable_deref_trait v1.2.0 |
190 | 2025-01-24T22:51:58.127Z | Downloaded newtype-uuid v1.2.1 |
191 | 2025-01-24T22:51:58.128Z | Downloaded httparse v1.9.5 |
192 | 2025-01-24T22:51:58.128Z | Downloaded is-terminal v0.4.13 |
193 | 2025-01-24T22:51:58.128Z | Downloaded native-tls v0.2.12 |
194 | 2025-01-24T22:51:58.128Z | Downloaded icu_locid v1.5.0 |
195 | 2025-01-24T22:51:58.128Z | Downloaded serde_spanned v0.6.8 |
196 | 2025-01-24T22:51:58.128Z | Downloaded slab v0.4.9 |
197 | 2025-01-24T22:51:58.128Z | Downloaded serde_with_macros v3.11.0 |
198 | 2025-01-24T22:51:58.128Z | Downloaded yoke v0.7.4 |
199 | 2025-01-24T22:51:58.140Z | Downloaded signal-hook-registry v1.4.2 |
200 | 2025-01-24T22:51:58.140Z | Downloaded strum v0.26.3 |
201 | 2025-01-24T22:51:58.140Z | Downloaded bytes v1.9.0 |
202 | 2025-01-24T22:51:58.141Z | Downloaded typenum v1.17.0 |
203 | 2025-01-24T22:51:58.141Z | Downloaded sync_wrapper v1.0.1 |
204 | 2025-01-24T22:51:58.141Z | Downloaded subtle v2.6.1 |
205 | 2025-01-24T22:51:58.141Z | Downloaded zerovec-derive v0.10.3 |
206 | 2025-01-24T22:51:58.141Z | Downloaded ucd-trie v0.1.7 |
207 | 2025-01-24T22:51:58.141Z | Downloaded progenitor v0.8.0 |
208 | 2025-01-24T22:51:58.141Z | Downloaded parse-display-derive v0.10.0 |
209 | 2025-01-24T22:51:58.167Z | Downloaded zerofrom-derive v0.1.4 |
210 | 2025-01-24T22:51:58.167Z | Downloaded parking_lot v0.12.3 |
211 | 2025-01-24T22:51:58.167Z | Downloaded unicode-ident v1.0.14 |
212 | 2025-01-24T22:51:58.168Z | Downloaded pin-project-lite v0.2.14 |
213 | 2025-01-24T22:51:58.168Z | Downloaded icu_locid_transform_data v1.5.0 |
214 | 2025-01-24T22:51:58.168Z | Downloaded darling_core v0.20.10 |
215 | 2025-01-24T22:51:58.184Z | Downloaded serde_urlencoded v0.7.1 |
216 | 2025-01-24T22:51:58.184Z | Downloaded rustc-hash v2.0.0 |
217 | 2025-01-24T22:51:58.184Z | Downloaded quinn-udp v0.5.5 |
218 | 2025-01-24T22:51:58.184Z | Downloaded schemars_derive v0.8.21 |
219 | 2025-01-24T22:51:58.185Z | Downloaded icu_normalizer v1.5.0 |
220 | 2025-01-24T22:51:58.185Z | Downloaded strsim v0.11.1 |
221 | 2025-01-24T22:51:58.185Z | Downloaded serde_tokenstream v0.2.2 |
222 | 2025-01-24T22:51:58.185Z | Downloaded proc-macro2 v1.0.92 |
223 | 2025-01-24T22:51:58.185Z | Downloaded slog-json v2.6.1 |
224 | 2025-01-24T22:51:58.185Z | Downloaded slog-async v2.8.0 |
225 | 2025-01-24T22:51:58.185Z | Downloaded scopeguard v1.2.0 |
226 | 2025-01-24T22:51:58.185Z | Downloaded rustversion v1.0.17 |
227 | 2025-01-24T22:51:58.185Z | Downloaded thread_local v1.1.8 |
228 | 2025-01-24T22:51:58.185Z | Downloaded structmeta-derive v0.3.0 |
229 | 2025-01-24T22:51:58.213Z | Downloaded progenitor-macro v0.8.0 |
230 | 2025-01-24T22:51:58.214Z | Downloaded pest_derive v2.7.14 |
231 | 2025-01-24T22:51:58.214Z | Downloaded toml v0.8.19 |
232 | 2025-01-24T22:51:58.214Z | Downloaded sha1 v0.10.6 |
233 | 2025-01-24T22:51:58.214Z | Downloaded slog-bunyan v2.5.0 |
234 | 2025-01-24T22:51:58.215Z | Downloaded progenitor-impl v0.8.0 |
235 | 2025-01-24T22:51:58.215Z | Downloaded tokio-native-tls v0.3.1 |
236 | 2025-01-24T22:51:58.215Z | Downloaded icu_properties v1.5.1 |
237 | 2025-01-24T22:51:58.290Z | Downloaded zerocopy-derive v0.7.35 |
238 | 2025-01-24T22:51:58.291Z | Downloaded rustls-pemfile v2.2.0 |
239 | 2025-01-24T22:51:58.291Z | Downloaded openssl-sys v0.9.103 |
240 | 2025-01-24T22:51:58.291Z | Downloaded semver v1.0.24 |
241 | 2025-01-24T22:51:58.291Z | Downloaded scroll v0.12.0 |
242 | 2025-01-24T22:51:58.291Z | Downloaded shlex v1.3.0 |
243 | 2025-01-24T22:51:58.291Z | Downloaded smallvec v1.13.2 |
244 | 2025-01-24T22:51:58.292Z | Downloaded slog-term v2.9.1 |
245 | 2025-01-24T22:51:58.292Z | Downloaded num-traits v0.2.19 |
246 | 2025-01-24T22:51:58.292Z | Downloaded strum_macros v0.26.4 |
247 | 2025-01-24T22:51:58.292Z | Downloaded url v2.5.3 |
248 | 2025-01-24T22:51:58.292Z | Downloaded tracing v0.1.40 |
249 | 2025-01-24T22:51:58.292Z | Downloaded serde_derive_internals v0.29.1 |
250 | 2025-01-24T22:51:58.292Z | Downloaded spin v0.9.8 |
251 | 2025-01-24T22:51:58.292Z | Downloaded log v0.4.22 |
252 | 2025-01-24T22:51:58.292Z | Downloaded crossbeam-channel v0.5.13 |
253 | 2025-01-24T22:51:58.293Z | Downloaded sha2 v0.10.8 |
254 | 2025-01-24T22:51:58.293Z | Downloaded rustls-pki-types v1.10.0 |
255 | 2025-01-24T22:51:58.293Z | Downloaded slog v2.7.0 |
256 | 2025-01-24T22:51:58.293Z | Downloaded icu_collections v1.5.0 |
257 | 2025-01-24T22:51:58.342Z | Downloaded indexmap v2.7.0 |
258 | 2025-01-24T22:51:58.342Z | Downloaded socket2 v0.5.7 |
259 | 2025-01-24T22:51:58.343Z | Downloaded time v0.3.36 |
260 | 2025-01-24T22:51:58.343Z | Downloaded serde_derive v1.0.217 |
261 | 2025-01-24T22:51:58.343Z | Downloaded hashbrown v0.12.3 |
262 | 2025-01-24T22:51:58.344Z | Downloaded cc v1.1.30 |
263 | 2025-01-24T22:51:58.344Z | Downloaded quinn v0.11.5 |
264 | 2025-01-24T22:51:58.344Z | Downloaded toml_edit v0.22.22 |
265 | 2025-01-24T22:51:58.344Z | Downloaded mio v1.0.2 |
266 | 2025-01-24T22:51:58.344Z | Downloaded rand v0.8.5 |
267 | 2025-01-24T22:51:58.395Z | Downloaded zerovec v0.10.4 |
268 | 2025-01-24T22:51:58.395Z | Downloaded pest v2.7.14 |
269 | 2025-01-24T22:51:58.395Z | Downloaded zerocopy v0.7.35 |
270 | 2025-01-24T22:51:58.395Z | Downloaded tokio-util v0.7.12 |
271 | 2025-01-24T22:51:58.395Z | Downloaded aho-corasick v1.1.3 |
272 | 2025-01-24T22:51:58.395Z | Downloaded hashbrown v0.14.5 |
273 | 2025-01-24T22:51:58.396Z | Downloaded hashbrown v0.15.1 |
274 | 2025-01-24T22:51:58.396Z | Downloaded idna v1.0.3 |
275 | 2025-01-24T22:51:58.396Z | Downloaded http v1.2.0 |
276 | 2025-01-24T22:51:58.396Z | Downloaded schemars v0.8.21 |
277 | 2025-01-24T22:51:58.412Z | Downloaded serde_json v1.0.135 |
278 | 2025-01-24T22:51:58.412Z | Downloaded reqwest v0.12.9 |
279 | 2025-01-24T22:51:58.412Z | Downloaded serde_with v3.11.0 |
280 | 2025-01-24T22:51:58.453Z | Downloaded goblin v0.8.2 |
281 | 2025-01-24T22:51:58.455Z | Downloaded rustls-webpki v0.102.8 |
282 | 2025-01-24T22:51:58.475Z | Downloaded vcpkg v0.2.15 |
283 | 2025-01-24T22:51:58.495Z | Downloaded icu_properties_data v1.5.0 |
284 | 2025-01-24T22:51:58.495Z | Downloaded quinn-proto v0.11.8 |
285 | 2025-01-24T22:51:58.518Z | Downloaded openssl v0.10.66 |
286 | 2025-01-24T22:51:58.518Z | Downloaded chrono v0.4.39 |
287 | 2025-01-24T22:51:58.518Z | Downloaded webpki-roots v0.26.6 |
288 | 2025-01-24T22:51:58.525Z | Downloaded syn v1.0.109 |
289 | 2025-01-24T22:51:58.526Z | Downloaded regex v1.11.1 |
290 | 2025-01-24T22:51:58.535Z | Downloaded regress v0.10.1 |
291 | 2025-01-24T22:51:58.573Z | Downloaded openapiv3 v2.0.0 |
292 | 2025-01-24T22:51:58.573Z | Downloaded regex-syntax v0.8.5 |
293 | 2025-01-24T22:51:58.594Z | Downloaded syn v2.0.96 |
294 | 2025-01-24T22:51:58.594Z | Downloaded rustls v0.23.19 |
295 | 2025-01-24T22:51:58.594Z | Downloaded rustls v0.22.4 |
296 | 2025-01-24T22:51:58.594Z | Downloaded dropshot v0.15.1 |
297 | 2025-01-24T22:51:58.610Z | Downloaded typify-impl v0.2.0 |
298 | 2025-01-24T22:51:58.631Z | Downloaded regress v0.9.1 |
299 | 2025-01-24T22:51:58.645Z | Downloaded winnow v0.6.20 |
300 | 2025-01-24T22:51:58.654Z | Downloaded hyper v1.5.2 |
301 | 2025-01-24T22:51:58.654Z | Downloaded h2 v0.4.6 |
302 | 2025-01-24T22:51:58.654Z | Downloaded futures-util v0.3.31 |
303 | 2025-01-24T22:51:58.665Z | Downloaded itertools v0.10.5 |
304 | 2025-01-24T22:51:58.670Z | Downloaded ryu v1.0.18 |
305 | 2025-01-24T22:51:58.670Z | Downloaded serde_yaml v0.9.34+deprecated |
306 | 2025-01-24T22:51:58.675Z | Downloaded serde v1.0.217 |
307 | 2025-01-24T22:51:58.675Z | Downloaded memchr v2.7.4 |
308 | 2025-01-24T22:51:58.682Z | Downloaded tracing-core v0.1.32 |
309 | 2025-01-24T22:51:58.689Z | Downloaded backoff v0.4.0 |
310 | 2025-01-24T22:51:58.689Z | Downloaded async-trait v0.1.83 |
311 | 2025-01-24T22:51:58.689Z | Downloaded unsafe-libyaml v0.2.11 |
312 | 2025-01-24T22:51:58.696Z | Downloaded icu_provider v1.5.0 |
313 | 2025-01-24T22:51:58.696Z | Downloaded serde_path_to_error v0.1.16 |
314 | 2025-01-24T22:51:58.696Z | Downloaded structmeta v0.3.0 |
315 | 2025-01-24T22:51:58.736Z | Downloaded base64 v0.22.1 |
316 | 2025-01-24T22:51:58.736Z | Downloaded regex-automata v0.4.8 |
317 | 2025-01-24T22:51:58.751Z | Downloaded hyper-util v0.1.10 |
318 | 2025-01-24T22:51:58.752Z | Downloaded futures v0.3.31 |
319 | 2025-01-24T22:51:58.752Z | Downloaded tokio v1.43.0 |
320 | 2025-01-24T22:51:58.767Z | Downloaded libc v0.2.169 |
321 | 2025-01-24T22:51:58.808Z | Downloaded dropshot_endpoint v0.15.1 |
322 | 2025-01-24T22:51:58.809Z | Downloaded quote v1.0.38 |
323 | 2025-01-24T22:51:58.809Z | Downloaded pest_meta v2.7.14 |
324 | 2025-01-24T22:51:58.809Z | Downloaded rand_core v0.6.4 |
325 | 2025-01-24T22:51:58.809Z | Downloaded rand_chacha v0.3.1 |
326 | 2025-01-24T22:51:58.809Z | Downloaded uuid v1.12.0 |
327 | 2025-01-24T22:51:58.809Z | Downloaded hostname v0.4.0 |
328 | 2025-01-24T22:51:58.809Z | Downloaded atomic-waker v1.1.2 |
329 | 2025-01-24T22:51:58.810Z | Downloaded thiserror-impl v1.0.69 |
330 | 2025-01-24T22:51:58.810Z | Downloaded anyhow v1.0.95 |
331 | 2025-01-24T22:51:58.840Z | Downloaded tokio-rustls v0.26.0 |
332 | 2025-01-24T22:51:58.841Z | Downloaded lock_api v0.4.12 |
333 | 2025-01-24T22:51:58.841Z | Downloaded indexmap v1.9.3 |
334 | 2025-01-24T22:51:58.841Z | Downloaded icu_normalizer_data v1.5.0 |
335 | 2025-01-24T22:51:58.841Z | Downloaded getrandom v0.2.15 |
336 | 2025-01-24T22:51:58.841Z | Downloaded parking_lot_core v0.9.10 |
337 | 2025-01-24T22:51:58.841Z | Downloaded multer v3.1.0 |
338 | 2025-01-24T22:51:58.841Z | Downloaded tokio-rustls v0.25.0 |
339 | 2025-01-24T22:51:58.841Z | Downloaded futures-io v0.3.31 |
340 | 2025-01-24T22:51:58.841Z | Downloaded futures-core v0.3.31 |
341 | 2025-01-24T22:51:58.841Z | Downloaded bitflags v2.6.0 |
342 | 2025-01-24T22:51:58.842Z | Downloaded match_cfg v0.1.0 |
343 | 2025-01-24T22:51:58.843Z | Downloaded camino v1.1.9 |
344 | 2025-01-24T22:51:58.843Z | Downloaded ahash v0.8.11 |
345 | 2025-01-24T22:51:58.878Z | Downloaded generic-array v0.14.7 |
346 | 2025-01-24T22:51:58.878Z | Downloaded block-buffer v0.10.4 |
347 | 2025-01-24T22:51:58.878Z | Downloaded futures-sink v0.3.31 |
348 | 2025-01-24T22:51:58.878Z | Downloaded dirs-next v2.0.0 |
349 | 2025-01-24T22:51:58.878Z | Downloaded utf16_iter v1.0.5 |
350 | 2025-01-24T22:51:58.878Z | Downloaded futures-task v0.3.31 |
351 | 2025-01-24T22:51:58.878Z | Downloaded writeable v0.5.5 |
352 | 2025-01-24T22:51:58.878Z | Downloaded typify-macro v0.2.0 |
353 | 2025-01-24T22:51:58.878Z | Downloaded ipnetwork v0.20.0 |
354 | 2025-01-24T22:51:58.878Z | Downloaded http-body-util v0.1.2 |
355 | 2025-01-24T22:51:58.879Z | Downloaded hex v0.4.3 |
356 | 2025-01-24T22:51:58.879Z | Downloaded pest_generator v2.7.14 |
357 | 2025-01-24T22:51:58.879Z | Downloaded mime v0.3.17 |
358 | 2025-01-24T22:51:58.879Z | Downloaded futures-executor v0.3.31 |
359 | 2025-01-24T22:51:58.879Z | Downloaded dyn-clone v1.0.17 |
360 | 2025-01-24T22:51:58.879Z | Downloaded dirs-sys-next v0.1.2 |
361 | 2025-01-24T22:51:58.879Z | Downloaded thiserror v1.0.69 |
362 | 2025-01-24T22:51:58.879Z | Downloaded fnv v1.0.7 |
363 | 2025-01-24T22:51:58.879Z | Downloaded displaydoc v0.2.5 |
364 | 2025-01-24T22:51:58.879Z | Downloaded debug-ignore v1.0.5 |
365 | 2025-01-24T22:51:58.880Z | Downloaded write16 v1.0.0 |
366 | 2025-01-24T22:51:58.880Z | Downloaded cpufeatures v0.2.14 |
367 | 2025-01-24T22:51:58.880Z | Downloaded byteorder v1.5.0 |
368 | 2025-01-24T22:51:58.880Z | Downloaded autocfg v1.4.0 |
369 | 2025-01-24T22:51:58.906Z | Downloaded async-stream v0.3.6 |
370 | 2025-01-24T22:51:58.907Z | Downloaded usdt-macro v0.5.0 |
371 | 2025-01-24T22:51:58.907Z | Downloaded omicron-workspace-hack v0.1.0 |
372 | 2025-01-24T22:51:58.907Z | Downloaded num_threads v0.1.7 |
373 | 2025-01-24T22:51:58.907Z | Downloaded foreign-types v0.3.2 |
374 | 2025-01-24T22:51:58.907Z | Downloaded dtrace-parser v0.2.0 |
375 | 2025-01-24T22:51:58.907Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-24T22:51:59.074Z | Downloaded ring v0.17.8 |
377 | 2025-01-24T22:51:59.282Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-24T22:51:59.282Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-24T22:51:59.311Z | Compiling libc v0.2.169 |
380 | 2025-01-24T22:51:59.311Z | Checking cfg-if v1.0.0 |
381 | 2025-01-24T22:51:59.311Z | Compiling autocfg v1.4.0 |
382 | 2025-01-24T22:51:59.311Z | Compiling serde v1.0.217 |
383 | 2025-01-24T22:51:59.311Z | Compiling version_check v0.9.5 |
384 | 2025-01-24T22:51:59.312Z | Checking memchr v2.7.4 |
385 | 2025-01-24T22:51:59.409Z | Compiling serde_json v1.0.135 |
386 | 2025-01-24T22:51:59.481Z | Checking itoa v1.0.11 |
387 | 2025-01-24T22:51:59.817Z | Checking once_cell v1.20.2 |
388 | 2025-01-24T22:51:59.982Z | Compiling thiserror v1.0.69 |
389 | 2025-01-24T22:52:00.012Z | Compiling shlex v1.3.0 |
390 | 2025-01-24T22:52:00.290Z | Compiling cc v1.1.30 |
391 | 2025-01-24T22:52:00.617Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-24T22:52:00.732Z | Compiling num-traits v0.2.19 |
393 | 2025-01-24T22:52:01.405Z | Checking smallvec v1.13.2 |
394 | 2025-01-24T22:52:01.467Z | Checking ryu v1.0.18 |
395 | 2025-01-24T22:52:01.630Z | Checking bytes v1.9.0 |
396 | 2025-01-24T22:52:01.636Z | Checking futures-core v0.3.31 |
397 | 2025-01-24T22:52:01.636Z | Compiling lock_api v0.4.12 |
398 | 2025-01-24T22:52:01.693Z | Compiling parking_lot_core v0.9.10 |
399 | 2025-01-24T22:52:01.816Z | Compiling byteorder v1.5.0 |
400 | 2025-01-24T22:52:02.020Z | Checking getrandom v0.2.15 |
401 | 2025-01-24T22:52:02.100Z | Checking scopeguard v1.2.0 |
402 | 2025-01-24T22:52:02.150Z | Compiling schemars v0.8.21 |
403 | 2025-01-24T22:52:02.251Z | Compiling slab v0.4.9 |
404 | 2025-01-24T22:52:02.311Z | Compiling ahash v0.8.11 |
405 | 2025-01-24T22:52:02.423Z | Compiling quote v1.0.38 |
406 | 2025-01-24T22:52:02.534Z | Checking futures-sink v0.3.31 |
407 | 2025-01-24T22:52:02.591Z | Checking log v0.4.22 |
408 | 2025-01-24T22:52:02.630Z | Checking parking_lot v0.12.3 |
409 | 2025-01-24T22:52:02.660Z | Checking signal-hook-registry v1.4.2 |
410 | 2025-01-24T22:52:02.677Z | Checking socket2 v0.5.7 |
411 | 2025-01-24T22:52:02.727Z | Checking mio v1.0.2 |
412 | 2025-01-24T22:52:02.780Z | Compiling syn v2.0.96 |
413 | 2025-01-24T22:52:02.791Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-24T22:52:02.927Z | Compiling ring v0.17.8 |
415 | 2025-01-24T22:52:02.958Z | Checking fnv v1.0.7 |
416 | 2025-01-24T22:52:02.990Z | Checking hashbrown v0.15.1 |
417 | 2025-01-24T22:52:03.011Z | Checking equivalent v1.0.1 |
418 | 2025-01-24T22:52:03.079Z | Checking http v1.2.0 |
419 | 2025-01-24T22:52:03.116Z | Checking futures-channel v0.3.31 |
420 | 2025-01-24T22:52:03.143Z | Checking futures-task v0.3.31 |
421 | 2025-01-24T22:52:03.156Z | Checking futures-io v0.3.31 |
422 | 2025-01-24T22:52:03.261Z | Checking pin-utils v0.1.0 |
423 | 2025-01-24T22:52:03.352Z | Compiling semver v1.0.24 |
424 | 2025-01-24T22:52:03.357Z | Compiling vcpkg v0.2.15 |
425 | 2025-01-24T22:52:03.362Z | Compiling pkg-config v0.3.31 |
426 | 2025-01-24T22:52:03.468Z | Checking rustls-pki-types v1.10.0 |
427 | 2025-01-24T22:52:03.894Z | Checking spin v0.9.8 |
428 | 2025-01-24T22:52:03.977Z | Compiling heck v0.5.0 |
429 | 2025-01-24T22:52:04.103Z | Checking untrusted v0.9.0 |
430 | 2025-01-24T22:52:04.258Z | Checking writeable v0.5.5 |
431 | 2025-01-24T22:52:04.298Z | Compiling httparse v1.9.5 |
432 | 2025-01-24T22:52:04.377Z | Checking iana-time-zone v0.1.61 |
433 | 2025-01-24T22:52:04.415Z | Checking litemap v0.7.3 |
434 | 2025-01-24T22:52:04.524Z | Checking tracing-core v0.1.32 |
435 | 2025-01-24T22:52:04.562Z | Compiling ucd-trie v0.1.7 |
436 | 2025-01-24T22:52:04.723Z | Checking atomic-waker v1.1.2 |
437 | 2025-01-24T22:52:04.747Z | Compiling openssl-sys v0.9.103 |
438 | 2025-01-24T22:52:04.948Z | Checking dyn-clone v1.0.17 |
439 | 2025-01-24T22:52:04.991Z | Checking http-body v1.0.1 |
440 | 2025-01-24T22:52:05.131Z | Checking tracing v0.1.40 |
441 | 2025-01-24T22:52:05.189Z | Checking try-lock v0.2.5 |
442 | 2025-01-24T22:52:05.250Z | Checking zeroize v1.8.1 |
443 | 2025-01-24T22:52:05.394Z | Checking icu_locid_transform_data v1.5.0 |
444 | 2025-01-24T22:52:05.436Z | Compiling allocator-api2 v0.2.18 |
445 | 2025-01-24T22:52:05.436Z | Checking subtle v2.6.1 |
446 | 2025-01-24T22:52:05.478Z | Checking want v0.3.1 |
447 | 2025-01-24T22:52:05.586Z | Compiling openssl v0.10.66 |
448 | 2025-01-24T22:52:05.849Z | Checking icu_properties_data v1.5.0 |
449 | 2025-01-24T22:52:05.997Z | Compiling uuid v1.12.0 |
450 | 2025-01-24T22:52:06.054Z | Checking foreign-types-shared v0.1.1 |
451 | 2025-01-24T22:52:06.054Z | Checking httpdate v1.0.3 |
452 | 2025-01-24T22:52:06.237Z | Compiling chrono v0.4.39 |
453 | 2025-01-24T22:52:06.280Z | Checking foreign-types v0.3.2 |
454 | 2025-01-24T22:52:06.326Z | Checking utf16_iter v1.0.5 |
455 | 2025-01-24T22:52:06.468Z | Checking tower-service v0.3.3 |
456 | 2025-01-24T22:52:06.488Z | Compiling slog v2.7.0 |
457 | 2025-01-24T22:52:06.489Z | Checking icu_normalizer_data v1.5.0 |
458 | 2025-01-24T22:52:06.545Z | Checking utf8_iter v1.0.4 |
459 | 2025-01-24T22:52:06.574Z | Compiling native-tls v0.2.12 |
460 | 2025-01-24T22:52:06.574Z | Compiling rustls v0.23.19 |
461 | 2025-01-24T22:52:06.710Z | Checking write16 v1.0.0 |
462 | 2025-01-24T22:52:06.810Z | Checking bitflags v2.6.0 |
463 | 2025-01-24T22:52:06.834Z | Checking percent-encoding v2.3.1 |
464 | 2025-01-24T22:52:06.911Z | Compiling aho-corasick v1.1.3 |
465 | 2025-01-24T22:52:07.007Z | Checking form_urlencoded v1.2.1 |
466 | 2025-01-24T22:52:07.201Z | Compiling typenum v1.17.0 |
467 | 2025-01-24T22:52:07.575Z | Checking openssl-probe v0.1.5 |
468 | 2025-01-24T22:52:07.704Z | Compiling regex-syntax v0.8.5 |
469 | 2025-01-24T22:52:08.060Z | Compiling generic-array v0.14.7 |
470 | 2025-01-24T22:52:08.227Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-24T22:52:08.368Z | Checking mime v0.3.17 |
472 | 2025-01-24T22:52:09.868Z | Compiling synstructure v0.13.1 |
473 | 2025-01-24T22:52:09.994Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-24T22:52:10.285Z | Checking rustls-pemfile v2.2.0 |
475 | 2025-01-24T22:52:10.312Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-24T22:52:10.986Z | Compiling regex-automata v0.4.8 |
477 | 2025-01-24T22:52:11.012Z | Compiling usdt-impl v0.5.0 |
478 | 2025-01-24T22:52:11.105Z | Checking powerfmt v0.2.0 |
479 | 2025-01-24T22:52:11.339Z | Checking base64 v0.22.1 |
480 | 2025-01-24T22:52:11.807Z | Compiling time-core v0.1.2 |
481 | 2025-01-24T22:52:11.882Z | Compiling num-conv v0.1.0 |
482 | 2025-01-24T22:52:11.995Z | Checking deranged v0.3.11 |
483 | 2025-01-24T22:52:12.093Z | Compiling time-macros v0.2.18 |
484 | 2025-01-24T22:52:12.231Z | Compiling thread-id v4.2.2 |
485 | 2025-01-24T22:52:12.774Z | Checking sync_wrapper v1.0.1 |
486 | 2025-01-24T22:52:12.940Z | Compiling crossbeam-utils v0.8.20 |
487 | 2025-01-24T22:52:13.129Z | Compiling strsim v0.11.1 |
488 | 2025-01-24T22:52:13.415Z | Compiling syn v1.0.109 |
489 | 2025-01-24T22:52:13.425Z | Compiling serde_derive v1.0.217 |
490 | 2025-01-24T22:52:13.525Z | Compiling zerocopy-derive v0.7.35 |
491 | 2025-01-24T22:52:13.758Z | Compiling thiserror-impl v1.0.69 |
492 | 2025-01-24T22:52:13.879Z | Compiling zerofrom-derive v0.1.4 |
493 | 2025-01-24T22:52:14.486Z | Compiling schemars_derive v0.8.21 |
494 | 2025-01-24T22:52:14.912Z | Compiling yoke-derive v0.7.4 |
495 | 2025-01-24T22:52:15.309Z | Compiling zerocopy v0.7.35 |
496 | 2025-01-24T22:52:16.596Z | Compiling tokio-macros v2.5.0 |
497 | 2025-01-24T22:52:16.830Z | Compiling zerovec-derive v0.10.3 |
498 | 2025-01-24T22:52:16.917Z | Checking zerofrom v0.1.4 |
499 | 2025-01-24T22:52:17.104Z | Compiling displaydoc v0.2.5 |
500 | 2025-01-24T22:52:17.235Z | Compiling futures-macro v0.3.31 |
501 | 2025-01-24T22:52:17.273Z | Checking yoke v0.7.4 |
502 | 2025-01-24T22:52:17.576Z | Compiling icu_provider_macros v1.5.0 |
503 | 2025-01-24T22:52:17.987Z | Checking tokio v1.43.0 |
504 | 2025-01-24T22:52:18.039Z | Compiling pest v2.7.14 |
505 | 2025-01-24T22:52:18.691Z | Compiling hashbrown v0.14.5 |
506 | 2025-01-24T22:52:18.755Z | Compiling openssl-macros v0.1.1 |
507 | 2025-01-24T22:52:19.007Z | Checking futures-util v0.3.31 |
508 | 2025-01-24T22:52:19.161Z | Checking rustls-webpki v0.102.8 |
509 | 2025-01-24T22:52:19.195Z | Checking zerovec v0.10.4 |
510 | 2025-01-24T22:52:19.785Z | Compiling regress v0.10.1 |
511 | 2025-01-24T22:52:20.686Z | Checking tinystr v0.7.6 |
512 | 2025-01-24T22:52:20.912Z | Checking icu_collections v1.5.0 |
513 | 2025-01-24T22:52:20.979Z | Checking icu_locid v1.5.0 |
514 | 2025-01-24T22:52:21.578Z | Compiling pest_meta v2.7.14 |
515 | 2025-01-24T22:52:21.953Z | Checking icu_provider v1.5.0 |
516 | 2025-01-24T22:52:22.575Z | Checking icu_locid_transform v1.5.0 |
517 | 2025-01-24T22:52:23.569Z | Compiling pest_generator v2.7.14 |
518 | 2025-01-24T22:52:23.595Z | Checking icu_properties v1.5.1 |
519 | 2025-01-24T22:52:24.639Z | Checking indexmap v2.7.0 |
520 | 2025-01-24T22:52:25.279Z | Checking tokio-util v0.7.12 |
521 | 2025-01-24T22:52:25.760Z | Compiling serde_tokenstream v0.2.2 |
522 | 2025-01-24T22:52:26.069Z | Checking h2 v0.4.6 |
523 | 2025-01-24T22:52:26.084Z | Compiling pest_derive v2.7.14 |
524 | 2025-01-24T22:52:26.296Z | Checking http-body-util v0.1.2 |
525 | 2025-01-24T22:52:26.777Z | Checking icu_normalizer v1.5.0 |
526 | 2025-01-24T22:52:26.951Z | Checking tokio-native-tls v0.3.1 |
527 | 2025-01-24T22:52:27.583Z | Checking idna_adapter v1.2.0 |
528 | 2025-01-24T22:52:27.610Z | Checking serde_urlencoded v0.7.1 |
529 | 2025-01-24T22:52:27.748Z | Checking idna v1.0.3 |
530 | 2025-01-24T22:52:27.941Z | Compiling regex v1.11.1 |
531 | 2025-01-24T22:52:27.993Z | Compiling scroll_derive v0.12.0 |
532 | 2025-01-24T22:52:28.220Z | Checking url v2.5.3 |
533 | 2025-01-24T22:52:28.281Z | Compiling dof v0.3.0 |
534 | 2025-01-24T22:52:28.845Z | Compiling dtrace-parser v0.2.0 |
535 | 2025-01-24T22:52:28.872Z | Checking tokio-rustls v0.26.0 |
536 | 2025-01-24T22:52:29.249Z | Compiling typify-impl v0.2.0 |
537 | 2025-01-24T22:52:29.262Z | Checking plain v0.2.3 |
538 | 2025-01-24T22:52:29.401Z | Checking scroll v0.12.0 |
539 | 2025-01-24T22:52:29.845Z | Checking num_threads v0.1.7 |
540 | 2025-01-24T22:52:30.108Z | Checking ipnet v2.10.1 |
541 | 2025-01-24T22:52:30.112Z | Checking hyper v1.5.2 |
542 | 2025-01-24T22:52:30.419Z | Compiling ident_case v1.0.1 |
543 | 2025-01-24T22:52:30.561Z | Compiling darling_core v0.20.10 |
544 | 2025-01-24T22:52:30.592Z | Checking time v0.3.36 |
545 | 2025-01-24T22:52:32.071Z | Checking hyper-util v0.1.10 |
546 | 2025-01-24T22:52:32.201Z | Checking goblin v0.8.2 |
547 | 2025-01-24T22:52:32.921Z | Compiling openapiv3 v2.0.0 |
548 | 2025-01-24T22:52:33.702Z | Checking hyper-tls v0.6.0 |
549 | 2025-01-24T22:52:33.746Z | Checking hyper-rustls v0.27.3 |
550 | 2025-01-24T22:52:34.064Z | Checking dirs-sys-next v0.1.2 |
551 | 2025-01-24T22:52:34.078Z | Checking reqwest v0.12.9 |
552 | 2025-01-24T22:52:34.239Z | Compiling rustversion v1.0.17 |
553 | 2025-01-24T22:52:34.459Z | Compiling rustls v0.22.4 |
554 | 2025-01-24T22:52:34.789Z | Checking pretty-hex v0.4.1 |
555 | 2025-01-24T22:52:34.880Z | Compiling newtype-uuid v1.2.1 |
556 | 2025-01-24T22:52:34.980Z | Compiling omicron-workspace-hack v0.1.0 |
557 | 2025-01-24T22:52:35.207Z | Compiling paste v1.0.15 |
558 | 2025-01-24T22:52:35.304Z | Compiling unsafe-libyaml v0.2.11 |
559 | 2025-01-24T22:52:35.677Z | Checking dirs-next v2.0.0 |
560 | 2025-01-24T22:52:35.928Z | Compiling darling_macro v0.20.10 |
561 | 2025-01-24T22:52:36.485Z | Checking ipnetwork v0.20.0 |
562 | 2025-01-24T22:52:36.659Z | Compiling serde_yaml v0.9.34+deprecated |
563 | 2025-01-24T22:52:36.748Z | Checking toml_datetime v0.6.8 |
564 | 2025-01-24T22:52:36.811Z | Checking serde_spanned v0.6.8 |
565 | 2025-01-24T22:52:36.853Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-24T22:52:36.978Z | Compiling structmeta-derive v0.3.0 |
567 | 2025-01-24T22:52:36.992Z | Checking crypto-common v0.1.6 |
568 | 2025-01-24T22:52:37.020Z | Checking block-buffer v0.10.4 |
569 | 2025-01-24T22:52:37.159Z | Checking rand_core v0.6.4 |
570 | 2025-01-24T22:52:37.324Z | Checking thread_local v1.1.8 |
571 | 2025-01-24T22:52:37.454Z | Compiling multer v3.1.0 |
572 | 2025-01-24T22:52:37.550Z | Compiling thiserror v2.0.11 |
573 | 2025-01-24T22:52:37.579Z | Compiling slog-async v2.8.0 |
574 | 2025-01-24T22:52:37.593Z | Checking match_cfg v0.1.0 |
575 | 2025-01-24T22:52:37.682Z | Checking either v1.13.0 |
576 | 2025-01-24T22:52:37.794Z | Checking winnow v0.6.20 |
577 | 2025-01-24T22:52:38.053Z | Compiling camino v1.1.9 |
578 | 2025-01-24T22:52:38.061Z | Compiling anyhow v1.0.95 |
579 | 2025-01-24T22:52:38.555Z | Checking itertools v0.10.5 |
580 | 2025-01-24T22:52:38.732Z | Checking hostname v0.3.1 |
581 | 2025-01-24T22:52:39.012Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-24T22:52:39.395Z | Checking digest v0.10.7 |
583 | 2025-01-24T22:52:39.409Z | Compiling structmeta v0.3.0 |
584 | 2025-01-24T22:52:39.427Z | Compiling darling v0.20.10 |
585 | 2025-01-24T22:52:39.532Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
586 | 2025-01-24T22:52:39.709Z | Checking crossbeam-channel v0.5.13 |
587 | 2025-01-24T22:52:39.758Z | Checking term v0.7.0 |
588 | 2025-01-24T22:52:40.402Z | Checking toml_edit v0.22.22 |
589 | 2025-01-24T22:52:40.590Z | Checking progenitor-client v0.8.0 |
590 | 2025-01-24T22:52:40.648Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
591 | 2025-01-24T22:52:40.664Z | Compiling usdt-macro v0.5.0 |
592 | 2025-01-24T22:52:40.791Z | Compiling usdt-attr-macro v0.5.0 |
593 | 2025-01-24T22:52:40.917Z | Checking slog-json v2.6.1 |
594 | 2025-01-24T22:52:41.054Z | Compiling typify-macro v0.2.0 |
595 | 2025-01-24T22:52:41.186Z | Checking futures-executor v0.3.31 |
596 | 2025-01-24T22:52:41.302Z | Compiling thiserror-impl v2.0.11 |
597 | 2025-01-24T22:52:41.427Z | Compiling async-stream-impl v0.3.6 |
598 | 2025-01-24T22:52:41.741Z | Checking memmap v0.7.0 |
599 | 2025-01-24T22:52:41.931Z | Checking is-terminal v0.4.13 |
600 | 2025-01-24T22:52:41.944Z | Compiling dropshot v0.15.1 |
601 | 2025-01-24T22:52:42.048Z | Checking take_mut v0.2.2 |
602 | 2025-01-24T22:52:42.136Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-24T22:52:42.234Z | Checking sha1 v0.10.6 |
604 | 2025-01-24T22:52:42.346Z | Checking usdt v0.5.0 |
605 | 2025-01-24T22:52:42.483Z | Checking slog-term v2.9.1 |
606 | 2025-01-24T22:52:42.508Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
607 | 2025-01-24T22:52:42.596Z | Checking futures v0.3.31 |
608 | 2025-01-24T22:52:42.662Z | Checking async-stream v0.3.6 |
609 | 2025-01-24T22:52:42.695Z | Compiling strum_macros v0.26.4 |
610 | 2025-01-24T22:52:42.853Z | Checking slog-bunyan v2.5.0 |
611 | 2025-01-24T22:52:42.970Z | Checking toml v0.8.19 |
612 | 2025-01-24T22:52:42.988Z | Compiling parse-display-derive v0.10.0 |
613 | 2025-01-24T22:52:43.018Z | Compiling serde_with_macros v3.11.0 |
614 | 2025-01-24T22:52:43.046Z | Checking rand v0.8.5 |
615 | 2025-01-24T22:52:43.246Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-24T22:52:44.160Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-24T22:52:44.176Z | Checking hex v0.4.3 |
618 | 2025-01-24T22:52:44.284Z | Compiling typify v0.2.0 |
619 | 2025-01-24T22:52:44.408Z | Compiling progenitor-impl v0.8.0 |
620 | 2025-01-24T22:52:44.455Z | Checking serde_path_to_error v0.1.16 |
621 | 2025-01-24T22:52:44.673Z | Compiling async-trait v0.1.83 |
622 | 2025-01-24T22:52:45.036Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
623 | 2025-01-24T22:52:45.411Z | Checking waitgroup v0.1.2 |
624 | 2025-01-24T22:52:45.544Z | Checking hostname v0.4.0 |
625 | 2025-01-24T22:52:45.680Z | Checking instant v0.1.13 |
626 | 2025-01-24T22:52:45.797Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-24T22:52:45.813Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
628 | 2025-01-24T22:52:45.933Z | Checking backoff v0.4.0 |
629 | 2025-01-24T22:52:45.961Z | Checking serde_with v3.11.0 |
630 | 2025-01-24T22:52:46.209Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-24T22:52:46.345Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-24T22:52:46.357Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
633 | 2025-01-24T22:52:46.523Z | Checking parse-display v0.10.0 |
634 | 2025-01-24T22:52:46.721Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-24T22:52:46.754Z | Checking regress v0.9.1 |
636 | 2025-01-24T22:52:46.798Z | Checking macaddr v1.0.1 |
637 | 2025-01-24T22:52:46.834Z | Checking strum v0.26.3 |
638 | 2025-01-24T22:52:47.881Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-24T22:52:51.482Z | Checking progenitor v0.8.0 |
640 | 2025-01-24T22:52:51.587Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-24T22:52:54.298Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-24T22:53:01.236Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-24T22:53:01.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
644 | 2025-01-24T22:53:01.431Z | + cargo build --release |
645 | 2025-01-24T22:53:01.688Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-24T22:53:01.688Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-24T22:53:01.692Z | Compiling libc v0.2.169 |
648 | 2025-01-24T22:53:01.692Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-24T22:53:01.692Z | Compiling autocfg v1.4.0 |
650 | 2025-01-24T22:53:01.692Z | Compiling serde v1.0.217 |
651 | 2025-01-24T22:53:01.692Z | Compiling version_check v0.9.5 |
652 | 2025-01-24T22:53:01.734Z | Compiling memchr v2.7.4 |
653 | 2025-01-24T22:53:01.807Z | Compiling serde_json v1.0.135 |
654 | 2025-01-24T22:53:01.893Z | Compiling itoa v1.0.11 |
655 | 2025-01-24T22:53:02.148Z | Compiling thiserror v1.0.69 |
656 | 2025-01-24T22:53:02.271Z | Compiling once_cell v1.20.2 |
657 | 2025-01-24T22:53:02.284Z | Compiling shlex v1.3.0 |
658 | 2025-01-24T22:53:02.571Z | Compiling cc v1.1.30 |
659 | 2025-01-24T22:53:02.672Z | Compiling num-traits v0.2.19 |
660 | 2025-01-24T22:53:02.692Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-24T22:53:02.991Z | Compiling getrandom v0.2.15 |
662 | 2025-01-24T22:53:03.090Z | Compiling ryu v1.0.18 |
663 | 2025-01-24T22:53:03.101Z | Compiling smallvec v1.13.2 |
664 | 2025-01-24T22:53:03.335Z | Compiling bytes v1.9.0 |
665 | 2025-01-24T22:53:03.341Z | Compiling futures-core v0.3.31 |
666 | 2025-01-24T22:53:03.356Z | Compiling lock_api v0.4.12 |
667 | 2025-01-24T22:53:03.539Z | Compiling quote v1.0.38 |
668 | 2025-01-24T22:53:03.668Z | Compiling schemars v0.8.21 |
669 | 2025-01-24T22:53:03.698Z | Compiling parking_lot_core v0.9.10 |
670 | 2025-01-24T22:53:03.913Z | Compiling syn v2.0.96 |
671 | 2025-01-24T22:53:03.920Z | Compiling ahash v0.8.11 |
672 | 2025-01-24T22:53:04.092Z | Compiling scopeguard v1.2.0 |
673 | 2025-01-24T22:53:04.139Z | Compiling byteorder v1.5.0 |
674 | 2025-01-24T22:53:04.298Z | Compiling slab v0.4.9 |
675 | 2025-01-24T22:53:04.388Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-24T22:53:04.539Z | Compiling log v0.4.22 |
677 | 2025-01-24T22:53:04.830Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-24T22:53:04.835Z | Compiling signal-hook-registry v1.4.2 |
679 | 2025-01-24T22:53:04.971Z | Compiling socket2 v0.5.7 |
680 | 2025-01-24T22:53:05.019Z | Compiling mio v1.0.2 |
681 | 2025-01-24T22:53:05.031Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-24T22:53:05.132Z | Compiling fnv v1.0.7 |
683 | 2025-01-24T22:53:05.157Z | Compiling ring v0.17.8 |
684 | 2025-01-24T22:53:05.257Z | Compiling equivalent v1.0.1 |
685 | 2025-01-24T22:53:05.371Z | Compiling semver v1.0.24 |
686 | 2025-01-24T22:53:05.417Z | Compiling hashbrown v0.15.1 |
687 | 2025-01-24T22:53:05.855Z | Compiling http v1.2.0 |
688 | 2025-01-24T22:53:06.233Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-24T22:53:06.528Z | Compiling futures-task v0.3.31 |
690 | 2025-01-24T22:53:06.579Z | Compiling futures-io v0.3.31 |
691 | 2025-01-24T22:53:06.659Z | Compiling pin-utils v0.1.0 |
692 | 2025-01-24T22:53:06.764Z | Compiling vcpkg v0.2.15 |
693 | 2025-01-24T22:53:06.796Z | Compiling spin v0.9.8 |
694 | 2025-01-24T22:53:06.808Z | Compiling pkg-config v0.3.31 |
695 | 2025-01-24T22:53:06.884Z | Compiling rustls-pki-types v1.10.0 |
696 | 2025-01-24T22:53:07.026Z | Compiling heck v0.5.0 |
697 | 2025-01-24T22:53:07.406Z | Compiling litemap v0.7.3 |
698 | 2025-01-24T22:53:07.824Z | Compiling writeable v0.5.5 |
699 | 2025-01-24T22:53:07.845Z | Compiling iana-time-zone v0.1.61 |
700 | 2025-01-24T22:53:08.149Z | Compiling openssl-sys v0.9.103 |
701 | 2025-01-24T22:53:08.545Z | Compiling untrusted v0.9.0 |
702 | 2025-01-24T22:53:08.591Z | Compiling httparse v1.9.5 |
703 | 2025-01-24T22:53:08.916Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-24T22:53:09.135Z | Compiling ucd-trie v0.1.7 |
705 | 2025-01-24T22:53:09.185Z | Compiling atomic-waker v1.1.2 |
706 | 2025-01-24T22:53:09.201Z | Compiling dyn-clone v1.0.17 |
707 | 2025-01-24T22:53:09.410Z | Compiling http-body v1.0.1 |
708 | 2025-01-24T22:53:09.554Z | Compiling tracing v0.1.40 |
709 | 2025-01-24T22:53:10.169Z | Compiling zeroize v1.8.1 |
710 | 2025-01-24T22:53:10.181Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-24T22:53:10.294Z | Compiling icu_locid_transform_data v1.5.0 |
712 | 2025-01-24T22:53:10.303Z | Compiling subtle v2.6.1 |
713 | 2025-01-24T22:53:10.386Z | Compiling try-lock v0.2.5 |
714 | 2025-01-24T22:53:10.496Z | Compiling want v0.3.1 |
715 | 2025-01-24T22:53:10.575Z | Compiling icu_properties_data v1.5.0 |
716 | 2025-01-24T22:53:10.777Z | Compiling chrono v0.4.39 |
717 | 2025-01-24T22:53:10.809Z | Compiling uuid v1.12.0 |
718 | 2025-01-24T22:53:10.878Z | Compiling synstructure v0.13.1 |
719 | 2025-01-24T22:53:10.886Z | Compiling serde_derive_internals v0.29.1 |
720 | 2025-01-24T22:53:11.050Z | Compiling openssl v0.10.66 |
721 | 2025-01-24T22:53:11.473Z | Compiling foreign-types-shared v0.1.1 |
722 | 2025-01-24T22:53:11.580Z | Compiling httpdate v1.0.3 |
723 | 2025-01-24T22:53:11.623Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-24T22:53:12.394Z | Compiling write16 v1.0.0 |
725 | 2025-01-24T22:53:12.533Z | Compiling native-tls v0.2.12 |
726 | 2025-01-24T22:53:12.851Z | Compiling rustls v0.23.19 |
727 | 2025-01-24T22:53:12.864Z | Compiling percent-encoding v2.3.1 |
728 | 2025-01-24T22:53:12.915Z | Compiling slog v2.7.0 |
729 | 2025-01-24T22:53:13.173Z | Compiling tower-service v0.3.3 |
730 | 2025-01-24T22:53:13.295Z | Compiling bitflags v2.6.0 |
731 | 2025-01-24T22:53:13.333Z | Compiling utf16_iter v1.0.5 |
732 | 2025-01-24T22:53:13.367Z | Compiling utf8_iter v1.0.4 |
733 | 2025-01-24T22:53:13.375Z | Compiling icu_normalizer_data v1.5.0 |
734 | 2025-01-24T22:53:13.529Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-24T22:53:13.636Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-24T22:53:13.957Z | Compiling openssl-probe v0.1.5 |
737 | 2025-01-24T22:53:14.016Z | Compiling regex-syntax v0.8.5 |
738 | 2025-01-24T22:53:14.434Z | Compiling typenum v1.17.0 |
739 | 2025-01-24T22:53:15.390Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-24T22:53:15.413Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-24T22:53:15.577Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-24T22:53:15.714Z | Compiling schemars_derive v0.8.21 |
743 | 2025-01-24T22:53:16.208Z | Compiling zerofrom-derive v0.1.4 |
744 | 2025-01-24T22:53:17.321Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-24T22:53:18.449Z | Compiling tokio-macros v2.5.0 |
746 | 2025-01-24T22:53:18.549Z | Compiling yoke-derive v0.7.4 |
747 | 2025-01-24T22:53:18.643Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-24T22:53:18.792Z | Compiling futures-macro v0.3.31 |
749 | 2025-01-24T22:53:19.397Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-24T22:53:19.509Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-24T22:53:19.906Z | Compiling tokio v1.43.0 |
752 | 2025-01-24T22:53:20.625Z | Compiling futures-util v0.3.31 |
753 | 2025-01-24T22:53:20.974Z | Compiling icu_provider_macros v1.5.0 |
754 | 2025-01-24T22:53:20.990Z | Compiling yoke v0.7.4 |
755 | 2025-01-24T22:53:21.351Z | Compiling zerovec v0.10.4 |
756 | 2025-01-24T22:53:21.373Z | Compiling pest v2.7.14 |
757 | 2025-01-24T22:53:22.080Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-24T22:53:24.372Z | Compiling tinystr v0.7.6 |
759 | 2025-01-24T22:53:24.769Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-24T22:53:26.661Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-24T22:53:26.893Z | Compiling pest_meta v2.7.14 |
762 | 2025-01-24T22:53:27.176Z | Compiling icu_collections v1.5.0 |
763 | 2025-01-24T22:53:28.803Z | Compiling indexmap v2.7.0 |
764 | 2025-01-24T22:53:29.877Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-24T22:53:31.155Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-24T22:53:31.756Z | Compiling icu_locid_transform v1.5.0 |
767 | 2025-01-24T22:53:32.170Z | Compiling h2 v0.4.6 |
768 | 2025-01-24T22:53:32.267Z | Compiling hashbrown v0.14.5 |
769 | 2025-01-24T22:53:33.440Z | Compiling regress v0.10.1 |
770 | 2025-01-24T22:53:34.483Z | Compiling icu_properties v1.5.1 |
771 | 2025-01-24T22:53:37.457Z | Compiling hyper v1.5.2 |
772 | 2025-01-24T22:53:38.648Z | Compiling pest_generator v2.7.14 |
773 | 2025-01-24T22:53:40.320Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-24T22:53:40.676Z | Compiling pest_derive v2.7.14 |
775 | 2025-01-24T22:53:40.874Z | Compiling hyper-util v0.1.10 |
776 | 2025-01-24T22:53:41.578Z | Compiling typify-impl v0.2.0 |
777 | 2025-01-24T22:53:45.276Z | Compiling icu_normalizer v1.5.0 |
778 | 2025-01-24T22:53:49.015Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-24T22:53:49.229Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-24T22:53:49.757Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-24T22:53:50.023Z | Compiling generic-array v0.14.7 |
782 | 2025-01-24T22:53:50.031Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-24T22:53:50.350Z | Compiling mime v0.3.17 |
784 | 2025-01-24T22:53:51.877Z | Compiling typify-macro v0.2.0 |
785 | 2025-01-24T22:53:53.247Z | Compiling tokio-native-tls v0.3.1 |
786 | 2025-01-24T22:53:53.521Z | Compiling idna v1.0.3 |
787 | 2025-01-24T22:53:53.532Z | Compiling serde_urlencoded v0.7.1 |
788 | 2025-01-24T22:53:54.062Z | Compiling tokio-rustls v0.26.0 |
789 | 2025-01-24T22:53:54.485Z | Compiling regex v1.11.1 |
790 | 2025-01-24T22:53:55.250Z | Compiling scroll_derive v0.12.0 |
791 | 2025-01-24T22:53:55.336Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-24T22:53:55.539Z | Compiling rustls-pemfile v2.2.0 |
793 | 2025-01-24T22:53:56.009Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-24T22:53:56.401Z | Compiling base64 v0.22.1 |
795 | 2025-01-24T22:53:56.649Z | Compiling num-conv v0.1.0 |
796 | 2025-01-24T22:53:56.700Z | Compiling time-core v0.1.2 |
797 | 2025-01-24T22:53:56.865Z | Compiling powerfmt v0.2.0 |
798 | 2025-01-24T22:53:57.351Z | Compiling deranged v0.3.11 |
799 | 2025-01-24T22:53:57.468Z | Compiling time-macros v0.2.18 |
800 | 2025-01-24T22:53:58.913Z | Compiling scroll v0.12.0 |
801 | 2025-01-24T22:53:59.499Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-24T22:54:00.278Z | Compiling url v2.5.3 |
803 | 2025-01-24T22:54:01.143Z | Compiling hyper-tls v0.6.0 |
804 | 2025-01-24T22:54:01.165Z | Compiling thread-id v4.2.2 |
805 | 2025-01-24T22:54:01.622Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-24T22:54:03.205Z | Compiling dof v0.3.0 |
807 | 2025-01-24T22:54:03.975Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-24T22:54:04.140Z | Compiling plain v0.2.3 |
809 | 2025-01-24T22:54:04.308Z | Compiling syn v1.0.109 |
810 | 2025-01-24T22:54:05.958Z | Compiling omicron-workspace-hack v0.1.0 |
811 | 2025-01-24T22:54:06.151Z | Compiling num_threads v0.1.7 |
812 | 2025-01-24T22:54:06.280Z | Compiling strsim v0.11.1 |
813 | 2025-01-24T22:54:06.917Z | Compiling ipnet v2.10.1 |
814 | 2025-01-24T22:54:07.960Z | Compiling crossbeam-utils v0.8.20 |
815 | 2025-01-24T22:54:08.514Z | Compiling ident_case v1.0.1 |
816 | 2025-01-24T22:54:09.694Z | Compiling darling_core v0.20.10 |
817 | 2025-01-24T22:54:09.892Z | Compiling time v0.3.36 |
818 | 2025-01-24T22:54:09.899Z | Compiling reqwest v0.12.9 |
819 | 2025-01-24T22:54:16.619Z | Compiling goblin v0.8.2 |
820 | 2025-01-24T22:54:18.863Z | Compiling typify v0.2.0 |
821 | 2025-01-24T22:54:18.983Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-24T22:54:19.733Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-24T22:54:21.234Z | Compiling unsafe-libyaml v0.2.11 |
824 | 2025-01-24T22:54:22.892Z | Compiling pretty-hex v0.4.1 |
825 | 2025-01-24T22:54:22.971Z | Compiling rustls v0.22.4 |
826 | 2025-01-24T22:54:23.126Z | Compiling paste v1.0.15 |
827 | 2025-01-24T22:54:23.301Z | Compiling rustversion v1.0.17 |
828 | 2025-01-24T22:54:23.624Z | Compiling newtype-uuid v1.2.1 |
829 | 2025-01-24T22:54:24.031Z | Compiling progenitor-impl v0.8.0 |
830 | 2025-01-24T22:54:26.003Z | Compiling serde_yaml v0.9.34+deprecated |
831 | 2025-01-24T22:54:29.386Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-24T22:54:29.941Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-24T22:54:30.960Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-24T22:54:31.210Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-24T22:54:31.435Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-24T22:54:31.903Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-24T22:54:32.002Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-24T22:54:32.157Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-24T22:54:32.688Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-24T22:54:32.988Z | Compiling rand_core v0.6.4 |
841 | 2025-01-24T22:54:33.575Z | Compiling thread_local v1.1.8 |
842 | 2025-01-24T22:54:34.258Z | Compiling multer v3.1.0 |
843 | 2025-01-24T22:54:34.595Z | Compiling either v1.13.0 |
844 | 2025-01-24T22:54:34.791Z | Compiling match_cfg v0.1.0 |
845 | 2025-01-24T22:54:34.883Z | Compiling camino v1.1.9 |
846 | 2025-01-24T22:54:35.024Z | Compiling winnow v0.6.20 |
847 | 2025-01-24T22:54:35.215Z | Compiling thiserror v2.0.11 |
848 | 2025-01-24T22:54:35.480Z | Compiling anyhow v1.0.95 |
849 | 2025-01-24T22:54:35.801Z | Compiling slog-async v2.8.0 |
850 | 2025-01-24T22:54:36.380Z | Compiling structmeta v0.3.0 |
851 | 2025-01-24T22:54:36.410Z | Compiling itertools v0.10.5 |
852 | 2025-01-24T22:54:36.435Z | Compiling hostname v0.3.1 |
853 | 2025-01-24T22:54:36.623Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-24T22:54:36.751Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-24T22:54:37.787Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-24T22:54:38.510Z | Compiling toml_edit v0.22.22 |
857 | 2025-01-24T22:54:39.118Z | Compiling digest v0.10.7 |
858 | 2025-01-24T22:54:39.263Z | Compiling crossbeam-channel v0.5.13 |
859 | 2025-01-24T22:54:39.532Z | Compiling darling v0.20.10 |
860 | 2025-01-24T22:54:39.640Z | Compiling progenitor-macro v0.8.0 |
861 | 2025-01-24T22:54:40.835Z | Compiling term v0.7.0 |
862 | 2025-01-24T22:54:47.035Z | Compiling usdt-attr-macro v0.5.0 |
863 | 2025-01-24T22:54:47.849Z | Compiling usdt-macro v0.5.0 |
864 | 2025-01-24T22:54:48.449Z | Compiling slog-json v2.6.1 |
865 | 2025-01-24T22:54:48.932Z | Compiling progenitor-client v0.8.0 |
866 | 2025-01-24T22:54:49.142Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-24T22:54:49.807Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-24T22:54:50.243Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-24T22:54:50.813Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-24T22:54:50.936Z | Compiling memmap v0.7.0 |
871 | 2025-01-24T22:54:51.080Z | Compiling dropshot v0.15.1 |
872 | 2025-01-24T22:54:51.382Z | Compiling take_mut v0.2.2 |
873 | 2025-01-24T22:54:51.429Z | Compiling cpufeatures v0.2.14 |
874 | 2025-01-24T22:54:51.550Z | Compiling sha1 v0.10.6 |
875 | 2025-01-24T22:54:52.326Z | Compiling usdt v0.5.0 |
876 | 2025-01-24T22:54:52.371Z | Compiling async-stream v0.3.6 |
877 | 2025-01-24T22:54:52.730Z | Compiling slog-term v2.9.1 |
878 | 2025-01-24T22:54:53.328Z | Compiling progenitor v0.8.0 |
879 | 2025-01-24T22:54:53.509Z | Compiling futures v0.3.31 |
880 | 2025-01-24T22:54:53.713Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-24T22:54:53.799Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-24T22:54:53.988Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
883 | 2025-01-24T22:54:54.227Z | Compiling strum_macros v0.26.4 |
884 | 2025-01-24T22:54:54.802Z | Compiling toml v0.8.19 |
885 | 2025-01-24T22:54:55.452Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-24T22:54:55.663Z | Compiling rand v0.8.5 |
887 | 2025-01-24T22:54:57.964Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-24T22:55:00.167Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-24T22:55:01.357Z | Compiling serde_path_to_error v0.1.16 |
890 | 2025-01-24T22:55:01.717Z | Compiling hex v0.4.3 |
891 | 2025-01-24T22:55:01.828Z | Compiling async-trait v0.1.83 |
892 | 2025-01-24T22:55:02.100Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-24T22:55:02.371Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-24T22:55:02.384Z | Compiling hostname v0.4.0 |
895 | 2025-01-24T22:55:02.618Z | Compiling instant v0.1.13 |
896 | 2025-01-24T22:55:02.648Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-24T22:55:02.773Z | Compiling backoff v0.4.0 |
898 | 2025-01-24T22:55:02.796Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
899 | 2025-01-24T22:55:02.936Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
900 | 2025-01-24T22:55:02.979Z | Compiling parse-display v0.10.0 |
901 | 2025-01-24T22:55:03.154Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-24T22:55:03.168Z | Compiling strum v0.26.3 |
903 | 2025-01-24T22:55:03.359Z | Compiling serde_with v3.11.0 |
904 | 2025-01-24T22:55:04.040Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-24T22:55:04.772Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-24T22:55:04.989Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-24T22:55:05.615Z | Compiling regress v0.9.1 |
908 | 2025-01-24T22:55:05.981Z | Compiling macaddr v1.0.1 |
909 | 2025-01-24T22:55:14.327Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-24T22:55:24.155Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-24T22:55:33.910Z | Finished `release` profile [optimized] target(s) in 2m 32s |
912 | 2025-01-24T22:55:33.979Z | process exited: duration 221151 ms, exit code 0 |
|
913 | 2025-01-24T22:55:33.985Z | found 0 output files |