|
|
|
1 | 2025-02-28T23:39:41.613Z | job assigned to worker 01JN7ETH0TWV23NM8WW1DT2J5S [factory aws, i-01df558319f7ca8e1] (queued for 57 s) |
|
2 | 2025-02-28T23:39:49.542Z | starting task 0: "setup" |
3 | 2025-02-28T23:39:49.549Z | ++ uname -s |
4 | 2025-02-28T23:39:49.552Z | + kern=SunOS |
5 | 2025-02-28T23:39:49.552Z | + build_user=build |
6 | 2025-02-28T23:39:49.552Z | + build_uid=12345 |
7 | 2025-02-28T23:39:49.553Z | + work_dir=/work |
8 | 2025-02-28T23:39:49.553Z | + input_dir=/input |
9 | 2025-02-28T23:39:49.553Z | + [[ 0 == 12345 ]] |
10 | 2025-02-28T23:39:49.553Z | + case "$kern" in |
11 | 2025-02-28T23:39:49.553Z | + groupadd -g 12345 build |
12 | 2025-02-28T23:39:49.556Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-28T23:39:51.562Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-28T23:39:51.692Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-28T23:39:51.695Z | + home_fs=zfs |
16 | 2025-02-28T23:39:51.695Z | + [[ zfs == autofs ]] |
17 | 2025-02-28T23:39:51.695Z | + mkdir -p /home/build |
18 | 2025-02-28T23:39:51.698Z | + chown build:build /home/build /work |
19 | 2025-02-28T23:39:53.698Z | + chmod 0700 /home/build /work |
20 | 2025-02-28T23:39:53.701Z | process exited: duration 4158 ms, exit code 0 |
|
21 | 2025-02-28T23:39:53.708Z | starting task 1: "rust-toolchain" |
22 | 2025-02-28T23:39:53.713Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-28T23:39:53.713Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-28T23:39:53.713Z | * rust toolchain channel = "1.84.0" |
25 | 2025-02-28T23:39:53.713Z | * rust toolchain profile = "default" |
26 | 2025-02-28T23:39:53.713Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-28T23:39:53.713Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-28T23:39:53.716Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-28T23:39:53.717Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-28T23:39:53.820Z | info: downloading installer |
31 | 2025-02-28T23:39:54.952Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-28T23:39:54.953Z | warning: /opt/ooce/bin |
33 | 2025-02-28T23:39:54.953Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-28T23:39:54.953Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-28T23:39:54.953Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-28T23:39:54.953Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-28T23:39:54.953Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-28T23:39:54.953Z | error: cannot install while Rust is installed |
39 | 2025-02-28T23:39:54.953Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-28T23:39:54.969Z | info: profile set to 'default' |
41 | 2025-02-28T23:39:54.969Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-28T23:39:54.971Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-28T23:39:55.125Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-28T23:39:55.126Z | info: downloading component 'cargo' |
45 | 2025-02-28T23:39:56.000Z | info: downloading component 'clippy' |
46 | 2025-02-28T23:39:56.334Z | info: downloading component 'rust-docs' |
47 | 2025-02-28T23:39:57.525Z | info: downloading component 'rust-std' |
48 | 2025-02-28T23:39:59.289Z | info: downloading component 'rustc' |
49 | 2025-02-28T23:40:06.077Z | info: downloading component 'rustfmt' |
50 | 2025-02-28T23:40:06.333Z | info: installing component 'cargo' |
51 | 2025-02-28T23:40:07.239Z | info: installing component 'clippy' |
52 | 2025-02-28T23:40:07.644Z | info: installing component 'rust-docs' |
53 | 2025-02-28T23:40:09.346Z | info: installing component 'rust-std' |
54 | 2025-02-28T23:40:11.157Z | info: installing component 'rustc' |
55 | 2025-02-28T23:40:17.510Z | info: installing component 'rustfmt' |
56 | 2025-02-28T23:40:17.852Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-28T23:40:17.852Z | |
58 | 2025-02-28T23:40:18.241Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-28T23:40:18.241Z | |
60 | 2025-02-28T23:40:18.244Z | |
61 | 2025-02-28T23:40:18.244Z | Rust is installed now. Great! |
62 | 2025-02-28T23:40:18.244Z | |
63 | 2025-02-28T23:40:18.244Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-28T23:40:18.244Z | environment variable. This has not been done automatically. |
65 | 2025-02-28T23:40:18.244Z | |
66 | 2025-02-28T23:40:18.244Z | To configure your current shell, you need to source |
67 | 2025-02-28T23:40:18.244Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-28T23:40:18.244Z | |
69 | 2025-02-28T23:40:18.244Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-28T23:40:18.244Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-28T23:40:18.244Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-28T23:40:18.324Z | + rustup --version |
73 | 2025-02-28T23:40:18.332Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-28T23:40:18.332Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-28T23:40:18.414Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-28T23:40:18.417Z | + cargo --version |
77 | 2025-02-28T23:40:18.478Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-28T23:40:18.481Z | + rustc --version |
79 | 2025-02-28T23:40:18.545Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-28T23:40:18.550Z | process exited: duration 24841 ms, exit code 0 |
|
81 | 2025-02-28T23:40:18.558Z | starting task 2: "authentication" |
82 | 2025-02-28T23:40:18.579Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-28T23:40:18.585Z | starting task 3: "clone repository" |
84 | 2025-02-28T23:40:18.591Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-28T23:40:18.594Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-28T23:40:18.631Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-28T23:40:26.144Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-28T23:40:26.144Z | + git fetch origin a565ec3e069e5ec516fdec16863caf4d2daabe18 |
89 | 2025-02-28T23:40:26.481Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-28T23:40:26.481Z | * branch a565ec3e069e5ec516fdec16863caf4d2daabe18 -> FETCH_HEAD |
91 | 2025-02-28T23:40:26.493Z | + [[ -n '' ]] |
92 | 2025-02-28T23:40:26.493Z | + git reset --hard a565ec3e069e5ec516fdec16863caf4d2daabe18 |
93 | 2025-02-28T23:40:26.683Z | HEAD is now at a565ec3e0 refine error messages about not having a propolis address |
94 | 2025-02-28T23:40:26.691Z | process exited: duration 8103 ms, exit code 0 |
|
95 | 2025-02-28T23:40:26.699Z | starting task 4: "build" |
96 | 2025-02-28T23:40:26.704Z | + source .github/buildomat/ci-env.sh |
97 | 2025-02-28T23:40:26.704Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-02-28T23:40:26.704Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-02-28T23:40:26.707Z | + cargo --version |
100 | 2025-02-28T23:40:26.760Z | cargo 1.84.0 (66221abde 2024-11-19) |
101 | 2025-02-28T23:40:26.763Z | + rustc --version |
102 | 2025-02-28T23:40:26.825Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
103 | 2025-02-28T23:40:26.831Z | + cd /tmp |
104 | 2025-02-28T23:40:26.831Z | + cargo new --lib test-project |
105 | 2025-02-28T23:40:26.891Z | Creating library `test-project` package |
106 | 2025-02-28T23:40:26.977Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
107 | 2025-02-28T23:40:26.980Z | + cd test-project |
108 | 2025-02-28T23:40:26.980Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
109 | 2025-02-28T23:40:27.044Z | Adding omicron-common (local) to dependencies |
110 | 2025-02-28T23:40:27.048Z | Features: |
111 | 2025-02-28T23:40:27.048Z | - proptest |
112 | 2025-02-28T23:40:27.048Z | - test-strategy |
113 | 2025-02-28T23:40:27.048Z | - testing |
114 | 2025-02-28T23:40:27.048Z | Updating crates.io index |
115 | 2025-02-28T23:40:27.094Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
116 | 2025-02-28T23:40:27.597Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
117 | 2025-02-28T23:40:28.104Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
118 | 2025-02-28T23:40:28.614Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
119 | 2025-02-28T23:40:29.025Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
120 | 2025-02-28T23:40:30.502Z | Locking 340 packages to latest compatible versions |
121 | 2025-02-28T23:40:30.727Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
122 | 2025-02-28T23:40:30.731Z | + cargo check |
123 | 2025-02-28T23:40:30.877Z | Updating crates.io index |
124 | 2025-02-28T23:40:31.806Z | Locking 1 package to latest compatible version |
125 | 2025-02-28T23:40:31.806Z | Adding omicron-workspace-hack v0.1.0 |
126 | 2025-02-28T23:40:31.834Z | Downloading crates ... |
127 | 2025-02-28T23:40:31.923Z | Downloaded darling_macro v0.20.10 |
128 | 2025-02-28T23:40:31.926Z | Downloaded async-stream-impl v0.3.6 |
129 | 2025-02-28T23:40:31.932Z | Downloaded anyhow v1.0.95 |
130 | 2025-02-28T23:40:31.948Z | Downloaded equivalent v1.0.1 |
131 | 2025-02-28T23:40:31.951Z | Downloaded foreign-types-shared v0.1.1 |
132 | 2025-02-28T23:40:31.954Z | Downloaded http-body v1.0.1 |
133 | 2025-02-28T23:40:31.959Z | Downloaded foreign-types v0.3.2 |
134 | 2025-02-28T23:40:31.959Z | Downloaded cpufeatures v0.2.14 |
135 | 2025-02-28T23:40:31.959Z | Downloaded match_cfg v0.1.0 |
136 | 2025-02-28T23:40:31.962Z | Downloaded cfg-if v1.0.0 |
137 | 2025-02-28T23:40:31.962Z | Downloaded block-buffer v0.10.4 |
138 | 2025-02-28T23:40:31.966Z | Downloaded dtrace-parser v0.2.0 |
139 | 2025-02-28T23:40:31.966Z | Downloaded tokio-native-tls v0.3.1 |
140 | 2025-02-28T23:40:31.969Z | Downloaded typify v0.2.0 |
141 | 2025-02-28T23:40:31.974Z | Downloaded tinyvec_macros v0.1.1 |
142 | 2025-02-28T23:40:31.974Z | Downloaded try-lock v0.2.5 |
143 | 2025-02-28T23:40:31.974Z | Downloaded icu_provider_macros v1.5.0 |
144 | 2025-02-28T23:40:31.977Z | Downloaded num-conv v0.1.0 |
145 | 2025-02-28T23:40:31.980Z | Downloaded async-stream v0.3.6 |
146 | 2025-02-28T23:40:31.983Z | Downloaded num_threads v0.1.7 |
147 | 2025-02-28T23:40:31.986Z | Downloaded byteorder v1.5.0 |
148 | 2025-02-28T23:40:31.989Z | Downloaded openssl-macros v0.1.1 |
149 | 2025-02-28T23:40:31.989Z | Downloaded heck v0.5.0 |
150 | 2025-02-28T23:40:31.992Z | Downloaded progenitor-client v0.8.0 |
151 | 2025-02-28T23:40:31.992Z | Downloaded futures-task v0.3.31 |
152 | 2025-02-28T23:40:31.995Z | Downloaded futures-sink v0.3.31 |
153 | 2025-02-28T23:40:31.995Z | Downloaded progenitor-client v0.9.1 |
154 | 2025-02-28T23:40:31.998Z | Downloaded zerofrom v0.1.4 |
155 | 2025-02-28T23:40:31.998Z | Downloaded yoke-derive v0.7.4 |
156 | 2025-02-28T23:40:32.000Z | Downloaded waitgroup v0.1.2 |
157 | 2025-02-28T23:40:32.000Z | Downloaded take_mut v0.2.2 |
158 | 2025-02-28T23:40:32.003Z | Downloaded macaddr v1.0.1 |
159 | 2025-02-28T23:40:32.003Z | Downloaded openssl-probe v0.1.5 |
160 | 2025-02-28T23:40:32.006Z | Downloaded want v0.3.1 |
161 | 2025-02-28T23:40:32.009Z | Downloaded instant v0.1.13 |
162 | 2025-02-28T23:40:32.009Z | Downloaded itoa v1.0.11 |
163 | 2025-02-28T23:40:32.013Z | Downloaded untrusted v0.9.0 |
164 | 2025-02-28T23:40:32.013Z | Downloaded typify-macro v0.2.0 |
165 | 2025-02-28T23:40:32.016Z | Downloaded idna_adapter v1.2.0 |
166 | 2025-02-28T23:40:32.016Z | Downloaded futures-macro v0.3.31 |
167 | 2025-02-28T23:40:32.019Z | Downloaded httpdate v1.0.3 |
168 | 2025-02-28T23:40:32.019Z | Downloaded futures-executor v0.3.31 |
169 | 2025-02-28T23:40:32.023Z | Downloaded powerfmt v0.2.0 |
170 | 2025-02-28T23:40:32.023Z | Downloaded hex v0.4.3 |
171 | 2025-02-28T23:40:32.025Z | Downloaded atomic-waker v1.1.2 |
172 | 2025-02-28T23:40:32.025Z | Downloaded toml_datetime v0.6.8 |
173 | 2025-02-28T23:40:32.028Z | Downloaded rand_chacha v0.3.1 |
174 | 2025-02-28T23:40:32.031Z | Downloaded hyper-tls v0.6.0 |
175 | 2025-02-28T23:40:32.031Z | Downloaded pkg-config v0.3.31 |
176 | 2025-02-28T23:40:32.033Z | Downloaded either v1.13.0 |
177 | 2025-02-28T23:40:32.036Z | Downloaded progenitor v0.8.0 |
178 | 2025-02-28T23:40:32.036Z | Downloaded hostname v0.4.0 |
179 | 2025-02-28T23:40:32.039Z | Downloaded deranged v0.3.11 |
180 | 2025-02-28T23:40:32.042Z | Downloaded zerovec-derive v0.10.3 |
181 | 2025-02-28T23:40:32.042Z | Downloaded progenitor-macro v0.8.0 |
182 | 2025-02-28T23:40:32.045Z | Downloaded autocfg v1.4.0 |
183 | 2025-02-28T23:40:32.045Z | Downloaded percent-encoding v2.3.1 |
184 | 2025-02-28T23:40:32.050Z | Downloaded parse-display v0.10.0 |
185 | 2025-02-28T23:40:32.050Z | Downloaded plain v0.2.3 |
186 | 2025-02-28T23:40:32.053Z | Downloaded httparse v1.9.5 |
187 | 2025-02-28T23:40:32.053Z | Downloaded usdt-attr-macro v0.5.0 |
188 | 2025-02-28T23:40:32.056Z | Downloaded tower-service v0.3.3 |
189 | 2025-02-28T23:40:32.056Z | Downloaded pretty-hex v0.4.1 |
190 | 2025-02-28T23:40:32.060Z | Downloaded ppv-lite86 v0.2.20 |
191 | 2025-02-28T23:40:32.060Z | Downloaded scroll_derive v0.12.0 |
192 | 2025-02-28T23:40:32.060Z | Downloaded pest_generator v2.7.14 |
193 | 2025-02-28T23:40:32.063Z | Downloaded zerofrom-derive v0.1.4 |
194 | 2025-02-28T23:40:32.063Z | Downloaded sync_wrapper v1.0.1 |
195 | 2025-02-28T23:40:32.067Z | Downloaded version_check v0.9.5 |
196 | 2025-02-28T23:40:32.067Z | Downloaded is-terminal v0.4.13 |
197 | 2025-02-28T23:40:32.069Z | Downloaded futures-core v0.3.31 |
198 | 2025-02-28T23:40:32.069Z | Downloaded form_urlencoded v1.2.1 |
199 | 2025-02-28T23:40:32.070Z | Downloaded once_cell v1.20.2 |
200 | 2025-02-28T23:40:32.075Z | Downloaded tokio-rustls v0.26.0 |
201 | 2025-02-28T23:40:32.075Z | Downloaded time-core v0.1.2 |
202 | 2025-02-28T23:40:32.078Z | Downloaded quinn-udp v0.5.5 |
203 | 2025-02-28T23:40:32.080Z | Downloaded quote v1.0.38 |
204 | 2025-02-28T23:40:32.083Z | Downloaded parking_lot_core v0.9.10 |
205 | 2025-02-28T23:40:32.086Z | Downloaded signal-hook-registry v1.4.2 |
206 | 2025-02-28T23:40:32.086Z | Downloaded writeable v0.5.5 |
207 | 2025-02-28T23:40:32.089Z | Downloaded ipnetwork v0.20.0 |
208 | 2025-02-28T23:40:32.089Z | Downloaded ipnet v2.10.1 |
209 | 2025-02-28T23:40:32.091Z | Downloaded strum v0.26.3 |
210 | 2025-02-28T23:40:32.095Z | Downloaded pest_derive v2.7.14 |
211 | 2025-02-28T23:40:32.095Z | Downloaded crossbeam-utils v0.8.20 |
212 | 2025-02-28T23:40:32.098Z | Downloaded yoke v0.7.4 |
213 | 2025-02-28T23:40:32.100Z | Downloaded icu_normalizer_data v1.5.0 |
214 | 2025-02-28T23:40:32.103Z | Downloaded futures-channel v0.3.31 |
215 | 2025-02-28T23:40:32.105Z | Downloaded allocator-api2 v0.2.18 |
216 | 2025-02-28T23:40:32.109Z | Downloaded pin-project-lite v0.2.14 |
217 | 2025-02-28T23:40:32.113Z | Downloaded ucd-trie v0.1.7 |
218 | 2025-02-28T23:40:32.116Z | Downloaded thread-id v4.2.2 |
219 | 2025-02-28T23:40:32.119Z | Downloaded rustc-hash v2.0.0 |
220 | 2025-02-28T23:40:32.119Z | Downloaded synstructure v0.13.1 |
221 | 2025-02-28T23:40:32.122Z | Downloaded unicode-ident v1.0.14 |
222 | 2025-02-28T23:40:32.125Z | Downloaded native-tls v0.2.12 |
223 | 2025-02-28T23:40:32.127Z | Downloaded shlex v1.3.0 |
224 | 2025-02-28T23:40:32.127Z | Downloaded newtype-uuid v1.2.1 |
225 | 2025-02-28T23:40:32.131Z | Downloaded log v0.4.22 |
226 | 2025-02-28T23:40:32.131Z | Downloaded multer v3.1.0 |
227 | 2025-02-28T23:40:32.134Z | Downloaded icu_normalizer v1.5.0 |
228 | 2025-02-28T23:40:32.138Z | Downloaded serde_spanned v0.6.8 |
229 | 2025-02-28T23:40:32.141Z | Downloaded serde_path_to_error v0.1.16 |
230 | 2025-02-28T23:40:32.146Z | Downloaded strsim v0.11.1 |
231 | 2025-02-28T23:40:32.146Z | Downloaded progenitor-impl v0.8.0 |
232 | 2025-02-28T23:40:32.146Z | Downloaded proc-macro2 v1.0.92 |
233 | 2025-02-28T23:40:32.149Z | Downloaded pest_meta v2.7.14 |
234 | 2025-02-28T23:40:32.152Z | Downloaded slog-async v2.8.0 |
235 | 2025-02-28T23:40:32.153Z | Downloaded thread_local v1.1.8 |
236 | 2025-02-28T23:40:32.155Z | Downloaded darling_core v0.20.10 |
237 | 2025-02-28T23:40:32.159Z | Downloaded time-macros v0.2.18 |
238 | 2025-02-28T23:40:32.162Z | Downloaded cc v1.1.30 |
239 | 2025-02-28T23:40:32.166Z | Downloaded stable_deref_trait v1.2.0 |
240 | 2025-02-28T23:40:32.170Z | Downloaded sha1 v0.10.6 |
241 | 2025-02-28T23:40:32.170Z | Downloaded serde_tokenstream v0.2.2 |
242 | 2025-02-28T23:40:32.170Z | Downloaded thiserror-impl v2.0.11 |
243 | 2025-02-28T23:40:32.175Z | Downloaded spin v0.9.8 |
244 | 2025-02-28T23:40:32.178Z | Downloaded slog-bunyan v2.5.0 |
245 | 2025-02-28T23:40:32.178Z | Downloaded litemap v0.7.3 |
246 | 2025-02-28T23:40:32.181Z | Downloaded sha2 v0.10.8 |
247 | 2025-02-28T23:40:32.183Z | Downloaded indexmap v1.9.3 |
248 | 2025-02-28T23:40:32.187Z | Downloaded subtle v2.6.1 |
249 | 2025-02-28T23:40:32.189Z | Downloaded icu_locid v1.5.0 |
250 | 2025-02-28T23:40:32.192Z | Downloaded thiserror v1.0.69 |
251 | 2025-02-28T23:40:32.198Z | Downloaded smallvec v1.13.2 |
252 | 2025-02-28T23:40:32.200Z | Downloaded slog-term v2.9.1 |
253 | 2025-02-28T23:40:32.203Z | Downloaded tinyvec v1.8.0 |
254 | 2025-02-28T23:40:32.206Z | Downloaded url v2.5.3 |
255 | 2025-02-28T23:40:32.210Z | Downloaded slog v2.7.0 |
256 | 2025-02-28T23:40:32.213Z | Downloaded slog-json v2.6.1 |
257 | 2025-02-28T23:40:32.216Z | Downloaded quinn v0.11.5 |
258 | 2025-02-28T23:40:32.220Z | Downloaded tracing v0.1.40 |
259 | 2025-02-28T23:40:32.223Z | Downloaded socket2 v0.5.7 |
260 | 2025-02-28T23:40:32.227Z | Downloaded indexmap v2.7.1 |
261 | 2025-02-28T23:40:32.230Z | Downloaded memchr v2.7.4 |
262 | 2025-02-28T23:40:32.235Z | Downloaded toml_edit v0.22.22 |
263 | 2025-02-28T23:40:32.258Z | Downloaded icu_properties v1.5.1 |
264 | 2025-02-28T23:40:32.263Z | Downloaded tokio-util v0.7.12 |
265 | 2025-02-28T23:40:32.267Z | Downloaded schemars v0.8.21 |
266 | 2025-02-28T23:40:32.279Z | Downloaded http v1.2.0 |
267 | 2025-02-28T23:40:32.283Z | Downloaded serde_yaml v0.9.34+deprecated |
268 | 2025-02-28T23:40:32.286Z | Downloaded rustls-pki-types v1.10.0 |
269 | 2025-02-28T23:40:32.290Z | Downloaded pest v2.7.14 |
270 | 2025-02-28T23:40:32.296Z | Downloaded zerocopy v0.7.35 |
271 | 2025-02-28T23:40:32.313Z | Downloaded ryu v1.0.18 |
272 | 2025-02-28T23:40:32.316Z | Downloaded winnow v0.6.20 |
273 | 2025-02-28T23:40:32.324Z | Downloaded itertools v0.10.5 |
274 | 2025-02-28T23:40:32.332Z | Downloaded hashbrown v0.12.3 |
275 | 2025-02-28T23:40:32.335Z | Downloaded serde_derive v1.0.217 |
276 | 2025-02-28T23:40:32.340Z | Downloaded hashbrown v0.14.5 |
277 | 2025-02-28T23:40:32.344Z | Downloaded hashbrown v0.15.1 |
278 | 2025-02-28T23:40:32.349Z | Downloaded quinn-proto v0.11.8 |
279 | 2025-02-28T23:40:32.356Z | Downloaded idna v1.0.3 |
280 | 2025-02-28T23:40:32.359Z | Downloaded aho-corasick v1.1.3 |
281 | 2025-02-28T23:40:32.364Z | Downloaded serde v1.0.217 |
282 | 2025-02-28T23:40:32.370Z | Downloaded zerovec v0.10.4 |
283 | 2025-02-28T23:40:32.373Z | Downloaded time v0.3.36 |
284 | 2025-02-28T23:40:32.380Z | Downloaded regex v1.11.1 |
285 | 2025-02-28T23:40:32.393Z | Downloaded serde_json v1.0.135 |
286 | 2025-02-28T23:40:32.400Z | Downloaded webpki-roots v0.26.6 |
287 | 2025-02-28T23:40:32.404Z | Downloaded serde_with v3.11.0 |
288 | 2025-02-28T23:40:32.411Z | Downloaded goblin v0.8.2 |
289 | 2025-02-28T23:40:32.417Z | Downloaded regress v0.10.1 |
290 | 2025-02-28T23:40:32.426Z | Downloaded reqwest v0.12.9 |
291 | 2025-02-28T23:40:32.434Z | Downloaded rustls-webpki v0.102.8 |
292 | 2025-02-28T23:40:32.451Z | Downloaded openapiv3 v2.0.0 |
293 | 2025-02-28T23:40:32.462Z | Downloaded icu_properties_data v1.5.0 |
294 | 2025-02-28T23:40:32.471Z | Downloaded rustls v0.22.4 |
295 | 2025-02-28T23:40:32.483Z | Downloaded syn v1.0.109 |
296 | 2025-02-28T23:40:32.493Z | Downloaded typify-impl v0.2.0 |
297 | 2025-02-28T23:40:32.506Z | Downloaded regex-syntax v0.8.5 |
298 | 2025-02-28T23:40:32.516Z | Downloaded syn v2.0.96 |
299 | 2025-02-28T23:40:32.524Z | Downloaded dropshot v0.15.1 |
300 | 2025-02-28T23:40:32.544Z | Downloaded chrono v0.4.39 |
301 | 2025-02-28T23:40:32.551Z | Downloaded rustls v0.23.19 |
302 | 2025-02-28T23:40:32.561Z | Downloaded regress v0.9.1 |
303 | 2025-02-28T23:40:32.569Z | Downloaded openssl v0.10.66 |
304 | 2025-02-28T23:40:32.577Z | Downloaded futures-util v0.3.31 |
305 | 2025-02-28T23:40:32.588Z | Downloaded vcpkg v0.2.15 |
306 | 2025-02-28T23:40:32.624Z | Downloaded h2 v0.4.6 |
307 | 2025-02-28T23:40:32.632Z | Downloaded hyper v1.5.2 |
308 | 2025-02-28T23:40:32.636Z | Downloaded icu_provider v1.5.0 |
309 | 2025-02-28T23:40:32.639Z | Downloaded regex-automata v0.4.8 |
310 | 2025-02-28T23:40:32.654Z | Downloaded icu_collections v1.5.0 |
311 | 2025-02-28T23:40:32.659Z | Downloaded crossbeam-channel v0.5.13 |
312 | 2025-02-28T23:40:32.663Z | Downloaded mio v1.0.2 |
313 | 2025-02-28T23:40:32.668Z | Downloaded scroll v0.12.0 |
314 | 2025-02-28T23:40:32.671Z | Downloaded tokio v1.43.0 |
315 | 2025-02-28T23:40:32.705Z | Downloaded scopeguard v1.2.0 |
316 | 2025-02-28T23:40:32.709Z | Downloaded lock_api v0.4.12 |
317 | 2025-02-28T23:40:32.709Z | Downloaded rand v0.8.5 |
318 | 2025-02-28T23:40:32.718Z | Downloaded bytes v1.9.0 |
319 | 2025-02-28T23:40:32.724Z | Downloaded base64 v0.22.1 |
320 | 2025-02-28T23:40:32.724Z | Downloaded serde_with_macros v3.11.0 |
321 | 2025-02-28T23:40:32.725Z | Downloaded icu_locid_transform_data v1.5.0 |
322 | 2025-02-28T23:40:32.725Z | Downloaded futures v0.3.31 |
323 | 2025-02-28T23:40:32.729Z | Downloaded thiserror v2.0.11 |
324 | 2025-02-28T23:40:32.732Z | Downloaded strum_macros v0.26.4 |
325 | 2025-02-28T23:40:32.745Z | Downloaded semver v1.0.24 |
326 | 2025-02-28T23:40:32.745Z | Downloaded rustls-pemfile v2.2.0 |
327 | 2025-02-28T23:40:32.745Z | Downloaded libc v0.2.169 |
328 | 2025-02-28T23:40:32.759Z | Downloaded darling v0.20.10 |
329 | 2025-02-28T23:40:32.762Z | Downloaded serde_derive_internals v0.29.1 |
330 | 2025-02-28T23:40:32.765Z | Downloaded thiserror-impl v1.0.69 |
331 | 2025-02-28T23:40:32.765Z | Downloaded rustversion v1.0.17 |
332 | 2025-02-28T23:40:32.788Z | Downloaded openssl-sys v0.9.104 |
333 | 2025-02-28T23:40:32.788Z | Downloaded structmeta v0.3.0 |
334 | 2025-02-28T23:40:32.788Z | Downloaded schemars_derive v0.8.21 |
335 | 2025-02-28T23:40:32.788Z | Downloaded backoff v0.4.0 |
336 | 2025-02-28T23:40:32.788Z | Downloaded term v0.7.0 |
337 | 2025-02-28T23:40:32.788Z | Downloaded parking_lot v0.12.3 |
338 | 2025-02-28T23:40:32.788Z | Downloaded num-traits v0.2.19 |
339 | 2025-02-28T23:40:32.791Z | Downloaded tracing-core v0.1.32 |
340 | 2025-02-28T23:40:32.792Z | Downloaded hyper-util v0.1.10 |
341 | 2025-02-28T23:40:32.792Z | Downloaded dropshot_endpoint v0.15.1 |
342 | 2025-02-28T23:40:32.796Z | Downloaded slab v0.4.9 |
343 | 2025-02-28T23:40:32.796Z | Downloaded usdt-impl v0.5.0 |
344 | 2025-02-28T23:40:32.796Z | Downloaded structmeta-derive v0.3.0 |
345 | 2025-02-28T23:40:32.801Z | Downloaded tinystr v0.7.6 |
346 | 2025-02-28T23:40:32.801Z | Downloaded serde_urlencoded v0.7.1 |
347 | 2025-02-28T23:40:32.801Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2025-02-28T23:40:32.805Z | Downloaded uuid v1.12.0 |
349 | 2025-02-28T23:40:32.805Z | Downloaded toml v0.8.19 |
350 | 2025-02-28T23:40:32.812Z | Downloaded utf8_iter v1.0.4 |
351 | 2025-02-28T23:40:32.812Z | Downloaded typenum v1.17.0 |
352 | 2025-02-28T23:40:32.812Z | Downloaded dof v0.3.0 |
353 | 2025-02-28T23:40:32.812Z | Downloaded ahash v0.8.11 |
354 | 2025-02-28T23:40:32.822Z | Downloaded icu_locid_transform v1.5.0 |
355 | 2025-02-28T23:40:32.822Z | Downloaded camino v1.1.9 |
356 | 2025-02-28T23:40:32.822Z | Downloaded paste v1.0.15 |
357 | 2025-02-28T23:40:32.822Z | Downloaded bitflags v2.6.0 |
358 | 2025-02-28T23:40:32.825Z | Downloaded async-trait v0.1.85 |
359 | 2025-02-28T23:40:32.828Z | Downloaded unsafe-libyaml v0.2.11 |
360 | 2025-02-28T23:40:32.830Z | Downloaded http-body-util v0.1.2 |
361 | 2025-02-28T23:40:32.833Z | Downloaded pin-utils v0.1.0 |
362 | 2025-02-28T23:40:32.833Z | Downloaded iana-time-zone v0.1.61 |
363 | 2025-02-28T23:40:32.836Z | Downloaded hyper-rustls v0.27.3 |
364 | 2025-02-28T23:40:32.844Z | Downloaded tokio-rustls v0.25.0 |
365 | 2025-02-28T23:40:32.844Z | Downloaded rand_core v0.6.4 |
366 | 2025-02-28T23:40:32.844Z | Downloaded zeroize v1.8.1 |
367 | 2025-02-28T23:40:32.847Z | Downloaded getrandom v0.2.15 |
368 | 2025-02-28T23:40:32.847Z | Downloaded displaydoc v0.2.5 |
369 | 2025-02-28T23:40:32.847Z | Downloaded encoding_rs v0.8.34 |
370 | 2025-02-28T23:40:32.868Z | Downloaded utf16_iter v1.0.5 |
371 | 2025-02-28T23:40:32.879Z | Downloaded tokio-macros v2.5.0 |
372 | 2025-02-28T23:40:32.879Z | Downloaded parse-display-derive v0.10.0 |
373 | 2025-02-28T23:40:32.879Z | Downloaded mime v0.3.17 |
374 | 2025-02-28T23:40:32.879Z | Downloaded usdt v0.5.0 |
375 | 2025-02-28T23:40:32.879Z | Downloaded memmap v0.7.0 |
376 | 2025-02-28T23:40:32.879Z | Downloaded ident_case v1.0.1 |
377 | 2025-02-28T23:40:32.879Z | Downloaded generic-array v0.14.7 |
378 | 2025-02-28T23:40:32.883Z | Downloaded dirs-next v2.0.0 |
379 | 2025-02-28T23:40:32.883Z | Downloaded crypto-common v0.1.6 |
380 | 2025-02-28T23:40:32.883Z | Downloaded futures-io v0.3.31 |
381 | 2025-02-28T23:40:32.883Z | Downloaded dirs-sys-next v0.1.2 |
382 | 2025-02-28T23:40:32.883Z | Downloaded omicron-workspace-hack v0.1.0 |
383 | 2025-02-28T23:40:32.883Z | Downloaded hostname v0.3.1 |
384 | 2025-02-28T23:40:32.883Z | Downloaded debug-ignore v1.0.5 |
385 | 2025-02-28T23:40:32.883Z | Downloaded fnv v1.0.7 |
386 | 2025-02-28T23:40:32.883Z | Downloaded dyn-clone v1.0.17 |
387 | 2025-02-28T23:40:32.883Z | Downloaded usdt-macro v0.5.0 |
388 | 2025-02-28T23:40:32.883Z | Downloaded digest v0.10.7 |
389 | 2025-02-28T23:40:32.883Z | Downloaded write16 v1.0.0 |
390 | 2025-02-28T23:40:33.052Z | Downloaded ring v0.17.8 |
391 | 2025-02-28T23:40:33.250Z | Compiling proc-macro2 v1.0.92 |
392 | 2025-02-28T23:40:33.250Z | Compiling unicode-ident v1.0.14 |
393 | 2025-02-28T23:40:33.250Z | Compiling libc v0.2.169 |
394 | 2025-02-28T23:40:33.254Z | Checking cfg-if v1.0.0 |
395 | 2025-02-28T23:40:33.255Z | Compiling autocfg v1.4.0 |
396 | 2025-02-28T23:40:33.272Z | Compiling serde v1.0.217 |
397 | 2025-02-28T23:40:33.278Z | Compiling version_check v0.9.5 |
398 | 2025-02-28T23:40:33.278Z | Checking memchr v2.7.4 |
399 | 2025-02-28T23:40:33.377Z | Compiling serde_json v1.0.135 |
400 | 2025-02-28T23:40:33.460Z | Checking itoa v1.0.11 |
401 | 2025-02-28T23:40:33.800Z | Compiling thiserror v1.0.69 |
402 | 2025-02-28T23:40:33.923Z | Checking once_cell v1.20.2 |
403 | 2025-02-28T23:40:34.001Z | Compiling shlex v1.3.0 |
404 | 2025-02-28T23:40:34.233Z | Checking pin-project-lite v0.2.14 |
405 | 2025-02-28T23:40:34.236Z | Compiling num-traits v0.2.19 |
406 | 2025-02-28T23:40:34.355Z | Compiling cc v1.1.30 |
407 | 2025-02-28T23:40:34.365Z | Checking ryu v1.0.18 |
408 | 2025-02-28T23:40:34.600Z | Checking smallvec v1.13.2 |
409 | 2025-02-28T23:40:34.681Z | Checking getrandom v0.2.15 |
410 | 2025-02-28T23:40:34.780Z | Checking bytes v1.9.0 |
411 | 2025-02-28T23:40:34.921Z | Checking futures-core v0.3.31 |
412 | 2025-02-28T23:40:34.971Z | Compiling lock_api v0.4.12 |
413 | 2025-02-28T23:40:34.980Z | Compiling parking_lot_core v0.9.10 |
414 | 2025-02-28T23:40:35.114Z | Compiling quote v1.0.38 |
415 | 2025-02-28T23:40:35.233Z | Compiling byteorder v1.5.0 |
416 | 2025-02-28T23:40:35.248Z | Checking scopeguard v1.2.0 |
417 | 2025-02-28T23:40:35.459Z | Compiling schemars v0.8.21 |
418 | 2025-02-28T23:40:35.560Z | Compiling syn v2.0.96 |
419 | 2025-02-28T23:40:35.687Z | Compiling slab v0.4.9 |
420 | 2025-02-28T23:40:35.711Z | Compiling ahash v0.8.11 |
421 | 2025-02-28T23:40:35.724Z | Checking log v0.4.22 |
422 | 2025-02-28T23:40:35.853Z | Checking futures-sink v0.3.31 |
423 | 2025-02-28T23:40:35.969Z | Checking signal-hook-registry v1.4.2 |
424 | 2025-02-28T23:40:35.989Z | Checking mio v1.0.2 |
425 | 2025-02-28T23:40:36.010Z | Checking parking_lot v0.12.3 |
426 | 2025-02-28T23:40:36.121Z | Checking socket2 v0.5.7 |
427 | 2025-02-28T23:40:36.181Z | Checking stable_deref_trait v1.2.0 |
428 | 2025-02-28T23:40:36.248Z | Checking fnv v1.0.7 |
429 | 2025-02-28T23:40:36.281Z | Checking hashbrown v0.15.1 |
430 | 2025-02-28T23:40:36.336Z | Checking equivalent v1.0.1 |
431 | 2025-02-28T23:40:36.376Z | Checking http v1.2.0 |
432 | 2025-02-28T23:40:36.442Z | Checking futures-channel v0.3.31 |
433 | 2025-02-28T23:40:36.466Z | Checking futures-task v0.3.31 |
434 | 2025-02-28T23:40:36.583Z | Compiling semver v1.0.24 |
435 | 2025-02-28T23:40:36.596Z | Checking pin-utils v0.1.0 |
436 | 2025-02-28T23:40:36.683Z | Checking futures-io v0.3.31 |
437 | 2025-02-28T23:40:36.711Z | Checking rustls-pki-types v1.10.0 |
438 | 2025-02-28T23:40:36.784Z | Checking spin v0.9.8 |
439 | 2025-02-28T23:40:36.873Z | Compiling vcpkg v0.2.15 |
440 | 2025-02-28T23:40:37.016Z | Compiling pkg-config v0.3.31 |
441 | 2025-02-28T23:40:37.161Z | Compiling ring v0.17.8 |
442 | 2025-02-28T23:40:37.242Z | Compiling httparse v1.9.5 |
443 | 2025-02-28T23:40:37.278Z | Checking untrusted v0.9.0 |
444 | 2025-02-28T23:40:37.448Z | Compiling heck v0.5.0 |
445 | 2025-02-28T23:40:37.627Z | Checking writeable v0.5.5 |
446 | 2025-02-28T23:40:37.876Z | Checking litemap v0.7.3 |
447 | 2025-02-28T23:40:37.951Z | Checking iana-time-zone v0.1.61 |
448 | 2025-02-28T23:40:38.018Z | Checking tracing-core v0.1.32 |
449 | 2025-02-28T23:40:38.090Z | Compiling ucd-trie v0.1.7 |
450 | 2025-02-28T23:40:38.138Z | Checking atomic-waker v1.1.2 |
451 | 2025-02-28T23:40:38.270Z | Checking dyn-clone v1.0.17 |
452 | 2025-02-28T23:40:38.317Z | Compiling openssl-sys v0.9.104 |
453 | 2025-02-28T23:40:38.417Z | Checking http-body v1.0.1 |
454 | 2025-02-28T23:40:38.540Z | Compiling allocator-api2 v0.2.18 |
455 | 2025-02-28T23:40:38.612Z | Checking try-lock v0.2.5 |
456 | 2025-02-28T23:40:38.631Z | Checking tracing v0.1.40 |
457 | 2025-02-28T23:40:38.720Z | Checking icu_locid_transform_data v1.5.0 |
458 | 2025-02-28T23:40:38.810Z | Checking zeroize v1.8.1 |
459 | 2025-02-28T23:40:38.914Z | Checking subtle v2.6.1 |
460 | 2025-02-28T23:40:39.051Z | Checking want v0.3.1 |
461 | 2025-02-28T23:40:39.145Z | Checking httpdate v1.0.3 |
462 | 2025-02-28T23:40:39.238Z | Compiling uuid v1.12.0 |
463 | 2025-02-28T23:40:39.244Z | Checking foreign-types-shared v0.1.1 |
464 | 2025-02-28T23:40:39.351Z | Checking icu_properties_data v1.5.0 |
465 | 2025-02-28T23:40:39.547Z | Compiling openssl v0.10.66 |
466 | 2025-02-28T23:40:39.581Z | Checking foreign-types v0.3.2 |
467 | 2025-02-28T23:40:39.669Z | Compiling rustls v0.23.19 |
468 | 2025-02-28T23:40:39.811Z | Checking icu_normalizer_data v1.5.0 |
469 | 2025-02-28T23:40:39.899Z | Checking tower-service v0.3.3 |
470 | 2025-02-28T23:40:39.927Z | Checking percent-encoding v2.3.1 |
471 | 2025-02-28T23:40:39.975Z | Compiling chrono v0.4.39 |
472 | 2025-02-28T23:40:40.024Z | Compiling native-tls v0.2.12 |
473 | 2025-02-28T23:40:40.038Z | Checking utf16_iter v1.0.5 |
474 | 2025-02-28T23:40:40.150Z | Checking utf8_iter v1.0.4 |
475 | 2025-02-28T23:40:40.201Z | Checking bitflags v2.6.0 |
476 | 2025-02-28T23:40:40.345Z | Checking write16 v1.0.0 |
477 | 2025-02-28T23:40:40.406Z | Compiling slog v2.7.0 |
478 | 2025-02-28T23:40:40.440Z | Checking form_urlencoded v1.2.1 |
479 | 2025-02-28T23:40:40.467Z | Compiling aho-corasick v1.1.3 |
480 | 2025-02-28T23:40:40.700Z | Checking openssl-probe v0.1.5 |
481 | 2025-02-28T23:40:40.851Z | Compiling regex-syntax v0.8.5 |
482 | 2025-02-28T23:40:40.953Z | Compiling typenum v1.17.0 |
483 | 2025-02-28T23:40:41.723Z | Compiling generic-array v0.14.7 |
484 | 2025-02-28T23:40:41.844Z | Checking encoding_rs v0.8.34 |
485 | 2025-02-28T23:40:41.948Z | Checking mime v0.3.17 |
486 | 2025-02-28T23:40:43.190Z | Compiling synstructure v0.13.1 |
487 | 2025-02-28T23:40:43.317Z | Compiling serde_derive_internals v0.29.1 |
488 | 2025-02-28T23:40:43.370Z | Checking rustls-webpki v0.102.8 |
489 | 2025-02-28T23:40:44.164Z | Checking webpki-roots v0.26.6 |
490 | 2025-02-28T23:40:44.366Z | Checking rustls-pemfile v2.2.0 |
491 | 2025-02-28T23:40:44.583Z | Compiling regex-automata v0.4.8 |
492 | 2025-02-28T23:40:45.158Z | Compiling usdt-impl v0.5.0 |
493 | 2025-02-28T23:40:45.214Z | Compiling num-conv v0.1.0 |
494 | 2025-02-28T23:40:45.484Z | Checking base64 v0.22.1 |
495 | 2025-02-28T23:40:45.570Z | Compiling time-core v0.1.2 |
496 | 2025-02-28T23:40:45.746Z | Checking powerfmt v0.2.0 |
497 | 2025-02-28T23:40:45.957Z | Compiling time-macros v0.2.18 |
498 | 2025-02-28T23:40:46.026Z | Checking deranged v0.3.11 |
499 | 2025-02-28T23:40:46.295Z | Compiling thread-id v4.2.2 |
500 | 2025-02-28T23:40:46.524Z | Checking sync_wrapper v1.0.1 |
501 | 2025-02-28T23:40:46.664Z | Compiling strsim v0.11.1 |
502 | 2025-02-28T23:40:47.309Z | Compiling serde_derive v1.0.217 |
503 | 2025-02-28T23:40:47.355Z | Compiling zerocopy-derive v0.7.35 |
504 | 2025-02-28T23:40:47.404Z | Compiling thiserror-impl v1.0.69 |
505 | 2025-02-28T23:40:47.418Z | Compiling schemars_derive v0.8.21 |
506 | 2025-02-28T23:40:48.742Z | Compiling zerofrom-derive v0.1.4 |
507 | 2025-02-28T23:40:48.872Z | Compiling tokio-macros v2.5.0 |
508 | 2025-02-28T23:40:48.937Z | Compiling yoke-derive v0.7.4 |
509 | 2025-02-28T23:40:49.288Z | Compiling zerocopy v0.7.35 |
510 | 2025-02-28T23:40:50.271Z | Compiling zerovec-derive v0.10.3 |
511 | 2025-02-28T23:40:50.369Z | Checking tokio v1.43.0 |
512 | 2025-02-28T23:40:50.730Z | Compiling futures-macro v0.3.31 |
513 | 2025-02-28T23:40:51.494Z | Compiling displaydoc v0.2.5 |
514 | 2025-02-28T23:40:51.509Z | Compiling icu_provider_macros v1.5.0 |
515 | 2025-02-28T23:40:51.905Z | Checking zerofrom v0.1.4 |
516 | 2025-02-28T23:40:52.119Z | Checking yoke v0.7.4 |
517 | 2025-02-28T23:40:52.143Z | Compiling pest v2.7.14 |
518 | 2025-02-28T23:40:52.547Z | Checking futures-util v0.3.31 |
519 | 2025-02-28T23:40:52.567Z | Compiling hashbrown v0.14.5 |
520 | 2025-02-28T23:40:52.596Z | Compiling openssl-macros v0.1.1 |
521 | 2025-02-28T23:40:52.737Z | Checking zerovec v0.10.4 |
522 | 2025-02-28T23:40:53.770Z | Compiling regress v0.10.1 |
523 | 2025-02-28T23:40:54.300Z | Checking tinystr v0.7.6 |
524 | 2025-02-28T23:40:54.519Z | Checking icu_collections v1.5.0 |
525 | 2025-02-28T23:40:55.085Z | Checking icu_locid v1.5.0 |
526 | 2025-02-28T23:40:55.190Z | Compiling pest_meta v2.7.14 |
527 | 2025-02-28T23:40:56.022Z | Checking icu_provider v1.5.0 |
528 | 2025-02-28T23:40:56.669Z | Checking icu_locid_transform v1.5.0 |
529 | 2025-02-28T23:40:57.240Z | Compiling pest_generator v2.7.14 |
530 | 2025-02-28T23:40:57.279Z | Checking tokio-util v0.7.12 |
531 | 2025-02-28T23:40:57.658Z | Checking icu_properties v1.5.1 |
532 | 2025-02-28T23:40:58.104Z | Checking http-body-util v0.1.2 |
533 | 2025-02-28T23:41:02.470Z | Checking tokio-rustls v0.26.0 |
534 | 2025-02-28T23:41:02.561Z | Compiling regex v1.11.1 |
535 | 2025-02-28T23:41:02.561Z | Compiling scroll_derive v0.12.0 |
536 | 2025-02-28T23:41:02.561Z | Checking tokio-native-tls v0.3.1 |
537 | 2025-02-28T23:41:02.561Z | Compiling pest_derive v2.7.14 |
538 | 2025-02-28T23:41:02.561Z | Checking indexmap v2.7.1 |
539 | 2025-02-28T23:41:02.590Z | Compiling serde_tokenstream v0.2.2 |
540 | 2025-02-28T23:41:02.591Z | Checking h2 v0.4.6 |
541 | 2025-02-28T23:41:02.592Z | Checking icu_normalizer v1.5.0 |
542 | 2025-02-28T23:41:02.592Z | Checking idna_adapter v1.2.0 |
543 | 2025-02-28T23:41:02.592Z | Checking idna v1.0.3 |
544 | 2025-02-28T23:41:02.592Z | Checking serde_urlencoded v0.7.1 |
545 | 2025-02-28T23:41:02.592Z | Compiling dof v0.3.0 |
546 | 2025-02-28T23:41:02.592Z | Checking scroll v0.12.0 |
547 | 2025-02-28T23:41:02.592Z | Checking url v2.5.3 |
548 | 2025-02-28T23:41:02.592Z | Compiling dtrace-parser v0.2.0 |
549 | 2025-02-28T23:41:02.592Z | Checking plain v0.2.3 |
550 | 2025-02-28T23:41:02.872Z | Checking num_threads v0.1.7 |
551 | 2025-02-28T23:41:02.916Z | Checking ipnet v2.10.1 |
552 | 2025-02-28T23:41:03.021Z | Compiling syn v1.0.109 |
553 | 2025-02-28T23:41:03.149Z | Compiling ident_case v1.0.1 |
554 | 2025-02-28T23:41:03.526Z | Compiling crossbeam-utils v0.8.20 |
555 | 2025-02-28T23:41:03.557Z | Checking time v0.3.36 |
556 | 2025-02-28T23:41:03.594Z | Compiling typify-impl v0.2.0 |
557 | 2025-02-28T23:41:04.145Z | Compiling darling_core v0.20.10 |
558 | 2025-02-28T23:41:05.054Z | Checking hyper v1.5.2 |
559 | 2025-02-28T23:41:05.391Z | Checking goblin v0.8.2 |
560 | 2025-02-28T23:41:06.127Z | Compiling openapiv3 v2.0.0 |
561 | 2025-02-28T23:41:06.749Z | Checking dirs-sys-next v0.1.2 |
562 | 2025-02-28T23:41:07.347Z | Checking hyper-util v0.1.10 |
563 | 2025-02-28T23:41:07.354Z | Compiling omicron-workspace-hack v0.1.0 |
564 | 2025-02-28T23:41:07.479Z | Compiling paste v1.0.15 |
565 | 2025-02-28T23:41:07.665Z | Checking pretty-hex v0.4.1 |
566 | 2025-02-28T23:41:07.862Z | Compiling rustversion v1.0.17 |
567 | 2025-02-28T23:41:07.991Z | Compiling rustls v0.22.4 |
568 | 2025-02-28T23:41:08.333Z | Compiling unsafe-libyaml v0.2.11 |
569 | 2025-02-28T23:41:08.562Z | Compiling newtype-uuid v1.2.1 |
570 | 2025-02-28T23:41:08.777Z | Checking hyper-rustls v0.27.3 |
571 | 2025-02-28T23:41:08.906Z | Checking hyper-tls v0.6.0 |
572 | 2025-02-28T23:41:09.192Z | Checking reqwest v0.12.9 |
573 | 2025-02-28T23:41:09.557Z | Compiling darling_macro v0.20.10 |
574 | 2025-02-28T23:41:09.758Z | Compiling serde_yaml v0.9.34+deprecated |
575 | 2025-02-28T23:41:10.038Z | Checking dirs-next v2.0.0 |
576 | 2025-02-28T23:41:10.053Z | Checking ipnetwork v0.20.0 |
577 | 2025-02-28T23:41:10.381Z | Checking serde_spanned v0.6.8 |
578 | 2025-02-28T23:41:10.509Z | Checking toml_datetime v0.6.8 |
579 | 2025-02-28T23:41:10.567Z | Checking ppv-lite86 v0.2.20 |
580 | 2025-02-28T23:41:10.583Z | Checking crypto-common v0.1.6 |
581 | 2025-02-28T23:41:10.762Z | Checking block-buffer v0.10.4 |
582 | 2025-02-28T23:41:10.798Z | Compiling structmeta-derive v0.3.0 |
583 | 2025-02-28T23:41:10.858Z | Checking rand_core v0.6.4 |
584 | 2025-02-28T23:41:11.083Z | Checking thread_local v1.1.8 |
585 | 2025-02-28T23:41:11.157Z | Compiling multer v3.1.0 |
586 | 2025-02-28T23:41:11.186Z | Checking match_cfg v0.1.0 |
587 | 2025-02-28T23:41:11.254Z | Checking winnow v0.6.20 |
588 | 2025-02-28T23:41:11.280Z | Compiling anyhow v1.0.95 |
589 | 2025-02-28T23:41:11.371Z | Compiling slog-async v2.8.0 |
590 | 2025-02-28T23:41:11.503Z | Compiling camino v1.1.9 |
591 | 2025-02-28T23:41:11.842Z | Compiling thiserror v2.0.11 |
592 | 2025-02-28T23:41:11.879Z | Checking either v1.13.0 |
593 | 2025-02-28T23:41:12.273Z | Checking itertools v0.10.5 |
594 | 2025-02-28T23:41:12.678Z | Checking hostname v0.3.1 |
595 | 2025-02-28T23:41:12.816Z | Checking rand_chacha v0.3.1 |
596 | 2025-02-28T23:41:12.992Z | Checking digest v0.10.7 |
597 | 2025-02-28T23:41:13.182Z | Checking crossbeam-channel v0.5.13 |
598 | 2025-02-28T23:41:13.305Z | Checking progenitor-client v0.8.0 |
599 | 2025-02-28T23:41:13.327Z | Compiling structmeta v0.3.0 |
600 | 2025-02-28T23:41:13.360Z | Compiling darling v0.20.10 |
601 | 2025-02-28T23:41:13.477Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
602 | 2025-02-28T23:41:13.630Z | Checking term v0.7.0 |
603 | 2025-02-28T23:41:14.103Z | Checking toml_edit v0.22.22 |
604 | 2025-02-28T23:41:14.316Z | Compiling usdt-attr-macro v0.5.0 |
605 | 2025-02-28T23:41:14.463Z | Compiling usdt-macro v0.5.0 |
606 | 2025-02-28T23:41:14.757Z | Checking slog-json v2.6.1 |
607 | 2025-02-28T23:41:14.993Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
608 | 2025-02-28T23:41:15.006Z | Checking futures-executor v0.3.31 |
609 | 2025-02-28T23:41:15.099Z | Compiling async-stream-impl v0.3.6 |
610 | 2025-02-28T23:41:16.253Z | Compiling thiserror-impl v2.0.11 |
611 | 2025-02-28T23:41:16.256Z | Checking memmap v0.7.0 |
612 | 2025-02-28T23:41:16.256Z | Checking is-terminal v0.4.13 |
613 | 2025-02-28T23:41:16.256Z | Compiling typify-macro v0.2.0 |
614 | 2025-02-28T23:41:16.256Z | Compiling dropshot v0.15.1 |
615 | 2025-02-28T23:41:16.256Z | Checking cpufeatures v0.2.14 |
616 | 2025-02-28T23:41:16.256Z | Checking take_mut v0.2.2 |
617 | 2025-02-28T23:41:16.256Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
618 | 2025-02-28T23:41:16.309Z | Checking sha1 v0.10.6 |
619 | 2025-02-28T23:41:16.383Z | Checking async-stream v0.3.6 |
620 | 2025-02-28T23:41:16.510Z | Checking usdt v0.5.0 |
621 | 2025-02-28T23:41:16.584Z | Checking slog-term v2.9.1 |
622 | 2025-02-28T23:41:16.588Z | Checking futures v0.3.31 |
623 | 2025-02-28T23:41:16.698Z | Compiling strum_macros v0.26.4 |
624 | 2025-02-28T23:41:16.743Z | Checking slog-bunyan v2.5.0 |
625 | 2025-02-28T23:41:16.759Z | Checking toml v0.8.19 |
626 | 2025-02-28T23:41:16.773Z | Compiling parse-display-derive v0.10.0 |
627 | 2025-02-28T23:41:16.911Z | Compiling serde_with_macros v3.11.0 |
628 | 2025-02-28T23:41:17.055Z | Checking rand v0.8.5 |
629 | 2025-02-28T23:41:17.304Z | Checking tokio-rustls v0.25.0 |
630 | 2025-02-28T23:41:18.133Z | Compiling dropshot_endpoint v0.15.1 |
631 | 2025-02-28T23:41:18.241Z | Checking hex v0.4.3 |
632 | 2025-02-28T23:41:18.355Z | Checking serde_path_to_error v0.1.16 |
633 | 2025-02-28T23:41:18.370Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2025-02-28T23:41:18.760Z | Compiling async-trait v0.1.85 |
635 | 2025-02-28T23:41:18.958Z | Checking waitgroup v0.1.2 |
636 | 2025-02-28T23:41:19.095Z | Checking hostname v0.4.0 |
637 | 2025-02-28T23:41:19.179Z | Checking instant v0.1.13 |
638 | 2025-02-28T23:41:19.230Z | Checking debug-ignore v1.0.5 |
639 | 2025-02-28T23:41:19.243Z | Compiling typify v0.2.0 |
640 | 2025-02-28T23:41:19.364Z | Compiling progenitor-impl v0.8.0 |
641 | 2025-02-28T23:41:19.378Z | Checking backoff v0.4.0 |
642 | 2025-02-28T23:41:19.382Z | Checking serde_with v3.11.0 |
643 | 2025-02-28T23:41:19.661Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
644 | 2025-02-28T23:41:19.812Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2025-02-28T23:41:19.973Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
646 | 2025-02-28T23:41:20.422Z | Checking parse-display v0.10.0 |
647 | 2025-02-28T23:41:20.642Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2025-02-28T23:41:20.910Z | Checking strum v0.26.3 |
649 | 2025-02-28T23:41:20.923Z | Checking progenitor-client v0.9.1 |
650 | 2025-02-28T23:41:21.029Z | Checking macaddr v1.0.1 |
651 | 2025-02-28T23:41:21.075Z | Checking regress v0.9.1 |
652 | 2025-02-28T23:41:22.597Z | Compiling progenitor-macro v0.8.0 |
653 | 2025-02-28T23:41:26.204Z | Checking progenitor v0.8.0 |
654 | 2025-02-28T23:41:26.317Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
655 | 2025-02-28T23:41:29.151Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
656 | 2025-02-28T23:41:36.746Z | Checking test-project v0.1.0 (/tmp/test-project) |
657 | 2025-02-28T23:41:36.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
658 | 2025-02-28T23:41:36.960Z | + cargo build --release |
659 | 2025-02-28T23:41:37.236Z | Compiling proc-macro2 v1.0.92 |
660 | 2025-02-28T23:41:37.236Z | Compiling unicode-ident v1.0.14 |
661 | 2025-02-28T23:41:37.236Z | Compiling libc v0.2.169 |
662 | 2025-02-28T23:41:37.236Z | Compiling cfg-if v1.0.0 |
663 | 2025-02-28T23:41:37.236Z | Compiling autocfg v1.4.0 |
664 | 2025-02-28T23:41:37.239Z | Compiling serde v1.0.217 |
665 | 2025-02-28T23:41:37.239Z | Compiling version_check v0.9.5 |
666 | 2025-02-28T23:41:37.239Z | Compiling memchr v2.7.4 |
667 | 2025-02-28T23:41:37.380Z | Compiling serde_json v1.0.135 |
668 | 2025-02-28T23:41:37.445Z | Compiling itoa v1.0.11 |
669 | 2025-02-28T23:41:37.740Z | Compiling thiserror v1.0.69 |
670 | 2025-02-28T23:41:37.843Z | Compiling once_cell v1.20.2 |
671 | 2025-02-28T23:41:37.868Z | Compiling shlex v1.3.0 |
672 | 2025-02-28T23:41:38.184Z | Compiling cc v1.1.30 |
673 | 2025-02-28T23:41:38.264Z | Compiling num-traits v0.2.19 |
674 | 2025-02-28T23:41:38.285Z | Compiling pin-project-lite v0.2.14 |
675 | 2025-02-28T23:41:38.582Z | Compiling getrandom v0.2.15 |
676 | 2025-02-28T23:41:38.654Z | Compiling ryu v1.0.18 |
677 | 2025-02-28T23:41:38.731Z | Compiling smallvec v1.13.2 |
678 | 2025-02-28T23:41:38.953Z | Compiling quote v1.0.38 |
679 | 2025-02-28T23:41:38.979Z | Compiling bytes v1.9.0 |
680 | 2025-02-28T23:41:39.016Z | Compiling futures-core v0.3.31 |
681 | 2025-02-28T23:41:39.222Z | Compiling lock_api v0.4.12 |
682 | 2025-02-28T23:41:39.263Z | Compiling schemars v0.8.21 |
683 | 2025-02-28T23:41:39.280Z | Compiling parking_lot_core v0.9.10 |
684 | 2025-02-28T23:41:39.510Z | Compiling syn v2.0.96 |
685 | 2025-02-28T23:41:39.647Z | Compiling ahash v0.8.11 |
686 | 2025-02-28T23:41:39.722Z | Compiling scopeguard v1.2.0 |
687 | 2025-02-28T23:41:39.736Z | Compiling byteorder v1.5.0 |
688 | 2025-02-28T23:41:40.031Z | Compiling slab v0.4.9 |
689 | 2025-02-28T23:41:40.060Z | Compiling log v0.4.22 |
690 | 2025-02-28T23:41:40.330Z | Compiling futures-sink v0.3.31 |
691 | 2025-02-28T23:41:40.478Z | Compiling parking_lot v0.12.3 |
692 | 2025-02-28T23:41:40.490Z | Compiling signal-hook-registry v1.4.2 |
693 | 2025-02-28T23:41:40.535Z | Compiling socket2 v0.5.7 |
694 | 2025-02-28T23:41:40.684Z | Compiling mio v1.0.2 |
695 | 2025-02-28T23:41:40.777Z | Compiling stable_deref_trait v1.2.0 |
696 | 2025-02-28T23:41:40.887Z | Compiling semver v1.0.24 |
697 | 2025-02-28T23:41:40.960Z | Compiling ring v0.17.8 |
698 | 2025-02-28T23:41:41.109Z | Compiling hashbrown v0.15.1 |
699 | 2025-02-28T23:41:41.424Z | Compiling equivalent v1.0.1 |
700 | 2025-02-28T23:41:41.546Z | Compiling fnv v1.0.7 |
701 | 2025-02-28T23:41:41.694Z | Compiling http v1.2.0 |
702 | 2025-02-28T23:41:42.016Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-28T23:41:42.206Z | Compiling pin-utils v0.1.0 |
704 | 2025-02-28T23:41:42.299Z | Compiling futures-io v0.3.31 |
705 | 2025-02-28T23:41:42.314Z | Compiling futures-task v0.3.31 |
706 | 2025-02-28T23:41:42.506Z | Compiling vcpkg v0.2.15 |
707 | 2025-02-28T23:41:42.598Z | Compiling spin v0.9.8 |
708 | 2025-02-28T23:41:42.641Z | Compiling rustls-pki-types v1.10.0 |
709 | 2025-02-28T23:41:42.665Z | Compiling pkg-config v0.3.31 |
710 | 2025-02-28T23:41:42.847Z | Compiling httparse v1.9.5 |
711 | 2025-02-28T23:41:43.518Z | Compiling iana-time-zone v0.1.61 |
712 | 2025-02-28T23:41:43.705Z | Compiling writeable v0.5.5 |
713 | 2025-02-28T23:41:44.002Z | Compiling openssl-sys v0.9.104 |
714 | 2025-02-28T23:41:44.257Z | Compiling untrusted v0.9.0 |
715 | 2025-02-28T23:41:44.427Z | Compiling heck v0.5.0 |
716 | 2025-02-28T23:41:44.456Z | Compiling litemap v0.7.3 |
717 | 2025-02-28T23:41:44.846Z | Compiling tracing-core v0.1.32 |
718 | 2025-02-28T23:41:44.904Z | Compiling atomic-waker v1.1.2 |
719 | 2025-02-28T23:41:45.095Z | Compiling dyn-clone v1.0.17 |
720 | 2025-02-28T23:41:45.118Z | Compiling ucd-trie v0.1.7 |
721 | 2025-02-28T23:41:45.312Z | Compiling http-body v1.0.1 |
722 | 2025-02-28T23:41:45.546Z | Compiling tracing v0.1.40 |
723 | 2025-02-28T23:41:45.918Z | Compiling subtle v2.6.1 |
724 | 2025-02-28T23:41:46.190Z | Compiling zeroize v1.8.1 |
725 | 2025-02-28T23:41:46.198Z | Compiling try-lock v0.2.5 |
726 | 2025-02-28T23:41:46.228Z | Compiling icu_locid_transform_data v1.5.0 |
727 | 2025-02-28T23:41:46.344Z | Compiling allocator-api2 v0.2.18 |
728 | 2025-02-28T23:41:46.358Z | Compiling want v0.3.1 |
729 | 2025-02-28T23:41:46.556Z | Compiling chrono v0.4.39 |
730 | 2025-02-28T23:41:46.646Z | Compiling icu_properties_data v1.5.0 |
731 | 2025-02-28T23:41:46.674Z | Compiling foreign-types-shared v0.1.1 |
732 | 2025-02-28T23:41:46.784Z | Compiling synstructure v0.13.1 |
733 | 2025-02-28T23:41:46.885Z | Compiling serde_derive_internals v0.29.1 |
734 | 2025-02-28T23:41:47.046Z | Compiling openssl v0.10.66 |
735 | 2025-02-28T23:41:47.228Z | Compiling httpdate v1.0.3 |
736 | 2025-02-28T23:41:47.510Z | Compiling uuid v1.12.0 |
737 | 2025-02-28T23:41:48.073Z | Compiling foreign-types v0.3.2 |
738 | 2025-02-28T23:41:48.229Z | Compiling write16 v1.0.0 |
739 | 2025-02-28T23:41:48.365Z | Compiling tower-service v0.3.3 |
740 | 2025-02-28T23:41:48.406Z | Compiling bitflags v2.6.0 |
741 | 2025-02-28T23:41:48.494Z | Compiling rustls v0.23.19 |
742 | 2025-02-28T23:41:48.847Z | Compiling utf16_iter v1.0.5 |
743 | 2025-02-28T23:41:48.921Z | Compiling native-tls v0.2.12 |
744 | 2025-02-28T23:41:49.079Z | Compiling utf8_iter v1.0.4 |
745 | 2025-02-28T23:41:49.312Z | Compiling slog v2.7.0 |
746 | 2025-02-28T23:41:49.355Z | Compiling percent-encoding v2.3.1 |
747 | 2025-02-28T23:41:49.426Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2025-02-28T23:41:49.526Z | Compiling aho-corasick v1.1.3 |
749 | 2025-02-28T23:41:49.844Z | Compiling form_urlencoded v1.2.1 |
750 | 2025-02-28T23:41:49.877Z | Compiling typenum v1.17.0 |
751 | 2025-02-28T23:41:50.360Z | Compiling regex-syntax v0.8.5 |
752 | 2025-02-28T23:41:50.808Z | Compiling openssl-probe v0.1.5 |
753 | 2025-02-28T23:41:51.217Z | Compiling serde_derive v1.0.217 |
754 | 2025-02-28T23:41:51.321Z | Compiling zerocopy-derive v0.7.35 |
755 | 2025-02-28T23:41:51.728Z | Compiling thiserror-impl v1.0.69 |
756 | 2025-02-28T23:41:52.137Z | Compiling schemars_derive v0.8.21 |
757 | 2025-02-28T23:41:52.284Z | Compiling zerofrom-derive v0.1.4 |
758 | 2025-02-28T23:41:53.356Z | Compiling zerocopy v0.7.35 |
759 | 2025-02-28T23:41:54.741Z | Compiling tokio-macros v2.5.0 |
760 | 2025-02-28T23:41:54.741Z | Compiling yoke-derive v0.7.4 |
761 | 2025-02-28T23:41:54.935Z | Compiling zerovec-derive v0.10.3 |
762 | 2025-02-28T23:41:55.018Z | Compiling futures-macro v0.3.31 |
763 | 2025-02-28T23:41:55.564Z | Compiling zerofrom v0.1.4 |
764 | 2025-02-28T23:41:55.772Z | Compiling displaydoc v0.2.5 |
765 | 2025-02-28T23:41:56.216Z | Compiling tokio v1.43.0 |
766 | 2025-02-28T23:41:56.856Z | Compiling futures-util v0.3.31 |
767 | 2025-02-28T23:41:57.190Z | Compiling yoke v0.7.4 |
768 | 2025-02-28T23:41:57.290Z | Compiling icu_provider_macros v1.5.0 |
769 | 2025-02-28T23:41:57.436Z | Compiling pest v2.7.14 |
770 | 2025-02-28T23:41:57.574Z | Compiling zerovec v0.10.4 |
771 | 2025-02-28T23:42:00.466Z | Compiling tinystr v0.7.6 |
772 | 2025-02-28T23:42:00.508Z | Compiling rustls-webpki v0.102.8 |
773 | 2025-02-28T23:42:00.861Z | Compiling icu_locid v1.5.0 |
774 | 2025-02-28T23:42:03.212Z | Compiling icu_provider v1.5.0 |
775 | 2025-02-28T23:42:04.103Z | Compiling serde_tokenstream v0.2.2 |
776 | 2025-02-28T23:42:04.677Z | Compiling indexmap v2.7.1 |
777 | 2025-02-28T23:42:06.352Z | Compiling tokio-util v0.7.12 |
778 | 2025-02-28T23:42:07.143Z | Compiling icu_locid_transform v1.5.0 |
779 | 2025-02-28T23:42:07.214Z | Compiling hashbrown v0.14.5 |
780 | 2025-02-28T23:42:08.587Z | Compiling h2 v0.4.6 |
781 | 2025-02-28T23:42:08.702Z | Compiling pest_meta v2.7.14 |
782 | 2025-02-28T23:42:10.874Z | Compiling icu_collections v1.5.0 |
783 | 2025-02-28T23:42:12.511Z | Compiling icu_properties v1.5.1 |
784 | 2025-02-28T23:42:13.097Z | Compiling pest_generator v2.7.14 |
785 | 2025-02-28T23:42:13.690Z | Compiling regress v0.10.1 |
786 | 2025-02-28T23:42:14.869Z | Compiling hyper v1.5.2 |
787 | 2025-02-28T23:42:17.175Z | Compiling openssl-macros v0.1.1 |
788 | 2025-02-28T23:42:18.381Z | Compiling hyper-util v0.1.10 |
789 | 2025-02-28T23:42:18.901Z | Compiling typify-impl v0.2.0 |
790 | 2025-02-28T23:42:21.150Z | Compiling icu_normalizer v1.5.0 |
791 | 2025-02-28T23:42:24.492Z | Compiling pest_derive v2.7.14 |
792 | 2025-02-28T23:42:26.946Z | Compiling idna_adapter v1.2.0 |
793 | 2025-02-28T23:42:27.053Z | Compiling http-body-util v0.1.2 |
794 | 2025-02-28T23:42:27.150Z | Compiling regex-automata v0.4.8 |
795 | 2025-02-28T23:42:27.715Z | Compiling generic-array v0.14.7 |
796 | 2025-02-28T23:42:27.975Z | Compiling encoding_rs v0.8.34 |
797 | 2025-02-28T23:42:28.190Z | Compiling mime v0.3.17 |
798 | 2025-02-28T23:42:29.564Z | Compiling typify-macro v0.2.0 |
799 | 2025-02-28T23:42:30.735Z | Compiling tokio-native-tls v0.3.1 |
800 | 2025-02-28T23:42:31.033Z | Compiling idna v1.0.3 |
801 | 2025-02-28T23:42:31.412Z | Compiling regex v1.11.1 |
802 | 2025-02-28T23:42:32.093Z | Compiling serde_urlencoded v0.7.1 |
803 | 2025-02-28T23:42:32.361Z | Compiling tokio-rustls v0.26.0 |
804 | 2025-02-28T23:42:32.678Z | Compiling scroll_derive v0.12.0 |
805 | 2025-02-28T23:42:33.154Z | Compiling webpki-roots v0.26.6 |
806 | 2025-02-28T23:42:33.369Z | Compiling rustls-pemfile v2.2.0 |
807 | 2025-02-28T23:42:34.073Z | Compiling usdt-impl v0.5.0 |
808 | 2025-02-28T23:42:34.214Z | Compiling powerfmt v0.2.0 |
809 | 2025-02-28T23:42:34.349Z | Compiling time-core v0.1.2 |
810 | 2025-02-28T23:42:34.488Z | Compiling num-conv v0.1.0 |
811 | 2025-02-28T23:42:34.698Z | Compiling base64 v0.22.1 |
812 | 2025-02-28T23:42:34.745Z | Compiling time-macros v0.2.18 |
813 | 2025-02-28T23:42:35.971Z | Compiling deranged v0.3.11 |
814 | 2025-02-28T23:42:36.937Z | Compiling scroll v0.12.0 |
815 | 2025-02-28T23:42:37.590Z | Compiling hyper-rustls v0.27.3 |
816 | 2025-02-28T23:42:37.648Z | Compiling url v2.5.3 |
817 | 2025-02-28T23:42:39.211Z | Compiling hyper-tls v0.6.0 |
818 | 2025-02-28T23:42:39.476Z | Compiling thread-id v4.2.2 |
819 | 2025-02-28T23:42:39.706Z | Compiling dtrace-parser v0.2.0 |
820 | 2025-02-28T23:42:41.310Z | Compiling dof v0.3.0 |
821 | 2025-02-28T23:42:42.120Z | Compiling sync_wrapper v1.0.1 |
822 | 2025-02-28T23:42:44.712Z | Compiling strsim v0.11.1 |
823 | 2025-02-28T23:42:44.832Z | Compiling ident_case v1.0.1 |
824 | 2025-02-28T23:42:45.017Z | Compiling omicron-workspace-hack v0.1.0 |
825 | 2025-02-28T23:42:45.368Z | Compiling syn v1.0.109 |
826 | 2025-02-28T23:42:45.375Z | Compiling crossbeam-utils v0.8.20 |
827 | 2025-02-28T23:42:45.946Z | Compiling ipnet v2.10.1 |
828 | 2025-02-28T23:42:46.128Z | Compiling plain v0.2.3 |
829 | 2025-02-28T23:42:46.571Z | Compiling num_threads v0.1.7 |
830 | 2025-02-28T23:42:46.701Z | Compiling time v0.3.36 |
831 | 2025-02-28T23:42:48.326Z | Compiling reqwest v0.12.9 |
832 | 2025-02-28T23:42:48.383Z | Compiling goblin v0.8.2 |
833 | 2025-02-28T23:42:49.146Z | Compiling darling_core v0.20.10 |
834 | 2025-02-28T23:42:59.434Z | Compiling typify v0.2.0 |
835 | 2025-02-28T23:42:59.564Z | Compiling openapiv3 v2.0.0 |
836 | 2025-02-28T23:43:00.490Z | Compiling dirs-sys-next v0.1.2 |
837 | 2025-02-28T23:43:02.074Z | Compiling newtype-uuid v1.2.1 |
838 | 2025-02-28T23:43:02.445Z | Compiling rustversion v1.0.17 |
839 | 2025-02-28T23:43:03.130Z | Compiling pretty-hex v0.4.1 |
840 | 2025-02-28T23:43:03.389Z | Compiling unsafe-libyaml v0.2.11 |
841 | 2025-02-28T23:43:03.787Z | Compiling paste v1.0.15 |
842 | 2025-02-28T23:43:04.326Z | Compiling rustls v0.22.4 |
843 | 2025-02-28T23:43:04.767Z | Compiling serde_yaml v0.9.34+deprecated |
844 | 2025-02-28T23:43:05.111Z | Compiling progenitor-impl v0.8.0 |
845 | 2025-02-28T23:43:08.300Z | Compiling dirs-next v2.0.0 |
846 | 2025-02-28T23:43:09.930Z | Compiling darling_macro v0.20.10 |
847 | 2025-02-28T23:43:12.041Z | Compiling crypto-common v0.1.6 |
848 | 2025-02-28T23:43:12.276Z | Compiling block-buffer v0.10.4 |
849 | 2025-02-28T23:43:12.537Z | Compiling ipnetwork v0.20.0 |
850 | 2025-02-28T23:43:12.846Z | Compiling serde_spanned v0.6.8 |
851 | 2025-02-28T23:43:13.107Z | Compiling toml_datetime v0.6.8 |
852 | 2025-02-28T23:43:13.213Z | Compiling ppv-lite86 v0.2.20 |
853 | 2025-02-28T23:43:13.729Z | Compiling structmeta-derive v0.3.0 |
854 | 2025-02-28T23:43:13.801Z | Compiling rand_core v0.6.4 |
855 | 2025-02-28T23:43:14.183Z | Compiling thread_local v1.1.8 |
856 | 2025-02-28T23:43:14.276Z | Compiling multer v3.1.0 |
857 | 2025-02-28T23:43:14.647Z | Compiling slog-async v2.8.0 |
858 | 2025-02-28T23:43:14.899Z | Compiling anyhow v1.0.95 |
859 | 2025-02-28T23:43:15.166Z | Compiling either v1.13.0 |
860 | 2025-02-28T23:43:15.250Z | Compiling winnow v0.6.20 |
861 | 2025-02-28T23:43:15.502Z | Compiling match_cfg v0.1.0 |
862 | 2025-02-28T23:43:15.567Z | Compiling camino v1.1.9 |
863 | 2025-02-28T23:43:15.596Z | Compiling thiserror v2.0.11 |
864 | 2025-02-28T23:43:16.235Z | Compiling hostname v0.3.1 |
865 | 2025-02-28T23:43:16.334Z | Compiling structmeta v0.3.0 |
866 | 2025-02-28T23:43:16.470Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
867 | 2025-02-28T23:43:16.507Z | Compiling itertools v0.10.5 |
868 | 2025-02-28T23:43:16.966Z | Compiling rand_chacha v0.3.1 |
869 | 2025-02-28T23:43:17.634Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
870 | 2025-02-28T23:43:17.689Z | Compiling digest v0.10.7 |
871 | 2025-02-28T23:43:18.099Z | Compiling crossbeam-channel v0.5.13 |
872 | 2025-02-28T23:43:18.749Z | Compiling progenitor-macro v0.8.0 |
873 | 2025-02-28T23:43:19.505Z | Compiling toml_edit v0.22.22 |
874 | 2025-02-28T23:43:19.556Z | Compiling darling v0.20.10 |
875 | 2025-02-28T23:43:19.775Z | Compiling term v0.7.0 |
876 | 2025-02-28T23:43:25.634Z | Compiling usdt-attr-macro v0.5.0 |
877 | 2025-02-28T23:43:27.116Z | Compiling usdt-macro v0.5.0 |
878 | 2025-02-28T23:43:28.422Z | Compiling progenitor-client v0.8.0 |
879 | 2025-02-28T23:43:28.476Z | Compiling slog-json v2.6.1 |
880 | 2025-02-28T23:43:29.195Z | Compiling futures-executor v0.3.31 |
881 | 2025-02-28T23:43:29.364Z | Compiling thiserror-impl v2.0.11 |
882 | 2025-02-28T23:43:30.104Z | Compiling async-stream-impl v0.3.6 |
883 | 2025-02-28T23:43:30.391Z | Compiling memmap v0.7.0 |
884 | 2025-02-28T23:43:30.864Z | Compiling is-terminal v0.4.13 |
885 | 2025-02-28T23:43:31.000Z | Compiling dropshot v0.15.1 |
886 | 2025-02-28T23:43:31.387Z | Compiling take_mut v0.2.2 |
887 | 2025-02-28T23:43:31.449Z | Compiling cpufeatures v0.2.14 |
888 | 2025-02-28T23:43:31.554Z | Compiling sha1 v0.10.6 |
889 | 2025-02-28T23:43:32.375Z | Compiling async-stream v0.3.6 |
890 | 2025-02-28T23:43:32.662Z | Compiling slog-term v2.9.1 |
891 | 2025-02-28T23:43:32.732Z | Compiling usdt v0.5.0 |
892 | 2025-02-28T23:43:33.153Z | Compiling progenitor v0.8.0 |
893 | 2025-02-28T23:43:33.349Z | Compiling futures v0.3.31 |
894 | 2025-02-28T23:43:33.494Z | Compiling tokio-rustls v0.25.0 |
895 | 2025-02-28T23:43:34.046Z | Compiling slog-bunyan v2.5.0 |
896 | 2025-02-28T23:43:34.255Z | Compiling strum_macros v0.26.4 |
897 | 2025-02-28T23:43:34.337Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
898 | 2025-02-28T23:43:35.010Z | Compiling toml v0.8.19 |
899 | 2025-02-28T23:43:35.559Z | Compiling serde_with_macros v3.11.0 |
900 | 2025-02-28T23:43:36.103Z | Compiling rand v0.8.5 |
901 | 2025-02-28T23:43:38.777Z | Compiling parse-display-derive v0.10.0 |
902 | 2025-02-28T23:43:40.766Z | Compiling dropshot_endpoint v0.15.1 |
903 | 2025-02-28T23:43:40.993Z | Compiling hex v0.4.3 |
904 | 2025-02-28T23:43:41.649Z | Compiling serde_path_to_error v0.1.16 |
905 | 2025-02-28T23:43:42.423Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
906 | 2025-02-28T23:43:42.605Z | Compiling async-trait v0.1.85 |
907 | 2025-02-28T23:43:42.651Z | Compiling waitgroup v0.1.2 |
908 | 2025-02-28T23:43:42.903Z | Compiling hostname v0.4.0 |
909 | 2025-02-28T23:43:43.181Z | Compiling instant v0.1.13 |
910 | 2025-02-28T23:43:43.317Z | Compiling debug-ignore v1.0.5 |
911 | 2025-02-28T23:43:43.350Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
912 | 2025-02-28T23:43:43.471Z | Compiling backoff v0.4.0 |
913 | 2025-02-28T23:43:43.565Z | Compiling parse-display v0.10.0 |
914 | 2025-02-28T23:43:43.825Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
915 | 2025-02-28T23:43:44.016Z | Compiling strum v0.26.3 |
916 | 2025-02-28T23:43:44.050Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
917 | 2025-02-28T23:43:44.207Z | Compiling serde_with v3.11.0 |
918 | 2025-02-28T23:43:44.956Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
919 | 2025-02-28T23:43:45.635Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
920 | 2025-02-28T23:43:45.723Z | Compiling progenitor-client v0.9.1 |
921 | 2025-02-28T23:43:46.484Z | Compiling regress v0.9.1 |
922 | 2025-02-28T23:43:46.721Z | Compiling macaddr v1.0.1 |
923 | 2025-02-28T23:43:55.655Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
924 | 2025-02-28T23:44:06.079Z | Compiling test-project v0.1.0 (/tmp/test-project) |
925 | 2025-02-28T23:44:16.476Z | Finished `release` profile [optimized] target(s) in 2m 39s |
926 | 2025-02-28T23:44:16.547Z | process exited: duration 229842 ms, exit code 0 |
|
927 | 2025-02-28T23:44:16.554Z | found 0 output files |