|
|
|
1 | 2025-06-30T22:04:44.740Z | job assigned to worker 01JZ1DVTXNC50JD7XG7D1QJYB3 [factory aws, i-0e3df9223050ea5b4] (queued for 1 m 12 s) |
|
2 | 2025-06-30T22:04:52.913Z | starting task 0: "setup" |
3 | 2025-06-30T22:04:52.918Z | ++ uname -s |
4 | 2025-06-30T22:04:52.921Z | + kern=SunOS |
5 | 2025-06-30T22:04:52.921Z | + build_user=build |
6 | 2025-06-30T22:04:52.921Z | + build_uid=12345 |
7 | 2025-06-30T22:04:52.921Z | + work_dir=/work |
8 | 2025-06-30T22:04:52.921Z | + input_dir=/input |
9 | 2025-06-30T22:04:52.921Z | + [[ 0 == 12345 ]] |
10 | 2025-06-30T22:04:52.921Z | + case "$kern" in |
11 | 2025-06-30T22:04:52.921Z | + groupadd -g 12345 build |
12 | 2025-06-30T22:04:52.925Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-30T22:04:54.930Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-30T22:04:55.107Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-30T22:04:55.110Z | + home_fs=zfs |
16 | 2025-06-30T22:04:55.110Z | + [[ zfs == autofs ]] |
17 | 2025-06-30T22:04:55.110Z | + mkdir -p /home/build |
18 | 2025-06-30T22:04:55.115Z | + chown build:build /home/build /work |
19 | 2025-06-30T22:04:57.114Z | + chmod 0700 /home/build /work |
20 | 2025-06-30T22:04:57.117Z | process exited: duration 4206 ms, exit code 0 |
|
21 | 2025-06-30T22:04:57.124Z | starting task 1: "rust-toolchain" |
22 | 2025-06-30T22:04:57.130Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-30T22:04:57.130Z | * rust toolchain channel = "1.87.0" |
24 | 2025-06-30T22:04:57.130Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-06-30T22:04:57.130Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-06-30T22:04:57.130Z | * rust toolchain profile = "default" |
27 | 2025-06-30T22:04:57.130Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-30T22:04:57.134Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-30T22:04:57.134Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-30T22:04:57.252Z | info: downloading installer |
31 | 2025-06-30T22:04:58.454Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-30T22:04:58.454Z | warn: /opt/ooce/bin |
33 | 2025-06-30T22:04:58.454Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-30T22:04:58.454Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-30T22:04:58.454Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-30T22:04:58.454Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-30T22:04:58.454Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-30T22:04:58.454Z | error: cannot install while Rust is installed |
39 | 2025-06-30T22:04:58.454Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-30T22:04:58.467Z | info: profile set to 'default' |
41 | 2025-06-30T22:04:58.467Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-30T22:04:58.471Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-30T22:04:58.635Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-30T22:04:58.635Z | info: downloading component 'cargo' |
45 | 2025-06-30T22:04:59.434Z | info: downloading component 'clippy' |
46 | 2025-06-30T22:04:59.813Z | info: downloading component 'rust-docs' |
47 | 2025-06-30T22:05:01.018Z | info: downloading component 'rust-std' |
48 | 2025-06-30T22:05:02.680Z | info: downloading component 'rustc' |
49 | 2025-06-30T22:05:08.568Z | info: downloading component 'rustfmt' |
50 | 2025-06-30T22:05:08.802Z | info: installing component 'cargo' |
51 | 2025-06-30T22:05:09.678Z | info: installing component 'clippy' |
52 | 2025-06-30T22:05:10.080Z | info: installing component 'rust-docs' |
53 | 2025-06-30T22:05:11.924Z | info: installing component 'rust-std' |
54 | 2025-06-30T22:05:13.806Z | info: installing component 'rustc' |
55 | 2025-06-30T22:05:20.304Z | info: installing component 'rustfmt' |
56 | 2025-06-30T22:05:20.627Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-30T22:05:20.627Z | |
58 | 2025-06-30T22:05:21.035Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-30T22:05:21.035Z | |
60 | 2025-06-30T22:05:21.039Z | |
61 | 2025-06-30T22:05:21.039Z | Rust is installed now. Great! |
62 | 2025-06-30T22:05:21.039Z | |
63 | 2025-06-30T22:05:21.039Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-30T22:05:21.039Z | environment variable. This has not been done automatically. |
65 | 2025-06-30T22:05:21.039Z | |
66 | 2025-06-30T22:05:21.039Z | To configure your current shell, you need to source |
67 | 2025-06-30T22:05:21.039Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-30T22:05:21.039Z | |
69 | 2025-06-30T22:05:21.039Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-30T22:05:21.039Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-30T22:05:21.039Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-30T22:05:21.039Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-30T22:05:21.122Z | + rustup --version |
74 | 2025-06-30T22:05:21.133Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-30T22:05:21.137Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-30T22:05:21.209Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-30T22:05:21.213Z | + cargo --version |
78 | 2025-06-30T22:05:21.274Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-30T22:05:21.277Z | + rustc --version |
80 | 2025-06-30T22:05:21.366Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-30T22:05:21.375Z | process exited: duration 24224 ms, exit code 0 |
|
82 | 2025-06-30T22:05:21.388Z | starting task 2: "authentication" |
83 | 2025-06-30T22:05:21.409Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-06-30T22:05:21.419Z | starting task 3: "clone repository" |
85 | 2025-06-30T22:05:21.422Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-30T22:05:21.426Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-30T22:05:21.469Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-30T22:05:29.744Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-30T22:05:29.747Z | + git fetch origin d64b132bf067cb012ab527523917442e73126aa8 |
90 | 2025-06-30T22:05:30.076Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-30T22:05:30.076Z | * branch d64b132bf067cb012ab527523917442e73126aa8 -> FETCH_HEAD |
92 | 2025-06-30T22:05:30.087Z | + [[ -n dap/mgs-qorb-fix ]] |
93 | 2025-06-30T22:05:30.090Z | ++ git branch --show-current |
94 | 2025-06-30T22:05:30.094Z | + current=main |
95 | 2025-06-30T22:05:30.094Z | + [[ main != dap/mgs-qorb-fix ]] |
96 | 2025-06-30T22:05:30.094Z | + git branch -f dap/mgs-qorb-fix d64b132bf067cb012ab527523917442e73126aa8 |
97 | 2025-06-30T22:05:30.097Z | + git checkout -f dap/mgs-qorb-fix |
98 | 2025-06-30T22:05:30.314Z | Switched to branch 'dap/mgs-qorb-fix' |
99 | 2025-06-30T22:05:30.318Z | + git reset --hard d64b132bf067cb012ab527523917442e73126aa8 |
100 | 2025-06-30T22:05:30.334Z | HEAD is now at d64b132bf Merge branch 'dap/mgs-update-db' into dap/mgs-qorb-fix |
101 | 2025-06-30T22:05:30.337Z | process exited: duration 8918 ms, exit code 0 |
|
102 | 2025-06-30T22:05:30.344Z | starting task 4: "build" |
103 | 2025-06-30T22:05:30.348Z | + source .github/buildomat/ci-env.sh |
104 | 2025-06-30T22:05:30.348Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-06-30T22:05:30.348Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-06-30T22:05:30.348Z | + cargo --version |
107 | 2025-06-30T22:05:30.405Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-06-30T22:05:30.408Z | + rustc --version |
109 | 2025-06-30T22:05:30.471Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-06-30T22:05:30.474Z | + cd /tmp |
111 | 2025-06-30T22:05:30.475Z | + cargo new --lib test-project |
112 | 2025-06-30T22:05:30.539Z | Creating library `test-project` package |
113 | 2025-06-30T22:05:30.628Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-06-30T22:05:30.633Z | + cd test-project |
115 | 2025-06-30T22:05:30.633Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-06-30T22:05:30.691Z | Adding omicron-common (local) to dependencies |
117 | 2025-06-30T22:05:30.706Z | Features: |
118 | 2025-06-30T22:05:30.706Z | - proptest |
119 | 2025-06-30T22:05:30.706Z | - test-strategy |
120 | 2025-06-30T22:05:30.706Z | - testing |
121 | 2025-06-30T22:05:30.731Z | Updating crates.io index |
122 | 2025-06-30T22:05:30.934Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-06-30T22:05:31.474Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-06-30T22:05:32.122Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-06-30T22:05:32.829Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-06-30T22:05:33.192Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-06-30T22:05:34.662Z | Locking 354 packages to latest Rust 1.87.0 compatible versions |
128 | 2025-06-30T22:05:34.763Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-06-30T22:05:34.766Z | + cargo check |
130 | 2025-06-30T22:05:34.960Z | Updating crates.io index |
131 | 2025-06-30T22:05:36.231Z | Locking 1 package to latest Rust 1.87.0 compatible version |
132 | 2025-06-30T22:05:36.231Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-06-30T22:05:36.279Z | Downloading crates ... |
134 | 2025-06-30T22:05:36.338Z | Downloaded async-stream v0.3.6 |
135 | 2025-06-30T22:05:36.357Z | Downloaded aho-corasick v1.1.3 |
136 | 2025-06-30T22:05:36.363Z | Downloaded async-trait v0.1.88 |
137 | 2025-06-30T22:05:36.363Z | Downloaded dtrace-parser v0.2.0 |
138 | 2025-06-30T22:05:36.363Z | Downloaded structmeta v0.3.0 |
139 | 2025-06-30T22:05:36.367Z | Downloaded crossbeam-utils v0.8.21 |
140 | 2025-06-30T22:05:36.367Z | Downloaded subtle v2.6.1 |
141 | 2025-06-30T22:05:36.367Z | Downloaded dyn-clone v1.0.19 |
142 | 2025-06-30T22:05:36.378Z | Downloaded strum_macros v0.26.4 |
143 | 2025-06-30T22:05:36.384Z | Downloaded dropshot_endpoint v0.16.2 |
144 | 2025-06-30T22:05:36.384Z | Downloaded iana-time-zone v0.1.63 |
145 | 2025-06-30T22:05:36.384Z | Downloaded daft v0.1.3 |
146 | 2025-06-30T22:05:36.384Z | Downloaded test-strategy v0.4.1 |
147 | 2025-06-30T22:05:36.393Z | Downloaded anyhow v1.0.98 |
148 | 2025-06-30T22:05:36.402Z | Downloaded tempfile v3.20.0 |
149 | 2025-06-30T22:05:36.402Z | Downloaded bit-vec v0.8.0 |
150 | 2025-06-30T22:05:36.402Z | Downloaded displaydoc v0.2.5 |
151 | 2025-06-30T22:05:36.408Z | Downloaded sync_wrapper v1.0.1 |
152 | 2025-06-30T22:05:36.408Z | Downloaded allocator-api2 v0.2.21 |
153 | 2025-06-30T22:05:36.408Z | Downloaded icu_locid_transform v1.5.0 |
154 | 2025-06-30T22:05:36.414Z | Downloaded syn v2.0.104 |
155 | 2025-06-30T22:05:36.424Z | Downloaded term v0.7.0 |
156 | 2025-06-30T22:05:36.428Z | Downloaded synstructure v0.13.1 |
157 | 2025-06-30T22:05:36.428Z | Downloaded hostname v0.4.0 |
158 | 2025-06-30T22:05:36.432Z | Downloaded take_mut v0.2.2 |
159 | 2025-06-30T22:05:36.439Z | Downloaded futures-executor v0.3.31 |
160 | 2025-06-30T22:05:36.439Z | Downloaded ident_case v1.0.1 |
161 | 2025-06-30T22:05:36.439Z | Downloaded heck v0.5.0 |
162 | 2025-06-30T22:05:36.450Z | Downloaded futures-task v0.3.31 |
163 | 2025-06-30T22:05:36.450Z | Downloaded write16 v1.0.0 |
164 | 2025-06-30T22:05:36.450Z | Downloaded tower-layer v0.3.3 |
165 | 2025-06-30T22:05:36.459Z | Downloaded icu_provider_macros v1.5.0 |
166 | 2025-06-30T22:05:36.459Z | Downloaded tower-service v0.3.3 |
167 | 2025-06-30T22:05:36.459Z | Downloaded futures v0.3.31 |
168 | 2025-06-30T22:05:36.459Z | Downloaded yoke-derive v0.7.4 |
169 | 2025-06-30T22:05:36.459Z | Downloaded usdt-attr-macro v0.5.0 |
170 | 2025-06-30T22:05:36.462Z | Downloaded httpdate v1.0.3 |
171 | 2025-06-30T22:05:36.463Z | Downloaded want v0.3.1 |
172 | 2025-06-30T22:05:36.463Z | Downloaded time-core v0.1.2 |
173 | 2025-06-30T22:05:36.463Z | Downloaded atomic-waker v1.1.2 |
174 | 2025-06-30T22:05:36.463Z | Downloaded typify-macro v0.3.0 |
175 | 2025-06-30T22:05:36.470Z | Downloaded thread_local v1.1.8 |
176 | 2025-06-30T22:05:36.470Z | Downloaded zerofrom v0.1.4 |
177 | 2025-06-30T22:05:36.470Z | Downloaded http-body v1.0.1 |
178 | 2025-06-30T22:05:36.470Z | Downloaded waitgroup v0.1.2 |
179 | 2025-06-30T22:05:36.470Z | Downloaded usdt-macro v0.5.0 |
180 | 2025-06-30T22:05:36.477Z | Downloaded try-lock v0.2.5 |
181 | 2025-06-30T22:05:36.477Z | Downloaded omicron-workspace-hack v0.1.0 |
182 | 2025-06-30T22:05:36.477Z | Downloaded num-conv v0.1.0 |
183 | 2025-06-30T22:05:36.481Z | Downloaded form_urlencoded v1.2.1 |
184 | 2025-06-30T22:05:36.481Z | Downloaded match_cfg v0.1.0 |
185 | 2025-06-30T22:05:36.481Z | Downloaded instant v0.1.13 |
186 | 2025-06-30T22:05:36.481Z | Downloaded tinyvec_macros v0.1.1 |
187 | 2025-06-30T22:05:36.487Z | Downloaded progenitor-client v0.9.1 |
188 | 2025-06-30T22:05:36.487Z | Downloaded scroll_derive v0.12.0 |
189 | 2025-06-30T22:05:36.487Z | Downloaded hostname v0.3.1 |
190 | 2025-06-30T22:05:36.492Z | Downloaded num_threads v0.1.7 |
191 | 2025-06-30T22:05:36.492Z | Downloaded zerofrom-derive v0.1.4 |
192 | 2025-06-30T22:05:36.492Z | Downloaded time-macros v0.2.18 |
193 | 2025-06-30T22:05:36.497Z | Downloaded usdt v0.5.0 |
194 | 2025-06-30T22:05:36.497Z | Downloaded toml_datetime v0.6.11 |
195 | 2025-06-30T22:05:36.501Z | Downloaded futures-macro v0.3.31 |
196 | 2025-06-30T22:05:36.501Z | Downloaded tinystr v0.7.6 |
197 | 2025-06-30T22:05:36.501Z | Downloaded wait-timeout v0.2.0 |
198 | 2025-06-30T22:05:36.505Z | Downloaded byteorder v1.5.0 |
199 | 2025-06-30T22:05:36.505Z | Downloaded utf16_iter v1.0.5 |
200 | 2025-06-30T22:05:36.512Z | Downloaded toml_write v0.1.2 |
201 | 2025-06-30T22:05:36.512Z | Downloaded thiserror-impl v1.0.69 |
202 | 2025-06-30T22:05:36.522Z | Downloaded hyper-rustls v0.27.7 |
203 | 2025-06-30T22:05:36.522Z | Downloaded futures-channel v0.3.31 |
204 | 2025-06-30T22:05:36.522Z | Downloaded pretty-hex v0.4.1 |
205 | 2025-06-30T22:05:36.532Z | Downloaded zerovec-derive v0.10.3 |
206 | 2025-06-30T22:05:36.532Z | Downloaded daft-derive v0.1.3 |
207 | 2025-06-30T22:05:36.532Z | Downloaded paste v1.0.15 |
208 | 2025-06-30T22:05:36.535Z | Downloaded is-terminal v0.4.13 |
209 | 2025-06-30T22:05:36.535Z | Downloaded deranged v0.3.11 |
210 | 2025-06-30T22:05:36.535Z | Downloaded debug-ignore v1.0.5 |
211 | 2025-06-30T22:05:36.535Z | Downloaded parse-display-derive v0.10.0 |
212 | 2025-06-30T22:05:36.535Z | Downloaded itoa v1.0.11 |
213 | 2025-06-30T22:05:36.540Z | Downloaded idna_adapter v1.2.0 |
214 | 2025-06-30T22:05:36.540Z | Downloaded parse-display v0.10.0 |
215 | 2025-06-30T22:05:36.546Z | Downloaded ipnetwork v0.21.1 |
216 | 2025-06-30T22:05:36.546Z | Downloaded rand_xorshift v0.4.0 |
217 | 2025-06-30T22:05:36.546Z | Downloaded progenitor v0.9.1 |
218 | 2025-06-30T22:05:36.551Z | Downloaded pest_generator v2.7.14 |
219 | 2025-06-30T22:05:36.551Z | Downloaded percent-encoding v2.3.1 |
220 | 2025-06-30T22:05:36.551Z | Downloaded rusty-fork v0.3.0 |
221 | 2025-06-30T22:05:36.557Z | Downloaded pin-utils v0.1.0 |
222 | 2025-06-30T22:05:36.557Z | Downloaded quinn-udp v0.5.5 |
223 | 2025-06-30T22:05:36.561Z | Downloaded serde_path_to_error v0.1.17 |
224 | 2025-06-30T22:05:36.565Z | Downloaded toml v0.8.23 |
225 | 2025-06-30T22:05:36.569Z | Downloaded usdt-impl v0.5.0 |
226 | 2025-06-30T22:05:36.569Z | Downloaded schemars_derive v0.8.22 |
227 | 2025-06-30T22:05:36.573Z | Downloaded slog-bunyan v2.5.0 |
228 | 2025-06-30T22:05:36.574Z | Downloaded typenum v1.17.0 |
229 | 2025-06-30T22:05:36.579Z | Downloaded thiserror v2.0.12 |
230 | 2025-06-30T22:05:36.585Z | Downloaded progenitor-macro v0.9.1 |
231 | 2025-06-30T22:05:36.585Z | Downloaded getrandom v0.3.1 |
232 | 2025-06-30T22:05:36.590Z | Downloaded rand_core v0.6.4 |
233 | 2025-06-30T22:05:36.590Z | Downloaded progenitor-client v0.10.0 |
234 | 2025-06-30T22:05:36.590Z | Downloaded sha1 v0.10.6 |
235 | 2025-06-30T22:05:36.593Z | Downloaded ppv-lite86 v0.2.20 |
236 | 2025-06-30T22:05:36.593Z | Downloaded parking_lot_core v0.9.10 |
237 | 2025-06-30T22:05:36.596Z | Downloaded slab v0.4.9 |
238 | 2025-06-30T22:05:36.596Z | Downloaded ipnet v2.11.0 |
239 | 2025-06-30T22:05:36.604Z | Downloaded multer v3.1.0 |
240 | 2025-06-30T22:05:36.604Z | Downloaded litemap v0.7.3 |
241 | 2025-06-30T22:05:36.604Z | Downloaded memmap v0.7.0 |
242 | 2025-06-30T22:05:36.607Z | Downloaded rand_chacha v0.3.1 |
243 | 2025-06-30T22:05:36.607Z | Downloaded lazy_static v1.5.0 |
244 | 2025-06-30T22:05:36.611Z | Downloaded spin v0.9.8 |
245 | 2025-06-30T22:05:36.611Z | Downloaded plain v0.2.3 |
246 | 2025-06-30T22:05:36.614Z | Downloaded tokio-rustls v0.26.0 |
247 | 2025-06-30T22:05:36.614Z | Downloaded scroll v0.12.0 |
248 | 2025-06-30T22:05:36.618Z | Downloaded ucd-trie v0.1.7 |
249 | 2025-06-30T22:05:36.618Z | Downloaded rand_chacha v0.9.0 |
250 | 2025-06-30T22:05:36.621Z | Downloaded icu_locid v1.5.0 |
251 | 2025-06-30T22:05:36.625Z | Downloaded slog-async v2.8.0 |
252 | 2025-06-30T22:05:36.625Z | Downloaded slog-json v2.6.1 |
253 | 2025-06-30T22:05:36.629Z | Downloaded unsafe-libyaml v0.2.11 |
254 | 2025-06-30T22:05:36.632Z | Downloaded ref-cast-impl v1.0.24 |
255 | 2025-06-30T22:05:36.632Z | Downloaded rustc-hash v2.1.1 |
256 | 2025-06-30T22:05:36.636Z | Downloaded serde_spanned v0.6.9 |
257 | 2025-06-30T22:05:36.636Z | Downloaded scopeguard v1.2.0 |
258 | 2025-06-30T22:05:36.639Z | Downloaded icu_provider v1.5.0 |
259 | 2025-06-30T22:05:36.643Z | Downloaded stable_deref_trait v1.2.0 |
260 | 2025-06-30T22:05:36.643Z | Downloaded num-traits v0.2.19 |
261 | 2025-06-30T22:05:36.648Z | Downloaded log v0.4.27 |
262 | 2025-06-30T22:05:36.648Z | Downloaded serde_urlencoded v0.7.1 |
263 | 2025-06-30T22:05:36.652Z | Downloaded serde_with_macros v3.12.0 |
264 | 2025-06-30T22:05:36.652Z | Downloaded unicode-ident v1.0.18 |
265 | 2025-06-30T22:05:36.659Z | Downloaded serde_tokenstream v0.2.2 |
266 | 2025-06-30T22:05:36.663Z | Downloaded semver v1.0.26 |
267 | 2025-06-30T22:05:36.663Z | Downloaded uuid v1.17.0 |
268 | 2025-06-30T22:05:36.664Z | Downloaded slog-term v2.9.1 |
269 | 2025-06-30T22:05:36.671Z | Downloaded progenitor-impl v0.9.1 |
270 | 2025-06-30T22:05:36.671Z | Downloaded serde_derive_internals v0.29.1 |
271 | 2025-06-30T22:05:36.671Z | Downloaded signal-hook-registry v1.4.2 |
272 | 2025-06-30T22:05:36.675Z | Downloaded parking_lot v0.12.3 |
273 | 2025-06-30T22:05:36.675Z | Downloaded tinyvec v1.8.0 |
274 | 2025-06-30T22:05:36.678Z | Downloaded icu_normalizer v1.5.0 |
275 | 2025-06-30T22:05:36.681Z | Downloaded httparse v1.9.5 |
276 | 2025-06-30T22:05:36.686Z | Downloaded serde_yaml v0.9.34+deprecated |
277 | 2025-06-30T22:05:36.690Z | Downloaded pin-project-lite v0.2.14 |
278 | 2025-06-30T22:05:36.694Z | Downloaded slog v2.7.0 |
279 | 2025-06-30T22:05:36.698Z | Downloaded rand_core v0.9.2 |
280 | 2025-06-30T22:05:36.701Z | Downloaded rustls-pemfile v2.2.0 |
281 | 2025-06-30T22:05:36.708Z | Downloaded derive-where v1.5.0 |
282 | 2025-06-30T22:05:36.713Z | Downloaded tracing v0.1.40 |
283 | 2025-06-30T22:05:36.717Z | Downloaded schemars v0.8.22 |
284 | 2025-06-30T22:05:36.723Z | Downloaded socket2 v0.5.10 |
285 | 2025-06-30T22:05:36.726Z | Downloaded serde v1.0.219 |
286 | 2025-06-30T22:05:36.731Z | Downloaded rustls-pki-types v1.10.0 |
287 | 2025-06-30T22:05:36.734Z | Downloaded quote v1.0.40 |
288 | 2025-06-30T22:05:36.738Z | Downloaded rand v0.8.5 |
289 | 2025-06-30T22:05:36.742Z | Downloaded tokio-util v0.7.15 |
290 | 2025-06-30T22:05:36.749Z | Downloaded tower v0.5.2 |
291 | 2025-06-30T22:05:36.758Z | Downloaded serde_derive v1.0.219 |
292 | 2025-06-30T22:05:36.765Z | Downloaded tower-http v0.6.6 |
293 | 2025-06-30T22:05:36.769Z | Downloaded mio v1.0.2 |
294 | 2025-06-30T22:05:36.776Z | Downloaded cc v1.2.15 |
295 | 2025-06-30T22:05:36.780Z | Downloaded zerocopy v0.7.35 |
296 | 2025-06-30T22:05:36.797Z | Downloaded serde_with v3.12.0 |
297 | 2025-06-30T22:05:36.805Z | Downloaded iddqd v0.3.8 |
298 | 2025-06-30T22:05:36.812Z | Downloaded zerovec v0.10.4 |
299 | 2025-06-30T22:05:36.818Z | Downloaded rand v0.9.1 |
300 | 2025-06-30T22:05:36.822Z | Downloaded winnow v0.7.10 |
301 | 2025-06-30T22:05:36.833Z | Downloaded pest v2.7.14 |
302 | 2025-06-30T22:05:36.837Z | Downloaded idna v1.0.3 |
303 | 2025-06-30T22:05:36.842Z | Downloaded quinn-proto v0.11.8 |
304 | 2025-06-30T22:05:36.851Z | Downloaded webpki-roots v1.0.0 |
305 | 2025-06-30T22:05:36.855Z | Downloaded iri-string v0.7.8 |
306 | 2025-06-30T22:05:36.861Z | Downloaded zerocopy v0.8.26 |
307 | 2025-06-30T22:05:36.882Z | Downloaded futures-util v0.3.31 |
308 | 2025-06-30T22:05:36.892Z | Downloaded hyper v1.6.0 |
309 | 2025-06-30T22:05:36.899Z | Downloaded h2 v0.4.6 |
310 | 2025-06-30T22:05:36.905Z | Downloaded goblin v0.8.2 |
311 | 2025-06-30T22:05:36.913Z | Downloaded reqwest v0.12.20 |
312 | 2025-06-30T22:05:36.920Z | Downloaded serde_json v1.0.140 |
313 | 2025-06-30T22:05:36.927Z | Downloaded rustls-webpki v0.102.8 |
314 | 2025-06-30T22:05:36.948Z | Downloaded proptest v1.7.0 |
315 | 2025-06-30T22:05:36.958Z | Downloaded rustls v0.23.19 |
316 | 2025-06-30T22:05:36.966Z | Downloaded regex v1.11.1 |
317 | 2025-06-30T22:05:36.982Z | Downloaded openapiv3 v2.2.0 |
318 | 2025-06-30T22:05:36.990Z | Downloaded rustix v1.0.7 |
319 | 2025-06-30T22:05:37.019Z | Downloaded typify-impl v0.3.0 |
320 | 2025-06-30T22:05:37.026Z | Downloaded icu_properties_data v1.5.0 |
321 | 2025-06-30T22:05:37.036Z | Downloaded regress v0.10.3 |
322 | 2025-06-30T22:05:37.046Z | Downloaded rustls v0.22.4 |
323 | 2025-06-30T22:05:37.057Z | Downloaded regex-syntax v0.8.5 |
324 | 2025-06-30T22:05:37.066Z | Downloaded libc v0.2.174 |
325 | 2025-06-30T22:05:37.090Z | Downloaded dropshot v0.16.2 |
326 | 2025-06-30T22:05:37.110Z | Downloaded chrono v0.4.41 |
327 | 2025-06-30T22:05:37.118Z | Downloaded hashbrown v0.15.4 |
328 | 2025-06-30T22:05:37.123Z | Downloaded indexmap v2.9.0 |
329 | 2025-06-30T22:05:37.134Z | Downloaded http v1.3.1 |
330 | 2025-06-30T22:05:37.138Z | Downloaded time v0.3.36 |
331 | 2025-06-30T22:05:37.138Z | Downloaded hashbrown v0.12.3 |
332 | 2025-06-30T22:05:37.142Z | Downloaded crossbeam-channel v0.5.15 |
333 | 2025-06-30T22:05:37.146Z | Downloaded hyper-util v0.1.14 |
334 | 2025-06-30T22:05:37.170Z | Downloaded bytes v1.10.1 |
335 | 2025-06-30T22:05:37.170Z | Downloaded tokio v1.45.1 |
336 | 2025-06-30T22:05:37.203Z | Downloaded quinn v0.11.5 |
337 | 2025-06-30T22:05:37.226Z | Downloaded memchr v2.7.4 |
338 | 2025-06-30T22:05:37.226Z | Downloaded base64 v0.22.1 |
339 | 2025-06-30T22:05:37.227Z | Downloaded icu_collections v1.5.0 |
340 | 2025-06-30T22:05:37.227Z | Downloaded regex-automata v0.4.8 |
341 | 2025-06-30T22:05:37.238Z | Downloaded pest_meta v2.7.14 |
342 | 2025-06-30T22:05:37.238Z | Downloaded smallvec v1.15.0 |
343 | 2025-06-30T22:05:37.238Z | Downloaded ryu v1.0.18 |
344 | 2025-06-30T22:05:37.238Z | Downloaded icu_properties v1.5.1 |
345 | 2025-06-30T22:05:37.238Z | Downloaded tracing-core v0.1.32 |
346 | 2025-06-30T22:05:37.245Z | Downloaded toml_edit v0.22.27 |
347 | 2025-06-30T22:05:37.245Z | Downloaded darling_core v0.20.10 |
348 | 2025-06-30T22:05:37.245Z | Downloaded sha2 v0.10.9 |
349 | 2025-06-30T22:05:37.245Z | Downloaded proc-macro2 v1.0.95 |
350 | 2025-06-30T22:05:37.265Z | Downloaded pest_derive v2.7.14 |
351 | 2025-06-30T22:05:37.266Z | Downloaded indexmap v1.9.3 |
352 | 2025-06-30T22:05:37.271Z | Downloaded camino v1.1.10 |
353 | 2025-06-30T22:05:37.271Z | Downloaded shlex v1.3.0 |
354 | 2025-06-30T22:05:37.271Z | Downloaded ref-cast v1.0.24 |
355 | 2025-06-30T22:05:37.272Z | Downloaded quick-error v1.2.3 |
356 | 2025-06-30T22:05:37.272Z | Downloaded powerfmt v0.2.0 |
357 | 2025-06-30T22:05:37.272Z | Downloaded icu_locid_transform_data v1.5.0 |
358 | 2025-06-30T22:05:37.272Z | Downloaded bitflags v2.9.0 |
359 | 2025-06-30T22:05:37.272Z | Downloaded thiserror-impl v2.0.12 |
360 | 2025-06-30T22:05:37.272Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2025-06-30T22:05:37.272Z | Downloaded encoding_rs v0.8.34 |
362 | 2025-06-30T22:05:37.291Z | Downloaded typify v0.3.0 |
363 | 2025-06-30T22:05:37.294Z | Downloaded icu_normalizer_data v1.5.0 |
364 | 2025-06-30T22:05:37.294Z | Downloaded backoff v0.4.0 |
365 | 2025-06-30T22:05:37.299Z | Downloaded rustversion v1.0.17 |
366 | 2025-06-30T22:05:37.299Z | Downloaded once_cell v1.21.3 |
367 | 2025-06-30T22:05:37.299Z | Downloaded lock_api v0.4.12 |
368 | 2025-06-30T22:05:37.304Z | Downloaded url v2.5.4 |
369 | 2025-06-30T22:05:37.304Z | Downloaded macaddr v1.0.1 |
370 | 2025-06-30T22:05:37.308Z | Downloaded zeroize v1.8.1 |
371 | 2025-06-30T22:05:37.308Z | Downloaded yoke v0.7.4 |
372 | 2025-06-30T22:05:37.308Z | Downloaded getrandom v0.2.15 |
373 | 2025-06-30T22:05:37.311Z | Downloaded foldhash v0.1.5 |
374 | 2025-06-30T22:05:37.311Z | Downloaded tokio-rustls v0.25.0 |
375 | 2025-06-30T22:05:37.314Z | Downloaded newtype-uuid v1.2.4 |
376 | 2025-06-30T22:05:37.314Z | Downloaded untrusted v0.9.0 |
377 | 2025-06-30T22:05:37.314Z | Downloaded strsim v0.11.1 |
378 | 2025-06-30T22:05:37.318Z | Downloaded oxnet v0.1.2 |
379 | 2025-06-30T22:05:37.318Z | Downloaded mime v0.3.17 |
380 | 2025-06-30T22:05:37.318Z | Downloaded writeable v0.5.5 |
381 | 2025-06-30T22:05:37.322Z | Downloaded crypto-common v0.1.6 |
382 | 2025-06-30T22:05:37.322Z | Downloaded cfg-if v1.0.1 |
383 | 2025-06-30T22:05:37.322Z | Downloaded block-buffer v0.10.4 |
384 | 2025-06-30T22:05:37.324Z | Downloaded version_check v0.9.5 |
385 | 2025-06-30T22:05:37.324Z | Downloaded utf8_iter v1.0.4 |
386 | 2025-06-30T22:05:37.324Z | Downloaded fastrand v2.1.1 |
387 | 2025-06-30T22:05:37.324Z | Downloaded bit-set v0.8.0 |
388 | 2025-06-30T22:05:37.328Z | Downloaded futures-io v0.3.31 |
389 | 2025-06-30T22:05:37.328Z | Downloaded cpufeatures v0.2.14 |
390 | 2025-06-30T22:05:37.328Z | Downloaded autocfg v1.4.0 |
391 | 2025-06-30T22:05:37.331Z | Downloaded thiserror v1.0.69 |
392 | 2025-06-30T22:05:37.337Z | Downloaded unarray v0.1.4 |
393 | 2025-06-30T22:05:37.337Z | Downloaded tokio-macros v2.5.0 |
394 | 2025-06-30T22:05:37.341Z | Downloaded futures-core v0.3.31 |
395 | 2025-06-30T22:05:37.341Z | Downloaded fnv v1.0.7 |
396 | 2025-06-30T22:05:37.341Z | Downloaded errno v0.3.12 |
397 | 2025-06-30T22:05:37.341Z | Downloaded thread-id v4.2.2 |
398 | 2025-06-30T22:05:37.341Z | Downloaded ring v0.17.14 |
399 | 2025-06-30T22:05:37.380Z | Downloaded generic-array v0.14.7 |
400 | 2025-06-30T22:05:37.386Z | Downloaded hex v0.4.3 |
401 | 2025-06-30T22:05:37.386Z | Downloaded dirs-next v2.0.0 |
402 | 2025-06-30T22:05:37.386Z | Downloaded digest v0.10.7 |
403 | 2025-06-30T22:05:37.386Z | Downloaded http-body-util v0.1.3 |
404 | 2025-06-30T22:05:37.393Z | Downloaded equivalent v1.0.2 |
405 | 2025-06-30T22:05:37.393Z | Downloaded strum v0.26.3 |
406 | 2025-06-30T22:05:37.393Z | Downloaded structmeta-derive v0.3.0 |
407 | 2025-06-30T22:05:37.393Z | Downloaded futures-sink v0.3.31 |
408 | 2025-06-30T22:05:37.393Z | Downloaded dof v0.3.0 |
409 | 2025-06-30T22:05:37.393Z | Downloaded darling_macro v0.20.10 |
410 | 2025-06-30T22:05:37.398Z | Downloaded dirs-sys-next v0.1.2 |
411 | 2025-06-30T22:05:37.398Z | Downloaded darling v0.20.10 |
412 | 2025-06-30T22:05:37.398Z | Downloaded async-stream-impl v0.3.6 |
413 | 2025-06-30T22:05:37.465Z | Compiling proc-macro2 v1.0.95 |
414 | 2025-06-30T22:05:37.465Z | Compiling unicode-ident v1.0.18 |
415 | 2025-06-30T22:05:37.468Z | Compiling libc v0.2.174 |
416 | 2025-06-30T22:05:37.469Z | Checking cfg-if v1.0.1 |
417 | 2025-06-30T22:05:37.469Z | Compiling autocfg v1.4.0 |
418 | 2025-06-30T22:05:37.469Z | Compiling serde v1.0.219 |
419 | 2025-06-30T22:05:37.469Z | Checking memchr v2.7.4 |
420 | 2025-06-30T22:05:37.574Z | Compiling serde_json v1.0.140 |
421 | 2025-06-30T22:05:37.659Z | Checking itoa v1.0.11 |
422 | 2025-06-30T22:05:37.892Z | Checking ryu v1.0.18 |
423 | 2025-06-30T22:05:38.062Z | Compiling getrandom v0.3.1 |
424 | 2025-06-30T22:05:38.159Z | Compiling semver v1.0.26 |
425 | 2025-06-30T22:05:38.354Z | Checking pin-project-lite v0.2.14 |
426 | 2025-06-30T22:05:38.427Z | Checking smallvec v1.15.0 |
427 | 2025-06-30T22:05:38.476Z | Compiling version_check v0.9.5 |
428 | 2025-06-30T22:05:38.502Z | Checking bytes v1.10.1 |
429 | 2025-06-30T22:05:38.646Z | Checking futures-core v0.3.31 |
430 | 2025-06-30T22:05:38.661Z | Checking once_cell v1.21.3 |
431 | 2025-06-30T22:05:38.736Z | Compiling lock_api v0.4.12 |
432 | 2025-06-30T22:05:38.826Z | Compiling num-traits v0.2.19 |
433 | 2025-06-30T22:05:38.943Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-06-30T22:05:39.006Z | Checking foldhash v0.1.5 |
435 | 2025-06-30T22:05:39.073Z | Checking allocator-api2 v0.2.21 |
436 | 2025-06-30T22:05:39.113Z | Checking equivalent v1.0.2 |
437 | 2025-06-30T22:05:39.234Z | Compiling quote v1.0.40 |
438 | 2025-06-30T22:05:39.269Z | Checking fnv v1.0.7 |
439 | 2025-06-30T22:05:39.348Z | Checking scopeguard v1.2.0 |
440 | 2025-06-30T22:05:39.374Z | Compiling thiserror v1.0.69 |
441 | 2025-06-30T22:05:39.663Z | Compiling syn v2.0.104 |
442 | 2025-06-30T22:05:39.678Z | Checking hashbrown v0.15.4 |
443 | 2025-06-30T22:05:39.689Z | Compiling slab v0.4.9 |
444 | 2025-06-30T22:05:39.777Z | Checking futures-sink v0.3.31 |
445 | 2025-06-30T22:05:39.794Z | Compiling shlex v1.3.0 |
446 | 2025-06-30T22:05:39.909Z | Checking parking_lot v0.12.3 |
447 | 2025-06-30T22:05:39.917Z | Checking socket2 v0.5.10 |
448 | 2025-06-30T22:05:40.105Z | Compiling cc v1.2.15 |
449 | 2025-06-30T22:05:40.160Z | Checking signal-hook-registry v1.4.2 |
450 | 2025-06-30T22:05:40.222Z | Checking getrandom v0.2.15 |
451 | 2025-06-30T22:05:40.235Z | Checking mio v1.0.2 |
452 | 2025-06-30T22:05:40.391Z | Checking stable_deref_trait v1.2.0 |
453 | 2025-06-30T22:05:40.406Z | Checking iana-time-zone v0.1.63 |
454 | 2025-06-30T22:05:40.447Z | Compiling schemars v0.8.22 |
455 | 2025-06-30T22:05:40.566Z | Checking dyn-clone v1.0.19 |
456 | 2025-06-30T22:05:40.668Z | Checking futures-channel v0.3.31 |
457 | 2025-06-30T22:05:40.715Z | Checking http v1.3.1 |
458 | 2025-06-30T22:05:40.728Z | Checking futures-io v0.3.31 |
459 | 2025-06-30T22:05:40.770Z | Checking log v0.4.27 |
460 | 2025-06-30T22:05:40.791Z | Compiling thiserror v2.0.12 |
461 | 2025-06-30T22:05:40.833Z | Checking pin-utils v0.1.0 |
462 | 2025-06-30T22:05:40.912Z | Checking futures-task v0.3.31 |
463 | 2025-06-30T22:05:40.994Z | Checking rustls-pki-types v1.10.0 |
464 | 2025-06-30T22:05:41.149Z | Compiling heck v0.5.0 |
465 | 2025-06-30T22:05:41.528Z | Checking writeable v0.5.5 |
466 | 2025-06-30T22:05:41.532Z | Checking litemap v0.7.3 |
467 | 2025-06-30T22:05:41.626Z | Checking untrusted v0.9.0 |
468 | 2025-06-30T22:05:41.808Z | Compiling ucd-trie v0.1.7 |
469 | 2025-06-30T22:05:41.841Z | Compiling httparse v1.9.5 |
470 | 2025-06-30T22:05:41.936Z | Checking byteorder v1.5.0 |
471 | 2025-06-30T22:05:42.017Z | Checking http-body v1.0.1 |
472 | 2025-06-30T22:05:42.227Z | Checking tracing-core v0.1.32 |
473 | 2025-06-30T22:05:42.346Z | Checking icu_locid_transform_data v1.5.0 |
474 | 2025-06-30T22:05:42.451Z | Checking percent-encoding v2.3.1 |
475 | 2025-06-30T22:05:42.527Z | Checking bitflags v2.9.0 |
476 | 2025-06-30T22:05:42.655Z | Checking zeroize v1.8.1 |
477 | 2025-06-30T22:05:42.812Z | Checking atomic-waker v1.1.2 |
478 | 2025-06-30T22:05:42.883Z | Checking subtle v2.6.1 |
479 | 2025-06-30T22:05:42.902Z | Checking tracing v0.1.40 |
480 | 2025-06-30T22:05:42.957Z | Compiling ring v0.17.14 |
481 | 2025-06-30T22:05:43.123Z | Compiling uuid v1.17.0 |
482 | 2025-06-30T22:05:43.145Z | Checking icu_properties_data v1.5.0 |
483 | 2025-06-30T22:05:43.329Z | Checking try-lock v0.2.5 |
484 | 2025-06-30T22:05:43.376Z | Compiling chrono v0.4.41 |
485 | 2025-06-30T22:05:43.443Z | Checking tower-service v0.3.3 |
486 | 2025-06-30T22:05:43.494Z | Checking want v0.3.1 |
487 | 2025-06-30T22:05:43.571Z | Compiling regress v0.10.3 |
488 | 2025-06-30T22:05:43.670Z | Checking icu_normalizer_data v1.5.0 |
489 | 2025-06-30T22:05:43.670Z | Checking write16 v1.0.0 |
490 | 2025-06-30T22:05:43.681Z | Compiling slog v2.7.0 |
491 | 2025-06-30T22:05:43.765Z | Checking utf16_iter v1.0.5 |
492 | 2025-06-30T22:05:43.811Z | Compiling rustls v0.23.19 |
493 | 2025-06-30T22:05:43.899Z | Checking httpdate v1.0.3 |
494 | 2025-06-30T22:05:43.933Z | Checking utf8_iter v1.0.4 |
495 | 2025-06-30T22:05:44.162Z | Checking form_urlencoded v1.2.1 |
496 | 2025-06-30T22:05:44.217Z | Compiling aho-corasick v1.1.3 |
497 | 2025-06-30T22:05:44.346Z | Compiling typenum v1.17.0 |
498 | 2025-06-30T22:05:44.430Z | Checking base64 v0.22.1 |
499 | 2025-06-30T22:05:44.881Z | Compiling paste v1.0.15 |
500 | 2025-06-30T22:05:45.135Z | Checking ipnet v2.11.0 |
501 | 2025-06-30T22:05:45.222Z | Checking regex-syntax v0.8.5 |
502 | 2025-06-30T22:05:45.575Z | Compiling zerocopy v0.8.26 |
503 | 2025-06-30T22:05:46.861Z | Compiling serde_derive_internals v0.29.1 |
504 | 2025-06-30T22:05:46.925Z | Compiling synstructure v0.13.1 |
505 | 2025-06-30T22:05:47.735Z | Compiling generic-array v0.14.7 |
506 | 2025-06-30T22:05:48.044Z | Checking sync_wrapper v1.0.1 |
507 | 2025-06-30T22:05:48.067Z | Compiling newtype-uuid v1.2.4 |
508 | 2025-06-30T22:05:48.377Z | Checking tower-layer v0.3.3 |
509 | 2025-06-30T22:05:48.671Z | Checking http-body-util v0.1.3 |
510 | 2025-06-30T22:05:48.791Z | Checking webpki-roots v1.0.0 |
511 | 2025-06-30T22:05:48.999Z | Compiling regex-automata v0.4.8 |
512 | 2025-06-30T22:05:49.064Z | Compiling usdt-impl v0.5.0 |
513 | 2025-06-30T22:05:49.597Z | Checking iri-string v0.7.8 |
514 | 2025-06-30T22:05:49.880Z | Checking rustls-webpki v0.102.8 |
515 | 2025-06-30T22:05:50.200Z | Compiling serde_derive v1.0.219 |
516 | 2025-06-30T22:05:50.247Z | Compiling schemars_derive v0.8.22 |
517 | 2025-06-30T22:05:50.433Z | Compiling zerofrom-derive v0.1.4 |
518 | 2025-06-30T22:05:50.610Z | Compiling thiserror-impl v1.0.69 |
519 | 2025-06-30T22:05:50.955Z | Compiling zerocopy-derive v0.7.35 |
520 | 2025-06-30T22:05:51.731Z | Compiling tokio-macros v2.5.0 |
521 | 2025-06-30T22:05:52.194Z | Compiling yoke-derive v0.7.4 |
522 | 2025-06-30T22:05:52.662Z | Compiling zerovec-derive v0.10.3 |
523 | 2025-06-30T22:05:52.853Z | Compiling futures-macro v0.3.31 |
524 | 2025-06-30T22:05:53.058Z | Compiling displaydoc v0.2.5 |
525 | 2025-06-30T22:05:53.087Z | Checking tokio v1.45.1 |
526 | 2025-06-30T22:05:53.262Z | Checking zerofrom v0.1.4 |
527 | 2025-06-30T22:05:53.467Z | Compiling thiserror-impl v2.0.12 |
528 | 2025-06-30T22:05:54.387Z | Checking yoke v0.7.4 |
529 | 2025-06-30T22:05:54.462Z | Checking futures-util v0.3.31 |
530 | 2025-06-30T22:05:54.586Z | Compiling icu_provider_macros v1.5.0 |
531 | 2025-06-30T22:05:54.718Z | Compiling pest v2.7.14 |
532 | 2025-06-30T22:05:54.911Z | Checking zerovec v0.10.4 |
533 | 2025-06-30T22:05:55.249Z | Checking zerocopy v0.7.35 |
534 | 2025-06-30T22:05:56.429Z | Compiling regex v1.11.1 |
535 | 2025-06-30T22:05:56.480Z | Checking tinystr v0.7.6 |
536 | 2025-06-30T22:05:56.528Z | Checking icu_collections v1.5.0 |
537 | 2025-06-30T22:05:57.192Z | Checking icu_locid v1.5.0 |
538 | 2025-06-30T22:05:57.319Z | Compiling pest_meta v2.7.14 |
539 | 2025-06-30T22:05:57.458Z | Checking ppv-lite86 v0.2.20 |
540 | 2025-06-30T22:05:58.110Z | Checking icu_provider v1.5.0 |
541 | 2025-06-30T22:05:58.739Z | Checking icu_locid_transform v1.5.0 |
542 | 2025-06-30T22:05:58.989Z | Compiling pest_generator v2.7.14 |
543 | 2025-06-30T22:05:59.479Z | Compiling scroll_derive v0.12.0 |
544 | 2025-06-30T22:05:59.742Z | Checking tokio-util v0.7.15 |
545 | 2025-06-30T22:05:59.759Z | Checking icu_properties v1.5.1 |
546 | 2025-06-30T22:06:00.126Z | Checking tokio-rustls v0.26.0 |
547 | 2025-06-30T22:06:00.495Z | Checking tower v0.5.2 |
548 | 2025-06-30T22:06:00.548Z | Compiling rustix v1.0.7 |
549 | 2025-06-30T22:06:00.583Z | Compiling num-conv v0.1.0 |
550 | 2025-06-30T22:06:00.823Z | Compiling time-core v0.1.2 |
551 | 2025-06-30T22:06:00.848Z | Compiling pest_derive v2.7.14 |
552 | 2025-06-30T22:06:00.861Z | Checking powerfmt v0.2.0 |
553 | 2025-06-30T22:06:00.995Z | Compiling time-macros v0.2.18 |
554 | 2025-06-30T22:06:01.138Z | Checking deranged v0.3.11 |
555 | 2025-06-30T22:06:02.060Z | Checking indexmap v2.9.0 |
556 | 2025-06-30T22:06:02.104Z | Compiling serde_tokenstream v0.2.2 |
557 | 2025-06-30T22:06:02.614Z | Checking serde_urlencoded v0.7.1 |
558 | 2025-06-30T22:06:03.010Z | Checking icu_normalizer v1.5.0 |
559 | 2025-06-30T22:06:03.032Z | Compiling dtrace-parser v0.2.0 |
560 | 2025-06-30T22:06:03.069Z | Checking tower-http v0.6.6 |
561 | 2025-06-30T22:06:03.274Z | Checking h2 v0.4.6 |
562 | 2025-06-30T22:06:03.638Z | Compiling dof v0.3.0 |
563 | 2025-06-30T22:06:03.790Z | Checking idna_adapter v1.2.0 |
564 | 2025-06-30T22:06:03.904Z | Checking scroll v0.12.0 |
565 | 2025-06-30T22:06:03.987Z | Checking idna v1.0.3 |
566 | 2025-06-30T22:06:04.093Z | Checking rand_core v0.9.2 |
567 | 2025-06-30T22:06:04.849Z | Compiling structmeta-derive v0.3.0 |
568 | 2025-06-30T22:06:04.888Z | Compiling daft-derive v0.1.3 |
569 | 2025-06-30T22:06:04.888Z | Checking url v2.5.4 |
570 | 2025-06-30T22:06:04.888Z | Compiling thread-id v4.2.2 |
571 | 2025-06-30T22:06:04.888Z | Checking ipnetwork v0.21.1 |
572 | 2025-06-30T22:06:05.168Z | Checking oxnet v0.1.2 |
573 | 2025-06-30T22:06:05.517Z | Compiling typify-impl v0.3.0 |
574 | 2025-06-30T22:06:05.721Z | Checking errno v0.3.12 |
575 | 2025-06-30T22:06:05.862Z | Checking plain v0.2.3 |
576 | 2025-06-30T22:06:06.019Z | Checking num_threads v0.1.7 |
577 | 2025-06-30T22:06:06.361Z | Compiling rustversion v1.0.17 |
578 | 2025-06-30T22:06:06.486Z | Compiling omicron-workspace-hack v0.1.0 |
579 | 2025-06-30T22:06:06.794Z | Compiling crossbeam-utils v0.8.21 |
580 | 2025-06-30T22:06:06.929Z | Compiling strsim v0.11.1 |
581 | 2025-06-30T22:06:07.139Z | Compiling ident_case v1.0.1 |
582 | 2025-06-30T22:06:07.171Z | Checking time v0.3.36 |
583 | 2025-06-30T22:06:07.207Z | Checking hyper v1.6.0 |
584 | 2025-06-30T22:06:07.292Z | Compiling darling_core v0.20.10 |
585 | 2025-06-30T22:06:08.163Z | Compiling structmeta v0.3.0 |
586 | 2025-06-30T22:06:08.542Z | Checking goblin v0.8.2 |
587 | 2025-06-30T22:06:09.165Z | Checking hyper-util v0.1.14 |
588 | 2025-06-30T22:06:09.325Z | Checking daft v0.1.3 |
589 | 2025-06-30T22:06:09.716Z | Compiling openapiv3 v2.2.0 |
590 | 2025-06-30T22:06:11.283Z | Checking dirs-sys-next v0.1.2 |
591 | 2025-06-30T22:06:11.298Z | Checking hyper-rustls v0.27.7 |
592 | 2025-06-30T22:06:11.479Z | Compiling unsafe-libyaml v0.2.11 |
593 | 2025-06-30T22:06:11.635Z | Checking reqwest v0.12.20 |
594 | 2025-06-30T22:06:11.764Z | Compiling anyhow v1.0.98 |
595 | 2025-06-30T22:06:12.409Z | Checking pretty-hex v0.4.1 |
596 | 2025-06-30T22:06:12.457Z | Compiling rustls v0.22.4 |
597 | 2025-06-30T22:06:12.520Z | Checking fastrand v2.1.1 |
598 | 2025-06-30T22:06:12.684Z | Compiling darling_macro v0.20.10 |
599 | 2025-06-30T22:06:12.850Z | Checking tempfile v3.20.0 |
600 | 2025-06-30T22:06:12.908Z | Compiling serde_yaml v0.9.34+deprecated |
601 | 2025-06-30T22:06:13.202Z | Checking dirs-next v2.0.0 |
602 | 2025-06-30T22:06:13.595Z | Checking block-buffer v0.10.4 |
603 | 2025-06-30T22:06:13.601Z | Checking crypto-common v0.1.6 |
604 | 2025-06-30T22:06:13.694Z | Checking serde_spanned v0.6.9 |
605 | 2025-06-30T22:06:13.743Z | Checking toml_datetime v0.6.11 |
606 | 2025-06-30T22:06:13.897Z | Checking rand_core v0.6.4 |
607 | 2025-06-30T22:06:13.945Z | Compiling multer v3.1.0 |
608 | 2025-06-30T22:06:13.984Z | Checking thread_local v1.1.8 |
609 | 2025-06-30T22:06:14.270Z | Checking wait-timeout v0.2.0 |
610 | 2025-06-30T22:06:14.302Z | Checking match_cfg v0.1.0 |
611 | 2025-06-30T22:06:14.302Z | Checking bit-vec v0.8.0 |
612 | 2025-06-30T22:06:14.302Z | Compiling slog-async v2.8.0 |
613 | 2025-06-30T22:06:14.303Z | Checking quick-error v1.2.3 |
614 | 2025-06-30T22:06:14.303Z | Compiling ref-cast v1.0.24 |
615 | 2025-06-30T22:06:14.348Z | Compiling camino v1.1.10 |
616 | 2025-06-30T22:06:14.445Z | Checking toml_write v0.1.2 |
617 | 2025-06-30T22:06:14.482Z | Checking winnow v0.7.10 |
618 | 2025-06-30T22:06:14.567Z | Checking bit-set v0.8.0 |
619 | 2025-06-30T22:06:14.717Z | Compiling strum_macros v0.26.4 |
620 | 2025-06-30T22:06:14.791Z | Checking rusty-fork v0.3.0 |
621 | 2025-06-30T22:06:14.806Z | Checking hostname v0.3.1 |
622 | 2025-06-30T22:06:14.940Z | Checking crossbeam-channel v0.5.15 |
623 | 2025-06-30T22:06:14.958Z | Checking rand_chacha v0.3.1 |
624 | 2025-06-30T22:06:15.078Z | Checking digest v0.10.7 |
625 | 2025-06-30T22:06:15.320Z | Compiling darling v0.20.10 |
626 | 2025-06-30T22:06:15.467Z | Checking term v0.7.0 |
627 | 2025-06-30T22:06:15.599Z | Checking progenitor-client v0.9.1 |
628 | 2025-06-30T22:06:15.826Z | Compiling usdt-attr-macro v0.5.0 |
629 | 2025-06-30T22:06:15.840Z | Compiling usdt-macro v0.5.0 |
630 | 2025-06-30T22:06:15.840Z | Checking slog-json v2.6.1 |
631 | 2025-06-30T22:06:16.192Z | Checking rand v0.9.1 |
632 | 2025-06-30T22:06:16.286Z | Compiling typify-macro v0.3.0 |
633 | 2025-06-30T22:06:16.287Z | Checking rand_chacha v0.9.0 |
634 | 2025-06-30T22:06:16.414Z | Checking rand_xorshift v0.4.0 |
635 | 2025-06-30T22:06:16.601Z | Checking hex v0.4.3 |
636 | 2025-06-30T22:06:16.741Z | Checking futures-executor v0.3.31 |
637 | 2025-06-30T22:06:16.960Z | Compiling ref-cast-impl v1.0.24 |
638 | 2025-06-30T22:06:16.999Z | Compiling async-stream-impl v0.3.6 |
639 | 2025-06-30T22:06:17.070Z | Compiling dropshot v0.16.2 |
640 | 2025-06-30T22:06:17.150Z | Checking is-terminal v0.4.13 |
641 | 2025-06-30T22:06:17.213Z | Checking toml_edit v0.22.27 |
642 | 2025-06-30T22:06:17.258Z | Checking memmap v0.7.0 |
643 | 2025-06-30T22:06:17.417Z | Checking encoding_rs v0.8.34 |
644 | 2025-06-30T22:06:17.472Z | Checking cpufeatures v0.2.14 |
645 | 2025-06-30T22:06:17.546Z | Checking unarray v0.1.4 |
646 | 2025-06-30T22:06:17.794Z | Checking take_mut v0.2.2 |
647 | 2025-06-30T22:06:17.880Z | Checking spin v0.9.8 |
648 | 2025-06-30T22:06:21.922Z | Checking lazy_static v1.5.0 |
649 | 2025-06-30T22:06:22.007Z | Checking mime v0.3.17 |
650 | 2025-06-30T22:06:22.007Z | Checking proptest v1.7.0 |
651 | 2025-06-30T22:06:22.007Z | Checking async-stream v0.3.6 |
652 | 2025-06-30T22:06:22.007Z | Checking sha1 v0.10.6 |
653 | 2025-06-30T22:06:22.007Z | Checking strum v0.26.3 |
654 | 2025-06-30T22:06:22.007Z | Checking usdt v0.5.0 |
655 | 2025-06-30T22:06:22.007Z | Checking slog-term v2.9.1 |
656 | 2025-06-30T22:06:22.007Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
657 | 2025-06-30T22:06:22.007Z | Checking tokio-rustls v0.25.0 |
658 | 2025-06-30T22:06:22.007Z | Checking futures v0.3.31 |
659 | 2025-06-30T22:06:22.008Z | Checking slog-bunyan v2.5.0 |
660 | 2025-06-30T22:06:22.008Z | Compiling serde_with_macros v3.12.0 |
661 | 2025-06-30T22:06:22.008Z | Checking rand v0.8.5 |
662 | 2025-06-30T22:06:22.008Z | Compiling typify v0.3.0 |
663 | 2025-06-30T22:06:22.008Z | Compiling progenitor-impl v0.9.1 |
664 | 2025-06-30T22:06:22.008Z | Checking toml v0.8.23 |
665 | 2025-06-30T22:06:22.008Z | Compiling test-strategy v0.4.1 |
666 | 2025-06-30T22:06:22.008Z | Compiling parse-display-derive v0.10.0 |
667 | 2025-06-30T22:06:22.008Z | Compiling dropshot_endpoint v0.16.2 |
668 | 2025-06-30T22:06:22.008Z | Checking serde_path_to_error v0.1.17 |
669 | 2025-06-30T22:06:22.008Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
670 | 2025-06-30T22:06:22.008Z | Compiling derive-where v1.5.0 |
671 | 2025-06-30T22:06:22.008Z | Compiling async-trait v0.1.88 |
672 | 2025-06-30T22:06:22.008Z | Checking waitgroup v0.1.2 |
673 | 2025-06-30T22:06:22.090Z | Checking rustls-pemfile v2.2.0 |
674 | 2025-06-30T22:06:22.090Z | Checking hostname v0.4.0 |
675 | 2025-06-30T22:06:22.113Z | Checking instant v0.1.13 |
676 | 2025-06-30T22:06:22.183Z | Checking rustc-hash v2.1.1 |
677 | 2025-06-30T22:06:22.236Z | Checking debug-ignore v1.0.5 |
678 | 2025-06-30T22:06:22.369Z | Checking iddqd v0.3.8 |
679 | 2025-06-30T22:06:22.388Z | Checking backoff v0.4.0 |
680 | 2025-06-30T22:06:22.658Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
681 | 2025-06-30T22:06:22.691Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
682 | 2025-06-30T22:06:22.842Z | Checking serde_with v3.12.0 |
683 | 2025-06-30T22:06:23.109Z | Checking parse-display v0.10.0 |
684 | 2025-06-30T22:06:23.243Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
685 | 2025-06-30T22:06:23.356Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
686 | 2025-06-30T22:06:23.370Z | Checking progenitor-client v0.10.0 |
687 | 2025-06-30T22:06:23.697Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
688 | 2025-06-30T22:06:23.875Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
689 | 2025-06-30T22:06:23.890Z | Checking macaddr v1.0.1 |
690 | 2025-06-30T22:06:24.362Z | Compiling progenitor-macro v0.9.1 |
691 | 2025-06-30T22:06:27.862Z | Checking progenitor v0.9.1 |
692 | 2025-06-30T22:06:27.971Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
693 | 2025-06-30T22:06:30.637Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
694 | 2025-06-30T22:06:37.989Z | Checking test-project v0.1.0 (/tmp/test-project) |
695 | 2025-06-30T22:06:38.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
696 | 2025-06-30T22:06:38.199Z | + cargo build --release |
697 | 2025-06-30T22:06:38.475Z | Compiling proc-macro2 v1.0.95 |
698 | 2025-06-30T22:06:38.475Z | Compiling unicode-ident v1.0.18 |
699 | 2025-06-30T22:06:38.478Z | Compiling libc v0.2.174 |
700 | 2025-06-30T22:06:38.478Z | Compiling cfg-if v1.0.1 |
701 | 2025-06-30T22:06:38.478Z | Compiling autocfg v1.4.0 |
702 | 2025-06-30T22:06:38.478Z | Compiling serde v1.0.219 |
703 | 2025-06-30T22:06:38.521Z | Compiling memchr v2.7.4 |
704 | 2025-06-30T22:06:38.525Z | Compiling serde_json v1.0.140 |
705 | 2025-06-30T22:06:38.595Z | Compiling itoa v1.0.11 |
706 | 2025-06-30T22:06:38.806Z | Compiling ryu v1.0.18 |
707 | 2025-06-30T22:06:38.868Z | Compiling getrandom v0.3.1 |
708 | 2025-06-30T22:06:39.064Z | Compiling semver v1.0.26 |
709 | 2025-06-30T22:06:39.282Z | Compiling pin-project-lite v0.2.14 |
710 | 2025-06-30T22:06:39.368Z | Compiling smallvec v1.15.0 |
711 | 2025-06-30T22:06:39.413Z | Compiling version_check v0.9.5 |
712 | 2025-06-30T22:06:39.511Z | Compiling futures-core v0.3.31 |
713 | 2025-06-30T22:06:39.731Z | Compiling bytes v1.10.1 |
714 | 2025-06-30T22:06:39.870Z | Compiling once_cell v1.21.3 |
715 | 2025-06-30T22:06:39.893Z | Compiling num-traits v0.2.19 |
716 | 2025-06-30T22:06:39.894Z | Compiling lock_api v0.4.12 |
717 | 2025-06-30T22:06:39.943Z | Compiling allocator-api2 v0.2.21 |
718 | 2025-06-30T22:06:40.163Z | Compiling parking_lot_core v0.9.10 |
719 | 2025-06-30T22:06:40.226Z | Compiling quote v1.0.40 |
720 | 2025-06-30T22:06:40.270Z | Compiling thiserror v1.0.69 |
721 | 2025-06-30T22:06:40.446Z | Compiling equivalent v1.0.2 |
722 | 2025-06-30T22:06:40.542Z | Compiling syn v2.0.104 |
723 | 2025-06-30T22:06:40.569Z | Compiling foldhash v0.1.5 |
724 | 2025-06-30T22:06:40.733Z | Compiling fnv v1.0.7 |
725 | 2025-06-30T22:06:40.752Z | Compiling scopeguard v1.2.0 |
726 | 2025-06-30T22:06:40.866Z | Compiling hashbrown v0.15.4 |
727 | 2025-06-30T22:06:41.057Z | Compiling slab v0.4.9 |
728 | 2025-06-30T22:06:41.115Z | Compiling shlex v1.3.0 |
729 | 2025-06-30T22:06:41.351Z | Compiling futures-sink v0.3.31 |
730 | 2025-06-30T22:06:41.403Z | Compiling cc v1.2.15 |
731 | 2025-06-30T22:06:41.476Z | Compiling parking_lot v0.12.3 |
732 | 2025-06-30T22:06:41.545Z | Compiling signal-hook-registry v1.4.2 |
733 | 2025-06-30T22:06:41.741Z | Compiling getrandom v0.2.15 |
734 | 2025-06-30T22:06:41.824Z | Compiling socket2 v0.5.10 |
735 | 2025-06-30T22:06:42.141Z | Compiling mio v1.0.2 |
736 | 2025-06-30T22:06:42.335Z | Compiling stable_deref_trait v1.2.0 |
737 | 2025-06-30T22:06:42.446Z | Compiling iana-time-zone v0.1.63 |
738 | 2025-06-30T22:06:42.966Z | Compiling schemars v0.8.22 |
739 | 2025-06-30T22:06:43.127Z | Compiling thiserror v2.0.12 |
740 | 2025-06-30T22:06:43.269Z | Compiling dyn-clone v1.0.19 |
741 | 2025-06-30T22:06:43.342Z | Compiling futures-channel v0.3.31 |
742 | 2025-06-30T22:06:43.475Z | Compiling http v1.3.1 |
743 | 2025-06-30T22:06:43.479Z | Compiling futures-task v0.3.31 |
744 | 2025-06-30T22:06:43.499Z | Compiling log v0.4.27 |
745 | 2025-06-30T22:06:43.617Z | Compiling pin-utils v0.1.0 |
746 | 2025-06-30T22:06:43.683Z | Compiling futures-io v0.3.31 |
747 | 2025-06-30T22:06:43.745Z | Compiling rustls-pki-types v1.10.0 |
748 | 2025-06-30T22:06:43.762Z | Compiling heck v0.5.0 |
749 | 2025-06-30T22:06:44.105Z | Compiling writeable v0.5.5 |
750 | 2025-06-30T22:06:44.120Z | Compiling ring v0.17.14 |
751 | 2025-06-30T22:06:44.282Z | Compiling untrusted v0.9.0 |
752 | 2025-06-30T22:06:44.376Z | Compiling litemap v0.7.3 |
753 | 2025-06-30T22:06:44.775Z | Compiling ucd-trie v0.1.7 |
754 | 2025-06-30T22:06:44.798Z | Compiling byteorder v1.5.0 |
755 | 2025-06-30T22:06:45.147Z | Compiling httparse v1.9.5 |
756 | 2025-06-30T22:06:45.182Z | Compiling http-body v1.0.1 |
757 | 2025-06-30T22:06:45.405Z | Compiling tracing-core v0.1.32 |
758 | 2025-06-30T22:06:45.783Z | Compiling subtle v2.6.1 |
759 | 2025-06-30T22:06:46.052Z | Compiling bitflags v2.9.0 |
760 | 2025-06-30T22:06:46.147Z | Compiling zeroize v1.8.1 |
761 | 2025-06-30T22:06:46.158Z | Compiling percent-encoding v2.3.1 |
762 | 2025-06-30T22:06:46.597Z | Compiling atomic-waker v1.1.2 |
763 | 2025-06-30T22:06:46.684Z | Compiling icu_locid_transform_data v1.5.0 |
764 | 2025-06-30T22:06:46.781Z | Compiling chrono v0.4.41 |
765 | 2025-06-30T22:06:46.804Z | Compiling tracing v0.1.40 |
766 | 2025-06-30T22:06:47.562Z | Compiling serde_derive_internals v0.29.1 |
767 | 2025-06-30T22:06:47.668Z | Compiling synstructure v0.13.1 |
768 | 2025-06-30T22:06:47.736Z | Compiling try-lock v0.2.5 |
769 | 2025-06-30T22:06:47.814Z | Compiling icu_properties_data v1.5.0 |
770 | 2025-06-30T22:06:47.901Z | Compiling uuid v1.17.0 |
771 | 2025-06-30T22:06:48.242Z | Compiling tower-service v0.3.3 |
772 | 2025-06-30T22:06:48.455Z | Compiling want v0.3.1 |
773 | 2025-06-30T22:06:48.607Z | Compiling regress v0.10.3 |
774 | 2025-06-30T22:06:48.720Z | Compiling rustls v0.23.19 |
775 | 2025-06-30T22:06:48.735Z | Compiling utf16_iter v1.0.5 |
776 | 2025-06-30T22:06:48.947Z | Compiling httpdate v1.0.3 |
777 | 2025-06-30T22:06:49.047Z | Compiling icu_normalizer_data v1.5.0 |
778 | 2025-06-30T22:06:49.155Z | Compiling utf8_iter v1.0.4 |
779 | 2025-06-30T22:06:49.313Z | Compiling slog v2.7.0 |
780 | 2025-06-30T22:06:49.412Z | Compiling write16 v1.0.0 |
781 | 2025-06-30T22:06:49.829Z | Compiling form_urlencoded v1.2.1 |
782 | 2025-06-30T22:06:50.284Z | Compiling aho-corasick v1.1.3 |
783 | 2025-06-30T22:06:50.378Z | Compiling regex-syntax v0.8.5 |
784 | 2025-06-30T22:06:50.570Z | Compiling paste v1.0.15 |
785 | 2025-06-30T22:06:51.018Z | Compiling zerocopy v0.8.26 |
786 | 2025-06-30T22:06:51.050Z | Compiling serde_derive v1.0.219 |
787 | 2025-06-30T22:06:51.443Z | Compiling schemars_derive v0.8.22 |
788 | 2025-06-30T22:06:51.687Z | Compiling zerofrom-derive v0.1.4 |
789 | 2025-06-30T22:06:54.035Z | Compiling thiserror-impl v1.0.69 |
790 | 2025-06-30T22:06:54.035Z | Compiling yoke-derive v0.7.4 |
791 | 2025-06-30T22:06:54.096Z | Compiling zerocopy-derive v0.7.35 |
792 | 2025-06-30T22:06:54.648Z | Compiling zerofrom v0.1.4 |
793 | 2025-06-30T22:06:54.837Z | Compiling tokio-macros v2.5.0 |
794 | 2025-06-30T22:06:54.873Z | Compiling zerovec-derive v0.10.3 |
795 | 2025-06-30T22:06:55.401Z | Compiling futures-macro v0.3.31 |
796 | 2025-06-30T22:06:55.440Z | Compiling displaydoc v0.2.5 |
797 | 2025-06-30T22:06:55.824Z | Compiling thiserror-impl v2.0.12 |
798 | 2025-06-30T22:06:55.851Z | Compiling yoke v0.7.4 |
799 | 2025-06-30T22:06:56.180Z | Compiling tokio v1.45.1 |
800 | 2025-06-30T22:06:56.820Z | Compiling icu_provider_macros v1.5.0 |
801 | 2025-06-30T22:06:57.044Z | Compiling zerovec v0.10.4 |
802 | 2025-06-30T22:06:57.071Z | Compiling futures-util v0.3.31 |
803 | 2025-06-30T22:06:58.538Z | Compiling pest v2.7.14 |
804 | 2025-06-30T22:06:59.672Z | Compiling tinystr v0.7.6 |
805 | 2025-06-30T22:07:00.048Z | Compiling icu_locid v1.5.0 |
806 | 2025-06-30T22:07:02.858Z | Compiling icu_provider v1.5.0 |
807 | 2025-06-30T22:07:05.454Z | Compiling indexmap v2.9.0 |
808 | 2025-06-30T22:07:06.152Z | Compiling serde_tokenstream v0.2.2 |
809 | 2025-06-30T22:07:07.470Z | Compiling rustls-webpki v0.102.8 |
810 | 2025-06-30T22:07:07.515Z | Compiling zerocopy v0.7.35 |
811 | 2025-06-30T22:07:07.515Z | Compiling tokio-util v0.7.15 |
812 | 2025-06-30T22:07:08.565Z | Compiling icu_locid_transform v1.5.0 |
813 | 2025-06-30T22:07:08.876Z | Compiling pest_meta v2.7.14 |
814 | 2025-06-30T22:07:09.239Z | Compiling icu_collections v1.5.0 |
815 | 2025-06-30T22:07:11.242Z | Compiling pest_generator v2.7.14 |
816 | 2025-06-30T22:07:11.594Z | Compiling icu_properties v1.5.1 |
817 | 2025-06-30T22:07:11.800Z | Compiling h2 v0.4.6 |
818 | 2025-06-30T22:07:12.937Z | Compiling pest_derive v2.7.14 |
819 | 2025-06-30T22:07:13.808Z | Compiling ipnet v2.11.0 |
820 | 2025-06-30T22:07:14.259Z | Compiling typify-impl v0.3.0 |
821 | 2025-06-30T22:07:16.595Z | Compiling icu_normalizer v1.5.0 |
822 | 2025-06-30T22:07:17.471Z | Compiling hyper v1.6.0 |
823 | 2025-06-30T22:07:17.760Z | Compiling base64 v0.22.1 |
824 | 2025-06-30T22:07:18.828Z | Compiling typenum v1.17.0 |
825 | 2025-06-30T22:07:19.758Z | Compiling idna_adapter v1.2.0 |
826 | 2025-06-30T22:07:21.783Z | Compiling hyper-util v0.1.14 |
827 | 2025-06-30T22:07:23.535Z | Compiling typify-macro v0.3.0 |
828 | 2025-06-30T22:07:25.350Z | Compiling regex-automata v0.4.8 |
829 | 2025-06-30T22:07:26.710Z | Compiling generic-array v0.14.7 |
830 | 2025-06-30T22:07:27.052Z | Compiling sync_wrapper v1.0.1 |
831 | 2025-06-30T22:07:27.513Z | Compiling tower-layer v0.3.3 |
832 | 2025-06-30T22:07:27.719Z | Compiling newtype-uuid v1.2.4 |
833 | 2025-06-30T22:07:27.894Z | Compiling tower v0.5.2 |
834 | 2025-06-30T22:07:28.121Z | Compiling tokio-rustls v0.26.0 |
835 | 2025-06-30T22:07:28.789Z | Compiling idna v1.0.3 |
836 | 2025-06-30T22:07:29.586Z | Compiling regex v1.11.1 |
837 | 2025-06-30T22:07:30.225Z | Compiling ppv-lite86 v0.2.20 |
838 | 2025-06-30T22:07:30.390Z | Compiling ipnetwork v0.21.1 |
839 | 2025-06-30T22:07:31.046Z | Compiling serde_urlencoded v0.7.1 |
840 | 2025-06-30T22:07:31.678Z | Compiling scroll_derive v0.12.0 |
841 | 2025-06-30T22:07:31.864Z | Compiling http-body-util v0.1.3 |
842 | 2025-06-30T22:07:32.310Z | Compiling webpki-roots v1.0.0 |
843 | 2025-06-30T22:07:32.398Z | Compiling usdt-impl v0.5.0 |
844 | 2025-06-30T22:07:32.797Z | Compiling iri-string v0.7.8 |
845 | 2025-06-30T22:07:32.939Z | Compiling powerfmt v0.2.0 |
846 | 2025-06-30T22:07:33.021Z | Compiling omicron-workspace-hack v0.1.0 |
847 | 2025-06-30T22:07:33.325Z | Compiling rustix v1.0.7 |
848 | 2025-06-30T22:07:33.433Z | Compiling num-conv v0.1.0 |
849 | 2025-06-30T22:07:33.707Z | Compiling time-core v0.1.2 |
850 | 2025-06-30T22:07:33.778Z | Compiling deranged v0.3.11 |
851 | 2025-06-30T22:07:33.884Z | Compiling time-macros v0.2.18 |
852 | 2025-06-30T22:07:34.085Z | Compiling scroll v0.12.0 |
853 | 2025-06-30T22:07:34.924Z | Compiling hyper-rustls v0.27.7 |
854 | 2025-06-30T22:07:35.464Z | Compiling rand_core v0.9.2 |
855 | 2025-06-30T22:07:35.858Z | Compiling oxnet v0.1.2 |
856 | 2025-06-30T22:07:36.229Z | Compiling tower-http v0.6.6 |
857 | 2025-06-30T22:07:37.905Z | Compiling url v2.5.4 |
858 | 2025-06-30T22:07:38.301Z | Compiling dof v0.3.0 |
859 | 2025-06-30T22:07:38.475Z | Compiling thread-id v4.2.2 |
860 | 2025-06-30T22:07:38.964Z | Compiling dtrace-parser v0.2.0 |
861 | 2025-06-30T22:07:39.041Z | Compiling daft-derive v0.1.3 |
862 | 2025-06-30T22:07:40.347Z | Compiling structmeta-derive v0.3.0 |
863 | 2025-06-30T22:07:40.531Z | Compiling errno v0.3.12 |
864 | 2025-06-30T22:07:41.907Z | Compiling rustversion v1.0.17 |
865 | 2025-06-30T22:07:42.516Z | Compiling strsim v0.11.1 |
866 | 2025-06-30T22:07:42.861Z | Compiling ident_case v1.0.1 |
867 | 2025-06-30T22:07:43.043Z | Compiling crossbeam-utils v0.8.21 |
868 | 2025-06-30T22:07:43.556Z | Compiling plain v0.2.3 |
869 | 2025-06-30T22:07:43.732Z | Compiling num_threads v0.1.7 |
870 | 2025-06-30T22:07:44.118Z | Compiling time v0.3.36 |
871 | 2025-06-30T22:07:45.793Z | Compiling goblin v0.8.2 |
872 | 2025-06-30T22:07:46.487Z | Compiling darling_core v0.20.10 |
873 | 2025-06-30T22:07:48.688Z | Compiling structmeta v0.3.0 |
874 | 2025-06-30T22:07:52.193Z | Compiling daft v0.1.3 |
875 | 2025-06-30T22:07:52.828Z | Compiling reqwest v0.12.20 |
876 | 2025-06-30T22:07:53.776Z | Compiling openapiv3 v2.2.0 |
877 | 2025-06-30T22:07:54.706Z | Compiling typify v0.3.0 |
878 | 2025-06-30T22:07:56.156Z | Compiling dirs-sys-next v0.1.2 |
879 | 2025-06-30T22:07:57.229Z | Compiling rustls v0.22.4 |
880 | 2025-06-30T22:07:57.559Z | Compiling anyhow v1.0.98 |
881 | 2025-06-30T22:07:57.670Z | Compiling unsafe-libyaml v0.2.11 |
882 | 2025-06-30T22:07:58.115Z | Compiling fastrand v2.1.1 |
883 | 2025-06-30T22:07:58.749Z | Compiling pretty-hex v0.4.1 |
884 | 2025-06-30T22:07:59.316Z | Compiling serde_yaml v0.9.34+deprecated |
885 | 2025-06-30T22:08:00.740Z | Compiling tempfile v3.20.0 |
886 | 2025-06-30T22:08:01.474Z | Compiling progenitor-impl v0.9.1 |
887 | 2025-06-30T22:08:02.284Z | Compiling dirs-next v2.0.0 |
888 | 2025-06-30T22:08:02.544Z | Compiling darling_macro v0.20.10 |
889 | 2025-06-30T22:08:03.680Z | Compiling crypto-common v0.1.6 |
890 | 2025-06-30T22:08:03.868Z | Compiling block-buffer v0.10.4 |
891 | 2025-06-30T22:08:04.119Z | Compiling toml_datetime v0.6.11 |
892 | 2025-06-30T22:08:04.917Z | Compiling serde_spanned v0.6.9 |
893 | 2025-06-30T22:08:05.097Z | Compiling rand_core v0.6.4 |
894 | 2025-06-30T22:08:05.168Z | Compiling thread_local v1.1.8 |
895 | 2025-06-30T22:08:05.404Z | Compiling multer v3.1.0 |
896 | 2025-06-30T22:08:05.681Z | Compiling wait-timeout v0.2.0 |
897 | 2025-06-30T22:08:05.754Z | Compiling camino v1.1.10 |
898 | 2025-06-30T22:08:05.893Z | Compiling match_cfg v0.1.0 |
899 | 2025-06-30T22:08:05.996Z | Compiling slog-async v2.8.0 |
900 | 2025-06-30T22:08:06.293Z | Compiling ref-cast v1.0.24 |
901 | 2025-06-30T22:08:06.444Z | Compiling quick-error v1.2.3 |
902 | 2025-06-30T22:08:06.605Z | Compiling winnow v0.7.10 |
903 | 2025-06-30T22:08:06.643Z | Compiling bit-vec v0.8.0 |
904 | 2025-06-30T22:08:06.772Z | Compiling toml_write v0.1.2 |
905 | 2025-06-30T22:08:06.918Z | Compiling progenitor-macro v0.9.1 |
906 | 2025-06-30T22:08:07.196Z | Compiling bit-set v0.8.0 |
907 | 2025-06-30T22:08:07.313Z | Compiling rusty-fork v0.3.0 |
908 | 2025-06-30T22:08:07.650Z | Compiling hostname v0.3.1 |
909 | 2025-06-30T22:08:08.608Z | Compiling rand_chacha v0.3.1 |
910 | 2025-06-30T22:08:08.889Z | Compiling crossbeam-channel v0.5.15 |
911 | 2025-06-30T22:08:09.269Z | Compiling digest v0.10.7 |
912 | 2025-06-30T22:08:09.675Z | Compiling strum_macros v0.26.4 |
913 | 2025-06-30T22:08:10.414Z | Compiling toml_edit v0.22.27 |
914 | 2025-06-30T22:08:10.885Z | Compiling darling v0.20.10 |
915 | 2025-06-30T22:08:10.997Z | Compiling term v0.7.0 |
916 | 2025-06-30T22:08:16.682Z | Compiling progenitor-client v0.9.1 |
917 | 2025-06-30T22:08:17.612Z | Compiling usdt-attr-macro v0.5.0 |
918 | 2025-06-30T22:08:17.770Z | Compiling usdt-macro v0.5.0 |
919 | 2025-06-30T22:08:18.399Z | Compiling slog-json v2.6.1 |
920 | 2025-06-30T22:08:18.827Z | Compiling rand_xorshift v0.4.0 |
921 | 2025-06-30T22:08:18.925Z | Compiling rand v0.9.1 |
922 | 2025-06-30T22:08:18.972Z | Compiling rand_chacha v0.9.0 |
923 | 2025-06-30T22:08:19.107Z | Compiling hex v0.4.3 |
924 | 2025-06-30T22:08:19.727Z | Compiling futures-executor v0.3.31 |
925 | 2025-06-30T22:08:19.759Z | Compiling async-stream-impl v0.3.6 |
926 | 2025-06-30T22:08:20.214Z | Compiling ref-cast-impl v1.0.24 |
927 | 2025-06-30T22:08:20.757Z | Compiling dropshot v0.16.2 |
928 | 2025-06-30T22:08:20.953Z | Compiling is-terminal v0.4.13 |
929 | 2025-06-30T22:08:21.075Z | Compiling memmap v0.7.0 |
930 | 2025-06-30T22:08:21.090Z | Compiling encoding_rs v0.8.34 |
931 | 2025-06-30T22:08:21.350Z | Compiling lazy_static v1.5.0 |
932 | 2025-06-30T22:08:21.472Z | Compiling take_mut v0.2.2 |
933 | 2025-06-30T22:08:21.496Z | Compiling cpufeatures v0.2.14 |
934 | 2025-06-30T22:08:21.592Z | Compiling unarray v0.1.4 |
935 | 2025-06-30T22:08:21.642Z | Compiling mime v0.3.17 |
936 | 2025-06-30T22:08:21.781Z | Compiling spin v0.9.8 |
937 | 2025-06-30T22:08:21.970Z | Compiling proptest v1.7.0 |
938 | 2025-06-30T22:08:28.104Z | Compiling sha1 v0.10.6 |
939 | 2025-06-30T22:08:29.357Z | Compiling usdt v0.5.0 |
940 | 2025-06-30T22:08:30.178Z | Compiling slog-term v2.9.1 |
941 | 2025-06-30T22:08:30.374Z | Compiling async-stream v0.3.6 |
942 | 2025-06-30T22:08:30.725Z | Compiling futures v0.3.31 |
943 | 2025-06-30T22:08:30.839Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
944 | 2025-06-30T22:08:31.242Z | Compiling slog-bunyan v2.5.0 |
945 | 2025-06-30T22:08:31.525Z | Compiling tokio-rustls v0.25.0 |
946 | 2025-06-30T22:08:31.689Z | Compiling progenitor v0.9.1 |
947 | 2025-06-30T22:08:31.872Z | Compiling toml v0.8.23 |
948 | 2025-06-30T22:08:31.974Z | Compiling strum v0.26.3 |
949 | 2025-06-30T22:08:32.166Z | Compiling serde_with_macros v3.12.0 |
950 | 2025-06-30T22:08:32.511Z | Compiling rand v0.8.5 |
951 | 2025-06-30T22:08:33.928Z | Compiling test-strategy v0.4.1 |
952 | 2025-06-30T22:08:34.308Z | Compiling parse-display-derive v0.10.0 |
953 | 2025-06-30T22:08:34.450Z | Compiling dropshot_endpoint v0.16.2 |
954 | 2025-06-30T22:08:36.892Z | Compiling serde_path_to_error v0.1.17 |
955 | 2025-06-30T22:08:37.677Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-06-30T22:08:37.833Z | Compiling derive-where v1.5.0 |
957 | 2025-06-30T22:08:38.213Z | Compiling async-trait v0.1.88 |
958 | 2025-06-30T22:08:38.359Z | Compiling waitgroup v0.1.2 |
959 | 2025-06-30T22:08:38.438Z | Compiling rustls-pemfile v2.2.0 |
960 | 2025-06-30T22:08:38.606Z | Compiling hostname v0.4.0 |
961 | 2025-06-30T22:08:38.856Z | Compiling instant v0.1.13 |
962 | 2025-06-30T22:08:38.879Z | Compiling rustc-hash v2.1.1 |
963 | 2025-06-30T22:08:39.019Z | Compiling debug-ignore v1.0.5 |
964 | 2025-06-30T22:08:39.065Z | Compiling iddqd v0.3.8 |
965 | 2025-06-30T22:08:39.173Z | Compiling backoff v0.4.0 |
966 | 2025-06-30T22:08:39.501Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
967 | 2025-06-30T22:08:39.713Z | Compiling parse-display v0.10.0 |
968 | 2025-06-30T22:08:40.613Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
969 | 2025-06-30T22:08:40.941Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
970 | 2025-06-30T22:08:41.628Z | Compiling serde_with v3.12.0 |
971 | 2025-06-30T22:08:42.812Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
972 | 2025-06-30T22:08:43.258Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
973 | 2025-06-30T22:08:44.031Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
974 | 2025-06-30T22:08:44.861Z | Compiling progenitor-client v0.10.0 |
975 | 2025-06-30T22:08:45.083Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
976 | 2025-06-30T22:08:45.762Z | Compiling macaddr v1.0.1 |
977 | 2025-06-30T22:08:48.828Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
978 | 2025-06-30T22:08:59.220Z | Compiling test-project v0.1.0 (/tmp/test-project) |
979 | 2025-06-30T22:09:08.699Z | Finished `release` profile [optimized] target(s) in 2m 30s |
980 | 2025-06-30T22:09:08.768Z | process exited: duration 218418 ms, exit code 0 |
|
981 | 2025-06-30T22:09:08.775Z | found 0 output files |