|
|
|
1 | 2025-03-20T23:59:46.621Z | job assigned to worker 01JPTZXM83GZQ730420DJ985ZK [factory aws, i-0c6306d4a76a6e898] (queued for 53 s) |
|
2 | 2025-03-20T23:59:54.545Z | starting task 0: "setup" |
3 | 2025-03-20T23:59:54.551Z | ++ uname -s |
4 | 2025-03-20T23:59:54.571Z | + kern=SunOS |
5 | 2025-03-20T23:59:54.571Z | + build_user=build |
6 | 2025-03-20T23:59:54.571Z | + build_uid=12345 |
7 | 2025-03-20T23:59:54.571Z | + work_dir=/work |
8 | 2025-03-20T23:59:54.571Z | + input_dir=/input |
9 | 2025-03-20T23:59:54.571Z | + [[ 0 == 12345 ]] |
10 | 2025-03-20T23:59:54.571Z | + case "$kern" in |
11 | 2025-03-20T23:59:54.571Z | + groupadd -g 12345 build |
12 | 2025-03-20T23:59:54.571Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-20T23:59:56.563Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-20T23:59:56.664Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-20T23:59:56.668Z | + home_fs=zfs |
16 | 2025-03-20T23:59:56.668Z | + [[ zfs == autofs ]] |
17 | 2025-03-20T23:59:56.668Z | + mkdir -p /home/build |
18 | 2025-03-20T23:59:56.671Z | + chown build:build /home/build /work |
19 | 2025-03-20T23:59:58.693Z | + chmod 0700 /home/build /work |
20 | 2025-03-20T23:59:58.715Z | process exited: duration 4131 ms, exit code 0 |
|
21 | 2025-03-20T23:59:58.741Z | starting task 1: "rust-toolchain" |
22 | 2025-03-20T23:59:58.753Z | * rust toolchain channel = "1.85.0" |
23 | 2025-03-20T23:59:58.753Z | * rust toolchain profile = "default" |
24 | 2025-03-20T23:59:58.753Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
25 | 2025-03-20T23:59:58.753Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-20T23:59:58.753Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-20T23:59:58.753Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-20T23:59:58.754Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-20T23:59:58.754Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-20T23:59:58.858Z | info: downloading installer |
31 | 2025-03-21T00:00:00.095Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-21T00:00:00.096Z | warn: /opt/ooce/bin |
33 | 2025-03-21T00:00:00.096Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-21T00:00:00.096Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-21T00:00:00.096Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-21T00:00:00.096Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-21T00:00:00.096Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-21T00:00:00.096Z | error: cannot install while Rust is installed |
39 | 2025-03-21T00:00:00.097Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-21T00:00:00.106Z | info: profile set to 'default' |
41 | 2025-03-21T00:00:00.106Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-21T00:00:00.110Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-21T00:00:00.277Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-21T00:00:00.277Z | info: downloading component 'cargo' |
45 | 2025-03-21T00:00:01.034Z | info: downloading component 'clippy' |
46 | 2025-03-21T00:00:01.468Z | info: downloading component 'rust-docs' |
47 | 2025-03-21T00:00:02.606Z | info: downloading component 'rust-std' |
48 | 2025-03-21T00:00:04.287Z | info: downloading component 'rustc' |
49 | 2025-03-21T00:00:11.239Z | info: downloading component 'rustfmt' |
50 | 2025-03-21T00:00:11.523Z | info: installing component 'cargo' |
51 | 2025-03-21T00:00:12.389Z | info: installing component 'clippy' |
52 | 2025-03-21T00:00:12.781Z | info: installing component 'rust-docs' |
53 | 2025-03-21T00:00:14.568Z | info: installing component 'rust-std' |
54 | 2025-03-21T00:00:16.475Z | info: installing component 'rustc' |
55 | 2025-03-21T00:00:22.576Z | info: installing component 'rustfmt' |
56 | 2025-03-21T00:00:22.916Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-21T00:00:22.916Z | |
58 | 2025-03-21T00:00:23.283Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-21T00:00:23.283Z | |
60 | 2025-03-21T00:00:23.287Z | |
61 | 2025-03-21T00:00:23.287Z | Rust is installed now. Great! |
62 | 2025-03-21T00:00:23.287Z | |
63 | 2025-03-21T00:00:23.287Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-21T00:00:23.287Z | environment variable. This has not been done automatically. |
65 | 2025-03-21T00:00:23.287Z | |
66 | 2025-03-21T00:00:23.287Z | To configure your current shell, you need to source |
67 | 2025-03-21T00:00:23.287Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-21T00:00:23.287Z | |
69 | 2025-03-21T00:00:23.287Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-21T00:00:23.287Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-21T00:00:23.287Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-21T00:00:23.287Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-21T00:00:23.366Z | + rustup --version |
74 | 2025-03-21T00:00:23.378Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-21T00:00:23.378Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-21T00:00:23.408Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-21T00:00:23.411Z | + cargo --version |
78 | 2025-03-21T00:00:23.430Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-21T00:00:23.433Z | + rustc --version |
80 | 2025-03-21T00:00:23.459Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-21T00:00:23.463Z | process exited: duration 24730 ms, exit code 0 |
|
82 | 2025-03-21T00:00:23.469Z | starting task 2: "authentication" |
83 | 2025-03-21T00:00:23.493Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-03-21T00:00:23.500Z | starting task 3: "clone repository" |
85 | 2025-03-21T00:00:23.505Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-21T00:00:23.508Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-21T00:00:23.549Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-21T00:00:30.143Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-21T00:00:30.143Z | + git fetch origin 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
90 | 2025-03-21T00:00:30.470Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-21T00:00:30.470Z | * branch 8039a08c32cdf2ddb9fd538bd91def765f6e4517 -> FETCH_HEAD |
92 | 2025-03-21T00:00:30.482Z | + [[ -n ixi/revised-reservoir-calculations ]] |
93 | 2025-03-21T00:00:30.485Z | ++ git branch --show-current |
94 | 2025-03-21T00:00:30.489Z | + current=main |
95 | 2025-03-21T00:00:30.489Z | + [[ main != ixi/revised-reservoir-calculations ]] |
96 | 2025-03-21T00:00:30.489Z | + git branch -f ixi/revised-reservoir-calculations 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
97 | 2025-03-21T00:00:30.492Z | + git checkout -f ixi/revised-reservoir-calculations |
98 | 2025-03-21T00:00:30.689Z | Switched to branch 'ixi/revised-reservoir-calculations' |
99 | 2025-03-21T00:00:30.694Z | + git reset --hard 8039a08c32cdf2ddb9fd538bd91def765f6e4517 |
100 | 2025-03-21T00:00:30.732Z | HEAD is now at 8039a08c3 keep the HardwareManager handle around instead of caching measurements |
101 | 2025-03-21T00:00:30.735Z | process exited: duration 7234 ms, exit code 0 |
|
102 | 2025-03-21T00:00:30.742Z | starting task 4: "build" |
103 | 2025-03-21T00:00:30.747Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-21T00:00:30.750Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-21T00:00:30.750Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-21T00:00:30.750Z | + cargo --version |
107 | 2025-03-21T00:00:30.805Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-21T00:00:30.808Z | + rustc --version |
109 | 2025-03-21T00:00:30.878Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-21T00:00:30.882Z | + cd /tmp |
111 | 2025-03-21T00:00:30.885Z | + cargo new --lib test-project |
112 | 2025-03-21T00:00:30.905Z | Creating library `test-project` package |
113 | 2025-03-21T00:00:30.996Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-21T00:00:30.999Z | + cd test-project |
115 | 2025-03-21T00:00:30.999Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-21T00:00:31.024Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-21T00:00:31.024Z | Features: |
118 | 2025-03-21T00:00:31.027Z | - proptest |
119 | 2025-03-21T00:00:31.027Z | - test-strategy |
120 | 2025-03-21T00:00:31.027Z | - testing |
121 | 2025-03-21T00:00:31.057Z | Updating crates.io index |
122 | 2025-03-21T00:00:31.105Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-21T00:00:31.794Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-21T00:00:32.159Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-21T00:00:32.529Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-21T00:00:34.122Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-21T00:00:34.314Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-21T00:00:34.318Z | + cargo check |
129 | 2025-03-21T00:00:34.472Z | Updating crates.io index |
130 | 2025-03-21T00:00:35.506Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-21T00:00:35.506Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-21T00:00:35.571Z | Downloading crates ... |
133 | 2025-03-21T00:00:35.631Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-03-21T00:00:35.634Z | Downloaded cfg-if v1.0.0 |
135 | 2025-03-21T00:00:35.634Z | Downloaded async-stream v0.3.6 |
136 | 2025-03-21T00:00:35.644Z | Downloaded bit-vec v0.8.0 |
137 | 2025-03-21T00:00:35.649Z | Downloaded anyhow v1.0.97 |
138 | 2025-03-21T00:00:35.653Z | Downloaded crypto-common v0.1.6 |
139 | 2025-03-21T00:00:35.659Z | Downloaded thiserror-impl v2.0.11 |
140 | 2025-03-21T00:00:35.662Z | Downloaded ident_case v1.0.1 |
141 | 2025-03-21T00:00:35.662Z | Downloaded equivalent v1.0.1 |
142 | 2025-03-21T00:00:35.665Z | Downloaded instant v0.1.13 |
143 | 2025-03-21T00:00:35.665Z | Downloaded tinystr v0.7.6 |
144 | 2025-03-21T00:00:35.668Z | Downloaded time-macros v0.2.18 |
145 | 2025-03-21T00:00:35.672Z | Downloaded yoke-derive v0.7.4 |
146 | 2025-03-21T00:00:35.675Z | Downloaded zerofrom v0.1.4 |
147 | 2025-03-21T00:00:35.675Z | Downloaded write16 v1.0.0 |
148 | 2025-03-21T00:00:35.678Z | Downloaded want v0.3.1 |
149 | 2025-03-21T00:00:35.678Z | Downloaded tower-layer v0.3.3 |
150 | 2025-03-21T00:00:35.683Z | Downloaded num-conv v0.1.0 |
151 | 2025-03-21T00:00:35.683Z | Downloaded try-lock v0.2.5 |
152 | 2025-03-21T00:00:35.686Z | Downloaded openssl-probe v0.1.5 |
153 | 2025-03-21T00:00:35.686Z | Downloaded futures-io v0.3.31 |
154 | 2025-03-21T00:00:35.689Z | Downloaded openssl-macros v0.1.1 |
155 | 2025-03-21T00:00:35.689Z | Downloaded is-terminal v0.4.13 |
156 | 2025-03-21T00:00:35.692Z | Downloaded http-body v1.0.1 |
157 | 2025-03-21T00:00:35.692Z | Downloaded darling_macro v0.20.10 |
158 | 2025-03-21T00:00:35.692Z | Downloaded foreign-types v0.3.2 |
159 | 2025-03-21T00:00:35.695Z | Downloaded num_threads v0.1.7 |
160 | 2025-03-21T00:00:35.695Z | Downloaded match_cfg v0.1.0 |
161 | 2025-03-21T00:00:35.695Z | Downloaded autocfg v1.4.0 |
162 | 2025-03-21T00:00:35.698Z | Downloaded futures-core v0.3.31 |
163 | 2025-03-21T00:00:35.701Z | Downloaded untrusted v0.9.0 |
164 | 2025-03-21T00:00:35.701Z | Downloaded unarray v0.1.4 |
165 | 2025-03-21T00:00:35.705Z | Downloaded httpdate v1.0.3 |
166 | 2025-03-21T00:00:35.705Z | Downloaded form_urlencoded v1.2.1 |
167 | 2025-03-21T00:00:35.708Z | Downloaded usdt-macro v0.5.0 |
168 | 2025-03-21T00:00:35.708Z | Downloaded lazy_static v1.5.0 |
169 | 2025-03-21T00:00:35.711Z | Downloaded thread-id v4.2.2 |
170 | 2025-03-21T00:00:35.711Z | Downloaded hostname v0.3.1 |
171 | 2025-03-21T00:00:35.715Z | Downloaded omicron-workspace-hack v0.1.0 |
172 | 2025-03-21T00:00:35.715Z | Downloaded tinyvec_macros v0.1.1 |
173 | 2025-03-21T00:00:35.718Z | Downloaded strum v0.26.3 |
174 | 2025-03-21T00:00:35.718Z | Downloaded percent-encoding v2.3.1 |
175 | 2025-03-21T00:00:35.718Z | Downloaded usdt v0.5.0 |
176 | 2025-03-21T00:00:35.718Z | Downloaded hostname v0.4.0 |
177 | 2025-03-21T00:00:35.722Z | Downloaded crossbeam-utils v0.8.20 |
178 | 2025-03-21T00:00:35.725Z | Downloaded memmap v0.7.0 |
179 | 2025-03-21T00:00:35.728Z | Downloaded zerofrom-derive v0.1.4 |
180 | 2025-03-21T00:00:35.728Z | Downloaded toml_datetime v0.6.8 |
181 | 2025-03-21T00:00:35.731Z | Downloaded heck v0.5.0 |
182 | 2025-03-21T00:00:35.731Z | Downloaded futures-executor v0.3.31 |
183 | 2025-03-21T00:00:35.734Z | Downloaded utf16_iter v1.0.5 |
184 | 2025-03-21T00:00:35.735Z | Downloaded dirs-sys-next v0.1.2 |
185 | 2025-03-21T00:00:35.738Z | Downloaded block-buffer v0.10.4 |
186 | 2025-03-21T00:00:35.738Z | Downloaded futures-sink v0.3.31 |
187 | 2025-03-21T00:00:35.738Z | Downloaded zerocopy-derive v0.7.35 |
188 | 2025-03-21T00:00:35.743Z | Downloaded wait-timeout v0.2.0 |
189 | 2025-03-21T00:00:35.748Z | Downloaded pin-project-lite v0.2.14 |
190 | 2025-03-21T00:00:35.752Z | Downloaded tower-service v0.3.3 |
191 | 2025-03-21T00:00:35.755Z | Downloaded pkg-config v0.3.31 |
192 | 2025-03-21T00:00:35.755Z | Downloaded parse-display v0.10.0 |
193 | 2025-03-21T00:00:35.755Z | Downloaded generic-array v0.14.7 |
194 | 2025-03-21T00:00:35.758Z | Downloaded thiserror v1.0.69 |
195 | 2025-03-21T00:00:35.762Z | Downloaded newtype-uuid v1.2.1 |
196 | 2025-03-21T00:00:35.765Z | Downloaded pin-utils v0.1.0 |
197 | 2025-03-21T00:00:35.765Z | Downloaded progenitor-client v0.8.0 |
198 | 2025-03-21T00:00:35.769Z | Downloaded displaydoc v0.2.5 |
199 | 2025-03-21T00:00:35.772Z | Downloaded parse-display-derive v0.10.0 |
200 | 2025-03-21T00:00:35.772Z | Downloaded once_cell v1.20.3 |
201 | 2025-03-21T00:00:35.775Z | Downloaded litemap v0.7.3 |
202 | 2025-03-21T00:00:35.780Z | Downloaded usdt-impl v0.5.0 |
203 | 2025-03-21T00:00:35.780Z | Downloaded pest_derive v2.7.14 |
204 | 2025-03-21T00:00:35.783Z | Downloaded progenitor-client v0.9.1 |
205 | 2025-03-21T00:00:35.783Z | Downloaded lock_api v0.4.12 |
206 | 2025-03-21T00:00:35.786Z | Downloaded yoke v0.7.4 |
207 | 2025-03-21T00:00:35.786Z | Downloaded plain v0.2.3 |
208 | 2025-03-21T00:00:35.790Z | Downloaded toml v0.8.20 |
209 | 2025-03-21T00:00:35.793Z | Downloaded synstructure v0.13.1 |
210 | 2025-03-21T00:00:35.793Z | Downloaded tokio-rustls v0.25.0 |
211 | 2025-03-21T00:00:35.796Z | Downloaded hex v0.4.3 |
212 | 2025-03-21T00:00:35.799Z | Downloaded atomic-waker v1.1.2 |
213 | 2025-03-21T00:00:35.799Z | Downloaded paste v1.0.15 |
214 | 2025-03-21T00:00:35.803Z | Downloaded pest_generator v2.7.14 |
215 | 2025-03-21T00:00:35.806Z | Downloaded zerovec-derive v0.10.3 |
216 | 2025-03-21T00:00:35.806Z | Downloaded bit-set v0.8.0 |
217 | 2025-03-21T00:00:35.809Z | Downloaded macaddr v1.0.1 |
218 | 2025-03-21T00:00:35.809Z | Downloaded rand_chacha v0.3.1 |
219 | 2025-03-21T00:00:35.809Z | Downloaded digest v0.10.7 |
220 | 2025-03-21T00:00:35.814Z | Downloaded serde_path_to_error v0.1.16 |
221 | 2025-03-21T00:00:35.817Z | Downloaded icu_provider v1.5.0 |
222 | 2025-03-21T00:00:35.817Z | Downloaded sha2 v0.10.8 |
223 | 2025-03-21T00:00:35.820Z | Downloaded unicode-ident v1.0.14 |
224 | 2025-03-21T00:00:35.823Z | Downloaded progenitor-macro v0.8.0 |
225 | 2025-03-21T00:00:35.823Z | Downloaded subtle v2.6.1 |
226 | 2025-03-21T00:00:35.826Z | Downloaded powerfmt v0.2.0 |
227 | 2025-03-21T00:00:35.826Z | Downloaded ucd-trie v0.1.7 |
228 | 2025-03-21T00:00:35.829Z | Downloaded getrandom v0.3.1 |
229 | 2025-03-21T00:00:35.832Z | Downloaded scroll_derive v0.12.0 |
230 | 2025-03-21T00:00:35.832Z | Downloaded structmeta v0.3.0 |
231 | 2025-03-21T00:00:35.836Z | Downloaded quick-error v1.2.3 |
232 | 2025-03-21T00:00:35.836Z | Downloaded log v0.4.22 |
233 | 2025-03-21T00:00:35.839Z | Downloaded pest_meta v2.7.14 |
234 | 2025-03-21T00:00:35.839Z | Downloaded serde_spanned v0.6.8 |
235 | 2025-03-21T00:00:35.842Z | Downloaded typenum v1.17.0 |
236 | 2025-03-21T00:00:35.847Z | Downloaded rusty-fork v0.3.0 |
237 | 2025-03-21T00:00:35.847Z | Downloaded icu_locid v1.5.0 |
238 | 2025-03-21T00:00:35.850Z | Downloaded multer v3.1.0 |
239 | 2025-03-21T00:00:35.853Z | Downloaded indexmap v1.9.3 |
240 | 2025-03-21T00:00:35.856Z | Downloaded serde_tokenstream v0.2.2 |
241 | 2025-03-21T00:00:35.860Z | Downloaded take_mut v0.2.2 |
242 | 2025-03-21T00:00:35.860Z | Downloaded schemars_derive v0.8.22 |
243 | 2025-03-21T00:00:35.863Z | Downloaded ppv-lite86 v0.2.20 |
244 | 2025-03-21T00:00:35.863Z | Downloaded bitflags v2.6.0 |
245 | 2025-03-21T00:00:35.866Z | Downloaded slog-bunyan v2.5.0 |
246 | 2025-03-21T00:00:35.869Z | Downloaded num-traits v0.2.19 |
247 | 2025-03-21T00:00:35.872Z | Downloaded progenitor v0.8.0 |
248 | 2025-03-21T00:00:35.872Z | Downloaded quote v1.0.39 |
249 | 2025-03-21T00:00:35.876Z | Downloaded signal-hook-registry v1.4.2 |
250 | 2025-03-21T00:00:35.876Z | Downloaded futures v0.3.31 |
251 | 2025-03-21T00:00:35.881Z | Downloaded shlex v1.3.0 |
252 | 2025-03-21T00:00:35.884Z | Downloaded pretty-hex v0.4.1 |
253 | 2025-03-21T00:00:35.884Z | Downloaded rand_xorshift v0.3.0 |
254 | 2025-03-21T00:00:35.887Z | Downloaded strsim v0.11.1 |
255 | 2025-03-21T00:00:35.887Z | Downloaded mime v0.3.17 |
256 | 2025-03-21T00:00:35.890Z | Downloaded unsafe-libyaml v0.2.11 |
257 | 2025-03-21T00:00:35.893Z | Downloaded slab v0.4.9 |
258 | 2025-03-21T00:00:35.893Z | Downloaded slog-json v2.6.1 |
259 | 2025-03-21T00:00:35.897Z | Downloaded progenitor-impl v0.8.0 |
260 | 2025-03-21T00:00:35.900Z | Downloaded serde_derive_internals v0.29.1 |
261 | 2025-03-21T00:00:35.900Z | Downloaded ipnet v2.11.0 |
262 | 2025-03-21T00:00:35.900Z | Downloaded icu_locid_transform_data v1.5.0 |
263 | 2025-03-21T00:00:35.903Z | Downloaded serde_urlencoded v0.7.1 |
264 | 2025-03-21T00:00:35.906Z | Downloaded tempfile v3.13.0 |
265 | 2025-03-21T00:00:35.909Z | Downloaded icu_normalizer v1.5.0 |
266 | 2025-03-21T00:00:35.912Z | Downloaded schemars v0.8.22 |
267 | 2025-03-21T00:00:35.923Z | Downloaded rand_core v0.6.4 |
268 | 2025-03-21T00:00:35.926Z | Downloaded scroll v0.12.0 |
269 | 2025-03-21T00:00:35.927Z | Downloaded memchr v2.7.4 |
270 | 2025-03-21T00:00:35.931Z | Downloaded socket2 v0.5.8 |
271 | 2025-03-21T00:00:35.935Z | Downloaded slog v2.7.0 |
272 | 2025-03-21T00:00:35.938Z | Downloaded serde_derive v1.0.218 |
273 | 2025-03-21T00:00:35.941Z | Downloaded term v0.7.0 |
274 | 2025-03-21T00:00:35.944Z | Downloaded spin v0.9.8 |
275 | 2025-03-21T00:00:35.949Z | Downloaded slog-term v2.9.1 |
276 | 2025-03-21T00:00:35.952Z | Downloaded winnow v0.7.3 |
277 | 2025-03-21T00:00:35.958Z | Downloaded strum_macros v0.26.4 |
278 | 2025-03-21T00:00:35.961Z | Downloaded smallvec v1.14.0 |
279 | 2025-03-21T00:00:35.964Z | Downloaded time v0.3.36 |
280 | 2025-03-21T00:00:35.970Z | Downloaded rustls-pki-types v1.10.0 |
281 | 2025-03-21T00:00:35.974Z | Downloaded test-strategy v0.4.0 |
282 | 2025-03-21T00:00:35.979Z | Downloaded bytes v1.10.1 |
283 | 2025-03-21T00:00:35.982Z | Downloaded pest v2.7.14 |
284 | 2025-03-21T00:00:35.988Z | Downloaded slog-async v2.8.0 |
285 | 2025-03-21T00:00:35.991Z | Downloaded zerocopy v0.7.35 |
286 | 2025-03-21T00:00:36.006Z | Downloaded icu_properties v1.5.1 |
287 | 2025-03-21T00:00:36.010Z | Downloaded zerovec v0.10.4 |
288 | 2025-03-21T00:00:36.014Z | Downloaded tokio-util v0.7.13 |
289 | 2025-03-21T00:00:36.021Z | Downloaded serde_with v3.12.0 |
290 | 2025-03-21T00:00:36.031Z | Downloaded cc v1.2.15 |
291 | 2025-03-21T00:00:36.035Z | Downloaded quinn-proto v0.11.8 |
292 | 2025-03-21T00:00:36.041Z | Downloaded vcpkg v0.2.15 |
293 | 2025-03-21T00:00:36.078Z | Downloaded serde v1.0.218 |
294 | 2025-03-21T00:00:36.081Z | Downloaded hashbrown v0.12.3 |
295 | 2025-03-21T00:00:36.085Z | Downloaded quinn v0.11.5 |
296 | 2025-03-21T00:00:36.089Z | Downloaded webpki-roots v0.26.6 |
297 | 2025-03-21T00:00:36.093Z | Downloaded openssl v0.10.71 |
298 | 2025-03-21T00:00:36.103Z | Downloaded idna v1.0.3 |
299 | 2025-03-21T00:00:36.108Z | Downloaded hashbrown v0.15.1 |
300 | 2025-03-21T00:00:36.112Z | Downloaded syn v2.0.98 |
301 | 2025-03-21T00:00:36.124Z | Downloaded http v1.2.0 |
302 | 2025-03-21T00:00:36.128Z | Downloaded rand v0.8.5 |
303 | 2025-03-21T00:00:36.132Z | Downloaded indexmap v2.7.1 |
304 | 2025-03-21T00:00:36.136Z | Downloaded crossbeam-channel v0.5.13 |
305 | 2025-03-21T00:00:36.140Z | Downloaded h2 v0.4.6 |
306 | 2025-03-21T00:00:36.147Z | Downloaded openapiv3 v2.0.0 |
307 | 2025-03-21T00:00:36.159Z | Downloaded hyper v1.6.0 |
308 | 2025-03-21T00:00:36.165Z | Downloaded futures-util v0.3.31 |
309 | 2025-03-21T00:00:36.177Z | Downloaded serde_json v1.0.139 |
310 | 2025-03-21T00:00:36.183Z | Downloaded typify-impl v0.2.0 |
311 | 2025-03-21T00:00:36.199Z | Downloaded semver v1.0.25 |
312 | 2025-03-21T00:00:36.202Z | Downloaded goblin v0.8.2 |
313 | 2025-03-21T00:00:36.207Z | Downloaded aho-corasick v1.1.3 |
314 | 2025-03-21T00:00:36.213Z | Downloaded proptest v1.6.0 |
315 | 2025-03-21T00:00:36.222Z | Downloaded reqwest v0.12.12 |
316 | 2025-03-21T00:00:36.230Z | Downloaded chrono v0.4.40 |
317 | 2025-03-21T00:00:36.238Z | Downloaded icu_properties_data v1.5.0 |
318 | 2025-03-21T00:00:36.250Z | Downloaded rustls-webpki v0.102.8 |
319 | 2025-03-21T00:00:36.267Z | Downloaded darling_core v0.20.10 |
320 | 2025-03-21T00:00:36.272Z | Downloaded tower v0.5.2 |
321 | 2025-03-21T00:00:36.280Z | Downloaded regex v1.11.1 |
322 | 2025-03-21T00:00:36.293Z | Downloaded toml_edit v0.22.24 |
323 | 2025-03-21T00:00:36.314Z | Downloaded icu_collections v1.5.0 |
324 | 2025-03-21T00:00:36.319Z | Downloaded rustls v0.22.4 |
325 | 2025-03-21T00:00:36.332Z | Downloaded dropshot v0.16.0 |
326 | 2025-03-21T00:00:36.353Z | Downloaded rustls v0.23.19 |
327 | 2025-03-21T00:00:36.363Z | Downloaded regress v0.10.3 |
328 | 2025-03-21T00:00:36.372Z | Downloaded rustix v0.38.37 |
329 | 2025-03-21T00:00:36.393Z | Downloaded libc v0.2.170 |
330 | 2025-03-21T00:00:36.415Z | Downloaded tokio v1.43.0 |
331 | 2025-03-21T00:00:36.452Z | Downloaded regex-syntax v0.8.5 |
332 | 2025-03-21T00:00:36.461Z | Downloaded scopeguard v1.2.0 |
333 | 2025-03-21T00:00:36.464Z | Downloaded rustversion v1.0.17 |
334 | 2025-03-21T00:00:36.464Z | Downloaded proc-macro2 v1.0.94 |
335 | 2025-03-21T00:00:36.468Z | Downloaded rustls-pemfile v2.2.0 |
336 | 2025-03-21T00:00:36.471Z | Downloaded serde_yaml v0.9.34+deprecated |
337 | 2025-03-21T00:00:36.474Z | Downloaded openssl-sys v0.9.106 |
338 | 2025-03-21T00:00:36.477Z | Downloaded mio v1.0.2 |
339 | 2025-03-21T00:00:36.481Z | Downloaded url v2.5.3 |
340 | 2025-03-21T00:00:36.484Z | Downloaded tracing v0.1.40 |
341 | 2025-03-21T00:00:36.488Z | Downloaded allocator-api2 v0.2.18 |
342 | 2025-03-21T00:00:36.491Z | Downloaded uuid v1.15.1 |
343 | 2025-03-21T00:00:36.494Z | Downloaded base64 v0.22.1 |
344 | 2025-03-21T00:00:36.497Z | Downloaded regex-automata v0.4.8 |
345 | 2025-03-21T00:00:36.514Z | Downloaded hyper-util v0.1.10 |
346 | 2025-03-21T00:00:36.518Z | Downloaded ryu v1.0.18 |
347 | 2025-03-21T00:00:36.521Z | Downloaded serde_with_macros v3.12.0 |
348 | 2025-03-21T00:00:36.524Z | Downloaded parking_lot v0.12.3 |
349 | 2025-03-21T00:00:36.527Z | Downloaded icu_normalizer_data v1.5.0 |
350 | 2025-03-21T00:00:36.527Z | Downloaded rustc-hash v2.1.1 |
351 | 2025-03-21T00:00:36.531Z | Downloaded quinn-udp v0.5.5 |
352 | 2025-03-21T00:00:36.531Z | Downloaded hyper-rustls v0.27.3 |
353 | 2025-03-21T00:00:36.541Z | Downloaded tracing-core v0.1.32 |
354 | 2025-03-21T00:00:36.541Z | Downloaded tinyvec v1.8.0 |
355 | 2025-03-21T00:00:36.541Z | Downloaded sync_wrapper v1.0.1 |
356 | 2025-03-21T00:00:36.541Z | Downloaded structmeta-derive v0.3.0 |
357 | 2025-03-21T00:00:36.541Z | Downloaded dropshot_endpoint v0.16.0 |
358 | 2025-03-21T00:00:36.541Z | Downloaded sha1 v0.10.6 |
359 | 2025-03-21T00:00:36.546Z | Downloaded zeroize v1.8.1 |
360 | 2025-03-21T00:00:36.546Z | Downloaded iana-time-zone v0.1.61 |
361 | 2025-03-21T00:00:36.549Z | Downloaded parking_lot_core v0.9.10 |
362 | 2025-03-21T00:00:36.549Z | Downloaded tokio-native-tls v0.3.1 |
363 | 2025-03-21T00:00:36.552Z | Downloaded camino v1.1.9 |
364 | 2025-03-21T00:00:36.552Z | Downloaded httparse v1.9.5 |
365 | 2025-03-21T00:00:36.556Z | Downloaded backoff v0.4.0 |
366 | 2025-03-21T00:00:36.559Z | Downloaded ipnetwork v0.21.1 |
367 | 2025-03-21T00:00:36.559Z | Downloaded oxnet v0.1.1 |
368 | 2025-03-21T00:00:36.559Z | Downloaded native-tls v0.2.12 |
369 | 2025-03-21T00:00:36.562Z | Downloaded typify v0.2.0 |
370 | 2025-03-21T00:00:36.565Z | Downloaded dyn-clone v1.0.19 |
371 | 2025-03-21T00:00:36.565Z | Downloaded cpufeatures v0.2.14 |
372 | 2025-03-21T00:00:36.569Z | Downloaded tokio-rustls v0.26.0 |
373 | 2025-03-21T00:00:36.569Z | Downloaded thread_local v1.1.8 |
374 | 2025-03-21T00:00:36.572Z | Downloaded futures-channel v0.3.31 |
375 | 2025-03-21T00:00:36.572Z | Downloaded darling v0.20.10 |
376 | 2025-03-21T00:00:36.575Z | Downloaded ring v0.17.11 |
377 | 2025-03-21T00:00:36.614Z | Downloaded version_check v0.9.5 |
378 | 2025-03-21T00:00:36.618Z | Downloaded typify-macro v0.2.0 |
379 | 2025-03-21T00:00:36.618Z | Downloaded thiserror-impl v1.0.69 |
380 | 2025-03-21T00:00:36.618Z | Downloaded itoa v1.0.11 |
381 | 2025-03-21T00:00:36.621Z | Downloaded icu_locid_transform v1.5.0 |
382 | 2025-03-21T00:00:36.621Z | Downloaded http-body-util v0.1.2 |
383 | 2025-03-21T00:00:36.624Z | Downloaded daft v0.1.2 |
384 | 2025-03-21T00:00:36.624Z | Downloaded getrandom v0.2.15 |
385 | 2025-03-21T00:00:36.627Z | Downloaded daft-derive v0.1.2 |
386 | 2025-03-21T00:00:36.631Z | Downloaded byteorder v1.5.0 |
387 | 2025-03-21T00:00:36.634Z | Downloaded writeable v0.5.5 |
388 | 2025-03-21T00:00:36.634Z | Downloaded tokio-macros v2.5.0 |
389 | 2025-03-21T00:00:36.634Z | Downloaded stable_deref_trait v1.2.0 |
390 | 2025-03-21T00:00:36.637Z | Downloaded fnv v1.0.7 |
391 | 2025-03-21T00:00:36.637Z | Downloaded idna_adapter v1.2.0 |
392 | 2025-03-21T00:00:36.637Z | Downloaded async-trait v0.1.87 |
393 | 2025-03-21T00:00:36.641Z | Downloaded thiserror v2.0.11 |
394 | 2025-03-21T00:00:36.645Z | Downloaded utf8_iter v1.0.4 |
395 | 2025-03-21T00:00:36.645Z | Downloaded icu_provider_macros v1.5.0 |
396 | 2025-03-21T00:00:36.648Z | Downloaded foreign-types-shared v0.1.1 |
397 | 2025-03-21T00:00:36.648Z | Downloaded dtrace-parser v0.2.0 |
398 | 2025-03-21T00:00:36.648Z | Downloaded dof v0.3.0 |
399 | 2025-03-21T00:00:36.648Z | Downloaded encoding_rs v0.8.34 |
400 | 2025-03-21T00:00:36.667Z | Downloaded futures-macro v0.3.31 |
401 | 2025-03-21T00:00:36.670Z | Downloaded errno v0.3.9 |
402 | 2025-03-21T00:00:36.670Z | Downloaded deranged v0.3.11 |
403 | 2025-03-21T00:00:36.673Z | Downloaded hyper-tls v0.6.0 |
404 | 2025-03-21T00:00:36.673Z | Downloaded foldhash v0.1.3 |
405 | 2025-03-21T00:00:36.673Z | Downloaded fastrand v2.1.1 |
406 | 2025-03-21T00:00:36.676Z | Downloaded dirs-next v2.0.0 |
407 | 2025-03-21T00:00:36.676Z | Downloaded debug-ignore v1.0.5 |
408 | 2025-03-21T00:00:36.676Z | Downloaded futures-task v0.3.31 |
409 | 2025-03-21T00:00:36.679Z | Downloaded usdt-attr-macro v0.5.0 |
410 | 2025-03-21T00:00:36.679Z | Downloaded waitgroup v0.1.2 |
411 | 2025-03-21T00:00:36.679Z | Downloaded time-core v0.1.2 |
412 | 2025-03-21T00:00:36.803Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-21T00:00:36.804Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-21T00:00:36.807Z | Compiling libc v0.2.170 |
415 | 2025-03-21T00:00:36.807Z | Checking cfg-if v1.0.0 |
416 | 2025-03-21T00:00:36.807Z | Compiling autocfg v1.4.0 |
417 | 2025-03-21T00:00:36.807Z | Compiling serde v1.0.218 |
418 | 2025-03-21T00:00:36.826Z | Checking memchr v2.7.4 |
419 | 2025-03-21T00:00:36.830Z | Compiling serde_json v1.0.139 |
420 | 2025-03-21T00:00:36.915Z | Checking itoa v1.0.11 |
421 | 2025-03-21T00:00:37.123Z | Compiling thiserror v1.0.69 |
422 | 2025-03-21T00:00:37.348Z | Compiling shlex v1.3.0 |
423 | 2025-03-21T00:00:37.510Z | Checking pin-project-lite v0.2.14 |
424 | 2025-03-21T00:00:37.621Z | Compiling cc v1.2.15 |
425 | 2025-03-21T00:00:37.633Z | Checking once_cell v1.20.3 |
426 | 2025-03-21T00:00:37.707Z | Checking ryu v1.0.18 |
427 | 2025-03-21T00:00:37.931Z | Checking smallvec v1.14.0 |
428 | 2025-03-21T00:00:37.946Z | Checking bytes v1.10.1 |
429 | 2025-03-21T00:00:38.014Z | Checking futures-core v0.3.31 |
430 | 2025-03-21T00:00:38.225Z | Compiling semver v1.0.25 |
431 | 2025-03-21T00:00:38.282Z | Compiling version_check v0.9.5 |
432 | 2025-03-21T00:00:38.310Z | Compiling lock_api v0.4.12 |
433 | 2025-03-21T00:00:38.370Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-21T00:00:38.663Z | Compiling quote v1.0.39 |
435 | 2025-03-21T00:00:38.792Z | Checking getrandom v0.2.15 |
436 | 2025-03-21T00:00:38.832Z | Checking scopeguard v1.2.0 |
437 | 2025-03-21T00:00:38.848Z | Checking equivalent v1.0.1 |
438 | 2025-03-21T00:00:38.875Z | Checking allocator-api2 v0.2.18 |
439 | 2025-03-21T00:00:38.947Z | Checking foldhash v0.1.3 |
440 | 2025-03-21T00:00:39.074Z | Compiling slab v0.4.9 |
441 | 2025-03-21T00:00:39.217Z | Compiling syn v2.0.98 |
442 | 2025-03-21T00:00:39.315Z | Checking fnv v1.0.7 |
443 | 2025-03-21T00:00:39.423Z | Checking futures-sink v0.3.31 |
444 | 2025-03-21T00:00:39.450Z | Checking mio v1.0.2 |
445 | 2025-03-21T00:00:39.462Z | Checking parking_lot v0.12.3 |
446 | 2025-03-21T00:00:39.530Z | Checking hashbrown v0.15.1 |
447 | 2025-03-21T00:00:39.570Z | Checking signal-hook-registry v1.4.2 |
448 | 2025-03-21T00:00:39.601Z | Checking socket2 v0.5.8 |
449 | 2025-03-21T00:00:39.616Z | Checking log v0.4.22 |
450 | 2025-03-21T00:00:39.850Z | Compiling num-traits v0.2.19 |
451 | 2025-03-21T00:00:39.890Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-21T00:00:40.009Z | Checking futures-channel v0.3.31 |
453 | 2025-03-21T00:00:40.076Z | Checking pin-utils v0.1.0 |
454 | 2025-03-21T00:00:40.100Z | Checking futures-io v0.3.31 |
455 | 2025-03-21T00:00:40.112Z | Checking futures-task v0.3.31 |
456 | 2025-03-21T00:00:40.164Z | Compiling getrandom v0.3.1 |
457 | 2025-03-21T00:00:40.289Z | Checking http v1.2.0 |
458 | 2025-03-21T00:00:40.359Z | Compiling schemars v0.8.22 |
459 | 2025-03-21T00:00:40.400Z | Checking bitflags v2.6.0 |
460 | 2025-03-21T00:00:40.678Z | Checking rustls-pki-types v1.10.0 |
461 | 2025-03-21T00:00:40.693Z | Compiling ring v0.17.11 |
462 | 2025-03-21T00:00:40.851Z | Checking iana-time-zone v0.1.61 |
463 | 2025-03-21T00:00:40.865Z | Compiling vcpkg v0.2.15 |
464 | 2025-03-21T00:00:40.938Z | Compiling heck v0.5.0 |
465 | 2025-03-21T00:00:41.244Z | Compiling pkg-config v0.3.31 |
466 | 2025-03-21T00:00:41.583Z | Compiling httparse v1.9.5 |
467 | 2025-03-21T00:00:41.764Z | Checking dyn-clone v1.0.19 |
468 | 2025-03-21T00:00:41.923Z | Checking litemap v0.7.3 |
469 | 2025-03-21T00:00:42.001Z | Checking writeable v0.5.5 |
470 | 2025-03-21T00:00:42.187Z | Checking untrusted v0.9.0 |
471 | 2025-03-21T00:00:42.318Z | Compiling openssl-sys v0.9.106 |
472 | 2025-03-21T00:00:42.331Z | Checking tracing-core v0.1.32 |
473 | 2025-03-21T00:00:42.347Z | Compiling ucd-trie v0.1.7 |
474 | 2025-03-21T00:00:42.359Z | Checking atomic-waker v1.1.2 |
475 | 2025-03-21T00:00:42.797Z | Checking http-body v1.0.1 |
476 | 2025-03-21T00:00:42.952Z | Checking try-lock v0.2.5 |
477 | 2025-03-21T00:00:42.992Z | Checking tracing v0.1.40 |
478 | 2025-03-21T00:00:43.005Z | Checking subtle v2.6.1 |
479 | 2025-03-21T00:00:43.314Z | Checking zeroize v1.8.1 |
480 | 2025-03-21T00:00:43.366Z | Checking byteorder v1.5.0 |
481 | 2025-03-21T00:00:43.397Z | Checking icu_locid_transform_data v1.5.0 |
482 | 2025-03-21T00:00:43.466Z | Checking want v0.3.1 |
483 | 2025-03-21T00:00:43.489Z | Compiling uuid v1.15.1 |
484 | 2025-03-21T00:00:43.557Z | Checking foreign-types-shared v0.1.1 |
485 | 2025-03-21T00:00:43.651Z | Compiling openssl v0.10.71 |
486 | 2025-03-21T00:00:43.665Z | Checking icu_properties_data v1.5.0 |
487 | 2025-03-21T00:00:43.769Z | Checking httpdate v1.0.3 |
488 | 2025-03-21T00:00:43.887Z | Compiling chrono v0.4.40 |
489 | 2025-03-21T00:00:44.006Z | Checking tower-service v0.3.3 |
490 | 2025-03-21T00:00:44.124Z | Checking foreign-types v0.3.2 |
491 | 2025-03-21T00:00:44.173Z | Compiling regress v0.10.3 |
492 | 2025-03-21T00:00:44.215Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-21T00:00:44.249Z | Checking utf16_iter v1.0.5 |
494 | 2025-03-21T00:00:44.418Z | Checking utf8_iter v1.0.4 |
495 | 2025-03-21T00:00:44.616Z | Checking write16 v1.0.0 |
496 | 2025-03-21T00:00:44.750Z | Checking icu_normalizer_data v1.5.0 |
497 | 2025-03-21T00:00:44.768Z | Checking percent-encoding v2.3.1 |
498 | 2025-03-21T00:00:44.844Z | Compiling regex-syntax v0.8.5 |
499 | 2025-03-21T00:00:44.976Z | Compiling native-tls v0.2.12 |
500 | 2025-03-21T00:00:45.298Z | Compiling slog v2.7.0 |
501 | 2025-03-21T00:00:45.380Z | Compiling rustls v0.23.19 |
502 | 2025-03-21T00:00:45.719Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-21T00:00:46.596Z | Compiling serde_derive_internals v0.29.1 |
504 | 2025-03-21T00:00:47.097Z | Compiling synstructure v0.13.1 |
505 | 2025-03-21T00:00:48.148Z | Checking rustls-webpki v0.102.8 |
506 | 2025-03-21T00:00:48.266Z | Checking openssl-probe v0.1.5 |
507 | 2025-03-21T00:00:48.432Z | Compiling typenum v1.17.0 |
508 | 2025-03-21T00:00:48.533Z | Compiling regex-automata v0.4.8 |
509 | 2025-03-21T00:00:49.322Z | Compiling generic-array v0.14.7 |
510 | 2025-03-21T00:00:49.458Z | Checking encoding_rs v0.8.34 |
511 | 2025-03-21T00:00:49.674Z | Checking mime v0.3.17 |
512 | 2025-03-21T00:00:50.465Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-21T00:00:50.478Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-21T00:00:50.709Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-21T00:00:50.941Z | Compiling zerofrom-derive v0.1.4 |
516 | 2025-03-21T00:00:51.461Z | Compiling tokio-macros v2.5.0 |
517 | 2025-03-21T00:00:51.797Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-21T00:00:52.987Z | Checking tokio v1.43.0 |
519 | 2025-03-21T00:00:53.359Z | Compiling zerovec-derive v0.10.3 |
520 | 2025-03-21T00:00:53.536Z | Compiling futures-macro v0.3.31 |
521 | 2025-03-21T00:00:53.660Z | Compiling zerocopy-derive v0.7.35 |
522 | 2025-03-21T00:00:54.039Z | Checking zerofrom v0.1.4 |
523 | 2025-03-21T00:00:54.248Z | Compiling displaydoc v0.2.5 |
524 | 2025-03-21T00:00:54.264Z | Checking yoke v0.7.4 |
525 | 2025-03-21T00:00:54.611Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-21T00:00:55.357Z | Compiling pest v2.7.14 |
527 | 2025-03-21T00:00:55.402Z | Checking futures-util v0.3.31 |
528 | 2025-03-21T00:00:55.642Z | Checking zerocopy v0.7.35 |
529 | 2025-03-21T00:00:55.707Z | Compiling openssl-macros v0.1.1 |
530 | 2025-03-21T00:00:55.720Z | Checking zerovec v0.10.4 |
531 | 2025-03-21T00:00:55.755Z | Compiling regex v1.11.1 |
532 | 2025-03-21T00:00:57.316Z | Checking tinystr v0.7.6 |
533 | 2025-03-21T00:00:58.045Z | Checking icu_locid v1.5.0 |
534 | 2025-03-21T00:00:58.366Z | Compiling pest_meta v2.7.14 |
535 | 2025-03-21T00:00:59.072Z | Checking icu_provider v1.5.0 |
536 | 2025-03-21T00:00:59.745Z | Checking icu_locid_transform v1.5.0 |
537 | 2025-03-21T00:00:59.864Z | Checking tokio-util v0.7.13 |
538 | 2025-03-21T00:00:59.990Z | Checking icu_collections v1.5.0 |
539 | 2025-03-21T00:01:00.319Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-21T00:01:00.656Z | Checking http-body-util v0.1.2 |
541 | 2025-03-21T00:01:00.696Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-21T00:01:00.772Z | Checking icu_properties v1.5.1 |
543 | 2025-03-21T00:01:01.079Z | Compiling scroll_derive v0.12.0 |
544 | 2025-03-21T00:01:01.827Z | Checking rustls-pemfile v2.2.0 |
545 | 2025-03-21T00:01:02.054Z | Checking webpki-roots v0.26.6 |
546 | 2025-03-21T00:01:02.079Z | Checking rand_core v0.6.4 |
547 | 2025-03-21T00:01:02.090Z | Compiling pest_derive v2.7.14 |
548 | 2025-03-21T00:01:02.122Z | Checking tokio-native-tls v0.3.1 |
549 | 2025-03-21T00:01:02.246Z | Compiling usdt-impl v0.5.0 |
550 | 2025-03-21T00:01:02.352Z | Checking indexmap v2.7.1 |
551 | 2025-03-21T00:01:02.772Z | Checking serde_urlencoded v0.7.1 |
552 | 2025-03-21T00:01:03.129Z | Compiling serde_tokenstream v0.2.2 |
553 | 2025-03-21T00:01:03.521Z | Checking h2 v0.4.6 |
554 | 2025-03-21T00:01:03.659Z | Checking sync_wrapper v1.0.1 |
555 | 2025-03-21T00:01:03.826Z | Compiling rustix v0.38.37 |
556 | 2025-03-21T00:01:03.892Z | Checking tower-layer v0.3.3 |
557 | 2025-03-21T00:01:03.895Z | Checking base64 v0.22.1 |
558 | 2025-03-21T00:01:04.025Z | Checking icu_normalizer v1.5.0 |
559 | 2025-03-21T00:01:04.162Z | Compiling num-conv v0.1.0 |
560 | 2025-03-21T00:01:04.405Z | Compiling time-core v0.1.2 |
561 | 2025-03-21T00:01:04.441Z | Checking powerfmt v0.2.0 |
562 | 2025-03-21T00:01:04.524Z | Checking tower v0.5.2 |
563 | 2025-03-21T00:01:04.581Z | Compiling time-macros v0.2.18 |
564 | 2025-03-21T00:01:04.714Z | Checking deranged v0.3.11 |
565 | 2025-03-21T00:01:04.793Z | Checking idna_adapter v1.2.0 |
566 | 2025-03-21T00:01:04.995Z | Checking idna v1.0.3 |
567 | 2025-03-21T00:01:05.274Z | Compiling dof v0.3.0 |
568 | 2025-03-21T00:01:05.327Z | Compiling dtrace-parser v0.2.0 |
569 | 2025-03-21T00:01:05.495Z | Checking url v2.5.3 |
570 | 2025-03-21T00:01:06.125Z | Checking scroll v0.12.0 |
571 | 2025-03-21T00:01:06.230Z | Compiling thread-id v4.2.2 |
572 | 2025-03-21T00:01:06.352Z | Checking ppv-lite86 v0.2.20 |
573 | 2025-03-21T00:01:06.605Z | Compiling typify-impl v0.2.0 |
574 | 2025-03-21T00:01:06.881Z | Compiling structmeta-derive v0.3.0 |
575 | 2025-03-21T00:01:07.102Z | Checking errno v0.3.9 |
576 | 2025-03-21T00:01:07.289Z | Checking ipnet v2.11.0 |
577 | 2025-03-21T00:01:07.457Z | Checking plain v0.2.3 |
578 | 2025-03-21T00:01:07.623Z | Compiling paste v1.0.15 |
579 | 2025-03-21T00:01:07.638Z | Checking num_threads v0.1.7 |
580 | 2025-03-21T00:01:07.770Z | Compiling crossbeam-utils v0.8.20 |
581 | 2025-03-21T00:01:07.884Z | Checking hyper v1.6.0 |
582 | 2025-03-21T00:01:08.150Z | Compiling ident_case v1.0.1 |
583 | 2025-03-21T00:01:08.321Z | Compiling rustversion v1.0.17 |
584 | 2025-03-21T00:01:08.335Z | Compiling strsim v0.11.1 |
585 | 2025-03-21T00:01:08.584Z | Checking time v0.3.36 |
586 | 2025-03-21T00:01:08.755Z | Compiling darling_core v0.20.10 |
587 | 2025-03-21T00:01:09.320Z | Compiling structmeta v0.3.0 |
588 | 2025-03-21T00:01:09.713Z | Checking goblin v0.8.2 |
589 | 2025-03-21T00:01:09.946Z | Checking hyper-util v0.1.10 |
590 | 2025-03-21T00:01:11.020Z | Checking rand_chacha v0.3.1 |
591 | 2025-03-21T00:01:11.631Z | Checking hyper-tls v0.6.0 |
592 | 2025-03-21T00:01:11.740Z | Checking hyper-rustls v0.27.3 |
593 | 2025-03-21T00:01:11.778Z | Compiling openapiv3 v2.0.0 |
594 | 2025-03-21T00:01:12.082Z | Checking reqwest v0.12.12 |
595 | 2025-03-21T00:01:13.083Z | Checking dirs-sys-next v0.1.2 |
596 | 2025-03-21T00:01:13.103Z | Compiling rustls v0.22.4 |
597 | 2025-03-21T00:01:13.280Z | Checking fastrand v2.1.1 |
598 | 2025-03-21T00:01:13.475Z | Compiling newtype-uuid v1.2.1 |
599 | 2025-03-21T00:01:13.624Z | Compiling omicron-workspace-hack v0.1.0 |
600 | 2025-03-21T00:01:13.637Z | Compiling unsafe-libyaml v0.2.11 |
601 | 2025-03-21T00:01:13.843Z | Checking pretty-hex v0.4.1 |
602 | 2025-03-21T00:01:13.987Z | Compiling darling_macro v0.20.10 |
603 | 2025-03-21T00:01:14.041Z | Checking tempfile v3.13.0 |
604 | 2025-03-21T00:01:14.075Z | Checking dirs-next v2.0.0 |
605 | 2025-03-21T00:01:14.422Z | Checking rand v0.8.5 |
606 | 2025-03-21T00:01:14.976Z | Compiling serde_yaml v0.9.34+deprecated |
607 | 2025-03-21T00:01:15.442Z | Checking block-buffer v0.10.4 |
608 | 2025-03-21T00:01:15.602Z | Checking crypto-common v0.1.6 |
609 | 2025-03-21T00:01:15.649Z | Checking ipnetwork v0.21.1 |
610 | 2025-03-21T00:01:15.722Z | Checking serde_spanned v0.6.8 |
611 | 2025-03-21T00:01:15.772Z | Checking toml_datetime v0.6.8 |
612 | 2025-03-21T00:01:15.874Z | Compiling multer v3.1.0 |
613 | 2025-03-21T00:01:15.919Z | Checking wait-timeout v0.2.0 |
614 | 2025-03-21T00:01:16.036Z | Checking thread_local v1.1.8 |
615 | 2025-03-21T00:01:16.068Z | Checking bit-vec v0.8.0 |
616 | 2025-03-21T00:01:16.116Z | Checking match_cfg v0.1.0 |
617 | 2025-03-21T00:01:16.119Z | Compiling camino v1.1.9 |
618 | 2025-03-21T00:01:16.206Z | Compiling slog-async v2.8.0 |
619 | 2025-03-21T00:01:16.248Z | Compiling thiserror v2.0.11 |
620 | 2025-03-21T00:01:16.316Z | Checking winnow v0.7.3 |
621 | 2025-03-21T00:01:16.437Z | Compiling anyhow v1.0.97 |
622 | 2025-03-21T00:01:16.485Z | Checking quick-error v1.2.3 |
623 | 2025-03-21T00:01:16.641Z | Checking rusty-fork v0.3.0 |
624 | 2025-03-21T00:01:16.784Z | Compiling strum_macros v0.26.4 |
625 | 2025-03-21T00:01:16.811Z | Checking bit-set v0.8.0 |
626 | 2025-03-21T00:01:16.991Z | Checking hostname v0.3.1 |
627 | 2025-03-21T00:01:17.130Z | Checking oxnet v0.1.1 |
628 | 2025-03-21T00:01:17.185Z | Checking crossbeam-channel v0.5.13 |
629 | 2025-03-21T00:01:17.430Z | Checking digest v0.10.7 |
630 | 2025-03-21T00:01:17.464Z | Compiling darling v0.20.10 |
631 | 2025-03-21T00:01:17.584Z | Checking term v0.7.0 |
632 | 2025-03-21T00:01:17.944Z | Checking progenitor-client v0.8.0 |
633 | 2025-03-21T00:01:18.022Z | Compiling usdt-attr-macro v0.5.0 |
634 | 2025-03-21T00:01:18.037Z | Compiling usdt-macro v0.5.0 |
635 | 2025-03-21T00:01:18.184Z | Compiling typify-macro v0.2.0 |
636 | 2025-03-21T00:01:18.257Z | Checking slog-json v2.6.1 |
637 | 2025-03-21T00:01:18.270Z | Compiling parse-display-derive v0.10.0 |
638 | 2025-03-21T00:01:18.531Z | Checking rand_xorshift v0.3.0 |
639 | 2025-03-21T00:01:18.702Z | Checking hex v0.4.3 |
640 | 2025-03-21T00:01:19.220Z | Checking toml_edit v0.22.24 |
641 | 2025-03-21T00:01:19.236Z | Checking futures-executor v0.3.31 |
642 | 2025-03-21T00:01:19.307Z | Compiling daft-derive v0.1.2 |
643 | 2025-03-21T00:01:19.449Z | Compiling async-stream-impl v0.3.6 |
644 | 2025-03-21T00:01:19.463Z | Compiling thiserror-impl v2.0.11 |
645 | 2025-03-21T00:01:20.735Z | Compiling dropshot v0.16.0 |
646 | 2025-03-21T00:01:20.908Z | Checking memmap v0.7.0 |
647 | 2025-03-21T00:01:21.064Z | Checking is-terminal v0.4.13 |
648 | 2025-03-21T00:01:21.106Z | Checking take_mut v0.2.2 |
649 | 2025-03-21T00:01:21.118Z | Checking spin v0.9.8 |
650 | 2025-03-21T00:01:21.170Z | Checking unarray v0.1.4 |
651 | 2025-03-21T00:01:21.189Z | Checking cpufeatures v0.2.14 |
652 | 2025-03-21T00:01:21.255Z | Checking lazy_static v1.5.0 |
653 | 2025-03-21T00:01:21.281Z | Checking sha1 v0.10.6 |
654 | 2025-03-21T00:01:21.381Z | Checking proptest v1.6.0 |
655 | 2025-03-21T00:01:21.526Z | Compiling typify v0.2.0 |
656 | 2025-03-21T00:01:21.605Z | Checking slog-term v2.9.1 |
657 | 2025-03-21T00:01:21.648Z | Compiling progenitor-impl v0.8.0 |
658 | 2025-03-21T00:01:21.693Z | Checking tokio-rustls v0.25.0 |
659 | 2025-03-21T00:01:21.855Z | Checking parse-display v0.10.0 |
660 | 2025-03-21T00:01:21.928Z | Checking toml v0.8.20 |
661 | 2025-03-21T00:01:22.044Z | Checking usdt v0.5.0 |
662 | 2025-03-21T00:01:22.090Z | Checking strum v0.26.3 |
663 | 2025-03-21T00:01:22.152Z | Checking daft v0.1.2 |
664 | 2025-03-21T00:01:22.281Z | Checking async-stream v0.3.6 |
665 | 2025-03-21T00:01:22.292Z | Checking futures v0.3.31 |
666 | 2025-03-21T00:01:22.398Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
667 | 2025-03-21T00:01:22.416Z | Checking slog-bunyan v2.5.0 |
668 | 2025-03-21T00:01:22.448Z | Compiling serde_with_macros v3.12.0 |
669 | 2025-03-21T00:01:22.607Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-21T00:01:22.682Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-21T00:01:22.920Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-21T00:01:23.099Z | Compiling async-trait v0.1.87 |
673 | 2025-03-21T00:01:23.587Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
674 | 2025-03-21T00:01:23.733Z | Checking waitgroup v0.1.2 |
675 | 2025-03-21T00:01:23.891Z | Checking hostname v0.4.0 |
676 | 2025-03-21T00:01:24.041Z | Checking instant v0.1.13 |
677 | 2025-03-21T00:01:24.168Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-21T00:01:24.323Z | Checking backoff v0.4.0 |
679 | 2025-03-21T00:01:24.428Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-21T00:01:24.594Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-21T00:01:24.608Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-21T00:01:24.897Z | Checking serde_with v3.12.0 |
683 | 2025-03-21T00:01:25.148Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-21T00:01:25.350Z | Checking macaddr v1.0.1 |
685 | 2025-03-21T00:01:25.668Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
686 | 2025-03-21T00:01:26.149Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-21T00:01:29.841Z | Checking progenitor v0.8.0 |
688 | 2025-03-21T00:01:29.957Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-21T00:01:32.878Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-21T00:01:40.495Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-21T00:01:40.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
692 | 2025-03-21T00:01:40.706Z | + cargo build --release |
693 | 2025-03-21T00:01:40.951Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-21T00:01:40.951Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-21T00:01:40.951Z | Compiling libc v0.2.170 |
696 | 2025-03-21T00:01:40.954Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-21T00:01:40.954Z | Compiling autocfg v1.4.0 |
698 | 2025-03-21T00:01:40.954Z | Compiling serde v1.0.218 |
699 | 2025-03-21T00:01:40.954Z | Compiling memchr v2.7.4 |
700 | 2025-03-21T00:01:40.954Z | Compiling serde_json v1.0.139 |
701 | 2025-03-21T00:01:41.087Z | Compiling itoa v1.0.11 |
702 | 2025-03-21T00:01:41.333Z | Compiling thiserror v1.0.69 |
703 | 2025-03-21T00:01:41.385Z | Compiling shlex v1.3.0 |
704 | 2025-03-21T00:01:41.569Z | Compiling pin-project-lite v0.2.14 |
705 | 2025-03-21T00:01:41.687Z | Compiling cc v1.2.15 |
706 | 2025-03-21T00:01:41.741Z | Compiling once_cell v1.20.3 |
707 | 2025-03-21T00:01:41.915Z | Compiling smallvec v1.14.0 |
708 | 2025-03-21T00:01:42.176Z | Compiling ryu v1.0.18 |
709 | 2025-03-21T00:01:42.424Z | Compiling bytes v1.10.1 |
710 | 2025-03-21T00:01:42.445Z | Compiling semver v1.0.25 |
711 | 2025-03-21T00:01:42.605Z | Compiling futures-core v0.3.31 |
712 | 2025-03-21T00:01:42.790Z | Compiling quote v1.0.39 |
713 | 2025-03-21T00:01:42.843Z | Compiling version_check v0.9.5 |
714 | 2025-03-21T00:01:42.965Z | Compiling lock_api v0.4.12 |
715 | 2025-03-21T00:01:43.242Z | Compiling syn v2.0.98 |
716 | 2025-03-21T00:01:43.314Z | Compiling parking_lot_core v0.9.10 |
717 | 2025-03-21T00:01:43.438Z | Compiling getrandom v0.2.15 |
718 | 2025-03-21T00:01:43.455Z | Compiling allocator-api2 v0.2.18 |
719 | 2025-03-21T00:01:43.494Z | Compiling scopeguard v1.2.0 |
720 | 2025-03-21T00:01:43.740Z | Compiling equivalent v1.0.1 |
721 | 2025-03-21T00:01:43.793Z | Compiling foldhash v0.1.3 |
722 | 2025-03-21T00:01:43.881Z | Compiling slab v0.4.9 |
723 | 2025-03-21T00:01:44.278Z | Compiling hashbrown v0.15.1 |
724 | 2025-03-21T00:01:44.313Z | Compiling fnv v1.0.7 |
725 | 2025-03-21T00:01:44.316Z | Compiling futures-sink v0.3.31 |
726 | 2025-03-21T00:01:44.477Z | Compiling parking_lot v0.12.3 |
727 | 2025-03-21T00:01:44.480Z | Compiling signal-hook-registry v1.4.2 |
728 | 2025-03-21T00:01:44.582Z | Compiling mio v1.0.2 |
729 | 2025-03-21T00:01:44.590Z | Compiling socket2 v0.5.8 |
730 | 2025-03-21T00:01:44.631Z | Compiling log v0.4.22 |
731 | 2025-03-21T00:01:44.972Z | Compiling num-traits v0.2.19 |
732 | 2025-03-21T00:01:45.085Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-21T00:01:45.201Z | Compiling ring v0.17.11 |
734 | 2025-03-21T00:01:45.601Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-21T00:01:45.785Z | Compiling futures-task v0.3.31 |
736 | 2025-03-21T00:01:45.991Z | Compiling getrandom v0.3.1 |
737 | 2025-03-21T00:01:46.070Z | Compiling pin-utils v0.1.0 |
738 | 2025-03-21T00:01:46.083Z | Compiling futures-io v0.3.31 |
739 | 2025-03-21T00:01:46.243Z | Compiling http v1.2.0 |
740 | 2025-03-21T00:01:46.409Z | Compiling pkg-config v0.3.31 |
741 | 2025-03-21T00:01:46.431Z | Compiling vcpkg v0.2.15 |
742 | 2025-03-21T00:01:46.629Z | Compiling rustls-pki-types v1.10.0 |
743 | 2025-03-21T00:01:46.876Z | Compiling schemars v0.8.22 |
744 | 2025-03-21T00:01:47.452Z | Compiling bitflags v2.6.0 |
745 | 2025-03-21T00:01:48.012Z | Compiling iana-time-zone v0.1.61 |
746 | 2025-03-21T00:01:48.101Z | Compiling heck v0.5.0 |
747 | 2025-03-21T00:01:48.228Z | Compiling openssl-sys v0.9.106 |
748 | 2025-03-21T00:01:48.498Z | Compiling dyn-clone v1.0.19 |
749 | 2025-03-21T00:01:48.726Z | Compiling untrusted v0.9.0 |
750 | 2025-03-21T00:01:48.743Z | Compiling writeable v0.5.5 |
751 | 2025-03-21T00:01:48.911Z | Compiling httparse v1.9.5 |
752 | 2025-03-21T00:01:48.929Z | Compiling litemap v0.7.3 |
753 | 2025-03-21T00:01:49.430Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-21T00:01:49.590Z | Compiling atomic-waker v1.1.2 |
755 | 2025-03-21T00:01:49.618Z | Compiling ucd-trie v0.1.7 |
756 | 2025-03-21T00:01:49.836Z | Compiling http-body v1.0.1 |
757 | 2025-03-21T00:01:50.076Z | Compiling subtle v2.6.1 |
758 | 2025-03-21T00:01:50.351Z | Compiling tracing v0.1.40 |
759 | 2025-03-21T00:01:50.439Z | Compiling icu_locid_transform_data v1.5.0 |
760 | 2025-03-21T00:01:50.845Z | Compiling synstructure v0.13.1 |
761 | 2025-03-21T00:01:50.853Z | Compiling serde_derive_internals v0.29.1 |
762 | 2025-03-21T00:01:51.231Z | Compiling try-lock v0.2.5 |
763 | 2025-03-21T00:01:51.302Z | Compiling zeroize v1.8.1 |
764 | 2025-03-21T00:01:51.327Z | Compiling byteorder v1.5.0 |
765 | 2025-03-21T00:01:51.383Z | Compiling want v0.3.1 |
766 | 2025-03-21T00:01:51.640Z | Compiling chrono v0.4.40 |
767 | 2025-03-21T00:01:51.759Z | Compiling icu_properties_data v1.5.0 |
768 | 2025-03-21T00:01:51.837Z | Compiling tower-service v0.3.3 |
769 | 2025-03-21T00:01:51.967Z | Compiling foreign-types-shared v0.1.1 |
770 | 2025-03-21T00:01:52.085Z | Compiling openssl v0.10.71 |
771 | 2025-03-21T00:01:52.131Z | Compiling uuid v1.15.1 |
772 | 2025-03-21T00:01:52.192Z | Compiling httpdate v1.0.3 |
773 | 2025-03-21T00:01:52.719Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-21T00:01:52.811Z | Compiling regress v0.10.3 |
775 | 2025-03-21T00:01:52.998Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-21T00:01:53.471Z | Compiling slog v2.7.0 |
777 | 2025-03-21T00:01:54.006Z | Compiling utf16_iter v1.0.5 |
778 | 2025-03-21T00:01:54.103Z | Compiling regex-syntax v0.8.5 |
779 | 2025-03-21T00:01:54.245Z | Compiling write16 v1.0.0 |
780 | 2025-03-21T00:01:54.390Z | Compiling rustls v0.23.19 |
781 | 2025-03-21T00:01:54.614Z | Compiling native-tls v0.2.12 |
782 | 2025-03-21T00:01:54.733Z | Compiling serde_derive v1.0.218 |
783 | 2025-03-21T00:01:54.751Z | Compiling thiserror-impl v1.0.69 |
784 | 2025-03-21T00:01:55.026Z | Compiling schemars_derive v0.8.22 |
785 | 2025-03-21T00:01:56.324Z | Compiling zerofrom-derive v0.1.4 |
786 | 2025-03-21T00:01:56.685Z | Compiling tokio-macros v2.5.0 |
787 | 2025-03-21T00:01:57.086Z | Compiling yoke-derive v0.7.4 |
788 | 2025-03-21T00:01:57.270Z | Compiling futures-macro v0.3.31 |
789 | 2025-03-21T00:01:57.662Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-03-21T00:01:57.908Z | Compiling zerovec-derive v0.10.3 |
791 | 2025-03-21T00:01:58.159Z | Compiling tokio v1.43.0 |
792 | 2025-03-21T00:01:59.105Z | Compiling futures-util v0.3.31 |
793 | 2025-03-21T00:01:59.443Z | Compiling zerofrom v0.1.4 |
794 | 2025-03-21T00:01:59.527Z | Compiling displaydoc v0.2.5 |
795 | 2025-03-21T00:01:59.557Z | Compiling icu_provider_macros v1.5.0 |
796 | 2025-03-21T00:01:59.657Z | Compiling yoke v0.7.4 |
797 | 2025-03-21T00:02:00.005Z | Compiling pest v2.7.14 |
798 | 2025-03-21T00:02:00.315Z | Compiling zerovec v0.10.4 |
799 | 2025-03-21T00:02:00.872Z | Compiling zerocopy v0.7.35 |
800 | 2025-03-21T00:02:01.078Z | Compiling openssl-macros v0.1.1 |
801 | 2025-03-21T00:02:02.379Z | Compiling tinystr v0.7.6 |
802 | 2025-03-21T00:02:02.764Z | Compiling icu_locid v1.5.0 |
803 | 2025-03-21T00:02:03.006Z | Compiling rustls-webpki v0.102.8 |
804 | 2025-03-21T00:02:03.115Z | Compiling pest_meta v2.7.14 |
805 | 2025-03-21T00:02:05.299Z | Compiling icu_provider v1.5.0 |
806 | 2025-03-21T00:02:06.780Z | Compiling icu_locid_transform v1.5.0 |
807 | 2025-03-21T00:02:07.833Z | Compiling indexmap v2.7.1 |
808 | 2025-03-21T00:02:09.966Z | Compiling serde_tokenstream v0.2.2 |
809 | 2025-03-21T00:02:10.529Z | Compiling tokio-util v0.7.13 |
810 | 2025-03-21T00:02:10.538Z | Compiling icu_collections v1.5.0 |
811 | 2025-03-21T00:02:10.979Z | Compiling pest_generator v2.7.14 |
812 | 2025-03-21T00:02:12.763Z | Compiling h2 v0.4.6 |
813 | 2025-03-21T00:02:12.818Z | Compiling icu_properties v1.5.1 |
814 | 2025-03-21T00:02:13.329Z | Compiling utf8_iter v1.0.4 |
815 | 2025-03-21T00:02:13.628Z | Compiling percent-encoding v2.3.1 |
816 | 2025-03-21T00:02:13.908Z | Compiling icu_normalizer_data v1.5.0 |
817 | 2025-03-21T00:02:14.016Z | Compiling form_urlencoded v1.2.1 |
818 | 2025-03-21T00:02:14.128Z | Compiling pest_derive v2.7.14 |
819 | 2025-03-21T00:02:14.238Z | Compiling typify-impl v0.2.0 |
820 | 2025-03-21T00:02:15.084Z | Compiling regex-automata v0.4.8 |
821 | 2025-03-21T00:02:18.253Z | Compiling icu_normalizer v1.5.0 |
822 | 2025-03-21T00:02:19.305Z | Compiling hyper v1.6.0 |
823 | 2025-03-21T00:02:24.037Z | Compiling hyper-util v0.1.10 |
824 | 2025-03-21T00:02:24.472Z | Compiling typenum v1.17.0 |
825 | 2025-03-21T00:02:25.504Z | Compiling openssl-probe v0.1.5 |
826 | 2025-03-21T00:02:27.978Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-21T00:02:29.021Z | Compiling regex v1.11.1 |
828 | 2025-03-21T00:02:29.911Z | Compiling idna_adapter v1.2.0 |
829 | 2025-03-21T00:02:29.920Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-21T00:02:30.159Z | Compiling generic-array v0.14.7 |
831 | 2025-03-21T00:02:30.495Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-21T00:02:30.540Z | Compiling mime v0.3.17 |
833 | 2025-03-21T00:02:31.494Z | Compiling idna v1.0.3 |
834 | 2025-03-21T00:02:32.345Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-21T00:02:33.500Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-21T00:02:35.498Z | Compiling scroll_derive v0.12.0 |
837 | 2025-03-21T00:02:36.995Z | Compiling tokio-rustls v0.26.0 |
838 | 2025-03-21T00:02:37.084Z | Compiling webpki-roots v0.26.6 |
839 | 2025-03-21T00:02:37.286Z | Compiling rustls-pemfile v2.2.0 |
840 | 2025-03-21T00:02:37.485Z | Compiling rand_core v0.6.4 |
841 | 2025-03-21T00:02:37.780Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-21T00:02:37.970Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-21T00:02:38.123Z | Compiling num-conv v0.1.0 |
844 | 2025-03-21T00:02:38.211Z | Compiling base64 v0.22.1 |
845 | 2025-03-21T00:02:38.397Z | Compiling tower-layer v0.3.3 |
846 | 2025-03-21T00:02:38.813Z | Compiling time-core v0.1.2 |
847 | 2025-03-21T00:02:38.990Z | Compiling powerfmt v0.2.0 |
848 | 2025-03-21T00:02:39.330Z | Compiling rustix v0.38.37 |
849 | 2025-03-21T00:02:39.478Z | Compiling deranged v0.3.11 |
850 | 2025-03-21T00:02:40.158Z | Compiling time-macros v0.2.18 |
851 | 2025-03-21T00:02:41.291Z | Compiling tower v0.5.2 |
852 | 2025-03-21T00:02:42.235Z | Compiling hyper-rustls v0.27.3 |
853 | 2025-03-21T00:02:43.124Z | Compiling scroll v0.12.0 |
854 | 2025-03-21T00:02:43.677Z | Compiling thread-id v4.2.2 |
855 | 2025-03-21T00:02:43.794Z | Compiling hyper-tls v0.6.0 |
856 | 2025-03-21T00:02:44.253Z | Compiling dof v0.3.0 |
857 | 2025-03-21T00:02:44.296Z | Compiling url v2.5.3 |
858 | 2025-03-21T00:02:44.780Z | Compiling dtrace-parser v0.2.0 |
859 | 2025-03-21T00:02:45.048Z | Compiling ppv-lite86 v0.2.20 |
860 | 2025-03-21T00:02:45.118Z | Compiling structmeta-derive v0.3.0 |
861 | 2025-03-21T00:02:45.910Z | Compiling errno v0.3.9 |
862 | 2025-03-21T00:02:46.183Z | Compiling crossbeam-utils v0.8.20 |
863 | 2025-03-21T00:02:46.517Z | Compiling paste v1.0.15 |
864 | 2025-03-21T00:02:46.738Z | Compiling plain v0.2.3 |
865 | 2025-03-21T00:02:46.910Z | Compiling num_threads v0.1.7 |
866 | 2025-03-21T00:02:47.044Z | Compiling strsim v0.11.1 |
867 | 2025-03-21T00:02:47.626Z | Compiling ipnet v2.11.0 |
868 | 2025-03-21T00:02:48.384Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2025-03-21T00:02:48.990Z | Compiling ident_case v1.0.1 |
870 | 2025-03-21T00:02:49.175Z | Compiling rustversion v1.0.17 |
871 | 2025-03-21T00:02:50.159Z | Compiling time v0.3.36 |
872 | 2025-03-21T00:02:50.319Z | Compiling darling_core v0.20.10 |
873 | 2025-03-21T00:02:54.723Z | Compiling reqwest v0.12.12 |
874 | 2025-03-21T00:02:55.784Z | Compiling structmeta v0.3.0 |
875 | 2025-03-21T00:02:56.204Z | Compiling goblin v0.8.2 |
876 | 2025-03-21T00:02:59.537Z | Compiling rand_chacha v0.3.1 |
877 | 2025-03-21T00:03:01.041Z | Compiling openapiv3 v2.0.0 |
878 | 2025-03-21T00:03:01.364Z | Compiling typify v0.2.0 |
879 | 2025-03-21T00:03:02.052Z | Compiling dirs-sys-next v0.1.2 |
880 | 2025-03-21T00:03:03.178Z | Compiling rustls v0.22.4 |
881 | 2025-03-21T00:03:03.546Z | Compiling pretty-hex v0.4.1 |
882 | 2025-03-21T00:03:03.802Z | Compiling unsafe-libyaml v0.2.11 |
883 | 2025-03-21T00:03:05.139Z | Compiling newtype-uuid v1.2.1 |
884 | 2025-03-21T00:03:05.493Z | Compiling fastrand v2.1.1 |
885 | 2025-03-21T00:03:05.527Z | Compiling serde_yaml v0.9.34+deprecated |
886 | 2025-03-21T00:03:06.225Z | Compiling tempfile v3.13.0 |
887 | 2025-03-21T00:03:07.588Z | Compiling progenitor-impl v0.8.0 |
888 | 2025-03-21T00:03:08.923Z | Compiling dirs-next v2.0.0 |
889 | 2025-03-21T00:03:09.353Z | Compiling rand v0.8.5 |
890 | 2025-03-21T00:03:13.641Z | Compiling darling_macro v0.20.10 |
891 | 2025-03-21T00:03:14.670Z | Compiling crypto-common v0.1.6 |
892 | 2025-03-21T00:03:14.916Z | Compiling block-buffer v0.10.4 |
893 | 2025-03-21T00:03:15.178Z | Compiling ipnetwork v0.21.1 |
894 | 2025-03-21T00:03:15.825Z | Compiling serde_spanned v0.6.8 |
895 | 2025-03-21T00:03:15.861Z | Compiling toml_datetime v0.6.8 |
896 | 2025-03-21T00:03:16.089Z | Compiling multer v3.1.0 |
897 | 2025-03-21T00:03:16.479Z | Compiling wait-timeout v0.2.0 |
898 | 2025-03-21T00:03:16.695Z | Compiling thread_local v1.1.8 |
899 | 2025-03-21T00:03:17.438Z | Compiling bit-vec v0.8.0 |
900 | 2025-03-21T00:03:17.513Z | Compiling camino v1.1.9 |
901 | 2025-03-21T00:03:18.041Z | Compiling match_cfg v0.1.0 |
902 | 2025-03-21T00:03:18.145Z | Compiling quick-error v1.2.3 |
903 | 2025-03-21T00:03:18.157Z | Compiling thiserror v2.0.11 |
904 | 2025-03-21T00:03:18.295Z | Compiling anyhow v1.0.97 |
905 | 2025-03-21T00:03:18.773Z | Compiling winnow v0.7.3 |
906 | 2025-03-21T00:03:18.920Z | Compiling slog-async v2.8.0 |
907 | 2025-03-21T00:03:19.897Z | Compiling rusty-fork v0.3.0 |
908 | 2025-03-21T00:03:20.274Z | Compiling hostname v0.3.1 |
909 | 2025-03-21T00:03:20.544Z | Compiling bit-set v0.8.0 |
910 | 2025-03-21T00:03:21.017Z | Compiling strum_macros v0.26.4 |
911 | 2025-03-21T00:03:21.285Z | Compiling oxnet v0.1.1 |
912 | 2025-03-21T00:03:21.981Z | Compiling digest v0.10.7 |
913 | 2025-03-21T00:03:22.420Z | Compiling darling v0.20.10 |
914 | 2025-03-21T00:03:22.532Z | Compiling toml_edit v0.22.24 |
915 | 2025-03-21T00:03:25.411Z | Compiling progenitor-macro v0.8.0 |
916 | 2025-03-21T00:03:26.307Z | Compiling crossbeam-channel v0.5.13 |
917 | 2025-03-21T00:03:27.989Z | Compiling term v0.7.0 |
918 | 2025-03-21T00:03:32.592Z | Compiling usdt-macro v0.5.0 |
919 | 2025-03-21T00:03:32.635Z | Compiling usdt-attr-macro v0.5.0 |
920 | 2025-03-21T00:03:33.911Z | Compiling progenitor-client v0.8.0 |
921 | 2025-03-21T00:03:34.114Z | Compiling parse-display-derive v0.10.0 |
922 | 2025-03-21T00:03:34.855Z | Compiling slog-json v2.6.1 |
923 | 2025-03-21T00:03:35.345Z | Compiling rand_xorshift v0.3.0 |
924 | 2025-03-21T00:03:35.648Z | Compiling hex v0.4.3 |
925 | 2025-03-21T00:03:36.325Z | Compiling futures-executor v0.3.31 |
926 | 2025-03-21T00:03:36.382Z | Compiling async-stream-impl v0.3.6 |
927 | 2025-03-21T00:03:37.425Z | Compiling daft-derive v0.1.2 |
928 | 2025-03-21T00:03:37.665Z | Compiling thiserror-impl v2.0.11 |
929 | 2025-03-21T00:03:37.700Z | Compiling dropshot v0.16.0 |
930 | 2025-03-21T00:03:38.092Z | Compiling memmap v0.7.0 |
931 | 2025-03-21T00:03:38.114Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-21T00:03:38.247Z | Compiling lazy_static v1.5.0 |
933 | 2025-03-21T00:03:38.396Z | Compiling take_mut v0.2.2 |
934 | 2025-03-21T00:03:38.506Z | Compiling spin v0.9.8 |
935 | 2025-03-21T00:03:38.561Z | Compiling unarray v0.1.4 |
936 | 2025-03-21T00:03:38.699Z | Compiling cpufeatures v0.2.14 |
937 | 2025-03-21T00:03:38.753Z | Compiling proptest v1.6.0 |
938 | 2025-03-21T00:03:38.799Z | Compiling sha1 v0.10.6 |
939 | 2025-03-21T00:03:38.998Z | Compiling daft v0.1.2 |
940 | 2025-03-21T00:03:40.814Z | Compiling usdt v0.5.0 |
941 | 2025-03-21T00:03:42.307Z | Compiling slog-term v2.9.1 |
942 | 2025-03-21T00:03:42.386Z | Compiling async-stream v0.3.6 |
943 | 2025-03-21T00:03:42.749Z | Compiling parse-display v0.10.0 |
944 | 2025-03-21T00:03:42.996Z | Compiling futures v0.3.31 |
945 | 2025-03-21T00:03:43.108Z | Compiling tokio-rustls v0.25.0 |
946 | 2025-03-21T00:03:43.602Z | Compiling progenitor v0.8.0 |
947 | 2025-03-21T00:03:43.750Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
948 | 2025-03-21T00:03:44.036Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-03-21T00:03:44.327Z | Compiling toml v0.8.20 |
950 | 2025-03-21T00:03:44.821Z | Compiling strum v0.26.3 |
951 | 2025-03-21T00:03:45.032Z | Compiling serde_with_macros v3.12.0 |
952 | 2025-03-21T00:03:46.914Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-21T00:03:47.620Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-21T00:03:48.058Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-21T00:03:49.106Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-21T00:03:49.991Z | Compiling async-trait v0.1.87 |
957 | 2025-03-21T00:03:50.195Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-21T00:03:50.456Z | Compiling hostname v0.4.0 |
959 | 2025-03-21T00:03:50.728Z | Compiling instant v0.1.13 |
960 | 2025-03-21T00:03:50.903Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-21T00:03:51.069Z | Compiling backoff v0.4.0 |
962 | 2025-03-21T00:03:51.409Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
963 | 2025-03-21T00:03:51.775Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
964 | 2025-03-21T00:03:51.879Z | Compiling serde_with v3.12.0 |
965 | 2025-03-21T00:03:51.999Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-21T00:03:53.277Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-21T00:03:54.174Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-21T00:03:54.972Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-21T00:03:55.992Z | Compiling macaddr v1.0.1 |
970 | 2025-03-21T00:04:00.951Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-21T00:04:11.889Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-21T00:04:21.994Z | Finished `release` profile [optimized] target(s) in 2m 41s |
973 | 2025-03-21T00:04:22.067Z | process exited: duration 231329 ms, exit code 0 |
|
974 | 2025-03-21T00:04:22.074Z | found 0 output files |