|
|
|
1 | 2025-01-10T21:10:37.830Z | job assigned to worker 01JH90TDF22ENEVR54D65024F9 [factory aws, i-0674d4a2ca7c15ae4] (queued for 1 m 0 s) |
|
2 | 2025-01-10T21:10:45.707Z | starting task 0: "setup" |
3 | 2025-01-10T21:10:45.715Z | ++ uname -s |
4 | 2025-01-10T21:10:45.718Z | + kern=SunOS |
5 | 2025-01-10T21:10:45.718Z | + case "$kern" in |
6 | 2025-01-10T21:10:45.718Z | + groupadd -g 12345 build |
7 | 2025-01-10T21:10:45.720Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-10T21:10:47.727Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-10T21:10:47.827Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-10T21:10:47.829Z | + home_fs=zfs |
11 | 2025-01-10T21:10:47.829Z | + [[ zfs == autofs ]] |
12 | 2025-01-10T21:10:47.829Z | + mkdir -p /home/build |
13 | 2025-01-10T21:10:47.832Z | + chown build:build /home/build /work |
14 | 2025-01-10T21:10:49.833Z | + chmod 0700 /home/build /work |
15 | 2025-01-10T21:10:49.835Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2025-01-10T21:10:49.841Z | starting task 1: "rust-toolchain" |
17 | 2025-01-10T21:10:49.847Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-10T21:10:49.847Z | ' 1.81.0 |
19 | 2025-01-10T21:10:49.847Z | * toolchain channel = "1.81.0" |
20 | 2025-01-10T21:10:49.847Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-10T21:10:49.847Z | ' default |
22 | 2025-01-10T21:10:49.847Z | * toolchain profile = "default" |
23 | 2025-01-10T21:10:49.850Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-10T21:10:49.850Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-10T21:10:49.969Z | info: downloading installer |
26 | 2025-01-10T21:10:51.308Z | info: profile set to 'default' |
27 | 2025-01-10T21:10:51.308Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-10T21:10:51.312Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-10T21:10:51.466Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-10T21:10:51.466Z | info: downloading component 'cargo' |
31 | 2025-01-10T21:10:52.294Z | info: downloading component 'clippy' |
32 | 2025-01-10T21:10:52.599Z | info: downloading component 'rust-docs' |
33 | 2025-01-10T21:10:53.768Z | info: downloading component 'rust-std' |
34 | 2025-01-10T21:10:55.552Z | info: downloading component 'rustc' |
35 | 2025-01-10T21:11:01.955Z | info: downloading component 'rustfmt' |
36 | 2025-01-10T21:11:02.198Z | info: installing component 'cargo' |
37 | 2025-01-10T21:11:02.991Z | info: installing component 'clippy' |
38 | 2025-01-10T21:11:03.357Z | info: installing component 'rust-docs' |
39 | 2025-01-10T21:11:04.978Z | info: installing component 'rust-std' |
40 | 2025-01-10T21:11:06.709Z | info: installing component 'rustc' |
41 | 2025-01-10T21:11:12.352Z | info: installing component 'rustfmt' |
42 | 2025-01-10T21:11:12.673Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-10T21:11:12.673Z | |
44 | 2025-01-10T21:11:13.039Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-10T21:11:13.040Z | |
46 | 2025-01-10T21:11:13.043Z | |
47 | 2025-01-10T21:11:13.043Z | Rust is installed now. Great! |
48 | 2025-01-10T21:11:13.043Z | |
49 | 2025-01-10T21:11:13.043Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-10T21:11:13.043Z | environment variable. This has not been done automatically. |
51 | 2025-01-10T21:11:13.043Z | |
52 | 2025-01-10T21:11:13.043Z | To configure your current shell, you need to source |
53 | 2025-01-10T21:11:13.043Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-10T21:11:13.043Z | |
55 | 2025-01-10T21:11:13.043Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-10T21:11:13.043Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-10T21:11:13.043Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-10T21:11:13.111Z | + rustc --version |
59 | 2025-01-10T21:11:13.177Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-10T21:11:13.181Z | process exited: duration 23348 ms, exit code 0 |
|
61 | 2025-01-10T21:11:13.187Z | starting task 2: "authentication" |
62 | 2025-01-10T21:11:13.207Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2025-01-10T21:11:13.213Z | starting task 3: "clone repository" |
64 | 2025-01-10T21:11:13.218Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-10T21:11:13.222Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-10T21:11:13.264Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-10T21:11:20.711Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-10T21:11:20.720Z | + git fetch origin 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
69 | 2025-01-10T21:11:21.015Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-10T21:11:21.015Z | * branch 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 -> FETCH_HEAD |
71 | 2025-01-10T21:11:21.025Z | + [[ -n add-precondition-to-configuration-updates ]] |
72 | 2025-01-10T21:11:21.028Z | ++ git branch --show-current |
73 | 2025-01-10T21:11:21.030Z | + current=main |
74 | 2025-01-10T21:11:21.030Z | + [[ main != add-precondition-to-configuration-updates ]] |
75 | 2025-01-10T21:11:21.030Z | + git branch -f add-precondition-to-configuration-updates 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
76 | 2025-01-10T21:11:21.034Z | + git checkout -f add-precondition-to-configuration-updates |
77 | 2025-01-10T21:11:21.207Z | Switched to branch 'add-precondition-to-configuration-updates' |
78 | 2025-01-10T21:11:21.210Z | + git reset --hard 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
79 | 2025-01-10T21:11:21.234Z | HEAD is now at 7c02d9e05 Merge branch 'main' into add-precondition-to-configuration-updates |
80 | 2025-01-10T21:11:21.236Z | process exited: duration 8024 ms, exit code 0 |
|
81 | 2025-01-10T21:11:21.242Z | starting task 4: "build" |
82 | 2025-01-10T21:11:21.247Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-10T21:11:21.247Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-10T21:11:21.250Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-10T21:11:21.250Z | + cargo --version |
86 | 2025-01-10T21:11:21.306Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-10T21:11:21.308Z | + rustc --version |
88 | 2025-01-10T21:11:21.369Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-10T21:11:21.371Z | + cd /tmp |
90 | 2025-01-10T21:11:21.371Z | + cargo new --lib test-project |
91 | 2025-01-10T21:11:21.430Z | Creating library `test-project` package |
92 | 2025-01-10T21:11:21.505Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-10T21:11:21.507Z | + cd test-project |
94 | 2025-01-10T21:11:21.507Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-10T21:11:21.566Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-10T21:11:21.566Z | Features: |
97 | 2025-01-10T21:11:21.566Z | - proptest |
98 | 2025-01-10T21:11:21.566Z | - test-strategy |
99 | 2025-01-10T21:11:21.566Z | - testing |
100 | 2025-01-10T21:11:21.569Z | Updating crates.io index |
101 | 2025-01-10T21:11:21.652Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-10T21:11:22.118Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-10T21:11:22.610Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-10T21:11:23.021Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-10T21:11:23.498Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-10T21:11:24.873Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-10T21:11:24.876Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-10T21:11:24.876Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-10T21:11:24.876Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-10T21:11:24.878Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-10T21:11:24.879Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-10T21:11:24.879Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-10T21:11:24.879Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-10T21:11:24.879Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-10T21:11:24.879Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-10T21:11:24.879Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-10T21:11:24.881Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-10T21:11:24.881Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-10T21:11:24.881Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-10T21:11:24.881Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
121 | 2025-01-10T21:11:24.884Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-10T21:11:24.884Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-10T21:11:24.884Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-10T21:11:24.884Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-10T21:11:24.884Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-10T21:11:24.886Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-10T21:11:24.891Z | Adding rustls v0.22.4 (latest: v0.23.21) |
128 | 2025-01-10T21:11:24.894Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-10T21:11:24.896Z | Adding syn v1.0.109 (latest: v2.0.96) |
130 | 2025-01-10T21:11:24.899Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-10T21:11:24.899Z | Adding thiserror v1.0.69 (latest: v2.0.11) |
132 | 2025-01-10T21:11:24.899Z | Adding thiserror-impl v1.0.69 (latest: v2.0.11) |
133 | 2025-01-10T21:11:24.899Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-10T21:11:24.899Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-10T21:11:24.899Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-10T21:11:24.903Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-10T21:11:24.903Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-10T21:11:24.903Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-10T21:11:24.903Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.0+wasi-0.2.3) |
140 | 2025-01-10T21:11:24.903Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-10T21:11:24.903Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-10T21:11:24.903Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-10T21:11:24.903Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-10T21:11:24.903Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-10T21:11:24.903Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-10T21:11:24.903Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-10T21:11:24.903Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-10T21:11:24.903Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-10T21:11:24.906Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-10T21:11:24.906Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-10T21:11:24.906Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-10T21:11:24.906Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-10T21:11:24.906Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-10T21:11:24.906Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-10T21:11:24.906Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-10T21:11:24.906Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-10T21:11:24.906Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-10T21:11:24.906Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-10T21:11:24.906Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-10T21:11:24.983Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-10T21:11:24.985Z | + cargo check |
162 | 2025-01-10T21:11:25.155Z | Updating crates.io index |
163 | 2025-01-10T21:11:26.009Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-10T21:11:29.438Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-10T21:11:31.554Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-10T21:11:32.340Z | Downloading crates ... |
167 | 2025-01-10T21:11:32.445Z | Downloaded async-stream-impl v0.3.6 |
168 | 2025-01-10T21:11:32.448Z | Downloaded atomic-waker v1.1.2 |
169 | 2025-01-10T21:11:32.450Z | Downloaded async-trait v0.1.83 |
170 | 2025-01-10T21:11:32.453Z | Downloaded anyhow v1.0.93 |
171 | 2025-01-10T21:11:32.458Z | Downloaded foreign-types-shared v0.1.1 |
172 | 2025-01-10T21:11:32.460Z | Downloaded ahash v0.8.11 |
173 | 2025-01-10T21:11:32.462Z | Downloaded match_cfg v0.1.0 |
174 | 2025-01-10T21:11:32.466Z | Downloaded darling_macro v0.20.10 |
175 | 2025-01-10T21:11:32.468Z | Downloaded foreign-types v0.3.2 |
176 | 2025-01-10T21:11:32.472Z | Downloaded time-core v0.1.2 |
177 | 2025-01-10T21:11:32.475Z | Downloaded tinyvec_macros v0.1.1 |
178 | 2025-01-10T21:11:32.483Z | Downloaded icu_provider_macros v1.5.0 |
179 | 2025-01-10T21:11:32.485Z | Downloaded dtrace-parser v0.2.0 |
180 | 2025-01-10T21:11:32.485Z | Downloaded autocfg v1.4.0 |
181 | 2025-01-10T21:11:32.488Z | Downloaded async-stream v0.3.6 |
182 | 2025-01-10T21:11:32.490Z | Downloaded take_mut v0.2.2 |
183 | 2025-01-10T21:11:32.492Z | Downloaded try-lock v0.2.5 |
184 | 2025-01-10T21:11:32.495Z | Downloaded usdt-macro v0.5.0 |
185 | 2025-01-10T21:11:32.497Z | Downloaded equivalent v1.0.1 |
186 | 2025-01-10T21:11:32.500Z | Downloaded num-conv v0.1.0 |
187 | 2025-01-10T21:11:32.500Z | Downloaded zerofrom v0.1.4 |
188 | 2025-01-10T21:11:32.500Z | Downloaded instant v0.1.13 |
189 | 2025-01-10T21:11:32.503Z | Downloaded yoke-derive v0.7.4 |
190 | 2025-01-10T21:11:32.503Z | Downloaded tower-service v0.3.3 |
191 | 2025-01-10T21:11:32.505Z | Downloaded write16 v1.0.0 |
192 | 2025-01-10T21:11:32.508Z | Downloaded omicron-workspace-hack v0.1.0 |
193 | 2025-01-10T21:11:32.511Z | Downloaded httpdate v1.0.3 |
194 | 2025-01-10T21:11:32.511Z | Downloaded openssl-macros v0.1.1 |
195 | 2025-01-10T21:11:32.513Z | Downloaded want v0.3.1 |
196 | 2025-01-10T21:11:32.513Z | Downloaded either v1.13.0 |
197 | 2025-01-10T21:11:32.516Z | Downloaded progenitor-client v0.8.0 |
198 | 2025-01-10T21:11:32.516Z | Downloaded heck v0.5.0 |
199 | 2025-01-10T21:11:32.518Z | Downloaded waitgroup v0.1.2 |
200 | 2025-01-10T21:11:32.518Z | Downloaded usdt v0.5.0 |
201 | 2025-01-10T21:11:32.521Z | Downloaded tokio-rustls v0.26.0 |
202 | 2025-01-10T21:11:32.521Z | Downloaded thiserror-impl v1.0.69 |
203 | 2025-01-10T21:11:32.524Z | Downloaded time-macros v0.2.18 |
204 | 2025-01-10T21:11:32.526Z | Downloaded futures-macro v0.3.31 |
205 | 2025-01-10T21:11:32.526Z | Downloaded tokio-native-tls v0.3.1 |
206 | 2025-01-10T21:11:32.528Z | Downloaded usdt-attr-macro v0.5.0 |
207 | 2025-01-10T21:11:32.530Z | Downloaded toml_datetime v0.6.8 |
208 | 2025-01-10T21:11:32.531Z | Downloaded itoa v1.0.11 |
209 | 2025-01-10T21:11:32.533Z | Downloaded is-terminal v0.4.13 |
210 | 2025-01-10T21:11:32.533Z | Downloaded ident_case v1.0.1 |
211 | 2025-01-10T21:11:32.536Z | Downloaded http-body-util v0.1.2 |
212 | 2025-01-10T21:11:32.536Z | Downloaded num_threads v0.1.7 |
213 | 2025-01-10T21:11:32.539Z | Downloaded pretty-hex v0.4.1 |
214 | 2025-01-10T21:11:32.539Z | Downloaded openssl-probe v0.1.5 |
215 | 2025-01-10T21:11:32.539Z | Downloaded dyn-clone v1.0.17 |
216 | 2025-01-10T21:11:32.542Z | Downloaded crypto-common v0.1.6 |
217 | 2025-01-10T21:11:32.542Z | Downloaded hostname v0.3.1 |
218 | 2025-01-10T21:11:32.544Z | Downloaded cpufeatures v0.2.14 |
219 | 2025-01-10T21:11:32.544Z | Downloaded ipnetwork v0.20.0 |
220 | 2025-01-10T21:11:32.546Z | Downloaded percent-encoding v2.3.1 |
221 | 2025-01-10T21:11:32.546Z | Downloaded typify-macro v0.2.0 |
222 | 2025-01-10T21:11:32.549Z | Downloaded tokio-macros v2.4.0 |
223 | 2025-01-10T21:11:32.549Z | Downloaded parse-display v0.10.0 |
224 | 2025-01-10T21:11:32.553Z | Downloaded http-body v1.0.1 |
225 | 2025-01-10T21:11:32.553Z | Downloaded hostname v0.4.0 |
226 | 2025-01-10T21:11:32.555Z | Downloaded pin-utils v0.1.0 |
227 | 2025-01-10T21:11:32.556Z | Downloaded macaddr v1.0.1 |
228 | 2025-01-10T21:11:32.556Z | Downloaded ppv-lite86 v0.2.20 |
229 | 2025-01-10T21:11:32.558Z | Downloaded dof v0.3.0 |
230 | 2025-01-10T21:11:32.558Z | Downloaded block-buffer v0.10.4 |
231 | 2025-01-10T21:11:32.561Z | Downloaded thread-id v4.2.2 |
232 | 2025-01-10T21:11:32.561Z | Downloaded thiserror v1.0.69 |
233 | 2025-01-10T21:11:32.564Z | Downloaded parse-display-derive v0.10.0 |
234 | 2025-01-10T21:11:32.566Z | Downloaded writeable v0.5.5 |
235 | 2025-01-10T21:11:32.569Z | Downloaded darling v0.20.10 |
236 | 2025-01-10T21:11:32.572Z | Downloaded memmap v0.7.0 |
237 | 2025-01-10T21:11:32.574Z | Downloaded untrusted v0.9.0 |
238 | 2025-01-10T21:11:32.575Z | Downloaded idna_adapter v1.2.0 |
239 | 2025-01-10T21:11:32.577Z | Downloaded dirs-sys-next v0.1.2 |
240 | 2025-01-10T21:11:32.577Z | Downloaded hex v0.4.3 |
241 | 2025-01-10T21:11:32.580Z | Downloaded tinyvec v1.8.0 |
242 | 2025-01-10T21:11:32.582Z | Downloaded newtype-uuid v1.1.3 |
243 | 2025-01-10T21:11:32.582Z | Downloaded term v0.7.0 |
244 | 2025-01-10T21:11:32.585Z | Downloaded deranged v0.3.11 |
245 | 2025-01-10T21:11:32.588Z | Downloaded camino v1.1.9 |
246 | 2025-01-10T21:11:32.590Z | Downloaded displaydoc v0.2.5 |
247 | 2025-01-10T21:11:32.593Z | Downloaded plain v0.2.3 |
248 | 2025-01-10T21:11:32.593Z | Downloaded zerofrom-derive v0.1.4 |
249 | 2025-01-10T21:11:32.595Z | Downloaded utf8_iter v1.0.4 |
250 | 2025-01-10T21:11:32.595Z | Downloaded toml v0.8.19 |
251 | 2025-01-10T21:11:32.598Z | Downloaded powerfmt v0.2.0 |
252 | 2025-01-10T21:11:32.600Z | Downloaded sync_wrapper v1.0.1 |
253 | 2025-01-10T21:11:32.600Z | Downloaded usdt-impl v0.5.0 |
254 | 2025-01-10T21:11:32.603Z | Downloaded hyper-rustls v0.27.3 |
255 | 2025-01-10T21:11:32.605Z | Downloaded strum v0.26.3 |
256 | 2025-01-10T21:11:32.605Z | Downloaded paste v1.0.15 |
257 | 2025-01-10T21:11:32.608Z | Downloaded scroll_derive v0.12.0 |
258 | 2025-01-10T21:11:32.610Z | Downloaded quinn-udp v0.5.5 |
259 | 2025-01-10T21:11:32.610Z | Downloaded zerovec-derive v0.10.3 |
260 | 2025-01-10T21:11:32.613Z | Downloaded httparse v1.9.5 |
261 | 2025-01-10T21:11:32.616Z | Downloaded slog-json v2.6.1 |
262 | 2025-01-10T21:11:32.616Z | Downloaded pest_generator v2.7.14 |
263 | 2025-01-10T21:11:32.618Z | Downloaded native-tls v0.2.12 |
264 | 2025-01-10T21:11:32.621Z | Downloaded pin-project-lite v0.2.14 |
265 | 2025-01-10T21:11:32.623Z | Downloaded pkg-config v0.3.31 |
266 | 2025-01-10T21:11:32.626Z | Downloaded progenitor v0.8.0 |
267 | 2025-01-10T21:11:32.626Z | Downloaded pest_derive v2.7.14 |
268 | 2025-01-10T21:11:32.628Z | Downloaded parking_lot_core v0.9.10 |
269 | 2025-01-10T21:11:32.631Z | Downloaded typify v0.2.0 |
270 | 2025-01-10T21:11:32.634Z | Downloaded backoff v0.4.0 |
271 | 2025-01-10T21:11:32.636Z | Downloaded futures-channel v0.3.31 |
272 | 2025-01-10T21:11:32.638Z | Downloaded lock_api v0.4.12 |
273 | 2025-01-10T21:11:32.638Z | Downloaded iana-time-zone v0.1.61 |
274 | 2025-01-10T21:11:32.641Z | Downloaded synstructure v0.13.1 |
275 | 2025-01-10T21:11:32.643Z | Downloaded shlex v1.3.0 |
276 | 2025-01-10T21:11:32.643Z | Downloaded stable_deref_trait v1.2.0 |
277 | 2025-01-10T21:11:32.646Z | Downloaded dirs-next v2.0.0 |
278 | 2025-01-10T21:11:32.646Z | Downloaded litemap v0.7.3 |
279 | 2025-01-10T21:11:32.650Z | Downloaded dropshot_endpoint v0.13.0 |
280 | 2025-01-10T21:11:32.655Z | Downloaded icu_locid_transform v1.5.0 |
281 | 2025-01-10T21:11:32.655Z | Downloaded once_cell v1.20.2 |
282 | 2025-01-10T21:11:32.658Z | Downloaded mime v0.3.17 |
283 | 2025-01-10T21:11:32.658Z | Downloaded bitflags v2.6.0 |
284 | 2025-01-10T21:11:32.660Z | Downloaded slog-async v2.8.0 |
285 | 2025-01-10T21:11:32.662Z | Downloaded zerocopy-derive v0.7.35 |
286 | 2025-01-10T21:11:32.665Z | Downloaded icu_locid v1.5.0 |
287 | 2025-01-10T21:11:32.669Z | Downloaded rand_chacha v0.3.1 |
288 | 2025-01-10T21:11:32.672Z | Downloaded scopeguard v1.2.0 |
289 | 2025-01-10T21:11:32.672Z | Downloaded subtle v2.6.1 |
290 | 2025-01-10T21:11:32.674Z | Downloaded structmeta-derive v0.3.0 |
291 | 2025-01-10T21:11:32.674Z | Downloaded sha1 v0.10.6 |
292 | 2025-01-10T21:11:32.677Z | Downloaded serde_path_to_error v0.1.16 |
293 | 2025-01-10T21:11:32.679Z | Downloaded pest_meta v2.7.14 |
294 | 2025-01-10T21:11:32.679Z | Downloaded num-traits v0.2.19 |
295 | 2025-01-10T21:11:32.682Z | Downloaded ucd-trie v0.1.7 |
296 | 2025-01-10T21:11:32.684Z | Downloaded typenum v1.17.0 |
297 | 2025-01-10T21:11:32.686Z | Downloaded slab v0.4.9 |
298 | 2025-01-10T21:11:32.689Z | Downloaded structmeta v0.3.0 |
299 | 2025-01-10T21:11:32.689Z | Downloaded serde_spanned v0.6.8 |
300 | 2025-01-10T21:11:32.689Z | Downloaded serde_tokenstream v0.2.2 |
301 | 2025-01-10T21:11:32.692Z | Downloaded semver v1.0.23 |
302 | 2025-01-10T21:11:32.694Z | Downloaded serde_urlencoded v0.7.1 |
303 | 2025-01-10T21:11:32.694Z | Downloaded rustc-hash v2.0.0 |
304 | 2025-01-10T21:11:32.697Z | Downloaded slog-bunyan v2.5.0 |
305 | 2025-01-10T21:11:32.697Z | Downloaded proc-macro2 v1.0.89 |
306 | 2025-01-10T21:11:32.699Z | Downloaded rustversion v1.0.17 |
307 | 2025-01-10T21:11:32.702Z | Downloaded strum_macros v0.26.4 |
308 | 2025-01-10T21:11:32.704Z | Downloaded quote v1.0.37 |
309 | 2025-01-10T21:11:32.706Z | Downloaded progenitor-impl v0.8.0 |
310 | 2025-01-10T21:11:32.709Z | Downloaded uuid v1.11.0 |
311 | 2025-01-10T21:11:32.711Z | Downloaded log v0.4.22 |
312 | 2025-01-10T21:11:32.713Z | Downloaded unsafe-libyaml v0.2.11 |
313 | 2025-01-10T21:11:32.715Z | Downloaded darling_core v0.20.10 |
314 | 2025-01-10T21:11:32.720Z | Downloaded quinn v0.11.5 |
315 | 2025-01-10T21:11:32.723Z | Downloaded indexmap v1.9.3 |
316 | 2025-01-10T21:11:32.726Z | Downloaded smallvec v1.13.2 |
317 | 2025-01-10T21:11:32.728Z | Downloaded futures v0.3.31 |
318 | 2025-01-10T21:11:32.733Z | Downloaded slog-term v2.9.1 |
319 | 2025-01-10T21:11:32.735Z | Downloaded strsim v0.11.1 |
320 | 2025-01-10T21:11:32.738Z | Downloaded sha2 v0.10.8 |
321 | 2025-01-10T21:11:32.740Z | Downloaded signal-hook-registry v1.4.2 |
322 | 2025-01-10T21:11:32.740Z | Downloaded socket2 v0.5.7 |
323 | 2025-01-10T21:11:32.743Z | Downloaded schemars_derive v0.8.21 |
324 | 2025-01-10T21:11:32.743Z | Downloaded tracing-core v0.1.32 |
325 | 2025-01-10T21:11:32.746Z | Downloaded spin v0.9.8 |
326 | 2025-01-10T21:11:32.748Z | Downloaded cc v1.1.30 |
327 | 2025-01-10T21:11:32.751Z | Downloaded serde_derive_internals v0.29.1 |
328 | 2025-01-10T21:11:32.754Z | Downloaded base64 v0.22.1 |
329 | 2025-01-10T21:11:32.756Z | Downloaded slog v2.7.0 |
330 | 2025-01-10T21:11:32.759Z | Downloaded allocator-api2 v0.2.18 |
331 | 2025-01-10T21:11:32.762Z | Downloaded ryu v1.0.18 |
332 | 2025-01-10T21:11:32.764Z | Downloaded tracing v0.1.40 |
333 | 2025-01-10T21:11:32.768Z | Downloaded schemars v0.8.21 |
334 | 2025-01-10T21:11:32.779Z | Downloaded openssl-sys v0.9.103 |
335 | 2025-01-10T21:11:32.786Z | Downloaded serde_derive v1.0.215 |
336 | 2025-01-10T21:11:32.788Z | Downloaded tokio-util v0.7.12 |
337 | 2025-01-10T21:11:32.792Z | Downloaded rand v0.8.5 |
338 | 2025-01-10T21:11:32.796Z | Downloaded http v1.1.0 |
339 | 2025-01-10T21:11:32.799Z | Downloaded time v0.3.36 |
340 | 2025-01-10T21:11:32.806Z | Downloaded serde_yaml v0.9.34+deprecated |
341 | 2025-01-10T21:11:32.809Z | Downloaded serde v1.0.215 |
342 | 2025-01-10T21:11:32.812Z | Downloaded icu_collections v1.5.0 |
343 | 2025-01-10T21:11:32.818Z | Downloaded pest v2.7.14 |
344 | 2025-01-10T21:11:32.822Z | Downloaded zerovec v0.10.4 |
345 | 2025-01-10T21:11:32.828Z | Downloaded hashbrown v0.12.3 |
346 | 2025-01-10T21:11:32.831Z | Downloaded crossbeam-channel v0.5.13 |
347 | 2025-01-10T21:11:32.835Z | Downloaded memchr v2.7.4 |
348 | 2025-01-10T21:11:32.840Z | Downloaded url v2.5.3 |
349 | 2025-01-10T21:11:32.843Z | Downloaded serde_json v1.0.133 |
350 | 2025-01-10T21:11:32.849Z | Downloaded zerocopy v0.7.35 |
351 | 2025-01-10T21:11:32.864Z | Downloaded itertools v0.10.5 |
352 | 2025-01-10T21:11:32.870Z | Downloaded quinn-proto v0.11.8 |
353 | 2025-01-10T21:11:32.876Z | Downloaded winnow v0.6.20 |
354 | 2025-01-10T21:11:32.884Z | Downloaded hyper v1.5.0 |
355 | 2025-01-10T21:11:32.890Z | Downloaded hashbrown v0.14.5 |
356 | 2025-01-10T21:11:32.895Z | Downloaded vcpkg v0.2.15 |
357 | 2025-01-10T21:11:32.930Z | Downloaded h2 v0.4.6 |
358 | 2025-01-10T21:11:32.936Z | Downloaded futures-util v0.3.31 |
359 | 2025-01-10T21:11:32.947Z | Downloaded openssl v0.10.66 |
360 | 2025-01-10T21:11:32.955Z | Downloaded serde_with v3.11.0 |
361 | 2025-01-10T21:11:32.963Z | Downloaded webpki-roots v0.26.6 |
362 | 2025-01-10T21:11:32.966Z | Downloaded goblin v0.8.2 |
363 | 2025-01-10T21:11:32.972Z | Downloaded regress v0.9.1 |
364 | 2025-01-10T21:11:32.980Z | Downloaded regex-syntax v0.8.5 |
365 | 2025-01-10T21:11:32.987Z | Downloaded reqwest v0.12.9 |
366 | 2025-01-10T21:11:32.994Z | Downloaded openapiv3 v2.0.0 |
367 | 2025-01-10T21:11:33.005Z | Downloaded chrono v0.4.38 |
368 | 2025-01-10T21:11:33.011Z | Downloaded icu_properties_data v1.5.0 |
369 | 2025-01-10T21:11:33.021Z | Downloaded rustls-webpki v0.102.8 |
370 | 2025-01-10T21:11:33.037Z | Downloaded aho-corasick v1.1.3 |
371 | 2025-01-10T21:11:33.042Z | Downloaded typify-impl v0.2.0 |
372 | 2025-01-10T21:11:33.056Z | Downloaded regex v1.11.1 |
373 | 2025-01-10T21:11:33.066Z | Downloaded syn v2.0.87 |
374 | 2025-01-10T21:11:33.076Z | Downloaded syn v1.0.109 |
375 | 2025-01-10T21:11:33.085Z | Downloaded dropshot v0.13.0 |
376 | 2025-01-10T21:11:33.103Z | Downloaded regress v0.10.1 |
377 | 2025-01-10T21:11:33.111Z | Downloaded idna v1.0.3 |
378 | 2025-01-10T21:11:33.114Z | Downloaded rustls v0.23.19 |
379 | 2025-01-10T21:11:33.124Z | Downloaded hashbrown v0.15.1 |
380 | 2025-01-10T21:11:33.129Z | Downloaded rustls v0.22.4 |
381 | 2025-01-10T21:11:33.140Z | Downloaded toml_edit v0.22.22 |
382 | 2025-01-10T21:11:33.159Z | Downloaded hyper-util v0.1.10 |
383 | 2025-01-10T21:11:33.162Z | Downloaded mio v1.0.2 |
384 | 2025-01-10T21:11:33.167Z | Downloaded rustls-pki-types v1.10.0 |
385 | 2025-01-10T21:11:33.170Z | Downloaded indexmap v2.6.0 |
386 | 2025-01-10T21:11:33.173Z | Downloaded tokio v1.40.0 |
387 | 2025-01-10T21:11:33.206Z | Downloaded icu_locid_transform_data v1.5.0 |
388 | 2025-01-10T21:11:33.209Z | Downloaded icu_properties v1.5.1 |
389 | 2025-01-10T21:11:33.211Z | Downloaded bytes v1.8.0 |
390 | 2025-01-10T21:11:33.214Z | Downloaded serde_with_macros v3.11.0 |
391 | 2025-01-10T21:11:33.216Z | Downloaded scroll v0.12.0 |
392 | 2025-01-10T21:11:33.218Z | Downloaded rustls-pemfile v2.2.0 |
393 | 2025-01-10T21:11:33.218Z | Downloaded icu_provider v1.5.0 |
394 | 2025-01-10T21:11:33.220Z | Downloaded rand_core v0.6.4 |
395 | 2025-01-10T21:11:33.223Z | Downloaded parking_lot v0.12.3 |
396 | 2025-01-10T21:11:33.226Z | Downloaded unicode-ident v1.0.13 |
397 | 2025-01-10T21:11:33.226Z | Downloaded multer v3.1.0 |
398 | 2025-01-10T21:11:33.228Z | Downloaded icu_normalizer_data v1.5.0 |
399 | 2025-01-10T21:11:33.231Z | Downloaded icu_normalizer v1.5.0 |
400 | 2025-01-10T21:11:33.233Z | Downloaded crossbeam-utils v0.8.20 |
401 | 2025-01-10T21:11:33.236Z | Downloaded ipnet v2.10.1 |
402 | 2025-01-10T21:11:33.238Z | Downloaded zeroize v1.8.1 |
403 | 2025-01-10T21:11:33.238Z | Downloaded yoke v0.7.4 |
404 | 2025-01-10T21:11:33.241Z | Downloaded progenitor-macro v0.8.0 |
405 | 2025-01-10T21:11:33.241Z | Downloaded utf16_iter v1.0.5 |
406 | 2025-01-10T21:11:33.241Z | Downloaded tokio-rustls v0.25.0 |
407 | 2025-01-10T21:11:33.243Z | Downloaded getrandom v0.2.15 |
408 | 2025-01-10T21:11:33.245Z | Downloaded hyper-tls v0.6.0 |
409 | 2025-01-10T21:11:33.245Z | Downloaded version_check v0.9.5 |
410 | 2025-01-10T21:11:33.248Z | Downloaded generic-array v0.14.7 |
411 | 2025-01-10T21:11:33.248Z | Downloaded form_urlencoded v1.2.1 |
412 | 2025-01-10T21:11:33.250Z | Downloaded tinystr v0.7.6 |
413 | 2025-01-10T21:11:33.250Z | Downloaded thread_local v1.1.8 |
414 | 2025-01-10T21:11:33.253Z | Downloaded futures-io v0.3.31 |
415 | 2025-01-10T21:11:33.253Z | Downloaded cfg-if v1.0.0 |
416 | 2025-01-10T21:11:33.253Z | Downloaded digest v0.10.7 |
417 | 2025-01-10T21:11:33.255Z | Downloaded futures-sink v0.3.31 |
418 | 2025-01-10T21:11:33.255Z | Downloaded futures-executor v0.3.31 |
419 | 2025-01-10T21:11:33.258Z | Downloaded fnv v1.0.7 |
420 | 2025-01-10T21:11:33.258Z | Downloaded debug-ignore v1.0.5 |
421 | 2025-01-10T21:11:33.258Z | Downloaded byteorder v1.5.0 |
422 | 2025-01-10T21:11:33.260Z | Downloaded regex-automata v0.4.8 |
423 | 2025-01-10T21:11:33.274Z | Downloaded futures-task v0.3.31 |
424 | 2025-01-10T21:11:33.276Z | Downloaded futures-core v0.3.31 |
425 | 2025-01-10T21:11:33.276Z | Downloaded libc v0.2.162 |
426 | 2025-01-10T21:11:33.371Z | Downloaded encoding_rs v0.8.34 |
427 | 2025-01-10T21:11:33.575Z | Downloaded ring v0.17.8 |
428 | 2025-01-10T21:11:33.909Z | Compiling proc-macro2 v1.0.89 |
429 | 2025-01-10T21:11:33.909Z | Compiling unicode-ident v1.0.13 |
430 | 2025-01-10T21:11:33.909Z | Compiling libc v0.2.162 |
431 | 2025-01-10T21:11:33.909Z | Checking cfg-if v1.0.0 |
432 | 2025-01-10T21:11:33.911Z | Compiling autocfg v1.4.0 |
433 | 2025-01-10T21:11:33.911Z | Compiling serde v1.0.215 |
434 | 2025-01-10T21:11:33.911Z | Compiling version_check v0.9.5 |
435 | 2025-01-10T21:11:33.934Z | Checking memchr v2.7.4 |
436 | 2025-01-10T21:11:34.041Z | Compiling serde_json v1.0.133 |
437 | 2025-01-10T21:11:34.101Z | Checking itoa v1.0.11 |
438 | 2025-01-10T21:11:34.464Z | Compiling thiserror v1.0.69 |
439 | 2025-01-10T21:11:34.612Z | Checking once_cell v1.20.2 |
440 | 2025-01-10T21:11:34.735Z | Compiling shlex v1.3.0 |
441 | 2025-01-10T21:11:34.978Z | Compiling cc v1.1.30 |
442 | 2025-01-10T21:11:35.102Z | Compiling num-traits v0.2.19 |
443 | 2025-01-10T21:11:35.292Z | Checking pin-project-lite v0.2.14 |
444 | 2025-01-10T21:11:35.363Z | Checking ryu v1.0.18 |
445 | 2025-01-10T21:11:35.414Z | Checking smallvec v1.13.2 |
446 | 2025-01-10T21:11:35.460Z | Checking bytes v1.8.0 |
447 | 2025-01-10T21:11:35.492Z | Checking getrandom v0.2.15 |
448 | 2025-01-10T21:11:35.604Z | Checking futures-core v0.3.31 |
449 | 2025-01-10T21:11:35.711Z | Compiling quote v1.0.37 |
450 | 2025-01-10T21:11:35.787Z | Compiling lock_api v0.4.12 |
451 | 2025-01-10T21:11:35.805Z | Compiling byteorder v1.5.0 |
452 | 2025-01-10T21:11:35.916Z | Compiling parking_lot_core v0.9.10 |
453 | 2025-01-10T21:11:36.160Z | Compiling syn v2.0.87 |
454 | 2025-01-10T21:11:36.257Z | Compiling schemars v0.8.21 |
455 | 2025-01-10T21:11:36.353Z | Compiling ahash v0.8.11 |
456 | 2025-01-10T21:11:36.440Z | Checking scopeguard v1.2.0 |
457 | 2025-01-10T21:11:36.480Z | Compiling slab v0.4.9 |
458 | 2025-01-10T21:11:36.637Z | Checking log v0.4.22 |
459 | 2025-01-10T21:11:36.765Z | Checking futures-sink v0.3.31 |
460 | 2025-01-10T21:11:36.786Z | Checking signal-hook-registry v1.4.2 |
461 | 2025-01-10T21:11:36.786Z | Checking mio v1.0.2 |
462 | 2025-01-10T21:11:36.885Z | Checking socket2 v0.5.7 |
463 | 2025-01-10T21:11:36.904Z | Checking stable_deref_trait v1.2.0 |
464 | 2025-01-10T21:11:37.003Z | Checking fnv v1.0.7 |
465 | 2025-01-10T21:11:37.022Z | Checking parking_lot v0.12.3 |
466 | 2025-01-10T21:11:37.024Z | Checking equivalent v1.0.1 |
467 | 2025-01-10T21:11:37.134Z | Checking hashbrown v0.15.1 |
468 | 2025-01-10T21:11:37.154Z | Compiling semver v1.0.23 |
469 | 2025-01-10T21:11:37.209Z | Checking http v1.1.0 |
470 | 2025-01-10T21:11:37.357Z | Checking futures-channel v0.3.31 |
471 | 2025-01-10T21:11:37.359Z | Checking futures-task v0.3.31 |
472 | 2025-01-10T21:11:37.398Z | Checking futures-io v0.3.31 |
473 | 2025-01-10T21:11:37.579Z | Checking pin-utils v0.1.0 |
474 | 2025-01-10T21:11:37.686Z | Compiling heck v0.5.0 |
475 | 2025-01-10T21:11:37.721Z | Compiling vcpkg v0.2.15 |
476 | 2025-01-10T21:11:37.742Z | Checking iana-time-zone v0.1.61 |
477 | 2025-01-10T21:11:37.889Z | Compiling pkg-config v0.3.31 |
478 | 2025-01-10T21:11:38.068Z | Compiling ring v0.17.8 |
479 | 2025-01-10T21:11:38.129Z | Checking spin v0.9.8 |
480 | 2025-01-10T21:11:38.210Z | Checking rustls-pki-types v1.10.0 |
481 | 2025-01-10T21:11:38.356Z | Compiling httparse v1.9.5 |
482 | 2025-01-10T21:11:38.579Z | Checking dyn-clone v1.0.17 |
483 | 2025-01-10T21:11:38.724Z | Compiling ucd-trie v0.1.7 |
484 | 2025-01-10T21:11:38.815Z | Checking litemap v0.7.3 |
485 | 2025-01-10T21:11:39.035Z | Checking writeable v0.5.5 |
486 | 2025-01-10T21:11:39.133Z | Checking untrusted v0.9.0 |
487 | 2025-01-10T21:11:39.223Z | Checking tracing-core v0.1.32 |
488 | 2025-01-10T21:11:39.242Z | Checking atomic-waker v1.1.2 |
489 | 2025-01-10T21:11:39.275Z | Compiling allocator-api2 v0.2.18 |
490 | 2025-01-10T21:11:39.415Z | Compiling openssl-sys v0.9.103 |
491 | 2025-01-10T21:11:39.817Z | Checking http-body v1.0.1 |
492 | 2025-01-10T21:11:39.913Z | Checking tracing v0.1.40 |
493 | 2025-01-10T21:11:40.007Z | Checking subtle v2.6.1 |
494 | 2025-01-10T21:11:40.178Z | Compiling uuid v1.11.0 |
495 | 2025-01-10T21:11:40.220Z | Checking try-lock v0.2.5 |
496 | 2025-01-10T21:11:40.238Z | Checking zeroize v1.8.1 |
497 | 2025-01-10T21:11:40.348Z | Checking icu_locid_transform_data v1.5.0 |
498 | 2025-01-10T21:11:40.392Z | Checking want v0.3.1 |
499 | 2025-01-10T21:11:40.468Z | Checking icu_properties_data v1.5.0 |
500 | 2025-01-10T21:11:40.518Z | Checking httpdate v1.0.3 |
501 | 2025-01-10T21:11:40.703Z | Compiling slog v2.7.0 |
502 | 2025-01-10T21:11:40.736Z | Checking foreign-types-shared v0.1.1 |
503 | 2025-01-10T21:11:40.772Z | Compiling openssl v0.10.66 |
504 | 2025-01-10T21:11:40.837Z | Compiling chrono v0.4.38 |
505 | 2025-01-10T21:11:40.936Z | Checking foreign-types v0.3.2 |
506 | 2025-01-10T21:11:41.015Z | Compiling aho-corasick v1.1.3 |
507 | 2025-01-10T21:11:41.248Z | Checking write16 v1.0.0 |
508 | 2025-01-10T21:11:41.369Z | Checking icu_normalizer_data v1.5.0 |
509 | 2025-01-10T21:11:41.461Z | Compiling rustls v0.23.19 |
510 | 2025-01-10T21:11:41.764Z | Checking percent-encoding v2.3.1 |
511 | 2025-01-10T21:11:41.833Z | Checking utf16_iter v1.0.5 |
512 | 2025-01-10T21:11:41.966Z | Compiling native-tls v0.2.12 |
513 | 2025-01-10T21:11:41.996Z | Compiling typenum v1.17.0 |
514 | 2025-01-10T21:11:42.222Z | Checking tower-service v0.3.3 |
515 | 2025-01-10T21:11:42.304Z | Checking bitflags v2.6.0 |
516 | 2025-01-10T21:11:42.347Z | Compiling regex-syntax v0.8.5 |
517 | 2025-01-10T21:11:42.556Z | Checking utf8_iter v1.0.4 |
518 | 2025-01-10T21:11:42.817Z | Checking form_urlencoded v1.2.1 |
519 | 2025-01-10T21:11:42.999Z | Compiling generic-array v0.14.7 |
520 | 2025-01-10T21:11:43.329Z | Checking openssl-probe v0.1.5 |
521 | 2025-01-10T21:11:44.078Z | Compiling synstructure v0.13.1 |
522 | 2025-01-10T21:11:44.380Z | Compiling serde_derive_internals v0.29.1 |
523 | 2025-01-10T21:11:44.852Z | Checking rustls-webpki v0.102.8 |
524 | 2025-01-10T21:11:45.493Z | Compiling usdt-impl v0.5.0 |
525 | 2025-01-10T21:11:45.599Z | Checking encoding_rs v0.8.34 |
526 | 2025-01-10T21:11:45.858Z | Compiling num-conv v0.1.0 |
527 | 2025-01-10T21:11:45.902Z | Compiling regex-automata v0.4.8 |
528 | 2025-01-10T21:11:46.009Z | Checking mime v0.3.17 |
529 | 2025-01-10T21:11:46.146Z | Compiling time-core v0.1.2 |
530 | 2025-01-10T21:11:46.329Z | Checking powerfmt v0.2.0 |
531 | 2025-01-10T21:11:46.585Z | Checking deranged v0.3.11 |
532 | 2025-01-10T21:11:46.604Z | Compiling time-macros v0.2.18 |
533 | 2025-01-10T21:11:48.126Z | Compiling thread-id v4.2.2 |
534 | 2025-01-10T21:11:48.326Z | Checking rustls-pemfile v2.2.0 |
535 | 2025-01-10T21:11:48.440Z | Checking webpki-roots v0.26.6 |
536 | 2025-01-10T21:11:48.820Z | Compiling strsim v0.11.1 |
537 | 2025-01-10T21:11:49.165Z | Compiling serde_derive v1.0.215 |
538 | 2025-01-10T21:11:49.192Z | Compiling zerocopy-derive v0.7.35 |
539 | 2025-01-10T21:11:49.401Z | Compiling thiserror-impl v1.0.69 |
540 | 2025-01-10T21:11:49.547Z | Compiling schemars_derive v0.8.21 |
541 | 2025-01-10T21:11:49.638Z | Compiling zerofrom-derive v0.1.4 |
542 | 2025-01-10T21:11:49.675Z | Compiling yoke-derive v0.7.4 |
543 | 2025-01-10T21:11:50.491Z | Compiling tokio-macros v2.4.0 |
544 | 2025-01-10T21:11:51.219Z | Compiling zerocopy v0.7.35 |
545 | 2025-01-10T21:11:52.407Z | Checking tokio v1.40.0 |
546 | 2025-01-10T21:11:52.466Z | Compiling zerovec-derive v0.10.3 |
547 | 2025-01-10T21:11:52.545Z | Compiling displaydoc v0.2.5 |
548 | 2025-01-10T21:11:52.785Z | Compiling futures-macro v0.3.31 |
549 | 2025-01-10T21:11:53.213Z | Checking zerofrom v0.1.4 |
550 | 2025-01-10T21:11:53.428Z | Checking yoke v0.7.4 |
551 | 2025-01-10T21:11:53.540Z | Compiling pest v2.7.14 |
552 | 2025-01-10T21:11:53.921Z | Compiling icu_provider_macros v1.5.0 |
553 | 2025-01-10T21:11:53.941Z | Compiling hashbrown v0.14.5 |
554 | 2025-01-10T21:11:54.572Z | Compiling openssl-macros v0.1.1 |
555 | 2025-01-10T21:11:54.706Z | Checking futures-util v0.3.31 |
556 | 2025-01-10T21:11:54.906Z | Checking zerovec v0.10.4 |
557 | 2025-01-10T21:11:55.284Z | Compiling regress v0.10.1 |
558 | 2025-01-10T21:11:56.178Z | Compiling pest_meta v2.7.14 |
559 | 2025-01-10T21:11:56.437Z | Compiling regex v1.11.1 |
560 | 2025-01-10T21:11:57.495Z | Checking tinystr v0.7.6 |
561 | 2025-01-10T21:11:57.898Z | Checking icu_locid v1.5.0 |
562 | 2025-01-10T21:11:58.983Z | Checking icu_provider v1.5.0 |
563 | 2025-01-10T21:11:59.532Z | Checking tokio-util v0.7.12 |
564 | 2025-01-10T21:11:59.704Z | Checking icu_locid_transform v1.5.0 |
565 | 2025-01-10T21:11:59.896Z | Compiling pest_generator v2.7.14 |
566 | 2025-01-10T21:12:00.017Z | Checking icu_collections v1.5.0 |
567 | 2025-01-10T21:12:00.357Z | Checking http-body-util v0.1.2 |
568 | 2025-01-10T21:12:00.451Z | Compiling scroll_derive v0.12.0 |
569 | 2025-01-10T21:12:00.701Z | Checking tokio-rustls v0.26.0 |
570 | 2025-01-10T21:12:00.722Z | Checking icu_properties v1.5.1 |
571 | 2025-01-10T21:12:01.155Z | Checking tokio-native-tls v0.3.1 |
572 | 2025-01-10T21:12:01.401Z | Compiling crossbeam-utils v0.8.20 |
573 | 2025-01-10T21:12:01.644Z | Compiling pest_derive v2.7.14 |
574 | 2025-01-10T21:12:01.870Z | Checking indexmap v2.6.0 |
575 | 2025-01-10T21:12:02.840Z | Compiling serde_tokenstream v0.2.2 |
576 | 2025-01-10T21:12:03.359Z | Checking h2 v0.4.6 |
577 | 2025-01-10T21:12:04.046Z | Checking icu_normalizer v1.5.0 |
578 | 2025-01-10T21:12:04.385Z | Compiling dof v0.3.0 |
579 | 2025-01-10T21:12:04.439Z | Compiling dtrace-parser v0.2.0 |
580 | 2025-01-10T21:12:04.836Z | Checking scroll v0.12.0 |
581 | 2025-01-10T21:12:04.838Z | Checking idna_adapter v1.2.0 |
582 | 2025-01-10T21:12:05.027Z | Checking idna v1.0.3 |
583 | 2025-01-10T21:12:05.072Z | Checking serde_urlencoded v0.7.1 |
584 | 2025-01-10T21:12:05.295Z | Compiling syn v1.0.109 |
585 | 2025-01-10T21:12:05.362Z | Checking num_threads v0.1.7 |
586 | 2025-01-10T21:12:05.481Z | Checking base64 v0.22.1 |
587 | 2025-01-10T21:12:05.501Z | Compiling ident_case v1.0.1 |
588 | 2025-01-10T21:12:05.523Z | Checking plain v0.2.3 |
589 | 2025-01-10T21:12:05.692Z | Checking goblin v0.8.2 |
590 | 2025-01-10T21:12:05.942Z | Compiling darling_core v0.20.10 |
591 | 2025-01-10T21:12:05.962Z | Checking url v2.5.3 |
592 | 2025-01-10T21:12:06.171Z | Checking typify-impl v0.2.0 |
593 | 2025-01-10T21:12:06.856Z | Checking time v0.3.36 |
594 | 2025-01-10T21:12:07.477Z | Checking hyper v1.5.0 |
595 | 2025-01-10T21:12:08.718Z | Compiling openapiv3 v2.0.0 |
596 | 2025-01-10T21:12:09.360Z | Checking sync_wrapper v1.0.1 |
597 | 2025-01-10T21:12:09.502Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-01-10T21:12:09.604Z | Checking hyper-util v0.1.10 |
599 | 2025-01-10T21:12:10.039Z | Compiling rustversion v1.0.17 |
600 | 2025-01-10T21:12:10.716Z | Compiling paste v1.0.15 |
601 | 2025-01-10T21:12:10.918Z | Compiling omicron-workspace-hack v0.1.0 |
602 | 2025-01-10T21:12:11.206Z | Checking ipnet v2.10.1 |
603 | 2025-01-10T21:12:11.225Z | Compiling rustls v0.22.4 |
604 | 2025-01-10T21:12:11.306Z | Checking hyper-rustls v0.27.3 |
605 | 2025-01-10T21:12:11.533Z | Checking hyper-tls v0.6.0 |
606 | 2025-01-10T21:12:11.628Z | Compiling unsafe-libyaml v0.2.11 |
607 | 2025-01-10T21:12:11.664Z | Compiling newtype-uuid v1.1.3 |
608 | 2025-01-10T21:12:11.704Z | Checking pretty-hex v0.4.1 |
609 | 2025-01-10T21:12:11.806Z | Checking reqwest v0.12.9 |
610 | 2025-01-10T21:12:12.102Z | Compiling darling_macro v0.20.10 |
611 | 2025-01-10T21:12:12.511Z | Checking dirs-next v2.0.0 |
612 | 2025-01-10T21:12:12.629Z | Checking ipnetwork v0.20.0 |
613 | 2025-01-10T21:12:12.996Z | Compiling serde_yaml v0.9.34+deprecated |
614 | 2025-01-10T21:12:13.026Z | Checking serde_spanned v0.6.8 |
615 | 2025-01-10T21:12:13.066Z | Checking toml_datetime v0.6.8 |
616 | 2025-01-10T21:12:13.170Z | Checking ppv-lite86 v0.2.20 |
617 | 2025-01-10T21:12:13.218Z | Checking block-buffer v0.10.4 |
618 | 2025-01-10T21:12:13.256Z | Checking crypto-common v0.1.6 |
619 | 2025-01-10T21:12:13.349Z | Compiling structmeta-derive v0.3.0 |
620 | 2025-01-10T21:12:13.405Z | Checking rand_core v0.6.4 |
621 | 2025-01-10T21:12:13.446Z | Checking thread_local v1.1.8 |
622 | 2025-01-10T21:12:13.538Z | Compiling multer v3.1.0 |
623 | 2025-01-10T21:12:13.714Z | Checking match_cfg v0.1.0 |
624 | 2025-01-10T21:12:13.737Z | Compiling slog-async v2.8.0 |
625 | 2025-01-10T21:12:13.800Z | Checking winnow v0.6.20 |
626 | 2025-01-10T21:12:13.869Z | Checking either v1.13.0 |
627 | 2025-01-10T21:12:13.949Z | Compiling anyhow v1.0.93 |
628 | 2025-01-10T21:12:14.217Z | Compiling camino v1.1.9 |
629 | 2025-01-10T21:12:14.246Z | Checking itertools v0.10.5 |
630 | 2025-01-10T21:12:14.899Z | Checking rand_chacha v0.3.1 |
631 | 2025-01-10T21:12:14.986Z | Checking hostname v0.3.1 |
632 | 2025-01-10T21:12:15.261Z | Checking digest v0.10.7 |
633 | 2025-01-10T21:12:15.589Z | Checking progenitor-client v0.8.0 |
634 | 2025-01-10T21:12:15.649Z | Checking crossbeam-channel v0.5.13 |
635 | 2025-01-10T21:12:15.931Z | Compiling darling v0.20.10 |
636 | 2025-01-10T21:12:16.012Z | Compiling structmeta v0.3.0 |
637 | 2025-01-10T21:12:16.052Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
638 | 2025-01-10T21:12:16.390Z | Checking term v0.7.0 |
639 | 2025-01-10T21:12:16.792Z | Compiling usdt-attr-macro v0.5.0 |
640 | 2025-01-10T21:12:16.900Z | Checking toml_edit v0.22.22 |
641 | 2025-01-10T21:12:16.950Z | Compiling usdt-macro v0.5.0 |
642 | 2025-01-10T21:12:17.468Z | Checking slog-json v2.6.1 |
643 | 2025-01-10T21:12:17.667Z | Checking futures-executor v0.3.31 |
644 | 2025-01-10T21:12:17.723Z | Compiling async-stream-impl v0.3.6 |
645 | 2025-01-10T21:12:17.909Z | Checking is-terminal v0.4.13 |
646 | 2025-01-10T21:12:18.032Z | Checking memmap v0.7.0 |
647 | 2025-01-10T21:12:18.225Z | Compiling dropshot v0.13.0 |
648 | 2025-01-10T21:12:18.252Z | Checking take_mut v0.2.2 |
649 | 2025-01-10T21:12:18.274Z | Checking cpufeatures v0.2.14 |
650 | 2025-01-10T21:12:18.331Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
651 | 2025-01-10T21:12:18.364Z | Checking sha1 v0.10.6 |
652 | 2025-01-10T21:12:18.608Z | Checking usdt v0.5.0 |
653 | 2025-01-10T21:12:18.627Z | Checking slog-term v2.9.1 |
654 | 2025-01-10T21:12:18.675Z | Checking futures v0.3.31 |
655 | 2025-01-10T21:12:18.788Z | Checking slog-bunyan v2.5.0 |
656 | 2025-01-10T21:12:18.851Z | Compiling strum_macros v0.26.4 |
657 | 2025-01-10T21:12:18.958Z | Compiling parse-display-derive v0.10.0 |
658 | 2025-01-10T21:12:19.040Z | Checking async-stream v0.3.6 |
659 | 2025-01-10T21:12:19.088Z | Compiling serde_with_macros v3.11.0 |
660 | 2025-01-10T21:12:19.237Z | Checking rand v0.8.5 |
661 | 2025-01-10T21:12:19.461Z | Checking toml v0.8.19 |
662 | 2025-01-10T21:12:19.503Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
663 | 2025-01-10T21:12:20.157Z | Compiling typify-macro v0.2.0 |
664 | 2025-01-10T21:12:20.276Z | Checking tokio-rustls v0.25.0 |
665 | 2025-01-10T21:12:20.589Z | Compiling dropshot_endpoint v0.13.0 |
666 | 2025-01-10T21:12:20.600Z | Checking hex v0.4.3 |
667 | 2025-01-10T21:12:20.631Z | Checking serde_path_to_error v0.1.16 |
668 | 2025-01-10T21:12:21.050Z | Compiling async-trait v0.1.83 |
669 | 2025-01-10T21:12:21.134Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
670 | 2025-01-10T21:12:21.269Z | Checking waitgroup v0.1.2 |
671 | 2025-01-10T21:12:21.412Z | Checking hostname v0.4.0 |
672 | 2025-01-10T21:12:21.554Z | Checking instant v0.1.13 |
673 | 2025-01-10T21:12:21.675Z | Checking debug-ignore v1.0.5 |
674 | 2025-01-10T21:12:21.696Z | Checking serde_with v3.11.0 |
675 | 2025-01-10T21:12:21.827Z | Checking backoff v0.4.0 |
676 | 2025-01-10T21:12:21.908Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
677 | 2025-01-10T21:12:22.058Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
678 | 2025-01-10T21:12:22.106Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
679 | 2025-01-10T21:12:22.202Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
680 | 2025-01-10T21:12:22.668Z | Checking macaddr v1.0.1 |
681 | 2025-01-10T21:12:22.822Z | Checking parse-display v0.10.0 |
682 | 2025-01-10T21:12:22.992Z | Checking regress v0.9.1 |
683 | 2025-01-10T21:12:23.299Z | Checking strum v0.26.3 |
684 | 2025-01-10T21:12:23.743Z | Compiling typify v0.2.0 |
685 | 2025-01-10T21:12:23.841Z | Checking progenitor-impl v0.8.0 |
686 | 2025-01-10T21:12:26.680Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-01-10T21:12:30.869Z | Checking progenitor v0.8.0 |
688 | 2025-01-10T21:12:31.004Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
689 | 2025-01-10T21:12:34.009Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-01-10T21:12:41.737Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-01-10T21:12:41.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
692 | 2025-01-10T21:12:42.127Z | + cargo build --release |
693 | 2025-01-10T21:12:42.384Z | Compiling proc-macro2 v1.0.89 |
694 | 2025-01-10T21:12:42.384Z | Compiling unicode-ident v1.0.13 |
695 | 2025-01-10T21:12:42.384Z | Compiling libc v0.2.162 |
696 | 2025-01-10T21:12:42.387Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-10T21:12:42.387Z | Compiling autocfg v1.4.0 |
698 | 2025-01-10T21:12:42.387Z | Compiling serde v1.0.215 |
699 | 2025-01-10T21:12:42.387Z | Compiling version_check v0.9.5 |
700 | 2025-01-10T21:12:42.387Z | Compiling memchr v2.7.4 |
701 | 2025-01-10T21:12:42.503Z | Compiling serde_json v1.0.133 |
702 | 2025-01-10T21:12:42.578Z | Compiling itoa v1.0.11 |
703 | 2025-01-10T21:12:42.828Z | Compiling thiserror v1.0.69 |
704 | 2025-01-10T21:12:42.990Z | Compiling once_cell v1.20.2 |
705 | 2025-01-10T21:12:43.040Z | Compiling shlex v1.3.0 |
706 | 2025-01-10T21:12:43.279Z | Compiling cc v1.1.30 |
707 | 2025-01-10T21:12:43.360Z | Compiling num-traits v0.2.19 |
708 | 2025-01-10T21:12:43.676Z | Compiling pin-project-lite v0.2.14 |
709 | 2025-01-10T21:12:43.794Z | Compiling getrandom v0.2.15 |
710 | 2025-01-10T21:12:43.878Z | Compiling ryu v1.0.18 |
711 | 2025-01-10T21:12:43.909Z | Compiling smallvec v1.13.2 |
712 | 2025-01-10T21:12:44.108Z | Compiling quote v1.0.37 |
713 | 2025-01-10T21:12:44.131Z | Compiling bytes v1.8.0 |
714 | 2025-01-10T21:12:44.382Z | Compiling futures-core v0.3.31 |
715 | 2025-01-10T21:12:44.424Z | Compiling schemars v0.8.21 |
716 | 2025-01-10T21:12:44.431Z | Compiling lock_api v0.4.12 |
717 | 2025-01-10T21:12:44.616Z | Compiling syn v2.0.87 |
718 | 2025-01-10T21:12:44.738Z | Compiling ahash v0.8.11 |
719 | 2025-01-10T21:12:44.745Z | Compiling byteorder v1.5.0 |
720 | 2025-01-10T21:12:44.774Z | Compiling parking_lot_core v0.9.10 |
721 | 2025-01-10T21:12:45.106Z | Compiling scopeguard v1.2.0 |
722 | 2025-01-10T21:12:45.158Z | Compiling slab v0.4.9 |
723 | 2025-01-10T21:12:45.189Z | Compiling futures-sink v0.3.31 |
724 | 2025-01-10T21:12:45.329Z | Compiling log v0.4.22 |
725 | 2025-01-10T21:12:45.617Z | Compiling socket2 v0.5.7 |
726 | 2025-01-10T21:12:45.640Z | Compiling signal-hook-registry v1.4.2 |
727 | 2025-01-10T21:12:45.735Z | Compiling parking_lot v0.12.3 |
728 | 2025-01-10T21:12:45.784Z | Compiling mio v1.0.2 |
729 | 2025-01-10T21:12:45.959Z | Compiling stable_deref_trait v1.2.0 |
730 | 2025-01-10T21:12:46.022Z | Compiling semver v1.0.23 |
731 | 2025-01-10T21:12:46.266Z | Compiling ring v0.17.8 |
732 | 2025-01-10T21:12:46.370Z | Compiling fnv v1.0.7 |
733 | 2025-01-10T21:12:46.491Z | Compiling hashbrown v0.15.1 |
734 | 2025-01-10T21:12:46.494Z | Compiling equivalent v1.0.1 |
735 | 2025-01-10T21:12:46.597Z | Compiling http v1.1.0 |
736 | 2025-01-10T21:12:47.187Z | Compiling futures-channel v0.3.31 |
737 | 2025-01-10T21:12:47.447Z | Compiling pin-utils v0.1.0 |
738 | 2025-01-10T21:12:47.472Z | Compiling futures-io v0.3.31 |
739 | 2025-01-10T21:12:47.527Z | Compiling futures-task v0.3.31 |
740 | 2025-01-10T21:12:47.803Z | Compiling pkg-config v0.3.31 |
741 | 2025-01-10T21:12:47.810Z | Compiling rustls-pki-types v1.10.0 |
742 | 2025-01-10T21:12:47.879Z | Compiling vcpkg v0.2.15 |
743 | 2025-01-10T21:12:47.974Z | Compiling iana-time-zone v0.1.61 |
744 | 2025-01-10T21:12:48.700Z | Compiling spin v0.9.8 |
745 | 2025-01-10T21:12:48.968Z | Compiling heck v0.5.0 |
746 | 2025-01-10T21:12:49.392Z | Compiling httparse v1.9.5 |
747 | 2025-01-10T21:12:49.508Z | Compiling openssl-sys v0.9.103 |
748 | 2025-01-10T21:12:49.674Z | Compiling untrusted v0.9.0 |
749 | 2025-01-10T21:12:49.682Z | Compiling ucd-trie v0.1.7 |
750 | 2025-01-10T21:12:49.797Z | Compiling dyn-clone v1.0.17 |
751 | 2025-01-10T21:12:49.847Z | Compiling writeable v0.5.5 |
752 | 2025-01-10T21:12:50.009Z | Compiling litemap v0.7.3 |
753 | 2025-01-10T21:12:50.208Z | Compiling tracing-core v0.1.32 |
754 | 2025-01-10T21:12:50.724Z | Compiling allocator-api2 v0.2.18 |
755 | 2025-01-10T21:12:50.762Z | Compiling atomic-waker v1.1.2 |
756 | 2025-01-10T21:12:50.930Z | Compiling tracing v0.1.40 |
757 | 2025-01-10T21:12:51.506Z | Compiling http-body v1.0.1 |
758 | 2025-01-10T21:12:51.612Z | Compiling icu_locid_transform_data v1.5.0 |
759 | 2025-01-10T21:12:51.702Z | Compiling try-lock v0.2.5 |
760 | 2025-01-10T21:12:51.843Z | Compiling chrono v0.4.38 |
761 | 2025-01-10T21:12:51.845Z | Compiling zeroize v1.8.1 |
762 | 2025-01-10T21:12:51.933Z | Compiling subtle v2.6.1 |
763 | 2025-01-10T21:12:52.171Z | Compiling uuid v1.11.0 |
764 | 2025-01-10T21:12:52.300Z | Compiling serde_derive_internals v0.29.1 |
765 | 2025-01-10T21:12:52.383Z | Compiling synstructure v0.13.1 |
766 | 2025-01-10T21:12:52.576Z | Compiling want v0.3.1 |
767 | 2025-01-10T21:12:52.917Z | Compiling httpdate v1.0.3 |
768 | 2025-01-10T21:12:53.662Z | Compiling openssl v0.10.66 |
769 | 2025-01-10T21:12:53.863Z | Compiling icu_properties_data v1.5.0 |
770 | 2025-01-10T21:12:54.091Z | Compiling foreign-types-shared v0.1.1 |
771 | 2025-01-10T21:12:54.117Z | Compiling slog v2.7.0 |
772 | 2025-01-10T21:12:54.188Z | Compiling foreign-types v0.3.2 |
773 | 2025-01-10T21:12:54.552Z | Compiling aho-corasick v1.1.3 |
774 | 2025-01-10T21:12:54.648Z | Compiling native-tls v0.2.12 |
775 | 2025-01-10T21:12:54.828Z | Compiling utf16_iter v1.0.5 |
776 | 2025-01-10T21:12:55.014Z | Compiling typenum v1.17.0 |
777 | 2025-01-10T21:12:55.726Z | Compiling tower-service v0.3.3 |
778 | 2025-01-10T21:12:55.843Z | Compiling regex-syntax v0.8.5 |
779 | 2025-01-10T21:12:55.886Z | Compiling percent-encoding v2.3.1 |
780 | 2025-01-10T21:12:55.968Z | Compiling icu_normalizer_data v1.5.0 |
781 | 2025-01-10T21:12:56.060Z | Compiling rustls v0.23.19 |
782 | 2025-01-10T21:12:56.247Z | Compiling utf8_iter v1.0.4 |
783 | 2025-01-10T21:12:56.321Z | Compiling write16 v1.0.0 |
784 | 2025-01-10T21:12:56.369Z | Compiling bitflags v2.6.0 |
785 | 2025-01-10T21:12:56.440Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-01-10T21:12:56.820Z | Compiling generic-array v0.14.7 |
787 | 2025-01-10T21:12:56.941Z | Compiling openssl-probe v0.1.5 |
788 | 2025-01-10T21:12:57.890Z | Compiling serde_derive v1.0.215 |
789 | 2025-01-10T21:12:58.304Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-01-10T21:12:58.544Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-01-10T21:12:58.950Z | Compiling schemars_derive v0.8.21 |
792 | 2025-01-10T21:12:59.016Z | Compiling zerofrom-derive v0.1.4 |
793 | 2025-01-10T21:13:00.402Z | Compiling zerocopy v0.7.35 |
794 | 2025-01-10T21:13:01.739Z | Compiling yoke-derive v0.7.4 |
795 | 2025-01-10T21:13:01.938Z | Compiling tokio-macros v2.4.0 |
796 | 2025-01-10T21:13:02.057Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-01-10T21:13:02.643Z | Compiling zerofrom v0.1.4 |
798 | 2025-01-10T21:13:02.878Z | Compiling displaydoc v0.2.5 |
799 | 2025-01-10T21:13:03.341Z | Compiling futures-macro v0.3.31 |
800 | 2025-01-10T21:13:03.535Z | Compiling tokio v1.40.0 |
801 | 2025-01-10T21:13:04.474Z | Compiling yoke v0.7.4 |
802 | 2025-01-10T21:13:04.547Z | Compiling pest v2.7.14 |
803 | 2025-01-10T21:13:04.820Z | Compiling zerovec v0.10.4 |
804 | 2025-01-10T21:13:04.910Z | Compiling icu_provider_macros v1.5.0 |
805 | 2025-01-10T21:13:05.037Z | Compiling hashbrown v0.14.5 |
806 | 2025-01-10T21:13:05.229Z | Compiling futures-util v0.3.31 |
807 | 2025-01-10T21:13:06.406Z | Compiling rustls-webpki v0.102.8 |
808 | 2025-01-10T21:13:07.498Z | Compiling tinystr v0.7.6 |
809 | 2025-01-10T21:13:07.838Z | Compiling pest_meta v2.7.14 |
810 | 2025-01-10T21:13:07.957Z | Compiling icu_locid v1.5.0 |
811 | 2025-01-10T21:13:11.220Z | Compiling icu_provider v1.5.0 |
812 | 2025-01-10T21:13:12.172Z | Compiling indexmap v2.6.0 |
813 | 2025-01-10T21:13:13.485Z | Compiling serde_tokenstream v0.2.2 |
814 | 2025-01-10T21:13:14.036Z | Compiling tokio-util v0.7.12 |
815 | 2025-01-10T21:13:15.286Z | Compiling h2 v0.4.6 |
816 | 2025-01-10T21:13:15.543Z | Compiling icu_locid_transform v1.5.0 |
817 | 2025-01-10T21:13:18.057Z | Compiling pest_generator v2.7.14 |
818 | 2025-01-10T21:13:18.327Z | Compiling icu_collections v1.5.0 |
819 | 2025-01-10T21:13:19.868Z | Compiling regress v0.10.1 |
820 | 2025-01-10T21:13:21.046Z | Compiling hyper v1.5.0 |
821 | 2025-01-10T21:13:21.525Z | Compiling pest_derive v2.7.14 |
822 | 2025-01-10T21:13:22.028Z | Compiling icu_properties v1.5.1 |
823 | 2025-01-10T21:13:22.977Z | Compiling openssl-macros v0.1.1 |
824 | 2025-01-10T21:13:23.782Z | Compiling typify-impl v0.2.0 |
825 | 2025-01-10T21:13:24.549Z | Compiling hyper-util v0.1.10 |
826 | 2025-01-10T21:13:28.386Z | Compiling icu_normalizer v1.5.0 |
827 | 2025-01-10T21:13:31.446Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-10T21:13:32.216Z | Compiling idna_adapter v1.2.0 |
829 | 2025-01-10T21:13:33.196Z | Compiling http-body-util v0.1.2 |
830 | 2025-01-10T21:13:33.753Z | Compiling scroll_derive v0.12.0 |
831 | 2025-01-10T21:13:34.151Z | Compiling usdt-impl v0.5.0 |
832 | 2025-01-10T21:13:34.517Z | Compiling encoding_rs v0.8.34 |
833 | 2025-01-10T21:13:35.257Z | Compiling powerfmt v0.2.0 |
834 | 2025-01-10T21:13:35.758Z | Compiling regex v1.11.1 |
835 | 2025-01-10T21:13:35.888Z | Compiling typify-macro v0.2.0 |
836 | 2025-01-10T21:13:39.414Z | Compiling num-conv v0.1.0 |
837 | 2025-01-10T21:13:39.684Z | Compiling mime v0.3.17 |
838 | 2025-01-10T21:13:39.747Z | Compiling time-core v0.1.2 |
839 | 2025-01-10T21:13:39.914Z | Compiling time-macros v0.2.18 |
840 | 2025-01-10T21:13:40.785Z | Compiling tokio-rustls v0.26.0 |
841 | 2025-01-10T21:13:41.276Z | Compiling tokio-native-tls v0.3.1 |
842 | 2025-01-10T21:13:41.560Z | Compiling deranged v0.3.11 |
843 | 2025-01-10T21:13:43.212Z | Compiling scroll v0.12.0 |
844 | 2025-01-10T21:13:43.914Z | Compiling idna v1.0.3 |
845 | 2025-01-10T21:13:45.328Z | Compiling dtrace-parser v0.2.0 |
846 | 2025-01-10T21:13:47.049Z | Compiling dof v0.3.0 |
847 | 2025-01-10T21:13:47.954Z | Compiling serde_urlencoded v0.7.1 |
848 | 2025-01-10T21:13:48.561Z | Compiling thread-id v4.2.2 |
849 | 2025-01-10T21:13:48.665Z | Compiling webpki-roots v0.26.6 |
850 | 2025-01-10T21:13:48.874Z | Compiling rustls-pemfile v2.2.0 |
851 | 2025-01-10T21:13:49.355Z | Compiling ident_case v1.0.1 |
852 | 2025-01-10T21:13:49.758Z | Compiling num_threads v0.1.7 |
853 | 2025-01-10T21:13:49.877Z | Compiling omicron-workspace-hack v0.1.0 |
854 | 2025-01-10T21:13:49.938Z | Compiling crossbeam-utils v0.8.20 |
855 | 2025-01-10T21:13:50.184Z | Compiling plain v0.2.3 |
856 | 2025-01-10T21:13:50.513Z | Compiling strsim v0.11.1 |
857 | 2025-01-10T21:13:50.653Z | Compiling syn v1.0.109 |
858 | 2025-01-10T21:13:51.230Z | Compiling base64 v0.22.1 |
859 | 2025-01-10T21:13:52.536Z | Compiling darling_core v0.20.10 |
860 | 2025-01-10T21:13:52.697Z | Compiling time v0.3.36 |
861 | 2025-01-10T21:13:56.305Z | Compiling goblin v0.8.2 |
862 | 2025-01-10T21:13:58.200Z | Compiling hyper-rustls v0.27.3 |
863 | 2025-01-10T21:14:00.276Z | Compiling url v2.5.3 |
864 | 2025-01-10T21:14:01.351Z | Compiling hyper-tls v0.6.0 |
865 | 2025-01-10T21:14:01.855Z | Compiling typify v0.2.0 |
866 | 2025-01-10T21:14:01.980Z | Compiling openapiv3 v2.0.0 |
867 | 2025-01-10T21:14:03.705Z | Compiling sync_wrapper v1.0.1 |
868 | 2025-01-10T21:14:03.852Z | Compiling dirs-sys-next v0.1.2 |
869 | 2025-01-10T21:14:05.362Z | Compiling rustls v0.22.4 |
870 | 2025-01-10T21:14:05.671Z | Compiling rustversion v1.0.17 |
871 | 2025-01-10T21:14:06.214Z | Compiling pretty-hex v0.4.1 |
872 | 2025-01-10T21:14:06.246Z | Compiling ipnet v2.10.1 |
873 | 2025-01-10T21:14:06.326Z | Compiling newtype-uuid v1.1.3 |
874 | 2025-01-10T21:14:06.435Z | Compiling paste v1.0.15 |
875 | 2025-01-10T21:14:06.648Z | Compiling unsafe-libyaml v0.2.11 |
876 | 2025-01-10T21:14:07.001Z | Compiling reqwest v0.12.9 |
877 | 2025-01-10T21:14:08.409Z | Compiling serde_yaml v0.9.34+deprecated |
878 | 2025-01-10T21:14:09.398Z | Compiling progenitor-impl v0.8.0 |
879 | 2025-01-10T21:14:12.357Z | Compiling dirs-next v2.0.0 |
880 | 2025-01-10T21:14:12.619Z | Compiling darling_macro v0.20.10 |
881 | 2025-01-10T21:14:15.539Z | Compiling block-buffer v0.10.4 |
882 | 2025-01-10T21:14:15.782Z | Compiling crypto-common v0.1.6 |
883 | 2025-01-10T21:14:15.992Z | Compiling ipnetwork v0.20.0 |
884 | 2025-01-10T21:14:16.382Z | Compiling serde_spanned v0.6.8 |
885 | 2025-01-10T21:14:16.628Z | Compiling toml_datetime v0.6.8 |
886 | 2025-01-10T21:14:17.337Z | Compiling ppv-lite86 v0.2.20 |
887 | 2025-01-10T21:14:18.319Z | Compiling structmeta-derive v0.3.0 |
888 | 2025-01-10T21:14:20.485Z | Compiling rand_core v0.6.4 |
889 | 2025-01-10T21:14:20.712Z | Compiling thread_local v1.1.8 |
890 | 2025-01-10T21:14:20.942Z | Compiling multer v3.1.0 |
891 | 2025-01-10T21:14:21.136Z | Compiling anyhow v1.0.93 |
892 | 2025-01-10T21:14:21.197Z | Compiling slog-async v2.8.0 |
893 | 2025-01-10T21:14:21.236Z | Compiling either v1.13.0 |
894 | 2025-01-10T21:14:21.276Z | Compiling camino v1.1.9 |
895 | 2025-01-10T21:14:21.435Z | Compiling match_cfg v0.1.0 |
896 | 2025-01-10T21:14:21.522Z | Compiling winnow v0.6.20 |
897 | 2025-01-10T21:14:21.584Z | Compiling hostname v0.3.1 |
898 | 2025-01-10T21:14:21.676Z | Compiling itertools v0.10.5 |
899 | 2025-01-10T21:14:21.792Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
900 | 2025-01-10T21:14:21.816Z | Compiling structmeta v0.3.0 |
901 | 2025-01-10T21:14:21.905Z | Compiling rand_chacha v0.3.1 |
902 | 2025-01-10T21:14:22.197Z | Compiling progenitor-macro v0.8.0 |
903 | 2025-01-10T21:14:23.012Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
904 | 2025-01-10T21:14:23.686Z | Compiling digest v0.10.7 |
905 | 2025-01-10T21:14:24.091Z | Compiling crossbeam-channel v0.5.13 |
906 | 2025-01-10T21:14:25.747Z | Compiling toml_edit v0.22.22 |
907 | 2025-01-10T21:14:25.900Z | Compiling darling v0.20.10 |
908 | 2025-01-10T21:14:26.009Z | Compiling term v0.7.0 |
909 | 2025-01-10T21:14:31.944Z | Compiling progenitor-client v0.8.0 |
910 | 2025-01-10T21:14:33.707Z | Compiling usdt-macro v0.5.0 |
911 | 2025-01-10T21:14:34.280Z | Compiling usdt-attr-macro v0.5.0 |
912 | 2025-01-10T21:14:35.065Z | Compiling slog-json v2.6.1 |
913 | 2025-01-10T21:14:35.383Z | Compiling futures-executor v0.3.31 |
914 | 2025-01-10T21:14:35.476Z | Compiling async-stream-impl v0.3.6 |
915 | 2025-01-10T21:14:35.744Z | Compiling memmap v0.7.0 |
916 | 2025-01-10T21:14:36.195Z | Compiling is-terminal v0.4.13 |
917 | 2025-01-10T21:14:36.320Z | Compiling dropshot v0.13.0 |
918 | 2025-01-10T21:14:36.544Z | Compiling take_mut v0.2.2 |
919 | 2025-01-10T21:14:36.675Z | Compiling cpufeatures v0.2.14 |
920 | 2025-01-10T21:14:36.756Z | Compiling sha1 v0.10.6 |
921 | 2025-01-10T21:14:36.843Z | Compiling async-stream v0.3.6 |
922 | 2025-01-10T21:14:37.150Z | Compiling slog-term v2.9.1 |
923 | 2025-01-10T21:14:37.525Z | Compiling usdt v0.5.0 |
924 | 2025-01-10T21:14:39.132Z | Compiling futures v0.3.31 |
925 | 2025-01-10T21:14:39.334Z | Compiling progenitor v0.8.0 |
926 | 2025-01-10T21:14:39.542Z | Compiling slog-bunyan v2.5.0 |
927 | 2025-01-10T21:14:39.817Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
928 | 2025-01-10T21:14:40.165Z | Compiling tokio-rustls v0.25.0 |
929 | 2025-01-10T21:14:40.222Z | Compiling strum_macros v0.26.4 |
930 | 2025-01-10T21:14:40.602Z | Compiling toml v0.8.19 |
931 | 2025-01-10T21:14:41.593Z | Compiling serde_with_macros v3.11.0 |
932 | 2025-01-10T21:14:44.411Z | Compiling rand v0.8.5 |
933 | 2025-01-10T21:14:44.941Z | Compiling parse-display-derive v0.10.0 |
934 | 2025-01-10T21:14:49.048Z | Compiling dropshot_endpoint v0.13.0 |
935 | 2025-01-10T21:14:49.077Z | Compiling hex v0.4.3 |
936 | 2025-01-10T21:14:49.213Z | Compiling serde_path_to_error v0.1.16 |
937 | 2025-01-10T21:14:49.806Z | Compiling async-trait v0.1.83 |
938 | 2025-01-10T21:14:50.252Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
939 | 2025-01-10T21:14:50.761Z | Compiling waitgroup v0.1.2 |
940 | 2025-01-10T21:14:50.998Z | Compiling hostname v0.4.0 |
941 | 2025-01-10T21:14:51.111Z | Compiling instant v0.1.13 |
942 | 2025-01-10T21:14:51.243Z | Compiling debug-ignore v1.0.5 |
943 | 2025-01-10T21:14:51.258Z | Compiling backoff v0.4.0 |
944 | 2025-01-10T21:14:51.379Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
945 | 2025-01-10T21:14:51.579Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-01-10T21:14:51.708Z | Compiling parse-display v0.10.0 |
947 | 2025-01-10T21:14:51.751Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
948 | 2025-01-10T21:14:51.978Z | Compiling strum v0.26.3 |
949 | 2025-01-10T21:14:52.156Z | Compiling serde_with v3.11.0 |
950 | 2025-01-10T21:14:52.255Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
951 | 2025-01-10T21:14:52.964Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
952 | 2025-01-10T21:14:53.760Z | Compiling regress v0.9.1 |
953 | 2025-01-10T21:14:53.944Z | Compiling macaddr v1.0.1 |
954 | 2025-01-10T21:14:59.473Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
955 | 2025-01-10T21:15:11.352Z | Compiling test-project v0.1.0 (/tmp/test-project) |
956 | 2025-01-10T21:15:21.645Z | Finished `release` profile [optimized] target(s) in 2m 39s |
957 | 2025-01-10T21:15:21.712Z | process exited: duration 240556 ms, exit code 0 |
|
958 | 2025-01-10T21:15:21.718Z | found 0 output files |