|
|
|
1 | 2025-07-08T00:09:54.965Z | job assigned to worker 01JZKNT2Q03TD502499KFCPE8F [factory aws, i-0062b7988623d5067] (queued for 1 m 16 s) |
|
2 | 2025-07-08T00:10:03.407Z | starting task 0: "setup" |
3 | 2025-07-08T00:10:03.411Z | ++ uname -s |
4 | 2025-07-08T00:10:03.415Z | + kern=SunOS |
5 | 2025-07-08T00:10:03.415Z | + build_user=build |
6 | 2025-07-08T00:10:03.415Z | + build_uid=12345 |
7 | 2025-07-08T00:10:03.415Z | + work_dir=/work |
8 | 2025-07-08T00:10:03.415Z | + input_dir=/input |
9 | 2025-07-08T00:10:03.415Z | + [[ 0 == 12345 ]] |
10 | 2025-07-08T00:10:03.415Z | + case "$kern" in |
11 | 2025-07-08T00:10:03.415Z | + groupadd -g 12345 build |
12 | 2025-07-08T00:10:03.418Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-08T00:10:05.424Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-08T00:10:05.541Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-08T00:10:05.544Z | + home_fs=zfs |
16 | 2025-07-08T00:10:05.544Z | + [[ zfs == autofs ]] |
17 | 2025-07-08T00:10:05.544Z | + mkdir -p /home/build |
18 | 2025-07-08T00:10:05.547Z | + chown build:build /home/build /work |
19 | 2025-07-08T00:10:06.547Z | + chmod 0700 /home/build /work |
20 | 2025-07-08T00:10:06.551Z | process exited: duration 3145 ms, exit code 0 |
|
21 | 2025-07-08T00:10:06.558Z | starting task 1: "rust-toolchain" |
22 | 2025-07-08T00:10:06.563Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-08T00:10:06.563Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-08T00:10:06.563Z | * rust toolchain profile = "default" |
25 | 2025-07-08T00:10:06.563Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-08T00:10:06.563Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-08T00:10:06.563Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-08T00:10:06.566Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-08T00:10:06.566Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-08T00:10:06.681Z | info: downloading installer |
31 | 2025-07-08T00:10:07.974Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-08T00:10:07.974Z | warn: /opt/ooce/bin |
33 | 2025-07-08T00:10:07.974Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-08T00:10:07.974Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-08T00:10:07.974Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-08T00:10:07.974Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-08T00:10:07.974Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-08T00:10:07.974Z | error: cannot install while Rust is installed |
39 | 2025-07-08T00:10:07.975Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-08T00:10:08.002Z | info: profile set to 'default' |
41 | 2025-07-08T00:10:08.002Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-08T00:10:08.006Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-08T00:10:08.176Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-08T00:10:08.176Z | info: downloading component 'cargo' |
45 | 2025-07-08T00:10:09.036Z | info: downloading component 'clippy' |
46 | 2025-07-08T00:10:09.357Z | info: downloading component 'rust-docs' |
47 | 2025-07-08T00:10:10.664Z | info: downloading component 'rust-std' |
48 | 2025-07-08T00:10:12.496Z | info: downloading component 'rustc' |
49 | 2025-07-08T00:10:19.548Z | info: downloading component 'rustfmt' |
50 | 2025-07-08T00:10:19.778Z | info: installing component 'cargo' |
51 | 2025-07-08T00:10:20.670Z | info: installing component 'clippy' |
52 | 2025-07-08T00:10:21.070Z | info: installing component 'rust-docs' |
53 | 2025-07-08T00:10:22.946Z | info: installing component 'rust-std' |
54 | 2025-07-08T00:10:24.694Z | info: installing component 'rustc' |
55 | 2025-07-08T00:10:31.278Z | info: installing component 'rustfmt' |
56 | 2025-07-08T00:10:31.609Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-08T00:10:31.609Z | |
58 | 2025-07-08T00:10:32.026Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-08T00:10:32.026Z | |
60 | 2025-07-08T00:10:32.029Z | |
61 | 2025-07-08T00:10:32.029Z | Rust is installed now. Great! |
62 | 2025-07-08T00:10:32.029Z | |
63 | 2025-07-08T00:10:32.029Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-08T00:10:32.029Z | environment variable. This has not been done automatically. |
65 | 2025-07-08T00:10:32.029Z | |
66 | 2025-07-08T00:10:32.029Z | To configure your current shell, you need to source |
67 | 2025-07-08T00:10:32.029Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-08T00:10:32.029Z | |
69 | 2025-07-08T00:10:32.029Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-08T00:10:32.029Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-08T00:10:32.030Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-08T00:10:32.030Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-08T00:10:32.117Z | + rustup --version |
74 | 2025-07-08T00:10:32.129Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-08T00:10:32.131Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-08T00:10:32.208Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-08T00:10:32.211Z | + cargo --version |
78 | 2025-07-08T00:10:32.272Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-08T00:10:32.275Z | + rustc --version |
80 | 2025-07-08T00:10:32.339Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-08T00:10:32.343Z | process exited: duration 25783 ms, exit code 0 |
|
82 | 2025-07-08T00:10:32.349Z | starting task 2: "authentication" |
83 | 2025-07-08T00:10:32.372Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-07-08T00:10:32.378Z | starting task 3: "clone repository" |
85 | 2025-07-08T00:10:32.383Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-08T00:10:32.386Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-08T00:10:32.428Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-08T00:10:40.324Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-08T00:10:40.324Z | + git fetch origin dce506f5432419991bf8bd33a58714e235ebb934 |
90 | 2025-07-08T00:10:40.711Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-08T00:10:40.711Z | * branch dce506f5432419991bf8bd33a58714e235ebb934 -> FETCH_HEAD |
92 | 2025-07-08T00:10:40.723Z | + [[ -n update-status-sp-version-info ]] |
93 | 2025-07-08T00:10:40.726Z | ++ git branch --show-current |
94 | 2025-07-08T00:10:40.730Z | + current=main |
95 | 2025-07-08T00:10:40.730Z | + [[ main != update-status-sp-version-info ]] |
96 | 2025-07-08T00:10:40.730Z | + git branch -f update-status-sp-version-info dce506f5432419991bf8bd33a58714e235ebb934 |
97 | 2025-07-08T00:10:40.734Z | + git checkout -f update-status-sp-version-info |
98 | 2025-07-08T00:10:40.959Z | Switched to branch 'update-status-sp-version-info' |
99 | 2025-07-08T00:10:40.963Z | + git reset --hard dce506f5432419991bf8bd33a58714e235ebb934 |
100 | 2025-07-08T00:10:40.980Z | HEAD is now at dce506f54 review comment |
101 | 2025-07-08T00:10:40.985Z | process exited: duration 8601 ms, exit code 0 |
|
102 | 2025-07-08T00:10:40.991Z | starting task 4: "build" |
103 | 2025-07-08T00:10:40.996Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-08T00:10:40.996Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-08T00:10:40.996Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-08T00:10:41.000Z | + cargo --version |
107 | 2025-07-08T00:10:41.052Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-08T00:10:41.055Z | + rustc --version |
109 | 2025-07-08T00:10:41.122Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-08T00:10:41.126Z | + cd /tmp |
111 | 2025-07-08T00:10:41.126Z | + cargo new --lib test-project |
112 | 2025-07-08T00:10:41.191Z | Creating library `test-project` package |
113 | 2025-07-08T00:10:41.273Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-07-08T00:10:41.276Z | + cd test-project |
115 | 2025-07-08T00:10:41.276Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-07-08T00:10:41.345Z | Adding omicron-common (local) to dependencies |
117 | 2025-07-08T00:10:41.348Z | Features: |
118 | 2025-07-08T00:10:41.348Z | - proptest |
119 | 2025-07-08T00:10:41.348Z | - test-strategy |
120 | 2025-07-08T00:10:41.348Z | - testing |
121 | 2025-07-08T00:10:41.374Z | Updating crates.io index |
122 | 2025-07-08T00:10:41.435Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-07-08T00:10:41.923Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-07-08T00:10:42.586Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-07-08T00:10:42.975Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-07-08T00:10:43.403Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-07-08T00:10:44.854Z | Locking 355 packages to latest Rust 1.88.0 compatible versions |
128 | 2025-07-08T00:10:44.957Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-07-08T00:10:44.960Z | + cargo check |
130 | 2025-07-08T00:10:45.144Z | Updating crates.io index |
131 | 2025-07-08T00:10:46.061Z | Locking 1 package to latest Rust 1.88.0 compatible version |
132 | 2025-07-08T00:10:46.061Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-07-08T00:10:46.097Z | Downloading crates ... |
134 | 2025-07-08T00:10:46.181Z | Downloaded allocator-api2 v0.2.21 |
135 | 2025-07-08T00:10:46.188Z | Downloaded bit-vec v0.8.0 |
136 | 2025-07-08T00:10:46.191Z | Downloaded bitflags v2.9.0 |
137 | 2025-07-08T00:10:46.194Z | Downloaded async-trait v0.1.88 |
138 | 2025-07-08T00:10:46.198Z | Downloaded async-stream v0.3.6 |
139 | 2025-07-08T00:10:46.201Z | Downloaded structmeta-derive v0.3.0 |
140 | 2025-07-08T00:10:46.204Z | Downloaded lock_api v0.4.12 |
141 | 2025-07-08T00:10:46.204Z | Downloaded strum_macros v0.26.4 |
142 | 2025-07-08T00:10:46.208Z | Downloaded cpufeatures v0.2.14 |
143 | 2025-07-08T00:10:46.211Z | Downloaded byteorder v1.5.0 |
144 | 2025-07-08T00:10:46.211Z | Downloaded backoff v0.4.0 |
145 | 2025-07-08T00:10:46.214Z | Downloaded bit-set v0.8.0 |
146 | 2025-07-08T00:10:46.218Z | Downloaded aho-corasick v1.1.3 |
147 | 2025-07-08T00:10:46.221Z | Downloaded tinystr v0.7.6 |
148 | 2025-07-08T00:10:46.224Z | Downloaded time-core v0.1.2 |
149 | 2025-07-08T00:10:46.224Z | Downloaded time-macros v0.2.18 |
150 | 2025-07-08T00:10:46.228Z | Downloaded cfg-if v1.0.1 |
151 | 2025-07-08T00:10:46.231Z | Downloaded take_mut v0.2.2 |
152 | 2025-07-08T00:10:46.231Z | Downloaded subtle v2.6.1 |
153 | 2025-07-08T00:10:46.235Z | Downloaded crossbeam-utils v0.8.21 |
154 | 2025-07-08T00:10:46.238Z | Downloaded thread_local v1.1.8 |
155 | 2025-07-08T00:10:46.238Z | Downloaded bytes v1.10.1 |
156 | 2025-07-08T00:10:46.242Z | Downloaded tinyvec_macros v0.1.1 |
157 | 2025-07-08T00:10:46.246Z | Downloaded tinyvec v1.8.0 |
158 | 2025-07-08T00:10:46.250Z | Downloaded thread-id v4.2.2 |
159 | 2025-07-08T00:10:46.250Z | Downloaded cc v1.2.15 |
160 | 2025-07-08T00:10:46.253Z | Downloaded typify-macro v0.3.0 |
161 | 2025-07-08T00:10:46.256Z | Downloaded chrono v0.4.41 |
162 | 2025-07-08T00:10:46.262Z | Downloaded thiserror-impl v2.0.12 |
163 | 2025-07-08T00:10:46.265Z | Downloaded term v0.7.0 |
164 | 2025-07-08T00:10:46.268Z | Downloaded equivalent v1.0.2 |
165 | 2025-07-08T00:10:46.272Z | Downloaded ident_case v1.0.1 |
166 | 2025-07-08T00:10:46.272Z | Downloaded dtrace-parser v0.2.0 |
167 | 2025-07-08T00:10:46.272Z | Downloaded tokio-macros v2.5.0 |
168 | 2025-07-08T00:10:46.275Z | Downloaded tempfile v3.20.0 |
169 | 2025-07-08T00:10:46.279Z | Downloaded omicron-workspace-hack v0.1.0 |
170 | 2025-07-08T00:10:46.279Z | Downloaded memmap v0.7.0 |
171 | 2025-07-08T00:10:46.284Z | Downloaded synstructure v0.13.1 |
172 | 2025-07-08T00:10:46.284Z | Downloaded match_cfg v0.1.0 |
173 | 2025-07-08T00:10:46.287Z | Downloaded darling_macro v0.20.10 |
174 | 2025-07-08T00:10:46.287Z | Downloaded writeable v0.5.5 |
175 | 2025-07-08T00:10:46.293Z | Downloaded http-body v1.0.1 |
176 | 2025-07-08T00:10:46.293Z | Downloaded memchr v2.7.4 |
177 | 2025-07-08T00:10:46.297Z | Downloaded want v0.3.1 |
178 | 2025-07-08T00:10:46.300Z | Downloaded usdt-macro v0.5.0 |
179 | 2025-07-08T00:10:46.300Z | Downloaded hex v0.4.3 |
180 | 2025-07-08T00:10:46.300Z | Downloaded hostname v0.3.1 |
181 | 2025-07-08T00:10:46.304Z | Downloaded tower-service v0.3.3 |
182 | 2025-07-08T00:10:46.307Z | Downloaded pretty-hex v0.4.1 |
183 | 2025-07-08T00:10:46.307Z | Downloaded usdt-attr-macro v0.5.0 |
184 | 2025-07-08T00:10:46.312Z | Downloaded powerfmt v0.2.0 |
185 | 2025-07-08T00:10:46.312Z | Downloaded instant v0.1.13 |
186 | 2025-07-08T00:10:46.312Z | Downloaded progenitor-macro v0.9.1 |
187 | 2025-07-08T00:10:46.315Z | Downloaded try-lock v0.2.5 |
188 | 2025-07-08T00:10:46.315Z | Downloaded tower-layer v0.3.3 |
189 | 2025-07-08T00:10:46.315Z | Downloaded num-conv v0.1.0 |
190 | 2025-07-08T00:10:46.318Z | Downloaded rand_chacha v0.3.1 |
191 | 2025-07-08T00:10:46.318Z | Downloaded heck v0.5.0 |
192 | 2025-07-08T00:10:46.321Z | Downloaded futures-macro v0.3.31 |
193 | 2025-07-08T00:10:46.321Z | Downloaded futures-executor v0.3.31 |
194 | 2025-07-08T00:10:46.325Z | Downloaded dyn-clone v1.0.19 |
195 | 2025-07-08T00:10:46.328Z | Downloaded sync_wrapper v1.0.1 |
196 | 2025-07-08T00:10:46.328Z | Downloaded http-body-util v0.1.3 |
197 | 2025-07-08T00:10:46.331Z | Downloaded hostname v0.4.0 |
198 | 2025-07-08T00:10:46.331Z | Downloaded errno v0.3.12 |
199 | 2025-07-08T00:10:46.335Z | Downloaded structmeta v0.3.0 |
200 | 2025-07-08T00:10:46.335Z | Downloaded deranged v0.3.11 |
201 | 2025-07-08T00:10:46.339Z | Downloaded daft v0.1.4 |
202 | 2025-07-08T00:10:46.340Z | Downloaded dof v0.3.0 |
203 | 2025-07-08T00:10:46.343Z | Downloaded digest v0.10.7 |
204 | 2025-07-08T00:10:46.343Z | Downloaded dirs-next v2.0.0 |
205 | 2025-07-08T00:10:46.346Z | Downloaded zeroize v1.8.1 |
206 | 2025-07-08T00:10:46.346Z | Downloaded zerofrom-derive v0.1.4 |
207 | 2025-07-08T00:10:46.346Z | Downloaded thiserror v1.0.69 |
208 | 2025-07-08T00:10:46.353Z | Downloaded macaddr v1.0.1 |
209 | 2025-07-08T00:10:46.357Z | Downloaded futures-sink v0.3.31 |
210 | 2025-07-08T00:10:46.357Z | Downloaded form_urlencoded v1.2.1 |
211 | 2025-07-08T00:10:46.357Z | Downloaded foldhash v0.1.5 |
212 | 2025-07-08T00:10:46.360Z | Downloaded zerovec-derive v0.10.3 |
213 | 2025-07-08T00:10:46.360Z | Downloaded version_check v0.9.5 |
214 | 2025-07-08T00:10:46.363Z | Downloaded usdt v0.5.0 |
215 | 2025-07-08T00:10:46.363Z | Downloaded oxnet v0.1.2 |
216 | 2025-07-08T00:10:46.368Z | Downloaded lazy_static v1.5.0 |
217 | 2025-07-08T00:10:46.368Z | Downloaded parse-display v0.10.0 |
218 | 2025-07-08T00:10:46.371Z | Downloaded ppv-lite86 v0.2.20 |
219 | 2025-07-08T00:10:46.371Z | Downloaded schemars_derive v0.8.22 |
220 | 2025-07-08T00:10:46.371Z | Downloaded percent-encoding v2.3.1 |
221 | 2025-07-08T00:10:46.375Z | Downloaded once_cell v1.21.3 |
222 | 2025-07-08T00:10:46.375Z | Downloaded serde_path_to_error v0.1.17 |
223 | 2025-07-08T00:10:46.379Z | Downloaded rand_xorshift v0.4.0 |
224 | 2025-07-08T00:10:46.379Z | Downloaded sha1 v0.10.6 |
225 | 2025-07-08T00:10:46.382Z | Downloaded parse-display-derive v0.10.0 |
226 | 2025-07-08T00:10:46.382Z | Downloaded strsim v0.11.1 |
227 | 2025-07-08T00:10:46.386Z | Downloaded pin-utils v0.1.0 |
228 | 2025-07-08T00:10:46.386Z | Downloaded stable_deref_trait v1.2.0 |
229 | 2025-07-08T00:10:46.386Z | Downloaded slog-async v2.8.0 |
230 | 2025-07-08T00:10:46.389Z | Downloaded zerocopy-derive v0.7.35 |
231 | 2025-07-08T00:10:46.392Z | Downloaded newtype-uuid v1.2.4 |
232 | 2025-07-08T00:10:46.392Z | Downloaded ipnetwork v0.21.1 |
233 | 2025-07-08T00:10:46.396Z | Downloaded rand_core v0.6.4 |
234 | 2025-07-08T00:10:46.399Z | Downloaded httpdate v1.0.3 |
235 | 2025-07-08T00:10:46.399Z | Downloaded serde_spanned v0.6.9 |
236 | 2025-07-08T00:10:46.402Z | Downloaded hyper-rustls v0.27.7 |
237 | 2025-07-08T00:10:46.402Z | Downloaded progenitor-client v0.9.1 |
238 | 2025-07-08T00:10:46.406Z | Downloaded icu_locid_transform v1.5.0 |
239 | 2025-07-08T00:10:46.406Z | Downloaded scroll_derive v0.12.0 |
240 | 2025-07-08T00:10:46.410Z | Downloaded thiserror v2.0.12 |
241 | 2025-07-08T00:10:46.413Z | Downloaded rusty-fork v0.3.0 |
242 | 2025-07-08T00:10:46.416Z | Downloaded ref-cast-impl v1.0.24 |
243 | 2025-07-08T00:10:46.416Z | Downloaded ref-cast v1.0.24 |
244 | 2025-07-08T00:10:46.419Z | Downloaded serde_urlencoded v0.7.1 |
245 | 2025-07-08T00:10:46.419Z | Downloaded pest_generator v2.7.14 |
246 | 2025-07-08T00:10:46.423Z | Downloaded multer v3.1.0 |
247 | 2025-07-08T00:10:46.426Z | Downloaded scopeguard v1.2.0 |
248 | 2025-07-08T00:10:46.426Z | Downloaded serde_tokenstream v0.2.2 |
249 | 2025-07-08T00:10:46.429Z | Downloaded serde_derive_internals v0.29.1 |
250 | 2025-07-08T00:10:46.429Z | Downloaded paste v1.0.15 |
251 | 2025-07-08T00:10:46.432Z | Downloaded rustc-hash v2.1.1 |
252 | 2025-07-08T00:10:46.436Z | Downloaded pest_derive v2.7.14 |
253 | 2025-07-08T00:10:46.436Z | Downloaded quick-error v1.2.3 |
254 | 2025-07-08T00:10:46.439Z | Downloaded usdt-impl v0.5.0 |
255 | 2025-07-08T00:10:46.439Z | Downloaded log v0.4.27 |
256 | 2025-07-08T00:10:46.442Z | Downloaded getrandom v0.3.1 |
257 | 2025-07-08T00:10:46.445Z | Downloaded icu_normalizer_data v1.5.0 |
258 | 2025-07-08T00:10:46.449Z | Downloaded slab v0.4.9 |
259 | 2025-07-08T00:10:46.449Z | Downloaded icu_normalizer v1.5.0 |
260 | 2025-07-08T00:10:46.452Z | Downloaded icu_locid v1.5.0 |
261 | 2025-07-08T00:10:46.456Z | Downloaded parking_lot_core v0.9.10 |
262 | 2025-07-08T00:10:46.459Z | Downloaded darling_core v0.20.10 |
263 | 2025-07-08T00:10:46.463Z | Downloaded slog-json v2.6.1 |
264 | 2025-07-08T00:10:46.466Z | Downloaded progenitor-client v0.10.0 |
265 | 2025-07-08T00:10:46.466Z | Downloaded plain v0.2.3 |
266 | 2025-07-08T00:10:46.466Z | Downloaded scroll v0.12.0 |
267 | 2025-07-08T00:10:46.469Z | Downloaded slog-term v2.9.1 |
268 | 2025-07-08T00:10:46.473Z | Downloaded smallvec v1.15.0 |
269 | 2025-07-08T00:10:46.473Z | Downloaded semver v1.0.26 |
270 | 2025-07-08T00:10:46.476Z | Downloaded pin-project-lite v0.2.14 |
271 | 2025-07-08T00:10:46.479Z | Downloaded typify v0.3.0 |
272 | 2025-07-08T00:10:46.483Z | Downloaded unicode-ident v1.0.18 |
273 | 2025-07-08T00:10:46.486Z | Downloaded derive-where v1.5.0 |
274 | 2025-07-08T00:10:46.489Z | Downloaded parking_lot v0.12.3 |
275 | 2025-07-08T00:10:46.492Z | Downloaded sha2 v0.10.9 |
276 | 2025-07-08T00:10:46.496Z | Downloaded progenitor-impl v0.9.1 |
277 | 2025-07-08T00:10:46.496Z | Downloaded serde_with_macros v3.14.0 |
278 | 2025-07-08T00:10:46.500Z | Downloaded spin v0.9.8 |
279 | 2025-07-08T00:10:46.504Z | Downloaded serde_derive v1.0.219 |
280 | 2025-07-08T00:10:46.504Z | Downloaded proc-macro2 v1.0.95 |
281 | 2025-07-08T00:10:46.507Z | Downloaded progenitor v0.9.1 |
282 | 2025-07-08T00:10:46.507Z | Downloaded icu_properties v1.5.1 |
283 | 2025-07-08T00:10:46.511Z | Downloaded rustls-pemfile v2.2.0 |
284 | 2025-07-08T00:10:46.515Z | Downloaded typenum v1.17.0 |
285 | 2025-07-08T00:10:46.515Z | Downloaded icu_locid_transform_data v1.5.0 |
286 | 2025-07-08T00:10:46.519Z | Downloaded quinn-udp v0.5.5 |
287 | 2025-07-08T00:10:46.519Z | Downloaded rand_core v0.9.2 |
288 | 2025-07-08T00:10:46.519Z | Downloaded tracing-core v0.1.32 |
289 | 2025-07-08T00:10:46.523Z | Downloaded icu_collections v1.5.0 |
290 | 2025-07-08T00:10:46.527Z | Downloaded quote v1.0.40 |
291 | 2025-07-08T00:10:46.531Z | Downloaded num-traits v0.2.19 |
292 | 2025-07-08T00:10:46.534Z | Downloaded rustls-pki-types v1.10.0 |
293 | 2025-07-08T00:10:46.537Z | Downloaded serde_yaml v0.9.34+deprecated |
294 | 2025-07-08T00:10:46.541Z | Downloaded uuid v1.17.0 |
295 | 2025-07-08T00:10:46.545Z | Downloaded slog v2.7.0 |
296 | 2025-07-08T00:10:46.548Z | Downloaded ucd-trie v0.1.7 |
297 | 2025-07-08T00:10:46.548Z | Downloaded ryu v1.0.18 |
298 | 2025-07-08T00:10:46.552Z | Downloaded rand v0.8.5 |
299 | 2025-07-08T00:10:46.555Z | Downloaded mio v1.0.2 |
300 | 2025-07-08T00:10:46.558Z | Downloaded serde v1.0.219 |
301 | 2025-07-08T00:10:46.561Z | Downloaded hyper-util v0.1.14 |
302 | 2025-07-08T00:10:46.566Z | Downloaded schemars v0.8.22 |
303 | 2025-07-08T00:10:46.580Z | Downloaded rand v0.9.1 |
304 | 2025-07-08T00:10:46.584Z | Downloaded zerovec v0.10.4 |
305 | 2025-07-08T00:10:46.588Z | Downloaded zerocopy v0.7.35 |
306 | 2025-07-08T00:10:46.603Z | Downloaded quinn v0.11.5 |
307 | 2025-07-08T00:10:46.607Z | Downloaded tower v0.5.2 |
308 | 2025-07-08T00:10:46.613Z | Downloaded idna v1.0.3 |
309 | 2025-07-08T00:10:46.616Z | Downloaded iri-string v0.7.8 |
310 | 2025-07-08T00:10:46.623Z | Downloaded pest v2.7.14 |
311 | 2025-07-08T00:10:46.626Z | Downloaded hashbrown v0.15.4 |
312 | 2025-07-08T00:10:46.631Z | Downloaded serde_json v1.0.140 |
313 | 2025-07-08T00:10:46.638Z | Downloaded hyper v1.6.0 |
314 | 2025-07-08T00:10:46.644Z | Downloaded tower-http v0.6.6 |
315 | 2025-07-08T00:10:46.651Z | Downloaded h2 v0.4.6 |
316 | 2025-07-08T00:10:46.657Z | Downloaded tokio-util v0.7.15 |
317 | 2025-07-08T00:10:46.663Z | Downloaded goblin v0.8.2 |
318 | 2025-07-08T00:10:46.668Z | Downloaded futures-util v0.3.31 |
319 | 2025-07-08T00:10:46.678Z | Downloaded rustls-webpki v0.102.8 |
320 | 2025-07-08T00:10:46.698Z | Downloaded proptest v1.7.0 |
321 | 2025-07-08T00:10:46.704Z | Downloaded reqwest v0.12.22 |
322 | 2025-07-08T00:10:46.712Z | Downloaded quinn-proto v0.11.8 |
323 | 2025-07-08T00:10:46.715Z | Downloaded serde_with v3.14.0 |
324 | 2025-07-08T00:10:46.726Z | Downloaded icu_properties_data v1.5.0 |
325 | 2025-07-08T00:10:46.735Z | Downloaded zerocopy v0.8.26 |
326 | 2025-07-08T00:10:46.755Z | Downloaded webpki-roots v1.0.0 |
327 | 2025-07-08T00:10:46.758Z | Downloaded winnow v0.7.10 |
328 | 2025-07-08T00:10:46.765Z | Downloaded http v1.3.1 |
329 | 2025-07-08T00:10:46.769Z | Downloaded rustls v0.23.19 |
330 | 2025-07-08T00:10:46.778Z | Downloaded rustls v0.22.4 |
331 | 2025-07-08T00:10:46.791Z | Downloaded regress v0.10.3 |
332 | 2025-07-08T00:10:46.797Z | Downloaded syn v2.0.104 |
333 | 2025-07-08T00:10:46.805Z | Downloaded rustix v1.0.7 |
334 | 2025-07-08T00:10:46.825Z | Downloaded regex-syntax v0.8.5 |
335 | 2025-07-08T00:10:46.831Z | Downloaded openapiv3 v2.2.0 |
336 | 2025-07-08T00:10:46.839Z | Downloaded dropshot v0.16.2 |
337 | 2025-07-08T00:10:46.859Z | Downloaded regex v1.11.1 |
338 | 2025-07-08T00:10:46.870Z | Downloaded tracing v0.1.40 |
339 | 2025-07-08T00:10:46.874Z | Downloaded toml_edit v0.22.27 |
340 | 2025-07-08T00:10:46.877Z | Downloaded typify-impl v0.3.0 |
341 | 2025-07-08T00:10:46.885Z | Downloaded iddqd v0.3.8 |
342 | 2025-07-08T00:10:46.891Z | Downloaded socket2 v0.5.10 |
343 | 2025-07-08T00:10:46.895Z | Downloaded indexmap v2.10.0 |
344 | 2025-07-08T00:10:46.898Z | Downloaded toml v0.8.23 |
345 | 2025-07-08T00:10:46.898Z | Downloaded pest_meta v2.7.14 |
346 | 2025-07-08T00:10:46.901Z | Downloaded mime v0.3.17 |
347 | 2025-07-08T00:10:46.901Z | Downloaded test-strategy v0.4.1 |
348 | 2025-07-08T00:10:46.906Z | Downloaded futures v0.3.31 |
349 | 2025-07-08T00:10:46.910Z | Downloaded iana-time-zone v0.1.63 |
350 | 2025-07-08T00:10:46.913Z | Downloaded signal-hook-registry v1.4.2 |
351 | 2025-07-08T00:10:46.913Z | Downloaded shlex v1.3.0 |
352 | 2025-07-08T00:10:46.913Z | Downloaded dropshot_endpoint v0.16.2 |
353 | 2025-07-08T00:10:46.917Z | Downloaded rand_chacha v0.9.0 |
354 | 2025-07-08T00:10:46.917Z | Downloaded tokio-rustls v0.26.0 |
355 | 2025-07-08T00:10:46.920Z | Downloaded tokio-rustls v0.25.0 |
356 | 2025-07-08T00:10:46.920Z | Downloaded yoke v0.7.4 |
357 | 2025-07-08T00:10:46.923Z | Downloaded regex-automata v0.4.8 |
358 | 2025-07-08T00:10:46.935Z | Downloaded litemap v0.7.3 |
359 | 2025-07-08T00:10:46.939Z | Downloaded libc v0.2.174 |
360 | 2025-07-08T00:10:46.956Z | Downloaded rustversion v1.0.17 |
361 | 2025-07-08T00:10:46.960Z | Downloaded slog-bunyan v2.5.0 |
362 | 2025-07-08T00:10:46.960Z | Downloaded icu_provider v1.5.0 |
363 | 2025-07-08T00:10:46.964Z | Downloaded ipnet v2.11.0 |
364 | 2025-07-08T00:10:46.964Z | Downloaded getrandom v0.2.15 |
365 | 2025-07-08T00:10:46.968Z | Downloaded fnv v1.0.7 |
366 | 2025-07-08T00:10:46.968Z | Downloaded tokio v1.45.1 |
367 | 2025-07-08T00:10:46.996Z | Downloaded httparse v1.9.5 |
368 | 2025-07-08T00:10:47.003Z | Downloaded crossbeam-channel v0.5.15 |
369 | 2025-07-08T00:10:47.007Z | Downloaded toml_datetime v0.6.11 |
370 | 2025-07-08T00:10:47.007Z | Downloaded darling v0.20.10 |
371 | 2025-07-08T00:10:47.007Z | Downloaded daft-derive v0.1.4 |
372 | 2025-07-08T00:10:47.011Z | Downloaded utf16_iter v1.0.5 |
373 | 2025-07-08T00:10:47.011Z | Downloaded url v2.5.4 |
374 | 2025-07-08T00:10:47.016Z | Downloaded untrusted v0.9.0 |
375 | 2025-07-08T00:10:47.016Z | Downloaded unarray v0.1.4 |
376 | 2025-07-08T00:10:47.016Z | Downloaded toml_write v0.1.2 |
377 | 2025-07-08T00:10:47.019Z | Downloaded is-terminal v0.4.13 |
378 | 2025-07-08T00:10:47.020Z | Downloaded idna_adapter v1.2.0 |
379 | 2025-07-08T00:10:47.020Z | Downloaded generic-array v0.14.7 |
380 | 2025-07-08T00:10:47.020Z | Downloaded itoa v1.0.11 |
381 | 2025-07-08T00:10:47.020Z | Downloaded fastrand v2.1.1 |
382 | 2025-07-08T00:10:47.023Z | Downloaded base64 v0.22.1 |
383 | 2025-07-08T00:10:47.023Z | Downloaded dirs-sys-next v0.1.2 |
384 | 2025-07-08T00:10:47.027Z | Downloaded futures-task v0.3.31 |
385 | 2025-07-08T00:10:47.028Z | Downloaded futures-io v0.3.31 |
386 | 2025-07-08T00:10:47.028Z | Downloaded futures-core v0.3.31 |
387 | 2025-07-08T00:10:47.028Z | Downloaded futures-channel v0.3.31 |
388 | 2025-07-08T00:10:47.031Z | Downloaded displaydoc v0.2.5 |
389 | 2025-07-08T00:10:47.031Z | Downloaded debug-ignore v1.0.5 |
390 | 2025-07-08T00:10:47.034Z | Downloaded zerofrom v0.1.4 |
391 | 2025-07-08T00:10:47.034Z | Downloaded yoke-derive v0.7.4 |
392 | 2025-07-08T00:10:47.034Z | Downloaded write16 v1.0.0 |
393 | 2025-07-08T00:10:47.034Z | Downloaded waitgroup v0.1.2 |
394 | 2025-07-08T00:10:47.038Z | Downloaded wait-timeout v0.2.0 |
395 | 2025-07-08T00:10:47.038Z | Downloaded utf8_iter v1.0.4 |
396 | 2025-07-08T00:10:47.038Z | Downloaded thiserror-impl v1.0.69 |
397 | 2025-07-08T00:10:47.038Z | Downloaded encoding_rs v0.8.34 |
398 | 2025-07-08T00:10:47.055Z | Downloaded num_threads v0.1.7 |
399 | 2025-07-08T00:10:47.059Z | Downloaded unsafe-libyaml v0.2.11 |
400 | 2025-07-08T00:10:47.059Z | Downloaded time v0.3.36 |
401 | 2025-07-08T00:10:47.066Z | Downloaded icu_provider_macros v1.5.0 |
402 | 2025-07-08T00:10:47.069Z | Downloaded strum v0.26.3 |
403 | 2025-07-08T00:10:47.069Z | Downloaded anyhow v1.0.98 |
404 | 2025-07-08T00:10:47.069Z | Downloaded camino v1.1.10 |
405 | 2025-07-08T00:10:47.072Z | Downloaded crypto-common v0.1.6 |
406 | 2025-07-08T00:10:47.072Z | Downloaded block-buffer v0.10.4 |
407 | 2025-07-08T00:10:47.073Z | Downloaded autocfg v1.4.0 |
408 | 2025-07-08T00:10:47.073Z | Downloaded atomic-waker v1.1.2 |
409 | 2025-07-08T00:10:47.076Z | Downloaded async-stream-impl v0.3.6 |
410 | 2025-07-08T00:10:47.083Z | Downloaded ring v0.17.14 |
411 | 2025-07-08T00:10:47.185Z | Compiling proc-macro2 v1.0.95 |
412 | 2025-07-08T00:10:47.185Z | Compiling unicode-ident v1.0.18 |
413 | 2025-07-08T00:10:47.185Z | Compiling libc v0.2.174 |
414 | 2025-07-08T00:10:47.188Z | Checking cfg-if v1.0.1 |
415 | 2025-07-08T00:10:47.188Z | Compiling autocfg v1.4.0 |
416 | 2025-07-08T00:10:47.188Z | Compiling serde v1.0.219 |
417 | 2025-07-08T00:10:47.188Z | Checking memchr v2.7.4 |
418 | 2025-07-08T00:10:47.298Z | Checking itoa v1.0.11 |
419 | 2025-07-08T00:10:47.420Z | Compiling serde_json v1.0.140 |
420 | 2025-07-08T00:10:47.610Z | Checking ryu v1.0.18 |
421 | 2025-07-08T00:10:47.857Z | Compiling getrandom v0.3.1 |
422 | 2025-07-08T00:10:47.987Z | Compiling semver v1.0.26 |
423 | 2025-07-08T00:10:48.114Z | Checking pin-project-lite v0.2.14 |
424 | 2025-07-08T00:10:48.256Z | Checking smallvec v1.15.0 |
425 | 2025-07-08T00:10:48.286Z | Checking futures-core v0.3.31 |
426 | 2025-07-08T00:10:48.442Z | Checking bytes v1.10.1 |
427 | 2025-07-08T00:10:48.532Z | Compiling version_check v0.9.5 |
428 | 2025-07-08T00:10:48.637Z | Checking once_cell v1.21.3 |
429 | 2025-07-08T00:10:48.668Z | Compiling lock_api v0.4.12 |
430 | 2025-07-08T00:10:48.683Z | Compiling num-traits v0.2.19 |
431 | 2025-07-08T00:10:48.929Z | Checking allocator-api2 v0.2.21 |
432 | 2025-07-08T00:10:49.032Z | Checking equivalent v1.0.2 |
433 | 2025-07-08T00:10:49.045Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-07-08T00:10:49.082Z | Checking foldhash v0.1.5 |
435 | 2025-07-08T00:10:49.185Z | Compiling quote v1.0.40 |
436 | 2025-07-08T00:10:49.227Z | Checking scopeguard v1.2.0 |
437 | 2025-07-08T00:10:49.336Z | Compiling thiserror v1.0.69 |
438 | 2025-07-08T00:10:49.366Z | Checking fnv v1.0.7 |
439 | 2025-07-08T00:10:49.507Z | Checking hashbrown v0.15.4 |
440 | 2025-07-08T00:10:49.646Z | Compiling syn v2.0.104 |
441 | 2025-07-08T00:10:49.683Z | Compiling slab v0.4.9 |
442 | 2025-07-08T00:10:49.716Z | Checking futures-sink v0.3.31 |
443 | 2025-07-08T00:10:49.755Z | Compiling shlex v1.3.0 |
444 | 2025-07-08T00:10:49.840Z | Checking parking_lot v0.12.3 |
445 | 2025-07-08T00:10:49.862Z | Checking getrandom v0.2.15 |
446 | 2025-07-08T00:10:50.076Z | Compiling cc v1.2.15 |
447 | 2025-07-08T00:10:50.090Z | Checking socket2 v0.5.10 |
448 | 2025-07-08T00:10:50.171Z | Checking mio v1.0.2 |
449 | 2025-07-08T00:10:50.183Z | Checking signal-hook-registry v1.4.2 |
450 | 2025-07-08T00:10:50.195Z | Checking iana-time-zone v0.1.63 |
451 | 2025-07-08T00:10:50.350Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-07-08T00:10:50.432Z | Compiling schemars v0.8.22 |
453 | 2025-07-08T00:10:50.528Z | Checking dyn-clone v1.0.19 |
454 | 2025-07-08T00:10:50.547Z | Checking futures-channel v0.3.31 |
455 | 2025-07-08T00:10:50.680Z | Checking http v1.3.1 |
456 | 2025-07-08T00:10:50.719Z | Checking log v0.4.27 |
457 | 2025-07-08T00:10:50.732Z | Checking futures-io v0.3.31 |
458 | 2025-07-08T00:10:50.828Z | Checking futures-task v0.3.31 |
459 | 2025-07-08T00:10:50.875Z | Checking pin-utils v0.1.0 |
460 | 2025-07-08T00:10:50.912Z | Compiling thiserror v2.0.12 |
461 | 2025-07-08T00:10:51.046Z | Compiling heck v0.5.0 |
462 | 2025-07-08T00:10:51.100Z | Checking rustls-pki-types v1.10.0 |
463 | 2025-07-08T00:10:51.458Z | Checking writeable v0.5.5 |
464 | 2025-07-08T00:10:51.641Z | Checking litemap v0.7.3 |
465 | 2025-07-08T00:10:51.654Z | Checking untrusted v0.9.0 |
466 | 2025-07-08T00:10:51.812Z | Compiling ucd-trie v0.1.7 |
467 | 2025-07-08T00:10:51.873Z | Compiling httparse v1.9.5 |
468 | 2025-07-08T00:10:51.887Z | Checking byteorder v1.5.0 |
469 | 2025-07-08T00:10:51.960Z | Checking http-body v1.0.1 |
470 | 2025-07-08T00:10:52.172Z | Checking tracing-core v0.1.32 |
471 | 2025-07-08T00:10:52.231Z | Checking zeroize v1.8.1 |
472 | 2025-07-08T00:10:52.472Z | Checking subtle v2.6.1 |
473 | 2025-07-08T00:10:52.654Z | Checking atomic-waker v1.1.2 |
474 | 2025-07-08T00:10:52.719Z | Checking icu_locid_transform_data v1.5.0 |
475 | 2025-07-08T00:10:52.766Z | Checking percent-encoding v2.3.1 |
476 | 2025-07-08T00:10:52.796Z | Compiling ring v0.17.14 |
477 | 2025-07-08T00:10:52.796Z | Checking bitflags v2.9.0 |
478 | 2025-07-08T00:10:52.822Z | Checking tracing v0.1.40 |
479 | 2025-07-08T00:10:53.057Z | Checking icu_properties_data v1.5.0 |
480 | 2025-07-08T00:10:53.194Z | Checking try-lock v0.2.5 |
481 | 2025-07-08T00:10:53.338Z | Checking tower-service v0.3.3 |
482 | 2025-07-08T00:10:53.352Z | Compiling chrono v0.4.41 |
483 | 2025-07-08T00:10:53.414Z | Compiling uuid v1.17.0 |
484 | 2025-07-08T00:10:53.430Z | Checking want v0.3.1 |
485 | 2025-07-08T00:10:53.457Z | Compiling regress v0.10.3 |
486 | 2025-07-08T00:10:53.471Z | Compiling slog v2.7.0 |
487 | 2025-07-08T00:10:53.778Z | Checking utf8_iter v1.0.4 |
488 | 2025-07-08T00:10:53.919Z | Checking icu_normalizer_data v1.5.0 |
489 | 2025-07-08T00:10:53.940Z | Compiling rustls v0.23.19 |
490 | 2025-07-08T00:10:53.953Z | Checking httpdate v1.0.3 |
491 | 2025-07-08T00:10:53.969Z | Checking utf16_iter v1.0.5 |
492 | 2025-07-08T00:10:54.017Z | Checking write16 v1.0.0 |
493 | 2025-07-08T00:10:54.178Z | Checking form_urlencoded v1.2.1 |
494 | 2025-07-08T00:10:54.192Z | Compiling aho-corasick v1.1.3 |
495 | 2025-07-08T00:10:54.295Z | Checking base64 v0.22.1 |
496 | 2025-07-08T00:10:54.383Z | Compiling regex-syntax v0.8.5 |
497 | 2025-07-08T00:10:54.766Z | Checking ipnet v2.11.0 |
498 | 2025-07-08T00:10:55.100Z | Compiling typenum v1.17.0 |
499 | 2025-07-08T00:10:55.224Z | Compiling paste v1.0.15 |
500 | 2025-07-08T00:10:55.963Z | Compiling zerocopy v0.8.26 |
501 | 2025-07-08T00:10:56.673Z | Compiling serde_derive_internals v0.29.1 |
502 | 2025-07-08T00:10:56.768Z | Compiling synstructure v0.13.1 |
503 | 2025-07-08T00:10:57.859Z | Compiling regex-automata v0.4.8 |
504 | 2025-07-08T00:10:58.458Z | Compiling generic-array v0.14.7 |
505 | 2025-07-08T00:10:58.474Z | Checking sync_wrapper v1.0.1 |
506 | 2025-07-08T00:10:58.627Z | Compiling newtype-uuid v1.2.4 |
507 | 2025-07-08T00:10:58.889Z | Checking tower-layer v0.3.3 |
508 | 2025-07-08T00:10:59.274Z | Checking http-body-util v0.1.3 |
509 | 2025-07-08T00:10:59.472Z | Checking webpki-roots v1.0.0 |
510 | 2025-07-08T00:10:59.665Z | Compiling usdt-impl v0.5.0 |
511 | 2025-07-08T00:10:59.907Z | Checking rustls-webpki v0.102.8 |
512 | 2025-07-08T00:11:00.061Z | Checking powerfmt v0.2.0 |
513 | 2025-07-08T00:11:00.085Z | Compiling time-core v0.1.2 |
514 | 2025-07-08T00:11:00.263Z | Compiling num-conv v0.1.0 |
515 | 2025-07-08T00:11:00.278Z | Compiling serde_derive v1.0.219 |
516 | 2025-07-08T00:11:00.332Z | Compiling schemars_derive v0.8.22 |
517 | 2025-07-08T00:11:00.555Z | Compiling thiserror-impl v1.0.69 |
518 | 2025-07-08T00:11:00.630Z | Compiling zerofrom-derive v0.1.4 |
519 | 2025-07-08T00:11:00.645Z | Compiling zerocopy-derive v0.7.35 |
520 | 2025-07-08T00:11:01.341Z | Compiling yoke-derive v0.7.4 |
521 | 2025-07-08T00:11:02.136Z | Compiling tokio-macros v2.5.0 |
522 | 2025-07-08T00:11:02.439Z | Compiling zerovec-derive v0.10.3 |
523 | 2025-07-08T00:11:03.015Z | Compiling displaydoc v0.2.5 |
524 | 2025-07-08T00:11:03.108Z | Compiling futures-macro v0.3.31 |
525 | 2025-07-08T00:11:03.513Z | Checking tokio v1.45.1 |
526 | 2025-07-08T00:11:03.596Z | Checking zerofrom v0.1.4 |
527 | 2025-07-08T00:11:03.682Z | Compiling thiserror-impl v2.0.12 |
528 | 2025-07-08T00:11:03.819Z | Checking yoke v0.7.4 |
529 | 2025-07-08T00:11:04.211Z | Compiling icu_provider_macros v1.5.0 |
530 | 2025-07-08T00:11:04.301Z | Compiling pest v2.7.14 |
531 | 2025-07-08T00:11:04.396Z | Checking zerocopy v0.7.35 |
532 | 2025-07-08T00:11:04.657Z | Checking zerovec v0.10.4 |
533 | 2025-07-08T00:11:04.756Z | Checking futures-util v0.3.31 |
534 | 2025-07-08T00:11:05.637Z | Checking ppv-lite86 v0.2.20 |
535 | 2025-07-08T00:11:06.110Z | Checking tinystr v0.7.6 |
536 | 2025-07-08T00:11:06.310Z | Checking icu_collections v1.5.0 |
537 | 2025-07-08T00:11:06.449Z | Checking icu_locid v1.5.0 |
538 | 2025-07-08T00:11:07.127Z | Compiling pest_meta v2.7.14 |
539 | 2025-07-08T00:11:07.405Z | Checking icu_provider v1.5.0 |
540 | 2025-07-08T00:11:07.928Z | Compiling regex v1.11.1 |
541 | 2025-07-08T00:11:08.034Z | Checking icu_locid_transform v1.5.0 |
542 | 2025-07-08T00:11:08.825Z | Compiling pest_generator v2.7.14 |
543 | 2025-07-08T00:11:09.060Z | Checking icu_properties v1.5.1 |
544 | 2025-07-08T00:11:09.216Z | Compiling scroll_derive v0.12.0 |
545 | 2025-07-08T00:11:09.869Z | Compiling rustix v1.0.7 |
546 | 2025-07-08T00:11:10.208Z | Checking tokio-util v0.7.15 |
547 | 2025-07-08T00:11:10.399Z | Checking tower v0.5.2 |
548 | 2025-07-08T00:11:10.550Z | Checking tokio-rustls v0.26.0 |
549 | 2025-07-08T00:11:10.553Z | Checking iri-string v0.7.8 |
550 | 2025-07-08T00:11:10.683Z | Compiling pest_derive v2.7.14 |
551 | 2025-07-08T00:11:10.994Z | Checking scroll v0.12.0 |
552 | 2025-07-08T00:11:11.061Z | Checking rand_core v0.9.2 |
553 | 2025-07-08T00:11:11.370Z | Compiling thread-id v4.2.2 |
554 | 2025-07-08T00:11:11.402Z | Compiling time-macros v0.2.18 |
555 | 2025-07-08T00:11:12.319Z | Checking indexmap v2.10.0 |
556 | 2025-07-08T00:11:12.466Z | Compiling serde_tokenstream v0.2.2 |
557 | 2025-07-08T00:11:13.003Z | Checking icu_normalizer v1.5.0 |
558 | 2025-07-08T00:11:13.519Z | Checking serde_urlencoded v0.7.1 |
559 | 2025-07-08T00:11:13.533Z | Checking h2 v0.4.6 |
560 | 2025-07-08T00:11:13.769Z | Checking idna_adapter v1.2.0 |
561 | 2025-07-08T00:11:13.965Z | Checking idna v1.0.3 |
562 | 2025-07-08T00:11:14.053Z | Compiling dof v0.3.0 |
563 | 2025-07-08T00:11:14.398Z | Checking tower-http v0.6.6 |
564 | 2025-07-08T00:11:14.439Z | Compiling dtrace-parser v0.2.0 |
565 | 2025-07-08T00:11:14.452Z | Checking deranged v0.3.11 |
566 | 2025-07-08T00:11:14.467Z | Checking url v2.5.4 |
567 | 2025-07-08T00:11:14.808Z | Compiling daft-derive v0.1.4 |
568 | 2025-07-08T00:11:14.921Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-07-08T00:11:14.952Z | Checking ipnetwork v0.21.1 |
570 | 2025-07-08T00:11:15.336Z | Checking oxnet v0.1.2 |
571 | 2025-07-08T00:11:15.786Z | Compiling typify-impl v0.3.0 |
572 | 2025-07-08T00:11:16.019Z | Checking errno v0.3.12 |
573 | 2025-07-08T00:11:16.366Z | Compiling rustversion v1.0.17 |
574 | 2025-07-08T00:11:16.757Z | Checking num_threads v0.1.7 |
575 | 2025-07-08T00:11:16.786Z | Compiling strsim v0.11.1 |
576 | 2025-07-08T00:11:17.013Z | Compiling ident_case v1.0.1 |
577 | 2025-07-08T00:11:17.058Z | Compiling crossbeam-utils v0.8.21 |
578 | 2025-07-08T00:11:17.362Z | Checking plain v0.2.3 |
579 | 2025-07-08T00:11:17.395Z | Compiling omicron-workspace-hack v0.1.0 |
580 | 2025-07-08T00:11:17.516Z | Checking goblin v0.8.2 |
581 | 2025-07-08T00:11:17.641Z | Checking time v0.3.36 |
582 | 2025-07-08T00:11:17.691Z | Checking hyper v1.6.0 |
583 | 2025-07-08T00:11:17.771Z | Compiling structmeta v0.3.0 |
584 | 2025-07-08T00:11:18.142Z | Compiling darling_core v0.20.10 |
585 | 2025-07-08T00:11:19.381Z | Checking daft v0.1.4 |
586 | 2025-07-08T00:11:19.639Z | Checking hyper-util v0.1.14 |
587 | 2025-07-08T00:11:20.451Z | Compiling openapiv3 v2.2.0 |
588 | 2025-07-08T00:11:21.468Z | Checking dirs-sys-next v0.1.2 |
589 | 2025-07-08T00:11:21.617Z | Compiling rustls v0.22.4 |
590 | 2025-07-08T00:11:21.668Z | Compiling anyhow v1.0.98 |
591 | 2025-07-08T00:11:21.852Z | Checking hyper-rustls v0.27.7 |
592 | 2025-07-08T00:11:21.968Z | Checking pretty-hex v0.4.1 |
593 | 2025-07-08T00:11:22.148Z | Compiling unsafe-libyaml v0.2.11 |
594 | 2025-07-08T00:11:22.190Z | Checking reqwest v0.12.22 |
595 | 2025-07-08T00:11:22.250Z | Checking fastrand v2.1.1 |
596 | 2025-07-08T00:11:22.575Z | Checking tempfile v3.20.0 |
597 | 2025-07-08T00:11:23.015Z | Checking dirs-next v2.0.0 |
598 | 2025-07-08T00:11:23.135Z | Compiling darling_macro v0.20.10 |
599 | 2025-07-08T00:11:23.443Z | Compiling serde_yaml v0.9.34+deprecated |
600 | 2025-07-08T00:11:23.801Z | Checking crypto-common v0.1.6 |
601 | 2025-07-08T00:11:23.990Z | Checking block-buffer v0.10.4 |
602 | 2025-07-08T00:11:24.063Z | Checking toml_datetime v0.6.11 |
603 | 2025-07-08T00:11:24.187Z | Checking serde_spanned v0.6.9 |
604 | 2025-07-08T00:11:24.232Z | Checking rand_core v0.6.4 |
605 | 2025-07-08T00:11:24.282Z | Compiling multer v3.1.0 |
606 | 2025-07-08T00:11:24.398Z | Checking thread_local v1.1.8 |
607 | 2025-07-08T00:11:24.431Z | Checking wait-timeout v0.2.0 |
608 | 2025-07-08T00:11:24.498Z | Checking bit-vec v0.8.0 |
609 | 2025-07-08T00:11:24.514Z | Compiling slog-async v2.8.0 |
610 | 2025-07-08T00:11:24.529Z | Checking quick-error v1.2.3 |
611 | 2025-07-08T00:11:24.615Z | Compiling camino v1.1.10 |
612 | 2025-07-08T00:11:24.657Z | Checking winnow v0.7.10 |
613 | 2025-07-08T00:11:24.672Z | Compiling ref-cast v1.0.24 |
614 | 2025-07-08T00:11:24.685Z | Checking toml_write v0.1.2 |
615 | 2025-07-08T00:11:24.868Z | Checking match_cfg v0.1.0 |
616 | 2025-07-08T00:11:24.962Z | Checking hostname v0.3.1 |
617 | 2025-07-08T00:11:24.995Z | Checking bit-set v0.8.0 |
618 | 2025-07-08T00:11:25.077Z | Checking rusty-fork v0.3.0 |
619 | 2025-07-08T00:11:25.241Z | Checking rand_chacha v0.3.1 |
620 | 2025-07-08T00:11:25.255Z | Checking crossbeam-channel v0.5.15 |
621 | 2025-07-08T00:11:25.291Z | Compiling strum_macros v0.26.4 |
622 | 2025-07-08T00:11:25.353Z | Checking digest v0.10.7 |
623 | 2025-07-08T00:11:25.620Z | Compiling darling v0.20.10 |
624 | 2025-07-08T00:11:25.678Z | Checking progenitor-client v0.9.1 |
625 | 2025-07-08T00:11:25.744Z | Checking term v0.7.0 |
626 | 2025-07-08T00:11:26.031Z | Compiling usdt-attr-macro v0.5.0 |
627 | 2025-07-08T00:11:26.057Z | Compiling usdt-macro v0.5.0 |
628 | 2025-07-08T00:11:26.164Z | Checking slog-json v2.6.1 |
629 | 2025-07-08T00:11:26.399Z | Checking hex v0.4.3 |
630 | 2025-07-08T00:11:26.422Z | Checking rand_chacha v0.9.0 |
631 | 2025-07-08T00:11:26.525Z | Compiling typify-macro v0.3.0 |
632 | 2025-07-08T00:11:26.749Z | Checking rand_xorshift v0.4.0 |
633 | 2025-07-08T00:11:26.859Z | Checking rand v0.9.1 |
634 | 2025-07-08T00:11:26.922Z | Checking futures-executor v0.3.31 |
635 | 2025-07-08T00:11:27.168Z | Compiling ref-cast-impl v1.0.24 |
636 | 2025-07-08T00:11:27.257Z | Compiling async-stream-impl v0.3.6 |
637 | 2025-07-08T00:11:27.365Z | Compiling dropshot v0.16.2 |
638 | 2025-07-08T00:11:27.422Z | Checking toml_edit v0.22.27 |
639 | 2025-07-08T00:11:27.733Z | Checking memmap v0.7.0 |
640 | 2025-07-08T00:11:27.774Z | Checking is-terminal v0.4.13 |
641 | 2025-07-08T00:11:27.906Z | Checking encoding_rs v0.8.34 |
642 | 2025-07-08T00:11:27.944Z | Checking take_mut v0.2.2 |
643 | 2025-07-08T00:11:28.106Z | Checking unarray v0.1.4 |
644 | 2025-07-08T00:11:28.261Z | Checking spin v0.9.8 |
645 | 2025-07-08T00:11:28.297Z | Checking cpufeatures v0.2.14 |
646 | 2025-07-08T00:11:28.402Z | Checking lazy_static v1.5.0 |
647 | 2025-07-08T00:11:28.437Z | Checking mime v0.3.17 |
648 | 2025-07-08T00:11:28.466Z | Checking async-stream v0.3.6 |
649 | 2025-07-08T00:11:28.537Z | Checking proptest v1.7.0 |
650 | 2025-07-08T00:11:28.661Z | Checking sha1 v0.10.6 |
651 | 2025-07-08T00:11:28.944Z | Checking usdt v0.5.0 |
652 | 2025-07-08T00:11:29.149Z | Checking strum v0.26.3 |
653 | 2025-07-08T00:11:29.153Z | Checking slog-term v2.9.1 |
654 | 2025-07-08T00:11:29.244Z | Checking futures v0.3.31 |
655 | 2025-07-08T00:11:29.314Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
656 | 2025-07-08T00:11:29.329Z | Checking tokio-rustls v0.25.0 |
657 | 2025-07-08T00:11:29.354Z | Checking slog-bunyan v2.5.0 |
658 | 2025-07-08T00:11:29.477Z | Compiling serde_with_macros v3.14.0 |
659 | 2025-07-08T00:11:29.530Z | Checking rand v0.8.5 |
660 | 2025-07-08T00:11:29.657Z | Compiling typify v0.3.0 |
661 | 2025-07-08T00:11:29.791Z | Compiling progenitor-impl v0.9.1 |
662 | 2025-07-08T00:11:29.926Z | Checking toml v0.8.23 |
663 | 2025-07-08T00:11:30.165Z | Compiling test-strategy v0.4.1 |
664 | 2025-07-08T00:11:30.436Z | Compiling parse-display-derive v0.10.0 |
665 | 2025-07-08T00:11:30.755Z | Compiling dropshot_endpoint v0.16.2 |
666 | 2025-07-08T00:11:30.811Z | Checking serde_path_to_error v0.1.17 |
667 | 2025-07-08T00:11:31.404Z | Compiling async-trait v0.1.88 |
668 | 2025-07-08T00:11:32.049Z | Compiling derive-where v1.5.0 |
669 | 2025-07-08T00:11:32.060Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
670 | 2025-07-08T00:11:32.424Z | Checking waitgroup v0.1.2 |
671 | 2025-07-08T00:11:32.584Z | Checking rustls-pemfile v2.2.0 |
672 | 2025-07-08T00:11:32.623Z | Checking hostname v0.4.0 |
673 | 2025-07-08T00:11:32.776Z | Checking instant v0.1.13 |
674 | 2025-07-08T00:11:32.814Z | Checking rustc-hash v2.1.1 |
675 | 2025-07-08T00:11:32.898Z | Checking debug-ignore v1.0.5 |
676 | 2025-07-08T00:11:33.003Z | Checking iddqd v0.3.8 |
677 | 2025-07-08T00:11:33.060Z | Checking backoff v0.4.0 |
678 | 2025-07-08T00:11:33.219Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
679 | 2025-07-08T00:11:33.333Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-07-08T00:11:33.484Z | Checking serde_with v3.14.0 |
681 | 2025-07-08T00:11:33.522Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
682 | 2025-07-08T00:11:33.752Z | Checking parse-display v0.10.0 |
683 | 2025-07-08T00:11:33.806Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
684 | 2025-07-08T00:11:33.994Z | Checking progenitor-client v0.10.0 |
685 | 2025-07-08T00:11:34.369Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
686 | 2025-07-08T00:11:34.419Z | Checking macaddr v1.0.1 |
687 | 2025-07-08T00:11:34.583Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
688 | 2025-07-08T00:11:34.884Z | Compiling progenitor-macro v0.9.1 |
689 | 2025-07-08T00:11:38.474Z | Checking progenitor v0.9.1 |
690 | 2025-07-08T00:11:38.584Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
691 | 2025-07-08T00:11:41.298Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
692 | 2025-07-08T00:11:48.670Z | Checking test-project v0.1.0 (/tmp/test-project) |
693 | 2025-07-08T00:11:48.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
694 | 2025-07-08T00:11:48.879Z | + cargo build --release |
695 | 2025-07-08T00:11:49.154Z | Compiling proc-macro2 v1.0.95 |
696 | 2025-07-08T00:11:49.154Z | Compiling unicode-ident v1.0.18 |
697 | 2025-07-08T00:11:49.158Z | Compiling libc v0.2.174 |
698 | 2025-07-08T00:11:49.158Z | Compiling cfg-if v1.0.1 |
699 | 2025-07-08T00:11:49.158Z | Compiling autocfg v1.4.0 |
700 | 2025-07-08T00:11:49.158Z | Compiling serde v1.0.219 |
701 | 2025-07-08T00:11:49.158Z | Compiling memchr v2.7.4 |
702 | 2025-07-08T00:11:49.202Z | Compiling serde_json v1.0.140 |
703 | 2025-07-08T00:11:49.290Z | Compiling itoa v1.0.11 |
704 | 2025-07-08T00:11:49.531Z | Compiling ryu v1.0.18 |
705 | 2025-07-08T00:11:49.594Z | Compiling getrandom v0.3.1 |
706 | 2025-07-08T00:11:49.782Z | Compiling semver v1.0.26 |
707 | 2025-07-08T00:11:50.042Z | Compiling pin-project-lite v0.2.14 |
708 | 2025-07-08T00:11:50.129Z | Compiling smallvec v1.15.0 |
709 | 2025-07-08T00:11:50.167Z | Compiling version_check v0.9.5 |
710 | 2025-07-08T00:11:50.263Z | Compiling futures-core v0.3.31 |
711 | 2025-07-08T00:11:50.422Z | Compiling bytes v1.10.1 |
712 | 2025-07-08T00:11:50.506Z | Compiling once_cell v1.21.3 |
713 | 2025-07-08T00:11:50.604Z | Compiling lock_api v0.4.12 |
714 | 2025-07-08T00:11:50.611Z | Compiling num-traits v0.2.19 |
715 | 2025-07-08T00:11:50.711Z | Compiling equivalent v1.0.2 |
716 | 2025-07-08T00:11:50.839Z | Compiling quote v1.0.40 |
717 | 2025-07-08T00:11:50.928Z | Compiling thiserror v1.0.69 |
718 | 2025-07-08T00:11:50.985Z | Compiling allocator-api2 v0.2.21 |
719 | 2025-07-08T00:11:50.989Z | Compiling foldhash v0.1.5 |
720 | 2025-07-08T00:11:51.118Z | Compiling parking_lot_core v0.9.10 |
721 | 2025-07-08T00:11:51.301Z | Compiling syn v2.0.104 |
722 | 2025-07-08T00:11:51.592Z | Compiling fnv v1.0.7 |
723 | 2025-07-08T00:11:51.613Z | Compiling scopeguard v1.2.0 |
724 | 2025-07-08T00:11:51.734Z | Compiling hashbrown v0.15.4 |
725 | 2025-07-08T00:11:51.796Z | Compiling slab v0.4.9 |
726 | 2025-07-08T00:11:51.855Z | Compiling shlex v1.3.0 |
727 | 2025-07-08T00:11:52.183Z | Compiling futures-sink v0.3.31 |
728 | 2025-07-08T00:11:52.204Z | Compiling parking_lot v0.12.3 |
729 | 2025-07-08T00:11:52.330Z | Compiling cc v1.2.15 |
730 | 2025-07-08T00:11:52.342Z | Compiling signal-hook-registry v1.4.2 |
731 | 2025-07-08T00:11:52.480Z | Compiling mio v1.0.2 |
732 | 2025-07-08T00:11:52.544Z | Compiling socket2 v0.5.10 |
733 | 2025-07-08T00:11:53.221Z | Compiling getrandom v0.2.15 |
734 | 2025-07-08T00:11:53.633Z | Compiling iana-time-zone v0.1.63 |
735 | 2025-07-08T00:11:53.643Z | Compiling stable_deref_trait v1.2.0 |
736 | 2025-07-08T00:11:53.746Z | Compiling schemars v0.8.22 |
737 | 2025-07-08T00:11:53.997Z | Compiling dyn-clone v1.0.19 |
738 | 2025-07-08T00:11:54.148Z | Compiling thiserror v2.0.12 |
739 | 2025-07-08T00:11:54.169Z | Compiling futures-channel v0.3.31 |
740 | 2025-07-08T00:11:54.226Z | Compiling http v1.3.1 |
741 | 2025-07-08T00:11:54.243Z | Compiling futures-task v0.3.31 |
742 | 2025-07-08T00:11:54.247Z | Compiling pin-utils v0.1.0 |
743 | 2025-07-08T00:11:54.294Z | Compiling futures-io v0.3.31 |
744 | 2025-07-08T00:11:54.343Z | Compiling log v0.4.27 |
745 | 2025-07-08T00:11:54.605Z | Compiling rustls-pki-types v1.10.0 |
746 | 2025-07-08T00:11:54.842Z | Compiling heck v0.5.0 |
747 | 2025-07-08T00:11:54.886Z | Compiling writeable v0.5.5 |
748 | 2025-07-08T00:11:55.104Z | Compiling ring v0.17.14 |
749 | 2025-07-08T00:11:55.193Z | Compiling untrusted v0.9.0 |
750 | 2025-07-08T00:11:55.256Z | Compiling litemap v0.7.3 |
751 | 2025-07-08T00:11:55.687Z | Compiling ucd-trie v0.1.7 |
752 | 2025-07-08T00:11:55.727Z | Compiling byteorder v1.5.0 |
753 | 2025-07-08T00:11:55.937Z | Compiling httparse v1.9.5 |
754 | 2025-07-08T00:11:56.082Z | Compiling http-body v1.0.1 |
755 | 2025-07-08T00:11:56.277Z | Compiling tracing-core v0.1.32 |
756 | 2025-07-08T00:11:56.545Z | Compiling percent-encoding v2.3.1 |
757 | 2025-07-08T00:11:56.690Z | Compiling icu_locid_transform_data v1.5.0 |
758 | 2025-07-08T00:11:56.791Z | Compiling atomic-waker v1.1.2 |
759 | 2025-07-08T00:11:57.027Z | Compiling bitflags v2.9.0 |
760 | 2025-07-08T00:11:57.189Z | Compiling subtle v2.6.1 |
761 | 2025-07-08T00:11:57.370Z | Compiling zeroize v1.8.1 |
762 | 2025-07-08T00:11:57.705Z | Compiling chrono v0.4.41 |
763 | 2025-07-08T00:11:57.780Z | Compiling tracing v0.1.40 |
764 | 2025-07-08T00:11:58.403Z | Compiling serde_derive_internals v0.29.1 |
765 | 2025-07-08T00:11:58.416Z | Compiling synstructure v0.13.1 |
766 | 2025-07-08T00:11:58.778Z | Compiling uuid v1.17.0 |
767 | 2025-07-08T00:11:58.920Z | Compiling try-lock v0.2.5 |
768 | 2025-07-08T00:11:59.220Z | Compiling icu_properties_data v1.5.0 |
769 | 2025-07-08T00:11:59.461Z | Compiling tower-service v0.3.3 |
770 | 2025-07-08T00:11:59.470Z | Compiling want v0.3.1 |
771 | 2025-07-08T00:11:59.563Z | Compiling regress v0.10.3 |
772 | 2025-07-08T00:11:59.582Z | Compiling utf8_iter v1.0.4 |
773 | 2025-07-08T00:11:59.757Z | Compiling rustls v0.23.19 |
774 | 2025-07-08T00:12:00.126Z | Compiling slog v2.7.0 |
775 | 2025-07-08T00:12:00.166Z | Compiling httpdate v1.0.3 |
776 | 2025-07-08T00:12:00.184Z | Compiling utf16_iter v1.0.5 |
777 | 2025-07-08T00:12:00.426Z | Compiling icu_normalizer_data v1.5.0 |
778 | 2025-07-08T00:12:00.533Z | Compiling write16 v1.0.0 |
779 | 2025-07-08T00:12:00.690Z | Compiling form_urlencoded v1.2.1 |
780 | 2025-07-08T00:12:01.239Z | Compiling aho-corasick v1.1.3 |
781 | 2025-07-08T00:12:01.427Z | Compiling base64 v0.22.1 |
782 | 2025-07-08T00:12:01.476Z | Compiling regex-syntax v0.8.5 |
783 | 2025-07-08T00:12:02.110Z | Compiling serde_derive v1.0.219 |
784 | 2025-07-08T00:12:02.356Z | Compiling schemars_derive v0.8.22 |
785 | 2025-07-08T00:12:02.523Z | Compiling zerofrom-derive v0.1.4 |
786 | 2025-07-08T00:12:03.832Z | Compiling thiserror-impl v1.0.69 |
787 | 2025-07-08T00:12:04.709Z | Compiling zerocopy-derive v0.7.35 |
788 | 2025-07-08T00:12:04.976Z | Compiling yoke-derive v0.7.4 |
789 | 2025-07-08T00:12:05.569Z | Compiling zerofrom v0.1.4 |
790 | 2025-07-08T00:12:05.801Z | Compiling tokio-macros v2.5.0 |
791 | 2025-07-08T00:12:05.937Z | Compiling zerovec-derive v0.10.3 |
792 | 2025-07-08T00:12:06.302Z | Compiling futures-macro v0.3.31 |
793 | 2025-07-08T00:12:06.477Z | Compiling displaydoc v0.2.5 |
794 | 2025-07-08T00:12:06.512Z | Compiling thiserror-impl v2.0.12 |
795 | 2025-07-08T00:12:07.183Z | Compiling tokio v1.45.1 |
796 | 2025-07-08T00:12:07.269Z | Compiling yoke v0.7.4 |
797 | 2025-07-08T00:12:07.893Z | Compiling icu_provider_macros v1.5.0 |
798 | 2025-07-08T00:12:07.954Z | Compiling futures-util v0.3.31 |
799 | 2025-07-08T00:12:08.165Z | Compiling zerovec v0.10.4 |
800 | 2025-07-08T00:12:09.150Z | Compiling pest v2.7.14 |
801 | 2025-07-08T00:12:11.072Z | Compiling tinystr v0.7.6 |
802 | 2025-07-08T00:12:11.462Z | Compiling icu_locid v1.5.0 |
803 | 2025-07-08T00:12:11.980Z | Compiling rustls-webpki v0.102.8 |
804 | 2025-07-08T00:12:14.012Z | Compiling icu_provider v1.5.0 |
805 | 2025-07-08T00:12:17.213Z | Compiling indexmap v2.10.0 |
806 | 2025-07-08T00:12:17.477Z | Compiling serde_tokenstream v0.2.2 |
807 | 2025-07-08T00:12:18.004Z | Compiling zerocopy v0.7.35 |
808 | 2025-07-08T00:12:18.278Z | Compiling tokio-util v0.7.15 |
809 | 2025-07-08T00:12:18.734Z | Compiling icu_locid_transform v1.5.0 |
810 | 2025-07-08T00:12:18.918Z | Compiling pest_meta v2.7.14 |
811 | 2025-07-08T00:12:20.168Z | Compiling icu_collections v1.5.0 |
812 | 2025-07-08T00:12:20.345Z | Compiling pest_generator v2.7.14 |
813 | 2025-07-08T00:12:21.914Z | Compiling icu_properties v1.5.1 |
814 | 2025-07-08T00:12:22.356Z | Compiling h2 v0.4.6 |
815 | 2025-07-08T00:12:24.707Z | Compiling typify-impl v0.3.0 |
816 | 2025-07-08T00:12:25.366Z | Compiling pest_derive v2.7.14 |
817 | 2025-07-08T00:12:26.247Z | Compiling icu_normalizer v1.5.0 |
818 | 2025-07-08T00:12:28.136Z | Compiling hyper v1.6.0 |
819 | 2025-07-08T00:12:30.852Z | Compiling typenum v1.17.0 |
820 | 2025-07-08T00:12:31.502Z | Compiling zerocopy v0.8.26 |
821 | 2025-07-08T00:12:31.761Z | Compiling ipnet v2.11.0 |
822 | 2025-07-08T00:12:32.250Z | Compiling paste v1.0.15 |
823 | 2025-07-08T00:12:32.824Z | Compiling hyper-util v0.1.14 |
824 | 2025-07-08T00:12:34.306Z | Compiling typify-macro v0.3.0 |
825 | 2025-07-08T00:12:34.720Z | Compiling idna_adapter v1.2.0 |
826 | 2025-07-08T00:12:36.381Z | Compiling regex-automata v0.4.8 |
827 | 2025-07-08T00:12:37.605Z | Compiling generic-array v0.14.7 |
828 | 2025-07-08T00:12:38.000Z | Compiling sync_wrapper v1.0.1 |
829 | 2025-07-08T00:12:38.216Z | Compiling newtype-uuid v1.2.4 |
830 | 2025-07-08T00:12:38.418Z | Compiling tower-layer v0.3.3 |
831 | 2025-07-08T00:12:38.819Z | Compiling tower v0.5.2 |
832 | 2025-07-08T00:12:39.159Z | Compiling idna v1.0.3 |
833 | 2025-07-08T00:12:40.451Z | Compiling regex v1.11.1 |
834 | 2025-07-08T00:12:41.009Z | Compiling ipnetwork v0.21.1 |
835 | 2025-07-08T00:12:41.330Z | Compiling ppv-lite86 v0.2.20 |
836 | 2025-07-08T00:12:42.169Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-07-08T00:12:42.652Z | Compiling serde_urlencoded v0.7.1 |
838 | 2025-07-08T00:12:42.927Z | Compiling scroll_derive v0.12.0 |
839 | 2025-07-08T00:12:43.221Z | Compiling http-body-util v0.1.3 |
840 | 2025-07-08T00:12:43.386Z | Compiling webpki-roots v1.0.0 |
841 | 2025-07-08T00:12:43.594Z | Compiling usdt-impl v0.5.0 |
842 | 2025-07-08T00:12:44.005Z | Compiling powerfmt v0.2.0 |
843 | 2025-07-08T00:12:44.181Z | Compiling time-core v0.1.2 |
844 | 2025-07-08T00:12:44.295Z | Compiling num-conv v0.1.0 |
845 | 2025-07-08T00:12:44.321Z | Compiling omicron-workspace-hack v0.1.0 |
846 | 2025-07-08T00:12:44.353Z | Compiling iri-string v0.7.8 |
847 | 2025-07-08T00:12:44.503Z | Compiling rustix v1.0.7 |
848 | 2025-07-08T00:12:44.566Z | Compiling time-macros v0.2.18 |
849 | 2025-07-08T00:12:44.685Z | Compiling scroll v0.12.0 |
850 | 2025-07-08T00:12:45.297Z | Compiling deranged v0.3.11 |
851 | 2025-07-08T00:12:45.448Z | Compiling hyper-rustls v0.27.7 |
852 | 2025-07-08T00:12:45.457Z | Compiling rand_core v0.9.2 |
853 | 2025-07-08T00:12:46.771Z | Compiling oxnet v0.1.2 |
854 | 2025-07-08T00:12:47.241Z | Compiling dof v0.3.0 |
855 | 2025-07-08T00:12:48.013Z | Compiling tower-http v0.6.6 |
856 | 2025-07-08T00:12:48.295Z | Compiling url v2.5.4 |
857 | 2025-07-08T00:12:50.109Z | Compiling thread-id v4.2.2 |
858 | 2025-07-08T00:12:50.226Z | Compiling dtrace-parser v0.2.0 |
859 | 2025-07-08T00:12:50.463Z | Compiling daft-derive v0.1.4 |
860 | 2025-07-08T00:12:51.284Z | Compiling structmeta-derive v0.3.0 |
861 | 2025-07-08T00:12:51.977Z | Compiling errno v0.3.12 |
862 | 2025-07-08T00:12:53.541Z | Compiling strsim v0.11.1 |
863 | 2025-07-08T00:12:53.692Z | Compiling ident_case v1.0.1 |
864 | 2025-07-08T00:12:53.836Z | Compiling plain v0.2.3 |
865 | 2025-07-08T00:12:53.872Z | Compiling rustversion v1.0.17 |
866 | 2025-07-08T00:12:54.110Z | Compiling crossbeam-utils v0.8.21 |
867 | 2025-07-08T00:12:54.824Z | Compiling num_threads v0.1.7 |
868 | 2025-07-08T00:12:54.956Z | Compiling time v0.3.36 |
869 | 2025-07-08T00:12:56.877Z | Compiling goblin v0.8.2 |
870 | 2025-07-08T00:12:58.948Z | Compiling darling_core v0.20.10 |
871 | 2025-07-08T00:13:00.200Z | Compiling structmeta v0.3.0 |
872 | 2025-07-08T00:13:03.432Z | Compiling daft v0.1.4 |
873 | 2025-07-08T00:13:04.074Z | Compiling reqwest v0.12.22 |
874 | 2025-07-08T00:13:05.064Z | Compiling openapiv3 v2.2.0 |
875 | 2025-07-08T00:13:05.769Z | Compiling typify v0.3.0 |
876 | 2025-07-08T00:13:07.597Z | Compiling dirs-sys-next v0.1.2 |
877 | 2025-07-08T00:13:08.641Z | Compiling pretty-hex v0.4.1 |
878 | 2025-07-08T00:13:08.895Z | Compiling rustls v0.22.4 |
879 | 2025-07-08T00:13:08.919Z | Compiling unsafe-libyaml v0.2.11 |
880 | 2025-07-08T00:13:09.256Z | Compiling anyhow v1.0.98 |
881 | 2025-07-08T00:13:09.854Z | Compiling fastrand v2.1.1 |
882 | 2025-07-08T00:13:10.518Z | Compiling tempfile v3.20.0 |
883 | 2025-07-08T00:13:10.535Z | Compiling serde_yaml v0.9.34+deprecated |
884 | 2025-07-08T00:13:12.372Z | Compiling progenitor-impl v0.9.1 |
885 | 2025-07-08T00:13:12.586Z | Compiling dirs-next v2.0.0 |
886 | 2025-07-08T00:13:12.991Z | Compiling darling_macro v0.20.10 |
887 | 2025-07-08T00:13:17.015Z | Compiling crypto-common v0.1.6 |
888 | 2025-07-08T00:13:17.246Z | Compiling block-buffer v0.10.4 |
889 | 2025-07-08T00:13:17.476Z | Compiling toml_datetime v0.6.11 |
890 | 2025-07-08T00:13:17.490Z | Compiling serde_spanned v0.6.9 |
891 | 2025-07-08T00:13:17.752Z | Compiling rand_core v0.6.4 |
892 | 2025-07-08T00:13:17.949Z | Compiling thread_local v1.1.8 |
893 | 2025-07-08T00:13:18.252Z | Compiling multer v3.1.0 |
894 | 2025-07-08T00:13:18.281Z | Compiling wait-timeout v0.2.0 |
895 | 2025-07-08T00:13:18.413Z | Compiling bit-vec v0.8.0 |
896 | 2025-07-08T00:13:18.653Z | Compiling slog-async v2.8.0 |
897 | 2025-07-08T00:13:18.679Z | Compiling quick-error v1.2.3 |
898 | 2025-07-08T00:13:18.838Z | Compiling camino v1.1.10 |
899 | 2025-07-08T00:13:18.995Z | Compiling ref-cast v1.0.24 |
900 | 2025-07-08T00:13:19.164Z | Compiling winnow v0.7.10 |
901 | 2025-07-08T00:13:19.249Z | Compiling toml_write v0.1.2 |
902 | 2025-07-08T00:13:19.421Z | Compiling match_cfg v0.1.0 |
903 | 2025-07-08T00:13:19.521Z | Compiling hostname v0.3.1 |
904 | 2025-07-08T00:13:19.670Z | Compiling bit-set v0.8.0 |
905 | 2025-07-08T00:13:19.695Z | Compiling rusty-fork v0.3.0 |
906 | 2025-07-08T00:13:19.900Z | Compiling rand_chacha v0.3.1 |
907 | 2025-07-08T00:13:19.994Z | Compiling progenitor-macro v0.9.1 |
908 | 2025-07-08T00:13:20.017Z | Compiling digest v0.10.7 |
909 | 2025-07-08T00:13:20.421Z | Compiling crossbeam-channel v0.5.15 |
910 | 2025-07-08T00:13:21.578Z | Compiling strum_macros v0.26.4 |
911 | 2025-07-08T00:13:21.598Z | Compiling darling v0.20.10 |
912 | 2025-07-08T00:13:22.027Z | Compiling term v0.7.0 |
913 | 2025-07-08T00:13:23.508Z | Compiling toml_edit v0.22.27 |
914 | 2025-07-08T00:13:27.865Z | Compiling progenitor-client v0.9.1 |
915 | 2025-07-08T00:13:28.825Z | Compiling usdt-attr-macro v0.5.0 |
916 | 2025-07-08T00:13:30.192Z | Compiling usdt-macro v0.5.0 |
917 | 2025-07-08T00:13:30.261Z | Compiling slog-json v2.6.1 |
918 | 2025-07-08T00:13:30.755Z | Compiling rand v0.9.1 |
919 | 2025-07-08T00:13:30.981Z | Compiling rand_xorshift v0.4.0 |
920 | 2025-07-08T00:13:31.254Z | Compiling rand_chacha v0.9.0 |
921 | 2025-07-08T00:13:31.467Z | Compiling hex v0.4.3 |
922 | 2025-07-08T00:13:31.991Z | Compiling futures-executor v0.3.31 |
923 | 2025-07-08T00:13:32.120Z | Compiling ref-cast-impl v1.0.24 |
924 | 2025-07-08T00:13:32.212Z | Compiling async-stream-impl v0.3.6 |
925 | 2025-07-08T00:13:33.084Z | Compiling dropshot v0.16.2 |
926 | 2025-07-08T00:13:33.313Z | Compiling memmap v0.7.0 |
927 | 2025-07-08T00:13:33.457Z | Compiling is-terminal v0.4.13 |
928 | 2025-07-08T00:13:33.471Z | Compiling encoding_rs v0.8.34 |
929 | 2025-07-08T00:13:33.593Z | Compiling take_mut v0.2.2 |
930 | 2025-07-08T00:13:33.730Z | Compiling unarray v0.1.4 |
931 | 2025-07-08T00:13:33.760Z | Compiling mime v0.3.17 |
932 | 2025-07-08T00:13:33.931Z | Compiling cpufeatures v0.2.14 |
933 | 2025-07-08T00:13:34.038Z | Compiling lazy_static v1.5.0 |
934 | 2025-07-08T00:13:34.181Z | Compiling spin v0.9.8 |
935 | 2025-07-08T00:13:34.383Z | Compiling proptest v1.7.0 |
936 | 2025-07-08T00:13:34.747Z | Compiling sha1 v0.10.6 |
937 | 2025-07-08T00:13:41.224Z | Compiling slog-term v2.9.1 |
938 | 2025-07-08T00:13:41.443Z | Compiling usdt v0.5.0 |
939 | 2025-07-08T00:13:42.896Z | Compiling async-stream v0.3.6 |
940 | 2025-07-08T00:13:43.399Z | Compiling futures v0.3.31 |
941 | 2025-07-08T00:13:43.512Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
942 | 2025-07-08T00:13:43.894Z | Compiling progenitor v0.9.1 |
943 | 2025-07-08T00:13:43.906Z | Compiling slog-bunyan v2.5.0 |
944 | 2025-07-08T00:13:44.082Z | Compiling tokio-rustls v0.25.0 |
945 | 2025-07-08T00:13:44.192Z | Compiling toml v0.8.23 |
946 | 2025-07-08T00:13:44.201Z | Compiling strum v0.26.3 |
947 | 2025-07-08T00:13:44.399Z | Compiling serde_with_macros v3.14.0 |
948 | 2025-07-08T00:13:44.505Z | Compiling rand v0.8.5 |
949 | 2025-07-08T00:13:46.287Z | Compiling parse-display-derive v0.10.0 |
950 | 2025-07-08T00:13:46.662Z | Compiling test-strategy v0.4.1 |
951 | 2025-07-08T00:13:46.772Z | Compiling dropshot_endpoint v0.16.2 |
952 | 2025-07-08T00:13:49.623Z | Compiling serde_path_to_error v0.1.17 |
953 | 2025-07-08T00:13:49.798Z | Compiling async-trait v0.1.88 |
954 | 2025-07-08T00:13:50.516Z | Compiling derive-where v1.5.0 |
955 | 2025-07-08T00:13:50.558Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-07-08T00:13:50.629Z | Compiling waitgroup v0.1.2 |
957 | 2025-07-08T00:13:50.883Z | Compiling rustls-pemfile v2.2.0 |
958 | 2025-07-08T00:13:51.360Z | Compiling hostname v0.4.0 |
959 | 2025-07-08T00:13:51.363Z | Compiling instant v0.1.13 |
960 | 2025-07-08T00:13:51.537Z | Compiling rustc-hash v2.1.1 |
961 | 2025-07-08T00:13:51.608Z | Compiling debug-ignore v1.0.5 |
962 | 2025-07-08T00:13:51.718Z | Compiling iddqd v0.3.8 |
963 | 2025-07-08T00:13:51.767Z | Compiling backoff v0.4.0 |
964 | 2025-07-08T00:13:52.107Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
965 | 2025-07-08T00:13:52.335Z | Compiling parse-display v0.10.0 |
966 | 2025-07-08T00:13:53.420Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
967 | 2025-07-08T00:13:53.740Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2cf8325) |
968 | 2025-07-08T00:13:54.511Z | Compiling serde_with v3.14.0 |
969 | 2025-07-08T00:13:55.561Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
970 | 2025-07-08T00:13:56.005Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
971 | 2025-07-08T00:13:56.794Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
972 | 2025-07-08T00:13:57.130Z | Compiling progenitor-client v0.10.0 |
973 | 2025-07-08T00:13:57.862Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
974 | 2025-07-08T00:13:58.086Z | Compiling macaddr v1.0.1 |
975 | 2025-07-08T00:14:01.165Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
976 | 2025-07-08T00:14:11.577Z | Compiling test-project v0.1.0 (/tmp/test-project) |
977 | 2025-07-08T00:14:21.182Z | Finished `release` profile [optimized] target(s) in 2m 32s |
978 | 2025-07-08T00:14:21.249Z | process exited: duration 220246 ms, exit code 0 |
|
979 | 2025-07-08T00:14:21.255Z | found 0 output files |