|
|
|
1 | 2024-12-21T04:32:13.800Z | job assigned to worker 01JFKQR11AJ2CCD16TPPVASDFV [factory aws, i-046f17c849cd162cb] (queued for 11 m 18 s) |
|
2 | 2024-12-21T04:32:21.647Z | starting task 0: "setup" |
3 | 2024-12-21T04:32:21.659Z | ++ uname -s |
4 | 2024-12-21T04:32:21.662Z | + kern=SunOS |
5 | 2024-12-21T04:32:21.662Z | + case "$kern" in |
6 | 2024-12-21T04:32:21.662Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:32:21.665Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:32:23.671Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:32:23.779Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:32:23.782Z | + home_fs=zfs |
11 | 2024-12-21T04:32:23.782Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:32:23.782Z | + mkdir -p /home/build |
13 | 2024-12-21T04:32:23.785Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:32:25.786Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:32:25.789Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-12-21T04:32:25.794Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:32:25.800Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:32:25.800Z | ' 1.81.0 |
19 | 2024-12-21T04:32:25.800Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:32:25.800Z | ' default |
21 | 2024-12-21T04:32:25.800Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T04:32:25.800Z | * toolchain profile = "default" |
23 | 2024-12-21T04:32:25.804Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:32:25.804Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:32:25.925Z | info: downloading installer |
26 | 2024-12-21T04:32:27.121Z | info: profile set to 'default' |
27 | 2024-12-21T04:32:27.121Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:32:27.123Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:32:27.260Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:32:27.260Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:32:28.022Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:32:28.288Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:32:29.291Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:32:30.851Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:32:36.440Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:32:36.652Z | info: installing component 'cargo' |
37 | 2024-12-21T04:32:37.446Z | info: installing component 'clippy' |
38 | 2024-12-21T04:32:37.802Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:32:39.412Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:32:41.098Z | info: installing component 'rustc' |
41 | 2024-12-21T04:32:46.804Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:32:47.122Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:32:47.122Z | |
44 | 2024-12-21T04:32:47.487Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:32:47.488Z | |
46 | 2024-12-21T04:32:47.490Z | |
47 | 2024-12-21T04:32:47.490Z | Rust is installed now. Great! |
48 | 2024-12-21T04:32:47.490Z | |
49 | 2024-12-21T04:32:47.490Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:32:47.490Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:32:47.490Z | |
52 | 2024-12-21T04:32:47.490Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:32:47.490Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:32:47.490Z | |
55 | 2024-12-21T04:32:47.491Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:32:47.491Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:32:47.491Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:32:47.561Z | + rustc --version |
59 | 2024-12-21T04:32:47.626Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:32:47.628Z | process exited: duration 21831 ms, exit code 0 |
|
61 | 2024-12-21T04:32:47.634Z | starting task 2: "authentication" |
62 | 2024-12-21T04:32:47.654Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T04:32:47.662Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:32:47.668Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:32:47.670Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:32:47.708Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:32:54.530Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:32:54.530Z | + git fetch origin 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
69 | 2024-12-21T04:32:54.854Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:32:54.854Z | * branch 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 -> FETCH_HEAD |
71 | 2024-12-21T04:32:54.865Z | + [[ -n renovate/secrecy-0.x ]] |
72 | 2024-12-21T04:32:54.868Z | ++ git branch --show-current |
73 | 2024-12-21T04:32:54.868Z | + current=main |
74 | 2024-12-21T04:32:54.868Z | + [[ main != renovate/secrecy-0.x ]] |
75 | 2024-12-21T04:32:54.868Z | + git branch -f renovate/secrecy-0.x 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
76 | 2024-12-21T04:32:54.872Z | + git checkout -f renovate/secrecy-0.x |
77 | 2024-12-21T04:32:55.050Z | Switched to branch 'renovate/secrecy-0.x' |
78 | 2024-12-21T04:32:55.052Z | + git reset --hard 71dd48bb56b29beeb6221be7a604bfa9c7bb59b5 |
79 | 2024-12-21T04:32:55.064Z | HEAD is now at 71dd48bb5 Update Rust crate secrecy to 0.10.3 |
80 | 2024-12-21T04:32:55.066Z | process exited: duration 7401 ms, exit code 0 |
|
81 | 2024-12-21T04:32:55.073Z | starting task 4: "build" |
82 | 2024-12-21T04:32:55.078Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:32:55.081Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:32:55.081Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:32:55.081Z | + cargo --version |
86 | 2024-12-21T04:32:55.135Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:32:55.137Z | + rustc --version |
88 | 2024-12-21T04:32:55.198Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:32:55.202Z | + cd /tmp |
90 | 2024-12-21T04:32:55.202Z | + cargo new --lib test-project |
91 | 2024-12-21T04:32:55.259Z | Creating library `test-project` package |
92 | 2024-12-21T04:32:55.333Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-21T04:32:55.336Z | + cd test-project |
94 | 2024-12-21T04:32:55.336Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-21T04:32:55.393Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-21T04:32:55.393Z | Features: |
97 | 2024-12-21T04:32:55.393Z | - proptest |
98 | 2024-12-21T04:32:55.394Z | - test-strategy |
99 | 2024-12-21T04:32:55.396Z | - testing |
100 | 2024-12-21T04:32:55.396Z | Updating crates.io index |
101 | 2024-12-21T04:32:55.435Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2024-12-21T04:32:55.881Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-12-21T04:32:56.413Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-21T04:32:56.896Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-12-21T04:32:57.279Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-12-21T04:32:58.621Z | Locking 332 packages to latest compatible versions |
107 | 2024-12-21T04:32:58.624Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-12-21T04:32:58.624Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2024-12-21T04:32:58.624Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2024-12-21T04:32:58.624Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-12-21T04:32:58.624Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-12-21T04:32:58.624Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2024-12-21T04:32:58.624Z | Adding goblin v0.8.2 (latest: v0.9.2) |
114 | 2024-12-21T04:32:58.624Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2024-12-21T04:32:58.624Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2024-12-21T04:32:58.624Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-12-21T04:32:58.627Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2024-12-21T04:32:58.627Z | Adding itertools v0.10.5 (latest: v0.13.0) |
119 | 2024-12-21T04:32:58.627Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-12-21T04:32:58.629Z | Adding regress v0.9.1 (latest: v0.10.1) |
121 | 2024-12-21T04:32:58.635Z | Adding rustls v0.22.4 (latest: v0.23.20) |
122 | 2024-12-21T04:32:58.637Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
123 | 2024-12-21T04:32:58.639Z | Adding syn v1.0.109 (latest: v2.0.90) |
124 | 2024-12-21T04:32:58.640Z | Adding term v0.7.0 (latest: v1.0.1) |
125 | 2024-12-21T04:32:58.640Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
126 | 2024-12-21T04:32:58.640Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
127 | 2024-12-21T04:32:58.640Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
128 | 2024-12-21T04:32:58.642Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2024-12-21T04:32:58.642Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
130 | 2024-12-21T04:32:58.644Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-21T04:32:58.644Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-21T04:32:58.644Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-21T04:32:58.644Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-21T04:32:58.644Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-21T04:32:58.644Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
136 | 2024-12-21T04:32:58.644Z | Adding writeable v0.5.5 (latest: v0.6.0) |
137 | 2024-12-21T04:32:58.647Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
138 | 2024-12-21T04:32:58.647Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
139 | 2024-12-21T04:32:58.647Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
140 | 2024-12-21T04:32:58.647Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
141 | 2024-12-21T04:32:58.721Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
142 | 2024-12-21T04:32:58.724Z | + cargo check |
143 | 2024-12-21T04:32:58.888Z | Updating crates.io index |
144 | 2024-12-21T04:32:59.633Z | Locking 2 packages to latest compatible versions |
145 | 2024-12-21T04:33:03.155Z | Adding omicron-workspace-hack v0.1.0 |
146 | 2024-12-21T04:33:05.138Z | Adding test-project v0.1.0 (/tmp/test-project) |
147 | 2024-12-21T04:33:06.078Z | Downloading crates ... |
148 | 2024-12-21T04:33:06.160Z | Downloaded thiserror-impl v1.0.69 |
149 | 2024-12-21T04:33:06.166Z | Downloaded tokio-rustls v0.26.0 |
150 | 2024-12-21T04:33:06.168Z | Downloaded tower-service v0.3.3 |
151 | 2024-12-21T04:33:06.171Z | Downloaded tokio-native-tls v0.3.1 |
152 | 2024-12-21T04:33:06.178Z | Downloaded try-lock v0.2.5 |
153 | 2024-12-21T04:33:06.180Z | Downloaded match_cfg v0.1.0 |
154 | 2024-12-21T04:33:06.180Z | Downloaded zerofrom v0.1.4 |
155 | 2024-12-21T04:33:06.183Z | Downloaded take_mut v0.2.2 |
156 | 2024-12-21T04:33:06.186Z | Downloaded openssl-macros v0.1.1 |
157 | 2024-12-21T04:33:06.188Z | Downloaded write16 v1.0.0 |
158 | 2024-12-21T04:33:06.191Z | Downloaded time-core v0.1.2 |
159 | 2024-12-21T04:33:06.194Z | Downloaded pretty-hex v0.4.1 |
160 | 2024-12-21T04:33:06.197Z | Downloaded thread-id v4.2.2 |
161 | 2024-12-21T04:33:06.202Z | Downloaded num-conv v0.1.0 |
162 | 2024-12-21T04:33:06.204Z | Downloaded want v0.3.1 |
163 | 2024-12-21T04:33:06.207Z | Downloaded openssl-probe v0.1.5 |
164 | 2024-12-21T04:33:06.210Z | Downloaded omicron-workspace-hack v0.1.0 |
165 | 2024-12-21T04:33:06.212Z | Downloaded usdt-attr-macro v0.5.0 |
166 | 2024-12-21T04:33:06.217Z | Downloaded progenitor-client v0.8.0 |
167 | 2024-12-21T04:33:06.219Z | Downloaded num_threads v0.1.7 |
168 | 2024-12-21T04:33:06.223Z | Downloaded thread_local v1.1.8 |
169 | 2024-12-21T04:33:06.223Z | Downloaded waitgroup v0.1.2 |
170 | 2024-12-21T04:33:06.227Z | Downloaded usdt-macro v0.5.0 |
171 | 2024-12-21T04:33:06.227Z | Downloaded tinyvec_macros v0.1.1 |
172 | 2024-12-21T04:33:06.227Z | Downloaded tinystr v0.7.6 |
173 | 2024-12-21T04:33:06.230Z | Downloaded parse-display-derive v0.10.0 |
174 | 2024-12-21T04:33:06.230Z | Downloaded yoke-derive v0.7.4 |
175 | 2024-12-21T04:33:06.239Z | Downloaded aho-corasick v1.1.3 |
176 | 2024-12-21T04:33:06.244Z | Downloaded pest_generator v2.7.14 |
177 | 2024-12-21T04:33:06.244Z | Downloaded ahash v0.8.11 |
178 | 2024-12-21T04:33:06.247Z | Downloaded progenitor-macro v0.8.0 |
179 | 2024-12-21T04:33:06.247Z | Downloaded ppv-lite86 v0.2.20 |
180 | 2024-12-21T04:33:06.247Z | Downloaded zerovec-derive v0.10.3 |
181 | 2024-12-21T04:33:06.247Z | Downloaded base64 v0.22.1 |
182 | 2024-12-21T04:33:06.251Z | Downloaded paste v1.0.15 |
183 | 2024-12-21T04:33:06.253Z | Downloaded memmap v0.7.0 |
184 | 2024-12-21T04:33:06.256Z | Downloaded pkg-config v0.3.31 |
185 | 2024-12-21T04:33:06.258Z | Downloaded newtype-uuid v1.1.3 |
186 | 2024-12-21T04:33:06.262Z | Downloaded atomic-waker v1.1.2 |
187 | 2024-12-21T04:33:06.262Z | Downloaded percent-encoding v2.3.1 |
188 | 2024-12-21T04:33:06.264Z | Downloaded version_check v0.9.5 |
189 | 2024-12-21T04:33:06.264Z | Downloaded utf8_iter v1.0.4 |
190 | 2024-12-21T04:33:06.266Z | Downloaded zeroize v1.8.1 |
191 | 2024-12-21T04:33:06.267Z | Downloaded anyhow v1.0.93 |
192 | 2024-12-21T04:33:06.271Z | Downloaded digest v0.10.7 |
193 | 2024-12-21T04:33:06.273Z | Downloaded scroll_derive v0.12.0 |
194 | 2024-12-21T04:33:06.276Z | Downloaded typify v0.2.0 |
195 | 2024-12-21T04:33:06.278Z | Downloaded term v0.7.0 |
196 | 2024-12-21T04:33:06.281Z | Downloaded progenitor v0.8.0 |
197 | 2024-12-21T04:33:06.283Z | Downloaded backoff v0.4.0 |
198 | 2024-12-21T04:33:06.286Z | Downloaded powerfmt v0.2.0 |
199 | 2024-12-21T04:33:06.288Z | Downloaded sync_wrapper v1.0.1 |
200 | 2024-12-21T04:33:06.288Z | Downloaded crypto-common v0.1.6 |
201 | 2024-12-21T04:33:06.291Z | Downloaded camino v1.1.9 |
202 | 2024-12-21T04:33:06.294Z | Downloaded foreign-types v0.3.2 |
203 | 2024-12-21T04:33:06.294Z | Downloaded byteorder v1.5.0 |
204 | 2024-12-21T04:33:06.297Z | Downloaded slog-bunyan v2.5.0 |
205 | 2024-12-21T04:33:06.297Z | Downloaded parking_lot_core v0.9.10 |
206 | 2024-12-21T04:33:06.299Z | Downloaded thiserror v1.0.69 |
207 | 2024-12-21T04:33:06.304Z | Downloaded native-tls v0.2.12 |
208 | 2024-12-21T04:33:06.307Z | Downloaded mime v0.3.17 |
209 | 2024-12-21T04:33:06.309Z | Downloaded zerocopy-derive v0.7.35 |
210 | 2024-12-21T04:33:06.313Z | Downloaded pin-project-lite v0.2.14 |
211 | 2024-12-21T04:33:06.319Z | Downloaded strum v0.26.3 |
212 | 2024-12-21T04:33:06.321Z | Downloaded toml v0.8.19 |
213 | 2024-12-21T04:33:06.324Z | Downloaded ident_case v1.0.1 |
214 | 2024-12-21T04:33:06.326Z | Downloaded icu_provider_macros v1.5.0 |
215 | 2024-12-21T04:33:06.326Z | Downloaded slog-json v2.6.1 |
216 | 2024-12-21T04:33:06.328Z | Downloaded signal-hook-registry v1.4.2 |
217 | 2024-12-21T04:33:06.328Z | Downloaded tinyvec v1.8.0 |
218 | 2024-12-21T04:33:06.331Z | Downloaded quinn-udp v0.5.5 |
219 | 2024-12-21T04:33:06.333Z | Downloaded yoke v0.7.4 |
220 | 2024-12-21T04:33:06.336Z | Downloaded typenum v1.17.0 |
221 | 2024-12-21T04:33:06.338Z | Downloaded deranged v0.3.11 |
222 | 2024-12-21T04:33:06.341Z | Downloaded cpufeatures v0.2.14 |
223 | 2024-12-21T04:33:06.341Z | Downloaded instant v0.1.13 |
224 | 2024-12-21T04:33:06.343Z | Downloaded either v1.13.0 |
225 | 2024-12-21T04:33:06.346Z | Downloaded futures-sink v0.3.31 |
226 | 2024-12-21T04:33:06.346Z | Downloaded futures-io v0.3.31 |
227 | 2024-12-21T04:33:06.346Z | Downloaded futures-core v0.3.31 |
228 | 2024-12-21T04:33:06.349Z | Downloaded sha1 v0.10.6 |
229 | 2024-12-21T04:33:06.351Z | Downloaded serde_spanned v0.6.8 |
230 | 2024-12-21T04:33:06.351Z | Downloaded hyper-tls v0.6.0 |
231 | 2024-12-21T04:33:06.354Z | Downloaded http-body-util v0.1.2 |
232 | 2024-12-21T04:33:06.354Z | Downloaded hostname v0.3.1 |
233 | 2024-12-21T04:33:06.356Z | Downloaded rand_chacha v0.3.1 |
234 | 2024-12-21T04:33:06.359Z | Downloaded slog-async v2.8.0 |
235 | 2024-12-21T04:33:06.359Z | Downloaded httpdate v1.0.3 |
236 | 2024-12-21T04:33:06.361Z | Downloaded darling v0.20.10 |
237 | 2024-12-21T04:33:06.364Z | Downloaded progenitor-impl v0.8.0 |
238 | 2024-12-21T04:33:06.367Z | Downloaded hostname v0.4.0 |
239 | 2024-12-21T04:33:06.369Z | Downloaded futures-task v0.3.31 |
240 | 2024-12-21T04:33:06.369Z | Downloaded futures-macro v0.3.31 |
241 | 2024-12-21T04:33:06.371Z | Downloaded parking_lot v0.12.3 |
242 | 2024-12-21T04:33:06.374Z | Downloaded unicode-ident v1.0.13 |
243 | 2024-12-21T04:33:06.376Z | Downloaded futures-executor v0.3.31 |
244 | 2024-12-21T04:33:06.379Z | Downloaded rand_core v0.6.4 |
245 | 2024-12-21T04:33:06.381Z | Downloaded subtle v2.6.1 |
246 | 2024-12-21T04:33:06.381Z | Downloaded idna_adapter v1.2.0 |
247 | 2024-12-21T04:33:06.381Z | Downloaded structmeta-derive v0.3.0 |
248 | 2024-12-21T04:33:06.384Z | Downloaded structmeta v0.3.0 |
249 | 2024-12-21T04:33:06.384Z | Downloaded dyn-clone v1.0.17 |
250 | 2024-12-21T04:33:06.387Z | Downloaded num-traits v0.2.19 |
251 | 2024-12-21T04:33:06.389Z | Downloaded rustc-hash v2.0.0 |
252 | 2024-12-21T04:33:06.389Z | Downloaded macaddr v1.0.1 |
253 | 2024-12-21T04:33:06.392Z | Downloaded ipnetwork v0.20.0 |
254 | 2024-12-21T04:33:06.394Z | Downloaded plain v0.2.3 |
255 | 2024-12-21T04:33:06.394Z | Downloaded strum_macros v0.26.4 |
256 | 2024-12-21T04:33:06.397Z | Downloaded is-terminal v0.4.13 |
257 | 2024-12-21T04:33:06.400Z | Downloaded getrandom v0.2.15 |
258 | 2024-12-21T04:33:06.403Z | Downloaded serde_urlencoded v0.7.1 |
259 | 2024-12-21T04:33:06.403Z | Downloaded scopeguard v1.2.0 |
260 | 2024-12-21T04:33:06.405Z | Downloaded schemars_derive v0.8.21 |
261 | 2024-12-21T04:33:06.405Z | Downloaded generic-array v0.14.7 |
262 | 2024-12-21T04:33:06.408Z | Downloaded smallvec v1.13.2 |
263 | 2024-12-21T04:33:06.410Z | Downloaded openssl-sys v0.9.103 |
264 | 2024-12-21T04:33:06.414Z | Downloaded form_urlencoded v1.2.1 |
265 | 2024-12-21T04:33:06.417Z | Downloaded bitflags v2.6.0 |
266 | 2024-12-21T04:33:06.419Z | Downloaded crossbeam-utils v0.8.20 |
267 | 2024-12-21T04:33:06.422Z | Downloaded ucd-trie v0.1.7 |
268 | 2024-12-21T04:33:06.425Z | Downloaded synstructure v0.13.1 |
269 | 2024-12-21T04:33:06.427Z | Downloaded serde_path_to_error v0.1.16 |
270 | 2024-12-21T04:33:06.427Z | Downloaded shlex v1.3.0 |
271 | 2024-12-21T04:33:06.430Z | Downloaded strsim v0.11.1 |
272 | 2024-12-21T04:33:06.430Z | Downloaded slog-term v2.9.1 |
273 | 2024-12-21T04:33:06.434Z | Downloaded stable_deref_trait v1.2.0 |
274 | 2024-12-21T04:33:06.434Z | Downloaded quote v1.0.37 |
275 | 2024-12-21T04:33:06.438Z | Downloaded itoa v1.0.11 |
276 | 2024-12-21T04:33:06.438Z | Downloaded ipnet v2.10.1 |
277 | 2024-12-21T04:33:06.441Z | Downloaded serde_derive_internals v0.29.1 |
278 | 2024-12-21T04:33:06.441Z | Downloaded iana-time-zone v0.1.61 |
279 | 2024-12-21T04:33:06.443Z | Downloaded dropshot_endpoint v0.13.0 |
280 | 2024-12-21T04:33:06.446Z | Downloaded quinn v0.11.5 |
281 | 2024-12-21T04:33:06.450Z | Downloaded lock_api v0.4.12 |
282 | 2024-12-21T04:33:06.452Z | Downloaded icu_locid_transform v1.5.0 |
283 | 2024-12-21T04:33:06.454Z | Downloaded scroll v0.12.0 |
284 | 2024-12-21T04:33:06.457Z | Downloaded schemars v0.8.21 |
285 | 2024-12-21T04:33:06.467Z | Downloaded memchr v2.7.4 |
286 | 2024-12-21T04:33:06.473Z | Downloaded serde_with_macros v3.11.0 |
287 | 2024-12-21T04:33:06.476Z | Downloaded rustls-pemfile v2.2.0 |
288 | 2024-12-21T04:33:06.478Z | Downloaded socket2 v0.5.7 |
289 | 2024-12-21T04:33:06.481Z | Downloaded time v0.3.36 |
290 | 2024-12-21T04:33:06.489Z | Downloaded unsafe-libyaml v0.2.11 |
291 | 2024-12-21T04:33:06.492Z | Downloaded hyper-util v0.1.10 |
292 | 2024-12-21T04:33:06.496Z | Downloaded toml_edit v0.22.22 |
293 | 2024-12-21T04:33:06.517Z | Downloaded spin v0.9.8 |
294 | 2024-12-21T04:33:06.520Z | Downloaded url v2.5.3 |
295 | 2024-12-21T04:33:06.522Z | Downloaded serde_derive v1.0.215 |
296 | 2024-12-21T04:33:06.524Z | Downloaded serde v1.0.215 |
297 | 2024-12-21T04:33:06.528Z | Downloaded rand v0.8.5 |
298 | 2024-12-21T04:33:06.532Z | Downloaded tokio-util v0.7.12 |
299 | 2024-12-21T04:33:06.540Z | Downloaded serde_yaml v0.9.34+deprecated |
300 | 2024-12-21T04:33:06.543Z | Downloaded litemap v0.7.3 |
301 | 2024-12-21T04:33:06.546Z | Downloaded icu_collections v1.5.0 |
302 | 2024-12-21T04:33:06.552Z | Downloaded hashbrown v0.12.3 |
303 | 2024-12-21T04:33:06.556Z | Downloaded indexmap v2.6.0 |
304 | 2024-12-21T04:33:06.560Z | Downloaded indexmap v1.9.3 |
305 | 2024-12-21T04:33:06.563Z | Downloaded pest v2.7.14 |
306 | 2024-12-21T04:33:06.568Z | Downloaded chrono v0.4.38 |
307 | 2024-12-21T04:33:06.575Z | Downloaded mio v1.0.2 |
308 | 2024-12-21T04:33:06.582Z | Downloaded zerovec v0.10.4 |
309 | 2024-12-21T04:33:06.587Z | Downloaded http v1.1.0 |
310 | 2024-12-21T04:33:06.591Z | Downloaded itertools v0.10.5 |
311 | 2024-12-21T04:33:06.598Z | Downloaded zerocopy v0.7.35 |
312 | 2024-12-21T04:33:06.614Z | Downloaded serde_json v1.0.133 |
313 | 2024-12-21T04:33:06.621Z | Downloaded hyper v1.5.0 |
314 | 2024-12-21T04:33:06.628Z | Downloaded serde_with v3.11.0 |
315 | 2024-12-21T04:33:06.636Z | Downloaded goblin v0.8.2 |
316 | 2024-12-21T04:33:06.643Z | Downloaded reqwest v0.12.9 |
317 | 2024-12-21T04:33:06.650Z | Downloaded icu_properties_data v1.5.0 |
318 | 2024-12-21T04:33:06.661Z | Downloaded quinn-proto v0.11.8 |
319 | 2024-12-21T04:33:06.667Z | Downloaded futures-util v0.3.31 |
320 | 2024-12-21T04:33:06.679Z | Downloaded rustls-webpki v0.102.8 |
321 | 2024-12-21T04:33:06.696Z | Downloaded vcpkg v0.2.15 |
322 | 2024-12-21T04:33:06.731Z | Downloaded dropshot v0.13.0 |
323 | 2024-12-21T04:33:06.750Z | Downloaded syn v1.0.109 |
324 | 2024-12-21T04:33:06.759Z | Downloaded regress v0.9.1 |
325 | 2024-12-21T04:33:06.768Z | Downloaded openssl v0.10.66 |
326 | 2024-12-21T04:33:06.776Z | Downloaded regex v1.11.1 |
327 | 2024-12-21T04:33:06.788Z | Downloaded webpki-roots v0.26.6 |
328 | 2024-12-21T04:33:06.792Z | Downloaded syn v2.0.87 |
329 | 2024-12-21T04:33:06.803Z | Downloaded h2 v0.4.6 |
330 | 2024-12-21T04:33:06.810Z | Downloaded regress v0.10.1 |
331 | 2024-12-21T04:33:06.816Z | Downloaded rustls v0.23.19 |
332 | 2024-12-21T04:33:06.827Z | Downloaded regex-syntax v0.8.5 |
333 | 2024-12-21T04:33:06.834Z | Downloaded rustls v0.22.4 |
334 | 2024-12-21T04:33:06.846Z | Downloaded openapiv3 v2.0.0 |
335 | 2024-12-21T04:33:06.856Z | Downloaded winnow v0.6.20 |
336 | 2024-12-21T04:33:06.865Z | Downloaded hashbrown v0.14.5 |
337 | 2024-12-21T04:33:06.868Z | Downloaded typify-impl v0.2.0 |
338 | 2024-12-21T04:33:06.881Z | Downloaded idna v1.0.3 |
339 | 2024-12-21T04:33:06.885Z | Downloaded hashbrown v0.15.1 |
340 | 2024-12-21T04:33:06.890Z | Downloaded icu_properties v1.5.1 |
341 | 2024-12-21T04:33:06.892Z | Downloaded log v0.4.22 |
342 | 2024-12-21T04:33:06.894Z | Downloaded rustls-pki-types v1.10.0 |
343 | 2024-12-21T04:33:06.897Z | Downloaded icu_provider v1.5.0 |
344 | 2024-12-21T04:33:06.899Z | Downloaded icu_normalizer_data v1.5.0 |
345 | 2024-12-21T04:33:06.902Z | Downloaded regex-automata v0.4.8 |
346 | 2024-12-21T04:33:06.916Z | Downloaded icu_locid_transform_data v1.5.0 |
347 | 2024-12-21T04:33:06.920Z | Downloaded icu_locid v1.5.0 |
348 | 2024-12-21T04:33:06.923Z | Downloaded sha2 v0.10.8 |
349 | 2024-12-21T04:33:06.926Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2024-12-21T04:33:06.926Z | Downloaded slab v0.4.9 |
351 | 2024-12-21T04:33:06.928Z | Downloaded darling_core v0.20.10 |
352 | 2024-12-21T04:33:06.931Z | Downloaded cc v1.1.30 |
353 | 2024-12-21T04:33:06.934Z | Downloaded icu_normalizer v1.5.0 |
354 | 2024-12-21T04:33:06.937Z | Downloaded futures v0.3.31 |
355 | 2024-12-21T04:33:06.945Z | Downloaded tracing v0.1.40 |
356 | 2024-12-21T04:33:06.945Z | Downloaded tokio v1.40.0 |
357 | 2024-12-21T04:33:06.979Z | Downloaded libc v0.2.162 |
358 | 2024-12-21T04:33:07.004Z | Downloaded ryu v1.0.18 |
359 | 2024-12-21T04:33:07.006Z | Downloaded slog v2.7.0 |
360 | 2024-12-21T04:33:07.010Z | Downloaded hyper-rustls v0.27.3 |
361 | 2024-12-21T04:33:07.012Z | Downloaded httparse v1.9.5 |
362 | 2024-12-21T04:33:07.014Z | Downloaded displaydoc v0.2.5 |
363 | 2024-12-21T04:33:07.017Z | Downloaded crossbeam-channel v0.5.13 |
364 | 2024-12-21T04:33:07.019Z | Downloaded semver v1.0.23 |
365 | 2024-12-21T04:33:07.022Z | Downloaded futures-channel v0.3.31 |
366 | 2024-12-21T04:33:07.025Z | Downloaded fnv v1.0.7 |
367 | 2024-12-21T04:33:07.025Z | Downloaded uuid v1.11.0 |
368 | 2024-12-21T04:33:07.027Z | Downloaded tracing-core v0.1.32 |
369 | 2024-12-21T04:33:07.030Z | Downloaded proc-macro2 v1.0.89 |
370 | 2024-12-21T04:33:07.032Z | Downloaded pest_meta v2.7.14 |
371 | 2024-12-21T04:33:07.035Z | Downloaded hex v0.4.3 |
372 | 2024-12-21T04:33:07.035Z | Downloaded heck v0.5.0 |
373 | 2024-12-21T04:33:07.037Z | Downloaded dof v0.3.0 |
374 | 2024-12-21T04:33:07.037Z | Downloaded rustversion v1.0.17 |
375 | 2024-12-21T04:33:07.040Z | Downloaded dtrace-parser v0.2.0 |
376 | 2024-12-21T04:33:07.040Z | Downloaded pest_derive v2.7.14 |
377 | 2024-12-21T04:33:07.042Z | Downloaded once_cell v1.20.2 |
378 | 2024-12-21T04:33:07.045Z | Downloaded multer v3.1.0 |
379 | 2024-12-21T04:33:07.047Z | Downloaded dirs-sys-next v0.1.2 |
380 | 2024-12-21T04:33:07.047Z | Downloaded usdt-impl v0.5.0 |
381 | 2024-12-21T04:33:07.047Z | Downloaded tokio-rustls v0.25.0 |
382 | 2024-12-21T04:33:07.050Z | Downloaded http-body v1.0.1 |
383 | 2024-12-21T04:33:07.050Z | Downloaded foreign-types-shared v0.1.1 |
384 | 2024-12-21T04:33:07.052Z | Downloaded equivalent v1.0.1 |
385 | 2024-12-21T04:33:07.053Z | Downloaded pin-utils v0.1.0 |
386 | 2024-12-21T04:33:07.053Z | Downloaded time-macros v0.2.18 |
387 | 2024-12-21T04:33:07.055Z | Downloaded debug-ignore v1.0.5 |
388 | 2024-12-21T04:33:07.057Z | Downloaded cfg-if v1.0.0 |
389 | 2024-12-21T04:33:07.058Z | Downloaded block-buffer v0.10.4 |
390 | 2024-12-21T04:33:07.058Z | Downloaded async-trait v0.1.83 |
391 | 2024-12-21T04:33:07.060Z | Downloaded bytes v1.8.0 |
392 | 2024-12-21T04:33:07.064Z | Downloaded writeable v0.5.5 |
393 | 2024-12-21T04:33:07.066Z | Downloaded usdt v0.5.0 |
394 | 2024-12-21T04:33:07.068Z | Downloaded encoding_rs v0.8.34 |
395 | 2024-12-21T04:33:07.085Z | Downloaded untrusted v0.9.0 |
396 | 2024-12-21T04:33:07.088Z | Downloaded typify-macro v0.2.0 |
397 | 2024-12-21T04:33:07.088Z | Downloaded dirs-next v2.0.0 |
398 | 2024-12-21T04:33:07.091Z | Downloaded darling_macro v0.20.10 |
399 | 2024-12-21T04:33:07.091Z | Downloaded async-stream-impl v0.3.6 |
400 | 2024-12-21T04:33:07.091Z | Downloaded async-stream v0.3.6 |
401 | 2024-12-21T04:33:07.093Z | Downloaded allocator-api2 v0.2.18 |
402 | 2024-12-21T04:33:07.096Z | Downloaded parse-display v0.10.0 |
403 | 2024-12-21T04:33:07.096Z | Downloaded zerofrom-derive v0.1.4 |
404 | 2024-12-21T04:33:07.096Z | Downloaded utf16_iter v1.0.5 |
405 | 2024-12-21T04:33:07.101Z | Downloaded toml_datetime v0.6.8 |
406 | 2024-12-21T04:33:07.101Z | Downloaded tokio-macros v2.4.0 |
407 | 2024-12-21T04:33:07.101Z | Downloaded autocfg v1.4.0 |
408 | 2024-12-21T04:33:07.267Z | Downloaded ring v0.17.8 |
409 | 2024-12-21T04:33:07.595Z | Compiling proc-macro2 v1.0.89 |
410 | 2024-12-21T04:33:07.596Z | Compiling unicode-ident v1.0.13 |
411 | 2024-12-21T04:33:07.598Z | Compiling libc v0.2.162 |
412 | 2024-12-21T04:33:07.598Z | Checking cfg-if v1.0.0 |
413 | 2024-12-21T04:33:07.598Z | Compiling autocfg v1.4.0 |
414 | 2024-12-21T04:33:07.598Z | Compiling serde v1.0.215 |
415 | 2024-12-21T04:33:07.621Z | Compiling version_check v0.9.5 |
416 | 2024-12-21T04:33:07.626Z | Checking memchr v2.7.4 |
417 | 2024-12-21T04:33:07.761Z | Checking itoa v1.0.11 |
418 | 2024-12-21T04:33:07.780Z | Compiling serde_json v1.0.133 |
419 | 2024-12-21T04:33:08.241Z | Compiling thiserror v1.0.69 |
420 | 2024-12-21T04:33:08.287Z | Checking once_cell v1.20.2 |
421 | 2024-12-21T04:33:08.305Z | Compiling shlex v1.3.0 |
422 | 2024-12-21T04:33:08.599Z | Compiling cc v1.1.30 |
423 | 2024-12-21T04:33:08.675Z | Compiling num-traits v0.2.19 |
424 | 2024-12-21T04:33:09.051Z | Checking pin-project-lite v0.2.14 |
425 | 2024-12-21T04:33:09.167Z | Checking ryu v1.0.18 |
426 | 2024-12-21T04:33:09.211Z | Checking smallvec v1.13.2 |
427 | 2024-12-21T04:33:09.230Z | Checking bytes v1.8.0 |
428 | 2024-12-21T04:33:09.280Z | Checking getrandom v0.2.15 |
429 | 2024-12-21T04:33:09.336Z | Checking futures-core v0.3.31 |
430 | 2024-12-21T04:33:09.405Z | Compiling quote v1.0.37 |
431 | 2024-12-21T04:33:09.528Z | Compiling lock_api v0.4.12 |
432 | 2024-12-21T04:33:09.584Z | Compiling byteorder v1.5.0 |
433 | 2024-12-21T04:33:09.712Z | Compiling schemars v0.8.21 |
434 | 2024-12-21T04:33:09.855Z | Compiling syn v2.0.87 |
435 | 2024-12-21T04:33:09.946Z | Compiling parking_lot_core v0.9.10 |
436 | 2024-12-21T04:33:10.039Z | Compiling ahash v0.8.11 |
437 | 2024-12-21T04:33:10.058Z | Checking scopeguard v1.2.0 |
438 | 2024-12-21T04:33:10.119Z | Compiling slab v0.4.9 |
439 | 2024-12-21T04:33:10.153Z | Checking futures-sink v0.3.31 |
440 | 2024-12-21T04:33:10.289Z | Checking log v0.4.22 |
441 | 2024-12-21T04:33:10.454Z | Checking signal-hook-registry v1.4.2 |
442 | 2024-12-21T04:33:10.488Z | Checking mio v1.0.2 |
443 | 2024-12-21T04:33:10.557Z | Checking socket2 v0.5.7 |
444 | 2024-12-21T04:33:10.575Z | Checking stable_deref_trait v1.2.0 |
445 | 2024-12-21T04:33:10.670Z | Checking fnv v1.0.7 |
446 | 2024-12-21T04:33:10.709Z | Checking hashbrown v0.15.1 |
447 | 2024-12-21T04:33:10.728Z | Checking parking_lot v0.12.3 |
448 | 2024-12-21T04:33:10.784Z | Compiling semver v1.0.23 |
449 | 2024-12-21T04:33:10.860Z | Checking equivalent v1.0.1 |
450 | 2024-12-21T04:33:10.961Z | Checking http v1.1.0 |
451 | 2024-12-21T04:33:11.033Z | Checking futures-channel v0.3.31 |
452 | 2024-12-21T04:33:11.072Z | Checking futures-task v0.3.31 |
453 | 2024-12-21T04:33:11.081Z | Checking futures-io v0.3.31 |
454 | 2024-12-21T04:33:11.258Z | Checking pin-utils v0.1.0 |
455 | 2024-12-21T04:33:11.340Z | Checking iana-time-zone v0.1.61 |
456 | 2024-12-21T04:33:11.359Z | Compiling vcpkg v0.2.15 |
457 | 2024-12-21T04:33:11.381Z | Checking rustls-pki-types v1.10.0 |
458 | 2024-12-21T04:33:11.482Z | Checking spin v0.9.8 |
459 | 2024-12-21T04:33:11.530Z | Compiling ring v0.17.8 |
460 | 2024-12-21T04:33:11.700Z | Compiling pkg-config v0.3.31 |
461 | 2024-12-21T04:33:11.782Z | Compiling heck v0.5.0 |
462 | 2024-12-21T04:33:11.961Z | Compiling ucd-trie v0.1.7 |
463 | 2024-12-21T04:33:12.251Z | Checking litemap v0.7.3 |
464 | 2024-12-21T04:33:12.378Z | Compiling httparse v1.9.5 |
465 | 2024-12-21T04:33:12.450Z | Checking writeable v0.5.5 |
466 | 2024-12-21T04:33:12.586Z | Checking untrusted v0.9.0 |
467 | 2024-12-21T04:33:12.745Z | Checking dyn-clone v1.0.17 |
468 | 2024-12-21T04:33:12.862Z | Checking tracing-core v0.1.32 |
469 | 2024-12-21T04:33:12.926Z | Compiling allocator-api2 v0.2.18 |
470 | 2024-12-21T04:33:12.997Z | Compiling openssl-sys v0.9.103 |
471 | 2024-12-21T04:33:13.044Z | Checking atomic-waker v1.1.2 |
472 | 2024-12-21T04:33:13.527Z | Checking tracing v0.1.40 |
473 | 2024-12-21T04:33:13.546Z | Checking http-body v1.0.1 |
474 | 2024-12-21T04:33:13.685Z | Checking try-lock v0.2.5 |
475 | 2024-12-21T04:33:13.807Z | Compiling uuid v1.11.0 |
476 | 2024-12-21T04:33:13.855Z | Checking zeroize v1.8.1 |
477 | 2024-12-21T04:33:13.874Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2024-12-21T04:33:13.976Z | Checking subtle v2.6.1 |
479 | 2024-12-21T04:33:14.059Z | Checking want v0.3.1 |
480 | 2024-12-21T04:33:14.090Z | Checking icu_properties_data v1.5.0 |
481 | 2024-12-21T04:33:14.197Z | Checking foreign-types-shared v0.1.1 |
482 | 2024-12-21T04:33:14.240Z | Compiling slog v2.7.0 |
483 | 2024-12-21T04:33:14.301Z | Checking httpdate v1.0.3 |
484 | 2024-12-21T04:33:14.345Z | Compiling openssl v0.10.66 |
485 | 2024-12-21T04:33:14.534Z | Compiling chrono v0.4.38 |
486 | 2024-12-21T04:33:14.611Z | Checking foreign-types v0.3.2 |
487 | 2024-12-21T04:33:14.699Z | Compiling aho-corasick v1.1.3 |
488 | 2024-12-21T04:33:14.781Z | Compiling native-tls v0.2.12 |
489 | 2024-12-21T04:33:14.800Z | Checking bitflags v2.6.0 |
490 | 2024-12-21T04:33:15.048Z | Compiling typenum v1.17.0 |
491 | 2024-12-21T04:33:15.128Z | Compiling regex-syntax v0.8.5 |
492 | 2024-12-21T04:33:15.947Z | Checking tower-service v0.3.3 |
493 | 2024-12-21T04:33:16.022Z | Checking icu_normalizer_data v1.5.0 |
494 | 2024-12-21T04:33:16.115Z | Compiling rustls v0.23.19 |
495 | 2024-12-21T04:33:16.424Z | Checking utf8_iter v1.0.4 |
496 | 2024-12-21T04:33:16.531Z | Checking write16 v1.0.0 |
497 | 2024-12-21T04:33:16.633Z | Checking utf16_iter v1.0.5 |
498 | 2024-12-21T04:33:16.657Z | Checking percent-encoding v2.3.1 |
499 | 2024-12-21T04:33:16.817Z | Compiling generic-array v0.14.7 |
500 | 2024-12-21T04:33:16.855Z | Checking form_urlencoded v1.2.1 |
501 | 2024-12-21T04:33:17.156Z | Checking openssl-probe v0.1.5 |
502 | 2024-12-21T04:33:17.368Z | Compiling serde_derive_internals v0.29.1 |
503 | 2024-12-21T04:33:17.505Z | Compiling synstructure v0.13.1 |
504 | 2024-12-21T04:33:18.366Z | Checking rustls-webpki v0.102.8 |
505 | 2024-12-21T04:33:18.645Z | Compiling regex-automata v0.4.8 |
506 | 2024-12-21T04:33:19.593Z | Compiling usdt-impl v0.5.0 |
507 | 2024-12-21T04:33:19.690Z | Checking encoding_rs v0.8.34 |
508 | 2024-12-21T04:33:19.958Z | Compiling time-core v0.1.2 |
509 | 2024-12-21T04:33:20.140Z | Checking powerfmt v0.2.0 |
510 | 2024-12-21T04:33:20.386Z | Checking mime v0.3.17 |
511 | 2024-12-21T04:33:20.551Z | Compiling num-conv v0.1.0 |
512 | 2024-12-21T04:33:20.723Z | Checking deranged v0.3.11 |
513 | 2024-12-21T04:33:20.846Z | Compiling time-macros v0.2.18 |
514 | 2024-12-21T04:33:21.132Z | Compiling thread-id v4.2.2 |
515 | 2024-12-21T04:33:22.016Z | Checking webpki-roots v0.26.6 |
516 | 2024-12-21T04:33:22.217Z | Checking rustls-pemfile v2.2.0 |
517 | 2024-12-21T04:33:22.434Z | Compiling syn v1.0.109 |
518 | 2024-12-21T04:33:22.452Z | Checking base64 v0.22.1 |
519 | 2024-12-21T04:33:22.594Z | Compiling regex v1.11.1 |
520 | 2024-12-21T04:33:22.996Z | Compiling serde_derive v1.0.215 |
521 | 2024-12-21T04:33:23.014Z | Compiling zerocopy-derive v0.7.35 |
522 | 2024-12-21T04:33:23.118Z | Compiling thiserror-impl v1.0.69 |
523 | 2024-12-21T04:33:23.170Z | Compiling schemars_derive v0.8.21 |
524 | 2024-12-21T04:33:23.584Z | Compiling zerofrom-derive v0.1.4 |
525 | 2024-12-21T04:33:23.725Z | Compiling yoke-derive v0.7.4 |
526 | 2024-12-21T04:33:24.143Z | Compiling tokio-macros v2.4.0 |
527 | 2024-12-21T04:33:25.043Z | Compiling zerocopy v0.7.35 |
528 | 2024-12-21T04:33:26.141Z | Checking tokio v1.40.0 |
529 | 2024-12-21T04:33:26.175Z | Compiling zerovec-derive v0.10.3 |
530 | 2024-12-21T04:33:26.414Z | Compiling displaydoc v0.2.5 |
531 | 2024-12-21T04:33:26.431Z | Compiling futures-macro v0.3.31 |
532 | 2024-12-21T04:33:27.495Z | Compiling pest v2.7.14 |
533 | 2024-12-21T04:33:27.530Z | Checking zerofrom v0.1.4 |
534 | 2024-12-21T04:33:27.531Z | Checking yoke v0.7.4 |
535 | 2024-12-21T04:33:27.531Z | Compiling icu_provider_macros v1.5.0 |
536 | 2024-12-21T04:33:27.651Z | Compiling hashbrown v0.14.5 |
537 | 2024-12-21T04:33:28.328Z | Checking futures-util v0.3.31 |
538 | 2024-12-21T04:33:28.352Z | Compiling openssl-macros v0.1.1 |
539 | 2024-12-21T04:33:28.596Z | Checking zerovec v0.10.4 |
540 | 2024-12-21T04:33:28.966Z | Compiling regress v0.10.1 |
541 | 2024-12-21T04:33:29.720Z | Compiling pest_meta v2.7.14 |
542 | 2024-12-21T04:33:30.009Z | Compiling scroll_derive v0.12.0 |
543 | 2024-12-21T04:33:31.606Z | Checking tinystr v0.7.6 |
544 | 2024-12-21T04:33:32.016Z | Checking icu_locid v1.5.0 |
545 | 2024-12-21T04:33:33.155Z | Checking icu_provider v1.5.0 |
546 | 2024-12-21T04:33:33.504Z | Checking tokio-util v0.7.12 |
547 | 2024-12-21T04:33:33.732Z | Compiling pest_generator v2.7.14 |
548 | 2024-12-21T04:33:33.773Z | Checking icu_locid_transform v1.5.0 |
549 | 2024-12-21T04:33:33.780Z | Checking icu_collections v1.5.0 |
550 | 2024-12-21T04:33:34.018Z | Checking http-body-util v0.1.2 |
551 | 2024-12-21T04:33:34.334Z | Checking tokio-rustls v0.26.0 |
552 | 2024-12-21T04:33:34.475Z | Checking scroll v0.12.0 |
553 | 2024-12-21T04:33:34.794Z | Checking icu_properties v1.5.1 |
554 | 2024-12-21T04:33:34.957Z | Compiling ident_case v1.0.1 |
555 | 2024-12-21T04:33:35.196Z | Checking tokio-native-tls v0.3.1 |
556 | 2024-12-21T04:33:35.338Z | Checking plain v0.2.3 |
557 | 2024-12-21T04:33:35.487Z | Checking num_threads v0.1.7 |
558 | 2024-12-21T04:33:35.507Z | Compiling pest_derive v2.7.14 |
559 | 2024-12-21T04:33:35.853Z | Checking indexmap v2.6.0 |
560 | 2024-12-21T04:33:36.625Z | Compiling serde_tokenstream v0.2.2 |
561 | 2024-12-21T04:33:37.241Z | Checking h2 v0.4.6 |
562 | 2024-12-21T04:33:38.080Z | Compiling dtrace-parser v0.2.0 |
563 | 2024-12-21T04:33:38.099Z | Checking icu_normalizer v1.5.0 |
564 | 2024-12-21T04:33:38.297Z | Compiling dof v0.3.0 |
565 | 2024-12-21T04:33:38.808Z | Checking serde_urlencoded v0.7.1 |
566 | 2024-12-21T04:33:38.865Z | Checking idna_adapter v1.2.0 |
567 | 2024-12-21T04:33:38.991Z | Compiling strsim v0.11.1 |
568 | 2024-12-21T04:33:39.051Z | Checking idna v1.0.3 |
569 | 2024-12-21T04:33:39.192Z | Compiling crossbeam-utils v0.8.20 |
570 | 2024-12-21T04:33:39.403Z | Checking time v0.3.36 |
571 | 2024-12-21T04:33:39.531Z | Checking url v2.5.3 |
572 | 2024-12-21T04:33:39.724Z | Compiling darling_core v0.20.10 |
573 | 2024-12-21T04:33:39.873Z | Compiling openapiv3 v2.0.0 |
574 | 2024-12-21T04:33:40.335Z | Compiling typify-impl v0.2.0 |
575 | 2024-12-21T04:33:41.426Z | Checking hyper v1.5.0 |
576 | 2024-12-21T04:33:41.793Z | Checking goblin v0.8.2 |
577 | 2024-12-21T04:33:43.541Z | Checking hyper-util v0.1.10 |
578 | 2024-12-21T04:33:43.860Z | Checking sync_wrapper v1.0.1 |
579 | 2024-12-21T04:33:44.004Z | Checking dirs-sys-next v0.1.2 |
580 | 2024-12-21T04:33:44.174Z | Compiling paste v1.0.15 |
581 | 2024-12-21T04:33:44.494Z | Compiling rustls v0.22.4 |
582 | 2024-12-21T04:33:44.662Z | Checking ipnet v2.10.1 |
583 | 2024-12-21T04:33:44.709Z | Compiling rustversion v1.0.17 |
584 | 2024-12-21T04:33:44.802Z | Compiling unsafe-libyaml v0.2.11 |
585 | 2024-12-21T04:33:45.110Z | Compiling newtype-uuid v1.1.3 |
586 | 2024-12-21T04:33:45.261Z | Checking hyper-tls v0.6.0 |
587 | 2024-12-21T04:33:45.349Z | Checking hyper-rustls v0.27.3 |
588 | 2024-12-21T04:33:45.425Z | Compiling omicron-workspace-hack v0.1.0 |
589 | 2024-12-21T04:33:45.509Z | Checking pretty-hex v0.4.1 |
590 | 2024-12-21T04:33:45.654Z | Checking reqwest v0.12.9 |
591 | 2024-12-21T04:33:45.834Z | Checking dirs-next v2.0.0 |
592 | 2024-12-21T04:33:45.938Z | Compiling darling_macro v0.20.10 |
593 | 2024-12-21T04:33:45.976Z | Checking ipnetwork v0.20.0 |
594 | 2024-12-21T04:33:46.276Z | Compiling serde_yaml v0.9.34+deprecated |
595 | 2024-12-21T04:33:46.620Z | Checking toml_datetime v0.6.8 |
596 | 2024-12-21T04:33:46.877Z | Checking serde_spanned v0.6.8 |
597 | 2024-12-21T04:33:46.895Z | Checking ppv-lite86 v0.2.20 |
598 | 2024-12-21T04:33:47.053Z | Compiling structmeta-derive v0.3.0 |
599 | 2024-12-21T04:33:47.074Z | Checking crypto-common v0.1.6 |
600 | 2024-12-21T04:33:47.078Z | Checking block-buffer v0.10.4 |
601 | 2024-12-21T04:33:47.245Z | Checking rand_core v0.6.4 |
602 | 2024-12-21T04:33:47.405Z | Checking thread_local v1.1.8 |
603 | 2024-12-21T04:33:47.545Z | Compiling multer v3.1.0 |
604 | 2024-12-21T04:33:47.693Z | Compiling anyhow v1.0.93 |
605 | 2024-12-21T04:33:47.712Z | Compiling camino v1.1.9 |
606 | 2024-12-21T04:33:47.745Z | Checking winnow v0.6.20 |
607 | 2024-12-21T04:33:47.878Z | Compiling slog-async v2.8.0 |
608 | 2024-12-21T04:33:48.297Z | Checking either v1.13.0 |
609 | 2024-12-21T04:33:48.300Z | Checking match_cfg v0.1.0 |
610 | 2024-12-21T04:33:48.375Z | Checking hostname v0.3.1 |
611 | 2024-12-21T04:33:48.705Z | Checking itertools v0.10.5 |
612 | 2024-12-21T04:33:48.827Z | Checking rand_chacha v0.3.1 |
613 | 2024-12-21T04:33:49.196Z | Checking digest v0.10.7 |
614 | 2024-12-21T04:33:49.214Z | Checking progenitor-client v0.8.0 |
615 | 2024-12-21T04:33:49.538Z | Checking crossbeam-channel v0.5.13 |
616 | 2024-12-21T04:33:49.558Z | Compiling darling v0.20.10 |
617 | 2024-12-21T04:33:49.629Z | Compiling structmeta v0.3.0 |
618 | 2024-12-21T04:33:49.676Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
619 | 2024-12-21T04:33:49.820Z | Checking term v0.7.0 |
620 | 2024-12-21T04:33:50.538Z | Checking slog-json v2.6.1 |
621 | 2024-12-21T04:33:50.765Z | Checking toml_edit v0.22.22 |
622 | 2024-12-21T04:33:50.797Z | Compiling usdt-attr-macro v0.5.0 |
623 | 2024-12-21T04:33:51.099Z | Compiling usdt-macro v0.5.0 |
624 | 2024-12-21T04:33:51.102Z | Checking futures-executor v0.3.31 |
625 | 2024-12-21T04:33:51.362Z | Compiling async-stream-impl v0.3.6 |
626 | 2024-12-21T04:33:51.538Z | Checking memmap v0.7.0 |
627 | 2024-12-21T04:33:51.590Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
628 | 2024-12-21T04:33:51.699Z | Checking is-terminal v0.4.13 |
629 | 2024-12-21T04:33:51.823Z | Compiling dropshot v0.13.0 |
630 | 2024-12-21T04:33:52.119Z | Checking take_mut v0.2.2 |
631 | 2024-12-21T04:33:52.227Z | Checking cpufeatures v0.2.14 |
632 | 2024-12-21T04:33:52.322Z | Checking sha1 v0.10.6 |
633 | 2024-12-21T04:33:52.361Z | Checking usdt v0.5.0 |
634 | 2024-12-21T04:33:52.567Z | Checking slog-term v2.9.1 |
635 | 2024-12-21T04:33:52.603Z | Compiling strum_macros v0.26.4 |
636 | 2024-12-21T04:33:52.632Z | Checking futures v0.3.31 |
637 | 2024-12-21T04:33:52.650Z | Checking async-stream v0.3.6 |
638 | 2024-12-21T04:33:52.717Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
639 | 2024-12-21T04:33:52.739Z | Checking slog-bunyan v2.5.0 |
640 | 2024-12-21T04:33:52.846Z | Compiling parse-display-derive v0.10.0 |
641 | 2024-12-21T04:33:52.905Z | Compiling serde_with_macros v3.11.0 |
642 | 2024-12-21T04:33:53.057Z | Checking rand v0.8.5 |
643 | 2024-12-21T04:33:53.394Z | Checking toml v0.8.19 |
644 | 2024-12-21T04:33:53.678Z | Checking tokio-rustls v0.25.0 |
645 | 2024-12-21T04:33:54.135Z | Compiling dropshot_endpoint v0.13.0 |
646 | 2024-12-21T04:33:54.152Z | Checking hex v0.4.3 |
647 | 2024-12-21T04:33:54.272Z | Compiling typify-macro v0.2.0 |
648 | 2024-12-21T04:33:54.302Z | Checking serde_path_to_error v0.1.16 |
649 | 2024-12-21T04:33:54.640Z | Compiling async-trait v0.1.83 |
650 | 2024-12-21T04:33:54.679Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
651 | 2024-12-21T04:33:54.939Z | Checking waitgroup v0.1.2 |
652 | 2024-12-21T04:33:55.073Z | Checking hostname v0.4.0 |
653 | 2024-12-21T04:33:55.210Z | Checking instant v0.1.13 |
654 | 2024-12-21T04:33:55.329Z | Checking debug-ignore v1.0.5 |
655 | 2024-12-21T04:33:55.472Z | Checking backoff v0.4.0 |
656 | 2024-12-21T04:33:55.475Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
657 | 2024-12-21T04:33:55.509Z | Checking serde_with v3.11.0 |
658 | 2024-12-21T04:33:55.642Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
659 | 2024-12-21T04:33:55.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
660 | 2024-12-21T04:33:55.793Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
661 | 2024-12-21T04:33:56.241Z | Checking macaddr v1.0.1 |
662 | 2024-12-21T04:33:56.554Z | Checking regress v0.9.1 |
663 | 2024-12-21T04:33:56.663Z | Checking parse-display v0.10.0 |
664 | 2024-12-21T04:33:57.054Z | Checking strum v0.26.3 |
665 | 2024-12-21T04:33:57.754Z | Compiling typify v0.2.0 |
666 | 2024-12-21T04:33:57.839Z | Compiling progenitor-impl v0.8.0 |
667 | 2024-12-21T04:34:00.615Z | Compiling progenitor-macro v0.8.0 |
668 | 2024-12-21T04:34:04.746Z | Checking progenitor v0.8.0 |
669 | 2024-12-21T04:34:04.877Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
670 | 2024-12-21T04:34:07.773Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
671 | 2024-12-21T04:34:15.344Z | Checking test-project v0.1.0 (/tmp/test-project) |
672 | 2024-12-21T04:34:15.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
673 | 2024-12-21T04:34:15.734Z | + cargo build --release |
674 | 2024-12-21T04:34:15.990Z | Compiling proc-macro2 v1.0.89 |
675 | 2024-12-21T04:34:15.990Z | Compiling unicode-ident v1.0.13 |
676 | 2024-12-21T04:34:15.990Z | Compiling libc v0.2.162 |
677 | 2024-12-21T04:34:15.993Z | Compiling cfg-if v1.0.0 |
678 | 2024-12-21T04:34:15.993Z | Compiling autocfg v1.4.0 |
679 | 2024-12-21T04:34:15.993Z | Compiling serde v1.0.215 |
680 | 2024-12-21T04:34:15.993Z | Compiling version_check v0.9.5 |
681 | 2024-12-21T04:34:15.993Z | Compiling memchr v2.7.4 |
682 | 2024-12-21T04:34:16.103Z | Compiling serde_json v1.0.133 |
683 | 2024-12-21T04:34:16.179Z | Compiling itoa v1.0.11 |
684 | 2024-12-21T04:34:16.433Z | Compiling thiserror v1.0.69 |
685 | 2024-12-21T04:34:16.563Z | Compiling once_cell v1.20.2 |
686 | 2024-12-21T04:34:16.643Z | Compiling shlex v1.3.0 |
687 | 2024-12-21T04:34:16.868Z | Compiling cc v1.1.30 |
688 | 2024-12-21T04:34:16.975Z | Compiling num-traits v0.2.19 |
689 | 2024-12-21T04:34:17.267Z | Compiling pin-project-lite v0.2.14 |
690 | 2024-12-21T04:34:17.381Z | Compiling getrandom v0.2.15 |
691 | 2024-12-21T04:34:17.474Z | Compiling smallvec v1.13.2 |
692 | 2024-12-21T04:34:17.505Z | Compiling ryu v1.0.18 |
693 | 2024-12-21T04:34:17.670Z | Compiling quote v1.0.37 |
694 | 2024-12-21T04:34:17.720Z | Compiling bytes v1.8.0 |
695 | 2024-12-21T04:34:17.777Z | Compiling schemars v0.8.21 |
696 | 2024-12-21T04:34:18.054Z | Compiling syn v2.0.87 |
697 | 2024-12-21T04:34:18.124Z | Compiling futures-core v0.3.31 |
698 | 2024-12-21T04:34:18.147Z | Compiling lock_api v0.4.12 |
699 | 2024-12-21T04:34:18.288Z | Compiling ahash v0.8.11 |
700 | 2024-12-21T04:34:18.351Z | Compiling parking_lot_core v0.9.10 |
701 | 2024-12-21T04:34:18.467Z | Compiling byteorder v1.5.0 |
702 | 2024-12-21T04:34:18.736Z | Compiling scopeguard v1.2.0 |
703 | 2024-12-21T04:34:18.757Z | Compiling slab v0.4.9 |
704 | 2024-12-21T04:34:18.901Z | Compiling futures-sink v0.3.31 |
705 | 2024-12-21T04:34:19.037Z | Compiling log v0.4.22 |
706 | 2024-12-21T04:34:19.143Z | Compiling signal-hook-registry v1.4.2 |
707 | 2024-12-21T04:34:19.201Z | Compiling mio v1.0.2 |
708 | 2024-12-21T04:34:19.352Z | Compiling parking_lot v0.12.3 |
709 | 2024-12-21T04:34:19.485Z | Compiling socket2 v0.5.7 |
710 | 2024-12-21T04:34:19.551Z | Compiling stable_deref_trait v1.2.0 |
711 | 2024-12-21T04:34:19.589Z | Compiling semver v1.0.23 |
712 | 2024-12-21T04:34:19.808Z | Compiling ring v0.17.8 |
713 | 2024-12-21T04:34:19.950Z | Compiling hashbrown v0.15.1 |
714 | 2024-12-21T04:34:20.082Z | Compiling equivalent v1.0.1 |
715 | 2024-12-21T04:34:20.183Z | Compiling fnv v1.0.7 |
716 | 2024-12-21T04:34:20.307Z | Compiling http v1.1.0 |
717 | 2024-12-21T04:34:20.694Z | Compiling futures-channel v0.3.31 |
718 | 2024-12-21T04:34:21.034Z | Compiling futures-io v0.3.31 |
719 | 2024-12-21T04:34:21.103Z | Compiling futures-task v0.3.31 |
720 | 2024-12-21T04:34:21.137Z | Compiling pin-utils v0.1.0 |
721 | 2024-12-21T04:34:21.348Z | Compiling heck v0.5.0 |
722 | 2024-12-21T04:34:21.363Z | Compiling rustls-pki-types v1.10.0 |
723 | 2024-12-21T04:34:21.421Z | Compiling iana-time-zone v0.1.61 |
724 | 2024-12-21T04:34:21.470Z | Compiling spin v0.9.8 |
725 | 2024-12-21T04:34:21.709Z | Compiling vcpkg v0.2.15 |
726 | 2024-12-21T04:34:21.766Z | Compiling pkg-config v0.3.31 |
727 | 2024-12-21T04:34:22.759Z | Compiling writeable v0.5.5 |
728 | 2024-12-21T04:34:22.968Z | Compiling ucd-trie v0.1.7 |
729 | 2024-12-21T04:34:23.300Z | Compiling openssl-sys v0.9.103 |
730 | 2024-12-21T04:34:23.328Z | Compiling untrusted v0.9.0 |
731 | 2024-12-21T04:34:23.437Z | Compiling httparse v1.9.5 |
732 | 2024-12-21T04:34:23.457Z | Compiling litemap v0.7.3 |
733 | 2024-12-21T04:34:23.504Z | Compiling dyn-clone v1.0.17 |
734 | 2024-12-21T04:34:23.841Z | Compiling tracing-core v0.1.32 |
735 | 2024-12-21T04:34:24.200Z | Compiling atomic-waker v1.1.2 |
736 | 2024-12-21T04:34:24.324Z | Compiling allocator-api2 v0.2.18 |
737 | 2024-12-21T04:34:25.017Z | Compiling tracing v0.1.40 |
738 | 2024-12-21T04:34:25.029Z | Compiling http-body v1.0.1 |
739 | 2024-12-21T04:34:25.265Z | Compiling icu_locid_transform_data v1.5.0 |
740 | 2024-12-21T04:34:25.403Z | Compiling chrono v0.4.38 |
741 | 2024-12-21T04:34:25.503Z | Compiling try-lock v0.2.5 |
742 | 2024-12-21T04:34:25.638Z | Compiling subtle v2.6.1 |
743 | 2024-12-21T04:34:25.646Z | Compiling uuid v1.11.0 |
744 | 2024-12-21T04:34:25.703Z | Compiling zeroize v1.8.1 |
745 | 2024-12-21T04:34:25.907Z | Compiling serde_derive_internals v0.29.1 |
746 | 2024-12-21T04:34:26.036Z | Compiling synstructure v0.13.1 |
747 | 2024-12-21T04:34:26.166Z | Compiling want v0.3.1 |
748 | 2024-12-21T04:34:26.503Z | Compiling openssl v0.10.66 |
749 | 2024-12-21T04:34:26.922Z | Compiling httpdate v1.0.3 |
750 | 2024-12-21T04:34:27.412Z | Compiling slog v2.7.0 |
751 | 2024-12-21T04:34:27.437Z | Compiling icu_properties_data v1.5.0 |
752 | 2024-12-21T04:34:27.674Z | Compiling foreign-types-shared v0.1.1 |
753 | 2024-12-21T04:34:27.766Z | Compiling foreign-types v0.3.2 |
754 | 2024-12-21T04:34:28.010Z | Compiling aho-corasick v1.1.3 |
755 | 2024-12-21T04:34:28.125Z | Compiling bitflags v2.6.0 |
756 | 2024-12-21T04:34:28.240Z | Compiling icu_normalizer_data v1.5.0 |
757 | 2024-12-21T04:34:28.329Z | Compiling tower-service v0.3.3 |
758 | 2024-12-21T04:34:28.460Z | Compiling utf16_iter v1.0.5 |
759 | 2024-12-21T04:34:28.664Z | Compiling regex-syntax v0.8.5 |
760 | 2024-12-21T04:34:29.286Z | Compiling percent-encoding v2.3.1 |
761 | 2024-12-21T04:34:29.394Z | Compiling write16 v1.0.0 |
762 | 2024-12-21T04:34:29.508Z | Compiling native-tls v0.2.12 |
763 | 2024-12-21T04:34:29.718Z | Compiling utf8_iter v1.0.4 |
764 | 2024-12-21T04:34:29.734Z | Compiling typenum v1.17.0 |
765 | 2024-12-21T04:34:29.859Z | Compiling rustls v0.23.19 |
766 | 2024-12-21T04:34:29.987Z | Compiling form_urlencoded v1.2.1 |
767 | 2024-12-21T04:34:30.553Z | Compiling generic-array v0.14.7 |
768 | 2024-12-21T04:34:30.870Z | Compiling openssl-probe v0.1.5 |
769 | 2024-12-21T04:34:31.317Z | Compiling serde_derive v1.0.215 |
770 | 2024-12-21T04:34:31.360Z | Compiling zerocopy-derive v0.7.35 |
771 | 2024-12-21T04:34:31.377Z | Compiling thiserror-impl v1.0.69 |
772 | 2024-12-21T04:34:31.976Z | Compiling schemars_derive v0.8.21 |
773 | 2024-12-21T04:34:32.348Z | Compiling zerofrom-derive v0.1.4 |
774 | 2024-12-21T04:34:33.440Z | Compiling zerocopy v0.7.35 |
775 | 2024-12-21T04:34:34.471Z | Compiling tokio-macros v2.4.0 |
776 | 2024-12-21T04:34:34.986Z | Compiling yoke-derive v0.7.4 |
777 | 2024-12-21T04:34:35.063Z | Compiling zerovec-derive v0.10.3 |
778 | 2024-12-21T04:34:35.895Z | Compiling zerofrom v0.1.4 |
779 | 2024-12-21T04:34:35.999Z | Compiling tokio v1.40.0 |
780 | 2024-12-21T04:34:36.119Z | Compiling futures-macro v0.3.31 |
781 | 2024-12-21T04:34:36.194Z | Compiling displaydoc v0.2.5 |
782 | 2024-12-21T04:34:37.712Z | Compiling yoke v0.7.4 |
783 | 2024-12-21T04:34:37.770Z | Compiling pest v2.7.14 |
784 | 2024-12-21T04:34:37.997Z | Compiling futures-util v0.3.31 |
785 | 2024-12-21T04:34:38.085Z | Compiling zerovec v0.10.4 |
786 | 2024-12-21T04:34:38.241Z | Compiling icu_provider_macros v1.5.0 |
787 | 2024-12-21T04:34:38.263Z | Compiling hashbrown v0.14.5 |
788 | 2024-12-21T04:34:39.632Z | Compiling rustls-webpki v0.102.8 |
789 | 2024-12-21T04:34:40.723Z | Compiling tinystr v0.7.6 |
790 | 2024-12-21T04:34:41.023Z | Compiling pest_meta v2.7.14 |
791 | 2024-12-21T04:34:41.177Z | Compiling icu_locid v1.5.0 |
792 | 2024-12-21T04:34:44.407Z | Compiling icu_provider v1.5.0 |
793 | 2024-12-21T04:34:44.950Z | Compiling tokio-util v0.7.12 |
794 | 2024-12-21T04:34:45.466Z | Compiling indexmap v2.6.0 |
795 | 2024-12-21T04:34:46.653Z | Compiling serde_tokenstream v0.2.2 |
796 | 2024-12-21T04:34:48.481Z | Compiling h2 v0.4.6 |
797 | 2024-12-21T04:34:48.507Z | Compiling icu_locid_transform v1.5.0 |
798 | 2024-12-21T04:34:48.647Z | Compiling pest_generator v2.7.14 |
799 | 2024-12-21T04:34:51.270Z | Compiling icu_collections v1.5.0 |
800 | 2024-12-21T04:34:51.457Z | Compiling regress v0.10.1 |
801 | 2024-12-21T04:34:54.004Z | Compiling hyper v1.5.0 |
802 | 2024-12-21T04:34:54.497Z | Compiling icu_properties v1.5.1 |
803 | 2024-12-21T04:34:55.667Z | Compiling typify-impl v0.2.0 |
804 | 2024-12-21T04:34:56.228Z | Compiling pest_derive v2.7.14 |
805 | 2024-12-21T04:34:57.660Z | Compiling openssl-macros v0.1.1 |
806 | 2024-12-21T04:35:00.705Z | Compiling icu_normalizer v1.5.0 |
807 | 2024-12-21T04:35:04.341Z | Compiling hyper-util v0.1.10 |
808 | 2024-12-21T04:35:04.551Z | Compiling regex-automata v0.4.8 |
809 | 2024-12-21T04:35:04.864Z | Compiling idna_adapter v1.2.0 |
810 | 2024-12-21T04:35:06.543Z | Compiling http-body-util v0.1.2 |
811 | 2024-12-21T04:35:07.171Z | Compiling scroll_derive v0.12.0 |
812 | 2024-12-21T04:35:07.702Z | Compiling typify-macro v0.2.0 |
813 | 2024-12-21T04:35:08.686Z | Compiling regex v1.11.1 |
814 | 2024-12-21T04:35:09.899Z | Compiling usdt-impl v0.5.0 |
815 | 2024-12-21T04:35:10.236Z | Compiling encoding_rs v0.8.34 |
816 | 2024-12-21T04:35:11.537Z | Compiling powerfmt v0.2.0 |
817 | 2024-12-21T04:35:11.989Z | Compiling mime v0.3.17 |
818 | 2024-12-21T04:35:12.526Z | Compiling num-conv v0.1.0 |
819 | 2024-12-21T04:35:12.736Z | Compiling time-core v0.1.2 |
820 | 2024-12-21T04:35:12.795Z | Compiling deranged v0.3.11 |
821 | 2024-12-21T04:35:12.896Z | Compiling time-macros v0.2.18 |
822 | 2024-12-21T04:35:13.240Z | Compiling thread-id v4.2.2 |
823 | 2024-12-21T04:35:15.105Z | Compiling tokio-rustls v0.26.0 |
824 | 2024-12-21T04:35:15.568Z | Compiling scroll v0.12.0 |
825 | 2024-12-21T04:35:15.892Z | Compiling tokio-native-tls v0.3.1 |
826 | 2024-12-21T04:35:16.178Z | Compiling idna v1.0.3 |
827 | 2024-12-21T04:35:20.847Z | Compiling dtrace-parser v0.2.0 |
828 | 2024-12-21T04:35:21.903Z | Compiling dof v0.3.0 |
829 | 2024-12-21T04:35:22.610Z | Compiling serde_urlencoded v0.7.1 |
830 | 2024-12-21T04:35:22.761Z | Compiling rustls-pemfile v2.2.0 |
831 | 2024-12-21T04:35:23.177Z | Compiling webpki-roots v0.26.6 |
832 | 2024-12-21T04:35:23.217Z | Compiling omicron-workspace-hack v0.1.0 |
833 | 2024-12-21T04:35:23.384Z | Compiling syn v1.0.109 |
834 | 2024-12-21T04:35:23.517Z | Compiling ident_case v1.0.1 |
835 | 2024-12-21T04:35:23.681Z | Compiling base64 v0.22.1 |
836 | 2024-12-21T04:35:24.129Z | Compiling strsim v0.11.1 |
837 | 2024-12-21T04:35:24.804Z | Compiling num_threads v0.1.7 |
838 | 2024-12-21T04:35:24.911Z | Compiling plain v0.2.3 |
839 | 2024-12-21T04:35:25.064Z | Compiling crossbeam-utils v0.8.20 |
840 | 2024-12-21T04:35:25.607Z | Compiling time v0.3.36 |
841 | 2024-12-21T04:35:25.648Z | Compiling goblin v0.8.2 |
842 | 2024-12-21T04:35:28.181Z | Compiling darling_core v0.20.10 |
843 | 2024-12-21T04:35:30.162Z | Compiling hyper-rustls v0.27.3 |
844 | 2024-12-21T04:35:34.328Z | Compiling url v2.5.3 |
845 | 2024-12-21T04:35:34.345Z | Compiling hyper-tls v0.6.0 |
846 | 2024-12-21T04:35:34.792Z | Compiling typify v0.2.0 |
847 | 2024-12-21T04:35:34.831Z | Compiling openapiv3 v2.0.0 |
848 | 2024-12-21T04:35:36.853Z | Compiling sync_wrapper v1.0.1 |
849 | 2024-12-21T04:35:36.997Z | Compiling dirs-sys-next v0.1.2 |
850 | 2024-12-21T04:35:38.464Z | Compiling rustls v0.22.4 |
851 | 2024-12-21T04:35:38.770Z | Compiling newtype-uuid v1.1.3 |
852 | 2024-12-21T04:35:39.080Z | Compiling unsafe-libyaml v0.2.11 |
853 | 2024-12-21T04:35:39.098Z | Compiling paste v1.0.15 |
854 | 2024-12-21T04:35:39.577Z | Compiling rustversion v1.0.17 |
855 | 2024-12-21T04:35:40.128Z | Compiling pretty-hex v0.4.1 |
856 | 2024-12-21T04:35:40.254Z | Compiling ipnet v2.10.1 |
857 | 2024-12-21T04:35:40.362Z | Compiling serde_yaml v0.9.34+deprecated |
858 | 2024-12-21T04:35:40.808Z | Compiling reqwest v0.12.9 |
859 | 2024-12-21T04:35:43.556Z | Compiling progenitor-impl v0.8.0 |
860 | 2024-12-21T04:35:44.247Z | Compiling dirs-next v2.0.0 |
861 | 2024-12-21T04:35:44.499Z | Compiling darling_macro v0.20.10 |
862 | 2024-12-21T04:35:49.852Z | Compiling block-buffer v0.10.4 |
863 | 2024-12-21T04:35:50.072Z | Compiling crypto-common v0.1.6 |
864 | 2024-12-21T04:35:50.265Z | Compiling ipnetwork v0.20.0 |
865 | 2024-12-21T04:35:50.273Z | Compiling toml_datetime v0.6.8 |
866 | 2024-12-21T04:35:50.289Z | Compiling serde_spanned v0.6.8 |
867 | 2024-12-21T04:35:50.512Z | Compiling ppv-lite86 v0.2.20 |
868 | 2024-12-21T04:35:50.953Z | Compiling structmeta-derive v0.3.0 |
869 | 2024-12-21T04:35:51.279Z | Compiling rand_core v0.6.4 |
870 | 2024-12-21T04:35:51.540Z | Compiling thread_local v1.1.8 |
871 | 2024-12-21T04:35:51.757Z | Compiling multer v3.1.0 |
872 | 2024-12-21T04:35:52.033Z | Compiling slog-async v2.8.0 |
873 | 2024-12-21T04:35:52.078Z | Compiling winnow v0.6.20 |
874 | 2024-12-21T04:35:52.264Z | Compiling match_cfg v0.1.0 |
875 | 2024-12-21T04:35:52.346Z | Compiling camino v1.1.9 |
876 | 2024-12-21T04:35:52.516Z | Compiling either v1.13.0 |
877 | 2024-12-21T04:35:52.922Z | Compiling anyhow v1.0.93 |
878 | 2024-12-21T04:35:52.946Z | Compiling itertools v0.10.5 |
879 | 2024-12-21T04:35:53.051Z | Compiling hostname v0.3.1 |
880 | 2024-12-21T04:35:53.348Z | Compiling rand_chacha v0.3.1 |
881 | 2024-12-21T04:35:53.656Z | Compiling structmeta v0.3.0 |
882 | 2024-12-21T04:35:54.035Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
883 | 2024-12-21T04:35:55.052Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
884 | 2024-12-21T04:35:55.215Z | Compiling progenitor-macro v0.8.0 |
885 | 2024-12-21T04:35:55.346Z | Compiling digest v0.10.7 |
886 | 2024-12-21T04:35:55.744Z | Compiling crossbeam-channel v0.5.13 |
887 | 2024-12-21T04:35:56.230Z | Compiling toml_edit v0.22.22 |
888 | 2024-12-21T04:35:56.488Z | Compiling darling v0.20.10 |
889 | 2024-12-21T04:35:57.327Z | Compiling term v0.7.0 |
890 | 2024-12-21T04:36:04.624Z | Compiling progenitor-client v0.8.0 |
891 | 2024-12-21T04:36:05.063Z | Compiling usdt-macro v0.5.0 |
892 | 2024-12-21T04:36:05.541Z | Compiling usdt-attr-macro v0.5.0 |
893 | 2024-12-21T04:36:06.399Z | Compiling slog-json v2.6.1 |
894 | 2024-12-21T04:36:06.863Z | Compiling futures-executor v0.3.31 |
895 | 2024-12-21T04:36:06.980Z | Compiling async-stream-impl v0.3.6 |
896 | 2024-12-21T04:36:08.060Z | Compiling memmap v0.7.0 |
897 | 2024-12-21T04:36:08.241Z | Compiling is-terminal v0.4.13 |
898 | 2024-12-21T04:36:08.360Z | Compiling dropshot v0.13.0 |
899 | 2024-12-21T04:36:08.389Z | Compiling take_mut v0.2.2 |
900 | 2024-12-21T04:36:08.490Z | Compiling cpufeatures v0.2.14 |
901 | 2024-12-21T04:36:08.575Z | Compiling sha1 v0.10.6 |
902 | 2024-12-21T04:36:08.742Z | Compiling async-stream v0.3.6 |
903 | 2024-12-21T04:36:09.039Z | Compiling slog-term v2.9.1 |
904 | 2024-12-21T04:36:09.361Z | Compiling progenitor v0.8.0 |
905 | 2024-12-21T04:36:09.570Z | Compiling usdt v0.5.0 |
906 | 2024-12-21T04:36:11.145Z | Compiling futures v0.3.31 |
907 | 2024-12-21T04:36:11.342Z | Compiling slog-bunyan v2.5.0 |
908 | 2024-12-21T04:36:11.614Z | Compiling tokio-rustls v0.25.0 |
909 | 2024-12-21T04:36:11.923Z | Compiling strum_macros v0.26.4 |
910 | 2024-12-21T04:36:11.997Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
911 | 2024-12-21T04:36:12.021Z | Compiling toml v0.8.19 |
912 | 2024-12-21T04:36:13.701Z | Compiling serde_with_macros v3.11.0 |
913 | 2024-12-21T04:36:16.459Z | Compiling parse-display-derive v0.10.0 |
914 | 2024-12-21T04:36:18.164Z | Compiling rand v0.8.5 |
915 | 2024-12-21T04:36:20.087Z | Compiling dropshot_endpoint v0.13.0 |
916 | 2024-12-21T04:36:20.421Z | Compiling hex v0.4.3 |
917 | 2024-12-21T04:36:20.782Z | Compiling serde_path_to_error v0.1.16 |
918 | 2024-12-21T04:36:21.125Z | Compiling async-trait v0.1.83 |
919 | 2024-12-21T04:36:21.821Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
920 | 2024-12-21T04:36:21.940Z | Compiling waitgroup v0.1.2 |
921 | 2024-12-21T04:36:22.166Z | Compiling hostname v0.4.0 |
922 | 2024-12-21T04:36:22.399Z | Compiling instant v0.1.13 |
923 | 2024-12-21T04:36:22.550Z | Compiling debug-ignore v1.0.5 |
924 | 2024-12-21T04:36:22.630Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
925 | 2024-12-21T04:36:22.679Z | Compiling backoff v0.4.0 |
926 | 2024-12-21T04:36:22.821Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
927 | 2024-12-21T04:36:22.988Z | Compiling parse-display v0.10.0 |
928 | 2024-12-21T04:36:23.113Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
929 | 2024-12-21T04:36:23.520Z | Compiling strum v0.26.3 |
930 | 2024-12-21T04:36:23.697Z | Compiling serde_with v3.11.0 |
931 | 2024-12-21T04:36:24.858Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
932 | 2024-12-21T04:36:25.171Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
933 | 2024-12-21T04:36:25.552Z | Compiling regress v0.9.1 |
934 | 2024-12-21T04:36:25.968Z | Compiling macaddr v1.0.1 |
935 | 2024-12-21T04:36:30.914Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
936 | 2024-12-21T04:36:42.535Z | Compiling test-project v0.1.0 (/tmp/test-project) |
937 | 2024-12-21T04:36:52.462Z | Finished `release` profile [optimized] target(s) in 2m 36s |
938 | 2024-12-21T04:36:52.528Z | process exited: duration 237429 ms, exit code 0 |
|
939 | 2024-12-21T04:36:52.534Z | found 0 output files |