|
|
|
1 | 2025-01-22T20:48:29.060Z | job assigned to worker 01JJ7WAFZ3JFR2KE730GM2ZK5D [factory aws, i-0bf458f6d49a747db] (queued for 52 s) |
|
2 | 2025-01-22T20:48:37.221Z | starting task 0: "setup" |
3 | 2025-01-22T20:48:37.228Z | ++ uname -s |
4 | 2025-01-22T20:48:37.231Z | + kern=SunOS |
5 | 2025-01-22T20:48:37.231Z | + case "$kern" in |
6 | 2025-01-22T20:48:37.231Z | + groupadd -g 12345 build |
7 | 2025-01-22T20:48:37.236Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T20:48:39.240Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T20:48:39.326Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T20:48:39.329Z | + home_fs=zfs |
11 | 2025-01-22T20:48:39.329Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T20:48:39.329Z | + mkdir -p /home/build |
13 | 2025-01-22T20:48:39.332Z | + chown build:build /home/build /work |
14 | 2025-01-22T20:48:41.333Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T20:48:41.336Z | process exited: duration 4116 ms, exit code 0 |
|
16 | 2025-01-22T20:48:41.342Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T20:48:41.348Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T20:48:41.348Z | ' 1.84.0 |
19 | 2025-01-22T20:48:41.348Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-22T20:48:41.348Z | * toolchain channel = "1.84.0" |
21 | 2025-01-22T20:48:41.348Z | ' default |
22 | 2025-01-22T20:48:41.348Z | * toolchain profile = "default" |
23 | 2025-01-22T20:48:41.351Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T20:48:41.351Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T20:48:41.468Z | info: downloading installer |
26 | 2025-01-22T20:48:42.767Z | info: profile set to 'default' |
27 | 2025-01-22T20:48:42.767Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T20:48:42.771Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T20:48:42.952Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T20:48:42.952Z | info: downloading component 'cargo' |
31 | 2025-01-22T20:48:44.017Z | info: downloading component 'clippy' |
32 | 2025-01-22T20:48:44.428Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T20:48:45.875Z | info: downloading component 'rust-std' |
34 | 2025-01-22T20:48:48.015Z | info: downloading component 'rustc' |
35 | 2025-01-22T20:48:56.234Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T20:48:56.544Z | info: installing component 'cargo' |
37 | 2025-01-22T20:48:57.401Z | info: installing component 'clippy' |
38 | 2025-01-22T20:48:57.784Z | info: installing component 'rust-docs' |
39 | 2025-01-22T20:48:59.508Z | info: installing component 'rust-std' |
40 | 2025-01-22T20:49:01.239Z | info: installing component 'rustc' |
41 | 2025-01-22T20:49:07.475Z | info: installing component 'rustfmt' |
42 | 2025-01-22T20:49:07.822Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T20:49:07.822Z | |
44 | 2025-01-22T20:49:08.222Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T20:49:08.222Z | |
46 | 2025-01-22T20:49:08.225Z | |
47 | 2025-01-22T20:49:08.225Z | Rust is installed now. Great! |
48 | 2025-01-22T20:49:08.225Z | |
49 | 2025-01-22T20:49:08.225Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T20:49:08.225Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T20:49:08.225Z | |
52 | 2025-01-22T20:49:08.225Z | To configure your current shell, you need to source |
53 | 2025-01-22T20:49:08.225Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T20:49:08.225Z | |
55 | 2025-01-22T20:49:08.225Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T20:49:08.225Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T20:49:08.225Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T20:49:08.314Z | + rustc --version |
59 | 2025-01-22T20:49:08.390Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T20:49:08.395Z | process exited: duration 27050 ms, exit code 0 |
|
61 | 2025-01-22T20:49:08.401Z | starting task 2: "authentication" |
62 | 2025-01-22T20:49:08.424Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2025-01-22T20:49:08.429Z | starting task 3: "clone repository" |
64 | 2025-01-22T20:49:08.435Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T20:49:08.438Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T20:49:10.246Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T20:49:19.576Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T20:49:19.576Z | + git fetch origin 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 |
69 | 2025-01-22T20:49:19.991Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T20:49:19.991Z | * branch 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 -> FETCH_HEAD |
71 | 2025-01-22T20:49:20.001Z | + [[ -n refactor-login-endpoints ]] |
72 | 2025-01-22T20:49:20.005Z | ++ git branch --show-current |
73 | 2025-01-22T20:49:20.009Z | + current=main |
74 | 2025-01-22T20:49:20.009Z | + [[ main != refactor-login-endpoints ]] |
75 | 2025-01-22T20:49:20.009Z | + git branch -f refactor-login-endpoints 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 |
76 | 2025-01-22T20:49:20.011Z | + git checkout -f refactor-login-endpoints |
77 | 2025-01-22T20:49:20.182Z | Switched to branch 'refactor-login-endpoints' |
78 | 2025-01-22T20:49:20.184Z | + git reset --hard 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 |
79 | 2025-01-22T20:49:20.354Z | HEAD is now at 8d193d55e move the final device_auth thing to nexus/src/app |
80 | 2025-01-22T20:49:20.358Z | process exited: duration 11925 ms, exit code 0 |
|
81 | 2025-01-22T20:49:20.365Z | starting task 4: "build" |
82 | 2025-01-22T20:49:20.369Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T20:49:20.371Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T20:49:20.371Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T20:49:20.371Z | + cargo --version |
86 | 2025-01-22T20:49:20.430Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T20:49:20.433Z | + rustc --version |
88 | 2025-01-22T20:49:20.500Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T20:49:20.503Z | + cd /tmp |
90 | 2025-01-22T20:49:20.507Z | + cargo new --lib test-project |
91 | 2025-01-22T20:49:20.566Z | Creating library `test-project` package |
92 | 2025-01-22T20:49:20.653Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-22T20:49:20.656Z | + cd test-project |
94 | 2025-01-22T20:49:20.656Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-22T20:49:20.721Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-22T20:49:20.723Z | Features: |
97 | 2025-01-22T20:49:20.723Z | - proptest |
98 | 2025-01-22T20:49:20.723Z | - test-strategy |
99 | 2025-01-22T20:49:20.723Z | - testing |
100 | 2025-01-22T20:49:20.723Z | Updating crates.io index |
101 | 2025-01-22T20:49:20.759Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-22T20:49:21.149Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-22T20:49:21.746Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-22T20:49:22.110Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-22T20:49:22.509Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-22T20:49:23.921Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-22T20:49:24.144Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-22T20:49:24.147Z | + cargo check |
109 | 2025-01-22T20:49:24.300Z | Updating crates.io index |
110 | 2025-01-22T20:49:25.173Z | Locking 1 package to latest compatible version |
111 | 2025-01-22T20:49:25.173Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-22T20:49:25.198Z | Downloading crates ... |
113 | 2025-01-22T20:49:25.279Z | Downloaded async-stream-impl v0.3.6 |
114 | 2025-01-22T20:49:25.283Z | Downloaded async-stream v0.3.6 |
115 | 2025-01-22T20:49:25.286Z | Downloaded backoff v0.4.0 |
116 | 2025-01-22T20:49:25.292Z | Downloaded foreign-types v0.3.2 |
117 | 2025-01-22T20:49:25.302Z | Downloaded dirs-next v2.0.0 |
118 | 2025-01-22T20:49:25.309Z | Downloaded dtrace-parser v0.2.0 |
119 | 2025-01-22T20:49:25.312Z | Downloaded equivalent v1.0.1 |
120 | 2025-01-22T20:49:25.314Z | Downloaded icu_provider_macros v1.5.0 |
121 | 2025-01-22T20:49:25.317Z | Downloaded ident_case v1.0.1 |
122 | 2025-01-22T20:49:25.321Z | Downloaded write16 v1.0.0 |
123 | 2025-01-22T20:49:25.324Z | Downloaded num-conv v0.1.0 |
124 | 2025-01-22T20:49:25.324Z | Downloaded darling_macro v0.20.10 |
125 | 2025-01-22T20:49:25.327Z | Downloaded usdt-attr-macro v0.5.0 |
126 | 2025-01-22T20:49:25.327Z | Downloaded tinyvec_macros v0.1.1 |
127 | 2025-01-22T20:49:25.327Z | Downloaded time-core v0.1.2 |
128 | 2025-01-22T20:49:25.330Z | Downloaded atomic-waker v1.1.2 |
129 | 2025-01-22T20:49:25.332Z | Downloaded tinystr v0.7.6 |
130 | 2025-01-22T20:49:25.335Z | Downloaded autocfg v1.4.0 |
131 | 2025-01-22T20:49:25.337Z | Downloaded dof v0.3.0 |
132 | 2025-01-22T20:49:25.337Z | Downloaded hostname v0.4.0 |
133 | 2025-01-22T20:49:25.340Z | Downloaded async-trait v0.1.83 |
134 | 2025-01-22T20:49:25.343Z | Downloaded tower-service v0.3.3 |
135 | 2025-01-22T20:49:25.346Z | Downloaded progenitor-client v0.8.0 |
136 | 2025-01-22T20:49:25.346Z | Downloaded http-body v1.0.1 |
137 | 2025-01-22T20:49:25.348Z | Downloaded deranged v0.3.11 |
138 | 2025-01-22T20:49:25.348Z | Downloaded block-buffer v0.10.4 |
139 | 2025-01-22T20:49:25.351Z | Downloaded yoke-derive v0.7.4 |
140 | 2025-01-22T20:49:25.351Z | Downloaded httpdate v1.0.3 |
141 | 2025-01-22T20:49:25.354Z | Downloaded futures-sink v0.3.31 |
142 | 2025-01-22T20:49:25.354Z | Downloaded omicron-workspace-hack v0.1.0 |
143 | 2025-01-22T20:49:25.356Z | Downloaded match_cfg v0.1.0 |
144 | 2025-01-22T20:49:25.356Z | Downloaded try-lock v0.2.5 |
145 | 2025-01-22T20:49:25.356Z | Downloaded hex v0.4.3 |
146 | 2025-01-22T20:49:25.359Z | Downloaded futures-core v0.3.31 |
147 | 2025-01-22T20:49:25.359Z | Downloaded itoa v1.0.11 |
148 | 2025-01-22T20:49:25.362Z | Downloaded hyper-tls v0.6.0 |
149 | 2025-01-22T20:49:25.364Z | Downloaded thread-id v4.2.2 |
150 | 2025-01-22T20:49:25.364Z | Downloaded cfg-if v1.0.0 |
151 | 2025-01-22T20:49:25.367Z | Downloaded idna_adapter v1.2.0 |
152 | 2025-01-22T20:49:25.367Z | Downloaded byteorder v1.5.0 |
153 | 2025-01-22T20:49:25.370Z | Downloaded mime v0.3.17 |
154 | 2025-01-22T20:49:25.370Z | Downloaded utf8_iter v1.0.4 |
155 | 2025-01-22T20:49:25.373Z | Downloaded zerofrom v0.1.4 |
156 | 2025-01-22T20:49:25.373Z | Downloaded either v1.13.0 |
157 | 2025-01-22T20:49:25.376Z | Downloaded waitgroup v0.1.2 |
158 | 2025-01-22T20:49:25.376Z | Downloaded generic-array v0.14.7 |
159 | 2025-01-22T20:49:25.379Z | Downloaded ppv-lite86 v0.2.20 |
160 | 2025-01-22T20:49:25.379Z | Downloaded memmap v0.7.0 |
161 | 2025-01-22T20:49:25.381Z | Downloaded pest_generator v2.7.14 |
162 | 2025-01-22T20:49:25.384Z | Downloaded is-terminal v0.4.13 |
163 | 2025-01-22T20:49:25.384Z | Downloaded futures-io v0.3.31 |
164 | 2025-01-22T20:49:25.384Z | Downloaded parse-display v0.10.0 |
165 | 2025-01-22T20:49:25.386Z | Downloaded zerofrom-derive v0.1.4 |
166 | 2025-01-22T20:49:25.386Z | Downloaded paste v1.0.15 |
167 | 2025-01-22T20:49:25.389Z | Downloaded pin-utils v0.1.0 |
168 | 2025-01-22T20:49:25.392Z | Downloaded percent-encoding v2.3.1 |
169 | 2025-01-22T20:49:25.392Z | Downloaded typify-macro v0.2.0 |
170 | 2025-01-22T20:49:25.395Z | Downloaded crypto-common v0.1.6 |
171 | 2025-01-22T20:49:25.395Z | Downloaded httparse v1.9.5 |
172 | 2025-01-22T20:49:25.397Z | Downloaded usdt-impl v0.5.0 |
173 | 2025-01-22T20:49:25.400Z | Downloaded parse-display-derive v0.10.0 |
174 | 2025-01-22T20:49:25.400Z | Downloaded writeable v0.5.5 |
175 | 2025-01-22T20:49:25.403Z | Downloaded version_check v0.9.5 |
176 | 2025-01-22T20:49:25.403Z | Downloaded cpufeatures v0.2.14 |
177 | 2025-01-22T20:49:25.406Z | Downloaded litemap v0.7.3 |
178 | 2025-01-22T20:49:25.406Z | Downloaded iana-time-zone v0.1.61 |
179 | 2025-01-22T20:49:25.409Z | Downloaded pkg-config v0.3.31 |
180 | 2025-01-22T20:49:25.411Z | Downloaded getrandom v0.2.15 |
181 | 2025-01-22T20:49:25.414Z | Downloaded plain v0.2.3 |
182 | 2025-01-22T20:49:25.414Z | Downloaded utf16_iter v1.0.5 |
183 | 2025-01-22T20:49:25.417Z | Downloaded darling v0.20.10 |
184 | 2025-01-22T20:49:25.419Z | Downloaded progenitor v0.8.0 |
185 | 2025-01-22T20:49:25.422Z | Downloaded newtype-uuid v1.2.1 |
186 | 2025-01-22T20:49:25.425Z | Downloaded zeroize v1.8.1 |
187 | 2025-01-22T20:49:25.425Z | Downloaded untrusted v0.9.0 |
188 | 2025-01-22T20:49:25.427Z | Downloaded quinn-udp v0.5.5 |
189 | 2025-01-22T20:49:25.428Z | Downloaded synstructure v0.13.1 |
190 | 2025-01-22T20:49:25.430Z | Downloaded lock_api v0.4.12 |
191 | 2025-01-22T20:49:25.430Z | Downloaded progenitor-client v0.9.1 |
192 | 2025-01-22T20:49:25.433Z | Downloaded pretty-hex v0.4.1 |
193 | 2025-01-22T20:49:25.433Z | Downloaded icu_locid v1.5.0 |
194 | 2025-01-22T20:49:25.436Z | Downloaded sync_wrapper v1.0.1 |
195 | 2025-01-22T20:49:25.439Z | Downloaded usdt-macro v0.5.0 |
196 | 2025-01-22T20:49:25.439Z | Downloaded rand_core v0.6.4 |
197 | 2025-01-22T20:49:25.442Z | Downloaded scroll_derive v0.12.0 |
198 | 2025-01-22T20:49:25.442Z | Downloaded progenitor-macro v0.8.0 |
199 | 2025-01-22T20:49:25.442Z | Downloaded once_cell v1.20.2 |
200 | 2025-01-22T20:49:25.444Z | Downloaded multer v3.1.0 |
201 | 2025-01-22T20:49:25.448Z | Downloaded hyper-rustls v0.27.3 |
202 | 2025-01-22T20:49:25.451Z | Downloaded instant v0.1.13 |
203 | 2025-01-22T20:49:25.453Z | Downloaded openssl-probe v0.1.5 |
204 | 2025-01-22T20:49:25.453Z | Downloaded native-tls v0.2.12 |
205 | 2025-01-22T20:49:25.456Z | Downloaded thiserror-impl v1.0.69 |
206 | 2025-01-22T20:49:25.456Z | Downloaded icu_provider v1.5.0 |
207 | 2025-01-22T20:49:25.460Z | Downloaded ahash v0.8.11 |
208 | 2025-01-22T20:49:25.462Z | Downloaded pest_derive v2.7.14 |
209 | 2025-01-22T20:49:25.466Z | Downloaded icu_normalizer_data v1.5.0 |
210 | 2025-01-22T20:49:25.469Z | Downloaded futures-channel v0.3.31 |
211 | 2025-01-22T20:49:25.469Z | Downloaded bitflags v2.6.0 |
212 | 2025-01-22T20:49:25.471Z | Downloaded strum v0.26.3 |
213 | 2025-01-22T20:49:25.474Z | Downloaded icu_locid_transform v1.5.0 |
214 | 2025-01-22T20:49:25.477Z | Downloaded serde_path_to_error v0.1.16 |
215 | 2025-01-22T20:49:25.477Z | Downloaded typify v0.2.0 |
216 | 2025-01-22T20:49:25.480Z | Downloaded powerfmt v0.2.0 |
217 | 2025-01-22T20:49:25.482Z | Downloaded thread_local v1.1.8 |
218 | 2025-01-22T20:49:25.482Z | Downloaded log v0.4.22 |
219 | 2025-01-22T20:49:25.485Z | Downloaded icu_locid_transform_data v1.5.0 |
220 | 2025-01-22T20:49:25.489Z | Downloaded slog-json v2.6.1 |
221 | 2025-01-22T20:49:25.489Z | Downloaded toml_datetime v0.6.8 |
222 | 2025-01-22T20:49:25.492Z | Downloaded icu_normalizer v1.5.0 |
223 | 2025-01-22T20:49:25.494Z | Downloaded stable_deref_trait v1.2.0 |
224 | 2025-01-22T20:49:25.494Z | Downloaded slog-bunyan v2.5.0 |
225 | 2025-01-22T20:49:25.494Z | Downloaded signal-hook-registry v1.4.2 |
226 | 2025-01-22T20:49:25.497Z | Downloaded rustls-pemfile v2.2.0 |
227 | 2025-01-22T20:49:25.500Z | Downloaded structmeta v0.3.0 |
228 | 2025-01-22T20:49:25.500Z | Downloaded semver v1.0.24 |
229 | 2025-01-22T20:49:25.503Z | Downloaded ucd-trie v0.1.7 |
230 | 2025-01-22T20:49:25.504Z | Downloaded crossbeam-utils v0.8.20 |
231 | 2025-01-22T20:49:25.507Z | Downloaded dropshot_endpoint v0.15.1 |
232 | 2025-01-22T20:49:25.509Z | Downloaded num-traits v0.2.19 |
233 | 2025-01-22T20:49:25.512Z | Downloaded strsim v0.11.1 |
234 | 2025-01-22T20:49:25.515Z | Downloaded structmeta-derive v0.3.0 |
235 | 2025-01-22T20:49:25.515Z | Downloaded rustc-hash v2.0.0 |
236 | 2025-01-22T20:49:25.515Z | Downloaded subtle v2.6.1 |
237 | 2025-01-22T20:49:25.518Z | Downloaded serde_tokenstream v0.2.2 |
238 | 2025-01-22T20:49:25.518Z | Downloaded progenitor-impl v0.8.0 |
239 | 2025-01-22T20:49:25.521Z | Downloaded slab v0.4.9 |
240 | 2025-01-22T20:49:25.521Z | Downloaded shlex v1.3.0 |
241 | 2025-01-22T20:49:25.524Z | Downloaded uuid v1.12.0 |
242 | 2025-01-22T20:49:25.527Z | Downloaded slog-async v2.8.0 |
243 | 2025-01-22T20:49:25.527Z | Downloaded icu_properties v1.5.1 |
244 | 2025-01-22T20:49:25.529Z | Downloaded sha1 v0.10.6 |
245 | 2025-01-22T20:49:25.532Z | Downloaded scopeguard v1.2.0 |
246 | 2025-01-22T20:49:25.532Z | Downloaded slog-term v2.9.1 |
247 | 2025-01-22T20:49:25.535Z | Downloaded take_mut v0.2.2 |
248 | 2025-01-22T20:49:25.535Z | Downloaded serde_derive_internals v0.29.1 |
249 | 2025-01-22T20:49:25.537Z | Downloaded toml v0.8.19 |
250 | 2025-01-22T20:49:25.540Z | Downloaded pin-project-lite v0.2.14 |
251 | 2025-01-22T20:49:25.544Z | Downloaded rand_chacha v0.3.1 |
252 | 2025-01-22T20:49:25.550Z | Downloaded rustversion v1.0.17 |
253 | 2025-01-22T20:49:25.550Z | Downloaded quote v1.0.38 |
254 | 2025-01-22T20:49:25.554Z | Downloaded tracing-core v0.1.32 |
255 | 2025-01-22T20:49:25.554Z | Downloaded pest_meta v2.7.14 |
256 | 2025-01-22T20:49:25.557Z | Downloaded aho-corasick v1.1.3 |
257 | 2025-01-22T20:49:25.560Z | Downloaded sha2 v0.10.8 |
258 | 2025-01-22T20:49:25.563Z | Downloaded rustls-pki-types v1.10.0 |
259 | 2025-01-22T20:49:25.565Z | Downloaded scroll v0.12.0 |
260 | 2025-01-22T20:49:25.568Z | Downloaded spin v0.9.8 |
261 | 2025-01-22T20:49:25.570Z | Downloaded term v0.7.0 |
262 | 2025-01-22T20:49:25.573Z | Downloaded parking_lot v0.12.3 |
263 | 2025-01-22T20:49:25.575Z | Downloaded icu_collections v1.5.0 |
264 | 2025-01-22T20:49:25.580Z | Downloaded proc-macro2 v1.0.92 |
265 | 2025-01-22T20:49:25.583Z | Downloaded darling_core v0.20.10 |
266 | 2025-01-22T20:49:25.588Z | Downloaded cc v1.1.30 |
267 | 2025-01-22T20:49:25.591Z | Downloaded memchr v2.7.4 |
268 | 2025-01-22T20:49:25.596Z | Downloaded strum_macros v0.26.4 |
269 | 2025-01-22T20:49:25.598Z | Downloaded slog v2.7.0 |
270 | 2025-01-22T20:49:25.601Z | Downloaded serde_derive v1.0.217 |
271 | 2025-01-22T20:49:25.604Z | Downloaded socket2 v0.5.7 |
272 | 2025-01-22T20:49:25.607Z | Downloaded ryu v1.0.18 |
273 | 2025-01-22T20:49:25.609Z | Downloaded indexmap v2.7.0 |
274 | 2025-01-22T20:49:25.613Z | Downloaded crossbeam-channel v0.5.13 |
275 | 2025-01-22T20:49:25.617Z | Downloaded serde v1.0.217 |
276 | 2025-01-22T20:49:25.621Z | Downloaded tracing v0.1.40 |
277 | 2025-01-22T20:49:25.625Z | Downloaded toml_edit v0.22.22 |
278 | 2025-01-22T20:49:25.648Z | Downloaded rand v0.8.5 |
279 | 2025-01-22T20:49:25.651Z | Downloaded tokio-util v0.7.12 |
280 | 2025-01-22T20:49:25.658Z | Downloaded zerovec v0.10.4 |
281 | 2025-01-22T20:49:25.662Z | Downloaded hashbrown v0.15.1 |
282 | 2025-01-22T20:49:25.668Z | Downloaded hashbrown v0.14.5 |
283 | 2025-01-22T20:49:25.672Z | Downloaded mio v1.0.2 |
284 | 2025-01-22T20:49:25.679Z | Downloaded zerocopy v0.7.35 |
285 | 2025-01-22T20:49:25.692Z | Downloaded pest v2.7.14 |
286 | 2025-01-22T20:49:25.697Z | Downloaded winnow v0.6.20 |
287 | 2025-01-22T20:49:25.706Z | Downloaded h2 v0.4.6 |
288 | 2025-01-22T20:49:25.712Z | Downloaded futures-util v0.3.31 |
289 | 2025-01-22T20:49:25.724Z | Downloaded hyper v1.5.2 |
290 | 2025-01-22T20:49:25.730Z | Downloaded serde_json v1.0.135 |
291 | 2025-01-22T20:49:25.737Z | Downloaded rustls-webpki v0.102.8 |
292 | 2025-01-22T20:49:25.754Z | Downloaded quinn-proto v0.11.8 |
293 | 2025-01-22T20:49:25.761Z | Downloaded reqwest v0.12.9 |
294 | 2025-01-22T20:49:25.769Z | Downloaded webpki-roots v0.26.6 |
295 | 2025-01-22T20:49:25.773Z | Downloaded openssl v0.10.66 |
296 | 2025-01-22T20:49:25.782Z | Downloaded chrono v0.4.38 |
297 | 2025-01-22T20:49:25.790Z | Downloaded icu_properties_data v1.5.0 |
298 | 2025-01-22T20:49:25.800Z | Downloaded rustls v0.22.4 |
299 | 2025-01-22T20:49:25.812Z | Downloaded vcpkg v0.2.15 |
300 | 2025-01-22T20:49:25.849Z | Downloaded openapiv3 v2.0.0 |
301 | 2025-01-22T20:49:25.860Z | Downloaded regex-syntax v0.8.5 |
302 | 2025-01-22T20:49:25.868Z | Downloaded syn v1.0.109 |
303 | 2025-01-22T20:49:25.879Z | Downloaded regex v1.11.1 |
304 | 2025-01-22T20:49:25.890Z | Downloaded goblin v0.8.2 |
305 | 2025-01-22T20:49:25.896Z | Downloaded syn v2.0.96 |
306 | 2025-01-22T20:49:25.907Z | Downloaded serde_with v3.11.0 |
307 | 2025-01-22T20:49:25.915Z | Downloaded regress v0.10.1 |
308 | 2025-01-22T20:49:25.923Z | Downloaded rustls v0.23.19 |
309 | 2025-01-22T20:49:25.934Z | Downloaded regress v0.9.1 |
310 | 2025-01-22T20:49:25.942Z | Downloaded typify-impl v0.2.0 |
311 | 2025-01-22T20:49:25.955Z | Downloaded dropshot v0.15.1 |
312 | 2025-01-22T20:49:25.976Z | Downloaded idna v1.0.3 |
313 | 2025-01-22T20:49:25.980Z | Downloaded url v2.5.3 |
314 | 2025-01-22T20:49:25.982Z | Downloaded itertools v0.10.5 |
315 | 2025-01-22T20:49:25.988Z | Downloaded quinn v0.11.5 |
316 | 2025-01-22T20:49:25.992Z | Downloaded thiserror v1.0.69 |
317 | 2025-01-22T20:49:25.996Z | Downloaded hashbrown v0.12.3 |
318 | 2025-01-22T20:49:26.001Z | Downloaded serde_yaml v0.9.34+deprecated |
319 | 2025-01-22T20:49:26.004Z | Downloaded schemars v0.8.21 |
320 | 2025-01-22T20:49:26.015Z | Downloaded http v1.2.0 |
321 | 2025-01-22T20:49:26.018Z | Downloaded base64 v0.22.1 |
322 | 2025-01-22T20:49:26.022Z | Downloaded unsafe-libyaml v0.2.11 |
323 | 2025-01-22T20:49:26.025Z | Downloaded typenum v1.17.0 |
324 | 2025-01-22T20:49:26.028Z | Downloaded allocator-api2 v0.2.18 |
325 | 2025-01-22T20:49:26.031Z | Downloaded smallvec v1.13.2 |
326 | 2025-01-22T20:49:26.034Z | Downloaded serde_with_macros v3.11.0 |
327 | 2025-01-22T20:49:26.038Z | Downloaded regex-automata v0.4.8 |
328 | 2025-01-22T20:49:26.051Z | Downloaded tokio v1.43.0 |
329 | 2025-01-22T20:49:26.089Z | Downloaded indexmap v1.9.3 |
330 | 2025-01-22T20:49:26.092Z | Downloaded bytes v1.9.0 |
331 | 2025-01-22T20:49:26.096Z | Downloaded tokio-rustls v0.26.0 |
332 | 2025-01-22T20:49:26.098Z | Downloaded serde_urlencoded v0.7.1 |
333 | 2025-01-22T20:49:26.101Z | Downloaded serde_spanned v0.6.8 |
334 | 2025-01-22T20:49:26.101Z | Downloaded openssl-sys v0.9.103 |
335 | 2025-01-22T20:49:26.105Z | Downloaded schemars_derive v0.8.21 |
336 | 2025-01-22T20:49:26.107Z | Downloaded camino v1.1.9 |
337 | 2025-01-22T20:49:26.110Z | Downloaded zerocopy-derive v0.7.35 |
338 | 2025-01-22T20:49:26.112Z | Downloaded unicode-ident v1.0.14 |
339 | 2025-01-22T20:49:26.116Z | Downloaded hyper-util v0.1.10 |
340 | 2025-01-22T20:49:26.120Z | Downloaded libc v0.2.169 |
341 | 2025-01-22T20:49:26.143Z | Downloaded tinyvec v1.8.0 |
342 | 2025-01-22T20:49:26.146Z | Downloaded displaydoc v0.2.5 |
343 | 2025-01-22T20:49:26.148Z | Downloaded futures v0.3.31 |
344 | 2025-01-22T20:49:26.153Z | Downloaded parking_lot_core v0.9.10 |
345 | 2025-01-22T20:49:26.155Z | Downloaded yoke v0.7.4 |
346 | 2025-01-22T20:49:26.158Z | Downloaded tokio-rustls v0.25.0 |
347 | 2025-01-22T20:49:26.158Z | Downloaded time-macros v0.2.18 |
348 | 2025-01-22T20:49:26.162Z | Downloaded num_threads v0.1.7 |
349 | 2025-01-22T20:49:26.162Z | Downloaded ipnet v2.10.1 |
350 | 2025-01-22T20:49:26.165Z | Downloaded openssl-macros v0.1.1 |
351 | 2025-01-22T20:49:26.165Z | Downloaded futures-executor v0.3.31 |
352 | 2025-01-22T20:49:26.165Z | Downloaded dyn-clone v1.0.17 |
353 | 2025-01-22T20:49:26.168Z | Downloaded tokio-native-tls v0.3.1 |
354 | 2025-01-22T20:49:26.168Z | Downloaded foreign-types-shared v0.1.1 |
355 | 2025-01-22T20:49:26.170Z | Downloaded anyhow v1.0.93 |
356 | 2025-01-22T20:49:26.173Z | Downloaded zerovec-derive v0.10.3 |
357 | 2025-01-22T20:49:26.173Z | Downloaded tokio-macros v2.5.0 |
358 | 2025-01-22T20:49:26.176Z | Downloaded debug-ignore v1.0.5 |
359 | 2025-01-22T20:49:26.176Z | Downloaded want v0.3.1 |
360 | 2025-01-22T20:49:26.176Z | Downloaded fnv v1.0.7 |
361 | 2025-01-22T20:49:26.179Z | Downloaded time v0.3.36 |
362 | 2025-01-22T20:49:26.183Z | Downloaded thiserror v2.0.11 |
363 | 2025-01-22T20:49:26.188Z | Downloaded heck v0.5.0 |
364 | 2025-01-22T20:49:26.190Z | Downloaded usdt v0.5.0 |
365 | 2025-01-22T20:49:26.190Z | Downloaded macaddr v1.0.1 |
366 | 2025-01-22T20:49:26.193Z | Downloaded hostname v0.3.1 |
367 | 2025-01-22T20:49:26.193Z | Downloaded futures-macro v0.3.31 |
368 | 2025-01-22T20:49:26.193Z | Downloaded thiserror-impl v2.0.11 |
369 | 2025-01-22T20:49:26.196Z | Downloaded form_urlencoded v1.2.1 |
370 | 2025-01-22T20:49:26.196Z | Downloaded digest v0.10.7 |
371 | 2025-01-22T20:49:26.198Z | Downloaded ipnetwork v0.20.0 |
372 | 2025-01-22T20:49:26.198Z | Downloaded http-body-util v0.1.2 |
373 | 2025-01-22T20:49:26.201Z | Downloaded futures-task v0.3.31 |
374 | 2025-01-22T20:49:26.201Z | Downloaded dirs-sys-next v0.1.2 |
375 | 2025-01-22T20:49:26.210Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-22T20:49:26.391Z | Downloaded ring v0.17.8 |
377 | 2025-01-22T20:49:26.592Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-22T20:49:26.592Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-22T20:49:26.596Z | Compiling libc v0.2.169 |
380 | 2025-01-22T20:49:26.597Z | Checking cfg-if v1.0.0 |
381 | 2025-01-22T20:49:26.597Z | Compiling autocfg v1.4.0 |
382 | 2025-01-22T20:49:26.597Z | Compiling serde v1.0.217 |
383 | 2025-01-22T20:49:26.615Z | Compiling version_check v0.9.5 |
384 | 2025-01-22T20:49:26.617Z | Checking memchr v2.7.4 |
385 | 2025-01-22T20:49:26.760Z | Checking itoa v1.0.11 |
386 | 2025-01-22T20:49:26.816Z | Compiling serde_json v1.0.135 |
387 | 2025-01-22T20:49:27.197Z | Compiling thiserror v1.0.69 |
388 | 2025-01-22T20:49:27.400Z | Checking once_cell v1.20.2 |
389 | 2025-01-22T20:49:27.449Z | Compiling shlex v1.3.0 |
390 | 2025-01-22T20:49:27.640Z | Compiling cc v1.1.30 |
391 | 2025-01-22T20:49:27.995Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-22T20:49:28.085Z | Compiling num-traits v0.2.19 |
393 | 2025-01-22T20:49:29.145Z | Checking ryu v1.0.18 |
394 | 2025-01-22T20:49:29.183Z | Checking smallvec v1.13.2 |
395 | 2025-01-22T20:49:29.404Z | Checking bytes v1.9.0 |
396 | 2025-01-22T20:49:29.451Z | Checking futures-core v0.3.31 |
397 | 2025-01-22T20:49:29.469Z | Compiling lock_api v0.4.12 |
398 | 2025-01-22T20:49:29.535Z | Compiling parking_lot_core v0.9.10 |
399 | 2025-01-22T20:49:29.655Z | Checking scopeguard v1.2.0 |
400 | 2025-01-22T20:49:29.794Z | Compiling byteorder v1.5.0 |
401 | 2025-01-22T20:49:29.830Z | Checking getrandom v0.2.15 |
402 | 2025-01-22T20:49:29.833Z | Compiling schemars v0.8.21 |
403 | 2025-01-22T20:49:30.076Z | Compiling slab v0.4.9 |
404 | 2025-01-22T20:49:30.193Z | Compiling ahash v0.8.11 |
405 | 2025-01-22T20:49:30.245Z | Checking futures-sink v0.3.31 |
406 | 2025-01-22T20:49:30.277Z | Checking log v0.4.22 |
407 | 2025-01-22T20:49:30.295Z | Compiling quote v1.0.38 |
408 | 2025-01-22T20:49:30.386Z | Checking signal-hook-registry v1.4.2 |
409 | 2025-01-22T20:49:30.399Z | Checking parking_lot v0.12.3 |
410 | 2025-01-22T20:49:30.536Z | Checking socket2 v0.5.7 |
411 | 2025-01-22T20:49:30.567Z | Checking mio v1.0.2 |
412 | 2025-01-22T20:49:30.618Z | Checking stable_deref_trait v1.2.0 |
413 | 2025-01-22T20:49:30.645Z | Compiling syn v2.0.96 |
414 | 2025-01-22T20:49:30.740Z | Compiling ring v0.17.8 |
415 | 2025-01-22T20:49:30.752Z | Checking fnv v1.0.7 |
416 | 2025-01-22T20:49:30.861Z | Checking hashbrown v0.15.1 |
417 | 2025-01-22T20:49:30.876Z | Checking equivalent v1.0.1 |
418 | 2025-01-22T20:49:30.878Z | Checking http v1.2.0 |
419 | 2025-01-22T20:49:30.980Z | Checking futures-channel v0.3.31 |
420 | 2025-01-22T20:49:30.994Z | Compiling semver v1.0.24 |
421 | 2025-01-22T20:49:31.010Z | Checking futures-task v0.3.31 |
422 | 2025-01-22T20:49:31.138Z | Checking pin-utils v0.1.0 |
423 | 2025-01-22T20:49:31.233Z | Checking futures-io v0.3.31 |
424 | 2025-01-22T20:49:31.252Z | Checking spin v0.9.8 |
425 | 2025-01-22T20:49:31.336Z | Checking rustls-pki-types v1.10.0 |
426 | 2025-01-22T20:49:31.418Z | Compiling pkg-config v0.3.31 |
427 | 2025-01-22T20:49:31.462Z | Compiling vcpkg v0.2.15 |
428 | 2025-01-22T20:49:31.846Z | Checking writeable v0.5.5 |
429 | 2025-01-22T20:49:31.897Z | Checking litemap v0.7.3 |
430 | 2025-01-22T20:49:32.172Z | Checking iana-time-zone v0.1.61 |
431 | 2025-01-22T20:49:32.193Z | Compiling heck v0.5.0 |
432 | 2025-01-22T20:49:32.265Z | Compiling httparse v1.9.5 |
433 | 2025-01-22T20:49:32.306Z | Checking untrusted v0.9.0 |
434 | 2025-01-22T20:49:32.482Z | Checking tracing-core v0.1.32 |
435 | 2025-01-22T20:49:32.591Z | Checking atomic-waker v1.1.2 |
436 | 2025-01-22T20:49:32.605Z | Compiling ucd-trie v0.1.7 |
437 | 2025-01-22T20:49:32.738Z | Checking dyn-clone v1.0.17 |
438 | 2025-01-22T20:49:32.875Z | Compiling openssl-sys v0.9.103 |
439 | 2025-01-22T20:49:32.878Z | Checking http-body v1.0.1 |
440 | 2025-01-22T20:49:33.029Z | Checking zeroize v1.8.1 |
441 | 2025-01-22T20:49:33.089Z | Compiling allocator-api2 v0.2.18 |
442 | 2025-01-22T20:49:33.107Z | Checking tracing v0.1.40 |
443 | 2025-01-22T20:49:33.347Z | Checking subtle v2.6.1 |
444 | 2025-01-22T20:49:33.383Z | Checking icu_locid_transform_data v1.5.0 |
445 | 2025-01-22T20:49:33.443Z | Checking try-lock v0.2.5 |
446 | 2025-01-22T20:49:33.569Z | Compiling openssl v0.10.66 |
447 | 2025-01-22T20:49:33.589Z | Checking want v0.3.1 |
448 | 2025-01-22T20:49:33.761Z | Checking httpdate v1.0.3 |
449 | 2025-01-22T20:49:33.988Z | Checking icu_properties_data v1.5.0 |
450 | 2025-01-22T20:49:33.991Z | Checking foreign-types-shared v0.1.1 |
451 | 2025-01-22T20:49:34.080Z | Compiling uuid v1.12.0 |
452 | 2025-01-22T20:49:34.108Z | Checking foreign-types v0.3.2 |
453 | 2025-01-22T20:49:34.309Z | Checking utf16_iter v1.0.5 |
454 | 2025-01-22T20:49:34.314Z | Checking tower-service v0.3.3 |
455 | 2025-01-22T20:49:34.314Z | Compiling chrono v0.4.38 |
456 | 2025-01-22T20:49:34.348Z | Compiling rustls v0.23.19 |
457 | 2025-01-22T20:49:34.400Z | Checking bitflags v2.6.0 |
458 | 2025-01-22T20:49:34.574Z | Checking percent-encoding v2.3.1 |
459 | 2025-01-22T20:49:34.637Z | Checking icu_normalizer_data v1.5.0 |
460 | 2025-01-22T20:49:34.650Z | Checking write16 v1.0.0 |
461 | 2025-01-22T20:49:34.663Z | Checking utf8_iter v1.0.4 |
462 | 2025-01-22T20:49:34.713Z | Compiling native-tls v0.2.12 |
463 | 2025-01-22T20:49:34.752Z | Compiling slog v2.7.0 |
464 | 2025-01-22T20:49:34.787Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-22T20:49:34.981Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-22T20:49:35.320Z | Checking openssl-probe v0.1.5 |
467 | 2025-01-22T20:49:35.454Z | Compiling regex-syntax v0.8.5 |
468 | 2025-01-22T20:49:35.670Z | Compiling typenum v1.17.0 |
469 | 2025-01-22T20:49:36.330Z | Compiling generic-array v0.14.7 |
470 | 2025-01-22T20:49:36.652Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-22T20:49:37.769Z | Compiling synstructure v0.13.1 |
472 | 2025-01-22T20:49:37.900Z | Compiling serde_derive_internals v0.29.1 |
473 | 2025-01-22T20:49:38.911Z | Compiling regex-automata v0.4.8 |
474 | 2025-01-22T20:49:38.925Z | Checking mime v0.3.17 |
475 | 2025-01-22T20:49:39.315Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-22T20:49:39.511Z | Checking rustls-pemfile v2.2.0 |
477 | 2025-01-22T20:49:39.827Z | Compiling usdt-impl v0.5.0 |
478 | 2025-01-22T20:49:40.166Z | Compiling num-conv v0.1.0 |
479 | 2025-01-22T20:49:40.222Z | Compiling time-core v0.1.2 |
480 | 2025-01-22T20:49:40.276Z | Checking powerfmt v0.2.0 |
481 | 2025-01-22T20:49:40.362Z | Checking base64 v0.22.1 |
482 | 2025-01-22T20:49:40.456Z | Compiling time-macros v0.2.18 |
483 | 2025-01-22T20:49:40.559Z | Checking deranged v0.3.11 |
484 | 2025-01-22T20:49:40.857Z | Compiling serde_derive v1.0.217 |
485 | 2025-01-22T20:49:40.972Z | Compiling zerocopy-derive v0.7.35 |
486 | 2025-01-22T20:49:41.388Z | Compiling thiserror-impl v1.0.69 |
487 | 2025-01-22T20:49:41.779Z | Compiling schemars_derive v0.8.21 |
488 | 2025-01-22T20:49:43.209Z | Compiling zerofrom-derive v0.1.4 |
489 | 2025-01-22T20:49:43.282Z | Compiling tokio-macros v2.5.0 |
490 | 2025-01-22T20:49:43.370Z | Compiling zerocopy v0.7.35 |
491 | 2025-01-22T20:49:44.461Z | Compiling yoke-derive v0.7.4 |
492 | 2025-01-22T20:49:44.636Z | Checking tokio v1.43.0 |
493 | 2025-01-22T20:49:44.662Z | Compiling zerovec-derive v0.10.3 |
494 | 2025-01-22T20:49:45.364Z | Compiling displaydoc v0.2.5 |
495 | 2025-01-22T20:49:45.672Z | Compiling futures-macro v0.3.31 |
496 | 2025-01-22T20:49:46.397Z | Checking zerofrom v0.1.4 |
497 | 2025-01-22T20:49:46.605Z | Compiling icu_provider_macros v1.5.0 |
498 | 2025-01-22T20:49:46.828Z | Checking yoke v0.7.4 |
499 | 2025-01-22T20:49:47.069Z | Compiling pest v2.7.14 |
500 | 2025-01-22T20:49:47.158Z | Checking zerovec v0.10.4 |
501 | 2025-01-22T20:49:47.416Z | Compiling hashbrown v0.14.5 |
502 | 2025-01-22T20:49:47.459Z | Checking futures-util v0.3.31 |
503 | 2025-01-22T20:49:48.549Z | Compiling regress v0.10.1 |
504 | 2025-01-22T20:49:48.724Z | Checking tinystr v0.7.6 |
505 | 2025-01-22T20:49:49.078Z | Checking icu_locid v1.5.0 |
506 | 2025-01-22T20:49:49.919Z | Checking rustls-webpki v0.102.8 |
507 | 2025-01-22T20:49:50.016Z | Compiling pest_meta v2.7.14 |
508 | 2025-01-22T20:49:50.145Z | Checking icu_provider v1.5.0 |
509 | 2025-01-22T20:49:50.669Z | Checking icu_collections v1.5.0 |
510 | 2025-01-22T20:49:50.814Z | Checking icu_locid_transform v1.5.0 |
511 | 2025-01-22T20:49:51.345Z | Compiling openssl-macros v0.1.1 |
512 | 2025-01-22T20:49:51.363Z | Checking tokio-util v0.7.12 |
513 | 2025-01-22T20:49:51.803Z | Checking icu_properties v1.5.1 |
514 | 2025-01-22T20:49:52.095Z | Compiling pest_generator v2.7.14 |
515 | 2025-01-22T20:49:52.555Z | Checking indexmap v2.7.0 |
516 | 2025-01-22T20:49:53.318Z | Compiling serde_tokenstream v0.2.2 |
517 | 2025-01-22T20:49:53.905Z | Checking h2 v0.4.6 |
518 | 2025-01-22T20:49:54.027Z | Compiling pest_derive v2.7.14 |
519 | 2025-01-22T20:49:55.205Z | Checking icu_normalizer v1.5.0 |
520 | 2025-01-22T20:49:55.498Z | Checking http-body-util v0.1.2 |
521 | 2025-01-22T20:49:55.940Z | Checking serde_urlencoded v0.7.1 |
522 | 2025-01-22T20:49:56.044Z | Checking idna_adapter v1.2.0 |
523 | 2025-01-22T20:49:56.239Z | Checking idna v1.0.3 |
524 | 2025-01-22T20:49:56.755Z | Compiling regex v1.11.1 |
525 | 2025-01-22T20:49:56.818Z | Compiling scroll_derive v0.12.0 |
526 | 2025-01-22T20:49:56.919Z | Compiling typify-impl v0.2.0 |
527 | 2025-01-22T20:49:57.361Z | Checking url v2.5.3 |
528 | 2025-01-22T20:49:57.542Z | Checking tokio-native-tls v0.3.1 |
529 | 2025-01-22T20:49:57.794Z | Compiling dtrace-parser v0.2.0 |
530 | 2025-01-22T20:49:58.026Z | Compiling dof v0.3.0 |
531 | 2025-01-22T20:49:58.313Z | Checking scroll v0.12.0 |
532 | 2025-01-22T20:49:58.356Z | Checking hyper v1.5.2 |
533 | 2025-01-22T20:49:58.768Z | Compiling thread-id v4.2.2 |
534 | 2025-01-22T20:49:58.883Z | Checking sync_wrapper v1.0.1 |
535 | 2025-01-22T20:49:59.040Z | Checking plain v0.2.3 |
536 | 2025-01-22T20:49:59.268Z | Checking tokio-rustls v0.26.0 |
537 | 2025-01-22T20:49:59.660Z | Checking num_threads v0.1.7 |
538 | 2025-01-22T20:49:59.694Z | Compiling ident_case v1.0.1 |
539 | 2025-01-22T20:49:59.801Z | Compiling strsim v0.11.1 |
540 | 2025-01-22T20:49:59.857Z | Compiling syn v1.0.109 |
541 | 2025-01-22T20:49:59.886Z | Checking ipnet v2.10.1 |
542 | 2025-01-22T20:50:00.362Z | Compiling crossbeam-utils v0.8.20 |
543 | 2025-01-22T20:50:00.440Z | Checking hyper-util v0.1.10 |
544 | 2025-01-22T20:50:00.478Z | Compiling darling_core v0.20.10 |
545 | 2025-01-22T20:50:00.504Z | Checking time v0.3.36 |
546 | 2025-01-22T20:50:02.084Z | Checking hyper-rustls v0.27.3 |
547 | 2025-01-22T20:50:02.294Z | Checking hyper-tls v0.6.0 |
548 | 2025-01-22T20:50:02.333Z | Checking goblin v0.8.2 |
549 | 2025-01-22T20:50:02.579Z | Checking reqwest v0.12.9 |
550 | 2025-01-22T20:50:02.933Z | Compiling openapiv3 v2.0.0 |
551 | 2025-01-22T20:50:03.733Z | Checking dirs-sys-next v0.1.2 |
552 | 2025-01-22T20:50:03.978Z | Compiling rustls v0.22.4 |
553 | 2025-01-22T20:50:04.032Z | Checking pretty-hex v0.4.1 |
554 | 2025-01-22T20:50:04.218Z | Compiling unsafe-libyaml v0.2.11 |
555 | 2025-01-22T20:50:04.306Z | Compiling omicron-workspace-hack v0.1.0 |
556 | 2025-01-22T20:50:04.319Z | Compiling newtype-uuid v1.2.1 |
557 | 2025-01-22T20:50:04.624Z | Compiling rustversion v1.0.17 |
558 | 2025-01-22T20:50:04.658Z | Compiling paste v1.0.15 |
559 | 2025-01-22T20:50:05.418Z | Checking dirs-next v2.0.0 |
560 | 2025-01-22T20:50:05.556Z | Compiling serde_yaml v0.9.34+deprecated |
561 | 2025-01-22T20:50:06.175Z | Compiling darling_macro v0.20.10 |
562 | 2025-01-22T20:50:06.720Z | Checking crypto-common v0.1.6 |
563 | 2025-01-22T20:50:06.900Z | Checking block-buffer v0.10.4 |
564 | 2025-01-22T20:50:06.946Z | Checking ipnetwork v0.20.0 |
565 | 2025-01-22T20:50:07.049Z | Checking toml_datetime v0.6.8 |
566 | 2025-01-22T20:50:07.092Z | Checking serde_spanned v0.6.8 |
567 | 2025-01-22T20:50:07.184Z | Checking ppv-lite86 v0.2.20 |
568 | 2025-01-22T20:50:07.288Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-22T20:50:07.316Z | Checking rand_core v0.6.4 |
570 | 2025-01-22T20:50:07.480Z | Checking thread_local v1.1.8 |
571 | 2025-01-22T20:50:07.601Z | Compiling multer v3.1.0 |
572 | 2025-01-22T20:50:07.777Z | Checking either v1.13.0 |
573 | 2025-01-22T20:50:07.925Z | Checking winnow v0.6.20 |
574 | 2025-01-22T20:50:07.968Z | Checking match_cfg v0.1.0 |
575 | 2025-01-22T20:50:08.067Z | Compiling camino v1.1.9 |
576 | 2025-01-22T20:50:08.131Z | Compiling anyhow v1.0.93 |
577 | 2025-01-22T20:50:08.164Z | Compiling thiserror v2.0.11 |
578 | 2025-01-22T20:50:08.668Z | Compiling slog-async v2.8.0 |
579 | 2025-01-22T20:50:08.932Z | Checking itertools v0.10.5 |
580 | 2025-01-22T20:50:09.156Z | Checking hostname v0.3.1 |
581 | 2025-01-22T20:50:09.289Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-22T20:50:09.302Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
583 | 2025-01-22T20:50:09.541Z | Compiling typify-macro v0.2.0 |
584 | 2025-01-22T20:50:09.633Z | Compiling darling v0.20.10 |
585 | 2025-01-22T20:50:09.658Z | Checking digest v0.10.7 |
586 | 2025-01-22T20:50:09.679Z | Checking crossbeam-channel v0.5.13 |
587 | 2025-01-22T20:50:09.749Z | Checking term v0.7.0 |
588 | 2025-01-22T20:50:09.865Z | Compiling structmeta v0.3.0 |
589 | 2025-01-22T20:50:10.522Z | Checking progenitor-client v0.8.0 |
590 | 2025-01-22T20:50:10.680Z | Checking toml_edit v0.22.22 |
591 | 2025-01-22T20:50:10.856Z | Compiling usdt-macro v0.5.0 |
592 | 2025-01-22T20:50:11.021Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
593 | 2025-01-22T20:50:11.061Z | Compiling usdt-attr-macro v0.5.0 |
594 | 2025-01-22T20:50:11.432Z | Checking slog-json v2.6.1 |
595 | 2025-01-22T20:50:11.519Z | Checking futures-executor v0.3.31 |
596 | 2025-01-22T20:50:11.695Z | Compiling thiserror-impl v2.0.11 |
597 | 2025-01-22T20:50:11.751Z | Compiling async-stream-impl v0.3.6 |
598 | 2025-01-22T20:50:12.131Z | Checking memmap v0.7.0 |
599 | 2025-01-22T20:50:12.232Z | Checking is-terminal v0.4.13 |
600 | 2025-01-22T20:50:12.351Z | Compiling dropshot v0.15.1 |
601 | 2025-01-22T20:50:12.365Z | Checking cpufeatures v0.2.14 |
602 | 2025-01-22T20:50:12.453Z | Checking take_mut v0.2.2 |
603 | 2025-01-22T20:50:12.467Z | Checking sha1 v0.10.6 |
604 | 2025-01-22T20:50:12.745Z | Checking usdt v0.5.0 |
605 | 2025-01-22T20:50:12.761Z | Checking slog-term v2.9.1 |
606 | 2025-01-22T20:50:12.895Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
607 | 2025-01-22T20:50:12.964Z | Compiling typify v0.2.0 |
608 | 2025-01-22T20:50:12.995Z | Checking async-stream v0.3.6 |
609 | 2025-01-22T20:50:13.092Z | Compiling progenitor-impl v0.8.0 |
610 | 2025-01-22T20:50:13.197Z | Checking futures v0.3.31 |
611 | 2025-01-22T20:50:13.273Z | Checking slog-bunyan v2.5.0 |
612 | 2025-01-22T20:50:13.301Z | Compiling strum_macros v0.26.4 |
613 | 2025-01-22T20:50:13.392Z | Checking toml v0.8.19 |
614 | 2025-01-22T20:50:13.440Z | Compiling parse-display-derive v0.10.0 |
615 | 2025-01-22T20:50:13.455Z | Compiling serde_with_macros v3.11.0 |
616 | 2025-01-22T20:50:13.471Z | Checking tokio-rustls v0.25.0 |
617 | 2025-01-22T20:50:13.824Z | Checking rand v0.8.5 |
618 | 2025-01-22T20:50:15.038Z | Compiling dropshot_endpoint v0.15.1 |
619 | 2025-01-22T20:50:15.041Z | Checking serde_path_to_error v0.1.16 |
620 | 2025-01-22T20:50:15.120Z | Checking hex v0.4.3 |
621 | 2025-01-22T20:50:15.345Z | Compiling async-trait v0.1.83 |
622 | 2025-01-22T20:50:15.630Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
623 | 2025-01-22T20:50:15.653Z | Checking waitgroup v0.1.2 |
624 | 2025-01-22T20:50:15.797Z | Checking hostname v0.4.0 |
625 | 2025-01-22T20:50:15.944Z | Checking instant v0.1.13 |
626 | 2025-01-22T20:50:15.947Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-22T20:50:16.071Z | Checking backoff v0.4.0 |
628 | 2025-01-22T20:50:16.112Z | Checking serde_with v3.11.0 |
629 | 2025-01-22T20:50:16.360Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
630 | 2025-01-22T20:50:16.419Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
631 | 2025-01-22T20:50:16.511Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-22T20:50:16.567Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
633 | 2025-01-22T20:50:17.035Z | Checking progenitor-client v0.9.1 |
634 | 2025-01-22T20:50:17.132Z | Checking parse-display v0.10.0 |
635 | 2025-01-22T20:50:17.370Z | Checking regress v0.9.1 |
636 | 2025-01-22T20:50:17.408Z | Checking macaddr v1.0.1 |
637 | 2025-01-22T20:50:17.617Z | Checking strum v0.26.3 |
638 | 2025-01-22T20:50:18.210Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-22T20:50:22.120Z | Checking progenitor v0.8.0 |
640 | 2025-01-22T20:50:22.234Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-22T20:50:25.313Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-22T20:50:33.177Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-22T20:50:33.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
644 | 2025-01-22T20:50:33.397Z | + cargo build --release |
645 | 2025-01-22T20:50:33.674Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-22T20:50:33.674Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-22T20:50:33.679Z | Compiling libc v0.2.169 |
648 | 2025-01-22T20:50:33.679Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-22T20:50:33.679Z | Compiling autocfg v1.4.0 |
650 | 2025-01-22T20:50:33.679Z | Compiling serde v1.0.217 |
651 | 2025-01-22T20:50:33.679Z | Compiling version_check v0.9.5 |
652 | 2025-01-22T20:50:33.679Z | Compiling memchr v2.7.4 |
653 | 2025-01-22T20:50:33.823Z | Compiling serde_json v1.0.135 |
654 | 2025-01-22T20:50:33.899Z | Compiling itoa v1.0.11 |
655 | 2025-01-22T20:50:34.188Z | Compiling thiserror v1.0.69 |
656 | 2025-01-22T20:50:34.286Z | Compiling once_cell v1.20.2 |
657 | 2025-01-22T20:50:34.298Z | Compiling shlex v1.3.0 |
658 | 2025-01-22T20:50:34.632Z | Compiling cc v1.1.30 |
659 | 2025-01-22T20:50:34.721Z | Compiling num-traits v0.2.19 |
660 | 2025-01-22T20:50:34.746Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-22T20:50:35.011Z | Compiling getrandom v0.2.15 |
662 | 2025-01-22T20:50:35.104Z | Compiling smallvec v1.13.2 |
663 | 2025-01-22T20:50:35.227Z | Compiling ryu v1.0.18 |
664 | 2025-01-22T20:50:35.383Z | Compiling bytes v1.9.0 |
665 | 2025-01-22T20:50:35.510Z | Compiling quote v1.0.38 |
666 | 2025-01-22T20:50:35.518Z | Compiling futures-core v0.3.31 |
667 | 2025-01-22T20:50:35.571Z | Compiling lock_api v0.4.12 |
668 | 2025-01-22T20:50:35.777Z | Compiling parking_lot_core v0.9.10 |
669 | 2025-01-22T20:50:35.832Z | Compiling schemars v0.8.21 |
670 | 2025-01-22T20:50:35.958Z | Compiling syn v2.0.96 |
671 | 2025-01-22T20:50:36.217Z | Compiling ahash v0.8.11 |
672 | 2025-01-22T20:50:36.246Z | Compiling byteorder v1.5.0 |
673 | 2025-01-22T20:50:36.251Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-22T20:50:36.548Z | Compiling slab v0.4.9 |
675 | 2025-01-22T20:50:36.715Z | Compiling log v0.4.22 |
676 | 2025-01-22T20:50:36.884Z | Compiling futures-sink v0.3.31 |
677 | 2025-01-22T20:50:37.041Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-22T20:50:37.063Z | Compiling mio v1.0.2 |
679 | 2025-01-22T20:50:37.119Z | Compiling socket2 v0.5.7 |
680 | 2025-01-22T20:50:37.162Z | Compiling signal-hook-registry v1.4.2 |
681 | 2025-01-22T20:50:37.203Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-22T20:50:37.315Z | Compiling semver v1.0.24 |
683 | 2025-01-22T20:50:37.347Z | Compiling ring v0.17.8 |
684 | 2025-01-22T20:50:37.622Z | Compiling hashbrown v0.15.1 |
685 | 2025-01-22T20:50:37.815Z | Compiling equivalent v1.0.1 |
686 | 2025-01-22T20:50:37.941Z | Compiling fnv v1.0.7 |
687 | 2025-01-22T20:50:38.072Z | Compiling http v1.2.0 |
688 | 2025-01-22T20:50:38.664Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-22T20:50:38.699Z | Compiling futures-task v0.3.31 |
690 | 2025-01-22T20:50:38.780Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-22T20:50:38.882Z | Compiling futures-io v0.3.31 |
692 | 2025-01-22T20:50:39.059Z | Compiling vcpkg v0.2.15 |
693 | 2025-01-22T20:50:39.088Z | Compiling spin v0.9.8 |
694 | 2025-01-22T20:50:39.221Z | Compiling pkg-config v0.3.31 |
695 | 2025-01-22T20:50:39.229Z | Compiling rustls-pki-types v1.10.0 |
696 | 2025-01-22T20:50:39.346Z | Compiling iana-time-zone v0.1.61 |
697 | 2025-01-22T20:50:40.044Z | Compiling litemap v0.7.3 |
698 | 2025-01-22T20:50:40.318Z | Compiling httparse v1.9.5 |
699 | 2025-01-22T20:50:40.482Z | Compiling untrusted v0.9.0 |
700 | 2025-01-22T20:50:40.548Z | Compiling openssl-sys v0.9.103 |
701 | 2025-01-22T20:50:40.675Z | Compiling heck v0.5.0 |
702 | 2025-01-22T20:50:41.019Z | Compiling writeable v0.5.5 |
703 | 2025-01-22T20:50:41.299Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-22T20:50:41.452Z | Compiling dyn-clone v1.0.17 |
705 | 2025-01-22T20:50:41.500Z | Compiling atomic-waker v1.1.2 |
706 | 2025-01-22T20:50:41.635Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-22T20:50:42.084Z | Compiling tracing v0.1.40 |
708 | 2025-01-22T20:50:42.084Z | Compiling http-body v1.0.1 |
709 | 2025-01-22T20:50:42.736Z | Compiling try-lock v0.2.5 |
710 | 2025-01-22T20:50:42.752Z | Compiling subtle v2.6.1 |
711 | 2025-01-22T20:50:42.772Z | Compiling icu_locid_transform_data v1.5.0 |
712 | 2025-01-22T20:50:42.788Z | Compiling zeroize v1.8.1 |
713 | 2025-01-22T20:50:42.883Z | Compiling allocator-api2 v0.2.18 |
714 | 2025-01-22T20:50:43.018Z | Compiling want v0.3.1 |
715 | 2025-01-22T20:50:43.138Z | Compiling icu_properties_data v1.5.0 |
716 | 2025-01-22T20:50:43.265Z | Compiling chrono v0.4.38 |
717 | 2025-01-22T20:50:43.396Z | Compiling uuid v1.12.0 |
718 | 2025-01-22T20:50:43.495Z | Compiling synstructure v0.13.1 |
719 | 2025-01-22T20:50:43.587Z | Compiling serde_derive_internals v0.29.1 |
720 | 2025-01-22T20:50:43.681Z | Compiling foreign-types-shared v0.1.1 |
721 | 2025-01-22T20:50:43.795Z | Compiling httpdate v1.0.3 |
722 | 2025-01-22T20:50:43.933Z | Compiling openssl v0.10.66 |
723 | 2025-01-22T20:50:44.552Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-22T20:50:45.135Z | Compiling slog v2.7.0 |
725 | 2025-01-22T20:50:45.180Z | Compiling utf8_iter v1.0.4 |
726 | 2025-01-22T20:50:45.471Z | Compiling tower-service v0.3.3 |
727 | 2025-01-22T20:50:45.604Z | Compiling rustls v0.23.19 |
728 | 2025-01-22T20:50:45.621Z | Compiling icu_normalizer_data v1.5.0 |
729 | 2025-01-22T20:50:45.629Z | Compiling native-tls v0.2.12 |
730 | 2025-01-22T20:50:45.734Z | Compiling bitflags v2.6.0 |
731 | 2025-01-22T20:50:45.958Z | Compiling utf16_iter v1.0.5 |
732 | 2025-01-22T20:50:46.020Z | Compiling percent-encoding v2.3.1 |
733 | 2025-01-22T20:50:46.035Z | Compiling write16 v1.0.0 |
734 | 2025-01-22T20:50:46.256Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-22T20:50:46.410Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-22T20:50:46.550Z | Compiling regex-syntax v0.8.5 |
737 | 2025-01-22T20:50:46.681Z | Compiling typenum v1.17.0 |
738 | 2025-01-22T20:50:46.773Z | Compiling openssl-probe v0.1.5 |
739 | 2025-01-22T20:50:48.021Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-22T20:50:48.147Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-22T20:50:48.428Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-22T20:50:48.673Z | Compiling schemars_derive v0.8.21 |
743 | 2025-01-22T20:50:48.774Z | Compiling zerofrom-derive v0.1.4 |
744 | 2025-01-22T20:50:50.106Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-22T20:50:51.402Z | Compiling tokio-macros v2.5.0 |
746 | 2025-01-22T20:50:51.463Z | Compiling yoke-derive v0.7.4 |
747 | 2025-01-22T20:50:51.641Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-22T20:50:51.741Z | Compiling futures-macro v0.3.31 |
749 | 2025-01-22T20:50:52.085Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-22T20:50:52.095Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-22T20:50:52.931Z | Compiling tokio v1.43.0 |
752 | 2025-01-22T20:50:53.654Z | Compiling futures-util v0.3.31 |
753 | 2025-01-22T20:50:53.670Z | Compiling icu_provider_macros v1.5.0 |
754 | 2025-01-22T20:50:53.987Z | Compiling yoke v0.7.4 |
755 | 2025-01-22T20:50:54.129Z | Compiling pest v2.7.14 |
756 | 2025-01-22T20:50:54.381Z | Compiling zerovec v0.10.4 |
757 | 2025-01-22T20:50:54.793Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-22T20:50:57.298Z | Compiling tinystr v0.7.6 |
759 | 2025-01-22T20:50:57.703Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-22T20:50:59.794Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-22T20:51:00.514Z | Compiling hashbrown v0.14.5 |
762 | 2025-01-22T20:51:00.552Z | Compiling pest_meta v2.7.14 |
763 | 2025-01-22T20:51:01.805Z | Compiling indexmap v2.7.0 |
764 | 2025-01-22T20:51:03.534Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-22T20:51:05.526Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-22T20:51:05.542Z | Compiling icu_locid_transform v1.5.0 |
767 | 2025-01-22T20:51:05.586Z | Compiling icu_collections v1.5.0 |
768 | 2025-01-22T20:51:07.804Z | Compiling h2 v0.4.6 |
769 | 2025-01-22T20:51:07.885Z | Compiling icu_properties v1.5.1 |
770 | 2025-01-22T20:51:10.846Z | Compiling pest_generator v2.7.14 |
771 | 2025-01-22T20:51:11.580Z | Compiling regress v0.10.1 |
772 | 2025-01-22T20:51:11.583Z | Compiling openssl-macros v0.1.1 |
773 | 2025-01-22T20:51:12.675Z | Compiling pest_derive v2.7.14 |
774 | 2025-01-22T20:51:13.629Z | Compiling hyper v1.5.2 |
775 | 2025-01-22T20:51:14.329Z | Compiling icu_normalizer v1.5.0 |
776 | 2025-01-22T20:51:16.265Z | Compiling typify-impl v0.2.0 |
777 | 2025-01-22T20:51:17.724Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-22T20:51:24.955Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-22T20:51:25.005Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-22T20:51:25.184Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-22T20:51:25.416Z | Compiling generic-array v0.14.7 |
782 | 2025-01-22T20:51:25.577Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-22T20:51:25.811Z | Compiling mime v0.3.17 |
784 | 2025-01-22T20:51:27.086Z | Compiling typify-macro v0.2.0 |
785 | 2025-01-22T20:51:27.243Z | Compiling idna v1.0.3 |
786 | 2025-01-22T20:51:28.384Z | Compiling tokio-rustls v0.26.0 |
787 | 2025-01-22T20:51:28.393Z | Compiling tokio-native-tls v0.3.1 |
788 | 2025-01-22T20:51:28.687Z | Compiling serde_urlencoded v0.7.1 |
789 | 2025-01-22T20:51:28.892Z | Compiling scroll_derive v0.12.0 |
790 | 2025-01-22T20:51:30.469Z | Compiling regex v1.11.1 |
791 | 2025-01-22T20:51:30.493Z | Compiling rustls-pemfile v2.2.0 |
792 | 2025-01-22T20:51:30.740Z | Compiling webpki-roots v0.26.6 |
793 | 2025-01-22T20:51:30.986Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-22T20:51:31.404Z | Compiling powerfmt v0.2.0 |
795 | 2025-01-22T20:51:31.453Z | Compiling time-core v0.1.2 |
796 | 2025-01-22T20:51:31.637Z | Compiling num-conv v0.1.0 |
797 | 2025-01-22T20:51:31.918Z | Compiling base64 v0.22.1 |
798 | 2025-01-22T20:51:32.282Z | Compiling time-macros v0.2.18 |
799 | 2025-01-22T20:51:33.095Z | Compiling deranged v0.3.11 |
800 | 2025-01-22T20:51:33.485Z | Compiling hyper-rustls v0.27.3 |
801 | 2025-01-22T20:51:34.863Z | Compiling scroll v0.12.0 |
802 | 2025-01-22T20:51:35.268Z | Compiling hyper-tls v0.6.0 |
803 | 2025-01-22T20:51:35.479Z | Compiling url v2.5.3 |
804 | 2025-01-22T20:51:35.774Z | Compiling thread-id v4.2.2 |
805 | 2025-01-22T20:51:37.134Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-22T20:51:38.772Z | Compiling dof v0.3.0 |
807 | 2025-01-22T20:51:39.632Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-22T20:51:39.796Z | Compiling omicron-workspace-hack v0.1.0 |
809 | 2025-01-22T20:51:40.354Z | Compiling ident_case v1.0.1 |
810 | 2025-01-22T20:51:40.542Z | Compiling ipnet v2.10.1 |
811 | 2025-01-22T20:51:41.648Z | Compiling syn v1.0.109 |
812 | 2025-01-22T20:51:42.244Z | Compiling crossbeam-utils v0.8.20 |
813 | 2025-01-22T20:51:42.818Z | Compiling strsim v0.11.1 |
814 | 2025-01-22T20:51:43.553Z | Compiling num_threads v0.1.7 |
815 | 2025-01-22T20:51:43.684Z | Compiling plain v0.2.3 |
816 | 2025-01-22T20:51:45.154Z | Compiling time v0.3.36 |
817 | 2025-01-22T20:51:48.270Z | Compiling goblin v0.8.2 |
818 | 2025-01-22T20:51:49.629Z | Compiling darling_core v0.20.10 |
819 | 2025-01-22T20:51:50.445Z | Compiling reqwest v0.12.9 |
820 | 2025-01-22T20:51:56.816Z | Compiling typify v0.2.0 |
821 | 2025-01-22T20:51:56.826Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-22T20:51:57.982Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-22T20:51:59.567Z | Compiling pretty-hex v0.4.1 |
824 | 2025-01-22T20:51:59.825Z | Compiling rustls v0.22.4 |
825 | 2025-01-22T20:52:00.167Z | Compiling rustversion v1.0.17 |
826 | 2025-01-22T20:52:00.855Z | Compiling newtype-uuid v1.2.1 |
827 | 2025-01-22T20:52:00.952Z | Compiling paste v1.0.15 |
828 | 2025-01-22T20:52:01.209Z | Compiling unsafe-libyaml v0.2.11 |
829 | 2025-01-22T20:52:01.601Z | Compiling progenitor-impl v0.8.0 |
830 | 2025-01-22T20:52:03.019Z | Compiling serde_yaml v0.9.34+deprecated |
831 | 2025-01-22T20:52:06.663Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-22T20:52:06.938Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-22T20:52:08.140Z | Compiling crypto-common v0.1.6 |
834 | 2025-01-22T20:52:08.368Z | Compiling block-buffer v0.10.4 |
835 | 2025-01-22T20:52:08.635Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-22T20:52:09.674Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-22T20:52:09.931Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-22T20:52:10.141Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-22T20:52:10.643Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-22T20:52:11.042Z | Compiling rand_core v0.6.4 |
841 | 2025-01-22T20:52:11.676Z | Compiling thread_local v1.1.8 |
842 | 2025-01-22T20:52:12.403Z | Compiling multer v3.1.0 |
843 | 2025-01-22T20:52:12.649Z | Compiling match_cfg v0.1.0 |
844 | 2025-01-22T20:52:12.742Z | Compiling anyhow v1.0.93 |
845 | 2025-01-22T20:52:12.760Z | Compiling thiserror v2.0.11 |
846 | 2025-01-22T20:52:13.331Z | Compiling camino v1.1.9 |
847 | 2025-01-22T20:52:13.334Z | Compiling slog-async v2.8.0 |
848 | 2025-01-22T20:52:13.347Z | Compiling winnow v0.6.20 |
849 | 2025-01-22T20:52:13.521Z | Compiling either v1.13.0 |
850 | 2025-01-22T20:52:13.903Z | Compiling itertools v0.10.5 |
851 | 2025-01-22T20:52:13.988Z | Compiling structmeta v0.3.0 |
852 | 2025-01-22T20:52:14.204Z | Compiling hostname v0.3.1 |
853 | 2025-01-22T20:52:14.329Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-22T20:52:14.459Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-22T20:52:14.474Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-22T20:52:15.575Z | Compiling crossbeam-channel v0.5.13 |
857 | 2025-01-22T20:52:16.245Z | Compiling digest v0.10.7 |
858 | 2025-01-22T20:52:16.976Z | Compiling progenitor-macro v0.8.0 |
859 | 2025-01-22T20:52:17.148Z | Compiling toml_edit v0.22.22 |
860 | 2025-01-22T20:52:17.802Z | Compiling darling v0.20.10 |
861 | 2025-01-22T20:52:17.922Z | Compiling term v0.7.0 |
862 | 2025-01-22T20:52:25.367Z | Compiling usdt-attr-macro v0.5.0 |
863 | 2025-01-22T20:52:25.867Z | Compiling usdt-macro v0.5.0 |
864 | 2025-01-22T20:52:26.796Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-22T20:52:27.142Z | Compiling slog-json v2.6.1 |
866 | 2025-01-22T20:52:27.676Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-22T20:52:27.720Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-22T20:52:28.448Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-22T20:52:28.786Z | Compiling memmap v0.7.0 |
870 | 2025-01-22T20:52:29.100Z | Compiling is-terminal v0.4.13 |
871 | 2025-01-22T20:52:29.240Z | Compiling dropshot v0.15.1 |
872 | 2025-01-22T20:52:29.263Z | Compiling take_mut v0.2.2 |
873 | 2025-01-22T20:52:29.437Z | Compiling cpufeatures v0.2.14 |
874 | 2025-01-22T20:52:29.545Z | Compiling sha1 v0.10.6 |
875 | 2025-01-22T20:52:30.397Z | Compiling slog-term v2.9.1 |
876 | 2025-01-22T20:52:31.754Z | Compiling async-stream v0.3.6 |
877 | 2025-01-22T20:52:32.125Z | Compiling usdt v0.5.0 |
878 | 2025-01-22T20:52:33.168Z | Compiling progenitor v0.8.0 |
879 | 2025-01-22T20:52:33.366Z | Compiling futures v0.3.31 |
880 | 2025-01-22T20:52:33.469Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-22T20:52:33.489Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-22T20:52:33.717Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
883 | 2025-01-22T20:52:33.758Z | Compiling strum_macros v0.26.4 |
884 | 2025-01-22T20:52:33.975Z | Compiling toml v0.8.19 |
885 | 2025-01-22T20:52:35.257Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-22T20:52:35.482Z | Compiling rand v0.8.5 |
887 | 2025-01-22T20:52:37.349Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-22T20:52:40.841Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-22T20:52:41.198Z | Compiling hex v0.4.3 |
890 | 2025-01-22T20:52:41.282Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-22T20:52:41.335Z | Compiling async-trait v0.1.83 |
892 | 2025-01-22T20:52:41.866Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-22T20:52:42.021Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-22T20:52:42.272Z | Compiling hostname v0.4.0 |
895 | 2025-01-22T20:52:42.281Z | Compiling instant v0.1.13 |
896 | 2025-01-22T20:52:42.441Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-22T20:52:42.537Z | Compiling backoff v0.4.0 |
898 | 2025-01-22T20:52:42.593Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
899 | 2025-01-22T20:52:42.716Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
900 | 2025-01-22T20:52:42.769Z | Compiling parse-display v0.10.0 |
901 | 2025-01-22T20:52:43.107Z | Compiling strum v0.26.3 |
902 | 2025-01-22T20:52:43.127Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
903 | 2025-01-22T20:52:43.127Z | Compiling serde_with v3.11.0 |
904 | 2025-01-22T20:52:43.602Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-22T20:52:44.254Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-22T20:52:44.824Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-22T20:52:45.104Z | Compiling regress v0.9.1 |
908 | 2025-01-22T20:52:45.833Z | Compiling macaddr v1.0.1 |
909 | 2025-01-22T20:52:53.803Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-22T20:53:04.478Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-22T20:53:15.112Z | Finished `release` profile [optimized] target(s) in 2m 41s |
912 | 2025-01-22T20:53:15.184Z | process exited: duration 234797 ms, exit code 0 |
|
913 | 2025-01-22T20:53:15.190Z | found 0 output files |