|
|
|
1 | 2025-05-13T20:45:10.539Z | job assigned to worker 01JV5P6WRMF5B6RES6SS9CAYTJ [factory aws, i-0d453fcf6cf28b4c0] (queued for 1 m 43 s) |
|
2 | 2025-05-13T20:45:18.705Z | starting task 0: "setup" |
3 | 2025-05-13T20:45:18.710Z | ++ uname -s |
4 | 2025-05-13T20:45:18.713Z | + kern=SunOS |
5 | 2025-05-13T20:45:18.713Z | + build_user=build |
6 | 2025-05-13T20:45:18.713Z | + build_uid=12345 |
7 | 2025-05-13T20:45:18.713Z | + work_dir=/work |
8 | 2025-05-13T20:45:18.714Z | + input_dir=/input |
9 | 2025-05-13T20:45:18.714Z | + [[ 0 == 12345 ]] |
10 | 2025-05-13T20:45:18.714Z | + case "$kern" in |
11 | 2025-05-13T20:45:18.714Z | + groupadd -g 12345 build |
12 | 2025-05-13T20:45:18.717Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-05-13T20:45:20.723Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-05-13T20:45:20.828Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-05-13T20:45:20.831Z | + home_fs=zfs |
16 | 2025-05-13T20:45:20.831Z | + [[ zfs == autofs ]] |
17 | 2025-05-13T20:45:20.831Z | + mkdir -p /home/build |
18 | 2025-05-13T20:45:20.835Z | + chown build:build /home/build /work |
19 | 2025-05-13T20:45:22.850Z | + chmod 0700 /home/build /work |
20 | 2025-05-13T20:45:22.862Z | process exited: duration 4134 ms, exit code 0 |
|
21 | 2025-05-13T20:45:22.890Z | starting task 1: "rust-toolchain" |
22 | 2025-05-13T20:45:22.897Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
23 | 2025-05-13T20:45:22.897Z | * rust toolchain channel = "1.86.0" |
24 | 2025-05-13T20:45:22.897Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-05-13T20:45:22.897Z | * rust toolchain profile = "default" |
26 | 2025-05-13T20:45:22.897Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-05-13T20:45:22.898Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-05-13T20:45:22.911Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-05-13T20:45:22.911Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
30 | 2025-05-13T20:45:23.013Z | info: downloading installer |
31 | 2025-05-13T20:45:24.513Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-05-13T20:45:24.513Z | warn: /opt/ooce/bin |
33 | 2025-05-13T20:45:24.513Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-05-13T20:45:24.513Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-05-13T20:45:24.513Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-05-13T20:45:24.513Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-05-13T20:45:24.513Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-05-13T20:45:24.513Z | error: cannot install while Rust is installed |
39 | 2025-05-13T20:45:24.513Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-05-13T20:45:24.531Z | info: profile set to 'default' |
41 | 2025-05-13T20:45:24.531Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-05-13T20:45:24.534Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
43 | 2025-05-13T20:45:24.694Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
44 | 2025-05-13T20:45:24.694Z | info: downloading component 'cargo' |
45 | 2025-05-13T20:45:25.780Z | info: downloading component 'clippy' |
46 | 2025-05-13T20:45:26.218Z | info: downloading component 'rust-docs' |
47 | 2025-05-13T20:45:27.539Z | info: downloading component 'rust-std' |
48 | 2025-05-13T20:45:29.507Z | info: downloading component 'rustc' |
49 | 2025-05-13T20:45:36.663Z | info: downloading component 'rustfmt' |
50 | 2025-05-13T20:45:36.949Z | info: installing component 'cargo' |
51 | 2025-05-13T20:45:37.770Z | info: installing component 'clippy' |
52 | 2025-05-13T20:45:38.152Z | info: installing component 'rust-docs' |
53 | 2025-05-13T20:45:40.049Z | info: installing component 'rust-std' |
54 | 2025-05-13T20:45:41.782Z | info: installing component 'rustc' |
55 | 2025-05-13T20:45:48.136Z | info: installing component 'rustfmt' |
56 | 2025-05-13T20:45:48.469Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
57 | 2025-05-13T20:45:48.469Z | |
58 | 2025-05-13T20:45:48.884Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
59 | 2025-05-13T20:45:48.884Z | |
60 | 2025-05-13T20:45:48.888Z | |
61 | 2025-05-13T20:45:48.888Z | Rust is installed now. Great! |
62 | 2025-05-13T20:45:48.888Z | |
63 | 2025-05-13T20:45:48.888Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-05-13T20:45:48.888Z | environment variable. This has not been done automatically. |
65 | 2025-05-13T20:45:48.888Z | |
66 | 2025-05-13T20:45:48.888Z | To configure your current shell, you need to source |
67 | 2025-05-13T20:45:48.888Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-05-13T20:45:48.888Z | |
69 | 2025-05-13T20:45:48.888Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-05-13T20:45:48.888Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-05-13T20:45:48.888Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-05-13T20:45:48.888Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-05-13T20:45:48.970Z | + rustup --version |
74 | 2025-05-13T20:45:48.980Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-05-13T20:45:48.983Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-05-13T20:45:49.059Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
77 | 2025-05-13T20:45:49.063Z | + cargo --version |
78 | 2025-05-13T20:45:49.125Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
79 | 2025-05-13T20:45:49.129Z | + rustc --version |
80 | 2025-05-13T20:45:49.196Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
81 | 2025-05-13T20:45:49.200Z | process exited: duration 26307 ms, exit code 0 |
|
82 | 2025-05-13T20:45:49.206Z | starting task 2: "authentication" |
83 | 2025-05-13T20:45:49.228Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-05-13T20:45:49.240Z | starting task 3: "clone repository" |
85 | 2025-05-13T20:45:49.244Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-05-13T20:45:49.249Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-05-13T20:45:49.293Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-05-13T20:45:57.965Z | + cd /work/oxidecomputer/omicron |
89 | 2025-05-13T20:45:57.965Z | + git fetch origin 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
90 | 2025-05-13T20:45:58.299Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-05-13T20:45:58.302Z | * branch 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 -> FETCH_HEAD |
92 | 2025-05-13T20:45:58.310Z | + [[ -n eliza/ereport-sp-api ]] |
93 | 2025-05-13T20:45:58.313Z | ++ git branch --show-current |
94 | 2025-05-13T20:45:58.316Z | + current=main |
95 | 2025-05-13T20:45:58.316Z | + [[ main != eliza/ereport-sp-api ]] |
96 | 2025-05-13T20:45:58.316Z | + git branch -f eliza/ereport-sp-api 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
97 | 2025-05-13T20:45:58.319Z | + git checkout -f eliza/ereport-sp-api |
98 | 2025-05-13T20:45:58.525Z | Switched to branch 'eliza/ereport-sp-api' |
99 | 2025-05-13T20:45:58.528Z | + git reset --hard 368f84fc2e1b9a1e2e6acc1f46a68f8bdb5d61d2 |
100 | 2025-05-13T20:45:58.561Z | HEAD is now at 368f84fc2 oh god i picked the wrong one of the three shas lol |
101 | 2025-05-13T20:45:58.564Z | process exited: duration 9324 ms, exit code 0 |
|
102 | 2025-05-13T20:45:58.572Z | starting task 4: "build" |
103 | 2025-05-13T20:45:58.578Z | + source .github/buildomat/ci-env.sh |
104 | 2025-05-13T20:45:58.578Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-05-13T20:45:58.578Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-05-13T20:45:58.578Z | + cargo --version |
107 | 2025-05-13T20:45:58.633Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
108 | 2025-05-13T20:45:58.636Z | + rustc --version |
109 | 2025-05-13T20:45:58.702Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
110 | 2025-05-13T20:45:58.705Z | + cd /tmp |
111 | 2025-05-13T20:45:58.705Z | + cargo new --lib test-project |
112 | 2025-05-13T20:45:58.767Z | Creating library `test-project` package |
113 | 2025-05-13T20:45:58.850Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-05-13T20:45:58.853Z | + cd test-project |
115 | 2025-05-13T20:45:58.853Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-05-13T20:45:58.918Z | Adding omicron-common (local) to dependencies |
117 | 2025-05-13T20:45:58.921Z | Features: |
118 | 2025-05-13T20:45:58.921Z | - proptest |
119 | 2025-05-13T20:45:58.921Z | - test-strategy |
120 | 2025-05-13T20:45:58.921Z | - testing |
121 | 2025-05-13T20:45:58.951Z | Updating crates.io index |
122 | 2025-05-13T20:45:58.998Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-05-13T20:45:59.548Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-05-13T20:46:00.125Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-05-13T20:46:00.483Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-05-13T20:46:00.849Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-05-13T20:46:02.293Z | Locking 347 packages to latest Rust 1.86.0 compatible versions |
128 | 2025-05-13T20:46:02.460Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-05-13T20:46:02.462Z | + cargo check |
130 | 2025-05-13T20:46:02.645Z | Updating crates.io index |
131 | 2025-05-13T20:46:03.535Z | Locking 2 packages to latest Rust 1.86.0 compatible versions |
132 | 2025-05-13T20:46:03.535Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-05-13T20:46:03.548Z | Adding reqwest v0.12.15 |
134 | 2025-05-13T20:46:03.613Z | Downloading crates ... |
135 | 2025-05-13T20:46:03.691Z | Downloaded async-stream-impl v0.3.6 |
136 | 2025-05-13T20:46:03.704Z | Downloaded cfg-if v1.0.0 |
137 | 2025-05-13T20:46:03.725Z | Downloaded darling_macro v0.20.10 |
138 | 2025-05-13T20:46:03.728Z | Downloaded equivalent v1.0.1 |
139 | 2025-05-13T20:46:03.734Z | Downloaded thiserror-impl v1.0.69 |
140 | 2025-05-13T20:46:03.737Z | Downloaded thiserror v1.0.69 |
141 | 2025-05-13T20:46:03.740Z | Downloaded thiserror v2.0.12 |
142 | 2025-05-13T20:46:03.748Z | Downloaded thiserror-impl v2.0.12 |
143 | 2025-05-13T20:46:03.751Z | Downloaded ident_case v1.0.1 |
144 | 2025-05-13T20:46:03.755Z | Downloaded test-strategy v0.4.0 |
145 | 2025-05-13T20:46:03.757Z | Downloaded fnv v1.0.7 |
146 | 2025-05-13T20:46:03.757Z | Downloaded lock_api v0.4.12 |
147 | 2025-05-13T20:46:03.760Z | Downloaded tower-layer v0.3.3 |
148 | 2025-05-13T20:46:03.760Z | Downloaded icu_provider_macros v1.5.0 |
149 | 2025-05-13T20:46:03.763Z | Downloaded usdt-macro v0.5.0 |
150 | 2025-05-13T20:46:03.763Z | Downloaded crypto-common v0.1.6 |
151 | 2025-05-13T20:46:03.763Z | Downloaded tower-service v0.3.3 |
152 | 2025-05-13T20:46:03.767Z | Downloaded num-conv v0.1.0 |
153 | 2025-05-13T20:46:03.767Z | Downloaded atomic-waker v1.1.2 |
154 | 2025-05-13T20:46:03.770Z | Downloaded autocfg v1.4.0 |
155 | 2025-05-13T20:46:03.770Z | Downloaded async-stream v0.3.6 |
156 | 2025-05-13T20:46:03.773Z | Downloaded match_cfg v0.1.0 |
157 | 2025-05-13T20:46:03.773Z | Downloaded yoke-derive v0.7.4 |
158 | 2025-05-13T20:46:03.776Z | Downloaded num_threads v0.1.7 |
159 | 2025-05-13T20:46:03.776Z | Downloaded zerofrom v0.1.4 |
160 | 2025-05-13T20:46:03.779Z | Downloaded want v0.3.1 |
161 | 2025-05-13T20:46:03.779Z | Downloaded tinyvec_macros v0.1.1 |
162 | 2025-05-13T20:46:03.782Z | Downloaded instant v0.1.13 |
163 | 2025-05-13T20:46:03.782Z | Downloaded waitgroup v0.1.2 |
164 | 2025-05-13T20:46:03.785Z | Downloaded time-core v0.1.2 |
165 | 2025-05-13T20:46:03.785Z | Downloaded cpufeatures v0.2.14 |
166 | 2025-05-13T20:46:03.790Z | Downloaded pretty-hex v0.4.1 |
167 | 2025-05-13T20:46:03.790Z | Downloaded omicron-workspace-hack v0.1.0 |
168 | 2025-05-13T20:46:03.793Z | Downloaded block-buffer v0.10.4 |
169 | 2025-05-13T20:46:03.793Z | Downloaded byteorder v1.5.0 |
170 | 2025-05-13T20:46:03.793Z | Downloaded lazy_static v1.5.0 |
171 | 2025-05-13T20:46:03.796Z | Downloaded hostname v0.3.1 |
172 | 2025-05-13T20:46:03.796Z | Downloaded try-lock v0.2.5 |
173 | 2025-05-13T20:46:03.799Z | Downloaded dtrace-parser v0.2.0 |
174 | 2025-05-13T20:46:03.799Z | Downloaded http-body v1.0.1 |
175 | 2025-05-13T20:46:03.802Z | Downloaded heck v0.5.0 |
176 | 2025-05-13T20:46:03.802Z | Downloaded http-body-util v0.1.3 |
177 | 2025-05-13T20:46:03.805Z | Downloaded usdt-attr-macro v0.5.0 |
178 | 2025-05-13T20:46:03.809Z | Downloaded digest v0.10.7 |
179 | 2025-05-13T20:46:03.809Z | Downloaded version_check v0.9.5 |
180 | 2025-05-13T20:46:03.812Z | Downloaded toml_datetime v0.6.8 |
181 | 2025-05-13T20:46:03.812Z | Downloaded httpdate v1.0.3 |
182 | 2025-05-13T20:46:03.815Z | Downloaded utf16_iter v1.0.5 |
183 | 2025-05-13T20:46:03.815Z | Downloaded errno v0.3.9 |
184 | 2025-05-13T20:46:03.818Z | Downloaded write16 v1.0.0 |
185 | 2025-05-13T20:46:03.818Z | Downloaded usdt v0.5.0 |
186 | 2025-05-13T20:46:03.821Z | Downloaded untrusted v0.9.0 |
187 | 2025-05-13T20:46:03.821Z | Downloaded futures-sink v0.3.31 |
188 | 2025-05-13T20:46:03.824Z | Downloaded utf8_iter v1.0.4 |
189 | 2025-05-13T20:46:03.824Z | Downloaded hostname v0.4.0 |
190 | 2025-05-13T20:46:03.827Z | Downloaded hex v0.4.3 |
191 | 2025-05-13T20:46:03.830Z | Downloaded dyn-clone v1.0.19 |
192 | 2025-05-13T20:46:03.830Z | Downloaded debug-ignore v1.0.5 |
193 | 2025-05-13T20:46:03.833Z | Downloaded tokio-macros v2.5.0 |
194 | 2025-05-13T20:46:03.833Z | Downloaded oxnet v0.1.1 |
195 | 2025-05-13T20:46:03.836Z | Downloaded dirs-next v2.0.0 |
196 | 2025-05-13T20:46:03.838Z | Downloaded wait-timeout v0.2.0 |
197 | 2025-05-13T20:46:03.838Z | Downloaded form_urlencoded v1.2.1 |
198 | 2025-05-13T20:46:03.842Z | Downloaded futures-io v0.3.31 |
199 | 2025-05-13T20:46:03.842Z | Downloaded pest_generator v2.7.14 |
200 | 2025-05-13T20:46:03.845Z | Downloaded progenitor-client v0.9.1 |
201 | 2025-05-13T20:46:03.845Z | Downloaded thread-id v4.2.2 |
202 | 2025-05-13T20:46:03.846Z | Downloaded bit-vec v0.8.0 |
203 | 2025-05-13T20:46:03.850Z | Downloaded typify-macro v0.3.0 |
204 | 2025-05-13T20:46:03.850Z | Downloaded deranged v0.3.11 |
205 | 2025-05-13T20:46:03.853Z | Downloaded tinystr v0.7.6 |
206 | 2025-05-13T20:46:03.853Z | Downloaded plain v0.2.3 |
207 | 2025-05-13T20:46:03.856Z | Downloaded litemap v0.7.3 |
208 | 2025-05-13T20:46:03.856Z | Downloaded synstructure v0.13.1 |
209 | 2025-05-13T20:46:03.859Z | Downloaded memmap v0.7.0 |
210 | 2025-05-13T20:46:03.878Z | Downloaded unarray v0.1.4 |
211 | 2025-05-13T20:46:03.878Z | Downloaded percent-encoding v2.3.1 |
212 | 2025-05-13T20:46:03.878Z | Downloaded structmeta v0.3.0 |
213 | 2025-05-13T20:46:03.883Z | Downloaded paste v1.0.15 |
214 | 2025-05-13T20:46:03.883Z | Downloaded futures-core v0.3.31 |
215 | 2025-05-13T20:46:03.883Z | Downloaded scroll_derive v0.12.0 |
216 | 2025-05-13T20:46:03.883Z | Downloaded progenitor-macro v0.9.1 |
217 | 2025-05-13T20:46:03.883Z | Downloaded macaddr v1.0.1 |
218 | 2025-05-13T20:46:03.883Z | Downloaded bit-set v0.8.0 |
219 | 2025-05-13T20:46:03.883Z | Downloaded strum v0.26.3 |
220 | 2025-05-13T20:46:03.883Z | Downloaded parse-display-derive v0.10.0 |
221 | 2025-05-13T20:46:03.883Z | Downloaded httparse v1.9.5 |
222 | 2025-05-13T20:46:03.883Z | Downloaded futures-task v0.3.31 |
223 | 2025-05-13T20:46:03.883Z | Downloaded futures-macro v0.3.31 |
224 | 2025-05-13T20:46:03.883Z | Downloaded displaydoc v0.2.5 |
225 | 2025-05-13T20:46:03.886Z | Downloaded hyper-rustls v0.27.3 |
226 | 2025-05-13T20:46:03.886Z | Downloaded time-macros v0.2.18 |
227 | 2025-05-13T20:46:03.889Z | Downloaded progenitor v0.9.1 |
228 | 2025-05-13T20:46:03.893Z | Downloaded ppv-lite86 v0.2.20 |
229 | 2025-05-13T20:46:03.893Z | Downloaded pin-utils v0.1.0 |
230 | 2025-05-13T20:46:03.897Z | Downloaded rustversion v1.0.17 |
231 | 2025-05-13T20:46:03.897Z | Downloaded foldhash v0.1.3 |
232 | 2025-05-13T20:46:03.897Z | Downloaded tokio-rustls v0.25.0 |
233 | 2025-05-13T20:46:03.900Z | Downloaded usdt-impl v0.5.0 |
234 | 2025-05-13T20:46:03.903Z | Downloaded darling v0.20.10 |
235 | 2025-05-13T20:46:03.906Z | Downloaded quick-error v1.2.3 |
236 | 2025-05-13T20:46:03.906Z | Downloaded iana-time-zone v0.1.63 |
237 | 2025-05-13T20:46:03.913Z | Downloaded pin-project-lite v0.2.14 |
238 | 2025-05-13T20:46:03.916Z | Downloaded subtle v2.6.1 |
239 | 2025-05-13T20:46:03.916Z | Downloaded zerocopy-derive v0.7.35 |
240 | 2025-05-13T20:46:03.919Z | Downloaded pest_derive v2.7.14 |
241 | 2025-05-13T20:46:03.923Z | Downloaded multer v3.1.0 |
242 | 2025-05-13T20:46:03.926Z | Downloaded rand_xorshift v0.3.0 |
243 | 2025-05-13T20:46:03.926Z | Downloaded sha1 v0.10.6 |
244 | 2025-05-13T20:46:03.928Z | Downloaded sync_wrapper v1.0.1 |
245 | 2025-05-13T20:46:03.929Z | Downloaded schemars_derive v0.8.22 |
246 | 2025-05-13T20:46:03.931Z | Downloaded yoke v0.7.4 |
247 | 2025-05-13T20:46:03.931Z | Downloaded once_cell v1.21.3 |
248 | 2025-05-13T20:46:03.934Z | Downloaded take_mut v0.2.2 |
249 | 2025-05-13T20:46:03.937Z | Downloaded slog-bunyan v2.5.0 |
250 | 2025-05-13T20:46:03.937Z | Downloaded structmeta-derive v0.3.0 |
251 | 2025-05-13T20:46:03.937Z | Downloaded crossbeam-utils v0.8.21 |
252 | 2025-05-13T20:46:03.940Z | Downloaded rand_core v0.6.4 |
253 | 2025-05-13T20:46:03.943Z | Downloaded bitflags v2.9.0 |
254 | 2025-05-13T20:46:03.946Z | Downloaded icu_locid v1.5.0 |
255 | 2025-05-13T20:46:03.951Z | Downloaded derive-where v1.2.7 |
256 | 2025-05-13T20:46:03.953Z | Downloaded powerfmt v0.2.0 |
257 | 2025-05-13T20:46:03.956Z | Downloaded signal-hook-registry v1.4.2 |
258 | 2025-05-13T20:46:03.956Z | Downloaded parking_lot_core v0.9.10 |
259 | 2025-05-13T20:46:03.959Z | Downloaded icu_normalizer_data v1.5.0 |
260 | 2025-05-13T20:46:03.959Z | Downloaded shlex v1.3.0 |
261 | 2025-05-13T20:46:03.962Z | Downloaded icu_locid_transform_data v1.5.0 |
262 | 2025-05-13T20:46:03.962Z | Downloaded slab v0.4.9 |
263 | 2025-05-13T20:46:03.966Z | Downloaded icu_provider v1.5.0 |
264 | 2025-05-13T20:46:03.969Z | Downloaded getrandom v0.3.1 |
265 | 2025-05-13T20:46:03.972Z | Downloaded typify v0.3.0 |
266 | 2025-05-13T20:46:03.976Z | Downloaded rand_chacha v0.3.1 |
267 | 2025-05-13T20:46:03.976Z | Downloaded serde_derive_internals v0.29.1 |
268 | 2025-05-13T20:46:03.979Z | Downloaded scopeguard v1.2.0 |
269 | 2025-05-13T20:46:03.979Z | Downloaded typenum v1.17.0 |
270 | 2025-05-13T20:46:03.985Z | Downloaded num-traits v0.2.19 |
271 | 2025-05-13T20:46:03.987Z | Downloaded log v0.4.22 |
272 | 2025-05-13T20:46:03.987Z | Downloaded quote v1.0.39 |
273 | 2025-05-13T20:46:03.988Z | Downloaded serde_tokenstream v0.2.2 |
274 | 2025-05-13T20:46:03.990Z | Downloaded serde_spanned v0.6.8 |
275 | 2025-05-13T20:46:03.990Z | Downloaded progenitor-impl v0.9.1 |
276 | 2025-05-13T20:46:03.993Z | Downloaded serde_path_to_error v0.1.16 |
277 | 2025-05-13T20:46:03.996Z | Downloaded parking_lot v0.12.3 |
278 | 2025-05-13T20:46:03.996Z | Downloaded quinn-udp v0.5.5 |
279 | 2025-05-13T20:46:03.999Z | Downloaded rustls-pemfile v2.2.0 |
280 | 2025-05-13T20:46:04.003Z | Downloaded proc-macro2 v1.0.94 |
281 | 2025-05-13T20:46:04.003Z | Downloaded strsim v0.11.1 |
282 | 2025-05-13T20:46:04.006Z | Downloaded slog-json v2.6.1 |
283 | 2025-05-13T20:46:04.006Z | Downloaded rustc-hash v2.1.1 |
284 | 2025-05-13T20:46:04.009Z | Downloaded icu_normalizer v1.5.0 |
285 | 2025-05-13T20:46:04.012Z | Downloaded futures v0.3.31 |
286 | 2025-05-13T20:46:04.015Z | Downloaded serde_with_macros v3.12.0 |
287 | 2025-05-13T20:46:04.018Z | Downloaded sha2 v0.10.8 |
288 | 2025-05-13T20:46:04.021Z | Downloaded smallvec v1.14.0 |
289 | 2025-05-13T20:46:04.024Z | Downloaded base64 v0.22.1 |
290 | 2025-05-13T20:46:04.027Z | Downloaded pest_meta v2.7.14 |
291 | 2025-05-13T20:46:04.027Z | Downloaded tracing-core v0.1.32 |
292 | 2025-05-13T20:46:04.030Z | Downloaded icu_properties v1.5.1 |
293 | 2025-05-13T20:46:04.033Z | Downloaded uuid v1.16.0 |
294 | 2025-05-13T20:46:04.036Z | Downloaded tinyvec v1.8.0 |
295 | 2025-05-13T20:46:04.039Z | Downloaded serde_urlencoded v0.7.1 |
296 | 2025-05-13T20:46:04.042Z | Downloaded unsafe-libyaml v0.2.11 |
297 | 2025-05-13T20:46:04.045Z | Downloaded slog v2.7.0 |
298 | 2025-05-13T20:46:04.048Z | Downloaded tempfile v3.13.0 |
299 | 2025-05-13T20:46:04.051Z | Downloaded hyper-util v0.1.11 |
300 | 2025-05-13T20:46:04.054Z | Downloaded semver v1.0.26 |
301 | 2025-05-13T20:46:04.057Z | Downloaded darling_core v0.20.10 |
302 | 2025-05-13T20:46:04.059Z | Downloaded crossbeam-channel v0.5.15 |
303 | 2025-05-13T20:46:04.063Z | Downloaded strum_macros v0.26.4 |
304 | 2025-05-13T20:46:04.066Z | Downloaded indexmap v2.9.0 |
305 | 2025-05-13T20:46:04.069Z | Downloaded indexmap v1.9.3 |
306 | 2025-05-13T20:46:04.072Z | Downloaded term v0.7.0 |
307 | 2025-05-13T20:46:04.075Z | Downloaded spin v0.9.8 |
308 | 2025-05-13T20:46:04.077Z | Downloaded ryu v1.0.18 |
309 | 2025-05-13T20:46:04.080Z | Downloaded rustls-pki-types v1.10.0 |
310 | 2025-05-13T20:46:04.083Z | Downloaded icu_collections v1.5.0 |
311 | 2025-05-13T20:46:04.088Z | Downloaded slog-term v2.9.1 |
312 | 2025-05-13T20:46:04.091Z | Downloaded serde v1.0.219 |
313 | 2025-05-13T20:46:04.094Z | Downloaded serde_derive v1.0.219 |
314 | 2025-05-13T20:46:04.097Z | Downloaded serde_yaml v0.9.34+deprecated |
315 | 2025-05-13T20:46:04.100Z | Downloaded schemars v0.8.22 |
316 | 2025-05-13T20:46:04.110Z | Downloaded mio v1.0.2 |
317 | 2025-05-13T20:46:04.115Z | Downloaded cc v1.2.15 |
318 | 2025-05-13T20:46:04.120Z | Downloaded memchr v2.7.4 |
319 | 2025-05-13T20:46:04.124Z | Downloaded rand v0.8.5 |
320 | 2025-05-13T20:46:04.127Z | Downloaded url v2.5.3 |
321 | 2025-05-13T20:46:04.130Z | Downloaded http v1.2.0 |
322 | 2025-05-13T20:46:04.134Z | Downloaded toml_edit v0.22.24 |
323 | 2025-05-13T20:46:04.154Z | Downloaded quinn v0.11.5 |
324 | 2025-05-13T20:46:04.157Z | Downloaded tower v0.5.2 |
325 | 2025-05-13T20:46:04.165Z | Downloaded idna v1.0.3 |
326 | 2025-05-13T20:46:04.169Z | Downloaded tokio-util v0.7.13 |
327 | 2025-05-13T20:46:04.175Z | Downloaded hyper v1.6.0 |
328 | 2025-05-13T20:46:04.182Z | Downloaded hashbrown v0.15.1 |
329 | 2025-05-13T20:46:04.187Z | Downloaded time v0.3.36 |
330 | 2025-05-13T20:46:04.192Z | Downloaded h2 v0.4.6 |
331 | 2025-05-13T20:46:04.198Z | Downloaded pest v2.7.14 |
332 | 2025-05-13T20:46:04.205Z | Downloaded zerocopy v0.7.35 |
333 | 2025-05-13T20:46:04.217Z | Downloaded serde_json v1.0.140 |
334 | 2025-05-13T20:46:04.224Z | Downloaded winnow v0.7.3 |
335 | 2025-05-13T20:46:04.232Z | Downloaded goblin v0.8.2 |
336 | 2025-05-13T20:46:04.238Z | Downloaded serde_with v3.12.0 |
337 | 2025-05-13T20:46:04.246Z | Downloaded futures-util v0.3.31 |
338 | 2025-05-13T20:46:04.256Z | Downloaded rustls-webpki v0.102.8 |
339 | 2025-05-13T20:46:04.273Z | Downloaded reqwest v0.12.15 |
340 | 2025-05-13T20:46:04.281Z | Downloaded proptest v1.6.0 |
341 | 2025-05-13T20:46:04.303Z | Downloaded quinn-proto v0.11.8 |
342 | 2025-05-13T20:46:04.306Z | Downloaded icu_properties_data v1.5.0 |
343 | 2025-05-13T20:46:04.314Z | Downloaded webpki-roots v0.26.6 |
344 | 2025-05-13T20:46:04.318Z | Downloaded chrono v0.4.40 |
345 | 2025-05-13T20:46:04.327Z | Downloaded zerovec v0.10.4 |
346 | 2025-05-13T20:46:04.330Z | Downloaded aho-corasick v1.1.3 |
347 | 2025-05-13T20:46:04.336Z | Downloaded hashbrown v0.12.3 |
348 | 2025-05-13T20:46:04.340Z | Downloaded regex v1.11.1 |
349 | 2025-05-13T20:46:04.353Z | Downloaded rustix v0.38.37 |
350 | 2025-05-13T20:46:04.375Z | Downloaded dropshot v0.16.0 |
351 | 2025-05-13T20:46:04.395Z | Downloaded syn v2.0.98 |
352 | 2025-05-13T20:46:04.407Z | Downloaded rustls v0.22.4 |
353 | 2025-05-13T20:46:04.420Z | Downloaded regress v0.10.3 |
354 | 2025-05-13T20:46:04.429Z | Downloaded rustls v0.23.19 |
355 | 2025-05-13T20:46:04.439Z | Downloaded regex-syntax v0.8.5 |
356 | 2025-05-13T20:46:04.447Z | Downloaded openapiv3 v2.0.0 |
357 | 2025-05-13T20:46:04.458Z | Downloaded socket2 v0.5.9 |
358 | 2025-05-13T20:46:04.462Z | Downloaded tracing v0.1.40 |
359 | 2025-05-13T20:46:04.469Z | Downloaded bytes v1.10.1 |
360 | 2025-05-13T20:46:04.473Z | Downloaded slog-async v2.8.0 |
361 | 2025-05-13T20:46:04.473Z | Downloaded typify-impl v0.3.0 |
362 | 2025-05-13T20:46:04.485Z | Downloaded stable_deref_trait v1.2.0 |
363 | 2025-05-13T20:46:04.488Z | Downloaded scroll v0.12.0 |
364 | 2025-05-13T20:46:04.488Z | Downloaded ucd-trie v0.1.7 |
365 | 2025-05-13T20:46:04.492Z | Downloaded rusty-fork v0.3.0 |
366 | 2025-05-13T20:46:04.492Z | Downloaded unicode-ident v1.0.14 |
367 | 2025-05-13T20:46:04.495Z | Downloaded toml v0.8.20 |
368 | 2025-05-13T20:46:04.498Z | Downloaded regex-automata v0.4.8 |
369 | 2025-05-13T20:46:04.515Z | Downloaded allocator-api2 v0.2.18 |
370 | 2025-05-13T20:46:04.518Z | Downloaded dropshot_endpoint v0.16.0 |
371 | 2025-05-13T20:46:04.521Z | Downloaded tokio-rustls v0.26.0 |
372 | 2025-05-13T20:46:04.524Z | Downloaded ipnet v2.11.0 |
373 | 2025-05-13T20:46:04.527Z | Downloaded libc v0.2.171 |
374 | 2025-05-13T20:46:04.549Z | Downloaded icu_locid_transform v1.5.0 |
375 | 2025-05-13T20:46:04.552Z | Downloaded anyhow v1.0.98 |
376 | 2025-05-13T20:46:04.555Z | Downloaded newtype-uuid v1.2.1 |
377 | 2025-05-13T20:46:04.558Z | Downloaded parse-display v0.10.0 |
378 | 2025-05-13T20:46:04.558Z | Downloaded writeable v0.5.5 |
379 | 2025-05-13T20:46:04.561Z | Downloaded futures-executor v0.3.31 |
380 | 2025-05-13T20:46:04.561Z | Downloaded tokio v1.43.1 |
381 | 2025-05-13T20:46:04.598Z | Downloaded futures-channel v0.3.31 |
382 | 2025-05-13T20:46:04.601Z | Downloaded getrandom v0.2.15 |
383 | 2025-05-13T20:46:04.606Z | Downloaded daft-derive v0.1.3 |
384 | 2025-05-13T20:46:04.609Z | Downloaded daft v0.1.3 |
385 | 2025-05-13T20:46:04.609Z | Downloaded mime v0.3.17 |
386 | 2025-05-13T20:46:04.612Z | Downloaded zerofrom-derive v0.1.4 |
387 | 2025-05-13T20:46:04.612Z | Downloaded zerovec-derive v0.10.3 |
388 | 2025-05-13T20:46:04.612Z | Downloaded zeroize v1.8.1 |
389 | 2025-05-13T20:46:04.615Z | Downloaded itoa v1.0.11 |
390 | 2025-05-13T20:46:04.616Z | Downloaded is-terminal v0.4.13 |
391 | 2025-05-13T20:46:04.618Z | Downloaded ipnetwork v0.21.1 |
392 | 2025-05-13T20:46:04.618Z | Downloaded idna_adapter v1.2.0 |
393 | 2025-05-13T20:46:04.618Z | Downloaded camino v1.1.9 |
394 | 2025-05-13T20:46:04.621Z | Downloaded async-trait v0.1.88 |
395 | 2025-05-13T20:46:04.624Z | Downloaded backoff v0.4.0 |
396 | 2025-05-13T20:46:04.624Z | Downloaded thread_local v1.1.8 |
397 | 2025-05-13T20:46:04.629Z | Downloaded generic-array v0.14.7 |
398 | 2025-05-13T20:46:04.630Z | Downloaded dof v0.3.0 |
399 | 2025-05-13T20:46:04.630Z | Downloaded fastrand v2.1.1 |
400 | 2025-05-13T20:46:04.634Z | Downloaded dirs-sys-next v0.1.2 |
401 | 2025-05-13T20:46:04.693Z | Downloaded encoding_rs v0.8.34 |
402 | 2025-05-13T20:46:04.714Z | Downloaded ring v0.17.11 |
403 | 2025-05-13T20:46:04.886Z | Compiling proc-macro2 v1.0.94 |
404 | 2025-05-13T20:46:04.886Z | Compiling unicode-ident v1.0.14 |
405 | 2025-05-13T20:46:04.886Z | Compiling libc v0.2.171 |
406 | 2025-05-13T20:46:04.889Z | Compiling autocfg v1.4.0 |
407 | 2025-05-13T20:46:04.889Z | Checking cfg-if v1.0.0 |
408 | 2025-05-13T20:46:04.889Z | Compiling serde v1.0.219 |
409 | 2025-05-13T20:46:04.909Z | Checking memchr v2.7.4 |
410 | 2025-05-13T20:46:04.912Z | Compiling serde_json v1.0.140 |
411 | 2025-05-13T20:46:05.041Z | Checking itoa v1.0.11 |
412 | 2025-05-13T20:46:05.407Z | Checking ryu v1.0.18 |
413 | 2025-05-13T20:46:05.541Z | Compiling semver v1.0.26 |
414 | 2025-05-13T20:46:05.630Z | Compiling version_check v0.9.5 |
415 | 2025-05-13T20:46:05.685Z | Checking pin-project-lite v0.2.14 |
416 | 2025-05-13T20:46:05.808Z | Checking smallvec v1.14.0 |
417 | 2025-05-13T20:46:05.811Z | Checking bytes v1.10.1 |
418 | 2025-05-13T20:46:06.046Z | Checking once_cell v1.21.3 |
419 | 2025-05-13T20:46:06.096Z | Checking futures-core v0.3.31 |
420 | 2025-05-13T20:46:06.158Z | Compiling num-traits v0.2.19 |
421 | 2025-05-13T20:46:06.322Z | Compiling thiserror v1.0.69 |
422 | 2025-05-13T20:46:06.356Z | Compiling lock_api v0.4.12 |
423 | 2025-05-13T20:46:06.413Z | Compiling parking_lot_core v0.9.10 |
424 | 2025-05-13T20:46:06.506Z | Checking allocator-api2 v0.2.18 |
425 | 2025-05-13T20:46:06.667Z | Checking getrandom v0.2.15 |
426 | 2025-05-13T20:46:06.728Z | Compiling quote v1.0.39 |
427 | 2025-05-13T20:46:06.760Z | Checking foldhash v0.1.3 |
428 | 2025-05-13T20:46:06.793Z | Compiling getrandom v0.3.1 |
429 | 2025-05-13T20:46:06.854Z | Checking equivalent v1.0.1 |
430 | 2025-05-13T20:46:06.982Z | Compiling shlex v1.3.0 |
431 | 2025-05-13T20:46:07.092Z | Compiling syn v2.0.98 |
432 | 2025-05-13T20:46:07.105Z | Checking hashbrown v0.15.1 |
433 | 2025-05-13T20:46:07.176Z | Checking fnv v1.0.7 |
434 | 2025-05-13T20:46:07.189Z | Checking scopeguard v1.2.0 |
435 | 2025-05-13T20:46:07.273Z | Compiling cc v1.2.15 |
436 | 2025-05-13T20:46:07.299Z | Compiling slab v0.4.9 |
437 | 2025-05-13T20:46:07.445Z | Checking futures-sink v0.3.31 |
438 | 2025-05-13T20:46:07.582Z | Checking stable_deref_trait v1.2.0 |
439 | 2025-05-13T20:46:07.613Z | Checking iana-time-zone v0.1.63 |
440 | 2025-05-13T20:46:07.682Z | Compiling schemars v0.8.22 |
441 | 2025-05-13T20:46:07.685Z | Checking parking_lot v0.12.3 |
442 | 2025-05-13T20:46:07.759Z | Checking signal-hook-registry v1.4.2 |
443 | 2025-05-13T20:46:07.844Z | Checking socket2 v0.5.9 |
444 | 2025-05-13T20:46:08.009Z | Checking mio v1.0.2 |
445 | 2025-05-13T20:46:08.023Z | Compiling thiserror v2.0.12 |
446 | 2025-05-13T20:46:08.092Z | Checking dyn-clone v1.0.19 |
447 | 2025-05-13T20:46:08.236Z | Compiling heck v0.5.0 |
448 | 2025-05-13T20:46:08.328Z | Checking log v0.4.22 |
449 | 2025-05-13T20:46:08.537Z | Checking futures-channel v0.3.31 |
450 | 2025-05-13T20:46:08.582Z | Checking http v1.2.0 |
451 | 2025-05-13T20:46:08.745Z | Checking futures-io v0.3.31 |
452 | 2025-05-13T20:46:08.890Z | Checking futures-task v0.3.31 |
453 | 2025-05-13T20:46:08.919Z | Checking rustls-pki-types v1.10.0 |
454 | 2025-05-13T20:46:08.975Z | Checking pin-utils v0.1.0 |
455 | 2025-05-13T20:46:09.063Z | Checking untrusted v0.9.0 |
456 | 2025-05-13T20:46:09.115Z | Checking litemap v0.7.3 |
457 | 2025-05-13T20:46:09.222Z | Compiling ucd-trie v0.1.7 |
458 | 2025-05-13T20:46:09.274Z | Checking writeable v0.5.5 |
459 | 2025-05-13T20:46:09.770Z | Checking byteorder v1.5.0 |
460 | 2025-05-13T20:46:09.843Z | Compiling httparse v1.9.5 |
461 | 2025-05-13T20:46:10.110Z | Checking tracing-core v0.1.32 |
462 | 2025-05-13T20:46:10.180Z | Checking zeroize v1.8.1 |
463 | 2025-05-13T20:46:10.194Z | Compiling ring v0.17.11 |
464 | 2025-05-13T20:46:10.212Z | Checking atomic-waker v1.1.2 |
465 | 2025-05-13T20:46:10.353Z | Checking subtle v2.6.1 |
466 | 2025-05-13T20:46:10.563Z | Checking icu_locid_transform_data v1.5.0 |
467 | 2025-05-13T20:46:10.577Z | Compiling uuid v1.16.0 |
468 | 2025-05-13T20:46:11.719Z | Compiling regress v0.10.3 |
469 | 2025-05-13T20:46:11.723Z | Checking tracing v0.1.40 |
470 | 2025-05-13T20:46:11.723Z | Compiling chrono v0.4.40 |
471 | 2025-05-13T20:46:11.723Z | Checking http-body v1.0.1 |
472 | 2025-05-13T20:46:11.723Z | Checking icu_properties_data v1.5.0 |
473 | 2025-05-13T20:46:11.723Z | Compiling slog v2.7.0 |
474 | 2025-05-13T20:46:11.723Z | Checking try-lock v0.2.5 |
475 | 2025-05-13T20:46:11.723Z | Checking want v0.3.1 |
476 | 2025-05-13T20:46:11.723Z | Compiling aho-corasick v1.1.3 |
477 | 2025-05-13T20:46:11.723Z | Checking percent-encoding v2.3.1 |
478 | 2025-05-13T20:46:11.723Z | Checking icu_normalizer_data v1.5.0 |
479 | 2025-05-13T20:46:11.745Z | Checking utf8_iter v1.0.4 |
480 | 2025-05-13T20:46:11.782Z | Compiling typenum v1.17.0 |
481 | 2025-05-13T20:46:11.937Z | Checking utf16_iter v1.0.5 |
482 | 2025-05-13T20:46:12.111Z | Compiling regex-syntax v0.8.5 |
483 | 2025-05-13T20:46:12.730Z | Checking httpdate v1.0.3 |
484 | 2025-05-13T20:46:12.973Z | Checking write16 v1.0.0 |
485 | 2025-05-13T20:46:13.103Z | Compiling rustls v0.23.19 |
486 | 2025-05-13T20:46:13.464Z | Checking tower-service v0.3.3 |
487 | 2025-05-13T20:46:14.229Z | Compiling serde_derive_internals v0.29.1 |
488 | 2025-05-13T20:46:14.251Z | Compiling synstructure v0.13.1 |
489 | 2025-05-13T20:46:15.290Z | Checking form_urlencoded v1.2.1 |
490 | 2025-05-13T20:46:15.502Z | Compiling generic-array v0.14.7 |
491 | 2025-05-13T20:46:15.822Z | Compiling regex-automata v0.4.8 |
492 | 2025-05-13T20:46:15.864Z | Compiling paste v1.0.15 |
493 | 2025-05-13T20:46:16.419Z | Checking rand_core v0.6.4 |
494 | 2025-05-13T20:46:16.434Z | Compiling usdt-impl v0.5.0 |
495 | 2025-05-13T20:46:16.887Z | Compiling num-conv v0.1.0 |
496 | 2025-05-13T20:46:16.918Z | Compiling time-core v0.1.2 |
497 | 2025-05-13T20:46:17.042Z | Compiling rustix v0.38.37 |
498 | 2025-05-13T20:46:17.075Z | Checking powerfmt v0.2.0 |
499 | 2025-05-13T20:46:17.117Z | Checking mime v0.3.17 |
500 | 2025-05-13T20:46:17.324Z | Compiling newtype-uuid v1.2.1 |
501 | 2025-05-13T20:46:17.343Z | Checking rustls-webpki v0.102.8 |
502 | 2025-05-13T20:46:17.369Z | Checking deranged v0.3.11 |
503 | 2025-05-13T20:46:17.681Z | Compiling time-macros v0.2.18 |
504 | 2025-05-13T20:46:17.977Z | Compiling thread-id v4.2.2 |
505 | 2025-05-13T20:46:18.065Z | Compiling serde_derive v1.0.219 |
506 | 2025-05-13T20:46:18.099Z | Compiling schemars_derive v0.8.22 |
507 | 2025-05-13T20:46:18.210Z | Compiling thiserror-impl v1.0.69 |
508 | 2025-05-13T20:46:18.463Z | Compiling zerofrom-derive v0.1.4 |
509 | 2025-05-13T20:46:18.666Z | Compiling yoke-derive v0.7.4 |
510 | 2025-05-13T20:46:20.481Z | Compiling zerocopy-derive v0.7.35 |
511 | 2025-05-13T20:46:20.809Z | Compiling tokio-macros v2.5.0 |
512 | 2025-05-13T20:46:20.887Z | Compiling zerovec-derive v0.10.3 |
513 | 2025-05-13T20:46:21.074Z | Compiling thiserror-impl v2.0.12 |
514 | 2025-05-13T20:46:21.555Z | Checking zerofrom v0.1.4 |
515 | 2025-05-13T20:46:21.773Z | Checking yoke v0.7.4 |
516 | 2025-05-13T20:46:22.103Z | Compiling displaydoc v0.2.5 |
517 | 2025-05-13T20:46:22.206Z | Checking tokio v1.43.1 |
518 | 2025-05-13T20:46:22.353Z | Compiling futures-macro v0.3.31 |
519 | 2025-05-13T20:46:22.486Z | Compiling pest v2.7.14 |
520 | 2025-05-13T20:46:22.773Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-05-13T20:46:23.159Z | Checking zerovec v0.10.4 |
522 | 2025-05-13T20:46:23.516Z | Checking zerocopy v0.7.35 |
523 | 2025-05-13T20:46:24.086Z | Checking futures-util v0.3.31 |
524 | 2025-05-13T20:46:24.110Z | Compiling regex v1.11.1 |
525 | 2025-05-13T20:46:24.636Z | Compiling scroll_derive v0.12.0 |
526 | 2025-05-13T20:46:24.649Z | Checking tinystr v0.7.6 |
527 | 2025-05-13T20:46:24.987Z | Checking icu_locid v1.5.0 |
528 | 2025-05-13T20:46:25.256Z | Compiling pest_meta v2.7.14 |
529 | 2025-05-13T20:46:25.296Z | Checking icu_collections v1.5.0 |
530 | 2025-05-13T20:46:25.938Z | Checking icu_provider v1.5.0 |
531 | 2025-05-13T20:46:25.960Z | Checking ppv-lite86 v0.2.20 |
532 | 2025-05-13T20:46:26.040Z | Checking scroll v0.12.0 |
533 | 2025-05-13T20:46:26.560Z | Checking icu_locid_transform v1.5.0 |
534 | 2025-05-13T20:46:26.682Z | Compiling pest_generator v2.7.14 |
535 | 2025-05-13T20:46:27.552Z | Checking icu_properties v1.5.1 |
536 | 2025-05-13T20:46:28.339Z | Compiling structmeta-derive v0.3.0 |
537 | 2025-05-13T20:46:28.778Z | Checking tokio-util v0.7.13 |
538 | 2025-05-13T20:46:28.945Z | Compiling pest_derive v2.7.14 |
539 | 2025-05-13T20:46:29.860Z | Checking indexmap v2.9.0 |
540 | 2025-05-13T20:46:30.146Z | Compiling serde_tokenstream v0.2.2 |
541 | 2025-05-13T20:46:30.661Z | Compiling dtrace-parser v0.2.0 |
542 | 2025-05-13T20:46:30.689Z | Checking serde_urlencoded v0.7.1 |
543 | 2025-05-13T20:46:30.862Z | Checking icu_normalizer v1.5.0 |
544 | 2025-05-13T20:46:30.920Z | Checking tokio-rustls v0.26.0 |
545 | 2025-05-13T20:46:31.085Z | Checking http-body-util v0.1.3 |
546 | 2025-05-13T20:46:31.099Z | Checking h2 v0.4.6 |
547 | 2025-05-13T20:46:31.296Z | Checking webpki-roots v0.26.6 |
548 | 2025-05-13T20:46:31.471Z | Checking rustls-pemfile v2.2.0 |
549 | 2025-05-13T20:46:31.650Z | Checking idna_adapter v1.2.0 |
550 | 2025-05-13T20:46:31.694Z | Checking errno v0.3.9 |
551 | 2025-05-13T20:46:31.868Z | Checking idna v1.0.3 |
552 | 2025-05-13T20:46:31.953Z | Compiling dof v0.3.0 |
553 | 2025-05-13T20:46:32.207Z | Checking sync_wrapper v1.0.1 |
554 | 2025-05-13T20:46:32.329Z | Compiling omicron-workspace-hack v0.1.0 |
555 | 2025-05-13T20:46:32.360Z | Compiling crossbeam-utils v0.8.21 |
556 | 2025-05-13T20:46:32.547Z | Checking tower-layer v0.3.3 |
557 | 2025-05-13T20:46:32.669Z | Checking bitflags v2.9.0 |
558 | 2025-05-13T20:46:32.765Z | Compiling strsim v0.11.1 |
559 | 2025-05-13T20:46:32.789Z | Checking plain v0.2.3 |
560 | 2025-05-13T20:46:32.884Z | Compiling rustversion v1.0.17 |
561 | 2025-05-13T20:46:32.932Z | Checking num_threads v0.1.7 |
562 | 2025-05-13T20:46:32.945Z | Checking base64 v0.22.1 |
563 | 2025-05-13T20:46:33.320Z | Checking ipnetwork v0.21.1 |
564 | 2025-05-13T20:46:33.541Z | Compiling ident_case v1.0.1 |
565 | 2025-05-13T20:46:33.679Z | Compiling typify-impl v0.3.0 |
566 | 2025-05-13T20:46:33.736Z | Compiling darling_core v0.20.10 |
567 | 2025-05-13T20:46:33.756Z | Checking time v0.3.36 |
568 | 2025-05-13T20:46:34.787Z | Checking oxnet v0.1.1 |
569 | 2025-05-13T20:46:35.156Z | Checking hyper v1.6.0 |
570 | 2025-05-13T20:46:35.423Z | Checking goblin v0.8.2 |
571 | 2025-05-13T20:46:36.075Z | Checking tower v0.5.2 |
572 | 2025-05-13T20:46:36.783Z | Checking url v2.5.3 |
573 | 2025-05-13T20:46:36.786Z | Compiling openapiv3 v2.0.0 |
574 | 2025-05-13T20:46:37.142Z | Checking hyper-util v0.1.11 |
575 | 2025-05-13T20:46:37.521Z | Compiling structmeta v0.3.0 |
576 | 2025-05-13T20:46:37.889Z | Checking rand_chacha v0.3.1 |
577 | 2025-05-13T20:46:38.197Z | Compiling daft-derive v0.1.3 |
578 | 2025-05-13T20:46:38.260Z | Checking dirs-sys-next v0.1.2 |
579 | 2025-05-13T20:46:38.789Z | Compiling rustls v0.22.4 |
580 | 2025-05-13T20:46:38.833Z | Checking hyper-rustls v0.27.3 |
581 | 2025-05-13T20:46:38.857Z | Compiling anyhow v1.0.98 |
582 | 2025-05-13T20:46:39.142Z | Compiling unsafe-libyaml v0.2.11 |
583 | 2025-05-13T20:46:39.146Z | Checking pretty-hex v0.4.1 |
584 | 2025-05-13T20:46:39.340Z | Checking fastrand v2.1.1 |
585 | 2025-05-13T20:46:39.481Z | Checking ipnet v2.11.0 |
586 | 2025-05-13T20:46:39.646Z | Checking tempfile v3.13.0 |
587 | 2025-05-13T20:46:39.757Z | Checking daft v0.1.3 |
588 | 2025-05-13T20:46:39.936Z | Checking reqwest v0.12.15 |
589 | 2025-05-13T20:46:40.314Z | Compiling darling_macro v0.20.10 |
590 | 2025-05-13T20:46:40.381Z | Checking dirs-next v2.0.0 |
591 | 2025-05-13T20:46:40.522Z | Compiling serde_yaml v0.9.34+deprecated |
592 | 2025-05-13T20:46:40.542Z | Checking rand v0.8.5 |
593 | 2025-05-13T20:46:41.227Z | Checking serde_spanned v0.6.8 |
594 | 2025-05-13T20:46:41.259Z | Checking toml_datetime v0.6.8 |
595 | 2025-05-13T20:46:41.306Z | Checking crypto-common v0.1.6 |
596 | 2025-05-13T20:46:41.430Z | Checking block-buffer v0.10.4 |
597 | 2025-05-13T20:46:41.484Z | Checking wait-timeout v0.2.0 |
598 | 2025-05-13T20:46:41.554Z | Checking thread_local v1.1.8 |
599 | 2025-05-13T20:46:41.571Z | Compiling multer v3.1.0 |
600 | 2025-05-13T20:46:41.625Z | Compiling camino v1.1.9 |
601 | 2025-05-13T20:46:41.639Z | Compiling slog-async v2.8.0 |
602 | 2025-05-13T20:46:41.662Z | Checking bit-vec v0.8.0 |
603 | 2025-05-13T20:46:41.820Z | Checking quick-error v1.2.3 |
604 | 2025-05-13T20:46:41.924Z | Checking winnow v0.7.3 |
605 | 2025-05-13T20:46:41.974Z | Checking match_cfg v0.1.0 |
606 | 2025-05-13T20:46:41.989Z | Compiling strum_macros v0.26.4 |
607 | 2025-05-13T20:46:42.035Z | Checking bit-set v0.8.0 |
608 | 2025-05-13T20:46:42.062Z | Checking hostname v0.3.1 |
609 | 2025-05-13T20:46:42.190Z | Checking rusty-fork v0.3.0 |
610 | 2025-05-13T20:46:42.264Z | Checking digest v0.10.7 |
611 | 2025-05-13T20:46:42.289Z | Checking crossbeam-channel v0.5.15 |
612 | 2025-05-13T20:46:42.482Z | Compiling darling v0.20.10 |
613 | 2025-05-13T20:46:42.573Z | Checking progenitor-client v0.9.1 |
614 | 2025-05-13T20:46:42.599Z | Checking term v0.7.0 |
615 | 2025-05-13T20:46:42.984Z | Compiling usdt-attr-macro v0.5.0 |
616 | 2025-05-13T20:46:43.013Z | Compiling usdt-macro v0.5.0 |
617 | 2025-05-13T20:46:43.204Z | Checking slog-json v2.6.1 |
618 | 2025-05-13T20:46:43.474Z | Checking hex v0.4.3 |
619 | 2025-05-13T20:46:43.669Z | Checking futures-executor v0.3.31 |
620 | 2025-05-13T20:46:43.909Z | Compiling async-stream-impl v0.3.6 |
621 | 2025-05-13T20:46:43.958Z | Checking rand_xorshift v0.3.0 |
622 | 2025-05-13T20:46:44.126Z | Checking is-terminal v0.4.13 |
623 | 2025-05-13T20:46:44.238Z | Checking memmap v0.7.0 |
624 | 2025-05-13T20:46:44.262Z | Compiling dropshot v0.16.0 |
625 | 2025-05-13T20:46:44.382Z | Checking encoding_rs v0.8.34 |
626 | 2025-05-13T20:46:44.450Z | Checking cpufeatures v0.2.14 |
627 | 2025-05-13T20:46:44.546Z | Checking take_mut v0.2.2 |
628 | 2025-05-13T20:46:44.637Z | Checking lazy_static v1.5.0 |
629 | 2025-05-13T20:46:44.704Z | Checking spin v0.9.8 |
630 | 2025-05-13T20:46:44.719Z | Checking toml_edit v0.22.24 |
631 | 2025-05-13T20:46:44.765Z | Checking unarray v0.1.4 |
632 | 2025-05-13T20:46:44.899Z | Compiling typify-macro v0.3.0 |
633 | 2025-05-13T20:46:44.922Z | Checking proptest v1.6.0 |
634 | 2025-05-13T20:46:45.148Z | Checking async-stream v0.3.6 |
635 | 2025-05-13T20:46:45.224Z | Checking sha1 v0.10.6 |
636 | 2025-05-13T20:46:45.343Z | Checking usdt v0.5.0 |
637 | 2025-05-13T20:46:45.492Z | Checking slog-term v2.9.1 |
638 | 2025-05-13T20:46:45.594Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
639 | 2025-05-13T20:46:45.747Z | Checking futures v0.3.31 |
640 | 2025-05-13T20:46:45.847Z | Checking slog-bunyan v2.5.0 |
641 | 2025-05-13T20:46:45.950Z | Checking strum v0.26.3 |
642 | 2025-05-13T20:46:45.999Z | Compiling serde_with_macros v3.12.0 |
643 | 2025-05-13T20:46:46.124Z | Compiling parse-display-derive v0.10.0 |
644 | 2025-05-13T20:46:46.173Z | Checking tokio-rustls v0.25.0 |
645 | 2025-05-13T20:46:46.526Z | Compiling test-strategy v0.4.0 |
646 | 2025-05-13T20:46:46.744Z | Compiling dropshot_endpoint v0.16.0 |
647 | 2025-05-13T20:46:46.995Z | Checking serde_path_to_error v0.1.16 |
648 | 2025-05-13T20:46:47.335Z | Checking toml v0.8.20 |
649 | 2025-05-13T20:46:47.579Z | Compiling derive-where v1.2.7 |
650 | 2025-05-13T20:46:48.018Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
651 | 2025-05-13T20:46:48.227Z | Compiling typify v0.3.0 |
652 | 2025-05-13T20:46:48.358Z | Compiling progenitor-impl v0.9.1 |
653 | 2025-05-13T20:46:48.804Z | Compiling async-trait v0.1.88 |
654 | 2025-05-13T20:46:48.913Z | Checking waitgroup v0.1.2 |
655 | 2025-05-13T20:46:49.049Z | Checking hostname v0.4.0 |
656 | 2025-05-13T20:46:49.195Z | Checking instant v0.1.13 |
657 | 2025-05-13T20:46:49.319Z | Checking debug-ignore v1.0.5 |
658 | 2025-05-13T20:46:49.477Z | Checking backoff v0.4.0 |
659 | 2025-05-13T20:46:49.535Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
660 | 2025-05-13T20:46:49.593Z | Checking parse-display v0.10.0 |
661 | 2025-05-13T20:46:49.754Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
662 | 2025-05-13T20:46:49.825Z | Checking serde_with v3.12.0 |
663 | 2025-05-13T20:46:49.906Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
664 | 2025-05-13T20:46:50.141Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
665 | 2025-05-13T20:46:50.341Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
666 | 2025-05-13T20:46:50.379Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
667 | 2025-05-13T20:46:50.589Z | Checking macaddr v1.0.1 |
668 | 2025-05-13T20:46:51.548Z | Compiling progenitor-macro v0.9.1 |
669 | 2025-05-13T20:46:54.987Z | Checking progenitor v0.9.1 |
670 | 2025-05-13T20:46:55.095Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
671 | 2025-05-13T20:46:57.770Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
672 | 2025-05-13T20:47:04.792Z | Checking test-project v0.1.0 (/tmp/test-project) |
673 | 2025-05-13T20:47:04.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
674 | 2025-05-13T20:47:04.988Z | + cargo build --release |
675 | 2025-05-13T20:47:05.247Z | Compiling proc-macro2 v1.0.94 |
676 | 2025-05-13T20:47:05.247Z | Compiling unicode-ident v1.0.14 |
677 | 2025-05-13T20:47:05.248Z | Compiling libc v0.2.171 |
678 | 2025-05-13T20:47:05.252Z | Compiling cfg-if v1.0.0 |
679 | 2025-05-13T20:47:05.252Z | Compiling autocfg v1.4.0 |
680 | 2025-05-13T20:47:05.252Z | Compiling serde v1.0.219 |
681 | 2025-05-13T20:47:05.252Z | Compiling memchr v2.7.4 |
682 | 2025-05-13T20:47:05.293Z | Compiling serde_json v1.0.140 |
683 | 2025-05-13T20:47:05.374Z | Compiling itoa v1.0.11 |
684 | 2025-05-13T20:47:05.672Z | Compiling ryu v1.0.18 |
685 | 2025-05-13T20:47:05.862Z | Compiling semver v1.0.26 |
686 | 2025-05-13T20:47:05.990Z | Compiling version_check v0.9.5 |
687 | 2025-05-13T20:47:06.148Z | Compiling pin-project-lite v0.2.14 |
688 | 2025-05-13T20:47:06.270Z | Compiling smallvec v1.14.0 |
689 | 2025-05-13T20:47:06.278Z | Compiling bytes v1.10.1 |
690 | 2025-05-13T20:47:06.362Z | Compiling once_cell v1.21.3 |
691 | 2025-05-13T20:47:06.679Z | Compiling thiserror v1.0.69 |
692 | 2025-05-13T20:47:06.719Z | Compiling futures-core v0.3.31 |
693 | 2025-05-13T20:47:06.746Z | Compiling num-traits v0.2.19 |
694 | 2025-05-13T20:47:06.964Z | Compiling quote v1.0.39 |
695 | 2025-05-13T20:47:07.071Z | Compiling lock_api v0.4.12 |
696 | 2025-05-13T20:47:07.111Z | Compiling getrandom v0.2.15 |
697 | 2025-05-13T20:47:07.447Z | Compiling syn v2.0.98 |
698 | 2025-05-13T20:47:07.471Z | Compiling foldhash v0.1.3 |
699 | 2025-05-13T20:47:07.480Z | Compiling parking_lot_core v0.9.10 |
700 | 2025-05-13T20:47:07.486Z | Compiling getrandom v0.3.1 |
701 | 2025-05-13T20:47:07.501Z | Compiling equivalent v1.0.1 |
702 | 2025-05-13T20:47:07.572Z | Compiling allocator-api2 v0.2.18 |
703 | 2025-05-13T20:47:07.909Z | Compiling fnv v1.0.7 |
704 | 2025-05-13T20:47:07.936Z | Compiling scopeguard v1.2.0 |
705 | 2025-05-13T20:47:07.948Z | Compiling shlex v1.3.0 |
706 | 2025-05-13T20:47:08.259Z | Compiling cc v1.2.15 |
707 | 2025-05-13T20:47:08.330Z | Compiling hashbrown v0.15.1 |
708 | 2025-05-13T20:47:08.419Z | Compiling slab v0.4.9 |
709 | 2025-05-13T20:47:08.440Z | Compiling thiserror v2.0.12 |
710 | 2025-05-13T20:47:08.528Z | Compiling iana-time-zone v0.1.63 |
711 | 2025-05-13T20:47:08.827Z | Compiling schemars v0.8.22 |
712 | 2025-05-13T20:47:08.860Z | Compiling futures-sink v0.3.31 |
713 | 2025-05-13T20:47:08.956Z | Compiling stable_deref_trait v1.2.0 |
714 | 2025-05-13T20:47:09.076Z | Compiling parking_lot v0.12.3 |
715 | 2025-05-13T20:47:09.172Z | Compiling socket2 v0.5.9 |
716 | 2025-05-13T20:47:09.213Z | Compiling mio v1.0.2 |
717 | 2025-05-13T20:47:09.263Z | Compiling signal-hook-registry v1.4.2 |
718 | 2025-05-13T20:47:09.682Z | Compiling dyn-clone v1.0.19 |
719 | 2025-05-13T20:47:10.348Z | Compiling heck v0.5.0 |
720 | 2025-05-13T20:47:10.703Z | Compiling log v0.4.22 |
721 | 2025-05-13T20:47:10.720Z | Compiling futures-channel v0.3.31 |
722 | 2025-05-13T20:47:10.836Z | Compiling http v1.2.0 |
723 | 2025-05-13T20:47:11.103Z | Compiling ring v0.17.11 |
724 | 2025-05-13T20:47:11.133Z | Compiling rustls-pki-types v1.10.0 |
725 | 2025-05-13T20:47:11.156Z | Compiling pin-utils v0.1.0 |
726 | 2025-05-13T20:47:11.179Z | Compiling futures-task v0.3.31 |
727 | 2025-05-13T20:47:11.241Z | Compiling futures-io v0.3.31 |
728 | 2025-05-13T20:47:11.509Z | Compiling writeable v0.5.5 |
729 | 2025-05-13T20:47:11.529Z | Compiling litemap v0.7.3 |
730 | 2025-05-13T20:47:11.578Z | Compiling ucd-trie v0.1.7 |
731 | 2025-05-13T20:47:11.953Z | Compiling untrusted v0.9.0 |
732 | 2025-05-13T20:47:12.224Z | Compiling httparse v1.9.5 |
733 | 2025-05-13T20:47:12.509Z | Compiling byteorder v1.5.0 |
734 | 2025-05-13T20:47:12.990Z | Compiling tracing-core v0.1.32 |
735 | 2025-05-13T20:47:13.279Z | Compiling uuid v1.16.0 |
736 | 2025-05-13T20:47:13.338Z | Compiling chrono v0.4.40 |
737 | 2025-05-13T20:47:13.557Z | Compiling zeroize v1.8.1 |
738 | 2025-05-13T20:47:13.906Z | Compiling subtle v2.6.1 |
739 | 2025-05-13T20:47:14.019Z | Compiling atomic-waker v1.1.2 |
740 | 2025-05-13T20:47:14.171Z | Compiling icu_locid_transform_data v1.5.0 |
741 | 2025-05-13T20:47:14.270Z | Compiling tracing v0.1.40 |
742 | 2025-05-13T20:47:14.923Z | Compiling serde_derive_internals v0.29.1 |
743 | 2025-05-13T20:47:15.135Z | Compiling synstructure v0.13.1 |
744 | 2025-05-13T20:47:15.198Z | Compiling http-body v1.0.1 |
745 | 2025-05-13T20:47:15.446Z | Compiling regress v0.10.3 |
746 | 2025-05-13T20:47:16.171Z | Compiling icu_properties_data v1.5.0 |
747 | 2025-05-13T20:47:16.293Z | Compiling try-lock v0.2.5 |
748 | 2025-05-13T20:47:16.429Z | Compiling slog v2.7.0 |
749 | 2025-05-13T20:47:16.452Z | Compiling want v0.3.1 |
750 | 2025-05-13T20:47:16.974Z | Compiling aho-corasick v1.1.3 |
751 | 2025-05-13T20:47:17.050Z | Compiling utf16_iter v1.0.5 |
752 | 2025-05-13T20:47:17.267Z | Compiling write16 v1.0.0 |
753 | 2025-05-13T20:47:17.406Z | Compiling httpdate v1.0.3 |
754 | 2025-05-13T20:47:17.750Z | Compiling icu_normalizer_data v1.5.0 |
755 | 2025-05-13T20:47:17.850Z | Compiling typenum v1.17.0 |
756 | 2025-05-13T20:47:18.046Z | Compiling tower-service v0.3.3 |
757 | 2025-05-13T20:47:18.164Z | Compiling percent-encoding v2.3.1 |
758 | 2025-05-13T20:47:18.182Z | Compiling regex-syntax v0.8.5 |
759 | 2025-05-13T20:47:18.428Z | Compiling serde_derive v1.0.219 |
760 | 2025-05-13T20:47:18.639Z | Compiling schemars_derive v0.8.22 |
761 | 2025-05-13T20:47:18.771Z | Compiling thiserror-impl v1.0.69 |
762 | 2025-05-13T20:47:19.857Z | Compiling zerofrom-derive v0.1.4 |
763 | 2025-05-13T20:47:20.522Z | Compiling zerocopy-derive v0.7.35 |
764 | 2025-05-13T20:47:21.371Z | Compiling yoke-derive v0.7.4 |
765 | 2025-05-13T20:47:21.379Z | Compiling zerovec-derive v0.10.3 |
766 | 2025-05-13T20:47:22.106Z | Compiling tokio-macros v2.5.0 |
767 | 2025-05-13T20:47:22.361Z | Compiling displaydoc v0.2.5 |
768 | 2025-05-13T20:47:22.820Z | Compiling zerofrom v0.1.4 |
769 | 2025-05-13T20:47:23.059Z | Compiling thiserror-impl v2.0.12 |
770 | 2025-05-13T20:47:23.522Z | Compiling tokio v1.43.1 |
771 | 2025-05-13T20:47:23.699Z | Compiling yoke v0.7.4 |
772 | 2025-05-13T20:47:23.810Z | Compiling futures-macro v0.3.31 |
773 | 2025-05-13T20:47:23.872Z | Compiling pest v2.7.14 |
774 | 2025-05-13T20:47:24.066Z | Compiling zerovec v0.10.4 |
775 | 2025-05-13T20:47:25.904Z | Compiling futures-util v0.3.31 |
776 | 2025-05-13T20:47:26.701Z | Compiling tinystr v0.7.6 |
777 | 2025-05-13T20:47:27.091Z | Compiling icu_locid v1.5.0 |
778 | 2025-05-13T20:47:34.817Z | Compiling indexmap v2.9.0 |
779 | 2025-05-13T20:47:35.844Z | Compiling serde_tokenstream v0.2.2 |
780 | 2025-05-13T20:47:36.377Z | Compiling icu_provider_macros v1.5.0 |
781 | 2025-05-13T20:47:36.533Z | Compiling rustls-webpki v0.102.8 |
782 | 2025-05-13T20:47:36.943Z | Compiling pest_meta v2.7.14 |
783 | 2025-05-13T20:47:36.961Z | Compiling zerocopy v0.7.35 |
784 | 2025-05-13T20:47:37.480Z | Compiling icu_provider v1.5.0 |
785 | 2025-05-13T20:47:38.491Z | Compiling icu_locid_transform v1.5.0 |
786 | 2025-05-13T20:47:39.705Z | Compiling pest_generator v2.7.14 |
787 | 2025-05-13T20:47:40.535Z | Compiling tokio-util v0.7.13 |
788 | 2025-05-13T20:47:41.032Z | Compiling icu_collections v1.5.0 |
789 | 2025-05-13T20:47:41.500Z | Compiling h2 v0.4.6 |
790 | 2025-05-13T20:47:42.661Z | Compiling typify-impl v0.3.0 |
791 | 2025-05-13T20:47:43.375Z | Compiling icu_properties v1.5.1 |
792 | 2025-05-13T20:47:43.684Z | Compiling pest_derive v2.7.14 |
793 | 2025-05-13T20:47:44.581Z | Compiling rustls v0.23.19 |
794 | 2025-05-13T20:47:44.971Z | Compiling utf8_iter v1.0.4 |
795 | 2025-05-13T20:47:45.637Z | Compiling form_urlencoded v1.2.1 |
796 | 2025-05-13T20:47:47.244Z | Compiling icu_normalizer v1.5.0 |
797 | 2025-05-13T20:47:47.599Z | Compiling hyper v1.6.0 |
798 | 2025-05-13T20:47:49.533Z | Compiling regex-automata v0.4.8 |
799 | 2025-05-13T20:47:49.661Z | Compiling generic-array v0.14.7 |
800 | 2025-05-13T20:47:50.044Z | Compiling paste v1.0.15 |
801 | 2025-05-13T20:47:52.503Z | Compiling hyper-util v0.1.11 |
802 | 2025-05-13T20:47:52.544Z | Compiling typify-macro v0.3.0 |
803 | 2025-05-13T20:47:52.773Z | Compiling idna_adapter v1.2.0 |
804 | 2025-05-13T20:47:53.684Z | Compiling regex v1.11.1 |
805 | 2025-05-13T20:47:55.911Z | Compiling scroll_derive v0.12.0 |
806 | 2025-05-13T20:47:56.151Z | Compiling rand_core v0.6.4 |
807 | 2025-05-13T20:47:56.451Z | Compiling usdt-impl v0.5.0 |
808 | 2025-05-13T20:47:56.722Z | Compiling powerfmt v0.2.0 |
809 | 2025-05-13T20:47:56.889Z | Compiling mime v0.3.17 |
810 | 2025-05-13T20:47:57.210Z | Compiling num-conv v0.1.0 |
811 | 2025-05-13T20:47:57.297Z | Compiling time-core v0.1.2 |
812 | 2025-05-13T20:47:57.324Z | Compiling omicron-workspace-hack v0.1.0 |
813 | 2025-05-13T20:47:57.467Z | Compiling newtype-uuid v1.2.1 |
814 | 2025-05-13T20:47:57.485Z | Compiling rustix v0.38.37 |
815 | 2025-05-13T20:47:57.691Z | Compiling time-macros v0.2.18 |
816 | 2025-05-13T20:47:57.850Z | Compiling scroll v0.12.0 |
817 | 2025-05-13T20:47:57.922Z | Compiling deranged v0.3.11 |
818 | 2025-05-13T20:47:58.408Z | Compiling thread-id v4.2.2 |
819 | 2025-05-13T20:47:58.442Z | Compiling idna v1.0.3 |
820 | 2025-05-13T20:47:59.572Z | Compiling dof v0.3.0 |
821 | 2025-05-13T20:47:59.601Z | Compiling serde_urlencoded v0.7.1 |
822 | 2025-05-13T20:48:00.158Z | Compiling dtrace-parser v0.2.0 |
823 | 2025-05-13T20:48:00.335Z | Compiling ppv-lite86 v0.2.20 |
824 | 2025-05-13T20:48:00.475Z | Compiling ipnetwork v0.21.1 |
825 | 2025-05-13T20:48:01.174Z | Compiling structmeta-derive v0.3.0 |
826 | 2025-05-13T20:48:01.694Z | Compiling tokio-rustls v0.26.0 |
827 | 2025-05-13T20:48:02.168Z | Compiling http-body-util v0.1.3 |
828 | 2025-05-13T20:48:02.690Z | Compiling webpki-roots v0.26.6 |
829 | 2025-05-13T20:48:02.895Z | Compiling rustls-pemfile v2.2.0 |
830 | 2025-05-13T20:48:03.698Z | Compiling errno v0.3.9 |
831 | 2025-05-13T20:48:03.746Z | Compiling sync_wrapper v1.0.1 |
832 | 2025-05-13T20:48:03.960Z | Compiling tower-layer v0.3.3 |
833 | 2025-05-13T20:48:04.352Z | Compiling num_threads v0.1.7 |
834 | 2025-05-13T20:48:04.479Z | Compiling crossbeam-utils v0.8.21 |
835 | 2025-05-13T20:48:05.163Z | Compiling strsim v0.11.1 |
836 | 2025-05-13T20:48:05.284Z | Compiling ident_case v1.0.1 |
837 | 2025-05-13T20:48:05.766Z | Compiling plain v0.2.3 |
838 | 2025-05-13T20:48:05.937Z | Compiling rustversion v1.0.17 |
839 | 2025-05-13T20:48:06.350Z | Compiling bitflags v2.9.0 |
840 | 2025-05-13T20:48:06.666Z | Compiling base64 v0.22.1 |
841 | 2025-05-13T20:48:06.814Z | Compiling time v0.3.36 |
842 | 2025-05-13T20:48:10.754Z | Compiling goblin v0.8.2 |
843 | 2025-05-13T20:48:12.127Z | Compiling darling_core v0.20.10 |
844 | 2025-05-13T20:48:15.571Z | Compiling tower v0.5.2 |
845 | 2025-05-13T20:48:16.488Z | Compiling structmeta v0.3.0 |
846 | 2025-05-13T20:48:16.838Z | Compiling hyper-rustls v0.27.3 |
847 | 2025-05-13T20:48:17.458Z | Compiling rand_chacha v0.3.1 |
848 | 2025-05-13T20:48:18.217Z | Compiling oxnet v0.1.1 |
849 | 2025-05-13T20:48:19.155Z | Compiling url v2.5.3 |
850 | 2025-05-13T20:48:20.597Z | Compiling openapiv3 v2.0.0 |
851 | 2025-05-13T20:48:21.898Z | Compiling typify v0.3.0 |
852 | 2025-05-13T20:48:22.887Z | Compiling daft-derive v0.1.3 |
853 | 2025-05-13T20:48:24.450Z | Compiling dirs-sys-next v0.1.2 |
854 | 2025-05-13T20:48:24.924Z | Compiling anyhow v1.0.98 |
855 | 2025-05-13T20:48:25.121Z | Compiling fastrand v2.1.1 |
856 | 2025-05-13T20:48:25.528Z | Compiling unsafe-libyaml v0.2.11 |
857 | 2025-05-13T20:48:25.548Z | Compiling rustls v0.22.4 |
858 | 2025-05-13T20:48:25.765Z | Compiling pretty-hex v0.4.1 |
859 | 2025-05-13T20:48:25.891Z | Compiling ipnet v2.11.0 |
860 | 2025-05-13T20:48:27.143Z | Compiling serde_yaml v0.9.34+deprecated |
861 | 2025-05-13T20:48:27.331Z | Compiling reqwest v0.12.15 |
862 | 2025-05-13T20:48:28.541Z | Compiling tempfile v3.13.0 |
863 | 2025-05-13T20:48:29.081Z | Compiling dirs-next v2.0.0 |
864 | 2025-05-13T20:48:29.350Z | Compiling daft v0.1.3 |
865 | 2025-05-13T20:48:29.829Z | Compiling progenitor-impl v0.9.1 |
866 | 2025-05-13T20:48:30.286Z | Compiling rand v0.8.5 |
867 | 2025-05-13T20:48:30.426Z | Compiling darling_macro v0.20.10 |
868 | 2025-05-13T20:48:33.291Z | Compiling block-buffer v0.10.4 |
869 | 2025-05-13T20:48:33.551Z | Compiling crypto-common v0.1.6 |
870 | 2025-05-13T20:48:33.613Z | Compiling toml_datetime v0.6.8 |
871 | 2025-05-13T20:48:33.771Z | Compiling serde_spanned v0.6.8 |
872 | 2025-05-13T20:48:34.028Z | Compiling wait-timeout v0.2.0 |
873 | 2025-05-13T20:48:34.383Z | Compiling thread_local v1.1.8 |
874 | 2025-05-13T20:48:34.707Z | Compiling multer v3.1.0 |
875 | 2025-05-13T20:48:35.062Z | Compiling camino v1.1.9 |
876 | 2025-05-13T20:48:35.099Z | Compiling match_cfg v0.1.0 |
877 | 2025-05-13T20:48:35.139Z | Compiling winnow v0.7.3 |
878 | 2025-05-13T20:48:35.194Z | Compiling bit-vec v0.8.0 |
879 | 2025-05-13T20:48:35.460Z | Compiling quick-error v1.2.3 |
880 | 2025-05-13T20:48:35.615Z | Compiling slog-async v2.8.0 |
881 | 2025-05-13T20:48:35.706Z | Compiling bit-set v0.8.0 |
882 | 2025-05-13T20:48:35.730Z | Compiling rusty-fork v0.3.0 |
883 | 2025-05-13T20:48:36.040Z | Compiling progenitor-macro v0.9.1 |
884 | 2025-05-13T20:48:36.201Z | Compiling hostname v0.3.1 |
885 | 2025-05-13T20:48:37.808Z | Compiling digest v0.10.7 |
886 | 2025-05-13T20:48:38.232Z | Compiling strum_macros v0.26.4 |
887 | 2025-05-13T20:48:39.495Z | Compiling toml_edit v0.22.24 |
888 | 2025-05-13T20:48:39.726Z | Compiling crossbeam-channel v0.5.15 |
889 | 2025-05-13T20:48:41.290Z | Compiling darling v0.20.10 |
890 | 2025-05-13T20:48:41.402Z | Compiling progenitor-client v0.9.1 |
891 | 2025-05-13T20:48:42.363Z | Compiling term v0.7.0 |
892 | 2025-05-13T20:48:46.728Z | Compiling usdt-attr-macro v0.5.0 |
893 | 2025-05-13T20:48:46.919Z | Compiling usdt-macro v0.5.0 |
894 | 2025-05-13T20:48:47.682Z | Compiling slog-json v2.6.1 |
895 | 2025-05-13T20:48:48.152Z | Compiling rand_xorshift v0.3.0 |
896 | 2025-05-13T20:48:48.159Z | Compiling futures-executor v0.3.31 |
897 | 2025-05-13T20:48:48.202Z | Compiling hex v0.4.3 |
898 | 2025-05-13T20:48:48.433Z | Compiling async-stream-impl v0.3.6 |
899 | 2025-05-13T20:48:48.843Z | Compiling memmap v0.7.0 |
900 | 2025-05-13T20:48:49.249Z | Compiling is-terminal v0.4.13 |
901 | 2025-05-13T20:48:49.267Z | Compiling dropshot v0.16.0 |
902 | 2025-05-13T20:48:49.382Z | Compiling encoding_rs v0.8.34 |
903 | 2025-05-13T20:48:49.646Z | Compiling lazy_static v1.5.0 |
904 | 2025-05-13T20:48:49.714Z | Compiling spin v0.9.8 |
905 | 2025-05-13T20:48:49.782Z | Compiling cpufeatures v0.2.14 |
906 | 2025-05-13T20:48:49.881Z | Compiling take_mut v0.2.2 |
907 | 2025-05-13T20:48:49.901Z | Compiling unarray v0.1.4 |
908 | 2025-05-13T20:48:50.052Z | Compiling proptest v1.6.0 |
909 | 2025-05-13T20:48:56.003Z | Compiling sha1 v0.10.6 |
910 | 2025-05-13T20:48:56.823Z | Compiling async-stream v0.3.6 |
911 | 2025-05-13T20:48:57.248Z | Compiling slog-term v2.9.1 |
912 | 2025-05-13T20:49:00.070Z | Compiling usdt v0.5.0 |
913 | 2025-05-13T20:49:00.465Z | Compiling tokio-rustls v0.25.0 |
914 | 2025-05-13T20:49:00.907Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
915 | 2025-05-13T20:49:01.092Z | Compiling futures v0.3.31 |
916 | 2025-05-13T20:49:01.408Z | Compiling slog-bunyan v2.5.0 |
917 | 2025-05-13T20:49:01.538Z | Compiling progenitor v0.9.1 |
918 | 2025-05-13T20:49:01.692Z | Compiling toml v0.8.20 |
919 | 2025-05-13T20:49:01.725Z | Compiling strum v0.26.3 |
920 | 2025-05-13T20:49:01.929Z | Compiling serde_with_macros v3.12.0 |
921 | 2025-05-13T20:49:04.149Z | Compiling test-strategy v0.4.0 |
922 | 2025-05-13T20:49:04.446Z | Compiling parse-display-derive v0.10.0 |
923 | 2025-05-13T20:49:05.819Z | Compiling dropshot_endpoint v0.16.0 |
924 | 2025-05-13T20:49:07.328Z | Compiling serde_path_to_error v0.1.16 |
925 | 2025-05-13T20:49:08.108Z | Compiling derive-where v1.2.7 |
926 | 2025-05-13T20:49:08.361Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
927 | 2025-05-13T20:49:08.459Z | Compiling async-trait v0.1.88 |
928 | 2025-05-13T20:49:09.178Z | Compiling waitgroup v0.1.2 |
929 | 2025-05-13T20:49:09.447Z | Compiling hostname v0.4.0 |
930 | 2025-05-13T20:49:09.702Z | Compiling instant v0.1.13 |
931 | 2025-05-13T20:49:09.791Z | Compiling debug-ignore v1.0.5 |
932 | 2025-05-13T20:49:09.866Z | Compiling backoff v0.4.0 |
933 | 2025-05-13T20:49:09.953Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
934 | 2025-05-13T20:49:10.171Z | Compiling parse-display v0.10.0 |
935 | 2025-05-13T20:49:10.198Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
936 | 2025-05-13T20:49:11.130Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
937 | 2025-05-13T20:49:11.458Z | Compiling serde_with v3.12.0 |
938 | 2025-05-13T20:49:12.195Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d) |
939 | 2025-05-13T20:49:12.516Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
940 | 2025-05-13T20:49:13.344Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
941 | 2025-05-13T20:49:14.766Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
942 | 2025-05-13T20:49:15.673Z | Compiling macaddr v1.0.1 |
943 | 2025-05-13T20:49:18.071Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
944 | 2025-05-13T20:49:28.569Z | Compiling test-project v0.1.0 (/tmp/test-project) |
945 | 2025-05-13T20:49:38.230Z | Finished `release` profile [optimized] target(s) in 2m 33s |
946 | 2025-05-13T20:49:38.295Z | process exited: duration 219694 ms, exit code 0 |
|
947 | 2025-05-13T20:49:38.302Z | found 0 output files |