|
|
|
1 | 2024-10-09T16:36:46.188Z | job assigned to worker 01J9S25YS02DP47CA9BS14HZZ9 (queued for 1 m 5 s) |
|
2 | 2024-10-09T16:36:53.152Z | starting task 0: "setup" |
3 | 2024-10-09T16:36:53.160Z | ++ uname -s |
4 | 2024-10-09T16:36:53.163Z | + kern=SunOS |
5 | 2024-10-09T16:36:53.163Z | + case "$kern" in |
6 | 2024-10-09T16:36:53.163Z | + groupadd -g 12345 build |
7 | 2024-10-09T16:36:53.165Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-09T16:36:55.176Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-09T16:36:55.253Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-09T16:36:55.256Z | + home_fs=zfs |
11 | 2024-10-09T16:36:55.256Z | + [[ zfs == autofs ]] |
12 | 2024-10-09T16:36:55.256Z | + mkdir -p /home/build |
13 | 2024-10-09T16:36:55.258Z | + chown build:build /home/build /work |
14 | 2024-10-09T16:36:57.260Z | + chmod 0700 /home/build /work |
15 | 2024-10-09T16:36:57.263Z | process exited: duration 4113 ms, exit code 0 |
|
16 | 2024-10-09T16:36:57.270Z | starting task 1: "rust-toolchain" |
17 | 2024-10-09T16:36:57.276Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-09T16:36:57.276Z | * toolchain channel = "1.80.1" |
19 | 2024-10-09T16:36:57.276Z | ' 1.80.1 |
20 | 2024-10-09T16:36:57.276Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-09T16:36:57.276Z | ' default |
22 | 2024-10-09T16:36:57.276Z | * toolchain profile = "default" |
23 | 2024-10-09T16:36:57.278Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-09T16:36:57.278Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-09T16:36:57.397Z | info: downloading installer |
26 | 2024-10-09T16:36:58.712Z | info: profile set to 'default' |
27 | 2024-10-09T16:36:58.715Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-09T16:36:58.715Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-09T16:36:58.839Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-09T16:36:58.839Z | info: downloading component 'cargo' |
31 | 2024-10-09T16:36:59.503Z | info: downloading component 'clippy' |
32 | 2024-10-09T16:36:59.738Z | info: downloading component 'rust-docs' |
33 | 2024-10-09T16:37:00.677Z | info: downloading component 'rust-std' |
34 | 2024-10-09T16:37:02.122Z | info: downloading component 'rustc' |
35 | 2024-10-09T16:37:05.759Z | info: downloading component 'rustfmt' |
36 | 2024-10-09T16:37:05.959Z | info: installing component 'cargo' |
37 | 2024-10-09T16:37:06.783Z | info: installing component 'clippy' |
38 | 2024-10-09T16:37:07.153Z | info: installing component 'rust-docs' |
39 | 2024-10-09T16:37:08.745Z | info: installing component 'rust-std' |
40 | 2024-10-09T16:37:10.566Z | info: installing component 'rustc' |
41 | 2024-10-09T16:37:14.748Z | info: installing component 'rustfmt' |
42 | 2024-10-09T16:37:15.082Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-09T16:37:15.082Z | |
44 | 2024-10-09T16:37:15.333Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-09T16:37:15.333Z | |
46 | 2024-10-09T16:37:15.336Z | |
47 | 2024-10-09T16:37:15.336Z | Rust is installed now. Great! |
48 | 2024-10-09T16:37:15.336Z | |
49 | 2024-10-09T16:37:15.336Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-09T16:37:15.336Z | environment variable. This has not been done automatically. |
51 | 2024-10-09T16:37:15.336Z | |
52 | 2024-10-09T16:37:15.336Z | To configure your current shell, you need to source |
53 | 2024-10-09T16:37:15.336Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-09T16:37:15.336Z | |
55 | 2024-10-09T16:37:15.336Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-09T16:37:15.336Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-09T16:37:15.336Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-09T16:37:15.380Z | + rustc --version |
59 | 2024-10-09T16:37:15.445Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-09T16:37:15.448Z | process exited: duration 18173 ms, exit code 0 |
|
61 | 2024-10-09T16:37:15.453Z | starting task 2: "authentication" |
62 | 2024-10-09T16:37:15.474Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-09T16:37:15.479Z | starting task 3: "clone repository" |
64 | 2024-10-09T16:37:15.486Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-09T16:37:15.488Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-09T16:37:15.524Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-09T16:37:22.090Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-09T16:37:22.090Z | + git fetch origin a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
69 | 2024-10-09T16:37:22.455Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-09T16:37:22.455Z | * branch a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 -> FETCH_HEAD |
71 | 2024-10-09T16:37:22.464Z | + [[ -n eliza/instance-nuke ]] |
72 | 2024-10-09T16:37:22.466Z | ++ git branch --show-current |
73 | 2024-10-09T16:37:22.469Z | + current=main |
74 | 2024-10-09T16:37:22.469Z | + [[ main != eliza/instance-nuke ]] |
75 | 2024-10-09T16:37:22.469Z | + git branch -f eliza/instance-nuke a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
76 | 2024-10-09T16:37:22.472Z | + git checkout -f eliza/instance-nuke |
77 | 2024-10-09T16:37:22.634Z | Switched to branch 'eliza/instance-nuke' |
78 | 2024-10-09T16:37:22.639Z | + git reset --hard a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 |
79 | 2024-10-09T16:37:22.649Z | HEAD is now at a923f2a6a cleanup mark_vmm_failed and sis_ensure_registered_undo |
80 | 2024-10-09T16:37:22.651Z | process exited: duration 7169 ms, exit code 0 |
|
81 | 2024-10-09T16:37:22.656Z | starting task 4: "build" |
82 | 2024-10-09T16:37:22.662Z | + cargo --version |
83 | 2024-10-09T16:37:22.715Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-09T16:37:22.718Z | + rustc --version |
85 | 2024-10-09T16:37:22.773Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-09T16:37:22.776Z | + cd /tmp |
87 | 2024-10-09T16:37:22.776Z | + cargo new --lib test-project |
88 | 2024-10-09T16:37:22.829Z | Creating library `test-project` package |
89 | 2024-10-09T16:37:22.902Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-10-09T16:37:22.905Z | + cd test-project |
91 | 2024-10-09T16:37:22.905Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-10-09T16:37:22.961Z | Adding omicron-common (local) to dependencies |
93 | 2024-10-09T16:37:22.963Z | Features: |
94 | 2024-10-09T16:37:22.963Z | - proptest |
95 | 2024-10-09T16:37:22.963Z | - test-strategy |
96 | 2024-10-09T16:37:22.964Z | - testing |
97 | 2024-10-09T16:37:22.964Z | Updating crates.io index |
98 | 2024-10-09T16:37:23.032Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
99 | 2024-10-09T16:37:23.993Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
100 | 2024-10-09T16:37:24.538Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
101 | 2024-10-09T16:37:24.891Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
102 | 2024-10-09T16:37:26.124Z | Locking 300 packages to latest compatible versions |
103 | 2024-10-09T16:37:26.126Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
104 | 2024-10-09T16:37:26.127Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
105 | 2024-10-09T16:37:26.127Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
106 | 2024-10-09T16:37:26.130Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
107 | 2024-10-09T16:37:26.130Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
108 | 2024-10-09T16:37:26.130Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
109 | 2024-10-09T16:37:26.130Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
110 | 2024-10-09T16:37:26.130Z | Adding hostname v0.3.1 (latest: v0.4.0) |
111 | 2024-10-09T16:37:26.130Z | Adding idna v0.5.0 (latest: v1.0.2) |
112 | 2024-10-09T16:37:26.130Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
113 | 2024-10-09T16:37:26.130Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
114 | 2024-10-09T16:37:26.134Z | Adding regress v0.9.1 (latest: v0.10.1) |
115 | 2024-10-09T16:37:26.140Z | Adding rustls v0.22.4 (latest: v0.23.14) |
116 | 2024-10-09T16:37:26.143Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
117 | 2024-10-09T16:37:26.146Z | Adding term v0.7.0 (latest: v1.0.0) |
118 | 2024-10-09T16:37:26.146Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
119 | 2024-10-09T16:37:26.149Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
120 | 2024-10-09T16:37:26.149Z | Adding windows v0.52.0 (latest: v0.58.0) |
121 | 2024-10-09T16:37:26.149Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
122 | 2024-10-09T16:37:26.149Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
123 | 2024-10-09T16:37:26.149Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
124 | 2024-10-09T16:37:26.149Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
125 | 2024-10-09T16:37:26.149Z | Adding zerocopy v0.7.35 (latest: v0.8.3) |
126 | 2024-10-09T16:37:26.149Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.3) |
127 | 2024-10-09T16:37:26.219Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2024-10-09T16:37:26.222Z | + cargo check |
129 | 2024-10-09T16:37:26.379Z | Updating crates.io index |
130 | 2024-10-09T16:37:27.064Z | Locking 2 packages to latest compatible versions |
131 | 2024-10-09T16:37:30.145Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2024-10-09T16:37:32.211Z | Adding test-project v0.1.0 (/tmp/test-project) |
133 | 2024-10-09T16:37:33.032Z | Downloading crates ... |
134 | 2024-10-09T16:37:33.089Z | Downloaded anyhow v1.0.89 |
135 | 2024-10-09T16:37:33.094Z | Downloaded ahash v0.8.11 |
136 | 2024-10-09T16:37:33.097Z | Downloaded foreign-types v0.3.2 |
137 | 2024-10-09T16:37:33.100Z | Downloaded equivalent v1.0.1 |
138 | 2024-10-09T16:37:33.103Z | Downloaded is-terminal v0.4.12 |
139 | 2024-10-09T16:37:33.105Z | Downloaded usdt-attr-macro v0.5.0 |
140 | 2024-10-09T16:37:33.109Z | Downloaded num-conv v0.1.0 |
141 | 2024-10-09T16:37:33.111Z | Downloaded darling_macro v0.20.9 |
142 | 2024-10-09T16:37:33.111Z | Downloaded async-stream v0.3.5 |
143 | 2024-10-09T16:37:33.113Z | Downloaded tower-service v0.3.2 |
144 | 2024-10-09T16:37:33.116Z | Downloaded openssl-macros v0.1.1 |
145 | 2024-10-09T16:37:33.116Z | Downloaded num_threads v0.1.7 |
146 | 2024-10-09T16:37:33.119Z | Downloaded match_cfg v0.1.0 |
147 | 2024-10-09T16:37:33.121Z | Downloaded http-body-util v0.1.2 |
148 | 2024-10-09T16:37:33.123Z | Downloaded hostname v0.3.1 |
149 | 2024-10-09T16:37:33.126Z | Downloaded dyn-clone v1.0.17 |
150 | 2024-10-09T16:37:33.129Z | Downloaded futures-task v0.3.30 |
151 | 2024-10-09T16:37:33.129Z | Downloaded futures-macro v0.3.30 |
152 | 2024-10-09T16:37:33.131Z | Downloaded form_urlencoded v1.2.1 |
153 | 2024-10-09T16:37:33.131Z | Downloaded progenitor-client v0.8.0 |
154 | 2024-10-09T16:37:33.131Z | Downloaded autocfg v1.3.0 |
155 | 2024-10-09T16:37:33.134Z | Downloaded block-buffer v0.10.4 |
156 | 2024-10-09T16:37:33.136Z | Downloaded heck v0.5.0 |
157 | 2024-10-09T16:37:33.136Z | Downloaded dof v0.3.0 |
158 | 2024-10-09T16:37:33.140Z | Downloaded deranged v0.3.11 |
159 | 2024-10-09T16:37:33.142Z | Downloaded futures-executor v0.3.30 |
160 | 2024-10-09T16:37:33.142Z | Downloaded usdt-macro v0.5.0 |
161 | 2024-10-09T16:37:33.143Z | Downloaded waitgroup v0.1.2 |
162 | 2024-10-09T16:37:33.146Z | Downloaded memmap v0.7.0 |
163 | 2024-10-09T16:37:33.148Z | Downloaded unicode-ident v1.0.13 |
164 | 2024-10-09T16:37:33.150Z | Downloaded generic-array v0.14.7 |
165 | 2024-10-09T16:37:33.153Z | Downloaded ucd-trie v0.1.6 |
166 | 2024-10-09T16:37:33.160Z | Downloaded dirs-next v2.0.0 |
167 | 2024-10-09T16:37:33.163Z | Downloaded openssl-probe v0.1.5 |
168 | 2024-10-09T16:37:33.163Z | Downloaded powerfmt v0.2.0 |
169 | 2024-10-09T16:37:33.163Z | Downloaded pkg-config v0.3.30 |
170 | 2024-10-09T16:37:33.163Z | Downloaded try-lock v0.2.5 |
171 | 2024-10-09T16:37:33.166Z | Downloaded iana-time-zone v0.1.60 |
172 | 2024-10-09T16:37:33.167Z | Downloaded darling v0.20.9 |
173 | 2024-10-09T16:37:33.170Z | Downloaded paste v1.0.15 |
174 | 2024-10-09T16:37:33.174Z | Downloaded hyper-tls v0.6.0 |
175 | 2024-10-09T16:37:33.176Z | Downloaded serde_spanned v0.6.7 |
176 | 2024-10-09T16:37:33.178Z | Downloaded rand_chacha v0.3.1 |
177 | 2024-10-09T16:37:33.178Z | Downloaded parse-display v0.10.0 |
178 | 2024-10-09T16:37:33.180Z | Downloaded foreign-types-shared v0.1.1 |
179 | 2024-10-09T16:37:33.181Z | Downloaded zeroize v1.8.1 |
180 | 2024-10-09T16:37:33.183Z | Downloaded rustc-hash v2.0.0 |
181 | 2024-10-09T16:37:33.183Z | Downloaded typenum v1.17.0 |
182 | 2024-10-09T16:37:33.186Z | Downloaded scroll v0.12.0 |
183 | 2024-10-09T16:37:33.188Z | Downloaded http-body v1.0.0 |
184 | 2024-10-09T16:37:33.189Z | Downloaded dtrace-parser v0.2.0 |
185 | 2024-10-09T16:37:33.189Z | Downloaded progenitor-macro v0.8.0 |
186 | 2024-10-09T16:37:33.191Z | Downloaded schemars_derive v0.8.21 |
187 | 2024-10-09T16:37:33.193Z | Downloaded slab v0.4.9 |
188 | 2024-10-09T16:37:33.193Z | Downloaded tracing-core v0.1.32 |
189 | 2024-10-09T16:37:33.195Z | Downloaded pest_generator v2.7.10 |
190 | 2024-10-09T16:37:33.198Z | Downloaded omicron-workspace-hack v0.1.0 |
191 | 2024-10-09T16:37:33.198Z | Downloaded instant v0.1.12 |
192 | 2024-10-09T16:37:33.200Z | Downloaded pretty-hex v0.4.1 |
193 | 2024-10-09T16:37:33.200Z | Downloaded httparse v1.8.0 |
194 | 2024-10-09T16:37:33.203Z | Downloaded want v0.3.1 |
195 | 2024-10-09T16:37:33.205Z | Downloaded once_cell v1.19.0 |
196 | 2024-10-09T16:37:33.209Z | Downloaded ipnet v2.10.0 |
197 | 2024-10-09T16:37:33.209Z | Downloaded native-tls v0.2.11 |
198 | 2024-10-09T16:37:33.213Z | Downloaded tinyvec_macros v0.1.1 |
199 | 2024-10-09T16:37:33.213Z | Downloaded scroll_derive v0.12.0 |
200 | 2024-10-09T16:37:33.213Z | Downloaded strum v0.26.3 |
201 | 2024-10-09T16:37:33.216Z | Downloaded crossbeam-utils v0.8.19 |
202 | 2024-10-09T16:37:33.216Z | Downloaded futures-channel v0.3.30 |
203 | 2024-10-09T16:37:33.220Z | Downloaded ident_case v1.0.1 |
204 | 2024-10-09T16:37:33.221Z | Downloaded log v0.4.22 |
205 | 2024-10-09T16:37:33.224Z | Downloaded slog-async v2.8.0 |
206 | 2024-10-09T16:37:33.224Z | Downloaded untrusted v0.9.0 |
207 | 2024-10-09T16:37:33.224Z | Downloaded typify-macro v0.2.0 |
208 | 2024-10-09T16:37:33.228Z | Downloaded usdt v0.5.0 |
209 | 2024-10-09T16:37:33.228Z | Downloaded sync_wrapper v1.0.1 |
210 | 2024-10-09T16:37:33.228Z | Downloaded allocator-api2 v0.2.18 |
211 | 2024-10-09T16:37:33.231Z | Downloaded quote v1.0.37 |
212 | 2024-10-09T16:37:33.234Z | Downloaded take_mut v0.2.2 |
213 | 2024-10-09T16:37:33.234Z | Downloaded fnv v1.0.7 |
214 | 2024-10-09T16:37:33.234Z | Downloaded async-stream-impl v0.3.5 |
215 | 2024-10-09T16:37:33.234Z | Downloaded semver v1.0.23 |
216 | 2024-10-09T16:37:33.238Z | Downloaded dirs-sys-next v0.1.2 |
217 | 2024-10-09T16:37:33.238Z | Downloaded cfg-if v1.0.0 |
218 | 2024-10-09T16:37:33.241Z | Downloaded dropshot_endpoint v0.12.0 |
219 | 2024-10-09T16:37:33.244Z | Downloaded futures-sink v0.3.30 |
220 | 2024-10-09T16:37:33.245Z | Downloaded futures-core v0.3.30 |
221 | 2024-10-09T16:37:33.245Z | Downloaded sha2 v0.10.8 |
222 | 2024-10-09T16:37:33.249Z | Downloaded url v2.5.2 |
223 | 2024-10-09T16:37:33.252Z | Downloaded pin-project-lite v0.2.14 |
224 | 2024-10-09T16:37:33.255Z | Downloaded ppv-lite86 v0.2.17 |
225 | 2024-10-09T16:37:33.255Z | Downloaded pin-utils v0.1.0 |
226 | 2024-10-09T16:37:33.257Z | Downloaded mime v0.3.17 |
227 | 2024-10-09T16:37:33.257Z | Downloaded newtype-uuid v1.1.0 |
228 | 2024-10-09T16:37:33.260Z | Downloaded scopeguard v1.2.0 |
229 | 2024-10-09T16:37:33.260Z | Downloaded version_check v0.9.5 |
230 | 2024-10-09T16:37:33.262Z | Downloaded thiserror-impl v1.0.64 |
231 | 2024-10-09T16:37:33.262Z | Downloaded quinn-udp v0.5.5 |
232 | 2024-10-09T16:37:33.265Z | Downloaded plain v0.2.3 |
233 | 2024-10-09T16:37:33.265Z | Downloaded rand_core v0.6.4 |
234 | 2024-10-09T16:37:33.267Z | Downloaded structmeta v0.3.0 |
235 | 2024-10-09T16:37:33.268Z | Downloaded time-core v0.1.2 |
236 | 2024-10-09T16:37:33.270Z | Downloaded strsim v0.11.1 |
237 | 2024-10-09T16:37:33.270Z | Downloaded serde_urlencoded v0.7.1 |
238 | 2024-10-09T16:37:33.270Z | Downloaded signal-hook-registry v1.4.2 |
239 | 2024-10-09T16:37:33.273Z | Downloaded thread-id v4.2.1 |
240 | 2024-10-09T16:37:33.273Z | Downloaded rustversion v1.0.17 |
241 | 2024-10-09T16:37:33.276Z | Downloaded serde_tokenstream v0.2.2 |
242 | 2024-10-09T16:37:33.278Z | Downloaded slog-json v2.6.1 |
243 | 2024-10-09T16:37:33.278Z | Downloaded bytes v1.7.2 |
244 | 2024-10-09T16:37:33.282Z | Downloaded typify v0.2.0 |
245 | 2024-10-09T16:37:33.284Z | Downloaded thiserror v1.0.64 |
246 | 2024-10-09T16:37:33.289Z | Downloaded tokio-macros v2.4.0 |
247 | 2024-10-09T16:37:33.292Z | Downloaded serde_derive v1.0.210 |
248 | 2024-10-09T16:37:33.294Z | Downloaded parking_lot v0.12.2 |
249 | 2024-10-09T16:37:33.297Z | Downloaded tokio-native-tls v0.3.1 |
250 | 2024-10-09T16:37:33.300Z | Downloaded subtle v2.5.0 |
251 | 2024-10-09T16:37:33.300Z | Downloaded unsafe-libyaml v0.2.11 |
252 | 2024-10-09T16:37:33.302Z | Downloaded smallvec v1.13.2 |
253 | 2024-10-09T16:37:33.305Z | Downloaded multer v3.1.0 |
254 | 2024-10-09T16:37:33.307Z | Downloaded hyper-rustls v0.27.3 |
255 | 2024-10-09T16:37:33.310Z | Downloaded futures-io v0.3.30 |
256 | 2024-10-09T16:37:33.310Z | Downloaded slog-term v2.9.1 |
257 | 2024-10-09T16:37:33.312Z | Downloaded time-macros v0.2.18 |
258 | 2024-10-09T16:37:33.314Z | Downloaded serde_derive_internals v0.29.1 |
259 | 2024-10-09T16:37:33.317Z | Downloaded rustls-pemfile v2.1.3 |
260 | 2024-10-09T16:37:33.320Z | Downloaded thread_local v1.1.8 |
261 | 2024-10-09T16:37:33.320Z | Downloaded term v0.7.0 |
262 | 2024-10-09T16:37:33.324Z | Downloaded base64 v0.22.1 |
263 | 2024-10-09T16:37:33.329Z | Downloaded serde_with_macros v3.9.0 |
264 | 2024-10-09T16:37:33.333Z | Downloaded tokio-rustls v0.25.0 |
265 | 2024-10-09T16:37:33.333Z | Downloaded spin v0.9.8 |
266 | 2024-10-09T16:37:33.334Z | Downloaded strum_macros v0.26.4 |
267 | 2024-10-09T16:37:33.337Z | Downloaded getrandom v0.2.14 |
268 | 2024-10-09T16:37:33.340Z | Downloaded futures v0.3.30 |
269 | 2024-10-09T16:37:33.342Z | Downloaded serde_yaml v0.9.34+deprecated |
270 | 2024-10-09T16:37:33.346Z | Downloaded uuid v1.10.0 |
271 | 2024-10-09T16:37:33.349Z | Downloaded cc v1.0.97 |
272 | 2024-10-09T16:37:33.352Z | Downloaded num-traits v0.2.19 |
273 | 2024-10-09T16:37:33.354Z | Downloaded http v1.1.0 |
274 | 2024-10-09T16:37:33.358Z | Downloaded slog v2.7.0 |
275 | 2024-10-09T16:37:33.360Z | Downloaded tinyvec v1.6.0 |
276 | 2024-10-09T16:37:33.363Z | Downloaded proc-macro2 v1.0.86 |
277 | 2024-10-09T16:37:33.366Z | Downloaded hyper-util v0.1.9 |
278 | 2024-10-09T16:37:33.370Z | Downloaded darling_core v0.20.9 |
279 | 2024-10-09T16:37:33.374Z | Downloaded toml v0.8.19 |
280 | 2024-10-09T16:37:33.378Z | Downloaded tokio-rustls v0.26.0 |
281 | 2024-10-09T16:37:33.382Z | Downloaded socket2 v0.5.7 |
282 | 2024-10-09T16:37:33.384Z | Downloaded schemars v0.8.21 |
283 | 2024-10-09T16:37:33.393Z | Downloaded pest_meta v2.7.10 |
284 | 2024-10-09T16:37:33.396Z | Downloaded tracing v0.1.40 |
285 | 2024-10-09T16:37:33.400Z | Downloaded openssl-sys v0.9.103 |
286 | 2024-10-09T16:37:33.406Z | Downloaded rand v0.8.5 |
287 | 2024-10-09T16:37:33.408Z | Downloaded memchr v2.7.2 |
288 | 2024-10-09T16:37:33.413Z | Downloaded serde v1.0.210 |
289 | 2024-10-09T16:37:33.416Z | Downloaded toml_edit v0.22.22 |
290 | 2024-10-09T16:37:33.438Z | Downloaded quinn v0.11.5 |
291 | 2024-10-09T16:37:33.441Z | Downloaded pest v2.7.10 |
292 | 2024-10-09T16:37:33.446Z | Downloaded hyper v1.4.1 |
293 | 2024-10-09T16:37:33.452Z | Downloaded mio v1.0.2 |
294 | 2024-10-09T16:37:33.458Z | Downloaded hashbrown v0.12.3 |
295 | 2024-10-09T16:37:33.461Z | Downloaded unicode-normalization v0.1.23 |
296 | 2024-10-09T16:37:33.465Z | Downloaded hashbrown v0.14.5 |
297 | 2024-10-09T16:37:33.470Z | Downloaded time v0.3.36 |
298 | 2024-10-09T16:37:33.477Z | Downloaded aho-corasick v1.1.3 |
299 | 2024-10-09T16:37:33.484Z | Downloaded serde_json v1.0.128 |
300 | 2024-10-09T16:37:33.491Z | Downloaded serde_with v3.9.0 |
301 | 2024-10-09T16:37:33.499Z | Downloaded chrono v0.4.38 |
302 | 2024-10-09T16:37:33.505Z | Downloaded h2 v0.4.6 |
303 | 2024-10-09T16:37:33.511Z | Downloaded futures-util v0.3.30 |
304 | 2024-10-09T16:37:33.522Z | Downloaded tokio-util v0.7.12 |
305 | 2024-10-09T16:37:33.529Z | Downloaded reqwest v0.12.7 |
306 | 2024-10-09T16:37:33.537Z | Downloaded quinn-proto v0.11.8 |
307 | 2024-10-09T16:37:33.543Z | Downloaded openssl v0.10.66 |
308 | 2024-10-09T16:37:33.553Z | Downloaded rustls-webpki v0.102.4 |
309 | 2024-10-09T16:37:33.571Z | Downloaded syn v2.0.79 |
310 | 2024-10-09T16:37:33.580Z | Downloaded regex v1.10.6 |
311 | 2024-10-09T16:37:33.592Z | Downloaded webpki-roots v0.26.3 |
312 | 2024-10-09T16:37:33.595Z | Downloaded vcpkg v0.2.15 |
313 | 2024-10-09T16:37:33.633Z | Downloaded openapiv3 v2.0.0 |
314 | 2024-10-09T16:37:33.643Z | Downloaded dropshot v0.12.0 |
315 | 2024-10-09T16:37:33.662Z | Downloaded regress v0.9.1 |
316 | 2024-10-09T16:37:33.670Z | Downloaded rustls v0.22.4 |
317 | 2024-10-09T16:37:33.682Z | Downloaded regress v0.10.1 |
318 | 2024-10-09T16:37:33.690Z | Downloaded rustls v0.23.10 |
319 | 2024-10-09T16:37:33.704Z | Downloaded libc v0.2.159 |
320 | 2024-10-09T16:37:33.730Z | Downloaded tokio v1.39.3 |
321 | 2024-10-09T16:37:33.764Z | Downloaded regex-automata v0.4.6 |
322 | 2024-10-09T16:37:33.779Z | Downloaded typify-impl v0.2.0 |
323 | 2024-10-09T16:37:33.793Z | Downloaded encoding_rs v0.8.34 |
324 | 2024-10-09T16:37:33.812Z | Downloaded regex-syntax v0.8.4 |
325 | 2024-10-09T16:37:33.819Z | Downloaded winnow v0.6.18 |
326 | 2024-10-09T16:37:33.827Z | Downloaded idna v0.5.0 |
327 | 2024-10-09T16:37:33.833Z | Downloaded zerocopy v0.7.34 |
328 | 2024-10-09T16:37:33.847Z | Downloaded goblin v0.8.2 |
329 | 2024-10-09T16:37:33.853Z | Downloaded unicode-bidi v0.3.15 |
330 | 2024-10-09T16:37:33.855Z | Downloaded indexmap v2.5.0 |
331 | 2024-10-09T16:37:33.859Z | Downloaded crossbeam-channel v0.5.12 |
332 | 2024-10-09T16:37:33.863Z | Downloaded indexmap v1.9.3 |
333 | 2024-10-09T16:37:33.866Z | Downloaded lock_api v0.4.12 |
334 | 2024-10-09T16:37:33.868Z | Downloaded bitflags v2.6.0 |
335 | 2024-10-09T16:37:33.870Z | Downloaded serde_path_to_error v0.1.16 |
336 | 2024-10-09T16:37:33.874Z | Downloaded parking_lot_core v0.9.10 |
337 | 2024-10-09T16:37:33.874Z | Downloaded zerocopy-derive v0.7.34 |
338 | 2024-10-09T16:37:33.877Z | Downloaded pest_derive v2.7.10 |
339 | 2024-10-09T16:37:33.880Z | Downloaded parse-display-derive v0.10.0 |
340 | 2024-10-09T16:37:33.880Z | Downloaded camino v1.1.9 |
341 | 2024-10-09T16:37:33.883Z | Downloaded ryu v1.0.18 |
342 | 2024-10-09T16:37:33.886Z | Downloaded rustls-pki-types v1.7.0 |
343 | 2024-10-09T16:37:33.889Z | Downloaded progenitor-impl v0.8.0 |
344 | 2024-10-09T16:37:33.889Z | Downloaded structmeta-derive v0.3.0 |
345 | 2024-10-09T16:37:33.889Z | Downloaded backoff v0.4.0 |
346 | 2024-10-09T16:37:33.892Z | Downloaded slog-bunyan v2.5.0 |
347 | 2024-10-09T16:37:33.894Z | Downloaded sha1 v0.10.6 |
348 | 2024-10-09T16:37:33.894Z | Downloaded progenitor v0.8.0 |
349 | 2024-10-09T16:37:33.896Z | Downloaded percent-encoding v2.3.1 |
350 | 2024-10-09T16:37:33.896Z | Downloaded byteorder v1.5.0 |
351 | 2024-10-09T16:37:33.896Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-10-09T16:37:33.907Z | Downloaded macaddr v1.0.1 |
353 | 2024-10-09T16:37:33.907Z | Downloaded ipnetwork v0.20.0 |
354 | 2024-10-09T16:37:33.907Z | Downloaded itoa v1.0.11 |
355 | 2024-10-09T16:37:33.907Z | Downloaded httpdate v1.0.3 |
356 | 2024-10-09T16:37:33.907Z | Downloaded hostname v0.4.0 |
357 | 2024-10-09T16:37:33.907Z | Downloaded hex v0.4.3 |
358 | 2024-10-09T16:37:33.907Z | Downloaded cpufeatures v0.2.12 |
359 | 2024-10-09T16:37:33.907Z | Downloaded digest v0.10.7 |
360 | 2024-10-09T16:37:33.907Z | Downloaded debug-ignore v1.0.5 |
361 | 2024-10-09T16:37:33.911Z | Downloaded crypto-common v0.1.6 |
362 | 2024-10-09T16:37:33.911Z | Downloaded atomic-waker v1.1.2 |
363 | 2024-10-09T16:37:33.911Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-10-09T16:37:33.913Z | Downloaded async-trait v0.1.83 |
365 | 2024-10-09T16:37:33.987Z | Downloaded ring v0.17.8 |
366 | 2024-10-09T16:37:34.316Z | Compiling proc-macro2 v1.0.86 |
367 | 2024-10-09T16:37:34.316Z | Compiling unicode-ident v1.0.13 |
368 | 2024-10-09T16:37:34.319Z | Compiling libc v0.2.159 |
369 | 2024-10-09T16:37:34.319Z | Compiling version_check v0.9.5 |
370 | 2024-10-09T16:37:34.319Z | Checking cfg-if v1.0.0 |
371 | 2024-10-09T16:37:34.338Z | Compiling autocfg v1.3.0 |
372 | 2024-10-09T16:37:34.341Z | Compiling serde v1.0.210 |
373 | 2024-10-09T16:37:34.341Z | Checking memchr v2.7.2 |
374 | 2024-10-09T16:37:34.451Z | Checking itoa v1.0.11 |
375 | 2024-10-09T16:37:34.492Z | Compiling serde_json v1.0.128 |
376 | 2024-10-09T16:37:34.645Z | Checking once_cell v1.19.0 |
377 | 2024-10-09T16:37:34.974Z | Compiling thiserror v1.0.64 |
378 | 2024-10-09T16:37:35.025Z | Compiling ahash v0.8.11 |
379 | 2024-10-09T16:37:35.221Z | Checking byteorder v1.5.0 |
380 | 2024-10-09T16:37:35.357Z | Compiling cc v1.0.97 |
381 | 2024-10-09T16:37:35.448Z | Checking pin-project-lite v0.2.14 |
382 | 2024-10-09T16:37:35.561Z | Compiling num-traits v0.2.19 |
383 | 2024-10-09T16:37:35.650Z | Checking bytes v1.7.2 |
384 | 2024-10-09T16:37:35.689Z | Checking ryu v1.0.18 |
385 | 2024-10-09T16:37:35.761Z | Checking getrandom v0.2.14 |
386 | 2024-10-09T16:37:35.892Z | Compiling quote v1.0.37 |
387 | 2024-10-09T16:37:36.053Z | Checking futures-core v0.3.30 |
388 | 2024-10-09T16:37:36.135Z | Checking allocator-api2 v0.2.18 |
389 | 2024-10-09T16:37:36.193Z | Compiling lock_api v0.4.12 |
390 | 2024-10-09T16:37:36.246Z | Compiling parking_lot_core v0.9.10 |
391 | 2024-10-09T16:37:36.388Z | Compiling syn v2.0.79 |
392 | 2024-10-09T16:37:36.515Z | Checking smallvec v1.13.2 |
393 | 2024-10-09T16:37:36.622Z | Compiling schemars v0.8.21 |
394 | 2024-10-09T16:37:36.667Z | Checking scopeguard v1.2.0 |
395 | 2024-10-09T16:37:36.706Z | Compiling slab v0.4.9 |
396 | 2024-10-09T16:37:36.724Z | Checking log v0.4.22 |
397 | 2024-10-09T16:37:36.764Z | Checking futures-sink v0.3.30 |
398 | 2024-10-09T16:37:36.946Z | Checking mio v1.0.2 |
399 | 2024-10-09T16:37:37.036Z | Checking signal-hook-registry v1.4.2 |
400 | 2024-10-09T16:37:37.090Z | Checking socket2 v0.5.7 |
401 | 2024-10-09T16:37:37.233Z | Checking equivalent v1.0.1 |
402 | 2024-10-09T16:37:37.305Z | Checking parking_lot v0.12.2 |
403 | 2024-10-09T16:37:37.331Z | Checking fnv v1.0.7 |
404 | 2024-10-09T16:37:37.418Z | Checking futures-channel v0.3.30 |
405 | 2024-10-09T16:37:37.459Z | Checking http v1.1.0 |
406 | 2024-10-09T16:37:37.557Z | Checking futures-task v0.3.30 |
407 | 2024-10-09T16:37:37.567Z | Checking futures-io v0.3.30 |
408 | 2024-10-09T16:37:37.726Z | Checking pin-utils v0.1.0 |
409 | 2024-10-09T16:37:37.783Z | Checking spin v0.9.8 |
410 | 2024-10-09T16:37:37.804Z | Compiling pkg-config v0.3.30 |
411 | 2024-10-09T16:37:37.832Z | Compiling vcpkg v0.2.15 |
412 | 2024-10-09T16:37:37.928Z | Compiling semver v1.0.23 |
413 | 2024-10-09T16:37:38.107Z | Compiling heck v0.5.0 |
414 | 2024-10-09T16:37:38.242Z | Compiling ring v0.17.8 |
415 | 2024-10-09T16:37:38.349Z | Checking rustls-pki-types v1.7.0 |
416 | 2024-10-09T16:37:38.551Z | Checking iana-time-zone v0.1.60 |
417 | 2024-10-09T16:37:38.699Z | Checking untrusted v0.9.0 |
418 | 2024-10-09T16:37:38.775Z | Compiling ucd-trie v0.1.6 |
419 | 2024-10-09T16:37:38.850Z | Compiling httparse v1.8.0 |
420 | 2024-10-09T16:37:39.072Z | Checking tracing-core v0.1.32 |
421 | 2024-10-09T16:37:39.276Z | Checking dyn-clone v1.0.17 |
422 | 2024-10-09T16:37:39.318Z | Checking atomic-waker v1.1.2 |
423 | 2024-10-09T16:37:39.534Z | Compiling openssl-sys v0.9.103 |
424 | 2024-10-09T16:37:39.673Z | Checking tracing v0.1.40 |
425 | 2024-10-09T16:37:39.854Z | Checking http-body v1.0.0 |
426 | 2024-10-09T16:37:39.952Z | Compiling uuid v1.10.0 |
427 | 2024-10-09T16:37:40.057Z | Checking subtle v2.5.0 |
428 | 2024-10-09T16:37:40.222Z | Checking zeroize v1.8.1 |
429 | 2024-10-09T16:37:40.248Z | Checking try-lock v0.2.5 |
430 | 2024-10-09T16:37:40.373Z | Checking want v0.3.1 |
431 | 2024-10-09T16:37:40.461Z | Compiling openssl v0.10.66 |
432 | 2024-10-09T16:37:40.522Z | Compiling chrono v0.4.38 |
433 | 2024-10-09T16:37:40.540Z | Checking foreign-types-shared v0.1.1 |
434 | 2024-10-09T16:37:40.601Z | Compiling slog v2.7.0 |
435 | 2024-10-09T16:37:40.630Z | Checking httpdate v1.0.3 |
436 | 2024-10-09T16:37:40.865Z | Checking foreign-types v0.3.2 |
437 | 2024-10-09T16:37:40.954Z | Compiling aho-corasick v1.1.3 |
438 | 2024-10-09T16:37:40.975Z | Compiling regex-syntax v0.8.4 |
439 | 2024-10-09T16:37:41.158Z | Checking tower-service v0.3.2 |
440 | 2024-10-09T16:37:41.267Z | Checking tinyvec_macros v0.1.1 |
441 | 2024-10-09T16:37:41.350Z | Checking bitflags v2.6.0 |
442 | 2024-10-09T16:37:41.583Z | Checking percent-encoding v2.3.1 |
443 | 2024-10-09T16:37:41.791Z | Compiling native-tls v0.2.11 |
444 | 2024-10-09T16:37:42.158Z | Compiling rustls v0.23.10 |
445 | 2024-10-09T16:37:42.174Z | Compiling typenum v1.17.0 |
446 | 2024-10-09T16:37:42.507Z | Checking form_urlencoded v1.2.1 |
447 | 2024-10-09T16:37:42.536Z | Checking tinyvec v1.6.0 |
448 | 2024-10-09T16:37:43.181Z | Compiling generic-array v0.14.7 |
449 | 2024-10-09T16:37:43.224Z | Checking openssl-probe v0.1.5 |
450 | 2024-10-09T16:37:43.361Z | Compiling serde_derive_internals v0.29.1 |
451 | 2024-10-09T16:37:43.822Z | Checking unicode-normalization v0.1.23 |
452 | 2024-10-09T16:37:44.103Z | Checking rustls-webpki v0.102.4 |
453 | 2024-10-09T16:37:44.727Z | Compiling regex-automata v0.4.6 |
454 | 2024-10-09T16:37:45.496Z | Compiling usdt-impl v0.5.0 |
455 | 2024-10-09T16:37:45.697Z | Checking encoding_rs v0.8.34 |
456 | 2024-10-09T16:37:46.151Z | Checking unicode-bidi v0.3.15 |
457 | 2024-10-09T16:37:46.532Z | Compiling num-conv v0.1.0 |
458 | 2024-10-09T16:37:46.621Z | Checking mime v0.3.17 |
459 | 2024-10-09T16:37:46.752Z | Checking base64 v0.22.1 |
460 | 2024-10-09T16:37:46.793Z | Compiling time-core v0.1.2 |
461 | 2024-10-09T16:37:46.937Z | Checking powerfmt v0.2.0 |
462 | 2024-10-09T16:37:46.967Z | Compiling time-macros v0.2.18 |
463 | 2024-10-09T16:37:47.211Z | Checking deranged v0.3.11 |
464 | 2024-10-09T16:37:47.230Z | Checking rustls-pemfile v2.1.3 |
465 | 2024-10-09T16:37:47.457Z | Checking idna v0.5.0 |
466 | 2024-10-09T16:37:48.013Z | Compiling thread-id v4.2.1 |
467 | 2024-10-09T16:37:48.307Z | Checking webpki-roots v0.26.3 |
468 | 2024-10-09T16:37:48.612Z | Compiling serde_derive v1.0.210 |
469 | 2024-10-09T16:37:48.758Z | Compiling zerocopy-derive v0.7.34 |
470 | 2024-10-09T16:37:49.021Z | Compiling thiserror-impl v1.0.64 |
471 | 2024-10-09T16:37:49.060Z | Compiling schemars_derive v0.8.21 |
472 | 2024-10-09T16:37:49.388Z | Compiling tokio-macros v2.4.0 |
473 | 2024-10-09T16:37:49.470Z | Compiling futures-macro v0.3.30 |
474 | 2024-10-09T16:37:49.965Z | Compiling openssl-macros v0.1.1 |
475 | 2024-10-09T16:37:50.712Z | Checking zerocopy v0.7.34 |
476 | 2024-10-09T16:37:50.916Z | Checking tokio v1.39.3 |
477 | 2024-10-09T16:37:51.330Z | Checking futures-util v0.3.30 |
478 | 2024-10-09T16:37:51.979Z | Compiling pest v2.7.10 |
479 | 2024-10-09T16:37:52.342Z | Compiling scroll_derive v0.12.0 |
480 | 2024-10-09T16:37:52.510Z | Checking hashbrown v0.14.5 |
481 | 2024-10-09T16:37:53.684Z | Compiling regex v1.10.6 |
482 | 2024-10-09T16:37:53.831Z | Checking scroll v0.12.0 |
483 | 2024-10-09T16:37:54.045Z | Compiling regress v0.10.1 |
484 | 2024-10-09T16:37:54.711Z | Compiling pest_meta v2.7.10 |
485 | 2024-10-09T16:37:57.597Z | Compiling pest_generator v2.7.10 |
486 | 2024-10-09T16:37:59.054Z | Checking http-body-util v0.1.2 |
487 | 2024-10-09T16:37:59.056Z | Checking tokio-util v0.7.12 |
488 | 2024-10-09T16:37:59.056Z | Checking tokio-native-tls v0.3.1 |
489 | 2024-10-09T16:37:59.056Z | Checking tokio-rustls v0.26.0 |
490 | 2024-10-09T16:37:59.056Z | Checking num_threads v0.1.7 |
491 | 2024-10-09T16:37:59.056Z | Compiling crossbeam-utils v0.8.19 |
492 | 2024-10-09T16:37:59.056Z | Compiling ident_case v1.0.1 |
493 | 2024-10-09T16:37:59.056Z | Compiling strsim v0.11.1 |
494 | 2024-10-09T16:37:59.056Z | Checking plain v0.2.3 |
495 | 2024-10-09T16:37:59.062Z | Checking goblin v0.8.2 |
496 | 2024-10-09T16:37:59.082Z | Checking time v0.3.36 |
497 | 2024-10-09T16:37:59.225Z | Compiling darling_core v0.20.9 |
498 | 2024-10-09T16:37:59.317Z | Compiling pest_derive v2.7.10 |
499 | 2024-10-09T16:38:00.188Z | Compiling dtrace-parser v0.2.0 |
500 | 2024-10-09T16:38:01.337Z | Checking indexmap v2.5.0 |
501 | 2024-10-09T16:38:02.442Z | Compiling serde_tokenstream v0.2.2 |
502 | 2024-10-09T16:38:02.583Z | Checking h2 v0.4.6 |
503 | 2024-10-09T16:38:02.996Z | Checking serde_urlencoded v0.7.1 |
504 | 2024-10-09T16:38:03.418Z | Checking openapiv3 v2.0.0 |
505 | 2024-10-09T16:38:03.570Z | Checking url v2.5.2 |
506 | 2024-10-09T16:38:03.901Z | Checking sync_wrapper v1.0.1 |
507 | 2024-10-09T16:38:04.145Z | Compiling dof v0.3.0 |
508 | 2024-10-09T16:38:05.036Z | Checking dirs-sys-next v0.1.2 |
509 | 2024-10-09T16:38:05.201Z | Compiling unsafe-libyaml v0.2.11 |
510 | 2024-10-09T16:38:05.518Z | Compiling rustversion v1.0.17 |
511 | 2024-10-09T16:38:05.665Z | Checking typify-impl v0.2.0 |
512 | 2024-10-09T16:38:06.202Z | Compiling rustls v0.22.4 |
513 | 2024-10-09T16:38:06.511Z | Checking ipnet v2.10.0 |
514 | 2024-10-09T16:38:06.726Z | Checking hyper v1.4.1 |
515 | 2024-10-09T16:38:06.831Z | Compiling omicron-workspace-hack v0.1.0 |
516 | 2024-10-09T16:38:06.982Z | Compiling paste v1.0.15 |
517 | 2024-10-09T16:38:06.998Z | Checking pretty-hex v0.4.1 |
518 | 2024-10-09T16:38:07.223Z | Compiling serde_yaml v0.9.34+deprecated |
519 | 2024-10-09T16:38:07.488Z | Checking dirs-next v2.0.0 |
520 | 2024-10-09T16:38:07.568Z | Compiling darling_macro v0.20.9 |
521 | 2024-10-09T16:38:07.741Z | Checking serde_spanned v0.6.7 |
522 | 2024-10-09T16:38:07.924Z | Checking toml_datetime v0.6.8 |
523 | 2024-10-09T16:38:08.100Z | Checking block-buffer v0.10.4 |
524 | 2024-10-09T16:38:08.213Z | Checking crypto-common v0.1.6 |
525 | 2024-10-09T16:38:08.285Z | Compiling structmeta-derive v0.3.0 |
526 | 2024-10-09T16:38:08.367Z | Checking rand_core v0.6.4 |
527 | 2024-10-09T16:38:08.559Z | Compiling multer v3.1.0 |
528 | 2024-10-09T16:38:08.576Z | Checking thread_local v1.1.8 |
529 | 2024-10-09T16:38:08.655Z | Checking winnow v0.6.18 |
530 | 2024-10-09T16:38:08.746Z | Compiling anyhow v1.0.89 |
531 | 2024-10-09T16:38:08.768Z | Checking hyper-util v0.1.9 |
532 | 2024-10-09T16:38:08.847Z | Compiling camino v1.1.9 |
533 | 2024-10-09T16:38:08.897Z | Compiling slog-async v2.8.0 |
534 | 2024-10-09T16:38:09.304Z | Checking match_cfg v0.1.0 |
535 | 2024-10-09T16:38:09.392Z | Checking ppv-lite86 v0.2.17 |
536 | 2024-10-09T16:38:09.394Z | Checking hostname v0.3.1 |
537 | 2024-10-09T16:38:09.651Z | Checking crossbeam-channel v0.5.12 |
538 | 2024-10-09T16:38:09.710Z | Compiling darling v0.20.9 |
539 | 2024-10-09T16:38:10.075Z | Checking rand_chacha v0.3.1 |
540 | 2024-10-09T16:38:10.367Z | Checking digest v0.10.7 |
541 | 2024-10-09T16:38:10.385Z | Checking term v0.7.0 |
542 | 2024-10-09T16:38:10.387Z | Checking hyper-tls v0.6.0 |
543 | 2024-10-09T16:38:10.419Z | Checking hyper-rustls v0.27.3 |
544 | 2024-10-09T16:38:10.733Z | Checking reqwest v0.12.7 |
545 | 2024-10-09T16:38:10.798Z | Compiling usdt-macro v0.5.0 |
546 | 2024-10-09T16:38:10.902Z | Compiling structmeta v0.3.0 |
547 | 2024-10-09T16:38:11.296Z | Compiling usdt-attr-macro v0.5.0 |
548 | 2024-10-09T16:38:11.618Z | Checking toml_edit v0.22.22 |
549 | 2024-10-09T16:38:11.744Z | Checking slog-json v2.6.1 |
550 | 2024-10-09T16:38:11.896Z | Checking futures-executor v0.3.30 |
551 | 2024-10-09T16:38:12.006Z | Compiling async-stream-impl v0.3.5 |
552 | 2024-10-09T16:38:12.030Z | Checking is-terminal v0.4.12 |
553 | 2024-10-09T16:38:12.096Z | Checking memmap v0.7.0 |
554 | 2024-10-09T16:38:12.125Z | Checking progenitor-client v0.8.0 |
555 | 2024-10-09T16:38:12.142Z | Compiling dropshot v0.12.0 |
556 | 2024-10-09T16:38:12.302Z | Checking take_mut v0.2.2 |
557 | 2024-10-09T16:38:12.412Z | Checking cpufeatures v0.2.12 |
558 | 2024-10-09T16:38:12.494Z | Checking sha1 v0.10.6 |
559 | 2024-10-09T16:38:12.560Z | Checking slog-term v2.9.1 |
560 | 2024-10-09T16:38:12.735Z | Checking usdt v0.5.0 |
561 | 2024-10-09T16:38:12.754Z | Checking futures v0.3.30 |
562 | 2024-10-09T16:38:12.774Z | Checking slog-bunyan v2.5.0 |
563 | 2024-10-09T16:38:12.854Z | Compiling strum_macros v0.26.4 |
564 | 2024-10-09T16:38:12.930Z | Compiling parse-display-derive v0.10.0 |
565 | 2024-10-09T16:38:12.970Z | Checking rand v0.8.5 |
566 | 2024-10-09T16:38:13.040Z | Compiling serde_with_macros v3.9.0 |
567 | 2024-10-09T16:38:13.242Z | Checking async-stream v0.3.5 |
568 | 2024-10-09T16:38:14.148Z | Checking toml v0.8.19 |
569 | 2024-10-09T16:38:14.243Z | Checking tokio-rustls v0.25.0 |
570 | 2024-10-09T16:38:14.278Z | Checking newtype-uuid v1.1.0 |
571 | 2024-10-09T16:38:14.521Z | Checking ipnetwork v0.20.0 |
572 | 2024-10-09T16:38:14.592Z | Compiling dropshot_endpoint v0.12.0 |
573 | 2024-10-09T16:38:14.747Z | Checking serde_path_to_error v0.1.16 |
574 | 2024-10-09T16:38:14.861Z | Checking hex v0.4.3 |
575 | 2024-10-09T16:38:14.880Z | Compiling async-trait v0.1.83 |
576 | 2024-10-09T16:38:15.373Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
577 | 2024-10-09T16:38:15.391Z | Checking waitgroup v0.1.2 |
578 | 2024-10-09T16:38:15.524Z | Checking hostname v0.4.0 |
579 | 2024-10-09T16:38:15.652Z | Checking instant v0.1.12 |
580 | 2024-10-09T16:38:15.674Z | Checking debug-ignore v1.0.5 |
581 | 2024-10-09T16:38:15.766Z | Checking backoff v0.4.0 |
582 | 2024-10-09T16:38:15.797Z | Checking serde_with v3.9.0 |
583 | 2024-10-09T16:38:16.018Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
584 | 2024-10-09T16:38:16.160Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
585 | 2024-10-09T16:38:16.163Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
586 | 2024-10-09T16:38:16.290Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
587 | 2024-10-09T16:38:16.523Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
588 | 2024-10-09T16:38:16.629Z | Checking macaddr v1.0.1 |
589 | 2024-10-09T16:38:16.744Z | Checking parse-display v0.10.0 |
590 | 2024-10-09T16:38:16.958Z | Checking regress v0.9.1 |
591 | 2024-10-09T16:38:17.288Z | Checking strum v0.26.3 |
592 | 2024-10-09T16:38:18.490Z | Compiling typify-macro v0.2.0 |
593 | 2024-10-09T16:38:20.400Z | Compiling typify v0.2.0 |
594 | 2024-10-09T16:38:20.465Z | Compiling progenitor-impl v0.8.0 |
595 | 2024-10-09T16:38:22.953Z | Compiling progenitor-macro v0.8.0 |
596 | 2024-10-09T16:38:28.342Z | Checking progenitor v0.8.0 |
597 | 2024-10-09T16:38:28.453Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
598 | 2024-10-09T16:38:31.168Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
599 | 2024-10-09T16:38:38.139Z | Checking test-project v0.1.0 (/tmp/test-project) |
600 | 2024-10-09T16:38:38.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
601 | 2024-10-09T16:38:38.506Z | + cargo build --release |
602 | 2024-10-09T16:38:38.747Z | Compiling proc-macro2 v1.0.86 |
603 | 2024-10-09T16:38:38.748Z | Compiling unicode-ident v1.0.13 |
604 | 2024-10-09T16:38:38.748Z | Compiling libc v0.2.159 |
605 | 2024-10-09T16:38:38.751Z | Compiling version_check v0.9.5 |
606 | 2024-10-09T16:38:38.751Z | Compiling cfg-if v1.0.0 |
607 | 2024-10-09T16:38:38.751Z | Compiling autocfg v1.3.0 |
608 | 2024-10-09T16:38:38.751Z | Compiling serde v1.0.210 |
609 | 2024-10-09T16:38:38.751Z | Compiling memchr v2.7.2 |
610 | 2024-10-09T16:38:38.849Z | Compiling serde_json v1.0.128 |
611 | 2024-10-09T16:38:38.933Z | Compiling itoa v1.0.11 |
612 | 2024-10-09T16:38:39.193Z | Compiling once_cell v1.19.0 |
613 | 2024-10-09T16:38:39.318Z | Compiling thiserror v1.0.64 |
614 | 2024-10-09T16:38:39.411Z | Compiling ahash v0.8.11 |
615 | 2024-10-09T16:38:39.600Z | Compiling cc v1.0.97 |
616 | 2024-10-09T16:38:39.821Z | Compiling byteorder v1.5.0 |
617 | 2024-10-09T16:38:39.940Z | Compiling num-traits v0.2.19 |
618 | 2024-10-09T16:38:40.200Z | Compiling quote v1.0.37 |
619 | 2024-10-09T16:38:40.277Z | Compiling getrandom v0.2.14 |
620 | 2024-10-09T16:38:40.314Z | Compiling pin-project-lite v0.2.14 |
621 | 2024-10-09T16:38:40.468Z | Compiling ryu v1.0.18 |
622 | 2024-10-09T16:38:40.571Z | Compiling syn v2.0.79 |
623 | 2024-10-09T16:38:40.675Z | Compiling bytes v1.7.2 |
624 | 2024-10-09T16:38:40.806Z | Compiling allocator-api2 v0.2.18 |
625 | 2024-10-09T16:38:40.888Z | Compiling futures-core v0.3.30 |
626 | 2024-10-09T16:38:40.986Z | Compiling lock_api v0.4.12 |
627 | 2024-10-09T16:38:41.113Z | Compiling parking_lot_core v0.9.10 |
628 | 2024-10-09T16:38:41.278Z | Compiling schemars v0.8.21 |
629 | 2024-10-09T16:38:41.433Z | Compiling smallvec v1.13.2 |
630 | 2024-10-09T16:38:41.440Z | Compiling scopeguard v1.2.0 |
631 | 2024-10-09T16:38:41.604Z | Compiling slab v0.4.9 |
632 | 2024-10-09T16:38:41.647Z | Compiling log v0.4.22 |
633 | 2024-10-09T16:38:41.856Z | Compiling futures-sink v0.3.30 |
634 | 2024-10-09T16:38:41.992Z | Compiling mio v1.0.2 |
635 | 2024-10-09T16:38:41.998Z | Compiling socket2 v0.5.7 |
636 | 2024-10-09T16:38:42.050Z | Compiling signal-hook-registry v1.4.2 |
637 | 2024-10-09T16:38:42.336Z | Compiling parking_lot v0.12.2 |
638 | 2024-10-09T16:38:42.401Z | Compiling ring v0.17.8 |
639 | 2024-10-09T16:38:42.507Z | Compiling equivalent v1.0.1 |
640 | 2024-10-09T16:38:42.603Z | Compiling fnv v1.0.7 |
641 | 2024-10-09T16:38:42.798Z | Compiling http v1.1.0 |
642 | 2024-10-09T16:38:42.805Z | Compiling futures-channel v0.3.30 |
643 | 2024-10-09T16:38:43.279Z | Compiling futures-io v0.3.30 |
644 | 2024-10-09T16:38:43.521Z | Compiling semver v1.0.23 |
645 | 2024-10-09T16:38:43.619Z | Compiling futures-task v0.3.30 |
646 | 2024-10-09T16:38:43.633Z | Compiling pin-utils v0.1.0 |
647 | 2024-10-09T16:38:43.891Z | Compiling spin v0.9.8 |
648 | 2024-10-09T16:38:43.913Z | Compiling pkg-config v0.3.30 |
649 | 2024-10-09T16:38:44.014Z | Compiling vcpkg v0.2.15 |
650 | 2024-10-09T16:38:44.123Z | Compiling heck v0.5.0 |
651 | 2024-10-09T16:38:44.319Z | Compiling rustls-pki-types v1.7.0 |
652 | 2024-10-09T16:38:44.849Z | Compiling httparse v1.8.0 |
653 | 2024-10-09T16:38:45.091Z | Compiling iana-time-zone v0.1.60 |
654 | 2024-10-09T16:38:45.290Z | Compiling ucd-trie v0.1.6 |
655 | 2024-10-09T16:38:45.612Z | Compiling openssl-sys v0.9.103 |
656 | 2024-10-09T16:38:45.665Z | Compiling untrusted v0.9.0 |
657 | 2024-10-09T16:38:45.784Z | Compiling tracing-core v0.1.32 |
658 | 2024-10-09T16:38:45.959Z | Compiling dyn-clone v1.0.17 |
659 | 2024-10-09T16:38:46.155Z | Compiling atomic-waker v1.1.2 |
660 | 2024-10-09T16:38:46.504Z | Compiling tracing v0.1.40 |
661 | 2024-10-09T16:38:47.179Z | Compiling http-body v1.0.0 |
662 | 2024-10-09T16:38:47.437Z | Compiling serde_derive_internals v0.29.1 |
663 | 2024-10-09T16:38:47.493Z | Compiling chrono v0.4.38 |
664 | 2024-10-09T16:38:47.535Z | Compiling try-lock v0.2.5 |
665 | 2024-10-09T16:38:47.675Z | Compiling uuid v1.10.0 |
666 | 2024-10-09T16:38:47.827Z | Compiling subtle v2.5.0 |
667 | 2024-10-09T16:38:48.038Z | Compiling zeroize v1.8.1 |
668 | 2024-10-09T16:38:48.195Z | Compiling want v0.3.1 |
669 | 2024-10-09T16:38:48.359Z | Compiling openssl v0.10.66 |
670 | 2024-10-09T16:38:48.796Z | Compiling slog v2.7.0 |
671 | 2024-10-09T16:38:48.807Z | Compiling httpdate v1.0.3 |
672 | 2024-10-09T16:38:49.303Z | Compiling foreign-types-shared v0.1.1 |
673 | 2024-10-09T16:38:49.398Z | Compiling foreign-types v0.3.2 |
674 | 2024-10-09T16:38:49.541Z | Compiling aho-corasick v1.1.3 |
675 | 2024-10-09T16:38:49.630Z | Compiling rustls v0.23.10 |
676 | 2024-10-09T16:38:49.945Z | Compiling typenum v1.17.0 |
677 | 2024-10-09T16:38:50.352Z | Compiling tower-service v0.3.2 |
678 | 2024-10-09T16:38:50.465Z | Compiling tinyvec_macros v0.1.1 |
679 | 2024-10-09T16:38:50.546Z | Compiling bitflags v2.6.0 |
680 | 2024-10-09T16:38:50.866Z | Compiling native-tls v0.2.11 |
681 | 2024-10-09T16:38:50.889Z | Compiling regex-syntax v0.8.4 |
682 | 2024-10-09T16:38:50.914Z | Compiling percent-encoding v2.3.1 |
683 | 2024-10-09T16:38:51.263Z | Compiling form_urlencoded v1.2.1 |
684 | 2024-10-09T16:38:51.413Z | Compiling tinyvec v1.6.0 |
685 | 2024-10-09T16:38:51.884Z | Compiling generic-array v0.14.7 |
686 | 2024-10-09T16:38:52.301Z | Compiling openssl-probe v0.1.5 |
687 | 2024-10-09T16:38:52.795Z | Compiling serde_derive v1.0.210 |
688 | 2024-10-09T16:38:52.838Z | Compiling zerocopy-derive v0.7.34 |
689 | 2024-10-09T16:38:52.859Z | Compiling thiserror-impl v1.0.64 |
690 | 2024-10-09T16:38:53.051Z | Compiling schemars_derive v0.8.21 |
691 | 2024-10-09T16:38:53.163Z | Compiling tokio-macros v2.4.0 |
692 | 2024-10-09T16:38:53.903Z | Compiling futures-macro v0.3.30 |
693 | 2024-10-09T16:38:54.695Z | Compiling tokio v1.39.3 |
694 | 2024-10-09T16:38:54.847Z | Compiling zerocopy v0.7.34 |
695 | 2024-10-09T16:38:55.781Z | Compiling futures-util v0.3.30 |
696 | 2024-10-09T16:38:55.983Z | Compiling pest v2.7.10 |
697 | 2024-10-09T16:38:56.988Z | Compiling hashbrown v0.14.5 |
698 | 2024-10-09T16:38:58.567Z | Compiling pest_meta v2.7.10 |
699 | 2024-10-09T16:38:58.887Z | Compiling rustls-webpki v0.102.4 |
700 | 2024-10-09T16:38:59.022Z | Compiling regress v0.10.1 |
701 | 2024-10-09T16:39:02.656Z | Compiling pest_generator v2.7.10 |
702 | 2024-10-09T16:39:03.295Z | Compiling tokio-util v0.7.12 |
703 | 2024-10-09T16:39:03.664Z | Compiling openssl-macros v0.1.1 |
704 | 2024-10-09T16:39:04.345Z | Compiling regex-automata v0.4.6 |
705 | 2024-10-09T16:39:04.355Z | Compiling pest_derive v2.7.10 |
706 | 2024-10-09T16:39:05.498Z | Compiling http-body-util v0.1.2 |
707 | 2024-10-09T16:39:06.038Z | Compiling unicode-normalization v0.1.23 |
708 | 2024-10-09T16:39:07.370Z | Compiling indexmap v2.5.0 |
709 | 2024-10-09T16:39:09.097Z | Compiling serde_tokenstream v0.2.2 |
710 | 2024-10-09T16:39:12.045Z | Compiling h2 v0.4.6 |
711 | 2024-10-09T16:39:15.250Z | Compiling typify-impl v0.2.0 |
712 | 2024-10-09T16:39:18.878Z | Compiling hyper v1.4.1 |
713 | 2024-10-09T16:39:21.972Z | Compiling hyper-util v0.1.9 |
714 | 2024-10-09T16:39:23.614Z | Compiling regex v1.10.6 |
715 | 2024-10-09T16:39:24.603Z | Compiling scroll_derive v0.12.0 |
716 | 2024-10-09T16:39:27.344Z | Compiling typify-macro v0.2.0 |
717 | 2024-10-09T16:39:27.482Z | Compiling usdt-impl v0.5.0 |
718 | 2024-10-09T16:39:27.681Z | Compiling encoding_rs v0.8.34 |
719 | 2024-10-09T16:39:27.839Z | Compiling base64 v0.22.1 |
720 | 2024-10-09T16:39:27.866Z | Compiling mime v0.3.17 |
721 | 2024-10-09T16:39:28.926Z | Compiling unicode-bidi v0.3.15 |
722 | 2024-10-09T16:39:30.540Z | Compiling time-core v0.1.2 |
723 | 2024-10-09T16:39:30.696Z | Compiling num-conv v0.1.0 |
724 | 2024-10-09T16:39:30.974Z | Compiling powerfmt v0.2.0 |
725 | 2024-10-09T16:39:31.307Z | Compiling deranged v0.3.11 |
726 | 2024-10-09T16:39:31.439Z | Compiling time-macros v0.2.18 |
727 | 2024-10-09T16:39:31.882Z | Compiling idna v0.5.0 |
728 | 2024-10-09T16:39:34.448Z | Compiling rustls-pemfile v2.1.3 |
729 | 2024-10-09T16:39:36.746Z | Compiling thread-id v4.2.1 |
730 | 2024-10-09T16:39:36.840Z | Compiling scroll v0.12.0 |
731 | 2024-10-09T16:39:36.881Z | Compiling tokio-native-tls v0.3.1 |
732 | 2024-10-09T16:39:37.143Z | Compiling tokio-rustls v0.26.0 |
733 | 2024-10-09T16:39:37.453Z | Compiling dof v0.3.0 |
734 | 2024-10-09T16:39:37.620Z | Compiling serde_urlencoded v0.7.1 |
735 | 2024-10-09T16:39:38.209Z | Compiling dtrace-parser v0.2.0 |
736 | 2024-10-09T16:39:38.331Z | Compiling webpki-roots v0.26.3 |
737 | 2024-10-09T16:39:38.517Z | Compiling crossbeam-utils v0.8.19 |
738 | 2024-10-09T16:39:39.082Z | Compiling omicron-workspace-hack v0.1.0 |
739 | 2024-10-09T16:39:39.406Z | Compiling num_threads v0.1.7 |
740 | 2024-10-09T16:39:39.872Z | Compiling strsim v0.11.1 |
741 | 2024-10-09T16:39:40.585Z | Compiling plain v0.2.3 |
742 | 2024-10-09T16:39:40.727Z | Compiling ident_case v1.0.1 |
743 | 2024-10-09T16:39:40.978Z | Compiling time v0.3.36 |
744 | 2024-10-09T16:39:44.341Z | Compiling darling_core v0.20.9 |
745 | 2024-10-09T16:39:46.179Z | Compiling goblin v0.8.2 |
746 | 2024-10-09T16:39:49.815Z | Compiling hyper-rustls v0.27.3 |
747 | 2024-10-09T16:39:50.475Z | Compiling hyper-tls v0.6.0 |
748 | 2024-10-09T16:39:50.909Z | Compiling url v2.5.2 |
749 | 2024-10-09T16:39:50.957Z | Compiling typify v0.2.0 |
750 | 2024-10-09T16:39:50.968Z | Compiling openapiv3 v2.0.0 |
751 | 2024-10-09T16:39:51.628Z | Compiling sync_wrapper v1.0.1 |
752 | 2024-10-09T16:39:51.765Z | Compiling dirs-sys-next v0.1.2 |
753 | 2024-10-09T16:39:53.208Z | Compiling pretty-hex v0.4.1 |
754 | 2024-10-09T16:39:53.415Z | Compiling rustls v0.22.4 |
755 | 2024-10-09T16:39:53.745Z | Compiling paste v1.0.15 |
756 | 2024-10-09T16:39:54.078Z | Compiling unsafe-libyaml v0.2.11 |
757 | 2024-10-09T16:39:54.250Z | Compiling ipnet v2.10.0 |
758 | 2024-10-09T16:39:55.195Z | Compiling rustversion v1.0.17 |
759 | 2024-10-09T16:39:55.810Z | Compiling serde_yaml v0.9.34+deprecated |
760 | 2024-10-09T16:39:55.880Z | Compiling progenitor-impl v0.8.0 |
761 | 2024-10-09T16:39:56.408Z | Compiling reqwest v0.12.7 |
762 | 2024-10-09T16:39:57.609Z | Compiling dirs-next v2.0.0 |
763 | 2024-10-09T16:39:57.837Z | Compiling darling_macro v0.20.9 |
764 | 2024-10-09T16:40:01.401Z | Compiling block-buffer v0.10.4 |
765 | 2024-10-09T16:40:01.643Z | Compiling crypto-common v0.1.6 |
766 | 2024-10-09T16:40:01.842Z | Compiling toml_datetime v0.6.8 |
767 | 2024-10-09T16:40:02.439Z | Compiling serde_spanned v0.6.7 |
768 | 2024-10-09T16:40:02.518Z | Compiling structmeta-derive v0.3.0 |
769 | 2024-10-09T16:40:02.670Z | Compiling rand_core v0.6.4 |
770 | 2024-10-09T16:40:03.132Z | Compiling thread_local v1.1.8 |
771 | 2024-10-09T16:40:03.150Z | Compiling multer v3.1.0 |
772 | 2024-10-09T16:40:03.492Z | Compiling match_cfg v0.1.0 |
773 | 2024-10-09T16:40:03.574Z | Compiling camino v1.1.9 |
774 | 2024-10-09T16:40:03.799Z | Compiling anyhow v1.0.89 |
775 | 2024-10-09T16:40:03.851Z | Compiling winnow v0.6.18 |
776 | 2024-10-09T16:40:04.168Z | Compiling ppv-lite86 v0.2.17 |
777 | 2024-10-09T16:40:04.396Z | Compiling slog-async v2.8.0 |
778 | 2024-10-09T16:40:04.947Z | Compiling rand_chacha v0.3.1 |
779 | 2024-10-09T16:40:05.158Z | Compiling hostname v0.3.1 |
780 | 2024-10-09T16:40:05.227Z | Compiling structmeta v0.3.0 |
781 | 2024-10-09T16:40:05.384Z | Compiling progenitor-macro v0.8.0 |
782 | 2024-10-09T16:40:05.581Z | Compiling digest v0.10.7 |
783 | 2024-10-09T16:40:06.616Z | Compiling crossbeam-channel v0.5.12 |
784 | 2024-10-09T16:40:08.182Z | Compiling toml_edit v0.22.22 |
785 | 2024-10-09T16:40:08.251Z | Compiling darling v0.20.9 |
786 | 2024-10-09T16:40:08.349Z | Compiling progenitor-client v0.8.0 |
787 | 2024-10-09T16:40:09.243Z | Compiling term v0.7.0 |
788 | 2024-10-09T16:40:16.145Z | Compiling usdt-macro v0.5.0 |
789 | 2024-10-09T16:40:16.260Z | Compiling usdt-attr-macro v0.5.0 |
790 | 2024-10-09T16:40:17.463Z | Compiling slog-json v2.6.1 |
791 | 2024-10-09T16:40:17.731Z | Compiling futures-executor v0.3.30 |
792 | 2024-10-09T16:40:17.920Z | Compiling async-stream-impl v0.3.5 |
793 | 2024-10-09T16:40:18.933Z | Compiling is-terminal v0.4.12 |
794 | 2024-10-09T16:40:19.047Z | Compiling memmap v0.7.0 |
795 | 2024-10-09T16:40:19.276Z | Compiling dropshot v0.12.0 |
796 | 2024-10-09T16:40:19.445Z | Compiling take_mut v0.2.2 |
797 | 2024-10-09T16:40:19.593Z | Compiling cpufeatures v0.2.12 |
798 | 2024-10-09T16:40:19.655Z | Compiling sha1 v0.10.6 |
799 | 2024-10-09T16:40:20.424Z | Compiling async-stream v0.3.5 |
800 | 2024-10-09T16:40:20.672Z | Compiling progenitor v0.8.0 |
801 | 2024-10-09T16:40:20.756Z | Compiling usdt v0.5.0 |
802 | 2024-10-09T16:40:20.866Z | Compiling slog-term v2.9.1 |
803 | 2024-10-09T16:40:22.320Z | Compiling futures v0.3.30 |
804 | 2024-10-09T16:40:22.510Z | Compiling slog-bunyan v2.5.0 |
805 | 2024-10-09T16:40:22.774Z | Compiling strum_macros v0.26.4 |
806 | 2024-10-09T16:40:23.125Z | Compiling tokio-rustls v0.25.0 |
807 | 2024-10-09T16:40:23.555Z | Compiling toml v0.8.19 |
808 | 2024-10-09T16:40:23.738Z | Compiling serde_with_macros v3.9.0 |
809 | 2024-10-09T16:40:26.424Z | Compiling parse-display-derive v0.10.0 |
810 | 2024-10-09T16:40:27.396Z | Compiling rand v0.8.5 |
811 | 2024-10-09T16:40:31.195Z | Compiling newtype-uuid v1.1.0 |
812 | 2024-10-09T16:40:31.518Z | Compiling ipnetwork v0.20.0 |
813 | 2024-10-09T16:40:31.739Z | Compiling dropshot_endpoint v0.12.0 |
814 | 2024-10-09T16:40:32.057Z | Compiling serde_path_to_error v0.1.16 |
815 | 2024-10-09T16:40:32.457Z | Compiling hex v0.4.3 |
816 | 2024-10-09T16:40:33.074Z | Compiling async-trait v0.1.83 |
817 | 2024-10-09T16:40:33.110Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
818 | 2024-10-09T16:40:33.939Z | Compiling waitgroup v0.1.2 |
819 | 2024-10-09T16:40:34.159Z | Compiling hostname v0.4.0 |
820 | 2024-10-09T16:40:34.397Z | Compiling instant v0.1.12 |
821 | 2024-10-09T16:40:34.547Z | Compiling debug-ignore v1.0.5 |
822 | 2024-10-09T16:40:34.678Z | Compiling backoff v0.4.0 |
823 | 2024-10-09T16:40:34.982Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
824 | 2024-10-09T16:40:35.164Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
825 | 2024-10-09T16:40:35.309Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
826 | 2024-10-09T16:40:35.517Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
827 | 2024-10-09T16:40:36.045Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
828 | 2024-10-09T16:40:36.368Z | Compiling parse-display v0.10.0 |
829 | 2024-10-09T16:40:38.465Z | Compiling strum v0.26.3 |
830 | 2024-10-09T16:40:38.659Z | Compiling serde_with v3.9.0 |
831 | 2024-10-09T16:40:39.912Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
832 | 2024-10-09T16:40:40.074Z | Compiling macaddr v1.0.1 |
833 | 2024-10-09T16:40:40.689Z | Compiling regress v0.9.1 |
834 | 2024-10-09T16:40:46.280Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
835 | 2024-10-09T16:40:56.148Z | Compiling test-project v0.1.0 (/tmp/test-project) |
836 | 2024-10-09T16:41:05.269Z | Finished `release` profile [optimized] target(s) in 2m 26s |
837 | 2024-10-09T16:41:05.327Z | process exited: duration 222642 ms, exit code 0 |
|
838 | 2024-10-09T16:41:05.333Z | found 0 output files |