|
|
|
1 | 2024-12-20T22:32:13.761Z | job assigned to worker 01JFK34RZ74T1MRHS61N2B8C46 [factory aws, i-0fa89dee26c8258f2] (queued for 1 m 0 s) |
|
2 | 2024-12-20T22:32:21.711Z | starting task 0: "setup" |
3 | 2024-12-20T22:32:21.718Z | ++ uname -s |
4 | 2024-12-20T22:32:21.720Z | + kern=SunOS |
5 | 2024-12-20T22:32:21.721Z | + case "$kern" in |
6 | 2024-12-20T22:32:21.721Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:32:21.723Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:32:23.729Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:32:23.818Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:32:23.821Z | + home_fs=zfs |
11 | 2024-12-20T22:32:23.821Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:32:23.821Z | + mkdir -p /home/build |
13 | 2024-12-20T22:32:23.823Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:32:25.824Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:32:25.827Z | process exited: duration 4117 ms, exit code 0 |
|
16 | 2024-12-20T22:32:25.836Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:32:25.842Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:32:25.842Z | ' 1.81.0 |
19 | 2024-12-20T22:32:25.842Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T22:32:25.842Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T22:32:25.842Z | ' default |
22 | 2024-12-20T22:32:25.842Z | * toolchain profile = "default" |
23 | 2024-12-20T22:32:25.845Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:32:25.845Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:32:25.952Z | info: downloading installer |
26 | 2024-12-20T22:32:27.180Z | info: profile set to 'default' |
27 | 2024-12-20T22:32:27.180Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:32:27.183Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:32:27.339Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:32:27.339Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:32:28.202Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:32:28.521Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:32:29.724Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:32:31.591Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:32:38.278Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:32:38.525Z | info: installing component 'cargo' |
37 | 2024-12-20T22:32:39.329Z | info: installing component 'clippy' |
38 | 2024-12-20T22:32:39.685Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:32:41.290Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:32:43.012Z | info: installing component 'rustc' |
41 | 2024-12-20T22:32:48.711Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:32:49.249Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:32:49.249Z | |
44 | 2024-12-20T22:32:49.382Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:32:49.382Z | |
46 | 2024-12-20T22:32:49.422Z | |
47 | 2024-12-20T22:32:49.423Z | Rust is installed now. Great! |
48 | 2024-12-20T22:32:49.423Z | |
49 | 2024-12-20T22:32:49.423Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:32:49.423Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:32:49.423Z | |
52 | 2024-12-20T22:32:49.423Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:32:49.423Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:32:49.423Z | |
55 | 2024-12-20T22:32:49.424Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:32:49.424Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:32:49.424Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:32:49.467Z | + rustc --version |
59 | 2024-12-20T22:32:49.525Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:32:49.535Z | process exited: duration 23682 ms, exit code 0 |
|
61 | 2024-12-20T22:32:49.550Z | starting task 2: "authentication" |
62 | 2024-12-20T22:32:49.610Z | process exited: duration 52 ms, exit code 0 |
|
63 | 2024-12-20T22:32:49.640Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:32:49.652Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:32:49.653Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:32:49.924Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:32:57.197Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:32:57.197Z | + git fetch origin 50917c7c01171c46ff066305594e819bed771774 |
69 | 2024-12-20T22:32:57.486Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:32:57.486Z | * branch 50917c7c01171c46ff066305594e819bed771774 -> FETCH_HEAD |
71 | 2024-12-20T22:32:57.493Z | + [[ -n support-bundles-crdb ]] |
72 | 2024-12-20T22:32:57.494Z | ++ git branch --show-current |
73 | 2024-12-20T22:32:57.494Z | + current=main |
74 | 2024-12-20T22:32:57.494Z | + [[ main != support-bundles-crdb ]] |
75 | 2024-12-20T22:32:57.494Z | + git branch -f support-bundles-crdb 50917c7c01171c46ff066305594e819bed771774 |
76 | 2024-12-20T22:32:57.507Z | + git checkout -f support-bundles-crdb |
77 | 2024-12-20T22:32:57.672Z | Switched to branch 'support-bundles-crdb' |
78 | 2024-12-20T22:32:57.683Z | + git reset --hard 50917c7c01171c46ff066305594e819bed771774 |
79 | 2024-12-20T22:32:57.687Z | HEAD is now at 50917c7c0 Merge branch 'nexus-support-bundles-api' into support-bundles-crdb |
80 | 2024-12-20T22:32:57.687Z | process exited: duration 8050 ms, exit code 0 |
|
81 | 2024-12-20T22:32:57.701Z | starting task 4: "build" |
82 | 2024-12-20T22:32:57.704Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:32:57.704Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:32:57.704Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:32:57.704Z | + cargo --version |
86 | 2024-12-20T22:32:57.759Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:32:57.764Z | + rustc --version |
88 | 2024-12-20T22:32:57.825Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:32:57.836Z | + cd /tmp |
90 | 2024-12-20T22:32:57.836Z | + cargo new --lib test-project |
91 | 2024-12-20T22:32:57.909Z | Creating library `test-project` package |
92 | 2024-12-20T22:32:57.957Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-20T22:32:57.960Z | + cd test-project |
94 | 2024-12-20T22:32:57.961Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-20T22:32:58.019Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-20T22:32:58.024Z | Features: |
97 | 2024-12-20T22:32:58.024Z | - proptest |
98 | 2024-12-20T22:32:58.024Z | - test-strategy |
99 | 2024-12-20T22:32:58.024Z | - testing |
100 | 2024-12-20T22:32:58.024Z | Updating crates.io index |
101 | 2024-12-20T22:32:58.058Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-20T22:32:58.546Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-20T22:32:58.979Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-20T22:32:59.189Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-20T22:33:01.265Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-20T22:33:02.775Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-20T22:33:02.775Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-20T22:33:02.775Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-20T22:33:02.775Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-20T22:33:02.775Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-20T22:33:02.775Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-20T22:33:02.775Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-20T22:33:02.775Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-20T22:33:02.775Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-20T22:33:02.775Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-20T22:33:02.775Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-20T22:33:02.775Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-20T22:33:02.775Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-20T22:33:02.775Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-20T22:33:02.775Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-20T22:33:02.775Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-20T22:33:02.775Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-20T22:33:02.775Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-20T22:33:02.775Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-20T22:33:02.776Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-20T22:33:02.776Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-20T22:33:02.776Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-20T22:33:02.776Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-20T22:33:02.776Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-20T22:33:02.776Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-20T22:33:02.776Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-20T22:33:02.776Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-20T22:33:02.777Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-20T22:33:02.777Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-20T22:33:02.777Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-20T22:33:02.777Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-20T22:33:02.777Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-20T22:33:02.777Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-20T22:33:02.777Z | + cargo check |
140 | 2024-12-20T22:33:02.777Z | Updating crates.io index |
141 | 2024-12-20T22:33:02.777Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-20T22:33:05.395Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-20T22:33:06.677Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-20T22:33:07.509Z | Downloading crates ... |
145 | 2024-12-20T22:33:07.509Z | Downloaded tinyvec_macros v0.1.1 |
146 | 2024-12-20T22:33:07.510Z | Downloaded ident_case v1.0.1 |
147 | 2024-12-20T22:33:07.514Z | Downloaded http-body v1.0.1 |
148 | 2024-12-20T22:33:07.514Z | Downloaded dtrace-parser v0.2.0 |
149 | 2024-12-20T22:33:07.514Z | Downloaded time-core v0.1.2 |
150 | 2024-12-20T22:33:07.515Z | Downloaded tinystr v0.7.6 |
151 | 2024-12-20T22:33:07.515Z | Downloaded darling_macro v0.20.10 |
152 | 2024-12-20T22:33:07.515Z | Downloaded async-stream-impl v0.3.6 |
153 | 2024-12-20T22:33:07.515Z | Downloaded tokio-macros v2.4.0 |
154 | 2024-12-20T22:33:07.515Z | Downloaded tokio-native-tls v0.3.1 |
155 | 2024-12-20T22:33:07.515Z | Downloaded time-macros v0.2.18 |
156 | 2024-12-20T22:33:07.515Z | Downloaded openssl-macros v0.1.1 |
157 | 2024-12-20T22:33:07.515Z | Downloaded usdt-attr-macro v0.5.0 |
158 | 2024-12-20T22:33:07.515Z | Downloaded instant v0.1.13 |
159 | 2024-12-20T22:33:07.515Z | Downloaded try-lock v0.2.5 |
160 | 2024-12-20T22:33:07.515Z | Downloaded tokio-rustls v0.25.0 |
161 | 2024-12-20T22:33:07.516Z | Downloaded zerofrom v0.1.4 |
162 | 2024-12-20T22:33:07.516Z | Downloaded icu_provider_macros v1.5.0 |
163 | 2024-12-20T22:33:07.516Z | Downloaded foreign-types v0.3.2 |
164 | 2024-12-20T22:33:07.516Z | Downloaded usdt-macro v0.5.0 |
165 | 2024-12-20T22:33:07.519Z | Downloaded memmap v0.7.0 |
166 | 2024-12-20T22:33:07.519Z | Downloaded equivalent v1.0.1 |
167 | 2024-12-20T22:33:07.519Z | Downloaded want v0.3.1 |
168 | 2024-12-20T22:33:07.520Z | Downloaded foreign-types-shared v0.1.1 |
169 | 2024-12-20T22:33:07.520Z | Downloaded match_cfg v0.1.0 |
170 | 2024-12-20T22:33:07.520Z | Downloaded pretty-hex v0.4.1 |
171 | 2024-12-20T22:33:07.521Z | Downloaded tower-service v0.3.3 |
172 | 2024-12-20T22:33:07.521Z | Downloaded atomic-waker v1.1.2 |
173 | 2024-12-20T22:33:07.521Z | Downloaded byteorder v1.5.0 |
174 | 2024-12-20T22:33:07.521Z | Downloaded num-conv v0.1.0 |
175 | 2024-12-20T22:33:07.522Z | Downloaded progenitor-client v0.8.0 |
176 | 2024-12-20T22:33:07.522Z | Downloaded yoke-derive v0.7.4 |
177 | 2024-12-20T22:33:07.522Z | Downloaded waitgroup v0.1.2 |
178 | 2024-12-20T22:33:07.522Z | Downloaded futures-sink v0.3.31 |
179 | 2024-12-20T22:33:07.522Z | Downloaded futures-core v0.3.31 |
180 | 2024-12-20T22:33:07.522Z | Downloaded futures-executor v0.3.31 |
181 | 2024-12-20T22:33:07.523Z | Downloaded omicron-workspace-hack v0.1.0 |
182 | 2024-12-20T22:33:07.523Z | Downloaded num_threads v0.1.7 |
183 | 2024-12-20T22:33:07.523Z | Downloaded hostname v0.4.0 |
184 | 2024-12-20T22:33:07.523Z | Downloaded digest v0.10.7 |
185 | 2024-12-20T22:33:07.523Z | Downloaded generic-array v0.14.7 |
186 | 2024-12-20T22:33:07.524Z | Downloaded scroll_derive v0.12.0 |
187 | 2024-12-20T22:33:07.524Z | Downloaded httpdate v1.0.3 |
188 | 2024-12-20T22:33:07.524Z | Downloaded parse-display v0.10.0 |
189 | 2024-12-20T22:33:07.524Z | Downloaded utf16_iter v1.0.5 |
190 | 2024-12-20T22:33:07.524Z | Downloaded version_check v0.9.5 |
191 | 2024-12-20T22:33:07.524Z | Downloaded is-terminal v0.4.13 |
192 | 2024-12-20T22:33:07.524Z | Downloaded openssl-probe v0.1.5 |
193 | 2024-12-20T22:33:07.525Z | Downloaded toml_datetime v0.6.8 |
194 | 2024-12-20T22:33:07.525Z | Downloaded http-body-util v0.1.2 |
195 | 2024-12-20T22:33:07.525Z | Downloaded zerovec-derive v0.10.3 |
196 | 2024-12-20T22:33:07.525Z | Downloaded zeroize v1.8.1 |
197 | 2024-12-20T22:33:07.525Z | Downloaded idna_adapter v1.2.0 |
198 | 2024-12-20T22:33:07.525Z | Downloaded hex v0.4.3 |
199 | 2024-12-20T22:33:07.526Z | Downloaded futures-io v0.3.31 |
200 | 2024-12-20T22:33:07.526Z | Downloaded crypto-common v0.1.6 |
201 | 2024-12-20T22:33:07.526Z | Downloaded dyn-clone v1.0.17 |
202 | 2024-12-20T22:33:07.526Z | Downloaded rand_core v0.6.4 |
203 | 2024-12-20T22:33:07.526Z | Downloaded pin-utils v0.1.0 |
204 | 2024-12-20T22:33:07.526Z | Downloaded progenitor v0.8.0 |
205 | 2024-12-20T22:33:07.526Z | Downloaded rand_chacha v0.3.1 |
206 | 2024-12-20T22:33:07.526Z | Downloaded paste v1.0.15 |
207 | 2024-12-20T22:33:07.527Z | Downloaded parse-display-derive v0.10.0 |
208 | 2024-12-20T22:33:07.527Z | Downloaded powerfmt v0.2.0 |
209 | 2024-12-20T22:33:07.527Z | Downloaded writeable v0.5.5 |
210 | 2024-12-20T22:33:07.527Z | Downloaded macaddr v1.0.1 |
211 | 2024-12-20T22:33:07.527Z | Downloaded progenitor-macro v0.8.0 |
212 | 2024-12-20T22:33:07.527Z | Downloaded percent-encoding v2.3.1 |
213 | 2024-12-20T22:33:07.527Z | Downloaded itoa v1.0.11 |
214 | 2024-12-20T22:33:07.527Z | Downloaded plain v0.2.3 |
215 | 2024-12-20T22:33:07.527Z | Downloaded quinn-udp v0.5.5 |
216 | 2024-12-20T22:33:07.527Z | Downloaded utf8_iter v1.0.4 |
217 | 2024-12-20T22:33:07.527Z | Downloaded icu_locid_transform v1.5.0 |
218 | 2024-12-20T22:33:07.528Z | Downloaded iana-time-zone v0.1.61 |
219 | 2024-12-20T22:33:07.528Z | Downloaded usdt v0.5.0 |
220 | 2024-12-20T22:33:07.528Z | Downloaded strum v0.26.3 |
221 | 2024-12-20T22:33:07.528Z | Downloaded hyper-rustls v0.27.3 |
222 | 2024-12-20T22:33:07.528Z | Downloaded thread-id v4.2.2 |
223 | 2024-12-20T22:33:07.528Z | Downloaded take_mut v0.2.2 |
224 | 2024-12-20T22:33:07.528Z | Downloaded httparse v1.9.5 |
225 | 2024-12-20T22:33:07.529Z | Downloaded multer v3.1.0 |
226 | 2024-12-20T22:33:07.529Z | Downloaded getrandom v0.2.15 |
227 | 2024-12-20T22:33:07.529Z | Downloaded ppv-lite86 v0.2.20 |
228 | 2024-12-20T22:33:07.529Z | Downloaded typify v0.2.0 |
229 | 2024-12-20T22:33:07.529Z | Downloaded tokio-rustls v0.26.0 |
230 | 2024-12-20T22:33:07.529Z | Downloaded zerocopy-derive v0.7.35 |
231 | 2024-12-20T22:33:07.529Z | Downloaded sync_wrapper v1.0.1 |
232 | 2024-12-20T22:33:07.530Z | Downloaded parking_lot_core v0.9.10 |
233 | 2024-12-20T22:33:07.530Z | Downloaded lock_api v0.4.12 |
234 | 2024-12-20T22:33:07.530Z | Downloaded newtype-uuid v1.1.3 |
235 | 2024-12-20T22:33:07.530Z | Downloaded ahash v0.8.11 |
236 | 2024-12-20T22:33:07.530Z | Downloaded pkg-config v0.3.31 |
237 | 2024-12-20T22:33:07.530Z | Downloaded deranged v0.3.11 |
238 | 2024-12-20T22:33:07.530Z | Downloaded pin-project-lite v0.2.14 |
239 | 2024-12-20T22:33:07.530Z | Downloaded pest_derive v2.7.14 |
240 | 2024-12-20T22:33:07.531Z | Downloaded thiserror v1.0.69 |
241 | 2024-12-20T22:33:07.531Z | Downloaded slog-json v2.6.1 |
242 | 2024-12-20T22:33:07.531Z | Downloaded serde_path_to_error v0.1.16 |
243 | 2024-12-20T22:33:07.531Z | Downloaded slab v0.4.9 |
244 | 2024-12-20T22:33:08.196Z | Downloaded signal-hook-registry v1.4.2 |
245 | 2024-12-20T22:33:08.196Z | Downloaded rustversion v1.0.17 |
246 | 2024-12-20T22:33:08.196Z | Downloaded slog-async v2.8.0 |
247 | 2024-12-20T22:33:08.196Z | Downloaded dof v0.3.0 |
248 | 2024-12-20T22:33:08.196Z | Downloaded bitflags v2.6.0 |
249 | 2024-12-20T22:33:08.197Z | Downloaded slog-bunyan v2.5.0 |
250 | 2024-12-20T22:33:08.197Z | Downloaded slog-term v2.9.1 |
251 | 2024-12-20T22:33:08.197Z | Downloaded tinyvec v1.8.0 |
252 | 2024-12-20T22:33:08.197Z | Downloaded num-traits v0.2.19 |
253 | 2024-12-20T22:33:08.197Z | Downloaded subtle v2.6.1 |
254 | 2024-12-20T22:33:08.197Z | Downloaded allocator-api2 v0.2.18 |
255 | 2024-12-20T22:33:08.197Z | Downloaded proc-macro2 v1.0.89 |
256 | 2024-12-20T22:33:08.197Z | Downloaded sha1 v0.10.6 |
257 | 2024-12-20T22:33:08.197Z | Downloaded synstructure v0.13.1 |
258 | 2024-12-20T22:33:08.198Z | Downloaded async-trait v0.1.83 |
259 | 2024-12-20T22:33:08.198Z | Downloaded ucd-trie v0.1.7 |
260 | 2024-12-20T22:33:08.198Z | Downloaded sha2 v0.10.8 |
261 | 2024-12-20T22:33:08.198Z | Downloaded serde_tokenstream v0.2.2 |
262 | 2024-12-20T22:33:08.198Z | Downloaded scroll v0.12.0 |
263 | 2024-12-20T22:33:08.198Z | Downloaded smallvec v1.13.2 |
264 | 2024-12-20T22:33:08.198Z | Downloaded serde_spanned v0.6.8 |
265 | 2024-12-20T22:33:08.198Z | Downloaded icu_properties v1.5.1 |
266 | 2024-12-20T22:33:08.198Z | Downloaded serde_urlencoded v0.7.1 |
267 | 2024-12-20T22:33:08.198Z | Downloaded unsafe-libyaml v0.2.11 |
268 | 2024-12-20T22:33:08.199Z | Downloaded parking_lot v0.12.3 |
269 | 2024-12-20T22:33:08.199Z | Downloaded futures v0.3.31 |
270 | 2024-12-20T22:33:08.199Z | Downloaded strum_macros v0.26.4 |
271 | 2024-12-20T22:33:08.199Z | Downloaded unicode-ident v1.0.13 |
272 | 2024-12-20T22:33:08.199Z | Downloaded cc v1.1.30 |
273 | 2024-12-20T22:33:08.199Z | Downloaded semver v1.0.23 |
274 | 2024-12-20T22:33:08.199Z | Downloaded socket2 v0.5.7 |
275 | 2024-12-20T22:33:08.199Z | Downloaded rustls-pki-types v1.10.0 |
276 | 2024-12-20T22:33:08.199Z | Downloaded ryu v1.0.18 |
277 | 2024-12-20T22:33:08.199Z | Downloaded term v0.7.0 |
278 | 2024-12-20T22:33:08.199Z | Downloaded rustls-pemfile v2.2.0 |
279 | 2024-12-20T22:33:08.199Z | Downloaded rand v0.8.5 |
280 | 2024-12-20T22:33:08.199Z | Downloaded hyper-util v0.1.10 |
281 | 2024-12-20T22:33:08.199Z | Downloaded crossbeam-channel v0.5.13 |
282 | 2024-12-20T22:33:08.200Z | Downloaded serde_derive_internals v0.29.1 |
283 | 2024-12-20T22:33:08.200Z | Downloaded serde_derive v1.0.215 |
284 | 2024-12-20T22:33:08.200Z | Downloaded spin v0.9.8 |
285 | 2024-12-20T22:33:08.200Z | Downloaded schemars v0.8.21 |
286 | 2024-12-20T22:33:08.200Z | Downloaded quinn v0.11.5 |
287 | 2024-12-20T22:33:08.200Z | Downloaded slog v2.7.0 |
288 | 2024-12-20T22:33:08.200Z | Downloaded toml_edit v0.22.22 |
289 | 2024-12-20T22:33:08.200Z | Downloaded serde_yaml v0.9.34+deprecated |
290 | 2024-12-20T22:33:08.200Z | Downloaded tokio-util v0.7.12 |
291 | 2024-12-20T22:33:08.200Z | Downloaded serde v1.0.215 |
292 | 2024-12-20T22:33:08.200Z | Downloaded mio v1.0.2 |
293 | 2024-12-20T22:33:08.200Z | Downloaded memchr v2.7.4 |
294 | 2024-12-20T22:33:08.200Z | Downloaded pest v2.7.14 |
295 | 2024-12-20T22:33:08.200Z | Downloaded zerovec v0.10.4 |
296 | 2024-12-20T22:33:08.200Z | Downloaded hashbrown v0.15.1 |
297 | 2024-12-20T22:33:08.200Z | Downloaded serde_json v1.0.132 |
298 | 2024-12-20T22:33:08.200Z | Downloaded winnow v0.6.20 |
299 | 2024-12-20T22:33:08.200Z | Downloaded h2 v0.4.6 |
300 | 2024-12-20T22:33:08.200Z | Downloaded aho-corasick v1.1.3 |
301 | 2024-12-20T22:33:08.200Z | Downloaded hyper v1.5.0 |
302 | 2024-12-20T22:33:08.200Z | Downloaded serde_with v3.11.0 |
303 | 2024-12-20T22:33:08.200Z | Downloaded goblin v0.8.2 |
304 | 2024-12-20T22:33:08.200Z | Downloaded reqwest v0.12.9 |
305 | 2024-12-20T22:33:08.200Z | Downloaded rustls-webpki v0.102.8 |
306 | 2024-12-20T22:33:08.200Z | Downloaded vcpkg v0.2.15 |
307 | 2024-12-20T22:33:08.200Z | Downloaded chrono v0.4.38 |
308 | 2024-12-20T22:33:08.200Z | Downloaded icu_properties_data v1.5.0 |
309 | 2024-12-20T22:33:08.200Z | Downloaded webpki-roots v0.26.6 |
310 | 2024-12-20T22:33:08.201Z | Downloaded regex v1.11.1 |
311 | 2024-12-20T22:33:08.201Z | Downloaded openssl v0.10.66 |
312 | 2024-12-20T22:33:08.201Z | Downloaded syn v2.0.87 |
313 | 2024-12-20T22:33:08.201Z | Downloaded dropshot v0.13.0 |
314 | 2024-12-20T22:33:08.201Z | Downloaded regex-syntax v0.8.5 |
315 | 2024-12-20T22:33:08.201Z | Downloaded openapiv3 v2.0.0 |
316 | 2024-12-20T22:33:08.201Z | Downloaded rustls v0.23.19 |
317 | 2024-12-20T22:33:08.201Z | Downloaded regress v0.10.1 |
318 | 2024-12-20T22:33:08.201Z | Downloaded rustls v0.22.4 |
319 | 2024-12-20T22:33:08.201Z | Downloaded regress v0.9.1 |
320 | 2024-12-20T22:33:08.201Z | Downloaded futures-util v0.3.31 |
321 | 2024-12-20T22:33:08.201Z | Downloaded quinn-proto v0.11.8 |
322 | 2024-12-20T22:33:08.201Z | Downloaded idna v1.0.3 |
323 | 2024-12-20T22:33:08.201Z | Downloaded zerocopy v0.7.35 |
324 | 2024-12-20T22:33:08.201Z | Downloaded hashbrown v0.14.5 |
325 | 2024-12-20T22:33:08.201Z | Downloaded typify-impl v0.2.0 |
326 | 2024-12-20T22:33:08.201Z | Downloaded time v0.3.36 |
327 | 2024-12-20T22:33:08.201Z | Downloaded indexmap v2.6.0 |
328 | 2024-12-20T22:33:08.201Z | Downloaded base64 v0.22.1 |
329 | 2024-12-20T22:33:08.201Z | Downloaded url v2.5.3 |
330 | 2024-12-20T22:33:08.201Z | Downloaded http v1.1.0 |
331 | 2024-12-20T22:33:08.201Z | Downloaded hashbrown v0.12.3 |
332 | 2024-12-20T22:33:08.201Z | Downloaded tracing v0.1.40 |
333 | 2024-12-20T22:33:08.201Z | Downloaded icu_collections v1.5.0 |
334 | 2024-12-20T22:33:08.202Z | Downloaded regex-automata v0.4.8 |
335 | 2024-12-20T22:33:08.202Z | Downloaded darling_core v0.20.10 |
336 | 2024-12-20T22:33:08.203Z | Downloaded crossbeam-utils v0.8.20 |
337 | 2024-12-20T22:33:08.203Z | Downloaded openssl-sys v0.9.103 |
338 | 2024-12-20T22:33:08.203Z | Downloaded tracing-core v0.1.32 |
339 | 2024-12-20T22:33:08.203Z | Downloaded icu_normalizer v1.5.0 |
340 | 2024-12-20T22:33:08.203Z | Downloaded tokio v1.40.0 |
341 | 2024-12-20T22:33:08.203Z | Downloaded serde_with_macros v3.11.0 |
342 | 2024-12-20T22:33:08.203Z | Downloaded toml v0.8.19 |
343 | 2024-12-20T22:33:08.204Z | Downloaded icu_provider v1.5.0 |
344 | 2024-12-20T22:33:08.845Z | Downloaded libc v0.2.162 |
345 | 2024-12-20T22:33:08.845Z | Downloaded typenum v1.17.0 |
346 | 2024-12-20T22:33:08.845Z | Downloaded pest_meta v2.7.14 |
347 | 2024-12-20T22:33:08.845Z | Downloaded strsim v0.11.1 |
348 | 2024-12-20T22:33:08.845Z | Downloaded stable_deref_trait v1.2.0 |
349 | 2024-12-20T22:33:08.845Z | Downloaded progenitor-impl v0.8.0 |
350 | 2024-12-20T22:33:08.845Z | Downloaded once_cell v1.20.2 |
351 | 2024-12-20T22:33:08.845Z | Downloaded uuid v1.11.0 |
352 | 2024-12-20T22:33:08.845Z | Downloaded ipnet v2.10.1 |
353 | 2024-12-20T22:33:08.845Z | Downloaded camino v1.1.9 |
354 | 2024-12-20T22:33:08.845Z | Downloaded log v0.4.22 |
355 | 2024-12-20T22:33:08.845Z | Downloaded icu_normalizer_data v1.5.0 |
356 | 2024-12-20T22:33:08.845Z | Downloaded icu_locid v1.5.0 |
357 | 2024-12-20T22:33:08.845Z | Downloaded dropshot_endpoint v0.13.0 |
358 | 2024-12-20T22:33:08.845Z | Downloaded bytes v1.8.0 |
359 | 2024-12-20T22:33:08.845Z | Downloaded icu_locid_transform_data v1.5.0 |
360 | 2024-12-20T22:33:08.845Z | Downloaded indexmap v1.9.3 |
361 | 2024-12-20T22:33:08.845Z | Downloaded anyhow v1.0.93 |
362 | 2024-12-20T22:33:08.846Z | Downloaded rustc-hash v2.0.0 |
363 | 2024-12-20T22:33:08.846Z | Downloaded structmeta v0.3.0 |
364 | 2024-12-20T22:33:08.846Z | Downloaded shlex v1.3.0 |
365 | 2024-12-20T22:33:08.846Z | Downloaded scopeguard v1.2.0 |
366 | 2024-12-20T22:33:08.846Z | Downloaded schemars_derive v0.8.21 |
367 | 2024-12-20T22:33:08.846Z | Downloaded displaydoc v0.2.5 |
368 | 2024-12-20T22:33:08.847Z | Downloaded structmeta-derive v0.3.0 |
369 | 2024-12-20T22:33:08.847Z | Downloaded quote v1.0.37 |
370 | 2024-12-20T22:33:08.847Z | Downloaded native-tls v0.2.12 |
371 | 2024-12-20T22:33:08.847Z | Downloaded yoke v0.7.4 |
372 | 2024-12-20T22:33:08.847Z | Downloaded litemap v0.7.3 |
373 | 2024-12-20T22:33:08.847Z | Downloaded heck v0.5.0 |
374 | 2024-12-20T22:33:08.847Z | Downloaded usdt-impl v0.5.0 |
375 | 2024-12-20T22:33:08.847Z | Downloaded thread_local v1.1.8 |
376 | 2024-12-20T22:33:08.847Z | Downloaded ipnetwork v0.20.0 |
377 | 2024-12-20T22:33:08.847Z | Downloaded hyper-tls v0.6.0 |
378 | 2024-12-20T22:33:08.848Z | Downloaded typify-macro v0.2.0 |
379 | 2024-12-20T22:33:08.848Z | Downloaded futures-channel v0.3.31 |
380 | 2024-12-20T22:33:08.848Z | Downloaded form_urlencoded v1.2.1 |
381 | 2024-12-20T22:33:08.848Z | Downloaded darling v0.20.10 |
382 | 2024-12-20T22:33:08.848Z | Downloaded backoff v0.4.0 |
383 | 2024-12-20T22:33:08.848Z | Downloaded untrusted v0.9.0 |
384 | 2024-12-20T22:33:08.848Z | Downloaded zerofrom-derive v0.1.4 |
385 | 2024-12-20T22:33:08.848Z | Downloaded pest_generator v2.7.14 |
386 | 2024-12-20T22:33:08.848Z | Downloaded mime v0.3.17 |
387 | 2024-12-20T22:33:08.848Z | Downloaded dirs-sys-next v0.1.2 |
388 | 2024-12-20T22:33:08.850Z | Downloaded dirs-next v2.0.0 |
389 | 2024-12-20T22:33:08.850Z | Downloaded cpufeatures v0.2.14 |
390 | 2024-12-20T22:33:08.850Z | Downloaded hostname v0.3.1 |
391 | 2024-12-20T22:33:08.850Z | Downloaded futures-task v0.3.31 |
392 | 2024-12-20T22:33:08.851Z | Downloaded fnv v1.0.7 |
393 | 2024-12-20T22:33:08.851Z | Downloaded debug-ignore v1.0.5 |
394 | 2024-12-20T22:33:08.851Z | Downloaded encoding_rs v0.8.34 |
395 | 2024-12-20T22:33:08.851Z | Downloaded async-stream v0.3.6 |
396 | 2024-12-20T22:33:08.851Z | Downloaded futures-macro v0.3.31 |
397 | 2024-12-20T22:33:08.851Z | Downloaded cfg-if v1.0.0 |
398 | 2024-12-20T22:33:08.851Z | Downloaded block-buffer v0.10.4 |
399 | 2024-12-20T22:33:08.851Z | Downloaded write16 v1.0.0 |
400 | 2024-12-20T22:33:08.851Z | Downloaded autocfg v1.4.0 |
401 | 2024-12-20T22:33:08.851Z | Downloaded thiserror-impl v1.0.69 |
402 | 2024-12-20T22:33:08.851Z | Downloaded ring v0.17.8 |
403 | 2024-12-20T22:33:08.851Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T22:33:08.851Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T22:33:08.852Z | Compiling libc v0.2.162 |
406 | 2024-12-20T22:33:08.852Z | Checking cfg-if v1.0.0 |
407 | 2024-12-20T22:33:08.853Z | Compiling autocfg v1.4.0 |
408 | 2024-12-20T22:33:08.853Z | Compiling serde v1.0.215 |
409 | 2024-12-20T22:33:08.853Z | Compiling version_check v0.9.5 |
410 | 2024-12-20T22:33:08.853Z | Checking memchr v2.7.4 |
411 | 2024-12-20T22:33:08.853Z | Compiling serde_json v1.0.132 |
412 | 2024-12-20T22:33:08.853Z | Checking itoa v1.0.11 |
413 | 2024-12-20T22:33:09.880Z | Compiling thiserror v1.0.69 |
414 | 2024-12-20T22:33:09.880Z | Checking once_cell v1.20.2 |
415 | 2024-12-20T22:33:09.880Z | Compiling shlex v1.3.0 |
416 | 2024-12-20T22:33:09.880Z | Compiling cc v1.1.30 |
417 | 2024-12-20T22:33:09.880Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-20T22:33:09.880Z | Compiling num-traits v0.2.19 |
419 | 2024-12-20T22:33:10.180Z | Checking smallvec v1.13.2 |
420 | 2024-12-20T22:33:10.180Z | Checking bytes v1.8.0 |
421 | 2024-12-20T22:33:10.180Z | Checking ryu v1.0.18 |
422 | 2024-12-20T22:33:10.180Z | Checking futures-core v0.3.31 |
423 | 2024-12-20T22:33:10.538Z | Compiling lock_api v0.4.12 |
424 | 2024-12-20T22:33:10.538Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-12-20T22:33:10.538Z | Checking getrandom v0.2.15 |
426 | 2024-12-20T22:33:10.538Z | Compiling byteorder v1.5.0 |
427 | 2024-12-20T22:33:10.976Z | Compiling ahash v0.8.11 |
428 | 2024-12-20T22:33:10.976Z | Compiling schemars v0.8.21 |
429 | 2024-12-20T22:33:10.976Z | Checking scopeguard v1.2.0 |
430 | 2024-12-20T22:33:11.396Z | Compiling quote v1.0.37 |
431 | 2024-12-20T22:33:11.396Z | Compiling slab v0.4.9 |
432 | 2024-12-20T22:33:11.397Z | Checking futures-sink v0.3.31 |
433 | 2024-12-20T22:33:11.397Z | Checking log v0.4.22 |
434 | 2024-12-20T22:33:11.398Z | Checking socket2 v0.5.7 |
435 | 2024-12-20T22:33:11.865Z | Checking mio v1.0.2 |
436 | 2024-12-20T22:33:11.865Z | Compiling syn v2.0.87 |
437 | 2024-12-20T22:33:11.865Z | Checking parking_lot v0.12.3 |
438 | 2024-12-20T22:33:11.865Z | Checking signal-hook-registry v1.4.2 |
439 | 2024-12-20T22:33:11.865Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-20T22:33:12.173Z | Checking fnv v1.0.7 |
441 | 2024-12-20T22:33:12.174Z | Compiling semver v1.0.23 |
442 | 2024-12-20T22:33:12.174Z | Checking equivalent v1.0.1 |
443 | 2024-12-20T22:33:12.174Z | Checking hashbrown v0.15.1 |
444 | 2024-12-20T22:33:12.174Z | Checking http v1.1.0 |
445 | 2024-12-20T22:33:12.174Z | Checking futures-channel v0.3.31 |
446 | 2024-12-20T22:33:12.175Z | Checking futures-io v0.3.31 |
447 | 2024-12-20T22:33:12.175Z | Checking pin-utils v0.1.0 |
448 | 2024-12-20T22:33:12.175Z | Checking futures-task v0.3.31 |
449 | 2024-12-20T22:33:12.176Z | Checking rustls-pki-types v1.10.0 |
450 | 2024-12-20T22:33:12.415Z | Checking spin v0.9.8 |
451 | 2024-12-20T22:33:12.415Z | Compiling heck v0.5.0 |
452 | 2024-12-20T22:33:12.415Z | Compiling vcpkg v0.2.15 |
453 | 2024-12-20T22:33:12.416Z | Compiling ring v0.17.8 |
454 | 2024-12-20T22:33:12.416Z | Compiling pkg-config v0.3.31 |
455 | 2024-12-20T22:33:12.836Z | Checking iana-time-zone v0.1.61 |
456 | 2024-12-20T22:33:13.037Z | Checking litemap v0.7.3 |
457 | 2024-12-20T22:33:13.037Z | Compiling httparse v1.9.5 |
458 | 2024-12-20T22:33:13.384Z | Compiling ucd-trie v0.1.7 |
459 | 2024-12-20T22:33:13.384Z | Checking untrusted v0.9.0 |
460 | 2024-12-20T22:33:13.797Z | Checking writeable v0.5.5 |
461 | 2024-12-20T22:33:14.061Z | Checking tracing-core v0.1.32 |
462 | 2024-12-20T22:33:14.061Z | Compiling allocator-api2 v0.2.18 |
463 | 2024-12-20T22:33:14.063Z | Checking atomic-waker v1.1.2 |
464 | 2024-12-20T22:33:14.063Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-20T22:33:14.416Z | Checking dyn-clone v1.0.17 |
466 | 2024-12-20T22:33:14.416Z | Checking tracing v0.1.40 |
467 | 2024-12-20T22:33:14.621Z | Checking http-body v1.0.1 |
468 | 2024-12-20T22:33:14.621Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-12-20T22:33:14.621Z | Checking try-lock v0.2.5 |
470 | 2024-12-20T22:33:14.801Z | Compiling uuid v1.11.0 |
471 | 2024-12-20T22:33:14.801Z | Checking subtle v2.6.1 |
472 | 2024-12-20T22:33:14.801Z | Checking zeroize v1.8.1 |
473 | 2024-12-20T22:33:14.900Z | Checking want v0.3.1 |
474 | 2024-12-20T22:33:14.900Z | Checking httpdate v1.0.3 |
475 | 2024-12-20T22:33:15.011Z | Compiling chrono v0.4.38 |
476 | 2024-12-20T22:33:15.126Z | Compiling openssl v0.10.66 |
477 | 2024-12-20T22:33:15.214Z | Compiling slog v2.7.0 |
478 | 2024-12-20T22:33:15.214Z | Checking icu_properties_data v1.5.0 |
479 | 2024-12-20T22:33:15.327Z | Checking foreign-types-shared v0.1.1 |
480 | 2024-12-20T22:33:15.419Z | Compiling aho-corasick v1.1.3 |
481 | 2024-12-20T22:33:15.446Z | Checking foreign-types v0.3.2 |
482 | 2024-12-20T22:33:15.499Z | Checking utf8_iter v1.0.4 |
483 | 2024-12-20T22:33:15.623Z | Checking tower-service v0.3.3 |
484 | 2024-12-20T22:33:15.690Z | Compiling rustls v0.23.19 |
485 | 2024-12-20T22:33:15.725Z | Compiling native-tls v0.2.12 |
486 | 2024-12-20T22:33:16.062Z | Checking write16 v1.0.0 |
487 | 2024-12-20T22:33:16.103Z | Checking percent-encoding v2.3.1 |
488 | 2024-12-20T22:33:16.134Z | Compiling regex-syntax v0.8.5 |
489 | 2024-12-20T22:33:16.746Z | Checking bitflags v2.6.0 |
490 | 2024-12-20T22:33:16.881Z | Checking utf16_iter v1.0.5 |
491 | 2024-12-20T22:33:16.927Z | Checking icu_normalizer_data v1.5.0 |
492 | 2024-12-20T22:33:16.987Z | Compiling typenum v1.17.0 |
493 | 2024-12-20T22:33:17.017Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-20T22:33:17.201Z | Compiling generic-array v0.14.7 |
495 | 2024-12-20T22:33:17.528Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-20T22:33:18.618Z | Compiling synstructure v0.13.1 |
497 | 2024-12-20T22:33:18.974Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-20T22:33:19.625Z | Compiling regex-automata v0.4.8 |
499 | 2024-12-20T22:33:19.990Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-20T22:33:20.308Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-20T22:33:20.411Z | Compiling num-conv v0.1.0 |
502 | 2024-12-20T22:33:20.692Z | Compiling time-core v0.1.2 |
503 | 2024-12-20T22:33:20.846Z | Checking mime v0.3.17 |
504 | 2024-12-20T22:33:21.033Z | Checking powerfmt v0.2.0 |
505 | 2024-12-20T22:33:21.221Z | Compiling time-macros v0.2.18 |
506 | 2024-12-20T22:33:21.266Z | Checking deranged v0.3.11 |
507 | 2024-12-20T22:33:24.210Z | Compiling thread-id v4.2.2 |
508 | 2024-12-20T22:33:25.294Z | Checking webpki-roots v0.26.6 |
509 | 2024-12-20T22:33:25.294Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-20T22:33:25.295Z | Compiling strsim v0.11.1 |
511 | 2024-12-20T22:33:25.295Z | Compiling crossbeam-utils v0.8.20 |
512 | 2024-12-20T22:33:25.295Z | Checking base64 v0.22.1 |
513 | 2024-12-20T22:33:25.295Z | Checking rustls-webpki v0.102.8 |
514 | 2024-12-20T22:33:25.295Z | Compiling regex v1.11.1 |
515 | 2024-12-20T22:33:25.295Z | Checking plain v0.2.3 |
516 | 2024-12-20T22:33:25.295Z | Compiling ident_case v1.0.1 |
517 | 2024-12-20T22:33:27.873Z | Checking num_threads v0.1.7 |
518 | 2024-12-20T22:33:27.873Z | Compiling serde_derive v1.0.215 |
519 | 2024-12-20T22:33:27.873Z | Compiling zerocopy-derive v0.7.35 |
520 | 2024-12-20T22:33:27.873Z | Compiling thiserror-impl v1.0.69 |
521 | 2024-12-20T22:33:27.873Z | Compiling zerofrom-derive v0.1.4 |
522 | 2024-12-20T22:33:27.873Z | Compiling schemars_derive v0.8.21 |
523 | 2024-12-20T22:33:27.873Z | Compiling tokio-macros v2.4.0 |
524 | 2024-12-20T22:33:28.985Z | Compiling yoke-derive v0.7.4 |
525 | 2024-12-20T22:33:28.986Z | Compiling zerocopy v0.7.35 |
526 | 2024-12-20T22:33:28.986Z | Checking tokio v1.40.0 |
527 | 2024-12-20T22:33:28.986Z | Compiling zerovec-derive v0.10.3 |
528 | 2024-12-20T22:33:28.986Z | Checking zerofrom v0.1.4 |
529 | 2024-12-20T22:33:28.986Z | Compiling displaydoc v0.2.5 |
530 | 2024-12-20T22:33:28.986Z | Compiling futures-macro v0.3.31 |
531 | 2024-12-20T22:33:30.601Z | Checking yoke v0.7.4 |
532 | 2024-12-20T22:33:32.895Z | Compiling pest v2.7.14 |
533 | 2024-12-20T22:33:32.895Z | Compiling icu_provider_macros v1.5.0 |
534 | 2024-12-20T22:33:32.896Z | Compiling hashbrown v0.14.5 |
535 | 2024-12-20T22:33:32.896Z | Checking zerovec v0.10.4 |
536 | 2024-12-20T22:33:32.896Z | Checking futures-util v0.3.31 |
537 | 2024-12-20T22:33:32.896Z | Compiling openssl-macros v0.1.1 |
538 | 2024-12-20T22:33:32.897Z | Compiling regress v0.10.1 |
539 | 2024-12-20T22:33:32.897Z | Checking tinystr v0.7.6 |
540 | 2024-12-20T22:33:33.969Z | Compiling pest_meta v2.7.14 |
541 | 2024-12-20T22:33:33.969Z | Checking icu_locid v1.5.0 |
542 | 2024-12-20T22:33:33.969Z | Checking icu_provider v1.5.0 |
543 | 2024-12-20T22:33:33.969Z | Checking icu_locid_transform v1.5.0 |
544 | 2024-12-20T22:33:35.392Z | Checking tokio-util v0.7.12 |
545 | 2024-12-20T22:33:35.392Z | Compiling pest_generator v2.7.14 |
546 | 2024-12-20T22:33:36.733Z | Checking icu_collections v1.5.0 |
547 | 2024-12-20T22:33:36.733Z | Checking http-body-util v0.1.2 |
548 | 2024-12-20T22:33:36.733Z | Compiling scroll_derive v0.12.0 |
549 | 2024-12-20T22:33:36.733Z | Checking tokio-rustls v0.26.0 |
550 | 2024-12-20T22:33:36.733Z | Checking icu_properties v1.5.1 |
551 | 2024-12-20T22:33:37.750Z | Compiling pest_derive v2.7.14 |
552 | 2024-12-20T22:33:37.750Z | Checking tokio-native-tls v0.3.1 |
553 | 2024-12-20T22:33:37.750Z | Checking indexmap v2.6.0 |
554 | 2024-12-20T22:33:38.887Z | Compiling serde_tokenstream v0.2.2 |
555 | 2024-12-20T22:33:38.887Z | Checking h2 v0.4.6 |
556 | 2024-12-20T22:33:40.512Z | Compiling dtrace-parser v0.2.0 |
557 | 2024-12-20T22:33:40.513Z | Checking icu_normalizer v1.5.0 |
558 | 2024-12-20T22:33:40.513Z | Checking scroll v0.12.0 |
559 | 2024-12-20T22:33:40.513Z | Checking serde_urlencoded v0.7.1 |
560 | 2024-12-20T22:33:40.513Z | Checking idna_adapter v1.2.0 |
561 | 2024-12-20T22:33:40.513Z | Compiling dof v0.3.0 |
562 | 2024-12-20T22:33:41.243Z | Checking idna v1.0.3 |
563 | 2024-12-20T22:33:41.243Z | Checking url v2.5.3 |
564 | 2024-12-20T22:33:41.243Z | Checking typify-impl v0.2.0 |
565 | 2024-12-20T22:33:41.243Z | Compiling openapiv3 v2.0.0 |
566 | 2024-12-20T22:33:41.243Z | Checking time v0.3.36 |
567 | 2024-12-20T22:33:41.967Z | Checking goblin v0.8.2 |
568 | 2024-12-20T22:33:42.891Z | Checking hyper v1.5.0 |
569 | 2024-12-20T22:33:43.620Z | Compiling darling_core v0.20.10 |
570 | 2024-12-20T22:33:44.166Z | Checking dirs-sys-next v0.1.2 |
571 | 2024-12-20T22:33:44.779Z | Checking sync_wrapper v1.0.1 |
572 | 2024-12-20T22:33:44.779Z | Checking ipnet v2.10.1 |
573 | 2024-12-20T22:33:45.379Z | Checking hyper-util v0.1.10 |
574 | 2024-12-20T22:33:45.380Z | Compiling rustversion v1.0.17 |
575 | 2024-12-20T22:33:45.380Z | Checking pretty-hex v0.4.1 |
576 | 2024-12-20T22:33:45.380Z | Compiling paste v1.0.15 |
577 | 2024-12-20T22:33:46.017Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2024-12-20T22:33:46.017Z | Compiling omicron-workspace-hack v0.1.0 |
579 | 2024-12-20T22:33:46.461Z | Compiling rustls v0.22.4 |
580 | 2024-12-20T22:33:47.005Z | Checking hyper-tls v0.6.0 |
581 | 2024-12-20T22:33:47.005Z | Checking hyper-rustls v0.27.3 |
582 | 2024-12-20T22:33:47.005Z | Checking dirs-next v2.0.0 |
583 | 2024-12-20T22:33:47.005Z | Checking serde_spanned v0.6.8 |
584 | 2024-12-20T22:33:47.005Z | Checking toml_datetime v0.6.8 |
585 | 2024-12-20T22:33:47.005Z | Checking reqwest v0.12.9 |
586 | 2024-12-20T22:33:47.005Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-12-20T22:33:47.419Z | Compiling serde_yaml v0.9.34+deprecated |
588 | 2024-12-20T22:33:47.420Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-20T22:33:47.420Z | Checking block-buffer v0.10.4 |
590 | 2024-12-20T22:33:47.886Z | Checking crypto-common v0.1.6 |
591 | 2024-12-20T22:33:47.886Z | Checking rand_core v0.6.4 |
592 | 2024-12-20T22:33:47.886Z | Checking thread_local v1.1.8 |
593 | 2024-12-20T22:33:47.886Z | Compiling multer v3.1.0 |
594 | 2024-12-20T22:33:48.495Z | Compiling anyhow v1.0.93 |
595 | 2024-12-20T22:33:48.495Z | Compiling camino v1.1.9 |
596 | 2024-12-20T22:33:48.495Z | Compiling newtype-uuid v1.1.3 |
597 | 2024-12-20T22:33:48.495Z | Compiling slog-async v2.8.0 |
598 | 2024-12-20T22:33:48.829Z | Checking winnow v0.6.20 |
599 | 2024-12-20T22:33:48.829Z | Checking match_cfg v0.1.0 |
600 | 2024-12-20T22:33:48.829Z | Checking hostname v0.3.1 |
601 | 2024-12-20T22:33:48.829Z | Checking progenitor-client v0.8.0 |
602 | 2024-12-20T22:33:49.057Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-20T22:33:49.303Z | Checking digest v0.10.7 |
604 | 2024-12-20T22:33:49.304Z | Checking crossbeam-channel v0.5.13 |
605 | 2024-12-20T22:33:49.463Z | Checking term v0.7.0 |
606 | 2024-12-20T22:33:49.464Z | Compiling darling_macro v0.20.10 |
607 | 2024-12-20T22:33:49.833Z | Compiling structmeta v0.3.0 |
608 | 2024-12-20T22:33:50.289Z | Checking slog-json v2.6.1 |
609 | 2024-12-20T22:33:50.684Z | Compiling darling v0.20.10 |
610 | 2024-12-20T22:33:50.685Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-20T22:33:50.685Z | Compiling usdt-macro v0.5.0 |
612 | 2024-12-20T22:33:51.005Z | Checking futures-executor v0.3.31 |
613 | 2024-12-20T22:33:51.005Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-20T22:33:51.005Z | Checking is-terminal v0.4.13 |
615 | 2024-12-20T22:33:51.006Z | Checking memmap v0.7.0 |
616 | 2024-12-20T22:33:51.006Z | Compiling dropshot v0.13.0 |
617 | 2024-12-20T22:33:51.128Z | Checking cpufeatures v0.2.14 |
618 | 2024-12-20T22:33:51.128Z | Checking take_mut v0.2.2 |
619 | 2024-12-20T22:33:51.380Z | Checking sha1 v0.10.6 |
620 | 2024-12-20T22:33:51.547Z | Checking toml_edit v0.22.22 |
621 | 2024-12-20T22:33:51.547Z | Checking slog-term v2.9.1 |
622 | 2024-12-20T22:33:51.547Z | Checking futures v0.3.31 |
623 | 2024-12-20T22:33:51.669Z | Compiling strum_macros v0.26.4 |
624 | 2024-12-20T22:33:51.846Z | Checking slog-bunyan v2.5.0 |
625 | 2024-12-20T22:33:51.847Z | Checking usdt v0.5.0 |
626 | 2024-12-20T22:33:51.847Z | Compiling serde_with_macros v3.11.0 |
627 | 2024-12-20T22:33:52.100Z | Checking async-stream v0.3.6 |
628 | 2024-12-20T22:33:52.100Z | Compiling parse-display-derive v0.10.0 |
629 | 2024-12-20T22:33:52.414Z | Checking rand v0.8.5 |
630 | 2024-12-20T22:33:53.573Z | Checking ipnetwork v0.20.0 |
631 | 2024-12-20T22:33:54.010Z | Checking tokio-rustls v0.25.0 |
632 | 2024-12-20T22:33:54.010Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-20T22:33:54.011Z | Checking hex v0.4.3 |
634 | 2024-12-20T22:33:54.279Z | Checking serde_path_to_error v0.1.16 |
635 | 2024-12-20T22:33:54.536Z | Checking toml v0.8.19 |
636 | 2024-12-20T22:33:54.536Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-20T22:33:54.536Z | Compiling async-trait v0.1.83 |
638 | 2024-12-20T22:33:54.585Z | Checking waitgroup v0.1.2 |
639 | 2024-12-20T22:33:54.585Z | Checking hostname v0.4.0 |
640 | 2024-12-20T22:33:54.598Z | Checking instant v0.1.13 |
641 | 2024-12-20T22:33:54.720Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-20T22:33:54.751Z | Checking backoff v0.4.0 |
643 | 2024-12-20T22:33:54.999Z | Checking serde_with v3.11.0 |
644 | 2024-12-20T22:33:55.071Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-12-20T22:33:55.398Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-20T22:33:56.063Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-20T22:33:56.064Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-12-20T22:33:56.064Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-20T22:33:56.064Z | Checking parse-display v0.10.0 |
650 | 2024-12-20T22:33:57.232Z | Compiling typify-macro v0.2.0 |
651 | 2024-12-20T22:33:57.232Z | Checking macaddr v1.0.1 |
652 | 2024-12-20T22:33:57.233Z | Checking regress v0.9.1 |
653 | 2024-12-20T22:33:57.233Z | Checking strum v0.26.3 |
654 | 2024-12-20T22:33:58.310Z | Compiling typify v0.2.0 |
655 | 2024-12-20T22:33:58.858Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-20T22:34:00.753Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-20T22:34:04.883Z | Checking progenitor v0.8.0 |
658 | 2024-12-20T22:34:04.992Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-20T22:34:07.839Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-20T22:34:15.339Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-20T22:34:15.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-20T22:34:15.729Z | + cargo build --release |
663 | 2024-12-20T22:34:15.979Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-20T22:34:15.979Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-20T22:34:15.979Z | Compiling libc v0.2.162 |
666 | 2024-12-20T22:34:15.981Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-20T22:34:15.981Z | Compiling autocfg v1.4.0 |
668 | 2024-12-20T22:34:15.981Z | Compiling serde v1.0.215 |
669 | 2024-12-20T22:34:15.981Z | Compiling version_check v0.9.5 |
670 | 2024-12-20T22:34:15.981Z | Compiling memchr v2.7.4 |
671 | 2024-12-20T22:34:16.100Z | Compiling serde_json v1.0.132 |
672 | 2024-12-20T22:34:16.163Z | Compiling itoa v1.0.11 |
673 | 2024-12-20T22:34:16.426Z | Compiling thiserror v1.0.69 |
674 | 2024-12-20T22:34:16.550Z | Compiling once_cell v1.20.2 |
675 | 2024-12-20T22:34:16.635Z | Compiling shlex v1.3.0 |
676 | 2024-12-20T22:34:16.881Z | Compiling cc v1.1.30 |
677 | 2024-12-20T22:34:16.993Z | Compiling num-traits v0.2.19 |
678 | 2024-12-20T22:34:17.369Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-20T22:34:17.470Z | Compiling getrandom v0.2.15 |
680 | 2024-12-20T22:34:17.578Z | Compiling smallvec v1.13.2 |
681 | 2024-12-20T22:34:17.578Z | Compiling bytes v1.8.0 |
682 | 2024-12-20T22:34:17.680Z | Compiling quote v1.0.37 |
683 | 2024-12-20T22:34:17.788Z | Compiling ryu v1.0.18 |
684 | 2024-12-20T22:34:17.846Z | Compiling futures-core v0.3.31 |
685 | 2024-12-20T22:34:18.019Z | Compiling syn v2.0.87 |
686 | 2024-12-20T22:34:18.173Z | Compiling lock_api v0.4.12 |
687 | 2024-12-20T22:34:18.269Z | Compiling ahash v0.8.11 |
688 | 2024-12-20T22:34:18.278Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-20T22:34:18.320Z | Compiling byteorder v1.5.0 |
690 | 2024-12-20T22:34:18.626Z | Compiling schemars v0.8.21 |
691 | 2024-12-20T22:34:18.727Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-20T22:34:18.816Z | Compiling slab v0.4.9 |
693 | 2024-12-20T22:34:18.978Z | Compiling log v0.4.22 |
694 | 2024-12-20T22:34:19.146Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-20T22:34:19.283Z | Compiling socket2 v0.5.7 |
696 | 2024-12-20T22:34:19.289Z | Compiling mio v1.0.2 |
697 | 2024-12-20T22:34:19.345Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-20T22:34:19.361Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-20T22:34:19.430Z | Compiling semver v1.0.23 |
700 | 2024-12-20T22:34:19.555Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-20T22:34:19.795Z | Compiling ring v0.17.8 |
702 | 2024-12-20T22:34:19.929Z | Compiling equivalent v1.0.1 |
703 | 2024-12-20T22:34:19.956Z | Compiling hashbrown v0.15.1 |
704 | 2024-12-20T22:34:20.024Z | Compiling fnv v1.0.7 |
705 | 2024-12-20T22:34:20.165Z | Compiling http v1.1.0 |
706 | 2024-12-20T22:34:20.863Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-20T22:34:20.961Z | Compiling futures-io v0.3.31 |
708 | 2024-12-20T22:34:20.968Z | Compiling pin-utils v0.1.0 |
709 | 2024-12-20T22:34:21.027Z | Compiling futures-task v0.3.31 |
710 | 2024-12-20T22:34:21.306Z | Compiling heck v0.5.0 |
711 | 2024-12-20T22:34:21.318Z | Compiling vcpkg v0.2.15 |
712 | 2024-12-20T22:34:21.403Z | Compiling pkg-config v0.3.31 |
713 | 2024-12-20T22:34:21.435Z | Compiling rustls-pki-types v1.10.0 |
714 | 2024-12-20T22:34:21.450Z | Compiling spin v0.9.8 |
715 | 2024-12-20T22:34:22.307Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-12-20T22:34:22.615Z | Compiling untrusted v0.9.0 |
717 | 2024-12-20T22:34:22.796Z | Compiling litemap v0.7.3 |
718 | 2024-12-20T22:34:22.968Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-20T22:34:22.998Z | Compiling ucd-trie v0.1.7 |
720 | 2024-12-20T22:34:23.241Z | Compiling writeable v0.5.5 |
721 | 2024-12-20T22:34:23.263Z | Compiling httparse v1.9.5 |
722 | 2024-12-20T22:34:23.861Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-20T22:34:24.005Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-20T22:34:24.294Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-20T22:34:24.462Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-20T22:34:24.656Z | Compiling tracing v0.1.40 |
727 | 2024-12-20T22:34:24.800Z | Compiling http-body v1.0.1 |
728 | 2024-12-20T22:34:25.022Z | Compiling subtle v2.6.1 |
729 | 2024-12-20T22:34:25.272Z | Compiling chrono v0.4.38 |
730 | 2024-12-20T22:34:25.331Z | Compiling uuid v1.11.0 |
731 | 2024-12-20T22:34:25.513Z | Compiling icu_locid_transform_data v1.5.0 |
732 | 2024-12-20T22:34:25.609Z | Compiling zeroize v1.8.1 |
733 | 2024-12-20T22:34:25.723Z | Compiling synstructure v0.13.1 |
734 | 2024-12-20T22:34:25.907Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-12-20T22:34:25.948Z | Compiling try-lock v0.2.5 |
736 | 2024-12-20T22:34:26.139Z | Compiling want v0.3.1 |
737 | 2024-12-20T22:34:26.473Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-12-20T22:34:26.566Z | Compiling slog v2.7.0 |
739 | 2024-12-20T22:34:27.048Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-12-20T22:34:27.286Z | Compiling httpdate v1.0.3 |
741 | 2024-12-20T22:34:27.307Z | Compiling openssl v0.10.66 |
742 | 2024-12-20T22:34:27.747Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-20T22:34:28.016Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-20T22:34:28.119Z | Compiling utf16_iter v1.0.5 |
745 | 2024-12-20T22:34:28.255Z | Compiling rustls v0.23.19 |
746 | 2024-12-20T22:34:28.559Z | Compiling bitflags v2.6.0 |
747 | 2024-12-20T22:34:28.922Z | Compiling write16 v1.0.0 |
748 | 2024-12-20T22:34:29.046Z | Compiling typenum v1.17.0 |
749 | 2024-12-20T22:34:29.195Z | Compiling native-tls v0.2.12 |
750 | 2024-12-20T22:34:29.284Z | Compiling utf8_iter v1.0.4 |
751 | 2024-12-20T22:34:29.548Z | Compiling icu_normalizer_data v1.5.0 |
752 | 2024-12-20T22:34:29.550Z | Compiling tower-service v0.3.3 |
753 | 2024-12-20T22:34:29.637Z | Compiling percent-encoding v2.3.1 |
754 | 2024-12-20T22:34:29.662Z | Compiling regex-syntax v0.8.5 |
755 | 2024-12-20T22:34:29.813Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-20T22:34:30.188Z | Compiling generic-array v0.14.7 |
757 | 2024-12-20T22:34:30.602Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-20T22:34:31.263Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-20T22:34:31.496Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-20T22:34:31.903Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-20T22:34:32.323Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-20T22:34:32.571Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-20T22:34:33.582Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-20T22:34:35.175Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-20T22:34:35.362Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-20T22:34:35.572Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-20T22:34:36.159Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-20T22:34:36.379Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-20T22:34:36.608Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-20T22:34:36.764Z | Compiling tokio v1.40.0 |
771 | 2024-12-20T22:34:38.094Z | Compiling yoke v0.7.4 |
772 | 2024-12-20T22:34:38.174Z | Compiling pest v2.7.14 |
773 | 2024-12-20T22:34:38.236Z | Compiling futures-util v0.3.31 |
774 | 2024-12-20T22:34:38.481Z | Compiling zerovec v0.10.4 |
775 | 2024-12-20T22:34:38.560Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-20T22:34:38.626Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-20T22:34:39.945Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-20T22:34:41.092Z | Compiling tinystr v0.7.6 |
779 | 2024-12-20T22:34:41.566Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-20T22:34:41.597Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-20T22:34:44.631Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-20T22:34:45.687Z | Compiling indexmap v2.6.0 |
783 | 2024-12-20T22:34:46.902Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-12-20T22:34:47.480Z | Compiling tokio-util v0.7.12 |
785 | 2024-12-20T22:34:47.605Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-12-20T22:34:48.727Z | Compiling h2 v0.4.6 |
787 | 2024-12-20T22:34:49.742Z | Compiling pest_generator v2.7.14 |
788 | 2024-12-20T22:34:51.765Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-20T22:34:52.422Z | Compiling regress v0.10.1 |
790 | 2024-12-20T22:34:53.585Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-20T22:34:54.481Z | Compiling hyper v1.5.0 |
792 | 2024-12-20T22:34:55.972Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-20T22:34:56.860Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-20T22:34:57.693Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-20T22:35:01.569Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-20T22:35:03.839Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-20T22:35:04.643Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-20T22:35:06.506Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-20T22:35:07.163Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-20T22:35:08.205Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-20T22:35:08.955Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-20T22:35:09.678Z | Compiling regex v1.11.1 |
803 | 2024-12-20T22:35:09.897Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-20T22:35:10.266Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-20T22:35:10.681Z | Compiling mime v0.3.17 |
806 | 2024-12-20T22:35:11.765Z | Compiling num-conv v0.1.0 |
807 | 2024-12-20T22:35:12.051Z | Compiling time-core v0.1.2 |
808 | 2024-12-20T22:35:12.204Z | Compiling powerfmt v0.2.0 |
809 | 2024-12-20T22:35:12.692Z | Compiling deranged v0.3.11 |
810 | 2024-12-20T22:35:12.766Z | Compiling time-macros v0.2.18 |
811 | 2024-12-20T22:35:13.083Z | Compiling scroll v0.12.0 |
812 | 2024-12-20T22:35:13.719Z | Compiling idna v1.0.3 |
813 | 2024-12-20T22:35:14.988Z | Compiling tokio-rustls v0.26.0 |
814 | 2024-12-20T22:35:15.450Z | Compiling tokio-native-tls v0.3.1 |
815 | 2024-12-20T22:35:15.775Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-20T22:35:19.429Z | Compiling dof v0.3.0 |
817 | 2024-12-20T22:35:20.270Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-20T22:35:20.978Z | Compiling thread-id v4.2.2 |
819 | 2024-12-20T22:35:21.082Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-20T22:35:21.287Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-20T22:35:21.733Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-12-20T22:35:22.280Z | Compiling plain v0.2.3 |
823 | 2024-12-20T22:35:22.603Z | Compiling base64 v0.22.1 |
824 | 2024-12-20T22:35:22.800Z | Compiling strsim v0.11.1 |
825 | 2024-12-20T22:35:23.531Z | Compiling ident_case v1.0.1 |
826 | 2024-12-20T22:35:23.651Z | Compiling omicron-workspace-hack v0.1.0 |
827 | 2024-12-20T22:35:23.726Z | Compiling num_threads v0.1.7 |
828 | 2024-12-20T22:35:23.959Z | Compiling time v0.3.36 |
829 | 2024-12-20T22:35:25.131Z | Compiling darling_core v0.20.10 |
830 | 2024-12-20T22:35:28.166Z | Compiling goblin v0.8.2 |
831 | 2024-12-20T22:35:31.360Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-20T22:35:33.199Z | Compiling hyper-tls v0.6.0 |
833 | 2024-12-20T22:35:33.698Z | Compiling url v2.5.3 |
834 | 2024-12-20T22:35:33.894Z | Compiling typify v0.2.0 |
835 | 2024-12-20T22:35:34.017Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-20T22:35:34.408Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-20T22:35:34.545Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-20T22:35:36.005Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-12-20T22:35:37.768Z | Compiling rustversion v1.0.17 |
840 | 2024-12-20T22:35:38.218Z | Compiling rustls v0.22.4 |
841 | 2024-12-20T22:35:38.425Z | Compiling paste v1.0.15 |
842 | 2024-12-20T22:35:38.527Z | Compiling pretty-hex v0.4.1 |
843 | 2024-12-20T22:35:38.750Z | Compiling ipnet v2.10.1 |
844 | 2024-12-20T22:35:39.550Z | Compiling reqwest v0.12.9 |
845 | 2024-12-20T22:35:40.731Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-12-20T22:35:41.866Z | Compiling serde_yaml v0.9.34+deprecated |
847 | 2024-12-20T22:35:45.651Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-20T22:35:45.659Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-20T22:35:47.554Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-20T22:35:47.800Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-20T22:35:47.841Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-20T22:35:47.900Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-20T22:35:47.999Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-20T22:35:48.064Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-20T22:35:48.579Z | Compiling rand_core v0.6.4 |
856 | 2024-12-20T22:35:49.018Z | Compiling thread_local v1.1.8 |
857 | 2024-12-20T22:35:49.049Z | Compiling multer v3.1.0 |
858 | 2024-12-20T22:35:49.372Z | Compiling slog-async v2.8.0 |
859 | 2024-12-20T22:35:49.698Z | Compiling anyhow v1.0.93 |
860 | 2024-12-20T22:35:49.864Z | Compiling winnow v0.6.20 |
861 | 2024-12-20T22:35:50.285Z | Compiling match_cfg v0.1.0 |
862 | 2024-12-20T22:35:50.376Z | Compiling newtype-uuid v1.1.3 |
863 | 2024-12-20T22:35:50.668Z | Compiling camino v1.1.9 |
864 | 2024-12-20T22:35:50.751Z | Compiling structmeta v0.3.0 |
865 | 2024-12-20T22:35:51.148Z | Compiling hostname v0.3.1 |
866 | 2024-12-20T22:35:51.654Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-20T22:35:52.736Z | Compiling digest v0.10.7 |
868 | 2024-12-20T22:35:53.111Z | Compiling progenitor-macro v0.8.0 |
869 | 2024-12-20T22:35:53.161Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-20T22:35:53.266Z | Compiling darling v0.20.10 |
871 | 2024-12-20T22:35:53.368Z | Compiling term v0.7.0 |
872 | 2024-12-20T22:35:54.311Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-20T22:35:54.773Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-20T22:35:59.024Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-20T22:36:00.516Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-20T22:36:01.845Z | Compiling slog-json v2.6.1 |
877 | 2024-12-20T22:36:02.299Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-20T22:36:02.689Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-20T22:36:03.481Z | Compiling memmap v0.7.0 |
880 | 2024-12-20T22:36:03.937Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-20T22:36:04.035Z | Compiling dropshot v0.13.0 |
882 | 2024-12-20T22:36:04.055Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-20T22:36:04.143Z | Compiling take_mut v0.2.2 |
884 | 2024-12-20T22:36:04.416Z | Compiling sha1 v0.10.6 |
885 | 2024-12-20T22:36:05.201Z | Compiling async-stream v0.3.6 |
886 | 2024-12-20T22:36:05.527Z | Compiling slog-term v2.9.1 |
887 | 2024-12-20T22:36:06.132Z | Compiling progenitor v0.8.0 |
888 | 2024-12-20T22:36:06.351Z | Compiling usdt v0.5.0 |
889 | 2024-12-20T22:36:07.712Z | Compiling futures v0.3.31 |
890 | 2024-12-20T22:36:07.909Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-20T22:36:07.937Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-20T22:36:08.166Z | Compiling toml v0.8.19 |
893 | 2024-12-20T22:36:08.370Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-20T22:36:08.431Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-20T22:36:11.098Z | Compiling rand v0.8.5 |
896 | 2024-12-20T22:36:15.835Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-20T22:36:15.852Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-20T22:36:15.980Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-20T22:36:17.327Z | Compiling hex v0.4.3 |
900 | 2024-12-20T22:36:18.043Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-20T22:36:19.043Z | Compiling async-trait v0.1.83 |
902 | 2024-12-20T22:36:19.802Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-20T22:36:20.470Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-20T22:36:20.633Z | Compiling hostname v0.4.0 |
905 | 2024-12-20T22:36:20.695Z | Compiling instant v0.1.13 |
906 | 2024-12-20T22:36:20.808Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-20T22:36:20.844Z | Compiling backoff v0.4.0 |
908 | 2024-12-20T22:36:20.878Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-20T22:36:20.933Z | Compiling parse-display v0.10.0 |
910 | 2024-12-20T22:36:21.070Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
911 | 2024-12-20T22:36:21.182Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-20T22:36:21.230Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-20T22:36:21.896Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-20T22:36:23.087Z | Compiling strum v0.26.3 |
915 | 2024-12-20T22:36:23.206Z | Compiling serde_with v3.11.0 |
916 | 2024-12-20T22:36:23.259Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-20T22:36:24.091Z | Compiling regress v0.9.1 |
918 | 2024-12-20T22:36:26.156Z | Compiling macaddr v1.0.1 |
919 | 2024-12-20T22:36:30.283Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-20T22:36:40.995Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-20T22:36:50.795Z | Finished `release` profile [optimized] target(s) in 2m 35s |
922 | 2024-12-20T22:36:50.859Z | process exited: duration 233138 ms, exit code 0 |
|
923 | 2024-12-20T22:36:50.865Z | found 0 output files |