|
|
|
1 | 2025-02-13T04:23:00.549Z | job assigned to worker 01JKYRP3Z2YQ3GDF630VN76X4F [factory aws, i-0b9d04e57b58b3496] (queued for 1 m 3 s) |
|
2 | 2025-02-13T04:23:08.508Z | starting task 0: "setup" |
3 | 2025-02-13T04:23:08.515Z | ++ uname -s |
4 | 2025-02-13T04:23:08.518Z | + kern=SunOS |
5 | 2025-02-13T04:23:08.518Z | + build_user=build |
6 | 2025-02-13T04:23:08.518Z | + build_uid=12345 |
7 | 2025-02-13T04:23:08.518Z | + work_dir=/work |
8 | 2025-02-13T04:23:08.518Z | + input_dir=/input |
9 | 2025-02-13T04:23:08.518Z | + [[ 0 == 12345 ]] |
10 | 2025-02-13T04:23:08.518Z | + case "$kern" in |
11 | 2025-02-13T04:23:08.518Z | + groupadd -g 12345 build |
12 | 2025-02-13T04:23:08.522Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-13T04:23:10.526Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-13T04:23:10.647Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-13T04:23:10.650Z | + home_fs=zfs |
16 | 2025-02-13T04:23:10.650Z | + [[ zfs == autofs ]] |
17 | 2025-02-13T04:23:10.650Z | + mkdir -p /home/build |
18 | 2025-02-13T04:23:10.653Z | + chown build:build /home/build /work |
19 | 2025-02-13T04:23:12.653Z | + chmod 0700 /home/build /work |
20 | 2025-02-13T04:23:12.656Z | process exited: duration 4147 ms, exit code 0 |
|
21 | 2025-02-13T04:23:12.662Z | starting task 1: "rust-toolchain" |
22 | 2025-02-13T04:23:12.668Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-13T04:23:12.668Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-13T04:23:12.668Z | * rust toolchain channel = "1.84.1" |
25 | 2025-02-13T04:23:12.668Z | * rust toolchain profile = "default" |
26 | 2025-02-13T04:23:12.668Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-13T04:23:12.668Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-13T04:23:12.671Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-13T04:23:12.671Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-13T04:23:12.813Z | info: downloading installer |
31 | 2025-02-13T04:23:13.964Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-13T04:23:13.964Z | warning: /opt/ooce/bin |
33 | 2025-02-13T04:23:13.964Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-13T04:23:13.964Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-13T04:23:13.964Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-13T04:23:13.964Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-13T04:23:13.964Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-13T04:23:13.964Z | error: cannot install while Rust is installed |
39 | 2025-02-13T04:23:13.964Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-13T04:23:13.979Z | info: profile set to 'default' |
41 | 2025-02-13T04:23:13.979Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-13T04:23:13.983Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-13T04:23:14.137Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-13T04:23:14.137Z | info: downloading component 'cargo' |
45 | 2025-02-13T04:23:15.017Z | info: downloading component 'clippy' |
46 | 2025-02-13T04:23:15.355Z | info: downloading component 'rust-docs' |
47 | 2025-02-13T04:23:16.565Z | info: downloading component 'rust-std' |
48 | 2025-02-13T04:23:18.531Z | info: downloading component 'rustc' |
49 | 2025-02-13T04:23:25.435Z | info: downloading component 'rustfmt' |
50 | 2025-02-13T04:23:25.692Z | info: installing component 'cargo' |
51 | 2025-02-13T04:23:26.527Z | info: installing component 'clippy' |
52 | 2025-02-13T04:23:26.907Z | info: installing component 'rust-docs' |
53 | 2025-02-13T04:23:28.571Z | info: installing component 'rust-std' |
54 | 2025-02-13T04:23:30.382Z | info: installing component 'rustc' |
55 | 2025-02-13T04:23:36.306Z | info: installing component 'rustfmt' |
56 | 2025-02-13T04:23:36.637Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-13T04:23:36.637Z | |
58 | 2025-02-13T04:23:37.023Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-13T04:23:37.023Z | |
60 | 2025-02-13T04:23:37.026Z | |
61 | 2025-02-13T04:23:37.026Z | Rust is installed now. Great! |
62 | 2025-02-13T04:23:37.026Z | |
63 | 2025-02-13T04:23:37.026Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-13T04:23:37.027Z | environment variable. This has not been done automatically. |
65 | 2025-02-13T04:23:37.027Z | |
66 | 2025-02-13T04:23:37.027Z | To configure your current shell, you need to source |
67 | 2025-02-13T04:23:37.027Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-13T04:23:37.027Z | |
69 | 2025-02-13T04:23:37.027Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-13T04:23:37.027Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-13T04:23:37.027Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-13T04:23:37.098Z | + rustup --version |
73 | 2025-02-13T04:23:37.105Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-13T04:23:37.106Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-13T04:23:37.182Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-13T04:23:37.185Z | + cargo --version |
77 | 2025-02-13T04:23:37.242Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-13T04:23:37.245Z | + rustc --version |
79 | 2025-02-13T04:23:37.304Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-13T04:23:37.307Z | process exited: duration 24644 ms, exit code 0 |
|
81 | 2025-02-13T04:23:37.312Z | starting task 2: "authentication" |
82 | 2025-02-13T04:23:37.333Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-13T04:23:37.338Z | starting task 3: "clone repository" |
84 | 2025-02-13T04:23:37.342Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-13T04:23:37.345Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-13T04:23:37.384Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-13T04:23:44.402Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-13T04:23:44.402Z | + git fetch origin 4bcbe5a521794e0597562f1a951aab523d49f33c |
89 | 2025-02-13T04:23:44.996Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-13T04:23:44.996Z | * branch 4bcbe5a521794e0597562f1a951aab523d49f33c -> FETCH_HEAD |
91 | 2025-02-13T04:23:45.007Z | + [[ -n renovate/derive_more-0.x ]] |
92 | 2025-02-13T04:23:45.009Z | ++ git branch --show-current |
93 | 2025-02-13T04:23:45.012Z | + current=main |
94 | 2025-02-13T04:23:45.012Z | + [[ main != renovate/derive_more-0.x ]] |
95 | 2025-02-13T04:23:45.012Z | + git branch -f renovate/derive_more-0.x 4bcbe5a521794e0597562f1a951aab523d49f33c |
96 | 2025-02-13T04:23:45.015Z | + git checkout -f renovate/derive_more-0.x |
97 | 2025-02-13T04:23:45.197Z | Switched to branch 'renovate/derive_more-0.x' |
98 | 2025-02-13T04:23:45.200Z | + git reset --hard 4bcbe5a521794e0597562f1a951aab523d49f33c |
99 | 2025-02-13T04:23:45.213Z | HEAD is now at 4bcbe5a52 Update Rust crate derive_more to 0.99.19 |
100 | 2025-02-13T04:23:45.216Z | process exited: duration 7876 ms, exit code 0 |
|
101 | 2025-02-13T04:23:45.221Z | starting task 4: "build" |
102 | 2025-02-13T04:23:45.226Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-13T04:23:45.226Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-13T04:23:45.226Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-13T04:23:45.226Z | + cargo --version |
106 | 2025-02-13T04:23:45.275Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-13T04:23:45.278Z | + rustc --version |
108 | 2025-02-13T04:23:45.337Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-13T04:23:45.340Z | + cd /tmp |
110 | 2025-02-13T04:23:45.340Z | + cargo new --lib test-project |
111 | 2025-02-13T04:23:45.396Z | Creating library `test-project` package |
112 | 2025-02-13T04:23:45.473Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-13T04:23:45.475Z | + cd test-project |
114 | 2025-02-13T04:23:45.475Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-13T04:23:45.534Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-13T04:23:45.534Z | Features: |
117 | 2025-02-13T04:23:45.534Z | - proptest |
118 | 2025-02-13T04:23:45.534Z | - test-strategy |
119 | 2025-02-13T04:23:45.534Z | - testing |
120 | 2025-02-13T04:23:45.537Z | Updating crates.io index |
121 | 2025-02-13T04:23:45.608Z | Updating git repository `https://github.com/oxidecomputer/daft` |
122 | 2025-02-13T04:23:46.167Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-02-13T04:23:46.666Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-02-13T04:23:47.190Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-02-13T04:23:47.598Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-02-13T04:23:49.152Z | Locking 336 packages to latest compatible versions |
127 | 2025-02-13T04:23:49.344Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-02-13T04:23:49.346Z | + cargo check |
129 | 2025-02-13T04:23:49.487Z | Updating crates.io index |
130 | 2025-02-13T04:23:50.362Z | Locking 1 package to latest compatible version |
131 | 2025-02-13T04:23:50.362Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-02-13T04:23:50.385Z | Downloading crates ... |
133 | 2025-02-13T04:23:50.469Z | Downloaded ahash v0.8.11 |
134 | 2025-02-13T04:23:50.473Z | Downloaded icu_provider_macros v1.5.0 |
135 | 2025-02-13T04:23:50.476Z | Downloaded async-stream-impl v0.3.6 |
136 | 2025-02-13T04:23:50.476Z | Downloaded http-body v1.0.1 |
137 | 2025-02-13T04:23:50.490Z | Downloaded crypto-common v0.1.6 |
138 | 2025-02-13T04:23:50.498Z | Downloaded equivalent v1.0.1 |
139 | 2025-02-13T04:23:50.501Z | Downloaded dtrace-parser v0.2.0 |
140 | 2025-02-13T04:23:50.501Z | Downloaded darling_macro v0.20.10 |
141 | 2025-02-13T04:23:50.504Z | Downloaded ident_case v1.0.1 |
142 | 2025-02-13T04:23:50.507Z | Downloaded foreign-types-shared v0.1.1 |
143 | 2025-02-13T04:23:50.507Z | Downloaded foreign-types v0.3.2 |
144 | 2025-02-13T04:23:50.513Z | Downloaded instant v0.1.13 |
145 | 2025-02-13T04:23:50.519Z | Downloaded heck v0.5.0 |
146 | 2025-02-13T04:23:50.521Z | Downloaded dof v0.3.0 |
147 | 2025-02-13T04:23:50.524Z | Downloaded darling v0.20.10 |
148 | 2025-02-13T04:23:50.527Z | Downloaded cfg-if v1.0.0 |
149 | 2025-02-13T04:23:50.530Z | Downloaded memmap v0.7.0 |
150 | 2025-02-13T04:23:50.530Z | Downloaded match_cfg v0.1.0 |
151 | 2025-02-13T04:23:50.530Z | Downloaded camino v1.1.9 |
152 | 2025-02-13T04:23:50.532Z | Downloaded autocfg v1.4.0 |
153 | 2025-02-13T04:23:50.535Z | Downloaded async-stream v0.3.6 |
154 | 2025-02-13T04:23:50.538Z | Downloaded atomic-waker v1.1.2 |
155 | 2025-02-13T04:23:50.540Z | Downloaded displaydoc v0.2.5 |
156 | 2025-02-13T04:23:50.543Z | Downloaded httpdate v1.0.3 |
157 | 2025-02-13T04:23:50.546Z | Downloaded hostname v0.3.1 |
158 | 2025-02-13T04:23:50.546Z | Downloaded futures-executor v0.3.31 |
159 | 2025-02-13T04:23:50.549Z | Downloaded futures-core v0.3.31 |
160 | 2025-02-13T04:23:50.551Z | Downloaded ipnetwork v0.20.0 |
161 | 2025-02-13T04:23:50.551Z | Downloaded thiserror v2.0.11 |
162 | 2025-02-13T04:23:50.557Z | Downloaded http-body-util v0.1.2 |
163 | 2025-02-13T04:23:50.560Z | Downloaded thread_local v1.1.8 |
164 | 2025-02-13T04:23:50.562Z | Downloaded thiserror-impl v1.0.69 |
165 | 2025-02-13T04:23:50.562Z | Downloaded thread-id v4.2.2 |
166 | 2025-02-13T04:23:50.565Z | Downloaded backoff v0.4.0 |
167 | 2025-02-13T04:23:50.565Z | Downloaded dyn-clone v1.0.17 |
168 | 2025-02-13T04:23:50.568Z | Downloaded futures-sink v0.3.31 |
169 | 2025-02-13T04:23:50.570Z | Downloaded time v0.3.36 |
170 | 2025-02-13T04:23:50.575Z | Downloaded thiserror v1.0.69 |
171 | 2025-02-13T04:23:50.580Z | Downloaded hostname v0.4.0 |
172 | 2025-02-13T04:23:50.582Z | Downloaded deranged v0.3.11 |
173 | 2025-02-13T04:23:50.585Z | Downloaded debug-ignore v1.0.5 |
174 | 2025-02-13T04:23:50.585Z | Downloaded icu_locid_transform v1.5.0 |
175 | 2025-02-13T04:23:50.588Z | Downloaded is-terminal v0.4.13 |
176 | 2025-02-13T04:23:50.591Z | Downloaded generic-array v0.14.7 |
177 | 2025-02-13T04:23:50.591Z | Downloaded byteorder v1.5.0 |
178 | 2025-02-13T04:23:50.593Z | Downloaded macaddr v1.0.1 |
179 | 2025-02-13T04:23:50.593Z | Downloaded ipnet v2.10.1 |
180 | 2025-02-13T04:23:50.596Z | Downloaded getrandom v0.2.15 |
181 | 2025-02-13T04:23:50.599Z | Downloaded futures-task v0.3.31 |
182 | 2025-02-13T04:23:50.599Z | Downloaded idna_adapter v1.2.0 |
183 | 2025-02-13T04:23:50.601Z | Downloaded lock_api v0.4.12 |
184 | 2025-02-13T04:23:50.604Z | Downloaded litemap v0.7.3 |
185 | 2025-02-13T04:23:50.604Z | Downloaded async-trait v0.1.86 |
186 | 2025-02-13T04:23:50.607Z | Downloaded digest v0.10.7 |
187 | 2025-02-13T04:23:50.610Z | Downloaded anyhow v1.0.95 |
188 | 2025-02-13T04:23:50.614Z | Downloaded bitflags v2.6.0 |
189 | 2025-02-13T04:23:50.617Z | Downloaded hyper-tls v0.6.0 |
190 | 2025-02-13T04:23:50.619Z | Downloaded futures-io v0.3.31 |
191 | 2025-02-13T04:23:50.619Z | Downloaded form_urlencoded v1.2.1 |
192 | 2025-02-13T04:23:50.622Z | Downloaded dirs-sys-next v0.1.2 |
193 | 2025-02-13T04:23:50.622Z | Downloaded hex v0.4.3 |
194 | 2025-02-13T04:23:50.624Z | Downloaded itoa v1.0.11 |
195 | 2025-02-13T04:23:50.624Z | Downloaded hyper-rustls v0.27.3 |
196 | 2025-02-13T04:23:50.627Z | Downloaded futures-macro v0.3.31 |
197 | 2025-02-13T04:23:50.627Z | Downloaded fnv v1.0.7 |
198 | 2025-02-13T04:23:50.630Z | Downloaded dirs-next v2.0.0 |
199 | 2025-02-13T04:23:50.630Z | Downloaded take_mut v0.2.2 |
200 | 2025-02-13T04:23:50.632Z | Downloaded iana-time-zone v0.1.61 |
201 | 2025-02-13T04:23:50.632Z | Downloaded cpufeatures v0.2.14 |
202 | 2025-02-13T04:23:50.635Z | Downloaded quote v1.0.38 |
203 | 2025-02-13T04:23:50.638Z | Downloaded schemars_derive v0.8.21 |
204 | 2025-02-13T04:23:50.638Z | Downloaded block-buffer v0.10.4 |
205 | 2025-02-13T04:23:50.643Z | Downloaded icu_locid v1.5.0 |
206 | 2025-02-13T04:23:50.647Z | Downloaded indexmap v1.9.3 |
207 | 2025-02-13T04:23:50.651Z | Downloaded futures-channel v0.3.31 |
208 | 2025-02-13T04:23:50.657Z | Downloaded darling_core v0.20.10 |
209 | 2025-02-13T04:23:50.662Z | Downloaded subtle v2.6.1 |
210 | 2025-02-13T04:23:50.664Z | Downloaded slog-json v2.6.1 |
211 | 2025-02-13T04:23:50.667Z | Downloaded slab v0.4.9 |
212 | 2025-02-13T04:23:50.667Z | Downloaded scroll_derive v0.12.0 |
213 | 2025-02-13T04:23:50.667Z | Downloaded cc v1.1.30 |
214 | 2025-02-13T04:23:50.670Z | Downloaded futures v0.3.31 |
215 | 2025-02-13T04:23:50.675Z | Downloaded sync_wrapper v1.0.1 |
216 | 2025-02-13T04:23:50.677Z | Downloaded strum v0.26.3 |
217 | 2025-02-13T04:23:50.677Z | Downloaded tokio-rustls v0.25.0 |
218 | 2025-02-13T04:23:50.680Z | Downloaded ucd-trie v0.1.7 |
219 | 2025-02-13T04:23:50.680Z | Downloaded scopeguard v1.2.0 |
220 | 2025-02-13T04:23:50.682Z | Downloaded rustc-hash v2.0.0 |
221 | 2025-02-13T04:23:50.683Z | Downloaded tokio-macros v2.5.0 |
222 | 2025-02-13T04:23:50.690Z | Downloaded rustversion v1.0.17 |
223 | 2025-02-13T04:23:50.690Z | Downloaded icu_normalizer_data v1.5.0 |
224 | 2025-02-13T04:23:50.690Z | Downloaded serde_derive_internals v0.29.1 |
225 | 2025-02-13T04:23:50.694Z | Downloaded allocator-api2 v0.2.18 |
226 | 2025-02-13T04:23:50.694Z | Downloaded try-lock v0.2.5 |
227 | 2025-02-13T04:23:50.697Z | Downloaded synstructure v0.13.1 |
228 | 2025-02-13T04:23:50.697Z | Downloaded openssl-macros v0.1.1 |
229 | 2025-02-13T04:23:50.697Z | Downloaded tower-service v0.3.3 |
230 | 2025-02-13T04:23:50.699Z | Downloaded dropshot_endpoint v0.15.1 |
231 | 2025-02-13T04:23:50.702Z | Downloaded crossbeam-utils v0.8.20 |
232 | 2025-02-13T04:23:50.704Z | Downloaded icu_normalizer v1.5.0 |
233 | 2025-02-13T04:23:50.707Z | Downloaded toml_datetime v0.6.8 |
234 | 2025-02-13T04:23:50.710Z | Downloaded bytes v1.9.0 |
235 | 2025-02-13T04:23:50.715Z | Downloaded write16 v1.0.0 |
236 | 2025-02-13T04:23:50.720Z | Downloaded tokio-rustls v0.26.0 |
237 | 2025-02-13T04:23:50.720Z | Downloaded icu_provider v1.5.0 |
238 | 2025-02-13T04:23:50.723Z | Downloaded term v0.7.0 |
239 | 2025-02-13T04:23:50.723Z | Downloaded version_check v0.9.5 |
240 | 2025-02-13T04:23:50.726Z | Downloaded utf16_iter v1.0.5 |
241 | 2025-02-13T04:23:50.726Z | Downloaded usdt v0.5.0 |
242 | 2025-02-13T04:23:50.726Z | Downloaded typify-macro v0.2.0 |
243 | 2025-02-13T04:23:50.728Z | Downloaded slog-bunyan v2.5.0 |
244 | 2025-02-13T04:23:50.729Z | Downloaded typenum v1.17.0 |
245 | 2025-02-13T04:23:50.731Z | Downloaded slog-async v2.8.0 |
246 | 2025-02-13T04:23:50.734Z | Downloaded log v0.4.22 |
247 | 2025-02-13T04:23:50.736Z | Downloaded usdt-impl v0.5.0 |
248 | 2025-02-13T04:23:50.736Z | Downloaded once_cell v1.20.2 |
249 | 2025-02-13T04:23:50.740Z | Downloaded signal-hook-registry v1.4.2 |
250 | 2025-02-13T04:23:50.742Z | Downloaded sha1 v0.10.6 |
251 | 2025-02-13T04:23:50.742Z | Downloaded serde_urlencoded v0.7.1 |
252 | 2025-02-13T04:23:50.745Z | Downloaded omicron-workspace-hack v0.1.0 |
253 | 2025-02-13T04:23:50.746Z | Downloaded usdt-attr-macro v0.5.0 |
254 | 2025-02-13T04:23:50.749Z | Downloaded time-core v0.1.2 |
255 | 2025-02-13T04:23:50.749Z | Downloaded serde_tokenstream v0.2.2 |
256 | 2025-02-13T04:23:50.749Z | Downloaded openssl-probe v0.1.5 |
257 | 2025-02-13T04:23:50.751Z | Downloaded num-conv v0.1.0 |
258 | 2025-02-13T04:23:50.751Z | Downloaded usdt-macro v0.5.0 |
259 | 2025-02-13T04:23:50.751Z | Downloaded httparse v1.9.5 |
260 | 2025-02-13T04:23:50.754Z | Downloaded writeable v0.5.5 |
261 | 2025-02-13T04:23:50.757Z | Downloaded want v0.3.1 |
262 | 2025-02-13T04:23:50.757Z | Downloaded tokio-native-tls v0.3.1 |
263 | 2025-02-13T04:23:50.759Z | Downloaded icu_collections v1.5.0 |
264 | 2025-02-13T04:23:50.764Z | Downloaded spin v0.9.8 |
265 | 2025-02-13T04:23:50.767Z | Downloaded rand_core v0.6.4 |
266 | 2025-02-13T04:23:50.772Z | Downloaded rustls-pemfile v2.2.0 |
267 | 2025-02-13T04:23:50.775Z | Downloaded progenitor-client v0.9.1 |
268 | 2025-02-13T04:23:50.775Z | Downloaded tinyvec_macros v0.1.1 |
269 | 2025-02-13T04:23:50.775Z | Downloaded scroll v0.12.0 |
270 | 2025-02-13T04:23:50.775Z | Downloaded yoke-derive v0.7.4 |
271 | 2025-02-13T04:23:50.777Z | Downloaded strum_macros v0.26.4 |
272 | 2025-02-13T04:23:50.777Z | Downloaded typify v0.2.0 |
273 | 2025-02-13T04:23:50.780Z | Downloaded progenitor-client v0.8.0 |
274 | 2025-02-13T04:23:50.783Z | Downloaded semver v1.0.24 |
275 | 2025-02-13T04:23:50.785Z | Downloaded ryu v1.0.18 |
276 | 2025-02-13T04:23:50.788Z | Downloaded percent-encoding v2.3.1 |
277 | 2025-02-13T04:23:50.788Z | Downloaded parse-display v0.10.0 |
278 | 2025-02-13T04:23:50.791Z | Downloaded powerfmt v0.2.0 |
279 | 2025-02-13T04:23:50.791Z | Downloaded tinystr v0.7.6 |
280 | 2025-02-13T04:23:50.793Z | Downloaded pkg-config v0.3.31 |
281 | 2025-02-13T04:23:50.793Z | Downloaded thiserror-impl v2.0.11 |
282 | 2025-02-13T04:23:50.796Z | Downloaded paste v1.0.15 |
283 | 2025-02-13T04:23:50.798Z | Downloaded indexmap v2.7.1 |
284 | 2025-02-13T04:23:50.802Z | Downloaded strsim v0.11.1 |
285 | 2025-02-13T04:23:50.805Z | Downloaded memchr v2.7.4 |
286 | 2025-02-13T04:23:50.809Z | Downloaded pest_generator v2.7.14 |
287 | 2025-02-13T04:23:50.811Z | Downloaded num_threads v0.1.7 |
288 | 2025-02-13T04:23:50.811Z | Downloaded multer v3.1.0 |
289 | 2025-02-13T04:23:50.814Z | Downloaded slog v2.7.0 |
290 | 2025-02-13T04:23:50.817Z | Downloaded smallvec v1.13.2 |
291 | 2025-02-13T04:23:50.820Z | Downloaded schemars v0.8.21 |
292 | 2025-02-13T04:23:50.830Z | Downloaded stable_deref_trait v1.2.0 |
293 | 2025-02-13T04:23:50.833Z | Downloaded ppv-lite86 v0.2.20 |
294 | 2025-02-13T04:23:50.833Z | Downloaded parking_lot_core v0.9.10 |
295 | 2025-02-13T04:23:50.835Z | Downloaded serde_yaml v0.9.34+deprecated |
296 | 2025-02-13T04:23:50.838Z | Downloaded rand v0.8.5 |
297 | 2025-02-13T04:23:50.842Z | Downloaded structmeta-derive v0.3.0 |
298 | 2025-02-13T04:23:50.845Z | Downloaded pin-project-lite v0.2.14 |
299 | 2025-02-13T04:23:50.848Z | Downloaded native-tls v0.2.12 |
300 | 2025-02-13T04:23:50.851Z | Downloaded uuid v1.12.0 |
301 | 2025-02-13T04:23:50.853Z | Downloaded newtype-uuid v1.2.1 |
302 | 2025-02-13T04:23:50.856Z | Downloaded time-macros v0.2.18 |
303 | 2025-02-13T04:23:50.859Z | Downloaded zerovec-derive v0.10.3 |
304 | 2025-02-13T04:23:50.859Z | Downloaded pest_derive v2.7.14 |
305 | 2025-02-13T04:23:50.861Z | Downloaded utf8_iter v1.0.4 |
306 | 2025-02-13T04:23:50.864Z | Downloaded zerocopy-derive v0.7.35 |
307 | 2025-02-13T04:23:50.866Z | Downloaded serde_spanned v0.6.8 |
308 | 2025-02-13T04:23:50.869Z | Downloaded structmeta v0.3.0 |
309 | 2025-02-13T04:23:50.869Z | Downloaded serde_path_to_error v0.1.16 |
310 | 2025-02-13T04:23:50.872Z | Downloaded shlex v1.3.0 |
311 | 2025-02-13T04:23:50.872Z | Downloaded parking_lot v0.12.3 |
312 | 2025-02-13T04:23:50.874Z | Downloaded idna v1.0.3 |
313 | 2025-02-13T04:23:50.877Z | Downloaded progenitor-macro v0.8.0 |
314 | 2025-02-13T04:23:50.880Z | Downloaded yoke v0.7.4 |
315 | 2025-02-13T04:23:50.880Z | Downloaded unsafe-libyaml v0.2.11 |
316 | 2025-02-13T04:23:50.883Z | Downloaded num-traits v0.2.19 |
317 | 2025-02-13T04:23:50.886Z | Downloaded hashbrown v0.14.5 |
318 | 2025-02-13T04:23:50.891Z | Downloaded socket2 v0.5.7 |
319 | 2025-02-13T04:23:50.894Z | Downloaded serde_with_macros v3.11.0 |
320 | 2025-02-13T04:23:50.897Z | Downloaded sha2 v0.10.8 |
321 | 2025-02-13T04:23:50.899Z | Downloaded progenitor-impl v0.8.0 |
322 | 2025-02-13T04:23:50.902Z | Downloaded tracing-core v0.1.32 |
323 | 2025-02-13T04:23:50.905Z | Downloaded proc-macro2 v1.0.92 |
324 | 2025-02-13T04:23:50.907Z | Downloaded url v2.5.3 |
325 | 2025-02-13T04:23:50.910Z | Downloaded pest_meta v2.7.14 |
326 | 2025-02-13T04:23:50.913Z | Downloaded tinyvec v1.8.0 |
327 | 2025-02-13T04:23:50.915Z | Downloaded tracing v0.1.40 |
328 | 2025-02-13T04:23:50.918Z | Downloaded hyper v1.5.2 |
329 | 2025-02-13T04:23:50.925Z | Downloaded openssl-sys v0.9.105 |
330 | 2025-02-13T04:23:50.930Z | Downloaded tokio-util v0.7.12 |
331 | 2025-02-13T04:23:50.936Z | Downloaded serde_with v3.11.0 |
332 | 2025-02-13T04:23:50.944Z | Downloaded quinn v0.11.5 |
333 | 2025-02-13T04:23:50.948Z | Downloaded goblin v0.8.2 |
334 | 2025-02-13T04:23:50.954Z | Downloaded serde_json v1.0.135 |
335 | 2025-02-13T04:23:50.962Z | Downloaded reqwest v0.12.9 |
336 | 2025-02-13T04:23:50.970Z | Downloaded rustls-webpki v0.102.8 |
337 | 2025-02-13T04:23:50.988Z | Downloaded pest v2.7.14 |
338 | 2025-02-13T04:23:50.993Z | Downloaded zerovec v0.10.4 |
339 | 2025-02-13T04:23:50.999Z | Downloaded winnow v0.6.20 |
340 | 2025-02-13T04:23:51.007Z | Downloaded webpki-roots v0.26.6 |
341 | 2025-02-13T04:23:51.011Z | Downloaded vcpkg v0.2.15 |
342 | 2025-02-13T04:23:51.046Z | Downloaded zerocopy v0.7.35 |
343 | 2025-02-13T04:23:51.059Z | Downloaded regex v1.11.1 |
344 | 2025-02-13T04:23:51.071Z | Downloaded quinn-proto v0.11.8 |
345 | 2025-02-13T04:23:51.077Z | Downloaded dropshot v0.15.1 |
346 | 2025-02-13T04:23:51.097Z | Downloaded icu_properties_data v1.5.0 |
347 | 2025-02-13T04:23:51.106Z | Downloaded regress v0.9.1 |
348 | 2025-02-13T04:23:51.114Z | Downloaded regress v0.10.1 |
349 | 2025-02-13T04:23:51.121Z | Downloaded rustls v0.22.4 |
350 | 2025-02-13T04:23:51.134Z | Downloaded syn v2.0.96 |
351 | 2025-02-13T04:23:51.144Z | Downloaded regex-syntax v0.8.5 |
352 | 2025-02-13T04:23:51.152Z | Downloaded rustls v0.23.19 |
353 | 2025-02-13T04:23:51.162Z | Downloaded openssl v0.10.70 |
354 | 2025-02-13T04:23:51.170Z | Downloaded openapiv3 v2.0.0 |
355 | 2025-02-13T04:23:51.181Z | Downloaded chrono v0.4.39 |
356 | 2025-02-13T04:23:51.187Z | Downloaded mio v1.0.2 |
357 | 2025-02-13T04:23:51.193Z | Downloaded toml_edit v0.22.22 |
358 | 2025-02-13T04:23:51.212Z | Downloaded h2 v0.4.6 |
359 | 2025-02-13T04:23:51.218Z | Downloaded futures-util v0.3.31 |
360 | 2025-02-13T04:23:51.228Z | Downloaded typify-impl v0.2.0 |
361 | 2025-02-13T04:23:51.240Z | Downloaded hashbrown v0.15.1 |
362 | 2025-02-13T04:23:51.246Z | Downloaded aho-corasick v1.1.3 |
363 | 2025-02-13T04:23:51.250Z | Downloaded untrusted v0.9.0 |
364 | 2025-02-13T04:23:51.252Z | Downloaded hashbrown v0.12.3 |
365 | 2025-02-13T04:23:51.255Z | Downloaded regex-automata v0.4.8 |
366 | 2025-02-13T04:23:51.272Z | Downloaded crossbeam-channel v0.5.13 |
367 | 2025-02-13T04:23:51.274Z | Downloaded rustls-pki-types v1.10.0 |
368 | 2025-02-13T04:23:51.277Z | Downloaded serde v1.0.217 |
369 | 2025-02-13T04:23:51.280Z | Downloaded quinn-udp v0.5.5 |
370 | 2025-02-13T04:23:51.283Z | Downloaded progenitor v0.8.0 |
371 | 2025-02-13T04:23:51.283Z | Downloaded hyper-util v0.1.10 |
372 | 2025-02-13T04:23:51.286Z | Downloaded http v1.2.0 |
373 | 2025-02-13T04:23:51.290Z | Downloaded parse-display-derive v0.10.0 |
374 | 2025-02-13T04:23:51.292Z | Downloaded tokio v1.43.0 |
375 | 2025-02-13T04:23:51.325Z | Downloaded libc v0.2.169 |
376 | 2025-02-13T04:23:51.347Z | Downloaded zerofrom-derive v0.1.4 |
377 | 2025-02-13T04:23:51.350Z | Downloaded mime v0.3.17 |
378 | 2025-02-13T04:23:51.350Z | Downloaded plain v0.2.3 |
379 | 2025-02-13T04:23:51.353Z | Downloaded pin-utils v0.1.0 |
380 | 2025-02-13T04:23:51.353Z | Downloaded waitgroup v0.1.2 |
381 | 2025-02-13T04:23:51.353Z | Downloaded serde_derive v1.0.217 |
382 | 2025-02-13T04:23:51.355Z | Downloaded pretty-hex v0.4.1 |
383 | 2025-02-13T04:23:51.355Z | Downloaded zeroize v1.8.1 |
384 | 2025-02-13T04:23:51.355Z | Downloaded icu_locid_transform_data v1.5.0 |
385 | 2025-02-13T04:23:51.358Z | Downloaded rand_chacha v0.3.1 |
386 | 2025-02-13T04:23:51.358Z | Downloaded slog-term v2.9.1 |
387 | 2025-02-13T04:23:51.361Z | Downloaded icu_properties v1.5.1 |
388 | 2025-02-13T04:23:51.363Z | Downloaded base64 v0.22.1 |
389 | 2025-02-13T04:23:51.366Z | Downloaded zerofrom v0.1.4 |
390 | 2025-02-13T04:23:51.368Z | Downloaded unicode-ident v1.0.14 |
391 | 2025-02-13T04:23:51.371Z | Downloaded toml v0.8.19 |
392 | 2025-02-13T04:23:51.403Z | Downloaded encoding_rs v0.8.34 |
393 | 2025-02-13T04:23:51.582Z | Downloaded ring v0.17.8 |
394 | 2025-02-13T04:23:51.767Z | Compiling proc-macro2 v1.0.92 |
395 | 2025-02-13T04:23:51.767Z | Compiling unicode-ident v1.0.14 |
396 | 2025-02-13T04:23:51.767Z | Compiling libc v0.2.169 |
397 | 2025-02-13T04:23:51.771Z | Checking cfg-if v1.0.0 |
398 | 2025-02-13T04:23:51.771Z | Compiling autocfg v1.4.0 |
399 | 2025-02-13T04:23:51.771Z | Compiling serde v1.0.217 |
400 | 2025-02-13T04:23:51.796Z | Compiling version_check v0.9.5 |
401 | 2025-02-13T04:23:51.798Z | Checking memchr v2.7.4 |
402 | 2025-02-13T04:23:51.873Z | Compiling serde_json v1.0.135 |
403 | 2025-02-13T04:23:51.971Z | Checking itoa v1.0.11 |
404 | 2025-02-13T04:23:52.285Z | Compiling thiserror v1.0.69 |
405 | 2025-02-13T04:23:52.358Z | Checking once_cell v1.20.2 |
406 | 2025-02-13T04:23:52.439Z | Compiling shlex v1.3.0 |
407 | 2025-02-13T04:23:52.633Z | Compiling cc v1.1.30 |
408 | 2025-02-13T04:23:52.644Z | Checking pin-project-lite v0.2.14 |
409 | 2025-02-13T04:23:52.741Z | Compiling num-traits v0.2.19 |
410 | 2025-02-13T04:23:53.093Z | Checking ryu v1.0.18 |
411 | 2025-02-13T04:23:53.145Z | Checking smallvec v1.13.2 |
412 | 2025-02-13T04:23:53.158Z | Checking getrandom v0.2.15 |
413 | 2025-02-13T04:23:53.228Z | Checking bytes v1.9.0 |
414 | 2025-02-13T04:23:53.313Z | Checking futures-core v0.3.31 |
415 | 2025-02-13T04:23:53.403Z | Compiling lock_api v0.4.12 |
416 | 2025-02-13T04:23:53.444Z | Compiling parking_lot_core v0.9.10 |
417 | 2025-02-13T04:23:53.497Z | Compiling quote v1.0.38 |
418 | 2025-02-13T04:23:53.570Z | Compiling schemars v0.8.21 |
419 | 2025-02-13T04:23:53.888Z | Compiling syn v2.0.96 |
420 | 2025-02-13T04:23:53.918Z | Checking scopeguard v1.2.0 |
421 | 2025-02-13T04:23:53.929Z | Compiling byteorder v1.5.0 |
422 | 2025-02-13T04:23:54.038Z | Compiling slab v0.4.9 |
423 | 2025-02-13T04:23:54.078Z | Compiling ahash v0.8.11 |
424 | 2025-02-13T04:23:54.090Z | Checking log v0.4.22 |
425 | 2025-02-13T04:23:54.389Z | Checking futures-sink v0.3.31 |
426 | 2025-02-13T04:23:54.435Z | Checking mio v1.0.2 |
427 | 2025-02-13T04:23:54.462Z | Checking parking_lot v0.12.3 |
428 | 2025-02-13T04:23:54.539Z | Checking socket2 v0.5.7 |
429 | 2025-02-13T04:23:54.549Z | Checking signal-hook-registry v1.4.2 |
430 | 2025-02-13T04:23:54.620Z | Checking stable_deref_trait v1.2.0 |
431 | 2025-02-13T04:23:54.791Z | Checking hashbrown v0.15.1 |
432 | 2025-02-13T04:23:54.803Z | Checking fnv v1.0.7 |
433 | 2025-02-13T04:23:54.819Z | Checking equivalent v1.0.1 |
434 | 2025-02-13T04:23:54.924Z | Checking futures-channel v0.3.31 |
435 | 2025-02-13T04:23:54.937Z | Checking http v1.2.0 |
436 | 2025-02-13T04:23:54.964Z | Compiling semver v1.0.24 |
437 | 2025-02-13T04:23:54.977Z | Checking futures-task v0.3.31 |
438 | 2025-02-13T04:23:55.003Z | Checking futures-io v0.3.31 |
439 | 2025-02-13T04:23:55.172Z | Checking pin-utils v0.1.0 |
440 | 2025-02-13T04:23:55.197Z | Checking spin v0.9.8 |
441 | 2025-02-13T04:23:55.251Z | Compiling pkg-config v0.3.31 |
442 | 2025-02-13T04:23:55.264Z | Checking rustls-pki-types v1.10.0 |
443 | 2025-02-13T04:23:55.364Z | Compiling ring v0.17.8 |
444 | 2025-02-13T04:23:55.404Z | Compiling vcpkg v0.2.15 |
445 | 2025-02-13T04:23:55.710Z | Checking untrusted v0.9.0 |
446 | 2025-02-13T04:23:55.797Z | Compiling heck v0.5.0 |
447 | 2025-02-13T04:23:55.875Z | Compiling httparse v1.9.5 |
448 | 2025-02-13T04:23:56.149Z | Checking writeable v0.5.5 |
449 | 2025-02-13T04:23:56.200Z | Checking litemap v0.7.3 |
450 | 2025-02-13T04:23:56.321Z | Checking iana-time-zone v0.1.61 |
451 | 2025-02-13T04:23:56.444Z | Checking tracing-core v0.1.32 |
452 | 2025-02-13T04:23:56.470Z | Compiling ucd-trie v0.1.7 |
453 | 2025-02-13T04:23:56.514Z | Checking dyn-clone v1.0.17 |
454 | 2025-02-13T04:23:56.582Z | Checking atomic-waker v1.1.2 |
455 | 2025-02-13T04:23:56.734Z | Checking http-body v1.0.1 |
456 | 2025-02-13T04:23:56.810Z | Compiling openssl-sys v0.9.105 |
457 | 2025-02-13T04:23:56.897Z | Checking icu_locid_transform_data v1.5.0 |
458 | 2025-02-13T04:23:56.917Z | Checking subtle v2.6.1 |
459 | 2025-02-13T04:23:56.986Z | Compiling allocator-api2 v0.2.18 |
460 | 2025-02-13T04:23:57.040Z | Checking tracing v0.1.40 |
461 | 2025-02-13T04:23:57.147Z | Checking zeroize v1.8.1 |
462 | 2025-02-13T04:23:57.294Z | Checking try-lock v0.2.5 |
463 | 2025-02-13T04:23:57.378Z | Compiling openssl v0.10.70 |
464 | 2025-02-13T04:23:57.423Z | Checking want v0.3.1 |
465 | 2025-02-13T04:23:57.683Z | Checking httpdate v1.0.3 |
466 | 2025-02-13T04:23:57.781Z | Checking icu_properties_data v1.5.0 |
467 | 2025-02-13T04:23:57.781Z | Compiling uuid v1.12.0 |
468 | 2025-02-13T04:23:57.854Z | Checking foreign-types-shared v0.1.1 |
469 | 2025-02-13T04:23:57.959Z | Checking foreign-types v0.3.2 |
470 | 2025-02-13T04:23:58.054Z | Compiling native-tls v0.2.12 |
471 | 2025-02-13T04:23:58.068Z | Checking tower-service v0.3.3 |
472 | 2025-02-13T04:23:58.174Z | Compiling slog v2.7.0 |
473 | 2025-02-13T04:23:58.296Z | Compiling chrono v0.4.39 |
474 | 2025-02-13T04:23:58.309Z | Checking bitflags v2.6.0 |
475 | 2025-02-13T04:23:58.322Z | Checking utf16_iter v1.0.5 |
476 | 2025-02-13T04:23:58.401Z | Checking icu_normalizer_data v1.5.0 |
477 | 2025-02-13T04:23:58.476Z | Checking utf8_iter v1.0.4 |
478 | 2025-02-13T04:23:58.490Z | Compiling rustls v0.23.19 |
479 | 2025-02-13T04:23:58.544Z | Checking percent-encoding v2.3.1 |
480 | 2025-02-13T04:23:58.638Z | Checking write16 v1.0.0 |
481 | 2025-02-13T04:23:58.734Z | Checking form_urlencoded v1.2.1 |
482 | 2025-02-13T04:23:58.825Z | Compiling aho-corasick v1.1.3 |
483 | 2025-02-13T04:23:58.998Z | Compiling typenum v1.17.0 |
484 | 2025-02-13T04:23:59.120Z | Compiling regex-syntax v0.8.5 |
485 | 2025-02-13T04:23:59.513Z | Checking openssl-probe v0.1.5 |
486 | 2025-02-13T04:23:59.925Z | Compiling generic-array v0.14.7 |
487 | 2025-02-13T04:24:00.083Z | Checking encoding_rs v0.8.34 |
488 | 2025-02-13T04:24:00.381Z | Checking mime v0.3.17 |
489 | 2025-02-13T04:24:01.071Z | Compiling synstructure v0.13.1 |
490 | 2025-02-13T04:24:01.146Z | Compiling serde_derive_internals v0.29.1 |
491 | 2025-02-13T04:24:01.811Z | Checking rustls-webpki v0.102.8 |
492 | 2025-02-13T04:24:02.306Z | Checking rustls-pemfile v2.2.0 |
493 | 2025-02-13T04:24:02.389Z | Checking webpki-roots v0.26.6 |
494 | 2025-02-13T04:24:02.588Z | Compiling regex-automata v0.4.8 |
495 | 2025-02-13T04:24:03.127Z | Compiling usdt-impl v0.5.0 |
496 | 2025-02-13T04:24:03.382Z | Compiling time-core v0.1.2 |
497 | 2025-02-13T04:24:03.500Z | Checking powerfmt v0.2.0 |
498 | 2025-02-13T04:24:03.554Z | Checking base64 v0.22.1 |
499 | 2025-02-13T04:24:03.776Z | Compiling num-conv v0.1.0 |
500 | 2025-02-13T04:24:04.031Z | Checking deranged v0.3.11 |
501 | 2025-02-13T04:24:04.044Z | Compiling time-macros v0.2.18 |
502 | 2025-02-13T04:24:04.225Z | Compiling thread-id v4.2.2 |
503 | 2025-02-13T04:24:04.497Z | Checking sync_wrapper v1.0.1 |
504 | 2025-02-13T04:24:04.643Z | Checking plain v0.2.3 |
505 | 2025-02-13T04:24:04.999Z | Checking ipnet v2.10.1 |
506 | 2025-02-13T04:24:05.233Z | Compiling serde_derive v1.0.217 |
507 | 2025-02-13T04:24:05.301Z | Compiling zerocopy-derive v0.7.35 |
508 | 2025-02-13T04:24:05.339Z | Compiling thiserror-impl v1.0.69 |
509 | 2025-02-13T04:24:05.458Z | Compiling zerofrom-derive v0.1.4 |
510 | 2025-02-13T04:24:06.550Z | Compiling schemars_derive v0.8.21 |
511 | 2025-02-13T04:24:06.876Z | Compiling yoke-derive v0.7.4 |
512 | 2025-02-13T04:24:06.890Z | Compiling tokio-macros v2.5.0 |
513 | 2025-02-13T04:24:07.189Z | Compiling zerocopy v0.7.35 |
514 | 2025-02-13T04:24:08.332Z | Checking tokio v1.43.0 |
515 | 2025-02-13T04:24:08.494Z | Compiling zerovec-derive v0.10.3 |
516 | 2025-02-13T04:24:08.644Z | Checking zerofrom v0.1.4 |
517 | 2025-02-13T04:24:08.842Z | Compiling futures-macro v0.3.31 |
518 | 2025-02-13T04:24:09.328Z | Checking yoke v0.7.4 |
519 | 2025-02-13T04:24:09.345Z | Compiling displaydoc v0.2.5 |
520 | 2025-02-13T04:24:09.358Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-02-13T04:24:09.655Z | Compiling pest v2.7.14 |
522 | 2025-02-13T04:24:09.927Z | Compiling hashbrown v0.14.5 |
523 | 2025-02-13T04:24:10.476Z | Compiling openssl-macros v0.1.1 |
524 | 2025-02-13T04:24:10.544Z | Checking futures-util v0.3.31 |
525 | 2025-02-13T04:24:10.843Z | Checking zerovec v0.10.4 |
526 | 2025-02-13T04:24:11.046Z | Compiling regress v0.10.1 |
527 | 2025-02-13T04:24:12.244Z | Checking tinystr v0.7.6 |
528 | 2025-02-13T04:24:12.471Z | Checking icu_collections v1.5.0 |
529 | 2025-02-13T04:24:12.566Z | Checking icu_locid v1.5.0 |
530 | 2025-02-13T04:24:13.111Z | Compiling pest_meta v2.7.14 |
531 | 2025-02-13T04:24:13.474Z | Checking icu_provider v1.5.0 |
532 | 2025-02-13T04:24:14.082Z | Checking icu_locid_transform v1.5.0 |
533 | 2025-02-13T04:24:14.859Z | Checking tokio-util v0.7.12 |
534 | 2025-02-13T04:24:15.028Z | Checking icu_properties v1.5.1 |
535 | 2025-02-13T04:24:15.080Z | Compiling pest_generator v2.7.14 |
536 | 2025-02-13T04:24:15.539Z | Checking http-body-util v0.1.2 |
537 | 2025-02-13T04:24:15.637Z | Checking tokio-rustls v0.26.0 |
538 | 2025-02-13T04:24:15.966Z | Compiling regex v1.11.1 |
539 | 2025-02-13T04:24:16.002Z | Compiling scroll_derive v0.12.0 |
540 | 2025-02-13T04:24:16.512Z | Checking tokio-native-tls v0.3.1 |
541 | 2025-02-13T04:24:16.714Z | Checking indexmap v2.7.1 |
542 | 2025-02-13T04:24:16.827Z | Compiling pest_derive v2.7.14 |
543 | 2025-02-13T04:24:17.464Z | Compiling serde_tokenstream v0.2.2 |
544 | 2025-02-13T04:24:17.789Z | Checking h2 v0.4.6 |
545 | 2025-02-13T04:24:17.995Z | Checking serde_urlencoded v0.7.1 |
546 | 2025-02-13T04:24:18.110Z | Compiling dtrace-parser v0.2.0 |
547 | 2025-02-13T04:24:18.227Z | Checking icu_normalizer v1.5.0 |
548 | 2025-02-13T04:24:18.397Z | Checking scroll v0.12.0 |
549 | 2025-02-13T04:24:18.947Z | Checking idna_adapter v1.2.0 |
550 | 2025-02-13T04:24:18.976Z | Compiling strsim v0.11.1 |
551 | 2025-02-13T04:24:19.622Z | Checking idna v1.0.3 |
552 | 2025-02-13T04:24:19.686Z | Compiling dof v0.3.0 |
553 | 2025-02-13T04:24:19.715Z | Compiling ident_case v1.0.1 |
554 | 2025-02-13T04:24:19.897Z | Checking num_threads v0.1.7 |
555 | 2025-02-13T04:24:20.016Z | Compiling paste v1.0.15 |
556 | 2025-02-13T04:24:20.088Z | Checking url v2.5.3 |
557 | 2025-02-13T04:24:20.529Z | Compiling crossbeam-utils v0.8.20 |
558 | 2025-02-13T04:24:20.963Z | Compiling typify-impl v0.2.0 |
559 | 2025-02-13T04:24:21.089Z | Checking time v0.3.36 |
560 | 2025-02-13T04:24:21.841Z | Checking hyper v1.5.2 |
561 | 2025-02-13T04:24:22.059Z | Compiling darling_core v0.20.10 |
562 | 2025-02-13T04:24:22.535Z | Compiling openapiv3 v2.0.0 |
563 | 2025-02-13T04:24:22.655Z | Checking goblin v0.8.2 |
564 | 2025-02-13T04:24:23.750Z | Checking hyper-util v0.1.10 |
565 | 2025-02-13T04:24:24.415Z | Checking dirs-sys-next v0.1.2 |
566 | 2025-02-13T04:24:24.993Z | Compiling newtype-uuid v1.2.1 |
567 | 2025-02-13T04:24:25.323Z | Compiling rustversion v1.0.17 |
568 | 2025-02-13T04:24:25.337Z | Checking hyper-tls v0.6.0 |
569 | 2025-02-13T04:24:25.582Z | Checking hyper-rustls v0.27.3 |
570 | 2025-02-13T04:24:25.609Z | Checking pretty-hex v0.4.1 |
571 | 2025-02-13T04:24:25.803Z | Compiling omicron-workspace-hack v0.1.0 |
572 | 2025-02-13T04:24:25.902Z | Checking reqwest v0.12.9 |
573 | 2025-02-13T04:24:25.937Z | Compiling rustls v0.22.4 |
574 | 2025-02-13T04:24:25.959Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2025-02-13T04:24:26.261Z | Checking dirs-next v2.0.0 |
576 | 2025-02-13T04:24:26.642Z | Checking ipnetwork v0.20.0 |
577 | 2025-02-13T04:24:27.010Z | Checking serde_spanned v0.6.8 |
578 | 2025-02-13T04:24:27.043Z | Checking toml_datetime v0.6.8 |
579 | 2025-02-13T04:24:27.198Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2025-02-13T04:24:27.243Z | Checking ppv-lite86 v0.2.20 |
581 | 2025-02-13T04:24:27.308Z | Checking crypto-common v0.1.6 |
582 | 2025-02-13T04:24:27.388Z | Checking block-buffer v0.10.4 |
583 | 2025-02-13T04:24:27.427Z | Compiling darling_macro v0.20.10 |
584 | 2025-02-13T04:24:27.467Z | Compiling structmeta-derive v0.3.0 |
585 | 2025-02-13T04:24:27.581Z | Checking rand_core v0.6.4 |
586 | 2025-02-13T04:24:27.706Z | Checking thread_local v1.1.8 |
587 | 2025-02-13T04:24:27.864Z | Compiling multer v3.1.0 |
588 | 2025-02-13T04:24:27.915Z | Compiling slog-async v2.8.0 |
589 | 2025-02-13T04:24:27.960Z | Checking winnow v0.6.20 |
590 | 2025-02-13T04:24:28.110Z | Compiling thiserror v2.0.11 |
591 | 2025-02-13T04:24:28.191Z | Compiling camino v1.1.9 |
592 | 2025-02-13T04:24:28.374Z | Checking match_cfg v0.1.0 |
593 | 2025-02-13T04:24:28.387Z | Compiling anyhow v1.0.95 |
594 | 2025-02-13T04:24:28.462Z | Checking hostname v0.3.1 |
595 | 2025-02-13T04:24:28.655Z | Compiling darling v0.20.10 |
596 | 2025-02-13T04:24:28.817Z | Checking rand_chacha v0.3.1 |
597 | 2025-02-13T04:24:28.991Z | Checking digest v0.10.7 |
598 | 2025-02-13T04:24:29.176Z | Checking progenitor-client v0.8.0 |
599 | 2025-02-13T04:24:29.269Z | Checking crossbeam-channel v0.5.13 |
600 | 2025-02-13T04:24:29.302Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
601 | 2025-02-13T04:24:29.304Z | Checking term v0.7.0 |
602 | 2025-02-13T04:24:29.833Z | Compiling structmeta v0.3.0 |
603 | 2025-02-13T04:24:29.892Z | Checking slog-json v2.6.1 |
604 | 2025-02-13T04:24:29.980Z | Compiling usdt-macro v0.5.0 |
605 | 2025-02-13T04:24:30.149Z | Compiling usdt-attr-macro v0.5.0 |
606 | 2025-02-13T04:24:30.192Z | Checking futures-executor v0.3.31 |
607 | 2025-02-13T04:24:30.395Z | Compiling async-stream-impl v0.3.6 |
608 | 2025-02-13T04:24:30.407Z | Compiling thiserror-impl v2.0.11 |
609 | 2025-02-13T04:24:30.597Z | Checking toml_edit v0.22.22 |
610 | 2025-02-13T04:24:30.872Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
611 | 2025-02-13T04:24:31.205Z | Checking is-terminal v0.4.13 |
612 | 2025-02-13T04:24:31.327Z | Checking memmap v0.7.0 |
613 | 2025-02-13T04:24:31.503Z | Compiling dropshot v0.15.1 |
614 | 2025-02-13T04:24:31.531Z | Checking take_mut v0.2.2 |
615 | 2025-02-13T04:24:31.633Z | Checking cpufeatures v0.2.14 |
616 | 2025-02-13T04:24:31.722Z | Checking sha1 v0.10.6 |
617 | 2025-02-13T04:24:31.899Z | Checking async-stream v0.3.6 |
618 | 2025-02-13T04:24:31.969Z | Checking usdt v0.5.0 |
619 | 2025-02-13T04:24:31.987Z | Checking slog-term v2.9.1 |
620 | 2025-02-13T04:24:32.020Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
621 | 2025-02-13T04:24:32.087Z | Compiling strum_macros v0.26.4 |
622 | 2025-02-13T04:24:32.215Z | Checking futures v0.3.31 |
623 | 2025-02-13T04:24:32.281Z | Compiling parse-display-derive v0.10.0 |
624 | 2025-02-13T04:24:32.309Z | Checking slog-bunyan v2.5.0 |
625 | 2025-02-13T04:24:32.471Z | Checking rand v0.8.5 |
626 | 2025-02-13T04:24:32.612Z | Compiling typify-macro v0.2.0 |
627 | 2025-02-13T04:24:32.777Z | Checking tokio-rustls v0.25.0 |
628 | 2025-02-13T04:24:33.130Z | Checking toml v0.8.19 |
629 | 2025-02-13T04:24:33.217Z | Compiling serde_with_macros v3.11.0 |
630 | 2025-02-13T04:24:33.401Z | Compiling dropshot_endpoint v0.15.1 |
631 | 2025-02-13T04:24:33.617Z | Checking serde_path_to_error v0.1.16 |
632 | 2025-02-13T04:24:33.630Z | Checking hex v0.4.3 |
633 | 2025-02-13T04:24:33.816Z | Compiling async-trait v0.1.86 |
634 | 2025-02-13T04:24:34.125Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
635 | 2025-02-13T04:24:34.214Z | Checking waitgroup v0.1.2 |
636 | 2025-02-13T04:24:34.354Z | Checking hostname v0.4.0 |
637 | 2025-02-13T04:24:34.490Z | Checking instant v0.1.13 |
638 | 2025-02-13T04:24:34.605Z | Checking debug-ignore v1.0.5 |
639 | 2025-02-13T04:24:34.748Z | Checking backoff v0.4.0 |
640 | 2025-02-13T04:24:34.893Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2025-02-13T04:24:35.007Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
642 | 2025-02-13T04:24:35.034Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
643 | 2025-02-13T04:24:35.150Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
644 | 2025-02-13T04:24:35.528Z | Checking progenitor-client v0.9.1 |
645 | 2025-02-13T04:24:35.594Z | Checking serde_with v3.11.0 |
646 | 2025-02-13T04:24:35.725Z | Checking parse-display v0.10.0 |
647 | 2025-02-13T04:24:35.878Z | Checking macaddr v1.0.1 |
648 | 2025-02-13T04:24:35.915Z | Compiling typify v0.2.0 |
649 | 2025-02-13T04:24:35.951Z | Checking regress v0.9.1 |
650 | 2025-02-13T04:24:36.046Z | Compiling progenitor-impl v0.8.0 |
651 | 2025-02-13T04:24:36.105Z | Checking strum v0.26.3 |
652 | 2025-02-13T04:24:38.670Z | Compiling progenitor-macro v0.8.0 |
653 | 2025-02-13T04:24:41.944Z | Checking progenitor v0.8.0 |
654 | 2025-02-13T04:24:42.130Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
655 | 2025-02-13T04:24:44.761Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
656 | 2025-02-13T04:24:51.265Z | Checking test-project v0.1.0 (/tmp/test-project) |
657 | 2025-02-13T04:24:51.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
658 | 2025-02-13T04:24:51.453Z | + cargo build --release |
659 | 2025-02-13T04:24:51.702Z | Compiling proc-macro2 v1.0.92 |
660 | 2025-02-13T04:24:51.702Z | Compiling unicode-ident v1.0.14 |
661 | 2025-02-13T04:24:51.702Z | Compiling libc v0.2.169 |
662 | 2025-02-13T04:24:51.702Z | Compiling cfg-if v1.0.0 |
663 | 2025-02-13T04:24:51.706Z | Compiling autocfg v1.4.0 |
664 | 2025-02-13T04:24:51.706Z | Compiling serde v1.0.217 |
665 | 2025-02-13T04:24:51.706Z | Compiling version_check v0.9.5 |
666 | 2025-02-13T04:24:51.706Z | Compiling memchr v2.7.4 |
667 | 2025-02-13T04:24:51.813Z | Compiling serde_json v1.0.135 |
668 | 2025-02-13T04:24:51.904Z | Compiling itoa v1.0.11 |
669 | 2025-02-13T04:24:52.157Z | Compiling thiserror v1.0.69 |
670 | 2025-02-13T04:24:52.276Z | Compiling once_cell v1.20.2 |
671 | 2025-02-13T04:24:52.311Z | Compiling shlex v1.3.0 |
672 | 2025-02-13T04:24:52.623Z | Compiling cc v1.1.30 |
673 | 2025-02-13T04:24:52.656Z | Compiling num-traits v0.2.19 |
674 | 2025-02-13T04:24:52.706Z | Compiling pin-project-lite v0.2.14 |
675 | 2025-02-13T04:24:52.946Z | Compiling ryu v1.0.18 |
676 | 2025-02-13T04:24:52.981Z | Compiling getrandom v0.2.15 |
677 | 2025-02-13T04:24:53.061Z | Compiling smallvec v1.13.2 |
678 | 2025-02-13T04:24:53.305Z | Compiling bytes v1.9.0 |
679 | 2025-02-13T04:24:53.415Z | Compiling quote v1.0.38 |
680 | 2025-02-13T04:24:53.465Z | Compiling futures-core v0.3.31 |
681 | 2025-02-13T04:24:53.505Z | Compiling lock_api v0.4.12 |
682 | 2025-02-13T04:24:53.703Z | Compiling parking_lot_core v0.9.10 |
683 | 2025-02-13T04:24:53.743Z | Compiling schemars v0.8.21 |
684 | 2025-02-13T04:24:53.866Z | Compiling syn v2.0.96 |
685 | 2025-02-13T04:24:53.954Z | Compiling ahash v0.8.11 |
686 | 2025-02-13T04:24:54.115Z | Compiling byteorder v1.5.0 |
687 | 2025-02-13T04:24:54.160Z | Compiling scopeguard v1.2.0 |
688 | 2025-02-13T04:24:54.342Z | Compiling slab v0.4.9 |
689 | 2025-02-13T04:24:54.356Z | Compiling log v0.4.22 |
690 | 2025-02-13T04:24:54.682Z | Compiling futures-sink v0.3.31 |
691 | 2025-02-13T04:24:54.778Z | Compiling parking_lot v0.12.3 |
692 | 2025-02-13T04:24:54.821Z | Compiling socket2 v0.5.7 |
693 | 2025-02-13T04:24:54.858Z | Compiling signal-hook-registry v1.4.2 |
694 | 2025-02-13T04:24:55.050Z | Compiling mio v1.0.2 |
695 | 2025-02-13T04:24:55.059Z | Compiling stable_deref_trait v1.2.0 |
696 | 2025-02-13T04:24:55.148Z | Compiling semver v1.0.24 |
697 | 2025-02-13T04:24:55.227Z | Compiling ring v0.17.8 |
698 | 2025-02-13T04:24:55.379Z | Compiling fnv v1.0.7 |
699 | 2025-02-13T04:24:55.501Z | Compiling equivalent v1.0.1 |
700 | 2025-02-13T04:24:55.613Z | Compiling hashbrown v0.15.1 |
701 | 2025-02-13T04:24:55.639Z | Compiling http v1.2.0 |
702 | 2025-02-13T04:24:56.276Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-13T04:24:56.413Z | Compiling futures-task v0.3.31 |
704 | 2025-02-13T04:24:56.581Z | Compiling pin-utils v0.1.0 |
705 | 2025-02-13T04:24:56.677Z | Compiling futures-io v0.3.31 |
706 | 2025-02-13T04:24:56.705Z | Compiling rustls-pki-types v1.10.0 |
707 | 2025-02-13T04:24:56.887Z | Compiling vcpkg v0.2.15 |
708 | 2025-02-13T04:24:56.915Z | Compiling pkg-config v0.3.31 |
709 | 2025-02-13T04:24:56.967Z | Compiling spin v0.9.8 |
710 | 2025-02-13T04:24:57.203Z | Compiling writeable v0.5.5 |
711 | 2025-02-13T04:24:57.962Z | Compiling iana-time-zone v0.1.61 |
712 | 2025-02-13T04:24:58.301Z | Compiling openssl-sys v0.9.105 |
713 | 2025-02-13T04:24:58.301Z | Compiling untrusted v0.9.0 |
714 | 2025-02-13T04:24:58.468Z | Compiling litemap v0.7.3 |
715 | 2025-02-13T04:24:58.486Z | Compiling heck v0.5.0 |
716 | 2025-02-13T04:24:58.641Z | Compiling httparse v1.9.5 |
717 | 2025-02-13T04:24:58.893Z | Compiling tracing-core v0.1.32 |
718 | 2025-02-13T04:24:59.162Z | Compiling ucd-trie v0.1.7 |
719 | 2025-02-13T04:24:59.187Z | Compiling atomic-waker v1.1.2 |
720 | 2025-02-13T04:24:59.320Z | Compiling dyn-clone v1.0.17 |
721 | 2025-02-13T04:24:59.536Z | Compiling tracing v0.1.40 |
722 | 2025-02-13T04:24:59.591Z | Compiling http-body v1.0.1 |
723 | 2025-02-13T04:25:00.103Z | Compiling zeroize v1.8.1 |
724 | 2025-02-13T04:25:00.156Z | Compiling subtle v2.6.1 |
725 | 2025-02-13T04:25:00.344Z | Compiling icu_locid_transform_data v1.5.0 |
726 | 2025-02-13T04:25:00.361Z | Compiling allocator-api2 v0.2.18 |
727 | 2025-02-13T04:25:00.406Z | Compiling try-lock v0.2.5 |
728 | 2025-02-13T04:25:00.448Z | Compiling uuid v1.12.0 |
729 | 2025-02-13T04:25:00.566Z | Compiling want v0.3.1 |
730 | 2025-02-13T04:25:00.831Z | Compiling chrono v0.4.39 |
731 | 2025-02-13T04:25:00.868Z | Compiling httpdate v1.0.3 |
732 | 2025-02-13T04:25:00.980Z | Compiling synstructure v0.13.1 |
733 | 2025-02-13T04:25:01.027Z | Compiling serde_derive_internals v0.29.1 |
734 | 2025-02-13T04:25:01.060Z | Compiling openssl v0.10.70 |
735 | 2025-02-13T04:25:01.677Z | Compiling foreign-types-shared v0.1.1 |
736 | 2025-02-13T04:25:01.752Z | Compiling icu_properties_data v1.5.0 |
737 | 2025-02-13T04:25:01.824Z | Compiling foreign-types v0.3.2 |
738 | 2025-02-13T04:25:02.296Z | Compiling tower-service v0.3.3 |
739 | 2025-02-13T04:25:02.457Z | Compiling utf16_iter v1.0.5 |
740 | 2025-02-13T04:25:02.637Z | Compiling native-tls v0.2.12 |
741 | 2025-02-13T04:25:02.914Z | Compiling write16 v1.0.0 |
742 | 2025-02-13T04:25:03.021Z | Compiling utf8_iter v1.0.4 |
743 | 2025-02-13T04:25:03.124Z | Compiling icu_normalizer_data v1.5.0 |
744 | 2025-02-13T04:25:03.124Z | Compiling rustls v0.23.19 |
745 | 2025-02-13T04:25:03.171Z | Compiling slog v2.7.0 |
746 | 2025-02-13T04:25:03.199Z | Compiling bitflags v2.6.0 |
747 | 2025-02-13T04:25:03.249Z | Compiling percent-encoding v2.3.1 |
748 | 2025-02-13T04:25:03.673Z | Compiling form_urlencoded v1.2.1 |
749 | 2025-02-13T04:25:03.751Z | Compiling aho-corasick v1.1.3 |
750 | 2025-02-13T04:25:03.985Z | Compiling regex-syntax v0.8.5 |
751 | 2025-02-13T04:25:04.182Z | Compiling typenum v1.17.0 |
752 | 2025-02-13T04:25:04.423Z | Compiling openssl-probe v0.1.5 |
753 | 2025-02-13T04:25:05.431Z | Compiling serde_derive v1.0.217 |
754 | 2025-02-13T04:25:05.618Z | Compiling zerocopy-derive v0.7.35 |
755 | 2025-02-13T04:25:05.619Z | Compiling thiserror-impl v1.0.69 |
756 | 2025-02-13T04:25:05.963Z | Compiling schemars_derive v0.8.21 |
757 | 2025-02-13T04:25:06.060Z | Compiling zerofrom-derive v0.1.4 |
758 | 2025-02-13T04:25:07.283Z | Compiling zerocopy v0.7.35 |
759 | 2025-02-13T04:25:08.304Z | Compiling yoke-derive v0.7.4 |
760 | 2025-02-13T04:25:08.644Z | Compiling tokio-macros v2.5.0 |
761 | 2025-02-13T04:25:08.690Z | Compiling zerovec-derive v0.10.3 |
762 | 2025-02-13T04:25:08.861Z | Compiling displaydoc v0.2.5 |
763 | 2025-02-13T04:25:09.212Z | Compiling zerofrom v0.1.4 |
764 | 2025-02-13T04:25:09.231Z | Compiling futures-macro v0.3.31 |
765 | 2025-02-13T04:25:10.010Z | Compiling tokio v1.43.0 |
766 | 2025-02-13T04:25:10.360Z | Compiling icu_provider_macros v1.5.0 |
767 | 2025-02-13T04:25:10.719Z | Compiling yoke v0.7.4 |
768 | 2025-02-13T04:25:11.082Z | Compiling futures-util v0.3.31 |
769 | 2025-02-13T04:25:11.087Z | Compiling zerovec v0.10.4 |
770 | 2025-02-13T04:25:11.451Z | Compiling rustls-webpki v0.102.8 |
771 | 2025-02-13T04:25:11.481Z | Compiling pest v2.7.14 |
772 | 2025-02-13T04:25:14.424Z | Compiling tinystr v0.7.6 |
773 | 2025-02-13T04:25:14.831Z | Compiling icu_locid v1.5.0 |
774 | 2025-02-13T04:25:16.059Z | Compiling icu_provider v1.5.0 |
775 | 2025-02-13T04:25:16.994Z | Compiling icu_locid_transform v1.5.0 |
776 | 2025-02-13T04:25:17.090Z | Compiling pest_meta v2.7.14 |
777 | 2025-02-13T04:25:18.262Z | Compiling indexmap v2.7.1 |
778 | 2025-02-13T04:25:19.936Z | Compiling serde_tokenstream v0.2.2 |
779 | 2025-02-13T04:25:21.844Z | Compiling tokio-util v0.7.12 |
780 | 2025-02-13T04:25:22.216Z | Compiling icu_collections v1.5.0 |
781 | 2025-02-13T04:25:22.227Z | Compiling hashbrown v0.14.5 |
782 | 2025-02-13T04:25:23.972Z | Compiling h2 v0.4.6 |
783 | 2025-02-13T04:25:24.101Z | Compiling regress v0.10.1 |
784 | 2025-02-13T04:25:24.921Z | Compiling icu_properties v1.5.1 |
785 | 2025-02-13T04:25:25.636Z | Compiling pest_generator v2.7.14 |
786 | 2025-02-13T04:25:27.315Z | Compiling openssl-macros v0.1.1 |
787 | 2025-02-13T04:25:28.586Z | Compiling icu_normalizer v1.5.0 |
788 | 2025-02-13T04:25:29.090Z | Compiling hyper v1.5.2 |
789 | 2025-02-13T04:25:31.108Z | Compiling typify-impl v0.2.0 |
790 | 2025-02-13T04:25:34.147Z | Compiling hyper-util v0.1.10 |
791 | 2025-02-13T04:25:35.405Z | Compiling pest_derive v2.7.14 |
792 | 2025-02-13T04:25:39.952Z | Compiling idna_adapter v1.2.0 |
793 | 2025-02-13T04:25:40.152Z | Compiling http-body-util v0.1.2 |
794 | 2025-02-13T04:25:40.505Z | Compiling regex-automata v0.4.8 |
795 | 2025-02-13T04:25:40.712Z | Compiling generic-array v0.14.7 |
796 | 2025-02-13T04:25:40.759Z | Compiling encoding_rs v0.8.34 |
797 | 2025-02-13T04:25:41.038Z | Compiling mime v0.3.17 |
798 | 2025-02-13T04:25:41.310Z | Compiling typify-macro v0.2.0 |
799 | 2025-02-13T04:25:42.205Z | Compiling idna v1.0.3 |
800 | 2025-02-13T04:25:43.392Z | Compiling tokio-rustls v0.26.0 |
801 | 2025-02-13T04:25:43.507Z | Compiling tokio-native-tls v0.3.1 |
802 | 2025-02-13T04:25:43.776Z | Compiling serde_urlencoded v0.7.1 |
803 | 2025-02-13T04:25:43.819Z | Compiling scroll_derive v0.12.0 |
804 | 2025-02-13T04:25:44.731Z | Compiling regex v1.11.1 |
805 | 2025-02-13T04:25:45.174Z | Compiling webpki-roots v0.26.6 |
806 | 2025-02-13T04:25:45.374Z | Compiling rustls-pemfile v2.2.0 |
807 | 2025-02-13T04:25:45.584Z | Compiling usdt-impl v0.5.0 |
808 | 2025-02-13T04:25:45.840Z | Compiling time-core v0.1.2 |
809 | 2025-02-13T04:25:45.968Z | Compiling num-conv v0.1.0 |
810 | 2025-02-13T04:25:46.004Z | Compiling powerfmt v0.2.0 |
811 | 2025-02-13T04:25:46.232Z | Compiling base64 v0.22.1 |
812 | 2025-02-13T04:25:47.282Z | Compiling deranged v0.3.11 |
813 | 2025-02-13T04:25:47.316Z | Compiling time-macros v0.2.18 |
814 | 2025-02-13T04:25:48.126Z | Compiling hyper-rustls v0.27.3 |
815 | 2025-02-13T04:25:49.733Z | Compiling scroll v0.12.0 |
816 | 2025-02-13T04:25:50.074Z | Compiling hyper-tls v0.6.0 |
817 | 2025-02-13T04:25:50.103Z | Compiling url v2.5.3 |
818 | 2025-02-13T04:25:50.543Z | Compiling thread-id v4.2.2 |
819 | 2025-02-13T04:25:51.799Z | Compiling dtrace-parser v0.2.0 |
820 | 2025-02-13T04:25:53.426Z | Compiling dof v0.3.0 |
821 | 2025-02-13T04:25:54.203Z | Compiling sync_wrapper v1.0.1 |
822 | 2025-02-13T04:25:54.292Z | Compiling num_threads v0.1.7 |
823 | 2025-02-13T04:25:55.627Z | Compiling ident_case v1.0.1 |
824 | 2025-02-13T04:25:56.040Z | Compiling paste v1.0.15 |
825 | 2025-02-13T04:25:56.428Z | Compiling omicron-workspace-hack v0.1.0 |
826 | 2025-02-13T04:25:56.757Z | Compiling ipnet v2.10.1 |
827 | 2025-02-13T04:25:56.811Z | Compiling strsim v0.11.1 |
828 | 2025-02-13T04:25:57.602Z | Compiling crossbeam-utils v0.8.20 |
829 | 2025-02-13T04:25:59.188Z | Compiling plain v0.2.3 |
830 | 2025-02-13T04:25:59.327Z | Compiling goblin v0.8.2 |
831 | 2025-02-13T04:25:59.697Z | Compiling time v0.3.36 |
832 | 2025-02-13T04:25:59.734Z | Compiling reqwest v0.12.9 |
833 | 2025-02-13T04:26:04.147Z | Compiling darling_core v0.20.10 |
834 | 2025-02-13T04:26:10.403Z | Compiling typify v0.2.0 |
835 | 2025-02-13T04:26:10.523Z | Compiling openapiv3 v2.0.0 |
836 | 2025-02-13T04:26:11.747Z | Compiling dirs-sys-next v0.1.2 |
837 | 2025-02-13T04:26:13.235Z | Compiling newtype-uuid v1.2.1 |
838 | 2025-02-13T04:26:13.564Z | Compiling rustls v0.22.4 |
839 | 2025-02-13T04:26:13.882Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2025-02-13T04:26:14.390Z | Compiling pretty-hex v0.4.1 |
841 | 2025-02-13T04:26:14.627Z | Compiling rustversion v1.0.17 |
842 | 2025-02-13T04:26:15.291Z | Compiling serde_yaml v0.9.34+deprecated |
843 | 2025-02-13T04:26:17.087Z | Compiling progenitor-impl v0.8.0 |
844 | 2025-02-13T04:26:18.675Z | Compiling dirs-next v2.0.0 |
845 | 2025-02-13T04:26:18.931Z | Compiling darling_macro v0.20.10 |
846 | 2025-02-13T04:26:20.980Z | Compiling block-buffer v0.10.4 |
847 | 2025-02-13T04:26:21.217Z | Compiling crypto-common v0.1.6 |
848 | 2025-02-13T04:26:21.430Z | Compiling ipnetwork v0.20.0 |
849 | 2025-02-13T04:26:21.696Z | Compiling toml_datetime v0.6.8 |
850 | 2025-02-13T04:26:22.362Z | Compiling serde_spanned v0.6.8 |
851 | 2025-02-13T04:26:22.604Z | Compiling ppv-lite86 v0.2.20 |
852 | 2025-02-13T04:26:22.631Z | Compiling structmeta-derive v0.3.0 |
853 | 2025-02-13T04:26:22.923Z | Compiling rand_core v0.6.4 |
854 | 2025-02-13T04:26:23.293Z | Compiling thread_local v1.1.8 |
855 | 2025-02-13T04:26:23.382Z | Compiling multer v3.1.0 |
856 | 2025-02-13T04:26:23.418Z | Compiling winnow v0.6.20 |
857 | 2025-02-13T04:26:23.726Z | Compiling slog-async v2.8.0 |
858 | 2025-02-13T04:26:23.950Z | Compiling camino v1.1.9 |
859 | 2025-02-13T04:26:24.193Z | Compiling thiserror v2.0.11 |
860 | 2025-02-13T04:26:24.524Z | Compiling anyhow v1.0.95 |
861 | 2025-02-13T04:26:24.753Z | Compiling match_cfg v0.1.0 |
862 | 2025-02-13T04:26:24.843Z | Compiling hostname v0.3.1 |
863 | 2025-02-13T04:26:25.142Z | Compiling structmeta v0.3.0 |
864 | 2025-02-13T04:26:25.444Z | Compiling rand_chacha v0.3.1 |
865 | 2025-02-13T04:26:25.480Z | Compiling progenitor-macro v0.8.0 |
866 | 2025-02-13T04:26:25.495Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
867 | 2025-02-13T04:26:26.303Z | Compiling crossbeam-channel v0.5.13 |
868 | 2025-02-13T04:26:27.151Z | Compiling toml_edit v0.22.22 |
869 | 2025-02-13T04:26:27.626Z | Compiling digest v0.10.7 |
870 | 2025-02-13T04:26:28.098Z | Compiling darling v0.20.10 |
871 | 2025-02-13T04:26:28.201Z | Compiling term v0.7.0 |
872 | 2025-02-13T04:26:33.857Z | Compiling usdt-attr-macro v0.5.0 |
873 | 2025-02-13T04:26:35.251Z | Compiling usdt-macro v0.5.0 |
874 | 2025-02-13T04:26:36.391Z | Compiling slog-json v2.6.1 |
875 | 2025-02-13T04:26:36.516Z | Compiling progenitor-client v0.8.0 |
876 | 2025-02-13T04:26:36.528Z | Compiling futures-executor v0.3.31 |
877 | 2025-02-13T04:26:36.847Z | Compiling thiserror-impl v2.0.11 |
878 | 2025-02-13T04:26:37.410Z | Compiling async-stream-impl v0.3.6 |
879 | 2025-02-13T04:26:37.609Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
880 | 2025-02-13T04:26:38.665Z | Compiling memmap v0.7.0 |
881 | 2025-02-13T04:26:38.752Z | Compiling is-terminal v0.4.13 |
882 | 2025-02-13T04:26:38.877Z | Compiling dropshot v0.15.1 |
883 | 2025-02-13T04:26:39.111Z | Compiling cpufeatures v0.2.14 |
884 | 2025-02-13T04:26:39.196Z | Compiling take_mut v0.2.2 |
885 | 2025-02-13T04:26:39.264Z | Compiling sha1 v0.10.6 |
886 | 2025-02-13T04:26:39.913Z | Compiling usdt v0.5.0 |
887 | 2025-02-13T04:26:40.068Z | Compiling slog-term v2.9.1 |
888 | 2025-02-13T04:26:41.409Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
889 | 2025-02-13T04:26:41.721Z | Compiling async-stream v0.3.6 |
890 | 2025-02-13T04:26:41.858Z | Compiling progenitor v0.8.0 |
891 | 2025-02-13T04:26:42.037Z | Compiling futures v0.3.31 |
892 | 2025-02-13T04:26:42.066Z | Compiling slog-bunyan v2.5.0 |
893 | 2025-02-13T04:26:42.233Z | Compiling tokio-rustls v0.25.0 |
894 | 2025-02-13T04:26:42.329Z | Compiling strum_macros v0.26.4 |
895 | 2025-02-13T04:26:42.636Z | Compiling toml v0.8.19 |
896 | 2025-02-13T04:26:42.644Z | Compiling serde_with_macros v3.11.0 |
897 | 2025-02-13T04:26:42.823Z | Compiling rand v0.8.5 |
898 | 2025-02-13T04:26:44.626Z | Compiling parse-display-derive v0.10.0 |
899 | 2025-02-13T04:26:47.855Z | Compiling dropshot_endpoint v0.15.1 |
900 | 2025-02-13T04:26:48.177Z | Compiling serde_path_to_error v0.1.16 |
901 | 2025-02-13T04:26:49.130Z | Compiling hex v0.4.3 |
902 | 2025-02-13T04:26:49.230Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2025-02-13T04:26:49.765Z | Compiling async-trait v0.1.86 |
904 | 2025-02-13T04:26:49.781Z | Compiling waitgroup v0.1.2 |
905 | 2025-02-13T04:26:50.013Z | Compiling hostname v0.4.0 |
906 | 2025-02-13T04:26:50.032Z | Compiling instant v0.1.13 |
907 | 2025-02-13T04:26:50.077Z | Compiling debug-ignore v1.0.5 |
908 | 2025-02-13T04:26:50.184Z | Compiling backoff v0.4.0 |
909 | 2025-02-13T04:26:50.215Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
910 | 2025-02-13T04:26:50.260Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
911 | 2025-02-13T04:26:50.422Z | Compiling parse-display v0.10.0 |
912 | 2025-02-13T04:26:50.503Z | Compiling strum v0.26.3 |
913 | 2025-02-13T04:26:50.513Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2025-02-13T04:26:50.684Z | Compiling serde_with v3.11.0 |
915 | 2025-02-13T04:26:51.883Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2025-02-13T04:26:52.360Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
917 | 2025-02-13T04:26:52.662Z | Compiling progenitor-client v0.9.1 |
918 | 2025-02-13T04:26:53.097Z | Compiling regress v0.9.1 |
919 | 2025-02-13T04:26:53.613Z | Compiling macaddr v1.0.1 |
920 | 2025-02-13T04:26:58.932Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
921 | 2025-02-13T04:27:09.782Z | Compiling test-project v0.1.0 (/tmp/test-project) |
922 | 2025-02-13T04:27:19.295Z | Finished `release` profile [optimized] target(s) in 2m 27s |
923 | 2025-02-13T04:27:19.360Z | process exited: duration 214136 ms, exit code 0 |
|
924 | 2025-02-13T04:27:19.365Z | found 0 output files |