|
|
|
1 | 2024-11-05T23:26:54.669Z | job assigned to worker 01JBZACHDPX7WYT5JEX3X35VZ7 (queued for 57 s) |
|
2 | 2024-11-05T23:27:02.669Z | starting task 0: "setup" |
3 | 2024-11-05T23:27:02.678Z | ++ uname -s |
4 | 2024-11-05T23:27:02.681Z | + kern=SunOS |
5 | 2024-11-05T23:27:02.681Z | + case "$kern" in |
6 | 2024-11-05T23:27:02.681Z | + [[ 0 == 12345 ]] |
7 | 2024-11-05T23:27:02.681Z | + groupadd -g 12345 build |
8 | 2024-11-05T23:27:02.684Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-05T23:27:04.695Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-05T23:27:04.824Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-05T23:27:04.827Z | + home_fs=zfs |
12 | 2024-11-05T23:27:04.827Z | + [[ zfs == autofs ]] |
13 | 2024-11-05T23:27:04.827Z | + mkdir -p /home/build |
14 | 2024-11-05T23:27:04.829Z | + chown build:build /home/build /work |
15 | 2024-11-05T23:27:06.831Z | + chmod 0700 /home/build /work |
16 | 2024-11-05T23:27:06.834Z | process exited: duration 4166 ms, exit code 0 |
|
17 | 2024-11-05T23:27:06.839Z | starting task 1: "rust-toolchain" |
18 | 2024-11-05T23:27:06.845Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-05T23:27:06.845Z | * toolchain channel = "1.82.0" |
20 | 2024-11-05T23:27:06.845Z | ' 1.82.0 |
21 | 2024-11-05T23:27:06.845Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-05T23:27:06.845Z | ' default |
23 | 2024-11-05T23:27:06.845Z | * toolchain profile = "default" |
24 | 2024-11-05T23:27:06.848Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-05T23:27:06.848Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-05T23:27:06.939Z | info: downloading installer |
27 | 2024-11-05T23:27:08.302Z | info: profile set to 'default' |
28 | 2024-11-05T23:27:08.302Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-05T23:27:08.304Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-05T23:27:08.488Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-05T23:27:08.488Z | info: downloading component 'cargo' |
32 | 2024-11-05T23:27:09.465Z | info: downloading component 'clippy' |
33 | 2024-11-05T23:27:09.835Z | info: downloading component 'rust-docs' |
34 | 2024-11-05T23:27:11.210Z | info: downloading component 'rust-std' |
35 | 2024-11-05T23:27:13.411Z | info: downloading component 'rustc' |
36 | 2024-11-05T23:27:21.279Z | info: downloading component 'rustfmt' |
37 | 2024-11-05T23:27:21.563Z | info: installing component 'cargo' |
38 | 2024-11-05T23:27:22.419Z | info: installing component 'clippy' |
39 | 2024-11-05T23:27:22.829Z | info: installing component 'rust-docs' |
40 | 2024-11-05T23:27:24.539Z | info: installing component 'rust-std' |
41 | 2024-11-05T23:27:26.626Z | info: installing component 'rustc' |
42 | 2024-11-05T23:27:32.746Z | info: installing component 'rustfmt' |
43 | 2024-11-05T23:27:33.101Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-05T23:27:33.101Z | |
45 | 2024-11-05T23:27:33.485Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-05T23:27:33.486Z | |
47 | 2024-11-05T23:27:33.488Z | |
48 | 2024-11-05T23:27:33.488Z | Rust is installed now. Great! |
49 | 2024-11-05T23:27:33.488Z | |
50 | 2024-11-05T23:27:33.488Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-05T23:27:33.488Z | environment variable. This has not been done automatically. |
52 | 2024-11-05T23:27:33.488Z | |
53 | 2024-11-05T23:27:33.488Z | To configure your current shell, you need to source |
54 | 2024-11-05T23:27:33.488Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-05T23:27:33.488Z | |
56 | 2024-11-05T23:27:33.488Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-05T23:27:33.488Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-05T23:27:33.488Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-05T23:27:33.562Z | + rustc --version |
60 | 2024-11-05T23:27:33.629Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-05T23:27:33.632Z | process exited: duration 26786 ms, exit code 0 |
|
62 | 2024-11-05T23:27:33.640Z | starting task 2: "authentication" |
63 | 2024-11-05T23:27:33.658Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-05T23:27:33.663Z | starting task 3: "clone repository" |
65 | 2024-11-05T23:27:33.668Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-05T23:27:33.671Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-05T23:27:33.791Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-05T23:27:41.031Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-05T23:27:41.031Z | + git fetch origin aa9cd9852e552b804f557cf84c969d1719bf20db |
70 | 2024-11-05T23:27:41.574Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-05T23:27:41.575Z | * branch aa9cd9852e552b804f557cf84c969d1719bf20db -> FETCH_HEAD |
72 | 2024-11-05T23:27:41.583Z | + [[ -n '' ]] |
73 | 2024-11-05T23:27:41.583Z | + git reset --hard aa9cd9852e552b804f557cf84c969d1719bf20db |
74 | 2024-11-05T23:27:41.748Z | HEAD is now at aa9cd9852 address comments |
75 | 2024-11-05T23:27:41.751Z | process exited: duration 8086 ms, exit code 0 |
|
76 | 2024-11-05T23:27:41.756Z | starting task 4: "build" |
77 | 2024-11-05T23:27:41.762Z | + source .github/buildomat/ci-env.sh |
78 | 2024-11-05T23:27:41.762Z | ++ export CARGO_TERM_COLOR=always |
79 | 2024-11-05T23:27:41.762Z | ++ CARGO_TERM_COLOR=always |
80 | 2024-11-05T23:27:41.764Z | + cargo --version |
81 | 2024-11-05T23:27:41.823Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
82 | 2024-11-05T23:27:41.829Z | + rustc --version |
83 | 2024-11-05T23:27:41.884Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
84 | 2024-11-05T23:27:41.888Z | + cd /tmp |
85 | 2024-11-05T23:27:41.890Z | + cargo new --lib test-project |
86 | 2024-11-05T23:27:41.948Z | Creating library `test-project` package |
87 | 2024-11-05T23:27:42.030Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
88 | 2024-11-05T23:27:42.033Z | + cd test-project |
89 | 2024-11-05T23:27:42.033Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
90 | 2024-11-05T23:27:42.093Z | Adding omicron-common (local) to dependencies |
91 | 2024-11-05T23:27:42.093Z | Features: |
92 | 2024-11-05T23:27:42.093Z | - proptest |
93 | 2024-11-05T23:27:42.093Z | - test-strategy |
94 | 2024-11-05T23:27:42.093Z | - testing |
95 | 2024-11-05T23:27:42.096Z | Updating crates.io index |
96 | 2024-11-05T23:27:42.155Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2024-11-05T23:27:43.001Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2024-11-05T23:27:43.418Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
99 | 2024-11-05T23:27:43.820Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
100 | 2024-11-05T23:27:45.188Z | Locking 325 packages to latest compatible versions |
101 | 2024-11-05T23:27:45.190Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
102 | 2024-11-05T23:27:45.193Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
103 | 2024-11-05T23:27:45.193Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
104 | 2024-11-05T23:27:45.193Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
105 | 2024-11-05T23:27:45.193Z | Adding goblin v0.8.2 (latest: v0.9.2) |
106 | 2024-11-05T23:27:45.193Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
107 | 2024-11-05T23:27:45.193Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
108 | 2024-11-05T23:27:45.193Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
109 | 2024-11-05T23:27:45.193Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-11-05T23:27:45.195Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
111 | 2024-11-05T23:27:45.196Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
112 | 2024-11-05T23:27:45.198Z | Adding regress v0.9.1 (latest: v0.10.1) |
113 | 2024-11-05T23:27:45.206Z | Adding rustls v0.22.4 (latest: v0.23.16) |
114 | 2024-11-05T23:27:45.208Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
115 | 2024-11-05T23:27:45.211Z | Adding term v0.7.0 (latest: v1.0.0) |
116 | 2024-11-05T23:27:45.213Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
117 | 2024-11-05T23:27:45.214Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
118 | 2024-11-05T23:27:45.216Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
119 | 2024-11-05T23:27:45.216Z | Adding windows v0.52.0 (latest: v0.58.0) |
120 | 2024-11-05T23:27:45.216Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
121 | 2024-11-05T23:27:45.216Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
122 | 2024-11-05T23:27:45.216Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
123 | 2024-11-05T23:27:45.219Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
124 | 2024-11-05T23:27:45.219Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
125 | 2024-11-05T23:27:45.219Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
126 | 2024-11-05T23:27:45.295Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
127 | 2024-11-05T23:27:45.298Z | + cargo check |
128 | 2024-11-05T23:27:45.453Z | Updating crates.io index |
129 | 2024-11-05T23:27:46.194Z | Locking 2 packages to latest compatible versions |
130 | 2024-11-05T23:27:49.032Z | Adding omicron-workspace-hack v0.1.0 |
131 | 2024-11-05T23:27:50.921Z | Adding test-project v0.1.0 (/tmp/test-project) |
132 | 2024-11-05T23:27:51.533Z | Downloading crates ... |
133 | 2024-11-05T23:27:51.627Z | Downloaded block-buffer v0.10.4 |
134 | 2024-11-05T23:27:51.629Z | Downloaded async-stream-impl v0.3.6 |
135 | 2024-11-05T23:27:51.632Z | Downloaded autocfg v1.4.0 |
136 | 2024-11-05T23:27:51.637Z | Downloaded bytes v1.7.2 |
137 | 2024-11-05T23:27:51.641Z | Downloaded match_cfg v0.1.0 |
138 | 2024-11-05T23:27:51.643Z | Downloaded foreign-types-shared v0.1.1 |
139 | 2024-11-05T23:27:51.643Z | Downloaded equivalent v1.0.1 |
140 | 2024-11-05T23:27:51.646Z | Downloaded dtrace-parser v0.2.0 |
141 | 2024-11-05T23:27:51.646Z | Downloaded darling_macro v0.20.10 |
142 | 2024-11-05T23:27:51.648Z | Downloaded http-body v1.0.1 |
143 | 2024-11-05T23:27:51.651Z | Downloaded futures-sink v0.3.31 |
144 | 2024-11-05T23:27:51.654Z | Downloaded crypto-common v0.1.6 |
145 | 2024-11-05T23:27:51.654Z | Downloaded digest v0.10.7 |
146 | 2024-11-05T23:27:51.656Z | Downloaded dirs-sys-next v0.1.2 |
147 | 2024-11-05T23:27:51.662Z | Downloaded http-body-util v0.1.2 |
148 | 2024-11-05T23:27:51.664Z | Downloaded is-terminal v0.4.13 |
149 | 2024-11-05T23:27:51.666Z | Downloaded hex v0.4.3 |
150 | 2024-11-05T23:27:51.669Z | Downloaded lock_api v0.4.12 |
151 | 2024-11-05T23:27:51.669Z | Downloaded waitgroup v0.1.2 |
152 | 2024-11-05T23:27:51.671Z | Downloaded futures-executor v0.3.31 |
153 | 2024-11-05T23:27:51.674Z | Downloaded anyhow v1.0.89 |
154 | 2024-11-05T23:27:51.676Z | Downloaded once_cell v1.20.2 |
155 | 2024-11-05T23:27:51.678Z | Downloaded native-tls v0.2.12 |
156 | 2024-11-05T23:27:51.681Z | Downloaded futures-channel v0.3.31 |
157 | 2024-11-05T23:27:51.684Z | Downloaded usdt-impl v0.5.0 |
158 | 2024-11-05T23:27:51.686Z | Downloaded zerocopy-derive v0.7.35 |
159 | 2024-11-05T23:27:51.689Z | Downloaded uuid v1.10.0 |
160 | 2024-11-05T23:27:51.693Z | Downloaded hyper-util v0.1.9 |
161 | 2024-11-05T23:27:51.698Z | Downloaded pretty-hex v0.4.1 |
162 | 2024-11-05T23:27:51.700Z | Downloaded indexmap v2.6.0 |
163 | 2024-11-05T23:27:51.703Z | Downloaded openssl-probe v0.1.5 |
164 | 2024-11-05T23:27:51.706Z | Downloaded http v1.1.0 |
165 | 2024-11-05T23:27:51.709Z | Downloaded shlex v1.3.0 |
166 | 2024-11-05T23:27:51.711Z | Downloaded atomic-waker v1.1.2 |
167 | 2024-11-05T23:27:51.713Z | Downloaded async-stream v0.3.6 |
168 | 2024-11-05T23:27:51.716Z | Downloaded term v0.7.0 |
169 | 2024-11-05T23:27:51.718Z | Downloaded typify-macro v0.2.0 |
170 | 2024-11-05T23:27:51.721Z | Downloaded paste v1.0.15 |
171 | 2024-11-05T23:27:51.723Z | Downloaded slog-bunyan v2.5.0 |
172 | 2024-11-05T23:27:51.726Z | Downloaded serde_urlencoded v0.7.1 |
173 | 2024-11-05T23:27:51.728Z | Downloaded serde_path_to_error v0.1.16 |
174 | 2024-11-05T23:27:51.730Z | Downloaded rand_core v0.6.4 |
175 | 2024-11-05T23:27:51.733Z | Downloaded pin-utils v0.1.0 |
176 | 2024-11-05T23:27:51.733Z | Downloaded foreign-types v0.3.2 |
177 | 2024-11-05T23:27:51.735Z | Downloaded bitflags v2.6.0 |
178 | 2024-11-05T23:27:51.739Z | Downloaded subtle v2.6.1 |
179 | 2024-11-05T23:27:51.741Z | Downloaded usdt-macro v0.5.0 |
180 | 2024-11-05T23:27:51.741Z | Downloaded structmeta-derive v0.3.0 |
181 | 2024-11-05T23:27:51.743Z | Downloaded camino v1.1.9 |
182 | 2024-11-05T23:27:51.746Z | Downloaded byteorder v1.5.0 |
183 | 2024-11-05T23:27:51.748Z | Downloaded scroll v0.12.0 |
184 | 2024-11-05T23:27:51.750Z | Downloaded futures-io v0.3.31 |
185 | 2024-11-05T23:27:51.750Z | Downloaded async-trait v0.1.83 |
186 | 2024-11-05T23:27:51.754Z | Downloaded usdt-attr-macro v0.5.0 |
187 | 2024-11-05T23:27:51.756Z | Downloaded parking_lot_core v0.9.10 |
188 | 2024-11-05T23:27:51.759Z | Downloaded num_threads v0.1.7 |
189 | 2024-11-05T23:27:51.759Z | Downloaded instant v0.1.13 |
190 | 2024-11-05T23:27:51.762Z | Downloaded omicron-workspace-hack v0.1.0 |
191 | 2024-11-05T23:27:51.762Z | Downloaded spin v0.9.8 |
192 | 2024-11-05T23:27:51.764Z | Downloaded slog-term v2.9.1 |
193 | 2024-11-05T23:27:51.767Z | Downloaded slog v2.7.0 |
194 | 2024-11-05T23:27:51.770Z | Downloaded sync_wrapper v1.0.1 |
195 | 2024-11-05T23:27:51.772Z | Downloaded dyn-clone v1.0.17 |
196 | 2024-11-05T23:27:51.775Z | Downloaded ryu v1.0.18 |
197 | 2024-11-05T23:27:51.778Z | Downloaded tower-service v0.3.3 |
198 | 2024-11-05T23:27:51.780Z | Downloaded hostname v0.4.0 |
199 | 2024-11-05T23:27:51.780Z | Downloaded serde_derive_internals v0.29.1 |
200 | 2024-11-05T23:27:51.782Z | Downloaded heck v0.5.0 |
201 | 2024-11-05T23:27:51.785Z | Downloaded schemars_derive v0.8.21 |
202 | 2024-11-05T23:27:51.787Z | Downloaded rustls-pki-types v1.9.0 |
203 | 2024-11-05T23:27:51.789Z | Downloaded usdt v0.5.0 |
204 | 2024-11-05T23:27:51.791Z | Downloaded futures-task v0.3.31 |
205 | 2024-11-05T23:27:51.794Z | Downloaded try-lock v0.2.5 |
206 | 2024-11-05T23:27:51.794Z | Downloaded form_urlencoded v1.2.1 |
207 | 2024-11-05T23:27:51.794Z | Downloaded time-core v0.1.2 |
208 | 2024-11-05T23:27:51.796Z | Downloaded serde_derive v1.0.210 |
209 | 2024-11-05T23:27:51.799Z | Downloaded hostname v0.3.1 |
210 | 2024-11-05T23:27:51.801Z | Downloaded mime v0.3.17 |
211 | 2024-11-05T23:27:51.801Z | Downloaded itoa v1.0.11 |
212 | 2024-11-05T23:27:51.803Z | Downloaded hyper-tls v0.6.0 |
213 | 2024-11-05T23:27:51.806Z | Downloaded memmap v0.7.0 |
214 | 2024-11-05T23:27:51.808Z | Downloaded newtype-uuid v1.1.2 |
215 | 2024-11-05T23:27:51.808Z | Downloaded macaddr v1.0.1 |
216 | 2024-11-05T23:27:51.812Z | Downloaded futures-macro v0.3.31 |
217 | 2024-11-05T23:27:51.812Z | Downloaded debug-ignore v1.0.5 |
218 | 2024-11-05T23:27:51.821Z | Downloaded untrusted v0.9.0 |
219 | 2024-11-05T23:27:51.821Z | Downloaded scroll_derive v0.12.0 |
220 | 2024-11-05T23:27:51.821Z | Downloaded url v2.5.2 |
221 | 2024-11-05T23:27:51.821Z | Downloaded toml_datetime v0.6.8 |
222 | 2024-11-05T23:27:51.821Z | Downloaded progenitor-client v0.8.0 |
223 | 2024-11-05T23:27:51.824Z | Downloaded thiserror v1.0.64 |
224 | 2024-11-05T23:27:51.826Z | Downloaded thread_local v1.1.8 |
225 | 2024-11-05T23:27:51.829Z | Downloaded allocator-api2 v0.2.18 |
226 | 2024-11-05T23:27:51.832Z | Downloaded tinyvec_macros v0.1.1 |
227 | 2024-11-05T23:27:51.834Z | Downloaded cc v1.1.30 |
228 | 2024-11-05T23:27:51.837Z | Downloaded thread-id v4.2.2 |
229 | 2024-11-05T23:27:51.840Z | Downloaded iana-time-zone v0.1.61 |
230 | 2024-11-05T23:27:51.840Z | Downloaded ipnetwork v0.20.0 |
231 | 2024-11-05T23:27:51.842Z | Downloaded ipnet v2.10.1 |
232 | 2024-11-05T23:27:51.845Z | Downloaded multer v3.1.0 |
233 | 2024-11-05T23:27:51.848Z | Downloaded serde_yaml v0.9.34+deprecated |
234 | 2024-11-05T23:27:51.850Z | Downloaded darling v0.20.10 |
235 | 2024-11-05T23:27:51.855Z | Downloaded percent-encoding v2.3.1 |
236 | 2024-11-05T23:27:51.857Z | Downloaded zeroize v1.8.1 |
237 | 2024-11-05T23:27:51.859Z | Downloaded parse-display v0.10.0 |
238 | 2024-11-05T23:27:51.859Z | Downloaded futures v0.3.31 |
239 | 2024-11-05T23:27:51.864Z | Downloaded tokio-rustls v0.26.0 |
240 | 2024-11-05T23:27:51.867Z | Downloaded time-macros v0.2.18 |
241 | 2024-11-05T23:27:51.871Z | Downloaded indexmap v1.9.3 |
242 | 2024-11-05T23:27:51.873Z | Downloaded rustc-hash v2.0.0 |
243 | 2024-11-05T23:27:51.876Z | Downloaded rand_chacha v0.3.1 |
244 | 2024-11-05T23:27:51.878Z | Downloaded ppv-lite86 v0.2.20 |
245 | 2024-11-05T23:27:51.878Z | Downloaded parse-display-derive v0.10.0 |
246 | 2024-11-05T23:27:51.880Z | Downloaded ucd-trie v0.1.7 |
247 | 2024-11-05T23:27:51.884Z | Downloaded slog-async v2.8.0 |
248 | 2024-11-05T23:27:51.884Z | Downloaded signal-hook-registry v1.4.2 |
249 | 2024-11-05T23:27:51.887Z | Downloaded sha1 v0.10.6 |
250 | 2024-11-05T23:27:51.887Z | Downloaded unicode-ident v1.0.13 |
251 | 2024-11-05T23:27:51.889Z | Downloaded slab v0.4.9 |
252 | 2024-11-05T23:27:51.891Z | Downloaded scopeguard v1.2.0 |
253 | 2024-11-05T23:27:51.891Z | Downloaded powerfmt v0.2.0 |
254 | 2024-11-05T23:27:51.894Z | Downloaded unicode-bidi v0.3.17 |
255 | 2024-11-05T23:27:51.896Z | Downloaded serde_tokenstream v0.2.2 |
256 | 2024-11-05T23:27:51.898Z | Downloaded pkg-config v0.3.31 |
257 | 2024-11-05T23:27:51.901Z | Downloaded tokio-macros v2.4.0 |
258 | 2024-11-05T23:27:51.901Z | Downloaded tracing-core v0.1.32 |
259 | 2024-11-05T23:27:51.904Z | Downloaded toml v0.8.19 |
260 | 2024-11-05T23:27:51.908Z | Downloaded unsafe-libyaml v0.2.11 |
261 | 2024-11-05T23:27:51.912Z | Downloaded slog-json v2.6.1 |
262 | 2024-11-05T23:27:51.914Z | Downloaded rustls-pemfile v2.2.0 |
263 | 2024-11-05T23:27:51.917Z | Downloaded rand v0.8.5 |
264 | 2024-11-05T23:27:51.921Z | Downloaded quote v1.0.37 |
265 | 2024-11-05T23:27:51.924Z | Downloaded pin-project-lite v0.2.14 |
266 | 2024-11-05T23:27:51.929Z | Downloaded tracing v0.1.40 |
267 | 2024-11-05T23:27:51.934Z | Downloaded serde_with_macros v3.11.0 |
268 | 2024-11-05T23:27:51.937Z | Downloaded hashbrown v0.12.3 |
269 | 2024-11-05T23:27:51.941Z | Downloaded semver v1.0.23 |
270 | 2024-11-05T23:27:51.944Z | Downloaded mio v1.0.2 |
271 | 2024-11-05T23:27:51.950Z | Downloaded typenum v1.17.0 |
272 | 2024-11-05T23:27:51.953Z | Downloaded winnow v0.6.20 |
273 | 2024-11-05T23:27:51.964Z | Downloaded unicode-normalization v0.1.24 |
274 | 2024-11-05T23:27:51.966Z | Downloaded sha2 v0.10.8 |
275 | 2024-11-05T23:27:51.969Z | Downloaded socket2 v0.5.7 |
276 | 2024-11-05T23:27:51.971Z | Downloaded tokio-rustls v0.25.0 |
277 | 2024-11-05T23:27:51.973Z | Downloaded smallvec v1.13.2 |
278 | 2024-11-05T23:27:51.976Z | Downloaded h2 v0.4.6 |
279 | 2024-11-05T23:27:51.983Z | Downloaded progenitor-impl v0.8.0 |
280 | 2024-11-05T23:27:51.985Z | Downloaded hashbrown v0.15.0 |
281 | 2024-11-05T23:27:51.991Z | Downloaded schemars v0.8.21 |
282 | 2024-11-05T23:27:52.004Z | Downloaded pest v2.7.14 |
283 | 2024-11-05T23:27:52.010Z | Downloaded openssl-sys v0.9.103 |
284 | 2024-11-05T23:27:52.015Z | Downloaded quinn v0.11.5 |
285 | 2024-11-05T23:27:52.019Z | Downloaded dropshot v0.12.0 |
286 | 2024-11-05T23:27:52.041Z | Downloaded serde_with v3.11.0 |
287 | 2024-11-05T23:27:52.049Z | Downloaded chrono v0.4.38 |
288 | 2024-11-05T23:27:52.056Z | Downloaded openssl v0.10.66 |
289 | 2024-11-05T23:27:52.066Z | Downloaded serde v1.0.210 |
290 | 2024-11-05T23:27:52.069Z | Downloaded idna v0.5.0 |
291 | 2024-11-05T23:27:52.077Z | Downloaded aho-corasick v1.1.3 |
292 | 2024-11-05T23:27:52.083Z | Downloaded reqwest v0.12.8 |
293 | 2024-11-05T23:27:52.092Z | Downloaded zerocopy v0.7.35 |
294 | 2024-11-05T23:27:52.108Z | Downloaded quinn-proto v0.11.8 |
295 | 2024-11-05T23:27:52.114Z | Downloaded openapiv3 v2.0.0 |
296 | 2024-11-05T23:27:52.126Z | Downloaded serde_json v1.0.128 |
297 | 2024-11-05T23:27:52.133Z | Downloaded time v0.3.36 |
298 | 2024-11-05T23:27:52.141Z | Downloaded tokio-util v0.7.12 |
299 | 2024-11-05T23:27:52.147Z | Downloaded strum_macros v0.26.4 |
300 | 2024-11-05T23:27:52.150Z | Downloaded proc-macro2 v1.0.87 |
301 | 2024-11-05T23:27:52.153Z | Downloaded parking_lot v0.12.3 |
302 | 2024-11-05T23:27:52.155Z | Downloaded memchr v2.7.4 |
303 | 2024-11-05T23:27:52.160Z | Downloaded pest_derive v2.7.14 |
304 | 2024-11-05T23:27:52.163Z | Downloaded crossbeam-channel v0.5.13 |
305 | 2024-11-05T23:27:52.167Z | Downloaded structmeta v0.3.0 |
306 | 2024-11-05T23:27:52.169Z | Downloaded rustls-webpki v0.102.8 |
307 | 2024-11-05T23:27:52.188Z | Downloaded vcpkg v0.2.15 |
308 | 2024-11-05T23:27:52.227Z | Downloaded webpki-roots v0.26.6 |
309 | 2024-11-05T23:27:52.231Z | Downloaded strsim v0.11.1 |
310 | 2024-11-05T23:27:52.233Z | Downloaded regex v1.11.0 |
311 | 2024-11-05T23:27:52.245Z | Downloaded serde_spanned v0.6.8 |
312 | 2024-11-05T23:27:52.247Z | Downloaded rustversion v1.0.17 |
313 | 2024-11-05T23:27:52.250Z | Downloaded darling_core v0.20.10 |
314 | 2024-11-05T23:27:52.254Z | Downloaded syn v2.0.79 |
315 | 2024-11-05T23:27:52.266Z | Downloaded rustls v0.22.4 |
316 | 2024-11-05T23:27:52.280Z | Downloaded regex-syntax v0.8.5 |
317 | 2024-11-05T23:27:52.287Z | Downloaded regress v0.9.1 |
318 | 2024-11-05T23:27:52.295Z | Downloaded regress v0.10.1 |
319 | 2024-11-05T23:27:52.303Z | Downloaded rustls v0.23.14 |
320 | 2024-11-05T23:27:52.315Z | Downloaded libc v0.2.161 |
321 | 2024-11-05T23:27:52.342Z | Downloaded tokio v1.40.0 |
322 | 2024-11-05T23:27:52.378Z | Downloaded typify-impl v0.2.0 |
323 | 2024-11-05T23:27:52.391Z | Downloaded log v0.4.22 |
324 | 2024-11-05T23:27:52.394Z | Downloaded typify v0.2.0 |
325 | 2024-11-05T23:27:52.396Z | Downloaded quinn-udp v0.5.5 |
326 | 2024-11-05T23:27:52.398Z | Downloaded pest_generator v2.7.14 |
327 | 2024-11-05T23:27:52.401Z | Downloaded toml_edit v0.22.22 |
328 | 2024-11-05T23:27:52.422Z | Downloaded goblin v0.8.2 |
329 | 2024-11-05T23:27:52.427Z | Downloaded futures-util v0.3.31 |
330 | 2024-11-05T23:27:52.438Z | Downloaded dropshot_endpoint v0.12.0 |
331 | 2024-11-05T23:27:52.441Z | Downloaded crossbeam-utils v0.8.20 |
332 | 2024-11-05T23:27:52.443Z | Downloaded httparse v1.9.5 |
333 | 2024-11-05T23:27:52.446Z | Downloaded getrandom v0.2.15 |
334 | 2024-11-05T23:27:52.449Z | Downloaded strum v0.26.3 |
335 | 2024-11-05T23:27:52.451Z | Downloaded regex-automata v0.4.8 |
336 | 2024-11-05T23:27:52.467Z | Downloaded progenitor v0.8.0 |
337 | 2024-11-05T23:27:52.470Z | Downloaded hyper v1.4.1 |
338 | 2024-11-05T23:27:52.476Z | Downloaded tokio-native-tls v0.3.1 |
339 | 2024-11-05T23:27:52.479Z | Downloaded tinyvec v1.8.0 |
340 | 2024-11-05T23:27:52.481Z | Downloaded thiserror-impl v1.0.64 |
341 | 2024-11-05T23:27:52.481Z | Downloaded hyper-rustls v0.27.3 |
342 | 2024-11-05T23:27:52.483Z | Downloaded generic-array v0.14.7 |
343 | 2024-11-05T23:27:52.486Z | Downloaded dirs-next v2.0.0 |
344 | 2024-11-05T23:27:52.486Z | Downloaded ahash v0.8.11 |
345 | 2024-11-05T23:27:52.488Z | Downloaded take_mut v0.2.2 |
346 | 2024-11-05T23:27:52.490Z | Downloaded pest_meta v2.7.14 |
347 | 2024-11-05T23:27:52.490Z | Downloaded httpdate v1.0.3 |
348 | 2024-11-05T23:27:52.493Z | Downloaded version_check v0.9.5 |
349 | 2024-11-05T23:27:52.493Z | Downloaded futures-core v0.3.31 |
350 | 2024-11-05T23:27:52.495Z | Downloaded encoding_rs v0.8.34 |
351 | 2024-11-05T23:27:52.514Z | Downloaded dof v0.3.0 |
352 | 2024-11-05T23:27:52.516Z | Downloaded deranged v0.3.11 |
353 | 2024-11-05T23:27:52.516Z | Downloaded fnv v1.0.7 |
354 | 2024-11-05T23:27:52.519Z | Downloaded cfg-if v1.0.0 |
355 | 2024-11-05T23:27:52.519Z | Downloaded num-conv v0.1.0 |
356 | 2024-11-05T23:27:52.519Z | Downloaded want v0.3.1 |
357 | 2024-11-05T23:27:52.519Z | Downloaded openssl-macros v0.1.1 |
358 | 2024-11-05T23:27:52.521Z | Downloaded ident_case v1.0.1 |
359 | 2024-11-05T23:27:52.521Z | Downloaded hashbrown v0.14.5 |
360 | 2024-11-05T23:27:52.525Z | Downloaded backoff v0.4.0 |
361 | 2024-11-05T23:27:52.527Z | Downloaded progenitor-macro v0.8.0 |
362 | 2024-11-05T23:27:52.530Z | Downloaded plain v0.2.3 |
363 | 2024-11-05T23:27:52.530Z | Downloaded base64 v0.22.1 |
364 | 2024-11-05T23:27:52.532Z | Downloaded num-traits v0.2.19 |
365 | 2024-11-05T23:27:52.535Z | Downloaded cpufeatures v0.2.14 |
366 | 2024-11-05T23:27:52.772Z | Downloaded ring v0.17.8 |
367 | 2024-11-05T23:27:53.097Z | Compiling proc-macro2 v1.0.87 |
368 | 2024-11-05T23:27:53.098Z | Compiling unicode-ident v1.0.13 |
369 | 2024-11-05T23:27:53.100Z | Compiling libc v0.2.161 |
370 | 2024-11-05T23:27:53.100Z | Checking cfg-if v1.0.0 |
371 | 2024-11-05T23:27:53.100Z | Compiling autocfg v1.4.0 |
372 | 2024-11-05T23:27:53.100Z | Compiling serde v1.0.210 |
373 | 2024-11-05T23:27:53.122Z | Compiling version_check v0.9.5 |
374 | 2024-11-05T23:27:53.124Z | Checking memchr v2.7.4 |
375 | 2024-11-05T23:27:53.237Z | Compiling serde_json v1.0.128 |
376 | 2024-11-05T23:27:53.325Z | Checking itoa v1.0.11 |
377 | 2024-11-05T23:27:53.727Z | Compiling thiserror v1.0.64 |
378 | 2024-11-05T23:27:53.798Z | Checking once_cell v1.20.2 |
379 | 2024-11-05T23:27:53.818Z | Compiling shlex v1.3.0 |
380 | 2024-11-05T23:27:54.116Z | Compiling cc v1.1.30 |
381 | 2024-11-05T23:27:54.180Z | Checking pin-project-lite v0.2.14 |
382 | 2024-11-05T23:27:54.306Z | Compiling num-traits v0.2.19 |
383 | 2024-11-05T23:27:54.565Z | Checking ryu v1.0.18 |
384 | 2024-11-05T23:27:54.582Z | Checking bytes v1.7.2 |
385 | 2024-11-05T23:27:54.626Z | Checking getrandom v0.2.15 |
386 | 2024-11-05T23:27:54.793Z | Checking futures-core v0.3.31 |
387 | 2024-11-05T23:27:54.833Z | Compiling quote v1.0.37 |
388 | 2024-11-05T23:27:54.863Z | Compiling lock_api v0.4.12 |
389 | 2024-11-05T23:27:54.994Z | Compiling parking_lot_core v0.9.10 |
390 | 2024-11-05T23:27:55.098Z | Compiling byteorder v1.5.0 |
391 | 2024-11-05T23:27:55.226Z | Compiling syn v2.0.79 |
392 | 2024-11-05T23:27:55.401Z | Compiling ahash v0.8.11 |
393 | 2024-11-05T23:27:55.459Z | Checking scopeguard v1.2.0 |
394 | 2024-11-05T23:27:55.552Z | Compiling schemars v0.8.21 |
395 | 2024-11-05T23:27:55.552Z | Checking smallvec v1.13.2 |
396 | 2024-11-05T23:27:55.672Z | Compiling slab v0.4.9 |
397 | 2024-11-05T23:27:55.869Z | Checking log v0.4.22 |
398 | 2024-11-05T23:27:55.917Z | Checking futures-sink v0.3.31 |
399 | 2024-11-05T23:27:55.966Z | Checking socket2 v0.5.7 |
400 | 2024-11-05T23:27:56.046Z | Checking mio v1.0.2 |
401 | 2024-11-05T23:27:56.149Z | Checking signal-hook-registry v1.4.2 |
402 | 2024-11-05T23:27:56.299Z | Checking fnv v1.0.7 |
403 | 2024-11-05T23:27:56.718Z | Checking parking_lot v0.12.3 |
404 | 2024-11-05T23:27:56.718Z | Checking hashbrown v0.15.0 |
405 | 2024-11-05T23:27:56.744Z | Checking equivalent v1.0.1 |
406 | 2024-11-05T23:27:56.744Z | Checking http v1.1.0 |
407 | 2024-11-05T23:27:56.744Z | Checking futures-channel v0.3.31 |
408 | 2024-11-05T23:27:56.744Z | Checking futures-io v0.3.31 |
409 | 2024-11-05T23:27:56.744Z | Checking pin-utils v0.1.0 |
410 | 2024-11-05T23:27:56.744Z | Checking futures-task v0.3.31 |
411 | 2024-11-05T23:27:56.745Z | Checking spin v0.9.8 |
412 | 2024-11-05T23:27:56.762Z | Checking rustls-pki-types v1.9.0 |
413 | 2024-11-05T23:27:56.881Z | Compiling pkg-config v0.3.31 |
414 | 2024-11-05T23:27:56.970Z | Compiling vcpkg v0.2.15 |
415 | 2024-11-05T23:27:57.047Z | Compiling heck v0.5.0 |
416 | 2024-11-05T23:27:57.107Z | Compiling ring v0.17.8 |
417 | 2024-11-05T23:27:57.331Z | Compiling semver v1.0.23 |
418 | 2024-11-05T23:27:57.425Z | Checking iana-time-zone v0.1.61 |
419 | 2024-11-05T23:27:57.669Z | Compiling httparse v1.9.5 |
420 | 2024-11-05T23:27:57.897Z | Checking untrusted v0.9.0 |
421 | 2024-11-05T23:27:57.914Z | Compiling ucd-trie v0.1.7 |
422 | 2024-11-05T23:27:58.072Z | Checking tracing-core v0.1.32 |
423 | 2024-11-05T23:27:58.416Z | Checking dyn-clone v1.0.17 |
424 | 2024-11-05T23:27:58.448Z | Compiling allocator-api2 v0.2.18 |
425 | 2024-11-05T23:27:58.535Z | Compiling openssl-sys v0.9.103 |
426 | 2024-11-05T23:27:58.721Z | Checking atomic-waker v1.1.2 |
427 | 2024-11-05T23:27:58.746Z | Checking tracing v0.1.40 |
428 | 2024-11-05T23:27:59.064Z | Checking http-body v1.0.1 |
429 | 2024-11-05T23:27:59.280Z | Checking try-lock v0.2.5 |
430 | 2024-11-05T23:27:59.325Z | Compiling uuid v1.10.0 |
431 | 2024-11-05T23:27:59.390Z | Checking zeroize v1.8.1 |
432 | 2024-11-05T23:27:59.483Z | Checking subtle v2.6.1 |
433 | 2024-11-05T23:27:59.634Z | Checking want v0.3.1 |
434 | 2024-11-05T23:27:59.677Z | Compiling slog v2.7.0 |
435 | 2024-11-05T23:27:59.719Z | Compiling chrono v0.4.38 |
436 | 2024-11-05T23:27:59.796Z | Checking foreign-types-shared v0.1.1 |
437 | 2024-11-05T23:27:59.833Z | Compiling openssl v0.10.66 |
438 | 2024-11-05T23:27:59.879Z | Checking httpdate v1.0.3 |
439 | 2024-11-05T23:28:00.152Z | Checking foreign-types v0.3.2 |
440 | 2024-11-05T23:28:00.229Z | Compiling aho-corasick v1.1.3 |
441 | 2024-11-05T23:28:00.271Z | Compiling native-tls v0.2.12 |
442 | 2024-11-05T23:28:00.596Z | Checking tower-service v0.3.3 |
443 | 2024-11-05T23:28:00.718Z | Checking tinyvec_macros v0.1.1 |
444 | 2024-11-05T23:28:00.815Z | Compiling regex-syntax v0.8.5 |
445 | 2024-11-05T23:28:00.893Z | Compiling rustls v0.23.14 |
446 | 2024-11-05T23:28:01.214Z | Checking percent-encoding v2.3.1 |
447 | 2024-11-05T23:28:01.423Z | Checking bitflags v2.6.0 |
448 | 2024-11-05T23:28:01.446Z | Compiling typenum v1.17.0 |
449 | 2024-11-05T23:28:01.642Z | Checking form_urlencoded v1.2.1 |
450 | 2024-11-05T23:28:01.702Z | Checking tinyvec v1.8.0 |
451 | 2024-11-05T23:28:02.382Z | Compiling serde_derive_internals v0.29.1 |
452 | 2024-11-05T23:28:02.471Z | Compiling generic-array v0.14.7 |
453 | 2024-11-05T23:28:02.811Z | Checking openssl-probe v0.1.5 |
454 | 2024-11-05T23:28:03.112Z | Checking unicode-normalization v0.1.24 |
455 | 2024-11-05T23:28:03.278Z | Checking rustls-webpki v0.102.8 |
456 | 2024-11-05T23:28:04.400Z | Compiling regex-automata v0.4.8 |
457 | 2024-11-05T23:28:04.930Z | Compiling usdt-impl v0.5.0 |
458 | 2024-11-05T23:28:05.215Z | Checking encoding_rs v0.8.34 |
459 | 2024-11-05T23:28:05.332Z | Compiling num-conv v0.1.0 |
460 | 2024-11-05T23:28:05.403Z | Checking mime v0.3.17 |
461 | 2024-11-05T23:28:05.636Z | Compiling time-core v0.1.2 |
462 | 2024-11-05T23:28:05.806Z | Checking unicode-bidi v0.3.17 |
463 | 2024-11-05T23:28:05.914Z | Checking powerfmt v0.2.0 |
464 | 2024-11-05T23:28:06.175Z | Checking deranged v0.3.11 |
465 | 2024-11-05T23:28:06.336Z | Compiling time-macros v0.2.18 |
466 | 2024-11-05T23:28:06.450Z | Checking idna v0.5.0 |
467 | 2024-11-05T23:28:06.879Z | Compiling serde_derive v1.0.210 |
468 | 2024-11-05T23:28:07.293Z | Compiling zerocopy-derive v0.7.35 |
469 | 2024-11-05T23:28:07.574Z | Compiling thiserror-impl v1.0.64 |
470 | 2024-11-05T23:28:07.980Z | Compiling schemars_derive v0.8.21 |
471 | 2024-11-05T23:28:08.972Z | Compiling tokio-macros v2.4.0 |
472 | 2024-11-05T23:28:09.066Z | Compiling futures-macro v0.3.31 |
473 | 2024-11-05T23:28:09.211Z | Compiling openssl-macros v0.1.1 |
474 | 2024-11-05T23:28:09.266Z | Compiling zerocopy v0.7.35 |
475 | 2024-11-05T23:28:10.416Z | Checking tokio v1.40.0 |
476 | 2024-11-05T23:28:10.444Z | Compiling pest v2.7.14 |
477 | 2024-11-05T23:28:10.815Z | Checking futures-util v0.3.31 |
478 | 2024-11-05T23:28:11.289Z | Compiling hashbrown v0.14.5 |
479 | 2024-11-05T23:28:11.729Z | Compiling regex v1.11.0 |
480 | 2024-11-05T23:28:12.618Z | Compiling regress v0.10.1 |
481 | 2024-11-05T23:28:12.742Z | Compiling scroll_derive v0.12.0 |
482 | 2024-11-05T23:28:13.196Z | Compiling pest_meta v2.7.14 |
483 | 2024-11-05T23:28:16.247Z | Compiling pest_generator v2.7.14 |
484 | 2024-11-05T23:28:16.711Z | Checking http-body-util v0.1.2 |
485 | 2024-11-05T23:28:17.071Z | Checking scroll v0.12.0 |
486 | 2024-11-05T23:28:17.395Z | Compiling thread-id v4.2.2 |
487 | 2024-11-05T23:28:17.512Z | Checking rustls-pemfile v2.2.0 |
488 | 2024-11-05T23:28:17.538Z | Checking webpki-roots v0.26.6 |
489 | 2024-11-05T23:28:17.739Z | Checking base64 v0.22.1 |
490 | 2024-11-05T23:28:17.765Z | Compiling ident_case v1.0.1 |
491 | 2024-11-05T23:28:17.827Z | Checking tokio-util v0.7.12 |
492 | 2024-11-05T23:28:17.880Z | Compiling pest_derive v2.7.14 |
493 | 2024-11-05T23:28:17.939Z | Checking tokio-rustls v0.26.0 |
494 | 2024-11-05T23:28:18.231Z | Checking tokio-native-tls v0.3.1 |
495 | 2024-11-05T23:28:18.368Z | Compiling strsim v0.11.1 |
496 | 2024-11-05T23:28:18.473Z | Checking num_threads v0.1.7 |
497 | 2024-11-05T23:28:18.588Z | Checking plain v0.2.3 |
498 | 2024-11-05T23:28:18.716Z | Compiling crossbeam-utils v0.8.20 |
499 | 2024-11-05T23:28:18.749Z | Compiling dtrace-parser v0.2.0 |
500 | 2024-11-05T23:28:19.250Z | Checking indexmap v2.6.0 |
501 | 2024-11-05T23:28:19.841Z | Checking serde_urlencoded v0.7.1 |
502 | 2024-11-05T23:28:20.165Z | Compiling serde_tokenstream v0.2.2 |
503 | 2024-11-05T23:28:20.548Z | Checking h2 v0.4.6 |
504 | 2024-11-05T23:28:20.713Z | Checking time v0.3.36 |
505 | 2024-11-05T23:28:20.732Z | Checking openapiv3 v2.0.0 |
506 | 2024-11-05T23:28:22.408Z | Compiling dof v0.3.0 |
507 | 2024-11-05T23:28:23.110Z | Checking typify-impl v0.2.0 |
508 | 2024-11-05T23:28:23.284Z | Checking goblin v0.8.2 |
509 | 2024-11-05T23:28:24.196Z | Compiling darling_core v0.20.10 |
510 | 2024-11-05T23:28:24.378Z | Checking url v2.5.2 |
511 | 2024-11-05T23:28:24.911Z | Checking hyper v1.4.1 |
512 | 2024-11-05T23:28:25.007Z | Checking sync_wrapper v1.0.1 |
513 | 2024-11-05T23:28:25.146Z | Checking dirs-sys-next v0.1.2 |
514 | 2024-11-05T23:28:25.332Z | Compiling unsafe-libyaml v0.2.11 |
515 | 2024-11-05T23:28:25.593Z | Checking ipnet v2.10.1 |
516 | 2024-11-05T23:28:25.632Z | Compiling omicron-workspace-hack v0.1.0 |
517 | 2024-11-05T23:28:25.948Z | Compiling rustversion v1.0.17 |
518 | 2024-11-05T23:28:26.060Z | Compiling rustls v0.22.4 |
519 | 2024-11-05T23:28:26.373Z | Compiling paste v1.0.15 |
520 | 2024-11-05T23:28:26.637Z | Checking pretty-hex v0.4.1 |
521 | 2024-11-05T23:28:26.775Z | Compiling serde_yaml v0.9.34+deprecated |
522 | 2024-11-05T23:28:26.942Z | Checking dirs-next v2.0.0 |
523 | 2024-11-05T23:28:27.014Z | Checking hyper-util v0.1.9 |
524 | 2024-11-05T23:28:27.067Z | Checking toml_datetime v0.6.8 |
525 | 2024-11-05T23:28:27.346Z | Checking serde_spanned v0.6.8 |
526 | 2024-11-05T23:28:27.459Z | Checking block-buffer v0.10.4 |
527 | 2024-11-05T23:28:27.545Z | Checking crypto-common v0.1.6 |
528 | 2024-11-05T23:28:27.662Z | Checking ppv-lite86 v0.2.20 |
529 | 2024-11-05T23:28:27.716Z | Compiling structmeta-derive v0.3.0 |
530 | 2024-11-05T23:28:27.760Z | Checking rand_core v0.6.4 |
531 | 2024-11-05T23:28:28.173Z | Checking thread_local v1.1.8 |
532 | 2024-11-05T23:28:28.457Z | Compiling multer v3.1.0 |
533 | 2024-11-05T23:28:28.487Z | Compiling camino v1.1.9 |
534 | 2024-11-05T23:28:28.769Z | Checking hyper-tls v0.6.0 |
535 | 2024-11-05T23:28:28.789Z | Checking hyper-rustls v0.27.3 |
536 | 2024-11-05T23:28:28.998Z | Checking winnow v0.6.20 |
537 | 2024-11-05T23:28:29.034Z | Compiling newtype-uuid v1.1.2 |
538 | 2024-11-05T23:28:29.091Z | Compiling slog-async v2.8.0 |
539 | 2024-11-05T23:28:29.110Z | Checking reqwest v0.12.8 |
540 | 2024-11-05T23:28:29.371Z | Checking match_cfg v0.1.0 |
541 | 2024-11-05T23:28:29.461Z | Compiling anyhow v1.0.89 |
542 | 2024-11-05T23:28:29.660Z | Compiling darling_macro v0.20.10 |
543 | 2024-11-05T23:28:29.676Z | Checking hostname v0.3.1 |
544 | 2024-11-05T23:28:30.153Z | Compiling structmeta v0.3.0 |
545 | 2024-11-05T23:28:30.397Z | Checking rand_chacha v0.3.1 |
546 | 2024-11-05T23:28:30.422Z | Checking crossbeam-channel v0.5.13 |
547 | 2024-11-05T23:28:30.441Z | Checking digest v0.10.7 |
548 | 2024-11-05T23:28:30.526Z | Checking term v0.7.0 |
549 | 2024-11-05T23:28:30.570Z | Compiling darling v0.20.10 |
550 | 2024-11-05T23:28:30.593Z | Checking progenitor-client v0.8.0 |
551 | 2024-11-05T23:28:30.911Z | Compiling usdt-attr-macro v0.5.0 |
552 | 2024-11-05T23:28:30.947Z | Compiling usdt-macro v0.5.0 |
553 | 2024-11-05T23:28:31.158Z | Checking slog-json v2.6.1 |
554 | 2024-11-05T23:28:31.428Z | Checking futures-executor v0.3.31 |
555 | 2024-11-05T23:28:31.636Z | Compiling async-stream-impl v0.3.6 |
556 | 2024-11-05T23:28:31.766Z | Checking memmap v0.7.0 |
557 | 2024-11-05T23:28:31.925Z | Checking is-terminal v0.4.13 |
558 | 2024-11-05T23:28:31.973Z | Compiling dropshot v0.12.0 |
559 | 2024-11-05T23:28:32.011Z | Checking toml_edit v0.22.22 |
560 | 2024-11-05T23:28:32.038Z | Checking cpufeatures v0.2.14 |
561 | 2024-11-05T23:28:32.126Z | Checking take_mut v0.2.2 |
562 | 2024-11-05T23:28:32.218Z | Checking sha1 v0.10.6 |
563 | 2024-11-05T23:28:32.276Z | Checking usdt v0.5.0 |
564 | 2024-11-05T23:28:32.365Z | Checking slog-term v2.9.1 |
565 | 2024-11-05T23:28:32.476Z | Compiling strum_macros v0.26.4 |
566 | 2024-11-05T23:28:32.515Z | Checking futures v0.3.31 |
567 | 2024-11-05T23:28:32.533Z | Checking slog-bunyan v2.5.0 |
568 | 2024-11-05T23:28:32.617Z | Checking rand v0.8.5 |
569 | 2024-11-05T23:28:32.695Z | Compiling serde_with_macros v3.11.0 |
570 | 2024-11-05T23:28:32.873Z | Compiling parse-display-derive v0.10.0 |
571 | 2024-11-05T23:28:32.892Z | Checking async-stream v0.3.6 |
572 | 2024-11-05T23:28:34.203Z | Checking ipnetwork v0.20.0 |
573 | 2024-11-05T23:28:34.382Z | Checking tokio-rustls v0.25.0 |
574 | 2024-11-05T23:28:34.500Z | Compiling dropshot_endpoint v0.12.0 |
575 | 2024-11-05T23:28:34.610Z | Checking serde_path_to_error v0.1.16 |
576 | 2024-11-05T23:28:34.744Z | Checking hex v0.4.3 |
577 | 2024-11-05T23:28:34.788Z | Checking toml v0.8.19 |
578 | 2024-11-05T23:28:35.187Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
579 | 2024-11-05T23:28:35.204Z | Compiling async-trait v0.1.83 |
580 | 2024-11-05T23:28:35.221Z | Checking waitgroup v0.1.2 |
581 | 2024-11-05T23:28:35.360Z | Checking hostname v0.4.0 |
582 | 2024-11-05T23:28:35.489Z | Checking instant v0.1.13 |
583 | 2024-11-05T23:28:35.530Z | Checking debug-ignore v1.0.5 |
584 | 2024-11-05T23:28:35.602Z | Checking backoff v0.4.0 |
585 | 2024-11-05T23:28:35.672Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
586 | 2024-11-05T23:28:35.824Z | Checking serde_with v3.11.0 |
587 | 2024-11-05T23:28:35.893Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
588 | 2024-11-05T23:28:35.950Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
589 | 2024-11-05T23:28:36.077Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
590 | 2024-11-05T23:28:36.077Z | Compiling typify-macro v0.2.0 |
591 | 2024-11-05T23:28:36.229Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
592 | 2024-11-05T23:28:36.544Z | Checking parse-display v0.10.0 |
593 | 2024-11-05T23:28:36.580Z | Checking macaddr v1.0.1 |
594 | 2024-11-05T23:28:36.636Z | Checking strum v0.26.3 |
595 | 2024-11-05T23:28:36.766Z | Checking regress v0.9.1 |
596 | 2024-11-05T23:28:38.429Z | Compiling typify v0.2.0 |
597 | 2024-11-05T23:28:38.519Z | Compiling progenitor-impl v0.8.0 |
598 | 2024-11-05T23:28:41.163Z | Compiling progenitor-macro v0.8.0 |
599 | 2024-11-05T23:28:45.990Z | Checking progenitor v0.8.0 |
600 | 2024-11-05T23:28:46.101Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
601 | 2024-11-05T23:28:49.118Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
602 | 2024-11-05T23:28:56.956Z | Checking test-project v0.1.0 (/tmp/test-project) |
603 | 2024-11-05T23:28:57.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
604 | 2024-11-05T23:28:57.345Z | + cargo build --release |
605 | 2024-11-05T23:28:57.598Z | Compiling proc-macro2 v1.0.87 |
606 | 2024-11-05T23:28:57.598Z | Compiling unicode-ident v1.0.13 |
607 | 2024-11-05T23:28:57.600Z | Compiling libc v0.2.161 |
608 | 2024-11-05T23:28:57.601Z | Compiling cfg-if v1.0.0 |
609 | 2024-11-05T23:28:57.601Z | Compiling autocfg v1.4.0 |
610 | 2024-11-05T23:28:57.601Z | Compiling serde v1.0.210 |
611 | 2024-11-05T23:28:57.601Z | Compiling version_check v0.9.5 |
612 | 2024-11-05T23:28:57.601Z | Compiling memchr v2.7.4 |
613 | 2024-11-05T23:28:57.812Z | Compiling serde_json v1.0.128 |
614 | 2024-11-05T23:28:58.147Z | Compiling itoa v1.0.11 |
615 | 2024-11-05T23:28:58.190Z | Compiling thiserror v1.0.64 |
616 | 2024-11-05T23:28:58.257Z | Compiling once_cell v1.20.2 |
617 | 2024-11-05T23:28:58.356Z | Compiling shlex v1.3.0 |
618 | 2024-11-05T23:28:58.676Z | Compiling cc v1.1.30 |
619 | 2024-11-05T23:28:58.695Z | Compiling num-traits v0.2.19 |
620 | 2024-11-05T23:28:58.965Z | Compiling pin-project-lite v0.2.14 |
621 | 2024-11-05T23:28:59.001Z | Compiling getrandom v0.2.15 |
622 | 2024-11-05T23:28:59.084Z | Compiling ryu v1.0.18 |
623 | 2024-11-05T23:28:59.103Z | Compiling bytes v1.7.2 |
624 | 2024-11-05T23:28:59.344Z | Compiling quote v1.0.37 |
625 | 2024-11-05T23:28:59.429Z | Compiling futures-core v0.3.31 |
626 | 2024-11-05T23:28:59.669Z | Compiling lock_api v0.4.12 |
627 | 2024-11-05T23:28:59.671Z | Compiling ahash v0.8.11 |
628 | 2024-11-05T23:28:59.723Z | Compiling syn v2.0.79 |
629 | 2024-11-05T23:28:59.923Z | Compiling byteorder v1.5.0 |
630 | 2024-11-05T23:28:59.936Z | Compiling parking_lot_core v0.9.10 |
631 | 2024-11-05T23:29:00.071Z | Compiling schemars v0.8.21 |
632 | 2024-11-05T23:29:00.363Z | Compiling scopeguard v1.2.0 |
633 | 2024-11-05T23:29:00.409Z | Compiling smallvec v1.13.2 |
634 | 2024-11-05T23:29:00.418Z | Compiling slab v0.4.9 |
635 | 2024-11-05T23:29:00.461Z | Compiling futures-sink v0.3.31 |
636 | 2024-11-05T23:29:00.606Z | Compiling log v0.4.22 |
637 | 2024-11-05T23:29:00.912Z | Compiling mio v1.0.2 |
638 | 2024-11-05T23:29:00.967Z | Compiling socket2 v0.5.7 |
639 | 2024-11-05T23:29:00.998Z | Compiling signal-hook-registry v1.4.2 |
640 | 2024-11-05T23:29:01.079Z | Compiling fnv v1.0.7 |
641 | 2024-11-05T23:29:01.205Z | Compiling parking_lot v0.12.3 |
642 | 2024-11-05T23:29:01.331Z | Compiling hashbrown v0.15.0 |
643 | 2024-11-05T23:29:01.437Z | Compiling ring v0.17.8 |
644 | 2024-11-05T23:29:01.595Z | Compiling equivalent v1.0.1 |
645 | 2024-11-05T23:29:01.698Z | Compiling http v1.1.0 |
646 | 2024-11-05T23:29:02.514Z | Compiling futures-channel v0.3.31 |
647 | 2024-11-05T23:29:02.544Z | Compiling futures-io v0.3.31 |
648 | 2024-11-05T23:29:02.627Z | Compiling semver v1.0.23 |
649 | 2024-11-05T23:29:02.842Z | Compiling pin-utils v0.1.0 |
650 | 2024-11-05T23:29:02.873Z | Compiling futures-task v0.3.31 |
651 | 2024-11-05T23:29:02.991Z | Compiling spin v0.9.8 |
652 | 2024-11-05T23:29:03.110Z | Compiling heck v0.5.0 |
653 | 2024-11-05T23:29:03.125Z | Compiling pkg-config v0.3.31 |
654 | 2024-11-05T23:29:03.169Z | Compiling rustls-pki-types v1.9.0 |
655 | 2024-11-05T23:29:03.252Z | Compiling vcpkg v0.2.15 |
656 | 2024-11-05T23:29:04.074Z | Compiling ucd-trie v0.1.7 |
657 | 2024-11-05T23:29:04.232Z | Compiling untrusted v0.9.0 |
658 | 2024-11-05T23:29:04.431Z | Compiling httparse v1.9.5 |
659 | 2024-11-05T23:29:04.545Z | Compiling iana-time-zone v0.1.61 |
660 | 2024-11-05T23:29:04.838Z | Compiling openssl-sys v0.9.103 |
661 | 2024-11-05T23:29:05.194Z | Compiling tracing-core v0.1.32 |
662 | 2024-11-05T23:29:05.568Z | Compiling allocator-api2 v0.2.18 |
663 | 2024-11-05T23:29:05.801Z | Compiling atomic-waker v1.1.2 |
664 | 2024-11-05T23:29:05.916Z | Compiling dyn-clone v1.0.17 |
665 | 2024-11-05T23:29:05.981Z | Compiling tracing v0.1.40 |
666 | 2024-11-05T23:29:06.494Z | Compiling http-body v1.0.1 |
667 | 2024-11-05T23:29:06.691Z | Compiling uuid v1.10.0 |
668 | 2024-11-05T23:29:06.726Z | Compiling serde_derive_internals v0.29.1 |
669 | 2024-11-05T23:29:06.907Z | Compiling chrono v0.4.38 |
670 | 2024-11-05T23:29:07.246Z | Compiling zeroize v1.8.1 |
671 | 2024-11-05T23:29:07.503Z | Compiling subtle v2.6.1 |
672 | 2024-11-05T23:29:07.587Z | Compiling try-lock v0.2.5 |
673 | 2024-11-05T23:29:07.736Z | Compiling want v0.3.1 |
674 | 2024-11-05T23:29:08.012Z | Compiling httpdate v1.0.3 |
675 | 2024-11-05T23:29:08.177Z | Compiling slog v2.7.0 |
676 | 2024-11-05T23:29:08.661Z | Compiling openssl v0.10.66 |
677 | 2024-11-05T23:29:08.717Z | Compiling foreign-types-shared v0.1.1 |
678 | 2024-11-05T23:29:08.793Z | Compiling foreign-types v0.3.2 |
679 | 2024-11-05T23:29:08.937Z | Compiling aho-corasick v1.1.3 |
680 | 2024-11-05T23:29:09.118Z | Compiling regex-syntax v0.8.5 |
681 | 2024-11-05T23:29:09.507Z | Compiling percent-encoding v2.3.1 |
682 | 2024-11-05T23:29:09.953Z | Compiling bitflags v2.6.0 |
683 | 2024-11-05T23:29:10.314Z | Compiling tower-service v0.3.3 |
684 | 2024-11-05T23:29:10.322Z | Compiling typenum v1.17.0 |
685 | 2024-11-05T23:29:11.242Z | Compiling tinyvec_macros v0.1.1 |
686 | 2024-11-05T23:29:11.262Z | Compiling native-tls v0.2.12 |
687 | 2024-11-05T23:29:11.317Z | Compiling rustls v0.23.14 |
688 | 2024-11-05T23:29:11.352Z | Compiling tinyvec v1.8.0 |
689 | 2024-11-05T23:29:11.483Z | Compiling serde_derive v1.0.210 |
690 | 2024-11-05T23:29:11.628Z | Compiling zerocopy-derive v0.7.35 |
691 | 2024-11-05T23:29:11.630Z | Compiling thiserror-impl v1.0.64 |
692 | 2024-11-05T23:29:12.340Z | Compiling schemars_derive v0.8.21 |
693 | 2024-11-05T23:29:12.993Z | Compiling tokio-macros v2.4.0 |
694 | 2024-11-05T23:29:13.052Z | Compiling futures-macro v0.3.31 |
695 | 2024-11-05T23:29:13.633Z | Compiling zerocopy v0.7.35 |
696 | 2024-11-05T23:29:14.448Z | Compiling tokio v1.40.0 |
697 | 2024-11-05T23:29:14.685Z | Compiling pest v2.7.14 |
698 | 2024-11-05T23:29:14.869Z | Compiling futures-util v0.3.31 |
699 | 2024-11-05T23:29:15.638Z | Compiling hashbrown v0.14.5 |
700 | 2024-11-05T23:29:16.628Z | Compiling openssl-macros v0.1.1 |
701 | 2024-11-05T23:29:16.986Z | Compiling regress v0.10.1 |
702 | 2024-11-05T23:29:17.441Z | Compiling rustls-webpki v0.102.8 |
703 | 2024-11-05T23:29:17.579Z | Compiling pest_meta v2.7.14 |
704 | 2024-11-05T23:29:21.700Z | Compiling pest_generator v2.7.14 |
705 | 2024-11-05T23:29:22.841Z | Compiling regex-automata v0.4.8 |
706 | 2024-11-05T23:29:23.370Z | Compiling tokio-util v0.7.12 |
707 | 2024-11-05T23:29:23.646Z | Compiling pest_derive v2.7.14 |
708 | 2024-11-05T23:29:24.595Z | Compiling form_urlencoded v1.2.1 |
709 | 2024-11-05T23:29:25.321Z | Compiling indexmap v2.6.0 |
710 | 2024-11-05T23:29:28.341Z | Compiling serde_tokenstream v0.2.2 |
711 | 2024-11-05T23:29:31.000Z | Compiling h2 v0.4.6 |
712 | 2024-11-05T23:29:32.335Z | Compiling typify-impl v0.2.0 |
713 | 2024-11-05T23:29:33.389Z | Compiling generic-array v0.14.7 |
714 | 2024-11-05T23:29:33.742Z | Compiling openssl-probe v0.1.5 |
715 | 2024-11-05T23:29:36.081Z | Compiling regex v1.11.0 |
716 | 2024-11-05T23:29:36.765Z | Compiling hyper v1.4.1 |
717 | 2024-11-05T23:29:37.683Z | Compiling http-body-util v0.1.2 |
718 | 2024-11-05T23:29:38.276Z | Compiling unicode-normalization v0.1.24 |
719 | 2024-11-05T23:29:39.662Z | Compiling scroll_derive v0.12.0 |
720 | 2024-11-05T23:29:41.149Z | Compiling hyper-util v0.1.9 |
721 | 2024-11-05T23:29:43.136Z | Compiling usdt-impl v0.5.0 |
722 | 2024-11-05T23:29:43.531Z | Compiling encoding_rs v0.8.34 |
723 | 2024-11-05T23:29:43.533Z | Compiling typify-macro v0.2.0 |
724 | 2024-11-05T23:29:46.727Z | Compiling time-core v0.1.2 |
725 | 2024-11-05T23:29:46.890Z | Compiling powerfmt v0.2.0 |
726 | 2024-11-05T23:29:47.163Z | Compiling num-conv v0.1.0 |
727 | 2024-11-05T23:29:47.208Z | Compiling mime v0.3.17 |
728 | 2024-11-05T23:29:47.377Z | Compiling unicode-bidi v0.3.17 |
729 | 2024-11-05T23:29:48.299Z | Compiling idna v0.5.0 |
730 | 2024-11-05T23:29:48.461Z | Compiling time-macros v0.2.18 |
731 | 2024-11-05T23:29:50.241Z | Compiling deranged v0.3.11 |
732 | 2024-11-05T23:29:52.397Z | Compiling tokio-rustls v0.26.0 |
733 | 2024-11-05T23:29:52.888Z | Compiling scroll v0.12.0 |
734 | 2024-11-05T23:29:54.104Z | Compiling thread-id v4.2.2 |
735 | 2024-11-05T23:29:54.208Z | Compiling tokio-native-tls v0.3.1 |
736 | 2024-11-05T23:29:54.490Z | Compiling dof v0.3.0 |
737 | 2024-11-05T23:29:54.848Z | Compiling serde_urlencoded v0.7.1 |
738 | 2024-11-05T23:29:54.953Z | Compiling dtrace-parser v0.2.0 |
739 | 2024-11-05T23:29:55.422Z | Compiling rustls-pemfile v2.2.0 |
740 | 2024-11-05T23:29:55.672Z | Compiling webpki-roots v0.26.6 |
741 | 2024-11-05T23:29:55.886Z | Compiling plain v0.2.3 |
742 | 2024-11-05T23:29:55.894Z | Compiling num_threads v0.1.7 |
743 | 2024-11-05T23:29:56.014Z | Compiling ident_case v1.0.1 |
744 | 2024-11-05T23:29:56.051Z | Compiling omicron-workspace-hack v0.1.0 |
745 | 2024-11-05T23:29:56.187Z | Compiling base64 v0.22.1 |
746 | 2024-11-05T23:29:56.391Z | Compiling strsim v0.11.1 |
747 | 2024-11-05T23:29:57.348Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-11-05T23:29:58.385Z | Compiling time v0.3.36 |
749 | 2024-11-05T23:30:02.016Z | Compiling darling_core v0.20.10 |
750 | 2024-11-05T23:30:03.951Z | Compiling goblin v0.8.2 |
751 | 2024-11-05T23:30:07.593Z | Compiling hyper-rustls v0.27.3 |
752 | 2024-11-05T23:30:08.809Z | Compiling hyper-tls v0.6.0 |
753 | 2024-11-05T23:30:09.129Z | Compiling url v2.5.2 |
754 | 2024-11-05T23:30:09.204Z | Compiling typify v0.2.0 |
755 | 2024-11-05T23:30:09.312Z | Compiling openapiv3 v2.0.0 |
756 | 2024-11-05T23:30:13.585Z | Compiling sync_wrapper v1.0.1 |
757 | 2024-11-05T23:30:13.734Z | Compiling dirs-sys-next v0.1.2 |
758 | 2024-11-05T23:30:14.762Z | Compiling rustls v0.22.4 |
759 | 2024-11-05T23:30:14.848Z | Compiling paste v1.0.15 |
760 | 2024-11-05T23:30:14.961Z | Compiling ipnet v2.10.1 |
761 | 2024-11-05T23:30:15.075Z | Compiling unsafe-libyaml v0.2.11 |
762 | 2024-11-05T23:30:15.342Z | Compiling pretty-hex v0.4.1 |
763 | 2024-11-05T23:30:15.558Z | Compiling rustversion v1.0.17 |
764 | 2024-11-05T23:30:16.273Z | Compiling reqwest v0.12.8 |
765 | 2024-11-05T23:30:16.837Z | Compiling serde_yaml v0.9.34+deprecated |
766 | 2024-11-05T23:30:18.260Z | Compiling dirs-next v2.0.0 |
767 | 2024-11-05T23:30:18.532Z | Compiling progenitor-impl v0.8.0 |
768 | 2024-11-05T23:30:20.489Z | Compiling darling_macro v0.20.10 |
769 | 2024-11-05T23:30:22.426Z | Compiling block-buffer v0.10.4 |
770 | 2024-11-05T23:30:22.490Z | Compiling crypto-common v0.1.6 |
771 | 2024-11-05T23:30:22.666Z | Compiling serde_spanned v0.6.8 |
772 | 2024-11-05T23:30:22.713Z | Compiling toml_datetime v0.6.8 |
773 | 2024-11-05T23:30:22.906Z | Compiling ppv-lite86 v0.2.20 |
774 | 2024-11-05T23:30:23.325Z | Compiling structmeta-derive v0.3.0 |
775 | 2024-11-05T23:30:23.416Z | Compiling rand_core v0.6.4 |
776 | 2024-11-05T23:30:23.907Z | Compiling thread_local v1.1.8 |
777 | 2024-11-05T23:30:23.969Z | Compiling multer v3.1.0 |
778 | 2024-11-05T23:30:24.330Z | Compiling newtype-uuid v1.1.2 |
779 | 2024-11-05T23:30:24.633Z | Compiling anyhow v1.0.89 |
780 | 2024-11-05T23:30:24.677Z | Compiling slog-async v2.8.0 |
781 | 2024-11-05T23:30:24.782Z | Compiling winnow v0.6.20 |
782 | 2024-11-05T23:30:25.179Z | Compiling match_cfg v0.1.0 |
783 | 2024-11-05T23:30:25.187Z | Compiling camino v1.1.9 |
784 | 2024-11-05T23:30:25.264Z | Compiling hostname v0.3.1 |
785 | 2024-11-05T23:30:25.835Z | Compiling progenitor-macro v0.8.0 |
786 | 2024-11-05T23:30:25.853Z | Compiling structmeta v0.3.0 |
787 | 2024-11-05T23:30:26.199Z | Compiling rand_chacha v0.3.1 |
788 | 2024-11-05T23:30:27.622Z | Compiling digest v0.10.7 |
789 | 2024-11-05T23:30:27.953Z | Compiling crossbeam-channel v0.5.13 |
790 | 2024-11-05T23:30:28.041Z | Compiling darling v0.20.10 |
791 | 2024-11-05T23:30:28.634Z | Compiling toml_edit v0.22.22 |
792 | 2024-11-05T23:30:29.119Z | Compiling term v0.7.0 |
793 | 2024-11-05T23:30:29.606Z | Compiling progenitor-client v0.8.0 |
794 | 2024-11-05T23:30:35.898Z | Compiling usdt-attr-macro v0.5.0 |
795 | 2024-11-05T23:30:36.685Z | Compiling usdt-macro v0.5.0 |
796 | 2024-11-05T23:30:37.355Z | Compiling slog-json v2.6.1 |
797 | 2024-11-05T23:30:37.771Z | Compiling futures-executor v0.3.31 |
798 | 2024-11-05T23:30:38.002Z | Compiling async-stream-impl v0.3.6 |
799 | 2024-11-05T23:30:38.838Z | Compiling memmap v0.7.0 |
800 | 2024-11-05T23:30:39.240Z | Compiling is-terminal v0.4.13 |
801 | 2024-11-05T23:30:39.327Z | Compiling dropshot v0.12.0 |
802 | 2024-11-05T23:30:39.347Z | Compiling take_mut v0.2.2 |
803 | 2024-11-05T23:30:39.504Z | Compiling cpufeatures v0.2.14 |
804 | 2024-11-05T23:30:39.593Z | Compiling sha1 v0.10.6 |
805 | 2024-11-05T23:30:39.624Z | Compiling progenitor v0.8.0 |
806 | 2024-11-05T23:30:39.797Z | Compiling async-stream v0.3.6 |
807 | 2024-11-05T23:30:40.109Z | Compiling slog-term v2.9.1 |
808 | 2024-11-05T23:30:40.392Z | Compiling usdt v0.5.0 |
809 | 2024-11-05T23:30:41.866Z | Compiling futures v0.3.31 |
810 | 2024-11-05T23:30:42.064Z | Compiling slog-bunyan v2.5.0 |
811 | 2024-11-05T23:30:42.340Z | Compiling strum_macros v0.26.4 |
812 | 2024-11-05T23:30:42.929Z | Compiling tokio-rustls v0.25.0 |
813 | 2024-11-05T23:30:43.020Z | Compiling toml v0.8.19 |
814 | 2024-11-05T23:30:43.373Z | Compiling serde_with_macros v3.11.0 |
815 | 2024-11-05T23:30:45.954Z | Compiling rand v0.8.5 |
816 | 2024-11-05T23:30:46.686Z | Compiling parse-display-derive v0.10.0 |
817 | 2024-11-05T23:30:50.621Z | Compiling ipnetwork v0.20.0 |
818 | 2024-11-05T23:30:51.282Z | Compiling dropshot_endpoint v0.12.0 |
819 | 2024-11-05T23:30:51.927Z | Compiling hex v0.4.3 |
820 | 2024-11-05T23:30:52.016Z | Compiling serde_path_to_error v0.1.16 |
821 | 2024-11-05T23:30:52.619Z | Compiling async-trait v0.1.83 |
822 | 2024-11-05T23:30:53.025Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
823 | 2024-11-05T23:30:53.831Z | Compiling waitgroup v0.1.2 |
824 | 2024-11-05T23:30:54.070Z | Compiling hostname v0.4.0 |
825 | 2024-11-05T23:30:54.321Z | Compiling instant v0.1.13 |
826 | 2024-11-05T23:30:54.469Z | Compiling debug-ignore v1.0.5 |
827 | 2024-11-05T23:30:54.599Z | Compiling backoff v0.4.0 |
828 | 2024-11-05T23:30:54.934Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2024-11-05T23:30:54.967Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
830 | 2024-11-05T23:30:55.129Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
831 | 2024-11-05T23:30:55.132Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
832 | 2024-11-05T23:30:55.668Z | Compiling parse-display v0.10.0 |
833 | 2024-11-05T23:30:57.722Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
834 | 2024-11-05T23:30:58.288Z | Compiling strum v0.26.3 |
835 | 2024-11-05T23:30:58.468Z | Compiling serde_with v3.11.0 |
836 | 2024-11-05T23:30:59.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
837 | 2024-11-05T23:31:00.041Z | Compiling macaddr v1.0.1 |
838 | 2024-11-05T23:31:00.628Z | Compiling regress v0.9.1 |
839 | 2024-11-05T23:31:05.680Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
840 | 2024-11-05T23:31:15.686Z | Compiling test-project v0.1.0 (/tmp/test-project) |
841 | 2024-11-05T23:31:25.014Z | Finished `release` profile [optimized] target(s) in 2m 27s |
842 | 2024-11-05T23:31:25.074Z | process exited: duration 223270 ms, exit code 0 |
|
843 | 2024-11-05T23:31:25.080Z | found 0 output files |