|
|
|
1 | 2024-12-21T00:42:54.851Z | job assigned to worker 01JFKAKW9GXJX1MZH8WJRGMHQ1 [factory aws, i-0d06e8f2c7006715e] (queued for 1 m 4 s) |
|
2 | 2024-12-21T00:43:02.685Z | starting task 0: "setup" |
3 | 2024-12-21T00:43:02.694Z | ++ uname -s |
4 | 2024-12-21T00:43:02.697Z | + kern=SunOS |
5 | 2024-12-21T00:43:02.697Z | + case "$kern" in |
6 | 2024-12-21T00:43:02.697Z | + groupadd -g 12345 build |
7 | 2024-12-21T00:43:02.700Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T00:43:04.729Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T00:43:04.907Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T00:43:04.919Z | + home_fs=zfs |
11 | 2024-12-21T00:43:04.919Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T00:43:04.920Z | + mkdir -p /home/build |
13 | 2024-12-21T00:43:04.920Z | + chown build:build /home/build /work |
14 | 2024-12-21T00:43:06.892Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T00:43:06.895Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2024-12-21T00:43:06.905Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T00:43:06.908Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T00:43:06.908Z | ' 1.81.0 |
19 | 2024-12-21T00:43:06.908Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T00:43:06.908Z | * toolchain profile = "default" |
21 | 2024-12-21T00:43:06.908Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T00:43:06.908Z | ' default |
23 | 2024-12-21T00:43:06.911Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T00:43:06.911Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T00:43:07.028Z | info: downloading installer |
26 | 2024-12-21T00:43:08.375Z | info: profile set to 'default' |
27 | 2024-12-21T00:43:08.375Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T00:43:08.379Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T00:43:08.514Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T00:43:08.514Z | info: downloading component 'cargo' |
31 | 2024-12-21T00:43:09.231Z | info: downloading component 'clippy' |
32 | 2024-12-21T00:43:09.497Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T00:43:10.487Z | info: downloading component 'rust-std' |
34 | 2024-12-21T00:43:12.039Z | info: downloading component 'rustc' |
35 | 2024-12-21T00:43:17.586Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T00:43:17.795Z | info: installing component 'cargo' |
37 | 2024-12-21T00:43:18.580Z | info: installing component 'clippy' |
38 | 2024-12-21T00:43:18.939Z | info: installing component 'rust-docs' |
39 | 2024-12-21T00:43:20.548Z | info: installing component 'rust-std' |
40 | 2024-12-21T00:43:22.246Z | info: installing component 'rustc' |
41 | 2024-12-21T00:43:27.917Z | info: installing component 'rustfmt' |
42 | 2024-12-21T00:43:28.236Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T00:43:28.236Z | |
44 | 2024-12-21T00:43:28.600Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T00:43:28.600Z | |
46 | 2024-12-21T00:43:28.602Z | |
47 | 2024-12-21T00:43:28.602Z | Rust is installed now. Great! |
48 | 2024-12-21T00:43:28.602Z | |
49 | 2024-12-21T00:43:28.602Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T00:43:28.602Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T00:43:28.602Z | |
52 | 2024-12-21T00:43:28.602Z | To configure your current shell, you need to source |
53 | 2024-12-21T00:43:28.602Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T00:43:28.602Z | |
55 | 2024-12-21T00:43:28.602Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T00:43:28.602Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T00:43:28.602Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T00:43:28.677Z | + rustc --version |
59 | 2024-12-21T00:43:28.741Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T00:43:28.743Z | process exited: duration 21842 ms, exit code 0 |
|
61 | 2024-12-21T00:43:28.749Z | starting task 2: "authentication" |
62 | 2024-12-21T00:43:28.770Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T00:43:28.776Z | starting task 3: "clone repository" |
64 | 2024-12-21T00:43:28.780Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T00:43:28.783Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T00:43:28.825Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T00:43:36.108Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T00:43:36.111Z | + git fetch origin b9230aecdc1ef611d4c203ade2e683da167ea9da |
69 | 2024-12-21T00:43:36.401Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T00:43:36.401Z | * branch b9230aecdc1ef611d4c203ade2e683da167ea9da -> FETCH_HEAD |
71 | 2024-12-21T00:43:36.410Z | + [[ -n dap/doc-pattern ]] |
72 | 2024-12-21T00:43:36.413Z | ++ git branch --show-current |
73 | 2024-12-21T00:43:36.415Z | + current=main |
74 | 2024-12-21T00:43:36.415Z | + [[ main != dap/doc-pattern ]] |
75 | 2024-12-21T00:43:36.415Z | + git branch -f dap/doc-pattern b9230aecdc1ef611d4c203ade2e683da167ea9da |
76 | 2024-12-21T00:43:36.418Z | + git checkout -f dap/doc-pattern |
77 | 2024-12-21T00:43:36.559Z | Switched to branch 'dap/doc-pattern' |
78 | 2024-12-21T00:43:36.561Z | + git reset --hard b9230aecdc1ef611d4c203ade2e683da167ea9da |
79 | 2024-12-21T00:43:36.698Z | HEAD is now at b9230aecd edit |
80 | 2024-12-21T00:43:36.701Z | process exited: duration 7923 ms, exit code 0 |
|
81 | 2024-12-21T00:43:36.707Z | starting task 4: "build" |
82 | 2024-12-21T00:43:36.712Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T00:43:36.715Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T00:43:36.715Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T00:43:36.715Z | + cargo --version |
86 | 2024-12-21T00:43:36.769Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T00:43:36.772Z | + rustc --version |
88 | 2024-12-21T00:43:36.832Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T00:43:36.834Z | + cd /tmp |
90 | 2024-12-21T00:43:36.834Z | + cargo new --lib test-project |
91 | 2024-12-21T00:43:36.892Z | Creating library `test-project` package |
92 | 2024-12-21T00:43:36.967Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-21T00:43:36.970Z | + cd test-project |
94 | 2024-12-21T00:43:36.970Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-21T00:43:37.029Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-21T00:43:37.029Z | Features: |
97 | 2024-12-21T00:43:37.029Z | - proptest |
98 | 2024-12-21T00:43:37.029Z | - test-strategy |
99 | 2024-12-21T00:43:37.032Z | - testing |
100 | 2024-12-21T00:43:37.032Z | Updating crates.io index |
101 | 2024-12-21T00:43:37.117Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-21T00:43:37.637Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-21T00:43:38.083Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-21T00:43:38.469Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-21T00:43:39.697Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-21T00:43:39.700Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-21T00:43:39.700Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-21T00:43:39.700Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-21T00:43:39.703Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-21T00:43:39.703Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-21T00:43:39.703Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-21T00:43:39.703Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-21T00:43:39.703Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-21T00:43:39.703Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-21T00:43:39.703Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-21T00:43:39.707Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-21T00:43:39.707Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-21T00:43:39.709Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-21T00:43:39.713Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-21T00:43:39.716Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-21T00:43:39.719Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-21T00:43:39.719Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-21T00:43:39.719Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-21T00:43:39.719Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-21T00:43:39.719Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-21T00:43:39.721Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-21T00:43:39.723Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-21T00:43:39.723Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-21T00:43:39.723Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-21T00:43:39.723Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-21T00:43:39.723Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-21T00:43:39.723Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-21T00:43:39.723Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-21T00:43:39.726Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-21T00:43:39.726Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-21T00:43:39.726Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-21T00:43:39.726Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-21T00:43:39.798Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-21T00:43:39.800Z | + cargo check |
140 | 2024-12-21T00:43:39.963Z | Updating crates.io index |
141 | 2024-12-21T00:43:40.696Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-21T00:43:43.755Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-21T00:43:45.425Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-21T00:43:46.132Z | Downloading crates ... |
145 | 2024-12-21T00:43:46.191Z | Downloaded backoff v0.4.0 |
146 | 2024-12-21T00:43:46.196Z | Downloaded async-stream-impl v0.3.6 |
147 | 2024-12-21T00:43:46.206Z | Downloaded darling_core v0.20.10 |
148 | 2024-12-21T00:43:46.213Z | Downloaded tinyvec_macros v0.1.1 |
149 | 2024-12-21T00:43:46.218Z | Downloaded time-macros v0.2.18 |
150 | 2024-12-21T00:43:46.220Z | Downloaded tinystr v0.7.6 |
151 | 2024-12-21T00:43:46.223Z | Downloaded memmap v0.7.0 |
152 | 2024-12-21T00:43:46.225Z | Downloaded tinyvec v1.8.0 |
153 | 2024-12-21T00:43:46.230Z | Downloaded usdt-impl v0.5.0 |
154 | 2024-12-21T00:43:46.233Z | Downloaded tower-service v0.3.3 |
155 | 2024-12-21T00:43:46.233Z | Downloaded ident_case v1.0.1 |
156 | 2024-12-21T00:43:46.236Z | Downloaded waitgroup v0.1.2 |
157 | 2024-12-21T00:43:46.236Z | Downloaded usdt-attr-macro v0.5.0 |
158 | 2024-12-21T00:43:46.242Z | Downloaded usdt-macro v0.5.0 |
159 | 2024-12-21T00:43:46.244Z | Downloaded try-lock v0.2.5 |
160 | 2024-12-21T00:43:46.244Z | Downloaded dtrace-parser v0.2.0 |
161 | 2024-12-21T00:43:46.244Z | Downloaded zerofrom v0.1.4 |
162 | 2024-12-21T00:43:46.247Z | Downloaded yoke-derive v0.7.4 |
163 | 2024-12-21T00:43:46.247Z | Downloaded want v0.3.1 |
164 | 2024-12-21T00:43:46.247Z | Downloaded openssl-probe v0.1.5 |
165 | 2024-12-21T00:43:46.249Z | Downloaded http-body v1.0.1 |
166 | 2024-12-21T00:43:46.249Z | Downloaded equivalent v1.0.1 |
167 | 2024-12-21T00:43:46.251Z | Downloaded openssl-macros v0.1.1 |
168 | 2024-12-21T00:43:46.251Z | Downloaded icu_provider_macros v1.5.0 |
169 | 2024-12-21T00:43:46.254Z | Downloaded darling_macro v0.20.10 |
170 | 2024-12-21T00:43:46.256Z | Downloaded progenitor-client v0.8.0 |
171 | 2024-12-21T00:43:46.256Z | Downloaded match_cfg v0.1.0 |
172 | 2024-12-21T00:43:46.259Z | Downloaded instant v0.1.13 |
173 | 2024-12-21T00:43:46.259Z | Downloaded num-conv v0.1.0 |
174 | 2024-12-21T00:43:46.262Z | Downloaded foreign-types v0.3.2 |
175 | 2024-12-21T00:43:46.262Z | Downloaded async-stream v0.3.6 |
176 | 2024-12-21T00:43:46.265Z | Downloaded num_threads v0.1.7 |
177 | 2024-12-21T00:43:46.265Z | Downloaded foreign-types-shared v0.1.1 |
178 | 2024-12-21T00:43:46.265Z | Downloaded write16 v1.0.0 |
179 | 2024-12-21T00:43:46.268Z | Downloaded time-core v0.1.2 |
180 | 2024-12-21T00:43:46.268Z | Downloaded crypto-common v0.1.6 |
181 | 2024-12-21T00:43:46.271Z | Downloaded debug-ignore v1.0.5 |
182 | 2024-12-21T00:43:46.271Z | Downloaded untrusted v0.9.0 |
183 | 2024-12-21T00:43:46.273Z | Downloaded atomic-waker v1.1.2 |
184 | 2024-12-21T00:43:46.273Z | Downloaded utf16_iter v1.0.5 |
185 | 2024-12-21T00:43:46.275Z | Downloaded futures-io v0.3.31 |
186 | 2024-12-21T00:43:46.276Z | Downloaded typify-macro v0.2.0 |
187 | 2024-12-21T00:43:46.278Z | Downloaded tokio-native-tls v0.3.1 |
188 | 2024-12-21T00:43:46.280Z | Downloaded futures-task v0.3.31 |
189 | 2024-12-21T00:43:46.282Z | Downloaded usdt v0.5.0 |
190 | 2024-12-21T00:43:46.282Z | Downloaded tokio-macros v2.4.0 |
191 | 2024-12-21T00:43:46.284Z | Downloaded cfg-if v1.0.0 |
192 | 2024-12-21T00:43:46.284Z | Downloaded http-body-util v0.1.2 |
193 | 2024-12-21T00:43:46.286Z | Downloaded toml_datetime v0.6.8 |
194 | 2024-12-21T00:43:46.288Z | Downloaded hostname v0.4.0 |
195 | 2024-12-21T00:43:46.294Z | Downloaded pretty-hex v0.4.1 |
196 | 2024-12-21T00:43:46.294Z | Downloaded newtype-uuid v1.1.3 |
197 | 2024-12-21T00:43:46.294Z | Downloaded heck v0.5.0 |
198 | 2024-12-21T00:43:46.294Z | Downloaded fnv v1.0.7 |
199 | 2024-12-21T00:43:46.294Z | Downloaded pin-utils v0.1.0 |
200 | 2024-12-21T00:43:46.297Z | Downloaded zerovec-derive v0.10.3 |
201 | 2024-12-21T00:43:46.297Z | Downloaded pest_generator v2.7.14 |
202 | 2024-12-21T00:43:46.299Z | Downloaded quinn-udp v0.5.5 |
203 | 2024-12-21T00:43:46.299Z | Downloaded parse-display-derive v0.10.0 |
204 | 2024-12-21T00:43:46.302Z | Downloaded rand_core v0.6.4 |
205 | 2024-12-21T00:43:46.302Z | Downloaded block-buffer v0.10.4 |
206 | 2024-12-21T00:43:46.304Z | Downloaded pkg-config v0.3.31 |
207 | 2024-12-21T00:43:46.304Z | Downloaded parse-display v0.10.0 |
208 | 2024-12-21T00:43:46.307Z | Downloaded paste v1.0.15 |
209 | 2024-12-21T00:43:46.309Z | Downloaded rand_chacha v0.3.1 |
210 | 2024-12-21T00:43:46.310Z | Downloaded progenitor v0.8.0 |
211 | 2024-12-21T00:43:46.312Z | Downloaded hyper-tls v0.6.0 |
212 | 2024-12-21T00:43:46.314Z | Downloaded generic-array v0.14.7 |
213 | 2024-12-21T00:43:46.316Z | Downloaded is-terminal v0.4.13 |
214 | 2024-12-21T00:43:46.316Z | Downloaded progenitor-macro v0.8.0 |
215 | 2024-12-21T00:43:46.318Z | Downloaded plain v0.2.3 |
216 | 2024-12-21T00:43:46.318Z | Downloaded idna_adapter v1.2.0 |
217 | 2024-12-21T00:43:46.318Z | Downloaded dirs-next v2.0.0 |
218 | 2024-12-21T00:43:46.320Z | Downloaded futures-executor v0.3.31 |
219 | 2024-12-21T00:43:46.320Z | Downloaded percent-encoding v2.3.1 |
220 | 2024-12-21T00:43:46.323Z | Downloaded httpdate v1.0.3 |
221 | 2024-12-21T00:43:46.323Z | Downloaded hostname v0.3.1 |
222 | 2024-12-21T00:43:46.325Z | Downloaded dyn-clone v1.0.17 |
223 | 2024-12-21T00:43:46.325Z | Downloaded futures-sink v0.3.31 |
224 | 2024-12-21T00:43:46.328Z | Downloaded dirs-sys-next v0.1.2 |
225 | 2024-12-21T00:43:46.328Z | Downloaded deranged v0.3.11 |
226 | 2024-12-21T00:43:46.331Z | Downloaded sync_wrapper v1.0.1 |
227 | 2024-12-21T00:43:46.331Z | Downloaded zeroize v1.8.1 |
228 | 2024-12-21T00:43:46.333Z | Downloaded scroll_derive v0.12.0 |
229 | 2024-12-21T00:43:46.333Z | Downloaded stable_deref_trait v1.2.0 |
230 | 2024-12-21T00:43:46.333Z | Downloaded writeable v0.5.5 |
231 | 2024-12-21T00:43:46.335Z | Downloaded schemars_derive v0.8.21 |
232 | 2024-12-21T00:43:46.337Z | Downloaded ipnetwork v0.20.0 |
233 | 2024-12-21T00:43:46.339Z | Downloaded tokio-rustls v0.25.0 |
234 | 2024-12-21T00:43:46.339Z | Downloaded macaddr v1.0.1 |
235 | 2024-12-21T00:43:46.343Z | Downloaded thiserror-impl v1.0.69 |
236 | 2024-12-21T00:43:46.345Z | Downloaded version_check v0.9.5 |
237 | 2024-12-21T00:43:46.345Z | Downloaded typify v0.2.0 |
238 | 2024-12-21T00:43:46.357Z | Downloaded zerocopy-derive v0.7.35 |
239 | 2024-12-21T00:43:46.357Z | Downloaded yoke v0.7.4 |
240 | 2024-12-21T00:43:46.357Z | Downloaded once_cell v1.20.2 |
241 | 2024-12-21T00:43:46.357Z | Downloaded getrandom v0.2.15 |
242 | 2024-12-21T00:43:46.359Z | Downloaded quote v1.0.37 |
243 | 2024-12-21T00:43:46.361Z | Downloaded multer v3.1.0 |
244 | 2024-12-21T00:43:46.364Z | Downloaded iana-time-zone v0.1.61 |
245 | 2024-12-21T00:43:46.366Z | Downloaded parking_lot_core v0.9.10 |
246 | 2024-12-21T00:43:46.369Z | Downloaded pin-project-lite v0.2.14 |
247 | 2024-12-21T00:43:46.371Z | Downloaded lock_api v0.4.12 |
248 | 2024-12-21T00:43:46.374Z | Downloaded rustc-hash v2.0.0 |
249 | 2024-12-21T00:43:46.374Z | Downloaded hyper-rustls v0.27.3 |
250 | 2024-12-21T00:43:46.376Z | Downloaded hex v0.4.3 |
251 | 2024-12-21T00:43:46.379Z | Downloaded subtle v2.6.1 |
252 | 2024-12-21T00:43:46.379Z | Downloaded take_mut v0.2.2 |
253 | 2024-12-21T00:43:46.381Z | Downloaded omicron-workspace-hack v0.1.0 |
254 | 2024-12-21T00:43:46.381Z | Downloaded slog-bunyan v2.5.0 |
255 | 2024-12-21T00:43:46.383Z | Downloaded camino v1.1.9 |
256 | 2024-12-21T00:43:46.383Z | Downloaded serde_path_to_error v0.1.16 |
257 | 2024-12-21T00:43:46.386Z | Downloaded powerfmt v0.2.0 |
258 | 2024-12-21T00:43:46.386Z | Downloaded icu_locid_transform v1.5.0 |
259 | 2024-12-21T00:43:46.391Z | Downloaded displaydoc v0.2.5 |
260 | 2024-12-21T00:43:46.393Z | Downloaded strum v0.26.3 |
261 | 2024-12-21T00:43:46.393Z | Downloaded toml v0.8.19 |
262 | 2024-12-21T00:43:46.396Z | Downloaded sha1 v0.10.6 |
263 | 2024-12-21T00:43:46.399Z | Downloaded pest_meta v2.7.14 |
264 | 2024-12-21T00:43:46.399Z | Downloaded parking_lot v0.12.3 |
265 | 2024-12-21T00:43:46.402Z | Downloaded litemap v0.7.3 |
266 | 2024-12-21T00:43:46.405Z | Downloaded serde_urlencoded v0.7.1 |
267 | 2024-12-21T00:43:46.405Z | Downloaded signal-hook-registry v1.4.2 |
268 | 2024-12-21T00:43:46.407Z | Downloaded structmeta-derive v0.3.0 |
269 | 2024-12-21T00:43:46.407Z | Downloaded slog-json v2.6.1 |
270 | 2024-12-21T00:43:46.409Z | Downloaded crossbeam-utils v0.8.20 |
271 | 2024-12-21T00:43:46.411Z | Downloaded anyhow v1.0.93 |
272 | 2024-12-21T00:43:46.414Z | Downloaded term v0.7.0 |
273 | 2024-12-21T00:43:46.417Z | Downloaded smallvec v1.13.2 |
274 | 2024-12-21T00:43:46.420Z | Downloaded serde_spanned v0.6.8 |
275 | 2024-12-21T00:43:46.422Z | Downloaded log v0.4.22 |
276 | 2024-12-21T00:43:46.426Z | Downloaded tracing-core v0.1.32 |
277 | 2024-12-21T00:43:46.426Z | Downloaded slab v0.4.9 |
278 | 2024-12-21T00:43:46.429Z | Downloaded shlex v1.3.0 |
279 | 2024-12-21T00:43:46.429Z | Downloaded icu_locid_transform_data v1.5.0 |
280 | 2024-12-21T00:43:46.431Z | Downloaded icu_normalizer v1.5.0 |
281 | 2024-12-21T00:43:46.434Z | Downloaded rustls-pemfile v2.2.0 |
282 | 2024-12-21T00:43:46.436Z | Downloaded rustls-pki-types v1.10.0 |
283 | 2024-12-21T00:43:46.438Z | Downloaded httparse v1.9.5 |
284 | 2024-12-21T00:43:46.440Z | Downloaded futures v0.3.31 |
285 | 2024-12-21T00:43:46.444Z | Downloaded slog-async v2.8.0 |
286 | 2024-12-21T00:43:46.447Z | Downloaded unsafe-libyaml v0.2.11 |
287 | 2024-12-21T00:43:46.450Z | Downloaded thiserror v1.0.69 |
288 | 2024-12-21T00:43:46.453Z | Downloaded thread-id v4.2.2 |
289 | 2024-12-21T00:43:46.456Z | Downloaded rustversion v1.0.17 |
290 | 2024-12-21T00:43:46.458Z | Downloaded strum_macros v0.26.4 |
291 | 2024-12-21T00:43:46.460Z | Downloaded icu_provider v1.5.0 |
292 | 2024-12-21T00:43:46.463Z | Downloaded serde_derive_internals v0.29.1 |
293 | 2024-12-21T00:43:46.465Z | Downloaded dropshot_endpoint v0.13.0 |
294 | 2024-12-21T00:43:46.467Z | Downloaded icu_locid v1.5.0 |
295 | 2024-12-21T00:43:46.470Z | Downloaded socket2 v0.5.7 |
296 | 2024-12-21T00:43:46.473Z | Downloaded icu_properties v1.5.1 |
297 | 2024-12-21T00:43:46.475Z | Downloaded allocator-api2 v0.2.18 |
298 | 2024-12-21T00:43:46.478Z | Downloaded proc-macro2 v1.0.89 |
299 | 2024-12-21T00:43:46.480Z | Downloaded ryu v1.0.18 |
300 | 2024-12-21T00:43:46.483Z | Downloaded serde_yaml v0.9.34+deprecated |
301 | 2024-12-21T00:43:46.486Z | Downloaded serde_with_macros v3.11.0 |
302 | 2024-12-21T00:43:46.489Z | Downloaded ahash v0.8.11 |
303 | 2024-12-21T00:43:46.491Z | Downloaded slog v2.7.0 |
304 | 2024-12-21T00:43:46.493Z | Downloaded scroll v0.12.0 |
305 | 2024-12-21T00:43:46.496Z | Downloaded thread_local v1.1.8 |
306 | 2024-12-21T00:43:46.496Z | Downloaded num-traits v0.2.19 |
307 | 2024-12-21T00:43:46.498Z | Downloaded openssl-sys v0.9.103 |
308 | 2024-12-21T00:43:46.503Z | Downloaded mio v1.0.2 |
309 | 2024-12-21T00:43:46.508Z | Downloaded serde v1.0.215 |
310 | 2024-12-21T00:43:46.511Z | Downloaded serde_derive v1.0.215 |
311 | 2024-12-21T00:43:46.514Z | Downloaded url v2.5.3 |
312 | 2024-12-21T00:43:46.517Z | Downloaded base64 v0.22.1 |
313 | 2024-12-21T00:43:46.520Z | Downloaded crossbeam-channel v0.5.13 |
314 | 2024-12-21T00:43:46.524Z | Downloaded toml_edit v0.22.22 |
315 | 2024-12-21T00:43:46.545Z | Downloaded rand v0.8.5 |
316 | 2024-12-21T00:43:46.548Z | Downloaded tokio-util v0.7.12 |
317 | 2024-12-21T00:43:46.554Z | Downloaded schemars v0.8.21 |
318 | 2024-12-21T00:43:46.564Z | Downloaded hashbrown v0.12.3 |
319 | 2024-12-21T00:43:46.568Z | Downloaded http v1.1.0 |
320 | 2024-12-21T00:43:46.572Z | Downloaded cc v1.1.30 |
321 | 2024-12-21T00:43:46.575Z | Downloaded zerovec v0.10.4 |
322 | 2024-12-21T00:43:46.580Z | Downloaded quinn v0.11.5 |
323 | 2024-12-21T00:43:46.584Z | Downloaded pest v2.7.14 |
324 | 2024-12-21T00:43:46.588Z | Downloaded aho-corasick v1.1.3 |
325 | 2024-12-21T00:43:46.593Z | Downloaded zerocopy v0.7.35 |
326 | 2024-12-21T00:43:46.608Z | Downloaded time v0.3.36 |
327 | 2024-12-21T00:43:46.614Z | Downloaded vcpkg v0.2.15 |
328 | 2024-12-21T00:43:46.650Z | Downloaded hyper v1.5.0 |
329 | 2024-12-21T00:43:46.656Z | Downloaded futures-util v0.3.31 |
330 | 2024-12-21T00:43:46.666Z | Downloaded reqwest v0.12.9 |
331 | 2024-12-21T00:43:46.673Z | Downloaded serde_with v3.11.0 |
332 | 2024-12-21T00:43:46.681Z | Downloaded quinn-proto v0.11.8 |
333 | 2024-12-21T00:43:46.687Z | Downloaded rustls-webpki v0.102.8 |
334 | 2024-12-21T00:43:46.704Z | Downloaded webpki-roots v0.26.6 |
335 | 2024-12-21T00:43:46.707Z | Downloaded icu_properties_data v1.5.0 |
336 | 2024-12-21T00:43:46.717Z | Downloaded openssl v0.10.66 |
337 | 2024-12-21T00:43:46.726Z | Downloaded chrono v0.4.38 |
338 | 2024-12-21T00:43:46.732Z | Downloaded syn v2.0.87 |
339 | 2024-12-21T00:43:46.742Z | Downloaded dropshot v0.13.0 |
340 | 2024-12-21T00:43:46.761Z | Downloaded rustls v0.23.19 |
341 | 2024-12-21T00:43:46.771Z | Downloaded rustls v0.22.4 |
342 | 2024-12-21T00:43:46.783Z | Downloaded openapiv3 v2.0.0 |
343 | 2024-12-21T00:43:46.794Z | Downloaded regress v0.10.1 |
344 | 2024-12-21T00:43:46.800Z | Downloaded regex-syntax v0.8.5 |
345 | 2024-12-21T00:43:46.808Z | Downloaded regress v0.9.1 |
346 | 2024-12-21T00:43:46.815Z | Downloaded regex v1.11.1 |
347 | 2024-12-21T00:43:46.826Z | Downloaded h2 v0.4.6 |
348 | 2024-12-21T00:43:46.832Z | Downloaded typify-impl v0.2.0 |
349 | 2024-12-21T00:43:46.845Z | Downloaded goblin v0.8.2 |
350 | 2024-12-21T00:43:46.850Z | Downloaded serde_json v1.0.132 |
351 | 2024-12-21T00:43:46.856Z | Downloaded idna v1.0.3 |
352 | 2024-12-21T00:43:46.860Z | Downloaded hashbrown v0.14.5 |
353 | 2024-12-21T00:43:46.865Z | Downloaded winnow v0.6.20 |
354 | 2024-12-21T00:43:46.872Z | Downloaded hashbrown v0.15.1 |
355 | 2024-12-21T00:43:46.876Z | Downloaded memchr v2.7.4 |
356 | 2024-12-21T00:43:46.881Z | Downloaded indexmap v2.6.0 |
357 | 2024-12-21T00:43:46.884Z | Downloaded regex-automata v0.4.8 |
358 | 2024-12-21T00:43:46.899Z | Downloaded icu_collections v1.5.0 |
359 | 2024-12-21T00:43:46.904Z | Downloaded hyper-util v0.1.10 |
360 | 2024-12-21T00:43:46.908Z | Downloaded bytes v1.8.0 |
361 | 2024-12-21T00:43:46.911Z | Downloaded tracing v0.1.40 |
362 | 2024-12-21T00:43:46.915Z | Downloaded slog-term v2.9.1 |
363 | 2024-12-21T00:43:46.917Z | Downloaded unicode-ident v1.0.13 |
364 | 2024-12-21T00:43:46.919Z | Downloaded sha2 v0.10.8 |
365 | 2024-12-21T00:43:46.922Z | Downloaded progenitor-impl v0.8.0 |
366 | 2024-12-21T00:43:46.924Z | Downloaded spin v0.9.8 |
367 | 2024-12-21T00:43:46.927Z | Downloaded indexmap v1.9.3 |
368 | 2024-12-21T00:43:46.929Z | Downloaded icu_normalizer_data v1.5.0 |
369 | 2024-12-21T00:43:46.931Z | Downloaded bitflags v2.6.0 |
370 | 2024-12-21T00:43:46.933Z | Downloaded serde_tokenstream v0.2.2 |
371 | 2024-12-21T00:43:46.935Z | Downloaded pest_derive v2.7.14 |
372 | 2024-12-21T00:43:46.937Z | Downloaded tokio v1.40.0 |
373 | 2024-12-21T00:43:46.969Z | Downloaded ipnet v2.10.1 |
374 | 2024-12-21T00:43:46.972Z | Downloaded libc v0.2.162 |
375 | 2024-12-21T00:43:46.995Z | Downloaded native-tls v0.2.12 |
376 | 2024-12-21T00:43:46.997Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-12-21T00:43:46.999Z | Downloaded typenum v1.17.0 |
378 | 2024-12-21T00:43:47.001Z | Downloaded structmeta v0.3.0 |
379 | 2024-12-21T00:43:47.002Z | Downloaded strsim v0.11.1 |
380 | 2024-12-21T00:43:47.002Z | Downloaded uuid v1.11.0 |
381 | 2024-12-21T00:43:47.004Z | Downloaded synstructure v0.13.1 |
382 | 2024-12-21T00:43:47.006Z | Downloaded scopeguard v1.2.0 |
383 | 2024-12-21T00:43:47.006Z | Downloaded semver v1.0.23 |
384 | 2024-12-21T00:43:47.008Z | Downloaded tokio-rustls v0.26.0 |
385 | 2024-12-21T00:43:47.011Z | Downloaded byteorder v1.5.0 |
386 | 2024-12-21T00:43:47.011Z | Downloaded itoa v1.0.11 |
387 | 2024-12-21T00:43:47.013Z | Downloaded futures-channel v0.3.31 |
388 | 2024-12-21T00:43:47.013Z | Downloaded darling v0.20.10 |
389 | 2024-12-21T00:43:47.016Z | Downloaded async-trait v0.1.83 |
390 | 2024-12-21T00:43:47.019Z | Downloaded dof v0.3.0 |
391 | 2024-12-21T00:43:47.022Z | Downloaded futures-core v0.3.31 |
392 | 2024-12-21T00:43:47.022Z | Downloaded ppv-lite86 v0.2.20 |
393 | 2024-12-21T00:43:47.024Z | Downloaded zerofrom-derive v0.1.4 |
394 | 2024-12-21T00:43:47.024Z | Downloaded form_urlencoded v1.2.1 |
395 | 2024-12-21T00:43:47.024Z | Downloaded cpufeatures v0.2.14 |
396 | 2024-12-21T00:43:47.026Z | Downloaded autocfg v1.4.0 |
397 | 2024-12-21T00:43:47.026Z | Downloaded mime v0.3.17 |
398 | 2024-12-21T00:43:47.028Z | Downloaded utf8_iter v1.0.4 |
399 | 2024-12-21T00:43:47.028Z | Downloaded futures-macro v0.3.31 |
400 | 2024-12-21T00:43:47.031Z | Downloaded digest v0.10.7 |
401 | 2024-12-21T00:43:47.080Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-21T00:43:47.283Z | Downloaded ring v0.17.8 |
403 | 2024-12-21T00:43:47.606Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-21T00:43:47.606Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-21T00:43:47.609Z | Compiling libc v0.2.162 |
406 | 2024-12-21T00:43:47.609Z | Checking cfg-if v1.0.0 |
407 | 2024-12-21T00:43:47.609Z | Compiling autocfg v1.4.0 |
408 | 2024-12-21T00:43:47.609Z | Compiling serde v1.0.215 |
409 | 2024-12-21T00:43:47.630Z | Compiling version_check v0.9.5 |
410 | 2024-12-21T00:43:47.633Z | Checking memchr v2.7.4 |
411 | 2024-12-21T00:43:47.794Z | Checking itoa v1.0.11 |
412 | 2024-12-21T00:43:47.853Z | Compiling serde_json v1.0.132 |
413 | 2024-12-21T00:43:48.268Z | Compiling thiserror v1.0.69 |
414 | 2024-12-21T00:43:48.294Z | Checking once_cell v1.20.2 |
415 | 2024-12-21T00:43:48.311Z | Compiling shlex v1.3.0 |
416 | 2024-12-21T00:43:48.562Z | Compiling cc v1.1.30 |
417 | 2024-12-21T00:43:48.581Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-21T00:43:48.693Z | Compiling num-traits v0.2.19 |
419 | 2024-12-21T00:43:49.061Z | Checking smallvec v1.13.2 |
420 | 2024-12-21T00:43:49.170Z | Checking getrandom v0.2.15 |
421 | 2024-12-21T00:43:49.189Z | Checking bytes v1.8.0 |
422 | 2024-12-21T00:43:49.189Z | Checking ryu v1.0.18 |
423 | 2024-12-21T00:43:49.392Z | Compiling quote v1.0.37 |
424 | 2024-12-21T00:43:49.418Z | Checking futures-core v0.3.31 |
425 | 2024-12-21T00:43:49.421Z | Compiling lock_api v0.4.12 |
426 | 2024-12-21T00:43:49.562Z | Compiling parking_lot_core v0.9.10 |
427 | 2024-12-21T00:43:49.632Z | Compiling byteorder v1.5.0 |
428 | 2024-12-21T00:43:49.793Z | Compiling syn v2.0.87 |
429 | 2024-12-21T00:43:50.001Z | Compiling ahash v0.8.11 |
430 | 2024-12-21T00:43:50.032Z | Compiling schemars v0.8.21 |
431 | 2024-12-21T00:43:50.088Z | Checking scopeguard v1.2.0 |
432 | 2024-12-21T00:43:50.157Z | Compiling slab v0.4.9 |
433 | 2024-12-21T00:43:50.418Z | Checking futures-sink v0.3.31 |
434 | 2024-12-21T00:43:50.420Z | Checking log v0.4.22 |
435 | 2024-12-21T00:43:50.487Z | Checking mio v1.0.2 |
436 | 2024-12-21T00:43:50.561Z | Checking socket2 v0.5.7 |
437 | 2024-12-21T00:43:50.596Z | Checking signal-hook-registry v1.4.2 |
438 | 2024-12-21T00:43:50.621Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-21T00:43:50.721Z | Checking equivalent v1.0.1 |
440 | 2024-12-21T00:43:50.741Z | Checking parking_lot v0.12.3 |
441 | 2024-12-21T00:43:50.824Z | Compiling semver v1.0.23 |
442 | 2024-12-21T00:43:50.842Z | Checking fnv v1.0.7 |
443 | 2024-12-21T00:43:50.955Z | Checking hashbrown v0.15.1 |
444 | 2024-12-21T00:43:50.975Z | Checking http v1.1.0 |
445 | 2024-12-21T00:43:51.013Z | Checking futures-channel v0.3.31 |
446 | 2024-12-21T00:43:51.052Z | Checking pin-utils v0.1.0 |
447 | 2024-12-21T00:43:51.089Z | Checking futures-task v0.3.31 |
448 | 2024-12-21T00:43:51.154Z | Checking futures-io v0.3.31 |
449 | 2024-12-21T00:43:51.333Z | Compiling pkg-config v0.3.31 |
450 | 2024-12-21T00:43:51.336Z | Compiling vcpkg v0.2.15 |
451 | 2024-12-21T00:43:51.379Z | Compiling heck v0.5.0 |
452 | 2024-12-21T00:43:51.398Z | Checking spin v0.9.8 |
453 | 2024-12-21T00:43:51.610Z | Checking rustls-pki-types v1.10.0 |
454 | 2024-12-21T00:43:51.646Z | Compiling ring v0.17.8 |
455 | 2024-12-21T00:43:52.049Z | Checking untrusted v0.9.0 |
456 | 2024-12-21T00:43:52.204Z | Compiling httparse v1.9.5 |
457 | 2024-12-21T00:43:52.223Z | Checking litemap v0.7.3 |
458 | 2024-12-21T00:43:52.381Z | Checking writeable v0.5.5 |
459 | 2024-12-21T00:43:52.583Z | Checking iana-time-zone v0.1.61 |
460 | 2024-12-21T00:43:52.654Z | Compiling ucd-trie v0.1.7 |
461 | 2024-12-21T00:43:52.729Z | Checking tracing-core v0.1.32 |
462 | 2024-12-21T00:43:52.976Z | Compiling allocator-api2 v0.2.18 |
463 | 2024-12-21T00:43:53.003Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-21T00:43:53.163Z | Checking atomic-waker v1.1.2 |
465 | 2024-12-21T00:43:53.389Z | Checking dyn-clone v1.0.17 |
466 | 2024-12-21T00:43:53.410Z | Checking tracing v0.1.40 |
467 | 2024-12-21T00:43:53.721Z | Checking http-body v1.0.1 |
468 | 2024-12-21T00:43:53.902Z | Checking try-lock v0.2.5 |
469 | 2024-12-21T00:43:53.950Z | Compiling uuid v1.11.0 |
470 | 2024-12-21T00:43:53.953Z | Checking icu_locid_transform_data v1.5.0 |
471 | 2024-12-21T00:43:54.055Z | Checking subtle v2.6.1 |
472 | 2024-12-21T00:43:54.075Z | Checking zeroize v1.8.1 |
473 | 2024-12-21T00:43:54.169Z | Checking want v0.3.1 |
474 | 2024-12-21T00:43:54.286Z | Checking foreign-types-shared v0.1.1 |
475 | 2024-12-21T00:43:54.327Z | Compiling openssl v0.10.66 |
476 | 2024-12-21T00:43:54.352Z | Compiling chrono v0.4.38 |
477 | 2024-12-21T00:43:54.388Z | Checking icu_properties_data v1.5.0 |
478 | 2024-12-21T00:43:54.490Z | Compiling slog v2.7.0 |
479 | 2024-12-21T00:43:54.505Z | Checking httpdate v1.0.3 |
480 | 2024-12-21T00:43:54.721Z | Checking foreign-types v0.3.2 |
481 | 2024-12-21T00:43:54.808Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-21T00:43:54.898Z | Checking bitflags v2.6.0 |
483 | 2024-12-21T00:43:55.048Z | Checking percent-encoding v2.3.1 |
484 | 2024-12-21T00:43:55.136Z | Compiling rustls v0.23.19 |
485 | 2024-12-21T00:43:55.261Z | Checking icu_normalizer_data v1.5.0 |
486 | 2024-12-21T00:43:55.357Z | Checking utf8_iter v1.0.4 |
487 | 2024-12-21T00:43:55.438Z | Compiling regex-syntax v0.8.5 |
488 | 2024-12-21T00:43:55.562Z | Checking utf16_iter v1.0.5 |
489 | 2024-12-21T00:43:55.717Z | Compiling typenum v1.17.0 |
490 | 2024-12-21T00:43:56.022Z | Checking write16 v1.0.0 |
491 | 2024-12-21T00:43:56.142Z | Compiling native-tls v0.2.12 |
492 | 2024-12-21T00:43:56.497Z | Checking tower-service v0.3.3 |
493 | 2024-12-21T00:43:56.694Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-21T00:43:56.900Z | Compiling generic-array v0.14.7 |
495 | 2024-12-21T00:43:57.220Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-21T00:43:57.241Z | Compiling synstructure v0.13.1 |
497 | 2024-12-21T00:43:57.369Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-21T00:43:57.584Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-21T00:43:59.239Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-21T00:43:59.794Z | Compiling usdt-impl v0.5.0 |
501 | 2024-12-21T00:43:59.893Z | Checking encoding_rs v0.8.34 |
502 | 2024-12-21T00:44:00.152Z | Compiling num-conv v0.1.0 |
503 | 2024-12-21T00:44:00.360Z | Compiling time-core v0.1.2 |
504 | 2024-12-21T00:44:00.400Z | Checking mime v0.3.17 |
505 | 2024-12-21T00:44:00.433Z | Checking powerfmt v0.2.0 |
506 | 2024-12-21T00:44:00.718Z | Checking deranged v0.3.11 |
507 | 2024-12-21T00:44:00.735Z | Compiling time-macros v0.2.18 |
508 | 2024-12-21T00:44:01.276Z | Compiling thread-id v4.2.2 |
509 | 2024-12-21T00:44:02.173Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-21T00:44:02.381Z | Checking rustls-pemfile v2.2.0 |
511 | 2024-12-21T00:44:02.494Z | Compiling crossbeam-utils v0.8.20 |
512 | 2024-12-21T00:44:02.609Z | Compiling ident_case v1.0.1 |
513 | 2024-12-21T00:44:02.798Z | Checking plain v0.2.3 |
514 | 2024-12-21T00:44:02.887Z | Compiling serde_derive v1.0.215 |
515 | 2024-12-21T00:44:02.935Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-12-21T00:44:02.992Z | Compiling thiserror-impl v1.0.69 |
517 | 2024-12-21T00:44:03.026Z | Compiling schemars_derive v0.8.21 |
518 | 2024-12-21T00:44:03.354Z | Compiling zerofrom-derive v0.1.4 |
519 | 2024-12-21T00:44:03.774Z | Compiling yoke-derive v0.7.4 |
520 | 2024-12-21T00:44:03.839Z | Compiling tokio-macros v2.4.0 |
521 | 2024-12-21T00:44:04.952Z | Compiling zerocopy v0.7.35 |
522 | 2024-12-21T00:44:06.038Z | Checking tokio v1.40.0 |
523 | 2024-12-21T00:44:06.060Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-12-21T00:44:06.528Z | Compiling displaydoc v0.2.5 |
525 | 2024-12-21T00:44:06.532Z | Compiling futures-macro v0.3.31 |
526 | 2024-12-21T00:44:06.956Z | Checking zerofrom v0.1.4 |
527 | 2024-12-21T00:44:06.984Z | Compiling pest v2.7.14 |
528 | 2024-12-21T00:44:07.166Z | Checking yoke v0.7.4 |
529 | 2024-12-21T00:44:07.456Z | Compiling icu_provider_macros v1.5.0 |
530 | 2024-12-21T00:44:07.499Z | Compiling hashbrown v0.14.5 |
531 | 2024-12-21T00:44:08.362Z | Checking futures-util v0.3.31 |
532 | 2024-12-21T00:44:08.515Z | Compiling openssl-macros v0.1.1 |
533 | 2024-12-21T00:44:08.580Z | Checking zerovec v0.10.4 |
534 | 2024-12-21T00:44:08.829Z | Compiling regress v0.10.1 |
535 | 2024-12-21T00:44:09.833Z | Compiling pest_meta v2.7.14 |
536 | 2024-12-21T00:44:09.997Z | Compiling regex v1.11.1 |
537 | 2024-12-21T00:44:10.280Z | Checking tinystr v0.7.6 |
538 | 2024-12-21T00:44:10.937Z | Checking icu_locid v1.5.0 |
539 | 2024-12-21T00:44:12.011Z | Checking icu_provider v1.5.0 |
540 | 2024-12-21T00:44:12.701Z | Checking icu_locid_transform v1.5.0 |
541 | 2024-12-21T00:44:13.280Z | Checking tokio-util v0.7.12 |
542 | 2024-12-21T00:44:13.574Z | Compiling pest_generator v2.7.14 |
543 | 2024-12-21T00:44:13.599Z | Checking icu_collections v1.5.0 |
544 | 2024-12-21T00:44:13.731Z | Checking http-body-util v0.1.2 |
545 | 2024-12-21T00:44:13.919Z | Compiling scroll_derive v0.12.0 |
546 | 2024-12-21T00:44:14.099Z | Checking tokio-rustls v0.26.0 |
547 | 2024-12-21T00:44:14.264Z | Checking icu_properties v1.5.1 |
548 | 2024-12-21T00:44:15.159Z | Checking tokio-native-tls v0.3.1 |
549 | 2024-12-21T00:44:15.277Z | Compiling pest_derive v2.7.14 |
550 | 2024-12-21T00:44:15.359Z | Checking scroll v0.12.0 |
551 | 2024-12-21T00:44:15.560Z | Checking base64 v0.22.1 |
552 | 2024-12-21T00:44:15.828Z | Checking indexmap v2.6.0 |
553 | 2024-12-21T00:44:16.849Z | Compiling serde_tokenstream v0.2.2 |
554 | 2024-12-21T00:44:17.264Z | Checking h2 v0.4.6 |
555 | 2024-12-21T00:44:17.610Z | Checking icu_normalizer v1.5.0 |
556 | 2024-12-21T00:44:17.777Z | Compiling dtrace-parser v0.2.0 |
557 | 2024-12-21T00:44:17.988Z | Checking serde_urlencoded v0.7.1 |
558 | 2024-12-21T00:44:18.395Z | Compiling strsim v0.11.1 |
559 | 2024-12-21T00:44:18.444Z | Checking idna_adapter v1.2.0 |
560 | 2024-12-21T00:44:18.881Z | Checking idna v1.0.3 |
561 | 2024-12-21T00:44:19.119Z | Compiling dof v0.3.0 |
562 | 2024-12-21T00:44:19.297Z | Checking num_threads v0.1.7 |
563 | 2024-12-21T00:44:19.400Z | Checking time v0.3.36 |
564 | 2024-12-21T00:44:19.556Z | Checking url v2.5.3 |
565 | 2024-12-21T00:44:19.723Z | Checking typify-impl v0.2.0 |
566 | 2024-12-21T00:44:21.131Z | Compiling openapiv3 v2.0.0 |
567 | 2024-12-21T00:44:21.349Z | Compiling darling_core v0.20.10 |
568 | 2024-12-21T00:44:21.532Z | Checking hyper v1.5.0 |
569 | 2024-12-21T00:44:22.061Z | Checking goblin v0.8.2 |
570 | 2024-12-21T00:44:22.319Z | Checking sync_wrapper v1.0.1 |
571 | 2024-12-21T00:44:22.455Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-21T00:44:22.618Z | Compiling paste v1.0.15 |
573 | 2024-12-21T00:44:22.906Z | Compiling omicron-workspace-hack v0.1.0 |
574 | 2024-12-21T00:44:23.146Z | Compiling rustversion v1.0.17 |
575 | 2024-12-21T00:44:23.238Z | Compiling rustls v0.22.4 |
576 | 2024-12-21T00:44:23.524Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-12-21T00:44:23.669Z | Checking hyper-util v0.1.10 |
578 | 2024-12-21T00:44:23.817Z | Checking ipnet v2.10.1 |
579 | 2024-12-21T00:44:24.285Z | Checking pretty-hex v0.4.1 |
580 | 2024-12-21T00:44:24.792Z | Compiling serde_yaml v0.9.34+deprecated |
581 | 2024-12-21T00:44:25.245Z | Checking dirs-next v2.0.0 |
582 | 2024-12-21T00:44:25.363Z | Checking hyper-rustls v0.27.3 |
583 | 2024-12-21T00:44:25.384Z | Checking hyper-tls v0.6.0 |
584 | 2024-12-21T00:44:25.661Z | Checking toml_datetime v0.6.8 |
585 | 2024-12-21T00:44:25.698Z | Checking reqwest v0.12.9 |
586 | 2024-12-21T00:44:25.895Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-21T00:44:25.953Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-21T00:44:26.001Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-21T00:44:26.105Z | Checking block-buffer v0.10.4 |
590 | 2024-12-21T00:44:26.310Z | Checking crypto-common v0.1.6 |
591 | 2024-12-21T00:44:26.485Z | Checking rand_core v0.6.4 |
592 | 2024-12-21T00:44:26.770Z | Checking thread_local v1.1.8 |
593 | 2024-12-21T00:44:26.849Z | Compiling multer v3.1.0 |
594 | 2024-12-21T00:44:27.052Z | Checking winnow v0.6.20 |
595 | 2024-12-21T00:44:27.156Z | Compiling camino v1.1.9 |
596 | 2024-12-21T00:44:27.176Z | Compiling slog-async v2.8.0 |
597 | 2024-12-21T00:44:27.392Z | Compiling darling_macro v0.20.10 |
598 | 2024-12-21T00:44:27.690Z | Checking match_cfg v0.1.0 |
599 | 2024-12-21T00:44:27.742Z | Compiling newtype-uuid v1.1.3 |
600 | 2024-12-21T00:44:27.779Z | Compiling anyhow v1.0.93 |
601 | 2024-12-21T00:44:28.095Z | Checking hostname v0.3.1 |
602 | 2024-12-21T00:44:28.348Z | Compiling darling v0.20.10 |
603 | 2024-12-21T00:44:28.397Z | Checking progenitor-client v0.8.0 |
604 | 2024-12-21T00:44:28.397Z | Checking rand_chacha v0.3.1 |
605 | 2024-12-21T00:44:28.441Z | Checking digest v0.10.7 |
606 | 2024-12-21T00:44:28.448Z | Checking crossbeam-channel v0.5.13 |
607 | 2024-12-21T00:44:28.611Z | Compiling structmeta v0.3.0 |
608 | 2024-12-21T00:44:28.724Z | Checking term v0.7.0 |
609 | 2024-12-21T00:44:28.993Z | Compiling usdt-macro v0.5.0 |
610 | 2024-12-21T00:44:29.138Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-21T00:44:29.181Z | Checking slog-json v2.6.1 |
612 | 2024-12-21T00:44:29.436Z | Checking futures-executor v0.3.31 |
613 | 2024-12-21T00:44:29.668Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-21T00:44:29.822Z | Checking memmap v0.7.0 |
615 | 2024-12-21T00:44:29.983Z | Checking toml_edit v0.22.22 |
616 | 2024-12-21T00:44:30.012Z | Checking is-terminal v0.4.13 |
617 | 2024-12-21T00:44:30.032Z | Compiling dropshot v0.13.0 |
618 | 2024-12-21T00:44:30.141Z | Checking take_mut v0.2.2 |
619 | 2024-12-21T00:44:30.269Z | Checking cpufeatures v0.2.14 |
620 | 2024-12-21T00:44:30.358Z | Checking sha1 v0.10.6 |
621 | 2024-12-21T00:44:30.441Z | Checking slog-term v2.9.1 |
622 | 2024-12-21T00:44:30.575Z | Compiling strum_macros v0.26.4 |
623 | 2024-12-21T00:44:30.597Z | Checking usdt v0.5.0 |
624 | 2024-12-21T00:44:30.619Z | Checking futures v0.3.31 |
625 | 2024-12-21T00:44:30.732Z | Checking slog-bunyan v2.5.0 |
626 | 2024-12-21T00:44:30.828Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-21T00:44:30.896Z | Checking rand v0.8.5 |
628 | 2024-12-21T00:44:30.957Z | Checking async-stream v0.3.6 |
629 | 2024-12-21T00:44:31.324Z | Compiling serde_with_macros v3.11.0 |
630 | 2024-12-21T00:44:32.255Z | Checking ipnetwork v0.20.0 |
631 | 2024-12-21T00:44:32.386Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-12-21T00:44:32.450Z | Checking tokio-rustls v0.25.0 |
633 | 2024-12-21T00:44:32.580Z | Checking toml v0.8.19 |
634 | 2024-12-21T00:44:32.624Z | Checking hex v0.4.3 |
635 | 2024-12-21T00:44:32.808Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-21T00:44:33.172Z | Compiling async-trait v0.1.83 |
637 | 2024-12-21T00:44:33.348Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-21T00:44:33.451Z | Checking waitgroup v0.1.2 |
639 | 2024-12-21T00:44:33.595Z | Checking hostname v0.4.0 |
640 | 2024-12-21T00:44:33.734Z | Checking instant v0.1.13 |
641 | 2024-12-21T00:44:33.848Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-21T00:44:33.941Z | Checking serde_with v3.11.0 |
643 | 2024-12-21T00:44:33.986Z | Checking backoff v0.4.0 |
644 | 2024-12-21T00:44:34.119Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-12-21T00:44:34.146Z | Compiling typify-macro v0.2.0 |
646 | 2024-12-21T00:44:34.262Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
647 | 2024-12-21T00:44:34.282Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-21T00:44:34.417Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-21T00:44:34.626Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2024-12-21T00:44:34.676Z | Checking parse-display v0.10.0 |
651 | 2024-12-21T00:44:34.819Z | Checking macaddr v1.0.1 |
652 | 2024-12-21T00:44:34.900Z | Checking regress v0.9.1 |
653 | 2024-12-21T00:44:34.979Z | Checking strum v0.26.3 |
654 | 2024-12-21T00:44:36.602Z | Compiling typify v0.2.0 |
655 | 2024-12-21T00:44:36.689Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-21T00:44:39.351Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-21T00:44:43.443Z | Checking progenitor v0.8.0 |
658 | 2024-12-21T00:44:43.575Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-21T00:44:46.526Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-21T00:44:53.949Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-21T00:44:54.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-21T00:44:54.336Z | + cargo build --release |
663 | 2024-12-21T00:44:54.590Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-21T00:44:54.590Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-21T00:44:54.592Z | Compiling libc v0.2.162 |
666 | 2024-12-21T00:44:54.592Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-21T00:44:54.592Z | Compiling autocfg v1.4.0 |
668 | 2024-12-21T00:44:54.592Z | Compiling version_check v0.9.5 |
669 | 2024-12-21T00:44:54.592Z | Compiling serde v1.0.215 |
670 | 2024-12-21T00:44:54.592Z | Compiling memchr v2.7.4 |
671 | 2024-12-21T00:44:54.697Z | Compiling serde_json v1.0.132 |
672 | 2024-12-21T00:44:54.790Z | Compiling itoa v1.0.11 |
673 | 2024-12-21T00:44:55.026Z | Compiling thiserror v1.0.69 |
674 | 2024-12-21T00:44:55.173Z | Compiling once_cell v1.20.2 |
675 | 2024-12-21T00:44:55.228Z | Compiling shlex v1.3.0 |
676 | 2024-12-21T00:44:55.449Z | Compiling cc v1.1.30 |
677 | 2024-12-21T00:44:55.595Z | Compiling num-traits v0.2.19 |
678 | 2024-12-21T00:44:55.857Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-21T00:44:55.969Z | Compiling smallvec v1.13.2 |
680 | 2024-12-21T00:44:56.031Z | Compiling getrandom v0.2.15 |
681 | 2024-12-21T00:44:56.183Z | Compiling ryu v1.0.18 |
682 | 2024-12-21T00:44:56.295Z | Compiling quote v1.0.37 |
683 | 2024-12-21T00:44:56.354Z | Compiling bytes v1.8.0 |
684 | 2024-12-21T00:44:56.425Z | Compiling futures-core v0.3.31 |
685 | 2024-12-21T00:44:56.582Z | Compiling lock_api v0.4.12 |
686 | 2024-12-21T00:44:56.671Z | Compiling syn v2.0.87 |
687 | 2024-12-21T00:44:56.724Z | Compiling ahash v0.8.11 |
688 | 2024-12-21T00:44:56.909Z | Compiling byteorder v1.5.0 |
689 | 2024-12-21T00:44:56.947Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-12-21T00:44:57.070Z | Compiling schemars v0.8.21 |
691 | 2024-12-21T00:44:57.297Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-21T00:44:57.336Z | Compiling slab v0.4.9 |
693 | 2024-12-21T00:44:57.435Z | Compiling log v0.4.22 |
694 | 2024-12-21T00:44:57.673Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-21T00:44:57.835Z | Compiling mio v1.0.2 |
696 | 2024-12-21T00:44:57.893Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-21T00:44:57.896Z | Compiling signal-hook-registry v1.4.2 |
698 | 2024-12-21T00:44:57.920Z | Compiling socket2 v0.5.7 |
699 | 2024-12-21T00:44:58.154Z | Compiling semver v1.0.23 |
700 | 2024-12-21T00:44:58.170Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-21T00:44:58.412Z | Compiling ring v0.17.8 |
702 | 2024-12-21T00:44:58.585Z | Compiling equivalent v1.0.1 |
703 | 2024-12-21T00:44:58.625Z | Compiling hashbrown v0.15.1 |
704 | 2024-12-21T00:44:58.683Z | Compiling fnv v1.0.7 |
705 | 2024-12-21T00:44:58.803Z | Compiling http v1.1.0 |
706 | 2024-12-21T00:44:59.445Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-21T00:44:59.453Z | Compiling futures-task v0.3.31 |
708 | 2024-12-21T00:44:59.594Z | Compiling pin-utils v0.1.0 |
709 | 2024-12-21T00:44:59.677Z | Compiling futures-io v0.3.31 |
710 | 2024-12-21T00:44:59.898Z | Compiling rustls-pki-types v1.10.0 |
711 | 2024-12-21T00:44:59.929Z | Compiling spin v0.9.8 |
712 | 2024-12-21T00:44:59.937Z | Compiling vcpkg v0.2.15 |
713 | 2024-12-21T00:44:59.986Z | Compiling pkg-config v0.3.31 |
714 | 2024-12-21T00:45:00.094Z | Compiling heck v0.5.0 |
715 | 2024-12-21T00:45:01.133Z | Compiling ucd-trie v0.1.7 |
716 | 2024-12-21T00:45:01.251Z | Compiling httparse v1.9.5 |
717 | 2024-12-21T00:45:01.554Z | Compiling openssl-sys v0.9.103 |
718 | 2024-12-21T00:45:01.612Z | Compiling iana-time-zone v0.1.61 |
719 | 2024-12-21T00:45:01.700Z | Compiling untrusted v0.9.0 |
720 | 2024-12-21T00:45:01.877Z | Compiling litemap v0.7.3 |
721 | 2024-12-21T00:45:01.934Z | Compiling writeable v0.5.5 |
722 | 2024-12-21T00:45:02.379Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-21T00:45:02.632Z | Compiling atomic-waker v1.1.2 |
724 | 2024-12-21T00:45:02.805Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-12-21T00:45:02.892Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-21T00:45:03.468Z | Compiling tracing v0.1.40 |
727 | 2024-12-21T00:45:03.584Z | Compiling http-body v1.0.1 |
728 | 2024-12-21T00:45:03.929Z | Compiling try-lock v0.2.5 |
729 | 2024-12-21T00:45:04.065Z | Compiling chrono v0.4.38 |
730 | 2024-12-21T00:45:04.099Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2024-12-21T00:45:04.145Z | Compiling uuid v1.11.0 |
732 | 2024-12-21T00:45:04.189Z | Compiling subtle v2.6.1 |
733 | 2024-12-21T00:45:04.273Z | Compiling zeroize v1.8.1 |
734 | 2024-12-21T00:45:04.468Z | Compiling synstructure v0.13.1 |
735 | 2024-12-21T00:45:04.607Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-21T00:45:04.708Z | Compiling want v0.3.1 |
737 | 2024-12-21T00:45:05.038Z | Compiling openssl v0.10.66 |
738 | 2024-12-21T00:45:05.474Z | Compiling httpdate v1.0.3 |
739 | 2024-12-21T00:45:06.059Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-12-21T00:45:06.198Z | Compiling foreign-types-shared v0.1.1 |
741 | 2024-12-21T00:45:06.220Z | Compiling slog v2.7.0 |
742 | 2024-12-21T00:45:06.297Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-21T00:45:06.752Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-21T00:45:06.820Z | Compiling regex-syntax v0.8.5 |
745 | 2024-12-21T00:45:06.828Z | Compiling utf8_iter v1.0.4 |
746 | 2024-12-21T00:45:07.078Z | Compiling bitflags v2.6.0 |
747 | 2024-12-21T00:45:07.449Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2024-12-21T00:45:07.547Z | Compiling tower-service v0.3.3 |
749 | 2024-12-21T00:45:07.662Z | Compiling percent-encoding v2.3.1 |
750 | 2024-12-21T00:45:07.766Z | Compiling rustls v0.23.19 |
751 | 2024-12-21T00:45:08.070Z | Compiling native-tls v0.2.12 |
752 | 2024-12-21T00:45:08.103Z | Compiling write16 v1.0.0 |
753 | 2024-12-21T00:45:08.227Z | Compiling typenum v1.17.0 |
754 | 2024-12-21T00:45:08.412Z | Compiling utf16_iter v1.0.5 |
755 | 2024-12-21T00:45:08.649Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-21T00:45:09.311Z | Compiling generic-array v0.14.7 |
757 | 2024-12-21T00:45:09.460Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-21T00:45:09.885Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-21T00:45:09.981Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-21T00:45:10.218Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-21T00:45:10.884Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-21T00:45:11.098Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-21T00:45:12.099Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-21T00:45:13.295Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-21T00:45:13.703Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-21T00:45:13.940Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-21T00:45:14.444Z | Compiling futures-macro v0.3.31 |
768 | 2024-12-21T00:45:14.680Z | Compiling zerofrom v0.1.4 |
769 | 2024-12-21T00:45:14.913Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-21T00:45:15.253Z | Compiling tokio v1.40.0 |
771 | 2024-12-21T00:45:16.083Z | Compiling yoke v0.7.4 |
772 | 2024-12-21T00:45:16.345Z | Compiling futures-util v0.3.31 |
773 | 2024-12-21T00:45:16.444Z | Compiling zerovec v0.10.4 |
774 | 2024-12-21T00:45:16.505Z | Compiling pest v2.7.14 |
775 | 2024-12-21T00:45:16.949Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-21T00:45:16.961Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-21T00:45:18.212Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-21T00:45:19.368Z | Compiling tinystr v0.7.6 |
779 | 2024-12-21T00:45:19.396Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-21T00:45:19.813Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-21T00:45:22.962Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-21T00:45:23.276Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-21T00:45:23.514Z | Compiling icu_collections v1.5.0 |
784 | 2024-12-21T00:45:25.041Z | Compiling indexmap v2.6.0 |
785 | 2024-12-21T00:45:25.195Z | Compiling serde_tokenstream v0.2.2 |
786 | 2024-12-21T00:45:26.793Z | Compiling tokio-util v0.7.12 |
787 | 2024-12-21T00:45:27.219Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-21T00:45:27.685Z | Compiling regress v0.10.1 |
789 | 2024-12-21T00:45:30.474Z | Compiling h2 v0.4.6 |
790 | 2024-12-21T00:45:30.638Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-21T00:45:32.453Z | Compiling typify-impl v0.2.0 |
792 | 2024-12-21T00:45:33.188Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-21T00:45:34.616Z | Compiling openssl-macros v0.1.1 |
794 | 2024-12-21T00:45:36.295Z | Compiling hyper v1.5.0 |
795 | 2024-12-21T00:45:36.978Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-21T00:45:41.548Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-21T00:45:42.185Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-21T00:45:44.412Z | Compiling typify-macro v0.2.0 |
799 | 2024-12-21T00:45:45.152Z | Compiling idna_adapter v1.2.0 |
800 | 2024-12-21T00:45:46.818Z | Compiling regex v1.11.1 |
801 | 2024-12-21T00:45:47.569Z | Compiling http-body-util v0.1.2 |
802 | 2024-12-21T00:45:47.789Z | Compiling scroll_derive v0.12.0 |
803 | 2024-12-21T00:45:48.941Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-21T00:45:49.248Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-21T00:45:49.312Z | Compiling num-conv v0.1.0 |
806 | 2024-12-21T00:45:49.592Z | Compiling time-core v0.1.2 |
807 | 2024-12-21T00:45:49.650Z | Compiling mime v0.3.17 |
808 | 2024-12-21T00:45:49.691Z | Compiling powerfmt v0.2.0 |
809 | 2024-12-21T00:45:50.038Z | Compiling deranged v0.3.11 |
810 | 2024-12-21T00:45:50.137Z | Compiling time-macros v0.2.18 |
811 | 2024-12-21T00:45:52.247Z | Compiling scroll v0.12.0 |
812 | 2024-12-21T00:45:52.288Z | Compiling thread-id v4.2.2 |
813 | 2024-12-21T00:45:52.389Z | Compiling idna v1.0.3 |
814 | 2024-12-21T00:45:52.869Z | Compiling tokio-native-tls v0.3.1 |
815 | 2024-12-21T00:45:53.166Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-21T00:45:54.956Z | Compiling tokio-rustls v0.26.0 |
817 | 2024-12-21T00:45:58.114Z | Compiling dof v0.3.0 |
818 | 2024-12-21T00:45:58.982Z | Compiling serde_urlencoded v0.7.1 |
819 | 2024-12-21T00:45:59.540Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-21T00:45:59.734Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-21T00:46:00.182Z | Compiling num_threads v0.1.7 |
822 | 2024-12-21T00:46:01.388Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-12-21T00:46:01.486Z | Compiling ident_case v1.0.1 |
824 | 2024-12-21T00:46:01.657Z | Compiling strsim v0.11.1 |
825 | 2024-12-21T00:46:01.922Z | Compiling crossbeam-utils v0.8.20 |
826 | 2024-12-21T00:46:02.366Z | Compiling base64 v0.22.1 |
827 | 2024-12-21T00:46:02.472Z | Compiling plain v0.2.3 |
828 | 2024-12-21T00:46:02.624Z | Compiling goblin v0.8.2 |
829 | 2024-12-21T00:46:03.030Z | Compiling darling_core v0.20.10 |
830 | 2024-12-21T00:46:03.447Z | Compiling time v0.3.36 |
831 | 2024-12-21T00:46:09.260Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-21T00:46:12.375Z | Compiling hyper-tls v0.6.0 |
833 | 2024-12-21T00:46:12.667Z | Compiling url v2.5.3 |
834 | 2024-12-21T00:46:12.823Z | Compiling typify v0.2.0 |
835 | 2024-12-21T00:46:12.851Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-21T00:46:12.942Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-21T00:46:13.082Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-21T00:46:14.543Z | Compiling pretty-hex v0.4.1 |
839 | 2024-12-21T00:46:14.770Z | Compiling paste v1.0.15 |
840 | 2024-12-21T00:46:15.259Z | Compiling rustls v0.22.4 |
841 | 2024-12-21T00:46:15.565Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-12-21T00:46:17.073Z | Compiling rustversion v1.0.17 |
843 | 2024-12-21T00:46:17.329Z | Compiling ipnet v2.10.1 |
844 | 2024-12-21T00:46:17.775Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-21T00:46:18.586Z | Compiling reqwest v0.12.9 |
846 | 2024-12-21T00:46:19.419Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-21T00:46:21.676Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-21T00:46:22.062Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-21T00:46:26.179Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-21T00:46:26.405Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-21T00:46:26.622Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-21T00:46:26.836Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-21T00:46:26.880Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-21T00:46:27.258Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-21T00:46:27.580Z | Compiling rand_core v0.6.4 |
856 | 2024-12-21T00:46:27.768Z | Compiling thread_local v1.1.8 |
857 | 2024-12-21T00:46:27.821Z | Compiling multer v3.1.0 |
858 | 2024-12-21T00:46:28.033Z | Compiling match_cfg v0.1.0 |
859 | 2024-12-21T00:46:28.129Z | Compiling winnow v0.6.20 |
860 | 2024-12-21T00:46:28.137Z | Compiling anyhow v1.0.93 |
861 | 2024-12-21T00:46:28.449Z | Compiling newtype-uuid v1.1.3 |
862 | 2024-12-21T00:46:28.716Z | Compiling slog-async v2.8.0 |
863 | 2024-12-21T00:46:28.744Z | Compiling camino v1.1.9 |
864 | 2024-12-21T00:46:29.436Z | Compiling hostname v0.3.1 |
865 | 2024-12-21T00:46:29.448Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-21T00:46:29.662Z | Compiling crossbeam-channel v0.5.13 |
867 | 2024-12-21T00:46:29.908Z | Compiling structmeta v0.3.0 |
868 | 2024-12-21T00:46:30.285Z | Compiling digest v0.10.7 |
869 | 2024-12-21T00:46:30.695Z | Compiling progenitor-macro v0.8.0 |
870 | 2024-12-21T00:46:31.178Z | Compiling darling v0.20.10 |
871 | 2024-12-21T00:46:31.278Z | Compiling term v0.7.0 |
872 | 2024-12-21T00:46:32.469Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-21T00:46:35.900Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-21T00:46:38.115Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-21T00:46:39.450Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-21T00:46:40.677Z | Compiling slog-json v2.6.1 |
877 | 2024-12-21T00:46:40.902Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-21T00:46:41.115Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-21T00:46:42.074Z | Compiling memmap v0.7.0 |
880 | 2024-12-21T00:46:42.461Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-21T00:46:42.469Z | Compiling dropshot v0.13.0 |
882 | 2024-12-21T00:46:42.573Z | Compiling take_mut v0.2.2 |
883 | 2024-12-21T00:46:42.719Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-21T00:46:42.808Z | Compiling sha1 v0.10.6 |
885 | 2024-12-21T00:46:43.541Z | Compiling slog-term v2.9.1 |
886 | 2024-12-21T00:46:43.585Z | Compiling progenitor v0.8.0 |
887 | 2024-12-21T00:46:43.796Z | Compiling async-stream v0.3.6 |
888 | 2024-12-21T00:46:44.094Z | Compiling usdt v0.5.0 |
889 | 2024-12-21T00:46:45.641Z | Compiling futures v0.3.31 |
890 | 2024-12-21T00:46:45.745Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-21T00:46:46.106Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-21T00:46:46.201Z | Compiling strum_macros v0.26.4 |
893 | 2024-12-21T00:46:46.460Z | Compiling toml v0.8.19 |
894 | 2024-12-21T00:46:46.533Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-21T00:46:49.245Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-21T00:46:50.821Z | Compiling rand v0.8.5 |
897 | 2024-12-21T00:46:54.568Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-21T00:46:55.220Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-21T00:46:55.250Z | Compiling hex v0.4.3 |
900 | 2024-12-21T00:46:55.944Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-21T00:46:56.060Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-21T00:46:56.907Z | Compiling async-trait v0.1.83 |
903 | 2024-12-21T00:46:56.936Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-21T00:46:57.174Z | Compiling hostname v0.4.0 |
905 | 2024-12-21T00:46:57.428Z | Compiling instant v0.1.13 |
906 | 2024-12-21T00:46:57.578Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-21T00:46:57.721Z | Compiling backoff v0.4.0 |
908 | 2024-12-21T00:46:58.067Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-21T00:46:58.265Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-21T00:46:58.434Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-21T00:46:59.412Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-21T00:46:59.591Z | Compiling parse-display v0.10.0 |
913 | 2024-12-21T00:46:59.995Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-21T00:47:01.750Z | Compiling strum v0.26.3 |
915 | 2024-12-21T00:47:01.932Z | Compiling serde_with v3.11.0 |
916 | 2024-12-21T00:47:02.850Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-21T00:47:03.297Z | Compiling regress v0.9.1 |
918 | 2024-12-21T00:47:03.698Z | Compiling macaddr v1.0.1 |
919 | 2024-12-21T00:47:08.181Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-21T00:47:19.451Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-21T00:47:29.182Z | Finished `release` profile [optimized] target(s) in 2m 34s |
922 | 2024-12-21T00:47:29.248Z | process exited: duration 232546 ms, exit code 0 |
|
923 | 2024-12-21T00:47:29.254Z | found 0 output files |