|
|
|
1 | 2025-01-22T08:38:46.128Z | job assigned to worker 01JJ6JJAY2F22YRA8YZH67VQM7 [factory aws, i-0f7692926083d087c] (queued for 56 s) |
|
2 | 2025-01-22T08:38:54.542Z | starting task 0: "setup" |
3 | 2025-01-22T08:38:54.551Z | ++ uname -s |
4 | 2025-01-22T08:38:54.554Z | + kern=SunOS |
5 | 2025-01-22T08:38:54.554Z | + case "$kern" in |
6 | 2025-01-22T08:38:54.554Z | + groupadd -g 12345 build |
7 | 2025-01-22T08:38:54.556Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T08:38:56.564Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T08:38:56.705Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T08:38:56.708Z | + home_fs=zfs |
11 | 2025-01-22T08:38:56.708Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T08:38:56.708Z | + mkdir -p /home/build |
13 | 2025-01-22T08:38:56.710Z | + chown build:build /home/build /work |
14 | 2025-01-22T08:38:58.737Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T08:38:58.742Z | process exited: duration 4173 ms, exit code 0 |
|
16 | 2025-01-22T08:38:58.748Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T08:38:58.754Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T08:38:58.754Z | ' 1.84.0 |
19 | 2025-01-22T08:38:58.754Z | * toolchain channel = "1.84.0" |
20 | 2025-01-22T08:38:58.754Z | * toolchain profile = "default" |
21 | 2025-01-22T08:38:58.754Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-22T08:38:58.754Z | ' default |
23 | 2025-01-22T08:38:58.758Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T08:38:58.758Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T08:38:58.875Z | info: downloading installer |
26 | 2025-01-22T08:39:00.252Z | info: profile set to 'default' |
27 | 2025-01-22T08:39:00.252Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T08:39:00.254Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T08:39:00.404Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T08:39:00.404Z | info: downloading component 'cargo' |
31 | 2025-01-22T08:39:01.267Z | info: downloading component 'clippy' |
32 | 2025-01-22T08:39:01.598Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T08:39:02.774Z | info: downloading component 'rust-std' |
34 | 2025-01-22T08:39:04.516Z | info: downloading component 'rustc' |
35 | 2025-01-22T08:39:11.200Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T08:39:11.449Z | info: installing component 'cargo' |
37 | 2025-01-22T08:39:12.294Z | info: installing component 'clippy' |
38 | 2025-01-22T08:39:12.678Z | info: installing component 'rust-docs' |
39 | 2025-01-22T08:39:14.379Z | info: installing component 'rust-std' |
40 | 2025-01-22T08:39:16.109Z | info: installing component 'rustc' |
41 | 2025-01-22T08:39:22.182Z | info: installing component 'rustfmt' |
42 | 2025-01-22T08:39:22.513Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T08:39:22.513Z | |
44 | 2025-01-22T08:39:22.899Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T08:39:22.899Z | |
46 | 2025-01-22T08:39:22.902Z | |
47 | 2025-01-22T08:39:22.902Z | Rust is installed now. Great! |
48 | 2025-01-22T08:39:22.902Z | |
49 | 2025-01-22T08:39:22.902Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T08:39:22.902Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T08:39:22.902Z | |
52 | 2025-01-22T08:39:22.902Z | To configure your current shell, you need to source |
53 | 2025-01-22T08:39:22.902Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T08:39:22.902Z | |
55 | 2025-01-22T08:39:22.902Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T08:39:22.902Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T08:39:22.902Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T08:39:22.976Z | + rustc --version |
59 | 2025-01-22T08:39:23.083Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T08:39:23.086Z | process exited: duration 24299 ms, exit code 0 |
|
61 | 2025-01-22T08:39:23.092Z | starting task 2: "authentication" |
62 | 2025-01-22T08:39:23.114Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-22T08:39:23.120Z | starting task 3: "clone repository" |
64 | 2025-01-22T08:39:23.125Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T08:39:23.127Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T08:39:23.166Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T08:39:30.825Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T08:39:30.825Z | + git fetch origin c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
69 | 2025-01-22T08:39:31.090Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T08:39:31.090Z | * branch c583627edbddd33f0f1d5ea04e564af5c2579cf1 -> FETCH_HEAD |
71 | 2025-01-22T08:39:31.101Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-22T08:39:31.103Z | ++ git branch --show-current |
73 | 2025-01-22T08:39:31.106Z | + current=main |
74 | 2025-01-22T08:39:31.106Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-22T08:39:31.106Z | + git branch -f renovate/anyhow-1.x-lockfile c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
76 | 2025-01-22T08:39:31.109Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-22T08:39:31.290Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-22T08:39:31.293Z | + git reset --hard c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
79 | 2025-01-22T08:39:31.310Z | HEAD is now at c583627ed Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-22T08:39:31.313Z | process exited: duration 8188 ms, exit code 0 |
|
81 | 2025-01-22T08:39:31.320Z | starting task 4: "build" |
82 | 2025-01-22T08:39:31.325Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T08:39:31.327Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T08:39:31.327Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T08:39:31.327Z | + cargo --version |
86 | 2025-01-22T08:39:31.386Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T08:39:31.389Z | + rustc --version |
88 | 2025-01-22T08:39:31.450Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T08:39:31.452Z | + cd /tmp |
90 | 2025-01-22T08:39:31.453Z | + cargo new --lib test-project |
91 | 2025-01-22T08:39:31.512Z | Creating library `test-project` package |
92 | 2025-01-22T08:39:31.592Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-22T08:39:31.594Z | + cd test-project |
94 | 2025-01-22T08:39:31.594Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-22T08:39:31.655Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-22T08:39:31.658Z | Features: |
97 | 2025-01-22T08:39:31.658Z | - proptest |
98 | 2025-01-22T08:39:31.658Z | - test-strategy |
99 | 2025-01-22T08:39:31.658Z | - testing |
100 | 2025-01-22T08:39:31.658Z | Updating crates.io index |
101 | 2025-01-22T08:39:31.726Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-22T08:39:32.246Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-22T08:39:32.764Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-22T08:39:33.159Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-22T08:39:33.535Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-22T08:39:35.014Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-22T08:39:35.257Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-22T08:39:35.262Z | + cargo check |
109 | 2025-01-22T08:39:35.362Z | Updating crates.io index |
110 | 2025-01-22T08:39:36.365Z | Locking 1 package to latest compatible version |
111 | 2025-01-22T08:39:36.366Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-22T08:39:36.371Z | Downloading crates ... |
113 | 2025-01-22T08:39:36.443Z | Downloaded ahash v0.8.11 |
114 | 2025-01-22T08:39:36.447Z | Downloaded async-stream-impl v0.3.6 |
115 | 2025-01-22T08:39:36.450Z | Downloaded foreign-types-shared v0.1.1 |
116 | 2025-01-22T08:39:36.452Z | Downloaded darling_macro v0.20.10 |
117 | 2025-01-22T08:39:36.452Z | Downloaded equivalent v1.0.1 |
118 | 2025-01-22T08:39:36.455Z | Downloaded dtrace-parser v0.2.0 |
119 | 2025-01-22T08:39:36.462Z | Downloaded thiserror-impl v1.0.69 |
120 | 2025-01-22T08:39:36.464Z | Downloaded match_cfg v0.1.0 |
121 | 2025-01-22T08:39:36.467Z | Downloaded foreign-types v0.3.2 |
122 | 2025-01-22T08:39:36.470Z | Downloaded thiserror-impl v2.0.11 |
123 | 2025-01-22T08:39:36.472Z | Downloaded http-body v1.0.1 |
124 | 2025-01-22T08:39:36.472Z | Downloaded time-core v0.1.2 |
125 | 2025-01-22T08:39:36.475Z | Downloaded thread_local v1.1.8 |
126 | 2025-01-22T08:39:36.478Z | Downloaded thread-id v4.2.2 |
127 | 2025-01-22T08:39:36.481Z | Downloaded async-stream v0.3.6 |
128 | 2025-01-22T08:39:36.484Z | Downloaded tinyvec_macros v0.1.1 |
129 | 2025-01-22T08:39:36.486Z | Downloaded tower-service v0.3.3 |
130 | 2025-01-22T08:39:36.489Z | Downloaded ident_case v1.0.1 |
131 | 2025-01-22T08:39:36.489Z | Downloaded instant v0.1.13 |
132 | 2025-01-22T08:39:36.491Z | Downloaded yoke-derive v0.7.4 |
133 | 2025-01-22T08:39:36.491Z | Downloaded usdt-macro v0.5.0 |
134 | 2025-01-22T08:39:36.494Z | Downloaded usdt-attr-macro v0.5.0 |
135 | 2025-01-22T08:39:36.494Z | Downloaded icu_provider_macros v1.5.0 |
136 | 2025-01-22T08:39:36.496Z | Downloaded num_threads v0.1.7 |
137 | 2025-01-22T08:39:36.499Z | Downloaded omicron-workspace-hack v0.1.0 |
138 | 2025-01-22T08:39:36.499Z | Downloaded zerofrom v0.1.4 |
139 | 2025-01-22T08:39:36.501Z | Downloaded waitgroup v0.1.2 |
140 | 2025-01-22T08:39:36.501Z | Downloaded try-lock v0.2.5 |
141 | 2025-01-22T08:39:36.504Z | Downloaded dyn-clone v1.0.17 |
142 | 2025-01-22T08:39:36.504Z | Downloaded openssl-macros v0.1.1 |
143 | 2025-01-22T08:39:36.508Z | Downloaded want v0.3.1 |
144 | 2025-01-22T08:39:36.508Z | Downloaded openssl-probe v0.1.5 |
145 | 2025-01-22T08:39:36.511Z | Downloaded pretty-hex v0.4.1 |
146 | 2025-01-22T08:39:36.511Z | Downloaded digest v0.10.7 |
147 | 2025-01-22T08:39:36.511Z | Downloaded cpufeatures v0.2.14 |
148 | 2025-01-22T08:39:36.515Z | Downloaded crypto-common v0.1.6 |
149 | 2025-01-22T08:39:36.515Z | Downloaded byteorder v1.5.0 |
150 | 2025-01-22T08:39:36.517Z | Downloaded dof v0.3.0 |
151 | 2025-01-22T08:39:36.517Z | Downloaded dirs-sys-next v0.1.2 |
152 | 2025-01-22T08:39:36.517Z | Downloaded progenitor-client v0.9.1 |
153 | 2025-01-22T08:39:36.517Z | Downloaded num-conv v0.1.0 |
154 | 2025-01-22T08:39:36.520Z | Downloaded deranged v0.3.11 |
155 | 2025-01-22T08:39:36.520Z | Downloaded hyper-tls v0.6.0 |
156 | 2025-01-22T08:39:36.523Z | Downloaded progenitor-client v0.8.0 |
157 | 2025-01-22T08:39:36.525Z | Downloaded hex v0.4.3 |
158 | 2025-01-22T08:39:36.526Z | Downloaded parse-display v0.10.0 |
159 | 2025-01-22T08:39:36.528Z | Downloaded heck v0.5.0 |
160 | 2025-01-22T08:39:36.528Z | Downloaded futures-task v0.3.31 |
161 | 2025-01-22T08:39:36.530Z | Downloaded futures-sink v0.3.31 |
162 | 2025-01-22T08:39:36.530Z | Downloaded tinystr v0.7.6 |
163 | 2025-01-22T08:39:36.533Z | Downloaded idna_adapter v1.2.0 |
164 | 2025-01-22T08:39:36.533Z | Downloaded tokio-native-tls v0.3.1 |
165 | 2025-01-22T08:39:36.536Z | Downloaded utf16_iter v1.0.5 |
166 | 2025-01-22T08:39:36.539Z | Downloaded block-buffer v0.10.4 |
167 | 2025-01-22T08:39:36.539Z | Downloaded utf8_iter v1.0.4 |
168 | 2025-01-22T08:39:36.539Z | Downloaded httpdate v1.0.3 |
169 | 2025-01-22T08:39:36.541Z | Downloaded is-terminal v0.4.13 |
170 | 2025-01-22T08:39:36.544Z | Downloaded toml_datetime v0.6.8 |
171 | 2025-01-22T08:39:36.544Z | Downloaded untrusted v0.9.0 |
172 | 2025-01-22T08:39:36.546Z | Downloaded ipnetwork v0.20.0 |
173 | 2025-01-22T08:39:36.548Z | Downloaded zerovec-derive v0.10.3 |
174 | 2025-01-22T08:39:36.548Z | Downloaded usdt v0.5.0 |
175 | 2025-01-22T08:39:36.551Z | Downloaded futures-executor v0.3.31 |
176 | 2025-01-22T08:39:36.551Z | Downloaded powerfmt v0.2.0 |
177 | 2025-01-22T08:39:36.554Z | Downloaded pkg-config v0.3.31 |
178 | 2025-01-22T08:39:36.557Z | Downloaded hostname v0.4.0 |
179 | 2025-01-22T08:39:36.557Z | Downloaded version_check v0.9.5 |
180 | 2025-01-22T08:39:36.561Z | Downloaded pest_generator v2.7.14 |
181 | 2025-01-22T08:39:36.562Z | Downloaded percent-encoding v2.3.1 |
182 | 2025-01-22T08:39:36.562Z | Downloaded ppv-lite86 v0.2.20 |
183 | 2025-01-22T08:39:36.564Z | Downloaded newtype-uuid v1.2.1 |
184 | 2025-01-22T08:39:36.564Z | Downloaded paste v1.0.15 |
185 | 2025-01-22T08:39:36.566Z | Downloaded writeable v0.5.5 |
186 | 2025-01-22T08:39:36.569Z | Downloaded plain v0.2.3 |
187 | 2025-01-22T08:39:36.569Z | Downloaded macaddr v1.0.1 |
188 | 2025-01-22T08:39:36.571Z | Downloaded generic-array v0.14.7 |
189 | 2025-01-22T08:39:36.571Z | Downloaded zerofrom-derive v0.1.4 |
190 | 2025-01-22T08:39:36.574Z | Downloaded toml v0.8.19 |
191 | 2025-01-22T08:39:36.576Z | Downloaded autocfg v1.4.0 |
192 | 2025-01-22T08:39:36.579Z | Downloaded synstructure v0.13.1 |
193 | 2025-01-22T08:39:36.582Z | Downloaded dirs-next v2.0.0 |
194 | 2025-01-22T08:39:36.582Z | Downloaded quinn-udp v0.5.5 |
195 | 2025-01-22T08:39:36.584Z | Downloaded progenitor-macro v0.8.0 |
196 | 2025-01-22T08:39:36.584Z | Downloaded pin-utils v0.1.0 |
197 | 2025-01-22T08:39:36.587Z | Downloaded memmap v0.7.0 |
198 | 2025-01-22T08:39:36.587Z | Downloaded backoff v0.4.0 |
199 | 2025-01-22T08:39:36.590Z | Downloaded rand_chacha v0.3.1 |
200 | 2025-01-22T08:39:36.592Z | Downloaded async-trait v0.1.83 |
201 | 2025-01-22T08:39:36.594Z | Downloaded allocator-api2 v0.2.18 |
202 | 2025-01-22T08:39:36.597Z | Downloaded itoa v1.0.11 |
203 | 2025-01-22T08:39:36.599Z | Downloaded take_mut v0.2.2 |
204 | 2025-01-22T08:39:36.599Z | Downloaded httparse v1.9.5 |
205 | 2025-01-22T08:39:36.602Z | Downloaded sha1 v0.10.6 |
206 | 2025-01-22T08:39:36.604Z | Downloaded tokio-macros v2.5.0 |
207 | 2025-01-22T08:39:36.604Z | Downloaded hyper-rustls v0.27.3 |
208 | 2025-01-22T08:39:36.607Z | Downloaded typify v0.2.0 |
209 | 2025-01-22T08:39:36.609Z | Downloaded tokio-rustls v0.26.0 |
210 | 2025-01-22T08:39:36.613Z | Downloaded usdt-impl v0.5.0 |
211 | 2025-01-22T08:39:36.615Z | Downloaded tokio-rustls v0.25.0 |
212 | 2025-01-22T08:39:36.615Z | Downloaded once_cell v1.20.2 |
213 | 2025-01-22T08:39:36.617Z | Downloaded zeroize v1.8.1 |
214 | 2025-01-22T08:39:36.620Z | Downloaded strum v0.26.3 |
215 | 2025-01-22T08:39:36.620Z | Downloaded sync_wrapper v1.0.1 |
216 | 2025-01-22T08:39:36.622Z | Downloaded pin-project-lite v0.2.14 |
217 | 2025-01-22T08:39:36.625Z | Downloaded native-tls v0.2.12 |
218 | 2025-01-22T08:39:36.627Z | Downloaded darling v0.20.10 |
219 | 2025-01-22T08:39:36.631Z | Downloaded scroll_derive v0.12.0 |
220 | 2025-01-22T08:39:36.634Z | Downloaded camino v1.1.9 |
221 | 2025-01-22T08:39:36.637Z | Downloaded thiserror v1.0.69 |
222 | 2025-01-22T08:39:36.640Z | Downloaded multer v3.1.0 |
223 | 2025-01-22T08:39:36.642Z | Downloaded crossbeam-utils v0.8.20 |
224 | 2025-01-22T08:39:36.646Z | Downloaded getrandom v0.2.15 |
225 | 2025-01-22T08:39:36.650Z | Downloaded bitflags v2.6.0 |
226 | 2025-01-22T08:39:36.654Z | Downloaded indexmap v1.9.3 |
227 | 2025-01-22T08:39:36.657Z | Downloaded icu_locid_transform v1.5.0 |
228 | 2025-01-22T08:39:36.659Z | Downloaded stable_deref_trait v1.2.0 |
229 | 2025-01-22T08:39:36.659Z | Downloaded slog-term v2.9.1 |
230 | 2025-01-22T08:39:36.662Z | Downloaded pest_derive v2.7.14 |
231 | 2025-01-22T08:39:36.664Z | Downloaded rand_core v0.6.4 |
232 | 2025-01-22T08:39:36.664Z | Downloaded smallvec v1.13.2 |
233 | 2025-01-22T08:39:36.667Z | Downloaded typenum v1.17.0 |
234 | 2025-01-22T08:39:36.669Z | Downloaded log v0.4.22 |
235 | 2025-01-22T08:39:36.671Z | Downloaded tinyvec v1.8.0 |
236 | 2025-01-22T08:39:36.674Z | Downloaded pest_meta v2.7.14 |
237 | 2025-01-22T08:39:36.677Z | Downloaded quote v1.0.38 |
238 | 2025-01-22T08:39:36.679Z | Downloaded slog-json v2.6.1 |
239 | 2025-01-22T08:39:36.681Z | Downloaded rustversion v1.0.17 |
240 | 2025-01-22T08:39:36.684Z | Downloaded parking_lot v0.12.3 |
241 | 2025-01-22T08:39:36.687Z | Downloaded shlex v1.3.0 |
242 | 2025-01-22T08:39:36.687Z | Downloaded serde_path_to_error v0.1.16 |
243 | 2025-01-22T08:39:36.690Z | Downloaded slog-async v2.8.0 |
244 | 2025-01-22T08:39:36.690Z | Downloaded schemars_derive v0.8.21 |
245 | 2025-01-22T08:39:36.692Z | Downloaded signal-hook-registry v1.4.2 |
246 | 2025-01-22T08:39:36.692Z | Downloaded strsim v0.11.1 |
247 | 2025-01-22T08:39:36.695Z | Downloaded slog-bunyan v2.5.0 |
248 | 2025-01-22T08:39:36.695Z | Downloaded progenitor-impl v0.8.0 |
249 | 2025-01-22T08:39:36.698Z | Downloaded parse-display-derive v0.10.0 |
250 | 2025-01-22T08:39:36.698Z | Downloaded subtle v2.6.1 |
251 | 2025-01-22T08:39:36.700Z | Downloaded futures v0.3.31 |
252 | 2025-01-22T08:39:36.702Z | Downloaded sha2 v0.10.8 |
253 | 2025-01-22T08:39:36.705Z | Downloaded rustls-pemfile v2.2.0 |
254 | 2025-01-22T08:39:36.707Z | Downloaded icu_properties v1.5.1 |
255 | 2025-01-22T08:39:36.710Z | Downloaded spin v0.9.8 |
256 | 2025-01-22T08:39:36.712Z | Downloaded semver v1.0.24 |
257 | 2025-01-22T08:39:36.714Z | Downloaded socket2 v0.5.7 |
258 | 2025-01-22T08:39:36.718Z | Downloaded term v0.7.0 |
259 | 2025-01-22T08:39:36.721Z | Downloaded unsafe-libyaml v0.2.11 |
260 | 2025-01-22T08:39:36.723Z | Downloaded proc-macro2 v1.0.92 |
261 | 2025-01-22T08:39:36.726Z | Downloaded openssl-sys v0.9.103 |
262 | 2025-01-22T08:39:36.729Z | Downloaded serde_derive_internals v0.29.1 |
263 | 2025-01-22T08:39:36.732Z | Downloaded strum_macros v0.26.4 |
264 | 2025-01-22T08:39:36.735Z | Downloaded scroll v0.12.0 |
265 | 2025-01-22T08:39:36.735Z | Downloaded num-traits v0.2.19 |
266 | 2025-01-22T08:39:36.738Z | Downloaded structmeta v0.3.0 |
267 | 2025-01-22T08:39:36.741Z | Downloaded base64 v0.22.1 |
268 | 2025-01-22T08:39:36.743Z | Downloaded rustls-pki-types v1.10.0 |
269 | 2025-01-22T08:39:36.747Z | Downloaded cc v1.1.30 |
270 | 2025-01-22T08:39:36.750Z | Downloaded tracing v0.1.40 |
271 | 2025-01-22T08:39:36.753Z | Downloaded ryu v1.0.18 |
272 | 2025-01-22T08:39:36.756Z | Downloaded quinn v0.11.5 |
273 | 2025-01-22T08:39:36.758Z | Downloaded hyper-util v0.1.10 |
274 | 2025-01-22T08:39:36.762Z | Downloaded tracing-core v0.1.32 |
275 | 2025-01-22T08:39:36.764Z | Downloaded slog v2.7.0 |
276 | 2025-01-22T08:39:36.767Z | Downloaded url v2.5.3 |
277 | 2025-01-22T08:39:36.770Z | Downloaded serde_yaml v0.9.34+deprecated |
278 | 2025-01-22T08:39:36.773Z | Downloaded serde v1.0.217 |
279 | 2025-01-22T08:39:36.777Z | Downloaded icu_collections v1.5.0 |
280 | 2025-01-22T08:39:36.784Z | Downloaded schemars v0.8.21 |
281 | 2025-01-22T08:39:36.794Z | Downloaded serde_derive v1.0.217 |
282 | 2025-01-22T08:39:36.797Z | Downloaded crossbeam-channel v0.5.13 |
283 | 2025-01-22T08:39:36.801Z | Downloaded rand v0.8.5 |
284 | 2025-01-22T08:39:36.804Z | Downloaded indexmap v2.7.0 |
285 | 2025-01-22T08:39:36.808Z | Downloaded hashbrown v0.12.3 |
286 | 2025-01-22T08:39:36.812Z | Downloaded memchr v2.7.4 |
287 | 2025-01-22T08:39:36.816Z | Downloaded http v1.2.0 |
288 | 2025-01-22T08:39:36.820Z | Downloaded mio v1.0.2 |
289 | 2025-01-22T08:39:36.825Z | Downloaded time v0.3.36 |
290 | 2025-01-22T08:39:36.833Z | Downloaded toml_edit v0.22.22 |
291 | 2025-01-22T08:39:36.853Z | Downloaded hashbrown v0.15.1 |
292 | 2025-01-22T08:39:36.859Z | Downloaded zerovec v0.10.4 |
293 | 2025-01-22T08:39:36.866Z | Downloaded pest v2.7.14 |
294 | 2025-01-22T08:39:36.869Z | Downloaded hyper v1.5.2 |
295 | 2025-01-22T08:39:36.875Z | Downloaded zerocopy v0.7.35 |
296 | 2025-01-22T08:39:36.890Z | Downloaded winnow v0.6.20 |
297 | 2025-01-22T08:39:36.897Z | Downloaded hashbrown v0.14.5 |
298 | 2025-01-22T08:39:36.902Z | Downloaded futures-util v0.3.31 |
299 | 2025-01-22T08:39:36.913Z | Downloaded serde_with v3.11.0 |
300 | 2025-01-22T08:39:36.920Z | Downloaded goblin v0.8.2 |
301 | 2025-01-22T08:39:36.926Z | Downloaded aho-corasick v1.1.3 |
302 | 2025-01-22T08:39:36.931Z | Downloaded reqwest v0.12.9 |
303 | 2025-01-22T08:39:36.939Z | Downloaded serde_json v1.0.135 |
304 | 2025-01-22T08:39:36.946Z | Downloaded rustls-webpki v0.102.8 |
305 | 2025-01-22T08:39:36.962Z | Downloaded icu_properties_data v1.5.0 |
306 | 2025-01-22T08:39:36.972Z | Downloaded syn v1.0.109 |
307 | 2025-01-22T08:39:36.981Z | Downloaded regex v1.11.1 |
308 | 2025-01-22T08:39:36.993Z | Downloaded openssl v0.10.66 |
309 | 2025-01-22T08:39:37.002Z | Downloaded webpki-roots v0.26.6 |
310 | 2025-01-22T08:39:37.005Z | Downloaded quinn-proto v0.11.8 |
311 | 2025-01-22T08:39:37.011Z | Downloaded syn v2.0.96 |
312 | 2025-01-22T08:39:37.022Z | Downloaded rustls v0.22.4 |
313 | 2025-01-22T08:39:37.034Z | Downloaded regress v0.9.1 |
314 | 2025-01-22T08:39:37.041Z | Downloaded regress v0.10.1 |
315 | 2025-01-22T08:39:37.049Z | Downloaded openapiv3 v2.0.0 |
316 | 2025-01-22T08:39:37.059Z | Downloaded rustls v0.23.19 |
317 | 2025-01-22T08:39:37.070Z | Downloaded regex-syntax v0.8.5 |
318 | 2025-01-22T08:39:37.077Z | Downloaded dropshot v0.15.1 |
319 | 2025-01-22T08:39:37.097Z | Downloaded typify-impl v0.2.0 |
320 | 2025-01-22T08:39:37.110Z | Downloaded vcpkg v0.2.15 |
321 | 2025-01-22T08:39:37.149Z | Downloaded chrono v0.4.39 |
322 | 2025-01-22T08:39:37.153Z | Downloaded idna v1.0.3 |
323 | 2025-01-22T08:39:37.156Z | Downloaded h2 v0.4.6 |
324 | 2025-01-22T08:39:37.162Z | Downloaded tokio-util v0.7.12 |
325 | 2025-01-22T08:39:37.168Z | Downloaded itertools v0.10.5 |
326 | 2025-01-22T08:39:37.174Z | Downloaded thiserror v2.0.11 |
327 | 2025-01-22T08:39:37.179Z | Downloaded icu_normalizer v1.5.0 |
328 | 2025-01-22T08:39:37.182Z | Downloaded regex-automata v0.4.8 |
329 | 2025-01-22T08:39:37.197Z | Downloaded icu_locid v1.5.0 |
330 | 2025-01-22T08:39:37.203Z | Downloaded icu_normalizer_data v1.5.0 |
331 | 2025-01-22T08:39:37.206Z | Downloaded zerocopy-derive v0.7.35 |
332 | 2025-01-22T08:39:37.208Z | Downloaded unicode-ident v1.0.14 |
333 | 2025-01-22T08:39:37.211Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2025-01-22T08:39:37.211Z | Downloaded darling_core v0.20.10 |
335 | 2025-01-22T08:39:37.215Z | Downloaded serde_with_macros v3.11.0 |
336 | 2025-01-22T08:39:37.219Z | Downloaded dropshot_endpoint v0.15.1 |
337 | 2025-01-22T08:39:37.224Z | Downloaded bytes v1.9.0 |
338 | 2025-01-22T08:39:37.227Z | Downloaded anyhow v1.0.95 |
339 | 2025-01-22T08:39:37.227Z | Downloaded structmeta-derive v0.3.0 |
340 | 2025-01-22T08:39:37.227Z | Downloaded libc v0.2.169 |
341 | 2025-01-22T08:39:37.249Z | Downloaded uuid v1.12.0 |
342 | 2025-01-22T08:39:37.252Z | Downloaded tokio v1.43.0 |
343 | 2025-01-22T08:39:37.287Z | Downloaded parking_lot_core v0.9.10 |
344 | 2025-01-22T08:39:37.289Z | Downloaded ucd-trie v0.1.7 |
345 | 2025-01-22T08:39:37.292Z | Downloaded icu_locid_transform_data v1.5.0 |
346 | 2025-01-22T08:39:37.292Z | Downloaded serde_urlencoded v0.7.1 |
347 | 2025-01-22T08:39:37.295Z | Downloaded icu_provider v1.5.0 |
348 | 2025-01-22T08:39:37.298Z | Downloaded atomic-waker v1.1.2 |
349 | 2025-01-22T08:39:37.298Z | Downloaded slab v0.4.9 |
350 | 2025-01-22T08:39:37.298Z | Downloaded serde_spanned v0.6.8 |
351 | 2025-01-22T08:39:37.301Z | Downloaded rustc-hash v2.0.0 |
352 | 2025-01-22T08:39:37.301Z | Downloaded yoke v0.7.4 |
353 | 2025-01-22T08:39:37.301Z | Downloaded time-macros v0.2.18 |
354 | 2025-01-22T08:39:37.304Z | Downloaded lock_api v0.4.12 |
355 | 2025-01-22T08:39:37.304Z | Downloaded ipnet v2.10.1 |
356 | 2025-01-22T08:39:37.307Z | Downloaded iana-time-zone v0.1.61 |
357 | 2025-01-22T08:39:37.311Z | Downloaded futures-channel v0.3.31 |
358 | 2025-01-22T08:39:37.311Z | Downloaded scopeguard v1.2.0 |
359 | 2025-01-22T08:39:37.315Z | Downloaded progenitor v0.8.0 |
360 | 2025-01-22T08:39:37.315Z | Downloaded litemap v0.7.3 |
361 | 2025-01-22T08:39:37.315Z | Downloaded displaydoc v0.2.5 |
362 | 2025-01-22T08:39:37.319Z | Downloaded mime v0.3.17 |
363 | 2025-01-22T08:39:37.319Z | Downloaded typify-macro v0.2.0 |
364 | 2025-01-22T08:39:37.319Z | Downloaded http-body-util v0.1.2 |
365 | 2025-01-22T08:39:37.319Z | Downloaded hostname v0.3.1 |
366 | 2025-01-22T08:39:37.321Z | Downloaded futures-io v0.3.31 |
367 | 2025-01-22T08:39:37.321Z | Downloaded futures-core v0.3.31 |
368 | 2025-01-22T08:39:37.322Z | Downloaded futures-macro v0.3.31 |
369 | 2025-01-22T08:39:37.324Z | Downloaded write16 v1.0.0 |
370 | 2025-01-22T08:39:37.324Z | Downloaded form_urlencoded v1.2.1 |
371 | 2025-01-22T08:39:37.324Z | Downloaded fnv v1.0.7 |
372 | 2025-01-22T08:39:37.328Z | Downloaded either v1.13.0 |
373 | 2025-01-22T08:39:37.328Z | Downloaded debug-ignore v1.0.5 |
374 | 2025-01-22T08:39:37.328Z | Downloaded cfg-if v1.0.0 |
375 | 2025-01-22T08:39:37.333Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-22T08:39:37.531Z | Downloaded ring v0.17.8 |
377 | 2025-01-22T08:39:37.724Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-22T08:39:37.724Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-22T08:39:37.724Z | Compiling libc v0.2.169 |
380 | 2025-01-22T08:39:37.726Z | Checking cfg-if v1.0.0 |
381 | 2025-01-22T08:39:37.726Z | Compiling autocfg v1.4.0 |
382 | 2025-01-22T08:39:37.726Z | Compiling serde v1.0.217 |
383 | 2025-01-22T08:39:37.726Z | Compiling version_check v0.9.5 |
384 | 2025-01-22T08:39:37.746Z | Checking memchr v2.7.4 |
385 | 2025-01-22T08:39:37.842Z | Checking itoa v1.0.11 |
386 | 2025-01-22T08:39:37.972Z | Compiling serde_json v1.0.135 |
387 | 2025-01-22T08:39:38.336Z | Checking once_cell v1.20.2 |
388 | 2025-01-22T08:39:38.360Z | Compiling thiserror v1.0.69 |
389 | 2025-01-22T08:39:38.393Z | Compiling shlex v1.3.0 |
390 | 2025-01-22T08:39:38.637Z | Checking pin-project-lite v0.2.14 |
391 | 2025-01-22T08:39:38.649Z | Compiling num-traits v0.2.19 |
392 | 2025-01-22T08:39:38.746Z | Compiling cc v1.1.30 |
393 | 2025-01-22T08:39:38.756Z | Checking ryu v1.0.18 |
394 | 2025-01-22T08:39:39.041Z | Checking smallvec v1.13.2 |
395 | 2025-01-22T08:39:39.099Z | Checking getrandom v0.2.15 |
396 | 2025-01-22T08:39:39.283Z | Checking bytes v1.9.0 |
397 | 2025-01-22T08:39:39.320Z | Checking futures-core v0.3.31 |
398 | 2025-01-22T08:39:39.381Z | Compiling lock_api v0.4.12 |
399 | 2025-01-22T08:39:39.433Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-22T08:39:39.447Z | Checking scopeguard v1.2.0 |
401 | 2025-01-22T08:39:39.518Z | Compiling quote v1.0.38 |
402 | 2025-01-22T08:39:39.602Z | Compiling byteorder v1.5.0 |
403 | 2025-01-22T08:39:39.720Z | Compiling schemars v0.8.21 |
404 | 2025-01-22T08:39:39.921Z | Compiling syn v2.0.96 |
405 | 2025-01-22T08:39:40.086Z | Compiling slab v0.4.9 |
406 | 2025-01-22T08:39:40.088Z | Compiling ahash v0.8.11 |
407 | 2025-01-22T08:39:40.146Z | Checking log v0.4.22 |
408 | 2025-01-22T08:39:40.381Z | Checking futures-sink v0.3.31 |
409 | 2025-01-22T08:39:40.423Z | Checking socket2 v0.5.7 |
410 | 2025-01-22T08:39:40.458Z | Checking parking_lot v0.12.3 |
411 | 2025-01-22T08:39:40.516Z | Checking mio v1.0.2 |
412 | 2025-01-22T08:39:40.529Z | Checking signal-hook-registry v1.4.2 |
413 | 2025-01-22T08:39:40.572Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-22T08:39:40.671Z | Checking hashbrown v0.15.1 |
415 | 2025-01-22T08:39:40.832Z | Checking equivalent v1.0.1 |
416 | 2025-01-22T08:39:40.837Z | Checking fnv v1.0.7 |
417 | 2025-01-22T08:39:40.857Z | Checking futures-channel v0.3.31 |
418 | 2025-01-22T08:39:40.872Z | Checking futures-task v0.3.31 |
419 | 2025-01-22T08:39:40.885Z | Checking pin-utils v0.1.0 |
420 | 2025-01-22T08:39:40.911Z | Checking http v1.2.0 |
421 | 2025-01-22T08:39:40.969Z | Checking futures-io v0.3.31 |
422 | 2025-01-22T08:39:41.107Z | Compiling semver v1.0.24 |
423 | 2025-01-22T08:39:41.110Z | Compiling pkg-config v0.3.31 |
424 | 2025-01-22T08:39:41.139Z | Checking spin v0.9.8 |
425 | 2025-01-22T08:39:41.198Z | Compiling vcpkg v0.2.15 |
426 | 2025-01-22T08:39:41.350Z | Checking rustls-pki-types v1.10.0 |
427 | 2025-01-22T08:39:41.568Z | Compiling ring v0.17.8 |
428 | 2025-01-22T08:39:41.670Z | Checking writeable v0.5.5 |
429 | 2025-01-22T08:39:41.941Z | Checking untrusted v0.9.0 |
430 | 2025-01-22T08:39:41.989Z | Checking iana-time-zone v0.1.61 |
431 | 2025-01-22T08:39:42.035Z | Compiling httparse v1.9.5 |
432 | 2025-01-22T08:39:42.150Z | Compiling heck v0.5.0 |
433 | 2025-01-22T08:39:42.163Z | Checking litemap v0.7.3 |
434 | 2025-01-22T08:39:42.245Z | Checking tracing-core v0.1.32 |
435 | 2025-01-22T08:39:42.504Z | Checking dyn-clone v1.0.17 |
436 | 2025-01-22T08:39:42.533Z | Compiling ucd-trie v0.1.7 |
437 | 2025-01-22T08:39:42.625Z | Compiling openssl-sys v0.9.103 |
438 | 2025-01-22T08:39:42.727Z | Checking atomic-waker v1.1.2 |
439 | 2025-01-22T08:39:42.856Z | Checking tracing v0.1.40 |
440 | 2025-01-22T08:39:42.869Z | Checking http-body v1.0.1 |
441 | 2025-01-22T08:39:43.044Z | Checking icu_locid_transform_data v1.5.0 |
442 | 2025-01-22T08:39:43.049Z | Checking subtle v2.6.1 |
443 | 2025-01-22T08:39:43.125Z | Compiling allocator-api2 v0.2.18 |
444 | 2025-01-22T08:39:43.145Z | Checking zeroize v1.8.1 |
445 | 2025-01-22T08:39:43.270Z | Checking try-lock v0.2.5 |
446 | 2025-01-22T08:39:43.375Z | Compiling openssl v0.10.66 |
447 | 2025-01-22T08:39:43.397Z | Checking want v0.3.1 |
448 | 2025-01-22T08:39:43.557Z | Checking icu_properties_data v1.5.0 |
449 | 2025-01-22T08:39:43.789Z | Checking httpdate v1.0.3 |
450 | 2025-01-22T08:39:43.818Z | Compiling uuid v1.12.0 |
451 | 2025-01-22T08:39:43.878Z | Checking foreign-types-shared v0.1.1 |
452 | 2025-01-22T08:39:43.980Z | Checking foreign-types v0.3.2 |
453 | 2025-01-22T08:39:44.032Z | Checking icu_normalizer_data v1.5.0 |
454 | 2025-01-22T08:39:44.058Z | Compiling native-tls v0.2.12 |
455 | 2025-01-22T08:39:44.149Z | Compiling slog v2.7.0 |
456 | 2025-01-22T08:39:44.285Z | Checking tower-service v0.3.3 |
457 | 2025-01-22T08:39:44.378Z | Compiling chrono v0.4.39 |
458 | 2025-01-22T08:39:44.399Z | Checking percent-encoding v2.3.1 |
459 | 2025-01-22T08:39:44.413Z | Checking utf16_iter v1.0.5 |
460 | 2025-01-22T08:39:44.488Z | Checking bitflags v2.6.0 |
461 | 2025-01-22T08:39:44.582Z | Compiling rustls v0.23.19 |
462 | 2025-01-22T08:39:44.611Z | Checking write16 v1.0.0 |
463 | 2025-01-22T08:39:44.734Z | Checking utf8_iter v1.0.4 |
464 | 2025-01-22T08:39:44.747Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-22T08:39:44.944Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-22T08:39:44.947Z | Checking openssl-probe v0.1.5 |
467 | 2025-01-22T08:39:44.966Z | Compiling regex-syntax v0.8.5 |
468 | 2025-01-22T08:39:45.099Z | Compiling typenum v1.17.0 |
469 | 2025-01-22T08:39:46.084Z | Compiling generic-array v0.14.7 |
470 | 2025-01-22T08:39:46.105Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-22T08:39:46.224Z | Checking mime v0.3.17 |
472 | 2025-01-22T08:39:47.466Z | Compiling synstructure v0.13.1 |
473 | 2025-01-22T08:39:47.542Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-22T08:39:47.776Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-22T08:39:48.412Z | Checking rustls-pemfile v2.2.0 |
476 | 2025-01-22T08:39:48.633Z | Compiling regex-automata v0.4.8 |
477 | 2025-01-22T08:39:48.662Z | Checking webpki-roots v0.26.6 |
478 | 2025-01-22T08:39:49.508Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-22T08:39:49.590Z | Compiling num-conv v0.1.0 |
480 | 2025-01-22T08:39:49.848Z | Checking powerfmt v0.2.0 |
481 | 2025-01-22T08:39:49.904Z | Checking base64 v0.22.1 |
482 | 2025-01-22T08:39:50.124Z | Compiling time-core v0.1.2 |
483 | 2025-01-22T08:39:50.301Z | Compiling time-macros v0.2.18 |
484 | 2025-01-22T08:39:50.343Z | Checking deranged v0.3.11 |
485 | 2025-01-22T08:39:50.480Z | Compiling thread-id v4.2.2 |
486 | 2025-01-22T08:39:50.594Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-22T08:39:50.783Z | Checking ipnet v2.10.1 |
488 | 2025-01-22T08:39:51.360Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-22T08:39:51.586Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-22T08:39:51.680Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-01-22T08:39:52.240Z | Compiling zerofrom-derive v0.1.4 |
492 | 2025-01-22T08:39:53.003Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-22T08:39:53.089Z | Compiling yoke-derive v0.7.4 |
494 | 2025-01-22T08:39:53.105Z | Compiling tokio-macros v2.5.0 |
495 | 2025-01-22T08:39:53.455Z | Compiling zerocopy v0.7.35 |
496 | 2025-01-22T08:39:54.560Z | Checking tokio v1.43.0 |
497 | 2025-01-22T08:39:54.867Z | Compiling zerovec-derive v0.10.3 |
498 | 2025-01-22T08:39:55.430Z | Checking zerofrom v0.1.4 |
499 | 2025-01-22T08:39:55.514Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-22T08:39:55.594Z | Compiling displaydoc v0.2.5 |
501 | 2025-01-22T08:39:55.620Z | Checking yoke v0.7.4 |
502 | 2025-01-22T08:39:55.636Z | Compiling icu_provider_macros v1.5.0 |
503 | 2025-01-22T08:39:55.928Z | Compiling pest v2.7.14 |
504 | 2025-01-22T08:39:56.354Z | Compiling hashbrown v0.14.5 |
505 | 2025-01-22T08:39:56.727Z | Compiling openssl-macros v0.1.1 |
506 | 2025-01-22T08:39:57.235Z | Checking zerovec v0.10.4 |
507 | 2025-01-22T08:39:57.303Z | Checking futures-util v0.3.31 |
508 | 2025-01-22T08:39:57.480Z | Compiling regress v0.10.1 |
509 | 2025-01-22T08:39:58.736Z | Checking tinystr v0.7.6 |
510 | 2025-01-22T08:39:58.813Z | Checking icu_collections v1.5.0 |
511 | 2025-01-22T08:39:59.058Z | Checking icu_locid v1.5.0 |
512 | 2025-01-22T08:39:59.442Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-22T08:39:59.979Z | Checking icu_provider v1.5.0 |
514 | 2025-01-22T08:40:00.616Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-22T08:40:01.249Z | Checking tokio-util v0.7.12 |
516 | 2025-01-22T08:40:01.611Z | Checking icu_properties v1.5.1 |
517 | 2025-01-22T08:40:01.950Z | Compiling pest_generator v2.7.14 |
518 | 2025-01-22T08:40:02.034Z | Checking http-body-util v0.1.2 |
519 | 2025-01-22T08:40:02.047Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-22T08:40:02.402Z | Compiling regex v1.11.1 |
521 | 2025-01-22T08:40:02.459Z | Compiling scroll_derive v0.12.0 |
522 | 2025-01-22T08:40:02.556Z | Checking tokio-native-tls v0.3.1 |
523 | 2025-01-22T08:40:03.217Z | Checking indexmap v2.7.0 |
524 | 2025-01-22T08:40:03.921Z | Compiling serde_tokenstream v0.2.2 |
525 | 2025-01-22T08:40:04.386Z | Checking h2 v0.4.6 |
526 | 2025-01-22T08:40:04.432Z | Compiling pest_derive v2.7.14 |
527 | 2025-01-22T08:40:04.782Z | Checking serde_urlencoded v0.7.1 |
528 | 2025-01-22T08:40:04.785Z | Checking icu_normalizer v1.5.0 |
529 | 2025-01-22T08:40:05.243Z | Compiling dtrace-parser v0.2.0 |
530 | 2025-01-22T08:40:05.610Z | Checking idna_adapter v1.2.0 |
531 | 2025-01-22T08:40:05.744Z | Compiling dof v0.3.0 |
532 | 2025-01-22T08:40:05.804Z | Checking idna v1.0.3 |
533 | 2025-01-22T08:40:06.115Z | Checking scroll v0.12.0 |
534 | 2025-01-22T08:40:06.309Z | Checking url v2.5.3 |
535 | 2025-01-22T08:40:06.567Z | Compiling crossbeam-utils v0.8.20 |
536 | 2025-01-22T08:40:06.762Z | Compiling ident_case v1.0.1 |
537 | 2025-01-22T08:40:06.834Z | Checking num_threads v0.1.7 |
538 | 2025-01-22T08:40:06.864Z | Compiling syn v1.0.109 |
539 | 2025-01-22T08:40:06.954Z | Checking plain v0.2.3 |
540 | 2025-01-22T08:40:07.081Z | Compiling strsim v0.11.1 |
541 | 2025-01-22T08:40:07.139Z | Checking typify-impl v0.2.0 |
542 | 2025-01-22T08:40:07.261Z | Checking goblin v0.8.2 |
543 | 2025-01-22T08:40:07.418Z | Checking time v0.3.36 |
544 | 2025-01-22T08:40:07.790Z | Compiling darling_core v0.20.10 |
545 | 2025-01-22T08:40:08.560Z | Checking hyper v1.5.2 |
546 | 2025-01-22T08:40:09.631Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-22T08:40:10.550Z | Checking hyper-util v0.1.10 |
548 | 2025-01-22T08:40:11.169Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-22T08:40:11.749Z | Checking pretty-hex v0.4.1 |
550 | 2025-01-22T08:40:11.942Z | Compiling newtype-uuid v1.2.1 |
551 | 2025-01-22T08:40:12.121Z | Compiling unsafe-libyaml v0.2.11 |
552 | 2025-01-22T08:40:12.141Z | Checking hyper-rustls v0.27.3 |
553 | 2025-01-22T08:40:12.258Z | Checking hyper-tls v0.6.0 |
554 | 2025-01-22T08:40:12.274Z | Compiling paste v1.0.15 |
555 | 2025-01-22T08:40:12.456Z | Compiling rustls v0.22.4 |
556 | 2025-01-22T08:40:12.527Z | Checking reqwest v0.12.9 |
557 | 2025-01-22T08:40:12.746Z | Compiling rustversion v1.0.17 |
558 | 2025-01-22T08:40:12.762Z | Compiling omicron-workspace-hack v0.1.0 |
559 | 2025-01-22T08:40:13.223Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-22T08:40:13.452Z | Compiling serde_yaml v0.9.34+deprecated |
561 | 2025-01-22T08:40:13.545Z | Checking dirs-next v2.0.0 |
562 | 2025-01-22T08:40:13.846Z | Checking ipnetwork v0.20.0 |
563 | 2025-01-22T08:40:13.907Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-22T08:40:14.088Z | Checking toml_datetime v0.6.8 |
565 | 2025-01-22T08:40:14.108Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-22T08:40:14.173Z | Checking block-buffer v0.10.4 |
567 | 2025-01-22T08:40:14.191Z | Checking crypto-common v0.1.6 |
568 | 2025-01-22T08:40:14.330Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-22T08:40:14.355Z | Checking rand_core v0.6.4 |
570 | 2025-01-22T08:40:14.386Z | Checking thread_local v1.1.8 |
571 | 2025-01-22T08:40:14.472Z | Compiling multer v3.1.0 |
572 | 2025-01-22T08:40:14.651Z | Compiling anyhow v1.0.95 |
573 | 2025-01-22T08:40:14.666Z | Compiling camino v1.1.9 |
574 | 2025-01-22T08:40:14.805Z | Compiling slog-async v2.8.0 |
575 | 2025-01-22T08:40:14.821Z | Checking match_cfg v0.1.0 |
576 | 2025-01-22T08:40:14.905Z | Checking winnow v0.6.20 |
577 | 2025-01-22T08:40:15.243Z | Checking either v1.13.0 |
578 | 2025-01-22T08:40:15.246Z | Compiling thiserror v2.0.11 |
579 | 2025-01-22T08:40:15.627Z | Checking itertools v0.10.5 |
580 | 2025-01-22T08:40:15.808Z | Checking hostname v0.3.1 |
581 | 2025-01-22T08:40:16.005Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-22T08:40:16.379Z | Checking crossbeam-channel v0.5.13 |
583 | 2025-01-22T08:40:16.644Z | Checking digest v0.10.7 |
584 | 2025-01-22T08:40:16.738Z | Compiling structmeta v0.3.0 |
585 | 2025-01-22T08:40:16.753Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
586 | 2025-01-22T08:40:16.956Z | Compiling darling v0.20.10 |
587 | 2025-01-22T08:40:17.060Z | Checking progenitor-client v0.8.0 |
588 | 2025-01-22T08:40:17.074Z | Checking term v0.7.0 |
589 | 2025-01-22T08:40:17.485Z | Compiling usdt-attr-macro v0.5.0 |
590 | 2025-01-22T08:40:17.679Z | Checking toml_edit v0.22.22 |
591 | 2025-01-22T08:40:17.756Z | Compiling usdt-macro v0.5.0 |
592 | 2025-01-22T08:40:18.240Z | Checking slog-json v2.6.1 |
593 | 2025-01-22T08:40:18.351Z | Checking futures-executor v0.3.31 |
594 | 2025-01-22T08:40:18.527Z | Compiling async-stream-impl v0.3.6 |
595 | 2025-01-22T08:40:18.573Z | Compiling thiserror-impl v2.0.11 |
596 | 2025-01-22T08:40:18.649Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
597 | 2025-01-22T08:40:18.861Z | Checking is-terminal v0.4.13 |
598 | 2025-01-22T08:40:18.984Z | Checking memmap v0.7.0 |
599 | 2025-01-22T08:40:18.997Z | Compiling dropshot v0.15.1 |
600 | 2025-01-22T08:40:19.195Z | Checking cpufeatures v0.2.14 |
601 | 2025-01-22T08:40:19.284Z | Checking take_mut v0.2.2 |
602 | 2025-01-22T08:40:19.329Z | Compiling typify-macro v0.2.0 |
603 | 2025-01-22T08:40:19.412Z | Checking sha1 v0.10.6 |
604 | 2025-01-22T08:40:19.693Z | Checking usdt v0.5.0 |
605 | 2025-01-22T08:40:19.726Z | Checking slog-term v2.9.1 |
606 | 2025-01-22T08:40:19.728Z | Checking async-stream v0.3.6 |
607 | 2025-01-22T08:40:19.781Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
608 | 2025-01-22T08:40:19.930Z | Checking futures v0.3.31 |
609 | 2025-01-22T08:40:19.945Z | Checking slog-bunyan v2.5.0 |
610 | 2025-01-22T08:40:20.034Z | Compiling strum_macros v0.26.4 |
611 | 2025-01-22T08:40:20.119Z | Compiling parse-display-derive v0.10.0 |
612 | 2025-01-22T08:40:20.224Z | Compiling serde_with_macros v3.11.0 |
613 | 2025-01-22T08:40:20.246Z | Checking toml v0.8.19 |
614 | 2025-01-22T08:40:20.333Z | Checking rand v0.8.5 |
615 | 2025-01-22T08:40:20.744Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-22T08:40:21.585Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-22T08:40:21.602Z | Checking serde_path_to_error v0.1.16 |
618 | 2025-01-22T08:40:21.615Z | Checking hex v0.4.3 |
619 | 2025-01-22T08:40:21.718Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
620 | 2025-01-22T08:40:22.099Z | Compiling async-trait v0.1.83 |
621 | 2025-01-22T08:40:22.202Z | Checking waitgroup v0.1.2 |
622 | 2025-01-22T08:40:22.346Z | Checking hostname v0.4.0 |
623 | 2025-01-22T08:40:22.486Z | Checking instant v0.1.13 |
624 | 2025-01-22T08:40:22.518Z | Checking debug-ignore v1.0.5 |
625 | 2025-01-22T08:40:22.598Z | Checking backoff v0.4.0 |
626 | 2025-01-22T08:40:22.649Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
627 | 2025-01-22T08:40:22.670Z | Checking serde_with v3.11.0 |
628 | 2025-01-22T08:40:22.688Z | Compiling typify v0.2.0 |
629 | 2025-01-22T08:40:22.788Z | Compiling progenitor-impl v0.8.0 |
630 | 2025-01-22T08:40:22.858Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-22T08:40:23.005Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-22T08:40:23.683Z | Checking parse-display v0.10.0 |
633 | 2025-01-22T08:40:23.903Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-22T08:40:23.920Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-22T08:40:24.165Z | Checking strum v0.26.3 |
636 | 2025-01-22T08:40:24.259Z | Checking macaddr v1.0.1 |
637 | 2025-01-22T08:40:24.281Z | Checking regress v0.9.1 |
638 | 2025-01-22T08:40:25.840Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-22T08:40:29.321Z | Checking progenitor v0.8.0 |
640 | 2025-01-22T08:40:29.429Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-22T08:40:32.156Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-22T08:40:39.170Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-22T08:40:39.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
644 | 2025-01-22T08:40:39.368Z | + cargo build --release |
645 | 2025-01-22T08:40:39.629Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-22T08:40:39.629Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-22T08:40:39.632Z | Compiling libc v0.2.169 |
648 | 2025-01-22T08:40:39.632Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-22T08:40:39.632Z | Compiling autocfg v1.4.0 |
650 | 2025-01-22T08:40:39.632Z | Compiling serde v1.0.217 |
651 | 2025-01-22T08:40:39.632Z | Compiling version_check v0.9.5 |
652 | 2025-01-22T08:40:39.632Z | Compiling memchr v2.7.4 |
653 | 2025-01-22T08:40:39.748Z | Compiling serde_json v1.0.135 |
654 | 2025-01-22T08:40:39.893Z | Compiling itoa v1.0.11 |
655 | 2025-01-22T08:40:40.099Z | Compiling thiserror v1.0.69 |
656 | 2025-01-22T08:40:40.201Z | Compiling once_cell v1.20.2 |
657 | 2025-01-22T08:40:40.227Z | Compiling shlex v1.3.0 |
658 | 2025-01-22T08:40:40.541Z | Compiling cc v1.1.30 |
659 | 2025-01-22T08:40:40.595Z | Compiling num-traits v0.2.19 |
660 | 2025-01-22T08:40:40.649Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-22T08:40:40.900Z | Compiling smallvec v1.13.2 |
662 | 2025-01-22T08:40:40.942Z | Compiling getrandom v0.2.15 |
663 | 2025-01-22T08:40:41.099Z | Compiling ryu v1.0.18 |
664 | 2025-01-22T08:40:41.301Z | Compiling quote v1.0.38 |
665 | 2025-01-22T08:40:41.343Z | Compiling bytes v1.9.0 |
666 | 2025-01-22T08:40:41.350Z | Compiling futures-core v0.3.31 |
667 | 2025-01-22T08:40:41.378Z | Compiling lock_api v0.4.12 |
668 | 2025-01-22T08:40:41.590Z | Compiling schemars v0.8.21 |
669 | 2025-01-22T08:40:41.681Z | Compiling syn v2.0.96 |
670 | 2025-01-22T08:40:41.839Z | Compiling parking_lot_core v0.9.10 |
671 | 2025-01-22T08:40:41.932Z | Compiling ahash v0.8.11 |
672 | 2025-01-22T08:40:41.979Z | Compiling byteorder v1.5.0 |
673 | 2025-01-22T08:40:42.249Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-22T08:40:42.298Z | Compiling slab v0.4.9 |
675 | 2025-01-22T08:40:42.394Z | Compiling log v0.4.22 |
676 | 2025-01-22T08:40:42.667Z | Compiling futures-sink v0.3.31 |
677 | 2025-01-22T08:40:42.814Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-22T08:40:42.856Z | Compiling signal-hook-registry v1.4.2 |
679 | 2025-01-22T08:40:42.896Z | Compiling mio v1.0.2 |
680 | 2025-01-22T08:40:42.935Z | Compiling socket2 v0.5.7 |
681 | 2025-01-22T08:40:43.093Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-22T08:40:43.157Z | Compiling ring v0.17.8 |
683 | 2025-01-22T08:40:43.189Z | Compiling hashbrown v0.15.1 |
684 | 2025-01-22T08:40:43.437Z | Compiling semver v1.0.24 |
685 | 2025-01-22T08:40:43.930Z | Compiling fnv v1.0.7 |
686 | 2025-01-22T08:40:44.066Z | Compiling equivalent v1.0.1 |
687 | 2025-01-22T08:40:44.189Z | Compiling http v1.2.0 |
688 | 2025-01-22T08:40:44.351Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-22T08:40:44.461Z | Compiling pin-utils v0.1.0 |
690 | 2025-01-22T08:40:44.554Z | Compiling futures-io v0.3.31 |
691 | 2025-01-22T08:40:44.566Z | Compiling futures-task v0.3.31 |
692 | 2025-01-22T08:40:44.953Z | Compiling rustls-pki-types v1.10.0 |
693 | 2025-01-22T08:40:44.964Z | Compiling spin v0.9.8 |
694 | 2025-01-22T08:40:44.964Z | Compiling pkg-config v0.3.31 |
695 | 2025-01-22T08:40:44.964Z | Compiling vcpkg v0.2.15 |
696 | 2025-01-22T08:40:45.060Z | Compiling writeable v0.5.5 |
697 | 2025-01-22T08:40:45.886Z | Compiling litemap v0.7.3 |
698 | 2025-01-22T08:40:46.150Z | Compiling iana-time-zone v0.1.61 |
699 | 2025-01-22T08:40:46.303Z | Compiling openssl-sys v0.9.103 |
700 | 2025-01-22T08:40:46.312Z | Compiling heck v0.5.0 |
701 | 2025-01-22T08:40:46.629Z | Compiling untrusted v0.9.0 |
702 | 2025-01-22T08:40:46.713Z | Compiling httparse v1.9.5 |
703 | 2025-01-22T08:40:46.925Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-22T08:40:47.128Z | Compiling atomic-waker v1.1.2 |
705 | 2025-01-22T08:40:47.260Z | Compiling dyn-clone v1.0.17 |
706 | 2025-01-22T08:40:47.310Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-22T08:40:47.404Z | Compiling http-body v1.0.1 |
708 | 2025-01-22T08:40:47.628Z | Compiling tracing v0.1.40 |
709 | 2025-01-22T08:40:48.100Z | Compiling icu_locid_transform_data v1.5.0 |
710 | 2025-01-22T08:40:48.196Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-22T08:40:48.364Z | Compiling subtle v2.6.1 |
712 | 2025-01-22T08:40:48.555Z | Compiling zeroize v1.8.1 |
713 | 2025-01-22T08:40:48.555Z | Compiling try-lock v0.2.5 |
714 | 2025-01-22T08:40:48.694Z | Compiling synstructure v0.13.1 |
715 | 2025-01-22T08:40:48.710Z | Compiling serde_derive_internals v0.29.1 |
716 | 2025-01-22T08:40:48.824Z | Compiling chrono v0.4.39 |
717 | 2025-01-22T08:40:48.879Z | Compiling want v0.3.1 |
718 | 2025-01-22T08:40:49.271Z | Compiling foreign-types-shared v0.1.1 |
719 | 2025-01-22T08:40:49.335Z | Compiling httpdate v1.0.3 |
720 | 2025-01-22T08:40:49.389Z | Compiling openssl v0.10.66 |
721 | 2025-01-22T08:40:49.838Z | Compiling icu_properties_data v1.5.0 |
722 | 2025-01-22T08:40:49.879Z | Compiling uuid v1.12.0 |
723 | 2025-01-22T08:40:50.081Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-22T08:40:50.473Z | Compiling percent-encoding v2.3.1 |
725 | 2025-01-22T08:40:50.642Z | Compiling utf8_iter v1.0.4 |
726 | 2025-01-22T08:40:50.706Z | Compiling icu_normalizer_data v1.5.0 |
727 | 2025-01-22T08:40:50.806Z | Compiling tower-service v0.3.3 |
728 | 2025-01-22T08:40:50.895Z | Compiling bitflags v2.6.0 |
729 | 2025-01-22T08:40:50.924Z | Compiling native-tls v0.2.12 |
730 | 2025-01-22T08:40:50.947Z | Compiling utf16_iter v1.0.5 |
731 | 2025-01-22T08:40:51.167Z | Compiling rustls v0.23.19 |
732 | 2025-01-22T08:40:51.298Z | Compiling write16 v1.0.0 |
733 | 2025-01-22T08:40:51.432Z | Compiling slog v2.7.0 |
734 | 2025-01-22T08:40:51.511Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-22T08:40:51.760Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-22T08:40:52.017Z | Compiling regex-syntax v0.8.5 |
737 | 2025-01-22T08:40:52.167Z | Compiling openssl-probe v0.1.5 |
738 | 2025-01-22T08:40:52.691Z | Compiling typenum v1.17.0 |
739 | 2025-01-22T08:40:53.149Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-22T08:40:53.627Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-22T08:40:53.755Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-22T08:40:53.968Z | Compiling zerofrom-derive v0.1.4 |
743 | 2025-01-22T08:40:54.005Z | Compiling schemars_derive v0.8.21 |
744 | 2025-01-22T08:40:55.573Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-22T08:40:56.636Z | Compiling yoke-derive v0.7.4 |
746 | 2025-01-22T08:40:56.834Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-22T08:40:56.884Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-22T08:40:57.004Z | Compiling futures-macro v0.3.31 |
749 | 2025-01-22T08:40:57.127Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-22T08:40:57.341Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-22T08:40:58.362Z | Compiling tokio v1.43.0 |
752 | 2025-01-22T08:40:58.800Z | Compiling icu_provider_macros v1.5.0 |
753 | 2025-01-22T08:40:58.820Z | Compiling futures-util v0.3.31 |
754 | 2025-01-22T08:40:59.151Z | Compiling yoke v0.7.4 |
755 | 2025-01-22T08:40:59.518Z | Compiling zerovec v0.10.4 |
756 | 2025-01-22T08:40:59.634Z | Compiling rustls-webpki v0.102.8 |
757 | 2025-01-22T08:40:59.834Z | Compiling pest v2.7.14 |
758 | 2025-01-22T08:41:02.839Z | Compiling tinystr v0.7.6 |
759 | 2025-01-22T08:41:03.233Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-22T08:41:04.409Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-22T08:41:05.113Z | Compiling pest_meta v2.7.14 |
762 | 2025-01-22T08:41:05.255Z | Compiling icu_locid_transform v1.5.0 |
763 | 2025-01-22T08:41:06.628Z | Compiling indexmap v2.7.0 |
764 | 2025-01-22T08:41:08.336Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-22T08:41:10.299Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-22T08:41:10.759Z | Compiling icu_collections v1.5.0 |
767 | 2025-01-22T08:41:10.838Z | Compiling hashbrown v0.14.5 |
768 | 2025-01-22T08:41:12.187Z | Compiling h2 v0.4.6 |
769 | 2025-01-22T08:41:12.445Z | Compiling regress v0.10.1 |
770 | 2025-01-22T08:41:13.501Z | Compiling icu_properties v1.5.1 |
771 | 2025-01-22T08:41:13.891Z | Compiling pest_generator v2.7.14 |
772 | 2025-01-22T08:41:15.631Z | Compiling openssl-macros v0.1.1 |
773 | 2025-01-22T08:41:17.013Z | Compiling typify-impl v0.2.0 |
774 | 2025-01-22T08:41:17.319Z | Compiling icu_normalizer v1.5.0 |
775 | 2025-01-22T08:41:19.702Z | Compiling hyper v1.5.2 |
776 | 2025-01-22T08:41:22.822Z | Compiling hyper-util v0.1.10 |
777 | 2025-01-22T08:41:24.248Z | Compiling pest_derive v2.7.14 |
778 | 2025-01-22T08:41:27.694Z | Compiling typify-macro v0.2.0 |
779 | 2025-01-22T08:41:28.950Z | Compiling idna_adapter v1.2.0 |
780 | 2025-01-22T08:41:29.153Z | Compiling http-body-util v0.1.2 |
781 | 2025-01-22T08:41:29.161Z | Compiling regex-automata v0.4.8 |
782 | 2025-01-22T08:41:29.897Z | Compiling generic-array v0.14.7 |
783 | 2025-01-22T08:41:29.899Z | Compiling encoding_rs v0.8.34 |
784 | 2025-01-22T08:41:29.935Z | Compiling mime v0.3.17 |
785 | 2025-01-22T08:41:31.725Z | Compiling idna v1.0.3 |
786 | 2025-01-22T08:41:32.510Z | Compiling tokio-rustls v0.26.0 |
787 | 2025-01-22T08:41:32.570Z | Compiling tokio-native-tls v0.3.1 |
788 | 2025-01-22T08:41:32.582Z | Compiling serde_urlencoded v0.7.1 |
789 | 2025-01-22T08:41:32.845Z | Compiling scroll_derive v0.12.0 |
790 | 2025-01-22T08:41:32.969Z | Compiling webpki-roots v0.26.6 |
791 | 2025-01-22T08:41:33.102Z | Compiling regex v1.11.1 |
792 | 2025-01-22T08:41:33.219Z | Compiling rustls-pemfile v2.2.0 |
793 | 2025-01-22T08:41:33.991Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-22T08:41:34.324Z | Compiling powerfmt v0.2.0 |
795 | 2025-01-22T08:41:34.794Z | Compiling time-core v0.1.2 |
796 | 2025-01-22T08:41:34.953Z | Compiling base64 v0.22.1 |
797 | 2025-01-22T08:41:36.080Z | Compiling num-conv v0.1.0 |
798 | 2025-01-22T08:41:36.088Z | Compiling deranged v0.3.11 |
799 | 2025-01-22T08:41:36.347Z | Compiling time-macros v0.2.18 |
800 | 2025-01-22T08:41:37.733Z | Compiling scroll v0.12.0 |
801 | 2025-01-22T08:41:37.764Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-22T08:41:39.206Z | Compiling hyper-tls v0.6.0 |
803 | 2025-01-22T08:41:39.708Z | Compiling url v2.5.3 |
804 | 2025-01-22T08:41:40.690Z | Compiling thread-id v4.2.2 |
805 | 2025-01-22T08:41:41.090Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-22T08:41:42.659Z | Compiling dof v0.3.0 |
807 | 2025-01-22T08:41:43.450Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-22T08:41:43.622Z | Compiling ipnet v2.10.1 |
809 | 2025-01-22T08:41:46.662Z | Compiling num_threads v0.1.7 |
810 | 2025-01-22T08:41:46.777Z | Compiling ident_case v1.0.1 |
811 | 2025-01-22T08:41:46.905Z | Compiling strsim v0.11.1 |
812 | 2025-01-22T08:41:46.949Z | Compiling omicron-workspace-hack v0.1.0 |
813 | 2025-01-22T08:41:47.276Z | Compiling syn v1.0.109 |
814 | 2025-01-22T08:41:47.532Z | Compiling crossbeam-utils v0.8.20 |
815 | 2025-01-22T08:41:47.837Z | Compiling plain v0.2.3 |
816 | 2025-01-22T08:41:48.252Z | Compiling time v0.3.36 |
817 | 2025-01-22T08:41:49.392Z | Compiling goblin v0.8.2 |
818 | 2025-01-22T08:41:52.419Z | Compiling darling_core v0.20.10 |
819 | 2025-01-22T08:41:55.272Z | Compiling reqwest v0.12.9 |
820 | 2025-01-22T08:41:58.520Z | Compiling openapiv3 v2.0.0 |
821 | 2025-01-22T08:41:58.722Z | Compiling typify v0.2.0 |
822 | 2025-01-22T08:42:01.468Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-22T08:42:02.651Z | Compiling unsafe-libyaml v0.2.11 |
824 | 2025-01-22T08:42:02.968Z | Compiling pretty-hex v0.4.1 |
825 | 2025-01-22T08:42:03.224Z | Compiling paste v1.0.15 |
826 | 2025-01-22T08:42:03.764Z | Compiling rustversion v1.0.17 |
827 | 2025-01-22T08:42:04.414Z | Compiling rustls v0.22.4 |
828 | 2025-01-22T08:42:04.443Z | Compiling newtype-uuid v1.2.1 |
829 | 2025-01-22T08:42:04.796Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-22T08:42:05.459Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-22T08:42:08.215Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-22T08:42:08.423Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-22T08:42:11.352Z | Compiling crypto-common v0.1.6 |
834 | 2025-01-22T08:42:11.572Z | Compiling block-buffer v0.10.4 |
835 | 2025-01-22T08:42:11.802Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-22T08:42:11.821Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-22T08:42:12.077Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-22T08:42:12.787Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-22T08:42:13.003Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-22T08:42:13.671Z | Compiling rand_core v0.6.4 |
841 | 2025-01-22T08:42:13.991Z | Compiling thread_local v1.1.8 |
842 | 2025-01-22T08:42:14.162Z | Compiling multer v3.1.0 |
843 | 2025-01-22T08:42:14.350Z | Compiling either v1.13.0 |
844 | 2025-01-22T08:42:14.531Z | Compiling match_cfg v0.1.0 |
845 | 2025-01-22T08:42:14.628Z | Compiling slog-async v2.8.0 |
846 | 2025-01-22T08:42:14.699Z | Compiling winnow v0.6.20 |
847 | 2025-01-22T08:42:14.795Z | Compiling anyhow v1.0.95 |
848 | 2025-01-22T08:42:15.139Z | Compiling thiserror v2.0.11 |
849 | 2025-01-22T08:42:15.457Z | Compiling camino v1.1.9 |
850 | 2025-01-22T08:42:15.695Z | Compiling structmeta v0.3.0 |
851 | 2025-01-22T08:42:16.085Z | Compiling itertools v0.10.5 |
852 | 2025-01-22T08:42:16.095Z | Compiling hostname v0.3.1 |
853 | 2025-01-22T08:42:16.192Z | Compiling rand_chacha v0.3.1 |
854 | 2025-01-22T08:42:16.387Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
855 | 2025-01-22T08:42:16.874Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-22T08:42:17.611Z | Compiling crossbeam-channel v0.5.13 |
857 | 2025-01-22T08:42:18.009Z | Compiling progenitor-macro v0.8.0 |
858 | 2025-01-22T08:42:19.199Z | Compiling toml_edit v0.22.22 |
859 | 2025-01-22T08:42:19.209Z | Compiling digest v0.10.7 |
860 | 2025-01-22T08:42:19.308Z | Compiling darling v0.20.10 |
861 | 2025-01-22T08:42:19.622Z | Compiling term v0.7.0 |
862 | 2025-01-22T08:42:24.765Z | Compiling usdt-macro v0.5.0 |
863 | 2025-01-22T08:42:26.090Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2025-01-22T08:42:27.633Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-22T08:42:27.794Z | Compiling slog-json v2.6.1 |
866 | 2025-01-22T08:42:28.296Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-22T08:42:28.533Z | Compiling thiserror-impl v2.0.11 |
868 | 2025-01-22T08:42:29.491Z | Compiling async-stream-impl v0.3.6 |
869 | 2025-01-22T08:42:29.555Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-22T08:42:29.693Z | Compiling memmap v0.7.0 |
871 | 2025-01-22T08:42:30.169Z | Compiling dropshot v0.15.1 |
872 | 2025-01-22T08:42:30.533Z | Compiling take_mut v0.2.2 |
873 | 2025-01-22T08:42:30.705Z | Compiling cpufeatures v0.2.14 |
874 | 2025-01-22T08:42:30.806Z | Compiling sha1 v0.10.6 |
875 | 2025-01-22T08:42:30.830Z | Compiling async-stream v0.3.6 |
876 | 2025-01-22T08:42:31.680Z | Compiling usdt v0.5.0 |
877 | 2025-01-22T08:42:31.773Z | Compiling slog-term v2.9.1 |
878 | 2025-01-22T08:42:33.197Z | Compiling progenitor v0.8.0 |
879 | 2025-01-22T08:42:33.400Z | Compiling tokio-rustls v0.25.0 |
880 | 2025-01-22T08:42:33.862Z | Compiling futures v0.3.31 |
881 | 2025-01-22T08:42:34.072Z | Compiling slog-bunyan v2.5.0 |
882 | 2025-01-22T08:42:34.371Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
883 | 2025-01-22T08:42:34.588Z | Compiling strum_macros v0.26.4 |
884 | 2025-01-22T08:42:34.774Z | Compiling toml v0.8.19 |
885 | 2025-01-22T08:42:36.122Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-22T08:42:38.791Z | Compiling rand v0.8.5 |
887 | 2025-01-22T08:42:40.635Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-22T08:42:41.935Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-22T08:42:42.174Z | Compiling hex v0.4.3 |
890 | 2025-01-22T08:42:42.703Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-22T08:42:42.853Z | Compiling async-trait v0.1.83 |
892 | 2025-01-22T08:42:43.640Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-22T08:42:43.710Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-22T08:42:43.937Z | Compiling hostname v0.4.0 |
895 | 2025-01-22T08:42:44.183Z | Compiling instant v0.1.13 |
896 | 2025-01-22T08:42:44.338Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-22T08:42:44.395Z | Compiling parse-display v0.10.0 |
898 | 2025-01-22T08:42:44.446Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-22T08:42:44.485Z | Compiling backoff v0.4.0 |
900 | 2025-01-22T08:42:44.660Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
901 | 2025-01-22T08:42:44.835Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-22T08:42:44.920Z | Compiling strum v0.26.3 |
903 | 2025-01-22T08:42:45.044Z | Compiling serde_with v3.11.0 |
904 | 2025-01-22T08:42:45.112Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-22T08:42:45.833Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-22T08:42:46.378Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-22T08:42:46.629Z | Compiling regress v0.9.1 |
908 | 2025-01-22T08:42:47.402Z | Compiling macaddr v1.0.1 |
909 | 2025-01-22T08:42:53.358Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-22T08:43:04.344Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-22T08:43:14.484Z | Finished `release` profile [optimized] target(s) in 2m 35s |
912 | 2025-01-22T08:43:14.552Z | process exited: duration 223208 ms, exit code 0 |
|
913 | 2025-01-22T08:43:14.561Z | found 0 output files |