|
|
|
1 | 2025-02-28T21:45:31.362Z | job assigned to worker 01JN789BCKC9E9631BT39BG1KK [factory aws, i-0c6fdf266495fbe11] (queued for 1 m 1 s) |
|
2 | 2025-02-28T21:45:39.122Z | starting task 0: "setup" |
3 | 2025-02-28T21:45:39.130Z | ++ uname -s |
4 | 2025-02-28T21:45:39.135Z | + kern=SunOS |
5 | 2025-02-28T21:45:39.135Z | + build_user=build |
6 | 2025-02-28T21:45:39.135Z | + build_uid=12345 |
7 | 2025-02-28T21:45:39.135Z | + work_dir=/work |
8 | 2025-02-28T21:45:39.135Z | + input_dir=/input |
9 | 2025-02-28T21:45:39.135Z | + [[ 0 == 12345 ]] |
10 | 2025-02-28T21:45:39.135Z | + case "$kern" in |
11 | 2025-02-28T21:45:39.135Z | + groupadd -g 12345 build |
12 | 2025-02-28T21:45:39.139Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-28T21:45:41.143Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-28T21:45:41.271Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-28T21:45:41.274Z | + home_fs=zfs |
16 | 2025-02-28T21:45:41.274Z | + [[ zfs == autofs ]] |
17 | 2025-02-28T21:45:41.274Z | + mkdir -p /home/build |
18 | 2025-02-28T21:45:41.277Z | + chown build:build /home/build /work |
19 | 2025-02-28T21:45:42.279Z | + chmod 0700 /home/build /work |
20 | 2025-02-28T21:45:42.282Z | process exited: duration 3157 ms, exit code 0 |
|
21 | 2025-02-28T21:45:42.288Z | starting task 1: "rust-toolchain" |
22 | 2025-02-28T21:45:42.294Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-28T21:45:42.294Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-28T21:45:42.294Z | * rust toolchain profile = "default" |
25 | 2025-02-28T21:45:42.294Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-28T21:45:42.294Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-28T21:45:42.294Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-28T21:45:42.297Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-28T21:45:42.297Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-28T21:45:42.417Z | info: downloading installer |
31 | 2025-02-28T21:45:43.769Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-28T21:45:43.769Z | warning: /opt/ooce/bin |
33 | 2025-02-28T21:45:43.769Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-28T21:45:43.769Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-28T21:45:43.769Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-28T21:45:43.770Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-28T21:45:43.770Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-28T21:45:43.770Z | error: cannot install while Rust is installed |
39 | 2025-02-28T21:45:43.770Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-28T21:45:43.781Z | info: profile set to 'default' |
41 | 2025-02-28T21:45:43.782Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-28T21:45:43.785Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-28T21:45:43.942Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-28T21:45:43.942Z | info: downloading component 'cargo' |
45 | 2025-02-28T21:45:44.815Z | info: downloading component 'clippy' |
46 | 2025-02-28T21:45:45.150Z | info: downloading component 'rust-docs' |
47 | 2025-02-28T21:45:46.476Z | info: downloading component 'rust-std' |
48 | 2025-02-28T21:45:48.423Z | info: downloading component 'rustc' |
49 | 2025-02-28T21:45:55.152Z | info: downloading component 'rustfmt' |
50 | 2025-02-28T21:45:55.405Z | info: installing component 'cargo' |
51 | 2025-02-28T21:45:56.216Z | info: installing component 'clippy' |
52 | 2025-02-28T21:45:56.610Z | info: installing component 'rust-docs' |
53 | 2025-02-28T21:45:58.365Z | info: installing component 'rust-std' |
54 | 2025-02-28T21:46:00.264Z | info: installing component 'rustc' |
55 | 2025-02-28T21:46:06.128Z | info: installing component 'rustfmt' |
56 | 2025-02-28T21:46:06.458Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-28T21:46:06.458Z | |
58 | 2025-02-28T21:46:06.822Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-28T21:46:06.822Z | |
60 | 2025-02-28T21:46:06.825Z | |
61 | 2025-02-28T21:46:06.825Z | Rust is installed now. Great! |
62 | 2025-02-28T21:46:06.825Z | |
63 | 2025-02-28T21:46:06.826Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-28T21:46:06.826Z | environment variable. This has not been done automatically. |
65 | 2025-02-28T21:46:06.826Z | |
66 | 2025-02-28T21:46:06.826Z | To configure your current shell, you need to source |
67 | 2025-02-28T21:46:06.827Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-28T21:46:06.827Z | |
69 | 2025-02-28T21:46:06.827Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-28T21:46:06.827Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-28T21:46:06.827Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-28T21:46:06.897Z | + rustup --version |
73 | 2025-02-28T21:46:06.902Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-28T21:46:06.902Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-28T21:46:06.981Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-28T21:46:06.984Z | + cargo --version |
77 | 2025-02-28T21:46:07.041Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-28T21:46:07.046Z | + rustc --version |
79 | 2025-02-28T21:46:07.106Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-28T21:46:07.110Z | process exited: duration 24816 ms, exit code 0 |
|
81 | 2025-02-28T21:46:07.118Z | starting task 2: "authentication" |
82 | 2025-02-28T21:46:07.139Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-28T21:46:07.146Z | starting task 3: "clone repository" |
84 | 2025-02-28T21:46:07.151Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-28T21:46:07.154Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-28T21:46:07.196Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-28T21:46:15.320Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-28T21:46:15.320Z | + git fetch origin 83c0128c499ce45a96ff26a21ba11a85e0633094 |
89 | 2025-02-28T21:46:15.669Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-28T21:46:15.669Z | * branch 83c0128c499ce45a96ff26a21ba11a85e0633094 -> FETCH_HEAD |
91 | 2025-02-28T21:46:15.679Z | + [[ -n dap/drafts/omdb-sagas ]] |
92 | 2025-02-28T21:46:15.683Z | ++ git branch --show-current |
93 | 2025-02-28T21:46:15.686Z | + current=main |
94 | 2025-02-28T21:46:15.686Z | + [[ main != dap/drafts/omdb-sagas ]] |
95 | 2025-02-28T21:46:15.686Z | + git branch -f dap/drafts/omdb-sagas 83c0128c499ce45a96ff26a21ba11a85e0633094 |
96 | 2025-02-28T21:46:15.689Z | + git checkout -f dap/drafts/omdb-sagas |
97 | 2025-02-28T21:46:15.736Z | Switched to branch 'dap/drafts/omdb-sagas' |
98 | 2025-02-28T21:46:15.739Z | + git reset --hard 83c0128c499ce45a96ff26a21ba11a85e0633094 |
99 | 2025-02-28T21:46:15.791Z | HEAD is now at 83c0128c4 test usage |
100 | 2025-02-28T21:46:15.794Z | process exited: duration 8644 ms, exit code 0 |
|
101 | 2025-02-28T21:46:15.801Z | starting task 4: "build" |
102 | 2025-02-28T21:46:15.806Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-28T21:46:15.806Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-28T21:46:15.806Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-28T21:46:15.806Z | + cargo --version |
106 | 2025-02-28T21:46:15.858Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-28T21:46:15.861Z | + rustc --version |
108 | 2025-02-28T21:46:15.922Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-28T21:46:15.925Z | + cd /tmp |
110 | 2025-02-28T21:46:15.925Z | + cargo new --lib test-project |
111 | 2025-02-28T21:46:15.984Z | Creating library `test-project` package |
112 | 2025-02-28T21:46:16.066Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-28T21:46:16.069Z | + cd test-project |
114 | 2025-02-28T21:46:16.069Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-28T21:46:16.131Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-28T21:46:16.131Z | Features: |
117 | 2025-02-28T21:46:16.131Z | - proptest |
118 | 2025-02-28T21:46:16.131Z | - test-strategy |
119 | 2025-02-28T21:46:16.132Z | - testing |
120 | 2025-02-28T21:46:16.163Z | Updating crates.io index |
121 | 2025-02-28T21:46:16.224Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-28T21:46:16.725Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-28T21:46:17.122Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-28T21:46:18.570Z | Locking 336 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-28T21:46:18.738Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-28T21:46:18.741Z | + cargo check |
127 | 2025-02-28T21:46:18.928Z | Updating crates.io index |
128 | 2025-02-28T21:46:19.709Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-28T21:46:19.710Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-28T21:46:19.769Z | Downloading crates ... |
131 | 2025-02-28T21:46:19.864Z | Downloaded async-stream v0.3.6 |
132 | 2025-02-28T21:46:19.868Z | Downloaded atomic-waker v1.1.2 |
133 | 2025-02-28T21:46:19.872Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-02-28T21:46:19.872Z | Downloaded macaddr v1.0.1 |
135 | 2025-02-28T21:46:19.875Z | Downloaded autocfg v1.4.0 |
136 | 2025-02-28T21:46:19.880Z | Downloaded base64 v0.22.1 |
137 | 2025-02-28T21:46:19.884Z | Downloaded take_mut v0.2.2 |
138 | 2025-02-28T21:46:19.887Z | Downloaded byteorder v1.5.0 |
139 | 2025-02-28T21:46:19.887Z | Downloaded synstructure v0.13.1 |
140 | 2025-02-28T21:46:19.891Z | Downloaded cfg-if v1.0.0 |
141 | 2025-02-28T21:46:19.891Z | Downloaded bytes v1.10.0 |
142 | 2025-02-28T21:46:19.894Z | Downloaded darling v0.20.10 |
143 | 2025-02-28T21:46:19.897Z | Downloaded deranged v0.3.11 |
144 | 2025-02-28T21:46:19.900Z | Downloaded darling_macro v0.20.10 |
145 | 2025-02-28T21:46:19.900Z | Downloaded dirs-sys-next v0.1.2 |
146 | 2025-02-28T21:46:19.906Z | Downloaded dirs-next v2.0.0 |
147 | 2025-02-28T21:46:19.906Z | Downloaded digest v0.10.7 |
148 | 2025-02-28T21:46:19.909Z | Downloaded thiserror v1.0.69 |
149 | 2025-02-28T21:46:19.912Z | Downloaded thread_local v1.1.8 |
150 | 2025-02-28T21:46:19.912Z | Downloaded thiserror-impl v1.0.69 |
151 | 2025-02-28T21:46:19.912Z | Downloaded tinyvec_macros v0.1.1 |
152 | 2025-02-28T21:46:19.915Z | Downloaded tinyvec v1.8.0 |
153 | 2025-02-28T21:46:19.918Z | Downloaded futures-task v0.3.31 |
154 | 2025-02-28T21:46:19.918Z | Downloaded futures-sink v0.3.31 |
155 | 2025-02-28T21:46:19.918Z | Downloaded futures-macro v0.3.31 |
156 | 2025-02-28T21:46:19.921Z | Downloaded futures-executor v0.3.31 |
157 | 2025-02-28T21:46:19.921Z | Downloaded futures-io v0.3.31 |
158 | 2025-02-28T21:46:19.926Z | Downloaded futures-core v0.3.31 |
159 | 2025-02-28T21:46:19.926Z | Downloaded futures-channel v0.3.31 |
160 | 2025-02-28T21:46:19.926Z | Downloaded form_urlencoded v1.2.1 |
161 | 2025-02-28T21:46:19.930Z | Downloaded foreign-types-shared v0.1.1 |
162 | 2025-02-28T21:46:19.930Z | Downloaded futures-util v0.3.31 |
163 | 2025-02-28T21:46:19.938Z | Downloaded getrandom v0.3.1 |
164 | 2025-02-28T21:46:19.941Z | Downloaded getrandom v0.2.15 |
165 | 2025-02-28T21:46:19.944Z | Downloaded hostname v0.3.1 |
166 | 2025-02-28T21:46:19.948Z | Downloaded http-body v1.0.1 |
167 | 2025-02-28T21:46:19.948Z | Downloaded http-body-util v0.1.2 |
168 | 2025-02-28T21:46:19.953Z | Downloaded hex v0.4.3 |
169 | 2025-02-28T21:46:19.953Z | Downloaded heck v0.5.0 |
170 | 2025-02-28T21:46:19.953Z | Downloaded hashbrown v0.12.3 |
171 | 2025-02-28T21:46:19.957Z | Downloaded http v1.2.0 |
172 | 2025-02-28T21:46:19.961Z | Downloaded httpdate v1.0.3 |
173 | 2025-02-28T21:46:19.966Z | Downloaded httparse v1.9.5 |
174 | 2025-02-28T21:46:19.966Z | Downloaded generic-array v0.14.7 |
175 | 2025-02-28T21:46:19.971Z | Downloaded foreign-types v0.3.2 |
176 | 2025-02-28T21:46:19.971Z | Downloaded fnv v1.0.7 |
177 | 2025-02-28T21:46:19.971Z | Downloaded tokio-macros v2.5.0 |
178 | 2025-02-28T21:46:19.971Z | Downloaded tokio v1.43.0 |
179 | 2025-02-28T21:46:20.008Z | Downloaded tower-layer v0.3.3 |
180 | 2025-02-28T21:46:20.012Z | Downloaded tower v0.5.2 |
181 | 2025-02-28T21:46:20.021Z | Downloaded tower-service v0.3.3 |
182 | 2025-02-28T21:46:20.024Z | Downloaded tracing v0.1.40 |
183 | 2025-02-28T21:46:20.024Z | Downloaded tokio-util v0.7.13 |
184 | 2025-02-28T21:46:20.031Z | Downloaded typenum v1.17.0 |
185 | 2025-02-28T21:46:20.044Z | Downloaded utf16_iter v1.0.5 |
186 | 2025-02-28T21:46:20.044Z | Downloaded untrusted v0.9.0 |
187 | 2025-02-28T21:46:20.044Z | Downloaded ucd-trie v0.1.7 |
188 | 2025-02-28T21:46:20.044Z | Downloaded try-lock v0.2.5 |
189 | 2025-02-28T21:46:20.044Z | Downloaded icu_normalizer_data v1.5.0 |
190 | 2025-02-28T21:46:20.050Z | Downloaded tracing-core v0.1.32 |
191 | 2025-02-28T21:46:20.050Z | Downloaded icu_normalizer v1.5.0 |
192 | 2025-02-28T21:46:20.050Z | Downloaded icu_properties v1.5.1 |
193 | 2025-02-28T21:46:20.050Z | Downloaded writeable v0.5.5 |
194 | 2025-02-28T21:46:20.053Z | Downloaded write16 v1.0.0 |
195 | 2025-02-28T21:46:20.053Z | Downloaded want v0.3.1 |
196 | 2025-02-28T21:46:20.053Z | Downloaded vcpkg v0.2.15 |
197 | 2025-02-28T21:46:20.091Z | Downloaded mime v0.3.17 |
198 | 2025-02-28T21:46:20.094Z | Downloaded async-trait v0.1.86 |
199 | 2025-02-28T21:46:20.096Z | Downloaded memchr v2.7.4 |
200 | 2025-02-28T21:46:20.100Z | Downloaded zerocopy-derive v0.7.35 |
201 | 2025-02-28T21:46:20.106Z | Downloaded once_cell v1.20.3 |
202 | 2025-02-28T21:46:20.109Z | Downloaded mio v1.0.2 |
203 | 2025-02-28T21:46:20.115Z | Downloaded crypto-common v0.1.6 |
204 | 2025-02-28T21:46:20.119Z | Downloaded cpufeatures v0.2.14 |
205 | 2025-02-28T21:46:20.119Z | Downloaded aho-corasick v1.1.3 |
206 | 2025-02-28T21:46:20.122Z | Downloaded openssl-macros v0.1.1 |
207 | 2025-02-28T21:46:20.125Z | Downloaded openssl v0.10.71 |
208 | 2025-02-28T21:46:20.139Z | Downloaded pin-project-lite v0.2.14 |
209 | 2025-02-28T21:46:20.144Z | Downloaded ppv-lite86 v0.2.20 |
210 | 2025-02-28T21:46:20.144Z | Downloaded lock_api v0.4.12 |
211 | 2025-02-28T21:46:20.144Z | Downloaded tinystr v0.7.6 |
212 | 2025-02-28T21:46:20.148Z | Downloaded pkg-config v0.3.31 |
213 | 2025-02-28T21:46:20.148Z | Downloaded pin-utils v0.1.0 |
214 | 2025-02-28T21:46:20.148Z | Downloaded time-core v0.1.2 |
215 | 2025-02-28T21:46:20.148Z | Downloaded time v0.3.36 |
216 | 2025-02-28T21:46:20.155Z | Downloaded tokio-native-tls v0.3.1 |
217 | 2025-02-28T21:46:20.159Z | Downloaded is-terminal v0.4.13 |
218 | 2025-02-28T21:46:20.159Z | Downloaded toml_edit v0.22.24 |
219 | 2025-02-28T21:46:20.181Z | Downloaded num_threads v0.1.7 |
220 | 2025-02-28T21:46:20.188Z | Downloaded num-conv v0.1.0 |
221 | 2025-02-28T21:46:20.188Z | Downloaded match_cfg v0.1.0 |
222 | 2025-02-28T21:46:20.188Z | Downloaded zerovec-derive v0.10.3 |
223 | 2025-02-28T21:46:20.191Z | Downloaded zeroize v1.8.1 |
224 | 2025-02-28T21:46:20.191Z | Downloaded zerofrom-derive v0.1.4 |
225 | 2025-02-28T21:46:20.192Z | Downloaded yoke-derive v0.7.4 |
226 | 2025-02-28T21:46:20.192Z | Downloaded utf8_iter v1.0.4 |
227 | 2025-02-28T21:46:20.192Z | Downloaded openssl-probe v0.1.5 |
228 | 2025-02-28T21:46:20.192Z | Downloaded plain v0.2.3 |
229 | 2025-02-28T21:46:20.195Z | Downloaded powerfmt v0.2.0 |
230 | 2025-02-28T21:46:20.195Z | Downloaded zerovec v0.10.4 |
231 | 2025-02-28T21:46:20.198Z | Downloaded ahash v0.8.11 |
232 | 2025-02-28T21:46:20.202Z | Downloaded allocator-api2 v0.2.18 |
233 | 2025-02-28T21:46:20.205Z | Downloaded backoff v0.4.0 |
234 | 2025-02-28T21:46:20.209Z | Downloaded anyhow v1.0.96 |
235 | 2025-02-28T21:46:20.213Z | Downloaded thiserror v2.0.11 |
236 | 2025-02-28T21:46:20.230Z | Downloaded toml_datetime v0.6.8 |
237 | 2025-02-28T21:46:20.234Z | Downloaded toml v0.8.20 |
238 | 2025-02-28T21:46:20.234Z | Downloaded version_check v0.9.5 |
239 | 2025-02-28T21:46:20.234Z | Downloaded uuid v1.15.1 |
240 | 2025-02-28T21:46:20.234Z | Downloaded multer v3.1.0 |
241 | 2025-02-28T21:46:20.234Z | Downloaded native-tls v0.2.12 |
242 | 2025-02-28T21:46:20.234Z | Downloaded crossbeam-channel v0.5.13 |
243 | 2025-02-28T21:46:20.237Z | Downloaded winnow v0.7.3 |
244 | 2025-02-28T21:46:20.248Z | Downloaded pest_generator v2.7.14 |
245 | 2025-02-28T21:46:20.251Z | Downloaded typify v0.2.0 |
246 | 2025-02-28T21:46:20.251Z | Downloaded tokio-rustls v0.26.0 |
247 | 2025-02-28T21:46:20.255Z | Downloaded pest_meta v2.7.14 |
248 | 2025-02-28T21:46:20.259Z | Downloaded hashbrown v0.14.5 |
249 | 2025-02-28T21:46:20.263Z | Downloaded zerofrom v0.1.4 |
250 | 2025-02-28T21:46:20.263Z | Downloaded typify-macro v0.2.0 |
251 | 2025-02-28T21:46:20.263Z | Downloaded usdt-impl v0.5.0 |
252 | 2025-02-28T21:46:20.267Z | Downloaded oxnet v0.1.1 |
253 | 2025-02-28T21:46:20.267Z | Downloaded parse-display v0.10.0 |
254 | 2025-02-28T21:46:20.270Z | Downloaded omicron-workspace-hack v0.1.0 |
255 | 2025-02-28T21:46:20.270Z | Downloaded yoke v0.7.4 |
256 | 2025-02-28T21:46:20.270Z | Downloaded usdt-attr-macro v0.5.0 |
257 | 2025-02-28T21:46:20.270Z | Downloaded waitgroup v0.1.2 |
258 | 2025-02-28T21:46:20.274Z | Downloaded usdt-macro v0.5.0 |
259 | 2025-02-28T21:46:20.274Z | Downloaded usdt v0.5.0 |
260 | 2025-02-28T21:46:20.274Z | Downloaded url v2.5.3 |
261 | 2025-02-28T21:46:20.278Z | Downloaded itoa v1.0.11 |
262 | 2025-02-28T21:46:20.278Z | Downloaded ipnet v2.11.0 |
263 | 2025-02-28T21:46:20.281Z | Downloaded thread-id v4.2.2 |
264 | 2025-02-28T21:46:20.281Z | Downloaded webpki-roots v0.26.6 |
265 | 2025-02-28T21:46:20.286Z | Downloaded litemap v0.7.3 |
266 | 2025-02-28T21:46:20.290Z | Downloaded chrono v0.4.40 |
267 | 2025-02-28T21:46:20.294Z | Downloaded sha1 v0.10.6 |
268 | 2025-02-28T21:46:20.299Z | Downloaded pest v2.7.14 |
269 | 2025-02-28T21:46:20.302Z | Downloaded h2 v0.4.6 |
270 | 2025-02-28T21:46:20.309Z | Downloaded proc-macro2 v1.0.93 |
271 | 2025-02-28T21:46:20.313Z | Downloaded scroll_derive v0.12.0 |
272 | 2025-02-28T21:46:20.313Z | Downloaded memmap v0.7.0 |
273 | 2025-02-28T21:46:20.316Z | Downloaded pretty-hex v0.4.1 |
274 | 2025-02-28T21:46:20.317Z | Downloaded parse-display-derive v0.10.0 |
275 | 2025-02-28T21:46:20.320Z | Downloaded ipnetwork v0.21.1 |
276 | 2025-02-28T21:46:20.320Z | Downloaded hyper-rustls v0.27.3 |
277 | 2025-02-28T21:46:20.325Z | Downloaded log v0.4.22 |
278 | 2025-02-28T21:46:20.332Z | Downloaded serde_urlencoded v0.7.1 |
279 | 2025-02-28T21:46:20.332Z | Downloaded stable_deref_trait v1.2.0 |
280 | 2025-02-28T21:46:20.332Z | Downloaded serde_json v1.0.139 |
281 | 2025-02-28T21:46:20.335Z | Downloaded hashbrown v0.15.1 |
282 | 2025-02-28T21:46:20.339Z | Downloaded serde_with v3.11.0 |
283 | 2025-02-28T21:46:20.351Z | Downloaded strsim v0.11.1 |
284 | 2025-02-28T21:46:20.355Z | Downloaded sync_wrapper v1.0.1 |
285 | 2025-02-28T21:46:20.355Z | Downloaded subtle v2.6.1 |
286 | 2025-02-28T21:46:20.355Z | Downloaded semver v1.0.25 |
287 | 2025-02-28T21:46:20.355Z | Downloaded schemars_derive v0.8.22 |
288 | 2025-02-28T21:46:20.359Z | Downloaded slog-json v2.6.1 |
289 | 2025-02-28T21:46:20.359Z | Downloaded serde_path_to_error v0.1.16 |
290 | 2025-02-28T21:46:20.363Z | Downloaded serde_spanned v0.6.8 |
291 | 2025-02-28T21:46:20.363Z | Downloaded quote v1.0.38 |
292 | 2025-02-28T21:46:20.363Z | Downloaded schemars v0.8.22 |
293 | 2025-02-28T21:46:20.376Z | Downloaded serde_yaml v0.9.34+deprecated |
294 | 2025-02-28T21:46:20.379Z | Downloaded quinn-proto v0.11.8 |
295 | 2025-02-28T21:46:20.385Z | Downloaded scroll v0.12.0 |
296 | 2025-02-28T21:46:20.389Z | Downloaded scopeguard v1.2.0 |
297 | 2025-02-28T21:46:20.389Z | Downloaded rustversion v1.0.17 |
298 | 2025-02-28T21:46:20.392Z | Downloaded pest_derive v2.7.14 |
299 | 2025-02-28T21:46:20.392Z | Downloaded num-traits v0.2.19 |
300 | 2025-02-28T21:46:20.395Z | Downloaded rand v0.8.5 |
301 | 2025-02-28T21:46:20.398Z | Downloaded strum_macros v0.26.4 |
302 | 2025-02-28T21:46:20.402Z | Downloaded structmeta v0.3.0 |
303 | 2025-02-28T21:46:20.402Z | Downloaded openapiv3 v2.0.0 |
304 | 2025-02-28T21:46:20.414Z | Downloaded newtype-uuid v1.2.1 |
305 | 2025-02-28T21:46:20.417Z | Downloaded regex-syntax v0.8.5 |
306 | 2025-02-28T21:46:20.421Z | Downloaded tokio-rustls v0.25.0 |
307 | 2025-02-28T21:46:20.425Z | Downloaded cc v1.2.15 |
308 | 2025-02-28T21:46:20.430Z | Downloaded regress v0.9.1 |
309 | 2025-02-28T21:46:20.435Z | Downloaded syn v2.0.98 |
310 | 2025-02-28T21:46:20.447Z | Downloaded typify-impl v0.2.0 |
311 | 2025-02-28T21:46:20.460Z | Downloaded serde_derive_internals v0.29.1 |
312 | 2025-02-28T21:46:20.463Z | Downloaded serde_derive v1.0.218 |
313 | 2025-02-28T21:46:20.466Z | Downloaded unicode-ident v1.0.14 |
314 | 2025-02-28T21:46:20.470Z | Downloaded spin v0.9.8 |
315 | 2025-02-28T21:46:20.470Z | Downloaded hostname v0.4.0 |
316 | 2025-02-28T21:46:20.473Z | Downloaded time-macros v0.2.18 |
317 | 2025-02-28T21:46:20.473Z | Downloaded socket2 v0.5.8 |
318 | 2025-02-28T21:46:20.476Z | Downloaded slog v2.7.0 |
319 | 2025-02-28T21:46:20.479Z | Downloaded thiserror-impl v2.0.11 |
320 | 2025-02-28T21:46:20.479Z | Downloaded slog-term v2.9.1 |
321 | 2025-02-28T21:46:20.485Z | Downloaded smallvec v1.14.0 |
322 | 2025-02-28T21:46:20.489Z | Downloaded slog-async v2.8.0 |
323 | 2025-02-28T21:46:20.489Z | Downloaded term v0.7.0 |
324 | 2025-02-28T21:46:20.489Z | Downloaded crossbeam-utils v0.8.20 |
325 | 2025-02-28T21:46:20.493Z | Downloaded camino v1.1.9 |
326 | 2025-02-28T21:46:20.493Z | Downloaded dropshot_endpoint v0.16.0 |
327 | 2025-02-28T21:46:20.496Z | Downloaded dof v0.3.0 |
328 | 2025-02-28T21:46:20.499Z | Downloaded debug-ignore v1.0.5 |
329 | 2025-02-28T21:46:20.499Z | Downloaded daft-derive v0.1.1 |
330 | 2025-02-28T21:46:20.502Z | Downloaded strum v0.26.3 |
331 | 2025-02-28T21:46:20.502Z | Downloaded structmeta-derive v0.3.0 |
332 | 2025-02-28T21:46:20.505Z | Downloaded slab v0.4.9 |
333 | 2025-02-28T21:46:20.505Z | Downloaded serde_tokenstream v0.2.2 |
334 | 2025-02-28T21:46:20.509Z | Downloaded rustls-pki-types v1.10.0 |
335 | 2025-02-28T21:46:20.512Z | Downloaded rustls-pemfile v2.2.0 |
336 | 2025-02-28T21:46:20.512Z | Downloaded daft v0.1.1 |
337 | 2025-02-28T21:46:20.515Z | Downloaded dyn-clone v1.0.18 |
338 | 2025-02-28T21:46:20.515Z | Downloaded bitflags v2.6.0 |
339 | 2025-02-28T21:46:20.519Z | Downloaded unsafe-libyaml v0.2.11 |
340 | 2025-02-28T21:46:20.522Z | Downloaded rustls-webpki v0.102.8 |
341 | 2025-02-28T21:46:20.539Z | Downloaded instant v0.1.13 |
342 | 2025-02-28T21:46:20.543Z | Downloaded indexmap v2.7.1 |
343 | 2025-02-28T21:46:20.546Z | Downloaded regex v1.11.1 |
344 | 2025-02-28T21:46:20.559Z | Downloaded percent-encoding v2.3.1 |
345 | 2025-02-28T21:46:20.563Z | Downloaded paste v1.0.15 |
346 | 2025-02-28T21:46:20.563Z | Downloaded parking_lot_core v0.9.10 |
347 | 2025-02-28T21:46:20.563Z | Downloaded parking_lot v0.12.3 |
348 | 2025-02-28T21:46:20.567Z | Downloaded openssl-sys v0.9.106 |
349 | 2025-02-28T21:46:20.570Z | Downloaded indexmap v1.9.3 |
350 | 2025-02-28T21:46:20.573Z | Downloaded quinn-udp v0.5.5 |
351 | 2025-02-28T21:46:20.576Z | Downloaded idna_adapter v1.2.0 |
352 | 2025-02-28T21:46:20.576Z | Downloaded idna v1.0.3 |
353 | 2025-02-28T21:46:20.581Z | Downloaded shlex v1.3.0 |
354 | 2025-02-28T21:46:20.581Z | Downloaded signal-hook-registry v1.4.2 |
355 | 2025-02-28T21:46:20.584Z | Downloaded serde v1.0.218 |
356 | 2025-02-28T21:46:20.584Z | Downloaded futures v0.3.31 |
357 | 2025-02-28T21:46:20.588Z | Downloaded rand_core v0.6.4 |
358 | 2025-02-28T21:46:20.593Z | Downloaded rand_chacha v0.3.1 |
359 | 2025-02-28T21:46:20.593Z | Downloaded ryu v1.0.18 |
360 | 2025-02-28T21:46:20.596Z | Downloaded goblin v0.8.2 |
361 | 2025-02-28T21:46:20.599Z | Downloaded dtrace-parser v0.2.0 |
362 | 2025-02-28T21:46:20.604Z | Downloaded zerocopy v0.7.35 |
363 | 2025-02-28T21:46:20.615Z | Downloaded ident_case v1.0.1 |
364 | 2025-02-28T21:46:20.619Z | Downloaded icu_provider_macros v1.5.0 |
365 | 2025-02-28T21:46:20.619Z | Downloaded icu_provider v1.5.0 |
366 | 2025-02-28T21:46:20.622Z | Downloaded icu_properties_data v1.5.0 |
367 | 2025-02-28T21:46:20.630Z | Downloaded reqwest v0.12.12 |
368 | 2025-02-28T21:46:20.638Z | Downloaded icu_locid_transform_data v1.5.0 |
369 | 2025-02-28T21:46:20.644Z | Downloaded icu_collections v1.5.0 |
370 | 2025-02-28T21:46:20.649Z | Downloaded icu_locid_transform v1.5.0 |
371 | 2025-02-28T21:46:20.649Z | Downloaded sha2 v0.10.8 |
372 | 2025-02-28T21:46:20.653Z | Downloaded icu_locid v1.5.0 |
373 | 2025-02-28T21:46:20.656Z | Downloaded iana-time-zone v0.1.61 |
374 | 2025-02-28T21:46:20.659Z | Downloaded hyper-util v0.1.10 |
375 | 2025-02-28T21:46:20.663Z | Downloaded hyper-tls v0.6.0 |
376 | 2025-02-28T21:46:20.663Z | Downloaded hyper v1.6.0 |
377 | 2025-02-28T21:46:20.668Z | Downloaded equivalent v1.0.1 |
378 | 2025-02-28T21:46:20.672Z | Downloaded displaydoc v0.2.5 |
379 | 2025-02-28T21:46:20.672Z | Downloaded darling_core v0.20.10 |
380 | 2025-02-28T21:46:20.677Z | Downloaded block-buffer v0.10.4 |
381 | 2025-02-28T21:46:20.681Z | Downloaded rustc-hash v2.1.1 |
382 | 2025-02-28T21:46:20.681Z | Downloaded progenitor-macro v0.8.0 |
383 | 2025-02-28T21:46:20.681Z | Downloaded progenitor-impl v0.8.0 |
384 | 2025-02-28T21:46:20.702Z | Downloaded regex-automata v0.4.8 |
385 | 2025-02-28T21:46:20.719Z | Downloaded slog-bunyan v2.5.0 |
386 | 2025-02-28T21:46:20.722Z | Downloaded rustls v0.23.19 |
387 | 2025-02-28T21:46:20.734Z | Downloaded dropshot v0.16.0 |
388 | 2025-02-28T21:46:20.753Z | Downloaded quinn v0.11.5 |
389 | 2025-02-28T21:46:20.758Z | Downloaded serde_with_macros v3.11.0 |
390 | 2025-02-28T21:46:20.767Z | Downloaded progenitor-client v0.9.1 |
391 | 2025-02-28T21:46:20.767Z | Downloaded libc v0.2.170 |
392 | 2025-02-28T21:46:20.781Z | Downloaded progenitor-client v0.8.0 |
393 | 2025-02-28T21:46:20.785Z | Downloaded progenitor v0.8.0 |
394 | 2025-02-28T21:46:20.785Z | Downloaded regress v0.10.1 |
395 | 2025-02-28T21:46:20.818Z | Downloaded rustls v0.22.4 |
396 | 2025-02-28T21:46:20.871Z | Downloaded encoding_rs v0.8.34 |
397 | 2025-02-28T21:46:20.902Z | Downloaded ring v0.17.11 |
398 | 2025-02-28T21:46:21.059Z | Compiling proc-macro2 v1.0.93 |
399 | 2025-02-28T21:46:21.059Z | Compiling unicode-ident v1.0.14 |
400 | 2025-02-28T21:46:21.062Z | Compiling libc v0.2.170 |
401 | 2025-02-28T21:46:21.062Z | Checking cfg-if v1.0.0 |
402 | 2025-02-28T21:46:21.062Z | Compiling autocfg v1.4.0 |
403 | 2025-02-28T21:46:21.062Z | Compiling serde v1.0.218 |
404 | 2025-02-28T21:46:21.080Z | Compiling version_check v0.9.5 |
405 | 2025-02-28T21:46:21.086Z | Checking memchr v2.7.4 |
406 | 2025-02-28T21:46:21.204Z | Checking itoa v1.0.11 |
407 | 2025-02-28T21:46:21.262Z | Compiling serde_json v1.0.139 |
408 | 2025-02-28T21:46:21.674Z | Checking once_cell v1.20.3 |
409 | 2025-02-28T21:46:21.704Z | Compiling thiserror v1.0.69 |
410 | 2025-02-28T21:46:21.731Z | Compiling shlex v1.3.0 |
411 | 2025-02-28T21:46:21.836Z | Checking pin-project-lite v0.2.14 |
412 | 2025-02-28T21:46:21.955Z | Compiling cc v1.2.15 |
413 | 2025-02-28T21:46:21.968Z | Checking smallvec v1.14.0 |
414 | 2025-02-28T21:46:22.015Z | Compiling num-traits v0.2.19 |
415 | 2025-02-28T21:46:22.293Z | Checking ryu v1.0.18 |
416 | 2025-02-28T21:46:22.382Z | Checking bytes v1.10.0 |
417 | 2025-02-28T21:46:22.527Z | Checking futures-core v0.3.31 |
418 | 2025-02-28T21:46:22.541Z | Compiling lock_api v0.4.12 |
419 | 2025-02-28T21:46:22.715Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-02-28T21:46:22.724Z | Compiling semver v1.0.25 |
421 | 2025-02-28T21:46:22.738Z | Compiling quote v1.0.38 |
422 | 2025-02-28T21:46:22.993Z | Checking scopeguard v1.2.0 |
423 | 2025-02-28T21:46:23.083Z | Compiling slab v0.4.9 |
424 | 2025-02-28T21:46:23.145Z | Compiling syn v2.0.98 |
425 | 2025-02-28T21:46:23.353Z | Checking futures-sink v0.3.31 |
426 | 2025-02-28T21:46:23.382Z | Compiling byteorder v1.5.0 |
427 | 2025-02-28T21:46:23.493Z | Checking signal-hook-registry v1.4.2 |
428 | 2025-02-28T21:46:23.534Z | Checking socket2 v0.5.8 |
429 | 2025-02-28T21:46:23.608Z | Checking mio v1.0.2 |
430 | 2025-02-28T21:46:23.670Z | Compiling ahash v0.8.11 |
431 | 2025-02-28T21:46:23.710Z | Checking parking_lot v0.12.3 |
432 | 2025-02-28T21:46:23.755Z | Checking log v0.4.22 |
433 | 2025-02-28T21:46:24.025Z | Checking getrandom v0.2.15 |
434 | 2025-02-28T21:46:24.049Z | Checking stable_deref_trait v1.2.0 |
435 | 2025-02-28T21:46:24.127Z | Checking futures-channel v0.3.31 |
436 | 2025-02-28T21:46:24.147Z | Checking hashbrown v0.15.1 |
437 | 2025-02-28T21:46:24.178Z | Checking fnv v1.0.7 |
438 | 2025-02-28T21:46:24.257Z | Checking futures-task v0.3.31 |
439 | 2025-02-28T21:46:24.261Z | Checking pin-utils v0.1.0 |
440 | 2025-02-28T21:46:24.351Z | Checking equivalent v1.0.1 |
441 | 2025-02-28T21:46:24.364Z | Checking futures-io v0.3.31 |
442 | 2025-02-28T21:46:24.367Z | Checking http v1.2.0 |
443 | 2025-02-28T21:46:24.466Z | Compiling getrandom v0.3.1 |
444 | 2025-02-28T21:46:24.498Z | Checking rustls-pki-types v1.10.0 |
445 | 2025-02-28T21:46:24.512Z | Compiling vcpkg v0.2.15 |
446 | 2025-02-28T21:46:24.546Z | Compiling pkg-config v0.3.31 |
447 | 2025-02-28T21:46:24.856Z | Compiling ring v0.17.11 |
448 | 2025-02-28T21:46:25.138Z | Checking iana-time-zone v0.1.61 |
449 | 2025-02-28T21:46:25.180Z | Compiling schemars v0.8.22 |
450 | 2025-02-28T21:46:25.298Z | Compiling heck v0.5.0 |
451 | 2025-02-28T21:46:25.568Z | Checking litemap v0.7.3 |
452 | 2025-02-28T21:46:25.587Z | Checking writeable v0.5.5 |
453 | 2025-02-28T21:46:25.642Z | Compiling httparse v1.9.5 |
454 | 2025-02-28T21:46:25.680Z | Checking untrusted v0.9.0 |
455 | 2025-02-28T21:46:25.841Z | Compiling openssl-sys v0.9.106 |
456 | 2025-02-28T21:46:25.853Z | Checking tracing-core v0.1.32 |
457 | 2025-02-28T21:46:25.884Z | Checking dyn-clone v1.0.18 |
458 | 2025-02-28T21:46:25.980Z | Compiling ucd-trie v0.1.7 |
459 | 2025-02-28T21:46:26.022Z | Checking atomic-waker v1.1.2 |
460 | 2025-02-28T21:46:26.161Z | Checking http-body v1.0.1 |
461 | 2025-02-28T21:46:26.364Z | Checking subtle v2.6.1 |
462 | 2025-02-28T21:46:26.419Z | Checking zeroize v1.8.1 |
463 | 2025-02-28T21:46:26.449Z | Checking tracing v0.1.40 |
464 | 2025-02-28T21:46:26.737Z | Checking icu_locid_transform_data v1.5.0 |
465 | 2025-02-28T21:46:26.750Z | Checking try-lock v0.2.5 |
466 | 2025-02-28T21:46:26.762Z | Compiling allocator-api2 v0.2.18 |
467 | 2025-02-28T21:46:26.857Z | Compiling uuid v1.15.1 |
468 | 2025-02-28T21:46:26.877Z | Checking want v0.3.1 |
469 | 2025-02-28T21:46:27.044Z | Checking tower-service v0.3.3 |
470 | 2025-02-28T21:46:27.047Z | Checking icu_properties_data v1.5.0 |
471 | 2025-02-28T21:46:27.166Z | Checking foreign-types-shared v0.1.1 |
472 | 2025-02-28T21:46:27.272Z | Checking httpdate v1.0.3 |
473 | 2025-02-28T21:46:27.384Z | Compiling openssl v0.10.71 |
474 | 2025-02-28T21:46:27.483Z | Checking foreign-types v0.3.2 |
475 | 2025-02-28T21:46:27.570Z | Checking percent-encoding v2.3.1 |
476 | 2025-02-28T21:46:27.584Z | Checking bitflags v2.6.0 |
477 | 2025-02-28T21:46:27.773Z | Compiling chrono v0.4.40 |
478 | 2025-02-28T21:46:27.774Z | Compiling native-tls v0.2.12 |
479 | 2025-02-28T21:46:27.812Z | Checking utf16_iter v1.0.5 |
480 | 2025-02-28T21:46:27.826Z | Checking icu_normalizer_data v1.5.0 |
481 | 2025-02-28T21:46:27.855Z | Checking utf8_iter v1.0.4 |
482 | 2025-02-28T21:46:27.916Z | Compiling rustls v0.23.19 |
483 | 2025-02-28T21:46:27.974Z | Compiling slog v2.7.0 |
484 | 2025-02-28T21:46:28.169Z | Checking write16 v1.0.0 |
485 | 2025-02-28T21:46:28.292Z | Checking form_urlencoded v1.2.1 |
486 | 2025-02-28T21:46:28.360Z | Compiling aho-corasick v1.1.3 |
487 | 2025-02-28T21:46:28.533Z | Compiling regex-syntax v0.8.5 |
488 | 2025-02-28T21:46:28.610Z | Compiling typenum v1.17.0 |
489 | 2025-02-28T21:46:29.087Z | Checking openssl-probe v0.1.5 |
490 | 2025-02-28T21:46:29.513Z | Compiling generic-array v0.14.7 |
491 | 2025-02-28T21:46:29.578Z | Checking encoding_rs v0.8.34 |
492 | 2025-02-28T21:46:29.869Z | Checking mime v0.3.17 |
493 | 2025-02-28T21:46:30.189Z | Compiling synstructure v0.13.1 |
494 | 2025-02-28T21:46:30.887Z | Compiling serde_derive_internals v0.29.1 |
495 | 2025-02-28T21:46:30.937Z | Checking rustls-webpki v0.102.8 |
496 | 2025-02-28T21:46:31.822Z | Checking rustls-pemfile v2.2.0 |
497 | 2025-02-28T21:46:32.038Z | Checking webpki-roots v0.26.6 |
498 | 2025-02-28T21:46:32.106Z | Compiling regex-automata v0.4.8 |
499 | 2025-02-28T21:46:32.238Z | Checking sync_wrapper v1.0.1 |
500 | 2025-02-28T21:46:32.699Z | Compiling usdt-impl v0.5.0 |
501 | 2025-02-28T21:46:33.039Z | Checking tower-layer v0.3.3 |
502 | 2025-02-28T21:46:33.067Z | Compiling num-conv v0.1.0 |
503 | 2025-02-28T21:46:33.112Z | Compiling time-core v0.1.2 |
504 | 2025-02-28T21:46:33.300Z | Checking base64 v0.22.1 |
505 | 2025-02-28T21:46:33.303Z | Checking powerfmt v0.2.0 |
506 | 2025-02-28T21:46:33.577Z | Checking deranged v0.3.11 |
507 | 2025-02-28T21:46:33.766Z | Compiling time-macros v0.2.18 |
508 | 2025-02-28T21:46:33.903Z | Compiling thread-id v4.2.2 |
509 | 2025-02-28T21:46:34.021Z | Checking ipnet v2.11.0 |
510 | 2025-02-28T21:46:34.083Z | Compiling serde_derive v1.0.218 |
511 | 2025-02-28T21:46:34.459Z | Compiling zerocopy-derive v0.7.35 |
512 | 2025-02-28T21:46:34.882Z | Compiling thiserror-impl v1.0.69 |
513 | 2025-02-28T21:46:35.045Z | Compiling zerofrom-derive v0.1.4 |
514 | 2025-02-28T21:46:36.184Z | Compiling schemars_derive v0.8.22 |
515 | 2025-02-28T21:46:36.290Z | Compiling zerocopy v0.7.35 |
516 | 2025-02-28T21:46:36.366Z | Compiling tokio-macros v2.5.0 |
517 | 2025-02-28T21:46:37.620Z | Compiling yoke-derive v0.7.4 |
518 | 2025-02-28T21:46:37.648Z | Compiling zerovec-derive v0.10.3 |
519 | 2025-02-28T21:46:37.800Z | Checking tokio v1.43.0 |
520 | 2025-02-28T21:46:37.813Z | Compiling futures-macro v0.3.31 |
521 | 2025-02-28T21:46:38.058Z | Checking zerofrom v0.1.4 |
522 | 2025-02-28T21:46:38.271Z | Compiling displaydoc v0.2.5 |
523 | 2025-02-28T21:46:38.639Z | Compiling icu_provider_macros v1.5.0 |
524 | 2025-02-28T21:46:38.823Z | Compiling pest v2.7.14 |
525 | 2025-02-28T21:46:39.539Z | Checking futures-util v0.3.31 |
526 | 2025-02-28T21:46:39.843Z | Compiling openssl-macros v0.1.1 |
527 | 2025-02-28T21:46:39.945Z | Checking yoke v0.7.4 |
528 | 2025-02-28T21:46:40.096Z | Compiling hashbrown v0.14.5 |
529 | 2025-02-28T21:46:40.257Z | Checking zerovec v0.10.4 |
530 | 2025-02-28T21:46:41.280Z | Compiling regress v0.10.1 |
531 | 2025-02-28T21:46:41.740Z | Compiling pest_meta v2.7.14 |
532 | 2025-02-28T21:46:41.790Z | Checking tinystr v0.7.6 |
533 | 2025-02-28T21:46:42.113Z | Checking icu_locid v1.5.0 |
534 | 2025-02-28T21:46:43.042Z | Checking icu_provider v1.5.0 |
535 | 2025-02-28T21:46:43.653Z | Checking icu_locid_transform v1.5.0 |
536 | 2025-02-28T21:46:43.929Z | Checking icu_collections v1.5.0 |
537 | 2025-02-28T21:46:44.362Z | Checking tokio-util v0.7.13 |
538 | 2025-02-28T21:46:44.567Z | Compiling pest_generator v2.7.14 |
539 | 2025-02-28T21:46:44.665Z | Checking icu_properties v1.5.1 |
540 | 2025-02-28T21:46:45.128Z | Checking http-body-util v0.1.2 |
541 | 2025-02-28T21:46:45.208Z | Checking indexmap v2.7.1 |
542 | 2025-02-28T21:46:46.250Z | Compiling pest_derive v2.7.14 |
543 | 2025-02-28T21:46:46.261Z | Checking serde_urlencoded v0.7.1 |
544 | 2025-02-28T21:46:46.284Z | Checking tokio-native-tls v0.3.1 |
545 | 2025-02-28T21:46:46.527Z | Compiling serde_tokenstream v0.2.2 |
546 | 2025-02-28T21:46:46.584Z | Checking h2 v0.4.6 |
547 | 2025-02-28T21:46:47.063Z | Checking tokio-rustls v0.26.0 |
548 | 2025-02-28T21:46:47.115Z | Compiling regex v1.11.1 |
549 | 2025-02-28T21:46:47.187Z | Compiling scroll_derive v0.12.0 |
550 | 2025-02-28T21:46:47.426Z | Compiling dtrace-parser v0.2.0 |
551 | 2025-02-28T21:46:47.836Z | Checking icu_normalizer v1.5.0 |
552 | 2025-02-28T21:46:47.890Z | Checking tower v0.5.2 |
553 | 2025-02-28T21:46:48.574Z | Compiling dof v0.3.0 |
554 | 2025-02-28T21:46:48.597Z | Checking scroll v0.12.0 |
555 | 2025-02-28T21:46:48.602Z | Checking idna_adapter v1.2.0 |
556 | 2025-02-28T21:46:48.797Z | Checking idna v1.0.3 |
557 | 2025-02-28T21:46:48.948Z | Checking num_threads v0.1.7 |
558 | 2025-02-28T21:46:49.068Z | Compiling paste v1.0.15 |
559 | 2025-02-28T21:46:49.240Z | Compiling strsim v0.11.1 |
560 | 2025-02-28T21:46:49.253Z | Checking url v2.5.3 |
561 | 2025-02-28T21:46:49.359Z | Compiling ident_case v1.0.1 |
562 | 2025-02-28T21:46:49.734Z | Checking plain v0.2.3 |
563 | 2025-02-28T21:46:49.847Z | Compiling crossbeam-utils v0.8.20 |
564 | 2025-02-28T21:46:50.034Z | Checking goblin v0.8.2 |
565 | 2025-02-28T21:46:50.382Z | Compiling typify-impl v0.2.0 |
566 | 2025-02-28T21:46:50.732Z | Checking hyper v1.6.0 |
567 | 2025-02-28T21:46:51.421Z | Checking time v0.3.36 |
568 | 2025-02-28T21:46:52.635Z | Checking hyper-util v0.1.10 |
569 | 2025-02-28T21:46:52.658Z | Compiling darling_core v0.20.10 |
570 | 2025-02-28T21:46:52.944Z | Compiling openapiv3 v2.0.0 |
571 | 2025-02-28T21:46:53.826Z | Checking dirs-sys-next v0.1.2 |
572 | 2025-02-28T21:46:54.012Z | Checking pretty-hex v0.4.1 |
573 | 2025-02-28T21:46:54.162Z | Checking hyper-tls v0.6.0 |
574 | 2025-02-28T21:46:54.194Z | Checking hyper-rustls v0.27.3 |
575 | 2025-02-28T21:46:54.314Z | Compiling rustversion v1.0.17 |
576 | 2025-02-28T21:46:54.438Z | Compiling omicron-workspace-hack v0.1.0 |
577 | 2025-02-28T21:46:54.507Z | Checking reqwest v0.12.12 |
578 | 2025-02-28T21:46:54.747Z | Compiling rustls v0.22.4 |
579 | 2025-02-28T21:46:54.767Z | Compiling newtype-uuid v1.2.1 |
580 | 2025-02-28T21:46:54.971Z | Compiling unsafe-libyaml v0.2.11 |
581 | 2025-02-28T21:46:55.315Z | Checking dirs-next v2.0.0 |
582 | 2025-02-28T21:46:56.189Z | Checking ipnetwork v0.21.1 |
583 | 2025-02-28T21:46:56.267Z | Compiling serde_yaml v0.9.34+deprecated |
584 | 2025-02-28T21:46:56.458Z | Checking toml_datetime v0.6.8 |
585 | 2025-02-28T21:46:56.538Z | Checking serde_spanned v0.6.8 |
586 | 2025-02-28T21:46:56.591Z | Checking ppv-lite86 v0.2.20 |
587 | 2025-02-28T21:46:56.631Z | Checking block-buffer v0.10.4 |
588 | 2025-02-28T21:46:56.682Z | Checking crypto-common v0.1.6 |
589 | 2025-02-28T21:46:56.725Z | Compiling structmeta-derive v0.3.0 |
590 | 2025-02-28T21:46:56.747Z | Checking rand_core v0.6.4 |
591 | 2025-02-28T21:46:56.855Z | Checking thread_local v1.1.8 |
592 | 2025-02-28T21:46:56.935Z | Compiling multer v3.1.0 |
593 | 2025-02-28T21:46:57.027Z | Compiling slog-async v2.8.0 |
594 | 2025-02-28T21:46:57.118Z | Compiling camino v1.1.9 |
595 | 2025-02-28T21:46:57.266Z | Compiling anyhow v1.0.96 |
596 | 2025-02-28T21:46:57.292Z | Checking match_cfg v0.1.0 |
597 | 2025-02-28T21:46:57.380Z | Checking winnow v0.7.3 |
598 | 2025-02-28T21:46:57.519Z | Compiling thiserror v2.0.11 |
599 | 2025-02-28T21:46:57.739Z | Compiling darling_macro v0.20.10 |
600 | 2025-02-28T21:46:57.830Z | Checking hostname v0.3.1 |
601 | 2025-02-28T21:46:58.018Z | Checking rand_chacha v0.3.1 |
602 | 2025-02-28T21:46:58.392Z | Checking digest v0.10.7 |
603 | 2025-02-28T21:46:58.463Z | Checking crossbeam-channel v0.5.13 |
604 | 2025-02-28T21:46:58.700Z | Compiling darling v0.20.10 |
605 | 2025-02-28T21:46:58.703Z | Checking oxnet v0.1.1 |
606 | 2025-02-28T21:46:58.737Z | Checking progenitor-client v0.8.0 |
607 | 2025-02-28T21:46:58.816Z | Checking term v0.7.0 |
608 | 2025-02-28T21:46:59.088Z | Compiling structmeta v0.3.0 |
609 | 2025-02-28T21:46:59.219Z | Compiling usdt-macro v0.5.0 |
610 | 2025-02-28T21:46:59.232Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2025-02-28T21:46:59.318Z | Checking slog-json v2.6.1 |
612 | 2025-02-28T21:46:59.421Z | Checking futures-executor v0.3.31 |
613 | 2025-02-28T21:46:59.582Z | Compiling daft-derive v0.1.1 |
614 | 2025-02-28T21:46:59.659Z | Compiling async-stream-impl v0.3.6 |
615 | 2025-02-28T21:47:00.025Z | Checking toml_edit v0.22.24 |
616 | 2025-02-28T21:47:00.179Z | Compiling thiserror-impl v2.0.11 |
617 | 2025-02-28T21:47:00.407Z | Checking is-terminal v0.4.13 |
618 | 2025-02-28T21:47:00.524Z | Checking memmap v0.7.0 |
619 | 2025-02-28T21:47:00.591Z | Compiling dropshot v0.16.0 |
620 | 2025-02-28T21:47:00.724Z | Checking take_mut v0.2.2 |
621 | 2025-02-28T21:47:00.835Z | Checking cpufeatures v0.2.14 |
622 | 2025-02-28T21:47:00.887Z | Checking spin v0.9.8 |
623 | 2025-02-28T21:47:00.922Z | Checking sha1 v0.10.6 |
624 | 2025-02-28T21:47:01.030Z | Checking daft v0.1.1 |
625 | 2025-02-28T21:47:01.170Z | Checking async-stream v0.3.6 |
626 | 2025-02-28T21:47:01.234Z | Compiling typify-macro v0.2.0 |
627 | 2025-02-28T21:47:01.301Z | Checking usdt v0.5.0 |
628 | 2025-02-28T21:47:01.360Z | Checking slog-term v2.9.1 |
629 | 2025-02-28T21:47:01.383Z | Compiling strum_macros v0.26.4 |
630 | 2025-02-28T21:47:01.421Z | Checking futures v0.3.31 |
631 | 2025-02-28T21:47:01.530Z | Checking slog-bunyan v2.5.0 |
632 | 2025-02-28T21:47:01.545Z | Compiling parse-display-derive v0.10.0 |
633 | 2025-02-28T21:47:01.698Z | Compiling serde_with_macros v3.11.0 |
634 | 2025-02-28T21:47:01.840Z | Checking rand v0.8.5 |
635 | 2025-02-28T21:47:02.443Z | Checking tokio-rustls v0.25.0 |
636 | 2025-02-28T21:47:02.619Z | Checking toml v0.8.20 |
637 | 2025-02-28T21:47:03.148Z | Compiling dropshot_endpoint v0.16.0 |
638 | 2025-02-28T21:47:03.167Z | Checking serde_path_to_error v0.1.16 |
639 | 2025-02-28T21:47:03.305Z | Checking hex v0.4.3 |
640 | 2025-02-28T21:47:03.532Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2025-02-28T21:47:03.767Z | Compiling async-trait v0.1.86 |
642 | 2025-02-28T21:47:03.785Z | Checking waitgroup v0.1.2 |
643 | 2025-02-28T21:47:03.925Z | Checking hostname v0.4.0 |
644 | 2025-02-28T21:47:04.014Z | Checking instant v0.1.13 |
645 | 2025-02-28T21:47:04.057Z | Checking debug-ignore v1.0.5 |
646 | 2025-02-28T21:47:04.126Z | Checking backoff v0.4.0 |
647 | 2025-02-28T21:47:04.207Z | Checking serde_with v3.11.0 |
648 | 2025-02-28T21:47:04.327Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
649 | 2025-02-28T21:47:04.388Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
650 | 2025-02-28T21:47:04.473Z | Compiling typify v0.2.0 |
651 | 2025-02-28T21:47:04.548Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
652 | 2025-02-28T21:47:04.597Z | Compiling progenitor-impl v0.8.0 |
653 | 2025-02-28T21:47:04.887Z | Checking parse-display v0.10.0 |
654 | 2025-02-28T21:47:05.123Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
655 | 2025-02-28T21:47:05.380Z | Checking strum v0.26.3 |
656 | 2025-02-28T21:47:05.422Z | Checking progenitor-client v0.9.1 |
657 | 2025-02-28T21:47:05.547Z | Checking macaddr v1.0.1 |
658 | 2025-02-28T21:47:05.620Z | Checking regress v0.9.1 |
659 | 2025-02-28T21:47:07.392Z | Compiling progenitor-macro v0.8.0 |
660 | 2025-02-28T21:47:10.756Z | Checking progenitor v0.8.0 |
661 | 2025-02-28T21:47:10.863Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
662 | 2025-02-28T21:47:13.513Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
663 | 2025-02-28T21:47:20.612Z | Checking test-project v0.1.0 (/tmp/test-project) |
664 | 2025-02-28T21:47:20.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
665 | 2025-02-28T21:47:20.798Z | + cargo build --release |
666 | 2025-02-28T21:47:21.051Z | Compiling proc-macro2 v1.0.93 |
667 | 2025-02-28T21:47:21.051Z | Compiling unicode-ident v1.0.14 |
668 | 2025-02-28T21:47:21.054Z | Compiling libc v0.2.170 |
669 | 2025-02-28T21:47:21.055Z | Compiling cfg-if v1.0.0 |
670 | 2025-02-28T21:47:21.055Z | Compiling autocfg v1.4.0 |
671 | 2025-02-28T21:47:21.055Z | Compiling serde v1.0.218 |
672 | 2025-02-28T21:47:21.055Z | Compiling version_check v0.9.5 |
673 | 2025-02-28T21:47:21.055Z | Compiling memchr v2.7.4 |
674 | 2025-02-28T21:47:21.163Z | Compiling serde_json v1.0.139 |
675 | 2025-02-28T21:47:21.258Z | Compiling itoa v1.0.11 |
676 | 2025-02-28T21:47:21.524Z | Compiling thiserror v1.0.69 |
677 | 2025-02-28T21:47:21.606Z | Compiling once_cell v1.20.3 |
678 | 2025-02-28T21:47:21.650Z | Compiling shlex v1.3.0 |
679 | 2025-02-28T21:47:21.959Z | Compiling cc v1.2.15 |
680 | 2025-02-28T21:47:21.988Z | Compiling pin-project-lite v0.2.14 |
681 | 2025-02-28T21:47:22.068Z | Compiling num-traits v0.2.19 |
682 | 2025-02-28T21:47:22.109Z | Compiling smallvec v1.14.0 |
683 | 2025-02-28T21:47:22.417Z | Compiling ryu v1.0.18 |
684 | 2025-02-28T21:47:22.439Z | Compiling bytes v1.10.0 |
685 | 2025-02-28T21:47:22.695Z | Compiling futures-core v0.3.31 |
686 | 2025-02-28T21:47:22.706Z | Compiling semver v1.0.25 |
687 | 2025-02-28T21:47:22.900Z | Compiling quote v1.0.38 |
688 | 2025-02-28T21:47:22.930Z | Compiling lock_api v0.4.12 |
689 | 2025-02-28T21:47:23.023Z | Compiling parking_lot_core v0.9.10 |
690 | 2025-02-28T21:47:23.257Z | Compiling syn v2.0.98 |
691 | 2025-02-28T21:47:23.393Z | Compiling scopeguard v1.2.0 |
692 | 2025-02-28T21:47:23.424Z | Compiling slab v0.4.9 |
693 | 2025-02-28T21:47:23.433Z | Compiling ahash v0.8.11 |
694 | 2025-02-28T21:47:23.660Z | Compiling byteorder v1.5.0 |
695 | 2025-02-28T21:47:23.797Z | Compiling futures-sink v0.3.31 |
696 | 2025-02-28T21:47:23.961Z | Compiling parking_lot v0.12.3 |
697 | 2025-02-28T21:47:24.082Z | Compiling socket2 v0.5.8 |
698 | 2025-02-28T21:47:24.098Z | Compiling mio v1.0.2 |
699 | 2025-02-28T21:47:24.122Z | Compiling signal-hook-registry v1.4.2 |
700 | 2025-02-28T21:47:24.531Z | Compiling log v0.4.22 |
701 | 2025-02-28T21:47:24.743Z | Compiling getrandom v0.2.15 |
702 | 2025-02-28T21:47:24.948Z | Compiling stable_deref_trait v1.2.0 |
703 | 2025-02-28T21:47:25.025Z | Compiling ring v0.17.11 |
704 | 2025-02-28T21:47:25.045Z | Compiling futures-channel v0.3.31 |
705 | 2025-02-28T21:47:25.097Z | Compiling hashbrown v0.15.1 |
706 | 2025-02-28T21:47:25.501Z | Compiling fnv v1.0.7 |
707 | 2025-02-28T21:47:25.625Z | Compiling futures-task v0.3.31 |
708 | 2025-02-28T21:47:25.640Z | Compiling futures-io v0.3.31 |
709 | 2025-02-28T21:47:25.701Z | Compiling pin-utils v0.1.0 |
710 | 2025-02-28T21:47:25.791Z | Compiling equivalent v1.0.1 |
711 | 2025-02-28T21:47:25.798Z | Compiling http v1.2.0 |
712 | 2025-02-28T21:47:25.890Z | Compiling getrandom v0.3.1 |
713 | 2025-02-28T21:47:25.965Z | Compiling pkg-config v0.3.31 |
714 | 2025-02-28T21:47:26.010Z | Compiling rustls-pki-types v1.10.0 |
715 | 2025-02-28T21:47:26.104Z | Compiling vcpkg v0.2.15 |
716 | 2025-02-28T21:47:26.647Z | Compiling heck v0.5.0 |
717 | 2025-02-28T21:47:26.997Z | Compiling schemars v0.8.22 |
718 | 2025-02-28T21:47:27.026Z | Compiling untrusted v0.9.0 |
719 | 2025-02-28T21:47:27.219Z | Compiling httparse v1.9.5 |
720 | 2025-02-28T21:47:27.389Z | Compiling writeable v0.5.5 |
721 | 2025-02-28T21:47:27.415Z | Compiling openssl-sys v0.9.106 |
722 | 2025-02-28T21:47:27.778Z | Compiling litemap v0.7.3 |
723 | 2025-02-28T21:47:27.885Z | Compiling iana-time-zone v0.1.61 |
724 | 2025-02-28T21:47:28.465Z | Compiling tracing-core v0.1.32 |
725 | 2025-02-28T21:47:28.521Z | Compiling ucd-trie v0.1.7 |
726 | 2025-02-28T21:47:28.551Z | Compiling dyn-clone v1.0.18 |
727 | 2025-02-28T21:47:28.586Z | Compiling atomic-waker v1.1.2 |
728 | 2025-02-28T21:47:28.765Z | Compiling http-body v1.0.1 |
729 | 2025-02-28T21:47:29.237Z | Compiling tracing v0.1.40 |
730 | 2025-02-28T21:47:29.368Z | Compiling try-lock v0.2.5 |
731 | 2025-02-28T21:47:29.520Z | Compiling icu_locid_transform_data v1.5.0 |
732 | 2025-02-28T21:47:29.616Z | Compiling allocator-api2 v0.2.18 |
733 | 2025-02-28T21:47:29.776Z | Compiling zeroize v1.8.1 |
734 | 2025-02-28T21:47:30.122Z | Compiling subtle v2.6.1 |
735 | 2025-02-28T21:47:30.126Z | Compiling chrono v0.4.40 |
736 | 2025-02-28T21:47:30.191Z | Compiling synstructure v0.13.1 |
737 | 2025-02-28T21:47:30.199Z | Compiling serde_derive_internals v0.29.1 |
738 | 2025-02-28T21:47:30.371Z | Compiling want v0.3.1 |
739 | 2025-02-28T21:47:30.776Z | Compiling uuid v1.15.1 |
740 | 2025-02-28T21:47:30.821Z | Compiling tower-service v0.3.3 |
741 | 2025-02-28T21:47:30.947Z | Compiling foreign-types-shared v0.1.1 |
742 | 2025-02-28T21:47:31.061Z | Compiling openssl v0.10.71 |
743 | 2025-02-28T21:47:31.273Z | Compiling icu_properties_data v1.5.0 |
744 | 2025-02-28T21:47:31.334Z | Compiling httpdate v1.0.3 |
745 | 2025-02-28T21:47:31.521Z | Compiling foreign-types v0.3.2 |
746 | 2025-02-28T21:47:31.899Z | Compiling icu_normalizer_data v1.5.0 |
747 | 2025-02-28T21:47:31.993Z | Compiling rustls v0.23.19 |
748 | 2025-02-28T21:47:32.097Z | Compiling utf16_iter v1.0.5 |
749 | 2025-02-28T21:47:32.310Z | Compiling percent-encoding v2.3.1 |
750 | 2025-02-28T21:47:32.324Z | Compiling utf8_iter v1.0.4 |
751 | 2025-02-28T21:47:32.346Z | Compiling bitflags v2.6.0 |
752 | 2025-02-28T21:47:32.608Z | Compiling native-tls v0.2.12 |
753 | 2025-02-28T21:47:32.767Z | Compiling write16 v1.0.0 |
754 | 2025-02-28T21:47:32.846Z | Compiling slog v2.7.0 |
755 | 2025-02-28T21:47:32.896Z | Compiling form_urlencoded v1.2.1 |
756 | 2025-02-28T21:47:33.034Z | Compiling aho-corasick v1.1.3 |
757 | 2025-02-28T21:47:33.381Z | Compiling openssl-probe v0.1.5 |
758 | 2025-02-28T21:47:33.456Z | Compiling typenum v1.17.0 |
759 | 2025-02-28T21:47:33.883Z | Compiling regex-syntax v0.8.5 |
760 | 2025-02-28T21:47:34.205Z | Compiling serde_derive v1.0.218 |
761 | 2025-02-28T21:47:34.364Z | Compiling zerocopy-derive v0.7.35 |
762 | 2025-02-28T21:47:35.179Z | Compiling thiserror-impl v1.0.69 |
763 | 2025-02-28T21:47:35.458Z | Compiling tokio-macros v2.5.0 |
764 | 2025-02-28T21:47:35.812Z | Compiling zerofrom-derive v0.1.4 |
765 | 2025-02-28T21:47:36.272Z | Compiling zerocopy v0.7.35 |
766 | 2025-02-28T21:47:36.628Z | Compiling schemars_derive v0.8.22 |
767 | 2025-02-28T21:47:36.883Z | Compiling tokio v1.43.0 |
768 | 2025-02-28T21:47:37.960Z | Compiling yoke-derive v0.7.4 |
769 | 2025-02-28T21:47:38.836Z | Compiling zerofrom v0.1.4 |
770 | 2025-02-28T21:47:38.918Z | Compiling futures-macro v0.3.31 |
771 | 2025-02-28T21:47:38.982Z | Compiling zerovec-derive v0.10.3 |
772 | 2025-02-28T21:47:39.045Z | Compiling displaydoc v0.2.5 |
773 | 2025-02-28T21:47:40.297Z | Compiling yoke v0.7.4 |
774 | 2025-02-28T21:47:40.469Z | Compiling icu_provider_macros v1.5.0 |
775 | 2025-02-28T21:47:40.647Z | Compiling pest v2.7.14 |
776 | 2025-02-28T21:47:40.651Z | Compiling futures-util v0.3.31 |
777 | 2025-02-28T21:47:41.597Z | Compiling zerovec v0.10.4 |
778 | 2025-02-28T21:47:43.485Z | Compiling rustls-webpki v0.102.8 |
779 | 2025-02-28T21:47:44.469Z | Compiling tinystr v0.7.6 |
780 | 2025-02-28T21:47:44.854Z | Compiling icu_locid v1.5.0 |
781 | 2025-02-28T21:47:46.919Z | Compiling indexmap v2.7.1 |
782 | 2025-02-28T21:47:47.937Z | Compiling serde_tokenstream v0.2.2 |
783 | 2025-02-28T21:47:49.871Z | Compiling icu_provider v1.5.0 |
784 | 2025-02-28T21:47:49.890Z | Compiling tokio-util v0.7.13 |
785 | 2025-02-28T21:47:50.907Z | Compiling hashbrown v0.14.5 |
786 | 2025-02-28T21:47:52.084Z | Compiling h2 v0.4.6 |
787 | 2025-02-28T21:47:52.091Z | Compiling icu_locid_transform v1.5.0 |
788 | 2025-02-28T21:47:52.145Z | Compiling icu_collections v1.5.0 |
789 | 2025-02-28T21:47:52.610Z | Compiling pest_meta v2.7.14 |
790 | 2025-02-28T21:47:54.817Z | Compiling pest_generator v2.7.14 |
791 | 2025-02-28T21:47:56.116Z | Compiling icu_properties v1.5.1 |
792 | 2025-02-28T21:47:56.442Z | Compiling regress v0.10.1 |
793 | 2025-02-28T21:47:57.757Z | Compiling hyper v1.6.0 |
794 | 2025-02-28T21:47:59.719Z | Compiling openssl-macros v0.1.1 |
795 | 2025-02-28T21:48:00.821Z | Compiling hyper-util v0.1.10 |
796 | 2025-02-28T21:48:02.415Z | Compiling typify-impl v0.2.0 |
797 | 2025-02-28T21:48:04.043Z | Compiling icu_normalizer v1.5.0 |
798 | 2025-02-28T21:48:05.412Z | Compiling pest_derive v2.7.14 |
799 | 2025-02-28T21:48:07.957Z | Compiling idna_adapter v1.2.0 |
800 | 2025-02-28T21:48:08.204Z | Compiling http-body-util v0.1.2 |
801 | 2025-02-28T21:48:08.480Z | Compiling regex-automata v0.4.8 |
802 | 2025-02-28T21:48:08.858Z | Compiling generic-array v0.14.7 |
803 | 2025-02-28T21:48:09.056Z | Compiling encoding_rs v0.8.34 |
804 | 2025-02-28T21:48:09.566Z | Compiling mime v0.3.17 |
805 | 2025-02-28T21:48:11.770Z | Compiling idna v1.0.3 |
806 | 2025-02-28T21:48:12.117Z | Compiling typify-macro v0.2.0 |
807 | 2025-02-28T21:48:12.409Z | Compiling regex v1.11.1 |
808 | 2025-02-28T21:48:13.288Z | Compiling tokio-native-tls v0.3.1 |
809 | 2025-02-28T21:48:13.578Z | Compiling serde_urlencoded v0.7.1 |
810 | 2025-02-28T21:48:14.096Z | Compiling tokio-rustls v0.26.0 |
811 | 2025-02-28T21:48:14.137Z | Compiling scroll_derive v0.12.0 |
812 | 2025-02-28T21:48:14.602Z | Compiling webpki-roots v0.26.6 |
813 | 2025-02-28T21:48:14.812Z | Compiling rustls-pemfile v2.2.0 |
814 | 2025-02-28T21:48:14.995Z | Compiling sync_wrapper v1.0.1 |
815 | 2025-02-28T21:48:15.272Z | Compiling usdt-impl v0.5.0 |
816 | 2025-02-28T21:48:15.405Z | Compiling tower-layer v0.3.3 |
817 | 2025-02-28T21:48:15.524Z | Compiling powerfmt v0.2.0 |
818 | 2025-02-28T21:48:15.673Z | Compiling base64 v0.22.1 |
819 | 2025-02-28T21:48:15.980Z | Compiling time-core v0.1.2 |
820 | 2025-02-28T21:48:16.150Z | Compiling num-conv v0.1.0 |
821 | 2025-02-28T21:48:16.417Z | Compiling time-macros v0.2.18 |
822 | 2025-02-28T21:48:16.754Z | Compiling deranged v0.3.11 |
823 | 2025-02-28T21:48:17.042Z | Compiling tower v0.5.2 |
824 | 2025-02-28T21:48:18.062Z | Compiling scroll v0.12.0 |
825 | 2025-02-28T21:48:18.436Z | Compiling hyper-rustls v0.27.3 |
826 | 2025-02-28T21:48:18.643Z | Compiling hyper-tls v0.6.0 |
827 | 2025-02-28T21:48:19.124Z | Compiling url v2.5.3 |
828 | 2025-02-28T21:48:20.202Z | Compiling thread-id v4.2.2 |
829 | 2025-02-28T21:48:20.410Z | Compiling dtrace-parser v0.2.0 |
830 | 2025-02-28T21:48:21.914Z | Compiling dof v0.3.0 |
831 | 2025-02-28T21:48:22.672Z | Compiling num_threads v0.1.7 |
832 | 2025-02-28T21:48:22.978Z | Compiling strsim v0.11.1 |
833 | 2025-02-28T21:48:23.587Z | Compiling paste v1.0.15 |
834 | 2025-02-28T21:48:24.355Z | Compiling ipnet v2.11.0 |
835 | 2025-02-28T21:48:24.924Z | Compiling plain v0.2.3 |
836 | 2025-02-28T21:48:25.103Z | Compiling crossbeam-utils v0.8.20 |
837 | 2025-02-28T21:48:26.969Z | Compiling omicron-workspace-hack v0.1.0 |
838 | 2025-02-28T21:48:27.315Z | Compiling ident_case v1.0.1 |
839 | 2025-02-28T21:48:28.706Z | Compiling darling_core v0.20.10 |
840 | 2025-02-28T21:48:31.204Z | Compiling goblin v0.8.2 |
841 | 2025-02-28T21:48:32.375Z | Compiling reqwest v0.12.12 |
842 | 2025-02-28T21:48:33.786Z | Compiling time v0.3.36 |
843 | 2025-02-28T21:48:35.239Z | Compiling typify v0.2.0 |
844 | 2025-02-28T21:48:35.362Z | Compiling openapiv3 v2.0.0 |
845 | 2025-02-28T21:48:39.201Z | Compiling dirs-sys-next v0.1.2 |
846 | 2025-02-28T21:48:40.682Z | Compiling rustversion v1.0.17 |
847 | 2025-02-28T21:48:41.365Z | Compiling newtype-uuid v1.2.1 |
848 | 2025-02-28T21:48:41.730Z | Compiling rustls v0.22.4 |
849 | 2025-02-28T21:48:42.088Z | Compiling pretty-hex v0.4.1 |
850 | 2025-02-28T21:48:42.337Z | Compiling unsafe-libyaml v0.2.11 |
851 | 2025-02-28T21:48:42.870Z | Compiling dirs-next v2.0.0 |
852 | 2025-02-28T21:48:43.131Z | Compiling progenitor-impl v0.8.0 |
853 | 2025-02-28T21:48:44.046Z | Compiling serde_yaml v0.9.34+deprecated |
854 | 2025-02-28T21:48:47.462Z | Compiling darling_macro v0.20.10 |
855 | 2025-02-28T21:48:48.760Z | Compiling crypto-common v0.1.6 |
856 | 2025-02-28T21:48:48.815Z | Compiling block-buffer v0.10.4 |
857 | 2025-02-28T21:48:48.973Z | Compiling ipnetwork v0.21.1 |
858 | 2025-02-28T21:48:49.049Z | Compiling toml_datetime v0.6.8 |
859 | 2025-02-28T21:48:49.702Z | Compiling serde_spanned v0.6.8 |
860 | 2025-02-28T21:48:49.965Z | Compiling ppv-lite86 v0.2.20 |
861 | 2025-02-28T21:48:50.293Z | Compiling structmeta-derive v0.3.0 |
862 | 2025-02-28T21:48:50.799Z | Compiling rand_core v0.6.4 |
863 | 2025-02-28T21:48:51.060Z | Compiling thread_local v1.1.8 |
864 | 2025-02-28T21:48:51.293Z | Compiling multer v3.1.0 |
865 | 2025-02-28T21:48:51.714Z | Compiling slog-async v2.8.0 |
866 | 2025-02-28T21:48:51.756Z | Compiling anyhow v1.0.96 |
867 | 2025-02-28T21:48:52.330Z | Compiling winnow v0.7.3 |
868 | 2025-02-28T21:48:52.404Z | Compiling camino v1.1.9 |
869 | 2025-02-28T21:48:52.723Z | Compiling match_cfg v0.1.0 |
870 | 2025-02-28T21:48:52.816Z | Compiling thiserror v2.0.11 |
871 | 2025-02-28T21:48:53.015Z | Compiling hostname v0.3.1 |
872 | 2025-02-28T21:48:53.278Z | Compiling structmeta v0.3.0 |
873 | 2025-02-28T21:48:53.736Z | Compiling rand_chacha v0.3.1 |
874 | 2025-02-28T21:48:53.784Z | Compiling oxnet v0.1.1 |
875 | 2025-02-28T21:48:54.651Z | Compiling crossbeam-channel v0.5.13 |
876 | 2025-02-28T21:48:55.226Z | Compiling digest v0.10.7 |
877 | 2025-02-28T21:48:55.429Z | Compiling progenitor-macro v0.8.0 |
878 | 2025-02-28T21:48:55.641Z | Compiling toml_edit v0.22.24 |
879 | 2025-02-28T21:48:56.201Z | Compiling darling v0.20.10 |
880 | 2025-02-28T21:48:56.423Z | Compiling term v0.7.0 |
881 | 2025-02-28T21:49:00.903Z | Compiling slog-json v2.6.1 |
882 | 2025-02-28T21:49:01.382Z | Compiling usdt-macro v0.5.0 |
883 | 2025-02-28T21:49:02.627Z | Compiling usdt-attr-macro v0.5.0 |
884 | 2025-02-28T21:49:04.040Z | Compiling progenitor-client v0.8.0 |
885 | 2025-02-28T21:49:04.558Z | Compiling futures-executor v0.3.31 |
886 | 2025-02-28T21:49:04.947Z | Compiling daft-derive v0.1.1 |
887 | 2025-02-28T21:49:05.625Z | Compiling thiserror-impl v2.0.11 |
888 | 2025-02-28T21:49:05.848Z | Compiling async-stream-impl v0.3.6 |
889 | 2025-02-28T21:49:06.468Z | Compiling memmap v0.7.0 |
890 | 2025-02-28T21:49:06.892Z | Compiling is-terminal v0.4.13 |
891 | 2025-02-28T21:49:07.019Z | Compiling dropshot v0.16.0 |
892 | 2025-02-28T21:49:07.093Z | Compiling take_mut v0.2.2 |
893 | 2025-02-28T21:49:07.259Z | Compiling cpufeatures v0.2.14 |
894 | 2025-02-28T21:49:07.351Z | Compiling spin v0.9.8 |
895 | 2025-02-28T21:49:07.453Z | Compiling sha1 v0.10.6 |
896 | 2025-02-28T21:49:08.485Z | Compiling async-stream v0.3.6 |
897 | 2025-02-28T21:49:08.843Z | Compiling slog-term v2.9.1 |
898 | 2025-02-28T21:49:10.213Z | Compiling usdt v0.5.0 |
899 | 2025-02-28T21:49:11.447Z | Compiling daft v0.1.1 |
900 | 2025-02-28T21:49:11.668Z | Compiling progenitor v0.8.0 |
901 | 2025-02-28T21:49:11.673Z | Compiling tokio-rustls v0.25.0 |
902 | 2025-02-28T21:49:11.854Z | Compiling futures v0.3.31 |
903 | 2025-02-28T21:49:11.954Z | Compiling slog-bunyan v2.5.0 |
904 | 2025-02-28T21:49:11.998Z | Compiling strum_macros v0.26.4 |
905 | 2025-02-28T21:49:12.101Z | Compiling toml v0.8.20 |
906 | 2025-02-28T21:49:12.233Z | Compiling serde_with_macros v3.11.0 |
907 | 2025-02-28T21:49:13.647Z | Compiling rand v0.8.5 |
908 | 2025-02-28T21:49:15.428Z | Compiling parse-display-derive v0.10.0 |
909 | 2025-02-28T21:49:16.160Z | Compiling dropshot_endpoint v0.16.0 |
910 | 2025-02-28T21:49:17.364Z | Compiling serde_path_to_error v0.1.16 |
911 | 2025-02-28T21:49:18.345Z | Compiling hex v0.4.3 |
912 | 2025-02-28T21:49:18.706Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
913 | 2025-02-28T21:49:18.987Z | Compiling async-trait v0.1.86 |
914 | 2025-02-28T21:49:19.027Z | Compiling waitgroup v0.1.2 |
915 | 2025-02-28T21:49:19.209Z | Compiling hostname v0.4.0 |
916 | 2025-02-28T21:49:19.265Z | Compiling instant v0.1.13 |
917 | 2025-02-28T21:49:19.410Z | Compiling debug-ignore v1.0.5 |
918 | 2025-02-28T21:49:19.463Z | Compiling backoff v0.4.0 |
919 | 2025-02-28T21:49:19.501Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
920 | 2025-02-28T21:49:19.556Z | Compiling parse-display v0.10.0 |
921 | 2025-02-28T21:49:19.712Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
922 | 2025-02-28T21:49:19.869Z | Compiling strum v0.26.3 |
923 | 2025-02-28T21:49:19.891Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
924 | 2025-02-28T21:49:20.063Z | Compiling serde_with v3.11.0 |
925 | 2025-02-28T21:49:20.111Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
926 | 2025-02-28T21:49:20.913Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
927 | 2025-02-28T21:49:21.562Z | Compiling progenitor-client v0.9.1 |
928 | 2025-02-28T21:49:21.675Z | Compiling regress v0.9.1 |
929 | 2025-02-28T21:49:22.551Z | Compiling macaddr v1.0.1 |
930 | 2025-02-28T21:49:28.507Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
931 | 2025-02-28T21:49:39.615Z | Compiling test-project v0.1.0 (/tmp/test-project) |
932 | 2025-02-28T21:49:49.135Z | Finished `release` profile [optimized] target(s) in 2m 28s |
933 | 2025-02-28T21:49:49.203Z | process exited: duration 213357 ms, exit code 0 |
|
934 | 2025-02-28T21:49:49.211Z | found 0 output files |