|
|
|
1 | 2025-04-18T23:34:41.737Z | job assigned to worker 01JS5M0XBDBVWWW36YGAFKW9Z6 [factory aws, i-009c3fcfe6df3b597] (queued for 44 s) |
|
2 | 2025-04-18T23:34:50.691Z | starting task 0: "setup" |
3 | 2025-04-18T23:34:50.696Z | ++ uname -s |
4 | 2025-04-18T23:34:50.700Z | + kern=SunOS |
5 | 2025-04-18T23:34:50.701Z | + build_user=build |
6 | 2025-04-18T23:34:50.701Z | + build_uid=12345 |
7 | 2025-04-18T23:34:50.701Z | + work_dir=/work |
8 | 2025-04-18T23:34:50.701Z | + input_dir=/input |
9 | 2025-04-18T23:34:50.701Z | + [[ 0 == 12345 ]] |
10 | 2025-04-18T23:34:50.701Z | + case "$kern" in |
11 | 2025-04-18T23:34:50.701Z | + groupadd -g 12345 build |
12 | 2025-04-18T23:34:50.704Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-04-18T23:34:52.710Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-04-18T23:34:52.898Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-04-18T23:34:52.901Z | + home_fs=zfs |
16 | 2025-04-18T23:34:52.901Z | + [[ zfs == autofs ]] |
17 | 2025-04-18T23:34:52.901Z | + mkdir -p /home/build |
18 | 2025-04-18T23:34:52.904Z | + chown build:build /home/build /work |
19 | 2025-04-18T23:34:53.905Z | + chmod 0700 /home/build /work |
20 | 2025-04-18T23:34:53.908Z | process exited: duration 3218 ms, exit code 0 |
|
21 | 2025-04-18T23:34:53.915Z | starting task 1: "rust-toolchain" |
22 | 2025-04-18T23:34:53.920Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-04-18T23:34:53.920Z | * rust toolchain channel = "1.85.0" |
24 | 2025-04-18T23:34:53.920Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-04-18T23:34:53.920Z | * rust toolchain profile = "default" |
26 | 2025-04-18T23:34:53.920Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-04-18T23:34:53.920Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-04-18T23:34:53.923Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-04-18T23:34:53.923Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-04-18T23:34:54.039Z | info: downloading installer |
31 | 2025-04-18T23:34:55.285Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-04-18T23:34:55.285Z | warn: /opt/ooce/bin |
33 | 2025-04-18T23:34:55.286Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-04-18T23:34:55.286Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-04-18T23:34:55.286Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-04-18T23:34:55.286Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-04-18T23:34:55.286Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-04-18T23:34:55.286Z | error: cannot install while Rust is installed |
39 | 2025-04-18T23:34:55.286Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-04-18T23:34:55.311Z | info: profile set to 'default' |
41 | 2025-04-18T23:34:55.311Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-04-18T23:34:55.314Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-04-18T23:34:55.486Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-04-18T23:34:55.486Z | info: downloading component 'cargo' |
45 | 2025-04-18T23:34:56.558Z | info: downloading component 'clippy' |
46 | 2025-04-18T23:34:56.876Z | info: downloading component 'rust-docs' |
47 | 2025-04-18T23:34:58.017Z | info: downloading component 'rust-std' |
48 | 2025-04-18T23:35:00.367Z | info: downloading component 'rustc' |
49 | 2025-04-18T23:35:07.282Z | info: downloading component 'rustfmt' |
50 | 2025-04-18T23:35:07.526Z | info: installing component 'cargo' |
51 | 2025-04-18T23:35:08.356Z | info: installing component 'clippy' |
52 | 2025-04-18T23:35:08.739Z | info: installing component 'rust-docs' |
53 | 2025-04-18T23:35:10.485Z | info: installing component 'rust-std' |
54 | 2025-04-18T23:35:12.365Z | info: installing component 'rustc' |
55 | 2025-04-18T23:35:18.317Z | info: installing component 'rustfmt' |
56 | 2025-04-18T23:35:18.652Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-04-18T23:35:18.653Z | |
58 | 2025-04-18T23:35:19.015Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-04-18T23:35:19.016Z | |
60 | 2025-04-18T23:35:19.019Z | |
61 | 2025-04-18T23:35:19.019Z | Rust is installed now. Great! |
62 | 2025-04-18T23:35:19.019Z | |
63 | 2025-04-18T23:35:19.019Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-04-18T23:35:19.019Z | environment variable. This has not been done automatically. |
65 | 2025-04-18T23:35:19.019Z | |
66 | 2025-04-18T23:35:19.019Z | To configure your current shell, you need to source |
67 | 2025-04-18T23:35:19.019Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-04-18T23:35:19.019Z | |
69 | 2025-04-18T23:35:19.019Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-04-18T23:35:19.019Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-04-18T23:35:19.019Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-04-18T23:35:19.019Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-04-18T23:35:19.092Z | + rustup --version |
74 | 2025-04-18T23:35:19.103Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-04-18T23:35:19.106Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-04-18T23:35:19.131Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-04-18T23:35:19.134Z | + cargo --version |
78 | 2025-04-18T23:35:19.152Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-04-18T23:35:19.155Z | + rustc --version |
80 | 2025-04-18T23:35:19.179Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-04-18T23:35:19.182Z | process exited: duration 25265 ms, exit code 0 |
|
82 | 2025-04-18T23:35:19.189Z | starting task 2: "authentication" |
83 | 2025-04-18T23:35:19.211Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-04-18T23:35:19.218Z | starting task 3: "clone repository" |
85 | 2025-04-18T23:35:19.223Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-04-18T23:35:19.226Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-04-18T23:35:19.282Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-04-18T23:35:28.959Z | + cd /work/oxidecomputer/omicron |
89 | 2025-04-18T23:35:28.962Z | + git fetch origin 0ee1106251fa733c77112c686978cbc5db878f0a |
90 | 2025-04-18T23:35:29.269Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-04-18T23:35:29.269Z | * branch 0ee1106251fa733c77112c686978cbc5db878f0a -> FETCH_HEAD |
92 | 2025-04-18T23:35:29.282Z | + [[ -n ajs/shamir ]] |
93 | 2025-04-18T23:35:29.285Z | ++ git branch --show-current |
94 | 2025-04-18T23:35:29.285Z | + current=main |
95 | 2025-04-18T23:35:29.285Z | + [[ main != ajs/shamir ]] |
96 | 2025-04-18T23:35:29.285Z | + git branch -f ajs/shamir 0ee1106251fa733c77112c686978cbc5db878f0a |
97 | 2025-04-18T23:35:29.288Z | + git checkout -f ajs/shamir |
98 | 2025-04-18T23:35:29.469Z | Switched to branch 'ajs/shamir' |
99 | 2025-04-18T23:35:29.474Z | + git reset --hard 0ee1106251fa733c77112c686978cbc5db878f0a |
100 | 2025-04-18T23:35:29.651Z | HEAD is now at 0ee110625 review feedback |
101 | 2025-04-18T23:35:29.654Z | process exited: duration 10433 ms, exit code 0 |
|
102 | 2025-04-18T23:35:29.663Z | starting task 4: "build" |
103 | 2025-04-18T23:35:29.666Z | + source .github/buildomat/ci-env.sh |
104 | 2025-04-18T23:35:29.666Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-04-18T23:35:29.666Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-04-18T23:35:29.666Z | + cargo --version |
107 | 2025-04-18T23:35:29.722Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-04-18T23:35:29.725Z | + rustc --version |
109 | 2025-04-18T23:35:29.792Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-04-18T23:35:29.795Z | + cd /tmp |
111 | 2025-04-18T23:35:29.795Z | + cargo new --lib test-project |
112 | 2025-04-18T23:35:29.816Z | Creating library `test-project` package |
113 | 2025-04-18T23:35:29.900Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-04-18T23:35:29.903Z | + cd test-project |
115 | 2025-04-18T23:35:29.903Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-04-18T23:35:29.927Z | Adding omicron-common (local) to dependencies |
117 | 2025-04-18T23:35:29.930Z | Features: |
118 | 2025-04-18T23:35:29.930Z | - proptest |
119 | 2025-04-18T23:35:29.930Z | - test-strategy |
120 | 2025-04-18T23:35:29.930Z | - testing |
121 | 2025-04-18T23:35:29.959Z | Updating crates.io index |
122 | 2025-04-18T23:35:29.992Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-04-18T23:35:30.612Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-04-18T23:35:31.138Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-04-18T23:35:31.549Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-04-18T23:35:32.978Z | Locking 344 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-04-18T23:35:33.149Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-04-18T23:35:33.152Z | + cargo check |
129 | 2025-04-18T23:35:33.297Z | Updating crates.io index |
130 | 2025-04-18T23:35:34.178Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-04-18T23:35:34.178Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-04-18T23:35:34.236Z | Downloading crates ... |
133 | 2025-04-18T23:35:34.335Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-04-18T23:35:34.344Z | Downloaded darling_macro v0.20.10 |
135 | 2025-04-18T23:35:34.355Z | Downloaded time-core v0.1.2 |
136 | 2025-04-18T23:35:34.358Z | Downloaded take_mut v0.2.2 |
137 | 2025-04-18T23:35:34.358Z | Downloaded tinyvec_macros v0.1.1 |
138 | 2025-04-18T23:35:34.361Z | Downloaded dtrace-parser v0.2.0 |
139 | 2025-04-18T23:35:34.366Z | Downloaded thread-id v4.2.2 |
140 | 2025-04-18T23:35:34.369Z | Downloaded icu_provider_macros v1.5.0 |
141 | 2025-04-18T23:35:34.369Z | Downloaded ident_case v1.0.1 |
142 | 2025-04-18T23:35:34.372Z | Downloaded http-body v1.0.1 |
143 | 2025-04-18T23:35:34.372Z | Downloaded zerofrom v0.1.4 |
144 | 2025-04-18T23:35:34.375Z | Downloaded want v0.3.1 |
145 | 2025-04-18T23:35:34.375Z | Downloaded tower-service v0.3.3 |
146 | 2025-04-18T23:35:34.378Z | Downloaded block-buffer v0.10.4 |
147 | 2025-04-18T23:35:34.378Z | Downloaded num-conv v0.1.0 |
148 | 2025-04-18T23:35:34.381Z | Downloaded cfg-if v1.0.0 |
149 | 2025-04-18T23:35:34.381Z | Downloaded usdt-macro v0.5.0 |
150 | 2025-04-18T23:35:34.381Z | Downloaded byteorder v1.5.0 |
151 | 2025-04-18T23:35:34.384Z | Downloaded async-stream v0.3.6 |
152 | 2025-04-18T23:35:34.387Z | Downloaded pretty-hex v0.4.1 |
153 | 2025-04-18T23:35:34.387Z | Downloaded yoke-derive v0.7.4 |
154 | 2025-04-18T23:35:34.390Z | Downloaded num_threads v0.1.7 |
155 | 2025-04-18T23:35:34.390Z | Downloaded omicron-workspace-hack v0.1.0 |
156 | 2025-04-18T23:35:34.390Z | Downloaded waitgroup v0.1.2 |
157 | 2025-04-18T23:35:34.390Z | Downloaded match_cfg v0.1.0 |
158 | 2025-04-18T23:35:34.393Z | Downloaded progenitor-client v0.9.1 |
159 | 2025-04-18T23:35:34.393Z | Downloaded futures-core v0.3.31 |
160 | 2025-04-18T23:35:34.396Z | Downloaded write16 v1.0.0 |
161 | 2025-04-18T23:35:34.396Z | Downloaded futures-io v0.3.31 |
162 | 2025-04-18T23:35:34.399Z | Downloaded cpufeatures v0.2.14 |
163 | 2025-04-18T23:35:34.399Z | Downloaded fnv v1.0.7 |
164 | 2025-04-18T23:35:34.402Z | Downloaded digest v0.10.7 |
165 | 2025-04-18T23:35:34.402Z | Downloaded form_urlencoded v1.2.1 |
166 | 2025-04-18T23:35:34.406Z | Downloaded debug-ignore v1.0.5 |
167 | 2025-04-18T23:35:34.406Z | Downloaded crypto-common v0.1.6 |
168 | 2025-04-18T23:35:34.406Z | Downloaded tower-layer v0.3.3 |
169 | 2025-04-18T23:35:34.409Z | Downloaded toml_datetime v0.6.8 |
170 | 2025-04-18T23:35:34.409Z | Downloaded tokio-rustls v0.25.0 |
171 | 2025-04-18T23:35:34.412Z | Downloaded foldhash v0.1.3 |
172 | 2025-04-18T23:35:34.412Z | Downloaded dof v0.3.0 |
173 | 2025-04-18T23:35:34.415Z | Downloaded http-body-util v0.1.2 |
174 | 2025-04-18T23:35:34.418Z | Downloaded untrusted v0.9.0 |
175 | 2025-04-18T23:35:34.418Z | Downloaded hostname v0.4.0 |
176 | 2025-04-18T23:35:34.421Z | Downloaded unarray v0.1.4 |
177 | 2025-04-18T23:35:34.421Z | Downloaded newtype-uuid v1.2.1 |
178 | 2025-04-18T23:35:34.424Z | Downloaded hostname v0.3.1 |
179 | 2025-04-18T23:35:34.424Z | Downloaded writeable v0.5.5 |
180 | 2025-04-18T23:35:34.427Z | Downloaded generic-array v0.14.7 |
181 | 2025-04-18T23:35:34.430Z | Downloaded pin-utils v0.1.0 |
182 | 2025-04-18T23:35:34.430Z | Downloaded percent-encoding v2.3.1 |
183 | 2025-04-18T23:35:34.433Z | Downloaded macaddr v1.0.1 |
184 | 2025-04-18T23:35:34.433Z | Downloaded hex v0.4.3 |
185 | 2025-04-18T23:35:34.436Z | Downloaded heck v0.5.0 |
186 | 2025-04-18T23:35:34.436Z | Downloaded progenitor v0.9.1 |
187 | 2025-04-18T23:35:34.439Z | Downloaded paste v1.0.15 |
188 | 2025-04-18T23:35:34.442Z | Downloaded camino v1.1.9 |
189 | 2025-04-18T23:35:34.442Z | Downloaded ppv-lite86 v0.2.20 |
190 | 2025-04-18T23:35:34.445Z | Downloaded zerovec-derive v0.10.3 |
191 | 2025-04-18T23:35:34.448Z | Downloaded plain v0.2.3 |
192 | 2025-04-18T23:35:34.449Z | Downloaded httpdate v1.0.3 |
193 | 2025-04-18T23:35:34.449Z | Downloaded equivalent v1.0.1 |
194 | 2025-04-18T23:35:34.451Z | Downloaded utf8_iter v1.0.4 |
195 | 2025-04-18T23:35:34.451Z | Downloaded memmap v0.7.0 |
196 | 2025-04-18T23:35:34.454Z | Downloaded parse-display v0.10.0 |
197 | 2025-04-18T23:35:34.454Z | Downloaded mime v0.3.17 |
198 | 2025-04-18T23:35:34.454Z | Downloaded lazy_static v1.5.0 |
199 | 2025-04-18T23:35:34.457Z | Downloaded toml v0.8.20 |
200 | 2025-04-18T23:35:34.460Z | Downloaded powerfmt v0.2.0 |
201 | 2025-04-18T23:35:34.463Z | Downloaded oxnet v0.1.1 |
202 | 2025-04-18T23:35:34.463Z | Downloaded fastrand v2.1.1 |
203 | 2025-04-18T23:35:34.467Z | Downloaded daft-derive v0.1.2 |
204 | 2025-04-18T23:35:34.470Z | Downloaded dyn-clone v1.0.19 |
205 | 2025-04-18T23:35:34.472Z | Downloaded deranged v0.3.11 |
206 | 2025-04-18T23:35:34.472Z | Downloaded strum v0.26.3 |
207 | 2025-04-18T23:35:34.476Z | Downloaded rand_xorshift v0.3.0 |
208 | 2025-04-18T23:35:34.476Z | Downloaded darling v0.20.10 |
209 | 2025-04-18T23:35:34.479Z | Downloaded multer v3.1.0 |
210 | 2025-04-18T23:35:34.482Z | Downloaded icu_locid_transform v1.5.0 |
211 | 2025-04-18T23:35:34.485Z | Downloaded sync_wrapper v1.0.1 |
212 | 2025-04-18T23:35:34.486Z | Downloaded parking_lot_core v0.9.10 |
213 | 2025-04-18T23:35:34.488Z | Downloaded usdt-impl v0.5.0 |
214 | 2025-04-18T23:35:34.491Z | Downloaded progenitor-macro v0.9.1 |
215 | 2025-04-18T23:35:34.492Z | Downloaded async-trait v0.1.88 |
216 | 2025-04-18T23:35:34.495Z | Downloaded zeroize v1.8.1 |
217 | 2025-04-18T23:35:34.498Z | Downloaded pin-project-lite v0.2.14 |
218 | 2025-04-18T23:35:34.501Z | Downloaded httparse v1.9.5 |
219 | 2025-04-18T23:35:34.504Z | Downloaded pest_derive v2.7.14 |
220 | 2025-04-18T23:35:34.507Z | Downloaded once_cell v1.20.3 |
221 | 2025-04-18T23:35:34.510Z | Downloaded rustc-hash v2.1.1 |
222 | 2025-04-18T23:35:34.510Z | Downloaded autocfg v1.4.0 |
223 | 2025-04-18T23:35:34.513Z | Downloaded scroll v0.12.0 |
224 | 2025-04-18T23:35:34.513Z | Downloaded scroll_derive v0.12.0 |
225 | 2025-04-18T23:35:34.516Z | Downloaded quinn-udp v0.5.5 |
226 | 2025-04-18T23:35:34.516Z | Downloaded rand_core v0.6.4 |
227 | 2025-04-18T23:35:34.519Z | Downloaded rand_chacha v0.3.1 |
228 | 2025-04-18T23:35:34.519Z | Downloaded rustversion v1.0.17 |
229 | 2025-04-18T23:35:34.522Z | Downloaded slog-bunyan v2.5.0 |
230 | 2025-04-18T23:35:34.522Z | Downloaded slog-async v2.8.0 |
231 | 2025-04-18T23:35:34.525Z | Downloaded quick-error v1.2.3 |
232 | 2025-04-18T23:35:34.525Z | Downloaded structmeta v0.3.0 |
233 | 2025-04-18T23:35:34.525Z | Downloaded test-strategy v0.4.0 |
234 | 2025-04-18T23:35:34.528Z | Downloaded serde_urlencoded v0.7.1 |
235 | 2025-04-18T23:35:34.531Z | Downloaded sha1 v0.10.6 |
236 | 2025-04-18T23:35:34.534Z | Downloaded icu_locid v1.5.0 |
237 | 2025-04-18T23:35:34.538Z | Downloaded ucd-trie v0.1.7 |
238 | 2025-04-18T23:35:34.540Z | Downloaded pest_meta v2.7.14 |
239 | 2025-04-18T23:35:34.543Z | Downloaded hyper-rustls v0.27.3 |
240 | 2025-04-18T23:35:34.543Z | Downloaded getrandom v0.3.1 |
241 | 2025-04-18T23:35:34.548Z | Downloaded progenitor-impl v0.9.1 |
242 | 2025-04-18T23:35:34.551Z | Downloaded synstructure v0.13.1 |
243 | 2025-04-18T23:35:34.551Z | Downloaded icu_provider v1.5.0 |
244 | 2025-04-18T23:35:34.554Z | Downloaded stable_deref_trait v1.2.0 |
245 | 2025-04-18T23:35:34.554Z | Downloaded shlex v1.3.0 |
246 | 2025-04-18T23:35:34.557Z | Downloaded smallvec v1.14.0 |
247 | 2025-04-18T23:35:34.557Z | Downloaded proc-macro2 v1.0.94 |
248 | 2025-04-18T23:35:34.560Z | Downloaded quote v1.0.39 |
249 | 2025-04-18T23:35:34.563Z | Downloaded slog-term v2.9.1 |
250 | 2025-04-18T23:35:34.566Z | Downloaded tinyvec v1.8.0 |
251 | 2025-04-18T23:35:34.569Z | Downloaded serde_path_to_error v0.1.16 |
252 | 2025-04-18T23:35:34.572Z | Downloaded serde_derive_internals v0.29.1 |
253 | 2025-04-18T23:35:34.572Z | Downloaded schemars_derive v0.8.22 |
254 | 2025-04-18T23:35:34.576Z | Downloaded num-traits v0.2.19 |
255 | 2025-04-18T23:35:34.580Z | Downloaded subtle v2.6.1 |
256 | 2025-04-18T23:35:34.580Z | Downloaded scopeguard v1.2.0 |
257 | 2025-04-18T23:35:34.580Z | Downloaded uuid v1.15.1 |
258 | 2025-04-18T23:35:34.583Z | Downloaded strum_macros v0.26.4 |
259 | 2025-04-18T23:35:34.585Z | Downloaded spin v0.9.8 |
260 | 2025-04-18T23:35:34.589Z | Downloaded icu_normalizer_data v1.5.0 |
261 | 2025-04-18T23:35:34.589Z | Downloaded ryu v1.0.18 |
262 | 2025-04-18T23:35:34.592Z | Downloaded crossbeam-utils v0.8.20 |
263 | 2025-04-18T23:35:34.596Z | Downloaded icu_properties v1.5.1 |
264 | 2025-04-18T23:35:34.599Z | Downloaded tracing v0.1.40 |
265 | 2025-04-18T23:35:34.602Z | Downloaded rustls-pemfile v2.2.0 |
266 | 2025-04-18T23:35:34.605Z | Downloaded url v2.5.3 |
267 | 2025-04-18T23:35:34.608Z | Downloaded quinn v0.11.5 |
268 | 2025-04-18T23:35:34.611Z | Downloaded semver v1.0.25 |
269 | 2025-04-18T23:35:34.615Z | Downloaded memchr v2.7.4 |
270 | 2025-04-18T23:35:34.619Z | Downloaded mio v1.0.2 |
271 | 2025-04-18T23:35:34.624Z | Downloaded socket2 v0.5.8 |
272 | 2025-04-18T23:35:34.627Z | Downloaded base64 v0.22.1 |
273 | 2025-04-18T23:35:34.631Z | Downloaded toml_edit v0.22.24 |
274 | 2025-04-18T23:35:34.652Z | Downloaded rustls-pki-types v1.10.0 |
275 | 2025-04-18T23:35:34.655Z | Downloaded tokio-util v0.7.13 |
276 | 2025-04-18T23:35:34.660Z | Downloaded indexmap v2.7.1 |
277 | 2025-04-18T23:35:34.664Z | Downloaded time v0.3.36 |
278 | 2025-04-18T23:35:34.671Z | Downloaded pest v2.7.14 |
279 | 2025-04-18T23:35:34.677Z | Downloaded crossbeam-channel v0.5.13 |
280 | 2025-04-18T23:35:34.680Z | Downloaded zerovec v0.10.4 |
281 | 2025-04-18T23:35:34.687Z | Downloaded schemars v0.8.22 |
282 | 2025-04-18T23:35:34.697Z | Downloaded zerocopy v0.7.35 |
283 | 2025-04-18T23:35:34.712Z | Downloaded rand v0.8.5 |
284 | 2025-04-18T23:35:34.716Z | Downloaded serde v1.0.219 |
285 | 2025-04-18T23:35:34.719Z | Downloaded serde_json v1.0.140 |
286 | 2025-04-18T23:35:34.725Z | Downloaded http v1.2.0 |
287 | 2025-04-18T23:35:34.729Z | Downloaded hashbrown v0.12.3 |
288 | 2025-04-18T23:35:34.733Z | Downloaded rustls-webpki v0.102.8 |
289 | 2025-04-18T23:35:34.750Z | Downloaded quinn-proto v0.11.8 |
290 | 2025-04-18T23:35:34.756Z | Downloaded hashbrown v0.15.1 |
291 | 2025-04-18T23:35:34.761Z | Downloaded webpki-roots v0.26.6 |
292 | 2025-04-18T23:35:34.764Z | Downloaded hyper v1.6.0 |
293 | 2025-04-18T23:35:34.771Z | Downloaded idna v1.0.3 |
294 | 2025-04-18T23:35:34.775Z | Downloaded cc v1.2.15 |
295 | 2025-04-18T23:35:34.778Z | Downloaded winnow v0.7.3 |
296 | 2025-04-18T23:35:34.787Z | Downloaded aho-corasick v1.1.3 |
297 | 2025-04-18T23:35:34.792Z | Downloaded serde_with v3.12.0 |
298 | 2025-04-18T23:35:34.800Z | Downloaded regress v0.10.3 |
299 | 2025-04-18T23:35:34.808Z | Downloaded rustls v0.22.4 |
300 | 2025-04-18T23:35:34.820Z | Downloaded regex-syntax v0.8.5 |
301 | 2025-04-18T23:35:34.828Z | Downloaded openapiv3 v2.0.0 |
302 | 2025-04-18T23:35:34.838Z | Downloaded reqwest v0.12.12 |
303 | 2025-04-18T23:35:34.846Z | Downloaded chrono v0.4.40 |
304 | 2025-04-18T23:35:34.853Z | Downloaded proptest v1.6.0 |
305 | 2025-04-18T23:35:34.862Z | Downloaded icu_properties_data v1.5.0 |
306 | 2025-04-18T23:35:34.871Z | Downloaded typify-impl v0.3.0 |
307 | 2025-04-18T23:35:34.884Z | Downloaded regex v1.11.1 |
308 | 2025-04-18T23:35:34.896Z | Downloaded h2 v0.4.6 |
309 | 2025-04-18T23:35:34.902Z | Downloaded syn v2.0.98 |
310 | 2025-04-18T23:35:34.912Z | Downloaded dropshot v0.16.0 |
311 | 2025-04-18T23:35:34.932Z | Downloaded goblin v0.8.2 |
312 | 2025-04-18T23:35:34.938Z | Downloaded rustls v0.23.19 |
313 | 2025-04-18T23:35:34.949Z | Downloaded futures-util v0.3.31 |
314 | 2025-04-18T23:35:34.959Z | Downloaded rustix v0.38.37 |
315 | 2025-04-18T23:35:34.979Z | Downloaded serde_derive v1.0.219 |
316 | 2025-04-18T23:35:34.982Z | Downloaded tower v0.5.2 |
317 | 2025-04-18T23:35:34.990Z | Downloaded icu_collections v1.5.0 |
318 | 2025-04-18T23:35:34.995Z | Downloaded hyper-util v0.1.10 |
319 | 2025-04-18T23:35:34.999Z | Downloaded futures v0.3.31 |
320 | 2025-04-18T23:35:35.003Z | Downloaded serde_yaml v0.9.34+deprecated |
321 | 2025-04-18T23:35:35.006Z | Downloaded serde_with_macros v3.12.0 |
322 | 2025-04-18T23:35:35.009Z | Downloaded slog v2.7.0 |
323 | 2025-04-18T23:35:35.012Z | Downloaded bytes v1.10.1 |
324 | 2025-04-18T23:35:35.015Z | Downloaded dropshot_endpoint v0.16.0 |
325 | 2025-04-18T23:35:35.018Z | Downloaded darling_core v0.20.10 |
326 | 2025-04-18T23:35:35.022Z | Downloaded icu_normalizer v1.5.0 |
327 | 2025-04-18T23:35:35.025Z | Downloaded indexmap v1.9.3 |
328 | 2025-04-18T23:35:35.027Z | Downloaded tokio v1.43.0 |
329 | 2025-04-18T23:35:35.063Z | Downloaded regex-automata v0.4.8 |
330 | 2025-04-18T23:35:35.078Z | Downloaded tracing-core v0.1.32 |
331 | 2025-04-18T23:35:35.081Z | Downloaded unsafe-libyaml v0.2.11 |
332 | 2025-04-18T23:35:35.084Z | Downloaded lock_api v0.4.12 |
333 | 2025-04-18T23:35:35.087Z | Downloaded futures-macro v0.3.31 |
334 | 2025-04-18T23:35:35.087Z | Downloaded slog-json v2.6.1 |
335 | 2025-04-18T23:35:35.090Z | Downloaded serde_tokenstream v0.2.2 |
336 | 2025-04-18T23:35:35.090Z | Downloaded sha2 v0.10.8 |
337 | 2025-04-18T23:35:35.093Z | Downloaded rusty-fork v0.3.0 |
338 | 2025-04-18T23:35:35.093Z | Downloaded allocator-api2 v0.2.18 |
339 | 2025-04-18T23:35:35.096Z | Downloaded ipnet v2.11.0 |
340 | 2025-04-18T23:35:35.096Z | Downloaded parking_lot v0.12.3 |
341 | 2025-04-18T23:35:35.099Z | Downloaded unicode-ident v1.0.14 |
342 | 2025-04-18T23:35:35.102Z | Downloaded libc v0.2.170 |
343 | 2025-04-18T23:35:35.122Z | Downloaded typenum v1.17.0 |
344 | 2025-04-18T23:35:35.125Z | Downloaded typify v0.3.0 |
345 | 2025-04-18T23:35:35.128Z | Downloaded icu_locid_transform_data v1.5.0 |
346 | 2025-04-18T23:35:35.131Z | Downloaded bitflags v2.6.0 |
347 | 2025-04-18T23:35:35.134Z | Downloaded serde_spanned v0.6.8 |
348 | 2025-04-18T23:35:35.134Z | Downloaded structmeta-derive v0.3.0 |
349 | 2025-04-18T23:35:35.137Z | Downloaded litemap v0.7.3 |
350 | 2025-04-18T23:35:35.137Z | Downloaded dirs-next v2.0.0 |
351 | 2025-04-18T23:35:35.140Z | Downloaded slab v0.4.9 |
352 | 2025-04-18T23:35:35.140Z | Downloaded signal-hook-registry v1.4.2 |
353 | 2025-04-18T23:35:35.143Z | Downloaded bit-vec v0.8.0 |
354 | 2025-04-18T23:35:35.143Z | Downloaded term v0.7.0 |
355 | 2025-04-18T23:35:35.146Z | Downloaded anyhow v1.0.97 |
356 | 2025-04-18T23:35:35.149Z | Downloaded iana-time-zone v0.1.61 |
357 | 2025-04-18T23:35:35.157Z | Downloaded getrandom v0.2.15 |
358 | 2025-04-18T23:35:35.157Z | Downloaded zerocopy-derive v0.7.35 |
359 | 2025-04-18T23:35:35.157Z | Downloaded yoke v0.7.4 |
360 | 2025-04-18T23:35:35.160Z | Downloaded utf16_iter v1.0.5 |
361 | 2025-04-18T23:35:35.160Z | Downloaded daft v0.1.2 |
362 | 2025-04-18T23:35:35.161Z | Downloaded version_check v0.9.5 |
363 | 2025-04-18T23:35:35.164Z | Downloaded log v0.4.22 |
364 | 2025-04-18T23:35:35.164Z | Downloaded strsim v0.11.1 |
365 | 2025-04-18T23:35:35.167Z | Downloaded futures-channel v0.3.31 |
366 | 2025-04-18T23:35:35.167Z | Downloaded displaydoc v0.2.5 |
367 | 2025-04-18T23:35:35.170Z | Downloaded backoff v0.4.0 |
368 | 2025-04-18T23:35:35.173Z | Downloaded thiserror v2.0.12 |
369 | 2025-04-18T23:35:35.176Z | Downloaded ring v0.17.11 |
370 | 2025-04-18T23:35:35.213Z | Downloaded tempfile v3.13.0 |
371 | 2025-04-18T23:35:35.216Z | Downloaded is-terminal v0.4.13 |
372 | 2025-04-18T23:35:35.216Z | Downloaded tokio-rustls v0.26.0 |
373 | 2025-04-18T23:35:35.219Z | Downloaded ipnetwork v0.21.1 |
374 | 2025-04-18T23:35:35.222Z | Downloaded usdt v0.5.0 |
375 | 2025-04-18T23:35:35.222Z | Downloaded wait-timeout v0.2.0 |
376 | 2025-04-18T23:35:35.222Z | Downloaded typify-macro v0.3.0 |
377 | 2025-04-18T23:35:35.222Z | Downloaded parse-display-derive v0.10.0 |
378 | 2025-04-18T23:35:35.226Z | Downloaded itoa v1.0.11 |
379 | 2025-04-18T23:35:35.226Z | Downloaded idna_adapter v1.2.0 |
380 | 2025-04-18T23:35:35.226Z | Downloaded encoding_rs v0.8.34 |
381 | 2025-04-18T23:35:35.244Z | Downloaded futures-task v0.3.31 |
382 | 2025-04-18T23:35:35.247Z | Downloaded pest_generator v2.7.14 |
383 | 2025-04-18T23:35:35.247Z | Downloaded zerofrom-derive v0.1.4 |
384 | 2025-04-18T23:35:35.247Z | Downloaded futures-sink v0.3.31 |
385 | 2025-04-18T23:35:35.250Z | Downloaded thiserror v1.0.69 |
386 | 2025-04-18T23:35:35.253Z | Downloaded tinystr v0.7.6 |
387 | 2025-04-18T23:35:35.253Z | Downloaded time-macros v0.2.18 |
388 | 2025-04-18T23:35:35.256Z | Downloaded thread_local v1.1.8 |
389 | 2025-04-18T23:35:35.256Z | Downloaded tokio-macros v2.5.0 |
390 | 2025-04-18T23:35:35.259Z | Downloaded thiserror-impl v2.0.12 |
391 | 2025-04-18T23:35:35.259Z | Downloaded thiserror-impl v1.0.69 |
392 | 2025-04-18T23:35:35.259Z | Downloaded futures-executor v0.3.31 |
393 | 2025-04-18T23:35:35.262Z | Downloaded errno v0.3.9 |
394 | 2025-04-18T23:35:35.262Z | Downloaded dirs-sys-next v0.1.2 |
395 | 2025-04-18T23:35:35.262Z | Downloaded usdt-attr-macro v0.5.0 |
396 | 2025-04-18T23:35:35.265Z | Downloaded instant v0.1.13 |
397 | 2025-04-18T23:35:35.265Z | Downloaded atomic-waker v1.1.2 |
398 | 2025-04-18T23:35:35.265Z | Downloaded try-lock v0.2.5 |
399 | 2025-04-18T23:35:35.266Z | Downloaded bit-set v0.8.0 |
400 | 2025-04-18T23:35:35.408Z | Compiling proc-macro2 v1.0.94 |
401 | 2025-04-18T23:35:35.408Z | Compiling unicode-ident v1.0.14 |
402 | 2025-04-18T23:35:35.408Z | Compiling libc v0.2.170 |
403 | 2025-04-18T23:35:35.411Z | Compiling autocfg v1.4.0 |
404 | 2025-04-18T23:35:35.411Z | Checking cfg-if v1.0.0 |
405 | 2025-04-18T23:35:35.428Z | Compiling serde v1.0.219 |
406 | 2025-04-18T23:35:35.431Z | Checking memchr v2.7.4 |
407 | 2025-04-18T23:35:35.431Z | Compiling serde_json v1.0.140 |
408 | 2025-04-18T23:35:35.519Z | Checking itoa v1.0.11 |
409 | 2025-04-18T23:35:36.178Z | Checking ryu v1.0.18 |
410 | 2025-04-18T23:35:36.314Z | Compiling semver v1.0.25 |
411 | 2025-04-18T23:35:36.323Z | Compiling version_check v0.9.5 |
412 | 2025-04-18T23:35:36.359Z | Checking pin-project-lite v0.2.14 |
413 | 2025-04-18T23:35:36.372Z | Checking smallvec v1.14.0 |
414 | 2025-04-18T23:35:36.394Z | Checking futures-core v0.3.31 |
415 | 2025-04-18T23:35:36.480Z | Checking bytes v1.10.1 |
416 | 2025-04-18T23:35:36.722Z | Checking once_cell v1.20.3 |
417 | 2025-04-18T23:35:36.873Z | Compiling lock_api v0.4.12 |
418 | 2025-04-18T23:35:36.884Z | Checking foldhash v0.1.3 |
419 | 2025-04-18T23:35:36.925Z | Checking allocator-api2 v0.2.18 |
420 | 2025-04-18T23:35:37.024Z | Checking equivalent v1.0.1 |
421 | 2025-04-18T23:35:37.082Z | Compiling thiserror v1.0.69 |
422 | 2025-04-18T23:35:37.151Z | Compiling parking_lot_core v0.9.10 |
423 | 2025-04-18T23:35:37.186Z | Compiling slab v0.4.9 |
424 | 2025-04-18T23:35:37.426Z | Compiling num-traits v0.2.19 |
425 | 2025-04-18T23:35:37.582Z | Compiling quote v1.0.39 |
426 | 2025-04-18T23:35:37.587Z | Checking getrandom v0.2.15 |
427 | 2025-04-18T23:35:37.632Z | Checking hashbrown v0.15.1 |
428 | 2025-04-18T23:35:37.681Z | Checking futures-sink v0.3.31 |
429 | 2025-04-18T23:35:37.783Z | Compiling shlex v1.3.0 |
430 | 2025-04-18T23:35:37.844Z | Checking scopeguard v1.2.0 |
431 | 2025-04-18T23:35:37.858Z | Checking fnv v1.0.7 |
432 | 2025-04-18T23:35:37.985Z | Compiling syn v2.0.98 |
433 | 2025-04-18T23:35:38.080Z | Compiling cc v1.2.15 |
434 | 2025-04-18T23:35:38.153Z | Checking stable_deref_trait v1.2.0 |
435 | 2025-04-18T23:35:38.166Z | Compiling getrandom v0.3.1 |
436 | 2025-04-18T23:35:38.342Z | Checking socket2 v0.5.8 |
437 | 2025-04-18T23:35:38.408Z | Checking parking_lot v0.12.3 |
438 | 2025-04-18T23:35:38.523Z | Checking mio v1.0.2 |
439 | 2025-04-18T23:35:38.612Z | Checking signal-hook-registry v1.4.2 |
440 | 2025-04-18T23:35:38.692Z | Compiling thiserror v2.0.12 |
441 | 2025-04-18T23:35:38.784Z | Checking futures-channel v0.3.31 |
442 | 2025-04-18T23:35:38.855Z | Compiling heck v0.5.0 |
443 | 2025-04-18T23:35:38.928Z | Checking futures-task v0.3.31 |
444 | 2025-04-18T23:35:39.104Z | Checking iana-time-zone v0.1.61 |
445 | 2025-04-18T23:35:39.122Z | Checking log v0.4.22 |
446 | 2025-04-18T23:35:39.139Z | Checking pin-utils v0.1.0 |
447 | 2025-04-18T23:35:39.256Z | Compiling schemars v0.8.22 |
448 | 2025-04-18T23:35:39.392Z | Checking futures-io v0.3.31 |
449 | 2025-04-18T23:35:39.586Z | Checking http v1.2.0 |
450 | 2025-04-18T23:35:39.650Z | Checking rustls-pki-types v1.10.0 |
451 | 2025-04-18T23:35:39.682Z | Checking dyn-clone v1.0.19 |
452 | 2025-04-18T23:35:39.710Z | Checking untrusted v0.9.0 |
453 | 2025-04-18T23:35:39.861Z | Checking writeable v0.5.5 |
454 | 2025-04-18T23:35:39.892Z | Compiling ucd-trie v0.1.7 |
455 | 2025-04-18T23:35:40.153Z | Checking litemap v0.7.3 |
456 | 2025-04-18T23:35:40.167Z | Checking byteorder v1.5.0 |
457 | 2025-04-18T23:35:40.322Z | Compiling httparse v1.9.5 |
458 | 2025-04-18T23:35:40.890Z | Checking tracing-core v0.1.32 |
459 | 2025-04-18T23:35:40.933Z | Compiling ring v0.17.11 |
460 | 2025-04-18T23:35:41.003Z | Checking atomic-waker v1.1.2 |
461 | 2025-04-18T23:35:41.037Z | Checking zeroize v1.8.1 |
462 | 2025-04-18T23:35:41.052Z | Checking subtle v2.6.1 |
463 | 2025-04-18T23:35:41.274Z | Compiling uuid v1.15.1 |
464 | 2025-04-18T23:35:41.287Z | Checking icu_locid_transform_data v1.5.0 |
465 | 2025-04-18T23:35:41.483Z | Compiling regress v0.10.3 |
466 | 2025-04-18T23:35:41.512Z | Checking tracing v0.1.40 |
467 | 2025-04-18T23:35:41.768Z | Compiling chrono v0.4.40 |
468 | 2025-04-18T23:35:41.800Z | Checking http-body v1.0.1 |
469 | 2025-04-18T23:35:41.803Z | Compiling aho-corasick v1.1.3 |
470 | 2025-04-18T23:35:41.836Z | Checking try-lock v0.2.5 |
471 | 2025-04-18T23:35:41.970Z | Checking icu_properties_data v1.5.0 |
472 | 2025-04-18T23:35:41.986Z | Compiling regex-syntax v0.8.5 |
473 | 2025-04-18T23:35:42.162Z | Compiling slog v2.7.0 |
474 | 2025-04-18T23:35:42.177Z | Checking want v0.3.1 |
475 | 2025-04-18T23:35:42.731Z | Compiling typenum v1.17.0 |
476 | 2025-04-18T23:35:43.445Z | Compiling rustls v0.23.19 |
477 | 2025-04-18T23:35:43.654Z | Checking utf16_iter v1.0.5 |
478 | 2025-04-18T23:35:43.782Z | Checking write16 v1.0.0 |
479 | 2025-04-18T23:35:43.899Z | Checking tower-service v0.3.3 |
480 | 2025-04-18T23:35:44.019Z | Checking httpdate v1.0.3 |
481 | 2025-04-18T23:35:44.220Z | Checking icu_normalizer_data v1.5.0 |
482 | 2025-04-18T23:35:44.319Z | Checking utf8_iter v1.0.4 |
483 | 2025-04-18T23:35:44.450Z | Checking percent-encoding v2.3.1 |
484 | 2025-04-18T23:35:44.647Z | Compiling serde_derive_internals v0.29.1 |
485 | 2025-04-18T23:35:45.344Z | Compiling synstructure v0.13.1 |
486 | 2025-04-18T23:35:45.639Z | Compiling regex-automata v0.4.8 |
487 | 2025-04-18T23:35:46.435Z | Checking form_urlencoded v1.2.1 |
488 | 2025-04-18T23:35:46.645Z | Compiling generic-array v0.14.7 |
489 | 2025-04-18T23:35:47.194Z | Checking rand_core v0.6.4 |
490 | 2025-04-18T23:35:47.500Z | Compiling usdt-impl v0.5.0 |
491 | 2025-04-18T23:35:47.560Z | Checking mime v0.3.17 |
492 | 2025-04-18T23:35:47.678Z | Compiling time-core v0.1.2 |
493 | 2025-04-18T23:35:47.833Z | Compiling num-conv v0.1.0 |
494 | 2025-04-18T23:35:47.871Z | Compiling paste v1.0.15 |
495 | 2025-04-18T23:35:47.911Z | Checking powerfmt v0.2.0 |
496 | 2025-04-18T23:35:48.086Z | Compiling rustix v0.38.37 |
497 | 2025-04-18T23:35:48.098Z | Compiling time-macros v0.2.18 |
498 | 2025-04-18T23:35:48.182Z | Checking deranged v0.3.11 |
499 | 2025-04-18T23:35:48.417Z | Compiling serde_derive v1.0.219 |
500 | 2025-04-18T23:35:48.460Z | Compiling schemars_derive v0.8.22 |
501 | 2025-04-18T23:35:48.759Z | Compiling thiserror-impl v1.0.69 |
502 | 2025-04-18T23:35:49.306Z | Compiling zerofrom-derive v0.1.4 |
503 | 2025-04-18T23:35:49.492Z | Compiling zerocopy-derive v0.7.35 |
504 | 2025-04-18T23:35:50.781Z | Compiling yoke-derive v0.7.4 |
505 | 2025-04-18T23:35:51.191Z | Compiling zerovec-derive v0.10.3 |
506 | 2025-04-18T23:35:51.291Z | Compiling tokio-macros v2.5.0 |
507 | 2025-04-18T23:35:51.417Z | Compiling thiserror-impl v2.0.12 |
508 | 2025-04-18T23:35:51.512Z | Compiling displaydoc v0.2.5 |
509 | 2025-04-18T23:35:52.037Z | Compiling futures-macro v0.3.31 |
510 | 2025-04-18T23:35:52.303Z | Checking zerofrom v0.1.4 |
511 | 2025-04-18T23:35:52.652Z | Compiling pest v2.7.14 |
512 | 2025-04-18T23:35:52.738Z | Checking tokio v1.43.0 |
513 | 2025-04-18T23:35:53.101Z | Checking yoke v0.7.4 |
514 | 2025-04-18T23:35:53.417Z | Compiling icu_provider_macros v1.5.0 |
515 | 2025-04-18T23:35:53.468Z | Checking zerovec v0.10.4 |
516 | 2025-04-18T23:35:53.793Z | Checking futures-util v0.3.31 |
517 | 2025-04-18T23:35:54.140Z | Checking zerocopy v0.7.35 |
518 | 2025-04-18T23:35:54.772Z | Compiling regex v1.11.1 |
519 | 2025-04-18T23:35:54.979Z | Checking tinystr v0.7.6 |
520 | 2025-04-18T23:35:55.287Z | Compiling pest_meta v2.7.14 |
521 | 2025-04-18T23:35:55.323Z | Checking icu_locid v1.5.0 |
522 | 2025-04-18T23:35:55.515Z | Checking rustls-webpki v0.102.8 |
523 | 2025-04-18T23:35:55.595Z | Checking icu_collections v1.5.0 |
524 | 2025-04-18T23:35:56.279Z | Checking icu_provider v1.5.0 |
525 | 2025-04-18T23:35:56.903Z | Checking icu_locid_transform v1.5.0 |
526 | 2025-04-18T23:35:57.716Z | Compiling pest_generator v2.7.14 |
527 | 2025-04-18T23:35:57.928Z | Checking icu_properties v1.5.1 |
528 | 2025-04-18T23:35:58.397Z | Compiling scroll_derive v0.12.0 |
529 | 2025-04-18T23:35:58.909Z | Checking http-body-util v0.1.2 |
530 | 2025-04-18T23:35:59.294Z | Checking tokio-util v0.7.13 |
531 | 2025-04-18T23:35:59.324Z | Checking ppv-lite86 v0.2.20 |
532 | 2025-04-18T23:35:59.346Z | Compiling pest_derive v2.7.14 |
533 | 2025-04-18T23:35:59.988Z | Checking indexmap v2.7.1 |
534 | 2025-04-18T23:36:00.391Z | Compiling serde_tokenstream v0.2.2 |
535 | 2025-04-18T23:36:01.076Z | Checking tokio-rustls v0.26.0 |
536 | 2025-04-18T23:36:01.104Z | Compiling dtrace-parser v0.2.0 |
537 | 2025-04-18T23:36:01.168Z | Checking h2 v0.4.6 |
538 | 2025-04-18T23:36:01.171Z | Checking icu_normalizer v1.5.0 |
539 | 2025-04-18T23:36:01.431Z | Checking scroll v0.12.0 |
540 | 2025-04-18T23:36:01.474Z | Checking serde_urlencoded v0.7.1 |
541 | 2025-04-18T23:36:01.905Z | Compiling dof v0.3.0 |
542 | 2025-04-18T23:36:01.938Z | Checking idna_adapter v1.2.0 |
543 | 2025-04-18T23:36:02.122Z | Checking idna v1.0.3 |
544 | 2025-04-18T23:36:02.600Z | Compiling structmeta-derive v0.3.0 |
545 | 2025-04-18T23:36:02.652Z | Compiling thread-id v4.2.2 |
546 | 2025-04-18T23:36:02.764Z | Checking rustls-pemfile v2.2.0 |
547 | 2025-04-18T23:36:02.777Z | Checking webpki-roots v0.26.6 |
548 | 2025-04-18T23:36:02.990Z | Checking errno v0.3.9 |
549 | 2025-04-18T23:36:03.011Z | Checking sync_wrapper v1.0.1 |
550 | 2025-04-18T23:36:03.164Z | Checking num_threads v0.1.7 |
551 | 2025-04-18T23:36:03.234Z | Checking bitflags v2.6.0 |
552 | 2025-04-18T23:36:03.262Z | Checking base64 v0.22.1 |
553 | 2025-04-18T23:36:03.569Z | Checking plain v0.2.3 |
554 | 2025-04-18T23:36:03.665Z | Compiling typify-impl v0.3.0 |
555 | 2025-04-18T23:36:03.701Z | Compiling ident_case v1.0.1 |
556 | 2025-04-18T23:36:03.716Z | Compiling newtype-uuid v1.2.1 |
557 | 2025-04-18T23:36:03.800Z | Checking tower-layer v0.3.3 |
558 | 2025-04-18T23:36:04.049Z | Compiling crossbeam-utils v0.8.20 |
559 | 2025-04-18T23:36:04.254Z | Compiling rustversion v1.0.17 |
560 | 2025-04-18T23:36:04.672Z | Compiling strsim v0.11.1 |
561 | 2025-04-18T23:36:04.845Z | Checking time v0.3.36 |
562 | 2025-04-18T23:36:04.960Z | Compiling structmeta v0.3.0 |
563 | 2025-04-18T23:36:05.114Z | Compiling darling_core v0.20.10 |
564 | 2025-04-18T23:36:05.249Z | Checking hyper v1.6.0 |
565 | 2025-04-18T23:36:05.327Z | Checking tower v0.5.2 |
566 | 2025-04-18T23:36:06.073Z | Checking goblin v0.8.2 |
567 | 2025-04-18T23:36:06.583Z | Checking ipnetwork v0.21.1 |
568 | 2025-04-18T23:36:07.142Z | Checking hyper-util v0.1.10 |
569 | 2025-04-18T23:36:07.895Z | Checking url v2.5.3 |
570 | 2025-04-18T23:36:08.127Z | Compiling openapiv3 v2.0.0 |
571 | 2025-04-18T23:36:08.763Z | Checking rand_chacha v0.3.1 |
572 | 2025-04-18T23:36:08.777Z | Checking hyper-rustls v0.27.3 |
573 | 2025-04-18T23:36:09.075Z | Checking dirs-sys-next v0.1.2 |
574 | 2025-04-18T23:36:09.263Z | Checking pretty-hex v0.4.1 |
575 | 2025-04-18T23:36:09.460Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2025-04-18T23:36:09.532Z | Checking fastrand v2.1.1 |
577 | 2025-04-18T23:36:09.803Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2025-04-18T23:36:09.822Z | Checking ipnet v2.11.0 |
579 | 2025-04-18T23:36:09.825Z | Compiling rustls v0.22.4 |
580 | 2025-04-18T23:36:10.200Z | Checking tempfile v3.13.0 |
581 | 2025-04-18T23:36:10.297Z | Compiling darling_macro v0.20.10 |
582 | 2025-04-18T23:36:10.309Z | Checking reqwest v0.12.12 |
583 | 2025-04-18T23:36:10.725Z | Checking dirs-next v2.0.0 |
584 | 2025-04-18T23:36:10.852Z | Checking rand v0.8.5 |
585 | 2025-04-18T23:36:11.276Z | Compiling serde_yaml v0.9.34+deprecated |
586 | 2025-04-18T23:36:11.472Z | Checking oxnet v0.1.1 |
587 | 2025-04-18T23:36:11.809Z | Checking crypto-common v0.1.6 |
588 | 2025-04-18T23:36:11.910Z | Checking block-buffer v0.10.4 |
589 | 2025-04-18T23:36:11.957Z | Checking serde_spanned v0.6.8 |
590 | 2025-04-18T23:36:11.974Z | Checking toml_datetime v0.6.8 |
591 | 2025-04-18T23:36:12.001Z | Compiling daft-derive v0.1.2 |
592 | 2025-04-18T23:36:12.101Z | Checking wait-timeout v0.2.0 |
593 | 2025-04-18T23:36:12.255Z | Checking thread_local v1.1.8 |
594 | 2025-04-18T23:36:12.267Z | Compiling multer v3.1.0 |
595 | 2025-04-18T23:36:12.281Z | Checking winnow v0.7.3 |
596 | 2025-04-18T23:36:12.292Z | Checking quick-error v1.2.3 |
597 | 2025-04-18T23:36:12.439Z | Compiling camino v1.1.9 |
598 | 2025-04-18T23:36:12.518Z | Compiling slog-async v2.8.0 |
599 | 2025-04-18T23:36:12.629Z | Compiling anyhow v1.0.97 |
600 | 2025-04-18T23:36:12.902Z | Checking match_cfg v0.1.0 |
601 | 2025-04-18T23:36:12.992Z | Checking bit-vec v0.8.0 |
602 | 2025-04-18T23:36:13.005Z | Checking hostname v0.3.1 |
603 | 2025-04-18T23:36:13.135Z | Compiling strum_macros v0.26.4 |
604 | 2025-04-18T23:36:13.214Z | Checking rusty-fork v0.3.0 |
605 | 2025-04-18T23:36:13.353Z | Checking bit-set v0.8.0 |
606 | 2025-04-18T23:36:13.459Z | Checking daft v0.1.2 |
607 | 2025-04-18T23:36:13.506Z | Checking crossbeam-channel v0.5.13 |
608 | 2025-04-18T23:36:13.603Z | Checking digest v0.10.7 |
609 | 2025-04-18T23:36:13.864Z | Checking progenitor-client v0.9.1 |
610 | 2025-04-18T23:36:13.932Z | Compiling darling v0.20.10 |
611 | 2025-04-18T23:36:14.047Z | Checking term v0.7.0 |
612 | 2025-04-18T23:36:14.183Z | Compiling usdt-attr-macro v0.5.0 |
613 | 2025-04-18T23:36:14.218Z | Compiling usdt-macro v0.5.0 |
614 | 2025-04-18T23:36:14.457Z | Checking slog-json v2.6.1 |
615 | 2025-04-18T23:36:14.469Z | Compiling parse-display-derive v0.10.0 |
616 | 2025-04-18T23:36:14.706Z | Checking hex v0.4.3 |
617 | 2025-04-18T23:36:15.000Z | Checking toml_edit v0.22.24 |
618 | 2025-04-18T23:36:15.064Z | Compiling typify-macro v0.3.0 |
619 | 2025-04-18T23:36:15.202Z | Checking futures-executor v0.3.31 |
620 | 2025-04-18T23:36:15.429Z | Compiling async-stream-impl v0.3.6 |
621 | 2025-04-18T23:36:15.442Z | Checking rand_xorshift v0.3.0 |
622 | 2025-04-18T23:36:15.555Z | Checking memmap v0.7.0 |
623 | 2025-04-18T23:36:15.625Z | Checking is-terminal v0.4.13 |
624 | 2025-04-18T23:36:15.757Z | Compiling dropshot v0.16.0 |
625 | 2025-04-18T23:36:15.771Z | Checking encoding_rs v0.8.34 |
626 | 2025-04-18T23:36:16.131Z | Checking cpufeatures v0.2.14 |
627 | 2025-04-18T23:36:16.222Z | Checking take_mut v0.2.2 |
628 | 2025-04-18T23:36:16.381Z | Checking lazy_static v1.5.0 |
629 | 2025-04-18T23:36:16.521Z | Checking unarray v0.1.4 |
630 | 2025-04-18T23:36:16.676Z | Checking spin v0.9.8 |
631 | 2025-04-18T23:36:16.691Z | Checking proptest v1.6.0 |
632 | 2025-04-18T23:36:16.853Z | Checking async-stream v0.3.6 |
633 | 2025-04-18T23:36:17.224Z | Checking strum v0.26.3 |
634 | 2025-04-18T23:36:17.346Z | Checking sha1 v0.10.6 |
635 | 2025-04-18T23:36:17.435Z | Checking usdt v0.5.0 |
636 | 2025-04-18T23:36:17.483Z | Checking tokio-rustls v0.25.0 |
637 | 2025-04-18T23:36:17.610Z | Checking slog-term v2.9.1 |
638 | 2025-04-18T23:36:17.613Z | Checking toml v0.8.20 |
639 | 2025-04-18T23:36:17.674Z | Checking futures v0.3.31 |
640 | 2025-04-18T23:36:17.782Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2025-04-18T23:36:17.818Z | Checking slog-bunyan v2.5.0 |
642 | 2025-04-18T23:36:17.906Z | Checking parse-display v0.10.0 |
643 | 2025-04-18T23:36:17.941Z | Compiling serde_with_macros v3.12.0 |
644 | 2025-04-18T23:36:18.242Z | Compiling test-strategy v0.4.0 |
645 | 2025-04-18T23:36:18.291Z | Compiling typify v0.3.0 |
646 | 2025-04-18T23:36:18.348Z | Compiling dropshot_endpoint v0.16.0 |
647 | 2025-04-18T23:36:18.362Z | Checking serde_path_to_error v0.1.16 |
648 | 2025-04-18T23:36:18.418Z | Compiling progenitor-impl v0.9.1 |
649 | 2025-04-18T23:36:18.586Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
650 | 2025-04-18T23:36:18.981Z | Compiling async-trait v0.1.88 |
651 | 2025-04-18T23:36:19.409Z | Checking waitgroup v0.1.2 |
652 | 2025-04-18T23:36:19.558Z | Checking hostname v0.4.0 |
653 | 2025-04-18T23:36:19.689Z | Checking instant v0.1.13 |
654 | 2025-04-18T23:36:19.811Z | Checking debug-ignore v1.0.5 |
655 | 2025-04-18T23:36:19.968Z | Checking backoff v0.4.0 |
656 | 2025-04-18T23:36:20.266Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
657 | 2025-04-18T23:36:20.319Z | Checking serde_with v3.12.0 |
658 | 2025-04-18T23:36:20.353Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
659 | 2025-04-18T23:36:20.421Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
660 | 2025-04-18T23:36:20.733Z | Checking macaddr v1.0.1 |
661 | 2025-04-18T23:36:21.212Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
662 | 2025-04-18T23:36:21.834Z | Compiling progenitor-macro v0.9.1 |
663 | 2025-04-18T23:36:25.320Z | Checking progenitor v0.9.1 |
664 | 2025-04-18T23:36:25.427Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
665 | 2025-04-18T23:36:28.130Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
666 | 2025-04-18T23:36:35.286Z | Checking test-project v0.1.0 (/tmp/test-project) |
667 | 2025-04-18T23:36:35.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
668 | 2025-04-18T23:36:35.483Z | + cargo build --release |
669 | 2025-04-18T23:36:35.704Z | Compiling proc-macro2 v1.0.94 |
670 | 2025-04-18T23:36:35.704Z | Compiling unicode-ident v1.0.14 |
671 | 2025-04-18T23:36:35.707Z | Compiling libc v0.2.170 |
672 | 2025-04-18T23:36:35.707Z | Compiling autocfg v1.4.0 |
673 | 2025-04-18T23:36:35.707Z | Compiling cfg-if v1.0.0 |
674 | 2025-04-18T23:36:35.707Z | Compiling serde v1.0.219 |
675 | 2025-04-18T23:36:35.707Z | Compiling memchr v2.7.4 |
676 | 2025-04-18T23:36:35.707Z | Compiling serde_json v1.0.140 |
677 | 2025-04-18T23:36:35.842Z | Compiling itoa v1.0.11 |
678 | 2025-04-18T23:36:36.119Z | Compiling ryu v1.0.18 |
679 | 2025-04-18T23:36:36.318Z | Compiling semver v1.0.25 |
680 | 2025-04-18T23:36:36.479Z | Compiling pin-project-lite v0.2.14 |
681 | 2025-04-18T23:36:36.603Z | Compiling version_check v0.9.5 |
682 | 2025-04-18T23:36:36.634Z | Compiling smallvec v1.14.0 |
683 | 2025-04-18T23:36:36.711Z | Compiling once_cell v1.20.3 |
684 | 2025-04-18T23:36:36.798Z | Compiling futures-core v0.3.31 |
685 | 2025-04-18T23:36:37.044Z | Compiling bytes v1.10.1 |
686 | 2025-04-18T23:36:37.131Z | Compiling thiserror v1.0.69 |
687 | 2025-04-18T23:36:37.143Z | Compiling lock_api v0.4.12 |
688 | 2025-04-18T23:36:37.309Z | Compiling allocator-api2 v0.2.18 |
689 | 2025-04-18T23:36:37.432Z | Compiling quote v1.0.39 |
690 | 2025-04-18T23:36:37.549Z | Compiling parking_lot_core v0.9.10 |
691 | 2025-04-18T23:36:37.680Z | Compiling getrandom v0.2.15 |
692 | 2025-04-18T23:36:37.909Z | Compiling syn v2.0.98 |
693 | 2025-04-18T23:36:37.968Z | Compiling equivalent v1.0.1 |
694 | 2025-04-18T23:36:38.006Z | Compiling foldhash v0.1.3 |
695 | 2025-04-18T23:36:38.081Z | Compiling num-traits v0.2.19 |
696 | 2025-04-18T23:36:38.096Z | Compiling slab v0.4.9 |
697 | 2025-04-18T23:36:38.105Z | Compiling scopeguard v1.2.0 |
698 | 2025-04-18T23:36:38.159Z | Compiling fnv v1.0.7 |
699 | 2025-04-18T23:36:38.263Z | Compiling hashbrown v0.15.1 |
700 | 2025-04-18T23:36:38.298Z | Compiling shlex v1.3.0 |
701 | 2025-04-18T23:36:38.331Z | Compiling futures-sink v0.3.31 |
702 | 2025-04-18T23:36:38.602Z | Compiling cc v1.2.15 |
703 | 2025-04-18T23:36:38.612Z | Compiling stable_deref_trait v1.2.0 |
704 | 2025-04-18T23:36:38.667Z | Compiling getrandom v0.3.1 |
705 | 2025-04-18T23:36:38.714Z | Compiling thiserror v2.0.12 |
706 | 2025-04-18T23:36:39.135Z | Compiling parking_lot v0.12.3 |
707 | 2025-04-18T23:36:39.250Z | Compiling socket2 v0.5.8 |
708 | 2025-04-18T23:36:39.286Z | Compiling signal-hook-registry v1.4.2 |
709 | 2025-04-18T23:36:39.451Z | Compiling mio v1.0.2 |
710 | 2025-04-18T23:36:39.963Z | Compiling futures-channel v0.3.31 |
711 | 2025-04-18T23:36:40.821Z | Compiling log v0.4.22 |
712 | 2025-04-18T23:36:40.952Z | Compiling iana-time-zone v0.1.61 |
713 | 2025-04-18T23:36:41.182Z | Compiling futures-io v0.3.31 |
714 | 2025-04-18T23:36:41.231Z | Compiling heck v0.5.0 |
715 | 2025-04-18T23:36:41.258Z | Compiling schemars v0.8.22 |
716 | 2025-04-18T23:36:41.262Z | Compiling futures-task v0.3.31 |
717 | 2025-04-18T23:36:41.431Z | Compiling ring v0.17.11 |
718 | 2025-04-18T23:36:41.467Z | Compiling pin-utils v0.1.0 |
719 | 2025-04-18T23:36:41.538Z | Compiling http v1.2.0 |
720 | 2025-04-18T23:36:41.579Z | Compiling rustls-pki-types v1.10.0 |
721 | 2025-04-18T23:36:41.662Z | Compiling dyn-clone v1.0.19 |
722 | 2025-04-18T23:36:41.723Z | Compiling writeable v0.5.5 |
723 | 2025-04-18T23:36:41.887Z | Compiling ucd-trie v0.1.7 |
724 | 2025-04-18T23:36:42.151Z | Compiling untrusted v0.9.0 |
725 | 2025-04-18T23:36:42.278Z | Compiling litemap v0.7.3 |
726 | 2025-04-18T23:36:42.780Z | Compiling byteorder v1.5.0 |
727 | 2025-04-18T23:36:43.044Z | Compiling httparse v1.9.5 |
728 | 2025-04-18T23:36:43.612Z | Compiling tracing-core v0.1.32 |
729 | 2025-04-18T23:36:43.662Z | Compiling subtle v2.6.1 |
730 | 2025-04-18T23:36:43.747Z | Compiling chrono v0.4.40 |
731 | 2025-04-18T23:36:43.824Z | Compiling zeroize v1.8.1 |
732 | 2025-04-18T23:36:43.928Z | Compiling uuid v1.15.1 |
733 | 2025-04-18T23:36:44.147Z | Compiling atomic-waker v1.1.2 |
734 | 2025-04-18T23:36:44.521Z | Compiling icu_locid_transform_data v1.5.0 |
735 | 2025-04-18T23:36:44.616Z | Compiling tracing v0.1.40 |
736 | 2025-04-18T23:36:45.237Z | Compiling serde_derive_internals v0.29.1 |
737 | 2025-04-18T23:36:45.571Z | Compiling synstructure v0.13.1 |
738 | 2025-04-18T23:36:45.983Z | Compiling http-body v1.0.1 |
739 | 2025-04-18T23:36:46.225Z | Compiling regress v0.10.3 |
740 | 2025-04-18T23:36:46.645Z | Compiling aho-corasick v1.1.3 |
741 | 2025-04-18T23:36:46.715Z | Compiling slog v2.7.0 |
742 | 2025-04-18T23:36:47.043Z | Compiling icu_properties_data v1.5.0 |
743 | 2025-04-18T23:36:47.191Z | Compiling regex-syntax v0.8.5 |
744 | 2025-04-18T23:36:47.199Z | Compiling try-lock v0.2.5 |
745 | 2025-04-18T23:36:47.326Z | Compiling want v0.3.1 |
746 | 2025-04-18T23:36:47.980Z | Compiling utf8_iter v1.0.4 |
747 | 2025-04-18T23:36:48.236Z | Compiling rustls v0.23.19 |
748 | 2025-04-18T23:36:48.407Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2025-04-18T23:36:48.506Z | Compiling write16 v1.0.0 |
750 | 2025-04-18T23:36:48.651Z | Compiling httpdate v1.0.3 |
751 | 2025-04-18T23:36:48.856Z | Compiling serde_derive v1.0.219 |
752 | 2025-04-18T23:36:49.227Z | Compiling schemars_derive v0.8.22 |
753 | 2025-04-18T23:36:49.401Z | Compiling zerofrom-derive v0.1.4 |
754 | 2025-04-18T23:36:50.307Z | Compiling thiserror-impl v1.0.69 |
755 | 2025-04-18T23:36:50.551Z | Compiling zerocopy-derive v0.7.35 |
756 | 2025-04-18T23:36:51.939Z | Compiling yoke-derive v0.7.4 |
757 | 2025-04-18T23:36:52.313Z | Compiling tokio-macros v2.5.0 |
758 | 2025-04-18T23:36:52.336Z | Compiling zerovec-derive v0.10.3 |
759 | 2025-04-18T23:36:52.383Z | Compiling displaydoc v0.2.5 |
760 | 2025-04-18T23:36:52.520Z | Compiling zerofrom v0.1.4 |
761 | 2025-04-18T23:36:52.755Z | Compiling thiserror-impl v2.0.12 |
762 | 2025-04-18T23:36:52.973Z | Compiling futures-macro v0.3.31 |
763 | 2025-04-18T23:36:53.730Z | Compiling tokio v1.43.0 |
764 | 2025-04-18T23:36:53.992Z | Compiling pest v2.7.14 |
765 | 2025-04-18T23:36:54.307Z | Compiling yoke v0.7.4 |
766 | 2025-04-18T23:36:54.653Z | Compiling zerovec v0.10.4 |
767 | 2025-04-18T23:36:54.730Z | Compiling futures-util v0.3.31 |
768 | 2025-04-18T23:36:56.829Z | Compiling tinystr v0.7.6 |
769 | 2025-04-18T23:36:57.253Z | Compiling icu_locid v1.5.0 |
770 | 2025-04-18T23:36:57.352Z | Compiling icu_provider_macros v1.5.0 |
771 | 2025-04-18T23:36:58.487Z | Compiling icu_provider v1.5.0 |
772 | 2025-04-18T23:37:00.861Z | Compiling serde_tokenstream v0.2.2 |
773 | 2025-04-18T23:37:03.046Z | Compiling indexmap v2.7.1 |
774 | 2025-04-18T23:37:04.559Z | Compiling rustls-webpki v0.102.8 |
775 | 2025-04-18T23:37:04.601Z | Compiling pest_meta v2.7.14 |
776 | 2025-04-18T23:37:04.748Z | Compiling zerocopy v0.7.35 |
777 | 2025-04-18T23:37:06.252Z | Compiling pest_generator v2.7.14 |
778 | 2025-04-18T23:37:07.887Z | Compiling tokio-util v0.7.13 |
779 | 2025-04-18T23:37:08.048Z | Compiling icu_locid_transform v1.5.0 |
780 | 2025-04-18T23:37:09.127Z | Compiling icu_collections v1.5.0 |
781 | 2025-04-18T23:37:10.084Z | Compiling icu_properties v1.5.1 |
782 | 2025-04-18T23:37:10.125Z | Compiling typify-impl v0.3.0 |
783 | 2025-04-18T23:37:10.171Z | Compiling h2 v0.4.6 |
784 | 2025-04-18T23:37:11.833Z | Compiling pest_derive v2.7.14 |
785 | 2025-04-18T23:37:12.763Z | Compiling regex-automata v0.4.8 |
786 | 2025-04-18T23:37:16.316Z | Compiling utf16_iter v1.0.5 |
787 | 2025-04-18T23:37:16.550Z | Compiling tower-service v0.3.3 |
788 | 2025-04-18T23:37:16.583Z | Compiling percent-encoding v2.3.1 |
789 | 2025-04-18T23:37:16.685Z | Compiling typenum v1.17.0 |
790 | 2025-04-18T23:37:17.063Z | Compiling form_urlencoded v1.2.1 |
791 | 2025-04-18T23:37:17.558Z | Compiling regex v1.11.1 |
792 | 2025-04-18T23:37:17.702Z | Compiling icu_normalizer v1.5.0 |
793 | 2025-04-18T23:37:18.432Z | Compiling hyper v1.6.0 |
794 | 2025-04-18T23:37:20.026Z | Compiling typify-macro v0.3.0 |
795 | 2025-04-18T23:37:21.002Z | Compiling generic-array v0.14.7 |
796 | 2025-04-18T23:37:23.448Z | Compiling hyper-util v0.1.10 |
797 | 2025-04-18T23:37:25.849Z | Compiling idna_adapter v1.2.0 |
798 | 2025-04-18T23:37:28.004Z | Compiling scroll_derive v0.12.0 |
799 | 2025-04-18T23:37:28.605Z | Compiling rand_core v0.6.4 |
800 | 2025-04-18T23:37:29.083Z | Compiling usdt-impl v0.5.0 |
801 | 2025-04-18T23:37:29.266Z | Compiling mime v0.3.17 |
802 | 2025-04-18T23:37:29.460Z | Compiling time-core v0.1.2 |
803 | 2025-04-18T23:37:29.510Z | Compiling paste v1.0.15 |
804 | 2025-04-18T23:37:29.636Z | Compiling powerfmt v0.2.0 |
805 | 2025-04-18T23:37:30.026Z | Compiling num-conv v0.1.0 |
806 | 2025-04-18T23:37:30.100Z | Compiling rustix v0.38.37 |
807 | 2025-04-18T23:37:30.287Z | Compiling time-macros v0.2.18 |
808 | 2025-04-18T23:37:30.351Z | Compiling deranged v0.3.11 |
809 | 2025-04-18T23:37:31.042Z | Compiling scroll v0.12.0 |
810 | 2025-04-18T23:37:32.040Z | Compiling tokio-rustls v0.26.0 |
811 | 2025-04-18T23:37:32.520Z | Compiling idna v1.0.3 |
812 | 2025-04-18T23:37:32.906Z | Compiling thread-id v4.2.2 |
813 | 2025-04-18T23:37:33.010Z | Compiling dof v0.3.0 |
814 | 2025-04-18T23:37:33.027Z | Compiling serde_urlencoded v0.7.1 |
815 | 2025-04-18T23:37:33.579Z | Compiling dtrace-parser v0.2.0 |
816 | 2025-04-18T23:37:33.788Z | Compiling ppv-lite86 v0.2.20 |
817 | 2025-04-18T23:37:34.637Z | Compiling http-body-util v0.1.2 |
818 | 2025-04-18T23:37:34.884Z | Compiling structmeta-derive v0.3.0 |
819 | 2025-04-18T23:37:35.083Z | Compiling webpki-roots v0.26.6 |
820 | 2025-04-18T23:37:35.188Z | Compiling rustls-pemfile v2.2.0 |
821 | 2025-04-18T23:37:35.503Z | Compiling errno v0.3.9 |
822 | 2025-04-18T23:37:35.676Z | Compiling sync_wrapper v1.0.1 |
823 | 2025-04-18T23:37:35.765Z | Compiling plain v0.2.3 |
824 | 2025-04-18T23:37:35.929Z | Compiling omicron-workspace-hack v0.1.0 |
825 | 2025-04-18T23:37:36.275Z | Compiling rustversion v1.0.17 |
826 | 2025-04-18T23:37:36.902Z | Compiling base64 v0.22.1 |
827 | 2025-04-18T23:37:37.150Z | Compiling bitflags v2.6.0 |
828 | 2025-04-18T23:37:37.357Z | Compiling ident_case v1.0.1 |
829 | 2025-04-18T23:37:37.891Z | Compiling crossbeam-utils v0.8.20 |
830 | 2025-04-18T23:37:37.914Z | Compiling newtype-uuid v1.2.1 |
831 | 2025-04-18T23:37:38.015Z | Compiling tower-layer v0.3.3 |
832 | 2025-04-18T23:37:38.433Z | Compiling num_threads v0.1.7 |
833 | 2025-04-18T23:37:38.555Z | Compiling strsim v0.11.1 |
834 | 2025-04-18T23:37:38.609Z | Compiling time v0.3.36 |
835 | 2025-04-18T23:37:39.025Z | Compiling darling_core v0.20.10 |
836 | 2025-04-18T23:37:43.039Z | Compiling tower v0.5.2 |
837 | 2025-04-18T23:37:43.978Z | Compiling structmeta v0.3.0 |
838 | 2025-04-18T23:37:44.392Z | Compiling goblin v0.8.2 |
839 | 2025-04-18T23:37:46.268Z | Compiling hyper-rustls v0.27.3 |
840 | 2025-04-18T23:37:47.055Z | Compiling rand_chacha v0.3.1 |
841 | 2025-04-18T23:37:47.645Z | Compiling url v2.5.3 |
842 | 2025-04-18T23:37:48.790Z | Compiling openapiv3 v2.0.0 |
843 | 2025-04-18T23:37:49.747Z | Compiling typify v0.3.0 |
844 | 2025-04-18T23:37:49.876Z | Compiling ipnetwork v0.21.1 |
845 | 2025-04-18T23:37:52.687Z | Compiling dirs-sys-next v0.1.2 |
846 | 2025-04-18T23:37:53.269Z | Compiling fastrand v2.1.1 |
847 | 2025-04-18T23:37:53.361Z | Compiling ipnet v2.11.0 |
848 | 2025-04-18T23:37:53.768Z | Compiling unsafe-libyaml v0.2.11 |
849 | 2025-04-18T23:37:53.965Z | Compiling pretty-hex v0.4.1 |
850 | 2025-04-18T23:37:54.213Z | Compiling rustls v0.22.4 |
851 | 2025-04-18T23:37:54.583Z | Compiling reqwest v0.12.12 |
852 | 2025-04-18T23:37:55.395Z | Compiling serde_yaml v0.9.34+deprecated |
853 | 2025-04-18T23:37:56.320Z | Compiling tempfile v3.13.0 |
854 | 2025-04-18T23:37:57.635Z | Compiling dirs-next v2.0.0 |
855 | 2025-04-18T23:37:57.907Z | Compiling progenitor-impl v0.9.1 |
856 | 2025-04-18T23:37:58.178Z | Compiling oxnet v0.1.1 |
857 | 2025-04-18T23:37:58.671Z | Compiling rand v0.8.5 |
858 | 2025-04-18T23:38:00.633Z | Compiling darling_macro v0.20.10 |
859 | 2025-04-18T23:38:03.006Z | Compiling block-buffer v0.10.4 |
860 | 2025-04-18T23:38:03.257Z | Compiling crypto-common v0.1.6 |
861 | 2025-04-18T23:38:03.481Z | Compiling toml_datetime v0.6.8 |
862 | 2025-04-18T23:38:03.590Z | Compiling serde_spanned v0.6.8 |
863 | 2025-04-18T23:38:03.618Z | Compiling daft-derive v0.1.2 |
864 | 2025-04-18T23:38:03.969Z | Compiling wait-timeout v0.2.0 |
865 | 2025-04-18T23:38:04.130Z | Compiling multer v3.1.0 |
866 | 2025-04-18T23:38:04.500Z | Compiling thread_local v1.1.8 |
867 | 2025-04-18T23:38:04.960Z | Compiling camino v1.1.9 |
868 | 2025-04-18T23:38:05.190Z | Compiling match_cfg v0.1.0 |
869 | 2025-04-18T23:38:05.210Z | Compiling bit-vec v0.8.0 |
870 | 2025-04-18T23:38:05.286Z | Compiling anyhow v1.0.97 |
871 | 2025-04-18T23:38:05.547Z | Compiling winnow v0.7.3 |
872 | 2025-04-18T23:38:05.775Z | Compiling quick-error v1.2.3 |
873 | 2025-04-18T23:38:05.906Z | Compiling slog-async v2.8.0 |
874 | 2025-04-18T23:38:06.297Z | Compiling rusty-fork v0.3.0 |
875 | 2025-04-18T23:38:06.480Z | Compiling bit-set v0.8.0 |
876 | 2025-04-18T23:38:06.868Z | Compiling hostname v0.3.1 |
877 | 2025-04-18T23:38:07.124Z | Compiling daft v0.1.2 |
878 | 2025-04-18T23:38:08.167Z | Compiling progenitor-macro v0.9.1 |
879 | 2025-04-18T23:38:08.288Z | Compiling digest v0.10.7 |
880 | 2025-04-18T23:38:08.327Z | Compiling crossbeam-channel v0.5.13 |
881 | 2025-04-18T23:38:09.465Z | Compiling toml_edit v0.22.24 |
882 | 2025-04-18T23:38:09.836Z | Compiling strum_macros v0.26.4 |
883 | 2025-04-18T23:38:09.980Z | Compiling darling v0.20.10 |
884 | 2025-04-18T23:38:10.089Z | Compiling term v0.7.0 |
885 | 2025-04-18T23:38:14.000Z | Compiling progenitor-client v0.9.1 |
886 | 2025-04-18T23:38:14.981Z | Compiling usdt-attr-macro v0.5.0 |
887 | 2025-04-18T23:38:16.439Z | Compiling usdt-macro v0.5.0 |
888 | 2025-04-18T23:38:17.762Z | Compiling parse-display-derive v0.10.0 |
889 | 2025-04-18T23:38:18.424Z | Compiling slog-json v2.6.1 |
890 | 2025-04-18T23:38:18.776Z | Compiling rand_xorshift v0.3.0 |
891 | 2025-04-18T23:38:18.873Z | Compiling hex v0.4.3 |
892 | 2025-04-18T23:38:19.064Z | Compiling futures-executor v0.3.31 |
893 | 2025-04-18T23:38:19.542Z | Compiling async-stream-impl v0.3.6 |
894 | 2025-04-18T23:38:20.113Z | Compiling memmap v0.7.0 |
895 | 2025-04-18T23:38:20.535Z | Compiling is-terminal v0.4.13 |
896 | 2025-04-18T23:38:20.667Z | Compiling dropshot v0.16.0 |
897 | 2025-04-18T23:38:20.844Z | Compiling encoding_rs v0.8.34 |
898 | 2025-04-18T23:38:21.061Z | Compiling take_mut v0.2.2 |
899 | 2025-04-18T23:38:21.228Z | Compiling spin v0.9.8 |
900 | 2025-04-18T23:38:21.328Z | Compiling lazy_static v1.5.0 |
901 | 2025-04-18T23:38:21.411Z | Compiling unarray v0.1.4 |
902 | 2025-04-18T23:38:21.464Z | Compiling cpufeatures v0.2.14 |
903 | 2025-04-18T23:38:21.561Z | Compiling proptest v1.6.0 |
904 | 2025-04-18T23:38:21.597Z | Compiling sha1 v0.10.6 |
905 | 2025-04-18T23:38:22.427Z | Compiling parse-display v0.10.0 |
906 | 2025-04-18T23:38:30.406Z | Compiling async-stream v0.3.6 |
907 | 2025-04-18T23:38:30.780Z | Compiling slog-term v2.9.1 |
908 | 2025-04-18T23:38:31.925Z | Compiling usdt v0.5.0 |
909 | 2025-04-18T23:38:32.531Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2025-04-18T23:38:32.676Z | Compiling futures v0.3.31 |
911 | 2025-04-18T23:38:32.703Z | Compiling tokio-rustls v0.25.0 |
912 | 2025-04-18T23:38:32.881Z | Compiling progenitor v0.9.1 |
913 | 2025-04-18T23:38:33.067Z | Compiling slog-bunyan v2.5.0 |
914 | 2025-04-18T23:38:33.137Z | Compiling strum v0.26.3 |
915 | 2025-04-18T23:38:33.329Z | Compiling toml v0.8.20 |
916 | 2025-04-18T23:38:33.344Z | Compiling serde_with_macros v3.12.0 |
917 | 2025-04-18T23:38:34.670Z | Compiling test-strategy v0.4.0 |
918 | 2025-04-18T23:38:35.063Z | Compiling dropshot_endpoint v0.16.0 |
919 | 2025-04-18T23:38:35.751Z | Compiling serde_path_to_error v0.1.16 |
920 | 2025-04-18T23:38:36.754Z | Compiling async-trait v0.1.88 |
921 | 2025-04-18T23:38:37.813Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
922 | 2025-04-18T23:38:38.647Z | Compiling waitgroup v0.1.2 |
923 | 2025-04-18T23:38:38.875Z | Compiling hostname v0.4.0 |
924 | 2025-04-18T23:38:38.970Z | Compiling instant v0.1.13 |
925 | 2025-04-18T23:38:39.060Z | Compiling debug-ignore v1.0.5 |
926 | 2025-04-18T23:38:39.133Z | Compiling backoff v0.4.0 |
927 | 2025-04-18T23:38:39.136Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
928 | 2025-04-18T23:38:39.348Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
929 | 2025-04-18T23:38:39.448Z | Compiling serde_with v3.12.0 |
930 | 2025-04-18T23:38:40.494Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
931 | 2025-04-18T23:38:42.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
932 | 2025-04-18T23:38:43.676Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
933 | 2025-04-18T23:38:43.755Z | Compiling macaddr v1.0.1 |
934 | 2025-04-18T23:38:47.295Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
935 | 2025-04-18T23:38:57.477Z | Compiling test-project v0.1.0 (/tmp/test-project) |
936 | 2025-04-18T23:39:07.026Z | Finished `release` profile [optimized] target(s) in 2m 31s |
937 | 2025-04-18T23:39:07.095Z | process exited: duration 217415 ms, exit code 0 |
|
938 | 2025-04-18T23:39:07.102Z | found 0 output files |