|
|
|
1 | 2025-01-15T04:19:51.471Z | job assigned to worker 01JHM2Z9HKP5KX42FWQPXGABY1 [factory aws, i-037d5c7cf233a35b3] (queued for 58 s) |
|
2 | 2025-01-15T04:19:58.852Z | starting task 0: "setup" |
3 | 2025-01-15T04:19:58.862Z | ++ uname -s |
4 | 2025-01-15T04:19:58.871Z | + kern=SunOS |
5 | 2025-01-15T04:19:58.871Z | + case "$kern" in |
6 | 2025-01-15T04:19:58.871Z | + groupadd -g 12345 build |
7 | 2025-01-15T04:19:58.871Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-15T04:20:00.875Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-15T04:20:00.993Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-15T04:20:00.995Z | + home_fs=zfs |
11 | 2025-01-15T04:20:00.996Z | + [[ zfs == autofs ]] |
12 | 2025-01-15T04:20:00.996Z | + mkdir -p /home/build |
13 | 2025-01-15T04:20:00.998Z | + chown build:build /home/build /work |
14 | 2025-01-15T04:20:03.000Z | + chmod 0700 /home/build /work |
15 | 2025-01-15T04:20:03.003Z | process exited: duration 4152 ms, exit code 0 |
|
16 | 2025-01-15T04:20:03.008Z | starting task 1: "rust-toolchain" |
17 | 2025-01-15T04:20:03.014Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-15T04:20:03.014Z | ' 1.84.0 |
19 | 2025-01-15T04:20:03.014Z | * toolchain channel = "1.84.0" |
20 | 2025-01-15T04:20:03.014Z | * toolchain profile = "default" |
21 | 2025-01-15T04:20:03.014Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-15T04:20:03.014Z | ' default |
23 | 2025-01-15T04:20:03.017Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-15T04:20:03.017Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-15T04:20:03.146Z | info: downloading installer |
26 | 2025-01-15T04:20:04.538Z | info: profile set to 'default' |
27 | 2025-01-15T04:20:04.538Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-15T04:20:04.541Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-15T04:20:04.702Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-15T04:20:04.702Z | info: downloading component 'cargo' |
31 | 2025-01-15T04:20:05.612Z | info: downloading component 'clippy' |
32 | 2025-01-15T04:20:05.960Z | info: downloading component 'rust-docs' |
33 | 2025-01-15T04:20:07.202Z | info: downloading component 'rust-std' |
34 | 2025-01-15T04:20:09.043Z | info: downloading component 'rustc' |
35 | 2025-01-15T04:20:16.094Z | info: downloading component 'rustfmt' |
36 | 2025-01-15T04:20:16.358Z | info: installing component 'cargo' |
37 | 2025-01-15T04:20:17.191Z | info: installing component 'clippy' |
38 | 2025-01-15T04:20:17.572Z | info: installing component 'rust-docs' |
39 | 2025-01-15T04:20:19.264Z | info: installing component 'rust-std' |
40 | 2025-01-15T04:20:20.991Z | info: installing component 'rustc' |
41 | 2025-01-15T04:20:27.023Z | info: installing component 'rustfmt' |
42 | 2025-01-15T04:20:27.356Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-15T04:20:27.356Z | |
44 | 2025-01-15T04:20:27.748Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-15T04:20:27.748Z | |
46 | 2025-01-15T04:20:27.751Z | |
47 | 2025-01-15T04:20:27.751Z | Rust is installed now. Great! |
48 | 2025-01-15T04:20:27.751Z | |
49 | 2025-01-15T04:20:27.751Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-15T04:20:27.751Z | environment variable. This has not been done automatically. |
51 | 2025-01-15T04:20:27.751Z | |
52 | 2025-01-15T04:20:27.751Z | To configure your current shell, you need to source |
53 | 2025-01-15T04:20:27.751Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-15T04:20:27.751Z | |
55 | 2025-01-15T04:20:27.751Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-15T04:20:27.751Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-15T04:20:27.751Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-15T04:20:27.826Z | + rustc --version |
59 | 2025-01-15T04:20:27.895Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-15T04:20:27.899Z | process exited: duration 24886 ms, exit code 0 |
|
61 | 2025-01-15T04:20:27.906Z | starting task 2: "authentication" |
62 | 2025-01-15T04:20:27.929Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2025-01-15T04:20:27.935Z | starting task 3: "clone repository" |
64 | 2025-01-15T04:20:27.940Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-15T04:20:27.943Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-15T04:20:27.983Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-15T04:20:35.355Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-15T04:20:35.355Z | + git fetch origin 8ba102213596624bd17b324bdacdd8aeae05724e |
69 | 2025-01-15T04:20:35.654Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-15T04:20:35.654Z | * branch 8ba102213596624bd17b324bdacdd8aeae05724e -> FETCH_HEAD |
71 | 2025-01-15T04:20:35.664Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-15T04:20:35.666Z | ++ git branch --show-current |
73 | 2025-01-15T04:20:35.668Z | + current=main |
74 | 2025-01-15T04:20:35.668Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-15T04:20:35.668Z | + git branch -f renovate/anyhow-1.x-lockfile 8ba102213596624bd17b324bdacdd8aeae05724e |
76 | 2025-01-15T04:20:35.671Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-15T04:20:35.851Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-15T04:20:35.853Z | + git reset --hard 8ba102213596624bd17b324bdacdd8aeae05724e |
79 | 2025-01-15T04:20:35.867Z | HEAD is now at 8ba102213 Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-15T04:20:35.869Z | process exited: duration 7933 ms, exit code 0 |
|
81 | 2025-01-15T04:20:35.876Z | starting task 4: "build" |
82 | 2025-01-15T04:20:35.879Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-15T04:20:35.881Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-15T04:20:35.881Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-15T04:20:35.881Z | + cargo --version |
86 | 2025-01-15T04:20:35.940Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-15T04:20:35.942Z | + rustc --version |
88 | 2025-01-15T04:20:36.003Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-15T04:20:36.006Z | + cd /tmp |
90 | 2025-01-15T04:20:36.007Z | + cargo new --lib test-project |
91 | 2025-01-15T04:20:36.063Z | Creating library `test-project` package |
92 | 2025-01-15T04:20:36.142Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-15T04:20:36.144Z | + cd test-project |
94 | 2025-01-15T04:20:36.144Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-15T04:20:36.211Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-15T04:20:36.214Z | Features: |
97 | 2025-01-15T04:20:36.214Z | - proptest |
98 | 2025-01-15T04:20:36.214Z | - test-strategy |
99 | 2025-01-15T04:20:36.214Z | - testing |
100 | 2025-01-15T04:20:36.214Z | Updating crates.io index |
101 | 2025-01-15T04:20:36.272Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-15T04:20:36.707Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-15T04:20:37.251Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-15T04:20:37.701Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-15T04:20:38.106Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-15T04:20:39.516Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-15T04:20:39.712Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-15T04:20:39.715Z | + cargo check |
109 | 2025-01-15T04:20:39.862Z | Updating crates.io index |
110 | 2025-01-15T04:20:40.789Z | Locking 1 package to latest compatible version |
111 | 2025-01-15T04:20:40.789Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-15T04:20:40.814Z | Downloading crates ... |
113 | 2025-01-15T04:20:40.906Z | Downloaded async-stream v0.3.6 |
114 | 2025-01-15T04:20:40.915Z | Downloaded darling_core v0.20.10 |
115 | 2025-01-15T04:20:40.920Z | Downloaded http-body v1.0.1 |
116 | 2025-01-15T04:20:40.928Z | Downloaded thiserror-impl v1.0.69 |
117 | 2025-01-15T04:20:40.932Z | Downloaded equivalent v1.0.1 |
118 | 2025-01-15T04:20:40.935Z | Downloaded thiserror v1.0.69 |
119 | 2025-01-15T04:20:40.938Z | Downloaded thread_local v1.1.8 |
120 | 2025-01-15T04:20:40.942Z | Downloaded async-stream-impl v0.3.6 |
121 | 2025-01-15T04:20:40.945Z | Downloaded write16 v1.0.0 |
122 | 2025-01-15T04:20:40.948Z | Downloaded match_cfg v0.1.0 |
123 | 2025-01-15T04:20:40.948Z | Downloaded fnv v1.0.7 |
124 | 2025-01-15T04:20:40.948Z | Downloaded digest v0.10.7 |
125 | 2025-01-15T04:20:40.951Z | Downloaded cpufeatures v0.2.14 |
126 | 2025-01-15T04:20:40.953Z | Downloaded num-conv v0.1.0 |
127 | 2025-01-15T04:20:40.953Z | Downloaded http-body-util v0.1.2 |
128 | 2025-01-15T04:20:40.953Z | Downloaded progenitor-client v0.9.1 |
129 | 2025-01-15T04:20:40.956Z | Downloaded progenitor-client v0.8.0 |
130 | 2025-01-15T04:20:40.956Z | Downloaded openssl-macros v0.1.1 |
131 | 2025-01-15T04:20:40.958Z | Downloaded yoke-derive v0.7.4 |
132 | 2025-01-15T04:20:40.958Z | Downloaded tower-service v0.3.3 |
133 | 2025-01-15T04:20:40.958Z | Downloaded futures-task v0.3.31 |
134 | 2025-01-15T04:20:40.961Z | Downloaded tinyvec_macros v0.1.1 |
135 | 2025-01-15T04:20:40.961Z | Downloaded autocfg v1.4.0 |
136 | 2025-01-15T04:20:40.963Z | Downloaded want v0.3.1 |
137 | 2025-01-15T04:20:40.966Z | Downloaded synstructure v0.13.1 |
138 | 2025-01-15T04:20:40.966Z | Downloaded foreign-types v0.3.2 |
139 | 2025-01-15T04:20:40.966Z | Downloaded version_check v0.9.5 |
140 | 2025-01-15T04:20:40.969Z | Downloaded usdt-macro v0.5.0 |
141 | 2025-01-15T04:20:40.969Z | Downloaded writeable v0.5.5 |
142 | 2025-01-15T04:20:40.971Z | Downloaded foreign-types-shared v0.1.1 |
143 | 2025-01-15T04:20:40.971Z | Downloaded untrusted v0.9.0 |
144 | 2025-01-15T04:20:40.974Z | Downloaded mime v0.3.17 |
145 | 2025-01-15T04:20:40.974Z | Downloaded zerofrom v0.1.4 |
146 | 2025-01-15T04:20:40.976Z | Downloaded tracing v0.1.40 |
147 | 2025-01-15T04:20:40.979Z | Downloaded typify-macro v0.2.0 |
148 | 2025-01-15T04:20:40.981Z | Downloaded usdt v0.5.0 |
149 | 2025-01-15T04:20:40.981Z | Downloaded either v1.13.0 |
150 | 2025-01-15T04:20:40.984Z | Downloaded dof v0.3.0 |
151 | 2025-01-15T04:20:40.984Z | Downloaded dirs-sys-next v0.1.2 |
152 | 2025-01-15T04:20:40.986Z | Downloaded percent-encoding v2.3.1 |
153 | 2025-01-15T04:20:40.986Z | Downloaded byteorder v1.5.0 |
154 | 2025-01-15T04:20:40.989Z | Downloaded httpdate v1.0.3 |
155 | 2025-01-15T04:20:40.991Z | Downloaded dirs-next v2.0.0 |
156 | 2025-01-15T04:20:40.991Z | Downloaded waitgroup v0.1.2 |
157 | 2025-01-15T04:20:40.994Z | Downloaded try-lock v0.2.5 |
158 | 2025-01-15T04:20:40.994Z | Downloaded futures-sink v0.3.31 |
159 | 2025-01-15T04:20:40.994Z | Downloaded form_urlencoded v1.2.1 |
160 | 2025-01-15T04:20:40.996Z | Downloaded atomic-waker v1.1.2 |
161 | 2025-01-15T04:20:40.997Z | Downloaded instant v0.1.13 |
162 | 2025-01-15T04:20:41.000Z | Downloaded debug-ignore v1.0.5 |
163 | 2025-01-15T04:20:41.000Z | Downloaded dtrace-parser v0.2.0 |
164 | 2025-01-15T04:20:41.003Z | Downloaded darling_macro v0.20.10 |
165 | 2025-01-15T04:20:41.003Z | Downloaded block-buffer v0.10.4 |
166 | 2025-01-15T04:20:41.005Z | Downloaded openssl-probe v0.1.5 |
167 | 2025-01-15T04:20:41.008Z | Downloaded iana-time-zone v0.1.61 |
168 | 2025-01-15T04:20:41.010Z | Downloaded plain v0.2.3 |
169 | 2025-01-15T04:20:41.010Z | Downloaded futures-channel v0.3.31 |
170 | 2025-01-15T04:20:41.013Z | Downloaded hyper-rustls v0.27.3 |
171 | 2025-01-15T04:20:41.015Z | Downloaded pest_generator v2.7.14 |
172 | 2025-01-15T04:20:41.018Z | Downloaded utf16_iter v1.0.5 |
173 | 2025-01-15T04:20:41.018Z | Downloaded zerofrom-derive v0.1.4 |
174 | 2025-01-15T04:20:41.020Z | Downloaded is-terminal v0.4.13 |
175 | 2025-01-15T04:20:41.020Z | Downloaded ident_case v1.0.1 |
176 | 2025-01-15T04:20:41.020Z | Downloaded dyn-clone v1.0.17 |
177 | 2025-01-15T04:20:41.023Z | Downloaded crypto-common v0.1.6 |
178 | 2025-01-15T04:20:41.023Z | Downloaded getrandom v0.2.15 |
179 | 2025-01-15T04:20:41.027Z | Downloaded parking_lot_core v0.9.10 |
180 | 2025-01-15T04:20:41.031Z | Downloaded itoa v1.0.11 |
181 | 2025-01-15T04:20:41.031Z | Downloaded hex v0.4.3 |
182 | 2025-01-15T04:20:41.033Z | Downloaded generic-array v0.14.7 |
183 | 2025-01-15T04:20:41.033Z | Downloaded usdt-impl v0.5.0 |
184 | 2025-01-15T04:20:41.033Z | Downloaded progenitor-macro v0.8.0 |
185 | 2025-01-15T04:20:41.037Z | Downloaded unicode-ident v1.0.14 |
186 | 2025-01-15T04:20:41.040Z | Downloaded hyper-tls v0.6.0 |
187 | 2025-01-15T04:20:41.040Z | Downloaded hostname v0.4.0 |
188 | 2025-01-15T04:20:41.040Z | Downloaded tokio-rustls v0.25.0 |
189 | 2025-01-15T04:20:41.042Z | Downloaded paste v1.0.15 |
190 | 2025-01-15T04:20:41.045Z | Downloaded pretty-hex v0.4.1 |
191 | 2025-01-15T04:20:41.047Z | Downloaded backoff v0.4.0 |
192 | 2025-01-15T04:20:41.047Z | Downloaded time-core v0.1.2 |
193 | 2025-01-15T04:20:41.050Z | Downloaded zerovec-derive v0.10.3 |
194 | 2025-01-15T04:20:41.050Z | Downloaded yoke v0.7.4 |
195 | 2025-01-15T04:20:41.052Z | Downloaded pin-utils v0.1.0 |
196 | 2025-01-15T04:20:41.052Z | Downloaded cfg-if v1.0.0 |
197 | 2025-01-15T04:20:41.055Z | Downloaded newtype-uuid v1.1.3 |
198 | 2025-01-15T04:20:41.055Z | Downloaded thread-id v4.2.2 |
199 | 2025-01-15T04:20:41.057Z | Downloaded ipnet v2.10.1 |
200 | 2025-01-15T04:20:41.057Z | Downloaded icu_provider_macros v1.5.0 |
201 | 2025-01-15T04:20:41.060Z | Downloaded async-trait v0.1.83 |
202 | 2025-01-15T04:20:41.064Z | Downloaded ppv-lite86 v0.2.20 |
203 | 2025-01-15T04:20:41.064Z | Downloaded macaddr v1.0.1 |
204 | 2025-01-15T04:20:41.066Z | Downloaded camino v1.1.9 |
205 | 2025-01-15T04:20:41.066Z | Downloaded allocator-api2 v0.2.18 |
206 | 2025-01-15T04:20:41.068Z | Downloaded parking_lot v0.12.3 |
207 | 2025-01-15T04:20:41.071Z | Downloaded hostname v0.3.1 |
208 | 2025-01-15T04:20:41.073Z | Downloaded heck v0.5.0 |
209 | 2025-01-15T04:20:41.073Z | Downloaded scroll_derive v0.12.0 |
210 | 2025-01-15T04:20:41.076Z | Downloaded futures-core v0.3.31 |
211 | 2025-01-15T04:20:41.076Z | Downloaded typenum v1.17.0 |
212 | 2025-01-15T04:20:41.079Z | Downloaded progenitor v0.8.0 |
213 | 2025-01-15T04:20:41.081Z | Downloaded tinystr v0.7.6 |
214 | 2025-01-15T04:20:41.081Z | Downloaded idna_adapter v1.2.0 |
215 | 2025-01-15T04:20:41.084Z | Downloaded parse-display-derive v0.10.0 |
216 | 2025-01-15T04:20:41.084Z | Downloaded parse-display v0.10.0 |
217 | 2025-01-15T04:20:41.086Z | Downloaded tokio-native-tls v0.3.1 |
218 | 2025-01-15T04:20:41.086Z | Downloaded tokio-macros v2.4.0 |
219 | 2025-01-15T04:20:41.088Z | Downloaded once_cell v1.20.2 |
220 | 2025-01-15T04:20:41.091Z | Downloaded num-traits v0.2.19 |
221 | 2025-01-15T04:20:41.094Z | Downloaded multer v3.1.0 |
222 | 2025-01-15T04:20:41.096Z | Downloaded zerocopy-derive v0.7.35 |
223 | 2025-01-15T04:20:41.099Z | Downloaded scopeguard v1.2.0 |
224 | 2025-01-15T04:20:41.101Z | Downloaded rand_chacha v0.3.1 |
225 | 2025-01-15T04:20:41.101Z | Downloaded powerfmt v0.2.0 |
226 | 2025-01-15T04:20:41.101Z | Downloaded futures-macro v0.3.31 |
227 | 2025-01-15T04:20:41.104Z | Downloaded dropshot_endpoint v0.13.0 |
228 | 2025-01-15T04:20:41.107Z | Downloaded memmap v0.7.0 |
229 | 2025-01-15T04:20:41.107Z | Downloaded tinyvec v1.8.0 |
230 | 2025-01-15T04:20:41.109Z | Downloaded lock_api v0.4.12 |
231 | 2025-01-15T04:20:41.112Z | Downloaded take_mut v0.2.2 |
232 | 2025-01-15T04:20:41.112Z | Downloaded icu_normalizer_data v1.5.0 |
233 | 2025-01-15T04:20:41.116Z | Downloaded icu_locid_transform v1.5.0 |
234 | 2025-01-15T04:20:41.119Z | Downloaded tracing-core v0.1.32 |
235 | 2025-01-15T04:20:41.119Z | Downloaded deranged v0.3.11 |
236 | 2025-01-15T04:20:41.121Z | Downloaded utf8_iter v1.0.4 |
237 | 2025-01-15T04:20:41.121Z | Downloaded icu_provider v1.5.0 |
238 | 2025-01-15T04:20:41.124Z | Downloaded sync_wrapper v1.0.1 |
239 | 2025-01-15T04:20:41.124Z | Downloaded strum v0.26.3 |
240 | 2025-01-15T04:20:41.126Z | Downloaded httparse v1.9.5 |
241 | 2025-01-15T04:20:41.129Z | Downloaded ahash v0.8.11 |
242 | 2025-01-15T04:20:41.129Z | Downloaded stable_deref_trait v1.2.0 |
243 | 2025-01-15T04:20:41.131Z | Downloaded rustversion v1.0.17 |
244 | 2025-01-15T04:20:41.134Z | Downloaded rand_core v0.6.4 |
245 | 2025-01-15T04:20:41.134Z | Downloaded slog-json v2.6.1 |
246 | 2025-01-15T04:20:41.138Z | Downloaded rustc-hash v2.0.0 |
247 | 2025-01-15T04:20:41.139Z | Downloaded toml v0.8.19 |
248 | 2025-01-15T04:20:41.141Z | Downloaded quinn-udp v0.5.5 |
249 | 2025-01-15T04:20:41.141Z | Downloaded serde_derive_internals v0.29.1 |
250 | 2025-01-15T04:20:41.143Z | Downloaded progenitor-impl v0.8.0 |
251 | 2025-01-15T04:20:41.146Z | Downloaded darling v0.20.10 |
252 | 2025-01-15T04:20:41.148Z | Downloaded tokio-rustls v0.26.0 |
253 | 2025-01-15T04:20:41.151Z | Downloaded sha1 v0.10.6 |
254 | 2025-01-15T04:20:41.154Z | Downloaded structmeta-derive v0.3.0 |
255 | 2025-01-15T04:20:41.154Z | Downloaded subtle v2.6.1 |
256 | 2025-01-15T04:20:41.154Z | Downloaded pin-project-lite v0.2.14 |
257 | 2025-01-15T04:20:41.157Z | Downloaded shlex v1.3.0 |
258 | 2025-01-15T04:20:41.161Z | Downloaded serde_urlencoded v0.7.1 |
259 | 2025-01-15T04:20:41.163Z | Downloaded serde_tokenstream v0.2.2 |
260 | 2025-01-15T04:20:41.163Z | Downloaded indexmap v1.9.3 |
261 | 2025-01-15T04:20:41.166Z | Downloaded structmeta v0.3.0 |
262 | 2025-01-15T04:20:41.166Z | Downloaded unsafe-libyaml v0.2.11 |
263 | 2025-01-15T04:20:41.169Z | Downloaded sha2 v0.10.8 |
264 | 2025-01-15T04:20:41.171Z | Downloaded slog-term v2.9.1 |
265 | 2025-01-15T04:20:41.174Z | Downloaded semver v1.0.24 |
266 | 2025-01-15T04:20:41.176Z | Downloaded quote v1.0.38 |
267 | 2025-01-15T04:20:41.179Z | Downloaded serde_path_to_error v0.1.16 |
268 | 2025-01-15T04:20:41.179Z | Downloaded signal-hook-registry v1.4.2 |
269 | 2025-01-15T04:20:41.182Z | Downloaded pest_meta v2.7.14 |
270 | 2025-01-15T04:20:41.182Z | Downloaded slab v0.4.9 |
271 | 2025-01-15T04:20:41.185Z | Downloaded ucd-trie v0.1.7 |
272 | 2025-01-15T04:20:41.185Z | Downloaded smallvec v1.13.2 |
273 | 2025-01-15T04:20:41.190Z | Downloaded pkg-config v0.3.31 |
274 | 2025-01-15T04:20:41.190Z | Downloaded uuid v1.11.0 |
275 | 2025-01-15T04:20:41.193Z | Downloaded icu_locid_transform_data v1.5.0 |
276 | 2025-01-15T04:20:41.193Z | Downloaded icu_properties v1.5.1 |
277 | 2025-01-15T04:20:41.196Z | Downloaded scroll v0.12.0 |
278 | 2025-01-15T04:20:41.199Z | Downloaded strum_macros v0.26.4 |
279 | 2025-01-15T04:20:41.199Z | Downloaded serde_with_macros v3.11.0 |
280 | 2025-01-15T04:20:41.203Z | Downloaded icu_locid v1.5.0 |
281 | 2025-01-15T04:20:41.205Z | Downloaded rustls-pemfile v2.2.0 |
282 | 2025-01-15T04:20:41.208Z | Downloaded toml_datetime v0.6.8 |
283 | 2025-01-15T04:20:41.209Z | Downloaded bytes v1.9.0 |
284 | 2025-01-15T04:20:41.211Z | Downloaded cc v1.1.30 |
285 | 2025-01-15T04:20:41.214Z | Downloaded futures v0.3.31 |
286 | 2025-01-15T04:20:41.219Z | Downloaded base64 v0.22.1 |
287 | 2025-01-15T04:20:41.222Z | Downloaded pest_derive v2.7.14 |
288 | 2025-01-15T04:20:41.225Z | Downloaded spin v0.9.8 |
289 | 2025-01-15T04:20:41.227Z | Downloaded toml_edit v0.22.22 |
290 | 2025-01-15T04:20:41.246Z | Downloaded slog-bunyan v2.5.0 |
291 | 2025-01-15T04:20:41.248Z | Downloaded term v0.7.0 |
292 | 2025-01-15T04:20:41.251Z | Downloaded slog v2.7.0 |
293 | 2025-01-15T04:20:41.254Z | Downloaded slog-async v2.8.0 |
294 | 2025-01-15T04:20:41.254Z | Downloaded openssl-sys v0.9.103 |
295 | 2025-01-15T04:20:41.258Z | Downloaded ryu v1.0.18 |
296 | 2025-01-15T04:20:41.261Z | Downloaded serde_derive v1.0.217 |
297 | 2025-01-15T04:20:41.263Z | Downloaded indexmap v2.7.0 |
298 | 2025-01-15T04:20:41.267Z | Downloaded rustls-pki-types v1.10.0 |
299 | 2025-01-15T04:20:41.270Z | Downloaded schemars v0.8.21 |
300 | 2025-01-15T04:20:41.281Z | Downloaded rand v0.8.5 |
301 | 2025-01-15T04:20:41.284Z | Downloaded socket2 v0.5.7 |
302 | 2025-01-15T04:20:41.288Z | Downloaded time v0.3.36 |
303 | 2025-01-15T04:20:41.293Z | Downloaded mio v1.0.2 |
304 | 2025-01-15T04:20:41.297Z | Downloaded aho-corasick v1.1.3 |
305 | 2025-01-15T04:20:41.303Z | Downloaded idna v1.0.3 |
306 | 2025-01-15T04:20:41.306Z | Downloaded http v1.2.0 |
307 | 2025-01-15T04:20:41.310Z | Downloaded serde_yaml v0.9.34+deprecated |
308 | 2025-01-15T04:20:41.313Z | Downloaded url v2.5.3 |
309 | 2025-01-15T04:20:41.316Z | Downloaded zerovec v0.10.4 |
310 | 2025-01-15T04:20:41.321Z | Downloaded hashbrown v0.14.5 |
311 | 2025-01-15T04:20:41.326Z | Downloaded itertools v0.10.5 |
312 | 2025-01-15T04:20:41.332Z | Downloaded pest v2.7.14 |
313 | 2025-01-15T04:20:41.337Z | Downloaded winnow v0.6.20 |
314 | 2025-01-15T04:20:41.345Z | Downloaded hashbrown v0.15.1 |
315 | 2025-01-15T04:20:41.350Z | Downloaded hyper v1.5.0 |
316 | 2025-01-15T04:20:41.356Z | Downloaded futures-util v0.3.31 |
317 | 2025-01-15T04:20:41.367Z | Downloaded zerocopy v0.7.35 |
318 | 2025-01-15T04:20:41.380Z | Downloaded h2 v0.4.6 |
319 | 2025-01-15T04:20:41.386Z | Downloaded serde_with v3.11.0 |
320 | 2025-01-15T04:20:41.394Z | Downloaded hashbrown v0.12.3 |
321 | 2025-01-15T04:20:41.398Z | Downloaded goblin v0.8.2 |
322 | 2025-01-15T04:20:41.403Z | Downloaded serde_json v1.0.135 |
323 | 2025-01-15T04:20:41.410Z | Downloaded rustls-webpki v0.102.8 |
324 | 2025-01-15T04:20:41.427Z | Downloaded quinn-proto v0.11.8 |
325 | 2025-01-15T04:20:41.433Z | Downloaded webpki-roots v0.26.6 |
326 | 2025-01-15T04:20:41.436Z | Downloaded chrono v0.4.38 |
327 | 2025-01-15T04:20:41.443Z | Downloaded reqwest v0.12.9 |
328 | 2025-01-15T04:20:41.450Z | Downloaded openssl v0.10.66 |
329 | 2025-01-15T04:20:41.459Z | Downloaded regex v1.11.1 |
330 | 2025-01-15T04:20:41.470Z | Downloaded dropshot v0.13.0 |
331 | 2025-01-15T04:20:41.489Z | Downloaded syn v1.0.109 |
332 | 2025-01-15T04:20:41.498Z | Downloaded syn v2.0.96 |
333 | 2025-01-15T04:20:41.509Z | Downloaded regress v0.9.1 |
334 | 2025-01-15T04:20:41.516Z | Downloaded rustls v0.23.19 |
335 | 2025-01-15T04:20:41.526Z | Downloaded openapiv3 v2.0.0 |
336 | 2025-01-15T04:20:41.536Z | Downloaded rustls v0.22.4 |
337 | 2025-01-15T04:20:41.548Z | Downloaded regex-syntax v0.8.5 |
338 | 2025-01-15T04:20:41.555Z | Downloaded regress v0.10.1 |
339 | 2025-01-15T04:20:41.563Z | Downloaded icu_properties_data v1.5.0 |
340 | 2025-01-15T04:20:41.573Z | Downloaded vcpkg v0.2.15 |
341 | 2025-01-15T04:20:41.606Z | Downloaded tokio-util v0.7.12 |
342 | 2025-01-15T04:20:41.612Z | Downloaded typify-impl v0.2.0 |
343 | 2025-01-15T04:20:41.625Z | Downloaded crossbeam-channel v0.5.13 |
344 | 2025-01-15T04:20:41.628Z | Downloaded quinn v0.11.5 |
345 | 2025-01-15T04:20:41.631Z | Downloaded memchr v2.7.4 |
346 | 2025-01-15T04:20:41.635Z | Downloaded serde v1.0.217 |
347 | 2025-01-15T04:20:41.640Z | Downloaded hyper-util v0.1.10 |
348 | 2025-01-15T04:20:41.644Z | Downloaded icu_collections v1.5.0 |
349 | 2025-01-15T04:20:41.647Z | Downloaded proc-macro2 v1.0.92 |
350 | 2025-01-15T04:20:41.650Z | Downloaded log v0.4.22 |
351 | 2025-01-15T04:20:41.653Z | Downloaded native-tls v0.2.12 |
352 | 2025-01-15T04:20:41.656Z | Downloaded schemars_derive v0.8.21 |
353 | 2025-01-15T04:20:41.656Z | Downloaded strsim v0.11.1 |
354 | 2025-01-15T04:20:41.656Z | Downloaded serde_spanned v0.6.8 |
355 | 2025-01-15T04:20:41.659Z | Downloaded zeroize v1.8.1 |
356 | 2025-01-15T04:20:41.659Z | Downloaded regex-automata v0.4.8 |
357 | 2025-01-15T04:20:41.676Z | Downloaded libc v0.2.162 |
358 | 2025-01-15T04:20:41.697Z | Downloaded icu_normalizer v1.5.0 |
359 | 2025-01-15T04:20:41.700Z | Downloaded displaydoc v0.2.5 |
360 | 2025-01-15T04:20:41.704Z | Downloaded tokio v1.40.0 |
361 | 2025-01-15T04:20:41.739Z | Downloaded crossbeam-utils v0.8.20 |
362 | 2025-01-15T04:20:41.742Z | Downloaded bitflags v2.6.0 |
363 | 2025-01-15T04:20:41.742Z | Downloaded anyhow v1.0.95 |
364 | 2025-01-15T04:20:41.745Z | Downloaded typify v0.2.0 |
365 | 2025-01-15T04:20:41.749Z | Downloaded time-macros v0.2.18 |
366 | 2025-01-15T04:20:41.753Z | Downloaded litemap v0.7.3 |
367 | 2025-01-15T04:20:41.753Z | Downloaded usdt-attr-macro v0.5.0 |
368 | 2025-01-15T04:20:41.754Z | Downloaded ipnetwork v0.20.0 |
369 | 2025-01-15T04:20:41.754Z | Downloaded futures-io v0.3.31 |
370 | 2025-01-15T04:20:41.754Z | Downloaded futures-executor v0.3.31 |
371 | 2025-01-15T04:20:41.756Z | Downloaded omicron-workspace-hack v0.1.0 |
372 | 2025-01-15T04:20:41.756Z | Downloaded num_threads v0.1.7 |
373 | 2025-01-15T04:20:41.789Z | Downloaded encoding_rs v0.8.34 |
374 | 2025-01-15T04:20:42.000Z | Downloaded ring v0.17.8 |
375 | 2025-01-15T04:20:42.188Z | Compiling proc-macro2 v1.0.92 |
376 | 2025-01-15T04:20:42.190Z | Compiling unicode-ident v1.0.14 |
377 | 2025-01-15T04:20:42.190Z | Compiling libc v0.2.162 |
378 | 2025-01-15T04:20:42.190Z | Checking cfg-if v1.0.0 |
379 | 2025-01-15T04:20:42.191Z | Compiling autocfg v1.4.0 |
380 | 2025-01-15T04:20:42.210Z | Compiling serde v1.0.217 |
381 | 2025-01-15T04:20:42.212Z | Compiling version_check v0.9.5 |
382 | 2025-01-15T04:20:42.212Z | Checking memchr v2.7.4 |
383 | 2025-01-15T04:20:42.313Z | Checking itoa v1.0.11 |
384 | 2025-01-15T04:20:42.391Z | Compiling serde_json v1.0.135 |
385 | 2025-01-15T04:20:42.812Z | Checking once_cell v1.20.2 |
386 | 2025-01-15T04:20:42.828Z | Compiling thiserror v1.0.69 |
387 | 2025-01-15T04:20:42.839Z | Compiling shlex v1.3.0 |
388 | 2025-01-15T04:20:43.086Z | Compiling cc v1.1.30 |
389 | 2025-01-15T04:20:43.097Z | Checking pin-project-lite v0.2.14 |
390 | 2025-01-15T04:20:43.155Z | Compiling num-traits v0.2.19 |
391 | 2025-01-15T04:20:43.210Z | Checking ryu v1.0.18 |
392 | 2025-01-15T04:20:43.472Z | Checking getrandom v0.2.15 |
393 | 2025-01-15T04:20:43.498Z | Checking smallvec v1.13.2 |
394 | 2025-01-15T04:20:43.650Z | Checking bytes v1.9.0 |
395 | 2025-01-15T04:20:43.701Z | Checking futures-core v0.3.31 |
396 | 2025-01-15T04:20:43.794Z | Compiling lock_api v0.4.12 |
397 | 2025-01-15T04:20:43.893Z | Compiling parking_lot_core v0.9.10 |
398 | 2025-01-15T04:20:43.921Z | Compiling quote v1.0.38 |
399 | 2025-01-15T04:20:43.943Z | Compiling byteorder v1.5.0 |
400 | 2025-01-15T04:20:44.282Z | Checking scopeguard v1.2.0 |
401 | 2025-01-15T04:20:44.347Z | Compiling syn v2.0.96 |
402 | 2025-01-15T04:20:44.409Z | Compiling schemars v0.8.21 |
403 | 2025-01-15T04:20:44.435Z | Compiling slab v0.4.9 |
404 | 2025-01-15T04:20:44.478Z | Compiling ahash v0.8.11 |
405 | 2025-01-15T04:20:44.518Z | Checking log v0.4.22 |
406 | 2025-01-15T04:20:44.797Z | Checking futures-sink v0.3.31 |
407 | 2025-01-15T04:20:44.811Z | Checking parking_lot v0.12.3 |
408 | 2025-01-15T04:20:44.813Z | Checking socket2 v0.5.7 |
409 | 2025-01-15T04:20:44.918Z | Checking mio v1.0.2 |
410 | 2025-01-15T04:20:44.936Z | Checking signal-hook-registry v1.4.2 |
411 | 2025-01-15T04:20:44.936Z | Checking stable_deref_trait v1.2.0 |
412 | 2025-01-15T04:20:45.165Z | Checking equivalent v1.0.1 |
413 | 2025-01-15T04:20:45.180Z | Checking fnv v1.0.7 |
414 | 2025-01-15T04:20:45.254Z | Checking hashbrown v0.15.1 |
415 | 2025-01-15T04:20:45.290Z | Checking futures-channel v0.3.31 |
416 | 2025-01-15T04:20:45.317Z | Checking http v1.2.0 |
417 | 2025-01-15T04:20:45.340Z | Checking futures-io v0.3.31 |
418 | 2025-01-15T04:20:45.366Z | Compiling semver v1.0.24 |
419 | 2025-01-15T04:20:45.504Z | Checking futures-task v0.3.31 |
420 | 2025-01-15T04:20:45.519Z | Checking pin-utils v0.1.0 |
421 | 2025-01-15T04:20:45.604Z | Checking spin v0.9.8 |
422 | 2025-01-15T04:20:45.617Z | Checking rustls-pki-types v1.10.0 |
423 | 2025-01-15T04:20:45.728Z | Compiling pkg-config v0.3.31 |
424 | 2025-01-15T04:20:45.799Z | Compiling ring v0.17.8 |
425 | 2025-01-15T04:20:45.814Z | Compiling vcpkg v0.2.15 |
426 | 2025-01-15T04:20:46.135Z | Checking litemap v0.7.3 |
427 | 2025-01-15T04:20:46.192Z | Compiling httparse v1.9.5 |
428 | 2025-01-15T04:20:46.464Z | Checking writeable v0.5.5 |
429 | 2025-01-15T04:20:46.536Z | Checking iana-time-zone v0.1.61 |
430 | 2025-01-15T04:20:46.700Z | Compiling heck v0.5.0 |
431 | 2025-01-15T04:20:46.783Z | Checking untrusted v0.9.0 |
432 | 2025-01-15T04:20:46.786Z | Checking tracing-core v0.1.32 |
433 | 2025-01-15T04:20:46.935Z | Compiling ucd-trie v0.1.7 |
434 | 2025-01-15T04:20:46.979Z | Checking atomic-waker v1.1.2 |
435 | 2025-01-15T04:20:47.111Z | Checking dyn-clone v1.0.17 |
436 | 2025-01-15T04:20:47.187Z | Compiling openssl-sys v0.9.103 |
437 | 2025-01-15T04:20:47.250Z | Checking http-body v1.0.1 |
438 | 2025-01-15T04:20:47.376Z | Checking icu_locid_transform_data v1.5.0 |
439 | 2025-01-15T04:20:47.401Z | Checking tracing v0.1.40 |
440 | 2025-01-15T04:20:47.452Z | Checking try-lock v0.2.5 |
441 | 2025-01-15T04:20:47.466Z | Checking subtle v2.6.1 |
442 | 2025-01-15T04:20:47.541Z | Compiling allocator-api2 v0.2.18 |
443 | 2025-01-15T04:20:47.687Z | Checking zeroize v1.8.1 |
444 | 2025-01-15T04:20:47.700Z | Checking want v0.3.1 |
445 | 2025-01-15T04:20:47.870Z | Compiling openssl v0.10.66 |
446 | 2025-01-15T04:20:48.044Z | Compiling uuid v1.11.0 |
447 | 2025-01-15T04:20:48.227Z | Checking foreign-types-shared v0.1.1 |
448 | 2025-01-15T04:20:48.280Z | Checking icu_properties_data v1.5.0 |
449 | 2025-01-15T04:20:48.336Z | Checking httpdate v1.0.3 |
450 | 2025-01-15T04:20:48.401Z | Checking foreign-types v0.3.2 |
451 | 2025-01-15T04:20:48.521Z | Checking utf8_iter v1.0.4 |
452 | 2025-01-15T04:20:48.583Z | Checking utf16_iter v1.0.5 |
453 | 2025-01-15T04:20:48.700Z | Compiling chrono v0.4.38 |
454 | 2025-01-15T04:20:48.714Z | Checking bitflags v2.6.0 |
455 | 2025-01-15T04:20:48.739Z | Checking write16 v1.0.0 |
456 | 2025-01-15T04:20:48.756Z | Checking tower-service v0.3.3 |
457 | 2025-01-15T04:20:48.862Z | Compiling native-tls v0.2.12 |
458 | 2025-01-15T04:20:48.874Z | Checking icu_normalizer_data v1.5.0 |
459 | 2025-01-15T04:20:48.877Z | Checking percent-encoding v2.3.1 |
460 | 2025-01-15T04:20:48.953Z | Compiling rustls v0.23.19 |
461 | 2025-01-15T04:20:48.968Z | Compiling slog v2.7.0 |
462 | 2025-01-15T04:20:49.094Z | Checking form_urlencoded v1.2.1 |
463 | 2025-01-15T04:20:49.260Z | Compiling aho-corasick v1.1.3 |
464 | 2025-01-15T04:20:49.300Z | Compiling typenum v1.17.0 |
465 | 2025-01-15T04:20:49.480Z | Compiling regex-syntax v0.8.5 |
466 | 2025-01-15T04:20:49.592Z | Checking openssl-probe v0.1.5 |
467 | 2025-01-15T04:20:50.322Z | Compiling generic-array v0.14.7 |
468 | 2025-01-15T04:20:50.450Z | Checking encoding_rs v0.8.34 |
469 | 2025-01-15T04:20:50.652Z | Checking mime v0.3.17 |
470 | 2025-01-15T04:20:51.589Z | Compiling synstructure v0.13.1 |
471 | 2025-01-15T04:20:51.929Z | Compiling serde_derive_internals v0.29.1 |
472 | 2025-01-15T04:20:52.080Z | Checking rustls-webpki v0.102.8 |
473 | 2025-01-15T04:20:52.726Z | Checking webpki-roots v0.26.6 |
474 | 2025-01-15T04:20:52.835Z | Checking rustls-pemfile v2.2.0 |
475 | 2025-01-15T04:20:53.047Z | Compiling regex-automata v0.4.8 |
476 | 2025-01-15T04:20:53.811Z | Compiling usdt-impl v0.5.0 |
477 | 2025-01-15T04:20:53.866Z | Checking powerfmt v0.2.0 |
478 | 2025-01-15T04:20:53.905Z | Compiling time-core v0.1.2 |
479 | 2025-01-15T04:20:54.083Z | Compiling num-conv v0.1.0 |
480 | 2025-01-15T04:20:54.198Z | Checking base64 v0.22.1 |
481 | 2025-01-15T04:20:54.356Z | Compiling time-macros v0.2.18 |
482 | 2025-01-15T04:20:54.635Z | Checking deranged v0.3.11 |
483 | 2025-01-15T04:20:54.687Z | Compiling thread-id v4.2.2 |
484 | 2025-01-15T04:20:54.967Z | Checking sync_wrapper v1.0.1 |
485 | 2025-01-15T04:20:55.115Z | Checking plain v0.2.3 |
486 | 2025-01-15T04:20:55.266Z | Checking ipnet v2.10.1 |
487 | 2025-01-15T04:20:55.707Z | Compiling serde_derive v1.0.217 |
488 | 2025-01-15T04:20:55.814Z | Compiling zerocopy-derive v0.7.35 |
489 | 2025-01-15T04:20:55.848Z | Compiling thiserror-impl v1.0.69 |
490 | 2025-01-15T04:20:55.932Z | Compiling zerofrom-derive v0.1.4 |
491 | 2025-01-15T04:20:57.158Z | Compiling schemars_derive v0.8.21 |
492 | 2025-01-15T04:20:57.421Z | Compiling yoke-derive v0.7.4 |
493 | 2025-01-15T04:20:57.435Z | Compiling tokio-macros v2.4.0 |
494 | 2025-01-15T04:20:57.688Z | Compiling zerocopy v0.7.35 |
495 | 2025-01-15T04:20:58.860Z | Checking tokio v1.40.0 |
496 | 2025-01-15T04:20:59.020Z | Compiling zerovec-derive v0.10.3 |
497 | 2025-01-15T04:20:59.039Z | Checking zerofrom v0.1.4 |
498 | 2025-01-15T04:20:59.250Z | Compiling displaydoc v0.2.5 |
499 | 2025-01-15T04:20:59.774Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-15T04:20:59.860Z | Checking yoke v0.7.4 |
501 | 2025-01-15T04:20:59.863Z | Compiling icu_provider_macros v1.5.0 |
502 | 2025-01-15T04:21:00.180Z | Compiling pest v2.7.14 |
503 | 2025-01-15T04:21:00.494Z | Compiling hashbrown v0.14.5 |
504 | 2025-01-15T04:21:00.627Z | Compiling openssl-macros v0.1.1 |
505 | 2025-01-15T04:21:01.332Z | Checking zerovec v0.10.4 |
506 | 2025-01-15T04:21:01.486Z | Checking futures-util v0.3.31 |
507 | 2025-01-15T04:21:01.624Z | Compiling regress v0.10.1 |
508 | 2025-01-15T04:21:02.302Z | Compiling regex v1.11.1 |
509 | 2025-01-15T04:21:03.160Z | Checking tinystr v0.7.6 |
510 | 2025-01-15T04:21:03.195Z | Checking icu_collections v1.5.0 |
511 | 2025-01-15T04:21:03.495Z | Checking icu_locid v1.5.0 |
512 | 2025-01-15T04:21:03.859Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-15T04:21:04.433Z | Checking icu_provider v1.5.0 |
514 | 2025-01-15T04:21:05.055Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-15T04:21:05.398Z | Checking tokio-util v0.7.12 |
516 | 2025-01-15T04:21:05.914Z | Compiling pest_generator v2.7.14 |
517 | 2025-01-15T04:21:06.008Z | Checking icu_properties v1.5.1 |
518 | 2025-01-15T04:21:06.166Z | Checking http-body-util v0.1.2 |
519 | 2025-01-15T04:21:06.191Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-15T04:21:06.555Z | Compiling scroll_derive v0.12.0 |
521 | 2025-01-15T04:21:06.664Z | Checking tokio-native-tls v0.3.1 |
522 | 2025-01-15T04:21:07.487Z | Checking indexmap v2.7.0 |
523 | 2025-01-15T04:21:08.013Z | Compiling serde_tokenstream v0.2.2 |
524 | 2025-01-15T04:21:08.682Z | Checking h2 v0.4.6 |
525 | 2025-01-15T04:21:09.095Z | Compiling pest_derive v2.7.14 |
526 | 2025-01-15T04:21:09.280Z | Checking icu_normalizer v1.5.0 |
527 | 2025-01-15T04:21:10.045Z | Checking idna_adapter v1.2.0 |
528 | 2025-01-15T04:21:10.139Z | Checking serde_urlencoded v0.7.1 |
529 | 2025-01-15T04:21:10.225Z | Checking idna v1.0.3 |
530 | 2025-01-15T04:21:10.262Z | Compiling dtrace-parser v0.2.0 |
531 | 2025-01-15T04:21:10.422Z | Compiling dof v0.3.0 |
532 | 2025-01-15T04:21:10.452Z | Checking scroll v0.12.0 |
533 | 2025-01-15T04:21:10.707Z | Checking url v2.5.3 |
534 | 2025-01-15T04:21:10.740Z | Compiling crossbeam-utils v0.8.20 |
535 | 2025-01-15T04:21:11.020Z | Compiling syn v1.0.109 |
536 | 2025-01-15T04:21:11.162Z | Checking num_threads v0.1.7 |
537 | 2025-01-15T04:21:11.277Z | Compiling strsim v0.11.1 |
538 | 2025-01-15T04:21:11.437Z | Compiling ident_case v1.0.1 |
539 | 2025-01-15T04:21:11.622Z | Compiling darling_core v0.20.10 |
540 | 2025-01-15T04:21:11.672Z | Checking time v0.3.36 |
541 | 2025-01-15T04:21:11.820Z | Compiling typify-impl v0.2.0 |
542 | 2025-01-15T04:21:12.820Z | Checking hyper v1.5.0 |
543 | 2025-01-15T04:21:13.337Z | Checking goblin v0.8.2 |
544 | 2025-01-15T04:21:14.110Z | Compiling openapiv3 v2.0.0 |
545 | 2025-01-15T04:21:14.293Z | Checking dirs-sys-next v0.1.2 |
546 | 2025-01-15T04:21:14.708Z | Checking pretty-hex v0.4.1 |
547 | 2025-01-15T04:21:14.726Z | Checking hyper-util v0.1.10 |
548 | 2025-01-15T04:21:14.867Z | Compiling unsafe-libyaml v0.2.11 |
549 | 2025-01-15T04:21:14.890Z | Compiling omicron-workspace-hack v0.1.0 |
550 | 2025-01-15T04:21:15.200Z | Compiling rustversion v1.0.17 |
551 | 2025-01-15T04:21:15.862Z | Compiling newtype-uuid v1.1.3 |
552 | 2025-01-15T04:21:16.180Z | Compiling rustls v0.22.4 |
553 | 2025-01-15T04:21:16.322Z | Checking hyper-rustls v0.27.3 |
554 | 2025-01-15T04:21:16.491Z | Checking hyper-tls v0.6.0 |
555 | 2025-01-15T04:21:16.551Z | Compiling paste v1.0.15 |
556 | 2025-01-15T04:21:16.683Z | Compiling serde_yaml v0.9.34+deprecated |
557 | 2025-01-15T04:21:16.758Z | Checking reqwest v0.12.9 |
558 | 2025-01-15T04:21:17.001Z | Compiling darling_macro v0.20.10 |
559 | 2025-01-15T04:21:17.343Z | Checking dirs-next v2.0.0 |
560 | 2025-01-15T04:21:17.864Z | Checking ipnetwork v0.20.0 |
561 | 2025-01-15T04:21:17.959Z | Checking toml_datetime v0.6.8 |
562 | 2025-01-15T04:21:18.098Z | Checking serde_spanned v0.6.8 |
563 | 2025-01-15T04:21:18.184Z | Checking ppv-lite86 v0.2.20 |
564 | 2025-01-15T04:21:18.198Z | Checking crypto-common v0.1.6 |
565 | 2025-01-15T04:21:18.237Z | Checking block-buffer v0.10.4 |
566 | 2025-01-15T04:21:18.300Z | Compiling structmeta-derive v0.3.0 |
567 | 2025-01-15T04:21:18.367Z | Checking rand_core v0.6.4 |
568 | 2025-01-15T04:21:18.538Z | Checking thread_local v1.1.8 |
569 | 2025-01-15T04:21:18.649Z | Compiling multer v3.1.0 |
570 | 2025-01-15T04:21:18.794Z | Checking winnow v0.6.20 |
571 | 2025-01-15T04:21:18.808Z | Checking match_cfg v0.1.0 |
572 | 2025-01-15T04:21:18.882Z | Compiling anyhow v1.0.95 |
573 | 2025-01-15T04:21:18.890Z | Compiling slog-async v2.8.0 |
574 | 2025-01-15T04:21:18.971Z | Compiling camino v1.1.9 |
575 | 2025-01-15T04:21:19.364Z | Checking either v1.13.0 |
576 | 2025-01-15T04:21:19.706Z | Checking hostname v0.3.1 |
577 | 2025-01-15T04:21:19.719Z | Checking itertools v0.10.5 |
578 | 2025-01-15T04:21:19.816Z | Checking rand_chacha v0.3.1 |
579 | 2025-01-15T04:21:19.830Z | Checking digest v0.10.7 |
580 | 2025-01-15T04:21:20.142Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
581 | 2025-01-15T04:21:20.175Z | Checking crossbeam-channel v0.5.13 |
582 | 2025-01-15T04:21:20.348Z | Checking progenitor-client v0.8.0 |
583 | 2025-01-15T04:21:20.490Z | Compiling darling v0.20.10 |
584 | 2025-01-15T04:21:20.598Z | Checking term v0.7.0 |
585 | 2025-01-15T04:21:20.736Z | Compiling structmeta v0.3.0 |
586 | 2025-01-15T04:21:21.286Z | Compiling usdt-macro v0.5.0 |
587 | 2025-01-15T04:21:21.511Z | Checking toml_edit v0.22.22 |
588 | 2025-01-15T04:21:21.760Z | Compiling usdt-attr-macro v0.5.0 |
589 | 2025-01-15T04:21:21.807Z | Checking slog-json v2.6.1 |
590 | 2025-01-15T04:21:21.886Z | Checking futures-executor v0.3.31 |
591 | 2025-01-15T04:21:22.052Z | Compiling async-stream-impl v0.3.6 |
592 | 2025-01-15T04:21:22.103Z | Checking is-terminal v0.4.13 |
593 | 2025-01-15T04:21:22.232Z | Checking memmap v0.7.0 |
594 | 2025-01-15T04:21:22.447Z | Compiling dropshot v0.13.0 |
595 | 2025-01-15T04:21:22.467Z | Checking cpufeatures v0.2.14 |
596 | 2025-01-15T04:21:22.559Z | Checking take_mut v0.2.2 |
597 | 2025-01-15T04:21:22.820Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
598 | 2025-01-15T04:21:22.854Z | Checking sha1 v0.10.6 |
599 | 2025-01-15T04:21:22.980Z | Checking slog-term v2.9.1 |
600 | 2025-01-15T04:21:23.063Z | Checking usdt v0.5.0 |
601 | 2025-01-15T04:21:23.127Z | Checking futures v0.3.31 |
602 | 2025-01-15T04:21:23.227Z | Checking slog-bunyan v2.5.0 |
603 | 2025-01-15T04:21:23.318Z | Compiling strum_macros v0.26.4 |
604 | 2025-01-15T04:21:23.342Z | Checking async-stream v0.3.6 |
605 | 2025-01-15T04:21:23.412Z | Compiling parse-display-derive v0.10.0 |
606 | 2025-01-15T04:21:23.459Z | Compiling typify-macro v0.2.0 |
607 | 2025-01-15T04:21:23.460Z | Compiling serde_with_macros v3.11.0 |
608 | 2025-01-15T04:21:23.522Z | Checking rand v0.8.5 |
609 | 2025-01-15T04:21:23.957Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
610 | 2025-01-15T04:21:24.017Z | Checking toml v0.8.19 |
611 | 2025-01-15T04:21:24.490Z | Checking tokio-rustls v0.25.0 |
612 | 2025-01-15T04:21:24.918Z | Compiling dropshot_endpoint v0.13.0 |
613 | 2025-01-15T04:21:24.961Z | Checking serde_path_to_error v0.1.16 |
614 | 2025-01-15T04:21:25.164Z | Checking hex v0.4.3 |
615 | 2025-01-15T04:21:25.284Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
616 | 2025-01-15T04:21:25.551Z | Compiling async-trait v0.1.83 |
617 | 2025-01-15T04:21:25.579Z | Checking waitgroup v0.1.2 |
618 | 2025-01-15T04:21:25.708Z | Checking hostname v0.4.0 |
619 | 2025-01-15T04:21:25.838Z | Checking instant v0.1.13 |
620 | 2025-01-15T04:21:25.853Z | Checking debug-ignore v1.0.5 |
621 | 2025-01-15T04:21:25.954Z | Checking backoff v0.4.0 |
622 | 2025-01-15T04:21:25.994Z | Checking serde_with v3.11.0 |
623 | 2025-01-15T04:21:26.052Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
624 | 2025-01-15T04:21:26.188Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
625 | 2025-01-15T04:21:26.222Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
626 | 2025-01-15T04:21:26.330Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
627 | 2025-01-15T04:21:26.687Z | Checking progenitor-client v0.9.1 |
628 | 2025-01-15T04:21:26.700Z | Compiling typify v0.2.0 |
629 | 2025-01-15T04:21:26.820Z | Compiling progenitor-impl v0.8.0 |
630 | 2025-01-15T04:21:27.010Z | Checking parse-display v0.10.0 |
631 | 2025-01-15T04:21:27.195Z | Checking macaddr v1.0.1 |
632 | 2025-01-15T04:21:27.228Z | Checking regress v0.9.1 |
633 | 2025-01-15T04:21:27.395Z | Checking strum v0.26.3 |
634 | 2025-01-15T04:21:29.567Z | Compiling progenitor-macro v0.8.0 |
635 | 2025-01-15T04:21:32.997Z | Checking progenitor v0.8.0 |
636 | 2025-01-15T04:21:33.067Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
637 | 2025-01-15T04:21:35.752Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
638 | 2025-01-15T04:21:42.701Z | Checking test-project v0.1.0 (/tmp/test-project) |
639 | 2025-01-15T04:21:42.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
640 | 2025-01-15T04:21:42.900Z | + cargo build --release |
641 | 2025-01-15T04:21:43.151Z | Compiling proc-macro2 v1.0.92 |
642 | 2025-01-15T04:21:43.151Z | Compiling unicode-ident v1.0.14 |
643 | 2025-01-15T04:21:43.155Z | Compiling libc v0.2.162 |
644 | 2025-01-15T04:21:43.155Z | Compiling cfg-if v1.0.0 |
645 | 2025-01-15T04:21:43.155Z | Compiling autocfg v1.4.0 |
646 | 2025-01-15T04:21:43.155Z | Compiling serde v1.0.217 |
647 | 2025-01-15T04:21:43.155Z | Compiling version_check v0.9.5 |
648 | 2025-01-15T04:21:43.155Z | Compiling memchr v2.7.4 |
649 | 2025-01-15T04:21:43.273Z | Compiling serde_json v1.0.135 |
650 | 2025-01-15T04:21:43.344Z | Compiling itoa v1.0.11 |
651 | 2025-01-15T04:21:43.613Z | Compiling thiserror v1.0.69 |
652 | 2025-01-15T04:21:43.712Z | Compiling once_cell v1.20.2 |
653 | 2025-01-15T04:21:43.725Z | Compiling shlex v1.3.0 |
654 | 2025-01-15T04:21:43.957Z | Compiling cc v1.1.30 |
655 | 2025-01-15T04:21:44.143Z | Compiling num-traits v0.2.19 |
656 | 2025-01-15T04:21:44.160Z | Compiling pin-project-lite v0.2.14 |
657 | 2025-01-15T04:21:44.480Z | Compiling getrandom v0.2.15 |
658 | 2025-01-15T04:21:44.487Z | Compiling ryu v1.0.18 |
659 | 2025-01-15T04:21:44.585Z | Compiling smallvec v1.13.2 |
660 | 2025-01-15T04:21:44.822Z | Compiling quote v1.0.38 |
661 | 2025-01-15T04:21:44.842Z | Compiling bytes v1.9.0 |
662 | 2025-01-15T04:21:44.948Z | Compiling futures-core v0.3.31 |
663 | 2025-01-15T04:21:45.037Z | Compiling lock_api v0.4.12 |
664 | 2025-01-15T04:21:45.071Z | Compiling parking_lot_core v0.9.10 |
665 | 2025-01-15T04:21:45.191Z | Compiling syn v2.0.96 |
666 | 2025-01-15T04:21:45.371Z | Compiling schemars v0.8.21 |
667 | 2025-01-15T04:21:45.537Z | Compiling ahash v0.8.11 |
668 | 2025-01-15T04:21:45.586Z | Compiling scopeguard v1.2.0 |
669 | 2025-01-15T04:21:45.684Z | Compiling byteorder v1.5.0 |
670 | 2025-01-15T04:21:45.811Z | Compiling slab v0.4.9 |
671 | 2025-01-15T04:21:46.081Z | Compiling futures-sink v0.3.31 |
672 | 2025-01-15T04:21:46.163Z | Compiling log v0.4.22 |
673 | 2025-01-15T04:21:46.243Z | Compiling parking_lot v0.12.3 |
674 | 2025-01-15T04:21:46.298Z | Compiling signal-hook-registry v1.4.2 |
675 | 2025-01-15T04:21:46.370Z | Compiling socket2 v0.5.7 |
676 | 2025-01-15T04:21:46.557Z | Compiling mio v1.0.2 |
677 | 2025-01-15T04:21:46.581Z | Compiling stable_deref_trait v1.2.0 |
678 | 2025-01-15T04:21:46.589Z | Compiling ring v0.17.8 |
679 | 2025-01-15T04:21:46.680Z | Compiling fnv v1.0.7 |
680 | 2025-01-15T04:21:46.814Z | Compiling equivalent v1.0.1 |
681 | 2025-01-15T04:21:46.911Z | Compiling hashbrown v0.15.1 |
682 | 2025-01-15T04:21:46.925Z | Compiling semver v1.0.24 |
683 | 2025-01-15T04:21:47.485Z | Compiling http v1.2.0 |
684 | 2025-01-15T04:21:47.815Z | Compiling futures-channel v0.3.31 |
685 | 2025-01-15T04:21:47.951Z | Compiling futures-task v0.3.31 |
686 | 2025-01-15T04:21:48.108Z | Compiling pin-utils v0.1.0 |
687 | 2025-01-15T04:21:48.194Z | Compiling futures-io v0.3.31 |
688 | 2025-01-15T04:21:48.247Z | Compiling rustls-pki-types v1.10.0 |
689 | 2025-01-15T04:21:48.270Z | Compiling pkg-config v0.3.31 |
690 | 2025-01-15T04:21:48.313Z | Compiling spin v0.9.8 |
691 | 2025-01-15T04:21:48.438Z | Compiling vcpkg v0.2.15 |
692 | 2025-01-15T04:21:48.560Z | Compiling httparse v1.9.5 |
693 | 2025-01-15T04:21:49.191Z | Compiling writeable v0.5.5 |
694 | 2025-01-15T04:21:49.311Z | Compiling heck v0.5.0 |
695 | 2025-01-15T04:21:49.684Z | Compiling iana-time-zone v0.1.61 |
696 | 2025-01-15T04:21:49.882Z | Compiling openssl-sys v0.9.103 |
697 | 2025-01-15T04:21:49.961Z | Compiling untrusted v0.9.0 |
698 | 2025-01-15T04:21:50.149Z | Compiling litemap v0.7.3 |
699 | 2025-01-15T04:21:50.462Z | Compiling tracing-core v0.1.32 |
700 | 2025-01-15T04:21:50.563Z | Compiling atomic-waker v1.1.2 |
701 | 2025-01-15T04:21:50.616Z | Compiling ucd-trie v0.1.7 |
702 | 2025-01-15T04:21:50.729Z | Compiling dyn-clone v1.0.17 |
703 | 2025-01-15T04:21:50.939Z | Compiling http-body v1.0.1 |
704 | 2025-01-15T04:21:51.168Z | Compiling tracing v0.1.40 |
705 | 2025-01-15T04:21:51.388Z | Compiling subtle v2.6.1 |
706 | 2025-01-15T04:21:51.664Z | Compiling zeroize v1.8.1 |
707 | 2025-01-15T04:21:51.814Z | Compiling try-lock v0.2.5 |
708 | 2025-01-15T04:21:51.855Z | Compiling allocator-api2 v0.2.18 |
709 | 2025-01-15T04:21:51.966Z | Compiling icu_locid_transform_data v1.5.0 |
710 | 2025-01-15T04:21:52.001Z | Compiling want v0.3.1 |
711 | 2025-01-15T04:21:52.053Z | Compiling uuid v1.11.0 |
712 | 2025-01-15T04:21:52.268Z | Compiling synstructure v0.13.1 |
713 | 2025-01-15T04:21:52.325Z | Compiling serde_derive_internals v0.29.1 |
714 | 2025-01-15T04:21:52.557Z | Compiling chrono v0.4.38 |
715 | 2025-01-15T04:21:52.685Z | Compiling httpdate v1.0.3 |
716 | 2025-01-15T04:21:52.869Z | Compiling icu_properties_data v1.5.0 |
717 | 2025-01-15T04:21:53.100Z | Compiling foreign-types-shared v0.1.1 |
718 | 2025-01-15T04:21:53.212Z | Compiling openssl v0.10.66 |
719 | 2025-01-15T04:21:53.415Z | Compiling foreign-types v0.3.2 |
720 | 2025-01-15T04:21:53.717Z | Compiling slog v2.7.0 |
721 | 2025-01-15T04:21:54.195Z | Compiling utf16_iter v1.0.5 |
722 | 2025-01-15T04:21:54.301Z | Compiling percent-encoding v2.3.1 |
723 | 2025-01-15T04:21:54.379Z | Compiling rustls v0.23.19 |
724 | 2025-01-15T04:21:54.413Z | Compiling native-tls v0.2.12 |
725 | 2025-01-15T04:21:54.693Z | Compiling write16 v1.0.0 |
726 | 2025-01-15T04:21:54.752Z | Compiling tower-service v0.3.3 |
727 | 2025-01-15T04:21:54.774Z | Compiling icu_normalizer_data v1.5.0 |
728 | 2025-01-15T04:21:54.779Z | Compiling bitflags v2.6.0 |
729 | 2025-01-15T04:21:54.827Z | Compiling utf8_iter v1.0.4 |
730 | 2025-01-15T04:21:54.893Z | Compiling form_urlencoded v1.2.1 |
731 | 2025-01-15T04:21:55.198Z | Compiling aho-corasick v1.1.3 |
732 | 2025-01-15T04:21:55.396Z | Compiling openssl-probe v0.1.5 |
733 | 2025-01-15T04:21:55.477Z | Compiling typenum v1.17.0 |
734 | 2025-01-15T04:21:55.875Z | Compiling regex-syntax v0.8.5 |
735 | 2025-01-15T04:21:56.535Z | Compiling generic-array v0.14.7 |
736 | 2025-01-15T04:21:56.553Z | Compiling serde_derive v1.0.217 |
737 | 2025-01-15T04:21:56.880Z | Compiling zerocopy-derive v0.7.35 |
738 | 2025-01-15T04:21:57.214Z | Compiling thiserror-impl v1.0.69 |
739 | 2025-01-15T04:21:57.262Z | Compiling schemars_derive v0.8.21 |
740 | 2025-01-15T04:21:57.474Z | Compiling zerofrom-derive v0.1.4 |
741 | 2025-01-15T04:21:58.783Z | Compiling zerocopy v0.7.35 |
742 | 2025-01-15T04:21:59.965Z | Compiling tokio-macros v2.4.0 |
743 | 2025-01-15T04:22:00.024Z | Compiling yoke-derive v0.7.4 |
744 | 2025-01-15T04:22:00.115Z | Compiling zerovec-derive v0.10.3 |
745 | 2025-01-15T04:22:00.368Z | Compiling futures-macro v0.3.31 |
746 | 2025-01-15T04:22:00.653Z | Compiling zerofrom v0.1.4 |
747 | 2025-01-15T04:22:00.871Z | Compiling displaydoc v0.2.5 |
748 | 2025-01-15T04:22:01.455Z | Compiling tokio v1.40.0 |
749 | 2025-01-15T04:22:02.184Z | Compiling futures-util v0.3.31 |
750 | 2025-01-15T04:22:02.345Z | Compiling icu_provider_macros v1.5.0 |
751 | 2025-01-15T04:22:02.441Z | Compiling yoke v0.7.4 |
752 | 2025-01-15T04:22:02.803Z | Compiling zerovec v0.10.4 |
753 | 2025-01-15T04:22:02.855Z | Compiling pest v2.7.14 |
754 | 2025-01-15T04:22:05.559Z | Compiling tinystr v0.7.6 |
755 | 2025-01-15T04:22:05.706Z | Compiling rustls-webpki v0.102.8 |
756 | 2025-01-15T04:22:05.958Z | Compiling icu_locid v1.5.0 |
757 | 2025-01-15T04:22:08.310Z | Compiling icu_provider v1.5.0 |
758 | 2025-01-15T04:22:09.341Z | Compiling indexmap v2.7.0 |
759 | 2025-01-15T04:22:10.330Z | Compiling serde_tokenstream v0.2.2 |
760 | 2025-01-15T04:22:10.946Z | Compiling tokio-util v0.7.12 |
761 | 2025-01-15T04:22:12.200Z | Compiling h2 v0.4.6 |
762 | 2025-01-15T04:22:12.258Z | Compiling icu_locid_transform v1.5.0 |
763 | 2025-01-15T04:22:13.418Z | Compiling pest_meta v2.7.14 |
764 | 2025-01-15T04:22:14.911Z | Compiling icu_collections v1.5.0 |
765 | 2025-01-15T04:22:17.098Z | Compiling hashbrown v0.14.5 |
766 | 2025-01-15T04:22:17.626Z | Compiling hyper v1.5.0 |
767 | 2025-01-15T04:22:17.967Z | Compiling icu_properties v1.5.1 |
768 | 2025-01-15T04:22:18.288Z | Compiling regress v0.10.1 |
769 | 2025-01-15T04:22:18.787Z | Compiling pest_generator v2.7.14 |
770 | 2025-01-15T04:22:22.745Z | Compiling openssl-macros v0.1.1 |
771 | 2025-01-15T04:22:23.344Z | Compiling typify-impl v0.2.0 |
772 | 2025-01-15T04:22:24.300Z | Compiling icu_normalizer v1.5.0 |
773 | 2025-01-15T04:22:25.059Z | Compiling pest_derive v2.7.14 |
774 | 2025-01-15T04:22:26.093Z | Compiling hyper-util v0.1.10 |
775 | 2025-01-15T04:22:29.516Z | Compiling idna_adapter v1.2.0 |
776 | 2025-01-15T04:22:29.774Z | Compiling http-body-util v0.1.2 |
777 | 2025-01-15T04:22:30.308Z | Compiling regex-automata v0.4.8 |
778 | 2025-01-15T04:22:30.677Z | Compiling encoding_rs v0.8.34 |
779 | 2025-01-15T04:22:30.779Z | Compiling mime v0.3.17 |
780 | 2025-01-15T04:22:31.899Z | Compiling tokio-native-tls v0.3.1 |
781 | 2025-01-15T04:22:32.238Z | Compiling idna v1.0.3 |
782 | 2025-01-15T04:22:33.666Z | Compiling typify-macro v0.2.0 |
783 | 2025-01-15T04:22:34.236Z | Compiling serde_urlencoded v0.7.1 |
784 | 2025-01-15T04:22:34.800Z | Compiling tokio-rustls v0.26.0 |
785 | 2025-01-15T04:22:35.259Z | Compiling regex v1.11.1 |
786 | 2025-01-15T04:22:37.107Z | Compiling scroll_derive v0.12.0 |
787 | 2025-01-15T04:22:37.601Z | Compiling webpki-roots v0.26.6 |
788 | 2025-01-15T04:22:37.795Z | Compiling rustls-pemfile v2.2.0 |
789 | 2025-01-15T04:22:37.937Z | Compiling usdt-impl v0.5.0 |
790 | 2025-01-15T04:22:38.243Z | Compiling time-core v0.1.2 |
791 | 2025-01-15T04:22:38.323Z | Compiling num-conv v0.1.0 |
792 | 2025-01-15T04:22:38.411Z | Compiling powerfmt v0.2.0 |
793 | 2025-01-15T04:22:38.441Z | Compiling base64 v0.22.1 |
794 | 2025-01-15T04:22:38.583Z | Compiling time-macros v0.2.18 |
795 | 2025-01-15T04:22:38.898Z | Compiling deranged v0.3.11 |
796 | 2025-01-15T04:22:39.517Z | Compiling scroll v0.12.0 |
797 | 2025-01-15T04:22:40.631Z | Compiling hyper-rustls v0.27.3 |
798 | 2025-01-15T04:22:41.367Z | Compiling thread-id v4.2.2 |
799 | 2025-01-15T04:22:41.419Z | Compiling url v2.5.3 |
800 | 2025-01-15T04:22:41.474Z | Compiling hyper-tls v0.6.0 |
801 | 2025-01-15T04:22:41.954Z | Compiling dtrace-parser v0.2.0 |
802 | 2025-01-15T04:22:43.503Z | Compiling dof v0.3.0 |
803 | 2025-01-15T04:22:44.252Z | Compiling sync_wrapper v1.0.1 |
804 | 2025-01-15T04:22:44.395Z | Compiling syn v1.0.109 |
805 | 2025-01-15T04:22:45.205Z | Compiling crossbeam-utils v0.8.20 |
806 | 2025-01-15T04:22:47.027Z | Compiling strsim v0.11.1 |
807 | 2025-01-15T04:22:47.160Z | Compiling plain v0.2.3 |
808 | 2025-01-15T04:22:47.319Z | Compiling ident_case v1.0.1 |
809 | 2025-01-15T04:22:47.511Z | Compiling omicron-workspace-hack v0.1.0 |
810 | 2025-01-15T04:22:48.006Z | Compiling ipnet v2.10.1 |
811 | 2025-01-15T04:22:48.821Z | Compiling num_threads v0.1.7 |
812 | 2025-01-15T04:22:50.169Z | Compiling time v0.3.36 |
813 | 2025-01-15T04:22:51.051Z | Compiling reqwest v0.12.9 |
814 | 2025-01-15T04:22:52.137Z | Compiling darling_core v0.20.10 |
815 | 2025-01-15T04:22:55.892Z | Compiling goblin v0.8.2 |
816 | 2025-01-15T04:22:59.737Z | Compiling typify v0.2.0 |
817 | 2025-01-15T04:23:00.021Z | Compiling openapiv3 v2.0.0 |
818 | 2025-01-15T04:23:01.465Z | Compiling dirs-sys-next v0.1.2 |
819 | 2025-01-15T04:23:02.809Z | Compiling rustversion v1.0.17 |
820 | 2025-01-15T04:23:03.451Z | Compiling newtype-uuid v1.1.3 |
821 | 2025-01-15T04:23:03.539Z | Compiling paste v1.0.15 |
822 | 2025-01-15T04:23:03.819Z | Compiling pretty-hex v0.4.1 |
823 | 2025-01-15T04:23:04.039Z | Compiling unsafe-libyaml v0.2.11 |
824 | 2025-01-15T04:23:04.040Z | Compiling rustls v0.22.4 |
825 | 2025-01-15T04:23:05.687Z | Compiling serde_yaml v0.9.34+deprecated |
826 | 2025-01-15T04:23:06.909Z | Compiling progenitor-impl v0.8.0 |
827 | 2025-01-15T04:23:09.130Z | Compiling dirs-next v2.0.0 |
828 | 2025-01-15T04:23:11.821Z | Compiling darling_macro v0.20.10 |
829 | 2025-01-15T04:23:12.477Z | Compiling crypto-common v0.1.6 |
830 | 2025-01-15T04:23:12.680Z | Compiling block-buffer v0.10.4 |
831 | 2025-01-15T04:23:12.811Z | Compiling ipnetwork v0.20.0 |
832 | 2025-01-15T04:23:12.831Z | Compiling toml_datetime v0.6.8 |
833 | 2025-01-15T04:23:12.915Z | Compiling serde_spanned v0.6.8 |
834 | 2025-01-15T04:23:13.163Z | Compiling ppv-lite86 v0.2.20 |
835 | 2025-01-15T04:23:13.511Z | Compiling structmeta-derive v0.3.0 |
836 | 2025-01-15T04:23:14.003Z | Compiling rand_core v0.6.4 |
837 | 2025-01-15T04:23:14.523Z | Compiling thread_local v1.1.8 |
838 | 2025-01-15T04:23:14.577Z | Compiling multer v3.1.0 |
839 | 2025-01-15T04:23:14.923Z | Compiling either v1.13.0 |
840 | 2025-01-15T04:23:15.206Z | Compiling slog-async v2.8.0 |
841 | 2025-01-15T04:23:15.353Z | Compiling anyhow v1.0.95 |
842 | 2025-01-15T04:23:15.699Z | Compiling match_cfg v0.1.0 |
843 | 2025-01-15T04:23:15.788Z | Compiling winnow v0.6.20 |
844 | 2025-01-15T04:23:15.959Z | Compiling camino v1.1.9 |
845 | 2025-01-15T04:23:16.019Z | Compiling structmeta v0.3.0 |
846 | 2025-01-15T04:23:16.598Z | Compiling hostname v0.3.1 |
847 | 2025-01-15T04:23:16.813Z | Compiling itertools v0.10.5 |
848 | 2025-01-15T04:23:17.722Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
849 | 2025-01-15T04:23:18.582Z | Compiling rand_chacha v0.3.1 |
850 | 2025-01-15T04:23:18.902Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
851 | 2025-01-15T04:23:19.750Z | Compiling toml_edit v0.22.22 |
852 | 2025-01-15T04:23:19.815Z | Compiling digest v0.10.7 |
853 | 2025-01-15T04:23:20.006Z | Compiling progenitor-macro v0.8.0 |
854 | 2025-01-15T04:23:20.208Z | Compiling darling v0.20.10 |
855 | 2025-01-15T04:23:20.281Z | Compiling crossbeam-channel v0.5.13 |
856 | 2025-01-15T04:23:21.874Z | Compiling term v0.7.0 |
857 | 2025-01-15T04:23:26.513Z | Compiling usdt-macro v0.5.0 |
858 | 2025-01-15T04:23:27.781Z | Compiling usdt-attr-macro v0.5.0 |
859 | 2025-01-15T04:23:27.945Z | Compiling progenitor-client v0.8.0 |
860 | 2025-01-15T04:23:28.842Z | Compiling slog-json v2.6.1 |
861 | 2025-01-15T04:23:29.202Z | Compiling futures-executor v0.3.31 |
862 | 2025-01-15T04:23:29.316Z | Compiling async-stream-impl v0.3.6 |
863 | 2025-01-15T04:23:30.247Z | Compiling memmap v0.7.0 |
864 | 2025-01-15T04:23:30.600Z | Compiling is-terminal v0.4.13 |
865 | 2025-01-15T04:23:30.690Z | Compiling dropshot v0.13.0 |
866 | 2025-01-15T04:23:30.724Z | Compiling cpufeatures v0.2.14 |
867 | 2025-01-15T04:23:30.824Z | Compiling take_mut v0.2.2 |
868 | 2025-01-15T04:23:30.955Z | Compiling progenitor v0.8.0 |
869 | 2025-01-15T04:23:31.079Z | Compiling tokio-rustls v0.25.0 |
870 | 2025-01-15T04:23:31.137Z | Compiling sha1 v0.10.6 |
871 | 2025-01-15T04:23:31.497Z | Compiling slog-term v2.9.1 |
872 | 2025-01-15T04:23:31.951Z | Compiling async-stream v0.3.6 |
873 | 2025-01-15T04:23:32.303Z | Compiling usdt v0.5.0 |
874 | 2025-01-15T04:23:33.057Z | Compiling futures v0.3.31 |
875 | 2025-01-15T04:23:33.259Z | Compiling slog-bunyan v2.5.0 |
876 | 2025-01-15T04:23:33.533Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
877 | 2025-01-15T04:23:33.815Z | Compiling strum_macros v0.26.4 |
878 | 2025-01-15T04:23:34.303Z | Compiling toml v0.8.19 |
879 | 2025-01-15T04:23:34.321Z | Compiling serde_with_macros v3.11.0 |
880 | 2025-01-15T04:23:35.261Z | Compiling rand v0.8.5 |
881 | 2025-01-15T04:23:38.481Z | Compiling parse-display-derive v0.10.0 |
882 | 2025-01-15T04:23:39.471Z | Compiling dropshot_endpoint v0.13.0 |
883 | 2025-01-15T04:23:39.487Z | Compiling serde_path_to_error v0.1.16 |
884 | 2025-01-15T04:23:40.455Z | Compiling hex v0.4.3 |
885 | 2025-01-15T04:23:41.104Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
886 | 2025-01-15T04:23:41.584Z | Compiling async-trait v0.1.83 |
887 | 2025-01-15T04:23:41.915Z | Compiling waitgroup v0.1.2 |
888 | 2025-01-15T04:23:42.166Z | Compiling hostname v0.4.0 |
889 | 2025-01-15T04:23:42.231Z | Compiling instant v0.1.13 |
890 | 2025-01-15T04:23:42.391Z | Compiling debug-ignore v1.0.5 |
891 | 2025-01-15T04:23:42.423Z | Compiling backoff v0.4.0 |
892 | 2025-01-15T04:23:42.556Z | Compiling parse-display v0.10.0 |
893 | 2025-01-15T04:23:42.755Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
894 | 2025-01-15T04:23:42.943Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
895 | 2025-01-15T04:23:43.062Z | Compiling strum v0.26.3 |
896 | 2025-01-15T04:23:43.124Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
897 | 2025-01-15T04:23:43.238Z | Compiling serde_with v3.11.0 |
898 | 2025-01-15T04:23:43.498Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
899 | 2025-01-15T04:23:44.136Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
900 | 2025-01-15T04:23:44.501Z | Compiling progenitor-client v0.9.1 |
901 | 2025-01-15T04:23:44.953Z | Compiling regress v0.9.1 |
902 | 2025-01-15T04:23:45.481Z | Compiling macaddr v1.0.1 |
903 | 2025-01-15T04:23:53.340Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
904 | 2025-01-15T04:24:03.901Z | Compiling test-project v0.1.0 (/tmp/test-project) |
905 | 2025-01-15T04:24:13.784Z | Finished `release` profile [optimized] target(s) in 2m 30s |
906 | 2025-01-15T04:24:13.849Z | process exited: duration 217955 ms, exit code 0 |
|
907 | 2025-01-15T04:24:13.855Z | found 0 output files |