|
|
|
1 | 2025-02-22T20:22:31.826Z | job assigned to worker 01JMQN56G9S27R5CH0VRGBY1ED [factory aws, i-0df151e2c7e14b446] (queued for 1 m 1 s) |
|
2 | 2025-02-22T20:22:40.537Z | starting task 0: "setup" |
3 | 2025-02-22T20:22:40.545Z | ++ uname -s |
4 | 2025-02-22T20:22:40.547Z | + kern=SunOS |
5 | 2025-02-22T20:22:40.547Z | + build_user=build |
6 | 2025-02-22T20:22:40.547Z | + build_uid=12345 |
7 | 2025-02-22T20:22:40.547Z | + work_dir=/work |
8 | 2025-02-22T20:22:40.547Z | + input_dir=/input |
9 | 2025-02-22T20:22:40.547Z | + [[ 0 == 12345 ]] |
10 | 2025-02-22T20:22:40.547Z | + case "$kern" in |
11 | 2025-02-22T20:22:40.548Z | + groupadd -g 12345 build |
12 | 2025-02-22T20:22:40.550Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-22T20:22:42.558Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-22T20:22:42.675Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-22T20:22:42.677Z | + home_fs=zfs |
16 | 2025-02-22T20:22:42.677Z | + [[ zfs == autofs ]] |
17 | 2025-02-22T20:22:42.678Z | + mkdir -p /home/build |
18 | 2025-02-22T20:22:42.680Z | + chown build:build /home/build /work |
19 | 2025-02-22T20:22:43.681Z | + chmod 0700 /home/build /work |
20 | 2025-02-22T20:22:43.684Z | process exited: duration 3146 ms, exit code 0 |
|
21 | 2025-02-22T20:22:43.690Z | starting task 1: "rust-toolchain" |
22 | 2025-02-22T20:22:43.695Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-22T20:22:43.695Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-22T20:22:43.695Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-22T20:22:43.695Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-02-22T20:22:43.695Z | * rust toolchain profile = "default" |
27 | 2025-02-22T20:22:43.698Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-22T20:22:43.698Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-22T20:22:43.698Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-22T20:22:43.814Z | info: downloading installer |
31 | 2025-02-22T20:22:45.033Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-22T20:22:45.033Z | warning: /opt/ooce/bin |
33 | 2025-02-22T20:22:45.033Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-22T20:22:45.033Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-22T20:22:45.033Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-22T20:22:45.033Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-22T20:22:45.033Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-22T20:22:45.033Z | error: cannot install while Rust is installed |
39 | 2025-02-22T20:22:45.033Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-22T20:22:45.057Z | info: profile set to 'default' |
41 | 2025-02-22T20:22:45.057Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-22T20:22:45.060Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-22T20:22:45.202Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-22T20:22:45.203Z | info: downloading component 'cargo' |
45 | 2025-02-22T20:22:45.941Z | info: downloading component 'clippy' |
46 | 2025-02-22T20:22:46.235Z | info: downloading component 'rust-docs' |
47 | 2025-02-22T20:22:47.353Z | info: downloading component 'rust-std' |
48 | 2025-02-22T20:22:49.004Z | info: downloading component 'rustc' |
49 | 2025-02-22T20:22:54.669Z | info: downloading component 'rustfmt' |
50 | 2025-02-22T20:22:54.881Z | info: installing component 'cargo' |
51 | 2025-02-22T20:22:55.695Z | info: installing component 'clippy' |
52 | 2025-02-22T20:22:56.077Z | info: installing component 'rust-docs' |
53 | 2025-02-22T20:22:57.837Z | info: installing component 'rust-std' |
54 | 2025-02-22T20:22:59.692Z | info: installing component 'rustc' |
55 | 2025-02-22T20:23:05.624Z | info: installing component 'rustfmt' |
56 | 2025-02-22T20:23:05.957Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-22T20:23:05.957Z | |
58 | 2025-02-22T20:23:06.327Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-22T20:23:06.327Z | |
60 | 2025-02-22T20:23:06.330Z | |
61 | 2025-02-22T20:23:06.330Z | Rust is installed now. Great! |
62 | 2025-02-22T20:23:06.330Z | |
63 | 2025-02-22T20:23:06.330Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-22T20:23:06.330Z | environment variable. This has not been done automatically. |
65 | 2025-02-22T20:23:06.330Z | |
66 | 2025-02-22T20:23:06.330Z | To configure your current shell, you need to source |
67 | 2025-02-22T20:23:06.330Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-22T20:23:06.330Z | |
69 | 2025-02-22T20:23:06.331Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-22T20:23:06.331Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-22T20:23:06.331Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-22T20:23:06.404Z | + rustup --version |
73 | 2025-02-22T20:23:06.411Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-22T20:23:06.411Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-22T20:23:06.491Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-22T20:23:06.494Z | + cargo --version |
77 | 2025-02-22T20:23:06.550Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-22T20:23:06.552Z | + rustc --version |
79 | 2025-02-22T20:23:06.615Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-22T20:23:06.618Z | process exited: duration 22926 ms, exit code 0 |
|
81 | 2025-02-22T20:23:06.624Z | starting task 2: "authentication" |
82 | 2025-02-22T20:23:06.645Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-22T20:23:06.653Z | starting task 3: "clone repository" |
84 | 2025-02-22T20:23:06.656Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-22T20:23:06.659Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-22T20:23:06.772Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-22T20:23:13.873Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-22T20:23:13.873Z | + git fetch origin 7999177b3af7fc9123673b57374e082f135c5e93 |
89 | 2025-02-22T20:23:14.171Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-22T20:23:14.171Z | * branch 7999177b3af7fc9123673b57374e082f135c5e93 -> FETCH_HEAD |
91 | 2025-02-22T20:23:14.181Z | + [[ -n expunge-and-decommission-disks-in-planner ]] |
92 | 2025-02-22T20:23:14.184Z | ++ git branch --show-current |
93 | 2025-02-22T20:23:14.186Z | + current=main |
94 | 2025-02-22T20:23:14.186Z | + [[ main != expunge-and-decommission-disks-in-planner ]] |
95 | 2025-02-22T20:23:14.186Z | + git branch -f expunge-and-decommission-disks-in-planner 7999177b3af7fc9123673b57374e082f135c5e93 |
96 | 2025-02-22T20:23:14.189Z | + git checkout -f expunge-and-decommission-disks-in-planner |
97 | 2025-02-22T20:23:14.373Z | Switched to branch 'expunge-and-decommission-disks-in-planner' |
98 | 2025-02-22T20:23:14.376Z | + git reset --hard 7999177b3af7fc9123673b57374e082f135c5e93 |
99 | 2025-02-22T20:23:14.558Z | HEAD is now at 7999177b3 Merge branch 'main' into expunge-and-decommission-disks-in-planner |
100 | 2025-02-22T20:23:14.560Z | process exited: duration 7908 ms, exit code 0 |
|
101 | 2025-02-22T20:23:14.566Z | starting task 4: "build" |
102 | 2025-02-22T20:23:14.571Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-22T20:23:14.572Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-22T20:23:14.572Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-22T20:23:14.572Z | + cargo --version |
106 | 2025-02-22T20:23:14.625Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-22T20:23:14.627Z | + rustc --version |
108 | 2025-02-22T20:23:14.690Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-22T20:23:14.693Z | + cd /tmp |
110 | 2025-02-22T20:23:14.695Z | + cargo new --lib test-project |
111 | 2025-02-22T20:23:14.752Z | Creating library `test-project` package |
112 | 2025-02-22T20:23:14.834Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-22T20:23:14.837Z | + cd test-project |
114 | 2025-02-22T20:23:14.837Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-22T20:23:14.899Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-22T20:23:14.902Z | Features: |
117 | 2025-02-22T20:23:14.902Z | - proptest |
118 | 2025-02-22T20:23:14.902Z | - test-strategy |
119 | 2025-02-22T20:23:14.902Z | - testing |
120 | 2025-02-22T20:23:14.930Z | Updating crates.io index |
121 | 2025-02-22T20:23:15.056Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-22T20:23:15.578Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-22T20:23:16.157Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-22T20:23:17.569Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-22T20:23:17.740Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-22T20:23:17.743Z | + cargo check |
127 | 2025-02-22T20:23:17.925Z | Updating crates.io index |
128 | 2025-02-22T20:23:18.787Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-22T20:23:18.787Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-22T20:23:18.845Z | Downloading crates ... |
131 | 2025-02-22T20:23:18.940Z | Downloaded backoff v0.4.0 |
132 | 2025-02-22T20:23:18.948Z | Downloaded cfg-if v1.0.0 |
133 | 2025-02-22T20:23:18.951Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-02-22T20:23:18.955Z | Downloaded ident_case v1.0.1 |
135 | 2025-02-22T20:23:18.958Z | Downloaded match_cfg v0.1.0 |
136 | 2025-02-22T20:23:18.958Z | Downloaded take_mut v0.2.2 |
137 | 2025-02-22T20:23:18.960Z | Downloaded foreign-types v0.3.2 |
138 | 2025-02-22T20:23:18.965Z | Downloaded http-body v1.0.1 |
139 | 2025-02-22T20:23:18.968Z | Downloaded time-core v0.1.2 |
140 | 2025-02-22T20:23:18.970Z | Downloaded synstructure v0.13.1 |
141 | 2025-02-22T20:23:18.974Z | Downloaded tinyvec_macros v0.1.1 |
142 | 2025-02-22T20:23:18.976Z | Downloaded icu_provider_macros v1.5.0 |
143 | 2025-02-22T20:23:18.977Z | Downloaded foreign-types-shared v0.1.1 |
144 | 2025-02-22T20:23:18.979Z | Downloaded equivalent v1.0.1 |
145 | 2025-02-22T20:23:18.979Z | Downloaded darling_macro v0.20.10 |
146 | 2025-02-22T20:23:18.982Z | Downloaded usdt-attr-macro v0.5.0 |
147 | 2025-02-22T20:23:18.984Z | Downloaded openssl-probe v0.1.5 |
148 | 2025-02-22T20:23:18.984Z | Downloaded instant v0.1.13 |
149 | 2025-02-22T20:23:18.987Z | Downloaded want v0.3.1 |
150 | 2025-02-22T20:23:18.989Z | Downloaded num-conv v0.1.0 |
151 | 2025-02-22T20:23:18.992Z | Downloaded zerofrom v0.1.4 |
152 | 2025-02-22T20:23:18.995Z | Downloaded byteorder v1.5.0 |
153 | 2025-02-22T20:23:18.995Z | Downloaded async-stream v0.3.6 |
154 | 2025-02-22T20:23:18.997Z | Downloaded openssl-macros v0.1.1 |
155 | 2025-02-22T20:23:18.997Z | Downloaded block-buffer v0.10.4 |
156 | 2025-02-22T20:23:19.000Z | Downloaded tower-service v0.3.3 |
157 | 2025-02-22T20:23:19.000Z | Downloaded tokio-macros v2.5.0 |
158 | 2025-02-22T20:23:19.004Z | Downloaded thiserror-impl v1.0.69 |
159 | 2025-02-22T20:23:19.004Z | Downloaded atomic-waker v1.1.2 |
160 | 2025-02-22T20:23:19.004Z | Downloaded dtrace-parser v0.2.0 |
161 | 2025-02-22T20:23:19.006Z | Downloaded waitgroup v0.1.2 |
162 | 2025-02-22T20:23:19.006Z | Downloaded autocfg v1.4.0 |
163 | 2025-02-22T20:23:19.009Z | Downloaded omicron-workspace-hack v0.1.0 |
164 | 2025-02-22T20:23:19.012Z | Downloaded tower-layer v0.3.3 |
165 | 2025-02-22T20:23:19.012Z | Downloaded form_urlencoded v1.2.1 |
166 | 2025-02-22T20:23:19.014Z | Downloaded pretty-hex v0.4.1 |
167 | 2025-02-22T20:23:19.015Z | Downloaded num_threads v0.1.7 |
168 | 2025-02-22T20:23:19.015Z | Downloaded yoke-derive v0.7.4 |
169 | 2025-02-22T20:23:19.018Z | Downloaded hostname v0.4.0 |
170 | 2025-02-22T20:23:19.018Z | Downloaded daft v0.1.1 |
171 | 2025-02-22T20:23:19.020Z | Downloaded try-lock v0.2.5 |
172 | 2025-02-22T20:23:19.020Z | Downloaded httpdate v1.0.3 |
173 | 2025-02-22T20:23:19.023Z | Downloaded crypto-common v0.1.6 |
174 | 2025-02-22T20:23:19.023Z | Downloaded generic-array v0.14.7 |
175 | 2025-02-22T20:23:19.026Z | Downloaded debug-ignore v1.0.5 |
176 | 2025-02-22T20:23:19.026Z | Downloaded futures-io v0.3.31 |
177 | 2025-02-22T20:23:19.028Z | Downloaded tinystr v0.7.6 |
178 | 2025-02-22T20:23:19.031Z | Downloaded ipnetwork v0.21.1 |
179 | 2025-02-22T20:23:19.031Z | Downloaded toml_datetime v0.6.8 |
180 | 2025-02-22T20:23:19.034Z | Downloaded thread_local v1.1.8 |
181 | 2025-02-22T20:23:19.034Z | Downloaded fnv v1.0.7 |
182 | 2025-02-22T20:23:19.036Z | Downloaded writeable v0.5.5 |
183 | 2025-02-22T20:23:19.039Z | Downloaded dyn-clone v1.0.18 |
184 | 2025-02-22T20:23:19.039Z | Downloaded http-body-util v0.1.2 |
185 | 2025-02-22T20:23:19.042Z | Downloaded pkg-config v0.3.31 |
186 | 2025-02-22T20:23:19.042Z | Downloaded parse-display-derive v0.10.0 |
187 | 2025-02-22T20:23:19.045Z | Downloaded usdt v0.5.0 |
188 | 2025-02-22T20:23:19.045Z | Downloaded untrusted v0.9.0 |
189 | 2025-02-22T20:23:19.047Z | Downloaded usdt-impl v0.5.0 |
190 | 2025-02-22T20:23:19.047Z | Downloaded typify-macro v0.2.0 |
191 | 2025-02-22T20:23:19.050Z | Downloaded heck v0.5.0 |
192 | 2025-02-22T20:23:19.050Z | Downloaded thiserror-impl v2.0.11 |
193 | 2025-02-22T20:23:19.053Z | Downloaded macaddr v1.0.1 |
194 | 2025-02-22T20:23:19.053Z | Downloaded futures-macro v0.3.31 |
195 | 2025-02-22T20:23:19.055Z | Downloaded pin-utils v0.1.0 |
196 | 2025-02-22T20:23:19.055Z | Downloaded hyper-tls v0.6.0 |
197 | 2025-02-22T20:23:19.059Z | Downloaded itoa v1.0.11 |
198 | 2025-02-22T20:23:19.059Z | Downloaded plain v0.2.3 |
199 | 2025-02-22T20:23:19.062Z | Downloaded term v0.7.0 |
200 | 2025-02-22T20:23:19.062Z | Downloaded futures-executor v0.3.31 |
201 | 2025-02-22T20:23:19.064Z | Downloaded futures-core v0.3.31 |
202 | 2025-02-22T20:23:19.064Z | Downloaded is-terminal v0.4.13 |
203 | 2025-02-22T20:23:19.067Z | Downloaded idna_adapter v1.2.0 |
204 | 2025-02-22T20:23:19.067Z | Downloaded mime v0.3.17 |
205 | 2025-02-22T20:23:19.067Z | Downloaded sync_wrapper v1.0.1 |
206 | 2025-02-22T20:23:19.070Z | Downloaded futures-task v0.3.31 |
207 | 2025-02-22T20:23:19.070Z | Downloaded digest v0.10.7 |
208 | 2025-02-22T20:23:19.073Z | Downloaded paste v1.0.15 |
209 | 2025-02-22T20:23:19.078Z | Downloaded camino v1.1.9 |
210 | 2025-02-22T20:23:19.080Z | Downloaded ppv-lite86 v0.2.20 |
211 | 2025-02-22T20:23:19.081Z | Downloaded percent-encoding v2.3.1 |
212 | 2025-02-22T20:23:19.081Z | Downloaded utf16_iter v1.0.5 |
213 | 2025-02-22T20:23:19.081Z | Downloaded version_check v0.9.5 |
214 | 2025-02-22T20:23:19.081Z | Downloaded time-macros v0.2.18 |
215 | 2025-02-22T20:23:19.083Z | Downloaded getrandom v0.2.15 |
216 | 2025-02-22T20:23:19.088Z | Downloaded scroll_derive v0.12.0 |
217 | 2025-02-22T20:23:19.088Z | Downloaded zerofrom-derive v0.1.4 |
218 | 2025-02-22T20:23:19.088Z | Downloaded thread-id v4.2.2 |
219 | 2025-02-22T20:23:19.088Z | Downloaded darling v0.20.10 |
220 | 2025-02-22T20:23:19.092Z | Downloaded usdt-macro v0.5.0 |
221 | 2025-02-22T20:23:19.095Z | Downloaded zerovec-derive v0.10.3 |
222 | 2025-02-22T20:23:19.095Z | Downloaded parse-display v0.10.0 |
223 | 2025-02-22T20:23:19.098Z | Downloaded lock_api v0.4.12 |
224 | 2025-02-22T20:23:19.098Z | Downloaded deranged v0.3.11 |
225 | 2025-02-22T20:23:19.101Z | Downloaded hyper-rustls v0.27.3 |
226 | 2025-02-22T20:23:19.101Z | Downloaded daft-derive v0.1.1 |
227 | 2025-02-22T20:23:19.104Z | Downloaded parking_lot_core v0.9.10 |
228 | 2025-02-22T20:23:19.108Z | Downloaded tokio-rustls v0.26.0 |
229 | 2025-02-22T20:23:19.108Z | Downloaded progenitor-client v0.9.1 |
230 | 2025-02-22T20:23:19.113Z | Downloaded progenitor-client v0.8.0 |
231 | 2025-02-22T20:23:19.114Z | Downloaded ahash v0.8.11 |
232 | 2025-02-22T20:23:19.116Z | Downloaded once_cell v1.20.3 |
233 | 2025-02-22T20:23:19.117Z | Downloaded thiserror v2.0.11 |
234 | 2025-02-22T20:23:19.120Z | Downloaded pest_generator v2.7.14 |
235 | 2025-02-22T20:23:19.122Z | Downloaded progenitor v0.8.0 |
236 | 2025-02-22T20:23:19.123Z | Downloaded litemap v0.7.3 |
237 | 2025-02-22T20:23:19.125Z | Downloaded rustc-hash v2.0.0 |
238 | 2025-02-22T20:23:19.126Z | Downloaded zeroize v1.8.1 |
239 | 2025-02-22T20:23:19.128Z | Downloaded async-trait v0.1.86 |
240 | 2025-02-22T20:23:19.131Z | Downloaded serde_urlencoded v0.7.1 |
241 | 2025-02-22T20:23:19.134Z | Downloaded powerfmt v0.2.0 |
242 | 2025-02-22T20:23:19.134Z | Downloaded pin-project-lite v0.2.14 |
243 | 2025-02-22T20:23:19.137Z | Downloaded strum v0.26.3 |
244 | 2025-02-22T20:23:19.139Z | Downloaded sha1 v0.10.6 |
245 | 2025-02-22T20:23:19.140Z | Downloaded scopeguard v1.2.0 |
246 | 2025-02-22T20:23:19.142Z | Downloaded pest_derive v2.7.14 |
247 | 2025-02-22T20:23:19.145Z | Downloaded futures-channel v0.3.31 |
248 | 2025-02-22T20:23:19.145Z | Downloaded progenitor-macro v0.8.0 |
249 | 2025-02-22T20:23:19.148Z | Downloaded native-tls v0.2.12 |
250 | 2025-02-22T20:23:19.148Z | Downloaded rand_core v0.6.4 |
251 | 2025-02-22T20:23:19.151Z | Downloaded log v0.4.22 |
252 | 2025-02-22T20:23:19.151Z | Downloaded dropshot_endpoint v0.15.1 |
253 | 2025-02-22T20:23:19.154Z | Downloaded serde_path_to_error v0.1.16 |
254 | 2025-02-22T20:23:19.158Z | Downloaded httparse v1.9.5 |
255 | 2025-02-22T20:23:19.160Z | Downloaded icu_normalizer v1.5.0 |
256 | 2025-02-22T20:23:19.163Z | Downloaded parking_lot v0.12.3 |
257 | 2025-02-22T20:23:19.163Z | Downloaded tinyvec v1.8.0 |
258 | 2025-02-22T20:23:19.168Z | Downloaded uuid v1.12.0 |
259 | 2025-02-22T20:23:19.171Z | Downloaded pest_meta v2.7.14 |
260 | 2025-02-22T20:23:19.171Z | Downloaded serde_tokenstream v0.2.2 |
261 | 2025-02-22T20:23:19.174Z | Downloaded bitflags v2.6.0 |
262 | 2025-02-22T20:23:19.177Z | Downloaded icu_normalizer_data v1.5.0 |
263 | 2025-02-22T20:23:19.180Z | Downloaded allocator-api2 v0.2.18 |
264 | 2025-02-22T20:23:19.182Z | Downloaded shlex v1.3.0 |
265 | 2025-02-22T20:23:19.182Z | Downloaded rand_chacha v0.3.1 |
266 | 2025-02-22T20:23:19.183Z | Downloaded signal-hook-registry v1.4.2 |
267 | 2025-02-22T20:23:19.186Z | Downloaded icu_locid_transform_data v1.5.0 |
268 | 2025-02-22T20:23:19.186Z | Downloaded tokio-rustls v0.25.0 |
269 | 2025-02-22T20:23:19.189Z | Downloaded ucd-trie v0.1.7 |
270 | 2025-02-22T20:23:19.189Z | Downloaded structmeta-derive v0.3.0 |
271 | 2025-02-22T20:23:19.192Z | Downloaded structmeta v0.3.0 |
272 | 2025-02-22T20:23:19.192Z | Downloaded serde_spanned v0.6.8 |
273 | 2025-02-22T20:23:19.192Z | Downloaded schemars_derive v0.8.21 |
274 | 2025-02-22T20:23:19.194Z | Downloaded slab v0.4.9 |
275 | 2025-02-22T20:23:19.194Z | Downloaded unicode-ident v1.0.14 |
276 | 2025-02-22T20:23:19.197Z | Downloaded quinn-udp v0.5.5 |
277 | 2025-02-22T20:23:19.200Z | Downloaded rustversion v1.0.17 |
278 | 2025-02-22T20:23:19.202Z | Downloaded stable_deref_trait v1.2.0 |
279 | 2025-02-22T20:23:19.202Z | Downloaded slog-json v2.6.1 |
280 | 2025-02-22T20:23:19.205Z | Downloaded sha2 v0.10.8 |
281 | 2025-02-22T20:23:19.205Z | Downloaded num-traits v0.2.19 |
282 | 2025-02-22T20:23:19.208Z | Downloaded tracing-core v0.1.32 |
283 | 2025-02-22T20:23:19.212Z | Downloaded slog-bunyan v2.5.0 |
284 | 2025-02-22T20:23:19.212Z | Downloaded darling_core v0.20.10 |
285 | 2025-02-22T20:23:19.216Z | Downloaded anyhow v1.0.96 |
286 | 2025-02-22T20:23:19.220Z | Downloaded icu_provider v1.5.0 |
287 | 2025-02-22T20:23:19.223Z | Downloaded serde_with_macros v3.11.0 |
288 | 2025-02-22T20:23:19.226Z | Downloaded spin v0.9.8 |
289 | 2025-02-22T20:23:19.229Z | Downloaded proc-macro2 v1.0.92 |
290 | 2025-02-22T20:23:19.233Z | Downloaded icu_properties v1.5.1 |
291 | 2025-02-22T20:23:19.233Z | Downloaded slog-term v2.9.1 |
292 | 2025-02-22T20:23:19.235Z | Downloaded slog-async v2.8.0 |
293 | 2025-02-22T20:23:19.235Z | Downloaded quote v1.0.38 |
294 | 2025-02-22T20:23:19.238Z | Downloaded subtle v2.6.1 |
295 | 2025-02-22T20:23:19.238Z | Downloaded icu_locid v1.5.0 |
296 | 2025-02-22T20:23:19.243Z | Downloaded strum_macros v0.26.4 |
297 | 2025-02-22T20:23:19.246Z | Downloaded rustls-pemfile v2.2.0 |
298 | 2025-02-22T20:23:19.249Z | Downloaded unsafe-libyaml v0.2.11 |
299 | 2025-02-22T20:23:19.252Z | Downloaded semver v1.0.25 |
300 | 2025-02-22T20:23:19.254Z | Downloaded cc v1.1.30 |
301 | 2025-02-22T20:23:19.257Z | Downloaded indexmap v1.9.3 |
302 | 2025-02-22T20:23:19.260Z | Downloaded progenitor-impl v0.8.0 |
303 | 2025-02-22T20:23:19.263Z | Downloaded tracing v0.1.40 |
304 | 2025-02-22T20:23:19.267Z | Downloaded slog v2.7.0 |
305 | 2025-02-22T20:23:19.270Z | Downloaded serde_yaml v0.9.34+deprecated |
306 | 2025-02-22T20:23:19.272Z | Downloaded indexmap v2.7.1 |
307 | 2025-02-22T20:23:19.275Z | Downloaded hyper-util v0.1.10 |
308 | 2025-02-22T20:23:19.278Z | Downloaded schemars v0.8.21 |
309 | 2025-02-22T20:23:19.288Z | Downloaded serde_derive v1.0.217 |
310 | 2025-02-22T20:23:19.291Z | Downloaded tower v0.5.2 |
311 | 2025-02-22T20:23:19.299Z | Downloaded toml_edit v0.22.22 |
312 | 2025-02-22T20:23:19.319Z | Downloaded rand v0.8.5 |
313 | 2025-02-22T20:23:19.322Z | Downloaded http v1.2.0 |
314 | 2025-02-22T20:23:19.325Z | Downloaded quinn v0.11.5 |
315 | 2025-02-22T20:23:19.328Z | Downloaded serde v1.0.217 |
316 | 2025-02-22T20:23:19.331Z | Downloaded pest v2.7.14 |
317 | 2025-02-22T20:23:19.336Z | Downloaded zerovec v0.10.4 |
318 | 2025-02-22T20:23:19.341Z | Downloaded mio v1.0.2 |
319 | 2025-02-22T20:23:19.346Z | Downloaded time v0.3.36 |
320 | 2025-02-22T20:23:19.352Z | Downloaded crossbeam-channel v0.5.13 |
321 | 2025-02-22T20:23:19.356Z | Downloaded base64 v0.22.1 |
322 | 2025-02-22T20:23:19.359Z | Downloaded tokio-util v0.7.12 |
323 | 2025-02-22T20:23:19.366Z | Downloaded zerocopy v0.7.35 |
324 | 2025-02-22T20:23:19.380Z | Downloaded serde_json v1.0.139 |
325 | 2025-02-22T20:23:19.387Z | Downloaded winnow v0.6.20 |
326 | 2025-02-22T20:23:19.395Z | Downloaded idna v1.0.3 |
327 | 2025-02-22T20:23:19.398Z | Downloaded hyper v1.5.2 |
328 | 2025-02-22T20:23:19.404Z | Downloaded rustls-webpki v0.102.8 |
329 | 2025-02-22T20:23:19.421Z | Downloaded quinn-proto v0.11.8 |
330 | 2025-02-22T20:23:19.427Z | Downloaded vcpkg v0.2.15 |
331 | 2025-02-22T20:23:19.461Z | Downloaded serde_with v3.11.0 |
332 | 2025-02-22T20:23:19.469Z | Downloaded webpki-roots v0.26.6 |
333 | 2025-02-22T20:23:19.472Z | Downloaded openssl v0.10.71 |
334 | 2025-02-22T20:23:19.481Z | Downloaded goblin v0.8.2 |
335 | 2025-02-22T20:23:19.486Z | Downloaded aho-corasick v1.1.3 |
336 | 2025-02-22T20:23:19.491Z | Downloaded futures-util v0.3.31 |
337 | 2025-02-22T20:23:19.501Z | Downloaded reqwest v0.12.12 |
338 | 2025-02-22T20:23:19.509Z | Downloaded icu_properties_data v1.5.0 |
339 | 2025-02-22T20:23:19.519Z | Downloaded rustls v0.23.19 |
340 | 2025-02-22T20:23:19.529Z | Downloaded rustls v0.22.4 |
341 | 2025-02-22T20:23:19.541Z | Downloaded regex v1.11.1 |
342 | 2025-02-22T20:23:19.552Z | Downloaded openapiv3 v2.0.0 |
343 | 2025-02-22T20:23:19.563Z | Downloaded chrono v0.4.39 |
344 | 2025-02-22T20:23:19.569Z | Downloaded syn v2.0.96 |
345 | 2025-02-22T20:23:19.579Z | Downloaded regress v0.9.1 |
346 | 2025-02-22T20:23:19.587Z | Downloaded regex-syntax v0.8.5 |
347 | 2025-02-22T20:23:19.594Z | Downloaded regress v0.10.1 |
348 | 2025-02-22T20:23:19.602Z | Downloaded dropshot v0.15.1 |
349 | 2025-02-22T20:23:19.621Z | Downloaded typify-impl v0.2.0 |
350 | 2025-02-22T20:23:19.634Z | Downloaded h2 v0.4.6 |
351 | 2025-02-22T20:23:19.640Z | Downloaded hashbrown v0.15.1 |
352 | 2025-02-22T20:23:19.644Z | Downloaded hashbrown v0.14.5 |
353 | 2025-02-22T20:23:19.649Z | Downloaded rustls-pki-types v1.10.0 |
354 | 2025-02-22T20:23:19.652Z | Downloaded socket2 v0.5.7 |
355 | 2025-02-22T20:23:19.654Z | Downloaded hashbrown v0.12.3 |
356 | 2025-02-22T20:23:19.657Z | Downloaded memchr v2.7.4 |
357 | 2025-02-22T20:23:19.661Z | Downloaded url v2.5.3 |
358 | 2025-02-22T20:23:19.664Z | Downloaded ryu v1.0.18 |
359 | 2025-02-22T20:23:19.667Z | Downloaded openssl-sys v0.9.106 |
360 | 2025-02-22T20:23:19.671Z | Downloaded icu_collections v1.5.0 |
361 | 2025-02-22T20:23:19.677Z | Downloaded futures v0.3.31 |
362 | 2025-02-22T20:23:19.681Z | Downloaded smallvec v1.13.2 |
363 | 2025-02-22T20:23:19.683Z | Downloaded serde_derive_internals v0.29.1 |
364 | 2025-02-22T20:23:19.686Z | Downloaded tokio v1.43.0 |
365 | 2025-02-22T20:23:19.718Z | Downloaded regex-automata v0.4.8 |
366 | 2025-02-22T20:23:19.733Z | Downloaded strsim v0.11.1 |
367 | 2025-02-22T20:23:19.736Z | Downloaded scroll v0.12.0 |
368 | 2025-02-22T20:23:19.736Z | Downloaded typenum v1.17.0 |
369 | 2025-02-22T20:23:19.738Z | Downloaded bytes v1.9.0 |
370 | 2025-02-22T20:23:19.741Z | Downloaded icu_locid_transform v1.5.0 |
371 | 2025-02-22T20:23:19.743Z | Downloaded crossbeam-utils v0.8.20 |
372 | 2025-02-22T20:23:19.746Z | Downloaded tokio-native-tls v0.3.1 |
373 | 2025-02-22T20:23:19.749Z | Downloaded multer v3.1.0 |
374 | 2025-02-22T20:23:19.749Z | Downloaded toml v0.8.19 |
375 | 2025-02-22T20:23:19.751Z | Downloaded displaydoc v0.2.5 |
376 | 2025-02-22T20:23:19.754Z | Downloaded yoke v0.7.4 |
377 | 2025-02-22T20:23:19.757Z | Downloaded utf8_iter v1.0.4 |
378 | 2025-02-22T20:23:19.757Z | Downloaded libc v0.2.169 |
379 | 2025-02-22T20:23:19.778Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-02-22T20:23:19.782Z | Downloaded typify v0.2.0 |
381 | 2025-02-22T20:23:19.784Z | Downloaded ipnet v2.10.1 |
382 | 2025-02-22T20:23:19.787Z | Downloaded iana-time-zone v0.1.61 |
383 | 2025-02-22T20:23:19.790Z | Downloaded hex v0.4.3 |
384 | 2025-02-22T20:23:19.790Z | Downloaded oxnet v0.1.0 |
385 | 2025-02-22T20:23:19.792Z | Downloaded write16 v1.0.0 |
386 | 2025-02-22T20:23:19.792Z | Downloaded newtype-uuid v1.2.1 |
387 | 2025-02-22T20:23:19.792Z | Downloaded memmap v0.7.0 |
388 | 2025-02-22T20:23:19.795Z | Downloaded hostname v0.3.1 |
389 | 2025-02-22T20:23:19.795Z | Downloaded futures-sink v0.3.31 |
390 | 2025-02-22T20:23:19.795Z | Downloaded dirs-sys-next v0.1.2 |
391 | 2025-02-22T20:23:19.798Z | Downloaded dirs-next v2.0.0 |
392 | 2025-02-22T20:23:19.798Z | Downloaded cpufeatures v0.2.14 |
393 | 2025-02-22T20:23:19.798Z | Downloaded dof v0.3.0 |
394 | 2025-02-22T20:23:19.800Z | Downloaded thiserror v1.0.69 |
395 | 2025-02-22T20:23:19.825Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-02-22T20:23:19.843Z | Downloaded ring v0.17.9 |
397 | 2025-02-22T20:23:20.005Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-02-22T20:23:20.005Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-22T20:23:20.007Z | Compiling libc v0.2.169 |
400 | 2025-02-22T20:23:20.007Z | Checking cfg-if v1.0.0 |
401 | 2025-02-22T20:23:20.007Z | Compiling autocfg v1.4.0 |
402 | 2025-02-22T20:23:20.007Z | Compiling serde v1.0.217 |
403 | 2025-02-22T20:23:20.026Z | Compiling version_check v0.9.5 |
404 | 2025-02-22T20:23:20.029Z | Checking memchr v2.7.4 |
405 | 2025-02-22T20:23:20.111Z | Compiling serde_json v1.0.139 |
406 | 2025-02-22T20:23:20.209Z | Checking itoa v1.0.11 |
407 | 2025-02-22T20:23:20.546Z | Compiling thiserror v1.0.69 |
408 | 2025-02-22T20:23:20.596Z | Checking once_cell v1.20.3 |
409 | 2025-02-22T20:23:20.635Z | Compiling shlex v1.3.0 |
410 | 2025-02-22T20:23:20.831Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-22T20:23:20.873Z | Compiling cc v1.1.30 |
412 | 2025-02-22T20:23:20.946Z | Checking smallvec v1.13.2 |
413 | 2025-02-22T20:23:20.958Z | Compiling num-traits v0.2.19 |
414 | 2025-02-22T20:23:21.275Z | Checking ryu v1.0.18 |
415 | 2025-02-22T20:23:21.313Z | Checking getrandom v0.2.15 |
416 | 2025-02-22T20:23:21.317Z | Checking bytes v1.9.0 |
417 | 2025-02-22T20:23:21.497Z | Checking futures-core v0.3.31 |
418 | 2025-02-22T20:23:21.528Z | Compiling lock_api v0.4.12 |
419 | 2025-02-22T20:23:21.615Z | Compiling semver v1.0.25 |
420 | 2025-02-22T20:23:21.628Z | Compiling parking_lot_core v0.9.10 |
421 | 2025-02-22T20:23:21.751Z | Compiling quote v1.0.38 |
422 | 2025-02-22T20:23:21.913Z | Checking scopeguard v1.2.0 |
423 | 2025-02-22T20:23:22.017Z | Compiling slab v0.4.9 |
424 | 2025-02-22T20:23:22.035Z | Compiling byteorder v1.5.0 |
425 | 2025-02-22T20:23:22.176Z | Compiling syn v2.0.96 |
426 | 2025-02-22T20:23:22.333Z | Checking futures-sink v0.3.31 |
427 | 2025-02-22T20:23:22.434Z | Checking socket2 v0.5.7 |
428 | 2025-02-22T20:23:22.480Z | Checking signal-hook-registry v1.4.2 |
429 | 2025-02-22T20:23:22.497Z | Checking mio v1.0.2 |
430 | 2025-02-22T20:23:22.509Z | Checking parking_lot v0.12.3 |
431 | 2025-02-22T20:23:22.542Z | Compiling ahash v0.8.11 |
432 | 2025-02-22T20:23:22.573Z | Checking log v0.4.22 |
433 | 2025-02-22T20:23:22.857Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-22T20:23:22.902Z | Checking futures-channel v0.3.31 |
435 | 2025-02-22T20:23:22.962Z | Checking futures-task v0.3.31 |
436 | 2025-02-22T20:23:22.999Z | Checking hashbrown v0.15.1 |
437 | 2025-02-22T20:23:23.068Z | Checking fnv v1.0.7 |
438 | 2025-02-22T20:23:23.090Z | Checking equivalent v1.0.1 |
439 | 2025-02-22T20:23:23.140Z | Checking pin-utils v0.1.0 |
440 | 2025-02-22T20:23:23.192Z | Checking futures-io v0.3.31 |
441 | 2025-02-22T20:23:23.205Z | Checking http v1.2.0 |
442 | 2025-02-22T20:23:23.208Z | Compiling vcpkg v0.2.15 |
443 | 2025-02-22T20:23:23.230Z | Checking rustls-pki-types v1.10.0 |
444 | 2025-02-22T20:23:23.259Z | Compiling pkg-config v0.3.31 |
445 | 2025-02-22T20:23:23.478Z | Compiling ring v0.17.9 |
446 | 2025-02-22T20:23:23.768Z | Checking untrusted v0.9.0 |
447 | 2025-02-22T20:23:23.930Z | Checking litemap v0.7.3 |
448 | 2025-02-22T20:23:23.980Z | Checking iana-time-zone v0.1.61 |
449 | 2025-02-22T20:23:24.151Z | Compiling heck v0.5.0 |
450 | 2025-02-22T20:23:24.283Z | Checking writeable v0.5.5 |
451 | 2025-02-22T20:23:24.316Z | Compiling schemars v0.8.21 |
452 | 2025-02-22T20:23:24.506Z | Compiling httparse v1.9.5 |
453 | 2025-02-22T20:23:24.563Z | Checking tracing-core v0.1.32 |
454 | 2025-02-22T20:23:24.581Z | Compiling openssl-sys v0.9.106 |
455 | 2025-02-22T20:23:24.595Z | Compiling ucd-trie v0.1.7 |
456 | 2025-02-22T20:23:24.671Z | Checking atomic-waker v1.1.2 |
457 | 2025-02-22T20:23:24.790Z | Checking dyn-clone v1.0.18 |
458 | 2025-02-22T20:23:24.802Z | Checking http-body v1.0.1 |
459 | 2025-02-22T20:23:24.992Z | Checking subtle v2.6.1 |
460 | 2025-02-22T20:23:25.004Z | Checking try-lock v0.2.5 |
461 | 2025-02-22T20:23:25.123Z | Checking zeroize v1.8.1 |
462 | 2025-02-22T20:23:25.149Z | Checking tracing v0.1.40 |
463 | 2025-02-22T20:23:25.337Z | Checking icu_locid_transform_data v1.5.0 |
464 | 2025-02-22T20:23:25.429Z | Compiling allocator-api2 v0.2.18 |
465 | 2025-02-22T20:23:25.574Z | Checking want v0.3.1 |
466 | 2025-02-22T20:23:25.600Z | Checking tower-service v0.3.3 |
467 | 2025-02-22T20:23:25.711Z | Checking httpdate v1.0.3 |
468 | 2025-02-22T20:23:25.747Z | Compiling uuid v1.12.0 |
469 | 2025-02-22T20:23:25.765Z | Checking icu_properties_data v1.5.0 |
470 | 2025-02-22T20:23:25.945Z | Compiling openssl v0.10.71 |
471 | 2025-02-22T20:23:26.134Z | Checking foreign-types-shared v0.1.1 |
472 | 2025-02-22T20:23:26.234Z | Compiling chrono v0.4.39 |
473 | 2025-02-22T20:23:26.293Z | Checking foreign-types v0.3.2 |
474 | 2025-02-22T20:23:26.334Z | Checking percent-encoding v2.3.1 |
475 | 2025-02-22T20:23:26.377Z | Compiling native-tls v0.2.12 |
476 | 2025-02-22T20:23:26.408Z | Checking bitflags v2.6.0 |
477 | 2025-02-22T20:23:26.553Z | Checking utf8_iter v1.0.4 |
478 | 2025-02-22T20:23:26.651Z | Checking utf16_iter v1.0.5 |
479 | 2025-02-22T20:23:26.738Z | Checking write16 v1.0.0 |
480 | 2025-02-22T20:23:26.754Z | Checking icu_normalizer_data v1.5.0 |
481 | 2025-02-22T20:23:26.813Z | Compiling slog v2.7.0 |
482 | 2025-02-22T20:23:26.844Z | Compiling rustls v0.23.19 |
483 | 2025-02-22T20:23:26.885Z | Checking form_urlencoded v1.2.1 |
484 | 2025-02-22T20:23:27.103Z | Compiling aho-corasick v1.1.3 |
485 | 2025-02-22T20:23:27.200Z | Compiling typenum v1.17.0 |
486 | 2025-02-22T20:23:27.256Z | Checking openssl-probe v0.1.5 |
487 | 2025-02-22T20:23:27.372Z | Compiling regex-syntax v0.8.5 |
488 | 2025-02-22T20:23:27.991Z | Compiling generic-array v0.14.7 |
489 | 2025-02-22T20:23:28.126Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-22T20:23:28.335Z | Checking mime v0.3.17 |
491 | 2025-02-22T20:23:29.488Z | Compiling synstructure v0.13.1 |
492 | 2025-02-22T20:23:29.894Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-22T20:23:29.946Z | Checking rustls-webpki v0.102.8 |
494 | 2025-02-22T20:23:30.377Z | Checking rustls-pemfile v2.2.0 |
495 | 2025-02-22T20:23:30.590Z | Checking webpki-roots v0.26.6 |
496 | 2025-02-22T20:23:30.631Z | Checking sync_wrapper v1.0.1 |
497 | 2025-02-22T20:23:30.782Z | Compiling usdt-impl v0.5.0 |
498 | 2025-02-22T20:23:31.179Z | Compiling regex-automata v0.4.8 |
499 | 2025-02-22T20:23:31.446Z | Checking tower-layer v0.3.3 |
500 | 2025-02-22T20:23:31.712Z | Compiling time-core v0.1.2 |
501 | 2025-02-22T20:23:31.754Z | Checking powerfmt v0.2.0 |
502 | 2025-02-22T20:23:31.889Z | Compiling num-conv v0.1.0 |
503 | 2025-02-22T20:23:32.016Z | Checking base64 v0.22.1 |
504 | 2025-02-22T20:23:32.149Z | Compiling time-macros v0.2.18 |
505 | 2025-02-22T20:23:32.280Z | Checking deranged v0.3.11 |
506 | 2025-02-22T20:23:32.479Z | Compiling thread-id v4.2.2 |
507 | 2025-02-22T20:23:32.741Z | Compiling paste v1.0.15 |
508 | 2025-02-22T20:23:32.935Z | Compiling serde_derive v1.0.217 |
509 | 2025-02-22T20:23:33.257Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-02-22T20:23:33.580Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-02-22T20:23:33.607Z | Compiling zerofrom-derive v0.1.4 |
512 | 2025-02-22T20:23:34.776Z | Compiling tokio-macros v2.5.0 |
513 | 2025-02-22T20:23:34.888Z | Compiling schemars_derive v0.8.21 |
514 | 2025-02-22T20:23:35.067Z | Compiling zerocopy v0.7.35 |
515 | 2025-02-22T20:23:36.163Z | Checking tokio v1.43.0 |
516 | 2025-02-22T20:23:36.332Z | Compiling yoke-derive v0.7.4 |
517 | 2025-02-22T20:23:36.390Z | Compiling futures-macro v0.3.31 |
518 | 2025-02-22T20:23:36.432Z | Compiling zerovec-derive v0.10.3 |
519 | 2025-02-22T20:23:36.567Z | Checking zerofrom v0.1.4 |
520 | 2025-02-22T20:23:36.770Z | Compiling displaydoc v0.2.5 |
521 | 2025-02-22T20:23:37.558Z | Compiling icu_provider_macros v1.5.0 |
522 | 2025-02-22T20:23:37.689Z | Compiling pest v2.7.14 |
523 | 2025-02-22T20:23:38.088Z | Checking futures-util v0.3.31 |
524 | 2025-02-22T20:23:38.618Z | Compiling hashbrown v0.14.5 |
525 | 2025-02-22T20:23:38.645Z | Checking yoke v0.7.4 |
526 | 2025-02-22T20:23:38.709Z | Compiling openssl-macros v0.1.1 |
527 | 2025-02-22T20:23:38.939Z | Checking zerovec v0.10.4 |
528 | 2025-02-22T20:23:40.081Z | Compiling regress v0.10.1 |
529 | 2025-02-22T20:23:40.430Z | Checking tinystr v0.7.6 |
530 | 2025-02-22T20:23:40.534Z | Checking icu_collections v1.5.0 |
531 | 2025-02-22T20:23:40.759Z | Checking icu_locid v1.5.0 |
532 | 2025-02-22T20:23:41.187Z | Compiling pest_meta v2.7.14 |
533 | 2025-02-22T20:23:41.703Z | Checking icu_provider v1.5.0 |
534 | 2025-02-22T20:23:42.328Z | Checking icu_locid_transform v1.5.0 |
535 | 2025-02-22T20:23:42.508Z | Compiling pest_generator v2.7.14 |
536 | 2025-02-22T20:23:42.762Z | Checking tokio-util v0.7.12 |
537 | 2025-02-22T20:23:43.350Z | Checking icu_properties v1.5.1 |
538 | 2025-02-22T20:23:43.538Z | Checking http-body-util v0.1.2 |
539 | 2025-02-22T20:23:43.969Z | Checking tokio-rustls v0.26.0 |
540 | 2025-02-22T20:23:44.132Z | Checking indexmap v2.7.1 |
541 | 2025-02-22T20:23:44.619Z | Compiling pest_derive v2.7.14 |
542 | 2025-02-22T20:23:45.044Z | Compiling serde_tokenstream v0.2.2 |
543 | 2025-02-22T20:23:45.286Z | Checking h2 v0.4.6 |
544 | 2025-02-22T20:23:45.471Z | Checking tokio-native-tls v0.3.1 |
545 | 2025-02-22T20:23:45.548Z | Checking serde_urlencoded v0.7.1 |
546 | 2025-02-22T20:23:45.679Z | Compiling regex v1.11.1 |
547 | 2025-02-22T20:23:45.723Z | Compiling scroll_derive v0.12.0 |
548 | 2025-02-22T20:23:45.944Z | Compiling dtrace-parser v0.2.0 |
549 | 2025-02-22T20:23:46.587Z | Checking icu_normalizer v1.5.0 |
550 | 2025-02-22T20:23:46.824Z | Compiling dof v0.3.0 |
551 | 2025-02-22T20:23:47.100Z | Checking scroll v0.12.0 |
552 | 2025-02-22T20:23:47.126Z | Checking tower v0.5.2 |
553 | 2025-02-22T20:23:47.337Z | Checking idna_adapter v1.2.0 |
554 | 2025-02-22T20:23:47.524Z | Checking idna v1.0.3 |
555 | 2025-02-22T20:23:47.789Z | Checking plain v0.2.3 |
556 | 2025-02-22T20:23:47.812Z | Compiling crossbeam-utils v0.8.20 |
557 | 2025-02-22T20:23:47.994Z | Checking url v2.5.3 |
558 | 2025-02-22T20:23:48.152Z | Compiling strsim v0.11.1 |
559 | 2025-02-22T20:23:48.323Z | Compiling typify-impl v0.2.0 |
560 | 2025-02-22T20:23:48.781Z | Checking num_threads v0.1.7 |
561 | 2025-02-22T20:23:48.815Z | Compiling ident_case v1.0.1 |
562 | 2025-02-22T20:23:48.957Z | Checking ipnet v2.10.1 |
563 | 2025-02-22T20:23:49.051Z | Checking time v0.3.36 |
564 | 2025-02-22T20:23:49.278Z | Compiling darling_core v0.20.10 |
565 | 2025-02-22T20:23:49.316Z | Checking hyper v1.5.2 |
566 | 2025-02-22T20:23:50.769Z | Checking goblin v0.8.2 |
567 | 2025-02-22T20:23:51.273Z | Checking hyper-util v0.1.10 |
568 | 2025-02-22T20:23:51.305Z | Compiling openapiv3 v2.0.0 |
569 | 2025-02-22T20:23:52.402Z | Checking dirs-sys-next v0.1.2 |
570 | 2025-02-22T20:23:52.877Z | Checking hyper-tls v0.6.0 |
571 | 2025-02-22T20:23:53.003Z | Checking hyper-rustls v0.27.3 |
572 | 2025-02-22T20:23:53.150Z | Checking pretty-hex v0.4.1 |
573 | 2025-02-22T20:23:53.312Z | Checking reqwest v0.12.12 |
574 | 2025-02-22T20:23:53.338Z | Compiling newtype-uuid v1.2.1 |
575 | 2025-02-22T20:23:53.429Z | Compiling unsafe-libyaml v0.2.11 |
576 | 2025-02-22T20:23:53.674Z | Compiling omicron-workspace-hack v0.1.0 |
577 | 2025-02-22T20:23:54.008Z | Compiling rustversion v1.0.17 |
578 | 2025-02-22T20:23:54.455Z | Compiling rustls v0.22.4 |
579 | 2025-02-22T20:23:54.693Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2025-02-22T20:23:54.707Z | Compiling darling_macro v0.20.10 |
581 | 2025-02-22T20:23:54.961Z | Checking dirs-next v2.0.0 |
582 | 2025-02-22T20:23:55.094Z | Checking ipnetwork v0.21.1 |
583 | 2025-02-22T20:23:55.455Z | Checking serde_spanned v0.6.8 |
584 | 2025-02-22T20:23:55.468Z | Checking toml_datetime v0.6.8 |
585 | 2025-02-22T20:23:55.628Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-22T20:23:55.642Z | Checking crypto-common v0.1.6 |
587 | 2025-02-22T20:23:55.724Z | Checking block-buffer v0.10.4 |
588 | 2025-02-22T20:23:55.761Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-22T20:23:55.821Z | Checking rand_core v0.6.4 |
590 | 2025-02-22T20:23:55.958Z | Checking thread_local v1.1.8 |
591 | 2025-02-22T20:23:56.026Z | Compiling multer v3.1.0 |
592 | 2025-02-22T20:23:56.097Z | Checking match_cfg v0.1.0 |
593 | 2025-02-22T20:23:56.186Z | Checking winnow v0.6.20 |
594 | 2025-02-22T20:23:56.221Z | Compiling slog-async v2.8.0 |
595 | 2025-02-22T20:23:56.234Z | Compiling anyhow v1.0.96 |
596 | 2025-02-22T20:23:56.315Z | Compiling thiserror v2.0.11 |
597 | 2025-02-22T20:23:56.390Z | Compiling camino v1.1.9 |
598 | 2025-02-22T20:23:56.846Z | Checking rand_chacha v0.3.1 |
599 | 2025-02-22T20:23:57.193Z | Checking hostname v0.3.1 |
600 | 2025-02-22T20:23:57.206Z | Checking digest v0.10.7 |
601 | 2025-02-22T20:23:57.256Z | Checking crossbeam-channel v0.5.13 |
602 | 2025-02-22T20:23:57.336Z | Compiling darling v0.20.10 |
603 | 2025-02-22T20:23:57.448Z | Checking oxnet v0.1.0 |
604 | 2025-02-22T20:23:57.512Z | Checking term v0.7.0 |
605 | 2025-02-22T20:23:57.756Z | Checking progenitor-client v0.8.0 |
606 | 2025-02-22T20:23:57.928Z | Compiling usdt-attr-macro v0.5.0 |
607 | 2025-02-22T20:23:57.947Z | Compiling usdt-macro v0.5.0 |
608 | 2025-02-22T20:23:58.055Z | Checking slog-json v2.6.1 |
609 | 2025-02-22T20:23:58.070Z | Compiling structmeta v0.3.0 |
610 | 2025-02-22T20:23:58.321Z | Checking futures-executor v0.3.31 |
611 | 2025-02-22T20:23:58.406Z | Compiling async-stream-impl v0.3.6 |
612 | 2025-02-22T20:23:58.545Z | Compiling daft-derive v0.1.1 |
613 | 2025-02-22T20:23:58.826Z | Checking toml_edit v0.22.22 |
614 | 2025-02-22T20:23:58.946Z | Compiling thiserror-impl v2.0.11 |
615 | 2025-02-22T20:23:59.140Z | Checking is-terminal v0.4.13 |
616 | 2025-02-22T20:23:59.269Z | Checking memmap v0.7.0 |
617 | 2025-02-22T20:23:59.286Z | Compiling dropshot v0.15.1 |
618 | 2025-02-22T20:23:59.379Z | Compiling typify-macro v0.2.0 |
619 | 2025-02-22T20:23:59.472Z | Checking take_mut v0.2.2 |
620 | 2025-02-22T20:23:59.612Z | Checking cpufeatures v0.2.14 |
621 | 2025-02-22T20:23:59.625Z | Checking spin v0.9.8 |
622 | 2025-02-22T20:23:59.698Z | Checking async-stream v0.3.6 |
623 | 2025-02-22T20:23:59.700Z | Checking sha1 v0.10.6 |
624 | 2025-02-22T20:23:59.946Z | Checking usdt v0.5.0 |
625 | 2025-02-22T20:24:00.010Z | Checking daft v0.1.1 |
626 | 2025-02-22T20:24:00.157Z | Checking slog-term v2.9.1 |
627 | 2025-02-22T20:24:00.180Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-22T20:24:00.191Z | Checking futures v0.3.31 |
629 | 2025-02-22T20:24:00.297Z | Compiling parse-display-derive v0.10.0 |
630 | 2025-02-22T20:24:00.384Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-22T20:24:00.556Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-22T20:24:00.911Z | Checking tokio-rustls v0.25.0 |
633 | 2025-02-22T20:24:01.024Z | Checking rand v0.8.5 |
634 | 2025-02-22T20:24:01.386Z | Checking toml v0.8.19 |
635 | 2025-02-22T20:24:01.788Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2025-02-22T20:24:01.876Z | Checking hex v0.4.3 |
637 | 2025-02-22T20:24:02.106Z | Checking serde_path_to_error v0.1.16 |
638 | 2025-02-22T20:24:02.166Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2025-02-22T20:24:02.366Z | Compiling async-trait v0.1.86 |
640 | 2025-02-22T20:24:02.543Z | Compiling typify v0.2.0 |
641 | 2025-02-22T20:24:02.673Z | Compiling progenitor-impl v0.8.0 |
642 | 2025-02-22T20:24:02.835Z | Checking waitgroup v0.1.2 |
643 | 2025-02-22T20:24:02.958Z | Checking hostname v0.4.0 |
644 | 2025-02-22T20:24:02.969Z | Checking instant v0.1.13 |
645 | 2025-02-22T20:24:03.087Z | Checking debug-ignore v1.0.5 |
646 | 2025-02-22T20:24:03.099Z | Checking backoff v0.4.0 |
647 | 2025-02-22T20:24:03.236Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2025-02-22T20:24:03.374Z | Checking serde_with v3.11.0 |
649 | 2025-02-22T20:24:03.377Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
650 | 2025-02-22T20:24:03.526Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2025-02-22T20:24:03.688Z | Checking parse-display v0.10.0 |
652 | 2025-02-22T20:24:03.916Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-22T20:24:04.191Z | Checking strum v0.26.3 |
654 | 2025-02-22T20:24:04.339Z | Checking progenitor-client v0.9.1 |
655 | 2025-02-22T20:24:04.391Z | Checking macaddr v1.0.1 |
656 | 2025-02-22T20:24:04.402Z | Checking regress v0.9.1 |
657 | 2025-02-22T20:24:05.784Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-22T20:24:09.217Z | Checking progenitor v0.8.0 |
659 | 2025-02-22T20:24:09.323Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-22T20:24:11.993Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-22T20:24:19.039Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-22T20:24:19.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
663 | 2025-02-22T20:24:19.237Z | + cargo build --release |
664 | 2025-02-22T20:24:19.503Z | Compiling proc-macro2 v1.0.92 |
665 | 2025-02-22T20:24:19.503Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-22T20:24:19.503Z | Compiling libc v0.2.169 |
667 | 2025-02-22T20:24:19.540Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-22T20:24:19.540Z | Compiling autocfg v1.4.0 |
669 | 2025-02-22T20:24:19.540Z | Compiling serde v1.0.217 |
670 | 2025-02-22T20:24:19.568Z | Compiling version_check v0.9.5 |
671 | 2025-02-22T20:24:19.568Z | Compiling memchr v2.7.4 |
672 | 2025-02-22T20:24:19.605Z | Compiling serde_json v1.0.139 |
673 | 2025-02-22T20:24:19.699Z | Compiling itoa v1.0.11 |
674 | 2025-02-22T20:24:19.998Z | Compiling thiserror v1.0.69 |
675 | 2025-02-22T20:24:20.048Z | Compiling once_cell v1.20.3 |
676 | 2025-02-22T20:24:20.079Z | Compiling shlex v1.3.0 |
677 | 2025-02-22T20:24:20.221Z | Compiling pin-project-lite v0.2.14 |
678 | 2025-02-22T20:24:20.337Z | Compiling cc v1.1.30 |
679 | 2025-02-22T20:24:20.455Z | Compiling num-traits v0.2.19 |
680 | 2025-02-22T20:24:20.487Z | Compiling smallvec v1.13.2 |
681 | 2025-02-22T20:24:20.828Z | Compiling getrandom v0.2.15 |
682 | 2025-02-22T20:24:20.934Z | Compiling bytes v1.9.0 |
683 | 2025-02-22T20:24:20.943Z | Compiling ryu v1.0.18 |
684 | 2025-02-22T20:24:21.149Z | Compiling quote v1.0.38 |
685 | 2025-02-22T20:24:21.173Z | Compiling semver v1.0.25 |
686 | 2025-02-22T20:24:21.460Z | Compiling futures-core v0.3.31 |
687 | 2025-02-22T20:24:21.519Z | Compiling syn v2.0.96 |
688 | 2025-02-22T20:24:21.635Z | Compiling lock_api v0.4.12 |
689 | 2025-02-22T20:24:21.676Z | Compiling parking_lot_core v0.9.10 |
690 | 2025-02-22T20:24:21.701Z | Compiling scopeguard v1.2.0 |
691 | 2025-02-22T20:24:21.857Z | Compiling slab v0.4.9 |
692 | 2025-02-22T20:24:21.920Z | Compiling ahash v0.8.11 |
693 | 2025-02-22T20:24:22.230Z | Compiling futures-sink v0.3.31 |
694 | 2025-02-22T20:24:22.306Z | Compiling byteorder v1.5.0 |
695 | 2025-02-22T20:24:22.370Z | Compiling signal-hook-registry v1.4.2 |
696 | 2025-02-22T20:24:22.463Z | Compiling socket2 v0.5.7 |
697 | 2025-02-22T20:24:22.577Z | Compiling parking_lot v0.12.3 |
698 | 2025-02-22T20:24:22.674Z | Compiling mio v1.0.2 |
699 | 2025-02-22T20:24:22.720Z | Compiling log v0.4.22 |
700 | 2025-02-22T20:24:23.140Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-22T20:24:23.248Z | Compiling ring v0.17.9 |
702 | 2025-02-22T20:24:23.252Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-22T20:24:23.262Z | Compiling futures-io v0.3.31 |
704 | 2025-02-22T20:24:23.604Z | Compiling equivalent v1.0.1 |
705 | 2025-02-22T20:24:23.705Z | Compiling futures-task v0.3.31 |
706 | 2025-02-22T20:24:23.714Z | Compiling pin-utils v0.1.0 |
707 | 2025-02-22T20:24:23.799Z | Compiling hashbrown v0.15.1 |
708 | 2025-02-22T20:24:23.864Z | Compiling fnv v1.0.7 |
709 | 2025-02-22T20:24:23.985Z | Compiling http v1.2.0 |
710 | 2025-02-22T20:24:24.111Z | Compiling pkg-config v0.3.31 |
711 | 2025-02-22T20:24:24.215Z | Compiling vcpkg v0.2.15 |
712 | 2025-02-22T20:24:24.225Z | Compiling rustls-pki-types v1.10.0 |
713 | 2025-02-22T20:24:25.134Z | Compiling schemars v0.8.21 |
714 | 2025-02-22T20:24:25.188Z | Compiling httparse v1.9.5 |
715 | 2025-02-22T20:24:25.525Z | Compiling heck v0.5.0 |
716 | 2025-02-22T20:24:25.556Z | Compiling openssl-sys v0.9.106 |
717 | 2025-02-22T20:24:25.830Z | Compiling iana-time-zone v0.1.61 |
718 | 2025-02-22T20:24:25.875Z | Compiling untrusted v0.9.0 |
719 | 2025-02-22T20:24:25.927Z | Compiling litemap v0.7.3 |
720 | 2025-02-22T20:24:26.065Z | Compiling writeable v0.5.5 |
721 | 2025-02-22T20:24:26.540Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-22T20:24:26.607Z | Compiling ucd-trie v0.1.7 |
723 | 2025-02-22T20:24:26.714Z | Compiling dyn-clone v1.0.18 |
724 | 2025-02-22T20:24:26.911Z | Compiling atomic-waker v1.1.2 |
725 | 2025-02-22T20:24:27.080Z | Compiling http-body v1.0.1 |
726 | 2025-02-22T20:24:27.320Z | Compiling tracing v0.1.40 |
727 | 2025-02-22T20:24:27.427Z | Compiling allocator-api2 v0.2.18 |
728 | 2025-02-22T20:24:28.044Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2025-02-22T20:24:28.127Z | Compiling zeroize v1.8.1 |
730 | 2025-02-22T20:24:28.145Z | Compiling try-lock v0.2.5 |
731 | 2025-02-22T20:24:28.294Z | Compiling subtle v2.6.1 |
732 | 2025-02-22T20:24:28.402Z | Compiling chrono v0.4.39 |
733 | 2025-02-22T20:24:28.474Z | Compiling want v0.3.1 |
734 | 2025-02-22T20:24:28.521Z | Compiling synstructure v0.13.1 |
735 | 2025-02-22T20:24:28.570Z | Compiling serde_derive_internals v0.29.1 |
736 | 2025-02-22T20:24:28.770Z | Compiling httpdate v1.0.3 |
737 | 2025-02-22T20:24:28.797Z | Compiling openssl v0.10.71 |
738 | 2025-02-22T20:24:29.238Z | Compiling foreign-types-shared v0.1.1 |
739 | 2025-02-22T20:24:29.443Z | Compiling uuid v1.12.0 |
740 | 2025-02-22T20:24:29.488Z | Compiling tower-service v0.3.3 |
741 | 2025-02-22T20:24:29.623Z | Compiling icu_properties_data v1.5.0 |
742 | 2025-02-22T20:24:29.798Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-22T20:24:30.055Z | Compiling percent-encoding v2.3.1 |
744 | 2025-02-22T20:24:30.153Z | Compiling rustls v0.23.19 |
745 | 2025-02-22T20:24:30.375Z | Compiling utf16_iter v1.0.5 |
746 | 2025-02-22T20:24:30.495Z | Compiling bitflags v2.6.0 |
747 | 2025-02-22T20:24:30.595Z | Compiling native-tls v0.2.12 |
748 | 2025-02-22T20:24:30.823Z | Compiling slog v2.7.0 |
749 | 2025-02-22T20:24:30.990Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2025-02-22T20:24:31.086Z | Compiling utf8_iter v1.0.4 |
751 | 2025-02-22T20:24:31.154Z | Compiling write16 v1.0.0 |
752 | 2025-02-22T20:24:31.294Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-22T20:24:31.341Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-22T20:24:31.359Z | Compiling regex-syntax v0.8.5 |
755 | 2025-02-22T20:24:31.838Z | Compiling typenum v1.17.0 |
756 | 2025-02-22T20:24:32.458Z | Compiling serde_derive v1.0.217 |
757 | 2025-02-22T20:24:32.559Z | Compiling zerocopy-derive v0.7.35 |
758 | 2025-02-22T20:24:32.772Z | Compiling thiserror-impl v1.0.69 |
759 | 2025-02-22T20:24:33.453Z | Compiling tokio-macros v2.5.0 |
760 | 2025-02-22T20:24:34.029Z | Compiling zerofrom-derive v0.1.4 |
761 | 2025-02-22T20:24:34.427Z | Compiling zerocopy v0.7.35 |
762 | 2025-02-22T20:24:34.887Z | Compiling schemars_derive v0.8.21 |
763 | 2025-02-22T20:24:34.890Z | Compiling tokio v1.43.0 |
764 | 2025-02-22T20:24:35.703Z | Compiling yoke-derive v0.7.4 |
765 | 2025-02-22T20:24:36.502Z | Compiling futures-macro v0.3.31 |
766 | 2025-02-22T20:24:37.016Z | Compiling zerovec-derive v0.10.3 |
767 | 2025-02-22T20:24:37.054Z | Compiling zerofrom v0.1.4 |
768 | 2025-02-22T20:24:37.288Z | Compiling displaydoc v0.2.5 |
769 | 2025-02-22T20:24:38.078Z | Compiling yoke v0.7.4 |
770 | 2025-02-22T20:24:38.254Z | Compiling futures-util v0.3.31 |
771 | 2025-02-22T20:24:38.437Z | Compiling icu_provider_macros v1.5.0 |
772 | 2025-02-22T20:24:39.383Z | Compiling zerovec v0.10.4 |
773 | 2025-02-22T20:24:39.532Z | Compiling pest v2.7.14 |
774 | 2025-02-22T20:24:42.110Z | Compiling tinystr v0.7.6 |
775 | 2025-02-22T20:24:42.415Z | Compiling icu_locid v1.5.0 |
776 | 2025-02-22T20:24:42.477Z | Compiling rustls-webpki v0.102.8 |
777 | 2025-02-22T20:24:44.273Z | Compiling icu_provider v1.5.0 |
778 | 2025-02-22T20:24:46.536Z | Compiling indexmap v2.7.1 |
779 | 2025-02-22T20:24:47.002Z | Compiling serde_tokenstream v0.2.2 |
780 | 2025-02-22T20:24:48.402Z | Compiling tokio-util v0.7.12 |
781 | 2025-02-22T20:24:48.877Z | Compiling icu_locid_transform v1.5.0 |
782 | 2025-02-22T20:24:48.957Z | Compiling pest_meta v2.7.14 |
783 | 2025-02-22T20:24:49.731Z | Compiling h2 v0.4.6 |
784 | 2025-02-22T20:24:51.021Z | Compiling icu_collections v1.5.0 |
785 | 2025-02-22T20:24:52.410Z | Compiling hashbrown v0.14.5 |
786 | 2025-02-22T20:24:53.692Z | Compiling regress v0.10.1 |
787 | 2025-02-22T20:24:53.695Z | Compiling icu_properties v1.5.1 |
788 | 2025-02-22T20:24:54.481Z | Compiling pest_generator v2.7.14 |
789 | 2025-02-22T20:24:55.818Z | Compiling hyper v1.5.2 |
790 | 2025-02-22T20:24:58.169Z | Compiling openssl-macros v0.1.1 |
791 | 2025-02-22T20:24:58.841Z | Compiling hyper-util v0.1.10 |
792 | 2025-02-22T20:24:59.817Z | Compiling typify-impl v0.2.0 |
793 | 2025-02-22T20:25:02.654Z | Compiling icu_normalizer v1.5.0 |
794 | 2025-02-22T20:25:03.398Z | Compiling pest_derive v2.7.14 |
795 | 2025-02-22T20:25:04.785Z | Compiling openssl-probe v0.1.5 |
796 | 2025-02-22T20:25:06.292Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-22T20:25:06.415Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-22T20:25:06.423Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-22T20:25:06.987Z | Compiling generic-array v0.14.7 |
800 | 2025-02-22T20:25:07.361Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-22T20:25:08.114Z | Compiling mime v0.3.17 |
802 | 2025-02-22T20:25:09.653Z | Compiling typify-macro v0.2.0 |
803 | 2025-02-22T20:25:10.157Z | Compiling idna v1.0.3 |
804 | 2025-02-22T20:25:11.022Z | Compiling regex v1.11.1 |
805 | 2025-02-22T20:25:11.905Z | Compiling tokio-rustls v0.26.0 |
806 | 2025-02-22T20:25:12.387Z | Compiling tokio-native-tls v0.3.1 |
807 | 2025-02-22T20:25:12.513Z | Compiling serde_urlencoded v0.7.1 |
808 | 2025-02-22T20:25:12.669Z | Compiling scroll_derive v0.12.0 |
809 | 2025-02-22T20:25:12.924Z | Compiling rustls-pemfile v2.2.0 |
810 | 2025-02-22T20:25:12.981Z | Compiling webpki-roots v0.26.6 |
811 | 2025-02-22T20:25:13.091Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-22T20:25:13.240Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-22T20:25:13.386Z | Compiling tower-layer v0.3.3 |
814 | 2025-02-22T20:25:13.650Z | Compiling num-conv v0.1.0 |
815 | 2025-02-22T20:25:13.760Z | Compiling base64 v0.22.1 |
816 | 2025-02-22T20:25:13.917Z | Compiling time-core v0.1.2 |
817 | 2025-02-22T20:25:14.085Z | Compiling powerfmt v0.2.0 |
818 | 2025-02-22T20:25:14.571Z | Compiling deranged v0.3.11 |
819 | 2025-02-22T20:25:14.833Z | Compiling scroll v0.12.0 |
820 | 2025-02-22T20:25:15.430Z | Compiling time-macros v0.2.18 |
821 | 2025-02-22T20:25:15.473Z | Compiling tower v0.5.2 |
822 | 2025-02-22T20:25:16.375Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-22T20:25:16.386Z | Compiling hyper-tls v0.6.0 |
824 | 2025-02-22T20:25:17.744Z | Compiling url v2.5.3 |
825 | 2025-02-22T20:25:18.143Z | Compiling thread-id v4.2.2 |
826 | 2025-02-22T20:25:18.339Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-22T20:25:19.816Z | Compiling dof v0.3.0 |
828 | 2025-02-22T20:25:20.562Z | Compiling crossbeam-utils v0.8.20 |
829 | 2025-02-22T20:25:21.098Z | Compiling paste v1.0.15 |
830 | 2025-02-22T20:25:21.595Z | Compiling ipnet v2.10.1 |
831 | 2025-02-22T20:25:23.715Z | Compiling num_threads v0.1.7 |
832 | 2025-02-22T20:25:24.503Z | Compiling strsim v0.11.1 |
833 | 2025-02-22T20:25:25.049Z | Compiling ident_case v1.0.1 |
834 | 2025-02-22T20:25:25.095Z | Compiling omicron-workspace-hack v0.1.0 |
835 | 2025-02-22T20:25:26.523Z | Compiling plain v0.2.3 |
836 | 2025-02-22T20:25:26.671Z | Compiling goblin v0.8.2 |
837 | 2025-02-22T20:25:27.114Z | Compiling time v0.3.36 |
838 | 2025-02-22T20:25:28.642Z | Compiling darling_core v0.20.10 |
839 | 2025-02-22T20:25:33.878Z | Compiling reqwest v0.12.12 |
840 | 2025-02-22T20:25:35.575Z | Compiling typify v0.2.0 |
841 | 2025-02-22T20:25:35.691Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-22T20:25:36.636Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-22T20:25:38.122Z | Compiling rustversion v1.0.17 |
844 | 2025-02-22T20:25:38.764Z | Compiling unsafe-libyaml v0.2.11 |
845 | 2025-02-22T20:25:39.508Z | Compiling rustls v0.22.4 |
846 | 2025-02-22T20:25:39.854Z | Compiling newtype-uuid v1.2.1 |
847 | 2025-02-22T20:25:40.215Z | Compiling pretty-hex v0.4.1 |
848 | 2025-02-22T20:25:40.461Z | Compiling serde_yaml v0.9.34+deprecated |
849 | 2025-02-22T20:25:41.733Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-22T20:25:43.767Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-22T20:25:46.606Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-22T20:25:46.829Z | Compiling block-buffer v0.10.4 |
853 | 2025-02-22T20:25:47.046Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-22T20:25:47.269Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-22T20:25:47.402Z | Compiling toml_datetime v0.6.8 |
856 | 2025-02-22T20:25:47.586Z | Compiling serde_spanned v0.6.8 |
857 | 2025-02-22T20:25:47.823Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-22T20:25:48.068Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-22T20:25:48.644Z | Compiling rand_core v0.6.4 |
860 | 2025-02-22T20:25:49.119Z | Compiling thread_local v1.1.8 |
861 | 2025-02-22T20:25:49.147Z | Compiling multer v3.1.0 |
862 | 2025-02-22T20:25:49.508Z | Compiling anyhow v1.0.96 |
863 | 2025-02-22T20:25:49.790Z | Compiling camino v1.1.9 |
864 | 2025-02-22T20:25:50.099Z | Compiling thiserror v2.0.11 |
865 | 2025-02-22T20:25:50.279Z | Compiling match_cfg v0.1.0 |
866 | 2025-02-22T20:25:50.331Z | Compiling slog-async v2.8.0 |
867 | 2025-02-22T20:25:50.368Z | Compiling winnow v0.6.20 |
868 | 2025-02-22T20:25:50.536Z | Compiling structmeta v0.3.0 |
869 | 2025-02-22T20:25:50.869Z | Compiling hostname v0.3.1 |
870 | 2025-02-22T20:25:51.117Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-22T20:25:51.321Z | Compiling oxnet v0.1.0 |
872 | 2025-02-22T20:25:51.749Z | Compiling darling v0.20.10 |
873 | 2025-02-22T20:25:51.854Z | Compiling progenitor-macro v0.8.0 |
874 | 2025-02-22T20:25:52.143Z | Compiling digest v0.10.7 |
875 | 2025-02-22T20:25:52.812Z | Compiling crossbeam-channel v0.5.13 |
876 | 2025-02-22T20:25:54.339Z | Compiling toml_edit v0.22.22 |
877 | 2025-02-22T20:25:54.573Z | Compiling term v0.7.0 |
878 | 2025-02-22T20:25:59.443Z | Compiling progenitor-client v0.8.0 |
879 | 2025-02-22T20:26:00.349Z | Compiling usdt-attr-macro v0.5.0 |
880 | 2025-02-22T20:26:01.759Z | Compiling usdt-macro v0.5.0 |
881 | 2025-02-22T20:26:01.901Z | Compiling slog-json v2.6.1 |
882 | 2025-02-22T20:26:02.333Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-22T20:26:02.446Z | Compiling thiserror-impl v2.0.11 |
884 | 2025-02-22T20:26:03.003Z | Compiling async-stream-impl v0.3.6 |
885 | 2025-02-22T20:26:03.377Z | Compiling daft-derive v0.1.1 |
886 | 2025-02-22T20:26:04.278Z | Compiling memmap v0.7.0 |
887 | 2025-02-22T20:26:04.675Z | Compiling is-terminal v0.4.13 |
888 | 2025-02-22T20:26:04.806Z | Compiling dropshot v0.15.1 |
889 | 2025-02-22T20:26:04.875Z | Compiling take_mut v0.2.2 |
890 | 2025-02-22T20:26:05.036Z | Compiling cpufeatures v0.2.14 |
891 | 2025-02-22T20:26:05.139Z | Compiling spin v0.9.8 |
892 | 2025-02-22T20:26:05.244Z | Compiling sha1 v0.10.6 |
893 | 2025-02-22T20:26:06.063Z | Compiling daft v0.1.1 |
894 | 2025-02-22T20:26:06.517Z | Compiling slog-term v2.9.1 |
895 | 2025-02-22T20:26:07.971Z | Compiling usdt v0.5.0 |
896 | 2025-02-22T20:26:08.551Z | Compiling async-stream v0.3.6 |
897 | 2025-02-22T20:26:08.889Z | Compiling futures v0.3.31 |
898 | 2025-02-22T20:26:09.005Z | Compiling progenitor v0.8.0 |
899 | 2025-02-22T20:26:09.286Z | Compiling slog-bunyan v2.5.0 |
900 | 2025-02-22T20:26:09.319Z | Compiling tokio-rustls v0.25.0 |
901 | 2025-02-22T20:26:09.355Z | Compiling toml v0.8.19 |
902 | 2025-02-22T20:26:09.557Z | Compiling strum_macros v0.26.4 |
903 | 2025-02-22T20:26:09.759Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-22T20:26:12.204Z | Compiling rand v0.8.5 |
905 | 2025-02-22T20:26:15.201Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-22T20:26:15.243Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-22T20:26:15.345Z | Compiling hex v0.4.3 |
908 | 2025-02-22T20:26:15.987Z | Compiling serde_path_to_error v0.1.16 |
909 | 2025-02-22T20:26:16.451Z | Compiling async-trait v0.1.86 |
910 | 2025-02-22T20:26:16.933Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
911 | 2025-02-22T20:26:17.478Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-22T20:26:17.705Z | Compiling hostname v0.4.0 |
913 | 2025-02-22T20:26:17.747Z | Compiling instant v0.1.13 |
914 | 2025-02-22T20:26:17.905Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-22T20:26:17.948Z | Compiling backoff v0.4.0 |
916 | 2025-02-22T20:26:18.051Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-02-22T20:26:18.259Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
918 | 2025-02-22T20:26:18.388Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
919 | 2025-02-22T20:26:18.424Z | Compiling strum v0.26.3 |
920 | 2025-02-22T20:26:18.596Z | Compiling serde_with v3.11.0 |
921 | 2025-02-22T20:26:18.626Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
922 | 2025-02-22T20:26:18.744Z | Compiling parse-display v0.10.0 |
923 | 2025-02-22T20:26:19.423Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-22T20:26:20.188Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-22T20:26:20.703Z | Compiling regress v0.9.1 |
926 | 2025-02-22T20:26:21.152Z | Compiling macaddr v1.0.1 |
927 | 2025-02-22T20:26:29.376Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-22T20:26:38.671Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-22T20:26:48.039Z | Finished `release` profile [optimized] target(s) in 2m 28s |
930 | 2025-02-22T20:26:48.109Z | process exited: duration 213525 ms, exit code 0 |
|
931 | 2025-02-22T20:26:48.116Z | found 0 output files |