|
|
|
1 | 2025-01-31T04:44:09.882Z | job assigned to worker 01JJXAQ5KT7RMZFWAGT0NJCCA5 [factory aws, i-0a21cde8f19e1bc3e] (queued for 2 m 54 s) |
|
2 | 2025-01-31T04:44:17.325Z | starting task 0: "setup" |
3 | 2025-01-31T04:44:17.337Z | ++ uname -s |
4 | 2025-01-31T04:44:17.339Z | + kern=SunOS |
5 | 2025-01-31T04:44:17.339Z | + build_user=build |
6 | 2025-01-31T04:44:17.339Z | + build_uid=12345 |
7 | 2025-01-31T04:44:17.339Z | + work_dir=/work |
8 | 2025-01-31T04:44:17.340Z | + input_dir=/input |
9 | 2025-01-31T04:44:17.340Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T04:44:17.340Z | + case "$kern" in |
11 | 2025-01-31T04:44:17.340Z | + groupadd -g 12345 build |
12 | 2025-01-31T04:44:17.342Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T04:44:19.351Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T04:44:19.582Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T04:44:19.585Z | + home_fs=zfs |
16 | 2025-01-31T04:44:19.585Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T04:44:19.585Z | + mkdir -p /home/build |
18 | 2025-01-31T04:44:19.587Z | + chown build:build /home/build /work |
19 | 2025-01-31T04:44:21.589Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T04:44:21.591Z | process exited: duration 4265 ms, exit code 0 |
|
21 | 2025-01-31T04:44:21.597Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T04:44:21.602Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-01-31T04:44:21.602Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-01-31T04:44:21.602Z | * rust toolchain channel = "1.84.1" |
25 | 2025-01-31T04:44:21.602Z | * rust toolchain profile = "default" |
26 | 2025-01-31T04:44:21.602Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-01-31T04:44:21.602Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T04:44:21.605Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T04:44:21.605Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-01-31T04:44:21.724Z | info: downloading installer |
31 | 2025-01-31T04:44:23.112Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T04:44:23.112Z | warning: /opt/ooce/bin |
33 | 2025-01-31T04:44:23.112Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T04:44:23.112Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T04:44:23.112Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T04:44:23.112Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T04:44:23.112Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T04:44:23.112Z | error: cannot install while Rust is installed |
39 | 2025-01-31T04:44:23.112Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T04:44:23.127Z | info: profile set to 'default' |
41 | 2025-01-31T04:44:23.127Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T04:44:23.130Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-01-31T04:44:23.266Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-01-31T04:44:23.266Z | info: downloading component 'cargo' |
45 | 2025-01-31T04:44:24.006Z | info: downloading component 'clippy' |
46 | 2025-01-31T04:44:24.289Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T04:44:25.302Z | info: downloading component 'rust-std' |
48 | 2025-01-31T04:44:26.962Z | info: downloading component 'rustc' |
49 | 2025-01-31T04:44:32.750Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T04:44:32.967Z | info: installing component 'cargo' |
51 | 2025-01-31T04:44:33.794Z | info: installing component 'clippy' |
52 | 2025-01-31T04:44:34.172Z | info: installing component 'rust-docs' |
53 | 2025-01-31T04:44:35.791Z | info: installing component 'rust-std' |
54 | 2025-01-31T04:44:37.656Z | info: installing component 'rustc' |
55 | 2025-01-31T04:44:43.625Z | info: installing component 'rustfmt' |
56 | 2025-01-31T04:44:43.963Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-01-31T04:44:43.963Z | |
58 | 2025-01-31T04:44:44.355Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-01-31T04:44:44.355Z | |
60 | 2025-01-31T04:44:44.358Z | |
61 | 2025-01-31T04:44:44.358Z | Rust is installed now. Great! |
62 | 2025-01-31T04:44:44.358Z | |
63 | 2025-01-31T04:44:44.358Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T04:44:44.358Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T04:44:44.358Z | |
66 | 2025-01-31T04:44:44.358Z | To configure your current shell, you need to source |
67 | 2025-01-31T04:44:44.358Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T04:44:44.358Z | |
69 | 2025-01-31T04:44:44.358Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T04:44:44.358Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T04:44:44.358Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T04:44:44.433Z | + rustup --version |
73 | 2025-01-31T04:44:44.440Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T04:44:44.440Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T04:44:44.516Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-01-31T04:44:44.519Z | + cargo --version |
77 | 2025-01-31T04:44:44.577Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-01-31T04:44:44.579Z | + rustc --version |
79 | 2025-01-31T04:44:44.639Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-01-31T04:44:44.642Z | process exited: duration 23039 ms, exit code 0 |
|
81 | 2025-01-31T04:44:44.647Z | starting task 2: "authentication" |
82 | 2025-01-31T04:44:44.668Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-01-31T04:44:44.675Z | starting task 3: "clone repository" |
84 | 2025-01-31T04:44:44.678Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-01-31T04:44:44.681Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-01-31T04:44:44.725Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-01-31T04:44:51.911Z | + cd /work/oxidecomputer/omicron |
88 | 2025-01-31T04:44:51.911Z | + git fetch origin dca2481cd962df162b787691858917fe3eff2e70 |
89 | 2025-01-31T04:44:52.250Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-01-31T04:44:52.250Z | * branch dca2481cd962df162b787691858917fe3eff2e70 -> FETCH_HEAD |
91 | 2025-01-31T04:44:52.261Z | + [[ -n iliana/1.84.1 ]] |
92 | 2025-01-31T04:44:52.264Z | ++ git branch --show-current |
93 | 2025-01-31T04:44:52.266Z | + current=main |
94 | 2025-01-31T04:44:52.266Z | + [[ main != iliana/1.84.1 ]] |
95 | 2025-01-31T04:44:52.266Z | + git branch -f iliana/1.84.1 dca2481cd962df162b787691858917fe3eff2e70 |
96 | 2025-01-31T04:44:52.269Z | + git checkout -f iliana/1.84.1 |
97 | 2025-01-31T04:44:52.457Z | Switched to branch 'iliana/1.84.1' |
98 | 2025-01-31T04:44:52.459Z | + git reset --hard dca2481cd962df162b787691858917fe3eff2e70 |
99 | 2025-01-31T04:44:52.472Z | HEAD is now at dca2481cd Update to Rust 1.84.1 |
100 | 2025-01-31T04:44:52.475Z | process exited: duration 7799 ms, exit code 0 |
|
101 | 2025-01-31T04:44:52.480Z | starting task 4: "build" |
102 | 2025-01-31T04:44:52.486Z | + source .github/buildomat/ci-env.sh |
103 | 2025-01-31T04:44:52.489Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-01-31T04:44:52.489Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-01-31T04:44:52.489Z | + cargo --version |
106 | 2025-01-31T04:44:52.540Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-01-31T04:44:52.542Z | + rustc --version |
108 | 2025-01-31T04:44:52.603Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-01-31T04:44:52.607Z | + cd /tmp |
110 | 2025-01-31T04:44:52.609Z | + cargo new --lib test-project |
111 | 2025-01-31T04:44:52.668Z | Creating library `test-project` package |
112 | 2025-01-31T04:44:52.757Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-01-31T04:44:52.760Z | + cd test-project |
114 | 2025-01-31T04:44:52.760Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-01-31T04:44:52.821Z | Adding omicron-common (local) to dependencies |
116 | 2025-01-31T04:44:52.823Z | Features: |
117 | 2025-01-31T04:44:52.824Z | - proptest |
118 | 2025-01-31T04:44:52.824Z | - test-strategy |
119 | 2025-01-31T04:44:52.824Z | - testing |
120 | 2025-01-31T04:44:52.824Z | Updating crates.io index |
121 | 2025-01-31T04:44:52.979Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
122 | 2025-01-31T04:44:53.463Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-01-31T04:44:54.036Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-01-31T04:44:54.423Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-01-31T04:44:54.831Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-01-31T04:44:56.400Z | Locking 338 packages to latest compatible versions |
127 | 2025-01-31T04:44:56.594Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-01-31T04:44:56.597Z | + cargo check |
129 | 2025-01-31T04:44:56.757Z | Updating crates.io index |
130 | 2025-01-31T04:44:57.675Z | Locking 1 package to latest compatible version |
131 | 2025-01-31T04:44:57.675Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-01-31T04:44:57.699Z | Downloading crates ... |
133 | 2025-01-31T04:44:57.808Z | Downloaded anyhow v1.0.95 |
134 | 2025-01-31T04:44:57.814Z | Downloaded async-stream-impl v0.3.6 |
135 | 2025-01-31T04:44:57.817Z | Downloaded equivalent v1.0.1 |
136 | 2025-01-31T04:44:57.819Z | Downloaded foreign-types v0.3.2 |
137 | 2025-01-31T04:44:57.826Z | Downloaded dtrace-parser v0.2.0 |
138 | 2025-01-31T04:44:57.834Z | Downloaded atomic-waker v1.1.2 |
139 | 2025-01-31T04:44:57.837Z | Downloaded async-stream v0.3.6 |
140 | 2025-01-31T04:44:57.839Z | Downloaded icu_provider_macros v1.5.0 |
141 | 2025-01-31T04:44:57.844Z | Downloaded match_cfg v0.1.0 |
142 | 2025-01-31T04:44:57.846Z | Downloaded http-body v1.0.1 |
143 | 2025-01-31T04:44:57.846Z | Downloaded ident_case v1.0.1 |
144 | 2025-01-31T04:44:57.854Z | Downloaded foreign-types-shared v0.1.1 |
145 | 2025-01-31T04:44:57.857Z | Downloaded instant v0.1.13 |
146 | 2025-01-31T04:44:57.863Z | Downloaded thiserror-impl v1.0.69 |
147 | 2025-01-31T04:44:57.866Z | Downloaded debug-ignore v1.0.5 |
148 | 2025-01-31T04:44:57.868Z | Downloaded heck v0.5.0 |
149 | 2025-01-31T04:44:57.871Z | Downloaded autocfg v1.4.0 |
150 | 2025-01-31T04:44:57.871Z | Downloaded thiserror v2.0.11 |
151 | 2025-01-31T04:44:57.877Z | Downloaded term v0.7.0 |
152 | 2025-01-31T04:44:57.880Z | Downloaded form_urlencoded v1.2.1 |
153 | 2025-01-31T04:44:57.882Z | Downloaded idna_adapter v1.2.0 |
154 | 2025-01-31T04:44:57.882Z | Downloaded futures-core v0.3.31 |
155 | 2025-01-31T04:44:57.885Z | Downloaded cpufeatures v0.2.14 |
156 | 2025-01-31T04:44:57.885Z | Downloaded generic-array v0.14.7 |
157 | 2025-01-31T04:44:57.897Z | Downloaded digest v0.10.7 |
158 | 2025-01-31T04:44:57.900Z | Downloaded futures-io v0.3.31 |
159 | 2025-01-31T04:44:57.902Z | Downloaded dof v0.3.0 |
160 | 2025-01-31T04:44:57.902Z | Downloaded dirs-sys-next v0.1.2 |
161 | 2025-01-31T04:44:57.905Z | Downloaded block-buffer v0.10.4 |
162 | 2025-01-31T04:44:57.909Z | Downloaded is-terminal v0.4.13 |
163 | 2025-01-31T04:44:57.912Z | Downloaded hostname v0.3.1 |
164 | 2025-01-31T04:44:57.914Z | Downloaded futures-task v0.3.31 |
165 | 2025-01-31T04:44:57.914Z | Downloaded thiserror-impl v2.0.11 |
166 | 2025-01-31T04:44:57.916Z | Downloaded futures-macro v0.3.31 |
167 | 2025-01-31T04:44:57.916Z | Downloaded futures-executor v0.3.31 |
168 | 2025-01-31T04:44:57.919Z | Downloaded cfg-if v1.0.0 |
169 | 2025-01-31T04:44:57.921Z | Downloaded darling_macro v0.20.10 |
170 | 2025-01-31T04:44:57.926Z | Downloaded synstructure v0.13.1 |
171 | 2025-01-31T04:44:57.929Z | Downloaded backoff v0.4.0 |
172 | 2025-01-31T04:44:57.929Z | Downloaded async-trait v0.1.85 |
173 | 2025-01-31T04:44:57.932Z | Downloaded byteorder v1.5.0 |
174 | 2025-01-31T04:44:57.936Z | Downloaded http-body-util v0.1.2 |
175 | 2025-01-31T04:44:57.939Z | Downloaded hostname v0.4.0 |
176 | 2025-01-31T04:44:57.941Z | Downloaded darling v0.20.10 |
177 | 2025-01-31T04:44:57.944Z | Downloaded futures-channel v0.3.31 |
178 | 2025-01-31T04:44:57.947Z | Downloaded lock_api v0.4.12 |
179 | 2025-01-31T04:44:57.950Z | Downloaded thread_local v1.1.8 |
180 | 2025-01-31T04:44:57.953Z | Downloaded camino v1.1.9 |
181 | 2025-01-31T04:44:57.955Z | Downloaded take_mut v0.2.2 |
182 | 2025-01-31T04:44:57.958Z | Downloaded getrandom v0.2.15 |
183 | 2025-01-31T04:44:57.960Z | Downloaded time v0.3.36 |
184 | 2025-01-31T04:44:57.967Z | Downloaded thread-id v4.2.2 |
185 | 2025-01-31T04:44:57.970Z | Downloaded macaddr v1.0.1 |
186 | 2025-01-31T04:44:57.970Z | Downloaded hex v0.4.3 |
187 | 2025-01-31T04:44:57.973Z | Downloaded displaydoc v0.2.5 |
188 | 2025-01-31T04:44:57.975Z | Downloaded fnv v1.0.7 |
189 | 2025-01-31T04:44:57.975Z | Downloaded either v1.13.0 |
190 | 2025-01-31T04:44:57.978Z | Downloaded deranged v0.3.11 |
191 | 2025-01-31T04:44:57.980Z | Downloaded dirs-next v2.0.0 |
192 | 2025-01-31T04:44:57.987Z | Downloaded ipnet v2.10.1 |
193 | 2025-01-31T04:44:57.993Z | Downloaded toml v0.8.19 |
194 | 2025-01-31T04:44:57.996Z | Downloaded tokio-rustls v0.26.0 |
195 | 2025-01-31T04:44:57.999Z | Downloaded hyper-tls v0.6.0 |
196 | 2025-01-31T04:44:58.001Z | Downloaded tokio-rustls v0.25.0 |
197 | 2025-01-31T04:44:58.004Z | Downloaded tinystr v0.7.6 |
198 | 2025-01-31T04:44:58.006Z | Downloaded itoa v1.0.11 |
199 | 2025-01-31T04:44:58.006Z | Downloaded httpdate v1.0.3 |
200 | 2025-01-31T04:44:58.009Z | Downloaded futures-sink v0.3.31 |
201 | 2025-01-31T04:44:58.009Z | Downloaded dyn-clone v1.0.17 |
202 | 2025-01-31T04:44:58.011Z | Downloaded bitflags v2.6.0 |
203 | 2025-01-31T04:44:58.015Z | Downloaded futures v0.3.31 |
204 | 2025-01-31T04:44:58.019Z | Downloaded icu_normalizer_data v1.5.0 |
205 | 2025-01-31T04:44:58.022Z | Downloaded hyper-rustls v0.27.3 |
206 | 2025-01-31T04:44:58.025Z | Downloaded httparse v1.9.5 |
207 | 2025-01-31T04:44:58.028Z | Downloaded strum v0.26.3 |
208 | 2025-01-31T04:44:58.033Z | Downloaded structmeta v0.3.0 |
209 | 2025-01-31T04:44:58.035Z | Downloaded scopeguard v1.2.0 |
210 | 2025-01-31T04:44:58.035Z | Downloaded ipnetwork v0.20.0 |
211 | 2025-01-31T04:44:58.038Z | Downloaded crypto-common v0.1.6 |
212 | 2025-01-31T04:44:58.040Z | Downloaded strsim v0.11.1 |
213 | 2025-01-31T04:44:58.040Z | Downloaded slog-bunyan v2.5.0 |
214 | 2025-01-31T04:44:58.043Z | Downloaded quinn-udp v0.5.5 |
215 | 2025-01-31T04:44:58.045Z | Downloaded litemap v0.7.3 |
216 | 2025-01-31T04:44:58.049Z | Downloaded iana-time-zone v0.1.61 |
217 | 2025-01-31T04:44:58.053Z | Downloaded tokio-macros v2.5.0 |
218 | 2025-01-31T04:44:58.056Z | Downloaded tinyvec v1.8.0 |
219 | 2025-01-31T04:44:58.059Z | Downloaded try-lock v0.2.5 |
220 | 2025-01-31T04:44:58.062Z | Downloaded tinyvec_macros v0.1.1 |
221 | 2025-01-31T04:44:58.062Z | Downloaded tower-service v0.3.3 |
222 | 2025-01-31T04:44:58.064Z | Downloaded time-core v0.1.2 |
223 | 2025-01-31T04:44:58.064Z | Downloaded time-macros v0.2.18 |
224 | 2025-01-31T04:44:58.066Z | Downloaded sync_wrapper v1.0.1 |
225 | 2025-01-31T04:44:58.066Z | Downloaded tokio-native-tls v0.3.1 |
226 | 2025-01-31T04:44:58.069Z | Downloaded rand_core v0.6.4 |
227 | 2025-01-31T04:44:58.071Z | Downloaded rand_chacha v0.3.1 |
228 | 2025-01-31T04:44:58.071Z | Downloaded usdt-macro v0.5.0 |
229 | 2025-01-31T04:44:58.074Z | Downloaded untrusted v0.9.0 |
230 | 2025-01-31T04:44:58.077Z | Downloaded toml_datetime v0.6.8 |
231 | 2025-01-31T04:44:58.077Z | Downloaded icu_locid_transform v1.5.0 |
232 | 2025-01-31T04:44:58.079Z | Downloaded usdt-attr-macro v0.5.0 |
233 | 2025-01-31T04:44:58.079Z | Downloaded ahash v0.8.11 |
234 | 2025-01-31T04:44:58.083Z | Downloaded zerofrom v0.1.4 |
235 | 2025-01-31T04:44:58.086Z | Downloaded crossbeam-utils v0.8.20 |
236 | 2025-01-31T04:44:58.089Z | Downloaded icu_locid_transform_data v1.5.0 |
237 | 2025-01-31T04:44:58.092Z | Downloaded icu_normalizer v1.5.0 |
238 | 2025-01-31T04:44:58.094Z | Downloaded waitgroup v0.1.2 |
239 | 2025-01-31T04:44:58.097Z | Downloaded version_check v0.9.5 |
240 | 2025-01-31T04:44:58.097Z | Downloaded darling_core v0.20.10 |
241 | 2025-01-31T04:44:58.101Z | Downloaded utf16_iter v1.0.5 |
242 | 2025-01-31T04:44:58.104Z | Downloaded tokio v1.43.0 |
243 | 2025-01-31T04:44:58.141Z | Downloaded structmeta-derive v0.3.0 |
244 | 2025-01-31T04:44:58.144Z | Downloaded typify v0.2.0 |
245 | 2025-01-31T04:44:58.146Z | Downloaded tracing v0.1.40 |
246 | 2025-01-31T04:44:58.149Z | Downloaded dropshot_endpoint v0.15.1 |
247 | 2025-01-31T04:44:58.152Z | Downloaded num_threads v0.1.7 |
248 | 2025-01-31T04:44:58.155Z | Downloaded hyper-util v0.1.10 |
249 | 2025-01-31T04:44:58.157Z | Downloaded allocator-api2 v0.2.18 |
250 | 2025-01-31T04:44:58.160Z | Downloaded serde_path_to_error v0.1.16 |
251 | 2025-01-31T04:44:58.163Z | Downloaded slog-async v2.8.0 |
252 | 2025-01-31T04:44:58.165Z | Downloaded spin v0.9.8 |
253 | 2025-01-31T04:44:58.168Z | Downloaded serde_derive_internals v0.29.1 |
254 | 2025-01-31T04:44:58.168Z | Downloaded openssl-probe v0.1.5 |
255 | 2025-01-31T04:44:58.170Z | Downloaded zerofrom-derive v0.1.4 |
256 | 2025-01-31T04:44:58.170Z | Downloaded utf8_iter v1.0.4 |
257 | 2025-01-31T04:44:58.173Z | Downloaded slog-json v2.6.1 |
258 | 2025-01-31T04:44:58.175Z | Downloaded openssl-macros v0.1.1 |
259 | 2025-01-31T04:44:58.175Z | Downloaded num-conv v0.1.0 |
260 | 2025-01-31T04:44:58.175Z | Downloaded uuid v1.12.0 |
261 | 2025-01-31T04:44:58.178Z | Downloaded progenitor-client v0.9.1 |
262 | 2025-01-31T04:44:58.181Z | Downloaded omicron-workspace-hack v0.1.0 |
263 | 2025-01-31T04:44:58.181Z | Downloaded progenitor-impl v0.8.0 |
264 | 2025-01-31T04:44:58.183Z | Downloaded rustls-pki-types v1.10.0 |
265 | 2025-01-31T04:44:58.186Z | Downloaded memmap v0.7.0 |
266 | 2025-01-31T04:44:58.189Z | Downloaded progenitor-client v0.8.0 |
267 | 2025-01-31T04:44:58.189Z | Downloaded icu_provider v1.5.0 |
268 | 2025-01-31T04:44:58.196Z | Downloaded base64 v0.22.1 |
269 | 2025-01-31T04:44:58.199Z | Downloaded shlex v1.3.0 |
270 | 2025-01-31T04:44:58.199Z | Downloaded progenitor v0.8.0 |
271 | 2025-01-31T04:44:58.199Z | Downloaded plain v0.2.3 |
272 | 2025-01-31T04:44:58.201Z | Downloaded parse-display v0.10.0 |
273 | 2025-01-31T04:44:58.201Z | Downloaded strum_macros v0.26.4 |
274 | 2025-01-31T04:44:58.204Z | Downloaded rustversion v1.0.17 |
275 | 2025-01-31T04:44:58.206Z | Downloaded ppv-lite86 v0.2.20 |
276 | 2025-01-31T04:44:58.206Z | Downloaded powerfmt v0.2.0 |
277 | 2025-01-31T04:44:58.209Z | Downloaded pest_generator v2.7.14 |
278 | 2025-01-31T04:44:58.209Z | Downloaded icu_locid v1.5.0 |
279 | 2025-01-31T04:44:58.213Z | Downloaded serde_urlencoded v0.7.1 |
280 | 2025-01-31T04:44:58.216Z | Downloaded multer v3.1.0 |
281 | 2025-01-31T04:44:58.218Z | Downloaded usdt-impl v0.5.0 |
282 | 2025-01-31T04:44:58.221Z | Downloaded indexmap v2.7.1 |
283 | 2025-01-31T04:44:58.223Z | Downloaded stable_deref_trait v1.2.0 |
284 | 2025-01-31T04:44:58.226Z | Downloaded native-tls v0.2.12 |
285 | 2025-01-31T04:44:58.228Z | Downloaded progenitor-macro v0.8.0 |
286 | 2025-01-31T04:44:58.228Z | Downloaded smallvec v1.13.2 |
287 | 2025-01-31T04:44:58.231Z | Downloaded paste v1.0.15 |
288 | 2025-01-31T04:44:58.233Z | Downloaded pkg-config v0.3.31 |
289 | 2025-01-31T04:44:58.236Z | Downloaded sha2 v0.10.8 |
290 | 2025-01-31T04:44:58.239Z | Downloaded pin-project-lite v0.2.14 |
291 | 2025-01-31T04:44:58.241Z | Downloaded serde_tokenstream v0.2.2 |
292 | 2025-01-31T04:44:58.243Z | Downloaded parking_lot_core v0.9.10 |
293 | 2025-01-31T04:44:58.246Z | Downloaded semver v1.0.24 |
294 | 2025-01-31T04:44:58.248Z | Downloaded serde_spanned v0.6.8 |
295 | 2025-01-31T04:44:58.248Z | Downloaded thiserror v1.0.69 |
296 | 2025-01-31T04:44:58.254Z | Downloaded slab v0.4.9 |
297 | 2025-01-31T04:44:58.257Z | Downloaded serde_yaml v0.9.34+deprecated |
298 | 2025-01-31T04:44:58.260Z | Downloaded url v2.5.3 |
299 | 2025-01-31T04:44:58.262Z | Downloaded once_cell v1.20.2 |
300 | 2025-01-31T04:44:58.265Z | Downloaded ucd-trie v0.1.7 |
301 | 2025-01-31T04:44:58.267Z | Downloaded cc v1.1.30 |
302 | 2025-01-31T04:44:58.270Z | Downloaded pest_meta v2.7.14 |
303 | 2025-01-31T04:44:58.272Z | Downloaded toml_edit v0.22.22 |
304 | 2025-01-31T04:44:58.294Z | Downloaded quote v1.0.38 |
305 | 2025-01-31T04:44:58.296Z | Downloaded slog v2.7.0 |
306 | 2025-01-31T04:44:58.299Z | Downloaded subtle v2.6.1 |
307 | 2025-01-31T04:44:58.301Z | Downloaded pest_derive v2.7.14 |
308 | 2025-01-31T04:44:58.304Z | Downloaded parking_lot v0.12.3 |
309 | 2025-01-31T04:44:58.306Z | Downloaded proc-macro2 v1.0.92 |
310 | 2025-01-31T04:44:58.308Z | Downloaded num-traits v0.2.19 |
311 | 2025-01-31T04:44:58.312Z | Downloaded typenum v1.17.0 |
312 | 2025-01-31T04:44:58.314Z | Downloaded tracing-core v0.1.32 |
313 | 2025-01-31T04:44:58.316Z | Downloaded openssl-sys v0.9.104 |
314 | 2025-01-31T04:44:58.320Z | Downloaded icu_collections v1.5.0 |
315 | 2025-01-31T04:44:58.326Z | Downloaded serde_with_macros v3.11.0 |
316 | 2025-01-31T04:44:58.329Z | Downloaded schemars v0.8.21 |
317 | 2025-01-31T04:44:58.340Z | Downloaded rand v0.8.5 |
318 | 2025-01-31T04:44:58.344Z | Downloaded tokio-util v0.7.12 |
319 | 2025-01-31T04:44:58.350Z | Downloaded socket2 v0.5.7 |
320 | 2025-01-31T04:44:58.353Z | Downloaded hashbrown v0.12.3 |
321 | 2025-01-31T04:44:58.357Z | Downloaded zerovec v0.10.4 |
322 | 2025-01-31T04:44:58.362Z | Downloaded aho-corasick v1.1.3 |
323 | 2025-01-31T04:44:58.369Z | Downloaded zerocopy v0.7.35 |
324 | 2025-01-31T04:44:58.384Z | Downloaded serde v1.0.217 |
325 | 2025-01-31T04:44:58.388Z | Downloaded idna v1.0.3 |
326 | 2025-01-31T04:44:58.392Z | Downloaded ryu v1.0.18 |
327 | 2025-01-31T04:44:58.395Z | Downloaded pest v2.7.14 |
328 | 2025-01-31T04:44:58.401Z | Downloaded winnow v0.6.20 |
329 | 2025-01-31T04:44:58.410Z | Downloaded hashbrown v0.15.1 |
330 | 2025-01-31T04:44:58.415Z | Downloaded reqwest v0.12.9 |
331 | 2025-01-31T04:44:58.423Z | Downloaded vcpkg v0.2.15 |
332 | 2025-01-31T04:44:58.461Z | Downloaded quinn-proto v0.11.8 |
333 | 2025-01-31T04:44:58.467Z | Downloaded hyper v1.5.2 |
334 | 2025-01-31T04:44:58.474Z | Downloaded openssl v0.10.66 |
335 | 2025-01-31T04:44:58.487Z | Downloaded serde_json v1.0.135 |
336 | 2025-01-31T04:44:58.491Z | Downloaded futures-util v0.3.31 |
337 | 2025-01-31T04:44:58.500Z | Downloaded webpki-roots v0.26.6 |
338 | 2025-01-31T04:44:58.504Z | Downloaded h2 v0.4.6 |
339 | 2025-01-31T04:44:58.510Z | Downloaded goblin v0.8.2 |
340 | 2025-01-31T04:44:58.516Z | Downloaded serde_with v3.11.0 |
341 | 2025-01-31T04:44:58.524Z | Downloaded openapiv3 v2.0.0 |
342 | 2025-01-31T04:44:58.535Z | Downloaded typify-impl v0.2.0 |
343 | 2025-01-31T04:44:58.548Z | Downloaded icu_properties_data v1.5.0 |
344 | 2025-01-31T04:44:58.557Z | Downloaded itertools v0.10.5 |
345 | 2025-01-31T04:44:58.563Z | Downloaded chrono v0.4.39 |
346 | 2025-01-31T04:44:58.570Z | Downloaded hashbrown v0.14.5 |
347 | 2025-01-31T04:44:58.575Z | Downloaded rustls-webpki v0.102.8 |
348 | 2025-01-31T04:44:58.592Z | Downloaded http v1.2.0 |
349 | 2025-01-31T04:44:58.596Z | Downloaded crossbeam-channel v0.5.13 |
350 | 2025-01-31T04:44:58.600Z | Downloaded quinn v0.11.5 |
351 | 2025-01-31T04:44:58.604Z | Downloaded memchr v2.7.4 |
352 | 2025-01-31T04:44:58.608Z | Downloaded serde_derive v1.0.217 |
353 | 2025-01-31T04:44:58.611Z | Downloaded mio v1.0.2 |
354 | 2025-01-31T04:44:58.616Z | Downloaded syn v1.0.109 |
355 | 2025-01-31T04:44:58.626Z | Downloaded scroll v0.12.0 |
356 | 2025-01-31T04:44:58.629Z | Downloaded parse-display-derive v0.10.0 |
357 | 2025-01-31T04:44:58.629Z | Downloaded yoke v0.7.4 |
358 | 2025-01-31T04:44:58.632Z | Downloaded slog-term v2.9.1 |
359 | 2025-01-31T04:44:58.632Z | Downloaded pin-utils v0.1.0 |
360 | 2025-01-31T04:44:58.635Z | Downloaded rustls-pemfile v2.2.0 |
361 | 2025-01-31T04:44:58.635Z | Downloaded scroll_derive v0.12.0 |
362 | 2025-01-31T04:44:58.638Z | Downloaded sha1 v0.10.6 |
363 | 2025-01-31T04:44:58.638Z | Downloaded regex v1.11.1 |
364 | 2025-01-31T04:44:58.649Z | Downloaded pretty-hex v0.4.1 |
365 | 2025-01-31T04:44:58.651Z | Downloaded percent-encoding v2.3.1 |
366 | 2025-01-31T04:44:58.651Z | Downloaded zerovec-derive v0.10.3 |
367 | 2025-01-31T04:44:58.654Z | Downloaded yoke-derive v0.7.4 |
368 | 2025-01-31T04:44:58.654Z | Downloaded unicode-ident v1.0.14 |
369 | 2025-01-31T04:44:58.656Z | Downloaded newtype-uuid v1.2.1 |
370 | 2025-01-31T04:44:58.656Z | Downloaded mime v0.3.17 |
371 | 2025-01-31T04:44:58.659Z | Downloaded writeable v0.5.5 |
372 | 2025-01-31T04:44:58.661Z | Downloaded signal-hook-registry v1.4.2 |
373 | 2025-01-31T04:44:58.662Z | Downloaded rustc-hash v2.0.0 |
374 | 2025-01-31T04:44:58.662Z | Downloaded schemars_derive v0.8.21 |
375 | 2025-01-31T04:44:58.664Z | Downloaded zeroize v1.8.1 |
376 | 2025-01-31T04:44:58.664Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2025-01-31T04:44:58.668Z | Downloaded syn v2.0.96 |
378 | 2025-01-31T04:44:58.679Z | Downloaded rustls v0.23.19 |
379 | 2025-01-31T04:44:58.691Z | Downloaded regress v0.10.1 |
380 | 2025-01-31T04:44:58.700Z | Downloaded regress v0.9.1 |
381 | 2025-01-31T04:44:58.707Z | Downloaded dropshot v0.15.1 |
382 | 2025-01-31T04:44:58.727Z | Downloaded rustls v0.22.4 |
383 | 2025-01-31T04:44:58.738Z | Downloaded regex-syntax v0.8.5 |
384 | 2025-01-31T04:44:58.747Z | Downloaded write16 v1.0.0 |
385 | 2025-01-31T04:44:58.749Z | Downloaded want v0.3.1 |
386 | 2025-01-31T04:44:58.749Z | Downloaded usdt v0.5.0 |
387 | 2025-01-31T04:44:58.749Z | Downloaded unsafe-libyaml v0.2.11 |
388 | 2025-01-31T04:44:58.752Z | Downloaded log v0.4.22 |
389 | 2025-01-31T04:44:58.755Z | Downloaded icu_properties v1.5.1 |
390 | 2025-01-31T04:44:58.758Z | Downloaded typify-macro v0.2.0 |
391 | 2025-01-31T04:44:58.758Z | Downloaded indexmap v1.9.3 |
392 | 2025-01-31T04:44:58.760Z | Downloaded bytes v1.9.0 |
393 | 2025-01-31T04:44:58.809Z | Downloaded regex-automata v0.4.8 |
394 | 2025-01-31T04:44:58.857Z | Downloaded libc v0.2.169 |
395 | 2025-01-31T04:44:58.943Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-01-31T04:44:59.180Z | Downloaded ring v0.17.8 |
397 | 2025-01-31T04:44:59.373Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-01-31T04:44:59.373Z | Compiling unicode-ident v1.0.14 |
399 | 2025-01-31T04:44:59.373Z | Compiling libc v0.2.169 |
400 | 2025-01-31T04:44:59.376Z | Checking cfg-if v1.0.0 |
401 | 2025-01-31T04:44:59.376Z | Compiling autocfg v1.4.0 |
402 | 2025-01-31T04:44:59.376Z | Compiling serde v1.0.217 |
403 | 2025-01-31T04:44:59.395Z | Compiling version_check v0.9.5 |
404 | 2025-01-31T04:44:59.397Z | Checking memchr v2.7.4 |
405 | 2025-01-31T04:44:59.530Z | Compiling serde_json v1.0.135 |
406 | 2025-01-31T04:44:59.583Z | Checking itoa v1.0.11 |
407 | 2025-01-31T04:44:59.955Z | Compiling thiserror v1.0.69 |
408 | 2025-01-31T04:44:59.978Z | Checking once_cell v1.20.2 |
409 | 2025-01-31T04:45:00.009Z | Compiling shlex v1.3.0 |
410 | 2025-01-31T04:45:00.282Z | Compiling cc v1.1.30 |
411 | 2025-01-31T04:45:00.295Z | Checking pin-project-lite v0.2.14 |
412 | 2025-01-31T04:45:00.346Z | Compiling num-traits v0.2.19 |
413 | 2025-01-31T04:45:00.411Z | Checking ryu v1.0.18 |
414 | 2025-01-31T04:45:00.640Z | Checking smallvec v1.13.2 |
415 | 2025-01-31T04:45:00.643Z | Checking getrandom v0.2.15 |
416 | 2025-01-31T04:45:00.846Z | Checking bytes v1.9.0 |
417 | 2025-01-31T04:45:00.873Z | Checking futures-core v0.3.31 |
418 | 2025-01-31T04:45:00.948Z | Compiling lock_api v0.4.12 |
419 | 2025-01-31T04:45:01.043Z | Compiling quote v1.0.38 |
420 | 2025-01-31T04:45:01.058Z | Compiling parking_lot_core v0.9.10 |
421 | 2025-01-31T04:45:01.178Z | Compiling schemars v0.8.21 |
422 | 2025-01-31T04:45:01.405Z | Compiling byteorder v1.5.0 |
423 | 2025-01-31T04:45:01.480Z | Compiling syn v2.0.96 |
424 | 2025-01-31T04:45:01.531Z | Checking scopeguard v1.2.0 |
425 | 2025-01-31T04:45:01.588Z | Compiling slab v0.4.9 |
426 | 2025-01-31T04:45:01.604Z | Compiling ahash v0.8.11 |
427 | 2025-01-31T04:45:01.666Z | Checking log v0.4.22 |
428 | 2025-01-31T04:45:01.943Z | Checking futures-sink v0.3.31 |
429 | 2025-01-31T04:45:01.969Z | Checking mio v1.0.2 |
430 | 2025-01-31T04:45:02.072Z | Checking signal-hook-registry v1.4.2 |
431 | 2025-01-31T04:45:02.086Z | Checking socket2 v0.5.7 |
432 | 2025-01-31T04:45:02.099Z | Checking stable_deref_trait v1.2.0 |
433 | 2025-01-31T04:45:02.111Z | Checking parking_lot v0.12.3 |
434 | 2025-01-31T04:45:02.320Z | Checking fnv v1.0.7 |
435 | 2025-01-31T04:45:02.332Z | Checking hashbrown v0.15.1 |
436 | 2025-01-31T04:45:02.452Z | Checking equivalent v1.0.1 |
437 | 2025-01-31T04:45:02.462Z | Checking http v1.2.0 |
438 | 2025-01-31T04:45:02.465Z | Checking futures-channel v0.3.31 |
439 | 2025-01-31T04:45:02.559Z | Checking futures-io v0.3.31 |
440 | 2025-01-31T04:45:02.571Z | Checking pin-utils v0.1.0 |
441 | 2025-01-31T04:45:02.575Z | Checking futures-task v0.3.31 |
442 | 2025-01-31T04:45:02.663Z | Compiling semver v1.0.24 |
443 | 2025-01-31T04:45:02.742Z | Compiling vcpkg v0.2.15 |
444 | 2025-01-31T04:45:02.810Z | Compiling pkg-config v0.3.31 |
445 | 2025-01-31T04:45:02.823Z | Checking rustls-pki-types v1.10.0 |
446 | 2025-01-31T04:45:03.159Z | Compiling ring v0.17.8 |
447 | 2025-01-31T04:45:03.247Z | Checking spin v0.9.8 |
448 | 2025-01-31T04:45:03.387Z | Checking untrusted v0.9.0 |
449 | 2025-01-31T04:45:03.474Z | Checking litemap v0.7.3 |
450 | 2025-01-31T04:45:03.557Z | Checking writeable v0.5.5 |
451 | 2025-01-31T04:45:03.750Z | Checking iana-time-zone v0.1.61 |
452 | 2025-01-31T04:45:03.817Z | Compiling httparse v1.9.5 |
453 | 2025-01-31T04:45:03.874Z | Compiling heck v0.5.0 |
454 | 2025-01-31T04:45:03.903Z | Checking tracing-core v0.1.32 |
455 | 2025-01-31T04:45:03.954Z | Compiling ucd-trie v0.1.7 |
456 | 2025-01-31T04:45:04.215Z | Compiling openssl-sys v0.9.104 |
457 | 2025-01-31T04:45:04.394Z | Checking dyn-clone v1.0.17 |
458 | 2025-01-31T04:45:04.408Z | Checking atomic-waker v1.1.2 |
459 | 2025-01-31T04:45:04.518Z | Checking tracing v0.1.40 |
460 | 2025-01-31T04:45:04.537Z | Checking http-body v1.0.1 |
461 | 2025-01-31T04:45:04.722Z | Checking zeroize v1.8.1 |
462 | 2025-01-31T04:45:04.809Z | Checking icu_locid_transform_data v1.5.0 |
463 | 2025-01-31T04:45:04.852Z | Checking try-lock v0.2.5 |
464 | 2025-01-31T04:45:04.897Z | Checking subtle v2.6.1 |
465 | 2025-01-31T04:45:04.912Z | Compiling allocator-api2 v0.2.18 |
466 | 2025-01-31T04:45:04.980Z | Checking want v0.3.1 |
467 | 2025-01-31T04:45:05.152Z | Checking icu_properties_data v1.5.0 |
468 | 2025-01-31T04:45:05.253Z | Compiling uuid v1.12.0 |
469 | 2025-01-31T04:45:05.392Z | Checking foreign-types-shared v0.1.1 |
470 | 2025-01-31T04:45:05.459Z | Checking httpdate v1.0.3 |
471 | 2025-01-31T04:45:05.492Z | Compiling openssl v0.10.66 |
472 | 2025-01-31T04:45:05.595Z | Checking foreign-types v0.3.2 |
473 | 2025-01-31T04:45:05.708Z | Checking write16 v1.0.0 |
474 | 2025-01-31T04:45:05.801Z | Checking icu_normalizer_data v1.5.0 |
475 | 2025-01-31T04:45:05.836Z | Checking percent-encoding v2.3.1 |
476 | 2025-01-31T04:45:05.893Z | Checking utf16_iter v1.0.5 |
477 | 2025-01-31T04:45:05.896Z | Compiling slog v2.7.0 |
478 | 2025-01-31T04:45:05.927Z | Compiling rustls v0.23.19 |
479 | 2025-01-31T04:45:06.035Z | Compiling chrono v0.4.39 |
480 | 2025-01-31T04:45:06.062Z | Checking tower-service v0.3.3 |
481 | 2025-01-31T04:45:06.075Z | Checking bitflags v2.6.0 |
482 | 2025-01-31T04:45:06.181Z | Checking utf8_iter v1.0.4 |
483 | 2025-01-31T04:45:06.338Z | Compiling native-tls v0.2.12 |
484 | 2025-01-31T04:45:06.388Z | Checking form_urlencoded v1.2.1 |
485 | 2025-01-31T04:45:06.576Z | Compiling aho-corasick v1.1.3 |
486 | 2025-01-31T04:45:06.590Z | Compiling regex-syntax v0.8.5 |
487 | 2025-01-31T04:45:06.714Z | Checking openssl-probe v0.1.5 |
488 | 2025-01-31T04:45:06.858Z | Compiling typenum v1.17.0 |
489 | 2025-01-31T04:45:07.785Z | Compiling generic-array v0.14.7 |
490 | 2025-01-31T04:45:07.876Z | Checking encoding_rs v0.8.34 |
491 | 2025-01-31T04:45:07.878Z | Checking mime v0.3.17 |
492 | 2025-01-31T04:45:09.029Z | Compiling synstructure v0.13.1 |
493 | 2025-01-31T04:45:09.273Z | Compiling serde_derive_internals v0.29.1 |
494 | 2025-01-31T04:45:09.407Z | Checking rustls-webpki v0.102.8 |
495 | 2025-01-31T04:45:10.178Z | Compiling regex-automata v0.4.8 |
496 | 2025-01-31T04:45:10.222Z | Checking rustls-pemfile v2.2.0 |
497 | 2025-01-31T04:45:10.426Z | Checking webpki-roots v0.26.6 |
498 | 2025-01-31T04:45:11.115Z | Compiling usdt-impl v0.5.0 |
499 | 2025-01-31T04:45:11.254Z | Checking base64 v0.22.1 |
500 | 2025-01-31T04:45:11.486Z | Compiling num-conv v0.1.0 |
501 | 2025-01-31T04:45:11.761Z | Compiling time-core v0.1.2 |
502 | 2025-01-31T04:45:11.775Z | Checking powerfmt v0.2.0 |
503 | 2025-01-31T04:45:11.936Z | Compiling time-macros v0.2.18 |
504 | 2025-01-31T04:45:12.013Z | Compiling thread-id v4.2.2 |
505 | 2025-01-31T04:45:12.046Z | Checking deranged v0.3.11 |
506 | 2025-01-31T04:45:12.139Z | Checking sync_wrapper v1.0.1 |
507 | 2025-01-31T04:45:12.906Z | Compiling serde_derive v1.0.217 |
508 | 2025-01-31T04:45:13.127Z | Compiling zerocopy-derive v0.7.35 |
509 | 2025-01-31T04:45:13.311Z | Compiling thiserror-impl v1.0.69 |
510 | 2025-01-31T04:45:13.363Z | Compiling schemars_derive v0.8.21 |
511 | 2025-01-31T04:45:14.508Z | Compiling zerofrom-derive v0.1.4 |
512 | 2025-01-31T04:45:14.727Z | Compiling yoke-derive v0.7.4 |
513 | 2025-01-31T04:45:14.743Z | Compiling tokio-macros v2.5.0 |
514 | 2025-01-31T04:45:15.002Z | Compiling zerocopy v0.7.35 |
515 | 2025-01-31T04:45:16.129Z | Checking tokio v1.43.0 |
516 | 2025-01-31T04:45:16.152Z | Compiling zerovec-derive v0.10.3 |
517 | 2025-01-31T04:45:16.330Z | Compiling futures-macro v0.3.31 |
518 | 2025-01-31T04:45:17.029Z | Compiling displaydoc v0.2.5 |
519 | 2025-01-31T04:45:17.108Z | Compiling icu_provider_macros v1.5.0 |
520 | 2025-01-31T04:45:17.672Z | Checking zerofrom v0.1.4 |
521 | 2025-01-31T04:45:17.762Z | Compiling pest v2.7.14 |
522 | 2025-01-31T04:45:17.883Z | Checking yoke v0.7.4 |
523 | 2025-01-31T04:45:18.137Z | Checking futures-util v0.3.31 |
524 | 2025-01-31T04:45:18.229Z | Compiling hashbrown v0.14.5 |
525 | 2025-01-31T04:45:18.271Z | Compiling openssl-macros v0.1.1 |
526 | 2025-01-31T04:45:18.506Z | Checking zerovec v0.10.4 |
527 | 2025-01-31T04:45:19.382Z | Compiling regress v0.10.1 |
528 | 2025-01-31T04:45:19.841Z | Compiling regex v1.11.1 |
529 | 2025-01-31T04:45:20.641Z | Checking tinystr v0.7.6 |
530 | 2025-01-31T04:45:20.735Z | Compiling pest_meta v2.7.14 |
531 | 2025-01-31T04:45:20.958Z | Checking icu_locid v1.5.0 |
532 | 2025-01-31T04:45:21.850Z | Checking icu_provider v1.5.0 |
533 | 2025-01-31T04:45:22.494Z | Checking icu_locid_transform v1.5.0 |
534 | 2025-01-31T04:45:22.594Z | Checking icu_collections v1.5.0 |
535 | 2025-01-31T04:45:22.818Z | Checking tokio-util v0.7.12 |
536 | 2025-01-31T04:45:23.280Z | Compiling pest_generator v2.7.14 |
537 | 2025-01-31T04:45:23.491Z | Checking icu_properties v1.5.1 |
538 | 2025-01-31T04:45:23.620Z | Checking http-body-util v0.1.2 |
539 | 2025-01-31T04:45:23.874Z | Checking tokio-rustls v0.26.0 |
540 | 2025-01-31T04:45:24.047Z | Compiling scroll_derive v0.12.0 |
541 | 2025-01-31T04:45:24.421Z | Checking tokio-native-tls v0.3.1 |
542 | 2025-01-31T04:45:24.655Z | Checking indexmap v2.7.1 |
543 | 2025-01-31T04:45:25.551Z | Compiling serde_tokenstream v0.2.2 |
544 | 2025-01-31T04:45:26.068Z | Checking h2 v0.4.6 |
545 | 2025-01-31T04:45:26.381Z | Compiling pest_derive v2.7.14 |
546 | 2025-01-31T04:45:26.705Z | Checking icu_normalizer v1.5.0 |
547 | 2025-01-31T04:45:27.512Z | Checking idna_adapter v1.2.0 |
548 | 2025-01-31T04:45:27.691Z | Checking idna v1.0.3 |
549 | 2025-01-31T04:45:27.759Z | Checking serde_urlencoded v0.7.1 |
550 | 2025-01-31T04:45:27.762Z | Compiling dtrace-parser v0.2.0 |
551 | 2025-01-31T04:45:27.799Z | Compiling dof v0.3.0 |
552 | 2025-01-31T04:45:27.988Z | Checking scroll v0.12.0 |
553 | 2025-01-31T04:45:28.166Z | Compiling syn v1.0.109 |
554 | 2025-01-31T04:45:28.179Z | Checking url v2.5.3 |
555 | 2025-01-31T04:45:28.349Z | Checking num_threads v0.1.7 |
556 | 2025-01-31T04:45:28.463Z | Compiling ident_case v1.0.1 |
557 | 2025-01-31T04:45:28.568Z | Checking plain v0.2.3 |
558 | 2025-01-31T04:45:28.650Z | Compiling strsim v0.11.1 |
559 | 2025-01-31T04:45:28.740Z | Checking ipnet v2.10.1 |
560 | 2025-01-31T04:45:28.901Z | Compiling crossbeam-utils v0.8.20 |
561 | 2025-01-31T04:45:28.984Z | Compiling darling_core v0.20.10 |
562 | 2025-01-31T04:45:29.133Z | Compiling typify-impl v0.2.0 |
563 | 2025-01-31T04:45:29.191Z | Checking time v0.3.36 |
564 | 2025-01-31T04:45:29.394Z | Checking goblin v0.8.2 |
565 | 2025-01-31T04:45:30.262Z | Checking hyper v1.5.2 |
566 | 2025-01-31T04:45:30.909Z | Compiling openapiv3 v2.0.0 |
567 | 2025-01-31T04:45:32.009Z | Checking dirs-sys-next v0.1.2 |
568 | 2025-01-31T04:45:32.141Z | Checking hyper-util v0.1.10 |
569 | 2025-01-31T04:45:32.597Z | Compiling omicron-workspace-hack v0.1.0 |
570 | 2025-01-31T04:45:32.921Z | Compiling rustversion v1.0.17 |
571 | 2025-01-31T04:45:33.564Z | Compiling paste v1.0.15 |
572 | 2025-01-31T04:45:33.740Z | Checking hyper-rustls v0.27.3 |
573 | 2025-01-31T04:45:33.923Z | Checking hyper-tls v0.6.0 |
574 | 2025-01-31T04:45:34.056Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2025-01-31T04:45:34.070Z | Compiling newtype-uuid v1.2.1 |
576 | 2025-01-31T04:45:34.196Z | Checking reqwest v0.12.9 |
577 | 2025-01-31T04:45:34.211Z | Checking pretty-hex v0.4.1 |
578 | 2025-01-31T04:45:34.300Z | Compiling rustls v0.22.4 |
579 | 2025-01-31T04:45:34.411Z | Compiling darling_macro v0.20.10 |
580 | 2025-01-31T04:45:34.829Z | Checking dirs-next v2.0.0 |
581 | 2025-01-31T04:45:35.092Z | Checking ipnetwork v0.20.0 |
582 | 2025-01-31T04:45:35.376Z | Compiling serde_yaml v0.9.34+deprecated |
583 | 2025-01-31T04:45:35.418Z | Checking toml_datetime v0.6.8 |
584 | 2025-01-31T04:45:35.433Z | Checking serde_spanned v0.6.8 |
585 | 2025-01-31T04:45:35.535Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-01-31T04:45:35.630Z | Checking crypto-common v0.1.6 |
587 | 2025-01-31T04:45:35.641Z | Checking block-buffer v0.10.4 |
588 | 2025-01-31T04:45:35.706Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-01-31T04:45:35.734Z | Checking rand_core v0.6.4 |
590 | 2025-01-31T04:45:35.828Z | Checking thread_local v1.1.8 |
591 | 2025-01-31T04:45:35.908Z | Compiling multer v3.1.0 |
592 | 2025-01-31T04:45:36.020Z | Checking either v1.13.0 |
593 | 2025-01-31T04:45:36.100Z | Compiling thiserror v2.0.11 |
594 | 2025-01-31T04:45:36.206Z | Checking winnow v0.6.20 |
595 | 2025-01-31T04:45:36.250Z | Compiling slog-async v2.8.0 |
596 | 2025-01-31T04:45:36.364Z | Compiling camino v1.1.9 |
597 | 2025-01-31T04:45:36.704Z | Compiling anyhow v1.0.95 |
598 | 2025-01-31T04:45:36.744Z | Checking match_cfg v0.1.0 |
599 | 2025-01-31T04:45:36.831Z | Checking hostname v0.3.1 |
600 | 2025-01-31T04:45:37.032Z | Checking itertools v0.10.5 |
601 | 2025-01-31T04:45:37.440Z | Checking rand_chacha v0.3.1 |
602 | 2025-01-31T04:45:37.795Z | Checking digest v0.10.7 |
603 | 2025-01-31T04:45:38.106Z | Checking crossbeam-channel v0.5.13 |
604 | 2025-01-31T04:45:38.129Z | Checking progenitor-client v0.8.0 |
605 | 2025-01-31T04:45:38.143Z | Compiling structmeta v0.3.0 |
606 | 2025-01-31T04:45:38.448Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
607 | 2025-01-31T04:45:38.513Z | Compiling darling v0.20.10 |
608 | 2025-01-31T04:45:38.626Z | Checking term v0.7.0 |
609 | 2025-01-31T04:45:38.970Z | Checking toml_edit v0.22.22 |
610 | 2025-01-31T04:45:39.051Z | Compiling usdt-macro v0.5.0 |
611 | 2025-01-31T04:45:39.271Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2025-01-31T04:45:39.667Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
613 | 2025-01-31T04:45:39.770Z | Checking slog-json v2.6.1 |
614 | 2025-01-31T04:45:39.788Z | Checking futures-executor v0.3.31 |
615 | 2025-01-31T04:45:40.029Z | Compiling async-stream-impl v0.3.6 |
616 | 2025-01-31T04:45:40.040Z | Compiling thiserror-impl v2.0.11 |
617 | 2025-01-31T04:45:40.297Z | Checking is-terminal v0.4.13 |
618 | 2025-01-31T04:45:40.428Z | Checking memmap v0.7.0 |
619 | 2025-01-31T04:45:40.620Z | Compiling dropshot v0.15.1 |
620 | 2025-01-31T04:45:40.676Z | Checking take_mut v0.2.2 |
621 | 2025-01-31T04:45:40.818Z | Checking cpufeatures v0.2.14 |
622 | 2025-01-31T04:45:40.820Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
623 | 2025-01-31T04:45:40.907Z | Checking sha1 v0.10.6 |
624 | 2025-01-31T04:45:40.985Z | Compiling typify-macro v0.2.0 |
625 | 2025-01-31T04:45:41.172Z | Checking usdt v0.5.0 |
626 | 2025-01-31T04:45:41.300Z | Checking slog-term v2.9.1 |
627 | 2025-01-31T04:45:41.314Z | Checking async-stream v0.3.6 |
628 | 2025-01-31T04:45:41.374Z | Checking futures v0.3.31 |
629 | 2025-01-31T04:45:41.428Z | Checking slog-bunyan v2.5.0 |
630 | 2025-01-31T04:45:41.482Z | Compiling strum_macros v0.26.4 |
631 | 2025-01-31T04:45:41.500Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-01-31T04:45:41.512Z | Checking toml v0.8.19 |
633 | 2025-01-31T04:45:41.590Z | Compiling parse-display-derive v0.10.0 |
634 | 2025-01-31T04:45:41.782Z | Checking rand v0.8.5 |
635 | 2025-01-31T04:45:42.099Z | Checking tokio-rustls v0.25.0 |
636 | 2025-01-31T04:45:42.914Z | Compiling dropshot_endpoint v0.15.1 |
637 | 2025-01-31T04:45:42.959Z | Checking serde_path_to_error v0.1.16 |
638 | 2025-01-31T04:45:43.030Z | Checking hex v0.4.3 |
639 | 2025-01-31T04:45:43.116Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-01-31T04:45:43.529Z | Compiling async-trait v0.1.85 |
641 | 2025-01-31T04:45:43.543Z | Checking waitgroup v0.1.2 |
642 | 2025-01-31T04:45:43.682Z | Checking hostname v0.4.0 |
643 | 2025-01-31T04:45:43.813Z | Checking instant v0.1.13 |
644 | 2025-01-31T04:45:43.902Z | Checking debug-ignore v1.0.5 |
645 | 2025-01-31T04:45:43.915Z | Checking serde_with v3.11.0 |
646 | 2025-01-31T04:45:43.929Z | Checking backoff v0.4.0 |
647 | 2025-01-31T04:45:44.047Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2025-01-31T04:45:44.194Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
649 | 2025-01-31T04:45:44.207Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2025-01-31T04:45:44.253Z | Compiling typify v0.2.0 |
651 | 2025-01-31T04:45:44.380Z | Compiling progenitor-impl v0.8.0 |
652 | 2025-01-31T04:45:45.071Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-01-31T04:45:45.154Z | Checking parse-display v0.10.0 |
654 | 2025-01-31T04:45:45.390Z | Checking progenitor-client v0.9.1 |
655 | 2025-01-31T04:45:45.511Z | Checking macaddr v1.0.1 |
656 | 2025-01-31T04:45:45.638Z | Checking strum v0.26.3 |
657 | 2025-01-31T04:45:45.666Z | Checking regress v0.9.1 |
658 | 2025-01-31T04:45:47.354Z | Compiling progenitor-macro v0.8.0 |
659 | 2025-01-31T04:45:50.841Z | Checking progenitor v0.8.0 |
660 | 2025-01-31T04:45:50.948Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
661 | 2025-01-31T04:45:53.626Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
662 | 2025-01-31T04:46:00.618Z | Checking test-project v0.1.0 (/tmp/test-project) |
663 | 2025-01-31T04:46:00.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
664 | 2025-01-31T04:46:00.814Z | + cargo build --release |
665 | 2025-01-31T04:46:01.077Z | Compiling proc-macro2 v1.0.92 |
666 | 2025-01-31T04:46:01.077Z | Compiling unicode-ident v1.0.14 |
667 | 2025-01-31T04:46:01.077Z | Compiling libc v0.2.169 |
668 | 2025-01-31T04:46:01.077Z | Compiling cfg-if v1.0.0 |
669 | 2025-01-31T04:46:01.080Z | Compiling autocfg v1.4.0 |
670 | 2025-01-31T04:46:01.080Z | Compiling serde v1.0.217 |
671 | 2025-01-31T04:46:01.080Z | Compiling version_check v0.9.5 |
672 | 2025-01-31T04:46:01.080Z | Compiling memchr v2.7.4 |
673 | 2025-01-31T04:46:01.201Z | Compiling serde_json v1.0.135 |
674 | 2025-01-31T04:46:01.312Z | Compiling itoa v1.0.11 |
675 | 2025-01-31T04:46:01.546Z | Compiling thiserror v1.0.69 |
676 | 2025-01-31T04:46:01.674Z | Compiling once_cell v1.20.2 |
677 | 2025-01-31T04:46:01.684Z | Compiling shlex v1.3.0 |
678 | 2025-01-31T04:46:01.879Z | Compiling cc v1.1.30 |
679 | 2025-01-31T04:46:02.088Z | Compiling num-traits v0.2.19 |
680 | 2025-01-31T04:46:02.102Z | Compiling pin-project-lite v0.2.14 |
681 | 2025-01-31T04:46:02.412Z | Compiling getrandom v0.2.15 |
682 | 2025-01-31T04:46:02.544Z | Compiling ryu v1.0.18 |
683 | 2025-01-31T04:46:02.553Z | Compiling smallvec v1.13.2 |
684 | 2025-01-31T04:46:02.747Z | Compiling quote v1.0.38 |
685 | 2025-01-31T04:46:02.816Z | Compiling bytes v1.9.0 |
686 | 2025-01-31T04:46:02.832Z | Compiling futures-core v0.3.31 |
687 | 2025-01-31T04:46:03.015Z | Compiling lock_api v0.4.12 |
688 | 2025-01-31T04:46:03.079Z | Compiling schemars v0.8.21 |
689 | 2025-01-31T04:46:03.142Z | Compiling syn v2.0.96 |
690 | 2025-01-31T04:46:03.262Z | Compiling parking_lot_core v0.9.10 |
691 | 2025-01-31T04:46:03.439Z | Compiling ahash v0.8.11 |
692 | 2025-01-31T04:46:03.481Z | Compiling scopeguard v1.2.0 |
693 | 2025-01-31T04:46:03.628Z | Compiling byteorder v1.5.0 |
694 | 2025-01-31T04:46:03.787Z | Compiling slab v0.4.9 |
695 | 2025-01-31T04:46:03.822Z | Compiling futures-sink v0.3.31 |
696 | 2025-01-31T04:46:03.962Z | Compiling log v0.4.22 |
697 | 2025-01-31T04:46:04.141Z | Compiling parking_lot v0.12.3 |
698 | 2025-01-31T04:46:04.259Z | Compiling socket2 v0.5.7 |
699 | 2025-01-31T04:46:04.397Z | Compiling signal-hook-registry v1.4.2 |
700 | 2025-01-31T04:46:04.491Z | Compiling mio v1.0.2 |
701 | 2025-01-31T04:46:04.507Z | Compiling stable_deref_trait v1.2.0 |
702 | 2025-01-31T04:46:04.509Z | Compiling ring v0.17.8 |
703 | 2025-01-31T04:46:04.619Z | Compiling semver v1.0.24 |
704 | 2025-01-31T04:46:04.930Z | Compiling hashbrown v0.15.1 |
705 | 2025-01-31T04:46:05.107Z | Compiling equivalent v1.0.1 |
706 | 2025-01-31T04:46:05.217Z | Compiling fnv v1.0.7 |
707 | 2025-01-31T04:46:05.348Z | Compiling http v1.2.0 |
708 | 2025-01-31T04:46:05.887Z | Compiling futures-channel v0.3.31 |
709 | 2025-01-31T04:46:05.906Z | Compiling futures-task v0.3.31 |
710 | 2025-01-31T04:46:06.074Z | Compiling futures-io v0.3.31 |
711 | 2025-01-31T04:46:06.178Z | Compiling pin-utils v0.1.0 |
712 | 2025-01-31T04:46:06.292Z | Compiling pkg-config v0.3.31 |
713 | 2025-01-31T04:46:06.302Z | Compiling rustls-pki-types v1.10.0 |
714 | 2025-01-31T04:46:06.322Z | Compiling spin v0.9.8 |
715 | 2025-01-31T04:46:06.406Z | Compiling vcpkg v0.2.15 |
716 | 2025-01-31T04:46:06.552Z | Compiling heck v0.5.0 |
717 | 2025-01-31T04:46:06.961Z | Compiling httparse v1.9.5 |
718 | 2025-01-31T04:46:07.362Z | Compiling writeable v0.5.5 |
719 | 2025-01-31T04:46:07.602Z | Compiling iana-time-zone v0.1.61 |
720 | 2025-01-31T04:46:07.841Z | Compiling openssl-sys v0.9.104 |
721 | 2025-01-31T04:46:08.010Z | Compiling untrusted v0.9.0 |
722 | 2025-01-31T04:46:08.195Z | Compiling litemap v0.7.3 |
723 | 2025-01-31T04:46:08.459Z | Compiling tracing-core v0.1.32 |
724 | 2025-01-31T04:46:08.604Z | Compiling atomic-waker v1.1.2 |
725 | 2025-01-31T04:46:08.738Z | Compiling ucd-trie v0.1.7 |
726 | 2025-01-31T04:46:08.765Z | Compiling dyn-clone v1.0.17 |
727 | 2025-01-31T04:46:08.975Z | Compiling http-body v1.0.1 |
728 | 2025-01-31T04:46:09.148Z | Compiling tracing v0.1.40 |
729 | 2025-01-31T04:46:09.555Z | Compiling zeroize v1.8.1 |
730 | 2025-01-31T04:46:09.793Z | Compiling allocator-api2 v0.2.18 |
731 | 2025-01-31T04:46:09.889Z | Compiling icu_locid_transform_data v1.5.0 |
732 | 2025-01-31T04:46:09.920Z | Compiling try-lock v0.2.5 |
733 | 2025-01-31T04:46:09.978Z | Compiling subtle v2.6.1 |
734 | 2025-01-31T04:46:10.074Z | Compiling want v0.3.1 |
735 | 2025-01-31T04:46:10.237Z | Compiling synstructure v0.13.1 |
736 | 2025-01-31T04:46:10.394Z | Compiling serde_derive_internals v0.29.1 |
737 | 2025-01-31T04:46:10.402Z | Compiling chrono v0.4.39 |
738 | 2025-01-31T04:46:10.484Z | Compiling httpdate v1.0.3 |
739 | 2025-01-31T04:46:10.642Z | Compiling foreign-types-shared v0.1.1 |
740 | 2025-01-31T04:46:10.757Z | Compiling openssl v0.10.66 |
741 | 2025-01-31T04:46:11.204Z | Compiling icu_properties_data v1.5.0 |
742 | 2025-01-31T04:46:11.312Z | Compiling uuid v1.12.0 |
743 | 2025-01-31T04:46:11.623Z | Compiling foreign-types v0.3.2 |
744 | 2025-01-31T04:46:11.930Z | Compiling percent-encoding v2.3.1 |
745 | 2025-01-31T04:46:12.179Z | Compiling write16 v1.0.0 |
746 | 2025-01-31T04:46:12.249Z | Compiling native-tls v0.2.12 |
747 | 2025-01-31T04:46:12.313Z | Compiling utf16_iter v1.0.5 |
748 | 2025-01-31T04:46:12.391Z | Compiling tower-service v0.3.3 |
749 | 2025-01-31T04:46:12.518Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2025-01-31T04:46:12.527Z | Compiling rustls v0.23.19 |
751 | 2025-01-31T04:46:12.614Z | Compiling bitflags v2.6.0 |
752 | 2025-01-31T04:46:12.622Z | Compiling slog v2.7.0 |
753 | 2025-01-31T04:46:13.059Z | Compiling utf8_iter v1.0.4 |
754 | 2025-01-31T04:46:13.145Z | Compiling form_urlencoded v1.2.1 |
755 | 2025-01-31T04:46:13.259Z | Compiling aho-corasick v1.1.3 |
756 | 2025-01-31T04:46:13.328Z | Compiling typenum v1.17.0 |
757 | 2025-01-31T04:46:13.625Z | Compiling regex-syntax v0.8.5 |
758 | 2025-01-31T04:46:14.233Z | Compiling openssl-probe v0.1.5 |
759 | 2025-01-31T04:46:14.615Z | Compiling serde_derive v1.0.217 |
760 | 2025-01-31T04:46:14.691Z | Compiling zerocopy-derive v0.7.35 |
761 | 2025-01-31T04:46:15.065Z | Compiling thiserror-impl v1.0.69 |
762 | 2025-01-31T04:46:15.334Z | Compiling schemars_derive v0.8.21 |
763 | 2025-01-31T04:46:15.390Z | Compiling zerofrom-derive v0.1.4 |
764 | 2025-01-31T04:46:16.594Z | Compiling zerocopy v0.7.35 |
765 | 2025-01-31T04:46:17.908Z | Compiling yoke-derive v0.7.4 |
766 | 2025-01-31T04:46:17.911Z | Compiling tokio-macros v2.5.0 |
767 | 2025-01-31T04:46:18.197Z | Compiling zerovec-derive v0.10.3 |
768 | 2025-01-31T04:46:18.418Z | Compiling futures-macro v0.3.31 |
769 | 2025-01-31T04:46:18.510Z | Compiling zerofrom v0.1.4 |
770 | 2025-01-31T04:46:18.735Z | Compiling displaydoc v0.2.5 |
771 | 2025-01-31T04:46:19.388Z | Compiling tokio v1.43.0 |
772 | 2025-01-31T04:46:20.190Z | Compiling icu_provider_macros v1.5.0 |
773 | 2025-01-31T04:46:20.197Z | Compiling futures-util v0.3.31 |
774 | 2025-01-31T04:46:20.408Z | Compiling yoke v0.7.4 |
775 | 2025-01-31T04:46:20.581Z | Compiling pest v2.7.14 |
776 | 2025-01-31T04:46:20.728Z | Compiling zerovec v0.10.4 |
777 | 2025-01-31T04:46:21.305Z | Compiling rustls-webpki v0.102.8 |
778 | 2025-01-31T04:46:23.592Z | Compiling tinystr v0.7.6 |
779 | 2025-01-31T04:46:23.995Z | Compiling icu_locid v1.5.0 |
780 | 2025-01-31T04:46:25.925Z | Compiling icu_provider v1.5.0 |
781 | 2025-01-31T04:46:26.729Z | Compiling hashbrown v0.14.5 |
782 | 2025-01-31T04:46:26.751Z | Compiling icu_locid_transform v1.5.0 |
783 | 2025-01-31T04:46:27.864Z | Compiling indexmap v2.7.1 |
784 | 2025-01-31T04:46:29.491Z | Compiling serde_tokenstream v0.2.2 |
785 | 2025-01-31T04:46:31.512Z | Compiling tokio-util v0.7.12 |
786 | 2025-01-31T04:46:32.043Z | Compiling pest_meta v2.7.14 |
787 | 2025-01-31T04:46:32.461Z | Compiling h2 v0.4.6 |
788 | 2025-01-31T04:46:33.690Z | Compiling icu_collections v1.5.0 |
789 | 2025-01-31T04:46:33.730Z | Compiling pest_generator v2.7.14 |
790 | 2025-01-31T04:46:35.403Z | Compiling icu_properties v1.5.1 |
791 | 2025-01-31T04:46:36.395Z | Compiling regress v0.10.1 |
792 | 2025-01-31T04:46:36.432Z | Compiling openssl-macros v0.1.1 |
793 | 2025-01-31T04:46:38.674Z | Compiling hyper v1.5.2 |
794 | 2025-01-31T04:46:40.988Z | Compiling typify-impl v0.2.0 |
795 | 2025-01-31T04:46:41.742Z | Compiling hyper-util v0.1.10 |
796 | 2025-01-31T04:46:43.520Z | Compiling icu_normalizer v1.5.0 |
797 | 2025-01-31T04:46:47.559Z | Compiling pest_derive v2.7.14 |
798 | 2025-01-31T04:46:49.119Z | Compiling idna_adapter v1.2.0 |
799 | 2025-01-31T04:46:49.383Z | Compiling http-body-util v0.1.2 |
800 | 2025-01-31T04:46:49.884Z | Compiling regex-automata v0.4.8 |
801 | 2025-01-31T04:46:50.037Z | Compiling generic-array v0.14.7 |
802 | 2025-01-31T04:46:50.323Z | Compiling encoding_rs v0.8.34 |
803 | 2025-01-31T04:46:50.473Z | Compiling mime v0.3.17 |
804 | 2025-01-31T04:46:51.351Z | Compiling typify-macro v0.2.0 |
805 | 2025-01-31T04:46:51.518Z | Compiling tokio-native-tls v0.3.1 |
806 | 2025-01-31T04:46:51.807Z | Compiling idna v1.0.3 |
807 | 2025-01-31T04:46:52.718Z | Compiling serde_urlencoded v0.7.1 |
808 | 2025-01-31T04:46:52.912Z | Compiling scroll_derive v0.12.0 |
809 | 2025-01-31T04:46:54.358Z | Compiling regex v1.11.1 |
810 | 2025-01-31T04:46:54.436Z | Compiling webpki-roots v0.26.6 |
811 | 2025-01-31T04:46:54.648Z | Compiling rustls-pemfile v2.2.0 |
812 | 2025-01-31T04:46:54.829Z | Compiling tokio-rustls v0.26.0 |
813 | 2025-01-31T04:46:55.276Z | Compiling usdt-impl v0.5.0 |
814 | 2025-01-31T04:46:55.654Z | Compiling base64 v0.22.1 |
815 | 2025-01-31T04:46:56.778Z | Compiling num-conv v0.1.0 |
816 | 2025-01-31T04:46:56.855Z | Compiling powerfmt v0.2.0 |
817 | 2025-01-31T04:46:57.031Z | Compiling time-core v0.1.2 |
818 | 2025-01-31T04:46:57.193Z | Compiling time-macros v0.2.18 |
819 | 2025-01-31T04:46:57.335Z | Compiling deranged v0.3.11 |
820 | 2025-01-31T04:46:57.692Z | Compiling hyper-rustls v0.27.3 |
821 | 2025-01-31T04:47:00.003Z | Compiling scroll v0.12.0 |
822 | 2025-01-31T04:47:00.306Z | Compiling url v2.5.3 |
823 | 2025-01-31T04:47:00.585Z | Compiling hyper-tls v0.6.0 |
824 | 2025-01-31T04:47:01.101Z | Compiling thread-id v4.2.2 |
825 | 2025-01-31T04:47:01.487Z | Compiling dtrace-parser v0.2.0 |
826 | 2025-01-31T04:47:03.054Z | Compiling dof v0.3.0 |
827 | 2025-01-31T04:47:03.829Z | Compiling sync_wrapper v1.0.1 |
828 | 2025-01-31T04:47:03.988Z | Compiling crossbeam-utils v0.8.20 |
829 | 2025-01-31T04:47:04.503Z | Compiling plain v0.2.3 |
830 | 2025-01-31T04:47:04.671Z | Compiling ipnet v2.10.1 |
831 | 2025-01-31T04:47:06.349Z | Compiling strsim v0.11.1 |
832 | 2025-01-31T04:47:07.001Z | Compiling num_threads v0.1.7 |
833 | 2025-01-31T04:47:07.125Z | Compiling ident_case v1.0.1 |
834 | 2025-01-31T04:47:07.674Z | Compiling omicron-workspace-hack v0.1.0 |
835 | 2025-01-31T04:47:08.500Z | Compiling syn v1.0.109 |
836 | 2025-01-31T04:47:09.867Z | Compiling time v0.3.36 |
837 | 2025-01-31T04:47:11.138Z | Compiling darling_core v0.20.10 |
838 | 2025-01-31T04:47:13.041Z | Compiling reqwest v0.12.9 |
839 | 2025-01-31T04:47:14.173Z | Compiling goblin v0.8.2 |
840 | 2025-01-31T04:47:17.990Z | Compiling typify v0.2.0 |
841 | 2025-01-31T04:47:18.117Z | Compiling openapiv3 v2.0.0 |
842 | 2025-01-31T04:47:18.913Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-01-31T04:47:20.420Z | Compiling rustversion v1.0.17 |
844 | 2025-01-31T04:47:21.094Z | Compiling paste v1.0.15 |
845 | 2025-01-31T04:47:21.601Z | Compiling newtype-uuid v1.2.1 |
846 | 2025-01-31T04:47:21.938Z | Compiling unsafe-libyaml v0.2.11 |
847 | 2025-01-31T04:47:22.101Z | Compiling rustls v0.22.4 |
848 | 2025-01-31T04:47:22.438Z | Compiling pretty-hex v0.4.1 |
849 | 2025-01-31T04:47:23.633Z | Compiling serde_yaml v0.9.34+deprecated |
850 | 2025-01-31T04:47:25.209Z | Compiling progenitor-impl v0.8.0 |
851 | 2025-01-31T04:47:27.125Z | Compiling dirs-next v2.0.0 |
852 | 2025-01-31T04:47:27.384Z | Compiling darling_macro v0.20.10 |
853 | 2025-01-31T04:47:30.087Z | Compiling block-buffer v0.10.4 |
854 | 2025-01-31T04:47:30.331Z | Compiling crypto-common v0.1.6 |
855 | 2025-01-31T04:47:30.564Z | Compiling ipnetwork v0.20.0 |
856 | 2025-01-31T04:47:31.223Z | Compiling serde_spanned v0.6.8 |
857 | 2025-01-31T04:47:31.477Z | Compiling toml_datetime v0.6.8 |
858 | 2025-01-31T04:47:32.161Z | Compiling ppv-lite86 v0.2.20 |
859 | 2025-01-31T04:47:32.957Z | Compiling structmeta-derive v0.3.0 |
860 | 2025-01-31T04:47:33.004Z | Compiling rand_core v0.6.4 |
861 | 2025-01-31T04:47:33.572Z | Compiling thread_local v1.1.8 |
862 | 2025-01-31T04:47:34.073Z | Compiling multer v3.1.0 |
863 | 2025-01-31T04:47:34.244Z | Compiling anyhow v1.0.95 |
864 | 2025-01-31T04:47:34.426Z | Compiling either v1.13.0 |
865 | 2025-01-31T04:47:34.824Z | Compiling camino v1.1.9 |
866 | 2025-01-31T04:47:34.855Z | Compiling thiserror v2.0.11 |
867 | 2025-01-31T04:47:35.156Z | Compiling match_cfg v0.1.0 |
868 | 2025-01-31T04:47:35.243Z | Compiling slog-async v2.8.0 |
869 | 2025-01-31T04:47:35.398Z | Compiling winnow v0.6.20 |
870 | 2025-01-31T04:47:35.481Z | Compiling structmeta v0.3.0 |
871 | 2025-01-31T04:47:35.563Z | Compiling hostname v0.3.1 |
872 | 2025-01-31T04:47:35.795Z | Compiling itertools v0.10.5 |
873 | 2025-01-31T04:47:35.824Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
874 | 2025-01-31T04:47:36.145Z | Compiling rand_chacha v0.3.1 |
875 | 2025-01-31T04:47:36.975Z | Compiling progenitor-macro v0.8.0 |
876 | 2025-01-31T04:47:37.880Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
877 | 2025-01-31T04:47:38.069Z | Compiling digest v0.10.7 |
878 | 2025-01-31T04:47:38.469Z | Compiling crossbeam-channel v0.5.13 |
879 | 2025-01-31T04:47:39.580Z | Compiling toml_edit v0.22.22 |
880 | 2025-01-31T04:47:40.027Z | Compiling darling v0.20.10 |
881 | 2025-01-31T04:47:40.135Z | Compiling term v0.7.0 |
882 | 2025-01-31T04:47:45.237Z | Compiling usdt-attr-macro v0.5.0 |
883 | 2025-01-31T04:47:46.655Z | Compiling usdt-macro v0.5.0 |
884 | 2025-01-31T04:47:46.952Z | Compiling progenitor-client v0.8.0 |
885 | 2025-01-31T04:47:47.872Z | Compiling slog-json v2.6.1 |
886 | 2025-01-31T04:47:47.970Z | Compiling futures-executor v0.3.31 |
887 | 2025-01-31T04:47:47.987Z | Compiling thiserror-impl v2.0.11 |
888 | 2025-01-31T04:47:48.350Z | Compiling async-stream-impl v0.3.6 |
889 | 2025-01-31T04:47:49.059Z | Compiling is-terminal v0.4.13 |
890 | 2025-01-31T04:47:49.190Z | Compiling memmap v0.7.0 |
891 | 2025-01-31T04:47:49.630Z | Compiling dropshot v0.15.1 |
892 | 2025-01-31T04:47:49.638Z | Compiling cpufeatures v0.2.14 |
893 | 2025-01-31T04:47:49.728Z | Compiling take_mut v0.2.2 |
894 | 2025-01-31T04:47:50.042Z | Compiling sha1 v0.10.6 |
895 | 2025-01-31T04:47:50.846Z | Compiling async-stream v0.3.6 |
896 | 2025-01-31T04:47:51.135Z | Compiling usdt v0.5.0 |
897 | 2025-01-31T04:47:51.188Z | Compiling tokio-rustls v0.25.0 |
898 | 2025-01-31T04:47:51.628Z | Compiling slog-term v2.9.1 |
899 | 2025-01-31T04:47:52.641Z | Compiling futures v0.3.31 |
900 | 2025-01-31T04:47:52.751Z | Compiling slog-bunyan v2.5.0 |
901 | 2025-01-31T04:47:53.040Z | Compiling progenitor v0.8.0 |
902 | 2025-01-31T04:47:53.275Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
903 | 2025-01-31T04:47:53.315Z | Compiling strum_macros v0.26.4 |
904 | 2025-01-31T04:47:54.560Z | Compiling toml v0.8.19 |
905 | 2025-01-31T04:47:54.965Z | Compiling serde_with_macros v3.11.0 |
906 | 2025-01-31T04:47:55.383Z | Compiling rand v0.8.5 |
907 | 2025-01-31T04:47:57.670Z | Compiling parse-display-derive v0.10.0 |
908 | 2025-01-31T04:48:00.025Z | Compiling dropshot_endpoint v0.15.1 |
909 | 2025-01-31T04:48:00.164Z | Compiling serde_path_to_error v0.1.16 |
910 | 2025-01-31T04:48:01.122Z | Compiling hex v0.4.3 |
911 | 2025-01-31T04:48:01.345Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
912 | 2025-01-31T04:48:01.769Z | Compiling async-trait v0.1.85 |
913 | 2025-01-31T04:48:01.849Z | Compiling waitgroup v0.1.2 |
914 | 2025-01-31T04:48:02.100Z | Compiling hostname v0.4.0 |
915 | 2025-01-31T04:48:02.178Z | Compiling instant v0.1.13 |
916 | 2025-01-31T04:48:02.343Z | Compiling debug-ignore v1.0.5 |
917 | 2025-01-31T04:48:02.343Z | Compiling backoff v0.4.0 |
918 | 2025-01-31T04:48:02.505Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
919 | 2025-01-31T04:48:02.690Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
920 | 2025-01-31T04:48:02.719Z | Compiling parse-display v0.10.0 |
921 | 2025-01-31T04:48:02.864Z | Compiling strum v0.26.3 |
922 | 2025-01-31T04:48:02.895Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
923 | 2025-01-31T04:48:03.050Z | Compiling serde_with v3.11.0 |
924 | 2025-01-31T04:48:04.096Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
925 | 2025-01-31T04:48:04.665Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
926 | 2025-01-31T04:48:04.843Z | Compiling progenitor-client v0.9.1 |
927 | 2025-01-31T04:48:05.510Z | Compiling regress v0.9.1 |
928 | 2025-01-31T04:48:05.987Z | Compiling macaddr v1.0.1 |
929 | 2025-01-31T04:48:13.708Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
930 | 2025-01-31T04:48:23.587Z | Compiling test-project v0.1.0 (/tmp/test-project) |
931 | 2025-01-31T04:48:33.405Z | Finished `release` profile [optimized] target(s) in 2m 32s |
932 | 2025-01-31T04:48:33.473Z | process exited: duration 220939 ms, exit code 0 |
|
933 | 2025-01-31T04:48:33.478Z | found 0 output files |