|
|
|
1 | 2025-02-01T00:08:04.399Z | job assigned to worker 01JJZDACV67C0BV76W0BCM66GQ [factory aws, i-0a3c601620af9fe7c] (queued for 1 m 8 s) |
|
2 | 2025-02-01T00:08:12.434Z | starting task 0: "setup" |
3 | 2025-02-01T00:08:12.443Z | ++ uname -s |
4 | 2025-02-01T00:08:12.446Z | + kern=SunOS |
5 | 2025-02-01T00:08:12.446Z | + build_user=build |
6 | 2025-02-01T00:08:12.446Z | + build_uid=12345 |
7 | 2025-02-01T00:08:12.446Z | + work_dir=/work |
8 | 2025-02-01T00:08:12.446Z | + input_dir=/input |
9 | 2025-02-01T00:08:12.446Z | + [[ 0 == 12345 ]] |
10 | 2025-02-01T00:08:12.446Z | + case "$kern" in |
11 | 2025-02-01T00:08:12.447Z | + groupadd -g 12345 build |
12 | 2025-02-01T00:08:12.450Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-01T00:08:14.455Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-01T00:08:14.565Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-01T00:08:14.568Z | + home_fs=zfs |
16 | 2025-02-01T00:08:14.568Z | + [[ zfs == autofs ]] |
17 | 2025-02-01T00:08:14.568Z | + mkdir -p /home/build |
18 | 2025-02-01T00:08:14.571Z | + chown build:build /home/build /work |
19 | 2025-02-01T00:08:16.572Z | + chmod 0700 /home/build /work |
20 | 2025-02-01T00:08:16.576Z | process exited: duration 4142 ms, exit code 0 |
|
21 | 2025-02-01T00:08:16.581Z | starting task 1: "rust-toolchain" |
22 | 2025-02-01T00:08:16.587Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-01T00:08:16.587Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-01T00:08:16.587Z | * rust toolchain channel = "1.84.0" |
25 | 2025-02-01T00:08:16.587Z | * rust toolchain profile = "default" |
26 | 2025-02-01T00:08:16.587Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-01T00:08:16.587Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-01T00:08:16.590Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-01T00:08:16.590Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-01T00:08:16.736Z | info: downloading installer |
31 | 2025-02-01T00:08:18.096Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-01T00:08:18.096Z | warning: /opt/ooce/bin |
33 | 2025-02-01T00:08:18.096Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-01T00:08:18.096Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-01T00:08:18.096Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-01T00:08:18.096Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-01T00:08:18.096Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-01T00:08:18.096Z | error: cannot install while Rust is installed |
39 | 2025-02-01T00:08:18.096Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-01T00:08:18.131Z | info: profile set to 'default' |
41 | 2025-02-01T00:08:18.131Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-01T00:08:18.134Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-01T00:08:18.295Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-01T00:08:18.295Z | info: downloading component 'cargo' |
45 | 2025-02-01T00:08:19.149Z | info: downloading component 'clippy' |
46 | 2025-02-01T00:08:19.476Z | info: downloading component 'rust-docs' |
47 | 2025-02-01T00:08:20.642Z | info: downloading component 'rust-std' |
48 | 2025-02-01T00:08:22.369Z | info: downloading component 'rustc' |
49 | 2025-02-01T00:08:28.998Z | info: downloading component 'rustfmt' |
50 | 2025-02-01T00:08:29.247Z | info: installing component 'cargo' |
51 | 2025-02-01T00:08:30.100Z | info: installing component 'clippy' |
52 | 2025-02-01T00:08:30.485Z | info: installing component 'rust-docs' |
53 | 2025-02-01T00:08:32.160Z | info: installing component 'rust-std' |
54 | 2025-02-01T00:08:33.907Z | info: installing component 'rustc' |
55 | 2025-02-01T00:08:40.083Z | info: installing component 'rustfmt' |
56 | 2025-02-01T00:08:40.421Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-01T00:08:40.421Z | |
58 | 2025-02-01T00:08:40.813Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-01T00:08:40.813Z | |
60 | 2025-02-01T00:08:40.817Z | |
61 | 2025-02-01T00:08:40.817Z | Rust is installed now. Great! |
62 | 2025-02-01T00:08:40.817Z | |
63 | 2025-02-01T00:08:40.817Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-01T00:08:40.817Z | environment variable. This has not been done automatically. |
65 | 2025-02-01T00:08:40.817Z | |
66 | 2025-02-01T00:08:40.818Z | To configure your current shell, you need to source |
67 | 2025-02-01T00:08:40.818Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-01T00:08:40.818Z | |
69 | 2025-02-01T00:08:40.818Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-01T00:08:40.818Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-01T00:08:40.818Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-01T00:08:40.905Z | + rustup --version |
73 | 2025-02-01T00:08:40.911Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-01T00:08:40.911Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-01T00:08:40.983Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-01T00:08:40.986Z | + cargo --version |
77 | 2025-02-01T00:08:41.047Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-01T00:08:41.051Z | + rustc --version |
79 | 2025-02-01T00:08:41.115Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-01T00:08:41.119Z | process exited: duration 24537 ms, exit code 0 |
|
81 | 2025-02-01T00:08:41.129Z | starting task 2: "authentication" |
82 | 2025-02-01T00:08:41.150Z | process exited: duration 24 ms, exit code 0 |
|
83 | 2025-02-01T00:08:41.156Z | starting task 3: "clone repository" |
84 | 2025-02-01T00:08:41.161Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-01T00:08:41.165Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-01T00:08:41.357Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-01T00:08:49.131Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-01T00:08:49.131Z | + git fetch origin 58ebd65e4cfd1941044b09fa206a107fb0792247 |
89 | 2025-02-01T00:08:49.441Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-01T00:08:49.442Z | * branch 58ebd65e4cfd1941044b09fa206a107fb0792247 -> FETCH_HEAD |
91 | 2025-02-01T00:08:49.453Z | + [[ -n affinity-instance-integration ]] |
92 | 2025-02-01T00:08:49.456Z | ++ git branch --show-current |
93 | 2025-02-01T00:08:49.459Z | + current=main |
94 | 2025-02-01T00:08:49.459Z | + [[ main != affinity-instance-integration ]] |
95 | 2025-02-01T00:08:49.459Z | + git branch -f affinity-instance-integration 58ebd65e4cfd1941044b09fa206a107fb0792247 |
96 | 2025-02-01T00:08:49.473Z | + git checkout -f affinity-instance-integration |
97 | 2025-02-01T00:08:49.642Z | Switched to branch 'affinity-instance-integration' |
98 | 2025-02-01T00:08:49.647Z | + git reset --hard 58ebd65e4cfd1941044b09fa206a107fb0792247 |
99 | 2025-02-01T00:08:49.827Z | HEAD is now at 58ebd65e4 Merge branch 'affinity-db-crud' into affinity-instance-integration |
100 | 2025-02-01T00:08:49.830Z | process exited: duration 8672 ms, exit code 0 |
|
101 | 2025-02-01T00:08:49.837Z | starting task 4: "build" |
102 | 2025-02-01T00:08:49.841Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-01T00:08:49.844Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-01T00:08:49.844Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-01T00:08:49.844Z | + cargo --version |
106 | 2025-02-01T00:08:49.893Z | cargo 1.84.0 (66221abde 2024-11-19) |
107 | 2025-02-01T00:08:49.897Z | + rustc --version |
108 | 2025-02-01T00:08:49.960Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
109 | 2025-02-01T00:08:49.963Z | + cd /tmp |
110 | 2025-02-01T00:08:49.963Z | + cargo new --lib test-project |
111 | 2025-02-01T00:08:50.024Z | Creating library `test-project` package |
112 | 2025-02-01T00:08:50.108Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-01T00:08:50.115Z | + cd test-project |
114 | 2025-02-01T00:08:50.115Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-01T00:08:50.173Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-01T00:08:50.181Z | Features: |
117 | 2025-02-01T00:08:50.181Z | - proptest |
118 | 2025-02-01T00:08:50.181Z | - test-strategy |
119 | 2025-02-01T00:08:50.181Z | - testing |
120 | 2025-02-01T00:08:50.181Z | Updating crates.io index |
121 | 2025-02-01T00:08:50.271Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
122 | 2025-02-01T00:08:50.711Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-02-01T00:08:51.221Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-02-01T00:08:51.508Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-02-01T00:08:51.804Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-02-01T00:08:53.245Z | Locking 338 packages to latest compatible versions |
127 | 2025-02-01T00:08:53.453Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-02-01T00:08:53.458Z | + cargo check |
129 | 2025-02-01T00:08:53.614Z | Updating crates.io index |
130 | 2025-02-01T00:08:54.655Z | Locking 1 package to latest compatible version |
131 | 2025-02-01T00:08:54.655Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-02-01T00:08:54.680Z | Downloading crates ... |
133 | 2025-02-01T00:08:54.747Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-02-01T00:08:54.752Z | Downloaded atomic-waker v1.1.2 |
135 | 2025-02-01T00:08:54.755Z | Downloaded ahash v0.8.11 |
136 | 2025-02-01T00:08:54.766Z | Downloaded foreign-types-shared v0.1.1 |
137 | 2025-02-01T00:08:54.770Z | Downloaded instant v0.1.13 |
138 | 2025-02-01T00:08:54.773Z | Downloaded foreign-types v0.3.2 |
139 | 2025-02-01T00:08:54.773Z | Downloaded dtrace-parser v0.2.0 |
140 | 2025-02-01T00:08:54.776Z | Downloaded icu_provider_macros v1.5.0 |
141 | 2025-02-01T00:08:54.779Z | Downloaded tower-service v0.3.3 |
142 | 2025-02-01T00:08:54.779Z | Downloaded autocfg v1.4.0 |
143 | 2025-02-01T00:08:54.793Z | Downloaded typenum v1.17.0 |
144 | 2025-02-01T00:08:54.796Z | Downloaded tinyvec v1.8.0 |
145 | 2025-02-01T00:08:54.801Z | Downloaded num_threads v0.1.7 |
146 | 2025-02-01T00:08:54.804Z | Downloaded http-body v1.0.1 |
147 | 2025-02-01T00:08:54.808Z | Downloaded ident_case v1.0.1 |
148 | 2025-02-01T00:08:54.808Z | Downloaded openssl-probe v0.1.5 |
149 | 2025-02-01T00:08:54.811Z | Downloaded equivalent v1.0.1 |
150 | 2025-02-01T00:08:54.811Z | Downloaded darling_macro v0.20.10 |
151 | 2025-02-01T00:08:54.814Z | Downloaded cpufeatures v0.2.14 |
152 | 2025-02-01T00:08:54.814Z | Downloaded cfg-if v1.0.0 |
153 | 2025-02-01T00:08:54.817Z | Downloaded num-conv v0.1.0 |
154 | 2025-02-01T00:08:54.817Z | Downloaded http-body-util v0.1.2 |
155 | 2025-02-01T00:08:54.821Z | Downloaded match_cfg v0.1.0 |
156 | 2025-02-01T00:08:54.821Z | Downloaded openssl-macros v0.1.1 |
157 | 2025-02-01T00:08:54.821Z | Downloaded generic-array v0.14.7 |
158 | 2025-02-01T00:08:54.824Z | Downloaded fnv v1.0.7 |
159 | 2025-02-01T00:08:54.824Z | Downloaded idna_adapter v1.2.0 |
160 | 2025-02-01T00:08:54.824Z | Downloaded itoa v1.0.11 |
161 | 2025-02-01T00:08:54.827Z | Downloaded omicron-workspace-hack v0.1.0 |
162 | 2025-02-01T00:08:54.827Z | Downloaded hex v0.4.3 |
163 | 2025-02-01T00:08:54.831Z | Downloaded try-lock v0.2.5 |
164 | 2025-02-01T00:08:54.831Z | Downloaded darling v0.20.10 |
165 | 2025-02-01T00:08:54.834Z | Downloaded anyhow v1.0.95 |
166 | 2025-02-01T00:08:54.839Z | Downloaded zerofrom v0.1.4 |
167 | 2025-02-01T00:08:54.842Z | Downloaded heck v0.5.0 |
168 | 2025-02-01T00:08:54.842Z | Downloaded yoke-derive v0.7.4 |
169 | 2025-02-01T00:08:54.842Z | Downloaded usdt-macro v0.5.0 |
170 | 2025-02-01T00:08:54.845Z | Downloaded usdt-attr-macro v0.5.0 |
171 | 2025-02-01T00:08:54.845Z | Downloaded time-core v0.1.2 |
172 | 2025-02-01T00:08:54.845Z | Downloaded want v0.3.1 |
173 | 2025-02-01T00:08:54.849Z | Downloaded progenitor-client v0.8.0 |
174 | 2025-02-01T00:08:54.849Z | Downloaded tinyvec_macros v0.1.1 |
175 | 2025-02-01T00:08:54.853Z | Downloaded pretty-hex v0.4.1 |
176 | 2025-02-01T00:08:54.853Z | Downloaded macaddr v1.0.1 |
177 | 2025-02-01T00:08:54.853Z | Downloaded futures-io v0.3.31 |
178 | 2025-02-01T00:08:54.857Z | Downloaded toml_datetime v0.6.8 |
179 | 2025-02-01T00:08:54.857Z | Downloaded futures-executor v0.3.31 |
180 | 2025-02-01T00:08:54.857Z | Downloaded mime v0.3.17 |
181 | 2025-02-01T00:08:54.860Z | Downloaded hyper-tls v0.6.0 |
182 | 2025-02-01T00:08:54.860Z | Downloaded parse-display v0.10.0 |
183 | 2025-02-01T00:08:54.863Z | Downloaded thread-id v4.2.2 |
184 | 2025-02-01T00:08:54.864Z | Downloaded dyn-clone v1.0.17 |
185 | 2025-02-01T00:08:54.866Z | Downloaded displaydoc v0.2.5 |
186 | 2025-02-01T00:08:54.869Z | Downloaded progenitor-client v0.9.1 |
187 | 2025-02-01T00:08:54.869Z | Downloaded zerovec-derive v0.10.3 |
188 | 2025-02-01T00:08:54.872Z | Downloaded form_urlencoded v1.2.1 |
189 | 2025-02-01T00:08:54.872Z | Downloaded writeable v0.5.5 |
190 | 2025-02-01T00:08:54.874Z | Downloaded version_check v0.9.5 |
191 | 2025-02-01T00:08:54.877Z | Downloaded ppv-lite86 v0.2.20 |
192 | 2025-02-01T00:08:54.877Z | Downloaded httpdate v1.0.3 |
193 | 2025-02-01T00:08:54.880Z | Downloaded parse-display-derive v0.10.0 |
194 | 2025-02-01T00:08:54.880Z | Downloaded newtype-uuid v1.2.1 |
195 | 2025-02-01T00:08:54.883Z | Downloaded tokio-rustls v0.26.0 |
196 | 2025-02-01T00:08:54.883Z | Downloaded httparse v1.9.5 |
197 | 2025-02-01T00:08:54.886Z | Downloaded async-trait v0.1.85 |
198 | 2025-02-01T00:08:54.889Z | Downloaded pkg-config v0.3.31 |
199 | 2025-02-01T00:08:54.893Z | Downloaded pest_generator v2.7.14 |
200 | 2025-02-01T00:08:54.898Z | Downloaded hostname v0.3.1 |
201 | 2025-02-01T00:08:54.898Z | Downloaded paste v1.0.15 |
202 | 2025-02-01T00:08:54.900Z | Downloaded take_mut v0.2.2 |
203 | 2025-02-01T00:08:54.900Z | Downloaded thiserror-impl v2.0.11 |
204 | 2025-02-01T00:08:54.900Z | Downloaded pin-utils v0.1.0 |
205 | 2025-02-01T00:08:54.905Z | Downloaded tokio-native-tls v0.3.1 |
206 | 2025-02-01T00:08:54.905Z | Downloaded tokio-macros v2.5.0 |
207 | 2025-02-01T00:08:54.909Z | Downloaded ipnetwork v0.20.0 |
208 | 2025-02-01T00:08:54.909Z | Downloaded ipnet v2.10.1 |
209 | 2025-02-01T00:08:54.912Z | Downloaded plain v0.2.3 |
210 | 2025-02-01T00:08:54.912Z | Downloaded usdt v0.5.0 |
211 | 2025-02-01T00:08:54.912Z | Downloaded litemap v0.7.3 |
212 | 2025-02-01T00:08:54.916Z | Downloaded iana-time-zone v0.1.61 |
213 | 2025-02-01T00:08:54.925Z | Downloaded either v1.13.0 |
214 | 2025-02-01T00:08:54.925Z | Downloaded percent-encoding v2.3.1 |
215 | 2025-02-01T00:08:54.925Z | Downloaded strum v0.26.3 |
216 | 2025-02-01T00:08:54.925Z | Downloaded tokio-rustls v0.25.0 |
217 | 2025-02-01T00:08:54.930Z | Downloaded powerfmt v0.2.0 |
218 | 2025-02-01T00:08:54.930Z | Downloaded thiserror-impl v1.0.69 |
219 | 2025-02-01T00:08:54.930Z | Downloaded tinystr v0.7.6 |
220 | 2025-02-01T00:08:54.930Z | Downloaded memmap v0.7.0 |
221 | 2025-02-01T00:08:54.930Z | Downloaded futures-channel v0.3.31 |
222 | 2025-02-01T00:08:54.933Z | Downloaded progenitor v0.8.0 |
223 | 2025-02-01T00:08:54.933Z | Downloaded lock_api v0.4.12 |
224 | 2025-02-01T00:08:54.933Z | Downloaded once_cell v1.20.2 |
225 | 2025-02-01T00:08:54.936Z | Downloaded zerofrom-derive v0.1.4 |
226 | 2025-02-01T00:08:54.939Z | Downloaded quinn-udp v0.5.5 |
227 | 2025-02-01T00:08:54.939Z | Downloaded synstructure v0.13.1 |
228 | 2025-02-01T00:08:54.942Z | Downloaded serde_path_to_error v0.1.16 |
229 | 2025-02-01T00:08:54.942Z | Downloaded native-tls v0.2.12 |
230 | 2025-02-01T00:08:54.945Z | Downloaded icu_locid v1.5.0 |
231 | 2025-02-01T00:08:54.948Z | Downloaded toml v0.8.19 |
232 | 2025-02-01T00:08:54.952Z | Downloaded usdt-impl v0.5.0 |
233 | 2025-02-01T00:08:54.955Z | Downloaded scroll_derive v0.12.0 |
234 | 2025-02-01T00:08:54.955Z | Downloaded allocator-api2 v0.2.18 |
235 | 2025-02-01T00:08:54.958Z | Downloaded futures v0.3.31 |
236 | 2025-02-01T00:08:54.963Z | Downloaded progenitor-macro v0.8.0 |
237 | 2025-02-01T00:08:54.968Z | Downloaded icu_normalizer_data v1.5.0 |
238 | 2025-02-01T00:08:54.968Z | Downloaded signal-hook-registry v1.4.2 |
239 | 2025-02-01T00:08:54.971Z | Downloaded rand_chacha v0.3.1 |
240 | 2025-02-01T00:08:54.971Z | Downloaded rand_core v0.6.4 |
241 | 2025-02-01T00:08:54.971Z | Downloaded crossbeam-utils v0.8.20 |
242 | 2025-02-01T00:08:54.974Z | Downloaded pest_derive v2.7.14 |
243 | 2025-02-01T00:08:54.977Z | Downloaded typify v0.2.0 |
244 | 2025-02-01T00:08:54.978Z | Downloaded getrandom v0.2.15 |
245 | 2025-02-01T00:08:54.982Z | Downloaded thiserror v2.0.11 |
246 | 2025-02-01T00:08:54.990Z | Downloaded slog-json v2.6.1 |
247 | 2025-02-01T00:08:54.994Z | Downloaded parking_lot_core v0.9.10 |
248 | 2025-02-01T00:08:54.994Z | Downloaded strsim v0.11.1 |
249 | 2025-02-01T00:08:54.994Z | Downloaded yoke v0.7.4 |
250 | 2025-02-01T00:08:54.997Z | Downloaded serde_spanned v0.6.8 |
251 | 2025-02-01T00:08:54.997Z | Downloaded rustc-hash v2.0.0 |
252 | 2025-02-01T00:08:54.997Z | Downloaded bytes v1.9.0 |
253 | 2025-02-01T00:08:55.002Z | Downloaded scroll v0.12.0 |
254 | 2025-02-01T00:08:55.006Z | Downloaded rustls-pemfile v2.2.0 |
255 | 2025-02-01T00:08:55.006Z | Downloaded icu_locid_transform_data v1.5.0 |
256 | 2025-02-01T00:08:55.010Z | Downloaded parking_lot v0.12.3 |
257 | 2025-02-01T00:08:55.010Z | Downloaded time-macros v0.2.18 |
258 | 2025-02-01T00:08:55.018Z | Downloaded shlex v1.3.0 |
259 | 2025-02-01T00:08:55.018Z | Downloaded sync_wrapper v1.0.1 |
260 | 2025-02-01T00:08:55.018Z | Downloaded structmeta v0.3.0 |
261 | 2025-02-01T00:08:55.022Z | Downloaded serde_tokenstream v0.2.2 |
262 | 2025-02-01T00:08:55.022Z | Downloaded stable_deref_trait v1.2.0 |
263 | 2025-02-01T00:08:55.022Z | Downloaded scopeguard v1.2.0 |
264 | 2025-02-01T00:08:55.022Z | Downloaded serde_urlencoded v0.7.1 |
265 | 2025-02-01T00:08:55.022Z | Downloaded subtle v2.6.1 |
266 | 2025-02-01T00:08:55.022Z | Downloaded slab v0.4.9 |
267 | 2025-02-01T00:08:55.025Z | Downloaded slog-async v2.8.0 |
268 | 2025-02-01T00:08:55.025Z | Downloaded slog-bunyan v2.5.0 |
269 | 2025-02-01T00:08:55.025Z | Downloaded progenitor-impl v0.8.0 |
270 | 2025-02-01T00:08:55.028Z | Downloaded schemars_derive v0.8.21 |
271 | 2025-02-01T00:08:55.028Z | Downloaded structmeta-derive v0.3.0 |
272 | 2025-02-01T00:08:55.031Z | Downloaded zerocopy-derive v0.7.35 |
273 | 2025-02-01T00:08:55.035Z | Downloaded serde_derive_internals v0.29.1 |
274 | 2025-02-01T00:08:55.039Z | Downloaded slog-term v2.9.1 |
275 | 2025-02-01T00:08:55.039Z | Downloaded pest_meta v2.7.14 |
276 | 2025-02-01T00:08:55.043Z | Downloaded darling_core v0.20.10 |
277 | 2025-02-01T00:08:55.046Z | Downloaded sha1 v0.10.6 |
278 | 2025-02-01T00:08:55.046Z | Downloaded num-traits v0.2.19 |
279 | 2025-02-01T00:08:55.050Z | Downloaded uuid v1.12.0 |
280 | 2025-02-01T00:08:55.052Z | Downloaded log v0.4.22 |
281 | 2025-02-01T00:08:55.055Z | Downloaded unsafe-libyaml v0.2.11 |
282 | 2025-02-01T00:08:55.058Z | Downloaded quote v1.0.38 |
283 | 2025-02-01T00:08:55.061Z | Downloaded indexmap v2.7.1 |
284 | 2025-02-01T00:08:55.064Z | Downloaded strum_macros v0.26.4 |
285 | 2025-02-01T00:08:55.066Z | Downloaded rustversion v1.0.17 |
286 | 2025-02-01T00:08:55.069Z | Downloaded proc-macro2 v1.0.92 |
287 | 2025-02-01T00:08:55.072Z | Downloaded spin v0.9.8 |
288 | 2025-02-01T00:08:55.075Z | Downloaded tracing-core v0.1.32 |
289 | 2025-02-01T00:08:55.077Z | Downloaded sha2 v0.10.8 |
290 | 2025-02-01T00:08:55.080Z | Downloaded openssl-sys v0.9.104 |
291 | 2025-02-01T00:08:55.085Z | Downloaded serde_with_macros v3.11.0 |
292 | 2025-02-01T00:08:55.088Z | Downloaded url v2.5.3 |
293 | 2025-02-01T00:08:55.091Z | Downloaded icu_collections v1.5.0 |
294 | 2025-02-01T00:08:55.095Z | Downloaded semver v1.0.24 |
295 | 2025-02-01T00:08:55.098Z | Downloaded base64 v0.22.1 |
296 | 2025-02-01T00:08:55.102Z | Downloaded quinn v0.11.5 |
297 | 2025-02-01T00:08:55.105Z | Downloaded term v0.7.0 |
298 | 2025-02-01T00:08:55.108Z | Downloaded socket2 v0.5.7 |
299 | 2025-02-01T00:08:55.111Z | Downloaded hyper-util v0.1.10 |
300 | 2025-02-01T00:08:55.115Z | Downloaded smallvec v1.13.2 |
301 | 2025-02-01T00:08:55.119Z | Downloaded slog v2.7.0 |
302 | 2025-02-01T00:08:55.125Z | Downloaded rustls-pki-types v1.10.0 |
303 | 2025-02-01T00:08:55.130Z | Downloaded serde_yaml v0.9.34+deprecated |
304 | 2025-02-01T00:08:55.130Z | Downloaded ryu v1.0.18 |
305 | 2025-02-01T00:08:55.136Z | Downloaded memchr v2.7.4 |
306 | 2025-02-01T00:08:55.142Z | Downloaded mio v1.0.2 |
307 | 2025-02-01T00:08:55.145Z | Downloaded toml_edit v0.22.22 |
308 | 2025-02-01T00:08:55.164Z | Downloaded schemars v0.8.21 |
309 | 2025-02-01T00:08:55.179Z | Downloaded time v0.3.36 |
310 | 2025-02-01T00:08:55.188Z | Downloaded tokio-util v0.7.12 |
311 | 2025-02-01T00:08:55.192Z | Downloaded pest v2.7.14 |
312 | 2025-02-01T00:08:55.195Z | Downloaded itertools v0.10.5 |
313 | 2025-02-01T00:08:55.200Z | Downloaded rand v0.8.5 |
314 | 2025-02-01T00:08:55.203Z | Downloaded serde_with v3.11.0 |
315 | 2025-02-01T00:08:55.212Z | Downloaded zerocopy v0.7.35 |
316 | 2025-02-01T00:08:55.228Z | Downloaded hyper v1.5.2 |
317 | 2025-02-01T00:08:55.235Z | Downloaded hashbrown v0.15.1 |
318 | 2025-02-01T00:08:55.240Z | Downloaded winnow v0.6.20 |
319 | 2025-02-01T00:08:55.250Z | Downloaded idna v1.0.3 |
320 | 2025-02-01T00:08:55.254Z | Downloaded quinn-proto v0.11.8 |
321 | 2025-02-01T00:08:55.260Z | Downloaded futures-util v0.3.31 |
322 | 2025-02-01T00:08:55.272Z | Downloaded vcpkg v0.2.15 |
323 | 2025-02-01T00:08:55.308Z | Downloaded serde_json v1.0.135 |
324 | 2025-02-01T00:08:55.314Z | Downloaded syn v1.0.109 |
325 | 2025-02-01T00:08:55.324Z | Downloaded goblin v0.8.2 |
326 | 2025-02-01T00:08:55.330Z | Downloaded reqwest v0.12.9 |
327 | 2025-02-01T00:08:55.338Z | Downloaded icu_properties_data v1.5.0 |
328 | 2025-02-01T00:08:55.348Z | Downloaded chrono v0.4.39 |
329 | 2025-02-01T00:08:55.355Z | Downloaded rustls-webpki v0.102.8 |
330 | 2025-02-01T00:08:55.373Z | Downloaded rustls v0.22.4 |
331 | 2025-02-01T00:08:55.387Z | Downloaded webpki-roots v0.26.6 |
332 | 2025-02-01T00:08:55.389Z | Downloaded openapiv3 v2.0.0 |
333 | 2025-02-01T00:08:55.400Z | Downloaded openssl v0.10.66 |
334 | 2025-02-01T00:08:55.408Z | Downloaded regex v1.11.1 |
335 | 2025-02-01T00:08:55.421Z | Downloaded hashbrown v0.14.5 |
336 | 2025-02-01T00:08:55.426Z | Downloaded h2 v0.4.6 |
337 | 2025-02-01T00:08:55.432Z | Downloaded aho-corasick v1.1.3 |
338 | 2025-02-01T00:08:55.438Z | Downloaded serde_derive v1.0.217 |
339 | 2025-02-01T00:08:55.441Z | Downloaded typify-impl v0.2.0 |
340 | 2025-02-01T00:08:55.454Z | Downloaded syn v2.0.96 |
341 | 2025-02-01T00:08:55.465Z | Downloaded regress v0.9.1 |
342 | 2025-02-01T00:08:55.473Z | Downloaded regress v0.10.1 |
343 | 2025-02-01T00:08:55.481Z | Downloaded regex-syntax v0.8.5 |
344 | 2025-02-01T00:08:55.489Z | Downloaded rustls v0.23.19 |
345 | 2025-02-01T00:08:55.501Z | Downloaded dropshot v0.15.1 |
346 | 2025-02-01T00:08:55.521Z | Downloaded serde v1.0.217 |
347 | 2025-02-01T00:08:55.526Z | Downloaded zerovec v0.10.4 |
348 | 2025-02-01T00:08:55.529Z | Downloaded http v1.2.0 |
349 | 2025-02-01T00:08:55.532Z | Downloaded hashbrown v0.12.3 |
350 | 2025-02-01T00:08:55.535Z | Downloaded crossbeam-channel v0.5.13 |
351 | 2025-02-01T00:08:55.539Z | Downloaded cc v1.1.30 |
352 | 2025-02-01T00:08:55.544Z | Downloaded thiserror v1.0.69 |
353 | 2025-02-01T00:08:55.548Z | Downloaded unicode-ident v1.0.14 |
354 | 2025-02-01T00:08:55.551Z | Downloaded tracing v0.1.40 |
355 | 2025-02-01T00:08:55.553Z | Downloaded icu_properties v1.5.1 |
356 | 2025-02-01T00:08:55.556Z | Downloaded ucd-trie v0.1.7 |
357 | 2025-02-01T00:08:55.559Z | Downloaded indexmap v1.9.3 |
358 | 2025-02-01T00:08:55.562Z | Downloaded icu_normalizer v1.5.0 |
359 | 2025-02-01T00:08:55.564Z | Downloaded dropshot_endpoint v0.15.1 |
360 | 2025-02-01T00:08:55.568Z | Downloaded bitflags v2.6.0 |
361 | 2025-02-01T00:08:55.571Z | Downloaded pin-project-lite v0.2.14 |
362 | 2025-02-01T00:08:55.575Z | Downloaded tokio v1.43.0 |
363 | 2025-02-01T00:08:55.611Z | Downloaded multer v3.1.0 |
364 | 2025-02-01T00:08:55.614Z | Downloaded icu_provider v1.5.0 |
365 | 2025-02-01T00:08:55.618Z | Downloaded regex-automata v0.4.8 |
366 | 2025-02-01T00:08:55.631Z | Downloaded digest v0.10.7 |
367 | 2025-02-01T00:08:55.634Z | Downloaded camino v1.1.9 |
368 | 2025-02-01T00:08:55.637Z | Downloaded utf8_iter v1.0.4 |
369 | 2025-02-01T00:08:55.637Z | Downloaded thread_local v1.1.8 |
370 | 2025-02-01T00:08:55.637Z | Downloaded icu_locid_transform v1.5.0 |
371 | 2025-02-01T00:08:55.640Z | Downloaded hyper-rustls v0.27.3 |
372 | 2025-02-01T00:08:55.643Z | Downloaded zeroize v1.8.1 |
373 | 2025-02-01T00:08:55.643Z | Downloaded untrusted v0.9.0 |
374 | 2025-02-01T00:08:55.646Z | Downloaded deranged v0.3.11 |
375 | 2025-02-01T00:08:55.646Z | Downloaded backoff v0.4.0 |
376 | 2025-02-01T00:08:55.648Z | Downloaded hostname v0.4.0 |
377 | 2025-02-01T00:08:55.648Z | Downloaded futures-sink v0.3.31 |
378 | 2025-02-01T00:08:55.648Z | Downloaded dirs-sys-next v0.1.2 |
379 | 2025-02-01T00:08:55.652Z | Downloaded dirs-next v2.0.0 |
380 | 2025-02-01T00:08:55.652Z | Downloaded libc v0.2.169 |
381 | 2025-02-01T00:08:55.674Z | Downloaded crypto-common v0.1.6 |
382 | 2025-02-01T00:08:55.677Z | Downloaded utf16_iter v1.0.5 |
383 | 2025-02-01T00:08:55.677Z | Downloaded typify-macro v0.2.0 |
384 | 2025-02-01T00:08:55.677Z | Downloaded async-stream v0.3.6 |
385 | 2025-02-01T00:08:55.680Z | Downloaded block-buffer v0.10.4 |
386 | 2025-02-01T00:08:55.680Z | Downloaded futures-task v0.3.31 |
387 | 2025-02-01T00:08:55.680Z | Downloaded futures-macro v0.3.31 |
388 | 2025-02-01T00:08:55.683Z | Downloaded futures-core v0.3.31 |
389 | 2025-02-01T00:08:55.683Z | Downloaded debug-ignore v1.0.5 |
390 | 2025-02-01T00:08:55.683Z | Downloaded is-terminal v0.4.13 |
391 | 2025-02-01T00:08:55.688Z | Downloaded byteorder v1.5.0 |
392 | 2025-02-01T00:08:55.688Z | Downloaded write16 v1.0.0 |
393 | 2025-02-01T00:08:55.689Z | Downloaded waitgroup v0.1.2 |
394 | 2025-02-01T00:08:55.691Z | Downloaded dof v0.3.0 |
395 | 2025-02-01T00:08:55.752Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-02-01T00:08:55.955Z | Downloaded ring v0.17.8 |
397 | 2025-02-01T00:08:56.144Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-02-01T00:08:56.144Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-01T00:08:56.144Z | Compiling libc v0.2.169 |
400 | 2025-02-01T00:08:56.147Z | Checking cfg-if v1.0.0 |
401 | 2025-02-01T00:08:56.147Z | Compiling autocfg v1.4.0 |
402 | 2025-02-01T00:08:56.166Z | Compiling serde v1.0.217 |
403 | 2025-02-01T00:08:56.169Z | Compiling version_check v0.9.5 |
404 | 2025-02-01T00:08:56.169Z | Checking memchr v2.7.4 |
405 | 2025-02-01T00:08:56.251Z | Checking itoa v1.0.11 |
406 | 2025-02-01T00:08:56.360Z | Compiling serde_json v1.0.135 |
407 | 2025-02-01T00:08:56.761Z | Checking once_cell v1.20.2 |
408 | 2025-02-01T00:08:56.994Z | Compiling thiserror v1.0.69 |
409 | 2025-02-01T00:08:57.013Z | Compiling shlex v1.3.0 |
410 | 2025-02-01T00:08:57.078Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-01T00:08:57.092Z | Compiling num-traits v0.2.19 |
412 | 2025-02-01T00:08:57.346Z | Compiling cc v1.1.30 |
413 | 2025-02-01T00:08:57.455Z | Checking ryu v1.0.18 |
414 | 2025-02-01T00:08:57.600Z | Checking smallvec v1.13.2 |
415 | 2025-02-01T00:08:57.661Z | Checking getrandom v0.2.15 |
416 | 2025-02-01T00:08:57.720Z | Checking bytes v1.9.0 |
417 | 2025-02-01T00:08:57.933Z | Checking futures-core v0.3.31 |
418 | 2025-02-01T00:08:57.963Z | Compiling lock_api v0.4.12 |
419 | 2025-02-01T00:08:57.977Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-02-01T00:08:57.993Z | Checking scopeguard v1.2.0 |
421 | 2025-02-01T00:08:58.172Z | Compiling byteorder v1.5.0 |
422 | 2025-02-01T00:08:58.259Z | Compiling schemars v0.8.21 |
423 | 2025-02-01T00:08:58.393Z | Compiling quote v1.0.38 |
424 | 2025-02-01T00:08:58.621Z | Compiling slab v0.4.9 |
425 | 2025-02-01T00:08:58.644Z | Compiling ahash v0.8.11 |
426 | 2025-02-01T00:08:58.693Z | Checking log v0.4.22 |
427 | 2025-02-01T00:08:58.834Z | Compiling syn v2.0.96 |
428 | 2025-02-01T00:08:58.869Z | Checking futures-sink v0.3.31 |
429 | 2025-02-01T00:08:58.979Z | Checking signal-hook-registry v1.4.2 |
430 | 2025-02-01T00:08:59.009Z | Checking socket2 v0.5.7 |
431 | 2025-02-01T00:08:59.049Z | Checking parking_lot v0.12.3 |
432 | 2025-02-01T00:08:59.081Z | Checking mio v1.0.2 |
433 | 2025-02-01T00:08:59.098Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-01T00:08:59.233Z | Checking fnv v1.0.7 |
435 | 2025-02-01T00:08:59.356Z | Checking equivalent v1.0.1 |
436 | 2025-02-01T00:08:59.370Z | Checking hashbrown v0.15.1 |
437 | 2025-02-01T00:08:59.387Z | Checking http v1.2.0 |
438 | 2025-02-01T00:08:59.456Z | Checking futures-channel v0.3.31 |
439 | 2025-02-01T00:08:59.468Z | Compiling semver v1.0.24 |
440 | 2025-02-01T00:08:59.471Z | Checking pin-utils v0.1.0 |
441 | 2025-02-01T00:08:59.574Z | Checking futures-task v0.3.31 |
442 | 2025-02-01T00:08:59.665Z | Checking futures-io v0.3.31 |
443 | 2025-02-01T00:08:59.799Z | Compiling vcpkg v0.2.15 |
444 | 2025-02-01T00:08:59.802Z | Checking rustls-pki-types v1.10.0 |
445 | 2025-02-01T00:08:59.861Z | Compiling pkg-config v0.3.31 |
446 | 2025-02-01T00:09:00.019Z | Checking spin v0.9.8 |
447 | 2025-02-01T00:09:00.193Z | Compiling ring v0.17.8 |
448 | 2025-02-01T00:09:00.361Z | Checking iana-time-zone v0.1.61 |
449 | 2025-02-01T00:09:00.382Z | Checking litemap v0.7.3 |
450 | 2025-02-01T00:09:00.519Z | Compiling heck v0.5.0 |
451 | 2025-02-01T00:09:00.714Z | Compiling httparse v1.9.5 |
452 | 2025-02-01T00:09:00.727Z | Checking writeable v0.5.5 |
453 | 2025-02-01T00:09:00.957Z | Checking untrusted v0.9.0 |
454 | 2025-02-01T00:09:00.983Z | Checking tracing-core v0.1.32 |
455 | 2025-02-01T00:09:01.125Z | Compiling ucd-trie v0.1.7 |
456 | 2025-02-01T00:09:01.143Z | Checking dyn-clone v1.0.17 |
457 | 2025-02-01T00:09:01.255Z | Compiling openssl-sys v0.9.104 |
458 | 2025-02-01T00:09:01.294Z | Checking atomic-waker v1.1.2 |
459 | 2025-02-01T00:09:01.436Z | Checking http-body v1.0.1 |
460 | 2025-02-01T00:09:01.581Z | Checking tracing v0.1.40 |
461 | 2025-02-01T00:09:01.617Z | Checking zeroize v1.8.1 |
462 | 2025-02-01T00:09:01.762Z | Compiling allocator-api2 v0.2.18 |
463 | 2025-02-01T00:09:01.826Z | Checking try-lock v0.2.5 |
464 | 2025-02-01T00:09:01.843Z | Checking subtle v2.6.1 |
465 | 2025-02-01T00:09:01.868Z | Checking icu_locid_transform_data v1.5.0 |
466 | 2025-02-01T00:09:01.948Z | Checking want v0.3.1 |
467 | 2025-02-01T00:09:02.080Z | Checking foreign-types-shared v0.1.1 |
468 | 2025-02-01T00:09:02.112Z | Checking httpdate v1.0.3 |
469 | 2025-02-01T00:09:02.179Z | Compiling uuid v1.12.0 |
470 | 2025-02-01T00:09:02.319Z | Checking icu_properties_data v1.5.0 |
471 | 2025-02-01T00:09:02.384Z | Compiling openssl v0.10.66 |
472 | 2025-02-01T00:09:02.697Z | Checking foreign-types v0.3.2 |
473 | 2025-02-01T00:09:02.715Z | Compiling native-tls v0.2.12 |
474 | 2025-02-01T00:09:02.729Z | Checking percent-encoding v2.3.1 |
475 | 2025-02-01T00:09:02.781Z | Compiling chrono v0.4.39 |
476 | 2025-02-01T00:09:02.875Z | Checking write16 v1.0.0 |
477 | 2025-02-01T00:09:02.924Z | Checking utf16_iter v1.0.5 |
478 | 2025-02-01T00:09:02.957Z | Compiling slog v2.7.0 |
479 | 2025-02-01T00:09:02.986Z | Checking utf8_iter v1.0.4 |
480 | 2025-02-01T00:09:03.054Z | Checking tower-service v0.3.3 |
481 | 2025-02-01T00:09:03.067Z | Compiling rustls v0.23.19 |
482 | 2025-02-01T00:09:03.175Z | Checking icu_normalizer_data v1.5.0 |
483 | 2025-02-01T00:09:03.272Z | Checking bitflags v2.6.0 |
484 | 2025-02-01T00:09:03.405Z | Checking form_urlencoded v1.2.1 |
485 | 2025-02-01T00:09:03.443Z | Compiling aho-corasick v1.1.3 |
486 | 2025-02-01T00:09:03.572Z | Compiling typenum v1.17.0 |
487 | 2025-02-01T00:09:04.124Z | Checking openssl-probe v0.1.5 |
488 | 2025-02-01T00:09:04.285Z | Compiling regex-syntax v0.8.5 |
489 | 2025-02-01T00:09:04.523Z | Compiling generic-array v0.14.7 |
490 | 2025-02-01T00:09:04.796Z | Checking encoding_rs v0.8.34 |
491 | 2025-02-01T00:09:04.914Z | Checking mime v0.3.17 |
492 | 2025-02-01T00:09:05.975Z | Compiling synstructure v0.13.1 |
493 | 2025-02-01T00:09:06.473Z | Compiling serde_derive_internals v0.29.1 |
494 | 2025-02-01T00:09:07.108Z | Checking rustls-pemfile v2.2.0 |
495 | 2025-02-01T00:09:07.231Z | Checking webpki-roots v0.26.6 |
496 | 2025-02-01T00:09:07.449Z | Compiling usdt-impl v0.5.0 |
497 | 2025-02-01T00:09:07.822Z | Checking powerfmt v0.2.0 |
498 | 2025-02-01T00:09:07.882Z | Checking base64 v0.22.1 |
499 | 2025-02-01T00:09:08.097Z | Compiling regex-automata v0.4.8 |
500 | 2025-02-01T00:09:08.112Z | Compiling num-conv v0.1.0 |
501 | 2025-02-01T00:09:08.374Z | Compiling time-core v0.1.2 |
502 | 2025-02-01T00:09:08.482Z | Checking deranged v0.3.11 |
503 | 2025-02-01T00:09:08.547Z | Compiling time-macros v0.2.18 |
504 | 2025-02-01T00:09:08.959Z | Compiling thread-id v4.2.2 |
505 | 2025-02-01T00:09:09.760Z | Checking rustls-webpki v0.102.8 |
506 | 2025-02-01T00:09:09.837Z | Checking sync_wrapper v1.0.1 |
507 | 2025-02-01T00:09:09.879Z | Checking plain v0.2.3 |
508 | 2025-02-01T00:09:10.037Z | Checking ipnet v2.10.1 |
509 | 2025-02-01T00:09:10.081Z | Compiling serde_derive v1.0.217 |
510 | 2025-02-01T00:09:10.299Z | Compiling zerocopy-derive v0.7.35 |
511 | 2025-02-01T00:09:10.496Z | Compiling thiserror-impl v1.0.69 |
512 | 2025-02-01T00:09:10.499Z | Compiling zerofrom-derive v0.1.4 |
513 | 2025-02-01T00:09:11.063Z | Compiling schemars_derive v0.8.21 |
514 | 2025-02-01T00:09:11.389Z | Compiling tokio-macros v2.5.0 |
515 | 2025-02-01T00:09:11.730Z | Compiling yoke-derive v0.7.4 |
516 | 2025-02-01T00:09:12.257Z | Compiling zerocopy v0.7.35 |
517 | 2025-02-01T00:09:13.395Z | Checking tokio v1.43.0 |
518 | 2025-02-01T00:09:13.632Z | Compiling zerovec-derive v0.10.3 |
519 | 2025-02-01T00:09:13.735Z | Checking zerofrom v0.1.4 |
520 | 2025-02-01T00:09:13.935Z | Compiling displaydoc v0.2.5 |
521 | 2025-02-01T00:09:13.978Z | Compiling futures-macro v0.3.31 |
522 | 2025-02-01T00:09:14.126Z | Compiling icu_provider_macros v1.5.0 |
523 | 2025-02-01T00:09:14.199Z | Checking yoke v0.7.4 |
524 | 2025-02-01T00:09:14.980Z | Compiling pest v2.7.14 |
525 | 2025-02-01T00:09:15.153Z | Compiling hashbrown v0.14.5 |
526 | 2025-02-01T00:09:15.215Z | Compiling openssl-macros v0.1.1 |
527 | 2025-02-01T00:09:15.792Z | Checking futures-util v0.3.31 |
528 | 2025-02-01T00:09:16.010Z | Checking zerovec v0.10.4 |
529 | 2025-02-01T00:09:16.323Z | Compiling regress v0.10.1 |
530 | 2025-02-01T00:09:17.891Z | Checking tinystr v0.7.6 |
531 | 2025-02-01T00:09:18.224Z | Checking icu_locid v1.5.0 |
532 | 2025-02-01T00:09:19.219Z | Checking icu_provider v1.5.0 |
533 | 2025-02-01T00:09:19.862Z | Checking icu_locid_transform v1.5.0 |
534 | 2025-02-01T00:09:20.146Z | Checking tokio-util v0.7.12 |
535 | 2025-02-01T00:09:20.315Z | Checking icu_collections v1.5.0 |
536 | 2025-02-01T00:09:20.878Z | Compiling pest_meta v2.7.14 |
537 | 2025-02-01T00:09:20.918Z | Checking http-body-util v0.1.2 |
538 | 2025-02-01T00:09:20.975Z | Checking icu_properties v1.5.1 |
539 | 2025-02-01T00:09:20.989Z | Compiling regex v1.11.1 |
540 | 2025-02-01T00:09:21.345Z | Compiling scroll_derive v0.12.0 |
541 | 2025-02-01T00:09:21.414Z | Checking tokio-native-tls v0.3.1 |
542 | 2025-02-01T00:09:21.550Z | Checking tokio-rustls v0.26.0 |
543 | 2025-02-01T00:09:21.905Z | Checking indexmap v2.7.1 |
544 | 2025-02-01T00:09:22.942Z | Compiling serde_tokenstream v0.2.2 |
545 | 2025-02-01T00:09:23.344Z | Checking h2 v0.4.6 |
546 | 2025-02-01T00:09:23.498Z | Compiling pest_generator v2.7.14 |
547 | 2025-02-01T00:09:24.291Z | Checking icu_normalizer v1.5.0 |
548 | 2025-02-01T00:09:25.124Z | Checking idna_adapter v1.2.0 |
549 | 2025-02-01T00:09:25.150Z | Checking serde_urlencoded v0.7.1 |
550 | 2025-02-01T00:09:25.179Z | Compiling pest_derive v2.7.14 |
551 | 2025-02-01T00:09:25.271Z | Compiling dof v0.3.0 |
552 | 2025-02-01T00:09:25.320Z | Checking idna v1.0.3 |
553 | 2025-02-01T00:09:25.409Z | Checking scroll v0.12.0 |
554 | 2025-02-01T00:09:25.860Z | Checking url v2.5.3 |
555 | 2025-02-01T00:09:26.055Z | Compiling dtrace-parser v0.2.0 |
556 | 2025-02-01T00:09:26.091Z | Compiling strsim v0.11.1 |
557 | 2025-02-01T00:09:26.106Z | Compiling ident_case v1.0.1 |
558 | 2025-02-01T00:09:26.389Z | Compiling syn v1.0.109 |
559 | 2025-02-01T00:09:26.485Z | Compiling typify-impl v0.2.0 |
560 | 2025-02-01T00:09:26.724Z | Compiling crossbeam-utils v0.8.20 |
561 | 2025-02-01T00:09:26.978Z | Checking num_threads v0.1.7 |
562 | 2025-02-01T00:09:27.104Z | Checking time v0.3.36 |
563 | 2025-02-01T00:09:27.629Z | Compiling darling_core v0.20.10 |
564 | 2025-02-01T00:09:27.698Z | Checking hyper v1.5.2 |
565 | 2025-02-01T00:09:28.629Z | Checking goblin v0.8.2 |
566 | 2025-02-01T00:09:28.858Z | Compiling openapiv3 v2.0.0 |
567 | 2025-02-01T00:09:29.727Z | Checking hyper-util v0.1.10 |
568 | 2025-02-01T00:09:30.243Z | Checking dirs-sys-next v0.1.2 |
569 | 2025-02-01T00:09:30.835Z | Compiling rustls v0.22.4 |
570 | 2025-02-01T00:09:31.161Z | Compiling omicron-workspace-hack v0.1.0 |
571 | 2025-02-01T00:09:31.444Z | Checking hyper-tls v0.6.0 |
572 | 2025-02-01T00:09:31.508Z | Checking hyper-rustls v0.27.3 |
573 | 2025-02-01T00:09:31.719Z | Compiling paste v1.0.15 |
574 | 2025-02-01T00:09:31.749Z | Compiling newtype-uuid v1.2.1 |
575 | 2025-02-01T00:09:31.852Z | Checking reqwest v0.12.9 |
576 | 2025-02-01T00:09:32.081Z | Checking pretty-hex v0.4.1 |
577 | 2025-02-01T00:09:32.243Z | Compiling rustversion v1.0.17 |
578 | 2025-02-01T00:09:32.284Z | Compiling unsafe-libyaml v0.2.11 |
579 | 2025-02-01T00:09:32.932Z | Checking dirs-next v2.0.0 |
580 | 2025-02-01T00:09:33.170Z | Compiling darling_macro v0.20.10 |
581 | 2025-02-01T00:09:33.319Z | Checking ipnetwork v0.20.0 |
582 | 2025-02-01T00:09:33.464Z | Checking serde_spanned v0.6.8 |
583 | 2025-02-01T00:09:33.664Z | Compiling serde_yaml v0.9.34+deprecated |
584 | 2025-02-01T00:09:33.679Z | Checking toml_datetime v0.6.8 |
585 | 2025-02-01T00:09:33.766Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-01T00:09:33.967Z | Checking crypto-common v0.1.6 |
587 | 2025-02-01T00:09:34.085Z | Checking block-buffer v0.10.4 |
588 | 2025-02-01T00:09:34.157Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-01T00:09:34.171Z | Checking rand_core v0.6.4 |
590 | 2025-02-01T00:09:34.296Z | Checking thread_local v1.1.8 |
591 | 2025-02-01T00:09:34.310Z | Compiling multer v3.1.0 |
592 | 2025-02-01T00:09:34.486Z | Compiling camino v1.1.9 |
593 | 2025-02-01T00:09:34.501Z | Checking either v1.13.0 |
594 | 2025-02-01T00:09:34.599Z | Checking winnow v0.6.20 |
595 | 2025-02-01T00:09:34.685Z | Checking match_cfg v0.1.0 |
596 | 2025-02-01T00:09:34.782Z | Compiling thiserror v2.0.11 |
597 | 2025-02-01T00:09:34.866Z | Compiling slog-async v2.8.0 |
598 | 2025-02-01T00:09:35.099Z | Compiling anyhow v1.0.95 |
599 | 2025-02-01T00:09:35.509Z | Checking itertools v0.10.5 |
600 | 2025-02-01T00:09:35.739Z | Checking hostname v0.3.1 |
601 | 2025-02-01T00:09:35.937Z | Checking rand_chacha v0.3.1 |
602 | 2025-02-01T00:09:36.291Z | Checking digest v0.10.7 |
603 | 2025-02-01T00:09:36.618Z | Compiling darling v0.20.10 |
604 | 2025-02-01T00:09:36.677Z | Checking crossbeam-channel v0.5.13 |
605 | 2025-02-01T00:09:36.700Z | Compiling structmeta v0.3.0 |
606 | 2025-02-01T00:09:36.727Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
607 | 2025-02-01T00:09:36.988Z | Checking progenitor-client v0.8.0 |
608 | 2025-02-01T00:09:37.068Z | Checking term v0.7.0 |
609 | 2025-02-01T00:09:37.387Z | Checking toml_edit v0.22.22 |
610 | 2025-02-01T00:09:37.651Z | Checking slog-json v2.6.1 |
611 | 2025-02-01T00:09:37.664Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2025-02-01T00:09:37.922Z | Compiling usdt-macro v0.5.0 |
613 | 2025-02-01T00:09:37.953Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
614 | 2025-02-01T00:09:38.235Z | Checking futures-executor v0.3.31 |
615 | 2025-02-01T00:09:38.479Z | Compiling async-stream-impl v0.3.6 |
616 | 2025-02-01T00:09:38.538Z | Compiling thiserror-impl v2.0.11 |
617 | 2025-02-01T00:09:38.817Z | Compiling typify-macro v0.2.0 |
618 | 2025-02-01T00:09:39.035Z | Checking is-terminal v0.4.13 |
619 | 2025-02-01T00:09:39.130Z | Checking memmap v0.7.0 |
620 | 2025-02-01T00:09:39.155Z | Compiling dropshot v0.15.1 |
621 | 2025-02-01T00:09:39.191Z | Checking cpufeatures v0.2.14 |
622 | 2025-02-01T00:09:39.287Z | Checking take_mut v0.2.2 |
623 | 2025-02-01T00:09:39.345Z | Checking usdt v0.5.0 |
624 | 2025-02-01T00:09:39.563Z | Checking sha1 v0.10.6 |
625 | 2025-02-01T00:09:39.580Z | Checking slog-term v2.9.1 |
626 | 2025-02-01T00:09:39.709Z | Checking async-stream v0.3.6 |
627 | 2025-02-01T00:09:39.739Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
628 | 2025-02-01T00:09:39.829Z | Checking futures v0.3.31 |
629 | 2025-02-01T00:09:39.908Z | Compiling strum_macros v0.26.4 |
630 | 2025-02-01T00:09:39.934Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-01T00:09:40.054Z | Checking toml v0.8.19 |
632 | 2025-02-01T00:09:40.084Z | Compiling parse-display-derive v0.10.0 |
633 | 2025-02-01T00:09:40.100Z | Compiling serde_with_macros v3.11.0 |
634 | 2025-02-01T00:09:40.301Z | Checking rand v0.8.5 |
635 | 2025-02-01T00:09:40.625Z | Checking tokio-rustls v0.25.0 |
636 | 2025-02-01T00:09:41.471Z | Compiling dropshot_endpoint v0.15.1 |
637 | 2025-02-01T00:09:41.486Z | Checking serde_path_to_error v0.1.16 |
638 | 2025-02-01T00:09:41.586Z | Checking hex v0.4.3 |
639 | 2025-02-01T00:09:41.654Z | Compiling async-trait v0.1.85 |
640 | 2025-02-01T00:09:42.068Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2025-02-01T00:09:42.091Z | Checking waitgroup v0.1.2 |
642 | 2025-02-01T00:09:42.224Z | Checking hostname v0.4.0 |
643 | 2025-02-01T00:09:42.256Z | Compiling typify v0.2.0 |
644 | 2025-02-01T00:09:42.361Z | Compiling progenitor-impl v0.8.0 |
645 | 2025-02-01T00:09:42.529Z | Checking instant v0.1.13 |
646 | 2025-02-01T00:09:42.650Z | Checking debug-ignore v1.0.5 |
647 | 2025-02-01T00:09:42.792Z | Checking backoff v0.4.0 |
648 | 2025-02-01T00:09:42.878Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
649 | 2025-02-01T00:09:43.018Z | Checking serde_with v3.11.0 |
650 | 2025-02-01T00:09:43.084Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
651 | 2025-02-01T00:09:43.241Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
652 | 2025-02-01T00:09:43.594Z | Checking parse-display v0.10.0 |
653 | 2025-02-01T00:09:43.813Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
654 | 2025-02-01T00:09:43.936Z | Checking progenitor-client v0.9.1 |
655 | 2025-02-01T00:09:44.182Z | Checking macaddr v1.0.1 |
656 | 2025-02-01T00:09:44.206Z | Checking strum v0.26.3 |
657 | 2025-02-01T00:09:44.253Z | Checking regress v0.9.1 |
658 | 2025-02-01T00:09:45.639Z | Compiling progenitor-macro v0.8.0 |
659 | 2025-02-01T00:09:49.283Z | Checking progenitor v0.8.0 |
660 | 2025-02-01T00:09:49.400Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
661 | 2025-02-01T00:09:52.179Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
662 | 2025-02-01T00:09:59.673Z | Checking test-project v0.1.0 (/tmp/test-project) |
663 | 2025-02-01T00:09:59.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
664 | 2025-02-01T00:09:59.882Z | + cargo build --release |
665 | 2025-02-01T00:10:00.150Z | Compiling proc-macro2 v1.0.92 |
666 | 2025-02-01T00:10:00.150Z | Compiling unicode-ident v1.0.14 |
667 | 2025-02-01T00:10:00.153Z | Compiling libc v0.2.169 |
668 | 2025-02-01T00:10:00.153Z | Compiling cfg-if v1.0.0 |
669 | 2025-02-01T00:10:00.153Z | Compiling autocfg v1.4.0 |
670 | 2025-02-01T00:10:00.153Z | Compiling serde v1.0.217 |
671 | 2025-02-01T00:10:00.154Z | Compiling version_check v0.9.5 |
672 | 2025-02-01T00:10:00.199Z | Compiling memchr v2.7.4 |
673 | 2025-02-01T00:10:00.269Z | Compiling serde_json v1.0.135 |
674 | 2025-02-01T00:10:00.376Z | Compiling itoa v1.0.11 |
675 | 2025-02-01T00:10:00.622Z | Compiling thiserror v1.0.69 |
676 | 2025-02-01T00:10:00.757Z | Compiling once_cell v1.20.2 |
677 | 2025-02-01T00:10:00.767Z | Compiling shlex v1.3.0 |
678 | 2025-02-01T00:10:01.064Z | Compiling cc v1.1.30 |
679 | 2025-02-01T00:10:01.158Z | Compiling num-traits v0.2.19 |
680 | 2025-02-01T00:10:01.186Z | Compiling pin-project-lite v0.2.14 |
681 | 2025-02-01T00:10:01.503Z | Compiling getrandom v0.2.15 |
682 | 2025-02-01T00:10:01.511Z | Compiling ryu v1.0.18 |
683 | 2025-02-01T00:10:01.575Z | Compiling smallvec v1.13.2 |
684 | 2025-02-01T00:10:01.870Z | Compiling bytes v1.9.0 |
685 | 2025-02-01T00:10:01.883Z | Compiling quote v1.0.38 |
686 | 2025-02-01T00:10:01.991Z | Compiling futures-core v0.3.31 |
687 | 2025-02-01T00:10:02.029Z | Compiling lock_api v0.4.12 |
688 | 2025-02-01T00:10:02.236Z | Compiling schemars v0.8.21 |
689 | 2025-02-01T00:10:02.311Z | Compiling syn v2.0.96 |
690 | 2025-02-01T00:10:02.388Z | Compiling parking_lot_core v0.9.10 |
691 | 2025-02-01T00:10:02.473Z | Compiling ahash v0.8.11 |
692 | 2025-02-01T00:10:02.561Z | Compiling byteorder v1.5.0 |
693 | 2025-02-01T00:10:02.816Z | Compiling scopeguard v1.2.0 |
694 | 2025-02-01T00:10:02.832Z | Compiling slab v0.4.9 |
695 | 2025-02-01T00:10:03.001Z | Compiling log v0.4.22 |
696 | 2025-02-01T00:10:03.236Z | Compiling futures-sink v0.3.31 |
697 | 2025-02-01T00:10:03.394Z | Compiling parking_lot v0.12.3 |
698 | 2025-02-01T00:10:03.432Z | Compiling signal-hook-registry v1.4.2 |
699 | 2025-02-01T00:10:03.442Z | Compiling mio v1.0.2 |
700 | 2025-02-01T00:10:03.550Z | Compiling socket2 v0.5.7 |
701 | 2025-02-01T00:10:03.673Z | Compiling stable_deref_trait v1.2.0 |
702 | 2025-02-01T00:10:03.759Z | Compiling ring v0.17.8 |
703 | 2025-02-01T00:10:03.784Z | Compiling hashbrown v0.15.1 |
704 | 2025-02-01T00:10:04.070Z | Compiling equivalent v1.0.1 |
705 | 2025-02-01T00:10:04.191Z | Compiling semver v1.0.24 |
706 | 2025-02-01T00:10:04.721Z | Compiling fnv v1.0.7 |
707 | 2025-02-01T00:10:04.859Z | Compiling http v1.2.0 |
708 | 2025-02-01T00:10:04.966Z | Compiling futures-channel v0.3.31 |
709 | 2025-02-01T00:10:05.042Z | Compiling futures-io v0.3.31 |
710 | 2025-02-01T00:10:05.195Z | Compiling pin-utils v0.1.0 |
711 | 2025-02-01T00:10:05.207Z | Compiling futures-task v0.3.31 |
712 | 2025-02-01T00:10:05.389Z | Compiling spin v0.9.8 |
713 | 2025-02-01T00:10:05.438Z | Compiling vcpkg v0.2.15 |
714 | 2025-02-01T00:10:05.504Z | Compiling rustls-pki-types v1.10.0 |
715 | 2025-02-01T00:10:05.516Z | Compiling pkg-config v0.3.31 |
716 | 2025-02-01T00:10:05.701Z | Compiling iana-time-zone v0.1.61 |
717 | 2025-02-01T00:10:06.423Z | Compiling litemap v0.7.3 |
718 | 2025-02-01T00:10:06.616Z | Compiling writeable v0.5.5 |
719 | 2025-02-01T00:10:06.819Z | Compiling heck v0.5.0 |
720 | 2025-02-01T00:10:06.934Z | Compiling openssl-sys v0.9.104 |
721 | 2025-02-01T00:10:07.211Z | Compiling untrusted v0.9.0 |
722 | 2025-02-01T00:10:07.372Z | Compiling httparse v1.9.5 |
723 | 2025-02-01T00:10:07.704Z | Compiling tracing-core v0.1.32 |
724 | 2025-02-01T00:10:07.760Z | Compiling atomic-waker v1.1.2 |
725 | 2025-02-01T00:10:07.904Z | Compiling ucd-trie v0.1.7 |
726 | 2025-02-01T00:10:08.015Z | Compiling dyn-clone v1.0.17 |
727 | 2025-02-01T00:10:08.239Z | Compiling http-body v1.0.1 |
728 | 2025-02-01T00:10:08.483Z | Compiling tracing v0.1.40 |
729 | 2025-02-01T00:10:08.698Z | Compiling try-lock v0.2.5 |
730 | 2025-02-01T00:10:08.844Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2025-02-01T00:10:08.948Z | Compiling subtle v2.6.1 |
732 | 2025-02-01T00:10:09.108Z | Compiling allocator-api2 v0.2.18 |
733 | 2025-02-01T00:10:09.205Z | Compiling zeroize v1.8.1 |
734 | 2025-02-01T00:10:09.506Z | Compiling chrono v0.4.39 |
735 | 2025-02-01T00:10:09.546Z | Compiling want v0.3.1 |
736 | 2025-02-01T00:10:09.788Z | Compiling synstructure v0.13.1 |
737 | 2025-02-01T00:10:09.827Z | Compiling serde_derive_internals v0.29.1 |
738 | 2025-02-01T00:10:09.839Z | Compiling foreign-types-shared v0.1.1 |
739 | 2025-02-01T00:10:09.946Z | Compiling uuid v1.12.0 |
740 | 2025-02-01T00:10:09.998Z | Compiling openssl v0.10.66 |
741 | 2025-02-01T00:10:10.465Z | Compiling icu_properties_data v1.5.0 |
742 | 2025-02-01T00:10:10.644Z | Compiling httpdate v1.0.3 |
743 | 2025-02-01T00:10:11.005Z | Compiling foreign-types v0.3.2 |
744 | 2025-02-01T00:10:11.387Z | Compiling slog v2.7.0 |
745 | 2025-02-01T00:10:11.441Z | Compiling rustls v0.23.19 |
746 | 2025-02-01T00:10:11.793Z | Compiling write16 v1.0.0 |
747 | 2025-02-01T00:10:11.804Z | Compiling tower-service v0.3.3 |
748 | 2025-02-01T00:10:11.931Z | Compiling bitflags v2.6.0 |
749 | 2025-02-01T00:10:11.934Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2025-02-01T00:10:12.050Z | Compiling utf16_iter v1.0.5 |
751 | 2025-02-01T00:10:12.236Z | Compiling native-tls v0.2.12 |
752 | 2025-02-01T00:10:12.277Z | Compiling utf8_iter v1.0.4 |
753 | 2025-02-01T00:10:12.425Z | Compiling percent-encoding v2.3.1 |
754 | 2025-02-01T00:10:12.615Z | Compiling aho-corasick v1.1.3 |
755 | 2025-02-01T00:10:12.642Z | Compiling form_urlencoded v1.2.1 |
756 | 2025-02-01T00:10:12.919Z | Compiling openssl-probe v0.1.5 |
757 | 2025-02-01T00:10:13.164Z | Compiling regex-syntax v0.8.5 |
758 | 2025-02-01T00:10:13.472Z | Compiling typenum v1.17.0 |
759 | 2025-02-01T00:10:14.198Z | Compiling serde_derive v1.0.217 |
760 | 2025-02-01T00:10:14.425Z | Compiling zerocopy-derive v0.7.35 |
761 | 2025-02-01T00:10:14.526Z | Compiling thiserror-impl v1.0.69 |
762 | 2025-02-01T00:10:14.694Z | Compiling schemars_derive v0.8.21 |
763 | 2025-02-01T00:10:15.082Z | Compiling zerofrom-derive v0.1.4 |
764 | 2025-02-01T00:10:16.413Z | Compiling zerocopy v0.7.35 |
765 | 2025-02-01T00:10:17.499Z | Compiling tokio-macros v2.5.0 |
766 | 2025-02-01T00:10:17.594Z | Compiling yoke-derive v0.7.4 |
767 | 2025-02-01T00:10:17.803Z | Compiling zerovec-derive v0.10.3 |
768 | 2025-02-01T00:10:17.984Z | Compiling displaydoc v0.2.5 |
769 | 2025-02-01T00:10:18.342Z | Compiling zerofrom v0.1.4 |
770 | 2025-02-01T00:10:18.554Z | Compiling futures-macro v0.3.31 |
771 | 2025-02-01T00:10:19.003Z | Compiling tokio v1.43.0 |
772 | 2025-02-01T00:10:19.572Z | Compiling icu_provider_macros v1.5.0 |
773 | 2025-02-01T00:10:20.076Z | Compiling yoke v0.7.4 |
774 | 2025-02-01T00:10:20.413Z | Compiling zerovec v0.10.4 |
775 | 2025-02-01T00:10:20.454Z | Compiling futures-util v0.3.31 |
776 | 2025-02-01T00:10:20.665Z | Compiling pest v2.7.14 |
777 | 2025-02-01T00:10:20.833Z | Compiling rustls-webpki v0.102.8 |
778 | 2025-02-01T00:10:23.686Z | Compiling tinystr v0.7.6 |
779 | 2025-02-01T00:10:24.084Z | Compiling icu_locid v1.5.0 |
780 | 2025-02-01T00:10:25.734Z | Compiling icu_provider v1.5.0 |
781 | 2025-02-01T00:10:26.697Z | Compiling icu_locid_transform v1.5.0 |
782 | 2025-02-01T00:10:26.807Z | Compiling pest_meta v2.7.14 |
783 | 2025-02-01T00:10:27.903Z | Compiling indexmap v2.7.1 |
784 | 2025-02-01T00:10:29.643Z | Compiling serde_tokenstream v0.2.2 |
785 | 2025-02-01T00:10:31.650Z | Compiling tokio-util v0.7.12 |
786 | 2025-02-01T00:10:31.736Z | Compiling icu_collections v1.5.0 |
787 | 2025-02-01T00:10:32.047Z | Compiling hashbrown v0.14.5 |
788 | 2025-02-01T00:10:33.738Z | Compiling h2 v0.4.6 |
789 | 2025-02-01T00:10:33.847Z | Compiling regress v0.10.1 |
790 | 2025-02-01T00:10:34.564Z | Compiling icu_properties v1.5.1 |
791 | 2025-02-01T00:10:35.626Z | Compiling pest_generator v2.7.14 |
792 | 2025-02-01T00:10:37.369Z | Compiling openssl-macros v0.1.1 |
793 | 2025-02-01T00:10:38.544Z | Compiling icu_normalizer v1.5.0 |
794 | 2025-02-01T00:10:39.069Z | Compiling typify-impl v0.2.0 |
795 | 2025-02-01T00:10:41.033Z | Compiling hyper v1.5.2 |
796 | 2025-02-01T00:10:44.140Z | Compiling hyper-util v0.1.10 |
797 | 2025-02-01T00:10:45.754Z | Compiling pest_derive v2.7.14 |
798 | 2025-02-01T00:10:49.847Z | Compiling typify-macro v0.2.0 |
799 | 2025-02-01T00:10:50.419Z | Compiling idna_adapter v1.2.0 |
800 | 2025-02-01T00:10:50.645Z | Compiling http-body-util v0.1.2 |
801 | 2025-02-01T00:10:51.219Z | Compiling regex-automata v0.4.8 |
802 | 2025-02-01T00:10:51.403Z | Compiling generic-array v0.14.7 |
803 | 2025-02-01T00:10:51.412Z | Compiling encoding_rs v0.8.34 |
804 | 2025-02-01T00:10:51.994Z | Compiling mime v0.3.17 |
805 | 2025-02-01T00:10:53.716Z | Compiling tokio-native-tls v0.3.1 |
806 | 2025-02-01T00:10:54.011Z | Compiling tokio-rustls v0.26.0 |
807 | 2025-02-01T00:10:54.356Z | Compiling idna v1.0.3 |
808 | 2025-02-01T00:10:54.505Z | Compiling serde_urlencoded v0.7.1 |
809 | 2025-02-01T00:10:54.533Z | Compiling scroll_derive v0.12.0 |
810 | 2025-02-01T00:10:54.675Z | Compiling rustls-pemfile v2.2.0 |
811 | 2025-02-01T00:10:55.090Z | Compiling webpki-roots v0.26.6 |
812 | 2025-02-01T00:10:55.291Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-01T00:10:55.702Z | Compiling regex v1.11.1 |
814 | 2025-02-01T00:10:56.000Z | Compiling powerfmt v0.2.0 |
815 | 2025-02-01T00:10:56.509Z | Compiling base64 v0.22.1 |
816 | 2025-02-01T00:10:56.651Z | Compiling num-conv v0.1.0 |
817 | 2025-02-01T00:10:57.632Z | Compiling time-core v0.1.2 |
818 | 2025-02-01T00:10:57.811Z | Compiling time-macros v0.2.18 |
819 | 2025-02-01T00:10:58.448Z | Compiling deranged v0.3.11 |
820 | 2025-02-01T00:11:00.172Z | Compiling scroll v0.12.0 |
821 | 2025-02-01T00:11:00.327Z | Compiling hyper-rustls v0.27.3 |
822 | 2025-02-01T00:11:00.759Z | Compiling url v2.5.3 |
823 | 2025-02-01T00:11:02.887Z | Compiling hyper-tls v0.6.0 |
824 | 2025-02-01T00:11:03.246Z | Compiling thread-id v4.2.2 |
825 | 2025-02-01T00:11:03.367Z | Compiling dtrace-parser v0.2.0 |
826 | 2025-02-01T00:11:04.946Z | Compiling dof v0.3.0 |
827 | 2025-02-01T00:11:05.731Z | Compiling sync_wrapper v1.0.1 |
828 | 2025-02-01T00:11:05.893Z | Compiling syn v1.0.109 |
829 | 2025-02-01T00:11:06.515Z | Compiling ident_case v1.0.1 |
830 | 2025-02-01T00:11:06.695Z | Compiling omicron-workspace-hack v0.1.0 |
831 | 2025-02-01T00:11:07.028Z | Compiling num_threads v0.1.7 |
832 | 2025-02-01T00:11:07.324Z | Compiling crossbeam-utils v0.8.20 |
833 | 2025-02-01T00:11:07.823Z | Compiling plain v0.2.3 |
834 | 2025-02-01T00:11:08.814Z | Compiling strsim v0.11.1 |
835 | 2025-02-01T00:11:09.275Z | Compiling ipnet v2.10.1 |
836 | 2025-02-01T00:11:09.696Z | Compiling darling_core v0.20.10 |
837 | 2025-02-01T00:11:09.794Z | Compiling time v0.3.36 |
838 | 2025-02-01T00:11:12.156Z | Compiling reqwest v0.12.9 |
839 | 2025-02-01T00:11:15.030Z | Compiling goblin v0.8.2 |
840 | 2025-02-01T00:11:20.385Z | Compiling openapiv3 v2.0.0 |
841 | 2025-02-01T00:11:21.954Z | Compiling typify v0.2.0 |
842 | 2025-02-01T00:11:22.878Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-01T00:11:24.415Z | Compiling newtype-uuid v1.2.1 |
844 | 2025-02-01T00:11:24.620Z | Compiling rustls v0.22.4 |
845 | 2025-02-01T00:11:24.785Z | Compiling paste v1.0.15 |
846 | 2025-02-01T00:11:24.961Z | Compiling pretty-hex v0.4.1 |
847 | 2025-02-01T00:11:25.205Z | Compiling rustversion v1.0.17 |
848 | 2025-02-01T00:11:25.292Z | Compiling unsafe-libyaml v0.2.11 |
849 | 2025-02-01T00:11:27.059Z | Compiling serde_yaml v0.9.34+deprecated |
850 | 2025-02-01T00:11:28.865Z | Compiling progenitor-impl v0.8.0 |
851 | 2025-02-01T00:11:30.484Z | Compiling dirs-next v2.0.0 |
852 | 2025-02-01T00:11:33.370Z | Compiling darling_macro v0.20.10 |
853 | 2025-02-01T00:11:33.957Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-01T00:11:34.175Z | Compiling block-buffer v0.10.4 |
855 | 2025-02-01T00:11:34.375Z | Compiling ipnetwork v0.20.0 |
856 | 2025-02-01T00:11:34.436Z | Compiling serde_spanned v0.6.8 |
857 | 2025-02-01T00:11:34.690Z | Compiling toml_datetime v0.6.8 |
858 | 2025-02-01T00:11:35.004Z | Compiling ppv-lite86 v0.2.20 |
859 | 2025-02-01T00:11:35.386Z | Compiling structmeta-derive v0.3.0 |
860 | 2025-02-01T00:11:35.820Z | Compiling rand_core v0.6.4 |
861 | 2025-02-01T00:11:36.009Z | Compiling thread_local v1.1.8 |
862 | 2025-02-01T00:11:36.320Z | Compiling multer v3.1.0 |
863 | 2025-02-01T00:11:36.689Z | Compiling thiserror v2.0.11 |
864 | 2025-02-01T00:11:36.695Z | Compiling camino v1.1.9 |
865 | 2025-02-01T00:11:37.295Z | Compiling winnow v0.6.20 |
866 | 2025-02-01T00:11:37.303Z | Compiling either v1.13.0 |
867 | 2025-02-01T00:11:37.733Z | Compiling anyhow v1.0.95 |
868 | 2025-02-01T00:11:37.781Z | Compiling match_cfg v0.1.0 |
869 | 2025-02-01T00:11:37.873Z | Compiling slog-async v2.8.0 |
870 | 2025-02-01T00:11:38.001Z | Compiling structmeta v0.3.0 |
871 | 2025-02-01T00:11:38.368Z | Compiling hostname v0.3.1 |
872 | 2025-02-01T00:11:38.410Z | Compiling itertools v0.10.5 |
873 | 2025-02-01T00:11:38.751Z | Compiling rand_chacha v0.3.1 |
874 | 2025-02-01T00:11:39.375Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
875 | 2025-02-01T00:11:39.650Z | Compiling progenitor-macro v0.8.0 |
876 | 2025-02-01T00:11:40.545Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
877 | 2025-02-01T00:11:40.575Z | Compiling digest v0.10.7 |
878 | 2025-02-01T00:11:41.005Z | Compiling toml_edit v0.22.22 |
879 | 2025-02-01T00:11:41.412Z | Compiling darling v0.20.10 |
880 | 2025-02-01T00:11:41.520Z | Compiling crossbeam-channel v0.5.13 |
881 | 2025-02-01T00:11:43.145Z | Compiling term v0.7.0 |
882 | 2025-02-01T00:11:50.234Z | Compiling usdt-attr-macro v0.5.0 |
883 | 2025-02-01T00:11:50.594Z | Compiling usdt-macro v0.5.0 |
884 | 2025-02-01T00:11:51.274Z | Compiling progenitor-client v0.8.0 |
885 | 2025-02-01T00:11:51.720Z | Compiling slog-json v2.6.1 |
886 | 2025-02-01T00:11:51.957Z | Compiling futures-executor v0.3.31 |
887 | 2025-02-01T00:11:52.216Z | Compiling async-stream-impl v0.3.6 |
888 | 2025-02-01T00:11:52.225Z | Compiling thiserror-impl v2.0.11 |
889 | 2025-02-01T00:11:53.082Z | Compiling is-terminal v0.4.13 |
890 | 2025-02-01T00:11:53.220Z | Compiling memmap v0.7.0 |
891 | 2025-02-01T00:11:53.602Z | Compiling dropshot v0.15.1 |
892 | 2025-02-01T00:11:53.671Z | Compiling take_mut v0.2.2 |
893 | 2025-02-01T00:11:53.827Z | Compiling cpufeatures v0.2.14 |
894 | 2025-02-01T00:11:53.926Z | Compiling sha1 v0.10.6 |
895 | 2025-02-01T00:11:54.745Z | Compiling async-stream v0.3.6 |
896 | 2025-02-01T00:11:55.108Z | Compiling usdt v0.5.0 |
897 | 2025-02-01T00:11:55.468Z | Compiling slog-term v2.9.1 |
898 | 2025-02-01T00:11:56.290Z | Compiling futures v0.3.31 |
899 | 2025-02-01T00:11:56.403Z | Compiling slog-bunyan v2.5.0 |
900 | 2025-02-01T00:11:56.703Z | Compiling progenitor v0.8.0 |
901 | 2025-02-01T00:11:56.711Z | Compiling tokio-rustls v0.25.0 |
902 | 2025-02-01T00:11:56.904Z | Compiling strum_macros v0.26.4 |
903 | 2025-02-01T00:11:57.170Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
904 | 2025-02-01T00:11:57.469Z | Compiling toml v0.8.19 |
905 | 2025-02-01T00:11:58.394Z | Compiling serde_with_macros v3.11.0 |
906 | 2025-02-01T00:11:58.881Z | Compiling rand v0.8.5 |
907 | 2025-02-01T00:12:02.525Z | Compiling parse-display-derive v0.10.0 |
908 | 2025-02-01T00:12:02.754Z | Compiling dropshot_endpoint v0.15.1 |
909 | 2025-02-01T00:12:03.498Z | Compiling serde_path_to_error v0.1.16 |
910 | 2025-02-01T00:12:04.537Z | Compiling hex v0.4.3 |
911 | 2025-02-01T00:12:04.974Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
912 | 2025-02-01T00:12:05.213Z | Compiling async-trait v0.1.85 |
913 | 2025-02-01T00:12:05.329Z | Compiling waitgroup v0.1.2 |
914 | 2025-02-01T00:12:05.579Z | Compiling hostname v0.4.0 |
915 | 2025-02-01T00:12:05.822Z | Compiling instant v0.1.13 |
916 | 2025-02-01T00:12:05.842Z | Compiling debug-ignore v1.0.5 |
917 | 2025-02-01T00:12:05.983Z | Compiling backoff v0.4.0 |
918 | 2025-02-01T00:12:05.995Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
919 | 2025-02-01T00:12:06.208Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
920 | 2025-02-01T00:12:06.350Z | Compiling parse-display v0.10.0 |
921 | 2025-02-01T00:12:06.375Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
922 | 2025-02-01T00:12:06.420Z | Compiling strum v0.26.3 |
923 | 2025-02-01T00:12:06.609Z | Compiling serde_with v3.11.0 |
924 | 2025-02-01T00:12:06.989Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
925 | 2025-02-01T00:12:07.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
926 | 2025-02-01T00:12:08.401Z | Compiling progenitor-client v0.9.1 |
927 | 2025-02-01T00:12:08.626Z | Compiling regress v0.9.1 |
928 | 2025-02-01T00:12:09.451Z | Compiling macaddr v1.0.1 |
929 | 2025-02-01T00:12:17.647Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
930 | 2025-02-01T00:12:28.068Z | Compiling test-project v0.1.0 (/tmp/test-project) |
931 | 2025-02-01T00:12:38.617Z | Finished `release` profile [optimized] target(s) in 2m 38s |
932 | 2025-02-01T00:12:38.689Z | process exited: duration 228857 ms, exit code 0 |
|
933 | 2025-02-01T00:12:38.696Z | found 0 output files |