|
|
|
1 | 2024-11-20T23:20:53.147Z | job assigned to worker 01JD5Y010Z4TT6KXKP9PVMEW9H [factory aws, i-0c1f1c3dd41b1daca] (queued for 1 m 9 s) |
|
2 | 2024-11-20T23:21:01.639Z | starting task 0: "setup" |
3 | 2024-11-20T23:21:01.646Z | ++ uname -s |
4 | 2024-11-20T23:21:01.652Z | + kern=SunOS |
5 | 2024-11-20T23:21:01.652Z | + case "$kern" in |
6 | 2024-11-20T23:21:01.652Z | + groupadd -g 12345 build |
7 | 2024-11-20T23:21:01.652Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-20T23:21:03.657Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-20T23:21:03.768Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-20T23:21:03.771Z | + home_fs=zfs |
11 | 2024-11-20T23:21:03.771Z | + [[ zfs == autofs ]] |
12 | 2024-11-20T23:21:03.771Z | + mkdir -p /home/build |
13 | 2024-11-20T23:21:03.773Z | + chown build:build /home/build /work |
14 | 2024-11-20T23:21:05.774Z | + chmod 0700 /home/build /work |
15 | 2024-11-20T23:21:05.777Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-11-20T23:21:05.782Z | starting task 1: "rust-toolchain" |
17 | 2024-11-20T23:21:05.788Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-20T23:21:05.788Z | ' 1.81.0 |
19 | 2024-11-20T23:21:05.788Z | * toolchain channel = "1.81.0" |
20 | 2024-11-20T23:21:05.788Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-20T23:21:05.788Z | ' default |
22 | 2024-11-20T23:21:05.788Z | * toolchain profile = "default" |
23 | 2024-11-20T23:21:05.790Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-20T23:21:05.790Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-20T23:21:05.894Z | info: downloading installer |
26 | 2024-11-20T23:21:07.102Z | info: profile set to 'default' |
27 | 2024-11-20T23:21:07.102Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-20T23:21:07.105Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-20T23:21:07.239Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-20T23:21:07.239Z | info: downloading component 'cargo' |
31 | 2024-11-20T23:21:07.925Z | info: downloading component 'clippy' |
32 | 2024-11-20T23:21:08.178Z | info: downloading component 'rust-docs' |
33 | 2024-11-20T23:21:09.132Z | info: downloading component 'rust-std' |
34 | 2024-11-20T23:21:10.612Z | info: downloading component 'rustc' |
35 | 2024-11-20T23:21:15.923Z | info: downloading component 'rustfmt' |
36 | 2024-11-20T23:21:16.126Z | info: installing component 'cargo' |
37 | 2024-11-20T23:21:16.922Z | info: installing component 'clippy' |
38 | 2024-11-20T23:21:17.280Z | info: installing component 'rust-docs' |
39 | 2024-11-20T23:21:18.893Z | info: installing component 'rust-std' |
40 | 2024-11-20T23:21:20.739Z | info: installing component 'rustc' |
41 | 2024-11-20T23:21:26.209Z | info: installing component 'rustfmt' |
42 | 2024-11-20T23:21:26.578Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-20T23:21:26.578Z | |
44 | 2024-11-20T23:21:26.902Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-20T23:21:26.902Z | |
46 | 2024-11-20T23:21:26.906Z | |
47 | 2024-11-20T23:21:26.906Z | Rust is installed now. Great! |
48 | 2024-11-20T23:21:26.907Z | |
49 | 2024-11-20T23:21:26.907Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-20T23:21:26.907Z | environment variable. This has not been done automatically. |
51 | 2024-11-20T23:21:26.907Z | |
52 | 2024-11-20T23:21:26.907Z | To configure your current shell, you need to source |
53 | 2024-11-20T23:21:26.907Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-20T23:21:26.907Z | |
55 | 2024-11-20T23:21:26.907Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-20T23:21:26.907Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-20T23:21:26.907Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-20T23:21:26.971Z | + rustc --version |
59 | 2024-11-20T23:21:27.039Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-20T23:21:27.046Z | process exited: duration 21252 ms, exit code 0 |
|
61 | 2024-11-20T23:21:27.054Z | starting task 2: "authentication" |
62 | 2024-11-20T23:21:27.079Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-11-20T23:21:27.088Z | starting task 3: "clone repository" |
64 | 2024-11-20T23:21:27.103Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-20T23:21:27.119Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-20T23:21:28.748Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-20T23:21:36.370Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-20T23:21:36.370Z | + git fetch origin 6f0440768f2de2ffb4190db043fa9074accaa58c |
69 | 2024-11-20T23:21:36.655Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-20T23:21:36.655Z | * branch 6f0440768f2de2ffb4190db043fa9074accaa58c -> FETCH_HEAD |
71 | 2024-11-20T23:21:36.664Z | + [[ -n felixmcfelix/opte-ingot ]] |
72 | 2024-11-20T23:21:36.667Z | ++ git branch --show-current |
73 | 2024-11-20T23:21:36.669Z | + current=main |
74 | 2024-11-20T23:21:36.669Z | + [[ main != felixmcfelix/opte-ingot ]] |
75 | 2024-11-20T23:21:36.669Z | + git branch -f felixmcfelix/opte-ingot 6f0440768f2de2ffb4190db043fa9074accaa58c |
76 | 2024-11-20T23:21:36.672Z | + git checkout -f felixmcfelix/opte-ingot |
77 | 2024-11-20T23:21:36.842Z | Switched to branch 'felixmcfelix/opte-ingot' |
78 | 2024-11-20T23:21:36.844Z | + git reset --hard 6f0440768f2de2ffb4190db043fa9074accaa58c |
79 | 2024-11-20T23:21:37.010Z | HEAD is now at 6f0440768 Bump to maghmeite/main, new lab image. |
80 | 2024-11-20T23:21:37.012Z | process exited: duration 9922 ms, exit code 0 |
|
81 | 2024-11-20T23:21:37.017Z | starting task 4: "build" |
82 | 2024-11-20T23:21:37.023Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-20T23:21:37.025Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-20T23:21:37.025Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-20T23:21:37.025Z | + cargo --version |
86 | 2024-11-20T23:21:37.079Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-20T23:21:37.082Z | + rustc --version |
88 | 2024-11-20T23:21:37.141Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-20T23:21:37.144Z | + cd /tmp |
90 | 2024-11-20T23:21:37.145Z | + cargo new --lib test-project |
91 | 2024-11-20T23:21:37.201Z | Creating library `test-project` package |
92 | 2024-11-20T23:21:37.279Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-20T23:21:37.282Z | + cd test-project |
94 | 2024-11-20T23:21:37.282Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-20T23:21:37.341Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-20T23:21:37.344Z | Features: |
97 | 2024-11-20T23:21:37.344Z | - proptest |
98 | 2024-11-20T23:21:37.344Z | - test-strategy |
99 | 2024-11-20T23:21:37.344Z | - testing |
100 | 2024-11-20T23:21:37.344Z | Updating crates.io index |
101 | 2024-11-20T23:21:37.399Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-20T23:21:38.201Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-20T23:21:38.617Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-20T23:21:39.022Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-20T23:21:40.236Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-20T23:21:40.239Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-20T23:21:40.239Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-20T23:21:40.239Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-20T23:21:40.241Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-20T23:21:40.241Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-20T23:21:40.241Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-20T23:21:40.241Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-20T23:21:40.241Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-20T23:21:40.241Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-20T23:21:40.244Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-20T23:21:40.244Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-20T23:21:40.246Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-20T23:21:40.252Z | Adding rustls v0.22.4 (latest: v0.23.17) |
119 | 2024-11-20T23:21:40.254Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-20T23:21:40.257Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-20T23:21:40.257Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-20T23:21:40.259Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-20T23:21:40.259Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-20T23:21:40.260Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-20T23:21:40.262Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-20T23:21:40.262Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-20T23:21:40.262Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-20T23:21:40.262Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-20T23:21:40.262Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-20T23:21:40.262Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-20T23:21:40.262Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-20T23:21:40.262Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-20T23:21:40.337Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-20T23:21:40.341Z | + cargo check |
135 | 2024-11-20T23:21:40.510Z | Updating crates.io index |
136 | 2024-11-20T23:21:41.228Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-20T23:21:44.868Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-20T23:21:47.486Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-20T23:21:48.662Z | Downloading crates ... |
140 | 2024-11-20T23:21:48.758Z | Downloaded equivalent v1.0.1 |
141 | 2024-11-20T23:21:48.760Z | Downloaded darling_macro v0.20.10 |
142 | 2024-11-20T23:21:48.765Z | Downloaded hashbrown v0.14.5 |
143 | 2024-11-20T23:21:48.771Z | Downloaded thiserror-impl v1.0.69 |
144 | 2024-11-20T23:21:48.774Z | Downloaded thread-id v4.2.2 |
145 | 2024-11-20T23:21:48.777Z | Downloaded hex v0.4.3 |
146 | 2024-11-20T23:21:48.777Z | Downloaded generic-array v0.14.7 |
147 | 2024-11-20T23:21:48.777Z | Downloaded futures-sink v0.3.31 |
148 | 2024-11-20T23:21:48.780Z | Downloaded memmap v0.7.0 |
149 | 2024-11-20T23:21:48.780Z | Downloaded litemap v0.7.3 |
150 | 2024-11-20T23:21:48.782Z | Downloaded dof v0.3.0 |
151 | 2024-11-20T23:21:48.782Z | Downloaded ahash v0.8.11 |
152 | 2024-11-20T23:21:48.785Z | Downloaded async-stream v0.3.6 |
153 | 2024-11-20T23:21:48.787Z | Downloaded icu_properties v1.5.1 |
154 | 2024-11-20T23:21:48.800Z | Downloaded h2 v0.4.6 |
155 | 2024-11-20T23:21:48.807Z | Downloaded aho-corasick v1.1.3 |
156 | 2024-11-20T23:21:48.815Z | Downloaded time-macros v0.2.18 |
157 | 2024-11-20T23:21:48.818Z | Downloaded backoff v0.4.0 |
158 | 2024-11-20T23:21:48.820Z | Downloaded async-stream-impl v0.3.6 |
159 | 2024-11-20T23:21:48.825Z | Downloaded autocfg v1.4.0 |
160 | 2024-11-20T23:21:48.827Z | Downloaded tower-service v0.3.3 |
161 | 2024-11-20T23:21:48.827Z | Downloaded tinyvec_macros v0.1.1 |
162 | 2024-11-20T23:21:48.828Z | Downloaded time-core v0.1.2 |
163 | 2024-11-20T23:21:48.832Z | Downloaded cc v1.1.30 |
164 | 2024-11-20T23:21:48.836Z | Downloaded want v0.3.1 |
165 | 2024-11-20T23:21:48.838Z | Downloaded waitgroup v0.1.2 |
166 | 2024-11-20T23:21:48.838Z | Downloaded usdt-macro v0.5.0 |
167 | 2024-11-20T23:21:48.841Z | Downloaded usdt-attr-macro v0.5.0 |
168 | 2024-11-20T23:21:48.841Z | Downloaded base64 v0.22.1 |
169 | 2024-11-20T23:21:48.844Z | Downloaded toml_datetime v0.6.8 |
170 | 2024-11-20T23:21:48.846Z | Downloaded tokio-native-tls v0.3.1 |
171 | 2024-11-20T23:21:48.850Z | Downloaded thread_local v1.1.8 |
172 | 2024-11-20T23:21:48.852Z | Downloaded try-lock v0.2.5 |
173 | 2024-11-20T23:21:48.852Z | Downloaded write16 v1.0.0 |
174 | 2024-11-20T23:21:48.852Z | Downloaded crossbeam-utils v0.8.20 |
175 | 2024-11-20T23:21:48.855Z | Downloaded cpufeatures v0.2.14 |
176 | 2024-11-20T23:21:48.857Z | Downloaded deranged v0.3.11 |
177 | 2024-11-20T23:21:48.860Z | Downloaded zerofrom v0.1.4 |
178 | 2024-11-20T23:21:48.860Z | Downloaded tinystr v0.7.6 |
179 | 2024-11-20T23:21:48.862Z | Downloaded tokio-macros v2.4.0 |
180 | 2024-11-20T23:21:48.865Z | Downloaded fnv v1.0.7 |
181 | 2024-11-20T23:21:48.865Z | Downloaded crossbeam-channel v0.5.13 |
182 | 2024-11-20T23:21:48.870Z | Downloaded version_check v0.9.5 |
183 | 2024-11-20T23:21:48.873Z | Downloaded http-body v1.0.1 |
184 | 2024-11-20T23:21:48.875Z | Downloaded typify v0.2.0 |
185 | 2024-11-20T23:21:48.879Z | Downloaded openssl-macros v0.1.1 |
186 | 2024-11-20T23:21:48.879Z | Downloaded omicron-workspace-hack v0.1.0 |
187 | 2024-11-20T23:21:48.881Z | Downloaded num_threads v0.1.7 |
188 | 2024-11-20T23:21:48.881Z | Downloaded tokio-rustls v0.25.0 |
189 | 2024-11-20T23:21:48.883Z | Downloaded num-conv v0.1.0 |
190 | 2024-11-20T23:21:48.886Z | Downloaded yoke-derive v0.7.4 |
191 | 2024-11-20T23:21:48.886Z | Downloaded foreign-types-shared v0.1.1 |
192 | 2024-11-20T23:21:48.886Z | Downloaded foreign-types v0.3.2 |
193 | 2024-11-20T23:21:48.888Z | Downloaded utf16_iter v1.0.5 |
194 | 2024-11-20T23:21:48.888Z | Downloaded typify-macro v0.2.0 |
195 | 2024-11-20T23:21:48.891Z | Downloaded usdt v0.5.0 |
196 | 2024-11-20T23:21:48.891Z | Downloaded utf8_iter v1.0.4 |
197 | 2024-11-20T23:21:48.893Z | Downloaded openssl-probe v0.1.5 |
198 | 2024-11-20T23:21:48.893Z | Downloaded async-trait v0.1.83 |
199 | 2024-11-20T23:21:48.901Z | Downloaded instant v0.1.13 |
200 | 2024-11-20T23:21:48.903Z | Downloaded heck v0.5.0 |
201 | 2024-11-20T23:21:48.905Z | Downloaded hostname v0.3.1 |
202 | 2024-11-20T23:21:48.905Z | Downloaded dyn-clone v1.0.17 |
203 | 2024-11-20T23:21:48.907Z | Downloaded dtrace-parser v0.2.0 |
204 | 2024-11-20T23:21:48.910Z | Downloaded dirs-sys-next v0.1.2 |
205 | 2024-11-20T23:21:48.910Z | Downloaded usdt-impl v0.5.0 |
206 | 2024-11-20T23:21:48.912Z | Downloaded crypto-common v0.1.6 |
207 | 2024-11-20T23:21:48.912Z | Downloaded block-buffer v0.10.4 |
208 | 2024-11-20T23:21:48.914Z | Downloaded atomic-waker v1.1.2 |
209 | 2024-11-20T23:21:48.918Z | Downloaded tinyvec v1.8.0 |
210 | 2024-11-20T23:21:48.921Z | Downloaded pretty-hex v0.4.1 |
211 | 2024-11-20T23:21:48.921Z | Downloaded ident_case v1.0.1 |
212 | 2024-11-20T23:21:48.921Z | Downloaded match_cfg v0.1.0 |
213 | 2024-11-20T23:21:48.925Z | Downloaded icu_provider_macros v1.5.0 |
214 | 2024-11-20T23:21:48.925Z | Downloaded http-body-util v0.1.2 |
215 | 2024-11-20T23:21:48.930Z | Downloaded take_mut v0.2.2 |
216 | 2024-11-20T23:21:48.930Z | Downloaded time v0.3.36 |
217 | 2024-11-20T23:21:48.933Z | Downloaded zerovec-derive v0.10.3 |
218 | 2024-11-20T23:21:48.936Z | Downloaded zeroize v1.8.1 |
219 | 2024-11-20T23:21:48.936Z | Downloaded percent-encoding v2.3.1 |
220 | 2024-11-20T23:21:48.936Z | Downloaded newtype-uuid v1.1.3 |
221 | 2024-11-20T23:21:48.939Z | Downloaded zerofrom-derive v0.1.4 |
222 | 2024-11-20T23:21:48.939Z | Downloaded untrusted v0.9.0 |
223 | 2024-11-20T23:21:48.942Z | Downloaded mime v0.3.17 |
224 | 2024-11-20T23:21:48.942Z | Downloaded dirs-next v2.0.0 |
225 | 2024-11-20T23:21:48.945Z | Downloaded writeable v0.5.5 |
226 | 2024-11-20T23:21:48.945Z | Downloaded digest v0.10.7 |
227 | 2024-11-20T23:21:48.947Z | Downloaded tokio-rustls v0.26.0 |
228 | 2024-11-20T23:21:48.952Z | Downloaded ppv-lite86 v0.2.20 |
229 | 2024-11-20T23:21:48.953Z | Downloaded pest_generator v2.7.14 |
230 | 2024-11-20T23:21:48.955Z | Downloaded powerfmt v0.2.0 |
231 | 2024-11-20T23:21:48.955Z | Downloaded is-terminal v0.4.13 |
232 | 2024-11-20T23:21:48.955Z | Downloaded futures-macro v0.3.31 |
233 | 2024-11-20T23:21:48.955Z | Downloaded form_urlencoded v1.2.1 |
234 | 2024-11-20T23:21:48.955Z | Downloaded pkg-config v0.3.31 |
235 | 2024-11-20T23:21:48.960Z | Downloaded rand_chacha v0.3.1 |
236 | 2024-11-20T23:21:48.960Z | Downloaded parse-display-derive v0.10.0 |
237 | 2024-11-20T23:21:48.960Z | Downloaded paste v1.0.15 |
238 | 2024-11-20T23:21:48.962Z | Downloaded unicode-ident v1.0.13 |
239 | 2024-11-20T23:21:48.965Z | Downloaded httparse v1.9.5 |
240 | 2024-11-20T23:21:48.968Z | Downloaded rand_core v0.6.4 |
241 | 2024-11-20T23:21:48.971Z | Downloaded progenitor-macro v0.8.0 |
242 | 2024-11-20T23:21:48.971Z | Downloaded itoa v1.0.11 |
243 | 2024-11-20T23:21:48.976Z | Downloaded quinn-udp v0.5.5 |
244 | 2024-11-20T23:21:48.977Z | Downloaded strum v0.26.3 |
245 | 2024-11-20T23:21:48.979Z | Downloaded typenum v1.17.0 |
246 | 2024-11-20T23:21:48.979Z | Downloaded tracing-core v0.1.32 |
247 | 2024-11-20T23:21:48.979Z | Downloaded toml v0.8.19 |
248 | 2024-11-20T23:21:48.985Z | Downloaded sync_wrapper v1.0.1 |
249 | 2024-11-20T23:21:48.988Z | Downloaded synstructure v0.13.1 |
250 | 2024-11-20T23:21:48.988Z | Downloaded structmeta-derive v0.3.0 |
251 | 2024-11-20T23:21:48.988Z | Downloaded progenitor v0.8.0 |
252 | 2024-11-20T23:21:48.988Z | Downloaded parse-display v0.10.0 |
253 | 2024-11-20T23:21:48.991Z | Downloaded hyper-tls v0.6.0 |
254 | 2024-11-20T23:21:48.991Z | Downloaded native-tls v0.2.12 |
255 | 2024-11-20T23:21:48.994Z | Downloaded slog-json v2.6.1 |
256 | 2024-11-20T23:21:48.994Z | Downloaded slog-async v2.8.0 |
257 | 2024-11-20T23:21:49.000Z | Downloaded macaddr v1.0.1 |
258 | 2024-11-20T23:21:49.000Z | Downloaded shlex v1.3.0 |
259 | 2024-11-20T23:21:49.000Z | Downloaded once_cell v1.20.2 |
260 | 2024-11-20T23:21:49.003Z | Downloaded uuid v1.11.0 |
261 | 2024-11-20T23:21:49.006Z | Downloaded scopeguard v1.2.0 |
262 | 2024-11-20T23:21:49.006Z | Downloaded ipnetwork v0.20.0 |
263 | 2024-11-20T23:21:49.011Z | Downloaded structmeta v0.3.0 |
264 | 2024-11-20T23:21:49.011Z | Downloaded schemars_derive v0.8.21 |
265 | 2024-11-20T23:21:49.011Z | Downloaded serde_spanned v0.6.8 |
266 | 2024-11-20T23:21:49.011Z | Downloaded rustversion v1.0.17 |
267 | 2024-11-20T23:21:49.014Z | Downloaded pest_derive v2.7.14 |
268 | 2024-11-20T23:21:49.016Z | Downloaded zerocopy-derive v0.7.35 |
269 | 2024-11-20T23:21:49.021Z | Downloaded subtle v2.6.1 |
270 | 2024-11-20T23:21:49.024Z | Downloaded sha1 v0.10.6 |
271 | 2024-11-20T23:21:49.024Z | Downloaded tracing v0.1.40 |
272 | 2024-11-20T23:21:49.027Z | Downloaded term v0.7.0 |
273 | 2024-11-20T23:21:49.030Z | Downloaded serde_urlencoded v0.7.1 |
274 | 2024-11-20T23:21:49.033Z | Downloaded slab v0.4.9 |
275 | 2024-11-20T23:21:49.038Z | Downloaded iana-time-zone v0.1.61 |
276 | 2024-11-20T23:21:49.038Z | Downloaded hyper-rustls v0.27.3 |
277 | 2024-11-20T23:21:49.040Z | Downloaded spin v0.9.8 |
278 | 2024-11-20T23:21:49.043Z | Downloaded slog-term v2.9.1 |
279 | 2024-11-20T23:21:49.043Z | Downloaded parking_lot v0.12.3 |
280 | 2024-11-20T23:21:49.048Z | Downloaded serde_tokenstream v0.2.2 |
281 | 2024-11-20T23:21:49.048Z | Downloaded parking_lot_core v0.9.10 |
282 | 2024-11-20T23:21:49.051Z | Downloaded dropshot_endpoint v0.13.0 |
283 | 2024-11-20T23:21:49.053Z | Downloaded thiserror v1.0.69 |
284 | 2024-11-20T23:21:49.056Z | Downloaded stable_deref_trait v1.2.0 |
285 | 2024-11-20T23:21:49.059Z | Downloaded proc-macro2 v1.0.89 |
286 | 2024-11-20T23:21:49.063Z | Downloaded progenitor-impl v0.8.0 |
287 | 2024-11-20T23:21:49.066Z | Downloaded pest_meta v2.7.14 |
288 | 2024-11-20T23:21:49.066Z | Downloaded rustc-hash v2.0.0 |
289 | 2024-11-20T23:21:49.066Z | Downloaded slog v2.7.0 |
290 | 2024-11-20T23:21:49.069Z | Downloaded rustls-pemfile v2.2.0 |
291 | 2024-11-20T23:21:49.072Z | Downloaded serde_derive_internals v0.29.1 |
292 | 2024-11-20T23:21:49.075Z | Downloaded unsafe-libyaml v0.2.11 |
293 | 2024-11-20T23:21:49.078Z | Downloaded serde_with_macros v3.11.0 |
294 | 2024-11-20T23:21:49.078Z | Downloaded scroll v0.12.0 |
295 | 2024-11-20T23:21:49.080Z | Downloaded lock_api v0.4.12 |
296 | 2024-11-20T23:21:49.081Z | Downloaded strum_macros v0.26.4 |
297 | 2024-11-20T23:21:49.083Z | Downloaded smallvec v1.13.2 |
298 | 2024-11-20T23:21:49.086Z | Downloaded icu_locid v1.5.0 |
299 | 2024-11-20T23:21:49.090Z | Downloaded log v0.4.22 |
300 | 2024-11-20T23:21:49.092Z | Downloaded icu_locid_transform_data v1.5.0 |
301 | 2024-11-20T23:21:49.096Z | Downloaded icu_normalizer v1.5.0 |
302 | 2024-11-20T23:21:49.099Z | Downloaded quinn v0.11.5 |
303 | 2024-11-20T23:21:49.102Z | Downloaded hyper-util v0.1.10 |
304 | 2024-11-20T23:21:49.106Z | Downloaded mio v1.0.2 |
305 | 2024-11-20T23:21:49.111Z | Downloaded socket2 v0.5.7 |
306 | 2024-11-20T23:21:49.113Z | Downloaded ipnet v2.10.1 |
307 | 2024-11-20T23:21:49.116Z | Downloaded openssl-sys v0.9.103 |
308 | 2024-11-20T23:21:49.120Z | Downloaded sha2 v0.10.8 |
309 | 2024-11-20T23:21:49.123Z | Downloaded ryu v1.0.18 |
310 | 2024-11-20T23:21:49.125Z | Downloaded semver v1.0.23 |
311 | 2024-11-20T23:21:49.128Z | Downloaded icu_provider v1.5.0 |
312 | 2024-11-20T23:21:49.130Z | Downloaded allocator-api2 v0.2.18 |
313 | 2024-11-20T23:21:49.133Z | Downloaded rand v0.8.5 |
314 | 2024-11-20T23:21:49.137Z | Downloaded tokio-util v0.7.12 |
315 | 2024-11-20T23:21:49.144Z | Downloaded rustls-pki-types v1.9.0 |
316 | 2024-11-20T23:21:49.147Z | Downloaded anyhow v1.0.93 |
317 | 2024-11-20T23:21:49.150Z | Downloaded zerovec v0.10.4 |
318 | 2024-11-20T23:21:49.156Z | Downloaded icu_normalizer_data v1.5.0 |
319 | 2024-11-20T23:21:49.159Z | Downloaded zerocopy v0.7.35 |
320 | 2024-11-20T23:21:49.175Z | Downloaded serde_derive v1.0.215 |
321 | 2024-11-20T23:21:49.177Z | Downloaded pest v2.7.14 |
322 | 2024-11-20T23:21:49.182Z | Downloaded indexmap v1.9.3 |
323 | 2024-11-20T23:21:49.185Z | Downloaded indexmap v2.6.0 |
324 | 2024-11-20T23:21:49.189Z | Downloaded bytes v1.8.0 |
325 | 2024-11-20T23:21:49.198Z | Downloaded schemars v0.8.21 |
326 | 2024-11-20T23:21:49.205Z | Downloaded serde v1.0.215 |
327 | 2024-11-20T23:21:49.209Z | Downloaded hashbrown v0.12.3 |
328 | 2024-11-20T23:21:49.213Z | Downloaded memchr v2.7.4 |
329 | 2024-11-20T23:21:49.218Z | Downloaded reqwest v0.12.9 |
330 | 2024-11-20T23:21:49.226Z | Downloaded quinn-proto v0.11.8 |
331 | 2024-11-20T23:21:49.233Z | Downloaded vcpkg v0.2.15 |
332 | 2024-11-20T23:21:49.270Z | Downloaded http v1.1.0 |
333 | 2024-11-20T23:21:49.274Z | Downloaded openssl v0.10.66 |
334 | 2024-11-20T23:21:49.283Z | Downloaded hashbrown v0.15.0 |
335 | 2024-11-20T23:21:49.288Z | Downloaded webpki-roots v0.26.6 |
336 | 2024-11-20T23:21:49.292Z | Downloaded winnow v0.6.20 |
337 | 2024-11-20T23:21:49.303Z | Downloaded icu_collections v1.5.0 |
338 | 2024-11-20T23:21:49.306Z | Downloaded idna v1.0.3 |
339 | 2024-11-20T23:21:49.333Z | Downloaded darling_core v0.20.10 |
340 | 2024-11-20T23:21:49.334Z | Downloaded futures v0.3.31 |
341 | 2024-11-20T23:21:49.334Z | Downloaded serde_yaml v0.9.34+deprecated |
342 | 2024-11-20T23:21:49.334Z | Downloaded serde_json v1.0.132 |
343 | 2024-11-20T23:21:49.334Z | Downloaded rustls v0.22.4 |
344 | 2024-11-20T23:21:49.352Z | Downloaded regress v0.9.1 |
345 | 2024-11-20T23:21:49.374Z | Downloaded openapiv3 v2.0.0 |
346 | 2024-11-20T23:21:49.395Z | Downloaded goblin v0.8.2 |
347 | 2024-11-20T23:21:49.395Z | Downloaded regex-syntax v0.8.5 |
348 | 2024-11-20T23:21:49.395Z | Downloaded serde_with v3.11.0 |
349 | 2024-11-20T23:21:49.395Z | Downloaded rustls-webpki v0.102.8 |
350 | 2024-11-20T23:21:49.404Z | Downloaded typify-impl v0.2.0 |
351 | 2024-11-20T23:21:49.415Z | Downloaded icu_properties_data v1.5.0 |
352 | 2024-11-20T23:21:49.423Z | Downloaded regex v1.11.1 |
353 | 2024-11-20T23:21:49.435Z | Downloaded chrono v0.4.38 |
354 | 2024-11-20T23:21:49.441Z | Downloaded syn v2.0.87 |
355 | 2024-11-20T23:21:49.452Z | Downloaded hyper v1.5.0 |
356 | 2024-11-20T23:21:49.458Z | Downloaded regress v0.10.1 |
357 | 2024-11-20T23:21:49.465Z | Downloaded rustls v0.23.14 |
358 | 2024-11-20T23:21:49.477Z | Downloaded dropshot v0.13.0 |
359 | 2024-11-20T23:21:49.496Z | Downloaded futures-util v0.3.31 |
360 | 2024-11-20T23:21:49.506Z | Downloaded toml_edit v0.22.22 |
361 | 2024-11-20T23:21:49.525Z | Downloaded darling v0.20.10 |
362 | 2024-11-20T23:21:49.529Z | Downloaded url v2.5.3 |
363 | 2024-11-20T23:21:49.534Z | Downloaded serde_path_to_error v0.1.16 |
364 | 2024-11-20T23:21:49.537Z | Downloaded num-traits v0.2.19 |
365 | 2024-11-20T23:21:49.537Z | Downloaded camino v1.1.9 |
366 | 2024-11-20T23:21:49.539Z | Downloaded bitflags v2.6.0 |
367 | 2024-11-20T23:21:49.541Z | Downloaded getrandom v0.2.15 |
368 | 2024-11-20T23:21:49.544Z | Downloaded futures-executor v0.3.31 |
369 | 2024-11-20T23:21:49.547Z | Downloaded futures-channel v0.3.31 |
370 | 2024-11-20T23:21:49.547Z | Downloaded displaydoc v0.2.5 |
371 | 2024-11-20T23:21:49.550Z | Downloaded strsim v0.11.1 |
372 | 2024-11-20T23:21:49.554Z | Downloaded signal-hook-registry v1.4.2 |
373 | 2024-11-20T23:21:49.554Z | Downloaded tokio v1.40.0 |
374 | 2024-11-20T23:21:49.586Z | Downloaded quote v1.0.37 |
375 | 2024-11-20T23:21:49.589Z | Downloaded hostname v0.4.0 |
376 | 2024-11-20T23:21:49.591Z | Downloaded pin-utils v0.1.0 |
377 | 2024-11-20T23:21:49.591Z | Downloaded pin-project-lite v0.2.14 |
378 | 2024-11-20T23:21:49.595Z | Downloaded icu_locid_transform v1.5.0 |
379 | 2024-11-20T23:21:49.597Z | Downloaded multer v3.1.0 |
380 | 2024-11-20T23:21:49.599Z | Downloaded futures-io v0.3.31 |
381 | 2024-11-20T23:21:49.603Z | Downloaded futures-core v0.3.31 |
382 | 2024-11-20T23:21:49.603Z | Downloaded plain v0.2.3 |
383 | 2024-11-20T23:21:49.603Z | Downloaded ucd-trie v0.1.7 |
384 | 2024-11-20T23:21:49.607Z | Downloaded httpdate v1.0.3 |
385 | 2024-11-20T23:21:49.607Z | Downloaded debug-ignore v1.0.5 |
386 | 2024-11-20T23:21:49.607Z | Downloaded regex-automata v0.4.8 |
387 | 2024-11-20T23:21:49.620Z | Downloaded cfg-if v1.0.0 |
388 | 2024-11-20T23:21:49.623Z | Downloaded yoke v0.7.4 |
389 | 2024-11-20T23:21:49.623Z | Downloaded byteorder v1.5.0 |
390 | 2024-11-20T23:21:49.627Z | Downloaded slog-bunyan v2.5.0 |
391 | 2024-11-20T23:21:49.627Z | Downloaded scroll_derive v0.12.0 |
392 | 2024-11-20T23:21:49.627Z | Downloaded progenitor-client v0.8.0 |
393 | 2024-11-20T23:21:49.630Z | Downloaded idna_adapter v1.2.0 |
394 | 2024-11-20T23:21:49.630Z | Downloaded futures-task v0.3.31 |
395 | 2024-11-20T23:21:49.634Z | Downloaded libc v0.2.162 |
396 | 2024-11-20T23:21:49.675Z | Downloaded encoding_rs v0.8.34 |
397 | 2024-11-20T23:21:49.860Z | Downloaded ring v0.17.8 |
398 | 2024-11-20T23:21:50.197Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-20T23:21:50.197Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-20T23:21:50.197Z | Compiling libc v0.2.162 |
401 | 2024-11-20T23:21:50.197Z | Checking cfg-if v1.0.0 |
402 | 2024-11-20T23:21:50.200Z | Compiling autocfg v1.4.0 |
403 | 2024-11-20T23:21:50.200Z | Compiling serde v1.0.215 |
404 | 2024-11-20T23:21:50.222Z | Compiling version_check v0.9.5 |
405 | 2024-11-20T23:21:50.225Z | Checking memchr v2.7.4 |
406 | 2024-11-20T23:21:50.451Z | Compiling serde_json v1.0.132 |
407 | 2024-11-20T23:21:50.890Z | Checking itoa v1.0.11 |
408 | 2024-11-20T23:21:51.117Z | Compiling thiserror v1.0.69 |
409 | 2024-11-20T23:21:51.120Z | Checking once_cell v1.20.2 |
410 | 2024-11-20T23:21:51.334Z | Compiling shlex v1.3.0 |
411 | 2024-11-20T23:21:51.570Z | Compiling cc v1.1.30 |
412 | 2024-11-20T23:21:52.100Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-20T23:21:52.207Z | Compiling num-traits v0.2.19 |
414 | 2024-11-20T23:21:52.225Z | Checking smallvec v1.13.2 |
415 | 2024-11-20T23:21:52.382Z | Checking bytes v1.8.0 |
416 | 2024-11-20T23:21:52.550Z | Checking ryu v1.0.18 |
417 | 2024-11-20T23:21:52.711Z | Checking futures-core v0.3.31 |
418 | 2024-11-20T23:21:52.713Z | Compiling lock_api v0.4.12 |
419 | 2024-11-20T23:21:52.748Z | Compiling byteorder v1.5.0 |
420 | 2024-11-20T23:21:52.856Z | Checking getrandom v0.2.15 |
421 | 2024-11-20T23:21:52.889Z | Compiling parking_lot_core v0.9.10 |
422 | 2024-11-20T23:21:53.063Z | Compiling ahash v0.8.11 |
423 | 2024-11-20T23:21:53.111Z | Compiling schemars v0.8.21 |
424 | 2024-11-20T23:21:53.130Z | Checking scopeguard v1.2.0 |
425 | 2024-11-20T23:21:53.201Z | Compiling slab v0.4.9 |
426 | 2024-11-20T23:21:53.267Z | Compiling quote v1.0.37 |
427 | 2024-11-20T23:21:53.488Z | Checking futures-sink v0.3.31 |
428 | 2024-11-20T23:21:53.512Z | Checking log v0.4.22 |
429 | 2024-11-20T23:21:53.621Z | Compiling syn v2.0.87 |
430 | 2024-11-20T23:21:53.654Z | Checking signal-hook-registry v1.4.2 |
431 | 2024-11-20T23:21:53.692Z | Checking socket2 v0.5.7 |
432 | 2024-11-20T23:21:53.781Z | Checking mio v1.0.2 |
433 | 2024-11-20T23:21:53.868Z | Checking stable_deref_trait v1.2.0 |
434 | 2024-11-20T23:21:53.885Z | Checking parking_lot v0.12.3 |
435 | 2024-11-20T23:21:53.957Z | Compiling semver v1.0.23 |
436 | 2024-11-20T23:21:53.976Z | Checking equivalent v1.0.1 |
437 | 2024-11-20T23:21:54.071Z | Checking fnv v1.0.7 |
438 | 2024-11-20T23:21:54.160Z | Checking hashbrown v0.15.0 |
439 | 2024-11-20T23:21:54.179Z | Checking futures-channel v0.3.31 |
440 | 2024-11-20T23:21:54.199Z | Checking http v1.1.0 |
441 | 2024-11-20T23:21:54.199Z | Compiling ring v0.17.8 |
442 | 2024-11-20T23:21:54.234Z | Checking pin-utils v0.1.0 |
443 | 2024-11-20T23:21:54.322Z | Checking futures-task v0.3.31 |
444 | 2024-11-20T23:21:54.361Z | Checking futures-io v0.3.31 |
445 | 2024-11-20T23:21:54.494Z | Checking rustls-pki-types v1.9.0 |
446 | 2024-11-20T23:21:54.513Z | Checking spin v0.9.8 |
447 | 2024-11-20T23:21:54.532Z | Compiling vcpkg v0.2.15 |
448 | 2024-11-20T23:21:54.559Z | Compiling pkg-config v0.3.31 |
449 | 2024-11-20T23:21:54.731Z | Compiling heck v0.5.0 |
450 | 2024-11-20T23:21:55.179Z | Compiling httparse v1.9.5 |
451 | 2024-11-20T23:21:55.259Z | Compiling ucd-trie v0.1.7 |
452 | 2024-11-20T23:21:55.530Z | Checking iana-time-zone v0.1.61 |
453 | 2024-11-20T23:21:55.676Z | Checking litemap v0.7.3 |
454 | 2024-11-20T23:21:55.737Z | Checking untrusted v0.9.0 |
455 | 2024-11-20T23:21:55.785Z | Checking writeable v0.5.5 |
456 | 2024-11-20T23:21:55.936Z | Checking tracing-core v0.1.32 |
457 | 2024-11-20T23:21:55.998Z | Checking atomic-waker v1.1.2 |
458 | 2024-11-20T23:21:56.100Z | Compiling allocator-api2 v0.2.18 |
459 | 2024-11-20T23:21:56.118Z | Compiling openssl-sys v0.9.103 |
460 | 2024-11-20T23:21:56.138Z | Checking dyn-clone v1.0.17 |
461 | 2024-11-20T23:21:56.632Z | Checking tracing v0.1.40 |
462 | 2024-11-20T23:21:56.826Z | Checking http-body v1.0.1 |
463 | 2024-11-20T23:21:56.917Z | Compiling uuid v1.11.0 |
464 | 2024-11-20T23:21:56.995Z | Checking icu_locid_transform_data v1.5.0 |
465 | 2024-11-20T23:21:57.030Z | Checking subtle v2.6.1 |
466 | 2024-11-20T23:21:57.050Z | Checking zeroize v1.8.1 |
467 | 2024-11-20T23:21:57.072Z | Checking try-lock v0.2.5 |
468 | 2024-11-20T23:21:57.228Z | Checking want v0.3.1 |
469 | 2024-11-20T23:21:57.353Z | Compiling slog v2.7.0 |
470 | 2024-11-20T23:21:57.391Z | Compiling chrono v0.4.38 |
471 | 2024-11-20T23:21:57.409Z | Checking httpdate v1.0.3 |
472 | 2024-11-20T23:21:57.513Z | Compiling openssl v0.10.66 |
473 | 2024-11-20T23:21:57.635Z | Checking icu_properties_data v1.5.0 |
474 | 2024-11-20T23:21:57.757Z | Checking foreign-types-shared v0.1.1 |
475 | 2024-11-20T23:21:57.841Z | Checking foreign-types v0.3.2 |
476 | 2024-11-20T23:21:57.899Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-20T23:21:57.918Z | Checking bitflags v2.6.0 |
478 | 2024-11-20T23:21:57.936Z | Checking icu_normalizer_data v1.5.0 |
479 | 2024-11-20T23:21:58.013Z | Checking write16 v1.0.0 |
480 | 2024-11-20T23:21:58.119Z | Compiling rustls v0.23.14 |
481 | 2024-11-20T23:21:58.137Z | Checking percent-encoding v2.3.1 |
482 | 2024-11-20T23:21:58.305Z | Checking utf16_iter v1.0.5 |
483 | 2024-11-20T23:21:58.464Z | Compiling native-tls v0.2.12 |
484 | 2024-11-20T23:21:58.813Z | Compiling regex-syntax v0.8.5 |
485 | 2024-11-20T23:21:58.869Z | Compiling typenum v1.17.0 |
486 | 2024-11-20T23:21:59.059Z | Checking utf8_iter v1.0.4 |
487 | 2024-11-20T23:21:59.292Z | Checking tower-service v0.3.3 |
488 | 2024-11-20T23:21:59.446Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-20T23:21:59.818Z | Compiling generic-array v0.14.7 |
490 | 2024-11-20T23:22:00.243Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-20T23:22:01.166Z | Compiling synstructure v0.13.1 |
492 | 2024-11-20T23:22:01.216Z | Compiling serde_derive_internals v0.29.1 |
493 | 2024-11-20T23:22:02.085Z | Compiling regex-automata v0.4.8 |
494 | 2024-11-20T23:22:02.541Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-20T23:22:02.778Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-20T23:22:02.895Z | Compiling time-core v0.1.2 |
497 | 2024-11-20T23:22:03.233Z | Checking mime v0.3.17 |
498 | 2024-11-20T23:22:03.270Z | Checking powerfmt v0.2.0 |
499 | 2024-11-20T23:22:03.517Z | Compiling num-conv v0.1.0 |
500 | 2024-11-20T23:22:03.551Z | Checking deranged v0.3.11 |
501 | 2024-11-20T23:22:03.790Z | Compiling time-macros v0.2.18 |
502 | 2024-11-20T23:22:05.047Z | Compiling thread-id v4.2.2 |
503 | 2024-11-20T23:22:05.161Z | Checking webpki-roots v0.26.6 |
504 | 2024-11-20T23:22:05.337Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-11-20T23:22:05.673Z | Checking base64 v0.22.1 |
506 | 2024-11-20T23:22:05.705Z | Checking num_threads v0.1.7 |
507 | 2024-11-20T23:22:06.033Z | Compiling regex v1.11.1 |
508 | 2024-11-20T23:22:06.115Z | Compiling strsim v0.11.1 |
509 | 2024-11-20T23:22:06.134Z | Compiling serde_derive v1.0.215 |
510 | 2024-11-20T23:22:06.174Z | Compiling zerocopy-derive v0.7.35 |
511 | 2024-11-20T23:22:06.705Z | Compiling thiserror-impl v1.0.69 |
512 | 2024-11-20T23:22:06.827Z | Compiling zerofrom-derive v0.1.4 |
513 | 2024-11-20T23:22:06.965Z | Compiling schemars_derive v0.8.21 |
514 | 2024-11-20T23:22:06.995Z | Compiling tokio-macros v2.4.0 |
515 | 2024-11-20T23:22:08.038Z | Compiling yoke-derive v0.7.4 |
516 | 2024-11-20T23:22:08.197Z | Compiling zerocopy v0.7.35 |
517 | 2024-11-20T23:22:09.743Z | Checking tokio v1.40.0 |
518 | 2024-11-20T23:22:09.786Z | Compiling zerovec-derive v0.10.3 |
519 | 2024-11-20T23:22:09.869Z | Compiling futures-macro v0.3.31 |
520 | 2024-11-20T23:22:09.944Z | Compiling displaydoc v0.2.5 |
521 | 2024-11-20T23:22:09.996Z | Compiling pest v2.7.14 |
522 | 2024-11-20T23:22:10.464Z | Checking zerofrom v0.1.4 |
523 | 2024-11-20T23:22:10.644Z | Checking yoke v0.7.4 |
524 | 2024-11-20T23:22:10.969Z | Compiling icu_provider_macros v1.5.0 |
525 | 2024-11-20T23:22:11.077Z | Compiling hashbrown v0.14.5 |
526 | 2024-11-20T23:22:11.488Z | Checking rustls-webpki v0.102.8 |
527 | 2024-11-20T23:22:11.666Z | Checking futures-util v0.3.31 |
528 | 2024-11-20T23:22:12.270Z | Checking zerovec v0.10.4 |
529 | 2024-11-20T23:22:12.279Z | Compiling openssl-macros v0.1.1 |
530 | 2024-11-20T23:22:12.464Z | Compiling pest_meta v2.7.14 |
531 | 2024-11-20T23:22:12.556Z | Compiling regress v0.10.1 |
532 | 2024-11-20T23:22:14.142Z | Checking tinystr v0.7.6 |
533 | 2024-11-20T23:22:14.574Z | Checking icu_locid v1.5.0 |
534 | 2024-11-20T23:22:15.523Z | Checking icu_provider v1.5.0 |
535 | 2024-11-20T23:22:16.206Z | Checking icu_locid_transform v1.5.0 |
536 | 2024-11-20T23:22:16.744Z | Checking icu_collections v1.5.0 |
537 | 2024-11-20T23:22:16.950Z | Checking tokio-util v0.7.12 |
538 | 2024-11-20T23:22:17.072Z | Compiling pest_generator v2.7.14 |
539 | 2024-11-20T23:22:17.237Z | Checking http-body-util v0.1.2 |
540 | 2024-11-20T23:22:17.401Z | Checking icu_properties v1.5.1 |
541 | 2024-11-20T23:22:17.570Z | Compiling scroll_derive v0.12.0 |
542 | 2024-11-20T23:22:18.691Z | Compiling pest_derive v2.7.14 |
543 | 2024-11-20T23:22:18.895Z | Checking indexmap v2.6.0 |
544 | 2024-11-20T23:22:20.098Z | Compiling serde_tokenstream v0.2.2 |
545 | 2024-11-20T23:22:20.302Z | Checking h2 v0.4.6 |
546 | 2024-11-20T23:22:20.517Z | Checking icu_normalizer v1.5.0 |
547 | 2024-11-20T23:22:21.267Z | Compiling dtrace-parser v0.2.0 |
548 | 2024-11-20T23:22:21.287Z | Checking scroll v0.12.0 |
549 | 2024-11-20T23:22:21.303Z | Checking idna_adapter v1.2.0 |
550 | 2024-11-20T23:22:21.486Z | Checking idna v1.0.3 |
551 | 2024-11-20T23:22:21.753Z | Checking tokio-native-tls v0.3.1 |
552 | 2024-11-20T23:22:21.997Z | Compiling dof v0.3.0 |
553 | 2024-11-20T23:22:22.033Z | Checking serde_urlencoded v0.7.1 |
554 | 2024-11-20T23:22:22.109Z | Checking tokio-rustls v0.26.0 |
555 | 2024-11-20T23:22:22.590Z | Compiling ident_case v1.0.1 |
556 | 2024-11-20T23:22:22.748Z | Checking plain v0.2.3 |
557 | 2024-11-20T23:22:22.767Z | Compiling crossbeam-utils v0.8.20 |
558 | 2024-11-20T23:22:22.811Z | Checking typify-impl v0.2.0 |
559 | 2024-11-20T23:22:22.847Z | Checking time v0.3.36 |
560 | 2024-11-20T23:22:22.895Z | Checking goblin v0.8.2 |
561 | 2024-11-20T23:22:22.988Z | Compiling darling_core v0.20.10 |
562 | 2024-11-20T23:22:24.482Z | Checking hyper v1.5.0 |
563 | 2024-11-20T23:22:24.786Z | Compiling openapiv3 v2.0.0 |
564 | 2024-11-20T23:22:25.251Z | Checking url v2.5.3 |
565 | 2024-11-20T23:22:26.681Z | Checking hyper-util v0.1.10 |
566 | 2024-11-20T23:22:28.077Z | Checking sync_wrapper v1.0.1 |
567 | 2024-11-20T23:22:28.220Z | Checking dirs-sys-next v0.1.2 |
568 | 2024-11-20T23:22:28.297Z | Checking hyper-rustls v0.27.3 |
569 | 2024-11-20T23:22:28.390Z | Checking hyper-tls v0.6.0 |
570 | 2024-11-20T23:22:28.631Z | Checking ipnet v2.10.1 |
571 | 2024-11-20T23:22:28.670Z | Compiling rustls v0.22.4 |
572 | 2024-11-20T23:22:28.760Z | Checking pretty-hex v0.4.1 |
573 | 2024-11-20T23:22:28.868Z | Compiling paste v1.0.15 |
574 | 2024-11-20T23:22:28.924Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2024-11-20T23:22:28.937Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-11-20T23:22:28.958Z | Compiling rustversion v1.0.17 |
577 | 2024-11-20T23:22:29.073Z | Checking reqwest v0.12.9 |
578 | 2024-11-20T23:22:29.153Z | Compiling darling_macro v0.20.10 |
579 | 2024-11-20T23:22:29.405Z | Checking dirs-next v2.0.0 |
580 | 2024-11-20T23:22:29.654Z | Checking serde_spanned v0.6.8 |
581 | 2024-11-20T23:22:29.717Z | Checking toml_datetime v0.6.8 |
582 | 2024-11-20T23:22:29.737Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-11-20T23:22:29.829Z | Compiling structmeta-derive v0.3.0 |
584 | 2024-11-20T23:22:29.999Z | Checking crypto-common v0.1.6 |
585 | 2024-11-20T23:22:30.097Z | Checking block-buffer v0.10.4 |
586 | 2024-11-20T23:22:30.153Z | Compiling serde_yaml v0.9.34+deprecated |
587 | 2024-11-20T23:22:30.256Z | Checking rand_core v0.6.4 |
588 | 2024-11-20T23:22:30.401Z | Checking thread_local v1.1.8 |
589 | 2024-11-20T23:22:30.494Z | Compiling multer v3.1.0 |
590 | 2024-11-20T23:22:30.522Z | Checking match_cfg v0.1.0 |
591 | 2024-11-20T23:22:30.546Z | Compiling camino v1.1.9 |
592 | 2024-11-20T23:22:30.617Z | Compiling newtype-uuid v1.1.3 |
593 | 2024-11-20T23:22:30.661Z | Compiling anyhow v1.0.93 |
594 | 2024-11-20T23:22:30.688Z | Checking winnow v0.6.20 |
595 | 2024-11-20T23:22:30.842Z | Compiling slog-async v2.8.0 |
596 | 2024-11-20T23:22:31.044Z | Checking hostname v0.3.1 |
597 | 2024-11-20T23:22:31.171Z | Checking rand_chacha v0.3.1 |
598 | 2024-11-20T23:22:31.195Z | Checking progenitor-client v0.8.0 |
599 | 2024-11-20T23:22:31.513Z | Checking digest v0.10.7 |
600 | 2024-11-20T23:22:31.538Z | Checking crossbeam-channel v0.5.13 |
601 | 2024-11-20T23:22:31.603Z | Compiling darling v0.20.10 |
602 | 2024-11-20T23:22:31.844Z | Checking term v0.7.0 |
603 | 2024-11-20T23:22:32.283Z | Compiling usdt-macro v0.5.0 |
604 | 2024-11-20T23:22:32.471Z | Compiling structmeta v0.3.0 |
605 | 2024-11-20T23:22:32.865Z | Compiling usdt-attr-macro v0.5.0 |
606 | 2024-11-20T23:22:32.963Z | Checking slog-json v2.6.1 |
607 | 2024-11-20T23:22:32.981Z | Checking futures-executor v0.3.31 |
608 | 2024-11-20T23:22:33.209Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-20T23:22:33.249Z | Checking is-terminal v0.4.13 |
610 | 2024-11-20T23:22:33.352Z | Checking memmap v0.7.0 |
611 | 2024-11-20T23:22:33.556Z | Compiling dropshot v0.13.0 |
612 | 2024-11-20T23:22:33.578Z | Checking cpufeatures v0.2.14 |
613 | 2024-11-20T23:22:33.663Z | Checking take_mut v0.2.2 |
614 | 2024-11-20T23:22:33.711Z | Checking toml_edit v0.22.22 |
615 | 2024-11-20T23:22:33.732Z | Checking sha1 v0.10.6 |
616 | 2024-11-20T23:22:33.983Z | Checking slog-term v2.9.1 |
617 | 2024-11-20T23:22:34.015Z | Checking slog-bunyan v2.5.0 |
618 | 2024-11-20T23:22:34.077Z | Checking futures v0.3.31 |
619 | 2024-11-20T23:22:34.134Z | Compiling strum_macros v0.26.4 |
620 | 2024-11-20T23:22:34.175Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-11-20T23:22:34.240Z | Checking usdt v0.5.0 |
622 | 2024-11-20T23:22:34.442Z | Compiling serde_with_macros v3.11.0 |
623 | 2024-11-20T23:22:34.462Z | Checking async-stream v0.3.6 |
624 | 2024-11-20T23:22:34.658Z | Checking rand v0.8.5 |
625 | 2024-11-20T23:22:35.880Z | Checking tokio-rustls v0.25.0 |
626 | 2024-11-20T23:22:36.041Z | Checking ipnetwork v0.20.0 |
627 | 2024-11-20T23:22:36.104Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-11-20T23:22:36.228Z | Checking hex v0.4.3 |
629 | 2024-11-20T23:22:36.292Z | Checking toml v0.8.19 |
630 | 2024-11-20T23:22:36.405Z | Checking serde_path_to_error v0.1.16 |
631 | 2024-11-20T23:22:36.753Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
632 | 2024-11-20T23:22:37.049Z | Compiling async-trait v0.1.83 |
633 | 2024-11-20T23:22:37.051Z | Checking waitgroup v0.1.2 |
634 | 2024-11-20T23:22:37.090Z | Checking hostname v0.4.0 |
635 | 2024-11-20T23:22:37.195Z | Checking instant v0.1.13 |
636 | 2024-11-20T23:22:37.215Z | Checking debug-ignore v1.0.5 |
637 | 2024-11-20T23:22:37.308Z | Checking backoff v0.4.0 |
638 | 2024-11-20T23:22:37.346Z | Checking serde_with v3.11.0 |
639 | 2024-11-20T23:22:37.492Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2024-11-20T23:22:37.583Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-11-20T23:22:37.624Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
642 | 2024-11-20T23:22:37.740Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
643 | 2024-11-20T23:22:37.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2024-11-20T23:22:38.068Z | Checking parse-display v0.10.0 |
645 | 2024-11-20T23:22:38.091Z | Checking macaddr v1.0.1 |
646 | 2024-11-20T23:22:38.285Z | Checking regress v0.9.1 |
647 | 2024-11-20T23:22:38.311Z | Compiling typify-macro v0.2.0 |
648 | 2024-11-20T23:22:38.590Z | Checking strum v0.26.3 |
649 | 2024-11-20T23:22:40.408Z | Compiling typify v0.2.0 |
650 | 2024-11-20T23:22:40.503Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-20T23:22:43.113Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-20T23:22:47.229Z | Checking progenitor v0.8.0 |
653 | 2024-11-20T23:22:47.374Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
654 | 2024-11-20T23:22:51.497Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-20T23:22:57.637Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-20T23:22:57.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
657 | 2024-11-20T23:22:58.029Z | + cargo build --release |
658 | 2024-11-20T23:22:58.277Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-20T23:22:58.280Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-20T23:22:58.280Z | Compiling libc v0.2.162 |
661 | 2024-11-20T23:22:58.280Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-20T23:22:58.281Z | Compiling autocfg v1.4.0 |
663 | 2024-11-20T23:22:58.281Z | Compiling serde v1.0.215 |
664 | 2024-11-20T23:22:58.321Z | Compiling version_check v0.9.5 |
665 | 2024-11-20T23:22:58.323Z | Compiling memchr v2.7.4 |
666 | 2024-11-20T23:22:58.386Z | Compiling serde_json v1.0.132 |
667 | 2024-11-20T23:22:58.459Z | Compiling itoa v1.0.11 |
668 | 2024-11-20T23:22:58.709Z | Compiling thiserror v1.0.69 |
669 | 2024-11-20T23:22:58.841Z | Compiling once_cell v1.20.2 |
670 | 2024-11-20T23:22:58.933Z | Compiling shlex v1.3.0 |
671 | 2024-11-20T23:22:59.156Z | Compiling cc v1.1.30 |
672 | 2024-11-20T23:22:59.285Z | Compiling num-traits v0.2.19 |
673 | 2024-11-20T23:22:59.593Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-20T23:22:59.715Z | Compiling getrandom v0.2.15 |
675 | 2024-11-20T23:22:59.725Z | Compiling smallvec v1.13.2 |
676 | 2024-11-20T23:22:59.773Z | Compiling ryu v1.0.18 |
677 | 2024-11-20T23:22:59.936Z | Compiling bytes v1.8.0 |
678 | 2024-11-20T23:23:00.051Z | Compiling quote v1.0.37 |
679 | 2024-11-20T23:23:00.104Z | Compiling futures-core v0.3.31 |
680 | 2024-11-20T23:23:00.310Z | Compiling lock_api v0.4.12 |
681 | 2024-11-20T23:23:00.346Z | Compiling ahash v0.8.11 |
682 | 2024-11-20T23:23:00.632Z | Compiling syn v2.0.87 |
683 | 2024-11-20T23:23:00.675Z | Compiling parking_lot_core v0.9.10 |
684 | 2024-11-20T23:23:00.683Z | Compiling schemars v0.8.21 |
685 | 2024-11-20T23:23:00.690Z | Compiling byteorder v1.5.0 |
686 | 2024-11-20T23:23:01.035Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-20T23:23:01.035Z | Compiling slab v0.4.9 |
688 | 2024-11-20T23:23:01.176Z | Compiling log v0.4.22 |
689 | 2024-11-20T23:23:01.362Z | Compiling futures-sink v0.3.31 |
690 | 2024-11-20T23:23:01.506Z | Compiling signal-hook-registry v1.4.2 |
691 | 2024-11-20T23:23:01.513Z | Compiling socket2 v0.5.7 |
692 | 2024-11-20T23:23:01.605Z | Compiling parking_lot v0.12.3 |
693 | 2024-11-20T23:23:01.620Z | Compiling mio v1.0.2 |
694 | 2024-11-20T23:23:01.757Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-11-20T23:23:01.859Z | Compiling semver v1.0.23 |
696 | 2024-11-20T23:23:02.123Z | Compiling ring v0.17.8 |
697 | 2024-11-20T23:23:02.213Z | Compiling hashbrown v0.15.0 |
698 | 2024-11-20T23:23:02.328Z | Compiling equivalent v1.0.1 |
699 | 2024-11-20T23:23:02.424Z | Compiling fnv v1.0.7 |
700 | 2024-11-20T23:23:02.548Z | Compiling http v1.1.0 |
701 | 2024-11-20T23:23:03.032Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-20T23:23:03.165Z | Compiling futures-task v0.3.31 |
703 | 2024-11-20T23:23:03.276Z | Compiling futures-io v0.3.31 |
704 | 2024-11-20T23:23:03.445Z | Compiling pin-utils v0.1.0 |
705 | 2024-11-20T23:23:03.526Z | Compiling rustls-pki-types v1.9.0 |
706 | 2024-11-20T23:23:03.596Z | Compiling vcpkg v0.2.15 |
707 | 2024-11-20T23:23:03.644Z | Compiling spin v0.9.8 |
708 | 2024-11-20T23:23:03.686Z | Compiling pkg-config v0.3.31 |
709 | 2024-11-20T23:23:03.711Z | Compiling heck v0.5.0 |
710 | 2024-11-20T23:23:04.826Z | Compiling iana-time-zone v0.1.61 |
711 | 2024-11-20T23:23:04.893Z | Compiling untrusted v0.9.0 |
712 | 2024-11-20T23:23:05.075Z | Compiling httparse v1.9.5 |
713 | 2024-11-20T23:23:05.210Z | Compiling openssl-sys v0.9.103 |
714 | 2024-11-20T23:23:05.308Z | Compiling ucd-trie v0.1.7 |
715 | 2024-11-20T23:23:05.522Z | Compiling litemap v0.7.3 |
716 | 2024-11-20T23:23:05.725Z | Compiling writeable v0.5.5 |
717 | 2024-11-20T23:23:05.955Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-20T23:23:06.391Z | Compiling dyn-clone v1.0.17 |
719 | 2024-11-20T23:23:06.485Z | Compiling atomic-waker v1.1.2 |
720 | 2024-11-20T23:23:06.585Z | Compiling allocator-api2 v0.2.18 |
721 | 2024-11-20T23:23:06.791Z | Compiling tracing v0.1.40 |
722 | 2024-11-20T23:23:07.353Z | Compiling http-body v1.0.1 |
723 | 2024-11-20T23:23:07.457Z | Compiling uuid v1.11.0 |
724 | 2024-11-20T23:23:07.569Z | Compiling chrono v0.4.38 |
725 | 2024-11-20T23:23:07.950Z | Compiling zeroize v1.8.1 |
726 | 2024-11-20T23:23:07.989Z | Compiling subtle v2.6.1 |
727 | 2024-11-20T23:23:08.201Z | Compiling try-lock v0.2.5 |
728 | 2024-11-20T23:23:08.250Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2024-11-20T23:23:08.310Z | Compiling synstructure v0.13.1 |
730 | 2024-11-20T23:23:08.339Z | Compiling serde_derive_internals v0.29.1 |
731 | 2024-11-20T23:23:08.346Z | Compiling want v0.3.1 |
732 | 2024-11-20T23:23:08.678Z | Compiling httpdate v1.0.3 |
733 | 2024-11-20T23:23:09.401Z | Compiling icu_properties_data v1.5.0 |
734 | 2024-11-20T23:23:09.599Z | Compiling slog v2.7.0 |
735 | 2024-11-20T23:23:09.655Z | Compiling openssl v0.10.66 |
736 | 2024-11-20T23:23:10.017Z | Compiling foreign-types-shared v0.1.1 |
737 | 2024-11-20T23:23:10.087Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-20T23:23:10.159Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-20T23:23:10.344Z | Compiling utf8_iter v1.0.4 |
740 | 2024-11-20T23:23:10.594Z | Compiling utf16_iter v1.0.5 |
741 | 2024-11-20T23:23:10.795Z | Compiling percent-encoding v2.3.1 |
742 | 2024-11-20T23:23:11.264Z | Compiling bitflags v2.6.0 |
743 | 2024-11-20T23:23:11.404Z | Compiling typenum v1.17.0 |
744 | 2024-11-20T23:23:11.539Z | Compiling native-tls v0.2.12 |
745 | 2024-11-20T23:23:11.605Z | Compiling tower-service v0.3.3 |
746 | 2024-11-20T23:23:11.717Z | Compiling regex-syntax v0.8.5 |
747 | 2024-11-20T23:23:11.911Z | Compiling rustls v0.23.14 |
748 | 2024-11-20T23:23:12.022Z | Compiling write16 v1.0.0 |
749 | 2024-11-20T23:23:12.138Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2024-11-20T23:23:12.231Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-20T23:23:12.478Z | Compiling generic-array v0.14.7 |
752 | 2024-11-20T23:23:12.728Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-20T23:23:13.851Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-20T23:23:14.073Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-20T23:23:14.156Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-20T23:23:14.452Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-11-20T23:23:14.746Z | Compiling schemars_derive v0.8.21 |
758 | 2024-11-20T23:23:16.155Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-20T23:23:17.574Z | Compiling tokio-macros v2.4.0 |
760 | 2024-11-20T23:23:17.710Z | Compiling yoke-derive v0.7.4 |
761 | 2024-11-20T23:23:17.779Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-20T23:23:18.063Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-20T23:23:18.296Z | Compiling futures-macro v0.3.31 |
764 | 2024-11-20T23:23:18.910Z | Compiling displaydoc v0.2.5 |
765 | 2024-11-20T23:23:19.151Z | Compiling tokio v1.40.0 |
766 | 2024-11-20T23:23:20.142Z | Compiling futures-util v0.3.31 |
767 | 2024-11-20T23:23:20.444Z | Compiling yoke v0.7.4 |
768 | 2024-11-20T23:23:20.481Z | Compiling pest v2.7.14 |
769 | 2024-11-20T23:23:20.788Z | Compiling zerovec v0.10.4 |
770 | 2024-11-20T23:23:20.794Z | Compiling icu_provider_macros v1.5.0 |
771 | 2024-11-20T23:23:20.803Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-20T23:23:22.164Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-20T23:23:23.402Z | Compiling tinystr v0.7.6 |
774 | 2024-11-20T23:23:23.770Z | Compiling pest_meta v2.7.14 |
775 | 2024-11-20T23:23:23.859Z | Compiling icu_locid v1.5.0 |
776 | 2024-11-20T23:23:26.976Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-20T23:23:27.066Z | Compiling pest_generator v2.7.14 |
778 | 2024-11-20T23:23:28.475Z | Compiling indexmap v2.6.0 |
779 | 2024-11-20T23:23:28.858Z | Compiling serde_tokenstream v0.2.2 |
780 | 2024-11-20T23:23:30.243Z | Compiling tokio-util v0.7.12 |
781 | 2024-11-20T23:23:31.144Z | Compiling icu_locid_transform v1.5.0 |
782 | 2024-11-20T23:23:31.322Z | Compiling h2 v0.4.6 |
783 | 2024-11-20T23:23:34.213Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-20T23:23:34.353Z | Compiling regress v0.10.1 |
785 | 2024-11-20T23:23:36.879Z | Compiling hyper v1.5.0 |
786 | 2024-11-20T23:23:37.093Z | Compiling icu_properties v1.5.1 |
787 | 2024-11-20T23:23:37.926Z | Compiling pest_derive v2.7.14 |
788 | 2024-11-20T23:23:38.788Z | Compiling typify-impl v0.2.0 |
789 | 2024-11-20T23:23:39.664Z | Compiling openssl-macros v0.1.1 |
790 | 2024-11-20T23:23:43.574Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-20T23:23:45.171Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-20T23:23:48.141Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-20T23:23:48.789Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-20T23:23:49.831Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-20T23:23:50.412Z | Compiling scroll_derive v0.12.0 |
796 | 2024-11-20T23:23:50.850Z | Compiling typify-macro v0.2.0 |
797 | 2024-11-20T23:23:51.149Z | Compiling usdt-impl v0.5.0 |
798 | 2024-11-20T23:23:51.515Z | Compiling encoding_rs v0.8.34 |
799 | 2024-11-20T23:23:54.559Z | Compiling regex v1.11.1 |
800 | 2024-11-20T23:23:54.802Z | Compiling time-core v0.1.2 |
801 | 2024-11-20T23:23:54.958Z | Compiling powerfmt v0.2.0 |
802 | 2024-11-20T23:23:55.436Z | Compiling num-conv v0.1.0 |
803 | 2024-11-20T23:23:55.569Z | Compiling mime v0.3.17 |
804 | 2024-11-20T23:23:55.716Z | Compiling time-macros v0.2.18 |
805 | 2024-11-20T23:23:56.649Z | Compiling deranged v0.3.11 |
806 | 2024-11-20T23:23:58.716Z | Compiling tokio-rustls v0.26.0 |
807 | 2024-11-20T23:23:59.029Z | Compiling scroll v0.12.0 |
808 | 2024-11-20T23:23:59.349Z | Compiling tokio-native-tls v0.3.1 |
809 | 2024-11-20T23:23:59.625Z | Compiling idna v1.0.3 |
810 | 2024-11-20T23:24:02.286Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-20T23:24:04.035Z | Compiling dof v0.3.0 |
812 | 2024-11-20T23:24:04.912Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-20T23:24:05.405Z | Compiling thread-id v4.2.2 |
814 | 2024-11-20T23:24:05.517Z | Compiling webpki-roots v0.26.6 |
815 | 2024-11-20T23:24:05.545Z | Compiling rustls-pemfile v2.2.0 |
816 | 2024-11-20T23:24:05.711Z | Compiling ident_case v1.0.1 |
817 | 2024-11-20T23:24:05.880Z | Compiling crossbeam-utils v0.8.20 |
818 | 2024-11-20T23:24:05.988Z | Compiling strsim v0.11.1 |
819 | 2024-11-20T23:24:06.435Z | Compiling plain v0.2.3 |
820 | 2024-11-20T23:24:06.586Z | Compiling num_threads v0.1.7 |
821 | 2024-11-20T23:24:07.542Z | Compiling base64 v0.22.1 |
822 | 2024-11-20T23:24:07.868Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-11-20T23:24:08.417Z | Compiling time v0.3.36 |
824 | 2024-11-20T23:24:09.587Z | Compiling goblin v0.8.2 |
825 | 2024-11-20T23:24:10.498Z | Compiling darling_core v0.20.10 |
826 | 2024-11-20T23:24:12.507Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-20T23:24:16.619Z | Compiling url v2.5.3 |
828 | 2024-11-20T23:24:16.702Z | Compiling hyper-tls v0.6.0 |
829 | 2024-11-20T23:24:17.196Z | Compiling typify v0.2.0 |
830 | 2024-11-20T23:24:17.319Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-20T23:24:19.315Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-20T23:24:19.456Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-20T23:24:20.933Z | Compiling rustls v0.22.4 |
834 | 2024-11-20T23:24:21.232Z | Compiling rustversion v1.0.17 |
835 | 2024-11-20T23:24:21.523Z | Compiling pretty-hex v0.4.1 |
836 | 2024-11-20T23:24:21.743Z | Compiling ipnet v2.10.1 |
837 | 2024-11-20T23:24:21.887Z | Compiling paste v1.0.15 |
838 | 2024-11-20T23:24:22.372Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-11-20T23:24:22.465Z | Compiling reqwest v0.12.9 |
840 | 2024-11-20T23:24:24.141Z | Compiling serde_yaml v0.9.34+deprecated |
841 | 2024-11-20T23:24:24.798Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-20T23:24:26.465Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-20T23:24:26.716Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-20T23:24:29.642Z | Compiling block-buffer v0.10.4 |
845 | 2024-11-20T23:24:30.191Z | Compiling crypto-common v0.1.6 |
846 | 2024-11-20T23:24:30.215Z | Compiling toml_datetime v0.6.8 |
847 | 2024-11-20T23:24:30.779Z | Compiling serde_spanned v0.6.8 |
848 | 2024-11-20T23:24:30.791Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-20T23:24:31.008Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-20T23:24:31.561Z | Compiling rand_core v0.6.4 |
851 | 2024-11-20T23:24:31.821Z | Compiling thread_local v1.1.8 |
852 | 2024-11-20T23:24:32.031Z | Compiling multer v3.1.0 |
853 | 2024-11-20T23:24:32.353Z | Compiling slog-async v2.8.0 |
854 | 2024-11-20T23:24:32.549Z | Compiling winnow v0.6.20 |
855 | 2024-11-20T23:24:32.849Z | Compiling camino v1.1.9 |
856 | 2024-11-20T23:24:33.445Z | Compiling match_cfg v0.1.0 |
857 | 2024-11-20T23:24:33.530Z | Compiling newtype-uuid v1.1.3 |
858 | 2024-11-20T23:24:33.749Z | Compiling anyhow v1.0.93 |
859 | 2024-11-20T23:24:33.847Z | Compiling structmeta v0.3.0 |
860 | 2024-11-20T23:24:34.191Z | Compiling hostname v0.3.1 |
861 | 2024-11-20T23:24:34.326Z | Compiling rand_chacha v0.3.1 |
862 | 2024-11-20T23:24:34.424Z | Compiling progenitor-macro v0.8.0 |
863 | 2024-11-20T23:24:34.661Z | Compiling digest v0.10.7 |
864 | 2024-11-20T23:24:35.074Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-11-20T23:24:36.082Z | Compiling darling v0.20.10 |
866 | 2024-11-20T23:24:36.172Z | Compiling term v0.7.0 |
867 | 2024-11-20T23:24:36.685Z | Compiling toml_edit v0.22.22 |
868 | 2024-11-20T23:24:42.200Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-20T23:24:44.237Z | Compiling usdt-macro v0.5.0 |
870 | 2024-11-20T23:24:45.588Z | Compiling usdt-attr-macro v0.5.0 |
871 | 2024-11-20T23:24:45.633Z | Compiling slog-json v2.6.1 |
872 | 2024-11-20T23:24:46.081Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-20T23:24:47.053Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-20T23:24:47.261Z | Compiling is-terminal v0.4.13 |
875 | 2024-11-20T23:24:47.308Z | Compiling memmap v0.7.0 |
876 | 2024-11-20T23:24:47.373Z | Compiling dropshot v0.13.0 |
877 | 2024-11-20T23:24:47.709Z | Compiling take_mut v0.2.2 |
878 | 2024-11-20T23:24:47.738Z | Compiling cpufeatures v0.2.14 |
879 | 2024-11-20T23:24:47.862Z | Compiling sha1 v0.10.6 |
880 | 2024-11-20T23:24:48.375Z | Compiling async-stream v0.3.6 |
881 | 2024-11-20T23:24:48.676Z | Compiling usdt v0.5.0 |
882 | 2024-11-20T23:24:48.685Z | Compiling slog-term v2.9.1 |
883 | 2024-11-20T23:24:50.224Z | Compiling progenitor v0.8.0 |
884 | 2024-11-20T23:24:50.441Z | Compiling futures v0.3.31 |
885 | 2024-11-20T23:24:50.640Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-20T23:24:50.900Z | Compiling strum_macros v0.26.4 |
887 | 2024-11-20T23:24:51.262Z | Compiling tokio-rustls v0.25.0 |
888 | 2024-11-20T23:24:51.643Z | Compiling toml v0.8.19 |
889 | 2024-11-20T23:24:51.711Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-20T23:24:54.383Z | Compiling rand v0.8.5 |
891 | 2024-11-20T23:24:58.490Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-20T23:24:59.122Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-20T23:24:59.365Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-20T23:24:59.494Z | Compiling hex v0.4.3 |
895 | 2024-11-20T23:25:00.220Z | Compiling serde_path_to_error v0.1.16 |
896 | 2024-11-20T23:25:01.276Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-11-20T23:25:02.094Z | Compiling async-trait v0.1.83 |
898 | 2024-11-20T23:25:02.485Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-20T23:25:02.717Z | Compiling hostname v0.4.0 |
900 | 2024-11-20T23:25:02.992Z | Compiling instant v0.1.13 |
901 | 2024-11-20T23:25:03.145Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-20T23:25:03.277Z | Compiling backoff v0.4.0 |
903 | 2024-11-20T23:25:03.620Z | Compiling parse-display v0.10.0 |
904 | 2024-11-20T23:25:03.685Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
905 | 2024-11-20T23:25:03.876Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
906 | 2024-11-20T23:25:04.038Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
907 | 2024-11-20T23:25:04.099Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
908 | 2024-11-20T23:25:04.779Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
909 | 2024-11-20T23:25:05.785Z | Compiling strum v0.26.3 |
910 | 2024-11-20T23:25:05.965Z | Compiling serde_with v3.11.0 |
911 | 2024-11-20T23:25:06.201Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-20T23:25:07.042Z | Compiling regress v0.9.1 |
913 | 2024-11-20T23:25:09.040Z | Compiling macaddr v1.0.1 |
914 | 2024-11-20T23:25:13.562Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-20T23:25:24.027Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-20T23:25:33.714Z | Finished `release` profile [optimized] target(s) in 2m 35s |
917 | 2024-11-20T23:25:33.773Z | process exited: duration 236690 ms, exit code 0 |
|
918 | 2024-11-20T23:25:33.780Z | found 0 output files |