|
|
|
1 | 2025-06-18T17:44:30.085Z | job assigned to worker 01JY226SRH49MSJH4EAXCG3ZW4 [factory aws, i-0a28c89bed242abd7] (queued for 1 m 14 s) |
|
2 | 2025-06-18T17:44:37.915Z | starting task 0: "setup" |
3 | 2025-06-18T17:44:37.919Z | ++ uname -s |
4 | 2025-06-18T17:44:37.922Z | + kern=SunOS |
5 | 2025-06-18T17:44:37.923Z | + build_user=build |
6 | 2025-06-18T17:44:37.923Z | + build_uid=12345 |
7 | 2025-06-18T17:44:37.923Z | + work_dir=/work |
8 | 2025-06-18T17:44:37.923Z | + input_dir=/input |
9 | 2025-06-18T17:44:37.923Z | + [[ 0 == 12345 ]] |
10 | 2025-06-18T17:44:37.923Z | + case "$kern" in |
11 | 2025-06-18T17:44:37.923Z | + groupadd -g 12345 build |
12 | 2025-06-18T17:44:37.926Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-06-18T17:44:39.942Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-06-18T17:44:40.072Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-06-18T17:44:40.080Z | + home_fs=zfs |
16 | 2025-06-18T17:44:40.080Z | + [[ zfs == autofs ]] |
17 | 2025-06-18T17:44:40.080Z | + mkdir -p /home/build |
18 | 2025-06-18T17:44:40.080Z | + chown build:build /home/build /work |
19 | 2025-06-18T17:44:42.087Z | + chmod 0700 /home/build /work |
20 | 2025-06-18T17:44:42.090Z | process exited: duration 4158 ms, exit code 0 |
|
21 | 2025-06-18T17:44:42.096Z | starting task 1: "rust-toolchain" |
22 | 2025-06-18T17:44:42.101Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
23 | 2025-06-18T17:44:42.102Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-06-18T17:44:42.102Z | * rust toolchain channel = "1.87.0" |
25 | 2025-06-18T17:44:42.102Z | * rust toolchain profile = "default" |
26 | 2025-06-18T17:44:42.102Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-06-18T17:44:42.102Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-06-18T17:44:42.104Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-06-18T17:44:42.104Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
30 | 2025-06-18T17:44:42.226Z | info: downloading installer |
31 | 2025-06-18T17:44:43.937Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-06-18T17:44:43.937Z | warn: /opt/ooce/bin |
33 | 2025-06-18T17:44:43.937Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-06-18T17:44:43.937Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-06-18T17:44:43.937Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-06-18T17:44:43.937Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-06-18T17:44:43.937Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-06-18T17:44:43.937Z | error: cannot install while Rust is installed |
39 | 2025-06-18T17:44:43.937Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-06-18T17:44:43.955Z | info: profile set to 'default' |
41 | 2025-06-18T17:44:43.955Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-06-18T17:44:43.960Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
43 | 2025-06-18T17:44:44.157Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
44 | 2025-06-18T17:44:44.158Z | info: downloading component 'cargo' |
45 | 2025-06-18T17:44:44.971Z | info: downloading component 'clippy' |
46 | 2025-06-18T17:44:45.371Z | info: downloading component 'rust-docs' |
47 | 2025-06-18T17:44:46.918Z | info: downloading component 'rust-std' |
48 | 2025-06-18T17:44:49.257Z | info: downloading component 'rustc' |
49 | 2025-06-18T17:44:56.763Z | info: downloading component 'rustfmt' |
50 | 2025-06-18T17:44:57.100Z | info: installing component 'cargo' |
51 | 2025-06-18T17:44:57.978Z | info: installing component 'clippy' |
52 | 2025-06-18T17:44:58.379Z | info: installing component 'rust-docs' |
53 | 2025-06-18T17:45:00.205Z | info: installing component 'rust-std' |
54 | 2025-06-18T17:45:02.065Z | info: installing component 'rustc' |
55 | 2025-06-18T17:45:08.681Z | info: installing component 'rustfmt' |
56 | 2025-06-18T17:45:09.016Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
57 | 2025-06-18T17:45:09.016Z | |
58 | 2025-06-18T17:45:09.454Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
59 | 2025-06-18T17:45:09.454Z | |
60 | 2025-06-18T17:45:09.458Z | |
61 | 2025-06-18T17:45:09.458Z | Rust is installed now. Great! |
62 | 2025-06-18T17:45:09.458Z | |
63 | 2025-06-18T17:45:09.458Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-06-18T17:45:09.459Z | environment variable. This has not been done automatically. |
65 | 2025-06-18T17:45:09.459Z | |
66 | 2025-06-18T17:45:09.459Z | To configure your current shell, you need to source |
67 | 2025-06-18T17:45:09.459Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-06-18T17:45:09.459Z | |
69 | 2025-06-18T17:45:09.459Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-06-18T17:45:09.459Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-06-18T17:45:09.459Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-06-18T17:45:09.459Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-06-18T17:45:09.529Z | + rustup --version |
74 | 2025-06-18T17:45:09.542Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-06-18T17:45:09.545Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-06-18T17:45:09.625Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
77 | 2025-06-18T17:45:09.629Z | + cargo --version |
78 | 2025-06-18T17:45:09.688Z | cargo 1.87.0 (99624be96 2025-05-06) |
79 | 2025-06-18T17:45:09.691Z | + rustc --version |
80 | 2025-06-18T17:45:09.758Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
81 | 2025-06-18T17:45:09.761Z | process exited: duration 27536 ms, exit code 0 |
|
82 | 2025-06-18T17:45:09.769Z | starting task 2: "authentication" |
83 | 2025-06-18T17:45:09.791Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-06-18T17:45:09.797Z | starting task 3: "clone repository" |
85 | 2025-06-18T17:45:09.802Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-06-18T17:45:09.805Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-06-18T17:45:09.939Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-06-18T17:45:20.679Z | + cd /work/oxidecomputer/omicron |
89 | 2025-06-18T17:45:20.679Z | + git fetch origin f079b31edcee61601722ea63931e024acd94f5f5 |
90 | 2025-06-18T17:45:21.044Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-06-18T17:45:21.044Z | * branch f079b31edcee61601722ea63931e024acd94f5f5 -> FETCH_HEAD |
92 | 2025-06-18T17:45:21.056Z | + [[ -n sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]] |
93 | 2025-06-18T17:45:21.059Z | ++ git branch --show-current |
94 | 2025-06-18T17:45:21.062Z | + current=main |
95 | 2025-06-18T17:45:21.062Z | + [[ main != sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]] |
96 | 2025-06-18T17:45:21.062Z | + git branch -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset f079b31edcee61601722ea63931e024acd94f5f5 |
97 | 2025-06-18T17:45:21.066Z | + git checkout -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset |
98 | 2025-06-18T17:45:21.224Z | Switched to branch 'sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset' |
99 | 2025-06-18T17:45:21.228Z | + git reset --hard f079b31edcee61601722ea63931e024acd94f5f5 |
100 | 2025-06-18T17:45:21.384Z | HEAD is now at f079b31ed fix the mupdate ID |
101 | 2025-06-18T17:45:21.387Z | process exited: duration 11534 ms, exit code 0 |
|
102 | 2025-06-18T17:45:21.393Z | starting task 4: "build" |
103 | 2025-06-18T17:45:21.399Z | + source .github/buildomat/ci-env.sh |
104 | 2025-06-18T17:45:21.399Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-06-18T17:45:21.399Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-06-18T17:45:21.399Z | + cargo --version |
107 | 2025-06-18T17:45:21.457Z | cargo 1.87.0 (99624be96 2025-05-06) |
108 | 2025-06-18T17:45:21.461Z | + rustc --version |
109 | 2025-06-18T17:45:21.530Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
110 | 2025-06-18T17:45:21.533Z | + cd /tmp |
111 | 2025-06-18T17:45:21.536Z | + cargo new --lib test-project |
112 | 2025-06-18T17:45:21.606Z | Creating library `test-project` package |
113 | 2025-06-18T17:45:21.689Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-06-18T17:45:21.692Z | + cd test-project |
115 | 2025-06-18T17:45:21.692Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-06-18T17:45:21.763Z | Adding omicron-common (local) to dependencies |
117 | 2025-06-18T17:45:21.763Z | Features: |
118 | 2025-06-18T17:45:21.766Z | - proptest |
119 | 2025-06-18T17:45:21.766Z | - test-strategy |
120 | 2025-06-18T17:45:21.766Z | - testing |
121 | 2025-06-18T17:45:21.792Z | Updating crates.io index |
122 | 2025-06-18T17:45:21.859Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-06-18T17:45:22.294Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-06-18T17:45:22.931Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-06-18T17:45:23.270Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-06-18T17:45:23.569Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-06-18T17:45:24.821Z | Locking 342 packages to latest Rust 1.87.0 compatible versions |
128 | 2025-06-18T17:45:24.925Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-06-18T17:45:24.928Z | + cargo check |
130 | 2025-06-18T17:45:25.107Z | Updating crates.io index |
131 | 2025-06-18T17:45:26.216Z | Locking 1 package to latest Rust 1.87.0 compatible version |
132 | 2025-06-18T17:45:26.216Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-06-18T17:45:26.256Z | Downloading crates ... |
134 | 2025-06-18T17:45:26.337Z | Downloaded async-stream v0.3.6 |
135 | 2025-06-18T17:45:26.342Z | Downloaded anyhow v1.0.98 |
136 | 2025-06-18T17:45:26.346Z | Downloaded backoff v0.4.0 |
137 | 2025-06-18T17:45:26.353Z | Downloaded aho-corasick v1.1.3 |
138 | 2025-06-18T17:45:26.360Z | Downloaded structmeta-derive v0.3.0 |
139 | 2025-06-18T17:45:26.367Z | Downloaded futures-sink v0.3.31 |
140 | 2025-06-18T17:45:26.367Z | Downloaded displaydoc v0.2.5 |
141 | 2025-06-18T17:45:26.367Z | Downloaded futures v0.3.31 |
142 | 2025-06-18T17:45:26.371Z | Downloaded synstructure v0.13.1 |
143 | 2025-06-18T17:45:26.376Z | Downloaded structmeta v0.3.0 |
144 | 2025-06-18T17:45:26.376Z | Downloaded strum v0.26.3 |
145 | 2025-06-18T17:45:26.376Z | Downloaded equivalent v1.0.2 |
146 | 2025-06-18T17:45:26.379Z | Downloaded test-strategy v0.4.1 |
147 | 2025-06-18T17:45:26.382Z | Downloaded icu_normalizer v1.5.0 |
148 | 2025-06-18T17:45:26.385Z | Downloaded hyper-rustls v0.27.3 |
149 | 2025-06-18T17:45:26.389Z | Downloaded ident_case v1.0.1 |
150 | 2025-06-18T17:45:26.392Z | Downloaded icu_locid v1.5.0 |
151 | 2025-06-18T17:45:26.395Z | Downloaded foldhash v0.1.5 |
152 | 2025-06-18T17:45:26.397Z | Downloaded debug-ignore v1.0.5 |
153 | 2025-06-18T17:45:26.401Z | Downloaded sync_wrapper v1.0.1 |
154 | 2025-06-18T17:45:26.401Z | Downloaded dropshot_endpoint v0.16.2 |
155 | 2025-06-18T17:45:26.404Z | Downloaded bit-set v0.8.0 |
156 | 2025-06-18T17:45:26.407Z | Downloaded darling v0.20.10 |
157 | 2025-06-18T17:45:26.411Z | Downloaded subtle v2.6.1 |
158 | 2025-06-18T17:45:26.414Z | Downloaded httpdate v1.0.3 |
159 | 2025-06-18T17:45:26.416Z | Downloaded tokio-macros v2.5.0 |
160 | 2025-06-18T17:45:26.420Z | Downloaded tokio-rustls v0.25.0 |
161 | 2025-06-18T17:45:26.423Z | Downloaded instant v0.1.13 |
162 | 2025-06-18T17:45:26.423Z | Downloaded futures-macro v0.3.31 |
163 | 2025-06-18T17:45:26.425Z | Downloaded dirs-sys-next v0.1.2 |
164 | 2025-06-18T17:45:26.425Z | Downloaded strum_macros v0.26.4 |
165 | 2025-06-18T17:45:26.428Z | Downloaded icu_provider_macros v1.5.0 |
166 | 2025-06-18T17:45:26.431Z | Downloaded async-stream-impl v0.3.6 |
167 | 2025-06-18T17:45:26.440Z | Downloaded darling_macro v0.20.10 |
168 | 2025-06-18T17:45:26.445Z | Downloaded usdt-attr-macro v0.5.0 |
169 | 2025-06-18T17:45:26.448Z | Downloaded http-body v1.0.1 |
170 | 2025-06-18T17:45:26.448Z | Downloaded dtrace-parser v0.2.0 |
171 | 2025-06-18T17:45:26.458Z | Downloaded block-buffer v0.10.4 |
172 | 2025-06-18T17:45:26.461Z | Downloaded try-lock v0.2.5 |
173 | 2025-06-18T17:45:26.465Z | Downloaded itoa v1.0.11 |
174 | 2025-06-18T17:45:26.465Z | Downloaded heck v0.5.0 |
175 | 2025-06-18T17:45:26.468Z | Downloaded usdt v0.5.0 |
176 | 2025-06-18T17:45:26.471Z | Downloaded atomic-waker v1.1.2 |
177 | 2025-06-18T17:45:26.471Z | Downloaded futures-task v0.3.31 |
178 | 2025-06-18T17:45:26.473Z | Downloaded progenitor-client v0.9.1 |
179 | 2025-06-18T17:45:26.475Z | Downloaded pretty-hex v0.4.1 |
180 | 2025-06-18T17:45:26.475Z | Downloaded ipnetwork v0.21.1 |
181 | 2025-06-18T17:45:26.478Z | Downloaded waitgroup v0.1.2 |
182 | 2025-06-18T17:45:26.481Z | Downloaded is-terminal v0.4.13 |
183 | 2025-06-18T17:45:26.488Z | Downloaded num-conv v0.1.0 |
184 | 2025-06-18T17:45:26.488Z | Downloaded match_cfg v0.1.0 |
185 | 2025-06-18T17:45:26.488Z | Downloaded want v0.3.1 |
186 | 2025-06-18T17:45:26.488Z | Downloaded dyn-clone v1.0.19 |
187 | 2025-06-18T17:45:26.492Z | Downloaded toml_write v0.1.1 |
188 | 2025-06-18T17:45:26.492Z | Downloaded idna_adapter v1.2.0 |
189 | 2025-06-18T17:45:26.494Z | Downloaded unarray v0.1.4 |
190 | 2025-06-18T17:45:26.494Z | Downloaded utf16_iter v1.0.5 |
191 | 2025-06-18T17:45:26.497Z | Downloaded hex v0.4.3 |
192 | 2025-06-18T17:45:26.501Z | Downloaded autocfg v1.4.0 |
193 | 2025-06-18T17:45:26.501Z | Downloaded usdt-macro v0.5.0 |
194 | 2025-06-18T17:45:26.504Z | Downloaded lazy_static v1.5.0 |
195 | 2025-06-18T17:45:26.504Z | Downloaded futures-core v0.3.31 |
196 | 2025-06-18T17:45:26.508Z | Downloaded take_mut v0.2.2 |
197 | 2025-06-18T17:45:26.508Z | Downloaded form_urlencoded v1.2.1 |
198 | 2025-06-18T17:45:26.511Z | Downloaded crypto-common v0.1.6 |
199 | 2025-06-18T17:45:26.511Z | Downloaded yoke-derive v0.7.4 |
200 | 2025-06-18T17:45:26.514Z | Downloaded write16 v1.0.0 |
201 | 2025-06-18T17:45:26.514Z | Downloaded cfg-if v1.0.1 |
202 | 2025-06-18T17:45:26.517Z | Downloaded async-trait v0.1.88 |
203 | 2025-06-18T17:45:26.520Z | Downloaded hostname v0.3.1 |
204 | 2025-06-18T17:45:26.522Z | Downloaded omicron-workspace-hack v0.1.0 |
205 | 2025-06-18T17:45:26.523Z | Downloaded fastrand v2.1.1 |
206 | 2025-06-18T17:45:26.526Z | Downloaded hostname v0.4.0 |
207 | 2025-06-18T17:45:26.526Z | Downloaded wait-timeout v0.2.0 |
208 | 2025-06-18T17:45:26.528Z | Downloaded generic-array v0.14.7 |
209 | 2025-06-18T17:45:26.531Z | Downloaded getrandom v0.2.15 |
210 | 2025-06-18T17:45:26.534Z | Downloaded thread_local v1.1.8 |
211 | 2025-06-18T17:45:26.536Z | Downloaded parse-display v0.10.0 |
212 | 2025-06-18T17:45:26.536Z | Downloaded tinyvec_macros v0.1.1 |
213 | 2025-06-18T17:45:26.539Z | Downloaded digest v0.10.7 |
214 | 2025-06-18T17:45:26.539Z | Downloaded bit-vec v0.8.0 |
215 | 2025-06-18T17:45:26.542Z | Downloaded num_threads v0.1.7 |
216 | 2025-06-18T17:45:26.545Z | Downloaded time-core v0.1.2 |
217 | 2025-06-18T17:45:26.545Z | Downloaded http-body-util v0.1.3 |
218 | 2025-06-18T17:45:26.548Z | Downloaded futures-io v0.3.31 |
219 | 2025-06-18T17:45:26.548Z | Downloaded daft v0.1.3 |
220 | 2025-06-18T17:45:26.552Z | Downloaded cpufeatures v0.2.14 |
221 | 2025-06-18T17:45:26.553Z | Downloaded ppv-lite86 v0.2.20 |
222 | 2025-06-18T17:45:26.555Z | Downloaded mime v0.3.17 |
223 | 2025-06-18T17:45:26.555Z | Downloaded ref-cast v1.0.24 |
224 | 2025-06-18T17:45:26.558Z | Downloaded typify-macro v0.3.0 |
225 | 2025-06-18T17:45:26.561Z | Downloaded iana-time-zone v0.1.63 |
226 | 2025-06-18T17:45:26.564Z | Downloaded tracing v0.1.40 |
227 | 2025-06-18T17:45:26.567Z | Downloaded rand_xorshift v0.4.0 |
228 | 2025-06-18T17:45:26.570Z | Downloaded progenitor-client v0.10.0 |
229 | 2025-06-18T17:45:26.570Z | Downloaded lock_api v0.4.12 |
230 | 2025-06-18T17:45:26.575Z | Downloaded untrusted v0.9.0 |
231 | 2025-06-18T17:45:26.578Z | Downloaded toml_datetime v0.6.9 |
232 | 2025-06-18T17:45:26.578Z | Downloaded byteorder v1.5.0 |
233 | 2025-06-18T17:45:26.581Z | Downloaded thread-id v4.2.2 |
234 | 2025-06-18T17:45:26.581Z | Downloaded dirs-next v2.0.0 |
235 | 2025-06-18T17:45:26.584Z | Downloaded icu_locid_transform v1.5.0 |
236 | 2025-06-18T17:45:26.584Z | Downloaded zeroize v1.8.1 |
237 | 2025-06-18T17:45:26.587Z | Downloaded ipnet v2.11.0 |
238 | 2025-06-18T17:45:26.589Z | Downloaded pin-utils v0.1.0 |
239 | 2025-06-18T17:45:26.589Z | Downloaded zerofrom-derive v0.1.4 |
240 | 2025-06-18T17:45:26.592Z | Downloaded thiserror-impl v2.0.12 |
241 | 2025-06-18T17:45:26.592Z | Downloaded rusty-fork v0.3.0 |
242 | 2025-06-18T17:45:26.595Z | Downloaded typify v0.3.0 |
243 | 2025-06-18T17:45:26.599Z | Downloaded stable_deref_trait v1.2.0 |
244 | 2025-06-18T17:45:26.601Z | Downloaded utf8_iter v1.0.4 |
245 | 2025-06-18T17:45:26.601Z | Downloaded tinystr v0.7.6 |
246 | 2025-06-18T17:45:26.604Z | Downloaded serde_urlencoded v0.7.1 |
247 | 2025-06-18T17:45:26.608Z | Downloaded parse-display-derive v0.10.0 |
248 | 2025-06-18T17:45:26.608Z | Downloaded zerovec-derive v0.10.3 |
249 | 2025-06-18T17:45:26.610Z | Downloaded paste v1.0.15 |
250 | 2025-06-18T17:45:26.613Z | Downloaded slog-async v2.8.0 |
251 | 2025-06-18T17:45:26.613Z | Downloaded progenitor-macro v0.9.1 |
252 | 2025-06-18T17:45:26.616Z | Downloaded tokio-rustls v0.26.0 |
253 | 2025-06-18T17:45:26.618Z | Downloaded signal-hook-registry v1.4.2 |
254 | 2025-06-18T17:45:26.618Z | Downloaded usdt-impl v0.5.0 |
255 | 2025-06-18T17:45:26.621Z | Downloaded oxnet v0.1.2 |
256 | 2025-06-18T17:45:26.621Z | Downloaded libc v0.2.174 |
257 | 2025-06-18T17:45:26.648Z | Downloaded scroll_derive v0.12.0 |
258 | 2025-06-18T17:45:26.651Z | Downloaded derive-where v1.2.7 |
259 | 2025-06-18T17:45:26.654Z | Downloaded crossbeam-utils v0.8.21 |
260 | 2025-06-18T17:45:26.657Z | Downloaded crossbeam-channel v0.5.15 |
261 | 2025-06-18T17:45:26.660Z | Downloaded icu_provider v1.5.0 |
262 | 2025-06-18T17:45:26.663Z | Downloaded thiserror-impl v1.0.69 |
263 | 2025-06-18T17:45:26.666Z | Downloaded camino v1.1.10 |
264 | 2025-06-18T17:45:26.668Z | Downloaded getrandom v0.3.1 |
265 | 2025-06-18T17:45:26.671Z | Downloaded slog-bunyan v2.5.0 |
266 | 2025-06-18T17:45:26.674Z | Downloaded writeable v0.5.5 |
267 | 2025-06-18T17:45:26.674Z | Downloaded term v0.7.0 |
268 | 2025-06-18T17:45:26.677Z | Downloaded icu_locid_transform_data v1.5.0 |
269 | 2025-06-18T17:45:26.680Z | Downloaded bitflags v2.9.0 |
270 | 2025-06-18T17:45:26.683Z | Downloaded pest_generator v2.7.14 |
271 | 2025-06-18T17:45:26.686Z | Downloaded quinn-udp v0.5.5 |
272 | 2025-06-18T17:45:26.688Z | Downloaded powerfmt v0.2.0 |
273 | 2025-06-18T17:45:26.688Z | Downloaded serde_spanned v0.6.8 |
274 | 2025-06-18T17:45:26.692Z | Downloaded sha1 v0.10.6 |
275 | 2025-06-18T17:45:26.693Z | Downloaded zerocopy-derive v0.7.35 |
276 | 2025-06-18T17:45:26.695Z | Downloaded typenum v1.17.0 |
277 | 2025-06-18T17:45:26.698Z | Downloaded ref-cast-impl v1.0.24 |
278 | 2025-06-18T17:45:26.701Z | Downloaded percent-encoding v2.3.1 |
279 | 2025-06-18T17:45:26.701Z | Downloaded once_cell v1.21.3 |
280 | 2025-06-18T17:45:26.704Z | Downloaded litemap v0.7.3 |
281 | 2025-06-18T17:45:26.707Z | Downloaded time-macros v0.2.18 |
282 | 2025-06-18T17:45:26.707Z | Downloaded rand_core v0.6.4 |
283 | 2025-06-18T17:45:26.710Z | Downloaded pin-project-lite v0.2.14 |
284 | 2025-06-18T17:45:26.714Z | Downloaded plain v0.2.3 |
285 | 2025-06-18T17:45:26.716Z | Downloaded shlex v1.3.0 |
286 | 2025-06-18T17:45:26.716Z | Downloaded serde_derive_internals v0.29.1 |
287 | 2025-06-18T17:45:26.719Z | Downloaded rustls-pemfile v2.2.0 |
288 | 2025-06-18T17:45:26.723Z | Downloaded icu_properties v1.5.1 |
289 | 2025-06-18T17:45:26.727Z | Downloaded rustc-hash v2.1.1 |
290 | 2025-06-18T17:45:26.727Z | Downloaded multer v3.1.0 |
291 | 2025-06-18T17:45:26.730Z | Downloaded ucd-trie v0.1.7 |
292 | 2025-06-18T17:45:26.730Z | Downloaded tracing-core v0.1.32 |
293 | 2025-06-18T17:45:26.732Z | Downloaded slog-json v2.6.1 |
294 | 2025-06-18T17:45:26.735Z | Downloaded thiserror v2.0.12 |
295 | 2025-06-18T17:45:26.740Z | Downloaded allocator-api2 v0.2.21 |
296 | 2025-06-18T17:45:26.745Z | Downloaded rustversion v1.0.17 |
297 | 2025-06-18T17:45:26.747Z | Downloaded schemars_derive v0.8.22 |
298 | 2025-06-18T17:45:26.750Z | Downloaded serde_path_to_error v0.1.17 |
299 | 2025-06-18T17:45:26.750Z | Downloaded num-traits v0.2.19 |
300 | 2025-06-18T17:45:26.754Z | Downloaded serde_with_macros v3.12.0 |
301 | 2025-06-18T17:45:26.758Z | Downloaded sha2 v0.10.9 |
302 | 2025-06-18T17:45:26.761Z | Downloaded semver v1.0.26 |
303 | 2025-06-18T17:45:26.761Z | Downloaded smallvec v1.15.0 |
304 | 2025-06-18T17:45:26.764Z | Downloaded scroll v0.12.0 |
305 | 2025-06-18T17:45:26.769Z | Downloaded slog-term v2.9.1 |
306 | 2025-06-18T17:45:26.769Z | Downloaded quote v1.0.40 |
307 | 2025-06-18T17:45:26.775Z | Downloaded rand_core v0.9.2 |
308 | 2025-06-18T17:45:26.775Z | Downloaded ryu v1.0.18 |
309 | 2025-06-18T17:45:26.778Z | Downloaded socket2 v0.5.10 |
310 | 2025-06-18T17:45:26.778Z | Downloaded indexmap v1.9.3 |
311 | 2025-06-18T17:45:26.782Z | Downloaded slog v2.7.0 |
312 | 2025-06-18T17:45:26.785Z | Downloaded serde_derive v1.0.219 |
313 | 2025-06-18T17:45:26.788Z | Downloaded url v2.5.3 |
314 | 2025-06-18T17:45:26.790Z | Downloaded unsafe-libyaml v0.2.11 |
315 | 2025-06-18T17:45:26.795Z | Downloaded progenitor-impl v0.9.1 |
316 | 2025-06-18T17:45:26.798Z | Downloaded cc v1.2.15 |
317 | 2025-06-18T17:45:26.801Z | Downloaded toml v0.8.22 |
318 | 2025-06-18T17:45:26.834Z | Downloaded rustls-pki-types v1.10.0 |
319 | 2025-06-18T17:45:26.837Z | Downloaded base64 v0.22.1 |
320 | 2025-06-18T17:45:26.841Z | Downloaded schemars v0.8.22 |
321 | 2025-06-18T17:45:26.852Z | Downloaded serde_yaml v0.9.34+deprecated |
322 | 2025-06-18T17:45:26.856Z | Downloaded mio v1.0.2 |
323 | 2025-06-18T17:45:26.861Z | Downloaded memchr v2.7.4 |
324 | 2025-06-18T17:45:26.867Z | Downloaded idna v1.0.3 |
325 | 2025-06-18T17:45:26.871Z | Downloaded serde v1.0.219 |
326 | 2025-06-18T17:45:26.875Z | Downloaded log v0.4.27 |
327 | 2025-06-18T17:45:26.878Z | Downloaded quinn v0.11.5 |
328 | 2025-06-18T17:45:26.881Z | Downloaded indexmap v2.9.0 |
329 | 2025-06-18T17:45:26.885Z | Downloaded h2 v0.4.6 |
330 | 2025-06-18T17:45:26.892Z | Downloaded rand v0.9.1 |
331 | 2025-06-18T17:45:26.897Z | Downloaded tower v0.5.2 |
332 | 2025-06-18T17:45:26.906Z | Downloaded tokio-util v0.7.13 |
333 | 2025-06-18T17:45:26.913Z | Downloaded pest v2.7.14 |
334 | 2025-06-18T17:45:26.919Z | Downloaded rand v0.8.5 |
335 | 2025-06-18T17:45:26.922Z | Downloaded tower-http v0.6.6 |
336 | 2025-06-18T17:45:26.931Z | Downloaded serde_with v3.12.0 |
337 | 2025-06-18T17:45:26.941Z | Downloaded zerovec v0.10.4 |
338 | 2025-06-18T17:45:26.946Z | Downloaded goblin v0.8.2 |
339 | 2025-06-18T17:45:26.953Z | Downloaded zerocopy v0.7.35 |
340 | 2025-06-18T17:45:26.970Z | Downloaded toml_edit v0.22.26 |
341 | 2025-06-18T17:45:27.003Z | Downloaded serde_json v1.0.140 |
342 | 2025-06-18T17:45:27.010Z | Downloaded winnow v0.7.10 |
343 | 2025-06-18T17:45:27.019Z | Downloaded proptest v1.7.0 |
344 | 2025-06-18T17:45:27.029Z | Downloaded icu_properties_data v1.5.0 |
345 | 2025-06-18T17:45:27.040Z | Downloaded chrono v0.4.41 |
346 | 2025-06-18T17:45:27.048Z | Downloaded hyper v1.6.0 |
347 | 2025-06-18T17:45:27.054Z | Downloaded futures-util v0.3.31 |
348 | 2025-06-18T17:45:27.067Z | Downloaded reqwest v0.12.20 |
349 | 2025-06-18T17:45:27.075Z | Downloaded webpki-roots v1.0.0 |
350 | 2025-06-18T17:45:27.079Z | Downloaded webpki-roots v0.26.6 |
351 | 2025-06-18T17:45:27.083Z | Downloaded rustls v0.22.4 |
352 | 2025-06-18T17:45:27.097Z | Downloaded syn v2.0.103 |
353 | 2025-06-18T17:45:27.110Z | Downloaded zerocopy v0.8.25 |
354 | 2025-06-18T17:45:27.133Z | Downloaded regex v1.11.1 |
355 | 2025-06-18T17:45:27.145Z | Downloaded rustix v1.0.7 |
356 | 2025-06-18T17:45:27.168Z | Downloaded dropshot v0.16.2 |
357 | 2025-06-18T17:45:27.189Z | Downloaded regress v0.10.3 |
358 | 2025-06-18T17:45:27.198Z | Downloaded rustls-webpki v0.102.8 |
359 | 2025-06-18T17:45:27.215Z | Downloaded rustls v0.23.19 |
360 | 2025-06-18T17:45:27.227Z | Downloaded regex-syntax v0.8.5 |
361 | 2025-06-18T17:45:27.235Z | Downloaded openapiv3 v2.0.0 |
362 | 2025-06-18T17:45:27.247Z | Downloaded quinn-proto v0.11.8 |
363 | 2025-06-18T17:45:27.252Z | Downloaded typify-impl v0.3.0 |
364 | 2025-06-18T17:45:27.267Z | Downloaded hashbrown v0.15.3 |
365 | 2025-06-18T17:45:27.272Z | Downloaded iri-string v0.7.8 |
366 | 2025-06-18T17:45:27.278Z | Downloaded iddqd v0.3.7 |
367 | 2025-06-18T17:45:27.284Z | Downloaded icu_collections v1.5.0 |
368 | 2025-06-18T17:45:27.290Z | Downloaded http v1.3.1 |
369 | 2025-06-18T17:45:27.294Z | Downloaded regex-automata v0.4.8 |
370 | 2025-06-18T17:45:27.312Z | Downloaded hashbrown v0.12.3 |
371 | 2025-06-18T17:45:27.315Z | Downloaded bytes v1.10.1 |
372 | 2025-06-18T17:45:27.319Z | Downloaded parking_lot v0.12.3 |
373 | 2025-06-18T17:45:27.322Z | Downloaded uuid v1.17.0 |
374 | 2025-06-18T17:45:27.325Z | Downloaded yoke v0.7.4 |
375 | 2025-06-18T17:45:27.328Z | Downloaded pest_meta v2.7.14 |
376 | 2025-06-18T17:45:27.328Z | Downloaded spin v0.9.8 |
377 | 2025-06-18T17:45:27.331Z | Downloaded tinyvec v1.8.0 |
378 | 2025-06-18T17:45:27.334Z | Downloaded tempfile v3.20.0 |
379 | 2025-06-18T17:45:27.337Z | Downloaded darling_core v0.20.10 |
380 | 2025-06-18T17:45:27.340Z | Downloaded proc-macro2 v1.0.95 |
381 | 2025-06-18T17:45:27.343Z | Downloaded unicode-ident v1.0.18 |
382 | 2025-06-18T17:45:27.346Z | Downloaded rand_chacha v0.9.0 |
383 | 2025-06-18T17:45:27.346Z | Downloaded rand_chacha v0.3.1 |
384 | 2025-06-18T17:45:27.350Z | Downloaded slab v0.4.9 |
385 | 2025-06-18T17:45:27.350Z | Downloaded parking_lot_core v0.9.10 |
386 | 2025-06-18T17:45:27.353Z | Downloaded serde_tokenstream v0.2.2 |
387 | 2025-06-18T17:45:27.353Z | Downloaded quick-error v1.2.3 |
388 | 2025-06-18T17:45:27.353Z | Downloaded scopeguard v1.2.0 |
389 | 2025-06-18T17:45:27.357Z | Downloaded pest_derive v2.7.14 |
390 | 2025-06-18T17:45:27.357Z | Downloaded newtype-uuid v1.2.4 |
391 | 2025-06-18T17:45:27.357Z | Downloaded icu_normalizer_data v1.5.0 |
392 | 2025-06-18T17:45:27.360Z | Downloaded futures-executor v0.3.31 |
393 | 2025-06-18T17:45:27.360Z | Downloaded hyper-util v0.1.14 |
394 | 2025-06-18T17:45:27.365Z | Downloaded futures-channel v0.3.31 |
395 | 2025-06-18T17:45:27.368Z | Downloaded tokio v1.45.0 |
396 | 2025-06-18T17:45:27.404Z | Downloaded time v0.3.36 |
397 | 2025-06-18T17:45:27.410Z | Downloaded httparse v1.9.5 |
398 | 2025-06-18T17:45:27.413Z | Downloaded daft-derive v0.1.3 |
399 | 2025-06-18T17:45:27.416Z | Downloaded thiserror v1.0.69 |
400 | 2025-06-18T17:45:27.420Z | Downloaded progenitor v0.9.1 |
401 | 2025-06-18T17:45:27.423Z | Downloaded version_check v0.9.5 |
402 | 2025-06-18T17:45:27.423Z | Downloaded memmap v0.7.0 |
403 | 2025-06-18T17:45:27.426Z | Downloaded macaddr v1.0.1 |
404 | 2025-06-18T17:45:27.430Z | Downloaded strsim v0.11.1 |
405 | 2025-06-18T17:45:27.430Z | Downloaded errno v0.3.12 |
406 | 2025-06-18T17:45:27.430Z | Downloaded deranged v0.3.11 |
407 | 2025-06-18T17:45:27.433Z | Downloaded zerofrom v0.1.4 |
408 | 2025-06-18T17:45:27.433Z | Downloaded tower-service v0.3.3 |
409 | 2025-06-18T17:45:27.433Z | Downloaded tower-layer v0.3.3 |
410 | 2025-06-18T17:45:27.433Z | Downloaded fnv v1.0.7 |
411 | 2025-06-18T17:45:27.436Z | Downloaded dof v0.3.0 |
412 | 2025-06-18T17:45:27.454Z | Downloaded encoding_rs v0.8.34 |
413 | 2025-06-18T17:45:27.486Z | Downloaded ring v0.17.14 |
414 | 2025-06-18T17:45:27.595Z | Compiling proc-macro2 v1.0.95 |
415 | 2025-06-18T17:45:27.595Z | Compiling unicode-ident v1.0.18 |
416 | 2025-06-18T17:45:27.598Z | Compiling libc v0.2.174 |
417 | 2025-06-18T17:45:27.598Z | Checking cfg-if v1.0.1 |
418 | 2025-06-18T17:45:27.598Z | Compiling autocfg v1.4.0 |
419 | 2025-06-18T17:45:27.712Z | Compiling serde v1.0.219 |
420 | 2025-06-18T17:45:27.715Z | Checking memchr v2.7.4 |
421 | 2025-06-18T17:45:27.715Z | Compiling serde_json v1.0.140 |
422 | 2025-06-18T17:45:27.801Z | Checking itoa v1.0.11 |
423 | 2025-06-18T17:45:28.011Z | Checking ryu v1.0.18 |
424 | 2025-06-18T17:45:28.212Z | Compiling getrandom v0.3.1 |
425 | 2025-06-18T17:45:28.238Z | Compiling semver v1.0.26 |
426 | 2025-06-18T17:45:28.498Z | Checking pin-project-lite v0.2.14 |
427 | 2025-06-18T17:45:28.552Z | Checking smallvec v1.15.0 |
428 | 2025-06-18T17:45:28.625Z | Checking futures-core v0.3.31 |
429 | 2025-06-18T17:45:28.650Z | Checking bytes v1.10.1 |
430 | 2025-06-18T17:45:28.749Z | Compiling version_check v0.9.5 |
431 | 2025-06-18T17:45:28.810Z | Checking once_cell v1.21.3 |
432 | 2025-06-18T17:45:28.821Z | Compiling lock_api v0.4.12 |
433 | 2025-06-18T17:45:28.876Z | Compiling num-traits v0.2.19 |
434 | 2025-06-18T17:45:29.154Z | Checking foldhash v0.1.5 |
435 | 2025-06-18T17:45:29.167Z | Compiling parking_lot_core v0.9.10 |
436 | 2025-06-18T17:45:29.206Z | Checking equivalent v1.0.2 |
437 | 2025-06-18T17:45:29.259Z | Checking allocator-api2 v0.2.21 |
438 | 2025-06-18T17:45:29.329Z | Checking scopeguard v1.2.0 |
439 | 2025-06-18T17:45:29.414Z | Compiling quote v1.0.40 |
440 | 2025-06-18T17:45:29.443Z | Checking fnv v1.0.7 |
441 | 2025-06-18T17:45:29.476Z | Compiling thiserror v1.0.69 |
442 | 2025-06-18T17:45:29.828Z | Compiling syn v2.0.103 |
443 | 2025-06-18T17:45:29.855Z | Checking hashbrown v0.15.3 |
444 | 2025-06-18T17:45:29.877Z | Compiling slab v0.4.9 |
445 | 2025-06-18T17:45:29.940Z | Compiling shlex v1.3.0 |
446 | 2025-06-18T17:45:29.953Z | Checking futures-sink v0.3.31 |
447 | 2025-06-18T17:45:29.976Z | Checking parking_lot v0.12.3 |
448 | 2025-06-18T17:45:30.093Z | Checking signal-hook-registry v1.4.2 |
449 | 2025-06-18T17:45:30.231Z | Compiling cc v1.2.15 |
450 | 2025-06-18T17:45:30.307Z | Checking socket2 v0.5.10 |
451 | 2025-06-18T17:45:30.346Z | Checking getrandom v0.2.15 |
452 | 2025-06-18T17:45:30.361Z | Checking mio v1.0.2 |
453 | 2025-06-18T17:45:30.364Z | Compiling schemars v0.8.22 |
454 | 2025-06-18T17:45:30.564Z | Checking stable_deref_trait v1.2.0 |
455 | 2025-06-18T17:45:30.674Z | Checking iana-time-zone v0.1.63 |
456 | 2025-06-18T17:45:30.795Z | Checking dyn-clone v1.0.19 |
457 | 2025-06-18T17:45:30.832Z | Checking futures-channel v0.3.31 |
458 | 2025-06-18T17:45:30.844Z | Checking http v1.3.1 |
459 | 2025-06-18T17:45:30.892Z | Checking log v0.4.27 |
460 | 2025-06-18T17:45:30.937Z | Checking futures-io v0.3.31 |
461 | 2025-06-18T17:45:30.988Z | Compiling thiserror v2.0.12 |
462 | 2025-06-18T17:45:31.004Z | Checking futures-task v0.3.31 |
463 | 2025-06-18T17:45:31.169Z | Checking pin-utils v0.1.0 |
464 | 2025-06-18T17:45:31.228Z | Checking rustls-pki-types v1.10.0 |
465 | 2025-06-18T17:45:31.253Z | Compiling heck v0.5.0 |
466 | 2025-06-18T17:45:31.727Z | Checking writeable v0.5.5 |
467 | 2025-06-18T17:45:31.817Z | Checking litemap v0.7.3 |
468 | 2025-06-18T17:45:32.036Z | Checking untrusted v0.9.0 |
469 | 2025-06-18T17:45:32.064Z | Compiling httparse v1.9.5 |
470 | 2025-06-18T17:45:32.160Z | Checking byteorder v1.5.0 |
471 | 2025-06-18T17:45:32.176Z | Compiling ucd-trie v0.1.7 |
472 | 2025-06-18T17:45:32.202Z | Checking http-body v1.0.1 |
473 | 2025-06-18T17:45:32.412Z | Checking tracing-core v0.1.32 |
474 | 2025-06-18T17:45:32.572Z | Checking zeroize v1.8.1 |
475 | 2025-06-18T17:45:32.776Z | Checking atomic-waker v1.1.2 |
476 | 2025-06-18T17:45:32.795Z | Checking bitflags v2.9.0 |
477 | 2025-06-18T17:45:32.977Z | Compiling ring v0.17.14 |
478 | 2025-06-18T17:45:33.012Z | Checking icu_locid_transform_data v1.5.0 |
479 | 2025-06-18T17:45:33.073Z | Checking subtle v2.6.1 |
480 | 2025-06-18T17:45:33.102Z | Checking percent-encoding v2.3.1 |
481 | 2025-06-18T17:45:33.180Z | Checking tracing v0.1.40 |
482 | 2025-06-18T17:45:33.337Z | Checking icu_properties_data v1.5.0 |
483 | 2025-06-18T17:45:33.353Z | Checking try-lock v0.2.5 |
484 | 2025-06-18T17:45:33.490Z | Compiling uuid v1.17.0 |
485 | 2025-06-18T17:45:33.556Z | Checking tower-service v0.3.3 |
486 | 2025-06-18T17:45:33.682Z | Compiling chrono v0.4.41 |
487 | 2025-06-18T17:45:33.761Z | Checking want v0.3.1 |
488 | 2025-06-18T17:45:33.787Z | Compiling regress v0.10.3 |
489 | 2025-06-18T17:45:33.938Z | Compiling slog v2.7.0 |
490 | 2025-06-18T17:45:34.034Z | Checking write16 v1.0.0 |
491 | 2025-06-18T17:45:34.060Z | Checking icu_normalizer_data v1.5.0 |
492 | 2025-06-18T17:45:34.121Z | Checking utf8_iter v1.0.4 |
493 | 2025-06-18T17:45:34.153Z | Compiling rustls v0.23.19 |
494 | 2025-06-18T17:45:34.167Z | Checking httpdate v1.0.3 |
495 | 2025-06-18T17:45:34.318Z | Checking utf16_iter v1.0.5 |
496 | 2025-06-18T17:45:34.471Z | Checking form_urlencoded v1.2.1 |
497 | 2025-06-18T17:45:34.484Z | Compiling aho-corasick v1.1.3 |
498 | 2025-06-18T17:45:34.487Z | Checking regex-syntax v0.8.5 |
499 | 2025-06-18T17:45:34.679Z | Checking ipnet v2.11.0 |
500 | 2025-06-18T17:45:35.119Z | Compiling typenum v1.17.0 |
501 | 2025-06-18T17:45:35.433Z | Compiling paste v1.0.15 |
502 | 2025-06-18T17:45:35.921Z | Checking base64 v0.22.1 |
503 | 2025-06-18T17:45:36.399Z | Compiling zerocopy v0.8.25 |
504 | 2025-06-18T17:45:37.107Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-06-18T17:45:37.123Z | Compiling synstructure v0.13.1 |
506 | 2025-06-18T17:45:38.181Z | Compiling generic-array v0.14.7 |
507 | 2025-06-18T17:45:38.211Z | Checking sync_wrapper v1.0.1 |
508 | 2025-06-18T17:45:38.368Z | Compiling newtype-uuid v1.2.4 |
509 | 2025-06-18T17:45:38.621Z | Checking tower-layer v0.3.3 |
510 | 2025-06-18T17:45:38.962Z | Checking http-body-util v0.1.3 |
511 | 2025-06-18T17:45:39.114Z | Checking webpki-roots v0.26.6 |
512 | 2025-06-18T17:45:39.309Z | Compiling usdt-impl v0.5.0 |
513 | 2025-06-18T17:45:39.692Z | Compiling regex-automata v0.4.8 |
514 | 2025-06-18T17:45:39.878Z | Checking rustls-webpki v0.102.8 |
515 | 2025-06-18T17:45:39.942Z | Compiling rustix v1.0.7 |
516 | 2025-06-18T17:45:40.333Z | Compiling serde_derive v1.0.219 |
517 | 2025-06-18T17:45:40.447Z | Compiling schemars_derive v0.8.22 |
518 | 2025-06-18T17:45:40.558Z | Compiling zerofrom-derive v0.1.4 |
519 | 2025-06-18T17:45:40.605Z | Compiling thiserror-impl v1.0.69 |
520 | 2025-06-18T17:45:40.877Z | Compiling tokio-macros v2.5.0 |
521 | 2025-06-18T17:45:41.201Z | Compiling yoke-derive v0.7.4 |
522 | 2025-06-18T17:45:41.715Z | Compiling zerocopy-derive v0.7.35 |
523 | 2025-06-18T17:45:42.295Z | Checking tokio v1.45.0 |
524 | 2025-06-18T17:45:43.094Z | Compiling zerovec-derive v0.10.3 |
525 | 2025-06-18T17:45:43.107Z | Compiling displaydoc v0.2.5 |
526 | 2025-06-18T17:45:43.356Z | Checking zerofrom v0.1.4 |
527 | 2025-06-18T17:45:43.422Z | Compiling futures-macro v0.3.31 |
528 | 2025-06-18T17:45:43.452Z | Compiling thiserror-impl v2.0.12 |
529 | 2025-06-18T17:45:43.570Z | Checking yoke v0.7.4 |
530 | 2025-06-18T17:45:44.072Z | Compiling icu_provider_macros v1.5.0 |
531 | 2025-06-18T17:45:44.460Z | Compiling pest v2.7.14 |
532 | 2025-06-18T17:45:45.056Z | Checking futures-util v0.3.31 |
533 | 2025-06-18T17:45:45.090Z | Checking zerocopy v0.7.35 |
534 | 2025-06-18T17:45:45.365Z | Checking zerovec v0.10.4 |
535 | 2025-06-18T17:45:46.297Z | Compiling regex v1.11.1 |
536 | 2025-06-18T17:45:46.337Z | Checking ppv-lite86 v0.2.20 |
537 | 2025-06-18T17:45:46.867Z | Checking tinystr v0.7.6 |
538 | 2025-06-18T17:45:47.185Z | Compiling pest_meta v2.7.14 |
539 | 2025-06-18T17:45:47.210Z | Checking icu_locid v1.5.0 |
540 | 2025-06-18T17:45:47.228Z | Checking icu_collections v1.5.0 |
541 | 2025-06-18T17:45:48.137Z | Checking icu_provider v1.5.0 |
542 | 2025-06-18T17:45:48.744Z | Checking icu_locid_transform v1.5.0 |
543 | 2025-06-18T17:45:48.834Z | Checking tokio-util v0.7.13 |
544 | 2025-06-18T17:45:49.132Z | Compiling pest_generator v2.7.14 |
545 | 2025-06-18T17:45:49.581Z | Checking tower v0.5.2 |
546 | 2025-06-18T17:45:49.637Z | Compiling scroll_derive v0.12.0 |
547 | 2025-06-18T17:45:49.738Z | Checking icu_properties v1.5.1 |
548 | 2025-06-18T17:45:50.273Z | Checking powerfmt v0.2.0 |
549 | 2025-06-18T17:45:50.557Z | Compiling num-conv v0.1.0 |
550 | 2025-06-18T17:45:50.615Z | Checking tokio-rustls v0.26.0 |
551 | 2025-06-18T17:45:50.675Z | Compiling time-core v0.1.2 |
552 | 2025-06-18T17:45:50.783Z | Compiling pest_derive v2.7.14 |
553 | 2025-06-18T17:45:50.812Z | Checking iri-string v0.7.8 |
554 | 2025-06-18T17:45:50.852Z | Compiling time-macros v0.2.18 |
555 | 2025-06-18T17:45:50.976Z | Checking deranged v0.3.11 |
556 | 2025-06-18T17:45:50.990Z | Checking scroll v0.12.0 |
557 | 2025-06-18T17:45:51.418Z | Checking rand_core v0.9.2 |
558 | 2025-06-18T17:45:52.273Z | Checking indexmap v2.9.0 |
559 | 2025-06-18T17:45:52.827Z | Compiling serde_tokenstream v0.2.2 |
560 | 2025-06-18T17:45:53.116Z | Checking icu_normalizer v1.5.0 |
561 | 2025-06-18T17:45:53.343Z | Checking serde_urlencoded v0.7.1 |
562 | 2025-06-18T17:45:53.473Z | Checking tower-http v0.6.6 |
563 | 2025-06-18T17:45:53.476Z | Checking h2 v0.4.6 |
564 | 2025-06-18T17:45:53.525Z | Compiling dtrace-parser v0.2.0 |
565 | 2025-06-18T17:45:53.987Z | Checking idna_adapter v1.2.0 |
566 | 2025-06-18T17:45:54.187Z | Checking idna v1.0.3 |
567 | 2025-06-18T17:45:54.371Z | Compiling dof v0.3.0 |
568 | 2025-06-18T17:45:54.681Z | Checking url v2.5.3 |
569 | 2025-06-18T17:45:54.711Z | Compiling thread-id v4.2.2 |
570 | 2025-06-18T17:45:54.830Z | Compiling daft-derive v0.1.3 |
571 | 2025-06-18T17:45:55.085Z | Compiling structmeta-derive v0.3.0 |
572 | 2025-06-18T17:45:55.088Z | Checking ipnetwork v0.21.1 |
573 | 2025-06-18T17:45:55.452Z | Checking oxnet v0.1.2 |
574 | 2025-06-18T17:45:55.627Z | Checking webpki-roots v1.0.0 |
575 | 2025-06-18T17:45:55.809Z | Compiling typify-impl v0.3.0 |
576 | 2025-06-18T17:45:56.353Z | Checking errno v0.3.12 |
577 | 2025-06-18T17:45:56.604Z | Compiling strsim v0.11.1 |
578 | 2025-06-18T17:45:56.631Z | Compiling ident_case v1.0.1 |
579 | 2025-06-18T17:45:56.815Z | Compiling crossbeam-utils v0.8.21 |
580 | 2025-06-18T17:45:57.125Z | Checking num_threads v0.1.7 |
581 | 2025-06-18T17:45:57.218Z | Compiling omicron-workspace-hack v0.1.0 |
582 | 2025-06-18T17:45:57.325Z | Compiling rustversion v1.0.17 |
583 | 2025-06-18T17:45:57.338Z | Checking plain v0.2.3 |
584 | 2025-06-18T17:45:57.463Z | Checking time v0.3.36 |
585 | 2025-06-18T17:45:57.498Z | Checking goblin v0.8.2 |
586 | 2025-06-18T17:45:57.572Z | Checking hyper v1.6.0 |
587 | 2025-06-18T17:45:57.584Z | Compiling structmeta v0.3.0 |
588 | 2025-06-18T17:45:57.983Z | Compiling darling_core v0.20.10 |
589 | 2025-06-18T17:45:59.485Z | Checking hyper-util v0.1.14 |
590 | 2025-06-18T17:45:59.853Z | Checking daft v0.1.3 |
591 | 2025-06-18T17:46:00.460Z | Compiling openapiv3 v2.0.0 |
592 | 2025-06-18T17:46:01.626Z | Checking hyper-rustls v0.27.3 |
593 | 2025-06-18T17:46:01.846Z | Checking dirs-sys-next v0.1.2 |
594 | 2025-06-18T17:46:01.918Z | Checking fastrand v2.1.1 |
595 | 2025-06-18T17:46:01.939Z | Checking reqwest v0.12.20 |
596 | 2025-06-18T17:46:02.041Z | Compiling anyhow v1.0.98 |
597 | 2025-06-18T17:46:02.229Z | Compiling rustls v0.22.4 |
598 | 2025-06-18T17:46:02.390Z | Checking pretty-hex v0.4.1 |
599 | 2025-06-18T17:46:02.564Z | Compiling unsafe-libyaml v0.2.11 |
600 | 2025-06-18T17:46:02.953Z | Compiling darling_macro v0.20.10 |
601 | 2025-06-18T17:46:03.016Z | Checking tempfile v3.20.0 |
602 | 2025-06-18T17:46:03.174Z | Checking dirs-next v2.0.0 |
603 | 2025-06-18T17:46:03.760Z | Checking block-buffer v0.10.4 |
604 | 2025-06-18T17:46:03.854Z | Compiling serde_yaml v0.9.34+deprecated |
605 | 2025-06-18T17:46:03.970Z | Checking crypto-common v0.1.6 |
606 | 2025-06-18T17:46:04.120Z | Checking serde_spanned v0.6.8 |
607 | 2025-06-18T17:46:04.143Z | Checking toml_datetime v0.6.9 |
608 | 2025-06-18T17:46:04.183Z | Checking rand_core v0.6.4 |
609 | 2025-06-18T17:46:04.201Z | Compiling multer v3.1.0 |
610 | 2025-06-18T17:46:04.319Z | Checking thread_local v1.1.8 |
611 | 2025-06-18T17:46:04.389Z | Checking wait-timeout v0.2.0 |
612 | 2025-06-18T17:46:04.421Z | Checking quick-error v1.2.3 |
613 | 2025-06-18T17:46:04.459Z | Checking winnow v0.7.10 |
614 | 2025-06-18T17:46:04.519Z | Compiling camino v1.1.10 |
615 | 2025-06-18T17:46:04.548Z | Compiling slog-async v2.8.0 |
616 | 2025-06-18T17:46:04.564Z | Checking bit-vec v0.8.0 |
617 | 2025-06-18T17:46:04.567Z | Checking match_cfg v0.1.0 |
618 | 2025-06-18T17:46:04.592Z | Checking toml_write v0.1.1 |
619 | 2025-06-18T17:46:04.670Z | Compiling ref-cast v1.0.24 |
620 | 2025-06-18T17:46:04.896Z | Checking hostname v0.3.1 |
621 | 2025-06-18T17:46:05.410Z | Checking bit-set v0.8.0 |
622 | 2025-06-18T17:46:05.423Z | Checking rusty-fork v0.3.0 |
623 | 2025-06-18T17:46:05.424Z | Checking rand_chacha v0.3.1 |
624 | 2025-06-18T17:46:05.424Z | Compiling strum_macros v0.26.4 |
625 | 2025-06-18T17:46:05.424Z | Checking digest v0.10.7 |
626 | 2025-06-18T17:46:05.424Z | Checking crossbeam-channel v0.5.15 |
627 | 2025-06-18T17:46:05.518Z | Compiling darling v0.20.10 |
628 | 2025-06-18T17:46:05.535Z | Checking term v0.7.0 |
629 | 2025-06-18T17:46:05.633Z | Checking progenitor-client v0.9.1 |
630 | 2025-06-18T17:46:05.984Z | Compiling usdt-attr-macro v0.5.0 |
631 | 2025-06-18T17:46:06.008Z | Compiling usdt-macro v0.5.0 |
632 | 2025-06-18T17:46:06.327Z | Checking slog-json v2.6.1 |
633 | 2025-06-18T17:46:06.376Z | Compiling typify-macro v0.3.0 |
634 | 2025-06-18T17:46:06.597Z | Checking rand v0.9.1 |
635 | 2025-06-18T17:46:06.945Z | Checking rand_xorshift v0.4.0 |
636 | 2025-06-18T17:46:07.118Z | Checking rand_chacha v0.9.0 |
637 | 2025-06-18T17:46:07.182Z | Checking hex v0.4.3 |
638 | 2025-06-18T17:46:07.249Z | Checking futures-executor v0.3.31 |
639 | 2025-06-18T17:46:07.334Z | Checking toml_edit v0.22.26 |
640 | 2025-06-18T17:46:07.451Z | Compiling ref-cast-impl v1.0.24 |
641 | 2025-06-18T17:46:07.491Z | Compiling async-stream-impl v0.3.6 |
642 | 2025-06-18T17:46:07.505Z | Compiling dropshot v0.16.2 |
643 | 2025-06-18T17:46:07.667Z | Checking memmap v0.7.0 |
644 | 2025-06-18T17:46:07.860Z | Checking is-terminal v0.4.13 |
645 | 2025-06-18T17:46:07.891Z | Checking encoding_rs v0.8.34 |
646 | 2025-06-18T17:46:07.994Z | Checking mime v0.3.17 |
647 | 2025-06-18T17:46:08.316Z | Checking spin v0.9.8 |
648 | 2025-06-18T17:46:08.489Z | Checking unarray v0.1.4 |
649 | 2025-06-18T17:46:08.512Z | Checking take_mut v0.2.2 |
650 | 2025-06-18T17:46:08.632Z | Checking cpufeatures v0.2.14 |
651 | 2025-06-18T17:46:08.647Z | Checking lazy_static v1.5.0 |
652 | 2025-06-18T17:46:08.730Z | Checking sha1 v0.10.6 |
653 | 2025-06-18T17:46:08.784Z | Checking proptest v1.7.0 |
654 | 2025-06-18T17:46:08.887Z | Checking tokio-rustls v0.25.0 |
655 | 2025-06-18T17:46:08.945Z | Checking async-stream v0.3.6 |
656 | 2025-06-18T17:46:09.008Z | Checking strum v0.26.3 |
657 | 2025-06-18T17:46:09.135Z | Checking slog-term v2.9.1 |
658 | 2025-06-18T17:46:09.139Z | Checking usdt v0.5.0 |
659 | 2025-06-18T17:46:09.215Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
660 | 2025-06-18T17:46:09.233Z | Checking futures v0.3.31 |
661 | 2025-06-18T17:46:09.342Z | Checking slog-bunyan v2.5.0 |
662 | 2025-06-18T17:46:09.380Z | Compiling serde_with_macros v3.12.0 |
663 | 2025-06-18T17:46:09.383Z | Checking rand v0.8.5 |
664 | 2025-06-18T17:46:09.427Z | Compiling typify v0.3.0 |
665 | 2025-06-18T17:46:09.555Z | Compiling progenitor-impl v0.9.1 |
666 | 2025-06-18T17:46:09.819Z | Checking toml v0.8.22 |
667 | 2025-06-18T17:46:10.133Z | Compiling parse-display-derive v0.10.0 |
668 | 2025-06-18T17:46:10.415Z | Compiling test-strategy v0.4.1 |
669 | 2025-06-18T17:46:10.554Z | Compiling dropshot_endpoint v0.16.2 |
670 | 2025-06-18T17:46:10.640Z | Checking serde_path_to_error v0.1.17 |
671 | 2025-06-18T17:46:11.245Z | Compiling async-trait v0.1.88 |
672 | 2025-06-18T17:46:11.572Z | Compiling derive-where v1.2.7 |
673 | 2025-06-18T17:46:11.700Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
674 | 2025-06-18T17:46:12.458Z | Checking waitgroup v0.1.2 |
675 | 2025-06-18T17:46:12.601Z | Checking rustls-pemfile v2.2.0 |
676 | 2025-06-18T17:46:12.729Z | Checking hostname v0.4.0 |
677 | 2025-06-18T17:46:12.817Z | Checking instant v0.1.13 |
678 | 2025-06-18T17:46:12.864Z | Checking rustc-hash v2.1.1 |
679 | 2025-06-18T17:46:12.936Z | Checking debug-ignore v1.0.5 |
680 | 2025-06-18T17:46:13.045Z | Checking iddqd v0.3.7 |
681 | 2025-06-18T17:46:13.081Z | Checking backoff v0.4.0 |
682 | 2025-06-18T17:46:13.303Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
683 | 2025-06-18T17:46:13.317Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
684 | 2025-06-18T17:46:13.361Z | Checking serde_with v3.12.0 |
685 | 2025-06-18T17:46:13.379Z | Checking parse-display v0.10.0 |
686 | 2025-06-18T17:46:13.455Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
687 | 2025-06-18T17:46:13.617Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
688 | 2025-06-18T17:46:13.899Z | Checking progenitor-client v0.10.0 |
689 | 2025-06-18T17:46:14.237Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
690 | 2025-06-18T17:46:14.311Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
691 | 2025-06-18T17:46:14.314Z | Checking macaddr v1.0.1 |
692 | 2025-06-18T17:46:14.743Z | Compiling progenitor-macro v0.9.1 |
693 | 2025-06-18T17:46:18.138Z | Checking progenitor v0.9.1 |
694 | 2025-06-18T17:46:18.246Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
695 | 2025-06-18T17:46:20.920Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
696 | 2025-06-18T17:46:28.156Z | Checking test-project v0.1.0 (/tmp/test-project) |
697 | 2025-06-18T17:46:28.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
698 | 2025-06-18T17:46:28.357Z | + cargo build --release |
699 | 2025-06-18T17:46:28.635Z | Compiling proc-macro2 v1.0.95 |
700 | 2025-06-18T17:46:28.635Z | Compiling unicode-ident v1.0.18 |
701 | 2025-06-18T17:46:28.638Z | Compiling libc v0.2.174 |
702 | 2025-06-18T17:46:28.638Z | Compiling cfg-if v1.0.1 |
703 | 2025-06-18T17:46:28.638Z | Compiling autocfg v1.4.0 |
704 | 2025-06-18T17:46:28.638Z | Compiling serde v1.0.219 |
705 | 2025-06-18T17:46:28.638Z | Compiling memchr v2.7.4 |
706 | 2025-06-18T17:46:28.684Z | Compiling serde_json v1.0.140 |
707 | 2025-06-18T17:46:28.760Z | Compiling itoa v1.0.11 |
708 | 2025-06-18T17:46:28.990Z | Compiling ryu v1.0.18 |
709 | 2025-06-18T17:46:29.059Z | Compiling getrandom v0.3.1 |
710 | 2025-06-18T17:46:29.218Z | Compiling semver v1.0.26 |
711 | 2025-06-18T17:46:29.467Z | Compiling pin-project-lite v0.2.14 |
712 | 2025-06-18T17:46:29.588Z | Compiling smallvec v1.15.0 |
713 | 2025-06-18T17:46:29.599Z | Compiling futures-core v0.3.31 |
714 | 2025-06-18T17:46:29.682Z | Compiling bytes v1.10.1 |
715 | 2025-06-18T17:46:29.834Z | Compiling version_check v0.9.5 |
716 | 2025-06-18T17:46:29.893Z | Compiling once_cell v1.21.3 |
717 | 2025-06-18T17:46:29.974Z | Compiling lock_api v0.4.12 |
718 | 2025-06-18T17:46:30.069Z | Compiling num-traits v0.2.19 |
719 | 2025-06-18T17:46:30.301Z | Compiling parking_lot_core v0.9.10 |
720 | 2025-06-18T17:46:30.320Z | Compiling foldhash v0.1.5 |
721 | 2025-06-18T17:46:30.367Z | Compiling quote v1.0.40 |
722 | 2025-06-18T17:46:30.396Z | Compiling equivalent v1.0.2 |
723 | 2025-06-18T17:46:30.509Z | Compiling allocator-api2 v0.2.21 |
724 | 2025-06-18T17:46:30.632Z | Compiling thiserror v1.0.69 |
725 | 2025-06-18T17:46:30.725Z | Compiling syn v2.0.103 |
726 | 2025-06-18T17:46:30.903Z | Compiling fnv v1.0.7 |
727 | 2025-06-18T17:46:30.986Z | Compiling scopeguard v1.2.0 |
728 | 2025-06-18T17:46:31.161Z | Compiling slab v0.4.9 |
729 | 2025-06-18T17:46:31.291Z | Compiling hashbrown v0.15.3 |
730 | 2025-06-18T17:46:31.327Z | Compiling futures-sink v0.3.31 |
731 | 2025-06-18T17:46:31.484Z | Compiling shlex v1.3.0 |
732 | 2025-06-18T17:46:31.584Z | Compiling parking_lot v0.12.3 |
733 | 2025-06-18T17:46:31.634Z | Compiling mio v1.0.2 |
734 | 2025-06-18T17:46:31.739Z | Compiling cc v1.2.15 |
735 | 2025-06-18T17:46:31.805Z | Compiling getrandom v0.2.15 |
736 | 2025-06-18T17:46:31.928Z | Compiling socket2 v0.5.10 |
737 | 2025-06-18T17:46:32.148Z | Compiling signal-hook-registry v1.4.2 |
738 | 2025-06-18T17:46:32.756Z | Compiling schemars v0.8.22 |
739 | 2025-06-18T17:46:33.126Z | Compiling iana-time-zone v0.1.63 |
740 | 2025-06-18T17:46:33.133Z | Compiling stable_deref_trait v1.2.0 |
741 | 2025-06-18T17:46:33.233Z | Compiling dyn-clone v1.0.19 |
742 | 2025-06-18T17:46:33.474Z | Compiling thiserror v2.0.12 |
743 | 2025-06-18T17:46:33.489Z | Compiling futures-channel v0.3.31 |
744 | 2025-06-18T17:46:33.573Z | Compiling http v1.3.1 |
745 | 2025-06-18T17:46:33.588Z | Compiling rustls-pki-types v1.10.0 |
746 | 2025-06-18T17:46:33.597Z | Compiling pin-utils v0.1.0 |
747 | 2025-06-18T17:46:33.687Z | Compiling log v0.4.27 |
748 | 2025-06-18T17:46:33.791Z | Compiling futures-task v0.3.31 |
749 | 2025-06-18T17:46:33.945Z | Compiling futures-io v0.3.31 |
750 | 2025-06-18T17:46:34.332Z | Compiling heck v0.5.0 |
751 | 2025-06-18T17:46:34.382Z | Compiling litemap v0.7.3 |
752 | 2025-06-18T17:46:34.530Z | Compiling ring v0.17.14 |
753 | 2025-06-18T17:46:34.681Z | Compiling untrusted v0.9.0 |
754 | 2025-06-18T17:46:34.711Z | Compiling writeable v0.5.5 |
755 | 2025-06-18T17:46:34.937Z | Compiling ucd-trie v0.1.7 |
756 | 2025-06-18T17:46:35.039Z | Compiling httparse v1.9.5 |
757 | 2025-06-18T17:46:35.259Z | Compiling byteorder v1.5.0 |
758 | 2025-06-18T17:46:35.305Z | Compiling http-body v1.0.1 |
759 | 2025-06-18T17:46:35.698Z | Compiling tracing-core v0.1.32 |
760 | 2025-06-18T17:46:35.747Z | Compiling percent-encoding v2.3.1 |
761 | 2025-06-18T17:46:36.110Z | Compiling bitflags v2.9.0 |
762 | 2025-06-18T17:46:36.185Z | Compiling subtle v2.6.1 |
763 | 2025-06-18T17:46:36.450Z | Compiling atomic-waker v1.1.2 |
764 | 2025-06-18T17:46:36.495Z | Compiling icu_locid_transform_data v1.5.0 |
765 | 2025-06-18T17:46:36.648Z | Compiling zeroize v1.8.1 |
766 | 2025-06-18T17:46:36.961Z | Compiling chrono v0.4.41 |
767 | 2025-06-18T17:46:36.989Z | Compiling tracing v0.1.40 |
768 | 2025-06-18T17:46:37.795Z | Compiling icu_properties_data v1.5.0 |
769 | 2025-06-18T17:46:37.852Z | Compiling serde_derive_internals v0.29.1 |
770 | 2025-06-18T17:46:37.958Z | Compiling synstructure v0.13.1 |
771 | 2025-06-18T17:46:37.991Z | Compiling tower-service v0.3.3 |
772 | 2025-06-18T17:46:38.030Z | Compiling uuid v1.17.0 |
773 | 2025-06-18T17:46:38.456Z | Compiling try-lock v0.2.5 |
774 | 2025-06-18T17:46:38.569Z | Compiling want v0.3.1 |
775 | 2025-06-18T17:46:38.802Z | Compiling regress v0.10.3 |
776 | 2025-06-18T17:46:38.868Z | Compiling slog v2.7.0 |
777 | 2025-06-18T17:46:39.026Z | Compiling icu_normalizer_data v1.5.0 |
778 | 2025-06-18T17:46:39.127Z | Compiling utf16_iter v1.0.5 |
779 | 2025-06-18T17:46:39.333Z | Compiling utf8_iter v1.0.4 |
780 | 2025-06-18T17:46:39.374Z | Compiling rustls v0.23.19 |
781 | 2025-06-18T17:46:39.589Z | Compiling write16 v1.0.0 |
782 | 2025-06-18T17:46:39.713Z | Compiling httpdate v1.0.3 |
783 | 2025-06-18T17:46:39.918Z | Compiling form_urlencoded v1.2.1 |
784 | 2025-06-18T17:46:40.479Z | Compiling aho-corasick v1.1.3 |
785 | 2025-06-18T17:46:40.732Z | Compiling regex-syntax v0.8.5 |
786 | 2025-06-18T17:46:40.761Z | Compiling base64 v0.22.1 |
787 | 2025-06-18T17:46:41.530Z | Compiling serde_derive v1.0.219 |
788 | 2025-06-18T17:46:41.763Z | Compiling schemars_derive v0.8.22 |
789 | 2025-06-18T17:46:41.816Z | Compiling zerofrom-derive v0.1.4 |
790 | 2025-06-18T17:46:43.079Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-06-18T17:46:43.920Z | Compiling zerocopy-derive v0.7.35 |
792 | 2025-06-18T17:46:44.320Z | Compiling yoke-derive v0.7.4 |
793 | 2025-06-18T17:46:44.699Z | Compiling zerofrom v0.1.4 |
794 | 2025-06-18T17:46:44.932Z | Compiling tokio-macros v2.5.0 |
795 | 2025-06-18T17:46:45.222Z | Compiling zerovec-derive v0.10.3 |
796 | 2025-06-18T17:46:45.564Z | Compiling displaydoc v0.2.5 |
797 | 2025-06-18T17:46:45.639Z | Compiling futures-macro v0.3.31 |
798 | 2025-06-18T17:46:45.825Z | Compiling thiserror-impl v2.0.12 |
799 | 2025-06-18T17:46:46.301Z | Compiling tokio v1.45.0 |
800 | 2025-06-18T17:46:46.528Z | Compiling yoke v0.7.4 |
801 | 2025-06-18T17:46:47.037Z | Compiling icu_provider_macros v1.5.0 |
802 | 2025-06-18T17:46:47.377Z | Compiling futures-util v0.3.31 |
803 | 2025-06-18T17:46:47.486Z | Compiling zerovec v0.10.4 |
804 | 2025-06-18T17:46:48.079Z | Compiling pest v2.7.14 |
805 | 2025-06-18T17:46:50.284Z | Compiling tinystr v0.7.6 |
806 | 2025-06-18T17:46:50.665Z | Compiling icu_locid v1.5.0 |
807 | 2025-06-18T17:46:50.847Z | Compiling rustls-webpki v0.102.8 |
808 | 2025-06-18T17:46:53.461Z | Compiling icu_provider v1.5.0 |
809 | 2025-06-18T17:46:56.425Z | Compiling indexmap v2.9.0 |
810 | 2025-06-18T17:46:56.949Z | Compiling serde_tokenstream v0.2.2 |
811 | 2025-06-18T17:46:57.702Z | Compiling zerocopy v0.7.35 |
812 | 2025-06-18T17:46:57.705Z | Compiling tokio-util v0.7.13 |
813 | 2025-06-18T17:46:58.122Z | Compiling icu_locid_transform v1.5.0 |
814 | 2025-06-18T17:46:59.189Z | Compiling pest_meta v2.7.14 |
815 | 2025-06-18T17:46:59.585Z | Compiling icu_collections v1.5.0 |
816 | 2025-06-18T17:46:59.742Z | Compiling h2 v0.4.6 |
817 | 2025-06-18T17:47:02.143Z | Compiling pest_generator v2.7.14 |
818 | 2025-06-18T17:47:02.557Z | Compiling icu_properties v1.5.1 |
819 | 2025-06-18T17:47:03.839Z | Compiling pest_derive v2.7.14 |
820 | 2025-06-18T17:47:03.897Z | Compiling ipnet v2.11.0 |
821 | 2025-06-18T17:47:06.256Z | Compiling typify-impl v0.3.0 |
822 | 2025-06-18T17:47:06.682Z | Compiling icu_normalizer v1.5.0 |
823 | 2025-06-18T17:47:08.755Z | Compiling hyper v1.6.0 |
824 | 2025-06-18T17:47:09.606Z | Compiling typenum v1.17.0 |
825 | 2025-06-18T17:47:10.508Z | Compiling zerocopy v0.8.25 |
826 | 2025-06-18T17:47:11.224Z | Compiling paste v1.0.15 |
827 | 2025-06-18T17:47:11.775Z | Compiling hyper-util v0.1.14 |
828 | 2025-06-18T17:47:12.075Z | Compiling idna_adapter v1.2.0 |
829 | 2025-06-18T17:47:14.626Z | Compiling regex-automata v0.4.8 |
830 | 2025-06-18T17:47:15.820Z | Compiling typify-macro v0.3.0 |
831 | 2025-06-18T17:47:16.474Z | Compiling generic-array v0.14.7 |
832 | 2025-06-18T17:47:16.843Z | Compiling sync_wrapper v1.0.1 |
833 | 2025-06-18T17:47:17.512Z | Compiling tower-layer v0.3.3 |
834 | 2025-06-18T17:47:17.890Z | Compiling newtype-uuid v1.2.4 |
835 | 2025-06-18T17:47:17.900Z | Compiling tower v0.5.2 |
836 | 2025-06-18T17:47:18.861Z | Compiling regex v1.11.1 |
837 | 2025-06-18T17:47:19.009Z | Compiling tokio-rustls v0.26.0 |
838 | 2025-06-18T17:47:19.521Z | Compiling idna v1.0.3 |
839 | 2025-06-18T17:47:20.679Z | Compiling ipnetwork v0.21.1 |
840 | 2025-06-18T17:47:20.686Z | Compiling ppv-lite86 v0.2.20 |
841 | 2025-06-18T17:47:21.043Z | Compiling serde_urlencoded v0.7.1 |
842 | 2025-06-18T17:47:21.608Z | Compiling scroll_derive v0.12.0 |
843 | 2025-06-18T17:47:21.613Z | Compiling http-body-util v0.1.3 |
844 | 2025-06-18T17:47:22.149Z | Compiling webpki-roots v0.26.6 |
845 | 2025-06-18T17:47:22.361Z | Compiling usdt-impl v0.5.0 |
846 | 2025-06-18T17:47:22.826Z | Compiling iri-string v0.7.8 |
847 | 2025-06-18T17:47:23.004Z | Compiling powerfmt v0.2.0 |
848 | 2025-06-18T17:47:23.231Z | Compiling omicron-workspace-hack v0.1.0 |
849 | 2025-06-18T17:47:23.448Z | Compiling num-conv v0.1.0 |
850 | 2025-06-18T17:47:23.537Z | Compiling rustix v1.0.7 |
851 | 2025-06-18T17:47:23.723Z | Compiling time-core v0.1.2 |
852 | 2025-06-18T17:47:23.904Z | Compiling time-macros v0.2.18 |
853 | 2025-06-18T17:47:24.301Z | Compiling deranged v0.3.11 |
854 | 2025-06-18T17:47:24.618Z | Compiling rand_core v0.9.2 |
855 | 2025-06-18T17:47:25.089Z | Compiling scroll v0.12.0 |
856 | 2025-06-18T17:47:25.798Z | Compiling hyper-rustls v0.27.3 |
857 | 2025-06-18T17:47:25.965Z | Compiling oxnet v0.1.2 |
858 | 2025-06-18T17:47:26.620Z | Compiling tower-http v0.6.6 |
859 | 2025-06-18T17:47:28.474Z | Compiling url v2.5.3 |
860 | 2025-06-18T17:47:28.611Z | Compiling thread-id v4.2.2 |
861 | 2025-06-18T17:47:28.738Z | Compiling dof v0.3.0 |
862 | 2025-06-18T17:47:29.200Z | Compiling dtrace-parser v0.2.0 |
863 | 2025-06-18T17:47:29.489Z | Compiling structmeta-derive v0.3.0 |
864 | 2025-06-18T17:47:30.510Z | Compiling daft-derive v0.1.3 |
865 | 2025-06-18T17:47:30.664Z | Compiling webpki-roots v1.0.0 |
866 | 2025-06-18T17:47:31.828Z | Compiling errno v0.3.12 |
867 | 2025-06-18T17:47:32.089Z | Compiling plain v0.2.3 |
868 | 2025-06-18T17:47:32.260Z | Compiling ident_case v1.0.1 |
869 | 2025-06-18T17:47:32.474Z | Compiling crossbeam-utils v0.8.21 |
870 | 2025-06-18T17:47:33.222Z | Compiling num_threads v0.1.7 |
871 | 2025-06-18T17:47:33.353Z | Compiling rustversion v1.0.17 |
872 | 2025-06-18T17:47:34.028Z | Compiling strsim v0.11.1 |
873 | 2025-06-18T17:47:34.621Z | Compiling darling_core v0.20.10 |
874 | 2025-06-18T17:47:36.151Z | Compiling time v0.3.36 |
875 | 2025-06-18T17:47:39.324Z | Compiling goblin v0.8.2 |
876 | 2025-06-18T17:47:39.571Z | Compiling daft v0.1.3 |
877 | 2025-06-18T17:47:48.029Z | Compiling structmeta v0.3.0 |
878 | 2025-06-18T17:47:48.189Z | Compiling reqwest v0.12.20 |
879 | 2025-06-18T17:47:48.189Z | Compiling openapiv3 v2.0.0 |
880 | 2025-06-18T17:47:48.272Z | Compiling typify v0.3.0 |
881 | 2025-06-18T17:47:48.272Z | Compiling dirs-sys-next v0.1.2 |
882 | 2025-06-18T17:47:48.272Z | Compiling rustls v0.22.4 |
883 | 2025-06-18T17:47:48.272Z | Compiling fastrand v2.1.1 |
884 | 2025-06-18T17:47:48.272Z | Compiling unsafe-libyaml v0.2.11 |
885 | 2025-06-18T17:47:48.461Z | Compiling anyhow v1.0.98 |
886 | 2025-06-18T17:47:48.984Z | Compiling pretty-hex v0.4.1 |
887 | 2025-06-18T17:47:49.380Z | Compiling serde_yaml v0.9.34+deprecated |
888 | 2025-06-18T17:47:51.069Z | Compiling tempfile v3.20.0 |
889 | 2025-06-18T17:47:51.538Z | Compiling progenitor-impl v0.9.1 |
890 | 2025-06-18T17:47:52.567Z | Compiling dirs-next v2.0.0 |
891 | 2025-06-18T17:47:52.956Z | Compiling darling_macro v0.20.10 |
892 | 2025-06-18T17:47:54.822Z | Compiling crypto-common v0.1.6 |
893 | 2025-06-18T17:47:55.058Z | Compiling block-buffer v0.10.4 |
894 | 2025-06-18T17:47:55.223Z | Compiling serde_spanned v0.6.8 |
895 | 2025-06-18T17:47:55.311Z | Compiling toml_datetime v0.6.9 |
896 | 2025-06-18T17:47:55.481Z | Compiling rand_core v0.6.4 |
897 | 2025-06-18T17:47:55.490Z | Compiling multer v3.1.0 |
898 | 2025-06-18T17:47:55.847Z | Compiling thread_local v1.1.8 |
899 | 2025-06-18T17:47:55.952Z | Compiling wait-timeout v0.2.0 |
900 | 2025-06-18T17:47:56.089Z | Compiling winnow v0.7.10 |
901 | 2025-06-18T17:47:56.573Z | Compiling match_cfg v0.1.0 |
902 | 2025-06-18T17:47:56.673Z | Compiling quick-error v1.2.3 |
903 | 2025-06-18T17:47:56.845Z | Compiling bit-vec v0.8.0 |
904 | 2025-06-18T17:47:56.886Z | Compiling camino v1.1.10 |
905 | 2025-06-18T17:47:57.040Z | Compiling ref-cast v1.0.24 |
906 | 2025-06-18T17:47:57.378Z | Compiling slog-async v2.8.0 |
907 | 2025-06-18T17:47:57.449Z | Compiling toml_write v0.1.1 |
908 | 2025-06-18T17:47:57.649Z | Compiling bit-set v0.8.0 |
909 | 2025-06-18T17:47:57.879Z | Compiling progenitor-macro v0.9.1 |
910 | 2025-06-18T17:47:57.914Z | Compiling rusty-fork v0.3.0 |
911 | 2025-06-18T17:47:57.988Z | Compiling hostname v0.3.1 |
912 | 2025-06-18T17:47:59.807Z | Compiling toml_edit v0.22.26 |
913 | 2025-06-18T17:48:00.080Z | Compiling rand_chacha v0.3.1 |
914 | 2025-06-18T17:48:00.469Z | Compiling strum_macros v0.26.4 |
915 | 2025-06-18T17:48:01.435Z | Compiling digest v0.10.7 |
916 | 2025-06-18T17:48:01.865Z | Compiling darling v0.20.10 |
917 | 2025-06-18T17:48:01.983Z | Compiling crossbeam-channel v0.5.15 |
918 | 2025-06-18T17:48:03.536Z | Compiling term v0.7.0 |
919 | 2025-06-18T17:48:08.132Z | Compiling usdt-attr-macro v0.5.0 |
920 | 2025-06-18T17:48:08.729Z | Compiling usdt-macro v0.5.0 |
921 | 2025-06-18T17:48:09.143Z | Compiling progenitor-client v0.9.1 |
922 | 2025-06-18T17:48:09.493Z | Compiling slog-json v2.6.1 |
923 | 2025-06-18T17:48:09.989Z | Compiling rand_chacha v0.9.0 |
924 | 2025-06-18T17:48:09.998Z | Compiling rand_xorshift v0.4.0 |
925 | 2025-06-18T17:48:10.102Z | Compiling rand v0.9.1 |
926 | 2025-06-18T17:48:10.273Z | Compiling hex v0.4.3 |
927 | 2025-06-18T17:48:10.844Z | Compiling futures-executor v0.3.31 |
928 | 2025-06-18T17:48:10.950Z | Compiling ref-cast-impl v1.0.24 |
929 | 2025-06-18T17:48:11.375Z | Compiling async-stream-impl v0.3.6 |
930 | 2025-06-18T17:48:11.876Z | Compiling dropshot v0.16.2 |
931 | 2025-06-18T17:48:12.172Z | Compiling memmap v0.7.0 |
932 | 2025-06-18T17:48:12.179Z | Compiling is-terminal v0.4.13 |
933 | 2025-06-18T17:48:12.242Z | Compiling encoding_rs v0.8.34 |
934 | 2025-06-18T17:48:12.566Z | Compiling spin v0.9.8 |
935 | 2025-06-18T17:48:12.602Z | Compiling lazy_static v1.5.0 |
936 | 2025-06-18T17:48:12.849Z | Compiling unarray v0.1.4 |
937 | 2025-06-18T17:48:13.115Z | Compiling take_mut v0.2.2 |
938 | 2025-06-18T17:48:13.155Z | Compiling mime v0.3.17 |
939 | 2025-06-18T17:48:13.155Z | Compiling cpufeatures v0.2.14 |
940 | 2025-06-18T17:48:13.155Z | Compiling sha1 v0.10.6 |
941 | 2025-06-18T17:48:13.879Z | Compiling proptest v1.7.0 |
942 | 2025-06-18T17:48:19.022Z | Compiling async-stream v0.3.6 |
943 | 2025-06-18T17:48:19.097Z | Compiling usdt v0.5.0 |
944 | 2025-06-18T17:48:19.373Z | Compiling slog-term v2.9.1 |
945 | 2025-06-18T17:48:19.921Z | Compiling futures v0.3.31 |
946 | 2025-06-18T17:48:20.037Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
947 | 2025-06-18T17:48:20.429Z | Compiling slog-bunyan v2.5.0 |
948 | 2025-06-18T17:48:20.706Z | Compiling progenitor v0.9.1 |
949 | 2025-06-18T17:48:20.889Z | Compiling tokio-rustls v0.25.0 |
950 | 2025-06-18T17:48:21.332Z | Compiling strum v0.26.3 |
951 | 2025-06-18T17:48:21.529Z | Compiling toml v0.8.22 |
952 | 2025-06-18T17:48:21.977Z | Compiling serde_with_macros v3.12.0 |
953 | 2025-06-18T17:48:22.036Z | Compiling rand v0.8.5 |
954 | 2025-06-18T17:48:23.792Z | Compiling parse-display-derive v0.10.0 |
955 | 2025-06-18T17:48:24.171Z | Compiling test-strategy v0.4.1 |
956 | 2025-06-18T17:48:24.296Z | Compiling dropshot_endpoint v0.16.2 |
957 | 2025-06-18T17:48:27.167Z | Compiling serde_path_to_error v0.1.17 |
958 | 2025-06-18T17:48:27.208Z | Compiling async-trait v0.1.88 |
959 | 2025-06-18T17:48:27.880Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
960 | 2025-06-18T17:48:28.093Z | Compiling derive-where v1.2.7 |
961 | 2025-06-18T17:48:28.133Z | Compiling waitgroup v0.1.2 |
962 | 2025-06-18T17:48:28.376Z | Compiling rustls-pemfile v2.2.0 |
963 | 2025-06-18T17:48:28.648Z | Compiling hostname v0.4.0 |
964 | 2025-06-18T17:48:28.809Z | Compiling instant v0.1.13 |
965 | 2025-06-18T17:48:28.902Z | Compiling debug-ignore v1.0.5 |
966 | 2025-06-18T17:48:28.978Z | Compiling rustc-hash v2.1.1 |
967 | 2025-06-18T17:48:29.060Z | Compiling backoff v0.4.0 |
968 | 2025-06-18T17:48:29.155Z | Compiling iddqd v0.3.7 |
969 | 2025-06-18T17:48:29.400Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
970 | 2025-06-18T17:48:29.616Z | Compiling parse-display v0.10.0 |
971 | 2025-06-18T17:48:30.935Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
972 | 2025-06-18T17:48:31.254Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
973 | 2025-06-18T17:48:31.577Z | Compiling serde_with v3.12.0 |
974 | 2025-06-18T17:48:32.849Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
975 | 2025-06-18T17:48:35.063Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
976 | 2025-06-18T17:48:36.895Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
977 | 2025-06-18T17:48:37.159Z | Compiling progenitor-client v0.10.0 |
978 | 2025-06-18T17:48:37.159Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
979 | 2025-06-18T17:48:37.159Z | Compiling macaddr v1.0.1 |
980 | 2025-06-18T17:48:39.494Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
981 | 2025-06-18T17:48:49.606Z | Compiling test-project v0.1.0 (/tmp/test-project) |
982 | 2025-06-18T17:48:58.742Z | Finished `release` profile [optimized] target(s) in 2m 29s |
983 | 2025-06-18T17:48:58.813Z | process exited: duration 216410 ms, exit code 0 |
|
984 | 2025-06-18T17:48:58.824Z | found 0 output files |