|
|
|
1 | 2024-12-19T04:27:33.546Z | job assigned to worker 01JFEJP2H5MRVAP1AXBK3JJHKC [factory aws, i-0342a8dedaf50eaa2] (queued for 55 s) |
|
2 | 2024-12-19T04:27:41.446Z | starting task 0: "setup" |
3 | 2024-12-19T04:27:41.454Z | ++ uname -s |
4 | 2024-12-19T04:27:41.457Z | + kern=SunOS |
5 | 2024-12-19T04:27:41.457Z | + case "$kern" in |
6 | 2024-12-19T04:27:41.457Z | + groupadd -g 12345 build |
7 | 2024-12-19T04:27:41.459Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T04:27:43.467Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T04:27:43.586Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T04:27:43.588Z | + home_fs=zfs |
11 | 2024-12-19T04:27:43.588Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T04:27:43.588Z | + mkdir -p /home/build |
13 | 2024-12-19T04:27:43.591Z | + chown build:build /home/build /work |
14 | 2024-12-19T04:27:45.592Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T04:27:45.595Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2024-12-19T04:27:45.600Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T04:27:45.606Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T04:27:45.606Z | ' 1.81.0 |
19 | 2024-12-19T04:27:45.606Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T04:27:45.611Z | * toolchain profile = "default" |
21 | 2024-12-19T04:27:45.611Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T04:27:45.611Z | ' default |
23 | 2024-12-19T04:27:45.611Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T04:27:45.611Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T04:27:45.730Z | info: downloading installer |
26 | 2024-12-19T04:27:47.137Z | info: profile set to 'default' |
27 | 2024-12-19T04:27:47.137Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T04:27:47.140Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T04:27:47.297Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T04:27:47.297Z | info: downloading component 'cargo' |
31 | 2024-12-19T04:27:48.144Z | info: downloading component 'clippy' |
32 | 2024-12-19T04:27:48.459Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T04:27:49.641Z | info: downloading component 'rust-std' |
34 | 2024-12-19T04:27:51.480Z | info: downloading component 'rustc' |
35 | 2024-12-19T04:27:58.052Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T04:27:58.300Z | info: installing component 'cargo' |
37 | 2024-12-19T04:27:59.148Z | info: installing component 'clippy' |
38 | 2024-12-19T04:27:59.528Z | info: installing component 'rust-docs' |
39 | 2024-12-19T04:28:01.137Z | info: installing component 'rust-std' |
40 | 2024-12-19T04:28:02.942Z | info: installing component 'rustc' |
41 | 2024-12-19T04:28:08.819Z | info: installing component 'rustfmt' |
42 | 2024-12-19T04:28:09.139Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T04:28:09.139Z | |
44 | 2024-12-19T04:28:09.504Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T04:28:09.504Z | |
46 | 2024-12-19T04:28:09.507Z | |
47 | 2024-12-19T04:28:09.507Z | Rust is installed now. Great! |
48 | 2024-12-19T04:28:09.507Z | |
49 | 2024-12-19T04:28:09.507Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T04:28:09.507Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T04:28:09.507Z | |
52 | 2024-12-19T04:28:09.507Z | To configure your current shell, you need to source |
53 | 2024-12-19T04:28:09.507Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T04:28:09.507Z | |
55 | 2024-12-19T04:28:09.507Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T04:28:09.507Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T04:28:09.507Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T04:28:09.580Z | + rustc --version |
59 | 2024-12-19T04:28:09.647Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T04:28:09.650Z | process exited: duration 24046 ms, exit code 0 |
|
61 | 2024-12-19T04:28:09.656Z | starting task 2: "authentication" |
62 | 2024-12-19T04:28:09.676Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T04:28:09.681Z | starting task 3: "clone repository" |
64 | 2024-12-19T04:28:09.686Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T04:28:09.689Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T04:28:09.731Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T04:28:16.792Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T04:28:16.792Z | + git fetch origin 2a37e9cc4984ffa5f5494a806df8431bf4e8580e |
69 | 2024-12-19T04:28:17.450Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T04:28:17.450Z | * branch 2a37e9cc4984ffa5f5494a806df8431bf4e8580e -> FETCH_HEAD |
71 | 2024-12-19T04:28:17.459Z | + [[ -n '' ]] |
72 | 2024-12-19T04:28:17.459Z | + git reset --hard 2a37e9cc4984ffa5f5494a806df8431bf4e8580e |
73 | 2024-12-19T04:28:17.632Z | HEAD is now at 2a37e9cc4 mroe -> more! |
74 | 2024-12-19T04:28:17.635Z | process exited: duration 7952 ms, exit code 0 |
|
75 | 2024-12-19T04:28:17.640Z | starting task 4: "build" |
76 | 2024-12-19T04:28:17.645Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-19T04:28:17.645Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-19T04:28:17.645Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-19T04:28:17.648Z | + cargo --version |
80 | 2024-12-19T04:28:17.703Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-19T04:28:17.705Z | + rustc --version |
82 | 2024-12-19T04:28:17.767Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-19T04:28:17.770Z | + cd /tmp |
84 | 2024-12-19T04:28:17.770Z | + cargo new --lib test-project |
85 | 2024-12-19T04:28:17.827Z | Creating library `test-project` package |
86 | 2024-12-19T04:28:17.904Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-12-19T04:28:17.907Z | + cd test-project |
88 | 2024-12-19T04:28:17.907Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-12-19T04:28:17.966Z | Adding omicron-common (local) to dependencies |
90 | 2024-12-19T04:28:17.966Z | Features: |
91 | 2024-12-19T04:28:17.966Z | - proptest |
92 | 2024-12-19T04:28:17.966Z | - test-strategy |
93 | 2024-12-19T04:28:17.966Z | - testing |
94 | 2024-12-19T04:28:17.969Z | Updating crates.io index |
95 | 2024-12-19T04:28:18.052Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-12-19T04:28:18.569Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-12-19T04:28:19.020Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-12-19T04:28:19.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-12-19T04:28:20.830Z | Locking 327 packages to latest compatible versions |
100 | 2024-12-19T04:28:20.833Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-12-19T04:28:20.833Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
102 | 2024-12-19T04:28:20.833Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
103 | 2024-12-19T04:28:20.836Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-12-19T04:28:20.836Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-12-19T04:28:20.836Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
106 | 2024-12-19T04:28:20.836Z | Adding goblin v0.8.2 (latest: v0.9.2) |
107 | 2024-12-19T04:28:20.836Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
108 | 2024-12-19T04:28:20.836Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
109 | 2024-12-19T04:28:20.836Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-12-19T04:28:20.838Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
111 | 2024-12-19T04:28:20.838Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
112 | 2024-12-19T04:28:20.840Z | Adding regress v0.9.1 (latest: v0.10.1) |
113 | 2024-12-19T04:28:20.847Z | Adding rustls v0.22.4 (latest: v0.23.20) |
114 | 2024-12-19T04:28:20.849Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
115 | 2024-12-19T04:28:20.852Z | Adding term v0.7.0 (latest: v1.0.1) |
116 | 2024-12-19T04:28:20.852Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
117 | 2024-12-19T04:28:20.852Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
118 | 2024-12-19T04:28:20.852Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
119 | 2024-12-19T04:28:20.852Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
120 | 2024-12-19T04:28:20.855Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
121 | 2024-12-19T04:28:20.855Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
122 | 2024-12-19T04:28:20.857Z | Adding windows v0.52.0 (latest: v0.58.0) |
123 | 2024-12-19T04:28:20.857Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
124 | 2024-12-19T04:28:20.857Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
125 | 2024-12-19T04:28:20.857Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
126 | 2024-12-19T04:28:20.857Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
127 | 2024-12-19T04:28:20.858Z | Adding writeable v0.5.5 (latest: v0.6.0) |
128 | 2024-12-19T04:28:20.858Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
129 | 2024-12-19T04:28:20.858Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
130 | 2024-12-19T04:28:20.858Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
131 | 2024-12-19T04:28:20.858Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
132 | 2024-12-19T04:28:20.932Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
133 | 2024-12-19T04:28:20.934Z | + cargo check |
134 | 2024-12-19T04:28:21.102Z | Updating crates.io index |
135 | 2024-12-19T04:28:21.779Z | Locking 2 packages to latest compatible versions |
136 | 2024-12-19T04:28:25.575Z | Adding omicron-workspace-hack v0.1.0 |
137 | 2024-12-19T04:28:28.176Z | Adding test-project v0.1.0 (/tmp/test-project) |
138 | 2024-12-19T04:28:29.080Z | Downloading crates ... |
139 | 2024-12-19T04:28:29.181Z | Downloaded async-stream-impl v0.3.6 |
140 | 2024-12-19T04:28:29.183Z | Downloaded async-stream v0.3.6 |
141 | 2024-12-19T04:28:29.193Z | Downloaded time-core v0.1.2 |
142 | 2024-12-19T04:28:29.199Z | Downloaded darling_macro v0.20.10 |
143 | 2024-12-19T04:28:29.202Z | Downloaded thread-id v4.2.2 |
144 | 2024-12-19T04:28:29.205Z | Downloaded time-macros v0.2.18 |
145 | 2024-12-19T04:28:29.207Z | Downloaded futures-sink v0.3.31 |
146 | 2024-12-19T04:28:29.207Z | Downloaded foreign-types-shared v0.1.1 |
147 | 2024-12-19T04:28:29.210Z | Downloaded usdt-macro v0.5.0 |
148 | 2024-12-19T04:28:29.213Z | Downloaded usdt-attr-macro v0.5.0 |
149 | 2024-12-19T04:28:29.215Z | Downloaded match_cfg v0.1.0 |
150 | 2024-12-19T04:28:29.217Z | Downloaded foreign-types v0.3.2 |
151 | 2024-12-19T04:28:29.217Z | Downloaded tower-service v0.3.3 |
152 | 2024-12-19T04:28:29.220Z | Downloaded tinyvec_macros v0.1.1 |
153 | 2024-12-19T04:28:29.220Z | Downloaded try-lock v0.2.5 |
154 | 2024-12-19T04:28:29.220Z | Downloaded equivalent v1.0.1 |
155 | 2024-12-19T04:28:29.222Z | Downloaded dtrace-parser v0.2.0 |
156 | 2024-12-19T04:28:29.224Z | Downloaded ident_case v1.0.1 |
157 | 2024-12-19T04:28:29.224Z | Downloaded http-body v1.0.1 |
158 | 2024-12-19T04:28:29.227Z | Downloaded num_threads v0.1.7 |
159 | 2024-12-19T04:28:29.227Z | Downloaded instant v0.1.13 |
160 | 2024-12-19T04:28:29.230Z | Downloaded openssl-probe v0.1.5 |
161 | 2024-12-19T04:28:29.233Z | Downloaded want v0.3.1 |
162 | 2024-12-19T04:28:29.233Z | Downloaded yoke-derive v0.7.4 |
163 | 2024-12-19T04:28:29.233Z | Downloaded zerofrom v0.1.4 |
164 | 2024-12-19T04:28:29.236Z | Downloaded write16 v1.0.0 |
165 | 2024-12-19T04:28:29.236Z | Downloaded progenitor-client v0.8.0 |
166 | 2024-12-19T04:28:29.236Z | Downloaded num-conv v0.1.0 |
167 | 2024-12-19T04:28:29.238Z | Downloaded icu_provider_macros v1.5.0 |
168 | 2024-12-19T04:28:29.241Z | Downloaded pretty-hex v0.4.1 |
169 | 2024-12-19T04:28:29.241Z | Downloaded untrusted v0.9.0 |
170 | 2024-12-19T04:28:29.244Z | Downloaded thread_local v1.1.8 |
171 | 2024-12-19T04:28:29.244Z | Downloaded anyhow v1.0.93 |
172 | 2024-12-19T04:28:29.247Z | Downloaded omicron-workspace-hack v0.1.0 |
173 | 2024-12-19T04:28:29.250Z | Downloaded futures-io v0.3.31 |
174 | 2024-12-19T04:28:29.250Z | Downloaded fnv v1.0.7 |
175 | 2024-12-19T04:28:29.252Z | Downloaded atomic-waker v1.1.2 |
176 | 2024-12-19T04:28:29.252Z | Downloaded waitgroup v0.1.2 |
177 | 2024-12-19T04:28:29.254Z | Downloaded form_urlencoded v1.2.1 |
178 | 2024-12-19T04:28:29.254Z | Downloaded tinystr v0.7.6 |
179 | 2024-12-19T04:28:29.257Z | Downloaded toml_datetime v0.6.8 |
180 | 2024-12-19T04:28:29.259Z | Downloaded memmap v0.7.0 |
181 | 2024-12-19T04:28:29.261Z | Downloaded typify-macro v0.2.0 |
182 | 2024-12-19T04:28:29.261Z | Downloaded futures-core v0.3.31 |
183 | 2024-12-19T04:28:29.264Z | Downloaded thiserror-impl v1.0.69 |
184 | 2024-12-19T04:28:29.264Z | Downloaded mime v0.3.17 |
185 | 2024-12-19T04:28:29.267Z | Downloaded usdt v0.5.0 |
186 | 2024-12-19T04:28:29.267Z | Downloaded byteorder v1.5.0 |
187 | 2024-12-19T04:28:29.269Z | Downloaded pin-utils v0.1.0 |
188 | 2024-12-19T04:28:29.270Z | Downloaded plain v0.2.3 |
189 | 2024-12-19T04:28:29.272Z | Downloaded pest_generator v2.7.14 |
190 | 2024-12-19T04:28:29.272Z | Downloaded parse-display v0.10.0 |
191 | 2024-12-19T04:28:29.274Z | Downloaded hostname v0.3.1 |
192 | 2024-12-19T04:28:29.277Z | Downloaded heck v0.5.0 |
193 | 2024-12-19T04:28:29.277Z | Downloaded progenitor-macro v0.8.0 |
194 | 2024-12-19T04:28:29.279Z | Downloaded zerovec-derive v0.10.3 |
195 | 2024-12-19T04:28:29.279Z | Downloaded quinn-udp v0.5.5 |
196 | 2024-12-19T04:28:29.282Z | Downloaded macaddr v1.0.1 |
197 | 2024-12-19T04:28:29.282Z | Downloaded openssl-macros v0.1.1 |
198 | 2024-12-19T04:28:29.284Z | Downloaded paste v1.0.15 |
199 | 2024-12-19T04:28:29.287Z | Downloaded progenitor v0.8.0 |
200 | 2024-12-19T04:28:29.289Z | Downloaded newtype-uuid v1.1.3 |
201 | 2024-12-19T04:28:29.289Z | Downloaded futures-executor v0.3.31 |
202 | 2024-12-19T04:28:29.293Z | Downloaded version_check v0.9.5 |
203 | 2024-12-19T04:28:29.293Z | Downloaded ipnetwork v0.20.0 |
204 | 2024-12-19T04:28:29.295Z | Downloaded rand_chacha v0.3.1 |
205 | 2024-12-19T04:28:29.295Z | Downloaded cpufeatures v0.2.14 |
206 | 2024-12-19T04:28:29.299Z | Downloaded ppv-lite86 v0.2.20 |
207 | 2024-12-19T04:28:29.299Z | Downloaded writeable v0.5.5 |
208 | 2024-12-19T04:28:29.302Z | Downloaded autocfg v1.4.0 |
209 | 2024-12-19T04:28:29.302Z | Downloaded itoa v1.0.11 |
210 | 2024-12-19T04:28:29.305Z | Downloaded hyper-tls v0.6.0 |
211 | 2024-12-19T04:28:29.305Z | Downloaded scroll_derive v0.12.0 |
212 | 2024-12-19T04:28:29.307Z | Downloaded tokio-rustls v0.25.0 |
213 | 2024-12-19T04:28:29.307Z | Downloaded rand_core v0.6.4 |
214 | 2024-12-19T04:28:29.310Z | Downloaded pkg-config v0.3.31 |
215 | 2024-12-19T04:28:29.310Z | Downloaded utf8_iter v1.0.4 |
216 | 2024-12-19T04:28:29.313Z | Downloaded allocator-api2 v0.2.18 |
217 | 2024-12-19T04:28:29.315Z | Downloaded powerfmt v0.2.0 |
218 | 2024-12-19T04:28:29.315Z | Downloaded tokio-rustls v0.26.0 |
219 | 2024-12-19T04:28:29.318Z | Downloaded httpdate v1.0.3 |
220 | 2024-12-19T04:28:29.320Z | Downloaded is-terminal v0.4.13 |
221 | 2024-12-19T04:28:29.320Z | Downloaded parse-display-derive v0.10.0 |
222 | 2024-12-19T04:28:29.323Z | Downloaded camino v1.1.9 |
223 | 2024-12-19T04:28:29.323Z | Downloaded percent-encoding v2.3.1 |
224 | 2024-12-19T04:28:29.325Z | Downloaded once_cell v1.20.2 |
225 | 2024-12-19T04:28:29.327Z | Downloaded parking_lot_core v0.9.10 |
226 | 2024-12-19T04:28:29.330Z | Downloaded ipnet v2.10.1 |
227 | 2024-12-19T04:28:29.330Z | Downloaded getrandom v0.2.15 |
228 | 2024-12-19T04:28:29.332Z | Downloaded backoff v0.4.0 |
229 | 2024-12-19T04:28:29.335Z | Downloaded pin-project-lite v0.2.14 |
230 | 2024-12-19T04:28:29.339Z | Downloaded strum v0.26.3 |
231 | 2024-12-19T04:28:29.341Z | Downloaded yoke v0.7.4 |
232 | 2024-12-19T04:28:29.344Z | Downloaded pest_derive v2.7.14 |
233 | 2024-12-19T04:28:29.347Z | Downloaded lock_api v0.4.12 |
234 | 2024-12-19T04:28:29.347Z | Downloaded idna_adapter v1.2.0 |
235 | 2024-12-19T04:28:29.347Z | Downloaded httparse v1.9.5 |
236 | 2024-12-19T04:28:29.349Z | Downloaded quote v1.0.37 |
237 | 2024-12-19T04:28:29.352Z | Downloaded scopeguard v1.2.0 |
238 | 2024-12-19T04:28:29.355Z | Downloaded tinyvec v1.8.0 |
239 | 2024-12-19T04:28:29.357Z | Downloaded iana-time-zone v0.1.61 |
240 | 2024-12-19T04:28:29.359Z | Downloaded strsim v0.11.1 |
241 | 2024-12-19T04:28:29.359Z | Downloaded structmeta-derive v0.3.0 |
242 | 2024-12-19T04:28:29.362Z | Downloaded structmeta v0.3.0 |
243 | 2024-12-19T04:28:29.362Z | Downloaded serde_tokenstream v0.2.2 |
244 | 2024-12-19T04:28:29.365Z | Downloaded sync_wrapper v1.0.1 |
245 | 2024-12-19T04:28:29.365Z | Downloaded take_mut v0.2.2 |
246 | 2024-12-19T04:28:29.365Z | Downloaded unicode-ident v1.0.13 |
247 | 2024-12-19T04:28:29.368Z | Downloaded pest_meta v2.7.14 |
248 | 2024-12-19T04:28:29.370Z | Downloaded signal-hook-registry v1.4.2 |
249 | 2024-12-19T04:28:29.370Z | Downloaded rustls-pemfile v2.2.0 |
250 | 2024-12-19T04:28:29.373Z | Downloaded serde_path_to_error v0.1.16 |
251 | 2024-12-19T04:28:29.375Z | Downloaded slog-bunyan v2.5.0 |
252 | 2024-12-19T04:28:29.375Z | Downloaded schemars_derive v0.8.21 |
253 | 2024-12-19T04:28:29.378Z | Downloaded serde_spanned v0.6.8 |
254 | 2024-12-19T04:28:29.378Z | Downloaded slab v0.4.9 |
255 | 2024-12-19T04:28:29.380Z | Downloaded progenitor-impl v0.8.0 |
256 | 2024-12-19T04:28:29.380Z | Downloaded thiserror v1.0.69 |
257 | 2024-12-19T04:28:29.385Z | Downloaded bitflags v2.6.0 |
258 | 2024-12-19T04:28:29.388Z | Downloaded rustc-hash v2.0.0 |
259 | 2024-12-19T04:28:29.391Z | Downloaded time v0.3.36 |
260 | 2024-12-19T04:28:29.396Z | Downloaded zerocopy-derive v0.7.35 |
261 | 2024-12-19T04:28:29.400Z | Downloaded typenum v1.17.0 |
262 | 2024-12-19T04:28:29.402Z | Downloaded unsafe-libyaml v0.2.11 |
263 | 2024-12-19T04:28:29.406Z | Downloaded hyper-rustls v0.27.3 |
264 | 2024-12-19T04:28:29.408Z | Downloaded parking_lot v0.12.3 |
265 | 2024-12-19T04:28:29.411Z | Downloaded rustversion v1.0.17 |
266 | 2024-12-19T04:28:29.413Z | Downloaded slog-async v2.8.0 |
267 | 2024-12-19T04:28:29.416Z | Downloaded openssl-sys v0.9.103 |
268 | 2024-12-19T04:28:29.419Z | Downloaded shlex v1.3.0 |
269 | 2024-12-19T04:28:29.421Z | Downloaded sha1 v0.10.6 |
270 | 2024-12-19T04:28:29.424Z | Downloaded subtle v2.6.1 |
271 | 2024-12-19T04:28:29.424Z | Downloaded serde_urlencoded v0.7.1 |
272 | 2024-12-19T04:28:29.427Z | Downloaded smallvec v1.13.2 |
273 | 2024-12-19T04:28:29.427Z | Downloaded spin v0.9.8 |
274 | 2024-12-19T04:28:29.429Z | Downloaded serde_with_macros v3.11.0 |
275 | 2024-12-19T04:28:29.432Z | Downloaded synstructure v0.13.1 |
276 | 2024-12-19T04:28:29.432Z | Downloaded strum_macros v0.26.4 |
277 | 2024-12-19T04:28:29.434Z | Downloaded ucd-trie v0.1.7 |
278 | 2024-12-19T04:28:29.438Z | Downloaded tracing-core v0.1.32 |
279 | 2024-12-19T04:28:29.440Z | Downloaded toml v0.8.19 |
280 | 2024-12-19T04:28:29.442Z | Downloaded ryu v1.0.18 |
281 | 2024-12-19T04:28:29.445Z | Downloaded rand v0.8.5 |
282 | 2024-12-19T04:28:29.448Z | Downloaded icu_provider v1.5.0 |
283 | 2024-12-19T04:28:29.450Z | Downloaded icu_normalizer_data v1.5.0 |
284 | 2024-12-19T04:28:29.453Z | Downloaded hyper-util v0.1.10 |
285 | 2024-12-19T04:28:29.456Z | Downloaded slog v2.7.0 |
286 | 2024-12-19T04:28:29.460Z | Downloaded term v0.7.0 |
287 | 2024-12-19T04:28:29.462Z | Downloaded quinn v0.11.5 |
288 | 2024-12-19T04:28:29.466Z | Downloaded scroll v0.12.0 |
289 | 2024-12-19T04:28:29.468Z | Downloaded mio v1.0.2 |
290 | 2024-12-19T04:28:29.472Z | Downloaded url v2.5.3 |
291 | 2024-12-19T04:28:29.477Z | Downloaded indexmap v1.9.3 |
292 | 2024-12-19T04:28:29.479Z | Downloaded dropshot_endpoint v0.13.0 |
293 | 2024-12-19T04:28:29.482Z | Downloaded toml_edit v0.22.22 |
294 | 2024-12-19T04:28:29.501Z | Downloaded serde_derive_internals v0.29.1 |
295 | 2024-12-19T04:28:29.504Z | Downloaded tokio-util v0.7.12 |
296 | 2024-12-19T04:28:29.509Z | Downloaded pest v2.7.14 |
297 | 2024-12-19T04:28:29.514Z | Downloaded socket2 v0.5.7 |
298 | 2024-12-19T04:28:29.516Z | Downloaded zerovec v0.10.4 |
299 | 2024-12-19T04:28:29.522Z | Downloaded memchr v2.7.4 |
300 | 2024-12-19T04:28:29.526Z | Downloaded icu_collections v1.5.0 |
301 | 2024-12-19T04:28:29.532Z | Downloaded serde_derive v1.0.215 |
302 | 2024-12-19T04:28:29.534Z | Downloaded zerocopy v0.7.35 |
303 | 2024-12-19T04:28:29.550Z | Downloaded serde v1.0.215 |
304 | 2024-12-19T04:28:29.552Z | Downloaded winnow v0.6.20 |
305 | 2024-12-19T04:28:29.561Z | Downloaded serde_json v1.0.132 |
306 | 2024-12-19T04:28:29.567Z | Downloaded hashbrown v0.12.3 |
307 | 2024-12-19T04:28:29.571Z | Downloaded http v1.1.0 |
308 | 2024-12-19T04:28:29.575Z | Downloaded quinn-proto v0.11.8 |
309 | 2024-12-19T04:28:29.581Z | Downloaded aho-corasick v1.1.3 |
310 | 2024-12-19T04:28:29.586Z | Downloaded idna v1.0.3 |
311 | 2024-12-19T04:28:29.590Z | Downloaded hashbrown v0.14.5 |
312 | 2024-12-19T04:28:29.594Z | Downloaded hashbrown v0.15.0 |
313 | 2024-12-19T04:28:29.599Z | Downloaded rustls-webpki v0.102.8 |
314 | 2024-12-19T04:28:29.616Z | Downloaded vcpkg v0.2.15 |
315 | 2024-12-19T04:28:29.651Z | Downloaded serde_with v3.11.0 |
316 | 2024-12-19T04:28:29.658Z | Downloaded reqwest v0.12.9 |
317 | 2024-12-19T04:28:29.669Z | Downloaded webpki-roots v0.26.6 |
318 | 2024-12-19T04:28:29.672Z | Downloaded hyper v1.5.0 |
319 | 2024-12-19T04:28:29.676Z | Downloaded h2 v0.4.6 |
320 | 2024-12-19T04:28:29.682Z | Downloaded openssl v0.10.66 |
321 | 2024-12-19T04:28:29.690Z | Downloaded goblin v0.8.2 |
322 | 2024-12-19T04:28:29.696Z | Downloaded icu_properties_data v1.5.0 |
323 | 2024-12-19T04:28:29.706Z | Downloaded regress v0.10.1 |
324 | 2024-12-19T04:28:29.713Z | Downloaded regress v0.9.1 |
325 | 2024-12-19T04:28:29.720Z | Downloaded syn v2.0.87 |
326 | 2024-12-19T04:28:29.731Z | Downloaded regex-syntax v0.8.5 |
327 | 2024-12-19T04:28:29.738Z | Downloaded openapiv3 v2.0.0 |
328 | 2024-12-19T04:28:29.748Z | Downloaded regex v1.11.1 |
329 | 2024-12-19T04:28:29.759Z | Downloaded rustls v0.23.14 |
330 | 2024-12-19T04:28:29.770Z | Downloaded rustls v0.22.4 |
331 | 2024-12-19T04:28:29.782Z | Downloaded typify-impl v0.2.0 |
332 | 2024-12-19T04:28:29.795Z | Downloaded dropshot v0.13.0 |
333 | 2024-12-19T04:28:29.813Z | Downloaded chrono v0.4.38 |
334 | 2024-12-19T04:28:29.819Z | Downloaded futures-util v0.3.31 |
335 | 2024-12-19T04:28:29.830Z | Downloaded crossbeam-channel v0.5.13 |
336 | 2024-12-19T04:28:29.833Z | Downloaded cc v1.1.30 |
337 | 2024-12-19T04:28:29.836Z | Downloaded serde_yaml v0.9.34+deprecated |
338 | 2024-12-19T04:28:29.839Z | Downloaded schemars v0.8.21 |
339 | 2024-12-19T04:28:29.849Z | Downloaded indexmap v2.6.0 |
340 | 2024-12-19T04:28:29.853Z | Downloaded icu_properties v1.5.1 |
341 | 2024-12-19T04:28:29.856Z | Downloaded regex-automata v0.4.8 |
342 | 2024-12-19T04:28:29.871Z | Downloaded base64 v0.22.1 |
343 | 2024-12-19T04:28:29.875Z | Downloaded sha2 v0.10.8 |
344 | 2024-12-19T04:28:29.877Z | Downloaded tracing v0.1.40 |
345 | 2024-12-19T04:28:29.880Z | Downloaded slog-term v2.9.1 |
346 | 2024-12-19T04:28:29.883Z | Downloaded log v0.4.22 |
347 | 2024-12-19T04:28:29.885Z | Downloaded rustls-pki-types v1.9.0 |
348 | 2024-12-19T04:28:29.889Z | Downloaded num-traits v0.2.19 |
349 | 2024-12-19T04:28:29.891Z | Downloaded icu_locid v1.5.0 |
350 | 2024-12-19T04:28:29.894Z | Downloaded darling_core v0.20.10 |
351 | 2024-12-19T04:28:29.897Z | Downloaded crossbeam-utils v0.8.20 |
352 | 2024-12-19T04:28:29.901Z | Downloaded bytes v1.8.0 |
353 | 2024-12-19T04:28:29.904Z | Downloaded icu_normalizer v1.5.0 |
354 | 2024-12-19T04:28:29.907Z | Downloaded tokio v1.40.0 |
355 | 2024-12-19T04:28:29.942Z | Downloaded libc v0.2.162 |
356 | 2024-12-19T04:28:29.966Z | Downloaded icu_locid_transform_data v1.5.0 |
357 | 2024-12-19T04:28:29.968Z | Downloaded semver v1.0.23 |
358 | 2024-12-19T04:28:29.971Z | Downloaded uuid v1.11.0 |
359 | 2024-12-19T04:28:29.977Z | Downloaded futures v0.3.31 |
360 | 2024-12-19T04:28:29.977Z | Downloaded litemap v0.7.3 |
361 | 2024-12-19T04:28:29.985Z | Downloaded icu_locid_transform v1.5.0 |
362 | 2024-12-19T04:28:29.985Z | Downloaded proc-macro2 v1.0.89 |
363 | 2024-12-19T04:28:29.985Z | Downloaded dirs-sys-next v0.1.2 |
364 | 2024-12-19T04:28:29.985Z | Downloaded stable_deref_trait v1.2.0 |
365 | 2024-12-19T04:28:29.985Z | Downloaded slog-json v2.6.1 |
366 | 2024-12-19T04:28:29.992Z | Downloaded darling v0.20.10 |
367 | 2024-12-19T04:28:29.992Z | Downloaded generic-array v0.14.7 |
368 | 2024-12-19T04:28:29.992Z | Downloaded futures-channel v0.3.31 |
369 | 2024-12-19T04:28:29.998Z | Downloaded http-body-util v0.1.2 |
370 | 2024-12-19T04:28:29.998Z | Downloaded displaydoc v0.2.5 |
371 | 2024-12-19T04:28:29.998Z | Downloaded debug-ignore v1.0.5 |
372 | 2024-12-19T04:28:29.998Z | Downloaded async-trait v0.1.83 |
373 | 2024-12-19T04:28:30.001Z | Downloaded native-tls v0.2.12 |
374 | 2024-12-19T04:28:30.004Z | Downloaded multer v3.1.0 |
375 | 2024-12-19T04:28:30.006Z | Downloaded typify v0.2.0 |
376 | 2024-12-19T04:28:30.009Z | Downloaded tokio-native-tls v0.3.1 |
377 | 2024-12-19T04:28:30.009Z | Downloaded hostname v0.4.0 |
378 | 2024-12-19T04:28:30.011Z | Downloaded hex v0.4.3 |
379 | 2024-12-19T04:28:30.011Z | Downloaded digest v0.10.7 |
380 | 2024-12-19T04:28:30.028Z | Downloaded crypto-common v0.1.6 |
381 | 2024-12-19T04:28:30.028Z | Downloaded usdt-impl v0.5.0 |
382 | 2024-12-19T04:28:30.028Z | Downloaded dirs-next v2.0.0 |
383 | 2024-12-19T04:28:30.028Z | Downloaded zeroize v1.8.1 |
384 | 2024-12-19T04:28:30.028Z | Downloaded zerofrom-derive v0.1.4 |
385 | 2024-12-19T04:28:30.028Z | Downloaded utf16_iter v1.0.5 |
386 | 2024-12-19T04:28:30.028Z | Downloaded futures-macro v0.3.31 |
387 | 2024-12-19T04:28:30.032Z | Downloaded deranged v0.3.11 |
388 | 2024-12-19T04:28:30.032Z | Downloaded cfg-if v1.0.0 |
389 | 2024-12-19T04:28:30.032Z | Downloaded block-buffer v0.10.4 |
390 | 2024-12-19T04:28:30.032Z | Downloaded tokio-macros v2.4.0 |
391 | 2024-12-19T04:28:30.032Z | Downloaded dyn-clone v1.0.17 |
392 | 2024-12-19T04:28:30.032Z | Downloaded dof v0.3.0 |
393 | 2024-12-19T04:28:30.032Z | Downloaded encoding_rs v0.8.34 |
394 | 2024-12-19T04:28:30.045Z | Downloaded futures-task v0.3.31 |
395 | 2024-12-19T04:28:30.048Z | Downloaded ahash v0.8.11 |
396 | 2024-12-19T04:28:30.199Z | Downloaded ring v0.17.8 |
397 | 2024-12-19T04:28:30.550Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-12-19T04:28:30.550Z | Compiling unicode-ident v1.0.13 |
399 | 2024-12-19T04:28:30.550Z | Compiling libc v0.2.162 |
400 | 2024-12-19T04:28:30.550Z | Checking cfg-if v1.0.0 |
401 | 2024-12-19T04:28:30.553Z | Compiling autocfg v1.4.0 |
402 | 2024-12-19T04:28:30.553Z | Compiling serde v1.0.215 |
403 | 2024-12-19T04:28:30.575Z | Compiling version_check v0.9.5 |
404 | 2024-12-19T04:28:30.577Z | Checking memchr v2.7.4 |
405 | 2024-12-19T04:28:30.691Z | Checking itoa v1.0.11 |
406 | 2024-12-19T04:28:30.763Z | Compiling serde_json v1.0.132 |
407 | 2024-12-19T04:28:31.228Z | Compiling thiserror v1.0.69 |
408 | 2024-12-19T04:28:31.276Z | Checking once_cell v1.20.2 |
409 | 2024-12-19T04:28:31.343Z | Compiling shlex v1.3.0 |
410 | 2024-12-19T04:28:31.592Z | Compiling cc v1.1.30 |
411 | 2024-12-19T04:28:31.595Z | Checking pin-project-lite v0.2.14 |
412 | 2024-12-19T04:28:31.756Z | Compiling num-traits v0.2.19 |
413 | 2024-12-19T04:28:32.040Z | Checking getrandom v0.2.15 |
414 | 2024-12-19T04:28:32.083Z | Checking smallvec v1.13.2 |
415 | 2024-12-19T04:28:32.142Z | Checking ryu v1.0.18 |
416 | 2024-12-19T04:28:32.169Z | Checking bytes v1.8.0 |
417 | 2024-12-19T04:28:32.349Z | Compiling quote v1.0.37 |
418 | 2024-12-19T04:28:32.375Z | Checking futures-core v0.3.31 |
419 | 2024-12-19T04:28:32.427Z | Compiling lock_api v0.4.12 |
420 | 2024-12-19T04:28:32.460Z | Compiling byteorder v1.5.0 |
421 | 2024-12-19T04:28:32.553Z | Compiling parking_lot_core v0.9.10 |
422 | 2024-12-19T04:28:32.754Z | Compiling syn v2.0.87 |
423 | 2024-12-19T04:28:32.896Z | Compiling ahash v0.8.11 |
424 | 2024-12-19T04:28:32.930Z | Checking scopeguard v1.2.0 |
425 | 2024-12-19T04:28:32.949Z | Compiling schemars v0.8.21 |
426 | 2024-12-19T04:28:33.064Z | Compiling slab v0.4.9 |
427 | 2024-12-19T04:28:33.335Z | Checking log v0.4.22 |
428 | 2024-12-19T04:28:33.354Z | Checking futures-sink v0.3.31 |
429 | 2024-12-19T04:28:33.373Z | Checking mio v1.0.2 |
430 | 2024-12-19T04:28:33.435Z | Checking signal-hook-registry v1.4.2 |
431 | 2024-12-19T04:28:33.487Z | Checking socket2 v0.5.7 |
432 | 2024-12-19T04:28:33.507Z | Checking parking_lot v0.12.3 |
433 | 2024-12-19T04:28:33.549Z | Checking stable_deref_trait v1.2.0 |
434 | 2024-12-19T04:28:33.650Z | Compiling semver v1.0.23 |
435 | 2024-12-19T04:28:33.691Z | Checking equivalent v1.0.1 |
436 | 2024-12-19T04:28:33.801Z | Checking hashbrown v0.15.0 |
437 | 2024-12-19T04:28:33.841Z | Checking fnv v1.0.7 |
438 | 2024-12-19T04:28:33.860Z | Checking futures-channel v0.3.31 |
439 | 2024-12-19T04:28:33.961Z | Checking futures-task v0.3.31 |
440 | 2024-12-19T04:28:33.981Z | Checking http v1.1.0 |
441 | 2024-12-19T04:28:34.001Z | Checking futures-io v0.3.31 |
442 | 2024-12-19T04:28:34.192Z | Checking pin-utils v0.1.0 |
443 | 2024-12-19T04:28:34.212Z | Checking spin v0.9.8 |
444 | 2024-12-19T04:28:34.214Z | Compiling pkg-config v0.3.31 |
445 | 2024-12-19T04:28:34.251Z | Checking rustls-pki-types v1.9.0 |
446 | 2024-12-19T04:28:34.272Z | Compiling heck v0.5.0 |
447 | 2024-12-19T04:28:34.437Z | Compiling vcpkg v0.2.15 |
448 | 2024-12-19T04:28:34.534Z | Compiling ring v0.17.8 |
449 | 2024-12-19T04:28:34.851Z | Checking writeable v0.5.5 |
450 | 2024-12-19T04:28:34.871Z | Checking iana-time-zone v0.1.61 |
451 | 2024-12-19T04:28:35.036Z | Compiling httparse v1.9.5 |
452 | 2024-12-19T04:28:35.192Z | Checking litemap v0.7.3 |
453 | 2024-12-19T04:28:35.402Z | Checking untrusted v0.9.0 |
454 | 2024-12-19T04:28:35.557Z | Compiling ucd-trie v0.1.7 |
455 | 2024-12-19T04:28:35.636Z | Checking tracing-core v0.1.32 |
456 | 2024-12-19T04:28:35.786Z | Checking atomic-waker v1.1.2 |
457 | 2024-12-19T04:28:35.910Z | Compiling allocator-api2 v0.2.18 |
458 | 2024-12-19T04:28:36.096Z | Compiling openssl-sys v0.9.103 |
459 | 2024-12-19T04:28:36.228Z | Checking dyn-clone v1.0.17 |
460 | 2024-12-19T04:28:36.338Z | Checking tracing v0.1.40 |
461 | 2024-12-19T04:28:36.654Z | Checking http-body v1.0.1 |
462 | 2024-12-19T04:28:36.688Z | Checking icu_locid_transform_data v1.5.0 |
463 | 2024-12-19T04:28:36.784Z | Checking subtle v2.6.1 |
464 | 2024-12-19T04:28:36.823Z | Checking try-lock v0.2.5 |
465 | 2024-12-19T04:28:36.957Z | Compiling uuid v1.11.0 |
466 | 2024-12-19T04:28:37.022Z | Checking zeroize v1.8.1 |
467 | 2024-12-19T04:28:37.131Z | Checking want v0.3.1 |
468 | 2024-12-19T04:28:37.174Z | Checking foreign-types-shared v0.1.1 |
469 | 2024-12-19T04:28:37.259Z | Compiling openssl v0.10.66 |
470 | 2024-12-19T04:28:37.281Z | Compiling chrono v0.4.38 |
471 | 2024-12-19T04:28:37.313Z | Compiling slog v2.7.0 |
472 | 2024-12-19T04:28:37.359Z | Checking httpdate v1.0.3 |
473 | 2024-12-19T04:28:37.526Z | Checking icu_properties_data v1.5.0 |
474 | 2024-12-19T04:28:37.713Z | Checking foreign-types v0.3.2 |
475 | 2024-12-19T04:28:37.772Z | Compiling aho-corasick v1.1.3 |
476 | 2024-12-19T04:28:37.797Z | Checking utf8_iter v1.0.4 |
477 | 2024-12-19T04:28:37.863Z | Checking tower-service v0.3.3 |
478 | 2024-12-19T04:28:37.995Z | Checking utf16_iter v1.0.5 |
479 | 2024-12-19T04:28:38.167Z | Checking write16 v1.0.0 |
480 | 2024-12-19T04:28:38.286Z | Compiling native-tls v0.2.12 |
481 | 2024-12-19T04:28:38.658Z | Checking icu_normalizer_data v1.5.0 |
482 | 2024-12-19T04:28:38.682Z | Checking bitflags v2.6.0 |
483 | 2024-12-19T04:28:38.751Z | Checking percent-encoding v2.3.1 |
484 | 2024-12-19T04:28:38.929Z | Compiling rustls v0.23.14 |
485 | 2024-12-19T04:28:38.980Z | Compiling regex-syntax v0.8.5 |
486 | 2024-12-19T04:28:39.019Z | Compiling typenum v1.17.0 |
487 | 2024-12-19T04:28:39.257Z | Checking form_urlencoded v1.2.1 |
488 | 2024-12-19T04:28:39.449Z | Compiling generic-array v0.14.7 |
489 | 2024-12-19T04:28:39.772Z | Checking openssl-probe v0.1.5 |
490 | 2024-12-19T04:28:40.668Z | Compiling synstructure v0.13.1 |
491 | 2024-12-19T04:28:41.260Z | Compiling serde_derive_internals v0.29.1 |
492 | 2024-12-19T04:28:41.434Z | Checking rustls-webpki v0.102.8 |
493 | 2024-12-19T04:28:42.130Z | Compiling usdt-impl v0.5.0 |
494 | 2024-12-19T04:28:42.350Z | Checking encoding_rs v0.8.34 |
495 | 2024-12-19T04:28:42.500Z | Compiling regex-automata v0.4.8 |
496 | 2024-12-19T04:28:42.654Z | Checking powerfmt v0.2.0 |
497 | 2024-12-19T04:28:42.917Z | Compiling time-core v0.1.2 |
498 | 2024-12-19T04:28:42.936Z | Checking mime v0.3.17 |
499 | 2024-12-19T04:28:43.092Z | Compiling num-conv v0.1.0 |
500 | 2024-12-19T04:28:43.369Z | Compiling time-macros v0.2.18 |
501 | 2024-12-19T04:28:43.506Z | Checking deranged v0.3.11 |
502 | 2024-12-19T04:28:44.686Z | Compiling thread-id v4.2.2 |
503 | 2024-12-19T04:28:44.954Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-12-19T04:28:45.169Z | Checking webpki-roots v0.26.6 |
505 | 2024-12-19T04:28:45.442Z | Checking plain v0.2.3 |
506 | 2024-12-19T04:28:45.588Z | Checking base64 v0.22.1 |
507 | 2024-12-19T04:28:45.973Z | Compiling serde_derive v1.0.215 |
508 | 2024-12-19T04:28:46.076Z | Compiling zerocopy-derive v0.7.35 |
509 | 2024-12-19T04:28:46.167Z | Compiling thiserror-impl v1.0.69 |
510 | 2024-12-19T04:28:46.454Z | Compiling schemars_derive v0.8.21 |
511 | 2024-12-19T04:28:46.632Z | Compiling zerofrom-derive v0.1.4 |
512 | 2024-12-19T04:28:46.987Z | Compiling yoke-derive v0.7.4 |
513 | 2024-12-19T04:28:47.258Z | Compiling tokio-macros v2.4.0 |
514 | 2024-12-19T04:28:48.146Z | Compiling zerocopy v0.7.35 |
515 | 2024-12-19T04:28:49.273Z | Checking tokio v1.40.0 |
516 | 2024-12-19T04:28:49.462Z | Compiling zerovec-derive v0.10.3 |
517 | 2024-12-19T04:28:49.696Z | Compiling displaydoc v0.2.5 |
518 | 2024-12-19T04:28:49.808Z | Compiling futures-macro v0.3.31 |
519 | 2024-12-19T04:28:50.166Z | Checking zerofrom v0.1.4 |
520 | 2024-12-19T04:28:50.357Z | Compiling pest v2.7.14 |
521 | 2024-12-19T04:28:50.378Z | Checking yoke v0.7.4 |
522 | 2024-12-19T04:28:50.791Z | Compiling icu_provider_macros v1.5.0 |
523 | 2024-12-19T04:28:50.874Z | Compiling hashbrown v0.14.5 |
524 | 2024-12-19T04:28:51.689Z | Compiling openssl-macros v0.1.1 |
525 | 2024-12-19T04:28:51.741Z | Checking futures-util v0.3.31 |
526 | 2024-12-19T04:28:51.983Z | Checking zerovec v0.10.4 |
527 | 2024-12-19T04:28:52.223Z | Compiling regress v0.10.1 |
528 | 2024-12-19T04:28:53.061Z | Compiling pest_meta v2.7.14 |
529 | 2024-12-19T04:28:53.314Z | Compiling regex v1.11.1 |
530 | 2024-12-19T04:28:54.292Z | Checking tinystr v0.7.6 |
531 | 2024-12-19T04:28:54.710Z | Checking icu_locid v1.5.0 |
532 | 2024-12-19T04:28:55.821Z | Checking icu_provider v1.5.0 |
533 | 2024-12-19T04:28:56.430Z | Checking tokio-util v0.7.12 |
534 | 2024-12-19T04:28:56.486Z | Checking icu_locid_transform v1.5.0 |
535 | 2024-12-19T04:28:57.021Z | Compiling pest_generator v2.7.14 |
536 | 2024-12-19T04:28:57.097Z | Checking icu_collections v1.5.0 |
537 | 2024-12-19T04:28:57.276Z | Checking http-body-util v0.1.2 |
538 | 2024-12-19T04:28:57.341Z | Compiling scroll_derive v0.12.0 |
539 | 2024-12-19T04:28:57.511Z | Checking tokio-rustls v0.26.0 |
540 | 2024-12-19T04:28:57.756Z | Checking icu_properties v1.5.1 |
541 | 2024-12-19T04:28:58.556Z | Checking tokio-native-tls v0.3.1 |
542 | 2024-12-19T04:28:58.746Z | Compiling pest_derive v2.7.14 |
543 | 2024-12-19T04:28:58.772Z | Compiling crossbeam-utils v0.8.20 |
544 | 2024-12-19T04:28:58.792Z | Checking scroll v0.12.0 |
545 | 2024-12-19T04:28:59.281Z | Checking indexmap v2.6.0 |
546 | 2024-12-19T04:29:00.116Z | Compiling serde_tokenstream v0.2.2 |
547 | 2024-12-19T04:29:00.578Z | Checking h2 v0.4.6 |
548 | 2024-12-19T04:29:01.050Z | Checking icu_normalizer v1.5.0 |
549 | 2024-12-19T04:29:01.325Z | Compiling dtrace-parser v0.2.0 |
550 | 2024-12-19T04:29:01.382Z | Checking serde_urlencoded v0.7.1 |
551 | 2024-12-19T04:29:01.568Z | Compiling ident_case v1.0.1 |
552 | 2024-12-19T04:29:01.756Z | Compiling strsim v0.11.1 |
553 | 2024-12-19T04:29:01.827Z | Checking num_threads v0.1.7 |
554 | 2024-12-19T04:29:01.947Z | Checking idna_adapter v1.2.0 |
555 | 2024-12-19T04:29:02.131Z | Checking idna v1.0.3 |
556 | 2024-12-19T04:29:02.162Z | Compiling dof v0.3.0 |
557 | 2024-12-19T04:29:02.711Z | Checking url v2.5.3 |
558 | 2024-12-19T04:29:03.100Z | Compiling darling_core v0.20.10 |
559 | 2024-12-19T04:29:03.107Z | Checking typify-impl v0.2.0 |
560 | 2024-12-19T04:29:03.139Z | Compiling openapiv3 v2.0.0 |
561 | 2024-12-19T04:29:03.514Z | Checking time v0.3.36 |
562 | 2024-12-19T04:29:04.875Z | Checking hyper v1.5.0 |
563 | 2024-12-19T04:29:05.496Z | Checking goblin v0.8.2 |
564 | 2024-12-19T04:29:05.868Z | Checking sync_wrapper v1.0.1 |
565 | 2024-12-19T04:29:06.018Z | Checking dirs-sys-next v0.1.2 |
566 | 2024-12-19T04:29:06.574Z | Compiling paste v1.0.15 |
567 | 2024-12-19T04:29:07.089Z | Checking hyper-util v0.1.10 |
568 | 2024-12-19T04:29:07.098Z | Compiling rustls v0.22.4 |
569 | 2024-12-19T04:29:07.415Z | Checking ipnet v2.10.1 |
570 | 2024-12-19T04:29:07.445Z | Compiling omicron-workspace-hack v0.1.0 |
571 | 2024-12-19T04:29:07.770Z | Compiling unsafe-libyaml v0.2.11 |
572 | 2024-12-19T04:29:07.909Z | Compiling rustversion v1.0.17 |
573 | 2024-12-19T04:29:07.969Z | Checking pretty-hex v0.4.1 |
574 | 2024-12-19T04:29:08.419Z | Checking dirs-next v2.0.0 |
575 | 2024-12-19T04:29:08.735Z | Checking serde_spanned v0.6.8 |
576 | 2024-12-19T04:29:08.823Z | Checking hyper-tls v0.6.0 |
577 | 2024-12-19T04:29:08.932Z | Checking hyper-rustls v0.27.3 |
578 | 2024-12-19T04:29:09.113Z | Compiling serde_yaml v0.9.34+deprecated |
579 | 2024-12-19T04:29:09.135Z | Checking toml_datetime v0.6.8 |
580 | 2024-12-19T04:29:09.233Z | Checking ppv-lite86 v0.2.20 |
581 | 2024-12-19T04:29:09.260Z | Checking reqwest v0.12.9 |
582 | 2024-12-19T04:29:09.279Z | Compiling darling_macro v0.20.10 |
583 | 2024-12-19T04:29:09.415Z | Checking crypto-common v0.1.6 |
584 | 2024-12-19T04:29:09.570Z | Checking block-buffer v0.10.4 |
585 | 2024-12-19T04:29:09.589Z | Compiling structmeta-derive v0.3.0 |
586 | 2024-12-19T04:29:09.772Z | Checking rand_core v0.6.4 |
587 | 2024-12-19T04:29:10.067Z | Checking thread_local v1.1.8 |
588 | 2024-12-19T04:29:10.165Z | Compiling multer v3.1.0 |
589 | 2024-12-19T04:29:10.262Z | Checking winnow v0.6.20 |
590 | 2024-12-19T04:29:10.355Z | Checking match_cfg v0.1.0 |
591 | 2024-12-19T04:29:10.450Z | Compiling slog-async v2.8.0 |
592 | 2024-12-19T04:29:10.506Z | Compiling newtype-uuid v1.1.3 |
593 | 2024-12-19T04:29:10.710Z | Compiling camino v1.1.9 |
594 | 2024-12-19T04:29:10.812Z | Compiling anyhow v1.0.93 |
595 | 2024-12-19T04:29:11.036Z | Checking progenitor-client v0.8.0 |
596 | 2024-12-19T04:29:11.395Z | Checking hostname v0.3.1 |
597 | 2024-12-19T04:29:11.455Z | Compiling darling v0.20.10 |
598 | 2024-12-19T04:29:11.538Z | Checking rand_chacha v0.3.1 |
599 | 2024-12-19T04:29:11.563Z | Checking digest v0.10.7 |
600 | 2024-12-19T04:29:11.794Z | Checking crossbeam-channel v0.5.13 |
601 | 2024-12-19T04:29:11.900Z | Checking term v0.7.0 |
602 | 2024-12-19T04:29:12.228Z | Compiling structmeta v0.3.0 |
603 | 2024-12-19T04:29:12.573Z | Checking slog-json v2.6.1 |
604 | 2024-12-19T04:29:12.633Z | Compiling usdt-macro v0.5.0 |
605 | 2024-12-19T04:29:12.825Z | Compiling usdt-attr-macro v0.5.0 |
606 | 2024-12-19T04:29:12.845Z | Checking futures-executor v0.3.31 |
607 | 2024-12-19T04:29:12.982Z | Compiling async-stream-impl v0.3.6 |
608 | 2024-12-19T04:29:13.070Z | Checking memmap v0.7.0 |
609 | 2024-12-19T04:29:13.161Z | Checking is-terminal v0.4.13 |
610 | 2024-12-19T04:29:13.282Z | Compiling dropshot v0.13.0 |
611 | 2024-12-19T04:29:13.285Z | Checking take_mut v0.2.2 |
612 | 2024-12-19T04:29:13.386Z | Checking toml_edit v0.22.22 |
613 | 2024-12-19T04:29:13.440Z | Checking cpufeatures v0.2.14 |
614 | 2024-12-19T04:29:13.536Z | Checking sha1 v0.10.6 |
615 | 2024-12-19T04:29:13.809Z | Checking slog-term v2.9.1 |
616 | 2024-12-19T04:29:13.877Z | Compiling strum_macros v0.26.4 |
617 | 2024-12-19T04:29:14.003Z | Checking futures v0.3.31 |
618 | 2024-12-19T04:29:14.110Z | Checking slog-bunyan v2.5.0 |
619 | 2024-12-19T04:29:14.269Z | Checking usdt v0.5.0 |
620 | 2024-12-19T04:29:14.288Z | Checking async-stream v0.3.6 |
621 | 2024-12-19T04:29:14.292Z | Compiling parse-display-derive v0.10.0 |
622 | 2024-12-19T04:29:14.330Z | Checking rand v0.8.5 |
623 | 2024-12-19T04:29:14.523Z | Compiling serde_with_macros v3.11.0 |
624 | 2024-12-19T04:29:15.896Z | Checking ipnetwork v0.20.0 |
625 | 2024-12-19T04:29:15.949Z | Checking toml v0.8.19 |
626 | 2024-12-19T04:29:15.970Z | Compiling dropshot_endpoint v0.13.0 |
627 | 2024-12-19T04:29:16.016Z | Checking tokio-rustls v0.25.0 |
628 | 2024-12-19T04:29:16.262Z | Checking hex v0.4.3 |
629 | 2024-12-19T04:29:16.391Z | Checking serde_path_to_error v0.1.16 |
630 | 2024-12-19T04:29:16.721Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
631 | 2024-12-19T04:29:16.825Z | Compiling async-trait v0.1.83 |
632 | 2024-12-19T04:29:17.043Z | Checking waitgroup v0.1.2 |
633 | 2024-12-19T04:29:17.191Z | Checking hostname v0.4.0 |
634 | 2024-12-19T04:29:17.211Z | Checking instant v0.1.13 |
635 | 2024-12-19T04:29:17.326Z | Checking debug-ignore v1.0.5 |
636 | 2024-12-19T04:29:17.328Z | Checking backoff v0.4.0 |
637 | 2024-12-19T04:29:17.466Z | Checking serde_with v3.11.0 |
638 | 2024-12-19T04:29:17.554Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-12-19T04:29:17.611Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
640 | 2024-12-19T04:29:17.697Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
641 | 2024-12-19T04:29:17.765Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
642 | 2024-12-19T04:29:18.041Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
643 | 2024-12-19T04:29:18.278Z | Checking parse-display v0.10.0 |
644 | 2024-12-19T04:29:18.394Z | Checking macaddr v1.0.1 |
645 | 2024-12-19T04:29:18.412Z | Checking strum v0.26.3 |
646 | 2024-12-19T04:29:18.415Z | Compiling typify-macro v0.2.0 |
647 | 2024-12-19T04:29:18.497Z | Checking regress v0.9.1 |
648 | 2024-12-19T04:29:20.550Z | Compiling typify v0.2.0 |
649 | 2024-12-19T04:29:20.638Z | Compiling progenitor-impl v0.8.0 |
650 | 2024-12-19T04:29:23.321Z | Compiling progenitor-macro v0.8.0 |
651 | 2024-12-19T04:29:27.518Z | Checking progenitor v0.8.0 |
652 | 2024-12-19T04:29:27.647Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
653 | 2024-12-19T04:29:30.615Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
654 | 2024-12-19T04:29:38.217Z | Checking test-project v0.1.0 (/tmp/test-project) |
655 | 2024-12-19T04:29:38.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
656 | 2024-12-19T04:29:38.624Z | + cargo build --release |
657 | 2024-12-19T04:29:38.880Z | Compiling proc-macro2 v1.0.89 |
658 | 2024-12-19T04:29:38.880Z | Compiling unicode-ident v1.0.13 |
659 | 2024-12-19T04:29:38.880Z | Compiling libc v0.2.162 |
660 | 2024-12-19T04:29:38.882Z | Compiling cfg-if v1.0.0 |
661 | 2024-12-19T04:29:38.882Z | Compiling autocfg v1.4.0 |
662 | 2024-12-19T04:29:38.882Z | Compiling version_check v0.9.5 |
663 | 2024-12-19T04:29:38.882Z | Compiling serde v1.0.215 |
664 | 2024-12-19T04:29:38.882Z | Compiling memchr v2.7.4 |
665 | 2024-12-19T04:29:38.985Z | Compiling serde_json v1.0.132 |
666 | 2024-12-19T04:29:39.078Z | Compiling itoa v1.0.11 |
667 | 2024-12-19T04:29:39.322Z | Compiling thiserror v1.0.69 |
668 | 2024-12-19T04:29:39.473Z | Compiling once_cell v1.20.2 |
669 | 2024-12-19T04:29:39.540Z | Compiling shlex v1.3.0 |
670 | 2024-12-19T04:29:39.770Z | Compiling cc v1.1.30 |
671 | 2024-12-19T04:29:39.931Z | Compiling num-traits v0.2.19 |
672 | 2024-12-19T04:29:40.273Z | Compiling getrandom v0.2.15 |
673 | 2024-12-19T04:29:40.356Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-12-19T04:29:40.394Z | Compiling smallvec v1.13.2 |
675 | 2024-12-19T04:29:40.469Z | Compiling bytes v1.8.0 |
676 | 2024-12-19T04:29:40.600Z | Compiling quote v1.0.37 |
677 | 2024-12-19T04:29:40.615Z | Compiling ryu v1.0.18 |
678 | 2024-12-19T04:29:40.868Z | Compiling futures-core v0.3.31 |
679 | 2024-12-19T04:29:40.995Z | Compiling syn v2.0.87 |
680 | 2024-12-19T04:29:41.110Z | Compiling lock_api v0.4.12 |
681 | 2024-12-19T04:29:41.174Z | Compiling ahash v0.8.11 |
682 | 2024-12-19T04:29:41.233Z | Compiling parking_lot_core v0.9.10 |
683 | 2024-12-19T04:29:41.443Z | Compiling schemars v0.8.21 |
684 | 2024-12-19T04:29:41.517Z | Compiling byteorder v1.5.0 |
685 | 2024-12-19T04:29:41.667Z | Compiling scopeguard v1.2.0 |
686 | 2024-12-19T04:29:41.802Z | Compiling slab v0.4.9 |
687 | 2024-12-19T04:29:41.952Z | Compiling log v0.4.22 |
688 | 2024-12-19T04:29:42.148Z | Compiling futures-sink v0.3.31 |
689 | 2024-12-19T04:29:42.283Z | Compiling parking_lot v0.12.3 |
690 | 2024-12-19T04:29:42.290Z | Compiling mio v1.0.2 |
691 | 2024-12-19T04:29:42.298Z | Compiling signal-hook-registry v1.4.2 |
692 | 2024-12-19T04:29:42.317Z | Compiling socket2 v0.5.7 |
693 | 2024-12-19T04:29:42.414Z | Compiling semver v1.0.23 |
694 | 2024-12-19T04:29:42.548Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-12-19T04:29:42.769Z | Compiling ring v0.17.8 |
696 | 2024-12-19T04:29:42.895Z | Compiling fnv v1.0.7 |
697 | 2024-12-19T04:29:42.973Z | Compiling hashbrown v0.15.0 |
698 | 2024-12-19T04:29:43.017Z | Compiling equivalent v1.0.1 |
699 | 2024-12-19T04:29:43.119Z | Compiling http v1.1.0 |
700 | 2024-12-19T04:29:43.818Z | Compiling futures-channel v0.3.31 |
701 | 2024-12-19T04:29:43.928Z | Compiling pin-utils v0.1.0 |
702 | 2024-12-19T04:29:43.980Z | Compiling futures-io v0.3.31 |
703 | 2024-12-19T04:29:44.012Z | Compiling futures-task v0.3.31 |
704 | 2024-12-19T04:29:44.298Z | Compiling rustls-pki-types v1.9.0 |
705 | 2024-12-19T04:29:44.314Z | Compiling heck v0.5.0 |
706 | 2024-12-19T04:29:44.405Z | Compiling vcpkg v0.2.15 |
707 | 2024-12-19T04:29:44.436Z | Compiling pkg-config v0.3.31 |
708 | 2024-12-19T04:29:44.481Z | Compiling spin v0.9.8 |
709 | 2024-12-19T04:29:45.351Z | Compiling iana-time-zone v0.1.61 |
710 | 2024-12-19T04:29:45.654Z | Compiling ucd-trie v0.1.7 |
711 | 2024-12-19T04:29:46.047Z | Compiling openssl-sys v0.9.103 |
712 | 2024-12-19T04:29:46.078Z | Compiling untrusted v0.9.0 |
713 | 2024-12-19T04:29:46.118Z | Compiling httparse v1.9.5 |
714 | 2024-12-19T04:29:46.147Z | Compiling litemap v0.7.3 |
715 | 2024-12-19T04:29:46.257Z | Compiling writeable v0.5.5 |
716 | 2024-12-19T04:29:46.868Z | Compiling tracing-core v0.1.32 |
717 | 2024-12-19T04:29:47.300Z | Compiling atomic-waker v1.1.2 |
718 | 2024-12-19T04:29:47.307Z | Compiling allocator-api2 v0.2.18 |
719 | 2024-12-19T04:29:47.341Z | Compiling dyn-clone v1.0.17 |
720 | 2024-12-19T04:29:47.880Z | Compiling tracing v0.1.40 |
721 | 2024-12-19T04:29:48.094Z | Compiling http-body v1.0.1 |
722 | 2024-12-19T04:29:48.321Z | Compiling chrono v0.4.38 |
723 | 2024-12-19T04:29:48.454Z | Compiling icu_locid_transform_data v1.5.0 |
724 | 2024-12-19T04:29:48.542Z | Compiling zeroize v1.8.1 |
725 | 2024-12-19T04:29:48.549Z | Compiling try-lock v0.2.5 |
726 | 2024-12-19T04:29:48.591Z | Compiling uuid v1.11.0 |
727 | 2024-12-19T04:29:48.866Z | Compiling synstructure v0.13.1 |
728 | 2024-12-19T04:29:48.875Z | Compiling serde_derive_internals v0.29.1 |
729 | 2024-12-19T04:29:49.166Z | Compiling subtle v2.6.1 |
730 | 2024-12-19T04:29:49.229Z | Compiling want v0.3.1 |
731 | 2024-12-19T04:29:49.566Z | Compiling foreign-types-shared v0.1.1 |
732 | 2024-12-19T04:29:49.662Z | Compiling icu_properties_data v1.5.0 |
733 | 2024-12-19T04:29:49.913Z | Compiling openssl v0.10.66 |
734 | 2024-12-19T04:29:50.266Z | Compiling slog v2.7.0 |
735 | 2024-12-19T04:29:50.384Z | Compiling httpdate v1.0.3 |
736 | 2024-12-19T04:29:50.819Z | Compiling foreign-types v0.3.2 |
737 | 2024-12-19T04:29:51.101Z | Compiling aho-corasick v1.1.3 |
738 | 2024-12-19T04:29:51.128Z | Compiling rustls v0.23.14 |
739 | 2024-12-19T04:29:51.432Z | Compiling bitflags v2.6.0 |
740 | 2024-12-19T04:29:51.540Z | Compiling native-tls v0.2.12 |
741 | 2024-12-19T04:29:51.768Z | Compiling utf16_iter v1.0.5 |
742 | 2024-12-19T04:29:51.978Z | Compiling write16 v1.0.0 |
743 | 2024-12-19T04:29:52.107Z | Compiling percent-encoding v2.3.1 |
744 | 2024-12-19T04:29:52.371Z | Compiling utf8_iter v1.0.4 |
745 | 2024-12-19T04:29:52.554Z | Compiling typenum v1.17.0 |
746 | 2024-12-19T04:29:52.643Z | Compiling tower-service v0.3.3 |
747 | 2024-12-19T04:29:52.763Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2024-12-19T04:29:52.792Z | Compiling regex-syntax v0.8.5 |
749 | 2024-12-19T04:29:52.859Z | Compiling form_urlencoded v1.2.1 |
750 | 2024-12-19T04:29:53.463Z | Compiling generic-array v0.14.7 |
751 | 2024-12-19T04:29:53.576Z | Compiling openssl-probe v0.1.5 |
752 | 2024-12-19T04:29:54.607Z | Compiling serde_derive v1.0.215 |
753 | 2024-12-19T04:29:54.831Z | Compiling zerocopy-derive v0.7.35 |
754 | 2024-12-19T04:29:55.180Z | Compiling thiserror-impl v1.0.69 |
755 | 2024-12-19T04:29:55.503Z | Compiling schemars_derive v0.8.21 |
756 | 2024-12-19T04:29:55.538Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-12-19T04:29:56.921Z | Compiling zerocopy v0.7.35 |
758 | 2024-12-19T04:29:58.510Z | Compiling tokio-macros v2.4.0 |
759 | 2024-12-19T04:29:58.568Z | Compiling yoke-derive v0.7.4 |
760 | 2024-12-19T04:29:58.704Z | Compiling zerovec-derive v0.10.3 |
761 | 2024-12-19T04:29:59.227Z | Compiling zerofrom v0.1.4 |
762 | 2024-12-19T04:29:59.466Z | Compiling displaydoc v0.2.5 |
763 | 2024-12-19T04:30:00.001Z | Compiling futures-macro v0.3.31 |
764 | 2024-12-19T04:30:00.058Z | Compiling tokio v1.40.0 |
765 | 2024-12-19T04:30:01.300Z | Compiling pest v2.7.14 |
766 | 2024-12-19T04:30:01.413Z | Compiling yoke v0.7.4 |
767 | 2024-12-19T04:30:01.601Z | Compiling icu_provider_macros v1.5.0 |
768 | 2024-12-19T04:30:01.646Z | Compiling hashbrown v0.14.5 |
769 | 2024-12-19T04:30:01.789Z | Compiling zerovec v0.10.4 |
770 | 2024-12-19T04:30:01.890Z | Compiling futures-util v0.3.31 |
771 | 2024-12-19T04:30:02.949Z | Compiling rustls-webpki v0.102.8 |
772 | 2024-12-19T04:30:04.220Z | Compiling tinystr v0.7.6 |
773 | 2024-12-19T04:30:04.694Z | Compiling icu_locid v1.5.0 |
774 | 2024-12-19T04:30:04.915Z | Compiling pest_meta v2.7.14 |
775 | 2024-12-19T04:30:07.757Z | Compiling icu_provider v1.5.0 |
776 | 2024-12-19T04:30:09.191Z | Compiling indexmap v2.6.0 |
777 | 2024-12-19T04:30:09.208Z | Compiling serde_tokenstream v0.2.2 |
778 | 2024-12-19T04:30:10.952Z | Compiling tokio-util v0.7.12 |
779 | 2024-12-19T04:30:11.712Z | Compiling icu_locid_transform v1.5.0 |
780 | 2024-12-19T04:30:12.258Z | Compiling h2 v0.4.6 |
781 | 2024-12-19T04:30:14.769Z | Compiling pest_generator v2.7.14 |
782 | 2024-12-19T04:30:15.530Z | Compiling icu_collections v1.5.0 |
783 | 2024-12-19T04:30:16.561Z | Compiling regress v0.10.1 |
784 | 2024-12-19T04:30:17.821Z | Compiling hyper v1.5.0 |
785 | 2024-12-19T04:30:18.291Z | Compiling pest_derive v2.7.14 |
786 | 2024-12-19T04:30:19.022Z | Compiling icu_properties v1.5.1 |
787 | 2024-12-19T04:30:19.758Z | Compiling openssl-macros v0.1.1 |
788 | 2024-12-19T04:30:20.589Z | Compiling typify-impl v0.2.0 |
789 | 2024-12-19T04:30:25.488Z | Compiling icu_normalizer v1.5.0 |
790 | 2024-12-19T04:30:25.876Z | Compiling hyper-util v0.1.10 |
791 | 2024-12-19T04:30:29.534Z | Compiling regex-automata v0.4.8 |
792 | 2024-12-19T04:30:30.311Z | Compiling idna_adapter v1.2.0 |
793 | 2024-12-19T04:30:31.011Z | Compiling http-body-util v0.1.2 |
794 | 2024-12-19T04:30:31.912Z | Compiling scroll_derive v0.12.0 |
795 | 2024-12-19T04:30:32.321Z | Compiling usdt-impl v0.5.0 |
796 | 2024-12-19T04:30:32.696Z | Compiling encoding_rs v0.8.34 |
797 | 2024-12-19T04:30:32.855Z | Compiling typify-macro v0.2.0 |
798 | 2024-12-19T04:30:33.371Z | Compiling mime v0.3.17 |
799 | 2024-12-19T04:30:34.483Z | Compiling regex v1.11.1 |
800 | 2024-12-19T04:30:35.483Z | Compiling powerfmt v0.2.0 |
801 | 2024-12-19T04:30:35.970Z | Compiling num-conv v0.1.0 |
802 | 2024-12-19T04:30:36.238Z | Compiling time-core v0.1.2 |
803 | 2024-12-19T04:30:36.404Z | Compiling time-macros v0.2.18 |
804 | 2024-12-19T04:30:36.640Z | Compiling deranged v0.3.11 |
805 | 2024-12-19T04:30:37.592Z | Compiling scroll v0.12.0 |
806 | 2024-12-19T04:30:38.344Z | Compiling tokio-rustls v0.26.0 |
807 | 2024-12-19T04:30:38.838Z | Compiling idna v1.0.3 |
808 | 2024-12-19T04:30:38.984Z | Compiling tokio-native-tls v0.3.1 |
809 | 2024-12-19T04:30:39.462Z | Compiling dtrace-parser v0.2.0 |
810 | 2024-12-19T04:30:43.524Z | Compiling dof v0.3.0 |
811 | 2024-12-19T04:30:44.441Z | Compiling serde_urlencoded v0.7.1 |
812 | 2024-12-19T04:30:45.015Z | Compiling thread-id v4.2.2 |
813 | 2024-12-19T04:30:45.133Z | Compiling webpki-roots v0.26.6 |
814 | 2024-12-19T04:30:45.347Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-12-19T04:30:46.053Z | Compiling strsim v0.11.1 |
816 | 2024-12-19T04:30:46.782Z | Compiling ident_case v1.0.1 |
817 | 2024-12-19T04:30:46.802Z | Compiling omicron-workspace-hack v0.1.0 |
818 | 2024-12-19T04:30:47.107Z | Compiling crossbeam-utils v0.8.20 |
819 | 2024-12-19T04:30:47.372Z | Compiling plain v0.2.3 |
820 | 2024-12-19T04:30:47.678Z | Compiling num_threads v0.1.7 |
821 | 2024-12-19T04:30:47.795Z | Compiling base64 v0.22.1 |
822 | 2024-12-19T04:30:48.041Z | Compiling time v0.3.36 |
823 | 2024-12-19T04:30:48.340Z | Compiling goblin v0.8.2 |
824 | 2024-12-19T04:30:51.076Z | Compiling darling_core v0.20.10 |
825 | 2024-12-19T04:30:57.333Z | Compiling hyper-rustls v0.27.3 |
826 | 2024-12-19T04:30:57.666Z | Compiling url v2.5.3 |
827 | 2024-12-19T04:30:58.554Z | Compiling hyper-tls v0.6.0 |
828 | 2024-12-19T04:30:58.836Z | Compiling typify v0.2.0 |
829 | 2024-12-19T04:30:58.963Z | Compiling openapiv3 v2.0.0 |
830 | 2024-12-19T04:30:59.096Z | Compiling sync_wrapper v1.0.1 |
831 | 2024-12-19T04:30:59.241Z | Compiling dirs-sys-next v0.1.2 |
832 | 2024-12-19T04:31:00.752Z | Compiling rustversion v1.0.17 |
833 | 2024-12-19T04:31:01.414Z | Compiling ipnet v2.10.1 |
834 | 2024-12-19T04:31:03.328Z | Compiling rustls v0.22.4 |
835 | 2024-12-19T04:31:03.538Z | Compiling pretty-hex v0.4.1 |
836 | 2024-12-19T04:31:03.638Z | Compiling paste v1.0.15 |
837 | 2024-12-19T04:31:03.761Z | Compiling unsafe-libyaml v0.2.11 |
838 | 2024-12-19T04:31:04.495Z | Compiling progenitor-impl v0.8.0 |
839 | 2024-12-19T04:31:05.632Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-12-19T04:31:05.846Z | Compiling reqwest v0.12.9 |
841 | 2024-12-19T04:31:09.540Z | Compiling dirs-next v2.0.0 |
842 | 2024-12-19T04:31:09.799Z | Compiling darling_macro v0.20.10 |
843 | 2024-12-19T04:31:11.342Z | Compiling crypto-common v0.1.6 |
844 | 2024-12-19T04:31:11.541Z | Compiling block-buffer v0.10.4 |
845 | 2024-12-19T04:31:11.773Z | Compiling serde_spanned v0.6.8 |
846 | 2024-12-19T04:31:11.910Z | Compiling toml_datetime v0.6.8 |
847 | 2024-12-19T04:31:12.018Z | Compiling ppv-lite86 v0.2.20 |
848 | 2024-12-19T04:31:12.598Z | Compiling structmeta-derive v0.3.0 |
849 | 2024-12-19T04:31:12.687Z | Compiling rand_core v0.6.4 |
850 | 2024-12-19T04:31:13.048Z | Compiling thread_local v1.1.8 |
851 | 2024-12-19T04:31:13.164Z | Compiling multer v3.1.0 |
852 | 2024-12-19T04:31:13.262Z | Compiling newtype-uuid v1.1.3 |
853 | 2024-12-19T04:31:13.479Z | Compiling slog-async v2.8.0 |
854 | 2024-12-19T04:31:13.579Z | Compiling anyhow v1.0.93 |
855 | 2024-12-19T04:31:13.792Z | Compiling camino v1.1.9 |
856 | 2024-12-19T04:31:13.973Z | Compiling match_cfg v0.1.0 |
857 | 2024-12-19T04:31:14.058Z | Compiling winnow v0.6.20 |
858 | 2024-12-19T04:31:14.429Z | Compiling hostname v0.3.1 |
859 | 2024-12-19T04:31:14.670Z | Compiling rand_chacha v0.3.1 |
860 | 2024-12-19T04:31:15.347Z | Compiling structmeta v0.3.0 |
861 | 2024-12-19T04:31:15.739Z | Compiling digest v0.10.7 |
862 | 2024-12-19T04:31:16.176Z | Compiling crossbeam-channel v0.5.13 |
863 | 2024-12-19T04:31:16.441Z | Compiling progenitor-macro v0.8.0 |
864 | 2024-12-19T04:31:17.470Z | Compiling darling v0.20.10 |
865 | 2024-12-19T04:31:17.574Z | Compiling term v0.7.0 |
866 | 2024-12-19T04:31:18.491Z | Compiling toml_edit v0.22.22 |
867 | 2024-12-19T04:31:19.134Z | Compiling progenitor-client v0.8.0 |
868 | 2024-12-19T04:31:23.374Z | Compiling usdt-macro v0.5.0 |
869 | 2024-12-19T04:31:24.708Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-12-19T04:31:26.042Z | Compiling slog-json v2.6.1 |
871 | 2024-12-19T04:31:26.234Z | Compiling futures-executor v0.3.31 |
872 | 2024-12-19T04:31:26.493Z | Compiling async-stream-impl v0.3.6 |
873 | 2024-12-19T04:31:27.409Z | Compiling is-terminal v0.4.13 |
874 | 2024-12-19T04:31:27.522Z | Compiling memmap v0.7.0 |
875 | 2024-12-19T04:31:27.856Z | Compiling dropshot v0.13.0 |
876 | 2024-12-19T04:31:27.931Z | Compiling take_mut v0.2.2 |
877 | 2024-12-19T04:31:28.080Z | Compiling cpufeatures v0.2.14 |
878 | 2024-12-19T04:31:28.174Z | Compiling sha1 v0.10.6 |
879 | 2024-12-19T04:31:28.914Z | Compiling async-stream v0.3.6 |
880 | 2024-12-19T04:31:29.225Z | Compiling usdt v0.5.0 |
881 | 2024-12-19T04:31:29.581Z | Compiling progenitor v0.8.0 |
882 | 2024-12-19T04:31:29.805Z | Compiling slog-term v2.9.1 |
883 | 2024-12-19T04:31:30.815Z | Compiling futures v0.3.31 |
884 | 2024-12-19T04:31:30.923Z | Compiling slog-bunyan v2.5.0 |
885 | 2024-12-19T04:31:31.287Z | Compiling tokio-rustls v0.25.0 |
886 | 2024-12-19T04:31:31.684Z | Compiling toml v0.8.19 |
887 | 2024-12-19T04:31:31.735Z | Compiling strum_macros v0.26.4 |
888 | 2024-12-19T04:31:32.827Z | Compiling serde_with_macros v3.11.0 |
889 | 2024-12-19T04:31:35.617Z | Compiling parse-display-derive v0.10.0 |
890 | 2024-12-19T04:31:36.498Z | Compiling rand v0.8.5 |
891 | 2024-12-19T04:31:41.068Z | Compiling ipnetwork v0.20.0 |
892 | 2024-12-19T04:31:41.149Z | Compiling dropshot_endpoint v0.13.0 |
893 | 2024-12-19T04:31:41.197Z | Compiling serde_path_to_error v0.1.16 |
894 | 2024-12-19T04:31:41.905Z | Compiling hex v0.4.3 |
895 | 2024-12-19T04:31:42.258Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
896 | 2024-12-19T04:31:42.623Z | Compiling async-trait v0.1.83 |
897 | 2024-12-19T04:31:43.098Z | Compiling waitgroup v0.1.2 |
898 | 2024-12-19T04:31:43.346Z | Compiling hostname v0.4.0 |
899 | 2024-12-19T04:31:43.591Z | Compiling instant v0.1.13 |
900 | 2024-12-19T04:31:43.745Z | Compiling debug-ignore v1.0.5 |
901 | 2024-12-19T04:31:43.888Z | Compiling backoff v0.4.0 |
902 | 2024-12-19T04:31:44.247Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-19T04:31:44.445Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
904 | 2024-12-19T04:31:44.614Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
905 | 2024-12-19T04:31:45.155Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
906 | 2024-12-19T04:31:46.145Z | Compiling parse-display v0.10.0 |
907 | 2024-12-19T04:31:48.481Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
908 | 2024-12-19T04:31:49.082Z | Compiling strum v0.26.3 |
909 | 2024-12-19T04:31:49.266Z | Compiling serde_with v3.11.0 |
910 | 2024-12-19T04:31:49.505Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
911 | 2024-12-19T04:31:50.330Z | Compiling regress v0.9.1 |
912 | 2024-12-19T04:31:50.597Z | Compiling macaddr v1.0.1 |
913 | 2024-12-19T04:31:57.827Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
914 | 2024-12-19T04:32:07.825Z | Compiling test-project v0.1.0 (/tmp/test-project) |
915 | 2024-12-19T04:32:17.797Z | Finished `release` profile [optimized] target(s) in 2m 39s |
916 | 2024-12-19T04:32:17.862Z | process exited: duration 240188 ms, exit code 0 |
|
917 | 2024-12-19T04:32:17.867Z | found 0 output files |