|
|
|
1 | 2025-03-22T19:15:48.291Z | job assigned to worker 01JPZME4X6J3S7WP375QEG7BBD [factory aws, i-0b16216464389e013] (queued for 1 m 28 s) |
|
2 | 2025-03-22T19:15:56.680Z | starting task 0: "setup" |
3 | 2025-03-22T19:15:56.683Z | ++ uname -s |
4 | 2025-03-22T19:15:56.686Z | + kern=SunOS |
5 | 2025-03-22T19:15:56.686Z | + build_user=build |
6 | 2025-03-22T19:15:56.687Z | + build_uid=12345 |
7 | 2025-03-22T19:15:56.687Z | + work_dir=/work |
8 | 2025-03-22T19:15:56.687Z | + input_dir=/input |
9 | 2025-03-22T19:15:56.687Z | + [[ 0 == 12345 ]] |
10 | 2025-03-22T19:15:56.687Z | + case "$kern" in |
11 | 2025-03-22T19:15:56.687Z | + groupadd -g 12345 build |
12 | 2025-03-22T19:15:56.690Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-22T19:15:58.696Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-22T19:15:58.815Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-22T19:15:58.818Z | + home_fs=zfs |
16 | 2025-03-22T19:15:58.818Z | + [[ zfs == autofs ]] |
17 | 2025-03-22T19:15:58.818Z | + mkdir -p /home/build |
18 | 2025-03-22T19:15:58.821Z | + chown build:build /home/build /work |
19 | 2025-03-22T19:16:00.822Z | + chmod 0700 /home/build /work |
20 | 2025-03-22T19:16:00.825Z | process exited: duration 4148 ms, exit code 0 |
|
21 | 2025-03-22T19:16:00.832Z | starting task 1: "rust-toolchain" |
22 | 2025-03-22T19:16:00.837Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-22T19:16:00.837Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-22T19:16:00.837Z | * rust toolchain profile = "default" |
25 | 2025-03-22T19:16:00.837Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-22T19:16:00.837Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-22T19:16:00.837Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-22T19:16:00.840Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-22T19:16:00.841Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-22T19:16:00.967Z | info: downloading installer |
31 | 2025-03-22T19:16:02.358Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-22T19:16:02.358Z | warn: /opt/ooce/bin |
33 | 2025-03-22T19:16:02.358Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-22T19:16:02.358Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-22T19:16:02.358Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-22T19:16:02.358Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-22T19:16:02.358Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-22T19:16:02.358Z | error: cannot install while Rust is installed |
39 | 2025-03-22T19:16:02.358Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-22T19:16:02.375Z | info: profile set to 'default' |
41 | 2025-03-22T19:16:02.375Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-22T19:16:02.379Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-22T19:16:02.534Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-22T19:16:02.534Z | info: downloading component 'cargo' |
45 | 2025-03-22T19:16:03.300Z | info: downloading component 'clippy' |
46 | 2025-03-22T19:16:03.685Z | info: downloading component 'rust-docs' |
47 | 2025-03-22T19:16:04.831Z | info: downloading component 'rust-std' |
48 | 2025-03-22T19:16:06.838Z | info: downloading component 'rustc' |
49 | 2025-03-22T19:16:12.553Z | info: downloading component 'rustfmt' |
50 | 2025-03-22T19:16:12.787Z | info: installing component 'cargo' |
51 | 2025-03-22T19:16:13.597Z | info: installing component 'clippy' |
52 | 2025-03-22T19:16:13.985Z | info: installing component 'rust-docs' |
53 | 2025-03-22T19:16:15.755Z | info: installing component 'rust-std' |
54 | 2025-03-22T19:16:17.629Z | info: installing component 'rustc' |
55 | 2025-03-22T19:16:23.540Z | info: installing component 'rustfmt' |
56 | 2025-03-22T19:16:23.871Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-22T19:16:23.871Z | |
58 | 2025-03-22T19:16:24.239Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-22T19:16:24.240Z | |
60 | 2025-03-22T19:16:24.243Z | |
61 | 2025-03-22T19:16:24.243Z | Rust is installed now. Great! |
62 | 2025-03-22T19:16:24.243Z | |
63 | 2025-03-22T19:16:24.243Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-22T19:16:24.243Z | environment variable. This has not been done automatically. |
65 | 2025-03-22T19:16:24.243Z | |
66 | 2025-03-22T19:16:24.243Z | To configure your current shell, you need to source |
67 | 2025-03-22T19:16:24.243Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-22T19:16:24.243Z | |
69 | 2025-03-22T19:16:24.243Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-22T19:16:24.243Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-22T19:16:24.243Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-22T19:16:24.243Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-22T19:16:24.315Z | + rustup --version |
74 | 2025-03-22T19:16:24.326Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-22T19:16:24.326Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-22T19:16:24.354Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-22T19:16:24.357Z | + cargo --version |
78 | 2025-03-22T19:16:24.375Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-22T19:16:24.378Z | + rustc --version |
80 | 2025-03-22T19:16:24.403Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-22T19:16:24.406Z | process exited: duration 23568 ms, exit code 0 |
|
82 | 2025-03-22T19:16:24.413Z | starting task 2: "authentication" |
83 | 2025-03-22T19:16:24.434Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-22T19:16:24.441Z | starting task 3: "clone repository" |
85 | 2025-03-22T19:16:24.446Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-22T19:16:24.449Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-22T19:16:24.487Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-22T19:16:31.976Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-22T19:16:31.976Z | + git fetch origin c2233b9416fade311f4d1984aa3df2f786549aee |
90 | 2025-03-22T19:16:32.306Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-22T19:16:32.306Z | * branch c2233b9416fade311f4d1984aa3df2f786549aee -> FETCH_HEAD |
92 | 2025-03-22T19:16:32.317Z | + [[ -n no-downgrades ]] |
93 | 2025-03-22T19:16:32.320Z | ++ git branch --show-current |
94 | 2025-03-22T19:16:32.323Z | + current=main |
95 | 2025-03-22T19:16:32.323Z | + [[ main != no-downgrades ]] |
96 | 2025-03-22T19:16:32.323Z | + git branch -f no-downgrades c2233b9416fade311f4d1984aa3df2f786549aee |
97 | 2025-03-22T19:16:32.327Z | + git checkout -f no-downgrades |
98 | 2025-03-22T19:16:32.516Z | Switched to branch 'no-downgrades' |
99 | 2025-03-22T19:16:32.519Z | + git reset --hard c2233b9416fade311f4d1984aa3df2f786549aee |
100 | 2025-03-22T19:16:32.531Z | HEAD is now at c2233b941 Better comments & error message |
101 | 2025-03-22T19:16:32.535Z | process exited: duration 8089 ms, exit code 0 |
|
102 | 2025-03-22T19:16:32.542Z | starting task 4: "build" |
103 | 2025-03-22T19:16:32.547Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-22T19:16:32.550Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-22T19:16:32.550Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-22T19:16:32.550Z | + cargo --version |
107 | 2025-03-22T19:16:32.601Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-22T19:16:32.605Z | + rustc --version |
109 | 2025-03-22T19:16:32.670Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-22T19:16:32.674Z | + cd /tmp |
111 | 2025-03-22T19:16:32.674Z | + cargo new --lib test-project |
112 | 2025-03-22T19:16:32.695Z | Creating library `test-project` package |
113 | 2025-03-22T19:16:32.780Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-22T19:16:32.784Z | + cd test-project |
115 | 2025-03-22T19:16:32.784Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-22T19:16:32.807Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-22T19:16:32.811Z | Features: |
118 | 2025-03-22T19:16:32.811Z | - proptest |
119 | 2025-03-22T19:16:32.811Z | - test-strategy |
120 | 2025-03-22T19:16:32.811Z | - testing |
121 | 2025-03-22T19:16:32.839Z | Updating crates.io index |
122 | 2025-03-22T19:16:32.907Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-22T19:16:33.380Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-22T19:16:33.854Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-22T19:16:34.220Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-22T19:16:35.686Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-22T19:16:35.867Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-22T19:16:35.870Z | + cargo check |
129 | 2025-03-22T19:16:36.014Z | Updating crates.io index |
130 | 2025-03-22T19:16:36.923Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-22T19:16:36.923Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-22T19:16:36.981Z | Downloading crates ... |
133 | 2025-03-22T19:16:37.075Z | Downloaded darling_macro v0.20.10 |
134 | 2025-03-22T19:16:37.089Z | Downloaded autocfg v1.4.0 |
135 | 2025-03-22T19:16:37.092Z | Downloaded structmeta-derive v0.3.0 |
136 | 2025-03-22T19:16:37.095Z | Downloaded strsim v0.11.1 |
137 | 2025-03-22T19:16:37.102Z | Downloaded stable_deref_trait v1.2.0 |
138 | 2025-03-22T19:16:37.102Z | Downloaded http-body v1.0.1 |
139 | 2025-03-22T19:16:37.102Z | Downloaded foreign-types v0.3.2 |
140 | 2025-03-22T19:16:37.102Z | Downloaded equivalent v1.0.1 |
141 | 2025-03-22T19:16:37.116Z | Downloaded dtrace-parser v0.2.0 |
142 | 2025-03-22T19:16:37.120Z | Downloaded icu_provider_macros v1.5.0 |
143 | 2025-03-22T19:16:37.123Z | Downloaded ident_case v1.0.1 |
144 | 2025-03-22T19:16:37.123Z | Downloaded foreign-types-shared v0.1.1 |
145 | 2025-03-22T19:16:37.127Z | Downloaded instant v0.1.13 |
146 | 2025-03-22T19:16:37.130Z | Downloaded httpdate v1.0.3 |
147 | 2025-03-22T19:16:37.133Z | Downloaded structmeta v0.3.0 |
148 | 2025-03-22T19:16:37.133Z | Downloaded async-stream-impl v0.3.6 |
149 | 2025-03-22T19:16:37.133Z | Downloaded block-buffer v0.10.4 |
150 | 2025-03-22T19:16:37.137Z | Downloaded atomic-waker v1.1.2 |
151 | 2025-03-22T19:16:37.140Z | Downloaded crypto-common v0.1.6 |
152 | 2025-03-22T19:16:37.140Z | Downloaded byteorder v1.5.0 |
153 | 2025-03-22T19:16:37.143Z | Downloaded bit-set v0.8.0 |
154 | 2025-03-22T19:16:37.146Z | Downloaded cfg-if v1.0.0 |
155 | 2025-03-22T19:16:37.146Z | Downloaded libc v0.2.170 |
156 | 2025-03-22T19:16:37.171Z | Downloaded time v0.3.36 |
157 | 2025-03-22T19:16:37.178Z | Downloaded thread-id v4.2.2 |
158 | 2025-03-22T19:16:37.181Z | Downloaded tower v0.5.2 |
159 | 2025-03-22T19:16:37.190Z | Downloaded lazy_static v1.5.0 |
160 | 2025-03-22T19:16:37.193Z | Downloaded fastrand v2.1.1 |
161 | 2025-03-22T19:16:37.196Z | Downloaded syn v2.0.98 |
162 | 2025-03-22T19:16:37.206Z | Downloaded toml_edit v0.22.24 |
163 | 2025-03-22T19:16:37.229Z | Downloaded tower-service v0.3.3 |
164 | 2025-03-22T19:16:37.232Z | Downloaded subtle v2.6.1 |
165 | 2025-03-22T19:16:37.232Z | Downloaded async-trait v0.1.87 |
166 | 2025-03-22T19:16:37.235Z | Downloaded tower-layer v0.3.3 |
167 | 2025-03-22T19:16:37.235Z | Downloaded toml_datetime v0.6.8 |
168 | 2025-03-22T19:16:37.238Z | Downloaded write16 v1.0.0 |
169 | 2025-03-22T19:16:37.241Z | Downloaded thiserror-impl v1.0.69 |
170 | 2025-03-22T19:16:37.241Z | Downloaded futures-core v0.3.31 |
171 | 2025-03-22T19:16:37.245Z | Downloaded cpufeatures v0.2.14 |
172 | 2025-03-22T19:16:37.245Z | Downloaded usdt-macro v0.5.0 |
173 | 2025-03-22T19:16:37.248Z | Downloaded thiserror v1.0.69 |
174 | 2025-03-22T19:16:37.251Z | Downloaded yoke-derive v0.7.4 |
175 | 2025-03-22T19:16:37.254Z | Downloaded want v0.3.1 |
176 | 2025-03-22T19:16:37.254Z | Downloaded usdt-attr-macro v0.5.0 |
177 | 2025-03-22T19:16:37.254Z | Downloaded hyper-rustls v0.27.3 |
178 | 2025-03-22T19:16:37.258Z | Downloaded futures-channel v0.3.31 |
179 | 2025-03-22T19:16:37.261Z | Downloaded match_cfg v0.1.0 |
180 | 2025-03-22T19:16:37.261Z | Downloaded zerofrom v0.1.4 |
181 | 2025-03-22T19:16:37.264Z | Downloaded waitgroup v0.1.2 |
182 | 2025-03-22T19:16:37.264Z | Downloaded ipnetwork v0.21.1 |
183 | 2025-03-22T19:16:37.264Z | Downloaded httparse v1.9.5 |
184 | 2025-03-22T19:16:37.268Z | Downloaded powerfmt v0.2.0 |
185 | 2025-03-22T19:16:37.271Z | Downloaded time-core v0.1.2 |
186 | 2025-03-22T19:16:37.271Z | Downloaded serde_spanned v0.6.8 |
187 | 2025-03-22T19:16:37.271Z | Downloaded openssl-probe v0.1.5 |
188 | 2025-03-22T19:16:37.274Z | Downloaded openssl-macros v0.1.1 |
189 | 2025-03-22T19:16:37.274Z | Downloaded progenitor-client v0.9.1 |
190 | 2025-03-22T19:16:37.274Z | Downloaded percent-encoding v2.3.1 |
191 | 2025-03-22T19:16:37.277Z | Downloaded ipnet v2.11.0 |
192 | 2025-03-22T19:16:37.278Z | Downloaded displaydoc v0.2.5 |
193 | 2025-03-22T19:16:37.281Z | Downloaded pretty-hex v0.4.1 |
194 | 2025-03-22T19:16:37.281Z | Downloaded num_threads v0.1.7 |
195 | 2025-03-22T19:16:37.284Z | Downloaded iana-time-zone v0.1.61 |
196 | 2025-03-22T19:16:37.287Z | Downloaded scroll_derive v0.12.0 |
197 | 2025-03-22T19:16:37.287Z | Downloaded allocator-api2 v0.2.18 |
198 | 2025-03-22T19:16:37.290Z | Downloaded writeable v0.5.5 |
199 | 2025-03-22T19:16:37.293Z | Downloaded utf8_iter v1.0.4 |
200 | 2025-03-22T19:16:37.293Z | Downloaded utf16_iter v1.0.5 |
201 | 2025-03-22T19:16:37.296Z | Downloaded wait-timeout v0.2.0 |
202 | 2025-03-22T19:16:37.296Z | Downloaded progenitor-client v0.8.0 |
203 | 2025-03-22T19:16:37.296Z | Downloaded plain v0.2.3 |
204 | 2025-03-22T19:16:37.299Z | Downloaded memmap v0.7.0 |
205 | 2025-03-22T19:16:37.299Z | Downloaded pin-utils v0.1.0 |
206 | 2025-03-22T19:16:37.302Z | Downloaded tinystr v0.7.6 |
207 | 2025-03-22T19:16:37.302Z | Downloaded progenitor v0.8.0 |
208 | 2025-03-22T19:16:37.305Z | Downloaded newtype-uuid v1.2.1 |
209 | 2025-03-22T19:16:37.306Z | Downloaded mime v0.3.17 |
210 | 2025-03-22T19:16:37.309Z | Downloaded usdt v0.5.0 |
211 | 2025-03-22T19:16:37.309Z | Downloaded version_check v0.9.5 |
212 | 2025-03-22T19:16:37.309Z | Downloaded usdt-impl v0.5.0 |
213 | 2025-03-22T19:16:37.312Z | Downloaded unarray v0.1.4 |
214 | 2025-03-22T19:16:37.312Z | Downloaded untrusted v0.9.0 |
215 | 2025-03-22T19:16:37.315Z | Downloaded zerovec-derive v0.10.3 |
216 | 2025-03-22T19:16:37.315Z | Downloaded zerocopy-derive v0.7.35 |
217 | 2025-03-22T19:16:37.319Z | Downloaded test-strategy v0.4.0 |
218 | 2025-03-22T19:16:37.323Z | Downloaded serde_derive_internals v0.29.1 |
219 | 2025-03-22T19:16:37.327Z | Downloaded icu_normalizer_data v1.5.0 |
220 | 2025-03-22T19:16:37.330Z | Downloaded oxnet v0.1.1 |
221 | 2025-03-22T19:16:37.330Z | Downloaded icu_locid_transform_data v1.5.0 |
222 | 2025-03-22T19:16:37.333Z | Downloaded sha1 v0.10.6 |
223 | 2025-03-22T19:16:37.333Z | Downloaded rustc-hash v2.1.1 |
224 | 2025-03-22T19:16:37.337Z | Downloaded rand_core v0.6.4 |
225 | 2025-03-22T19:16:37.337Z | Downloaded lock_api v0.4.12 |
226 | 2025-03-22T19:16:37.340Z | Downloaded pest_generator v2.7.14 |
227 | 2025-03-22T19:16:37.340Z | Downloaded native-tls v0.2.12 |
228 | 2025-03-22T19:16:37.343Z | Downloaded signal-hook-registry v1.4.2 |
229 | 2025-03-22T19:16:37.343Z | Downloaded rand_xorshift v0.3.0 |
230 | 2025-03-22T19:16:37.343Z | Downloaded indexmap v1.9.3 |
231 | 2025-03-22T19:16:37.347Z | Downloaded serde_urlencoded v0.7.1 |
232 | 2025-03-22T19:16:37.351Z | Downloaded multer v3.1.0 |
233 | 2025-03-22T19:16:37.354Z | Downloaded rusty-fork v0.3.0 |
234 | 2025-03-22T19:16:37.354Z | Downloaded scroll v0.12.0 |
235 | 2025-03-22T19:16:37.354Z | Downloaded rustversion v1.0.17 |
236 | 2025-03-22T19:16:37.357Z | Downloaded shlex v1.3.0 |
237 | 2025-03-22T19:16:37.361Z | Downloaded paste v1.0.15 |
238 | 2025-03-22T19:16:37.361Z | Downloaded parse-display-derive v0.10.0 |
239 | 2025-03-22T19:16:37.364Z | Downloaded typify v0.2.0 |
240 | 2025-03-22T19:16:37.367Z | Downloaded rand_chacha v0.3.1 |
241 | 2025-03-22T19:16:37.367Z | Downloaded sha2 v0.10.8 |
242 | 2025-03-22T19:16:37.370Z | Downloaded quinn-udp v0.5.5 |
243 | 2025-03-22T19:16:37.370Z | Downloaded parse-display v0.10.0 |
244 | 2025-03-22T19:16:37.374Z | Downloaded icu_normalizer v1.5.0 |
245 | 2025-03-22T19:16:37.377Z | Downloaded progenitor-macro v0.8.0 |
246 | 2025-03-22T19:16:37.377Z | Downloaded tinyvec v1.8.0 |
247 | 2025-03-22T19:16:37.380Z | Downloaded rustls-pemfile v2.2.0 |
248 | 2025-03-22T19:16:37.383Z | Downloaded num-traits v0.2.19 |
249 | 2025-03-22T19:16:37.386Z | Downloaded typenum v1.17.0 |
250 | 2025-03-22T19:16:37.390Z | Downloaded spin v0.9.8 |
251 | 2025-03-22T19:16:37.393Z | Downloaded quote v1.0.39 |
252 | 2025-03-22T19:16:37.393Z | Downloaded icu_locid v1.5.0 |
253 | 2025-03-22T19:16:37.398Z | Downloaded parking_lot_core v0.9.10 |
254 | 2025-03-22T19:16:37.401Z | Downloaded icu_properties v1.5.1 |
255 | 2025-03-22T19:16:37.404Z | Downloaded unsafe-libyaml v0.2.11 |
256 | 2025-03-22T19:16:37.407Z | Downloaded slog-bunyan v2.5.0 |
257 | 2025-03-22T19:16:37.411Z | Downloaded quick-error v1.2.3 |
258 | 2025-03-22T19:16:37.411Z | Downloaded tracing v0.1.40 |
259 | 2025-03-22T19:16:37.414Z | Downloaded slog-async v2.8.0 |
260 | 2025-03-22T19:16:37.417Z | Downloaded darling_core v0.20.10 |
261 | 2025-03-22T19:16:37.420Z | Downloaded pest_derive v2.7.14 |
262 | 2025-03-22T19:16:37.423Z | Downloaded uuid v1.15.1 |
263 | 2025-03-22T19:16:37.427Z | Downloaded socket2 v0.5.8 |
264 | 2025-03-22T19:16:37.430Z | Downloaded openssl-sys v0.9.106 |
265 | 2025-03-22T19:16:37.434Z | Downloaded anyhow v1.0.97 |
266 | 2025-03-22T19:16:37.438Z | Downloaded url v2.5.3 |
267 | 2025-03-22T19:16:37.442Z | Downloaded icu_collections v1.5.0 |
268 | 2025-03-22T19:16:37.448Z | Downloaded progenitor-impl v0.8.0 |
269 | 2025-03-22T19:16:37.451Z | Downloaded base64 v0.22.1 |
270 | 2025-03-22T19:16:37.454Z | Downloaded slog-term v2.9.1 |
271 | 2025-03-22T19:16:37.457Z | Downloaded semver v1.0.25 |
272 | 2025-03-22T19:16:37.461Z | Downloaded slog-json v2.6.1 |
273 | 2025-03-22T19:16:37.464Z | Downloaded mio v1.0.2 |
274 | 2025-03-22T19:16:37.467Z | Downloaded ryu v1.0.18 |
275 | 2025-03-22T19:16:37.470Z | Downloaded proc-macro2 v1.0.94 |
276 | 2025-03-22T19:16:37.474Z | Downloaded bytes v1.10.1 |
277 | 2025-03-22T19:16:37.478Z | Downloaded schemars v0.8.22 |
278 | 2025-03-22T19:16:37.490Z | Downloaded serde_json v1.0.139 |
279 | 2025-03-22T19:16:37.497Z | Downloaded slog v2.7.0 |
280 | 2025-03-22T19:16:37.500Z | Downloaded serde_derive v1.0.218 |
281 | 2025-03-22T19:16:37.503Z | Downloaded hashbrown v0.12.3 |
282 | 2025-03-22T19:16:37.508Z | Downloaded pest v2.7.14 |
283 | 2025-03-22T19:16:37.514Z | Downloaded winnow v0.7.3 |
284 | 2025-03-22T19:16:37.523Z | Downloaded serde v1.0.218 |
285 | 2025-03-22T19:16:37.527Z | Downloaded http v1.2.0 |
286 | 2025-03-22T19:16:37.531Z | Downloaded vcpkg v0.2.15 |
287 | 2025-03-22T19:16:37.569Z | Downloaded rand v0.8.5 |
288 | 2025-03-22T19:16:37.572Z | Downloaded webpki-roots v0.26.6 |
289 | 2025-03-22T19:16:37.575Z | Downloaded indexmap v2.7.1 |
290 | 2025-03-22T19:16:37.579Z | Downloaded rustls-pki-types v1.10.0 |
291 | 2025-03-22T19:16:37.583Z | Downloaded regex v1.11.1 |
292 | 2025-03-22T19:16:37.596Z | Downloaded idna v1.0.3 |
293 | 2025-03-22T19:16:37.600Z | Downloaded hashbrown v0.15.1 |
294 | 2025-03-22T19:16:37.605Z | Downloaded hyper v1.6.0 |
295 | 2025-03-22T19:16:37.612Z | Downloaded aho-corasick v1.1.3 |
296 | 2025-03-22T19:16:37.617Z | Downloaded regress v0.10.3 |
297 | 2025-03-22T19:16:37.626Z | Downloaded openssl v0.10.71 |
298 | 2025-03-22T19:16:37.635Z | Downloaded quinn v0.11.5 |
299 | 2025-03-22T19:16:37.639Z | Downloaded regex-syntax v0.8.5 |
300 | 2025-03-22T19:16:37.647Z | Downloaded openapiv3 v2.0.0 |
301 | 2025-03-22T19:16:37.658Z | Downloaded goblin v0.8.2 |
302 | 2025-03-22T19:16:37.664Z | Downloaded serde_with v3.12.0 |
303 | 2025-03-22T19:16:37.672Z | Downloaded rustls-webpki v0.102.8 |
304 | 2025-03-22T19:16:37.690Z | Downloaded quinn-proto v0.11.8 |
305 | 2025-03-22T19:16:37.696Z | Downloaded typify-impl v0.2.0 |
306 | 2025-03-22T19:16:37.709Z | Downloaded chrono v0.4.40 |
307 | 2025-03-22T19:16:37.717Z | Downloaded icu_properties_data v1.5.0 |
308 | 2025-03-22T19:16:37.726Z | Downloaded reqwest v0.12.12 |
309 | 2025-03-22T19:16:37.735Z | Downloaded proptest v1.6.0 |
310 | 2025-03-22T19:16:37.743Z | Downloaded h2 v0.4.6 |
311 | 2025-03-22T19:16:37.750Z | Downloaded futures-util v0.3.31 |
312 | 2025-03-22T19:16:37.760Z | Downloaded rustls v0.22.4 |
313 | 2025-03-22T19:16:37.772Z | Downloaded rustix v0.38.37 |
314 | 2025-03-22T19:16:37.792Z | Downloaded rustls v0.23.19 |
315 | 2025-03-22T19:16:37.803Z | Downloaded dropshot v0.16.0 |
316 | 2025-03-22T19:16:37.823Z | Downloaded crossbeam-channel v0.5.13 |
317 | 2025-03-22T19:16:37.826Z | Downloaded serde_yaml v0.9.34+deprecated |
318 | 2025-03-22T19:16:37.830Z | Downloaded zerocopy v0.7.35 |
319 | 2025-03-22T19:16:37.843Z | Downloaded cc v1.2.15 |
320 | 2025-03-22T19:16:37.847Z | Downloaded zerovec v0.10.4 |
321 | 2025-03-22T19:16:37.852Z | Downloaded pest_meta v2.7.14 |
322 | 2025-03-22T19:16:37.855Z | Downloaded memchr v2.7.4 |
323 | 2025-03-22T19:16:37.858Z | Downloaded tracing-core v0.1.32 |
324 | 2025-03-22T19:16:37.861Z | Downloaded tokio v1.43.0 |
325 | 2025-03-22T19:16:37.897Z | Downloaded serde_with_macros v3.12.0 |
326 | 2025-03-22T19:16:37.901Z | Downloaded regex-automata v0.4.8 |
327 | 2025-03-22T19:16:37.913Z | Downloaded hyper-util v0.1.10 |
328 | 2025-03-22T19:16:37.917Z | Downloaded smallvec v1.14.0 |
329 | 2025-03-22T19:16:37.920Z | Downloaded unicode-ident v1.0.14 |
330 | 2025-03-22T19:16:37.923Z | Downloaded futures v0.3.31 |
331 | 2025-03-22T19:16:37.926Z | Downloaded time-macros v0.2.18 |
332 | 2025-03-22T19:16:37.929Z | Downloaded parking_lot v0.12.3 |
333 | 2025-03-22T19:16:37.929Z | Downloaded log v0.4.22 |
334 | 2025-03-22T19:16:37.933Z | Downloaded pkg-config v0.3.31 |
335 | 2025-03-22T19:16:37.936Z | Downloaded pin-project-lite v0.2.14 |
336 | 2025-03-22T19:16:37.939Z | Downloaded scopeguard v1.2.0 |
337 | 2025-03-22T19:16:37.939Z | Downloaded ucd-trie v0.1.7 |
338 | 2025-03-22T19:16:37.942Z | Downloaded macaddr v1.0.1 |
339 | 2025-03-22T19:16:37.942Z | Downloaded litemap v0.7.3 |
340 | 2025-03-22T19:16:37.945Z | Downloaded once_cell v1.20.3 |
341 | 2025-03-22T19:16:37.945Z | Downloaded zerofrom-derive v0.1.4 |
342 | 2025-03-22T19:16:37.948Z | Downloaded yoke v0.7.4 |
343 | 2025-03-22T19:16:37.948Z | Downloaded schemars_derive v0.8.22 |
344 | 2025-03-22T19:16:37.951Z | Downloaded serde_tokenstream v0.2.2 |
345 | 2025-03-22T19:16:37.951Z | Downloaded serde_path_to_error v0.1.16 |
346 | 2025-03-22T19:16:37.955Z | Downloaded slab v0.4.9 |
347 | 2025-03-22T19:16:37.955Z | Downloaded ppv-lite86 v0.2.20 |
348 | 2025-03-22T19:16:37.955Z | Downloaded dropshot_endpoint v0.16.0 |
349 | 2025-03-22T19:16:37.958Z | Downloaded icu_provider v1.5.0 |
350 | 2025-03-22T19:16:37.961Z | Downloaded zeroize v1.8.1 |
351 | 2025-03-22T19:16:37.964Z | Downloaded getrandom v0.3.1 |
352 | 2025-03-22T19:16:37.967Z | Downloaded typify-macro v0.2.0 |
353 | 2025-03-22T19:16:37.967Z | Downloaded crossbeam-utils v0.8.20 |
354 | 2025-03-22T19:16:37.971Z | Downloaded bitflags v2.6.0 |
355 | 2025-03-22T19:16:37.974Z | Downloaded strum_macros v0.26.4 |
356 | 2025-03-22T19:16:37.974Z | Downloaded camino v1.1.9 |
357 | 2025-03-22T19:16:37.977Z | Downloaded tokio-rustls v0.26.0 |
358 | 2025-03-22T19:16:37.977Z | Downloaded tokio-rustls v0.25.0 |
359 | 2025-03-22T19:16:37.980Z | Downloaded thiserror v2.0.12 |
360 | 2025-03-22T19:16:37.983Z | Downloaded omicron-workspace-hack v0.1.0 |
361 | 2025-03-22T19:16:37.987Z | Downloaded num-conv v0.1.0 |
362 | 2025-03-22T19:16:37.987Z | Downloaded tokio-native-tls v0.3.1 |
363 | 2025-03-22T19:16:37.987Z | Downloaded icu_locid_transform v1.5.0 |
364 | 2025-03-22T19:16:37.990Z | Downloaded getrandom v0.2.15 |
365 | 2025-03-22T19:16:37.993Z | Downloaded dof v0.3.0 |
366 | 2025-03-22T19:16:37.993Z | Downloaded backoff v0.4.0 |
367 | 2025-03-22T19:16:37.996Z | Downloaded try-lock v0.2.5 |
368 | 2025-03-22T19:16:37.996Z | Downloaded tinyvec_macros v0.1.1 |
369 | 2025-03-22T19:16:37.996Z | Downloaded thread_local v1.1.8 |
370 | 2025-03-22T19:16:37.996Z | Downloaded take_mut v0.2.2 |
371 | 2025-03-22T19:16:38.000Z | Downloaded toml v0.8.20 |
372 | 2025-03-22T19:16:38.000Z | Downloaded tokio-util v0.7.13 |
373 | 2025-03-22T19:16:38.006Z | Downloaded tempfile v3.13.0 |
374 | 2025-03-22T19:16:38.009Z | Downloaded strum v0.26.3 |
375 | 2025-03-22T19:16:38.009Z | Downloaded hyper-tls v0.6.0 |
376 | 2025-03-22T19:16:38.012Z | Downloaded ring v0.17.11 |
377 | 2025-03-22T19:16:38.048Z | Downloaded hostname v0.4.0 |
378 | 2025-03-22T19:16:38.051Z | Downloaded errno v0.3.9 |
379 | 2025-03-22T19:16:38.051Z | Downloaded darling v0.20.10 |
380 | 2025-03-22T19:16:38.054Z | Downloaded daft-derive v0.1.2 |
381 | 2025-03-22T19:16:38.057Z | Downloaded bit-vec v0.8.0 |
382 | 2025-03-22T19:16:38.060Z | Downloaded thiserror-impl v2.0.12 |
383 | 2025-03-22T19:16:38.060Z | Downloaded term v0.7.0 |
384 | 2025-03-22T19:16:38.063Z | Downloaded encoding_rs v0.8.34 |
385 | 2025-03-22T19:16:38.081Z | Downloaded idna_adapter v1.2.0 |
386 | 2025-03-22T19:16:38.085Z | Downloaded futures-executor v0.3.31 |
387 | 2025-03-22T19:16:38.085Z | Downloaded debug-ignore v1.0.5 |
388 | 2025-03-22T19:16:38.085Z | Downloaded itoa v1.0.11 |
389 | 2025-03-22T19:16:38.088Z | Downloaded is-terminal v0.4.13 |
390 | 2025-03-22T19:16:38.088Z | Downloaded http-body-util v0.1.2 |
391 | 2025-03-22T19:16:38.088Z | Downloaded hostname v0.3.1 |
392 | 2025-03-22T19:16:38.091Z | Downloaded hex v0.4.3 |
393 | 2025-03-22T19:16:38.091Z | Downloaded foldhash v0.1.3 |
394 | 2025-03-22T19:16:38.091Z | Downloaded fnv v1.0.7 |
395 | 2025-03-22T19:16:38.094Z | Downloaded dyn-clone v1.0.19 |
396 | 2025-03-22T19:16:38.094Z | Downloaded dirs-sys-next v0.1.2 |
397 | 2025-03-22T19:16:38.094Z | Downloaded tokio-macros v2.5.0 |
398 | 2025-03-22T19:16:38.097Z | Downloaded dirs-next v2.0.0 |
399 | 2025-03-22T19:16:38.097Z | Downloaded digest v0.10.7 |
400 | 2025-03-22T19:16:38.097Z | Downloaded synstructure v0.13.1 |
401 | 2025-03-22T19:16:38.101Z | Downloaded sync_wrapper v1.0.1 |
402 | 2025-03-22T19:16:38.101Z | Downloaded heck v0.5.0 |
403 | 2025-03-22T19:16:38.101Z | Downloaded generic-array v0.14.7 |
404 | 2025-03-22T19:16:38.101Z | Downloaded futures-task v0.3.31 |
405 | 2025-03-22T19:16:38.104Z | Downloaded futures-sink v0.3.31 |
406 | 2025-03-22T19:16:38.104Z | Downloaded futures-macro v0.3.31 |
407 | 2025-03-22T19:16:38.104Z | Downloaded futures-io v0.3.31 |
408 | 2025-03-22T19:16:38.104Z | Downloaded form_urlencoded v1.2.1 |
409 | 2025-03-22T19:16:38.107Z | Downloaded deranged v0.3.11 |
410 | 2025-03-22T19:16:38.107Z | Downloaded daft v0.1.2 |
411 | 2025-03-22T19:16:38.107Z | Downloaded async-stream v0.3.6 |
412 | 2025-03-22T19:16:38.237Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-22T19:16:38.241Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-22T19:16:38.241Z | Compiling libc v0.2.170 |
415 | 2025-03-22T19:16:38.241Z | Checking cfg-if v1.0.0 |
416 | 2025-03-22T19:16:38.241Z | Compiling autocfg v1.4.0 |
417 | 2025-03-22T19:16:38.241Z | Compiling serde v1.0.218 |
418 | 2025-03-22T19:16:38.269Z | Checking memchr v2.7.4 |
419 | 2025-03-22T19:16:38.272Z | Checking itoa v1.0.11 |
420 | 2025-03-22T19:16:38.351Z | Compiling serde_json v1.0.139 |
421 | 2025-03-22T19:16:38.491Z | Compiling thiserror v1.0.69 |
422 | 2025-03-22T19:16:38.787Z | Compiling shlex v1.3.0 |
423 | 2025-03-22T19:16:38.865Z | Checking pin-project-lite v0.2.14 |
424 | 2025-03-22T19:16:38.988Z | Checking once_cell v1.20.3 |
425 | 2025-03-22T19:16:39.041Z | Compiling cc v1.2.15 |
426 | 2025-03-22T19:16:39.115Z | Checking smallvec v1.14.0 |
427 | 2025-03-22T19:16:39.267Z | Checking ryu v1.0.18 |
428 | 2025-03-22T19:16:39.345Z | Checking bytes v1.10.1 |
429 | 2025-03-22T19:16:39.427Z | Compiling semver v1.0.25 |
430 | 2025-03-22T19:16:39.514Z | Compiling version_check v0.9.5 |
431 | 2025-03-22T19:16:39.682Z | Checking futures-core v0.3.31 |
432 | 2025-03-22T19:16:39.752Z | Compiling lock_api v0.4.12 |
433 | 2025-03-22T19:16:39.873Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-22T19:16:39.968Z | Compiling quote v1.0.39 |
435 | 2025-03-22T19:16:39.996Z | Checking getrandom v0.2.15 |
436 | 2025-03-22T19:16:40.095Z | Checking scopeguard v1.2.0 |
437 | 2025-03-22T19:16:40.248Z | Checking equivalent v1.0.1 |
438 | 2025-03-22T19:16:40.315Z | Checking foldhash v0.1.3 |
439 | 2025-03-22T19:16:40.319Z | Checking allocator-api2 v0.2.18 |
440 | 2025-03-22T19:16:40.345Z | Compiling syn v2.0.98 |
441 | 2025-03-22T19:16:40.528Z | Compiling slab v0.4.9 |
442 | 2025-03-22T19:16:40.557Z | Checking fnv v1.0.7 |
443 | 2025-03-22T19:16:40.686Z | Checking futures-sink v0.3.31 |
444 | 2025-03-22T19:16:40.761Z | Checking signal-hook-registry v1.4.2 |
445 | 2025-03-22T19:16:40.834Z | Checking socket2 v0.5.8 |
446 | 2025-03-22T19:16:40.868Z | Checking parking_lot v0.12.3 |
447 | 2025-03-22T19:16:40.872Z | Checking mio v1.0.2 |
448 | 2025-03-22T19:16:40.965Z | Checking hashbrown v0.15.1 |
449 | 2025-03-22T19:16:41.022Z | Checking log v0.4.22 |
450 | 2025-03-22T19:16:41.220Z | Compiling num-traits v0.2.19 |
451 | 2025-03-22T19:16:41.296Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-22T19:16:41.309Z | Checking futures-channel v0.3.31 |
453 | 2025-03-22T19:16:41.326Z | Checking pin-utils v0.1.0 |
454 | 2025-03-22T19:16:41.400Z | Checking futures-io v0.3.31 |
455 | 2025-03-22T19:16:41.415Z | Compiling getrandom v0.3.1 |
456 | 2025-03-22T19:16:41.473Z | Checking futures-task v0.3.31 |
457 | 2025-03-22T19:16:41.596Z | Checking http v1.2.0 |
458 | 2025-03-22T19:16:41.658Z | Compiling heck v0.5.0 |
459 | 2025-03-22T19:16:41.718Z | Compiling vcpkg v0.2.15 |
460 | 2025-03-22T19:16:41.988Z | Compiling ring v0.17.11 |
461 | 2025-03-22T19:16:42.041Z | Checking bitflags v2.6.0 |
462 | 2025-03-22T19:16:42.316Z | Checking iana-time-zone v0.1.61 |
463 | 2025-03-22T19:16:42.469Z | Compiling schemars v0.8.22 |
464 | 2025-03-22T19:16:42.481Z | Checking rustls-pki-types v1.10.0 |
465 | 2025-03-22T19:16:42.713Z | Compiling pkg-config v0.3.31 |
466 | 2025-03-22T19:16:43.027Z | Checking dyn-clone v1.0.19 |
467 | 2025-03-22T19:16:43.103Z | Checking untrusted v0.9.0 |
468 | 2025-03-22T19:16:43.164Z | Checking writeable v0.5.5 |
469 | 2025-03-22T19:16:43.223Z | Checking litemap v0.7.3 |
470 | 2025-03-22T19:16:43.235Z | Compiling httparse v1.9.5 |
471 | 2025-03-22T19:16:43.476Z | Checking tracing-core v0.1.32 |
472 | 2025-03-22T19:16:43.510Z | Compiling ucd-trie v0.1.7 |
473 | 2025-03-22T19:16:43.552Z | Checking atomic-waker v1.1.2 |
474 | 2025-03-22T19:16:43.706Z | Compiling openssl-sys v0.9.106 |
475 | 2025-03-22T19:16:43.943Z | Checking http-body v1.0.1 |
476 | 2025-03-22T19:16:43.997Z | Checking byteorder v1.5.0 |
477 | 2025-03-22T19:16:44.075Z | Checking tracing v0.1.40 |
478 | 2025-03-22T19:16:44.371Z | Checking try-lock v0.2.5 |
479 | 2025-03-22T19:16:44.484Z | Checking icu_locid_transform_data v1.5.0 |
480 | 2025-03-22T19:16:44.502Z | Checking subtle v2.6.1 |
481 | 2025-03-22T19:16:44.556Z | Checking zeroize v1.8.1 |
482 | 2025-03-22T19:16:44.721Z | Checking want v0.3.1 |
483 | 2025-03-22T19:16:44.767Z | Checking icu_properties_data v1.5.0 |
484 | 2025-03-22T19:16:44.786Z | Checking httpdate v1.0.3 |
485 | 2025-03-22T19:16:44.798Z | Compiling uuid v1.15.1 |
486 | 2025-03-22T19:16:44.897Z | Checking tower-service v0.3.3 |
487 | 2025-03-22T19:16:45.025Z | Compiling openssl v0.10.71 |
488 | 2025-03-22T19:16:45.069Z | Checking foreign-types-shared v0.1.1 |
489 | 2025-03-22T19:16:45.132Z | Compiling chrono v0.4.40 |
490 | 2025-03-22T19:16:45.185Z | Checking foreign-types v0.3.2 |
491 | 2025-03-22T19:16:45.315Z | Compiling regress v0.10.3 |
492 | 2025-03-22T19:16:45.358Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-22T19:16:45.469Z | Compiling native-tls v0.2.12 |
494 | 2025-03-22T19:16:45.539Z | Checking icu_normalizer_data v1.5.0 |
495 | 2025-03-22T19:16:45.636Z | Checking percent-encoding v2.3.1 |
496 | 2025-03-22T19:16:45.837Z | Checking utf8_iter v1.0.4 |
497 | 2025-03-22T19:16:45.849Z | Checking utf16_iter v1.0.5 |
498 | 2025-03-22T19:16:46.034Z | Compiling slog v2.7.0 |
499 | 2025-03-22T19:16:46.349Z | Compiling regex-syntax v0.8.5 |
500 | 2025-03-22T19:16:46.405Z | Checking write16 v1.0.0 |
501 | 2025-03-22T19:16:46.526Z | Compiling rustls v0.23.19 |
502 | 2025-03-22T19:16:46.595Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-22T19:16:46.925Z | Checking openssl-probe v0.1.5 |
504 | 2025-03-22T19:16:47.087Z | Compiling typenum v1.17.0 |
505 | 2025-03-22T19:16:47.537Z | Compiling serde_derive_internals v0.29.1 |
506 | 2025-03-22T19:16:47.998Z | Compiling synstructure v0.13.1 |
507 | 2025-03-22T19:16:48.084Z | Checking rustls-webpki v0.102.8 |
508 | 2025-03-22T19:16:49.400Z | Compiling generic-array v0.14.7 |
509 | 2025-03-22T19:16:49.759Z | Checking encoding_rs v0.8.34 |
510 | 2025-03-22T19:16:49.799Z | Checking mime v0.3.17 |
511 | 2025-03-22T19:16:50.093Z | Compiling regex-automata v0.4.8 |
512 | 2025-03-22T19:16:51.339Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-22T19:16:51.568Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-22T19:16:51.642Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-22T19:16:51.684Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-22T19:16:52.034Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-22T19:16:52.101Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-22T19:16:53.144Z | Checking tokio v1.43.0 |
519 | 2025-03-22T19:16:53.590Z | Compiling zerocopy-derive v0.7.35 |
520 | 2025-03-22T19:16:54.282Z | Compiling zerovec-derive v0.10.3 |
521 | 2025-03-22T19:16:54.343Z | Compiling futures-macro v0.3.31 |
522 | 2025-03-22T19:16:54.449Z | Compiling displaydoc v0.2.5 |
523 | 2025-03-22T19:16:55.021Z | Checking zerofrom v0.1.4 |
524 | 2025-03-22T19:16:55.236Z | Checking yoke v0.7.4 |
525 | 2025-03-22T19:16:55.398Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-22T19:16:55.580Z | Compiling pest v2.7.14 |
527 | 2025-03-22T19:16:56.097Z | Checking zerocopy v0.7.35 |
528 | 2025-03-22T19:16:56.156Z | Checking futures-util v0.3.31 |
529 | 2025-03-22T19:16:56.454Z | Compiling openssl-macros v0.1.1 |
530 | 2025-03-22T19:16:56.524Z | Checking zerovec v0.10.4 |
531 | 2025-03-22T19:16:56.690Z | Compiling regex v1.11.1 |
532 | 2025-03-22T19:16:58.441Z | Checking tinystr v0.7.6 |
533 | 2025-03-22T19:16:58.729Z | Compiling pest_meta v2.7.14 |
534 | 2025-03-22T19:16:58.772Z | Checking icu_locid v1.5.0 |
535 | 2025-03-22T19:16:59.708Z | Checking icu_provider v1.5.0 |
536 | 2025-03-22T19:16:59.829Z | Checking tokio-util v0.7.13 |
537 | 2025-03-22T19:17:00.299Z | Checking icu_locid_transform v1.5.0 |
538 | 2025-03-22T19:17:00.635Z | Checking icu_collections v1.5.0 |
539 | 2025-03-22T19:17:00.650Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-22T19:17:00.938Z | Checking http-body-util v0.1.2 |
541 | 2025-03-22T19:17:01.304Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-22T19:17:01.323Z | Checking icu_properties v1.5.1 |
543 | 2025-03-22T19:17:01.355Z | Compiling scroll_derive v0.12.0 |
544 | 2025-03-22T19:17:02.317Z | Compiling pest_derive v2.7.14 |
545 | 2025-03-22T19:17:02.416Z | Checking webpki-roots v0.26.6 |
546 | 2025-03-22T19:17:02.576Z | Checking indexmap v2.7.1 |
547 | 2025-03-22T19:17:03.173Z | Compiling serde_tokenstream v0.2.2 |
548 | 2025-03-22T19:17:03.734Z | Checking tokio-native-tls v0.3.1 |
549 | 2025-03-22T19:17:03.746Z | Checking h2 v0.4.6 |
550 | 2025-03-22T19:17:03.852Z | Checking serde_urlencoded v0.7.1 |
551 | 2025-03-22T19:17:03.965Z | Checking rustls-pemfile v2.2.0 |
552 | 2025-03-22T19:17:03.990Z | Checking rand_core v0.6.4 |
553 | 2025-03-22T19:17:04.195Z | Compiling usdt-impl v0.5.0 |
554 | 2025-03-22T19:17:04.259Z | Checking sync_wrapper v1.0.1 |
555 | 2025-03-22T19:17:04.278Z | Checking base64 v0.22.1 |
556 | 2025-03-22T19:17:04.410Z | Compiling rustix v0.38.37 |
557 | 2025-03-22T19:17:04.514Z | Checking icu_normalizer v1.5.0 |
558 | 2025-03-22T19:17:04.601Z | Compiling time-core v0.1.2 |
559 | 2025-03-22T19:17:04.764Z | Compiling paste v1.0.15 |
560 | 2025-03-22T19:17:04.960Z | Compiling num-conv v0.1.0 |
561 | 2025-03-22T19:17:05.098Z | Checking tower-layer v0.3.3 |
562 | 2025-03-22T19:17:05.237Z | Checking powerfmt v0.2.0 |
563 | 2025-03-22T19:17:05.264Z | Checking idna_adapter v1.2.0 |
564 | 2025-03-22T19:17:05.334Z | Compiling time-macros v0.2.18 |
565 | 2025-03-22T19:17:05.377Z | Checking tower v0.5.2 |
566 | 2025-03-22T19:17:05.456Z | Checking idna v1.0.3 |
567 | 2025-03-22T19:17:05.496Z | Checking deranged v0.3.11 |
568 | 2025-03-22T19:17:05.569Z | Compiling dof v0.3.0 |
569 | 2025-03-22T19:17:05.936Z | Checking url v2.5.3 |
570 | 2025-03-22T19:17:06.238Z | Compiling dtrace-parser v0.2.0 |
571 | 2025-03-22T19:17:06.361Z | Checking scroll v0.12.0 |
572 | 2025-03-22T19:17:06.771Z | Compiling typify-impl v0.2.0 |
573 | 2025-03-22T19:17:06.786Z | Compiling thread-id v4.2.2 |
574 | 2025-03-22T19:17:06.899Z | Checking ppv-lite86 v0.2.20 |
575 | 2025-03-22T19:17:07.289Z | Compiling structmeta-derive v0.3.0 |
576 | 2025-03-22T19:17:07.612Z | Checking errno v0.3.9 |
577 | 2025-03-22T19:17:07.768Z | Compiling rustversion v1.0.17 |
578 | 2025-03-22T19:17:07.791Z | Checking num_threads v0.1.7 |
579 | 2025-03-22T19:17:07.888Z | Checking hyper v1.6.0 |
580 | 2025-03-22T19:17:08.058Z | Compiling crossbeam-utils v0.8.20 |
581 | 2025-03-22T19:17:08.411Z | Compiling newtype-uuid v1.2.1 |
582 | 2025-03-22T19:17:08.464Z | Checking ipnet v2.11.0 |
583 | 2025-03-22T19:17:08.765Z | Compiling ident_case v1.0.1 |
584 | 2025-03-22T19:17:08.796Z | Compiling strsim v0.11.1 |
585 | 2025-03-22T19:17:08.896Z | Checking plain v0.2.3 |
586 | 2025-03-22T19:17:09.055Z | Checking goblin v0.8.2 |
587 | 2025-03-22T19:17:09.399Z | Compiling darling_core v0.20.10 |
588 | 2025-03-22T19:17:09.619Z | Compiling structmeta v0.3.0 |
589 | 2025-03-22T19:17:09.854Z | Checking hyper-util v0.1.10 |
590 | 2025-03-22T19:17:10.003Z | Checking time v0.3.36 |
591 | 2025-03-22T19:17:11.390Z | Checking hyper-rustls v0.27.3 |
592 | 2025-03-22T19:17:11.419Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-22T19:17:11.683Z | Checking rand_chacha v0.3.1 |
594 | 2025-03-22T19:17:11.717Z | Checking reqwest v0.12.12 |
595 | 2025-03-22T19:17:12.063Z | Checking ipnetwork v0.21.1 |
596 | 2025-03-22T19:17:12.430Z | Compiling openapiv3 v2.0.0 |
597 | 2025-03-22T19:17:13.363Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-03-22T19:17:13.388Z | Compiling unsafe-libyaml v0.2.11 |
599 | 2025-03-22T19:17:13.532Z | Compiling thiserror v2.0.12 |
600 | 2025-03-22T19:17:13.618Z | Compiling rustls v0.22.4 |
601 | 2025-03-22T19:17:13.943Z | Compiling omicron-workspace-hack v0.1.0 |
602 | 2025-03-22T19:17:13.957Z | Checking pretty-hex v0.4.1 |
603 | 2025-03-22T19:17:14.095Z | Checking fastrand v2.1.1 |
604 | 2025-03-22T19:17:14.415Z | Checking tempfile v3.13.0 |
605 | 2025-03-22T19:17:14.539Z | Compiling darling_macro v0.20.10 |
606 | 2025-03-22T19:17:14.673Z | Compiling serde_yaml v0.9.34+deprecated |
607 | 2025-03-22T19:17:14.764Z | Checking dirs-next v2.0.0 |
608 | 2025-03-22T19:17:14.888Z | Checking oxnet v0.1.1 |
609 | 2025-03-22T19:17:14.902Z | Checking rand v0.8.5 |
610 | 2025-03-22T19:17:15.774Z | Checking crypto-common v0.1.6 |
611 | 2025-03-22T19:17:15.954Z | Checking block-buffer v0.10.4 |
612 | 2025-03-22T19:17:16.069Z | Checking toml_datetime v0.6.8 |
613 | 2025-03-22T19:17:16.154Z | Checking serde_spanned v0.6.8 |
614 | 2025-03-22T19:17:16.157Z | Compiling daft-derive v0.1.2 |
615 | 2025-03-22T19:17:16.157Z | Compiling thiserror-impl v2.0.12 |
616 | 2025-03-22T19:17:16.194Z | Compiling multer v3.1.0 |
617 | 2025-03-22T19:17:16.368Z | Checking wait-timeout v0.2.0 |
618 | 2025-03-22T19:17:16.397Z | Checking thread_local v1.1.8 |
619 | 2025-03-22T19:17:16.460Z | Compiling camino v1.1.9 |
620 | 2025-03-22T19:17:16.536Z | Checking winnow v0.7.3 |
621 | 2025-03-22T19:17:16.550Z | Compiling anyhow v1.0.97 |
622 | 2025-03-22T19:17:16.684Z | Compiling slog-async v2.8.0 |
623 | 2025-03-22T19:17:17.059Z | Checking bit-vec v0.8.0 |
624 | 2025-03-22T19:17:17.154Z | Checking match_cfg v0.1.0 |
625 | 2025-03-22T19:17:17.193Z | Checking quick-error v1.2.3 |
626 | 2025-03-22T19:17:17.241Z | Checking hostname v0.3.1 |
627 | 2025-03-22T19:17:17.337Z | Checking rusty-fork v0.3.0 |
628 | 2025-03-22T19:17:17.430Z | Checking bit-set v0.8.0 |
629 | 2025-03-22T19:17:17.639Z | Checking daft v0.1.2 |
630 | 2025-03-22T19:17:17.764Z | Compiling strum_macros v0.26.4 |
631 | 2025-03-22T19:17:17.780Z | Checking crossbeam-channel v0.5.13 |
632 | 2025-03-22T19:17:17.813Z | Checking digest v0.10.7 |
633 | 2025-03-22T19:17:18.031Z | Compiling typify-macro v0.2.0 |
634 | 2025-03-22T19:17:18.047Z | Compiling darling v0.20.10 |
635 | 2025-03-22T19:17:18.126Z | Checking term v0.7.0 |
636 | 2025-03-22T19:17:18.236Z | Checking progenitor-client v0.8.0 |
637 | 2025-03-22T19:17:18.481Z | Compiling usdt-macro v0.5.0 |
638 | 2025-03-22T19:17:18.536Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2025-03-22T19:17:18.540Z | Checking slog-json v2.6.1 |
640 | 2025-03-22T19:17:18.784Z | Compiling parse-display-derive v0.10.0 |
641 | 2025-03-22T19:17:19.064Z | Checking rand_xorshift v0.3.0 |
642 | 2025-03-22T19:17:19.252Z | Checking hex v0.4.3 |
643 | 2025-03-22T19:17:19.294Z | Checking toml_edit v0.22.24 |
644 | 2025-03-22T19:17:19.701Z | Checking futures-executor v0.3.31 |
645 | 2025-03-22T19:17:19.750Z | Compiling async-stream-impl v0.3.6 |
646 | 2025-03-22T19:17:19.939Z | Compiling dropshot v0.16.0 |
647 | 2025-03-22T19:17:19.952Z | Checking is-terminal v0.4.13 |
648 | 2025-03-22T19:17:20.080Z | Checking memmap v0.7.0 |
649 | 2025-03-22T19:17:20.302Z | Checking spin v0.9.8 |
650 | 2025-03-22T19:17:20.315Z | Checking take_mut v0.2.2 |
651 | 2025-03-22T19:17:20.455Z | Checking lazy_static v1.5.0 |
652 | 2025-03-22T19:17:20.459Z | Checking unarray v0.1.4 |
653 | 2025-03-22T19:17:20.599Z | Checking cpufeatures v0.2.14 |
654 | 2025-03-22T19:17:20.611Z | Checking proptest v1.6.0 |
655 | 2025-03-22T19:17:20.689Z | Checking sha1 v0.10.6 |
656 | 2025-03-22T19:17:20.962Z | Checking async-stream v0.3.6 |
657 | 2025-03-22T19:17:21.212Z | Compiling typify v0.2.0 |
658 | 2025-03-22T19:17:21.336Z | Compiling progenitor-impl v0.8.0 |
659 | 2025-03-22T19:17:21.424Z | Checking tokio-rustls v0.25.0 |
660 | 2025-03-22T19:17:21.572Z | Checking usdt v0.5.0 |
661 | 2025-03-22T19:17:21.722Z | Checking strum v0.26.3 |
662 | 2025-03-22T19:17:21.751Z | Checking slog-term v2.9.1 |
663 | 2025-03-22T19:17:21.826Z | Checking futures v0.3.31 |
664 | 2025-03-22T19:17:21.890Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
665 | 2025-03-22T19:17:21.918Z | Checking toml v0.8.20 |
666 | 2025-03-22T19:17:21.933Z | Checking slog-bunyan v2.5.0 |
667 | 2025-03-22T19:17:22.048Z | Compiling serde_with_macros v3.12.0 |
668 | 2025-03-22T19:17:22.147Z | Checking parse-display v0.10.0 |
669 | 2025-03-22T19:17:22.471Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-22T19:17:22.485Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-22T19:17:22.602Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-22T19:17:22.742Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-22T19:17:23.188Z | Compiling async-trait v0.1.87 |
674 | 2025-03-22T19:17:23.228Z | Checking waitgroup v0.1.2 |
675 | 2025-03-22T19:17:23.374Z | Checking hostname v0.4.0 |
676 | 2025-03-22T19:17:23.520Z | Checking instant v0.1.13 |
677 | 2025-03-22T19:17:23.544Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-22T19:17:23.638Z | Checking backoff v0.4.0 |
679 | 2025-03-22T19:17:23.691Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-22T19:17:23.830Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-22T19:17:23.938Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-22T19:17:24.362Z | Checking serde_with v3.12.0 |
683 | 2025-03-22T19:17:24.442Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-22T19:17:24.571Z | Checking macaddr v1.0.1 |
685 | 2025-03-22T19:17:25.385Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
686 | 2025-03-22T19:17:25.587Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-22T19:17:29.037Z | Checking progenitor v0.8.0 |
688 | 2025-03-22T19:17:29.148Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-22T19:17:31.817Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-22T19:17:38.859Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-22T19:17:38.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
692 | 2025-03-22T19:17:39.060Z | + cargo build --release |
693 | 2025-03-22T19:17:39.288Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-22T19:17:39.288Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-22T19:17:39.291Z | Compiling libc v0.2.170 |
696 | 2025-03-22T19:17:39.291Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-22T19:17:39.291Z | Compiling autocfg v1.4.0 |
698 | 2025-03-22T19:17:39.291Z | Compiling serde v1.0.218 |
699 | 2025-03-22T19:17:39.335Z | Compiling memchr v2.7.4 |
700 | 2025-03-22T19:17:39.338Z | Compiling serde_json v1.0.139 |
701 | 2025-03-22T19:17:39.428Z | Compiling itoa v1.0.11 |
702 | 2025-03-22T19:17:39.642Z | Compiling thiserror v1.0.69 |
703 | 2025-03-22T19:17:39.698Z | Compiling shlex v1.3.0 |
704 | 2025-03-22T19:17:39.923Z | Compiling cc v1.2.15 |
705 | 2025-03-22T19:17:40.016Z | Compiling once_cell v1.20.3 |
706 | 2025-03-22T19:17:40.052Z | Compiling pin-project-lite v0.2.14 |
707 | 2025-03-22T19:17:40.184Z | Compiling ryu v1.0.18 |
708 | 2025-03-22T19:17:40.424Z | Compiling smallvec v1.14.0 |
709 | 2025-03-22T19:17:40.763Z | Compiling semver v1.0.25 |
710 | 2025-03-22T19:17:40.776Z | Compiling bytes v1.10.1 |
711 | 2025-03-22T19:17:40.886Z | Compiling futures-core v0.3.31 |
712 | 2025-03-22T19:17:41.060Z | Compiling quote v1.0.39 |
713 | 2025-03-22T19:17:41.138Z | Compiling version_check v0.9.5 |
714 | 2025-03-22T19:17:41.260Z | Compiling lock_api v0.4.12 |
715 | 2025-03-22T19:17:41.536Z | Compiling syn v2.0.98 |
716 | 2025-03-22T19:17:41.594Z | Compiling parking_lot_core v0.9.10 |
717 | 2025-03-22T19:17:41.681Z | Compiling getrandom v0.2.15 |
718 | 2025-03-22T19:17:41.757Z | Compiling scopeguard v1.2.0 |
719 | 2025-03-22T19:17:41.905Z | Compiling allocator-api2 v0.2.18 |
720 | 2025-03-22T19:17:41.916Z | Compiling equivalent v1.0.1 |
721 | 2025-03-22T19:17:41.963Z | Compiling foldhash v0.1.3 |
722 | 2025-03-22T19:17:42.024Z | Compiling slab v0.4.9 |
723 | 2025-03-22T19:17:42.331Z | Compiling fnv v1.0.7 |
724 | 2025-03-22T19:17:42.457Z | Compiling futures-sink v0.3.31 |
725 | 2025-03-22T19:17:42.595Z | Compiling parking_lot v0.12.3 |
726 | 2025-03-22T19:17:42.610Z | Compiling socket2 v0.5.8 |
727 | 2025-03-22T19:17:42.671Z | Compiling hashbrown v0.15.1 |
728 | 2025-03-22T19:17:42.711Z | Compiling mio v1.0.2 |
729 | 2025-03-22T19:17:42.720Z | Compiling signal-hook-registry v1.4.2 |
730 | 2025-03-22T19:17:42.833Z | Compiling log v0.4.22 |
731 | 2025-03-22T19:17:43.244Z | Compiling num-traits v0.2.19 |
732 | 2025-03-22T19:17:43.279Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-22T19:17:43.385Z | Compiling ring v0.17.11 |
734 | 2025-03-22T19:17:43.840Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-22T19:17:44.142Z | Compiling futures-task v0.3.31 |
736 | 2025-03-22T19:17:44.257Z | Compiling futures-io v0.3.31 |
737 | 2025-03-22T19:17:44.284Z | Compiling pin-utils v0.1.0 |
738 | 2025-03-22T19:17:44.305Z | Compiling getrandom v0.3.1 |
739 | 2025-03-22T19:17:44.372Z | Compiling http v1.2.0 |
740 | 2025-03-22T19:17:44.483Z | Compiling vcpkg v0.2.15 |
741 | 2025-03-22T19:17:44.582Z | Compiling heck v0.5.0 |
742 | 2025-03-22T19:17:44.615Z | Compiling bitflags v2.6.0 |
743 | 2025-03-22T19:17:44.950Z | Compiling iana-time-zone v0.1.61 |
744 | 2025-03-22T19:17:45.019Z | Compiling schemars v0.8.22 |
745 | 2025-03-22T19:17:45.415Z | Compiling pkg-config v0.3.31 |
746 | 2025-03-22T19:17:45.827Z | Compiling rustls-pki-types v1.10.0 |
747 | 2025-03-22T19:17:46.441Z | Compiling litemap v0.7.3 |
748 | 2025-03-22T19:17:46.453Z | Compiling openssl-sys v0.9.106 |
749 | 2025-03-22T19:17:46.461Z | Compiling untrusted v0.9.0 |
750 | 2025-03-22T19:17:46.641Z | Compiling httparse v1.9.5 |
751 | 2025-03-22T19:17:46.849Z | Compiling dyn-clone v1.0.19 |
752 | 2025-03-22T19:17:47.077Z | Compiling writeable v0.5.5 |
753 | 2025-03-22T19:17:47.417Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-22T19:17:47.475Z | Compiling atomic-waker v1.1.2 |
755 | 2025-03-22T19:17:47.577Z | Compiling ucd-trie v0.1.7 |
756 | 2025-03-22T19:17:47.981Z | Compiling http-body v1.0.1 |
757 | 2025-03-22T19:17:48.225Z | Compiling tracing v0.1.40 |
758 | 2025-03-22T19:17:48.730Z | Compiling synstructure v0.13.1 |
759 | 2025-03-22T19:17:48.835Z | Compiling serde_derive_internals v0.29.1 |
760 | 2025-03-22T19:17:48.843Z | Compiling zeroize v1.8.1 |
761 | 2025-03-22T19:17:48.869Z | Compiling icu_locid_transform_data v1.5.0 |
762 | 2025-03-22T19:17:48.965Z | Compiling subtle v2.6.1 |
763 | 2025-03-22T19:17:49.167Z | Compiling byteorder v1.5.0 |
764 | 2025-03-22T19:17:49.176Z | Compiling try-lock v0.2.5 |
765 | 2025-03-22T19:17:49.608Z | Compiling want v0.3.1 |
766 | 2025-03-22T19:17:49.638Z | Compiling chrono v0.4.40 |
767 | 2025-03-22T19:17:49.652Z | Compiling uuid v1.15.1 |
768 | 2025-03-22T19:17:49.889Z | Compiling tower-service v0.3.3 |
769 | 2025-03-22T19:17:49.994Z | Compiling httpdate v1.0.3 |
770 | 2025-03-22T19:17:50.135Z | Compiling icu_properties_data v1.5.0 |
771 | 2025-03-22T19:17:50.202Z | Compiling openssl v0.10.71 |
772 | 2025-03-22T19:17:50.374Z | Compiling foreign-types-shared v0.1.1 |
773 | 2025-03-22T19:17:50.493Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-22T19:17:50.686Z | Compiling regress v0.10.3 |
775 | 2025-03-22T19:17:50.740Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-22T19:17:51.460Z | Compiling icu_normalizer_data v1.5.0 |
777 | 2025-03-22T19:17:51.559Z | Compiling native-tls v0.2.12 |
778 | 2025-03-22T19:17:51.945Z | Compiling regex-syntax v0.8.5 |
779 | 2025-03-22T19:17:51.968Z | Compiling percent-encoding v2.3.1 |
780 | 2025-03-22T19:17:52.652Z | Compiling utf16_iter v1.0.5 |
781 | 2025-03-22T19:17:52.724Z | Compiling serde_derive v1.0.218 |
782 | 2025-03-22T19:17:52.732Z | Compiling thiserror-impl v1.0.69 |
783 | 2025-03-22T19:17:52.883Z | Compiling schemars_derive v0.8.22 |
784 | 2025-03-22T19:17:54.134Z | Compiling tokio-macros v2.5.0 |
785 | 2025-03-22T19:17:54.413Z | Compiling zerofrom-derive v0.1.4 |
786 | 2025-03-22T19:17:54.601Z | Compiling yoke-derive v0.7.4 |
787 | 2025-03-22T19:17:55.041Z | Compiling futures-macro v0.3.31 |
788 | 2025-03-22T19:17:55.509Z | Compiling zerovec-derive v0.10.3 |
789 | 2025-03-22T19:17:55.586Z | Compiling tokio v1.43.0 |
790 | 2025-03-22T19:17:55.670Z | Compiling zerocopy-derive v0.7.35 |
791 | 2025-03-22T19:17:56.833Z | Compiling futures-util v0.3.31 |
792 | 2025-03-22T19:17:56.952Z | Compiling displaydoc v0.2.5 |
793 | 2025-03-22T19:17:57.390Z | Compiling zerofrom v0.1.4 |
794 | 2025-03-22T19:17:57.489Z | Compiling icu_provider_macros v1.5.0 |
795 | 2025-03-22T19:17:57.591Z | Compiling yoke v0.7.4 |
796 | 2025-03-22T19:17:57.851Z | Compiling pest v2.7.14 |
797 | 2025-03-22T19:17:57.968Z | Compiling zerovec v0.10.4 |
798 | 2025-03-22T19:17:58.497Z | Compiling zerocopy v0.7.35 |
799 | 2025-03-22T19:17:58.608Z | Compiling openssl-macros v0.1.1 |
800 | 2025-03-22T19:17:59.456Z | Compiling write16 v1.0.0 |
801 | 2025-03-22T19:17:59.944Z | Compiling tinystr v0.7.6 |
802 | 2025-03-22T19:18:00.324Z | Compiling icu_locid v1.5.0 |
803 | 2025-03-22T19:18:00.720Z | Compiling rustls-webpki v0.102.8 |
804 | 2025-03-22T19:18:00.759Z | Compiling pest_meta v2.7.14 |
805 | 2025-03-22T19:18:02.795Z | Compiling icu_provider v1.5.0 |
806 | 2025-03-22T19:18:04.230Z | Compiling tokio-util v0.7.13 |
807 | 2025-03-22T19:18:04.994Z | Compiling serde_tokenstream v0.2.2 |
808 | 2025-03-22T19:18:05.442Z | Compiling indexmap v2.7.1 |
809 | 2025-03-22T19:18:07.230Z | Compiling h2 v0.4.6 |
810 | 2025-03-22T19:18:07.650Z | Compiling icu_locid_transform v1.5.0 |
811 | 2025-03-22T19:18:07.808Z | Compiling icu_collections v1.5.0 |
812 | 2025-03-22T19:18:10.505Z | Compiling icu_properties v1.5.1 |
813 | 2025-03-22T19:18:10.744Z | Compiling pest_generator v2.7.14 |
814 | 2025-03-22T19:18:11.155Z | Compiling slog v2.7.0 |
815 | 2025-03-22T19:18:11.650Z | Compiling utf8_iter v1.0.4 |
816 | 2025-03-22T19:18:11.926Z | Compiling rustls v0.23.19 |
817 | 2025-03-22T19:18:12.318Z | Compiling pest_derive v2.7.14 |
818 | 2025-03-22T19:18:12.360Z | Compiling typify-impl v0.2.0 |
819 | 2025-03-22T19:18:13.203Z | Compiling hyper v1.6.0 |
820 | 2025-03-22T19:18:13.989Z | Compiling regex-automata v0.4.8 |
821 | 2025-03-22T19:18:16.940Z | Compiling hyper-util v0.1.10 |
822 | 2025-03-22T19:18:20.652Z | Compiling icu_normalizer v1.5.0 |
823 | 2025-03-22T19:18:20.840Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-22T19:18:21.581Z | Compiling typenum v1.17.0 |
825 | 2025-03-22T19:18:22.296Z | Compiling openssl-probe v0.1.5 |
826 | 2025-03-22T19:18:23.437Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-22T19:18:23.863Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-22T19:18:23.930Z | Compiling regex v1.11.1 |
829 | 2025-03-22T19:18:25.155Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-22T19:18:25.694Z | Compiling generic-array v0.14.7 |
831 | 2025-03-22T19:18:26.070Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-22T19:18:26.630Z | Compiling mime v0.3.17 |
833 | 2025-03-22T19:18:27.195Z | Compiling idna v1.0.3 |
834 | 2025-03-22T19:18:28.282Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-22T19:18:29.765Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-22T19:18:31.692Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-22T19:18:32.158Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-22T19:18:32.626Z | Compiling rustls-pemfile v2.2.0 |
839 | 2025-03-22T19:18:33.101Z | Compiling webpki-roots v0.26.6 |
840 | 2025-03-22T19:18:33.309Z | Compiling rand_core v0.6.4 |
841 | 2025-03-22T19:18:33.580Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-22T19:18:33.747Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-22T19:18:33.895Z | Compiling paste v1.0.15 |
844 | 2025-03-22T19:18:33.988Z | Compiling powerfmt v0.2.0 |
845 | 2025-03-22T19:18:34.411Z | Compiling rustix v0.38.37 |
846 | 2025-03-22T19:18:34.475Z | Compiling base64 v0.22.1 |
847 | 2025-03-22T19:18:35.081Z | Compiling time-core v0.1.2 |
848 | 2025-03-22T19:18:35.251Z | Compiling tower-layer v0.3.3 |
849 | 2025-03-22T19:18:35.569Z | Compiling num-conv v0.1.0 |
850 | 2025-03-22T19:18:35.648Z | Compiling tower v0.5.2 |
851 | 2025-03-22T19:18:35.827Z | Compiling time-macros v0.2.18 |
852 | 2025-03-22T19:18:36.751Z | Compiling deranged v0.3.11 |
853 | 2025-03-22T19:18:37.384Z | Compiling scroll v0.12.0 |
854 | 2025-03-22T19:18:37.986Z | Compiling hyper-rustls v0.27.3 |
855 | 2025-03-22T19:18:39.353Z | Compiling hyper-tls v0.6.0 |
856 | 2025-03-22T19:18:39.816Z | Compiling thread-id v4.2.2 |
857 | 2025-03-22T19:18:39.840Z | Compiling dof v0.3.0 |
858 | 2025-03-22T19:18:39.894Z | Compiling url v2.5.3 |
859 | 2025-03-22T19:18:39.925Z | Compiling dtrace-parser v0.2.0 |
860 | 2025-03-22T19:18:40.256Z | Compiling ppv-lite86 v0.2.20 |
861 | 2025-03-22T19:18:40.584Z | Compiling structmeta-derive v0.3.0 |
862 | 2025-03-22T19:18:41.444Z | Compiling errno v0.3.9 |
863 | 2025-03-22T19:18:41.713Z | Compiling crossbeam-utils v0.8.20 |
864 | 2025-03-22T19:18:41.795Z | Compiling ipnet v2.11.0 |
865 | 2025-03-22T19:18:42.269Z | Compiling rustversion v1.0.17 |
866 | 2025-03-22T19:18:42.895Z | Compiling ident_case v1.0.1 |
867 | 2025-03-22T19:18:43.319Z | Compiling plain v0.2.3 |
868 | 2025-03-22T19:18:43.486Z | Compiling newtype-uuid v1.2.1 |
869 | 2025-03-22T19:18:44.842Z | Compiling strsim v0.11.1 |
870 | 2025-03-22T19:18:45.109Z | Compiling omicron-workspace-hack v0.1.0 |
871 | 2025-03-22T19:18:45.428Z | Compiling num_threads v0.1.7 |
872 | 2025-03-22T19:18:45.461Z | Compiling darling_core v0.20.10 |
873 | 2025-03-22T19:18:45.546Z | Compiling time v0.3.36 |
874 | 2025-03-22T19:18:49.853Z | Compiling goblin v0.8.2 |
875 | 2025-03-22T19:18:50.655Z | Compiling structmeta v0.3.0 |
876 | 2025-03-22T19:18:51.069Z | Compiling reqwest v0.12.12 |
877 | 2025-03-22T19:18:54.352Z | Compiling rand_chacha v0.3.1 |
878 | 2025-03-22T19:18:56.055Z | Compiling openapiv3 v2.0.0 |
879 | 2025-03-22T19:18:56.063Z | Compiling typify v0.2.0 |
880 | 2025-03-22T19:18:56.182Z | Compiling ipnetwork v0.21.1 |
881 | 2025-03-22T19:19:00.362Z | Compiling dirs-sys-next v0.1.2 |
882 | 2025-03-22T19:19:00.738Z | Compiling rustls v0.22.4 |
883 | 2025-03-22T19:19:01.100Z | Compiling pretty-hex v0.4.1 |
884 | 2025-03-22T19:19:01.338Z | Compiling unsafe-libyaml v0.2.11 |
885 | 2025-03-22T19:19:01.414Z | Compiling fastrand v2.1.1 |
886 | 2025-03-22T19:19:02.111Z | Compiling thiserror v2.0.12 |
887 | 2025-03-22T19:19:02.591Z | Compiling tempfile v3.13.0 |
888 | 2025-03-22T19:19:03.030Z | Compiling serde_yaml v0.9.34+deprecated |
889 | 2025-03-22T19:19:04.469Z | Compiling dirs-next v2.0.0 |
890 | 2025-03-22T19:19:04.879Z | Compiling progenitor-impl v0.8.0 |
891 | 2025-03-22T19:19:06.179Z | Compiling oxnet v0.1.1 |
892 | 2025-03-22T19:19:08.990Z | Compiling rand v0.8.5 |
893 | 2025-03-22T19:19:10.760Z | Compiling darling_macro v0.20.10 |
894 | 2025-03-22T19:19:11.725Z | Compiling crypto-common v0.1.6 |
895 | 2025-03-22T19:19:11.791Z | Compiling block-buffer v0.10.4 |
896 | 2025-03-22T19:19:11.826Z | Compiling serde_spanned v0.6.8 |
897 | 2025-03-22T19:19:11.933Z | Compiling toml_datetime v0.6.8 |
898 | 2025-03-22T19:19:12.035Z | Compiling thiserror-impl v2.0.12 |
899 | 2025-03-22T19:19:12.062Z | Compiling daft-derive v0.1.2 |
900 | 2025-03-22T19:19:12.582Z | Compiling multer v3.1.0 |
901 | 2025-03-22T19:19:13.066Z | Compiling wait-timeout v0.2.0 |
902 | 2025-03-22T19:19:13.612Z | Compiling thread_local v1.1.8 |
903 | 2025-03-22T19:19:13.829Z | Compiling slog-async v2.8.0 |
904 | 2025-03-22T19:19:14.086Z | Compiling anyhow v1.0.97 |
905 | 2025-03-22T19:19:14.327Z | Compiling quick-error v1.2.3 |
906 | 2025-03-22T19:19:14.355Z | Compiling bit-vec v0.8.0 |
907 | 2025-03-22T19:19:14.477Z | Compiling camino v1.1.9 |
908 | 2025-03-22T19:19:14.747Z | Compiling match_cfg v0.1.0 |
909 | 2025-03-22T19:19:14.821Z | Compiling winnow v0.7.3 |
910 | 2025-03-22T19:19:14.907Z | Compiling hostname v0.3.1 |
911 | 2025-03-22T19:19:14.991Z | Compiling bit-set v0.8.0 |
912 | 2025-03-22T19:19:15.156Z | Compiling rusty-fork v0.3.0 |
913 | 2025-03-22T19:19:15.376Z | Compiling daft v0.1.2 |
914 | 2025-03-22T19:19:15.895Z | Compiling digest v0.10.7 |
915 | 2025-03-22T19:19:16.303Z | Compiling strum_macros v0.26.4 |
916 | 2025-03-22T19:19:17.141Z | Compiling darling v0.20.10 |
917 | 2025-03-22T19:19:17.389Z | Compiling progenitor-macro v0.8.0 |
918 | 2025-03-22T19:19:19.142Z | Compiling toml_edit v0.22.24 |
919 | 2025-03-22T19:19:20.498Z | Compiling crossbeam-channel v0.5.13 |
920 | 2025-03-22T19:19:22.078Z | Compiling term v0.7.0 |
921 | 2025-03-22T19:19:26.546Z | Compiling usdt-macro v0.5.0 |
922 | 2025-03-22T19:19:27.699Z | Compiling usdt-attr-macro v0.5.0 |
923 | 2025-03-22T19:19:27.813Z | Compiling progenitor-client v0.8.0 |
924 | 2025-03-22T19:19:28.092Z | Compiling parse-display-derive v0.10.0 |
925 | 2025-03-22T19:19:28.663Z | Compiling slog-json v2.6.1 |
926 | 2025-03-22T19:19:29.130Z | Compiling rand_xorshift v0.3.0 |
927 | 2025-03-22T19:19:29.154Z | Compiling hex v0.4.3 |
928 | 2025-03-22T19:19:29.412Z | Compiling futures-executor v0.3.31 |
929 | 2025-03-22T19:19:29.794Z | Compiling async-stream-impl v0.3.6 |
930 | 2025-03-22T19:19:30.491Z | Compiling dropshot v0.16.0 |
931 | 2025-03-22T19:19:30.860Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-22T19:19:30.998Z | Compiling memmap v0.7.0 |
933 | 2025-03-22T19:19:31.065Z | Compiling spin v0.9.8 |
934 | 2025-03-22T19:19:31.242Z | Compiling lazy_static v1.5.0 |
935 | 2025-03-22T19:19:31.383Z | Compiling unarray v0.1.4 |
936 | 2025-03-22T19:19:31.405Z | Compiling cpufeatures v0.2.14 |
937 | 2025-03-22T19:19:31.504Z | Compiling take_mut v0.2.2 |
938 | 2025-03-22T19:19:31.567Z | Compiling proptest v1.6.0 |
939 | 2025-03-22T19:19:31.619Z | Compiling parse-display v0.10.0 |
940 | 2025-03-22T19:19:32.447Z | Compiling sha1 v0.10.6 |
941 | 2025-03-22T19:19:33.649Z | Compiling usdt v0.5.0 |
942 | 2025-03-22T19:19:34.853Z | Compiling tokio-rustls v0.25.0 |
943 | 2025-03-22T19:19:35.076Z | Compiling async-stream v0.3.6 |
944 | 2025-03-22T19:19:35.288Z | Compiling slog-term v2.9.1 |
945 | 2025-03-22T19:19:35.488Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-03-22T19:19:35.669Z | Compiling futures v0.3.31 |
947 | 2025-03-22T19:19:35.881Z | Compiling slog-bunyan v2.5.0 |
948 | 2025-03-22T19:19:36.009Z | Compiling progenitor v0.8.0 |
949 | 2025-03-22T19:19:36.160Z | Compiling toml v0.8.20 |
950 | 2025-03-22T19:19:36.193Z | Compiling strum v0.26.3 |
951 | 2025-03-22T19:19:36.381Z | Compiling serde_with_macros v3.12.0 |
952 | 2025-03-22T19:19:39.608Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-22T19:19:40.165Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-22T19:19:42.578Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-22T19:19:42.837Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-22T19:19:43.282Z | Compiling async-trait v0.1.87 |
957 | 2025-03-22T19:19:43.512Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-22T19:19:43.688Z | Compiling hostname v0.4.0 |
959 | 2025-03-22T19:19:43.762Z | Compiling instant v0.1.13 |
960 | 2025-03-22T19:19:43.926Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-22T19:19:43.926Z | Compiling backoff v0.4.0 |
962 | 2025-03-22T19:19:44.086Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-22T19:19:44.135Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
964 | 2025-03-22T19:19:44.299Z | Compiling serde_with v3.12.0 |
965 | 2025-03-22T19:19:44.353Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-22T19:19:47.643Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-22T19:19:48.472Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-22T19:19:48.538Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-22T19:19:49.264Z | Compiling macaddr v1.0.1 |
970 | 2025-03-22T19:19:52.050Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-22T19:20:02.978Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-22T19:20:12.580Z | Finished `release` profile [optimized] target(s) in 2m 33s |
973 | 2025-03-22T19:20:12.651Z | process exited: duration 220059 ms, exit code 0 |
|
974 | 2025-03-22T19:20:12.658Z | found 0 output files |