|
|
|
1 | 2025-03-05T23:00:43.541Z | job assigned to worker 01JNM8KC98SH51D062EE0SE5GB [factory gimlet-EVT22200007-propolis, EVT22200007/21442] (queued for 34 s) |
|
2 | 2025-03-05T23:00:51.002Z | starting task 0: "setup" |
3 | 2025-03-05T23:00:51.028Z | ++ uname -s |
4 | 2025-03-05T23:00:51.028Z | + kern=SunOS |
5 | 2025-03-05T23:00:51.028Z | + build_user=build |
6 | 2025-03-05T23:00:51.028Z | + build_uid=12345 |
7 | 2025-03-05T23:00:51.028Z | + work_dir=/work |
8 | 2025-03-05T23:00:51.028Z | + input_dir=/input |
9 | 2025-03-05T23:00:51.028Z | + [[ 0 == 12345 ]] |
10 | 2025-03-05T23:00:51.028Z | + case "$kern" in |
11 | 2025-03-05T23:00:51.028Z | + groupadd -g 12345 build |
12 | 2025-03-05T23:00:51.028Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-05T23:00:53.029Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-05T23:00:53.069Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-05T23:00:53.113Z | + home_fs=zfs |
16 | 2025-03-05T23:00:53.114Z | + [[ zfs == autofs ]] |
17 | 2025-03-05T23:00:53.114Z | + mkdir -p /home/build |
18 | 2025-03-05T23:00:53.114Z | + chown build:build /home/build /work |
19 | 2025-03-05T23:00:55.079Z | + chmod 0700 /home/build /work |
20 | 2025-03-05T23:00:55.105Z | process exited: duration 4081 ms, exit code 0 |
|
21 | 2025-03-05T23:00:55.159Z | starting task 1: "rust-toolchain" |
22 | 2025-03-05T23:00:55.196Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-05T23:00:55.196Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-05T23:00:55.196Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-03-05T23:00:55.196Z | * rust toolchain channel = "stable" |
26 | 2025-03-05T23:00:55.196Z | * rust toolchain profile = "default" |
27 | 2025-03-05T23:00:55.196Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-05T23:00:55.196Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-05T23:00:55.196Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-05T23:00:55.318Z | info: downloading installer |
31 | 2025-03-05T23:00:55.927Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-05T23:00:55.927Z | warn: /opt/ooce/bin |
33 | 2025-03-05T23:00:55.927Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-05T23:00:55.927Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-05T23:00:55.927Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-05T23:00:55.927Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-05T23:00:55.927Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-05T23:00:55.927Z | error: cannot install while Rust is installed |
39 | 2025-03-05T23:00:55.927Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-05T23:00:55.953Z | info: profile set to 'default' |
41 | 2025-03-05T23:00:55.953Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-05T23:00:55.953Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-05T23:00:56.044Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-05T23:00:56.044Z | info: downloading component 'cargo' |
45 | 2025-03-05T23:00:56.178Z | info: downloading component 'clippy' |
46 | 2025-03-05T23:00:56.249Z | info: downloading component 'rust-docs' |
47 | 2025-03-05T23:00:56.488Z | info: downloading component 'rust-std' |
48 | 2025-03-05T23:00:57.587Z | info: downloading component 'rustc' |
49 | 2025-03-05T23:00:59.643Z | info: downloading component 'rustfmt' |
50 | 2025-03-05T23:00:59.721Z | info: installing component 'cargo' |
51 | 2025-03-05T23:01:00.832Z | info: installing component 'clippy' |
52 | 2025-03-05T23:01:01.288Z | info: installing component 'rust-docs' |
53 | 2025-03-05T23:01:04.239Z | info: installing component 'rust-std' |
54 | 2025-03-05T23:01:06.377Z | info: installing component 'rustc' |
55 | 2025-03-05T23:01:13.415Z | info: installing component 'rustfmt' |
56 | 2025-03-05T23:01:13.801Z | |
57 | 2025-03-05T23:01:13.801Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
58 | 2025-03-05T23:01:13.947Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-05T23:01:13.947Z | |
60 | 2025-03-05T23:01:13.972Z | |
61 | 2025-03-05T23:01:13.972Z | Rust is installed now. Great! |
62 | 2025-03-05T23:01:13.972Z | |
63 | 2025-03-05T23:01:13.972Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-05T23:01:13.972Z | environment variable. This has not been done automatically. |
65 | 2025-03-05T23:01:13.972Z | |
66 | 2025-03-05T23:01:13.973Z | To configure your current shell, you need to source |
67 | 2025-03-05T23:01:13.973Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-05T23:01:13.973Z | |
69 | 2025-03-05T23:01:13.973Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-05T23:01:13.973Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-05T23:01:13.973Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-05T23:01:13.973Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-05T23:01:14.036Z | + rustup --version |
74 | 2025-03-05T23:01:14.063Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-05T23:01:14.063Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-05T23:01:14.088Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-05T23:01:14.114Z | + cargo --version |
78 | 2025-03-05T23:01:14.139Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-05T23:01:14.140Z | + rustc --version |
80 | 2025-03-05T23:01:14.165Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-05T23:01:14.165Z | process exited: duration 18997 ms, exit code 0 |
|
82 | 2025-03-05T23:01:14.218Z | starting task 2: "authentication" |
83 | 2025-03-05T23:01:14.275Z | process exited: duration 56 ms, exit code 0 |
|
84 | 2025-03-05T23:01:14.325Z | starting task 3: "clone repository" |
85 | 2025-03-05T23:01:14.351Z | + mkdir -p /work/oxidecomputer/propolis |
86 | 2025-03-05T23:01:14.351Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
87 | 2025-03-05T23:01:14.377Z | Cloning into '/work/oxidecomputer/propolis'... |
88 | 2025-03-05T23:01:15.572Z | + cd /work/oxidecomputer/propolis |
89 | 2025-03-05T23:01:15.572Z | + git fetch origin 7bbbee3d701e90383a5acd3f6d00ac1f989847ac |
90 | 2025-03-05T23:01:15.931Z | From https://github.com/oxidecomputer/propolis |
91 | 2025-03-05T23:01:15.931Z | * branch 7bbbee3d701e90383a5acd3f6d00ac1f989847ac -> FETCH_HEAD |
92 | 2025-03-05T23:01:15.965Z | + [[ -n ixi/propolis-server-metrics-test ]] |
93 | 2025-03-05T23:01:15.965Z | ++ git branch --show-current |
94 | 2025-03-05T23:01:15.965Z | + current=master |
95 | 2025-03-05T23:01:15.965Z | + [[ master != ixi/propolis-server-metrics-test ]] |
96 | 2025-03-05T23:01:15.965Z | + git branch -f ixi/propolis-server-metrics-test 7bbbee3d701e90383a5acd3f6d00ac1f989847ac |
97 | 2025-03-05T23:01:15.965Z | + git checkout -f ixi/propolis-server-metrics-test |
98 | 2025-03-05T23:01:16.006Z | Switched to branch 'ixi/propolis-server-metrics-test' |
99 | 2025-03-05T23:01:16.006Z | + git reset --hard 7bbbee3d701e90383a5acd3f6d00ac1f989847ac |
100 | 2025-03-05T23:01:16.057Z | HEAD is now at 7bbbee3 rustfmt |
101 | 2025-03-05T23:01:16.057Z | process exited: duration 1692 ms, exit code 0 |
|
102 | 2025-03-05T23:01:16.115Z | starting task 4: "build" |
103 | 2025-03-05T23:01:16.145Z | + cargo --version |
104 | 2025-03-05T23:01:16.145Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
105 | 2025-03-05T23:01:16.145Z | + rustc --version |
106 | 2025-03-05T23:01:16.180Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
107 | 2025-03-05T23:01:16.208Z | + banner check |
108 | 2025-03-05T23:01:16.208Z | |
109 | 2025-03-05T23:01:16.208Z | #### # # ###### #### # # |
110 | 2025-03-05T23:01:16.208Z | # # # # # # # # # |
111 | 2025-03-05T23:01:16.208Z | # ###### ##### # #### |
112 | 2025-03-05T23:01:16.208Z | # # # # # # # |
113 | 2025-03-05T23:01:16.208Z | # # # # # # # # # |
114 | 2025-03-05T23:01:16.208Z | #### # # ###### #### # # |
115 | 2025-03-05T23:01:16.208Z | |
116 | 2025-03-05T23:01:16.208Z | + ptime -m cargo check --features falcon |
117 | 2025-03-05T23:01:16.345Z | Updating crates.io index |
118 | 2025-03-05T23:01:16.411Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
119 | 2025-03-05T23:01:18.427Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
120 | 2025-03-05T23:01:25.447Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
121 | 2025-03-05T23:01:25.793Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
122 | 2025-03-05T23:01:26.149Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
123 | 2025-03-05T23:01:26.594Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
124 | 2025-03-05T23:01:27.190Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
125 | 2025-03-05T23:01:27.593Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
126 | 2025-03-05T23:01:28.249Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
127 | 2025-03-05T23:01:28.622Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
128 | 2025-03-05T23:01:29.103Z | Updating git repository `https://github.com/oxidecomputer/p4` |
129 | 2025-03-05T23:01:29.734Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
130 | 2025-03-05T23:01:30.656Z | Updating git repository `https://github.com/oxidecomputer/opte` |
131 | 2025-03-05T23:01:31.401Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
132 | 2025-03-05T23:01:32.136Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
133 | 2025-03-05T23:01:32.483Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
134 | 2025-03-05T23:01:32.931Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
135 | 2025-03-05T23:01:33.359Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
136 | 2025-03-05T23:01:34.557Z | Downloading crates ... |
137 | 2025-03-05T23:01:34.633Z | Downloaded atomicwrites v0.4.4 |
138 | 2025-03-05T23:01:34.659Z | Downloaded async-stream-impl v0.3.5 |
139 | 2025-03-05T23:01:34.659Z | Downloaded cfg_aliases v0.1.1 |
140 | 2025-03-05T23:01:34.659Z | Downloaded equivalent v1.0.1 |
141 | 2025-03-05T23:01:34.659Z | Downloaded cstr-argument v0.1.2 |
142 | 2025-03-05T23:01:34.659Z | Downloaded embedded-io v0.6.1 |
143 | 2025-03-05T23:01:34.659Z | Downloaded errno v0.3.9 |
144 | 2025-03-05T23:01:34.685Z | Downloaded erased-serde v0.4.5 |
145 | 2025-03-05T23:01:34.689Z | Downloaded openssl-macros v0.1.1 |
146 | 2025-03-05T23:01:34.689Z | Downloaded darling_core v0.20.9 |
147 | 2025-03-05T23:01:34.689Z | Downloaded openssl-probe v0.1.5 |
148 | 2025-03-05T23:01:34.715Z | Downloaded foreign-types-shared v0.3.1 |
149 | 2025-03-05T23:01:34.715Z | Downloaded icu_provider_macros v1.5.0 |
150 | 2025-03-05T23:01:34.715Z | Downloaded hyper-tls v0.6.0 |
151 | 2025-03-05T23:01:34.715Z | Downloaded url v2.5.4 |
152 | 2025-03-05T23:01:34.715Z | Downloaded take_mut v0.2.2 |
153 | 2025-03-05T23:01:34.716Z | Downloaded thiserror-impl v2.0.11 |
154 | 2025-03-05T23:01:34.716Z | Downloaded thread_local v1.1.8 |
155 | 2025-03-05T23:01:34.716Z | Downloaded write16 v1.0.0 |
156 | 2025-03-05T23:01:34.716Z | Downloaded heck v0.5.0 |
157 | 2025-03-05T23:01:34.743Z | Downloaded wyz v0.5.1 |
158 | 2025-03-05T23:01:34.743Z | Downloaded highway v1.2.0 |
159 | 2025-03-05T23:01:34.743Z | Downloaded newline-converter v0.3.0 |
160 | 2025-03-05T23:01:34.743Z | Downloaded match_cfg v0.1.0 |
161 | 2025-03-05T23:01:34.743Z | Downloaded serde_urlencoded v0.7.1 |
162 | 2025-03-05T23:01:34.743Z | Downloaded instant v0.1.12 |
163 | 2025-03-05T23:01:34.744Z | Downloaded signal-hook-registry v1.4.2 |
164 | 2025-03-05T23:01:34.744Z | Downloaded zerocopy v0.3.2 |
165 | 2025-03-05T23:01:34.770Z | Downloaded is_terminal_polyfill v1.70.0 |
166 | 2025-03-05T23:01:34.770Z | Downloaded hostname v0.4.0 |
167 | 2025-03-05T23:01:34.771Z | Downloaded time-core v0.1.2 |
168 | 2025-03-05T23:01:34.771Z | Downloaded hashlink v0.9.1 |
169 | 2025-03-05T23:01:34.771Z | Downloaded tinyvec_macros v0.1.1 |
170 | 2025-03-05T23:01:34.771Z | Downloaded rand_core v0.6.4 |
171 | 2025-03-05T23:01:34.771Z | Downloaded tinystr v0.7.6 |
172 | 2025-03-05T23:01:34.771Z | Downloaded futures-sink v0.3.30 |
173 | 2025-03-05T23:01:34.771Z | Downloaded strum v0.26.2 |
174 | 2025-03-05T23:01:34.771Z | Downloaded generic-array v0.14.7 |
175 | 2025-03-05T23:01:34.771Z | Downloaded supports-color v3.0.1 |
176 | 2025-03-05T23:01:34.804Z | Downloaded zerofrom-derive v0.1.5 |
177 | 2025-03-05T23:01:34.804Z | Downloaded zone v0.3.0 |
178 | 2025-03-05T23:01:34.804Z | Downloaded libsw v3.3.1 |
179 | 2025-03-05T23:01:34.804Z | Downloaded zerofrom v0.1.5 |
180 | 2025-03-05T23:01:34.805Z | Downloaded lock_api v0.4.12 |
181 | 2025-03-05T23:01:34.805Z | Downloaded kstat-rs v0.2.4 |
182 | 2025-03-05T23:01:34.805Z | Downloaded hubpack_derive v0.1.1 |
183 | 2025-03-05T23:01:34.805Z | Downloaded tokio-native-tls v0.3.1 |
184 | 2025-03-05T23:01:34.805Z | Downloaded smf v0.2.3 |
185 | 2025-03-05T23:01:34.805Z | Downloaded inout v0.1.3 |
186 | 2025-03-05T23:01:34.805Z | Downloaded sync_wrapper v1.0.1 |
187 | 2025-03-05T23:01:34.805Z | Downloaded toml_datetime v0.6.8 |
188 | 2025-03-05T23:01:34.896Z | Downloaded tower-service v0.3.2 |
189 | 2025-03-05T23:01:34.896Z | Downloaded try-lock v0.2.5 |
190 | 2025-03-05T23:01:34.896Z | Downloaded glob v0.3.1 |
191 | 2025-03-05T23:01:34.896Z | Downloaded unicode-segmentation v1.11.0 |
192 | 2025-03-05T23:01:34.896Z | Downloaded http-body v1.0.1 |
193 | 2025-03-05T23:01:34.896Z | Downloaded fastrand v2.1.0 |
194 | 2025-03-05T23:01:34.896Z | Downloaded indent_write v2.2.0 |
195 | 2025-03-05T23:01:34.896Z | Downloaded httpdate v1.0.3 |
196 | 2025-03-05T23:01:34.896Z | Downloaded twox-hash v2.1.0 |
197 | 2025-03-05T23:01:34.896Z | Downloaded schemars v0.8.21 |
198 | 2025-03-05T23:01:34.896Z | Downloaded httparse v1.8.0 |
199 | 2025-03-05T23:01:34.896Z | Downloaded tungstenite v0.21.0 |
200 | 2025-03-05T23:01:34.896Z | Downloaded typify v0.2.0 |
201 | 2025-03-05T23:01:34.896Z | Downloaded toml_edit v0.19.15 |
202 | 2025-03-05T23:01:34.897Z | Downloaded typify v0.3.0 |
203 | 2025-03-05T23:01:34.897Z | Downloaded hashbrown v0.14.5 |
204 | 2025-03-05T23:01:34.897Z | Downloaded tracing v0.1.40 |
205 | 2025-03-05T23:01:34.938Z | Downloaded toml_edit v0.22.20 |
206 | 2025-03-05T23:01:34.938Z | Downloaded tokio-util v0.7.11 |
207 | 2025-03-05T23:01:34.938Z | Downloaded rusqlite v0.32.1 |
208 | 2025-03-05T23:01:34.964Z | Downloaded rustls-webpki v0.102.4 |
209 | 2025-03-05T23:01:34.990Z | Downloaded syn v1.0.109 |
210 | 2025-03-05T23:01:34.991Z | Downloaded quinn-proto v0.11.8 |
211 | 2025-03-05T23:01:34.991Z | Downloaded h2 v0.4.6 |
212 | 2025-03-05T23:01:35.017Z | Downloaded syn v2.0.96 |
213 | 2025-03-05T23:01:35.017Z | Downloaded goblin v0.8.2 |
214 | 2025-03-05T23:01:35.046Z | Downloaded regex v1.11.1 |
215 | 2025-03-05T23:01:35.046Z | Downloaded rustls v0.21.12 |
216 | 2025-03-05T23:01:35.073Z | Downloaded regress v0.9.1 |
217 | 2025-03-05T23:01:35.073Z | Downloaded regress v0.10.1 |
218 | 2025-03-05T23:01:35.073Z | Downloaded typify-impl v0.2.0 |
219 | 2025-03-05T23:01:35.099Z | Downloaded typify-impl v0.3.0 |
220 | 2025-03-05T23:01:35.099Z | Downloaded smoltcp v0.11.0 |
221 | 2025-03-05T23:01:35.125Z | Downloaded rustix v0.38.34 |
222 | 2025-03-05T23:01:35.151Z | Downloaded rustls v0.23.10 |
223 | 2025-03-05T23:01:35.176Z | Downloaded openapiv3 v2.0.0 |
224 | 2025-03-05T23:01:35.177Z | Downloaded zerocopy-derive v0.6.6 |
225 | 2025-03-05T23:01:35.202Z | Downloaded zerocopy-derive v0.2.0 |
226 | 2025-03-05T23:01:35.202Z | Downloaded rustls v0.22.4 |
227 | 2025-03-05T23:01:35.228Z | Downloaded regex-syntax v0.8.5 |
228 | 2025-03-05T23:01:35.228Z | Downloaded nix v0.29.0 |
229 | 2025-03-05T23:01:35.228Z | Downloaded nix v0.28.0 |
230 | 2025-03-05T23:01:35.254Z | Downloaded openssl v0.10.71 |
231 | 2025-03-05T23:01:35.254Z | Downloaded hickory-proto v0.24.4 |
232 | 2025-03-05T23:01:35.281Z | Downloaded reqwest v0.12.7 |
233 | 2025-03-05T23:01:35.281Z | Downloaded regex-automata v0.4.9 |
234 | 2025-03-05T23:01:35.307Z | Downloaded rayon v1.10.0 |
235 | 2025-03-05T23:01:35.307Z | Downloaded zerocopy v0.7.34 |
236 | 2025-03-05T23:01:35.333Z | Downloaded rustls-webpki v0.101.7 |
237 | 2025-03-05T23:01:35.359Z | Downloaded pest v2.7.10 |
238 | 2025-03-05T23:01:35.359Z | Downloaded libc v0.2.169 |
239 | 2025-03-05T23:01:35.401Z | Downloaded petgraph v0.6.5 |
240 | 2025-03-05T23:01:35.426Z | Downloaded http v1.2.0 |
241 | 2025-03-05T23:01:35.426Z | Downloaded tokio v1.40.0 |
242 | 2025-03-05T23:01:35.470Z | Downloaded steno v0.4.1 |
243 | 2025-03-05T23:01:35.470Z | Downloaded expectorate v1.1.0 |
244 | 2025-03-05T23:01:35.470Z | Downloaded itertools v0.10.5 |
245 | 2025-03-05T23:01:35.471Z | Downloaded git2 v0.19.0 |
246 | 2025-03-05T23:01:35.471Z | Downloaded hyper v1.4.1 |
247 | 2025-03-05T23:01:35.497Z | Downloaded indexmap v2.7.0 |
248 | 2025-03-05T23:01:35.497Z | Downloaded unicode-width v0.1.14 |
249 | 2025-03-05T23:01:35.497Z | Downloaded webpki-roots v0.26.3 |
250 | 2025-03-05T23:01:35.497Z | Downloaded encoding_rs v0.8.34 |
251 | 2025-03-05T23:01:35.523Z | Downloaded num-bigint v0.4.5 |
252 | 2025-03-05T23:01:35.523Z | Downloaded typenum v1.17.0 |
253 | 2025-03-05T23:01:35.523Z | Downloaded indexmap v1.9.3 |
254 | 2025-03-05T23:01:35.523Z | Downloaded vcpkg v0.2.15 |
255 | 2025-03-05T23:01:35.566Z | Downloaded rand v0.8.5 |
256 | 2025-03-05T23:01:35.593Z | Downloaded toml v0.7.8 |
257 | 2025-03-05T23:01:35.593Z | Downloaded time v0.3.36 |
258 | 2025-03-05T23:01:35.593Z | Downloaded idna v1.0.3 |
259 | 2025-03-05T23:01:35.593Z | Downloaded libm v0.2.8 |
260 | 2025-03-05T23:01:35.593Z | Downloaded futures-util v0.3.30 |
261 | 2025-03-05T23:01:35.619Z | Downloaded ron v0.8.1 |
262 | 2025-03-05T23:01:35.620Z | Downloaded hashbrown v0.12.3 |
263 | 2025-03-05T23:01:35.620Z | Downloaded tokio-rustls v0.24.1 |
264 | 2025-03-05T23:01:35.620Z | Downloaded zerovec v0.10.4 |
265 | 2025-03-05T23:01:35.646Z | Downloaded rayon-core v1.12.1 |
266 | 2025-03-05T23:01:35.646Z | Downloaded quinn v0.11.5 |
267 | 2025-03-05T23:01:35.646Z | Downloaded prettyplease v0.2.22 |
268 | 2025-03-05T23:01:35.646Z | Downloaded tracing-core v0.1.32 |
269 | 2025-03-05T23:01:35.646Z | Downloaded tokio-tungstenite v0.21.0 |
270 | 2025-03-05T23:01:35.646Z | Downloaded zerocopy v0.6.6 |
271 | 2025-03-05T23:01:35.646Z | Downloaded similar v2.5.0 |
272 | 2025-03-05T23:01:35.673Z | Downloaded openssl-sys v0.9.106 |
273 | 2025-03-05T23:01:35.674Z | Downloaded typeid v1.0.0 |
274 | 2025-03-05T23:01:35.674Z | Downloaded fatfs v0.3.6 |
275 | 2025-03-05T23:01:35.674Z | Downloaded toml v0.8.19 |
276 | 2025-03-05T23:01:35.674Z | Downloaded filetime v0.2.23 |
277 | 2025-03-05T23:01:35.674Z | Downloaded static_assertions v1.1.0 |
278 | 2025-03-05T23:01:35.674Z | Downloaded stable_deref_trait v1.2.0 |
279 | 2025-03-05T23:01:35.674Z | Downloaded tokio-rustls v0.26.0 |
280 | 2025-03-05T23:01:35.674Z | Downloaded idna_adapter v1.2.0 |
281 | 2025-03-05T23:01:35.674Z | Downloaded smallvec v1.13.2 |
282 | 2025-03-05T23:01:35.674Z | Downloaded slog-term v2.9.1 |
283 | 2025-03-05T23:01:35.701Z | Downloaded globset v0.4.14 |
284 | 2025-03-05T23:01:35.701Z | Downloaded jobserver v0.1.31 |
285 | 2025-03-05T23:01:35.701Z | Downloaded itertools v0.13.0 |
286 | 2025-03-05T23:01:35.701Z | Downloaded ryu v1.0.18 |
287 | 2025-03-05T23:01:35.701Z | Downloaded tracing-attributes v0.1.27 |
288 | 2025-03-05T23:01:35.701Z | Downloaded spin v0.9.8 |
289 | 2025-03-05T23:01:35.701Z | Downloaded socket2 v0.5.7 |
290 | 2025-03-05T23:01:35.702Z | Downloaded progenitor-impl v0.8.0 |
291 | 2025-03-05T23:01:35.727Z | Downloaded http-body-util v0.1.2 |
292 | 2025-03-05T23:01:35.727Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
293 | 2025-03-05T23:01:35.765Z | Downloaded icu_properties_data v1.5.0 |
294 | 2025-03-05T23:01:35.791Z | Downloaded hash32 v0.3.1 |
295 | 2025-03-05T23:01:35.791Z | Downloaded hubpack v0.1.2 |
296 | 2025-03-05T23:01:35.791Z | Downloaded tokio-rustls v0.25.0 |
297 | 2025-03-05T23:01:35.791Z | Downloaded slog-json v2.6.1 |
298 | 2025-03-05T23:01:35.791Z | Downloaded fallible-streaming-iterator v0.1.9 |
299 | 2025-03-05T23:01:35.792Z | Downloaded fallible-iterator v0.3.0 |
300 | 2025-03-05T23:01:35.792Z | Downloaded serde_with v3.11.0 |
301 | 2025-03-05T23:01:35.817Z | Downloaded proc-macro2 v1.0.92 |
302 | 2025-03-05T23:01:35.818Z | Downloaded hashbrown v0.15.2 |
303 | 2025-03-05T23:01:35.818Z | Downloaded libloading v0.7.4 |
304 | 2025-03-05T23:01:35.818Z | Downloaded strum_macros v0.26.2 |
305 | 2025-03-05T23:01:35.818Z | Downloaded tokio-macros v2.4.0 |
306 | 2025-03-05T23:01:35.818Z | Downloaded yoke v0.7.5 |
307 | 2025-03-05T23:01:35.818Z | Downloaded winnow v0.6.18 |
308 | 2025-03-05T23:01:35.844Z | Downloaded progenitor-impl v0.9.1 |
309 | 2025-03-05T23:01:35.844Z | Downloaded zerocopy-derive v0.7.34 |
310 | 2025-03-05T23:01:35.844Z | Downloaded rustls-pki-types v1.7.0 |
311 | 2025-03-05T23:01:35.844Z | Downloaded lazy_static v1.5.0 |
312 | 2025-03-05T23:01:35.844Z | Downloaded humantime v2.1.0 |
313 | 2025-03-05T23:01:35.844Z | Downloaded synstructure v0.12.6 |
314 | 2025-03-05T23:01:35.844Z | Downloaded pest_meta v2.7.10 |
315 | 2025-03-05T23:01:35.844Z | Downloaded litemap v0.7.4 |
316 | 2025-03-05T23:01:35.844Z | Downloaded linked-hash-map v0.5.6 |
317 | 2025-03-05T23:01:35.870Z | Downloaded zone_cfg_derive v0.3.0 |
318 | 2025-03-05T23:01:35.871Z | Downloaded getrandom v0.2.14 |
319 | 2025-03-05T23:01:35.871Z | Downloaded itoa v1.0.11 |
320 | 2025-03-05T23:01:35.871Z | Downloaded ipnetwork v0.20.0 |
321 | 2025-03-05T23:01:35.871Z | Downloaded rustls-pemfile v2.1.3 |
322 | 2025-03-05T23:01:35.871Z | Downloaded quote v1.0.38 |
323 | 2025-03-05T23:01:35.871Z | Downloaded ident_case v1.0.1 |
324 | 2025-03-05T23:01:35.871Z | Downloaded mio v1.0.2 |
325 | 2025-03-05T23:01:35.871Z | Downloaded linear-map v1.2.0 |
326 | 2025-03-05T23:01:35.871Z | Downloaded zerovec-derive v0.10.3 |
327 | 2025-03-05T23:01:35.871Z | Downloaded unicode-ident v1.0.14 |
328 | 2025-03-05T23:01:35.897Z | Downloaded slog v2.7.0 |
329 | 2025-03-05T23:01:35.897Z | Downloaded log v0.4.22 |
330 | 2025-03-05T23:01:35.897Z | Downloaded postcard v1.0.9 |
331 | 2025-03-05T23:01:35.897Z | Downloaded zeroize v1.7.0 |
332 | 2025-03-05T23:01:35.897Z | Downloaded supports-color v2.1.0 |
333 | 2025-03-05T23:01:35.897Z | Downloaded subtle v2.5.0 |
334 | 2025-03-05T23:01:35.897Z | Downloaded rustc_version v0.1.7 |
335 | 2025-03-05T23:01:35.897Z | Downloaded rand_chacha v0.3.1 |
336 | 2025-03-05T23:01:35.897Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2025-03-05T23:01:35.898Z | Downloaded plain v0.2.3 |
338 | 2025-03-05T23:01:35.898Z | Downloaded swrite v0.1.0 |
339 | 2025-03-05T23:01:35.898Z | Downloaded strum_macros v0.25.3 |
340 | 2025-03-05T23:01:35.898Z | Downloaded structmeta-derive v0.3.0 |
341 | 2025-03-05T23:01:35.898Z | Downloaded structmeta v0.3.0 |
342 | 2025-03-05T23:01:35.898Z | Downloaded tinyvec v1.6.0 |
343 | 2025-03-05T23:01:35.943Z | Downloaded heapless v0.8.0 |
344 | 2025-03-05T23:01:35.943Z | Downloaded num-traits v0.2.19 |
345 | 2025-03-05T23:01:35.943Z | Downloaded strsim v0.11.1 |
346 | 2025-03-05T23:01:35.943Z | Downloaded futures-task v0.3.30 |
347 | 2025-03-05T23:01:35.943Z | Downloaded futures-macro v0.3.30 |
348 | 2025-03-05T23:01:35.943Z | Downloaded fnv v1.0.7 |
349 | 2025-03-05T23:01:35.943Z | Downloaded float-ord v0.3.2 |
350 | 2025-03-05T23:01:35.943Z | Downloaded yoke-derive v0.7.5 |
351 | 2025-03-05T23:01:35.944Z | Downloaded rustc_version v0.4.0 |
352 | 2025-03-05T23:01:35.944Z | Downloaded progenitor-macro v0.8.0 |
353 | 2025-03-05T23:01:35.944Z | Downloaded proc-macro-error v1.0.4 |
354 | 2025-03-05T23:01:35.944Z | Downloaded parking_lot v0.12.2 |
355 | 2025-03-05T23:01:35.944Z | Downloaded fixedbitset v0.4.2 |
356 | 2025-03-05T23:01:35.944Z | Downloaded memchr v2.7.2 |
357 | 2025-03-05T23:01:35.944Z | Downloaded foreign-types v0.3.2 |
358 | 2025-03-05T23:01:35.944Z | Downloaded typify-macro v0.2.0 |
359 | 2025-03-05T23:01:35.944Z | Downloaded lru-cache v0.1.2 |
360 | 2025-03-05T23:01:35.944Z | Downloaded vergen v8.3.2 |
361 | 2025-03-05T23:01:35.944Z | Downloaded unsafe-libyaml v0.2.11 |
362 | 2025-03-05T23:01:35.944Z | Downloaded winnow v0.5.40 |
363 | 2025-03-05T23:01:35.971Z | Downloaded pin-project-lite v0.2.14 |
364 | 2025-03-05T23:01:35.971Z | Downloaded pest_derive v2.7.10 |
365 | 2025-03-05T23:01:35.971Z | Downloaded parking_lot_core v0.9.10 |
366 | 2025-03-05T23:01:35.972Z | Downloaded owo-colors v4.1.0 |
367 | 2025-03-05T23:01:35.972Z | Downloaded num-rational v0.4.2 |
368 | 2025-03-05T23:01:35.972Z | Downloaded time-macros v0.2.18 |
369 | 2025-03-05T23:01:35.972Z | Downloaded slog-dtrace v0.3.0 |
370 | 2025-03-05T23:01:35.972Z | Downloaded slog-async v2.8.0 |
371 | 2025-03-05T23:01:35.972Z | Downloaded hostname v0.3.1 |
372 | 2025-03-05T23:01:35.972Z | Downloaded uuid v1.10.0 |
373 | 2025-03-05T23:01:35.998Z | Downloaded parse-display-derive v0.10.0 |
374 | 2025-03-05T23:01:35.998Z | Downloaded ppv-lite86 v0.2.17 |
375 | 2025-03-05T23:01:35.998Z | Downloaded num_enum v0.7.2 |
376 | 2025-03-05T23:01:35.998Z | Downloaded slog-bunyan v2.5.0 |
377 | 2025-03-05T23:01:35.998Z | Downloaded slab v0.4.9 |
378 | 2025-03-05T23:01:35.998Z | Downloaded macaddr v1.0.1 |
379 | 2025-03-05T23:01:35.998Z | Downloaded serde_yaml v0.9.34+deprecated |
380 | 2025-03-05T23:01:35.998Z | Downloaded polyval v0.6.2 |
381 | 2025-03-05T23:01:35.998Z | Downloaded pin-utils v0.1.0 |
382 | 2025-03-05T23:01:35.998Z | Downloaded serde_tokenstream v0.1.7 |
383 | 2025-03-05T23:01:35.998Z | Downloaded serde_json v1.0.135 |
384 | 2025-03-05T23:01:36.028Z | Downloaded bstr v1.9.1 |
385 | 2025-03-05T23:01:36.028Z | Downloaded password-hash v0.5.0 |
386 | 2025-03-05T23:01:36.028Z | Downloaded is_ci v1.2.0 |
387 | 2025-03-05T23:01:36.028Z | Downloaded is-terminal v0.4.12 |
388 | 2025-03-05T23:01:36.028Z | Downloaded native-tls v0.2.11 |
389 | 2025-03-05T23:01:36.029Z | Downloaded rustls-pemfile v1.0.4 |
390 | 2025-03-05T23:01:36.029Z | Downloaded sha1 v0.10.6 |
391 | 2025-03-05T23:01:36.029Z | Downloaded multer v3.1.0 |
392 | 2025-03-05T23:01:36.055Z | Downloaded hickory-resolver v0.24.4 |
393 | 2025-03-05T23:01:36.055Z | Downloaded radium v0.7.0 |
394 | 2025-03-05T23:01:36.055Z | Downloaded progenitor v0.8.0 |
395 | 2025-03-05T23:01:36.055Z | Downloaded proc-macro-crate v1.3.1 |
396 | 2025-03-05T23:01:36.055Z | Downloaded utf8parse v0.2.1 |
397 | 2025-03-05T23:01:36.055Z | Downloaded universal-hash v0.5.1 |
398 | 2025-03-05T23:01:36.055Z | Downloaded unicode-xid v0.2.4 |
399 | 2025-03-05T23:01:36.055Z | Downloaded sigpipe v0.1.3 |
400 | 2025-03-05T23:01:36.055Z | Downloaded sha2 v0.10.8 |
401 | 2025-03-05T23:01:36.055Z | Downloaded serde_with_macros v3.11.0 |
402 | 2025-03-05T23:01:36.055Z | Downloaded scroll v0.12.0 |
403 | 2025-03-05T23:01:36.055Z | Downloaded scopeguard v1.2.0 |
404 | 2025-03-05T23:01:36.055Z | Downloaded ipnet v2.9.0 |
405 | 2025-03-05T23:01:36.081Z | Downloaded quick-error v1.2.3 |
406 | 2025-03-05T23:01:36.081Z | Downloaded serde_tokenstream v0.2.2 |
407 | 2025-03-05T23:01:36.081Z | Downloaded schemars_derive v0.8.21 |
408 | 2025-03-05T23:01:36.081Z | Downloaded memmap v0.7.0 |
409 | 2025-03-05T23:01:36.081Z | Downloaded icu_locid v1.5.0 |
410 | 2025-03-05T23:01:36.081Z | Downloaded libz-sys v1.1.16 |
411 | 2025-03-05T23:01:36.141Z | Downloaded rustc-hash v2.0.0 |
412 | 2025-03-05T23:01:36.167Z | Downloaded parse-display v0.10.0 |
413 | 2025-03-05T23:01:36.167Z | Downloaded once_cell v1.19.0 |
414 | 2025-03-05T23:01:36.167Z | Downloaded num-complex v0.4.6 |
415 | 2025-03-05T23:01:36.167Z | Downloaded resolv-conf v0.7.0 |
416 | 2025-03-05T23:01:36.167Z | Downloaded quinn-udp v0.5.5 |
417 | 2025-03-05T23:01:36.167Z | Downloaded pkg-config v0.3.30 |
418 | 2025-03-05T23:01:36.167Z | Downloaded pest_generator v2.7.10 |
419 | 2025-03-05T23:01:36.167Z | Downloaded terminal_size v0.3.0 |
420 | 2025-03-05T23:01:36.167Z | Downloaded foreign-types v0.5.0 |
421 | 2025-03-05T23:01:36.167Z | Downloaded ringbuffer v0.15.0 |
422 | 2025-03-05T23:01:36.168Z | Downloaded progenitor-macro v0.9.1 |
423 | 2025-03-05T23:01:36.168Z | Downloaded hex v0.4.3 |
424 | 2025-03-05T23:01:36.168Z | Downloaded heck v0.4.1 |
425 | 2025-03-05T23:01:36.168Z | Downloaded whoami v1.5.1 |
426 | 2025-03-05T23:01:36.168Z | Downloaded version_check v0.9.5 |
427 | 2025-03-05T23:01:36.194Z | Downloaded serde v1.0.217 |
428 | 2025-03-05T23:01:36.194Z | Downloaded icu_properties v1.5.1 |
429 | 2025-03-05T23:01:36.194Z | Downloaded icu_collections v1.5.0 |
430 | 2025-03-05T23:01:36.195Z | Downloaded rustversion v1.0.17 |
431 | 2025-03-05T23:01:36.195Z | Downloaded progenitor v0.9.1 |
432 | 2025-03-05T23:01:36.195Z | Downloaded powerfmt v0.2.0 |
433 | 2025-03-05T23:01:36.195Z | Downloaded writeable v0.5.5 |
434 | 2025-03-05T23:01:36.195Z | Downloaded tar v0.4.40 |
435 | 2025-03-05T23:01:36.221Z | Downloaded serde_derive v1.0.217 |
436 | 2025-03-05T23:01:36.221Z | Downloaded hyper-util v0.1.9 |
437 | 2025-03-05T23:01:36.222Z | Downloaded num_enum_derive v0.7.2 |
438 | 2025-03-05T23:01:36.222Z | Downloaded num-iter v0.1.45 |
439 | 2025-03-05T23:01:36.222Z | Downloaded num-derive v0.4.2 |
440 | 2025-03-05T23:01:36.222Z | Downloaded aho-corasick v1.1.3 |
441 | 2025-03-05T23:01:36.222Z | Downloaded xattr v1.3.1 |
442 | 2025-03-05T23:01:36.222Z | Downloaded thiserror v2.0.11 |
443 | 2025-03-05T23:01:36.251Z | Downloaded thiserror v1.0.64 |
444 | 2025-03-05T23:01:36.251Z | Downloaded semver v1.0.24 |
445 | 2025-03-05T23:01:36.251Z | Downloaded icu_provider v1.5.0 |
446 | 2025-03-05T23:01:36.251Z | Downloaded icu_locid_transform_data v1.5.0 |
447 | 2025-03-05T23:01:36.251Z | Downloaded icu_locid_transform v1.5.0 |
448 | 2025-03-05T23:01:36.251Z | Downloaded num-integer v0.1.46 |
449 | 2025-03-05T23:01:36.252Z | Downloaded dropshot v0.12.0 |
450 | 2025-03-05T23:01:36.280Z | Downloaded ring v0.17.8 |
451 | 2025-03-05T23:01:36.339Z | Downloaded want v0.3.1 |
452 | 2025-03-05T23:01:36.364Z | Downloaded waitgroup v0.1.2 |
453 | 2025-03-05T23:01:36.364Z | Downloaded thread-id v4.2.1 |
454 | 2025-03-05T23:01:36.364Z | Downloaded term v0.7.0 |
455 | 2025-03-05T23:01:36.364Z | Downloaded tempfile v3.10.1 |
456 | 2025-03-05T23:01:36.365Z | Downloaded tabwriter v1.4.0 |
457 | 2025-03-05T23:01:36.365Z | Downloaded serde_derive_internals v0.29.1 |
458 | 2025-03-05T23:01:36.365Z | Downloaded icu_normalizer_data v1.5.0 |
459 | 2025-03-05T23:01:36.365Z | Downloaded iana-time-zone v0.1.60 |
460 | 2025-03-05T23:01:36.365Z | Downloaded percent-encoding v2.3.1 |
461 | 2025-03-05T23:01:36.365Z | Downloaded paste v1.0.15 |
462 | 2025-03-05T23:01:36.365Z | Downloaded num_enum_derive v0.5.11 |
463 | 2025-03-05T23:01:36.365Z | Downloaded cc v1.0.97 |
464 | 2025-03-05T23:01:36.390Z | Downloaded thiserror-impl v1.0.64 |
465 | 2025-03-05T23:01:36.390Z | Downloaded serde_arrays v0.1.0 |
466 | 2025-03-05T23:01:36.391Z | Downloaded sct v0.7.1 |
467 | 2025-03-05T23:01:36.391Z | Downloaded icu_normalizer v1.5.0 |
468 | 2025-03-05T23:01:36.391Z | Downloaded tap v1.0.1 |
469 | 2025-03-05T23:01:36.391Z | Downloaded synstructure v0.13.1 |
470 | 2025-03-05T23:01:36.391Z | Downloaded futures v0.3.30 |
471 | 2025-03-05T23:01:36.391Z | Downloaded form_urlencoded v1.2.1 |
472 | 2025-03-05T23:01:36.391Z | Downloaded pretty-hex v0.4.1 |
473 | 2025-03-05T23:01:36.391Z | Downloaded pretty-hex v0.2.1 |
474 | 2025-03-05T23:01:36.391Z | Downloaded serde_spanned v0.6.7 |
475 | 2025-03-05T23:01:36.391Z | Downloaded serde_repr v0.1.19 |
476 | 2025-03-05T23:01:36.391Z | Downloaded serde_path_to_error v0.1.16 |
477 | 2025-03-05T23:01:36.391Z | Downloaded serde-big-array v0.5.1 |
478 | 2025-03-05T23:01:36.417Z | Downloaded semver v0.1.20 |
479 | 2025-03-05T23:01:36.417Z | Downloaded scroll_derive v0.12.0 |
480 | 2025-03-05T23:01:36.417Z | Downloaded aes-gcm-siv v0.11.1 |
481 | 2025-03-05T23:01:36.417Z | Downloaded newtype-uuid v1.1.0 |
482 | 2025-03-05T23:01:36.417Z | Downloaded escargot v0.5.10 |
483 | 2025-03-05T23:01:36.417Z | Downloaded darling v0.20.9 |
484 | 2025-03-05T23:01:36.417Z | Downloaded hyper-rustls v0.27.3 |
485 | 2025-03-05T23:01:36.417Z | Downloaded futures-io v0.3.30 |
486 | 2025-03-05T23:01:36.417Z | Downloaded ucd-trie v0.1.6 |
487 | 2025-03-05T23:01:36.418Z | Downloaded num v0.4.3 |
488 | 2025-03-05T23:01:36.418Z | Downloaded futures-executor v0.3.30 |
489 | 2025-03-05T23:01:36.418Z | Downloaded futures-core v0.3.31 |
490 | 2025-03-05T23:01:36.418Z | Downloaded futures-channel v0.3.30 |
491 | 2025-03-05T23:01:36.418Z | Downloaded funty v2.0.0 |
492 | 2025-03-05T23:01:36.418Z | Downloaded foreign-types-macros v0.2.3 |
493 | 2025-03-05T23:01:36.443Z | Downloaded usdt-macro v0.5.0 |
494 | 2025-03-05T23:01:36.443Z | Downloaded usdt-impl v0.3.5 |
495 | 2025-03-05T23:01:36.443Z | Downloaded progenitor-client v0.9.1 |
496 | 2025-03-05T23:01:36.443Z | Downloaded num_enum v0.5.11 |
497 | 2025-03-05T23:01:36.443Z | Downloaded dropshot_endpoint v0.12.0 |
498 | 2025-03-05T23:01:36.443Z | Downloaded foreign-types-shared v0.1.1 |
499 | 2025-03-05T23:01:36.443Z | Downloaded utf8_iter v1.0.4 |
500 | 2025-03-05T23:01:36.443Z | Downloaded utf16_iter v1.0.5 |
501 | 2025-03-05T23:01:36.444Z | Downloaded libsqlite3-sys v0.30.1 |
502 | 2025-03-05T23:01:36.518Z | Downloaded utf-8 v0.7.6 |
503 | 2025-03-05T23:01:36.543Z | Downloaded usdt-macro v0.3.5 |
504 | 2025-03-05T23:01:36.543Z | Downloaded usdt-impl v0.5.0 |
505 | 2025-03-05T23:01:36.543Z | Downloaded usdt-attr-macro v0.5.0 |
506 | 2025-03-05T23:01:36.543Z | Downloaded usdt-attr-macro v0.3.5 |
507 | 2025-03-05T23:01:36.544Z | Downloaded usdt v0.5.0 |
508 | 2025-03-05T23:01:36.544Z | Downloaded usdt v0.3.5 |
509 | 2025-03-05T23:01:36.544Z | Downloaded untrusted v0.9.0 |
510 | 2025-03-05T23:01:36.544Z | Downloaded typify-macro v0.3.0 |
511 | 2025-03-05T23:01:36.544Z | Downloaded progenitor-client v0.8.0 |
512 | 2025-03-05T23:01:36.544Z | Downloaded debug-ignore v1.0.5 |
513 | 2025-03-05T23:01:36.544Z | Downloaded clap_builder v4.5.2 |
514 | 2025-03-05T23:01:36.544Z | Downloaded chrono v0.4.38 |
515 | 2025-03-05T23:01:36.571Z | Downloaded blake2 v0.10.6 |
516 | 2025-03-05T23:01:36.571Z | Downloaded bitvec v1.0.1 |
517 | 2025-03-05T23:01:36.571Z | Downloaded base64 v0.22.1 |
518 | 2025-03-05T23:01:36.597Z | Downloaded atomic-waker v1.1.2 |
519 | 2025-03-05T23:01:36.597Z | Downloaded opaque-debug v0.3.1 |
520 | 2025-03-05T23:01:36.597Z | Downloaded omicron-workspace-hack v0.1.0 |
521 | 2025-03-05T23:01:36.597Z | Downloaded num_threads v0.1.7 |
522 | 2025-03-05T23:01:36.597Z | Downloaded num-conv v0.1.0 |
523 | 2025-03-05T23:01:36.597Z | Downloaded aes v0.8.4 |
524 | 2025-03-05T23:01:36.597Z | Downloaded ctr v0.9.2 |
525 | 2025-03-05T23:01:36.597Z | Downloaded crossbeam-channel v0.5.12 |
526 | 2025-03-05T23:01:36.597Z | Downloaded const_format v0.2.32 |
527 | 2025-03-05T23:01:36.597Z | Downloaded bytes v1.9.0 |
528 | 2025-03-05T23:01:36.623Z | Downloaded base64 v0.21.7 |
529 | 2025-03-05T23:01:36.623Z | Downloaded newtype_derive v0.1.6 |
530 | 2025-03-05T23:01:36.623Z | Downloaded mime v0.3.17 |
531 | 2025-03-05T23:01:36.623Z | Downloaded managed v0.8.0 |
532 | 2025-03-05T23:01:36.623Z | Downloaded dof v0.3.0 |
533 | 2025-03-05T23:01:36.623Z | Downloaded derive_more v0.99.18 |
534 | 2025-03-05T23:01:36.623Z | Downloaded derive-where v1.2.7 |
535 | 2025-03-05T23:01:36.623Z | Downloaded crossbeam-utils v0.8.19 |
536 | 2025-03-05T23:01:36.649Z | Downloaded crossbeam-epoch v0.9.18 |
537 | 2025-03-05T23:01:36.649Z | Downloaded cookie v0.18.1 |
538 | 2025-03-05T23:01:36.649Z | Downloaded clap v4.5.4 |
539 | 2025-03-05T23:01:36.649Z | Downloaded cancel-safe-futures v0.1.5 |
540 | 2025-03-05T23:01:36.649Z | Downloaded allocator-api2 v0.2.18 |
541 | 2025-03-05T23:01:36.649Z | Downloaded embedded-io v0.4.0 |
542 | 2025-03-05T23:01:36.675Z | Downloaded either v1.13.0 |
543 | 2025-03-05T23:01:36.675Z | Downloaded dirs-sys-next v0.1.2 |
544 | 2025-03-05T23:01:36.675Z | Downloaded deranged v0.3.11 |
545 | 2025-03-05T23:01:36.675Z | Downloaded defmt v0.3.8 |
546 | 2025-03-05T23:01:36.675Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2025-03-05T23:01:36.675Z | Downloaded cpufeatures v0.2.12 |
548 | 2025-03-05T23:01:36.675Z | Downloaded convert_case v0.4.0 |
549 | 2025-03-05T23:01:36.675Z | Downloaded console v0.15.8 |
550 | 2025-03-05T23:01:36.675Z | Downloaded clap_derive v4.5.4 |
551 | 2025-03-05T23:01:36.675Z | Downloaded bitflags v2.6.0 |
552 | 2025-03-05T23:01:36.675Z | Downloaded argon2 v0.5.3 |
553 | 2025-03-05T23:01:36.675Z | Downloaded anyhow v1.0.89 |
554 | 2025-03-05T23:01:36.701Z | Downloaded enum-as-inner v0.6.0 |
555 | 2025-03-05T23:01:36.701Z | Downloaded defmt-parser v0.3.4 |
556 | 2025-03-05T23:01:36.701Z | Downloaded defmt-macros v0.3.9 |
557 | 2025-03-05T23:01:36.701Z | Downloaded data-encoding v2.6.0 |
558 | 2025-03-05T23:01:36.701Z | Downloaded ctrlc v3.4.4 |
559 | 2025-03-05T23:01:36.701Z | Downloaded cobs v0.2.3 |
560 | 2025-03-05T23:01:36.701Z | Downloaded cipher v0.4.4 |
561 | 2025-03-05T23:01:36.701Z | Downloaded cargo_metadata v0.18.1 |
562 | 2025-03-05T23:01:36.702Z | Downloaded camino-tempfile v1.1.1 |
563 | 2025-03-05T23:01:36.702Z | Downloaded camino v1.1.9 |
564 | 2025-03-05T23:01:36.702Z | Downloaded base64ct v1.6.0 |
565 | 2025-03-05T23:01:36.727Z | Downloaded ascii v1.1.0 |
566 | 2025-03-05T23:01:36.727Z | Downloaded dyn-clone v1.0.17 |
567 | 2025-03-05T23:01:36.727Z | Downloaded dof v0.1.5 |
568 | 2025-03-05T23:01:36.727Z | Downloaded displaydoc v0.2.5 |
569 | 2025-03-05T23:01:36.727Z | Downloaded dirs-next v2.0.0 |
570 | 2025-03-05T23:01:36.727Z | Downloaded digest v0.10.7 |
571 | 2025-03-05T23:01:36.727Z | Downloaded crypto-common v0.1.6 |
572 | 2025-03-05T23:01:36.727Z | Downloaded const_format_proc_macros v0.2.32 |
573 | 2025-03-05T23:01:36.727Z | Downloaded colored v2.1.0 |
574 | 2025-03-05T23:01:36.727Z | Downloaded colorchoice v1.0.1 |
575 | 2025-03-05T23:01:36.727Z | Downloaded clap_lex v0.7.0 |
576 | 2025-03-05T23:01:36.728Z | Downloaded bincode v1.3.3 |
577 | 2025-03-05T23:01:36.728Z | Downloaded async-trait v0.1.83 |
578 | 2025-03-05T23:01:36.754Z | Downloaded anstream v0.6.14 |
579 | 2025-03-05T23:01:36.754Z | Downloaded cfg-if v1.0.0 |
580 | 2025-03-05T23:01:36.754Z | Downloaded cargo-platform v0.1.8 |
581 | 2025-03-05T23:01:36.754Z | Downloaded byteorder v1.5.0 |
582 | 2025-03-05T23:01:36.754Z | Downloaded bitflags v1.3.2 |
583 | 2025-03-05T23:01:36.754Z | Downloaded bit_field v0.10.2 |
584 | 2025-03-05T23:01:36.754Z | Downloaded backoff v0.4.0 |
585 | 2025-03-05T23:01:36.754Z | Downloaded autocfg v1.3.0 |
586 | 2025-03-05T23:01:36.754Z | Downloaded anstyle-query v1.0.3 |
587 | 2025-03-05T23:01:36.754Z | Downloaded anstyle v1.0.7 |
588 | 2025-03-05T23:01:36.754Z | Downloaded ahash v0.8.11 |
589 | 2025-03-05T23:01:36.754Z | Downloaded dtrace-parser v0.2.0 |
590 | 2025-03-05T23:01:36.754Z | Downloaded dtrace-parser v0.1.14 |
591 | 2025-03-05T23:01:36.754Z | Downloaded darling_macro v0.20.9 |
592 | 2025-03-05T23:01:36.780Z | Downloaded crucible-workspace-hack v0.1.0 |
593 | 2025-03-05T23:01:36.780Z | Downloaded cfg_aliases v0.2.1 |
594 | 2025-03-05T23:01:36.780Z | Downloaded block-buffer v0.10.4 |
595 | 2025-03-05T23:01:36.780Z | Downloaded bitstruct_derive v0.1.0 |
596 | 2025-03-05T23:01:36.780Z | Downloaded bitstruct v0.1.1 |
597 | 2025-03-05T23:01:36.780Z | Downloaded async-stream v0.3.5 |
598 | 2025-03-05T23:01:36.780Z | Downloaded async-recursion v1.1.1 |
599 | 2025-03-05T23:01:36.780Z | Downloaded anstyle-parse v0.2.4 |
600 | 2025-03-05T23:01:36.780Z | Downloaded aead v0.5.2 |
601 | 2025-03-05T23:01:36.780Z | Downloaded atty v0.2.14 |
602 | 2025-03-05T23:01:37.021Z | Compiling proc-macro2 v1.0.92 |
603 | 2025-03-05T23:01:37.022Z | Compiling unicode-ident v1.0.14 |
604 | 2025-03-05T23:01:37.022Z | Compiling libc v0.2.169 |
605 | 2025-03-05T23:01:37.047Z | Compiling serde v1.0.217 |
606 | 2025-03-05T23:01:37.048Z | Compiling autocfg v1.3.0 |
607 | 2025-03-05T23:01:37.048Z | Compiling once_cell v1.19.0 |
608 | 2025-03-05T23:01:37.048Z | Checking cfg-if v1.0.0 |
609 | 2025-03-05T23:01:37.048Z | Compiling version_check v0.9.5 |
610 | 2025-03-05T23:01:37.267Z | Compiling serde_json v1.0.135 |
611 | 2025-03-05T23:01:37.308Z | Compiling memchr v2.7.2 |
612 | 2025-03-05T23:01:37.498Z | Compiling thiserror v1.0.64 |
613 | 2025-03-05T23:01:37.702Z | Compiling libm v0.2.8 |
614 | 2025-03-05T23:01:37.810Z | Compiling itoa v1.0.11 |
615 | 2025-03-05T23:01:38.170Z | Compiling lock_api v0.4.12 |
616 | 2025-03-05T23:01:38.234Z | Compiling parking_lot_core v0.9.10 |
617 | 2025-03-05T23:01:38.549Z | Compiling ryu v1.0.18 |
618 | 2025-03-05T23:01:38.787Z | Compiling schemars v0.8.21 |
619 | 2025-03-05T23:01:38.890Z | Compiling slab v0.4.9 |
620 | 2025-03-05T23:01:38.924Z | Compiling byteorder v1.5.0 |
621 | 2025-03-05T23:01:38.981Z | Compiling log v0.4.22 |
622 | 2025-03-05T23:01:39.147Z | Compiling num-traits v0.2.19 |
623 | 2025-03-05T23:01:39.232Z | Compiling quote v1.0.38 |
624 | 2025-03-05T23:01:39.284Z | Checking getrandom v0.2.14 |
625 | 2025-03-05T23:01:39.343Z | Compiling jobserver v0.1.31 |
626 | 2025-03-05T23:01:39.416Z | Compiling pkg-config v0.3.30 |
627 | 2025-03-05T23:01:39.527Z | Checking smallvec v1.13.2 |
628 | 2025-03-05T23:01:39.639Z | Compiling syn v2.0.96 |
629 | 2025-03-05T23:01:39.742Z | Compiling cc v1.0.97 |
630 | 2025-03-05T23:01:39.767Z | Compiling vcpkg v0.2.15 |
631 | 2025-03-05T23:01:39.922Z | Checking pin-project-lite v0.2.14 |
632 | 2025-03-05T23:01:40.037Z | Compiling ahash v0.8.11 |
633 | 2025-03-05T23:01:40.063Z | Compiling hashbrown v0.15.2 |
634 | 2025-03-05T23:01:40.174Z | Compiling equivalent v1.0.1 |
635 | 2025-03-05T23:01:40.313Z | Compiling semver v1.0.24 |
636 | 2025-03-05T23:01:40.435Z | Checking scopeguard v1.2.0 |
637 | 2025-03-05T23:01:40.878Z | Checking signal-hook-registry v1.4.2 |
638 | 2025-03-05T23:01:40.933Z | Checking mio v1.0.2 |
639 | 2025-03-05T23:01:41.028Z | Checking socket2 v0.5.7 |
640 | 2025-03-05T23:01:41.104Z | Compiling fnv v1.0.7 |
641 | 2025-03-05T23:01:41.129Z | Checking parking_lot v0.12.2 |
642 | 2025-03-05T23:01:41.236Z | Compiling httparse v1.8.0 |
643 | 2025-03-05T23:01:41.402Z | Compiling heck v0.5.0 |
644 | 2025-03-05T23:01:41.440Z | Compiling typenum v1.17.0 |
645 | 2025-03-05T23:01:41.466Z | Checking iana-time-zone v0.1.60 |
646 | 2025-03-05T23:01:41.637Z | Compiling generic-array v0.14.7 |
647 | 2025-03-05T23:01:41.673Z | Checking futures-core v0.3.31 |
648 | 2025-03-05T23:01:41.789Z | Checking dyn-clone v1.0.17 |
649 | 2025-03-05T23:01:41.859Z | Checking stable_deref_trait v1.2.0 |
650 | 2025-03-05T23:01:41.972Z | Checking futures-sink v0.3.30 |
651 | 2025-03-05T23:01:42.050Z | Compiling ring v0.17.8 |
652 | 2025-03-05T23:01:42.113Z | Compiling openssl-sys v0.9.106 |
653 | 2025-03-05T23:01:42.138Z | Checking rand_core v0.6.4 |
654 | 2025-03-05T23:01:42.347Z | Checking subtle v2.5.0 |
655 | 2025-03-05T23:01:42.374Z | Compiling allocator-api2 v0.2.18 |
656 | 2025-03-05T23:01:42.400Z | Compiling slog v2.7.0 |
657 | 2025-03-05T23:01:42.546Z | Checking futures-channel v0.3.30 |
658 | 2025-03-05T23:01:42.872Z | Checking pin-utils v0.1.0 |
659 | 2025-03-05T23:01:42.917Z | Checking futures-io v0.3.30 |
660 | 2025-03-05T23:01:42.963Z | Compiling ucd-trie v0.1.6 |
661 | 2025-03-05T23:01:43.000Z | Checking futures-task v0.3.30 |
662 | 2025-03-05T23:01:43.064Z | Compiling aho-corasick v1.1.3 |
663 | 2025-03-05T23:01:43.165Z | Compiling openssl v0.10.71 |
664 | 2025-03-05T23:01:43.202Z | Compiling regex-syntax v0.8.5 |
665 | 2025-03-05T23:01:43.373Z | Compiling rustversion v1.0.17 |
666 | 2025-03-05T23:01:43.399Z | Checking spin v0.9.8 |
667 | 2025-03-05T23:01:43.584Z | Compiling rustls v0.23.10 |
668 | 2025-03-05T23:01:43.610Z | Compiling syn v1.0.109 |
669 | 2025-03-05T23:01:43.891Z | Compiling native-tls v0.2.11 |
670 | 2025-03-05T23:01:44.158Z | Checking untrusted v0.9.0 |
671 | 2025-03-05T23:01:44.321Z | Checking tracing-core v0.1.32 |
672 | 2025-03-05T23:01:44.887Z | Compiling heck v0.4.1 |
673 | 2025-03-05T23:01:45.015Z | Checking writeable v0.5.5 |
674 | 2025-03-05T23:01:45.210Z | Checking litemap v0.7.4 |
675 | 2025-03-05T23:01:45.301Z | Compiling synstructure v0.13.1 |
676 | 2025-03-05T23:01:45.536Z | Compiling serde_derive_internals v0.29.1 |
677 | 2025-03-05T23:01:46.068Z | Compiling regex-automata v0.4.9 |
678 | 2025-03-05T23:01:46.117Z | Checking icu_locid_transform_data v1.5.0 |
679 | 2025-03-05T23:01:46.216Z | Compiling num-conv v0.1.0 |
680 | 2025-03-05T23:01:46.279Z | Checking percent-encoding v2.3.1 |
681 | 2025-03-05T23:01:46.462Z | Compiling time-core v0.1.2 |
682 | 2025-03-05T23:01:46.489Z | Checking rustls-pki-types v1.7.0 |
683 | 2025-03-05T23:01:46.623Z | Compiling anyhow v1.0.89 |
684 | 2025-03-05T23:01:46.830Z | Compiling time-macros v0.2.18 |
685 | 2025-03-05T23:01:47.044Z | Checking form_urlencoded v1.2.1 |
686 | 2025-03-05T23:01:47.237Z | Checking crypto-common v0.1.6 |
687 | 2025-03-05T23:01:47.414Z | Checking icu_properties_data v1.5.0 |
688 | 2025-03-05T23:01:47.775Z | Compiling thread-id v4.2.1 |
689 | 2025-03-05T23:01:47.889Z | Checking utf16_iter v1.0.5 |
690 | 2025-03-05T23:01:48.113Z | Checking write16 v1.0.0 |
691 | 2025-03-05T23:01:48.210Z | Checking zeroize v1.7.0 |
692 | 2025-03-05T23:01:48.238Z | Checking utf8_iter v1.0.4 |
693 | 2025-03-05T23:01:48.386Z | Compiling serde_derive v1.0.217 |
694 | 2025-03-05T23:01:48.435Z | Compiling thiserror-impl v1.0.64 |
695 | 2025-03-05T23:01:48.460Z | Compiling tokio-macros v2.4.0 |
696 | 2025-03-05T23:01:48.915Z | Compiling zerocopy-derive v0.7.34 |
697 | 2025-03-05T23:01:49.459Z | Compiling schemars_derive v0.8.21 |
698 | 2025-03-05T23:01:49.629Z | Compiling zerofrom-derive v0.1.5 |
699 | 2025-03-05T23:01:50.493Z | Compiling yoke-derive v0.7.5 |
700 | 2025-03-05T23:01:50.518Z | Compiling zerovec-derive v0.10.3 |
701 | 2025-03-05T23:01:51.290Z | Compiling displaydoc v0.2.5 |
702 | 2025-03-05T23:01:51.686Z | Compiling futures-macro v0.3.30 |
703 | 2025-03-05T23:01:51.892Z | Compiling icu_provider_macros v1.5.0 |
704 | 2025-03-05T23:01:52.134Z | Compiling zerocopy v0.7.34 |
705 | 2025-03-05T23:01:52.385Z | Compiling pest v2.7.10 |
706 | 2025-03-05T23:01:52.428Z | Checking zerofrom v0.1.5 |
707 | 2025-03-05T23:01:52.519Z | Compiling openssl-macros v0.1.1 |
708 | 2025-03-05T23:01:52.611Z | Checking yoke v0.7.5 |
709 | 2025-03-05T23:01:52.792Z | Compiling regex v1.11.1 |
710 | 2025-03-05T23:01:52.938Z | Checking zerovec v0.10.4 |
711 | 2025-03-05T23:01:53.253Z | Checking futures-util v0.3.30 |
712 | 2025-03-05T23:01:53.278Z | Compiling tracing-attributes v0.1.27 |
713 | 2025-03-05T23:01:53.589Z | Compiling hashbrown v0.14.5 |
714 | 2025-03-05T23:01:53.665Z | Compiling scroll_derive v0.12.0 |
715 | 2025-03-05T23:01:54.320Z | Checking tinystr v0.7.6 |
716 | 2025-03-05T23:01:54.570Z | Compiling regress v0.10.1 |
717 | 2025-03-05T23:01:54.602Z | Compiling pest_meta v2.7.10 |
718 | 2025-03-05T23:01:54.840Z | Checking icu_locid v1.5.0 |
719 | 2025-03-05T23:01:54.866Z | Checking icu_collections v1.5.0 |
720 | 2025-03-05T23:01:55.542Z | Checking tracing v0.1.40 |
721 | 2025-03-05T23:01:55.568Z | Checking icu_provider v1.5.0 |
722 | 2025-03-05T23:01:55.811Z | Compiling pest_generator v2.7.10 |
723 | 2025-03-05T23:01:56.097Z | Checking icu_locid_transform v1.5.0 |
724 | 2025-03-05T23:01:56.187Z | Checking atomic-waker v1.1.2 |
725 | 2025-03-05T23:01:56.314Z | Checking icu_normalizer_data v1.5.0 |
726 | 2025-03-05T23:01:56.404Z | Checking rustls-webpki v0.102.4 |
727 | 2025-03-05T23:01:56.881Z | Checking icu_properties v1.5.1 |
728 | 2025-03-05T23:01:56.992Z | Compiling strsim v0.11.1 |
729 | 2025-03-05T23:01:57.056Z | Checking try-lock v0.2.5 |
730 | 2025-03-05T23:01:57.081Z | Compiling camino v1.1.9 |
731 | 2025-03-05T23:01:57.190Z | Checking bytes v1.9.0 |
732 | 2025-03-05T23:01:57.395Z | Checking chrono v0.4.38 |
733 | 2025-03-05T23:01:57.762Z | Compiling indexmap v2.7.0 |
734 | 2025-03-05T23:01:57.856Z | Checking tokio v1.40.0 |
735 | 2025-03-05T23:01:57.956Z | Compiling serde_tokenstream v0.2.2 |
736 | 2025-03-05T23:01:58.435Z | Checking uuid v1.10.0 |
737 | 2025-03-05T23:01:58.469Z | Checking bitflags v2.6.0 |
738 | 2025-03-05T23:01:59.042Z | Compiling http v1.2.0 |
739 | 2025-03-05T23:01:59.410Z | Compiling pest_derive v2.7.10 |
740 | 2025-03-05T23:01:59.620Z | Checking icu_normalizer v1.5.0 |
741 | 2025-03-05T23:01:59.885Z | Compiling openapiv3 v2.0.0 |
742 | 2025-03-05T23:02:00.174Z | Checking want v0.3.1 |
743 | 2025-03-05T23:02:00.241Z | Checking idna_adapter v1.2.0 |
744 | 2025-03-05T23:02:00.312Z | Checking base64 v0.22.1 |
745 | 2025-03-05T23:02:00.340Z | Checking http-body v1.0.1 |
746 | 2025-03-05T23:02:00.364Z | Checking httpdate v1.0.3 |
747 | 2025-03-05T23:02:00.413Z | Checking ppv-lite86 v0.2.17 |
748 | 2025-03-05T23:02:00.529Z | Checking idna v1.0.3 |
749 | 2025-03-05T23:02:00.617Z | Compiling unsafe-libyaml v0.2.11 |
750 | 2025-03-05T23:02:00.948Z | Checking rand_chacha v0.3.1 |
751 | 2025-03-05T23:02:00.974Z | Checking tower-service v0.3.2 |
752 | 2025-03-05T23:02:00.998Z | Compiling ident_case v1.0.1 |
753 | 2025-03-05T23:02:01.096Z | Checking url v2.5.4 |
754 | 2025-03-05T23:02:01.158Z | Compiling darling_core v0.20.9 |
755 | 2025-03-05T23:02:01.256Z | Checking rand v0.8.5 |
756 | 2025-03-05T23:02:01.715Z | Compiling serde_yaml v0.9.34+deprecated |
757 | 2025-03-05T23:02:01.767Z | Compiling scroll v0.12.0 |
758 | 2025-03-05T23:02:01.905Z | Compiling usdt-impl v0.5.0 |
759 | 2025-03-05T23:02:02.133Z | Compiling plain v0.2.3 |
760 | 2025-03-05T23:02:02.222Z | Compiling typify-impl v0.2.0 |
761 | 2025-03-05T23:02:02.259Z | Checking foreign-types-shared v0.1.1 |
762 | 2025-03-05T23:02:02.380Z | Checking foreign-types v0.3.2 |
763 | 2025-03-05T23:02:02.447Z | Compiling goblin v0.8.2 |
764 | 2025-03-05T23:02:02.482Z | Checking http-body-util v0.1.2 |
765 | 2025-03-05T23:02:02.843Z | Compiling strum_macros v0.26.2 |
766 | 2025-03-05T23:02:03.550Z | Checking tokio-util v0.7.11 |
767 | 2025-03-05T23:02:03.917Z | Checking encoding_rs v0.8.34 |
768 | 2025-03-05T23:02:04.195Z | Checking h2 v0.4.6 |
769 | 2025-03-05T23:02:04.323Z | Compiling pretty-hex v0.4.1 |
770 | 2025-03-05T23:02:04.349Z | Checking cpufeatures v0.2.12 |
771 | 2025-03-05T23:02:04.526Z | Checking mime v0.3.17 |
772 | 2025-03-05T23:02:05.213Z | Compiling darling_macro v0.20.9 |
773 | 2025-03-05T23:02:05.671Z | Checking rustls-pemfile v2.1.3 |
774 | 2025-03-05T23:02:05.894Z | Compiling dtrace-parser v0.2.0 |
775 | 2025-03-05T23:02:05.919Z | Checking serde_urlencoded v0.7.1 |
776 | 2025-03-05T23:02:06.035Z | Compiling darling v0.20.9 |
777 | 2025-03-05T23:02:06.281Z | Compiling async-trait v0.1.83 |
778 | 2025-03-05T23:02:07.114Z | Compiling dof v0.3.0 |
779 | 2025-03-05T23:02:07.521Z | Checking hyper v1.4.1 |
780 | 2025-03-05T23:02:07.884Z | Checking block-buffer v0.10.4 |
781 | 2025-03-05T23:02:08.286Z | Compiling omicron-workspace-hack v0.1.0 |
782 | 2025-03-05T23:02:08.311Z | Checking openssl-probe v0.1.5 |
783 | 2025-03-05T23:02:08.453Z | Checking digest v0.10.7 |
784 | 2025-03-05T23:02:08.765Z | Compiling serde_with_macros v3.11.0 |
785 | 2025-03-05T23:02:09.146Z | Checking hyper-util v0.1.9 |
786 | 2025-03-05T23:02:09.495Z | Compiling toml_datetime v0.6.8 |
787 | 2025-03-05T23:02:09.796Z | Checking ipnet v2.9.0 |
788 | 2025-03-05T23:02:09.853Z | Compiling rustls v0.22.4 |
789 | 2025-03-05T23:02:10.218Z | Checking tokio-native-tls v0.3.1 |
790 | 2025-03-05T23:02:10.414Z | Checking webpki-roots v0.26.3 |
791 | 2025-03-05T23:02:10.451Z | Compiling crossbeam-utils v0.8.19 |
792 | 2025-03-05T23:02:10.476Z | Compiling paste v1.0.15 |
793 | 2025-03-05T23:02:10.595Z | Compiling slog-async v2.8.0 |
794 | 2025-03-05T23:02:10.668Z | Checking hyper-tls v0.6.0 |
795 | 2025-03-05T23:02:10.872Z | Compiling typify-macro v0.2.0 |
796 | 2025-03-05T23:02:11.001Z | Compiling usdt-attr-macro v0.5.0 |
797 | 2025-03-05T23:02:11.099Z | Compiling usdt-macro v0.5.0 |
798 | 2025-03-05T23:02:11.427Z | Checking sync_wrapper v1.0.1 |
799 | 2025-03-05T23:02:11.452Z | Compiling multer v3.1.0 |
800 | 2025-03-05T23:02:11.755Z | Compiling rustix v0.38.34 |
801 | 2025-03-05T23:02:12.463Z | Checking serde_spanned v0.6.7 |
802 | 2025-03-05T23:02:12.505Z | Checking futures-executor v0.3.30 |
803 | 2025-03-05T23:02:12.636Z | Compiling async-stream-impl v0.3.5 |
804 | 2025-03-05T23:02:12.724Z | Checking errno v0.3.9 |
805 | 2025-03-05T23:02:13.063Z | Checking powerfmt v0.2.0 |
806 | 2025-03-05T23:02:13.223Z | Checking futures v0.3.30 |
807 | 2025-03-05T23:02:13.248Z | Checking tokio-rustls v0.26.0 |
808 | 2025-03-05T23:02:13.324Z | Checking deranged v0.3.11 |
809 | 2025-03-05T23:02:13.566Z | Checking hyper-rustls v0.27.3 |
810 | 2025-03-05T23:02:13.666Z | Checking sha1 v0.10.6 |
811 | 2025-03-05T23:02:13.744Z | Compiling typify v0.2.0 |
812 | 2025-03-05T23:02:13.855Z | Compiling progenitor-impl v0.8.0 |
813 | 2025-03-05T23:02:13.881Z | Checking reqwest v0.12.7 |
814 | 2025-03-05T23:02:14.105Z | Checking is-terminal v0.4.12 |
815 | 2025-03-05T23:02:14.219Z | Compiling dropshot v0.12.0 |
816 | 2025-03-05T23:02:14.524Z | Checking num_threads v0.1.7 |
817 | 2025-03-05T23:02:14.654Z | Checking time v0.3.36 |
818 | 2025-03-05T23:02:14.698Z | Checking strum v0.26.2 |
819 | 2025-03-05T23:02:14.747Z | Compiling dropshot_endpoint v0.12.0 |
820 | 2025-03-05T23:02:15.266Z | Compiling structmeta-derive v0.3.0 |
821 | 2025-03-05T23:02:16.477Z | Checking serde_with v3.11.0 |
822 | 2025-03-05T23:02:16.985Z | Checking dirs-sys-next v0.1.2 |
823 | 2025-03-05T23:02:17.141Z | Compiling structmeta v0.3.0 |
824 | 2025-03-05T23:02:17.639Z | Checking match_cfg v0.1.0 |
825 | 2025-03-05T23:02:17.845Z | Checking winnow v0.6.18 |
826 | 2025-03-05T23:02:18.064Z | Checking hostname v0.3.1 |
827 | 2025-03-05T23:02:18.200Z | Compiling parse-display-derive v0.10.0 |
828 | 2025-03-05T23:02:18.273Z | Compiling progenitor-macro v0.8.0 |
829 | 2025-03-05T23:02:19.481Z | Checking dirs-next v2.0.0 |
830 | 2025-03-05T23:02:20.156Z | Checking ipnetwork v0.20.0 |
831 | 2025-03-05T23:02:20.181Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
832 | 2025-03-05T23:02:20.206Z | Checking thread_local v1.1.8 |
833 | 2025-03-05T23:02:21.027Z | Checking term v0.7.0 |
834 | 2025-03-05T23:02:21.053Z | Checking crossbeam-channel v0.5.12 |
835 | 2025-03-05T23:02:21.205Z | Checking memmap v0.7.0 |
836 | 2025-03-05T23:02:21.426Z | Checking take_mut v0.2.2 |
837 | 2025-03-05T23:02:21.452Z | Checking usdt v0.5.0 |
838 | 2025-03-05T23:02:21.452Z | Checking slog-term v2.9.1 |
839 | 2025-03-05T23:02:21.897Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
840 | 2025-03-05T23:02:21.988Z | Checking toml_edit v0.22.20 |
841 | 2025-03-05T23:02:22.459Z | Checking slog-json v2.6.1 |
842 | 2025-03-05T23:02:22.671Z | Checking progenitor-client v0.8.0 |
843 | 2025-03-05T23:02:22.972Z | Checking debug-ignore v1.0.5 |
844 | 2025-03-05T23:02:23.138Z | Compiling winnow v0.5.40 |
845 | 2025-03-05T23:02:24.161Z | Checking slog-bunyan v2.5.0 |
846 | 2025-03-05T23:02:24.318Z | Checking toml v0.8.19 |
847 | 2025-03-05T23:02:24.893Z | Checking async-stream v0.3.5 |
848 | 2025-03-05T23:02:25.246Z | Checking serde_path_to_error v0.1.16 |
849 | 2025-03-05T23:02:25.290Z | Checking waitgroup v0.1.2 |
850 | 2025-03-05T23:02:25.434Z | Checking hostname v0.4.0 |
851 | 2025-03-05T23:02:25.487Z | Checking tokio-rustls v0.25.0 |
852 | 2025-03-05T23:02:25.576Z | Compiling crucible-workspace-hack v0.1.0 |
853 | 2025-03-05T23:02:25.603Z | Compiling toml_edit v0.19.15 |
854 | 2025-03-05T23:02:25.944Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
855 | 2025-03-05T23:02:26.055Z | Checking newtype-uuid v1.1.0 |
856 | 2025-03-05T23:02:26.080Z | Compiling clap_derive v4.5.4 |
857 | 2025-03-05T23:02:26.247Z | Checking unicode-width v0.1.14 |
858 | 2025-03-05T23:02:26.485Z | Checking progenitor v0.8.0 |
859 | 2025-03-05T23:02:26.615Z | Checking utf8parse v0.2.1 |
860 | 2025-03-05T23:02:26.774Z | Checking anstyle-parse v0.2.4 |
861 | 2025-03-05T23:02:26.799Z | Checking hex v0.4.3 |
862 | 2025-03-05T23:02:27.039Z | Checking instant v0.1.12 |
863 | 2025-03-05T23:02:27.148Z | Checking lazy_static v1.5.0 |
864 | 2025-03-05T23:02:27.191Z | Checking colorchoice v1.0.1 |
865 | 2025-03-05T23:02:27.285Z | Checking anstyle-query v1.0.3 |
866 | 2025-03-05T23:02:27.329Z | Checking anstyle v1.0.7 |
867 | 2025-03-05T23:02:27.543Z | Checking is_terminal_polyfill v1.70.0 |
868 | 2025-03-05T23:02:27.623Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
869 | 2025-03-05T23:02:27.658Z | Checking anstream v0.6.14 |
870 | 2025-03-05T23:02:27.772Z | Compiling proc-macro-crate v1.3.1 |
871 | 2025-03-05T23:02:27.981Z | Checking backoff v0.4.0 |
872 | 2025-03-05T23:02:28.260Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
873 | 2025-03-05T23:02:28.449Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
874 | 2025-03-05T23:02:28.562Z | Checking parse-display v0.10.0 |
875 | 2025-03-05T23:02:28.635Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
876 | 2025-03-05T23:02:28.768Z | Checking terminal_size v0.3.0 |
877 | 2025-03-05T23:02:28.929Z | Checking macaddr v1.0.1 |
878 | 2025-03-05T23:02:29.214Z | Checking regress v0.9.1 |
879 | 2025-03-05T23:02:29.260Z | Checking num-integer v0.1.46 |
880 | 2025-03-05T23:02:29.399Z | Checking clap_lex v0.7.0 |
881 | 2025-03-05T23:02:29.660Z | Compiling unicode-xid v0.2.4 |
882 | 2025-03-05T23:02:30.085Z | Checking clap_builder v4.5.2 |
883 | 2025-03-05T23:02:31.781Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
884 | 2025-03-05T23:02:31.866Z | Compiling heapless v0.8.0 |
885 | 2025-03-05T23:02:32.657Z | Checking clap v4.5.4 |
886 | 2025-03-05T23:02:33.162Z | Compiling num_enum_derive v0.5.11 |
887 | 2025-03-05T23:02:33.200Z | Checking num-bigint v0.4.5 |
888 | 2025-03-05T23:02:33.770Z | Checking hash32 v0.3.1 |
889 | 2025-03-05T23:02:33.855Z | Checking fastrand v2.1.0 |
890 | 2025-03-05T23:02:33.954Z | Compiling smoltcp v0.11.0 |
891 | 2025-03-05T23:02:34.093Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
892 | 2025-03-05T23:02:34.128Z | Checking bitflags v1.3.2 |
893 | 2025-03-05T23:02:34.153Z | Checking either v1.13.0 |
894 | 2025-03-05T23:02:34.520Z | Checking tempfile v3.10.1 |
895 | 2025-03-05T23:02:34.842Z | Compiling synstructure v0.12.6 |
896 | 2025-03-05T23:02:34.926Z | Checking num_enum v0.5.11 |
897 | 2025-03-05T23:02:34.951Z | Checking num-rational v0.4.2 |
898 | 2025-03-05T23:02:35.059Z | Checking num-iter v0.1.45 |
899 | 2025-03-05T23:02:35.223Z | Checking num-complex v0.4.6 |
900 | 2025-03-05T23:02:35.277Z | Compiling proc-macro-error-attr v1.0.4 |
901 | 2025-03-05T23:02:35.496Z | Checking managed v0.8.0 |
902 | 2025-03-05T23:02:35.596Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
903 | 2025-03-05T23:02:35.651Z | Checking cobs v0.2.3 |
904 | 2025-03-05T23:02:35.841Z | Compiling zerocopy-derive v0.2.0 |
905 | 2025-03-05T23:02:35.841Z | Checking postcard v1.0.9 |
906 | 2025-03-05T23:02:35.946Z | Checking num v0.4.3 |
907 | 2025-03-05T23:02:36.508Z | Compiling foreign-types-macros v0.2.3 |
908 | 2025-03-05T23:02:36.697Z | Compiling libz-sys v1.1.16 |
909 | 2025-03-05T23:02:37.267Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
910 | 2025-03-05T23:02:37.315Z | Compiling proc-macro-error v1.0.4 |
911 | 2025-03-05T23:02:37.613Z | Checking pretty-hex v0.2.1 |
912 | 2025-03-05T23:02:37.642Z | Checking data-encoding v2.6.0 |
913 | 2025-03-05T23:02:37.886Z | Compiling thiserror v2.0.11 |
914 | 2025-03-05T23:02:38.153Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
915 | 2025-03-05T23:02:38.248Z | Checking foreign-types-shared v0.3.1 |
916 | 2025-03-05T23:02:38.312Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
917 | 2025-03-05T23:02:38.378Z | Checking foreign-types v0.5.0 |
918 | 2025-03-05T23:02:39.419Z | Checking tabwriter v1.4.0 |
919 | 2025-03-05T23:02:39.625Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
920 | 2025-03-05T23:02:39.650Z | Compiling thiserror-impl v2.0.11 |
921 | 2025-03-05T23:02:39.650Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
922 | 2025-03-05T23:02:40.362Z | Checking cstr-argument v0.1.2 |
923 | 2025-03-05T23:02:40.435Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
924 | 2025-03-05T23:02:40.635Z | Compiling prettyplease v0.2.22 |
925 | 2025-03-05T23:02:40.974Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
926 | 2025-03-05T23:02:41.247Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
927 | 2025-03-05T23:02:41.540Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
928 | 2025-03-05T23:02:42.005Z | Checking colored v2.1.0 |
929 | 2025-03-05T23:02:42.432Z | Compiling libgit2-sys v0.17.0+1.8.1 |
930 | 2025-03-05T23:02:42.893Z | Checking float-ord v0.3.2 |
931 | 2025-03-05T23:02:42.918Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
932 | 2025-03-05T23:02:43.134Z | Checking is_ci v1.2.0 |
933 | 2025-03-05T23:02:43.191Z | Checking unicode-segmentation v1.11.0 |
934 | 2025-03-05T23:02:43.282Z | Compiling semver v0.1.20 |
935 | 2025-03-05T23:02:43.308Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
936 | 2025-03-05T23:02:43.739Z | Checking newline-converter v0.3.0 |
937 | 2025-03-05T23:02:43.892Z | Compiling rustc_version v0.1.7 |
938 | 2025-03-05T23:02:43.992Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2025-03-05T23:02:44.842Z | Compiling zone_cfg_derive v0.3.0 |
940 | 2025-03-05T23:02:45.696Z | Checking camino-tempfile v1.1.1 |
941 | 2025-03-05T23:02:45.904Z | Checking itertools v0.10.5 |
942 | 2025-03-05T23:02:45.949Z | Checking console v0.15.8 |
943 | 2025-03-05T23:02:46.424Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
944 | 2025-03-05T23:02:46.725Z | Compiling num-derive v0.4.2 |
945 | 2025-03-05T23:02:47.616Z | Checking sigpipe v0.1.3 |
946 | 2025-03-05T23:02:47.641Z | Compiling usdt-impl v0.3.5 |
947 | 2025-03-05T23:02:47.726Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2025-03-05T23:02:47.975Z | Checking similar v2.5.0 |
949 | 2025-03-05T23:02:48.057Z | Checking base64 v0.21.7 |
950 | 2025-03-05T23:02:48.386Z | Compiling owo-colors v4.1.0 |
951 | 2025-03-05T23:02:48.477Z | Checking base64ct v1.6.0 |
952 | 2025-03-05T23:02:48.701Z | Checking expectorate v1.1.0 |
953 | 2025-03-05T23:02:48.874Z | Checking password-hash v0.5.0 |
954 | 2025-03-05T23:02:48.907Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
955 | 2025-03-05T23:02:49.277Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
956 | 2025-03-05T23:02:49.302Z | Checking zone v0.3.0 |
957 | 2025-03-05T23:02:49.502Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
958 | 2025-03-05T23:02:49.528Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
959 | 2025-03-05T23:02:49.740Z | Compiling newtype_derive v0.1.6 |
960 | 2025-03-05T23:02:49.778Z | Checking supports-color v2.1.0 |
961 | 2025-03-05T23:02:49.927Z | Checking supports-color v3.0.1 |
962 | 2025-03-05T23:02:50.070Z | Compiling zerocopy v0.3.2 |
963 | 2025-03-05T23:02:50.119Z | Checking blake2 v0.10.6 |
964 | 2025-03-05T23:02:50.145Z | Compiling cargo-platform v0.1.8 |
965 | 2025-03-05T23:02:50.145Z | Compiling hubpack_derive v0.1.1 |
966 | 2025-03-05T23:02:50.185Z | Checking smf v0.2.3 |
967 | 2025-03-05T23:02:50.478Z | Compiling zerocopy-derive v0.6.6 |
968 | 2025-03-05T23:02:50.516Z | Compiling serde_repr v0.1.19 |
969 | 2025-03-05T23:02:50.549Z | Compiling vergen v8.3.2 |
970 | 2025-03-05T23:02:50.575Z | Compiling cancel-safe-futures v0.1.5 |
971 | 2025-03-05T23:02:50.866Z | Checking fixedbitset v0.4.2 |
972 | 2025-03-05T23:02:50.929Z | Checking whoami v1.5.1 |
973 | 2025-03-05T23:02:51.064Z | Checking hubpack v0.1.2 |
974 | 2025-03-05T23:02:51.111Z | Checking petgraph v0.6.5 |
975 | 2025-03-05T23:02:51.390Z | Checking argon2 v0.5.3 |
976 | 2025-03-05T23:02:51.441Z | Compiling dof v0.1.5 |
977 | 2025-03-05T23:02:51.939Z | Checking zerocopy v0.6.6 |
978 | 2025-03-05T23:02:52.007Z | Compiling cargo_metadata v0.18.1 |
979 | 2025-03-05T23:02:52.486Z | Compiling typify-impl v0.3.0 |
980 | 2025-03-05T23:02:53.333Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
981 | 2025-03-05T23:02:53.696Z | Compiling dtrace-parser v0.1.14 |
982 | 2025-03-05T23:02:53.782Z | Compiling rustc_version v0.4.0 |
983 | 2025-03-05T23:02:54.263Z | Checking serde-big-array v0.5.1 |
984 | 2025-03-05T23:02:54.352Z | Compiling strum_macros v0.25.3 |
985 | 2025-03-05T23:02:54.378Z | Compiling libsqlite3-sys v0.30.1 |
986 | 2025-03-05T23:02:54.450Z | Compiling slog-dtrace v0.3.0 |
987 | 2025-03-05T23:02:54.756Z | Compiling cookie v0.18.1 |
988 | 2025-03-05T23:02:54.913Z | Checking tinyvec_macros v0.1.1 |
989 | 2025-03-05T23:02:55.010Z | Checking static_assertions v1.1.0 |
990 | 2025-03-05T23:02:55.069Z | Compiling rustls v0.21.12 |
991 | 2025-03-05T23:02:55.123Z | Compiling cfg_aliases v0.2.1 |
992 | 2025-03-05T23:02:55.226Z | Compiling convert_case v0.4.0 |
993 | 2025-03-05T23:02:55.251Z | Checking utf-8 v0.7.6 |
994 | 2025-03-05T23:02:55.370Z | Compiling nix v0.29.0 |
995 | 2025-03-05T23:02:55.442Z | Checking tungstenite v0.21.0 |
996 | 2025-03-05T23:02:55.494Z | Checking tinyvec v1.6.0 |
997 | 2025-03-05T23:02:55.803Z | Compiling derive_more v0.99.18 |
998 | 2025-03-05T23:02:56.280Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
999 | 2025-03-05T23:02:56.529Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1000 | 2025-03-05T23:02:56.778Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1001 | 2025-03-05T23:02:56.950Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1002 | 2025-03-05T23:02:57.537Z | Checking atomicwrites v0.4.4 |
1003 | 2025-03-05T23:02:57.575Z | Checking itertools v0.13.0 |
1004 | 2025-03-05T23:02:57.716Z | Checking libsw v3.3.1 |
1005 | 2025-03-05T23:02:57.949Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1006 | 2025-03-05T23:02:58.395Z | Compiling serde_tokenstream v0.1.7 |
1007 | 2025-03-05T23:02:58.815Z | Checking rustls-webpki v0.101.7 |
1008 | 2025-03-05T23:02:59.400Z | Checking sct v0.7.1 |
1009 | 2025-03-05T23:02:59.613Z | Compiling derive-where v1.2.7 |
1010 | 2025-03-05T23:02:59.639Z | Compiling enum-as-inner v0.6.0 |
1011 | 2025-03-05T23:03:00.400Z | Checking inout v0.1.3 |
1012 | 2025-03-05T23:03:00.584Z | Checking linear-map v1.2.0 |
1013 | 2025-03-05T23:03:00.610Z | Checking linked-hash-map v0.5.6 |
1014 | 2025-03-05T23:03:00.912Z | Checking highway v1.2.0 |
1015 | 2025-03-05T23:03:00.937Z | Checking swrite v0.1.0 |
1016 | 2025-03-05T23:03:00.962Z | Checking quick-error v1.2.3 |
1017 | 2025-03-05T23:03:01.092Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1018 | 2025-03-05T23:03:01.140Z | Checking indent_write v2.2.0 |
1019 | 2025-03-05T23:03:01.188Z | Compiling typify-macro v0.3.0 |
1020 | 2025-03-05T23:03:01.342Z | Compiling radium v0.7.0 |
1021 | 2025-03-05T23:03:01.374Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1022 | 2025-03-05T23:03:01.812Z | Checking resolv-conf v0.7.0 |
1023 | 2025-03-05T23:03:02.006Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2025-03-05T23:03:02.138Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1025 | 2025-03-05T23:03:02.505Z | Checking lru-cache v0.1.2 |
1026 | 2025-03-05T23:03:02.573Z | Checking cipher v0.4.4 |
1027 | 2025-03-05T23:03:02.687Z | Checking hickory-proto v0.24.4 |
1028 | 2025-03-05T23:03:02.898Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1029 | 2025-03-05T23:03:03.512Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1030 | 2025-03-05T23:03:04.031Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1031 | 2025-03-05T23:03:04.775Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1032 | 2025-03-05T23:03:05.121Z | Checking steno v0.4.1 |
1033 | 2025-03-05T23:03:05.461Z | Checking tokio-tungstenite v0.21.0 |
1034 | 2025-03-05T23:03:05.989Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1035 | 2025-03-05T23:03:06.028Z | Checking crossbeam-epoch v0.9.18 |
1036 | 2025-03-05T23:03:06.367Z | Checking hashlink v0.9.1 |
1037 | 2025-03-05T23:03:06.664Z | Checking fallible-iterator v0.3.0 |
1038 | 2025-03-05T23:03:06.852Z | Checking tap v1.0.1 |
1039 | 2025-03-05T23:03:06.878Z | Checking humantime v2.1.0 |
1040 | 2025-03-05T23:03:06.907Z | Checking fallible-streaming-iterator v0.1.9 |
1041 | 2025-03-05T23:03:07.022Z | Compiling rayon-core v1.12.1 |
1042 | 2025-03-05T23:03:07.119Z | Checking wyz v0.5.1 |
1043 | 2025-03-05T23:03:07.160Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1044 | 2025-03-05T23:03:07.185Z | Checking rusqlite v0.32.1 |
1045 | 2025-03-05T23:03:07.355Z | Checking crossbeam-deque v0.8.5 |
1046 | 2025-03-05T23:03:07.632Z | Checking hickory-resolver v0.24.4 |
1047 | 2025-03-05T23:03:07.820Z | Checking tokio-rustls v0.24.1 |
1048 | 2025-03-05T23:03:08.294Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1049 | 2025-03-05T23:03:08.432Z | Compiling usdt-macro v0.3.5 |
1050 | 2025-03-05T23:03:08.553Z | Compiling usdt-attr-macro v0.3.5 |
1051 | 2025-03-05T23:03:08.590Z | Checking rustls-pemfile v1.0.4 |
1052 | 2025-03-05T23:03:08.891Z | Compiling num_enum_derive v0.7.2 |
1053 | 2025-03-05T23:03:08.919Z | Checking twox-hash v2.1.0 |
1054 | 2025-03-05T23:03:09.434Z | Checking universal-hash v0.5.1 |
1055 | 2025-03-05T23:03:09.474Z | Checking atty v0.2.14 |
1056 | 2025-03-05T23:03:09.607Z | Checking funty v2.0.0 |
1057 | 2025-03-05T23:03:09.632Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1058 | 2025-03-05T23:03:09.701Z | Checking opaque-debug v0.3.1 |
1059 | 2025-03-05T23:03:09.801Z | Checking polyval v0.6.2 |
1060 | 2025-03-05T23:03:10.045Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1061 | 2025-03-05T23:03:10.110Z | Checking usdt v0.3.5 |
1062 | 2025-03-05T23:03:10.282Z | Checking bitvec v1.0.1 |
1063 | 2025-03-05T23:03:10.721Z | Checking num_enum v0.7.2 |
1064 | 2025-03-05T23:03:10.746Z | Compiling typify v0.3.0 |
1065 | 2025-03-05T23:03:10.875Z | Checking ctr v0.9.2 |
1066 | 2025-03-05T23:03:10.900Z | Checking aes v0.8.4 |
1067 | 2025-03-05T23:03:10.901Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1068 | 2025-03-05T23:03:10.972Z | Checking toml v0.7.8 |
1069 | 2025-03-05T23:03:11.129Z | Checking bincode v1.3.3 |
1070 | 2025-03-05T23:03:11.303Z | Checking aead v0.5.2 |
1071 | 2025-03-05T23:03:11.498Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1072 | 2025-03-05T23:03:11.565Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1073 | 2025-03-05T23:03:11.590Z | Checking aes-gcm-siv v0.11.1 |
1074 | 2025-03-05T23:03:11.690Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1075 | 2025-03-05T23:03:11.725Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1076 | 2025-03-05T23:03:11.795Z | Checking rayon v1.10.0 |
1077 | 2025-03-05T23:03:11.892Z | Compiling progenitor-impl v0.9.1 |
1078 | 2025-03-05T23:03:12.005Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1079 | 2025-03-05T23:03:12.106Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1080 | 2025-03-05T23:03:12.163Z | Compiling bitstruct_derive v0.1.0 |
1081 | 2025-03-05T23:03:12.226Z | Compiling async-recursion v1.1.1 |
1082 | 2025-03-05T23:03:12.443Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1083 | 2025-03-05T23:03:12.578Z | Checking ringbuffer v0.15.0 |
1084 | 2025-03-05T23:03:12.884Z | Checking typeid v1.0.0 |
1085 | 2025-03-05T23:03:13.055Z | Compiling cfg_aliases v0.1.1 |
1086 | 2025-03-05T23:03:13.165Z | Checking ascii v1.1.0 |
1087 | 2025-03-05T23:03:13.260Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1088 | 2025-03-05T23:03:13.288Z | Checking bitstruct v0.1.1 |
1089 | 2025-03-05T23:03:13.402Z | Compiling nix v0.28.0 |
1090 | 2025-03-05T23:03:13.427Z | Checking erased-serde v0.4.5 |
1091 | 2025-03-05T23:03:13.536Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1092 | 2025-03-05T23:03:13.789Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1093 | 2025-03-05T23:03:14.006Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1094 | 2025-03-05T23:03:14.111Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1095 | 2025-03-05T23:03:14.215Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1096 | 2025-03-05T23:03:14.303Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1097 | 2025-03-05T23:03:14.464Z | Checking progenitor-client v0.9.1 |
1098 | 2025-03-05T23:03:14.807Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1099 | 2025-03-05T23:03:14.832Z | Checking serde_arrays v0.1.0 |
1100 | 2025-03-05T23:03:14.980Z | Checking libloading v0.7.4 |
1101 | 2025-03-05T23:03:15.133Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1102 | 2025-03-05T23:03:15.204Z | Compiling const_format_proc_macros v0.2.32 |
1103 | 2025-03-05T23:03:15.344Z | Checking kstat-rs v0.2.4 |
1104 | 2025-03-05T23:03:15.370Z | Compiling escargot v0.5.10 |
1105 | 2025-03-05T23:03:15.629Z | Checking ron v0.8.1 |
1106 | 2025-03-05T23:03:15.654Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1107 | 2025-03-05T23:03:15.785Z | Checking xattr v1.3.1 |
1108 | 2025-03-05T23:03:16.238Z | Checking filetime v0.2.23 |
1109 | 2025-03-05T23:03:16.377Z | Compiling progenitor-macro v0.9.1 |
1110 | 2025-03-05T23:03:16.441Z | Checking bstr v1.9.1 |
1111 | 2025-03-05T23:03:16.635Z | Checking const_format v0.2.32 |
1112 | 2025-03-05T23:03:16.660Z | Checking bit_field v0.10.2 |
1113 | 2025-03-05T23:03:16.700Z | Checking ctrlc v3.4.4 |
1114 | 2025-03-05T23:03:16.889Z | Checking tar v0.4.40 |
1115 | 2025-03-05T23:03:17.089Z | Checking globset v0.4.14 |
1116 | 2025-03-05T23:03:17.508Z | Checking fatfs v0.3.6 |
1117 | 2025-03-05T23:03:17.541Z | Checking glob v0.3.1 |
1118 | 2025-03-05T23:03:18.526Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1119 | 2025-03-05T23:03:19.080Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1120 | 2025-03-05T23:03:20.443Z | Compiling git2 v0.19.0 |
1121 | 2025-03-05T23:03:21.319Z | Checking progenitor v0.9.1 |
1122 | 2025-03-05T23:03:21.488Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1123 | 2025-03-05T23:03:24.941Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1124 | 2025-03-05T23:03:25.052Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1125 | 2025-03-05T23:03:25.365Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1126 | 2025-03-05T23:03:25.797Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1127 | 2025-03-05T23:03:33.256Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1128 | 2025-03-05T23:03:39.992Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1129 | 2025-03-05T23:03:51.239Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1130 | 2025-03-05T23:03:51.239Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1131 | 2025-03-05T23:03:59.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
1132 | 2025-03-05T23:03:59.700Z | |
1133 | 2025-03-05T23:03:59.700Z | real 2:43.446744088 |
1134 | 2025-03-05T23:03:59.700Z | user 11:20.740818168 |
1135 | 2025-03-05T23:03:59.726Z | sys 2:23.033826525 |
1136 | 2025-03-05T23:03:59.726Z | trap 0.347618305 |
1137 | 2025-03-05T23:03:59.726Z | tflt 0.284345983 |
1138 | 2025-03-05T23:03:59.726Z | dflt 0.331538233 |
1139 | 2025-03-05T23:03:59.726Z | kflt 0.004312755 |
1140 | 2025-03-05T23:03:59.726Z | lock 12:45.500225876 |
1141 | 2025-03-05T23:03:59.726Z | slp 43:52.773482306 |
1142 | 2025-03-05T23:03:59.726Z | lat 1:01.435261663 |
1143 | 2025-03-05T23:03:59.726Z | stop 3:02.741348199 |
1144 | 2025-03-05T23:03:59.726Z | + ptime -m cargo clippy --features falcon --all-targets |
1145 | 2025-03-05T23:04:00.323Z | Downloading crates ... |
1146 | 2025-03-05T23:04:00.579Z | Downloaded predicates-tree v1.0.9 |
1147 | 2025-03-05T23:04:00.604Z | Downloaded downcast v0.11.0 |
1148 | 2025-03-05T23:04:00.604Z | Downloaded termtree v0.4.1 |
1149 | 2025-03-05T23:04:00.604Z | Downloaded slog-stdlog v4.1.1 |
1150 | 2025-03-05T23:04:00.604Z | Downloaded slog-scope v4.4.0 |
1151 | 2025-03-05T23:04:00.604Z | Downloaded predicates-core v1.0.6 |
1152 | 2025-03-05T23:04:00.604Z | Downloaded png v0.17.13 |
1153 | 2025-03-05T23:04:00.604Z | Downloaded mockall_derive v0.12.1 |
1154 | 2025-03-05T23:04:00.604Z | Downloaded miniz_oxide v0.7.2 |
1155 | 2025-03-05T23:04:00.604Z | Downloaded fragile v2.0.0 |
1156 | 2025-03-05T23:04:00.629Z | Downloaded flate2 v1.0.30 |
1157 | 2025-03-05T23:04:00.629Z | Downloaded fdeflate v0.3.4 |
1158 | 2025-03-05T23:04:00.629Z | Downloaded slog-envlogger v2.2.0 |
1159 | 2025-03-05T23:04:00.629Z | Downloaded serde_test v1.0.176 |
1160 | 2025-03-05T23:04:00.629Z | Downloaded predicates v3.1.0 |
1161 | 2025-03-05T23:04:00.629Z | Downloaded simd-adler32 v0.3.7 |
1162 | 2025-03-05T23:04:00.629Z | Downloaded arc-swap v1.7.1 |
1163 | 2025-03-05T23:04:00.629Z | Downloaded crc32fast v1.4.0 |
1164 | 2025-03-05T23:04:00.629Z | Downloaded bytemuck v1.16.0 |
1165 | 2025-03-05T23:04:00.659Z | Downloaded mockall v0.12.1 |
1166 | 2025-03-05T23:04:00.740Z | Downloaded image v0.25.1 |
1167 | 2025-03-05T23:04:01.028Z | Checking log v0.4.22 |
1168 | 2025-03-05T23:04:01.028Z | Checking tokio v1.40.0 |
1169 | 2025-03-05T23:04:01.057Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1170 | 2025-03-05T23:04:01.082Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1171 | 2025-03-05T23:04:01.108Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1172 | 2025-03-05T23:04:01.108Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1173 | 2025-03-05T23:04:01.133Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1174 | 2025-03-05T23:04:01.133Z | Checking simd-adler32 v0.3.7 |
1175 | 2025-03-05T23:04:01.310Z | Checking native-tls v0.2.11 |
1176 | 2025-03-05T23:04:01.338Z | Checking goblin v0.8.2 |
1177 | 2025-03-05T23:04:01.367Z | Checking rustls v0.22.4 |
1178 | 2025-03-05T23:04:01.367Z | Checking typify-impl v0.2.0 |
1179 | 2025-03-05T23:04:01.398Z | Checking tungstenite v0.21.0 |
1180 | 2025-03-05T23:04:01.539Z | Checking rustls v0.21.12 |
1181 | 2025-03-05T23:04:01.565Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1182 | 2025-03-05T23:04:01.596Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1183 | 2025-03-05T23:04:01.868Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1184 | 2025-03-05T23:04:02.065Z | Checking typify-impl v0.3.0 |
1185 | 2025-03-05T23:04:02.124Z | Compiling crc32fast v1.4.0 |
1186 | 2025-03-05T23:04:02.568Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1187 | 2025-03-05T23:04:02.775Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1188 | 2025-03-05T23:04:03.101Z | Checking adler v1.0.2 |
1189 | 2025-03-05T23:04:03.255Z | Checking miniz_oxide v0.7.2 |
1190 | 2025-03-05T23:04:03.288Z | Checking typify v0.2.0 |
1191 | 2025-03-05T23:04:03.399Z | Checking progenitor-impl v0.8.0 |
1192 | 2025-03-05T23:04:04.029Z | Checking typify v0.3.0 |
1193 | 2025-03-05T23:04:04.054Z | Checking arc-swap v1.7.1 |
1194 | 2025-03-05T23:04:04.090Z | Checking flate2 v1.0.30 |
1195 | 2025-03-05T23:04:04.115Z | Checking fdeflate v0.3.4 |
1196 | 2025-03-05T23:04:04.147Z | Checking progenitor-impl v0.9.1 |
1197 | 2025-03-05T23:04:04.404Z | Checking slog-scope v4.4.0 |
1198 | 2025-03-05T23:04:04.513Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1199 | 2025-03-05T23:04:04.575Z | Checking slog-stdlog v4.1.1 |
1200 | 2025-03-05T23:04:04.605Z | Checking png v0.17.13 |
1201 | 2025-03-05T23:04:04.728Z | Checking bytemuck v1.16.0 |
1202 | 2025-03-05T23:04:04.866Z | Checking predicates-core v1.0.6 |
1203 | 2025-03-05T23:04:04.917Z | Checking slog-envlogger v2.2.0 |
1204 | 2025-03-05T23:04:05.025Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1205 | 2025-03-05T23:04:05.050Z | Checking termtree v0.4.1 |
1206 | 2025-03-05T23:04:05.084Z | Checking predicates v3.1.0 |
1207 | 2025-03-05T23:04:05.118Z | Compiling mockall_derive v0.12.1 |
1208 | 2025-03-05T23:04:05.231Z | Checking predicates-tree v1.0.9 |
1209 | 2025-03-05T23:04:05.270Z | Checking dof v0.3.0 |
1210 | 2025-03-05T23:04:05.374Z | Checking wait-timeout v0.2.0 |
1211 | 2025-03-05T23:04:05.543Z | Checking downcast v0.11.0 |
1212 | 2025-03-05T23:04:05.569Z | Checking bit-vec v0.6.3 |
1213 | 2025-03-05T23:04:05.594Z | Checking image v0.25.1 |
1214 | 2025-03-05T23:04:05.632Z | Checking fragile v2.0.0 |
1215 | 2025-03-05T23:04:05.725Z | Checking globset v0.4.14 |
1216 | 2025-03-05T23:04:05.774Z | Checking usdt-impl v0.5.0 |
1217 | 2025-03-05T23:04:05.840Z | Checking bit-set v0.5.3 |
1218 | 2025-03-05T23:04:05.865Z | Checking rusty-fork v0.3.0 |
1219 | 2025-03-05T23:04:06.057Z | Checking escargot v0.5.10 |
1220 | 2025-03-05T23:04:06.108Z | Checking fatfs v0.3.6 |
1221 | 2025-03-05T23:04:06.154Z | Checking rand_xorshift v0.3.0 |
1222 | 2025-03-05T23:04:06.258Z | Checking usdt v0.5.0 |
1223 | 2025-03-05T23:04:06.355Z | Checking unarray v0.1.4 |
1224 | 2025-03-05T23:04:06.422Z | Checking serde_test v1.0.176 |
1225 | 2025-03-05T23:04:06.471Z | Checking slog-dtrace v0.3.0 |
1226 | 2025-03-05T23:04:06.504Z | Checking proptest v1.5.0 |
1227 | 2025-03-05T23:04:06.695Z | Checking tokio-util v0.7.11 |
1228 | 2025-03-05T23:04:06.813Z | Checking tokio-rustls v0.26.0 |
1229 | 2025-03-05T23:04:06.942Z | Checking tokio-native-tls v0.3.1 |
1230 | 2025-03-05T23:04:06.989Z | Checking tokio-rustls v0.25.0 |
1231 | 2025-03-05T23:04:07.049Z | Checking backoff v0.4.0 |
1232 | 2025-03-05T23:04:07.082Z | Checking tokio-tungstenite v0.21.0 |
1233 | 2025-03-05T23:04:07.137Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1234 | 2025-03-05T23:04:07.173Z | Checking zone v0.3.0 |
1235 | 2025-03-05T23:04:07.295Z | Checking cancel-safe-futures v0.1.5 |
1236 | 2025-03-05T23:04:07.320Z | Checking libsw v3.3.1 |
1237 | 2025-03-05T23:04:07.350Z | Checking h2 v0.4.6 |
1238 | 2025-03-05T23:04:07.379Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1239 | 2025-03-05T23:04:07.487Z | Checking hickory-proto v0.24.4 |
1240 | 2025-03-05T23:04:07.539Z | Checking steno v0.4.1 |
1241 | 2025-03-05T23:04:07.662Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1242 | 2025-03-05T23:04:07.793Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1243 | 2025-03-05T23:04:08.626Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1244 | 2025-03-05T23:04:08.714Z | Checking tokio-rustls v0.24.1 |
1245 | 2025-03-05T23:04:08.868Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1246 | 2025-03-05T23:04:09.013Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1247 | 2025-03-05T23:04:09.245Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1248 | 2025-03-05T23:04:09.909Z | Checking mockall v0.12.1 |
1249 | 2025-03-05T23:04:10.395Z | Checking hickory-resolver v0.24.4 |
1250 | 2025-03-05T23:04:10.630Z | Checking hyper v1.4.1 |
1251 | 2025-03-05T23:04:12.176Z | Checking hyper-util v0.1.9 |
1252 | 2025-03-05T23:04:13.432Z | Checking hyper-tls v0.6.0 |
1253 | 2025-03-05T23:04:13.432Z | Checking hyper-rustls v0.27.3 |
1254 | 2025-03-05T23:04:13.459Z | Checking dropshot v0.12.0 |
1255 | 2025-03-05T23:04:13.716Z | Checking reqwest v0.12.7 |
1256 | 2025-03-05T23:04:15.029Z | Checking progenitor-client v0.8.0 |
1257 | 2025-03-05T23:04:15.029Z | Checking progenitor-client v0.9.1 |
1258 | 2025-03-05T23:04:15.301Z | Checking progenitor v0.8.0 |
1259 | 2025-03-05T23:04:15.366Z | Checking progenitor v0.9.1 |
1260 | 2025-03-05T23:04:15.463Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1261 | 2025-03-05T23:04:15.463Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1262 | 2025-03-05T23:04:15.489Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1263 | 2025-03-05T23:04:15.529Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1264 | 2025-03-05T23:04:16.063Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1265 | 2025-03-05T23:04:17.049Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1266 | 2025-03-05T23:04:19.078Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1267 | 2025-03-05T23:04:20.270Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1268 | 2025-03-05T23:04:21.134Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1269 | 2025-03-05T23:04:26.160Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1270 | 2025-03-05T23:04:26.160Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1271 | 2025-03-05T23:04:26.195Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1272 | 2025-03-05T23:04:26.195Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1273 | 2025-03-05T23:04:28.103Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1274 | 2025-03-05T23:04:28.478Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1275 | 2025-03-05T23:04:28.478Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1276 | 2025-03-05T23:04:28.583Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1277 | 2025-03-05T23:04:29.269Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1278 | 2025-03-05T23:04:29.557Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1279 | 2025-03-05T23:04:29.686Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1280 | 2025-03-05T23:04:40.392Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1281 | 2025-03-05T23:04:46.536Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1282 | 2025-03-05T23:04:47.255Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1283 | 2025-03-05T23:04:52.337Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1284 | 2025-03-05T23:05:06.256Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1285 | 2025-03-05T23:05:06.281Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1286 | 2025-03-05T23:05:16.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
1287 | 2025-03-05T23:05:16.302Z | |
1288 | 2025-03-05T23:05:16.302Z | real 1:16.589956161 |
1289 | 2025-03-05T23:05:16.302Z | user 2:59.122178244 |
1290 | 2025-03-05T23:05:16.302Z | sys 26.678256876 |
1291 | 2025-03-05T23:05:16.302Z | trap 0.061743746 |
1292 | 2025-03-05T23:05:16.302Z | tflt 0.012646670 |
1293 | 2025-03-05T23:05:16.303Z | dflt 0.011614965 |
1294 | 2025-03-05T23:05:16.303Z | kflt 0.000168720 |
1295 | 2025-03-05T23:05:16.303Z | lock 4:19.067456590 |
1296 | 2025-03-05T23:05:16.303Z | slp 9:53.164800565 |
1297 | 2025-03-05T23:05:16.303Z | lat 5.938066104 |
1298 | 2025-03-05T23:05:16.303Z | stop 16.826836453 |
1299 | 2025-03-05T23:05:16.330Z | + banner build |
1300 | 2025-03-05T23:05:16.330Z | |
1301 | 2025-03-05T23:05:16.330Z | ##### # # # # ##### |
1302 | 2025-03-05T23:05:16.330Z | # # # # # # # # |
1303 | 2025-03-05T23:05:16.330Z | ##### # # # # # # |
1304 | 2025-03-05T23:05:16.330Z | # # # # # # # # |
1305 | 2025-03-05T23:05:16.330Z | # # # # # # # # |
1306 | 2025-03-05T23:05:16.330Z | ##### #### # ###### ##### |
1307 | 2025-03-05T23:05:16.330Z | |
1308 | 2025-03-05T23:05:16.330Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1309 | 2025-03-05T23:05:17.179Z | Compiling proc-macro2 v1.0.92 |
1310 | 2025-03-05T23:05:17.179Z | Compiling unicode-ident v1.0.14 |
1311 | 2025-03-05T23:05:17.180Z | Compiling libc v0.2.169 |
1312 | 2025-03-05T23:05:17.205Z | Compiling serde v1.0.217 |
1313 | 2025-03-05T23:05:17.205Z | Compiling autocfg v1.3.0 |
1314 | 2025-03-05T23:05:17.205Z | Compiling once_cell v1.19.0 |
1315 | 2025-03-05T23:05:17.205Z | Compiling version_check v0.9.5 |
1316 | 2025-03-05T23:05:17.206Z | Compiling cfg-if v1.0.0 |
1317 | 2025-03-05T23:05:17.334Z | Compiling memchr v2.7.2 |
1318 | 2025-03-05T23:05:17.421Z | Compiling libm v0.2.8 |
1319 | 2025-03-05T23:05:17.714Z | Compiling thiserror v1.0.64 |
1320 | 2025-03-05T23:05:17.743Z | Compiling itoa v1.0.11 |
1321 | 2025-03-05T23:05:17.822Z | Compiling lock_api v0.4.12 |
1322 | 2025-03-05T23:05:18.164Z | Compiling parking_lot_core v0.9.10 |
1323 | 2025-03-05T23:05:18.190Z | Compiling ryu v1.0.18 |
1324 | 2025-03-05T23:05:18.215Z | Compiling serde_json v1.0.135 |
1325 | 2025-03-05T23:05:18.385Z | Compiling schemars v0.8.21 |
1326 | 2025-03-05T23:05:18.432Z | Compiling slab v0.4.9 |
1327 | 2025-03-05T23:05:18.544Z | Compiling byteorder v1.5.0 |
1328 | 2025-03-05T23:05:18.569Z | Compiling pkg-config v0.3.30 |
1329 | 2025-03-05T23:05:18.719Z | Compiling quote v1.0.38 |
1330 | 2025-03-05T23:05:18.762Z | Compiling jobserver v0.1.31 |
1331 | 2025-03-05T23:05:18.863Z | Compiling getrandom v0.2.14 |
1332 | 2025-03-05T23:05:18.922Z | Compiling vcpkg v0.2.15 |
1333 | 2025-03-05T23:05:19.041Z | Compiling syn v2.0.96 |
1334 | 2025-03-05T23:05:19.209Z | Compiling cc v1.0.97 |
1335 | 2025-03-05T23:05:19.255Z | Compiling log v0.4.22 |
1336 | 2025-03-05T23:05:19.551Z | Compiling num-traits v0.2.19 |
1337 | 2025-03-05T23:05:19.729Z | Compiling smallvec v1.13.2 |
1338 | 2025-03-05T23:05:19.854Z | Compiling pin-project-lite v0.2.14 |
1339 | 2025-03-05T23:05:20.119Z | Compiling ahash v0.8.11 |
1340 | 2025-03-05T23:05:20.154Z | Compiling equivalent v1.0.1 |
1341 | 2025-03-05T23:05:20.260Z | Compiling hashbrown v0.15.2 |
1342 | 2025-03-05T23:05:20.446Z | Compiling scopeguard v1.2.0 |
1343 | 2025-03-05T23:05:21.117Z | Compiling semver v1.0.24 |
1344 | 2025-03-05T23:05:21.300Z | Compiling parking_lot v0.12.2 |
1345 | 2025-03-05T23:05:21.395Z | Compiling socket2 v0.5.7 |
1346 | 2025-03-05T23:05:21.570Z | Compiling ring v0.17.8 |
1347 | 2025-03-05T23:05:21.595Z | Compiling mio v1.0.2 |
1348 | 2025-03-05T23:05:22.010Z | Compiling signal-hook-registry v1.4.2 |
1349 | 2025-03-05T23:05:22.315Z | Compiling httparse v1.8.0 |
1350 | 2025-03-05T23:05:22.382Z | Compiling fnv v1.0.7 |
1351 | 2025-03-05T23:05:22.516Z | Compiling typenum v1.17.0 |
1352 | 2025-03-05T23:05:22.558Z | Compiling generic-array v0.14.7 |
1353 | 2025-03-05T23:05:22.703Z | Compiling iana-time-zone v0.1.60 |
1354 | 2025-03-05T23:05:22.783Z | Compiling heck v0.5.0 |
1355 | 2025-03-05T23:05:22.913Z | Compiling futures-core v0.3.31 |
1356 | 2025-03-05T23:05:22.938Z | Compiling openssl-sys v0.9.106 |
1357 | 2025-03-05T23:05:23.186Z | Compiling dyn-clone v1.0.17 |
1358 | 2025-03-05T23:05:23.211Z | Compiling stable_deref_trait v1.2.0 |
1359 | 2025-03-05T23:05:23.323Z | Compiling futures-sink v0.3.30 |
1360 | 2025-03-05T23:05:23.354Z | Compiling rand_core v0.6.4 |
1361 | 2025-03-05T23:05:23.405Z | Compiling slog v2.7.0 |
1362 | 2025-03-05T23:05:23.430Z | Compiling allocator-api2 v0.2.18 |
1363 | 2025-03-05T23:05:23.614Z | Compiling subtle v2.5.0 |
1364 | 2025-03-05T23:05:23.762Z | Compiling futures-channel v0.3.30 |
1365 | 2025-03-05T23:05:23.786Z | Compiling futures-task v0.3.30 |
1366 | 2025-03-05T23:05:23.811Z | Compiling ucd-trie v0.1.6 |
1367 | 2025-03-05T23:05:23.846Z | Compiling futures-io v0.3.30 |
1368 | 2025-03-05T23:05:23.872Z | Compiling pin-utils v0.1.0 |
1369 | 2025-03-05T23:05:24.015Z | Compiling openssl v0.10.71 |
1370 | 2025-03-05T23:05:24.171Z | Compiling aho-corasick v1.1.3 |
1371 | 2025-03-05T23:05:24.251Z | Compiling regex-syntax v0.8.5 |
1372 | 2025-03-05T23:05:24.320Z | Compiling rustversion v1.0.17 |
1373 | 2025-03-05T23:05:24.430Z | Compiling native-tls v0.2.11 |
1374 | 2025-03-05T23:05:24.684Z | Compiling rustls v0.23.10 |
1375 | 2025-03-05T23:05:24.866Z | Compiling synstructure v0.13.1 |
1376 | 2025-03-05T23:05:24.905Z | Compiling serde_derive_internals v0.29.1 |
1377 | 2025-03-05T23:05:25.846Z | Compiling spin v0.9.8 |
1378 | 2025-03-05T23:05:26.077Z | Compiling syn v1.0.109 |
1379 | 2025-03-05T23:05:26.925Z | Compiling untrusted v0.9.0 |
1380 | 2025-03-05T23:05:27.127Z | Compiling regex-automata v0.4.9 |
1381 | 2025-03-05T23:05:27.427Z | Compiling tracing-core v0.1.32 |
1382 | 2025-03-05T23:05:28.003Z | Compiling serde_derive v1.0.217 |
1383 | 2025-03-05T23:05:28.058Z | Compiling thiserror-impl v1.0.64 |
1384 | 2025-03-05T23:05:28.534Z | Compiling tokio-macros v2.4.0 |
1385 | 2025-03-05T23:05:28.577Z | Compiling zerocopy-derive v0.7.34 |
1386 | 2025-03-05T23:05:29.199Z | Compiling schemars_derive v0.8.21 |
1387 | 2025-03-05T23:05:29.737Z | Compiling zerofrom-derive v0.1.5 |
1388 | 2025-03-05T23:05:30.091Z | Compiling yoke-derive v0.7.5 |
1389 | 2025-03-05T23:05:30.139Z | Compiling zerovec-derive v0.10.3 |
1390 | 2025-03-05T23:05:31.409Z | Compiling displaydoc v0.2.5 |
1391 | 2025-03-05T23:05:32.068Z | Compiling futures-macro v0.3.30 |
1392 | 2025-03-05T23:05:32.333Z | Compiling icu_provider_macros v1.5.0 |
1393 | 2025-03-05T23:05:32.360Z | Compiling zerocopy v0.7.34 |
1394 | 2025-03-05T23:05:32.643Z | Compiling pest v2.7.10 |
1395 | 2025-03-05T23:05:33.526Z | Compiling futures-util v0.3.30 |
1396 | 2025-03-05T23:05:33.631Z | Compiling zerofrom v0.1.5 |
1397 | 2025-03-05T23:05:33.796Z | Compiling hashbrown v0.14.5 |
1398 | 2025-03-05T23:05:33.833Z | Compiling yoke v0.7.5 |
1399 | 2025-03-05T23:05:34.163Z | Compiling openssl-macros v0.1.1 |
1400 | 2025-03-05T23:05:34.189Z | Compiling zerovec v0.10.4 |
1401 | 2025-03-05T23:05:34.772Z | Compiling regress v0.10.1 |
1402 | 2025-03-05T23:05:34.860Z | Compiling pest_meta v2.7.10 |
1403 | 2025-03-05T23:05:34.997Z | Compiling regex v1.11.1 |
1404 | 2025-03-05T23:05:35.722Z | Compiling tracing-attributes v0.1.27 |
1405 | 2025-03-05T23:05:36.701Z | Compiling pest_generator v2.7.10 |
1406 | 2025-03-05T23:05:37.592Z | Compiling bytes v1.9.0 |
1407 | 2025-03-05T23:05:38.143Z | Compiling indexmap v2.7.0 |
1408 | 2025-03-05T23:05:38.236Z | Compiling uuid v1.10.0 |
1409 | 2025-03-05T23:05:38.459Z | Compiling tokio v1.40.0 |
1410 | 2025-03-05T23:05:38.843Z | Compiling chrono v0.4.38 |
1411 | 2025-03-05T23:05:39.183Z | Compiling serde_tokenstream v0.2.2 |
1412 | 2025-03-05T23:05:39.684Z | Compiling bitflags v2.6.0 |
1413 | 2025-03-05T23:05:40.202Z | Compiling http v1.2.0 |
1414 | 2025-03-05T23:05:41.800Z | Compiling pest_derive v2.7.10 |
1415 | 2025-03-05T23:05:41.830Z | Compiling tinystr v0.7.6 |
1416 | 2025-03-05T23:05:42.167Z | Compiling heck v0.4.1 |
1417 | 2025-03-05T23:05:42.475Z | Compiling litemap v0.7.4 |
1418 | 2025-03-05T23:05:42.562Z | Compiling writeable v0.5.5 |
1419 | 2025-03-05T23:05:42.729Z | Compiling tracing v0.1.40 |
1420 | 2025-03-05T23:05:42.910Z | Compiling icu_locid v1.5.0 |
1421 | 2025-03-05T23:05:43.489Z | Compiling time-core v0.1.2 |
1422 | 2025-03-05T23:05:43.514Z | Compiling num-conv v0.1.0 |
1423 | 2025-03-05T23:05:43.649Z | Compiling rustls-pki-types v1.7.0 |
1424 | 2025-03-05T23:05:43.747Z | Compiling percent-encoding v2.3.1 |
1425 | 2025-03-05T23:05:43.888Z | Compiling anyhow v1.0.89 |
1426 | 2025-03-05T23:05:44.110Z | Compiling icu_provider v1.5.0 |
1427 | 2025-03-05T23:05:44.152Z | Compiling icu_locid_transform_data v1.5.0 |
1428 | 2025-03-05T23:05:44.259Z | Compiling form_urlencoded v1.2.1 |
1429 | 2025-03-05T23:05:44.383Z | Compiling time-macros v0.2.18 |
1430 | 2025-03-05T23:05:44.688Z | Compiling icu_collections v1.5.0 |
1431 | 2025-03-05T23:05:45.016Z | Compiling icu_locid_transform v1.5.0 |
1432 | 2025-03-05T23:05:45.227Z | Compiling crypto-common v0.1.6 |
1433 | 2025-03-05T23:05:45.458Z | Compiling scroll_derive v0.12.0 |
1434 | 2025-03-05T23:05:46.586Z | Compiling icu_properties_data v1.5.0 |
1435 | 2025-03-05T23:05:46.859Z | Compiling icu_properties v1.5.1 |
1436 | 2025-03-05T23:05:46.886Z | Compiling tokio-util v0.7.11 |
1437 | 2025-03-05T23:05:48.386Z | Compiling thread-id v4.2.1 |
1438 | 2025-03-05T23:05:48.494Z | Compiling zeroize v1.7.0 |
1439 | 2025-03-05T23:05:48.670Z | Compiling write16 v1.0.0 |
1440 | 2025-03-05T23:05:48.738Z | Compiling icu_normalizer_data v1.5.0 |
1441 | 2025-03-05T23:05:48.802Z | Compiling utf16_iter v1.0.5 |
1442 | 2025-03-05T23:05:48.827Z | Compiling atomic-waker v1.1.2 |
1443 | 2025-03-05T23:05:48.852Z | Compiling utf8_iter v1.0.4 |
1444 | 2025-03-05T23:05:49.011Z | Compiling rustls-webpki v0.102.4 |
1445 | 2025-03-05T23:05:49.036Z | Compiling http-body v1.0.1 |
1446 | 2025-03-05T23:05:49.097Z | Compiling openapiv3 v2.0.0 |
1447 | 2025-03-05T23:05:49.255Z | Compiling strsim v0.11.1 |
1448 | 2025-03-05T23:05:49.280Z | Compiling try-lock v0.2.5 |
1449 | 2025-03-05T23:05:49.438Z | Compiling want v0.3.1 |
1450 | 2025-03-05T23:05:49.570Z | Compiling h2 v0.4.6 |
1451 | 2025-03-05T23:05:49.763Z | Compiling httpdate v1.0.3 |
1452 | 2025-03-05T23:05:49.839Z | Compiling camino v1.1.9 |
1453 | 2025-03-05T23:05:50.314Z | Compiling icu_normalizer v1.5.0 |
1454 | 2025-03-05T23:05:50.412Z | Compiling ppv-lite86 v0.2.17 |
1455 | 2025-03-05T23:05:51.095Z | Compiling base64 v0.22.1 |
1456 | 2025-03-05T23:05:51.738Z | Compiling idna_adapter v1.2.0 |
1457 | 2025-03-05T23:05:51.886Z | Compiling idna v1.0.3 |
1458 | 2025-03-05T23:05:51.942Z | Compiling rand_chacha v0.3.1 |
1459 | 2025-03-05T23:05:52.442Z | Compiling usdt-impl v0.5.0 |
1460 | 2025-03-05T23:05:52.762Z | Compiling unsafe-libyaml v0.2.11 |
1461 | 2025-03-05T23:05:52.876Z | Compiling ident_case v1.0.1 |
1462 | 2025-03-05T23:05:53.036Z | Compiling tower-service v0.3.2 |
1463 | 2025-03-05T23:05:53.165Z | Compiling darling_core v0.20.9 |
1464 | 2025-03-05T23:05:53.194Z | Compiling url v2.5.4 |
1465 | 2025-03-05T23:05:53.931Z | Compiling hyper v1.4.1 |
1466 | 2025-03-05T23:05:54.317Z | Compiling serde_yaml v0.9.34+deprecated |
1467 | 2025-03-05T23:05:55.975Z | Compiling rand v0.8.5 |
1468 | 2025-03-05T23:05:56.790Z | Compiling hyper-util v0.1.9 |
1469 | 2025-03-05T23:05:57.198Z | Compiling scroll v0.12.0 |
1470 | 2025-03-05T23:05:57.224Z | Compiling typify-impl v0.2.0 |
1471 | 2025-03-05T23:05:57.536Z | Compiling foreign-types-shared v0.1.1 |
1472 | 2025-03-05T23:05:57.653Z | Compiling plain v0.2.3 |
1473 | 2025-03-05T23:05:57.765Z | Compiling foreign-types v0.3.2 |
1474 | 2025-03-05T23:05:57.803Z | Compiling goblin v0.8.2 |
1475 | 2025-03-05T23:05:57.863Z | Compiling darling_macro v0.20.9 |
1476 | 2025-03-05T23:05:58.728Z | Compiling http-body-util v0.1.2 |
1477 | 2025-03-05T23:05:59.158Z | Compiling strum_macros v0.26.2 |
1478 | 2025-03-05T23:05:59.884Z | Compiling encoding_rs v0.8.34 |
1479 | 2025-03-05T23:06:00.031Z | Compiling cpufeatures v0.2.12 |
1480 | 2025-03-05T23:06:00.133Z | Compiling pretty-hex v0.4.1 |
1481 | 2025-03-05T23:06:00.319Z | Compiling omicron-workspace-hack v0.1.0 |
1482 | 2025-03-05T23:06:00.603Z | Compiling mime v0.3.17 |
1483 | 2025-03-05T23:06:01.468Z | Compiling darling v0.20.9 |
1484 | 2025-03-05T23:06:01.713Z | Compiling rustls-pemfile v2.1.3 |
1485 | 2025-03-05T23:06:02.233Z | Compiling dof v0.3.0 |
1486 | 2025-03-05T23:06:02.322Z | Compiling serde_urlencoded v0.7.1 |
1487 | 2025-03-05T23:06:02.773Z | Compiling dtrace-parser v0.2.0 |
1488 | 2025-03-05T23:06:03.409Z | Compiling block-buffer v0.10.4 |
1489 | 2025-03-05T23:06:03.619Z | Compiling async-trait v0.1.83 |
1490 | 2025-03-05T23:06:04.180Z | Compiling rustls v0.22.4 |
1491 | 2025-03-05T23:06:04.469Z | Compiling openssl-probe v0.1.5 |
1492 | 2025-03-05T23:06:04.762Z | Compiling typify-macro v0.2.0 |
1493 | 2025-03-05T23:06:04.882Z | Compiling digest v0.10.7 |
1494 | 2025-03-05T23:06:05.288Z | Compiling serde_with_macros v3.11.0 |
1495 | 2025-03-05T23:06:07.825Z | Compiling toml_datetime v0.6.8 |
1496 | 2025-03-05T23:06:08.613Z | Compiling slog-async v2.8.0 |
1497 | 2025-03-05T23:06:09.126Z | Compiling ipnet v2.9.0 |
1498 | 2025-03-05T23:06:11.721Z | Compiling tokio-rustls v0.26.0 |
1499 | 2025-03-05T23:06:12.108Z | Compiling typify v0.2.0 |
1500 | 2025-03-05T23:06:12.232Z | Compiling tokio-native-tls v0.3.1 |
1501 | 2025-03-05T23:06:12.274Z | Compiling webpki-roots v0.26.3 |
1502 | 2025-03-05T23:06:12.442Z | Compiling multer v3.1.0 |
1503 | 2025-03-05T23:06:12.478Z | Compiling crossbeam-utils v0.8.19 |
1504 | 2025-03-05T23:06:12.752Z | Compiling paste v1.0.15 |
1505 | 2025-03-05T23:06:12.937Z | Compiling hyper-tls v0.6.0 |
1506 | 2025-03-05T23:06:13.242Z | Compiling hyper-rustls v0.27.3 |
1507 | 2025-03-05T23:06:13.311Z | Compiling progenitor-impl v0.8.0 |
1508 | 2025-03-05T23:06:13.656Z | Compiling usdt-attr-macro v0.5.0 |
1509 | 2025-03-05T23:06:14.216Z | Compiling usdt-macro v0.5.0 |
1510 | 2025-03-05T23:06:15.391Z | Compiling sync_wrapper v1.0.1 |
1511 | 2025-03-05T23:06:17.575Z | Compiling progenitor-macro v0.8.0 |
1512 | 2025-03-05T23:06:18.061Z | Compiling reqwest v0.12.7 |
1513 | 2025-03-05T23:06:19.461Z | Compiling futures-executor v0.3.30 |
1514 | 2025-03-05T23:06:20.640Z | Compiling serde_spanned v0.6.7 |
1515 | 2025-03-05T23:06:20.729Z | Compiling async-stream-impl v0.3.5 |
1516 | 2025-03-05T23:06:20.965Z | Compiling dropshot v0.12.0 |
1517 | 2025-03-05T23:06:20.990Z | Compiling powerfmt v0.2.0 |
1518 | 2025-03-05T23:06:21.410Z | Compiling deranged v0.3.11 |
1519 | 2025-03-05T23:06:21.443Z | Compiling futures v0.3.30 |
1520 | 2025-03-05T23:06:22.133Z | Compiling sha1 v0.10.6 |
1521 | 2025-03-05T23:06:23.248Z | Compiling num_threads v0.1.7 |
1522 | 2025-03-05T23:06:23.533Z | Compiling time v0.3.36 |
1523 | 2025-03-05T23:06:25.882Z | Compiling strum v0.26.2 |
1524 | 2025-03-05T23:06:26.113Z | Compiling dropshot_endpoint v0.12.0 |
1525 | 2025-03-05T23:06:26.222Z | Compiling structmeta-derive v0.3.0 |
1526 | 2025-03-05T23:06:26.916Z | Compiling rustix v0.38.34 |
1527 | 2025-03-05T23:06:28.225Z | Compiling structmeta v0.3.0 |
1528 | 2025-03-05T23:06:29.488Z | Compiling serde_with v3.11.0 |
1529 | 2025-03-05T23:06:32.319Z | Compiling dirs-sys-next v0.1.2 |
1530 | 2025-03-05T23:06:32.553Z | Compiling errno v0.3.9 |
1531 | 2025-03-05T23:06:33.280Z | Compiling match_cfg v0.1.0 |
1532 | 2025-03-05T23:06:33.427Z | Compiling winnow v0.6.18 |
1533 | 2025-03-05T23:06:33.839Z | Compiling hostname v0.3.1 |
1534 | 2025-03-05T23:06:34.906Z | Compiling dirs-next v2.0.0 |
1535 | 2025-03-05T23:06:35.212Z | Compiling parse-display-derive v0.10.0 |
1536 | 2025-03-05T23:06:38.003Z | Compiling ipnetwork v0.20.0 |
1537 | 2025-03-05T23:06:38.056Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1538 | 2025-03-05T23:06:38.206Z | Compiling thread_local v1.1.8 |
1539 | 2025-03-05T23:06:39.327Z | Compiling term v0.7.0 |
1540 | 2025-03-05T23:06:40.018Z | Compiling crossbeam-channel v0.5.12 |
1541 | 2025-03-05T23:06:40.204Z | Compiling memmap v0.7.0 |
1542 | 2025-03-05T23:06:40.681Z | Compiling is-terminal v0.4.12 |
1543 | 2025-03-05T23:06:40.878Z | Compiling take_mut v0.2.2 |
1544 | 2025-03-05T23:06:41.245Z | Compiling slog-term v2.9.1 |
1545 | 2025-03-05T23:06:43.219Z | Compiling usdt v0.5.0 |
1546 | 2025-03-05T23:06:44.307Z | Compiling toml_edit v0.22.20 |
1547 | 2025-03-05T23:06:44.415Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1548 | 2025-03-05T23:06:45.073Z | Compiling slog-json v2.6.1 |
1549 | 2025-03-05T23:06:45.341Z | Compiling progenitor-client v0.8.0 |
1550 | 2025-03-05T23:06:46.360Z | Compiling winnow v0.5.40 |
1551 | 2025-03-05T23:06:46.496Z | Compiling debug-ignore v1.0.5 |
1552 | 2025-03-05T23:06:47.019Z | Compiling progenitor v0.8.0 |
1553 | 2025-03-05T23:06:47.192Z | Compiling tokio-rustls v0.25.0 |
1554 | 2025-03-05T23:06:47.550Z | Compiling toml v0.8.19 |
1555 | 2025-03-05T23:06:48.189Z | Compiling slog-bunyan v2.5.0 |
1556 | 2025-03-05T23:06:48.997Z | Compiling toml_edit v0.19.15 |
1557 | 2025-03-05T23:06:50.667Z | Compiling async-stream v0.3.5 |
1558 | 2025-03-05T23:06:50.889Z | Compiling waitgroup v0.1.2 |
1559 | 2025-03-05T23:06:51.113Z | Compiling serde_path_to_error v0.1.16 |
1560 | 2025-03-05T23:06:51.150Z | Compiling hostname v0.4.0 |
1561 | 2025-03-05T23:06:51.654Z | Compiling crucible-workspace-hack v0.1.0 |
1562 | 2025-03-05T23:06:52.426Z | Compiling proc-macro-crate v1.3.1 |
1563 | 2025-03-05T23:06:53.277Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1564 | 2025-03-05T23:06:55.423Z | Compiling newtype-uuid v1.1.0 |
1565 | 2025-03-05T23:06:56.124Z | Compiling unicode-width v0.1.14 |
1566 | 2025-03-05T23:06:57.328Z | Compiling hex v0.4.3 |
1567 | 2025-03-05T23:06:57.862Z | Compiling clap_derive v4.5.4 |
1568 | 2025-03-05T23:06:57.994Z | Compiling instant v0.1.12 |
1569 | 2025-03-05T23:06:58.144Z | Compiling utf8parse v0.2.1 |
1570 | 2025-03-05T23:06:58.416Z | Compiling lazy_static v1.5.0 |
1571 | 2025-03-05T23:06:59.217Z | Compiling anstyle-parse v0.2.4 |
1572 | 2025-03-05T23:06:59.551Z | Compiling backoff v0.4.0 |
1573 | 2025-03-05T23:07:00.289Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1574 | 2025-03-05T23:07:00.921Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1575 | 2025-03-05T23:07:01.028Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1576 | 2025-03-05T23:07:01.107Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1577 | 2025-03-05T23:07:01.320Z | Compiling parse-display v0.10.0 |
1578 | 2025-03-05T23:07:01.424Z | Compiling regress v0.9.1 |
1579 | 2025-03-05T23:07:03.077Z | Compiling macaddr v1.0.1 |
1580 | 2025-03-05T23:07:03.688Z | Compiling num-integer v0.1.46 |
1581 | 2025-03-05T23:07:04.542Z | Compiling unicode-xid v0.2.4 |
1582 | 2025-03-05T23:07:04.697Z | Compiling anstyle-query v1.0.3 |
1583 | 2025-03-05T23:07:04.838Z | Compiling colorchoice v1.0.1 |
1584 | 2025-03-05T23:07:05.230Z | Compiling anstyle v1.0.7 |
1585 | 2025-03-05T23:07:05.672Z | Compiling is_terminal_polyfill v1.70.0 |
1586 | 2025-03-05T23:07:05.801Z | Compiling anstream v0.6.14 |
1587 | 2025-03-05T23:07:06.410Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1588 | 2025-03-05T23:07:07.718Z | Compiling terminal_size v0.3.0 |
1589 | 2025-03-05T23:07:08.799Z | Compiling clap_lex v0.7.0 |
1590 | 2025-03-05T23:07:09.383Z | Compiling heapless v0.8.0 |
1591 | 2025-03-05T23:07:10.296Z | Compiling clap_builder v4.5.2 |
1592 | 2025-03-05T23:07:12.381Z | Compiling num-bigint v0.4.5 |
1593 | 2025-03-05T23:07:12.405Z | Compiling num_enum_derive v0.5.11 |
1594 | 2025-03-05T23:07:14.256Z | Compiling hash32 v0.3.1 |
1595 | 2025-03-05T23:07:14.483Z | Compiling either v1.13.0 |
1596 | 2025-03-05T23:07:14.572Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1597 | 2025-03-05T23:07:14.839Z | Compiling fastrand v2.1.0 |
1598 | 2025-03-05T23:07:14.863Z | Compiling thiserror v2.0.11 |
1599 | 2025-03-05T23:07:14.912Z | Compiling smoltcp v0.11.0 |
1600 | 2025-03-05T23:07:15.122Z | Compiling num-rational v0.4.2 |
1601 | 2025-03-05T23:07:15.359Z | Compiling tempfile v3.10.1 |
1602 | 2025-03-05T23:07:15.890Z | Compiling num_enum v0.5.11 |
1603 | 2025-03-05T23:07:16.060Z | Compiling clap v4.5.4 |
1604 | 2025-03-05T23:07:16.367Z | Compiling synstructure v0.12.6 |
1605 | 2025-03-05T23:07:16.510Z | Compiling num-iter v0.1.45 |
1606 | 2025-03-05T23:07:16.730Z | Compiling num-complex v0.4.6 |
1607 | 2025-03-05T23:07:17.200Z | Compiling proc-macro-error-attr v1.0.4 |
1608 | 2025-03-05T23:07:17.274Z | Compiling managed v0.8.0 |
1609 | 2025-03-05T23:07:17.353Z | Compiling cobs v0.2.3 |
1610 | 2025-03-05T23:07:17.513Z | Compiling bitflags v1.3.2 |
1611 | 2025-03-05T23:07:17.721Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1612 | 2025-03-05T23:07:17.771Z | Compiling postcard v1.0.9 |
1613 | 2025-03-05T23:07:18.371Z | Compiling num v0.4.3 |
1614 | 2025-03-05T23:07:18.468Z | Compiling zerocopy-derive v0.2.0 |
1615 | 2025-03-05T23:07:19.486Z | Compiling foreign-types-macros v0.2.3 |
1616 | 2025-03-05T23:07:19.589Z | Compiling thiserror-impl v2.0.11 |
1617 | 2025-03-05T23:07:19.827Z | Compiling libz-sys v1.1.16 |
1618 | 2025-03-05T23:07:20.501Z | Compiling proc-macro-error v1.0.4 |
1619 | 2025-03-05T23:07:20.718Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1620 | 2025-03-05T23:07:21.038Z | Compiling foreign-types-shared v0.3.1 |
1621 | 2025-03-05T23:07:21.200Z | Compiling prettyplease v0.2.22 |
1622 | 2025-03-05T23:07:21.828Z | Compiling pretty-hex v0.2.1 |
1623 | 2025-03-05T23:07:21.874Z | Compiling data-encoding v2.6.0 |
1624 | 2025-03-05T23:07:22.580Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1625 | 2025-03-05T23:07:22.724Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1626 | 2025-03-05T23:07:24.118Z | Compiling foreign-types v0.5.0 |
1627 | 2025-03-05T23:07:26.202Z | Compiling tabwriter v1.4.0 |
1628 | 2025-03-05T23:07:26.553Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1629 | 2025-03-05T23:07:26.764Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1630 | 2025-03-05T23:07:27.332Z | Compiling cstr-argument v0.1.2 |
1631 | 2025-03-05T23:07:27.422Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1632 | 2025-03-05T23:07:27.782Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1633 | 2025-03-05T23:07:28.478Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1634 | 2025-03-05T23:07:29.335Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1635 | 2025-03-05T23:07:29.541Z | Compiling colored v2.1.0 |
1636 | 2025-03-05T23:07:30.266Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1637 | 2025-03-05T23:07:30.488Z | Compiling usdt-impl v0.3.5 |
1638 | 2025-03-05T23:07:30.622Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1639 | 2025-03-05T23:07:30.811Z | Compiling float-ord v0.3.2 |
1640 | 2025-03-05T23:07:30.866Z | Compiling unicode-segmentation v1.11.0 |
1641 | 2025-03-05T23:07:30.892Z | Compiling semver v0.1.20 |
1642 | 2025-03-05T23:07:30.998Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1643 | 2025-03-05T23:07:31.124Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1644 | 2025-03-05T23:07:31.354Z | Compiling rustc_version v0.1.7 |
1645 | 2025-03-05T23:07:31.638Z | Compiling newline-converter v0.3.0 |
1646 | 2025-03-05T23:07:32.412Z | Compiling zone_cfg_derive v0.3.0 |
1647 | 2025-03-05T23:07:33.883Z | Compiling camino-tempfile v1.1.1 |
1648 | 2025-03-05T23:07:34.501Z | Compiling itertools v0.10.5 |
1649 | 2025-03-05T23:07:34.786Z | Compiling console v0.15.8 |
1650 | 2025-03-05T23:07:36.870Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1651 | 2025-03-05T23:07:37.430Z | Compiling num-derive v0.4.2 |
1652 | 2025-03-05T23:07:38.341Z | Compiling sigpipe v0.1.3 |
1653 | 2025-03-05T23:07:38.470Z | Compiling base64 v0.21.7 |
1654 | 2025-03-05T23:07:38.709Z | Compiling base64ct v1.6.0 |
1655 | 2025-03-05T23:07:39.060Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1656 | 2025-03-05T23:07:39.287Z | Compiling similar v2.5.0 |
1657 | 2025-03-05T23:07:39.400Z | Compiling password-hash v0.5.0 |
1658 | 2025-03-05T23:07:39.839Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1659 | 2025-03-05T23:07:40.754Z | Compiling expectorate v1.1.0 |
1660 | 2025-03-05T23:07:41.063Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1661 | 2025-03-05T23:07:41.254Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1662 | 2025-03-05T23:07:41.710Z | Compiling zone v0.3.0 |
1663 | 2025-03-05T23:07:42.704Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1664 | 2025-03-05T23:07:43.659Z | Compiling typify-impl v0.3.0 |
1665 | 2025-03-05T23:07:44.191Z | Compiling newtype_derive v0.1.6 |
1666 | 2025-03-05T23:07:44.322Z | Compiling zerocopy v0.3.2 |
1667 | 2025-03-05T23:07:44.514Z | Compiling blake2 v0.10.6 |
1668 | 2025-03-05T23:07:44.712Z | Compiling cargo-platform v0.1.8 |
1669 | 2025-03-05T23:07:44.742Z | Compiling hubpack_derive v0.1.1 |
1670 | 2025-03-05T23:07:45.099Z | Compiling smf v0.2.3 |
1671 | 2025-03-05T23:07:45.398Z | Compiling serde_repr v0.1.19 |
1672 | 2025-03-05T23:07:45.525Z | Compiling zerocopy-derive v0.6.6 |
1673 | 2025-03-05T23:07:45.625Z | Compiling vergen v8.3.2 |
1674 | 2025-03-05T23:07:45.956Z | Compiling cancel-safe-futures v0.1.5 |
1675 | 2025-03-05T23:07:46.311Z | Compiling fixedbitset v0.4.2 |
1676 | 2025-03-05T23:07:46.366Z | Compiling whoami v1.5.1 |
1677 | 2025-03-05T23:07:46.974Z | Compiling owo-colors v4.1.0 |
1678 | 2025-03-05T23:07:47.132Z | Compiling zerocopy v0.6.6 |
1679 | 2025-03-05T23:07:47.176Z | Compiling petgraph v0.6.5 |
1680 | 2025-03-05T23:07:47.365Z | Compiling hubpack v0.1.2 |
1681 | 2025-03-05T23:07:47.762Z | Compiling cargo_metadata v0.18.1 |
1682 | 2025-03-05T23:07:47.787Z | Compiling argon2 v0.5.3 |
1683 | 2025-03-05T23:07:48.910Z | Compiling dof v0.1.5 |
1684 | 2025-03-05T23:07:50.291Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1685 | 2025-03-05T23:07:50.567Z | Compiling dtrace-parser v0.1.14 |
1686 | 2025-03-05T23:07:51.360Z | Compiling typify-macro v0.3.0 |
1687 | 2025-03-05T23:07:51.395Z | Compiling strum_macros v0.25.3 |
1688 | 2025-03-05T23:07:51.789Z | Compiling rustc_version v0.4.0 |
1689 | 2025-03-05T23:07:52.258Z | Compiling serde-big-array v0.5.1 |
1690 | 2025-03-05T23:07:52.486Z | Compiling libsqlite3-sys v0.30.1 |
1691 | 2025-03-05T23:07:52.978Z | Compiling slog-dtrace v0.3.0 |
1692 | 2025-03-05T23:07:53.003Z | Compiling cookie v0.18.1 |
1693 | 2025-03-05T23:07:53.315Z | Compiling convert_case v0.4.0 |
1694 | 2025-03-05T23:07:53.340Z | Compiling utf-8 v0.7.6 |
1695 | 2025-03-05T23:07:53.366Z | Compiling static_assertions v1.1.0 |
1696 | 2025-03-05T23:07:53.453Z | Compiling tinyvec_macros v0.1.1 |
1697 | 2025-03-05T23:07:53.661Z | Compiling cfg_aliases v0.2.1 |
1698 | 2025-03-05T23:07:53.764Z | Compiling rustls v0.21.12 |
1699 | 2025-03-05T23:07:53.879Z | Compiling derive_more v0.99.18 |
1700 | 2025-03-05T23:07:54.080Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1701 | 2025-03-05T23:07:54.109Z | Compiling nix v0.29.0 |
1702 | 2025-03-05T23:07:54.134Z | Compiling tinyvec v1.6.0 |
1703 | 2025-03-05T23:07:54.210Z | Compiling tungstenite v0.21.0 |
1704 | 2025-03-05T23:07:54.596Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1705 | 2025-03-05T23:07:55.771Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1706 | 2025-03-05T23:07:57.034Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1707 | 2025-03-05T23:07:58.125Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1708 | 2025-03-05T23:07:58.449Z | Compiling atomicwrites v0.4.4 |
1709 | 2025-03-05T23:07:58.884Z | Compiling itertools v0.13.0 |
1710 | 2025-03-05T23:07:58.932Z | Compiling libsw v3.3.1 |
1711 | 2025-03-05T23:07:59.222Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1712 | 2025-03-05T23:07:59.377Z | Compiling enum-as-inner v0.6.0 |
1713 | 2025-03-05T23:08:00.243Z | Compiling serde_tokenstream v0.1.7 |
1714 | 2025-03-05T23:08:00.661Z | Compiling sct v0.7.1 |
1715 | 2025-03-05T23:08:00.686Z | Compiling rustls-webpki v0.101.7 |
1716 | 2025-03-05T23:08:01.037Z | Compiling inout v0.1.3 |
1717 | 2025-03-05T23:08:01.223Z | Compiling derive-where v1.2.7 |
1718 | 2025-03-05T23:08:01.273Z | Compiling indent_write v2.2.0 |
1719 | 2025-03-05T23:08:01.481Z | Compiling quick-error v1.2.3 |
1720 | 2025-03-05T23:08:01.635Z | Compiling swrite v0.1.0 |
1721 | 2025-03-05T23:08:01.782Z | Compiling linked-hash-map v0.5.6 |
1722 | 2025-03-05T23:08:01.811Z | Compiling radium v0.7.0 |
1723 | 2025-03-05T23:08:02.116Z | Compiling linear-map v1.2.0 |
1724 | 2025-03-05T23:08:02.218Z | Compiling highway v1.2.0 |
1725 | 2025-03-05T23:08:02.497Z | Compiling lru-cache v0.1.2 |
1726 | 2025-03-05T23:08:02.685Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1727 | 2025-03-05T23:08:03.056Z | Compiling resolv-conf v0.7.0 |
1728 | 2025-03-05T23:08:03.333Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1729 | 2025-03-05T23:08:03.590Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1730 | 2025-03-05T23:08:04.321Z | Compiling cipher v0.4.4 |
1731 | 2025-03-05T23:08:04.357Z | Compiling hickory-proto v0.24.4 |
1732 | 2025-03-05T23:08:04.718Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1733 | 2025-03-05T23:08:09.389Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1734 | 2025-03-05T23:08:09.699Z | Compiling git2 v0.19.0 |
1735 | 2025-03-05T23:08:11.643Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1736 | 2025-03-05T23:08:12.489Z | Compiling steno v0.4.1 |
1737 | 2025-03-05T23:08:15.910Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1738 | 2025-03-05T23:08:15.950Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1739 | 2025-03-05T23:08:17.137Z | Compiling tokio-tungstenite v0.21.0 |
1740 | 2025-03-05T23:08:19.449Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1741 | 2025-03-05T23:08:19.485Z | Compiling crossbeam-epoch v0.9.18 |
1742 | 2025-03-05T23:08:20.365Z | Compiling hashlink v0.9.1 |
1743 | 2025-03-05T23:08:20.436Z | Compiling tap v1.0.1 |
1744 | 2025-03-05T23:08:20.886Z | Compiling fallible-iterator v0.3.0 |
1745 | 2025-03-05T23:08:20.954Z | Compiling humantime v2.1.0 |
1746 | 2025-03-05T23:08:21.562Z | Compiling fallible-streaming-iterator v0.1.9 |
1747 | 2025-03-05T23:08:21.644Z | Compiling rayon-core v1.12.1 |
1748 | 2025-03-05T23:08:21.795Z | Compiling rusqlite v0.32.1 |
1749 | 2025-03-05T23:08:21.970Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1750 | 2025-03-05T23:08:24.265Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1751 | 2025-03-05T23:08:24.571Z | Compiling wyz v0.5.1 |
1752 | 2025-03-05T23:08:24.928Z | Compiling crossbeam-deque v0.8.5 |
1753 | 2025-03-05T23:08:25.937Z | Compiling hickory-resolver v0.24.4 |
1754 | 2025-03-05T23:08:26.872Z | Compiling tokio-rustls v0.24.1 |
1755 | 2025-03-05T23:08:27.662Z | Compiling usdt-attr-macro v0.3.5 |
1756 | 2025-03-05T23:08:28.268Z | Compiling usdt-macro v0.3.5 |
1757 | 2025-03-05T23:08:28.797Z | Compiling typify v0.3.0 |
1758 | 2025-03-05T23:08:28.926Z | Compiling rustls-pemfile v1.0.4 |
1759 | 2025-03-05T23:08:29.330Z | Compiling num_enum_derive v0.7.2 |
1760 | 2025-03-05T23:08:29.536Z | Compiling twox-hash v2.1.0 |
1761 | 2025-03-05T23:08:30.303Z | Compiling universal-hash v0.5.1 |
1762 | 2025-03-05T23:08:30.512Z | Compiling atty v0.2.14 |
1763 | 2025-03-05T23:08:30.571Z | Compiling opaque-debug v0.3.1 |
1764 | 2025-03-05T23:08:30.671Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1765 | 2025-03-05T23:08:30.696Z | Compiling funty v2.0.0 |
1766 | 2025-03-05T23:08:31.030Z | Compiling polyval v0.6.2 |
1767 | 2025-03-05T23:08:31.185Z | Compiling num_enum v0.7.2 |
1768 | 2025-03-05T23:08:31.472Z | Compiling bitvec v1.0.1 |
1769 | 2025-03-05T23:08:33.034Z | Compiling usdt v0.3.5 |
1770 | 2025-03-05T23:08:33.451Z | Compiling progenitor-impl v0.9.1 |
1771 | 2025-03-05T23:08:35.538Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1772 | 2025-03-05T23:08:38.088Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1773 | 2025-03-05T23:08:39.987Z | Compiling toml v0.7.8 |
1774 | 2025-03-05T23:08:41.048Z | Compiling ctr v0.9.2 |
1775 | 2025-03-05T23:08:41.387Z | Compiling aes v0.8.4 |
1776 | 2025-03-05T23:08:43.113Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1777 | 2025-03-05T23:08:43.448Z | Compiling aead v0.5.2 |
1778 | 2025-03-05T23:08:43.529Z | Compiling bincode v1.3.3 |
1779 | 2025-03-05T23:08:43.746Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1780 | 2025-03-05T23:08:43.904Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1781 | 2025-03-05T23:08:43.934Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1782 | 2025-03-05T23:08:44.229Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1783 | 2025-03-05T23:08:44.308Z | Compiling aes-gcm-siv v0.11.1 |
1784 | 2025-03-05T23:08:44.363Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1785 | 2025-03-05T23:08:44.570Z | Compiling rayon v1.10.0 |
1786 | 2025-03-05T23:08:44.848Z | Compiling progenitor-macro v0.9.1 |
1787 | 2025-03-05T23:08:48.909Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1788 | 2025-03-05T23:08:49.366Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1789 | 2025-03-05T23:08:52.242Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1790 | 2025-03-05T23:08:52.548Z | Compiling progenitor-client v0.9.1 |
1791 | 2025-03-05T23:08:52.978Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1792 | 2025-03-05T23:08:53.391Z | Compiling bitstruct_derive v0.1.0 |
1793 | 2025-03-05T23:08:53.416Z | Compiling async-recursion v1.1.1 |
1794 | 2025-03-05T23:08:54.428Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1795 | 2025-03-05T23:08:54.546Z | Compiling typeid v1.0.0 |
1796 | 2025-03-05T23:08:54.580Z | Compiling ascii v1.1.0 |
1797 | 2025-03-05T23:08:54.727Z | Compiling ringbuffer v0.15.0 |
1798 | 2025-03-05T23:08:55.249Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1799 | 2025-03-05T23:08:56.842Z | Compiling erased-serde v0.4.5 |
1800 | 2025-03-05T23:08:58.091Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1801 | 2025-03-05T23:08:58.420Z | Compiling bitstruct v0.1.1 |
1802 | 2025-03-05T23:08:58.540Z | Compiling progenitor v0.9.1 |
1803 | 2025-03-05T23:08:58.733Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1804 | 2025-03-05T23:09:00.314Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1805 | 2025-03-05T23:09:00.657Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1806 | 2025-03-05T23:09:00.883Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1807 | 2025-03-05T23:09:01.034Z | Compiling const_format_proc_macros v0.2.32 |
1808 | 2025-03-05T23:09:02.411Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1809 | 2025-03-05T23:09:03.354Z | Compiling serde_arrays v0.1.0 |
1810 | 2025-03-05T23:09:03.533Z | Compiling kstat-rs v0.2.4 |
1811 | 2025-03-05T23:09:04.283Z | Compiling libloading v0.7.4 |
1812 | 2025-03-05T23:09:04.642Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1813 | 2025-03-05T23:09:05.732Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1814 | 2025-03-05T23:09:15.793Z | Compiling const_format v0.2.32 |
1815 | 2025-03-05T23:09:16.051Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1816 | 2025-03-05T23:09:16.183Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1817 | 2025-03-05T23:09:16.778Z | Compiling ron v0.8.1 |
1818 | 2025-03-05T23:09:16.847Z | Compiling bit_field v0.10.2 |
1819 | 2025-03-05T23:09:18.716Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1820 | 2025-03-05T23:09:21.285Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1821 | 2025-03-05T23:09:23.797Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1822 | 2025-03-05T23:10:13.464Z | Finished `release` profile [optimized] target(s) in 4m 57s |
1823 | 2025-03-05T23:10:13.610Z | |
1824 | 2025-03-05T23:10:13.610Z | real 4:57.261391975 |
1825 | 2025-03-05T23:10:13.610Z | user 34:34.874759784 |
1826 | 2025-03-05T23:10:13.610Z | sys 2:36.783531831 |
1827 | 2025-03-05T23:10:13.610Z | trap 1.026621765 |
1828 | 2025-03-05T23:10:13.610Z | tflt 0.797676765 |
1829 | 2025-03-05T23:10:13.610Z | dflt 0.751499467 |
1830 | 2025-03-05T23:10:13.610Z | kflt 0.000219738 |
1831 | 2025-03-05T23:10:13.636Z | lock 1:15:32.123827037 |
1832 | 2025-03-05T23:10:13.636Z | slp 2:05:42.227305616 |
1833 | 2025-03-05T23:10:13.636Z | lat 1:57.553296025 |
1834 | 2025-03-05T23:10:13.636Z | stop 2:27.124714811 |
1835 | 2025-03-05T23:10:13.636Z | + OUTDIR=/work/release |
1836 | 2025-03-05T23:10:13.636Z | + mkdir -p /work/release |
1837 | 2025-03-05T23:10:13.636Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1838 | 2025-03-05T23:10:13.661Z | + cp target/release/propolis-server /work/release/propolis-server |
1839 | 2025-03-05T23:10:13.711Z | process exited: duration 537593 ms, exit code 0 |
|
1840 | 2025-03-05T23:10:13.792Z | found 2 output files |
1841 | 2025-03-05T23:10:13.792Z | uploading: /work/release/propolis-cli (22330200 bytes) |
1842 | 2025-03-05T23:10:16.077Z | uploaded: /work/release/propolis-cli |
1843 | 2025-03-05T23:10:16.077Z | uploading: /work/release/propolis-server (61083152 bytes) |
1844 | 2025-03-05T23:10:28.944Z | uploaded: /work/release/propolis-server |