|
|
|
1 | 2025-07-15T20:09:01.677Z | job assigned to worker 01K07V6YQR44NW5VFSRRAM7WA0 [factory aws, i-05f262cd80e1c4602] (queued for 1 m 8 s) |
|
2 | 2025-07-15T20:09:10.166Z | starting task 0: "setup" |
3 | 2025-07-15T20:09:10.192Z | ++ uname -s |
4 | 2025-07-15T20:09:10.192Z | + kern=SunOS |
5 | 2025-07-15T20:09:10.192Z | + build_user=build |
6 | 2025-07-15T20:09:10.192Z | + build_uid=12345 |
7 | 2025-07-15T20:09:10.192Z | + work_dir=/work |
8 | 2025-07-15T20:09:10.192Z | + input_dir=/input |
9 | 2025-07-15T20:09:10.196Z | + [[ 0 == 12345 ]] |
10 | 2025-07-15T20:09:10.196Z | + case "$kern" in |
11 | 2025-07-15T20:09:10.196Z | + groupadd -g 12345 build |
12 | 2025-07-15T20:09:10.196Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-15T20:09:12.183Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-15T20:09:12.307Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-15T20:09:12.312Z | + home_fs=zfs |
16 | 2025-07-15T20:09:12.312Z | + [[ zfs == autofs ]] |
17 | 2025-07-15T20:09:12.312Z | + mkdir -p /home/build |
18 | 2025-07-15T20:09:12.312Z | + chown build:build /home/build /work |
19 | 2025-07-15T20:09:14.314Z | + chmod 0700 /home/build /work |
20 | 2025-07-15T20:09:14.318Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-07-15T20:09:14.327Z | starting task 1: "rust-toolchain" |
22 | 2025-07-15T20:09:14.331Z | * rust toolchain channel = "1.88.0" |
23 | 2025-07-15T20:09:14.332Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
24 | 2025-07-15T20:09:14.332Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-07-15T20:09:14.332Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-07-15T20:09:14.332Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-15T20:09:14.332Z | * rust toolchain profile = "default" |
28 | 2025-07-15T20:09:14.337Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-15T20:09:14.337Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-15T20:09:14.453Z | info: downloading installer |
31 | 2025-07-15T20:09:16.156Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-15T20:09:16.156Z | warn: /opt/ooce/bin |
33 | 2025-07-15T20:09:16.156Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-15T20:09:16.156Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-15T20:09:16.157Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-15T20:09:16.157Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-15T20:09:16.157Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-15T20:09:16.157Z | error: cannot install while Rust is installed |
39 | 2025-07-15T20:09:16.157Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-15T20:09:16.202Z | info: profile set to 'default' |
41 | 2025-07-15T20:09:16.202Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-15T20:09:16.213Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-15T20:09:16.349Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-15T20:09:16.350Z | info: downloading component 'cargo' |
45 | 2025-07-15T20:09:17.184Z | info: downloading component 'clippy' |
46 | 2025-07-15T20:09:17.596Z | info: downloading component 'rust-docs' |
47 | 2025-07-15T20:09:19.140Z | info: downloading component 'rust-std' |
48 | 2025-07-15T20:09:21.028Z | info: downloading component 'rustc' |
49 | 2025-07-15T20:09:28.881Z | info: downloading component 'rustfmt' |
50 | 2025-07-15T20:09:29.164Z | info: installing component 'cargo' |
51 | 2025-07-15T20:09:30.050Z | info: installing component 'clippy' |
52 | 2025-07-15T20:09:30.858Z | info: installing component 'rust-docs' |
53 | 2025-07-15T20:09:32.219Z | info: installing component 'rust-std' |
54 | 2025-07-15T20:09:37.370Z | info: installing component 'rustc' |
55 | 2025-07-15T20:09:40.445Z | info: installing component 'rustfmt' |
56 | 2025-07-15T20:09:40.774Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-15T20:09:40.774Z | |
58 | 2025-07-15T20:09:41.193Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-15T20:09:41.193Z | |
60 | 2025-07-15T20:09:41.196Z | |
61 | 2025-07-15T20:09:41.196Z | Rust is installed now. Great! |
62 | 2025-07-15T20:09:41.197Z | |
63 | 2025-07-15T20:09:41.197Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-15T20:09:41.197Z | environment variable. This has not been done automatically. |
65 | 2025-07-15T20:09:41.197Z | |
66 | 2025-07-15T20:09:41.197Z | To configure your current shell, you need to source |
67 | 2025-07-15T20:09:41.197Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-15T20:09:41.197Z | |
69 | 2025-07-15T20:09:41.197Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-15T20:09:41.197Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-15T20:09:41.197Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-15T20:09:41.197Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-15T20:09:41.305Z | + rustup --version |
74 | 2025-07-15T20:09:41.318Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-15T20:09:41.322Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-15T20:09:41.394Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-15T20:09:41.398Z | + cargo --version |
78 | 2025-07-15T20:09:41.456Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-15T20:09:41.459Z | + rustc --version |
80 | 2025-07-15T20:09:41.547Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-15T20:09:41.551Z | process exited: duration 27224 ms, exit code 0 |
|
82 | 2025-07-15T20:09:41.558Z | starting task 2: "authentication" |
83 | 2025-07-15T20:09:41.582Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-07-15T20:09:41.589Z | starting task 3: "clone repository" |
85 | 2025-07-15T20:09:41.594Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-15T20:09:41.599Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-15T20:09:41.693Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-15T20:09:49.851Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-15T20:09:49.851Z | + git fetch origin 2c36693f22d79479395904a008f67a93d1ff8438 |
90 | 2025-07-15T20:09:50.183Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-15T20:09:50.183Z | * branch 2c36693f22d79479395904a008f67a93d1ff8438 -> FETCH_HEAD |
92 | 2025-07-15T20:09:50.194Z | + [[ -n sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making ]] |
93 | 2025-07-15T20:09:50.197Z | ++ git branch --show-current |
94 | 2025-07-15T20:09:50.197Z | + current=main |
95 | 2025-07-15T20:09:50.197Z | + [[ main != sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making ]] |
96 | 2025-07-15T20:09:50.201Z | + git branch -f sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making 2c36693f22d79479395904a008f67a93d1ff8438 |
97 | 2025-07-15T20:09:50.205Z | + git checkout -f sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making |
98 | 2025-07-15T20:09:50.396Z | Switched to branch 'sunshowers/spr/reconfigurator-separate-out-noop-image-source-decision-making' |
99 | 2025-07-15T20:09:50.399Z | + git reset --hard 2c36693f22d79479395904a008f67a93d1ff8438 |
100 | 2025-07-15T20:09:50.590Z | HEAD is now at 2c36693f2 review feedback |
101 | 2025-07-15T20:09:50.593Z | process exited: duration 9002 ms, exit code 0 |
|
102 | 2025-07-15T20:09:50.602Z | starting task 4: "build" |
103 | 2025-07-15T20:09:50.608Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-15T20:09:50.608Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-15T20:09:50.608Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-15T20:09:50.608Z | + cargo --version |
107 | 2025-07-15T20:09:50.664Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-15T20:09:50.668Z | + rustc --version |
109 | 2025-07-15T20:09:50.733Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-15T20:09:50.737Z | + cd /tmp |
111 | 2025-07-15T20:09:50.737Z | + cargo new --lib test-project |
112 | 2025-07-15T20:09:50.803Z | Creating library `test-project` package |
113 | 2025-07-15T20:09:50.884Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-07-15T20:09:50.888Z | + cd test-project |
115 | 2025-07-15T20:09:50.888Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-07-15T20:09:50.954Z | Adding omicron-common (local) to dependencies |
117 | 2025-07-15T20:09:50.958Z | Features: |
118 | 2025-07-15T20:09:50.958Z | - proptest |
119 | 2025-07-15T20:09:50.958Z | - test-strategy |
120 | 2025-07-15T20:09:50.958Z | - testing |
121 | 2025-07-15T20:09:50.982Z | Updating crates.io index |
122 | 2025-07-15T20:09:51.059Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-07-15T20:09:51.631Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-07-15T20:09:52.223Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-07-15T20:09:52.629Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-07-15T20:09:53.004Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-07-15T20:09:54.411Z | Locking 357 packages to latest Rust 1.88.0 compatible versions |
128 | 2025-07-15T20:09:54.515Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-07-15T20:09:54.518Z | + cargo check |
130 | 2025-07-15T20:09:54.698Z | Updating crates.io index |
131 | 2025-07-15T20:09:55.565Z | Locking 1 package to latest Rust 1.88.0 compatible version |
132 | 2025-07-15T20:09:55.565Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-07-15T20:09:55.602Z | Downloading crates ... |
134 | 2025-07-15T20:09:55.683Z | Downloaded async-trait v0.1.88 |
135 | 2025-07-15T20:09:55.695Z | Downloaded async-stream v0.3.6 |
136 | 2025-07-15T20:09:55.706Z | Downloaded cfg-if v1.0.1 |
137 | 2025-07-15T20:09:55.709Z | Downloaded bit-vec v0.8.0 |
138 | 2025-07-15T20:09:55.713Z | Downloaded cpufeatures v0.2.14 |
139 | 2025-07-15T20:09:55.713Z | Downloaded tempfile v3.20.0 |
140 | 2025-07-15T20:09:55.720Z | Downloaded strum_macros v0.26.4 |
141 | 2025-07-15T20:09:55.724Z | Downloaded term v0.7.0 |
142 | 2025-07-15T20:09:55.724Z | Downloaded take_mut v0.2.2 |
143 | 2025-07-15T20:09:55.728Z | Downloaded tower-service v0.3.3 |
144 | 2025-07-15T20:09:55.728Z | Downloaded daft v0.1.4 |
145 | 2025-07-15T20:09:55.731Z | Downloaded aho-corasick v1.1.3 |
146 | 2025-07-15T20:09:55.735Z | Downloaded lock_api v0.4.12 |
147 | 2025-07-15T20:09:55.738Z | Downloaded darling v0.20.10 |
148 | 2025-07-15T20:09:55.741Z | Downloaded test-strategy v0.4.1 |
149 | 2025-07-15T20:09:55.747Z | Downloaded dirs-next v2.0.0 |
150 | 2025-07-15T20:09:55.750Z | Downloaded bytes v1.10.1 |
151 | 2025-07-15T20:09:55.754Z | Downloaded try-lock v0.2.5 |
152 | 2025-07-15T20:09:55.759Z | Downloaded syn v2.0.104 |
153 | 2025-07-15T20:09:55.768Z | Downloaded typenum v1.17.0 |
154 | 2025-07-15T20:09:55.773Z | Downloaded tokio-rustls v0.26.0 |
155 | 2025-07-15T20:09:55.776Z | Downloaded thiserror v2.0.12 |
156 | 2025-07-15T20:09:55.780Z | Downloaded instant v0.1.13 |
157 | 2025-07-15T20:09:55.785Z | Downloaded tinystr v0.7.6 |
158 | 2025-07-15T20:09:55.789Z | Downloaded toml v0.8.23 |
159 | 2025-07-15T20:09:55.789Z | Downloaded dtrace-parser v0.2.0 |
160 | 2025-07-15T20:09:55.792Z | Downloaded toml_datetime v0.6.11 |
161 | 2025-07-15T20:09:55.796Z | Downloaded tinyvec v1.8.0 |
162 | 2025-07-15T20:09:55.799Z | Downloaded untrusted v0.9.0 |
163 | 2025-07-15T20:09:55.799Z | Downloaded num_threads v0.1.7 |
164 | 2025-07-15T20:09:55.803Z | Downloaded http-body-util v0.1.3 |
165 | 2025-07-15T20:09:55.806Z | Downloaded zerofrom v0.1.4 |
166 | 2025-07-15T20:09:55.806Z | Downloaded yoke-derive v0.7.4 |
167 | 2025-07-15T20:09:55.811Z | Downloaded want v0.3.1 |
168 | 2025-07-15T20:09:55.811Z | Downloaded waitgroup v0.1.2 |
169 | 2025-07-15T20:09:55.815Z | Downloaded sha1 v0.10.6 |
170 | 2025-07-15T20:09:55.815Z | Downloaded utf8_iter v1.0.4 |
171 | 2025-07-15T20:09:55.815Z | Downloaded usdt-impl v0.5.0 |
172 | 2025-07-15T20:09:55.819Z | Downloaded tokio-rustls v0.25.0 |
173 | 2025-07-15T20:09:55.822Z | Downloaded omicron-workspace-hack v0.1.0 |
174 | 2025-07-15T20:09:55.822Z | Downloaded httpdate v1.0.3 |
175 | 2025-07-15T20:09:55.822Z | Downloaded hex v0.4.3 |
176 | 2025-07-15T20:09:55.826Z | Downloaded futures-sink v0.3.31 |
177 | 2025-07-15T20:09:55.826Z | Downloaded time-core v0.1.2 |
178 | 2025-07-15T20:09:55.829Z | Downloaded write16 v1.0.0 |
179 | 2025-07-15T20:09:55.829Z | Downloaded futures-core v0.3.31 |
180 | 2025-07-15T20:09:55.829Z | Downloaded fastrand v2.1.1 |
181 | 2025-07-15T20:09:55.833Z | Downloaded errno v0.3.12 |
182 | 2025-07-15T20:09:55.837Z | Downloaded scroll_derive v0.12.0 |
183 | 2025-07-15T20:09:55.837Z | Downloaded futures-macro v0.3.31 |
184 | 2025-07-15T20:09:55.837Z | Downloaded ipnetwork v0.21.1 |
185 | 2025-07-15T20:09:55.841Z | Downloaded heck v0.5.0 |
186 | 2025-07-15T20:09:55.841Z | Downloaded match_cfg v0.1.0 |
187 | 2025-07-15T20:09:55.841Z | Downloaded zerovec-derive v0.10.3 |
188 | 2025-07-15T20:09:55.845Z | Downloaded newtype-uuid v1.2.4 |
189 | 2025-07-15T20:09:55.848Z | Downloaded structmeta-derive v0.3.0 |
190 | 2025-07-15T20:09:55.848Z | Downloaded memmap v0.7.0 |
191 | 2025-07-15T20:09:55.852Z | Downloaded zerofrom-derive v0.1.4 |
192 | 2025-07-15T20:09:55.852Z | Downloaded thiserror-impl v1.0.69 |
193 | 2025-07-15T20:09:55.852Z | Downloaded lazy_static v1.5.0 |
194 | 2025-07-15T20:09:55.856Z | Downloaded toml_edit v0.22.27 |
195 | 2025-07-15T20:09:55.859Z | Downloaded iana-time-zone v0.1.63 |
196 | 2025-07-15T20:09:55.862Z | Downloaded quick-error v1.2.3 |
197 | 2025-07-15T20:09:55.866Z | Downloaded cc v1.2.15 |
198 | 2025-07-15T20:09:55.869Z | Downloaded paste v1.0.15 |
199 | 2025-07-15T20:09:55.872Z | Downloaded progenitor-client v0.9.1 |
200 | 2025-07-15T20:09:55.872Z | Downloaded slog-bunyan v2.5.0 |
201 | 2025-07-15T20:09:55.876Z | Downloaded ref-cast-impl v1.0.24 |
202 | 2025-07-15T20:09:55.876Z | Downloaded thiserror-impl v2.0.12 |
203 | 2025-07-15T20:09:55.879Z | Downloaded rand_chacha v0.3.1 |
204 | 2025-07-15T20:09:55.879Z | Downloaded progenitor-macro v0.9.1 |
205 | 2025-07-15T20:09:55.883Z | Downloaded ref-cast v1.0.24 |
206 | 2025-07-15T20:09:55.886Z | Downloaded serde_path_to_error v0.1.17 |
207 | 2025-07-15T20:09:55.886Z | Downloaded ppv-lite86 v0.2.20 |
208 | 2025-07-15T20:09:55.889Z | Downloaded litemap v0.7.3 |
209 | 2025-07-15T20:09:55.892Z | Downloaded signal-hook-registry v1.4.2 |
210 | 2025-07-15T20:09:55.893Z | Downloaded pin-utils v0.1.0 |
211 | 2025-07-15T20:09:55.893Z | Downloaded percent-encoding v2.3.1 |
212 | 2025-07-15T20:09:55.896Z | Downloaded sha2 v0.10.9 |
213 | 2025-07-15T20:09:55.899Z | Downloaded yoke v0.7.4 |
214 | 2025-07-15T20:09:55.899Z | Downloaded thread_local v1.1.8 |
215 | 2025-07-15T20:09:55.903Z | Downloaded writeable v0.5.5 |
216 | 2025-07-15T20:09:55.903Z | Downloaded tracing-core v0.1.32 |
217 | 2025-07-15T20:09:55.907Z | Downloaded pretty-hex v0.4.1 |
218 | 2025-07-15T20:09:55.910Z | Downloaded slab v0.4.9 |
219 | 2025-07-15T20:09:55.910Z | Downloaded crossbeam-utils v0.8.21 |
220 | 2025-07-15T20:09:55.914Z | Downloaded slog-json v2.6.1 |
221 | 2025-07-15T20:09:55.914Z | Downloaded rand_chacha v0.9.0 |
222 | 2025-07-15T20:09:55.917Z | Downloaded pest_derive v2.7.14 |
223 | 2025-07-15T20:09:55.920Z | Downloaded rusty-fork v0.3.0 |
224 | 2025-07-15T20:09:55.920Z | Downloaded rustc-hash v2.1.1 |
225 | 2025-07-15T20:09:55.925Z | Downloaded rand_core v0.6.4 |
226 | 2025-07-15T20:09:55.925Z | Downloaded once_cell v1.21.3 |
227 | 2025-07-15T20:09:55.928Z | Downloaded shlex v1.3.0 |
228 | 2025-07-15T20:09:55.929Z | Downloaded spin v0.9.8 |
229 | 2025-07-15T20:09:55.932Z | Downloaded serde_spanned v0.6.9 |
230 | 2025-07-15T20:09:55.932Z | Downloaded quinn-udp v0.5.5 |
231 | 2025-07-15T20:09:55.935Z | Downloaded rustls-pemfile v2.2.0 |
232 | 2025-07-15T20:09:55.935Z | Downloaded structmeta v0.3.0 |
233 | 2025-07-15T20:09:55.939Z | Downloaded strsim v0.11.1 |
234 | 2025-07-15T20:09:55.939Z | Downloaded icu_normalizer_data v1.5.0 |
235 | 2025-07-15T20:09:55.942Z | Downloaded progenitor v0.9.1 |
236 | 2025-07-15T20:09:55.942Z | Downloaded scroll v0.12.0 |
237 | 2025-07-15T20:09:55.946Z | Downloaded num-traits v0.2.19 |
238 | 2025-07-15T20:09:55.946Z | Downloaded icu_normalizer v1.5.0 |
239 | 2025-07-15T20:09:55.949Z | Downloaded uuid v1.17.0 |
240 | 2025-07-15T20:09:55.953Z | Downloaded slog-async v2.8.0 |
241 | 2025-07-15T20:09:55.956Z | Downloaded pin-project-lite v0.2.14 |
242 | 2025-07-15T20:09:55.959Z | Downloaded stable_deref_trait v1.2.0 |
243 | 2025-07-15T20:09:55.962Z | Downloaded scopeguard v1.2.0 |
244 | 2025-07-15T20:09:55.962Z | Downloaded rustversion v1.0.17 |
245 | 2025-07-15T20:09:55.967Z | Downloaded semver v1.0.26 |
246 | 2025-07-15T20:09:55.971Z | Downloaded httparse v1.9.5 |
247 | 2025-07-15T20:09:55.971Z | Downloaded slog-term v2.9.1 |
248 | 2025-07-15T20:09:55.974Z | Downloaded ryu v1.0.18 |
249 | 2025-07-15T20:09:55.977Z | Downloaded unsafe-libyaml v0.2.11 |
250 | 2025-07-15T20:09:55.982Z | Downloaded serde_derive_internals v0.29.1 |
251 | 2025-07-15T20:09:55.982Z | Downloaded futures v0.3.31 |
252 | 2025-07-15T20:09:55.985Z | Downloaded pest_meta v2.7.14 |
253 | 2025-07-15T20:09:55.989Z | Downloaded hyper-rustls v0.27.7 |
254 | 2025-07-15T20:09:55.993Z | Downloaded serde_yaml v0.9.34+deprecated |
255 | 2025-07-15T20:09:55.996Z | Downloaded serde_tokenstream v0.2.2 |
256 | 2025-07-15T20:09:55.996Z | Downloaded schemars_derive v0.8.22 |
257 | 2025-07-15T20:09:56.000Z | Downloaded proc-macro2 v1.0.95 |
258 | 2025-07-15T20:09:56.000Z | Downloaded schemars v0.8.22 |
259 | 2025-07-15T20:09:56.012Z | Downloaded smallvec v1.15.0 |
260 | 2025-07-15T20:09:56.015Z | Downloaded url v2.5.4 |
261 | 2025-07-15T20:09:56.018Z | Downloaded progenitor-impl v0.9.1 |
262 | 2025-07-15T20:09:56.018Z | Downloaded socket2 v0.5.10 |
263 | 2025-07-15T20:09:56.022Z | Downloaded slog v2.7.0 |
264 | 2025-07-15T20:09:56.025Z | Downloaded crossbeam-channel v0.5.15 |
265 | 2025-07-15T20:09:56.028Z | Downloaded memchr v2.7.4 |
266 | 2025-07-15T20:09:56.033Z | Downloaded tokio-util v0.7.15 |
267 | 2025-07-15T20:09:56.040Z | Downloaded http v1.3.1 |
268 | 2025-07-15T20:09:56.044Z | Downloaded rand v0.8.5 |
269 | 2025-07-15T20:09:56.047Z | Downloaded mio v1.0.2 |
270 | 2025-07-15T20:09:56.053Z | Downloaded zerovec v0.10.4 |
271 | 2025-07-15T20:09:56.059Z | Downloaded rand v0.9.1 |
272 | 2025-07-15T20:09:56.063Z | Downloaded time v0.3.36 |
273 | 2025-07-15T20:09:56.069Z | Downloaded pest v2.7.14 |
274 | 2025-07-15T20:09:56.074Z | Downloaded icu_collections v1.5.0 |
275 | 2025-07-15T20:09:56.081Z | Downloaded iddqd v0.3.8 |
276 | 2025-07-15T20:09:56.087Z | Downloaded hashbrown v0.15.4 |
277 | 2025-07-15T20:09:56.092Z | Downloaded zerocopy v0.7.35 |
278 | 2025-07-15T20:09:56.109Z | Downloaded idna v1.0.3 |
279 | 2025-07-15T20:09:56.112Z | Downloaded rustls-webpki v0.102.8 |
280 | 2025-07-15T20:09:56.129Z | Downloaded h2 v0.4.6 |
281 | 2025-07-15T20:09:56.135Z | Downloaded proptest v1.7.0 |
282 | 2025-07-15T20:09:56.143Z | Downloaded zerocopy v0.8.26 |
283 | 2025-07-15T20:09:56.164Z | Downloaded webpki-roots v1.0.1 |
284 | 2025-07-15T20:09:56.167Z | Downloaded goblin v0.8.2 |
285 | 2025-07-15T20:09:56.172Z | Downloaded futures-util v0.3.31 |
286 | 2025-07-15T20:09:56.183Z | Downloaded serde_json v1.0.140 |
287 | 2025-07-15T20:09:56.190Z | Downloaded quinn-proto v0.11.8 |
288 | 2025-07-15T20:09:56.194Z | Downloaded serde_with v3.14.0 |
289 | 2025-07-15T20:09:56.205Z | Downloaded regex v1.11.1 |
290 | 2025-07-15T20:09:56.217Z | Downloaded reqwest v0.12.22 |
291 | 2025-07-15T20:09:56.224Z | Downloaded icu_properties_data v1.5.0 |
292 | 2025-07-15T20:09:56.234Z | Downloaded regex-syntax v0.8.5 |
293 | 2025-07-15T20:09:56.240Z | Downloaded openapiv3 v2.2.0 |
294 | 2025-07-15T20:09:56.250Z | Downloaded typify-impl v0.3.0 |
295 | 2025-07-15T20:09:56.261Z | Downloaded rustls v0.22.4 |
296 | 2025-07-15T20:09:56.271Z | Downloaded chrono v0.4.41 |
297 | 2025-07-15T20:09:56.277Z | Downloaded dropshot v0.16.2 |
298 | 2025-07-15T20:09:56.296Z | Downloaded regress v0.10.3 |
299 | 2025-07-15T20:09:56.303Z | Downloaded rustls v0.23.19 |
300 | 2025-07-15T20:09:56.311Z | Downloaded iri-string v0.7.8 |
301 | 2025-07-15T20:09:56.316Z | Downloaded hyper v1.6.0 |
302 | 2025-07-15T20:09:56.322Z | Downloaded winnow v0.7.10 |
303 | 2025-07-15T20:09:56.330Z | Downloaded rustix v1.0.7 |
304 | 2025-07-15T20:09:56.350Z | Downloaded hyper-util v0.1.14 |
305 | 2025-07-15T20:09:56.355Z | Downloaded tower-http v0.6.6 |
306 | 2025-07-15T20:09:56.361Z | Downloaded indexmap v2.10.0 |
307 | 2025-07-15T20:09:56.365Z | Downloaded base64 v0.22.1 |
308 | 2025-07-15T20:09:56.368Z | Downloaded serde v1.0.219 |
309 | 2025-07-15T20:09:56.371Z | Downloaded quinn v0.11.5 |
310 | 2025-07-15T20:09:56.375Z | Downloaded icu_properties v1.5.1 |
311 | 2025-07-15T20:09:56.378Z | Downloaded serde_derive v1.0.219 |
312 | 2025-07-15T20:09:56.378Z | Downloaded rustls-pki-types v1.10.0 |
313 | 2025-07-15T20:09:56.381Z | Downloaded unicode-ident v1.0.18 |
314 | 2025-07-15T20:09:56.385Z | Downloaded dropshot_endpoint v0.16.2 |
315 | 2025-07-15T20:09:56.388Z | Downloaded darling_core v0.20.10 |
316 | 2025-07-15T20:09:56.392Z | Downloaded serde_urlencoded v0.7.1 |
317 | 2025-07-15T20:09:56.396Z | Downloaded rand_core v0.9.2 |
318 | 2025-07-15T20:09:56.396Z | Downloaded regex-automata v0.4.8 |
319 | 2025-07-15T20:09:56.406Z | Downloaded tokio v1.45.1 |
320 | 2025-07-15T20:09:56.439Z | Downloaded parking_lot v0.12.3 |
321 | 2025-07-15T20:09:56.442Z | Downloaded log v0.4.27 |
322 | 2025-07-15T20:09:56.442Z | Downloaded ucd-trie v0.1.7 |
323 | 2025-07-15T20:09:56.445Z | Downloaded icu_provider v1.5.0 |
324 | 2025-07-15T20:09:56.445Z | Downloaded icu_locid v1.5.0 |
325 | 2025-07-15T20:09:56.449Z | Downloaded getrandom v0.3.1 |
326 | 2025-07-15T20:09:56.454Z | Downloaded getrandom v0.2.15 |
327 | 2025-07-15T20:09:56.457Z | Downloaded icu_locid_transform_data v1.5.0 |
328 | 2025-07-15T20:09:56.457Z | Downloaded icu_locid_transform v1.5.0 |
329 | 2025-07-15T20:09:56.457Z | Downloaded derive-where v1.5.0 |
330 | 2025-07-15T20:09:56.460Z | Downloaded quote v1.0.40 |
331 | 2025-07-15T20:09:56.464Z | Downloaded libc v0.2.174 |
332 | 2025-07-15T20:09:56.487Z | Downloaded serde_with_macros v3.14.0 |
333 | 2025-07-15T20:09:56.491Z | Downloaded multer v3.1.0 |
334 | 2025-07-15T20:09:56.494Z | Downloaded macaddr v1.0.1 |
335 | 2025-07-15T20:09:56.494Z | Downloaded zeroize v1.8.1 |
336 | 2025-07-15T20:09:56.498Z | Downloaded parking_lot_core v0.9.10 |
337 | 2025-07-15T20:09:56.502Z | Downloaded mime v0.3.17 |
338 | 2025-07-15T20:09:56.502Z | Downloaded zerocopy-derive v0.7.35 |
339 | 2025-07-15T20:09:56.505Z | Downloaded ipnet v2.11.0 |
340 | 2025-07-15T20:09:56.509Z | Downloaded futures-channel v0.3.31 |
341 | 2025-07-15T20:09:56.509Z | Downloaded parse-display-derive v0.10.0 |
342 | 2025-07-15T20:09:56.512Z | Downloaded parse-display v0.10.0 |
343 | 2025-07-15T20:09:56.512Z | Downloaded oxnet v0.1.2 |
344 | 2025-07-15T20:09:56.516Z | Downloaded typify-macro v0.3.0 |
345 | 2025-07-15T20:09:56.516Z | Downloaded thread-id v4.2.2 |
346 | 2025-07-15T20:09:56.516Z | Downloaded progenitor-client v0.10.0 |
347 | 2025-07-15T20:09:56.516Z | Downloaded powerfmt v0.2.0 |
348 | 2025-07-15T20:09:56.519Z | Downloaded plain v0.2.3 |
349 | 2025-07-15T20:09:56.519Z | Downloaded pest_generator v2.7.14 |
350 | 2025-07-15T20:09:56.519Z | Downloaded version_check v0.9.5 |
351 | 2025-07-15T20:09:56.519Z | Downloaded utf16_iter v1.0.5 |
352 | 2025-07-15T20:09:56.523Z | Downloaded typify v0.3.0 |
353 | 2025-07-15T20:09:56.527Z | Downloaded deranged v0.3.11 |
354 | 2025-07-15T20:09:56.527Z | Downloaded itoa v1.0.11 |
355 | 2025-07-15T20:09:56.527Z | Downloaded is-terminal v0.4.13 |
356 | 2025-07-15T20:09:56.527Z | Downloaded idna_adapter v1.2.0 |
357 | 2025-07-15T20:09:56.531Z | Downloaded generic-array v0.14.7 |
358 | 2025-07-15T20:09:56.531Z | Downloaded futures-io v0.3.31 |
359 | 2025-07-15T20:09:56.531Z | Downloaded digest v0.10.7 |
360 | 2025-07-15T20:09:56.531Z | Downloaded wait-timeout v0.2.0 |
361 | 2025-07-15T20:09:56.535Z | Downloaded usdt v0.5.0 |
362 | 2025-07-15T20:09:56.535Z | Downloaded unarray v0.1.4 |
363 | 2025-07-15T20:09:56.535Z | Downloaded futures-task v0.3.31 |
364 | 2025-07-15T20:09:56.539Z | Downloaded form_urlencoded v1.2.1 |
365 | 2025-07-15T20:09:56.539Z | Downloaded foldhash v0.1.5 |
366 | 2025-07-15T20:09:56.539Z | Downloaded num-conv v0.1.0 |
367 | 2025-07-15T20:09:56.539Z | Downloaded usdt-macro v0.5.0 |
368 | 2025-07-15T20:09:56.539Z | Downloaded tracing v0.1.40 |
369 | 2025-07-15T20:09:56.543Z | Downloaded ring v0.17.14 |
370 | 2025-07-15T20:09:56.576Z | Downloaded futures-executor v0.3.31 |
371 | 2025-07-15T20:09:56.581Z | Downloaded fnv v1.0.7 |
372 | 2025-07-15T20:09:56.581Z | Downloaded displaydoc v0.2.5 |
373 | 2025-07-15T20:09:56.581Z | Downloaded daft-derive v0.1.4 |
374 | 2025-07-15T20:09:56.584Z | Downloaded encoding_rs v0.8.34 |
375 | 2025-07-15T20:09:56.601Z | Downloaded rand_xorshift v0.4.0 |
376 | 2025-07-15T20:09:56.604Z | Downloaded time-macros v0.2.18 |
377 | 2025-07-15T20:09:56.604Z | Downloaded camino v1.1.10 |
378 | 2025-07-15T20:09:56.631Z | Downloaded anyhow v1.0.98 |
379 | 2025-07-15T20:09:56.631Z | Downloaded usdt-attr-macro v0.5.0 |
380 | 2025-07-15T20:09:56.631Z | Downloaded dof v0.3.0 |
381 | 2025-07-15T20:09:56.631Z | Downloaded hostname v0.4.0 |
382 | 2025-07-15T20:09:56.631Z | Downloaded hostname v0.3.1 |
383 | 2025-07-15T20:09:56.631Z | Downloaded dyn-clone v1.0.19 |
384 | 2025-07-15T20:09:56.631Z | Downloaded dirs-sys-next v0.1.2 |
385 | 2025-07-15T20:09:56.631Z | Downloaded equivalent v1.0.2 |
386 | 2025-07-15T20:09:56.631Z | Downloaded darling_macro v0.20.10 |
387 | 2025-07-15T20:09:56.631Z | Downloaded ident_case v1.0.1 |
388 | 2025-07-15T20:09:56.631Z | Downloaded icu_provider_macros v1.5.0 |
389 | 2025-07-15T20:09:56.631Z | Downloaded http-body v1.0.1 |
390 | 2025-07-15T20:09:56.631Z | Downloaded block-buffer v0.10.4 |
391 | 2025-07-15T20:09:56.631Z | Downloaded bit-set v0.8.0 |
392 | 2025-07-15T20:09:56.631Z | Downloaded tower-layer v0.3.3 |
393 | 2025-07-15T20:09:56.631Z | Downloaded tower v0.5.2 |
394 | 2025-07-15T20:09:56.631Z | Downloaded toml_write v0.1.2 |
395 | 2025-07-15T20:09:56.631Z | Downloaded tinyvec_macros v0.1.1 |
396 | 2025-07-15T20:09:56.631Z | Downloaded debug-ignore v1.0.5 |
397 | 2025-07-15T20:09:56.631Z | Downloaded tokio-macros v2.5.0 |
398 | 2025-07-15T20:09:56.636Z | Downloaded byteorder v1.5.0 |
399 | 2025-07-15T20:09:56.636Z | Downloaded allocator-api2 v0.2.21 |
400 | 2025-07-15T20:09:56.636Z | Downloaded async-stream-impl v0.3.6 |
401 | 2025-07-15T20:09:56.636Z | Downloaded atomic-waker v1.1.2 |
402 | 2025-07-15T20:09:56.640Z | Downloaded bitflags v2.9.1 |
403 | 2025-07-15T20:09:56.640Z | Downloaded autocfg v1.4.0 |
404 | 2025-07-15T20:09:56.640Z | Downloaded thiserror v1.0.69 |
405 | 2025-07-15T20:09:56.644Z | Downloaded strum v0.27.1 |
406 | 2025-07-15T20:09:56.647Z | Downloaded strum v0.26.3 |
407 | 2025-07-15T20:09:56.647Z | Downloaded synstructure v0.13.1 |
408 | 2025-07-15T20:09:56.647Z | Downloaded subtle v2.6.1 |
409 | 2025-07-15T20:09:56.648Z | Downloaded sync_wrapper v1.0.1 |
410 | 2025-07-15T20:09:56.651Z | Downloaded strum_macros v0.27.1 |
411 | 2025-07-15T20:09:56.651Z | Downloaded backoff v0.4.0 |
412 | 2025-07-15T20:09:56.655Z | Downloaded crypto-common v0.1.6 |
413 | 2025-07-15T20:09:56.724Z | Compiling proc-macro2 v1.0.95 |
414 | 2025-07-15T20:09:56.724Z | Compiling unicode-ident v1.0.18 |
415 | 2025-07-15T20:09:56.728Z | Compiling libc v0.2.174 |
416 | 2025-07-15T20:09:56.728Z | Checking cfg-if v1.0.1 |
417 | 2025-07-15T20:09:56.728Z | Compiling autocfg v1.4.0 |
418 | 2025-07-15T20:09:56.728Z | Compiling serde v1.0.219 |
419 | 2025-07-15T20:09:56.840Z | Checking memchr v2.7.4 |
420 | 2025-07-15T20:09:56.844Z | Compiling serde_json v1.0.140 |
421 | 2025-07-15T20:09:56.962Z | Checking itoa v1.0.11 |
422 | 2025-07-15T20:09:57.176Z | Checking ryu v1.0.18 |
423 | 2025-07-15T20:09:57.405Z | Compiling getrandom v0.3.1 |
424 | 2025-07-15T20:09:57.619Z | Compiling semver v1.0.26 |
425 | 2025-07-15T20:09:57.773Z | Checking pin-project-lite v0.2.14 |
426 | 2025-07-15T20:09:57.801Z | Checking smallvec v1.15.0 |
427 | 2025-07-15T20:09:57.844Z | Checking bytes v1.10.1 |
428 | 2025-07-15T20:09:57.881Z | Checking futures-core v0.3.31 |
429 | 2025-07-15T20:09:58.058Z | Compiling version_check v0.9.5 |
430 | 2025-07-15T20:09:58.123Z | Checking once_cell v1.21.3 |
431 | 2025-07-15T20:09:58.137Z | Compiling lock_api v0.4.12 |
432 | 2025-07-15T20:09:58.149Z | Compiling num-traits v0.2.19 |
433 | 2025-07-15T20:09:58.205Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-07-15T20:09:58.436Z | Checking allocator-api2 v0.2.21 |
435 | 2025-07-15T20:09:58.527Z | Checking foldhash v0.1.5 |
436 | 2025-07-15T20:09:58.610Z | Checking equivalent v1.0.2 |
437 | 2025-07-15T20:09:58.720Z | Compiling thiserror v1.0.69 |
438 | 2025-07-15T20:09:58.736Z | Checking fnv v1.0.7 |
439 | 2025-07-15T20:09:58.777Z | Checking scopeguard v1.2.0 |
440 | 2025-07-15T20:09:58.859Z | Compiling quote v1.0.40 |
441 | 2025-07-15T20:09:59.027Z | Checking hashbrown v0.15.4 |
442 | 2025-07-15T20:09:59.064Z | Compiling slab v0.4.9 |
443 | 2025-07-15T20:09:59.136Z | Compiling shlex v1.3.0 |
444 | 2025-07-15T20:09:59.261Z | Compiling syn v2.0.104 |
445 | 2025-07-15T20:09:59.291Z | Checking futures-sink v0.3.31 |
446 | 2025-07-15T20:09:59.409Z | Compiling cc v1.2.15 |
447 | 2025-07-15T20:09:59.443Z | Checking parking_lot v0.12.3 |
448 | 2025-07-15T20:09:59.457Z | Checking getrandom v0.2.15 |
449 | 2025-07-15T20:09:59.584Z | Checking signal-hook-registry v1.4.2 |
450 | 2025-07-15T20:09:59.613Z | Checking mio v1.0.2 |
451 | 2025-07-15T20:09:59.676Z | Checking socket2 v0.5.10 |
452 | 2025-07-15T20:09:59.749Z | Compiling schemars v0.8.22 |
453 | 2025-07-15T20:09:59.846Z | Checking stable_deref_trait v1.2.0 |
454 | 2025-07-15T20:09:59.958Z | Checking iana-time-zone v0.1.63 |
455 | 2025-07-15T20:10:00.108Z | Compiling heck v0.5.0 |
456 | 2025-07-15T20:10:00.157Z | Checking dyn-clone v1.0.19 |
457 | 2025-07-15T20:10:00.171Z | Checking futures-channel v0.3.31 |
458 | 2025-07-15T20:10:00.184Z | Checking http v1.3.1 |
459 | 2025-07-15T20:10:00.294Z | Checking futures-task v0.3.31 |
460 | 2025-07-15T20:10:00.309Z | Checking log v0.4.27 |
461 | 2025-07-15T20:10:00.313Z | Checking pin-utils v0.1.0 |
462 | 2025-07-15T20:10:00.407Z | Checking futures-io v0.3.31 |
463 | 2025-07-15T20:10:00.503Z | Compiling thiserror v2.0.12 |
464 | 2025-07-15T20:10:00.519Z | Checking rustls-pki-types v1.10.0 |
465 | 2025-07-15T20:10:00.796Z | Checking litemap v0.7.3 |
466 | 2025-07-15T20:10:01.034Z | Checking writeable v0.5.5 |
467 | 2025-07-15T20:10:01.087Z | Checking untrusted v0.9.0 |
468 | 2025-07-15T20:10:01.256Z | Compiling ucd-trie v0.1.7 |
469 | 2025-07-15T20:10:01.328Z | Checking byteorder v1.5.0 |
470 | 2025-07-15T20:10:01.389Z | Compiling httparse v1.9.5 |
471 | 2025-07-15T20:10:01.460Z | Checking http-body v1.0.1 |
472 | 2025-07-15T20:10:01.672Z | Checking tracing-core v0.1.32 |
473 | 2025-07-15T20:10:01.675Z | Checking atomic-waker v1.1.2 |
474 | 2025-07-15T20:10:01.828Z | Checking zeroize v1.8.1 |
475 | 2025-07-15T20:10:01.926Z | Checking percent-encoding v2.3.1 |
476 | 2025-07-15T20:10:02.064Z | Checking subtle v2.6.1 |
477 | 2025-07-15T20:10:02.137Z | Compiling ring v0.17.14 |
478 | 2025-07-15T20:10:02.150Z | Checking icu_locid_transform_data v1.5.0 |
479 | 2025-07-15T20:10:02.286Z | Checking bitflags v2.9.1 |
480 | 2025-07-15T20:10:02.299Z | Checking tracing v0.1.40 |
481 | 2025-07-15T20:10:02.559Z | Checking icu_properties_data v1.5.0 |
482 | 2025-07-15T20:10:02.591Z | Checking tower-service v0.3.3 |
483 | 2025-07-15T20:10:02.604Z | Checking try-lock v0.2.5 |
484 | 2025-07-15T20:10:02.711Z | Compiling uuid v1.17.0 |
485 | 2025-07-15T20:10:02.827Z | Checking want v0.3.1 |
486 | 2025-07-15T20:10:02.923Z | Compiling chrono v0.4.41 |
487 | 2025-07-15T20:10:02.957Z | Compiling regress v0.10.3 |
488 | 2025-07-15T20:10:02.970Z | Compiling slog v2.7.0 |
489 | 2025-07-15T20:10:03.009Z | Compiling rustls v0.23.19 |
490 | 2025-07-15T20:10:05.240Z | Checking utf16_iter v1.0.5 |
491 | 2025-07-15T20:10:05.282Z | Checking icu_normalizer_data v1.5.0 |
492 | 2025-07-15T20:10:05.282Z | Checking write16 v1.0.0 |
493 | 2025-07-15T20:10:05.282Z | Checking httpdate v1.0.3 |
494 | 2025-07-15T20:10:05.282Z | Checking utf8_iter v1.0.4 |
495 | 2025-07-15T20:10:05.282Z | Checking form_urlencoded v1.2.1 |
496 | 2025-07-15T20:10:05.282Z | Compiling aho-corasick v1.1.3 |
497 | 2025-07-15T20:10:05.282Z | Compiling paste v1.0.15 |
498 | 2025-07-15T20:10:05.282Z | Checking regex-syntax v0.8.5 |
499 | 2025-07-15T20:10:05.282Z | Compiling zerocopy v0.8.26 |
500 | 2025-07-15T20:10:05.282Z | Checking ipnet v2.11.0 |
501 | 2025-07-15T20:10:05.316Z | Compiling typenum v1.17.0 |
502 | 2025-07-15T20:10:06.060Z | Compiling serde_derive_internals v0.29.1 |
503 | 2025-07-15T20:10:06.870Z | Compiling synstructure v0.13.1 |
504 | 2025-07-15T20:10:07.041Z | Checking base64 v0.22.1 |
505 | 2025-07-15T20:10:07.524Z | Compiling generic-array v0.14.7 |
506 | 2025-07-15T20:10:07.709Z | Checking sync_wrapper v1.0.1 |
507 | 2025-07-15T20:10:07.850Z | Checking tower-layer v0.3.3 |
508 | 2025-07-15T20:10:07.887Z | Compiling rustversion v1.0.17 |
509 | 2025-07-15T20:10:07.963Z | Compiling newtype-uuid v1.2.4 |
510 | 2025-07-15T20:10:08.096Z | Compiling regex-automata v0.4.8 |
511 | 2025-07-15T20:10:08.570Z | Checking http-body-util v0.1.3 |
512 | 2025-07-15T20:10:08.982Z | Checking webpki-roots v1.0.1 |
513 | 2025-07-15T20:10:09.179Z | Compiling usdt-impl v0.5.0 |
514 | 2025-07-15T20:10:09.545Z | Checking rustls-webpki v0.102.8 |
515 | 2025-07-15T20:10:09.588Z | Checking powerfmt v0.2.0 |
516 | 2025-07-15T20:10:09.753Z | Checking iri-string v0.7.8 |
517 | 2025-07-15T20:10:09.766Z | Compiling serde_derive v1.0.219 |
518 | 2025-07-15T20:10:09.865Z | Compiling schemars_derive v0.8.22 |
519 | 2025-07-15T20:10:09.963Z | Compiling zerofrom-derive v0.1.4 |
520 | 2025-07-15T20:10:10.259Z | Compiling thiserror-impl v1.0.69 |
521 | 2025-07-15T20:10:10.986Z | Compiling yoke-derive v0.7.4 |
522 | 2025-07-15T20:10:11.283Z | Compiling zerocopy-derive v0.7.35 |
523 | 2025-07-15T20:10:12.291Z | Compiling tokio-macros v2.5.0 |
524 | 2025-07-15T20:10:12.495Z | Compiling zerovec-derive v0.10.3 |
525 | 2025-07-15T20:10:12.758Z | Compiling displaydoc v0.2.5 |
526 | 2025-07-15T20:10:12.893Z | Checking zerofrom v0.1.4 |
527 | 2025-07-15T20:10:13.061Z | Compiling futures-macro v0.3.31 |
528 | 2025-07-15T20:10:13.111Z | Compiling thiserror-impl v2.0.12 |
529 | 2025-07-15T20:10:13.281Z | Checking yoke v0.7.4 |
530 | 2025-07-15T20:10:13.656Z | Checking tokio v1.45.1 |
531 | 2025-07-15T20:10:13.785Z | Compiling icu_provider_macros v1.5.0 |
532 | 2025-07-15T20:10:14.146Z | Compiling pest v2.7.14 |
533 | 2025-07-15T20:10:14.318Z | Checking zerocopy v0.7.35 |
534 | 2025-07-15T20:10:14.711Z | Checking zerovec v0.10.4 |
535 | 2025-07-15T20:10:14.764Z | Checking futures-util v0.3.31 |
536 | 2025-07-15T20:10:15.514Z | Checking ppv-lite86 v0.2.20 |
537 | 2025-07-15T20:10:16.188Z | Compiling regex v1.11.1 |
538 | 2025-07-15T20:10:16.843Z | Checking tinystr v0.7.6 |
539 | 2025-07-15T20:10:17.082Z | Compiling pest_meta v2.7.14 |
540 | 2025-07-15T20:10:17.186Z | Checking icu_locid v1.5.0 |
541 | 2025-07-15T20:10:17.265Z | Checking icu_collections v1.5.0 |
542 | 2025-07-15T20:10:17.913Z | Compiling scroll_derive v0.12.0 |
543 | 2025-07-15T20:10:18.122Z | Checking icu_provider v1.5.0 |
544 | 2025-07-15T20:10:18.723Z | Checking icu_locid_transform v1.5.0 |
545 | 2025-07-15T20:10:19.128Z | Compiling pest_generator v2.7.14 |
546 | 2025-07-15T20:10:19.275Z | Compiling time-core v0.1.2 |
547 | 2025-07-15T20:10:19.420Z | Compiling rustix v1.0.7 |
548 | 2025-07-15T20:10:19.458Z | Compiling num-conv v0.1.0 |
549 | 2025-07-15T20:10:19.730Z | Checking icu_properties v1.5.1 |
550 | 2025-07-15T20:10:19.745Z | Compiling time-macros v0.2.18 |
551 | 2025-07-15T20:10:20.200Z | Checking scroll v0.12.0 |
552 | 2025-07-15T20:10:20.274Z | Checking tokio-util v0.7.15 |
553 | 2025-07-15T20:10:20.644Z | Checking tokio-rustls v0.26.0 |
554 | 2025-07-15T20:10:20.692Z | Compiling pest_derive v2.7.14 |
555 | 2025-07-15T20:10:20.715Z | Checking tower v0.5.2 |
556 | 2025-07-15T20:10:21.541Z | Checking indexmap v2.10.0 |
557 | 2025-07-15T20:10:21.606Z | Compiling serde_tokenstream v0.2.2 |
558 | 2025-07-15T20:10:22.232Z | Checking serde_urlencoded v0.7.1 |
559 | 2025-07-15T20:10:22.244Z | Compiling dtrace-parser v0.2.0 |
560 | 2025-07-15T20:10:22.353Z | Checking tower-http v0.6.6 |
561 | 2025-07-15T20:10:22.648Z | Checking rand_core v0.9.2 |
562 | 2025-07-15T20:10:22.723Z | Checking h2 v0.4.6 |
563 | 2025-07-15T20:10:22.904Z | Checking icu_normalizer v1.5.0 |
564 | 2025-07-15T20:10:22.935Z | Compiling thread-id v4.2.2 |
565 | 2025-07-15T20:10:23.507Z | Compiling dof v0.3.0 |
566 | 2025-07-15T20:10:23.618Z | Checking deranged v0.3.11 |
567 | 2025-07-15T20:10:23.691Z | Checking idna_adapter v1.2.0 |
568 | 2025-07-15T20:10:23.780Z | Compiling daft-derive v0.1.4 |
569 | 2025-07-15T20:10:23.882Z | Checking idna v1.0.3 |
570 | 2025-07-15T20:10:24.266Z | Compiling structmeta-derive v0.3.0 |
571 | 2025-07-15T20:10:24.366Z | Checking url v2.5.4 |
572 | 2025-07-15T20:10:24.930Z | Compiling typify-impl v0.3.0 |
573 | 2025-07-15T20:10:24.942Z | Checking ipnetwork v0.21.1 |
574 | 2025-07-15T20:10:25.314Z | Checking oxnet v0.1.2 |
575 | 2025-07-15T20:10:25.785Z | Checking errno v0.3.12 |
576 | 2025-07-15T20:10:25.970Z | Compiling crossbeam-utils v0.8.21 |
577 | 2025-07-15T20:10:26.456Z | Compiling omicron-workspace-hack v0.1.0 |
578 | 2025-07-15T20:10:26.594Z | Compiling ident_case v1.0.1 |
579 | 2025-07-15T20:10:26.684Z | Checking num_threads v0.1.7 |
580 | 2025-07-15T20:10:26.726Z | Checking plain v0.2.3 |
581 | 2025-07-15T20:10:26.739Z | Checking hyper v1.6.0 |
582 | 2025-07-15T20:10:26.783Z | Compiling strsim v0.11.1 |
583 | 2025-07-15T20:10:26.878Z | Checking goblin v0.8.2 |
584 | 2025-07-15T20:10:27.043Z | Checking time v0.3.36 |
585 | 2025-07-15T20:10:27.227Z | Compiling darling_core v0.20.10 |
586 | 2025-07-15T20:10:28.638Z | Compiling structmeta v0.3.0 |
587 | 2025-07-15T20:10:28.656Z | Checking hyper-util v0.1.14 |
588 | 2025-07-15T20:10:29.376Z | Checking daft v0.1.4 |
589 | 2025-07-15T20:10:29.778Z | Compiling openapiv3 v2.2.0 |
590 | 2025-07-15T20:10:30.754Z | Checking hyper-rustls v0.27.7 |
591 | 2025-07-15T20:10:31.081Z | Checking reqwest v0.12.22 |
592 | 2025-07-15T20:10:31.237Z | Checking dirs-sys-next v0.1.2 |
593 | 2025-07-15T20:10:31.425Z | Compiling rustls v0.22.4 |
594 | 2025-07-15T20:10:31.485Z | Checking pretty-hex v0.4.1 |
595 | 2025-07-15T20:10:31.633Z | Compiling anyhow v1.0.98 |
596 | 2025-07-15T20:10:31.650Z | Compiling unsafe-libyaml v0.2.11 |
597 | 2025-07-15T20:10:31.776Z | Checking fastrand v2.1.1 |
598 | 2025-07-15T20:10:32.110Z | Checking tempfile v3.20.0 |
599 | 2025-07-15T20:10:32.140Z | Compiling darling_macro v0.20.10 |
600 | 2025-07-15T20:10:32.464Z | Checking dirs-next v2.0.0 |
601 | 2025-07-15T20:10:32.982Z | Compiling serde_yaml v0.9.34+deprecated |
602 | 2025-07-15T20:10:33.058Z | Checking block-buffer v0.10.4 |
603 | 2025-07-15T20:10:33.077Z | Checking crypto-common v0.1.6 |
604 | 2025-07-15T20:10:33.252Z | Checking serde_spanned v0.6.9 |
605 | 2025-07-15T20:10:33.267Z | Checking toml_datetime v0.6.11 |
606 | 2025-07-15T20:10:33.271Z | Checking rand_core v0.6.4 |
607 | 2025-07-15T20:10:33.444Z | Compiling multer v3.1.0 |
608 | 2025-07-15T20:10:33.456Z | Checking wait-timeout v0.2.0 |
609 | 2025-07-15T20:10:33.561Z | Checking thread_local v1.1.8 |
610 | 2025-07-15T20:10:33.585Z | Compiling ref-cast v1.0.24 |
611 | 2025-07-15T20:10:33.608Z | Checking toml_write v0.1.2 |
612 | 2025-07-15T20:10:33.646Z | Checking winnow v0.7.10 |
613 | 2025-07-15T20:10:33.808Z | Compiling slog-async v2.8.0 |
614 | 2025-07-15T20:10:33.840Z | Checking bit-vec v0.8.0 |
615 | 2025-07-15T20:10:33.927Z | Checking quick-error v1.2.3 |
616 | 2025-07-15T20:10:33.944Z | Checking match_cfg v0.1.0 |
617 | 2025-07-15T20:10:34.041Z | Compiling camino v1.1.10 |
618 | 2025-07-15T20:10:34.485Z | Checking rusty-fork v0.3.0 |
619 | 2025-07-15T20:10:34.489Z | Checking hostname v0.3.1 |
620 | 2025-07-15T20:10:34.489Z | Checking bit-set v0.8.0 |
621 | 2025-07-15T20:10:34.489Z | Checking rand_chacha v0.3.1 |
622 | 2025-07-15T20:10:34.489Z | Checking crossbeam-channel v0.5.15 |
623 | 2025-07-15T20:10:34.489Z | Checking digest v0.10.7 |
624 | 2025-07-15T20:10:34.693Z | Compiling darling v0.20.10 |
625 | 2025-07-15T20:10:34.738Z | Checking term v0.7.0 |
626 | 2025-07-15T20:10:34.865Z | Checking progenitor-client v0.9.1 |
627 | 2025-07-15T20:10:35.078Z | Compiling usdt-macro v0.5.0 |
628 | 2025-07-15T20:10:35.094Z | Compiling usdt-attr-macro v0.5.0 |
629 | 2025-07-15T20:10:35.157Z | Checking slog-json v2.6.1 |
630 | 2025-07-15T20:10:35.205Z | Compiling strum_macros v0.26.4 |
631 | 2025-07-15T20:10:35.417Z | Checking rand v0.9.1 |
632 | 2025-07-15T20:10:35.497Z | Compiling typify-macro v0.3.0 |
633 | 2025-07-15T20:10:35.943Z | Checking rand_chacha v0.9.0 |
634 | 2025-07-15T20:10:36.268Z | Checking rand_xorshift v0.4.0 |
635 | 2025-07-15T20:10:36.291Z | Checking hex v0.4.3 |
636 | 2025-07-15T20:10:36.304Z | Checking futures-executor v0.3.31 |
637 | 2025-07-15T20:10:36.407Z | Compiling ref-cast-impl v1.0.24 |
638 | 2025-07-15T20:10:36.411Z | Checking toml_edit v0.22.27 |
639 | 2025-07-15T20:10:36.450Z | Compiling async-stream-impl v0.3.6 |
640 | 2025-07-15T20:10:36.506Z | Compiling dropshot v0.16.2 |
641 | 2025-07-15T20:10:36.766Z | Checking memmap v0.7.0 |
642 | 2025-07-15T20:10:36.877Z | Checking is-terminal v0.4.13 |
643 | 2025-07-15T20:10:36.975Z | Checking encoding_rs v0.8.34 |
644 | 2025-07-15T20:10:37.015Z | Checking unarray v0.1.4 |
645 | 2025-07-15T20:10:37.172Z | Checking spin v0.9.8 |
646 | 2025-07-15T20:10:37.351Z | Checking cpufeatures v0.2.14 |
647 | 2025-07-15T20:10:37.447Z | Checking mime v0.3.17 |
648 | 2025-07-15T20:10:37.505Z | Checking lazy_static v1.5.0 |
649 | 2025-07-15T20:10:37.612Z | Checking take_mut v0.2.2 |
650 | 2025-07-15T20:10:37.646Z | Checking proptest v1.7.0 |
651 | 2025-07-15T20:10:37.772Z | Checking async-stream v0.3.6 |
652 | 2025-07-15T20:10:38.058Z | Checking tokio-rustls v0.25.0 |
653 | 2025-07-15T20:10:38.070Z | Checking sha1 v0.10.6 |
654 | 2025-07-15T20:10:38.110Z | Checking slog-term v2.9.1 |
655 | 2025-07-15T20:10:38.349Z | Checking usdt v0.5.0 |
656 | 2025-07-15T20:10:38.453Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
657 | 2025-07-15T20:10:38.555Z | Checking futures v0.3.31 |
658 | 2025-07-15T20:10:38.597Z | Checking slog-bunyan v2.5.0 |
659 | 2025-07-15T20:10:38.610Z | Compiling serde_with_macros v3.14.0 |
660 | 2025-07-15T20:10:38.627Z | Compiling typify v0.3.0 |
661 | 2025-07-15T20:10:38.748Z | Compiling progenitor-impl v0.9.1 |
662 | 2025-07-15T20:10:38.769Z | Checking rand v0.8.5 |
663 | 2025-07-15T20:10:38.998Z | Checking strum v0.26.3 |
664 | 2025-07-15T20:10:39.013Z | Checking toml v0.8.23 |
665 | 2025-07-15T20:10:39.545Z | Compiling test-strategy v0.4.1 |
666 | 2025-07-15T20:10:39.692Z | Compiling parse-display-derive v0.10.0 |
667 | 2025-07-15T20:10:39.907Z | Compiling strum_macros v0.27.1 |
668 | 2025-07-15T20:10:39.926Z | Compiling dropshot_endpoint v0.16.2 |
669 | 2025-07-15T20:10:40.689Z | Checking serde_path_to_error v0.1.17 |
670 | 2025-07-15T20:10:40.918Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
671 | 2025-07-15T20:10:41.295Z | Compiling derive-where v1.5.0 |
672 | 2025-07-15T20:10:41.480Z | Compiling async-trait v0.1.88 |
673 | 2025-07-15T20:10:41.737Z | Checking waitgroup v0.1.2 |
674 | 2025-07-15T20:10:41.889Z | Checking rustls-pemfile v2.2.0 |
675 | 2025-07-15T20:10:42.125Z | Checking hostname v0.4.0 |
676 | 2025-07-15T20:10:42.268Z | Checking instant v0.1.13 |
677 | 2025-07-15T20:10:42.385Z | Checking rustc-hash v2.1.1 |
678 | 2025-07-15T20:10:42.553Z | Checking debug-ignore v1.0.5 |
679 | 2025-07-15T20:10:42.576Z | Checking iddqd v0.3.8 |
680 | 2025-07-15T20:10:42.697Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
681 | 2025-07-15T20:10:43.024Z | Checking parse-display v0.10.0 |
682 | 2025-07-15T20:10:43.260Z | Checking backoff v0.4.0 |
683 | 2025-07-15T20:10:43.298Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
684 | 2025-07-15T20:10:43.448Z | Checking serde_with v3.14.0 |
685 | 2025-07-15T20:10:43.542Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
686 | 2025-07-15T20:10:43.607Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
687 | 2025-07-15T20:10:43.905Z | Compiling progenitor-macro v0.9.1 |
688 | 2025-07-15T20:10:44.058Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
689 | 2025-07-15T20:10:44.065Z | Checking progenitor-client v0.10.0 |
690 | 2025-07-15T20:10:44.189Z | Checking strum v0.27.1 |
691 | 2025-07-15T20:10:44.344Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
692 | 2025-07-15T20:10:44.381Z | Checking macaddr v1.0.1 |
693 | 2025-07-15T20:10:47.771Z | Checking progenitor v0.9.1 |
694 | 2025-07-15T20:10:47.882Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
695 | 2025-07-15T20:10:50.555Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
696 | 2025-07-15T20:10:57.825Z | Checking test-project v0.1.0 (/tmp/test-project) |
697 | 2025-07-15T20:10:57.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
698 | 2025-07-15T20:10:58.030Z | + cargo build --release |
699 | 2025-07-15T20:10:58.302Z | Compiling proc-macro2 v1.0.95 |
700 | 2025-07-15T20:10:58.303Z | Compiling unicode-ident v1.0.18 |
701 | 2025-07-15T20:10:58.306Z | Compiling libc v0.2.174 |
702 | 2025-07-15T20:10:58.306Z | Compiling cfg-if v1.0.1 |
703 | 2025-07-15T20:10:58.306Z | Compiling autocfg v1.4.0 |
704 | 2025-07-15T20:10:58.306Z | Compiling serde v1.0.219 |
705 | 2025-07-15T20:10:58.351Z | Compiling memchr v2.7.4 |
706 | 2025-07-15T20:10:58.355Z | Compiling serde_json v1.0.140 |
707 | 2025-07-15T20:10:58.444Z | Compiling itoa v1.0.11 |
708 | 2025-07-15T20:10:58.674Z | Compiling ryu v1.0.18 |
709 | 2025-07-15T20:10:58.763Z | Compiling getrandom v0.3.1 |
710 | 2025-07-15T20:10:58.898Z | Compiling semver v1.0.26 |
711 | 2025-07-15T20:10:59.215Z | Compiling pin-project-lite v0.2.14 |
712 | 2025-07-15T20:10:59.249Z | Compiling smallvec v1.15.0 |
713 | 2025-07-15T20:10:59.335Z | Compiling version_check v0.9.5 |
714 | 2025-07-15T20:10:59.383Z | Compiling bytes v1.10.1 |
715 | 2025-07-15T20:10:59.560Z | Compiling futures-core v0.3.31 |
716 | 2025-07-15T20:10:59.697Z | Compiling once_cell v1.21.3 |
717 | 2025-07-15T20:10:59.724Z | Compiling lock_api v0.4.12 |
718 | 2025-07-15T20:10:59.794Z | Compiling num-traits v0.2.19 |
719 | 2025-07-15T20:10:59.851Z | Compiling equivalent v1.0.2 |
720 | 2025-07-15T20:10:59.974Z | Compiling quote v1.0.40 |
721 | 2025-07-15T20:11:00.041Z | Compiling foldhash v0.1.5 |
722 | 2025-07-15T20:11:00.116Z | Compiling allocator-api2 v0.2.21 |
723 | 2025-07-15T20:11:00.158Z | Compiling thiserror v1.0.69 |
724 | 2025-07-15T20:11:00.344Z | Compiling syn v2.0.104 |
725 | 2025-07-15T20:11:00.435Z | Compiling parking_lot_core v0.9.10 |
726 | 2025-07-15T20:11:00.899Z | Compiling fnv v1.0.7 |
727 | 2025-07-15T20:11:00.954Z | Compiling scopeguard v1.2.0 |
728 | 2025-07-15T20:11:00.954Z | Compiling hashbrown v0.15.4 |
729 | 2025-07-15T20:11:00.954Z | Compiling slab v0.4.9 |
730 | 2025-07-15T20:11:01.072Z | Compiling shlex v1.3.0 |
731 | 2025-07-15T20:11:01.272Z | Compiling futures-sink v0.3.31 |
732 | 2025-07-15T20:11:01.379Z | Compiling cc v1.2.15 |
733 | 2025-07-15T20:11:01.413Z | Compiling parking_lot v0.12.3 |
734 | 2025-07-15T20:11:01.424Z | Compiling getrandom v0.2.15 |
735 | 2025-07-15T20:11:01.438Z | Compiling mio v1.0.2 |
736 | 2025-07-15T20:11:01.670Z | Compiling socket2 v0.5.10 |
737 | 2025-07-15T20:11:01.764Z | Compiling signal-hook-registry v1.4.2 |
738 | 2025-07-15T20:11:02.312Z | Compiling schemars v0.8.22 |
739 | 2025-07-15T20:11:02.711Z | Compiling iana-time-zone v0.1.63 |
740 | 2025-07-15T20:11:02.970Z | Compiling stable_deref_trait v1.2.0 |
741 | 2025-07-15T20:11:03.078Z | Compiling heck v0.5.0 |
742 | 2025-07-15T20:11:03.194Z | Compiling thiserror v2.0.12 |
743 | 2025-07-15T20:11:03.309Z | Compiling dyn-clone v1.0.19 |
744 | 2025-07-15T20:11:03.360Z | Compiling futures-channel v0.3.31 |
745 | 2025-07-15T20:11:03.381Z | Compiling http v1.3.1 |
746 | 2025-07-15T20:11:03.436Z | Compiling futures-task v0.3.31 |
747 | 2025-07-15T20:11:03.473Z | Compiling log v0.4.27 |
748 | 2025-07-15T20:11:03.537Z | Compiling pin-utils v0.1.0 |
749 | 2025-07-15T20:11:03.628Z | Compiling futures-io v0.3.31 |
750 | 2025-07-15T20:11:03.763Z | Compiling rustls-pki-types v1.10.0 |
751 | 2025-07-15T20:11:04.061Z | Compiling writeable v0.5.5 |
752 | 2025-07-15T20:11:04.122Z | Compiling ring v0.17.14 |
753 | 2025-07-15T20:11:04.155Z | Compiling untrusted v0.9.0 |
754 | 2025-07-15T20:11:04.349Z | Compiling litemap v0.7.3 |
755 | 2025-07-15T20:11:04.705Z | Compiling httparse v1.9.5 |
756 | 2025-07-15T20:11:04.768Z | Compiling byteorder v1.5.0 |
757 | 2025-07-15T20:11:05.119Z | Compiling ucd-trie v0.1.7 |
758 | 2025-07-15T20:11:05.247Z | Compiling http-body v1.0.1 |
759 | 2025-07-15T20:11:05.421Z | Compiling tracing-core v0.1.32 |
760 | 2025-07-15T20:11:05.542Z | Compiling subtle v2.6.1 |
761 | 2025-07-15T20:11:05.820Z | Compiling atomic-waker v1.1.2 |
762 | 2025-07-15T20:11:05.838Z | Compiling icu_locid_transform_data v1.5.0 |
763 | 2025-07-15T20:11:05.867Z | Compiling percent-encoding v2.3.1 |
764 | 2025-07-15T20:11:05.936Z | Compiling zeroize v1.8.1 |
765 | 2025-07-15T20:11:06.001Z | Compiling bitflags v2.9.1 |
766 | 2025-07-15T20:11:06.689Z | Compiling tracing v0.1.40 |
767 | 2025-07-15T20:11:06.769Z | Compiling chrono v0.4.41 |
768 | 2025-07-15T20:11:07.312Z | Compiling serde_derive_internals v0.29.1 |
769 | 2025-07-15T20:11:07.556Z | Compiling synstructure v0.13.1 |
770 | 2025-07-15T20:11:07.829Z | Compiling try-lock v0.2.5 |
771 | 2025-07-15T20:11:07.922Z | Compiling uuid v1.17.0 |
772 | 2025-07-15T20:11:07.990Z | Compiling icu_properties_data v1.5.0 |
773 | 2025-07-15T20:11:08.427Z | Compiling tower-service v0.3.3 |
774 | 2025-07-15T20:11:08.554Z | Compiling want v0.3.1 |
775 | 2025-07-15T20:11:08.580Z | Compiling regress v0.10.3 |
776 | 2025-07-15T20:11:08.834Z | Compiling utf8_iter v1.0.4 |
777 | 2025-07-15T20:11:08.933Z | Compiling httpdate v1.0.3 |
778 | 2025-07-15T20:11:09.032Z | Compiling write16 v1.0.0 |
779 | 2025-07-15T20:11:09.105Z | Compiling slog v2.7.0 |
780 | 2025-07-15T20:11:09.172Z | Compiling rustls v0.23.19 |
781 | 2025-07-15T20:11:09.529Z | Compiling utf16_iter v1.0.5 |
782 | 2025-07-15T20:11:09.605Z | Compiling icu_normalizer_data v1.5.0 |
783 | 2025-07-15T20:11:09.704Z | Compiling form_urlencoded v1.2.1 |
784 | 2025-07-15T20:11:10.148Z | Compiling aho-corasick v1.1.3 |
785 | 2025-07-15T20:11:10.441Z | Compiling ipnet v2.11.0 |
786 | 2025-07-15T20:11:10.456Z | Compiling regex-syntax v0.8.5 |
787 | 2025-07-15T20:11:11.015Z | Compiling serde_derive v1.0.219 |
788 | 2025-07-15T20:11:11.398Z | Compiling schemars_derive v0.8.22 |
789 | 2025-07-15T20:11:12.879Z | Compiling zerofrom-derive v0.1.4 |
790 | 2025-07-15T20:11:13.262Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-07-15T20:11:13.518Z | Compiling yoke-derive v0.7.4 |
792 | 2025-07-15T20:11:14.095Z | Compiling zerocopy-derive v0.7.35 |
793 | 2025-07-15T20:11:14.959Z | Compiling tokio-macros v2.5.0 |
794 | 2025-07-15T20:11:15.757Z | Compiling zerofrom v0.1.4 |
795 | 2025-07-15T20:11:15.785Z | Compiling zerovec-derive v0.10.3 |
796 | 2025-07-15T20:11:15.801Z | Compiling futures-macro v0.3.31 |
797 | 2025-07-15T20:11:15.825Z | Compiling displaydoc v0.2.5 |
798 | 2025-07-15T20:11:15.974Z | Compiling yoke v0.7.4 |
799 | 2025-07-15T20:11:16.313Z | Compiling tokio v1.45.1 |
800 | 2025-07-15T20:11:16.340Z | Compiling thiserror-impl v2.0.12 |
801 | 2025-07-15T20:11:18.052Z | Compiling zerovec v0.10.4 |
802 | 2025-07-15T20:11:19.084Z | Compiling futures-util v0.3.31 |
803 | 2025-07-15T20:11:20.920Z | Compiling tinystr v0.7.6 |
804 | 2025-07-15T20:11:21.319Z | Compiling icu_locid v1.5.0 |
805 | 2025-07-15T20:11:26.997Z | Compiling indexmap v2.10.0 |
806 | 2025-07-15T20:11:27.471Z | Compiling serde_tokenstream v0.2.2 |
807 | 2025-07-15T20:11:27.995Z | Compiling icu_provider_macros v1.5.0 |
808 | 2025-07-15T20:11:28.741Z | Compiling rustls-webpki v0.102.8 |
809 | 2025-07-15T20:11:29.097Z | Compiling icu_provider v1.5.0 |
810 | 2025-07-15T20:11:29.168Z | Compiling pest v2.7.14 |
811 | 2025-07-15T20:11:29.313Z | Compiling zerocopy v0.7.35 |
812 | 2025-07-15T20:11:30.764Z | Compiling icu_locid_transform v1.5.0 |
813 | 2025-07-15T20:11:31.216Z | Compiling tokio-util v0.7.15 |
814 | 2025-07-15T20:11:31.971Z | Compiling pest_meta v2.7.14 |
815 | 2025-07-15T20:11:33.053Z | Compiling icu_collections v1.5.0 |
816 | 2025-07-15T20:11:33.285Z | Compiling h2 v0.4.6 |
817 | 2025-07-15T20:11:33.494Z | Compiling pest_generator v2.7.14 |
818 | 2025-07-15T20:11:35.044Z | Compiling icu_properties v1.5.1 |
819 | 2025-07-15T20:11:35.769Z | Compiling pest_derive v2.7.14 |
820 | 2025-07-15T20:11:36.701Z | Compiling base64 v0.22.1 |
821 | 2025-07-15T20:11:36.705Z | Compiling zerocopy v0.8.26 |
822 | 2025-07-15T20:11:37.432Z | Compiling typify-impl v0.3.0 |
823 | 2025-07-15T20:11:38.145Z | Compiling typenum v1.17.0 |
824 | 2025-07-15T20:11:39.036Z | Compiling icu_normalizer v1.5.0 |
825 | 2025-07-15T20:11:39.201Z | Compiling hyper v1.6.0 |
826 | 2025-07-15T20:11:41.098Z | Compiling paste v1.0.15 |
827 | 2025-07-15T20:11:41.664Z | Compiling regex-automata v0.4.8 |
828 | 2025-07-15T20:11:42.907Z | Compiling hyper-util v0.1.14 |
829 | 2025-07-15T20:11:44.285Z | Compiling idna_adapter v1.2.0 |
830 | 2025-07-15T20:11:46.774Z | Compiling generic-array v0.14.7 |
831 | 2025-07-15T20:11:46.952Z | Compiling typify-macro v0.3.0 |
832 | 2025-07-15T20:11:47.150Z | Compiling sync_wrapper v1.0.1 |
833 | 2025-07-15T20:11:47.371Z | Compiling tower-layer v0.3.3 |
834 | 2025-07-15T20:11:48.088Z | Compiling rustversion v1.0.17 |
835 | 2025-07-15T20:11:48.123Z | Compiling newtype-uuid v1.2.4 |
836 | 2025-07-15T20:11:48.502Z | Compiling tower v0.5.2 |
837 | 2025-07-15T20:11:49.263Z | Compiling regex v1.11.1 |
838 | 2025-07-15T20:11:49.519Z | Compiling idna v1.0.3 |
839 | 2025-07-15T20:11:50.134Z | Compiling ppv-lite86 v0.2.20 |
840 | 2025-07-15T20:11:50.166Z | Compiling ipnetwork v0.21.1 |
841 | 2025-07-15T20:11:50.512Z | Compiling serde_urlencoded v0.7.1 |
842 | 2025-07-15T20:11:50.924Z | Compiling scroll_derive v0.12.0 |
843 | 2025-07-15T20:11:51.057Z | Compiling http-body-util v0.1.3 |
844 | 2025-07-15T20:11:51.600Z | Compiling tokio-rustls v0.26.0 |
845 | 2025-07-15T20:11:52.018Z | Compiling webpki-roots v1.0.1 |
846 | 2025-07-15T20:11:52.068Z | Compiling usdt-impl v0.5.0 |
847 | 2025-07-15T20:11:52.306Z | Compiling omicron-workspace-hack v0.1.0 |
848 | 2025-07-15T20:11:52.493Z | Compiling powerfmt v0.2.0 |
849 | 2025-07-15T20:11:52.667Z | Compiling rustix v1.0.7 |
850 | 2025-07-15T20:11:52.968Z | Compiling num-conv v0.1.0 |
851 | 2025-07-15T20:11:53.018Z | Compiling time-core v0.1.2 |
852 | 2025-07-15T20:11:53.198Z | Compiling iri-string v0.7.8 |
853 | 2025-07-15T20:11:53.233Z | Compiling time-macros v0.2.18 |
854 | 2025-07-15T20:11:53.487Z | Compiling rand_core v0.9.2 |
855 | 2025-07-15T20:11:53.872Z | Compiling deranged v0.3.11 |
856 | 2025-07-15T20:11:54.822Z | Compiling scroll v0.12.0 |
857 | 2025-07-15T20:11:55.406Z | Compiling hyper-rustls v0.27.7 |
858 | 2025-07-15T20:11:55.588Z | Compiling oxnet v0.1.2 |
859 | 2025-07-15T20:11:56.713Z | Compiling tower-http v0.6.6 |
860 | 2025-07-15T20:11:57.274Z | Compiling url v2.5.4 |
861 | 2025-07-15T20:11:58.803Z | Compiling dof v0.3.0 |
862 | 2025-07-15T20:11:58.978Z | Compiling thread-id v4.2.2 |
863 | 2025-07-15T20:11:59.938Z | Compiling dtrace-parser v0.2.0 |
864 | 2025-07-15T20:12:00.143Z | Compiling structmeta-derive v0.3.0 |
865 | 2025-07-15T20:12:00.210Z | Compiling daft-derive v0.1.4 |
866 | 2025-07-15T20:12:01.725Z | Compiling errno v0.3.12 |
867 | 2025-07-15T20:12:01.983Z | Compiling strsim v0.11.1 |
868 | 2025-07-15T20:12:02.494Z | Compiling crossbeam-utils v0.8.21 |
869 | 2025-07-15T20:12:02.642Z | Compiling ident_case v1.0.1 |
870 | 2025-07-15T20:12:02.820Z | Compiling num_threads v0.1.7 |
871 | 2025-07-15T20:12:04.084Z | Compiling plain v0.2.3 |
872 | 2025-07-15T20:12:04.138Z | Compiling time v0.3.36 |
873 | 2025-07-15T20:12:04.256Z | Compiling goblin v0.8.2 |
874 | 2025-07-15T20:12:09.933Z | Compiling darling_core v0.20.10 |
875 | 2025-07-15T20:12:10.022Z | Compiling structmeta v0.3.0 |
876 | 2025-07-15T20:12:12.551Z | Compiling daft v0.1.4 |
877 | 2025-07-15T20:12:13.607Z | Compiling reqwest v0.12.22 |
878 | 2025-07-15T20:12:14.047Z | Compiling openapiv3 v2.2.0 |
879 | 2025-07-15T20:12:14.912Z | Compiling typify v0.3.0 |
880 | 2025-07-15T20:12:16.661Z | Compiling dirs-sys-next v0.1.2 |
881 | 2025-07-15T20:12:17.728Z | Compiling fastrand v2.1.1 |
882 | 2025-07-15T20:12:17.985Z | Compiling rustls v0.22.4 |
883 | 2025-07-15T20:12:18.342Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2025-07-15T20:12:18.346Z | Compiling pretty-hex v0.4.1 |
885 | 2025-07-15T20:12:18.591Z | Compiling anyhow v1.0.98 |
886 | 2025-07-15T20:12:19.972Z | Compiling serde_yaml v0.9.34+deprecated |
887 | 2025-07-15T20:12:20.966Z | Compiling tempfile v3.20.0 |
888 | 2025-07-15T20:12:21.111Z | Compiling progenitor-impl v0.9.1 |
889 | 2025-07-15T20:12:22.817Z | Compiling dirs-next v2.0.0 |
890 | 2025-07-15T20:12:23.069Z | Compiling darling_macro v0.20.10 |
891 | 2025-07-15T20:12:25.197Z | Compiling crypto-common v0.1.6 |
892 | 2025-07-15T20:12:25.429Z | Compiling block-buffer v0.10.4 |
893 | 2025-07-15T20:12:25.650Z | Compiling toml_datetime v0.6.11 |
894 | 2025-07-15T20:12:25.680Z | Compiling serde_spanned v0.6.9 |
895 | 2025-07-15T20:12:25.928Z | Compiling rand_core v0.6.4 |
896 | 2025-07-15T20:12:26.398Z | Compiling thread_local v1.1.8 |
897 | 2025-07-15T20:12:26.456Z | Compiling multer v3.1.0 |
898 | 2025-07-15T20:12:26.523Z | Compiling wait-timeout v0.2.0 |
899 | 2025-07-15T20:12:26.964Z | Compiling quick-error v1.2.3 |
900 | 2025-07-15T20:12:27.075Z | Compiling bit-vec v0.8.0 |
901 | 2025-07-15T20:12:27.132Z | Compiling match_cfg v0.1.0 |
902 | 2025-07-15T20:12:27.143Z | Compiling camino v1.1.10 |
903 | 2025-07-15T20:12:27.230Z | Compiling ref-cast v1.0.24 |
904 | 2025-07-15T20:12:27.378Z | Compiling slog-async v2.8.0 |
905 | 2025-07-15T20:12:27.460Z | Compiling winnow v0.7.10 |
906 | 2025-07-15T20:12:28.160Z | Compiling toml_write v0.1.2 |
907 | 2025-07-15T20:12:28.166Z | Compiling bit-set v0.8.0 |
908 | 2025-07-15T20:12:28.166Z | Compiling hostname v0.3.1 |
909 | 2025-07-15T20:12:28.166Z | Compiling rusty-fork v0.3.0 |
910 | 2025-07-15T20:12:28.166Z | Compiling progenitor-macro v0.9.1 |
911 | 2025-07-15T20:12:28.166Z | Compiling rand_chacha v0.3.1 |
912 | 2025-07-15T20:12:29.774Z | Compiling digest v0.10.7 |
913 | 2025-07-15T20:12:29.852Z | Compiling crossbeam-channel v0.5.15 |
914 | 2025-07-15T20:12:30.124Z | Compiling darling v0.20.10 |
915 | 2025-07-15T20:12:30.242Z | Compiling term v0.7.0 |
916 | 2025-07-15T20:12:31.380Z | Compiling toml_edit v0.22.27 |
917 | 2025-07-15T20:12:36.065Z | Compiling progenitor-client v0.9.1 |
918 | 2025-07-15T20:12:36.996Z | Compiling usdt-attr-macro v0.5.0 |
919 | 2025-07-15T20:12:38.288Z | Compiling usdt-macro v0.5.0 |
920 | 2025-07-15T20:12:38.445Z | Compiling slog-json v2.6.1 |
921 | 2025-07-15T20:12:38.890Z | Compiling strum_macros v0.26.4 |
922 | 2025-07-15T20:12:38.900Z | Compiling rand v0.9.1 |
923 | 2025-07-15T20:12:39.548Z | Compiling rand_chacha v0.9.0 |
924 | 2025-07-15T20:12:40.143Z | Compiling rand_xorshift v0.4.0 |
925 | 2025-07-15T20:12:40.442Z | Compiling futures-executor v0.3.31 |
926 | 2025-07-15T20:12:40.519Z | Compiling hex v0.4.3 |
927 | 2025-07-15T20:12:41.177Z | Compiling async-stream-impl v0.3.6 |
928 | 2025-07-15T20:12:41.487Z | Compiling ref-cast-impl v1.0.24 |
929 | 2025-07-15T20:12:42.435Z | Compiling dropshot v0.16.2 |
930 | 2025-07-15T20:12:42.637Z | Compiling is-terminal v0.4.13 |
931 | 2025-07-15T20:12:42.765Z | Compiling memmap v0.7.0 |
932 | 2025-07-15T20:12:42.820Z | Compiling encoding_rs v0.8.34 |
933 | 2025-07-15T20:12:42.927Z | Compiling unarray v0.1.4 |
934 | 2025-07-15T20:12:43.119Z | Compiling lazy_static v1.5.0 |
935 | 2025-07-15T20:12:43.165Z | Compiling cpufeatures v0.2.14 |
936 | 2025-07-15T20:12:43.269Z | Compiling spin v0.9.8 |
937 | 2025-07-15T20:12:43.276Z | Compiling take_mut v0.2.2 |
938 | 2025-07-15T20:12:43.443Z | Compiling mime v0.3.17 |
939 | 2025-07-15T20:12:44.415Z | Compiling sha1 v0.10.6 |
940 | 2025-07-15T20:12:45.222Z | Compiling proptest v1.7.0 |
941 | 2025-07-15T20:12:49.089Z | Compiling usdt v0.5.0 |
942 | 2025-07-15T20:12:50.486Z | Compiling strum v0.26.3 |
943 | 2025-07-15T20:12:50.743Z | Compiling slog-term v2.9.1 |
944 | 2025-07-15T20:12:51.085Z | Compiling async-stream v0.3.6 |
945 | 2025-07-15T20:12:51.434Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-07-15T20:12:51.619Z | Compiling futures v0.3.31 |
947 | 2025-07-15T20:12:51.936Z | Compiling progenitor v0.9.1 |
948 | 2025-07-15T20:12:52.126Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-07-15T20:12:52.421Z | Compiling tokio-rustls v0.25.0 |
950 | 2025-07-15T20:12:52.849Z | Compiling toml v0.8.23 |
951 | 2025-07-15T20:12:52.876Z | Compiling serde_with_macros v3.14.0 |
952 | 2025-07-15T20:12:53.357Z | Compiling rand v0.8.5 |
953 | 2025-07-15T20:12:54.623Z | Compiling parse-display-derive v0.10.0 |
954 | 2025-07-15T20:12:55.126Z | Compiling test-strategy v0.4.1 |
955 | 2025-07-15T20:12:55.301Z | Compiling strum_macros v0.27.1 |
956 | 2025-07-15T20:12:58.012Z | Compiling dropshot_endpoint v0.16.2 |
957 | 2025-07-15T20:12:58.193Z | Compiling serde_path_to_error v0.1.17 |
958 | 2025-07-15T20:12:59.194Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
959 | 2025-07-15T20:12:59.228Z | Compiling async-trait v0.1.88 |
960 | 2025-07-15T20:12:59.744Z | Compiling derive-where v1.5.0 |
961 | 2025-07-15T20:12:59.984Z | Compiling waitgroup v0.1.2 |
962 | 2025-07-15T20:13:00.235Z | Compiling rustls-pemfile v2.2.0 |
963 | 2025-07-15T20:13:00.704Z | Compiling hostname v0.4.0 |
964 | 2025-07-15T20:13:00.950Z | Compiling instant v0.1.13 |
965 | 2025-07-15T20:13:01.112Z | Compiling debug-ignore v1.0.5 |
966 | 2025-07-15T20:13:01.269Z | Compiling rustc-hash v2.1.1 |
967 | 2025-07-15T20:13:01.324Z | Compiling backoff v0.4.0 |
968 | 2025-07-15T20:13:01.446Z | Compiling iddqd v0.3.8 |
969 | 2025-07-15T20:13:01.653Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
970 | 2025-07-15T20:13:01.871Z | Compiling strum v0.27.1 |
971 | 2025-07-15T20:13:02.045Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
972 | 2025-07-15T20:13:02.562Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
973 | 2025-07-15T20:13:02.883Z | Compiling parse-display v0.10.0 |
974 | 2025-07-15T20:13:03.032Z | Compiling serde_with v3.14.0 |
975 | 2025-07-15T20:13:04.877Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
976 | 2025-07-15T20:13:05.203Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
977 | 2025-07-15T20:13:06.009Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
978 | 2025-07-15T20:13:06.273Z | Compiling progenitor-client v0.10.0 |
979 | 2025-07-15T20:13:06.513Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
980 | 2025-07-15T20:13:06.788Z | Compiling macaddr v1.0.1 |
981 | 2025-07-15T20:13:11.478Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
982 | 2025-07-15T20:13:21.205Z | Compiling test-project v0.1.0 (/tmp/test-project) |
983 | 2025-07-15T20:13:30.954Z | Finished `release` profile [optimized] target(s) in 2m 32s |
984 | 2025-07-15T20:13:31.003Z | process exited: duration 220389 ms, exit code 0 |
|
985 | 2025-07-15T20:13:31.048Z | found 0 output files |