|
|
|
1 | 2025-01-24T23:58:10.218Z | job assigned to worker 01JJDBZ7NE49SP2HGQTV02SE4G [factory aws, i-012f6aaadf60bbaad] (queued for 1 m 1 s) |
|
2 | 2025-01-24T23:58:18.200Z | starting task 0: "setup" |
3 | 2025-01-24T23:58:18.212Z | ++ uname -s |
4 | 2025-01-24T23:58:18.214Z | + kern=SunOS |
5 | 2025-01-24T23:58:18.214Z | + case "$kern" in |
6 | 2025-01-24T23:58:18.214Z | + groupadd -g 12345 build |
7 | 2025-01-24T23:58:18.217Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T23:58:20.223Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T23:58:20.325Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T23:58:20.328Z | + home_fs=zfs |
11 | 2025-01-24T23:58:20.328Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T23:58:20.328Z | + mkdir -p /home/build |
13 | 2025-01-24T23:58:20.330Z | + chown build:build /home/build /work |
14 | 2025-01-24T23:58:22.332Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T23:58:22.335Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2025-01-24T23:58:22.340Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T23:58:22.346Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T23:58:22.346Z | ' stable |
19 | 2025-01-24T23:58:22.348Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-24T23:58:22.349Z | ' default |
21 | 2025-01-24T23:58:22.349Z | * toolchain channel = "stable" |
22 | 2025-01-24T23:58:22.349Z | * toolchain profile = "default" |
23 | 2025-01-24T23:58:22.349Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T23:58:22.349Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2025-01-24T23:58:22.473Z | info: downloading installer |
26 | 2025-01-24T23:58:23.765Z | info: profile set to 'default' |
27 | 2025-01-24T23:58:23.765Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T23:58:23.768Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2025-01-24T23:58:23.917Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T23:58:23.917Z | info: downloading component 'cargo' |
31 | 2025-01-24T23:58:24.884Z | info: downloading component 'clippy' |
32 | 2025-01-24T23:58:25.217Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T23:58:26.404Z | info: downloading component 'rust-std' |
34 | 2025-01-24T23:58:28.158Z | info: downloading component 'rustc' |
35 | 2025-01-24T23:58:34.882Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T23:58:35.143Z | info: installing component 'cargo' |
37 | 2025-01-24T23:58:36.003Z | info: installing component 'clippy' |
38 | 2025-01-24T23:58:36.388Z | info: installing component 'rust-docs' |
39 | 2025-01-24T23:58:38.104Z | info: installing component 'rust-std' |
40 | 2025-01-24T23:58:39.850Z | info: installing component 'rustc' |
41 | 2025-01-24T23:58:46.071Z | info: installing component 'rustfmt' |
42 | 2025-01-24T23:58:46.418Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2025-01-24T23:58:46.418Z | |
44 | 2025-01-24T23:58:46.810Z | stable-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T23:58:46.810Z | |
46 | 2025-01-24T23:58:46.812Z | |
47 | 2025-01-24T23:58:46.812Z | Rust is installed now. Great! |
48 | 2025-01-24T23:58:46.812Z | |
49 | 2025-01-24T23:58:46.812Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T23:58:46.812Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T23:58:46.812Z | |
52 | 2025-01-24T23:58:46.813Z | To configure your current shell, you need to source |
53 | 2025-01-24T23:58:46.813Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T23:58:46.813Z | |
55 | 2025-01-24T23:58:46.813Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T23:58:46.813Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T23:58:46.813Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T23:58:46.894Z | + rustc --version |
59 | 2025-01-24T23:58:46.963Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T23:58:46.966Z | process exited: duration 24623 ms, exit code 0 |
|
61 | 2025-01-24T23:58:46.972Z | starting task 2: "authentication" |
62 | 2025-01-24T23:58:46.993Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-24T23:58:46.999Z | starting task 3: "clone repository" |
64 | 2025-01-24T23:58:47.005Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2025-01-24T23:58:47.008Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2025-01-24T23:58:47.049Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2025-01-24T23:58:48.097Z | + cd /work/oxidecomputer/propolis |
68 | 2025-01-24T23:58:48.097Z | + git fetch origin e7c36e47ca5b6b4766a62c02d6ddbee2fe4de19c |
69 | 2025-01-24T23:58:48.356Z | From https://github.com/oxidecomputer/propolis |
70 | 2025-01-24T23:58:48.356Z | * branch e7c36e47ca5b6b4766a62c02d6ddbee2fe4de19c -> FETCH_HEAD |
71 | 2025-01-24T23:58:48.365Z | + [[ -n alan/another-crucible-bump ]] |
72 | 2025-01-24T23:58:48.368Z | ++ git branch --show-current |
73 | 2025-01-24T23:58:48.371Z | + current=master |
74 | 2025-01-24T23:58:48.371Z | + [[ master != alan/another-crucible-bump ]] |
75 | 2025-01-24T23:58:48.371Z | + git branch -f alan/another-crucible-bump e7c36e47ca5b6b4766a62c02d6ddbee2fe4de19c |
76 | 2025-01-24T23:58:48.375Z | + git checkout -f alan/another-crucible-bump |
77 | 2025-01-24T23:58:48.400Z | Switched to branch 'alan/another-crucible-bump' |
78 | 2025-01-24T23:58:48.403Z | + git reset --hard e7c36e47ca5b6b4766a62c02d6ddbee2fe4de19c |
79 | 2025-01-24T23:58:48.428Z | HEAD is now at e7c36e4 Update crucible |
80 | 2025-01-24T23:58:48.431Z | process exited: duration 1430 ms, exit code 0 |
|
81 | 2025-01-24T23:58:48.436Z | starting task 4: "build" |
82 | 2025-01-24T23:58:48.442Z | + cargo --version |
83 | 2025-01-24T23:58:48.506Z | cargo 1.84.0 (66221abde 2024-11-19) |
84 | 2025-01-24T23:58:48.509Z | + rustc --version |
85 | 2025-01-24T23:58:48.575Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
86 | 2025-01-24T23:58:48.579Z | + banner check |
87 | 2025-01-24T23:58:48.582Z | |
88 | 2025-01-24T23:58:48.582Z | #### # # ###### #### # # |
89 | 2025-01-24T23:58:48.582Z | # # # # # # # # # |
90 | 2025-01-24T23:58:48.582Z | # ###### ##### # #### |
91 | 2025-01-24T23:58:48.582Z | # # # # # # # |
92 | 2025-01-24T23:58:48.582Z | # # # # # # # # # |
93 | 2025-01-24T23:58:48.582Z | #### # # ###### #### # # |
94 | 2025-01-24T23:58:48.582Z | |
95 | 2025-01-24T23:58:48.585Z | + ptime -m cargo check --features falcon |
96 | 2025-01-24T23:58:48.757Z | Updating crates.io index |
97 | 2025-01-24T23:58:48.826Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2025-01-24T23:58:50.830Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2025-01-24T23:58:57.494Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2025-01-24T23:58:57.741Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2025-01-24T23:58:58.022Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2025-01-24T23:58:58.343Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2025-01-24T23:58:58.817Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-24T23:58:59.065Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2025-01-24T23:58:59.585Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2025-01-24T23:58:59.869Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2025-01-24T23:59:00.133Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2025-01-24T23:59:00.668Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2025-01-24T23:59:01.564Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2025-01-24T23:59:02.145Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2025-01-24T23:59:02.781Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2025-01-24T23:59:03.222Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2025-01-24T23:59:03.667Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2025-01-24T23:59:03.959Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2025-01-24T23:59:05.195Z | Downloading crates ... |
116 | 2025-01-24T23:59:05.329Z | Downloaded num-complex v0.4.6 |
117 | 2025-01-24T23:59:05.332Z | Downloaded num-derive v0.4.2 |
118 | 2025-01-24T23:59:05.336Z | Downloaded num-iter v0.1.45 |
119 | 2025-01-24T23:59:05.338Z | Downloaded num-rational v0.4.2 |
120 | 2025-01-24T23:59:05.349Z | Downloaded openssl-probe v0.1.5 |
121 | 2025-01-24T23:59:05.358Z | Downloaded opaque-debug v0.3.1 |
122 | 2025-01-24T23:59:05.366Z | Downloaded progenitor-client v0.9.1 |
123 | 2025-01-24T23:59:05.368Z | Downloaded progenitor-client v0.8.0 |
124 | 2025-01-24T23:59:05.368Z | Downloaded openssl-macros v0.1.1 |
125 | 2025-01-24T23:59:05.371Z | Downloaded aes v0.8.4 |
126 | 2025-01-24T23:59:05.374Z | Downloaded num_threads v0.1.7 |
127 | 2025-01-24T23:59:05.376Z | Downloaded aes-gcm-siv v0.11.1 |
128 | 2025-01-24T23:59:05.379Z | Downloaded omicron-workspace-hack v0.1.0 |
129 | 2025-01-24T23:59:05.379Z | Downloaded aead v0.5.2 |
130 | 2025-01-24T23:59:05.382Z | Downloaded num-integer v0.1.46 |
131 | 2025-01-24T23:59:05.385Z | Downloaded pretty-hex v0.4.1 |
132 | 2025-01-24T23:59:05.391Z | Downloaded pretty-hex v0.2.1 |
133 | 2025-01-24T23:59:05.394Z | Downloaded atty v0.2.14 |
134 | 2025-01-24T23:59:05.396Z | Downloaded num_enum v0.7.2 |
135 | 2025-01-24T23:59:05.399Z | Downloaded num-conv v0.1.0 |
136 | 2025-01-24T23:59:05.402Z | Downloaded proc-macro-error-attr v1.0.4 |
137 | 2025-01-24T23:59:05.404Z | Downloaded percent-encoding v2.3.1 |
138 | 2025-01-24T23:59:05.404Z | Downloaded num_enum_derive v0.5.11 |
139 | 2025-01-24T23:59:05.407Z | Downloaded num v0.4.3 |
140 | 2025-01-24T23:59:05.407Z | Downloaded ascii v1.1.0 |
141 | 2025-01-24T23:59:05.409Z | Downloaded async-recursion v1.1.1 |
142 | 2025-01-24T23:59:05.413Z | Downloaded progenitor-macro v0.8.0 |
143 | 2025-01-24T23:59:05.415Z | Downloaded anstyle-query v1.0.3 |
144 | 2025-01-24T23:59:05.418Z | Downloaded anstyle-parse v0.2.4 |
145 | 2025-01-24T23:59:05.418Z | Downloaded rustc-hash v2.0.0 |
146 | 2025-01-24T23:59:05.420Z | Downloaded proc-macro-crate v1.3.1 |
147 | 2025-01-24T23:59:05.423Z | Downloaded anyhow v1.0.89 |
148 | 2025-01-24T23:59:05.425Z | Downloaded pest_generator v2.7.10 |
149 | 2025-01-24T23:59:05.428Z | Downloaded allocator-api2 v0.2.18 |
150 | 2025-01-24T23:59:05.431Z | Downloaded ppv-lite86 v0.2.17 |
151 | 2025-01-24T23:59:05.433Z | Downloaded base64 v0.21.7 |
152 | 2025-01-24T23:59:05.437Z | Downloaded quinn-udp v0.5.5 |
153 | 2025-01-24T23:59:05.439Z | Downloaded rustc_version v0.4.0 |
154 | 2025-01-24T23:59:05.442Z | Downloaded scopeguard v1.2.0 |
155 | 2025-01-24T23:59:05.446Z | Downloaded atomicwrites v0.4.4 |
156 | 2025-01-24T23:59:05.446Z | Downloaded async-stream-impl v0.3.5 |
157 | 2025-01-24T23:59:05.449Z | Downloaded argon2 v0.5.3 |
158 | 2025-01-24T23:59:05.449Z | Downloaded rustversion v1.0.17 |
159 | 2025-01-24T23:59:05.451Z | Downloaded pkg-config v0.3.30 |
160 | 2025-01-24T23:59:05.454Z | Downloaded cargo_metadata v0.18.1 |
161 | 2025-01-24T23:59:05.456Z | Downloaded rand_core v0.6.4 |
162 | 2025-01-24T23:59:05.456Z | Downloaded base64ct v1.6.0 |
163 | 2025-01-24T23:59:05.459Z | Downloaded zone_cfg_derive v0.3.0 |
164 | 2025-01-24T23:59:05.461Z | Downloaded usdt-attr-macro v0.3.5 |
165 | 2025-01-24T23:59:05.464Z | Downloaded camino-tempfile v1.1.1 |
166 | 2025-01-24T23:59:05.466Z | Downloaded generic-array v0.14.7 |
167 | 2025-01-24T23:59:05.466Z | Downloaded foreign-types-shared v0.1.1 |
168 | 2025-01-24T23:59:05.469Z | Downloaded rand_chacha v0.3.1 |
169 | 2025-01-24T23:59:05.469Z | Downloaded progenitor v0.9.1 |
170 | 2025-01-24T23:59:05.471Z | Downloaded quick-error v1.2.3 |
171 | 2025-01-24T23:59:05.476Z | Downloaded paste v1.0.15 |
172 | 2025-01-24T23:59:05.478Z | Downloaded universal-hash v0.5.1 |
173 | 2025-01-24T23:59:05.478Z | Downloaded resolv-conf v0.7.0 |
174 | 2025-01-24T23:59:05.481Z | Downloaded postcard v1.0.9 |
175 | 2025-01-24T23:59:05.483Z | Downloaded num_enum v0.5.11 |
176 | 2025-01-24T23:59:05.488Z | Downloaded schemars_derive v0.8.21 |
177 | 2025-01-24T23:59:05.491Z | Downloaded rustls-pemfile v1.0.4 |
178 | 2025-01-24T23:59:05.494Z | Downloaded once_cell v1.19.0 |
179 | 2025-01-24T23:59:05.497Z | Downloaded pest_derive v2.7.10 |
180 | 2025-01-24T23:59:05.499Z | Downloaded dtrace-parser v0.1.14 |
181 | 2025-01-24T23:59:05.502Z | Downloaded proc-macro-error v1.0.4 |
182 | 2025-01-24T23:59:05.504Z | Downloaded rustls-pemfile v2.1.3 |
183 | 2025-01-24T23:59:05.507Z | Downloaded bit_field v0.10.2 |
184 | 2025-01-24T23:59:05.509Z | Downloaded ringbuffer v0.15.0 |
185 | 2025-01-24T23:59:05.512Z | Downloaded ctrlc v3.4.4 |
186 | 2025-01-24T23:59:05.514Z | Downloaded byteorder v1.5.0 |
187 | 2025-01-24T23:59:05.517Z | Downloaded clap_lex v0.7.0 |
188 | 2025-01-24T23:59:05.517Z | Downloaded equivalent v1.0.1 |
189 | 2025-01-24T23:59:05.519Z | Downloaded darling_macro v0.20.9 |
190 | 2025-01-24T23:59:05.519Z | Downloaded progenitor v0.8.0 |
191 | 2025-01-24T23:59:05.521Z | Downloaded http-body v1.0.1 |
192 | 2025-01-24T23:59:05.524Z | Downloaded pin-project-lite v0.2.14 |
193 | 2025-01-24T23:59:05.527Z | Downloaded scroll_derive v0.12.0 |
194 | 2025-01-24T23:59:05.530Z | Downloaded newtype_derive v0.1.6 |
195 | 2025-01-24T23:59:05.532Z | Downloaded colorchoice v1.0.1 |
196 | 2025-01-24T23:59:05.532Z | Downloaded usdt-attr-macro v0.5.0 |
197 | 2025-01-24T23:59:05.533Z | Downloaded usdt-macro v0.5.0 |
198 | 2025-01-24T23:59:05.535Z | Downloaded cstr-argument v0.1.2 |
199 | 2025-01-24T23:59:05.535Z | Downloaded cargo-platform v0.1.8 |
200 | 2025-01-24T23:59:05.538Z | Downloaded hash32 v0.3.1 |
201 | 2025-01-24T23:59:05.538Z | Downloaded float-ord v0.3.2 |
202 | 2025-01-24T23:59:05.542Z | Downloaded crossbeam-deque v0.8.5 |
203 | 2025-01-24T23:59:05.542Z | Downloaded cpufeatures v0.2.12 |
204 | 2025-01-24T23:59:05.544Z | Downloaded cobs v0.2.3 |
205 | 2025-01-24T23:59:05.544Z | Downloaded colored v2.1.0 |
206 | 2025-01-24T23:59:05.547Z | Downloaded progenitor-impl v0.8.0 |
207 | 2025-01-24T23:59:05.549Z | Downloaded newline-converter v0.3.0 |
208 | 2025-01-24T23:59:05.552Z | Downloaded fixedbitset v0.4.2 |
209 | 2025-01-24T23:59:05.554Z | Downloaded proc-macro2 v1.0.92 |
210 | 2025-01-24T23:59:05.557Z | Downloaded dirs-next v2.0.0 |
211 | 2025-01-24T23:59:05.557Z | Downloaded deranged v0.3.11 |
212 | 2025-01-24T23:59:05.559Z | Downloaded parking_lot v0.12.2 |
213 | 2025-01-24T23:59:05.561Z | Downloaded errno v0.3.9 |
214 | 2025-01-24T23:59:05.564Z | Downloaded ryu v1.0.18 |
215 | 2025-01-24T23:59:05.566Z | Downloaded progenitor-impl v0.9.1 |
216 | 2025-01-24T23:59:05.569Z | Downloaded is_ci v1.2.0 |
217 | 2025-01-24T23:59:05.572Z | Downloaded is-terminal v0.4.12 |
218 | 2025-01-24T23:59:05.572Z | Downloaded match_cfg v0.1.0 |
219 | 2025-01-24T23:59:05.574Z | Downloaded instant v0.1.12 |
220 | 2025-01-24T23:59:05.577Z | Downloaded hubpack_derive v0.1.1 |
221 | 2025-01-24T23:59:05.577Z | Downloaded either v1.13.0 |
222 | 2025-01-24T23:59:05.580Z | Downloaded embedded-io v0.4.0 |
223 | 2025-01-24T23:59:05.582Z | Downloaded embedded-io v0.6.1 |
224 | 2025-01-24T23:59:05.582Z | Downloaded macaddr v1.0.1 |
225 | 2025-01-24T23:59:05.585Z | Downloaded kstat-rs v0.2.4 |
226 | 2025-01-24T23:59:05.587Z | Downloaded whoami v1.5.1 |
227 | 2025-01-24T23:59:05.590Z | Downloaded sync_wrapper v1.0.1 |
228 | 2025-01-24T23:59:05.590Z | Downloaded console v0.15.8 |
229 | 2025-01-24T23:59:05.592Z | Downloaded strsim v0.11.1 |
230 | 2025-01-24T23:59:05.595Z | Downloaded take_mut v0.2.2 |
231 | 2025-01-24T23:59:05.597Z | Downloaded futures-io v0.3.30 |
232 | 2025-01-24T23:59:05.597Z | Downloaded itoa v1.0.11 |
233 | 2025-01-24T23:59:05.600Z | Downloaded convert_case v0.4.0 |
234 | 2025-01-24T23:59:05.600Z | Downloaded const_format_proc_macros v0.2.32 |
235 | 2025-01-24T23:59:05.602Z | Downloaded cipher v0.4.4 |
236 | 2025-01-24T23:59:05.605Z | Downloaded thiserror-impl v1.0.64 |
237 | 2025-01-24T23:59:05.605Z | Downloaded thiserror v1.0.64 |
238 | 2025-01-24T23:59:05.611Z | Downloaded filetime v0.2.23 |
239 | 2025-01-24T23:59:05.613Z | Downloaded prettyplease v0.2.22 |
240 | 2025-01-24T23:59:05.617Z | Downloaded bitflags v2.6.0 |
241 | 2025-01-24T23:59:05.621Z | Downloaded is_terminal_polyfill v1.70.0 |
242 | 2025-01-24T23:59:05.624Z | Downloaded cancel-safe-futures v0.1.5 |
243 | 2025-01-24T23:59:05.626Z | Downloaded rayon-core v1.12.1 |
244 | 2025-01-24T23:59:05.631Z | Downloaded ipnetwork v0.20.0 |
245 | 2025-01-24T23:59:05.633Z | Downloaded num-bigint v0.4.5 |
246 | 2025-01-24T23:59:05.638Z | Downloaded swrite v0.1.0 |
247 | 2025-01-24T23:59:05.641Z | Downloaded http-body-util v0.1.2 |
248 | 2025-01-24T23:59:05.643Z | Downloaded escargot v0.5.10 |
249 | 2025-01-24T23:59:05.644Z | Downloaded erased-serde v0.4.5 |
250 | 2025-01-24T23:59:05.648Z | Downloaded tabwriter v1.4.0 |
251 | 2025-01-24T23:59:05.651Z | Downloaded memmap v0.7.0 |
252 | 2025-01-24T23:59:05.651Z | Downloaded httparse v1.8.0 |
253 | 2025-01-24T23:59:05.653Z | Downloaded crossbeam-epoch v0.9.18 |
254 | 2025-01-24T23:59:05.656Z | Downloaded semver v0.1.20 |
255 | 2025-01-24T23:59:05.658Z | Downloaded tokio-macros v2.4.0 |
256 | 2025-01-24T23:59:05.660Z | Downloaded dropshot_endpoint v0.12.0 |
257 | 2025-01-24T23:59:05.663Z | Downloaded utf-8 v0.7.6 |
258 | 2025-01-24T23:59:05.663Z | Downloaded foreign-types-shared v0.3.1 |
259 | 2025-01-24T23:59:05.666Z | Downloaded usdt-impl v0.5.0 |
260 | 2025-01-24T23:59:05.666Z | Downloaded want v0.3.1 |
261 | 2025-01-24T23:59:05.668Z | Downloaded serde-big-array v0.5.1 |
262 | 2025-01-24T23:59:05.671Z | Downloaded ron v0.8.1 |
263 | 2025-01-24T23:59:05.674Z | Downloaded tower-service v0.3.2 |
264 | 2025-01-24T23:59:05.677Z | Downloaded usdt v0.3.5 |
265 | 2025-01-24T23:59:05.679Z | Downloaded static_assertions v1.1.0 |
266 | 2025-01-24T23:59:05.679Z | Downloaded lazy_static v1.5.0 |
267 | 2025-01-24T23:59:05.682Z | Downloaded schemars v0.8.21 |
268 | 2025-01-24T23:59:05.693Z | Downloaded foreign-types v0.3.2 |
269 | 2025-01-24T23:59:05.696Z | Downloaded ipnet v2.9.0 |
270 | 2025-01-24T23:59:05.699Z | Downloaded twox-hash v2.1.0 |
271 | 2025-01-24T23:59:05.702Z | Downloaded try-lock v0.2.5 |
272 | 2025-01-24T23:59:05.702Z | Downloaded sigpipe v0.1.3 |
273 | 2025-01-24T23:59:05.702Z | Downloaded native-tls v0.2.11 |
274 | 2025-01-24T23:59:05.705Z | Downloaded rand v0.8.5 |
275 | 2025-01-24T23:59:05.708Z | Downloaded xattr v1.3.1 |
276 | 2025-01-24T23:59:05.710Z | Downloaded serde_tokenstream v0.2.2 |
277 | 2025-01-24T23:59:05.712Z | Downloaded toml_datetime v0.6.8 |
278 | 2025-01-24T23:59:05.715Z | Downloaded serde_tokenstream v0.1.7 |
279 | 2025-01-24T23:59:05.717Z | Downloaded hex v0.4.3 |
280 | 2025-01-24T23:59:05.720Z | Downloaded heck v0.5.0 |
281 | 2025-01-24T23:59:05.720Z | Downloaded indexmap v1.9.3 |
282 | 2025-01-24T23:59:05.723Z | Downloaded smallvec v1.13.2 |
283 | 2025-01-24T23:59:05.726Z | Downloaded ident_case v1.0.1 |
284 | 2025-01-24T23:59:05.729Z | Downloaded serde_path_to_error v0.1.16 |
285 | 2025-01-24T23:59:05.731Z | Downloaded serde_arrays v0.1.0 |
286 | 2025-01-24T23:59:05.731Z | Downloaded heck v0.4.1 |
287 | 2025-01-24T23:59:05.734Z | Downloaded foreign-types v0.5.0 |
288 | 2025-01-24T23:59:05.734Z | Downloaded serde_repr v0.1.19 |
289 | 2025-01-24T23:59:05.737Z | Downloaded serde_spanned v0.6.7 |
290 | 2025-01-24T23:59:05.739Z | Downloaded typify v0.2.0 |
291 | 2025-01-24T23:59:05.742Z | Downloaded thread_local v1.1.8 |
292 | 2025-01-24T23:59:05.742Z | Downloaded form_urlencoded v1.2.1 |
293 | 2025-01-24T23:59:05.745Z | Downloaded typenum v1.17.0 |
294 | 2025-01-24T23:59:05.745Z | Downloaded linear-map v1.2.0 |
295 | 2025-01-24T23:59:05.747Z | Downloaded futures-sink v0.3.30 |
296 | 2025-01-24T23:59:05.750Z | Downloaded darling_core v0.20.9 |
297 | 2025-01-24T23:59:05.752Z | Downloaded thiserror v2.0.11 |
298 | 2025-01-24T23:59:05.759Z | Downloaded time-core v0.1.2 |
299 | 2025-01-24T23:59:05.761Z | Downloaded cc v1.0.97 |
300 | 2025-01-24T23:59:05.764Z | Downloaded funty v2.0.0 |
301 | 2025-01-24T23:59:05.766Z | Downloaded fnv v1.0.7 |
302 | 2025-01-24T23:59:05.766Z | Downloaded terminal_size v0.3.0 |
303 | 2025-01-24T23:59:05.769Z | Downloaded wyz v0.5.1 |
304 | 2025-01-24T23:59:05.769Z | Downloaded hyper-tls v0.6.0 |
305 | 2025-01-24T23:59:05.771Z | Downloaded tokio-rustls v0.26.0 |
306 | 2025-01-24T23:59:05.774Z | Downloaded quote v1.0.38 |
307 | 2025-01-24T23:59:05.776Z | Downloaded strum v0.26.2 |
308 | 2025-01-24T23:59:05.776Z | Downloaded signal-hook-registry v1.4.2 |
309 | 2025-01-24T23:59:05.780Z | Downloaded multer v3.1.0 |
310 | 2025-01-24T23:59:05.782Z | Downloaded glob v0.3.1 |
311 | 2025-01-24T23:59:05.783Z | Downloaded hashlink v0.9.1 |
312 | 2025-01-24T23:59:05.783Z | Downloaded hyper-rustls v0.27.3 |
313 | 2025-01-24T23:59:05.785Z | Downloaded waitgroup v0.1.2 |
314 | 2025-01-24T23:59:05.788Z | Downloaded humantime v2.1.0 |
315 | 2025-01-24T23:59:05.788Z | Downloaded strum_macros v0.25.3 |
316 | 2025-01-24T23:59:05.790Z | Downloaded quinn v0.11.5 |
317 | 2025-01-24T23:59:05.794Z | Downloaded linked-hash-map v0.5.6 |
318 | 2025-01-24T23:59:05.796Z | Downloaded unicode-xid v0.2.4 |
319 | 2025-01-24T23:59:05.796Z | Downloaded libsw v3.3.1 |
320 | 2025-01-24T23:59:05.799Z | Downloaded tokio-tungstenite v0.21.0 |
321 | 2025-01-24T23:59:05.801Z | Downloaded smf v0.2.3 |
322 | 2025-01-24T23:59:05.801Z | Downloaded openssl-sys v0.9.103 |
323 | 2025-01-24T23:59:05.806Z | Downloaded hostname v0.4.0 |
324 | 2025-01-24T23:59:05.809Z | Downloaded lru-cache v0.1.2 |
325 | 2025-01-24T23:59:05.809Z | Downloaded serde_derive_internals v0.29.1 |
326 | 2025-01-24T23:59:05.812Z | Downloaded lock_api v0.4.12 |
327 | 2025-01-24T23:59:05.815Z | Downloaded typify v0.3.0 |
328 | 2025-01-24T23:59:05.817Z | Downloaded fastrand v2.1.0 |
329 | 2025-01-24T23:59:05.819Z | Downloaded fallible-streaming-iterator v0.1.9 |
330 | 2025-01-24T23:59:05.819Z | Downloaded utf8parse v0.2.1 |
331 | 2025-01-24T23:59:05.822Z | Downloaded futures-task v0.3.30 |
332 | 2025-01-24T23:59:05.822Z | Downloaded fallible-iterator v0.3.0 |
333 | 2025-01-24T23:59:05.824Z | Downloaded tinyvec_macros v0.1.1 |
334 | 2025-01-24T23:59:05.824Z | Downloaded supports-color v3.0.1 |
335 | 2025-01-24T23:59:05.827Z | Downloaded futures-channel v0.3.30 |
336 | 2025-01-24T23:59:05.827Z | Downloaded structmeta v0.3.0 |
337 | 2025-01-24T23:59:05.830Z | Downloaded sha1 v0.10.6 |
338 | 2025-01-24T23:59:05.832Z | Downloaded typify-macro v0.3.0 |
339 | 2025-01-24T23:59:05.832Z | Downloaded thread-id v4.2.1 |
340 | 2025-01-24T23:59:05.832Z | Downloaded unicode-ident v1.0.14 |
341 | 2025-01-24T23:59:05.835Z | Downloaded stable_deref_trait v1.2.0 |
342 | 2025-01-24T23:59:05.837Z | Downloaded typify-macro v0.2.0 |
343 | 2025-01-24T23:59:05.838Z | Downloaded indent_write v2.2.0 |
344 | 2025-01-24T23:59:05.840Z | Downloaded structmeta-derive v0.3.0 |
345 | 2025-01-24T23:59:05.840Z | Downloaded sha2 v0.10.8 |
346 | 2025-01-24T23:59:05.843Z | Downloaded zeroize v1.7.0 |
347 | 2025-01-24T23:59:05.846Z | Downloaded supports-color v2.1.0 |
348 | 2025-01-24T23:59:05.846Z | Downloaded slog-async v2.8.0 |
349 | 2025-01-24T23:59:05.848Z | Downloaded zone v0.3.0 |
350 | 2025-01-24T23:59:05.848Z | Downloaded tar v0.4.40 |
351 | 2025-01-24T23:59:05.851Z | Downloaded indexmap v2.7.0 |
352 | 2025-01-24T23:59:05.854Z | Downloaded hostname v0.3.1 |
353 | 2025-01-24T23:59:05.856Z | Downloaded version_check v0.9.5 |
354 | 2025-01-24T23:59:05.859Z | Downloaded usdt-impl v0.3.5 |
355 | 2025-01-24T23:59:05.859Z | Downloaded toml v0.8.19 |
356 | 2025-01-24T23:59:05.862Z | Downloaded libloading v0.7.4 |
357 | 2025-01-24T23:59:05.864Z | Downloaded iana-time-zone v0.1.60 |
358 | 2025-01-24T23:59:05.867Z | Downloaded getrandom v0.2.14 |
359 | 2025-01-24T23:59:05.870Z | Downloaded time-macros v0.2.18 |
360 | 2025-01-24T23:59:05.873Z | Downloaded tracing-attributes v0.1.27 |
361 | 2025-01-24T23:59:05.875Z | Downloaded serde_with_macros v3.11.0 |
362 | 2025-01-24T23:59:05.878Z | Downloaded pest v2.7.10 |
363 | 2025-01-24T23:59:05.882Z | Downloaded slab v0.4.9 |
364 | 2025-01-24T23:59:05.885Z | Downloaded globset v0.4.14 |
365 | 2025-01-24T23:59:05.889Z | Downloaded futures v0.3.30 |
366 | 2025-01-24T23:59:05.897Z | Downloaded spin v0.9.8 |
367 | 2025-01-24T23:59:05.900Z | Downloaded strum_macros v0.26.2 |
368 | 2025-01-24T23:59:05.900Z | Downloaded untrusted v0.9.0 |
369 | 2025-01-24T23:59:05.900Z | Downloaded unicode-bidi v0.3.15 |
370 | 2025-01-24T23:59:05.903Z | Downloaded thiserror-impl v2.0.11 |
371 | 2025-01-24T23:59:05.903Z | Downloaded inout v0.1.3 |
372 | 2025-01-24T23:59:05.903Z | Downloaded tracing v0.1.40 |
373 | 2025-01-24T23:59:05.907Z | Downloaded hickory-resolver v0.24.1 |
374 | 2025-01-24T23:59:05.911Z | Downloaded log v0.4.22 |
375 | 2025-01-24T23:59:05.914Z | Downloaded tempfile v3.10.1 |
376 | 2025-01-24T23:59:05.917Z | Downloaded heapless v0.8.0 |
377 | 2025-01-24T23:59:05.921Z | Downloaded serde_derive v1.0.217 |
378 | 2025-01-24T23:59:05.923Z | Downloaded tracing-core v0.1.32 |
379 | 2025-01-24T23:59:05.926Z | Downloaded managed v0.8.0 |
380 | 2025-01-24T23:59:05.929Z | Downloaded term v0.7.0 |
381 | 2025-01-24T23:59:05.932Z | Downloaded slog v2.7.0 |
382 | 2025-01-24T23:59:05.934Z | Downloaded http v1.2.0 |
383 | 2025-01-24T23:59:05.938Z | Downloaded highway v1.2.0 |
384 | 2025-01-24T23:59:05.941Z | Downloaded similar v2.5.0 |
385 | 2025-01-24T23:59:05.946Z | Downloaded crossbeam-channel v0.5.12 |
386 | 2025-01-24T23:59:05.950Z | Downloaded uuid v1.10.0 |
387 | 2025-01-24T23:59:05.953Z | Downloaded zerocopy-derive v0.7.34 |
388 | 2025-01-24T23:59:05.957Z | Downloaded memchr v2.7.2 |
389 | 2025-01-24T23:59:05.963Z | Downloaded hyper-util v0.1.9 |
390 | 2025-01-24T23:59:05.967Z | Downloaded unicode-normalization v0.1.23 |
391 | 2025-01-24T23:59:05.971Z | Downloaded serde v1.0.217 |
392 | 2025-01-24T23:59:05.975Z | Downloaded steno v0.4.1 |
393 | 2025-01-24T23:59:05.979Z | Downloaded serde_yaml v0.9.34+deprecated |
394 | 2025-01-24T23:59:05.982Z | Downloaded socket2 v0.5.7 |
395 | 2025-01-24T23:59:05.985Z | Downloaded tungstenite v0.21.0 |
396 | 2025-01-24T23:59:05.988Z | Downloaded fatfs v0.3.6 |
397 | 2025-01-24T23:59:05.991Z | Downloaded toml_edit v0.19.15 |
398 | 2025-01-24T23:59:06.009Z | Downloaded toml v0.7.8 |
399 | 2025-01-24T23:59:06.012Z | Downloaded url v2.5.0 |
400 | 2025-01-24T23:59:06.015Z | Downloaded unicode-segmentation v1.11.0 |
401 | 2025-01-24T23:59:06.018Z | Downloaded tinyvec v1.6.0 |
402 | 2025-01-24T23:59:06.032Z | Downloaded unsafe-libyaml v0.2.11 |
403 | 2025-01-24T23:59:06.033Z | Downloaded const_format v0.2.32 |
404 | 2025-01-24T23:59:06.033Z | Downloaded rusqlite v0.32.1 |
405 | 2025-01-24T23:59:06.035Z | Downloaded ucd-trie v0.1.6 |
406 | 2025-01-24T23:59:06.038Z | Downloaded usdt-macro v0.3.5 |
407 | 2025-01-24T23:59:06.038Z | Downloaded tokio-rustls v0.25.0 |
408 | 2025-01-24T23:59:06.042Z | Downloaded itertools v0.10.5 |
409 | 2025-01-24T23:59:06.046Z | Downloaded rustls-webpki v0.101.7 |
410 | 2025-01-24T23:59:06.061Z | Downloaded mio v1.0.2 |
411 | 2025-01-24T23:59:06.067Z | Downloaded hashbrown v0.15.2 |
412 | 2025-01-24T23:59:06.073Z | Downloaded tokio-util v0.7.11 |
413 | 2025-01-24T23:59:06.079Z | Downloaded itertools v0.13.0 |
414 | 2025-01-24T23:59:06.086Z | Downloaded hashbrown v0.12.3 |
415 | 2025-01-24T23:59:06.090Z | Downloaded libm v0.2.8 |
416 | 2025-01-24T23:59:06.098Z | Downloaded hashbrown v0.14.5 |
417 | 2025-01-24T23:59:06.104Z | Downloaded winnow v0.5.40 |
418 | 2025-01-24T23:59:06.113Z | Downloaded serde_json v1.0.135 |
419 | 2025-01-24T23:59:06.120Z | Downloaded reqwest v0.12.7 |
420 | 2025-01-24T23:59:06.129Z | Downloaded quinn-proto v0.11.8 |
421 | 2025-01-24T23:59:06.135Z | Downloaded futures-util v0.3.30 |
422 | 2025-01-24T23:59:06.148Z | Downloaded zerocopy v0.7.34 |
423 | 2025-01-24T23:59:06.164Z | Downloaded serde_with v3.11.0 |
424 | 2025-01-24T23:59:06.172Z | Downloaded chrono v0.4.38 |
425 | 2025-01-24T23:59:06.180Z | Downloaded rustls-webpki v0.102.4 |
426 | 2025-01-24T23:59:06.199Z | Downloaded hyper v1.4.1 |
427 | 2025-01-24T23:59:06.205Z | Downloaded goblin v0.8.2 |
428 | 2025-01-24T23:59:06.211Z | Downloaded regex v1.11.1 |
429 | 2025-01-24T23:59:06.224Z | Downloaded h2 v0.4.6 |
430 | 2025-01-24T23:59:06.231Z | Downloaded winnow v0.6.18 |
431 | 2025-01-24T23:59:06.239Z | Downloaded vcpkg v0.2.15 |
432 | 2025-01-24T23:59:06.278Z | Downloaded dropshot v0.12.0 |
433 | 2025-01-24T23:59:06.298Z | Downloaded rustls v0.21.12 |
434 | 2025-01-24T23:59:06.309Z | Downloaded syn v1.0.109 |
435 | 2025-01-24T23:59:06.320Z | Downloaded openssl v0.10.66 |
436 | 2025-01-24T23:59:06.330Z | Downloaded nix v0.29.0 |
437 | 2025-01-24T23:59:06.342Z | Downloaded bstr v1.9.1 |
438 | 2025-01-24T23:59:06.354Z | Downloaded unicode-width v0.1.14 |
439 | 2025-01-24T23:59:06.360Z | Downloaded smoltcp v0.11.0 |
440 | 2025-01-24T23:59:06.374Z | Downloaded idna v0.4.0 |
441 | 2025-01-24T23:59:06.380Z | Downloaded regress v0.10.1 |
442 | 2025-01-24T23:59:06.390Z | Downloaded idna v0.5.0 |
443 | 2025-01-24T23:59:06.397Z | Downloaded nix v0.28.0 |
444 | 2025-01-24T23:59:06.409Z | Downloaded rustix v0.38.34 |
445 | 2025-01-24T23:59:06.432Z | Downloaded regex-syntax v0.8.5 |
446 | 2025-01-24T23:59:06.440Z | Downloaded hickory-proto v0.24.1 |
447 | 2025-01-24T23:59:06.455Z | Downloaded rustls v0.23.10 |
448 | 2025-01-24T23:59:06.472Z | Downloaded openapiv3 v2.0.0 |
449 | 2025-01-24T23:59:06.483Z | Downloaded zerocopy-derive v0.2.0 |
450 | 2025-01-24T23:59:06.490Z | Downloaded zerocopy-derive v0.6.6 |
451 | 2025-01-24T23:59:06.500Z | Downloaded rustls v0.22.4 |
452 | 2025-01-24T23:59:06.513Z | Downloaded syn v2.0.96 |
453 | 2025-01-24T23:59:06.524Z | Downloaded typify-impl v0.3.0 |
454 | 2025-01-24T23:59:06.538Z | Downloaded regress v0.9.1 |
455 | 2025-01-24T23:59:06.546Z | Downloaded typify-impl v0.2.0 |
456 | 2025-01-24T23:59:06.560Z | Downloaded git2 v0.19.0 |
457 | 2025-01-24T23:59:06.568Z | Downloaded webpki-roots v0.26.3 |
458 | 2025-01-24T23:59:06.571Z | Downloaded bitvec v1.0.1 |
459 | 2025-01-24T23:59:06.586Z | Downloaded time v0.3.36 |
460 | 2025-01-24T23:59:06.593Z | Downloaded rayon v1.10.0 |
461 | 2025-01-24T23:59:06.602Z | Downloaded clap_builder v4.5.2 |
462 | 2025-01-24T23:59:06.608Z | Downloaded regex-automata v0.4.9 |
463 | 2025-01-24T23:59:06.625Z | Downloaded toml_edit v0.22.20 |
464 | 2025-01-24T23:59:06.647Z | Downloaded slog-dtrace v0.3.0 |
465 | 2025-01-24T23:59:06.650Z | Downloaded slog-bunyan v2.5.0 |
466 | 2025-01-24T23:59:06.650Z | Downloaded tokio-rustls v0.24.1 |
467 | 2025-01-24T23:59:06.652Z | Downloaded petgraph v0.6.5 |
468 | 2025-01-24T23:59:06.668Z | Downloaded tokio v1.40.0 |
469 | 2025-01-24T23:59:06.704Z | Downloaded slog-term v2.9.1 |
470 | 2025-01-24T23:59:06.709Z | Downloaded libc v0.2.169 |
471 | 2025-01-24T23:59:06.730Z | Downloaded semver v1.0.24 |
472 | 2025-01-24T23:59:06.732Z | Downloaded sct v0.7.1 |
473 | 2025-01-24T23:59:06.735Z | Downloaded derive_more v0.99.18 |
474 | 2025-01-24T23:59:06.739Z | Downloaded derive-where v1.2.7 |
475 | 2025-01-24T23:59:06.743Z | Downloaded jobserver v0.1.31 |
476 | 2025-01-24T23:59:06.745Z | Downloaded zerocopy v0.6.6 |
477 | 2025-01-24T23:59:06.748Z | Downloaded vergen v8.3.2 |
478 | 2025-01-24T23:59:06.750Z | Downloaded cookie v0.18.1 |
479 | 2025-01-24T23:59:06.752Z | Downloaded clap v4.5.4 |
480 | 2025-01-24T23:59:06.760Z | Downloaded synstructure v0.12.6 |
481 | 2025-01-24T23:59:06.762Z | Downloaded serde_urlencoded v0.7.1 |
482 | 2025-01-24T23:59:06.765Z | Downloaded mime v0.3.17 |
483 | 2025-01-24T23:59:06.765Z | Downloaded hubpack v0.1.2 |
484 | 2025-01-24T23:59:06.767Z | Downloaded httpdate v1.0.3 |
485 | 2025-01-24T23:59:06.767Z | Downloaded usdt v0.5.0 |
486 | 2025-01-24T23:59:06.767Z | Downloaded enum-as-inner v0.6.0 |
487 | 2025-01-24T23:59:06.770Z | Downloaded darling v0.20.9 |
488 | 2025-01-24T23:59:06.772Z | Downloaded crossbeam-utils v0.8.19 |
489 | 2025-01-24T23:59:06.775Z | Downloaded futures-macro v0.3.30 |
490 | 2025-01-24T23:59:06.778Z | Downloaded futures-executor v0.3.30 |
491 | 2025-01-24T23:59:06.778Z | Downloaded futures-core v0.3.31 |
492 | 2025-01-24T23:59:06.778Z | Downloaded pest_meta v2.7.10 |
493 | 2025-01-24T23:59:06.781Z | Downloaded bytes v1.9.0 |
494 | 2025-01-24T23:59:06.783Z | Downloaded typeid v1.0.0 |
495 | 2025-01-24T23:59:06.786Z | Downloaded tokio-native-tls v0.3.1 |
496 | 2025-01-24T23:59:06.786Z | Downloaded tap v1.0.1 |
497 | 2025-01-24T23:59:06.788Z | Downloaded subtle v2.5.0 |
498 | 2025-01-24T23:59:06.788Z | Downloaded slog-json v2.6.1 |
499 | 2025-01-24T23:59:06.791Z | Downloaded newtype-uuid v1.1.0 |
500 | 2025-01-24T23:59:06.791Z | Downloaded defmt-macros v0.3.9 |
501 | 2025-01-24T23:59:06.793Z | Downloaded dyn-clone v1.0.17 |
502 | 2025-01-24T23:59:06.795Z | Downloaded dirs-sys-next v0.1.2 |
503 | 2025-01-24T23:59:06.796Z | Downloaded defmt-parser v0.3.4 |
504 | 2025-01-24T23:59:06.798Z | Downloaded debug-ignore v1.0.5 |
505 | 2025-01-24T23:59:06.798Z | Downloaded crypto-common v0.1.6 |
506 | 2025-01-24T23:59:06.800Z | Downloaded camino v1.1.9 |
507 | 2025-01-24T23:59:06.800Z | Downloaded dof v0.3.0 |
508 | 2025-01-24T23:59:06.803Z | Downloaded dof v0.1.5 |
509 | 2025-01-24T23:59:06.803Z | Downloaded digest v0.10.7 |
510 | 2025-01-24T23:59:06.806Z | Downloaded defmt v0.3.8 |
511 | 2025-01-24T23:59:06.808Z | Downloaded data-encoding v2.6.0 |
512 | 2025-01-24T23:59:06.808Z | Downloaded clap_derive v4.5.4 |
513 | 2025-01-24T23:59:06.811Z | Downloaded num-traits v0.2.19 |
514 | 2025-01-24T23:59:06.814Z | Downloaded ctr v0.9.2 |
515 | 2025-01-24T23:59:06.816Z | Downloaded cfg-if v1.0.0 |
516 | 2025-01-24T23:59:06.816Z | Downloaded scroll v0.12.0 |
517 | 2025-01-24T23:59:06.819Z | Downloaded rustls-pki-types v1.7.0 |
518 | 2025-01-24T23:59:06.819Z | Downloaded zerocopy v0.3.2 |
519 | 2025-01-24T23:59:06.821Z | Downloaded owo-colors v4.1.0 |
520 | 2025-01-24T23:59:06.823Z | Downloaded foreign-types-macros v0.2.3 |
521 | 2025-01-24T23:59:06.823Z | Downloaded expectorate v1.1.0 |
522 | 2025-01-24T23:59:06.826Z | Downloaded dtrace-parser v0.2.0 |
523 | 2025-01-24T23:59:06.826Z | Downloaded password-hash v0.5.0 |
524 | 2025-01-24T23:59:06.828Z | Downloaded crucible-workspace-hack v0.1.0 |
525 | 2025-01-24T23:59:06.829Z | Downloaded parking_lot_core v0.9.10 |
526 | 2025-01-24T23:59:06.831Z | Downloaded cfg_aliases v0.2.1 |
527 | 2025-01-24T23:59:06.831Z | Downloaded cfg_aliases v0.1.1 |
528 | 2025-01-24T23:59:06.833Z | Downloaded bincode v1.3.3 |
529 | 2025-01-24T23:59:06.833Z | Downloaded parse-display v0.10.0 |
530 | 2025-01-24T23:59:06.836Z | Downloaded block-buffer v0.10.4 |
531 | 2025-01-24T23:59:06.836Z | Downloaded blake2 v0.10.6 |
532 | 2025-01-24T23:59:06.839Z | Downloaded bitstruct_derive v0.1.0 |
533 | 2025-01-24T23:59:06.841Z | Downloaded bitstruct v0.1.1 |
534 | 2025-01-24T23:59:06.841Z | Downloaded radium v0.7.0 |
535 | 2025-01-24T23:59:06.844Z | Downloaded bitflags v1.3.2 |
536 | 2025-01-24T23:59:06.846Z | Downloaded base64 v0.22.1 |
537 | 2025-01-24T23:59:06.849Z | Downloaded rustc_version v0.1.7 |
538 | 2025-01-24T23:59:06.851Z | Downloaded autocfg v1.3.0 |
539 | 2025-01-24T23:59:06.851Z | Downloaded progenitor-macro v0.9.1 |
540 | 2025-01-24T23:59:06.854Z | Downloaded atomic-waker v1.1.2 |
541 | 2025-01-24T23:59:06.854Z | Downloaded backoff v0.4.0 |
542 | 2025-01-24T23:59:06.856Z | Downloaded async-trait v0.1.83 |
543 | 2025-01-24T23:59:06.859Z | Downloaded aho-corasick v1.1.3 |
544 | 2025-01-24T23:59:06.863Z | Downloaded powerfmt v0.2.0 |
545 | 2025-01-24T23:59:06.866Z | Downloaded polyval v0.6.2 |
546 | 2025-01-24T23:59:06.868Z | Downloaded encoding_rs v0.8.34 |
547 | 2025-01-24T23:59:06.887Z | Downloaded plain v0.2.3 |
548 | 2025-01-24T23:59:06.889Z | Downloaded pin-utils v0.1.0 |
549 | 2025-01-24T23:59:06.889Z | Downloaded parse-display-derive v0.10.0 |
550 | 2025-01-24T23:59:06.892Z | Downloaded num_enum_derive v0.7.2 |
551 | 2025-01-24T23:59:06.892Z | Downloaded async-stream v0.3.5 |
552 | 2025-01-24T23:59:06.894Z | Downloaded anstyle v1.0.7 |
553 | 2025-01-24T23:59:06.894Z | Downloaded anstream v0.6.14 |
554 | 2025-01-24T23:59:06.897Z | Downloaded ahash v0.8.11 |
555 | 2025-01-24T23:59:07.002Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
556 | 2025-01-24T23:59:07.092Z | Downloaded ring v0.17.8 |
557 | 2025-01-24T23:59:07.418Z | Downloaded libz-sys v1.1.16 |
558 | 2025-01-24T23:59:07.569Z | Downloaded libsqlite3-sys v0.30.1 |
559 | 2025-01-24T23:59:08.061Z | Compiling proc-macro2 v1.0.92 |
560 | 2025-01-24T23:59:08.061Z | Compiling unicode-ident v1.0.14 |
561 | 2025-01-24T23:59:08.061Z | Compiling libc v0.2.169 |
562 | 2025-01-24T23:59:08.064Z | Compiling serde v1.0.217 |
563 | 2025-01-24T23:59:08.064Z | Compiling autocfg v1.3.0 |
564 | 2025-01-24T23:59:08.064Z | Compiling once_cell v1.19.0 |
565 | 2025-01-24T23:59:08.103Z | Checking cfg-if v1.0.0 |
566 | 2025-01-24T23:59:08.106Z | Compiling version_check v0.9.5 |
567 | 2025-01-24T23:59:08.268Z | Compiling serde_json v1.0.135 |
568 | 2025-01-24T23:59:08.323Z | Compiling memchr v2.7.2 |
569 | 2025-01-24T23:59:08.626Z | Compiling thiserror v1.0.64 |
570 | 2025-01-24T23:59:08.788Z | Compiling libm v0.2.8 |
571 | 2025-01-24T23:59:08.856Z | Compiling itoa v1.0.11 |
572 | 2025-01-24T23:59:09.167Z | Compiling lock_api v0.4.12 |
573 | 2025-01-24T23:59:09.233Z | Compiling parking_lot_core v0.9.10 |
574 | 2025-01-24T23:59:09.597Z | Compiling ryu v1.0.18 |
575 | 2025-01-24T23:59:09.712Z | Compiling schemars v0.8.21 |
576 | 2025-01-24T23:59:09.777Z | Compiling slab v0.4.9 |
577 | 2025-01-24T23:59:09.802Z | Compiling byteorder v1.5.0 |
578 | 2025-01-24T23:59:09.931Z | Compiling quote v1.0.38 |
579 | 2025-01-24T23:59:09.991Z | Compiling log v0.4.22 |
580 | 2025-01-24T23:59:10.045Z | Checking getrandom v0.2.14 |
581 | 2025-01-24T23:59:10.120Z | Compiling num-traits v0.2.19 |
582 | 2025-01-24T23:59:10.237Z | Compiling pkg-config v0.3.30 |
583 | 2025-01-24T23:59:10.292Z | Compiling jobserver v0.1.31 |
584 | 2025-01-24T23:59:10.313Z | Compiling syn v2.0.96 |
585 | 2025-01-24T23:59:10.496Z | Compiling vcpkg v0.2.15 |
586 | 2025-01-24T23:59:10.696Z | Compiling cc v1.0.97 |
587 | 2025-01-24T23:59:10.965Z | Checking pin-project-lite v0.2.14 |
588 | 2025-01-24T23:59:11.039Z | Compiling ahash v0.8.11 |
589 | 2025-01-24T23:59:11.060Z | Checking smallvec v1.13.2 |
590 | 2025-01-24T23:59:11.109Z | Compiling equivalent v1.0.1 |
591 | 2025-01-24T23:59:11.244Z | Compiling hashbrown v0.15.2 |
592 | 2025-01-24T23:59:11.421Z | Compiling semver v1.0.24 |
593 | 2025-01-24T23:59:11.516Z | Checking scopeguard v1.2.0 |
594 | 2025-01-24T23:59:12.015Z | Checking signal-hook-registry v1.4.2 |
595 | 2025-01-24T23:59:12.069Z | Checking mio v1.0.2 |
596 | 2025-01-24T23:59:12.297Z | Checking socket2 v0.5.7 |
597 | 2025-01-24T23:59:12.339Z | Checking parking_lot v0.12.2 |
598 | 2025-01-24T23:59:12.400Z | Compiling fnv v1.0.7 |
599 | 2025-01-24T23:59:12.604Z | Compiling httparse v1.8.0 |
600 | 2025-01-24T23:59:12.754Z | Compiling typenum v1.17.0 |
601 | 2025-01-24T23:59:12.814Z | Compiling heck v0.5.0 |
602 | 2025-01-24T23:59:12.941Z | Checking iana-time-zone v0.1.60 |
603 | 2025-01-24T23:59:12.963Z | Compiling generic-array v0.14.7 |
604 | 2025-01-24T23:59:13.145Z | Checking futures-core v0.3.31 |
605 | 2025-01-24T23:59:13.319Z | Checking dyn-clone v1.0.17 |
606 | 2025-01-24T23:59:13.417Z | Checking futures-sink v0.3.30 |
607 | 2025-01-24T23:59:13.586Z | Checking rand_core v0.6.4 |
608 | 2025-01-24T23:59:13.610Z | Compiling slog v2.7.0 |
609 | 2025-01-24T23:59:13.766Z | Compiling ring v0.17.8 |
610 | 2025-01-24T23:59:13.907Z | Compiling openssl-sys v0.9.103 |
611 | 2025-01-24T23:59:13.928Z | Compiling allocator-api2 v0.2.18 |
612 | 2025-01-24T23:59:13.945Z | Checking subtle v2.5.0 |
613 | 2025-01-24T23:59:14.192Z | Checking futures-channel v0.3.30 |
614 | 2025-01-24T23:59:14.223Z | Checking pin-utils v0.1.0 |
615 | 2025-01-24T23:59:14.336Z | Checking futures-io v0.3.30 |
616 | 2025-01-24T23:59:14.528Z | Compiling ucd-trie v0.1.6 |
617 | 2025-01-24T23:59:14.571Z | Checking futures-task v0.3.30 |
618 | 2025-01-24T23:59:14.693Z | Compiling aho-corasick v1.1.3 |
619 | 2025-01-24T23:59:14.862Z | Compiling openssl v0.10.66 |
620 | 2025-01-24T23:59:14.867Z | Compiling regex-syntax v0.8.5 |
621 | 2025-01-24T23:59:14.996Z | Compiling rustversion v1.0.17 |
622 | 2025-01-24T23:59:15.114Z | Compiling native-tls v0.2.11 |
623 | 2025-01-24T23:59:15.326Z | Compiling syn v1.0.109 |
624 | 2025-01-24T23:59:15.516Z | Compiling rustls v0.23.10 |
625 | 2025-01-24T23:59:15.706Z | Checking spin v0.9.8 |
626 | 2025-01-24T23:59:15.928Z | Checking untrusted v0.9.0 |
627 | 2025-01-24T23:59:16.094Z | Checking tracing-core v0.1.32 |
628 | 2025-01-24T23:59:16.707Z | Compiling heck v0.4.1 |
629 | 2025-01-24T23:59:16.895Z | Compiling serde_derive_internals v0.29.1 |
630 | 2025-01-24T23:59:17.521Z | Compiling time-core v0.1.2 |
631 | 2025-01-24T23:59:17.758Z | Checking percent-encoding v2.3.1 |
632 | 2025-01-24T23:59:17.991Z | Checking rustls-pki-types v1.7.0 |
633 | 2025-01-24T23:59:18.046Z | Compiling anyhow v1.0.89 |
634 | 2025-01-24T23:59:18.411Z | Compiling num-conv v0.1.0 |
635 | 2025-01-24T23:59:18.598Z | Compiling regex-automata v0.4.9 |
636 | 2025-01-24T23:59:18.680Z | Compiling time-macros v0.2.18 |
637 | 2025-01-24T23:59:18.945Z | Checking crypto-common v0.1.6 |
638 | 2025-01-24T23:59:19.023Z | Checking form_urlencoded v1.2.1 |
639 | 2025-01-24T23:59:19.864Z | Checking tinyvec_macros v0.1.1 |
640 | 2025-01-24T23:59:19.966Z | Checking tinyvec v1.6.0 |
641 | 2025-01-24T23:59:20.579Z | Compiling thread-id v4.2.1 |
642 | 2025-01-24T23:59:20.699Z | Checking zeroize v1.7.0 |
643 | 2025-01-24T23:59:20.936Z | Checking atomic-waker v1.1.2 |
644 | 2025-01-24T23:59:21.087Z | Compiling strsim v0.11.1 |
645 | 2025-01-24T23:59:21.206Z | Checking unicode-normalization v0.1.23 |
646 | 2025-01-24T23:59:21.320Z | Compiling serde_derive v1.0.217 |
647 | 2025-01-24T23:59:21.382Z | Compiling thiserror-impl v1.0.64 |
648 | 2025-01-24T23:59:21.784Z | Compiling tokio-macros v2.4.0 |
649 | 2025-01-24T23:59:22.179Z | Compiling zerocopy-derive v0.7.34 |
650 | 2025-01-24T23:59:22.705Z | Compiling schemars_derive v0.8.21 |
651 | 2025-01-24T23:59:23.366Z | Compiling futures-macro v0.3.30 |
652 | 2025-01-24T23:59:24.158Z | Compiling openssl-macros v0.1.1 |
653 | 2025-01-24T23:59:24.315Z | Compiling zerocopy v0.7.34 |
654 | 2025-01-24T23:59:24.943Z | Compiling pest v2.7.10 |
655 | 2025-01-24T23:59:25.212Z | Checking futures-util v0.3.30 |
656 | 2025-01-24T23:59:25.648Z | Compiling regex v1.11.1 |
657 | 2025-01-24T23:59:25.672Z | Compiling tracing-attributes v0.1.27 |
658 | 2025-01-24T23:59:26.064Z | Compiling hashbrown v0.14.5 |
659 | 2025-01-24T23:59:26.094Z | Compiling scroll_derive v0.12.0 |
660 | 2025-01-24T23:59:26.601Z | Checking rustls-webpki v0.102.4 |
661 | 2025-01-24T23:59:27.260Z | Compiling regress v0.10.1 |
662 | 2025-01-24T23:59:27.359Z | Compiling camino v1.1.9 |
663 | 2025-01-24T23:59:27.550Z | Checking unicode-bidi v0.3.15 |
664 | 2025-01-24T23:59:27.595Z | Checking try-lock v0.2.5 |
665 | 2025-01-24T23:59:27.744Z | Compiling pest_meta v2.7.10 |
666 | 2025-01-24T23:59:28.054Z | Checking want v0.3.1 |
667 | 2025-01-24T23:59:28.085Z | Checking base64 v0.22.1 |
668 | 2025-01-24T23:59:28.193Z | Checking ppv-lite86 v0.2.17 |
669 | 2025-01-24T23:59:28.269Z | Checking httpdate v1.0.3 |
670 | 2025-01-24T23:59:28.550Z | Checking idna v0.5.0 |
671 | 2025-01-24T23:59:28.895Z | Checking tracing v0.1.40 |
672 | 2025-01-24T23:59:29.060Z | Checking rand_chacha v0.3.1 |
673 | 2025-01-24T23:59:29.226Z | Compiling pest_generator v2.7.10 |
674 | 2025-01-24T23:59:29.421Z | Compiling ident_case v1.0.1 |
675 | 2025-01-24T23:59:29.471Z | Compiling unsafe-libyaml v0.2.11 |
676 | 2025-01-24T23:59:29.613Z | Checking tower-service v0.3.2 |
677 | 2025-01-24T23:59:29.740Z | Compiling darling_core v0.20.9 |
678 | 2025-01-24T23:59:29.922Z | Checking url v2.5.0 |
679 | 2025-01-24T23:59:30.723Z | Checking rand v0.8.5 |
680 | 2025-01-24T23:59:30.965Z | Compiling scroll v0.12.0 |
681 | 2025-01-24T23:59:31.258Z | Compiling usdt-impl v0.5.0 |
682 | 2025-01-24T23:59:31.538Z | Compiling plain v0.2.3 |
683 | 2025-01-24T23:59:31.561Z | Compiling pest_derive v2.7.10 |
684 | 2025-01-24T23:59:31.707Z | Checking foreign-types-shared v0.1.1 |
685 | 2025-01-24T23:59:31.824Z | Compiling goblin v0.8.2 |
686 | 2025-01-24T23:59:31.845Z | Checking foreign-types v0.3.2 |
687 | 2025-01-24T23:59:31.879Z | Compiling strum_macros v0.26.2 |
688 | 2025-01-24T23:59:32.454Z | Checking encoding_rs v0.8.34 |
689 | 2025-01-24T23:59:33.093Z | Checking cpufeatures v0.2.12 |
690 | 2025-01-24T23:59:33.198Z | Checking mime v0.3.17 |
691 | 2025-01-24T23:59:33.376Z | Checking bytes v1.9.0 |
692 | 2025-01-24T23:59:33.724Z | Checking chrono v0.4.38 |
693 | 2025-01-24T23:59:34.193Z | Checking tokio v1.40.0 |
694 | 2025-01-24T23:59:35.094Z | Compiling indexmap v2.7.0 |
695 | 2025-01-24T23:59:35.305Z | Compiling serde_tokenstream v0.2.2 |
696 | 2025-01-24T23:59:35.794Z | Checking uuid v1.10.0 |
697 | 2025-01-24T23:59:35.828Z | Checking bitflags v2.6.0 |
698 | 2025-01-24T23:59:36.780Z | Compiling http v1.2.0 |
699 | 2025-01-24T23:59:37.005Z | Compiling openapiv3 v2.0.0 |
700 | 2025-01-24T23:59:37.637Z | Compiling serde_yaml v0.9.34+deprecated |
701 | 2025-01-24T23:59:38.410Z | Checking http-body v1.0.1 |
702 | 2025-01-24T23:59:38.643Z | Checking http-body-util v0.1.2 |
703 | 2025-01-24T23:59:38.942Z | Compiling darling_macro v0.20.9 |
704 | 2025-01-24T23:59:39.109Z | Compiling pretty-hex v0.4.1 |
705 | 2025-01-24T23:59:39.483Z | Compiling dof v0.3.0 |
706 | 2025-01-24T23:59:39.989Z | Compiling darling v0.20.9 |
707 | 2025-01-24T23:59:40.667Z | Compiling typify-impl v0.2.0 |
708 | 2025-01-24T23:59:40.962Z | Checking serde_urlencoded v0.7.1 |
709 | 2025-01-24T23:59:41.012Z | Compiling dtrace-parser v0.2.0 |
710 | 2025-01-24T23:59:41.103Z | Checking rustls-pemfile v2.1.3 |
711 | 2025-01-24T23:59:41.153Z | Checking tokio-util v0.7.11 |
712 | 2025-01-24T23:59:41.398Z | Compiling async-trait v0.1.83 |
713 | 2025-01-24T23:59:41.576Z | Checking block-buffer v0.10.4 |
714 | 2025-01-24T23:59:41.963Z | Checking h2 v0.4.6 |
715 | 2025-01-24T23:59:42.024Z | Checking openssl-probe v0.1.5 |
716 | 2025-01-24T23:59:42.206Z | Compiling omicron-workspace-hack v0.1.0 |
717 | 2025-01-24T23:59:42.615Z | Checking digest v0.10.7 |
718 | 2025-01-24T23:59:42.983Z | Compiling serde_with_macros v3.11.0 |
719 | 2025-01-24T23:59:43.897Z | Compiling toml_datetime v0.6.8 |
720 | 2025-01-24T23:59:45.369Z | Compiling rustls v0.22.4 |
721 | 2025-01-24T23:59:45.548Z | Checking ipnet v2.9.0 |
722 | 2025-01-24T23:59:45.747Z | Checking tokio-native-tls v0.3.1 |
723 | 2025-01-24T23:59:46.024Z | Checking webpki-roots v0.26.3 |
724 | 2025-01-24T23:59:46.044Z | Compiling crossbeam-utils v0.8.19 |
725 | 2025-01-24T23:59:46.140Z | Checking hyper v1.4.1 |
726 | 2025-01-24T23:59:46.226Z | Compiling paste v1.0.15 |
727 | 2025-01-24T23:59:46.247Z | Compiling slog-async v2.8.0 |
728 | 2025-01-24T23:59:46.817Z | Compiling usdt-macro v0.5.0 |
729 | 2025-01-24T23:59:46.869Z | Compiling usdt-attr-macro v0.5.0 |
730 | 2025-01-24T23:59:47.192Z | Checking sync_wrapper v1.0.1 |
731 | 2025-01-24T23:59:47.364Z | Compiling multer v3.1.0 |
732 | 2025-01-24T23:59:47.991Z | Compiling rustix v0.38.34 |
733 | 2025-01-24T23:59:48.203Z | Checking hyper-util v0.1.9 |
734 | 2025-01-24T23:59:48.789Z | Checking serde_spanned v0.6.7 |
735 | 2025-01-24T23:59:48.922Z | Checking futures-executor v0.3.30 |
736 | 2025-01-24T23:59:48.947Z | Checking tokio-rustls v0.26.0 |
737 | 2025-01-24T23:59:49.007Z | Compiling async-stream-impl v0.3.5 |
738 | 2025-01-24T23:59:49.175Z | Checking errno v0.3.9 |
739 | 2025-01-24T23:59:49.226Z | Checking powerfmt v0.2.0 |
740 | 2025-01-24T23:59:49.377Z | Checking futures v0.3.30 |
741 | 2025-01-24T23:59:49.511Z | Checking deranged v0.3.11 |
742 | 2025-01-24T23:59:49.535Z | Checking sha1 v0.10.6 |
743 | 2025-01-24T23:59:49.874Z | Checking hyper-rustls v0.27.3 |
744 | 2025-01-24T23:59:50.232Z | Checking hyper-tls v0.6.0 |
745 | 2025-01-24T23:59:50.256Z | Checking is-terminal v0.4.12 |
746 | 2025-01-24T23:59:50.322Z | Compiling dropshot v0.12.0 |
747 | 2025-01-24T23:59:50.413Z | Checking num_threads v0.1.7 |
748 | 2025-01-24T23:59:50.515Z | Checking reqwest v0.12.7 |
749 | 2025-01-24T23:59:50.805Z | Checking strum v0.26.2 |
750 | 2025-01-24T23:59:50.851Z | Compiling dropshot_endpoint v0.12.0 |
751 | 2025-01-24T23:59:50.962Z | Checking time v0.3.36 |
752 | 2025-01-24T23:59:51.103Z | Compiling structmeta-derive v0.3.0 |
753 | 2025-01-24T23:59:51.975Z | Checking serde_with v3.11.0 |
754 | 2025-01-24T23:59:52.862Z | Checking dirs-sys-next v0.1.2 |
755 | 2025-01-24T23:59:53.051Z | Compiling typify-macro v0.2.0 |
756 | 2025-01-24T23:59:53.541Z | Checking match_cfg v0.1.0 |
757 | 2025-01-24T23:59:53.677Z | Checking winnow v0.6.18 |
758 | 2025-01-24T23:59:53.737Z | Compiling structmeta v0.3.0 |
759 | 2025-01-24T23:59:54.111Z | Compiling parse-display-derive v0.10.0 |
760 | 2025-01-24T23:59:55.129Z | Checking hostname v0.3.1 |
761 | 2025-01-24T23:59:55.292Z | Checking dirs-next v2.0.0 |
762 | 2025-01-24T23:59:56.553Z | Checking ipnetwork v0.20.0 |
763 | 2025-01-24T23:59:56.666Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
764 | 2025-01-24T23:59:56.747Z | Compiling typify v0.2.0 |
765 | 2025-01-24T23:59:56.886Z | Compiling progenitor-impl v0.8.0 |
766 | 2025-01-24T23:59:56.928Z | Checking thread_local v1.1.8 |
767 | 2025-01-24T23:59:57.878Z | Checking term v0.7.0 |
768 | 2025-01-24T23:59:57.931Z | Checking crossbeam-channel v0.5.12 |
769 | 2025-01-24T23:59:58.142Z | Checking memmap v0.7.0 |
770 | 2025-01-24T23:59:58.354Z | Checking take_mut v0.2.2 |
771 | 2025-01-24T23:59:58.701Z | Checking usdt v0.5.0 |
772 | 2025-01-24T23:59:58.948Z | Checking slog-term v2.9.1 |
773 | 2025-01-24T23:59:58.969Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
774 | 2025-01-24T23:59:59.637Z | Checking toml_edit v0.22.20 |
775 | 2025-01-24T23:59:59.672Z | Checking slog-json v2.6.1 |
776 | 2025-01-24T23:59:59.813Z | Checking progenitor-client v0.8.0 |
777 | 2025-01-25T00:00:01.060Z | Compiling winnow v0.5.40 |
778 | 2025-01-25T00:00:01.259Z | Checking debug-ignore v1.0.5 |
779 | 2025-01-25T00:00:02.402Z | Checking toml v0.8.19 |
780 | 2025-01-25T00:00:02.929Z | Checking slog-bunyan v2.5.0 |
781 | 2025-01-25T00:00:03.117Z | Checking async-stream v0.3.5 |
782 | 2025-01-25T00:00:03.141Z | Compiling progenitor-macro v0.8.0 |
783 | 2025-01-25T00:00:03.512Z | Checking serde_path_to_error v0.1.16 |
784 | 2025-01-25T00:00:03.571Z | Checking waitgroup v0.1.2 |
785 | 2025-01-25T00:00:03.621Z | Checking hostname v0.4.0 |
786 | 2025-01-25T00:00:03.624Z | Checking tokio-rustls v0.25.0 |
787 | 2025-01-25T00:00:04.020Z | Compiling crucible-workspace-hack v0.1.0 |
788 | 2025-01-25T00:00:04.189Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
789 | 2025-01-25T00:00:04.378Z | Checking newtype-uuid v1.1.0 |
790 | 2025-01-25T00:00:04.536Z | Compiling toml_edit v0.19.15 |
791 | 2025-01-25T00:00:04.578Z | Compiling clap_derive v4.5.4 |
792 | 2025-01-25T00:00:04.645Z | Checking unicode-width v0.1.14 |
793 | 2025-01-25T00:00:04.671Z | Checking utf8parse v0.2.1 |
794 | 2025-01-25T00:00:05.266Z | Checking anstyle-parse v0.2.4 |
795 | 2025-01-25T00:00:05.483Z | Checking hex v0.4.3 |
796 | 2025-01-25T00:00:05.957Z | Checking instant v0.1.12 |
797 | 2025-01-25T00:00:06.092Z | Checking colorchoice v1.0.1 |
798 | 2025-01-25T00:00:06.252Z | Checking anstyle-query v1.0.3 |
799 | 2025-01-25T00:00:06.404Z | Checking lazy_static v1.5.0 |
800 | 2025-01-25T00:00:06.712Z | Checking anstyle v1.0.7 |
801 | 2025-01-25T00:00:06.895Z | Checking is_terminal_polyfill v1.70.0 |
802 | 2025-01-25T00:00:07.117Z | Checking anstream v0.6.14 |
803 | 2025-01-25T00:00:07.538Z | Compiling proc-macro-crate v1.3.1 |
804 | 2025-01-25T00:00:07.732Z | Checking backoff v0.4.0 |
805 | 2025-01-25T00:00:08.061Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
806 | 2025-01-25T00:00:08.239Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
807 | 2025-01-25T00:00:08.390Z | Checking parse-display v0.10.0 |
808 | 2025-01-25T00:00:08.471Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
809 | 2025-01-25T00:00:08.581Z | Checking terminal_size v0.3.0 |
810 | 2025-01-25T00:00:08.664Z | Checking macaddr v1.0.1 |
811 | 2025-01-25T00:00:08.768Z | Checking regress v0.9.1 |
812 | 2025-01-25T00:00:09.413Z | Checking num-integer v0.1.46 |
813 | 2025-01-25T00:00:09.922Z | Compiling unicode-xid v0.2.4 |
814 | 2025-01-25T00:00:10.131Z | Checking clap_lex v0.7.0 |
815 | 2025-01-25T00:00:10.398Z | Checking clap_builder v4.5.2 |
816 | 2025-01-25T00:00:13.203Z | Compiling heapless v0.8.0 |
817 | 2025-01-25T00:00:13.446Z | Checking clap v4.5.4 |
818 | 2025-01-25T00:00:14.051Z | Compiling num_enum_derive v0.5.11 |
819 | 2025-01-25T00:00:14.077Z | Checking num-bigint v0.4.5 |
820 | 2025-01-25T00:00:14.601Z | Checking progenitor v0.8.0 |
821 | 2025-01-25T00:00:14.624Z | Checking hash32 v0.3.1 |
822 | 2025-01-25T00:00:14.766Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
823 | 2025-01-25T00:00:14.820Z | Checking bitflags v1.3.2 |
824 | 2025-01-25T00:00:14.840Z | Compiling smoltcp v0.11.0 |
825 | 2025-01-25T00:00:15.068Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
826 | 2025-01-25T00:00:15.466Z | Checking either v1.13.0 |
827 | 2025-01-25T00:00:15.487Z | Checking stable_deref_trait v1.2.0 |
828 | 2025-01-25T00:00:15.490Z | Checking fastrand v2.1.0 |
829 | 2025-01-25T00:00:15.859Z | Checking tempfile v3.10.1 |
830 | 2025-01-25T00:00:15.992Z | Compiling synstructure v0.12.6 |
831 | 2025-01-25T00:00:16.237Z | Checking num_enum v0.5.11 |
832 | 2025-01-25T00:00:16.319Z | Checking num-rational v0.4.2 |
833 | 2025-01-25T00:00:16.362Z | Checking num-iter v0.1.45 |
834 | 2025-01-25T00:00:16.436Z | Checking num-complex v0.4.6 |
835 | 2025-01-25T00:00:16.636Z | Compiling proc-macro-error-attr v1.0.4 |
836 | 2025-01-25T00:00:17.003Z | Checking cobs v0.2.3 |
837 | 2025-01-25T00:00:17.030Z | Checking managed v0.8.0 |
838 | 2025-01-25T00:00:17.051Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
839 | 2025-01-25T00:00:17.225Z | Checking postcard v1.0.9 |
840 | 2025-01-25T00:00:17.287Z | Checking num v0.4.3 |
841 | 2025-01-25T00:00:17.310Z | Compiling zerocopy-derive v0.2.0 |
842 | 2025-01-25T00:00:18.350Z | Compiling foreign-types-macros v0.2.3 |
843 | 2025-01-25T00:00:18.439Z | Compiling libz-sys v1.1.16 |
844 | 2025-01-25T00:00:19.162Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
845 | 2025-01-25T00:00:19.188Z | Compiling proc-macro-error v1.0.4 |
846 | 2025-01-25T00:00:19.616Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
847 | 2025-01-25T00:00:19.771Z | Checking pretty-hex v0.2.1 |
848 | 2025-01-25T00:00:19.970Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
849 | 2025-01-25T00:00:20.153Z | Checking foreign-types-shared v0.3.1 |
850 | 2025-01-25T00:00:20.248Z | Compiling thiserror v2.0.11 |
851 | 2025-01-25T00:00:20.274Z | Checking data-encoding v2.6.0 |
852 | 2025-01-25T00:00:20.297Z | Checking foreign-types v0.5.0 |
853 | 2025-01-25T00:00:20.591Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
854 | 2025-01-25T00:00:21.960Z | Checking tabwriter v1.4.0 |
855 | 2025-01-25T00:00:22.281Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
856 | 2025-01-25T00:00:22.401Z | Compiling thiserror-impl v2.0.11 |
857 | 2025-01-25T00:00:22.424Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
858 | 2025-01-25T00:00:23.504Z | Checking cstr-argument v0.1.2 |
859 | 2025-01-25T00:00:23.586Z | Compiling prettyplease v0.2.22 |
860 | 2025-01-25T00:00:23.903Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
861 | 2025-01-25T00:00:24.428Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
862 | 2025-01-25T00:00:25.099Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
863 | 2025-01-25T00:00:25.539Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
864 | 2025-01-25T00:00:25.878Z | Checking colored v2.1.0 |
865 | 2025-01-25T00:00:27.030Z | Compiling libgit2-sys v0.17.0+1.8.1 |
866 | 2025-01-25T00:00:27.461Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
867 | 2025-01-25T00:00:27.933Z | Checking float-ord v0.3.2 |
868 | 2025-01-25T00:00:27.946Z | Checking is_ci v1.2.0 |
869 | 2025-01-25T00:00:27.946Z | Checking unicode-segmentation v1.11.0 |
870 | 2025-01-25T00:00:27.946Z | Compiling semver v0.1.20 |
871 | 2025-01-25T00:00:28.514Z | Compiling rustc_version v0.1.7 |
872 | 2025-01-25T00:00:28.573Z | Checking newline-converter v0.3.0 |
873 | 2025-01-25T00:00:28.733Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
874 | 2025-01-25T00:00:29.359Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
875 | 2025-01-25T00:00:29.909Z | Compiling zone_cfg_derive v0.3.0 |
876 | 2025-01-25T00:00:30.678Z | Checking camino-tempfile v1.1.1 |
877 | 2025-01-25T00:00:30.957Z | Checking itertools v0.10.5 |
878 | 2025-01-25T00:00:31.246Z | Checking console v0.15.8 |
879 | 2025-01-25T00:00:31.403Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
880 | 2025-01-25T00:00:32.316Z | Compiling num-derive v0.4.2 |
881 | 2025-01-25T00:00:33.052Z | Checking sigpipe v0.1.3 |
882 | 2025-01-25T00:00:33.156Z | Compiling usdt-impl v0.3.5 |
883 | 2025-01-25T00:00:33.592Z | Checking similar v2.5.0 |
884 | 2025-01-25T00:00:33.623Z | Checking base64 v0.21.7 |
885 | 2025-01-25T00:00:34.156Z | Compiling owo-colors v4.1.0 |
886 | 2025-01-25T00:00:34.275Z | Checking base64ct v1.6.0 |
887 | 2025-01-25T00:00:34.703Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
888 | 2025-01-25T00:00:34.746Z | Checking password-hash v0.5.0 |
889 | 2025-01-25T00:00:35.103Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
890 | 2025-01-25T00:00:36.217Z | Checking expectorate v1.1.0 |
891 | 2025-01-25T00:00:36.238Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
892 | 2025-01-25T00:00:36.238Z | Checking zone v0.3.0 |
893 | 2025-01-25T00:00:36.238Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
894 | 2025-01-25T00:00:36.238Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
895 | 2025-01-25T00:00:36.239Z | Compiling newtype_derive v0.1.6 |
896 | 2025-01-25T00:00:36.239Z | Checking supports-color v3.0.1 |
897 | 2025-01-25T00:00:36.239Z | Checking supports-color v2.1.0 |
898 | 2025-01-25T00:00:36.324Z | Compiling zerocopy v0.3.2 |
899 | 2025-01-25T00:00:36.380Z | Checking blake2 v0.10.6 |
900 | 2025-01-25T00:00:36.425Z | Compiling cargo-platform v0.1.8 |
901 | 2025-01-25T00:00:36.538Z | Compiling hubpack_derive v0.1.1 |
902 | 2025-01-25T00:00:36.541Z | Checking smf v0.2.3 |
903 | 2025-01-25T00:00:36.809Z | Compiling serde_repr v0.1.19 |
904 | 2025-01-25T00:00:36.832Z | Compiling zerocopy-derive v0.6.6 |
905 | 2025-01-25T00:00:36.901Z | Compiling vergen v8.3.2 |
906 | 2025-01-25T00:00:37.007Z | Checking fixedbitset v0.4.2 |
907 | 2025-01-25T00:00:37.293Z | Compiling cancel-safe-futures v0.1.5 |
908 | 2025-01-25T00:00:37.473Z | Checking whoami v1.5.1 |
909 | 2025-01-25T00:00:37.493Z | Checking hubpack v0.1.2 |
910 | 2025-01-25T00:00:37.717Z | Checking petgraph v0.6.5 |
911 | 2025-01-25T00:00:37.932Z | Checking argon2 v0.5.3 |
912 | 2025-01-25T00:00:37.987Z | Compiling dof v0.1.5 |
913 | 2025-01-25T00:00:38.547Z | Compiling cargo_metadata v0.18.1 |
914 | 2025-01-25T00:00:38.670Z | Checking zerocopy v0.6.6 |
915 | 2025-01-25T00:00:38.817Z | Compiling typify-impl v0.3.0 |
916 | 2025-01-25T00:00:40.764Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
917 | 2025-01-25T00:00:41.024Z | Compiling rustc_version v0.4.0 |
918 | 2025-01-25T00:00:41.321Z | Checking serde-big-array v0.5.1 |
919 | 2025-01-25T00:00:41.565Z | Compiling dtrace-parser v0.1.14 |
920 | 2025-01-25T00:00:41.588Z | Compiling strum_macros v0.25.3 |
921 | 2025-01-25T00:00:41.609Z | Compiling libsqlite3-sys v0.30.1 |
922 | 2025-01-25T00:00:42.040Z | Compiling slog-dtrace v0.3.0 |
923 | 2025-01-25T00:00:42.182Z | Compiling cookie v0.18.1 |
924 | 2025-01-25T00:00:42.446Z | Compiling convert_case v0.4.0 |
925 | 2025-01-25T00:00:42.899Z | Checking utf-8 v0.7.6 |
926 | 2025-01-25T00:00:43.124Z | Compiling rustls v0.21.12 |
927 | 2025-01-25T00:00:43.168Z | Checking static_assertions v1.1.0 |
928 | 2025-01-25T00:00:43.193Z | Compiling cfg_aliases v0.2.1 |
929 | 2025-01-25T00:00:43.271Z | Compiling derive_more v0.99.18 |
930 | 2025-01-25T00:00:43.292Z | Checking tungstenite v0.21.0 |
931 | 2025-01-25T00:00:43.316Z | Compiling nix v0.29.0 |
932 | 2025-01-25T00:00:44.234Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
933 | 2025-01-25T00:00:44.324Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
934 | 2025-01-25T00:00:44.835Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
935 | 2025-01-25T00:00:45.063Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
936 | 2025-01-25T00:00:45.542Z | Checking atomicwrites v0.4.4 |
937 | 2025-01-25T00:00:45.731Z | Checking itertools v0.13.0 |
938 | 2025-01-25T00:00:45.767Z | Checking libsw v3.3.1 |
939 | 2025-01-25T00:00:46.035Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
940 | 2025-01-25T00:00:46.103Z | Compiling serde_tokenstream v0.1.7 |
941 | 2025-01-25T00:00:46.561Z | Checking idna v0.4.0 |
942 | 2025-01-25T00:00:46.664Z | Checking rustls-webpki v0.101.7 |
943 | 2025-01-25T00:00:47.550Z | Checking sct v0.7.1 |
944 | 2025-01-25T00:00:47.808Z | Compiling derive-where v1.2.7 |
945 | 2025-01-25T00:00:48.322Z | Compiling enum-as-inner v0.6.0 |
946 | 2025-01-25T00:00:49.433Z | Checking inout v0.1.3 |
947 | 2025-01-25T00:00:49.514Z | Checking linked-hash-map v0.5.6 |
948 | 2025-01-25T00:00:49.640Z | Checking indent_write v2.2.0 |
949 | 2025-01-25T00:00:49.830Z | Checking linear-map v1.2.0 |
950 | 2025-01-25T00:00:49.855Z | Compiling radium v0.7.0 |
951 | 2025-01-25T00:00:50.051Z | Checking highway v1.2.0 |
952 | 2025-01-25T00:00:50.162Z | Checking quick-error v1.2.3 |
953 | 2025-01-25T00:00:50.316Z | Checking swrite v0.1.0 |
954 | 2025-01-25T00:00:50.376Z | Checking resolv-conf v0.7.0 |
955 | 2025-01-25T00:00:50.459Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
956 | 2025-01-25T00:00:50.510Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
957 | 2025-01-25T00:00:50.741Z | Checking lru-cache v0.1.2 |
958 | 2025-01-25T00:00:50.851Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
959 | 2025-01-25T00:00:50.938Z | Checking cipher v0.4.4 |
960 | 2025-01-25T00:00:51.128Z | Compiling typify-macro v0.3.0 |
961 | 2025-01-25T00:00:51.294Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
962 | 2025-01-25T00:00:51.912Z | Checking hickory-proto v0.24.1 |
963 | 2025-01-25T00:00:53.209Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
964 | 2025-01-25T00:00:53.868Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
965 | 2025-01-25T00:00:54.377Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
966 | 2025-01-25T00:00:55.142Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
967 | 2025-01-25T00:00:55.394Z | Checking steno v0.4.1 |
968 | 2025-01-25T00:00:55.652Z | Checking tokio-tungstenite v0.21.0 |
969 | 2025-01-25T00:00:56.537Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
970 | 2025-01-25T00:00:56.595Z | Checking crossbeam-epoch v0.9.18 |
971 | 2025-01-25T00:00:56.972Z | Checking hashlink v0.9.1 |
972 | 2025-01-25T00:00:57.017Z | Checking humantime v2.1.0 |
973 | 2025-01-25T00:00:57.313Z | Checking fallible-streaming-iterator v0.1.9 |
974 | 2025-01-25T00:00:57.335Z | Compiling rayon-core v1.12.1 |
975 | 2025-01-25T00:00:57.415Z | Checking tap v1.0.1 |
976 | 2025-01-25T00:00:57.533Z | Checking fallible-iterator v0.3.0 |
977 | 2025-01-25T00:00:57.616Z | Checking wyz v0.5.1 |
978 | 2025-01-25T00:00:57.634Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2025-01-25T00:00:57.746Z | Checking crossbeam-deque v0.8.5 |
980 | 2025-01-25T00:00:57.959Z | Checking tokio-rustls v0.24.1 |
981 | 2025-01-25T00:00:58.137Z | Checking rusqlite v0.32.1 |
982 | 2025-01-25T00:00:58.343Z | Checking hickory-resolver v0.24.1 |
983 | 2025-01-25T00:00:58.974Z | Compiling usdt-macro v0.3.5 |
984 | 2025-01-25T00:00:59.600Z | Compiling usdt-attr-macro v0.3.5 |
985 | 2025-01-25T00:00:59.816Z | Checking rustls-pemfile v1.0.4 |
986 | 2025-01-25T00:01:00.173Z | Compiling num_enum_derive v0.7.2 |
987 | 2025-01-25T00:01:00.256Z | Checking twox-hash v2.1.0 |
988 | 2025-01-25T00:01:00.327Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
989 | 2025-01-25T00:01:00.631Z | Checking universal-hash v0.5.1 |
990 | 2025-01-25T00:01:00.826Z | Checking atty v0.2.14 |
991 | 2025-01-25T00:01:00.867Z | Checking funty v2.0.0 |
992 | 2025-01-25T00:01:00.966Z | Checking opaque-debug v0.3.1 |
993 | 2025-01-25T00:01:00.971Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
994 | 2025-01-25T00:01:01.060Z | Checking polyval v0.6.2 |
995 | 2025-01-25T00:01:01.399Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
996 | 2025-01-25T00:01:01.450Z | Checking usdt v0.3.5 |
997 | 2025-01-25T00:01:01.677Z | Checking bitvec v1.0.1 |
998 | 2025-01-25T00:01:02.198Z | Compiling typify v0.3.0 |
999 | 2025-01-25T00:01:02.345Z | Checking ctr v0.9.2 |
1000 | 2025-01-25T00:01:02.368Z | Checking aes v0.8.4 |
1001 | 2025-01-25T00:01:02.519Z | Checking num_enum v0.7.2 |
1002 | 2025-01-25T00:01:02.703Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1003 | 2025-01-25T00:01:02.734Z | Checking toml v0.7.8 |
1004 | 2025-01-25T00:01:02.757Z | Checking bincode v1.3.3 |
1005 | 2025-01-25T00:01:03.144Z | Checking aead v0.5.2 |
1006 | 2025-01-25T00:01:03.211Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1007 | 2025-01-25T00:01:03.392Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1008 | 2025-01-25T00:01:03.450Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1009 | 2025-01-25T00:01:03.453Z | Checking aes-gcm-siv v0.11.1 |
1010 | 2025-01-25T00:01:03.505Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1011 | 2025-01-25T00:01:03.668Z | Checking rayon v1.10.0 |
1012 | 2025-01-25T00:01:03.719Z | Compiling progenitor-impl v0.9.1 |
1013 | 2025-01-25T00:01:03.850Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1014 | 2025-01-25T00:01:03.994Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1015 | 2025-01-25T00:01:04.081Z | Compiling bitstruct_derive v0.1.0 |
1016 | 2025-01-25T00:01:04.140Z | Compiling async-recursion v1.1.1 |
1017 | 2025-01-25T00:01:04.379Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1018 | 2025-01-25T00:01:04.550Z | Checking ascii v1.1.0 |
1019 | 2025-01-25T00:01:04.887Z | Checking typeid v1.0.0 |
1020 | 2025-01-25T00:01:05.032Z | Compiling cfg_aliases v0.1.1 |
1021 | 2025-01-25T00:01:05.138Z | Checking ringbuffer v0.15.0 |
1022 | 2025-01-25T00:01:05.216Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1023 | 2025-01-25T00:01:05.403Z | Checking bitstruct v0.1.1 |
1024 | 2025-01-25T00:01:05.526Z | Compiling nix v0.28.0 |
1025 | 2025-01-25T00:01:05.550Z | Checking erased-serde v0.4.5 |
1026 | 2025-01-25T00:01:05.672Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1027 | 2025-01-25T00:01:05.878Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1028 | 2025-01-25T00:01:06.218Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1029 | 2025-01-25T00:01:06.274Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1030 | 2025-01-25T00:01:06.454Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1031 | 2025-01-25T00:01:06.617Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1032 | 2025-01-25T00:01:06.754Z | Checking progenitor-client v0.9.1 |
1033 | 2025-01-25T00:01:07.102Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1034 | 2025-01-25T00:01:07.293Z | Checking serde_arrays v0.1.0 |
1035 | 2025-01-25T00:01:07.482Z | Checking libloading v0.7.4 |
1036 | 2025-01-25T00:01:07.538Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1037 | 2025-01-25T00:01:07.750Z | Compiling const_format_proc_macros v0.2.32 |
1038 | 2025-01-25T00:01:07.772Z | Checking kstat-rs v0.2.4 |
1039 | 2025-01-25T00:01:07.923Z | Compiling escargot v0.5.10 |
1040 | 2025-01-25T00:01:08.152Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1041 | 2025-01-25T00:01:08.423Z | Checking ron v0.8.1 |
1042 | 2025-01-25T00:01:08.483Z | Checking xattr v1.3.1 |
1043 | 2025-01-25T00:01:09.018Z | Checking filetime v0.2.23 |
1044 | 2025-01-25T00:01:09.256Z | Checking bstr v1.9.1 |
1045 | 2025-01-25T00:01:09.283Z | Checking bit_field v0.10.2 |
1046 | 2025-01-25T00:01:09.557Z | Checking ctrlc v3.4.4 |
1047 | 2025-01-25T00:01:09.610Z | Checking const_format v0.2.32 |
1048 | 2025-01-25T00:01:09.641Z | Checking tar v0.4.40 |
1049 | 2025-01-25T00:01:09.717Z | Compiling progenitor-macro v0.9.1 |
1050 | 2025-01-25T00:01:10.060Z | Checking globset v0.4.14 |
1051 | 2025-01-25T00:01:10.464Z | Checking fatfs v0.3.6 |
1052 | 2025-01-25T00:01:10.590Z | Checking glob v0.3.1 |
1053 | 2025-01-25T00:01:11.987Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1054 | 2025-01-25T00:01:12.520Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1055 | 2025-01-25T00:01:13.778Z | Compiling git2 v0.19.0 |
1056 | 2025-01-25T00:01:15.194Z | Checking progenitor v0.9.1 |
1057 | 2025-01-25T00:01:15.329Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1058 | 2025-01-25T00:01:18.086Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1059 | 2025-01-25T00:01:18.488Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1060 | 2025-01-25T00:01:18.581Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1061 | 2025-01-25T00:01:19.158Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1062 | 2025-01-25T00:01:27.445Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1063 | 2025-01-25T00:01:32.997Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1064 | 2025-01-25T00:01:41.942Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1065 | 2025-01-25T00:01:41.945Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1066 | 2025-01-25T00:01:49.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s |
1067 | 2025-01-25T00:01:49.446Z | |
1068 | 2025-01-25T00:01:49.446Z | real 3:00.770723348 |
1069 | 2025-01-25T00:01:49.446Z | user 14:14.518065464 |
1070 | 2025-01-25T00:01:49.447Z | sys 2:25.296470902 |
1071 | 2025-01-25T00:01:49.447Z | trap 0.481902411 |
1072 | 2025-01-25T00:01:49.450Z | tflt 1.832812804 |
1073 | 2025-01-25T00:01:49.450Z | dflt 0.393778244 |
1074 | 2025-01-25T00:01:49.450Z | kflt 0.006063767 |
1075 | 2025-01-25T00:01:49.450Z | lock 16:49.336248400 |
1076 | 2025-01-25T00:01:49.450Z | slp 53:49.227528753 |
1077 | 2025-01-25T00:01:49.450Z | lat 1:03.478424271 |
1078 | 2025-01-25T00:01:49.450Z | stop 3:32.800850561 |
1079 | 2025-01-25T00:01:49.450Z | + ptime -m cargo clippy --features falcon --all-targets |
1080 | 2025-01-25T00:01:49.983Z | Downloading crates ... |
1081 | 2025-01-25T00:01:50.184Z | Downloaded fragile v2.0.0 |
1082 | 2025-01-25T00:01:50.194Z | Downloaded fdeflate v0.3.4 |
1083 | 2025-01-25T00:01:50.197Z | Downloaded predicates v3.1.0 |
1084 | 2025-01-25T00:01:50.201Z | Downloaded mockall v0.12.1 |
1085 | 2025-01-25T00:01:50.204Z | Downloaded arc-swap v1.7.1 |
1086 | 2025-01-25T00:01:50.207Z | Downloaded downcast v0.11.0 |
1087 | 2025-01-25T00:01:50.215Z | Downloaded predicates-tree v1.0.9 |
1088 | 2025-01-25T00:01:50.218Z | Downloaded slog-stdlog v4.1.1 |
1089 | 2025-01-25T00:01:50.223Z | Downloaded simd-adler32 v0.3.7 |
1090 | 2025-01-25T00:01:50.225Z | Downloaded serde_test v1.0.176 |
1091 | 2025-01-25T00:01:50.228Z | Downloaded slog-scope v4.4.0 |
1092 | 2025-01-25T00:01:50.228Z | Downloaded slog-envlogger v2.2.0 |
1093 | 2025-01-25T00:01:50.230Z | Downloaded predicates-core v1.0.6 |
1094 | 2025-01-25T00:01:50.245Z | Downloaded bytemuck v1.16.0 |
1095 | 2025-01-25T00:01:50.249Z | Downloaded mockall_derive v0.12.1 |
1096 | 2025-01-25T00:01:50.251Z | Downloaded flate2 v1.0.30 |
1097 | 2025-01-25T00:01:50.256Z | Downloaded crc32fast v1.4.0 |
1098 | 2025-01-25T00:01:50.258Z | Downloaded png v0.17.13 |
1099 | 2025-01-25T00:01:50.261Z | Downloaded miniz_oxide v0.7.2 |
1100 | 2025-01-25T00:01:50.329Z | Downloaded termtree v0.4.1 |
1101 | 2025-01-25T00:01:50.981Z | Downloaded image v0.25.1 |
1102 | 2025-01-25T00:01:51.294Z | Checking log v0.4.22 |
1103 | 2025-01-25T00:01:51.296Z | Checking tokio v1.40.0 |
1104 | 2025-01-25T00:01:51.342Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1105 | 2025-01-25T00:01:51.389Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1106 | 2025-01-25T00:01:51.391Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1107 | 2025-01-25T00:01:51.391Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1108 | 2025-01-25T00:01:51.399Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1109 | 2025-01-25T00:01:51.402Z | Compiling crc32fast v1.4.0 |
1110 | 2025-01-25T00:01:51.566Z | Checking simd-adler32 v0.3.7 |
1111 | 2025-01-25T00:01:51.579Z | Checking native-tls v0.2.11 |
1112 | 2025-01-25T00:01:51.605Z | Checking goblin v0.8.2 |
1113 | 2025-01-25T00:01:51.626Z | Checking rustls v0.22.4 |
1114 | 2025-01-25T00:01:51.809Z | Checking typify-impl v0.2.0 |
1115 | 2025-01-25T00:01:51.884Z | Checking tungstenite v0.21.0 |
1116 | 2025-01-25T00:01:51.898Z | Checking rustls v0.21.12 |
1117 | 2025-01-25T00:01:51.912Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1118 | 2025-01-25T00:01:51.927Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1119 | 2025-01-25T00:01:52.244Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1120 | 2025-01-25T00:01:52.493Z | Checking typify-impl v0.3.0 |
1121 | 2025-01-25T00:01:52.736Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1122 | 2025-01-25T00:01:53.033Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1123 | 2025-01-25T00:01:53.450Z | Checking adler v1.0.2 |
1124 | 2025-01-25T00:01:53.616Z | Checking miniz_oxide v0.7.2 |
1125 | 2025-01-25T00:01:54.378Z | Checking typify v0.2.0 |
1126 | 2025-01-25T00:01:54.507Z | Checking progenitor-impl v0.8.0 |
1127 | 2025-01-25T00:01:54.689Z | Checking arc-swap v1.7.1 |
1128 | 2025-01-25T00:01:54.950Z | Checking flate2 v1.0.30 |
1129 | 2025-01-25T00:01:55.045Z | Checking fdeflate v0.3.4 |
1130 | 2025-01-25T00:01:55.091Z | Checking slog-scope v4.4.0 |
1131 | 2025-01-25T00:01:55.206Z | Checking typify v0.3.0 |
1132 | 2025-01-25T00:01:55.291Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1133 | 2025-01-25T00:01:55.336Z | Checking progenitor-impl v0.9.1 |
1134 | 2025-01-25T00:01:55.550Z | Checking slog-stdlog v4.1.1 |
1135 | 2025-01-25T00:01:55.579Z | Checking png v0.17.13 |
1136 | 2025-01-25T00:01:55.700Z | Checking predicates-core v1.0.6 |
1137 | 2025-01-25T00:01:55.712Z | Checking bytemuck v1.16.0 |
1138 | 2025-01-25T00:01:55.896Z | Checking slog-envlogger v2.2.0 |
1139 | 2025-01-25T00:01:56.110Z | Checking termtree v0.4.1 |
1140 | 2025-01-25T00:01:56.127Z | Checking predicates v3.1.0 |
1141 | 2025-01-25T00:01:56.224Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1142 | 2025-01-25T00:01:56.322Z | Checking predicates-tree v1.0.9 |
1143 | 2025-01-25T00:01:56.490Z | Compiling mockall_derive v0.12.1 |
1144 | 2025-01-25T00:01:56.545Z | Checking wait-timeout v0.2.0 |
1145 | 2025-01-25T00:01:56.653Z | Checking downcast v0.11.0 |
1146 | 2025-01-25T00:01:56.669Z | Checking dof v0.3.0 |
1147 | 2025-01-25T00:01:56.733Z | Checking bit-vec v0.6.3 |
1148 | 2025-01-25T00:01:56.815Z | Checking image v0.25.1 |
1149 | 2025-01-25T00:01:56.829Z | Checking fragile v2.0.0 |
1150 | 2025-01-25T00:01:57.068Z | Checking bit-set v0.5.3 |
1151 | 2025-01-25T00:01:57.104Z | Checking rusty-fork v0.3.0 |
1152 | 2025-01-25T00:01:57.293Z | Checking usdt-impl v0.5.0 |
1153 | 2025-01-25T00:01:57.331Z | Checking globset v0.4.14 |
1154 | 2025-01-25T00:01:57.393Z | Checking escargot v0.5.10 |
1155 | 2025-01-25T00:01:57.433Z | Checking fatfs v0.3.6 |
1156 | 2025-01-25T00:01:57.724Z | Checking rand_xorshift v0.3.0 |
1157 | 2025-01-25T00:01:57.825Z | Checking unarray v0.1.4 |
1158 | 2025-01-25T00:01:57.838Z | Checking usdt v0.5.0 |
1159 | 2025-01-25T00:01:57.918Z | Checking serde_test v1.0.176 |
1160 | 2025-01-25T00:01:57.982Z | Checking proptest v1.5.0 |
1161 | 2025-01-25T00:01:58.089Z | Checking slog-dtrace v0.3.0 |
1162 | 2025-01-25T00:01:58.136Z | Checking tokio-util v0.7.11 |
1163 | 2025-01-25T00:01:58.428Z | Checking tokio-rustls v0.26.0 |
1164 | 2025-01-25T00:01:58.451Z | Checking tokio-native-tls v0.3.1 |
1165 | 2025-01-25T00:01:58.496Z | Checking tokio-rustls v0.25.0 |
1166 | 2025-01-25T00:01:58.611Z | Checking backoff v0.4.0 |
1167 | 2025-01-25T00:01:58.686Z | Checking tokio-tungstenite v0.21.0 |
1168 | 2025-01-25T00:01:58.699Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1169 | 2025-01-25T00:01:58.795Z | Checking zone v0.3.0 |
1170 | 2025-01-25T00:01:58.844Z | Checking cancel-safe-futures v0.1.5 |
1171 | 2025-01-25T00:01:58.894Z | Checking libsw v3.3.1 |
1172 | 2025-01-25T00:01:58.913Z | Checking h2 v0.4.6 |
1173 | 2025-01-25T00:01:58.958Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1174 | 2025-01-25T00:01:59.139Z | Checking hickory-proto v0.24.1 |
1175 | 2025-01-25T00:01:59.153Z | Checking steno v0.4.1 |
1176 | 2025-01-25T00:01:59.268Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2025-01-25T00:01:59.547Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1178 | 2025-01-25T00:02:00.631Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1179 | 2025-01-25T00:02:00.696Z | Checking tokio-rustls v0.24.1 |
1180 | 2025-01-25T00:02:00.934Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1181 | 2025-01-25T00:02:01.071Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1182 | 2025-01-25T00:02:01.366Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1183 | 2025-01-25T00:02:02.831Z | Checking hickory-resolver v0.24.1 |
1184 | 2025-01-25T00:02:03.314Z | Checking hyper v1.4.1 |
1185 | 2025-01-25T00:02:03.590Z | Checking mockall v0.12.1 |
1186 | 2025-01-25T00:02:04.722Z | Checking hyper-util v0.1.9 |
1187 | 2025-01-25T00:02:05.744Z | Checking hyper-tls v0.6.0 |
1188 | 2025-01-25T00:02:05.744Z | Checking hyper-rustls v0.27.3 |
1189 | 2025-01-25T00:02:05.747Z | Checking dropshot v0.12.0 |
1190 | 2025-01-25T00:02:05.968Z | Checking reqwest v0.12.7 |
1191 | 2025-01-25T00:02:07.103Z | Checking progenitor-client v0.8.0 |
1192 | 2025-01-25T00:02:07.103Z | Checking progenitor-client v0.9.1 |
1193 | 2025-01-25T00:02:07.309Z | Checking progenitor v0.8.0 |
1194 | 2025-01-25T00:02:07.361Z | Checking progenitor v0.9.1 |
1195 | 2025-01-25T00:02:07.436Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1196 | 2025-01-25T00:02:07.436Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1197 | 2025-01-25T00:02:07.439Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1198 | 2025-01-25T00:02:07.496Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1199 | 2025-01-25T00:02:08.326Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1200 | 2025-01-25T00:02:09.494Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1201 | 2025-01-25T00:02:11.541Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1202 | 2025-01-25T00:02:11.673Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1203 | 2025-01-25T00:02:12.249Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1204 | 2025-01-25T00:02:17.848Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1205 | 2025-01-25T00:02:17.848Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1206 | 2025-01-25T00:02:17.853Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1207 | 2025-01-25T00:02:17.853Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1208 | 2025-01-25T00:02:19.552Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1209 | 2025-01-25T00:02:19.910Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1210 | 2025-01-25T00:02:19.911Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1211 | 2025-01-25T00:02:19.941Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1212 | 2025-01-25T00:02:20.553Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1213 | 2025-01-25T00:02:20.780Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1214 | 2025-01-25T00:02:20.868Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1215 | 2025-01-25T00:02:33.513Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1216 | 2025-01-25T00:02:35.251Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1217 | 2025-01-25T00:02:35.827Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1218 | 2025-01-25T00:02:40.131Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1219 | 2025-01-25T00:02:51.708Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1220 | 2025-01-25T00:02:51.711Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1221 | 2025-01-25T00:03:00.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
1222 | 2025-01-25T00:03:00.390Z | |
1223 | 2025-01-25T00:03:00.390Z | real 1:10.926147817 |
1224 | 2025-01-25T00:03:00.390Z | user 3:06.535293036 |
1225 | 2025-01-25T00:03:00.390Z | sys 24.062718839 |
1226 | 2025-01-25T00:03:00.390Z | trap 0.070111391 |
1227 | 2025-01-25T00:03:00.390Z | tflt 0.262448571 |
1228 | 2025-01-25T00:03:00.390Z | dflt 0.004482712 |
1229 | 2025-01-25T00:03:00.390Z | kflt 0.000012348 |
1230 | 2025-01-25T00:03:00.390Z | lock 4:08.884564710 |
1231 | 2025-01-25T00:03:00.390Z | slp 10:14.139297367 |
1232 | 2025-01-25T00:03:00.393Z | lat 5.468495109 |
1233 | 2025-01-25T00:03:00.393Z | stop 14.430258672 |
1234 | 2025-01-25T00:03:00.393Z | + banner build |
1235 | 2025-01-25T00:03:00.393Z | |
1236 | 2025-01-25T00:03:00.393Z | ##### # # # # ##### |
1237 | 2025-01-25T00:03:00.393Z | # # # # # # # # |
1238 | 2025-01-25T00:03:00.393Z | ##### # # # # # # |
1239 | 2025-01-25T00:03:00.393Z | # # # # # # # # |
1240 | 2025-01-25T00:03:00.394Z | # # # # # # # # |
1241 | 2025-01-25T00:03:00.394Z | ##### #### # ###### ##### |
1242 | 2025-01-25T00:03:00.394Z | |
1243 | 2025-01-25T00:03:00.394Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1244 | 2025-01-25T00:03:01.217Z | Compiling proc-macro2 v1.0.92 |
1245 | 2025-01-25T00:03:01.217Z | Compiling unicode-ident v1.0.14 |
1246 | 2025-01-25T00:03:01.219Z | Compiling libc v0.2.169 |
1247 | 2025-01-25T00:03:01.219Z | Compiling serde v1.0.217 |
1248 | 2025-01-25T00:03:01.219Z | Compiling autocfg v1.3.0 |
1249 | 2025-01-25T00:03:01.219Z | Compiling once_cell v1.19.0 |
1250 | 2025-01-25T00:03:01.220Z | Compiling version_check v0.9.5 |
1251 | 2025-01-25T00:03:01.220Z | Compiling cfg-if v1.0.0 |
1252 | 2025-01-25T00:03:01.354Z | Compiling memchr v2.7.2 |
1253 | 2025-01-25T00:03:01.414Z | Compiling libm v0.2.8 |
1254 | 2025-01-25T00:03:01.773Z | Compiling thiserror v1.0.64 |
1255 | 2025-01-25T00:03:01.868Z | Compiling itoa v1.0.11 |
1256 | 2025-01-25T00:03:01.886Z | Compiling parking_lot_core v0.9.10 |
1257 | 2025-01-25T00:03:02.086Z | Compiling lock_api v0.4.12 |
1258 | 2025-01-25T00:03:02.364Z | Compiling ryu v1.0.18 |
1259 | 2025-01-25T00:03:02.466Z | Compiling serde_json v1.0.135 |
1260 | 2025-01-25T00:03:02.559Z | Compiling schemars v0.8.21 |
1261 | 2025-01-25T00:03:02.667Z | Compiling slab v0.4.9 |
1262 | 2025-01-25T00:03:02.708Z | Compiling byteorder v1.5.0 |
1263 | 2025-01-25T00:03:02.871Z | Compiling pkg-config v0.3.30 |
1264 | 2025-01-25T00:03:02.955Z | Compiling vcpkg v0.2.15 |
1265 | 2025-01-25T00:03:03.059Z | Compiling quote v1.0.38 |
1266 | 2025-01-25T00:03:03.158Z | Compiling jobserver v0.1.31 |
1267 | 2025-01-25T00:03:03.209Z | Compiling getrandom v0.2.14 |
1268 | 2025-01-25T00:03:03.583Z | Compiling syn v2.0.96 |
1269 | 2025-01-25T00:03:03.641Z | Compiling cc v1.0.97 |
1270 | 2025-01-25T00:03:03.655Z | Compiling log v0.4.22 |
1271 | 2025-01-25T00:03:04.012Z | Compiling num-traits v0.2.19 |
1272 | 2025-01-25T00:03:04.326Z | Compiling pin-project-lite v0.2.14 |
1273 | 2025-01-25T00:03:04.599Z | Compiling ahash v0.8.11 |
1274 | 2025-01-25T00:03:04.628Z | Compiling smallvec v1.13.2 |
1275 | 2025-01-25T00:03:04.784Z | Compiling equivalent v1.0.1 |
1276 | 2025-01-25T00:03:04.898Z | Compiling hashbrown v0.15.2 |
1277 | 2025-01-25T00:03:05.024Z | Compiling scopeguard v1.2.0 |
1278 | 2025-01-25T00:03:05.831Z | Compiling semver v1.0.24 |
1279 | 2025-01-25T00:03:05.930Z | Compiling parking_lot v0.12.2 |
1280 | 2025-01-25T00:03:06.267Z | Compiling signal-hook-registry v1.4.2 |
1281 | 2025-01-25T00:03:06.403Z | Compiling mio v1.0.2 |
1282 | 2025-01-25T00:03:06.785Z | Compiling ring v0.17.8 |
1283 | 2025-01-25T00:03:07.168Z | Compiling socket2 v0.5.7 |
1284 | 2025-01-25T00:03:07.599Z | Compiling httparse v1.8.0 |
1285 | 2025-01-25T00:03:07.763Z | Compiling fnv v1.0.7 |
1286 | 2025-01-25T00:03:07.891Z | Compiling typenum v1.17.0 |
1287 | 2025-01-25T00:03:07.894Z | Compiling generic-array v0.14.7 |
1288 | 2025-01-25T00:03:07.918Z | Compiling heck v0.5.0 |
1289 | 2025-01-25T00:03:08.027Z | Compiling iana-time-zone v0.1.60 |
1290 | 2025-01-25T00:03:08.057Z | Compiling futures-core v0.3.31 |
1291 | 2025-01-25T00:03:08.102Z | Compiling openssl-sys v0.9.103 |
1292 | 2025-01-25T00:03:08.367Z | Compiling dyn-clone v1.0.17 |
1293 | 2025-01-25T00:03:08.602Z | Compiling futures-sink v0.3.30 |
1294 | 2025-01-25T00:03:08.757Z | Compiling rand_core v0.6.4 |
1295 | 2025-01-25T00:03:08.770Z | Compiling slog v2.7.0 |
1296 | 2025-01-25T00:03:08.849Z | Compiling allocator-api2 v0.2.18 |
1297 | 2025-01-25T00:03:08.943Z | Compiling subtle v2.5.0 |
1298 | 2025-01-25T00:03:09.184Z | Compiling futures-channel v0.3.30 |
1299 | 2025-01-25T00:03:09.212Z | Compiling pin-utils v0.1.0 |
1300 | 2025-01-25T00:03:09.212Z | Compiling futures-io v0.3.30 |
1301 | 2025-01-25T00:03:09.235Z | Compiling ucd-trie v0.1.6 |
1302 | 2025-01-25T00:03:09.261Z | Compiling futures-task v0.3.30 |
1303 | 2025-01-25T00:03:09.571Z | Compiling openssl v0.10.66 |
1304 | 2025-01-25T00:03:09.637Z | Compiling aho-corasick v1.1.3 |
1305 | 2025-01-25T00:03:09.692Z | Compiling regex-syntax v0.8.5 |
1306 | 2025-01-25T00:03:09.809Z | Compiling rustls v0.23.10 |
1307 | 2025-01-25T00:03:10.012Z | Compiling native-tls v0.2.11 |
1308 | 2025-01-25T00:03:10.157Z | Compiling rustversion v1.0.17 |
1309 | 2025-01-25T00:03:10.347Z | Compiling syn v1.0.109 |
1310 | 2025-01-25T00:03:10.412Z | Compiling spin v0.9.8 |
1311 | 2025-01-25T00:03:10.671Z | Compiling serde_derive_internals v0.29.1 |
1312 | 2025-01-25T00:03:12.826Z | Compiling untrusted v0.9.0 |
1313 | 2025-01-25T00:03:13.095Z | Compiling tracing-core v0.1.32 |
1314 | 2025-01-25T00:03:13.588Z | Compiling regex-automata v0.4.9 |
1315 | 2025-01-25T00:03:14.591Z | Compiling heck v0.4.1 |
1316 | 2025-01-25T00:03:15.021Z | Compiling percent-encoding v2.3.1 |
1317 | 2025-01-25T00:03:15.200Z | Compiling serde_derive v1.0.217 |
1318 | 2025-01-25T00:03:15.228Z | Compiling thiserror-impl v1.0.64 |
1319 | 2025-01-25T00:03:15.324Z | Compiling tokio-macros v2.4.0 |
1320 | 2025-01-25T00:03:15.531Z | Compiling zerocopy-derive v0.7.34 |
1321 | 2025-01-25T00:03:15.998Z | Compiling schemars_derive v0.8.21 |
1322 | 2025-01-25T00:03:16.884Z | Compiling futures-macro v0.3.30 |
1323 | 2025-01-25T00:03:17.558Z | Compiling zerocopy v0.7.34 |
1324 | 2025-01-25T00:03:18.765Z | Compiling futures-util v0.3.30 |
1325 | 2025-01-25T00:03:18.955Z | Compiling pest v2.7.10 |
1326 | 2025-01-25T00:03:19.331Z | Compiling hashbrown v0.14.5 |
1327 | 2025-01-25T00:03:19.684Z | Compiling openssl-macros v0.1.1 |
1328 | 2025-01-25T00:03:20.545Z | Compiling regress v0.10.1 |
1329 | 2025-01-25T00:03:20.606Z | Compiling regex v1.11.1 |
1330 | 2025-01-25T00:03:20.652Z | Compiling tracing-attributes v0.1.27 |
1331 | 2025-01-25T00:03:21.549Z | Compiling pest_meta v2.7.10 |
1332 | 2025-01-25T00:03:21.866Z | Compiling anyhow v1.0.89 |
1333 | 2025-01-25T00:03:23.534Z | Compiling pest_generator v2.7.10 |
1334 | 2025-01-25T00:03:23.768Z | Compiling tracing v0.1.40 |
1335 | 2025-01-25T00:03:24.524Z | Compiling num-conv v0.1.0 |
1336 | 2025-01-25T00:03:24.818Z | Compiling time-core v0.1.2 |
1337 | 2025-01-25T00:03:24.873Z | Compiling rustls-pki-types v1.7.0 |
1338 | 2025-01-25T00:03:25.012Z | Compiling time-macros v0.2.18 |
1339 | 2025-01-25T00:03:25.212Z | Compiling form_urlencoded v1.2.1 |
1340 | 2025-01-25T00:03:25.390Z | Compiling pest_derive v2.7.10 |
1341 | 2025-01-25T00:03:25.650Z | Compiling scroll_derive v0.12.0 |
1342 | 2025-01-25T00:03:25.743Z | Compiling crypto-common v0.1.6 |
1343 | 2025-01-25T00:03:26.110Z | Compiling tinyvec_macros v0.1.1 |
1344 | 2025-01-25T00:03:26.386Z | Compiling tinyvec v1.6.0 |
1345 | 2025-01-25T00:03:27.173Z | Compiling thread-id v4.2.1 |
1346 | 2025-01-25T00:03:27.291Z | Compiling zeroize v1.7.0 |
1347 | 2025-01-25T00:03:27.639Z | Compiling atomic-waker v1.1.2 |
1348 | 2025-01-25T00:03:27.851Z | Compiling rustls-webpki v0.102.4 |
1349 | 2025-01-25T00:03:28.095Z | Compiling bytes v1.9.0 |
1350 | 2025-01-25T00:03:28.652Z | Compiling indexmap v2.7.0 |
1351 | 2025-01-25T00:03:29.237Z | Compiling tokio v1.40.0 |
1352 | 2025-01-25T00:03:30.022Z | Compiling uuid v1.10.0 |
1353 | 2025-01-25T00:03:30.137Z | Compiling chrono v0.4.38 |
1354 | 2025-01-25T00:03:30.479Z | Compiling serde_tokenstream v0.2.2 |
1355 | 2025-01-25T00:03:31.378Z | Compiling bitflags v2.6.0 |
1356 | 2025-01-25T00:03:32.203Z | Compiling http v1.2.0 |
1357 | 2025-01-25T00:03:34.343Z | Compiling http-body v1.0.1 |
1358 | 2025-01-25T00:03:34.571Z | Compiling openapiv3 v2.0.0 |
1359 | 2025-01-25T00:03:34.611Z | Compiling unicode-normalization v0.1.23 |
1360 | 2025-01-25T00:03:36.045Z | Compiling strsim v0.11.1 |
1361 | 2025-01-25T00:03:36.875Z | Compiling unicode-bidi v0.3.15 |
1362 | 2025-01-25T00:03:36.885Z | Compiling try-lock v0.2.5 |
1363 | 2025-01-25T00:03:36.959Z | Compiling want v0.3.1 |
1364 | 2025-01-25T00:03:37.152Z | Compiling ppv-lite86 v0.2.17 |
1365 | 2025-01-25T00:03:37.267Z | Compiling httpdate v1.0.3 |
1366 | 2025-01-25T00:03:37.947Z | Compiling tokio-util v0.7.11 |
1367 | 2025-01-25T00:03:38.066Z | Compiling base64 v0.22.1 |
1368 | 2025-01-25T00:03:38.621Z | Compiling camino v1.1.9 |
1369 | 2025-01-25T00:03:38.850Z | Compiling rand_chacha v0.3.1 |
1370 | 2025-01-25T00:03:39.207Z | Compiling h2 v0.4.6 |
1371 | 2025-01-25T00:03:39.237Z | Compiling idna v0.5.0 |
1372 | 2025-01-25T00:03:39.893Z | Compiling usdt-impl v0.5.0 |
1373 | 2025-01-25T00:03:40.336Z | Compiling tower-service v0.3.2 |
1374 | 2025-01-25T00:03:40.488Z | Compiling ident_case v1.0.1 |
1375 | 2025-01-25T00:03:40.561Z | Compiling unsafe-libyaml v0.2.11 |
1376 | 2025-01-25T00:03:40.641Z | Compiling darling_core v0.20.9 |
1377 | 2025-01-25T00:03:40.667Z | Compiling url v2.5.0 |
1378 | 2025-01-25T00:03:42.335Z | Compiling serde_yaml v0.9.34+deprecated |
1379 | 2025-01-25T00:03:43.246Z | Compiling rand v0.8.5 |
1380 | 2025-01-25T00:03:44.853Z | Compiling hyper v1.4.1 |
1381 | 2025-01-25T00:03:45.163Z | Compiling typify-impl v0.2.0 |
1382 | 2025-01-25T00:03:45.738Z | Compiling scroll v0.12.0 |
1383 | 2025-01-25T00:03:46.280Z | Compiling plain v0.2.3 |
1384 | 2025-01-25T00:03:46.421Z | Compiling foreign-types-shared v0.1.1 |
1385 | 2025-01-25T00:03:46.449Z | Compiling goblin v0.8.2 |
1386 | 2025-01-25T00:03:46.531Z | Compiling foreign-types v0.3.2 |
1387 | 2025-01-25T00:03:46.543Z | Compiling darling_macro v0.20.9 |
1388 | 2025-01-25T00:03:47.627Z | Compiling http-body-util v0.1.2 |
1389 | 2025-01-25T00:03:48.010Z | Compiling hyper-util v0.1.9 |
1390 | 2025-01-25T00:03:48.168Z | Compiling strum_macros v0.26.2 |
1391 | 2025-01-25T00:03:52.625Z | Compiling encoding_rs v0.8.34 |
1392 | 2025-01-25T00:03:53.123Z | Compiling omicron-workspace-hack v0.1.0 |
1393 | 2025-01-25T00:03:53.501Z | Compiling pretty-hex v0.4.1 |
1394 | 2025-01-25T00:03:53.731Z | Compiling cpufeatures v0.2.12 |
1395 | 2025-01-25T00:03:53.847Z | Compiling mime v0.3.17 |
1396 | 2025-01-25T00:03:54.423Z | Compiling dof v0.3.0 |
1397 | 2025-01-25T00:03:55.350Z | Compiling darling v0.20.9 |
1398 | 2025-01-25T00:03:55.470Z | Compiling rustls-pemfile v2.1.3 |
1399 | 2025-01-25T00:03:55.899Z | Compiling typify-macro v0.2.0 |
1400 | 2025-01-25T00:03:55.971Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2025-01-25T00:03:56.199Z | Compiling dtrace-parser v0.2.0 |
1402 | 2025-01-25T00:03:56.331Z | Compiling async-trait v0.1.83 |
1403 | 2025-01-25T00:03:56.551Z | Compiling block-buffer v0.10.4 |
1404 | 2025-01-25T00:03:57.804Z | Compiling openssl-probe v0.1.5 |
1405 | 2025-01-25T00:03:58.098Z | Compiling rustls v0.22.4 |
1406 | 2025-01-25T00:03:58.461Z | Compiling digest v0.10.7 |
1407 | 2025-01-25T00:03:58.930Z | Compiling serde_with_macros v3.11.0 |
1408 | 2025-01-25T00:03:59.668Z | Compiling toml_datetime v0.6.8 |
1409 | 2025-01-25T00:04:02.608Z | Compiling slog-async v2.8.0 |
1410 | 2025-01-25T00:04:03.135Z | Compiling ipnet v2.9.0 |
1411 | 2025-01-25T00:04:05.397Z | Compiling tokio-rustls v0.26.0 |
1412 | 2025-01-25T00:04:05.866Z | Compiling tokio-native-tls v0.3.1 |
1413 | 2025-01-25T00:04:06.166Z | Compiling typify v0.2.0 |
1414 | 2025-01-25T00:04:06.179Z | Compiling webpki-roots v0.26.3 |
1415 | 2025-01-25T00:04:06.296Z | Compiling multer v3.1.0 |
1416 | 2025-01-25T00:04:06.404Z | Compiling crossbeam-utils v0.8.19 |
1417 | 2025-01-25T00:04:06.674Z | Compiling paste v1.0.15 |
1418 | 2025-01-25T00:04:06.983Z | Compiling hyper-rustls v0.27.3 |
1419 | 2025-01-25T00:04:07.262Z | Compiling progenitor-impl v0.8.0 |
1420 | 2025-01-25T00:04:08.308Z | Compiling hyper-tls v0.6.0 |
1421 | 2025-01-25T00:04:09.450Z | Compiling usdt-attr-macro v0.5.0 |
1422 | 2025-01-25T00:04:10.543Z | Compiling usdt-macro v0.5.0 |
1423 | 2025-01-25T00:04:11.510Z | Compiling sync_wrapper v1.0.1 |
1424 | 2025-01-25T00:04:12.869Z | Compiling reqwest v0.12.7 |
1425 | 2025-01-25T00:04:13.967Z | Compiling progenitor-macro v0.8.0 |
1426 | 2025-01-25T00:04:16.123Z | Compiling serde_spanned v0.6.7 |
1427 | 2025-01-25T00:04:17.106Z | Compiling futures-executor v0.3.30 |
1428 | 2025-01-25T00:04:17.425Z | Compiling async-stream-impl v0.3.5 |
1429 | 2025-01-25T00:04:18.202Z | Compiling dropshot v0.12.0 |
1430 | 2025-01-25T00:04:18.588Z | Compiling powerfmt v0.2.0 |
1431 | 2025-01-25T00:04:18.971Z | Compiling deranged v0.3.11 |
1432 | 2025-01-25T00:04:19.105Z | Compiling futures v0.3.30 |
1433 | 2025-01-25T00:04:20.016Z | Compiling sha1 v0.10.6 |
1434 | 2025-01-25T00:04:21.905Z | Compiling num_threads v0.1.7 |
1435 | 2025-01-25T00:04:22.318Z | Compiling time v0.3.36 |
1436 | 2025-01-25T00:04:22.665Z | Compiling strum v0.26.2 |
1437 | 2025-01-25T00:04:22.861Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2025-01-25T00:04:24.127Z | Compiling structmeta-derive v0.3.0 |
1439 | 2025-01-25T00:04:25.797Z | Compiling rustix v0.38.34 |
1440 | 2025-01-25T00:04:26.663Z | Compiling structmeta v0.3.0 |
1441 | 2025-01-25T00:04:27.168Z | Compiling serde_with v3.11.0 |
1442 | 2025-01-25T00:04:31.183Z | Compiling dirs-sys-next v0.1.2 |
1443 | 2025-01-25T00:04:32.195Z | Compiling errno v0.3.9 |
1444 | 2025-01-25T00:04:32.688Z | Compiling winnow v0.6.18 |
1445 | 2025-01-25T00:04:33.897Z | Compiling match_cfg v0.1.0 |
1446 | 2025-01-25T00:04:34.288Z | Compiling hostname v0.3.1 |
1447 | 2025-01-25T00:04:37.007Z | Compiling dirs-next v2.0.0 |
1448 | 2025-01-25T00:04:37.390Z | Compiling parse-display-derive v0.10.0 |
1449 | 2025-01-25T00:04:40.363Z | Compiling ipnetwork v0.20.0 |
1450 | 2025-01-25T00:04:40.635Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1451 | 2025-01-25T00:04:40.819Z | Compiling thread_local v1.1.8 |
1452 | 2025-01-25T00:04:42.126Z | Compiling term v0.7.0 |
1453 | 2025-01-25T00:04:44.206Z | Compiling crossbeam-channel v0.5.12 |
1454 | 2025-01-25T00:04:44.427Z | Compiling is-terminal v0.4.12 |
1455 | 2025-01-25T00:04:44.588Z | Compiling memmap v0.7.0 |
1456 | 2025-01-25T00:04:45.058Z | Compiling take_mut v0.2.2 |
1457 | 2025-01-25T00:04:46.492Z | Compiling usdt v0.5.0 |
1458 | 2025-01-25T00:04:47.615Z | Compiling slog-term v2.9.1 |
1459 | 2025-01-25T00:04:49.372Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1460 | 2025-01-25T00:04:50.245Z | Compiling toml_edit v0.22.20 |
1461 | 2025-01-25T00:04:50.290Z | Compiling slog-json v2.6.1 |
1462 | 2025-01-25T00:04:50.329Z | Compiling progenitor-client v0.8.0 |
1463 | 2025-01-25T00:04:51.365Z | Compiling debug-ignore v1.0.5 |
1464 | 2025-01-25T00:04:51.523Z | Compiling winnow v0.5.40 |
1465 | 2025-01-25T00:04:52.496Z | Compiling progenitor v0.8.0 |
1466 | 2025-01-25T00:04:52.693Z | Compiling tokio-rustls v0.25.0 |
1467 | 2025-01-25T00:04:53.139Z | Compiling slog-bunyan v2.5.0 |
1468 | 2025-01-25T00:04:55.100Z | Compiling toml_edit v0.19.15 |
1469 | 2025-01-25T00:04:55.141Z | Compiling toml v0.8.19 |
1470 | 2025-01-25T00:04:55.604Z | Compiling async-stream v0.3.5 |
1471 | 2025-01-25T00:04:56.258Z | Compiling serde_path_to_error v0.1.16 |
1472 | 2025-01-25T00:04:56.340Z | Compiling waitgroup v0.1.2 |
1473 | 2025-01-25T00:04:56.601Z | Compiling hostname v0.4.0 |
1474 | 2025-01-25T00:04:57.266Z | Compiling crucible-workspace-hack v0.1.0 |
1475 | 2025-01-25T00:05:01.023Z | Compiling proc-macro-crate v1.3.1 |
1476 | 2025-01-25T00:05:01.885Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1477 | 2025-01-25T00:05:02.130Z | Compiling newtype-uuid v1.1.0 |
1478 | 2025-01-25T00:05:03.012Z | Compiling unicode-width v0.1.14 |
1479 | 2025-01-25T00:05:05.320Z | Compiling hex v0.4.3 |
1480 | 2025-01-25T00:05:05.848Z | Compiling clap_derive v4.5.4 |
1481 | 2025-01-25T00:05:06.066Z | Compiling instant v0.1.12 |
1482 | 2025-01-25T00:05:06.243Z | Compiling utf8parse v0.2.1 |
1483 | 2025-01-25T00:05:06.586Z | Compiling lazy_static v1.5.0 |
1484 | 2025-01-25T00:05:06.750Z | Compiling anstyle-parse v0.2.4 |
1485 | 2025-01-25T00:05:08.761Z | Compiling backoff v0.4.0 |
1486 | 2025-01-25T00:05:10.657Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1487 | 2025-01-25T00:05:11.567Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1488 | 2025-01-25T00:05:12.129Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1489 | 2025-01-25T00:05:12.194Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1490 | 2025-01-25T00:05:12.271Z | Compiling parse-display v0.10.0 |
1491 | 2025-01-25T00:05:12.430Z | Compiling regress v0.9.1 |
1492 | 2025-01-25T00:05:14.128Z | Compiling macaddr v1.0.1 |
1493 | 2025-01-25T00:05:15.373Z | Compiling num-integer v0.1.46 |
1494 | 2025-01-25T00:05:16.802Z | Compiling anstyle v1.0.7 |
1495 | 2025-01-25T00:05:17.336Z | Compiling unicode-xid v0.2.4 |
1496 | 2025-01-25T00:05:17.523Z | Compiling colorchoice v1.0.1 |
1497 | 2025-01-25T00:05:17.721Z | Compiling anstyle-query v1.0.3 |
1498 | 2025-01-25T00:05:17.891Z | Compiling is_terminal_polyfill v1.70.0 |
1499 | 2025-01-25T00:05:18.027Z | Compiling anstream v0.6.14 |
1500 | 2025-01-25T00:05:18.525Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1501 | 2025-01-25T00:05:20.798Z | Compiling terminal_size v0.3.0 |
1502 | 2025-01-25T00:05:23.724Z | Compiling heapless v0.8.0 |
1503 | 2025-01-25T00:05:24.315Z | Compiling clap_lex v0.7.0 |
1504 | 2025-01-25T00:05:25.059Z | Compiling clap_builder v4.5.2 |
1505 | 2025-01-25T00:05:27.931Z | Compiling num-bigint v0.4.5 |
1506 | 2025-01-25T00:05:28.306Z | Compiling num_enum_derive v0.5.11 |
1507 | 2025-01-25T00:05:29.932Z | Compiling hash32 v0.3.1 |
1508 | 2025-01-25T00:05:30.209Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1509 | 2025-01-25T00:05:30.476Z | Compiling smoltcp v0.11.0 |
1510 | 2025-01-25T00:05:30.589Z | Compiling stable_deref_trait v1.2.0 |
1511 | 2025-01-25T00:05:30.654Z | Compiling fastrand v2.1.0 |
1512 | 2025-01-25T00:05:30.711Z | Compiling either v1.13.0 |
1513 | 2025-01-25T00:05:31.124Z | Compiling thiserror v2.0.11 |
1514 | 2025-01-25T00:05:31.180Z | Compiling tempfile v3.10.1 |
1515 | 2025-01-25T00:05:31.350Z | Compiling num-rational v0.4.2 |
1516 | 2025-01-25T00:05:31.774Z | Compiling num_enum v0.5.11 |
1517 | 2025-01-25T00:05:32.004Z | Compiling clap v4.5.4 |
1518 | 2025-01-25T00:05:32.696Z | Compiling synstructure v0.12.6 |
1519 | 2025-01-25T00:05:32.766Z | Compiling num-iter v0.1.45 |
1520 | 2025-01-25T00:05:32.972Z | Compiling num-complex v0.4.6 |
1521 | 2025-01-25T00:05:33.512Z | Compiling proc-macro-error-attr v1.0.4 |
1522 | 2025-01-25T00:05:33.904Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1523 | 2025-01-25T00:05:34.045Z | Compiling bitflags v1.3.2 |
1524 | 2025-01-25T00:05:34.164Z | Compiling cobs v0.2.3 |
1525 | 2025-01-25T00:05:34.185Z | Compiling managed v0.8.0 |
1526 | 2025-01-25T00:05:34.335Z | Compiling zerocopy-derive v0.2.0 |
1527 | 2025-01-25T00:05:34.708Z | Compiling postcard v1.0.9 |
1528 | 2025-01-25T00:05:35.425Z | Compiling num v0.4.3 |
1529 | 2025-01-25T00:05:36.545Z | Compiling thiserror-impl v2.0.11 |
1530 | 2025-01-25T00:05:36.691Z | Compiling foreign-types-macros v0.2.3 |
1531 | 2025-01-25T00:05:36.982Z | Compiling libz-sys v1.1.16 |
1532 | 2025-01-25T00:05:38.113Z | Compiling proc-macro-error v1.0.4 |
1533 | 2025-01-25T00:05:38.166Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1534 | 2025-01-25T00:05:38.982Z | Compiling prettyplease v0.2.22 |
1535 | 2025-01-25T00:05:39.653Z | Compiling pretty-hex v0.2.1 |
1536 | 2025-01-25T00:05:39.990Z | Compiling foreign-types-shared v0.3.1 |
1537 | 2025-01-25T00:05:40.082Z | Compiling data-encoding v2.6.0 |
1538 | 2025-01-25T00:05:40.138Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1539 | 2025-01-25T00:05:40.343Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1540 | 2025-01-25T00:05:42.344Z | Compiling foreign-types v0.5.0 |
1541 | 2025-01-25T00:05:45.713Z | Compiling tabwriter v1.4.0 |
1542 | 2025-01-25T00:05:46.519Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1543 | 2025-01-25T00:05:46.542Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1544 | 2025-01-25T00:05:47.499Z | Compiling cstr-argument v0.1.2 |
1545 | 2025-01-25T00:05:47.694Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1546 | 2025-01-25T00:05:47.779Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1547 | 2025-01-25T00:05:48.669Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1548 | 2025-01-25T00:05:49.841Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1549 | 2025-01-25T00:05:50.306Z | Compiling colored v2.1.0 |
1550 | 2025-01-25T00:05:51.369Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1551 | 2025-01-25T00:05:51.526Z | Compiling usdt-impl v0.3.5 |
1552 | 2025-01-25T00:05:51.895Z | Compiling unicode-segmentation v1.11.0 |
1553 | 2025-01-25T00:05:51.941Z | Compiling semver v0.1.20 |
1554 | 2025-01-25T00:05:51.958Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1555 | 2025-01-25T00:05:52.140Z | Compiling float-ord v0.3.2 |
1556 | 2025-01-25T00:05:52.317Z | Compiling rustc_version v0.1.7 |
1557 | 2025-01-25T00:05:52.334Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1558 | 2025-01-25T00:05:52.482Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1559 | 2025-01-25T00:05:52.594Z | Compiling newline-converter v0.3.0 |
1560 | 2025-01-25T00:05:53.376Z | Compiling zone_cfg_derive v0.3.0 |
1561 | 2025-01-25T00:05:55.662Z | Compiling camino-tempfile v1.1.1 |
1562 | 2025-01-25T00:05:56.256Z | Compiling itertools v0.10.5 |
1563 | 2025-01-25T00:05:56.600Z | Compiling console v0.15.8 |
1564 | 2025-01-25T00:05:59.539Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1565 | 2025-01-25T00:06:00.331Z | Compiling num-derive v0.4.2 |
1566 | 2025-01-25T00:06:01.417Z | Compiling sigpipe v0.1.3 |
1567 | 2025-01-25T00:06:01.566Z | Compiling base64 v0.21.7 |
1568 | 2025-01-25T00:06:01.764Z | Compiling similar v2.5.0 |
1569 | 2025-01-25T00:06:02.587Z | Compiling base64ct v1.6.0 |
1570 | 2025-01-25T00:06:03.072Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1571 | 2025-01-25T00:06:03.229Z | Compiling password-hash v0.5.0 |
1572 | 2025-01-25T00:06:03.469Z | Compiling expectorate v1.1.0 |
1573 | 2025-01-25T00:06:03.721Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1574 | 2025-01-25T00:06:05.293Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1575 | 2025-01-25T00:06:05.462Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1576 | 2025-01-25T00:06:06.020Z | Compiling zone v0.3.0 |
1577 | 2025-01-25T00:06:07.653Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1578 | 2025-01-25T00:06:07.933Z | Compiling typify-impl v0.3.0 |
1579 | 2025-01-25T00:06:08.510Z | Compiling newtype_derive v0.1.6 |
1580 | 2025-01-25T00:06:08.906Z | Compiling zerocopy v0.3.2 |
1581 | 2025-01-25T00:06:09.296Z | Compiling blake2 v0.10.6 |
1582 | 2025-01-25T00:06:09.440Z | Compiling cargo-platform v0.1.8 |
1583 | 2025-01-25T00:06:09.912Z | Compiling hubpack_derive v0.1.1 |
1584 | 2025-01-25T00:06:09.963Z | Compiling smf v0.2.3 |
1585 | 2025-01-25T00:06:10.470Z | Compiling serde_repr v0.1.19 |
1586 | 2025-01-25T00:06:10.881Z | Compiling zerocopy-derive v0.6.6 |
1587 | 2025-01-25T00:06:11.511Z | Compiling vergen v8.3.2 |
1588 | 2025-01-25T00:06:11.720Z | Compiling whoami v1.5.1 |
1589 | 2025-01-25T00:06:11.884Z | Compiling fixedbitset v0.4.2 |
1590 | 2025-01-25T00:06:12.536Z | Compiling cancel-safe-futures v0.1.5 |
1591 | 2025-01-25T00:06:12.579Z | Compiling owo-colors v4.1.0 |
1592 | 2025-01-25T00:06:12.773Z | Compiling zerocopy v0.6.6 |
1593 | 2025-01-25T00:06:12.851Z | Compiling petgraph v0.6.5 |
1594 | 2025-01-25T00:06:12.986Z | Compiling hubpack v0.1.2 |
1595 | 2025-01-25T00:06:13.457Z | Compiling argon2 v0.5.3 |
1596 | 2025-01-25T00:06:13.517Z | Compiling cargo_metadata v0.18.1 |
1597 | 2025-01-25T00:06:16.500Z | Compiling dof v0.1.5 |
1598 | 2025-01-25T00:06:17.327Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1599 | 2025-01-25T00:06:17.368Z | Compiling rustc_version v0.4.0 |
1600 | 2025-01-25T00:06:17.986Z | Compiling serde-big-array v0.5.1 |
1601 | 2025-01-25T00:06:18.274Z | Compiling dtrace-parser v0.1.14 |
1602 | 2025-01-25T00:06:18.570Z | Compiling typify-macro v0.3.0 |
1603 | 2025-01-25T00:06:19.125Z | Compiling strum_macros v0.25.3 |
1604 | 2025-01-25T00:06:19.791Z | Compiling libsqlite3-sys v0.30.1 |
1605 | 2025-01-25T00:06:20.381Z | Compiling slog-dtrace v0.3.0 |
1606 | 2025-01-25T00:06:20.395Z | Compiling cookie v0.18.1 |
1607 | 2025-01-25T00:06:20.755Z | Compiling cfg_aliases v0.2.1 |
1608 | 2025-01-25T00:06:20.863Z | Compiling static_assertions v1.1.0 |
1609 | 2025-01-25T00:06:20.970Z | Compiling utf-8 v0.7.6 |
1610 | 2025-01-25T00:06:21.389Z | Compiling convert_case v0.4.0 |
1611 | 2025-01-25T00:06:21.404Z | Compiling rustls v0.21.12 |
1612 | 2025-01-25T00:06:21.521Z | Compiling tungstenite v0.21.0 |
1613 | 2025-01-25T00:06:21.795Z | Compiling nix v0.29.0 |
1614 | 2025-01-25T00:06:22.082Z | Compiling derive_more v0.99.18 |
1615 | 2025-01-25T00:06:22.258Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1616 | 2025-01-25T00:06:22.689Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1617 | 2025-01-25T00:06:23.691Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1618 | 2025-01-25T00:06:25.272Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1619 | 2025-01-25T00:06:26.527Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1620 | 2025-01-25T00:06:27.484Z | Compiling atomicwrites v0.4.4 |
1621 | 2025-01-25T00:06:28.002Z | Compiling itertools v0.13.0 |
1622 | 2025-01-25T00:06:28.120Z | Compiling libsw v3.3.1 |
1623 | 2025-01-25T00:06:28.314Z | Compiling idna v0.4.0 |
1624 | 2025-01-25T00:06:28.477Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1625 | 2025-01-25T00:06:31.203Z | Compiling serde_tokenstream v0.1.7 |
1626 | 2025-01-25T00:06:31.322Z | Compiling rustls-webpki v0.101.7 |
1627 | 2025-01-25T00:06:31.671Z | Compiling sct v0.7.1 |
1628 | 2025-01-25T00:06:31.709Z | Compiling derive-where v1.2.7 |
1629 | 2025-01-25T00:06:32.099Z | Compiling enum-as-inner v0.6.0 |
1630 | 2025-01-25T00:06:32.179Z | Compiling inout v0.1.3 |
1631 | 2025-01-25T00:06:32.426Z | Compiling highway v1.2.0 |
1632 | 2025-01-25T00:06:32.679Z | Compiling swrite v0.1.0 |
1633 | 2025-01-25T00:06:32.823Z | Compiling indent_write v2.2.0 |
1634 | 2025-01-25T00:06:33.070Z | Compiling linear-map v1.2.0 |
1635 | 2025-01-25T00:06:33.191Z | Compiling linked-hash-map v0.5.6 |
1636 | 2025-01-25T00:06:33.458Z | Compiling radium v0.7.0 |
1637 | 2025-01-25T00:06:33.570Z | Compiling quick-error v1.2.3 |
1638 | 2025-01-25T00:06:33.737Z | Compiling resolv-conf v0.7.0 |
1639 | 2025-01-25T00:06:33.898Z | Compiling lru-cache v0.1.2 |
1640 | 2025-01-25T00:06:33.958Z | Compiling hickory-proto v0.24.1 |
1641 | 2025-01-25T00:06:34.107Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1642 | 2025-01-25T00:06:34.792Z | Compiling cipher v0.4.4 |
1643 | 2025-01-25T00:06:34.820Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1644 | 2025-01-25T00:06:35.251Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1645 | 2025-01-25T00:06:35.311Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1646 | 2025-01-25T00:06:42.471Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1647 | 2025-01-25T00:06:42.567Z | Compiling git2 v0.19.0 |
1648 | 2025-01-25T00:06:45.953Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1649 | 2025-01-25T00:06:46.016Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1650 | 2025-01-25T00:06:50.320Z | Compiling steno v0.4.1 |
1651 | 2025-01-25T00:06:51.037Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1652 | 2025-01-25T00:06:52.211Z | Compiling tokio-tungstenite v0.21.0 |
1653 | 2025-01-25T00:06:54.343Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1654 | 2025-01-25T00:06:54.461Z | Compiling crossbeam-epoch v0.9.18 |
1655 | 2025-01-25T00:06:55.562Z | Compiling hashlink v0.9.1 |
1656 | 2025-01-25T00:06:55.586Z | Compiling humantime v2.1.0 |
1657 | 2025-01-25T00:06:56.414Z | Compiling tap v1.0.1 |
1658 | 2025-01-25T00:06:56.512Z | Compiling fallible-streaming-iterator v0.1.9 |
1659 | 2025-01-25T00:06:56.615Z | Compiling rayon-core v1.12.1 |
1660 | 2025-01-25T00:06:56.723Z | Compiling fallible-iterator v0.3.0 |
1661 | 2025-01-25T00:06:57.021Z | Compiling wyz v0.5.1 |
1662 | 2025-01-25T00:06:57.468Z | Compiling rusqlite v0.32.1 |
1663 | 2025-01-25T00:06:57.512Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1664 | 2025-01-25T00:07:01.670Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1665 | 2025-01-25T00:07:02.047Z | Compiling crossbeam-deque v0.8.5 |
1666 | 2025-01-25T00:07:04.063Z | Compiling tokio-rustls v0.24.1 |
1667 | 2025-01-25T00:07:04.549Z | Compiling hickory-resolver v0.24.1 |
1668 | 2025-01-25T00:07:05.418Z | Compiling usdt-macro v0.3.5 |
1669 | 2025-01-25T00:07:06.849Z | Compiling usdt-attr-macro v0.3.5 |
1670 | 2025-01-25T00:07:08.429Z | Compiling typify v0.3.0 |
1671 | 2025-01-25T00:07:08.584Z | Compiling rustls-pemfile v1.0.4 |
1672 | 2025-01-25T00:07:09.350Z | Compiling num_enum_derive v0.7.2 |
1673 | 2025-01-25T00:07:10.497Z | Compiling twox-hash v2.1.0 |
1674 | 2025-01-25T00:07:11.563Z | Compiling universal-hash v0.5.1 |
1675 | 2025-01-25T00:07:11.798Z | Compiling atty v0.2.14 |
1676 | 2025-01-25T00:07:11.903Z | Compiling funty v2.0.0 |
1677 | 2025-01-25T00:07:11.969Z | Compiling opaque-debug v0.3.1 |
1678 | 2025-01-25T00:07:12.089Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1679 | 2025-01-25T00:07:12.143Z | Compiling polyval v0.6.2 |
1680 | 2025-01-25T00:07:12.692Z | Compiling num_enum v0.7.2 |
1681 | 2025-01-25T00:07:12.900Z | Compiling bitvec v1.0.1 |
1682 | 2025-01-25T00:07:14.735Z | Compiling progenitor-impl v0.9.1 |
1683 | 2025-01-25T00:07:18.372Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1684 | 2025-01-25T00:07:21.013Z | Compiling usdt v0.3.5 |
1685 | 2025-01-25T00:07:21.670Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1686 | 2025-01-25T00:07:23.944Z | Compiling toml v0.7.8 |
1687 | 2025-01-25T00:07:25.414Z | Compiling ctr v0.9.2 |
1688 | 2025-01-25T00:07:25.772Z | Compiling aes v0.8.4 |
1689 | 2025-01-25T00:07:27.539Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1690 | 2025-01-25T00:07:28.041Z | Compiling bincode v1.3.3 |
1691 | 2025-01-25T00:07:28.283Z | Compiling aead v0.5.2 |
1692 | 2025-01-25T00:07:28.648Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1693 | 2025-01-25T00:07:28.857Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1694 | 2025-01-25T00:07:29.063Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
1695 | 2025-01-25T00:07:29.325Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1696 | 2025-01-25T00:07:29.338Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1697 | 2025-01-25T00:07:29.697Z | Compiling aes-gcm-siv v0.11.1 |
1698 | 2025-01-25T00:07:30.011Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1699 | 2025-01-25T00:07:30.566Z | Compiling rayon v1.10.0 |
1700 | 2025-01-25T00:07:39.697Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1701 | 2025-01-25T00:07:41.974Z | Compiling progenitor-macro v0.9.1 |
1702 | 2025-01-25T00:07:42.285Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1703 | 2025-01-25T00:07:42.690Z | Compiling progenitor-client v0.9.1 |
1704 | 2025-01-25T00:07:43.571Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1705 | 2025-01-25T00:07:44.080Z | Compiling bitstruct_derive v0.1.0 |
1706 | 2025-01-25T00:07:45.497Z | Compiling async-recursion v1.1.1 |
1707 | 2025-01-25T00:07:47.096Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1708 | 2025-01-25T00:07:47.264Z | Compiling ascii v1.1.0 |
1709 | 2025-01-25T00:07:48.012Z | Compiling typeid v1.0.0 |
1710 | 2025-01-25T00:07:48.200Z | Compiling ringbuffer v0.15.0 |
1711 | 2025-01-25T00:07:48.299Z | Compiling erased-serde v0.4.5 |
1712 | 2025-01-25T00:07:49.877Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1713 | 2025-01-25T00:07:51.964Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1714 | 2025-01-25T00:07:52.392Z | Compiling bitstruct v0.1.1 |
1715 | 2025-01-25T00:07:52.542Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1716 | 2025-01-25T00:07:53.832Z | Compiling progenitor v0.9.1 |
1717 | 2025-01-25T00:07:54.031Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1718 | 2025-01-25T00:07:54.475Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1719 | 2025-01-25T00:07:54.704Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1720 | 2025-01-25T00:07:54.967Z | Compiling const_format_proc_macros v0.2.32 |
1721 | 2025-01-25T00:07:56.938Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1722 | 2025-01-25T00:07:58.098Z | Compiling serde_arrays v0.1.0 |
1723 | 2025-01-25T00:07:58.311Z | Compiling kstat-rs v0.2.4 |
1724 | 2025-01-25T00:07:59.242Z | Compiling libloading v0.7.4 |
1725 | 2025-01-25T00:07:59.690Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1726 | 2025-01-25T00:08:00.549Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1727 | 2025-01-25T00:08:10.392Z | Compiling const_format v0.2.32 |
1728 | 2025-01-25T00:08:11.645Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1729 | 2025-01-25T00:08:11.994Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1730 | 2025-01-25T00:08:12.344Z | Compiling ron v0.8.1 |
1731 | 2025-01-25T00:08:12.699Z | Compiling bit_field v0.10.2 |
1732 | 2025-01-25T00:08:14.407Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1733 | 2025-01-25T00:08:18.545Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1734 | 2025-01-25T00:08:24.109Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1735 | 2025-01-25T00:09:21.430Z | Finished `release` profile [optimized] target(s) in 6m 20s |
1736 | 2025-01-25T00:09:21.588Z | |
1737 | 2025-01-25T00:09:21.588Z | real 6:21.117951991 |
1738 | 2025-01-25T00:09:21.588Z | user 45:57.435411862 |
1739 | 2025-01-25T00:09:21.588Z | sys 2:42.351925871 |
1740 | 2025-01-25T00:09:21.588Z | trap 1.426038338 |
1741 | 2025-01-25T00:09:21.588Z | tflt 2.790480985 |
1742 | 2025-01-25T00:09:21.590Z | dflt 0.809711474 |
1743 | 2025-01-25T00:09:21.590Z | kflt 0.019485304 |
1744 | 2025-01-25T00:09:21.591Z | lock 1:41:02.070877638 |
1745 | 2025-01-25T00:09:21.591Z | slp 2:46:18.746824746 |
1746 | 2025-01-25T00:09:21.591Z | lat 2:16.358316798 |
1747 | 2025-01-25T00:09:21.591Z | stop 2:29.677685549 |
1748 | 2025-01-25T00:09:21.591Z | + OUTDIR=/work/release |
1749 | 2025-01-25T00:09:21.591Z | + mkdir -p /work/release |
1750 | 2025-01-25T00:09:21.593Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1751 | 2025-01-25T00:09:21.612Z | + cp target/release/propolis-server /work/release/propolis-server |
1752 | 2025-01-25T00:09:21.680Z | process exited: duration 633163 ms, exit code 0 |
|
1753 | 2025-01-25T00:09:21.692Z | found 2 output files |
1754 | 2025-01-25T00:09:21.692Z | uploading: /work/release/propolis-cli (16453072 bytes) |
1755 | 2025-01-25T00:09:22.941Z | uploaded: /work/release/propolis-cli |
1756 | 2025-01-25T00:09:22.941Z | uploading: /work/release/propolis-server (58024432 bytes) |
1757 | 2025-01-25T00:09:24.783Z | uploaded: /work/release/propolis-server |