|
|
|
1 | 2025-02-11T20:35:56.444Z | job assigned to worker 01JKVBHWYWRCW6G9NB3HQPDM71 [factory aws, i-05cd1aae4362ba4ad] (queued for 52 s) |
|
2 | 2025-02-11T20:36:04.905Z | starting task 0: "setup" |
3 | 2025-02-11T20:36:04.915Z | ++ uname -s |
4 | 2025-02-11T20:36:04.917Z | + kern=SunOS |
5 | 2025-02-11T20:36:04.917Z | + build_user=build |
6 | 2025-02-11T20:36:04.917Z | + build_uid=12345 |
7 | 2025-02-11T20:36:04.917Z | + work_dir=/work |
8 | 2025-02-11T20:36:04.917Z | + input_dir=/input |
9 | 2025-02-11T20:36:04.917Z | + [[ 0 == 12345 ]] |
10 | 2025-02-11T20:36:04.918Z | + case "$kern" in |
11 | 2025-02-11T20:36:04.918Z | + groupadd -g 12345 build |
12 | 2025-02-11T20:36:04.918Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-11T20:36:06.926Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-11T20:36:07.053Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-11T20:36:07.056Z | + home_fs=zfs |
16 | 2025-02-11T20:36:07.056Z | + [[ zfs == autofs ]] |
17 | 2025-02-11T20:36:07.056Z | + mkdir -p /home/build |
18 | 2025-02-11T20:36:07.058Z | + chown build:build /home/build /work |
19 | 2025-02-11T20:36:09.060Z | + chmod 0700 /home/build /work |
20 | 2025-02-11T20:36:09.063Z | process exited: duration 4157 ms, exit code 0 |
|
21 | 2025-02-11T20:36:09.068Z | starting task 1: "rust-toolchain" |
22 | 2025-02-11T20:36:09.074Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-11T20:36:09.074Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-11T20:36:09.074Z | * rust toolchain profile = "default" |
25 | 2025-02-11T20:36:09.077Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-11T20:36:09.077Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-11T20:36:09.077Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-11T20:36:09.077Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-11T20:36:09.077Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-11T20:36:09.180Z | info: downloading installer |
31 | 2025-02-11T20:36:10.293Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-11T20:36:10.293Z | warning: /opt/ooce/bin |
33 | 2025-02-11T20:36:10.293Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-11T20:36:10.293Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-11T20:36:10.293Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-11T20:36:10.293Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-11T20:36:10.293Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-11T20:36:10.293Z | error: cannot install while Rust is installed |
39 | 2025-02-11T20:36:10.293Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-11T20:36:10.308Z | info: profile set to 'default' |
41 | 2025-02-11T20:36:10.308Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-11T20:36:10.311Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-11T20:36:10.444Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-11T20:36:10.444Z | info: downloading component 'cargo' |
45 | 2025-02-11T20:36:11.189Z | info: downloading component 'clippy' |
46 | 2025-02-11T20:36:11.474Z | info: downloading component 'rust-docs' |
47 | 2025-02-11T20:36:12.485Z | info: downloading component 'rust-std' |
48 | 2025-02-11T20:36:14.130Z | info: downloading component 'rustc' |
49 | 2025-02-11T20:36:19.908Z | info: downloading component 'rustfmt' |
50 | 2025-02-11T20:36:20.126Z | info: installing component 'cargo' |
51 | 2025-02-11T20:36:20.946Z | info: installing component 'clippy' |
52 | 2025-02-11T20:36:21.324Z | info: installing component 'rust-docs' |
53 | 2025-02-11T20:36:22.978Z | info: installing component 'rust-std' |
54 | 2025-02-11T20:36:24.822Z | info: installing component 'rustc' |
55 | 2025-02-11T20:36:30.791Z | info: installing component 'rustfmt' |
56 | 2025-02-11T20:36:31.122Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-11T20:36:31.123Z | |
58 | 2025-02-11T20:36:31.532Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-11T20:36:31.532Z | |
60 | 2025-02-11T20:36:31.534Z | |
61 | 2025-02-11T20:36:31.534Z | Rust is installed now. Great! |
62 | 2025-02-11T20:36:31.534Z | |
63 | 2025-02-11T20:36:31.534Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-11T20:36:31.534Z | environment variable. This has not been done automatically. |
65 | 2025-02-11T20:36:31.534Z | |
66 | 2025-02-11T20:36:31.534Z | To configure your current shell, you need to source |
67 | 2025-02-11T20:36:31.534Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-11T20:36:31.534Z | |
69 | 2025-02-11T20:36:31.534Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-11T20:36:31.535Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-11T20:36:31.535Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-11T20:36:31.641Z | + rustup --version |
73 | 2025-02-11T20:36:31.651Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-11T20:36:31.654Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-11T20:36:31.737Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-11T20:36:31.740Z | + cargo --version |
77 | 2025-02-11T20:36:31.800Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-11T20:36:31.803Z | + rustc --version |
79 | 2025-02-11T20:36:31.864Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-11T20:36:31.868Z | process exited: duration 22795 ms, exit code 0 |
|
81 | 2025-02-11T20:36:31.873Z | starting task 2: "authentication" |
82 | 2025-02-11T20:36:31.895Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-11T20:36:31.900Z | starting task 3: "clone repository" |
84 | 2025-02-11T20:36:31.905Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-11T20:36:31.908Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-11T20:36:31.948Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-11T20:36:38.260Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-11T20:36:38.261Z | + git fetch origin 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
89 | 2025-02-11T20:36:38.549Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-11T20:36:38.549Z | * branch 068d8dea4d258efa5f36c1012af40b6eba2a91c5 -> FETCH_HEAD |
91 | 2025-02-11T20:36:38.558Z | + [[ -n iliana/tuf-replication-generation-numbers ]] |
92 | 2025-02-11T20:36:38.560Z | ++ git branch --show-current |
93 | 2025-02-11T20:36:38.563Z | + current=main |
94 | 2025-02-11T20:36:38.563Z | + [[ main != iliana/tuf-replication-generation-numbers ]] |
95 | 2025-02-11T20:36:38.563Z | + git branch -f iliana/tuf-replication-generation-numbers 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
96 | 2025-02-11T20:36:38.566Z | + git checkout -f iliana/tuf-replication-generation-numbers |
97 | 2025-02-11T20:36:38.598Z | Switched to branch 'iliana/tuf-replication-generation-numbers' |
98 | 2025-02-11T20:36:38.600Z | + git reset --hard 068d8dea4d258efa5f36c1012af40b6eba2a91c5 |
99 | 2025-02-11T20:36:38.634Z | HEAD is now at 068d8dea4 fix some control flow |
100 | 2025-02-11T20:36:38.637Z | process exited: duration 6734 ms, exit code 0 |
|
101 | 2025-02-11T20:36:38.642Z | starting task 4: "build" |
102 | 2025-02-11T20:36:38.647Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-11T20:36:38.647Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-11T20:36:38.648Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-11T20:36:38.648Z | + cargo --version |
106 | 2025-02-11T20:36:38.698Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-11T20:36:38.701Z | + rustc --version |
108 | 2025-02-11T20:36:38.759Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-11T20:36:38.762Z | + cd /tmp |
110 | 2025-02-11T20:36:38.762Z | + cargo new --lib test-project |
111 | 2025-02-11T20:36:38.819Z | Creating library `test-project` package |
112 | 2025-02-11T20:36:38.897Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-11T20:36:38.900Z | + cd test-project |
114 | 2025-02-11T20:36:38.900Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-11T20:36:38.959Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-11T20:36:38.962Z | Features: |
117 | 2025-02-11T20:36:38.962Z | - proptest |
118 | 2025-02-11T20:36:38.962Z | - test-strategy |
119 | 2025-02-11T20:36:38.962Z | - testing |
120 | 2025-02-11T20:36:38.962Z | Updating crates.io index |
121 | 2025-02-11T20:36:39.035Z | Updating git repository `https://github.com/oxidecomputer/daft` |
122 | 2025-02-11T20:36:39.508Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-02-11T20:36:39.959Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-02-11T20:36:40.423Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-02-11T20:36:40.785Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-02-11T20:36:42.251Z | Locking 336 packages to latest compatible versions |
127 | 2025-02-11T20:36:42.448Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-02-11T20:36:42.451Z | + cargo check |
129 | 2025-02-11T20:36:42.598Z | Updating crates.io index |
130 | 2025-02-11T20:36:43.480Z | Locking 1 package to latest compatible version |
131 | 2025-02-11T20:36:43.480Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-02-11T20:36:43.502Z | Downloading crates ... |
133 | 2025-02-11T20:36:43.597Z | Downloaded darling_macro v0.20.10 |
134 | 2025-02-11T20:36:43.607Z | Downloaded thiserror v2.0.11 |
135 | 2025-02-11T20:36:43.614Z | Downloaded tower-service v0.3.3 |
136 | 2025-02-11T20:36:43.617Z | Downloaded ident_case v1.0.1 |
137 | 2025-02-11T20:36:43.617Z | Downloaded try-lock v0.2.5 |
138 | 2025-02-11T20:36:43.619Z | Downloaded foreign-types-shared v0.1.1 |
139 | 2025-02-11T20:36:43.619Z | Downloaded equivalent v1.0.1 |
140 | 2025-02-11T20:36:43.622Z | Downloaded tinyvec_macros v0.1.1 |
141 | 2025-02-11T20:36:43.624Z | Downloaded openssl-macros v0.1.1 |
142 | 2025-02-11T20:36:43.624Z | Downloaded zerofrom v0.1.4 |
143 | 2025-02-11T20:36:43.628Z | Downloaded foreign-types v0.3.2 |
144 | 2025-02-11T20:36:43.628Z | Downloaded block-buffer v0.10.4 |
145 | 2025-02-11T20:36:43.631Z | Downloaded num_threads v0.1.7 |
146 | 2025-02-11T20:36:43.634Z | Downloaded match_cfg v0.1.0 |
147 | 2025-02-11T20:36:43.636Z | Downloaded usdt-macro v0.5.0 |
148 | 2025-02-11T20:36:43.640Z | Downloaded tokio-native-tls v0.3.1 |
149 | 2025-02-11T20:36:43.643Z | Downloaded icu_provider_macros v1.5.0 |
150 | 2025-02-11T20:36:43.646Z | Downloaded pretty-hex v0.4.1 |
151 | 2025-02-11T20:36:43.646Z | Downloaded atomic-waker v1.1.2 |
152 | 2025-02-11T20:36:43.652Z | Downloaded cfg-if v1.0.0 |
153 | 2025-02-11T20:36:43.652Z | Downloaded autocfg v1.4.0 |
154 | 2025-02-11T20:36:43.655Z | Downloaded omicron-workspace-hack v0.1.0 |
155 | 2025-02-11T20:36:43.655Z | Downloaded openssl-probe v0.1.5 |
156 | 2025-02-11T20:36:43.655Z | Downloaded deranged v0.3.11 |
157 | 2025-02-11T20:36:43.655Z | Downloaded hex v0.4.3 |
158 | 2025-02-11T20:36:43.655Z | Downloaded crypto-common v0.1.6 |
159 | 2025-02-11T20:36:43.658Z | Downloaded cpufeatures v0.2.14 |
160 | 2025-02-11T20:36:43.658Z | Downloaded futures-io v0.3.31 |
161 | 2025-02-11T20:36:43.658Z | Downloaded yoke-derive v0.7.4 |
162 | 2025-02-11T20:36:43.660Z | Downloaded hostname v0.3.1 |
163 | 2025-02-11T20:36:43.660Z | Downloaded usdt-attr-macro v0.5.0 |
164 | 2025-02-11T20:36:43.663Z | Downloaded instant v0.1.13 |
165 | 2025-02-11T20:36:43.663Z | Downloaded http-body-util v0.1.2 |
166 | 2025-02-11T20:36:43.665Z | Downloaded dirs-sys-next v0.1.2 |
167 | 2025-02-11T20:36:43.665Z | Downloaded waitgroup v0.1.2 |
168 | 2025-02-11T20:36:43.668Z | Downloaded toml_datetime v0.6.8 |
169 | 2025-02-11T20:36:43.668Z | Downloaded futures-executor v0.3.31 |
170 | 2025-02-11T20:36:43.671Z | Downloaded pkg-config v0.3.31 |
171 | 2025-02-11T20:36:43.674Z | Downloaded untrusted v0.9.0 |
172 | 2025-02-11T20:36:43.674Z | Downloaded thread_local v1.1.8 |
173 | 2025-02-11T20:36:43.676Z | Downloaded futures-sink v0.3.31 |
174 | 2025-02-11T20:36:43.676Z | Downloaded write16 v1.0.0 |
175 | 2025-02-11T20:36:43.676Z | Downloaded want v0.3.1 |
176 | 2025-02-11T20:36:43.679Z | Downloaded thread-id v4.2.2 |
177 | 2025-02-11T20:36:43.679Z | Downloaded http-body v1.0.1 |
178 | 2025-02-11T20:36:43.681Z | Downloaded dof v0.3.0 |
179 | 2025-02-11T20:36:43.681Z | Downloaded form_urlencoded v1.2.1 |
180 | 2025-02-11T20:36:43.684Z | Downloaded dirs-next v2.0.0 |
181 | 2025-02-11T20:36:43.684Z | Downloaded tinystr v0.7.6 |
182 | 2025-02-11T20:36:43.686Z | Downloaded parse-display v0.10.0 |
183 | 2025-02-11T20:36:43.686Z | Downloaded zerofrom-derive v0.1.4 |
184 | 2025-02-11T20:36:43.689Z | Downloaded macaddr v1.0.1 |
185 | 2025-02-11T20:36:43.689Z | Downloaded dyn-clone v1.0.17 |
186 | 2025-02-11T20:36:43.691Z | Downloaded utf16_iter v1.0.5 |
187 | 2025-02-11T20:36:43.692Z | Downloaded itoa v1.0.11 |
188 | 2025-02-11T20:36:43.694Z | Downloaded debug-ignore v1.0.5 |
189 | 2025-02-11T20:36:43.694Z | Downloaded progenitor-client v0.9.1 |
190 | 2025-02-11T20:36:43.697Z | Downloaded futures-task v0.3.31 |
191 | 2025-02-11T20:36:43.697Z | Downloaded futures-macro v0.3.31 |
192 | 2025-02-11T20:36:43.699Z | Downloaded progenitor-client v0.8.0 |
193 | 2025-02-11T20:36:43.699Z | Downloaded num-conv v0.1.0 |
194 | 2025-02-11T20:36:43.699Z | Downloaded time-core v0.1.2 |
195 | 2025-02-11T20:36:43.702Z | Downloaded zerovec-derive v0.10.3 |
196 | 2025-02-11T20:36:43.704Z | Downloaded generic-array v0.14.7 |
197 | 2025-02-11T20:36:43.704Z | Downloaded powerfmt v0.2.0 |
198 | 2025-02-11T20:36:43.706Z | Downloaded dtrace-parser v0.2.0 |
199 | 2025-02-11T20:36:43.707Z | Downloaded paste v1.0.15 |
200 | 2025-02-11T20:36:43.709Z | Downloaded writeable v0.5.5 |
201 | 2025-02-11T20:36:43.711Z | Downloaded version_check v0.9.5 |
202 | 2025-02-11T20:36:43.711Z | Downloaded darling v0.20.10 |
203 | 2025-02-11T20:36:43.717Z | Downloaded plain v0.2.3 |
204 | 2025-02-11T20:36:43.720Z | Downloaded pin-utils v0.1.0 |
205 | 2025-02-11T20:36:43.720Z | Downloaded pest_generator v2.7.14 |
206 | 2025-02-11T20:36:43.720Z | Downloaded ppv-lite86 v0.2.20 |
207 | 2025-02-11T20:36:43.722Z | Downloaded ipnet v2.10.1 |
208 | 2025-02-11T20:36:43.722Z | Downloaded usdt-impl v0.5.0 |
209 | 2025-02-11T20:36:43.725Z | Downloaded typify-macro v0.2.0 |
210 | 2025-02-11T20:36:43.725Z | Downloaded thiserror-impl v1.0.69 |
211 | 2025-02-11T20:36:43.727Z | Downloaded futures-channel v0.3.31 |
212 | 2025-02-11T20:36:43.730Z | Downloaded scroll_derive v0.12.0 |
213 | 2025-02-11T20:36:43.730Z | Downloaded progenitor v0.8.0 |
214 | 2025-02-11T20:36:43.732Z | Downloaded heck v0.5.0 |
215 | 2025-02-11T20:36:43.732Z | Downloaded utf8_iter v1.0.4 |
216 | 2025-02-11T20:36:43.735Z | Downloaded backoff v0.4.0 |
217 | 2025-02-11T20:36:43.735Z | Downloaded usdt v0.5.0 |
218 | 2025-02-11T20:36:43.737Z | Downloaded ipnetwork v0.20.0 |
219 | 2025-02-11T20:36:43.737Z | Downloaded ahash v0.8.11 |
220 | 2025-02-11T20:36:43.740Z | Downloaded percent-encoding v2.3.1 |
221 | 2025-02-11T20:36:43.743Z | Downloaded mime v0.3.17 |
222 | 2025-02-11T20:36:43.743Z | Downloaded idna_adapter v1.2.0 |
223 | 2025-02-11T20:36:43.745Z | Downloaded parse-display-derive v0.10.0 |
224 | 2025-02-11T20:36:43.745Z | Downloaded digest v0.10.7 |
225 | 2025-02-11T20:36:43.748Z | Downloaded hyper-tls v0.6.0 |
226 | 2025-02-11T20:36:43.748Z | Downloaded hostname v0.4.0 |
227 | 2025-02-11T20:36:43.750Z | Downloaded parking_lot_core v0.9.10 |
228 | 2025-02-11T20:36:43.753Z | Downloaded unicode-ident v1.0.14 |
229 | 2025-02-11T20:36:43.756Z | Downloaded native-tls v0.2.12 |
230 | 2025-02-11T20:36:43.756Z | Downloaded tinyvec v1.8.0 |
231 | 2025-02-11T20:36:43.758Z | Downloaded litemap v0.7.3 |
232 | 2025-02-11T20:36:43.761Z | Downloaded sync_wrapper v1.0.1 |
233 | 2025-02-11T20:36:43.763Z | Downloaded iana-time-zone v0.1.61 |
234 | 2025-02-11T20:36:43.765Z | Downloaded hyper-rustls v0.27.3 |
235 | 2025-02-11T20:36:43.768Z | Downloaded take_mut v0.2.2 |
236 | 2025-02-11T20:36:43.768Z | Downloaded progenitor-macro v0.8.0 |
237 | 2025-02-11T20:36:43.768Z | Downloaded newtype-uuid v1.2.1 |
238 | 2025-02-11T20:36:43.771Z | Downloaded typify v0.2.0 |
239 | 2025-02-11T20:36:43.774Z | Downloaded strum v0.26.3 |
240 | 2025-02-11T20:36:43.774Z | Downloaded quinn-udp v0.5.5 |
241 | 2025-02-11T20:36:43.776Z | Downloaded pest_derive v2.7.14 |
242 | 2025-02-11T20:36:43.777Z | Downloaded is-terminal v0.4.13 |
243 | 2025-02-11T20:36:43.779Z | Downloaded tokio-macros v2.5.0 |
244 | 2025-02-11T20:36:43.779Z | Downloaded thiserror-impl v2.0.11 |
245 | 2025-02-11T20:36:43.782Z | Downloaded slog-json v2.6.1 |
246 | 2025-02-11T20:36:43.782Z | Downloaded zerocopy-derive v0.7.35 |
247 | 2025-02-11T20:36:43.785Z | Downloaded time-macros v0.2.18 |
248 | 2025-02-11T20:36:43.788Z | Downloaded getrandom v0.2.15 |
249 | 2025-02-11T20:36:43.790Z | Downloaded ucd-trie v0.1.7 |
250 | 2025-02-11T20:36:43.792Z | Downloaded slab v0.4.9 |
251 | 2025-02-11T20:36:43.795Z | Downloaded byteorder v1.5.0 |
252 | 2025-02-11T20:36:43.795Z | Downloaded bitflags v2.6.0 |
253 | 2025-02-11T20:36:43.800Z | Downloaded pin-project-lite v0.2.14 |
254 | 2025-02-11T20:36:43.803Z | Downloaded toml v0.8.19 |
255 | 2025-02-11T20:36:43.806Z | Downloaded uuid v1.12.0 |
256 | 2025-02-11T20:36:43.810Z | Downloaded slog-bunyan v2.5.0 |
257 | 2025-02-11T20:36:43.815Z | Downloaded allocator-api2 v0.2.18 |
258 | 2025-02-11T20:36:43.815Z | Downloaded structmeta-derive v0.3.0 |
259 | 2025-02-11T20:36:43.818Z | Downloaded structmeta v0.3.0 |
260 | 2025-02-11T20:36:43.818Z | Downloaded serde_urlencoded v0.7.1 |
261 | 2025-02-11T20:36:43.818Z | Downloaded serde_tokenstream v0.2.2 |
262 | 2025-02-11T20:36:43.821Z | Downloaded scopeguard v1.2.0 |
263 | 2025-02-11T20:36:43.821Z | Downloaded slog-async v2.8.0 |
264 | 2025-02-11T20:36:43.821Z | Downloaded signal-hook-registry v1.4.2 |
265 | 2025-02-11T20:36:43.823Z | Downloaded serde_spanned v0.6.8 |
266 | 2025-02-11T20:36:43.823Z | Downloaded tokio-rustls v0.26.0 |
267 | 2025-02-11T20:36:43.826Z | Downloaded log v0.4.22 |
268 | 2025-02-11T20:36:43.829Z | Downloaded stable_deref_trait v1.2.0 |
269 | 2025-02-11T20:36:43.829Z | Downloaded rand_core v0.6.4 |
270 | 2025-02-11T20:36:43.832Z | Downloaded scroll v0.12.0 |
271 | 2025-02-11T20:36:43.832Z | Downloaded progenitor-impl v0.8.0 |
272 | 2025-02-11T20:36:43.835Z | Downloaded strsim v0.11.1 |
273 | 2025-02-11T20:36:43.835Z | Downloaded tracing-core v0.1.32 |
274 | 2025-02-11T20:36:43.837Z | Downloaded subtle v2.6.1 |
275 | 2025-02-11T20:36:43.837Z | Downloaded memmap v0.7.0 |
276 | 2025-02-11T20:36:43.840Z | Downloaded slog-term v2.9.1 |
277 | 2025-02-11T20:36:43.844Z | Downloaded term v0.7.0 |
278 | 2025-02-11T20:36:43.847Z | Downloaded darling_core v0.20.10 |
279 | 2025-02-11T20:36:43.850Z | Downloaded strum_macros v0.26.4 |
280 | 2025-02-11T20:36:43.853Z | Downloaded proc-macro2 v1.0.92 |
281 | 2025-02-11T20:36:43.855Z | Downloaded schemars_derive v0.8.21 |
282 | 2025-02-11T20:36:43.856Z | Downloaded icu_provider v1.5.0 |
283 | 2025-02-11T20:36:43.860Z | Downloaded rustls-pemfile v2.2.0 |
284 | 2025-02-11T20:36:43.862Z | Downloaded sha1 v0.10.6 |
285 | 2025-02-11T20:36:43.862Z | Downloaded serde_derive_internals v0.29.1 |
286 | 2025-02-11T20:36:43.862Z | Downloaded unsafe-libyaml v0.2.11 |
287 | 2025-02-11T20:36:43.866Z | Downloaded indexmap v1.9.3 |
288 | 2025-02-11T20:36:43.869Z | Downloaded dropshot_endpoint v0.15.1 |
289 | 2025-02-11T20:36:43.872Z | Downloaded async-trait v0.1.86 |
290 | 2025-02-11T20:36:43.874Z | Downloaded quote v1.0.38 |
291 | 2025-02-11T20:36:43.878Z | Downloaded semver v1.0.24 |
292 | 2025-02-11T20:36:43.880Z | Downloaded rand_chacha v0.3.1 |
293 | 2025-02-11T20:36:43.880Z | Downloaded parking_lot v0.12.3 |
294 | 2025-02-11T20:36:43.883Z | Downloaded openssl-sys v0.9.105 |
295 | 2025-02-11T20:36:43.887Z | Downloaded shlex v1.3.0 |
296 | 2025-02-11T20:36:43.890Z | Downloaded base64 v0.22.1 |
297 | 2025-02-11T20:36:43.894Z | Downloaded spin v0.9.8 |
298 | 2025-02-11T20:36:43.901Z | Downloaded icu_collections v1.5.0 |
299 | 2025-02-11T20:36:43.901Z | Downloaded quinn v0.11.5 |
300 | 2025-02-11T20:36:43.904Z | Downloaded smallvec v1.13.2 |
301 | 2025-02-11T20:36:43.907Z | Downloaded aho-corasick v1.1.3 |
302 | 2025-02-11T20:36:43.910Z | Downloaded serde_with_macros v3.11.0 |
303 | 2025-02-11T20:36:43.913Z | Downloaded slog v2.7.0 |
304 | 2025-02-11T20:36:43.915Z | Downloaded ryu v1.0.18 |
305 | 2025-02-11T20:36:43.918Z | Downloaded schemars v0.8.21 |
306 | 2025-02-11T20:36:43.929Z | Downloaded sha2 v0.10.8 |
307 | 2025-02-11T20:36:43.931Z | Downloaded socket2 v0.5.7 |
308 | 2025-02-11T20:36:43.934Z | Downloaded crossbeam-channel v0.5.13 |
309 | 2025-02-11T20:36:43.937Z | Downloaded url v2.5.3 |
310 | 2025-02-11T20:36:43.940Z | Downloaded rand v0.8.5 |
311 | 2025-02-11T20:36:43.944Z | Downloaded toml_edit v0.22.22 |
312 | 2025-02-11T20:36:43.966Z | Downloaded mio v1.0.2 |
313 | 2025-02-11T20:36:43.969Z | Downloaded tokio-util v0.7.12 |
314 | 2025-02-11T20:36:43.977Z | Downloaded serde v1.0.217 |
315 | 2025-02-11T20:36:43.980Z | Downloaded time v0.3.36 |
316 | 2025-02-11T20:36:43.985Z | Downloaded hashbrown v0.15.1 |
317 | 2025-02-11T20:36:43.989Z | Downloaded pest v2.7.14 |
318 | 2025-02-11T20:36:43.994Z | Downloaded idna v1.0.3 |
319 | 2025-02-11T20:36:43.998Z | Downloaded hashbrown v0.14.5 |
320 | 2025-02-11T20:36:44.003Z | Downloaded zerocopy v0.7.35 |
321 | 2025-02-11T20:36:44.018Z | Downloaded zerovec v0.10.4 |
322 | 2025-02-11T20:36:44.023Z | Downloaded winnow v0.6.20 |
323 | 2025-02-11T20:36:44.031Z | Downloaded serde_json v1.0.135 |
324 | 2025-02-11T20:36:44.038Z | Downloaded serde_with v3.11.0 |
325 | 2025-02-11T20:36:44.046Z | Downloaded hyper v1.5.2 |
326 | 2025-02-11T20:36:44.053Z | Downloaded h2 v0.4.6 |
327 | 2025-02-11T20:36:44.060Z | Downloaded reqwest v0.12.9 |
328 | 2025-02-11T20:36:44.066Z | Downloaded quinn-proto v0.11.8 |
329 | 2025-02-11T20:36:44.072Z | Downloaded rustls-webpki v0.102.8 |
330 | 2025-02-11T20:36:44.088Z | Downloaded icu_properties_data v1.5.0 |
331 | 2025-02-11T20:36:44.098Z | Downloaded openssl v0.10.70 |
332 | 2025-02-11T20:36:44.106Z | Downloaded regex v1.11.1 |
333 | 2025-02-11T20:36:44.118Z | Downloaded vcpkg v0.2.15 |
334 | 2025-02-11T20:36:44.153Z | Downloaded webpki-roots v0.26.6 |
335 | 2025-02-11T20:36:44.157Z | Downloaded syn v2.0.96 |
336 | 2025-02-11T20:36:44.167Z | Downloaded dropshot v0.15.1 |
337 | 2025-02-11T20:36:44.187Z | Downloaded chrono v0.4.39 |
338 | 2025-02-11T20:36:44.194Z | Downloaded regress v0.9.1 |
339 | 2025-02-11T20:36:44.201Z | Downloaded regress v0.10.1 |
340 | 2025-02-11T20:36:44.209Z | Downloaded rustls v0.23.19 |
341 | 2025-02-11T20:36:44.219Z | Downloaded openapiv3 v2.0.0 |
342 | 2025-02-11T20:36:44.229Z | Downloaded regex-syntax v0.8.5 |
343 | 2025-02-11T20:36:44.237Z | Downloaded rustls v0.22.4 |
344 | 2025-02-11T20:36:44.248Z | Downloaded goblin v0.8.2 |
345 | 2025-02-11T20:36:44.254Z | Downloaded futures-util v0.3.31 |
346 | 2025-02-11T20:36:44.265Z | Downloaded typify-impl v0.2.0 |
347 | 2025-02-11T20:36:44.278Z | Downloaded http v1.2.0 |
348 | 2025-02-11T20:36:44.282Z | Downloaded hashbrown v0.12.3 |
349 | 2025-02-11T20:36:44.285Z | Downloaded serde_derive v1.0.217 |
350 | 2025-02-11T20:36:44.287Z | Downloaded serde_yaml v0.9.34+deprecated |
351 | 2025-02-11T20:36:44.290Z | Downloaded memchr v2.7.4 |
352 | 2025-02-11T20:36:44.295Z | Downloaded icu_properties v1.5.1 |
353 | 2025-02-11T20:36:44.298Z | Downloaded icu_locid v1.5.0 |
354 | 2025-02-11T20:36:44.301Z | Downloaded tracing v0.1.40 |
355 | 2025-02-11T20:36:44.305Z | Downloaded indexmap v2.7.1 |
356 | 2025-02-11T20:36:44.308Z | Downloaded regex-automata v0.4.8 |
357 | 2025-02-11T20:36:44.323Z | Downloaded futures v0.3.31 |
358 | 2025-02-11T20:36:44.328Z | Downloaded rustls-pki-types v1.10.0 |
359 | 2025-02-11T20:36:44.331Z | Downloaded icu_normalizer_data v1.5.0 |
360 | 2025-02-11T20:36:44.333Z | Downloaded libc v0.2.169 |
361 | 2025-02-11T20:36:44.355Z | Downloaded cc v1.1.30 |
362 | 2025-02-11T20:36:44.358Z | Downloaded hyper-util v0.1.10 |
363 | 2025-02-11T20:36:44.361Z | Downloaded rustc-hash v2.0.0 |
364 | 2025-02-11T20:36:44.364Z | Downloaded rustversion v1.0.17 |
365 | 2025-02-11T20:36:44.366Z | Downloaded pest_meta v2.7.14 |
366 | 2025-02-11T20:36:44.366Z | Downloaded num-traits v0.2.19 |
367 | 2025-02-11T20:36:44.369Z | Downloaded yoke v0.7.4 |
368 | 2025-02-11T20:36:44.371Z | Downloaded icu_locid_transform v1.5.0 |
369 | 2025-02-11T20:36:44.373Z | Downloaded synstructure v0.13.1 |
370 | 2025-02-11T20:36:44.374Z | Downloaded serde_path_to_error v0.1.16 |
371 | 2025-02-11T20:36:44.376Z | Downloaded tokio v1.43.0 |
372 | 2025-02-11T20:36:44.409Z | Downloaded bytes v1.9.0 |
373 | 2025-02-11T20:36:44.413Z | Downloaded anyhow v1.0.95 |
374 | 2025-02-11T20:36:44.416Z | Downloaded camino v1.1.9 |
375 | 2025-02-11T20:36:44.418Z | Downloaded crossbeam-utils v0.8.20 |
376 | 2025-02-11T20:36:44.421Z | Downloaded once_cell v1.20.2 |
377 | 2025-02-11T20:36:44.423Z | Downloaded multer v3.1.0 |
378 | 2025-02-11T20:36:44.426Z | Downloaded icu_normalizer v1.5.0 |
379 | 2025-02-11T20:36:44.428Z | Downloaded icu_locid_transform_data v1.5.0 |
380 | 2025-02-11T20:36:44.431Z | Downloaded httparse v1.9.5 |
381 | 2025-02-11T20:36:44.431Z | Downloaded displaydoc v0.2.5 |
382 | 2025-02-11T20:36:44.433Z | Downloaded httpdate v1.0.3 |
383 | 2025-02-11T20:36:44.436Z | Downloaded typenum v1.17.0 |
384 | 2025-02-11T20:36:44.438Z | Downloaded tokio-rustls v0.25.0 |
385 | 2025-02-11T20:36:44.440Z | Downloaded lock_api v0.4.12 |
386 | 2025-02-11T20:36:44.440Z | Downloaded zeroize v1.8.1 |
387 | 2025-02-11T20:36:44.443Z | Downloaded futures-core v0.3.31 |
388 | 2025-02-11T20:36:44.443Z | Downloaded fnv v1.0.7 |
389 | 2025-02-11T20:36:44.443Z | Downloaded async-stream v0.3.6 |
390 | 2025-02-11T20:36:44.445Z | Downloaded async-stream-impl v0.3.6 |
391 | 2025-02-11T20:36:44.445Z | Downloaded thiserror v1.0.69 |
392 | 2025-02-11T20:36:44.459Z | Downloaded encoding_rs v0.8.34 |
393 | 2025-02-11T20:36:44.667Z | Downloaded ring v0.17.8 |
394 | 2025-02-11T20:36:44.856Z | Compiling proc-macro2 v1.0.92 |
395 | 2025-02-11T20:36:44.856Z | Compiling unicode-ident v1.0.14 |
396 | 2025-02-11T20:36:44.859Z | Compiling libc v0.2.169 |
397 | 2025-02-11T20:36:44.859Z | Checking cfg-if v1.0.0 |
398 | 2025-02-11T20:36:44.859Z | Compiling autocfg v1.4.0 |
399 | 2025-02-11T20:36:44.877Z | Compiling serde v1.0.217 |
400 | 2025-02-11T20:36:44.880Z | Compiling version_check v0.9.5 |
401 | 2025-02-11T20:36:44.880Z | Checking memchr v2.7.4 |
402 | 2025-02-11T20:36:44.957Z | Compiling serde_json v1.0.135 |
403 | 2025-02-11T20:36:45.075Z | Checking itoa v1.0.11 |
404 | 2025-02-11T20:36:45.350Z | Checking once_cell v1.20.2 |
405 | 2025-02-11T20:36:45.435Z | Compiling thiserror v1.0.69 |
406 | 2025-02-11T20:36:45.480Z | Compiling shlex v1.3.0 |
407 | 2025-02-11T20:36:45.687Z | Checking pin-project-lite v0.2.14 |
408 | 2025-02-11T20:36:45.716Z | Compiling cc v1.1.30 |
409 | 2025-02-11T20:36:45.799Z | Compiling num-traits v0.2.19 |
410 | 2025-02-11T20:36:45.812Z | Checking ryu v1.0.18 |
411 | 2025-02-11T20:36:46.120Z | Checking smallvec v1.13.2 |
412 | 2025-02-11T20:36:46.181Z | Checking getrandom v0.2.15 |
413 | 2025-02-11T20:36:46.302Z | Checking bytes v1.9.0 |
414 | 2025-02-11T20:36:46.410Z | Checking futures-core v0.3.31 |
415 | 2025-02-11T20:36:46.423Z | Compiling lock_api v0.4.12 |
416 | 2025-02-11T20:36:46.426Z | Compiling parking_lot_core v0.9.10 |
417 | 2025-02-11T20:36:46.642Z | Compiling quote v1.0.38 |
418 | 2025-02-11T20:36:46.677Z | Compiling byteorder v1.5.0 |
419 | 2025-02-11T20:36:46.718Z | Compiling schemars v0.8.21 |
420 | 2025-02-11T20:36:46.904Z | Checking scopeguard v1.2.0 |
421 | 2025-02-11T20:36:47.054Z | Compiling syn v2.0.96 |
422 | 2025-02-11T20:36:47.134Z | Compiling slab v0.4.9 |
423 | 2025-02-11T20:36:47.171Z | Compiling ahash v0.8.11 |
424 | 2025-02-11T20:36:47.288Z | Checking futures-sink v0.3.31 |
425 | 2025-02-11T20:36:47.425Z | Checking log v0.4.22 |
426 | 2025-02-11T20:36:47.471Z | Checking socket2 v0.5.7 |
427 | 2025-02-11T20:36:47.511Z | Checking parking_lot v0.12.3 |
428 | 2025-02-11T20:36:47.616Z | Checking mio v1.0.2 |
429 | 2025-02-11T20:36:47.629Z | Checking signal-hook-registry v1.4.2 |
430 | 2025-02-11T20:36:47.642Z | Checking stable_deref_trait v1.2.0 |
431 | 2025-02-11T20:36:47.744Z | Checking fnv v1.0.7 |
432 | 2025-02-11T20:36:47.858Z | Checking hashbrown v0.15.1 |
433 | 2025-02-11T20:36:47.874Z | Checking equivalent v1.0.1 |
434 | 2025-02-11T20:36:47.888Z | Checking http v1.2.0 |
435 | 2025-02-11T20:36:47.939Z | Checking futures-channel v0.3.31 |
436 | 2025-02-11T20:36:47.951Z | Checking futures-io v0.3.31 |
437 | 2025-02-11T20:36:47.983Z | Checking futures-task v0.3.31 |
438 | 2025-02-11T20:36:48.135Z | Checking pin-utils v0.1.0 |
439 | 2025-02-11T20:36:48.173Z | Compiling semver v1.0.24 |
440 | 2025-02-11T20:36:48.209Z | Checking rustls-pki-types v1.10.0 |
441 | 2025-02-11T20:36:48.222Z | Compiling vcpkg v0.2.15 |
442 | 2025-02-11T20:36:48.272Z | Checking spin v0.9.8 |
443 | 2025-02-11T20:36:48.397Z | Compiling ring v0.17.8 |
444 | 2025-02-11T20:36:48.473Z | Compiling pkg-config v0.3.31 |
445 | 2025-02-11T20:36:48.769Z | Checking untrusted v0.9.0 |
446 | 2025-02-11T20:36:48.799Z | Checking litemap v0.7.3 |
447 | 2025-02-11T20:36:48.932Z | Compiling httparse v1.9.5 |
448 | 2025-02-11T20:36:49.119Z | Compiling heck v0.5.0 |
449 | 2025-02-11T20:36:49.151Z | Checking writeable v0.5.5 |
450 | 2025-02-11T20:36:49.440Z | Checking iana-time-zone v0.1.61 |
451 | 2025-02-11T20:36:49.529Z | Checking tracing-core v0.1.32 |
452 | 2025-02-11T20:36:49.591Z | Checking dyn-clone v1.0.17 |
453 | 2025-02-11T20:36:49.602Z | Compiling openssl-sys v0.9.105 |
454 | 2025-02-11T20:36:49.620Z | Compiling ucd-trie v0.1.7 |
455 | 2025-02-11T20:36:49.658Z | Checking atomic-waker v1.1.2 |
456 | 2025-02-11T20:36:49.794Z | Checking http-body v1.0.1 |
457 | 2025-02-11T20:36:50.042Z | Checking try-lock v0.2.5 |
458 | 2025-02-11T20:36:50.053Z | Checking icu_locid_transform_data v1.5.0 |
459 | 2025-02-11T20:36:50.111Z | Checking tracing v0.1.40 |
460 | 2025-02-11T20:36:50.152Z | Checking zeroize v1.8.1 |
461 | 2025-02-11T20:36:50.173Z | Compiling allocator-api2 v0.2.18 |
462 | 2025-02-11T20:36:50.300Z | Checking subtle v2.6.1 |
463 | 2025-02-11T20:36:50.386Z | Checking want v0.3.1 |
464 | 2025-02-11T20:36:50.571Z | Compiling uuid v1.12.0 |
465 | 2025-02-11T20:36:50.659Z | Checking httpdate v1.0.3 |
466 | 2025-02-11T20:36:50.848Z | Checking foreign-types-shared v0.1.1 |
467 | 2025-02-11T20:36:50.851Z | Compiling openssl v0.10.70 |
468 | 2025-02-11T20:36:50.889Z | Checking icu_properties_data v1.5.0 |
469 | 2025-02-11T20:36:50.950Z | Checking foreign-types v0.3.2 |
470 | 2025-02-11T20:36:51.103Z | Checking icu_normalizer_data v1.5.0 |
471 | 2025-02-11T20:36:51.120Z | Checking write16 v1.0.0 |
472 | 2025-02-11T20:36:51.195Z | Checking percent-encoding v2.3.1 |
473 | 2025-02-11T20:36:51.290Z | Compiling rustls v0.23.19 |
474 | 2025-02-11T20:36:51.340Z | Compiling chrono v0.4.39 |
475 | 2025-02-11T20:36:51.397Z | Checking utf16_iter v1.0.5 |
476 | 2025-02-11T20:36:51.444Z | Checking bitflags v2.6.0 |
477 | 2025-02-11T20:36:51.559Z | Checking utf8_iter v1.0.4 |
478 | 2025-02-11T20:36:51.562Z | Compiling native-tls v0.2.12 |
479 | 2025-02-11T20:36:51.607Z | Checking tower-service v0.3.3 |
480 | 2025-02-11T20:36:51.680Z | Compiling slog v2.7.0 |
481 | 2025-02-11T20:36:51.723Z | Checking form_urlencoded v1.2.1 |
482 | 2025-02-11T20:36:51.925Z | Compiling aho-corasick v1.1.3 |
483 | 2025-02-11T20:36:51.937Z | Compiling typenum v1.17.0 |
484 | 2025-02-11T20:36:52.121Z | Compiling regex-syntax v0.8.5 |
485 | 2025-02-11T20:36:52.214Z | Checking openssl-probe v0.1.5 |
486 | 2025-02-11T20:36:52.969Z | Compiling generic-array v0.14.7 |
487 | 2025-02-11T20:36:53.189Z | Checking encoding_rs v0.8.34 |
488 | 2025-02-11T20:36:53.423Z | Checking mime v0.3.17 |
489 | 2025-02-11T20:36:54.184Z | Compiling synstructure v0.13.1 |
490 | 2025-02-11T20:36:54.391Z | Compiling serde_derive_internals v0.29.1 |
491 | 2025-02-11T20:36:54.864Z | Checking rustls-webpki v0.102.8 |
492 | 2025-02-11T20:36:55.388Z | Checking webpki-roots v0.26.6 |
493 | 2025-02-11T20:36:55.556Z | Checking rustls-pemfile v2.2.0 |
494 | 2025-02-11T20:36:55.762Z | Compiling regex-automata v0.4.8 |
495 | 2025-02-11T20:36:56.359Z | Compiling usdt-impl v0.5.0 |
496 | 2025-02-11T20:36:56.441Z | Checking base64 v0.22.1 |
497 | 2025-02-11T20:36:56.740Z | Compiling num-conv v0.1.0 |
498 | 2025-02-11T20:36:56.928Z | Checking powerfmt v0.2.0 |
499 | 2025-02-11T20:36:57.017Z | Compiling time-core v0.1.2 |
500 | 2025-02-11T20:36:57.181Z | Compiling time-macros v0.2.18 |
501 | 2025-02-11T20:36:57.207Z | Checking deranged v0.3.11 |
502 | 2025-02-11T20:36:57.289Z | Compiling thread-id v4.2.2 |
503 | 2025-02-11T20:36:57.624Z | Checking sync_wrapper v1.0.1 |
504 | 2025-02-11T20:36:58.131Z | Compiling ident_case v1.0.1 |
505 | 2025-02-11T20:36:58.319Z | Compiling paste v1.0.15 |
506 | 2025-02-11T20:36:58.342Z | Compiling serde_derive v1.0.217 |
507 | 2025-02-11T20:36:58.415Z | Compiling zerocopy-derive v0.7.35 |
508 | 2025-02-11T20:36:58.467Z | Compiling thiserror-impl v1.0.69 |
509 | 2025-02-11T20:36:58.800Z | Compiling zerofrom-derive v0.1.4 |
510 | 2025-02-11T20:36:59.637Z | Compiling schemars_derive v0.8.21 |
511 | 2025-02-11T20:36:59.933Z | Compiling tokio-macros v2.5.0 |
512 | 2025-02-11T20:37:00.105Z | Compiling yoke-derive v0.7.4 |
513 | 2025-02-11T20:37:00.277Z | Compiling zerocopy v0.7.35 |
514 | 2025-02-11T20:37:01.378Z | Checking tokio v1.43.0 |
515 | 2025-02-11T20:37:01.617Z | Compiling zerovec-derive v0.10.3 |
516 | 2025-02-11T20:37:01.954Z | Checking zerofrom v0.1.4 |
517 | 2025-02-11T20:37:02.145Z | Compiling displaydoc v0.2.5 |
518 | 2025-02-11T20:37:02.406Z | Compiling futures-macro v0.3.31 |
519 | 2025-02-11T20:37:02.473Z | Compiling icu_provider_macros v1.5.0 |
520 | 2025-02-11T20:37:02.486Z | Checking yoke v0.7.4 |
521 | 2025-02-11T20:37:02.817Z | Compiling pest v2.7.14 |
522 | 2025-02-11T20:37:03.276Z | Compiling hashbrown v0.14.5 |
523 | 2025-02-11T20:37:03.529Z | Compiling openssl-macros v0.1.1 |
524 | 2025-02-11T20:37:03.930Z | Checking zerovec v0.10.4 |
525 | 2025-02-11T20:37:04.154Z | Checking futures-util v0.3.31 |
526 | 2025-02-11T20:37:04.443Z | Compiling regress v0.10.1 |
527 | 2025-02-11T20:37:04.990Z | Compiling regex v1.11.1 |
528 | 2025-02-11T20:37:05.672Z | Checking tinystr v0.7.6 |
529 | 2025-02-11T20:37:05.869Z | Checking icu_collections v1.5.0 |
530 | 2025-02-11T20:37:05.989Z | Checking icu_locid v1.5.0 |
531 | 2025-02-11T20:37:06.491Z | Compiling pest_meta v2.7.14 |
532 | 2025-02-11T20:37:06.914Z | Checking icu_provider v1.5.0 |
533 | 2025-02-11T20:37:07.536Z | Checking icu_locid_transform v1.5.0 |
534 | 2025-02-11T20:37:08.192Z | Checking tokio-util v0.7.12 |
535 | 2025-02-11T20:37:08.493Z | Checking icu_properties v1.5.1 |
536 | 2025-02-11T20:37:08.781Z | Compiling pest_generator v2.7.14 |
537 | 2025-02-11T20:37:08.921Z | Checking http-body-util v0.1.2 |
538 | 2025-02-11T20:37:08.955Z | Checking tokio-rustls v0.26.0 |
539 | 2025-02-11T20:37:09.307Z | Compiling scroll_derive v0.12.0 |
540 | 2025-02-11T20:37:09.447Z | Checking tokio-native-tls v0.3.1 |
541 | 2025-02-11T20:37:10.237Z | Checking indexmap v2.7.1 |
542 | 2025-02-11T20:37:10.747Z | Compiling serde_tokenstream v0.2.2 |
543 | 2025-02-11T20:37:11.355Z | Checking h2 v0.4.6 |
544 | 2025-02-11T20:37:11.679Z | Checking icu_normalizer v1.5.0 |
545 | 2025-02-11T20:37:11.769Z | Compiling pest_derive v2.7.14 |
546 | 2025-02-11T20:37:12.605Z | Checking idna_adapter v1.2.0 |
547 | 2025-02-11T20:37:12.791Z | Checking idna v1.0.3 |
548 | 2025-02-11T20:37:12.925Z | Checking serde_urlencoded v0.7.1 |
549 | 2025-02-11T20:37:13.031Z | Compiling dtrace-parser v0.2.0 |
550 | 2025-02-11T20:37:13.182Z | Compiling dof v0.3.0 |
551 | 2025-02-11T20:37:13.281Z | Checking url v2.5.3 |
552 | 2025-02-11T20:37:13.316Z | Checking scroll v0.12.0 |
553 | 2025-02-11T20:37:13.761Z | Checking plain v0.2.3 |
554 | 2025-02-11T20:37:13.854Z | Checking ipnet v2.10.1 |
555 | 2025-02-11T20:37:13.915Z | Compiling strsim v0.11.1 |
556 | 2025-02-11T20:37:14.087Z | Compiling crossbeam-utils v0.8.20 |
557 | 2025-02-11T20:37:14.189Z | Checking num_threads v0.1.7 |
558 | 2025-02-11T20:37:14.304Z | Compiling typify-impl v0.2.0 |
559 | 2025-02-11T20:37:14.402Z | Compiling darling_core v0.20.10 |
560 | 2025-02-11T20:37:14.562Z | Checking time v0.3.36 |
561 | 2025-02-11T20:37:14.628Z | Checking goblin v0.8.2 |
562 | 2025-02-11T20:37:15.526Z | Checking hyper v1.5.2 |
563 | 2025-02-11T20:37:16.577Z | Compiling openapiv3 v2.0.0 |
564 | 2025-02-11T20:37:17.460Z | Checking hyper-util v0.1.10 |
565 | 2025-02-11T20:37:17.776Z | Checking dirs-sys-next v0.1.2 |
566 | 2025-02-11T20:37:17.952Z | Compiling rustls v0.22.4 |
567 | 2025-02-11T20:37:18.197Z | Compiling unsafe-libyaml v0.2.11 |
568 | 2025-02-11T20:37:18.254Z | Compiling newtype-uuid v1.2.1 |
569 | 2025-02-11T20:37:18.575Z | Compiling rustversion v1.0.17 |
570 | 2025-02-11T20:37:19.018Z | Checking hyper-tls v0.6.0 |
571 | 2025-02-11T20:37:19.228Z | Checking hyper-rustls v0.27.3 |
572 | 2025-02-11T20:37:19.283Z | Checking pretty-hex v0.4.1 |
573 | 2025-02-11T20:37:19.469Z | Compiling omicron-workspace-hack v0.1.0 |
574 | 2025-02-11T20:37:19.533Z | Checking reqwest v0.12.9 |
575 | 2025-02-11T20:37:19.706Z | Compiling darling_macro v0.20.10 |
576 | 2025-02-11T20:37:19.800Z | Compiling serde_yaml v0.9.34+deprecated |
577 | 2025-02-11T20:37:20.141Z | Checking dirs-next v2.0.0 |
578 | 2025-02-11T20:37:20.629Z | Checking ipnetwork v0.20.0 |
579 | 2025-02-11T20:37:20.679Z | Checking toml_datetime v0.6.8 |
580 | 2025-02-11T20:37:20.745Z | Checking serde_spanned v0.6.8 |
581 | 2025-02-11T20:37:20.883Z | Checking ppv-lite86 v0.2.20 |
582 | 2025-02-11T20:37:20.932Z | Checking block-buffer v0.10.4 |
583 | 2025-02-11T20:37:20.957Z | Checking crypto-common v0.1.6 |
584 | 2025-02-11T20:37:20.961Z | Compiling structmeta-derive v0.3.0 |
585 | 2025-02-11T20:37:21.033Z | Checking rand_core v0.6.4 |
586 | 2025-02-11T20:37:21.132Z | Checking thread_local v1.1.8 |
587 | 2025-02-11T20:37:21.175Z | Compiling multer v3.1.0 |
588 | 2025-02-11T20:37:21.225Z | Compiling thiserror v2.0.11 |
589 | 2025-02-11T20:37:21.315Z | Checking winnow v0.6.20 |
590 | 2025-02-11T20:37:21.403Z | Compiling camino v1.1.9 |
591 | 2025-02-11T20:37:21.515Z | Checking match_cfg v0.1.0 |
592 | 2025-02-11T20:37:21.579Z | Compiling anyhow v1.0.95 |
593 | 2025-02-11T20:37:21.603Z | Compiling slog-async v2.8.0 |
594 | 2025-02-11T20:37:22.022Z | Checking hostname v0.3.1 |
595 | 2025-02-11T20:37:22.141Z | Checking rand_chacha v0.3.1 |
596 | 2025-02-11T20:37:22.206Z | Checking digest v0.10.7 |
597 | 2025-02-11T20:37:22.509Z | Checking crossbeam-channel v0.5.13 |
598 | 2025-02-11T20:37:22.526Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
599 | 2025-02-11T20:37:22.553Z | Checking progenitor-client v0.8.0 |
600 | 2025-02-11T20:37:22.687Z | Compiling darling v0.20.10 |
601 | 2025-02-11T20:37:22.804Z | Checking term v0.7.0 |
602 | 2025-02-11T20:37:23.097Z | Compiling usdt-macro v0.5.0 |
603 | 2025-02-11T20:37:23.190Z | Compiling usdt-attr-macro v0.5.0 |
604 | 2025-02-11T20:37:23.209Z | Checking slog-json v2.6.1 |
605 | 2025-02-11T20:37:23.281Z | Compiling structmeta v0.3.0 |
606 | 2025-02-11T20:37:23.468Z | Checking futures-executor v0.3.31 |
607 | 2025-02-11T20:37:23.650Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
608 | 2025-02-11T20:37:23.692Z | Compiling thiserror-impl v2.0.11 |
609 | 2025-02-11T20:37:23.916Z | Checking toml_edit v0.22.22 |
610 | 2025-02-11T20:37:24.101Z | Compiling async-stream-impl v0.3.6 |
611 | 2025-02-11T20:37:24.302Z | Checking memmap v0.7.0 |
612 | 2025-02-11T20:37:24.512Z | Checking is-terminal v0.4.13 |
613 | 2025-02-11T20:37:24.515Z | Compiling dropshot v0.15.1 |
614 | 2025-02-11T20:37:24.640Z | Checking cpufeatures v0.2.14 |
615 | 2025-02-11T20:37:24.726Z | Checking take_mut v0.2.2 |
616 | 2025-02-11T20:37:24.767Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
617 | 2025-02-11T20:37:24.934Z | Checking sha1 v0.10.6 |
618 | 2025-02-11T20:37:25.045Z | Checking slog-term v2.9.1 |
619 | 2025-02-11T20:37:25.147Z | Checking usdt v0.5.0 |
620 | 2025-02-11T20:37:25.190Z | Compiling strum_macros v0.26.4 |
621 | 2025-02-11T20:37:25.330Z | Checking async-stream v0.3.6 |
622 | 2025-02-11T20:37:25.377Z | Checking futures v0.3.31 |
623 | 2025-02-11T20:37:25.478Z | Compiling parse-display-derive v0.10.0 |
624 | 2025-02-11T20:37:25.517Z | Checking slog-bunyan v2.5.0 |
625 | 2025-02-11T20:37:25.539Z | Compiling serde_with_macros v3.11.0 |
626 | 2025-02-11T20:37:26.052Z | Checking rand v0.8.5 |
627 | 2025-02-11T20:37:26.111Z | Compiling typify-macro v0.2.0 |
628 | 2025-02-11T20:37:26.156Z | Checking tokio-rustls v0.25.0 |
629 | 2025-02-11T20:37:26.476Z | Checking toml v0.8.19 |
630 | 2025-02-11T20:37:26.980Z | Compiling dropshot_endpoint v0.15.1 |
631 | 2025-02-11T20:37:27.187Z | Checking serde_path_to_error v0.1.16 |
632 | 2025-02-11T20:37:27.199Z | Checking hex v0.4.3 |
633 | 2025-02-11T20:37:27.278Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2025-02-11T20:37:27.689Z | Compiling async-trait v0.1.86 |
635 | 2025-02-11T20:37:27.760Z | Checking waitgroup v0.1.2 |
636 | 2025-02-11T20:37:27.905Z | Checking hostname v0.4.0 |
637 | 2025-02-11T20:37:28.004Z | Checking instant v0.1.13 |
638 | 2025-02-11T20:37:28.045Z | Checking debug-ignore v1.0.5 |
639 | 2025-02-11T20:37:28.067Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-02-11T20:37:28.117Z | Checking backoff v0.4.0 |
641 | 2025-02-11T20:37:28.176Z | Checking serde_with v3.11.0 |
642 | 2025-02-11T20:37:28.201Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
643 | 2025-02-11T20:37:28.354Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2025-02-11T20:37:28.396Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
645 | 2025-02-11T20:37:28.750Z | Checking progenitor-client v0.9.1 |
646 | 2025-02-11T20:37:28.958Z | Checking parse-display v0.10.0 |
647 | 2025-02-11T20:37:29.167Z | Checking macaddr v1.0.1 |
648 | 2025-02-11T20:37:29.189Z | Checking regress v0.9.1 |
649 | 2025-02-11T20:37:29.366Z | Checking strum v0.26.3 |
650 | 2025-02-11T20:37:29.421Z | Compiling typify v0.2.0 |
651 | 2025-02-11T20:37:29.530Z | Compiling progenitor-impl v0.8.0 |
652 | 2025-02-11T20:37:31.939Z | Compiling progenitor-macro v0.8.0 |
653 | 2025-02-11T20:37:35.277Z | Checking progenitor v0.8.0 |
654 | 2025-02-11T20:37:35.383Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
655 | 2025-02-11T20:37:38.066Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
656 | 2025-02-11T20:37:44.962Z | Checking test-project v0.1.0 (/tmp/test-project) |
657 | 2025-02-11T20:37:45.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
658 | 2025-02-11T20:37:45.153Z | + cargo build --release |
659 | 2025-02-11T20:37:45.407Z | Compiling proc-macro2 v1.0.92 |
660 | 2025-02-11T20:37:45.407Z | Compiling unicode-ident v1.0.14 |
661 | 2025-02-11T20:37:45.407Z | Compiling libc v0.2.169 |
662 | 2025-02-11T20:37:45.410Z | Compiling cfg-if v1.0.0 |
663 | 2025-02-11T20:37:45.410Z | Compiling autocfg v1.4.0 |
664 | 2025-02-11T20:37:45.410Z | Compiling serde v1.0.217 |
665 | 2025-02-11T20:37:45.410Z | Compiling version_check v0.9.5 |
666 | 2025-02-11T20:37:45.452Z | Compiling memchr v2.7.4 |
667 | 2025-02-11T20:37:45.532Z | Compiling serde_json v1.0.135 |
668 | 2025-02-11T20:37:45.603Z | Compiling itoa v1.0.11 |
669 | 2025-02-11T20:37:45.880Z | Compiling thiserror v1.0.69 |
670 | 2025-02-11T20:37:45.984Z | Compiling once_cell v1.20.2 |
671 | 2025-02-11T20:37:46.002Z | Compiling shlex v1.3.0 |
672 | 2025-02-11T20:37:46.311Z | Compiling cc v1.1.30 |
673 | 2025-02-11T20:37:46.403Z | Compiling num-traits v0.2.19 |
674 | 2025-02-11T20:37:46.421Z | Compiling pin-project-lite v0.2.14 |
675 | 2025-02-11T20:37:46.712Z | Compiling getrandom v0.2.15 |
676 | 2025-02-11T20:37:46.745Z | Compiling smallvec v1.13.2 |
677 | 2025-02-11T20:37:46.769Z | Compiling ryu v1.0.18 |
678 | 2025-02-11T20:37:47.064Z | Compiling quote v1.0.38 |
679 | 2025-02-11T20:37:47.085Z | Compiling bytes v1.9.0 |
680 | 2025-02-11T20:37:47.201Z | Compiling futures-core v0.3.31 |
681 | 2025-02-11T20:37:47.204Z | Compiling lock_api v0.4.12 |
682 | 2025-02-11T20:37:47.359Z | Compiling schemars v0.8.21 |
683 | 2025-02-11T20:37:47.442Z | Compiling syn v2.0.96 |
684 | 2025-02-11T20:37:47.539Z | Compiling parking_lot_core v0.9.10 |
685 | 2025-02-11T20:37:47.724Z | Compiling ahash v0.8.11 |
686 | 2025-02-11T20:37:47.816Z | Compiling byteorder v1.5.0 |
687 | 2025-02-11T20:37:47.969Z | Compiling scopeguard v1.2.0 |
688 | 2025-02-11T20:37:48.049Z | Compiling slab v0.4.9 |
689 | 2025-02-11T20:37:48.131Z | Compiling futures-sink v0.3.31 |
690 | 2025-02-11T20:37:48.232Z | Compiling log v0.4.22 |
691 | 2025-02-11T20:37:48.559Z | Compiling parking_lot v0.12.3 |
692 | 2025-02-11T20:37:48.638Z | Compiling socket2 v0.5.7 |
693 | 2025-02-11T20:37:48.671Z | Compiling mio v1.0.2 |
694 | 2025-02-11T20:37:48.764Z | Compiling signal-hook-registry v1.4.2 |
695 | 2025-02-11T20:37:48.854Z | Compiling stable_deref_trait v1.2.0 |
696 | 2025-02-11T20:37:48.907Z | Compiling ring v0.17.8 |
697 | 2025-02-11T20:37:48.965Z | Compiling equivalent v1.0.1 |
698 | 2025-02-11T20:37:49.059Z | Compiling hashbrown v0.15.1 |
699 | 2025-02-11T20:37:49.184Z | Compiling fnv v1.0.7 |
700 | 2025-02-11T20:37:49.316Z | Compiling semver v1.0.24 |
701 | 2025-02-11T20:37:49.797Z | Compiling http v1.2.0 |
702 | 2025-02-11T20:37:50.096Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-11T20:37:50.199Z | Compiling futures-io v0.3.31 |
704 | 2025-02-11T20:37:50.232Z | Compiling pin-utils v0.1.0 |
705 | 2025-02-11T20:37:50.324Z | Compiling futures-task v0.3.31 |
706 | 2025-02-11T20:37:50.525Z | Compiling pkg-config v0.3.31 |
707 | 2025-02-11T20:37:50.533Z | Compiling rustls-pki-types v1.10.0 |
708 | 2025-02-11T20:37:50.595Z | Compiling spin v0.9.8 |
709 | 2025-02-11T20:37:50.624Z | Compiling vcpkg v0.2.15 |
710 | 2025-02-11T20:37:50.829Z | Compiling untrusted v0.9.0 |
711 | 2025-02-11T20:37:51.010Z | Compiling heck v0.5.0 |
712 | 2025-02-11T20:37:51.399Z | Compiling writeable v0.5.5 |
713 | 2025-02-11T20:37:51.580Z | Compiling iana-time-zone v0.1.61 |
714 | 2025-02-11T20:37:52.042Z | Compiling openssl-sys v0.9.105 |
715 | 2025-02-11T20:37:52.251Z | Compiling litemap v0.7.3 |
716 | 2025-02-11T20:37:52.252Z | Compiling httparse v1.9.5 |
717 | 2025-02-11T20:37:52.672Z | Compiling tracing-core v0.1.32 |
718 | 2025-02-11T20:37:52.873Z | Compiling ucd-trie v0.1.7 |
719 | 2025-02-11T20:37:52.885Z | Compiling atomic-waker v1.1.2 |
720 | 2025-02-11T20:37:52.931Z | Compiling dyn-clone v1.0.17 |
721 | 2025-02-11T20:37:53.160Z | Compiling http-body v1.0.1 |
722 | 2025-02-11T20:37:53.391Z | Compiling tracing v0.1.40 |
723 | 2025-02-11T20:37:53.637Z | Compiling try-lock v0.2.5 |
724 | 2025-02-11T20:37:53.792Z | Compiling zeroize v1.8.1 |
725 | 2025-02-11T20:37:54.050Z | Compiling subtle v2.6.1 |
726 | 2025-02-11T20:37:54.050Z | Compiling icu_locid_transform_data v1.5.0 |
727 | 2025-02-11T20:37:54.145Z | Compiling allocator-api2 v0.2.18 |
728 | 2025-02-11T20:37:54.188Z | Compiling want v0.3.1 |
729 | 2025-02-11T20:37:54.339Z | Compiling httpdate v1.0.3 |
730 | 2025-02-11T20:37:54.593Z | Compiling synstructure v0.13.1 |
731 | 2025-02-11T20:37:54.623Z | Compiling serde_derive_internals v0.29.1 |
732 | 2025-02-11T20:37:54.822Z | Compiling chrono v0.4.39 |
733 | 2025-02-11T20:37:54.877Z | Compiling openssl v0.10.70 |
734 | 2025-02-11T20:37:55.073Z | Compiling foreign-types-shared v0.1.1 |
735 | 2025-02-11T20:37:55.178Z | Compiling uuid v1.12.0 |
736 | 2025-02-11T20:37:55.438Z | Compiling icu_properties_data v1.5.0 |
737 | 2025-02-11T20:37:55.689Z | Compiling foreign-types v0.3.2 |
738 | 2025-02-11T20:37:55.838Z | Compiling icu_normalizer_data v1.5.0 |
739 | 2025-02-11T20:37:55.934Z | Compiling tower-service v0.3.3 |
740 | 2025-02-11T20:37:56.055Z | Compiling utf16_iter v1.0.5 |
741 | 2025-02-11T20:37:56.264Z | Compiling percent-encoding v2.3.1 |
742 | 2025-02-11T20:37:56.509Z | Compiling utf8_iter v1.0.4 |
743 | 2025-02-11T20:37:56.620Z | Compiling write16 v1.0.0 |
744 | 2025-02-11T20:37:56.743Z | Compiling native-tls v0.2.12 |
745 | 2025-02-11T20:37:56.756Z | Compiling bitflags v2.6.0 |
746 | 2025-02-11T20:37:56.775Z | Compiling slog v2.7.0 |
747 | 2025-02-11T20:37:57.042Z | Compiling rustls v0.23.19 |
748 | 2025-02-11T20:37:57.323Z | Compiling form_urlencoded v1.2.1 |
749 | 2025-02-11T20:37:57.397Z | Compiling aho-corasick v1.1.3 |
750 | 2025-02-11T20:37:57.429Z | Compiling regex-syntax v0.8.5 |
751 | 2025-02-11T20:37:57.791Z | Compiling typenum v1.17.0 |
752 | 2025-02-11T20:37:58.599Z | Compiling openssl-probe v0.1.5 |
753 | 2025-02-11T20:37:58.893Z | Compiling serde_derive v1.0.217 |
754 | 2025-02-11T20:37:59.076Z | Compiling zerocopy-derive v0.7.35 |
755 | 2025-02-11T20:37:59.331Z | Compiling thiserror-impl v1.0.69 |
756 | 2025-02-11T20:37:59.684Z | Compiling schemars_derive v0.8.21 |
757 | 2025-02-11T20:37:59.782Z | Compiling zerofrom-derive v0.1.4 |
758 | 2025-02-11T20:38:00.991Z | Compiling zerocopy v0.7.35 |
759 | 2025-02-11T20:38:02.138Z | Compiling yoke-derive v0.7.4 |
760 | 2025-02-11T20:38:02.317Z | Compiling tokio-macros v2.5.0 |
761 | 2025-02-11T20:38:02.497Z | Compiling zerovec-derive v0.10.3 |
762 | 2025-02-11T20:38:02.582Z | Compiling futures-macro v0.3.31 |
763 | 2025-02-11T20:38:02.769Z | Compiling displaydoc v0.2.5 |
764 | 2025-02-11T20:38:02.935Z | Compiling zerofrom v0.1.4 |
765 | 2025-02-11T20:38:03.771Z | Compiling tokio v1.43.0 |
766 | 2025-02-11T20:38:04.257Z | Compiling icu_provider_macros v1.5.0 |
767 | 2025-02-11T20:38:04.400Z | Compiling futures-util v0.3.31 |
768 | 2025-02-11T20:38:04.520Z | Compiling yoke v0.7.4 |
769 | 2025-02-11T20:38:04.901Z | Compiling zerovec v0.10.4 |
770 | 2025-02-11T20:38:05.165Z | Compiling rustls-webpki v0.102.8 |
771 | 2025-02-11T20:38:05.353Z | Compiling pest v2.7.14 |
772 | 2025-02-11T20:38:08.310Z | Compiling tinystr v0.7.6 |
773 | 2025-02-11T20:38:08.715Z | Compiling icu_locid v1.5.0 |
774 | 2025-02-11T20:38:09.960Z | Compiling icu_provider v1.5.0 |
775 | 2025-02-11T20:38:10.522Z | Compiling pest_meta v2.7.14 |
776 | 2025-02-11T20:38:10.840Z | Compiling icu_locid_transform v1.5.0 |
777 | 2025-02-11T20:38:12.113Z | Compiling indexmap v2.7.1 |
778 | 2025-02-11T20:38:13.765Z | Compiling serde_tokenstream v0.2.2 |
779 | 2025-02-11T20:38:15.641Z | Compiling tokio-util v0.7.12 |
780 | 2025-02-11T20:38:16.106Z | Compiling icu_collections v1.5.0 |
781 | 2025-02-11T20:38:16.185Z | Compiling hashbrown v0.14.5 |
782 | 2025-02-11T20:38:17.385Z | Compiling h2 v0.4.6 |
783 | 2025-02-11T20:38:17.806Z | Compiling regress v0.10.1 |
784 | 2025-02-11T20:38:17.896Z | Compiling icu_properties v1.5.1 |
785 | 2025-02-11T20:38:25.326Z | Compiling pest_generator v2.7.14 |
786 | 2025-02-11T20:38:25.396Z | Compiling openssl-macros v0.1.1 |
787 | 2025-02-11T20:38:25.396Z | Compiling icu_normalizer v1.5.0 |
788 | 2025-02-11T20:38:25.396Z | Compiling hyper v1.5.2 |
789 | 2025-02-11T20:38:25.396Z | Compiling pest_derive v2.7.14 |
790 | 2025-02-11T20:38:25.396Z | Compiling typify-impl v0.2.0 |
791 | 2025-02-11T20:38:27.794Z | Compiling hyper-util v0.1.10 |
792 | 2025-02-11T20:38:33.963Z | Compiling idna_adapter v1.2.0 |
793 | 2025-02-11T20:38:34.008Z | Compiling http-body-util v0.1.2 |
794 | 2025-02-11T20:38:34.167Z | Compiling regex-automata v0.4.8 |
795 | 2025-02-11T20:38:34.625Z | Compiling typify-macro v0.2.0 |
796 | 2025-02-11T20:38:34.628Z | Compiling generic-array v0.14.7 |
797 | 2025-02-11T20:38:34.725Z | Compiling encoding_rs v0.8.34 |
798 | 2025-02-11T20:38:35.074Z | Compiling mime v0.3.17 |
799 | 2025-02-11T20:38:36.165Z | Compiling tokio-rustls v0.26.0 |
800 | 2025-02-11T20:38:37.366Z | Compiling idna v1.0.3 |
801 | 2025-02-11T20:38:37.686Z | Compiling tokio-native-tls v0.3.1 |
802 | 2025-02-11T20:38:37.965Z | Compiling serde_urlencoded v0.7.1 |
803 | 2025-02-11T20:38:38.053Z | Compiling scroll_derive v0.12.0 |
804 | 2025-02-11T20:38:38.525Z | Compiling regex v1.11.1 |
805 | 2025-02-11T20:38:39.373Z | Compiling webpki-roots v0.26.6 |
806 | 2025-02-11T20:38:39.498Z | Compiling rustls-pemfile v2.2.0 |
807 | 2025-02-11T20:38:39.919Z | Compiling usdt-impl v0.5.0 |
808 | 2025-02-11T20:38:40.303Z | Compiling powerfmt v0.2.0 |
809 | 2025-02-11T20:38:40.858Z | Compiling num-conv v0.1.0 |
810 | 2025-02-11T20:38:41.060Z | Compiling base64 v0.22.1 |
811 | 2025-02-11T20:38:41.068Z | Compiling time-core v0.1.2 |
812 | 2025-02-11T20:38:41.230Z | Compiling time-macros v0.2.18 |
813 | 2025-02-11T20:38:42.151Z | Compiling deranged v0.3.11 |
814 | 2025-02-11T20:38:44.037Z | Compiling hyper-rustls v0.27.3 |
815 | 2025-02-11T20:38:44.499Z | Compiling scroll v0.12.0 |
816 | 2025-02-11T20:38:45.082Z | Compiling url v2.5.3 |
817 | 2025-02-11T20:38:45.687Z | Compiling hyper-tls v0.6.0 |
818 | 2025-02-11T20:38:45.849Z | Compiling thread-id v4.2.2 |
819 | 2025-02-11T20:38:46.155Z | Compiling dtrace-parser v0.2.0 |
820 | 2025-02-11T20:38:47.717Z | Compiling dof v0.3.0 |
821 | 2025-02-11T20:38:48.485Z | Compiling sync_wrapper v1.0.1 |
822 | 2025-02-11T20:38:48.649Z | Compiling plain v0.2.3 |
823 | 2025-02-11T20:38:48.816Z | Compiling paste v1.0.15 |
824 | 2025-02-11T20:38:49.494Z | Compiling crossbeam-utils v0.8.20 |
825 | 2025-02-11T20:38:49.995Z | Compiling omicron-workspace-hack v0.1.0 |
826 | 2025-02-11T20:38:50.330Z | Compiling ident_case v1.0.1 |
827 | 2025-02-11T20:38:50.504Z | Compiling num_threads v0.1.7 |
828 | 2025-02-11T20:38:51.683Z | Compiling ipnet v2.10.1 |
829 | 2025-02-11T20:38:53.506Z | Compiling strsim v0.11.1 |
830 | 2025-02-11T20:38:53.557Z | Compiling time v0.3.36 |
831 | 2025-02-11T20:38:54.141Z | Compiling darling_core v0.20.10 |
832 | 2025-02-11T20:38:54.720Z | Compiling reqwest v0.12.9 |
833 | 2025-02-11T20:38:58.975Z | Compiling goblin v0.8.2 |
834 | 2025-02-11T20:39:00.691Z | Compiling typify v0.2.0 |
835 | 2025-02-11T20:39:00.811Z | Compiling openapiv3 v2.0.0 |
836 | 2025-02-11T20:39:03.099Z | Compiling dirs-sys-next v0.1.2 |
837 | 2025-02-11T20:39:04.583Z | Compiling rustversion v1.0.17 |
838 | 2025-02-11T20:39:04.670Z | Compiling newtype-uuid v1.2.1 |
839 | 2025-02-11T20:39:04.991Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2025-02-11T20:39:05.198Z | Compiling pretty-hex v0.4.1 |
841 | 2025-02-11T20:39:05.423Z | Compiling rustls v0.22.4 |
842 | 2025-02-11T20:39:06.676Z | Compiling serde_yaml v0.9.34+deprecated |
843 | 2025-02-11T20:39:09.158Z | Compiling progenitor-impl v0.8.0 |
844 | 2025-02-11T20:39:10.017Z | Compiling dirs-next v2.0.0 |
845 | 2025-02-11T20:39:10.397Z | Compiling darling_macro v0.20.10 |
846 | 2025-02-11T20:39:13.386Z | Compiling block-buffer v0.10.4 |
847 | 2025-02-11T20:39:13.596Z | Compiling crypto-common v0.1.6 |
848 | 2025-02-11T20:39:13.628Z | Compiling ipnetwork v0.20.0 |
849 | 2025-02-11T20:39:13.723Z | Compiling serde_spanned v0.6.8 |
850 | 2025-02-11T20:39:13.809Z | Compiling toml_datetime v0.6.8 |
851 | 2025-02-11T20:39:13.962Z | Compiling ppv-lite86 v0.2.20 |
852 | 2025-02-11T20:39:14.484Z | Compiling structmeta-derive v0.3.0 |
853 | 2025-02-11T20:39:14.800Z | Compiling rand_core v0.6.4 |
854 | 2025-02-11T20:39:15.205Z | Compiling thread_local v1.1.8 |
855 | 2025-02-11T20:39:15.261Z | Compiling multer v3.1.0 |
856 | 2025-02-11T20:39:15.607Z | Compiling winnow v0.6.20 |
857 | 2025-02-11T20:39:15.873Z | Compiling match_cfg v0.1.0 |
858 | 2025-02-11T20:39:15.965Z | Compiling slog-async v2.8.0 |
859 | 2025-02-11T20:39:16.443Z | Compiling thiserror v2.0.11 |
860 | 2025-02-11T20:39:16.962Z | Compiling anyhow v1.0.95 |
861 | 2025-02-11T20:39:17.019Z | Compiling camino v1.1.9 |
862 | 2025-02-11T20:39:17.895Z | Compiling structmeta v0.3.0 |
863 | 2025-02-11T20:39:18.068Z | Compiling hostname v0.3.1 |
864 | 2025-02-11T20:39:18.339Z | Compiling progenitor-macro v0.8.0 |
865 | 2025-02-11T20:39:18.545Z | Compiling rand_chacha v0.3.1 |
866 | 2025-02-11T20:39:18.622Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
867 | 2025-02-11T20:39:19.812Z | Compiling toml_edit v0.22.22 |
868 | 2025-02-11T20:39:20.244Z | Compiling digest v0.10.7 |
869 | 2025-02-11T20:39:20.648Z | Compiling crossbeam-channel v0.5.13 |
870 | 2025-02-11T20:39:22.223Z | Compiling darling v0.20.10 |
871 | 2025-02-11T20:39:22.901Z | Compiling term v0.7.0 |
872 | 2025-02-11T20:39:27.454Z | Compiling usdt-macro v0.5.0 |
873 | 2025-02-11T20:39:28.700Z | Compiling usdt-attr-macro v0.5.0 |
874 | 2025-02-11T20:39:29.224Z | Compiling progenitor-client v0.8.0 |
875 | 2025-02-11T20:39:29.459Z | Compiling slog-json v2.6.1 |
876 | 2025-02-11T20:39:29.943Z | Compiling futures-executor v0.3.31 |
877 | 2025-02-11T20:39:30.102Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
878 | 2025-02-11T20:39:30.106Z | Compiling async-stream-impl v0.3.6 |
879 | 2025-02-11T20:39:31.011Z | Compiling thiserror-impl v2.0.11 |
880 | 2025-02-11T20:39:31.255Z | Compiling memmap v0.7.0 |
881 | 2025-02-11T20:39:31.381Z | Compiling is-terminal v0.4.13 |
882 | 2025-02-11T20:39:31.509Z | Compiling dropshot v0.15.1 |
883 | 2025-02-11T20:39:31.686Z | Compiling cpufeatures v0.2.14 |
884 | 2025-02-11T20:39:31.786Z | Compiling take_mut v0.2.2 |
885 | 2025-02-11T20:39:31.945Z | Compiling sha1 v0.10.6 |
886 | 2025-02-11T20:39:32.772Z | Compiling slog-term v2.9.1 |
887 | 2025-02-11T20:39:34.159Z | Compiling usdt v0.5.0 |
888 | 2025-02-11T20:39:35.243Z | Compiling async-stream v0.3.6 |
889 | 2025-02-11T20:39:35.556Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
890 | 2025-02-11T20:39:35.580Z | Compiling futures v0.3.31 |
891 | 2025-02-11T20:39:35.684Z | Compiling slog-bunyan v2.5.0 |
892 | 2025-02-11T20:39:35.730Z | Compiling tokio-rustls v0.25.0 |
893 | 2025-02-11T20:39:35.874Z | Compiling progenitor v0.8.0 |
894 | 2025-02-11T20:39:35.962Z | Compiling strum_macros v0.26.4 |
895 | 2025-02-11T20:39:36.061Z | Compiling toml v0.8.19 |
896 | 2025-02-11T20:39:36.142Z | Compiling serde_with_macros v3.11.0 |
897 | 2025-02-11T20:39:37.172Z | Compiling rand v0.8.5 |
898 | 2025-02-11T20:39:38.960Z | Compiling parse-display-derive v0.10.0 |
899 | 2025-02-11T20:39:41.767Z | Compiling dropshot_endpoint v0.15.1 |
900 | 2025-02-11T20:39:42.511Z | Compiling serde_path_to_error v0.1.16 |
901 | 2025-02-11T20:39:42.605Z | Compiling hex v0.4.3 |
902 | 2025-02-11T20:39:43.118Z | Compiling async-trait v0.1.86 |
903 | 2025-02-11T20:39:43.232Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2025-02-11T20:39:43.244Z | Compiling waitgroup v0.1.2 |
905 | 2025-02-11T20:39:43.470Z | Compiling hostname v0.4.0 |
906 | 2025-02-11T20:39:43.479Z | Compiling instant v0.1.13 |
907 | 2025-02-11T20:39:43.631Z | Compiling debug-ignore v1.0.5 |
908 | 2025-02-11T20:39:43.730Z | Compiling backoff v0.4.0 |
909 | 2025-02-11T20:39:43.779Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2025-02-11T20:39:43.940Z | Compiling parse-display v0.10.0 |
911 | 2025-02-11T20:39:44.034Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
912 | 2025-02-11T20:39:44.130Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2025-02-11T20:39:44.239Z | Compiling strum v0.26.3 |
914 | 2025-02-11T20:39:44.426Z | Compiling serde_with v3.11.0 |
915 | 2025-02-11T20:39:45.428Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
916 | 2025-02-11T20:39:45.888Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2025-02-11T20:39:46.152Z | Compiling progenitor-client v0.9.1 |
918 | 2025-02-11T20:39:46.738Z | Compiling regress v0.9.1 |
919 | 2025-02-11T20:39:47.148Z | Compiling macaddr v1.0.1 |
920 | 2025-02-11T20:39:53.166Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
921 | 2025-02-11T20:40:04.393Z | Compiling test-project v0.1.0 (/tmp/test-project) |
922 | 2025-02-11T20:40:14.310Z | Finished `release` profile [optimized] target(s) in 2m 29s |
923 | 2025-02-11T20:40:14.378Z | process exited: duration 215704 ms, exit code 0 |
|
924 | 2025-02-11T20:40:14.385Z | found 0 output files |