|
|
|
1 | 2025-02-10T17:13:47.832Z | job assigned to worker 01JKRDKA82DR42BWA8204XB3T1 [factory aws, i-0b47f489248ed9ea4] (queued for 48 s) |
|
2 | 2025-02-10T17:13:56.159Z | starting task 0: "setup" |
3 | 2025-02-10T17:13:56.166Z | ++ uname -s |
4 | 2025-02-10T17:13:56.169Z | + kern=SunOS |
5 | 2025-02-10T17:13:56.169Z | + build_user=build |
6 | 2025-02-10T17:13:56.169Z | + build_uid=12345 |
7 | 2025-02-10T17:13:56.169Z | + work_dir=/work |
8 | 2025-02-10T17:13:56.169Z | + input_dir=/input |
9 | 2025-02-10T17:13:56.169Z | + [[ 0 == 12345 ]] |
10 | 2025-02-10T17:13:56.169Z | + case "$kern" in |
11 | 2025-02-10T17:13:56.169Z | + groupadd -g 12345 build |
12 | 2025-02-10T17:13:56.172Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-10T17:13:58.180Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-10T17:13:58.310Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-10T17:13:58.312Z | + home_fs=zfs |
16 | 2025-02-10T17:13:58.312Z | + [[ zfs == autofs ]] |
17 | 2025-02-10T17:13:58.312Z | + mkdir -p /home/build |
18 | 2025-02-10T17:13:58.312Z | + chown build:build /home/build /work |
19 | 2025-02-10T17:14:00.315Z | + chmod 0700 /home/build /work |
20 | 2025-02-10T17:14:00.318Z | process exited: duration 4158 ms, exit code 0 |
|
21 | 2025-02-10T17:14:00.324Z | starting task 1: "rust-toolchain" |
22 | 2025-02-10T17:14:00.329Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-02-10T17:14:00.329Z | * rust toolchain channel = "stable" |
24 | 2025-02-10T17:14:00.329Z | * rust toolchain profile = "default" |
25 | 2025-02-10T17:14:00.329Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-10T17:14:00.329Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-10T17:14:00.329Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-10T17:14:00.332Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-10T17:14:00.332Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-02-10T17:14:00.495Z | info: downloading installer |
31 | 2025-02-10T17:14:01.837Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-10T17:14:01.837Z | warning: /opt/ooce/bin |
33 | 2025-02-10T17:14:01.837Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-10T17:14:01.837Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-10T17:14:01.837Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-10T17:14:01.837Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-10T17:14:01.837Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-10T17:14:01.837Z | error: cannot install while Rust is installed |
39 | 2025-02-10T17:14:01.837Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-10T17:14:01.868Z | info: profile set to 'default' |
41 | 2025-02-10T17:14:01.868Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-10T17:14:01.871Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-02-10T17:14:02.022Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-10T17:14:02.022Z | info: downloading component 'cargo' |
45 | 2025-02-10T17:14:02.896Z | info: downloading component 'clippy' |
46 | 2025-02-10T17:14:03.229Z | info: downloading component 'rust-docs' |
47 | 2025-02-10T17:14:04.424Z | info: downloading component 'rust-std' |
48 | 2025-02-10T17:14:06.357Z | info: downloading component 'rustc' |
49 | 2025-02-10T17:14:13.178Z | info: downloading component 'rustfmt' |
50 | 2025-02-10T17:14:13.432Z | info: installing component 'cargo' |
51 | 2025-02-10T17:14:14.272Z | info: installing component 'clippy' |
52 | 2025-02-10T17:14:14.653Z | info: installing component 'rust-docs' |
53 | 2025-02-10T17:14:16.311Z | info: installing component 'rust-std' |
54 | 2025-02-10T17:14:18.175Z | info: installing component 'rustc' |
55 | 2025-02-10T17:14:24.204Z | info: installing component 'rustfmt' |
56 | 2025-02-10T17:14:24.536Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-02-10T17:14:24.536Z | |
58 | 2025-02-10T17:14:24.930Z | stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-10T17:14:24.930Z | |
60 | 2025-02-10T17:14:24.933Z | |
61 | 2025-02-10T17:14:24.933Z | Rust is installed now. Great! |
62 | 2025-02-10T17:14:24.933Z | |
63 | 2025-02-10T17:14:24.933Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-10T17:14:24.933Z | environment variable. This has not been done automatically. |
65 | 2025-02-10T17:14:24.933Z | |
66 | 2025-02-10T17:14:24.933Z | To configure your current shell, you need to source |
67 | 2025-02-10T17:14:24.933Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-10T17:14:24.933Z | |
69 | 2025-02-10T17:14:24.933Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-10T17:14:24.933Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-10T17:14:24.933Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-10T17:14:25.014Z | + rustup --version |
73 | 2025-02-10T17:14:25.022Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-10T17:14:25.022Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-10T17:14:25.100Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-10T17:14:25.104Z | + cargo --version |
77 | 2025-02-10T17:14:25.161Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-10T17:14:25.163Z | + rustc --version |
79 | 2025-02-10T17:14:25.224Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-10T17:14:25.228Z | process exited: duration 24901 ms, exit code 0 |
|
81 | 2025-02-10T17:14:25.234Z | starting task 2: "authentication" |
82 | 2025-02-10T17:14:25.255Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-10T17:14:25.261Z | starting task 3: "clone repository" |
84 | 2025-02-10T17:14:25.266Z | + mkdir -p /work/oxidecomputer/propolis |
85 | 2025-02-10T17:14:25.269Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
86 | 2025-02-10T17:14:25.316Z | Cloning into '/work/oxidecomputer/propolis'... |
87 | 2025-02-10T17:14:26.347Z | + cd /work/oxidecomputer/propolis |
88 | 2025-02-10T17:14:26.350Z | + git fetch origin dffcd6b55308a7227156f6f26f68e466bc1feea2 |
89 | 2025-02-10T17:14:26.604Z | From https://github.com/oxidecomputer/propolis |
90 | 2025-02-10T17:14:26.604Z | * branch dffcd6b55308a7227156f6f26f68e466bc1feea2 -> FETCH_HEAD |
91 | 2025-02-10T17:14:26.612Z | + [[ -n gjcolombo/hyperv ]] |
92 | 2025-02-10T17:14:26.615Z | ++ git branch --show-current |
93 | 2025-02-10T17:14:26.618Z | + current=master |
94 | 2025-02-10T17:14:26.618Z | + [[ master != gjcolombo/hyperv ]] |
95 | 2025-02-10T17:14:26.618Z | + git branch -f gjcolombo/hyperv dffcd6b55308a7227156f6f26f68e466bc1feea2 |
96 | 2025-02-10T17:14:26.620Z | + git checkout -f gjcolombo/hyperv |
97 | 2025-02-10T17:14:26.646Z | Switched to branch 'gjcolombo/hyperv' |
98 | 2025-02-10T17:14:26.648Z | + git reset --hard dffcd6b55308a7227156f6f26f68e466bc1feea2 |
99 | 2025-02-10T17:14:26.672Z | HEAD is now at dffcd6b lib: don't reinvent PAGE_MASK |
100 | 2025-02-10T17:14:26.675Z | process exited: duration 1411 ms, exit code 0 |
|
101 | 2025-02-10T17:14:26.681Z | starting task 4: "build" |
102 | 2025-02-10T17:14:26.685Z | + cargo --version |
103 | 2025-02-10T17:14:26.735Z | cargo 1.84.1 (66221abde 2024-11-19) |
104 | 2025-02-10T17:14:26.740Z | + rustc --version |
105 | 2025-02-10T17:14:26.800Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
106 | 2025-02-10T17:14:26.803Z | + banner check |
107 | 2025-02-10T17:14:26.806Z | |
108 | 2025-02-10T17:14:26.806Z | #### # # ###### #### # # |
109 | 2025-02-10T17:14:26.806Z | # # # # # # # # # |
110 | 2025-02-10T17:14:26.806Z | # ###### ##### # #### |
111 | 2025-02-10T17:14:26.806Z | # # # # # # # |
112 | 2025-02-10T17:14:26.806Z | # # # # # # # # # |
113 | 2025-02-10T17:14:26.806Z | #### # # ###### #### # # |
114 | 2025-02-10T17:14:26.806Z | |
115 | 2025-02-10T17:14:26.806Z | + ptime -m cargo check --features falcon |
116 | 2025-02-10T17:14:26.968Z | Updating crates.io index |
117 | 2025-02-10T17:14:26.970Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
118 | 2025-02-10T17:14:28.988Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
119 | 2025-02-10T17:14:35.840Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
120 | 2025-02-10T17:14:36.208Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
121 | 2025-02-10T17:14:36.445Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
122 | 2025-02-10T17:14:37.307Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
123 | 2025-02-10T17:14:37.618Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-02-10T17:14:38.011Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
125 | 2025-02-10T17:14:38.513Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
126 | 2025-02-10T17:14:38.809Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
127 | 2025-02-10T17:14:39.061Z | Updating git repository `https://github.com/oxidecomputer/p4` |
128 | 2025-02-10T17:14:39.483Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
129 | 2025-02-10T17:14:40.480Z | Updating git repository `https://github.com/oxidecomputer/opte` |
130 | 2025-02-10T17:14:41.138Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
131 | 2025-02-10T17:14:41.774Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
132 | 2025-02-10T17:14:42.124Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
133 | 2025-02-10T17:14:42.662Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2025-02-10T17:14:43.255Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2025-02-10T17:14:44.298Z | Downloading crates ... |
136 | 2025-02-10T17:14:44.428Z | Downloaded allocator-api2 v0.2.18 |
137 | 2025-02-10T17:14:44.431Z | Downloaded anstyle v1.0.7 |
138 | 2025-02-10T17:14:44.434Z | Downloaded anstream v0.6.14 |
139 | 2025-02-10T17:14:44.437Z | Downloaded anyhow v1.0.89 |
140 | 2025-02-10T17:14:44.440Z | Downloaded ascii v1.1.0 |
141 | 2025-02-10T17:14:44.442Z | Downloaded async-recursion v1.1.1 |
142 | 2025-02-10T17:14:44.445Z | Downloaded num-conv v0.1.0 |
143 | 2025-02-10T17:14:44.448Z | Downloaded parking_lot_core v0.9.10 |
144 | 2025-02-10T17:14:44.448Z | Downloaded bit_field v0.10.2 |
145 | 2025-02-10T17:14:44.450Z | Downloaded bincode v1.3.3 |
146 | 2025-02-10T17:14:44.453Z | Downloaded pkg-config v0.3.30 |
147 | 2025-02-10T17:14:44.453Z | Downloaded radium v0.7.0 |
148 | 2025-02-10T17:14:44.456Z | Downloaded powerfmt v0.2.0 |
149 | 2025-02-10T17:14:44.456Z | Downloaded pin-utils v0.1.0 |
150 | 2025-02-10T17:14:44.456Z | Downloaded paste v1.0.15 |
151 | 2025-02-10T17:14:44.459Z | Downloaded rand_chacha v0.3.1 |
152 | 2025-02-10T17:14:44.461Z | Downloaded cargo-platform v0.1.8 |
153 | 2025-02-10T17:14:44.461Z | Downloaded rand_core v0.6.4 |
154 | 2025-02-10T17:14:44.464Z | Downloaded rustc_version v0.4.0 |
155 | 2025-02-10T17:14:44.464Z | Downloaded rayon-core v1.12.1 |
156 | 2025-02-10T17:14:44.467Z | Downloaded cfg_aliases v0.1.1 |
157 | 2025-02-10T17:14:44.470Z | Downloaded camino-tempfile v1.1.1 |
158 | 2025-02-10T17:14:44.473Z | Downloaded blake2 v0.10.6 |
159 | 2025-02-10T17:14:44.473Z | Downloaded rand v0.8.5 |
160 | 2025-02-10T17:14:44.476Z | Downloaded chrono v0.4.38 |
161 | 2025-02-10T17:14:44.484Z | Downloaded rustversion v1.0.17 |
162 | 2025-02-10T17:14:44.486Z | Downloaded rustix v0.38.34 |
163 | 2025-02-10T17:14:44.506Z | Downloaded password-hash v0.5.0 |
164 | 2025-02-10T17:14:44.509Z | Downloaded num-bigint v0.4.5 |
165 | 2025-02-10T17:14:44.512Z | Downloaded parking_lot v0.12.2 |
166 | 2025-02-10T17:14:44.515Z | Downloaded pest v2.7.10 |
167 | 2025-02-10T17:14:44.521Z | Downloaded pin-project-lite v0.2.14 |
168 | 2025-02-10T17:14:44.525Z | Downloaded owo-colors v4.1.0 |
169 | 2025-02-10T17:14:44.529Z | Downloaded num_threads v0.1.7 |
170 | 2025-02-10T17:14:44.531Z | Downloaded num_enum_derive v0.5.11 |
171 | 2025-02-10T17:14:44.531Z | Downloaded num_enum v0.5.11 |
172 | 2025-02-10T17:14:44.534Z | Downloaded num-derive v0.4.2 |
173 | 2025-02-10T17:14:44.537Z | Downloaded backoff v0.4.0 |
174 | 2025-02-10T17:14:44.540Z | Downloaded atomicwrites v0.4.4 |
175 | 2025-02-10T17:14:44.540Z | Downloaded async-stream-impl v0.3.5 |
176 | 2025-02-10T17:14:44.542Z | Downloaded async-stream v0.3.5 |
177 | 2025-02-10T17:14:44.542Z | Downloaded argon2 v0.5.3 |
178 | 2025-02-10T17:14:44.545Z | Downloaded anstyle-query v1.0.3 |
179 | 2025-02-10T17:14:44.545Z | Downloaded anstyle-parse v0.2.4 |
180 | 2025-02-10T17:14:44.551Z | Downloaded once_cell v1.19.0 |
181 | 2025-02-10T17:14:44.553Z | Downloaded ryu v1.0.18 |
182 | 2025-02-10T17:14:44.565Z | Downloaded atomic-waker v1.1.2 |
183 | 2025-02-10T17:14:44.568Z | Downloaded block-buffer v0.10.4 |
184 | 2025-02-10T17:14:44.568Z | Downloaded atty v0.2.14 |
185 | 2025-02-10T17:14:44.570Z | Downloaded aead v0.5.2 |
186 | 2025-02-10T17:14:44.570Z | Downloaded crypto-common v0.1.6 |
187 | 2025-02-10T17:14:44.573Z | Downloaded cpufeatures v0.2.12 |
188 | 2025-02-10T17:14:44.573Z | Downloaded cfg_aliases v0.2.1 |
189 | 2025-02-10T17:14:44.575Z | Downloaded async-trait v0.1.83 |
190 | 2025-02-10T17:14:44.578Z | Downloaded equivalent v1.0.1 |
191 | 2025-02-10T17:14:44.578Z | Downloaded camino v1.1.9 |
192 | 2025-02-10T17:14:44.581Z | Downloaded ctr v0.9.2 |
193 | 2025-02-10T17:14:44.583Z | Downloaded byteorder v1.5.0 |
194 | 2025-02-10T17:14:44.583Z | Downloaded errno v0.3.9 |
195 | 2025-02-10T17:14:44.587Z | Downloaded bitflags v2.6.0 |
196 | 2025-02-10T17:14:44.590Z | Downloaded digest v0.10.7 |
197 | 2025-02-10T17:14:44.592Z | Downloaded base64 v0.22.1 |
198 | 2025-02-10T17:14:44.595Z | Downloaded base64 v0.21.7 |
199 | 2025-02-10T17:14:44.598Z | Downloaded bytes v1.9.0 |
200 | 2025-02-10T17:14:44.601Z | Downloaded deranged v0.3.11 |
201 | 2025-02-10T17:14:44.604Z | Downloaded openssl-macros v0.1.1 |
202 | 2025-02-10T17:14:44.604Z | Downloaded proc-macro-error-attr v1.0.4 |
203 | 2025-02-10T17:14:44.607Z | Downloaded ppv-lite86 v0.2.17 |
204 | 2025-02-10T17:14:44.607Z | Downloaded num-complex v0.4.6 |
205 | 2025-02-10T17:14:44.609Z | Downloaded proc-macro-crate v1.3.1 |
206 | 2025-02-10T17:14:44.612Z | Downloaded quick-error v1.2.3 |
207 | 2025-02-10T17:14:44.612Z | Downloaded quinn-udp v0.5.5 |
208 | 2025-02-10T17:14:44.615Z | Downloaded proc-macro-error v1.0.4 |
209 | 2025-02-10T17:14:44.617Z | Downloaded quinn v0.11.5 |
210 | 2025-02-10T17:14:44.620Z | Downloaded percent-encoding v2.3.1 |
211 | 2025-02-10T17:14:44.620Z | Downloaded openssl-probe v0.1.5 |
212 | 2025-02-10T17:14:44.622Z | Downloaded opaque-debug v0.3.1 |
213 | 2025-02-10T17:14:44.623Z | Downloaded num-iter v0.1.45 |
214 | 2025-02-10T17:14:44.625Z | Downloaded num-integer v0.1.46 |
215 | 2025-02-10T17:14:44.625Z | Downloaded quinn-proto v0.11.8 |
216 | 2025-02-10T17:14:44.631Z | Downloaded dyn-clone v1.0.17 |
217 | 2025-02-10T17:14:44.634Z | Downloaded dirs-sys-next v0.1.2 |
218 | 2025-02-10T17:14:44.634Z | Downloaded scopeguard v1.2.0 |
219 | 2025-02-10T17:14:44.637Z | Downloaded rayon v1.10.0 |
220 | 2025-02-10T17:14:44.644Z | Downloaded utf-8 v0.7.6 |
221 | 2025-02-10T17:14:44.647Z | Downloaded url v2.5.0 |
222 | 2025-02-10T17:14:44.650Z | Downloaded openssl-sys v0.9.103 |
223 | 2025-02-10T17:14:44.653Z | Downloaded ron v0.8.1 |
224 | 2025-02-10T17:14:44.659Z | Downloaded prettyplease v0.2.22 |
225 | 2025-02-10T17:14:44.661Z | Downloaded untrusted v0.9.0 |
226 | 2025-02-10T17:14:44.665Z | Downloaded proc-macro2 v1.0.92 |
227 | 2025-02-10T17:14:44.667Z | Downloaded num-traits v0.2.19 |
228 | 2025-02-10T17:14:44.670Z | Downloaded bitstruct v0.1.1 |
229 | 2025-02-10T17:14:44.670Z | Downloaded rustls-pemfile v1.0.4 |
230 | 2025-02-10T17:14:44.673Z | Downloaded quote v1.0.38 |
231 | 2025-02-10T17:14:44.675Z | Downloaded num-rational v0.4.2 |
232 | 2025-02-10T17:14:44.678Z | Downloaded erased-serde v0.4.5 |
233 | 2025-02-10T17:14:44.680Z | Downloaded enum-as-inner v0.6.0 |
234 | 2025-02-10T17:14:44.681Z | Downloaded fallible-iterator v0.3.0 |
235 | 2025-02-10T17:14:44.683Z | Downloaded fallible-streaming-iterator v0.1.9 |
236 | 2025-02-10T17:14:44.683Z | Downloaded embedded-io v0.6.1 |
237 | 2025-02-10T17:14:44.686Z | Downloaded fixedbitset v0.4.2 |
238 | 2025-02-10T17:14:44.686Z | Downloaded dtrace-parser v0.1.14 |
239 | 2025-02-10T17:14:44.689Z | Downloaded cobs v0.2.3 |
240 | 2025-02-10T17:14:44.689Z | Downloaded cargo_metadata v0.18.1 |
241 | 2025-02-10T17:14:44.691Z | Downloaded rustls-webpki v0.101.7 |
242 | 2025-02-10T17:14:44.702Z | Downloaded hashbrown v0.15.2 |
243 | 2025-02-10T17:14:44.707Z | Downloaded regex v1.11.1 |
244 | 2025-02-10T17:14:44.719Z | Downloaded serde_derive_internals v0.29.1 |
245 | 2025-02-10T17:14:44.721Z | Downloaded log v0.4.22 |
246 | 2025-02-10T17:14:44.724Z | Downloaded lazy_static v1.5.0 |
247 | 2025-02-10T17:14:44.724Z | Downloaded bitvec v1.0.1 |
248 | 2025-02-10T17:14:44.737Z | Downloaded utf8parse v0.2.1 |
249 | 2025-02-10T17:14:44.740Z | Downloaded num_enum_derive v0.7.2 |
250 | 2025-02-10T17:14:44.740Z | Downloaded num_enum v0.7.2 |
251 | 2025-02-10T17:14:44.744Z | Downloaded unicode-width v0.1.14 |
252 | 2025-02-10T17:14:44.751Z | Downloaded pretty-hex v0.4.1 |
253 | 2025-02-10T17:14:44.754Z | Downloaded polyval v0.6.2 |
254 | 2025-02-10T17:14:44.754Z | Downloaded plain v0.2.3 |
255 | 2025-02-10T17:14:44.756Z | Downloaded filetime v0.2.23 |
256 | 2025-02-10T17:14:44.757Z | Downloaded fastrand v2.1.0 |
257 | 2025-02-10T17:14:44.759Z | Downloaded xattr v1.3.1 |
258 | 2025-02-10T17:14:44.759Z | Downloaded uuid v1.10.0 |
259 | 2025-02-10T17:14:44.763Z | Downloaded scroll_derive v0.12.0 |
260 | 2025-02-10T17:14:44.765Z | Downloaded scroll v0.12.0 |
261 | 2025-02-10T17:14:44.765Z | Downloaded schemars_derive v0.8.21 |
262 | 2025-02-10T17:14:44.768Z | Downloaded dropshot v0.12.0 |
263 | 2025-02-10T17:14:44.785Z | Downloaded foreign-types-shared v0.1.1 |
264 | 2025-02-10T17:14:44.788Z | Downloaded pest_meta v2.7.10 |
265 | 2025-02-10T17:14:44.791Z | Downloaded pest_generator v2.7.10 |
266 | 2025-02-10T17:14:44.791Z | Downloaded pest_derive v2.7.10 |
267 | 2025-02-10T17:14:44.793Z | Downloaded omicron-workspace-hack v0.1.0 |
268 | 2025-02-10T17:14:44.793Z | Downloaded dropshot_endpoint v0.12.0 |
269 | 2025-02-10T17:14:44.796Z | Downloaded bstr v1.9.1 |
270 | 2025-02-10T17:14:44.805Z | Downloaded bitstruct_derive v0.1.0 |
271 | 2025-02-10T17:14:44.807Z | Downloaded embedded-io v0.4.0 |
272 | 2025-02-10T17:14:44.807Z | Downloaded rustc-hash v2.0.0 |
273 | 2025-02-10T17:14:44.810Z | Downloaded rusqlite v0.32.1 |
274 | 2025-02-10T17:14:44.815Z | Downloaded schemars v0.8.21 |
275 | 2025-02-10T17:14:44.826Z | Downloaded httparse v1.8.0 |
276 | 2025-02-10T17:14:44.829Z | Downloaded heck v0.4.1 |
277 | 2025-02-10T17:14:44.831Z | Downloaded heapless v0.8.0 |
278 | 2025-02-10T17:14:44.834Z | Downloaded libloading v0.7.4 |
279 | 2025-02-10T17:14:44.837Z | Downloaded match_cfg v0.1.0 |
280 | 2025-02-10T17:14:44.837Z | Downloaded linear-map v1.2.0 |
281 | 2025-02-10T17:14:44.839Z | Downloaded hyper-tls v0.6.0 |
282 | 2025-02-10T17:14:44.839Z | Downloaded rustls v0.21.12 |
283 | 2025-02-10T17:14:44.849Z | Downloaded serde_repr v0.1.19 |
284 | 2025-02-10T17:14:44.852Z | Downloaded defmt-parser v0.3.4 |
285 | 2025-02-10T17:14:44.855Z | Downloaded defmt-macros v0.3.9 |
286 | 2025-02-10T17:14:44.858Z | Downloaded defmt v0.3.8 |
287 | 2025-02-10T17:14:44.860Z | Downloaded darling_macro v0.20.9 |
288 | 2025-02-10T17:14:44.860Z | Downloaded darling_core v0.20.9 |
289 | 2025-02-10T17:14:44.863Z | Downloaded darling v0.20.9 |
290 | 2025-02-10T17:14:44.867Z | Downloaded universal-hash v0.5.1 |
291 | 2025-02-10T17:14:44.870Z | Downloaded cancel-safe-futures v0.1.5 |
292 | 2025-02-10T17:14:44.872Z | Downloaded hyper-rustls v0.27.3 |
293 | 2025-02-10T17:14:44.876Z | Downloaded aes-gcm-siv v0.11.1 |
294 | 2025-02-10T17:14:44.876Z | Downloaded unsafe-libyaml v0.2.11 |
295 | 2025-02-10T17:14:44.878Z | Downloaded futures-executor v0.3.30 |
296 | 2025-02-10T17:14:44.881Z | Downloaded futures v0.3.30 |
297 | 2025-02-10T17:14:44.884Z | Downloaded typeid v1.0.0 |
298 | 2025-02-10T17:14:44.887Z | Downloaded kstat-rs v0.2.4 |
299 | 2025-02-10T17:14:44.887Z | Downloaded jobserver v0.1.31 |
300 | 2025-02-10T17:14:44.890Z | Downloaded fatfs v0.3.6 |
301 | 2025-02-10T17:14:44.893Z | Downloaded escargot v0.5.10 |
302 | 2025-02-10T17:14:44.895Z | Downloaded foreign-types-macros v0.2.3 |
303 | 2025-02-10T17:14:44.895Z | Downloaded wyz v0.5.1 |
304 | 2025-02-10T17:14:44.898Z | Downloaded winnow v0.6.18 |
305 | 2025-02-10T17:14:44.904Z | Downloaded form_urlencoded v1.2.1 |
306 | 2025-02-10T17:14:44.907Z | Downloaded generic-array v0.14.7 |
307 | 2025-02-10T17:14:44.907Z | Downloaded futures-core v0.3.31 |
308 | 2025-02-10T17:14:44.910Z | Downloaded hex v0.4.3 |
309 | 2025-02-10T17:14:44.910Z | Downloaded hash32 v0.3.1 |
310 | 2025-02-10T17:14:44.913Z | Downloaded http-body v1.0.1 |
311 | 2025-02-10T17:14:44.913Z | Downloaded httpdate v1.0.3 |
312 | 2025-02-10T17:14:44.915Z | Downloaded futures-task v0.3.30 |
313 | 2025-02-10T17:14:44.915Z | Downloaded futures-channel v0.3.30 |
314 | 2025-02-10T17:14:44.918Z | Downloaded slab v0.4.9 |
315 | 2025-02-10T17:14:44.918Z | Downloaded synstructure v0.12.6 |
316 | 2025-02-10T17:14:44.920Z | Downloaded term v0.7.0 |
317 | 2025-02-10T17:14:44.923Z | Downloaded http-body-util v0.1.2 |
318 | 2025-02-10T17:14:44.926Z | Downloaded hashlink v0.9.1 |
319 | 2025-02-10T17:14:44.926Z | Downloaded humantime v2.1.0 |
320 | 2025-02-10T17:14:44.928Z | Downloaded heck v0.5.0 |
321 | 2025-02-10T17:14:44.928Z | Downloaded glob v0.3.1 |
322 | 2025-02-10T17:14:44.931Z | Downloaded futures-util v0.3.30 |
323 | 2025-02-10T17:14:44.939Z | Downloaded hostname v0.3.1 |
324 | 2025-02-10T17:14:44.942Z | Downloaded encoding_rs v0.8.34 |
325 | 2025-02-10T17:14:44.960Z | Downloaded http v1.2.0 |
326 | 2025-02-10T17:14:44.964Z | Downloaded hashbrown v0.14.5 |
327 | 2025-02-10T17:14:44.969Z | Downloaded tracing v0.1.40 |
328 | 2025-02-10T17:14:44.973Z | Downloaded vcpkg v0.2.15 |
329 | 2025-02-10T17:14:45.007Z | Downloaded static_assertions v1.1.0 |
330 | 2025-02-10T17:14:45.010Z | Downloaded unicode-xid v0.2.4 |
331 | 2025-02-10T17:14:45.010Z | Downloaded unicode-segmentation v1.11.0 |
332 | 2025-02-10T17:14:45.012Z | Downloaded is_terminal_polyfill v1.70.0 |
333 | 2025-02-10T17:14:45.015Z | Downloaded iana-time-zone v0.1.60 |
334 | 2025-02-10T17:14:45.018Z | Downloaded hyper-util v0.1.9 |
335 | 2025-02-10T17:14:45.020Z | Downloaded zerocopy-derive v0.6.6 |
336 | 2025-02-10T17:14:45.029Z | Downloaded toml v0.7.8 |
337 | 2025-02-10T17:14:45.031Z | Downloaded stable_deref_trait v1.2.0 |
338 | 2025-02-10T17:14:45.034Z | Downloaded spin v0.9.8 |
339 | 2025-02-10T17:14:45.037Z | Downloaded sha1 v0.10.6 |
340 | 2025-02-10T17:14:45.037Z | Downloaded serde_urlencoded v0.7.1 |
341 | 2025-02-10T17:14:45.040Z | Downloaded serde_spanned v0.6.7 |
342 | 2025-02-10T17:14:45.040Z | Downloaded socket2 v0.5.7 |
343 | 2025-02-10T17:14:45.042Z | Downloaded unicode-ident v1.0.14 |
344 | 2025-02-10T17:14:45.045Z | Downloaded hubpack_derive v0.1.1 |
345 | 2025-02-10T17:14:45.045Z | Downloaded typify-impl v0.3.0 |
346 | 2025-02-10T17:14:45.058Z | Downloaded inout v0.1.3 |
347 | 2025-02-10T17:14:45.060Z | Downloaded usdt-attr-macro v0.5.0 |
348 | 2025-02-10T17:14:45.060Z | Downloaded typify-macro v0.2.0 |
349 | 2025-02-10T17:14:45.060Z | Downloaded ucd-trie v0.1.6 |
350 | 2025-02-10T17:14:45.063Z | Downloaded strum_macros v0.25.3 |
351 | 2025-02-10T17:14:45.066Z | Downloaded indexmap v1.9.3 |
352 | 2025-02-10T17:14:45.068Z | Downloaded tokio-tungstenite v0.21.0 |
353 | 2025-02-10T17:14:45.071Z | Downloaded serde_arrays v0.1.0 |
354 | 2025-02-10T17:14:45.071Z | Downloaded usdt-macro v0.5.0 |
355 | 2025-02-10T17:14:45.074Z | Downloaded usdt-macro v0.3.5 |
356 | 2025-02-10T17:14:45.074Z | Downloaded hubpack v0.1.2 |
357 | 2025-02-10T17:14:45.074Z | Downloaded globset v0.4.14 |
358 | 2025-02-10T17:14:45.080Z | Downloaded syn v1.0.109 |
359 | 2025-02-10T17:14:45.084Z | Downloaded newline-converter v0.3.0 |
360 | 2025-02-10T17:14:45.087Z | Downloaded mime v0.3.17 |
361 | 2025-02-10T17:14:45.087Z | Downloaded linked-hash-map v0.5.6 |
362 | 2025-02-10T17:14:45.090Z | Downloaded tokio-rustls v0.26.0 |
363 | 2025-02-10T17:14:45.090Z | Downloaded mio v1.0.2 |
364 | 2025-02-10T17:14:45.094Z | Downloaded zeroize v1.7.0 |
365 | 2025-02-10T17:14:45.097Z | Downloaded typenum v1.17.0 |
366 | 2025-02-10T17:14:45.100Z | Downloaded tracing-attributes v0.1.27 |
367 | 2025-02-10T17:14:45.102Z | Downloaded toml_edit v0.19.15 |
368 | 2025-02-10T17:14:45.115Z | Downloaded thiserror v1.0.64 |
369 | 2025-02-10T17:14:45.119Z | Downloaded petgraph v0.6.5 |
370 | 2025-02-10T17:14:45.134Z | Downloaded strsim v0.11.1 |
371 | 2025-02-10T17:14:45.137Z | Downloaded tokio-util v0.7.11 |
372 | 2025-02-10T17:14:45.141Z | Downloaded thread-id v4.2.1 |
373 | 2025-02-10T17:14:45.143Z | Downloaded tinyvec_macros v0.1.1 |
374 | 2025-02-10T17:14:45.143Z | Downloaded tokio-native-tls v0.3.1 |
375 | 2025-02-10T17:14:45.146Z | Downloaded serde_derive v1.0.217 |
376 | 2025-02-10T17:14:45.149Z | Downloaded indexmap v2.7.0 |
377 | 2025-02-10T17:14:45.151Z | Downloaded toml v0.8.19 |
378 | 2025-02-10T17:14:45.154Z | Downloaded serde_json v1.0.135 |
379 | 2025-02-10T17:14:45.161Z | Downloaded idna v0.4.0 |
380 | 2025-02-10T17:14:45.166Z | Downloaded sigpipe v0.1.3 |
381 | 2025-02-10T17:14:45.169Z | Downloaded tokio-rustls v0.24.1 |
382 | 2025-02-10T17:14:45.172Z | Downloaded smallvec v1.13.2 |
383 | 2025-02-10T17:14:45.172Z | Downloaded indent_write v2.2.0 |
384 | 2025-02-10T17:14:45.174Z | Downloaded unicode-bidi v0.3.15 |
385 | 2025-02-10T17:14:45.177Z | Downloaded strum v0.26.2 |
386 | 2025-02-10T17:14:45.177Z | Downloaded sync_wrapper v1.0.1 |
387 | 2025-02-10T17:14:45.177Z | Downloaded swrite v0.1.0 |
388 | 2025-02-10T17:14:45.177Z | Downloaded supports-color v3.0.1 |
389 | 2025-02-10T17:14:45.180Z | Downloaded supports-color v2.1.0 |
390 | 2025-02-10T17:14:45.180Z | Downloaded usdt-attr-macro v0.3.5 |
391 | 2025-02-10T17:14:45.183Z | Downloaded itertools v0.10.5 |
392 | 2025-02-10T17:14:45.186Z | Downloaded usdt v0.5.0 |
393 | 2025-02-10T17:14:45.189Z | Downloaded itertools v0.13.0 |
394 | 2025-02-10T17:14:45.193Z | Downloaded thread_local v1.1.8 |
395 | 2025-02-10T17:14:45.196Z | Downloaded tar v0.4.40 |
396 | 2025-02-10T17:14:45.199Z | Downloaded ipnet v2.9.0 |
397 | 2025-02-10T17:14:45.199Z | Downloaded goblin v0.8.2 |
398 | 2025-02-10T17:14:45.204Z | Downloaded itoa v1.0.11 |
399 | 2025-02-10T17:14:45.207Z | Downloaded rustls v0.22.4 |
400 | 2025-02-10T17:14:45.217Z | Downloaded serde_path_to_error v0.1.16 |
401 | 2025-02-10T17:14:45.220Z | Downloaded signal-hook-registry v1.4.2 |
402 | 2025-02-10T17:14:45.220Z | Downloaded sha2 v0.10.8 |
403 | 2025-02-10T17:14:45.223Z | Downloaded want v0.3.1 |
404 | 2025-02-10T17:14:45.223Z | Downloaded native-tls v0.2.11 |
405 | 2025-02-10T17:14:45.225Z | Downloaded multer v3.1.0 |
406 | 2025-02-10T17:14:45.228Z | Downloaded winnow v0.5.40 |
407 | 2025-02-10T17:14:45.234Z | Downloaded lru-cache v0.1.2 |
408 | 2025-02-10T17:14:45.237Z | Downloaded memchr v2.7.2 |
409 | 2025-02-10T17:14:45.240Z | Downloaded is-terminal v0.4.12 |
410 | 2025-02-10T17:14:45.243Z | Downloaded foreign-types v0.3.2 |
411 | 2025-02-10T17:14:45.243Z | Downloaded ipnetwork v0.20.0 |
412 | 2025-02-10T17:14:45.246Z | Downloaded try-lock v0.2.5 |
413 | 2025-02-10T17:14:45.246Z | Downloaded typify v0.3.0 |
414 | 2025-02-10T17:14:45.248Z | Downloaded libm v0.2.8 |
415 | 2025-02-10T17:14:45.254Z | Downloaded terminal_size v0.3.0 |
416 | 2025-02-10T17:14:45.257Z | Downloaded typify-impl v0.2.0 |
417 | 2025-02-10T17:14:45.268Z | Downloaded serde v1.0.217 |
418 | 2025-02-10T17:14:45.271Z | Downloaded semver v0.1.20 |
419 | 2025-02-10T17:14:45.274Z | Downloaded tempfile v3.10.1 |
420 | 2025-02-10T17:14:45.276Z | Downloaded strum_macros v0.26.2 |
421 | 2025-02-10T17:14:45.276Z | Downloaded thiserror v2.0.11 |
422 | 2025-02-10T17:14:45.281Z | Downloaded fnv v1.0.7 |
423 | 2025-02-10T17:14:45.284Z | Downloaded is_ci v1.2.0 |
424 | 2025-02-10T17:14:45.284Z | Downloaded thiserror-impl v1.0.64 |
425 | 2025-02-10T17:14:45.287Z | Downloaded tokio v1.40.0 |
426 | 2025-02-10T17:14:45.317Z | Downloaded foreign-types v0.5.0 |
427 | 2025-02-10T17:14:45.320Z | Downloaded foreign-types-shared v0.3.1 |
428 | 2025-02-10T17:14:45.320Z | Downloaded steno v0.4.1 |
429 | 2025-02-10T17:14:45.323Z | Downloaded structmeta-derive v0.3.0 |
430 | 2025-02-10T17:14:45.325Z | Downloaded tokio-macros v2.4.0 |
431 | 2025-02-10T17:14:45.325Z | Downloaded syn v2.0.96 |
432 | 2025-02-10T17:14:45.335Z | Downloaded time v0.3.36 |
433 | 2025-02-10T17:14:45.342Z | Downloaded zerocopy v0.7.34 |
434 | 2025-02-10T17:14:45.356Z | Downloaded semver v1.0.24 |
435 | 2025-02-10T17:14:45.358Z | Downloaded slog-term v2.9.1 |
436 | 2025-02-10T17:14:45.361Z | Downloaded nix v0.29.0 |
437 | 2025-02-10T17:14:45.371Z | Downloaded structmeta v0.3.0 |
438 | 2025-02-10T17:14:45.373Z | Downloaded waitgroup v0.1.2 |
439 | 2025-02-10T17:14:45.373Z | Downloaded nix v0.28.0 |
440 | 2025-02-10T17:14:45.383Z | Downloaded libc v0.2.169 |
441 | 2025-02-10T17:14:45.405Z | Downloaded zone v0.3.0 |
442 | 2025-02-10T17:14:45.407Z | Downloaded regress v0.10.1 |
443 | 2025-02-10T17:14:45.413Z | Downloaded take_mut v0.2.2 |
444 | 2025-02-10T17:14:45.416Z | Downloaded subtle v2.5.0 |
445 | 2025-02-10T17:14:45.416Z | Downloaded serde-big-array v0.5.1 |
446 | 2025-02-10T17:14:45.418Z | Downloaded zerocopy-derive v0.7.34 |
447 | 2025-02-10T17:14:45.421Z | Downloaded tinyvec v1.6.0 |
448 | 2025-02-10T17:14:45.423Z | Downloaded libsw v3.3.1 |
449 | 2025-02-10T17:14:45.426Z | Downloaded zerocopy-derive v0.2.0 |
450 | 2025-02-10T17:14:45.430Z | Downloaded regress v0.9.1 |
451 | 2025-02-10T17:14:45.438Z | Downloaded zone_cfg_derive v0.3.0 |
452 | 2025-02-10T17:14:45.440Z | Downloaded typify v0.2.0 |
453 | 2025-02-10T17:14:45.443Z | Downloaded hickory-proto v0.24.1 |
454 | 2025-02-10T17:14:45.454Z | Downloaded smoltcp v0.11.0 |
455 | 2025-02-10T17:14:45.465Z | Downloaded macaddr v1.0.1 |
456 | 2025-02-10T17:14:45.467Z | Downloaded twox-hash v2.1.0 |
457 | 2025-02-10T17:14:45.470Z | Downloaded tungstenite v0.21.0 |
458 | 2025-02-10T17:14:45.473Z | Downloaded zerocopy v0.6.6 |
459 | 2025-02-10T17:14:45.475Z | Downloaded whoami v1.5.1 |
460 | 2025-02-10T17:14:45.475Z | Downloaded webpki-roots v0.26.3 |
461 | 2025-02-10T17:14:45.478Z | Downloaded version_check v0.9.5 |
462 | 2025-02-10T17:14:45.480Z | Downloaded vergen v8.3.2 |
463 | 2025-02-10T17:14:45.483Z | Downloaded idna v0.5.0 |
464 | 2025-02-10T17:14:45.488Z | Downloaded typify-macro v0.3.0 |
465 | 2025-02-10T17:14:45.490Z | Downloaded toml_edit v0.22.20 |
466 | 2025-02-10T17:14:45.508Z | Downloaded serde_with_macros v3.11.0 |
467 | 2025-02-10T17:14:45.511Z | Downloaded serde_with v3.11.0 |
468 | 2025-02-10T17:14:45.517Z | Downloaded newtype_derive v0.1.6 |
469 | 2025-02-10T17:14:45.519Z | Downloaded slog-dtrace v0.3.0 |
470 | 2025-02-10T17:14:45.519Z | Downloaded highway v1.2.0 |
471 | 2025-02-10T17:14:45.522Z | Downloaded expectorate v1.1.0 |
472 | 2025-02-10T17:14:45.524Z | Downloaded tap v1.0.1 |
473 | 2025-02-10T17:14:45.524Z | Downloaded tokio-rustls v0.25.0 |
474 | 2025-02-10T17:14:45.527Z | Downloaded smf v0.2.3 |
475 | 2025-02-10T17:14:45.527Z | Downloaded lock_api v0.4.12 |
476 | 2025-02-10T17:14:45.527Z | Downloaded thiserror-impl v2.0.11 |
477 | 2025-02-10T17:14:45.530Z | Downloaded slog-json v2.6.1 |
478 | 2025-02-10T17:14:45.530Z | Downloaded slog-bunyan v2.5.0 |
479 | 2025-02-10T17:14:45.532Z | Downloaded slog-async v2.8.0 |
480 | 2025-02-10T17:14:45.532Z | Downloaded slog v2.7.0 |
481 | 2025-02-10T17:14:45.535Z | Downloaded similar v2.5.0 |
482 | 2025-02-10T17:14:45.538Z | Downloaded serde_tokenstream v0.2.2 |
483 | 2025-02-10T17:14:45.541Z | Downloaded serde_tokenstream v0.1.7 |
484 | 2025-02-10T17:14:45.543Z | Downloaded progenitor-macro v0.9.1 |
485 | 2025-02-10T17:14:45.543Z | Downloaded progenitor-macro v0.8.0 |
486 | 2025-02-10T17:14:45.546Z | Downloaded progenitor-impl v0.9.1 |
487 | 2025-02-10T17:14:45.546Z | Downloaded progenitor-impl v0.8.0 |
488 | 2025-02-10T17:14:45.549Z | Downloaded progenitor-client v0.9.1 |
489 | 2025-02-10T17:14:45.549Z | Downloaded progenitor-client v0.8.0 |
490 | 2025-02-10T17:14:45.549Z | Downloaded progenitor v0.9.1 |
491 | 2025-02-10T17:14:45.552Z | Downloaded progenitor v0.8.0 |
492 | 2025-02-10T17:14:45.552Z | Downloaded pretty-hex v0.2.1 |
493 | 2025-02-10T17:14:45.554Z | Downloaded postcard v1.0.9 |
494 | 2025-02-10T17:14:45.554Z | Downloaded parse-display-derive v0.10.0 |
495 | 2025-02-10T17:14:45.557Z | Downloaded parse-display v0.10.0 |
496 | 2025-02-10T17:14:45.557Z | Downloaded tower-service v0.3.2 |
497 | 2025-02-10T17:14:45.557Z | Downloaded memmap v0.7.0 |
498 | 2025-02-10T17:14:45.557Z | Downloaded tabwriter v1.4.0 |
499 | 2025-02-10T17:14:45.560Z | Downloaded managed v0.8.0 |
500 | 2025-02-10T17:14:45.560Z | Downloaded rustls-webpki v0.102.4 |
501 | 2025-02-10T17:14:45.575Z | Downloaded rustls v0.23.10 |
502 | 2025-02-10T17:14:45.588Z | Downloaded openapiv3 v2.0.0 |
503 | 2025-02-10T17:14:45.599Z | Downloaded usdt v0.3.5 |
504 | 2025-02-10T17:14:45.601Z | Downloaded unicode-normalization v0.1.23 |
505 | 2025-02-10T17:14:45.604Z | Downloaded ident_case v1.0.1 |
506 | 2025-02-10T17:14:45.604Z | Downloaded tracing-core v0.1.32 |
507 | 2025-02-10T17:14:45.606Z | Downloaded instant v0.1.12 |
508 | 2025-02-10T17:14:45.609Z | Downloaded hyper v1.4.1 |
509 | 2025-02-10T17:14:45.612Z | Downloaded hickory-resolver v0.24.1 |
510 | 2025-02-10T17:14:45.616Z | Downloaded float-ord v0.3.2 |
511 | 2025-02-10T17:14:45.618Z | Downloaded reqwest v0.12.7 |
512 | 2025-02-10T17:14:45.624Z | Downloaded time-core v0.1.2 |
513 | 2025-02-10T17:14:45.627Z | Downloaded newtype-uuid v1.1.0 |
514 | 2025-02-10T17:14:45.627Z | Downloaded usdt-impl v0.5.0 |
515 | 2025-02-10T17:14:45.627Z | Downloaded hostname v0.4.0 |
516 | 2025-02-10T17:14:45.629Z | Downloaded git2 v0.19.0 |
517 | 2025-02-10T17:14:45.635Z | Downloaded getrandom v0.2.14 |
518 | 2025-02-10T17:14:45.638Z | Downloaded futures-io v0.3.30 |
519 | 2025-02-10T17:14:45.640Z | Downloaded time-macros v0.2.18 |
520 | 2025-02-10T17:14:45.641Z | Downloaded serde_yaml v0.9.34+deprecated |
521 | 2025-02-10T17:14:45.643Z | Downloaded sct v0.7.1 |
522 | 2025-02-10T17:14:45.646Z | Downloaded ringbuffer v0.15.0 |
523 | 2025-02-10T17:14:45.649Z | Downloaded regex-automata v0.4.9 |
524 | 2025-02-10T17:14:45.663Z | Downloaded hashbrown v0.12.3 |
525 | 2025-02-10T17:14:45.667Z | Downloaded toml_datetime v0.6.8 |
526 | 2025-02-10T17:14:45.670Z | Downloaded funty v2.0.0 |
527 | 2025-02-10T17:14:45.670Z | Downloaded futures-macro v0.3.30 |
528 | 2025-02-10T17:14:45.670Z | Downloaded zerocopy v0.3.2 |
529 | 2025-02-10T17:14:45.672Z | Downloaded usdt-impl v0.3.5 |
530 | 2025-02-10T17:14:45.672Z | Downloaded h2 v0.4.6 |
531 | 2025-02-10T17:14:45.677Z | Downloaded futures-sink v0.3.30 |
532 | 2025-02-10T17:14:45.681Z | Downloaded rustc_version v0.1.7 |
533 | 2025-02-10T17:14:45.681Z | Downloaded resolv-conf v0.7.0 |
534 | 2025-02-10T17:14:45.705Z | Downloaded dtrace-parser v0.2.0 |
535 | 2025-02-10T17:14:45.707Z | Downloaded dof v0.3.0 |
536 | 2025-02-10T17:14:45.707Z | Downloaded regex-syntax v0.8.5 |
537 | 2025-02-10T17:14:45.717Z | Downloaded openssl v0.10.66 |
538 | 2025-02-10T17:14:45.729Z | Downloaded rustls-pki-types v1.7.0 |
539 | 2025-02-10T17:14:45.731Z | Downloaded rustls-pemfile v2.1.3 |
540 | 2025-02-10T17:14:45.734Z | Downloaded dof v0.1.5 |
541 | 2025-02-10T17:14:45.737Z | Downloaded dirs-next v2.0.0 |
542 | 2025-02-10T17:14:45.737Z | Downloaded derive_more v0.99.18 |
543 | 2025-02-10T17:14:45.741Z | Downloaded derive-where v1.2.7 |
544 | 2025-02-10T17:14:45.745Z | Downloaded debug-ignore v1.0.5 |
545 | 2025-02-10T17:14:45.747Z | Downloaded data-encoding v2.6.0 |
546 | 2025-02-10T17:14:45.747Z | Downloaded ctrlc v3.4.4 |
547 | 2025-02-10T17:14:45.750Z | Downloaded cstr-argument v0.1.2 |
548 | 2025-02-10T17:14:45.750Z | Downloaded crucible-workspace-hack v0.1.0 |
549 | 2025-02-10T17:14:45.753Z | Downloaded crossbeam-utils v0.8.19 |
550 | 2025-02-10T17:14:45.753Z | Downloaded crossbeam-epoch v0.9.18 |
551 | 2025-02-10T17:14:45.756Z | Downloaded crossbeam-channel v0.5.12 |
552 | 2025-02-10T17:14:45.759Z | Downloaded cookie v0.18.1 |
553 | 2025-02-10T17:14:45.762Z | Downloaded convert_case v0.4.0 |
554 | 2025-02-10T17:14:45.764Z | Downloaded const_format_proc_macros v0.2.32 |
555 | 2025-02-10T17:14:45.767Z | Downloaded const_format v0.2.32 |
556 | 2025-02-10T17:14:45.769Z | Downloaded console v0.15.8 |
557 | 2025-02-10T17:14:45.772Z | Downloaded colored v2.1.0 |
558 | 2025-02-10T17:14:45.775Z | Downloaded colorchoice v1.0.1 |
559 | 2025-02-10T17:14:45.777Z | Downloaded clap_lex v0.7.0 |
560 | 2025-02-10T17:14:45.777Z | Downloaded clap_derive v4.5.4 |
561 | 2025-02-10T17:14:45.780Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
562 | 2025-02-10T17:14:45.831Z | Downloaded clap_builder v4.5.2 |
563 | 2025-02-10T17:14:45.837Z | Downloaded clap v4.5.4 |
564 | 2025-02-10T17:14:45.845Z | Downloaded cc v1.0.97 |
565 | 2025-02-10T17:14:45.848Z | Downloaded crossbeam-deque v0.8.5 |
566 | 2025-02-10T17:14:45.850Z | Downloaded aho-corasick v1.1.3 |
567 | 2025-02-10T17:14:45.855Z | Downloaded aes v0.8.4 |
568 | 2025-02-10T17:14:45.858Z | Downloaded num v0.4.3 |
569 | 2025-02-10T17:14:45.861Z | Downloaded either v1.13.0 |
570 | 2025-02-10T17:14:45.861Z | Downloaded base64ct v1.6.0 |
571 | 2025-02-10T17:14:45.864Z | Downloaded ahash v0.8.11 |
572 | 2025-02-10T17:14:45.867Z | Downloaded cipher v0.4.4 |
573 | 2025-02-10T17:14:45.869Z | Downloaded autocfg v1.3.0 |
574 | 2025-02-10T17:14:45.872Z | Downloaded cfg-if v1.0.0 |
575 | 2025-02-10T17:14:45.872Z | Downloaded bitflags v1.3.2 |
576 | 2025-02-10T17:14:45.917Z | Downloaded ring v0.17.8 |
577 | 2025-02-10T17:14:45.985Z | Downloaded libz-sys v1.1.16 |
578 | 2025-02-10T17:14:46.176Z | Downloaded libsqlite3-sys v0.30.1 |
579 | 2025-02-10T17:14:46.635Z | Compiling proc-macro2 v1.0.92 |
580 | 2025-02-10T17:14:46.635Z | Compiling unicode-ident v1.0.14 |
581 | 2025-02-10T17:14:46.637Z | Compiling libc v0.2.169 |
582 | 2025-02-10T17:14:46.637Z | Compiling serde v1.0.217 |
583 | 2025-02-10T17:14:46.637Z | Compiling autocfg v1.3.0 |
584 | 2025-02-10T17:14:46.637Z | Compiling once_cell v1.19.0 |
585 | 2025-02-10T17:14:46.675Z | Checking cfg-if v1.0.0 |
586 | 2025-02-10T17:14:46.691Z | Compiling version_check v0.9.5 |
587 | 2025-02-10T17:14:46.870Z | Compiling serde_json v1.0.135 |
588 | 2025-02-10T17:14:46.891Z | Compiling memchr v2.7.2 |
589 | 2025-02-10T17:14:47.127Z | Compiling thiserror v1.0.64 |
590 | 2025-02-10T17:14:47.358Z | Compiling libm v0.2.8 |
591 | 2025-02-10T17:14:47.531Z | Compiling itoa v1.0.11 |
592 | 2025-02-10T17:14:47.769Z | Compiling lock_api v0.4.12 |
593 | 2025-02-10T17:14:47.961Z | Compiling parking_lot_core v0.9.10 |
594 | 2025-02-10T17:14:47.981Z | Compiling ryu v1.0.18 |
595 | 2025-02-10T17:14:48.130Z | Compiling schemars v0.8.21 |
596 | 2025-02-10T17:14:48.258Z | Compiling slab v0.4.9 |
597 | 2025-02-10T17:14:48.308Z | Compiling byteorder v1.5.0 |
598 | 2025-02-10T17:14:48.399Z | Compiling log v0.4.22 |
599 | 2025-02-10T17:14:48.467Z | Compiling num-traits v0.2.19 |
600 | 2025-02-10T17:14:48.522Z | Compiling quote v1.0.38 |
601 | 2025-02-10T17:14:48.577Z | Checking getrandom v0.2.14 |
602 | 2025-02-10T17:14:48.713Z | Compiling jobserver v0.1.31 |
603 | 2025-02-10T17:14:48.736Z | Compiling pkg-config v0.3.30 |
604 | 2025-02-10T17:14:48.831Z | Compiling vcpkg v0.2.15 |
605 | 2025-02-10T17:14:49.050Z | Compiling syn v2.0.96 |
606 | 2025-02-10T17:14:49.114Z | Compiling cc v1.0.97 |
607 | 2025-02-10T17:14:49.400Z | Checking pin-project-lite v0.2.14 |
608 | 2025-02-10T17:14:49.434Z | Compiling ahash v0.8.11 |
609 | 2025-02-10T17:14:49.468Z | Checking smallvec v1.13.2 |
610 | 2025-02-10T17:14:49.530Z | Compiling equivalent v1.0.1 |
611 | 2025-02-10T17:14:49.656Z | Compiling hashbrown v0.15.2 |
612 | 2025-02-10T17:14:49.820Z | Checking scopeguard v1.2.0 |
613 | 2025-02-10T17:14:49.864Z | Compiling semver v1.0.24 |
614 | 2025-02-10T17:14:50.382Z | Checking socket2 v0.5.7 |
615 | 2025-02-10T17:14:50.411Z | Checking signal-hook-registry v1.4.2 |
616 | 2025-02-10T17:14:50.569Z | Checking parking_lot v0.12.2 |
617 | 2025-02-10T17:14:50.661Z | Checking mio v1.0.2 |
618 | 2025-02-10T17:14:50.793Z | Compiling fnv v1.0.7 |
619 | 2025-02-10T17:14:50.948Z | Compiling httparse v1.8.0 |
620 | 2025-02-10T17:14:50.968Z | Compiling typenum v1.17.0 |
621 | 2025-02-10T17:14:51.120Z | Compiling heck v0.5.0 |
622 | 2025-02-10T17:14:51.205Z | Checking iana-time-zone v0.1.60 |
623 | 2025-02-10T17:14:51.304Z | Compiling generic-array v0.14.7 |
624 | 2025-02-10T17:14:51.440Z | Checking futures-core v0.3.31 |
625 | 2025-02-10T17:14:51.642Z | Compiling dyn-clone v1.0.17 |
626 | 2025-02-10T17:14:51.832Z | Checking futures-sink v0.3.30 |
627 | 2025-02-10T17:14:51.854Z | Checking rand_core v0.6.4 |
628 | 2025-02-10T17:14:51.993Z | Compiling allocator-api2 v0.2.18 |
629 | 2025-02-10T17:14:52.094Z | Compiling ring v0.17.8 |
630 | 2025-02-10T17:14:52.115Z | Compiling openssl-sys v0.9.103 |
631 | 2025-02-10T17:14:52.151Z | Checking subtle v2.5.0 |
632 | 2025-02-10T17:14:52.239Z | Compiling slog v2.7.0 |
633 | 2025-02-10T17:14:52.385Z | Checking futures-channel v0.3.30 |
634 | 2025-02-10T17:14:52.701Z | Checking futures-task v0.3.30 |
635 | 2025-02-10T17:14:52.724Z | Checking pin-utils v0.1.0 |
636 | 2025-02-10T17:14:52.764Z | Compiling ucd-trie v0.1.6 |
637 | 2025-02-10T17:14:52.808Z | Checking futures-io v0.3.30 |
638 | 2025-02-10T17:14:52.912Z | Compiling aho-corasick v1.1.3 |
639 | 2025-02-10T17:14:52.989Z | Compiling regex-syntax v0.8.5 |
640 | 2025-02-10T17:14:53.035Z | Compiling openssl v0.10.66 |
641 | 2025-02-10T17:14:53.323Z | Compiling rustversion v1.0.17 |
642 | 2025-02-10T17:14:53.365Z | Checking spin v0.9.8 |
643 | 2025-02-10T17:14:53.473Z | Compiling syn v1.0.109 |
644 | 2025-02-10T17:14:53.582Z | Compiling native-tls v0.2.11 |
645 | 2025-02-10T17:14:53.930Z | Compiling rustls v0.23.10 |
646 | 2025-02-10T17:14:54.057Z | Checking untrusted v0.9.0 |
647 | 2025-02-10T17:14:54.249Z | Checking tracing-core v0.1.32 |
648 | 2025-02-10T17:14:54.842Z | Compiling heck v0.4.1 |
649 | 2025-02-10T17:14:55.204Z | Compiling anyhow v1.0.89 |
650 | 2025-02-10T17:14:55.526Z | Compiling serde_derive_internals v0.29.1 |
651 | 2025-02-10T17:14:55.782Z | Compiling num-conv v0.1.0 |
652 | 2025-02-10T17:14:56.066Z | Compiling time-core v0.1.2 |
653 | 2025-02-10T17:14:56.097Z | Checking percent-encoding v2.3.1 |
654 | 2025-02-10T17:14:56.254Z | Checking rustls-pki-types v1.7.0 |
655 | 2025-02-10T17:14:56.312Z | Checking form_urlencoded v1.2.1 |
656 | 2025-02-10T17:14:56.522Z | Compiling regex-automata v0.4.9 |
657 | 2025-02-10T17:14:56.594Z | Compiling time-macros v0.2.18 |
658 | 2025-02-10T17:14:56.627Z | Checking crypto-common v0.1.6 |
659 | 2025-02-10T17:14:57.569Z | Checking tinyvec_macros v0.1.1 |
660 | 2025-02-10T17:14:58.263Z | Checking tinyvec v1.6.0 |
661 | 2025-02-10T17:14:58.284Z | Compiling thread-id v4.2.1 |
662 | 2025-02-10T17:14:58.401Z | Checking atomic-waker v1.1.2 |
663 | 2025-02-10T17:14:58.537Z | Checking zeroize v1.7.0 |
664 | 2025-02-10T17:14:58.777Z | Compiling strsim v0.11.1 |
665 | 2025-02-10T17:14:59.256Z | Checking try-lock v0.2.5 |
666 | 2025-02-10T17:14:59.389Z | Compiling camino v1.1.9 |
667 | 2025-02-10T17:14:59.411Z | Checking unicode-bidi v0.3.15 |
668 | 2025-02-10T17:14:59.463Z | Checking unicode-normalization v0.1.23 |
669 | 2025-02-10T17:14:59.745Z | Compiling serde_derive v1.0.217 |
670 | 2025-02-10T17:14:59.936Z | Compiling thiserror-impl v1.0.64 |
671 | 2025-02-10T17:15:00.041Z | Compiling tokio-macros v2.4.0 |
672 | 2025-02-10T17:15:00.392Z | Compiling zerocopy-derive v0.7.34 |
673 | 2025-02-10T17:15:00.812Z | Compiling schemars_derive v0.8.21 |
674 | 2025-02-10T17:15:01.570Z | Compiling futures-macro v0.3.30 |
675 | 2025-02-10T17:15:01.703Z | Compiling openssl-macros v0.1.1 |
676 | 2025-02-10T17:15:02.298Z | Compiling zerocopy v0.7.34 |
677 | 2025-02-10T17:15:02.880Z | Compiling pest v2.7.10 |
678 | 2025-02-10T17:15:03.321Z | Checking futures-util v0.3.30 |
679 | 2025-02-10T17:15:03.364Z | Compiling regex v1.11.1 |
680 | 2025-02-10T17:15:03.628Z | Compiling tracing-attributes v0.1.27 |
681 | 2025-02-10T17:15:04.020Z | Compiling hashbrown v0.14.5 |
682 | 2025-02-10T17:15:04.121Z | Compiling scroll_derive v0.12.0 |
683 | 2025-02-10T17:15:04.460Z | Checking rustls-webpki v0.102.4 |
684 | 2025-02-10T17:15:05.150Z | Compiling regress v0.10.1 |
685 | 2025-02-10T17:15:05.262Z | Checking want v0.3.1 |
686 | 2025-02-10T17:15:05.284Z | Checking ppv-lite86 v0.2.17 |
687 | 2025-02-10T17:15:05.459Z | Compiling pest_meta v2.7.10 |
688 | 2025-02-10T17:15:05.550Z | Checking httpdate v1.0.3 |
689 | 2025-02-10T17:15:05.779Z | Checking base64 v0.22.1 |
690 | 2025-02-10T17:15:05.836Z | Checking idna v0.5.0 |
691 | 2025-02-10T17:15:05.973Z | Checking rand_chacha v0.3.1 |
692 | 2025-02-10T17:15:06.350Z | Compiling ident_case v1.0.1 |
693 | 2025-02-10T17:15:06.545Z | Compiling unsafe-libyaml v0.2.11 |
694 | 2025-02-10T17:15:06.667Z | Checking tracing v0.1.40 |
695 | 2025-02-10T17:15:06.703Z | Checking tower-service v0.3.2 |
696 | 2025-02-10T17:15:06.724Z | Compiling pest_generator v2.7.10 |
697 | 2025-02-10T17:15:06.974Z | Checking url v2.5.0 |
698 | 2025-02-10T17:15:07.730Z | Compiling darling_core v0.20.9 |
699 | 2025-02-10T17:15:07.867Z | Checking rand v0.8.5 |
700 | 2025-02-10T17:15:08.269Z | Compiling scroll v0.12.0 |
701 | 2025-02-10T17:15:08.433Z | Compiling usdt-impl v0.5.0 |
702 | 2025-02-10T17:15:08.781Z | Checking foreign-types-shared v0.1.1 |
703 | 2025-02-10T17:15:08.826Z | Compiling plain v0.2.3 |
704 | 2025-02-10T17:15:08.906Z | Checking foreign-types v0.3.2 |
705 | 2025-02-10T17:15:08.998Z | Compiling goblin v0.8.2 |
706 | 2025-02-10T17:15:09.020Z | Compiling strum_macros v0.26.2 |
707 | 2025-02-10T17:15:09.121Z | Compiling pest_derive v2.7.10 |
708 | 2025-02-10T17:15:09.984Z | Checking encoding_rs v0.8.34 |
709 | 2025-02-10T17:15:11.164Z | Checking cpufeatures v0.2.12 |
710 | 2025-02-10T17:15:11.268Z | Compiling pretty-hex v0.4.1 |
711 | 2025-02-10T17:15:11.308Z | Checking bytes v1.9.0 |
712 | 2025-02-10T17:15:12.356Z | Compiling indexmap v2.7.0 |
713 | 2025-02-10T17:15:13.011Z | Checking tokio v1.40.0 |
714 | 2025-02-10T17:15:13.033Z | Checking chrono v0.4.38 |
715 | 2025-02-10T17:15:13.217Z | Compiling serde_tokenstream v0.2.2 |
716 | 2025-02-10T17:15:13.262Z | Checking uuid v1.10.0 |
717 | 2025-02-10T17:15:13.449Z | Checking bitflags v2.6.0 |
718 | 2025-02-10T17:15:14.185Z | Compiling http v1.2.0 |
719 | 2025-02-10T17:15:14.508Z | Compiling openapiv3 v2.0.0 |
720 | 2025-02-10T17:15:14.953Z | Compiling serde_yaml v0.9.34+deprecated |
721 | 2025-02-10T17:15:15.757Z | Checking http-body v1.0.1 |
722 | 2025-02-10T17:15:16.618Z | Checking http-body-util v0.1.2 |
723 | 2025-02-10T17:15:16.662Z | Compiling darling_macro v0.20.9 |
724 | 2025-02-10T17:15:16.805Z | Checking mime v0.3.17 |
725 | 2025-02-10T17:15:17.052Z | Compiling dof v0.3.0 |
726 | 2025-02-10T17:15:17.638Z | Compiling darling v0.20.9 |
727 | 2025-02-10T17:15:17.763Z | Compiling typify-impl v0.2.0 |
728 | 2025-02-10T17:15:18.186Z | Checking serde_urlencoded v0.7.1 |
729 | 2025-02-10T17:15:18.451Z | Compiling dtrace-parser v0.2.0 |
730 | 2025-02-10T17:15:18.541Z | Checking rustls-pemfile v2.1.3 |
731 | 2025-02-10T17:15:18.792Z | Compiling async-trait v0.1.83 |
732 | 2025-02-10T17:15:18.923Z | Checking block-buffer v0.10.4 |
733 | 2025-02-10T17:15:19.135Z | Compiling omicron-workspace-hack v0.1.0 |
734 | 2025-02-10T17:15:19.479Z | Checking openssl-probe v0.1.5 |
735 | 2025-02-10T17:15:19.603Z | Checking tokio-util v0.7.11 |
736 | 2025-02-10T17:15:19.888Z | Checking digest v0.10.7 |
737 | 2025-02-10T17:15:20.240Z | Compiling serde_with_macros v3.11.0 |
738 | 2025-02-10T17:15:20.411Z | Checking h2 v0.4.6 |
739 | 2025-02-10T17:15:21.039Z | Compiling toml_datetime v0.6.8 |
740 | 2025-02-10T17:15:21.951Z | Checking ipnet v2.9.0 |
741 | 2025-02-10T17:15:22.121Z | Compiling rustls v0.22.4 |
742 | 2025-02-10T17:15:22.475Z | Checking tokio-native-tls v0.3.1 |
743 | 2025-02-10T17:15:22.500Z | Checking webpki-roots v0.26.3 |
744 | 2025-02-10T17:15:22.685Z | Compiling slog-async v2.8.0 |
745 | 2025-02-10T17:15:22.734Z | Compiling crossbeam-utils v0.8.19 |
746 | 2025-02-10T17:15:22.737Z | Compiling paste v1.0.15 |
747 | 2025-02-10T17:15:23.257Z | Compiling usdt-attr-macro v0.5.0 |
748 | 2025-02-10T17:15:23.327Z | Compiling usdt-macro v0.5.0 |
749 | 2025-02-10T17:15:23.940Z | Checking sync_wrapper v1.0.1 |
750 | 2025-02-10T17:15:24.027Z | Compiling multer v3.1.0 |
751 | 2025-02-10T17:15:24.366Z | Compiling rustix v0.38.34 |
752 | 2025-02-10T17:15:24.458Z | Checking hyper v1.4.1 |
753 | 2025-02-10T17:15:25.238Z | Checking serde_spanned v0.6.7 |
754 | 2025-02-10T17:15:25.455Z | Checking futures-executor v0.3.30 |
755 | 2025-02-10T17:15:25.458Z | Compiling async-stream-impl v0.3.5 |
756 | 2025-02-10T17:15:25.560Z | Checking errno v0.3.9 |
757 | 2025-02-10T17:15:25.624Z | Checking powerfmt v0.2.0 |
758 | 2025-02-10T17:15:25.657Z | Checking tokio-rustls v0.26.0 |
759 | 2025-02-10T17:15:25.885Z | Checking futures v0.3.30 |
760 | 2025-02-10T17:15:25.962Z | Checking deranged v0.3.11 |
761 | 2025-02-10T17:15:26.001Z | Checking sha1 v0.10.6 |
762 | 2025-02-10T17:15:26.486Z | Checking hyper-util v0.1.9 |
763 | 2025-02-10T17:15:26.681Z | Checking is-terminal v0.4.12 |
764 | 2025-02-10T17:15:26.731Z | Compiling dropshot v0.12.0 |
765 | 2025-02-10T17:15:26.800Z | Checking num_threads v0.1.7 |
766 | 2025-02-10T17:15:27.269Z | Compiling dropshot_endpoint v0.12.0 |
767 | 2025-02-10T17:15:27.289Z | Checking time v0.3.36 |
768 | 2025-02-10T17:15:27.312Z | Checking strum v0.26.2 |
769 | 2025-02-10T17:15:27.486Z | Compiling structmeta-derive v0.3.0 |
770 | 2025-02-10T17:15:28.080Z | Checking hyper-rustls v0.27.3 |
771 | 2025-02-10T17:15:28.285Z | Checking hyper-tls v0.6.0 |
772 | 2025-02-10T17:15:28.409Z | Checking serde_with v3.11.0 |
773 | 2025-02-10T17:15:28.568Z | Checking reqwest v0.12.7 |
774 | 2025-02-10T17:15:29.435Z | Compiling typify-macro v0.2.0 |
775 | 2025-02-10T17:15:29.938Z | Compiling structmeta v0.3.0 |
776 | 2025-02-10T17:15:30.144Z | Checking dirs-sys-next v0.1.2 |
777 | 2025-02-10T17:15:30.480Z | Checking match_cfg v0.1.0 |
778 | 2025-02-10T17:15:30.500Z | Checking winnow v0.6.18 |
779 | 2025-02-10T17:15:31.053Z | Checking hostname v0.3.1 |
780 | 2025-02-10T17:15:31.203Z | Checking dirs-next v2.0.0 |
781 | 2025-02-10T17:15:31.309Z | Compiling parse-display-derive v0.10.0 |
782 | 2025-02-10T17:15:32.775Z | Checking ipnetwork v0.20.0 |
783 | 2025-02-10T17:15:32.981Z | Compiling typify v0.2.0 |
784 | 2025-02-10T17:15:33.119Z | Compiling progenitor-impl v0.8.0 |
785 | 2025-02-10T17:15:33.141Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
786 | 2025-02-10T17:15:33.176Z | Checking thread_local v1.1.8 |
787 | 2025-02-10T17:15:34.103Z | Checking term v0.7.0 |
788 | 2025-02-10T17:15:34.246Z | Checking crossbeam-channel v0.5.12 |
789 | 2025-02-10T17:15:34.540Z | Checking memmap v0.7.0 |
790 | 2025-02-10T17:15:34.755Z | Checking take_mut v0.2.2 |
791 | 2025-02-10T17:15:34.884Z | Checking usdt v0.5.0 |
792 | 2025-02-10T17:15:34.976Z | Checking slog-term v2.9.1 |
793 | 2025-02-10T17:15:35.228Z | Checking toml_edit v0.22.20 |
794 | 2025-02-10T17:15:35.894Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2025-02-10T17:15:35.985Z | Checking progenitor-client v0.8.0 |
796 | 2025-02-10T17:15:36.299Z | Checking slog-json v2.6.1 |
797 | 2025-02-10T17:15:37.241Z | Compiling winnow v0.5.40 |
798 | 2025-02-10T17:15:37.291Z | Checking debug-ignore v1.0.5 |
799 | 2025-02-10T17:15:37.879Z | Checking toml v0.8.19 |
800 | 2025-02-10T17:15:38.002Z | Checking slog-bunyan v2.5.0 |
801 | 2025-02-10T17:15:38.817Z | Compiling progenitor-macro v0.8.0 |
802 | 2025-02-10T17:15:38.837Z | Checking async-stream v0.3.5 |
803 | 2025-02-10T17:15:39.445Z | Checking serde_path_to_error v0.1.16 |
804 | 2025-02-10T17:15:39.466Z | Checking waitgroup v0.1.2 |
805 | 2025-02-10T17:15:39.618Z | Checking hostname v0.4.0 |
806 | 2025-02-10T17:15:39.913Z | Compiling crucible-workspace-hack v0.1.0 |
807 | 2025-02-10T17:15:39.915Z | Checking tokio-rustls v0.25.0 |
808 | 2025-02-10T17:15:40.108Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
809 | 2025-02-10T17:15:40.231Z | Checking newtype-uuid v1.1.0 |
810 | 2025-02-10T17:15:40.252Z | Compiling toml_edit v0.19.15 |
811 | 2025-02-10T17:15:40.486Z | Compiling clap_derive v4.5.4 |
812 | 2025-02-10T17:15:40.529Z | Checking unicode-width v0.1.14 |
813 | 2025-02-10T17:15:41.053Z | Checking utf8parse v0.2.1 |
814 | 2025-02-10T17:15:41.218Z | Checking anstyle-parse v0.2.4 |
815 | 2025-02-10T17:15:41.274Z | Checking hex v0.4.3 |
816 | 2025-02-10T17:15:41.765Z | Checking instant v0.1.12 |
817 | 2025-02-10T17:15:41.896Z | Checking lazy_static v1.5.0 |
818 | 2025-02-10T17:15:42.049Z | Checking anstyle-query v1.0.3 |
819 | 2025-02-10T17:15:42.197Z | Checking anstyle v1.0.7 |
820 | 2025-02-10T17:15:42.562Z | Checking is_terminal_polyfill v1.70.0 |
821 | 2025-02-10T17:15:42.725Z | Checking colorchoice v1.0.1 |
822 | 2025-02-10T17:15:42.877Z | Compiling proc-macro-crate v1.3.1 |
823 | 2025-02-10T17:15:43.654Z | Checking anstream v0.6.14 |
824 | 2025-02-10T17:15:43.676Z | Checking backoff v0.4.0 |
825 | 2025-02-10T17:15:43.960Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
826 | 2025-02-10T17:15:44.021Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
827 | 2025-02-10T17:15:44.115Z | Checking parse-display v0.10.0 |
828 | 2025-02-10T17:15:44.180Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2025-02-10T17:15:44.255Z | Checking terminal_size v0.3.0 |
830 | 2025-02-10T17:15:44.353Z | Checking macaddr v1.0.1 |
831 | 2025-02-10T17:15:44.430Z | Checking regress v0.9.1 |
832 | 2025-02-10T17:15:45.120Z | Checking num-integer v0.1.46 |
833 | 2025-02-10T17:15:45.726Z | Checking clap_lex v0.7.0 |
834 | 2025-02-10T17:15:45.823Z | Compiling unicode-xid v0.2.4 |
835 | 2025-02-10T17:15:45.986Z | Checking clap_builder v4.5.2 |
836 | 2025-02-10T17:15:48.458Z | Compiling heapless v0.8.0 |
837 | 2025-02-10T17:15:48.837Z | Checking clap v4.5.4 |
838 | 2025-02-10T17:15:49.296Z | Compiling num_enum_derive v0.5.11 |
839 | 2025-02-10T17:15:49.378Z | Checking num-bigint v0.4.5 |
840 | 2025-02-10T17:15:49.634Z | Checking progenitor v0.8.0 |
841 | 2025-02-10T17:15:49.805Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
842 | 2025-02-10T17:15:49.868Z | Checking hash32 v0.3.1 |
843 | 2025-02-10T17:15:50.070Z | Checking either v1.13.0 |
844 | 2025-02-10T17:15:50.318Z | Checking fastrand v2.1.0 |
845 | 2025-02-10T17:15:50.389Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
846 | 2025-02-10T17:15:50.436Z | Compiling smoltcp v0.11.0 |
847 | 2025-02-10T17:15:50.660Z | Checking stable_deref_trait v1.2.0 |
848 | 2025-02-10T17:15:50.830Z | Checking bitflags v1.3.2 |
849 | 2025-02-10T17:15:51.154Z | Checking tempfile v3.10.1 |
850 | 2025-02-10T17:15:51.412Z | Checking num_enum v0.5.11 |
851 | 2025-02-10T17:15:51.554Z | Compiling synstructure v0.12.6 |
852 | 2025-02-10T17:15:51.582Z | Checking num-iter v0.1.45 |
853 | 2025-02-10T17:15:51.604Z | Checking num-rational v0.4.2 |
854 | 2025-02-10T17:15:51.758Z | Checking num-complex v0.4.6 |
855 | 2025-02-10T17:15:51.822Z | Compiling proc-macro-error-attr v1.0.4 |
856 | 2025-02-10T17:15:52.178Z | Checking managed v0.8.0 |
857 | 2025-02-10T17:15:52.212Z | Checking cobs v0.2.3 |
858 | 2025-02-10T17:15:52.267Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
859 | 2025-02-10T17:15:52.412Z | Checking postcard v1.0.9 |
860 | 2025-02-10T17:15:52.671Z | Checking num v0.4.3 |
861 | 2025-02-10T17:15:52.770Z | Compiling zerocopy-derive v0.2.0 |
862 | 2025-02-10T17:15:53.357Z | Compiling foreign-types-macros v0.2.3 |
863 | 2025-02-10T17:15:53.426Z | Compiling libz-sys v1.1.16 |
864 | 2025-02-10T17:15:54.320Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
865 | 2025-02-10T17:15:54.323Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
866 | 2025-02-10T17:15:54.436Z | Compiling proc-macro-error v1.0.4 |
867 | 2025-02-10T17:15:54.541Z | Checking data-encoding v2.6.0 |
868 | 2025-02-10T17:15:54.630Z | Checking pretty-hex v0.2.1 |
869 | 2025-02-10T17:15:54.664Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
870 | 2025-02-10T17:15:54.937Z | Checking foreign-types-shared v0.3.1 |
871 | 2025-02-10T17:15:55.059Z | Compiling thiserror v2.0.11 |
872 | 2025-02-10T17:15:55.268Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
873 | 2025-02-10T17:15:55.639Z | Checking foreign-types v0.5.0 |
874 | 2025-02-10T17:15:56.744Z | Checking tabwriter v1.4.0 |
875 | 2025-02-10T17:15:57.106Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
876 | 2025-02-10T17:15:57.150Z | Compiling thiserror-impl v2.0.11 |
877 | 2025-02-10T17:15:57.390Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
878 | 2025-02-10T17:15:58.327Z | Checking cstr-argument v0.1.2 |
879 | 2025-02-10T17:15:58.514Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
880 | 2025-02-10T17:15:58.620Z | Compiling prettyplease v0.2.22 |
881 | 2025-02-10T17:15:59.003Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
882 | 2025-02-10T17:15:59.641Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
883 | 2025-02-10T17:16:00.124Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
884 | 2025-02-10T17:16:00.576Z | Checking colored v2.1.0 |
885 | 2025-02-10T17:16:01.653Z | Compiling libgit2-sys v0.17.0+1.8.1 |
886 | 2025-02-10T17:16:01.898Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
887 | 2025-02-10T17:16:02.050Z | Checking float-ord v0.3.2 |
888 | 2025-02-10T17:16:02.191Z | Checking is_ci v1.2.0 |
889 | 2025-02-10T17:16:02.327Z | Compiling semver v0.1.20 |
890 | 2025-02-10T17:16:02.357Z | Checking unicode-segmentation v1.11.0 |
891 | 2025-02-10T17:16:02.693Z | Compiling rustc_version v0.1.7 |
892 | 2025-02-10T17:16:02.975Z | Checking newline-converter v0.3.0 |
893 | 2025-02-10T17:16:03.056Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
894 | 2025-02-10T17:16:03.391Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
895 | 2025-02-10T17:16:04.343Z | Compiling zone_cfg_derive v0.3.0 |
896 | 2025-02-10T17:16:05.044Z | Checking camino-tempfile v1.1.1 |
897 | 2025-02-10T17:16:05.274Z | Checking itertools v0.10.5 |
898 | 2025-02-10T17:16:05.519Z | Checking console v0.15.8 |
899 | 2025-02-10T17:16:05.984Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
900 | 2025-02-10T17:16:06.370Z | Compiling num-derive v0.4.2 |
901 | 2025-02-10T17:16:07.330Z | Checking sigpipe v0.1.3 |
902 | 2025-02-10T17:16:07.453Z | Compiling usdt-impl v0.3.5 |
903 | 2025-02-10T17:16:07.556Z | Compiling owo-colors v4.1.0 |
904 | 2025-02-10T17:16:07.864Z | Checking similar v2.5.0 |
905 | 2025-02-10T17:16:07.886Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
906 | 2025-02-10T17:16:08.226Z | Checking base64 v0.21.7 |
907 | 2025-02-10T17:16:08.492Z | Checking base64ct v1.6.0 |
908 | 2025-02-10T17:16:08.691Z | Checking expectorate v1.1.0 |
909 | 2025-02-10T17:16:08.909Z | Checking password-hash v0.5.0 |
910 | 2025-02-10T17:16:08.937Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
911 | 2025-02-10T17:16:09.365Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
912 | 2025-02-10T17:16:09.453Z | Checking zone v0.3.0 |
913 | 2025-02-10T17:16:09.475Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
914 | 2025-02-10T17:16:09.607Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
915 | 2025-02-10T17:16:09.811Z | Compiling newtype_derive v0.1.6 |
916 | 2025-02-10T17:16:09.883Z | Checking supports-color v2.1.0 |
917 | 2025-02-10T17:16:10.079Z | Checking supports-color v3.0.1 |
918 | 2025-02-10T17:16:10.173Z | Compiling zerocopy v0.3.2 |
919 | 2025-02-10T17:16:10.271Z | Checking blake2 v0.10.6 |
920 | 2025-02-10T17:16:10.306Z | Compiling cargo-platform v0.1.8 |
921 | 2025-02-10T17:16:10.329Z | Compiling hubpack_derive v0.1.1 |
922 | 2025-02-10T17:16:10.543Z | Checking smf v0.2.3 |
923 | 2025-02-10T17:16:10.610Z | Compiling zerocopy-derive v0.6.6 |
924 | 2025-02-10T17:16:10.643Z | Compiling serde_repr v0.1.19 |
925 | 2025-02-10T17:16:10.804Z | Compiling vergen v8.3.2 |
926 | 2025-02-10T17:16:10.990Z | Checking whoami v1.5.1 |
927 | 2025-02-10T17:16:11.254Z | Checking fixedbitset v0.4.2 |
928 | 2025-02-10T17:16:11.289Z | Compiling cancel-safe-futures v0.1.5 |
929 | 2025-02-10T17:16:11.501Z | Checking petgraph v0.6.5 |
930 | 2025-02-10T17:16:11.664Z | Checking hubpack v0.1.2 |
931 | 2025-02-10T17:16:11.775Z | Compiling cargo_metadata v0.18.1 |
932 | 2025-02-10T17:16:11.946Z | Checking argon2 v0.5.3 |
933 | 2025-02-10T17:16:12.372Z | Checking zerocopy v0.6.6 |
934 | 2025-02-10T17:16:12.694Z | Compiling dof v0.1.5 |
935 | 2025-02-10T17:16:13.325Z | Compiling typify-impl v0.3.0 |
936 | 2025-02-10T17:16:14.399Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
937 | 2025-02-10T17:16:14.473Z | Compiling rustc_version v0.4.0 |
938 | 2025-02-10T17:16:14.616Z | Checking serde-big-array v0.5.1 |
939 | 2025-02-10T17:16:14.797Z | Compiling dtrace-parser v0.1.14 |
940 | 2025-02-10T17:16:14.929Z | Compiling strum_macros v0.25.3 |
941 | 2025-02-10T17:16:15.046Z | Compiling libsqlite3-sys v0.30.1 |
942 | 2025-02-10T17:16:15.597Z | Compiling cookie v0.18.1 |
943 | 2025-02-10T17:16:15.751Z | Compiling slog-dtrace v0.3.0 |
944 | 2025-02-10T17:16:15.980Z | Checking static_assertions v1.1.0 |
945 | 2025-02-10T17:16:16.080Z | Compiling convert_case v0.4.0 |
946 | 2025-02-10T17:16:16.110Z | Compiling rustls v0.21.12 |
947 | 2025-02-10T17:16:16.294Z | Checking utf-8 v0.7.6 |
948 | 2025-02-10T17:16:16.449Z | Compiling cfg_aliases v0.2.1 |
949 | 2025-02-10T17:16:16.479Z | Checking tungstenite v0.21.0 |
950 | 2025-02-10T17:16:16.558Z | Compiling nix v0.29.0 |
951 | 2025-02-10T17:16:16.756Z | Compiling derive_more v0.99.18 |
952 | 2025-02-10T17:16:17.354Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
953 | 2025-02-10T17:16:17.415Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
954 | 2025-02-10T17:16:17.894Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
955 | 2025-02-10T17:16:18.284Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
956 | 2025-02-10T17:16:18.570Z | Checking atomicwrites v0.4.4 |
957 | 2025-02-10T17:16:18.743Z | Checking itertools v0.13.0 |
958 | 2025-02-10T17:16:18.785Z | Checking libsw v3.3.1 |
959 | 2025-02-10T17:16:19.022Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
960 | 2025-02-10T17:16:19.120Z | Compiling serde_tokenstream v0.1.7 |
961 | 2025-02-10T17:16:19.481Z | Checking rustls-webpki v0.101.7 |
962 | 2025-02-10T17:16:19.571Z | Checking sct v0.7.1 |
963 | 2025-02-10T17:16:20.171Z | Checking idna v0.4.0 |
964 | 2025-02-10T17:16:21.084Z | Compiling enum-as-inner v0.6.0 |
965 | 2025-02-10T17:16:21.136Z | Compiling derive-where v1.2.7 |
966 | 2025-02-10T17:16:22.118Z | Checking inout v0.1.3 |
967 | 2025-02-10T17:16:22.310Z | Checking swrite v0.1.0 |
968 | 2025-02-10T17:16:22.438Z | Checking indent_write v2.2.0 |
969 | 2025-02-10T17:16:22.459Z | Checking linear-map v1.2.0 |
970 | 2025-02-10T17:16:22.643Z | Checking highway v1.2.0 |
971 | 2025-02-10T17:16:22.774Z | Checking linked-hash-map v0.5.6 |
972 | 2025-02-10T17:16:23.041Z | Checking quick-error v1.2.3 |
973 | 2025-02-10T17:16:23.044Z | Compiling radium v0.7.0 |
974 | 2025-02-10T17:16:23.163Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
975 | 2025-02-10T17:16:23.192Z | Checking resolv-conf v0.7.0 |
976 | 2025-02-10T17:16:23.516Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
977 | 2025-02-10T17:16:23.567Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
978 | 2025-02-10T17:16:23.980Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2025-02-10T17:16:24.860Z | Checking lru-cache v0.1.2 |
980 | 2025-02-10T17:16:24.881Z | Compiling typify-macro v0.3.0 |
981 | 2025-02-10T17:16:25.021Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
982 | 2025-02-10T17:16:25.857Z | Checking cipher v0.4.4 |
983 | 2025-02-10T17:16:26.014Z | Checking hickory-proto v0.24.1 |
984 | 2025-02-10T17:16:26.394Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
985 | 2025-02-10T17:16:26.763Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
986 | 2025-02-10T17:16:27.708Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
987 | 2025-02-10T17:16:27.730Z | Checking steno v0.4.1 |
988 | 2025-02-10T17:16:28.390Z | Checking tokio-tungstenite v0.21.0 |
989 | 2025-02-10T17:16:29.230Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
990 | 2025-02-10T17:16:29.409Z | Checking crossbeam-epoch v0.9.18 |
991 | 2025-02-10T17:16:29.707Z | Checking hashlink v0.9.1 |
992 | 2025-02-10T17:16:29.728Z | Compiling rayon-core v1.12.1 |
993 | 2025-02-10T17:16:29.781Z | Checking tap v1.0.1 |
994 | 2025-02-10T17:16:29.869Z | Checking humantime v2.1.0 |
995 | 2025-02-10T17:16:29.937Z | Checking fallible-iterator v0.3.0 |
996 | 2025-02-10T17:16:30.052Z | Checking fallible-streaming-iterator v0.1.9 |
997 | 2025-02-10T17:16:30.221Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
998 | 2025-02-10T17:16:30.276Z | Checking wyz v0.5.1 |
999 | 2025-02-10T17:16:30.311Z | Checking crossbeam-deque v0.8.5 |
1000 | 2025-02-10T17:16:30.483Z | Checking rusqlite v0.32.1 |
1001 | 2025-02-10T17:16:30.614Z | Checking hickory-resolver v0.24.1 |
1002 | 2025-02-10T17:16:30.638Z | Checking tokio-rustls v0.24.1 |
1003 | 2025-02-10T17:16:31.769Z | Compiling usdt-attr-macro v0.3.5 |
1004 | 2025-02-10T17:16:31.792Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1005 | 2025-02-10T17:16:31.868Z | Compiling usdt-macro v0.3.5 |
1006 | 2025-02-10T17:16:31.989Z | Checking rustls-pemfile v1.0.4 |
1007 | 2025-02-10T17:16:32.202Z | Compiling num_enum_derive v0.7.2 |
1008 | 2025-02-10T17:16:32.223Z | Checking twox-hash v2.1.0 |
1009 | 2025-02-10T17:16:32.805Z | Checking universal-hash v0.5.1 |
1010 | 2025-02-10T17:16:32.991Z | Checking atty v0.2.14 |
1011 | 2025-02-10T17:16:33.100Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1012 | 2025-02-10T17:16:33.123Z | Checking opaque-debug v0.3.1 |
1013 | 2025-02-10T17:16:33.125Z | Checking funty v2.0.0 |
1014 | 2025-02-10T17:16:33.236Z | Checking polyval v0.6.2 |
1015 | 2025-02-10T17:16:33.488Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1016 | 2025-02-10T17:16:33.859Z | Checking bitvec v1.0.1 |
1017 | 2025-02-10T17:16:33.924Z | Checking usdt v0.3.5 |
1018 | 2025-02-10T17:16:34.237Z | Compiling typify v0.3.0 |
1019 | 2025-02-10T17:16:34.311Z | Checking num_enum v0.7.2 |
1020 | 2025-02-10T17:16:34.371Z | Checking aes v0.8.4 |
1021 | 2025-02-10T17:16:34.487Z | Checking ctr v0.9.2 |
1022 | 2025-02-10T17:16:34.768Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1023 | 2025-02-10T17:16:34.790Z | Checking bincode v1.3.3 |
1024 | 2025-02-10T17:16:35.050Z | Checking aead v0.5.2 |
1025 | 2025-02-10T17:16:35.084Z | Checking toml v0.7.8 |
1026 | 2025-02-10T17:16:35.157Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1027 | 2025-02-10T17:16:35.247Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1028 | 2025-02-10T17:16:35.363Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1029 | 2025-02-10T17:16:35.462Z | Checking aes-gcm-siv v0.11.1 |
1030 | 2025-02-10T17:16:35.552Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1031 | 2025-02-10T17:16:35.661Z | Checking rayon v1.10.0 |
1032 | 2025-02-10T17:16:35.705Z | Compiling progenitor-impl v0.9.1 |
1033 | 2025-02-10T17:16:35.864Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1034 | 2025-02-10T17:16:35.927Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1035 | 2025-02-10T17:16:36.087Z | Compiling bitstruct_derive v0.1.0 |
1036 | 2025-02-10T17:16:36.108Z | Compiling async-recursion v1.1.1 |
1037 | 2025-02-10T17:16:36.290Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1038 | 2025-02-10T17:16:36.451Z | Checking ascii v1.1.0 |
1039 | 2025-02-10T17:16:36.837Z | Compiling cfg_aliases v0.1.1 |
1040 | 2025-02-10T17:16:36.951Z | Checking ringbuffer v0.15.0 |
1041 | 2025-02-10T17:16:37.316Z | Checking typeid v1.0.0 |
1042 | 2025-02-10T17:16:37.352Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1043 | 2025-02-10T17:16:37.375Z | Checking bitstruct v0.1.1 |
1044 | 2025-02-10T17:16:37.459Z | Checking erased-serde v0.4.5 |
1045 | 2025-02-10T17:16:37.490Z | Compiling nix v0.28.0 |
1046 | 2025-02-10T17:16:37.493Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1047 | 2025-02-10T17:16:37.975Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1048 | 2025-02-10T17:16:38.261Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1049 | 2025-02-10T17:16:38.295Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1050 | 2025-02-10T17:16:38.372Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1051 | 2025-02-10T17:16:38.478Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1052 | 2025-02-10T17:16:38.623Z | Checking progenitor-client v0.9.1 |
1053 | 2025-02-10T17:16:38.931Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1054 | 2025-02-10T17:16:39.055Z | Checking serde_arrays v0.1.0 |
1055 | 2025-02-10T17:16:39.196Z | Checking libloading v0.7.4 |
1056 | 2025-02-10T17:16:39.322Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1057 | 2025-02-10T17:16:39.454Z | Compiling const_format_proc_macros v0.2.32 |
1058 | 2025-02-10T17:16:39.673Z | Checking kstat-rs v0.2.4 |
1059 | 2025-02-10T17:16:39.706Z | Compiling escargot v0.5.10 |
1060 | 2025-02-10T17:16:40.017Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1061 | 2025-02-10T17:16:40.137Z | Checking ron v0.8.1 |
1062 | 2025-02-10T17:16:40.163Z | Checking xattr v1.3.1 |
1063 | 2025-02-10T17:16:40.663Z | Checking filetime v0.2.23 |
1064 | 2025-02-10T17:16:40.918Z | Checking bstr v1.9.1 |
1065 | 2025-02-10T17:16:41.073Z | Checking bit_field v0.10.2 |
1066 | 2025-02-10T17:16:41.261Z | Checking const_format v0.2.32 |
1067 | 2025-02-10T17:16:41.322Z | Checking ctrlc v3.4.4 |
1068 | 2025-02-10T17:16:41.341Z | Checking tar v0.4.40 |
1069 | 2025-02-10T17:16:41.635Z | Compiling progenitor-macro v0.9.1 |
1070 | 2025-02-10T17:16:41.667Z | Checking globset v0.4.14 |
1071 | 2025-02-10T17:16:42.030Z | Checking fatfs v0.3.6 |
1072 | 2025-02-10T17:16:42.117Z | Checking glob v0.3.1 |
1073 | 2025-02-10T17:16:43.363Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1074 | 2025-02-10T17:16:44.084Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1075 | 2025-02-10T17:16:45.787Z | Compiling git2 v0.19.0 |
1076 | 2025-02-10T17:16:46.730Z | Checking progenitor v0.9.1 |
1077 | 2025-02-10T17:16:46.859Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1078 | 2025-02-10T17:16:49.163Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1079 | 2025-02-10T17:16:49.799Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1080 | 2025-02-10T17:16:49.887Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1081 | 2025-02-10T17:16:50.397Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1082 | 2025-02-10T17:16:57.605Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1083 | 2025-02-10T17:17:02.775Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1084 | 2025-02-10T17:17:11.037Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1085 | 2025-02-10T17:17:11.040Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1086 | 2025-02-10T17:17:17.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s |
1087 | 2025-02-10T17:17:17.742Z | |
1088 | 2025-02-10T17:17:17.742Z | real 2:50.709101725 |
1089 | 2025-02-10T17:17:17.742Z | user 13:26.164536753 |
1090 | 2025-02-10T17:17:17.742Z | sys 2:16.767904034 |
1091 | 2025-02-10T17:17:17.742Z | trap 0.414202744 |
1092 | 2025-02-10T17:17:17.742Z | tflt 2.261530728 |
1093 | 2025-02-10T17:17:17.742Z | dflt 0.831485222 |
1094 | 2025-02-10T17:17:17.742Z | kflt 0.010699723 |
1095 | 2025-02-10T17:17:17.742Z | lock 15:47.224764480 |
1096 | 2025-02-10T17:17:17.742Z | slp 50:43.630487463 |
1097 | 2025-02-10T17:17:17.742Z | lat 59.791860006 |
1098 | 2025-02-10T17:17:17.742Z | stop 3:23.353808062 |
1099 | 2025-02-10T17:17:17.748Z | + ptime -m cargo clippy --features falcon --all-targets |
1100 | 2025-02-10T17:17:18.071Z | Downloading crates ... |
1101 | 2025-02-10T17:17:18.256Z | Downloaded bytemuck v1.16.0 |
1102 | 2025-02-10T17:17:18.260Z | Downloaded crc32fast v1.4.0 |
1103 | 2025-02-10T17:17:18.265Z | Downloaded mockall v0.12.1 |
1104 | 2025-02-10T17:17:18.270Z | Downloaded downcast v0.11.0 |
1105 | 2025-02-10T17:17:18.276Z | Downloaded termtree v0.4.1 |
1106 | 2025-02-10T17:17:18.279Z | Downloaded predicates v3.1.0 |
1107 | 2025-02-10T17:17:18.282Z | Downloaded simd-adler32 v0.3.7 |
1108 | 2025-02-10T17:17:18.282Z | Downloaded predicates-tree v1.0.9 |
1109 | 2025-02-10T17:17:18.285Z | Downloaded predicates-core v1.0.6 |
1110 | 2025-02-10T17:17:18.285Z | Downloaded slog-stdlog v4.1.1 |
1111 | 2025-02-10T17:17:18.288Z | Downloaded slog-scope v4.4.0 |
1112 | 2025-02-10T17:17:18.288Z | Downloaded slog-envlogger v2.2.0 |
1113 | 2025-02-10T17:17:18.288Z | Downloaded serde_test v1.0.176 |
1114 | 2025-02-10T17:17:18.291Z | Downloaded fragile v2.0.0 |
1115 | 2025-02-10T17:17:18.297Z | Downloaded fdeflate v0.3.4 |
1116 | 2025-02-10T17:17:18.300Z | Downloaded mockall_derive v0.12.1 |
1117 | 2025-02-10T17:17:18.302Z | Downloaded arc-swap v1.7.1 |
1118 | 2025-02-10T17:17:18.307Z | Downloaded miniz_oxide v0.7.2 |
1119 | 2025-02-10T17:17:18.315Z | Downloaded png v0.17.13 |
1120 | 2025-02-10T17:17:18.319Z | Downloaded flate2 v1.0.30 |
1121 | 2025-02-10T17:17:19.057Z | Downloaded image v0.25.1 |
1122 | 2025-02-10T17:17:19.347Z | Checking log v0.4.22 |
1123 | 2025-02-10T17:17:19.372Z | Checking tokio v1.40.0 |
1124 | 2025-02-10T17:17:19.390Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1125 | 2025-02-10T17:17:19.432Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1126 | 2025-02-10T17:17:19.435Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1127 | 2025-02-10T17:17:19.435Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1128 | 2025-02-10T17:17:19.504Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1129 | 2025-02-10T17:17:19.507Z | Compiling crc32fast v1.4.0 |
1130 | 2025-02-10T17:17:19.603Z | Checking native-tls v0.2.11 |
1131 | 2025-02-10T17:17:19.622Z | Checking goblin v0.8.2 |
1132 | 2025-02-10T17:17:19.630Z | Checking rustls v0.22.4 |
1133 | 2025-02-10T17:17:19.645Z | Checking typify-impl v0.2.0 |
1134 | 2025-02-10T17:17:19.870Z | Checking tungstenite v0.21.0 |
1135 | 2025-02-10T17:17:19.887Z | Checking rustls v0.21.12 |
1136 | 2025-02-10T17:17:19.903Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1137 | 2025-02-10T17:17:19.931Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1138 | 2025-02-10T17:17:20.224Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1139 | 2025-02-10T17:17:20.433Z | Checking typify-impl v0.3.0 |
1140 | 2025-02-10T17:17:20.701Z | Checking simd-adler32 v0.3.7 |
1141 | 2025-02-10T17:17:20.947Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1142 | 2025-02-10T17:17:21.269Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1143 | 2025-02-10T17:17:21.677Z | Checking adler v1.0.2 |
1144 | 2025-02-10T17:17:21.838Z | Checking miniz_oxide v0.7.2 |
1145 | 2025-02-10T17:17:22.131Z | Checking typify v0.2.0 |
1146 | 2025-02-10T17:17:22.255Z | Checking progenitor-impl v0.8.0 |
1147 | 2025-02-10T17:17:22.792Z | Checking arc-swap v1.7.1 |
1148 | 2025-02-10T17:17:22.803Z | Checking flate2 v1.0.30 |
1149 | 2025-02-10T17:17:22.898Z | Checking typify v0.3.0 |
1150 | 2025-02-10T17:17:22.931Z | Checking fdeflate v0.3.4 |
1151 | 2025-02-10T17:17:23.177Z | Checking progenitor-impl v0.9.1 |
1152 | 2025-02-10T17:17:23.180Z | Checking slog-scope v4.4.0 |
1153 | 2025-02-10T17:17:23.345Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1154 | 2025-02-10T17:17:23.364Z | Checking slog-stdlog v4.1.1 |
1155 | 2025-02-10T17:17:23.415Z | Checking png v0.17.13 |
1156 | 2025-02-10T17:17:23.511Z | Checking bytemuck v1.16.0 |
1157 | 2025-02-10T17:17:23.716Z | Checking predicates-core v1.0.6 |
1158 | 2025-02-10T17:17:23.899Z | Checking slog-envlogger v2.2.0 |
1159 | 2025-02-10T17:17:23.917Z | Checking termtree v0.4.1 |
1160 | 2025-02-10T17:17:24.098Z | Checking predicates v3.1.0 |
1161 | 2025-02-10T17:17:24.110Z | Checking predicates-tree v1.0.9 |
1162 | 2025-02-10T17:17:24.167Z | Compiling mockall_derive v0.12.1 |
1163 | 2025-02-10T17:17:24.221Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1164 | 2025-02-10T17:17:24.250Z | Checking wait-timeout v0.2.0 |
1165 | 2025-02-10T17:17:24.328Z | Checking dof v0.3.0 |
1166 | 2025-02-10T17:17:24.431Z | Checking downcast v0.11.0 |
1167 | 2025-02-10T17:17:24.572Z | Checking image v0.25.1 |
1168 | 2025-02-10T17:17:24.585Z | Checking fragile v2.0.0 |
1169 | 2025-02-10T17:17:24.613Z | Checking bit-vec v0.6.3 |
1170 | 2025-02-10T17:17:24.829Z | Checking globset v0.4.14 |
1171 | 2025-02-10T17:17:24.900Z | Checking usdt-impl v0.5.0 |
1172 | 2025-02-10T17:17:24.938Z | Checking rusty-fork v0.3.0 |
1173 | 2025-02-10T17:17:24.941Z | Checking bit-set v0.5.3 |
1174 | 2025-02-10T17:17:25.178Z | Checking escargot v0.5.10 |
1175 | 2025-02-10T17:17:25.230Z | Checking fatfs v0.3.6 |
1176 | 2025-02-10T17:17:25.293Z | Checking rand_xorshift v0.3.0 |
1177 | 2025-02-10T17:17:25.407Z | Checking usdt v0.5.0 |
1178 | 2025-02-10T17:17:25.466Z | Checking unarray v0.1.4 |
1179 | 2025-02-10T17:17:25.610Z | Checking proptest v1.5.0 |
1180 | 2025-02-10T17:17:25.671Z | Checking slog-dtrace v0.3.0 |
1181 | 2025-02-10T17:17:25.811Z | Checking tokio-util v0.7.11 |
1182 | 2025-02-10T17:17:25.867Z | Checking tokio-native-tls v0.3.1 |
1183 | 2025-02-10T17:17:26.060Z | Checking tokio-rustls v0.26.0 |
1184 | 2025-02-10T17:17:26.113Z | Checking tokio-rustls v0.25.0 |
1185 | 2025-02-10T17:17:26.173Z | Checking backoff v0.4.0 |
1186 | 2025-02-10T17:17:26.186Z | Checking tokio-tungstenite v0.21.0 |
1187 | 2025-02-10T17:17:26.298Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1188 | 2025-02-10T17:17:26.395Z | Checking zone v0.3.0 |
1189 | 2025-02-10T17:17:26.432Z | Checking cancel-safe-futures v0.1.5 |
1190 | 2025-02-10T17:17:26.444Z | Checking libsw v3.3.1 |
1191 | 2025-02-10T17:17:26.543Z | Checking h2 v0.4.6 |
1192 | 2025-02-10T17:17:26.555Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1193 | 2025-02-10T17:17:26.618Z | Checking steno v0.4.1 |
1194 | 2025-02-10T17:17:26.676Z | Checking hickory-proto v0.24.1 |
1195 | 2025-02-10T17:17:26.824Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1196 | 2025-02-10T17:17:27.109Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1197 | 2025-02-10T17:17:28.023Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1198 | 2025-02-10T17:17:28.163Z | Checking tokio-rustls v0.24.1 |
1199 | 2025-02-10T17:17:28.294Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1200 | 2025-02-10T17:17:28.503Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1201 | 2025-02-10T17:17:28.552Z | Checking serde_test v1.0.176 |
1202 | 2025-02-10T17:17:28.701Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1203 | 2025-02-10T17:17:30.097Z | Checking hickory-resolver v0.24.1 |
1204 | 2025-02-10T17:17:30.603Z | Checking hyper v1.4.1 |
1205 | 2025-02-10T17:17:30.740Z | Checking mockall v0.12.1 |
1206 | 2025-02-10T17:17:31.917Z | Checking hyper-util v0.1.9 |
1207 | 2025-02-10T17:17:32.877Z | Checking hyper-rustls v0.27.3 |
1208 | 2025-02-10T17:17:32.877Z | Checking hyper-tls v0.6.0 |
1209 | 2025-02-10T17:17:32.879Z | Checking dropshot v0.12.0 |
1210 | 2025-02-10T17:17:33.082Z | Checking reqwest v0.12.7 |
1211 | 2025-02-10T17:17:34.076Z | Checking progenitor-client v0.8.0 |
1212 | 2025-02-10T17:17:34.079Z | Checking progenitor-client v0.9.1 |
1213 | 2025-02-10T17:17:34.266Z | Checking progenitor v0.8.0 |
1214 | 2025-02-10T17:17:34.299Z | Checking progenitor v0.9.1 |
1215 | 2025-02-10T17:17:34.377Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1216 | 2025-02-10T17:17:34.380Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1217 | 2025-02-10T17:17:34.380Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1218 | 2025-02-10T17:17:34.413Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1219 | 2025-02-10T17:17:35.237Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1220 | 2025-02-10T17:17:36.433Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1221 | 2025-02-10T17:17:37.905Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1222 | 2025-02-10T17:17:38.620Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1223 | 2025-02-10T17:17:39.262Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1224 | 2025-02-10T17:17:43.539Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1225 | 2025-02-10T17:17:43.540Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1226 | 2025-02-10T17:17:43.542Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1227 | 2025-02-10T17:17:43.542Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1228 | 2025-02-10T17:17:45.054Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1229 | 2025-02-10T17:17:45.409Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1230 | 2025-02-10T17:17:45.409Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1231 | 2025-02-10T17:17:45.424Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1232 | 2025-02-10T17:17:46.005Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1233 | 2025-02-10T17:17:46.211Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1234 | 2025-02-10T17:17:46.271Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1235 | 2025-02-10T17:17:54.452Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1236 | 2025-02-10T17:17:59.348Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1237 | 2025-02-10T17:17:59.898Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1238 | 2025-02-10T17:18:03.711Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1239 | 2025-02-10T17:18:14.378Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1240 | 2025-02-10T17:18:14.378Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1241 | 2025-02-10T17:18:22.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
1242 | 2025-02-10T17:18:22.385Z | |
1243 | 2025-02-10T17:18:22.385Z | real 1:04.793996042 |
1244 | 2025-02-10T17:18:22.385Z | user 2:54.065615285 |
1245 | 2025-02-10T17:18:22.385Z | sys 22.185730041 |
1246 | 2025-02-10T17:18:22.385Z | trap 0.069320717 |
1247 | 2025-02-10T17:18:22.385Z | tflt 0.337583390 |
1248 | 2025-02-10T17:18:22.388Z | dflt 0.018903806 |
1249 | 2025-02-10T17:18:22.388Z | kflt 0.000048594 |
1250 | 2025-02-10T17:18:22.388Z | lock 3:46.089463926 |
1251 | 2025-02-10T17:18:22.388Z | slp 9:32.026778844 |
1252 | 2025-02-10T17:18:22.388Z | lat 6.038454072 |
1253 | 2025-02-10T17:18:22.388Z | stop 12.603685796 |
1254 | 2025-02-10T17:18:22.388Z | + banner build |
1255 | 2025-02-10T17:18:22.388Z | |
1256 | 2025-02-10T17:18:22.388Z | ##### # # # # ##### |
1257 | 2025-02-10T17:18:22.388Z | # # # # # # # # |
1258 | 2025-02-10T17:18:22.388Z | ##### # # # # # # |
1259 | 2025-02-10T17:18:22.388Z | # # # # # # # # |
1260 | 2025-02-10T17:18:22.388Z | # # # # # # # # |
1261 | 2025-02-10T17:18:22.388Z | ##### #### # ###### ##### |
1262 | 2025-02-10T17:18:22.388Z | |
1263 | 2025-02-10T17:18:22.388Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1264 | 2025-02-10T17:18:23.126Z | Compiling proc-macro2 v1.0.92 |
1265 | 2025-02-10T17:18:23.126Z | Compiling unicode-ident v1.0.14 |
1266 | 2025-02-10T17:18:23.126Z | Compiling libc v0.2.169 |
1267 | 2025-02-10T17:18:23.129Z | Compiling serde v1.0.217 |
1268 | 2025-02-10T17:18:23.129Z | Compiling autocfg v1.3.0 |
1269 | 2025-02-10T17:18:23.129Z | Compiling once_cell v1.19.0 |
1270 | 2025-02-10T17:18:23.129Z | Compiling version_check v0.9.5 |
1271 | 2025-02-10T17:18:23.153Z | Compiling cfg-if v1.0.0 |
1272 | 2025-02-10T17:18:23.285Z | Compiling memchr v2.7.2 |
1273 | 2025-02-10T17:18:23.320Z | Compiling libm v0.2.8 |
1274 | 2025-02-10T17:18:23.572Z | Compiling thiserror v1.0.64 |
1275 | 2025-02-10T17:18:23.701Z | Compiling itoa v1.0.11 |
1276 | 2025-02-10T17:18:23.742Z | Compiling parking_lot_core v0.9.10 |
1277 | 2025-02-10T17:18:23.802Z | Compiling lock_api v0.4.12 |
1278 | 2025-02-10T17:18:24.142Z | Compiling ryu v1.0.18 |
1279 | 2025-02-10T17:18:24.164Z | Compiling serde_json v1.0.135 |
1280 | 2025-02-10T17:18:24.307Z | Compiling schemars v0.8.21 |
1281 | 2025-02-10T17:18:24.432Z | Compiling slab v0.4.9 |
1282 | 2025-02-10T17:18:24.536Z | Compiling byteorder v1.5.0 |
1283 | 2025-02-10T17:18:24.546Z | Compiling pkg-config v0.3.30 |
1284 | 2025-02-10T17:18:24.675Z | Compiling vcpkg v0.2.15 |
1285 | 2025-02-10T17:18:24.805Z | Compiling quote v1.0.38 |
1286 | 2025-02-10T17:18:24.940Z | Compiling jobserver v0.1.31 |
1287 | 2025-02-10T17:18:25.119Z | Compiling getrandom v0.2.14 |
1288 | 2025-02-10T17:18:25.286Z | Compiling syn v2.0.96 |
1289 | 2025-02-10T17:18:25.367Z | Compiling cc v1.0.97 |
1290 | 2025-02-10T17:18:25.563Z | Compiling log v0.4.22 |
1291 | 2025-02-10T17:18:25.910Z | Compiling num-traits v0.2.19 |
1292 | 2025-02-10T17:18:26.106Z | Compiling pin-project-lite v0.2.14 |
1293 | 2025-02-10T17:18:26.356Z | Compiling ahash v0.8.11 |
1294 | 2025-02-10T17:18:26.495Z | Compiling equivalent v1.0.1 |
1295 | 2025-02-10T17:18:26.542Z | Compiling smallvec v1.13.2 |
1296 | 2025-02-10T17:18:26.591Z | Compiling hashbrown v0.15.2 |
1297 | 2025-02-10T17:18:26.737Z | Compiling scopeguard v1.2.0 |
1298 | 2025-02-10T17:18:27.331Z | Compiling semver v1.0.24 |
1299 | 2025-02-10T17:18:27.758Z | Compiling parking_lot v0.12.2 |
1300 | 2025-02-10T17:18:27.834Z | Compiling socket2 v0.5.7 |
1301 | 2025-02-10T17:18:27.864Z | Compiling signal-hook-registry v1.4.2 |
1302 | 2025-02-10T17:18:28.335Z | Compiling ring v0.17.8 |
1303 | 2025-02-10T17:18:28.798Z | Compiling mio v1.0.2 |
1304 | 2025-02-10T17:18:29.247Z | Compiling fnv v1.0.7 |
1305 | 2025-02-10T17:18:29.345Z | Compiling httparse v1.8.0 |
1306 | 2025-02-10T17:18:29.348Z | Compiling typenum v1.17.0 |
1307 | 2025-02-10T17:18:29.368Z | Compiling generic-array v0.14.7 |
1308 | 2025-02-10T17:18:29.383Z | Compiling iana-time-zone v0.1.60 |
1309 | 2025-02-10T17:18:29.441Z | Compiling heck v0.5.0 |
1310 | 2025-02-10T17:18:29.730Z | Compiling futures-core v0.3.31 |
1311 | 2025-02-10T17:18:29.774Z | Compiling openssl-sys v0.9.103 |
1312 | 2025-02-10T17:18:30.018Z | Compiling dyn-clone v1.0.17 |
1313 | 2025-02-10T17:18:30.132Z | Compiling futures-sink v0.3.30 |
1314 | 2025-02-10T17:18:30.215Z | Compiling rand_core v0.6.4 |
1315 | 2025-02-10T17:18:30.264Z | Compiling slog v2.7.0 |
1316 | 2025-02-10T17:18:30.280Z | Compiling allocator-api2 v0.2.18 |
1317 | 2025-02-10T17:18:30.414Z | Compiling subtle v2.5.0 |
1318 | 2025-02-10T17:18:30.678Z | Compiling futures-channel v0.3.30 |
1319 | 2025-02-10T17:18:30.689Z | Compiling ucd-trie v0.1.6 |
1320 | 2025-02-10T17:18:30.717Z | Compiling pin-utils v0.1.0 |
1321 | 2025-02-10T17:18:30.757Z | Compiling futures-task v0.3.30 |
1322 | 2025-02-10T17:18:30.802Z | Compiling futures-io v0.3.30 |
1323 | 2025-02-10T17:18:30.989Z | Compiling openssl v0.10.66 |
1324 | 2025-02-10T17:18:31.117Z | Compiling aho-corasick v1.1.3 |
1325 | 2025-02-10T17:18:31.132Z | Compiling regex-syntax v0.8.5 |
1326 | 2025-02-10T17:18:31.300Z | Compiling native-tls v0.2.11 |
1327 | 2025-02-10T17:18:31.419Z | Compiling rustversion v1.0.17 |
1328 | 2025-02-10T17:18:31.660Z | Compiling rustls v0.23.10 |
1329 | 2025-02-10T17:18:31.866Z | Compiling serde_derive_internals v0.29.1 |
1330 | 2025-02-10T17:18:31.992Z | Compiling syn v1.0.109 |
1331 | 2025-02-10T17:18:32.615Z | Compiling spin v0.9.8 |
1332 | 2025-02-10T17:18:34.112Z | Compiling untrusted v0.9.0 |
1333 | 2025-02-10T17:18:34.305Z | Compiling tracing-core v0.1.32 |
1334 | 2025-02-10T17:18:34.771Z | Compiling regex-automata v0.4.9 |
1335 | 2025-02-10T17:18:35.875Z | Compiling heck v0.4.1 |
1336 | 2025-02-10T17:18:36.288Z | Compiling time-core v0.1.2 |
1337 | 2025-02-10T17:18:36.342Z | Compiling serde_derive v1.0.217 |
1338 | 2025-02-10T17:18:36.403Z | Compiling thiserror-impl v1.0.64 |
1339 | 2025-02-10T17:18:36.444Z | Compiling tokio-macros v2.4.0 |
1340 | 2025-02-10T17:18:36.553Z | Compiling zerocopy-derive v0.7.34 |
1341 | 2025-02-10T17:18:37.089Z | Compiling schemars_derive v0.8.21 |
1342 | 2025-02-10T17:18:37.935Z | Compiling futures-macro v0.3.30 |
1343 | 2025-02-10T17:18:38.451Z | Compiling zerocopy v0.7.34 |
1344 | 2025-02-10T17:18:39.703Z | Compiling futures-util v0.3.30 |
1345 | 2025-02-10T17:18:39.807Z | Compiling pest v2.7.10 |
1346 | 2025-02-10T17:18:40.032Z | Compiling hashbrown v0.14.5 |
1347 | 2025-02-10T17:18:40.752Z | Compiling openssl-macros v0.1.1 |
1348 | 2025-02-10T17:18:41.206Z | Compiling regress v0.10.1 |
1349 | 2025-02-10T17:18:41.400Z | Compiling regex v1.11.1 |
1350 | 2025-02-10T17:18:41.547Z | Compiling tracing-attributes v0.1.27 |
1351 | 2025-02-10T17:18:42.202Z | Compiling percent-encoding v2.3.1 |
1352 | 2025-02-10T17:18:42.654Z | Compiling pest_meta v2.7.10 |
1353 | 2025-02-10T17:18:42.763Z | Compiling anyhow v1.0.89 |
1354 | 2025-02-10T17:18:44.394Z | Compiling pest_generator v2.7.10 |
1355 | 2025-02-10T17:18:44.408Z | Compiling tracing v0.1.40 |
1356 | 2025-02-10T17:18:45.093Z | Compiling num-conv v0.1.0 |
1357 | 2025-02-10T17:18:45.387Z | Compiling rustls-pki-types v1.7.0 |
1358 | 2025-02-10T17:18:45.441Z | Compiling time-macros v0.2.18 |
1359 | 2025-02-10T17:18:45.516Z | Compiling form_urlencoded v1.2.1 |
1360 | 2025-02-10T17:18:46.126Z | Compiling scroll_derive v0.12.0 |
1361 | 2025-02-10T17:18:46.213Z | Compiling pest_derive v2.7.10 |
1362 | 2025-02-10T17:18:46.520Z | Compiling crypto-common v0.1.6 |
1363 | 2025-02-10T17:18:46.752Z | Compiling tinyvec_macros v0.1.1 |
1364 | 2025-02-10T17:18:47.112Z | Compiling tinyvec v1.6.0 |
1365 | 2025-02-10T17:18:47.620Z | Compiling thread-id v4.2.1 |
1366 | 2025-02-10T17:18:47.740Z | Compiling zeroize v1.7.0 |
1367 | 2025-02-10T17:18:48.098Z | Compiling atomic-waker v1.1.2 |
1368 | 2025-02-10T17:18:48.286Z | Compiling rustls-webpki v0.102.4 |
1369 | 2025-02-10T17:18:48.302Z | Compiling try-lock v0.2.5 |
1370 | 2025-02-10T17:18:48.639Z | Compiling bytes v1.9.0 |
1371 | 2025-02-10T17:18:48.998Z | Compiling indexmap v2.7.0 |
1372 | 2025-02-10T17:18:49.749Z | Compiling tokio v1.40.0 |
1373 | 2025-02-10T17:18:50.304Z | Compiling uuid v1.10.0 |
1374 | 2025-02-10T17:18:50.441Z | Compiling chrono v0.4.38 |
1375 | 2025-02-10T17:18:50.804Z | Compiling serde_tokenstream v0.2.2 |
1376 | 2025-02-10T17:18:51.745Z | Compiling bitflags v2.6.0 |
1377 | 2025-02-10T17:18:52.521Z | Compiling http v1.2.0 |
1378 | 2025-02-10T17:18:54.465Z | Compiling http-body v1.0.1 |
1379 | 2025-02-10T17:18:54.722Z | Compiling openapiv3 v2.0.0 |
1380 | 2025-02-10T17:18:54.755Z | Compiling unicode-normalization v0.1.23 |
1381 | 2025-02-10T17:18:56.094Z | Compiling unicode-bidi v0.3.15 |
1382 | 2025-02-10T17:18:56.954Z | Compiling strsim v0.11.1 |
1383 | 2025-02-10T17:18:56.975Z | Compiling want v0.3.1 |
1384 | 2025-02-10T17:18:57.405Z | Compiling camino v1.1.9 |
1385 | 2025-02-10T17:18:57.584Z | Compiling base64 v0.22.1 |
1386 | 2025-02-10T17:18:57.997Z | Compiling tokio-util v0.7.11 |
1387 | 2025-02-10T17:18:58.558Z | Compiling ppv-lite86 v0.2.17 |
1388 | 2025-02-10T17:18:58.677Z | Compiling httpdate v1.0.3 |
1389 | 2025-02-10T17:18:58.804Z | Compiling idna v0.5.0 |
1390 | 2025-02-10T17:18:59.305Z | Compiling h2 v0.4.6 |
1391 | 2025-02-10T17:18:59.417Z | Compiling rand_chacha v0.3.1 |
1392 | 2025-02-10T17:18:59.753Z | Compiling usdt-impl v0.5.0 |
1393 | 2025-02-10T17:18:59.842Z | Compiling ident_case v1.0.1 |
1394 | 2025-02-10T17:19:00.013Z | Compiling tower-service v0.3.2 |
1395 | 2025-02-10T17:19:00.145Z | Compiling unsafe-libyaml v0.2.11 |
1396 | 2025-02-10T17:19:00.161Z | Compiling darling_core v0.20.9 |
1397 | 2025-02-10T17:19:01.115Z | Compiling rand v0.8.5 |
1398 | 2025-02-10T17:19:01.872Z | Compiling serde_yaml v0.9.34+deprecated |
1399 | 2025-02-10T17:19:02.630Z | Compiling url v2.5.0 |
1400 | 2025-02-10T17:19:02.697Z | Compiling typify-impl v0.2.0 |
1401 | 2025-02-10T17:19:04.740Z | Compiling hyper v1.4.1 |
1402 | 2025-02-10T17:19:05.143Z | Compiling scroll v0.12.0 |
1403 | 2025-02-10T17:19:05.614Z | Compiling plain v0.2.3 |
1404 | 2025-02-10T17:19:05.772Z | Compiling foreign-types-shared v0.1.1 |
1405 | 2025-02-10T17:19:05.818Z | Compiling goblin v0.8.2 |
1406 | 2025-02-10T17:19:05.892Z | Compiling foreign-types v0.3.2 |
1407 | 2025-02-10T17:19:05.988Z | Compiling darling_macro v0.20.9 |
1408 | 2025-02-10T17:19:08.057Z | Compiling hyper-util v0.1.9 |
1409 | 2025-02-10T17:19:08.327Z | Compiling http-body-util v0.1.2 |
1410 | 2025-02-10T17:19:08.874Z | Compiling strum_macros v0.26.2 |
1411 | 2025-02-10T17:19:13.070Z | Compiling encoding_rs v0.8.34 |
1412 | 2025-02-10T17:19:13.152Z | Compiling omicron-workspace-hack v0.1.0 |
1413 | 2025-02-10T17:19:13.204Z | Compiling typify-macro v0.2.0 |
1414 | 2025-02-10T17:19:13.489Z | Compiling mime v0.3.17 |
1415 | 2025-02-10T17:19:13.697Z | Compiling pretty-hex v0.4.1 |
1416 | 2025-02-10T17:19:13.914Z | Compiling cpufeatures v0.2.12 |
1417 | 2025-02-10T17:19:14.015Z | Compiling dof v0.3.0 |
1418 | 2025-02-10T17:19:14.489Z | Compiling darling v0.20.9 |
1419 | 2025-02-10T17:19:14.751Z | Compiling rustls-pemfile v2.1.3 |
1420 | 2025-02-10T17:19:15.450Z | Compiling serde_urlencoded v0.7.1 |
1421 | 2025-02-10T17:19:15.478Z | Compiling dtrace-parser v0.2.0 |
1422 | 2025-02-10T17:19:15.626Z | Compiling async-trait v0.1.83 |
1423 | 2025-02-10T17:19:16.013Z | Compiling block-buffer v0.10.4 |
1424 | 2025-02-10T17:19:16.651Z | Compiling openssl-probe v0.1.5 |
1425 | 2025-02-10T17:19:16.975Z | Compiling rustls v0.22.4 |
1426 | 2025-02-10T17:19:17.146Z | Compiling digest v0.10.7 |
1427 | 2025-02-10T17:19:17.581Z | Compiling serde_with_macros v3.11.0 |
1428 | 2025-02-10T17:19:18.456Z | Compiling toml_datetime v0.6.8 |
1429 | 2025-02-10T17:19:23.328Z | Compiling ipnet v2.9.0 |
1430 | 2025-02-10T17:19:24.204Z | Compiling slog-async v2.8.0 |
1431 | 2025-02-10T17:19:26.260Z | Compiling tokio-rustls v0.26.0 |
1432 | 2025-02-10T17:19:26.740Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2025-02-10T17:19:27.042Z | Compiling typify v0.2.0 |
1434 | 2025-02-10T17:19:27.177Z | Compiling webpki-roots v0.26.3 |
1435 | 2025-02-10T17:19:27.387Z | Compiling multer v3.1.0 |
1436 | 2025-02-10T17:19:27.745Z | Compiling paste v1.0.15 |
1437 | 2025-02-10T17:19:28.269Z | Compiling crossbeam-utils v0.8.19 |
1438 | 2025-02-10T17:19:28.600Z | Compiling hyper-rustls v0.27.3 |
1439 | 2025-02-10T17:19:28.816Z | Compiling progenitor-impl v0.8.0 |
1440 | 2025-02-10T17:19:29.065Z | Compiling hyper-tls v0.6.0 |
1441 | 2025-02-10T17:19:29.489Z | Compiling usdt-macro v0.5.0 |
1442 | 2025-02-10T17:19:30.969Z | Compiling usdt-attr-macro v0.5.0 |
1443 | 2025-02-10T17:19:32.339Z | Compiling sync_wrapper v1.0.1 |
1444 | 2025-02-10T17:19:33.188Z | Compiling reqwest v0.12.7 |
1445 | 2025-02-10T17:19:34.664Z | Compiling progenitor-macro v0.8.0 |
1446 | 2025-02-10T17:19:35.510Z | Compiling serde_spanned v0.6.7 |
1447 | 2025-02-10T17:19:35.783Z | Compiling futures-executor v0.3.30 |
1448 | 2025-02-10T17:19:35.819Z | Compiling async-stream-impl v0.3.5 |
1449 | 2025-02-10T17:19:36.669Z | Compiling dropshot v0.12.0 |
1450 | 2025-02-10T17:19:36.684Z | Compiling powerfmt v0.2.0 |
1451 | 2025-02-10T17:19:37.105Z | Compiling deranged v0.3.11 |
1452 | 2025-02-10T17:19:37.108Z | Compiling futures v0.3.30 |
1453 | 2025-02-10T17:19:37.220Z | Compiling sha1 v0.10.6 |
1454 | 2025-02-10T17:19:38.636Z | Compiling num_threads v0.1.7 |
1455 | 2025-02-10T17:19:38.962Z | Compiling time v0.3.36 |
1456 | 2025-02-10T17:19:39.001Z | Compiling strum v0.26.2 |
1457 | 2025-02-10T17:19:39.193Z | Compiling dropshot_endpoint v0.12.0 |
1458 | 2025-02-10T17:19:39.992Z | Compiling structmeta-derive v0.3.0 |
1459 | 2025-02-10T17:19:42.722Z | Compiling rustix v0.38.34 |
1460 | 2025-02-10T17:19:43.490Z | Compiling structmeta v0.3.0 |
1461 | 2025-02-10T17:19:44.239Z | Compiling serde_with v3.11.0 |
1462 | 2025-02-10T17:19:48.012Z | Compiling errno v0.3.9 |
1463 | 2025-02-10T17:19:48.261Z | Compiling dirs-sys-next v0.1.2 |
1464 | 2025-02-10T17:19:49.345Z | Compiling match_cfg v0.1.0 |
1465 | 2025-02-10T17:19:50.037Z | Compiling winnow v0.6.18 |
1466 | 2025-02-10T17:19:51.670Z | Compiling hostname v0.3.1 |
1467 | 2025-02-10T17:19:53.405Z | Compiling dirs-next v2.0.0 |
1468 | 2025-02-10T17:19:54.240Z | Compiling parse-display-derive v0.10.0 |
1469 | 2025-02-10T17:19:56.393Z | Compiling ipnetwork v0.20.0 |
1470 | 2025-02-10T17:19:56.461Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1471 | 2025-02-10T17:19:57.288Z | Compiling thread_local v1.1.8 |
1472 | 2025-02-10T17:19:58.519Z | Compiling term v0.7.0 |
1473 | 2025-02-10T17:20:00.265Z | Compiling crossbeam-channel v0.5.12 |
1474 | 2025-02-10T17:20:00.468Z | Compiling is-terminal v0.4.12 |
1475 | 2025-02-10T17:20:00.629Z | Compiling memmap v0.7.0 |
1476 | 2025-02-10T17:20:01.587Z | Compiling take_mut v0.2.2 |
1477 | 2025-02-10T17:20:02.619Z | Compiling usdt v0.5.0 |
1478 | 2025-02-10T17:20:03.103Z | Compiling slog-term v2.9.1 |
1479 | 2025-02-10T17:20:05.188Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1480 | 2025-02-10T17:20:05.692Z | Compiling toml_edit v0.22.20 |
1481 | 2025-02-10T17:20:06.014Z | Compiling slog-json v2.6.1 |
1482 | 2025-02-10T17:20:06.026Z | Compiling progenitor-client v0.8.0 |
1483 | 2025-02-10T17:20:06.849Z | Compiling debug-ignore v1.0.5 |
1484 | 2025-02-10T17:20:06.913Z | Compiling winnow v0.5.40 |
1485 | 2025-02-10T17:20:07.746Z | Compiling progenitor v0.8.0 |
1486 | 2025-02-10T17:20:08.519Z | Compiling tokio-rustls v0.25.0 |
1487 | 2025-02-10T17:20:09.076Z | Compiling toml v0.8.19 |
1488 | 2025-02-10T17:20:10.286Z | Compiling toml_edit v0.19.15 |
1489 | 2025-02-10T17:20:11.465Z | Compiling slog-bunyan v2.5.0 |
1490 | 2025-02-10T17:20:13.223Z | Compiling async-stream v0.3.5 |
1491 | 2025-02-10T17:20:13.824Z | Compiling serde_path_to_error v0.1.16 |
1492 | 2025-02-10T17:20:14.257Z | Compiling waitgroup v0.1.2 |
1493 | 2025-02-10T17:20:14.495Z | Compiling hostname v0.4.0 |
1494 | 2025-02-10T17:20:15.053Z | Compiling crucible-workspace-hack v0.1.0 |
1495 | 2025-02-10T17:20:15.948Z | Compiling proc-macro-crate v1.3.1 |
1496 | 2025-02-10T17:20:16.712Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1497 | 2025-02-10T17:20:19.537Z | Compiling newtype-uuid v1.1.0 |
1498 | 2025-02-10T17:20:19.874Z | Compiling unicode-width v0.1.14 |
1499 | 2025-02-10T17:20:21.996Z | Compiling hex v0.4.3 |
1500 | 2025-02-10T17:20:22.203Z | Compiling clap_derive v4.5.4 |
1501 | 2025-02-10T17:20:22.710Z | Compiling instant v0.1.12 |
1502 | 2025-02-10T17:20:22.880Z | Compiling utf8parse v0.2.1 |
1503 | 2025-02-10T17:20:23.184Z | Compiling lazy_static v1.5.0 |
1504 | 2025-02-10T17:20:24.135Z | Compiling anstyle-parse v0.2.4 |
1505 | 2025-02-10T17:20:24.534Z | Compiling backoff v0.4.0 |
1506 | 2025-02-10T17:20:25.547Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1507 | 2025-02-10T17:20:26.506Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1508 | 2025-02-10T17:20:26.558Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1509 | 2025-02-10T17:20:26.722Z | Compiling parse-display v0.10.0 |
1510 | 2025-02-10T17:20:27.028Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1511 | 2025-02-10T17:20:27.265Z | Compiling regress v0.9.1 |
1512 | 2025-02-10T17:20:28.570Z | Compiling macaddr v1.0.1 |
1513 | 2025-02-10T17:20:29.722Z | Compiling num-integer v0.1.46 |
1514 | 2025-02-10T17:20:30.843Z | Compiling unicode-xid v0.2.4 |
1515 | 2025-02-10T17:20:31.030Z | Compiling anstyle v1.0.7 |
1516 | 2025-02-10T17:20:31.567Z | Compiling colorchoice v1.0.1 |
1517 | 2025-02-10T17:20:32.023Z | Compiling anstyle-query v1.0.3 |
1518 | 2025-02-10T17:20:32.190Z | Compiling is_terminal_polyfill v1.70.0 |
1519 | 2025-02-10T17:20:32.328Z | Compiling anstream v0.6.14 |
1520 | 2025-02-10T17:20:32.781Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1521 | 2025-02-10T17:20:34.857Z | Compiling terminal_size v0.3.0 |
1522 | 2025-02-10T17:20:36.727Z | Compiling clap_lex v0.7.0 |
1523 | 2025-02-10T17:20:37.420Z | Compiling heapless v0.8.0 |
1524 | 2025-02-10T17:20:38.483Z | Compiling clap_builder v4.5.2 |
1525 | 2025-02-10T17:20:42.005Z | Compiling num-bigint v0.4.5 |
1526 | 2025-02-10T17:20:42.139Z | Compiling num_enum_derive v0.5.11 |
1527 | 2025-02-10T17:20:44.133Z | Compiling hash32 v0.3.1 |
1528 | 2025-02-10T17:20:44.357Z | Compiling either v1.13.0 |
1529 | 2025-02-10T17:20:44.549Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1530 | 2025-02-10T17:20:44.778Z | Compiling fastrand v2.1.0 |
1531 | 2025-02-10T17:20:44.906Z | Compiling stable_deref_trait v1.2.0 |
1532 | 2025-02-10T17:20:44.934Z | Compiling smoltcp v0.11.0 |
1533 | 2025-02-10T17:20:45.013Z | Compiling thiserror v2.0.11 |
1534 | 2025-02-10T17:20:45.431Z | Compiling tempfile v3.10.1 |
1535 | 2025-02-10T17:20:45.629Z | Compiling num-rational v0.4.2 |
1536 | 2025-02-10T17:20:45.656Z | Compiling num_enum v0.5.11 |
1537 | 2025-02-10T17:20:46.363Z | Compiling clap v4.5.4 |
1538 | 2025-02-10T17:20:46.624Z | Compiling synstructure v0.12.6 |
1539 | 2025-02-10T17:20:46.830Z | Compiling num-iter v0.1.45 |
1540 | 2025-02-10T17:20:47.042Z | Compiling num-complex v0.4.6 |
1541 | 2025-02-10T17:20:47.633Z | Compiling proc-macro-error-attr v1.0.4 |
1542 | 2025-02-10T17:20:47.872Z | Compiling bitflags v1.3.2 |
1543 | 2025-02-10T17:20:47.981Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1544 | 2025-02-10T17:20:48.329Z | Compiling managed v0.8.0 |
1545 | 2025-02-10T17:20:48.332Z | Compiling cobs v0.2.3 |
1546 | 2025-02-10T17:20:48.367Z | Compiling num v0.4.3 |
1547 | 2025-02-10T17:20:48.542Z | Compiling postcard v1.0.9 |
1548 | 2025-02-10T17:20:48.928Z | Compiling zerocopy-derive v0.2.0 |
1549 | 2025-02-10T17:20:50.638Z | Compiling foreign-types-macros v0.2.3 |
1550 | 2025-02-10T17:20:50.656Z | Compiling thiserror-impl v2.0.11 |
1551 | 2025-02-10T17:20:50.706Z | Compiling libz-sys v1.1.16 |
1552 | 2025-02-10T17:20:51.804Z | Compiling proc-macro-error v1.0.4 |
1553 | 2025-02-10T17:20:51.944Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1554 | 2025-02-10T17:20:52.595Z | Compiling foreign-types-shared v0.3.1 |
1555 | 2025-02-10T17:20:52.728Z | Compiling prettyplease v0.2.22 |
1556 | 2025-02-10T17:20:53.079Z | Compiling pretty-hex v0.2.1 |
1557 | 2025-02-10T17:20:53.406Z | Compiling data-encoding v2.6.0 |
1558 | 2025-02-10T17:20:53.600Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1559 | 2025-02-10T17:20:54.605Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1560 | 2025-02-10T17:20:56.519Z | Compiling foreign-types v0.5.0 |
1561 | 2025-02-10T17:20:58.847Z | Compiling tabwriter v1.4.0 |
1562 | 2025-02-10T17:20:59.202Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1563 | 2025-02-10T17:20:59.315Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1564 | 2025-02-10T17:21:00.244Z | Compiling cstr-argument v0.1.2 |
1565 | 2025-02-10T17:21:00.313Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1566 | 2025-02-10T17:21:00.496Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1567 | 2025-02-10T17:21:01.571Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1568 | 2025-02-10T17:21:02.574Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1569 | 2025-02-10T17:21:02.953Z | Compiling colored v2.1.0 |
1570 | 2025-02-10T17:21:03.886Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1571 | 2025-02-10T17:21:04.113Z | Compiling usdt-impl v0.3.5 |
1572 | 2025-02-10T17:21:04.524Z | Compiling float-ord v0.3.2 |
1573 | 2025-02-10T17:21:04.537Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1574 | 2025-02-10T17:21:04.549Z | Compiling semver v0.1.20 |
1575 | 2025-02-10T17:21:04.568Z | Compiling unicode-segmentation v1.11.0 |
1576 | 2025-02-10T17:21:04.685Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1577 | 2025-02-10T17:21:04.771Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1578 | 2025-02-10T17:21:04.893Z | Compiling rustc_version v0.1.7 |
1579 | 2025-02-10T17:21:05.260Z | Compiling newline-converter v0.3.0 |
1580 | 2025-02-10T17:21:06.034Z | Compiling zone_cfg_derive v0.3.0 |
1581 | 2025-02-10T17:21:07.887Z | Compiling camino-tempfile v1.1.1 |
1582 | 2025-02-10T17:21:08.612Z | Compiling itertools v0.10.5 |
1583 | 2025-02-10T17:21:08.940Z | Compiling console v0.15.8 |
1584 | 2025-02-10T17:21:11.785Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1585 | 2025-02-10T17:21:12.519Z | Compiling num-derive v0.4.2 |
1586 | 2025-02-10T17:21:13.375Z | Compiling sigpipe v0.1.3 |
1587 | 2025-02-10T17:21:13.889Z | Compiling base64 v0.21.7 |
1588 | 2025-02-10T17:21:13.910Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1589 | 2025-02-10T17:21:14.245Z | Compiling similar v2.5.0 |
1590 | 2025-02-10T17:21:14.772Z | Compiling base64ct v1.6.0 |
1591 | 2025-02-10T17:21:14.951Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1592 | 2025-02-10T17:21:15.427Z | Compiling password-hash v0.5.0 |
1593 | 2025-02-10T17:21:16.573Z | Compiling expectorate v1.1.0 |
1594 | 2025-02-10T17:21:16.818Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1595 | 2025-02-10T17:21:17.576Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1596 | 2025-02-10T17:21:18.069Z | Compiling zone v0.3.0 |
1597 | 2025-02-10T17:21:18.664Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1598 | 2025-02-10T17:21:19.930Z | Compiling typify-impl v0.3.0 |
1599 | 2025-02-10T17:21:20.244Z | Compiling newtype_derive v0.1.6 |
1600 | 2025-02-10T17:21:20.659Z | Compiling zerocopy v0.3.2 |
1601 | 2025-02-10T17:21:21.130Z | Compiling blake2 v0.10.6 |
1602 | 2025-02-10T17:21:21.310Z | Compiling cargo-platform v0.1.8 |
1603 | 2025-02-10T17:21:21.379Z | Compiling hubpack_derive v0.1.1 |
1604 | 2025-02-10T17:21:21.747Z | Compiling smf v0.2.3 |
1605 | 2025-02-10T17:21:22.229Z | Compiling zerocopy-derive v0.6.6 |
1606 | 2025-02-10T17:21:22.251Z | Compiling serde_repr v0.1.19 |
1607 | 2025-02-10T17:21:22.336Z | Compiling vergen v8.3.2 |
1608 | 2025-02-10T17:21:22.686Z | Compiling whoami v1.5.1 |
1609 | 2025-02-10T17:21:23.399Z | Compiling fixedbitset v0.4.2 |
1610 | 2025-02-10T17:21:23.544Z | Compiling owo-colors v4.1.0 |
1611 | 2025-02-10T17:21:24.070Z | Compiling cancel-safe-futures v0.1.5 |
1612 | 2025-02-10T17:21:24.073Z | Compiling zerocopy v0.6.6 |
1613 | 2025-02-10T17:21:24.132Z | Compiling petgraph v0.6.5 |
1614 | 2025-02-10T17:21:24.485Z | Compiling hubpack v0.1.2 |
1615 | 2025-02-10T17:21:24.779Z | Compiling cargo_metadata v0.18.1 |
1616 | 2025-02-10T17:21:24.893Z | Compiling argon2 v0.5.3 |
1617 | 2025-02-10T17:21:27.573Z | Compiling dof v0.1.5 |
1618 | 2025-02-10T17:21:28.333Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1619 | 2025-02-10T17:21:28.382Z | Compiling rustc_version v0.4.0 |
1620 | 2025-02-10T17:21:28.938Z | Compiling serde-big-array v0.5.1 |
1621 | 2025-02-10T17:21:29.193Z | Compiling dtrace-parser v0.1.14 |
1622 | 2025-02-10T17:21:29.952Z | Compiling strum_macros v0.25.3 |
1623 | 2025-02-10T17:21:30.115Z | Compiling typify-macro v0.3.0 |
1624 | 2025-02-10T17:21:30.723Z | Compiling libsqlite3-sys v0.30.1 |
1625 | 2025-02-10T17:21:31.070Z | Compiling slog-dtrace v0.3.0 |
1626 | 2025-02-10T17:21:31.292Z | Compiling cookie v0.18.1 |
1627 | 2025-02-10T17:21:31.439Z | Compiling cfg_aliases v0.2.1 |
1628 | 2025-02-10T17:21:31.537Z | Compiling utf-8 v0.7.6 |
1629 | 2025-02-10T17:21:31.620Z | Compiling static_assertions v1.1.0 |
1630 | 2025-02-10T17:21:31.876Z | Compiling rustls v0.21.12 |
1631 | 2025-02-10T17:21:32.219Z | Compiling convert_case v0.4.0 |
1632 | 2025-02-10T17:21:32.259Z | Compiling tungstenite v0.21.0 |
1633 | 2025-02-10T17:21:32.381Z | Compiling nix v0.29.0 |
1634 | 2025-02-10T17:21:32.847Z | Compiling derive_more v0.99.18 |
1635 | 2025-02-10T17:21:33.283Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1636 | 2025-02-10T17:21:33.296Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1637 | 2025-02-10T17:21:34.623Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1638 | 2025-02-10T17:21:36.164Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2025-02-10T17:21:37.059Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1640 | 2025-02-10T17:21:37.883Z | Compiling atomicwrites v0.4.4 |
1641 | 2025-02-10T17:21:38.727Z | Compiling itertools v0.13.0 |
1642 | 2025-02-10T17:21:38.741Z | Compiling libsw v3.3.1 |
1643 | 2025-02-10T17:21:39.067Z | Compiling idna v0.4.0 |
1644 | 2025-02-10T17:21:39.188Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1645 | 2025-02-10T17:21:41.281Z | Compiling serde_tokenstream v0.1.7 |
1646 | 2025-02-10T17:21:41.775Z | Compiling rustls-webpki v0.101.7 |
1647 | 2025-02-10T17:21:41.792Z | Compiling sct v0.7.1 |
1648 | 2025-02-10T17:21:42.119Z | Compiling derive-where v1.2.7 |
1649 | 2025-02-10T17:21:42.198Z | Compiling enum-as-inner v0.6.0 |
1650 | 2025-02-10T17:21:42.743Z | Compiling inout v0.1.3 |
1651 | 2025-02-10T17:21:42.935Z | Compiling linked-hash-map v0.5.6 |
1652 | 2025-02-10T17:21:42.948Z | Compiling quick-error v1.2.3 |
1653 | 2025-02-10T17:21:43.105Z | Compiling swrite v0.1.0 |
1654 | 2025-02-10T17:21:43.248Z | Compiling radium v0.7.0 |
1655 | 2025-02-10T17:21:43.263Z | Compiling linear-map v1.2.0 |
1656 | 2025-02-10T17:21:43.289Z | Compiling highway v1.2.0 |
1657 | 2025-02-10T17:21:43.653Z | Compiling indent_write v2.2.0 |
1658 | 2025-02-10T17:21:43.736Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1659 | 2025-02-10T17:21:43.885Z | Compiling hickory-proto v0.24.1 |
1660 | 2025-02-10T17:21:44.614Z | Compiling lru-cache v0.1.2 |
1661 | 2025-02-10T17:21:44.809Z | Compiling resolv-conf v0.7.0 |
1662 | 2025-02-10T17:21:44.875Z | Compiling cipher v0.4.4 |
1663 | 2025-02-10T17:21:45.086Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1664 | 2025-02-10T17:21:45.373Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1665 | 2025-02-10T17:21:46.319Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1666 | 2025-02-10T17:21:52.494Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1667 | 2025-02-10T17:21:54.865Z | Compiling git2 v0.19.0 |
1668 | 2025-02-10T17:21:55.371Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1669 | 2025-02-10T17:21:55.517Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1670 | 2025-02-10T17:22:01.181Z | Compiling steno v0.4.1 |
1671 | 2025-02-10T17:22:02.881Z | Compiling tokio-tungstenite v0.21.0 |
1672 | 2025-02-10T17:22:02.948Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1673 | 2025-02-10T17:22:04.126Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1674 | 2025-02-10T17:22:04.247Z | Compiling crossbeam-epoch v0.9.18 |
1675 | 2025-02-10T17:22:05.319Z | Compiling hashlink v0.9.1 |
1676 | 2025-02-10T17:22:05.475Z | Compiling rayon-core v1.12.1 |
1677 | 2025-02-10T17:22:05.553Z | Compiling fallible-streaming-iterator v0.1.9 |
1678 | 2025-02-10T17:22:05.822Z | Compiling fallible-iterator v0.3.0 |
1679 | 2025-02-10T17:22:05.870Z | Compiling humantime v2.1.0 |
1680 | 2025-02-10T17:22:06.083Z | Compiling tap v1.0.1 |
1681 | 2025-02-10T17:22:06.574Z | Compiling rusqlite v0.32.1 |
1682 | 2025-02-10T17:22:06.724Z | Compiling wyz v0.5.1 |
1683 | 2025-02-10T17:22:07.139Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1684 | 2025-02-10T17:22:11.076Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1685 | 2025-02-10T17:22:11.272Z | Compiling crossbeam-deque v0.8.5 |
1686 | 2025-02-10T17:22:12.490Z | Compiling tokio-rustls v0.24.1 |
1687 | 2025-02-10T17:22:12.919Z | Compiling hickory-resolver v0.24.1 |
1688 | 2025-02-10T17:22:13.415Z | Compiling usdt-macro v0.3.5 |
1689 | 2025-02-10T17:22:14.751Z | Compiling usdt-attr-macro v0.3.5 |
1690 | 2025-02-10T17:22:16.219Z | Compiling typify v0.3.0 |
1691 | 2025-02-10T17:22:16.358Z | Compiling rustls-pemfile v1.0.4 |
1692 | 2025-02-10T17:22:17.079Z | Compiling num_enum_derive v0.7.2 |
1693 | 2025-02-10T17:22:18.816Z | Compiling twox-hash v2.1.0 |
1694 | 2025-02-10T17:22:19.486Z | Compiling universal-hash v0.5.1 |
1695 | 2025-02-10T17:22:19.730Z | Compiling atty v0.2.14 |
1696 | 2025-02-10T17:22:19.785Z | Compiling opaque-debug v0.3.1 |
1697 | 2025-02-10T17:22:19.883Z | Compiling funty v2.0.0 |
1698 | 2025-02-10T17:22:19.894Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1699 | 2025-02-10T17:22:20.265Z | Compiling polyval v0.6.2 |
1700 | 2025-02-10T17:22:22.187Z | Compiling bitvec v1.0.1 |
1701 | 2025-02-10T17:22:22.673Z | Compiling num_enum v0.7.2 |
1702 | 2025-02-10T17:22:22.885Z | Compiling progenitor-impl v0.9.1 |
1703 | 2025-02-10T17:22:27.334Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1704 | 2025-02-10T17:22:28.888Z | Compiling usdt v0.3.5 |
1705 | 2025-02-10T17:22:29.494Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1706 | 2025-02-10T17:22:31.719Z | Compiling toml v0.7.8 |
1707 | 2025-02-10T17:22:32.831Z | Compiling aes v0.8.4 |
1708 | 2025-02-10T17:22:35.207Z | Compiling ctr v0.9.2 |
1709 | 2025-02-10T17:22:35.259Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1710 | 2025-02-10T17:22:35.555Z | Compiling bincode v1.3.3 |
1711 | 2025-02-10T17:22:35.712Z | Compiling aead v0.5.2 |
1712 | 2025-02-10T17:22:36.049Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1713 | 2025-02-10T17:22:36.244Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1714 | 2025-02-10T17:22:36.501Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
1715 | 2025-02-10T17:22:36.677Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1716 | 2025-02-10T17:22:36.971Z | Compiling aes-gcm-siv v0.11.1 |
1717 | 2025-02-10T17:22:37.017Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1718 | 2025-02-10T17:22:37.271Z | Compiling rayon v1.10.0 |
1719 | 2025-02-10T17:22:37.557Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1720 | 2025-02-10T17:22:46.614Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1721 | 2025-02-10T17:22:48.901Z | Compiling progenitor-macro v0.9.1 |
1722 | 2025-02-10T17:22:49.239Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1723 | 2025-02-10T17:22:49.604Z | Compiling progenitor-client v0.9.1 |
1724 | 2025-02-10T17:22:50.466Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1725 | 2025-02-10T17:22:50.984Z | Compiling bitstruct_derive v0.1.0 |
1726 | 2025-02-10T17:22:52.333Z | Compiling async-recursion v1.1.1 |
1727 | 2025-02-10T17:22:53.792Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1728 | 2025-02-10T17:22:53.939Z | Compiling ascii v1.1.0 |
1729 | 2025-02-10T17:22:54.664Z | Compiling ringbuffer v0.15.0 |
1730 | 2025-02-10T17:22:55.296Z | Compiling typeid v1.0.0 |
1731 | 2025-02-10T17:22:55.474Z | Compiling erased-serde v0.4.5 |
1732 | 2025-02-10T17:22:57.295Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1733 | 2025-02-10T17:22:59.219Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1734 | 2025-02-10T17:22:59.611Z | Compiling bitstruct v0.1.1 |
1735 | 2025-02-10T17:22:59.751Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1736 | 2025-02-10T17:23:00.125Z | Compiling progenitor v0.9.1 |
1737 | 2025-02-10T17:23:00.314Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1738 | 2025-02-10T17:23:00.739Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1739 | 2025-02-10T17:23:01.191Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1740 | 2025-02-10T17:23:01.789Z | Compiling const_format_proc_macros v0.2.32 |
1741 | 2025-02-10T17:23:03.728Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1742 | 2025-02-10T17:23:04.906Z | Compiling serde_arrays v0.1.0 |
1743 | 2025-02-10T17:23:05.110Z | Compiling kstat-rs v0.2.4 |
1744 | 2025-02-10T17:23:05.984Z | Compiling libloading v0.7.4 |
1745 | 2025-02-10T17:23:06.414Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1746 | 2025-02-10T17:23:07.237Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1747 | 2025-02-10T17:23:15.294Z | Compiling const_format v0.2.32 |
1748 | 2025-02-10T17:23:16.537Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1749 | 2025-02-10T17:23:18.150Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1750 | 2025-02-10T17:23:18.838Z | Compiling ron v0.8.1 |
1751 | 2025-02-10T17:23:19.037Z | Compiling bit_field v0.10.2 |
1752 | 2025-02-10T17:23:20.525Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1753 | 2025-02-10T17:23:24.494Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1754 | 2025-02-10T17:23:28.058Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1755 | 2025-02-10T17:24:25.613Z | Finished `release` profile [optimized] target(s) in 6m 03s |
1756 | 2025-02-10T17:24:25.763Z | |
1757 | 2025-02-10T17:24:25.763Z | real 6:03.327127069 |
1758 | 2025-02-10T17:24:25.764Z | user 43:41.329289785 |
1759 | 2025-02-10T17:24:25.764Z | sys 2:31.205660682 |
1760 | 2025-02-10T17:24:25.764Z | trap 1.231575148 |
1761 | 2025-02-10T17:24:25.767Z | tflt 2.924437485 |
1762 | 2025-02-10T17:24:25.767Z | dflt 0.646652677 |
1763 | 2025-02-10T17:24:25.767Z | kflt 0.019436882 |
1764 | 2025-02-10T17:24:25.767Z | lock 1:36:57.763114016 |
1765 | 2025-02-10T17:24:25.767Z | slp 2:37:48.713288343 |
1766 | 2025-02-10T17:24:25.767Z | lat 2:02.536595362 |
1767 | 2025-02-10T17:24:25.767Z | stop 2:05.026299609 |
1768 | 2025-02-10T17:24:25.767Z | + OUTDIR=/work/release |
1769 | 2025-02-10T17:24:25.767Z | + mkdir -p /work/release |
1770 | 2025-02-10T17:24:25.770Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1771 | 2025-02-10T17:24:25.785Z | + cp target/release/propolis-server /work/release/propolis-server |
1772 | 2025-02-10T17:24:25.855Z | process exited: duration 599137 ms, exit code 0 |
|
1773 | 2025-02-10T17:24:25.862Z | found 2 output files |
1774 | 2025-02-10T17:24:25.862Z | uploading: /work/release/propolis-cli (16565056 bytes) |
1775 | 2025-02-10T17:24:27.202Z | uploaded: /work/release/propolis-cli |
1776 | 2025-02-10T17:24:27.205Z | uploading: /work/release/propolis-server (58070056 bytes) |
1777 | 2025-02-10T17:24:29.094Z | uploaded: /work/release/propolis-server |