|
|
|
1 | 2025-01-25T04:35:38.317Z | job assigned to worker 01JJDVVM21VV7XE2YDWKF47VAJ [factory aws, i-09b86d034caa39397] (queued for 13 m 45 s) |
|
2 | 2025-01-25T04:35:46.615Z | starting task 0: "setup" |
3 | 2025-01-25T04:35:46.628Z | ++ uname -s |
4 | 2025-01-25T04:35:46.631Z | + kern=SunOS |
5 | 2025-01-25T04:35:46.631Z | + case "$kern" in |
6 | 2025-01-25T04:35:46.631Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:35:46.631Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:35:48.636Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:35:48.741Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:35:48.744Z | + home_fs=zfs |
11 | 2025-01-25T04:35:48.744Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:35:48.744Z | + mkdir -p /home/build |
13 | 2025-01-25T04:35:48.746Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:35:50.748Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:35:50.751Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2025-01-25T04:35:50.757Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:35:50.762Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:35:50.762Z | * toolchain channel = "1.84.0" |
19 | 2025-01-25T04:35:50.762Z | ' 1.84.0 |
20 | 2025-01-25T04:35:50.762Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-25T04:35:50.762Z | * toolchain profile = "default" |
22 | 2025-01-25T04:35:50.762Z | ' default |
23 | 2025-01-25T04:35:50.767Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:35:50.767Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:35:50.919Z | info: downloading installer |
26 | 2025-01-25T04:35:52.205Z | info: profile set to 'default' |
27 | 2025-01-25T04:35:52.205Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:35:52.227Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:35:52.280Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:35:52.280Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:35:53.345Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:35:53.598Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:35:54.800Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:35:56.590Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:36:03.428Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:36:03.669Z | info: installing component 'cargo' |
37 | 2025-01-25T04:36:04.532Z | info: installing component 'clippy' |
38 | 2025-01-25T04:36:04.891Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:36:06.565Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:36:08.307Z | info: installing component 'rustc' |
41 | 2025-01-25T04:36:14.321Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:36:14.752Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:36:14.752Z | |
44 | 2025-01-25T04:36:15.037Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:36:15.038Z | |
46 | 2025-01-25T04:36:15.041Z | |
47 | 2025-01-25T04:36:15.041Z | Rust is installed now. Great! |
48 | 2025-01-25T04:36:15.041Z | |
49 | 2025-01-25T04:36:15.041Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:36:15.041Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:36:15.041Z | |
52 | 2025-01-25T04:36:15.041Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:36:15.041Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:36:15.041Z | |
55 | 2025-01-25T04:36:15.041Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:36:15.041Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:36:15.041Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:36:15.117Z | + rustc --version |
59 | 2025-01-25T04:36:15.183Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:36:15.185Z | process exited: duration 24425 ms, exit code 0 |
|
61 | 2025-01-25T04:36:15.192Z | starting task 2: "authentication" |
62 | 2025-01-25T04:36:15.212Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-25T04:36:15.220Z | starting task 3: "clone repository" |
64 | 2025-01-25T04:36:15.223Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-25T04:36:15.226Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-25T04:36:15.285Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-25T04:36:23.324Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-25T04:36:23.327Z | + git fetch origin 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
69 | 2025-01-25T04:36:23.704Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-25T04:36:23.704Z | * branch 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 -> FETCH_HEAD |
71 | 2025-01-25T04:36:23.715Z | + [[ -n renovate/secrecy-0.x ]] |
72 | 2025-01-25T04:36:23.719Z | ++ git branch --show-current |
73 | 2025-01-25T04:36:23.719Z | + current=main |
74 | 2025-01-25T04:36:23.719Z | + [[ main != renovate/secrecy-0.x ]] |
75 | 2025-01-25T04:36:23.719Z | + git branch -f renovate/secrecy-0.x 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
76 | 2025-01-25T04:36:23.722Z | + git checkout -f renovate/secrecy-0.x |
77 | 2025-01-25T04:36:23.902Z | Switched to branch 'renovate/secrecy-0.x' |
78 | 2025-01-25T04:36:23.905Z | + git reset --hard 4b3cf782112e509b4dd4c1d9c7255a4585e2fca1 |
79 | 2025-01-25T04:36:23.919Z | HEAD is now at 4b3cf7821 Update Rust crate secrecy to 0.10.3 |
80 | 2025-01-25T04:36:23.921Z | process exited: duration 8700 ms, exit code 0 |
|
81 | 2025-01-25T04:36:23.929Z | starting task 4: "build" |
82 | 2025-01-25T04:36:23.934Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-25T04:36:23.934Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-25T04:36:23.934Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-25T04:36:23.936Z | + cargo --version |
86 | 2025-01-25T04:36:23.994Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-25T04:36:23.996Z | + rustc --version |
88 | 2025-01-25T04:36:24.057Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-25T04:36:24.059Z | + cd /tmp |
90 | 2025-01-25T04:36:24.059Z | + cargo new --lib test-project |
91 | 2025-01-25T04:36:24.117Z | Creating library `test-project` package |
92 | 2025-01-25T04:36:24.197Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-25T04:36:24.199Z | + cd test-project |
94 | 2025-01-25T04:36:24.199Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-25T04:36:24.260Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-25T04:36:24.263Z | Features: |
97 | 2025-01-25T04:36:24.263Z | - proptest |
98 | 2025-01-25T04:36:24.263Z | - test-strategy |
99 | 2025-01-25T04:36:24.263Z | - testing |
100 | 2025-01-25T04:36:24.263Z | Updating crates.io index |
101 | 2025-01-25T04:36:24.316Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-25T04:36:24.864Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-25T04:36:25.421Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-25T04:36:25.927Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-25T04:36:26.299Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-25T04:36:27.896Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-25T04:36:28.161Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-25T04:36:28.170Z | + cargo check |
109 | 2025-01-25T04:36:28.240Z | Updating crates.io index |
110 | 2025-01-25T04:36:29.287Z | Locking 1 package to latest compatible version |
111 | 2025-01-25T04:36:29.287Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-25T04:36:29.300Z | Downloading crates ... |
113 | 2025-01-25T04:36:29.371Z | Downloaded async-stream-impl v0.3.6 |
114 | 2025-01-25T04:36:29.373Z | Downloaded async-stream v0.3.6 |
115 | 2025-01-25T04:36:29.390Z | Downloaded equivalent v1.0.1 |
116 | 2025-01-25T04:36:29.395Z | Downloaded match_cfg v0.1.0 |
117 | 2025-01-25T04:36:29.397Z | Downloaded http-body v1.0.1 |
118 | 2025-01-25T04:36:29.397Z | Downloaded synstructure v0.13.1 |
119 | 2025-01-25T04:36:29.402Z | Downloaded icu_provider_macros v1.5.0 |
120 | 2025-01-25T04:36:29.404Z | Downloaded thiserror-impl v2.0.11 |
121 | 2025-01-25T04:36:29.407Z | Downloaded thiserror-impl v1.0.69 |
122 | 2025-01-25T04:36:29.412Z | Downloaded foreign-types v0.3.2 |
123 | 2025-01-25T04:36:29.415Z | Downloaded foreign-types-shared v0.1.1 |
124 | 2025-01-25T04:36:29.418Z | Downloaded ident_case v1.0.1 |
125 | 2025-01-25T04:36:29.423Z | Downloaded autocfg v1.4.0 |
126 | 2025-01-25T04:36:29.425Z | Downloaded allocator-api2 v0.2.18 |
127 | 2025-01-25T04:36:29.428Z | Downloaded instant v0.1.13 |
128 | 2025-01-25T04:36:29.431Z | Downloaded darling_macro v0.20.10 |
129 | 2025-01-25T04:36:29.435Z | Downloaded dyn-clone v1.0.17 |
130 | 2025-01-25T04:36:29.444Z | Downloaded dtrace-parser v0.2.0 |
131 | 2025-01-25T04:36:29.447Z | Downloaded hex v0.4.3 |
132 | 2025-01-25T04:36:29.450Z | Downloaded dirs-next v2.0.0 |
133 | 2025-01-25T04:36:29.454Z | Downloaded hostname v0.4.0 |
134 | 2025-01-25T04:36:29.457Z | Downloaded heck v0.5.0 |
135 | 2025-01-25T04:36:29.457Z | Downloaded futures-task v0.3.31 |
136 | 2025-01-25T04:36:29.459Z | Downloaded futures-sink v0.3.31 |
137 | 2025-01-25T04:36:29.459Z | Downloaded futures-core v0.3.31 |
138 | 2025-01-25T04:36:29.462Z | Downloaded debug-ignore v1.0.5 |
139 | 2025-01-25T04:36:29.462Z | Downloaded crypto-common v0.1.6 |
140 | 2025-01-25T04:36:29.464Z | Downloaded http-body-util v0.1.2 |
141 | 2025-01-25T04:36:29.467Z | Downloaded hostname v0.3.1 |
142 | 2025-01-25T04:36:29.467Z | Downloaded futures-executor v0.3.31 |
143 | 2025-01-25T04:36:29.469Z | Downloaded hyper-tls v0.6.0 |
144 | 2025-01-25T04:36:29.472Z | Downloaded httpdate v1.0.3 |
145 | 2025-01-25T04:36:29.472Z | Downloaded thread-id v4.2.2 |
146 | 2025-01-25T04:36:29.474Z | Downloaded either v1.13.0 |
147 | 2025-01-25T04:36:29.475Z | Downloaded block-buffer v0.10.4 |
148 | 2025-01-25T04:36:29.478Z | Downloaded digest v0.10.7 |
149 | 2025-01-25T04:36:29.482Z | Downloaded time-core v0.1.2 |
150 | 2025-01-25T04:36:29.484Z | Downloaded cfg-if v1.0.0 |
151 | 2025-01-25T04:36:29.484Z | Downloaded unsafe-libyaml v0.2.11 |
152 | 2025-01-25T04:36:29.487Z | Downloaded fnv v1.0.7 |
153 | 2025-01-25T04:36:29.490Z | Downloaded async-trait v0.1.83 |
154 | 2025-01-25T04:36:29.492Z | Downloaded typenum v1.17.0 |
155 | 2025-01-25T04:36:29.496Z | Downloaded tracing v0.1.40 |
156 | 2025-01-25T04:36:29.499Z | Downloaded macaddr v1.0.1 |
157 | 2025-01-25T04:36:29.501Z | Downloaded tinystr v0.7.6 |
158 | 2025-01-25T04:36:29.504Z | Downloaded tokio-native-tls v0.3.1 |
159 | 2025-01-25T04:36:29.506Z | Downloaded atomic-waker v1.1.2 |
160 | 2025-01-25T04:36:29.506Z | Downloaded is-terminal v0.4.13 |
161 | 2025-01-25T04:36:29.509Z | Downloaded idna_adapter v1.2.0 |
162 | 2025-01-25T04:36:29.509Z | Downloaded dirs-sys-next v0.1.2 |
163 | 2025-01-25T04:36:29.511Z | Downloaded tokio-rustls v0.25.0 |
164 | 2025-01-25T04:36:29.514Z | Downloaded generic-array v0.14.7 |
165 | 2025-01-25T04:36:29.514Z | Downloaded try-lock v0.2.5 |
166 | 2025-01-25T04:36:29.517Z | Downloaded form_urlencoded v1.2.1 |
167 | 2025-01-25T04:36:29.517Z | Downloaded byteorder v1.5.0 |
168 | 2025-01-25T04:36:29.521Z | Downloaded futures-macro v0.3.31 |
169 | 2025-01-25T04:36:29.521Z | Downloaded deranged v0.3.11 |
170 | 2025-01-25T04:36:29.523Z | Downloaded tokio-macros v2.5.0 |
171 | 2025-01-25T04:36:29.523Z | Downloaded futures-io v0.3.31 |
172 | 2025-01-25T04:36:29.524Z | Downloaded dof v0.3.0 |
173 | 2025-01-25T04:36:29.524Z | Downloaded time v0.3.36 |
174 | 2025-01-25T04:36:29.531Z | Downloaded toml_edit v0.22.22 |
175 | 2025-01-25T04:36:29.554Z | Downloaded want v0.3.1 |
176 | 2025-01-25T04:36:29.558Z | Downloaded waitgroup v0.1.2 |
177 | 2025-01-25T04:36:29.558Z | Downloaded usdt-attr-macro v0.5.0 |
178 | 2025-01-25T04:36:29.558Z | Downloaded usdt v0.5.0 |
179 | 2025-01-25T04:36:29.561Z | Downloaded url v2.5.3 |
180 | 2025-01-25T04:36:29.561Z | Downloaded tracing-core v0.1.32 |
181 | 2025-01-25T04:36:29.565Z | Downloaded openssl-macros v0.1.1 |
182 | 2025-01-25T04:36:29.568Z | Downloaded take_mut v0.2.2 |
183 | 2025-01-25T04:36:29.568Z | Downloaded icu_locid_transform v1.5.0 |
184 | 2025-01-25T04:36:29.568Z | Downloaded ahash v0.8.11 |
185 | 2025-01-25T04:36:29.571Z | Downloaded utf8_iter v1.0.4 |
186 | 2025-01-25T04:36:29.573Z | Downloaded progenitor-client v0.8.0 |
187 | 2025-01-25T04:36:29.573Z | Downloaded typify-macro v0.2.0 |
188 | 2025-01-25T04:36:29.577Z | Downloaded rand_chacha v0.3.1 |
189 | 2025-01-25T04:36:29.577Z | Downloaded lock_api v0.4.12 |
190 | 2025-01-25T04:36:29.580Z | Downloaded futures-channel v0.3.31 |
191 | 2025-01-25T04:36:29.580Z | Downloaded omicron-workspace-hack v0.1.0 |
192 | 2025-01-25T04:36:29.580Z | Downloaded num_threads v0.1.7 |
193 | 2025-01-25T04:36:29.583Z | Downloaded usdt-impl v0.5.0 |
194 | 2025-01-25T04:36:29.583Z | Downloaded term v0.7.0 |
195 | 2025-01-25T04:36:29.586Z | Downloaded iana-time-zone v0.1.61 |
196 | 2025-01-25T04:36:29.589Z | Downloaded camino v1.1.9 |
197 | 2025-01-25T04:36:29.593Z | Downloaded yoke-derive v0.7.4 |
198 | 2025-01-25T04:36:29.596Z | Downloaded untrusted v0.9.0 |
199 | 2025-01-25T04:36:29.596Z | Downloaded tokio-rustls v0.26.0 |
200 | 2025-01-25T04:36:29.596Z | Downloaded sync_wrapper v1.0.1 |
201 | 2025-01-25T04:36:29.599Z | Downloaded strum v0.26.3 |
202 | 2025-01-25T04:36:29.599Z | Downloaded thiserror v1.0.69 |
203 | 2025-01-25T04:36:29.602Z | Downloaded progenitor-client v0.9.1 |
204 | 2025-01-25T04:36:29.605Z | Downloaded openssl-probe v0.1.5 |
205 | 2025-01-25T04:36:29.605Z | Downloaded scroll_derive v0.12.0 |
206 | 2025-01-25T04:36:29.607Z | Downloaded zerofrom-derive v0.1.4 |
207 | 2025-01-25T04:36:29.607Z | Downloaded write16 v1.0.0 |
208 | 2025-01-25T04:36:29.610Z | Downloaded pretty-hex v0.4.1 |
209 | 2025-01-25T04:36:29.610Z | Downloaded num-conv v0.1.0 |
210 | 2025-01-25T04:36:29.611Z | Downloaded newtype-uuid v1.2.1 |
211 | 2025-01-25T04:36:29.613Z | Downloaded mime v0.3.17 |
212 | 2025-01-25T04:36:29.613Z | Downloaded version_check v0.9.5 |
213 | 2025-01-25T04:36:29.613Z | Downloaded tinyvec v1.8.0 |
214 | 2025-01-25T04:36:29.616Z | Downloaded subtle v2.6.1 |
215 | 2025-01-25T04:36:29.619Z | Downloaded thiserror v2.0.11 |
216 | 2025-01-25T04:36:29.623Z | Downloaded toml v0.8.19 |
217 | 2025-01-25T04:36:29.627Z | Downloaded zerofrom v0.1.4 |
218 | 2025-01-25T04:36:29.630Z | Downloaded icu_normalizer_data v1.5.0 |
219 | 2025-01-25T04:36:29.632Z | Downloaded icu_normalizer v1.5.0 |
220 | 2025-01-25T04:36:29.636Z | Downloaded icu_locid_transform_data v1.5.0 |
221 | 2025-01-25T04:36:29.640Z | Downloaded writeable v0.5.5 |
222 | 2025-01-25T04:36:29.640Z | Downloaded quote v1.0.38 |
223 | 2025-01-25T04:36:29.645Z | Downloaded thread_local v1.1.8 |
224 | 2025-01-25T04:36:29.645Z | Downloaded cpufeatures v0.2.14 |
225 | 2025-01-25T04:36:29.645Z | Downloaded progenitor v0.8.0 |
226 | 2025-01-25T04:36:29.651Z | Downloaded ppv-lite86 v0.2.20 |
227 | 2025-01-25T04:36:29.652Z | Downloaded plain v0.2.3 |
228 | 2025-01-25T04:36:29.652Z | Downloaded rand_core v0.6.4 |
229 | 2025-01-25T04:36:29.652Z | Downloaded pin-utils v0.1.0 |
230 | 2025-01-25T04:36:29.656Z | Downloaded percent-encoding v2.3.1 |
231 | 2025-01-25T04:36:29.656Z | Downloaded paste v1.0.15 |
232 | 2025-01-25T04:36:29.656Z | Downloaded pest_generator v2.7.14 |
233 | 2025-01-25T04:36:29.656Z | Downloaded typify v0.2.0 |
234 | 2025-01-25T04:36:29.661Z | Downloaded serde_spanned v0.6.8 |
235 | 2025-01-25T04:36:29.661Z | Downloaded indexmap v1.9.3 |
236 | 2025-01-25T04:36:29.663Z | Downloaded powerfmt v0.2.0 |
237 | 2025-01-25T04:36:29.663Z | Downloaded pkg-config v0.3.31 |
238 | 2025-01-25T04:36:29.666Z | Downloaded parse-display v0.10.0 |
239 | 2025-01-25T04:36:29.666Z | Downloaded zerovec-derive v0.10.3 |
240 | 2025-01-25T04:36:29.670Z | Downloaded slog-async v2.8.0 |
241 | 2025-01-25T04:36:29.670Z | Downloaded once_cell v1.20.2 |
242 | 2025-01-25T04:36:29.672Z | Downloaded serde_path_to_error v0.1.16 |
243 | 2025-01-25T04:36:29.672Z | Downloaded zeroize v1.8.1 |
244 | 2025-01-25T04:36:29.675Z | Downloaded schemars_derive v0.8.21 |
245 | 2025-01-25T04:36:29.675Z | Downloaded slab v0.4.9 |
246 | 2025-01-25T04:36:29.679Z | Downloaded progenitor-macro v0.8.0 |
247 | 2025-01-25T04:36:29.679Z | Downloaded zerocopy-derive v0.7.35 |
248 | 2025-01-25T04:36:29.682Z | Downloaded multer v3.1.0 |
249 | 2025-01-25T04:36:29.687Z | Downloaded yoke v0.7.4 |
250 | 2025-01-25T04:36:29.694Z | Downloaded crossbeam-utils v0.8.20 |
251 | 2025-01-25T04:36:29.694Z | Downloaded signal-hook-registry v1.4.2 |
252 | 2025-01-25T04:36:29.694Z | Downloaded structmeta-derive v0.3.0 |
253 | 2025-01-25T04:36:29.696Z | Downloaded structmeta v0.3.0 |
254 | 2025-01-25T04:36:29.696Z | Downloaded strsim v0.11.1 |
255 | 2025-01-25T04:36:29.696Z | Downloaded slog-term v2.9.1 |
256 | 2025-01-25T04:36:29.696Z | Downloaded quinn-udp v0.5.5 |
257 | 2025-01-25T04:36:29.699Z | Downloaded darling_core v0.20.10 |
258 | 2025-01-25T04:36:29.701Z | Downloaded bitflags v2.6.0 |
259 | 2025-01-25T04:36:29.705Z | Downloaded pest_derive v2.7.14 |
260 | 2025-01-25T04:36:29.709Z | Downloaded shlex v1.3.0 |
261 | 2025-01-25T04:36:29.714Z | Downloaded spin v0.9.8 |
262 | 2025-01-25T04:36:29.714Z | Downloaded icu_properties v1.5.1 |
263 | 2025-01-25T04:36:29.716Z | Downloaded proc-macro2 v1.0.92 |
264 | 2025-01-25T04:36:29.719Z | Downloaded serde_with_macros v3.11.0 |
265 | 2025-01-25T04:36:29.719Z | Downloaded rustversion v1.0.17 |
266 | 2025-01-25T04:36:29.722Z | Downloaded rustc-hash v2.0.0 |
267 | 2025-01-25T04:36:29.733Z | Downloaded progenitor-impl v0.8.0 |
268 | 2025-01-25T04:36:29.734Z | Downloaded time-macros v0.2.18 |
269 | 2025-01-25T04:36:29.737Z | Downloaded slog-json v2.6.1 |
270 | 2025-01-25T04:36:29.737Z | Downloaded rustls-pemfile v2.2.0 |
271 | 2025-01-25T04:36:29.737Z | Downloaded sha1 v0.10.6 |
272 | 2025-01-25T04:36:29.737Z | Downloaded scopeguard v1.2.0 |
273 | 2025-01-25T04:36:29.737Z | Downloaded anyhow v1.0.95 |
274 | 2025-01-25T04:36:29.740Z | Downloaded serde_derive_internals v0.29.1 |
275 | 2025-01-25T04:36:29.740Z | Downloaded sha2 v0.10.8 |
276 | 2025-01-25T04:36:29.744Z | Downloaded strum_macros v0.26.4 |
277 | 2025-01-25T04:36:29.748Z | Downloaded pest_meta v2.7.14 |
278 | 2025-01-25T04:36:29.748Z | Downloaded parking_lot v0.12.3 |
279 | 2025-01-25T04:36:29.751Z | Downloaded schemars v0.8.21 |
280 | 2025-01-25T04:36:29.761Z | Downloaded semver v1.0.24 |
281 | 2025-01-25T04:36:29.765Z | Downloaded cc v1.1.30 |
282 | 2025-01-25T04:36:29.768Z | Downloaded serde_derive v1.0.217 |
283 | 2025-01-25T04:36:29.770Z | Downloaded ryu v1.0.18 |
284 | 2025-01-25T04:36:29.772Z | Downloaded bytes v1.9.0 |
285 | 2025-01-25T04:36:29.775Z | Downloaded mio v1.0.2 |
286 | 2025-01-25T04:36:29.781Z | Downloaded smallvec v1.13.2 |
287 | 2025-01-25T04:36:29.783Z | Downloaded scroll v0.12.0 |
288 | 2025-01-25T04:36:29.786Z | Downloaded indexmap v2.7.0 |
289 | 2025-01-25T04:36:29.795Z | Downloaded slog v2.7.0 |
290 | 2025-01-25T04:36:29.795Z | Downloaded memchr v2.7.4 |
291 | 2025-01-25T04:36:29.798Z | Downloaded socket2 v0.5.7 |
292 | 2025-01-25T04:36:29.801Z | Downloaded serde_yaml v0.9.34+deprecated |
293 | 2025-01-25T04:36:29.803Z | Downloaded icu_collections v1.5.0 |
294 | 2025-01-25T04:36:29.809Z | Downloaded openssl-sys v0.9.103 |
295 | 2025-01-25T04:36:29.813Z | Downloaded zerovec v0.10.4 |
296 | 2025-01-25T04:36:29.819Z | Downloaded rustls-pki-types v1.10.0 |
297 | 2025-01-25T04:36:29.822Z | Downloaded pest v2.7.14 |
298 | 2025-01-25T04:36:29.828Z | Downloaded zerocopy v0.7.35 |
299 | 2025-01-25T04:36:29.844Z | Downloaded serde v1.0.217 |
300 | 2025-01-25T04:36:29.847Z | Downloaded crossbeam-channel v0.5.13 |
301 | 2025-01-25T04:36:29.851Z | Downloaded base64 v0.22.1 |
302 | 2025-01-25T04:36:29.856Z | Downloaded winnow v0.6.20 |
303 | 2025-01-25T04:36:29.864Z | Downloaded rand v0.8.5 |
304 | 2025-01-25T04:36:29.868Z | Downloaded vcpkg v0.2.15 |
305 | 2025-01-25T04:36:29.904Z | Downloaded quinn-proto v0.11.8 |
306 | 2025-01-25T04:36:29.911Z | Downloaded quinn v0.11.5 |
307 | 2025-01-25T04:36:29.914Z | Downloaded hashbrown v0.12.3 |
308 | 2025-01-25T04:36:29.918Z | Downloaded itertools v0.10.5 |
309 | 2025-01-25T04:36:29.924Z | Downloaded webpki-roots v0.26.6 |
310 | 2025-01-25T04:36:29.927Z | Downloaded hashbrown v0.14.5 |
311 | 2025-01-25T04:36:29.933Z | Downloaded openssl v0.10.66 |
312 | 2025-01-25T04:36:29.942Z | Downloaded hashbrown v0.15.1 |
313 | 2025-01-25T04:36:29.947Z | Downloaded hyper v1.5.2 |
314 | 2025-01-25T04:36:29.953Z | Downloaded syn v2.0.96 |
315 | 2025-01-25T04:36:29.964Z | Downloaded idna v1.0.3 |
316 | 2025-01-25T04:36:29.968Z | Downloaded futures-util v0.3.31 |
317 | 2025-01-25T04:36:29.979Z | Downloaded rustls v0.23.19 |
318 | 2025-01-25T04:36:29.991Z | Downloaded h2 v0.4.6 |
319 | 2025-01-25T04:36:29.997Z | Downloaded serde_json v1.0.135 |
320 | 2025-01-25T04:36:30.004Z | Downloaded openapiv3 v2.0.0 |
321 | 2025-01-25T04:36:30.014Z | Downloaded goblin v0.8.2 |
322 | 2025-01-25T04:36:30.022Z | Downloaded serde_with v3.11.0 |
323 | 2025-01-25T04:36:30.028Z | Downloaded aho-corasick v1.1.3 |
324 | 2025-01-25T04:36:30.033Z | Downloaded typify-impl v0.2.0 |
325 | 2025-01-25T04:36:30.047Z | Downloaded http v1.2.0 |
326 | 2025-01-25T04:36:30.050Z | Downloaded rustls-webpki v0.102.8 |
327 | 2025-01-25T04:36:30.068Z | Downloaded reqwest v0.12.9 |
328 | 2025-01-25T04:36:30.076Z | Downloaded icu_properties_data v1.5.0 |
329 | 2025-01-25T04:36:30.086Z | Downloaded chrono v0.4.39 |
330 | 2025-01-25T04:36:30.093Z | Downloaded hyper-util v0.1.10 |
331 | 2025-01-25T04:36:30.096Z | Downloaded icu_locid v1.5.0 |
332 | 2025-01-25T04:36:30.101Z | Downloaded regex v1.11.1 |
333 | 2025-01-25T04:36:30.113Z | Downloaded syn v1.0.109 |
334 | 2025-01-25T04:36:30.123Z | Downloaded num-traits v0.2.19 |
335 | 2025-01-25T04:36:30.126Z | Downloaded slog-bunyan v2.5.0 |
336 | 2025-01-25T04:36:30.128Z | Downloaded log v0.4.22 |
337 | 2025-01-25T04:36:30.130Z | Downloaded pin-project-lite v0.2.14 |
338 | 2025-01-25T04:36:30.133Z | Downloaded parking_lot_core v0.9.10 |
339 | 2025-01-25T04:36:30.136Z | Downloaded native-tls v0.2.12 |
340 | 2025-01-25T04:36:30.138Z | Downloaded dropshot_endpoint v0.15.1 |
341 | 2025-01-25T04:36:30.143Z | Downloaded tokio v1.43.0 |
342 | 2025-01-25T04:36:30.178Z | Downloaded serde_urlencoded v0.7.1 |
343 | 2025-01-25T04:36:30.183Z | Downloaded serde_tokenstream v0.2.2 |
344 | 2025-01-25T04:36:30.183Z | Downloaded dropshot v0.15.1 |
345 | 2025-01-25T04:36:30.200Z | Downloaded regress v0.10.1 |
346 | 2025-01-25T04:36:30.208Z | Downloaded rustls v0.22.4 |
347 | 2025-01-25T04:36:30.220Z | Downloaded regress v0.9.1 |
348 | 2025-01-25T04:36:30.228Z | Downloaded regex-syntax v0.8.5 |
349 | 2025-01-25T04:36:30.235Z | Downloaded icu_provider v1.5.0 |
350 | 2025-01-25T04:36:30.237Z | Downloaded getrandom v0.2.15 |
351 | 2025-01-25T04:36:30.240Z | Downloaded parse-display-derive v0.10.0 |
352 | 2025-01-25T04:36:30.245Z | Downloaded memmap v0.7.0 |
353 | 2025-01-25T04:36:30.245Z | Downloaded httparse v1.9.5 |
354 | 2025-01-25T04:36:30.247Z | Downloaded backoff v0.4.0 |
355 | 2025-01-25T04:36:30.247Z | Downloaded stable_deref_trait v1.2.0 |
356 | 2025-01-25T04:36:30.247Z | Downloaded uuid v1.12.0 |
357 | 2025-01-25T04:36:30.250Z | Downloaded unicode-ident v1.0.14 |
358 | 2025-01-25T04:36:30.252Z | Downloaded ucd-trie v0.1.7 |
359 | 2025-01-25T04:36:30.255Z | Downloaded ipnet v2.10.1 |
360 | 2025-01-25T04:36:30.258Z | Downloaded futures v0.3.31 |
361 | 2025-01-25T04:36:30.264Z | Downloaded utf16_iter v1.0.5 |
362 | 2025-01-25T04:36:30.264Z | Downloaded usdt-macro v0.5.0 |
363 | 2025-01-25T04:36:30.266Z | Downloaded toml_datetime v0.6.8 |
364 | 2025-01-25T04:36:30.266Z | Downloaded tower-service v0.3.3 |
365 | 2025-01-25T04:36:30.266Z | Downloaded tokio-util v0.7.12 |
366 | 2025-01-25T04:36:30.269Z | Downloaded litemap v0.7.3 |
367 | 2025-01-25T04:36:30.273Z | Downloaded regex-automata v0.4.8 |
368 | 2025-01-25T04:36:30.287Z | Downloaded hyper-rustls v0.27.3 |
369 | 2025-01-25T04:36:30.290Z | Downloaded displaydoc v0.2.5 |
370 | 2025-01-25T04:36:30.292Z | Downloaded darling v0.20.10 |
371 | 2025-01-25T04:36:30.296Z | Downloaded tinyvec_macros v0.1.1 |
372 | 2025-01-25T04:36:30.298Z | Downloaded itoa v1.0.11 |
373 | 2025-01-25T04:36:30.298Z | Downloaded ipnetwork v0.20.0 |
374 | 2025-01-25T04:36:30.301Z | Downloaded libc v0.2.169 |
375 | 2025-01-25T04:36:30.396Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-25T04:36:30.520Z | Downloaded ring v0.17.8 |
377 | 2025-01-25T04:36:30.713Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-25T04:36:30.713Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-25T04:36:30.716Z | Compiling libc v0.2.169 |
380 | 2025-01-25T04:36:30.716Z | Checking cfg-if v1.0.0 |
381 | 2025-01-25T04:36:30.716Z | Compiling autocfg v1.4.0 |
382 | 2025-01-25T04:36:30.716Z | Compiling serde v1.0.217 |
383 | 2025-01-25T04:36:30.739Z | Compiling version_check v0.9.5 |
384 | 2025-01-25T04:36:30.742Z | Checking memchr v2.7.4 |
385 | 2025-01-25T04:36:30.808Z | Compiling serde_json v1.0.135 |
386 | 2025-01-25T04:36:30.917Z | Checking itoa v1.0.11 |
387 | 2025-01-25T04:36:31.376Z | Compiling thiserror v1.0.69 |
388 | 2025-01-25T04:36:31.400Z | Checking once_cell v1.20.2 |
389 | 2025-01-25T04:36:31.425Z | Compiling shlex v1.3.0 |
390 | 2025-01-25T04:36:31.671Z | Compiling cc v1.1.30 |
391 | 2025-01-25T04:36:31.708Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-25T04:36:31.755Z | Compiling num-traits v0.2.19 |
393 | 2025-01-25T04:36:31.827Z | Checking ryu v1.0.18 |
394 | 2025-01-25T04:36:32.151Z | Checking getrandom v0.2.15 |
395 | 2025-01-25T04:36:32.246Z | Checking smallvec v1.13.2 |
396 | 2025-01-25T04:36:32.408Z | Checking bytes v1.9.0 |
397 | 2025-01-25T04:36:32.430Z | Checking futures-core v0.3.31 |
398 | 2025-01-25T04:36:32.645Z | Compiling quote v1.0.38 |
399 | 2025-01-25T04:36:32.662Z | Compiling lock_api v0.4.12 |
400 | 2025-01-25T04:36:32.662Z | Compiling parking_lot_core v0.9.10 |
401 | 2025-01-25T04:36:32.662Z | Checking scopeguard v1.2.0 |
402 | 2025-01-25T04:36:32.768Z | Compiling byteorder v1.5.0 |
403 | 2025-01-25T04:36:32.994Z | Compiling syn v2.0.96 |
404 | 2025-01-25T04:36:33.041Z | Compiling schemars v0.8.21 |
405 | 2025-01-25T04:36:33.143Z | Compiling slab v0.4.9 |
406 | 2025-01-25T04:36:33.170Z | Compiling ahash v0.8.11 |
407 | 2025-01-25T04:36:33.376Z | Checking futures-sink v0.3.31 |
408 | 2025-01-25T04:36:33.421Z | Checking log v0.4.22 |
409 | 2025-01-25T04:36:33.513Z | Checking parking_lot v0.12.3 |
410 | 2025-01-25T04:36:33.529Z | Checking mio v1.0.2 |
411 | 2025-01-25T04:36:33.583Z | Checking socket2 v0.5.7 |
412 | 2025-01-25T04:36:33.595Z | Checking signal-hook-registry v1.4.2 |
413 | 2025-01-25T04:36:33.613Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-25T04:36:33.761Z | Checking hashbrown v0.15.1 |
415 | 2025-01-25T04:36:33.850Z | Checking equivalent v1.0.1 |
416 | 2025-01-25T04:36:33.864Z | Checking fnv v1.0.7 |
417 | 2025-01-25T04:36:33.932Z | Checking futures-channel v0.3.31 |
418 | 2025-01-25T04:36:33.952Z | Checking futures-task v0.3.31 |
419 | 2025-01-25T04:36:33.978Z | Checking http v1.2.0 |
420 | 2025-01-25T04:36:34.033Z | Checking futures-io v0.3.31 |
421 | 2025-01-25T04:36:34.081Z | Compiling semver v1.0.24 |
422 | 2025-01-25T04:36:34.162Z | Checking pin-utils v0.1.0 |
423 | 2025-01-25T04:36:34.219Z | Compiling vcpkg v0.2.15 |
424 | 2025-01-25T04:36:34.244Z | Checking spin v0.9.8 |
425 | 2025-01-25T04:36:34.266Z | Checking rustls-pki-types v1.10.0 |
426 | 2025-01-25T04:36:34.364Z | Compiling ring v0.17.8 |
427 | 2025-01-25T04:36:34.462Z | Compiling pkg-config v0.3.31 |
428 | 2025-01-25T04:36:34.695Z | Checking iana-time-zone v0.1.61 |
429 | 2025-01-25T04:36:34.881Z | Compiling httparse v1.9.5 |
430 | 2025-01-25T04:36:34.894Z | Checking litemap v0.7.3 |
431 | 2025-01-25T04:36:35.189Z | Checking writeable v0.5.5 |
432 | 2025-01-25T04:36:35.237Z | Compiling heck v0.5.0 |
433 | 2025-01-25T04:36:35.450Z | Checking untrusted v0.9.0 |
434 | 2025-01-25T04:36:35.518Z | Checking tracing-core v0.1.32 |
435 | 2025-01-25T04:36:35.602Z | Checking dyn-clone v1.0.17 |
436 | 2025-01-25T04:36:35.614Z | Compiling openssl-sys v0.9.103 |
437 | 2025-01-25T04:36:35.636Z | Compiling ucd-trie v0.1.7 |
438 | 2025-01-25T04:36:35.646Z | Checking atomic-waker v1.1.2 |
439 | 2025-01-25T04:36:35.779Z | Checking http-body v1.0.1 |
440 | 2025-01-25T04:36:36.006Z | Checking subtle v2.6.1 |
441 | 2025-01-25T04:36:36.068Z | Compiling allocator-api2 v0.2.18 |
442 | 2025-01-25T04:36:36.082Z | Checking tracing v0.1.40 |
443 | 2025-01-25T04:36:36.161Z | Checking zeroize v1.8.1 |
444 | 2025-01-25T04:36:36.179Z | Checking icu_locid_transform_data v1.5.0 |
445 | 2025-01-25T04:36:36.265Z | Checking try-lock v0.2.5 |
446 | 2025-01-25T04:36:36.406Z | Checking want v0.3.1 |
447 | 2025-01-25T04:36:36.579Z | Compiling uuid v1.12.0 |
448 | 2025-01-25T04:36:36.661Z | Compiling openssl v0.10.66 |
449 | 2025-01-25T04:36:36.695Z | Checking httpdate v1.0.3 |
450 | 2025-01-25T04:36:36.749Z | Checking icu_properties_data v1.5.0 |
451 | 2025-01-25T04:36:36.931Z | Checking foreign-types-shared v0.1.1 |
452 | 2025-01-25T04:36:37.119Z | Checking foreign-types v0.3.2 |
453 | 2025-01-25T04:36:37.135Z | Checking write16 v1.0.0 |
454 | 2025-01-25T04:36:37.135Z | Checking percent-encoding v2.3.1 |
455 | 2025-01-25T04:36:37.139Z | Checking tower-service v0.3.3 |
456 | 2025-01-25T04:36:37.204Z | Checking utf8_iter v1.0.4 |
457 | 2025-01-25T04:36:37.239Z | Checking icu_normalizer_data v1.5.0 |
458 | 2025-01-25T04:36:37.313Z | Compiling chrono v0.4.39 |
459 | 2025-01-25T04:36:37.383Z | Compiling rustls v0.23.19 |
460 | 2025-01-25T04:36:37.405Z | Checking bitflags v2.6.0 |
461 | 2025-01-25T04:36:37.451Z | Compiling slog v2.7.0 |
462 | 2025-01-25T04:36:37.622Z | Checking utf16_iter v1.0.5 |
463 | 2025-01-25T04:36:37.626Z | Compiling native-tls v0.2.12 |
464 | 2025-01-25T04:36:37.798Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-25T04:36:37.995Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-25T04:36:38.010Z | Compiling typenum v1.17.0 |
467 | 2025-01-25T04:36:38.013Z | Compiling regex-syntax v0.8.5 |
468 | 2025-01-25T04:36:38.049Z | Checking openssl-probe v0.1.5 |
469 | 2025-01-25T04:36:38.997Z | Compiling generic-array v0.14.7 |
470 | 2025-01-25T04:36:39.051Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-25T04:36:39.447Z | Checking mime v0.3.17 |
472 | 2025-01-25T04:36:39.734Z | Compiling synstructure v0.13.1 |
473 | 2025-01-25T04:36:40.326Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-25T04:36:41.002Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-25T04:36:41.340Z | Checking rustls-pemfile v2.2.0 |
476 | 2025-01-25T04:36:41.591Z | Compiling regex-automata v0.4.8 |
477 | 2025-01-25T04:36:41.942Z | Checking webpki-roots v0.26.6 |
478 | 2025-01-25T04:36:42.296Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-25T04:36:42.514Z | Compiling time-core v0.1.2 |
480 | 2025-01-25T04:36:42.716Z | Checking powerfmt v0.2.0 |
481 | 2025-01-25T04:36:42.772Z | Compiling num-conv v0.1.0 |
482 | 2025-01-25T04:36:42.939Z | Checking base64 v0.22.1 |
483 | 2025-01-25T04:36:43.031Z | Compiling time-macros v0.2.18 |
484 | 2025-01-25T04:36:43.409Z | Checking deranged v0.3.11 |
485 | 2025-01-25T04:36:43.424Z | Compiling thread-id v4.2.2 |
486 | 2025-01-25T04:36:43.672Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-25T04:36:43.854Z | Compiling ident_case v1.0.1 |
488 | 2025-01-25T04:36:43.994Z | Compiling strsim v0.11.1 |
489 | 2025-01-25T04:36:44.188Z | Compiling serde_derive v1.0.217 |
490 | 2025-01-25T04:36:44.638Z | Compiling zerocopy-derive v0.7.35 |
491 | 2025-01-25T04:36:44.680Z | Compiling thiserror-impl v1.0.69 |
492 | 2025-01-25T04:36:44.682Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-25T04:36:45.886Z | Compiling zerofrom-derive v0.1.4 |
494 | 2025-01-25T04:36:45.891Z | Compiling yoke-derive v0.7.4 |
495 | 2025-01-25T04:36:46.272Z | Compiling tokio-macros v2.5.0 |
496 | 2025-01-25T04:36:46.493Z | Compiling zerocopy v0.7.35 |
497 | 2025-01-25T04:36:47.470Z | Compiling zerovec-derive v0.10.3 |
498 | 2025-01-25T04:36:47.697Z | Checking tokio v1.43.0 |
499 | 2025-01-25T04:36:47.811Z | Compiling displaydoc v0.2.5 |
500 | 2025-01-25T04:36:48.369Z | Compiling futures-macro v0.3.31 |
501 | 2025-01-25T04:36:48.372Z | Compiling icu_provider_macros v1.5.0 |
502 | 2025-01-25T04:36:49.068Z | Checking zerofrom v0.1.4 |
503 | 2025-01-25T04:36:49.104Z | Compiling pest v2.7.14 |
504 | 2025-01-25T04:36:49.282Z | Checking yoke v0.7.4 |
505 | 2025-01-25T04:36:49.454Z | Compiling hashbrown v0.14.5 |
506 | 2025-01-25T04:36:49.461Z | Compiling openssl-macros v0.1.1 |
507 | 2025-01-25T04:36:49.766Z | Checking zerovec v0.10.4 |
508 | 2025-01-25T04:36:50.088Z | Checking futures-util v0.3.31 |
509 | 2025-01-25T04:36:50.570Z | Compiling regress v0.10.1 |
510 | 2025-01-25T04:36:51.008Z | Compiling regex v1.11.1 |
511 | 2025-01-25T04:36:51.887Z | Checking tinystr v0.7.6 |
512 | 2025-01-25T04:36:52.096Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-25T04:36:52.229Z | Checking icu_locid v1.5.0 |
514 | 2025-01-25T04:36:53.226Z | Checking icu_provider v1.5.0 |
515 | 2025-01-25T04:36:53.923Z | Checking icu_locid_transform v1.5.0 |
516 | 2025-01-25T04:36:54.349Z | Checking tokio-util v0.7.12 |
517 | 2025-01-25T04:36:54.640Z | Checking icu_collections v1.5.0 |
518 | 2025-01-25T04:36:54.832Z | Compiling pest_generator v2.7.14 |
519 | 2025-01-25T04:36:55.055Z | Checking http-body-util v0.1.2 |
520 | 2025-01-25T04:36:55.122Z | Checking tokio-rustls v0.26.0 |
521 | 2025-01-25T04:36:55.284Z | Checking icu_properties v1.5.1 |
522 | 2025-01-25T04:36:55.372Z | Checking tokio-native-tls v0.3.1 |
523 | 2025-01-25T04:36:55.471Z | Compiling scroll_derive v0.12.0 |
524 | 2025-01-25T04:36:55.892Z | Checking indexmap v2.7.0 |
525 | 2025-01-25T04:36:56.629Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-01-25T04:36:57.528Z | Checking h2 v0.4.6 |
527 | 2025-01-25T04:36:57.538Z | Compiling pest_derive v2.7.14 |
528 | 2025-01-25T04:36:58.533Z | Checking icu_normalizer v1.5.0 |
529 | 2025-01-25T04:36:58.769Z | Checking serde_urlencoded v0.7.1 |
530 | 2025-01-25T04:36:59.005Z | Compiling dtrace-parser v0.2.0 |
531 | 2025-01-25T04:36:59.046Z | Compiling dof v0.3.0 |
532 | 2025-01-25T04:36:59.186Z | Checking scroll v0.12.0 |
533 | 2025-01-25T04:36:59.288Z | Checking idna_adapter v1.2.0 |
534 | 2025-01-25T04:36:59.418Z | Compiling syn v1.0.109 |
535 | 2025-01-25T04:36:59.475Z | Checking idna v1.0.3 |
536 | 2025-01-25T04:36:59.870Z | Checking ipnet v2.10.1 |
537 | 2025-01-25T04:36:59.874Z | Checking num_threads v0.1.7 |
538 | 2025-01-25T04:36:59.957Z | Checking url v2.5.3 |
539 | 2025-01-25T04:37:00.134Z | Compiling typify-impl v0.2.0 |
540 | 2025-01-25T04:37:00.240Z | Checking plain v0.2.3 |
541 | 2025-01-25T04:37:00.389Z | Compiling crossbeam-utils v0.8.20 |
542 | 2025-01-25T04:37:00.571Z | Checking goblin v0.8.2 |
543 | 2025-01-25T04:37:00.999Z | Checking time v0.3.36 |
544 | 2025-01-25T04:37:01.342Z | Checking hyper v1.5.2 |
545 | 2025-01-25T04:37:02.282Z | Compiling openapiv3 v2.0.0 |
546 | 2025-01-25T04:37:02.810Z | Compiling darling_core v0.20.10 |
547 | 2025-01-25T04:37:03.241Z | Checking dirs-sys-next v0.1.2 |
548 | 2025-01-25T04:37:03.334Z | Checking hyper-util v0.1.10 |
549 | 2025-01-25T04:37:03.778Z | Compiling rustls v0.22.4 |
550 | 2025-01-25T04:37:03.887Z | Compiling omicron-workspace-hack v0.1.0 |
551 | 2025-01-25T04:37:04.078Z | Compiling rustversion v1.0.17 |
552 | 2025-01-25T04:37:04.182Z | Compiling paste v1.0.15 |
553 | 2025-01-25T04:37:04.677Z | Compiling newtype-uuid v1.2.1 |
554 | 2025-01-25T04:37:04.710Z | Checking pretty-hex v0.4.1 |
555 | 2025-01-25T04:37:04.879Z | Compiling unsafe-libyaml v0.2.11 |
556 | 2025-01-25T04:37:04.923Z | Checking hyper-rustls v0.27.3 |
557 | 2025-01-25T04:37:04.992Z | Checking hyper-tls v0.6.0 |
558 | 2025-01-25T04:37:05.258Z | Checking reqwest v0.12.9 |
559 | 2025-01-25T04:37:05.920Z | Checking dirs-next v2.0.0 |
560 | 2025-01-25T04:37:06.037Z | Checking ipnetwork v0.20.0 |
561 | 2025-01-25T04:37:06.041Z | Checking toml_datetime v0.6.8 |
562 | 2025-01-25T04:37:06.340Z | Compiling serde_yaml v0.9.34+deprecated |
563 | 2025-01-25T04:37:06.395Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-25T04:37:06.603Z | Checking ppv-lite86 v0.2.20 |
565 | 2025-01-25T04:37:06.608Z | Checking crypto-common v0.1.6 |
566 | 2025-01-25T04:37:06.629Z | Checking block-buffer v0.10.4 |
567 | 2025-01-25T04:37:06.685Z | Compiling structmeta-derive v0.3.0 |
568 | 2025-01-25T04:37:06.747Z | Checking rand_core v0.6.4 |
569 | 2025-01-25T04:37:06.941Z | Checking thread_local v1.1.8 |
570 | 2025-01-25T04:37:07.041Z | Compiling multer v3.1.0 |
571 | 2025-01-25T04:37:07.218Z | Compiling camino v1.1.9 |
572 | 2025-01-25T04:37:07.233Z | Compiling anyhow v1.0.95 |
573 | 2025-01-25T04:37:07.386Z | Checking either v1.13.0 |
574 | 2025-01-25T04:37:07.757Z | Checking match_cfg v0.1.0 |
575 | 2025-01-25T04:37:07.785Z | Checking winnow v0.6.20 |
576 | 2025-01-25T04:37:07.798Z | Compiling slog-async v2.8.0 |
577 | 2025-01-25T04:37:07.845Z | Compiling thiserror v2.0.11 |
578 | 2025-01-25T04:37:08.136Z | Compiling darling_macro v0.20.10 |
579 | 2025-01-25T04:37:08.353Z | Checking hostname v0.3.1 |
580 | 2025-01-25T04:37:08.829Z | Checking itertools v0.10.5 |
581 | 2025-01-25T04:37:08.923Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-25T04:37:09.083Z | Compiling darling v0.20.10 |
583 | 2025-01-25T04:37:09.099Z | Compiling structmeta v0.3.0 |
584 | 2025-01-25T04:37:09.304Z | Checking digest v0.10.7 |
585 | 2025-01-25T04:37:09.446Z | Checking crossbeam-channel v0.5.13 |
586 | 2025-01-25T04:37:09.482Z | Checking progenitor-client v0.8.0 |
587 | 2025-01-25T04:37:09.602Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
588 | 2025-01-25T04:37:09.729Z | Checking term v0.7.0 |
589 | 2025-01-25T04:37:10.408Z | Checking slog-json v2.6.1 |
590 | 2025-01-25T04:37:10.469Z | Checking toml_edit v0.22.22 |
591 | 2025-01-25T04:37:10.666Z | Compiling usdt-attr-macro v0.5.0 |
592 | 2025-01-25T04:37:10.824Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
593 | 2025-01-25T04:37:10.933Z | Compiling usdt-macro v0.5.0 |
594 | 2025-01-25T04:37:10.972Z | Checking futures-executor v0.3.31 |
595 | 2025-01-25T04:37:11.216Z | Compiling thiserror-impl v2.0.11 |
596 | 2025-01-25T04:37:11.269Z | Compiling async-stream-impl v0.3.6 |
597 | 2025-01-25T04:37:11.893Z | Compiling typify-macro v0.2.0 |
598 | 2025-01-25T04:37:11.932Z | Checking memmap v0.7.0 |
599 | 2025-01-25T04:37:12.022Z | Checking is-terminal v0.4.13 |
600 | 2025-01-25T04:37:12.189Z | Compiling dropshot v0.15.1 |
601 | 2025-01-25T04:37:12.195Z | Checking cpufeatures v0.2.14 |
602 | 2025-01-25T04:37:12.195Z | Checking take_mut v0.2.2 |
603 | 2025-01-25T04:37:12.228Z | Checking sha1 v0.10.6 |
604 | 2025-01-25T04:37:12.491Z | Checking async-stream v0.3.6 |
605 | 2025-01-25T04:37:12.504Z | Checking usdt v0.5.0 |
606 | 2025-01-25T04:37:12.518Z | Checking slog-term v2.9.1 |
607 | 2025-01-25T04:37:12.606Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
608 | 2025-01-25T04:37:12.673Z | Compiling strum_macros v0.26.4 |
609 | 2025-01-25T04:37:12.744Z | Checking futures v0.3.31 |
610 | 2025-01-25T04:37:12.876Z | Checking slog-bunyan v2.5.0 |
611 | 2025-01-25T04:37:13.020Z | Compiling parse-display-derive v0.10.0 |
612 | 2025-01-25T04:37:13.036Z | Checking toml v0.8.19 |
613 | 2025-01-25T04:37:13.048Z | Checking rand v0.8.5 |
614 | 2025-01-25T04:37:13.161Z | Compiling serde_with_macros v3.11.0 |
615 | 2025-01-25T04:37:13.176Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-25T04:37:14.158Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-25T04:37:14.200Z | Checking serde_path_to_error v0.1.16 |
618 | 2025-01-25T04:37:14.235Z | Checking hex v0.4.3 |
619 | 2025-01-25T04:37:14.416Z | Compiling async-trait v0.1.83 |
620 | 2025-01-25T04:37:14.712Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
621 | 2025-01-25T04:37:14.766Z | Checking waitgroup v0.1.2 |
622 | 2025-01-25T04:37:14.906Z | Checking hostname v0.4.0 |
623 | 2025-01-25T04:37:15.040Z | Checking instant v0.1.13 |
624 | 2025-01-25T04:37:15.158Z | Checking debug-ignore v1.0.5 |
625 | 2025-01-25T04:37:15.194Z | Compiling typify v0.2.0 |
626 | 2025-01-25T04:37:15.299Z | Compiling progenitor-impl v0.8.0 |
627 | 2025-01-25T04:37:15.530Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
628 | 2025-01-25T04:37:15.533Z | Checking serde_with v3.11.0 |
629 | 2025-01-25T04:37:15.611Z | Checking backoff v0.4.0 |
630 | 2025-01-25T04:37:15.866Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-25T04:37:16.002Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-25T04:37:16.472Z | Checking parse-display v0.10.0 |
633 | 2025-01-25T04:37:16.515Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-25T04:37:16.705Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-25T04:37:16.803Z | Checking strum v0.26.3 |
636 | 2025-01-25T04:37:16.883Z | Checking macaddr v1.0.1 |
637 | 2025-01-25T04:37:16.946Z | Checking regress v0.9.1 |
638 | 2025-01-25T04:37:18.400Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-25T04:37:21.875Z | Checking progenitor v0.8.0 |
640 | 2025-01-25T04:37:21.981Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-25T04:37:24.700Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-25T04:37:31.768Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-25T04:37:31.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
644 | 2025-01-25T04:37:31.965Z | + cargo build --release |
645 | 2025-01-25T04:37:32.274Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-25T04:37:32.274Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-25T04:37:32.278Z | Compiling libc v0.2.169 |
648 | 2025-01-25T04:37:32.278Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-25T04:37:32.278Z | Compiling autocfg v1.4.0 |
650 | 2025-01-25T04:37:32.278Z | Compiling serde v1.0.217 |
651 | 2025-01-25T04:37:32.278Z | Compiling version_check v0.9.5 |
652 | 2025-01-25T04:37:32.278Z | Compiling memchr v2.7.4 |
653 | 2025-01-25T04:37:32.345Z | Compiling serde_json v1.0.135 |
654 | 2025-01-25T04:37:32.420Z | Compiling itoa v1.0.11 |
655 | 2025-01-25T04:37:32.692Z | Compiling thiserror v1.0.69 |
656 | 2025-01-25T04:37:32.802Z | Compiling once_cell v1.20.2 |
657 | 2025-01-25T04:37:32.817Z | Compiling shlex v1.3.0 |
658 | 2025-01-25T04:37:33.107Z | Compiling cc v1.1.30 |
659 | 2025-01-25T04:37:33.220Z | Compiling num-traits v0.2.19 |
660 | 2025-01-25T04:37:33.229Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-25T04:37:33.468Z | Compiling getrandom v0.2.15 |
662 | 2025-01-25T04:37:33.565Z | Compiling ryu v1.0.18 |
663 | 2025-01-25T04:37:33.608Z | Compiling smallvec v1.13.2 |
664 | 2025-01-25T04:37:33.827Z | Compiling bytes v1.9.0 |
665 | 2025-01-25T04:37:33.891Z | Compiling quote v1.0.38 |
666 | 2025-01-25T04:37:34.009Z | Compiling futures-core v0.3.31 |
667 | 2025-01-25T04:37:34.075Z | Compiling lock_api v0.4.12 |
668 | 2025-01-25T04:37:34.144Z | Compiling parking_lot_core v0.9.10 |
669 | 2025-01-25T04:37:34.251Z | Compiling syn v2.0.96 |
670 | 2025-01-25T04:37:34.404Z | Compiling schemars v0.8.21 |
671 | 2025-01-25T04:37:34.568Z | Compiling ahash v0.8.11 |
672 | 2025-01-25T04:37:34.609Z | Compiling byteorder v1.5.0 |
673 | 2025-01-25T04:37:34.770Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-25T04:37:34.915Z | Compiling slab v0.4.9 |
675 | 2025-01-25T04:37:35.025Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-25T04:37:35.169Z | Compiling log v0.4.22 |
677 | 2025-01-25T04:37:35.328Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-25T04:37:35.393Z | Compiling socket2 v0.5.7 |
679 | 2025-01-25T04:37:35.401Z | Compiling signal-hook-registry v1.4.2 |
680 | 2025-01-25T04:37:35.627Z | Compiling mio v1.0.2 |
681 | 2025-01-25T04:37:35.631Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-25T04:37:35.680Z | Compiling ring v0.17.8 |
683 | 2025-01-25T04:37:35.687Z | Compiling hashbrown v0.15.1 |
684 | 2025-01-25T04:37:35.949Z | Compiling equivalent v1.0.1 |
685 | 2025-01-25T04:37:36.066Z | Compiling semver v1.0.24 |
686 | 2025-01-25T04:37:36.559Z | Compiling fnv v1.0.7 |
687 | 2025-01-25T04:37:36.759Z | Compiling http v1.2.0 |
688 | 2025-01-25T04:37:36.905Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-25T04:37:37.029Z | Compiling futures-io v0.3.31 |
690 | 2025-01-25T04:37:37.076Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-25T04:37:37.147Z | Compiling futures-task v0.3.31 |
692 | 2025-01-25T04:37:37.345Z | Compiling vcpkg v0.2.15 |
693 | 2025-01-25T04:37:37.348Z | Compiling spin v0.9.8 |
694 | 2025-01-25T04:37:37.373Z | Compiling rustls-pki-types v1.10.0 |
695 | 2025-01-25T04:37:37.380Z | Compiling pkg-config v0.3.31 |
696 | 2025-01-25T04:37:37.588Z | Compiling httparse v1.9.5 |
697 | 2025-01-25T04:37:38.228Z | Compiling heck v0.5.0 |
698 | 2025-01-25T04:37:38.391Z | Compiling litemap v0.7.3 |
699 | 2025-01-25T04:37:38.608Z | Compiling untrusted v0.9.0 |
700 | 2025-01-25T04:37:38.790Z | Compiling iana-time-zone v0.1.61 |
701 | 2025-01-25T04:37:38.808Z | Compiling writeable v0.5.5 |
702 | 2025-01-25T04:37:38.832Z | Compiling openssl-sys v0.9.103 |
703 | 2025-01-25T04:37:39.456Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-25T04:37:39.528Z | Compiling atomic-waker v1.1.2 |
705 | 2025-01-25T04:37:39.639Z | Compiling dyn-clone v1.0.17 |
706 | 2025-01-25T04:37:39.790Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-25T04:37:39.897Z | Compiling http-body v1.0.1 |
708 | 2025-01-25T04:37:40.210Z | Compiling tracing v0.1.40 |
709 | 2025-01-25T04:37:40.458Z | Compiling icu_locid_transform_data v1.5.0 |
710 | 2025-01-25T04:37:40.557Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-25T04:37:40.831Z | Compiling subtle v2.6.1 |
712 | 2025-01-25T04:37:40.860Z | Compiling try-lock v0.2.5 |
713 | 2025-01-25T04:37:41.016Z | Compiling zeroize v1.8.1 |
714 | 2025-01-25T04:37:41.109Z | Compiling want v0.3.1 |
715 | 2025-01-25T04:37:41.243Z | Compiling chrono v0.4.39 |
716 | 2025-01-25T04:37:41.353Z | Compiling icu_properties_data v1.5.0 |
717 | 2025-01-25T04:37:41.382Z | Compiling openssl v0.10.66 |
718 | 2025-01-25T04:37:41.537Z | Compiling synstructure v0.13.1 |
719 | 2025-01-25T04:37:41.578Z | Compiling serde_derive_internals v0.29.1 |
720 | 2025-01-25T04:37:41.672Z | Compiling foreign-types-shared v0.1.1 |
721 | 2025-01-25T04:37:41.777Z | Compiling uuid v1.12.0 |
722 | 2025-01-25T04:37:41.927Z | Compiling httpdate v1.0.3 |
723 | 2025-01-25T04:37:42.658Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-25T04:37:42.798Z | Compiling write16 v1.0.0 |
725 | 2025-01-25T04:37:42.934Z | Compiling icu_normalizer_data v1.5.0 |
726 | 2025-01-25T04:37:43.004Z | Compiling rustls v0.23.19 |
727 | 2025-01-25T04:37:43.332Z | Compiling slog v2.7.0 |
728 | 2025-01-25T04:37:43.348Z | Compiling utf8_iter v1.0.4 |
729 | 2025-01-25T04:37:43.534Z | Compiling bitflags v2.6.0 |
730 | 2025-01-25T04:37:43.623Z | Compiling native-tls v0.2.12 |
731 | 2025-01-25T04:37:43.804Z | Compiling utf16_iter v1.0.5 |
732 | 2025-01-25T04:37:43.916Z | Compiling tower-service v0.3.3 |
733 | 2025-01-25T04:37:43.994Z | Compiling percent-encoding v2.3.1 |
734 | 2025-01-25T04:37:44.088Z | Compiling aho-corasick v1.1.3 |
735 | 2025-01-25T04:37:44.181Z | Compiling form_urlencoded v1.2.1 |
736 | 2025-01-25T04:37:44.376Z | Compiling regex-syntax v0.8.5 |
737 | 2025-01-25T04:37:44.444Z | Compiling typenum v1.17.0 |
738 | 2025-01-25T04:37:45.326Z | Compiling openssl-probe v0.1.5 |
739 | 2025-01-25T04:37:45.796Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-25T04:37:45.813Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-25T04:37:46.328Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-25T04:37:46.511Z | Compiling zerofrom-derive v0.1.4 |
743 | 2025-01-25T04:37:46.648Z | Compiling schemars_derive v0.8.21 |
744 | 2025-01-25T04:37:47.708Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-25T04:37:49.061Z | Compiling yoke-derive v0.7.4 |
746 | 2025-01-25T04:37:49.179Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-25T04:37:49.292Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-25T04:37:49.447Z | Compiling futures-macro v0.3.31 |
749 | 2025-01-25T04:37:49.723Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-25T04:37:49.783Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-25T04:37:50.627Z | Compiling tokio v1.43.0 |
752 | 2025-01-25T04:37:51.196Z | Compiling futures-util v0.3.31 |
753 | 2025-01-25T04:37:51.305Z | Compiling icu_provider_macros v1.5.0 |
754 | 2025-01-25T04:37:51.359Z | Compiling yoke v0.7.4 |
755 | 2025-01-25T04:37:51.649Z | Compiling pest v2.7.14 |
756 | 2025-01-25T04:37:51.707Z | Compiling zerovec v0.10.4 |
757 | 2025-01-25T04:37:52.435Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-25T04:37:54.561Z | Compiling tinystr v0.7.6 |
759 | 2025-01-25T04:37:54.952Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-25T04:37:57.063Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-25T04:37:57.688Z | Compiling pest_meta v2.7.14 |
762 | 2025-01-25T04:37:57.885Z | Compiling hashbrown v0.14.5 |
763 | 2025-01-25T04:37:59.058Z | Compiling indexmap v2.7.0 |
764 | 2025-01-25T04:38:00.565Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-25T04:38:01.418Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-25T04:38:01.713Z | Compiling icu_locid_transform v1.5.0 |
767 | 2025-01-25T04:38:02.375Z | Compiling h2 v0.4.6 |
768 | 2025-01-25T04:38:02.392Z | Compiling icu_collections v1.5.0 |
769 | 2025-01-25T04:38:04.559Z | Compiling icu_properties v1.5.1 |
770 | 2025-01-25T04:38:07.502Z | Compiling pest_generator v2.7.14 |
771 | 2025-01-25T04:38:08.157Z | Compiling hyper v1.5.2 |
772 | 2025-01-25T04:38:09.088Z | Compiling regress v0.10.1 |
773 | 2025-01-25T04:38:09.232Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-25T04:38:10.779Z | Compiling pest_derive v2.7.14 |
775 | 2025-01-25T04:38:11.665Z | Compiling hyper-util v0.1.10 |
776 | 2025-01-25T04:38:13.686Z | Compiling typify-impl v0.2.0 |
777 | 2025-01-25T04:38:15.453Z | Compiling icu_normalizer v1.5.0 |
778 | 2025-01-25T04:38:19.470Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-25T04:38:19.899Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-25T04:38:20.431Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-25T04:38:20.831Z | Compiling generic-array v0.14.7 |
782 | 2025-01-25T04:38:20.894Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-25T04:38:21.209Z | Compiling mime v0.3.17 |
784 | 2025-01-25T04:38:23.337Z | Compiling tokio-native-tls v0.3.1 |
785 | 2025-01-25T04:38:23.424Z | Compiling idna v1.0.3 |
786 | 2025-01-25T04:38:23.628Z | Compiling serde_urlencoded v0.7.1 |
787 | 2025-01-25T04:38:24.026Z | Compiling typify-macro v0.2.0 |
788 | 2025-01-25T04:38:24.180Z | Compiling scroll_derive v0.12.0 |
789 | 2025-01-25T04:38:25.469Z | Compiling regex v1.11.1 |
790 | 2025-01-25T04:38:25.637Z | Compiling tokio-rustls v0.26.0 |
791 | 2025-01-25T04:38:26.114Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-25T04:38:26.319Z | Compiling rustls-pemfile v2.2.0 |
793 | 2025-01-25T04:38:26.785Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-25T04:38:27.183Z | Compiling base64 v0.22.1 |
795 | 2025-01-25T04:38:27.506Z | Compiling powerfmt v0.2.0 |
796 | 2025-01-25T04:38:27.971Z | Compiling time-core v0.1.2 |
797 | 2025-01-25T04:38:28.139Z | Compiling num-conv v0.1.0 |
798 | 2025-01-25T04:38:28.277Z | Compiling deranged v0.3.11 |
799 | 2025-01-25T04:38:28.403Z | Compiling time-macros v0.2.18 |
800 | 2025-01-25T04:38:29.400Z | Compiling hyper-rustls v0.27.3 |
801 | 2025-01-25T04:38:29.927Z | Compiling scroll v0.12.0 |
802 | 2025-01-25T04:38:31.020Z | Compiling url v2.5.3 |
803 | 2025-01-25T04:38:31.738Z | Compiling hyper-tls v0.6.0 |
804 | 2025-01-25T04:38:32.378Z | Compiling thread-id v4.2.2 |
805 | 2025-01-25T04:38:32.388Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-25T04:38:33.834Z | Compiling dof v0.3.0 |
807 | 2025-01-25T04:38:34.630Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-25T04:38:36.124Z | Compiling omicron-workspace-hack v0.1.0 |
809 | 2025-01-25T04:38:36.453Z | Compiling num_threads v0.1.7 |
810 | 2025-01-25T04:38:36.575Z | Compiling ipnet v2.10.1 |
811 | 2025-01-25T04:38:38.269Z | Compiling syn v1.0.109 |
812 | 2025-01-25T04:38:38.819Z | Compiling ident_case v1.0.1 |
813 | 2025-01-25T04:38:38.993Z | Compiling strsim v0.11.1 |
814 | 2025-01-25T04:38:39.591Z | Compiling crossbeam-utils v0.8.20 |
815 | 2025-01-25T04:38:39.613Z | Compiling plain v0.2.3 |
816 | 2025-01-25T04:38:40.357Z | Compiling goblin v0.8.2 |
817 | 2025-01-25T04:38:40.709Z | Compiling darling_core v0.20.10 |
818 | 2025-01-25T04:38:40.979Z | Compiling time v0.3.36 |
819 | 2025-01-25T04:38:44.087Z | Compiling reqwest v0.12.9 |
820 | 2025-01-25T04:38:50.994Z | Compiling typify v0.2.0 |
821 | 2025-01-25T04:38:51.006Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-25T04:38:51.441Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-25T04:38:52.937Z | Compiling newtype-uuid v1.2.1 |
824 | 2025-01-25T04:38:53.281Z | Compiling rustls v0.22.4 |
825 | 2025-01-25T04:38:53.591Z | Compiling pretty-hex v0.4.1 |
826 | 2025-01-25T04:38:53.828Z | Compiling rustversion v1.0.17 |
827 | 2025-01-25T04:38:54.445Z | Compiling unsafe-libyaml v0.2.11 |
828 | 2025-01-25T04:38:54.815Z | Compiling paste v1.0.15 |
829 | 2025-01-25T04:38:55.368Z | Compiling progenitor-impl v0.8.0 |
830 | 2025-01-25T04:38:56.054Z | Compiling serde_yaml v0.9.34+deprecated |
831 | 2025-01-25T04:38:59.491Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-25T04:38:59.877Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-25T04:39:02.862Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-25T04:39:03.072Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-25T04:39:03.100Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-25T04:39:03.368Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-25T04:39:03.537Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-25T04:39:03.598Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-25T04:39:04.201Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-25T04:39:04.386Z | Compiling rand_core v0.6.4 |
841 | 2025-01-25T04:39:04.549Z | Compiling thread_local v1.1.8 |
842 | 2025-01-25T04:39:04.864Z | Compiling multer v3.1.0 |
843 | 2025-01-25T04:39:05.207Z | Compiling thiserror v2.0.11 |
844 | 2025-01-25T04:39:05.234Z | Compiling anyhow v1.0.95 |
845 | 2025-01-25T04:39:05.783Z | Compiling match_cfg v0.1.0 |
846 | 2025-01-25T04:39:05.820Z | Compiling slog-async v2.8.0 |
847 | 2025-01-25T04:39:05.866Z | Compiling winnow v0.6.20 |
848 | 2025-01-25T04:39:05.919Z | Compiling either v1.13.0 |
849 | 2025-01-25T04:39:06.308Z | Compiling camino v1.1.9 |
850 | 2025-01-25T04:39:06.366Z | Compiling itertools v0.10.5 |
851 | 2025-01-25T04:39:06.733Z | Compiling structmeta v0.3.0 |
852 | 2025-01-25T04:39:06.954Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
853 | 2025-01-25T04:39:07.084Z | Compiling hostname v0.3.1 |
854 | 2025-01-25T04:39:07.561Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-25T04:39:08.078Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-25T04:39:08.106Z | Compiling digest v0.10.7 |
857 | 2025-01-25T04:39:08.504Z | Compiling crossbeam-channel v0.5.13 |
858 | 2025-01-25T04:39:09.244Z | Compiling progenitor-macro v0.8.0 |
859 | 2025-01-25T04:39:09.273Z | Compiling darling v0.20.10 |
860 | 2025-01-25T04:39:09.376Z | Compiling toml_edit v0.22.22 |
861 | 2025-01-25T04:39:10.092Z | Compiling term v0.7.0 |
862 | 2025-01-25T04:39:16.915Z | Compiling usdt-attr-macro v0.5.0 |
863 | 2025-01-25T04:39:18.308Z | Compiling usdt-macro v0.5.0 |
864 | 2025-01-25T04:39:18.533Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-25T04:39:19.739Z | Compiling slog-json v2.6.1 |
866 | 2025-01-25T04:39:19.761Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-25T04:39:19.838Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-25T04:39:20.315Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-25T04:39:20.654Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-25T04:39:20.784Z | Compiling memmap v0.7.0 |
871 | 2025-01-25T04:39:21.116Z | Compiling dropshot v0.15.1 |
872 | 2025-01-25T04:39:21.288Z | Compiling take_mut v0.2.2 |
873 | 2025-01-25T04:39:21.358Z | Compiling cpufeatures v0.2.14 |
874 | 2025-01-25T04:39:21.454Z | Compiling sha1 v0.10.6 |
875 | 2025-01-25T04:39:22.274Z | Compiling async-stream v0.3.6 |
876 | 2025-01-25T04:39:22.621Z | Compiling usdt v0.5.0 |
877 | 2025-01-25T04:39:23.515Z | Compiling slog-term v2.9.1 |
878 | 2025-01-25T04:39:24.094Z | Compiling progenitor v0.8.0 |
879 | 2025-01-25T04:39:24.276Z | Compiling futures v0.3.31 |
880 | 2025-01-25T04:39:24.384Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-25T04:39:24.753Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-25T04:39:24.881Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-25T04:39:25.195Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-25T04:39:26.320Z | Compiling toml v0.8.19 |
885 | 2025-01-25T04:39:26.380Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-25T04:39:26.917Z | Compiling rand v0.8.5 |
887 | 2025-01-25T04:39:29.201Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-25T04:39:31.431Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-25T04:39:31.690Z | Compiling serde_path_to_error v0.1.16 |
890 | 2025-01-25T04:39:32.663Z | Compiling hex v0.4.3 |
891 | 2025-01-25T04:39:32.789Z | Compiling async-trait v0.1.83 |
892 | 2025-01-25T04:39:32.910Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-25T04:39:33.288Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-25T04:39:33.589Z | Compiling hostname v0.4.0 |
895 | 2025-01-25T04:39:33.598Z | Compiling instant v0.1.13 |
896 | 2025-01-25T04:39:33.706Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-25T04:39:33.727Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2025-01-25T04:39:33.760Z | Compiling backoff v0.4.0 |
899 | 2025-01-25T04:39:33.849Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
900 | 2025-01-25T04:39:33.927Z | Compiling parse-display v0.10.0 |
901 | 2025-01-25T04:39:34.074Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-25T04:39:34.115Z | Compiling strum v0.26.3 |
903 | 2025-01-25T04:39:34.296Z | Compiling serde_with v3.11.0 |
904 | 2025-01-25T04:39:34.916Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-25T04:39:35.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-25T04:39:35.905Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-25T04:39:36.405Z | Compiling regress v0.9.1 |
908 | 2025-01-25T04:39:36.943Z | Compiling macaddr v1.0.1 |
909 | 2025-01-25T04:39:42.240Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-25T04:39:53.536Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-25T04:40:03.377Z | Finished `release` profile [optimized] target(s) in 2m 31s |
912 | 2025-01-25T04:40:03.448Z | process exited: duration 219490 ms, exit code 0 |
|
913 | 2025-01-25T04:40:03.458Z | found 0 output files |