|
|
|
1 | 2024-10-15T21:05:29.189Z | job assigned to worker 01JA8ZYGQ6MRCKVY15Y6449SSM (queued for 21 m 38 s) |
|
2 | 2024-10-15T21:05:37.354Z | starting task 0: "setup" |
3 | 2024-10-15T21:05:37.363Z | ++ uname -s |
4 | 2024-10-15T21:05:37.366Z | + kern=SunOS |
5 | 2024-10-15T21:05:37.366Z | + case "$kern" in |
6 | 2024-10-15T21:05:37.366Z | + groupadd -g 12345 build |
7 | 2024-10-15T21:05:37.368Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-15T21:05:39.378Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-15T21:05:39.469Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-15T21:05:39.472Z | + home_fs=zfs |
11 | 2024-10-15T21:05:39.472Z | + [[ zfs == autofs ]] |
12 | 2024-10-15T21:05:39.472Z | + mkdir -p /home/build |
13 | 2024-10-15T21:05:39.474Z | + chown build:build /home/build /work |
14 | 2024-10-15T21:05:41.476Z | + chmod 0700 /home/build /work |
15 | 2024-10-15T21:05:41.478Z | process exited: duration 4125 ms, exit code 0 |
|
16 | 2024-10-15T21:05:41.483Z | starting task 1: "rust-toolchain" |
17 | 2024-10-15T21:05:41.489Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-15T21:05:41.489Z | * toolchain channel = "1.80.1" |
19 | 2024-10-15T21:05:41.489Z | ' 1.80.1 |
20 | 2024-10-15T21:05:41.489Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-15T21:05:41.489Z | ' default |
22 | 2024-10-15T21:05:41.489Z | * toolchain profile = "default" |
23 | 2024-10-15T21:05:41.493Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-15T21:05:41.493Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-15T21:05:41.606Z | info: downloading installer |
26 | 2024-10-15T21:05:42.935Z | info: profile set to 'default' |
27 | 2024-10-15T21:05:42.936Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-15T21:05:42.939Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-15T21:05:43.065Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-15T21:05:43.065Z | info: downloading component 'cargo' |
31 | 2024-10-15T21:05:43.736Z | info: downloading component 'clippy' |
32 | 2024-10-15T21:05:44.008Z | info: downloading component 'rust-docs' |
33 | 2024-10-15T21:05:44.986Z | info: downloading component 'rust-std' |
34 | 2024-10-15T21:05:46.396Z | info: downloading component 'rustc' |
35 | 2024-10-15T21:05:50.032Z | info: downloading component 'rustfmt' |
36 | 2024-10-15T21:05:50.240Z | info: installing component 'cargo' |
37 | 2024-10-15T21:05:51.065Z | info: installing component 'clippy' |
38 | 2024-10-15T21:05:51.516Z | info: installing component 'rust-docs' |
39 | 2024-10-15T21:05:53.128Z | info: installing component 'rust-std' |
40 | 2024-10-15T21:05:54.827Z | info: installing component 'rustc' |
41 | 2024-10-15T21:05:59.212Z | info: installing component 'rustfmt' |
42 | 2024-10-15T21:05:59.541Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-15T21:05:59.541Z | |
44 | 2024-10-15T21:05:59.790Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-15T21:05:59.790Z | |
46 | 2024-10-15T21:05:59.792Z | |
47 | 2024-10-15T21:05:59.793Z | Rust is installed now. Great! |
48 | 2024-10-15T21:05:59.793Z | |
49 | 2024-10-15T21:05:59.793Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-15T21:05:59.793Z | environment variable. This has not been done automatically. |
51 | 2024-10-15T21:05:59.793Z | |
52 | 2024-10-15T21:05:59.793Z | To configure your current shell, you need to source |
53 | 2024-10-15T21:05:59.793Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-15T21:05:59.793Z | |
55 | 2024-10-15T21:05:59.793Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-15T21:05:59.793Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-15T21:05:59.793Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-15T21:05:59.839Z | + rustc --version |
59 | 2024-10-15T21:05:59.902Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-15T21:05:59.905Z | process exited: duration 18419 ms, exit code 0 |
|
61 | 2024-10-15T21:05:59.911Z | starting task 2: "authentication" |
62 | 2024-10-15T21:05:59.931Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-15T21:05:59.936Z | starting task 3: "clone repository" |
64 | 2024-10-15T21:05:59.941Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-15T21:05:59.943Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-15T21:06:00.077Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-15T21:06:06.879Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-15T21:06:06.879Z | + git fetch origin ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
69 | 2024-10-15T21:06:07.220Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-15T21:06:07.220Z | * branch ded7d759b7a7d21ff3ab98f18ca6a3d07431262a -> FETCH_HEAD |
71 | 2024-10-15T21:06:07.229Z | + [[ -n init-on-acquire ]] |
72 | 2024-10-15T21:06:07.231Z | ++ git branch --show-current |
73 | 2024-10-15T21:06:07.234Z | + current=main |
74 | 2024-10-15T21:06:07.234Z | + [[ main != init-on-acquire ]] |
75 | 2024-10-15T21:06:07.234Z | + git branch -f init-on-acquire ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
76 | 2024-10-15T21:06:07.236Z | + git checkout -f init-on-acquire |
77 | 2024-10-15T21:06:07.405Z | Switched to branch 'init-on-acquire' |
78 | 2024-10-15T21:06:07.410Z | + git reset --hard ded7d759b7a7d21ff3ab98f18ca6a3d07431262a |
79 | 2024-10-15T21:06:07.569Z | HEAD is now at ded7d759b Initialize timeseries database on qorb acquire |
80 | 2024-10-15T21:06:07.571Z | process exited: duration 7634 ms, exit code 0 |
|
81 | 2024-10-15T21:06:07.576Z | starting task 4: "build" |
82 | 2024-10-15T21:06:07.581Z | + cargo --version |
83 | 2024-10-15T21:06:07.635Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-15T21:06:07.638Z | + rustc --version |
85 | 2024-10-15T21:06:07.694Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-15T21:06:07.697Z | + cd /tmp |
87 | 2024-10-15T21:06:07.697Z | + cargo new --lib test-project |
88 | 2024-10-15T21:06:07.750Z | Creating library `test-project` package |
89 | 2024-10-15T21:06:07.824Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-10-15T21:06:07.826Z | + cd test-project |
91 | 2024-10-15T21:06:07.826Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-10-15T21:06:07.880Z | Adding omicron-common (local) to dependencies |
93 | 2024-10-15T21:06:07.883Z | Features: |
94 | 2024-10-15T21:06:07.883Z | - proptest |
95 | 2024-10-15T21:06:07.883Z | - test-strategy |
96 | 2024-10-15T21:06:07.883Z | - testing |
97 | 2024-10-15T21:06:07.883Z | Updating crates.io index |
98 | 2024-10-15T21:06:07.941Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
99 | 2024-10-15T21:06:08.892Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
100 | 2024-10-15T21:06:09.259Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
101 | 2024-10-15T21:06:09.578Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
102 | 2024-10-15T21:06:10.954Z | Locking 300 packages to latest compatible versions |
103 | 2024-10-15T21:06:10.957Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
104 | 2024-10-15T21:06:10.957Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
105 | 2024-10-15T21:06:10.957Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
106 | 2024-10-15T21:06:10.957Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
107 | 2024-10-15T21:06:10.957Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
108 | 2024-10-15T21:06:10.958Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
109 | 2024-10-15T21:06:10.960Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
110 | 2024-10-15T21:06:10.960Z | Adding hostname v0.3.1 (latest: v0.4.0) |
111 | 2024-10-15T21:06:10.960Z | Adding idna v0.5.0 (latest: v1.0.2) |
112 | 2024-10-15T21:06:10.960Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
113 | 2024-10-15T21:06:10.960Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
114 | 2024-10-15T21:06:10.963Z | Adding regress v0.9.1 (latest: v0.10.1) |
115 | 2024-10-15T21:06:10.970Z | Adding rustls v0.22.4 (latest: v0.23.14) |
116 | 2024-10-15T21:06:10.973Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
117 | 2024-10-15T21:06:10.976Z | Adding term v0.7.0 (latest: v1.0.0) |
118 | 2024-10-15T21:06:10.976Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
119 | 2024-10-15T21:06:10.978Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
120 | 2024-10-15T21:06:10.978Z | Adding windows v0.52.0 (latest: v0.58.0) |
121 | 2024-10-15T21:06:10.980Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
122 | 2024-10-15T21:06:10.980Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
123 | 2024-10-15T21:06:10.980Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
124 | 2024-10-15T21:06:10.980Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
125 | 2024-10-15T21:06:10.980Z | Adding zerocopy v0.7.35 (latest: v0.8.5) |
126 | 2024-10-15T21:06:10.981Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.5) |
127 | 2024-10-15T21:06:11.049Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2024-10-15T21:06:11.052Z | + cargo check |
129 | 2024-10-15T21:06:11.209Z | Updating crates.io index |
130 | 2024-10-15T21:06:11.906Z | Locking 2 packages to latest compatible versions |
131 | 2024-10-15T21:06:15.408Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2024-10-15T21:06:17.481Z | Adding test-project v0.1.0 (/tmp/test-project) |
133 | 2024-10-15T21:06:18.469Z | Downloading crates ... |
134 | 2024-10-15T21:06:18.584Z | Downloaded block-buffer v0.10.4 |
135 | 2024-10-15T21:06:18.586Z | Downloaded base64 v0.22.1 |
136 | 2024-10-15T21:06:18.592Z | Downloaded openssl-probe v0.1.5 |
137 | 2024-10-15T21:06:18.595Z | Downloaded ident_case v1.0.1 |
138 | 2024-10-15T21:06:18.597Z | Downloaded equivalent v1.0.1 |
139 | 2024-10-15T21:06:18.597Z | Downloaded foreign-types v0.3.2 |
140 | 2024-10-15T21:06:18.601Z | Downloaded instant v0.1.12 |
141 | 2024-10-15T21:06:18.604Z | Downloaded num-conv v0.1.0 |
142 | 2024-10-15T21:06:18.606Z | Downloaded openssl-macros v0.1.1 |
143 | 2024-10-15T21:06:18.606Z | Downloaded num_threads v0.1.7 |
144 | 2024-10-15T21:06:18.608Z | Downloaded async-stream-impl v0.3.5 |
145 | 2024-10-15T21:06:18.608Z | Downloaded tracing-core v0.1.32 |
146 | 2024-10-15T21:06:18.611Z | Downloaded tower-service v0.3.2 |
147 | 2024-10-15T21:06:18.613Z | Downloaded async-stream v0.3.5 |
148 | 2024-10-15T21:06:18.615Z | Downloaded tracing v0.1.40 |
149 | 2024-10-15T21:06:18.617Z | Downloaded darling_macro v0.20.9 |
150 | 2024-10-15T21:06:18.620Z | Downloaded progenitor-client v0.8.0 |
151 | 2024-10-15T21:06:18.620Z | Downloaded http-body-util v0.1.2 |
152 | 2024-10-15T21:06:18.622Z | Downloaded cpufeatures v0.2.12 |
153 | 2024-10-15T21:06:18.624Z | Downloaded heck v0.5.0 |
154 | 2024-10-15T21:06:18.624Z | Downloaded scroll_derive v0.12.0 |
155 | 2024-10-15T21:06:18.627Z | Downloaded rand_core v0.6.4 |
156 | 2024-10-15T21:06:18.627Z | Downloaded try-lock v0.2.5 |
157 | 2024-10-15T21:06:18.629Z | Downloaded slog-bunyan v2.5.0 |
158 | 2024-10-15T21:06:18.629Z | Downloaded dyn-clone v1.0.17 |
159 | 2024-10-15T21:06:18.632Z | Downloaded ipnetwork v0.20.0 |
160 | 2024-10-15T21:06:18.634Z | Downloaded plain v0.2.3 |
161 | 2024-10-15T21:06:18.634Z | Downloaded parse-display-derive v0.10.0 |
162 | 2024-10-15T21:06:18.636Z | Downloaded version_check v0.9.5 |
163 | 2024-10-15T21:06:18.636Z | Downloaded pin-utils v0.1.0 |
164 | 2024-10-15T21:06:18.640Z | Downloaded httpdate v1.0.3 |
165 | 2024-10-15T21:06:18.640Z | Downloaded debug-ignore v1.0.5 |
166 | 2024-10-15T21:06:18.643Z | Downloaded darling v0.20.9 |
167 | 2024-10-15T21:06:18.646Z | Downloaded byteorder v1.5.0 |
168 | 2024-10-15T21:06:18.646Z | Downloaded slab v0.4.9 |
169 | 2024-10-15T21:06:18.649Z | Downloaded mime v0.3.17 |
170 | 2024-10-15T21:06:18.649Z | Downloaded crypto-common v0.1.6 |
171 | 2024-10-15T21:06:18.651Z | Downloaded usdt-macro v0.5.0 |
172 | 2024-10-15T21:06:18.651Z | Downloaded itoa v1.0.11 |
173 | 2024-10-15T21:06:18.654Z | Downloaded futures-io v0.3.30 |
174 | 2024-10-15T21:06:18.654Z | Downloaded scopeguard v1.2.0 |
175 | 2024-10-15T21:06:18.654Z | Downloaded percent-encoding v2.3.1 |
176 | 2024-10-15T21:06:18.654Z | Downloaded foreign-types-shared v0.1.1 |
177 | 2024-10-15T21:06:18.657Z | Downloaded dtrace-parser v0.2.0 |
178 | 2024-10-15T21:06:18.657Z | Downloaded serde_tokenstream v0.2.2 |
179 | 2024-10-15T21:06:18.659Z | Downloaded dirs-sys-next v0.1.2 |
180 | 2024-10-15T21:06:18.659Z | Downloaded serde_path_to_error v0.1.16 |
181 | 2024-10-15T21:06:18.662Z | Downloaded is-terminal v0.4.12 |
182 | 2024-10-15T21:06:18.662Z | Downloaded parking_lot_core v0.9.10 |
183 | 2024-10-15T21:06:18.664Z | Downloaded http-body v1.0.0 |
184 | 2024-10-15T21:06:18.667Z | Downloaded usdt-impl v0.5.0 |
185 | 2024-10-15T21:06:18.667Z | Downloaded omicron-workspace-hack v0.1.0 |
186 | 2024-10-15T21:06:18.669Z | Downloaded match_cfg v0.1.0 |
187 | 2024-10-15T21:06:18.669Z | Downloaded rustversion v1.0.17 |
188 | 2024-10-15T21:06:18.672Z | Downloaded progenitor-macro v0.8.0 |
189 | 2024-10-15T21:06:18.672Z | Downloaded macaddr v1.0.1 |
190 | 2024-10-15T21:06:18.675Z | Downloaded futures-sink v0.3.30 |
191 | 2024-10-15T21:06:18.675Z | Downloaded usdt-attr-macro v0.5.0 |
192 | 2024-10-15T21:06:18.675Z | Downloaded cfg-if v1.0.0 |
193 | 2024-10-15T21:06:18.677Z | Downloaded atomic-waker v1.1.2 |
194 | 2024-10-15T21:06:18.677Z | Downloaded dirs-next v2.0.0 |
195 | 2024-10-15T21:06:18.679Z | Downloaded pretty-hex v0.4.1 |
196 | 2024-10-15T21:06:18.679Z | Downloaded waitgroup v0.1.2 |
197 | 2024-10-15T21:06:18.681Z | Downloaded lock_api v0.4.12 |
198 | 2024-10-15T21:06:18.683Z | Downloaded generic-array v0.14.7 |
199 | 2024-10-15T21:06:18.684Z | Downloaded async-trait v0.1.83 |
200 | 2024-10-15T21:06:18.687Z | Downloaded ppv-lite86 v0.2.17 |
201 | 2024-10-15T21:06:18.689Z | Downloaded hyper-rustls v0.27.3 |
202 | 2024-10-15T21:06:18.692Z | Downloaded zeroize v1.8.1 |
203 | 2024-10-15T21:06:18.695Z | Downloaded native-tls v0.2.11 |
204 | 2024-10-15T21:06:18.695Z | Downloaded camino v1.1.9 |
205 | 2024-10-15T21:06:18.697Z | Downloaded ahash v0.8.11 |
206 | 2024-10-15T21:06:18.700Z | Downloaded usdt v0.5.0 |
207 | 2024-10-15T21:06:18.700Z | Downloaded pest_derive v2.7.10 |
208 | 2024-10-15T21:06:18.702Z | Downloaded hostname v0.4.0 |
209 | 2024-10-15T21:06:18.705Z | Downloaded digest v0.10.7 |
210 | 2024-10-15T21:06:18.705Z | Downloaded pest_meta v2.7.10 |
211 | 2024-10-15T21:06:18.707Z | Downloaded form_urlencoded v1.2.1 |
212 | 2024-10-15T21:06:18.709Z | Downloaded sha2 v0.10.8 |
213 | 2024-10-15T21:06:18.711Z | Downloaded hyper-tls v0.6.0 |
214 | 2024-10-15T21:06:18.711Z | Downloaded futures-task v0.3.30 |
215 | 2024-10-15T21:06:18.713Z | Downloaded futures-executor v0.3.30 |
216 | 2024-10-15T21:06:18.713Z | Downloaded serde_derive_internals v0.29.1 |
217 | 2024-10-15T21:06:18.717Z | Downloaded typify-macro v0.2.0 |
218 | 2024-10-15T21:06:18.717Z | Downloaded untrusted v0.9.0 |
219 | 2024-10-15T21:06:18.719Z | Downloaded take_mut v0.2.2 |
220 | 2024-10-15T21:06:18.719Z | Downloaded strum v0.26.3 |
221 | 2024-10-15T21:06:18.719Z | Downloaded fnv v1.0.7 |
222 | 2024-10-15T21:06:18.722Z | Downloaded sync_wrapper v1.0.1 |
223 | 2024-10-15T21:06:18.722Z | Downloaded newtype-uuid v1.1.0 |
224 | 2024-10-15T21:06:18.722Z | Downloaded futures-core v0.3.30 |
225 | 2024-10-15T21:06:18.724Z | Downloaded time-core v0.1.2 |
226 | 2024-10-15T21:06:18.724Z | Downloaded hostname v0.3.1 |
227 | 2024-10-15T21:06:18.727Z | Downloaded once_cell v1.19.0 |
228 | 2024-10-15T21:06:18.729Z | Downloaded memmap v0.7.0 |
229 | 2024-10-15T21:06:18.729Z | Downloaded rustc-hash v2.0.0 |
230 | 2024-10-15T21:06:18.732Z | Downloaded rand_chacha v0.3.1 |
231 | 2024-10-15T21:06:18.732Z | Downloaded structmeta-derive v0.3.0 |
232 | 2024-10-15T21:06:18.734Z | Downloaded slog-json v2.6.1 |
233 | 2024-10-15T21:06:18.736Z | Downloaded futures v0.3.30 |
234 | 2024-10-15T21:06:18.738Z | Downloaded bitflags v2.6.0 |
235 | 2024-10-15T21:06:18.742Z | Downloaded tinyvec_macros v0.1.1 |
236 | 2024-10-15T21:06:18.744Z | Downloaded toml_datetime v0.6.8 |
237 | 2024-10-15T21:06:18.744Z | Downloaded thread-id v4.2.1 |
238 | 2024-10-15T21:06:18.747Z | Downloaded rustls-pki-types v1.7.0 |
239 | 2024-10-15T21:06:18.749Z | Downloaded typify v0.2.0 |
240 | 2024-10-15T21:06:18.751Z | Downloaded thiserror-impl v1.0.64 |
241 | 2024-10-15T21:06:18.753Z | Downloaded thread_local v1.1.8 |
242 | 2024-10-15T21:06:18.753Z | Downloaded subtle v2.5.0 |
243 | 2024-10-15T21:06:18.756Z | Downloaded uuid v1.10.0 |
244 | 2024-10-15T21:06:18.758Z | Downloaded hex v0.4.3 |
245 | 2024-10-15T21:06:18.758Z | Downloaded sha1 v0.10.6 |
246 | 2024-10-15T21:06:18.760Z | Downloaded iana-time-zone v0.1.60 |
247 | 2024-10-15T21:06:18.762Z | Downloaded pest_generator v2.7.10 |
248 | 2024-10-15T21:06:18.764Z | Downloaded ipnet v2.10.0 |
249 | 2024-10-15T21:06:18.764Z | Downloaded serde_spanned v0.6.7 |
250 | 2024-10-15T21:06:18.767Z | Downloaded multer v3.1.0 |
251 | 2024-10-15T21:06:18.769Z | Downloaded signal-hook-registry v1.4.2 |
252 | 2024-10-15T21:06:18.769Z | Downloaded strsim v0.11.1 |
253 | 2024-10-15T21:06:18.772Z | Downloaded tokio-native-tls v0.3.1 |
254 | 2024-10-15T21:06:18.774Z | Downloaded zerocopy-derive v0.7.34 |
255 | 2024-10-15T21:06:18.776Z | Downloaded parse-display v0.10.0 |
256 | 2024-10-15T21:06:18.779Z | Downloaded thiserror v1.0.64 |
257 | 2024-10-15T21:06:18.782Z | Downloaded slog-term v2.9.1 |
258 | 2024-10-15T21:06:18.784Z | Downloaded pin-project-lite v0.2.14 |
259 | 2024-10-15T21:06:18.788Z | Downloaded spin v0.9.8 |
260 | 2024-10-15T21:06:18.791Z | Downloaded strum_macros v0.26.4 |
261 | 2024-10-15T21:06:18.793Z | Downloaded serde_yaml v0.9.34+deprecated |
262 | 2024-10-15T21:06:18.796Z | Downloaded tokio-macros v2.4.0 |
263 | 2024-10-15T21:06:18.799Z | Downloaded serde v1.0.210 |
264 | 2024-10-15T21:06:18.801Z | Downloaded tokio-rustls v0.26.0 |
265 | 2024-10-15T21:06:18.804Z | Downloaded time-macros v0.2.18 |
266 | 2024-10-15T21:06:18.807Z | Downloaded dropshot_endpoint v0.12.0 |
267 | 2024-10-15T21:06:18.809Z | Downloaded rustls-pemfile v2.1.3 |
268 | 2024-10-15T21:06:18.809Z | Downloaded smallvec v1.13.2 |
269 | 2024-10-15T21:06:18.812Z | Downloaded serde_with_macros v3.9.0 |
270 | 2024-10-15T21:06:18.814Z | Downloaded scroll v0.12.0 |
271 | 2024-10-15T21:06:18.814Z | Downloaded typenum v1.17.0 |
272 | 2024-10-15T21:06:18.816Z | Downloaded progenitor-impl v0.8.0 |
273 | 2024-10-15T21:06:18.819Z | Downloaded term v0.7.0 |
274 | 2024-10-15T21:06:18.821Z | Downloaded proc-macro2 v1.0.86 |
275 | 2024-10-15T21:06:18.824Z | Downloaded quinn v0.11.5 |
276 | 2024-10-15T21:06:18.827Z | Downloaded slog v2.7.0 |
277 | 2024-10-15T21:06:18.830Z | Downloaded num-traits v0.2.19 |
278 | 2024-10-15T21:06:18.832Z | Downloaded serde_derive v1.0.210 |
279 | 2024-10-15T21:06:18.835Z | Downloaded tokio-rustls v0.25.0 |
280 | 2024-10-15T21:06:18.838Z | Downloaded tinyvec v1.6.0 |
281 | 2024-10-15T21:06:18.840Z | Downloaded unicode-ident v1.0.13 |
282 | 2024-10-15T21:06:18.843Z | Downloaded toml v0.8.19 |
283 | 2024-10-15T21:06:18.846Z | Downloaded openssl-sys v0.9.103 |
284 | 2024-10-15T21:06:18.850Z | Downloaded url v2.5.2 |
285 | 2024-10-15T21:06:18.853Z | Downloaded ryu v1.0.18 |
286 | 2024-10-15T21:06:18.856Z | Downloaded socket2 v0.5.7 |
287 | 2024-10-15T21:06:18.858Z | Downloaded unsafe-libyaml v0.2.11 |
288 | 2024-10-15T21:06:18.861Z | Downloaded memchr v2.7.2 |
289 | 2024-10-15T21:06:18.866Z | Downloaded hashbrown v0.12.3 |
290 | 2024-10-15T21:06:18.870Z | Downloaded crossbeam-channel v0.5.12 |
291 | 2024-10-15T21:06:18.874Z | Downloaded mio v1.0.2 |
292 | 2024-10-15T21:06:18.879Z | Downloaded indexmap v2.5.0 |
293 | 2024-10-15T21:06:18.883Z | Downloaded http v1.1.0 |
294 | 2024-10-15T21:06:18.887Z | Downloaded semver v1.0.23 |
295 | 2024-10-15T21:06:18.889Z | Downloaded parking_lot v0.12.2 |
296 | 2024-10-15T21:06:18.892Z | Downloaded ucd-trie v0.1.6 |
297 | 2024-10-15T21:06:18.894Z | Downloaded log v0.4.22 |
298 | 2024-10-15T21:06:18.896Z | Downloaded cc v1.0.97 |
299 | 2024-10-15T21:06:18.899Z | Downloaded toml_edit v0.22.22 |
300 | 2024-10-15T21:06:18.919Z | Downloaded rand v0.8.5 |
301 | 2024-10-15T21:06:18.922Z | Downloaded time v0.3.36 |
302 | 2024-10-15T21:06:18.928Z | Downloaded serde_with v3.9.0 |
303 | 2024-10-15T21:06:18.937Z | Downloaded winnow v0.6.18 |
304 | 2024-10-15T21:06:18.944Z | Downloaded hashbrown v0.14.5 |
305 | 2024-10-15T21:06:18.950Z | Downloaded tokio-util v0.7.12 |
306 | 2024-10-15T21:06:18.955Z | Downloaded quinn-proto v0.11.8 |
307 | 2024-10-15T21:06:18.962Z | Downloaded serde_json v1.0.128 |
308 | 2024-10-15T21:06:18.968Z | Downloaded aho-corasick v1.1.3 |
309 | 2024-10-15T21:06:18.974Z | Downloaded futures-util v0.3.30 |
310 | 2024-10-15T21:06:18.986Z | Downloaded reqwest v0.12.7 |
311 | 2024-10-15T21:06:18.992Z | Downloaded rustls-webpki v0.102.4 |
312 | 2024-10-15T21:06:19.008Z | Downloaded chrono v0.4.38 |
313 | 2024-10-15T21:06:19.016Z | Downloaded regex v1.10.6 |
314 | 2024-10-15T21:06:19.026Z | Downloaded vcpkg v0.2.15 |
315 | 2024-10-15T21:06:19.062Z | Downloaded syn v2.0.79 |
316 | 2024-10-15T21:06:19.072Z | Downloaded webpki-roots v0.26.3 |
317 | 2024-10-15T21:06:19.075Z | Downloaded regress v0.10.1 |
318 | 2024-10-15T21:06:19.083Z | Downloaded openapiv3 v2.0.0 |
319 | 2024-10-15T21:06:19.094Z | Downloaded regex-syntax v0.8.4 |
320 | 2024-10-15T21:06:19.101Z | Downloaded rustls v0.22.4 |
321 | 2024-10-15T21:06:19.113Z | Downloaded regress v0.9.1 |
322 | 2024-10-15T21:06:19.120Z | Downloaded rustls v0.23.10 |
323 | 2024-10-15T21:06:19.135Z | Downloaded typify-impl v0.2.0 |
324 | 2024-10-15T21:06:19.148Z | Downloaded libc v0.2.159 |
325 | 2024-10-15T21:06:19.181Z | Downloaded tokio v1.39.3 |
326 | 2024-10-15T21:06:19.207Z | Downloaded regex-automata v0.4.6 |
327 | 2024-10-15T21:06:19.222Z | Downloaded dropshot v0.12.0 |
328 | 2024-10-15T21:06:19.240Z | Downloaded encoding_rs v0.8.34 |
329 | 2024-10-15T21:06:19.259Z | Downloaded openssl v0.10.66 |
330 | 2024-10-15T21:06:19.267Z | Downloaded idna v0.5.0 |
331 | 2024-10-15T21:06:19.274Z | Downloaded goblin v0.8.2 |
332 | 2024-10-15T21:06:19.279Z | Downloaded zerocopy v0.7.34 |
333 | 2024-10-15T21:06:19.292Z | Downloaded hyper v1.4.1 |
334 | 2024-10-15T21:06:19.298Z | Downloaded h2 v0.4.6 |
335 | 2024-10-15T21:06:19.304Z | Downloaded pest v2.7.10 |
336 | 2024-10-15T21:06:19.309Z | Downloaded unicode-normalization v0.1.23 |
337 | 2024-10-15T21:06:19.313Z | Downloaded indexmap v1.9.3 |
338 | 2024-10-15T21:06:19.316Z | Downloaded hyper-util v0.1.9 |
339 | 2024-10-15T21:06:19.318Z | Downloaded darling_core v0.20.9 |
340 | 2024-10-15T21:06:19.322Z | Downloaded quote v1.0.37 |
341 | 2024-10-15T21:06:19.325Z | Downloaded allocator-api2 v0.2.18 |
342 | 2024-10-15T21:06:19.328Z | Downloaded futures-macro v0.3.30 |
343 | 2024-10-15T21:06:19.331Z | Downloaded httparse v1.8.0 |
344 | 2024-10-15T21:06:19.331Z | Downloaded getrandom v0.2.14 |
345 | 2024-10-15T21:06:19.334Z | Downloaded schemars v0.8.21 |
346 | 2024-10-15T21:06:19.342Z | Downloaded futures-channel v0.3.30 |
347 | 2024-10-15T21:06:19.345Z | Downloaded unicode-bidi v0.3.15 |
348 | 2024-10-15T21:06:19.348Z | Downloaded structmeta v0.3.0 |
349 | 2024-10-15T21:06:19.350Z | Downloaded slog-async v2.8.0 |
350 | 2024-10-15T21:06:19.350Z | Downloaded serde_urlencoded v0.7.1 |
351 | 2024-10-15T21:06:19.352Z | Downloaded schemars_derive v0.8.21 |
352 | 2024-10-15T21:06:19.354Z | Downloaded powerfmt v0.2.0 |
353 | 2024-10-15T21:06:19.354Z | Downloaded pkg-config v0.3.30 |
354 | 2024-10-15T21:06:19.357Z | Downloaded paste v1.0.15 |
355 | 2024-10-15T21:06:19.359Z | Downloaded bytes v1.7.2 |
356 | 2024-10-15T21:06:19.361Z | Downloaded anyhow v1.0.89 |
357 | 2024-10-15T21:06:19.364Z | Downloaded quinn-udp v0.5.5 |
358 | 2024-10-15T21:06:19.366Z | Downloaded progenitor v0.8.0 |
359 | 2024-10-15T21:06:19.368Z | Downloaded backoff v0.4.0 |
360 | 2024-10-15T21:06:19.368Z | Downloaded crossbeam-utils v0.8.19 |
361 | 2024-10-15T21:06:19.370Z | Downloaded dof v0.3.0 |
362 | 2024-10-15T21:06:19.373Z | Downloaded deranged v0.3.11 |
363 | 2024-10-15T21:06:19.373Z | Downloaded autocfg v1.3.0 |
364 | 2024-10-15T21:06:19.375Z | Downloaded want v0.3.1 |
365 | 2024-10-15T21:06:19.402Z | Downloaded ring v0.17.8 |
366 | 2024-10-15T21:06:19.723Z | Compiling proc-macro2 v1.0.86 |
367 | 2024-10-15T21:06:19.723Z | Compiling unicode-ident v1.0.13 |
368 | 2024-10-15T21:06:19.725Z | Compiling libc v0.2.159 |
369 | 2024-10-15T21:06:19.725Z | Checking cfg-if v1.0.0 |
370 | 2024-10-15T21:06:19.725Z | Compiling version_check v0.9.5 |
371 | 2024-10-15T21:06:19.725Z | Compiling autocfg v1.3.0 |
372 | 2024-10-15T21:06:19.746Z | Compiling serde v1.0.210 |
373 | 2024-10-15T21:06:19.761Z | Checking memchr v2.7.2 |
374 | 2024-10-15T21:06:19.911Z | Compiling serde_json v1.0.128 |
375 | 2024-10-15T21:06:20.344Z | Compiling ahash v0.8.11 |
376 | 2024-10-15T21:06:20.424Z | Checking itoa v1.0.11 |
377 | 2024-10-15T21:06:20.501Z | Checking once_cell v1.19.0 |
378 | 2024-10-15T21:06:20.683Z | Compiling thiserror v1.0.64 |
379 | 2024-10-15T21:06:20.749Z | Checking byteorder v1.5.0 |
380 | 2024-10-15T21:06:20.763Z | Compiling cc v1.0.97 |
381 | 2024-10-15T21:06:21.133Z | Checking pin-project-lite v0.2.14 |
382 | 2024-10-15T21:06:21.161Z | Compiling num-traits v0.2.19 |
383 | 2024-10-15T21:06:21.387Z | Checking ryu v1.0.18 |
384 | 2024-10-15T21:06:21.408Z | Checking bytes v1.7.2 |
385 | 2024-10-15T21:06:21.506Z | Checking getrandom v0.2.14 |
386 | 2024-10-15T21:06:21.635Z | Compiling quote v1.0.37 |
387 | 2024-10-15T21:06:21.737Z | Checking futures-core v0.3.30 |
388 | 2024-10-15T21:06:21.758Z | Checking allocator-api2 v0.2.18 |
389 | 2024-10-15T21:06:21.935Z | Compiling lock_api v0.4.12 |
390 | 2024-10-15T21:06:22.118Z | Compiling syn v2.0.79 |
391 | 2024-10-15T21:06:22.206Z | Compiling parking_lot_core v0.9.10 |
392 | 2024-10-15T21:06:22.297Z | Checking smallvec v1.13.2 |
393 | 2024-10-15T21:06:22.336Z | Checking scopeguard v1.2.0 |
394 | 2024-10-15T21:06:22.383Z | Compiling schemars v0.8.21 |
395 | 2024-10-15T21:06:22.446Z | Compiling slab v0.4.9 |
396 | 2024-10-15T21:06:22.464Z | Checking futures-sink v0.3.30 |
397 | 2024-10-15T21:06:22.590Z | Checking log v0.4.22 |
398 | 2024-10-15T21:06:22.625Z | Checking signal-hook-registry v1.4.2 |
399 | 2024-10-15T21:06:22.836Z | Checking mio v1.0.2 |
400 | 2024-10-15T21:06:22.868Z | Checking socket2 v0.5.7 |
401 | 2024-10-15T21:06:22.871Z | Checking fnv v1.0.7 |
402 | 2024-10-15T21:06:22.891Z | Checking equivalent v1.0.1 |
403 | 2024-10-15T21:06:23.074Z | Checking http v1.1.0 |
404 | 2024-10-15T21:06:23.109Z | Checking parking_lot v0.12.2 |
405 | 2024-10-15T21:06:23.168Z | Checking futures-channel v0.3.30 |
406 | 2024-10-15T21:06:23.289Z | Checking pin-utils v0.1.0 |
407 | 2024-10-15T21:06:23.386Z | Checking futures-io v0.3.30 |
408 | 2024-10-15T21:06:23.454Z | Checking futures-task v0.3.30 |
409 | 2024-10-15T21:06:23.471Z | Compiling pkg-config v0.3.30 |
410 | 2024-10-15T21:06:23.534Z | Checking rustls-pki-types v1.7.0 |
411 | 2024-10-15T21:06:23.551Z | Compiling heck v0.5.0 |
412 | 2024-10-15T21:06:23.675Z | Checking spin v0.9.8 |
413 | 2024-10-15T21:06:23.709Z | Compiling ring v0.17.8 |
414 | 2024-10-15T21:06:23.875Z | Compiling vcpkg v0.2.15 |
415 | 2024-10-15T21:06:23.949Z | Compiling semver v1.0.23 |
416 | 2024-10-15T21:06:24.130Z | Compiling httparse v1.8.0 |
417 | 2024-10-15T21:06:24.448Z | Checking iana-time-zone v0.1.60 |
418 | 2024-10-15T21:06:24.513Z | Compiling ucd-trie v0.1.6 |
419 | 2024-10-15T21:06:24.552Z | Checking untrusted v0.9.0 |
420 | 2024-10-15T21:06:24.661Z | Checking tracing-core v0.1.32 |
421 | 2024-10-15T21:06:24.866Z | Checking atomic-waker v1.1.2 |
422 | 2024-10-15T21:06:24.980Z | Checking dyn-clone v1.0.17 |
423 | 2024-10-15T21:06:25.280Z | Checking tracing v0.1.40 |
424 | 2024-10-15T21:06:25.325Z | Checking http-body v1.0.0 |
425 | 2024-10-15T21:06:25.494Z | Compiling openssl-sys v0.9.103 |
426 | 2024-10-15T21:06:25.513Z | Checking zeroize v1.8.1 |
427 | 2024-10-15T21:06:25.552Z | Checking subtle v2.5.0 |
428 | 2024-10-15T21:06:25.612Z | Compiling uuid v1.10.0 |
429 | 2024-10-15T21:06:25.676Z | Checking try-lock v0.2.5 |
430 | 2024-10-15T21:06:25.780Z | Checking want v0.3.1 |
431 | 2024-10-15T21:06:25.846Z | Compiling openssl v0.10.66 |
432 | 2024-10-15T21:06:25.942Z | Checking foreign-types-shared v0.1.1 |
433 | 2024-10-15T21:06:26.055Z | Compiling slog v2.7.0 |
434 | 2024-10-15T21:06:26.156Z | Compiling chrono v0.4.38 |
435 | 2024-10-15T21:06:26.255Z | Checking httpdate v1.0.3 |
436 | 2024-10-15T21:06:26.341Z | Checking foreign-types v0.3.2 |
437 | 2024-10-15T21:06:26.424Z | Compiling aho-corasick v1.1.3 |
438 | 2024-10-15T21:06:26.458Z | Compiling rustls v0.23.10 |
439 | 2024-10-15T21:06:26.565Z | Checking tower-service v0.3.2 |
440 | 2024-10-15T21:06:26.672Z | Checking tinyvec_macros v0.1.1 |
441 | 2024-10-15T21:06:26.743Z | Compiling native-tls v0.2.11 |
442 | 2024-10-15T21:06:26.762Z | Checking percent-encoding v2.3.1 |
443 | 2024-10-15T21:06:26.915Z | Checking bitflags v2.6.0 |
444 | 2024-10-15T21:06:27.085Z | Compiling typenum v1.17.0 |
445 | 2024-10-15T21:06:27.104Z | Compiling regex-syntax v0.8.4 |
446 | 2024-10-15T21:06:27.878Z | Checking form_urlencoded v1.2.1 |
447 | 2024-10-15T21:06:27.959Z | Checking tinyvec v1.6.0 |
448 | 2024-10-15T21:06:28.485Z | Compiling serde_derive_internals v0.29.1 |
449 | 2024-10-15T21:06:29.062Z | Compiling generic-array v0.14.7 |
450 | 2024-10-15T21:06:29.311Z | Checking openssl-probe v0.1.5 |
451 | 2024-10-15T21:06:29.443Z | Checking unicode-normalization v0.1.23 |
452 | 2024-10-15T21:06:30.344Z | Compiling regex-automata v0.4.6 |
453 | 2024-10-15T21:06:30.605Z | Checking encoding_rs v0.8.34 |
454 | 2024-10-15T21:06:30.842Z | Compiling usdt-impl v0.5.0 |
455 | 2024-10-15T21:06:31.207Z | Checking powerfmt v0.2.0 |
456 | 2024-10-15T21:06:31.289Z | Compiling num-conv v0.1.0 |
457 | 2024-10-15T21:06:31.568Z | Checking base64 v0.22.1 |
458 | 2024-10-15T21:06:32.034Z | Checking mime v0.3.17 |
459 | 2024-10-15T21:06:32.353Z | Checking unicode-bidi v0.3.15 |
460 | 2024-10-15T21:06:32.375Z | Compiling time-core v0.1.2 |
461 | 2024-10-15T21:06:32.480Z | Checking rustls-pemfile v2.1.3 |
462 | 2024-10-15T21:06:32.523Z | Compiling time-macros v0.2.18 |
463 | 2024-10-15T21:06:32.703Z | Checking deranged v0.3.11 |
464 | 2024-10-15T21:06:32.963Z | Checking idna v0.5.0 |
465 | 2024-10-15T21:06:33.035Z | Compiling thread-id v4.2.1 |
466 | 2024-10-15T21:06:33.821Z | Checking webpki-roots v0.26.3 |
467 | 2024-10-15T21:06:33.893Z | Compiling serde_derive v1.0.210 |
468 | 2024-10-15T21:06:33.918Z | Compiling zerocopy-derive v0.7.34 |
469 | 2024-10-15T21:06:34.011Z | Compiling thiserror-impl v1.0.64 |
470 | 2024-10-15T21:06:34.205Z | Compiling schemars_derive v0.8.21 |
471 | 2024-10-15T21:06:34.589Z | Compiling tokio-macros v2.4.0 |
472 | 2024-10-15T21:06:34.602Z | Compiling futures-macro v0.3.30 |
473 | 2024-10-15T21:06:35.439Z | Checking rustls-webpki v0.102.4 |
474 | 2024-10-15T21:06:35.902Z | Checking zerocopy v0.7.34 |
475 | 2024-10-15T21:06:37.188Z | Checking tokio v1.39.3 |
476 | 2024-10-15T21:06:37.193Z | Checking futures-util v0.3.30 |
477 | 2024-10-15T21:06:37.193Z | Compiling pest v2.7.10 |
478 | 2024-10-15T21:06:37.230Z | Compiling openssl-macros v0.1.1 |
479 | 2024-10-15T21:06:37.757Z | Checking hashbrown v0.14.5 |
480 | 2024-10-15T21:06:38.882Z | Compiling regex v1.10.6 |
481 | 2024-10-15T21:06:39.456Z | Compiling pest_meta v2.7.10 |
482 | 2024-10-15T21:06:39.775Z | Compiling regress v0.10.1 |
483 | 2024-10-15T21:06:39.893Z | Compiling scroll_derive v0.12.0 |
484 | 2024-10-15T21:06:41.626Z | Compiling pest_generator v2.7.10 |
485 | 2024-10-15T21:06:42.651Z | Checking http-body-util v0.1.2 |
486 | 2024-10-15T21:06:43.078Z | Checking scroll v0.12.0 |
487 | 2024-10-15T21:06:43.153Z | Checking tokio-util v0.7.12 |
488 | 2024-10-15T21:06:43.387Z | Checking tokio-rustls v0.26.0 |
489 | 2024-10-15T21:06:43.517Z | Compiling pest_derive v2.7.10 |
490 | 2024-10-15T21:06:43.707Z | Checking tokio-native-tls v0.3.1 |
491 | 2024-10-15T21:06:43.950Z | Checking num_threads v0.1.7 |
492 | 2024-10-15T21:06:44.053Z | Compiling ident_case v1.0.1 |
493 | 2024-10-15T21:06:44.168Z | Compiling crossbeam-utils v0.8.19 |
494 | 2024-10-15T21:06:44.237Z | Compiling strsim v0.11.1 |
495 | 2024-10-15T21:06:44.339Z | Compiling dtrace-parser v0.2.0 |
496 | 2024-10-15T21:06:44.939Z | Checking plain v0.2.3 |
497 | 2024-10-15T21:06:45.079Z | Checking goblin v0.8.2 |
498 | 2024-10-15T21:06:46.119Z | Compiling darling_core v0.20.9 |
499 | 2024-10-15T21:06:47.033Z | Checking indexmap v2.5.0 |
500 | 2024-10-15T21:06:47.407Z | Compiling serde_tokenstream v0.2.2 |
501 | 2024-10-15T21:06:48.245Z | Checking serde_urlencoded v0.7.1 |
502 | 2024-10-15T21:06:48.265Z | Checking h2 v0.4.6 |
503 | 2024-10-15T21:06:48.682Z | Checking openapiv3 v2.0.0 |
504 | 2024-10-15T21:06:49.439Z | Compiling dof v0.3.0 |
505 | 2024-10-15T21:06:51.251Z | Checking typify-impl v0.2.0 |
506 | 2024-10-15T21:06:51.319Z | Checking time v0.3.36 |
507 | 2024-10-15T21:06:54.545Z | Checking url v2.5.2 |
508 | 2024-10-15T21:06:54.610Z | Checking sync_wrapper v1.0.1 |
509 | 2024-10-15T21:06:54.610Z | Checking dirs-sys-next v0.1.2 |
510 | 2024-10-15T21:06:54.626Z | Checking hyper v1.4.1 |
511 | 2024-10-15T21:06:54.626Z | Compiling omicron-workspace-hack v0.1.0 |
512 | 2024-10-15T21:06:54.626Z | Checking ipnet v2.10.0 |
513 | 2024-10-15T21:06:54.626Z | Checking pretty-hex v0.4.1 |
514 | 2024-10-15T21:06:54.626Z | Compiling rustls v0.22.4 |
515 | 2024-10-15T21:06:54.626Z | Compiling unsafe-libyaml v0.2.11 |
516 | 2024-10-15T21:06:54.627Z | Compiling rustversion v1.0.17 |
517 | 2024-10-15T21:06:54.627Z | Compiling paste v1.0.15 |
518 | 2024-10-15T21:06:54.627Z | Checking dirs-next v2.0.0 |
519 | 2024-10-15T21:06:54.627Z | Compiling darling_macro v0.20.9 |
520 | 2024-10-15T21:06:54.627Z | Checking serde_spanned v0.6.7 |
521 | 2024-10-15T21:06:54.627Z | Checking toml_datetime v0.6.8 |
522 | 2024-10-15T21:06:54.627Z | Checking block-buffer v0.10.4 |
523 | 2024-10-15T21:06:54.627Z | Checking crypto-common v0.1.6 |
524 | 2024-10-15T21:06:54.627Z | Compiling structmeta-derive v0.3.0 |
525 | 2024-10-15T21:06:54.627Z | Checking rand_core v0.6.4 |
526 | 2024-10-15T21:06:54.627Z | Compiling serde_yaml v0.9.34+deprecated |
527 | 2024-10-15T21:06:54.627Z | Checking thread_local v1.1.8 |
528 | 2024-10-15T21:06:54.627Z | Checking hyper-util v0.1.9 |
529 | 2024-10-15T21:06:54.627Z | Compiling multer v3.1.0 |
530 | 2024-10-15T21:06:54.627Z | Compiling camino v1.1.9 |
531 | 2024-10-15T21:06:54.638Z | Checking ppv-lite86 v0.2.17 |
532 | 2024-10-15T21:06:54.662Z | Compiling anyhow v1.0.89 |
533 | 2024-10-15T21:06:54.746Z | Checking match_cfg v0.1.0 |
534 | 2024-10-15T21:06:54.827Z | Checking winnow v0.6.18 |
535 | 2024-10-15T21:06:55.053Z | Compiling slog-async v2.8.0 |
536 | 2024-10-15T21:06:55.335Z | Checking rand_chacha v0.3.1 |
537 | 2024-10-15T21:06:55.498Z | Checking hostname v0.3.1 |
538 | 2024-10-15T21:06:55.617Z | Checking crossbeam-channel v0.5.12 |
539 | 2024-10-15T21:06:55.656Z | Compiling darling v0.20.9 |
540 | 2024-10-15T21:06:55.772Z | Checking digest v0.10.7 |
541 | 2024-10-15T21:06:56.055Z | Checking hyper-rustls v0.27.3 |
542 | 2024-10-15T21:06:56.079Z | Checking hyper-tls v0.6.0 |
543 | 2024-10-15T21:06:56.350Z | Checking term v0.7.0 |
544 | 2024-10-15T21:06:56.364Z | Checking reqwest v0.12.7 |
545 | 2024-10-15T21:06:56.770Z | Compiling structmeta v0.3.0 |
546 | 2024-10-15T21:06:57.155Z | Checking slog-json v2.6.1 |
547 | 2024-10-15T21:06:57.390Z | Compiling usdt-macro v0.5.0 |
548 | 2024-10-15T21:06:57.409Z | Compiling usdt-attr-macro v0.5.0 |
549 | 2024-10-15T21:06:57.432Z | Checking futures-executor v0.3.30 |
550 | 2024-10-15T21:06:57.631Z | Compiling async-stream-impl v0.3.5 |
551 | 2024-10-15T21:06:57.783Z | Checking memmap v0.7.0 |
552 | 2024-10-15T21:06:57.786Z | Checking progenitor-client v0.8.0 |
553 | 2024-10-15T21:06:57.822Z | Checking toml_edit v0.22.22 |
554 | 2024-10-15T21:06:57.972Z | Checking is-terminal v0.4.12 |
555 | 2024-10-15T21:06:58.085Z | Compiling dropshot v0.12.0 |
556 | 2024-10-15T21:06:58.089Z | Checking cpufeatures v0.2.12 |
557 | 2024-10-15T21:06:58.185Z | Checking take_mut v0.2.2 |
558 | 2024-10-15T21:06:58.469Z | Checking sha1 v0.10.6 |
559 | 2024-10-15T21:06:58.601Z | Checking slog-term v2.9.1 |
560 | 2024-10-15T21:06:58.624Z | Checking futures v0.3.30 |
561 | 2024-10-15T21:06:58.736Z | Compiling strum_macros v0.26.4 |
562 | 2024-10-15T21:06:58.754Z | Checking slog-bunyan v2.5.0 |
563 | 2024-10-15T21:06:58.827Z | Checking usdt v0.5.0 |
564 | 2024-10-15T21:06:58.911Z | Compiling parse-display-derive v0.10.0 |
565 | 2024-10-15T21:06:58.930Z | Checking async-stream v0.3.5 |
566 | 2024-10-15T21:06:59.051Z | Compiling serde_with_macros v3.9.0 |
567 | 2024-10-15T21:06:59.070Z | Checking rand v0.8.5 |
568 | 2024-10-15T21:07:00.283Z | Checking tokio-rustls v0.25.0 |
569 | 2024-10-15T21:07:00.329Z | Checking toml v0.8.19 |
570 | 2024-10-15T21:07:00.347Z | Checking newtype-uuid v1.1.0 |
571 | 2024-10-15T21:07:00.394Z | Checking ipnetwork v0.20.0 |
572 | 2024-10-15T21:07:00.575Z | Compiling dropshot_endpoint v0.12.0 |
573 | 2024-10-15T21:07:00.633Z | Checking hex v0.4.3 |
574 | 2024-10-15T21:07:00.750Z | Checking serde_path_to_error v0.1.16 |
575 | 2024-10-15T21:07:01.080Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
576 | 2024-10-15T21:07:01.146Z | Compiling async-trait v0.1.83 |
577 | 2024-10-15T21:07:01.353Z | Checking waitgroup v0.1.2 |
578 | 2024-10-15T21:07:01.482Z | Checking hostname v0.4.0 |
579 | 2024-10-15T21:07:01.614Z | Checking instant v0.1.12 |
580 | 2024-10-15T21:07:01.669Z | Checking debug-ignore v1.0.5 |
581 | 2024-10-15T21:07:01.715Z | Checking backoff v0.4.0 |
582 | 2024-10-15T21:07:01.793Z | Checking serde_with v3.9.0 |
583 | 2024-10-15T21:07:01.896Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
584 | 2024-10-15T21:07:01.968Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
585 | 2024-10-15T21:07:02.026Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
586 | 2024-10-15T21:07:02.115Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
587 | 2024-10-15T21:07:02.361Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
588 | 2024-10-15T21:07:02.454Z | Checking macaddr v1.0.1 |
589 | 2024-10-15T21:07:02.689Z | Checking parse-display v0.10.0 |
590 | 2024-10-15T21:07:02.783Z | Checking regress v0.9.1 |
591 | 2024-10-15T21:07:03.166Z | Checking strum v0.26.3 |
592 | 2024-10-15T21:07:04.204Z | Compiling typify-macro v0.2.0 |
593 | 2024-10-15T21:07:06.147Z | Compiling typify v0.2.0 |
594 | 2024-10-15T21:07:06.223Z | Compiling progenitor-impl v0.8.0 |
595 | 2024-10-15T21:07:08.728Z | Compiling progenitor-macro v0.8.0 |
596 | 2024-10-15T21:07:13.706Z | Checking progenitor v0.8.0 |
597 | 2024-10-15T21:07:13.817Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
598 | 2024-10-15T21:07:16.509Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
599 | 2024-10-15T21:07:23.435Z | Checking test-project v0.1.0 (/tmp/test-project) |
600 | 2024-10-15T21:07:23.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
601 | 2024-10-15T21:07:23.803Z | + cargo build --release |
602 | 2024-10-15T21:07:24.046Z | Compiling proc-macro2 v1.0.86 |
603 | 2024-10-15T21:07:24.046Z | Compiling unicode-ident v1.0.13 |
604 | 2024-10-15T21:07:24.047Z | Compiling libc v0.2.159 |
605 | 2024-10-15T21:07:24.047Z | Compiling version_check v0.9.5 |
606 | 2024-10-15T21:07:24.047Z | Compiling cfg-if v1.0.0 |
607 | 2024-10-15T21:07:24.050Z | Compiling autocfg v1.3.0 |
608 | 2024-10-15T21:07:24.050Z | Compiling serde v1.0.210 |
609 | 2024-10-15T21:07:24.087Z | Compiling memchr v2.7.2 |
610 | 2024-10-15T21:07:24.166Z | Compiling serde_json v1.0.128 |
611 | 2024-10-15T21:07:24.224Z | Compiling itoa v1.0.11 |
612 | 2024-10-15T21:07:24.414Z | Compiling once_cell v1.19.0 |
613 | 2024-10-15T21:07:24.635Z | Compiling thiserror v1.0.64 |
614 | 2024-10-15T21:07:24.672Z | Compiling ahash v0.8.11 |
615 | 2024-10-15T21:07:25.038Z | Compiling cc v1.0.97 |
616 | 2024-10-15T21:07:25.117Z | Compiling byteorder v1.5.0 |
617 | 2024-10-15T21:07:25.272Z | Compiling num-traits v0.2.19 |
618 | 2024-10-15T21:07:25.391Z | Compiling pin-project-lite v0.2.14 |
619 | 2024-10-15T21:07:25.500Z | Compiling quote v1.0.37 |
620 | 2024-10-15T21:07:25.546Z | Compiling getrandom v0.2.14 |
621 | 2024-10-15T21:07:25.653Z | Compiling ryu v1.0.18 |
622 | 2024-10-15T21:07:25.908Z | Compiling syn v2.0.79 |
623 | 2024-10-15T21:07:25.932Z | Compiling bytes v1.7.2 |
624 | 2024-10-15T21:07:26.054Z | Compiling allocator-api2 v0.2.18 |
625 | 2024-10-15T21:07:26.100Z | Compiling futures-core v0.3.30 |
626 | 2024-10-15T21:07:26.187Z | Compiling lock_api v0.4.12 |
627 | 2024-10-15T21:07:26.340Z | Compiling parking_lot_core v0.9.10 |
628 | 2024-10-15T21:07:26.385Z | Compiling schemars v0.8.21 |
629 | 2024-10-15T21:07:26.769Z | Compiling scopeguard v1.2.0 |
630 | 2024-10-15T21:07:26.782Z | Compiling smallvec v1.13.2 |
631 | 2024-10-15T21:07:26.786Z | Compiling slab v0.4.9 |
632 | 2024-10-15T21:07:26.867Z | Compiling log v0.4.22 |
633 | 2024-10-15T21:07:26.910Z | Compiling futures-sink v0.3.30 |
634 | 2024-10-15T21:07:27.055Z | Compiling signal-hook-registry v1.4.2 |
635 | 2024-10-15T21:07:27.245Z | Compiling socket2 v0.5.7 |
636 | 2024-10-15T21:07:27.288Z | Compiling mio v1.0.2 |
637 | 2024-10-15T21:07:27.681Z | Compiling parking_lot v0.12.2 |
638 | 2024-10-15T21:07:27.773Z | Compiling fnv v1.0.7 |
639 | 2024-10-15T21:07:27.818Z | Compiling ring v0.17.8 |
640 | 2024-10-15T21:07:27.963Z | Compiling equivalent v1.0.1 |
641 | 2024-10-15T21:07:28.056Z | Compiling http v1.1.0 |
642 | 2024-10-15T21:07:28.064Z | Compiling futures-channel v0.3.30 |
643 | 2024-10-15T21:07:28.559Z | Compiling futures-task v0.3.30 |
644 | 2024-10-15T21:07:28.824Z | Compiling futures-io v0.3.30 |
645 | 2024-10-15T21:07:28.884Z | Compiling pin-utils v0.1.0 |
646 | 2024-10-15T21:07:28.962Z | Compiling semver v1.0.23 |
647 | 2024-10-15T21:07:29.151Z | Compiling pkg-config v0.3.30 |
648 | 2024-10-15T21:07:29.190Z | Compiling heck v0.5.0 |
649 | 2024-10-15T21:07:29.269Z | Compiling rustls-pki-types v1.7.0 |
650 | 2024-10-15T21:07:29.450Z | Compiling vcpkg v0.2.15 |
651 | 2024-10-15T21:07:29.585Z | Compiling spin v0.9.8 |
652 | 2024-10-15T21:07:30.145Z | Compiling httparse v1.8.0 |
653 | 2024-10-15T21:07:30.311Z | Compiling ucd-trie v0.1.6 |
654 | 2024-10-15T21:07:30.540Z | Compiling untrusted v0.9.0 |
655 | 2024-10-15T21:07:30.597Z | Compiling iana-time-zone v0.1.60 |
656 | 2024-10-15T21:07:30.799Z | Compiling tracing-core v0.1.32 |
657 | 2024-10-15T21:07:31.082Z | Compiling openssl-sys v0.9.103 |
658 | 2024-10-15T21:07:31.571Z | Compiling atomic-waker v1.1.2 |
659 | 2024-10-15T21:07:31.748Z | Compiling dyn-clone v1.0.17 |
660 | 2024-10-15T21:07:31.946Z | Compiling tracing v0.1.40 |
661 | 2024-10-15T21:07:32.490Z | Compiling chrono v0.4.38 |
662 | 2024-10-15T21:07:32.612Z | Compiling http-body v1.0.0 |
663 | 2024-10-15T21:07:32.758Z | Compiling uuid v1.10.0 |
664 | 2024-10-15T21:07:32.944Z | Compiling serde_derive_internals v0.29.1 |
665 | 2024-10-15T21:07:33.113Z | Compiling try-lock v0.2.5 |
666 | 2024-10-15T21:07:33.261Z | Compiling subtle v2.5.0 |
667 | 2024-10-15T21:07:33.306Z | Compiling zeroize v1.8.1 |
668 | 2024-10-15T21:07:33.329Z | Compiling want v0.3.1 |
669 | 2024-10-15T21:07:33.606Z | Compiling openssl v0.10.66 |
670 | 2024-10-15T21:07:33.629Z | Compiling slog v2.7.0 |
671 | 2024-10-15T21:07:34.035Z | Compiling httpdate v1.0.3 |
672 | 2024-10-15T21:07:34.425Z | Compiling foreign-types-shared v0.1.1 |
673 | 2024-10-15T21:07:34.504Z | Compiling foreign-types v0.3.2 |
674 | 2024-10-15T21:07:34.742Z | Compiling aho-corasick v1.1.3 |
675 | 2024-10-15T21:07:35.148Z | Compiling native-tls v0.2.11 |
676 | 2024-10-15T21:07:35.515Z | Compiling percent-encoding v2.3.1 |
677 | 2024-10-15T21:07:35.606Z | Compiling typenum v1.17.0 |
678 | 2024-10-15T21:07:35.973Z | Compiling bitflags v2.6.0 |
679 | 2024-10-15T21:07:35.976Z | Compiling tower-service v0.3.2 |
680 | 2024-10-15T21:07:36.090Z | Compiling rustls v0.23.10 |
681 | 2024-10-15T21:07:36.316Z | Compiling tinyvec_macros v0.1.1 |
682 | 2024-10-15T21:07:36.391Z | Compiling regex-syntax v0.8.4 |
683 | 2024-10-15T21:07:36.417Z | Compiling tinyvec v1.6.0 |
684 | 2024-10-15T21:07:36.625Z | Compiling form_urlencoded v1.2.1 |
685 | 2024-10-15T21:07:37.157Z | Compiling generic-array v0.14.7 |
686 | 2024-10-15T21:07:37.580Z | Compiling openssl-probe v0.1.5 |
687 | 2024-10-15T21:07:38.060Z | Compiling unicode-normalization v0.1.23 |
688 | 2024-10-15T21:07:38.528Z | Compiling serde_derive v1.0.210 |
689 | 2024-10-15T21:07:38.824Z | Compiling zerocopy-derive v0.7.34 |
690 | 2024-10-15T21:07:38.869Z | Compiling thiserror-impl v1.0.64 |
691 | 2024-10-15T21:07:39.029Z | Compiling schemars_derive v0.8.21 |
692 | 2024-10-15T21:07:39.323Z | Compiling tokio-macros v2.4.0 |
693 | 2024-10-15T21:07:39.487Z | Compiling futures-macro v0.3.30 |
694 | 2024-10-15T21:07:40.813Z | Compiling tokio v1.39.3 |
695 | 2024-10-15T21:07:40.820Z | Compiling zerocopy v0.7.34 |
696 | 2024-10-15T21:07:41.812Z | Compiling futures-util v0.3.30 |
697 | 2024-10-15T21:07:41.982Z | Compiling pest v2.7.10 |
698 | 2024-10-15T21:07:42.964Z | Compiling hashbrown v0.14.5 |
699 | 2024-10-15T21:07:44.541Z | Compiling pest_meta v2.7.10 |
700 | 2024-10-15T21:07:44.779Z | Compiling rustls-webpki v0.102.4 |
701 | 2024-10-15T21:07:44.846Z | Compiling regress v0.10.1 |
702 | 2024-10-15T21:07:48.573Z | Compiling pest_generator v2.7.10 |
703 | 2024-10-15T21:07:49.164Z | Compiling tokio-util v0.7.12 |
704 | 2024-10-15T21:07:49.506Z | Compiling openssl-macros v0.1.1 |
705 | 2024-10-15T21:07:49.908Z | Compiling regex-automata v0.4.6 |
706 | 2024-10-15T21:07:50.227Z | Compiling pest_derive v2.7.10 |
707 | 2024-10-15T21:07:51.474Z | Compiling http-body-util v0.1.2 |
708 | 2024-10-15T21:07:52.011Z | Compiling scroll_derive v0.12.0 |
709 | 2024-10-15T21:07:53.497Z | Compiling indexmap v2.5.0 |
710 | 2024-10-15T21:07:55.247Z | Compiling serde_tokenstream v0.2.2 |
711 | 2024-10-15T21:07:59.044Z | Compiling h2 v0.4.6 |
712 | 2024-10-15T21:08:01.642Z | Compiling typify-impl v0.2.0 |
713 | 2024-10-15T21:08:04.319Z | Compiling hyper v1.4.1 |
714 | 2024-10-15T21:08:07.073Z | Compiling hyper-util v0.1.9 |
715 | 2024-10-15T21:08:09.687Z | Compiling regex v1.10.6 |
716 | 2024-10-15T21:08:10.689Z | Compiling usdt-impl v0.5.0 |
717 | 2024-10-15T21:08:11.061Z | Compiling encoding_rs v0.8.34 |
718 | 2024-10-15T21:08:12.984Z | Compiling unicode-bidi v0.3.15 |
719 | 2024-10-15T21:08:13.643Z | Compiling typify-macro v0.2.0 |
720 | 2024-10-15T21:08:14.655Z | Compiling base64 v0.22.1 |
721 | 2024-10-15T21:08:15.739Z | Compiling time-core v0.1.2 |
722 | 2024-10-15T21:08:15.894Z | Compiling powerfmt v0.2.0 |
723 | 2024-10-15T21:08:16.044Z | Compiling mime v0.3.17 |
724 | 2024-10-15T21:08:16.102Z | Compiling num-conv v0.1.0 |
725 | 2024-10-15T21:08:16.378Z | Compiling time-macros v0.2.18 |
726 | 2024-10-15T21:08:17.097Z | Compiling deranged v0.3.11 |
727 | 2024-10-15T21:08:17.538Z | Compiling rustls-pemfile v2.1.3 |
728 | 2024-10-15T21:08:18.290Z | Compiling idna v0.5.0 |
729 | 2024-10-15T21:08:19.489Z | Compiling tokio-native-tls v0.3.1 |
730 | 2024-10-15T21:08:19.764Z | Compiling tokio-rustls v0.26.0 |
731 | 2024-10-15T21:08:20.836Z | Compiling dof v0.3.0 |
732 | 2024-10-15T21:08:21.479Z | Compiling scroll v0.12.0 |
733 | 2024-10-15T21:08:21.696Z | Compiling serde_urlencoded v0.7.1 |
734 | 2024-10-15T21:08:21.881Z | Compiling dtrace-parser v0.2.0 |
735 | 2024-10-15T21:08:23.624Z | Compiling thread-id v4.2.1 |
736 | 2024-10-15T21:08:23.705Z | Compiling webpki-roots v0.26.3 |
737 | 2024-10-15T21:08:23.902Z | Compiling strsim v0.11.1 |
738 | 2024-10-15T21:08:24.595Z | Compiling ident_case v1.0.1 |
739 | 2024-10-15T21:08:25.224Z | Compiling crossbeam-utils v0.8.19 |
740 | 2024-10-15T21:08:25.893Z | Compiling num_threads v0.1.7 |
741 | 2024-10-15T21:08:26.058Z | Compiling omicron-workspace-hack v0.1.0 |
742 | 2024-10-15T21:08:26.180Z | Compiling plain v0.2.3 |
743 | 2024-10-15T21:08:26.233Z | Compiling goblin v0.8.2 |
744 | 2024-10-15T21:08:28.538Z | Compiling time v0.3.36 |
745 | 2024-10-15T21:08:33.485Z | Compiling darling_core v0.20.9 |
746 | 2024-10-15T21:08:34.917Z | Compiling hyper-rustls v0.27.3 |
747 | 2024-10-15T21:08:36.727Z | Compiling hyper-tls v0.6.0 |
748 | 2024-10-15T21:08:36.964Z | Compiling url v2.5.2 |
749 | 2024-10-15T21:08:37.205Z | Compiling typify v0.2.0 |
750 | 2024-10-15T21:08:37.320Z | Compiling openapiv3 v2.0.0 |
751 | 2024-10-15T21:08:42.220Z | Compiling sync_wrapper v1.0.1 |
752 | 2024-10-15T21:08:42.359Z | Compiling dirs-sys-next v0.1.2 |
753 | 2024-10-15T21:08:42.359Z | Compiling rustversion v1.0.17 |
754 | 2024-10-15T21:08:42.359Z | Compiling unsafe-libyaml v0.2.11 |
755 | 2024-10-15T21:08:42.359Z | Compiling ipnet v2.10.0 |
756 | 2024-10-15T21:08:42.359Z | Compiling rustls v0.22.4 |
757 | 2024-10-15T21:08:42.359Z | Compiling paste v1.0.15 |
758 | 2024-10-15T21:08:42.359Z | Compiling pretty-hex v0.4.1 |
759 | 2024-10-15T21:08:42.410Z | Compiling serde_yaml v0.9.34+deprecated |
760 | 2024-10-15T21:08:42.535Z | Compiling progenitor-impl v0.8.0 |
761 | 2024-10-15T21:08:42.819Z | Compiling reqwest v0.12.7 |
762 | 2024-10-15T21:08:43.990Z | Compiling darling_macro v0.20.9 |
763 | 2024-10-15T21:08:44.965Z | Compiling dirs-next v2.0.0 |
764 | 2024-10-15T21:08:47.808Z | Compiling crypto-common v0.1.6 |
765 | 2024-10-15T21:08:48.007Z | Compiling block-buffer v0.10.4 |
766 | 2024-10-15T21:08:48.107Z | Compiling toml_datetime v0.6.8 |
767 | 2024-10-15T21:08:48.235Z | Compiling serde_spanned v0.6.7 |
768 | 2024-10-15T21:08:48.462Z | Compiling structmeta-derive v0.3.0 |
769 | 2024-10-15T21:08:48.754Z | Compiling rand_core v0.6.4 |
770 | 2024-10-15T21:08:49.226Z | Compiling thread_local v1.1.8 |
771 | 2024-10-15T21:08:49.253Z | Compiling multer v3.1.0 |
772 | 2024-10-15T21:08:49.607Z | Compiling winnow v0.6.18 |
773 | 2024-10-15T21:08:49.952Z | Compiling anyhow v1.0.89 |
774 | 2024-10-15T21:08:49.979Z | Compiling camino v1.1.9 |
775 | 2024-10-15T21:08:50.136Z | Compiling ppv-lite86 v0.2.17 |
776 | 2024-10-15T21:08:50.516Z | Compiling slog-async v2.8.0 |
777 | 2024-10-15T21:08:50.569Z | Compiling match_cfg v0.1.0 |
778 | 2024-10-15T21:08:50.651Z | Compiling hostname v0.3.1 |
779 | 2024-10-15T21:08:50.886Z | Compiling rand_chacha v0.3.1 |
780 | 2024-10-15T21:08:51.138Z | Compiling structmeta v0.3.0 |
781 | 2024-10-15T21:08:51.146Z | Compiling progenitor-macro v0.8.0 |
782 | 2024-10-15T21:08:51.501Z | Compiling digest v0.10.7 |
783 | 2024-10-15T21:08:51.891Z | Compiling crossbeam-channel v0.5.12 |
784 | 2024-10-15T21:08:52.599Z | Compiling term v0.7.0 |
785 | 2024-10-15T21:08:53.488Z | Compiling toml_edit v0.22.22 |
786 | 2024-10-15T21:08:53.982Z | Compiling darling v0.20.9 |
787 | 2024-10-15T21:08:54.089Z | Compiling progenitor-client v0.8.0 |
788 | 2024-10-15T21:08:58.259Z | Compiling usdt-macro v0.5.0 |
789 | 2024-10-15T21:08:59.595Z | Compiling usdt-attr-macro v0.5.0 |
790 | 2024-10-15T21:09:01.128Z | Compiling slog-json v2.6.1 |
791 | 2024-10-15T21:09:01.604Z | Compiling futures-executor v0.3.30 |
792 | 2024-10-15T21:09:02.218Z | Compiling async-stream-impl v0.3.5 |
793 | 2024-10-15T21:09:02.832Z | Compiling is-terminal v0.4.12 |
794 | 2024-10-15T21:09:02.942Z | Compiling memmap v0.7.0 |
795 | 2024-10-15T21:09:03.355Z | Compiling dropshot v0.12.0 |
796 | 2024-10-15T21:09:03.546Z | Compiling take_mut v0.2.2 |
797 | 2024-10-15T21:09:03.695Z | Compiling cpufeatures v0.2.12 |
798 | 2024-10-15T21:09:03.783Z | Compiling sha1 v0.10.6 |
799 | 2024-10-15T21:09:04.534Z | Compiling async-stream v0.3.5 |
800 | 2024-10-15T21:09:04.867Z | Compiling usdt v0.5.0 |
801 | 2024-10-15T21:09:06.308Z | Compiling progenitor v0.8.0 |
802 | 2024-10-15T21:09:06.425Z | Compiling slog-term v2.9.1 |
803 | 2024-10-15T21:09:06.495Z | Compiling futures v0.3.30 |
804 | 2024-10-15T21:09:06.687Z | Compiling slog-bunyan v2.5.0 |
805 | 2024-10-15T21:09:06.957Z | Compiling tokio-rustls v0.25.0 |
806 | 2024-10-15T21:09:07.259Z | Compiling toml v0.8.19 |
807 | 2024-10-15T21:09:07.394Z | Compiling strum_macros v0.26.4 |
808 | 2024-10-15T21:09:09.233Z | Compiling serde_with_macros v3.9.0 |
809 | 2024-10-15T21:09:11.929Z | Compiling parse-display-derive v0.10.0 |
810 | 2024-10-15T21:09:11.991Z | Compiling rand v0.8.5 |
811 | 2024-10-15T21:09:15.948Z | Compiling newtype-uuid v1.1.0 |
812 | 2024-10-15T21:09:16.273Z | Compiling ipnetwork v0.20.0 |
813 | 2024-10-15T21:09:16.471Z | Compiling dropshot_endpoint v0.12.0 |
814 | 2024-10-15T21:09:16.722Z | Compiling serde_path_to_error v0.1.16 |
815 | 2024-10-15T21:09:17.637Z | Compiling hex v0.4.3 |
816 | 2024-10-15T21:09:17.746Z | Compiling async-trait v0.1.83 |
817 | 2024-10-15T21:09:18.312Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
818 | 2024-10-15T21:09:19.151Z | Compiling waitgroup v0.1.2 |
819 | 2024-10-15T21:09:19.382Z | Compiling hostname v0.4.0 |
820 | 2024-10-15T21:09:19.612Z | Compiling instant v0.1.12 |
821 | 2024-10-15T21:09:19.750Z | Compiling debug-ignore v1.0.5 |
822 | 2024-10-15T21:09:19.895Z | Compiling backoff v0.4.0 |
823 | 2024-10-15T21:09:20.168Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
824 | 2024-10-15T21:09:20.220Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
825 | 2024-10-15T21:09:20.347Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
826 | 2024-10-15T21:09:20.379Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
827 | 2024-10-15T21:09:21.028Z | Compiling parse-display v0.10.0 |
828 | 2024-10-15T21:09:21.169Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
829 | 2024-10-15T21:09:23.011Z | Compiling strum v0.26.3 |
830 | 2024-10-15T21:09:23.182Z | Compiling serde_with v3.9.0 |
831 | 2024-10-15T21:09:25.080Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
832 | 2024-10-15T21:09:25.906Z | Compiling macaddr v1.0.1 |
833 | 2024-10-15T21:09:26.418Z | Compiling regress v0.9.1 |
834 | 2024-10-15T21:09:31.998Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
835 | 2024-10-15T21:09:41.516Z | Compiling test-project v0.1.0 (/tmp/test-project) |
836 | 2024-10-15T21:09:53.728Z | Finished `release` profile [optimized] target(s) in 2m 26s |
837 | 2024-10-15T21:09:53.833Z | process exited: duration 222876 ms, exit code 0 |
|
838 | 2024-10-15T21:09:53.888Z | found 0 output files |