|
|
|
1 | 2024-12-16T17:56:17.243Z | job assigned to worker 01JF89RP6P4C7Z7D367VFZETPW [factory aws, i-0eb677059a8a994a4] (queued for 51 s) |
|
2 | 2024-12-16T17:56:26.488Z | starting task 0: "setup" |
3 | 2024-12-16T17:56:26.500Z | ++ uname -s |
4 | 2024-12-16T17:56:26.502Z | + kern=SunOS |
5 | 2024-12-16T17:56:26.502Z | + case "$kern" in |
6 | 2024-12-16T17:56:26.502Z | + groupadd -g 12345 build |
7 | 2024-12-16T17:56:26.505Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T17:56:28.510Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T17:56:28.627Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T17:56:28.630Z | + home_fs=zfs |
11 | 2024-12-16T17:56:28.630Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T17:56:28.630Z | + mkdir -p /home/build |
13 | 2024-12-16T17:56:28.632Z | + chown build:build /home/build /work |
14 | 2024-12-16T17:56:30.634Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T17:56:30.637Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2024-12-16T17:56:30.642Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T17:56:30.648Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T17:56:30.648Z | ' stable |
19 | 2024-12-16T17:56:30.648Z | * toolchain channel = "stable" |
20 | 2024-12-16T17:56:30.652Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-16T17:56:30.652Z | ' default |
22 | 2024-12-16T17:56:30.652Z | * toolchain profile = "default" |
23 | 2024-12-16T17:56:30.652Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T17:56:30.652Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T17:56:30.766Z | info: downloading installer |
26 | 2024-12-16T17:56:32.084Z | info: profile set to 'default' |
27 | 2024-12-16T17:56:32.084Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T17:56:32.087Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T17:56:32.236Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T17:56:32.236Z | info: downloading component 'cargo' |
31 | 2024-12-16T17:56:33.107Z | info: downloading component 'clippy' |
32 | 2024-12-16T17:56:33.439Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T17:56:34.653Z | info: downloading component 'rust-std' |
34 | 2024-12-16T17:56:36.411Z | info: downloading component 'rustc' |
35 | 2024-12-16T17:56:43.058Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T17:56:43.419Z | info: installing component 'cargo' |
37 | 2024-12-16T17:56:44.261Z | info: installing component 'clippy' |
38 | 2024-12-16T17:56:44.635Z | info: installing component 'rust-docs' |
39 | 2024-12-16T17:56:46.359Z | info: installing component 'rust-std' |
40 | 2024-12-16T17:56:48.055Z | info: installing component 'rustc' |
41 | 2024-12-16T17:56:53.836Z | info: installing component 'rustfmt' |
42 | 2024-12-16T17:56:54.170Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-16T17:56:54.170Z | |
44 | 2024-12-16T17:56:54.531Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T17:56:54.531Z | |
46 | 2024-12-16T17:56:54.535Z | |
47 | 2024-12-16T17:56:54.535Z | Rust is installed now. Great! |
48 | 2024-12-16T17:56:54.535Z | |
49 | 2024-12-16T17:56:54.535Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T17:56:54.535Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T17:56:54.535Z | |
52 | 2024-12-16T17:56:54.535Z | To configure your current shell, you need to source |
53 | 2024-12-16T17:56:54.535Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T17:56:54.535Z | |
55 | 2024-12-16T17:56:54.535Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T17:56:54.535Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T17:56:54.535Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T17:56:54.604Z | + rustc --version |
59 | 2024-12-16T17:56:54.674Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T17:56:54.677Z | process exited: duration 24033 ms, exit code 0 |
|
61 | 2024-12-16T17:56:54.683Z | starting task 2: "authentication" |
62 | 2024-12-16T17:56:54.704Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-16T17:56:54.710Z | starting task 3: "clone repository" |
64 | 2024-12-16T17:56:54.716Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-12-16T17:56:54.719Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-12-16T17:56:54.985Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-12-16T17:56:56.034Z | + cd /work/oxidecomputer/propolis |
68 | 2024-12-16T17:56:56.037Z | + git fetch origin 35dd6bcee549c12b586aba59317a49bd566040e4 |
69 | 2024-12-16T17:56:56.292Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-12-16T17:56:56.292Z | * branch 35dd6bcee549c12b586aba59317a49bd566040e4 -> FETCH_HEAD |
71 | 2024-12-16T17:56:56.301Z | + [[ -n gjcolombo/target-spec-from-migration-source ]] |
72 | 2024-12-16T17:56:56.304Z | ++ git branch --show-current |
73 | 2024-12-16T17:56:56.306Z | + current=master |
74 | 2024-12-16T17:56:56.306Z | + [[ master != gjcolombo/target-spec-from-migration-source ]] |
75 | 2024-12-16T17:56:56.306Z | + git branch -f gjcolombo/target-spec-from-migration-source 35dd6bcee549c12b586aba59317a49bd566040e4 |
76 | 2024-12-16T17:56:56.309Z | + git checkout -f gjcolombo/target-spec-from-migration-source |
77 | 2024-12-16T17:56:56.334Z | Switched to branch 'gjcolombo/target-spec-from-migration-source' |
78 | 2024-12-16T17:56:56.337Z | + git reset --hard 35dd6bcee549c12b586aba59317a49bd566040e4 |
79 | 2024-12-16T17:56:56.341Z | HEAD is now at 35dd6bc fix broken comment |
80 | 2024-12-16T17:56:56.344Z | process exited: duration 1632 ms, exit code 0 |
|
81 | 2024-12-16T17:56:56.350Z | starting task 4: "build" |
82 | 2024-12-16T17:56:56.355Z | + cargo --version |
83 | 2024-12-16T17:56:56.416Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-16T17:56:56.419Z | + rustc --version |
85 | 2024-12-16T17:56:56.486Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-16T17:56:56.490Z | + banner check |
87 | 2024-12-16T17:56:56.514Z | |
88 | 2024-12-16T17:56:56.514Z | #### # # ###### #### # # |
89 | 2024-12-16T17:56:56.514Z | # # # # # # # # # |
90 | 2024-12-16T17:56:56.514Z | # ###### ##### # #### |
91 | 2024-12-16T17:56:56.514Z | # # # # # # # |
92 | 2024-12-16T17:56:56.514Z | # # # # # # # # # |
93 | 2024-12-16T17:56:56.514Z | #### # # ###### #### # # |
94 | 2024-12-16T17:56:56.514Z | |
95 | 2024-12-16T17:56:56.517Z | + ptime -m cargo check --features falcon |
96 | 2024-12-16T17:56:56.677Z | Updating crates.io index |
97 | 2024-12-16T17:56:56.680Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-16T17:56:58.234Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-12-16T17:57:05.191Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-12-16T17:57:05.450Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-12-16T17:57:05.717Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-12-16T17:57:06.105Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-12-16T17:57:06.450Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-16T17:57:06.728Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-12-16T17:57:07.225Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-16T17:57:07.581Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-16T17:57:07.888Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-12-16T17:57:08.320Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-12-16T17:57:09.282Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-12-16T17:57:09.871Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-12-16T17:57:10.494Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-16T17:57:10.857Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-16T17:57:11.222Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-12-16T17:57:11.559Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-12-16T17:57:12.649Z | Downloading crates ... |
116 | 2024-12-16T17:57:12.743Z | Downloaded aead v0.5.2 |
117 | 2024-12-16T17:57:12.751Z | Downloaded atty v0.2.14 |
118 | 2024-12-16T17:57:12.754Z | Downloaded cfg_aliases v0.1.1 |
119 | 2024-12-16T17:57:12.762Z | Downloaded async-stream-impl v0.3.5 |
120 | 2024-12-16T17:57:12.767Z | Downloaded atomicwrites v0.4.4 |
121 | 2024-12-16T17:57:12.767Z | Downloaded bitstruct v0.1.1 |
122 | 2024-12-16T17:57:12.767Z | Downloaded num v0.4.3 |
123 | 2024-12-16T17:57:12.770Z | Downloaded darling_macro v0.20.9 |
124 | 2024-12-16T17:57:12.773Z | Downloaded paste v1.0.15 |
125 | 2024-12-16T17:57:12.776Z | Downloaded dtrace-parser v0.1.14 |
126 | 2024-12-16T17:57:12.776Z | Downloaded parse-display v0.10.0 |
127 | 2024-12-16T17:57:12.779Z | Downloaded num-integer v0.1.46 |
128 | 2024-12-16T17:57:12.779Z | Downloaded num-iter v0.1.45 |
129 | 2024-12-16T17:57:12.782Z | Downloaded equivalent v1.0.1 |
130 | 2024-12-16T17:57:12.785Z | Downloaded crucible-workspace-hack v0.1.0 |
131 | 2024-12-16T17:57:12.785Z | Downloaded bitstruct_derive v0.1.0 |
132 | 2024-12-16T17:57:12.785Z | Downloaded cfg_aliases v0.2.1 |
133 | 2024-12-16T17:57:12.788Z | Downloaded dtrace-parser v0.2.0 |
134 | 2024-12-16T17:57:12.793Z | Downloaded cstr-argument v0.1.2 |
135 | 2024-12-16T17:57:12.793Z | Downloaded ahash v0.8.11 |
136 | 2024-12-16T17:57:12.796Z | Downloaded pretty-hex v0.2.1 |
137 | 2024-12-16T17:57:12.798Z | Downloaded async-stream v0.3.5 |
138 | 2024-12-16T17:57:12.803Z | Downloaded async-recursion v1.1.1 |
139 | 2024-12-16T17:57:12.806Z | Downloaded progenitor-client v0.8.0 |
140 | 2024-12-16T17:57:12.806Z | Downloaded anstyle v1.0.7 |
141 | 2024-12-16T17:57:12.808Z | Downloaded atomic-waker v1.1.2 |
142 | 2024-12-16T17:57:12.808Z | Downloaded omicron-workspace-hack v0.1.0 |
143 | 2024-12-16T17:57:12.809Z | Downloaded bitflags v1.3.2 |
144 | 2024-12-16T17:57:12.812Z | Downloaded cargo-platform v0.1.8 |
145 | 2024-12-16T17:57:12.816Z | Downloaded bit_field v0.10.2 |
146 | 2024-12-16T17:57:12.816Z | Downloaded anstyle-parse v0.2.4 |
147 | 2024-12-16T17:57:12.819Z | Downloaded colored v2.1.0 |
148 | 2024-12-16T17:57:12.821Z | Downloaded scroll_derive v0.12.0 |
149 | 2024-12-16T17:57:12.821Z | Downloaded cipher v0.4.4 |
150 | 2024-12-16T17:57:12.824Z | Downloaded num-derive v0.4.2 |
151 | 2024-12-16T17:57:12.824Z | Downloaded block-buffer v0.10.4 |
152 | 2024-12-16T17:57:12.828Z | Downloaded autocfg v1.3.0 |
153 | 2024-12-16T17:57:12.828Z | Downloaded openssl-macros v0.1.1 |
154 | 2024-12-16T17:57:12.831Z | Downloaded data-encoding v2.6.0 |
155 | 2024-12-16T17:57:12.831Z | Downloaded opaque-debug v0.3.1 |
156 | 2024-12-16T17:57:12.831Z | Downloaded num-conv v0.1.0 |
157 | 2024-12-16T17:57:12.833Z | Downloaded crypto-common v0.1.6 |
158 | 2024-12-16T17:57:12.834Z | Downloaded crossbeam-deque v0.8.5 |
159 | 2024-12-16T17:57:12.836Z | Downloaded embedded-io v0.4.0 |
160 | 2024-12-16T17:57:12.839Z | Downloaded foreign-types-shared v0.1.1 |
161 | 2024-12-16T17:57:12.839Z | Downloaded openssl-probe v0.1.5 |
162 | 2024-12-16T17:57:12.841Z | Downloaded deranged v0.3.11 |
163 | 2024-12-16T17:57:12.841Z | Downloaded errno v0.3.9 |
164 | 2024-12-16T17:57:12.844Z | Downloaded usdt-attr-macro v0.3.5 |
165 | 2024-12-16T17:57:12.844Z | Downloaded defmt-macros v0.3.9 |
166 | 2024-12-16T17:57:12.847Z | Downloaded allocator-api2 v0.2.18 |
167 | 2024-12-16T17:57:12.850Z | Downloaded pest_generator v2.7.10 |
168 | 2024-12-16T17:57:12.852Z | Downloaded dirs-next v2.0.0 |
169 | 2024-12-16T17:57:12.857Z | Downloaded defmt-parser v0.3.4 |
170 | 2024-12-16T17:57:12.857Z | Downloaded dyn-clone v1.0.17 |
171 | 2024-12-16T17:57:12.860Z | Downloaded usdt-macro v0.5.0 |
172 | 2024-12-16T17:57:12.860Z | Downloaded escargot v0.5.10 |
173 | 2024-12-16T17:57:12.860Z | Downloaded rustc-hash v2.0.0 |
174 | 2024-12-16T17:57:12.863Z | Downloaded polyval v0.6.2 |
175 | 2024-12-16T17:57:12.863Z | Downloaded resolv-conf v0.7.0 |
176 | 2024-12-16T17:57:12.866Z | Downloaded progenitor-macro v0.8.0 |
177 | 2024-12-16T17:57:12.866Z | Downloaded dof v0.1.5 |
178 | 2024-12-16T17:57:12.870Z | Downloaded clap_lex v0.7.0 |
179 | 2024-12-16T17:57:12.870Z | Downloaded progenitor v0.8.0 |
180 | 2024-12-16T17:57:12.873Z | Downloaded rand_chacha v0.3.1 |
181 | 2024-12-16T17:57:12.873Z | Downloaded proc-macro-error-attr v1.0.4 |
182 | 2024-12-16T17:57:12.876Z | Downloaded defmt v0.3.8 |
183 | 2024-12-16T17:57:12.879Z | Downloaded ascii v1.1.0 |
184 | 2024-12-16T17:57:12.888Z | Downloaded rustls-pemfile v1.0.4 |
185 | 2024-12-16T17:57:12.888Z | Downloaded rustc_version v0.4.0 |
186 | 2024-12-16T17:57:12.891Z | Downloaded dof v0.3.0 |
187 | 2024-12-16T17:57:12.891Z | Downloaded clap_derive v4.5.4 |
188 | 2024-12-16T17:57:12.891Z | Downloaded base64ct v1.6.0 |
189 | 2024-12-16T17:57:12.891Z | Downloaded quinn-udp v0.5.5 |
190 | 2024-12-16T17:57:12.896Z | Downloaded byteorder v1.5.0 |
191 | 2024-12-16T17:57:12.896Z | Downloaded parse-display-derive v0.10.0 |
192 | 2024-12-16T17:57:12.899Z | Downloaded dirs-sys-next v0.1.2 |
193 | 2024-12-16T17:57:12.899Z | Downloaded cargo_metadata v0.18.1 |
194 | 2024-12-16T17:57:12.899Z | Downloaded console v0.15.8 |
195 | 2024-12-16T17:57:12.903Z | Downloaded ringbuffer v0.15.0 |
196 | 2024-12-16T17:57:12.905Z | Downloaded password-hash v0.5.0 |
197 | 2024-12-16T17:57:12.905Z | Downloaded owo-colors v4.1.0 |
198 | 2024-12-16T17:57:12.908Z | Downloaded anyhow v1.0.89 |
199 | 2024-12-16T17:57:12.914Z | Downloaded whoami v1.5.1 |
200 | 2024-12-16T17:57:12.917Z | Downloaded semver v0.1.20 |
201 | 2024-12-16T17:57:12.917Z | Downloaded hostname v0.4.0 |
202 | 2024-12-16T17:57:12.920Z | Downloaded futures-macro v0.3.30 |
203 | 2024-12-16T17:57:12.920Z | Downloaded strum v0.26.2 |
204 | 2024-12-16T17:57:12.923Z | Downloaded pest_derive v2.7.10 |
205 | 2024-12-16T17:57:12.923Z | Downloaded parking_lot_core v0.9.10 |
206 | 2024-12-16T17:57:12.926Z | Downloaded serde-big-array v0.5.1 |
207 | 2024-12-16T17:57:12.930Z | Downloaded num_threads v0.1.7 |
208 | 2024-12-16T17:57:12.930Z | Downloaded futures-io v0.3.30 |
209 | 2024-12-16T17:57:12.930Z | Downloaded foreign-types-macros v0.2.3 |
210 | 2024-12-16T17:57:12.933Z | Downloaded fallible-streaming-iterator v0.1.9 |
211 | 2024-12-16T17:57:12.933Z | Downloaded percent-encoding v2.3.1 |
212 | 2024-12-16T17:57:12.933Z | Downloaded num-rational v0.4.2 |
213 | 2024-12-16T17:57:12.937Z | Downloaded float-ord v0.3.2 |
214 | 2024-12-16T17:57:12.937Z | Downloaded zerocopy v0.3.2 |
215 | 2024-12-16T17:57:12.942Z | Downloaded darling v0.20.9 |
216 | 2024-12-16T17:57:12.945Z | Downloaded rand_core v0.6.4 |
217 | 2024-12-16T17:57:12.945Z | Downloaded num_enum_derive v0.7.2 |
218 | 2024-12-16T17:57:12.948Z | Downloaded derive-where v1.2.7 |
219 | 2024-12-16T17:57:12.950Z | Downloaded dropshot_endpoint v0.12.0 |
220 | 2024-12-16T17:57:12.954Z | Downloaded is_ci v1.2.0 |
221 | 2024-12-16T17:57:12.958Z | Downloaded rustls-pemfile v2.1.3 |
222 | 2024-12-16T17:57:12.958Z | Downloaded ipnetwork v0.20.0 |
223 | 2024-12-16T17:57:12.961Z | Downloaded rustc_version v0.1.7 |
224 | 2024-12-16T17:57:12.961Z | Downloaded crossbeam-utils v0.8.19 |
225 | 2024-12-16T17:57:12.963Z | Downloaded want v0.3.1 |
226 | 2024-12-16T17:57:12.963Z | Downloaded sync_wrapper v1.0.1 |
227 | 2024-12-16T17:57:12.966Z | Downloaded enum-as-inner v0.6.0 |
228 | 2024-12-16T17:57:12.966Z | Downloaded semver v1.0.23 |
229 | 2024-12-16T17:57:12.970Z | Downloaded postcard v1.0.9 |
230 | 2024-12-16T17:57:12.973Z | Downloaded scroll v0.12.0 |
231 | 2024-12-16T17:57:12.973Z | Downloaded plain v0.2.3 |
232 | 2024-12-16T17:57:12.976Z | Downloaded cookie v0.18.1 |
233 | 2024-12-16T17:57:12.979Z | Downloaded iana-time-zone v0.1.60 |
234 | 2024-12-16T17:57:12.983Z | Downloaded structmeta-derive v0.3.0 |
235 | 2024-12-16T17:57:12.986Z | Downloaded sct v0.7.1 |
236 | 2024-12-16T17:57:12.986Z | Downloaded toml_datetime v0.6.8 |
237 | 2024-12-16T17:57:12.989Z | Downloaded num_enum v0.5.11 |
238 | 2024-12-16T17:57:12.993Z | Downloaded try-lock v0.2.5 |
239 | 2024-12-16T17:57:12.997Z | Downloaded hash32 v0.3.1 |
240 | 2024-12-16T17:57:12.997Z | Downloaded funty v2.0.0 |
241 | 2024-12-16T17:57:12.997Z | Downloaded xattr v1.3.1 |
242 | 2024-12-16T17:57:13.000Z | Downloaded wyz v0.5.1 |
243 | 2024-12-16T17:57:13.000Z | Downloaded typify-macro v0.2.0 |
244 | 2024-12-16T17:57:13.003Z | Downloaded proc-macro-crate v1.3.1 |
245 | 2024-12-16T17:57:13.003Z | Downloaded rustls-pki-types v1.7.0 |
246 | 2024-12-16T17:57:13.006Z | Downloaded once_cell v1.19.0 |
247 | 2024-12-16T17:57:13.009Z | Downloaded bytes v1.7.2 |
248 | 2024-12-16T17:57:13.012Z | Downloaded is_terminal_polyfill v1.70.0 |
249 | 2024-12-16T17:57:13.015Z | Downloaded proc-macro-error v1.0.4 |
250 | 2024-12-16T17:57:13.018Z | Downloaded hyper-tls v0.6.0 |
251 | 2024-12-16T17:57:13.020Z | Downloaded derive_more v0.99.18 |
252 | 2024-12-16T17:57:13.023Z | Downloaded tap v1.0.1 |
253 | 2024-12-16T17:57:13.027Z | Downloaded parking_lot v0.12.2 |
254 | 2024-12-16T17:57:13.031Z | Downloaded tower-service v0.3.2 |
255 | 2024-12-16T17:57:13.031Z | Downloaded darling_core v0.20.9 |
256 | 2024-12-16T17:57:13.034Z | Downloaded swrite v0.1.0 |
257 | 2024-12-16T17:57:13.036Z | Downloaded newline-converter v0.3.0 |
258 | 2024-12-16T17:57:13.036Z | Downloaded thiserror-impl v1.0.64 |
259 | 2024-12-16T17:57:13.039Z | Downloaded native-tls v0.2.11 |
260 | 2024-12-16T17:57:13.041Z | Downloaded lock_api v0.4.12 |
261 | 2024-12-16T17:57:13.041Z | Downloaded serde_with_macros v3.9.0 |
262 | 2024-12-16T17:57:13.043Z | Downloaded foreign-types v0.3.2 |
263 | 2024-12-16T17:57:13.047Z | Downloaded thiserror v1.0.64 |
264 | 2024-12-16T17:57:13.050Z | Downloaded slog-term v2.9.1 |
265 | 2024-12-16T17:57:13.053Z | Downloaded slog-bunyan v2.5.0 |
266 | 2024-12-16T17:57:13.056Z | Downloaded tokio-native-tls v0.3.1 |
267 | 2024-12-16T17:57:13.057Z | Downloaded slog-dtrace v0.3.0 |
268 | 2024-12-16T17:57:13.059Z | Downloaded terminal_size v0.3.0 |
269 | 2024-12-16T17:57:13.059Z | Downloaded ryu v1.0.18 |
270 | 2024-12-16T17:57:13.062Z | Downloaded managed v0.8.0 |
271 | 2024-12-16T17:57:13.065Z | Downloaded hubpack_derive v0.1.1 |
272 | 2024-12-16T17:57:13.065Z | Downloaded waitgroup v0.1.2 |
273 | 2024-12-16T17:57:13.068Z | Downloaded httpdate v1.0.3 |
274 | 2024-12-16T17:57:13.068Z | Downloaded generic-array v0.14.7 |
275 | 2024-12-16T17:57:13.068Z | Downloaded macaddr v1.0.1 |
276 | 2024-12-16T17:57:13.072Z | Downloaded tinyvec_macros v0.1.1 |
277 | 2024-12-16T17:57:13.072Z | Downloaded lru-cache v0.1.2 |
278 | 2024-12-16T17:57:13.075Z | Downloaded static_assertions v1.1.0 |
279 | 2024-12-16T17:57:13.075Z | Downloaded typeid v1.0.0 |
280 | 2024-12-16T17:57:13.078Z | Downloaded twox-hash v1.6.3 |
281 | 2024-12-16T17:57:13.078Z | Downloaded cc v1.0.97 |
282 | 2024-12-16T17:57:13.080Z | Downloaded sha1 v0.10.6 |
283 | 2024-12-16T17:57:13.084Z | Downloaded globset v0.4.14 |
284 | 2024-12-16T17:57:13.086Z | Downloaded proc-macro2 v1.0.86 |
285 | 2024-12-16T17:57:13.089Z | Downloaded lazy_static v1.5.0 |
286 | 2024-12-16T17:57:13.089Z | Downloaded openssl-sys v0.9.103 |
287 | 2024-12-16T17:57:13.094Z | Downloaded tempfile v3.10.1 |
288 | 2024-12-16T17:57:13.097Z | Downloaded slab v0.4.9 |
289 | 2024-12-16T17:57:13.099Z | Downloaded term v0.7.0 |
290 | 2024-12-16T17:57:13.102Z | Downloaded foreign-types-shared v0.3.1 |
291 | 2024-12-16T17:57:13.105Z | Downloaded zone_cfg_derive v0.3.0 |
292 | 2024-12-16T17:57:13.105Z | Downloaded aes v0.8.4 |
293 | 2024-12-16T17:57:13.108Z | Downloaded pest_meta v2.7.10 |
294 | 2024-12-16T17:57:13.111Z | Downloaded num-traits v0.2.19 |
295 | 2024-12-16T17:57:13.117Z | Downloaded libsw v3.3.1 |
296 | 2024-12-16T17:57:13.119Z | Downloaded prettyplease v0.2.22 |
297 | 2024-12-16T17:57:13.120Z | Downloaded base64 v0.21.7 |
298 | 2024-12-16T17:57:13.122Z | Downloaded stable_deref_trait v1.2.0 |
299 | 2024-12-16T17:57:13.125Z | Downloaded slog-async v2.8.0 |
300 | 2024-12-16T17:57:13.125Z | Downloaded hex v0.4.3 |
301 | 2024-12-16T17:57:13.128Z | Downloaded fnv v1.0.7 |
302 | 2024-12-16T17:57:13.130Z | Downloaded ucd-trie v0.1.6 |
303 | 2024-12-16T17:57:13.130Z | Downloaded serde_yaml v0.9.34+deprecated |
304 | 2024-12-16T17:57:13.133Z | Downloaded unicode-ident v1.0.13 |
305 | 2024-12-16T17:57:13.136Z | Downloaded heck v0.4.1 |
306 | 2024-12-16T17:57:13.138Z | Downloaded futures v0.3.30 |
307 | 2024-12-16T17:57:13.143Z | Downloaded schemars v0.8.21 |
308 | 2024-12-16T17:57:13.154Z | Downloaded sigpipe v0.1.3 |
309 | 2024-12-16T17:57:13.156Z | Downloaded ipnet v2.9.0 |
310 | 2024-12-16T17:57:13.159Z | Downloaded getrandom v0.2.14 |
311 | 2024-12-16T17:57:13.161Z | Downloaded crossbeam-channel v0.5.12 |
312 | 2024-12-16T17:57:13.164Z | Downloaded httparse v1.8.0 |
313 | 2024-12-16T17:57:13.167Z | Downloaded log v0.4.22 |
314 | 2024-12-16T17:57:13.169Z | Downloaded mime v0.3.17 |
315 | 2024-12-16T17:57:13.173Z | Downloaded spin v0.9.8 |
316 | 2024-12-16T17:57:13.175Z | Downloaded form_urlencoded v1.2.1 |
317 | 2024-12-16T17:57:13.175Z | Downloaded thread_local v1.1.8 |
318 | 2024-12-16T17:57:13.177Z | Downloaded time-core v0.1.2 |
319 | 2024-12-16T17:57:13.177Z | Downloaded rayon-core v1.12.1 |
320 | 2024-12-16T17:57:13.180Z | Downloaded is-terminal v0.4.12 |
321 | 2024-12-16T17:57:13.183Z | Downloaded instant v0.1.12 |
322 | 2024-12-16T17:57:13.183Z | Downloaded ron v0.8.1 |
323 | 2024-12-16T17:57:13.189Z | Downloaded http-body v1.0.1 |
324 | 2024-12-16T17:57:13.192Z | Downloaded num-bigint v0.4.5 |
325 | 2024-12-16T17:57:13.195Z | Downloaded multer v3.1.0 |
326 | 2024-12-16T17:57:13.197Z | Downloaded usdt-attr-macro v0.5.0 |
327 | 2024-12-16T17:57:13.200Z | Downloaded usdt v0.5.0 |
328 | 2024-12-16T17:57:13.200Z | Downloaded smallvec v1.13.2 |
329 | 2024-12-16T17:57:13.203Z | Downloaded zerocopy v0.6.6 |
330 | 2024-12-16T17:57:13.205Z | Downloaded serde v1.0.210 |
331 | 2024-12-16T17:57:13.208Z | Downloaded ident_case v1.0.1 |
332 | 2024-12-16T17:57:13.208Z | Downloaded take_mut v0.2.2 |
333 | 2024-12-16T17:57:13.211Z | Downloaded foreign-types v0.5.0 |
334 | 2024-12-16T17:57:13.211Z | Downloaded unicode-bidi v0.3.15 |
335 | 2024-12-16T17:57:13.214Z | Downloaded quinn v0.11.5 |
336 | 2024-12-16T17:57:13.216Z | Downloaded structmeta v0.3.0 |
337 | 2024-12-16T17:57:13.219Z | Downloaded match_cfg v0.1.0 |
338 | 2024-12-16T17:57:13.219Z | Downloaded serde_derive v1.0.210 |
339 | 2024-12-16T17:57:13.222Z | Downloaded time-macros v0.2.18 |
340 | 2024-12-16T17:57:13.225Z | Downloaded newtype-uuid v1.1.0 |
341 | 2024-12-16T17:57:13.225Z | Downloaded sha2 v0.10.8 |
342 | 2024-12-16T17:57:13.227Z | Downloaded zeroize v1.7.0 |
343 | 2024-12-16T17:57:13.230Z | Downloaded subtle v2.5.0 |
344 | 2024-12-16T17:57:13.230Z | Downloaded hyper-util v0.1.9 |
345 | 2024-12-16T17:57:13.233Z | Downloaded newtype_derive v0.1.6 |
346 | 2024-12-16T17:57:13.236Z | Downloaded kstat-rs v0.2.4 |
347 | 2024-12-16T17:57:13.236Z | Downloaded signal-hook-registry v1.4.2 |
348 | 2024-12-16T17:57:13.238Z | Downloaded unicode-xid v0.2.4 |
349 | 2024-12-16T17:57:13.238Z | Downloaded serde_repr v0.1.19 |
350 | 2024-12-16T17:57:13.240Z | Downloaded serde_path_to_error v0.1.16 |
351 | 2024-12-16T17:57:13.243Z | Downloaded strum_macros v0.25.3 |
352 | 2024-12-16T17:57:13.243Z | Downloaded futures-executor v0.3.30 |
353 | 2024-12-16T17:57:13.246Z | Downloaded tar v0.4.40 |
354 | 2024-12-16T17:57:13.249Z | Downloaded serde_arrays v0.1.0 |
355 | 2024-12-16T17:57:13.249Z | Downloaded toml v0.7.8 |
356 | 2024-12-16T17:57:13.253Z | Downloaded toml v0.8.19 |
357 | 2024-12-16T17:57:13.256Z | Downloaded similar v2.5.0 |
358 | 2024-12-16T17:57:13.261Z | Downloaded http v1.1.0 |
359 | 2024-12-16T17:57:13.266Z | Downloaded expectorate v1.1.0 |
360 | 2024-12-16T17:57:13.268Z | Downloaded hostname v0.3.1 |
361 | 2024-12-16T17:57:13.271Z | Downloaded hashlink v0.9.1 |
362 | 2024-12-16T17:57:13.271Z | Downloaded vergen v8.3.2 |
363 | 2024-12-16T17:57:13.273Z | Downloaded inout v0.1.3 |
364 | 2024-12-16T17:57:13.276Z | Downloaded fallible-iterator v0.3.0 |
365 | 2024-12-16T17:57:13.276Z | Downloaded utf8parse v0.2.1 |
366 | 2024-12-16T17:57:13.278Z | Downloaded linear-map v1.2.0 |
367 | 2024-12-16T17:57:13.281Z | Downloaded slog v2.7.0 |
368 | 2024-12-16T17:57:13.283Z | Downloaded highway v1.2.0 |
369 | 2024-12-16T17:57:13.283Z | Downloaded tokio-rustls v0.24.1 |
370 | 2024-12-16T17:57:13.285Z | Downloaded utf-8 v0.7.6 |
371 | 2024-12-16T17:57:13.288Z | Downloaded linked-hash-map v0.5.6 |
372 | 2024-12-16T17:57:13.290Z | Downloaded zone v0.3.0 |
373 | 2024-12-16T17:57:13.290Z | Downloaded typenum v1.17.0 |
374 | 2024-12-16T17:57:13.294Z | Downloaded usdt-macro v0.3.5 |
375 | 2024-12-16T17:57:13.294Z | Downloaded memmap v0.7.0 |
376 | 2024-12-16T17:57:13.296Z | Downloaded tinyvec v1.6.0 |
377 | 2024-12-16T17:57:13.299Z | Downloaded strum_macros v0.26.2 |
378 | 2024-12-16T17:57:13.299Z | Downloaded usdt v0.3.5 |
379 | 2024-12-16T17:57:13.302Z | Downloaded toml_edit v0.19.15 |
380 | 2024-12-16T17:57:13.316Z | Downloaded hashbrown v0.12.3 |
381 | 2024-12-16T17:57:13.323Z | Downloaded tokio-rustls v0.26.0 |
382 | 2024-12-16T17:57:13.327Z | Downloaded tokio-rustls v0.25.0 |
383 | 2024-12-16T17:57:13.327Z | Downloaded hyper-rustls v0.27.3 |
384 | 2024-12-16T17:57:13.327Z | Downloaded http-body-util v0.1.2 |
385 | 2024-12-16T17:57:13.331Z | Downloaded supports-color v2.1.0 |
386 | 2024-12-16T17:57:13.331Z | Downloaded unsafe-libyaml v0.2.11 |
387 | 2024-12-16T17:57:13.334Z | Downloaded tracing v0.1.40 |
388 | 2024-12-16T17:57:13.336Z | Downloaded unicode-segmentation v1.11.0 |
389 | 2024-12-16T17:57:13.341Z | Downloaded usdt-impl v0.5.0 |
390 | 2024-12-16T17:57:13.343Z | Downloaded toml_edit v0.22.20 |
391 | 2024-12-16T17:57:13.363Z | Downloaded heapless v0.8.0 |
392 | 2024-12-16T17:57:13.366Z | Downloaded aho-corasick v1.1.3 |
393 | 2024-12-16T17:57:13.372Z | Downloaded fastrand v2.1.0 |
394 | 2024-12-16T17:57:13.374Z | Downloaded usdt-impl v0.3.5 |
395 | 2024-12-16T17:57:13.377Z | Downloaded unicode-normalization v0.1.23 |
396 | 2024-12-16T17:57:13.379Z | Downloaded strsim v0.11.1 |
397 | 2024-12-16T17:57:13.382Z | Downloaded jobserver v0.1.31 |
398 | 2024-12-16T17:57:13.382Z | Downloaded itertools v0.10.5 |
399 | 2024-12-16T17:57:13.389Z | Downloaded fatfs v0.3.6 |
400 | 2024-12-16T17:57:13.391Z | Downloaded indexmap v2.5.0 |
401 | 2024-12-16T17:57:13.396Z | Downloaded clap_builder v4.5.2 |
402 | 2024-12-16T17:57:13.402Z | Downloaded serde_derive_internals v0.29.1 |
403 | 2024-12-16T17:57:13.405Z | Downloaded tungstenite v0.21.0 |
404 | 2024-12-16T17:57:13.408Z | Downloaded pest v2.7.10 |
405 | 2024-12-16T17:57:13.412Z | Downloaded tracing-core v0.1.32 |
406 | 2024-12-16T17:57:13.415Z | Downloaded universal-hash v0.5.1 |
407 | 2024-12-16T17:57:13.418Z | Downloaded uuid v1.10.0 |
408 | 2024-12-16T17:57:13.422Z | Downloaded tokio-util v0.7.11 |
409 | 2024-12-16T17:57:13.425Z | Downloaded hashbrown v0.14.5 |
410 | 2024-12-16T17:57:13.430Z | Downloaded hickory-resolver v0.24.1 |
411 | 2024-12-16T17:57:13.434Z | Downloaded untrusted v0.9.0 |
412 | 2024-12-16T17:57:13.437Z | Downloaded zerocopy-derive v0.7.34 |
413 | 2024-12-16T17:57:13.440Z | Downloaded itoa v1.0.11 |
414 | 2024-12-16T17:57:13.443Z | Downloaded filetime v0.2.23 |
415 | 2024-12-16T17:57:13.443Z | Downloaded glob v0.3.1 |
416 | 2024-12-16T17:57:13.447Z | Downloaded futures-task v0.3.30 |
417 | 2024-12-16T17:57:13.447Z | Downloaded typify v0.2.0 |
418 | 2024-12-16T17:57:13.450Z | Downloaded steno v0.4.1 |
419 | 2024-12-16T17:57:13.453Z | Downloaded tokio-tungstenite v0.21.0 |
420 | 2024-12-16T17:57:13.455Z | Downloaded fixedbitset v0.4.2 |
421 | 2024-12-16T17:57:13.458Z | Downloaded tabwriter v1.4.0 |
422 | 2024-12-16T17:57:13.459Z | Downloaded synstructure v0.12.6 |
423 | 2024-12-16T17:57:13.461Z | Downloaded futures-sink v0.3.30 |
424 | 2024-12-16T17:57:13.461Z | Downloaded futures-core v0.3.30 |
425 | 2024-12-16T17:57:13.461Z | Downloaded rand v0.8.5 |
426 | 2024-12-16T17:57:13.465Z | Downloaded winnow v0.5.40 |
427 | 2024-12-16T17:57:13.472Z | Downloaded futures-util v0.3.30 |
428 | 2024-12-16T17:57:13.484Z | Downloaded winnow v0.6.18 |
429 | 2024-12-16T17:57:13.492Z | Downloaded memchr v2.7.2 |
430 | 2024-12-16T17:57:13.498Z | Downloaded libm v0.2.8 |
431 | 2024-12-16T17:57:13.505Z | Downloaded chrono v0.4.38 |
432 | 2024-12-16T17:57:13.512Z | Downloaded vcpkg v0.2.15 |
433 | 2024-12-16T17:57:13.548Z | Downloaded url v2.5.0 |
434 | 2024-12-16T17:57:13.551Z | Downloaded mio v1.0.2 |
435 | 2024-12-16T17:57:13.556Z | Downloaded serde_with v3.9.0 |
436 | 2024-12-16T17:57:13.564Z | Downloaded time v0.3.36 |
437 | 2024-12-16T17:57:13.571Z | Downloaded rayon v1.10.0 |
438 | 2024-12-16T17:57:13.580Z | Downloaded zerocopy v0.7.34 |
439 | 2024-12-16T17:57:13.597Z | Downloaded itertools v0.13.0 |
440 | 2024-12-16T17:57:13.603Z | Downloaded webpki-roots v0.26.3 |
441 | 2024-12-16T17:57:13.607Z | Downloaded reqwest v0.12.7 |
442 | 2024-12-16T17:57:13.614Z | Downloaded idna v0.4.0 |
443 | 2024-12-16T17:57:13.621Z | Downloaded nix v0.28.0 |
444 | 2024-12-16T17:57:13.632Z | Downloaded goblin v0.8.2 |
445 | 2024-12-16T17:57:13.638Z | Downloaded quinn-proto v0.11.8 |
446 | 2024-12-16T17:57:13.645Z | Downloaded hyper v1.4.1 |
447 | 2024-12-16T17:57:13.651Z | Downloaded unicode-width v0.1.14 |
448 | 2024-12-16T17:57:13.657Z | Downloaded bstr v1.9.1 |
449 | 2024-12-16T17:57:13.667Z | Downloaded serde_json v1.0.128 |
450 | 2024-12-16T17:57:13.674Z | Downloaded h2 v0.4.6 |
451 | 2024-12-16T17:57:13.681Z | Downloaded nix v0.29.0 |
452 | 2024-12-16T17:57:13.692Z | Downloaded rustls-webpki v0.102.4 |
453 | 2024-12-16T17:57:13.710Z | Downloaded hickory-proto v0.24.1 |
454 | 2024-12-16T17:57:13.725Z | Downloaded git2 v0.19.0 |
455 | 2024-12-16T17:57:13.732Z | Downloaded regex v1.10.6 |
456 | 2024-12-16T17:57:13.758Z | Downloaded rustls v0.21.12 |
457 | 2024-12-16T17:57:13.761Z | Downloaded dropshot v0.12.0 |
458 | 2024-12-16T17:57:13.775Z | Downloaded typify-impl v0.2.0 |
459 | 2024-12-16T17:57:13.789Z | Downloaded syn v1.0.109 |
460 | 2024-12-16T17:57:13.798Z | Downloaded zerocopy-derive v0.6.6 |
461 | 2024-12-16T17:57:13.807Z | Downloaded rustls-webpki v0.101.7 |
462 | 2024-12-16T17:57:13.821Z | Downloaded idna v0.5.0 |
463 | 2024-12-16T17:57:13.828Z | Downloaded zerocopy-derive v0.2.0 |
464 | 2024-12-16T17:57:13.835Z | Downloaded openssl v0.10.66 |
465 | 2024-12-16T17:57:13.844Z | Downloaded regress v0.10.1 |
466 | 2024-12-16T17:57:13.852Z | Downloaded syn v2.0.77 |
467 | 2024-12-16T17:57:13.862Z | Downloaded smoltcp v0.11.0 |
468 | 2024-12-16T17:57:13.874Z | Downloaded regex-syntax v0.8.4 |
469 | 2024-12-16T17:57:13.882Z | Downloaded rustix v0.38.34 |
470 | 2024-12-16T17:57:13.902Z | Downloaded openapiv3 v2.0.0 |
471 | 2024-12-16T17:57:13.914Z | Downloaded rustls v0.22.4 |
472 | 2024-12-16T17:57:13.925Z | Downloaded regress v0.9.1 |
473 | 2024-12-16T17:57:13.933Z | Downloaded rusqlite v0.32.1 |
474 | 2024-12-16T17:57:13.939Z | Downloaded rustls v0.23.10 |
475 | 2024-12-16T17:57:13.954Z | Downloaded libc v0.2.159 |
476 | 2024-12-16T17:57:13.979Z | Downloaded bitvec v1.0.1 |
477 | 2024-12-16T17:57:13.993Z | Downloaded thread-id v4.2.1 |
478 | 2024-12-16T17:57:13.996Z | Downloaded supports-color v3.0.1 |
479 | 2024-12-16T17:57:13.996Z | Downloaded serde_tokenstream v0.1.7 |
480 | 2024-12-16T17:57:13.998Z | Downloaded libloading v0.7.4 |
481 | 2024-12-16T17:57:14.002Z | Downloaded socket2 v0.5.7 |
482 | 2024-12-16T17:57:14.006Z | Downloaded const_format v0.2.32 |
483 | 2024-12-16T17:57:14.009Z | Downloaded base64 v0.22.1 |
484 | 2024-12-16T17:57:14.011Z | Downloaded tokio v1.39.3 |
485 | 2024-12-16T17:57:14.045Z | Downloaded humantime v2.1.0 |
486 | 2024-12-16T17:57:14.048Z | Downloaded version_check v0.9.5 |
487 | 2024-12-16T17:57:14.048Z | Downloaded tokio-macros v2.4.0 |
488 | 2024-12-16T17:57:14.050Z | Downloaded serde_urlencoded v0.7.1 |
489 | 2024-12-16T17:57:14.050Z | Downloaded serde_tokenstream v0.2.2 |
490 | 2024-12-16T17:57:14.053Z | Downloaded serde_spanned v0.6.7 |
491 | 2024-12-16T17:57:14.053Z | Downloaded indent_write v2.2.0 |
492 | 2024-12-16T17:57:14.055Z | Downloaded tracing-attributes v0.1.27 |
493 | 2024-12-16T17:57:14.058Z | Downloaded smf v0.2.3 |
494 | 2024-12-16T17:57:14.058Z | Downloaded indexmap v1.9.3 |
495 | 2024-12-16T17:57:14.060Z | Downloaded regex-automata v0.4.6 |
496 | 2024-12-16T17:57:14.075Z | Downloaded ppv-lite86 v0.2.17 |
497 | 2024-12-16T17:57:14.078Z | Downloaded num-complex v0.4.6 |
498 | 2024-12-16T17:57:14.081Z | Downloaded hubpack v0.1.2 |
499 | 2024-12-16T17:57:14.081Z | Downloaded futures-channel v0.3.30 |
500 | 2024-12-16T17:57:14.084Z | Downloaded progenitor-impl v0.8.0 |
501 | 2024-12-16T17:57:14.084Z | Downloaded bitflags v2.6.0 |
502 | 2024-12-16T17:57:14.088Z | Downloaded slog-json v2.6.1 |
503 | 2024-12-16T17:57:14.090Z | Downloaded heck v0.5.0 |
504 | 2024-12-16T17:57:14.090Z | Downloaded crossbeam-epoch v0.9.18 |
505 | 2024-12-16T17:57:14.093Z | Downloaded clap v4.5.4 |
506 | 2024-12-16T17:57:14.100Z | Downloaded petgraph v0.6.5 |
507 | 2024-12-16T17:57:14.116Z | Downloaded camino v1.1.9 |
508 | 2024-12-16T17:57:14.119Z | Downloaded blake2 v0.10.6 |
509 | 2024-12-16T17:57:14.121Z | Downloaded quote v1.0.37 |
510 | 2024-12-16T17:57:14.124Z | Downloaded pin-project-lite v0.2.14 |
511 | 2024-12-16T17:57:14.127Z | Downloaded const_format_proc_macros v0.2.32 |
512 | 2024-12-16T17:57:14.129Z | Downloaded embedded-io v0.6.1 |
513 | 2024-12-16T17:57:14.132Z | Downloaded ctr v0.9.2 |
514 | 2024-12-16T17:57:14.132Z | Downloaded scopeguard v1.2.0 |
515 | 2024-12-16T17:57:14.135Z | Downloaded schemars_derive v0.8.21 |
516 | 2024-12-16T17:57:14.135Z | Downloaded rustversion v1.0.17 |
517 | 2024-12-16T17:57:14.138Z | Downloaded quick-error v1.2.3 |
518 | 2024-12-16T17:57:14.138Z | Downloaded pretty-hex v0.4.1 |
519 | 2024-12-16T17:57:14.141Z | Downloaded either v1.13.0 |
520 | 2024-12-16T17:57:14.141Z | Downloaded erased-serde v0.4.5 |
521 | 2024-12-16T17:57:14.144Z | Downloaded cancel-safe-futures v0.1.5 |
522 | 2024-12-16T17:57:14.144Z | Downloaded bincode v1.3.3 |
523 | 2024-12-16T17:57:14.147Z | Downloaded backoff v0.4.0 |
524 | 2024-12-16T17:57:14.150Z | Downloaded argon2 v0.5.3 |
525 | 2024-12-16T17:57:14.152Z | Downloaded radium v0.7.0 |
526 | 2024-12-16T17:57:14.152Z | Downloaded powerfmt v0.2.0 |
527 | 2024-12-16T17:57:14.152Z | Downloaded pin-utils v0.1.0 |
528 | 2024-12-16T17:57:14.154Z | Downloaded num_enum_derive v0.5.11 |
529 | 2024-12-16T17:57:14.154Z | Downloaded async-trait v0.1.83 |
530 | 2024-12-16T17:57:14.157Z | Downloaded anstyle-query v1.0.3 |
531 | 2024-12-16T17:57:14.159Z | Downloaded aes-gcm-siv v0.11.1 |
532 | 2024-12-16T17:57:14.161Z | Downloaded encoding_rs v0.8.34 |
533 | 2024-12-16T17:57:14.179Z | Downloaded debug-ignore v1.0.5 |
534 | 2024-12-16T17:57:14.182Z | Downloaded anstream v0.6.14 |
535 | 2024-12-16T17:57:14.184Z | Downloaded pkg-config v0.3.30 |
536 | 2024-12-16T17:57:14.184Z | Downloaded num_enum v0.7.2 |
537 | 2024-12-16T17:57:14.188Z | Downloaded cfg-if v1.0.0 |
538 | 2024-12-16T17:57:14.191Z | Downloaded digest v0.10.7 |
539 | 2024-12-16T17:57:14.191Z | Downloaded ctrlc v3.4.4 |
540 | 2024-12-16T17:57:14.193Z | Downloaded cpufeatures v0.2.12 |
541 | 2024-12-16T17:57:14.196Z | Downloaded convert_case v0.4.0 |
542 | 2024-12-16T17:57:14.196Z | Downloaded colorchoice v1.0.1 |
543 | 2024-12-16T17:57:14.196Z | Downloaded cobs v0.2.3 |
544 | 2024-12-16T17:57:14.199Z | Downloaded camino-tempfile v1.1.1 |
545 | 2024-12-16T17:57:14.216Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
546 | 2024-12-16T17:57:14.956Z | Downloaded libz-sys v1.1.16 |
547 | 2024-12-16T17:57:15.050Z | Downloaded ring v0.17.8 |
548 | 2024-12-16T17:57:15.166Z | Downloaded libsqlite3-sys v0.30.1 |
549 | 2024-12-16T17:57:15.628Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-12-16T17:57:15.630Z | Compiling unicode-ident v1.0.13 |
551 | 2024-12-16T17:57:15.631Z | Compiling libc v0.2.159 |
552 | 2024-12-16T17:57:15.631Z | Compiling serde v1.0.210 |
553 | 2024-12-16T17:57:15.631Z | Compiling version_check v0.9.5 |
554 | 2024-12-16T17:57:15.631Z | Compiling autocfg v1.3.0 |
555 | 2024-12-16T17:57:15.670Z | Checking cfg-if v1.0.0 |
556 | 2024-12-16T17:57:15.673Z | Compiling once_cell v1.19.0 |
557 | 2024-12-16T17:57:15.866Z | Compiling serde_json v1.0.128 |
558 | 2024-12-16T17:57:15.895Z | Compiling thiserror v1.0.64 |
559 | 2024-12-16T17:57:16.086Z | Compiling memchr v2.7.2 |
560 | 2024-12-16T17:57:16.282Z | Compiling ahash v0.8.11 |
561 | 2024-12-16T17:57:16.997Z | Compiling libm v0.2.8 |
562 | 2024-12-16T17:57:17.111Z | Compiling byteorder v1.5.0 |
563 | 2024-12-16T17:57:17.379Z | Compiling itoa v1.0.11 |
564 | 2024-12-16T17:57:17.677Z | Compiling lock_api v0.4.12 |
565 | 2024-12-16T17:57:18.023Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-12-16T17:57:18.197Z | Compiling ryu v1.0.18 |
567 | 2024-12-16T17:57:18.298Z | Compiling slab v0.4.9 |
568 | 2024-12-16T17:57:18.489Z | Compiling allocator-api2 v0.2.18 |
569 | 2024-12-16T17:57:18.496Z | Compiling schemars v0.8.21 |
570 | 2024-12-16T17:57:18.554Z | Compiling pkg-config v0.3.30 |
571 | 2024-12-16T17:57:18.625Z | Compiling vcpkg v0.2.15 |
572 | 2024-12-16T17:57:18.774Z | Compiling num-traits v0.2.19 |
573 | 2024-12-16T17:57:18.916Z | Checking pin-project-lite v0.2.14 |
574 | 2024-12-16T17:57:19.029Z | Compiling quote v1.0.37 |
575 | 2024-12-16T17:57:19.191Z | Checking getrandom v0.2.14 |
576 | 2024-12-16T17:57:19.338Z | Compiling syn v2.0.77 |
577 | 2024-12-16T17:57:19.415Z | Compiling jobserver v0.1.31 |
578 | 2024-12-16T17:57:19.417Z | Compiling log v0.4.22 |
579 | 2024-12-16T17:57:19.575Z | Checking smallvec v1.13.2 |
580 | 2024-12-16T17:57:19.618Z | Checking scopeguard v1.2.0 |
581 | 2024-12-16T17:57:19.748Z | Compiling cc v1.0.97 |
582 | 2024-12-16T17:57:19.768Z | Compiling equivalent v1.0.1 |
583 | 2024-12-16T17:57:19.897Z | Checking socket2 v0.5.7 |
584 | 2024-12-16T17:57:19.967Z | Checking mio v1.0.2 |
585 | 2024-12-16T17:57:20.063Z | Checking signal-hook-registry v1.4.2 |
586 | 2024-12-16T17:57:20.194Z | Compiling typenum v1.17.0 |
587 | 2024-12-16T17:57:20.218Z | Checking parking_lot v0.12.2 |
588 | 2024-12-16T17:57:20.378Z | Compiling httparse v1.8.0 |
589 | 2024-12-16T17:57:20.538Z | Compiling generic-array v0.14.7 |
590 | 2024-12-16T17:57:20.556Z | Compiling fnv v1.0.7 |
591 | 2024-12-16T17:57:20.861Z | Checking iana-time-zone v0.1.60 |
592 | 2024-12-16T17:57:20.949Z | Checking futures-core v0.3.30 |
593 | 2024-12-16T17:57:21.123Z | Compiling semver v1.0.23 |
594 | 2024-12-16T17:57:21.146Z | Checking rand_core v0.6.4 |
595 | 2024-12-16T17:57:21.251Z | Compiling slog v2.7.0 |
596 | 2024-12-16T17:57:21.369Z | Checking futures-sink v0.3.30 |
597 | 2024-12-16T17:57:21.460Z | Compiling ucd-trie v0.1.6 |
598 | 2024-12-16T17:57:21.502Z | Checking dyn-clone v1.0.17 |
599 | 2024-12-16T17:57:21.521Z | Compiling heck v0.5.0 |
600 | 2024-12-16T17:57:21.691Z | Checking subtle v2.5.0 |
601 | 2024-12-16T17:57:21.802Z | Checking futures-channel v0.3.30 |
602 | 2024-12-16T17:57:21.896Z | Checking futures-task v0.3.30 |
603 | 2024-12-16T17:57:21.899Z | Checking pin-utils v0.1.0 |
604 | 2024-12-16T17:57:21.918Z | Compiling rustversion v1.0.17 |
605 | 2024-12-16T17:57:22.007Z | Checking futures-io v0.3.30 |
606 | 2024-12-16T17:57:22.132Z | Compiling syn v1.0.109 |
607 | 2024-12-16T17:57:22.172Z | Compiling openssl v0.10.66 |
608 | 2024-12-16T17:57:22.369Z | Compiling aho-corasick v1.1.3 |
609 | 2024-12-16T17:57:22.545Z | Compiling ring v0.17.8 |
610 | 2024-12-16T17:57:22.565Z | Compiling openssl-sys v0.9.103 |
611 | 2024-12-16T17:57:23.393Z | Compiling heck v0.4.1 |
612 | 2024-12-16T17:57:23.684Z | Compiling regex-syntax v0.8.4 |
613 | 2024-12-16T17:57:24.311Z | Compiling rustls v0.23.10 |
614 | 2024-12-16T17:57:24.624Z | Checking spin v0.9.8 |
615 | 2024-12-16T17:57:24.816Z | Compiling native-tls v0.2.11 |
616 | 2024-12-16T17:57:25.159Z | Compiling serde_derive_internals v0.29.1 |
617 | 2024-12-16T17:57:25.258Z | Compiling num-conv v0.1.0 |
618 | 2024-12-16T17:57:25.486Z | Compiling anyhow v1.0.89 |
619 | 2024-12-16T17:57:25.743Z | Compiling time-core v0.1.2 |
620 | 2024-12-16T17:57:25.883Z | Checking untrusted v0.9.0 |
621 | 2024-12-16T17:57:26.025Z | Compiling time-macros v0.2.18 |
622 | 2024-12-16T17:57:26.272Z | Checking tracing-core v0.1.32 |
623 | 2024-12-16T17:57:26.842Z | Compiling regex-automata v0.4.6 |
624 | 2024-12-16T17:57:26.896Z | Checking crypto-common v0.1.6 |
625 | 2024-12-16T17:57:27.057Z | Compiling thread-id v4.2.1 |
626 | 2024-12-16T17:57:27.524Z | Checking rustls-pki-types v1.7.0 |
627 | 2024-12-16T17:57:27.839Z | Compiling camino v1.1.9 |
628 | 2024-12-16T17:57:28.138Z | Checking percent-encoding v2.3.1 |
629 | 2024-12-16T17:57:28.192Z | Checking tinyvec_macros v0.1.1 |
630 | 2024-12-16T17:57:28.275Z | Checking tinyvec v1.6.0 |
631 | 2024-12-16T17:57:28.311Z | Checking form_urlencoded v1.2.1 |
632 | 2024-12-16T17:57:28.397Z | Checking ppv-lite86 v0.2.17 |
633 | 2024-12-16T17:57:28.489Z | Checking atomic-waker v1.1.2 |
634 | 2024-12-16T17:57:28.610Z | Checking zeroize v1.7.0 |
635 | 2024-12-16T17:57:28.657Z | Compiling serde_derive v1.0.210 |
636 | 2024-12-16T17:57:28.776Z | Compiling zerocopy-derive v0.7.34 |
637 | 2024-12-16T17:57:28.979Z | Compiling thiserror-impl v1.0.64 |
638 | 2024-12-16T17:57:29.307Z | Compiling tokio-macros v2.4.0 |
639 | 2024-12-16T17:57:29.329Z | Compiling schemars_derive v0.8.21 |
640 | 2024-12-16T17:57:30.509Z | Compiling zerocopy v0.7.34 |
641 | 2024-12-16T17:57:31.579Z | Compiling futures-macro v0.3.30 |
642 | 2024-12-16T17:57:31.689Z | Compiling pest v2.7.10 |
643 | 2024-12-16T17:57:31.943Z | Compiling hashbrown v0.14.5 |
644 | 2024-12-16T17:57:31.979Z | Compiling openssl-macros v0.1.1 |
645 | 2024-12-16T17:57:32.714Z | Compiling regex v1.10.6 |
646 | 2024-12-16T17:57:32.975Z | Compiling scroll_derive v0.12.0 |
647 | 2024-12-16T17:57:33.061Z | Compiling tracing-attributes v0.1.27 |
648 | 2024-12-16T17:57:33.082Z | Compiling regress v0.10.1 |
649 | 2024-12-16T17:57:33.266Z | Checking futures-util v0.3.30 |
650 | 2024-12-16T17:57:33.525Z | Checking unicode-normalization v0.1.23 |
651 | 2024-12-16T17:57:34.207Z | Compiling pest_meta v2.7.10 |
652 | 2024-12-16T17:57:34.347Z | Checking rand_chacha v0.3.1 |
653 | 2024-12-16T17:57:34.368Z | Compiling scroll v0.12.0 |
654 | 2024-12-16T17:57:35.752Z | Compiling pest_generator v2.7.10 |
655 | 2024-12-16T17:57:37.197Z | Checking tracing v0.1.40 |
656 | 2024-12-16T17:57:37.247Z | Compiling usdt-impl v0.5.0 |
657 | 2024-12-16T17:57:37.541Z | Checking unicode-bidi v0.3.15 |
658 | 2024-12-16T17:57:37.602Z | Checking try-lock v0.2.5 |
659 | 2024-12-16T17:57:37.622Z | Compiling plain v0.2.3 |
660 | 2024-12-16T17:57:37.684Z | Compiling pest_derive v2.7.10 |
661 | 2024-12-16T17:57:37.718Z | Checking want v0.3.1 |
662 | 2024-12-16T17:57:37.763Z | Compiling goblin v0.8.2 |
663 | 2024-12-16T17:57:38.025Z | Checking rand v0.8.5 |
664 | 2024-12-16T17:57:38.149Z | Compiling strum_macros v0.26.2 |
665 | 2024-12-16T17:57:38.518Z | Checking httpdate v1.0.3 |
666 | 2024-12-16T17:57:38.685Z | Checking base64 v0.22.1 |
667 | 2024-12-16T17:57:38.868Z | Compiling pretty-hex v0.4.1 |
668 | 2024-12-16T17:57:38.994Z | Compiling dtrace-parser v0.2.0 |
669 | 2024-12-16T17:57:39.051Z | Checking idna v0.5.0 |
670 | 2024-12-16T17:57:39.109Z | Checking bytes v1.7.2 |
671 | 2024-12-16T17:57:39.756Z | Checking bitflags v2.6.0 |
672 | 2024-12-16T17:57:39.839Z | Checking tokio v1.39.3 |
673 | 2024-12-16T17:57:40.409Z | Compiling indexmap v2.5.0 |
674 | 2024-12-16T17:57:40.461Z | Checking chrono v0.4.38 |
675 | 2024-12-16T17:57:40.463Z | Checking uuid v1.10.0 |
676 | 2024-12-16T17:57:41.357Z | Compiling serde_tokenstream v0.2.2 |
677 | 2024-12-16T17:57:41.872Z | Compiling http v1.1.0 |
678 | 2024-12-16T17:57:42.767Z | Compiling openapiv3 v2.0.0 |
679 | 2024-12-16T17:57:43.429Z | Checking http-body v1.0.1 |
680 | 2024-12-16T17:57:43.621Z | Compiling dof v0.3.0 |
681 | 2024-12-16T17:57:43.782Z | Compiling omicron-workspace-hack v0.1.0 |
682 | 2024-12-16T17:57:43.835Z | Checking tower-service v0.3.2 |
683 | 2024-12-16T17:57:43.954Z | Compiling unsafe-libyaml v0.2.11 |
684 | 2024-12-16T17:57:44.134Z | Checking rustls-webpki v0.102.4 |
685 | 2024-12-16T17:57:44.856Z | Compiling strsim v0.11.1 |
686 | 2024-12-16T17:57:44.961Z | Checking cpufeatures v0.2.12 |
687 | 2024-12-16T17:57:45.083Z | Compiling toml_datetime v0.6.8 |
688 | 2024-12-16T17:57:45.478Z | Compiling serde_yaml v0.9.34+deprecated |
689 | 2024-12-16T17:57:45.499Z | Checking url v2.5.0 |
690 | 2024-12-16T17:57:45.679Z | Compiling async-trait v0.1.83 |
691 | 2024-12-16T17:57:45.716Z | Checking block-buffer v0.10.4 |
692 | 2024-12-16T17:57:45.897Z | Compiling typify-impl v0.2.0 |
693 | 2024-12-16T17:57:46.125Z | Checking tokio-util v0.7.11 |
694 | 2024-12-16T17:57:46.241Z | Compiling rustls v0.22.4 |
695 | 2024-12-16T17:57:46.574Z | Checking foreign-types-shared v0.1.1 |
696 | 2024-12-16T17:57:46.645Z | Checking digest v0.10.7 |
697 | 2024-12-16T17:57:46.669Z | Checking foreign-types v0.3.2 |
698 | 2024-12-16T17:57:46.756Z | Checking http-body-util v0.1.2 |
699 | 2024-12-16T17:57:46.876Z | Checking h2 v0.4.6 |
700 | 2024-12-16T17:57:47.141Z | Checking encoding_rs v0.8.34 |
701 | 2024-12-16T17:57:47.795Z | Compiling crossbeam-utils v0.8.19 |
702 | 2024-12-16T17:57:47.995Z | Compiling ident_case v1.0.1 |
703 | 2024-12-16T17:57:48.162Z | Checking mime v0.3.17 |
704 | 2024-12-16T17:57:48.428Z | Compiling slog-async v2.8.0 |
705 | 2024-12-16T17:57:48.448Z | Compiling paste v1.0.15 |
706 | 2024-12-16T17:57:48.525Z | Compiling darling_core v0.20.9 |
707 | 2024-12-16T17:57:48.991Z | Compiling usdt-macro v0.5.0 |
708 | 2024-12-16T17:57:49.030Z | Compiling usdt-attr-macro v0.5.0 |
709 | 2024-12-16T17:57:49.361Z | Checking rustls-pemfile v2.1.3 |
710 | 2024-12-16T17:57:49.942Z | Checking serde_urlencoded v0.7.1 |
711 | 2024-12-16T17:57:50.423Z | Compiling multer v3.1.0 |
712 | 2024-12-16T17:57:50.563Z | Compiling rustix v0.38.34 |
713 | 2024-12-16T17:57:50.706Z | Checking openssl-probe v0.1.5 |
714 | 2024-12-16T17:57:50.867Z | Checking hyper v1.4.1 |
715 | 2024-12-16T17:57:52.461Z | Compiling async-stream-impl v0.3.5 |
716 | 2024-12-16T17:57:52.746Z | Checking hyper-util v0.1.9 |
717 | 2024-12-16T17:57:53.799Z | Checking errno v0.3.9 |
718 | 2024-12-16T17:57:53.921Z | Compiling darling_macro v0.20.9 |
719 | 2024-12-16T17:57:53.953Z | Checking ipnet v2.9.0 |
720 | 2024-12-16T17:57:54.382Z | Checking powerfmt v0.2.0 |
721 | 2024-12-16T17:57:54.402Z | Checking tokio-native-tls v0.3.1 |
722 | 2024-12-16T17:57:54.621Z | Checking serde_spanned v0.6.7 |
723 | 2024-12-16T17:57:54.624Z | Checking deranged v0.3.11 |
724 | 2024-12-16T17:57:54.903Z | Compiling darling v0.20.9 |
725 | 2024-12-16T17:57:55.009Z | Checking futures-executor v0.3.30 |
726 | 2024-12-16T17:57:55.231Z | Checking webpki-roots v0.26.3 |
727 | 2024-12-16T17:57:55.896Z | Checking is-terminal v0.4.12 |
728 | 2024-12-16T17:57:55.976Z | Checking tokio-rustls v0.26.0 |
729 | 2024-12-16T17:57:56.010Z | Compiling dropshot v0.12.0 |
730 | 2024-12-16T17:57:56.240Z | Checking num_threads v0.1.7 |
731 | 2024-12-16T17:57:56.311Z | Checking hyper-rustls v0.27.3 |
732 | 2024-12-16T17:57:56.340Z | Checking futures v0.3.30 |
733 | 2024-12-16T17:57:56.340Z | Compiling serde_with_macros v3.9.0 |
734 | 2024-12-16T17:57:56.384Z | Checking time v0.3.36 |
735 | 2024-12-16T17:57:56.452Z | Checking hyper-tls v0.6.0 |
736 | 2024-12-16T17:57:56.579Z | Checking sha1 v0.10.6 |
737 | 2024-12-16T17:57:56.713Z | Checking strum v0.26.2 |
738 | 2024-12-16T17:57:56.832Z | Compiling dropshot_endpoint v0.12.0 |
739 | 2024-12-16T17:57:57.045Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-12-16T17:57:57.292Z | Checking sync_wrapper v1.0.1 |
741 | 2024-12-16T17:57:57.493Z | Compiling typify-macro v0.2.0 |
742 | 2024-12-16T17:57:58.621Z | Checking reqwest v0.12.7 |
743 | 2024-12-16T17:57:59.442Z | Compiling structmeta v0.3.0 |
744 | 2024-12-16T17:57:59.593Z | Checking dirs-sys-next v0.1.2 |
745 | 2024-12-16T17:57:59.859Z | Checking match_cfg v0.1.0 |
746 | 2024-12-16T17:57:59.951Z | Checking winnow v0.6.18 |
747 | 2024-12-16T17:58:00.393Z | Checking progenitor-client v0.8.0 |
748 | 2024-12-16T17:58:00.667Z | Checking hostname v0.3.1 |
749 | 2024-12-16T17:58:00.789Z | Compiling parse-display-derive v0.10.0 |
750 | 2024-12-16T17:58:00.888Z | Checking dirs-next v2.0.0 |
751 | 2024-12-16T17:58:00.976Z | Compiling typify v0.2.0 |
752 | 2024-12-16T17:58:01.099Z | Compiling progenitor-impl v0.8.0 |
753 | 2024-12-16T17:58:02.607Z | Checking ipnetwork v0.20.0 |
754 | 2024-12-16T17:58:02.630Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
755 | 2024-12-16T17:58:02.928Z | Checking thread_local v1.1.8 |
756 | 2024-12-16T17:58:03.440Z | Checking term v0.7.0 |
757 | 2024-12-16T17:58:03.536Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-12-16T17:58:03.803Z | Checking memmap v0.7.0 |
759 | 2024-12-16T17:58:03.996Z | Checking take_mut v0.2.2 |
760 | 2024-12-16T17:58:04.151Z | Checking usdt v0.5.0 |
761 | 2024-12-16T17:58:04.343Z | Checking slog-term v2.9.1 |
762 | 2024-12-16T17:58:04.384Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
763 | 2024-12-16T17:58:04.433Z | Checking toml_edit v0.22.20 |
764 | 2024-12-16T17:58:05.039Z | Checking slog-json v2.6.1 |
765 | 2024-12-16T17:58:05.612Z | Compiling winnow v0.5.40 |
766 | 2024-12-16T17:58:06.511Z | Checking debug-ignore v1.0.5 |
767 | 2024-12-16T17:58:06.993Z | Compiling progenitor-macro v0.8.0 |
768 | 2024-12-16T17:58:07.111Z | Checking toml v0.8.19 |
769 | 2024-12-16T17:58:07.781Z | Checking slog-bunyan v2.5.0 |
770 | 2024-12-16T17:58:07.867Z | Checking async-stream v0.3.5 |
771 | 2024-12-16T17:58:08.248Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-12-16T17:58:08.251Z | Checking waitgroup v0.1.2 |
773 | 2024-12-16T17:58:08.434Z | Checking tokio-rustls v0.25.0 |
774 | 2024-12-16T17:58:08.775Z | Compiling toml_edit v0.19.15 |
775 | 2024-12-16T17:58:08.797Z | Checking hostname v0.4.0 |
776 | 2024-12-16T17:58:09.077Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
777 | 2024-12-16T17:58:09.097Z | Checking serde_with v3.9.0 |
778 | 2024-12-16T17:58:09.235Z | Checking newtype-uuid v1.1.0 |
779 | 2024-12-16T17:58:09.397Z | Compiling clap_derive v4.5.4 |
780 | 2024-12-16T17:58:09.578Z | Checking utf8parse v0.2.1 |
781 | 2024-12-16T17:58:10.088Z | Checking unicode-width v0.1.14 |
782 | 2024-12-16T17:58:10.609Z | Checking anstyle-parse v0.2.4 |
783 | 2024-12-16T17:58:10.969Z | Checking hex v0.4.3 |
784 | 2024-12-16T17:58:11.442Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-12-16T17:58:12.185Z | Checking instant v0.1.12 |
786 | 2024-12-16T17:58:12.297Z | Checking is_terminal_polyfill v1.70.0 |
787 | 2024-12-16T17:58:12.355Z | Checking anstyle-query v1.0.3 |
788 | 2024-12-16T17:58:12.403Z | Checking lazy_static v1.5.0 |
789 | 2024-12-16T17:58:12.521Z | Checking anstyle v1.0.7 |
790 | 2024-12-16T17:58:12.607Z | Checking colorchoice v1.0.1 |
791 | 2024-12-16T17:58:12.740Z | Checking backoff v0.4.0 |
792 | 2024-12-16T17:58:12.863Z | Checking anstream v0.6.14 |
793 | 2024-12-16T17:58:13.024Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-12-16T17:58:13.157Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-12-16T17:58:13.207Z | Checking parse-display v0.10.0 |
796 | 2024-12-16T17:58:13.230Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-12-16T17:58:13.365Z | Checking terminal_size v0.3.0 |
798 | 2024-12-16T17:58:13.530Z | Checking macaddr v1.0.1 |
799 | 2024-12-16T17:58:13.578Z | Checking regress v0.9.1 |
800 | 2024-12-16T17:58:14.136Z | Checking num-integer v0.1.46 |
801 | 2024-12-16T17:58:14.415Z | Checking clap_lex v0.7.0 |
802 | 2024-12-16T17:58:14.483Z | Compiling unicode-xid v0.2.4 |
803 | 2024-12-16T17:58:14.651Z | Compiling crucible-workspace-hack v0.1.0 |
804 | 2024-12-16T17:58:14.671Z | Checking clap_builder v4.5.2 |
805 | 2024-12-16T17:58:16.727Z | Compiling heapless v0.8.0 |
806 | 2024-12-16T17:58:17.550Z | Checking clap v4.5.4 |
807 | 2024-12-16T17:58:17.900Z | Checking num-bigint v0.4.5 |
808 | 2024-12-16T17:58:18.037Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-12-16T17:58:19.075Z | Checking hash32 v0.3.1 |
810 | 2024-12-16T17:58:19.259Z | Checking bitflags v1.3.2 |
811 | 2024-12-16T17:58:19.312Z | Compiling smoltcp v0.11.0 |
812 | 2024-12-16T17:58:19.350Z | Checking either v1.13.0 |
813 | 2024-12-16T17:58:19.798Z | Checking progenitor v0.8.0 |
814 | 2024-12-16T17:58:19.916Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
815 | 2024-12-16T17:58:19.959Z | Checking fastrand v2.1.0 |
816 | 2024-12-16T17:58:19.981Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
817 | 2024-12-16T17:58:20.162Z | Checking stable_deref_trait v1.2.0 |
818 | 2024-12-16T17:58:20.224Z | Checking num_enum v0.5.11 |
819 | 2024-12-16T17:58:20.246Z | Checking tempfile v3.10.1 |
820 | 2024-12-16T17:58:20.267Z | Checking num-rational v0.4.2 |
821 | 2024-12-16T17:58:20.456Z | Compiling synstructure v0.12.6 |
822 | 2024-12-16T17:58:20.585Z | Checking num-iter v0.1.45 |
823 | 2024-12-16T17:58:20.785Z | Checking num-complex v0.4.6 |
824 | 2024-12-16T17:58:20.919Z | Compiling proc-macro-error-attr v1.0.4 |
825 | 2024-12-16T17:58:20.941Z | Checking cobs v0.2.3 |
826 | 2024-12-16T17:58:21.140Z | Checking managed v0.8.0 |
827 | 2024-12-16T17:58:21.286Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
828 | 2024-12-16T17:58:21.445Z | Checking postcard v1.0.9 |
829 | 2024-12-16T17:58:21.639Z | Checking num v0.4.3 |
830 | 2024-12-16T17:58:21.681Z | Compiling zerocopy-derive v0.2.0 |
831 | 2024-12-16T17:58:22.210Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-12-16T17:58:22.325Z | Compiling libz-sys v1.1.16 |
833 | 2024-12-16T17:58:23.003Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
834 | 2024-12-16T17:58:23.247Z | Compiling proc-macro-error v1.0.4 |
835 | 2024-12-16T17:58:23.389Z | Checking pretty-hex v0.2.1 |
836 | 2024-12-16T17:58:23.496Z | Checking foreign-types-shared v0.3.1 |
837 | 2024-12-16T17:58:23.548Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
838 | 2024-12-16T17:58:24.214Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
839 | 2024-12-16T17:58:24.400Z | Checking foreign-types v0.5.0 |
840 | 2024-12-16T17:58:24.537Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
841 | 2024-12-16T17:58:25.462Z | Checking tabwriter v1.4.0 |
842 | 2024-12-16T17:58:25.703Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
843 | 2024-12-16T17:58:25.923Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
844 | 2024-12-16T17:58:26.669Z | Checking cstr-argument v0.1.2 |
845 | 2024-12-16T17:58:26.693Z | Checking data-encoding v2.6.0 |
846 | 2024-12-16T17:58:27.053Z | Compiling prettyplease v0.2.22 |
847 | 2024-12-16T17:58:27.180Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
848 | 2024-12-16T17:58:27.677Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-12-16T17:58:27.975Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-12-16T17:58:28.744Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-12-16T17:58:29.124Z | Checking colored v2.1.0 |
852 | 2024-12-16T17:58:29.988Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-12-16T17:58:30.722Z | Compiling semver v0.1.20 |
854 | 2024-12-16T17:58:30.888Z | Checking float-ord v0.3.2 |
855 | 2024-12-16T17:58:30.989Z | Checking static_assertions v1.1.0 |
856 | 2024-12-16T17:58:31.192Z | Checking unicode-segmentation v1.11.0 |
857 | 2024-12-16T17:58:31.305Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
858 | 2024-12-16T17:58:31.356Z | Checking is_ci v1.2.0 |
859 | 2024-12-16T17:58:31.555Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2024-12-16T17:58:31.848Z | Checking newline-converter v0.3.0 |
861 | 2024-12-16T17:58:32.000Z | Compiling rustc_version v0.1.7 |
862 | 2024-12-16T17:58:33.168Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-12-16T17:58:34.195Z | Checking camino-tempfile v1.1.1 |
864 | 2024-12-16T17:58:34.290Z | Checking itertools v0.10.5 |
865 | 2024-12-16T17:58:34.468Z | Checking console v0.15.8 |
866 | 2024-12-16T17:58:34.944Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
867 | 2024-12-16T17:58:35.123Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
868 | 2024-12-16T17:58:35.876Z | Compiling num-derive v0.4.2 |
869 | 2024-12-16T17:58:37.263Z | Checking sigpipe v0.1.3 |
870 | 2024-12-16T17:58:37.373Z | Compiling usdt-impl v0.3.5 |
871 | 2024-12-16T17:58:37.825Z | Checking base64ct v1.6.0 |
872 | 2024-12-16T17:58:38.191Z | Checking similar v2.5.0 |
873 | 2024-12-16T17:58:38.266Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
874 | 2024-12-16T17:58:38.443Z | Compiling owo-colors v4.1.0 |
875 | 2024-12-16T17:58:38.658Z | Checking password-hash v0.5.0 |
876 | 2024-12-16T17:58:38.855Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
877 | 2024-12-16T17:58:38.881Z | Checking expectorate v1.1.0 |
878 | 2024-12-16T17:58:39.124Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-12-16T17:58:39.291Z | Checking zone v0.3.0 |
880 | 2024-12-16T17:58:39.334Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-12-16T17:58:39.373Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-12-16T17:58:39.587Z | Compiling newtype_derive v0.1.6 |
883 | 2024-12-16T17:58:39.666Z | Checking supports-color v3.0.1 |
884 | 2024-12-16T17:58:39.847Z | Checking supports-color v2.1.0 |
885 | 2024-12-16T17:58:39.970Z | Compiling zerocopy v0.3.2 |
886 | 2024-12-16T17:58:39.993Z | Checking blake2 v0.10.6 |
887 | 2024-12-16T17:58:40.016Z | Compiling cargo-platform v0.1.8 |
888 | 2024-12-16T17:58:40.038Z | Checking smf v0.2.3 |
889 | 2024-12-16T17:58:40.046Z | Compiling hubpack_derive v0.1.1 |
890 | 2024-12-16T17:58:40.439Z | Compiling serde_repr v0.1.19 |
891 | 2024-12-16T17:58:40.500Z | Compiling zerocopy-derive v0.6.6 |
892 | 2024-12-16T17:58:40.503Z | Compiling vergen v8.3.2 |
893 | 2024-12-16T17:58:40.722Z | Checking base64 v0.21.7 |
894 | 2024-12-16T17:58:40.938Z | Checking fixedbitset v0.4.2 |
895 | 2024-12-16T17:58:41.118Z | Compiling cancel-safe-futures v0.1.5 |
896 | 2024-12-16T17:58:41.220Z | Checking whoami v1.5.1 |
897 | 2024-12-16T17:58:41.240Z | Checking petgraph v0.6.5 |
898 | 2024-12-16T17:58:41.572Z | Checking hubpack v0.1.2 |
899 | 2024-12-16T17:58:41.639Z | Checking argon2 v0.5.3 |
900 | 2024-12-16T17:58:41.845Z | Compiling dof v0.1.5 |
901 | 2024-12-16T17:58:42.290Z | Checking zerocopy v0.6.6 |
902 | 2024-12-16T17:58:42.324Z | Compiling cargo_metadata v0.18.1 |
903 | 2024-12-16T17:58:43.893Z | Compiling rustc_version v0.4.0 |
904 | 2024-12-16T17:58:44.039Z | Checking serde-big-array v0.5.1 |
905 | 2024-12-16T17:58:44.242Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-12-16T17:58:44.245Z | Compiling strum_macros v0.25.3 |
907 | 2024-12-16T17:58:44.477Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-12-16T17:58:45.040Z | Compiling slog-dtrace v0.3.0 |
909 | 2024-12-16T17:58:45.071Z | Compiling cookie v0.18.1 |
910 | 2024-12-16T17:58:45.451Z | Compiling rustls v0.21.12 |
911 | 2024-12-16T17:58:45.472Z | Compiling convert_case v0.4.0 |
912 | 2024-12-16T17:58:45.502Z | Compiling cfg_aliases v0.2.1 |
913 | 2024-12-16T17:58:45.604Z | Compiling nix v0.29.0 |
914 | 2024-12-16T17:58:45.977Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-12-16T17:58:46.144Z | Compiling derive_more v0.99.18 |
916 | 2024-12-16T17:58:46.281Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
917 | 2024-12-16T17:58:46.531Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-12-16T17:58:47.124Z | Checking atomicwrites v0.4.4 |
919 | 2024-12-16T17:58:47.318Z | Checking itertools v0.13.0 |
920 | 2024-12-16T17:58:47.340Z | Checking libsw v3.3.1 |
921 | 2024-12-16T17:58:47.439Z | Checking rustls-webpki v0.101.7 |
922 | 2024-12-16T17:58:47.586Z | Checking sct v0.7.1 |
923 | 2024-12-16T17:58:47.652Z | Compiling serde_tokenstream v0.1.7 |
924 | 2024-12-16T17:58:47.788Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
925 | 2024-12-16T17:58:47.813Z | Checking idna v0.4.0 |
926 | 2024-12-16T17:58:48.095Z | Compiling enum-as-inner v0.6.0 |
927 | 2024-12-16T17:58:48.165Z | Compiling derive-where v1.2.7 |
928 | 2024-12-16T17:58:48.802Z | Checking inout v0.1.3 |
929 | 2024-12-16T17:58:49.010Z | Compiling radium v0.7.0 |
930 | 2024-12-16T17:58:49.252Z | Checking quick-error v1.2.3 |
931 | 2024-12-16T17:58:49.425Z | Checking utf-8 v0.7.6 |
932 | 2024-12-16T17:58:49.533Z | Checking swrite v0.1.0 |
933 | 2024-12-16T17:58:49.641Z | Checking indent_write v2.2.0 |
934 | 2024-12-16T17:58:49.666Z | Checking highway v1.2.0 |
935 | 2024-12-16T17:58:49.809Z | Checking linked-hash-map v0.5.6 |
936 | 2024-12-16T17:58:49.849Z | Checking linear-map v1.2.0 |
937 | 2024-12-16T17:58:50.126Z | Checking lru-cache v0.1.2 |
938 | 2024-12-16T17:58:50.153Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2024-12-16T17:58:50.370Z | Checking tungstenite v0.21.0 |
940 | 2024-12-16T17:58:51.280Z | Checking resolv-conf v0.7.0 |
941 | 2024-12-16T17:58:51.333Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2024-12-16T17:58:51.565Z | Checking hickory-proto v0.24.1 |
943 | 2024-12-16T17:58:51.631Z | Checking cipher v0.4.4 |
944 | 2024-12-16T17:58:52.289Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-12-16T17:58:53.004Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-12-16T17:58:54.326Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-12-16T17:58:55.172Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-12-16T17:58:55.393Z | Checking steno v0.4.1 |
949 | 2024-12-16T17:58:57.136Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-12-16T17:58:57.201Z | Checking crossbeam-epoch v0.9.18 |
951 | 2024-12-16T17:58:57.461Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
952 | 2024-12-16T17:58:57.644Z | Checking hashlink v0.9.1 |
953 | 2024-12-16T17:58:57.739Z | Checking humantime v2.1.0 |
954 | 2024-12-16T17:58:57.759Z | Checking fallible-iterator v0.3.0 |
955 | 2024-12-16T17:58:57.993Z | Checking tap v1.0.1 |
956 | 2024-12-16T17:58:58.049Z | Compiling rayon-core v1.12.1 |
957 | 2024-12-16T17:58:58.161Z | Checking fallible-streaming-iterator v0.1.9 |
958 | 2024-12-16T17:58:58.189Z | Checking wyz v0.5.1 |
959 | 2024-12-16T17:58:58.305Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
960 | 2024-12-16T17:58:58.375Z | Checking crossbeam-deque v0.8.5 |
961 | 2024-12-16T17:58:58.400Z | Checking rusqlite v0.32.1 |
962 | 2024-12-16T17:58:58.530Z | Checking hickory-resolver v0.24.1 |
963 | 2024-12-16T17:58:58.722Z | Checking tokio-rustls v0.24.1 |
964 | 2024-12-16T17:58:59.082Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-12-16T17:58:59.322Z | Compiling usdt-macro v0.3.5 |
966 | 2024-12-16T17:58:59.562Z | Compiling usdt-attr-macro v0.3.5 |
967 | 2024-12-16T17:58:59.953Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-12-16T17:59:00.007Z | Checking twox-hash v1.6.3 |
969 | 2024-12-16T17:59:00.167Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
970 | 2024-12-16T17:59:00.531Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-12-16T17:59:00.729Z | Checking universal-hash v0.5.1 |
972 | 2024-12-16T17:59:00.770Z | Checking atty v0.2.14 |
973 | 2024-12-16T17:59:00.833Z | Checking funty v2.0.0 |
974 | 2024-12-16T17:59:00.917Z | Checking opaque-debug v0.3.1 |
975 | 2024-12-16T17:59:01.025Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-12-16T17:59:01.160Z | Checking usdt v0.3.5 |
977 | 2024-12-16T17:59:01.382Z | Checking polyval v0.6.2 |
978 | 2024-12-16T17:59:01.481Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2024-12-16T17:59:01.665Z | Checking bitvec v1.0.1 |
980 | 2024-12-16T17:59:02.330Z | Checking aes v0.8.4 |
981 | 2024-12-16T17:59:02.332Z | Checking ctr v0.9.2 |
982 | 2024-12-16T17:59:02.639Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
983 | 2024-12-16T17:59:03.039Z | Checking num_enum v0.7.2 |
984 | 2024-12-16T17:59:03.093Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
985 | 2024-12-16T17:59:03.194Z | Checking bincode v1.3.3 |
986 | 2024-12-16T17:59:03.219Z | Checking aead v0.5.2 |
987 | 2024-12-16T17:59:03.442Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
988 | 2024-12-16T17:59:03.596Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
989 | 2024-12-16T17:59:03.651Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
990 | 2024-12-16T17:59:03.832Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
991 | 2024-12-16T17:59:03.887Z | Checking aes-gcm-siv v0.11.1 |
992 | 2024-12-16T17:59:04.023Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
993 | 2024-12-16T17:59:04.047Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
994 | 2024-12-16T17:59:04.103Z | Checking rayon v1.10.0 |
995 | 2024-12-16T17:59:04.387Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
996 | 2024-12-16T17:59:04.434Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
997 | 2024-12-16T17:59:04.615Z | Compiling bitstruct_derive v0.1.0 |
998 | 2024-12-16T17:59:04.805Z | Compiling async-recursion v1.1.1 |
999 | 2024-12-16T17:59:05.532Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1000 | 2024-12-16T17:59:06.017Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1001 | 2024-12-16T17:59:06.141Z | Compiling cfg_aliases v0.1.1 |
1002 | 2024-12-16T17:59:06.165Z | Checking ringbuffer v0.15.0 |
1003 | 2024-12-16T17:59:06.253Z | Checking ascii v1.1.0 |
1004 | 2024-12-16T17:59:06.336Z | Checking typeid v1.0.0 |
1005 | 2024-12-16T17:59:06.444Z | Checking toml v0.7.8 |
1006 | 2024-12-16T17:59:06.473Z | Checking erased-serde v0.4.5 |
1007 | 2024-12-16T17:59:06.534Z | Compiling nix v0.28.0 |
1008 | 2024-12-16T17:59:06.633Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1009 | 2024-12-16T17:59:06.946Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1010 | 2024-12-16T17:59:07.140Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1011 | 2024-12-16T17:59:07.328Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1012 | 2024-12-16T17:59:07.352Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1013 | 2024-12-16T17:59:07.514Z | Checking bitstruct v0.1.1 |
1014 | 2024-12-16T17:59:07.561Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1015 | 2024-12-16T17:59:07.587Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1016 | 2024-12-16T17:59:07.632Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1017 | 2024-12-16T17:59:07.735Z | Checking serde_arrays v0.1.0 |
1018 | 2024-12-16T17:59:07.755Z | Checking libloading v0.7.4 |
1019 | 2024-12-16T17:59:07.913Z | Compiling const_format_proc_macros v0.2.32 |
1020 | 2024-12-16T17:59:07.945Z | Checking kstat-rs v0.2.4 |
1021 | 2024-12-16T17:59:07.986Z | Compiling escargot v0.5.10 |
1022 | 2024-12-16T17:59:08.115Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1023 | 2024-12-16T17:59:08.298Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2024-12-16T17:59:08.501Z | Checking ron v0.8.1 |
1025 | 2024-12-16T17:59:08.703Z | Checking xattr v1.3.1 |
1026 | 2024-12-16T17:59:09.235Z | Checking filetime v0.2.23 |
1027 | 2024-12-16T17:59:09.238Z | Checking bstr v1.9.1 |
1028 | 2024-12-16T17:59:09.449Z | Checking bit_field v0.10.2 |
1029 | 2024-12-16T17:59:09.632Z | Checking ctrlc v3.4.4 |
1030 | 2024-12-16T17:59:09.703Z | Checking tar v0.4.40 |
1031 | 2024-12-16T17:59:09.728Z | Checking const_format v0.2.32 |
1032 | 2024-12-16T17:59:10.065Z | Checking globset v0.4.14 |
1033 | 2024-12-16T17:59:10.231Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1034 | 2024-12-16T17:59:10.615Z | Checking fatfs v0.3.6 |
1035 | 2024-12-16T17:59:10.670Z | Checking glob v0.3.1 |
1036 | 2024-12-16T17:59:12.622Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1037 | 2024-12-16T17:59:13.503Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1038 | 2024-12-16T17:59:13.998Z | Compiling git2 v0.19.0 |
1039 | 2024-12-16T17:59:14.738Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1040 | 2024-12-16T17:59:18.352Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1041 | 2024-12-16T17:59:19.712Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2024-12-16T17:59:26.861Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1043 | 2024-12-16T17:59:32.407Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1044 | 2024-12-16T17:59:41.106Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1045 | 2024-12-16T17:59:41.108Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1046 | 2024-12-16T17:59:47.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s |
1047 | 2024-12-16T17:59:48.133Z | |
1048 | 2024-12-16T17:59:48.134Z | real 2:51.549568167 |
1049 | 2024-12-16T17:59:48.134Z | user 13:01.421783215 |
1050 | 2024-12-16T17:59:48.134Z | sys 2:11.867323501 |
1051 | 2024-12-16T17:59:48.134Z | trap 0.419607078 |
1052 | 2024-12-16T17:59:48.134Z | tflt 9.703493444 |
1053 | 2024-12-16T17:59:48.134Z | dflt 7.132810105 |
1054 | 2024-12-16T17:59:48.134Z | kflt 0.020594843 |
1055 | 2024-12-16T17:59:48.134Z | lock 15:07.735527736 |
1056 | 2024-12-16T17:59:48.134Z | slp 51:21.182735188 |
1057 | 2024-12-16T17:59:48.137Z | lat 52.315413104 |
1058 | 2024-12-16T17:59:48.137Z | stop 3:19.079032273 |
1059 | 2024-12-16T17:59:48.137Z | + ptime -m cargo clippy --features falcon --all-targets |
1060 | 2024-12-16T17:59:48.656Z | Downloading crates ... |
1061 | 2024-12-16T17:59:48.852Z | Downloaded downcast v0.11.0 |
1062 | 2024-12-16T17:59:48.865Z | Downloaded arc-swap v1.7.1 |
1063 | 2024-12-16T17:59:48.868Z | Downloaded crc32fast v1.4.0 |
1064 | 2024-12-16T17:59:48.876Z | Downloaded termtree v0.4.1 |
1065 | 2024-12-16T17:59:48.880Z | Downloaded fragile v2.0.0 |
1066 | 2024-12-16T17:59:48.883Z | Downloaded simd-adler32 v0.3.7 |
1067 | 2024-12-16T17:59:48.886Z | Downloaded slog-envlogger v2.2.0 |
1068 | 2024-12-16T17:59:48.888Z | Downloaded predicates-tree v1.0.9 |
1069 | 2024-12-16T17:59:48.888Z | Downloaded predicates-core v1.0.6 |
1070 | 2024-12-16T17:59:48.891Z | Downloaded predicates v3.1.0 |
1071 | 2024-12-16T17:59:48.894Z | Downloaded slog-stdlog v4.1.1 |
1072 | 2024-12-16T17:59:48.894Z | Downloaded serde_test v1.0.176 |
1073 | 2024-12-16T17:59:48.896Z | Downloaded fdeflate v0.3.4 |
1074 | 2024-12-16T17:59:48.896Z | Downloaded mockall v0.12.1 |
1075 | 2024-12-16T17:59:48.898Z | Downloaded slog-scope v4.4.0 |
1076 | 2024-12-16T17:59:48.901Z | Downloaded mockall_derive v0.12.1 |
1077 | 2024-12-16T17:59:48.903Z | Downloaded bytemuck v1.16.0 |
1078 | 2024-12-16T17:59:48.906Z | Downloaded miniz_oxide v0.7.2 |
1079 | 2024-12-16T17:59:48.910Z | Downloaded flate2 v1.0.30 |
1080 | 2024-12-16T17:59:48.916Z | Downloaded png v0.17.13 |
1081 | 2024-12-16T17:59:49.572Z | Downloaded image v0.25.1 |
1082 | 2024-12-16T17:59:49.878Z | Checking log v0.4.22 |
1083 | 2024-12-16T17:59:49.880Z | Checking tokio v1.39.3 |
1084 | 2024-12-16T17:59:49.924Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1085 | 2024-12-16T17:59:49.934Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1086 | 2024-12-16T17:59:49.937Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1087 | 2024-12-16T17:59:49.937Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1088 | 2024-12-16T17:59:49.967Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1089 | 2024-12-16T17:59:49.969Z | Compiling crc32fast v1.4.0 |
1090 | 2024-12-16T17:59:50.116Z | Checking simd-adler32 v0.3.7 |
1091 | 2024-12-16T17:59:50.131Z | Checking native-tls v0.2.11 |
1092 | 2024-12-16T17:59:50.153Z | Checking goblin v0.8.2 |
1093 | 2024-12-16T17:59:50.192Z | Checking typify-impl v0.2.0 |
1094 | 2024-12-16T17:59:50.338Z | Checking rustls v0.22.4 |
1095 | 2024-12-16T17:59:50.396Z | Checking tungstenite v0.21.0 |
1096 | 2024-12-16T17:59:50.437Z | Checking rustls v0.21.12 |
1097 | 2024-12-16T17:59:50.474Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1098 | 2024-12-16T17:59:50.488Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1099 | 2024-12-16T17:59:50.824Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1100 | 2024-12-16T17:59:51.046Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1101 | 2024-12-16T17:59:51.230Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1102 | 2024-12-16T17:59:51.308Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1103 | 2024-12-16T17:59:51.639Z | Checking adler v1.0.2 |
1104 | 2024-12-16T17:59:51.787Z | Checking miniz_oxide v0.7.2 |
1105 | 2024-12-16T17:59:51.971Z | Checking arc-swap v1.7.1 |
1106 | 2024-12-16T17:59:52.341Z | Checking slog-scope v4.4.0 |
1107 | 2024-12-16T17:59:52.513Z | Checking flate2 v1.0.30 |
1108 | 2024-12-16T17:59:52.527Z | Checking fdeflate v0.3.4 |
1109 | 2024-12-16T17:59:52.563Z | Checking typify v0.2.0 |
1110 | 2024-12-16T17:59:52.680Z | Checking progenitor-impl v0.8.0 |
1111 | 2024-12-16T17:59:53.013Z | Checking slog-stdlog v4.1.1 |
1112 | 2024-12-16T17:59:53.110Z | Checking png v0.17.13 |
1113 | 2024-12-16T17:59:53.161Z | Checking predicates-core v1.0.6 |
1114 | 2024-12-16T17:59:53.203Z | Checking bytemuck v1.16.0 |
1115 | 2024-12-16T17:59:53.322Z | Checking slog-envlogger v2.2.0 |
1116 | 2024-12-16T17:59:53.498Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1117 | 2024-12-16T17:59:53.517Z | Checking termtree v0.4.1 |
1118 | 2024-12-16T17:59:53.586Z | Checking predicates v3.1.0 |
1119 | 2024-12-16T17:59:53.699Z | Checking predicates-tree v1.0.9 |
1120 | 2024-12-16T17:59:53.839Z | Compiling mockall_derive v0.12.1 |
1121 | 2024-12-16T17:59:54.070Z | Checking wait-timeout v0.2.0 |
1122 | 2024-12-16T17:59:54.200Z | Checking image v0.25.1 |
1123 | 2024-12-16T17:59:54.228Z | Checking bit-vec v0.6.3 |
1124 | 2024-12-16T17:59:54.240Z | Checking downcast v0.11.0 |
1125 | 2024-12-16T17:59:54.418Z | Checking fragile v2.0.0 |
1126 | 2024-12-16T17:59:54.565Z | Checking bit-set v0.5.3 |
1127 | 2024-12-16T17:59:55.570Z | Checking rusty-fork v0.3.0 |
1128 | 2024-12-16T17:59:55.573Z | Checking globset v0.4.14 |
1129 | 2024-12-16T17:59:55.573Z | Checking escargot v0.5.10 |
1130 | 2024-12-16T17:59:55.573Z | Checking fatfs v0.3.6 |
1131 | 2024-12-16T17:59:55.573Z | Checking dof v0.3.0 |
1132 | 2024-12-16T17:59:55.573Z | Checking rand_xorshift v0.3.0 |
1133 | 2024-12-16T17:59:55.573Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1134 | 2024-12-16T17:59:55.573Z | Checking unarray v0.1.4 |
1135 | 2024-12-16T17:59:55.574Z | Checking proptest v1.5.0 |
1136 | 2024-12-16T17:59:55.574Z | Checking usdt-impl v0.5.0 |
1137 | 2024-12-16T17:59:55.724Z | Checking serde_test v1.0.176 |
1138 | 2024-12-16T17:59:55.772Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1139 | 2024-12-16T17:59:55.949Z | Checking usdt v0.5.0 |
1140 | 2024-12-16T17:59:56.173Z | Checking slog-dtrace v0.3.0 |
1141 | 2024-12-16T17:59:56.237Z | Checking tokio-util v0.7.11 |
1142 | 2024-12-16T17:59:56.419Z | Checking tokio-native-tls v0.3.1 |
1143 | 2024-12-16T17:59:56.555Z | Checking tokio-rustls v0.26.0 |
1144 | 2024-12-16T17:59:56.647Z | Checking tokio-rustls v0.25.0 |
1145 | 2024-12-16T17:59:56.690Z | Checking backoff v0.4.0 |
1146 | 2024-12-16T17:59:56.906Z | Checking tokio-tungstenite v0.21.0 |
1147 | 2024-12-16T17:59:56.945Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1148 | 2024-12-16T17:59:56.978Z | Checking zone v0.3.0 |
1149 | 2024-12-16T17:59:56.992Z | Checking h2 v0.4.6 |
1150 | 2024-12-16T17:59:57.181Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1151 | 2024-12-16T17:59:57.195Z | Checking libsw v3.3.1 |
1152 | 2024-12-16T17:59:57.272Z | Checking cancel-safe-futures v0.1.5 |
1153 | 2024-12-16T17:59:57.314Z | Checking steno v0.4.1 |
1154 | 2024-12-16T17:59:57.428Z | Checking hickory-proto v0.24.1 |
1155 | 2024-12-16T17:59:57.643Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1156 | 2024-12-16T17:59:57.704Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1157 | 2024-12-16T17:59:58.656Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1158 | 2024-12-16T17:59:58.877Z | Checking tokio-rustls v0.24.1 |
1159 | 2024-12-16T17:59:58.904Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1160 | 2024-12-16T17:59:59.162Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1161 | 2024-12-16T18:00:00.317Z | Checking mockall v0.12.1 |
1162 | 2024-12-16T18:00:00.837Z | Checking hickory-resolver v0.24.1 |
1163 | 2024-12-16T18:00:00.952Z | Checking hyper v1.4.1 |
1164 | 2024-12-16T18:00:02.175Z | Checking hyper-util v0.1.9 |
1165 | 2024-12-16T18:00:03.120Z | Checking hyper-tls v0.6.0 |
1166 | 2024-12-16T18:00:03.120Z | Checking hyper-rustls v0.27.3 |
1167 | 2024-12-16T18:00:03.122Z | Checking dropshot v0.12.0 |
1168 | 2024-12-16T18:00:03.324Z | Checking reqwest v0.12.7 |
1169 | 2024-12-16T18:00:04.314Z | Checking progenitor-client v0.8.0 |
1170 | 2024-12-16T18:00:04.501Z | Checking progenitor v0.8.0 |
1171 | 2024-12-16T18:00:04.615Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1172 | 2024-12-16T18:00:04.617Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-12-16T18:00:04.618Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-12-16T18:00:04.618Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1175 | 2024-12-16T18:00:05.375Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1176 | 2024-12-16T18:00:06.296Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1177 | 2024-12-16T18:00:08.576Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-12-16T18:00:09.977Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1179 | 2024-12-16T18:00:14.536Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-12-16T18:00:14.536Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-12-16T18:00:14.539Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-12-16T18:00:14.539Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-12-16T18:00:16.135Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-12-16T18:00:16.508Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-12-16T18:00:16.511Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-12-16T18:00:16.511Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-12-16T18:00:17.122Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-12-16T18:00:17.338Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-12-16T18:00:17.400Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1190 | 2024-12-16T18:00:25.976Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1191 | 2024-12-16T18:00:31.137Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1192 | 2024-12-16T18:00:31.772Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1193 | 2024-12-16T18:00:35.317Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1194 | 2024-12-16T18:00:48.364Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1195 | 2024-12-16T18:00:48.364Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1196 | 2024-12-16T18:00:56.566Z | warning: unnecessary closure used to substitute value for `Option::None` |
1197 | 2024-12-16T18:00:56.566Z | --> bin/propolis-server/src/lib/stats/virtual_machine.rs:188:24 |
1198 | 2024-12-16T18:00:56.566Z | | |
1199 | 2024-12-16T18:00:56.566Z | 188 | let instance = kstats |
1200 | 2024-12-16T18:00:56.566Z | | ________________________^ |
1201 | 2024-12-16T18:00:56.566Z | 189 | | .iter() |
1202 | 2024-12-16T18:00:56.566Z | 190 | | .find_map(|(_, kstat, data)| { |
1203 | 2024-12-16T18:00:56.566Z | 191 | | kstat_instance_from_instance_id(kstat, data, &self.vm_name) |
1204 | 2024-12-16T18:00:56.566Z | 192 | | }) |
1205 | 2024-12-16T18:00:56.566Z | 193 | | .ok_or_else(|| Error::NoSuchKstat)?; |
1206 | 2024-12-16T18:00:56.567Z | | |______________________________________________^ |
1207 | 2024-12-16T18:00:56.567Z | | |
1208 | 2024-12-16T18:00:56.567Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations |
1209 | 2024-12-16T18:00:56.567Z | = note: `#[warn(clippy::unnecessary_lazy_evaluations)]` on by default |
1210 | 2024-12-16T18:00:56.567Z | help: use `ok_or` instead |
1211 | 2024-12-16T18:00:56.567Z | | |
1212 | 2024-12-16T18:00:56.567Z | 193 | .ok_or(Error::NoSuchKstat)?; |
1213 | 2024-12-16T18:00:56.567Z | | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
1214 | 2024-12-16T18:00:56.567Z | |
1215 | 2024-12-16T18:00:57.505Z | warning: `propolis-server` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis-server` to apply 1 suggestion) |
1216 | 2024-12-16T18:00:58.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
1217 | 2024-12-16T18:00:58.831Z | |
1218 | 2024-12-16T18:00:58.831Z | real 1:10.685661336 |
1219 | 2024-12-16T18:00:58.831Z | user 3:04.241656736 |
1220 | 2024-12-16T18:00:58.831Z | sys 22.036514568 |
1221 | 2024-12-16T18:00:58.831Z | trap 0.072366702 |
1222 | 2024-12-16T18:00:58.831Z | tflt 0.183429508 |
1223 | 2024-12-16T18:00:58.831Z | dflt 0.021951190 |
1224 | 2024-12-16T18:00:58.834Z | kflt 0.000029846 |
1225 | 2024-12-16T18:00:58.834Z | lock 4:09.700540058 |
1226 | 2024-12-16T18:00:58.834Z | slp 9:52.333387439 |
1227 | 2024-12-16T18:00:58.834Z | lat 5.555499162 |
1228 | 2024-12-16T18:00:58.834Z | stop 13.522832868 |
1229 | 2024-12-16T18:00:58.834Z | + banner build |
1230 | 2024-12-16T18:00:58.834Z | |
1231 | 2024-12-16T18:00:58.834Z | ##### # # # # ##### |
1232 | 2024-12-16T18:00:58.834Z | # # # # # # # # |
1233 | 2024-12-16T18:00:58.834Z | ##### # # # # # # |
1234 | 2024-12-16T18:00:58.834Z | # # # # # # # # |
1235 | 2024-12-16T18:00:58.834Z | # # # # # # # # |
1236 | 2024-12-16T18:00:58.834Z | ##### #### # ###### ##### |
1237 | 2024-12-16T18:00:58.834Z | |
1238 | 2024-12-16T18:00:58.834Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1239 | 2024-12-16T18:00:59.616Z | Compiling proc-macro2 v1.0.86 |
1240 | 2024-12-16T18:00:59.616Z | Compiling unicode-ident v1.0.13 |
1241 | 2024-12-16T18:00:59.616Z | Compiling libc v0.2.159 |
1242 | 2024-12-16T18:00:59.619Z | Compiling serde v1.0.210 |
1243 | 2024-12-16T18:00:59.619Z | Compiling version_check v0.9.5 |
1244 | 2024-12-16T18:00:59.619Z | Compiling once_cell v1.19.0 |
1245 | 2024-12-16T18:00:59.619Z | Compiling autocfg v1.3.0 |
1246 | 2024-12-16T18:00:59.619Z | Compiling cfg-if v1.0.0 |
1247 | 2024-12-16T18:00:59.783Z | Compiling thiserror v1.0.64 |
1248 | 2024-12-16T18:00:59.826Z | Compiling memchr v2.7.2 |
1249 | 2024-12-16T18:01:00.054Z | Compiling libm v0.2.8 |
1250 | 2024-12-16T18:01:00.233Z | Compiling ahash v0.8.11 |
1251 | 2024-12-16T18:01:00.283Z | Compiling byteorder v1.5.0 |
1252 | 2024-12-16T18:01:00.314Z | Compiling itoa v1.0.11 |
1253 | 2024-12-16T18:01:00.529Z | Compiling lock_api v0.4.12 |
1254 | 2024-12-16T18:01:00.609Z | Compiling parking_lot_core v0.9.10 |
1255 | 2024-12-16T18:01:00.972Z | Compiling ryu v1.0.18 |
1256 | 2024-12-16T18:01:01.138Z | Compiling serde_json v1.0.128 |
1257 | 2024-12-16T18:01:01.222Z | Compiling slab v0.4.9 |
1258 | 2024-12-16T18:01:01.366Z | Compiling quote v1.0.37 |
1259 | 2024-12-16T18:01:01.480Z | Compiling jobserver v0.1.31 |
1260 | 2024-12-16T18:01:01.574Z | Compiling getrandom v0.2.14 |
1261 | 2024-12-16T18:01:01.697Z | Compiling syn v2.0.77 |
1262 | 2024-12-16T18:01:01.787Z | Compiling pkg-config v0.3.30 |
1263 | 2024-12-16T18:01:01.834Z | Compiling cc v1.0.97 |
1264 | 2024-12-16T18:01:01.925Z | Compiling schemars v0.8.21 |
1265 | 2024-12-16T18:01:01.955Z | Compiling vcpkg v0.2.15 |
1266 | 2024-12-16T18:01:02.040Z | Compiling allocator-api2 v0.2.18 |
1267 | 2024-12-16T18:01:02.479Z | Compiling pin-project-lite v0.2.14 |
1268 | 2024-12-16T18:01:02.673Z | Compiling num-traits v0.2.19 |
1269 | 2024-12-16T18:01:02.776Z | Compiling log v0.4.22 |
1270 | 2024-12-16T18:01:02.795Z | Compiling smallvec v1.13.2 |
1271 | 2024-12-16T18:01:03.237Z | Compiling equivalent v1.0.1 |
1272 | 2024-12-16T18:01:03.259Z | Compiling scopeguard v1.2.0 |
1273 | 2024-12-16T18:01:03.342Z | Compiling typenum v1.17.0 |
1274 | 2024-12-16T18:01:03.399Z | Compiling mio v1.0.2 |
1275 | 2024-12-16T18:01:03.411Z | Compiling socket2 v0.5.7 |
1276 | 2024-12-16T18:01:04.041Z | Compiling parking_lot v0.12.2 |
1277 | 2024-12-16T18:01:04.302Z | Compiling signal-hook-registry v1.4.2 |
1278 | 2024-12-16T18:01:04.793Z | Compiling ring v0.17.8 |
1279 | 2024-12-16T18:01:05.005Z | Compiling httparse v1.8.0 |
1280 | 2024-12-16T18:01:05.093Z | Compiling generic-array v0.14.7 |
1281 | 2024-12-16T18:01:05.464Z | Compiling fnv v1.0.7 |
1282 | 2024-12-16T18:01:05.581Z | Compiling futures-core v0.3.30 |
1283 | 2024-12-16T18:01:05.816Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-16T18:01:05.820Z | Compiling iana-time-zone v0.1.60 |
1285 | 2024-12-16T18:01:05.889Z | Compiling rand_core v0.6.4 |
1286 | 2024-12-16T18:01:05.988Z | Compiling slog v2.7.0 |
1287 | 2024-12-16T18:01:06.073Z | Compiling semver v1.0.23 |
1288 | 2024-12-16T18:01:06.202Z | Compiling futures-sink v0.3.30 |
1289 | 2024-12-16T18:01:06.331Z | Compiling ucd-trie v0.1.6 |
1290 | 2024-12-16T18:01:06.478Z | Compiling dyn-clone v1.0.17 |
1291 | 2024-12-16T18:01:06.578Z | Compiling subtle v2.5.0 |
1292 | 2024-12-16T18:01:06.797Z | Compiling heck v0.5.0 |
1293 | 2024-12-16T18:01:06.828Z | Compiling futures-channel v0.3.30 |
1294 | 2024-12-16T18:01:06.841Z | Compiling rustversion v1.0.17 |
1295 | 2024-12-16T18:01:06.843Z | Compiling futures-task v0.3.30 |
1296 | 2024-12-16T18:01:06.865Z | Compiling futures-io v0.3.30 |
1297 | 2024-12-16T18:01:06.868Z | Compiling pin-utils v0.1.0 |
1298 | 2024-12-16T18:01:06.961Z | Compiling openssl v0.10.66 |
1299 | 2024-12-16T18:01:07.154Z | Compiling syn v1.0.109 |
1300 | 2024-12-16T18:01:07.465Z | Compiling aho-corasick v1.1.3 |
1301 | 2024-12-16T18:01:07.887Z | Compiling native-tls v0.2.11 |
1302 | 2024-12-16T18:01:08.176Z | Compiling serde_derive_internals v0.29.1 |
1303 | 2024-12-16T18:01:08.264Z | Compiling heck v0.4.1 |
1304 | 2024-12-16T18:01:08.798Z | Compiling regex-syntax v0.8.4 |
1305 | 2024-12-16T18:01:08.822Z | Compiling rustls v0.23.10 |
1306 | 2024-12-16T18:01:10.295Z | Compiling spin v0.9.8 |
1307 | 2024-12-16T18:01:10.541Z | Compiling untrusted v0.9.0 |
1308 | 2024-12-16T18:01:10.734Z | Compiling num-conv v0.1.0 |
1309 | 2024-12-16T18:01:10.997Z | Compiling time-core v0.1.2 |
1310 | 2024-12-16T18:01:11.160Z | Compiling anyhow v1.0.89 |
1311 | 2024-12-16T18:01:11.266Z | Compiling time-macros v0.2.18 |
1312 | 2024-12-16T18:01:11.741Z | Compiling tracing-core v0.1.32 |
1313 | 2024-12-16T18:01:12.140Z | Compiling crypto-common v0.1.6 |
1314 | 2024-12-16T18:01:12.353Z | Compiling regex-automata v0.4.6 |
1315 | 2024-12-16T18:01:12.554Z | Compiling serde_derive v1.0.210 |
1316 | 2024-12-16T18:01:13.576Z | Compiling zerocopy-derive v0.7.34 |
1317 | 2024-12-16T18:01:13.883Z | Compiling thiserror-impl v1.0.64 |
1318 | 2024-12-16T18:01:14.045Z | Compiling tokio-macros v2.4.0 |
1319 | 2024-12-16T18:01:14.087Z | Compiling schemars_derive v0.8.21 |
1320 | 2024-12-16T18:01:15.483Z | Compiling futures-macro v0.3.30 |
1321 | 2024-12-16T18:01:15.497Z | Compiling zerocopy v0.7.34 |
1322 | 2024-12-16T18:01:16.884Z | Compiling pest v2.7.10 |
1323 | 2024-12-16T18:01:17.154Z | Compiling hashbrown v0.14.5 |
1324 | 2024-12-16T18:01:17.254Z | Compiling futures-util v0.3.30 |
1325 | 2024-12-16T18:01:18.203Z | Compiling openssl-macros v0.1.1 |
1326 | 2024-12-16T18:01:18.295Z | Compiling regex v1.10.6 |
1327 | 2024-12-16T18:01:19.003Z | Compiling scroll_derive v0.12.0 |
1328 | 2024-12-16T18:01:19.036Z | Compiling tracing-attributes v0.1.27 |
1329 | 2024-12-16T18:01:19.067Z | Compiling thread-id v4.2.1 |
1330 | 2024-12-16T18:01:19.907Z | Compiling pest_meta v2.7.10 |
1331 | 2024-12-16T18:01:20.158Z | Compiling regress v0.10.1 |
1332 | 2024-12-16T18:01:20.452Z | Compiling percent-encoding v2.3.1 |
1333 | 2024-12-16T18:01:20.938Z | Compiling rustls-pki-types v1.7.0 |
1334 | 2024-12-16T18:01:21.995Z | Compiling pest_generator v2.7.10 |
1335 | 2024-12-16T18:01:22.161Z | Compiling tracing v0.1.40 |
1336 | 2024-12-16T18:01:22.848Z | Compiling form_urlencoded v1.2.1 |
1337 | 2024-12-16T18:01:22.906Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2024-12-16T18:01:23.006Z | Compiling camino v1.1.9 |
1339 | 2024-12-16T18:01:23.426Z | Compiling tinyvec v1.6.0 |
1340 | 2024-12-16T18:01:23.623Z | Compiling usdt-impl v0.5.0 |
1341 | 2024-12-16T18:01:23.699Z | Compiling zeroize v1.7.0 |
1342 | 2024-12-16T18:01:23.746Z | Compiling pest_derive v2.7.10 |
1343 | 2024-12-16T18:01:24.025Z | Compiling atomic-waker v1.1.2 |
1344 | 2024-12-16T18:01:24.037Z | Compiling ppv-lite86 v0.2.17 |
1345 | 2024-12-16T18:01:24.667Z | Compiling bytes v1.7.2 |
1346 | 2024-12-16T18:01:24.724Z | Compiling uuid v1.10.0 |
1347 | 2024-12-16T18:01:25.159Z | Compiling indexmap v2.5.0 |
1348 | 2024-12-16T18:01:25.219Z | Compiling chrono v0.4.38 |
1349 | 2024-12-16T18:01:25.959Z | Compiling tokio v1.39.3 |
1350 | 2024-12-16T18:01:26.171Z | Compiling serde_tokenstream v0.2.2 |
1351 | 2024-12-16T18:01:26.460Z | Compiling bitflags v2.6.0 |
1352 | 2024-12-16T18:01:26.929Z | Compiling http v1.1.0 |
1353 | 2024-12-16T18:01:28.044Z | Compiling unicode-normalization v0.1.23 |
1354 | 2024-12-16T18:01:28.959Z | Compiling rand_chacha v0.3.1 |
1355 | 2024-12-16T18:01:30.271Z | Compiling http-body v1.0.1 |
1356 | 2024-12-16T18:01:30.406Z | Compiling rustls-webpki v0.102.4 |
1357 | 2024-12-16T18:01:30.523Z | Compiling scroll v0.12.0 |
1358 | 2024-12-16T18:01:31.015Z | Compiling try-lock v0.2.5 |
1359 | 2024-12-16T18:01:31.177Z | Compiling typify-impl v0.2.0 |
1360 | 2024-12-16T18:01:32.109Z | Compiling unicode-bidi v0.3.15 |
1361 | 2024-12-16T18:01:32.346Z | Compiling plain v0.2.3 |
1362 | 2024-12-16T18:01:32.493Z | Compiling goblin v0.8.2 |
1363 | 2024-12-16T18:01:33.552Z | Compiling want v0.3.1 |
1364 | 2024-12-16T18:01:33.834Z | Compiling rand v0.8.5 |
1365 | 2024-12-16T18:01:34.747Z | Compiling tokio-util v0.7.11 |
1366 | 2024-12-16T18:01:34.781Z | Compiling openapiv3 v2.0.0 |
1367 | 2024-12-16T18:01:35.377Z | Compiling strum_macros v0.26.2 |
1368 | 2024-12-16T18:01:36.604Z | Compiling h2 v0.4.6 |
1369 | 2024-12-16T18:01:38.558Z | Compiling httpdate v1.0.3 |
1370 | 2024-12-16T18:01:38.626Z | Compiling pretty-hex v0.4.1 |
1371 | 2024-12-16T18:01:38.813Z | Compiling omicron-workspace-hack v0.1.0 |
1372 | 2024-12-16T18:01:39.194Z | Compiling base64 v0.22.1 |
1373 | 2024-12-16T18:01:39.293Z | Compiling dof v0.3.0 |
1374 | 2024-12-16T18:01:39.488Z | Compiling idna v0.5.0 |
1375 | 2024-12-16T18:01:40.270Z | Compiling dtrace-parser v0.2.0 |
1376 | 2024-12-16T18:01:40.775Z | Compiling cpufeatures v0.2.12 |
1377 | 2024-12-16T18:01:40.869Z | Compiling strsim v0.11.1 |
1378 | 2024-12-16T18:01:40.905Z | Compiling tower-service v0.3.2 |
1379 | 2024-12-16T18:01:41.024Z | Compiling unsafe-libyaml v0.2.11 |
1380 | 2024-12-16T18:01:41.444Z | Compiling rustls v0.22.4 |
1381 | 2024-12-16T18:01:41.530Z | Compiling typify-macro v0.2.0 |
1382 | 2024-12-16T18:01:41.803Z | Compiling hyper v1.4.1 |
1383 | 2024-12-16T18:01:42.671Z | Compiling serde_yaml v0.9.34+deprecated |
1384 | 2024-12-16T18:01:42.933Z | Compiling url v2.5.0 |
1385 | 2024-12-16T18:01:43.417Z | Compiling toml_datetime v0.6.8 |
1386 | 2024-12-16T18:01:43.811Z | Compiling async-trait v0.1.83 |
1387 | 2024-12-16T18:01:45.131Z | Compiling typify v0.2.0 |
1388 | 2024-12-16T18:01:45.254Z | Compiling progenitor-impl v0.8.0 |
1389 | 2024-12-16T18:01:45.867Z | Compiling hyper-util v0.1.9 |
1390 | 2024-12-16T18:01:46.038Z | Compiling block-buffer v0.10.4 |
1391 | 2024-12-16T18:01:46.265Z | Compiling slog-async v2.8.0 |
1392 | 2024-12-16T18:01:48.128Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2024-12-16T18:01:48.239Z | Compiling foreign-types v0.3.2 |
1394 | 2024-12-16T18:01:48.354Z | Compiling digest v0.10.7 |
1395 | 2024-12-16T18:01:49.846Z | Compiling http-body-util v0.1.2 |
1396 | 2024-12-16T18:01:50.051Z | Compiling multer v3.1.0 |
1397 | 2024-12-16T18:01:50.376Z | Compiling encoding_rs v0.8.34 |
1398 | 2024-12-16T18:01:50.431Z | Compiling mime v0.3.17 |
1399 | 2024-12-16T18:01:50.679Z | Compiling paste v1.0.15 |
1400 | 2024-12-16T18:01:51.056Z | Compiling crossbeam-utils v0.8.19 |
1401 | 2024-12-16T18:01:51.077Z | Compiling progenitor-macro v0.8.0 |
1402 | 2024-12-16T18:01:51.185Z | Compiling ident_case v1.0.1 |
1403 | 2024-12-16T18:01:51.346Z | Compiling darling_core v0.20.9 |
1404 | 2024-12-16T18:01:51.614Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2024-12-16T18:01:51.687Z | Compiling usdt-macro v0.5.0 |
1406 | 2024-12-16T18:01:52.089Z | Compiling rustls-pemfile v2.1.3 |
1407 | 2024-12-16T18:01:52.810Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2024-12-16T18:01:53.282Z | Compiling openssl-probe v0.1.5 |
1409 | 2024-12-16T18:01:56.237Z | Compiling async-stream-impl v0.3.5 |
1410 | 2024-12-16T18:01:56.703Z | Compiling darling_macro v0.20.9 |
1411 | 2024-12-16T18:01:58.618Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-16T18:02:01.793Z | Compiling powerfmt v0.2.0 |
1413 | 2024-12-16T18:02:01.844Z | Compiling ipnet v2.9.0 |
1414 | 2024-12-16T18:02:02.276Z | Compiling deranged v0.3.11 |
1415 | 2024-12-16T18:02:04.190Z | Compiling tokio-rustls v0.26.0 |
1416 | 2024-12-16T18:02:04.672Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-16T18:02:04.982Z | Compiling darling v0.20.9 |
1418 | 2024-12-16T18:02:05.844Z | Compiling serde_spanned v0.6.7 |
1419 | 2024-12-16T18:02:06.189Z | Compiling futures-executor v0.3.30 |
1420 | 2024-12-16T18:02:06.206Z | Compiling webpki-roots v0.26.3 |
1421 | 2024-12-16T18:02:08.361Z | Compiling num_threads v0.1.7 |
1422 | 2024-12-16T18:02:08.905Z | Compiling time v0.3.36 |
1423 | 2024-12-16T18:02:14.920Z | Compiling futures v0.3.30 |
1424 | 2024-12-16T18:02:15.030Z | Compiling hyper-rustls v0.27.3 |
1425 | 2024-12-16T18:02:15.591Z | Compiling serde_with_macros v3.9.0 |
1426 | 2024-12-16T18:02:16.263Z | Compiling hyper-tls v0.6.0 |
1427 | 2024-12-16T18:02:16.666Z | Compiling sha1 v0.10.6 |
1428 | 2024-12-16T18:02:17.484Z | Compiling strum v0.26.2 |
1429 | 2024-12-16T18:02:17.666Z | Compiling dropshot_endpoint v0.12.0 |
1430 | 2024-12-16T18:02:18.677Z | Compiling structmeta-derive v0.3.0 |
1431 | 2024-12-16T18:02:21.200Z | Compiling sync_wrapper v1.0.1 |
1432 | 2024-12-16T18:02:21.347Z | Compiling rustix v0.38.34 |
1433 | 2024-12-16T18:02:21.506Z | Compiling reqwest v0.12.7 |
1434 | 2024-12-16T18:02:22.114Z | Compiling structmeta v0.3.0 |
1435 | 2024-12-16T18:02:22.745Z | Compiling dirs-sys-next v0.1.2 |
1436 | 2024-12-16T18:02:22.974Z | Compiling errno v0.3.9 |
1437 | 2024-12-16T18:02:23.605Z | Compiling winnow v0.6.18 |
1438 | 2024-12-16T18:02:23.745Z | Compiling match_cfg v0.1.0 |
1439 | 2024-12-16T18:02:28.383Z | Compiling hostname v0.3.1 |
1440 | 2024-12-16T18:02:28.901Z | Compiling progenitor-client v0.8.0 |
1441 | 2024-12-16T18:02:31.118Z | Compiling dirs-next v2.0.0 |
1442 | 2024-12-16T18:02:33.118Z | Compiling parse-display-derive v0.10.0 |
1443 | 2024-12-16T18:02:33.902Z | Compiling ipnetwork v0.20.0 |
1444 | 2024-12-16T18:02:34.556Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1445 | 2024-12-16T18:02:35.414Z | Compiling thread_local v1.1.8 |
1446 | 2024-12-16T18:02:37.839Z | Compiling progenitor v0.8.0 |
1447 | 2024-12-16T18:02:37.927Z | Compiling term v0.7.0 |
1448 | 2024-12-16T18:02:39.018Z | Compiling crossbeam-channel v0.5.12 |
1449 | 2024-12-16T18:02:39.640Z | Compiling is-terminal v0.4.12 |
1450 | 2024-12-16T18:02:39.779Z | Compiling memmap v0.7.0 |
1451 | 2024-12-16T18:02:40.659Z | Compiling take_mut v0.2.2 |
1452 | 2024-12-16T18:02:42.588Z | Compiling usdt v0.5.0 |
1453 | 2024-12-16T18:02:43.571Z | Compiling slog-term v2.9.1 |
1454 | 2024-12-16T18:02:44.292Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1455 | 2024-12-16T18:02:45.033Z | Compiling toml_edit v0.22.20 |
1456 | 2024-12-16T18:02:45.140Z | Compiling slog-json v2.6.1 |
1457 | 2024-12-16T18:02:46.044Z | Compiling debug-ignore v1.0.5 |
1458 | 2024-12-16T18:02:46.111Z | Compiling winnow v0.5.40 |
1459 | 2024-12-16T18:02:47.116Z | Compiling slog-bunyan v2.5.0 |
1460 | 2024-12-16T18:02:49.431Z | Compiling toml_edit v0.19.15 |
1461 | 2024-12-16T18:02:49.474Z | Compiling toml v0.8.19 |
1462 | 2024-12-16T18:02:49.829Z | Compiling tokio-rustls v0.25.0 |
1463 | 2024-12-16T18:02:52.831Z | Compiling async-stream v0.3.5 |
1464 | 2024-12-16T18:02:53.335Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2024-12-16T18:02:54.285Z | Compiling waitgroup v0.1.2 |
1466 | 2024-12-16T18:02:54.501Z | Compiling hostname v0.4.0 |
1467 | 2024-12-16T18:02:59.159Z | Compiling proc-macro-crate v1.3.1 |
1468 | 2024-12-16T18:02:59.337Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1469 | 2024-12-16T18:02:59.934Z | Compiling serde_with v3.9.0 |
1470 | 2024-12-16T18:03:02.016Z | Compiling newtype-uuid v1.1.0 |
1471 | 2024-12-16T18:03:02.867Z | Compiling unicode-width v0.1.14 |
1472 | 2024-12-16T18:03:03.910Z | Compiling hex v0.4.3 |
1473 | 2024-12-16T18:03:04.614Z | Compiling clap_derive v4.5.4 |
1474 | 2024-12-16T18:03:04.739Z | Compiling instant v0.1.12 |
1475 | 2024-12-16T18:03:04.901Z | Compiling lazy_static v1.5.0 |
1476 | 2024-12-16T18:03:05.161Z | Compiling utf8parse v0.2.1 |
1477 | 2024-12-16T18:03:05.308Z | Compiling anstyle-parse v0.2.4 |
1478 | 2024-12-16T18:03:06.294Z | Compiling backoff v0.4.0 |
1479 | 2024-12-16T18:03:07.372Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1480 | 2024-12-16T18:03:07.543Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1481 | 2024-12-16T18:03:07.889Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1482 | 2024-12-16T18:03:08.073Z | Compiling parse-display v0.10.0 |
1483 | 2024-12-16T18:03:08.772Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1484 | 2024-12-16T18:03:08.918Z | Compiling macaddr v1.0.1 |
1485 | 2024-12-16T18:03:08.966Z | Compiling regress v0.9.1 |
1486 | 2024-12-16T18:03:09.801Z | Compiling num-integer v0.1.46 |
1487 | 2024-12-16T18:03:10.309Z | Compiling colorchoice v1.0.1 |
1488 | 2024-12-16T18:03:10.470Z | Compiling crucible-workspace-hack v0.1.0 |
1489 | 2024-12-16T18:03:10.840Z | Compiling anstyle v1.0.7 |
1490 | 2024-12-16T18:03:10.871Z | Compiling anstyle-query v1.0.3 |
1491 | 2024-12-16T18:03:11.007Z | Compiling is_terminal_polyfill v1.70.0 |
1492 | 2024-12-16T18:03:11.123Z | Compiling unicode-xid v0.2.4 |
1493 | 2024-12-16T18:03:11.297Z | Compiling anstream v0.6.14 |
1494 | 2024-12-16T18:03:13.034Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1495 | 2024-12-16T18:03:13.434Z | Compiling terminal_size v0.3.0 |
1496 | 2024-12-16T18:03:14.842Z | Compiling clap_lex v0.7.0 |
1497 | 2024-12-16T18:03:15.977Z | Compiling heapless v0.8.0 |
1498 | 2024-12-16T18:03:16.856Z | Compiling clap_builder v4.5.2 |
1499 | 2024-12-16T18:03:17.738Z | Compiling num-bigint v0.4.5 |
1500 | 2024-12-16T18:03:17.889Z | Compiling num_enum_derive v0.5.11 |
1501 | 2024-12-16T18:03:19.445Z | Compiling hash32 v0.3.1 |
1502 | 2024-12-16T18:03:19.700Z | Compiling smoltcp v0.11.0 |
1503 | 2024-12-16T18:03:20.100Z | Compiling either v1.13.0 |
1504 | 2024-12-16T18:03:20.321Z | Compiling fastrand v2.1.0 |
1505 | 2024-12-16T18:03:20.522Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1506 | 2024-12-16T18:03:20.929Z | Compiling stable_deref_trait v1.2.0 |
1507 | 2024-12-16T18:03:21.518Z | Compiling clap v4.5.4 |
1508 | 2024-12-16T18:03:21.653Z | Compiling tempfile v3.10.1 |
1509 | 2024-12-16T18:03:22.011Z | Compiling num-rational v0.4.2 |
1510 | 2024-12-16T18:03:22.628Z | Compiling num_enum v0.5.11 |
1511 | 2024-12-16T18:03:23.301Z | Compiling synstructure v0.12.6 |
1512 | 2024-12-16T18:03:23.564Z | Compiling num-iter v0.1.45 |
1513 | 2024-12-16T18:03:23.885Z | Compiling num-complex v0.4.6 |
1514 | 2024-12-16T18:03:24.623Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2024-12-16T18:03:25.008Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1516 | 2024-12-16T18:03:25.011Z | Compiling cobs v0.2.3 |
1517 | 2024-12-16T18:03:25.095Z | Compiling bitflags v1.3.2 |
1518 | 2024-12-16T18:03:25.143Z | Compiling managed v0.8.0 |
1519 | 2024-12-16T18:03:25.383Z | Compiling postcard v1.0.9 |
1520 | 2024-12-16T18:03:25.473Z | Compiling num v0.4.3 |
1521 | 2024-12-16T18:03:25.616Z | Compiling zerocopy-derive v0.2.0 |
1522 | 2024-12-16T18:03:26.274Z | Compiling foreign-types-macros v0.2.3 |
1523 | 2024-12-16T18:03:26.408Z | Compiling libz-sys v1.1.16 |
1524 | 2024-12-16T18:03:27.084Z | Compiling proc-macro-error v1.0.4 |
1525 | 2024-12-16T18:03:27.253Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-12-16T18:03:27.634Z | Compiling pretty-hex v0.2.1 |
1527 | 2024-12-16T18:03:27.841Z | Compiling prettyplease v0.2.22 |
1528 | 2024-12-16T18:03:28.212Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1529 | 2024-12-16T18:03:28.224Z | Compiling foreign-types-shared v0.3.1 |
1530 | 2024-12-16T18:03:28.342Z | Compiling foreign-types v0.5.0 |
1531 | 2024-12-16T18:03:28.827Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1532 | 2024-12-16T18:03:31.993Z | Compiling tabwriter v1.4.0 |
1533 | 2024-12-16T18:03:32.341Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1534 | 2024-12-16T18:03:32.543Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1535 | 2024-12-16T18:03:33.346Z | Compiling cstr-argument v0.1.2 |
1536 | 2024-12-16T18:03:33.491Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1537 | 2024-12-16T18:03:33.493Z | Compiling data-encoding v2.6.0 |
1538 | 2024-12-16T18:03:34.760Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1539 | 2024-12-16T18:03:35.576Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1540 | 2024-12-16T18:03:36.468Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-12-16T18:03:36.981Z | Compiling colored v2.1.0 |
1542 | 2024-12-16T18:03:37.935Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1543 | 2024-12-16T18:03:38.090Z | Compiling usdt-impl v0.3.5 |
1544 | 2024-12-16T18:03:38.161Z | Compiling static_assertions v1.1.0 |
1545 | 2024-12-16T18:03:38.395Z | Compiling semver v0.1.20 |
1546 | 2024-12-16T18:03:38.493Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1547 | 2024-12-16T18:03:38.514Z | Compiling float-ord v0.3.2 |
1548 | 2024-12-16T18:03:38.633Z | Compiling unicode-segmentation v1.11.0 |
1549 | 2024-12-16T18:03:38.675Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1550 | 2024-12-16T18:03:38.848Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1551 | 2024-12-16T18:03:38.862Z | Compiling rustc_version v0.1.7 |
1552 | 2024-12-16T18:03:39.772Z | Compiling newline-converter v0.3.0 |
1553 | 2024-12-16T18:03:41.447Z | Compiling zone_cfg_derive v0.3.0 |
1554 | 2024-12-16T18:03:43.141Z | Compiling camino-tempfile v1.1.1 |
1555 | 2024-12-16T18:03:43.823Z | Compiling itertools v0.10.5 |
1556 | 2024-12-16T18:03:44.316Z | Compiling console v0.15.8 |
1557 | 2024-12-16T18:03:46.859Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1558 | 2024-12-16T18:03:47.250Z | Compiling num-derive v0.4.2 |
1559 | 2024-12-16T18:03:48.382Z | Compiling sigpipe v0.1.3 |
1560 | 2024-12-16T18:03:48.435Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1561 | 2024-12-16T18:03:48.801Z | Compiling similar v2.5.0 |
1562 | 2024-12-16T18:03:48.863Z | Compiling base64ct v1.6.0 |
1563 | 2024-12-16T18:03:49.439Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1564 | 2024-12-16T18:03:49.501Z | Compiling password-hash v0.5.0 |
1565 | 2024-12-16T18:03:51.381Z | Compiling expectorate v1.1.0 |
1566 | 2024-12-16T18:03:51.537Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1567 | 2024-12-16T18:03:51.709Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1568 | 2024-12-16T18:03:52.221Z | Compiling zone v0.3.0 |
1569 | 2024-12-16T18:03:54.512Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1570 | 2024-12-16T18:03:54.811Z | Compiling newtype_derive v0.1.6 |
1571 | 2024-12-16T18:03:55.170Z | Compiling zerocopy v0.3.2 |
1572 | 2024-12-16T18:03:55.280Z | Compiling blake2 v0.10.6 |
1573 | 2024-12-16T18:03:55.659Z | Compiling cargo-platform v0.1.8 |
1574 | 2024-12-16T18:03:55.767Z | Compiling hubpack_derive v0.1.1 |
1575 | 2024-12-16T18:03:56.070Z | Compiling smf v0.2.3 |
1576 | 2024-12-16T18:03:56.362Z | Compiling serde_repr v0.1.19 |
1577 | 2024-12-16T18:03:56.653Z | Compiling zerocopy-derive v0.6.6 |
1578 | 2024-12-16T18:03:57.438Z | Compiling vergen v8.3.2 |
1579 | 2024-12-16T18:03:57.946Z | Compiling fixedbitset v0.4.2 |
1580 | 2024-12-16T18:03:58.087Z | Compiling base64 v0.21.7 |
1581 | 2024-12-16T18:03:58.309Z | Compiling whoami v1.5.1 |
1582 | 2024-12-16T18:03:58.480Z | Compiling cancel-safe-futures v0.1.5 |
1583 | 2024-12-16T18:03:58.542Z | Compiling owo-colors v4.1.0 |
1584 | 2024-12-16T18:03:58.862Z | Compiling zerocopy v0.6.6 |
1585 | 2024-12-16T18:03:58.902Z | Compiling petgraph v0.6.5 |
1586 | 2024-12-16T18:03:59.135Z | Compiling hubpack v0.1.2 |
1587 | 2024-12-16T18:03:59.186Z | Compiling cargo_metadata v0.18.1 |
1588 | 2024-12-16T18:03:59.569Z | Compiling argon2 v0.5.3 |
1589 | 2024-12-16T18:03:59.572Z | Compiling dof v0.1.5 |
1590 | 2024-12-16T18:04:02.031Z | Compiling rustc_version v0.4.0 |
1591 | 2024-12-16T18:04:02.047Z | Compiling dtrace-parser v0.1.14 |
1592 | 2024-12-16T18:04:02.547Z | Compiling serde-big-array v0.5.1 |
1593 | 2024-12-16T18:04:02.560Z | Compiling strum_macros v0.25.3 |
1594 | 2024-12-16T18:04:02.781Z | Compiling libsqlite3-sys v0.30.1 |
1595 | 2024-12-16T18:04:02.802Z | Compiling cookie v0.18.1 |
1596 | 2024-12-16T18:04:03.186Z | Compiling slog-dtrace v0.3.0 |
1597 | 2024-12-16T18:04:03.350Z | Compiling cfg_aliases v0.2.1 |
1598 | 2024-12-16T18:04:03.449Z | Compiling rustls v0.21.12 |
1599 | 2024-12-16T18:04:03.580Z | Compiling convert_case v0.4.0 |
1600 | 2024-12-16T18:04:03.905Z | Compiling nix v0.29.0 |
1601 | 2024-12-16T18:04:04.230Z | Compiling derive_more v0.99.18 |
1602 | 2024-12-16T18:04:05.406Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1603 | 2024-12-16T18:04:05.892Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1604 | 2024-12-16T18:04:05.902Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1605 | 2024-12-16T18:04:07.466Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1606 | 2024-12-16T18:04:08.287Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-12-16T18:04:09.355Z | Compiling atomicwrites v0.4.4 |
1608 | 2024-12-16T18:04:09.865Z | Compiling itertools v0.13.0 |
1609 | 2024-12-16T18:04:09.960Z | Compiling libsw v3.3.1 |
1610 | 2024-12-16T18:04:10.186Z | Compiling idna v0.4.0 |
1611 | 2024-12-16T18:04:10.270Z | Compiling serde_tokenstream v0.1.7 |
1612 | 2024-12-16T18:04:10.752Z | Compiling rustls-webpki v0.101.7 |
1613 | 2024-12-16T18:04:13.155Z | Compiling sct v0.7.1 |
1614 | 2024-12-16T18:04:13.577Z | Compiling derive-where v1.2.7 |
1615 | 2024-12-16T18:04:13.915Z | Compiling enum-as-inner v0.6.0 |
1616 | 2024-12-16T18:04:14.020Z | Compiling inout v0.1.3 |
1617 | 2024-12-16T18:04:14.219Z | Compiling linear-map v1.2.0 |
1618 | 2024-12-16T18:04:14.435Z | Compiling utf-8 v0.7.6 |
1619 | 2024-12-16T18:04:14.465Z | Compiling indent_write v2.2.0 |
1620 | 2024-12-16T18:04:14.591Z | Compiling highway v1.2.0 |
1621 | 2024-12-16T18:04:14.679Z | Compiling swrite v0.1.0 |
1622 | 2024-12-16T18:04:14.757Z | Compiling quick-error v1.2.3 |
1623 | 2024-12-16T18:04:14.807Z | Compiling radium v0.7.0 |
1624 | 2024-12-16T18:04:14.893Z | Compiling linked-hash-map v0.5.6 |
1625 | 2024-12-16T18:04:14.982Z | Compiling hickory-proto v0.24.1 |
1626 | 2024-12-16T18:04:15.239Z | Compiling lru-cache v0.1.2 |
1627 | 2024-12-16T18:04:15.319Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1628 | 2024-12-16T18:04:15.439Z | Compiling resolv-conf v0.7.0 |
1629 | 2024-12-16T18:04:15.943Z | Compiling tungstenite v0.21.0 |
1630 | 2024-12-16T18:04:16.592Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1631 | 2024-12-16T18:04:16.908Z | Compiling cipher v0.4.4 |
1632 | 2024-12-16T18:04:19.467Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1633 | 2024-12-16T18:04:20.726Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1634 | 2024-12-16T18:04:25.223Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1635 | 2024-12-16T18:04:26.395Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1636 | 2024-12-16T18:04:28.363Z | Compiling git2 v0.19.0 |
1637 | 2024-12-16T18:04:29.590Z | Compiling steno v0.4.1 |
1638 | 2024-12-16T18:04:34.503Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2024-12-16T18:04:34.819Z | Compiling crossbeam-epoch v0.9.18 |
1640 | 2024-12-16T18:04:35.710Z | Compiling hashlink v0.9.1 |
1641 | 2024-12-16T18:04:35.885Z | Compiling tap v1.0.1 |
1642 | 2024-12-16T18:04:36.066Z | Compiling fallible-streaming-iterator v0.1.9 |
1643 | 2024-12-16T18:04:36.203Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1644 | 2024-12-16T18:04:36.323Z | Compiling rayon-core v1.12.1 |
1645 | 2024-12-16T18:04:36.405Z | Compiling humantime v2.1.0 |
1646 | 2024-12-16T18:04:36.671Z | Compiling fallible-iterator v0.3.0 |
1647 | 2024-12-16T18:04:37.249Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1648 | 2024-12-16T18:04:37.376Z | Compiling rusqlite v0.32.1 |
1649 | 2024-12-16T18:04:39.116Z | Compiling wyz v0.5.1 |
1650 | 2024-12-16T18:04:39.522Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1651 | 2024-12-16T18:04:39.879Z | Compiling crossbeam-deque v0.8.5 |
1652 | 2024-12-16T18:04:42.055Z | Compiling tokio-rustls v0.24.1 |
1653 | 2024-12-16T18:04:42.068Z | Compiling hickory-resolver v0.24.1 |
1654 | 2024-12-16T18:04:42.210Z | Compiling tokio-tungstenite v0.21.0 |
1655 | 2024-12-16T18:04:42.773Z | Compiling usdt-attr-macro v0.3.5 |
1656 | 2024-12-16T18:04:42.942Z | Compiling usdt-macro v0.3.5 |
1657 | 2024-12-16T18:04:43.484Z | Compiling rustls-pemfile v1.0.4 |
1658 | 2024-12-16T18:04:44.174Z | Compiling twox-hash v1.6.3 |
1659 | 2024-12-16T18:04:44.189Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1660 | 2024-12-16T18:04:44.248Z | Compiling num_enum_derive v0.7.2 |
1661 | 2024-12-16T18:04:45.115Z | Compiling universal-hash v0.5.1 |
1662 | 2024-12-16T18:04:45.333Z | Compiling atty v0.2.14 |
1663 | 2024-12-16T18:04:45.483Z | Compiling funty v2.0.0 |
1664 | 2024-12-16T18:04:47.785Z | Compiling opaque-debug v0.3.1 |
1665 | 2024-12-16T18:04:47.884Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1666 | 2024-12-16T18:04:48.276Z | Compiling polyval v0.6.2 |
1667 | 2024-12-16T18:04:48.385Z | Compiling num_enum v0.7.2 |
1668 | 2024-12-16T18:04:48.570Z | Compiling bitvec v1.0.1 |
1669 | 2024-12-16T18:04:48.958Z | Compiling usdt v0.3.5 |
1670 | 2024-12-16T18:04:49.399Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1671 | 2024-12-16T18:04:53.765Z | Compiling aes v0.8.4 |
1672 | 2024-12-16T18:04:54.091Z | Compiling ctr v0.9.2 |
1673 | 2024-12-16T18:04:54.423Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1674 | 2024-12-16T18:04:54.865Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1675 | 2024-12-16T18:04:56.208Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1676 | 2024-12-16T18:04:58.826Z | Compiling bincode v1.3.3 |
1677 | 2024-12-16T18:04:59.206Z | Compiling aead v0.5.2 |
1678 | 2024-12-16T18:04:59.555Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1679 | 2024-12-16T18:04:59.740Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1680 | 2024-12-16T18:04:59.786Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1681 | 2024-12-16T18:05:00.094Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
1682 | 2024-12-16T18:05:00.189Z | Compiling aes-gcm-siv v0.11.1 |
1683 | 2024-12-16T18:05:00.465Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1684 | 2024-12-16T18:05:02.101Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1685 | 2024-12-16T18:05:02.609Z | Compiling toml v0.7.8 |
1686 | 2024-12-16T18:05:07.895Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1687 | 2024-12-16T18:05:09.008Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1688 | 2024-12-16T18:05:10.575Z | Compiling rayon v1.10.0 |
1689 | 2024-12-16T18:05:11.486Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1690 | 2024-12-16T18:05:11.840Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1691 | 2024-12-16T18:05:12.308Z | Compiling bitstruct_derive v0.1.0 |
1692 | 2024-12-16T18:05:12.319Z | Compiling async-recursion v1.1.1 |
1693 | 2024-12-16T18:05:13.644Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1694 | 2024-12-16T18:05:13.788Z | Compiling ascii v1.1.0 |
1695 | 2024-12-16T18:05:13.791Z | Compiling typeid v1.0.0 |
1696 | 2024-12-16T18:05:13.959Z | Compiling ringbuffer v0.15.0 |
1697 | 2024-12-16T18:05:14.517Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1698 | 2024-12-16T18:05:14.623Z | Compiling erased-serde v0.4.5 |
1699 | 2024-12-16T18:05:16.050Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1700 | 2024-12-16T18:05:16.115Z | Compiling bitstruct v0.1.1 |
1701 | 2024-12-16T18:05:16.254Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1702 | 2024-12-16T18:05:16.449Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1703 | 2024-12-16T18:05:16.531Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1704 | 2024-12-16T18:05:16.843Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1705 | 2024-12-16T18:05:16.988Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1706 | 2024-12-16T18:05:17.588Z | Compiling const_format_proc_macros v0.2.32 |
1707 | 2024-12-16T18:05:18.419Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1708 | 2024-12-16T18:05:19.537Z | Compiling serde_arrays v0.1.0 |
1709 | 2024-12-16T18:05:19.561Z | Compiling kstat-rs v0.2.4 |
1710 | 2024-12-16T18:05:19.734Z | Compiling libloading v0.7.4 |
1711 | 2024-12-16T18:05:20.175Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1712 | 2024-12-16T18:05:20.473Z | Compiling const_format v0.2.32 |
1713 | 2024-12-16T18:05:21.767Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1714 | 2024-12-16T18:05:22.492Z | Compiling ron v0.8.1 |
1715 | 2024-12-16T18:05:22.528Z | Compiling bit_field v0.10.2 |
1716 | 2024-12-16T18:05:22.796Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1717 | 2024-12-16T18:05:26.799Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1718 | 2024-12-16T18:05:38.909Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1719 | 2024-12-16T18:05:40.305Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1720 | 2024-12-16T18:06:44.118Z | Finished `release` profile [optimized] target(s) in 5m 45s |
1721 | 2024-12-16T18:06:44.264Z | |
1722 | 2024-12-16T18:06:44.264Z | real 5:45.379580484 |
1723 | 2024-12-16T18:06:44.264Z | user 41:25.144034922 |
1724 | 2024-12-16T18:06:44.264Z | sys 2:27.236824106 |
1725 | 2024-12-16T18:06:44.265Z | trap 1.235414263 |
1726 | 2024-12-16T18:06:44.265Z | tflt 2.459847680 |
1727 | 2024-12-16T18:06:44.265Z | dflt 1.358016303 |
1728 | 2024-12-16T18:06:44.265Z | kflt 0.019871736 |
1729 | 2024-12-16T18:06:44.267Z | lock 1:29:43.079552639 |
1730 | 2024-12-16T18:06:44.267Z | slp 2:28:10.210808704 |
1731 | 2024-12-16T18:06:44.267Z | lat 2:00.415489337 |
1732 | 2024-12-16T18:06:44.268Z | stop 2:08.424912492 |
1733 | 2024-12-16T18:06:44.268Z | + OUTDIR=/work/release |
1734 | 2024-12-16T18:06:44.268Z | + mkdir -p /work/release |
1735 | 2024-12-16T18:06:44.270Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1736 | 2024-12-16T18:06:44.285Z | + cp target/release/propolis-server /work/release/propolis-server |
1737 | 2024-12-16T18:06:44.353Z | process exited: duration 587959 ms, exit code 0 |
|
1738 | 2024-12-16T18:06:44.366Z | found 2 output files |
1739 | 2024-12-16T18:06:44.366Z | uploading: /work/release/propolis-cli (14457096 bytes) |
1740 | 2024-12-16T18:06:45.681Z | uploaded: /work/release/propolis-cli |
1741 | 2024-12-16T18:06:45.685Z | uploading: /work/release/propolis-server (58298544 bytes) |
1742 | 2024-12-16T18:06:47.628Z | uploaded: /work/release/propolis-server |