|
|
|
1 | 2025-03-17T15:51:16.630Z | job assigned to worker 01JPJCS0BW04EMZR2M2JBNYE61 [factory aws, i-05b46b4e1269d4e76] (queued for 57 s) |
|
2 | 2025-03-17T15:51:25.034Z | starting task 0: "setup" |
3 | 2025-03-17T15:51:25.041Z | ++ uname -s |
4 | 2025-03-17T15:51:25.044Z | + kern=SunOS |
5 | 2025-03-17T15:51:25.044Z | + build_user=build |
6 | 2025-03-17T15:51:25.044Z | + build_uid=12345 |
7 | 2025-03-17T15:51:25.044Z | + work_dir=/work |
8 | 2025-03-17T15:51:25.044Z | + input_dir=/input |
9 | 2025-03-17T15:51:25.044Z | + [[ 0 == 12345 ]] |
10 | 2025-03-17T15:51:25.044Z | + case "$kern" in |
11 | 2025-03-17T15:51:25.044Z | + groupadd -g 12345 build |
12 | 2025-03-17T15:51:25.048Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-17T15:51:27.054Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-17T15:51:27.161Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-17T15:51:27.164Z | + home_fs=zfs |
16 | 2025-03-17T15:51:27.164Z | + [[ zfs == autofs ]] |
17 | 2025-03-17T15:51:27.164Z | + mkdir -p /home/build |
18 | 2025-03-17T15:51:27.167Z | + chown build:build /home/build /work |
19 | 2025-03-17T15:51:29.168Z | + chmod 0700 /home/build /work |
20 | 2025-03-17T15:51:29.171Z | process exited: duration 4136 ms, exit code 0 |
|
21 | 2025-03-17T15:51:29.178Z | starting task 1: "rust-toolchain" |
22 | 2025-03-17T15:51:29.184Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-17T15:51:29.184Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-17T15:51:29.184Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-17T15:51:29.184Z | * rust toolchain profile = "default" |
26 | 2025-03-17T15:51:29.184Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-17T15:51:29.184Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-17T15:51:29.187Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-17T15:51:29.187Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-17T15:51:29.304Z | info: downloading installer |
31 | 2025-03-17T15:51:30.486Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-17T15:51:30.486Z | warn: /opt/ooce/bin |
33 | 2025-03-17T15:51:30.486Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-17T15:51:30.486Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-17T15:51:30.486Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-17T15:51:30.486Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-17T15:51:30.486Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-17T15:51:30.486Z | error: cannot install while Rust is installed |
39 | 2025-03-17T15:51:30.486Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-17T15:51:30.503Z | info: profile set to 'default' |
41 | 2025-03-17T15:51:30.503Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-17T15:51:30.506Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-17T15:51:30.667Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-17T15:51:30.667Z | info: downloading component 'cargo' |
45 | 2025-03-17T15:51:31.590Z | info: downloading component 'clippy' |
46 | 2025-03-17T15:51:32.038Z | info: downloading component 'rust-docs' |
47 | 2025-03-17T15:51:33.419Z | info: downloading component 'rust-std' |
48 | 2025-03-17T15:51:35.696Z | info: downloading component 'rustc' |
49 | 2025-03-17T15:51:43.619Z | info: downloading component 'rustfmt' |
50 | 2025-03-17T15:51:43.924Z | info: installing component 'cargo' |
51 | 2025-03-17T15:51:44.752Z | info: installing component 'clippy' |
52 | 2025-03-17T15:51:45.134Z | info: installing component 'rust-docs' |
53 | 2025-03-17T15:51:46.893Z | info: installing component 'rust-std' |
54 | 2025-03-17T15:51:48.752Z | info: installing component 'rustc' |
55 | 2025-03-17T15:51:54.733Z | info: installing component 'rustfmt' |
56 | 2025-03-17T15:51:55.067Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-17T15:51:55.067Z | |
58 | 2025-03-17T15:51:55.428Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-17T15:51:55.428Z | |
60 | 2025-03-17T15:51:55.432Z | |
61 | 2025-03-17T15:51:55.432Z | Rust is installed now. Great! |
62 | 2025-03-17T15:51:55.432Z | |
63 | 2025-03-17T15:51:55.432Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-17T15:51:55.432Z | environment variable. This has not been done automatically. |
65 | 2025-03-17T15:51:55.432Z | |
66 | 2025-03-17T15:51:55.432Z | To configure your current shell, you need to source |
67 | 2025-03-17T15:51:55.432Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-17T15:51:55.432Z | |
69 | 2025-03-17T15:51:55.432Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-17T15:51:55.432Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-17T15:51:55.432Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-17T15:51:55.432Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-17T15:51:55.502Z | + rustup --version |
74 | 2025-03-17T15:51:55.513Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-17T15:51:55.513Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-17T15:51:55.541Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-17T15:51:55.544Z | + cargo --version |
78 | 2025-03-17T15:51:55.562Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-17T15:51:55.565Z | + rustc --version |
80 | 2025-03-17T15:51:55.590Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-17T15:51:55.594Z | process exited: duration 26411 ms, exit code 0 |
|
82 | 2025-03-17T15:51:55.600Z | starting task 2: "authentication" |
83 | 2025-03-17T15:51:55.623Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-17T15:51:55.630Z | starting task 3: "clone repository" |
85 | 2025-03-17T15:51:55.635Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-17T15:51:55.638Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-17T15:51:56.554Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-17T15:52:03.986Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-17T15:52:03.986Z | + git fetch origin 4742083fe0ec6dbb133399af6254149235f49e1a |
90 | 2025-03-17T15:52:04.323Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-17T15:52:04.323Z | * branch 4742083fe0ec6dbb133399af6254149235f49e1a -> FETCH_HEAD |
92 | 2025-03-17T15:52:04.334Z | + [[ -n dap/pending-mgs-updates ]] |
93 | 2025-03-17T15:52:04.338Z | ++ git branch --show-current |
94 | 2025-03-17T15:52:04.341Z | + current=main |
95 | 2025-03-17T15:52:04.342Z | + [[ main != dap/pending-mgs-updates ]] |
96 | 2025-03-17T15:52:04.342Z | + git branch -f dap/pending-mgs-updates 4742083fe0ec6dbb133399af6254149235f49e1a |
97 | 2025-03-17T15:52:04.345Z | + git checkout -f dap/pending-mgs-updates |
98 | 2025-03-17T15:52:04.483Z | Switched to branch 'dap/pending-mgs-updates' |
99 | 2025-03-17T15:52:04.487Z | + git reset --hard 4742083fe0ec6dbb133399af6254149235f49e1a |
100 | 2025-03-17T15:52:04.629Z | HEAD is now at 4742083fe Merge branch 'main' into dap/pending-mgs-updates |
101 | 2025-03-17T15:52:04.632Z | process exited: duration 8999 ms, exit code 0 |
|
102 | 2025-03-17T15:52:04.638Z | starting task 4: "build" |
103 | 2025-03-17T15:52:04.644Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-17T15:52:04.647Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-17T15:52:04.647Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-17T15:52:04.647Z | + cargo --version |
107 | 2025-03-17T15:52:04.702Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-17T15:52:04.705Z | + rustc --version |
109 | 2025-03-17T15:52:04.772Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-17T15:52:04.775Z | + cd /tmp |
111 | 2025-03-17T15:52:04.775Z | + cargo new --lib test-project |
112 | 2025-03-17T15:52:04.796Z | Creating library `test-project` package |
113 | 2025-03-17T15:52:04.883Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-17T15:52:04.887Z | + cd test-project |
115 | 2025-03-17T15:52:04.887Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-17T15:52:04.911Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-17T15:52:04.911Z | Features: |
118 | 2025-03-17T15:52:04.911Z | - proptest |
119 | 2025-03-17T15:52:04.911Z | - test-strategy |
120 | 2025-03-17T15:52:04.912Z | - testing |
121 | 2025-03-17T15:52:04.944Z | Updating crates.io index |
122 | 2025-03-17T15:52:05.004Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-17T15:52:05.609Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-17T15:52:06.089Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-17T15:52:06.481Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-17T15:52:07.941Z | Locking 356 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-17T15:52:08.119Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-17T15:52:08.121Z | + cargo check |
129 | 2025-03-17T15:52:08.269Z | Updating crates.io index |
130 | 2025-03-17T15:52:09.239Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-17T15:52:09.239Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-17T15:52:09.302Z | Downloading crates ... |
133 | 2025-03-17T15:52:09.410Z | Downloaded async-trait v0.1.87 |
134 | 2025-03-17T15:52:09.421Z | Downloaded aho-corasick v1.1.3 |
135 | 2025-03-17T15:52:09.428Z | Downloaded stable_deref_trait v1.2.0 |
136 | 2025-03-17T15:52:09.432Z | Downloaded strum v0.26.3 |
137 | 2025-03-17T15:52:09.432Z | Downloaded time-core v0.1.2 |
138 | 2025-03-17T15:52:09.437Z | Downloaded thiserror-impl v2.0.11 |
139 | 2025-03-17T15:52:09.437Z | Downloaded sync_wrapper v1.0.1 |
140 | 2025-03-17T15:52:09.443Z | Downloaded thread_local v1.1.8 |
141 | 2025-03-17T15:52:09.444Z | Downloaded take_mut v0.2.2 |
142 | 2025-03-17T15:52:09.444Z | Downloaded subtle v2.6.1 |
143 | 2025-03-17T15:52:09.449Z | Downloaded try-lock v0.2.5 |
144 | 2025-03-17T15:52:09.449Z | Downloaded zerofrom v0.1.4 |
145 | 2025-03-17T15:52:09.449Z | Downloaded waitgroup v0.1.2 |
146 | 2025-03-17T15:52:09.449Z | Downloaded tinyvec_macros v0.1.1 |
147 | 2025-03-17T15:52:09.453Z | Downloaded num_threads v0.1.7 |
148 | 2025-03-17T15:52:09.453Z | Downloaded tower-layer v0.3.3 |
149 | 2025-03-17T15:52:09.453Z | Downloaded write16 v1.0.0 |
150 | 2025-03-17T15:52:09.458Z | Downloaded match_cfg v0.1.0 |
151 | 2025-03-17T15:52:09.458Z | Downloaded openssl-macros v0.1.1 |
152 | 2025-03-17T15:52:09.462Z | Downloaded crossbeam-utils v0.8.20 |
153 | 2025-03-17T15:52:09.462Z | Downloaded omicron-workspace-hack v0.1.0 |
154 | 2025-03-17T15:52:09.468Z | Downloaded daft v0.1.2 |
155 | 2025-03-17T15:52:09.468Z | Downloaded openssl-probe v0.1.5 |
156 | 2025-03-17T15:52:09.468Z | Downloaded dtrace-parser v0.2.0 |
157 | 2025-03-17T15:52:09.472Z | Downloaded thiserror-impl v1.0.69 |
158 | 2025-03-17T15:52:09.472Z | Downloaded crypto-common v0.1.6 |
159 | 2025-03-17T15:52:09.472Z | Downloaded structmeta v0.3.0 |
160 | 2025-03-17T15:52:09.472Z | Downloaded want v0.3.1 |
161 | 2025-03-17T15:52:09.477Z | Downloaded time-macros v0.2.18 |
162 | 2025-03-17T15:52:09.477Z | Downloaded usdt-macro v0.5.0 |
163 | 2025-03-17T15:52:09.481Z | Downloaded structmeta-derive v0.3.0 |
164 | 2025-03-17T15:52:09.481Z | Downloaded dropshot_endpoint v0.16.0 |
165 | 2025-03-17T15:52:09.484Z | Downloaded zerovec-derive v0.10.3 |
166 | 2025-03-17T15:52:09.484Z | Downloaded zerofrom-derive v0.1.4 |
167 | 2025-03-17T15:52:09.487Z | Downloaded tinystr v0.7.6 |
168 | 2025-03-17T15:52:09.491Z | Downloaded macaddr v1.0.1 |
169 | 2025-03-17T15:52:09.492Z | Downloaded fastrand v2.1.1 |
170 | 2025-03-17T15:52:09.496Z | Downloaded writeable v0.5.5 |
171 | 2025-03-17T15:52:09.496Z | Downloaded usdt-impl v0.5.0 |
172 | 2025-03-17T15:52:09.499Z | Downloaded untrusted v0.9.0 |
173 | 2025-03-17T15:52:09.499Z | Downloaded futures-io v0.3.31 |
174 | 2025-03-17T15:52:09.503Z | Downloaded unarray v0.1.4 |
175 | 2025-03-17T15:52:09.503Z | Downloaded thread-id v4.2.2 |
176 | 2025-03-17T15:52:09.507Z | Downloaded newtype-uuid v1.2.1 |
177 | 2025-03-17T15:52:09.507Z | Downloaded zeroize v1.8.1 |
178 | 2025-03-17T15:52:09.507Z | Downloaded thiserror v1.0.69 |
179 | 2025-03-17T15:52:09.513Z | Downloaded usdt v0.5.0 |
180 | 2025-03-17T15:52:09.518Z | Downloaded progenitor-client v0.9.1 |
181 | 2025-03-17T15:52:09.518Z | Downloaded version_check v0.9.5 |
182 | 2025-03-17T15:52:09.522Z | Downloaded tokio-native-tls v0.3.1 |
183 | 2025-03-17T15:52:09.522Z | Downloaded equivalent v1.0.1 |
184 | 2025-03-17T15:52:09.522Z | Downloaded darling_macro v0.20.10 |
185 | 2025-03-17T15:52:09.526Z | Downloaded async-stream-impl v0.3.6 |
186 | 2025-03-17T15:52:09.526Z | Downloaded term v0.7.0 |
187 | 2025-03-17T15:52:09.530Z | Downloaded futures v0.3.31 |
188 | 2025-03-17T15:52:09.534Z | Downloaded mime v0.3.17 |
189 | 2025-03-17T15:52:09.539Z | Downloaded memmap v0.7.0 |
190 | 2025-03-17T15:52:09.544Z | Downloaded oxnet v0.1.1 |
191 | 2025-03-17T15:52:09.544Z | Downloaded multer v3.1.0 |
192 | 2025-03-17T15:52:09.548Z | Downloaded tokio-rustls v0.25.0 |
193 | 2025-03-17T15:52:09.548Z | Downloaded lock_api v0.4.12 |
194 | 2025-03-17T15:52:09.548Z | Downloaded zerocopy-derive v0.7.35 |
195 | 2025-03-17T15:52:09.553Z | Downloaded typify v0.2.0 |
196 | 2025-03-17T15:52:09.557Z | Downloaded once_cell v1.20.3 |
197 | 2025-03-17T15:52:09.561Z | Downloaded progenitor-client v0.8.0 |
198 | 2025-03-17T15:52:09.565Z | Downloaded yoke-derive v0.7.4 |
199 | 2025-03-17T15:52:09.565Z | Downloaded progenitor v0.8.0 |
200 | 2025-03-17T15:52:09.565Z | Downloaded usdt-attr-macro v0.5.0 |
201 | 2025-03-17T15:52:09.565Z | Downloaded generic-array v0.14.7 |
202 | 2025-03-17T15:52:09.570Z | Downloaded futures-task v0.3.31 |
203 | 2025-03-17T15:52:09.570Z | Downloaded futures-sink v0.3.31 |
204 | 2025-03-17T15:52:09.570Z | Downloaded ppv-lite86 v0.2.20 |
205 | 2025-03-17T15:52:09.574Z | Downloaded is-terminal v0.4.13 |
206 | 2025-03-17T15:52:09.574Z | Downloaded instant v0.1.13 |
207 | 2025-03-17T15:52:09.578Z | Downloaded serde_derive_internals v0.29.1 |
208 | 2025-03-17T15:52:09.578Z | Downloaded idna_adapter v1.2.0 |
209 | 2025-03-17T15:52:09.578Z | Downloaded slab v0.4.9 |
210 | 2025-03-17T15:52:09.583Z | Downloaded schemars_derive v0.8.22 |
211 | 2025-03-17T15:52:09.583Z | Downloaded slog-bunyan v2.5.0 |
212 | 2025-03-17T15:52:09.583Z | Downloaded pretty-hex v0.4.1 |
213 | 2025-03-17T15:52:09.586Z | Downloaded powerfmt v0.2.0 |
214 | 2025-03-17T15:52:09.586Z | Downloaded ident_case v1.0.1 |
215 | 2025-03-17T15:52:09.586Z | Downloaded icu_provider_macros v1.5.0 |
216 | 2025-03-17T15:52:09.586Z | Downloaded utf8_iter v1.0.4 |
217 | 2025-03-17T15:52:09.595Z | Downloaded serde_urlencoded v0.7.1 |
218 | 2025-03-17T15:52:09.595Z | Downloaded test-strategy v0.4.0 |
219 | 2025-03-17T15:52:09.600Z | Downloaded tinyvec v1.8.0 |
220 | 2025-03-17T15:52:09.600Z | Downloaded cpufeatures v0.2.14 |
221 | 2025-03-17T15:52:09.600Z | Downloaded log v0.4.22 |
222 | 2025-03-17T15:52:09.603Z | Downloaded byteorder v1.5.0 |
223 | 2025-03-17T15:52:09.609Z | Downloaded typenum v1.17.0 |
224 | 2025-03-17T15:52:09.609Z | Downloaded pin-utils v0.1.0 |
225 | 2025-03-17T15:52:09.613Z | Downloaded hex v0.4.3 |
226 | 2025-03-17T15:52:09.613Z | Downloaded plain v0.2.3 |
227 | 2025-03-17T15:52:09.613Z | Downloaded shlex v1.3.0 |
228 | 2025-03-17T15:52:09.617Z | Downloaded autocfg v1.4.0 |
229 | 2025-03-17T15:52:09.617Z | Downloaded block-buffer v0.10.4 |
230 | 2025-03-17T15:52:09.617Z | Downloaded bit-vec v0.8.0 |
231 | 2025-03-17T15:52:09.621Z | Downloaded tokio-macros v2.5.0 |
232 | 2025-03-17T15:52:09.621Z | Downloaded synstructure v0.13.1 |
233 | 2025-03-17T15:52:09.621Z | Downloaded slog-async v2.8.0 |
234 | 2025-03-17T15:52:09.626Z | Downloaded hyper-tls v0.6.0 |
235 | 2025-03-17T15:52:09.626Z | Downloaded ucd-trie v0.1.7 |
236 | 2025-03-17T15:52:09.631Z | Downloaded toml v0.8.20 |
237 | 2025-03-17T15:52:09.631Z | Downloaded rustc-hash v2.1.1 |
238 | 2025-03-17T15:52:09.634Z | Downloaded scroll_derive v0.12.0 |
239 | 2025-03-17T15:52:09.634Z | Downloaded parking_lot_core v0.9.10 |
240 | 2025-03-17T15:52:09.637Z | Downloaded httpdate v1.0.3 |
241 | 2025-03-17T15:52:09.637Z | Downloaded hostname v0.4.0 |
242 | 2025-03-17T15:52:09.640Z | Downloaded heck v0.5.0 |
243 | 2025-03-17T15:52:09.640Z | Downloaded quinn-udp v0.5.5 |
244 | 2025-03-17T15:52:09.644Z | Downloaded futures-macro v0.3.31 |
245 | 2025-03-17T15:52:09.644Z | Downloaded hostname v0.3.1 |
246 | 2025-03-17T15:52:09.649Z | Downloaded lazy_static v1.5.0 |
247 | 2025-03-17T15:52:09.649Z | Downloaded itoa v1.0.11 |
248 | 2025-03-17T15:52:09.649Z | Downloaded cfg-if v1.0.0 |
249 | 2025-03-17T15:52:09.653Z | Downloaded toml_datetime v0.6.8 |
250 | 2025-03-17T15:52:09.653Z | Downloaded strsim v0.11.1 |
251 | 2025-03-17T15:52:09.653Z | Downloaded paste v1.0.15 |
252 | 2025-03-17T15:52:09.657Z | Downloaded getrandom v0.3.1 |
253 | 2025-03-17T15:52:09.662Z | Downloaded pkg-config v0.3.31 |
254 | 2025-03-17T15:52:09.662Z | Downloaded sha2 v0.10.8 |
255 | 2025-03-17T15:52:09.665Z | Downloaded rand_core v0.6.4 |
256 | 2025-03-17T15:52:09.668Z | Downloaded strum_macros v0.26.4 |
257 | 2025-03-17T15:52:09.668Z | Downloaded parse-display-derive v0.10.0 |
258 | 2025-03-17T15:52:09.671Z | Downloaded backoff v0.4.0 |
259 | 2025-03-17T15:52:09.674Z | Downloaded pest_meta v2.7.14 |
260 | 2025-03-17T15:52:09.674Z | Downloaded scopeguard v1.2.0 |
261 | 2025-03-17T15:52:09.677Z | Downloaded rustversion v1.0.17 |
262 | 2025-03-17T15:52:09.680Z | Downloaded pest_derive v2.7.14 |
263 | 2025-03-17T15:52:09.685Z | Downloaded slog v2.7.0 |
264 | 2025-03-17T15:52:09.689Z | Downloaded pin-project-lite v0.2.14 |
265 | 2025-03-17T15:52:09.692Z | Downloaded pest_generator v2.7.14 |
266 | 2025-03-17T15:52:09.692Z | Downloaded ryu v1.0.18 |
267 | 2025-03-17T15:52:09.695Z | Downloaded semver v1.0.25 |
268 | 2025-03-17T15:52:09.701Z | Downloaded proc-macro2 v1.0.94 |
269 | 2025-03-17T15:52:09.705Z | Downloaded signal-hook-registry v1.4.2 |
270 | 2025-03-17T15:52:09.705Z | Downloaded openssl-sys v0.9.106 |
271 | 2025-03-17T15:52:09.709Z | Downloaded serde_with_macros v3.12.0 |
272 | 2025-03-17T15:52:09.713Z | Downloaded ipnet v2.11.0 |
273 | 2025-03-17T15:52:09.713Z | Downloaded rustls-pemfile v2.2.0 |
274 | 2025-03-17T15:52:09.718Z | Downloaded sha1 v0.10.6 |
275 | 2025-03-17T15:52:09.722Z | Downloaded rand_xorshift v0.3.0 |
276 | 2025-03-17T15:52:09.722Z | Downloaded serde_spanned v0.6.8 |
277 | 2025-03-17T15:52:09.722Z | Downloaded serde_path_to_error v0.1.16 |
278 | 2025-03-17T15:52:09.726Z | Downloaded mio v1.0.2 |
279 | 2025-03-17T15:52:09.730Z | Downloaded parse-display v0.10.0 |
280 | 2025-03-17T15:52:09.734Z | Downloaded slog-json v2.6.1 |
281 | 2025-03-17T15:52:09.734Z | Downloaded schemars v0.8.22 |
282 | 2025-03-17T15:52:09.744Z | Downloaded serde_derive v1.0.218 |
283 | 2025-03-17T15:52:09.749Z | Downloaded progenitor-impl v0.8.0 |
284 | 2025-03-17T15:52:09.752Z | Downloaded rusty-fork v0.3.0 |
285 | 2025-03-17T15:52:09.753Z | Downloaded serde v1.0.218 |
286 | 2025-03-17T15:52:09.757Z | Downloaded memchr v2.7.4 |
287 | 2025-03-17T15:52:09.763Z | Downloaded serde_yaml v0.9.34+deprecated |
288 | 2025-03-17T15:52:09.767Z | Downloaded slog-term v2.9.1 |
289 | 2025-03-17T15:52:09.772Z | Downloaded parking_lot v0.12.3 |
290 | 2025-03-17T15:52:09.776Z | Downloaded icu_properties v1.5.1 |
291 | 2025-03-17T15:52:09.776Z | Downloaded icu_locid_transform_data v1.5.0 |
292 | 2025-03-17T15:52:09.782Z | Downloaded zerovec v0.10.4 |
293 | 2025-03-17T15:52:09.787Z | Downloaded httparse v1.9.5 |
294 | 2025-03-17T15:52:09.787Z | Downloaded rand v0.8.5 |
295 | 2025-03-17T15:52:09.790Z | Downloaded rustls-pki-types v1.10.0 |
296 | 2025-03-17T15:52:09.795Z | Downloaded socket2 v0.5.8 |
297 | 2025-03-17T15:52:09.798Z | Downloaded tokio-util v0.7.13 |
298 | 2025-03-17T15:52:09.804Z | Downloaded spin v0.9.8 |
299 | 2025-03-17T15:52:09.807Z | Downloaded hyper-util v0.1.10 |
300 | 2025-03-17T15:52:09.812Z | Downloaded icu_collections v1.5.0 |
301 | 2025-03-17T15:52:09.819Z | Downloaded pest v2.7.14 |
302 | 2025-03-17T15:52:09.823Z | Downloaded hashbrown v0.12.3 |
303 | 2025-03-17T15:52:09.829Z | Downloaded scroll v0.12.0 |
304 | 2025-03-17T15:52:09.834Z | Downloaded zerocopy v0.7.35 |
305 | 2025-03-17T15:52:09.849Z | Downloaded base64 v0.22.1 |
306 | 2025-03-17T15:52:09.855Z | Downloaded time v0.3.36 |
307 | 2025-03-17T15:52:09.862Z | Downloaded serde_with v3.12.0 |
308 | 2025-03-17T15:52:09.871Z | Downloaded http v1.2.0 |
309 | 2025-03-17T15:52:09.875Z | Downloaded crossbeam-channel v0.5.13 |
310 | 2025-03-17T15:52:09.883Z | Downloaded cc v1.2.15 |
311 | 2025-03-17T15:52:09.887Z | Downloaded winnow v0.7.3 |
312 | 2025-03-17T15:52:09.896Z | Downloaded hashbrown v0.15.1 |
313 | 2025-03-17T15:52:09.900Z | Downloaded indexmap v2.7.1 |
314 | 2025-03-17T15:52:09.907Z | Downloaded idna v1.0.3 |
315 | 2025-03-17T15:52:09.910Z | Downloaded h2 v0.4.6 |
316 | 2025-03-17T15:52:09.917Z | Downloaded futures-util v0.3.31 |
317 | 2025-03-17T15:52:09.931Z | Downloaded reqwest v0.12.12 |
318 | 2025-03-17T15:52:09.940Z | Downloaded webpki-roots v0.26.6 |
319 | 2025-03-17T15:52:09.944Z | Downloaded rustls-webpki v0.102.8 |
320 | 2025-03-17T15:52:09.964Z | Downloaded proptest v1.6.0 |
321 | 2025-03-17T15:52:09.973Z | Downloaded openssl v0.10.71 |
322 | 2025-03-17T15:52:09.983Z | Downloaded regex v1.11.1 |
323 | 2025-03-17T15:52:09.996Z | Downloaded syn v2.0.98 |
324 | 2025-03-17T15:52:10.008Z | Downloaded chrono v0.4.40 |
325 | 2025-03-17T15:52:10.016Z | Downloaded icu_properties_data v1.5.0 |
326 | 2025-03-17T15:52:10.027Z | Downloaded regress v0.10.3 |
327 | 2025-03-17T15:52:10.036Z | Downloaded rustls v0.23.19 |
328 | 2025-03-17T15:52:10.047Z | Downloaded rustls v0.22.4 |
329 | 2025-03-17T15:52:10.061Z | Downloaded rustix v0.38.37 |
330 | 2025-03-17T15:52:10.082Z | Downloaded typify-impl v0.2.0 |
331 | 2025-03-17T15:52:10.096Z | Downloaded regex-syntax v0.8.5 |
332 | 2025-03-17T15:52:10.104Z | Downloaded openapiv3 v2.0.0 |
333 | 2025-03-17T15:52:10.116Z | Downloaded dropshot v0.16.0 |
334 | 2025-03-17T15:52:10.138Z | Downloaded serde_json v1.0.139 |
335 | 2025-03-17T15:52:10.143Z | Downloaded quinn-proto v0.11.8 |
336 | 2025-03-17T15:52:10.150Z | Downloaded vcpkg v0.2.15 |
337 | 2025-03-17T15:52:10.187Z | Downloaded hyper v1.6.0 |
338 | 2025-03-17T15:52:10.194Z | Downloaded goblin v0.8.2 |
339 | 2025-03-17T15:52:10.200Z | Downloaded bytes v1.10.1 |
340 | 2025-03-17T15:52:10.205Z | Downloaded allocator-api2 v0.2.18 |
341 | 2025-03-17T15:52:10.208Z | Downloaded smallvec v1.14.0 |
342 | 2025-03-17T15:52:10.212Z | Downloaded bitflags v2.6.0 |
343 | 2025-03-17T15:52:10.216Z | Downloaded icu_locid v1.5.0 |
344 | 2025-03-17T15:52:10.219Z | Downloaded tower v0.5.2 |
345 | 2025-03-17T15:52:10.227Z | Downloaded regex-automata v0.4.8 |
346 | 2025-03-17T15:52:10.244Z | Downloaded indexmap v1.9.3 |
347 | 2025-03-17T15:52:10.249Z | Downloaded toml_edit v0.22.24 |
348 | 2025-03-17T15:52:10.268Z | Downloaded libc v0.2.170 |
349 | 2025-03-17T15:52:10.294Z | Downloaded quinn v0.11.5 |
350 | 2025-03-17T15:52:10.297Z | Downloaded tokio v1.43.0 |
351 | 2025-03-17T15:52:10.330Z | Downloaded uuid v1.15.1 |
352 | 2025-03-17T15:52:10.334Z | Downloaded icu_provider v1.5.0 |
353 | 2025-03-17T15:52:10.338Z | Downloaded icu_normalizer_data v1.5.0 |
354 | 2025-03-17T15:52:10.341Z | Downloaded icu_normalizer v1.5.0 |
355 | 2025-03-17T15:52:10.341Z | Downloaded url v2.5.3 |
356 | 2025-03-17T15:52:10.345Z | Downloaded num-traits v0.2.19 |
357 | 2025-03-17T15:52:10.348Z | Downloaded anyhow v1.0.97 |
358 | 2025-03-17T15:52:10.357Z | Downloaded tracing v0.1.40 |
359 | 2025-03-17T15:52:10.357Z | Downloaded quote v1.0.39 |
360 | 2025-03-17T15:52:10.362Z | Downloaded quick-error v1.2.3 |
361 | 2025-03-17T15:52:10.362Z | Downloaded progenitor-macro v0.8.0 |
362 | 2025-03-17T15:52:10.362Z | Downloaded hyper-rustls v0.27.3 |
363 | 2025-03-17T15:52:10.366Z | Downloaded camino v1.1.9 |
364 | 2025-03-17T15:52:10.366Z | Downloaded serde_tokenstream v0.2.2 |
365 | 2025-03-17T15:52:10.366Z | Downloaded iana-time-zone v0.1.61 |
366 | 2025-03-17T15:52:10.371Z | Downloaded native-tls v0.2.12 |
367 | 2025-03-17T15:52:10.371Z | Downloaded tracing-core v0.1.32 |
368 | 2025-03-17T15:52:10.375Z | Downloaded icu_locid_transform v1.5.0 |
369 | 2025-03-17T15:52:10.376Z | Downloaded unsafe-libyaml v0.2.11 |
370 | 2025-03-17T15:52:10.379Z | Downloaded getrandom v0.2.15 |
371 | 2025-03-17T15:52:10.379Z | Downloaded rand_chacha v0.3.1 |
372 | 2025-03-17T15:52:10.389Z | Downloaded percent-encoding v2.3.1 |
373 | 2025-03-17T15:52:10.389Z | Downloaded ipnetwork v0.21.1 |
374 | 2025-03-17T15:52:10.390Z | Downloaded http-body-util v0.1.2 |
375 | 2025-03-17T15:52:10.396Z | Downloaded atomic-waker v1.1.2 |
376 | 2025-03-17T15:52:10.396Z | Downloaded unicode-ident v1.0.14 |
377 | 2025-03-17T15:52:10.396Z | Downloaded futures-executor v0.3.31 |
378 | 2025-03-17T15:52:10.396Z | Downloaded futures-core v0.3.31 |
379 | 2025-03-17T15:52:10.396Z | Downloaded form_urlencoded v1.2.1 |
380 | 2025-03-17T15:52:10.396Z | Downloaded errno v0.3.9 |
381 | 2025-03-17T15:52:10.396Z | Downloaded dyn-clone v1.0.19 |
382 | 2025-03-17T15:52:10.396Z | Downloaded async-stream v0.3.6 |
383 | 2025-03-17T15:52:10.402Z | Downloaded thiserror v2.0.11 |
384 | 2025-03-17T15:52:10.407Z | Downloaded http-body v1.0.1 |
385 | 2025-03-17T15:52:10.407Z | Downloaded litemap v0.7.3 |
386 | 2025-03-17T15:52:10.407Z | Downloaded yoke v0.7.4 |
387 | 2025-03-17T15:52:10.407Z | Downloaded tokio-rustls v0.26.0 |
388 | 2025-03-17T15:52:10.411Z | Downloaded typify-macro v0.2.0 |
389 | 2025-03-17T15:52:10.411Z | Downloaded foreign-types-shared v0.1.1 |
390 | 2025-03-17T15:52:10.411Z | Downloaded foreign-types v0.3.2 |
391 | 2025-03-17T15:52:10.411Z | Downloaded tempfile v3.13.0 |
392 | 2025-03-17T15:52:10.415Z | Downloaded foldhash v0.1.3 |
393 | 2025-03-17T15:52:10.415Z | Downloaded fnv v1.0.7 |
394 | 2025-03-17T15:52:10.416Z | Downloaded dirs-sys-next v0.1.2 |
395 | 2025-03-17T15:52:10.416Z | Downloaded dirs-next v2.0.0 |
396 | 2025-03-17T15:52:10.420Z | Downloaded digest v0.10.7 |
397 | 2025-03-17T15:52:10.420Z | Downloaded debug-ignore v1.0.5 |
398 | 2025-03-17T15:52:10.420Z | Downloaded daft-derive v0.1.2 |
399 | 2025-03-17T15:52:10.424Z | Downloaded utf16_iter v1.0.5 |
400 | 2025-03-17T15:52:10.424Z | Downloaded futures-channel v0.3.31 |
401 | 2025-03-17T15:52:10.428Z | Downloaded dof v0.3.0 |
402 | 2025-03-17T15:52:10.428Z | Downloaded darling v0.20.10 |
403 | 2025-03-17T15:52:10.433Z | Downloaded bit-set v0.8.0 |
404 | 2025-03-17T15:52:10.436Z | Downloaded displaydoc v0.2.5 |
405 | 2025-03-17T15:52:10.437Z | Downloaded deranged v0.3.11 |
406 | 2025-03-17T15:52:10.437Z | Downloaded darling_core v0.20.10 |
407 | 2025-03-17T15:52:10.441Z | Downloaded wait-timeout v0.2.0 |
408 | 2025-03-17T15:52:10.445Z | Downloaded num-conv v0.1.0 |
409 | 2025-03-17T15:52:10.446Z | Downloaded tower-service v0.3.3 |
410 | 2025-03-17T15:52:10.446Z | Downloaded encoding_rs v0.8.34 |
411 | 2025-03-17T15:52:10.464Z | Downloaded ring v0.17.11 |
412 | 2025-03-17T15:52:10.635Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-17T15:52:10.635Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-17T15:52:10.639Z | Compiling libc v0.2.170 |
415 | 2025-03-17T15:52:10.639Z | Checking cfg-if v1.0.0 |
416 | 2025-03-17T15:52:10.639Z | Compiling autocfg v1.4.0 |
417 | 2025-03-17T15:52:10.639Z | Compiling serde v1.0.218 |
418 | 2025-03-17T15:52:10.667Z | Checking memchr v2.7.4 |
419 | 2025-03-17T15:52:10.670Z | Checking itoa v1.0.11 |
420 | 2025-03-17T15:52:10.778Z | Compiling serde_json v1.0.139 |
421 | 2025-03-17T15:52:10.932Z | Compiling thiserror v1.0.69 |
422 | 2025-03-17T15:52:11.263Z | Compiling shlex v1.3.0 |
423 | 2025-03-17T15:52:11.522Z | Compiling cc v1.2.15 |
424 | 2025-03-17T15:52:11.587Z | Checking pin-project-lite v0.2.14 |
425 | 2025-03-17T15:52:11.628Z | Checking once_cell v1.20.3 |
426 | 2025-03-17T15:52:11.716Z | Checking smallvec v1.14.0 |
427 | 2025-03-17T15:52:11.839Z | Checking ryu v1.0.18 |
428 | 2025-03-17T15:52:11.925Z | Checking bytes v1.10.1 |
429 | 2025-03-17T15:52:11.938Z | Checking futures-core v0.3.31 |
430 | 2025-03-17T15:52:12.053Z | Compiling semver v1.0.25 |
431 | 2025-03-17T15:52:12.090Z | Compiling version_check v0.9.5 |
432 | 2025-03-17T15:52:12.139Z | Compiling lock_api v0.4.12 |
433 | 2025-03-17T15:52:12.394Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-17T15:52:12.527Z | Compiling quote v1.0.39 |
435 | 2025-03-17T15:52:12.638Z | Checking getrandom v0.2.15 |
436 | 2025-03-17T15:52:12.703Z | Checking foldhash v0.1.3 |
437 | 2025-03-17T15:52:12.820Z | Checking scopeguard v1.2.0 |
438 | 2025-03-17T15:52:12.867Z | Checking allocator-api2 v0.2.18 |
439 | 2025-03-17T15:52:12.901Z | Checking equivalent v1.0.1 |
440 | 2025-03-17T15:52:12.935Z | Compiling syn v2.0.98 |
441 | 2025-03-17T15:52:13.029Z | Compiling slab v0.4.9 |
442 | 2025-03-17T15:52:13.200Z | Checking futures-sink v0.3.31 |
443 | 2025-03-17T15:52:13.329Z | Checking fnv v1.0.7 |
444 | 2025-03-17T15:52:13.343Z | Checking socket2 v0.5.8 |
445 | 2025-03-17T15:52:13.393Z | Checking parking_lot v0.12.3 |
446 | 2025-03-17T15:52:13.433Z | Checking signal-hook-registry v1.4.2 |
447 | 2025-03-17T15:52:13.447Z | Checking mio v1.0.2 |
448 | 2025-03-17T15:52:13.465Z | Checking hashbrown v0.15.1 |
449 | 2025-03-17T15:52:13.531Z | Checking log v0.4.22 |
450 | 2025-03-17T15:52:13.722Z | Compiling num-traits v0.2.19 |
451 | 2025-03-17T15:52:13.788Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-17T15:52:13.791Z | Checking futures-channel v0.3.31 |
453 | 2025-03-17T15:52:13.900Z | Compiling getrandom v0.3.1 |
454 | 2025-03-17T15:52:13.956Z | Checking futures-task v0.3.31 |
455 | 2025-03-17T15:52:14.018Z | Checking futures-io v0.3.31 |
456 | 2025-03-17T15:52:14.147Z | Checking pin-utils v0.1.0 |
457 | 2025-03-17T15:52:14.186Z | Checking http v1.2.0 |
458 | 2025-03-17T15:52:14.206Z | Compiling vcpkg v0.2.15 |
459 | 2025-03-17T15:52:14.347Z | Checking rustls-pki-types v1.10.0 |
460 | 2025-03-17T15:52:14.488Z | Checking bitflags v2.6.0 |
461 | 2025-03-17T15:52:14.565Z | Compiling ring v0.17.11 |
462 | 2025-03-17T15:52:14.755Z | Compiling heck v0.5.0 |
463 | 2025-03-17T15:52:14.843Z | Checking iana-time-zone v0.1.61 |
464 | 2025-03-17T15:52:14.890Z | Compiling schemars v0.8.22 |
465 | 2025-03-17T15:52:15.164Z | Compiling pkg-config v0.3.31 |
466 | 2025-03-17T15:52:15.455Z | Checking litemap v0.7.3 |
467 | 2025-03-17T15:52:15.571Z | Checking dyn-clone v1.0.19 |
468 | 2025-03-17T15:52:15.716Z | Checking writeable v0.5.5 |
469 | 2025-03-17T15:52:15.740Z | Checking untrusted v0.9.0 |
470 | 2025-03-17T15:52:15.762Z | Compiling httparse v1.9.5 |
471 | 2025-03-17T15:52:15.897Z | Checking tracing-core v0.1.32 |
472 | 2025-03-17T15:52:16.013Z | Checking atomic-waker v1.1.2 |
473 | 2025-03-17T15:52:16.075Z | Compiling ucd-trie v0.1.7 |
474 | 2025-03-17T15:52:16.219Z | Compiling openssl-sys v0.9.106 |
475 | 2025-03-17T15:52:16.496Z | Checking http-body v1.0.1 |
476 | 2025-03-17T15:52:16.499Z | Checking tracing v0.1.40 |
477 | 2025-03-17T15:52:16.714Z | Checking subtle v2.6.1 |
478 | 2025-03-17T15:52:16.817Z | Checking try-lock v0.2.5 |
479 | 2025-03-17T15:52:16.841Z | Checking byteorder v1.5.0 |
480 | 2025-03-17T15:52:16.893Z | Checking icu_locid_transform_data v1.5.0 |
481 | 2025-03-17T15:52:17.127Z | Checking zeroize v1.8.1 |
482 | 2025-03-17T15:52:17.302Z | Checking want v0.3.1 |
483 | 2025-03-17T15:52:17.348Z | Checking icu_properties_data v1.5.0 |
484 | 2025-03-17T15:52:17.422Z | Compiling openssl v0.10.71 |
485 | 2025-03-17T15:52:17.491Z | Checking foreign-types-shared v0.1.1 |
486 | 2025-03-17T15:52:17.580Z | Compiling chrono v0.4.40 |
487 | 2025-03-17T15:52:17.599Z | Checking tower-service v0.3.3 |
488 | 2025-03-17T15:52:17.662Z | Compiling uuid v1.15.1 |
489 | 2025-03-17T15:52:17.676Z | Checking httpdate v1.0.3 |
490 | 2025-03-17T15:52:17.723Z | Checking foreign-types v0.3.2 |
491 | 2025-03-17T15:52:17.911Z | Compiling regress v0.10.3 |
492 | 2025-03-17T15:52:17.924Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-17T15:52:18.244Z | Checking write16 v1.0.0 |
494 | 2025-03-17T15:52:18.256Z | Checking utf16_iter v1.0.5 |
495 | 2025-03-17T15:52:18.364Z | Compiling regex-syntax v0.8.5 |
496 | 2025-03-17T15:52:18.430Z | Compiling slog v2.7.0 |
497 | 2025-03-17T15:52:18.916Z | Checking utf8_iter v1.0.4 |
498 | 2025-03-17T15:52:18.962Z | Checking percent-encoding v2.3.1 |
499 | 2025-03-17T15:52:19.114Z | Compiling rustls v0.23.19 |
500 | 2025-03-17T15:52:19.181Z | Checking icu_normalizer_data v1.5.0 |
501 | 2025-03-17T15:52:19.277Z | Compiling native-tls v0.2.12 |
502 | 2025-03-17T15:52:19.490Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-17T15:52:19.691Z | Checking openssl-probe v0.1.5 |
504 | 2025-03-17T15:52:20.408Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-03-17T15:52:21.204Z | Compiling synstructure v0.13.1 |
506 | 2025-03-17T15:52:21.780Z | Checking rustls-webpki v0.102.8 |
507 | 2025-03-17T15:52:22.341Z | Compiling regex-automata v0.4.8 |
508 | 2025-03-17T15:52:22.359Z | Compiling typenum v1.17.0 |
509 | 2025-03-17T15:52:22.937Z | Compiling generic-array v0.14.7 |
510 | 2025-03-17T15:52:23.299Z | Checking encoding_rs v0.8.34 |
511 | 2025-03-17T15:52:23.785Z | Checking mime v0.3.17 |
512 | 2025-03-17T15:52:24.075Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-17T15:52:24.093Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-17T15:52:24.655Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-17T15:52:24.778Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-17T15:52:24.899Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-17T15:52:25.579Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-17T15:52:26.212Z | Checking tokio v1.43.0 |
519 | 2025-03-17T15:52:26.929Z | Compiling zerovec-derive v0.10.3 |
520 | 2025-03-17T15:52:27.138Z | Compiling zerocopy-derive v0.7.35 |
521 | 2025-03-17T15:52:27.426Z | Compiling futures-macro v0.3.31 |
522 | 2025-03-17T15:52:27.921Z | Compiling displaydoc v0.2.5 |
523 | 2025-03-17T15:52:27.966Z | Checking zerofrom v0.1.4 |
524 | 2025-03-17T15:52:28.188Z | Checking yoke v0.7.4 |
525 | 2025-03-17T15:52:28.538Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-17T15:52:28.974Z | Compiling pest v2.7.14 |
527 | 2025-03-17T15:52:29.141Z | Checking zerocopy v0.7.35 |
528 | 2025-03-17T15:52:29.173Z | Checking futures-util v0.3.31 |
529 | 2025-03-17T15:52:29.267Z | Checking zerovec v0.10.4 |
530 | 2025-03-17T15:52:29.346Z | Compiling openssl-macros v0.1.1 |
531 | 2025-03-17T15:52:29.588Z | Compiling regex v1.11.1 |
532 | 2025-03-17T15:52:31.705Z | Checking tinystr v0.7.6 |
533 | 2025-03-17T15:52:31.912Z | Compiling pest_meta v2.7.14 |
534 | 2025-03-17T15:52:32.049Z | Checking icu_locid v1.5.0 |
535 | 2025-03-17T15:52:33.053Z | Checking icu_provider v1.5.0 |
536 | 2025-03-17T15:52:33.088Z | Checking tokio-util v0.7.13 |
537 | 2025-03-17T15:52:33.691Z | Checking icu_collections v1.5.0 |
538 | 2025-03-17T15:52:33.706Z | Checking icu_locid_transform v1.5.0 |
539 | 2025-03-17T15:52:33.721Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-17T15:52:33.852Z | Checking http-body-util v0.1.2 |
541 | 2025-03-17T15:52:34.294Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-17T15:52:34.341Z | Compiling scroll_derive v0.12.0 |
543 | 2025-03-17T15:52:34.709Z | Checking icu_properties v1.5.1 |
544 | 2025-03-17T15:52:35.377Z | Checking webpki-roots v0.26.6 |
545 | 2025-03-17T15:52:35.407Z | Checking rustls-pemfile v2.2.0 |
546 | 2025-03-17T15:52:35.454Z | Checking indexmap v2.7.1 |
547 | 2025-03-17T15:52:35.750Z | Compiling pest_derive v2.7.14 |
548 | 2025-03-17T15:52:36.212Z | Compiling serde_tokenstream v0.2.2 |
549 | 2025-03-17T15:52:36.594Z | Checking h2 v0.4.6 |
550 | 2025-03-17T15:52:36.659Z | Checking tokio-native-tls v0.3.1 |
551 | 2025-03-17T15:52:36.925Z | Checking serde_urlencoded v0.7.1 |
552 | 2025-03-17T15:52:36.940Z | Checking rand_core v0.6.4 |
553 | 2025-03-17T15:52:36.961Z | Compiling usdt-impl v0.5.0 |
554 | 2025-03-17T15:52:37.229Z | Checking sync_wrapper v1.0.1 |
555 | 2025-03-17T15:52:37.320Z | Checking powerfmt v0.2.0 |
556 | 2025-03-17T15:52:37.371Z | Compiling rustix v0.38.37 |
557 | 2025-03-17T15:52:37.385Z | Compiling time-core v0.1.2 |
558 | 2025-03-17T15:52:37.562Z | Compiling num-conv v0.1.0 |
559 | 2025-03-17T15:52:37.580Z | Checking tower-layer v0.3.3 |
560 | 2025-03-17T15:52:37.843Z | Checking base64 v0.22.1 |
561 | 2025-03-17T15:52:37.855Z | Compiling paste v1.0.15 |
562 | 2025-03-17T15:52:38.060Z | Checking icu_normalizer v1.5.0 |
563 | 2025-03-17T15:52:38.223Z | Compiling dof v0.3.0 |
564 | 2025-03-17T15:52:38.329Z | Compiling time-macros v0.2.18 |
565 | 2025-03-17T15:52:38.433Z | Checking tower v0.5.2 |
566 | 2025-03-17T15:52:38.486Z | Checking deranged v0.3.11 |
567 | 2025-03-17T15:52:38.844Z | Checking idna_adapter v1.2.0 |
568 | 2025-03-17T15:52:39.021Z | Checking idna v1.0.3 |
569 | 2025-03-17T15:52:39.117Z | Compiling dtrace-parser v0.2.0 |
570 | 2025-03-17T15:52:39.177Z | Checking scroll v0.12.0 |
571 | 2025-03-17T15:52:39.191Z | Compiling thread-id v4.2.2 |
572 | 2025-03-17T15:52:39.492Z | Checking url v2.5.3 |
573 | 2025-03-17T15:52:39.840Z | Checking ppv-lite86 v0.2.20 |
574 | 2025-03-17T15:52:40.241Z | Compiling typify-impl v0.2.0 |
575 | 2025-03-17T15:52:40.354Z | Compiling structmeta-derive v0.3.0 |
576 | 2025-03-17T15:52:40.587Z | Checking errno v0.3.9 |
577 | 2025-03-17T15:52:40.640Z | Compiling newtype-uuid v1.2.1 |
578 | 2025-03-17T15:52:40.788Z | Checking hyper v1.6.0 |
579 | 2025-03-17T15:52:40.903Z | Compiling strsim v0.11.1 |
580 | 2025-03-17T15:52:40.983Z | Checking ipnet v2.11.0 |
581 | 2025-03-17T15:52:41.016Z | Compiling rustversion v1.0.17 |
582 | 2025-03-17T15:52:41.086Z | Compiling crossbeam-utils v0.8.20 |
583 | 2025-03-17T15:52:41.641Z | Checking plain v0.2.3 |
584 | 2025-03-17T15:52:41.666Z | Checking num_threads v0.1.7 |
585 | 2025-03-17T15:52:41.727Z | Compiling ident_case v1.0.1 |
586 | 2025-03-17T15:52:41.793Z | Checking time v0.3.36 |
587 | 2025-03-17T15:52:41.806Z | Checking goblin v0.8.2 |
588 | 2025-03-17T15:52:41.902Z | Compiling darling_core v0.20.10 |
589 | 2025-03-17T15:52:42.791Z | Checking hyper-util v0.1.10 |
590 | 2025-03-17T15:52:42.813Z | Compiling structmeta v0.3.0 |
591 | 2025-03-17T15:52:44.334Z | Checking hyper-rustls v0.27.3 |
592 | 2025-03-17T15:52:44.674Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-17T15:52:44.732Z | Checking rand_chacha v0.3.1 |
594 | 2025-03-17T15:52:44.965Z | Checking reqwest v0.12.12 |
595 | 2025-03-17T15:52:45.101Z | Checking ipnetwork v0.21.1 |
596 | 2025-03-17T15:52:45.806Z | Compiling openapiv3 v2.0.0 |
597 | 2025-03-17T15:52:46.487Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-03-17T15:52:46.511Z | Compiling unsafe-libyaml v0.2.11 |
599 | 2025-03-17T15:52:46.663Z | Checking fastrand v2.1.1 |
600 | 2025-03-17T15:52:46.762Z | Compiling omicron-workspace-hack v0.1.0 |
601 | 2025-03-17T15:52:46.864Z | Checking pretty-hex v0.4.1 |
602 | 2025-03-17T15:52:46.985Z | Compiling rustls v0.22.4 |
603 | 2025-03-17T15:52:47.150Z | Compiling darling_macro v0.20.10 |
604 | 2025-03-17T15:52:47.161Z | Checking tempfile v3.13.0 |
605 | 2025-03-17T15:52:47.513Z | Checking dirs-next v2.0.0 |
606 | 2025-03-17T15:52:47.632Z | Checking oxnet v0.1.1 |
607 | 2025-03-17T15:52:47.644Z | Checking rand v0.8.5 |
608 | 2025-03-17T15:52:48.001Z | Compiling serde_yaml v0.9.34+deprecated |
609 | 2025-03-17T15:52:48.249Z | Checking block-buffer v0.10.4 |
610 | 2025-03-17T15:52:48.462Z | Checking crypto-common v0.1.6 |
611 | 2025-03-17T15:52:48.651Z | Checking serde_spanned v0.6.8 |
612 | 2025-03-17T15:52:48.823Z | Checking toml_datetime v0.6.8 |
613 | 2025-03-17T15:52:48.853Z | Compiling daft-derive v0.1.2 |
614 | 2025-03-17T15:52:48.866Z | Compiling multer v3.1.0 |
615 | 2025-03-17T15:52:49.128Z | Checking wait-timeout v0.2.0 |
616 | 2025-03-17T15:52:49.321Z | Checking thread_local v1.1.8 |
617 | 2025-03-17T15:52:49.345Z | Compiling slog-async v2.8.0 |
618 | 2025-03-17T15:52:49.357Z | Compiling camino v1.1.9 |
619 | 2025-03-17T15:52:49.569Z | Checking quick-error v1.2.3 |
620 | 2025-03-17T15:52:49.612Z | Compiling anyhow v1.0.97 |
621 | 2025-03-17T15:52:49.650Z | Checking winnow v0.7.3 |
622 | 2025-03-17T15:52:49.710Z | Compiling thiserror v2.0.11 |
623 | 2025-03-17T15:52:49.893Z | Checking match_cfg v0.1.0 |
624 | 2025-03-17T15:52:49.946Z | Checking bit-vec v0.8.0 |
625 | 2025-03-17T15:52:49.977Z | Checking hostname v0.3.1 |
626 | 2025-03-17T15:52:50.244Z | Checking rusty-fork v0.3.0 |
627 | 2025-03-17T15:52:50.301Z | Checking bit-set v0.8.0 |
628 | 2025-03-17T15:52:50.325Z | Checking daft v0.1.2 |
629 | 2025-03-17T15:52:50.534Z | Compiling strum_macros v0.26.4 |
630 | 2025-03-17T15:52:50.665Z | Checking crossbeam-channel v0.5.13 |
631 | 2025-03-17T15:52:50.677Z | Checking digest v0.10.7 |
632 | 2025-03-17T15:52:50.740Z | Compiling darling v0.20.10 |
633 | 2025-03-17T15:52:50.858Z | Checking term v0.7.0 |
634 | 2025-03-17T15:52:51.112Z | Checking progenitor-client v0.8.0 |
635 | 2025-03-17T15:52:51.129Z | Compiling usdt-attr-macro v0.5.0 |
636 | 2025-03-17T15:52:51.282Z | Compiling usdt-macro v0.5.0 |
637 | 2025-03-17T15:52:51.387Z | Compiling typify-macro v0.2.0 |
638 | 2025-03-17T15:52:51.400Z | Checking slog-json v2.6.1 |
639 | 2025-03-17T15:52:51.440Z | Compiling parse-display-derive v0.10.0 |
640 | 2025-03-17T15:52:51.678Z | Checking rand_xorshift v0.3.0 |
641 | 2025-03-17T15:52:51.828Z | Checking hex v0.4.3 |
642 | 2025-03-17T15:52:52.280Z | Checking futures-executor v0.3.31 |
643 | 2025-03-17T15:52:52.423Z | Checking toml_edit v0.22.24 |
644 | 2025-03-17T15:52:52.523Z | Compiling async-stream-impl v0.3.6 |
645 | 2025-03-17T15:52:52.535Z | Compiling thiserror-impl v2.0.11 |
646 | 2025-03-17T15:52:52.564Z | Compiling dropshot v0.16.0 |
647 | 2025-03-17T15:52:52.936Z | Checking is-terminal v0.4.13 |
648 | 2025-03-17T15:52:53.070Z | Checking memmap v0.7.0 |
649 | 2025-03-17T15:52:53.301Z | Checking take_mut v0.2.2 |
650 | 2025-03-17T15:52:53.459Z | Checking unarray v0.1.4 |
651 | 2025-03-17T15:52:53.626Z | Checking spin v0.9.8 |
652 | 2025-03-17T15:52:53.771Z | Checking cpufeatures v0.2.14 |
653 | 2025-03-17T15:52:53.804Z | Checking lazy_static v1.5.0 |
654 | 2025-03-17T15:52:53.872Z | Checking sha1 v0.10.6 |
655 | 2025-03-17T15:52:53.944Z | Checking proptest v1.6.0 |
656 | 2025-03-17T15:52:54.404Z | Checking tokio-rustls v0.25.0 |
657 | 2025-03-17T15:52:54.521Z | Checking async-stream v0.3.6 |
658 | 2025-03-17T15:52:54.573Z | Compiling typify v0.2.0 |
659 | 2025-03-17T15:52:54.693Z | Compiling progenitor-impl v0.8.0 |
660 | 2025-03-17T15:52:54.707Z | Checking strum v0.26.3 |
661 | 2025-03-17T15:52:54.864Z | Checking usdt v0.5.0 |
662 | 2025-03-17T15:52:54.904Z | Checking parse-display v0.10.0 |
663 | 2025-03-17T15:52:55.053Z | Checking slog-term v2.9.1 |
664 | 2025-03-17T15:52:55.112Z | Checking toml v0.8.20 |
665 | 2025-03-17T15:52:55.152Z | Checking futures v0.3.31 |
666 | 2025-03-17T15:52:55.193Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
667 | 2025-03-17T15:52:55.270Z | Checking slog-bunyan v2.5.0 |
668 | 2025-03-17T15:52:55.342Z | Compiling serde_with_macros v3.12.0 |
669 | 2025-03-17T15:52:55.631Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-17T15:52:55.783Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-17T15:52:55.863Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-17T15:52:55.998Z | Compiling async-trait v0.1.87 |
673 | 2025-03-17T15:52:56.475Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
674 | 2025-03-17T15:52:56.630Z | Checking waitgroup v0.1.2 |
675 | 2025-03-17T15:52:56.781Z | Checking hostname v0.4.0 |
676 | 2025-03-17T15:52:56.931Z | Checking instant v0.1.13 |
677 | 2025-03-17T15:52:57.057Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-17T15:52:57.211Z | Checking backoff v0.4.0 |
679 | 2025-03-17T15:52:57.304Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-17T15:52:57.454Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-17T15:52:57.486Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-17T15:52:57.764Z | Checking serde_with v3.12.0 |
683 | 2025-03-17T15:52:57.899Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-17T15:52:57.926Z | Checking macaddr v1.0.1 |
685 | 2025-03-17T15:52:58.672Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
686 | 2025-03-17T15:52:58.942Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-17T15:53:02.495Z | Checking progenitor v0.8.0 |
688 | 2025-03-17T15:53:02.605Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-17T15:53:05.362Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-17T15:53:12.563Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-17T15:53:12.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
692 | 2025-03-17T15:53:12.769Z | + cargo build --release |
693 | 2025-03-17T15:53:12.999Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-17T15:53:12.999Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-17T15:53:13.005Z | Compiling libc v0.2.170 |
696 | 2025-03-17T15:53:13.005Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-17T15:53:13.005Z | Compiling autocfg v1.4.0 |
698 | 2025-03-17T15:53:13.005Z | Compiling serde v1.0.218 |
699 | 2025-03-17T15:53:13.005Z | Compiling memchr v2.7.4 |
700 | 2025-03-17T15:53:13.005Z | Compiling serde_json v1.0.139 |
701 | 2025-03-17T15:53:13.153Z | Compiling itoa v1.0.11 |
702 | 2025-03-17T15:53:13.385Z | Compiling thiserror v1.0.69 |
703 | 2025-03-17T15:53:13.435Z | Compiling shlex v1.3.0 |
704 | 2025-03-17T15:53:13.622Z | Compiling pin-project-lite v0.2.14 |
705 | 2025-03-17T15:53:13.724Z | Compiling cc v1.2.15 |
706 | 2025-03-17T15:53:13.748Z | Compiling once_cell v1.20.3 |
707 | 2025-03-17T15:53:13.928Z | Compiling ryu v1.0.18 |
708 | 2025-03-17T15:53:14.144Z | Compiling smallvec v1.14.0 |
709 | 2025-03-17T15:53:14.519Z | Compiling semver v1.0.25 |
710 | 2025-03-17T15:53:14.529Z | Compiling bytes v1.10.1 |
711 | 2025-03-17T15:53:14.595Z | Compiling futures-core v0.3.31 |
712 | 2025-03-17T15:53:14.671Z | Compiling version_check v0.9.5 |
713 | 2025-03-17T15:53:14.838Z | Compiling quote v1.0.39 |
714 | 2025-03-17T15:53:15.017Z | Compiling lock_api v0.4.12 |
715 | 2025-03-17T15:53:15.191Z | Compiling parking_lot_core v0.9.10 |
716 | 2025-03-17T15:53:15.224Z | Compiling syn v2.0.98 |
717 | 2025-03-17T15:53:15.403Z | Compiling getrandom v0.2.15 |
718 | 2025-03-17T15:53:15.515Z | Compiling equivalent v1.0.1 |
719 | 2025-03-17T15:53:15.628Z | Compiling foldhash v0.1.3 |
720 | 2025-03-17T15:53:15.634Z | Compiling scopeguard v1.2.0 |
721 | 2025-03-17T15:53:15.638Z | Compiling allocator-api2 v0.2.18 |
722 | 2025-03-17T15:53:15.737Z | Compiling slab v0.4.9 |
723 | 2025-03-17T15:53:16.123Z | Compiling fnv v1.0.7 |
724 | 2025-03-17T15:53:16.202Z | Compiling futures-sink v0.3.31 |
725 | 2025-03-17T15:53:16.263Z | Compiling parking_lot v0.12.3 |
726 | 2025-03-17T15:53:16.357Z | Compiling socket2 v0.5.8 |
727 | 2025-03-17T15:53:16.401Z | Compiling hashbrown v0.15.1 |
728 | 2025-03-17T15:53:16.472Z | Compiling signal-hook-registry v1.4.2 |
729 | 2025-03-17T15:53:16.526Z | Compiling mio v1.0.2 |
730 | 2025-03-17T15:53:16.600Z | Compiling log v0.4.22 |
731 | 2025-03-17T15:53:17.028Z | Compiling num-traits v0.2.19 |
732 | 2025-03-17T15:53:17.056Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-17T15:53:17.165Z | Compiling ring v0.17.11 |
734 | 2025-03-17T15:53:17.645Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-17T15:53:17.887Z | Compiling futures-task v0.3.31 |
736 | 2025-03-17T15:53:17.959Z | Compiling futures-io v0.3.31 |
737 | 2025-03-17T15:53:18.087Z | Compiling pin-utils v0.1.0 |
738 | 2025-03-17T15:53:18.098Z | Compiling getrandom v0.3.1 |
739 | 2025-03-17T15:53:18.181Z | Compiling http v1.2.0 |
740 | 2025-03-17T15:53:18.240Z | Compiling rustls-pki-types v1.10.0 |
741 | 2025-03-17T15:53:18.352Z | Compiling iana-time-zone v0.1.61 |
742 | 2025-03-17T15:53:18.532Z | Compiling bitflags v2.6.0 |
743 | 2025-03-17T15:53:18.839Z | Compiling heck v0.5.0 |
744 | 2025-03-17T15:53:19.115Z | Compiling schemars v0.8.22 |
745 | 2025-03-17T15:53:19.306Z | Compiling pkg-config v0.3.31 |
746 | 2025-03-17T15:53:19.522Z | Compiling vcpkg v0.2.15 |
747 | 2025-03-17T15:53:20.279Z | Compiling httparse v1.9.5 |
748 | 2025-03-17T15:53:20.328Z | Compiling writeable v0.5.5 |
749 | 2025-03-17T15:53:20.413Z | Compiling untrusted v0.9.0 |
750 | 2025-03-17T15:53:20.612Z | Compiling dyn-clone v1.0.19 |
751 | 2025-03-17T15:53:20.844Z | Compiling litemap v0.7.3 |
752 | 2025-03-17T15:53:20.859Z | Compiling openssl-sys v0.9.106 |
753 | 2025-03-17T15:53:21.231Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-17T15:53:21.315Z | Compiling ucd-trie v0.1.7 |
755 | 2025-03-17T15:53:21.368Z | Compiling atomic-waker v1.1.2 |
756 | 2025-03-17T15:53:21.693Z | Compiling http-body v1.0.1 |
757 | 2025-03-17T15:53:21.922Z | Compiling tracing v0.1.40 |
758 | 2025-03-17T15:53:22.282Z | Compiling zeroize v1.8.1 |
759 | 2025-03-17T15:53:22.585Z | Compiling synstructure v0.13.1 |
760 | 2025-03-17T15:53:22.588Z | Compiling serde_derive_internals v0.29.1 |
761 | 2025-03-17T15:53:22.705Z | Compiling try-lock v0.2.5 |
762 | 2025-03-17T15:53:22.834Z | Compiling icu_locid_transform_data v1.5.0 |
763 | 2025-03-17T15:53:23.149Z | Compiling byteorder v1.5.0 |
764 | 2025-03-17T15:53:23.266Z | Compiling subtle v2.6.1 |
765 | 2025-03-17T15:53:23.311Z | Compiling chrono v0.4.40 |
766 | 2025-03-17T15:53:23.470Z | Compiling want v0.3.1 |
767 | 2025-03-17T15:53:23.616Z | Compiling httpdate v1.0.3 |
768 | 2025-03-17T15:53:23.746Z | Compiling icu_properties_data v1.5.0 |
769 | 2025-03-17T15:53:23.762Z | Compiling foreign-types-shared v0.1.1 |
770 | 2025-03-17T15:53:23.978Z | Compiling uuid v1.15.1 |
771 | 2025-03-17T15:53:24.206Z | Compiling openssl v0.10.71 |
772 | 2025-03-17T15:53:24.362Z | Compiling tower-service v0.3.3 |
773 | 2025-03-17T15:53:24.514Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-17T15:53:24.607Z | Compiling regress v0.10.3 |
775 | 2025-03-17T15:53:24.703Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-17T15:53:25.149Z | Compiling native-tls v0.2.12 |
777 | 2025-03-17T15:53:25.565Z | Compiling icu_normalizer_data v1.5.0 |
778 | 2025-03-17T15:53:25.705Z | Compiling utf8_iter v1.0.4 |
779 | 2025-03-17T15:53:25.809Z | Compiling slog v2.7.0 |
780 | 2025-03-17T15:53:25.965Z | Compiling percent-encoding v2.3.1 |
781 | 2025-03-17T15:53:26.324Z | Compiling rustls v0.23.19 |
782 | 2025-03-17T15:53:26.492Z | Compiling serde_derive v1.0.218 |
783 | 2025-03-17T15:53:26.563Z | Compiling thiserror-impl v1.0.69 |
784 | 2025-03-17T15:53:26.699Z | Compiling schemars_derive v0.8.22 |
785 | 2025-03-17T15:53:26.777Z | Compiling tokio-macros v2.5.0 |
786 | 2025-03-17T15:53:28.215Z | Compiling zerofrom-derive v0.1.4 |
787 | 2025-03-17T15:53:28.276Z | Compiling tokio v1.43.0 |
788 | 2025-03-17T15:53:28.364Z | Compiling yoke-derive v0.7.4 |
789 | 2025-03-17T15:53:28.824Z | Compiling zerovec-derive v0.10.3 |
790 | 2025-03-17T15:53:29.105Z | Compiling zerocopy-derive v0.7.35 |
791 | 2025-03-17T15:53:29.406Z | Compiling futures-macro v0.3.31 |
792 | 2025-03-17T15:53:29.495Z | Compiling displaydoc v0.2.5 |
793 | 2025-03-17T15:53:30.963Z | Compiling icu_provider_macros v1.5.0 |
794 | 2025-03-17T15:53:30.981Z | Compiling pest v2.7.14 |
795 | 2025-03-17T15:53:31.226Z | Compiling zerofrom v0.1.4 |
796 | 2025-03-17T15:53:31.234Z | Compiling futures-util v0.3.31 |
797 | 2025-03-17T15:53:31.320Z | Compiling zerocopy v0.7.35 |
798 | 2025-03-17T15:53:31.440Z | Compiling yoke v0.7.4 |
799 | 2025-03-17T15:53:31.792Z | Compiling zerovec v0.10.4 |
800 | 2025-03-17T15:53:32.061Z | Compiling openssl-macros v0.1.1 |
801 | 2025-03-17T15:53:32.698Z | Compiling regex-syntax v0.8.5 |
802 | 2025-03-17T15:53:32.949Z | Compiling utf16_iter v1.0.5 |
803 | 2025-03-17T15:53:33.181Z | Compiling write16 v1.0.0 |
804 | 2025-03-17T15:53:33.865Z | Compiling tinystr v0.7.6 |
805 | 2025-03-17T15:53:34.261Z | Compiling icu_locid v1.5.0 |
806 | 2025-03-17T15:53:34.634Z | Compiling rustls-webpki v0.102.8 |
807 | 2025-03-17T15:53:37.385Z | Compiling tokio-util v0.7.13 |
808 | 2025-03-17T15:53:38.226Z | Compiling icu_provider v1.5.0 |
809 | 2025-03-17T15:53:39.252Z | Compiling indexmap v2.7.1 |
810 | 2025-03-17T15:53:40.940Z | Compiling serde_tokenstream v0.2.2 |
811 | 2025-03-17T15:53:41.464Z | Compiling h2 v0.4.6 |
812 | 2025-03-17T15:53:41.758Z | Compiling icu_locid_transform v1.5.0 |
813 | 2025-03-17T15:53:41.773Z | Compiling icu_collections v1.5.0 |
814 | 2025-03-17T15:53:41.958Z | Compiling pest_meta v2.7.14 |
815 | 2025-03-17T15:53:44.442Z | Compiling pest_generator v2.7.14 |
816 | 2025-03-17T15:53:45.303Z | Compiling icu_properties v1.5.1 |
817 | 2025-03-17T15:53:46.060Z | Compiling pest_derive v2.7.14 |
818 | 2025-03-17T15:53:47.005Z | Compiling regex-automata v0.4.8 |
819 | 2025-03-17T15:53:47.619Z | Compiling hyper v1.6.0 |
820 | 2025-03-17T15:53:48.242Z | Compiling typify-impl v0.2.0 |
821 | 2025-03-17T15:53:51.697Z | Compiling hyper-util v0.1.10 |
822 | 2025-03-17T15:53:53.928Z | Compiling icu_normalizer v1.5.0 |
823 | 2025-03-17T15:53:54.798Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-17T15:53:57.123Z | Compiling typenum v1.17.0 |
825 | 2025-03-17T15:53:57.333Z | Compiling openssl-probe v0.1.5 |
826 | 2025-03-17T15:53:58.186Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-17T15:53:58.546Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-17T15:53:59.327Z | Compiling regex v1.11.1 |
829 | 2025-03-17T15:53:59.605Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-17T15:53:59.842Z | Compiling generic-array v0.14.7 |
831 | 2025-03-17T15:54:00.233Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-17T15:54:00.685Z | Compiling mime v0.3.17 |
833 | 2025-03-17T15:54:01.812Z | Compiling idna v1.0.3 |
834 | 2025-03-17T15:54:03.540Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-17T15:54:05.073Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-17T15:54:06.994Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-17T15:54:07.299Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-17T15:54:07.469Z | Compiling webpki-roots v0.26.6 |
839 | 2025-03-17T15:54:07.678Z | Compiling rustls-pemfile v2.2.0 |
840 | 2025-03-17T15:54:08.169Z | Compiling rand_core v0.6.4 |
841 | 2025-03-17T15:54:08.669Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-17T15:54:08.720Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-17T15:54:08.887Z | Compiling paste v1.0.15 |
844 | 2025-03-17T15:54:09.090Z | Compiling base64 v0.22.1 |
845 | 2025-03-17T15:54:09.409Z | Compiling tower-layer v0.3.3 |
846 | 2025-03-17T15:54:09.820Z | Compiling num-conv v0.1.0 |
847 | 2025-03-17T15:54:10.110Z | Compiling time-core v0.1.2 |
848 | 2025-03-17T15:54:10.192Z | Compiling powerfmt v0.2.0 |
849 | 2025-03-17T15:54:10.285Z | Compiling rustix v0.38.37 |
850 | 2025-03-17T15:54:10.678Z | Compiling deranged v0.3.11 |
851 | 2025-03-17T15:54:11.092Z | Compiling time-macros v0.2.18 |
852 | 2025-03-17T15:54:11.451Z | Compiling tower v0.5.2 |
853 | 2025-03-17T15:54:12.445Z | Compiling scroll v0.12.0 |
854 | 2025-03-17T15:54:12.541Z | Compiling hyper-rustls v0.27.3 |
855 | 2025-03-17T15:54:13.957Z | Compiling hyper-tls v0.6.0 |
856 | 2025-03-17T15:54:14.266Z | Compiling thread-id v4.2.2 |
857 | 2025-03-17T15:54:14.380Z | Compiling dof v0.3.0 |
858 | 2025-03-17T15:54:14.469Z | Compiling url v2.5.3 |
859 | 2025-03-17T15:54:15.172Z | Compiling dtrace-parser v0.2.0 |
860 | 2025-03-17T15:54:15.216Z | Compiling ppv-lite86 v0.2.20 |
861 | 2025-03-17T15:54:15.949Z | Compiling structmeta-derive v0.3.0 |
862 | 2025-03-17T15:54:16.385Z | Compiling errno v0.3.9 |
863 | 2025-03-17T15:54:16.805Z | Compiling rustversion v1.0.17 |
864 | 2025-03-17T15:54:17.915Z | Compiling newtype-uuid v1.2.1 |
865 | 2025-03-17T15:54:18.321Z | Compiling plain v0.2.3 |
866 | 2025-03-17T15:54:18.647Z | Compiling crossbeam-utils v0.8.20 |
867 | 2025-03-17T15:54:18.774Z | Compiling strsim v0.11.1 |
868 | 2025-03-17T15:54:19.272Z | Compiling ident_case v1.0.1 |
869 | 2025-03-17T15:54:19.440Z | Compiling num_threads v0.1.7 |
870 | 2025-03-17T15:54:19.448Z | Compiling ipnet v2.11.0 |
871 | 2025-03-17T15:54:19.569Z | Compiling omicron-workspace-hack v0.1.0 |
872 | 2025-03-17T15:54:19.775Z | Compiling time v0.3.36 |
873 | 2025-03-17T15:54:19.929Z | Compiling darling_core v0.20.10 |
874 | 2025-03-17T15:54:22.558Z | Compiling reqwest v0.12.12 |
875 | 2025-03-17T15:54:24.859Z | Compiling structmeta v0.3.0 |
876 | 2025-03-17T15:54:25.207Z | Compiling goblin v0.8.2 |
877 | 2025-03-17T15:54:30.685Z | Compiling rand_chacha v0.3.1 |
878 | 2025-03-17T15:54:32.301Z | Compiling openapiv3 v2.0.0 |
879 | 2025-03-17T15:54:32.350Z | Compiling typify v0.2.0 |
880 | 2025-03-17T15:54:32.467Z | Compiling ipnetwork v0.21.1 |
881 | 2025-03-17T15:54:36.709Z | Compiling dirs-sys-next v0.1.2 |
882 | 2025-03-17T15:54:37.005Z | Compiling fastrand v2.1.1 |
883 | 2025-03-17T15:54:37.732Z | Compiling pretty-hex v0.4.1 |
884 | 2025-03-17T15:54:37.761Z | Compiling rustls v0.22.4 |
885 | 2025-03-17T15:54:37.965Z | Compiling unsafe-libyaml v0.2.11 |
886 | 2025-03-17T15:54:38.955Z | Compiling tempfile v3.13.0 |
887 | 2025-03-17T15:54:39.715Z | Compiling serde_yaml v0.9.34+deprecated |
888 | 2025-03-17T15:54:40.803Z | Compiling dirs-next v2.0.0 |
889 | 2025-03-17T15:54:41.221Z | Compiling progenitor-impl v0.8.0 |
890 | 2025-03-17T15:54:43.040Z | Compiling oxnet v0.1.1 |
891 | 2025-03-17T15:54:44.500Z | Compiling rand v0.8.5 |
892 | 2025-03-17T15:54:46.711Z | Compiling darling_macro v0.20.10 |
893 | 2025-03-17T15:54:47.752Z | Compiling block-buffer v0.10.4 |
894 | 2025-03-17T15:54:47.992Z | Compiling crypto-common v0.1.6 |
895 | 2025-03-17T15:54:48.005Z | Compiling serde_spanned v0.6.8 |
896 | 2025-03-17T15:54:48.207Z | Compiling toml_datetime v0.6.8 |
897 | 2025-03-17T15:54:48.237Z | Compiling daft-derive v0.1.2 |
898 | 2025-03-17T15:54:48.876Z | Compiling multer v3.1.0 |
899 | 2025-03-17T15:54:49.116Z | Compiling wait-timeout v0.2.0 |
900 | 2025-03-17T15:54:49.397Z | Compiling thread_local v1.1.8 |
901 | 2025-03-17T15:54:49.837Z | Compiling bit-vec v0.8.0 |
902 | 2025-03-17T15:54:49.854Z | Compiling slog-async v2.8.0 |
903 | 2025-03-17T15:54:50.061Z | Compiling match_cfg v0.1.0 |
904 | 2025-03-17T15:54:50.111Z | Compiling quick-error v1.2.3 |
905 | 2025-03-17T15:54:50.155Z | Compiling anyhow v1.0.97 |
906 | 2025-03-17T15:54:50.250Z | Compiling winnow v0.7.3 |
907 | 2025-03-17T15:54:50.381Z | Compiling thiserror v2.0.11 |
908 | 2025-03-17T15:54:50.384Z | Compiling camino v1.1.9 |
909 | 2025-03-17T15:54:51.100Z | Compiling bit-set v0.8.0 |
910 | 2025-03-17T15:54:51.145Z | Compiling rusty-fork v0.3.0 |
911 | 2025-03-17T15:54:51.320Z | Compiling hostname v0.3.1 |
912 | 2025-03-17T15:54:51.423Z | Compiling daft v0.1.2 |
913 | 2025-03-17T15:54:51.961Z | Compiling digest v0.10.7 |
914 | 2025-03-17T15:54:52.226Z | Compiling crossbeam-channel v0.5.13 |
915 | 2025-03-17T15:54:52.380Z | Compiling darling v0.20.10 |
916 | 2025-03-17T15:54:53.196Z | Compiling progenitor-macro v0.8.0 |
917 | 2025-03-17T15:54:53.789Z | Compiling strum_macros v0.26.4 |
918 | 2025-03-17T15:54:54.637Z | Compiling toml_edit v0.22.24 |
919 | 2025-03-17T15:54:58.059Z | Compiling term v0.7.0 |
920 | 2025-03-17T15:55:02.559Z | Compiling usdt-macro v0.5.0 |
921 | 2025-03-17T15:55:02.666Z | Compiling usdt-attr-macro v0.5.0 |
922 | 2025-03-17T15:55:03.827Z | Compiling progenitor-client v0.8.0 |
923 | 2025-03-17T15:55:03.990Z | Compiling parse-display-derive v0.10.0 |
924 | 2025-03-17T15:55:04.131Z | Compiling slog-json v2.6.1 |
925 | 2025-03-17T15:55:04.636Z | Compiling rand_xorshift v0.3.0 |
926 | 2025-03-17T15:55:04.744Z | Compiling hex v0.4.3 |
927 | 2025-03-17T15:55:04.936Z | Compiling futures-executor v0.3.31 |
928 | 2025-03-17T15:55:05.415Z | Compiling async-stream-impl v0.3.6 |
929 | 2025-03-17T15:55:05.438Z | Compiling thiserror-impl v2.0.11 |
930 | 2025-03-17T15:55:06.048Z | Compiling dropshot v0.16.0 |
931 | 2025-03-17T15:55:06.446Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-17T15:55:06.579Z | Compiling memmap v0.7.0 |
933 | 2025-03-17T15:55:06.768Z | Compiling take_mut v0.2.2 |
934 | 2025-03-17T15:55:06.942Z | Compiling cpufeatures v0.2.14 |
935 | 2025-03-17T15:55:07.006Z | Compiling lazy_static v1.5.0 |
936 | 2025-03-17T15:55:07.048Z | Compiling spin v0.9.8 |
937 | 2025-03-17T15:55:07.146Z | Compiling unarray v0.1.4 |
938 | 2025-03-17T15:55:07.338Z | Compiling proptest v1.6.0 |
939 | 2025-03-17T15:55:07.644Z | Compiling parse-display v0.10.0 |
940 | 2025-03-17T15:55:08.586Z | Compiling sha1 v0.10.6 |
941 | 2025-03-17T15:55:09.412Z | Compiling tokio-rustls v0.25.0 |
942 | 2025-03-17T15:55:09.846Z | Compiling usdt v0.5.0 |
943 | 2025-03-17T15:55:10.014Z | Compiling async-stream v0.3.6 |
944 | 2025-03-17T15:55:10.364Z | Compiling slog-term v2.9.1 |
945 | 2025-03-17T15:55:11.343Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-03-17T15:55:11.531Z | Compiling futures v0.3.31 |
947 | 2025-03-17T15:55:11.735Z | Compiling slog-bunyan v2.5.0 |
948 | 2025-03-17T15:55:12.035Z | Compiling progenitor v0.8.0 |
949 | 2025-03-17T15:55:12.231Z | Compiling toml v0.8.20 |
950 | 2025-03-17T15:55:12.942Z | Compiling strum v0.26.3 |
951 | 2025-03-17T15:55:13.140Z | Compiling serde_with_macros v3.12.0 |
952 | 2025-03-17T15:55:15.707Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-17T15:55:16.086Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-17T15:55:18.390Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-17T15:55:19.000Z | Compiling async-trait v0.1.87 |
956 | 2025-03-17T15:55:19.379Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
957 | 2025-03-17T15:55:19.545Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-17T15:55:19.777Z | Compiling hostname v0.4.0 |
959 | 2025-03-17T15:55:20.050Z | Compiling instant v0.1.13 |
960 | 2025-03-17T15:55:20.129Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-17T15:55:20.210Z | Compiling backoff v0.4.0 |
962 | 2025-03-17T15:55:20.227Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-17T15:55:20.317Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#bbadc279) |
964 | 2025-03-17T15:55:20.532Z | Compiling serde_with v3.12.0 |
965 | 2025-03-17T15:55:20.541Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-17T15:55:22.176Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-17T15:55:23.021Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-17T15:55:23.858Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-17T15:55:24.884Z | Compiling macaddr v1.0.1 |
970 | 2025-03-17T15:55:28.020Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-17T15:55:39.255Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-17T15:55:48.996Z | Finished `release` profile [optimized] target(s) in 2m 36s |
973 | 2025-03-17T15:55:49.062Z | process exited: duration 224390 ms, exit code 0 |
|
974 | 2025-03-17T15:55:49.073Z | found 0 output files |