|
|
|
1 | 2025-03-25T21:32:06.219Z | job assigned to worker 01JQ7KEVMNXY6KBC5F7T5P2DXQ [factory aws, i-026c3ecc8e9180b40] (queued for 56 s) |
|
2 | 2025-03-25T21:32:14.344Z | starting task 0: "setup" |
3 | 2025-03-25T21:32:14.349Z | ++ uname -s |
4 | 2025-03-25T21:32:14.353Z | + kern=SunOS |
5 | 2025-03-25T21:32:14.353Z | + build_user=build |
6 | 2025-03-25T21:32:14.353Z | + build_uid=12345 |
7 | 2025-03-25T21:32:14.353Z | + work_dir=/work |
8 | 2025-03-25T21:32:14.353Z | + input_dir=/input |
9 | 2025-03-25T21:32:14.353Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T21:32:14.353Z | + case "$kern" in |
11 | 2025-03-25T21:32:14.353Z | + groupadd -g 12345 build |
12 | 2025-03-25T21:32:14.356Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T21:32:16.362Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T21:32:16.483Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T21:32:16.487Z | + home_fs=zfs |
16 | 2025-03-25T21:32:16.487Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T21:32:16.487Z | + mkdir -p /home/build |
18 | 2025-03-25T21:32:16.487Z | + chown build:build /home/build /work |
19 | 2025-03-25T21:32:18.489Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T21:32:18.493Z | process exited: duration 4149 ms, exit code 0 |
|
21 | 2025-03-25T21:32:18.500Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T21:32:18.505Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T21:32:18.505Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T21:32:18.505Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-25T21:32:18.505Z | * rust toolchain profile = "default" |
26 | 2025-03-25T21:32:18.508Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T21:32:18.508Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T21:32:18.508Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T21:32:18.508Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T21:32:18.632Z | info: downloading installer |
31 | 2025-03-25T21:32:19.889Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T21:32:19.889Z | warn: /opt/ooce/bin |
33 | 2025-03-25T21:32:19.889Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T21:32:19.889Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T21:32:19.889Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T21:32:19.889Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T21:32:19.889Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T21:32:19.889Z | error: cannot install while Rust is installed |
39 | 2025-03-25T21:32:19.889Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T21:32:19.926Z | info: profile set to 'default' |
41 | 2025-03-25T21:32:19.926Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T21:32:19.930Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T21:32:20.107Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T21:32:20.107Z | info: downloading component 'cargo' |
45 | 2025-03-25T21:32:20.872Z | info: downloading component 'clippy' |
46 | 2025-03-25T21:32:21.302Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T21:32:22.624Z | info: downloading component 'rust-std' |
48 | 2025-03-25T21:32:24.818Z | info: downloading component 'rustc' |
49 | 2025-03-25T21:32:31.535Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T21:32:31.822Z | info: installing component 'cargo' |
51 | 2025-03-25T21:32:32.639Z | info: installing component 'clippy' |
52 | 2025-03-25T21:32:33.019Z | info: installing component 'rust-docs' |
53 | 2025-03-25T21:32:34.755Z | info: installing component 'rust-std' |
54 | 2025-03-25T21:32:36.617Z | info: installing component 'rustc' |
55 | 2025-03-25T21:32:42.487Z | info: installing component 'rustfmt' |
56 | 2025-03-25T21:32:42.815Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T21:32:42.815Z | |
58 | 2025-03-25T21:32:43.176Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T21:32:43.176Z | |
60 | 2025-03-25T21:32:43.179Z | |
61 | 2025-03-25T21:32:43.180Z | Rust is installed now. Great! |
62 | 2025-03-25T21:32:43.180Z | |
63 | 2025-03-25T21:32:43.180Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T21:32:43.180Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T21:32:43.180Z | |
66 | 2025-03-25T21:32:43.180Z | To configure your current shell, you need to source |
67 | 2025-03-25T21:32:43.180Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T21:32:43.180Z | |
69 | 2025-03-25T21:32:43.180Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T21:32:43.180Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T21:32:43.180Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T21:32:43.180Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T21:32:43.251Z | + rustup --version |
74 | 2025-03-25T21:32:43.261Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T21:32:43.261Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T21:32:43.288Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T21:32:43.291Z | + cargo --version |
78 | 2025-03-25T21:32:43.310Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T21:32:43.313Z | + rustc --version |
80 | 2025-03-25T21:32:43.337Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T21:32:43.340Z | process exited: duration 24837 ms, exit code 0 |
|
82 | 2025-03-25T21:32:43.347Z | starting task 2: "authentication" |
83 | 2025-03-25T21:32:43.369Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-25T21:32:43.377Z | starting task 3: "clone repository" |
85 | 2025-03-25T21:32:43.381Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T21:32:43.384Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T21:32:43.512Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T21:32:51.412Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T21:32:51.416Z | + git fetch origin f4aea8cc86ef1a36efaf82a11415f86d265df337 |
90 | 2025-03-25T21:32:51.729Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T21:32:51.729Z | * branch f4aea8cc86ef1a36efaf82a11415f86d265df337 -> FETCH_HEAD |
92 | 2025-03-25T21:32:51.740Z | + [[ -n groups-for-instance ]] |
93 | 2025-03-25T21:32:51.743Z | ++ git branch --show-current |
94 | 2025-03-25T21:32:51.747Z | + current=main |
95 | 2025-03-25T21:32:51.747Z | + [[ main != groups-for-instance ]] |
96 | 2025-03-25T21:32:51.747Z | + git branch -f groups-for-instance f4aea8cc86ef1a36efaf82a11415f86d265df337 |
97 | 2025-03-25T21:32:51.750Z | + git checkout -f groups-for-instance |
98 | 2025-03-25T21:32:51.934Z | Switched to branch 'groups-for-instance' |
99 | 2025-03-25T21:32:51.937Z | + git reset --hard f4aea8cc86ef1a36efaf82a11415f86d265df337 |
100 | 2025-03-25T21:32:51.959Z | HEAD is now at f4aea8cc8 Merge branch 'affinity-query-commentary' into groups-for-instance |
101 | 2025-03-25T21:32:51.962Z | process exited: duration 8583 ms, exit code 0 |
|
102 | 2025-03-25T21:32:51.969Z | starting task 4: "build" |
103 | 2025-03-25T21:32:51.974Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T21:32:51.974Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T21:32:51.974Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T21:32:51.978Z | + cargo --version |
107 | 2025-03-25T21:32:52.032Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T21:32:52.035Z | + rustc --version |
109 | 2025-03-25T21:32:52.098Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T21:32:52.101Z | + cd /tmp |
111 | 2025-03-25T21:32:52.101Z | + cargo new --lib test-project |
112 | 2025-03-25T21:32:52.123Z | Creating library `test-project` package |
113 | 2025-03-25T21:32:52.207Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-25T21:32:52.210Z | + cd test-project |
115 | 2025-03-25T21:32:52.210Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-25T21:32:52.233Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-25T21:32:52.237Z | Features: |
118 | 2025-03-25T21:32:52.237Z | - proptest |
119 | 2025-03-25T21:32:52.237Z | - test-strategy |
120 | 2025-03-25T21:32:52.237Z | - testing |
121 | 2025-03-25T21:32:52.267Z | Updating crates.io index |
122 | 2025-03-25T21:32:52.335Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-25T21:32:52.814Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-25T21:32:53.238Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-25T21:32:53.612Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-25T21:32:55.044Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-25T21:32:55.221Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-25T21:32:55.224Z | + cargo check |
129 | 2025-03-25T21:32:55.366Z | Updating crates.io index |
130 | 2025-03-25T21:32:56.179Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-25T21:32:56.179Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-25T21:32:56.237Z | Downloading crates ... |
133 | 2025-03-25T21:32:56.311Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-03-25T21:32:56.320Z | Downloaded async-stream v0.3.6 |
135 | 2025-03-25T21:32:56.326Z | Downloaded equivalent v1.0.1 |
136 | 2025-03-25T21:32:56.329Z | Downloaded anyhow v1.0.97 |
137 | 2025-03-25T21:32:56.332Z | Downloaded allocator-api2 v0.2.18 |
138 | 2025-03-25T21:32:56.336Z | Downloaded dtrace-parser v0.2.0 |
139 | 2025-03-25T21:32:56.339Z | Downloaded darling_macro v0.20.10 |
140 | 2025-03-25T21:32:56.344Z | Downloaded http-body v1.0.1 |
141 | 2025-03-25T21:32:56.353Z | Downloaded instant v0.1.13 |
142 | 2025-03-25T21:32:56.357Z | Downloaded test-strategy v0.4.0 |
143 | 2025-03-25T21:32:56.359Z | Downloaded thiserror v1.0.69 |
144 | 2025-03-25T21:32:56.368Z | Downloaded ident_case v1.0.1 |
145 | 2025-03-25T21:32:56.371Z | Downloaded foreign-types-shared v0.1.1 |
146 | 2025-03-25T21:32:56.371Z | Downloaded icu_provider_macros v1.5.0 |
147 | 2025-03-25T21:32:56.371Z | Downloaded dyn-clone v1.0.19 |
148 | 2025-03-25T21:32:56.376Z | Downloaded idna_adapter v1.2.0 |
149 | 2025-03-25T21:32:56.379Z | Downloaded foreign-types v0.3.2 |
150 | 2025-03-25T21:32:56.379Z | Downloaded byteorder v1.5.0 |
151 | 2025-03-25T21:32:56.385Z | Downloaded dirs-sys-next v0.1.2 |
152 | 2025-03-25T21:32:56.388Z | Downloaded cfg-if v1.0.0 |
153 | 2025-03-25T21:32:56.389Z | Downloaded thiserror v2.0.12 |
154 | 2025-03-25T21:32:56.393Z | Downloaded dof v0.3.0 |
155 | 2025-03-25T21:32:56.396Z | Downloaded errno v0.3.9 |
156 | 2025-03-25T21:32:56.396Z | Downloaded foldhash v0.1.3 |
157 | 2025-03-25T21:32:56.399Z | Downloaded debug-ignore v1.0.5 |
158 | 2025-03-25T21:32:56.399Z | Downloaded dirs-next v2.0.0 |
159 | 2025-03-25T21:32:56.404Z | Downloaded cpufeatures v0.2.14 |
160 | 2025-03-25T21:32:56.404Z | Downloaded futures-executor v0.3.31 |
161 | 2025-03-25T21:32:56.407Z | Downloaded httpdate v1.0.3 |
162 | 2025-03-25T21:32:56.407Z | Downloaded hostname v0.4.0 |
163 | 2025-03-25T21:32:56.407Z | Downloaded hostname v0.3.1 |
164 | 2025-03-25T21:32:56.410Z | Downloaded heck v0.5.0 |
165 | 2025-03-25T21:32:56.410Z | Downloaded futures-macro v0.3.31 |
166 | 2025-03-25T21:32:56.410Z | Downloaded block-buffer v0.10.4 |
167 | 2025-03-25T21:32:56.413Z | Downloaded futures-sink v0.3.31 |
168 | 2025-03-25T21:32:56.414Z | Downloaded generic-array v0.14.7 |
169 | 2025-03-25T21:32:56.416Z | Downloaded is-terminal v0.4.13 |
170 | 2025-03-25T21:32:56.416Z | Downloaded fastrand v2.1.1 |
171 | 2025-03-25T21:32:56.416Z | Downloaded bit-set v0.8.0 |
172 | 2025-03-25T21:32:56.420Z | Downloaded autocfg v1.4.0 |
173 | 2025-03-25T21:32:56.420Z | Downloaded libc v0.2.170 |
174 | 2025-03-25T21:32:56.444Z | Downloaded untrusted v0.9.0 |
175 | 2025-03-25T21:32:56.447Z | Downloaded unicode-ident v1.0.14 |
176 | 2025-03-25T21:32:56.450Z | Downloaded unarray v0.1.4 |
177 | 2025-03-25T21:32:56.450Z | Downloaded ucd-trie v0.1.7 |
178 | 2025-03-25T21:32:56.453Z | Downloaded typify-macro v0.2.0 |
179 | 2025-03-25T21:32:56.453Z | Downloaded sync_wrapper v1.0.1 |
180 | 2025-03-25T21:32:56.457Z | Downloaded utf16_iter v1.0.5 |
181 | 2025-03-25T21:32:56.457Z | Downloaded try-lock v0.2.5 |
182 | 2025-03-25T21:32:56.457Z | Downloaded http-body-util v0.1.2 |
183 | 2025-03-25T21:32:56.460Z | Downloaded fnv v1.0.7 |
184 | 2025-03-25T21:32:56.460Z | Downloaded typify v0.2.0 |
185 | 2025-03-25T21:32:56.466Z | Downloaded take_mut v0.2.2 |
186 | 2025-03-25T21:32:56.466Z | Downloaded bit-vec v0.8.0 |
187 | 2025-03-25T21:32:56.469Z | Downloaded digest v0.10.7 |
188 | 2025-03-25T21:32:56.469Z | Downloaded darling v0.20.10 |
189 | 2025-03-25T21:32:56.472Z | Downloaded want v0.3.1 |
190 | 2025-03-25T21:32:56.472Z | Downloaded waitgroup v0.1.2 |
191 | 2025-03-25T21:32:56.476Z | Downloaded hyper-rustls v0.27.3 |
192 | 2025-03-25T21:32:56.476Z | Downloaded async-trait v0.1.87 |
193 | 2025-03-25T21:32:56.480Z | Downloaded write16 v1.0.0 |
194 | 2025-03-25T21:32:56.483Z | Downloaded synstructure v0.13.1 |
195 | 2025-03-25T21:32:56.483Z | Downloaded hex v0.4.3 |
196 | 2025-03-25T21:32:56.486Z | Downloaded getrandom v0.2.15 |
197 | 2025-03-25T21:32:56.492Z | Downloaded ipnetwork v0.21.1 |
198 | 2025-03-25T21:32:56.492Z | Downloaded zerofrom-derive v0.1.4 |
199 | 2025-03-25T21:32:56.495Z | Downloaded utf8_iter v1.0.4 |
200 | 2025-03-25T21:32:56.495Z | Downloaded time-core v0.1.2 |
201 | 2025-03-25T21:32:56.495Z | Downloaded subtle v2.6.1 |
202 | 2025-03-25T21:32:56.495Z | Downloaded icu_locid_transform v1.5.0 |
203 | 2025-03-25T21:32:56.495Z | Downloaded pretty-hex v0.4.1 |
204 | 2025-03-25T21:32:56.500Z | Downloaded tower-service v0.3.3 |
205 | 2025-03-25T21:32:56.500Z | Downloaded zerofrom v0.1.4 |
206 | 2025-03-25T21:32:56.500Z | Downloaded tower-layer v0.3.3 |
207 | 2025-03-25T21:32:56.504Z | Downloaded getrandom v0.3.1 |
208 | 2025-03-25T21:32:56.504Z | Downloaded pkg-config v0.3.31 |
209 | 2025-03-25T21:32:56.507Z | Downloaded pin-utils v0.1.0 |
210 | 2025-03-25T21:32:56.507Z | Downloaded tinyvec_macros v0.1.1 |
211 | 2025-03-25T21:32:56.507Z | Downloaded num-conv v0.1.0 |
212 | 2025-03-25T21:32:56.507Z | Downloaded futures-channel v0.3.31 |
213 | 2025-03-25T21:32:56.510Z | Downloaded httparse v1.9.5 |
214 | 2025-03-25T21:32:56.513Z | Downloaded openssl-probe v0.1.5 |
215 | 2025-03-25T21:32:56.513Z | Downloaded omicron-workspace-hack v0.1.0 |
216 | 2025-03-25T21:32:56.516Z | Downloaded openssl-macros v0.1.1 |
217 | 2025-03-25T21:32:56.516Z | Downloaded match_cfg v0.1.0 |
218 | 2025-03-25T21:32:56.516Z | Downloaded yoke-derive v0.7.4 |
219 | 2025-03-25T21:32:56.516Z | Downloaded stable_deref_trait v1.2.0 |
220 | 2025-03-25T21:32:56.519Z | Downloaded usdt-macro v0.5.0 |
221 | 2025-03-25T21:32:56.519Z | Downloaded usdt-attr-macro v0.5.0 |
222 | 2025-03-25T21:32:56.519Z | Downloaded percent-encoding v2.3.1 |
223 | 2025-03-25T21:32:56.519Z | Downloaded signal-hook-registry v1.4.2 |
224 | 2025-03-25T21:32:56.523Z | Downloaded dropshot_endpoint v0.16.0 |
225 | 2025-03-25T21:32:56.526Z | Downloaded progenitor-client v0.9.1 |
226 | 2025-03-25T21:32:56.526Z | Downloaded tempfile v3.13.0 |
227 | 2025-03-25T21:32:56.529Z | Downloaded strum_macros v0.26.4 |
228 | 2025-03-25T21:32:56.532Z | Downloaded ipnet v2.11.0 |
229 | 2025-03-25T21:32:56.532Z | Downloaded memmap v0.7.0 |
230 | 2025-03-25T21:32:56.535Z | Downloaded futures v0.3.31 |
231 | 2025-03-25T21:32:56.539Z | Downloaded icu_normalizer v1.5.0 |
232 | 2025-03-25T21:32:56.542Z | Downloaded icu_locid_transform_data v1.5.0 |
233 | 2025-03-25T21:32:56.545Z | Downloaded mime v0.3.17 |
234 | 2025-03-25T21:32:56.545Z | Downloaded indexmap v1.9.3 |
235 | 2025-03-25T21:32:56.548Z | Downloaded wait-timeout v0.2.0 |
236 | 2025-03-25T21:32:56.548Z | Downloaded num_threads v0.1.7 |
237 | 2025-03-25T21:32:56.551Z | Downloaded zerovec-derive v0.10.3 |
238 | 2025-03-25T21:32:56.551Z | Downloaded zeroize v1.8.1 |
239 | 2025-03-25T21:32:56.554Z | Downloaded thiserror-impl v2.0.12 |
240 | 2025-03-25T21:32:56.554Z | Downloaded pin-project-lite v0.2.14 |
241 | 2025-03-25T21:32:56.558Z | Downloaded newtype-uuid v1.2.1 |
242 | 2025-03-25T21:32:56.561Z | Downloaded toml_datetime v0.6.8 |
243 | 2025-03-25T21:32:56.561Z | Downloaded rand_chacha v0.3.1 |
244 | 2025-03-25T21:32:56.564Z | Downloaded serde_spanned v0.6.8 |
245 | 2025-03-25T21:32:56.564Z | Downloaded smallvec v1.14.0 |
246 | 2025-03-25T21:32:56.568Z | Downloaded macaddr v1.0.1 |
247 | 2025-03-25T21:32:56.568Z | Downloaded tokio-macros v2.5.0 |
248 | 2025-03-25T21:32:56.571Z | Downloaded thread-id v4.2.2 |
249 | 2025-03-25T21:32:56.571Z | Downloaded quinn-udp v0.5.5 |
250 | 2025-03-25T21:32:56.571Z | Downloaded structmeta v0.3.0 |
251 | 2025-03-25T21:32:56.574Z | Downloaded slog-bunyan v2.5.0 |
252 | 2025-03-25T21:32:56.574Z | Downloaded serde_tokenstream v0.2.2 |
253 | 2025-03-25T21:32:56.577Z | Downloaded scroll_derive v0.12.0 |
254 | 2025-03-25T21:32:56.577Z | Downloaded tinystr v0.7.6 |
255 | 2025-03-25T21:32:56.577Z | Downloaded thread_local v1.1.8 |
256 | 2025-03-25T21:32:56.581Z | Downloaded quick-error v1.2.3 |
257 | 2025-03-25T21:32:56.581Z | Downloaded yoke v0.7.4 |
258 | 2025-03-25T21:32:56.581Z | Downloaded progenitor v0.8.0 |
259 | 2025-03-25T21:32:56.584Z | Downloaded slab v0.4.9 |
260 | 2025-03-25T21:32:56.584Z | Downloaded paste v1.0.15 |
261 | 2025-03-25T21:32:56.587Z | Downloaded oxnet v0.1.1 |
262 | 2025-03-25T21:32:56.590Z | Downloaded rand_xorshift v0.3.0 |
263 | 2025-03-25T21:32:56.590Z | Downloaded strum v0.26.3 |
264 | 2025-03-25T21:32:56.590Z | Downloaded writeable v0.5.5 |
265 | 2025-03-25T21:32:56.593Z | Downloaded progenitor-client v0.8.0 |
266 | 2025-03-25T21:32:56.593Z | Downloaded rustversion v1.0.17 |
267 | 2025-03-25T21:32:56.596Z | Downloaded icu_normalizer_data v1.5.0 |
268 | 2025-03-25T21:32:56.599Z | Downloaded hyper-util v0.1.10 |
269 | 2025-03-25T21:32:56.602Z | Downloaded sha1 v0.10.6 |
270 | 2025-03-25T21:32:56.606Z | Downloaded plain v0.2.3 |
271 | 2025-03-25T21:32:56.606Z | Downloaded time-macros v0.2.18 |
272 | 2025-03-25T21:32:56.609Z | Downloaded rustls-pemfile v2.2.0 |
273 | 2025-03-25T21:32:56.609Z | Downloaded rustc-hash v2.1.1 |
274 | 2025-03-25T21:32:56.609Z | Downloaded tokio-rustls v0.25.0 |
275 | 2025-03-25T21:32:56.612Z | Downloaded once_cell v1.20.3 |
276 | 2025-03-25T21:32:56.615Z | Downloaded strsim v0.11.1 |
277 | 2025-03-25T21:32:56.615Z | Downloaded shlex v1.3.0 |
278 | 2025-03-25T21:32:56.618Z | Downloaded icu_locid v1.5.0 |
279 | 2025-03-25T21:32:56.621Z | Downloaded quote v1.0.39 |
280 | 2025-03-25T21:32:56.624Z | Downloaded slog-json v2.6.1 |
281 | 2025-03-25T21:32:56.624Z | Downloaded serde_path_to_error v0.1.16 |
282 | 2025-03-25T21:32:56.627Z | Downloaded unsafe-libyaml v0.2.11 |
283 | 2025-03-25T21:32:56.630Z | Downloaded typenum v1.17.0 |
284 | 2025-03-25T21:32:56.633Z | Downloaded scroll v0.12.0 |
285 | 2025-03-25T21:32:56.633Z | Downloaded parse-display v0.10.0 |
286 | 2025-03-25T21:32:56.636Z | Downloaded parking_lot_core v0.9.10 |
287 | 2025-03-25T21:32:56.636Z | Downloaded structmeta-derive v0.3.0 |
288 | 2025-03-25T21:32:56.639Z | Downloaded litemap v0.7.3 |
289 | 2025-03-25T21:32:56.642Z | Downloaded ppv-lite86 v0.2.20 |
290 | 2025-03-25T21:32:56.642Z | Downloaded powerfmt v0.2.0 |
291 | 2025-03-25T21:32:56.642Z | Downloaded pest_derive v2.7.14 |
292 | 2025-03-25T21:32:56.645Z | Downloaded ryu v1.0.18 |
293 | 2025-03-25T21:32:56.648Z | Downloaded spin v0.9.8 |
294 | 2025-03-25T21:32:56.650Z | Downloaded log v0.4.22 |
295 | 2025-03-25T21:32:56.653Z | Downloaded base64 v0.22.1 |
296 | 2025-03-25T21:32:56.656Z | Downloaded pest_generator v2.7.14 |
297 | 2025-03-25T21:32:56.656Z | Downloaded tinyvec v1.8.0 |
298 | 2025-03-25T21:32:56.659Z | Downloaded tokio-rustls v0.26.0 |
299 | 2025-03-25T21:32:56.662Z | Downloaded parking_lot v0.12.3 |
300 | 2025-03-25T21:32:56.665Z | Downloaded sha2 v0.10.8 |
301 | 2025-03-25T21:32:56.668Z | Downloaded slog-async v2.8.0 |
302 | 2025-03-25T21:32:56.668Z | Downloaded serde_with_macros v3.12.0 |
303 | 2025-03-25T21:32:56.669Z | Downloaded num-traits v0.2.19 |
304 | 2025-03-25T21:32:56.672Z | Downloaded proc-macro2 v1.0.94 |
305 | 2025-03-25T21:32:56.675Z | Downloaded slog v2.7.0 |
306 | 2025-03-25T21:32:56.678Z | Downloaded uuid v1.15.1 |
307 | 2025-03-25T21:32:56.681Z | Downloaded serde_derive_internals v0.29.1 |
308 | 2025-03-25T21:32:56.684Z | Downloaded serde_derive v1.0.218 |
309 | 2025-03-25T21:32:56.684Z | Downloaded semver v1.0.25 |
310 | 2025-03-25T21:32:56.687Z | Downloaded pest_meta v2.7.14 |
311 | 2025-03-25T21:32:56.690Z | Downloaded schemars v0.8.22 |
312 | 2025-03-25T21:32:56.699Z | Downloaded url v2.5.3 |
313 | 2025-03-25T21:32:56.702Z | Downloaded zerocopy-derive v0.7.35 |
314 | 2025-03-25T21:32:56.706Z | Downloaded tracing-core v0.1.32 |
315 | 2025-03-25T21:32:56.709Z | Downloaded tracing v0.1.40 |
316 | 2025-03-25T21:32:56.713Z | Downloaded rustls-pki-types v1.10.0 |
317 | 2025-03-25T21:32:56.716Z | Downloaded mio v1.0.2 |
318 | 2025-03-25T21:32:56.722Z | Downloaded progenitor-impl v0.8.0 |
319 | 2025-03-25T21:32:56.726Z | Downloaded cc v1.2.15 |
320 | 2025-03-25T21:32:56.729Z | Downloaded memchr v2.7.4 |
321 | 2025-03-25T21:32:56.732Z | Downloaded socket2 v0.5.8 |
322 | 2025-03-25T21:32:56.737Z | Downloaded tower v0.5.2 |
323 | 2025-03-25T21:32:56.743Z | Downloaded rand v0.8.5 |
324 | 2025-03-25T21:32:56.746Z | Downloaded serde v1.0.218 |
325 | 2025-03-25T21:32:56.751Z | Downloaded toml_edit v0.22.24 |
326 | 2025-03-25T21:32:56.772Z | Downloaded quinn v0.11.5 |
327 | 2025-03-25T21:32:56.775Z | Downloaded zerovec v0.10.4 |
328 | 2025-03-25T21:32:56.778Z | Downloaded tokio-util v0.7.13 |
329 | 2025-03-25T21:32:56.786Z | Downloaded pest v2.7.14 |
330 | 2025-03-25T21:32:56.790Z | Downloaded zerocopy v0.7.35 |
331 | 2025-03-25T21:32:56.805Z | Downloaded winnow v0.7.3 |
332 | 2025-03-25T21:32:56.813Z | Downloaded rustls-webpki v0.102.8 |
333 | 2025-03-25T21:32:56.831Z | Downloaded hyper v1.6.0 |
334 | 2025-03-25T21:32:56.837Z | Downloaded webpki-roots v0.26.6 |
335 | 2025-03-25T21:32:56.842Z | Downloaded h2 v0.4.6 |
336 | 2025-03-25T21:32:56.846Z | Downloaded aho-corasick v1.1.3 |
337 | 2025-03-25T21:32:56.852Z | Downloaded serde_json v1.0.139 |
338 | 2025-03-25T21:32:56.858Z | Downloaded openssl v0.10.71 |
339 | 2025-03-25T21:32:56.867Z | Downloaded syn v2.0.98 |
340 | 2025-03-25T21:32:56.878Z | Downloaded goblin v0.8.2 |
341 | 2025-03-25T21:32:56.884Z | Downloaded quinn-proto v0.11.8 |
342 | 2025-03-25T21:32:56.890Z | Downloaded vcpkg v0.2.15 |
343 | 2025-03-25T21:32:56.926Z | Downloaded serde_with v3.12.0 |
344 | 2025-03-25T21:32:56.934Z | Downloaded proptest v1.6.0 |
345 | 2025-03-25T21:32:56.942Z | Downloaded chrono v0.4.40 |
346 | 2025-03-25T21:32:56.948Z | Downloaded reqwest v0.12.12 |
347 | 2025-03-25T21:32:56.956Z | Downloaded openapiv3 v2.0.0 |
348 | 2025-03-25T21:32:56.967Z | Downloaded icu_properties_data v1.5.0 |
349 | 2025-03-25T21:32:56.976Z | Downloaded regex v1.11.1 |
350 | 2025-03-25T21:32:56.989Z | Downloaded futures-util v0.3.31 |
351 | 2025-03-25T21:32:56.999Z | Downloaded idna v1.0.3 |
352 | 2025-03-25T21:32:57.003Z | Downloaded hashbrown v0.15.1 |
353 | 2025-03-25T21:32:57.007Z | Downloaded typify-impl v0.2.0 |
354 | 2025-03-25T21:32:57.020Z | Downloaded regex-syntax v0.8.5 |
355 | 2025-03-25T21:32:57.028Z | Downloaded rustls v0.23.19 |
356 | 2025-03-25T21:32:57.039Z | Downloaded regress v0.10.3 |
357 | 2025-03-25T21:32:57.045Z | Downloaded rustix v0.38.37 |
358 | 2025-03-25T21:32:57.068Z | Downloaded rustls v0.22.4 |
359 | 2025-03-25T21:32:57.078Z | Downloaded dropshot v0.16.0 |
360 | 2025-03-25T21:32:57.099Z | Downloaded time v0.3.36 |
361 | 2025-03-25T21:32:57.105Z | Downloaded http v1.2.0 |
362 | 2025-03-25T21:32:57.108Z | Downloaded serde_yaml v0.9.34+deprecated |
363 | 2025-03-25T21:32:57.112Z | Downloaded hashbrown v0.12.3 |
364 | 2025-03-25T21:32:57.115Z | Downloaded crossbeam-channel v0.5.13 |
365 | 2025-03-25T21:32:57.119Z | Downloaded openssl-sys v0.9.106 |
366 | 2025-03-25T21:32:57.123Z | Downloaded toml v0.8.20 |
367 | 2025-03-25T21:32:57.126Z | Downloaded indexmap v2.7.1 |
368 | 2025-03-25T21:32:57.130Z | Downloaded icu_properties v1.5.1 |
369 | 2025-03-25T21:32:57.133Z | Downloaded icu_collections v1.5.0 |
370 | 2025-03-25T21:32:57.138Z | Downloaded rusty-fork v0.3.0 |
371 | 2025-03-25T21:32:57.142Z | Downloaded regex-automata v0.4.8 |
372 | 2025-03-25T21:32:57.154Z | Downloaded tokio v1.43.0 |
373 | 2025-03-25T21:32:57.190Z | Downloaded icu_provider v1.5.0 |
374 | 2025-03-25T21:32:57.193Z | Downloaded bytes v1.10.1 |
375 | 2025-03-25T21:32:57.196Z | Downloaded serde_urlencoded v0.7.1 |
376 | 2025-03-25T21:32:57.199Z | Downloaded progenitor-macro v0.8.0 |
377 | 2025-03-25T21:32:57.199Z | Downloaded slog-term v2.9.1 |
378 | 2025-03-25T21:32:57.202Z | Downloaded multer v3.1.0 |
379 | 2025-03-25T21:32:57.205Z | Downloaded scopeguard v1.2.0 |
380 | 2025-03-25T21:32:57.205Z | Downloaded schemars_derive v0.8.22 |
381 | 2025-03-25T21:32:57.205Z | Downloaded parse-display-derive v0.10.0 |
382 | 2025-03-25T21:32:57.208Z | Downloaded lock_api v0.4.12 |
383 | 2025-03-25T21:32:57.208Z | Downloaded rand_core v0.6.4 |
384 | 2025-03-25T21:32:57.208Z | Downloaded native-tls v0.2.12 |
385 | 2025-03-25T21:32:57.211Z | Downloaded term v0.7.0 |
386 | 2025-03-25T21:32:57.214Z | Downloaded tokio-native-tls v0.3.1 |
387 | 2025-03-25T21:32:57.214Z | Downloaded thiserror-impl v1.0.69 |
388 | 2025-03-25T21:32:57.217Z | Downloaded darling_core v0.20.10 |
389 | 2025-03-25T21:32:57.220Z | Downloaded version_check v0.9.5 |
390 | 2025-03-25T21:32:57.223Z | Downloaded usdt-impl v0.5.0 |
391 | 2025-03-25T21:32:57.223Z | Downloaded crossbeam-utils v0.8.20 |
392 | 2025-03-25T21:32:57.226Z | Downloaded bitflags v2.6.0 |
393 | 2025-03-25T21:32:57.229Z | Downloaded usdt v0.5.0 |
394 | 2025-03-25T21:32:57.229Z | Downloaded iana-time-zone v0.1.61 |
395 | 2025-03-25T21:32:57.232Z | Downloaded form_urlencoded v1.2.1 |
396 | 2025-03-25T21:32:57.232Z | Downloaded displaydoc v0.2.5 |
397 | 2025-03-25T21:32:57.235Z | Downloaded daft-derive v0.1.2 |
398 | 2025-03-25T21:32:57.238Z | Downloaded daft v0.1.2 |
399 | 2025-03-25T21:32:57.241Z | Downloaded backoff v0.4.0 |
400 | 2025-03-25T21:32:57.242Z | Downloaded atomic-waker v1.1.2 |
401 | 2025-03-25T21:32:57.244Z | Downloaded crypto-common v0.1.6 |
402 | 2025-03-25T21:32:57.244Z | Downloaded camino v1.1.9 |
403 | 2025-03-25T21:32:57.244Z | Downloaded lazy_static v1.5.0 |
404 | 2025-03-25T21:32:57.248Z | Downloaded itoa v1.0.11 |
405 | 2025-03-25T21:32:57.248Z | Downloaded hyper-tls v0.6.0 |
406 | 2025-03-25T21:32:57.251Z | Downloaded futures-task v0.3.31 |
407 | 2025-03-25T21:32:57.251Z | Downloaded futures-io v0.3.31 |
408 | 2025-03-25T21:32:57.251Z | Downloaded futures-core v0.3.31 |
409 | 2025-03-25T21:32:57.254Z | Downloaded deranged v0.3.11 |
410 | 2025-03-25T21:32:57.294Z | Downloaded encoding_rs v0.8.34 |
411 | 2025-03-25T21:32:57.315Z | Downloaded ring v0.17.11 |
412 | 2025-03-25T21:32:57.482Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-25T21:32:57.482Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-25T21:32:57.485Z | Compiling libc v0.2.170 |
415 | 2025-03-25T21:32:57.485Z | Checking cfg-if v1.0.0 |
416 | 2025-03-25T21:32:57.485Z | Compiling autocfg v1.4.0 |
417 | 2025-03-25T21:32:57.485Z | Compiling serde v1.0.218 |
418 | 2025-03-25T21:32:57.485Z | Checking memchr v2.7.4 |
419 | 2025-03-25T21:32:57.503Z | Checking itoa v1.0.11 |
420 | 2025-03-25T21:32:57.622Z | Compiling serde_json v1.0.139 |
421 | 2025-03-25T21:32:57.726Z | Compiling thiserror v1.0.69 |
422 | 2025-03-25T21:32:58.247Z | Compiling shlex v1.3.0 |
423 | 2025-03-25T21:32:58.312Z | Checking pin-project-lite v0.2.14 |
424 | 2025-03-25T21:32:58.327Z | Checking once_cell v1.20.3 |
425 | 2025-03-25T21:32:58.421Z | Checking smallvec v1.14.0 |
426 | 2025-03-25T21:32:58.546Z | Compiling cc v1.2.15 |
427 | 2025-03-25T21:32:58.568Z | Checking ryu v1.0.18 |
428 | 2025-03-25T21:32:58.581Z | Checking bytes v1.10.1 |
429 | 2025-03-25T21:32:58.741Z | Compiling semver v1.0.25 |
430 | 2025-03-25T21:32:58.801Z | Compiling version_check v0.9.5 |
431 | 2025-03-25T21:32:58.896Z | Checking futures-core v0.3.31 |
432 | 2025-03-25T21:32:58.909Z | Compiling lock_api v0.4.12 |
433 | 2025-03-25T21:32:59.085Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-25T21:32:59.309Z | Checking equivalent v1.0.1 |
435 | 2025-03-25T21:32:59.371Z | Checking scopeguard v1.2.0 |
436 | 2025-03-25T21:32:59.428Z | Compiling quote v1.0.39 |
437 | 2025-03-25T21:32:59.459Z | Checking foldhash v0.1.3 |
438 | 2025-03-25T21:32:59.477Z | Checking getrandom v0.2.15 |
439 | 2025-03-25T21:32:59.524Z | Checking allocator-api2 v0.2.18 |
440 | 2025-03-25T21:32:59.706Z | Compiling slab v0.4.9 |
441 | 2025-03-25T21:32:59.776Z | Checking futures-sink v0.3.31 |
442 | 2025-03-25T21:32:59.931Z | Compiling syn v2.0.98 |
443 | 2025-03-25T21:32:59.948Z | Checking fnv v1.0.7 |
444 | 2025-03-25T21:33:00.022Z | Checking signal-hook-registry v1.4.2 |
445 | 2025-03-25T21:33:00.054Z | Checking parking_lot v0.12.3 |
446 | 2025-03-25T21:33:00.075Z | Checking mio v1.0.2 |
447 | 2025-03-25T21:33:00.158Z | Checking hashbrown v0.15.1 |
448 | 2025-03-25T21:33:00.226Z | Checking socket2 v0.5.8 |
449 | 2025-03-25T21:33:00.276Z | Checking log v0.4.22 |
450 | 2025-03-25T21:33:00.414Z | Compiling num-traits v0.2.19 |
451 | 2025-03-25T21:33:00.523Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-25T21:33:00.542Z | Checking futures-channel v0.3.31 |
453 | 2025-03-25T21:33:00.628Z | Checking pin-utils v0.1.0 |
454 | 2025-03-25T21:33:00.652Z | Compiling getrandom v0.3.1 |
455 | 2025-03-25T21:33:00.673Z | Checking futures-task v0.3.31 |
456 | 2025-03-25T21:33:00.713Z | Checking futures-io v0.3.31 |
457 | 2025-03-25T21:33:00.888Z | Checking http v1.2.0 |
458 | 2025-03-25T21:33:00.899Z | Compiling heck v0.5.0 |
459 | 2025-03-25T21:33:01.174Z | Compiling schemars v0.8.22 |
460 | 2025-03-25T21:33:01.308Z | Compiling vcpkg v0.2.15 |
461 | 2025-03-25T21:33:01.470Z | Compiling ring v0.17.11 |
462 | 2025-03-25T21:33:01.550Z | Checking rustls-pki-types v1.10.0 |
463 | 2025-03-25T21:33:01.587Z | Checking bitflags v2.6.0 |
464 | 2025-03-25T21:33:01.711Z | Checking iana-time-zone v0.1.61 |
465 | 2025-03-25T21:33:01.866Z | Compiling pkg-config v0.3.31 |
466 | 2025-03-25T21:33:02.134Z | Checking litemap v0.7.3 |
467 | 2025-03-25T21:33:02.439Z | Checking dyn-clone v1.0.19 |
468 | 2025-03-25T21:33:02.478Z | Checking writeable v0.5.5 |
469 | 2025-03-25T21:33:02.481Z | Compiling httparse v1.9.5 |
470 | 2025-03-25T21:33:02.578Z | Checking untrusted v0.9.0 |
471 | 2025-03-25T21:33:02.736Z | Checking tracing-core v0.1.32 |
472 | 2025-03-25T21:33:02.780Z | Checking atomic-waker v1.1.2 |
473 | 2025-03-25T21:33:02.858Z | Compiling ucd-trie v0.1.7 |
474 | 2025-03-25T21:33:02.881Z | Compiling openssl-sys v0.9.106 |
475 | 2025-03-25T21:33:03.004Z | Checking http-body v1.0.1 |
476 | 2025-03-25T21:33:03.150Z | Checking icu_locid_transform_data v1.5.0 |
477 | 2025-03-25T21:33:03.239Z | Checking zeroize v1.8.1 |
478 | 2025-03-25T21:33:03.277Z | Checking byteorder v1.5.0 |
479 | 2025-03-25T21:33:03.352Z | Checking tracing v0.1.40 |
480 | 2025-03-25T21:33:03.603Z | Checking subtle v2.6.1 |
481 | 2025-03-25T21:33:03.649Z | Checking try-lock v0.2.5 |
482 | 2025-03-25T21:33:03.797Z | Checking want v0.3.1 |
483 | 2025-03-25T21:33:03.951Z | Checking tower-service v0.3.3 |
484 | 2025-03-25T21:33:03.993Z | Checking foreign-types-shared v0.1.1 |
485 | 2025-03-25T21:33:04.008Z | Checking httpdate v1.0.3 |
486 | 2025-03-25T21:33:04.084Z | Compiling uuid v1.15.1 |
487 | 2025-03-25T21:33:04.131Z | Compiling openssl v0.10.71 |
488 | 2025-03-25T21:33:04.244Z | Compiling chrono v0.4.40 |
489 | 2025-03-25T21:33:04.257Z | Checking icu_properties_data v1.5.0 |
490 | 2025-03-25T21:33:04.310Z | Checking foreign-types v0.3.2 |
491 | 2025-03-25T21:33:04.463Z | Compiling regress v0.10.3 |
492 | 2025-03-25T21:33:04.584Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-25T21:33:04.642Z | Compiling native-tls v0.2.12 |
494 | 2025-03-25T21:33:04.732Z | Compiling slog v2.7.0 |
495 | 2025-03-25T21:33:05.020Z | Checking write16 v1.0.0 |
496 | 2025-03-25T21:33:05.214Z | Checking utf16_iter v1.0.5 |
497 | 2025-03-25T21:33:05.389Z | Checking utf8_iter v1.0.4 |
498 | 2025-03-25T21:33:05.470Z | Compiling regex-syntax v0.8.5 |
499 | 2025-03-25T21:33:05.489Z | Checking icu_normalizer_data v1.5.0 |
500 | 2025-03-25T21:33:05.576Z | Compiling rustls v0.23.19 |
501 | 2025-03-25T21:33:05.588Z | Checking percent-encoding v2.3.1 |
502 | 2025-03-25T21:33:05.800Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-25T21:33:06.011Z | Compiling typenum v1.17.0 |
504 | 2025-03-25T21:33:06.916Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-03-25T21:33:06.942Z | Compiling synstructure v0.13.1 |
506 | 2025-03-25T21:33:08.310Z | Checking openssl-probe v0.1.5 |
507 | 2025-03-25T21:33:08.859Z | Compiling generic-array v0.14.7 |
508 | 2025-03-25T21:33:09.121Z | Compiling regex-automata v0.4.8 |
509 | 2025-03-25T21:33:09.253Z | Checking encoding_rs v0.8.34 |
510 | 2025-03-25T21:33:09.729Z | Checking mime v0.3.17 |
511 | 2025-03-25T21:33:10.286Z | Checking rustls-webpki v0.102.8 |
512 | 2025-03-25T21:33:10.747Z | Checking rustls-pemfile v2.2.0 |
513 | 2025-03-25T21:33:10.825Z | Checking webpki-roots v0.26.6 |
514 | 2025-03-25T21:33:10.934Z | Compiling serde_derive v1.0.218 |
515 | 2025-03-25T21:33:10.955Z | Compiling thiserror-impl v1.0.69 |
516 | 2025-03-25T21:33:11.013Z | Compiling schemars_derive v0.8.22 |
517 | 2025-03-25T21:33:11.025Z | Compiling tokio-macros v2.5.0 |
518 | 2025-03-25T21:33:11.549Z | Compiling zerofrom-derive v0.1.4 |
519 | 2025-03-25T21:33:11.850Z | Compiling yoke-derive v0.7.4 |
520 | 2025-03-25T21:33:12.472Z | Checking tokio v1.43.0 |
521 | 2025-03-25T21:33:13.700Z | Compiling zerovec-derive v0.10.3 |
522 | 2025-03-25T21:33:13.760Z | Compiling futures-macro v0.3.31 |
523 | 2025-03-25T21:33:14.052Z | Compiling zerocopy-derive v0.7.35 |
524 | 2025-03-25T21:33:14.238Z | Compiling displaydoc v0.2.5 |
525 | 2025-03-25T21:33:14.516Z | Checking zerofrom v0.1.4 |
526 | 2025-03-25T21:33:14.732Z | Checking yoke v0.7.4 |
527 | 2025-03-25T21:33:15.071Z | Compiling icu_provider_macros v1.5.0 |
528 | 2025-03-25T21:33:15.546Z | Checking futures-util v0.3.31 |
529 | 2025-03-25T21:33:15.598Z | Compiling pest v2.7.14 |
530 | 2025-03-25T21:33:15.785Z | Compiling openssl-macros v0.1.1 |
531 | 2025-03-25T21:33:15.856Z | Checking zerocopy v0.7.35 |
532 | 2025-03-25T21:33:15.951Z | Checking zerovec v0.10.4 |
533 | 2025-03-25T21:33:16.101Z | Compiling regex v1.11.1 |
534 | 2025-03-25T21:33:17.446Z | Checking tinystr v0.7.6 |
535 | 2025-03-25T21:33:18.318Z | Checking icu_locid v1.5.0 |
536 | 2025-03-25T21:33:18.532Z | Compiling pest_meta v2.7.14 |
537 | 2025-03-25T21:33:19.100Z | Checking tokio-util v0.7.13 |
538 | 2025-03-25T21:33:19.291Z | Checking icu_provider v1.5.0 |
539 | 2025-03-25T21:33:19.881Z | Checking icu_collections v1.5.0 |
540 | 2025-03-25T21:33:19.895Z | Checking icu_locid_transform v1.5.0 |
541 | 2025-03-25T21:33:19.899Z | Compiling pest_generator v2.7.14 |
542 | 2025-03-25T21:33:20.541Z | Checking http-body-util v0.1.2 |
543 | 2025-03-25T21:33:20.892Z | Checking icu_properties v1.5.1 |
544 | 2025-03-25T21:33:20.975Z | Compiling scroll_derive v0.12.0 |
545 | 2025-03-25T21:33:21.592Z | Checking rand_core v0.6.4 |
546 | 2025-03-25T21:33:21.651Z | Checking tokio-rustls v0.26.0 |
547 | 2025-03-25T21:33:21.874Z | Compiling usdt-impl v0.5.0 |
548 | 2025-03-25T21:33:21.939Z | Checking tokio-native-tls v0.3.1 |
549 | 2025-03-25T21:33:22.028Z | Checking sync_wrapper v1.0.1 |
550 | 2025-03-25T21:33:22.102Z | Compiling pest_derive v2.7.14 |
551 | 2025-03-25T21:33:22.171Z | Compiling time-core v0.1.2 |
552 | 2025-03-25T21:33:22.188Z | Compiling rustix v0.38.37 |
553 | 2025-03-25T21:33:22.267Z | Checking indexmap v2.7.1 |
554 | 2025-03-25T21:33:22.839Z | Checking serde_urlencoded v0.7.1 |
555 | 2025-03-25T21:33:23.165Z | Compiling serde_tokenstream v0.2.2 |
556 | 2025-03-25T21:33:23.402Z | Checking h2 v0.4.6 |
557 | 2025-03-25T21:33:23.599Z | Checking powerfmt v0.2.0 |
558 | 2025-03-25T21:33:23.696Z | Checking base64 v0.22.1 |
559 | 2025-03-25T21:33:23.864Z | Compiling paste v1.0.15 |
560 | 2025-03-25T21:33:23.867Z | Checking tower-layer v0.3.3 |
561 | 2025-03-25T21:33:24.134Z | Compiling num-conv v0.1.0 |
562 | 2025-03-25T21:33:24.153Z | Checking icu_normalizer v1.5.0 |
563 | 2025-03-25T21:33:24.179Z | Checking tower v0.5.2 |
564 | 2025-03-25T21:33:24.393Z | Compiling time-macros v0.2.18 |
565 | 2025-03-25T21:33:24.408Z | Checking deranged v0.3.11 |
566 | 2025-03-25T21:33:24.566Z | Compiling dtrace-parser v0.2.0 |
567 | 2025-03-25T21:33:24.927Z | Checking idna_adapter v1.2.0 |
568 | 2025-03-25T21:33:25.139Z | Checking idna v1.0.3 |
569 | 2025-03-25T21:33:25.229Z | Compiling dof v0.3.0 |
570 | 2025-03-25T21:33:25.617Z | Checking url v2.5.3 |
571 | 2025-03-25T21:33:25.826Z | Checking scroll v0.12.0 |
572 | 2025-03-25T21:33:26.019Z | Checking ppv-lite86 v0.2.20 |
573 | 2025-03-25T21:33:26.262Z | Compiling structmeta-derive v0.3.0 |
574 | 2025-03-25T21:33:26.430Z | Compiling thread-id v4.2.2 |
575 | 2025-03-25T21:33:26.639Z | Checking errno v0.3.9 |
576 | 2025-03-25T21:33:26.739Z | Compiling typify-impl v0.2.0 |
577 | 2025-03-25T21:33:26.809Z | Checking ipnet v2.11.0 |
578 | 2025-03-25T21:33:27.168Z | Checking plain v0.2.3 |
579 | 2025-03-25T21:33:27.247Z | Compiling crossbeam-utils v0.8.20 |
580 | 2025-03-25T21:33:27.320Z | Compiling rustversion v1.0.17 |
581 | 2025-03-25T21:33:27.345Z | Compiling ident_case v1.0.1 |
582 | 2025-03-25T21:33:27.641Z | Checking hyper v1.6.0 |
583 | 2025-03-25T21:33:27.754Z | Checking num_threads v0.1.7 |
584 | 2025-03-25T21:33:27.767Z | Compiling strsim v0.11.1 |
585 | 2025-03-25T21:33:27.874Z | Compiling newtype-uuid v1.2.1 |
586 | 2025-03-25T21:33:28.222Z | Compiling darling_core v0.20.10 |
587 | 2025-03-25T21:33:28.466Z | Checking time v0.3.36 |
588 | 2025-03-25T21:33:28.590Z | Compiling structmeta v0.3.0 |
589 | 2025-03-25T21:33:29.111Z | Checking goblin v0.8.2 |
590 | 2025-03-25T21:33:29.517Z | Checking hyper-util v0.1.10 |
591 | 2025-03-25T21:33:30.766Z | Checking rand_chacha v0.3.1 |
592 | 2025-03-25T21:33:31.119Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-25T21:33:31.152Z | Checking hyper-rustls v0.27.3 |
594 | 2025-03-25T21:33:31.398Z | Checking ipnetwork v0.21.1 |
595 | 2025-03-25T21:33:31.485Z | Checking reqwest v0.12.12 |
596 | 2025-03-25T21:33:31.506Z | Compiling openapiv3 v2.0.0 |
597 | 2025-03-25T21:33:32.563Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-03-25T21:33:32.773Z | Compiling unsafe-libyaml v0.2.11 |
599 | 2025-03-25T21:33:32.976Z | Checking fastrand v2.1.1 |
600 | 2025-03-25T21:33:33.127Z | Compiling omicron-workspace-hack v0.1.0 |
601 | 2025-03-25T21:33:33.279Z | Compiling thiserror v2.0.12 |
602 | 2025-03-25T21:33:33.386Z | Compiling rustls v0.22.4 |
603 | 2025-03-25T21:33:33.477Z | Checking pretty-hex v0.4.1 |
604 | 2025-03-25T21:33:33.693Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-25T21:33:33.753Z | Checking tempfile v3.13.0 |
606 | 2025-03-25T21:33:34.065Z | Compiling serde_yaml v0.9.34+deprecated |
607 | 2025-03-25T21:33:34.363Z | Checking dirs-next v2.0.0 |
608 | 2025-03-25T21:33:34.435Z | Checking oxnet v0.1.1 |
609 | 2025-03-25T21:33:34.493Z | Checking rand v0.8.5 |
610 | 2025-03-25T21:33:35.259Z | Checking block-buffer v0.10.4 |
611 | 2025-03-25T21:33:35.304Z | Checking crypto-common v0.1.6 |
612 | 2025-03-25T21:33:35.344Z | Checking toml_datetime v0.6.8 |
613 | 2025-03-25T21:33:35.369Z | Checking serde_spanned v0.6.8 |
614 | 2025-03-25T21:33:35.460Z | Compiling thiserror-impl v2.0.12 |
615 | 2025-03-25T21:33:35.473Z | Compiling daft-derive v0.1.2 |
616 | 2025-03-25T21:33:35.565Z | Checking wait-timeout v0.2.0 |
617 | 2025-03-25T21:33:35.700Z | Compiling multer v3.1.0 |
618 | 2025-03-25T21:33:35.738Z | Checking thread_local v1.1.8 |
619 | 2025-03-25T21:33:35.762Z | Checking quick-error v1.2.3 |
620 | 2025-03-25T21:33:35.911Z | Compiling camino v1.1.9 |
621 | 2025-03-25T21:33:35.958Z | Checking winnow v0.7.3 |
622 | 2025-03-25T21:33:36.017Z | Checking match_cfg v0.1.0 |
623 | 2025-03-25T21:33:36.062Z | Compiling slog-async v2.8.0 |
624 | 2025-03-25T21:33:36.109Z | Checking bit-vec v0.8.0 |
625 | 2025-03-25T21:33:36.479Z | Compiling anyhow v1.0.97 |
626 | 2025-03-25T21:33:36.496Z | Checking bit-set v0.8.0 |
627 | 2025-03-25T21:33:36.696Z | Checking hostname v0.3.1 |
628 | 2025-03-25T21:33:36.817Z | Compiling strum_macros v0.26.4 |
629 | 2025-03-25T21:33:36.830Z | Checking rusty-fork v0.3.0 |
630 | 2025-03-25T21:33:36.949Z | Checking daft v0.1.2 |
631 | 2025-03-25T21:33:37.123Z | Checking digest v0.10.7 |
632 | 2025-03-25T21:33:37.343Z | Checking crossbeam-channel v0.5.13 |
633 | 2025-03-25T21:33:37.437Z | Compiling darling v0.20.10 |
634 | 2025-03-25T21:33:37.453Z | Checking term v0.7.0 |
635 | 2025-03-25T21:33:37.665Z | Checking progenitor-client v0.8.0 |
636 | 2025-03-25T21:33:37.799Z | Compiling typify-macro v0.2.0 |
637 | 2025-03-25T21:33:37.854Z | Compiling usdt-macro v0.5.0 |
638 | 2025-03-25T21:33:37.958Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2025-03-25T21:33:38.022Z | Checking slog-json v2.6.1 |
640 | 2025-03-25T21:33:38.275Z | Compiling parse-display-derive v0.10.0 |
641 | 2025-03-25T21:33:38.344Z | Checking hex v0.4.3 |
642 | 2025-03-25T21:33:38.696Z | Checking toml_edit v0.22.24 |
643 | 2025-03-25T21:33:38.823Z | Checking rand_xorshift v0.3.0 |
644 | 2025-03-25T21:33:39.000Z | Checking futures-executor v0.3.31 |
645 | 2025-03-25T21:33:39.135Z | Compiling async-stream-impl v0.3.6 |
646 | 2025-03-25T21:33:39.238Z | Checking memmap v0.7.0 |
647 | 2025-03-25T21:33:39.312Z | Checking is-terminal v0.4.13 |
648 | 2025-03-25T21:33:39.443Z | Compiling dropshot v0.16.0 |
649 | 2025-03-25T21:33:39.458Z | Checking take_mut v0.2.2 |
650 | 2025-03-25T21:33:39.595Z | Checking cpufeatures v0.2.14 |
651 | 2025-03-25T21:33:39.695Z | Checking unarray v0.1.4 |
652 | 2025-03-25T21:33:39.797Z | Checking lazy_static v1.5.0 |
653 | 2025-03-25T21:33:39.847Z | Checking spin v0.9.8 |
654 | 2025-03-25T21:33:39.929Z | Checking proptest v1.6.0 |
655 | 2025-03-25T21:33:40.395Z | Checking async-stream v0.3.6 |
656 | 2025-03-25T21:33:40.420Z | Checking sha1 v0.10.6 |
657 | 2025-03-25T21:33:40.692Z | Checking usdt v0.5.0 |
658 | 2025-03-25T21:33:40.755Z | Checking strum v0.26.3 |
659 | 2025-03-25T21:33:40.860Z | Checking tokio-rustls v0.25.0 |
660 | 2025-03-25T21:33:40.874Z | Checking slog-term v2.9.1 |
661 | 2025-03-25T21:33:40.909Z | Checking futures v0.3.31 |
662 | 2025-03-25T21:33:40.923Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
663 | 2025-03-25T21:33:40.959Z | Compiling typify v0.2.0 |
664 | 2025-03-25T21:33:41.061Z | Compiling progenitor-impl v0.8.0 |
665 | 2025-03-25T21:33:41.077Z | Checking slog-bunyan v2.5.0 |
666 | 2025-03-25T21:33:41.186Z | Compiling serde_with_macros v3.12.0 |
667 | 2025-03-25T21:33:41.398Z | Checking toml v0.8.20 |
668 | 2025-03-25T21:33:41.686Z | Checking parse-display v0.10.0 |
669 | 2025-03-25T21:33:41.703Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-25T21:33:41.880Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-25T21:33:41.914Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-25T21:33:42.106Z | Compiling async-trait v0.1.87 |
673 | 2025-03-25T21:33:42.506Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
674 | 2025-03-25T21:33:42.999Z | Checking waitgroup v0.1.2 |
675 | 2025-03-25T21:33:43.147Z | Checking hostname v0.4.0 |
676 | 2025-03-25T21:33:43.290Z | Checking instant v0.1.13 |
677 | 2025-03-25T21:33:43.302Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-25T21:33:43.403Z | Checking backoff v0.4.0 |
679 | 2025-03-25T21:33:43.442Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-25T21:33:43.539Z | Checking serde_with v3.12.0 |
681 | 2025-03-25T21:33:43.592Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
682 | 2025-03-25T21:33:43.675Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
683 | 2025-03-25T21:33:43.894Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-25T21:33:44.091Z | Checking macaddr v1.0.1 |
685 | 2025-03-25T21:33:44.695Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
686 | 2025-03-25T21:33:45.032Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-25T21:33:48.473Z | Checking progenitor v0.8.0 |
688 | 2025-03-25T21:33:48.582Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-25T21:33:51.268Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-25T21:33:58.511Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-25T21:33:58.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
692 | 2025-03-25T21:33:58.691Z | + cargo build --release |
693 | 2025-03-25T21:33:58.927Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-25T21:33:58.927Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-25T21:33:58.980Z | Compiling libc v0.2.170 |
696 | 2025-03-25T21:33:58.980Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-25T21:33:58.980Z | Compiling autocfg v1.4.0 |
698 | 2025-03-25T21:33:58.980Z | Compiling serde v1.0.218 |
699 | 2025-03-25T21:33:58.980Z | Compiling memchr v2.7.4 |
700 | 2025-03-25T21:33:59.002Z | Compiling serde_json v1.0.139 |
701 | 2025-03-25T21:33:59.044Z | Compiling itoa v1.0.11 |
702 | 2025-03-25T21:33:59.261Z | Compiling thiserror v1.0.69 |
703 | 2025-03-25T21:33:59.316Z | Compiling shlex v1.3.0 |
704 | 2025-03-25T21:33:59.624Z | Compiling cc v1.2.15 |
705 | 2025-03-25T21:33:59.642Z | Compiling pin-project-lite v0.2.14 |
706 | 2025-03-25T21:33:59.751Z | Compiling once_cell v1.20.3 |
707 | 2025-03-25T21:33:59.784Z | Compiling smallvec v1.14.0 |
708 | 2025-03-25T21:34:00.108Z | Compiling ryu v1.0.18 |
709 | 2025-03-25T21:34:00.252Z | Compiling bytes v1.10.1 |
710 | 2025-03-25T21:34:00.286Z | Compiling semver v1.0.25 |
711 | 2025-03-25T21:34:00.471Z | Compiling futures-core v0.3.31 |
712 | 2025-03-25T21:34:00.703Z | Compiling quote v1.0.39 |
713 | 2025-03-25T21:34:00.715Z | Compiling version_check v0.9.5 |
714 | 2025-03-25T21:34:00.787Z | Compiling lock_api v0.4.12 |
715 | 2025-03-25T21:34:01.104Z | Compiling syn v2.0.98 |
716 | 2025-03-25T21:34:01.171Z | Compiling parking_lot_core v0.9.10 |
717 | 2025-03-25T21:34:01.259Z | Compiling getrandom v0.2.15 |
718 | 2025-03-25T21:34:01.278Z | Compiling scopeguard v1.2.0 |
719 | 2025-03-25T21:34:01.379Z | Compiling foldhash v0.1.3 |
720 | 2025-03-25T21:34:01.425Z | Compiling allocator-api2 v0.2.18 |
721 | 2025-03-25T21:34:01.591Z | Compiling equivalent v1.0.1 |
722 | 2025-03-25T21:34:01.746Z | Compiling slab v0.4.9 |
723 | 2025-03-25T21:34:02.059Z | Compiling futures-sink v0.3.31 |
724 | 2025-03-25T21:34:02.108Z | Compiling fnv v1.0.7 |
725 | 2025-03-25T21:34:02.150Z | Compiling hashbrown v0.15.1 |
726 | 2025-03-25T21:34:02.213Z | Compiling parking_lot v0.12.3 |
727 | 2025-03-25T21:34:02.241Z | Compiling signal-hook-registry v1.4.2 |
728 | 2025-03-25T21:34:02.327Z | Compiling mio v1.0.2 |
729 | 2025-03-25T21:34:02.437Z | Compiling socket2 v0.5.8 |
730 | 2025-03-25T21:34:02.450Z | Compiling log v0.4.22 |
731 | 2025-03-25T21:34:02.762Z | Compiling num-traits v0.2.19 |
732 | 2025-03-25T21:34:02.863Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-25T21:34:02.966Z | Compiling ring v0.17.11 |
734 | 2025-03-25T21:34:03.366Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-25T21:34:03.601Z | Compiling pin-utils v0.1.0 |
736 | 2025-03-25T21:34:03.693Z | Compiling getrandom v0.3.1 |
737 | 2025-03-25T21:34:03.727Z | Compiling futures-io v0.3.31 |
738 | 2025-03-25T21:34:03.815Z | Compiling futures-task v0.3.31 |
739 | 2025-03-25T21:34:04.052Z | Compiling http v1.2.0 |
740 | 2025-03-25T21:34:04.140Z | Compiling bitflags v2.6.0 |
741 | 2025-03-25T21:34:04.169Z | Compiling vcpkg v0.2.15 |
742 | 2025-03-25T21:34:04.307Z | Compiling heck v0.5.0 |
743 | 2025-03-25T21:34:04.699Z | Compiling schemars v0.8.22 |
744 | 2025-03-25T21:34:04.807Z | Compiling rustls-pki-types v1.10.0 |
745 | 2025-03-25T21:34:04.860Z | Compiling iana-time-zone v0.1.61 |
746 | 2025-03-25T21:34:05.095Z | Compiling pkg-config v0.3.31 |
747 | 2025-03-25T21:34:05.967Z | Compiling dyn-clone v1.0.19 |
748 | 2025-03-25T21:34:05.989Z | Compiling untrusted v0.9.0 |
749 | 2025-03-25T21:34:06.112Z | Compiling openssl-sys v0.9.106 |
750 | 2025-03-25T21:34:06.181Z | Compiling litemap v0.7.3 |
751 | 2025-03-25T21:34:06.188Z | Compiling httparse v1.9.5 |
752 | 2025-03-25T21:34:06.522Z | Compiling writeable v0.5.5 |
753 | 2025-03-25T21:34:06.877Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-25T21:34:07.180Z | Compiling atomic-waker v1.1.2 |
755 | 2025-03-25T21:34:07.193Z | Compiling ucd-trie v0.1.7 |
756 | 2025-03-25T21:34:07.546Z | Compiling http-body v1.0.1 |
757 | 2025-03-25T21:34:07.603Z | Compiling tracing v0.1.40 |
758 | 2025-03-25T21:34:08.149Z | Compiling synstructure v0.13.1 |
759 | 2025-03-25T21:34:08.290Z | Compiling serde_derive_internals v0.29.1 |
760 | 2025-03-25T21:34:08.298Z | Compiling byteorder v1.5.0 |
761 | 2025-03-25T21:34:08.438Z | Compiling icu_locid_transform_data v1.5.0 |
762 | 2025-03-25T21:34:08.781Z | Compiling zeroize v1.8.1 |
763 | 2025-03-25T21:34:08.921Z | Compiling subtle v2.6.1 |
764 | 2025-03-25T21:34:09.107Z | Compiling try-lock v0.2.5 |
765 | 2025-03-25T21:34:09.230Z | Compiling want v0.3.1 |
766 | 2025-03-25T21:34:09.250Z | Compiling chrono v0.4.40 |
767 | 2025-03-25T21:34:09.257Z | Compiling tower-service v0.3.3 |
768 | 2025-03-25T21:34:09.269Z | Compiling foreign-types-shared v0.1.1 |
769 | 2025-03-25T21:34:09.372Z | Compiling httpdate v1.0.3 |
770 | 2025-03-25T21:34:09.561Z | Compiling icu_properties_data v1.5.0 |
771 | 2025-03-25T21:34:09.633Z | Compiling openssl v0.10.71 |
772 | 2025-03-25T21:34:09.799Z | Compiling uuid v1.15.1 |
773 | 2025-03-25T21:34:10.135Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-25T21:34:10.150Z | Compiling regress v0.10.3 |
775 | 2025-03-25T21:34:10.339Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-25T21:34:11.034Z | Compiling slog v2.7.0 |
777 | 2025-03-25T21:34:11.528Z | Compiling utf16_iter v1.0.5 |
778 | 2025-03-25T21:34:11.538Z | Compiling rustls v0.23.19 |
779 | 2025-03-25T21:34:11.751Z | Compiling native-tls v0.2.12 |
780 | 2025-03-25T21:34:12.093Z | Compiling write16 v1.0.0 |
781 | 2025-03-25T21:34:12.104Z | Compiling serde_derive v1.0.218 |
782 | 2025-03-25T21:34:12.149Z | Compiling thiserror-impl v1.0.69 |
783 | 2025-03-25T21:34:12.184Z | Compiling schemars_derive v0.8.22 |
784 | 2025-03-25T21:34:12.221Z | Compiling tokio-macros v2.5.0 |
785 | 2025-03-25T21:34:13.658Z | Compiling zerofrom-derive v0.1.4 |
786 | 2025-03-25T21:34:13.799Z | Compiling tokio v1.43.0 |
787 | 2025-03-25T21:34:13.978Z | Compiling yoke-derive v0.7.4 |
788 | 2025-03-25T21:34:14.293Z | Compiling zerocopy-derive v0.7.35 |
789 | 2025-03-25T21:34:14.501Z | Compiling zerovec-derive v0.10.3 |
790 | 2025-03-25T21:34:14.893Z | Compiling futures-macro v0.3.31 |
791 | 2025-03-25T21:34:14.899Z | Compiling displaydoc v0.2.5 |
792 | 2025-03-25T21:34:16.342Z | Compiling icu_provider_macros v1.5.0 |
793 | 2025-03-25T21:34:16.382Z | Compiling pest v2.7.14 |
794 | 2025-03-25T21:34:16.702Z | Compiling zerofrom v0.1.4 |
795 | 2025-03-25T21:34:16.738Z | Compiling futures-util v0.3.31 |
796 | 2025-03-25T21:34:16.923Z | Compiling yoke v0.7.4 |
797 | 2025-03-25T21:34:16.930Z | Compiling zerocopy v0.7.35 |
798 | 2025-03-25T21:34:17.274Z | Compiling zerovec v0.10.4 |
799 | 2025-03-25T21:34:17.418Z | Compiling openssl-macros v0.1.1 |
800 | 2025-03-25T21:34:18.266Z | Compiling utf8_iter v1.0.4 |
801 | 2025-03-25T21:34:18.334Z | Compiling regex-syntax v0.8.5 |
802 | 2025-03-25T21:34:18.495Z | Compiling icu_normalizer_data v1.5.0 |
803 | 2025-03-25T21:34:18.594Z | Compiling percent-encoding v2.3.1 |
804 | 2025-03-25T21:34:19.194Z | Compiling rustls-webpki v0.102.8 |
805 | 2025-03-25T21:34:20.079Z | Compiling tinystr v0.7.6 |
806 | 2025-03-25T21:34:20.470Z | Compiling icu_locid v1.5.0 |
807 | 2025-03-25T21:34:22.849Z | Compiling tokio-util v0.7.13 |
808 | 2025-03-25T21:34:23.640Z | Compiling icu_provider v1.5.0 |
809 | 2025-03-25T21:34:23.657Z | Compiling icu_collections v1.5.0 |
810 | 2025-03-25T21:34:24.976Z | Compiling indexmap v2.7.1 |
811 | 2025-03-25T21:34:26.608Z | Compiling serde_tokenstream v0.2.2 |
812 | 2025-03-25T21:34:27.142Z | Compiling h2 v0.4.6 |
813 | 2025-03-25T21:34:27.145Z | Compiling icu_locid_transform v1.5.0 |
814 | 2025-03-25T21:34:27.391Z | Compiling pest_meta v2.7.14 |
815 | 2025-03-25T21:34:27.929Z | Compiling regex-automata v0.4.8 |
816 | 2025-03-25T21:34:30.525Z | Compiling pest_generator v2.7.14 |
817 | 2025-03-25T21:34:30.942Z | Compiling icu_properties v1.5.1 |
818 | 2025-03-25T21:34:32.200Z | Compiling pest_derive v2.7.14 |
819 | 2025-03-25T21:34:32.839Z | Compiling hyper v1.6.0 |
820 | 2025-03-25T21:34:33.097Z | Compiling typify-impl v0.2.0 |
821 | 2025-03-25T21:34:34.601Z | Compiling form_urlencoded v1.2.1 |
822 | 2025-03-25T21:34:35.099Z | Compiling icu_normalizer v1.5.0 |
823 | 2025-03-25T21:34:37.244Z | Compiling hyper-util v0.1.10 |
824 | 2025-03-25T21:34:42.478Z | Compiling openssl-probe v0.1.5 |
825 | 2025-03-25T21:34:42.909Z | Compiling typenum v1.17.0 |
826 | 2025-03-25T21:34:42.964Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-25T21:34:44.175Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-25T21:34:44.342Z | Compiling regex v1.11.1 |
829 | 2025-03-25T21:34:44.403Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-25T21:34:44.557Z | Compiling generic-array v0.14.7 |
831 | 2025-03-25T21:34:44.922Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-25T21:34:45.188Z | Compiling mime v0.3.17 |
833 | 2025-03-25T21:34:46.262Z | Compiling idna v1.0.3 |
834 | 2025-03-25T21:34:49.526Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-25T21:34:50.471Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-25T21:34:51.024Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-25T21:34:51.568Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-25T21:34:52.772Z | Compiling rustls-pemfile v2.2.0 |
839 | 2025-03-25T21:34:53.021Z | Compiling webpki-roots v0.26.6 |
840 | 2025-03-25T21:34:53.231Z | Compiling rand_core v0.6.4 |
841 | 2025-03-25T21:34:53.247Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-25T21:34:53.659Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-25T21:34:53.700Z | Compiling base64 v0.22.1 |
844 | 2025-03-25T21:34:53.816Z | Compiling time-core v0.1.2 |
845 | 2025-03-25T21:34:53.984Z | Compiling rustix v0.38.37 |
846 | 2025-03-25T21:34:54.628Z | Compiling num-conv v0.1.0 |
847 | 2025-03-25T21:34:54.783Z | Compiling tower-layer v0.3.3 |
848 | 2025-03-25T21:34:54.893Z | Compiling paste v1.0.15 |
849 | 2025-03-25T21:34:55.193Z | Compiling powerfmt v0.2.0 |
850 | 2025-03-25T21:34:55.450Z | Compiling tower v0.5.2 |
851 | 2025-03-25T21:34:55.687Z | Compiling deranged v0.3.11 |
852 | 2025-03-25T21:34:55.996Z | Compiling time-macros v0.2.18 |
853 | 2025-03-25T21:34:56.618Z | Compiling hyper-rustls v0.27.3 |
854 | 2025-03-25T21:34:57.373Z | Compiling scroll v0.12.0 |
855 | 2025-03-25T21:34:57.983Z | Compiling thread-id v4.2.2 |
856 | 2025-03-25T21:34:58.087Z | Compiling hyper-tls v0.6.0 |
857 | 2025-03-25T21:34:58.807Z | Compiling dof v0.3.0 |
858 | 2025-03-25T21:34:58.833Z | Compiling url v2.5.3 |
859 | 2025-03-25T21:34:59.345Z | Compiling dtrace-parser v0.2.0 |
860 | 2025-03-25T21:34:59.564Z | Compiling ppv-lite86 v0.2.20 |
861 | 2025-03-25T21:34:59.859Z | Compiling structmeta-derive v0.3.0 |
862 | 2025-03-25T21:35:00.807Z | Compiling errno v0.3.9 |
863 | 2025-03-25T21:35:01.201Z | Compiling plain v0.2.3 |
864 | 2025-03-25T21:35:01.629Z | Compiling ident_case v1.0.1 |
865 | 2025-03-25T21:35:02.282Z | Compiling rustversion v1.0.17 |
866 | 2025-03-25T21:35:02.346Z | Compiling num_threads v0.1.7 |
867 | 2025-03-25T21:35:02.462Z | Compiling crossbeam-utils v0.8.20 |
868 | 2025-03-25T21:35:02.960Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2025-03-25T21:35:03.199Z | Compiling newtype-uuid v1.2.1 |
870 | 2025-03-25T21:35:03.308Z | Compiling ipnet v2.11.0 |
871 | 2025-03-25T21:35:03.543Z | Compiling strsim v0.11.1 |
872 | 2025-03-25T21:35:04.158Z | Compiling darling_core v0.20.10 |
873 | 2025-03-25T21:35:04.633Z | Compiling reqwest v0.12.12 |
874 | 2025-03-25T21:35:06.348Z | Compiling time v0.3.36 |
875 | 2025-03-25T21:35:09.339Z | Compiling structmeta v0.3.0 |
876 | 2025-03-25T21:35:09.689Z | Compiling goblin v0.8.2 |
877 | 2025-03-25T21:35:15.112Z | Compiling rand_chacha v0.3.1 |
878 | 2025-03-25T21:35:16.889Z | Compiling openapiv3 v2.0.0 |
879 | 2025-03-25T21:35:17.725Z | Compiling typify v0.2.0 |
880 | 2025-03-25T21:35:17.803Z | Compiling ipnetwork v0.21.1 |
881 | 2025-03-25T21:35:21.225Z | Compiling dirs-sys-next v0.1.2 |
882 | 2025-03-25T21:35:22.264Z | Compiling pretty-hex v0.4.1 |
883 | 2025-03-25T21:35:22.288Z | Compiling fastrand v2.1.1 |
884 | 2025-03-25T21:35:22.514Z | Compiling thiserror v2.0.12 |
885 | 2025-03-25T21:35:22.955Z | Compiling unsafe-libyaml v0.2.11 |
886 | 2025-03-25T21:35:23.122Z | Compiling rustls v0.22.4 |
887 | 2025-03-25T21:35:23.613Z | Compiling tempfile v3.13.0 |
888 | 2025-03-25T21:35:24.599Z | Compiling serde_yaml v0.9.34+deprecated |
889 | 2025-03-25T21:35:25.428Z | Compiling dirs-next v2.0.0 |
890 | 2025-03-25T21:35:25.823Z | Compiling progenitor-impl v0.8.0 |
891 | 2025-03-25T21:35:27.732Z | Compiling oxnet v0.1.1 |
892 | 2025-03-25T21:35:27.939Z | Compiling rand v0.8.5 |
893 | 2025-03-25T21:35:30.153Z | Compiling darling_macro v0.20.10 |
894 | 2025-03-25T21:35:32.564Z | Compiling crypto-common v0.1.6 |
895 | 2025-03-25T21:35:32.745Z | Compiling block-buffer v0.10.4 |
896 | 2025-03-25T21:35:32.791Z | Compiling toml_datetime v0.6.8 |
897 | 2025-03-25T21:35:33.000Z | Compiling serde_spanned v0.6.8 |
898 | 2025-03-25T21:35:33.242Z | Compiling thiserror-impl v2.0.12 |
899 | 2025-03-25T21:35:33.312Z | Compiling daft-derive v0.1.2 |
900 | 2025-03-25T21:35:33.492Z | Compiling multer v3.1.0 |
901 | 2025-03-25T21:35:33.716Z | Compiling wait-timeout v0.2.0 |
902 | 2025-03-25T21:35:33.869Z | Compiling thread_local v1.1.8 |
903 | 2025-03-25T21:35:34.601Z | Compiling slog-async v2.8.0 |
904 | 2025-03-25T21:35:34.714Z | Compiling quick-error v1.2.3 |
905 | 2025-03-25T21:35:34.856Z | Compiling bit-vec v0.8.0 |
906 | 2025-03-25T21:35:34.864Z | Compiling winnow v0.7.3 |
907 | 2025-03-25T21:35:35.109Z | Compiling match_cfg v0.1.0 |
908 | 2025-03-25T21:35:35.204Z | Compiling anyhow v1.0.97 |
909 | 2025-03-25T21:35:35.425Z | Compiling camino v1.1.9 |
910 | 2025-03-25T21:35:35.976Z | Compiling bit-set v0.8.0 |
911 | 2025-03-25T21:35:36.107Z | Compiling hostname v0.3.1 |
912 | 2025-03-25T21:35:36.176Z | Compiling daft v0.1.2 |
913 | 2025-03-25T21:35:36.206Z | Compiling rusty-fork v0.3.0 |
914 | 2025-03-25T21:35:36.357Z | Compiling digest v0.10.7 |
915 | 2025-03-25T21:35:36.620Z | Compiling strum_macros v0.26.4 |
916 | 2025-03-25T21:35:36.770Z | Compiling crossbeam-channel v0.5.13 |
917 | 2025-03-25T21:35:38.212Z | Compiling progenitor-macro v0.8.0 |
918 | 2025-03-25T21:35:39.091Z | Compiling toml_edit v0.22.24 |
919 | 2025-03-25T21:35:40.848Z | Compiling darling v0.20.10 |
920 | 2025-03-25T21:35:40.954Z | Compiling term v0.7.0 |
921 | 2025-03-25T21:35:45.793Z | Compiling usdt-attr-macro v0.5.0 |
922 | 2025-03-25T21:35:46.125Z | Compiling usdt-macro v0.5.0 |
923 | 2025-03-25T21:35:47.154Z | Compiling parse-display-derive v0.10.0 |
924 | 2025-03-25T21:35:47.220Z | Compiling slog-json v2.6.1 |
925 | 2025-03-25T21:35:47.346Z | Compiling progenitor-client v0.8.0 |
926 | 2025-03-25T21:35:47.702Z | Compiling rand_xorshift v0.3.0 |
927 | 2025-03-25T21:35:47.981Z | Compiling hex v0.4.3 |
928 | 2025-03-25T21:35:48.184Z | Compiling futures-executor v0.3.31 |
929 | 2025-03-25T21:35:48.551Z | Compiling async-stream-impl v0.3.6 |
930 | 2025-03-25T21:35:48.632Z | Compiling dropshot v0.16.0 |
931 | 2025-03-25T21:35:49.009Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-25T21:35:49.142Z | Compiling memmap v0.7.0 |
933 | 2025-03-25T21:35:49.223Z | Compiling cpufeatures v0.2.14 |
934 | 2025-03-25T21:35:49.319Z | Compiling take_mut v0.2.2 |
935 | 2025-03-25T21:35:49.485Z | Compiling spin v0.9.8 |
936 | 2025-03-25T21:35:49.546Z | Compiling lazy_static v1.5.0 |
937 | 2025-03-25T21:35:49.662Z | Compiling unarray v0.1.4 |
938 | 2025-03-25T21:35:49.801Z | Compiling async-stream v0.3.6 |
939 | 2025-03-25T21:35:49.836Z | Compiling proptest v1.6.0 |
940 | 2025-03-25T21:35:50.136Z | Compiling tokio-rustls v0.25.0 |
941 | 2025-03-25T21:35:50.695Z | Compiling parse-display v0.10.0 |
942 | 2025-03-25T21:35:52.418Z | Compiling usdt v0.5.0 |
943 | 2025-03-25T21:35:52.732Z | Compiling sha1 v0.10.6 |
944 | 2025-03-25T21:35:53.534Z | Compiling slog-term v2.9.1 |
945 | 2025-03-25T21:35:53.819Z | Compiling progenitor v0.8.0 |
946 | 2025-03-25T21:35:53.831Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
947 | 2025-03-25T21:35:54.002Z | Compiling futures v0.3.31 |
948 | 2025-03-25T21:35:54.095Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-03-25T21:35:54.108Z | Compiling toml v0.8.20 |
950 | 2025-03-25T21:35:54.383Z | Compiling serde_with_macros v3.12.0 |
951 | 2025-03-25T21:35:56.331Z | Compiling strum v0.26.3 |
952 | 2025-03-25T21:35:57.997Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-25T21:35:58.100Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-25T21:36:01.165Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-25T21:36:01.265Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-25T21:36:02.013Z | Compiling async-trait v0.1.87 |
957 | 2025-03-25T21:36:02.089Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-25T21:36:02.108Z | Compiling hostname v0.4.0 |
959 | 2025-03-25T21:36:02.158Z | Compiling instant v0.1.13 |
960 | 2025-03-25T21:36:02.314Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-25T21:36:02.322Z | Compiling backoff v0.4.0 |
962 | 2025-03-25T21:36:02.361Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-25T21:36:02.487Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
964 | 2025-03-25T21:36:02.640Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
965 | 2025-03-25T21:36:02.695Z | Compiling serde_with v3.12.0 |
966 | 2025-03-25T21:36:06.002Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-25T21:36:06.836Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-25T21:36:06.883Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-25T21:36:07.620Z | Compiling macaddr v1.0.1 |
970 | 2025-03-25T21:36:10.955Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-25T21:36:21.776Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-25T21:36:31.368Z | Finished `release` profile [optimized] target(s) in 2m 32s |
973 | 2025-03-25T21:36:31.439Z | process exited: duration 219444 ms, exit code 0 |
|
974 | 2025-03-25T21:36:31.446Z | found 0 output files |