|
|
|
1 | 2025-01-24T19:12:34.469Z | job assigned to worker 01JJCVMA3S3A6F3AWFJB17AQJK [factory aws, i-0a1c294c52b76063e] (queued for 56 s) |
|
2 | 2025-01-24T19:12:42.222Z | starting task 0: "setup" |
3 | 2025-01-24T19:12:42.231Z | ++ uname -s |
4 | 2025-01-24T19:12:42.233Z | + kern=SunOS |
5 | 2025-01-24T19:12:42.233Z | + case "$kern" in |
6 | 2025-01-24T19:12:42.233Z | + groupadd -g 12345 build |
7 | 2025-01-24T19:12:42.236Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T19:12:44.244Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T19:12:44.422Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T19:12:44.425Z | + home_fs=zfs |
11 | 2025-01-24T19:12:44.425Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T19:12:44.425Z | + mkdir -p /home/build |
13 | 2025-01-24T19:12:44.428Z | + chown build:build /home/build /work |
14 | 2025-01-24T19:12:46.429Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T19:12:46.432Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2025-01-24T19:12:46.438Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T19:12:46.444Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T19:12:46.444Z | ' 1.84.0 |
19 | 2025-01-24T19:12:46.447Z | * toolchain channel = "1.84.0" |
20 | 2025-01-24T19:12:46.447Z | * toolchain profile = "default" |
21 | 2025-01-24T19:12:46.447Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-24T19:12:46.447Z | ' default |
23 | 2025-01-24T19:12:46.447Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T19:12:46.447Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-24T19:12:46.569Z | info: downloading installer |
26 | 2025-01-24T19:12:47.713Z | info: profile set to 'default' |
27 | 2025-01-24T19:12:47.713Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T19:12:47.716Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-24T19:12:47.872Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T19:12:47.872Z | info: downloading component 'cargo' |
31 | 2025-01-24T19:12:48.762Z | info: downloading component 'clippy' |
32 | 2025-01-24T19:12:49.106Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T19:12:50.312Z | info: downloading component 'rust-std' |
34 | 2025-01-24T19:12:52.099Z | info: downloading component 'rustc' |
35 | 2025-01-24T19:12:58.936Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T19:12:59.193Z | info: installing component 'cargo' |
37 | 2025-01-24T19:13:00.028Z | info: installing component 'clippy' |
38 | 2025-01-24T19:13:00.409Z | info: installing component 'rust-docs' |
39 | 2025-01-24T19:13:02.082Z | info: installing component 'rust-std' |
40 | 2025-01-24T19:13:03.797Z | info: installing component 'rustc' |
41 | 2025-01-24T19:13:09.786Z | info: installing component 'rustfmt' |
42 | 2025-01-24T19:13:10.123Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-24T19:13:10.123Z | |
44 | 2025-01-24T19:13:10.509Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T19:13:10.509Z | |
46 | 2025-01-24T19:13:10.512Z | |
47 | 2025-01-24T19:13:10.512Z | Rust is installed now. Great! |
48 | 2025-01-24T19:13:10.512Z | |
49 | 2025-01-24T19:13:10.512Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T19:13:10.512Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T19:13:10.512Z | |
52 | 2025-01-24T19:13:10.512Z | To configure your current shell, you need to source |
53 | 2025-01-24T19:13:10.512Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T19:13:10.512Z | |
55 | 2025-01-24T19:13:10.512Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T19:13:10.512Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T19:13:10.512Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T19:13:10.594Z | + rustc --version |
59 | 2025-01-24T19:13:10.659Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T19:13:10.662Z | process exited: duration 24221 ms, exit code 0 |
|
61 | 2025-01-24T19:13:10.668Z | starting task 2: "authentication" |
62 | 2025-01-24T19:13:10.689Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-24T19:13:10.694Z | starting task 3: "clone repository" |
64 | 2025-01-24T19:13:10.699Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-24T19:13:10.702Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-24T19:13:10.830Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-24T19:13:19.399Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-24T19:13:19.399Z | + git fetch origin 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
69 | 2025-01-24T19:13:19.695Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-24T19:13:19.695Z | * branch 41e6a9e1a7295073337b5083d2d3c32d12317cb6 -> FETCH_HEAD |
71 | 2025-01-24T19:13:19.705Z | + [[ -n iliana/nexus-tuf ]] |
72 | 2025-01-24T19:13:19.708Z | ++ git branch --show-current |
73 | 2025-01-24T19:13:19.710Z | + current=main |
74 | 2025-01-24T19:13:19.710Z | + [[ main != iliana/nexus-tuf ]] |
75 | 2025-01-24T19:13:19.710Z | + git branch -f iliana/nexus-tuf 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
76 | 2025-01-24T19:13:19.713Z | + git checkout -f iliana/nexus-tuf |
77 | 2025-01-24T19:13:19.891Z | Switched to branch 'iliana/nexus-tuf' |
78 | 2025-01-24T19:13:19.894Z | + git reset --hard 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
79 | 2025-01-24T19:13:19.917Z | HEAD is now at 41e6a9e1a Merge remote-tracking branch 'origin/main' into iliana/nexus-tuf |
80 | 2025-01-24T19:13:19.920Z | process exited: duration 9222 ms, exit code 0 |
|
81 | 2025-01-24T19:13:19.925Z | starting task 4: "build" |
82 | 2025-01-24T19:13:19.931Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-24T19:13:19.931Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-24T19:13:19.934Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-24T19:13:19.934Z | + cargo --version |
86 | 2025-01-24T19:13:19.992Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-24T19:13:19.995Z | + rustc --version |
88 | 2025-01-24T19:13:20.056Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-24T19:13:20.059Z | + cd /tmp |
90 | 2025-01-24T19:13:20.062Z | + cargo new --lib test-project |
91 | 2025-01-24T19:13:20.118Z | Creating library `test-project` package |
92 | 2025-01-24T19:13:20.195Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-24T19:13:20.198Z | + cd test-project |
94 | 2025-01-24T19:13:20.198Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-24T19:13:20.258Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-24T19:13:20.260Z | Features: |
97 | 2025-01-24T19:13:20.260Z | - proptest |
98 | 2025-01-24T19:13:20.260Z | - test-strategy |
99 | 2025-01-24T19:13:20.260Z | - testing |
100 | 2025-01-24T19:13:20.260Z | Updating crates.io index |
101 | 2025-01-24T19:13:20.336Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-24T19:13:20.888Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-24T19:13:21.451Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-24T19:13:21.940Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-24T19:13:22.434Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-24T19:13:23.956Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-24T19:13:24.156Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-24T19:13:24.158Z | + cargo check |
109 | 2025-01-24T19:13:24.303Z | Updating crates.io index |
110 | 2025-01-24T19:13:25.268Z | Locking 1 package to latest compatible version |
111 | 2025-01-24T19:13:25.268Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-24T19:13:25.291Z | Downloading crates ... |
113 | 2025-01-24T19:13:25.384Z | Downloaded async-stream-impl v0.3.6 |
114 | 2025-01-24T19:13:25.399Z | Downloaded byteorder v1.5.0 |
115 | 2025-01-24T19:13:25.402Z | Downloaded block-buffer v0.10.4 |
116 | 2025-01-24T19:13:25.405Z | Downloaded async-stream v0.3.6 |
117 | 2025-01-24T19:13:25.426Z | Downloaded ident_case v1.0.1 |
118 | 2025-01-24T19:13:25.429Z | Downloaded darling_macro v0.20.10 |
119 | 2025-01-24T19:13:25.435Z | Downloaded instant v0.1.13 |
120 | 2025-01-24T19:13:25.440Z | Downloaded http-body v1.0.1 |
121 | 2025-01-24T19:13:25.442Z | Downloaded foreign-types-shared v0.1.1 |
122 | 2025-01-24T19:13:25.445Z | Downloaded dtrace-parser v0.2.0 |
123 | 2025-01-24T19:13:25.447Z | Downloaded foreign-types v0.3.2 |
124 | 2025-01-24T19:13:25.450Z | Downloaded equivalent v1.0.1 |
125 | 2025-01-24T19:13:25.452Z | Downloaded icu_provider_macros v1.5.0 |
126 | 2025-01-24T19:13:25.454Z | Downloaded atomic-waker v1.1.2 |
127 | 2025-01-24T19:13:25.457Z | Downloaded ahash v0.8.11 |
128 | 2025-01-24T19:13:25.462Z | Downloaded httpdate v1.0.3 |
129 | 2025-01-24T19:13:25.464Z | Downloaded hex v0.4.3 |
130 | 2025-01-24T19:13:25.464Z | Downloaded heck v0.5.0 |
131 | 2025-01-24T19:13:25.467Z | Downloaded dirs-sys-next v0.1.2 |
132 | 2025-01-24T19:13:25.470Z | Downloaded dyn-clone v1.0.17 |
133 | 2025-01-24T19:13:25.472Z | Downloaded autocfg v1.4.0 |
134 | 2025-01-24T19:13:25.478Z | Downloaded hyper-tls v0.6.0 |
135 | 2025-01-24T19:13:25.481Z | Downloaded futures-sink v0.3.31 |
136 | 2025-01-24T19:13:25.484Z | Downloaded cpufeatures v0.2.14 |
137 | 2025-01-24T19:13:25.487Z | Downloaded idna_adapter v1.2.0 |
138 | 2025-01-24T19:13:25.496Z | Downloaded generic-array v0.14.7 |
139 | 2025-01-24T19:13:25.498Z | Downloaded either v1.13.0 |
140 | 2025-01-24T19:13:25.501Z | Downloaded http-body-util v0.1.2 |
141 | 2025-01-24T19:13:25.501Z | Downloaded futures-executor v0.3.31 |
142 | 2025-01-24T19:13:25.503Z | Downloaded fnv v1.0.7 |
143 | 2025-01-24T19:13:25.503Z | Downloaded digest v0.10.7 |
144 | 2025-01-24T19:13:25.506Z | Downloaded hostname v0.3.1 |
145 | 2025-01-24T19:13:25.508Z | Downloaded futures-task v0.3.31 |
146 | 2025-01-24T19:13:25.511Z | Downloaded futures-macro v0.3.31 |
147 | 2025-01-24T19:13:25.511Z | Downloaded debug-ignore v1.0.5 |
148 | 2025-01-24T19:13:25.516Z | Downloaded crypto-common v0.1.6 |
149 | 2025-01-24T19:13:25.516Z | Downloaded futures-core v0.3.31 |
150 | 2025-01-24T19:13:25.518Z | Downloaded macaddr v1.0.1 |
151 | 2025-01-24T19:13:25.518Z | Downloaded cfg-if v1.0.0 |
152 | 2025-01-24T19:13:25.518Z | Downloaded backoff v0.4.0 |
153 | 2025-01-24T19:13:25.521Z | Downloaded form_urlencoded v1.2.1 |
154 | 2025-01-24T19:13:25.521Z | Downloaded dof v0.3.0 |
155 | 2025-01-24T19:13:25.523Z | Downloaded itoa v1.0.11 |
156 | 2025-01-24T19:13:25.523Z | Downloaded allocator-api2 v0.2.18 |
157 | 2025-01-24T19:13:25.526Z | Downloaded deranged v0.3.11 |
158 | 2025-01-24T19:13:25.528Z | Downloaded take_mut v0.2.2 |
159 | 2025-01-24T19:13:25.538Z | Downloaded openssl-macros v0.1.1 |
160 | 2025-01-24T19:13:25.540Z | Downloaded synstructure v0.13.1 |
161 | 2025-01-24T19:13:25.540Z | Downloaded is-terminal v0.4.13 |
162 | 2025-01-24T19:13:25.548Z | Downloaded num-conv v0.1.0 |
163 | 2025-01-24T19:13:25.550Z | Downloaded dirs-next v2.0.0 |
164 | 2025-01-24T19:13:25.553Z | Downloaded openssl-probe v0.1.5 |
165 | 2025-01-24T19:13:25.553Z | Downloaded num_threads v0.1.7 |
166 | 2025-01-24T19:13:25.553Z | Downloaded hyper-rustls v0.27.3 |
167 | 2025-01-24T19:13:25.562Z | Downloaded httparse v1.9.5 |
168 | 2025-01-24T19:13:25.562Z | Downloaded native-tls v0.2.12 |
169 | 2025-01-24T19:13:25.565Z | Downloaded iana-time-zone v0.1.61 |
170 | 2025-01-24T19:13:25.565Z | Downloaded mime v0.3.17 |
171 | 2025-01-24T19:13:25.567Z | Downloaded newtype-uuid v1.2.1 |
172 | 2025-01-24T19:13:25.570Z | Downloaded icu_locid_transform v1.5.0 |
173 | 2025-01-24T19:13:25.572Z | Downloaded omicron-workspace-hack v0.1.0 |
174 | 2025-01-24T19:13:25.572Z | Downloaded progenitor v0.8.0 |
175 | 2025-01-24T19:13:25.575Z | Downloaded parse-display-derive v0.10.0 |
176 | 2025-01-24T19:13:25.575Z | Downloaded ipnetwork v0.20.0 |
177 | 2025-01-24T19:13:25.577Z | Downloaded getrandom v0.2.15 |
178 | 2025-01-24T19:13:25.580Z | Downloaded progenitor-client v0.9.1 |
179 | 2025-01-24T19:13:25.582Z | Downloaded pretty-hex v0.4.1 |
180 | 2025-01-24T19:13:25.582Z | Downloaded sync_wrapper v1.0.1 |
181 | 2025-01-24T19:13:25.587Z | Downloaded parking_lot v0.12.3 |
182 | 2025-01-24T19:13:25.589Z | Downloaded schemars_derive v0.8.21 |
183 | 2025-01-24T19:13:25.589Z | Downloaded pin-project-lite v0.2.14 |
184 | 2025-01-24T19:13:25.595Z | Downloaded subtle v2.6.1 |
185 | 2025-01-24T19:13:25.597Z | Downloaded strsim v0.11.1 |
186 | 2025-01-24T19:13:25.600Z | Downloaded slab v0.4.9 |
187 | 2025-01-24T19:13:25.600Z | Downloaded scroll_derive v0.12.0 |
188 | 2025-01-24T19:13:25.603Z | Downloaded progenitor-macro v0.8.0 |
189 | 2025-01-24T19:13:25.603Z | Downloaded quinn-udp v0.5.5 |
190 | 2025-01-24T19:13:25.606Z | Downloaded ppv-lite86 v0.2.20 |
191 | 2025-01-24T19:13:25.606Z | Downloaded openssl-sys v0.9.103 |
192 | 2025-01-24T19:13:25.612Z | Downloaded rustc-hash v2.0.0 |
193 | 2025-01-24T19:13:25.615Z | Downloaded try-lock v0.2.5 |
194 | 2025-01-24T19:13:25.615Z | Downloaded tower-service v0.3.3 |
195 | 2025-01-24T19:13:25.615Z | Downloaded match_cfg v0.1.0 |
196 | 2025-01-24T19:13:25.615Z | Downloaded litemap v0.7.3 |
197 | 2025-01-24T19:13:25.619Z | Downloaded write16 v1.0.0 |
198 | 2025-01-24T19:13:25.619Z | Downloaded want v0.3.1 |
199 | 2025-01-24T19:13:25.622Z | Downloaded waitgroup v0.1.2 |
200 | 2025-01-24T19:13:25.622Z | Downloaded indexmap v1.9.3 |
201 | 2025-01-24T19:13:25.625Z | Downloaded yoke-derive v0.7.4 |
202 | 2025-01-24T19:13:25.625Z | Downloaded thiserror-impl v1.0.69 |
203 | 2025-01-24T19:13:25.628Z | Downloaded zerofrom v0.1.4 |
204 | 2025-01-24T19:13:25.628Z | Downloaded usdt-macro v0.5.0 |
205 | 2025-01-24T19:13:25.631Z | Downloaded futures v0.3.31 |
206 | 2025-01-24T19:13:25.637Z | Downloaded plain v0.2.3 |
207 | 2025-01-24T19:13:25.640Z | Downloaded thiserror-impl v2.0.11 |
208 | 2025-01-24T19:13:25.640Z | Downloaded dropshot_endpoint v0.15.1 |
209 | 2025-01-24T19:13:25.644Z | Downloaded usdt-attr-macro v0.5.0 |
210 | 2025-01-24T19:13:25.645Z | Downloaded tinystr v0.7.6 |
211 | 2025-01-24T19:13:25.647Z | Downloaded tokio-native-tls v0.3.1 |
212 | 2025-01-24T19:13:25.647Z | Downloaded icu_normalizer_data v1.5.0 |
213 | 2025-01-24T19:13:25.652Z | Downloaded typify-macro v0.2.0 |
214 | 2025-01-24T19:13:25.652Z | Downloaded pin-utils v0.1.0 |
215 | 2025-01-24T19:13:25.652Z | Downloaded paste v1.0.15 |
216 | 2025-01-24T19:13:25.655Z | Downloaded strum v0.26.3 |
217 | 2025-01-24T19:13:25.655Z | Downloaded serde_spanned v0.6.8 |
218 | 2025-01-24T19:13:25.657Z | Downloaded rand_core v0.6.4 |
219 | 2025-01-24T19:13:25.657Z | Downloaded serde_tokenstream v0.2.2 |
220 | 2025-01-24T19:13:25.660Z | Downloaded zerovec-derive v0.10.3 |
221 | 2025-01-24T19:13:25.664Z | Downloaded thiserror v1.0.69 |
222 | 2025-01-24T19:13:25.667Z | Downloaded scopeguard v1.2.0 |
223 | 2025-01-24T19:13:25.670Z | Downloaded shlex v1.3.0 |
224 | 2025-01-24T19:13:25.670Z | Downloaded pest_generator v2.7.14 |
225 | 2025-01-24T19:13:25.673Z | Downloaded zerofrom-derive v0.1.4 |
226 | 2025-01-24T19:13:25.673Z | Downloaded writeable v0.5.5 |
227 | 2025-01-24T19:13:25.676Z | Downloaded pest_derive v2.7.14 |
228 | 2025-01-24T19:13:25.679Z | Downloaded serde_derive_internals v0.29.1 |
229 | 2025-01-24T19:13:25.679Z | Downloaded quote v1.0.38 |
230 | 2025-01-24T19:13:25.682Z | Downloaded stable_deref_trait v1.2.0 |
231 | 2025-01-24T19:13:25.682Z | Downloaded structmeta-derive v0.3.0 |
232 | 2025-01-24T19:13:25.684Z | Downloaded typify v0.2.0 |
233 | 2025-01-24T19:13:25.689Z | Downloaded zerocopy-derive v0.7.35 |
234 | 2025-01-24T19:13:25.692Z | Downloaded icu_locid_transform_data v1.5.0 |
235 | 2025-01-24T19:13:25.695Z | Downloaded icu_properties v1.5.1 |
236 | 2025-01-24T19:13:25.698Z | Downloaded structmeta v0.3.0 |
237 | 2025-01-24T19:13:25.698Z | Downloaded serde_urlencoded v0.7.1 |
238 | 2025-01-24T19:13:25.701Z | Downloaded pest_meta v2.7.14 |
239 | 2025-01-24T19:13:25.704Z | Downloaded progenitor-impl v0.8.0 |
240 | 2025-01-24T19:13:25.704Z | Downloaded proc-macro2 v1.0.92 |
241 | 2025-01-24T19:13:25.707Z | Downloaded slog-bunyan v2.5.0 |
242 | 2025-01-24T19:13:25.709Z | Downloaded toml v0.8.19 |
243 | 2025-01-24T19:13:25.713Z | Downloaded spin v0.9.8 |
244 | 2025-01-24T19:13:25.716Z | Downloaded rustls-pki-types v1.10.0 |
245 | 2025-01-24T19:13:25.719Z | Downloaded signal-hook-registry v1.4.2 |
246 | 2025-01-24T19:13:25.719Z | Downloaded rustls-pemfile v2.2.0 |
247 | 2025-01-24T19:13:25.722Z | Downloaded semver v1.0.24 |
248 | 2025-01-24T19:13:25.727Z | Downloaded sha1 v0.10.6 |
249 | 2025-01-24T19:13:25.727Z | Downloaded scroll v0.12.0 |
250 | 2025-01-24T19:13:25.727Z | Downloaded term v0.7.0 |
251 | 2025-01-24T19:13:25.730Z | Downloaded quinn v0.11.5 |
252 | 2025-01-24T19:13:25.734Z | Downloaded rand_chacha v0.3.1 |
253 | 2025-01-24T19:13:25.737Z | Downloaded unsafe-libyaml v0.2.11 |
254 | 2025-01-24T19:13:25.740Z | Downloaded thiserror v2.0.11 |
255 | 2025-01-24T19:13:25.745Z | Downloaded tracing-core v0.1.32 |
256 | 2025-01-24T19:13:25.750Z | Downloaded url v2.5.3 |
257 | 2025-01-24T19:13:25.752Z | Downloaded icu_collections v1.5.0 |
258 | 2025-01-24T19:13:25.758Z | Downloaded slog v2.7.0 |
259 | 2025-01-24T19:13:25.761Z | Downloaded memchr v2.7.4 |
260 | 2025-01-24T19:13:25.766Z | Downloaded socket2 v0.5.7 |
261 | 2025-01-24T19:13:25.769Z | Downloaded time v0.3.36 |
262 | 2025-01-24T19:13:25.776Z | Downloaded strum_macros v0.26.4 |
263 | 2025-01-24T19:13:25.780Z | Downloaded tokio-util v0.7.12 |
264 | 2025-01-24T19:13:25.785Z | Downloaded serde_with_macros v3.11.0 |
265 | 2025-01-24T19:13:25.788Z | Downloaded zerovec v0.10.4 |
266 | 2025-01-24T19:13:25.794Z | Downloaded winnow v0.6.20 |
267 | 2025-01-24T19:13:25.803Z | Downloaded smallvec v1.13.2 |
268 | 2025-01-24T19:13:25.806Z | Downloaded serde v1.0.217 |
269 | 2025-01-24T19:13:25.809Z | Downloaded quinn-proto v0.11.8 |
270 | 2025-01-24T19:13:25.816Z | Downloaded ryu v1.0.18 |
271 | 2025-01-24T19:13:25.819Z | Downloaded vcpkg v0.2.15 |
272 | 2025-01-24T19:13:25.856Z | Downloaded serde_yaml v0.9.34+deprecated |
273 | 2025-01-24T19:13:25.859Z | Downloaded openapiv3 v2.0.0 |
274 | 2025-01-24T19:13:25.870Z | Downloaded schemars v0.8.21 |
275 | 2025-01-24T19:13:25.880Z | Downloaded http v1.2.0 |
276 | 2025-01-24T19:13:25.884Z | Downloaded zerocopy v0.7.35 |
277 | 2025-01-24T19:13:25.898Z | Downloaded rand v0.8.5 |
278 | 2025-01-24T19:13:25.902Z | Downloaded itertools v0.10.5 |
279 | 2025-01-24T19:13:25.908Z | Downloaded hashbrown v0.14.5 |
280 | 2025-01-24T19:13:25.913Z | Downloaded hashbrown v0.15.1 |
281 | 2025-01-24T19:13:25.919Z | Downloaded idna v1.0.3 |
282 | 2025-01-24T19:13:25.922Z | Downloaded hyper v1.5.2 |
283 | 2025-01-24T19:13:25.929Z | Downloaded webpki-roots v0.26.6 |
284 | 2025-01-24T19:13:25.932Z | Downloaded aho-corasick v1.1.3 |
285 | 2025-01-24T19:13:25.938Z | Downloaded h2 v0.4.6 |
286 | 2025-01-24T19:13:25.946Z | Downloaded typify-impl v0.2.0 |
287 | 2025-01-24T19:13:25.958Z | Downloaded futures-util v0.3.31 |
288 | 2025-01-24T19:13:25.970Z | Downloaded serde_with v3.11.0 |
289 | 2025-01-24T19:13:25.977Z | Downloaded goblin v0.8.2 |
290 | 2025-01-24T19:13:25.983Z | Downloaded crossbeam-channel v0.5.13 |
291 | 2025-01-24T19:13:25.988Z | Downloaded reqwest v0.12.9 |
292 | 2025-01-24T19:13:25.996Z | Downloaded serde_json v1.0.135 |
293 | 2025-01-24T19:13:26.002Z | Downloaded hashbrown v0.12.3 |
294 | 2025-01-24T19:13:26.006Z | Downloaded indexmap v2.7.0 |
295 | 2025-01-24T19:13:26.010Z | Downloaded cc v1.1.30 |
296 | 2025-01-24T19:13:26.013Z | Downloaded sha2 v0.10.8 |
297 | 2025-01-24T19:13:26.016Z | Downloaded rustversion v1.0.17 |
298 | 2025-01-24T19:13:26.018Z | Downloaded serde_derive v1.0.217 |
299 | 2025-01-24T19:13:26.021Z | Downloaded toml_edit v0.22.22 |
300 | 2025-01-24T19:13:26.040Z | Downloaded darling_core v0.20.10 |
301 | 2025-01-24T19:13:26.044Z | Downloaded icu_properties_data v1.5.0 |
302 | 2025-01-24T19:13:26.053Z | Downloaded rustls-webpki v0.102.8 |
303 | 2025-01-24T19:13:26.072Z | Downloaded chrono v0.4.39 |
304 | 2025-01-24T19:13:26.077Z | Downloaded tracing v0.1.40 |
305 | 2025-01-24T19:13:26.081Z | Downloaded ucd-trie v0.1.7 |
306 | 2025-01-24T19:13:26.083Z | Downloaded tokio v1.43.0 |
307 | 2025-01-24T19:13:26.117Z | Downloaded tinyvec v1.8.0 |
308 | 2025-01-24T19:13:26.120Z | Downloaded syn v1.0.109 |
309 | 2025-01-24T19:13:26.128Z | Downloaded regex v1.11.1 |
310 | 2025-01-24T19:13:26.140Z | Downloaded pest v2.7.14 |
311 | 2025-01-24T19:13:26.144Z | Downloaded openssl v0.10.66 |
312 | 2025-01-24T19:13:26.153Z | Downloaded typenum v1.17.0 |
313 | 2025-01-24T19:13:26.156Z | Downloaded tokio-rustls v0.26.0 |
314 | 2025-01-24T19:13:26.158Z | Downloaded dropshot v0.15.1 |
315 | 2025-01-24T19:13:26.178Z | Downloaded syn v2.0.96 |
316 | 2025-01-24T19:13:26.188Z | Downloaded regress v0.9.1 |
317 | 2025-01-24T19:13:26.196Z | Downloaded regress v0.10.1 |
318 | 2025-01-24T19:13:26.203Z | Downloaded uuid v1.12.0 |
319 | 2025-01-24T19:13:26.206Z | Downloaded rustls v0.23.19 |
320 | 2025-01-24T19:13:26.217Z | Downloaded regex-syntax v0.8.5 |
321 | 2025-01-24T19:13:26.224Z | Downloaded rustls v0.22.4 |
322 | 2025-01-24T19:13:26.236Z | Downloaded unicode-ident v1.0.14 |
323 | 2025-01-24T19:13:26.238Z | Downloaded mio v1.0.2 |
324 | 2025-01-24T19:13:26.243Z | Downloaded base64 v0.22.1 |
325 | 2025-01-24T19:13:26.247Z | Downloaded slog-json v2.6.1 |
326 | 2025-01-24T19:13:26.249Z | Downloaded slog-async v2.8.0 |
327 | 2025-01-24T19:13:26.249Z | Downloaded yoke v0.7.4 |
328 | 2025-01-24T19:13:26.252Z | Downloaded thread_local v1.1.8 |
329 | 2025-01-24T19:13:26.252Z | Downloaded log v0.4.22 |
330 | 2025-01-24T19:13:26.255Z | Downloaded icu_locid v1.5.0 |
331 | 2025-01-24T19:13:26.258Z | Downloaded hyper-util v0.1.10 |
332 | 2025-01-24T19:13:26.262Z | Downloaded usdt-impl v0.5.0 |
333 | 2025-01-24T19:13:26.264Z | Downloaded usdt v0.5.0 |
334 | 2025-01-24T19:13:26.264Z | Downloaded toml_datetime v0.6.8 |
335 | 2025-01-24T19:13:26.267Z | Downloaded time-macros v0.2.18 |
336 | 2025-01-24T19:13:26.267Z | Downloaded memmap v0.7.0 |
337 | 2025-01-24T19:13:26.269Z | Downloaded zeroize v1.8.1 |
338 | 2025-01-24T19:13:26.269Z | Downloaded tokio-rustls v0.25.0 |
339 | 2025-01-24T19:13:26.272Z | Downloaded serde_path_to_error v0.1.16 |
340 | 2025-01-24T19:13:26.275Z | Downloaded version_check v0.9.5 |
341 | 2025-01-24T19:13:26.275Z | Downloaded utf8_iter v1.0.4 |
342 | 2025-01-24T19:13:26.275Z | Downloaded utf16_iter v1.0.5 |
343 | 2025-01-24T19:13:26.277Z | Downloaded untrusted v0.9.0 |
344 | 2025-01-24T19:13:26.277Z | Downloaded slog-term v2.9.1 |
345 | 2025-01-24T19:13:26.280Z | Downloaded tokio-macros v2.5.0 |
346 | 2025-01-24T19:13:26.280Z | Downloaded thread-id v4.2.2 |
347 | 2025-01-24T19:13:26.283Z | Downloaded icu_normalizer v1.5.0 |
348 | 2025-01-24T19:13:26.285Z | Downloaded icu_provider v1.5.0 |
349 | 2025-01-24T19:13:26.288Z | Downloaded crossbeam-utils v0.8.20 |
350 | 2025-01-24T19:13:26.290Z | Downloaded tinyvec_macros v0.1.1 |
351 | 2025-01-24T19:13:26.290Z | Downloaded bitflags v2.6.0 |
352 | 2025-01-24T19:13:26.293Z | Downloaded powerfmt v0.2.0 |
353 | 2025-01-24T19:13:26.296Z | Downloaded pkg-config v0.3.31 |
354 | 2025-01-24T19:13:26.296Z | Downloaded percent-encoding v2.3.1 |
355 | 2025-01-24T19:13:26.296Z | Downloaded progenitor-client v0.8.0 |
356 | 2025-01-24T19:13:26.299Z | Downloaded time-core v0.1.2 |
357 | 2025-01-24T19:13:26.299Z | Downloaded parking_lot_core v0.9.10 |
358 | 2025-01-24T19:13:26.302Z | Downloaded once_cell v1.20.2 |
359 | 2025-01-24T19:13:26.302Z | Downloaded regex-automata v0.4.8 |
360 | 2025-01-24T19:13:26.318Z | Downloaded ipnet v2.10.1 |
361 | 2025-01-24T19:13:26.321Z | Downloaded displaydoc v0.2.5 |
362 | 2025-01-24T19:13:26.321Z | Downloaded libc v0.2.169 |
363 | 2025-01-24T19:13:26.343Z | Downloaded bytes v1.9.0 |
364 | 2025-01-24T19:13:26.347Z | Downloaded async-trait v0.1.83 |
365 | 2025-01-24T19:13:26.350Z | Downloaded anyhow v1.0.95 |
366 | 2025-01-24T19:13:26.354Z | Downloaded parse-display v0.10.0 |
367 | 2025-01-24T19:13:26.356Z | Downloaded num-traits v0.2.19 |
368 | 2025-01-24T19:13:26.357Z | Downloaded multer v3.1.0 |
369 | 2025-01-24T19:13:26.359Z | Downloaded hostname v0.4.0 |
370 | 2025-01-24T19:13:26.362Z | Downloaded darling v0.20.10 |
371 | 2025-01-24T19:13:26.365Z | Downloaded camino v1.1.9 |
372 | 2025-01-24T19:13:26.372Z | Downloaded futures-channel v0.3.31 |
373 | 2025-01-24T19:13:26.372Z | Downloaded lock_api v0.4.12 |
374 | 2025-01-24T19:13:26.375Z | Downloaded futures-io v0.3.31 |
375 | 2025-01-24T19:13:26.430Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-24T19:13:26.632Z | Downloaded ring v0.17.8 |
377 | 2025-01-24T19:13:26.829Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-24T19:13:26.829Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-24T19:13:26.829Z | Compiling libc v0.2.169 |
380 | 2025-01-24T19:13:26.832Z | Checking cfg-if v1.0.0 |
381 | 2025-01-24T19:13:26.832Z | Compiling autocfg v1.4.0 |
382 | 2025-01-24T19:13:26.832Z | Compiling serde v1.0.217 |
383 | 2025-01-24T19:13:26.851Z | Compiling version_check v0.9.5 |
384 | 2025-01-24T19:13:26.854Z | Checking memchr v2.7.4 |
385 | 2025-01-24T19:13:26.936Z | Compiling serde_json v1.0.135 |
386 | 2025-01-24T19:13:27.046Z | Checking itoa v1.0.11 |
387 | 2025-01-24T19:13:27.367Z | Checking once_cell v1.20.2 |
388 | 2025-01-24T19:13:27.482Z | Compiling thiserror v1.0.69 |
389 | 2025-01-24T19:13:27.483Z | Compiling shlex v1.3.0 |
390 | 2025-01-24T19:13:27.705Z | Checking pin-project-lite v0.2.14 |
391 | 2025-01-24T19:13:27.729Z | Compiling cc v1.1.30 |
392 | 2025-01-24T19:13:27.823Z | Compiling num-traits v0.2.19 |
393 | 2025-01-24T19:13:27.837Z | Checking smallvec v1.13.2 |
394 | 2025-01-24T19:13:28.146Z | Checking ryu v1.0.18 |
395 | 2025-01-24T19:13:28.149Z | Checking getrandom v0.2.15 |
396 | 2025-01-24T19:13:28.338Z | Checking bytes v1.9.0 |
397 | 2025-01-24T19:13:28.363Z | Checking futures-core v0.3.31 |
398 | 2025-01-24T19:13:28.365Z | Compiling lock_api v0.4.12 |
399 | 2025-01-24T19:13:28.536Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-24T19:13:28.550Z | Compiling byteorder v1.5.0 |
401 | 2025-01-24T19:13:28.638Z | Compiling quote v1.0.38 |
402 | 2025-01-24T19:13:28.654Z | Checking scopeguard v1.2.0 |
403 | 2025-01-24T19:13:28.840Z | Compiling schemars v0.8.21 |
404 | 2025-01-24T19:13:29.002Z | Compiling syn v2.0.96 |
405 | 2025-01-24T19:13:29.125Z | Compiling slab v0.4.9 |
406 | 2025-01-24T19:13:29.127Z | Compiling ahash v0.8.11 |
407 | 2025-01-24T19:13:29.205Z | Checking futures-sink v0.3.31 |
408 | 2025-01-24T19:13:29.221Z | Checking log v0.4.22 |
409 | 2025-01-24T19:13:29.352Z | Checking socket2 v0.5.7 |
410 | 2025-01-24T19:13:29.389Z | Checking parking_lot v0.12.3 |
411 | 2025-01-24T19:13:29.477Z | Checking signal-hook-registry v1.4.2 |
412 | 2025-01-24T19:13:29.542Z | Checking mio v1.0.2 |
413 | 2025-01-24T19:13:29.604Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-24T19:13:29.721Z | Checking hashbrown v0.15.1 |
415 | 2025-01-24T19:13:29.721Z | Checking equivalent v1.0.1 |
416 | 2025-01-24T19:13:29.735Z | Checking fnv v1.0.7 |
417 | 2025-01-24T19:13:29.803Z | Checking futures-channel v0.3.31 |
418 | 2025-01-24T19:13:29.832Z | Checking futures-task v0.3.31 |
419 | 2025-01-24T19:13:29.861Z | Checking http v1.2.0 |
420 | 2025-01-24T19:13:29.951Z | Checking futures-io v0.3.31 |
421 | 2025-01-24T19:13:30.076Z | Checking pin-utils v0.1.0 |
422 | 2025-01-24T19:13:30.112Z | Compiling semver v1.0.24 |
423 | 2025-01-24T19:13:30.140Z | Compiling pkg-config v0.3.31 |
424 | 2025-01-24T19:13:30.158Z | Compiling vcpkg v0.2.15 |
425 | 2025-01-24T19:13:30.170Z | Checking rustls-pki-types v1.10.0 |
426 | 2025-01-24T19:13:30.268Z | Compiling ring v0.17.8 |
427 | 2025-01-24T19:13:30.654Z | Checking spin v0.9.8 |
428 | 2025-01-24T19:13:30.726Z | Checking litemap v0.7.3 |
429 | 2025-01-24T19:13:30.856Z | Checking writeable v0.5.5 |
430 | 2025-01-24T19:13:31.052Z | Checking untrusted v0.9.0 |
431 | 2025-01-24T19:13:31.162Z | Compiling heck v0.5.0 |
432 | 2025-01-24T19:13:31.175Z | Checking iana-time-zone v0.1.61 |
433 | 2025-01-24T19:13:31.216Z | Compiling httparse v1.9.5 |
434 | 2025-01-24T19:13:31.231Z | Checking tracing-core v0.1.32 |
435 | 2025-01-24T19:13:31.312Z | Compiling ucd-trie v0.1.7 |
436 | 2025-01-24T19:13:31.538Z | Compiling openssl-sys v0.9.103 |
437 | 2025-01-24T19:13:31.567Z | Checking dyn-clone v1.0.17 |
438 | 2025-01-24T19:13:31.759Z | Checking atomic-waker v1.1.2 |
439 | 2025-01-24T19:13:31.801Z | Checking http-body v1.0.1 |
440 | 2025-01-24T19:13:31.855Z | Checking tracing v0.1.40 |
441 | 2025-01-24T19:13:31.987Z | Compiling allocator-api2 v0.2.18 |
442 | 2025-01-24T19:13:32.038Z | Checking subtle v2.6.1 |
443 | 2025-01-24T19:13:32.256Z | Checking zeroize v1.8.1 |
444 | 2025-01-24T19:13:32.307Z | Checking try-lock v0.2.5 |
445 | 2025-01-24T19:13:32.321Z | Checking icu_locid_transform_data v1.5.0 |
446 | 2025-01-24T19:13:32.449Z | Checking want v0.3.1 |
447 | 2025-01-24T19:13:32.493Z | Checking httpdate v1.0.3 |
448 | 2025-01-24T19:13:32.682Z | Compiling uuid v1.12.0 |
449 | 2025-01-24T19:13:32.736Z | Checking foreign-types-shared v0.1.1 |
450 | 2025-01-24T19:13:32.749Z | Checking icu_properties_data v1.5.0 |
451 | 2025-01-24T19:13:32.752Z | Compiling openssl v0.10.66 |
452 | 2025-01-24T19:13:32.846Z | Checking foreign-types v0.3.2 |
453 | 2025-01-24T19:13:32.969Z | Compiling rustls v0.23.19 |
454 | 2025-01-24T19:13:33.202Z | Checking tower-service v0.3.3 |
455 | 2025-01-24T19:13:33.225Z | Compiling chrono v0.4.39 |
456 | 2025-01-24T19:13:33.289Z | Checking percent-encoding v2.3.1 |
457 | 2025-01-24T19:13:33.314Z | Checking utf16_iter v1.0.5 |
458 | 2025-01-24T19:13:33.339Z | Checking write16 v1.0.0 |
459 | 2025-01-24T19:13:33.463Z | Checking bitflags v2.6.0 |
460 | 2025-01-24T19:13:33.480Z | Compiling native-tls v0.2.12 |
461 | 2025-01-24T19:13:33.493Z | Checking utf8_iter v1.0.4 |
462 | 2025-01-24T19:13:33.635Z | Compiling slog v2.7.0 |
463 | 2025-01-24T19:13:33.682Z | Checking icu_normalizer_data v1.5.0 |
464 | 2025-01-24T19:13:33.701Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-24T19:13:33.853Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-24T19:13:34.022Z | Compiling regex-syntax v0.8.5 |
467 | 2025-01-24T19:13:34.176Z | Checking openssl-probe v0.1.5 |
468 | 2025-01-24T19:13:34.320Z | Compiling typenum v1.17.0 |
469 | 2025-01-24T19:13:34.898Z | Compiling generic-array v0.14.7 |
470 | 2025-01-24T19:13:35.051Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-24T19:13:35.334Z | Checking mime v0.3.17 |
472 | 2025-01-24T19:13:36.123Z | Compiling synstructure v0.13.1 |
473 | 2025-01-24T19:13:36.365Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-24T19:13:36.707Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-24T19:13:37.366Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-24T19:13:37.412Z | Checking rustls-pemfile v2.2.0 |
477 | 2025-01-24T19:13:37.565Z | Compiling regex-automata v0.4.8 |
478 | 2025-01-24T19:13:38.305Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-24T19:13:38.471Z | Checking base64 v0.22.1 |
480 | 2025-01-24T19:13:38.484Z | Checking powerfmt v0.2.0 |
481 | 2025-01-24T19:13:38.667Z | Compiling time-core v0.1.2 |
482 | 2025-01-24T19:13:38.728Z | Compiling num-conv v0.1.0 |
483 | 2025-01-24T19:13:38.937Z | Checking deranged v0.3.11 |
484 | 2025-01-24T19:13:39.009Z | Compiling time-macros v0.2.18 |
485 | 2025-01-24T19:13:39.372Z | Compiling thread-id v4.2.2 |
486 | 2025-01-24T19:13:39.480Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-24T19:13:39.616Z | Checking num_threads v0.1.7 |
488 | 2025-01-24T19:13:40.385Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-24T19:13:40.411Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-24T19:13:40.452Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-01-24T19:13:40.796Z | Compiling schemars_derive v0.8.21 |
492 | 2025-01-24T19:13:41.891Z | Compiling zerofrom-derive v0.1.4 |
493 | 2025-01-24T19:13:41.947Z | Compiling yoke-derive v0.7.4 |
494 | 2025-01-24T19:13:42.147Z | Compiling tokio-macros v2.5.0 |
495 | 2025-01-24T19:13:42.314Z | Compiling zerocopy v0.7.35 |
496 | 2025-01-24T19:13:43.559Z | Compiling zerovec-derive v0.10.3 |
497 | 2025-01-24T19:13:43.604Z | Checking tokio v1.43.0 |
498 | 2025-01-24T19:13:43.611Z | Compiling displaydoc v0.2.5 |
499 | 2025-01-24T19:13:44.356Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-24T19:13:44.474Z | Compiling icu_provider_macros v1.5.0 |
501 | 2025-01-24T19:13:45.031Z | Compiling pest v2.7.14 |
502 | 2025-01-24T19:13:45.048Z | Checking zerofrom v0.1.4 |
503 | 2025-01-24T19:13:45.237Z | Compiling hashbrown v0.14.5 |
504 | 2025-01-24T19:13:45.240Z | Checking yoke v0.7.4 |
505 | 2025-01-24T19:13:45.514Z | Compiling openssl-macros v0.1.1 |
506 | 2025-01-24T19:13:45.857Z | Checking zerovec v0.10.4 |
507 | 2025-01-24T19:13:46.053Z | Checking futures-util v0.3.31 |
508 | 2025-01-24T19:13:46.285Z | Compiling regress v0.10.1 |
509 | 2025-01-24T19:13:46.927Z | Compiling regex v1.11.1 |
510 | 2025-01-24T19:13:47.835Z | Checking tinystr v0.7.6 |
511 | 2025-01-24T19:13:48.014Z | Compiling pest_meta v2.7.14 |
512 | 2025-01-24T19:13:48.136Z | Checking icu_locid v1.5.0 |
513 | 2025-01-24T19:13:49.090Z | Checking icu_provider v1.5.0 |
514 | 2025-01-24T19:13:49.693Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-24T19:13:50.223Z | Checking tokio-util v0.7.12 |
516 | 2025-01-24T19:13:50.506Z | Checking icu_collections v1.5.0 |
517 | 2025-01-24T19:13:50.700Z | Compiling pest_generator v2.7.14 |
518 | 2025-01-24T19:13:50.799Z | Checking http-body-util v0.1.2 |
519 | 2025-01-24T19:13:51.042Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-24T19:13:51.195Z | Checking icu_properties v1.5.1 |
521 | 2025-01-24T19:13:51.197Z | Compiling scroll_derive v0.12.0 |
522 | 2025-01-24T19:13:51.509Z | Checking tokio-native-tls v0.3.1 |
523 | 2025-01-24T19:13:51.753Z | Checking indexmap v2.7.0 |
524 | 2025-01-24T19:13:52.567Z | Compiling serde_tokenstream v0.2.2 |
525 | 2025-01-24T19:13:52.886Z | Checking h2 v0.4.6 |
526 | 2025-01-24T19:13:53.036Z | Compiling pest_derive v2.7.14 |
527 | 2025-01-24T19:13:53.295Z | Checking serde_urlencoded v0.7.1 |
528 | 2025-01-24T19:13:53.904Z | Compiling dtrace-parser v0.2.0 |
529 | 2025-01-24T19:13:54.360Z | Compiling dof v0.3.0 |
530 | 2025-01-24T19:13:54.374Z | Checking icu_normalizer v1.5.0 |
531 | 2025-01-24T19:13:54.679Z | Checking scroll v0.12.0 |
532 | 2025-01-24T19:13:55.128Z | Checking ipnet v2.10.1 |
533 | 2025-01-24T19:13:55.142Z | Compiling ident_case v1.0.1 |
534 | 2025-01-24T19:13:55.157Z | Checking idna_adapter v1.2.0 |
535 | 2025-01-24T19:13:55.329Z | Compiling strsim v0.11.1 |
536 | 2025-01-24T19:13:55.342Z | Checking idna v1.0.3 |
537 | 2025-01-24T19:13:55.435Z | Compiling crossbeam-utils v0.8.20 |
538 | 2025-01-24T19:13:55.593Z | Checking plain v0.2.3 |
539 | 2025-01-24T19:13:55.687Z | Compiling syn v1.0.109 |
540 | 2025-01-24T19:13:55.806Z | Checking url v2.5.3 |
541 | 2025-01-24T19:13:55.938Z | Compiling typify-impl v0.2.0 |
542 | 2025-01-24T19:13:56.183Z | Checking time v0.3.36 |
543 | 2025-01-24T19:13:56.309Z | Checking goblin v0.8.2 |
544 | 2025-01-24T19:13:56.638Z | Compiling darling_core v0.20.10 |
545 | 2025-01-24T19:13:57.008Z | Checking hyper v1.5.2 |
546 | 2025-01-24T19:13:57.945Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-24T19:13:58.996Z | Checking hyper-util v0.1.10 |
548 | 2025-01-24T19:14:00.546Z | Checking hyper-tls v0.6.0 |
549 | 2025-01-24T19:14:00.752Z | Checking hyper-rustls v0.27.3 |
550 | 2025-01-24T19:14:00.811Z | Checking dirs-sys-next v0.1.2 |
551 | 2025-01-24T19:14:01.072Z | Checking reqwest v0.12.9 |
552 | 2025-01-24T19:14:01.123Z | Compiling paste v1.0.15 |
553 | 2025-01-24T19:14:01.163Z | Checking pretty-hex v0.4.1 |
554 | 2025-01-24T19:14:01.341Z | Compiling newtype-uuid v1.2.1 |
555 | 2025-01-24T19:14:01.370Z | Compiling rustversion v1.0.17 |
556 | 2025-01-24T19:14:01.562Z | Compiling rustls v0.22.4 |
557 | 2025-01-24T19:14:01.616Z | Compiling unsafe-libyaml v0.2.11 |
558 | 2025-01-24T19:14:01.666Z | Compiling omicron-workspace-hack v0.1.0 |
559 | 2025-01-24T19:14:01.938Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-24T19:14:02.017Z | Checking dirs-next v2.0.0 |
561 | 2025-01-24T19:14:02.401Z | Checking ipnetwork v0.20.0 |
562 | 2025-01-24T19:14:02.453Z | Checking toml_datetime v0.6.8 |
563 | 2025-01-24T19:14:02.472Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-24T19:14:02.667Z | Checking ppv-lite86 v0.2.20 |
565 | 2025-01-24T19:14:02.736Z | Checking crypto-common v0.1.6 |
566 | 2025-01-24T19:14:02.738Z | Checking block-buffer v0.10.4 |
567 | 2025-01-24T19:14:02.749Z | Compiling structmeta-derive v0.3.0 |
568 | 2025-01-24T19:14:02.884Z | Compiling serde_yaml v0.9.34+deprecated |
569 | 2025-01-24T19:14:02.897Z | Checking rand_core v0.6.4 |
570 | 2025-01-24T19:14:03.050Z | Checking thread_local v1.1.8 |
571 | 2025-01-24T19:14:03.198Z | Compiling multer v3.1.0 |
572 | 2025-01-24T19:14:03.321Z | Checking either v1.13.0 |
573 | 2025-01-24T19:14:03.335Z | Checking winnow v0.6.20 |
574 | 2025-01-24T19:14:03.352Z | Compiling anyhow v1.0.95 |
575 | 2025-01-24T19:14:03.542Z | Compiling thiserror v2.0.11 |
576 | 2025-01-24T19:14:03.669Z | Compiling camino v1.1.9 |
577 | 2025-01-24T19:14:03.930Z | Compiling slog-async v2.8.0 |
578 | 2025-01-24T19:14:04.118Z | Checking match_cfg v0.1.0 |
579 | 2025-01-24T19:14:04.222Z | Checking hostname v0.3.1 |
580 | 2025-01-24T19:14:04.487Z | Checking itertools v0.10.5 |
581 | 2025-01-24T19:14:04.720Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-24T19:14:05.059Z | Checking digest v0.10.7 |
583 | 2025-01-24T19:14:05.246Z | Compiling structmeta v0.3.0 |
584 | 2025-01-24T19:14:05.275Z | Compiling darling v0.20.10 |
585 | 2025-01-24T19:14:05.376Z | Checking crossbeam-channel v0.5.13 |
586 | 2025-01-24T19:14:05.390Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
587 | 2025-01-24T19:14:05.615Z | Checking progenitor-client v0.8.0 |
588 | 2025-01-24T19:14:05.731Z | Checking term v0.7.0 |
589 | 2025-01-24T19:14:06.078Z | Checking toml_edit v0.22.22 |
590 | 2025-01-24T19:14:06.392Z | Compiling usdt-macro v0.5.0 |
591 | 2025-01-24T19:14:06.560Z | Compiling usdt-attr-macro v0.5.0 |
592 | 2025-01-24T19:14:06.953Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
593 | 2025-01-24T19:14:07.060Z | Checking slog-json v2.6.1 |
594 | 2025-01-24T19:14:07.103Z | Checking futures-executor v0.3.31 |
595 | 2025-01-24T19:14:07.328Z | Compiling thiserror-impl v2.0.11 |
596 | 2025-01-24T19:14:07.331Z | Compiling async-stream-impl v0.3.6 |
597 | 2025-01-24T19:14:07.510Z | Compiling typify-macro v0.2.0 |
598 | 2025-01-24T19:14:07.616Z | Checking is-terminal v0.4.13 |
599 | 2025-01-24T19:14:07.745Z | Checking memmap v0.7.0 |
600 | 2025-01-24T19:14:07.918Z | Compiling dropshot v0.15.1 |
601 | 2025-01-24T19:14:07.946Z | Checking take_mut v0.2.2 |
602 | 2025-01-24T19:14:08.086Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-24T19:14:08.106Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
604 | 2025-01-24T19:14:08.179Z | Checking sha1 v0.10.6 |
605 | 2025-01-24T19:14:08.438Z | Checking usdt v0.5.0 |
606 | 2025-01-24T19:14:08.570Z | Checking async-stream v0.3.6 |
607 | 2025-01-24T19:14:08.606Z | Checking slog-term v2.9.1 |
608 | 2025-01-24T19:14:08.656Z | Checking toml v0.8.19 |
609 | 2025-01-24T19:14:08.670Z | Checking futures v0.3.31 |
610 | 2025-01-24T19:14:08.691Z | Checking slog-bunyan v2.5.0 |
611 | 2025-01-24T19:14:08.753Z | Compiling strum_macros v0.26.4 |
612 | 2025-01-24T19:14:08.770Z | Compiling parse-display-derive v0.10.0 |
613 | 2025-01-24T19:14:08.856Z | Compiling serde_with_macros v3.11.0 |
614 | 2025-01-24T19:14:09.073Z | Checking rand v0.8.5 |
615 | 2025-01-24T19:14:09.380Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-24T19:14:10.168Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-24T19:14:10.259Z | Checking hex v0.4.3 |
618 | 2025-01-24T19:14:10.281Z | Checking serde_path_to_error v0.1.16 |
619 | 2025-01-24T19:14:10.376Z | Compiling async-trait v0.1.83 |
620 | 2025-01-24T19:14:10.751Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
621 | 2025-01-24T19:14:10.819Z | Compiling typify v0.2.0 |
622 | 2025-01-24T19:14:10.945Z | Compiling progenitor-impl v0.8.0 |
623 | 2025-01-24T19:14:11.247Z | Checking waitgroup v0.1.2 |
624 | 2025-01-24T19:14:11.390Z | Checking hostname v0.4.0 |
625 | 2025-01-24T19:14:11.515Z | Checking instant v0.1.13 |
626 | 2025-01-24T19:14:11.528Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-24T19:14:11.632Z | Checking backoff v0.4.0 |
628 | 2025-01-24T19:14:11.660Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
629 | 2025-01-24T19:14:11.811Z | Checking serde_with v3.11.0 |
630 | 2025-01-24T19:14:11.887Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-24T19:14:12.034Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-24T19:14:12.358Z | Checking parse-display v0.10.0 |
633 | 2025-01-24T19:14:12.490Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-24T19:14:12.587Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-24T19:14:12.886Z | Checking macaddr v1.0.1 |
636 | 2025-01-24T19:14:12.915Z | Checking regress v0.9.1 |
637 | 2025-01-24T19:14:12.926Z | Checking strum v0.26.3 |
638 | 2025-01-24T19:14:14.230Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-24T19:14:17.687Z | Checking progenitor v0.8.0 |
640 | 2025-01-24T19:14:17.791Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-24T19:14:20.497Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-24T19:14:27.536Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-24T19:14:27.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
644 | 2025-01-24T19:14:27.722Z | + cargo build --release |
645 | 2025-01-24T19:14:27.927Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-24T19:14:27.927Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-24T19:14:27.932Z | Compiling libc v0.2.169 |
648 | 2025-01-24T19:14:27.932Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-24T19:14:27.932Z | Compiling autocfg v1.4.0 |
650 | 2025-01-24T19:14:27.932Z | Compiling serde v1.0.217 |
651 | 2025-01-24T19:14:27.933Z | Compiling version_check v0.9.5 |
652 | 2025-01-24T19:14:27.933Z | Compiling memchr v2.7.4 |
653 | 2025-01-24T19:14:28.042Z | Compiling serde_json v1.0.135 |
654 | 2025-01-24T19:14:28.137Z | Compiling itoa v1.0.11 |
655 | 2025-01-24T19:14:28.382Z | Compiling thiserror v1.0.69 |
656 | 2025-01-24T19:14:28.502Z | Compiling once_cell v1.20.2 |
657 | 2025-01-24T19:14:28.531Z | Compiling shlex v1.3.0 |
658 | 2025-01-24T19:14:28.824Z | Compiling cc v1.1.30 |
659 | 2025-01-24T19:14:28.901Z | Compiling num-traits v0.2.19 |
660 | 2025-01-24T19:14:28.907Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-24T19:14:29.213Z | Compiling getrandom v0.2.15 |
662 | 2025-01-24T19:14:29.255Z | Compiling smallvec v1.13.2 |
663 | 2025-01-24T19:14:29.279Z | Compiling ryu v1.0.18 |
664 | 2025-01-24T19:14:29.551Z | Compiling bytes v1.9.0 |
665 | 2025-01-24T19:14:29.663Z | Compiling quote v1.0.38 |
666 | 2025-01-24T19:14:29.709Z | Compiling futures-core v0.3.31 |
667 | 2025-01-24T19:14:29.717Z | Compiling lock_api v0.4.12 |
668 | 2025-01-24T19:14:29.959Z | Compiling schemars v0.8.21 |
669 | 2025-01-24T19:14:30.062Z | Compiling syn v2.0.96 |
670 | 2025-01-24T19:14:30.077Z | Compiling parking_lot_core v0.9.10 |
671 | 2025-01-24T19:14:30.230Z | Compiling ahash v0.8.11 |
672 | 2025-01-24T19:14:30.265Z | Compiling scopeguard v1.2.0 |
673 | 2025-01-24T19:14:30.324Z | Compiling byteorder v1.5.0 |
674 | 2025-01-24T19:14:30.580Z | Compiling slab v0.4.9 |
675 | 2025-01-24T19:14:30.705Z | Compiling log v0.4.22 |
676 | 2025-01-24T19:14:30.736Z | Compiling futures-sink v0.3.31 |
677 | 2025-01-24T19:14:30.964Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-24T19:14:31.060Z | Compiling signal-hook-registry v1.4.2 |
679 | 2025-01-24T19:14:31.119Z | Compiling mio v1.0.2 |
680 | 2025-01-24T19:14:31.310Z | Compiling socket2 v0.5.7 |
681 | 2025-01-24T19:14:31.313Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-24T19:14:31.407Z | Compiling equivalent v1.0.1 |
683 | 2025-01-24T19:14:31.416Z | Compiling ring v0.17.8 |
684 | 2025-01-24T19:14:31.515Z | Compiling semver v1.0.24 |
685 | 2025-01-24T19:14:31.658Z | Compiling fnv v1.0.7 |
686 | 2025-01-24T19:14:31.794Z | Compiling hashbrown v0.15.1 |
687 | 2025-01-24T19:14:32.021Z | Compiling http v1.2.0 |
688 | 2025-01-24T19:14:32.566Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-24T19:14:32.662Z | Compiling futures-io v0.3.31 |
690 | 2025-01-24T19:14:32.908Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-24T19:14:32.990Z | Compiling futures-task v0.3.31 |
692 | 2025-01-24T19:14:33.002Z | Compiling spin v0.9.8 |
693 | 2025-01-24T19:14:33.044Z | Compiling pkg-config v0.3.31 |
694 | 2025-01-24T19:14:33.155Z | Compiling vcpkg v0.2.15 |
695 | 2025-01-24T19:14:33.200Z | Compiling rustls-pki-types v1.10.0 |
696 | 2025-01-24T19:14:33.254Z | Compiling iana-time-zone v0.1.61 |
697 | 2025-01-24T19:14:33.945Z | Compiling litemap v0.7.3 |
698 | 2025-01-24T19:14:34.106Z | Compiling httparse v1.9.5 |
699 | 2025-01-24T19:14:34.361Z | Compiling untrusted v0.9.0 |
700 | 2025-01-24T19:14:34.545Z | Compiling writeable v0.5.5 |
701 | 2025-01-24T19:14:34.580Z | Compiling openssl-sys v0.9.103 |
702 | 2025-01-24T19:14:34.742Z | Compiling heck v0.5.0 |
703 | 2025-01-24T19:14:35.133Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-24T19:14:35.327Z | Compiling dyn-clone v1.0.17 |
705 | 2025-01-24T19:14:35.430Z | Compiling atomic-waker v1.1.2 |
706 | 2025-01-24T19:14:35.713Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-24T19:14:35.716Z | Compiling http-body v1.0.1 |
708 | 2025-01-24T19:14:35.882Z | Compiling tracing v0.1.40 |
709 | 2025-01-24T19:14:36.403Z | Compiling try-lock v0.2.5 |
710 | 2025-01-24T19:14:36.545Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-24T19:14:36.555Z | Compiling subtle v2.6.1 |
712 | 2025-01-24T19:14:36.566Z | Compiling zeroize v1.8.1 |
713 | 2025-01-24T19:14:36.647Z | Compiling icu_locid_transform_data v1.5.0 |
714 | 2025-01-24T19:14:36.742Z | Compiling want v0.3.1 |
715 | 2025-01-24T19:14:36.902Z | Compiling uuid v1.12.0 |
716 | 2025-01-24T19:14:37.018Z | Compiling chrono v0.4.39 |
717 | 2025-01-24T19:14:37.131Z | Compiling synstructure v0.13.1 |
718 | 2025-01-24T19:14:37.220Z | Compiling serde_derive_internals v0.29.1 |
719 | 2025-01-24T19:14:37.337Z | Compiling foreign-types-shared v0.1.1 |
720 | 2025-01-24T19:14:37.447Z | Compiling openssl v0.10.66 |
721 | 2025-01-24T19:14:37.573Z | Compiling icu_properties_data v1.5.0 |
722 | 2025-01-24T19:14:37.901Z | Compiling httpdate v1.0.3 |
723 | 2025-01-24T19:14:38.293Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-24T19:14:38.708Z | Compiling bitflags v2.6.0 |
725 | 2025-01-24T19:14:38.818Z | Compiling tower-service v0.3.3 |
726 | 2025-01-24T19:14:38.942Z | Compiling utf8_iter v1.0.4 |
727 | 2025-01-24T19:14:39.161Z | Compiling rustls v0.23.19 |
728 | 2025-01-24T19:14:39.204Z | Compiling percent-encoding v2.3.1 |
729 | 2025-01-24T19:14:39.494Z | Compiling icu_normalizer_data v1.5.0 |
730 | 2025-01-24T19:14:39.598Z | Compiling utf16_iter v1.0.5 |
731 | 2025-01-24T19:14:39.667Z | Compiling write16 v1.0.0 |
732 | 2025-01-24T19:14:39.670Z | Compiling slog v2.7.0 |
733 | 2025-01-24T19:14:39.683Z | Compiling native-tls v0.2.12 |
734 | 2025-01-24T19:14:39.801Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-24T19:14:40.053Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-24T19:14:40.196Z | Compiling openssl-probe v0.1.5 |
737 | 2025-01-24T19:14:40.273Z | Compiling typenum v1.17.0 |
738 | 2025-01-24T19:14:40.655Z | Compiling regex-syntax v0.8.5 |
739 | 2025-01-24T19:14:41.363Z | Compiling generic-array v0.14.7 |
740 | 2025-01-24T19:14:41.597Z | Compiling serde_derive v1.0.217 |
741 | 2025-01-24T19:14:41.703Z | Compiling zerocopy-derive v0.7.35 |
742 | 2025-01-24T19:14:41.798Z | Compiling thiserror-impl v1.0.69 |
743 | 2025-01-24T19:14:41.903Z | Compiling zerofrom-derive v0.1.4 |
744 | 2025-01-24T19:14:42.237Z | Compiling schemars_derive v0.8.21 |
745 | 2025-01-24T19:14:43.636Z | Compiling zerocopy v0.7.35 |
746 | 2025-01-24T19:14:44.632Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-24T19:14:44.928Z | Compiling yoke-derive v0.7.4 |
748 | 2025-01-24T19:14:45.100Z | Compiling zerofrom v0.1.4 |
749 | 2025-01-24T19:14:45.109Z | Compiling zerovec-derive v0.10.3 |
750 | 2025-01-24T19:14:45.111Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-24T19:14:45.314Z | Compiling futures-macro v0.3.31 |
752 | 2025-01-24T19:14:46.079Z | Compiling tokio v1.43.0 |
753 | 2025-01-24T19:14:46.574Z | Compiling icu_provider_macros v1.5.0 |
754 | 2025-01-24T19:14:47.109Z | Compiling futures-util v0.3.31 |
755 | 2025-01-24T19:14:47.347Z | Compiling yoke v0.7.4 |
756 | 2025-01-24T19:14:47.678Z | Compiling zerovec v0.10.4 |
757 | 2025-01-24T19:14:47.710Z | Compiling pest v2.7.14 |
758 | 2025-01-24T19:14:48.004Z | Compiling hashbrown v0.14.5 |
759 | 2025-01-24T19:14:50.466Z | Compiling tinystr v0.7.6 |
760 | 2025-01-24T19:14:50.693Z | Compiling rustls-webpki v0.102.8 |
761 | 2025-01-24T19:14:50.836Z | Compiling icu_locid v1.5.0 |
762 | 2025-01-24T19:14:53.122Z | Compiling icu_provider v1.5.0 |
763 | 2025-01-24T19:14:53.909Z | Compiling icu_locid_transform v1.5.0 |
764 | 2025-01-24T19:14:55.264Z | Compiling indexmap v2.7.0 |
765 | 2025-01-24T19:14:55.334Z | Compiling serde_tokenstream v0.2.2 |
766 | 2025-01-24T19:14:57.189Z | Compiling tokio-util v0.7.12 |
767 | 2025-01-24T19:14:57.657Z | Compiling pest_meta v2.7.14 |
768 | 2025-01-24T19:14:58.359Z | Compiling h2 v0.4.6 |
769 | 2025-01-24T19:14:59.640Z | Compiling icu_collections v1.5.0 |
770 | 2025-01-24T19:15:00.528Z | Compiling icu_properties v1.5.1 |
771 | 2025-01-24T19:15:01.356Z | Compiling pest_generator v2.7.14 |
772 | 2025-01-24T19:15:03.045Z | Compiling regress v0.10.1 |
773 | 2025-01-24T19:15:05.129Z | Compiling hyper v1.5.2 |
774 | 2025-01-24T19:15:05.280Z | Compiling openssl-macros v0.1.1 |
775 | 2025-01-24T19:15:06.861Z | Compiling typify-impl v0.2.0 |
776 | 2025-01-24T19:15:07.594Z | Compiling icu_normalizer v1.5.0 |
777 | 2025-01-24T19:15:11.279Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-24T19:15:13.078Z | Compiling pest_derive v2.7.14 |
779 | 2025-01-24T19:15:16.248Z | Compiling idna_adapter v1.2.0 |
780 | 2025-01-24T19:15:16.454Z | Compiling http-body-util v0.1.2 |
781 | 2025-01-24T19:15:16.713Z | Compiling regex-automata v0.4.8 |
782 | 2025-01-24T19:15:16.788Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-24T19:15:17.165Z | Compiling typify-macro v0.2.0 |
784 | 2025-01-24T19:15:17.190Z | Compiling mime v0.3.17 |
785 | 2025-01-24T19:15:18.204Z | Compiling idna v1.0.3 |
786 | 2025-01-24T19:15:19.455Z | Compiling tokio-native-tls v0.3.1 |
787 | 2025-01-24T19:15:19.734Z | Compiling serde_urlencoded v0.7.1 |
788 | 2025-01-24T19:15:20.325Z | Compiling scroll_derive v0.12.0 |
789 | 2025-01-24T19:15:20.569Z | Compiling tokio-rustls v0.26.0 |
790 | 2025-01-24T19:15:21.035Z | Compiling regex v1.11.1 |
791 | 2025-01-24T19:15:21.724Z | Compiling rustls-pemfile v2.2.0 |
792 | 2025-01-24T19:15:21.939Z | Compiling webpki-roots v0.26.6 |
793 | 2025-01-24T19:15:22.169Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-24T19:15:22.575Z | Compiling powerfmt v0.2.0 |
795 | 2025-01-24T19:15:22.887Z | Compiling base64 v0.22.1 |
796 | 2025-01-24T19:15:23.061Z | Compiling num-conv v0.1.0 |
797 | 2025-01-24T19:15:23.587Z | Compiling time-core v0.1.2 |
798 | 2025-01-24T19:15:23.749Z | Compiling time-macros v0.2.18 |
799 | 2025-01-24T19:15:23.893Z | Compiling deranged v0.3.11 |
800 | 2025-01-24T19:15:25.300Z | Compiling hyper-rustls v0.27.3 |
801 | 2025-01-24T19:15:25.534Z | Compiling scroll v0.12.0 |
802 | 2025-01-24T19:15:26.119Z | Compiling thread-id v4.2.2 |
803 | 2025-01-24T19:15:26.225Z | Compiling hyper-tls v0.6.0 |
804 | 2025-01-24T19:15:26.551Z | Compiling url v2.5.3 |
805 | 2025-01-24T19:15:26.935Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-24T19:15:28.479Z | Compiling dof v0.3.0 |
807 | 2025-01-24T19:15:29.253Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-24T19:15:29.649Z | Compiling crossbeam-utils v0.8.20 |
809 | 2025-01-24T19:15:31.651Z | Compiling plain v0.2.3 |
810 | 2025-01-24T19:15:31.813Z | Compiling num_threads v0.1.7 |
811 | 2025-01-24T19:15:32.391Z | Compiling ident_case v1.0.1 |
812 | 2025-01-24T19:15:32.564Z | Compiling strsim v0.11.1 |
813 | 2025-01-24T19:15:33.175Z | Compiling omicron-workspace-hack v0.1.0 |
814 | 2025-01-24T19:15:33.500Z | Compiling syn v1.0.109 |
815 | 2025-01-24T19:15:34.067Z | Compiling ipnet v2.10.1 |
816 | 2025-01-24T19:15:35.171Z | Compiling reqwest v0.12.9 |
817 | 2025-01-24T19:15:36.267Z | Compiling darling_core v0.20.10 |
818 | 2025-01-24T19:15:39.144Z | Compiling time v0.3.36 |
819 | 2025-01-24T19:15:41.018Z | Compiling goblin v0.8.2 |
820 | 2025-01-24T19:15:42.967Z | Compiling typify v0.2.0 |
821 | 2025-01-24T19:15:43.088Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-24T19:15:47.105Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-24T19:15:48.180Z | Compiling rustls v0.22.4 |
824 | 2025-01-24T19:15:48.511Z | Compiling pretty-hex v0.4.1 |
825 | 2025-01-24T19:15:48.634Z | Compiling rustversion v1.0.17 |
826 | 2025-01-24T19:15:48.713Z | Compiling newtype-uuid v1.2.1 |
827 | 2025-01-24T19:15:49.056Z | Compiling paste v1.0.15 |
828 | 2025-01-24T19:15:49.161Z | Compiling unsafe-libyaml v0.2.11 |
829 | 2025-01-24T19:15:50.849Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-24T19:15:52.836Z | Compiling dirs-next v2.0.0 |
831 | 2025-01-24T19:15:53.097Z | Compiling progenitor-impl v0.8.0 |
832 | 2025-01-24T19:15:55.872Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-24T19:15:57.300Z | Compiling crypto-common v0.1.6 |
834 | 2025-01-24T19:15:57.547Z | Compiling block-buffer v0.10.4 |
835 | 2025-01-24T19:15:57.771Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-24T19:15:58.551Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-24T19:15:58.806Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-24T19:15:59.101Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-24T19:15:59.443Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-24T19:15:59.882Z | Compiling rand_core v0.6.4 |
841 | 2025-01-24T19:16:00.465Z | Compiling thread_local v1.1.8 |
842 | 2025-01-24T19:16:01.154Z | Compiling multer v3.1.0 |
843 | 2025-01-24T19:16:01.497Z | Compiling slog-async v2.8.0 |
844 | 2025-01-24T19:16:01.793Z | Compiling winnow v0.6.20 |
845 | 2025-01-24T19:16:02.005Z | Compiling thiserror v2.0.11 |
846 | 2025-01-24T19:16:02.022Z | Compiling either v1.13.0 |
847 | 2025-01-24T19:16:02.351Z | Compiling camino v1.1.9 |
848 | 2025-01-24T19:16:02.428Z | Compiling match_cfg v0.1.0 |
849 | 2025-01-24T19:16:02.507Z | Compiling anyhow v1.0.95 |
850 | 2025-01-24T19:16:02.689Z | Compiling hostname v0.3.1 |
851 | 2025-01-24T19:16:02.860Z | Compiling itertools v0.10.5 |
852 | 2025-01-24T19:16:02.949Z | Compiling structmeta v0.3.0 |
853 | 2025-01-24T19:16:02.996Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-24T19:16:03.435Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-24T19:16:04.170Z | Compiling progenitor-macro v0.8.0 |
856 | 2025-01-24T19:16:04.960Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
857 | 2025-01-24T19:16:05.093Z | Compiling digest v0.10.7 |
858 | 2025-01-24T19:16:05.489Z | Compiling toml_edit v0.22.22 |
859 | 2025-01-24T19:16:05.733Z | Compiling darling v0.20.10 |
860 | 2025-01-24T19:16:05.836Z | Compiling crossbeam-channel v0.5.13 |
861 | 2025-01-24T19:16:08.232Z | Compiling term v0.7.0 |
862 | 2025-01-24T19:16:16.297Z | Compiling usdt-attr-macro v0.5.0 |
863 | 2025-01-24T19:16:16.353Z | Compiling usdt-macro v0.5.0 |
864 | 2025-01-24T19:16:16.353Z | Compiling slog-json v2.6.1 |
865 | 2025-01-24T19:16:16.353Z | Compiling progenitor-client v0.8.0 |
866 | 2025-01-24T19:16:16.353Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-24T19:16:16.353Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-24T19:16:16.630Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-24T19:16:16.895Z | Compiling memmap v0.7.0 |
870 | 2025-01-24T19:16:17.094Z | Compiling is-terminal v0.4.13 |
871 | 2025-01-24T19:16:17.224Z | Compiling dropshot v0.15.1 |
872 | 2025-01-24T19:16:17.307Z | Compiling cpufeatures v0.2.14 |
873 | 2025-01-24T19:16:17.401Z | Compiling take_mut v0.2.2 |
874 | 2025-01-24T19:16:17.409Z | Compiling sha1 v0.10.6 |
875 | 2025-01-24T19:16:17.618Z | Compiling slog-term v2.9.1 |
876 | 2025-01-24T19:16:18.196Z | Compiling async-stream v0.3.6 |
877 | 2025-01-24T19:16:18.561Z | Compiling usdt v0.5.0 |
878 | 2025-01-24T19:16:19.664Z | Compiling progenitor v0.8.0 |
879 | 2025-01-24T19:16:19.843Z | Compiling futures v0.3.31 |
880 | 2025-01-24T19:16:20.030Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-24T19:16:20.043Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-24T19:16:20.297Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-24T19:16:20.450Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-24T19:16:20.450Z | Compiling toml v0.8.19 |
885 | 2025-01-24T19:16:20.941Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-24T19:16:22.113Z | Compiling rand v0.8.5 |
887 | 2025-01-24T19:16:24.554Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-24T19:16:26.189Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-24T19:16:26.621Z | Compiling hex v0.4.3 |
890 | 2025-01-24T19:16:27.276Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-24T19:16:27.628Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2025-01-24T19:16:28.126Z | Compiling async-trait v0.1.83 |
893 | 2025-01-24T19:16:28.287Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-24T19:16:28.458Z | Compiling hostname v0.4.0 |
895 | 2025-01-24T19:16:28.535Z | Compiling instant v0.1.13 |
896 | 2025-01-24T19:16:28.549Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-24T19:16:28.692Z | Compiling backoff v0.4.0 |
898 | 2025-01-24T19:16:28.695Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-24T19:16:28.708Z | Compiling parse-display v0.10.0 |
900 | 2025-01-24T19:16:28.908Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
901 | 2025-01-24T19:16:29.076Z | Compiling strum v0.26.3 |
902 | 2025-01-24T19:16:29.087Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
903 | 2025-01-24T19:16:29.262Z | Compiling serde_with v3.11.0 |
904 | 2025-01-24T19:16:30.243Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-24T19:16:30.716Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-24T19:16:30.990Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-24T19:16:31.511Z | Compiling regress v0.9.1 |
908 | 2025-01-24T19:16:31.957Z | Compiling macaddr v1.0.1 |
909 | 2025-01-24T19:16:40.231Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-24T19:16:50.186Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-24T19:17:00.087Z | Finished `release` profile [optimized] target(s) in 2m 32s |
912 | 2025-01-24T19:17:00.155Z | process exited: duration 220208 ms, exit code 0 |
|
913 | 2025-01-24T19:17:00.161Z | found 0 output files |