|
|
|
1 | 2024-12-16T20:02:03.075Z | job assigned to worker 01JF8GYTW8C4WHWXFRZG5R69DW [factory aws, i-0d17578ebd7fc70b7] (queued for 57 s) |
|
2 | 2024-12-16T20:02:11.134Z | starting task 0: "setup" |
3 | 2024-12-16T20:02:11.141Z | ++ uname -s |
4 | 2024-12-16T20:02:11.144Z | + kern=SunOS |
5 | 2024-12-16T20:02:11.144Z | + case "$kern" in |
6 | 2024-12-16T20:02:11.144Z | + groupadd -g 12345 build |
7 | 2024-12-16T20:02:11.146Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T20:02:13.152Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T20:02:13.242Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T20:02:13.245Z | + home_fs=zfs |
11 | 2024-12-16T20:02:13.245Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T20:02:13.245Z | + mkdir -p /home/build |
13 | 2024-12-16T20:02:13.245Z | + chown build:build /home/build /work |
14 | 2024-12-16T20:02:15.247Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T20:02:15.250Z | process exited: duration 4117 ms, exit code 0 |
|
16 | 2024-12-16T20:02:15.255Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T20:02:15.261Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T20:02:15.261Z | ' 1.81.0 |
19 | 2024-12-16T20:02:15.261Z | * toolchain channel = "1.81.0" |
20 | 2024-12-16T20:02:15.262Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-16T20:02:15.262Z | ' default |
22 | 2024-12-16T20:02:15.262Z | * toolchain profile = "default" |
23 | 2024-12-16T20:02:15.264Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T20:02:15.264Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-16T20:02:15.377Z | info: downloading installer |
26 | 2024-12-16T20:02:16.639Z | info: profile set to 'default' |
27 | 2024-12-16T20:02:16.639Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T20:02:16.642Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-16T20:02:16.773Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-16T20:02:16.773Z | info: downloading component 'cargo' |
31 | 2024-12-16T20:02:17.474Z | info: downloading component 'clippy' |
32 | 2024-12-16T20:02:17.734Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T20:02:18.704Z | info: downloading component 'rust-std' |
34 | 2024-12-16T20:02:20.227Z | info: downloading component 'rustc' |
35 | 2024-12-16T20:02:25.661Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T20:02:25.865Z | info: installing component 'cargo' |
37 | 2024-12-16T20:02:26.645Z | info: installing component 'clippy' |
38 | 2024-12-16T20:02:27.016Z | info: installing component 'rust-docs' |
39 | 2024-12-16T20:02:28.577Z | info: installing component 'rust-std' |
40 | 2024-12-16T20:02:30.230Z | info: installing component 'rustc' |
41 | 2024-12-16T20:02:35.879Z | info: installing component 'rustfmt' |
42 | 2024-12-16T20:02:36.201Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-16T20:02:36.201Z | |
44 | 2024-12-16T20:02:36.568Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-16T20:02:36.568Z | |
46 | 2024-12-16T20:02:36.571Z | |
47 | 2024-12-16T20:02:36.571Z | Rust is installed now. Great! |
48 | 2024-12-16T20:02:36.571Z | |
49 | 2024-12-16T20:02:36.571Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T20:02:36.571Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T20:02:36.571Z | |
52 | 2024-12-16T20:02:36.571Z | To configure your current shell, you need to source |
53 | 2024-12-16T20:02:36.571Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T20:02:36.571Z | |
55 | 2024-12-16T20:02:36.571Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T20:02:36.571Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T20:02:36.571Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T20:02:36.640Z | + rustc --version |
59 | 2024-12-16T20:02:36.708Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-16T20:02:36.711Z | process exited: duration 21454 ms, exit code 0 |
|
61 | 2024-12-16T20:02:36.716Z | starting task 2: "authentication" |
62 | 2024-12-16T20:02:36.736Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-16T20:02:36.742Z | starting task 3: "clone repository" |
64 | 2024-12-16T20:02:36.748Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-16T20:02:36.751Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-16T20:02:37.050Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-16T20:02:43.906Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-16T20:02:43.906Z | + git fetch origin 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
69 | 2024-12-16T20:02:44.174Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-16T20:02:44.174Z | * branch 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 -> FETCH_HEAD |
71 | 2024-12-16T20:02:44.184Z | + [[ -n john/sled-editor-allocators ]] |
72 | 2024-12-16T20:02:44.187Z | ++ git branch --show-current |
73 | 2024-12-16T20:02:44.189Z | + current=main |
74 | 2024-12-16T20:02:44.189Z | + [[ main != john/sled-editor-allocators ]] |
75 | 2024-12-16T20:02:44.189Z | + git branch -f john/sled-editor-allocators 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
76 | 2024-12-16T20:02:44.191Z | + git checkout -f john/sled-editor-allocators |
77 | 2024-12-16T20:02:44.374Z | Switched to branch 'john/sled-editor-allocators' |
78 | 2024-12-16T20:02:44.376Z | + git reset --hard 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
79 | 2024-12-16T20:02:44.551Z | HEAD is now at 1cfaddce5 doc comment on underlay_ip module |
80 | 2024-12-16T20:02:44.553Z | process exited: duration 7809 ms, exit code 0 |
|
81 | 2024-12-16T20:02:44.559Z | starting task 4: "build" |
82 | 2024-12-16T20:02:44.564Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-16T20:02:44.564Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-16T20:02:44.567Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-16T20:02:44.567Z | + cargo --version |
86 | 2024-12-16T20:02:44.623Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-16T20:02:44.628Z | + rustc --version |
88 | 2024-12-16T20:02:44.687Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-16T20:02:44.690Z | + cd /tmp |
90 | 2024-12-16T20:02:44.690Z | + cargo new --lib test-project |
91 | 2024-12-16T20:02:44.751Z | Creating library `test-project` package |
92 | 2024-12-16T20:02:44.828Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-16T20:02:44.831Z | + cd test-project |
94 | 2024-12-16T20:02:44.831Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-16T20:02:44.888Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-16T20:02:44.888Z | Features: |
97 | 2024-12-16T20:02:44.888Z | - proptest |
98 | 2024-12-16T20:02:44.888Z | - test-strategy |
99 | 2024-12-16T20:02:44.889Z | - testing |
100 | 2024-12-16T20:02:44.891Z | Updating crates.io index |
101 | 2024-12-16T20:02:44.943Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-16T20:02:45.488Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-16T20:02:45.794Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-16T20:02:46.078Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-16T20:02:47.277Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-16T20:02:47.280Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-16T20:02:47.280Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-16T20:02:47.280Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-16T20:02:47.280Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-16T20:02:47.280Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-16T20:02:47.282Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-16T20:02:47.282Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-16T20:02:47.282Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-16T20:02:47.282Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-16T20:02:47.282Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-16T20:02:47.284Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-16T20:02:47.284Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-16T20:02:47.287Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-16T20:02:47.293Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-16T20:02:47.295Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-16T20:02:47.297Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-16T20:02:47.297Z | Adding thiserror v1.0.69 (latest: v2.0.7) |
123 | 2024-12-16T20:02:47.299Z | Adding thiserror-impl v1.0.69 (latest: v2.0.7) |
124 | 2024-12-16T20:02:47.300Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-16T20:02:47.300Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-16T20:02:47.300Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-16T20:02:47.302Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-16T20:02:47.302Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-16T20:02:47.302Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-16T20:02:47.302Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-16T20:02:47.302Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-16T20:02:47.302Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-16T20:02:47.302Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-16T20:02:47.302Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-16T20:02:47.306Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-16T20:02:47.306Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-16T20:02:47.306Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-16T20:02:47.377Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-16T20:02:47.379Z | + cargo check |
140 | 2024-12-16T20:02:47.550Z | Updating crates.io index |
141 | 2024-12-16T20:02:48.319Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-16T20:02:51.013Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-16T20:02:52.636Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-16T20:02:53.299Z | Downloading crates ... |
145 | 2024-12-16T20:02:53.368Z | Downloaded cfg-if v1.0.0 |
146 | 2024-12-16T20:02:53.371Z | Downloaded atomic-waker v1.1.2 |
147 | 2024-12-16T20:02:53.373Z | Downloaded async-stream v0.3.6 |
148 | 2024-12-16T20:02:53.377Z | Downloaded anyhow v1.0.93 |
149 | 2024-12-16T20:02:53.381Z | Downloaded darling_macro v0.20.10 |
150 | 2024-12-16T20:02:53.383Z | Downloaded http-body v1.0.1 |
151 | 2024-12-16T20:02:53.391Z | Downloaded dtrace-parser v0.2.0 |
152 | 2024-12-16T20:02:53.394Z | Downloaded async-stream-impl v0.3.6 |
153 | 2024-12-16T20:02:53.397Z | Downloaded try-lock v0.2.5 |
154 | 2024-12-16T20:02:53.400Z | Downloaded ident_case v1.0.1 |
155 | 2024-12-16T20:02:53.400Z | Downloaded memmap v0.7.0 |
156 | 2024-12-16T20:02:53.404Z | Downloaded foreign-types-shared v0.1.1 |
157 | 2024-12-16T20:02:53.407Z | Downloaded instant v0.1.13 |
158 | 2024-12-16T20:02:53.409Z | Downloaded ucd-trie v0.1.7 |
159 | 2024-12-16T20:02:53.413Z | Downloaded foreign-types v0.3.2 |
160 | 2024-12-16T20:02:53.416Z | Downloaded match_cfg v0.1.0 |
161 | 2024-12-16T20:02:53.416Z | Downloaded equivalent v1.0.1 |
162 | 2024-12-16T20:02:53.419Z | Downloaded yoke-derive v0.7.4 |
163 | 2024-12-16T20:02:53.421Z | Downloaded debug-ignore v1.0.5 |
164 | 2024-12-16T20:02:53.421Z | Downloaded waitgroup v0.1.2 |
165 | 2024-12-16T20:02:53.424Z | Downloaded dof v0.3.0 |
166 | 2024-12-16T20:02:53.424Z | Downloaded byteorder v1.5.0 |
167 | 2024-12-16T20:02:53.426Z | Downloaded cpufeatures v0.2.14 |
168 | 2024-12-16T20:02:53.428Z | Downloaded omicron-workspace-hack v0.1.0 |
169 | 2024-12-16T20:02:53.428Z | Downloaded usdt-attr-macro v0.5.0 |
170 | 2024-12-16T20:02:53.431Z | Downloaded idna_adapter v1.2.0 |
171 | 2024-12-16T20:02:53.431Z | Downloaded num_threads v0.1.7 |
172 | 2024-12-16T20:02:53.433Z | Downloaded hyper-tls v0.6.0 |
173 | 2024-12-16T20:02:53.433Z | Downloaded num-conv v0.1.0 |
174 | 2024-12-16T20:02:53.437Z | Downloaded httpdate v1.0.3 |
175 | 2024-12-16T20:02:53.439Z | Downloaded is-terminal v0.4.13 |
176 | 2024-12-16T20:02:53.439Z | Downloaded futures-core v0.3.31 |
177 | 2024-12-16T20:02:53.439Z | Downloaded futures-macro v0.3.31 |
178 | 2024-12-16T20:02:53.442Z | Downloaded progenitor-client v0.8.0 |
179 | 2024-12-16T20:02:53.442Z | Downloaded hostname v0.3.1 |
180 | 2024-12-16T20:02:53.445Z | Downloaded ipnetwork v0.20.0 |
181 | 2024-12-16T20:02:53.448Z | Downloaded form_urlencoded v1.2.1 |
182 | 2024-12-16T20:02:53.448Z | Downloaded dyn-clone v1.0.17 |
183 | 2024-12-16T20:02:53.448Z | Downloaded pretty-hex v0.4.1 |
184 | 2024-12-16T20:02:53.451Z | Downloaded dirs-sys-next v0.1.2 |
185 | 2024-12-16T20:02:53.451Z | Downloaded dirs-next v2.0.0 |
186 | 2024-12-16T20:02:53.453Z | Downloaded deranged v0.3.11 |
187 | 2024-12-16T20:02:53.453Z | Downloaded crypto-common v0.1.6 |
188 | 2024-12-16T20:02:53.456Z | Downloaded usdt-macro v0.5.0 |
189 | 2024-12-16T20:02:53.456Z | Downloaded fnv v1.0.7 |
190 | 2024-12-16T20:02:53.456Z | Downloaded scroll_derive v0.12.0 |
191 | 2024-12-16T20:02:53.458Z | Downloaded icu_provider_macros v1.5.0 |
192 | 2024-12-16T20:02:53.459Z | Downloaded hostname v0.4.0 |
193 | 2024-12-16T20:02:53.461Z | Downloaded openssl-probe v0.1.5 |
194 | 2024-12-16T20:02:53.461Z | Downloaded zerofrom v0.1.4 |
195 | 2024-12-16T20:02:53.464Z | Downloaded untrusted v0.9.0 |
196 | 2024-12-16T20:02:53.464Z | Downloaded macaddr v1.0.1 |
197 | 2024-12-16T20:02:53.466Z | Downloaded openssl-macros v0.1.1 |
198 | 2024-12-16T20:02:53.469Z | Downloaded heck v0.5.0 |
199 | 2024-12-16T20:02:53.469Z | Downloaded hex v0.4.3 |
200 | 2024-12-16T20:02:53.471Z | Downloaded strum v0.26.3 |
201 | 2024-12-16T20:02:53.471Z | Downloaded want v0.3.1 |
202 | 2024-12-16T20:02:53.473Z | Downloaded http-body-util v0.1.2 |
203 | 2024-12-16T20:02:53.476Z | Downloaded generic-array v0.14.7 |
204 | 2024-12-16T20:02:53.476Z | Downloaded futures-sink v0.3.31 |
205 | 2024-12-16T20:02:53.476Z | Downloaded usdt v0.5.0 |
206 | 2024-12-16T20:02:53.478Z | Downloaded typify-macro v0.2.0 |
207 | 2024-12-16T20:02:53.479Z | Downloaded pest_generator v2.7.14 |
208 | 2024-12-16T20:02:53.481Z | Downloaded version_check v0.9.5 |
209 | 2024-12-16T20:02:53.481Z | Downloaded utf8_iter v1.0.4 |
210 | 2024-12-16T20:02:53.483Z | Downloaded httparse v1.9.5 |
211 | 2024-12-16T20:02:53.486Z | Downloaded futures-channel v0.3.31 |
212 | 2024-12-16T20:02:53.488Z | Downloaded newtype-uuid v1.1.3 |
213 | 2024-12-16T20:02:53.488Z | Downloaded mime v0.3.17 |
214 | 2024-12-16T20:02:53.491Z | Downloaded zerofrom-derive v0.1.4 |
215 | 2024-12-16T20:02:53.491Z | Downloaded utf16_iter v1.0.5 |
216 | 2024-12-16T20:02:53.494Z | Downloaded usdt-impl v0.5.0 |
217 | 2024-12-16T20:02:53.494Z | Downloaded lock_api v0.4.12 |
218 | 2024-12-16T20:02:53.496Z | Downloaded itoa v1.0.11 |
219 | 2024-12-16T20:02:53.501Z | Downloaded camino v1.1.9 |
220 | 2024-12-16T20:02:53.501Z | Downloaded async-trait v0.1.83 |
221 | 2024-12-16T20:02:53.504Z | Downloaded hyper-rustls v0.27.3 |
222 | 2024-12-16T20:02:53.506Z | Downloaded getrandom v0.2.15 |
223 | 2024-12-16T20:02:53.509Z | Downloaded ipnet v2.10.1 |
224 | 2024-12-16T20:02:53.511Z | Downloaded plain v0.2.3 |
225 | 2024-12-16T20:02:53.511Z | Downloaded pin-utils v0.1.0 |
226 | 2024-12-16T20:02:53.513Z | Downloaded iana-time-zone v0.1.61 |
227 | 2024-12-16T20:02:53.516Z | Downloaded icu_locid_transform v1.5.0 |
228 | 2024-12-16T20:02:53.519Z | Downloaded take_mut v0.2.2 |
229 | 2024-12-16T20:02:53.519Z | Downloaded displaydoc v0.2.5 |
230 | 2024-12-16T20:02:53.521Z | Downloaded time-core v0.1.2 |
231 | 2024-12-16T20:02:53.524Z | Downloaded ahash v0.8.11 |
232 | 2024-12-16T20:02:53.527Z | Downloaded rustc-hash v2.0.0 |
233 | 2024-12-16T20:02:53.527Z | Downloaded scopeguard v1.2.0 |
234 | 2024-12-16T20:02:53.529Z | Downloaded rand_core v0.6.4 |
235 | 2024-12-16T20:02:53.531Z | Downloaded serde_spanned v0.6.8 |
236 | 2024-12-16T20:02:53.531Z | Downloaded litemap v0.7.3 |
237 | 2024-12-16T20:02:53.534Z | Downloaded quinn-udp v0.5.5 |
238 | 2024-12-16T20:02:53.536Z | Downloaded paste v1.0.15 |
239 | 2024-12-16T20:02:53.539Z | Downloaded pkg-config v0.3.31 |
240 | 2024-12-16T20:02:53.541Z | Downloaded writeable v0.5.5 |
241 | 2024-12-16T20:02:53.544Z | Downloaded log v0.4.22 |
242 | 2024-12-16T20:02:53.544Z | Downloaded slog-json v2.6.1 |
243 | 2024-12-16T20:02:53.546Z | Downloaded tinyvec_macros v0.1.1 |
244 | 2024-12-16T20:02:53.549Z | Downloaded sync_wrapper v1.0.1 |
245 | 2024-12-16T20:02:53.549Z | Downloaded tower-service v0.3.3 |
246 | 2024-12-16T20:02:53.549Z | Downloaded icu_normalizer_data v1.5.0 |
247 | 2024-12-16T20:02:53.552Z | Downloaded toml_datetime v0.6.8 |
248 | 2024-12-16T20:02:53.555Z | Downloaded tokio-native-tls v0.3.1 |
249 | 2024-12-16T20:02:53.555Z | Downloaded typify v0.2.0 |
250 | 2024-12-16T20:02:53.557Z | Downloaded structmeta-derive v0.3.0 |
251 | 2024-12-16T20:02:53.559Z | Downloaded dropshot_endpoint v0.13.0 |
252 | 2024-12-16T20:02:53.562Z | Downloaded slab v0.4.9 |
253 | 2024-12-16T20:02:53.564Z | Downloaded structmeta v0.3.0 |
254 | 2024-12-16T20:02:53.564Z | Downloaded rustversion v1.0.17 |
255 | 2024-12-16T20:02:53.567Z | Downloaded sha1 v0.10.6 |
256 | 2024-12-16T20:02:53.570Z | Downloaded zeroize v1.8.1 |
257 | 2024-12-16T20:02:53.572Z | Downloaded parking_lot_core v0.9.10 |
258 | 2024-12-16T20:02:53.575Z | Downloaded stable_deref_trait v1.2.0 |
259 | 2024-12-16T20:02:53.575Z | Downloaded thiserror v1.0.69 |
260 | 2024-12-16T20:02:53.578Z | Downloaded serde_with_macros v3.11.0 |
261 | 2024-12-16T20:02:53.581Z | Downloaded icu_properties v1.5.1 |
262 | 2024-12-16T20:02:53.583Z | Downloaded hyper-util v0.1.10 |
263 | 2024-12-16T20:02:53.588Z | Downloaded strsim v0.11.1 |
264 | 2024-12-16T20:02:53.590Z | Downloaded native-tls v0.2.12 |
265 | 2024-12-16T20:02:53.592Z | Downloaded slog-term v2.9.1 |
266 | 2024-12-16T20:02:53.595Z | Downloaded tinystr v0.7.6 |
267 | 2024-12-16T20:02:53.597Z | Downloaded serde_tokenstream v0.2.2 |
268 | 2024-12-16T20:02:53.599Z | Downloaded slog-async v2.8.0 |
269 | 2024-12-16T20:02:53.599Z | Downloaded ppv-lite86 v0.2.20 |
270 | 2024-12-16T20:02:53.602Z | Downloaded unicode-ident v1.0.13 |
271 | 2024-12-16T20:02:53.605Z | Downloaded icu_locid_transform_data v1.5.0 |
272 | 2024-12-16T20:02:53.605Z | Downloaded zerovec-derive v0.10.3 |
273 | 2024-12-16T20:02:53.608Z | Downloaded yoke v0.7.4 |
274 | 2024-12-16T20:02:53.610Z | Downloaded shlex v1.3.0 |
275 | 2024-12-16T20:02:53.610Z | Downloaded strum_macros v0.26.4 |
276 | 2024-12-16T20:02:53.613Z | Downloaded scroll v0.12.0 |
277 | 2024-12-16T20:02:53.616Z | Downloaded rustls-pemfile v2.2.0 |
278 | 2024-12-16T20:02:53.618Z | Downloaded indexmap v1.9.3 |
279 | 2024-12-16T20:02:53.621Z | Downloaded serde_path_to_error v0.1.16 |
280 | 2024-12-16T20:02:53.623Z | Downloaded slog-bunyan v2.5.0 |
281 | 2024-12-16T20:02:53.623Z | Downloaded signal-hook-registry v1.4.2 |
282 | 2024-12-16T20:02:53.626Z | Downloaded smallvec v1.13.2 |
283 | 2024-12-16T20:02:53.626Z | Downloaded time-macros v0.2.18 |
284 | 2024-12-16T20:02:53.628Z | Downloaded term v0.7.0 |
285 | 2024-12-16T20:02:53.634Z | Downloaded tokio-rustls v0.25.0 |
286 | 2024-12-16T20:02:53.637Z | Downloaded toml v0.8.19 |
287 | 2024-12-16T20:02:53.639Z | Downloaded pest_derive v2.7.14 |
288 | 2024-12-16T20:02:53.642Z | Downloaded slog v2.7.0 |
289 | 2024-12-16T20:02:53.644Z | Downloaded icu_provider v1.5.0 |
290 | 2024-12-16T20:02:53.647Z | Downloaded indexmap v2.6.0 |
291 | 2024-12-16T20:02:53.650Z | Downloaded progenitor-impl v0.8.0 |
292 | 2024-12-16T20:02:53.652Z | Downloaded tinyvec v1.8.0 |
293 | 2024-12-16T20:02:53.656Z | Downloaded crossbeam-channel v0.5.13 |
294 | 2024-12-16T20:02:53.659Z | Downloaded memchr v2.7.4 |
295 | 2024-12-16T20:02:53.664Z | Downloaded icu_collections v1.5.0 |
296 | 2024-12-16T20:02:53.672Z | Downloaded socket2 v0.5.7 |
297 | 2024-12-16T20:02:53.674Z | Downloaded tracing v0.1.40 |
298 | 2024-12-16T20:02:53.677Z | Downloaded synstructure v0.13.1 |
299 | 2024-12-16T20:02:53.679Z | Downloaded tracing-core v0.1.32 |
300 | 2024-12-16T20:02:53.682Z | Downloaded pest_meta v2.7.14 |
301 | 2024-12-16T20:02:53.684Z | Downloaded typenum v1.17.0 |
302 | 2024-12-16T20:02:53.687Z | Downloaded ryu v1.0.18 |
303 | 2024-12-16T20:02:53.689Z | Downloaded toml_edit v0.22.22 |
304 | 2024-12-16T20:02:53.710Z | Downloaded schemars v0.8.21 |
305 | 2024-12-16T20:02:53.721Z | Downloaded time v0.3.36 |
306 | 2024-12-16T20:02:53.729Z | Downloaded tokio-util v0.7.12 |
307 | 2024-12-16T20:02:53.734Z | Downloaded h2 v0.4.6 |
308 | 2024-12-16T20:02:53.741Z | Downloaded quinn v0.11.5 |
309 | 2024-12-16T20:02:53.745Z | Downloaded aho-corasick v1.1.3 |
310 | 2024-12-16T20:02:53.749Z | Downloaded goblin v0.8.2 |
311 | 2024-12-16T20:02:53.760Z | Downloaded serde_derive v1.0.215 |
312 | 2024-12-16T20:02:53.765Z | Downloaded serde_yaml v0.9.34+deprecated |
313 | 2024-12-16T20:02:53.765Z | Downloaded icu_properties_data v1.5.0 |
314 | 2024-12-16T20:02:53.772Z | Downloaded rand v0.8.5 |
315 | 2024-12-16T20:02:53.776Z | Downloaded mio v1.0.2 |
316 | 2024-12-16T20:02:53.782Z | Downloaded serde v1.0.215 |
317 | 2024-12-16T20:02:53.786Z | Downloaded dropshot v0.13.0 |
318 | 2024-12-16T20:02:53.805Z | Downloaded chrono v0.4.38 |
319 | 2024-12-16T20:02:53.811Z | Downloaded openssl-sys v0.9.103 |
320 | 2024-12-16T20:02:53.815Z | Downloaded url v2.5.3 |
321 | 2024-12-16T20:02:53.818Z | Downloaded hyper v1.5.0 |
322 | 2024-12-16T20:02:53.824Z | Downloaded futures-util v0.3.31 |
323 | 2024-12-16T20:02:53.835Z | Downloaded uuid v1.11.0 |
324 | 2024-12-16T20:02:53.838Z | Downloaded zerovec v0.10.4 |
325 | 2024-12-16T20:02:53.843Z | Downloaded idna v1.0.3 |
326 | 2024-12-16T20:02:53.847Z | Downloaded hashbrown v0.14.5 |
327 | 2024-12-16T20:02:53.853Z | Downloaded proc-macro2 v1.0.89 |
328 | 2024-12-16T20:02:53.856Z | Downloaded parking_lot v0.12.3 |
329 | 2024-12-16T20:02:53.858Z | Downloaded hashbrown v0.15.1 |
330 | 2024-12-16T20:02:53.862Z | Downloaded num-traits v0.2.19 |
331 | 2024-12-16T20:02:53.866Z | Downloaded pest v2.7.14 |
332 | 2024-12-16T20:02:53.872Z | Downloaded rustls-pki-types v1.10.0 |
333 | 2024-12-16T20:02:53.878Z | Downloaded base64 v0.22.1 |
334 | 2024-12-16T20:02:53.880Z | Downloaded zerocopy v0.7.35 |
335 | 2024-12-16T20:02:53.892Z | Downloaded winnow v0.6.20 |
336 | 2024-12-16T20:02:53.900Z | Downloaded unsafe-libyaml v0.2.11 |
337 | 2024-12-16T20:02:53.903Z | Downloaded http v1.1.0 |
338 | 2024-12-16T20:02:53.906Z | Downloaded serde_with v3.11.0 |
339 | 2024-12-16T20:02:53.914Z | Downloaded spin v0.9.8 |
340 | 2024-12-16T20:02:53.916Z | Downloaded hashbrown v0.12.3 |
341 | 2024-12-16T20:02:53.920Z | Downloaded cc v1.1.30 |
342 | 2024-12-16T20:02:53.923Z | Downloaded serde_urlencoded v0.7.1 |
343 | 2024-12-16T20:02:53.926Z | Downloaded libc v0.2.162 |
344 | 2024-12-16T20:02:53.951Z | Downloaded serde_json v1.0.132 |
345 | 2024-12-16T20:02:53.957Z | Downloaded quinn-proto v0.11.8 |
346 | 2024-12-16T20:02:53.963Z | Downloaded rustls-webpki v0.102.8 |
347 | 2024-12-16T20:02:53.980Z | Downloaded reqwest v0.12.9 |
348 | 2024-12-16T20:02:53.987Z | Downloaded tokio v1.40.0 |
349 | 2024-12-16T20:02:54.020Z | Downloaded schemars_derive v0.8.21 |
350 | 2024-12-16T20:02:54.023Z | Downloaded openssl v0.10.66 |
351 | 2024-12-16T20:02:54.030Z | Downloaded vcpkg v0.2.15 |
352 | 2024-12-16T20:02:54.068Z | Downloaded regex v1.11.1 |
353 | 2024-12-16T20:02:54.085Z | Downloaded webpki-roots v0.26.6 |
354 | 2024-12-16T20:02:54.089Z | Downloaded pin-project-lite v0.2.14 |
355 | 2024-12-16T20:02:54.093Z | Downloaded allocator-api2 v0.2.18 |
356 | 2024-12-16T20:02:54.096Z | Downloaded sha2 v0.10.8 |
357 | 2024-12-16T20:02:54.099Z | Downloaded serde_derive_internals v0.29.1 |
358 | 2024-12-16T20:02:54.102Z | Downloaded tokio-rustls v0.26.0 |
359 | 2024-12-16T20:02:54.102Z | Downloaded rand_chacha v0.3.1 |
360 | 2024-12-16T20:02:54.105Z | Downloaded darling_core v0.20.10 |
361 | 2024-12-16T20:02:54.111Z | Downloaded syn v2.0.87 |
362 | 2024-12-16T20:02:54.118Z | Downloaded quote v1.0.37 |
363 | 2024-12-16T20:02:54.121Z | Downloaded parse-display-derive v0.10.0 |
364 | 2024-12-16T20:02:54.123Z | Downloaded once_cell v1.20.2 |
365 | 2024-12-16T20:02:54.127Z | Downloaded multer v3.1.0 |
366 | 2024-12-16T20:02:54.127Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2024-12-16T20:02:54.130Z | Downloaded subtle v2.6.1 |
368 | 2024-12-16T20:02:54.132Z | Downloaded thread_local v1.1.8 |
369 | 2024-12-16T20:02:54.132Z | Downloaded semver v1.0.23 |
370 | 2024-12-16T20:02:54.139Z | Downloaded bytes v1.8.0 |
371 | 2024-12-16T20:02:54.142Z | Downloaded regress v0.10.1 |
372 | 2024-12-16T20:02:54.146Z | Downloaded rustls v0.23.19 |
373 | 2024-12-16T20:02:54.157Z | Downloaded regex-syntax v0.8.5 |
374 | 2024-12-16T20:02:54.164Z | Downloaded rustls v0.22.4 |
375 | 2024-12-16T20:02:54.176Z | Downloaded openapiv3 v2.0.0 |
376 | 2024-12-16T20:02:54.187Z | Downloaded regress v0.9.1 |
377 | 2024-12-16T20:02:54.195Z | Downloaded progenitor-macro v0.8.0 |
378 | 2024-12-16T20:02:54.197Z | Downloaded progenitor v0.8.0 |
379 | 2024-12-16T20:02:54.197Z | Downloaded typify-impl v0.2.0 |
380 | 2024-12-16T20:02:54.212Z | Downloaded powerfmt v0.2.0 |
381 | 2024-12-16T20:02:54.217Z | Downloaded parse-display v0.10.0 |
382 | 2024-12-16T20:02:54.217Z | Downloaded encoding_rs v0.8.34 |
383 | 2024-12-16T20:02:54.232Z | Downloaded bitflags v2.6.0 |
384 | 2024-12-16T20:02:54.236Z | Downloaded icu_locid v1.5.0 |
385 | 2024-12-16T20:02:54.240Z | Downloaded icu_normalizer v1.5.0 |
386 | 2024-12-16T20:02:54.243Z | Downloaded futures v0.3.31 |
387 | 2024-12-16T20:02:54.247Z | Downloaded percent-encoding v2.3.1 |
388 | 2024-12-16T20:02:54.250Z | Downloaded tokio-macros v2.4.0 |
389 | 2024-12-16T20:02:54.250Z | Downloaded thread-id v4.2.2 |
390 | 2024-12-16T20:02:54.255Z | Downloaded regex-automata v0.4.8 |
391 | 2024-12-16T20:02:54.266Z | Downloaded thiserror-impl v1.0.69 |
392 | 2024-12-16T20:02:54.270Z | Downloaded crossbeam-utils v0.8.20 |
393 | 2024-12-16T20:02:54.274Z | Downloaded darling v0.20.10 |
394 | 2024-12-16T20:02:54.277Z | Downloaded autocfg v1.4.0 |
395 | 2024-12-16T20:02:54.277Z | Downloaded backoff v0.4.0 |
396 | 2024-12-16T20:02:54.279Z | Downloaded futures-io v0.3.31 |
397 | 2024-12-16T20:02:54.279Z | Downloaded futures-task v0.3.31 |
398 | 2024-12-16T20:02:54.282Z | Downloaded block-buffer v0.10.4 |
399 | 2024-12-16T20:02:54.282Z | Downloaded write16 v1.0.0 |
400 | 2024-12-16T20:02:54.282Z | Downloaded futures-executor v0.3.31 |
401 | 2024-12-16T20:02:54.285Z | Downloaded digest v0.10.7 |
402 | 2024-12-16T20:02:54.543Z | Downloaded ring v0.17.8 |
403 | 2024-12-16T20:02:54.880Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-16T20:02:54.880Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-16T20:02:54.880Z | Compiling libc v0.2.162 |
406 | 2024-12-16T20:02:54.880Z | Checking cfg-if v1.0.0 |
407 | 2024-12-16T20:02:54.884Z | Compiling autocfg v1.4.0 |
408 | 2024-12-16T20:02:54.884Z | Compiling serde v1.0.215 |
409 | 2024-12-16T20:02:54.884Z | Compiling version_check v0.9.5 |
410 | 2024-12-16T20:02:54.912Z | Checking memchr v2.7.4 |
411 | 2024-12-16T20:02:55.019Z | Compiling serde_json v1.0.132 |
412 | 2024-12-16T20:02:55.098Z | Checking itoa v1.0.11 |
413 | 2024-12-16T20:02:55.522Z | Compiling thiserror v1.0.69 |
414 | 2024-12-16T20:02:55.735Z | Checking once_cell v1.20.2 |
415 | 2024-12-16T20:02:55.751Z | Compiling shlex v1.3.0 |
416 | 2024-12-16T20:02:55.939Z | Compiling cc v1.1.30 |
417 | 2024-12-16T20:02:56.261Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-16T20:02:56.625Z | Compiling num-traits v0.2.19 |
419 | 2024-12-16T20:02:56.990Z | Checking smallvec v1.13.2 |
420 | 2024-12-16T20:02:57.114Z | Checking bytes v1.8.0 |
421 | 2024-12-16T20:02:57.151Z | Checking ryu v1.0.18 |
422 | 2024-12-16T20:02:57.290Z | Checking futures-core v0.3.31 |
423 | 2024-12-16T20:02:57.326Z | Compiling lock_api v0.4.12 |
424 | 2024-12-16T20:02:57.367Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-12-16T20:02:57.534Z | Compiling byteorder v1.5.0 |
426 | 2024-12-16T20:02:57.763Z | Compiling ahash v0.8.11 |
427 | 2024-12-16T20:02:57.817Z | Checking getrandom v0.2.15 |
428 | 2024-12-16T20:02:57.839Z | Compiling schemars v0.8.21 |
429 | 2024-12-16T20:02:57.857Z | Checking scopeguard v1.2.0 |
430 | 2024-12-16T20:02:58.034Z | Compiling slab v0.4.9 |
431 | 2024-12-16T20:02:58.167Z | Compiling quote v1.0.37 |
432 | 2024-12-16T20:02:58.185Z | Checking log v0.4.22 |
433 | 2024-12-16T20:02:58.230Z | Checking futures-sink v0.3.31 |
434 | 2024-12-16T20:02:58.315Z | Checking mio v1.0.2 |
435 | 2024-12-16T20:02:58.336Z | Checking socket2 v0.5.7 |
436 | 2024-12-16T20:02:58.363Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-12-16T20:02:58.400Z | Checking parking_lot v0.12.3 |
438 | 2024-12-16T20:02:58.444Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-16T20:02:58.539Z | Compiling syn v2.0.87 |
440 | 2024-12-16T20:02:58.612Z | Compiling ring v0.17.8 |
441 | 2024-12-16T20:02:58.726Z | Checking equivalent v1.0.1 |
442 | 2024-12-16T20:02:58.782Z | Checking fnv v1.0.7 |
443 | 2024-12-16T20:02:58.799Z | Checking hashbrown v0.15.1 |
444 | 2024-12-16T20:02:58.802Z | Compiling semver v1.0.23 |
445 | 2024-12-16T20:02:58.837Z | Checking futures-channel v0.3.31 |
446 | 2024-12-16T20:02:58.857Z | Checking futures-task v0.3.31 |
447 | 2024-12-16T20:02:58.876Z | Checking pin-utils v0.1.0 |
448 | 2024-12-16T20:02:58.892Z | Checking http v1.1.0 |
449 | 2024-12-16T20:02:58.959Z | Checking futures-io v0.3.31 |
450 | 2024-12-16T20:02:59.108Z | Compiling heck v0.5.0 |
451 | 2024-12-16T20:02:59.158Z | Checking spin v0.9.8 |
452 | 2024-12-16T20:02:59.186Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-16T20:02:59.368Z | Compiling vcpkg v0.2.15 |
454 | 2024-12-16T20:02:59.386Z | Checking rustls-pki-types v1.10.0 |
455 | 2024-12-16T20:02:59.863Z | Compiling httparse v1.9.5 |
456 | 2024-12-16T20:03:00.035Z | Checking untrusted v0.9.0 |
457 | 2024-12-16T20:03:00.175Z | Checking iana-time-zone v0.1.61 |
458 | 2024-12-16T20:03:00.268Z | Compiling ucd-trie v0.1.7 |
459 | 2024-12-16T20:03:00.317Z | Checking writeable v0.5.5 |
460 | 2024-12-16T20:03:00.437Z | Checking litemap v0.7.3 |
461 | 2024-12-16T20:03:00.596Z | Checking tracing-core v0.1.32 |
462 | 2024-12-16T20:03:00.735Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-16T20:03:00.751Z | Checking atomic-waker v1.1.2 |
464 | 2024-12-16T20:03:00.878Z | Compiling allocator-api2 v0.2.18 |
465 | 2024-12-16T20:03:00.926Z | Compiling openssl-sys v0.9.103 |
466 | 2024-12-16T20:03:01.209Z | Checking tracing v0.1.40 |
467 | 2024-12-16T20:03:01.307Z | Checking http-body v1.0.1 |
468 | 2024-12-16T20:03:01.472Z | Checking try-lock v0.2.5 |
469 | 2024-12-16T20:03:01.602Z | Checking subtle v2.6.1 |
470 | 2024-12-16T20:03:01.631Z | Checking zeroize v1.8.1 |
471 | 2024-12-16T20:03:01.672Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-12-16T20:03:01.689Z | Compiling uuid v1.11.0 |
473 | 2024-12-16T20:03:01.867Z | Checking want v0.3.1 |
474 | 2024-12-16T20:03:01.886Z | Checking foreign-types-shared v0.1.1 |
475 | 2024-12-16T20:03:01.973Z | Checking httpdate v1.0.3 |
476 | 2024-12-16T20:03:02.004Z | Compiling chrono v0.4.38 |
477 | 2024-12-16T20:03:02.088Z | Compiling slog v2.7.0 |
478 | 2024-12-16T20:03:02.104Z | Checking icu_properties_data v1.5.0 |
479 | 2024-12-16T20:03:02.193Z | Compiling openssl v0.10.66 |
480 | 2024-12-16T20:03:02.516Z | Checking foreign-types v0.3.2 |
481 | 2024-12-16T20:03:02.542Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-16T20:03:02.560Z | Checking percent-encoding v2.3.1 |
483 | 2024-12-16T20:03:02.593Z | Checking icu_normalizer_data v1.5.0 |
484 | 2024-12-16T20:03:02.661Z | Checking utf8_iter v1.0.4 |
485 | 2024-12-16T20:03:02.715Z | Checking utf16_iter v1.0.5 |
486 | 2024-12-16T20:03:02.848Z | Checking bitflags v2.6.0 |
487 | 2024-12-16T20:03:03.101Z | Compiling typenum v1.17.0 |
488 | 2024-12-16T20:03:03.501Z | Compiling regex-syntax v0.8.5 |
489 | 2024-12-16T20:03:03.665Z | Checking write16 v1.0.0 |
490 | 2024-12-16T20:03:03.763Z | Checking tower-service v0.3.3 |
491 | 2024-12-16T20:03:03.858Z | Compiling native-tls v0.2.12 |
492 | 2024-12-16T20:03:03.906Z | Compiling rustls v0.23.19 |
493 | 2024-12-16T20:03:04.174Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-16T20:03:04.329Z | Compiling generic-array v0.14.7 |
495 | 2024-12-16T20:03:04.598Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-16T20:03:05.129Z | Compiling synstructure v0.13.1 |
497 | 2024-12-16T20:03:05.749Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-16T20:03:06.471Z | Compiling regex-automata v0.4.8 |
499 | 2024-12-16T20:03:07.221Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-16T20:03:07.433Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-16T20:03:07.551Z | Compiling time-core v0.1.2 |
502 | 2024-12-16T20:03:07.696Z | Checking mime v0.3.17 |
503 | 2024-12-16T20:03:07.806Z | Checking powerfmt v0.2.0 |
504 | 2024-12-16T20:03:08.027Z | Compiling num-conv v0.1.0 |
505 | 2024-12-16T20:03:08.312Z | Compiling time-macros v0.2.18 |
506 | 2024-12-16T20:03:08.381Z | Checking deranged v0.3.11 |
507 | 2024-12-16T20:03:08.752Z | Compiling thread-id v4.2.2 |
508 | 2024-12-16T20:03:09.713Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-12-16T20:03:09.913Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-16T20:03:10.279Z | Compiling regex v1.11.1 |
511 | 2024-12-16T20:03:10.365Z | Compiling serde_derive v1.0.215 |
512 | 2024-12-16T20:03:10.523Z | Compiling zerocopy-derive v0.7.35 |
513 | 2024-12-16T20:03:11.093Z | Compiling thiserror-impl v1.0.69 |
514 | 2024-12-16T20:03:11.134Z | Compiling zerofrom-derive v0.1.4 |
515 | 2024-12-16T20:03:11.170Z | Compiling schemars_derive v0.8.21 |
516 | 2024-12-16T20:03:11.344Z | Compiling tokio-macros v2.4.0 |
517 | 2024-12-16T20:03:12.324Z | Compiling zerocopy v0.7.35 |
518 | 2024-12-16T20:03:13.824Z | Compiling yoke-derive v0.7.4 |
519 | 2024-12-16T20:03:13.847Z | Checking tokio v1.40.0 |
520 | 2024-12-16T20:03:13.913Z | Compiling zerovec-derive v0.10.3 |
521 | 2024-12-16T20:03:14.003Z | Compiling futures-macro v0.3.31 |
522 | 2024-12-16T20:03:14.244Z | Compiling displaydoc v0.2.5 |
523 | 2024-12-16T20:03:14.560Z | Checking zerofrom v0.1.4 |
524 | 2024-12-16T20:03:14.781Z | Compiling pest v2.7.14 |
525 | 2024-12-16T20:03:15.838Z | Checking futures-util v0.3.31 |
526 | 2024-12-16T20:03:16.296Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-12-16T20:03:16.396Z | Compiling hashbrown v0.14.5 |
528 | 2024-12-16T20:03:16.420Z | Checking rustls-webpki v0.102.8 |
529 | 2024-12-16T20:03:16.520Z | Checking yoke v0.7.4 |
530 | 2024-12-16T20:03:16.863Z | Checking zerovec v0.10.4 |
531 | 2024-12-16T20:03:17.189Z | Compiling pest_meta v2.7.14 |
532 | 2024-12-16T20:03:17.689Z | Compiling regress v0.10.1 |
533 | 2024-12-16T20:03:17.825Z | Compiling openssl-macros v0.1.1 |
534 | 2024-12-16T20:03:18.559Z | Compiling pest_generator v2.7.14 |
535 | 2024-12-16T20:03:18.596Z | Checking tinystr v0.7.6 |
536 | 2024-12-16T20:03:18.996Z | Checking icu_locid v1.5.0 |
537 | 2024-12-16T20:03:20.029Z | Checking icu_provider v1.5.0 |
538 | 2024-12-16T20:03:20.383Z | Checking icu_collections v1.5.0 |
539 | 2024-12-16T20:03:20.692Z | Checking icu_locid_transform v1.5.0 |
540 | 2024-12-16T20:03:21.017Z | Checking tokio-util v0.7.12 |
541 | 2024-12-16T20:03:21.404Z | Compiling pest_derive v2.7.14 |
542 | 2024-12-16T20:03:21.655Z | Checking icu_properties v1.5.1 |
543 | 2024-12-16T20:03:22.203Z | Checking http-body-util v0.1.2 |
544 | 2024-12-16T20:03:22.238Z | Compiling scroll_derive v0.12.0 |
545 | 2024-12-16T20:03:22.378Z | Compiling dtrace-parser v0.2.0 |
546 | 2024-12-16T20:03:23.755Z | Checking indexmap v2.6.0 |
547 | 2024-12-16T20:03:24.161Z | Compiling serde_tokenstream v0.2.2 |
548 | 2024-12-16T20:03:25.024Z | Checking icu_normalizer v1.5.0 |
549 | 2024-12-16T20:03:25.043Z | Checking h2 v0.4.6 |
550 | 2024-12-16T20:03:26.198Z | Checking idna_adapter v1.2.0 |
551 | 2024-12-16T20:03:26.377Z | Checking idna v1.0.3 |
552 | 2024-12-16T20:03:26.653Z | Compiling dof v0.3.0 |
553 | 2024-12-16T20:03:26.694Z | Checking tokio-native-tls v0.3.1 |
554 | 2024-12-16T20:03:26.722Z | Checking tokio-rustls v0.26.0 |
555 | 2024-12-16T20:03:26.779Z | Checking scroll v0.12.0 |
556 | 2024-12-16T20:03:26.857Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-12-16T20:03:27.072Z | Compiling ident_case v1.0.1 |
558 | 2024-12-16T20:03:27.246Z | Compiling strsim v0.11.1 |
559 | 2024-12-16T20:03:27.246Z | Checking num_threads v0.1.7 |
560 | 2024-12-16T20:03:27.293Z | Checking plain v0.2.3 |
561 | 2024-12-16T20:03:27.375Z | Checking base64 v0.22.1 |
562 | 2024-12-16T20:03:27.436Z | Compiling crossbeam-utils v0.8.20 |
563 | 2024-12-16T20:03:27.517Z | Checking goblin v0.8.2 |
564 | 2024-12-16T20:03:27.859Z | Compiling typify-impl v0.2.0 |
565 | 2024-12-16T20:03:27.952Z | Compiling darling_core v0.20.10 |
566 | 2024-12-16T20:03:28.011Z | Checking time v0.3.36 |
567 | 2024-12-16T20:03:29.215Z | Checking hyper v1.5.0 |
568 | 2024-12-16T20:03:29.838Z | Checking url v2.5.3 |
569 | 2024-12-16T20:03:30.504Z | Compiling openapiv3 v2.0.0 |
570 | 2024-12-16T20:03:31.323Z | Checking hyper-util v0.1.10 |
571 | 2024-12-16T20:03:32.572Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-16T20:03:32.751Z | Checking sync_wrapper v1.0.1 |
573 | 2024-12-16T20:03:33.058Z | Checking hyper-rustls v0.27.3 |
574 | 2024-12-16T20:03:33.260Z | Checking hyper-tls v0.6.0 |
575 | 2024-12-16T20:03:33.364Z | Compiling paste v1.0.15 |
576 | 2024-12-16T20:03:33.382Z | Compiling rustls v0.22.4 |
577 | 2024-12-16T20:03:33.527Z | Checking pretty-hex v0.4.1 |
578 | 2024-12-16T20:03:33.549Z | Compiling unsafe-libyaml v0.2.11 |
579 | 2024-12-16T20:03:33.676Z | Compiling rustversion v1.0.17 |
580 | 2024-12-16T20:03:33.710Z | Checking ipnet v2.10.1 |
581 | 2024-12-16T20:03:33.851Z | Compiling omicron-workspace-hack v0.1.0 |
582 | 2024-12-16T20:03:33.987Z | Compiling darling_macro v0.20.10 |
583 | 2024-12-16T20:03:34.155Z | Checking reqwest v0.12.9 |
584 | 2024-12-16T20:03:34.519Z | Checking dirs-next v2.0.0 |
585 | 2024-12-16T20:03:34.644Z | Checking toml_datetime v0.6.8 |
586 | 2024-12-16T20:03:34.664Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-16T20:03:34.683Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-16T20:03:34.838Z | Compiling serde_yaml v0.9.34+deprecated |
589 | 2024-12-16T20:03:34.912Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-16T20:03:34.930Z | Checking block-buffer v0.10.4 |
591 | 2024-12-16T20:03:35.122Z | Checking crypto-common v0.1.6 |
592 | 2024-12-16T20:03:35.259Z | Checking rand_core v0.6.4 |
593 | 2024-12-16T20:03:35.297Z | Checking thread_local v1.1.8 |
594 | 2024-12-16T20:03:35.389Z | Compiling multer v3.1.0 |
595 | 2024-12-16T20:03:35.444Z | Compiling anyhow v1.0.93 |
596 | 2024-12-16T20:03:35.548Z | Checking match_cfg v0.1.0 |
597 | 2024-12-16T20:03:35.580Z | Compiling slog-async v2.8.0 |
598 | 2024-12-16T20:03:35.583Z | Checking winnow v0.6.20 |
599 | 2024-12-16T20:03:35.633Z | Compiling camino v1.1.9 |
600 | 2024-12-16T20:03:35.716Z | Compiling newtype-uuid v1.1.3 |
601 | 2024-12-16T20:03:36.108Z | Checking hostname v0.3.1 |
602 | 2024-12-16T20:03:36.132Z | Checking progenitor-client v0.8.0 |
603 | 2024-12-16T20:03:36.239Z | Checking rand_chacha v0.3.1 |
604 | 2024-12-16T20:03:36.361Z | Checking digest v0.10.7 |
605 | 2024-12-16T20:03:36.441Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-16T20:03:36.595Z | Compiling darling v0.20.10 |
607 | 2024-12-16T20:03:36.687Z | Checking term v0.7.0 |
608 | 2024-12-16T20:03:37.186Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-12-16T20:03:37.522Z | Compiling structmeta v0.3.0 |
610 | 2024-12-16T20:03:37.920Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-16T20:03:37.938Z | Checking slog-json v2.6.1 |
612 | 2024-12-16T20:03:38.193Z | Checking futures-executor v0.3.31 |
613 | 2024-12-16T20:03:38.195Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-16T20:03:38.413Z | Checking is-terminal v0.4.13 |
615 | 2024-12-16T20:03:38.507Z | Checking memmap v0.7.0 |
616 | 2024-12-16T20:03:38.527Z | Compiling dropshot v0.13.0 |
617 | 2024-12-16T20:03:38.585Z | Checking cpufeatures v0.2.14 |
618 | 2024-12-16T20:03:38.620Z | Checking toml_edit v0.22.22 |
619 | 2024-12-16T20:03:38.678Z | Checking take_mut v0.2.2 |
620 | 2024-12-16T20:03:38.701Z | Checking sha1 v0.10.6 |
621 | 2024-12-16T20:03:38.922Z | Checking slog-term v2.9.1 |
622 | 2024-12-16T20:03:38.958Z | Checking futures v0.3.31 |
623 | 2024-12-16T20:03:39.059Z | Checking slog-bunyan v2.5.0 |
624 | 2024-12-16T20:03:39.132Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-16T20:03:39.174Z | Checking usdt v0.5.0 |
626 | 2024-12-16T20:03:39.211Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-16T20:03:39.415Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-16T20:03:39.433Z | Checking rand v0.8.5 |
629 | 2024-12-16T20:03:39.463Z | Checking async-stream v0.3.6 |
630 | 2024-12-16T20:03:40.343Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-16T20:03:40.805Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-16T20:03:40.907Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-16T20:03:40.985Z | Checking hex v0.4.3 |
634 | 2024-12-16T20:03:41.147Z | Checking serde_path_to_error v0.1.16 |
635 | 2024-12-16T20:03:41.168Z | Checking toml v0.8.19 |
636 | 2024-12-16T20:03:41.545Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-16T20:03:41.672Z | Compiling typify-macro v0.2.0 |
638 | 2024-12-16T20:03:41.743Z | Compiling async-trait v0.1.83 |
639 | 2024-12-16T20:03:41.873Z | Checking waitgroup v0.1.2 |
640 | 2024-12-16T20:03:41.982Z | Checking hostname v0.4.0 |
641 | 2024-12-16T20:03:42.008Z | Checking instant v0.1.13 |
642 | 2024-12-16T20:03:42.106Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-16T20:03:42.127Z | Checking backoff v0.4.0 |
644 | 2024-12-16T20:03:42.234Z | Checking serde_with v3.11.0 |
645 | 2024-12-16T20:03:42.305Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-12-16T20:03:42.411Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
647 | 2024-12-16T20:03:42.448Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-16T20:03:42.556Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-16T20:03:42.796Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2024-12-16T20:03:42.910Z | Checking macaddr v1.0.1 |
651 | 2024-12-16T20:03:43.057Z | Checking parse-display v0.10.0 |
652 | 2024-12-16T20:03:43.230Z | Checking regress v0.9.1 |
653 | 2024-12-16T20:03:43.593Z | Checking strum v0.26.3 |
654 | 2024-12-16T20:03:44.735Z | Compiling typify v0.2.0 |
655 | 2024-12-16T20:03:44.816Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-16T20:03:47.384Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-16T20:03:51.504Z | Checking progenitor v0.8.0 |
658 | 2024-12-16T20:03:51.633Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-16T20:03:54.475Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-16T20:04:01.632Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-16T20:04:01.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-16T20:04:02.006Z | + cargo build --release |
663 | 2024-12-16T20:04:02.250Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-16T20:04:02.250Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-16T20:04:02.250Z | Compiling libc v0.2.162 |
666 | 2024-12-16T20:04:02.250Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-16T20:04:02.253Z | Compiling autocfg v1.4.0 |
668 | 2024-12-16T20:04:02.254Z | Compiling serde v1.0.215 |
669 | 2024-12-16T20:04:02.254Z | Compiling version_check v0.9.5 |
670 | 2024-12-16T20:04:02.254Z | Compiling memchr v2.7.4 |
671 | 2024-12-16T20:04:02.355Z | Compiling serde_json v1.0.132 |
672 | 2024-12-16T20:04:02.450Z | Compiling itoa v1.0.11 |
673 | 2024-12-16T20:04:02.679Z | Compiling thiserror v1.0.69 |
674 | 2024-12-16T20:04:02.822Z | Compiling once_cell v1.20.2 |
675 | 2024-12-16T20:04:02.881Z | Compiling shlex v1.3.0 |
676 | 2024-12-16T20:04:03.138Z | Compiling cc v1.1.30 |
677 | 2024-12-16T20:04:03.272Z | Compiling num-traits v0.2.19 |
678 | 2024-12-16T20:04:03.504Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-16T20:04:03.593Z | Compiling getrandom v0.2.15 |
680 | 2024-12-16T20:04:03.693Z | Compiling smallvec v1.13.2 |
681 | 2024-12-16T20:04:03.730Z | Compiling bytes v1.8.0 |
682 | 2024-12-16T20:04:03.926Z | Compiling quote v1.0.37 |
683 | 2024-12-16T20:04:03.978Z | Compiling ryu v1.0.18 |
684 | 2024-12-16T20:04:04.157Z | Compiling futures-core v0.3.31 |
685 | 2024-12-16T20:04:04.295Z | Compiling syn v2.0.87 |
686 | 2024-12-16T20:04:04.394Z | Compiling lock_api v0.4.12 |
687 | 2024-12-16T20:04:04.524Z | Compiling ahash v0.8.11 |
688 | 2024-12-16T20:04:04.539Z | Compiling byteorder v1.5.0 |
689 | 2024-12-16T20:04:04.555Z | Compiling schemars v0.8.21 |
690 | 2024-12-16T20:04:04.706Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-16T20:04:04.956Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-16T20:04:05.022Z | Compiling slab v0.4.9 |
693 | 2024-12-16T20:04:05.117Z | Compiling log v0.4.22 |
694 | 2024-12-16T20:04:05.351Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-16T20:04:05.499Z | Compiling mio v1.0.2 |
696 | 2024-12-16T20:04:05.542Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-16T20:04:05.564Z | Compiling socket2 v0.5.7 |
698 | 2024-12-16T20:04:05.570Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-16T20:04:05.587Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-12-16T20:04:05.677Z | Compiling semver v1.0.23 |
701 | 2024-12-16T20:04:06.148Z | Compiling equivalent v1.0.1 |
702 | 2024-12-16T20:04:06.155Z | Compiling ring v0.17.8 |
703 | 2024-12-16T20:04:06.243Z | Compiling fnv v1.0.7 |
704 | 2024-12-16T20:04:06.254Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-16T20:04:06.365Z | Compiling http v1.1.0 |
706 | 2024-12-16T20:04:07.084Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-16T20:04:07.118Z | Compiling pin-utils v0.1.0 |
708 | 2024-12-16T20:04:07.183Z | Compiling futures-io v0.3.31 |
709 | 2024-12-16T20:04:07.195Z | Compiling futures-task v0.3.31 |
710 | 2024-12-16T20:04:07.506Z | Compiling vcpkg v0.2.15 |
711 | 2024-12-16T20:04:07.543Z | Compiling heck v0.5.0 |
712 | 2024-12-16T20:04:07.658Z | Compiling pkg-config v0.3.31 |
713 | 2024-12-16T20:04:07.671Z | Compiling rustls-pki-types v1.10.0 |
714 | 2024-12-16T20:04:07.685Z | Compiling spin v0.9.8 |
715 | 2024-12-16T20:04:08.524Z | Compiling ucd-trie v0.1.7 |
716 | 2024-12-16T20:04:08.857Z | Compiling httparse v1.9.5 |
717 | 2024-12-16T20:04:08.981Z | Compiling litemap v0.7.3 |
718 | 2024-12-16T20:04:09.106Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-16T20:04:09.414Z | Compiling untrusted v0.9.0 |
720 | 2024-12-16T20:04:09.525Z | Compiling iana-time-zone v0.1.61 |
721 | 2024-12-16T20:04:09.579Z | Compiling writeable v0.5.5 |
722 | 2024-12-16T20:04:10.088Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-16T20:04:10.201Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-16T20:04:10.510Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-16T20:04:10.685Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-16T20:04:10.877Z | Compiling tracing v0.1.40 |
727 | 2024-12-16T20:04:10.994Z | Compiling http-body v1.0.1 |
728 | 2024-12-16T20:04:11.404Z | Compiling chrono v0.4.38 |
729 | 2024-12-16T20:04:11.432Z | Compiling subtle v2.6.1 |
730 | 2024-12-16T20:04:11.513Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2024-12-16T20:04:11.602Z | Compiling uuid v1.11.0 |
732 | 2024-12-16T20:04:11.806Z | Compiling zeroize v1.8.1 |
733 | 2024-12-16T20:04:11.929Z | Compiling synstructure v0.13.1 |
734 | 2024-12-16T20:04:12.136Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-12-16T20:04:12.148Z | Compiling try-lock v0.2.5 |
736 | 2024-12-16T20:04:12.288Z | Compiling want v0.3.1 |
737 | 2024-12-16T20:04:12.943Z | Compiling openssl v0.10.66 |
738 | 2024-12-16T20:04:13.316Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-12-16T20:04:13.360Z | Compiling httpdate v1.0.3 |
740 | 2024-12-16T20:04:13.408Z | Compiling slog v2.7.0 |
741 | 2024-12-16T20:04:13.416Z | Compiling icu_properties_data v1.5.0 |
742 | 2024-12-16T20:04:13.646Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-16T20:04:14.079Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-16T20:04:14.326Z | Compiling percent-encoding v2.3.1 |
745 | 2024-12-16T20:04:14.446Z | Compiling native-tls v0.2.12 |
746 | 2024-12-16T20:04:14.777Z | Compiling tower-service v0.3.3 |
747 | 2024-12-16T20:04:14.798Z | Compiling utf8_iter v1.0.4 |
748 | 2024-12-16T20:04:14.891Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-12-16T20:04:14.980Z | Compiling regex-syntax v0.8.5 |
750 | 2024-12-16T20:04:15.304Z | Compiling typenum v1.17.0 |
751 | 2024-12-16T20:04:15.892Z | Compiling rustls v0.23.19 |
752 | 2024-12-16T20:04:16.161Z | Compiling utf16_iter v1.0.5 |
753 | 2024-12-16T20:04:16.196Z | Compiling bitflags v2.6.0 |
754 | 2024-12-16T20:04:16.280Z | Compiling write16 v1.0.0 |
755 | 2024-12-16T20:04:16.414Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-16T20:04:16.631Z | Compiling generic-array v0.14.7 |
757 | 2024-12-16T20:04:16.936Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-16T20:04:17.463Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-16T20:04:17.466Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-16T20:04:17.505Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-16T20:04:18.153Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-16T20:04:18.531Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-16T20:04:19.552Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-16T20:04:20.812Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-16T20:04:21.120Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-16T20:04:21.154Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-16T20:04:22.116Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-16T20:04:22.211Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-16T20:04:22.353Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-16T20:04:22.638Z | Compiling tokio v1.40.0 |
771 | 2024-12-16T20:04:23.526Z | Compiling yoke v0.7.4 |
772 | 2024-12-16T20:04:23.900Z | Compiling zerovec v0.10.4 |
773 | 2024-12-16T20:04:23.931Z | Compiling pest v2.7.14 |
774 | 2024-12-16T20:04:24.068Z | Compiling futures-util v0.3.31 |
775 | 2024-12-16T20:04:24.259Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-16T20:04:25.431Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-16T20:04:26.755Z | Compiling tinystr v0.7.6 |
778 | 2024-12-16T20:04:26.798Z | Compiling pest_meta v2.7.14 |
779 | 2024-12-16T20:04:26.956Z | Compiling rustls-webpki v0.102.8 |
780 | 2024-12-16T20:04:27.204Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-16T20:04:30.899Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-16T20:04:31.009Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-16T20:04:31.797Z | Compiling indexmap v2.6.0 |
784 | 2024-12-16T20:04:32.806Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-16T20:04:34.199Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-16T20:04:34.596Z | Compiling icu_locid_transform v1.5.0 |
787 | 2024-12-16T20:04:34.635Z | Compiling regress v0.10.1 |
788 | 2024-12-16T20:04:37.619Z | Compiling h2 v0.4.6 |
789 | 2024-12-16T20:04:37.964Z | Compiling icu_collections v1.5.0 |
790 | 2024-12-16T20:04:39.356Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-16T20:04:40.618Z | Compiling typify-impl v0.2.0 |
792 | 2024-12-16T20:04:40.660Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-16T20:04:41.692Z | Compiling openssl-macros v0.1.1 |
794 | 2024-12-16T20:04:43.658Z | Compiling hyper v1.5.0 |
795 | 2024-12-16T20:04:45.690Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-16T20:04:48.836Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-16T20:04:50.974Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-16T20:04:52.490Z | Compiling typify-macro v0.2.0 |
799 | 2024-12-16T20:04:53.555Z | Compiling idna_adapter v1.2.0 |
800 | 2024-12-16T20:04:54.375Z | Compiling http-body-util v0.1.2 |
801 | 2024-12-16T20:04:54.938Z | Compiling scroll_derive v0.12.0 |
802 | 2024-12-16T20:04:55.233Z | Compiling regex v1.11.1 |
803 | 2024-12-16T20:04:56.456Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-16T20:04:56.465Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-16T20:04:56.813Z | Compiling num-conv v0.1.0 |
806 | 2024-12-16T20:04:57.093Z | Compiling mime v0.3.17 |
807 | 2024-12-16T20:04:57.615Z | Compiling powerfmt v0.2.0 |
808 | 2024-12-16T20:04:58.113Z | Compiling time-core v0.1.2 |
809 | 2024-12-16T20:04:58.128Z | Compiling deranged v0.3.11 |
810 | 2024-12-16T20:04:58.269Z | Compiling time-macros v0.2.18 |
811 | 2024-12-16T20:05:00.383Z | Compiling scroll v0.12.0 |
812 | 2024-12-16T20:05:00.437Z | Compiling thread-id v4.2.2 |
813 | 2024-12-16T20:05:00.533Z | Compiling idna v1.0.3 |
814 | 2024-12-16T20:05:01.184Z | Compiling tokio-rustls v0.26.0 |
815 | 2024-12-16T20:05:01.645Z | Compiling tokio-native-tls v0.3.1 |
816 | 2024-12-16T20:05:06.351Z | Compiling dtrace-parser v0.2.0 |
817 | 2024-12-16T20:05:07.310Z | Compiling dof v0.3.0 |
818 | 2024-12-16T20:05:08.086Z | Compiling serde_urlencoded v0.7.1 |
819 | 2024-12-16T20:05:08.188Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-16T20:05:08.648Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-16T20:05:08.841Z | Compiling num_threads v0.1.7 |
822 | 2024-12-16T20:05:09.947Z | Compiling plain v0.2.3 |
823 | 2024-12-16T20:05:10.106Z | Compiling strsim v0.11.1 |
824 | 2024-12-16T20:05:10.480Z | Compiling omicron-workspace-hack v0.1.0 |
825 | 2024-12-16T20:05:10.722Z | Compiling base64 v0.22.1 |
826 | 2024-12-16T20:05:10.779Z | Compiling ident_case v1.0.1 |
827 | 2024-12-16T20:05:10.941Z | Compiling crossbeam-utils v0.8.20 |
828 | 2024-12-16T20:05:10.951Z | Compiling time v0.3.36 |
829 | 2024-12-16T20:05:11.507Z | Compiling darling_core v0.20.10 |
830 | 2024-12-16T20:05:11.793Z | Compiling goblin v0.8.2 |
831 | 2024-12-16T20:05:17.596Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-16T20:05:19.275Z | Compiling hyper-tls v0.6.0 |
833 | 2024-12-16T20:05:19.757Z | Compiling url v2.5.3 |
834 | 2024-12-16T20:05:20.297Z | Compiling typify v0.2.0 |
835 | 2024-12-16T20:05:20.419Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-16T20:05:22.606Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-16T20:05:22.749Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-16T20:05:24.208Z | Compiling ipnet v2.10.1 |
839 | 2024-12-16T20:05:24.674Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2024-12-16T20:05:25.510Z | Compiling rustversion v1.0.17 |
841 | 2024-12-16T20:05:26.140Z | Compiling paste v1.0.15 |
842 | 2024-12-16T20:05:26.388Z | Compiling rustls v0.22.4 |
843 | 2024-12-16T20:05:26.631Z | Compiling pretty-hex v0.4.1 |
844 | 2024-12-16T20:05:26.845Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-16T20:05:27.205Z | Compiling reqwest v0.12.9 |
846 | 2024-12-16T20:05:27.274Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-16T20:05:33.376Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-16T20:05:33.409Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-16T20:05:33.409Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-16T20:05:33.565Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-16T20:05:33.773Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-16T20:05:33.843Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-16T20:05:33.899Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-16T20:05:34.069Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-16T20:05:34.443Z | Compiling rand_core v0.6.4 |
856 | 2024-12-16T20:05:34.916Z | Compiling thread_local v1.1.8 |
857 | 2024-12-16T20:05:34.919Z | Compiling multer v3.1.0 |
858 | 2024-12-16T20:05:35.255Z | Compiling slog-async v2.8.0 |
859 | 2024-12-16T20:05:35.818Z | Compiling match_cfg v0.1.0 |
860 | 2024-12-16T20:05:35.827Z | Compiling camino v1.1.9 |
861 | 2024-12-16T20:05:35.827Z | Compiling newtype-uuid v1.1.3 |
862 | 2024-12-16T20:05:36.028Z | Compiling anyhow v1.0.93 |
863 | 2024-12-16T20:05:36.275Z | Compiling winnow v0.6.20 |
864 | 2024-12-16T20:05:36.684Z | Compiling hostname v0.3.1 |
865 | 2024-12-16T20:05:36.785Z | Compiling structmeta v0.3.0 |
866 | 2024-12-16T20:05:36.977Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-16T20:05:37.141Z | Compiling progenitor-macro v0.8.0 |
868 | 2024-12-16T20:05:37.647Z | Compiling digest v0.10.7 |
869 | 2024-12-16T20:05:38.051Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-16T20:05:38.704Z | Compiling darling v0.20.10 |
871 | 2024-12-16T20:05:39.663Z | Compiling term v0.7.0 |
872 | 2024-12-16T20:05:40.629Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-16T20:05:40.724Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-16T20:05:44.229Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-16T20:05:45.498Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-16T20:05:46.988Z | Compiling slog-json v2.6.1 |
877 | 2024-12-16T20:05:47.483Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-16T20:05:48.175Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-16T20:05:48.609Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-16T20:05:48.725Z | Compiling memmap v0.7.0 |
881 | 2024-12-16T20:05:49.138Z | Compiling dropshot v0.13.0 |
882 | 2024-12-16T20:05:49.472Z | Compiling take_mut v0.2.2 |
883 | 2024-12-16T20:05:49.513Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-16T20:05:49.601Z | Compiling sha1 v0.10.6 |
885 | 2024-12-16T20:05:49.990Z | Compiling progenitor v0.8.0 |
886 | 2024-12-16T20:05:50.201Z | Compiling async-stream v0.3.6 |
887 | 2024-12-16T20:05:50.421Z | Compiling usdt v0.5.0 |
888 | 2024-12-16T20:05:50.489Z | Compiling slog-term v2.9.1 |
889 | 2024-12-16T20:05:51.996Z | Compiling tokio-rustls v0.25.0 |
890 | 2024-12-16T20:05:52.424Z | Compiling futures v0.3.31 |
891 | 2024-12-16T20:05:52.616Z | Compiling slog-bunyan v2.5.0 |
892 | 2024-12-16T20:05:52.870Z | Compiling toml v0.8.19 |
893 | 2024-12-16T20:05:52.978Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-16T20:05:53.477Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-16T20:05:56.177Z | Compiling rand v0.8.5 |
896 | 2024-12-16T20:05:57.651Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-16T20:06:01.673Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-16T20:06:01.756Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-16T20:06:02.463Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-16T20:06:03.502Z | Compiling hex v0.4.3 |
901 | 2024-12-16T20:06:03.656Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-16T20:06:04.190Z | Compiling async-trait v0.1.83 |
903 | 2024-12-16T20:06:04.466Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-16T20:06:04.694Z | Compiling hostname v0.4.0 |
905 | 2024-12-16T20:06:04.946Z | Compiling instant v0.1.13 |
906 | 2024-12-16T20:06:05.095Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-16T20:06:05.228Z | Compiling backoff v0.4.0 |
908 | 2024-12-16T20:06:05.565Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-16T20:06:05.758Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-16T20:06:05.909Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-16T20:06:06.282Z | Compiling parse-display v0.10.0 |
912 | 2024-12-16T20:06:06.718Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-16T20:06:07.291Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-16T20:06:08.488Z | Compiling strum v0.26.3 |
915 | 2024-12-16T20:06:08.664Z | Compiling serde_with v3.11.0 |
916 | 2024-12-16T20:06:10.890Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-16T20:06:11.293Z | Compiling regress v0.9.1 |
918 | 2024-12-16T20:06:11.671Z | Compiling macaddr v1.0.1 |
919 | 2024-12-16T20:06:17.280Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-16T20:06:27.759Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-16T20:06:37.451Z | Finished `release` profile [optimized] target(s) in 2m 35s |
922 | 2024-12-16T20:06:37.514Z | process exited: duration 232942 ms, exit code 0 |
|
923 | 2024-12-16T20:06:37.520Z | found 0 output files |