|
|
|
1 | 2025-02-24T20:57:43.298Z | job assigned to worker 01JMWVYWV0TKQN449C7YKWS4JS [factory aws, i-0414a1efafb90c75b] (queued for 1 m 9 s) |
|
2 | 2025-02-24T20:57:51.947Z | starting task 0: "setup" |
3 | 2025-02-24T20:57:51.955Z | ++ uname -s |
4 | 2025-02-24T20:57:51.957Z | + kern=SunOS |
5 | 2025-02-24T20:57:51.958Z | + build_user=build |
6 | 2025-02-24T20:57:51.958Z | + build_uid=12345 |
7 | 2025-02-24T20:57:51.958Z | + work_dir=/work |
8 | 2025-02-24T20:57:51.958Z | + input_dir=/input |
9 | 2025-02-24T20:57:51.958Z | + [[ 0 == 12345 ]] |
10 | 2025-02-24T20:57:51.958Z | + case "$kern" in |
11 | 2025-02-24T20:57:51.958Z | + groupadd -g 12345 build |
12 | 2025-02-24T20:57:51.961Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-24T20:57:53.973Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-24T20:57:54.096Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-24T20:57:54.098Z | + home_fs=zfs |
16 | 2025-02-24T20:57:54.098Z | + [[ zfs == autofs ]] |
17 | 2025-02-24T20:57:54.098Z | + mkdir -p /home/build |
18 | 2025-02-24T20:57:54.101Z | + chown build:build /home/build /work |
19 | 2025-02-24T20:57:55.102Z | + chmod 0700 /home/build /work |
20 | 2025-02-24T20:57:55.105Z | process exited: duration 3157 ms, exit code 0 |
|
21 | 2025-02-24T20:57:55.110Z | starting task 1: "rust-toolchain" |
22 | 2025-02-24T20:57:55.116Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-24T20:57:55.116Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-24T20:57:55.116Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-24T20:57:55.116Z | * rust toolchain profile = "default" |
26 | 2025-02-24T20:57:55.116Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-24T20:57:55.116Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-24T20:57:55.118Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-24T20:57:55.119Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-24T20:57:55.237Z | info: downloading installer |
31 | 2025-02-24T20:57:56.424Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-24T20:57:56.424Z | warning: /opt/ooce/bin |
33 | 2025-02-24T20:57:56.424Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-24T20:57:56.424Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-24T20:57:56.424Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-24T20:57:56.424Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-24T20:57:56.424Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-24T20:57:56.424Z | error: cannot install while Rust is installed |
39 | 2025-02-24T20:57:56.424Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-24T20:57:56.449Z | info: profile set to 'default' |
41 | 2025-02-24T20:57:56.449Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-24T20:57:56.452Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-24T20:57:56.611Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-24T20:57:56.611Z | info: downloading component 'cargo' |
45 | 2025-02-24T20:57:57.490Z | info: downloading component 'clippy' |
46 | 2025-02-24T20:57:57.833Z | info: downloading component 'rust-docs' |
47 | 2025-02-24T20:57:59.170Z | info: downloading component 'rust-std' |
48 | 2025-02-24T20:58:01.133Z | info: downloading component 'rustc' |
49 | 2025-02-24T20:58:07.902Z | info: downloading component 'rustfmt' |
50 | 2025-02-24T20:58:08.159Z | info: installing component 'cargo' |
51 | 2025-02-24T20:58:08.974Z | info: installing component 'clippy' |
52 | 2025-02-24T20:58:09.367Z | info: installing component 'rust-docs' |
53 | 2025-02-24T20:58:11.133Z | info: installing component 'rust-std' |
54 | 2025-02-24T20:58:13.037Z | info: installing component 'rustc' |
55 | 2025-02-24T20:58:18.931Z | info: installing component 'rustfmt' |
56 | 2025-02-24T20:58:19.267Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-24T20:58:19.267Z | |
58 | 2025-02-24T20:58:19.634Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-24T20:58:19.634Z | |
60 | 2025-02-24T20:58:19.637Z | |
61 | 2025-02-24T20:58:19.637Z | Rust is installed now. Great! |
62 | 2025-02-24T20:58:19.637Z | |
63 | 2025-02-24T20:58:19.637Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-24T20:58:19.637Z | environment variable. This has not been done automatically. |
65 | 2025-02-24T20:58:19.637Z | |
66 | 2025-02-24T20:58:19.637Z | To configure your current shell, you need to source |
67 | 2025-02-24T20:58:19.637Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-24T20:58:19.637Z | |
69 | 2025-02-24T20:58:19.637Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-24T20:58:19.637Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-24T20:58:19.637Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-24T20:58:19.707Z | + rustup --version |
73 | 2025-02-24T20:58:19.715Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-24T20:58:19.715Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-24T20:58:19.794Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-24T20:58:19.797Z | + cargo --version |
77 | 2025-02-24T20:58:19.853Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-24T20:58:19.855Z | + rustc --version |
79 | 2025-02-24T20:58:19.917Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-24T20:58:19.920Z | process exited: duration 24808 ms, exit code 0 |
|
81 | 2025-02-24T20:58:19.926Z | starting task 2: "authentication" |
82 | 2025-02-24T20:58:19.947Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-24T20:58:19.955Z | starting task 3: "clone repository" |
84 | 2025-02-24T20:58:19.959Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-24T20:58:19.961Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-24T20:58:20.004Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-24T20:58:27.263Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-24T20:58:27.263Z | + git fetch origin afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
89 | 2025-02-24T20:58:27.560Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-24T20:58:27.560Z | * branch afbc4ad73c6226dec0ad74fcfea9a71f5123d65d -> FETCH_HEAD |
91 | 2025-02-24T20:58:27.571Z | + [[ -n affinity-instance-integration ]] |
92 | 2025-02-24T20:58:27.574Z | ++ git branch --show-current |
93 | 2025-02-24T20:58:27.579Z | + current=main |
94 | 2025-02-24T20:58:27.579Z | + [[ main != affinity-instance-integration ]] |
95 | 2025-02-24T20:58:27.579Z | + git branch -f affinity-instance-integration afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
96 | 2025-02-24T20:58:27.582Z | + git checkout -f affinity-instance-integration |
97 | 2025-02-24T20:58:27.768Z | Switched to branch 'affinity-instance-integration' |
98 | 2025-02-24T20:58:27.771Z | + git reset --hard afbc4ad73c6226dec0ad74fcfea9a71f5123d65d |
99 | 2025-02-24T20:58:27.954Z | HEAD is now at afbc4ad73 Merge branch 'affinity-db-crud' into affinity-instance-integration |
100 | 2025-02-24T20:58:27.957Z | process exited: duration 8001 ms, exit code 0 |
|
101 | 2025-02-24T20:58:27.963Z | starting task 4: "build" |
102 | 2025-02-24T20:58:27.968Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-24T20:58:27.968Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-24T20:58:27.968Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-24T20:58:27.968Z | + cargo --version |
106 | 2025-02-24T20:58:28.021Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-24T20:58:28.024Z | + rustc --version |
108 | 2025-02-24T20:58:28.088Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-24T20:58:28.091Z | + cd /tmp |
110 | 2025-02-24T20:58:28.091Z | + cargo new --lib test-project |
111 | 2025-02-24T20:58:28.149Z | Creating library `test-project` package |
112 | 2025-02-24T20:58:28.230Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-24T20:58:28.233Z | + cd test-project |
114 | 2025-02-24T20:58:28.233Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-24T20:58:28.294Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-24T20:58:28.294Z | Features: |
117 | 2025-02-24T20:58:28.294Z | - proptest |
118 | 2025-02-24T20:58:28.294Z | - test-strategy |
119 | 2025-02-24T20:58:28.297Z | - testing |
120 | 2025-02-24T20:58:28.324Z | Updating crates.io index |
121 | 2025-02-24T20:58:28.411Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-24T20:58:28.926Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-24T20:58:29.449Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-24T20:58:30.862Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-24T20:58:31.039Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-24T20:58:31.041Z | + cargo check |
127 | 2025-02-24T20:58:31.220Z | Updating crates.io index |
128 | 2025-02-24T20:58:32.055Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-24T20:58:32.055Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-24T20:58:32.113Z | Downloading crates ... |
131 | 2025-02-24T20:58:32.192Z | Downloaded async-stream v0.3.6 |
132 | 2025-02-24T20:58:32.198Z | Downloaded ahash v0.8.11 |
133 | 2025-02-24T20:58:32.201Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-02-24T20:58:32.207Z | Downloaded foreign-types-shared v0.1.1 |
135 | 2025-02-24T20:58:32.210Z | Downloaded equivalent v1.0.1 |
136 | 2025-02-24T20:58:32.210Z | Downloaded darling_macro v0.20.10 |
137 | 2025-02-24T20:58:32.210Z | Downloaded bitflags v2.6.0 |
138 | 2025-02-24T20:58:32.214Z | Downloaded ident_case v1.0.1 |
139 | 2025-02-24T20:58:32.217Z | Downloaded icu_provider_macros v1.5.0 |
140 | 2025-02-24T20:58:32.217Z | Downloaded foreign-types v0.3.2 |
141 | 2025-02-24T20:58:32.220Z | Downloaded instant v0.1.13 |
142 | 2025-02-24T20:58:32.226Z | Downloaded http-body v1.0.1 |
143 | 2025-02-24T20:58:32.228Z | Downloaded dtrace-parser v0.2.0 |
144 | 2025-02-24T20:58:32.232Z | Downloaded try-lock v0.2.5 |
145 | 2025-02-24T20:58:32.235Z | Downloaded byteorder v1.5.0 |
146 | 2025-02-24T20:58:32.235Z | Downloaded typify-macro v0.2.0 |
147 | 2025-02-24T20:58:32.238Z | Downloaded toml_datetime v0.6.8 |
148 | 2025-02-24T20:58:32.238Z | Downloaded tokio-macros v2.5.0 |
149 | 2025-02-24T20:58:32.240Z | Downloaded match_cfg v0.1.0 |
150 | 2025-02-24T20:58:32.240Z | Downloaded tower-layer v0.3.3 |
151 | 2025-02-24T20:58:32.248Z | Downloaded dirs-sys-next v0.1.2 |
152 | 2025-02-24T20:58:32.254Z | Downloaded digest v0.10.7 |
153 | 2025-02-24T20:58:32.254Z | Downloaded yoke-derive v0.7.4 |
154 | 2025-02-24T20:58:32.254Z | Downloaded hostname v0.4.0 |
155 | 2025-02-24T20:58:32.258Z | Downloaded hyper-tls v0.6.0 |
156 | 2025-02-24T20:58:32.258Z | Downloaded openssl-macros v0.1.1 |
157 | 2025-02-24T20:58:32.260Z | Downloaded tower-service v0.3.3 |
158 | 2025-02-24T20:58:32.260Z | Downloaded futures-io v0.3.31 |
159 | 2025-02-24T20:58:32.263Z | Downloaded openssl-probe v0.1.5 |
160 | 2025-02-24T20:58:32.263Z | Downloaded num-conv v0.1.0 |
161 | 2025-02-24T20:58:32.263Z | Downloaded generic-array v0.14.7 |
162 | 2025-02-24T20:58:32.266Z | Downloaded dyn-clone v1.0.18 |
163 | 2025-02-24T20:58:32.268Z | Downloaded usdt-macro v0.5.0 |
164 | 2025-02-24T20:58:32.269Z | Downloaded hostname v0.3.1 |
165 | 2025-02-24T20:58:32.271Z | Downloaded zerofrom v0.1.4 |
166 | 2025-02-24T20:58:32.271Z | Downloaded heck v0.5.0 |
167 | 2025-02-24T20:58:32.274Z | Downloaded futures-core v0.3.31 |
168 | 2025-02-24T20:58:32.274Z | Downloaded waitgroup v0.1.2 |
169 | 2025-02-24T20:58:32.274Z | Downloaded omicron-workspace-hack v0.1.0 |
170 | 2025-02-24T20:58:32.276Z | Downloaded num_threads v0.1.7 |
171 | 2025-02-24T20:58:32.276Z | Downloaded cfg-if v1.0.0 |
172 | 2025-02-24T20:58:32.279Z | Downloaded hex v0.4.3 |
173 | 2025-02-24T20:58:32.282Z | Downloaded toml v0.8.19 |
174 | 2025-02-24T20:58:32.285Z | Downloaded macaddr v1.0.1 |
175 | 2025-02-24T20:58:32.285Z | Downloaded idna_adapter v1.2.0 |
176 | 2025-02-24T20:58:32.288Z | Downloaded futures-macro v0.3.31 |
177 | 2025-02-24T20:58:32.288Z | Downloaded progenitor-client v0.8.0 |
178 | 2025-02-24T20:58:32.290Z | Downloaded pretty-hex v0.4.1 |
179 | 2025-02-24T20:58:32.290Z | Downloaded httpdate v1.0.3 |
180 | 2025-02-24T20:58:32.293Z | Downloaded futures-task v0.3.31 |
181 | 2025-02-24T20:58:32.293Z | Downloaded futures-sink v0.3.31 |
182 | 2025-02-24T20:58:32.296Z | Downloaded futures-executor v0.3.31 |
183 | 2025-02-24T20:58:32.296Z | Downloaded atomic-waker v1.1.2 |
184 | 2025-02-24T20:58:32.298Z | Downloaded sync_wrapper v1.0.1 |
185 | 2025-02-24T20:58:32.298Z | Downloaded itoa v1.0.11 |
186 | 2025-02-24T20:58:32.301Z | Downloaded http-body-util v0.1.2 |
187 | 2025-02-24T20:58:32.301Z | Downloaded write16 v1.0.0 |
188 | 2025-02-24T20:58:32.303Z | Downloaded untrusted v0.9.0 |
189 | 2025-02-24T20:58:32.304Z | Downloaded tokio-native-tls v0.3.1 |
190 | 2025-02-24T20:58:32.306Z | Downloaded deranged v0.3.11 |
191 | 2025-02-24T20:58:32.309Z | Downloaded backoff v0.4.0 |
192 | 2025-02-24T20:58:32.309Z | Downloaded crypto-common v0.1.6 |
193 | 2025-02-24T20:58:32.311Z | Downloaded progenitor-client v0.9.1 |
194 | 2025-02-24T20:58:32.311Z | Downloaded pin-utils v0.1.0 |
195 | 2025-02-24T20:58:32.314Z | Downloaded ipnetwork v0.21.1 |
196 | 2025-02-24T20:58:32.316Z | Downloaded zerovec-derive v0.10.3 |
197 | 2025-02-24T20:58:32.316Z | Downloaded parse-display v0.10.0 |
198 | 2025-02-24T20:58:32.320Z | Downloaded iana-time-zone v0.1.61 |
199 | 2025-02-24T20:58:32.323Z | Downloaded memmap v0.7.0 |
200 | 2025-02-24T20:58:32.323Z | Downloaded oxnet v0.1.0 |
201 | 2025-02-24T20:58:32.325Z | Downloaded paste v1.0.15 |
202 | 2025-02-24T20:58:32.328Z | Downloaded thiserror-impl v1.0.69 |
203 | 2025-02-24T20:58:32.328Z | Downloaded plain v0.2.3 |
204 | 2025-02-24T20:58:32.331Z | Downloaded parse-display-derive v0.10.0 |
205 | 2025-02-24T20:58:32.331Z | Downloaded rand_chacha v0.3.1 |
206 | 2025-02-24T20:58:32.333Z | Downloaded ipnet v2.10.1 |
207 | 2025-02-24T20:58:32.336Z | Downloaded getrandom v0.2.15 |
208 | 2025-02-24T20:58:32.338Z | Downloaded daft v0.1.1 |
209 | 2025-02-24T20:58:32.340Z | Downloaded rand_core v0.6.4 |
210 | 2025-02-24T20:58:32.343Z | Downloaded zerofrom-derive v0.1.4 |
211 | 2025-02-24T20:58:32.343Z | Downloaded time-core v0.1.2 |
212 | 2025-02-24T20:58:32.343Z | Downloaded slog-async v2.8.0 |
213 | 2025-02-24T20:58:32.346Z | Downloaded version_check v0.9.5 |
214 | 2025-02-24T20:58:32.346Z | Downloaded utf8_iter v1.0.4 |
215 | 2025-02-24T20:58:32.346Z | Downloaded scroll_derive v0.12.0 |
216 | 2025-02-24T20:58:32.348Z | Downloaded pest_generator v2.7.14 |
217 | 2025-02-24T20:58:32.348Z | Downloaded mime v0.3.17 |
218 | 2025-02-24T20:58:32.351Z | Downloaded quinn-udp v0.5.5 |
219 | 2025-02-24T20:58:32.351Z | Downloaded icu_locid_transform v1.5.0 |
220 | 2025-02-24T20:58:32.354Z | Downloaded progenitor v0.8.0 |
221 | 2025-02-24T20:58:32.356Z | Downloaded structmeta-derive v0.3.0 |
222 | 2025-02-24T20:58:32.356Z | Downloaded zeroize v1.8.1 |
223 | 2025-02-24T20:58:32.359Z | Downloaded tinyvec_macros v0.1.1 |
224 | 2025-02-24T20:58:32.359Z | Downloaded strum v0.26.3 |
225 | 2025-02-24T20:58:32.359Z | Downloaded futures v0.3.31 |
226 | 2025-02-24T20:58:32.364Z | Downloaded litemap v0.7.3 |
227 | 2025-02-24T20:58:32.367Z | Downloaded dropshot_endpoint v0.15.1 |
228 | 2025-02-24T20:58:32.369Z | Downloaded writeable v0.5.5 |
229 | 2025-02-24T20:58:32.373Z | Downloaded icu_locid v1.5.0 |
230 | 2025-02-24T20:58:32.377Z | Downloaded ppv-lite86 v0.2.20 |
231 | 2025-02-24T20:58:32.380Z | Downloaded tokio-rustls v0.25.0 |
232 | 2025-02-24T20:58:32.380Z | Downloaded utf16_iter v1.0.5 |
233 | 2025-02-24T20:58:32.383Z | Downloaded typify v0.2.0 |
234 | 2025-02-24T20:58:32.385Z | Downloaded allocator-api2 v0.2.18 |
235 | 2025-02-24T20:58:32.388Z | Downloaded once_cell v1.20.3 |
236 | 2025-02-24T20:58:32.390Z | Downloaded shlex v1.3.0 |
237 | 2025-02-24T20:58:32.390Z | Downloaded zerocopy-derive v0.7.35 |
238 | 2025-02-24T20:58:32.395Z | Downloaded thread_local v1.1.8 |
239 | 2025-02-24T20:58:32.397Z | Downloaded thread-id v4.2.2 |
240 | 2025-02-24T20:58:32.397Z | Downloaded thiserror v1.0.69 |
241 | 2025-02-24T20:58:32.402Z | Downloaded serde_urlencoded v0.7.1 |
242 | 2025-02-24T20:58:32.405Z | Downloaded indexmap v1.9.3 |
243 | 2025-02-24T20:58:32.407Z | Downloaded take_mut v0.2.2 |
244 | 2025-02-24T20:58:32.410Z | Downloaded log v0.4.22 |
245 | 2025-02-24T20:58:32.412Z | Downloaded tinystr v0.7.6 |
246 | 2025-02-24T20:58:32.412Z | Downloaded quote v1.0.38 |
247 | 2025-02-24T20:58:32.415Z | Downloaded icu_normalizer_data v1.5.0 |
248 | 2025-02-24T20:58:32.418Z | Downloaded structmeta v0.3.0 |
249 | 2025-02-24T20:58:32.420Z | Downloaded base64 v0.22.1 |
250 | 2025-02-24T20:58:32.423Z | Downloaded serde_spanned v0.6.8 |
251 | 2025-02-24T20:58:32.423Z | Downloaded schemars_derive v0.8.21 |
252 | 2025-02-24T20:58:32.425Z | Downloaded slog-bunyan v2.5.0 |
253 | 2025-02-24T20:58:32.428Z | Downloaded multer v3.1.0 |
254 | 2025-02-24T20:58:32.431Z | Downloaded slog-json v2.6.1 |
255 | 2025-02-24T20:58:32.431Z | Downloaded sha2 v0.10.8 |
256 | 2025-02-24T20:58:32.433Z | Downloaded unicode-ident v1.0.14 |
257 | 2025-02-24T20:58:32.436Z | Downloaded typenum v1.17.0 |
258 | 2025-02-24T20:58:32.438Z | Downloaded sha1 v0.10.6 |
259 | 2025-02-24T20:58:32.441Z | Downloaded signal-hook-registry v1.4.2 |
260 | 2025-02-24T20:58:32.441Z | Downloaded semver v1.0.25 |
261 | 2025-02-24T20:58:32.444Z | Downloaded socket2 v0.5.8 |
262 | 2025-02-24T20:58:32.446Z | Downloaded progenitor-impl v0.8.0 |
263 | 2025-02-24T20:58:32.449Z | Downloaded stable_deref_trait v1.2.0 |
264 | 2025-02-24T20:58:32.449Z | Downloaded strsim v0.11.1 |
265 | 2025-02-24T20:58:32.452Z | Downloaded bytes v1.9.0 |
266 | 2025-02-24T20:58:32.456Z | Downloaded num-traits v0.2.19 |
267 | 2025-02-24T20:58:32.459Z | Downloaded rustversion v1.0.17 |
268 | 2025-02-24T20:58:32.459Z | Downloaded hyper-util v0.1.10 |
269 | 2025-02-24T20:58:32.463Z | Downloaded time-macros v0.2.18 |
270 | 2025-02-24T20:58:32.466Z | Downloaded term v0.7.0 |
271 | 2025-02-24T20:58:32.469Z | Downloaded serde_derive v1.0.218 |
272 | 2025-02-24T20:58:32.471Z | Downloaded rustls-pki-types v1.10.0 |
273 | 2025-02-24T20:58:32.474Z | Downloaded tracing-core v0.1.32 |
274 | 2025-02-24T20:58:32.477Z | Downloaded tinyvec v1.8.0 |
275 | 2025-02-24T20:58:32.480Z | Downloaded proc-macro2 v1.0.93 |
276 | 2025-02-24T20:58:32.483Z | Downloaded rustls-pemfile v2.2.0 |
277 | 2025-02-24T20:58:32.485Z | Downloaded uuid v1.12.0 |
278 | 2025-02-24T20:58:32.488Z | Downloaded strum_macros v0.26.4 |
279 | 2025-02-24T20:58:32.491Z | Downloaded crossbeam-channel v0.5.13 |
280 | 2025-02-24T20:58:32.495Z | Downloaded slog-term v2.9.1 |
281 | 2025-02-24T20:58:32.498Z | Downloaded serde v1.0.218 |
282 | 2025-02-24T20:58:32.501Z | Downloaded serde_yaml v0.9.34+deprecated |
283 | 2025-02-24T20:58:32.504Z | Downloaded serde_with_macros v3.11.0 |
284 | 2025-02-24T20:58:32.507Z | Downloaded slog v2.7.0 |
285 | 2025-02-24T20:58:32.511Z | Downloaded ryu v1.0.18 |
286 | 2025-02-24T20:58:32.513Z | Downloaded quinn v0.11.5 |
287 | 2025-02-24T20:58:32.516Z | Downloaded url v2.5.3 |
288 | 2025-02-24T20:58:32.519Z | Downloaded toml_edit v0.22.22 |
289 | 2025-02-24T20:58:32.541Z | Downloaded time v0.3.36 |
290 | 2025-02-24T20:58:32.547Z | Downloaded memchr v2.7.4 |
291 | 2025-02-24T20:58:32.552Z | Downloaded schemars v0.8.21 |
292 | 2025-02-24T20:58:32.563Z | Downloaded mio v1.0.2 |
293 | 2025-02-24T20:58:32.568Z | Downloaded rand v0.8.5 |
294 | 2025-02-24T20:58:32.572Z | Downloaded tower v0.5.2 |
295 | 2025-02-24T20:58:32.580Z | Downloaded hashbrown v0.14.5 |
296 | 2025-02-24T20:58:32.586Z | Downloaded tokio-util v0.7.12 |
297 | 2025-02-24T20:58:32.592Z | Downloaded goblin v0.8.2 |
298 | 2025-02-24T20:58:32.598Z | Downloaded serde_with v3.11.0 |
299 | 2025-02-24T20:58:32.607Z | Downloaded hyper v1.5.2 |
300 | 2025-02-24T20:58:32.614Z | Downloaded h2 v0.4.6 |
301 | 2025-02-24T20:58:32.620Z | Downloaded reqwest v0.12.12 |
302 | 2025-02-24T20:58:32.628Z | Downloaded pest v2.7.14 |
303 | 2025-02-24T20:58:32.634Z | Downloaded icu_properties_data v1.5.0 |
304 | 2025-02-24T20:58:32.643Z | Downloaded chrono v0.4.39 |
305 | 2025-02-24T20:58:32.650Z | Downloaded zerovec v0.10.4 |
306 | 2025-02-24T20:58:32.656Z | Downloaded winnow v0.6.20 |
307 | 2025-02-24T20:58:32.665Z | Downloaded quinn-proto v0.11.8 |
308 | 2025-02-24T20:58:32.671Z | Downloaded zerocopy v0.7.35 |
309 | 2025-02-24T20:58:32.687Z | Downloaded rustls-webpki v0.102.8 |
310 | 2025-02-24T20:58:32.704Z | Downloaded vcpkg v0.2.15 |
311 | 2025-02-24T20:58:32.739Z | Downloaded rustls v0.23.19 |
312 | 2025-02-24T20:58:32.749Z | Downloaded regex v1.11.1 |
313 | 2025-02-24T20:58:32.761Z | Downloaded webpki-roots v0.26.6 |
314 | 2025-02-24T20:58:32.764Z | Downloaded regress v0.10.1 |
315 | 2025-02-24T20:58:32.772Z | Downloaded regress v0.9.1 |
316 | 2025-02-24T20:58:32.780Z | Downloaded openssl v0.10.71 |
317 | 2025-02-24T20:58:32.789Z | Downloaded syn v2.0.96 |
318 | 2025-02-24T20:58:32.799Z | Downloaded dropshot v0.15.1 |
319 | 2025-02-24T20:58:32.819Z | Downloaded aho-corasick v1.1.3 |
320 | 2025-02-24T20:58:32.824Z | Downloaded rustls v0.22.4 |
321 | 2025-02-24T20:58:32.836Z | Downloaded regex-syntax v0.8.5 |
322 | 2025-02-24T20:58:32.843Z | Downloaded openapiv3 v2.0.0 |
323 | 2025-02-24T20:58:32.853Z | Downloaded serde_json v1.0.139 |
324 | 2025-02-24T20:58:32.860Z | Downloaded futures-util v0.3.31 |
325 | 2025-02-24T20:58:32.871Z | Downloaded hashbrown v0.15.1 |
326 | 2025-02-24T20:58:32.876Z | Downloaded openssl-sys v0.9.106 |
327 | 2025-02-24T20:58:32.880Z | Downloaded tracing v0.1.40 |
328 | 2025-02-24T20:58:32.884Z | Downloaded typify-impl v0.2.0 |
329 | 2025-02-24T20:58:32.897Z | Downloaded idna v1.0.3 |
330 | 2025-02-24T20:58:32.900Z | Downloaded http v1.2.0 |
331 | 2025-02-24T20:58:32.903Z | Downloaded hashbrown v0.12.3 |
332 | 2025-02-24T20:58:32.907Z | Downloaded cc v1.2.15 |
333 | 2025-02-24T20:58:32.911Z | Downloaded icu_properties v1.5.1 |
334 | 2025-02-24T20:58:32.914Z | Downloaded darling_core v0.20.10 |
335 | 2025-02-24T20:58:32.918Z | Downloaded libc v0.2.170 |
336 | 2025-02-24T20:58:32.941Z | Downloaded scopeguard v1.2.0 |
337 | 2025-02-24T20:58:32.943Z | Downloaded spin v0.9.8 |
338 | 2025-02-24T20:58:32.946Z | Downloaded regex-automata v0.4.8 |
339 | 2025-02-24T20:58:32.959Z | Downloaded smallvec v1.14.0 |
340 | 2025-02-24T20:58:32.961Z | Downloaded powerfmt v0.2.0 |
341 | 2025-02-24T20:58:32.964Z | Downloaded pest_meta v2.7.14 |
342 | 2025-02-24T20:58:32.964Z | Downloaded indexmap v2.7.1 |
343 | 2025-02-24T20:58:32.968Z | Downloaded icu_collections v1.5.0 |
344 | 2025-02-24T20:58:32.972Z | Downloaded tokio v1.43.0 |
345 | 2025-02-24T20:58:33.007Z | Downloaded scroll v0.12.0 |
346 | 2025-02-24T20:58:33.009Z | Downloaded parking_lot v0.12.3 |
347 | 2025-02-24T20:58:33.012Z | Downloaded serde_path_to_error v0.1.16 |
348 | 2025-02-24T20:58:33.012Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2025-02-24T20:58:33.014Z | Downloaded thiserror v2.0.11 |
350 | 2025-02-24T20:58:33.018Z | Downloaded ucd-trie v0.1.7 |
351 | 2025-02-24T20:58:33.020Z | Downloaded rustc-hash v2.1.1 |
352 | 2025-02-24T20:58:33.020Z | Downloaded httparse v1.9.5 |
353 | 2025-02-24T20:58:33.023Z | Downloaded pkg-config v0.3.31 |
354 | 2025-02-24T20:58:33.023Z | Downloaded pin-project-lite v0.2.14 |
355 | 2025-02-24T20:58:33.028Z | Downloaded parking_lot_core v0.9.10 |
356 | 2025-02-24T20:58:33.030Z | Downloaded icu_provider v1.5.0 |
357 | 2025-02-24T20:58:33.033Z | Downloaded icu_locid_transform_data v1.5.0 |
358 | 2025-02-24T20:58:33.035Z | Downloaded futures-channel v0.3.31 |
359 | 2025-02-24T20:58:33.035Z | Downloaded subtle v2.6.1 |
360 | 2025-02-24T20:58:33.038Z | Downloaded thiserror-impl v2.0.11 |
361 | 2025-02-24T20:58:33.038Z | Downloaded yoke v0.7.4 |
362 | 2025-02-24T20:58:33.041Z | Downloaded slab v0.4.9 |
363 | 2025-02-24T20:58:33.041Z | Downloaded serde_derive_internals v0.29.1 |
364 | 2025-02-24T20:58:33.043Z | Downloaded pest_derive v2.7.14 |
365 | 2025-02-24T20:58:33.046Z | Downloaded tokio-rustls v0.26.0 |
366 | 2025-02-24T20:58:33.046Z | Downloaded crossbeam-utils v0.8.20 |
367 | 2025-02-24T20:58:33.048Z | Downloaded icu_normalizer v1.5.0 |
368 | 2025-02-24T20:58:33.051Z | Downloaded camino v1.1.9 |
369 | 2025-02-24T20:58:33.054Z | Downloaded native-tls v0.2.12 |
370 | 2025-02-24T20:58:33.056Z | Downloaded percent-encoding v2.3.1 |
371 | 2025-02-24T20:58:33.056Z | Downloaded displaydoc v0.2.5 |
372 | 2025-02-24T20:58:33.059Z | Downloaded progenitor-macro v0.8.0 |
373 | 2025-02-24T20:58:33.059Z | Downloaded unsafe-libyaml v0.2.11 |
374 | 2025-02-24T20:58:33.062Z | Downloaded usdt-impl v0.5.0 |
375 | 2025-02-24T20:58:33.064Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-02-24T20:58:33.082Z | Downloaded lock_api v0.4.12 |
377 | 2025-02-24T20:58:33.084Z | Downloaded darling v0.20.10 |
378 | 2025-02-24T20:58:33.087Z | Downloaded anyhow v1.0.96 |
379 | 2025-02-24T20:58:33.090Z | Downloaded newtype-uuid v1.2.1 |
380 | 2025-02-24T20:58:33.093Z | Downloaded ring v0.17.11 |
381 | 2025-02-24T20:58:33.128Z | Downloaded usdt v0.5.0 |
382 | 2025-02-24T20:58:33.131Z | Downloaded hyper-rustls v0.27.3 |
383 | 2025-02-24T20:58:33.133Z | Downloaded daft-derive v0.1.1 |
384 | 2025-02-24T20:58:33.136Z | Downloaded async-trait v0.1.86 |
385 | 2025-02-24T20:58:33.139Z | Downloaded synstructure v0.13.1 |
386 | 2025-02-24T20:58:33.139Z | Downloaded is-terminal v0.4.13 |
387 | 2025-02-24T20:58:33.139Z | Downloaded fnv v1.0.7 |
388 | 2025-02-24T20:58:33.141Z | Downloaded autocfg v1.4.0 |
389 | 2025-02-24T20:58:33.141Z | Downloaded usdt-attr-macro v0.5.0 |
390 | 2025-02-24T20:58:33.141Z | Downloaded dirs-next v2.0.0 |
391 | 2025-02-24T20:58:33.144Z | Downloaded dof v0.3.0 |
392 | 2025-02-24T20:58:33.144Z | Downloaded block-buffer v0.10.4 |
393 | 2025-02-24T20:58:33.144Z | Downloaded form_urlencoded v1.2.1 |
394 | 2025-02-24T20:58:33.147Z | Downloaded cpufeatures v0.2.14 |
395 | 2025-02-24T20:58:33.147Z | Downloaded want v0.3.1 |
396 | 2025-02-24T20:58:33.147Z | Downloaded debug-ignore v1.0.5 |
397 | 2025-02-24T20:58:33.271Z | Compiling proc-macro2 v1.0.93 |
398 | 2025-02-24T20:58:33.271Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-24T20:58:33.273Z | Compiling libc v0.2.170 |
400 | 2025-02-24T20:58:33.273Z | Checking cfg-if v1.0.0 |
401 | 2025-02-24T20:58:33.273Z | Compiling autocfg v1.4.0 |
402 | 2025-02-24T20:58:33.291Z | Compiling serde v1.0.218 |
403 | 2025-02-24T20:58:33.294Z | Compiling version_check v0.9.5 |
404 | 2025-02-24T20:58:33.294Z | Checking memchr v2.7.4 |
405 | 2025-02-24T20:58:33.388Z | Compiling serde_json v1.0.139 |
406 | 2025-02-24T20:58:33.477Z | Checking itoa v1.0.11 |
407 | 2025-02-24T20:58:33.835Z | Checking once_cell v1.20.3 |
408 | 2025-02-24T20:58:34.009Z | Compiling thiserror v1.0.69 |
409 | 2025-02-24T20:58:34.113Z | Compiling shlex v1.3.0 |
410 | 2025-02-24T20:58:34.123Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-24T20:58:34.179Z | Checking smallvec v1.14.0 |
412 | 2025-02-24T20:58:34.242Z | Compiling num-traits v0.2.19 |
413 | 2025-02-24T20:58:34.411Z | Compiling cc v1.2.15 |
414 | 2025-02-24T20:58:34.583Z | Checking bytes v1.9.0 |
415 | 2025-02-24T20:58:34.707Z | Checking ryu v1.0.18 |
416 | 2025-02-24T20:58:34.766Z | Checking getrandom v0.2.15 |
417 | 2025-02-24T20:58:34.833Z | Checking futures-core v0.3.31 |
418 | 2025-02-24T20:58:34.929Z | Compiling lock_api v0.4.12 |
419 | 2025-02-24T20:58:34.949Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-02-24T20:58:34.965Z | Compiling semver v1.0.25 |
421 | 2025-02-24T20:58:35.015Z | Checking scopeguard v1.2.0 |
422 | 2025-02-24T20:58:35.169Z | Compiling quote v1.0.38 |
423 | 2025-02-24T20:58:35.241Z | Compiling slab v0.4.9 |
424 | 2025-02-24T20:58:35.518Z | Compiling syn v2.0.96 |
425 | 2025-02-24T20:58:35.596Z | Checking futures-sink v0.3.31 |
426 | 2025-02-24T20:58:35.635Z | Compiling byteorder v1.5.0 |
427 | 2025-02-24T20:58:35.766Z | Checking signal-hook-registry v1.4.2 |
428 | 2025-02-24T20:58:35.779Z | Checking mio v1.0.2 |
429 | 2025-02-24T20:58:35.781Z | Checking parking_lot v0.12.3 |
430 | 2025-02-24T20:58:35.781Z | Checking socket2 v0.5.8 |
431 | 2025-02-24T20:58:35.825Z | Compiling ahash v0.8.11 |
432 | 2025-02-24T20:58:36.114Z | Checking log v0.4.22 |
433 | 2025-02-24T20:58:36.277Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-24T20:58:36.290Z | Checking futures-channel v0.3.31 |
435 | 2025-02-24T20:58:36.363Z | Checking equivalent v1.0.1 |
436 | 2025-02-24T20:58:36.378Z | Checking pin-utils v0.1.0 |
437 | 2025-02-24T20:58:36.390Z | Checking futures-task v0.3.31 |
438 | 2025-02-24T20:58:36.402Z | Checking fnv v1.0.7 |
439 | 2025-02-24T20:58:36.439Z | Checking futures-io v0.3.31 |
440 | 2025-02-24T20:58:36.465Z | Checking hashbrown v0.15.1 |
441 | 2025-02-24T20:58:36.482Z | Compiling vcpkg v0.2.15 |
442 | 2025-02-24T20:58:36.608Z | Checking http v1.2.0 |
443 | 2025-02-24T20:58:36.647Z | Compiling pkg-config v0.3.31 |
444 | 2025-02-24T20:58:36.721Z | Checking rustls-pki-types v1.10.0 |
445 | 2025-02-24T20:58:37.302Z | Compiling schemars v0.8.21 |
446 | 2025-02-24T20:58:37.371Z | Compiling ring v0.17.11 |
447 | 2025-02-24T20:58:37.582Z | Checking writeable v0.5.5 |
448 | 2025-02-24T20:58:37.693Z | Checking iana-time-zone v0.1.61 |
449 | 2025-02-24T20:58:37.758Z | Checking litemap v0.7.3 |
450 | 2025-02-24T20:58:37.838Z | Compiling httparse v1.9.5 |
451 | 2025-02-24T20:58:37.913Z | Compiling heck v0.5.0 |
452 | 2025-02-24T20:58:37.956Z | Compiling openssl-sys v0.9.106 |
453 | 2025-02-24T20:58:38.021Z | Checking untrusted v0.9.0 |
454 | 2025-02-24T20:58:38.084Z | Checking tracing-core v0.1.32 |
455 | 2025-02-24T20:58:38.184Z | Checking dyn-clone v1.0.18 |
456 | 2025-02-24T20:58:38.201Z | Compiling ucd-trie v0.1.7 |
457 | 2025-02-24T20:58:38.300Z | Checking atomic-waker v1.1.2 |
458 | 2025-02-24T20:58:38.328Z | Checking http-body v1.0.1 |
459 | 2025-02-24T20:58:38.509Z | Checking zeroize v1.8.1 |
460 | 2025-02-24T20:58:38.607Z | Compiling allocator-api2 v0.2.18 |
461 | 2025-02-24T20:58:38.684Z | Checking tracing v0.1.40 |
462 | 2025-02-24T20:58:38.728Z | Checking icu_locid_transform_data v1.5.0 |
463 | 2025-02-24T20:58:38.955Z | Checking try-lock v0.2.5 |
464 | 2025-02-24T20:58:39.063Z | Checking subtle v2.6.1 |
465 | 2025-02-24T20:58:39.203Z | Checking want v0.3.1 |
466 | 2025-02-24T20:58:39.246Z | Checking icu_properties_data v1.5.0 |
467 | 2025-02-24T20:58:39.275Z | Checking tower-service v0.3.3 |
468 | 2025-02-24T20:58:39.396Z | Checking foreign-types-shared v0.1.1 |
469 | 2025-02-24T20:58:39.488Z | Compiling uuid v1.12.0 |
470 | 2025-02-24T20:58:39.510Z | Compiling openssl v0.10.71 |
471 | 2025-02-24T20:58:39.586Z | Compiling chrono v0.4.39 |
472 | 2025-02-24T20:58:39.625Z | Checking httpdate v1.0.3 |
473 | 2025-02-24T20:58:39.839Z | Checking foreign-types v0.3.2 |
474 | 2025-02-24T20:58:39.903Z | Compiling native-tls v0.2.12 |
475 | 2025-02-24T20:58:39.915Z | Checking percent-encoding v2.3.1 |
476 | 2025-02-24T20:58:39.989Z | Compiling rustls v0.23.19 |
477 | 2025-02-24T20:58:40.102Z | Checking icu_normalizer_data v1.5.0 |
478 | 2025-02-24T20:58:40.186Z | Checking write16 v1.0.0 |
479 | 2025-02-24T20:58:40.205Z | Compiling slog v2.7.0 |
480 | 2025-02-24T20:58:40.267Z | Checking bitflags v2.6.0 |
481 | 2025-02-24T20:58:40.280Z | Checking utf8_iter v1.0.4 |
482 | 2025-02-24T20:58:40.302Z | Checking utf16_iter v1.0.5 |
483 | 2025-02-24T20:58:40.445Z | Checking form_urlencoded v1.2.1 |
484 | 2025-02-24T20:58:40.478Z | Compiling aho-corasick v1.1.3 |
485 | 2025-02-24T20:58:40.677Z | Compiling typenum v1.17.0 |
486 | 2025-02-24T20:58:41.139Z | Checking openssl-probe v0.1.5 |
487 | 2025-02-24T20:58:41.152Z | Compiling regex-syntax v0.8.5 |
488 | 2025-02-24T20:58:41.534Z | Compiling generic-array v0.14.7 |
489 | 2025-02-24T20:58:41.724Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-24T20:58:41.861Z | Checking mime v0.3.17 |
491 | 2025-02-24T20:58:42.183Z | Compiling synstructure v0.13.1 |
492 | 2025-02-24T20:58:42.253Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-24T20:58:44.109Z | Checking rustls-pemfile v2.2.0 |
494 | 2025-02-24T20:58:44.153Z | Checking webpki-roots v0.26.6 |
495 | 2025-02-24T20:58:44.316Z | Checking sync_wrapper v1.0.1 |
496 | 2025-02-24T20:58:44.583Z | Compiling usdt-impl v0.5.0 |
497 | 2025-02-24T20:58:44.917Z | Compiling regex-automata v0.4.8 |
498 | 2025-02-24T20:58:44.981Z | Checking base64 v0.22.1 |
499 | 2025-02-24T20:58:44.983Z | Checking tower-layer v0.3.3 |
500 | 2025-02-24T20:58:45.085Z | Checking powerfmt v0.2.0 |
501 | 2025-02-24T20:58:45.252Z | Compiling time-core v0.1.2 |
502 | 2025-02-24T20:58:45.421Z | Compiling num-conv v0.1.0 |
503 | 2025-02-24T20:58:45.450Z | Checking deranged v0.3.11 |
504 | 2025-02-24T20:58:45.667Z | Compiling time-macros v0.2.18 |
505 | 2025-02-24T20:58:46.235Z | Compiling serde_derive v1.0.218 |
506 | 2025-02-24T20:58:46.405Z | Compiling zerocopy-derive v0.7.35 |
507 | 2025-02-24T20:58:46.677Z | Compiling thiserror-impl v1.0.69 |
508 | 2025-02-24T20:58:46.715Z | Compiling tokio-macros v2.5.0 |
509 | 2025-02-24T20:58:47.039Z | Compiling schemars_derive v0.8.21 |
510 | 2025-02-24T20:58:48.123Z | Compiling zerofrom-derive v0.1.4 |
511 | 2025-02-24T20:58:48.200Z | Compiling zerocopy v0.7.35 |
512 | 2025-02-24T20:58:48.589Z | Checking tokio v1.43.0 |
513 | 2025-02-24T20:58:49.407Z | Compiling yoke-derive v0.7.4 |
514 | 2025-02-24T20:58:49.523Z | Compiling futures-macro v0.3.31 |
515 | 2025-02-24T20:58:49.634Z | Compiling zerovec-derive v0.10.3 |
516 | 2025-02-24T20:58:49.723Z | Compiling displaydoc v0.2.5 |
517 | 2025-02-24T20:58:51.140Z | Checking zerofrom v0.1.4 |
518 | 2025-02-24T20:58:51.177Z | Compiling icu_provider_macros v1.5.0 |
519 | 2025-02-24T20:58:51.272Z | Checking futures-util v0.3.31 |
520 | 2025-02-24T20:58:51.343Z | Compiling pest v2.7.14 |
521 | 2025-02-24T20:58:51.747Z | Checking yoke v0.7.4 |
522 | 2025-02-24T20:58:51.866Z | Checking rustls-webpki v0.102.8 |
523 | 2025-02-24T20:58:51.918Z | Compiling hashbrown v0.14.5 |
524 | 2025-02-24T20:58:52.059Z | Checking zerovec v0.10.4 |
525 | 2025-02-24T20:58:52.252Z | Compiling openssl-macros v0.1.1 |
526 | 2025-02-24T20:58:53.034Z | Compiling regress v0.10.1 |
527 | 2025-02-24T20:58:53.539Z | Checking tinystr v0.7.6 |
528 | 2025-02-24T20:58:53.854Z | Checking icu_locid v1.5.0 |
529 | 2025-02-24T20:58:54.280Z | Compiling pest_meta v2.7.14 |
530 | 2025-02-24T20:58:54.854Z | Checking icu_provider v1.5.0 |
531 | 2025-02-24T20:58:55.068Z | Checking tokio-util v0.7.12 |
532 | 2025-02-24T20:58:55.451Z | Checking icu_locid_transform v1.5.0 |
533 | 2025-02-24T20:58:55.585Z | Checking icu_collections v1.5.0 |
534 | 2025-02-24T20:58:55.888Z | Compiling pest_generator v2.7.14 |
535 | 2025-02-24T20:58:56.232Z | Checking http-body-util v0.1.2 |
536 | 2025-02-24T20:58:56.404Z | Checking icu_properties v1.5.1 |
537 | 2025-02-24T20:58:57.521Z | Checking indexmap v2.7.1 |
538 | 2025-02-24T20:58:58.112Z | Compiling serde_tokenstream v0.2.2 |
539 | 2025-02-24T20:58:58.202Z | Compiling pest_derive v2.7.14 |
540 | 2025-02-24T20:58:58.679Z | Checking h2 v0.4.6 |
541 | 2025-02-24T20:58:58.937Z | Checking tokio-native-tls v0.3.1 |
542 | 2025-02-24T20:58:59.076Z | Checking serde_urlencoded v0.7.1 |
543 | 2025-02-24T20:58:59.184Z | Compiling regex v1.11.1 |
544 | 2025-02-24T20:58:59.476Z | Compiling scroll_derive v0.12.0 |
545 | 2025-02-24T20:58:59.581Z | Checking icu_normalizer v1.5.0 |
546 | 2025-02-24T20:59:00.065Z | Compiling dof v0.3.0 |
547 | 2025-02-24T20:59:00.342Z | Compiling dtrace-parser v0.2.0 |
548 | 2025-02-24T20:59:00.355Z | Checking idna_adapter v1.2.0 |
549 | 2025-02-24T20:59:00.530Z | Checking idna v1.0.3 |
550 | 2025-02-24T20:59:00.813Z | Checking scroll v0.12.0 |
551 | 2025-02-24T20:59:01.028Z | Checking url v2.5.3 |
552 | 2025-02-24T20:59:01.151Z | Checking tower v0.5.2 |
553 | 2025-02-24T20:59:01.819Z | Compiling typify-impl v0.2.0 |
554 | 2025-02-24T20:59:01.833Z | Compiling thread-id v4.2.2 |
555 | 2025-02-24T20:59:01.962Z | Compiling paste v1.0.15 |
556 | 2025-02-24T20:59:02.219Z | Compiling strsim v0.11.1 |
557 | 2025-02-24T20:59:02.713Z | Compiling ident_case v1.0.1 |
558 | 2025-02-24T20:59:02.752Z | Checking hyper v1.5.2 |
559 | 2025-02-24T20:59:02.878Z | Compiling crossbeam-utils v0.8.20 |
560 | 2025-02-24T20:59:02.883Z | Checking ipnet v2.10.1 |
561 | 2025-02-24T20:59:03.266Z | Checking tokio-rustls v0.26.0 |
562 | 2025-02-24T20:59:03.320Z | Checking plain v0.2.3 |
563 | 2025-02-24T20:59:03.406Z | Checking num_threads v0.1.7 |
564 | 2025-02-24T20:59:03.529Z | Checking time v0.3.36 |
565 | 2025-02-24T20:59:03.618Z | Checking goblin v0.8.2 |
566 | 2025-02-24T20:59:04.622Z | Checking hyper-util v0.1.10 |
567 | 2025-02-24T20:59:05.106Z | Compiling darling_core v0.20.10 |
568 | 2025-02-24T20:59:05.977Z | Compiling openapiv3 v2.0.0 |
569 | 2025-02-24T20:59:06.222Z | Checking hyper-tls v0.6.0 |
570 | 2025-02-24T20:59:06.270Z | Checking hyper-rustls v0.27.3 |
571 | 2025-02-24T20:59:06.497Z | Checking dirs-sys-next v0.1.2 |
572 | 2025-02-24T20:59:06.578Z | Checking reqwest v0.12.12 |
573 | 2025-02-24T20:59:06.676Z | Compiling newtype-uuid v1.2.1 |
574 | 2025-02-24T20:59:07.004Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2025-02-24T20:59:07.037Z | Compiling rustversion v1.0.17 |
576 | 2025-02-24T20:59:07.693Z | Compiling omicron-workspace-hack v0.1.0 |
577 | 2025-02-24T20:59:08.027Z | Checking pretty-hex v0.4.1 |
578 | 2025-02-24T20:59:08.040Z | Compiling rustls v0.22.4 |
579 | 2025-02-24T20:59:08.377Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2025-02-24T20:59:08.452Z | Checking dirs-next v2.0.0 |
581 | 2025-02-24T20:59:09.074Z | Checking ipnetwork v0.21.1 |
582 | 2025-02-24T20:59:09.437Z | Checking toml_datetime v0.6.8 |
583 | 2025-02-24T20:59:09.697Z | Checking serde_spanned v0.6.8 |
584 | 2025-02-24T20:59:09.720Z | Checking ppv-lite86 v0.2.20 |
585 | 2025-02-24T20:59:09.732Z | Checking crypto-common v0.1.6 |
586 | 2025-02-24T20:59:09.747Z | Checking block-buffer v0.10.4 |
587 | 2025-02-24T20:59:09.749Z | Compiling structmeta-derive v0.3.0 |
588 | 2025-02-24T20:59:09.883Z | Checking rand_core v0.6.4 |
589 | 2025-02-24T20:59:09.956Z | Checking thread_local v1.1.8 |
590 | 2025-02-24T20:59:10.003Z | Compiling multer v3.1.0 |
591 | 2025-02-24T20:59:10.124Z | Compiling darling_macro v0.20.10 |
592 | 2025-02-24T20:59:10.183Z | Compiling camino v1.1.9 |
593 | 2025-02-24T20:59:10.231Z | Checking match_cfg v0.1.0 |
594 | 2025-02-24T20:59:10.321Z | Compiling anyhow v1.0.96 |
595 | 2025-02-24T20:59:10.354Z | Compiling thiserror v2.0.11 |
596 | 2025-02-24T20:59:10.382Z | Compiling slog-async v2.8.0 |
597 | 2025-02-24T20:59:10.777Z | Checking winnow v0.6.20 |
598 | 2025-02-24T20:59:11.006Z | Checking rand_chacha v0.3.1 |
599 | 2025-02-24T20:59:11.060Z | Compiling darling v0.20.10 |
600 | 2025-02-24T20:59:11.223Z | Checking hostname v0.3.1 |
601 | 2025-02-24T20:59:11.278Z | Checking digest v0.10.7 |
602 | 2025-02-24T20:59:11.336Z | Checking crossbeam-channel v0.5.13 |
603 | 2025-02-24T20:59:11.352Z | Checking oxnet v0.1.0 |
604 | 2025-02-24T20:59:11.462Z | Checking term v0.7.0 |
605 | 2025-02-24T20:59:11.844Z | Checking progenitor-client v0.8.0 |
606 | 2025-02-24T20:59:11.857Z | Compiling usdt-attr-macro v0.5.0 |
607 | 2025-02-24T20:59:12.002Z | Compiling usdt-macro v0.5.0 |
608 | 2025-02-24T20:59:12.079Z | Compiling structmeta v0.3.0 |
609 | 2025-02-24T20:59:12.123Z | Checking slog-json v2.6.1 |
610 | 2025-02-24T20:59:12.384Z | Checking futures-executor v0.3.31 |
611 | 2025-02-24T20:59:12.432Z | Compiling async-stream-impl v0.3.6 |
612 | 2025-02-24T20:59:12.607Z | Compiling daft-derive v0.1.1 |
613 | 2025-02-24T20:59:12.846Z | Compiling typify-macro v0.2.0 |
614 | 2025-02-24T20:59:12.915Z | Compiling thiserror-impl v2.0.11 |
615 | 2025-02-24T20:59:13.196Z | Checking memmap v0.7.0 |
616 | 2025-02-24T20:59:13.210Z | Checking is-terminal v0.4.13 |
617 | 2025-02-24T20:59:13.323Z | Compiling dropshot v0.15.1 |
618 | 2025-02-24T20:59:13.411Z | Checking cpufeatures v0.2.14 |
619 | 2025-02-24T20:59:13.498Z | Checking take_mut v0.2.2 |
620 | 2025-02-24T20:59:13.509Z | Checking toml_edit v0.22.22 |
621 | 2025-02-24T20:59:13.614Z | Checking spin v0.9.8 |
622 | 2025-02-24T20:59:13.743Z | Checking async-stream v0.3.6 |
623 | 2025-02-24T20:59:13.932Z | Checking sha1 v0.10.6 |
624 | 2025-02-24T20:59:13.932Z | Checking usdt v0.5.0 |
625 | 2025-02-24T20:59:14.026Z | Checking daft v0.1.1 |
626 | 2025-02-24T20:59:14.172Z | Checking slog-term v2.9.1 |
627 | 2025-02-24T20:59:14.176Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-24T20:59:14.203Z | Checking futures v0.3.31 |
629 | 2025-02-24T20:59:14.299Z | Compiling parse-display-derive v0.10.0 |
630 | 2025-02-24T20:59:14.422Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-24T20:59:14.590Z | Checking rand v0.8.5 |
632 | 2025-02-24T20:59:14.978Z | Checking tokio-rustls v0.25.0 |
633 | 2025-02-24T20:59:15.015Z | Compiling serde_with_macros v3.11.0 |
634 | 2025-02-24T20:59:15.753Z | Compiling dropshot_endpoint v0.15.1 |
635 | 2025-02-24T20:59:15.817Z | Checking hex v0.4.3 |
636 | 2025-02-24T20:59:15.854Z | Checking serde_path_to_error v0.1.16 |
637 | 2025-02-24T20:59:16.033Z | Compiling typify v0.2.0 |
638 | 2025-02-24T20:59:16.165Z | Compiling progenitor-impl v0.8.0 |
639 | 2025-02-24T20:59:16.264Z | Checking toml v0.8.19 |
640 | 2025-02-24T20:59:16.423Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2025-02-24T20:59:16.940Z | Compiling async-trait v0.1.86 |
642 | 2025-02-24T20:59:17.238Z | Checking waitgroup v0.1.2 |
643 | 2025-02-24T20:59:17.322Z | Checking hostname v0.4.0 |
644 | 2025-02-24T20:59:17.376Z | Checking instant v0.1.13 |
645 | 2025-02-24T20:59:17.454Z | Checking debug-ignore v1.0.5 |
646 | 2025-02-24T20:59:17.482Z | Checking backoff v0.4.0 |
647 | 2025-02-24T20:59:17.582Z | Checking serde_with v3.11.0 |
648 | 2025-02-24T20:59:17.666Z | Checking parse-display v0.10.0 |
649 | 2025-02-24T20:59:17.778Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
650 | 2025-02-24T20:59:17.906Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
651 | 2025-02-24T20:59:17.916Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
652 | 2025-02-24T20:59:18.053Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-24T20:59:18.100Z | Checking strum v0.26.3 |
654 | 2025-02-24T20:59:18.204Z | Checking progenitor-client v0.9.1 |
655 | 2025-02-24T20:59:18.261Z | Checking regress v0.9.1 |
656 | 2025-02-24T20:59:18.427Z | Checking macaddr v1.0.1 |
657 | 2025-02-24T20:59:19.478Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-24T20:59:22.918Z | Checking progenitor v0.8.0 |
659 | 2025-02-24T20:59:23.021Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-24T20:59:25.687Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-24T20:59:32.969Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-24T20:59:33.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
663 | 2025-02-24T20:59:33.159Z | + cargo build --release |
664 | 2025-02-24T20:59:33.414Z | Compiling proc-macro2 v1.0.93 |
665 | 2025-02-24T20:59:33.414Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-24T20:59:33.422Z | Compiling libc v0.2.170 |
667 | 2025-02-24T20:59:33.422Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-24T20:59:33.422Z | Compiling autocfg v1.4.0 |
669 | 2025-02-24T20:59:33.422Z | Compiling serde v1.0.218 |
670 | 2025-02-24T20:59:33.422Z | Compiling version_check v0.9.5 |
671 | 2025-02-24T20:59:33.460Z | Compiling memchr v2.7.4 |
672 | 2025-02-24T20:59:33.537Z | Compiling serde_json v1.0.139 |
673 | 2025-02-24T20:59:33.613Z | Compiling itoa v1.0.11 |
674 | 2025-02-24T20:59:33.885Z | Compiling thiserror v1.0.69 |
675 | 2025-02-24T20:59:33.980Z | Compiling once_cell v1.20.3 |
676 | 2025-02-24T20:59:34.004Z | Compiling shlex v1.3.0 |
677 | 2025-02-24T20:59:34.209Z | Compiling pin-project-lite v0.2.14 |
678 | 2025-02-24T20:59:34.310Z | Compiling cc v1.2.15 |
679 | 2025-02-24T20:59:34.371Z | Compiling num-traits v0.2.19 |
680 | 2025-02-24T20:59:34.415Z | Compiling smallvec v1.14.0 |
681 | 2025-02-24T20:59:34.724Z | Compiling getrandom v0.2.15 |
682 | 2025-02-24T20:59:34.861Z | Compiling ryu v1.0.18 |
683 | 2025-02-24T20:59:34.872Z | Compiling bytes v1.9.0 |
684 | 2025-02-24T20:59:35.067Z | Compiling quote v1.0.38 |
685 | 2025-02-24T20:59:35.098Z | Compiling futures-core v0.3.31 |
686 | 2025-02-24T20:59:35.338Z | Compiling semver v1.0.25 |
687 | 2025-02-24T20:59:35.394Z | Compiling lock_api v0.4.12 |
688 | 2025-02-24T20:59:35.443Z | Compiling syn v2.0.96 |
689 | 2025-02-24T20:59:35.578Z | Compiling parking_lot_core v0.9.10 |
690 | 2025-02-24T20:59:35.629Z | Compiling scopeguard v1.2.0 |
691 | 2025-02-24T20:59:35.818Z | Compiling slab v0.4.9 |
692 | 2025-02-24T20:59:35.977Z | Compiling ahash v0.8.11 |
693 | 2025-02-24T20:59:36.194Z | Compiling futures-sink v0.3.31 |
694 | 2025-02-24T20:59:36.307Z | Compiling byteorder v1.5.0 |
695 | 2025-02-24T20:59:36.351Z | Compiling socket2 v0.5.8 |
696 | 2025-02-24T20:59:36.359Z | Compiling signal-hook-registry v1.4.2 |
697 | 2025-02-24T20:59:36.457Z | Compiling parking_lot v0.12.3 |
698 | 2025-02-24T20:59:36.683Z | Compiling mio v1.0.2 |
699 | 2025-02-24T20:59:36.746Z | Compiling log v0.4.22 |
700 | 2025-02-24T20:59:37.180Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-24T20:59:37.278Z | Compiling ring v0.17.11 |
702 | 2025-02-24T20:59:37.286Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-24T20:59:37.403Z | Compiling futures-task v0.3.31 |
704 | 2025-02-24T20:59:37.683Z | Compiling hashbrown v0.15.1 |
705 | 2025-02-24T20:59:37.719Z | Compiling equivalent v1.0.1 |
706 | 2025-02-24T20:59:37.832Z | Compiling pin-utils v0.1.0 |
707 | 2025-02-24T20:59:37.839Z | Compiling fnv v1.0.7 |
708 | 2025-02-24T20:59:37.921Z | Compiling futures-io v0.3.31 |
709 | 2025-02-24T20:59:37.973Z | Compiling http v1.2.0 |
710 | 2025-02-24T20:59:38.238Z | Compiling rustls-pki-types v1.10.0 |
711 | 2025-02-24T20:59:38.260Z | Compiling vcpkg v0.2.15 |
712 | 2025-02-24T20:59:38.262Z | Compiling pkg-config v0.3.31 |
713 | 2025-02-24T20:59:39.070Z | Compiling litemap v0.7.3 |
714 | 2025-02-24T20:59:39.299Z | Compiling heck v0.5.0 |
715 | 2025-02-24T20:59:39.491Z | Compiling iana-time-zone v0.1.61 |
716 | 2025-02-24T20:59:39.596Z | Compiling openssl-sys v0.9.106 |
717 | 2025-02-24T20:59:39.662Z | Compiling schemars v0.8.21 |
718 | 2025-02-24T20:59:39.951Z | Compiling untrusted v0.9.0 |
719 | 2025-02-24T20:59:40.052Z | Compiling writeable v0.5.5 |
720 | 2025-02-24T20:59:40.133Z | Compiling httparse v1.9.5 |
721 | 2025-02-24T20:59:40.537Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-24T20:59:40.666Z | Compiling ucd-trie v0.1.7 |
723 | 2025-02-24T20:59:40.850Z | Compiling atomic-waker v1.1.2 |
724 | 2025-02-24T20:59:40.866Z | Compiling dyn-clone v1.0.18 |
725 | 2025-02-24T20:59:41.079Z | Compiling http-body v1.0.1 |
726 | 2025-02-24T20:59:41.321Z | Compiling tracing v0.1.40 |
727 | 2025-02-24T20:59:41.438Z | Compiling zeroize v1.8.1 |
728 | 2025-02-24T20:59:41.772Z | Compiling try-lock v0.2.5 |
729 | 2025-02-24T20:59:41.935Z | Compiling allocator-api2 v0.2.18 |
730 | 2025-02-24T20:59:41.993Z | Compiling subtle v2.6.1 |
731 | 2025-02-24T20:59:42.275Z | Compiling icu_locid_transform_data v1.5.0 |
732 | 2025-02-24T20:59:42.345Z | Compiling want v0.3.1 |
733 | 2025-02-24T20:59:42.368Z | Compiling uuid v1.12.0 |
734 | 2025-02-24T20:59:42.530Z | Compiling synstructure v0.13.1 |
735 | 2025-02-24T20:59:42.614Z | Compiling serde_derive_internals v0.29.1 |
736 | 2025-02-24T20:59:42.617Z | Compiling chrono v0.4.39 |
737 | 2025-02-24T20:59:42.901Z | Compiling openssl v0.10.71 |
738 | 2025-02-24T20:59:42.917Z | Compiling httpdate v1.0.3 |
739 | 2025-02-24T20:59:43.487Z | Compiling tower-service v0.3.3 |
740 | 2025-02-24T20:59:43.579Z | Compiling icu_properties_data v1.5.0 |
741 | 2025-02-24T20:59:43.607Z | Compiling foreign-types-shared v0.1.1 |
742 | 2025-02-24T20:59:43.716Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-24T20:59:43.874Z | Compiling icu_normalizer_data v1.5.0 |
744 | 2025-02-24T20:59:43.973Z | Compiling percent-encoding v2.3.1 |
745 | 2025-02-24T20:59:44.340Z | Compiling utf16_iter v1.0.5 |
746 | 2025-02-24T20:59:44.445Z | Compiling native-tls v0.2.12 |
747 | 2025-02-24T20:59:44.507Z | Compiling slog v2.7.0 |
748 | 2025-02-24T20:59:44.573Z | Compiling write16 v1.0.0 |
749 | 2025-02-24T20:59:44.706Z | Compiling utf8_iter v1.0.4 |
750 | 2025-02-24T20:59:44.847Z | Compiling bitflags v2.6.0 |
751 | 2025-02-24T20:59:45.004Z | Compiling rustls v0.23.19 |
752 | 2025-02-24T20:59:45.134Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-24T20:59:45.360Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-24T20:59:45.468Z | Compiling regex-syntax v0.8.5 |
755 | 2025-02-24T20:59:45.620Z | Compiling typenum v1.17.0 |
756 | 2025-02-24T20:59:46.320Z | Compiling serde_derive v1.0.218 |
757 | 2025-02-24T20:59:46.378Z | Compiling zerocopy-derive v0.7.35 |
758 | 2025-02-24T20:59:46.538Z | Compiling thiserror-impl v1.0.69 |
759 | 2025-02-24T20:59:47.878Z | Compiling tokio-macros v2.5.0 |
760 | 2025-02-24T20:59:47.962Z | Compiling zerofrom-derive v0.1.4 |
761 | 2025-02-24T20:59:48.244Z | Compiling zerocopy v0.7.35 |
762 | 2025-02-24T20:59:48.940Z | Compiling schemars_derive v0.8.21 |
763 | 2025-02-24T20:59:49.331Z | Compiling tokio v1.43.0 |
764 | 2025-02-24T20:59:49.593Z | Compiling yoke-derive v0.7.4 |
765 | 2025-02-24T20:59:50.620Z | Compiling zerovec-derive v0.10.3 |
766 | 2025-02-24T20:59:50.635Z | Compiling futures-macro v0.3.31 |
767 | 2025-02-24T20:59:50.983Z | Compiling zerofrom v0.1.4 |
768 | 2025-02-24T20:59:51.208Z | Compiling displaydoc v0.2.5 |
769 | 2025-02-24T20:59:51.966Z | Compiling yoke v0.7.4 |
770 | 2025-02-24T20:59:52.325Z | Compiling icu_provider_macros v1.5.0 |
771 | 2025-02-24T20:59:52.372Z | Compiling futures-util v0.3.31 |
772 | 2025-02-24T20:59:52.909Z | Compiling zerovec v0.10.4 |
773 | 2025-02-24T20:59:52.936Z | Compiling pest v2.7.14 |
774 | 2025-02-24T20:59:55.756Z | Compiling tinystr v0.7.6 |
775 | 2025-02-24T20:59:55.892Z | Compiling rustls-webpki v0.102.8 |
776 | 2025-02-24T20:59:56.154Z | Compiling icu_locid v1.5.0 |
777 | 2025-02-24T20:59:58.372Z | Compiling tokio-util v0.7.12 |
778 | 2025-02-24T21:00:00.440Z | Compiling indexmap v2.7.1 |
779 | 2025-02-24T21:00:00.544Z | Compiling serde_tokenstream v0.2.2 |
780 | 2025-02-24T21:00:02.445Z | Compiling icu_provider v1.5.0 |
781 | 2025-02-24T21:00:02.899Z | Compiling h2 v0.4.6 |
782 | 2025-02-24T21:00:03.012Z | Compiling pest_meta v2.7.14 |
783 | 2025-02-24T21:00:03.586Z | Compiling icu_locid_transform v1.5.0 |
784 | 2025-02-24T21:00:04.766Z | Compiling icu_collections v1.5.0 |
785 | 2025-02-24T21:00:06.512Z | Compiling hashbrown v0.14.5 |
786 | 2025-02-24T21:00:07.454Z | Compiling icu_properties v1.5.1 |
787 | 2025-02-24T21:00:07.822Z | Compiling regress v0.10.1 |
788 | 2025-02-24T21:00:09.331Z | Compiling hyper v1.5.2 |
789 | 2025-02-24T21:00:09.546Z | Compiling pest_generator v2.7.14 |
790 | 2025-02-24T21:00:12.162Z | Compiling openssl-macros v0.1.1 |
791 | 2025-02-24T21:00:13.697Z | Compiling typify-impl v0.2.0 |
792 | 2025-02-24T21:00:14.063Z | Compiling hyper-util v0.1.10 |
793 | 2025-02-24T21:00:16.573Z | Compiling icu_normalizer v1.5.0 |
794 | 2025-02-24T21:00:18.199Z | Compiling pest_derive v2.7.14 |
795 | 2025-02-24T21:00:19.118Z | Compiling openssl-probe v0.1.5 |
796 | 2025-02-24T21:00:19.839Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-24T21:00:20.076Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-24T21:00:20.339Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-24T21:00:21.106Z | Compiling generic-array v0.14.7 |
800 | 2025-02-24T21:00:21.488Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-24T21:00:21.976Z | Compiling mime v0.3.17 |
802 | 2025-02-24T21:00:23.492Z | Compiling typify-macro v0.2.0 |
803 | 2025-02-24T21:00:24.009Z | Compiling idna v1.0.3 |
804 | 2025-02-24T21:00:24.953Z | Compiling regex v1.11.1 |
805 | 2025-02-24T21:00:25.834Z | Compiling tokio-native-tls v0.3.1 |
806 | 2025-02-24T21:00:26.127Z | Compiling tokio-rustls v0.26.0 |
807 | 2025-02-24T21:00:26.394Z | Compiling serde_urlencoded v0.7.1 |
808 | 2025-02-24T21:00:26.554Z | Compiling scroll_derive v0.12.0 |
809 | 2025-02-24T21:00:26.845Z | Compiling webpki-roots v0.26.6 |
810 | 2025-02-24T21:00:26.950Z | Compiling rustls-pemfile v2.2.0 |
811 | 2025-02-24T21:00:27.014Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-24T21:00:27.165Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-24T21:00:27.415Z | Compiling base64 v0.22.1 |
814 | 2025-02-24T21:00:27.566Z | Compiling tower-layer v0.3.3 |
815 | 2025-02-24T21:00:27.944Z | Compiling powerfmt v0.2.0 |
816 | 2025-02-24T21:00:28.405Z | Compiling time-core v0.1.2 |
817 | 2025-02-24T21:00:28.458Z | Compiling num-conv v0.1.0 |
818 | 2025-02-24T21:00:28.567Z | Compiling deranged v0.3.11 |
819 | 2025-02-24T21:00:28.729Z | Compiling time-macros v0.2.18 |
820 | 2025-02-24T21:00:29.426Z | Compiling scroll v0.12.0 |
821 | 2025-02-24T21:00:29.992Z | Compiling tower v0.5.2 |
822 | 2025-02-24T21:00:30.399Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-24T21:00:30.894Z | Compiling hyper-tls v0.6.0 |
824 | 2025-02-24T21:00:31.396Z | Compiling url v2.5.3 |
825 | 2025-02-24T21:00:32.554Z | Compiling thread-id v4.2.2 |
826 | 2025-02-24T21:00:32.658Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-24T21:00:34.089Z | Compiling dof v0.3.0 |
828 | 2025-02-24T21:00:35.855Z | Compiling plain v0.2.3 |
829 | 2025-02-24T21:00:36.194Z | Compiling ident_case v1.0.1 |
830 | 2025-02-24T21:00:36.368Z | Compiling paste v1.0.15 |
831 | 2025-02-24T21:00:36.867Z | Compiling strsim v0.11.1 |
832 | 2025-02-24T21:00:37.730Z | Compiling ipnet v2.10.1 |
833 | 2025-02-24T21:00:38.479Z | Compiling omicron-workspace-hack v0.1.0 |
834 | 2025-02-24T21:00:39.996Z | Compiling crossbeam-utils v0.8.20 |
835 | 2025-02-24T21:00:40.529Z | Compiling num_threads v0.1.7 |
836 | 2025-02-24T21:00:40.652Z | Compiling time v0.3.36 |
837 | 2025-02-24T21:00:41.002Z | Compiling reqwest v0.12.12 |
838 | 2025-02-24T21:00:44.552Z | Compiling darling_core v0.20.10 |
839 | 2025-02-24T21:00:46.221Z | Compiling goblin v0.8.2 |
840 | 2025-02-24T21:00:49.758Z | Compiling typify v0.2.0 |
841 | 2025-02-24T21:00:49.881Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-24T21:00:51.130Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-24T21:00:52.602Z | Compiling newtype-uuid v1.2.1 |
844 | 2025-02-24T21:00:52.996Z | Compiling rustls v0.22.4 |
845 | 2025-02-24T21:00:53.352Z | Compiling pretty-hex v0.4.1 |
846 | 2025-02-24T21:00:53.596Z | Compiling unsafe-libyaml v0.2.11 |
847 | 2025-02-24T21:00:53.773Z | Compiling rustversion v1.0.17 |
848 | 2025-02-24T21:00:55.155Z | Compiling serde_yaml v0.9.34+deprecated |
849 | 2025-02-24T21:00:56.638Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-24T21:00:58.564Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-24T21:00:58.822Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-24T21:01:00.771Z | Compiling block-buffer v0.10.4 |
853 | 2025-02-24T21:01:01.010Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-24T21:01:01.234Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-24T21:01:02.215Z | Compiling serde_spanned v0.6.8 |
856 | 2025-02-24T21:01:02.356Z | Compiling toml_datetime v0.6.8 |
857 | 2025-02-24T21:01:02.577Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-24T21:01:03.046Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-24T21:01:03.272Z | Compiling rand_core v0.6.4 |
860 | 2025-02-24T21:01:03.417Z | Compiling thread_local v1.1.8 |
861 | 2025-02-24T21:01:03.743Z | Compiling multer v3.1.0 |
862 | 2025-02-24T21:01:04.113Z | Compiling thiserror v2.0.11 |
863 | 2025-02-24T21:01:04.155Z | Compiling camino v1.1.9 |
864 | 2025-02-24T21:01:04.726Z | Compiling match_cfg v0.1.0 |
865 | 2025-02-24T21:01:04.749Z | Compiling anyhow v1.0.96 |
866 | 2025-02-24T21:01:04.813Z | Compiling slog-async v2.8.0 |
867 | 2025-02-24T21:01:05.320Z | Compiling winnow v0.6.20 |
868 | 2025-02-24T21:01:05.489Z | Compiling structmeta v0.3.0 |
869 | 2025-02-24T21:01:05.702Z | Compiling hostname v0.3.1 |
870 | 2025-02-24T21:01:05.892Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-24T21:01:06.115Z | Compiling progenitor-macro v0.8.0 |
872 | 2025-02-24T21:01:06.157Z | Compiling oxnet v0.1.0 |
873 | 2025-02-24T21:01:07.550Z | Compiling crossbeam-channel v0.5.13 |
874 | 2025-02-24T21:01:09.129Z | Compiling toml_edit v0.22.22 |
875 | 2025-02-24T21:01:09.586Z | Compiling digest v0.10.7 |
876 | 2025-02-24T21:01:09.961Z | Compiling darling v0.20.10 |
877 | 2025-02-24T21:01:10.078Z | Compiling term v0.7.0 |
878 | 2025-02-24T21:01:15.751Z | Compiling usdt-attr-macro v0.5.0 |
879 | 2025-02-24T21:01:16.566Z | Compiling usdt-macro v0.5.0 |
880 | 2025-02-24T21:01:16.815Z | Compiling progenitor-client v0.8.0 |
881 | 2025-02-24T21:01:17.175Z | Compiling slog-json v2.6.1 |
882 | 2025-02-24T21:01:17.650Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-24T21:01:17.716Z | Compiling thiserror-impl v2.0.11 |
884 | 2025-02-24T21:01:17.794Z | Compiling async-stream-impl v0.3.6 |
885 | 2025-02-24T21:01:18.711Z | Compiling daft-derive v0.1.1 |
886 | 2025-02-24T21:01:19.079Z | Compiling memmap v0.7.0 |
887 | 2025-02-24T21:01:19.488Z | Compiling is-terminal v0.4.13 |
888 | 2025-02-24T21:01:19.615Z | Compiling dropshot v0.15.1 |
889 | 2025-02-24T21:01:19.979Z | Compiling spin v0.9.8 |
890 | 2025-02-24T21:01:20.166Z | Compiling take_mut v0.2.2 |
891 | 2025-02-24T21:01:20.213Z | Compiling cpufeatures v0.2.14 |
892 | 2025-02-24T21:01:20.335Z | Compiling sha1 v0.10.6 |
893 | 2025-02-24T21:01:20.657Z | Compiling daft v0.1.1 |
894 | 2025-02-24T21:01:21.183Z | Compiling slog-term v2.9.1 |
895 | 2025-02-24T21:01:22.057Z | Compiling usdt v0.5.0 |
896 | 2025-02-24T21:01:23.411Z | Compiling async-stream v0.3.6 |
897 | 2025-02-24T21:01:23.504Z | Compiling futures v0.3.31 |
898 | 2025-02-24T21:01:23.702Z | Compiling slog-bunyan v2.5.0 |
899 | 2025-02-24T21:01:23.755Z | Compiling progenitor v0.8.0 |
900 | 2025-02-24T21:01:23.805Z | Compiling tokio-rustls v0.25.0 |
901 | 2025-02-24T21:01:23.939Z | Compiling strum_macros v0.26.4 |
902 | 2025-02-24T21:01:23.971Z | Compiling toml v0.8.19 |
903 | 2025-02-24T21:01:23.974Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-24T21:01:24.228Z | Compiling rand v0.8.5 |
905 | 2025-02-24T21:01:25.985Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-24T21:01:28.141Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-24T21:01:29.096Z | Compiling hex v0.4.3 |
908 | 2025-02-24T21:01:29.541Z | Compiling serde_path_to_error v0.1.16 |
909 | 2025-02-24T21:01:29.760Z | Compiling async-trait v0.1.86 |
910 | 2025-02-24T21:01:30.535Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
911 | 2025-02-24T21:01:30.988Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-24T21:01:31.235Z | Compiling hostname v0.4.0 |
913 | 2025-02-24T21:01:31.400Z | Compiling instant v0.1.13 |
914 | 2025-02-24T21:01:31.482Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-24T21:01:31.545Z | Compiling backoff v0.4.0 |
916 | 2025-02-24T21:01:31.636Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-02-24T21:01:31.829Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
918 | 2025-02-24T21:01:31.849Z | Compiling parse-display v0.10.0 |
919 | 2025-02-24T21:01:31.996Z | Compiling strum v0.26.3 |
920 | 2025-02-24T21:01:32.033Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
921 | 2025-02-24T21:01:32.166Z | Compiling serde_with v3.11.0 |
922 | 2025-02-24T21:01:32.175Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-24T21:01:32.961Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-24T21:01:33.760Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-24T21:01:33.814Z | Compiling regress v0.9.1 |
926 | 2025-02-24T21:01:34.745Z | Compiling macaddr v1.0.1 |
927 | 2025-02-24T21:01:42.393Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-24T21:01:52.474Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-24T21:02:02.015Z | Finished `release` profile [optimized] target(s) in 2m 28s |
930 | 2025-02-24T21:02:02.081Z | process exited: duration 214109 ms, exit code 0 |
|
931 | 2025-02-24T21:02:02.088Z | found 0 output files |