|
|
|
1 | 2025-07-03T20:29:36.212Z | job assigned to worker 01JZ8ZMF06DQSNE9C2F0FA527Z [factory aws, i-0acba7f35ed5ae8ba] (queued for 59 s) |
|
2 | 2025-07-03T20:29:44.212Z | starting task 0: "setup" |
3 | 2025-07-03T20:29:44.217Z | ++ uname -s |
4 | 2025-07-03T20:29:44.221Z | + kern=SunOS |
5 | 2025-07-03T20:29:44.221Z | + build_user=build |
6 | 2025-07-03T20:29:44.221Z | + build_uid=12345 |
7 | 2025-07-03T20:29:44.221Z | + work_dir=/work |
8 | 2025-07-03T20:29:44.221Z | + input_dir=/input |
9 | 2025-07-03T20:29:44.221Z | + [[ 0 == 12345 ]] |
10 | 2025-07-03T20:29:44.221Z | + case "$kern" in |
11 | 2025-07-03T20:29:44.221Z | + groupadd -g 12345 build |
12 | 2025-07-03T20:29:44.224Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-03T20:29:46.230Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-03T20:29:46.309Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-03T20:29:46.312Z | + home_fs=zfs |
16 | 2025-07-03T20:29:46.313Z | + [[ zfs == autofs ]] |
17 | 2025-07-03T20:29:46.313Z | + mkdir -p /home/build |
18 | 2025-07-03T20:29:46.313Z | + chown build:build /home/build /work |
19 | 2025-07-03T20:29:48.314Z | + chmod 0700 /home/build /work |
20 | 2025-07-03T20:29:48.322Z | process exited: duration 4106 ms, exit code 0 |
|
21 | 2025-07-03T20:29:48.353Z | starting task 1: "rust-toolchain" |
22 | 2025-07-03T20:29:48.385Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-03T20:29:48.385Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-03T20:29:48.385Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-07-03T20:29:48.385Z | * rust toolchain profile = "default" |
26 | 2025-07-03T20:29:48.385Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-03T20:29:48.385Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-03T20:29:48.385Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-03T20:29:48.385Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-03T20:29:48.460Z | info: downloading installer |
31 | 2025-07-03T20:29:49.692Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-03T20:29:49.692Z | warn: /opt/ooce/bin |
33 | 2025-07-03T20:29:49.692Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-03T20:29:49.692Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-03T20:29:49.692Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-03T20:29:49.692Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-03T20:29:49.692Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-03T20:29:49.692Z | error: cannot install while Rust is installed |
39 | 2025-07-03T20:29:49.692Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-03T20:29:49.723Z | info: profile set to 'default' |
41 | 2025-07-03T20:29:49.723Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-03T20:29:49.726Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-03T20:29:49.886Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-03T20:29:49.886Z | info: downloading component 'cargo' |
45 | 2025-07-03T20:29:50.872Z | info: downloading component 'clippy' |
46 | 2025-07-03T20:29:51.267Z | info: downloading component 'rust-docs' |
47 | 2025-07-03T20:29:52.515Z | info: downloading component 'rust-std' |
48 | 2025-07-03T20:29:54.113Z | info: downloading component 'rustc' |
49 | 2025-07-03T20:30:00.628Z | info: downloading component 'rustfmt' |
50 | 2025-07-03T20:30:00.920Z | info: installing component 'cargo' |
51 | 2025-07-03T20:30:02.264Z | info: installing component 'clippy' |
52 | 2025-07-03T20:30:02.267Z | info: installing component 'rust-docs' |
53 | 2025-07-03T20:30:04.117Z | info: installing component 'rust-std' |
54 | 2025-07-03T20:30:05.874Z | info: installing component 'rustc' |
55 | 2025-07-03T20:30:12.764Z | info: installing component 'rustfmt' |
56 | 2025-07-03T20:30:13.105Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-03T20:30:13.105Z | |
58 | 2025-07-03T20:30:13.559Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-03T20:30:13.559Z | |
60 | 2025-07-03T20:30:13.563Z | |
61 | 2025-07-03T20:30:13.564Z | Rust is installed now. Great! |
62 | 2025-07-03T20:30:13.564Z | |
63 | 2025-07-03T20:30:13.564Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-03T20:30:13.564Z | environment variable. This has not been done automatically. |
65 | 2025-07-03T20:30:13.564Z | |
66 | 2025-07-03T20:30:13.564Z | To configure your current shell, you need to source |
67 | 2025-07-03T20:30:13.564Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-03T20:30:13.564Z | |
69 | 2025-07-03T20:30:13.564Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-03T20:30:13.564Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-03T20:30:13.564Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-03T20:30:13.564Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-03T20:30:13.695Z | + rustup --version |
74 | 2025-07-03T20:30:13.707Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-03T20:30:13.707Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-03T20:30:13.793Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-03T20:30:13.798Z | + cargo --version |
78 | 2025-07-03T20:30:13.863Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-03T20:30:13.866Z | + rustc --version |
80 | 2025-07-03T20:30:13.942Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-03T20:30:13.946Z | process exited: duration 25603 ms, exit code 0 |
|
82 | 2025-07-03T20:30:13.953Z | starting task 2: "authentication" |
83 | 2025-07-03T20:30:13.978Z | process exited: duration 25 ms, exit code 0 |
|
84 | 2025-07-03T20:30:13.985Z | starting task 3: "clone repository" |
85 | 2025-07-03T20:30:13.991Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-03T20:30:13.995Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-03T20:30:14.030Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-03T20:30:21.866Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-03T20:30:21.866Z | + git fetch origin 3f50db706aa4e6230fce1860037945861e083002 |
90 | 2025-07-03T20:30:22.181Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-03T20:30:22.181Z | * branch 3f50db706aa4e6230fce1860037945861e083002 -> FETCH_HEAD |
92 | 2025-07-03T20:30:22.193Z | + [[ -n update-status-sp-version-info ]] |
93 | 2025-07-03T20:30:22.197Z | ++ git branch --show-current |
94 | 2025-07-03T20:30:22.200Z | + current=main |
95 | 2025-07-03T20:30:22.200Z | + [[ main != update-status-sp-version-info ]] |
96 | 2025-07-03T20:30:22.200Z | + git branch -f update-status-sp-version-info 3f50db706aa4e6230fce1860037945861e083002 |
97 | 2025-07-03T20:30:22.203Z | + git checkout -f update-status-sp-version-info |
98 | 2025-07-03T20:30:22.438Z | Switched to branch 'update-status-sp-version-info' |
99 | 2025-07-03T20:30:22.442Z | + git reset --hard 3f50db706aa4e6230fce1860037945861e083002 |
100 | 2025-07-03T20:30:22.669Z | HEAD is now at 3f50db706 clippy |
101 | 2025-07-03T20:30:22.672Z | process exited: duration 8684 ms, exit code 0 |
|
102 | 2025-07-03T20:30:22.681Z | starting task 4: "build" |
103 | 2025-07-03T20:30:22.687Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-03T20:30:22.690Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-03T20:30:22.690Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-03T20:30:22.690Z | + cargo --version |
107 | 2025-07-03T20:30:22.746Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-03T20:30:22.750Z | + rustc --version |
109 | 2025-07-03T20:30:22.825Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-03T20:30:22.830Z | + cargo tree --locked |
111 | 2025-07-03T20:30:23.126Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
112 | 2025-07-03T20:30:23.449Z | Updating crates.io index |
113 | 2025-07-03T20:30:23.453Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
114 | 2025-07-03T20:30:23.830Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
115 | 2025-07-03T20:30:24.432Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
116 | 2025-07-03T20:30:24.741Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
117 | 2025-07-03T20:30:25.007Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
118 | 2025-07-03T20:30:25.372Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
119 | 2025-07-03T20:30:26.469Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
120 | 2025-07-03T20:30:28.436Z | Updating git repository `https://github.com/oxidecomputer/opte` |
121 | 2025-07-03T20:30:30.288Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
122 | 2025-07-03T20:30:30.968Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
123 | 2025-07-03T20:30:31.236Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
124 | 2025-07-03T20:30:31.576Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
125 | 2025-07-03T20:30:32.245Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
126 | 2025-07-03T20:30:32.566Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
127 | 2025-07-03T20:30:32.966Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
128 | 2025-07-03T20:30:33.601Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
129 | 2025-07-03T20:30:33.903Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
130 | 2025-07-03T20:30:34.193Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
131 | 2025-07-03T20:30:34.406Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
132 | 2025-07-03T20:30:34.704Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
133 | 2025-07-03T20:30:35.027Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
134 | 2025-07-03T20:30:35.412Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
135 | 2025-07-03T20:30:35.736Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
136 | 2025-07-03T20:30:36.135Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
137 | 2025-07-03T20:30:36.635Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
138 | 2025-07-03T20:30:37.003Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
139 | 2025-07-03T20:30:37.376Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
140 | 2025-07-03T20:30:37.907Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
141 | 2025-07-03T20:30:38.357Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
142 | 2025-07-03T20:30:38.720Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
143 | 2025-07-03T20:30:39.056Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
144 | 2025-07-03T20:30:39.381Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
145 | 2025-07-03T20:30:48.437Z | Updating git repository `https://github.com/illumos/smf-rs` |
146 | 2025-07-03T20:30:50.075Z | Downloading crates ... |
147 | 2025-07-03T20:30:50.192Z | Downloaded adler2 v2.0.0 |
148 | 2025-07-03T20:30:50.196Z | Downloaded addr2line v0.24.2 |
149 | 2025-07-03T20:30:50.199Z | Downloaded anstyle-query v1.1.1 |
150 | 2025-07-03T20:30:50.205Z | Downloaded async-bb8-diesel v0.2.1 |
151 | 2025-07-03T20:30:50.208Z | Downloaded assert_cmd v2.0.17 |
152 | 2025-07-03T20:30:50.208Z | Downloaded arrayref v0.3.9 |
153 | 2025-07-03T20:30:50.208Z | Downloaded array-init v0.0.4 |
154 | 2025-07-03T20:30:50.212Z | Downloaded anstyle-parse v0.2.5 |
155 | 2025-07-03T20:30:50.213Z | Downloaded argon2 v0.5.3 |
156 | 2025-07-03T20:30:50.216Z | Downloaded anes v0.1.6 |
157 | 2025-07-03T20:30:50.220Z | Downloaded erased-serde v0.4.6 |
158 | 2025-07-03T20:30:50.220Z | Downloaded event-listener-strategy v0.5.2 |
159 | 2025-07-03T20:30:50.223Z | Downloaded ff v0.13.0 |
160 | 2025-07-03T20:30:50.223Z | Downloaded event-listener v2.5.3 |
161 | 2025-07-03T20:30:50.226Z | Downloaded fallible-iterator v0.2.0 |
162 | 2025-07-03T20:30:50.227Z | Downloaded async-attributes v1.1.2 |
163 | 2025-07-03T20:30:50.230Z | Downloaded anyhow v1.0.98 |
164 | 2025-07-03T20:30:50.233Z | Downloaded assert_matches v1.5.0 |
165 | 2025-07-03T20:30:50.237Z | Downloaded allocator-api2 v0.2.21 |
166 | 2025-07-03T20:30:50.237Z | Downloaded futures-macro v0.3.31 |
167 | 2025-07-03T20:30:50.243Z | Downloaded fastrand v2.1.1 |
168 | 2025-07-03T20:30:50.243Z | Downloaded fatfs v0.3.6 |
169 | 2025-07-03T20:30:50.247Z | Downloaded futures-core v0.3.31 |
170 | 2025-07-03T20:30:50.247Z | Downloaded futures-io v0.3.31 |
171 | 2025-07-03T20:30:50.247Z | Downloaded block-padding v0.3.3 |
172 | 2025-07-03T20:30:50.250Z | Downloaded gethostname v0.5.0 |
173 | 2025-07-03T20:30:50.250Z | Downloaded filetime v0.2.25 |
174 | 2025-07-03T20:30:50.255Z | Downloaded generic-array v0.14.7 |
175 | 2025-07-03T20:30:50.255Z | Downloaded fxhash v0.2.1 |
176 | 2025-07-03T20:30:50.256Z | Downloaded bit-vec v0.8.0 |
177 | 2025-07-03T20:30:50.260Z | Downloaded futures-executor v0.3.31 |
178 | 2025-07-03T20:30:50.260Z | Downloaded blake2 v0.10.6 |
179 | 2025-07-03T20:30:50.263Z | Downloaded camino v1.1.10 |
180 | 2025-07-03T20:30:50.266Z | Downloaded futures-timer v3.0.3 |
181 | 2025-07-03T20:30:50.270Z | Downloaded fnv v1.0.7 |
182 | 2025-07-03T20:30:50.270Z | Downloaded bit-set v0.8.0 |
183 | 2025-07-03T20:30:50.273Z | Downloaded async-stream-impl v0.3.6 |
184 | 2025-07-03T20:30:50.273Z | Downloaded getrandom v0.3.1 |
185 | 2025-07-03T20:30:50.277Z | Downloaded fs_extra v1.3.0 |
186 | 2025-07-03T20:30:50.280Z | Downloaded highway v1.3.0 |
187 | 2025-07-03T20:30:50.284Z | Downloaded futures-task v0.3.31 |
188 | 2025-07-03T20:30:50.284Z | Downloaded cargo-platform v0.1.8 |
189 | 2025-07-03T20:30:50.289Z | Downloaded hickory-resolver v0.25.2 |
190 | 2025-07-03T20:30:50.292Z | Downloaded getrandom v0.2.15 |
191 | 2025-07-03T20:30:50.296Z | Downloaded glob v0.3.2 |
192 | 2025-07-03T20:30:50.299Z | Downloaded ghash v0.5.1 |
193 | 2025-07-03T20:30:50.299Z | Downloaded atty v0.2.14 |
194 | 2025-07-03T20:30:50.303Z | Downloaded headers-core v0.3.0 |
195 | 2025-07-03T20:30:50.303Z | Downloaded guppy-workspace-hack v0.1.0 |
196 | 2025-07-03T20:30:50.307Z | Downloaded foreign-types v0.5.0 |
197 | 2025-07-03T20:30:50.307Z | Downloaded foreign-types v0.3.2 |
198 | 2025-07-03T20:30:50.308Z | Downloaded globwalk v0.9.1 |
199 | 2025-07-03T20:30:50.312Z | Downloaded foreign-types-shared v0.3.1 |
200 | 2025-07-03T20:30:50.312Z | Downloaded form_urlencoded v1.2.1 |
201 | 2025-07-03T20:30:50.312Z | Downloaded cargo-platform v0.2.0 |
202 | 2025-07-03T20:30:50.318Z | Downloaded bitfield-struct v0.6.2 |
203 | 2025-07-03T20:30:50.318Z | Downloaded heck v0.3.3 |
204 | 2025-07-03T20:30:50.318Z | Downloaded home v0.5.9 |
205 | 2025-07-03T20:30:50.322Z | Downloaded peg-runtime v0.8.5 |
206 | 2025-07-03T20:30:50.323Z | Downloaded autocfg v1.4.0 |
207 | 2025-07-03T20:30:50.326Z | Downloaded http-body v1.0.1 |
208 | 2025-07-03T20:30:50.326Z | Downloaded async-executor v1.13.1 |
209 | 2025-07-03T20:30:50.329Z | Downloaded cargo-util-schemas v0.2.0 |
210 | 2025-07-03T20:30:50.329Z | Downloaded hex-literal v0.4.1 |
211 | 2025-07-03T20:30:50.334Z | Downloaded hostname v0.3.1 |
212 | 2025-07-03T20:30:50.338Z | Downloaded progenitor-client v0.9.1 |
213 | 2025-07-03T20:30:50.338Z | Downloaded hostname v0.4.0 |
214 | 2025-07-03T20:30:50.342Z | Downloaded ordered-float v2.10.1 |
215 | 2025-07-03T20:30:50.342Z | Downloaded bytecount v0.6.8 |
216 | 2025-07-03T20:30:50.342Z | Downloaded camino-tempfile-ext v0.3.1 |
217 | 2025-07-03T20:30:50.348Z | Downloaded bit-vec v0.6.3 |
218 | 2025-07-03T20:30:50.351Z | Downloaded bitflags v1.3.2 |
219 | 2025-07-03T20:30:50.351Z | Downloaded russh-cryptovec v0.7.3 |
220 | 2025-07-03T20:30:50.352Z | Downloaded hash32 v0.2.1 |
221 | 2025-07-03T20:30:50.357Z | Downloaded cancel-safe-futures v0.1.5 |
222 | 2025-07-03T20:30:50.361Z | Downloaded cbc v0.1.2 |
223 | 2025-07-03T20:30:50.361Z | Downloaded scroll_derive v0.12.0 |
224 | 2025-07-03T20:30:50.361Z | Downloaded fs-err v3.1.1 |
225 | 2025-07-03T20:30:50.370Z | Downloaded castaway v0.2.3 |
226 | 2025-07-03T20:30:50.374Z | Downloaded atomic-waker v1.1.2 |
227 | 2025-07-03T20:30:50.374Z | Downloaded same-file v1.0.6 |
228 | 2025-07-03T20:30:50.374Z | Downloaded hubpack v0.1.2 |
229 | 2025-07-03T20:30:50.374Z | Downloaded httpdate v1.0.3 |
230 | 2025-07-03T20:30:50.374Z | Downloaded sigpipe v0.1.3 |
231 | 2025-07-03T20:30:50.374Z | Downloaded bitflags v2.9.0 |
232 | 2025-07-03T20:30:50.378Z | Downloaded pem v3.0.5 |
233 | 2025-07-03T20:30:50.382Z | Downloaded async-trait v0.1.88 |
234 | 2025-07-03T20:30:50.386Z | Downloaded cfg-expr v0.18.0 |
235 | 2025-07-03T20:30:50.392Z | Downloaded paste v1.0.15 |
236 | 2025-07-03T20:30:50.395Z | Downloaded sync-ptr v0.1.4 |
237 | 2025-07-03T20:30:50.396Z | Downloaded relative-path v1.9.3 |
238 | 2025-07-03T20:30:50.396Z | Downloaded hickory-client v0.25.2 |
239 | 2025-07-03T20:30:50.401Z | Downloaded proc-macro-error-attr v1.0.4 |
240 | 2025-07-03T20:30:50.401Z | Downloaded tabled_derive v0.7.0 |
241 | 2025-07-03T20:30:50.405Z | Downloaded predicates-core v1.0.8 |
242 | 2025-07-03T20:30:50.405Z | Downloaded progenitor v0.10.0 |
243 | 2025-07-03T20:30:50.405Z | Downloaded fixedbitset v0.5.7 |
244 | 2025-07-03T20:30:50.409Z | Downloaded cargo_metadata v0.20.0 |
245 | 2025-07-03T20:30:50.409Z | Downloaded bcs v0.1.6 |
246 | 2025-07-03T20:30:50.413Z | Downloaded buf-list v1.0.3 |
247 | 2025-07-03T20:30:50.418Z | Downloaded env_logger v0.11.5 |
248 | 2025-07-03T20:30:50.422Z | Downloaded async-io v2.3.4 |
249 | 2025-07-03T20:30:50.422Z | Downloaded serde_regex v1.1.0 |
250 | 2025-07-03T20:30:50.428Z | Downloaded serde-value v0.7.0 |
251 | 2025-07-03T20:30:50.428Z | Downloaded httptest v0.16.3 |
252 | 2025-07-03T20:30:50.435Z | Downloaded signal-hook-tokio v0.3.1 |
253 | 2025-07-03T20:30:50.435Z | Downloaded base64 v0.13.1 |
254 | 2025-07-03T20:30:50.435Z | Downloaded slog-term v2.9.1 |
255 | 2025-07-03T20:30:50.439Z | Downloaded xshell-macros v0.2.7 |
256 | 2025-07-03T20:30:50.439Z | Downloaded slog-scope v4.4.0 |
257 | 2025-07-03T20:30:50.439Z | Downloaded static_assertions v1.1.0 |
258 | 2025-07-03T20:30:50.443Z | Downloaded ssh-cipher v0.2.0 |
259 | 2025-07-03T20:30:50.444Z | Downloaded httparse v1.9.5 |
260 | 2025-07-03T20:30:50.447Z | Downloaded chrono-tz-build v0.4.0 |
261 | 2025-07-03T20:30:50.450Z | Downloaded supports-color v3.0.2 |
262 | 2025-07-03T20:30:50.450Z | Downloaded tagptr v0.2.0 |
263 | 2025-07-03T20:30:50.455Z | Downloaded hmac v0.12.1 |
264 | 2025-07-03T20:30:50.455Z | Downloaded quick-error v1.2.3 |
265 | 2025-07-03T20:30:50.458Z | Downloaded topological-sort v0.2.2 |
266 | 2025-07-03T20:30:50.458Z | Downloaded toml_write v0.1.2 |
267 | 2025-07-03T20:30:50.463Z | Downloaded proc-macro-error v1.0.4 |
268 | 2025-07-03T20:30:50.468Z | Downloaded darling_macro v0.20.10 |
269 | 2025-07-03T20:30:50.468Z | Downloaded env_logger v0.10.2 |
270 | 2025-07-03T20:30:50.471Z | Downloaded poly1305 v0.8.0 |
271 | 2025-07-03T20:30:50.471Z | Downloaded thiserror-impl-no-std v2.0.2 |
272 | 2025-07-03T20:30:50.476Z | Downloaded thiserror-impl v1.0.69 |
273 | 2025-07-03T20:30:50.479Z | Downloaded unarray v0.1.4 |
274 | 2025-07-03T20:30:50.479Z | Downloaded untrusted v0.9.0 |
275 | 2025-07-03T20:30:50.479Z | Downloaded bumpalo v3.16.0 |
276 | 2025-07-03T20:30:50.484Z | Downloaded untrusted v0.7.1 |
277 | 2025-07-03T20:30:50.484Z | Downloaded xattr v1.3.1 |
278 | 2025-07-03T20:30:50.490Z | Downloaded embedded-io v0.6.1 |
279 | 2025-07-03T20:30:50.490Z | Downloaded dof v0.3.0 |
280 | 2025-07-03T20:30:50.494Z | Downloaded ident_case v1.0.1 |
281 | 2025-07-03T20:30:50.494Z | Downloaded universal-hash v0.5.1 |
282 | 2025-07-03T20:30:50.494Z | Downloaded zeroize_derive v1.4.2 |
283 | 2025-07-03T20:30:50.499Z | Downloaded zeroize v1.8.1 |
284 | 2025-07-03T20:30:50.499Z | Downloaded zerofrom-derive v0.1.4 |
285 | 2025-07-03T20:30:50.499Z | Downloaded tui-tree-widget v0.23.1 |
286 | 2025-07-03T20:30:50.504Z | Downloaded is_ci v1.2.0 |
287 | 2025-07-03T20:30:50.504Z | Downloaded zstd v0.13.3 |
288 | 2025-07-03T20:30:50.508Z | Downloaded heapless v0.7.17 |
289 | 2025-07-03T20:30:50.512Z | Downloaded match_cfg v0.1.0 |
290 | 2025-07-03T20:30:50.513Z | Downloaded crc-catalog v2.4.0 |
291 | 2025-07-03T20:30:50.516Z | Downloaded crc v3.2.1 |
292 | 2025-07-03T20:30:50.516Z | Downloaded newtype_derive v0.1.6 |
293 | 2025-07-03T20:30:50.520Z | Downloaded newline-converter v0.3.0 |
294 | 2025-07-03T20:30:50.520Z | Downloaded twox-hash v2.1.0 |
295 | 2025-07-03T20:30:50.524Z | Downloaded diesel-dtrace v0.4.2 |
296 | 2025-07-03T20:30:50.531Z | Downloaded data-encoding v2.9.0 |
297 | 2025-07-03T20:30:50.531Z | Downloaded thiserror v2.0.12 |
298 | 2025-07-03T20:30:50.535Z | Downloaded num-conv v0.1.0 |
299 | 2025-07-03T20:30:50.535Z | Downloaded pin-project v1.1.6 |
300 | 2025-07-03T20:30:50.546Z | Downloaded num-iter v0.1.45 |
301 | 2025-07-03T20:30:50.553Z | Downloaded embedded-io v0.4.0 |
302 | 2025-07-03T20:30:50.553Z | Downloaded is-terminal v0.4.13 |
303 | 2025-07-03T20:30:50.563Z | Downloaded ingot v0.1.0 |
304 | 2025-07-03T20:30:50.564Z | Downloaded internet-checksum v0.2.1 |
305 | 2025-07-03T20:30:50.564Z | Downloaded vsss-rs v3.3.4 |
306 | 2025-07-03T20:30:50.564Z | Downloaded chacha20 v0.9.1 |
307 | 2025-07-03T20:30:50.564Z | Downloaded plotters-svg v0.3.7 |
308 | 2025-07-03T20:30:50.572Z | Downloaded plotters-backend v0.3.7 |
309 | 2025-07-03T20:30:50.572Z | Downloaded polling v3.7.3 |
310 | 2025-07-03T20:30:50.572Z | Downloaded maplit v1.0.2 |
311 | 2025-07-03T20:30:50.577Z | Downloaded console v0.15.10 |
312 | 2025-07-03T20:30:50.577Z | Downloaded daft-derive v0.1.3 |
313 | 2025-07-03T20:30:50.621Z | Downloaded swrite v0.1.0 |
314 | 2025-07-03T20:30:50.622Z | Downloaded salsa20 v0.10.2 |
315 | 2025-07-03T20:30:50.622Z | Downloaded crc32fast v1.4.2 |
316 | 2025-07-03T20:30:50.622Z | Downloaded num-integer v0.1.46 |
317 | 2025-07-03T20:30:50.622Z | Downloaded newtype-uuid v1.2.4 |
318 | 2025-07-03T20:30:50.622Z | Downloaded md-5 v0.10.6 |
319 | 2025-07-03T20:30:50.622Z | Downloaded maybe-uninit v2.0.0 |
320 | 2025-07-03T20:30:50.622Z | Downloaded siphasher v0.3.11 |
321 | 2025-07-03T20:30:50.622Z | Downloaded unsafe-libyaml v0.2.11 |
322 | 2025-07-03T20:30:50.622Z | Downloaded parking v2.2.1 |
323 | 2025-07-03T20:30:50.622Z | Downloaded strsim v0.11.1 |
324 | 2025-07-03T20:30:50.622Z | Downloaded num-rational v0.4.2 |
325 | 2025-07-03T20:30:50.622Z | Downloaded rand_core v0.6.4 |
326 | 2025-07-03T20:30:50.622Z | Downloaded proc-macro-crate v1.3.1 |
327 | 2025-07-03T20:30:50.622Z | Downloaded primeorder v0.13.6 |
328 | 2025-07-03T20:30:50.622Z | Downloaded pest_generator v2.7.14 |
329 | 2025-07-03T20:30:50.622Z | Downloaded pkg-config v0.3.31 |
330 | 2025-07-03T20:30:50.622Z | Downloaded quinn-udp v0.5.5 |
331 | 2025-07-03T20:30:50.622Z | Downloaded darling v0.20.10 |
332 | 2025-07-03T20:30:50.627Z | Downloaded rustversion v1.0.17 |
333 | 2025-07-03T20:30:50.627Z | Downloaded prettyplease v0.2.35 |
334 | 2025-07-03T20:30:50.630Z | Downloaded serde_bytes v0.11.17 |
335 | 2025-07-03T20:30:50.634Z | Downloaded rtoolbox v0.0.2 |
336 | 2025-07-03T20:30:50.634Z | Downloaded rusty-fork v0.3.0 |
337 | 2025-07-03T20:30:50.638Z | Downloaded usdt-attr-macro v0.5.0 |
338 | 2025-07-03T20:30:50.638Z | Downloaded tungstenite v0.21.0 |
339 | 2025-07-03T20:30:50.641Z | Downloaded crc8 v0.1.1 |
340 | 2025-07-03T20:30:50.645Z | Downloaded similar-asserts v1.7.0 |
341 | 2025-07-03T20:30:50.645Z | Downloaded tungstenite v0.23.0 |
342 | 2025-07-03T20:30:50.655Z | Downloaded write16 v1.0.0 |
343 | 2025-07-03T20:30:50.659Z | Downloaded rayon-core v1.12.1 |
344 | 2025-07-03T20:30:50.659Z | Downloaded samael v0.0.19 |
345 | 2025-07-03T20:30:50.662Z | Downloaded crunchy v0.2.2 |
346 | 2025-07-03T20:30:50.667Z | Downloaded cpufeatures v0.2.14 |
347 | 2025-07-03T20:30:50.672Z | Downloaded tiny-keccak v2.0.2 |
348 | 2025-07-03T20:30:50.672Z | Downloaded endian-type v0.1.2 |
349 | 2025-07-03T20:30:50.676Z | Downloaded darling_core v0.20.10 |
350 | 2025-07-03T20:30:50.680Z | Downloaded cstr-argument v0.1.2 |
351 | 2025-07-03T20:30:50.680Z | Downloaded dyn-clone v1.0.19 |
352 | 2025-07-03T20:30:50.684Z | Downloaded polyval v0.6.2 |
353 | 2025-07-03T20:30:50.684Z | Downloaded uuid v1.17.0 |
354 | 2025-07-03T20:30:50.687Z | Downloaded icu_provider_macros v1.5.0 |
355 | 2025-07-03T20:30:50.693Z | Downloaded serde_with_macros v3.14.0 |
356 | 2025-07-03T20:30:50.697Z | Downloaded rust-argon2 v2.1.0 |
357 | 2025-07-03T20:30:50.697Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2025-07-03T20:30:50.697Z | Downloaded quote v1.0.40 |
359 | 2025-07-03T20:30:50.701Z | Downloaded mime v0.3.17 |
360 | 2025-07-03T20:30:50.705Z | Downloaded olpc-cjson v0.1.4 |
361 | 2025-07-03T20:30:50.705Z | Downloaded usdt v0.5.0 |
362 | 2025-07-03T20:30:50.705Z | Downloaded openssl-sys v0.9.109 |
363 | 2025-07-03T20:30:50.711Z | Downloaded zerovec-derive v0.10.3 |
364 | 2025-07-03T20:30:50.720Z | Downloaded wyz v0.5.1 |
365 | 2025-07-03T20:30:50.721Z | Downloaded writeable v0.5.5 |
366 | 2025-07-03T20:30:50.721Z | Downloaded snafu-derive v0.8.5 |
367 | 2025-07-03T20:30:50.721Z | Downloaded parking_lot v0.11.2 |
368 | 2025-07-03T20:30:50.721Z | Downloaded publicsuffix v2.3.0 |
369 | 2025-07-03T20:30:50.724Z | Downloaded oso-derive v0.27.3 |
370 | 2025-07-03T20:30:50.725Z | Downloaded time-macros v0.2.18 |
371 | 2025-07-03T20:30:50.728Z | Downloaded target-lexicon v0.13.2 |
372 | 2025-07-03T20:30:50.731Z | Downloaded progenitor-impl v0.9.1 |
373 | 2025-07-03T20:30:50.735Z | Downloaded ed25519 v2.2.3 |
374 | 2025-07-03T20:30:50.735Z | Downloaded typify v0.4.1 |
375 | 2025-07-03T20:30:50.739Z | Downloaded tokio-tungstenite v0.21.0 |
376 | 2025-07-03T20:30:50.743Z | Downloaded ref-cast v1.0.24 |
377 | 2025-07-03T20:30:50.750Z | Downloaded pretty-hex v0.4.1 |
378 | 2025-07-03T20:30:50.750Z | Downloaded toml_datetime v0.6.11 |
379 | 2025-07-03T20:30:50.755Z | Downloaded instability v0.3.2 |
380 | 2025-07-03T20:30:50.755Z | Downloaded serde_cbor v0.11.2 |
381 | 2025-07-03T20:30:50.755Z | Downloaded toml v0.8.23 |
382 | 2025-07-03T20:30:50.758Z | Downloaded signal-hook v0.3.18 |
383 | 2025-07-03T20:30:50.761Z | Downloaded nu-ansi-term v0.50.1 |
384 | 2025-07-03T20:30:50.765Z | Downloaded strum v0.26.3 |
385 | 2025-07-03T20:30:50.766Z | Downloaded sync_wrapper v1.0.1 |
386 | 2025-07-03T20:30:50.772Z | Downloaded memoffset v0.9.1 |
387 | 2025-07-03T20:30:50.772Z | Downloaded oxide-tokio-rt v0.1.1 |
388 | 2025-07-03T20:30:50.772Z | Downloaded libsw-core v0.3.1 |
389 | 2025-07-03T20:30:50.775Z | Downloaded serde_repr v0.1.19 |
390 | 2025-07-03T20:30:50.775Z | Downloaded parking_lot v0.12.3 |
391 | 2025-07-03T20:30:50.780Z | Downloaded tracing v0.1.40 |
392 | 2025-07-03T20:30:50.785Z | Downloaded peg-macros v0.8.5 |
393 | 2025-07-03T20:30:50.785Z | Downloaded der_derive v0.7.3 |
394 | 2025-07-03T20:30:50.789Z | Downloaded dirs-sys-next v0.1.2 |
395 | 2025-07-03T20:30:50.789Z | Downloaded phf v0.11.2 |
396 | 2025-07-03T20:30:50.789Z | Downloaded derive_builder v0.20.2 |
397 | 2025-07-03T20:30:50.794Z | Downloaded usdt-macro v0.5.0 |
398 | 2025-07-03T20:30:50.798Z | Downloaded tower-service v0.3.3 |
399 | 2025-07-03T20:30:50.798Z | Downloaded progenitor-macro v0.9.1 |
400 | 2025-07-03T20:30:50.802Z | Downloaded proc-macro-crate v3.2.0 |
401 | 2025-07-03T20:30:50.802Z | Downloaded r2d2 v0.8.10 |
402 | 2025-07-03T20:30:50.806Z | Downloaded rustc_version v0.1.7 |
403 | 2025-07-03T20:30:50.806Z | Downloaded utf16_iter v1.0.5 |
404 | 2025-07-03T20:30:50.806Z | Downloaded proc-macro-error-attr2 v2.0.0 |
405 | 2025-07-03T20:30:50.810Z | Downloaded hashbrown v0.15.4 |
406 | 2025-07-03T20:30:50.813Z | Downloaded ref-cast-impl v1.0.24 |
407 | 2025-07-03T20:30:50.816Z | Downloaded num-bigint-dig v0.8.4 |
408 | 2025-07-03T20:30:50.820Z | Downloaded scopeguard v1.2.0 |
409 | 2025-07-03T20:30:50.820Z | Downloaded typed-path v0.9.3 |
410 | 2025-07-03T20:30:50.826Z | Downloaded smf v0.2.3 |
411 | 2025-07-03T20:30:50.829Z | Downloaded smawk v0.3.2 |
412 | 2025-07-03T20:30:50.833Z | Downloaded partial-io v0.5.4 |
413 | 2025-07-03T20:30:50.833Z | Downloaded lock_api v0.4.12 |
414 | 2025-07-03T20:30:50.837Z | Downloaded socket2 v0.5.10 |
415 | 2025-07-03T20:30:50.837Z | Downloaded tar v0.4.44 |
416 | 2025-07-03T20:30:50.841Z | Downloaded owo-colors v4.2.2 |
417 | 2025-07-03T20:30:50.846Z | Downloaded tls_codec_derive v0.4.1 |
418 | 2025-07-03T20:30:50.850Z | Downloaded pretty_assertions v1.4.1 |
419 | 2025-07-03T20:30:50.850Z | Downloaded support-bundle-viewer v0.1.2 |
420 | 2025-07-03T20:30:50.854Z | Downloaded toml v0.7.8 |
421 | 2025-07-03T20:30:50.854Z | Downloaded tokio-dtrace v0.1.0 |
422 | 2025-07-03T20:30:50.857Z | Downloaded lru-cache v0.1.2 |
423 | 2025-07-03T20:30:50.857Z | Downloaded utf-8 v0.7.6 |
424 | 2025-07-03T20:30:50.862Z | Downloaded usdt-impl v0.5.0 |
425 | 2025-07-03T20:30:50.865Z | Downloaded lalrpop-util v0.19.12 |
426 | 2025-07-03T20:30:50.865Z | Downloaded typeid v1.0.3 |
427 | 2025-07-03T20:30:50.865Z | Downloaded icu_provider v1.5.0 |
428 | 2025-07-03T20:30:50.868Z | Downloaded parse-display v0.10.0 |
429 | 2025-07-03T20:30:50.872Z | Downloaded number_prefix v0.4.0 |
430 | 2025-07-03T20:30:50.872Z | Downloaded nested v0.1.1 |
431 | 2025-07-03T20:30:50.876Z | Downloaded utf8_iter v1.0.4 |
432 | 2025-07-03T20:30:50.876Z | Downloaded scroll v0.12.0 |
433 | 2025-07-03T20:30:50.879Z | Downloaded rustls-pemfile v2.2.0 |
434 | 2025-07-03T20:30:50.879Z | Downloaded clap_lex v0.7.4 |
435 | 2025-07-03T20:30:50.883Z | Downloaded precomputed-hash v0.1.1 |
436 | 2025-07-03T20:30:50.883Z | Downloaded progenitor v0.8.0 |
437 | 2025-07-03T20:30:50.883Z | Downloaded zstd-safe v7.2.3 |
438 | 2025-07-03T20:30:50.889Z | Downloaded scrypt v0.11.0 |
439 | 2025-07-03T20:30:50.893Z | Downloaded defmt-parser v0.3.4 |
440 | 2025-07-03T20:30:50.894Z | Downloaded const_format_proc_macros v0.2.34 |
441 | 2025-07-03T20:30:50.894Z | Downloaded num-bigint v0.4.6 |
442 | 2025-07-03T20:30:50.898Z | Downloaded dirs-next v2.0.0 |
443 | 2025-07-03T20:30:50.898Z | Downloaded digest v0.10.7 |
444 | 2025-07-03T20:30:50.902Z | Downloaded pest_derive v2.7.14 |
445 | 2025-07-03T20:30:50.906Z | Downloaded time v0.3.36 |
446 | 2025-07-03T20:30:50.910Z | Downloaded postcard v1.0.10 |
447 | 2025-07-03T20:30:50.915Z | Downloaded compact_str v0.8.0 |
448 | 2025-07-03T20:30:50.920Z | Downloaded try-lock v0.2.5 |
449 | 2025-07-03T20:30:50.920Z | Downloaded yoke-derive v0.7.4 |
450 | 2025-07-03T20:30:50.935Z | Downloaded time-core v0.1.2 |
451 | 2025-07-03T20:30:50.935Z | Downloaded num_enum v0.5.11 |
452 | 2025-07-03T20:30:50.935Z | Downloaded tinyvec_macros v0.1.1 |
453 | 2025-07-03T20:30:50.935Z | Downloaded kstat-rs v0.2.4 |
454 | 2025-07-03T20:30:50.935Z | Downloaded kv-log-macro v1.0.7 |
455 | 2025-07-03T20:30:50.941Z | Downloaded difflib v0.4.0 |
456 | 2025-07-03T20:30:50.941Z | Downloaded git2 v0.19.0 |
457 | 2025-07-03T20:30:50.948Z | Downloaded yoke v0.7.4 |
458 | 2025-07-03T20:30:50.948Z | Downloaded phf_generator v0.11.2 |
459 | 2025-07-03T20:30:50.948Z | Downloaded phf_codegen v0.11.2 |
460 | 2025-07-03T20:30:50.951Z | Downloaded peg v0.8.5 |
461 | 2025-07-03T20:30:50.951Z | Downloaded doc-comment v0.3.3 |
462 | 2025-07-03T20:30:50.951Z | Downloaded rustls-pemfile v1.0.4 |
463 | 2025-07-03T20:30:50.955Z | Downloaded instant v0.1.13 |
464 | 2025-07-03T20:30:50.955Z | Downloaded slab v0.4.9 |
465 | 2025-07-03T20:30:50.959Z | Downloaded zip v0.6.6 |
466 | 2025-07-03T20:30:50.964Z | Downloaded iana-time-zone v0.1.63 |
467 | 2025-07-03T20:30:50.969Z | Downloaded hyper-rustls v0.27.7 |
468 | 2025-07-03T20:30:50.973Z | Downloaded stable_deref_trait v1.2.0 |
469 | 2025-07-03T20:30:50.973Z | Downloaded semver v0.1.20 |
470 | 2025-07-03T20:30:50.974Z | Downloaded unicode-bidi v0.3.17 |
471 | 2025-07-03T20:30:50.980Z | Downloaded log v0.4.27 |
472 | 2025-07-03T20:30:50.984Z | Downloaded openssl-macros v0.1.1 |
473 | 2025-07-03T20:30:50.985Z | Downloaded predicates-tree v1.0.12 |
474 | 2025-07-03T20:30:50.985Z | Downloaded pin-utils v0.1.0 |
475 | 2025-07-03T20:30:50.985Z | Downloaded typify-macro v0.4.1 |
476 | 2025-07-03T20:30:50.985Z | Downloaded typify-macro v0.3.0 |
477 | 2025-07-03T20:30:50.991Z | Downloaded goblin v0.8.2 |
478 | 2025-07-03T20:30:50.995Z | Downloaded tls_codec v0.4.1 |
479 | 2025-07-03T20:30:50.995Z | Downloaded rustls-webpki v0.101.7 |
480 | 2025-07-03T20:30:51.009Z | Downloaded take_mut v0.2.2 |
481 | 2025-07-03T20:30:51.015Z | Downloaded derive_builder_core v0.20.2 |
482 | 2025-07-03T20:30:51.015Z | Downloaded concurrent-queue v2.5.0 |
483 | 2025-07-03T20:30:51.021Z | Downloaded xz2 v0.1.7 |
484 | 2025-07-03T20:30:51.021Z | Downloaded sqlparser_derive v0.2.2 |
485 | 2025-07-03T20:30:51.021Z | Downloaded env_filter v0.1.2 |
486 | 2025-07-03T20:30:51.026Z | Downloaded diesel_table_macro_syntax v0.2.0 |
487 | 2025-07-03T20:30:51.026Z | Downloaded curve25519-dalek-derive v0.1.1 |
488 | 2025-07-03T20:30:51.026Z | Downloaded textwrap v0.16.2 |
489 | 2025-07-03T20:30:51.026Z | Downloaded ingot-types v0.1.0 |
490 | 2025-07-03T20:30:51.032Z | Downloaded hyper-tls v0.6.0 |
491 | 2025-07-03T20:30:51.032Z | Downloaded libm v0.2.8 |
492 | 2025-07-03T20:30:51.039Z | Downloaded zone_cfg_derive v0.1.2 |
493 | 2025-07-03T20:30:51.043Z | Downloaded tinytemplate v1.2.1 |
494 | 2025-07-03T20:30:51.043Z | Downloaded zopfli v0.8.1 |
495 | 2025-07-03T20:30:51.050Z | Downloaded nibble_vec v0.1.0 |
496 | 2025-07-03T20:30:51.050Z | Downloaded zone_cfg_derive v0.3.0 |
497 | 2025-07-03T20:30:51.050Z | Downloaded which v4.4.2 |
498 | 2025-07-03T20:30:51.055Z | Downloaded rfc6979 v0.4.0 |
499 | 2025-07-03T20:30:51.055Z | Downloaded resolv-conf v0.7.0 |
500 | 2025-07-03T20:30:51.055Z | Downloaded signal-hook-mio v0.2.4 |
501 | 2025-07-03T20:30:51.061Z | Downloaded progenitor-client v0.10.0 |
502 | 2025-07-03T20:30:51.061Z | Downloaded memchr v2.7.4 |
503 | 2025-07-03T20:30:51.065Z | Downloaded opaque-debug v0.3.1 |
504 | 2025-07-03T20:30:51.065Z | Downloaded dunce v1.0.5 |
505 | 2025-07-03T20:30:51.070Z | Downloaded dtrace-parser v0.2.0 |
506 | 2025-07-03T20:30:51.070Z | Downloaded quinn v0.11.5 |
507 | 2025-07-03T20:30:51.074Z | Downloaded md5 v0.7.0 |
508 | 2025-07-03T20:30:51.074Z | Downloaded slog-bunyan v2.5.0 |
509 | 2025-07-03T20:30:51.074Z | Downloaded scheduled-thread-pool v0.2.7 |
510 | 2025-07-03T20:30:51.079Z | Downloaded proc-macro2 v1.0.95 |
511 | 2025-07-03T20:30:51.079Z | Downloaded cookie v0.18.1 |
512 | 2025-07-03T20:30:51.083Z | Downloaded rpassword v7.4.0 |
513 | 2025-07-03T20:30:51.089Z | Downloaded typify v0.2.0 |
514 | 2025-07-03T20:30:51.089Z | Downloaded winnow v0.5.40 |
515 | 2025-07-03T20:30:51.094Z | Downloaded pretty-hex v0.2.1 |
516 | 2025-07-03T20:30:51.098Z | Downloaded unicode-ident v1.0.18 |
517 | 2025-07-03T20:30:51.101Z | Downloaded zone v0.3.1 |
518 | 2025-07-03T20:30:51.101Z | Downloaded piper v0.2.4 |
519 | 2025-07-03T20:30:51.105Z | Downloaded slog v2.7.0 |
520 | 2025-07-03T20:30:51.108Z | Downloaded toml_edit v0.19.15 |
521 | 2025-07-03T20:30:51.121Z | Downloaded ciborium-io v0.2.2 |
522 | 2025-07-03T20:30:51.125Z | Downloaded cfg_aliases v0.2.1 |
523 | 2025-07-03T20:30:51.125Z | Downloaded oxnet v0.1.2 |
524 | 2025-07-03T20:30:51.130Z | Downloaded nodrop v0.1.14 |
525 | 2025-07-03T20:30:51.130Z | Downloaded crossbeam-deque v0.8.5 |
526 | 2025-07-03T20:30:51.133Z | Downloaded is_terminal_polyfill v1.70.1 |
527 | 2025-07-03T20:30:51.134Z | Downloaded tokio-rustls v0.24.1 |
528 | 2025-07-03T20:30:51.134Z | Downloaded zerocopy v0.6.6 |
529 | 2025-07-03T20:30:51.137Z | Downloaded path-slash v0.1.5 |
530 | 2025-07-03T20:30:51.140Z | Downloaded indexmap v1.9.3 |
531 | 2025-07-03T20:30:51.144Z | Downloaded serde_yaml v0.9.34+deprecated |
532 | 2025-07-03T20:30:51.147Z | Downloaded openssl-probe v0.1.5 |
533 | 2025-07-03T20:30:51.147Z | Downloaded const_format v0.2.34 |
534 | 2025-07-03T20:30:51.152Z | Downloaded simd-adler32 v0.3.7 |
535 | 2025-07-03T20:30:51.155Z | Downloaded rand_chacha v0.3.1 |
536 | 2025-07-03T20:30:51.166Z | Downloaded radium v0.7.0 |
537 | 2025-07-03T20:30:51.166Z | Downloaded tower-layer v0.3.3 |
538 | 2025-07-03T20:30:51.169Z | Downloaded waitgroup v0.1.2 |
539 | 2025-07-03T20:30:51.169Z | Downloaded tokio-macros v2.5.0 |
540 | 2025-07-03T20:30:51.169Z | Downloaded shlex v1.3.0 |
541 | 2025-07-03T20:30:51.169Z | Downloaded progenitor-macro v0.8.0 |
542 | 2025-07-03T20:30:51.170Z | Downloaded progenitor v0.9.1 |
543 | 2025-07-03T20:30:51.170Z | Downloaded target-triple v0.1.3 |
544 | 2025-07-03T20:30:51.170Z | Downloaded strum_macros v0.24.3 |
545 | 2025-07-03T20:30:51.173Z | Downloaded plotters v0.3.7 |
546 | 2025-07-03T20:30:52.182Z | Downloaded multimap v0.10.1 |
547 | 2025-07-03T20:30:52.186Z | Downloaded iddqd v0.3.8 |
548 | 2025-07-03T20:30:52.187Z | Downloaded der v0.7.9 |
549 | 2025-07-03T20:30:52.187Z | Downloaded mime_guess v2.0.5 |
550 | 2025-07-03T20:30:52.187Z | Downloaded cfg_aliases v0.1.1 |
551 | 2025-07-03T20:30:52.187Z | Downloaded num v0.4.3 |
552 | 2025-07-03T20:30:52.187Z | Downloaded lazy_static v1.5.0 |
553 | 2025-07-03T20:30:52.187Z | Downloaded pbkdf2 v0.11.0 |
554 | 2025-07-03T20:30:52.187Z | Downloaded icu_collections v1.5.0 |
555 | 2025-07-03T20:30:52.187Z | Downloaded humantime v2.2.0 |
556 | 2025-07-03T20:30:52.187Z | Downloaded enum-as-inner v0.6.1 |
557 | 2025-07-03T20:30:52.187Z | Downloaded rand_chacha v0.9.0 |
558 | 2025-07-03T20:30:52.187Z | Downloaded version_check v0.9.5 |
559 | 2025-07-03T20:30:52.187Z | Downloaded shell-words v1.1.0 |
560 | 2025-07-03T20:30:52.187Z | Downloaded path-tree v0.8.1 |
561 | 2025-07-03T20:30:52.187Z | Downloaded parse-size v1.1.0 |
562 | 2025-07-03T20:30:52.187Z | Downloaded crossterm v0.28.1 |
563 | 2025-07-03T20:30:52.187Z | Downloaded tokio-stream v0.1.17 |
564 | 2025-07-03T20:30:52.187Z | Downloaded hyper-staticfile v0.10.1 |
565 | 2025-07-03T20:30:52.187Z | Downloaded serde-hex v0.1.0 |
566 | 2025-07-03T20:30:52.187Z | Downloaded wait-timeout v0.2.0 |
567 | 2025-07-03T20:30:52.187Z | Downloaded termcolor v1.4.1 |
568 | 2025-07-03T20:30:52.188Z | Downloaded subtle v2.6.1 |
569 | 2025-07-03T20:30:52.188Z | Downloaded strum_macros v0.26.4 |
570 | 2025-07-03T20:30:52.188Z | Downloaded rustc-hash v2.1.1 |
571 | 2025-07-03T20:30:52.188Z | Downloaded steno v0.4.1 |
572 | 2025-07-03T20:30:52.188Z | Downloaded indoc v1.0.9 |
573 | 2025-07-03T20:30:52.188Z | Downloaded cookie_store v0.21.1 |
574 | 2025-07-03T20:30:52.188Z | Downloaded clap_derive v4.5.40 |
575 | 2025-07-03T20:30:52.188Z | Downloaded derive_builder_macro v0.20.2 |
576 | 2025-07-03T20:30:52.188Z | Downloaded rustls-pki-types v1.10.0 |
577 | 2025-07-03T20:30:52.188Z | Downloaded pkcs8 v0.10.2 |
578 | 2025-07-03T20:30:52.188Z | Downloaded indoc v2.0.6 |
579 | 2025-07-03T20:30:52.188Z | Downloaded ciborium v0.2.2 |
580 | 2025-07-03T20:30:52.188Z | Downloaded salty v0.3.0 |
581 | 2025-07-03T20:30:52.188Z | Downloaded dsl_auto_type v0.1.2 |
582 | 2025-07-03T20:30:52.188Z | Downloaded itoa v1.0.11 |
583 | 2025-07-03T20:30:52.188Z | Downloaded postgres-protocol v0.6.8 |
584 | 2025-07-03T20:30:52.188Z | Downloaded sec1 v0.7.3 |
585 | 2025-07-03T20:30:52.188Z | Downloaded rand v0.9.1 |
586 | 2025-07-03T20:30:52.188Z | Downloaded defmt v0.3.8 |
587 | 2025-07-03T20:30:52.188Z | Downloaded debug-ignore v1.0.5 |
588 | 2025-07-03T20:30:52.188Z | Downloaded itertools v0.13.0 |
589 | 2025-07-03T20:30:52.188Z | Downloaded rand_seeder v0.3.0 |
590 | 2025-07-03T20:30:52.188Z | Downloaded idna_adapter v1.2.0 |
591 | 2025-07-03T20:30:52.188Z | Downloaded defmt-macros v0.3.9 |
592 | 2025-07-03T20:30:52.188Z | Downloaded keccak v0.1.5 |
593 | 2025-07-03T20:30:52.188Z | Downloaded sct v0.7.1 |
594 | 2025-07-03T20:30:52.188Z | Downloaded serde-big-array v0.5.1 |
595 | 2025-07-03T20:30:52.188Z | Downloaded const-oid v0.9.6 |
596 | 2025-07-03T20:30:52.188Z | Downloaded tracing-attributes v0.1.27 |
597 | 2025-07-03T20:30:52.188Z | Downloaded icu_properties v1.5.1 |
598 | 2025-07-03T20:30:52.188Z | Downloaded hyper-util v0.1.14 |
599 | 2025-07-03T20:30:52.189Z | Downloaded document-features v0.2.10 |
600 | 2025-07-03T20:30:52.189Z | Downloaded powerfmt v0.2.0 |
601 | 2025-07-03T20:30:52.189Z | Downloaded lockfree-object-pool v0.1.6 |
602 | 2025-07-03T20:30:52.189Z | Downloaded slog-async v2.8.0 |
603 | 2025-07-03T20:30:52.189Z | Downloaded vergen v8.3.2 |
604 | 2025-07-03T20:30:52.189Z | Downloaded postgres-types v0.2.9 |
605 | 2025-07-03T20:30:52.189Z | Downloaded tokio-rustls v0.26.0 |
606 | 2025-07-03T20:30:52.189Z | Downloaded spki v0.7.3 |
607 | 2025-07-03T20:30:52.189Z | Downloaded ssh-encoding v0.2.0 |
608 | 2025-07-03T20:30:52.189Z | Downloaded itertools v0.10.5 |
609 | 2025-07-03T20:30:52.189Z | Downloaded rustc-demangle v0.1.24 |
610 | 2025-07-03T20:30:52.189Z | Downloaded gimli v0.31.1 |
611 | 2025-07-03T20:30:52.189Z | Downloaded tokio-rustls v0.25.0 |
612 | 2025-07-03T20:30:52.190Z | Downloaded sqlformat v0.3.5 |
613 | 2025-07-03T20:30:52.190Z | Downloaded walkdir v2.5.0 |
614 | 2025-07-03T20:30:52.190Z | Downloaded tempfile v3.20.0 |
615 | 2025-07-03T20:30:52.190Z | Downloaded clap v4.5.40 |
616 | 2025-07-03T20:30:52.190Z | Downloaded subprocess v0.2.9 |
617 | 2025-07-03T20:30:52.190Z | Downloaded chrono v0.4.41 |
618 | 2025-07-03T20:30:52.190Z | Downloaded litemap v0.7.3 |
619 | 2025-07-03T20:30:52.190Z | Downloaded toml_edit v0.22.27 |
620 | 2025-07-03T20:30:52.190Z | Downloaded serde_derive_internals v0.29.1 |
621 | 2025-07-03T20:30:52.190Z | Downloaded typenum v1.17.0 |
622 | 2025-07-03T20:30:52.190Z | Downloaded ignore v0.4.23 |
623 | 2025-07-03T20:30:52.190Z | Downloaded datatest-stable v0.3.2 |
624 | 2025-07-03T20:30:52.190Z | Downloaded libtest-mimic v0.8.1 |
625 | 2025-07-03T20:30:52.190Z | Downloaded tower v0.5.2 |
626 | 2025-07-03T20:30:52.190Z | Downloaded omicron-zone-package v0.12.2 |
627 | 2025-07-03T20:30:52.190Z | Downloaded tracing-core v0.1.32 |
628 | 2025-07-03T20:30:52.190Z | Downloaded nix v0.27.1 |
629 | 2025-07-03T20:30:52.190Z | Downloaded quinn-proto v0.11.8 |
630 | 2025-07-03T20:30:52.190Z | Downloaded nix v0.28.0 |
631 | 2025-07-03T20:30:52.190Z | Downloaded prefix-trie v0.7.0 |
632 | 2025-07-03T20:30:52.190Z | Downloaded reedline v0.40.0 |
633 | 2025-07-03T20:30:52.190Z | Downloaded rand v0.8.5 |
634 | 2025-07-03T20:30:52.190Z | Downloaded ssh-key v0.6.6 |
635 | 2025-07-03T20:30:52.190Z | Downloaded ron v0.7.1 |
636 | 2025-07-03T20:30:52.190Z | Downloaded schemars v0.8.22 |
637 | 2025-07-03T20:30:52.190Z | Downloaded diesel_derives v2.2.3 |
638 | 2025-07-03T20:30:52.191Z | Downloaded derive_more v0.99.20 |
639 | 2025-07-03T20:30:52.191Z | Downloaded tough v0.20.0 |
640 | 2025-07-03T20:30:52.191Z | Downloaded indexmap v2.9.0 |
641 | 2025-07-03T20:30:52.191Z | Downloaded libxml v0.3.3 |
642 | 2025-07-03T20:30:52.191Z | Downloaded iri-string v0.7.8 |
643 | 2025-07-03T20:30:52.191Z | Downloaded ron v0.8.1 |
644 | 2025-07-03T20:30:52.191Z | Downloaded zerocopy v0.8.26 |
645 | 2025-07-03T20:30:52.191Z | Downloaded x509-cert v0.2.5 |
646 | 2025-07-03T20:30:52.191Z | Downloaded zerocopy v0.7.35 |
647 | 2025-07-03T20:30:52.198Z | Downloaded tower-http v0.6.6 |
648 | 2025-07-03T20:30:52.198Z | Downloaded bstr v1.10.0 |
649 | 2025-07-03T20:30:52.198Z | Downloaded hyper v1.6.0 |
650 | 2025-07-03T20:30:52.198Z | Downloaded criterion v0.6.0 |
651 | 2025-07-03T20:30:52.198Z | Downloaded idna v1.0.3 |
652 | 2025-07-03T20:30:52.198Z | Downloaded serde_json v1.0.140 |
653 | 2025-07-03T20:30:52.198Z | Downloaded nom v7.1.3 |
654 | 2025-07-03T20:30:52.198Z | Downloaded tabled v0.15.0 |
655 | 2025-07-03T20:30:52.198Z | Downloaded petname v2.0.2 |
656 | 2025-07-03T20:30:52.198Z | Downloaded syn v1.0.109 |
657 | 2025-07-03T20:30:52.198Z | Downloaded winnow v0.7.10 |
658 | 2025-07-03T20:30:52.198Z | Downloaded zip v4.2.0 |
659 | 2025-07-03T20:30:52.198Z | Downloaded chrono-tz v0.10.3 |
660 | 2025-07-03T20:30:52.198Z | Downloaded reqwest v0.12.20 |
661 | 2025-07-03T20:30:52.198Z | Downloaded sqlparser v0.45.0 |
662 | 2025-07-03T20:30:52.198Z | Downloaded vcpkg v0.2.15 |
663 | 2025-07-03T20:30:52.198Z | Downloaded portable-atomic v1.11.0 |
664 | 2025-07-03T20:30:52.198Z | Downloaded smoltcp v0.9.1 |
665 | 2025-07-03T20:30:52.198Z | Downloaded object v0.36.5 |
666 | 2025-07-03T20:30:52.198Z | Downloaded p384 v0.13.0 |
667 | 2025-07-03T20:30:52.198Z | Downloaded moka v0.12.10 |
668 | 2025-07-03T20:30:52.198Z | Downloaded hickory-proto v0.24.4 |
669 | 2025-07-03T20:30:52.198Z | Downloaded object v0.30.4 |
670 | 2025-07-03T20:30:52.198Z | Downloaded syn v2.0.104 |
671 | 2025-07-03T20:30:52.198Z | Downloaded zlib-rs v0.5.1 |
672 | 2025-07-03T20:30:52.198Z | Downloaded dropshot v0.16.2 |
673 | 2025-07-03T20:30:52.198Z | Downloaded curve25519-dalek v4.1.3 |
674 | 2025-07-03T20:30:52.198Z | Downloaded typify-impl v0.2.0 |
675 | 2025-07-03T20:30:52.198Z | Downloaded radix_trie v0.2.1 |
676 | 2025-07-03T20:30:52.198Z | Downloaded hickory-proto v0.25.2 |
677 | 2025-07-03T20:30:52.198Z | Downloaded zerocopy-derive v0.6.6 |
678 | 2025-07-03T20:30:52.198Z | Downloaded openapiv3 v2.2.0 |
679 | 2025-07-03T20:30:52.198Z | Downloaded smoltcp v0.11.0 |
680 | 2025-07-03T20:30:52.198Z | Downloaded rustix v1.0.7 |
681 | 2025-07-03T20:30:52.198Z | Downloaded regex-syntax v0.8.5 |
682 | 2025-07-03T20:30:52.199Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
683 | 2025-07-03T20:30:52.199Z | Downloaded regress v0.10.3 |
684 | 2025-07-03T20:30:52.199Z | Downloaded typify-impl v0.3.0 |
685 | 2025-07-03T20:30:52.199Z | Downloaded openssl v0.10.73 |
686 | 2025-07-03T20:30:52.199Z | Downloaded ratatui v0.29.0 |
687 | 2025-07-03T20:30:52.199Z | Downloaded rustls v0.23.19 |
688 | 2025-07-03T20:30:52.199Z | Downloaded nix v0.30.1 |
689 | 2025-07-03T20:30:52.199Z | Downloaded regex-automata v0.4.8 |
690 | 2025-07-03T20:30:52.199Z | Downloaded rustls v0.22.4 |
691 | 2025-07-03T20:30:52.199Z | Downloaded lalrpop v0.19.12 |
692 | 2025-07-03T20:30:52.199Z | Downloaded rustix v0.38.37 |
693 | 2025-07-03T20:30:52.199Z | Downloaded regex v1.11.1 |
694 | 2025-07-03T20:30:52.199Z | Downloaded regex-syntax v0.6.29 |
695 | 2025-07-03T20:30:52.199Z | Downloaded libc v0.2.174 |
696 | 2025-07-03T20:30:52.199Z | Downloaded tabled v0.18.0 |
697 | 2025-07-03T20:30:52.199Z | Downloaded diesel v2.2.11 |
698 | 2025-07-03T20:30:52.199Z | Downloaded sled v0.34.7 |
699 | 2025-07-03T20:30:52.199Z | Downloaded jiff v0.2.15 |
700 | 2025-07-03T20:30:52.199Z | Downloaded typify-impl v0.4.1 |
701 | 2025-07-03T20:30:52.199Z | Downloaded lzma-sys v0.1.20 |
702 | 2025-07-03T20:30:52.199Z | Downloaded p521 v0.13.3 |
703 | 2025-07-03T20:30:52.199Z | Downloaded sha3 v0.10.8 |
704 | 2025-07-03T20:30:52.199Z | Downloaded unicode-width v0.2.0 |
705 | 2025-07-03T20:30:52.199Z | Downloaded unicode-width v0.1.14 |
706 | 2025-07-03T20:30:52.199Z | Downloaded serde_with v3.14.0 |
707 | 2025-07-03T20:30:52.199Z | Downloaded polar-core v0.27.3 |
708 | 2025-07-03T20:30:52.199Z | Downloaded petgraph v0.6.5 |
709 | 2025-07-03T20:30:52.203Z | Downloaded nix v0.29.0 |
710 | 2025-07-03T20:30:52.209Z | Downloaded petgraph v0.7.1 |
711 | 2025-07-03T20:30:52.228Z | Downloaded minimal-lexical v0.2.1 |
712 | 2025-07-03T20:30:52.232Z | Downloaded serde v1.0.219 |
713 | 2025-07-03T20:30:52.236Z | Downloaded icu_properties_data v1.5.0 |
714 | 2025-07-03T20:30:52.243Z | Downloaded webpki-roots v1.0.0 |
715 | 2025-07-03T20:30:52.249Z | Downloaded rustls v0.21.12 |
716 | 2025-07-03T20:30:52.258Z | Downloaded tokio v1.45.1 |
717 | 2025-07-03T20:30:52.290Z | Downloaded unicode-normalization v0.1.24 |
718 | 2025-07-03T20:30:52.295Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
719 | 2025-07-03T20:30:52.308Z | Downloaded petgraph v0.8.2 |
720 | 2025-07-03T20:30:52.328Z | Downloaded mio v1.0.2 |
721 | 2025-07-03T20:30:52.333Z | Downloaded value-bag v1.9.0 |
722 | 2025-07-03T20:30:52.337Z | Downloaded spin v0.9.8 |
723 | 2025-07-03T20:30:52.337Z | Downloaded ipnetwork v0.21.1 |
724 | 2025-07-03T20:30:52.341Z | Downloaded icu_normalizer_data v1.5.0 |
725 | 2025-07-03T20:30:52.341Z | Downloaded crossbeam-channel v0.5.15 |
726 | 2025-07-03T20:30:52.345Z | Downloaded similar v2.7.0 |
727 | 2025-07-03T20:30:52.349Z | Downloaded encoding_rs v0.8.34 |
728 | 2025-07-03T20:30:52.367Z | Downloaded itertools v0.14.0 |
729 | 2025-07-03T20:30:52.376Z | Downloaded clap_builder v4.5.40 |
730 | 2025-07-03T20:30:52.381Z | Downloaded libz-sys v1.1.20 |
731 | 2025-07-03T20:30:52.397Z | Downloaded tokio-native-tls v0.3.1 |
732 | 2025-07-03T20:30:52.402Z | Downloaded termtree v0.5.1 |
733 | 2025-07-03T20:30:52.402Z | Downloaded terminal_size v0.4.0 |
734 | 2025-07-03T20:30:52.402Z | Downloaded whoami v1.6.0 |
735 | 2025-07-03T20:30:52.407Z | Downloaded rustc-hash v1.1.0 |
736 | 2025-07-03T20:30:52.407Z | Downloaded csv-core v0.1.11 |
737 | 2025-07-03T20:30:52.407Z | Downloaded csv v1.3.1 |
738 | 2025-07-03T20:30:52.422Z | Downloaded utf8parse v0.2.2 |
739 | 2025-07-03T20:30:52.430Z | Downloaded multer v3.1.0 |
740 | 2025-07-03T20:30:52.430Z | Downloaded bindgen v0.71.1 |
741 | 2025-07-03T20:30:52.434Z | Downloaded unicode-segmentation v1.12.0 |
742 | 2025-07-03T20:30:52.434Z | Downloaded pkcs5 v0.7.1 |
743 | 2025-07-03T20:30:52.437Z | Downloaded pkcs1 v0.7.5 |
744 | 2025-07-03T20:30:52.441Z | Downloaded progenitor-impl v0.10.0 |
745 | 2025-07-03T20:30:52.445Z | Downloaded bitvec v1.0.1 |
746 | 2025-07-03T20:30:52.454Z | Downloaded itertools v0.12.1 |
747 | 2025-07-03T20:30:52.461Z | Downloaded crossbeam-epoch v0.9.18 |
748 | 2025-07-03T20:30:52.464Z | Downloaded async-std v1.13.0 |
749 | 2025-07-03T20:30:52.480Z | Downloaded pathdiff v0.2.3 |
750 | 2025-07-03T20:30:52.483Z | Downloaded cmake v0.1.51 |
751 | 2025-07-03T20:30:52.483Z | Downloaded cipher v0.4.4 |
752 | 2025-07-03T20:30:52.483Z | Downloaded lzss v0.8.2 |
753 | 2025-07-03T20:30:52.489Z | Downloaded quick-xml v0.37.2 |
754 | 2025-07-03T20:30:52.493Z | Downloaded proptest v1.7.0 |
755 | 2025-07-03T20:30:52.497Z | Downloaded papergrid v0.11.0 |
756 | 2025-07-03T20:30:52.502Z | Downloaded miniz_oxide v0.8.5 |
757 | 2025-07-03T20:30:52.507Z | Downloaded winnow v0.6.26 |
758 | 2025-07-03T20:30:52.512Z | Downloaded rustls-native-certs v0.8.1 |
759 | 2025-07-03T20:30:52.516Z | Downloaded clang-sys v1.8.1 |
760 | 2025-07-03T20:30:52.521Z | Downloaded unicode-properties v0.1.3 |
761 | 2025-07-03T20:30:52.521Z | Downloaded httpmock v0.8.0-alpha.1 |
762 | 2025-07-03T20:30:52.535Z | Downloaded rustls-webpki v0.102.8 |
763 | 2025-07-03T20:30:52.552Z | Downloaded bindgen v0.69.5 |
764 | 2025-07-03T20:30:52.558Z | Downloaded pin-project-lite v0.2.14 |
765 | 2025-07-03T20:30:52.566Z | Downloaded tinyvec v1.8.0 |
766 | 2025-07-03T20:30:52.578Z | Downloaded parse-zoneinfo v0.3.1 |
767 | 2025-07-03T20:30:52.578Z | Downloaded rustyline v14.0.0 |
768 | 2025-07-03T20:30:52.583Z | Downloaded libz-rs-sys v0.5.1 |
769 | 2025-07-03T20:30:52.583Z | Downloaded ingot-macros v0.1.0 |
770 | 2025-07-03T20:30:52.583Z | Downloaded semver v1.0.26 |
771 | 2025-07-03T20:30:52.583Z | Downloaded indicatif v0.17.11 |
772 | 2025-07-03T20:30:52.583Z | Downloaded rayon v1.10.0 |
773 | 2025-07-03T20:30:52.589Z | Downloaded ring v0.17.14 |
774 | 2025-07-03T20:30:52.627Z | Downloaded parse-display-derive v0.10.0 |
775 | 2025-07-03T20:30:52.631Z | Downloaded num-traits v0.2.19 |
776 | 2025-07-03T20:30:52.631Z | Downloaded linked-hash-map v0.5.6 |
777 | 2025-07-03T20:30:52.636Z | Downloaded linear-map v1.2.0 |
778 | 2025-07-03T20:30:52.636Z | Downloaded ed25519-dalek v2.1.1 |
779 | 2025-07-03T20:30:52.642Z | Downloaded zone v0.1.8 |
780 | 2025-07-03T20:30:52.642Z | Downloaded want v0.3.1 |
781 | 2025-07-03T20:30:52.642Z | Downloaded void v1.0.2 |
782 | 2025-07-03T20:30:52.642Z | Downloaded term v0.7.0 |
783 | 2025-07-03T20:30:52.642Z | Downloaded icu_normalizer v1.5.0 |
784 | 2025-07-03T20:30:52.645Z | Downloaded yansi v1.0.1 |
785 | 2025-07-03T20:30:52.650Z | Downloaded zerovec v0.10.4 |
786 | 2025-07-03T20:30:52.653Z | Downloaded aws-lc-rs v1.12.4 |
787 | 2025-07-03T20:30:52.659Z | Downloaded critical-section v1.1.3 |
788 | 2025-07-03T20:30:52.662Z | Downloaded criterion-plot v0.5.0 |
789 | 2025-07-03T20:30:52.662Z | Downloaded proc-macro-error2 v2.0.1 |
790 | 2025-07-03T20:30:52.666Z | Downloaded phf_shared v0.11.2 |
791 | 2025-07-03T20:30:52.670Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
792 | 2025-07-03T20:30:52.715Z | Downloaded diff v0.1.13 |
793 | 2025-07-03T20:30:52.719Z | Downloaded url v2.5.4 |
794 | 2025-07-03T20:30:52.723Z | Downloaded native-tls v0.2.12 |
795 | 2025-07-03T20:30:52.723Z | Downloaded h2 v0.4.6 |
796 | 2025-07-03T20:30:52.727Z | Downloaded guppy v0.17.19 |
797 | 2025-07-03T20:30:52.732Z | Downloaded blake3 v1.5.4 |
798 | 2025-07-03T20:30:52.739Z | Downloaded typify-macro v0.2.0 |
799 | 2025-07-03T20:30:52.743Z | Downloaded tinystr v0.7.6 |
800 | 2025-07-03T20:30:52.743Z | Downloaded structmeta-derive v0.3.0 |
801 | 2025-07-03T20:30:52.743Z | Downloaded string_cache v0.8.9 |
802 | 2025-07-03T20:30:52.746Z | Downloaded ipnet v2.11.0 |
803 | 2025-07-03T20:30:52.746Z | Downloaded tokio-postgres v0.7.13 |
804 | 2025-07-03T20:30:52.750Z | Downloaded hkdf v0.12.4 |
805 | 2025-07-03T20:30:52.754Z | Downloaded new_debug_unreachable v1.0.6 |
806 | 2025-07-03T20:30:52.754Z | Downloaded test-strategy v0.4.1 |
807 | 2025-07-03T20:30:52.758Z | Downloaded zerocopy-derive v0.8.26 |
808 | 2025-07-03T20:30:52.763Z | Downloaded rand_xorshift v0.4.0 |
809 | 2025-07-03T20:30:52.766Z | Downloaded constant_time_eq v0.3.1 |
810 | 2025-07-03T20:30:52.766Z | Downloaded unicode_categories v0.1.1 |
811 | 2025-07-03T20:30:52.766Z | Downloaded yasna v0.5.2 |
812 | 2025-07-03T20:30:52.770Z | Downloaded ctr v0.9.2 |
813 | 2025-07-03T20:30:52.770Z | Downloaded rstest v0.25.0 |
814 | 2025-07-03T20:30:52.774Z | Downloaded rustc_version v0.4.1 |
815 | 2025-07-03T20:30:52.778Z | Downloaded litrs v0.4.1 |
816 | 2025-07-03T20:30:52.778Z | Downloaded tokio-util v0.7.15 |
817 | 2025-07-03T20:30:52.784Z | Downloaded progenitor-macro v0.10.0 |
818 | 2025-07-03T20:30:52.787Z | Downloaded derive-where v1.5.0 |
819 | 2025-07-03T20:30:52.790Z | Downloaded snafu v0.8.5 |
820 | 2025-07-03T20:30:52.794Z | Downloaded smallvec v0.6.14 |
821 | 2025-07-03T20:30:52.797Z | Downloaded serde_urlencoded v0.7.1 |
822 | 2025-07-03T20:30:52.798Z | Downloaded serde_tokenstream v0.2.2 |
823 | 2025-07-03T20:30:52.798Z | Downloaded serde_spanned v0.6.9 |
824 | 2025-07-03T20:30:52.801Z | Downloaded schemars_derive v0.8.22 |
825 | 2025-07-03T20:30:52.801Z | Downloaded memmap2 v0.9.5 |
826 | 2025-07-03T20:30:52.804Z | Downloaded memmap v0.7.0 |
827 | 2025-07-03T20:30:52.804Z | Downloaded ryu v1.0.18 |
828 | 2025-07-03T20:30:52.807Z | Downloaded rstest_macros v0.25.0 |
829 | 2025-07-03T20:30:52.810Z | Downloaded trybuild v1.0.105 |
830 | 2025-07-03T20:30:52.813Z | Downloaded russh v0.45.0 |
831 | 2025-07-03T20:30:52.817Z | Downloaded pest v2.7.14 |
832 | 2025-07-03T20:30:52.822Z | Downloaded serde_derive v1.0.219 |
833 | 2025-07-03T20:30:52.825Z | Downloaded jiff-static v0.2.15 |
834 | 2025-07-03T20:30:52.828Z | Downloaded ppv-lite86 v0.2.20 |
835 | 2025-07-03T20:30:52.828Z | Downloaded inout v0.1.3 |
836 | 2025-07-03T20:30:52.831Z | Downloaded ecdsa v0.16.9 |
837 | 2025-07-03T20:30:52.831Z | Downloaded displaydoc v0.2.5 |
838 | 2025-07-03T20:30:52.835Z | Downloaded crossbeam-utils v0.8.21 |
839 | 2025-07-03T20:30:52.839Z | Downloaded papergrid v0.14.0 |
840 | 2025-07-03T20:30:52.848Z | Downloaded normalize-line-endings v0.3.0 |
841 | 2025-07-03T20:30:52.848Z | Downloaded colored v2.2.0 |
842 | 2025-07-03T20:30:52.852Z | Downloaded crc-any v2.5.0 |
843 | 2025-07-03T20:30:52.852Z | Downloaded libsw v3.5.0 |
844 | 2025-07-03T20:30:52.852Z | Downloaded libscf-sys v1.1.0 |
845 | 2025-07-03T20:30:52.852Z | Downloaded zerocopy-derive v0.7.35 |
846 | 2025-07-03T20:30:52.852Z | Downloaded target-spec v3.4.2 |
847 | 2025-07-03T20:30:52.858Z | Downloaded progenitor-impl v0.8.0 |
848 | 2025-07-03T20:30:52.858Z | Downloaded http v1.3.1 |
849 | 2025-07-03T20:30:52.864Z | Downloaded typify v0.3.0 |
850 | 2025-07-03T20:30:52.864Z | Downloaded deranged v0.3.11 |
851 | 2025-07-03T20:30:52.868Z | Downloaded pest_meta v2.7.14 |
852 | 2025-07-03T20:30:52.868Z | Downloaded elliptic-curve v0.13.8 |
853 | 2025-07-03T20:30:52.874Z | Downloaded crypto-bigint v0.5.5 |
854 | 2025-07-03T20:30:52.880Z | Downloaded p256 v0.13.2 |
855 | 2025-07-03T20:30:52.880Z | Downloaded unicode-xid v0.2.6 |
856 | 2025-07-03T20:30:52.886Z | Downloaded unicode-truncate v1.1.0 |
857 | 2025-07-03T20:30:52.886Z | Downloaded smallvec v1.15.0 |
858 | 2025-07-03T20:30:52.886Z | Downloaded hickory-server v0.25.2 |
859 | 2025-07-03T20:30:52.890Z | Downloaded icu_locid_transform_data v1.5.0 |
860 | 2025-07-03T20:30:52.890Z | Downloaded icu_locid v1.5.0 |
861 | 2025-07-03T20:30:52.892Z | Downloaded chacha20poly1305 v0.10.1 |
862 | 2025-07-03T20:30:52.896Z | Downloaded tap v1.0.1 |
863 | 2025-07-03T20:30:52.896Z | Downloaded synstructure v0.13.1 |
864 | 2025-07-03T20:30:52.896Z | Downloaded stringmetrics v2.2.2 |
865 | 2025-07-03T20:30:52.900Z | Downloaded crucible-workspace-hack v0.1.0 |
866 | 2025-07-03T20:30:52.900Z | Downloaded cobs v0.2.3 |
867 | 2025-07-03T20:30:52.900Z | Downloaded rand_core v0.9.2 |
868 | 2025-07-03T20:30:52.900Z | Downloaded aho-corasick v1.1.3 |
869 | 2025-07-03T20:30:52.905Z | Downloaded structmeta v0.3.0 |
870 | 2025-07-03T20:30:52.908Z | Downloaded libloading v0.8.5 |
871 | 2025-07-03T20:30:52.908Z | Downloaded dropshot_endpoint v0.16.2 |
872 | 2025-07-03T20:30:52.912Z | Downloaded rand_distr v0.4.3 |
873 | 2025-07-03T20:30:52.915Z | Downloaded futures-util v0.3.31 |
874 | 2025-07-03T20:30:52.924Z | Downloaded ciborium-ll v0.2.2 |
875 | 2025-07-03T20:30:52.929Z | Downloaded zerofrom v0.1.4 |
876 | 2025-07-03T20:30:52.929Z | Downloaded qorb v0.4.0 |
877 | 2025-07-03T20:30:52.933Z | Downloaded hashbrown v0.12.3 |
878 | 2025-07-03T20:30:52.937Z | Downloaded nanorand v0.7.0 |
879 | 2025-07-03T20:30:52.937Z | Downloaded vte v0.11.1 |
880 | 2025-07-03T20:30:52.940Z | Downloaded rsa v0.9.6 |
881 | 2025-07-03T20:30:52.944Z | Downloaded pbkdf2 v0.12.2 |
882 | 2025-07-03T20:30:52.944Z | Downloaded num-derive v0.3.3 |
883 | 2025-07-03T20:30:52.947Z | Downloaded heapless v0.8.0 |
884 | 2025-07-03T20:30:52.953Z | Downloaded rcgen v0.12.1 |
885 | 2025-07-03T20:30:52.953Z | Downloaded lru v0.12.5 |
886 | 2025-07-03T20:30:52.958Z | Downloaded des v0.8.1 |
887 | 2025-07-03T20:30:52.958Z | Downloaded cc v1.2.15 |
888 | 2025-07-03T20:30:52.958Z | Downloaded backtrace v0.3.74 |
889 | 2025-07-03T20:30:52.961Z | Downloaded daft v0.1.3 |
890 | 2025-07-03T20:30:52.965Z | Downloaded russh-keys v0.45.0 |
891 | 2025-07-03T20:30:52.968Z | Downloaded hickory-resolver v0.24.4 |
892 | 2025-07-03T20:30:52.968Z | Downloaded headers v0.4.1 |
893 | 2025-07-03T20:30:52.975Z | Downloaded managed v0.8.0 |
894 | 2025-07-03T20:30:52.980Z | Downloaded libefi-sys v0.1.0 |
895 | 2025-07-03T20:30:52.980Z | Downloaded lazycell v1.3.0 |
896 | 2025-07-03T20:30:52.980Z | Downloaded colorchoice v1.0.2 |
897 | 2025-07-03T20:30:52.980Z | Downloaded jobserver v0.1.32 |
898 | 2025-07-03T20:30:52.986Z | Downloaded flate2 v1.1.2 |
899 | 2025-07-03T20:30:52.986Z | Downloaded indent_write v2.2.0 |
900 | 2025-07-03T20:30:52.990Z | Downloaded impl-trait-for-tuples v0.2.2 |
901 | 2025-07-03T20:30:52.991Z | Downloaded ena v0.14.3 |
902 | 2025-07-03T20:30:52.991Z | Downloaded uzers v0.12.1 |
903 | 2025-07-03T20:30:52.994Z | Downloaded base64 v0.21.7 |
904 | 2025-07-03T20:30:52.994Z | Downloaded either v1.15.0 |
905 | 2025-07-03T20:30:52.998Z | Downloaded num-derive v0.4.2 |
906 | 2025-07-03T20:30:52.998Z | Downloaded icu_locid_transform v1.5.0 |
907 | 2025-07-03T20:30:53.002Z | Downloaded xshell v0.2.7 |
908 | 2025-07-03T20:30:53.002Z | Downloaded unicase v2.7.0 |
909 | 2025-07-03T20:30:53.005Z | Downloaded ucd-trie v0.1.7 |
910 | 2025-07-03T20:30:53.005Z | Downloaded base64 v0.22.1 |
911 | 2025-07-03T20:30:53.009Z | Downloaded macaddr v1.0.1 |
912 | 2025-07-03T20:30:53.009Z | Downloaded display-error-chain v0.2.2 |
913 | 2025-07-03T20:30:53.009Z | Downloaded crypto-common v0.1.6 |
914 | 2025-07-03T20:30:53.014Z | Downloaded aes v0.8.4 |
915 | 2025-07-03T20:30:53.018Z | Downloaded tokio-tungstenite v0.23.1 |
916 | 2025-07-03T20:30:53.018Z | Downloaded flume v0.11.1 |
917 | 2025-07-03T20:30:53.018Z | Downloaded convert_case v0.4.0 |
918 | 2025-07-03T20:30:53.021Z | Downloaded oso v0.27.3 |
919 | 2025-07-03T20:30:53.027Z | Downloaded thread_local v1.1.8 |
920 | 2025-07-03T20:30:53.027Z | Downloaded thread-id v4.2.2 |
921 | 2025-07-03T20:30:53.027Z | Downloaded thiserror-no-std v2.0.2 |
922 | 2025-07-03T20:30:53.034Z | Downloaded thiserror-impl v2.0.12 |
923 | 2025-07-03T20:30:53.034Z | Downloaded thiserror v1.0.69 |
924 | 2025-07-03T20:30:53.037Z | Downloaded termios v0.3.3 |
925 | 2025-07-03T20:30:53.037Z | Downloaded num-complex v0.4.6 |
926 | 2025-07-03T20:30:53.037Z | Downloaded half v2.4.1 |
927 | 2025-07-03T20:30:53.040Z | Downloaded tabwriter v1.4.0 |
928 | 2025-07-03T20:30:53.041Z | Downloaded tabled_derive v0.10.0 |
929 | 2025-07-03T20:30:53.041Z | Downloaded strum_macros v0.25.3 |
930 | 2025-07-03T20:30:53.044Z | Downloaded strip-ansi-escapes v0.2.0 |
931 | 2025-07-03T20:30:53.044Z | Downloaded stringprep v0.1.5 |
932 | 2025-07-03T20:30:53.044Z | Downloaded packed_struct_codegen v0.10.1 |
933 | 2025-07-03T20:30:53.047Z | Downloaded vte_generate_state_changes v0.1.2 |
934 | 2025-07-03T20:30:53.047Z | Downloaded slog-stdlog v4.1.1 |
935 | 2025-07-03T20:30:53.048Z | Downloaded password-hash v0.5.0 |
936 | 2025-07-03T20:30:53.051Z | Downloaded password-hash v0.4.2 |
937 | 2025-07-03T20:30:53.051Z | Downloaded predicates v3.1.3 |
938 | 2025-07-03T20:30:53.054Z | Downloaded parking_lot_core v0.9.10 |
939 | 2025-07-03T20:30:53.054Z | Downloaded bzip2 v0.4.4 |
940 | 2025-07-03T20:30:53.058Z | Downloaded slog-envlogger v2.2.0 |
941 | 2025-07-03T20:30:53.058Z | Downloaded slog-dtrace v0.3.0 |
942 | 2025-07-03T20:30:53.058Z | Downloaded signature v2.2.0 |
943 | 2025-07-03T20:30:53.061Z | Downloaded sha1 v0.10.6 |
944 | 2025-07-03T20:30:53.061Z | Downloaded half v1.8.3 |
945 | 2025-07-03T20:30:53.066Z | Downloaded slog-json v2.6.1 |
946 | 2025-07-03T20:30:53.066Z | Downloaded sha2 v0.10.9 |
947 | 2025-07-03T20:30:53.069Z | Downloaded signal-hook-registry v1.4.2 |
948 | 2025-07-03T20:30:53.069Z | Downloaded serde_plain v1.0.2 |
949 | 2025-07-03T20:30:53.069Z | Downloaded serde_path_to_error v0.1.17 |
950 | 2025-07-03T20:30:53.069Z | Downloaded pin-project-internal v1.1.6 |
951 | 2025-07-03T20:30:53.073Z | Downloaded once_cell v1.21.3 |
952 | 2025-07-03T20:30:53.073Z | Downloaded serde-untagged v0.1.7 |
953 | 2025-07-03T20:30:53.077Z | Downloaded secrecy v0.10.3 |
954 | 2025-07-03T20:30:53.077Z | Downloaded secrecy v0.8.0 |
955 | 2025-07-03T20:30:53.077Z | Downloaded async-task v4.7.1 |
956 | 2025-07-03T20:30:53.081Z | Downloaded psl-types v2.0.11 |
957 | 2025-07-03T20:30:53.081Z | Downloaded pem-rfc7468 v0.7.0 |
958 | 2025-07-03T20:30:53.084Z | Downloaded camino-tempfile v1.4.1 |
959 | 2025-07-03T20:30:53.085Z | Downloaded blake2b_simd v1.0.2 |
960 | 2025-07-03T20:30:53.085Z | Downloaded parking_lot_core v0.8.6 |
961 | 2025-07-03T20:30:53.088Z | Downloaded packed_struct v0.10.1 |
962 | 2025-07-03T20:30:53.088Z | Downloaded async-process v2.3.0 |
963 | 2025-07-03T20:30:53.089Z | Downloaded async-lock v3.4.0 |
964 | 2025-07-03T20:30:53.092Z | Downloaded oorandom v11.1.4 |
965 | 2025-07-03T20:30:53.092Z | Downloaded num_enum_derive v0.5.11 |
966 | 2025-07-03T20:30:53.092Z | Downloaded hashbrown v0.13.2 |
967 | 2025-07-03T20:30:53.096Z | Downloaded globset v0.4.15 |
968 | 2025-07-03T20:30:53.099Z | Downloaded cargo_metadata v0.18.1 |
969 | 2025-07-03T20:30:53.099Z | Downloaded http-body-util v0.1.3 |
970 | 2025-07-03T20:30:53.099Z | Downloaded cast v0.3.0 |
971 | 2025-07-03T20:30:53.103Z | Downloaded cassowary v0.3.0 |
972 | 2025-07-03T20:30:53.103Z | Downloaded async-stream v0.3.6 |
973 | 2025-07-03T20:30:53.103Z | Downloaded byteorder v1.5.0 |
974 | 2025-07-03T20:30:53.106Z | Downloaded bit-set v0.5.3 |
975 | 2025-07-03T20:30:53.106Z | Downloaded async-signal v0.2.10 |
976 | 2025-07-03T20:30:53.111Z | Downloaded block-buffer v0.10.4 |
977 | 2025-07-03T20:30:53.111Z | Downloaded hubpack_derive v0.1.1 |
978 | 2025-07-03T20:30:53.111Z | Downloaded http-range v0.1.5 |
979 | 2025-07-03T20:30:53.111Z | Downloaded float-ord v0.3.2 |
980 | 2025-07-03T20:30:53.111Z | Downloaded progenitor-client v0.8.0 |
981 | 2025-07-03T20:30:53.117Z | Downloaded plain v0.2.3 |
982 | 2025-07-03T20:30:53.117Z | Downloaded percent-encoding v2.3.1 |
983 | 2025-07-03T20:30:53.117Z | Downloaded heck v0.5.0 |
984 | 2025-07-03T20:30:53.117Z | Downloaded heck v0.4.1 |
985 | 2025-07-03T20:30:53.117Z | Downloaded bytes v1.10.1 |
986 | 2025-07-03T20:30:53.120Z | Downloaded bitfield v0.14.0 |
987 | 2025-07-03T20:30:53.120Z | Downloaded bcrypt-pbkdf v0.10.0 |
988 | 2025-07-03T20:30:53.120Z | Downloaded base64ct v1.6.0 |
989 | 2025-07-03T20:30:53.124Z | Downloaded num_threads v0.1.7 |
990 | 2025-07-03T20:30:53.124Z | Downloaded hex v0.4.3 |
991 | 2025-07-03T20:30:53.124Z | Downloaded hash32 v0.3.1 |
992 | 2025-07-03T20:30:53.129Z | Downloaded group v0.13.0 |
993 | 2025-07-03T20:30:53.129Z | Downloaded funty v2.0.0 |
994 | 2025-07-03T20:30:53.130Z | Downloaded fs-err v2.11.0 |
995 | 2025-07-03T20:30:53.134Z | Downloaded foreign-types-macros v0.2.3 |
996 | 2025-07-03T20:30:53.134Z | Downloaded float-cmp v0.10.0 |
997 | 2025-07-03T20:30:53.134Z | Downloaded fixedbitset v0.4.2 |
998 | 2025-07-03T20:30:53.134Z | Downloaded base16ct v0.2.0 |
999 | 2025-07-03T20:30:53.134Z | Downloaded async-recursion v1.1.1 |
1000 | 2025-07-03T20:30:53.138Z | Downloaded flagset v0.4.6 |
1001 | 2025-07-03T20:30:53.138Z | Downloaded atomicwrites v0.4.4 |
1002 | 2025-07-03T20:30:53.138Z | Downloaded arc-swap v1.7.1 |
1003 | 2025-07-03T20:30:53.141Z | Downloaded foreign-types-shared v0.1.1 |
1004 | 2025-07-03T20:30:53.141Z | Downloaded cexpr v0.6.0 |
1005 | 2025-07-03T20:30:53.145Z | Downloaded blocking v1.6.1 |
1006 | 2025-07-03T20:30:53.145Z | Downloaded futures v0.3.31 |
1007 | 2025-07-03T20:30:53.152Z | Downloaded blowfish v0.9.1 |
1008 | 2025-07-03T20:30:53.152Z | Downloaded async-global-executor v2.4.1 |
1009 | 2025-07-03T20:30:53.156Z | Downloaded futures-lite v2.3.0 |
1010 | 2025-07-03T20:30:53.156Z | Downloaded async-object-pool v0.1.5 |
1011 | 2025-07-03T20:30:53.156Z | Downloaded foldhash v0.1.5 |
1012 | 2025-07-03T20:30:53.156Z | Downloaded bzip2 v0.5.2 |
1013 | 2025-07-03T20:30:53.156Z | Downloaded bb8 v0.8.5 |
1014 | 2025-07-03T20:30:53.159Z | Downloaded fd-lock v4.0.2 |
1015 | 2025-07-03T20:30:53.159Z | Downloaded futures-sink v0.3.31 |
1016 | 2025-07-03T20:30:53.159Z | Downloaded futures-channel v0.3.31 |
1017 | 2025-07-03T20:30:53.163Z | Downloaded expectorate v1.2.0 |
1018 | 2025-07-03T20:30:53.166Z | Downloaded backoff v0.4.0 |
1019 | 2025-07-03T20:30:53.167Z | Downloaded arrayvec v0.7.6 |
1020 | 2025-07-03T20:30:53.170Z | Downloaded async-channel v2.3.1 |
1021 | 2025-07-03T20:30:53.170Z | Downloaded assert-json-diff v2.0.2 |
1022 | 2025-07-03T20:30:53.170Z | Downloaded event-listener v5.3.1 |
1023 | 2025-07-03T20:30:53.174Z | Downloaded anstyle v1.0.11 |
1024 | 2025-07-03T20:30:53.174Z | Downloaded fancy-regex v0.14.0 |
1025 | 2025-07-03T20:30:53.177Z | Downloaded ascii-canvas v3.0.0 |
1026 | 2025-07-03T20:30:53.177Z | Downloaded anstream v0.6.18 |
1027 | 2025-07-03T20:30:53.186Z | Downloaded aead v0.5.2 |
1028 | 2025-07-03T20:30:53.187Z | Downloaded escape8259 v0.5.3 |
1029 | 2025-07-03T20:30:53.187Z | Downloaded errno v0.3.12 |
1030 | 2025-07-03T20:30:53.220Z | Downloaded aes-gcm v0.10.3 |
1031 | 2025-07-03T20:30:53.220Z | Downloaded cfg-if v1.0.1 |
1032 | 2025-07-03T20:30:53.220Z | Downloaded equivalent v1.0.2 |
1033 | 2025-07-03T20:30:53.220Z | Downloaded async-channel v1.9.0 |
1034 | 2025-07-03T20:30:53.220Z | Downloaded ahash v0.8.11 |
1035 | 2025-07-03T20:30:53.220Z | Downloaded approx v0.5.1 |
1036 | 2025-07-03T20:30:53.328Z | Downloaded aws-lc-sys v0.26.0 |
1037 | 2025-07-03T20:30:53.874Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
1038 | 2025-07-03T20:31:04.898Z | Startup: Refreshing catalog 'helios-dev' ... Done |
1039 | 2025-07-03T20:31:11.903Z | Startup: Caching catalogs ... Done |
1040 | 2025-07-03T20:31:16.070Z | Planning: Solver setup ... Done (2.833s) |
1041 | 2025-07-03T20:31:16.097Z | Planning: Running solver ... Done (0.027s) |
1042 | 2025-07-03T20:31:16.188Z | Planning: Finding local manifests ... Done (0.003s) |
1043 | 2025-07-03T20:31:16.202Z | Planning: Fetching manifests: 0/4 0% complete |
1044 | 2025-07-03T20:31:16.354Z | Planning: Fetching manifests: 4/4 100% complete |
1045 | 2025-07-03T20:31:16.409Z | Planning: Package planning ... Done (0.055s) |
1046 | 2025-07-03T20:31:16.460Z | Planning: Merging actions ... Done (0.050s) |
1047 | 2025-07-03T20:31:16.759Z | Planning: Checking for conflicting actions ... Done (0.300s) |
1048 | 2025-07-03T20:31:16.772Z | Planning: Consolidating action changes ... Done (0.012s) |
1049 | 2025-07-03T20:31:17.638Z | Planning: Evaluating mediators ... Done (0.866s) |
1050 | 2025-07-03T20:31:17.650Z | Planning: Planning completed in 5.62 seconds |
1051 | 2025-07-03T20:31:17.666Z | Packages to install: 4 |
1052 | 2025-07-03T20:31:17.666Z | Mediators to change: 2 |
1053 | 2025-07-03T20:31:17.666Z | Services to change: 1 |
1054 | 2025-07-03T20:31:17.670Z | Estimated space available: 155.21 GB |
1055 | 2025-07-03T20:31:17.670Z | Estimated space to be consumed: 1.70 GB |
1056 | 2025-07-03T20:31:17.670Z | Create boot environment: No |
1057 | 2025-07-03T20:31:17.670Z | Create backup boot environment: No |
1058 | 2025-07-03T20:31:17.670Z | Rebuild boot archive: No |
1059 | 2025-07-03T20:31:17.670Z | |
1060 | 2025-07-03T20:31:17.670Z | Changed mediators: |
1061 | 2025-07-03T20:31:17.670Z | mediator clang: |
1062 | 2025-07-03T20:31:17.670Z | version: None -> 15 (system default) |
1063 | 2025-07-03T20:31:17.670Z | |
1064 | 2025-07-03T20:31:17.670Z | mediator llvm: |
1065 | 2025-07-03T20:31:17.670Z | version: 14 (system default) -> 15 (system default) |
1066 | 2025-07-03T20:31:17.670Z | |
1067 | 2025-07-03T20:31:17.670Z | Changed packages: |
1068 | 2025-07-03T20:31:17.670Z | helios-dev |
1069 | 2025-07-03T20:31:17.670Z | developer/build-essential |
1070 | 2025-07-03T20:31:17.670Z | None -> 11-2.0 |
1071 | 2025-07-03T20:31:17.670Z | library/libxmlsec1 |
1072 | 2025-07-03T20:31:17.670Z | None -> 1.2.35-2.0 |
1073 | 2025-07-03T20:31:17.670Z | ooce/developer/clang-15 |
1074 | 2025-07-03T20:31:17.671Z | None -> 15.0.7-2.0 |
1075 | 2025-07-03T20:31:17.671Z | ooce/developer/llvm-15 |
1076 | 2025-07-03T20:31:17.671Z | None -> 15.0.7-2.0 |
1077 | 2025-07-03T20:31:17.671Z | |
1078 | 2025-07-03T20:31:17.671Z | Services: |
1079 | 2025-07-03T20:31:17.671Z | restart_fmri: |
1080 | 2025-07-03T20:31:17.671Z | svc:/system/update-man-index:default |
1081 | 2025-07-03T20:31:17.721Z | |
1082 | 2025-07-03T20:31:17.721Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
1083 | 2025-07-03T20:31:22.721Z | Download: 2929/3290 items 121.0/212.6MB 56% complete (24.4M/s) |
1084 | 2025-07-03T20:31:24.542Z | Download: Completed 212.60 MB in 6.82 seconds (31.2M/s) |
1085 | 2025-07-03T20:31:26.424Z | Actions: 1/3689 actions (Installing new actions) |
1086 | 2025-07-03T20:31:31.130Z | Actions: Completed 3689 actions in 4.71 seconds. |
1087 | 2025-07-03T20:31:31.759Z | Done (0.625s) |
1088 | 2025-07-03T20:31:31.759Z | Done (0.000s) |
1089 | 2025-07-03T20:31:32.612Z | Done (0.853s) |
1090 | 2025-07-03T20:31:37.170Z | Done (4.255s) |
1091 | 2025-07-03T20:31:37.265Z | Done (0.019s) |
1092 | 2025-07-03T20:31:37.268Z | Done (0.000s) |
1093 | 2025-07-03T20:31:37.437Z | Done (0.000s) |
1094 | 2025-07-03T20:31:38.367Z | Planning: Evaluating mediator changes ... Done |
1095 | 2025-07-03T20:31:38.551Z | Planning: Checking for conflicting actions ... Done |
1096 | 2025-07-03T20:31:38.555Z | Planning: Consolidating action changes ... Done |
1097 | 2025-07-03T20:31:38.860Z | Planning: Evaluating mediators ... Done |
1098 | 2025-07-03T20:31:38.863Z | Planning: Planning completed in 0.49 seconds |
1099 | 2025-07-03T20:31:38.898Z | Mediators to change: 2 |
1100 | 2025-07-03T20:31:38.898Z | Create boot environment: No |
1101 | 2025-07-03T20:31:38.901Z | Create backup boot environment: No |
1102 | 2025-07-03T20:31:38.998Z | Done |
1103 | 2025-07-03T20:31:38.998Z | Done |
1104 | 2025-07-03T20:31:39.615Z | Done |
1105 | 2025-07-03T20:31:43.730Z | Done |
1106 | 2025-07-03T20:31:43.831Z | Done |
1107 | 2025-07-03T20:31:43.834Z | Done |
1108 | 2025-07-03T20:31:43.976Z | Done |
1109 | 2025-07-03T20:31:44.677Z | Planning: Evaluating mediator changes ... Done |
1110 | 2025-07-03T20:31:44.683Z | Planning: Merging actions ... Done |
1111 | 2025-07-03T20:31:44.891Z | Planning: Checking for conflicting actions ... Done |
1112 | 2025-07-03T20:31:44.894Z | Planning: Consolidating action changes ... Done |
1113 | 2025-07-03T20:31:45.181Z | Planning: Evaluating mediators ... Done |
1114 | 2025-07-03T20:31:45.243Z | Planning: Planning completed in 0.83 seconds |
1115 | 2025-07-03T20:31:45.283Z | Packages to change: 1 |
1116 | 2025-07-03T20:31:45.283Z | Mediators to change: 1 |
1117 | 2025-07-03T20:31:45.283Z | Services to change: 1 |
1118 | 2025-07-03T20:31:45.288Z | Create boot environment: No |
1119 | 2025-07-03T20:31:45.288Z | Create backup boot environment: Yes |
1120 | 2025-07-03T20:31:47.809Z | Actions: 1/6 actions (Updating modified actions) |
1121 | 2025-07-03T20:31:47.817Z | Actions: Completed 6 actions in 0.00 seconds. |
1122 | 2025-07-03T20:31:47.817Z | Done |
1123 | 2025-07-03T20:31:47.817Z | Done |
1124 | 2025-07-03T20:31:47.986Z | Done |
1125 | 2025-07-03T20:31:52.100Z | Done |
1126 | 2025-07-03T20:31:52.194Z | Done |
1127 | 2025-07-03T20:31:52.198Z | Done |
1128 | 2025-07-03T20:31:52.347Z | Done |
1129 | 2025-07-03T20:31:52.846Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1130 | 2025-07-03T20:31:52.846Z | clang system 15 system |
1131 | 2025-07-03T20:31:52.846Z | csh system system illumos |
1132 | 2025-07-03T20:31:52.846Z | ctags system system illumos |
1133 | 2025-07-03T20:31:52.846Z | file system system illumos |
1134 | 2025-07-03T20:31:52.846Z | gcc vendor 12 vendor |
1135 | 2025-07-03T20:31:52.846Z | gcc system 10 system |
1136 | 2025-07-03T20:31:52.846Z | gcc system 7 system |
1137 | 2025-07-03T20:31:52.846Z | go system 1.20 system |
1138 | 2025-07-03T20:31:52.846Z | go system 1.19 system |
1139 | 2025-07-03T20:31:52.846Z | llvm system 15 system |
1140 | 2025-07-03T20:31:52.846Z | llvm system 14 system |
1141 | 2025-07-03T20:31:52.846Z | mariadb system 10.6 system |
1142 | 2025-07-03T20:31:52.846Z | mta vendor vendor dma |
1143 | 2025-07-03T20:31:52.846Z | openjdk system 17 system |
1144 | 2025-07-03T20:31:52.846Z | openjdk system 11 system |
1145 | 2025-07-03T20:31:52.846Z | openjdk system 1.8 system |
1146 | 2025-07-03T20:31:52.846Z | openssl vendor 3 vendor |
1147 | 2025-07-03T20:31:52.846Z | perl system 5.36 system |
1148 | 2025-07-03T20:31:52.846Z | postgresql system 15 system |
1149 | 2025-07-03T20:31:52.846Z | postgresql system 13 system |
1150 | 2025-07-03T20:31:52.846Z | python vendor 3 vendor |
1151 | 2025-07-03T20:31:52.846Z | python system 2 system |
1152 | 2025-07-03T20:31:52.846Z | python3 system 3.11 system |
1153 | 2025-07-03T20:31:52.846Z | ruby system 3.0 system |
1154 | 2025-07-03T20:31:52.846Z | words vendor vendor american-english |
1155 | 2025-07-03T20:31:52.846Z | words system system australian-english |
1156 | 2025-07-03T20:31:52.846Z | words system system british-english |
1157 | 2025-07-03T20:31:52.846Z | words system system canadian-english |
1158 | 2025-07-03T20:31:52.846Z | words system system french |
1159 | 2025-07-03T20:31:52.846Z | words system system italian |
1160 | 2025-07-03T20:31:52.846Z | words system system ngerman |
1161 | 2025-07-03T20:31:52.847Z | words system system ogerman |
1162 | 2025-07-03T20:31:52.847Z | words system system spanish |
1163 | 2025-07-03T20:31:53.231Z | PUBLISHER TYPE STATUS P LOCATION |
1164 | 2025-07-03T20:31:53.231Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1165 | 2025-07-03T20:31:57.950Z | FMRI IFO |
1166 | 2025-07-03T20:31:57.950Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1167 | 2025-07-03T20:31:57.950Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1168 | 2025-07-03T20:31:57.950Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1169 | 2025-07-03T20:31:57.950Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1170 | 2025-07-03T20:31:57.950Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1171 | 2025-07-03T20:31:57.950Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
1172 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1173 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
1174 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1175 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1176 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
1177 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1178 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1179 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
1180 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1181 | 2025-07-03T20:31:57.951Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1182 | 2025-07-03T20:31:59.501Z | Downloading crates ... |
1183 | 2025-07-03T20:31:59.595Z | Downloaded cargo_toml v0.21.0 |
1184 | 2025-07-03T20:31:59.666Z | Compiling proc-macro2 v1.0.95 |
1185 | 2025-07-03T20:31:59.666Z | Compiling unicode-ident v1.0.18 |
1186 | 2025-07-03T20:31:59.666Z | Compiling serde v1.0.219 |
1187 | 2025-07-03T20:31:59.670Z | Compiling version_check v0.9.5 |
1188 | 2025-07-03T20:31:59.670Z | Compiling thiserror v1.0.69 |
1189 | 2025-07-03T20:31:59.670Z | Compiling libc v0.2.174 |
1190 | 2025-07-03T20:31:59.670Z | Compiling memchr v2.7.4 |
1191 | 2025-07-03T20:31:59.766Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2025-07-03T20:31:59.934Z | Compiling ryu v1.0.18 |
1193 | 2025-07-03T20:32:00.010Z | Compiling itoa v1.0.11 |
1194 | 2025-07-03T20:32:00.254Z | Compiling litemap v0.7.3 |
1195 | 2025-07-03T20:32:00.294Z | Compiling autocfg v1.4.0 |
1196 | 2025-07-03T20:32:00.464Z | Compiling ucd-trie v0.1.7 |
1197 | 2025-07-03T20:32:00.528Z | Compiling writeable v0.5.5 |
1198 | 2025-07-03T20:32:00.845Z | Compiling once_cell v1.21.3 |
1199 | 2025-07-03T20:32:00.974Z | Compiling icu_locid_transform_data v1.5.0 |
1200 | 2025-07-03T20:32:01.056Z | Compiling bitflags v2.9.0 |
1201 | 2025-07-03T20:32:01.089Z | Compiling byteorder v1.5.0 |
1202 | 2025-07-03T20:32:01.192Z | Compiling icu_properties_data v1.5.0 |
1203 | 2025-07-03T20:32:01.218Z | Compiling serde_json v1.0.140 |
1204 | 2025-07-03T20:32:01.299Z | Compiling num-traits v0.2.19 |
1205 | 2025-07-03T20:32:01.443Z | Compiling typeid v1.0.3 |
1206 | 2025-07-03T20:32:01.460Z | Compiling rustix v0.38.37 |
1207 | 2025-07-03T20:32:01.532Z | Compiling smallvec v1.15.0 |
1208 | 2025-07-03T20:32:01.606Z | Compiling utf16_iter v1.0.5 |
1209 | 2025-07-03T20:32:01.817Z | Compiling quote v1.0.40 |
1210 | 2025-07-03T20:32:01.895Z | Compiling errno v0.3.12 |
1211 | 2025-07-03T20:32:01.909Z | Compiling utf8_iter v1.0.4 |
1212 | 2025-07-03T20:32:01.913Z | Compiling equivalent v1.0.2 |
1213 | 2025-07-03T20:32:01.936Z | Compiling icu_normalizer_data v1.5.0 |
1214 | 2025-07-03T20:32:02.008Z | Compiling hashbrown v0.15.4 |
1215 | 2025-07-03T20:32:02.041Z | Compiling write16 v1.0.0 |
1216 | 2025-07-03T20:32:02.167Z | Compiling syn v2.0.104 |
1217 | 2025-07-03T20:32:02.184Z | Compiling usdt-impl v0.5.0 |
1218 | 2025-07-03T20:32:02.217Z | Compiling proc-macro-error-attr v1.0.4 |
1219 | 2025-07-03T20:32:02.251Z | Compiling toml_write v0.1.2 |
1220 | 2025-07-03T20:32:02.430Z | Compiling winnow v0.7.10 |
1221 | 2025-07-03T20:32:02.461Z | Compiling syn v1.0.109 |
1222 | 2025-07-03T20:32:02.739Z | Compiling thread-id v4.2.2 |
1223 | 2025-07-03T20:32:02.860Z | Compiling proc-macro-error v1.0.4 |
1224 | 2025-07-03T20:32:02.928Z | Compiling plain v0.2.3 |
1225 | 2025-07-03T20:32:03.100Z | Compiling indexmap v2.9.0 |
1226 | 2025-07-03T20:32:03.113Z | Compiling semver v1.0.26 |
1227 | 2025-07-03T20:32:03.173Z | Compiling log v0.4.27 |
1228 | 2025-07-03T20:32:03.181Z | Compiling rustix v1.0.7 |
1229 | 2025-07-03T20:32:03.555Z | Compiling percent-encoding v2.3.1 |
1230 | 2025-07-03T20:32:03.634Z | Compiling camino v1.1.10 |
1231 | 2025-07-03T20:32:03.886Z | Compiling utf8parse v0.2.2 |
1232 | 2025-07-03T20:32:03.901Z | Compiling getrandom v0.3.1 |
1233 | 2025-07-03T20:32:04.060Z | Compiling anstyle-parse v0.2.5 |
1234 | 2025-07-03T20:32:04.216Z | Compiling ordered-float v2.10.1 |
1235 | 2025-07-03T20:32:04.312Z | Compiling form_urlencoded v1.2.1 |
1236 | 2025-07-03T20:32:04.326Z | Compiling terminal_size v0.4.0 |
1237 | 2025-07-03T20:32:04.595Z | Compiling colorchoice v1.0.2 |
1238 | 2025-07-03T20:32:04.610Z | Compiling anstyle v1.0.11 |
1239 | 2025-07-03T20:32:04.763Z | Compiling cfg-if v1.0.1 |
1240 | 2025-07-03T20:32:04.767Z | Compiling is_terminal_polyfill v1.70.1 |
1241 | 2025-07-03T20:32:04.875Z | Compiling anstyle-query v1.1.1 |
1242 | 2025-07-03T20:32:04.914Z | Compiling pretty-hex v0.4.1 |
1243 | 2025-07-03T20:32:04.914Z | Compiling thiserror v2.0.12 |
1244 | 2025-07-03T20:32:05.036Z | Compiling anstream v0.6.18 |
1245 | 2025-07-03T20:32:05.625Z | Compiling fs-err v3.1.1 |
1246 | 2025-07-03T20:32:05.639Z | Compiling strsim v0.11.1 |
1247 | 2025-07-03T20:32:05.894Z | Compiling unicode-xid v0.2.6 |
1248 | 2025-07-03T20:32:05.965Z | Compiling bytecount v0.6.8 |
1249 | 2025-07-03T20:32:06.099Z | Compiling fastrand v2.1.1 |
1250 | 2025-07-03T20:32:06.178Z | Compiling fnv v1.0.7 |
1251 | 2025-07-03T20:32:06.236Z | Compiling anyhow v1.0.98 |
1252 | 2025-07-03T20:32:06.320Z | Compiling unicode-width v0.1.14 |
1253 | 2025-07-03T20:32:06.344Z | Compiling clap_lex v0.7.4 |
1254 | 2025-07-03T20:32:06.574Z | Compiling heck v0.4.1 |
1255 | 2025-07-03T20:32:06.804Z | Compiling heck v0.5.0 |
1256 | 2025-07-03T20:32:06.851Z | Compiling papergrid v0.11.0 |
1257 | 2025-07-03T20:32:07.019Z | Compiling tempfile v3.20.0 |
1258 | 2025-07-03T20:32:07.346Z | Compiling clap_builder v4.5.40 |
1259 | 2025-07-03T20:32:07.599Z | Compiling memmap v0.7.0 |
1260 | 2025-07-03T20:32:07.873Z | Compiling smawk v0.3.2 |
1261 | 2025-07-03T20:32:07.909Z | Compiling unicode-width v0.2.0 |
1262 | 2025-07-03T20:32:07.958Z | Compiling unicode-linebreak v0.1.5 |
1263 | 2025-07-03T20:32:08.444Z | Compiling textwrap v0.16.2 |
1264 | 2025-07-03T20:32:08.669Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1265 | 2025-07-03T20:32:09.168Z | Compiling synstructure v0.13.1 |
1266 | 2025-07-03T20:32:09.238Z | Compiling swrite v0.1.0 |
1267 | 2025-07-03T20:32:09.713Z | Compiling tabled_derive v0.7.0 |
1268 | 2025-07-03T20:32:11.030Z | Compiling serde_derive v1.0.219 |
1269 | 2025-07-03T20:32:11.030Z | Compiling thiserror-impl v1.0.69 |
1270 | 2025-07-03T20:32:11.033Z | Compiling zerofrom-derive v0.1.4 |
1271 | 2025-07-03T20:32:11.033Z | Compiling yoke-derive v0.7.4 |
1272 | 2025-07-03T20:32:11.033Z | Compiling zerovec-derive v0.10.3 |
1273 | 2025-07-03T20:32:11.406Z | Compiling displaydoc v0.2.5 |
1274 | 2025-07-03T20:32:13.025Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2025-07-03T20:32:13.640Z | Compiling zerocopy-derive v0.7.35 |
1276 | 2025-07-03T20:32:13.835Z | Compiling scroll_derive v0.12.0 |
1277 | 2025-07-03T20:32:14.147Z | Compiling pest v2.7.14 |
1278 | 2025-07-03T20:32:14.182Z | Compiling thiserror-impl v2.0.12 |
1279 | 2025-07-03T20:32:14.651Z | Compiling zerofrom v0.1.4 |
1280 | 2025-07-03T20:32:14.910Z | Compiling yoke v0.7.4 |
1281 | 2025-07-03T20:32:15.194Z | Compiling clap_derive v4.5.40 |
1282 | 2025-07-03T20:32:15.212Z | Compiling scroll v0.12.0 |
1283 | 2025-07-03T20:32:15.275Z | Compiling zerovec v0.10.4 |
1284 | 2025-07-03T20:32:15.607Z | Compiling zerocopy v0.7.35 |
1285 | 2025-07-03T20:32:15.747Z | Compiling goblin v0.8.2 |
1286 | 2025-07-03T20:32:16.053Z | Compiling tabled v0.15.0 |
1287 | 2025-07-03T20:32:17.003Z | Compiling tinystr v0.7.6 |
1288 | 2025-07-03T20:32:17.083Z | Compiling pest_meta v2.7.14 |
1289 | 2025-07-03T20:32:17.359Z | Compiling icu_collections v1.5.0 |
1290 | 2025-07-03T20:32:17.444Z | Compiling icu_locid v1.5.0 |
1291 | 2025-07-03T20:32:18.523Z | Compiling pest_generator v2.7.14 |
1292 | 2025-07-03T20:32:18.634Z | Compiling icu_provider v1.5.0 |
1293 | 2025-07-03T20:32:19.532Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2025-07-03T20:32:19.625Z | Compiling clap v4.5.40 |
1295 | 2025-07-03T20:32:20.800Z | Compiling pest_derive v2.7.14 |
1296 | 2025-07-03T20:32:20.891Z | Compiling icu_properties v1.5.1 |
1297 | 2025-07-03T20:32:21.592Z | Compiling dtrace-parser v0.2.0 |
1298 | 2025-07-03T20:32:23.536Z | Compiling toml_datetime v0.6.11 |
1299 | 2025-07-03T20:32:23.536Z | Compiling serde_spanned v0.6.9 |
1300 | 2025-07-03T20:32:23.541Z | Compiling erased-serde v0.4.6 |
1301 | 2025-07-03T20:32:23.541Z | Compiling serde-value v0.7.0 |
1302 | 2025-07-03T20:32:24.104Z | Compiling toml_edit v0.22.27 |
1303 | 2025-07-03T20:32:24.509Z | Compiling icu_normalizer v1.5.0 |
1304 | 2025-07-03T20:32:24.548Z | Compiling serde_tokenstream v0.2.2 |
1305 | 2025-07-03T20:32:24.713Z | Compiling serde-untagged v0.1.7 |
1306 | 2025-07-03T20:32:24.750Z | Compiling cargo-platform v0.2.0 |
1307 | 2025-07-03T20:32:25.111Z | Compiling camino-tempfile v1.4.1 |
1308 | 2025-07-03T20:32:25.165Z | Compiling macaddr v1.0.1 |
1309 | 2025-07-03T20:32:25.267Z | Compiling dof v0.3.0 |
1310 | 2025-07-03T20:32:25.500Z | Compiling idna_adapter v1.2.0 |
1311 | 2025-07-03T20:32:25.758Z | Compiling idna v1.0.3 |
1312 | 2025-07-03T20:32:26.373Z | Compiling url v2.5.4 |
1313 | 2025-07-03T20:32:27.456Z | Compiling toml v0.8.23 |
1314 | 2025-07-03T20:32:27.471Z | Compiling usdt-attr-macro v0.5.0 |
1315 | 2025-07-03T20:32:27.476Z | Compiling usdt-macro v0.5.0 |
1316 | 2025-07-03T20:32:28.301Z | Compiling cargo-util-schemas v0.2.0 |
1317 | 2025-07-03T20:32:28.301Z | Compiling cargo_toml v0.21.0 |
1318 | 2025-07-03T20:32:28.728Z | Compiling usdt v0.5.0 |
1319 | 2025-07-03T20:32:29.830Z | Compiling cargo_metadata v0.20.0 |
1320 | 2025-07-03T20:32:31.853Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1321 | 2025-07-03T20:32:35.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.75s |
1322 | 2025-07-03T20:32:35.601Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1323 | 2025-07-03T20:32:36.678Z | Compiling value-bag v1.9.0 |
1324 | 2025-07-03T20:32:36.678Z | Compiling shlex v1.3.0 |
1325 | 2025-07-03T20:32:36.678Z | Compiling lock_api v0.4.12 |
1326 | 2025-07-03T20:32:36.683Z | Compiling scopeguard v1.2.0 |
1327 | 2025-07-03T20:32:36.683Z | Compiling typenum v1.17.0 |
1328 | 2025-07-03T20:32:36.683Z | Compiling generic-array v0.14.7 |
1329 | 2025-07-03T20:32:36.683Z | Compiling syn v2.0.104 |
1330 | 2025-07-03T20:32:36.821Z | Compiling getrandom v0.2.15 |
1331 | 2025-07-03T20:32:36.995Z | Compiling jobserver v0.1.32 |
1332 | 2025-07-03T20:32:37.128Z | Compiling rand_core v0.6.4 |
1333 | 2025-07-03T20:32:37.303Z | Compiling log v0.4.27 |
1334 | 2025-07-03T20:32:37.306Z | Compiling smallvec v1.15.0 |
1335 | 2025-07-03T20:32:37.431Z | Compiling cc v1.2.15 |
1336 | 2025-07-03T20:32:37.706Z | Compiling portable-atomic v1.11.0 |
1337 | 2025-07-03T20:32:37.728Z | Compiling critical-section v1.1.3 |
1338 | 2025-07-03T20:32:37.803Z | Compiling subtle v2.6.1 |
1339 | 2025-07-03T20:32:37.853Z | Compiling const-oid v0.9.6 |
1340 | 2025-07-03T20:32:37.896Z | Compiling pkg-config v0.3.31 |
1341 | 2025-07-03T20:32:38.071Z | Compiling pin-project-lite v0.2.14 |
1342 | 2025-07-03T20:32:38.143Z | Compiling parking_lot_core v0.9.10 |
1343 | 2025-07-03T20:32:38.223Z | Compiling rustix v0.38.37 |
1344 | 2025-07-03T20:32:39.040Z | Compiling signal-hook-registry v1.4.2 |
1345 | 2025-07-03T20:32:39.151Z | Compiling parking_lot v0.12.3 |
1346 | 2025-07-03T20:32:39.173Z | Compiling mio v1.0.2 |
1347 | 2025-07-03T20:32:39.243Z | Compiling futures-core v0.3.31 |
1348 | 2025-07-03T20:32:39.522Z | Compiling spin v0.9.8 |
1349 | 2025-07-03T20:32:39.776Z | Compiling socket2 v0.5.10 |
1350 | 2025-07-03T20:32:39.927Z | Compiling once_cell v1.21.3 |
1351 | 2025-07-03T20:32:39.949Z | Compiling slab v0.4.9 |
1352 | 2025-07-03T20:32:39.974Z | Compiling aho-corasick v1.1.3 |
1353 | 2025-07-03T20:32:40.021Z | Compiling cpufeatures v0.2.14 |
1354 | 2025-07-03T20:32:40.144Z | Compiling serde_json v1.0.140 |
1355 | 2025-07-03T20:32:40.260Z | Compiling libm v0.2.8 |
1356 | 2025-07-03T20:32:40.334Z | Compiling either v1.15.0 |
1357 | 2025-07-03T20:32:40.338Z | Compiling regex-syntax v0.8.5 |
1358 | 2025-07-03T20:32:40.658Z | Compiling num-traits v0.2.19 |
1359 | 2025-07-03T20:32:40.680Z | Compiling futures-sink v0.3.31 |
1360 | 2025-07-03T20:32:40.706Z | Compiling percent-encoding v2.3.1 |
1361 | 2025-07-03T20:32:40.760Z | Compiling getrandom v0.3.1 |
1362 | 2025-07-03T20:32:40.850Z | Compiling glob v0.3.2 |
1363 | 2025-07-03T20:32:41.339Z | Compiling prettyplease v0.2.35 |
1364 | 2025-07-03T20:32:41.359Z | Compiling lazy_static v1.5.0 |
1365 | 2025-07-03T20:32:41.503Z | Compiling foldhash v0.1.5 |
1366 | 2025-07-03T20:32:41.670Z | Compiling clang-sys v1.8.1 |
1367 | 2025-07-03T20:32:41.731Z | Compiling minimal-lexical v0.2.1 |
1368 | 2025-07-03T20:32:41.929Z | Compiling allocator-api2 v0.2.21 |
1369 | 2025-07-03T20:32:41.950Z | Compiling libloading v0.8.5 |
1370 | 2025-07-03T20:32:42.371Z | Compiling nom v7.1.3 |
1371 | 2025-07-03T20:32:42.455Z | Compiling home v0.5.9 |
1372 | 2025-07-03T20:32:42.580Z | Compiling bindgen v0.69.5 |
1373 | 2025-07-03T20:32:42.697Z | Compiling hashbrown v0.15.4 |
1374 | 2025-07-03T20:32:42.722Z | Compiling base64ct v1.6.0 |
1375 | 2025-07-03T20:32:43.349Z | Compiling pem-rfc7468 v0.7.0 |
1376 | 2025-07-03T20:32:43.985Z | Compiling futures-channel v0.3.31 |
1377 | 2025-07-03T20:32:44.008Z | Compiling itertools v0.12.1 |
1378 | 2025-07-03T20:32:44.058Z | Compiling rustc-hash v1.1.0 |
1379 | 2025-07-03T20:32:44.244Z | Compiling synstructure v0.13.1 |
1380 | 2025-07-03T20:32:44.362Z | Compiling regex-automata v0.4.8 |
1381 | 2025-07-03T20:32:45.648Z | Compiling cexpr v0.6.0 |
1382 | 2025-07-03T20:32:45.909Z | Compiling lazycell v1.3.0 |
1383 | 2025-07-03T20:32:46.117Z | Compiling futures-io v0.3.31 |
1384 | 2025-07-03T20:32:46.398Z | Compiling futures-task v0.3.31 |
1385 | 2025-07-03T20:32:46.447Z | Compiling flagset v0.4.6 |
1386 | 2025-07-03T20:32:46.698Z | Compiling pin-utils v0.1.0 |
1387 | 2025-07-03T20:32:46.731Z | Compiling cmake v0.1.51 |
1388 | 2025-07-03T20:32:46.812Z | Compiling fs_extra v1.3.0 |
1389 | 2025-07-03T20:32:46.949Z | Compiling dunce v1.0.5 |
1390 | 2025-07-03T20:32:47.110Z | Compiling form_urlencoded v1.2.1 |
1391 | 2025-07-03T20:32:47.220Z | Compiling paste v1.0.15 |
1392 | 2025-07-03T20:32:47.383Z | Compiling vcpkg v0.2.15 |
1393 | 2025-07-03T20:32:47.479Z | Compiling zerocopy v0.8.26 |
1394 | 2025-07-03T20:32:47.501Z | Compiling crossbeam-utils v0.8.21 |
1395 | 2025-07-03T20:32:47.646Z | Compiling ring v0.17.14 |
1396 | 2025-07-03T20:32:48.117Z | Compiling tracing-core v0.1.32 |
1397 | 2025-07-03T20:32:48.370Z | Compiling aws-lc-rs v1.12.4 |
1398 | 2025-07-03T20:32:48.768Z | Compiling iana-time-zone v0.1.63 |
1399 | 2025-07-03T20:32:49.031Z | Compiling openssl-sys v0.9.109 |
1400 | 2025-07-03T20:32:49.151Z | Compiling httparse v1.9.5 |
1401 | 2025-07-03T20:32:49.325Z | Compiling base64 v0.22.1 |
1402 | 2025-07-03T20:32:49.395Z | Compiling serde_derive v1.0.219 |
1403 | 2025-07-03T20:32:49.845Z | Compiling zeroize_derive v1.4.2 |
1404 | 2025-07-03T20:32:50.020Z | Compiling zerofrom-derive v0.1.4 |
1405 | 2025-07-03T20:32:50.108Z | Compiling yoke-derive v0.7.4 |
1406 | 2025-07-03T20:32:50.130Z | Compiling zerovec-derive v0.10.3 |
1407 | 2025-07-03T20:32:51.217Z | Compiling zeroize v1.8.1 |
1408 | 2025-07-03T20:32:52.553Z | Compiling displaydoc v0.2.5 |
1409 | 2025-07-03T20:32:52.837Z | Compiling zerocopy-derive v0.7.35 |
1410 | 2025-07-03T20:32:53.048Z | Compiling crypto-common v0.1.6 |
1411 | 2025-07-03T20:32:53.314Z | Compiling block-buffer v0.10.4 |
1412 | 2025-07-03T20:32:53.496Z | Compiling zerofrom v0.1.4 |
1413 | 2025-07-03T20:32:53.630Z | Compiling digest v0.10.7 |
1414 | 2025-07-03T20:32:53.723Z | Compiling yoke v0.7.4 |
1415 | 2025-07-03T20:32:53.896Z | Compiling tokio-macros v2.5.0 |
1416 | 2025-07-03T20:32:54.064Z | Compiling zerovec v0.10.4 |
1417 | 2025-07-03T20:32:54.083Z | Compiling hmac v0.12.1 |
1418 | 2025-07-03T20:32:54.116Z | Compiling icu_provider_macros v1.5.0 |
1419 | 2025-07-03T20:32:54.362Z | Compiling block-padding v0.3.3 |
1420 | 2025-07-03T20:32:54.512Z | Compiling sha2 v0.10.9 |
1421 | 2025-07-03T20:32:54.645Z | Compiling inout v0.1.3 |
1422 | 2025-07-03T20:32:54.784Z | Compiling regex v1.11.1 |
1423 | 2025-07-03T20:32:54.813Z | Compiling zerocopy v0.7.35 |
1424 | 2025-07-03T20:32:54.961Z | Compiling cipher v0.4.4 |
1425 | 2025-07-03T20:32:55.209Z | Compiling futures-macro v0.3.31 |
1426 | 2025-07-03T20:32:55.320Z | Compiling der_derive v0.7.3 |
1427 | 2025-07-03T20:32:55.520Z | Compiling thiserror-impl v1.0.69 |
1428 | 2025-07-03T20:32:55.762Z | Compiling salsa20 v0.10.2 |
1429 | 2025-07-03T20:32:56.021Z | Compiling tinystr v0.7.6 |
1430 | 2025-07-03T20:32:56.106Z | Compiling icu_collections v1.5.0 |
1431 | 2025-07-03T20:32:56.241Z | Compiling ppv-lite86 v0.2.20 |
1432 | 2025-07-03T20:32:56.446Z | Compiling icu_locid v1.5.0 |
1433 | 2025-07-03T20:32:56.726Z | Compiling serde v1.0.219 |
1434 | 2025-07-03T20:32:57.046Z | Compiling pbkdf2 v0.12.2 |
1435 | 2025-07-03T20:32:57.145Z | Compiling futures-util v0.3.31 |
1436 | 2025-07-03T20:32:57.239Z | Compiling scrypt v0.11.0 |
1437 | 2025-07-03T20:32:57.446Z | Compiling cbc v0.1.2 |
1438 | 2025-07-03T20:32:57.733Z | Compiling icu_provider v1.5.0 |
1439 | 2025-07-03T20:32:57.757Z | Compiling aes v0.8.4 |
1440 | 2025-07-03T20:32:57.760Z | Compiling der v0.7.9 |
1441 | 2025-07-03T20:32:58.064Z | Compiling zerocopy-derive v0.8.26 |
1442 | 2025-07-03T20:32:58.549Z | Compiling icu_locid_transform v1.5.0 |
1443 | 2025-07-03T20:32:58.568Z | Compiling thiserror v1.0.69 |
1444 | 2025-07-03T20:32:58.743Z | Compiling pest v2.7.14 |
1445 | 2025-07-03T20:32:58.877Z | Compiling tracing-attributes v0.1.27 |
1446 | 2025-07-03T20:33:00.640Z | Compiling icu_properties v1.5.1 |
1447 | 2025-07-03T20:33:00.823Z | Compiling spki v0.7.3 |
1448 | 2025-07-03T20:33:01.043Z | Compiling scroll_derive v0.12.0 |
1449 | 2025-07-03T20:33:01.207Z | Compiling pkcs5 v0.7.1 |
1450 | 2025-07-03T20:33:01.804Z | Compiling pest_meta v2.7.14 |
1451 | 2025-07-03T20:33:02.203Z | Compiling bitflags v2.9.0 |
1452 | 2025-07-03T20:33:02.375Z | Compiling bytes v1.10.1 |
1453 | 2025-07-03T20:33:02.402Z | Compiling semver v1.0.26 |
1454 | 2025-07-03T20:33:02.909Z | Compiling indexmap v2.9.0 |
1455 | 2025-07-03T20:33:03.142Z | Compiling rustc_version v0.4.1 |
1456 | 2025-07-03T20:33:03.805Z | Compiling tokio v1.45.1 |
1457 | 2025-07-03T20:33:03.882Z | Compiling http v1.3.1 |
1458 | 2025-07-03T20:33:04.241Z | Compiling uuid v1.17.0 |
1459 | 2025-07-03T20:33:04.986Z | Compiling icu_normalizer v1.5.0 |
1460 | 2025-07-03T20:33:05.626Z | Compiling tracing v0.1.40 |
1461 | 2025-07-03T20:33:05.663Z | Compiling chrono v0.4.41 |
1462 | 2025-07-03T20:33:05.768Z | Compiling http-body v1.0.1 |
1463 | 2025-07-03T20:33:05.813Z | Compiling pkcs8 v0.10.2 |
1464 | 2025-07-03T20:33:06.021Z | Compiling idna_adapter v1.2.0 |
1465 | 2025-07-03T20:33:06.126Z | Compiling rustls-pki-types v1.10.0 |
1466 | 2025-07-03T20:33:06.226Z | Compiling idna v1.0.3 |
1467 | 2025-07-03T20:33:06.265Z | Compiling tinyvec_macros v0.1.1 |
1468 | 2025-07-03T20:33:06.392Z | Compiling which v4.4.2 |
1469 | 2025-07-03T20:33:06.473Z | Compiling tinyvec v1.8.0 |
1470 | 2025-07-03T20:33:06.656Z | Compiling rand_core v0.9.2 |
1471 | 2025-07-03T20:33:07.137Z | Compiling url v2.5.4 |
1472 | 2025-07-03T20:33:07.160Z | Compiling pest_generator v2.7.14 |
1473 | 2025-07-03T20:33:07.440Z | Compiling scroll v0.12.0 |
1474 | 2025-07-03T20:33:07.894Z | Compiling serde_derive_internals v0.29.1 |
1475 | 2025-07-03T20:33:08.012Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1476 | 2025-07-03T20:33:08.065Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1477 | 2025-07-03T20:33:08.616Z | Compiling foreign-types-shared v0.1.1 |
1478 | 2025-07-03T20:33:08.777Z | Compiling rustversion v1.0.17 |
1479 | 2025-07-03T20:33:08.825Z | Compiling powerfmt v0.2.0 |
1480 | 2025-07-03T20:33:08.850Z | Compiling untrusted v0.7.1 |
1481 | 2025-07-03T20:33:08.967Z | Compiling openssl-probe v0.1.5 |
1482 | 2025-07-03T20:33:09.046Z | Compiling schemars v0.8.22 |
1483 | 2025-07-03T20:33:09.049Z | Compiling atomic-waker v1.1.2 |
1484 | 2025-07-03T20:33:09.225Z | Compiling adler2 v2.0.0 |
1485 | 2025-07-03T20:33:09.281Z | Compiling tower-service v0.3.3 |
1486 | 2025-07-03T20:33:09.296Z | Compiling num-conv v0.1.0 |
1487 | 2025-07-03T20:33:09.439Z | Compiling untrusted v0.9.0 |
1488 | 2025-07-03T20:33:09.453Z | Compiling openssl v0.10.73 |
1489 | 2025-07-03T20:33:09.453Z | Compiling time-core v0.1.2 |
1490 | 2025-07-03T20:33:09.457Z | Compiling try-lock v0.2.5 |
1491 | 2025-07-03T20:33:09.633Z | Compiling want v0.3.1 |
1492 | 2025-07-03T20:33:09.703Z | Compiling time-macros v0.2.18 |
1493 | 2025-07-03T20:33:09.717Z | Compiling miniz_oxide v0.8.5 |
1494 | 2025-07-03T20:33:09.924Z | Compiling deranged v0.3.11 |
1495 | 2025-07-03T20:33:09.940Z | Compiling pest_derive v2.7.14 |
1496 | 2025-07-03T20:33:10.137Z | Compiling schemars_derive v0.8.22 |
1497 | 2025-07-03T20:33:11.166Z | Compiling goblin v0.8.2 |
1498 | 2025-07-03T20:33:11.250Z | Compiling foreign-types v0.3.2 |
1499 | 2025-07-03T20:33:12.691Z | Compiling tokio-util v0.7.15 |
1500 | 2025-07-03T20:33:13.090Z | Compiling rand_chacha v0.9.0 |
1501 | 2025-07-03T20:33:13.666Z | Compiling ipnet v2.11.0 |
1502 | 2025-07-03T20:33:13.964Z | Compiling h2 v0.4.6 |
1503 | 2025-07-03T20:33:14.817Z | Compiling openssl-macros v0.1.1 |
1504 | 2025-07-03T20:33:15.191Z | Compiling native-tls v0.2.12 |
1505 | 2025-07-03T20:33:15.478Z | Compiling rustls v0.23.19 |
1506 | 2025-07-03T20:33:15.554Z | Compiling num_threads v0.1.7 |
1507 | 2025-07-03T20:33:15.599Z | Compiling syn v1.0.109 |
1508 | 2025-07-03T20:33:15.719Z | Compiling dyn-clone v1.0.19 |
1509 | 2025-07-03T20:33:15.809Z | Compiling httpdate v1.0.3 |
1510 | 2025-07-03T20:33:16.256Z | Compiling time v0.3.36 |
1511 | 2025-07-03T20:33:17.511Z | Compiling dof v0.3.0 |
1512 | 2025-07-03T20:33:19.350Z | Compiling rand v0.9.1 |
1513 | 2025-07-03T20:33:19.547Z | Compiling dtrace-parser v0.2.0 |
1514 | 2025-07-03T20:33:20.857Z | Compiling unicode-normalization v0.1.24 |
1515 | 2025-07-03T20:33:21.099Z | Compiling heapless v0.7.17 |
1516 | 2025-07-03T20:33:21.383Z | Compiling signature v2.2.0 |
1517 | 2025-07-03T20:33:21.556Z | Compiling hyper v1.6.0 |
1518 | 2025-07-03T20:33:21.578Z | Compiling crossbeam-epoch v0.9.18 |
1519 | 2025-07-03T20:33:21.671Z | Compiling cookie v0.18.1 |
1520 | 2025-07-03T20:33:21.928Z | Compiling crc32fast v1.4.2 |
1521 | 2025-07-03T20:33:22.026Z | Compiling siphasher v0.3.11 |
1522 | 2025-07-03T20:33:22.220Z | Compiling zlib-rs v0.5.1 |
1523 | 2025-07-03T20:33:22.299Z | Compiling rayon-core v1.12.1 |
1524 | 2025-07-03T20:33:22.501Z | Compiling unicode-bidi v0.3.17 |
1525 | 2025-07-03T20:33:22.628Z | Compiling signal-hook v0.3.18 |
1526 | 2025-07-03T20:33:22.953Z | Compiling unicode-properties v0.1.3 |
1527 | 2025-07-03T20:33:23.406Z | Compiling zstd-safe v7.2.3 |
1528 | 2025-07-03T20:33:23.720Z | Compiling slog v2.7.0 |
1529 | 2025-07-03T20:33:23.778Z | Compiling stringprep v0.1.5 |
1530 | 2025-07-03T20:33:23.993Z | Compiling hyper-util v0.1.14 |
1531 | 2025-07-03T20:33:24.103Z | Compiling phf_shared v0.11.2 |
1532 | 2025-07-03T20:33:24.470Z | Compiling crossbeam-deque v0.8.5 |
1533 | 2025-07-03T20:33:24.709Z | Compiling usdt-impl v0.5.0 |
1534 | 2025-07-03T20:33:25.019Z | Compiling curve25519-dalek v4.1.3 |
1535 | 2025-07-03T20:33:25.081Z | Compiling toml_datetime v0.6.11 |
1536 | 2025-07-03T20:33:25.100Z | Compiling serde_spanned v0.6.9 |
1537 | 2025-07-03T20:33:25.370Z | Compiling serde_tokenstream v0.2.2 |
1538 | 2025-07-03T20:33:25.639Z | Compiling rand_chacha v0.3.1 |
1539 | 2025-07-03T20:33:25.761Z | Compiling md-5 v0.10.6 |
1540 | 2025-07-03T20:33:25.963Z | Compiling num-integer v0.1.46 |
1541 | 2025-07-03T20:33:26.038Z | Compiling sync_wrapper v1.0.1 |
1542 | 2025-07-03T20:33:26.061Z | Compiling ff v0.13.0 |
1543 | 2025-07-03T20:33:26.216Z | Compiling hash32 v0.2.1 |
1544 | 2025-07-03T20:33:26.321Z | Compiling memoffset v0.9.1 |
1545 | 2025-07-03T20:33:26.619Z | Compiling num-bigint-dig v0.8.4 |
1546 | 2025-07-03T20:33:26.690Z | Compiling fallible-iterator v0.2.0 |
1547 | 2025-07-03T20:33:26.710Z | Compiling tower-layer v0.3.3 |
1548 | 2025-07-03T20:33:26.993Z | Compiling litrs v0.4.1 |
1549 | 2025-07-03T20:33:27.051Z | Compiling base16ct v0.2.0 |
1550 | 2025-07-03T20:33:27.384Z | Compiling smoltcp v0.9.1 |
1551 | 2025-07-03T20:33:27.449Z | Compiling psl-types v2.0.11 |
1552 | 2025-07-03T20:33:27.680Z | Compiling newtype-uuid v1.2.4 |
1553 | 2025-07-03T20:33:27.815Z | Compiling gimli v0.31.1 |
1554 | 2025-07-03T20:33:28.024Z | Compiling cfg_aliases v0.2.1 |
1555 | 2025-07-03T20:33:28.088Z | Compiling publicsuffix v2.3.0 |
1556 | 2025-07-03T20:33:28.112Z | Compiling postgres-protocol v0.6.8 |
1557 | 2025-07-03T20:33:28.143Z | Compiling document-features v0.2.10 |
1558 | 2025-07-03T20:33:28.166Z | Compiling nix v0.29.0 |
1559 | 2025-07-03T20:33:28.410Z | Compiling sec1 v0.7.3 |
1560 | 2025-07-03T20:33:29.013Z | Compiling libz-rs-sys v0.5.1 |
1561 | 2025-07-03T20:33:29.036Z | Compiling tower v0.5.2 |
1562 | 2025-07-03T20:33:29.286Z | Compiling flate2 v1.1.2 |
1563 | 2025-07-03T20:33:29.412Z | Compiling num-iter v0.1.45 |
1564 | 2025-07-03T20:33:29.511Z | Compiling group v0.13.0 |
1565 | 2025-07-03T20:33:29.628Z | Compiling rand v0.8.5 |
1566 | 2025-07-03T20:33:30.216Z | Compiling tokio-native-tls v0.3.1 |
1567 | 2025-07-03T20:33:31.161Z | Compiling ipnetwork v0.21.1 |
1568 | 2025-07-03T20:33:31.327Z | Compiling rustls-native-certs v0.8.1 |
1569 | 2025-07-03T20:33:31.478Z | Compiling webpki-roots v1.0.0 |
1570 | 2025-07-03T20:33:31.616Z | Compiling terminal_size v0.4.0 |
1571 | 2025-07-03T20:33:31.718Z | Compiling http-body-util v0.1.3 |
1572 | 2025-07-03T20:33:31.752Z | Compiling hkdf v0.12.4 |
1573 | 2025-07-03T20:33:31.875Z | Compiling crypto-bigint v0.5.5 |
1574 | 2025-07-03T20:33:31.895Z | Compiling thiserror-impl v2.0.12 |
1575 | 2025-07-03T20:33:31.973Z | Compiling curve25519-dalek-derive v0.1.1 |
1576 | 2025-07-03T20:33:32.039Z | Compiling async-trait v0.1.88 |
1577 | 2025-07-03T20:33:32.204Z | Compiling addr2line v0.24.2 |
1578 | 2025-07-03T20:33:32.711Z | Compiling ahash v0.8.11 |
1579 | 2025-07-03T20:33:32.988Z | Compiling fs-err v3.1.1 |
1580 | 2025-07-03T20:33:33.098Z | Compiling object v0.36.5 |
1581 | 2025-07-03T20:33:33.347Z | Compiling bumpalo v3.16.0 |
1582 | 2025-07-03T20:33:33.444Z | Compiling simd-adler32 v0.3.7 |
1583 | 2025-07-03T20:33:33.831Z | Compiling iri-string v0.7.8 |
1584 | 2025-07-03T20:33:33.984Z | Compiling bitflags v1.3.2 |
1585 | 2025-07-03T20:33:34.110Z | Compiling lockfree-object-pool v0.1.6 |
1586 | 2025-07-03T20:33:34.388Z | Compiling winnow v0.5.40 |
1587 | 2025-07-03T20:33:34.594Z | Compiling rustc-demangle v0.1.24 |
1588 | 2025-07-03T20:33:35.024Z | Compiling managed v0.8.0 |
1589 | 2025-07-03T20:33:35.493Z | Compiling anyhow v1.0.98 |
1590 | 2025-07-03T20:33:35.542Z | Compiling buf-list v1.0.3 |
1591 | 2025-07-03T20:33:36.170Z | Compiling strum_macros v0.25.3 |
1592 | 2025-07-03T20:33:37.155Z | Compiling hubpack_derive v0.1.1 |
1593 | 2025-07-03T20:33:37.818Z | Compiling toml_edit v0.19.15 |
1594 | 2025-07-03T20:33:38.013Z | Compiling tower-http v0.6.6 |
1595 | 2025-07-03T20:33:38.065Z | Compiling thiserror v2.0.12 |
1596 | 2025-07-03T20:33:38.135Z | Compiling hubpack v0.1.2 |
1597 | 2025-07-03T20:33:38.242Z | Compiling elliptic-curve v0.13.8 |
1598 | 2025-07-03T20:33:38.585Z | Compiling clap_builder v4.5.40 |
1599 | 2025-07-03T20:33:38.818Z | Compiling console v0.15.10 |
1600 | 2025-07-03T20:33:38.938Z | Compiling zopfli v0.8.1 |
1601 | 2025-07-03T20:33:40.034Z | Compiling backtrace v0.3.74 |
1602 | 2025-07-03T20:33:40.234Z | Compiling hyper-tls v0.6.0 |
1603 | 2025-07-03T20:33:40.487Z | Compiling oxnet v0.1.2 |
1604 | 2025-07-03T20:33:40.668Z | Compiling signal-hook-mio v0.2.4 |
1605 | 2025-07-03T20:33:40.869Z | Compiling cookie_store v0.21.1 |
1606 | 2025-07-03T20:33:41.279Z | Compiling rayon v1.10.0 |
1607 | 2025-07-03T20:33:42.427Z | Compiling zstd v0.13.3 |
1608 | 2025-07-03T20:33:43.034Z | Compiling postgres-types v0.2.9 |
1609 | 2025-07-03T20:33:43.504Z | Compiling usdt-macro v0.5.0 |
1610 | 2025-07-03T20:33:44.365Z | Compiling usdt-attr-macro v0.5.0 |
1611 | 2025-07-03T20:33:44.904Z | Compiling phf v0.11.2 |
1612 | 2025-07-03T20:33:44.993Z | Compiling strum_macros v0.26.4 |
1613 | 2025-07-03T20:33:45.224Z | Compiling ed25519 v2.2.3 |
1614 | 2025-07-03T20:33:45.884Z | Compiling bzip2 v0.4.4 |
1615 | 2025-07-03T20:33:46.003Z | Compiling bzip2 v0.5.2 |
1616 | 2025-07-03T20:33:46.324Z | Compiling clap_derive v4.5.40 |
1617 | 2025-07-03T20:33:46.419Z | Compiling enum-as-inner v0.6.1 |
1618 | 2025-07-03T20:33:46.476Z | Compiling pkcs1 v0.7.5 |
1619 | 2025-07-03T20:33:46.835Z | Compiling serde-big-array v0.5.1 |
1620 | 2025-07-03T20:33:47.080Z | Compiling serde_urlencoded v0.7.1 |
1621 | 2025-07-03T20:33:47.102Z | Compiling rfc6979 v0.4.0 |
1622 | 2025-07-03T20:33:47.346Z | Compiling bstr v1.10.0 |
1623 | 2025-07-03T20:33:47.410Z | Compiling daft-derive v0.1.3 |
1624 | 2025-07-03T20:33:47.509Z | Compiling serde_repr v0.1.19 |
1625 | 2025-07-03T20:33:47.653Z | Compiling float-cmp v0.10.0 |
1626 | 2025-07-03T20:33:47.928Z | Compiling encoding_rs v0.8.34 |
1627 | 2025-07-03T20:33:48.653Z | Compiling normalize-line-endings v0.3.0 |
1628 | 2025-07-03T20:33:48.812Z | Compiling number_prefix v0.4.0 |
1629 | 2025-07-03T20:33:48.882Z | Compiling static_assertions v1.1.0 |
1630 | 2025-07-03T20:33:49.018Z | Compiling precomputed-hash v0.1.1 |
1631 | 2025-07-03T20:33:49.062Z | Compiling unicode-segmentation v1.12.0 |
1632 | 2025-07-03T20:33:49.087Z | Compiling whoami v1.6.0 |
1633 | 2025-07-03T20:33:49.157Z | Compiling data-encoding v2.9.0 |
1634 | 2025-07-03T20:33:49.528Z | Compiling mime v0.3.17 |
1635 | 2025-07-03T20:33:49.674Z | Compiling difflib v0.4.0 |
1636 | 2025-07-03T20:33:49.976Z | Compiling fixedbitset v0.4.2 |
1637 | 2025-07-03T20:33:50.072Z | Compiling predicates-core v1.0.8 |
1638 | 2025-07-03T20:33:50.434Z | Compiling new_debug_unreachable v1.0.6 |
1639 | 2025-07-03T20:33:50.462Z | Compiling toml_edit v0.22.27 |
1640 | 2025-07-03T20:33:50.556Z | Compiling string_cache v0.8.9 |
1641 | 2025-07-03T20:33:50.864Z | Compiling clap v4.5.40 |
1642 | 2025-07-03T20:33:50.987Z | Compiling predicates v3.1.3 |
1643 | 2025-07-03T20:33:51.006Z | Compiling petgraph v0.6.5 |
1644 | 2025-07-03T20:33:51.029Z | Compiling hickory-proto v0.25.2 |
1645 | 2025-07-03T20:33:51.029Z | Compiling similar v2.7.0 |
1646 | 2025-07-03T20:33:51.590Z | Compiling strum v0.26.3 |
1647 | 2025-07-03T20:33:51.815Z | Compiling tokio-postgres v0.7.13 |
1648 | 2025-07-03T20:33:52.546Z | Compiling daft v0.1.3 |
1649 | 2025-07-03T20:33:53.290Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
1650 | 2025-07-03T20:33:53.314Z | Compiling indicatif v0.17.11 |
1651 | 2025-07-03T20:33:54.609Z | Compiling usdt v0.5.0 |
1652 | 2025-07-03T20:33:54.850Z | Compiling ecdsa v0.16.9 |
1653 | 2025-07-03T20:33:55.125Z | Compiling rsa v0.9.6 |
1654 | 2025-07-03T20:33:55.166Z | Compiling zip v4.2.0 |
1655 | 2025-07-03T20:33:55.716Z | Compiling zip v0.6.6 |
1656 | 2025-07-03T20:33:57.078Z | Compiling ed25519-dalek v2.1.1 |
1657 | 2025-07-03T20:33:57.551Z | Compiling toml v0.7.8 |
1658 | 2025-07-03T20:33:58.552Z | Compiling crossterm v0.28.1 |
1659 | 2025-07-03T20:33:59.476Z | Compiling tokio-stream v0.1.17 |
1660 | 2025-07-03T20:33:59.688Z | Compiling openapiv3 v2.2.0 |
1661 | 2025-07-03T20:33:59.953Z | Compiling x509-cert v0.2.5 |
1662 | 2025-07-03T20:34:00.144Z | Compiling sha1 v0.10.6 |
1663 | 2025-07-03T20:34:00.505Z | Compiling itertools v0.10.5 |
1664 | 2025-07-03T20:34:00.585Z | Compiling dirs-sys-next v0.1.2 |
1665 | 2025-07-03T20:34:01.161Z | Compiling winnow v0.6.26 |
1666 | 2025-07-03T20:34:01.841Z | Compiling peg-runtime v0.8.5 |
1667 | 2025-07-03T20:34:02.444Z | Compiling lalrpop-util v0.19.12 |
1668 | 2025-07-03T20:34:02.852Z | Compiling rustc-hash v2.1.1 |
1669 | 2025-07-03T20:34:03.061Z | Compiling dirs-next v2.0.0 |
1670 | 2025-07-03T20:34:03.086Z | Compiling thread_local v1.1.8 |
1671 | 2025-07-03T20:34:03.126Z | Compiling slog-async v2.8.0 |
1672 | 2025-07-03T20:34:03.150Z | Compiling xattr v1.3.1 |
1673 | 2025-07-03T20:34:03.263Z | Compiling term v0.7.0 |
1674 | 2025-07-03T20:34:03.438Z | Compiling futures-executor v0.3.31 |
1675 | 2025-07-03T20:34:03.548Z | Compiling crossbeam-channel v0.5.15 |
1676 | 2025-07-03T20:34:03.711Z | Compiling filetime v0.2.25 |
1677 | 2025-07-03T20:34:03.736Z | Compiling is-terminal v0.4.13 |
1678 | 2025-07-03T20:34:03.893Z | Compiling take_mut v0.2.2 |
1679 | 2025-07-03T20:34:03.920Z | Compiling slog-term v2.9.1 |
1680 | 2025-07-03T20:34:04.031Z | Compiling tar v0.4.44 |
1681 | 2025-07-03T20:34:04.083Z | Compiling futures v0.3.31 |
1682 | 2025-07-03T20:34:04.224Z | Compiling camino v1.1.10 |
1683 | 2025-07-03T20:34:10.096Z | Compiling aws-lc-sys v0.26.0 |
1684 | 2025-07-03T20:34:41.923Z | Compiling rustls-webpki v0.102.8 |
1685 | 2025-07-03T20:34:47.027Z | Compiling tokio-rustls v0.26.0 |
1686 | 2025-07-03T20:34:47.325Z | Compiling hyper-rustls v0.27.7 |
1687 | 2025-07-03T20:34:47.712Z | Compiling reqwest v0.12.20 |
1688 | 2025-07-03T20:34:51.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1689 | 2025-07-03T20:34:51.975Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1690 | 2025-07-03T20:34:56.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
1691 | 2025-07-03T20:34:57.115Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1692 | 2025-07-03T20:34:57.173Z | Jul 03 20:34:55.606 INFO Starting download, target: Clickhouse |
1693 | 2025-07-03T20:34:57.173Z | Jul 03 20:34:55.606 INFO Starting download, target: Cockroach |
1694 | 2025-07-03T20:34:57.173Z | Jul 03 20:34:55.606 INFO Starting download, target: Console |
1695 | 2025-07-03T20:34:57.173Z | Jul 03 20:34:55.606 INFO Starting download, target: DendriteStub |
1696 | 2025-07-03T20:34:57.173Z | Jul 03 20:34:55.606 INFO Starting download, target: MaghemiteMgd |
1697 | 2025-07-03T20:34:57.173Z | Jul 03 20:34:55.606 INFO Starting download, target: TransceiverControl |
1698 | 2025-07-03T20:34:57.176Z | Jul 03 20:34:55.607 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1699 | 2025-07-03T20:34:57.176Z | Jul 03 20:34:55.607 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1700 | 2025-07-03T20:34:57.176Z | Jul 03 20:34:55.607 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1701 | 2025-07-03T20:34:57.176Z | Jul 03 20:34:55.607 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1702 | 2025-07-03T20:34:57.176Z | Jul 03 20:34:55.607 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1703 | 2025-07-03T20:34:57.177Z | Jul 03 20:34:55.607 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1704 | 2025-07-03T20:34:57.449Z | Jul 03 20:34:55.879 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1705 | 2025-07-03T20:34:57.730Z | Jul 03 20:34:56.142 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1706 | 2025-07-03T20:34:57.885Z | Jul 03 20:34:56.310 INFO Download complete, target: TransceiverControl |
1707 | 2025-07-03T20:34:58.198Z | Jul 03 20:34:56.598 INFO Download complete, target: Console |
1708 | 2025-07-03T20:34:58.286Z | Jul 03 20:34:56.716 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1709 | 2025-07-03T20:34:58.480Z | Jul 03 20:34:56.910 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1710 | 2025-07-03T20:34:59.030Z | Jul 03 20:34:57.457 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1711 | 2025-07-03T20:34:59.030Z | Jul 03 20:34:57.457 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1712 | 2025-07-03T20:34:59.632Z | Jul 03 20:34:58.065 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1713 | 2025-07-03T20:35:01.324Z | Jul 03 20:34:59.757 INFO Download complete, target: DendriteStub |
1714 | 2025-07-03T20:35:01.903Z | Jul 03 20:35:00.336 INFO Download complete, target: MaghemiteMgd |
1715 | 2025-07-03T20:35:05.459Z | Jul 03 20:35:03.891 INFO Checking that binary works, target: Cockroach |
1716 | 2025-07-03T20:35:05.634Z | Jul 03 20:35:04.066 INFO Download complete, target: Cockroach |
1717 | 2025-07-03T20:35:09.719Z | Jul 03 20:35:08.149 INFO Checking that binary works, target: Clickhouse |
1718 | 2025-07-03T20:35:09.906Z | Jul 03 20:35:08.338 INFO Download complete, target: Clickhouse |
1719 | 2025-07-03T20:35:09.914Z | All prerequisites installed successfully |
1720 | 2025-07-03T20:35:09.918Z | |
1721 | 2025-07-03T20:35:09.918Z | real 4:16.012255272 |
1722 | 2025-07-03T20:35:09.918Z | user 16:53.655875182 |
1723 | 2025-07-03T20:35:09.918Z | sys 2:20.693929255 |
1724 | 2025-07-03T20:35:09.918Z | trap 0.629644518 |
1725 | 2025-07-03T20:35:09.918Z | tflt 1.108861107 |
1726 | 2025-07-03T20:35:09.918Z | dflt 1.527645493 |
1727 | 2025-07-03T20:35:09.918Z | kflt 0.121483143 |
1728 | 2025-07-03T20:35:09.918Z | lock 42:18.395131013 |
1729 | 2025-07-03T20:35:09.918Z | slp 1:01:13.428606001 |
1730 | 2025-07-03T20:35:09.918Z | lat 1:13.195800747 |
1731 | 2025-07-03T20:35:09.918Z | stop 2:46.259261729 |
1732 | 2025-07-03T20:35:09.918Z | + source ./tools/include/force-git-over-https.sh |
1733 | 2025-07-03T20:35:09.919Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1734 | 2025-07-03T20:35:09.919Z | ++ (( i = 0 )) |
1735 | 2025-07-03T20:35:09.919Z | ++ (( i < 5 )) |
1736 | 2025-07-03T20:35:09.919Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1737 | 2025-07-03T20:35:09.926Z | ++ (( i++ )) |
1738 | 2025-07-03T20:35:09.926Z | ++ (( i < 5 )) |
1739 | 2025-07-03T20:35:09.926Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1740 | 2025-07-03T20:35:09.926Z | ++ (( i++ )) |
1741 | 2025-07-03T20:35:09.926Z | ++ (( i < 5 )) |
1742 | 2025-07-03T20:35:09.926Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1743 | 2025-07-03T20:35:09.931Z | ++ (( i++ )) |
1744 | 2025-07-03T20:35:09.931Z | ++ (( i < 5 )) |
1745 | 2025-07-03T20:35:09.931Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1746 | 2025-07-03T20:35:09.931Z | ++ (( i++ )) |
1747 | 2025-07-03T20:35:09.931Z | ++ (( i < 5 )) |
1748 | 2025-07-03T20:35:09.931Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1749 | 2025-07-03T20:35:09.939Z | ++ (( i++ )) |
1750 | 2025-07-03T20:35:09.939Z | ++ (( i < 5 )) |
1751 | 2025-07-03T20:35:09.939Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1752 | 2025-07-03T20:35:09.939Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1753 | 2025-07-03T20:35:09.939Z | + rc=0 |
1754 | 2025-07-03T20:35:09.939Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1755 | 2025-07-03T20:35:37.155Z | + case $rc in |
1756 | 2025-07-03T20:35:37.155Z | + pfexec zfs create -p rpool/images/build/host |
1757 | 2025-07-03T20:35:37.374Z | + pfexec zfs create -p rpool/images/build/recovery |
1758 | 2025-07-03T20:35:37.454Z | + cargo xtask releng --output-dir /work --mkincorp |
1759 | 2025-07-03T20:35:38.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1760 | 2025-07-03T20:35:38.219Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
1761 | 2025-07-03T20:35:39.450Z | Compiling proc-macro2 v1.0.95 |
1762 | 2025-07-03T20:35:39.450Z | Compiling unicode-ident v1.0.18 |
1763 | 2025-07-03T20:35:39.456Z | Compiling libc v0.2.174 |
1764 | 2025-07-03T20:35:39.456Z | Compiling serde v1.0.219 |
1765 | 2025-07-03T20:35:39.456Z | Compiling autocfg v1.4.0 |
1766 | 2025-07-03T20:35:39.456Z | Compiling cfg-if v1.0.1 |
1767 | 2025-07-03T20:35:39.456Z | Compiling version_check v0.9.5 |
1768 | 2025-07-03T20:35:39.736Z | Compiling shlex v1.3.0 |
1769 | 2025-07-03T20:35:39.791Z | Compiling typenum v1.17.0 |
1770 | 2025-07-03T20:35:39.869Z | Compiling portable-atomic v1.11.0 |
1771 | 2025-07-03T20:35:40.138Z | Compiling memchr v2.7.4 |
1772 | 2025-07-03T20:35:40.298Z | Compiling generic-array v0.14.7 |
1773 | 2025-07-03T20:35:40.359Z | Compiling lock_api v0.4.12 |
1774 | 2025-07-03T20:35:40.365Z | Compiling value-bag v1.9.0 |
1775 | 2025-07-03T20:35:40.743Z | Compiling scopeguard v1.2.0 |
1776 | 2025-07-03T20:35:40.875Z | Compiling log v0.4.27 |
1777 | 2025-07-03T20:35:40.995Z | Compiling parking_lot_core v0.9.10 |
1778 | 2025-07-03T20:35:41.418Z | Compiling pkg-config v0.3.31 |
1779 | 2025-07-03T20:35:41.533Z | Compiling libm v0.2.8 |
1780 | 2025-07-03T20:35:41.584Z | Compiling num-traits v0.2.19 |
1781 | 2025-07-03T20:35:41.672Z | Compiling quote v1.0.40 |
1782 | 2025-07-03T20:35:41.904Z | Compiling jobserver v0.1.32 |
1783 | 2025-07-03T20:35:41.967Z | Compiling rustix v0.38.37 |
1784 | 2025-07-03T20:35:41.999Z | Compiling getrandom v0.2.15 |
1785 | 2025-07-03T20:35:42.179Z | Compiling syn v2.0.104 |
1786 | 2025-07-03T20:35:42.407Z | Compiling cc v1.2.15 |
1787 | 2025-07-03T20:35:42.550Z | Compiling getrandom v0.3.1 |
1788 | 2025-07-03T20:35:42.616Z | Compiling smallvec v1.15.0 |
1789 | 2025-07-03T20:35:42.720Z | Compiling serde_json v1.0.140 |
1790 | 2025-07-03T20:35:42.752Z | Compiling semver v1.0.26 |
1791 | 2025-07-03T20:35:42.789Z | Compiling rand_core v0.6.4 |
1792 | 2025-07-03T20:35:43.307Z | Compiling slab v0.4.9 |
1793 | 2025-07-03T20:35:44.342Z | Compiling critical-section v1.1.3 |
1794 | 2025-07-03T20:35:44.549Z | Compiling itoa v1.0.11 |
1795 | 2025-07-03T20:35:44.623Z | Compiling subtle v2.6.1 |
1796 | 2025-07-03T20:35:44.828Z | Compiling errno v0.3.12 |
1797 | 2025-07-03T20:35:44.937Z | Compiling spin v0.9.8 |
1798 | 2025-07-03T20:35:45.111Z | Compiling aho-corasick v1.1.3 |
1799 | 2025-07-03T20:35:45.327Z | Compiling regex-syntax v0.8.5 |
1800 | 2025-07-03T20:35:45.419Z | Compiling once_cell v1.21.3 |
1801 | 2025-07-03T20:35:45.525Z | Compiling byteorder v1.5.0 |
1802 | 2025-07-03T20:35:45.829Z | Compiling either v1.15.0 |
1803 | 2025-07-03T20:35:46.122Z | Compiling stable_deref_trait v1.2.0 |
1804 | 2025-07-03T20:35:46.222Z | Compiling glob v0.3.2 |
1805 | 2025-07-03T20:35:46.286Z | Compiling prettyplease v0.2.35 |
1806 | 2025-07-03T20:35:46.345Z | Compiling const-oid v0.9.6 |
1807 | 2025-07-03T20:35:46.421Z | Compiling lazy_static v1.5.0 |
1808 | 2025-07-03T20:35:46.606Z | Compiling minimal-lexical v0.2.1 |
1809 | 2025-07-03T20:35:46.776Z | Compiling libloading v0.8.5 |
1810 | 2025-07-03T20:35:46.985Z | Compiling clang-sys v1.8.1 |
1811 | 2025-07-03T20:35:47.178Z | Compiling nom v7.1.3 |
1812 | 2025-07-03T20:35:47.218Z | Compiling bindgen v0.69.5 |
1813 | 2025-07-03T20:35:47.841Z | Compiling home v0.5.9 |
1814 | 2025-07-03T20:35:48.938Z | Compiling itertools v0.12.1 |
1815 | 2025-07-03T20:35:49.088Z | Compiling lazycell v1.3.0 |
1816 | 2025-07-03T20:35:49.300Z | Compiling regex-automata v0.4.8 |
1817 | 2025-07-03T20:35:49.425Z | Compiling rustc-hash v1.1.0 |
1818 | 2025-07-03T20:35:49.675Z | Compiling zerocopy v0.8.26 |
1819 | 2025-07-03T20:35:50.509Z | Compiling synstructure v0.13.1 |
1820 | 2025-07-03T20:35:51.013Z | Compiling cexpr v0.6.0 |
1821 | 2025-07-03T20:35:51.134Z | Compiling thiserror v1.0.69 |
1822 | 2025-07-03T20:35:51.870Z | Compiling cmake v0.1.51 |
1823 | 2025-07-03T20:35:52.053Z | Compiling dunce v1.0.5 |
1824 | 2025-07-03T20:35:52.677Z | Compiling fs_extra v1.3.0 |
1825 | 2025-07-03T20:35:53.063Z | Compiling pin-project-lite v0.2.14 |
1826 | 2025-07-03T20:35:53.091Z | Compiling paste v1.0.15 |
1827 | 2025-07-03T20:35:53.361Z | Compiling litemap v0.7.3 |
1828 | 2025-07-03T20:35:53.764Z | Compiling writeable v0.5.5 |
1829 | 2025-07-03T20:35:53.870Z | Compiling vcpkg v0.2.15 |
1830 | 2025-07-03T20:35:54.310Z | Compiling signal-hook-registry v1.4.2 |
1831 | 2025-07-03T20:35:54.345Z | Compiling serde_derive v1.0.219 |
1832 | 2025-07-03T20:35:54.796Z | Compiling zeroize_derive v1.4.2 |
1833 | 2025-07-03T20:35:55.040Z | Compiling zerofrom-derive v0.1.4 |
1834 | 2025-07-03T20:35:55.079Z | Compiling yoke-derive v0.7.4 |
1835 | 2025-07-03T20:35:55.453Z | Compiling zerovec-derive v0.10.3 |
1836 | 2025-07-03T20:35:55.941Z | Compiling displaydoc v0.2.5 |
1837 | 2025-07-03T20:35:56.303Z | Compiling zeroize v1.8.1 |
1838 | 2025-07-03T20:35:57.267Z | Compiling zerocopy-derive v0.7.35 |
1839 | 2025-07-03T20:35:57.532Z | Compiling icu_provider_macros v1.5.0 |
1840 | 2025-07-03T20:35:57.615Z | Compiling tokio-macros v2.5.0 |
1841 | 2025-07-03T20:35:58.392Z | Compiling der_derive v0.7.3 |
1842 | 2025-07-03T20:35:58.783Z | Compiling zerofrom v0.1.4 |
1843 | 2025-07-03T20:35:59.136Z | Compiling crypto-common v0.1.6 |
1844 | 2025-07-03T20:35:59.217Z | Compiling regex v1.11.1 |
1845 | 2025-07-03T20:35:59.280Z | Compiling yoke v0.7.4 |
1846 | 2025-07-03T20:35:59.435Z | Compiling block-buffer v0.10.4 |
1847 | 2025-07-03T20:35:59.479Z | Compiling futures-macro v0.3.31 |
1848 | 2025-07-03T20:35:59.681Z | Compiling zerovec v0.10.4 |
1849 | 2025-07-03T20:35:59.708Z | Compiling digest v0.10.7 |
1850 | 2025-07-03T20:35:59.746Z | Compiling zerocopy-derive v0.8.26 |
1851 | 2025-07-03T20:35:59.855Z | Compiling thiserror-impl v1.0.69 |
1852 | 2025-07-03T20:36:00.606Z | Compiling zerocopy v0.7.35 |
1853 | 2025-07-03T20:36:00.726Z | Compiling openssl-sys v0.9.109 |
1854 | 2025-07-03T20:36:01.088Z | Compiling percent-encoding v2.3.1 |
1855 | 2025-07-03T20:36:01.317Z | Compiling futures-core v0.3.31 |
1856 | 2025-07-03T20:36:02.146Z | Compiling tinystr v0.7.6 |
1857 | 2025-07-03T20:36:02.286Z | Compiling parking_lot v0.12.3 |
1858 | 2025-07-03T20:36:02.314Z | Compiling mio v1.0.2 |
1859 | 2025-07-03T20:36:02.656Z | Compiling icu_locid v1.5.0 |
1860 | 2025-07-03T20:36:02.854Z | Compiling ryu v1.0.18 |
1861 | 2025-07-03T20:36:03.165Z | Compiling icu_locid_transform_data v1.5.0 |
1862 | 2025-07-03T20:36:03.581Z | Compiling icu_collections v1.5.0 |
1863 | 2025-07-03T20:36:04.078Z | Compiling tracing-attributes v0.1.27 |
1864 | 2025-07-03T20:36:04.118Z | Compiling icu_provider v1.5.0 |
1865 | 2025-07-03T20:36:04.570Z | Compiling ring v0.17.14 |
1866 | 2025-07-03T20:36:05.633Z | Compiling icu_locid_transform v1.5.0 |
1867 | 2025-07-03T20:36:06.454Z | Compiling cpufeatures v0.2.14 |
1868 | 2025-07-03T20:36:06.667Z | Compiling aws-lc-rs v1.12.4 |
1869 | 2025-07-03T20:36:06.725Z | Compiling equivalent v1.0.2 |
1870 | 2025-07-03T20:36:06.893Z | Compiling foldhash v0.1.5 |
1871 | 2025-07-03T20:36:07.043Z | Compiling allocator-api2 v0.2.21 |
1872 | 2025-07-03T20:36:07.293Z | Compiling icu_properties_data v1.5.0 |
1873 | 2025-07-03T20:36:07.641Z | Compiling icu_properties v1.5.1 |
1874 | 2025-07-03T20:36:07.929Z | Compiling bitflags v2.9.0 |
1875 | 2025-07-03T20:36:07.971Z | Compiling bytes v1.10.1 |
1876 | 2025-07-03T20:36:09.682Z | Compiling hashbrown v0.15.4 |
1877 | 2025-07-03T20:36:10.458Z | Compiling socket2 v0.5.10 |
1878 | 2025-07-03T20:36:10.489Z | Compiling write16 v1.0.0 |
1879 | 2025-07-03T20:36:10.672Z | Compiling utf8_iter v1.0.4 |
1880 | 2025-07-03T20:36:10.732Z | Compiling utf16_iter v1.0.5 |
1881 | 2025-07-03T20:36:11.095Z | Compiling heck v0.5.0 |
1882 | 2025-07-03T20:36:11.540Z | Compiling icu_normalizer_data v1.5.0 |
1883 | 2025-07-03T20:36:11.571Z | Compiling crossbeam-utils v0.8.21 |
1884 | 2025-07-03T20:36:11.615Z | Compiling indexmap v2.9.0 |
1885 | 2025-07-03T20:36:11.678Z | Compiling tokio v1.45.1 |
1886 | 2025-07-03T20:36:12.283Z | Compiling icu_normalizer v1.5.0 |
1887 | 2025-07-03T20:36:12.320Z | Compiling hmac v0.12.1 |
1888 | 2025-07-03T20:36:12.685Z | Compiling which v4.4.2 |
1889 | 2025-07-03T20:36:13.817Z | Compiling futures-sink v0.3.31 |
1890 | 2025-07-03T20:36:14.273Z | Compiling httparse v1.9.5 |
1891 | 2025-07-03T20:36:14.342Z | Compiling idna_adapter v1.2.0 |
1892 | 2025-07-03T20:36:15.967Z | Compiling rustc_version v0.4.1 |
1893 | 2025-07-03T20:36:16.293Z | Compiling block-padding v0.3.3 |
1894 | 2025-07-03T20:36:16.645Z | Compiling inout v0.1.3 |
1895 | 2025-07-03T20:36:17.405Z | Compiling idna v1.0.3 |
1896 | 2025-07-03T20:36:17.629Z | Compiling sha2 v0.10.9 |
1897 | 2025-07-03T20:36:17.831Z | Compiling form_urlencoded v1.2.1 |
1898 | 2025-07-03T20:36:18.447Z | Compiling openssl v0.10.73 |
1899 | 2025-07-03T20:36:18.519Z | Compiling fnv v1.0.7 |
1900 | 2025-07-03T20:36:18.587Z | Compiling schemars v0.8.22 |
1901 | 2025-07-03T20:36:19.956Z | Compiling cipher v0.4.4 |
1902 | 2025-07-03T20:36:20.930Z | Compiling ppv-lite86 v0.2.20 |
1903 | 2025-07-03T20:36:21.473Z | Compiling serde_derive_internals v0.29.1 |
1904 | 2025-07-03T20:36:21.785Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1905 | 2025-07-03T20:36:22.403Z | Compiling base64ct v1.6.0 |
1906 | 2025-07-03T20:36:23.264Z | Compiling pem-rfc7468 v0.7.0 |
1907 | 2025-07-03T20:36:23.659Z | Compiling schemars_derive v0.8.22 |
1908 | 2025-07-03T20:36:24.716Z | Compiling url v2.5.4 |
1909 | 2025-07-03T20:36:25.046Z | Compiling futures-channel v0.3.31 |
1910 | 2025-07-03T20:36:25.689Z | Compiling openssl-macros v0.1.1 |
1911 | 2025-07-03T20:36:25.852Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1912 | 2025-07-03T20:36:26.103Z | Compiling aws-lc-sys v0.26.0 |
1913 | 2025-07-03T20:36:26.682Z | Compiling native-tls v0.2.12 |
1914 | 2025-07-03T20:36:27.145Z | Compiling futures-task v0.3.31 |
1915 | 2025-07-03T20:36:27.297Z | Compiling flagset v0.4.6 |
1916 | 2025-07-03T20:36:27.564Z | Compiling syn v1.0.109 |
1917 | 2025-07-03T20:36:27.714Z | Compiling rustls v0.23.19 |
1918 | 2025-07-03T20:36:27.890Z | Compiling futures-io v0.3.31 |
1919 | 2025-07-03T20:36:28.022Z | Compiling time-core v0.1.2 |
1920 | 2025-07-03T20:36:28.208Z | Compiling pin-utils v0.1.0 |
1921 | 2025-07-03T20:36:28.256Z | Compiling num-conv v0.1.0 |
1922 | 2025-07-03T20:36:28.393Z | Compiling futures-util v0.3.31 |
1923 | 2025-07-03T20:36:28.413Z | Compiling der v0.7.9 |
1924 | 2025-07-03T20:36:28.595Z | Compiling time-macros v0.2.18 |
1925 | 2025-07-03T20:36:29.217Z | Compiling scroll_derive v0.12.0 |
1926 | 2025-07-03T20:36:30.241Z | Compiling ucd-trie v0.1.7 |
1927 | 2025-07-03T20:36:30.748Z | Compiling pest v2.7.14 |
1928 | 2025-07-03T20:36:31.035Z | Compiling spki v0.7.3 |
1929 | 2025-07-03T20:36:38.381Z | Compiling salsa20 v0.10.2 |
1930 | 2025-07-03T20:36:38.530Z | Compiling pbkdf2 v0.12.2 |
1931 | 2025-07-03T20:36:38.530Z | Compiling cookie v0.18.1 |
1932 | 2025-07-03T20:36:38.530Z | Compiling rayon-core v1.12.1 |
1933 | 2025-07-03T20:36:38.530Z | Compiling iana-time-zone v0.1.63 |
1934 | 2025-07-03T20:36:38.530Z | Compiling rustversion v1.0.17 |
1935 | 2025-07-03T20:36:38.530Z | Compiling scrypt v0.11.0 |
1936 | 2025-07-03T20:36:38.530Z | Compiling chrono v0.4.41 |
1937 | 2025-07-03T20:36:38.530Z | Compiling pest_meta v2.7.14 |
1938 | 2025-07-03T20:36:38.530Z | Compiling aes v0.8.4 |
1939 | 2025-07-03T20:36:38.530Z | Compiling cbc v0.1.2 |
1940 | 2025-07-03T20:36:38.530Z | Compiling http v1.3.1 |
1941 | 2025-07-03T20:36:42.173Z | Compiling thiserror v2.0.12 |
1942 | 2025-07-03T20:36:43.877Z | Compiling pkcs5 v0.7.1 |
1943 | 2025-07-03T20:36:43.980Z | Compiling pest_generator v2.7.14 |
1944 | 2025-07-03T20:36:44.920Z | Compiling rand_core v0.9.2 |
1945 | 2025-07-03T20:36:45.576Z | Compiling tokio-util v0.7.15 |
1946 | 2025-07-03T20:36:45.759Z | Compiling uuid v1.17.0 |
1947 | 2025-07-03T20:36:46.090Z | Compiling tracing-core v0.1.32 |
1948 | 2025-07-03T20:36:46.810Z | Compiling newtype-uuid v1.2.4 |
1949 | 2025-07-03T20:36:47.322Z | Compiling base64 v0.22.1 |
1950 | 2025-07-03T20:36:47.863Z | Compiling num-bigint-dig v0.8.4 |
1951 | 2025-07-03T20:36:48.258Z | Compiling zstd-safe v7.2.3 |
1952 | 2025-07-03T20:36:48.322Z | Compiling tracing v0.1.40 |
1953 | 2025-07-03T20:36:48.745Z | Compiling pest_derive v2.7.14 |
1954 | 2025-07-03T20:36:48.965Z | Compiling pkcs8 v0.10.2 |
1955 | 2025-07-03T20:36:49.222Z | Compiling http-body v1.0.1 |
1956 | 2025-07-03T20:36:50.681Z | Compiling heapless v0.7.17 |
1957 | 2025-07-03T20:36:51.466Z | Compiling thiserror-impl v2.0.12 |
1958 | 2025-07-03T20:36:51.634Z | Compiling usdt-impl v0.5.0 |
1959 | 2025-07-03T20:36:52.335Z | Compiling ahash v0.8.11 |
1960 | 2025-07-03T20:36:52.791Z | Compiling signal-hook v0.3.18 |
1961 | 2025-07-03T20:36:52.867Z | Compiling slog v2.7.0 |
1962 | 2025-07-03T20:36:53.001Z | Compiling litrs v0.4.1 |
1963 | 2025-07-03T20:36:53.207Z | Compiling tinyvec_macros v0.1.1 |
1964 | 2025-07-03T20:36:53.425Z | Compiling rustls-pki-types v1.10.0 |
1965 | 2025-07-03T20:36:53.429Z | Compiling tinyvec v1.8.0 |
1966 | 2025-07-03T20:36:54.111Z | Compiling document-features v0.2.10 |
1967 | 2025-07-03T20:36:55.892Z | Compiling rand_chacha v0.9.0 |
1968 | 2025-07-03T20:36:56.436Z | Compiling scroll v0.12.0 |
1969 | 2025-07-03T20:36:57.267Z | Compiling serde_spanned v0.6.9 |
1970 | 2025-07-03T20:36:57.364Z | Compiling toml_datetime v0.6.11 |
1971 | 2025-07-03T20:36:57.787Z | Compiling async-trait v0.1.88 |
1972 | 2025-07-03T20:36:58.025Z | Compiling dyn-clone v1.0.19 |
1973 | 2025-07-03T20:36:58.253Z | Compiling openssl-probe v0.1.5 |
1974 | 2025-07-03T20:36:58.302Z | Compiling foreign-types-shared v0.1.1 |
1975 | 2025-07-03T20:36:58.523Z | Compiling try-lock v0.2.5 |
1976 | 2025-07-03T20:36:58.770Z | Compiling plain v0.2.3 |
1977 | 2025-07-03T20:36:58.795Z | Compiling untrusted v0.9.0 |
1978 | 2025-07-03T20:36:58.962Z | Compiling tower-service v0.3.3 |
1979 | 2025-07-03T20:36:59.135Z | Compiling atomic-waker v1.1.2 |
1980 | 2025-07-03T20:36:59.403Z | Compiling powerfmt v0.2.0 |
1981 | 2025-07-03T20:36:59.733Z | Compiling untrusted v0.7.1 |
1982 | 2025-07-03T20:36:59.971Z | Compiling adler2 v2.0.0 |
1983 | 2025-07-03T20:36:59.975Z | Compiling rustix v1.0.7 |
1984 | 2025-07-03T20:37:00.794Z | Compiling miniz_oxide v0.8.5 |
1985 | 2025-07-03T20:37:00.932Z | Compiling deranged v0.3.11 |
1986 | 2025-07-03T20:37:02.172Z | Compiling h2 v0.4.6 |
1987 | 2025-07-03T20:37:02.699Z | Compiling goblin v0.8.2 |
1988 | 2025-07-03T20:37:02.888Z | Compiling want v0.3.1 |
1989 | 2025-07-03T20:37:04.008Z | Compiling foreign-types v0.3.2 |
1990 | 2025-07-03T20:37:05.546Z | Compiling rand v0.9.1 |
1991 | 2025-07-03T20:37:05.634Z | Compiling curve25519-dalek v4.1.3 |
1992 | 2025-07-03T20:37:06.294Z | Compiling clap_derive v4.5.40 |
1993 | 2025-07-03T20:37:06.341Z | Compiling ipnet v2.11.0 |
1994 | 2025-07-03T20:37:09.454Z | Compiling memoffset v0.9.1 |
1995 | 2025-07-03T20:37:09.868Z | Compiling crc32fast v1.4.2 |
1996 | 2025-07-03T20:37:10.780Z | Compiling smoltcp v0.9.1 |
1997 | 2025-07-03T20:37:11.466Z | Compiling num_threads v0.1.7 |
1998 | 2025-07-03T20:37:11.656Z | Compiling utf8parse v0.2.2 |
1999 | 2025-07-03T20:37:12.035Z | Compiling anyhow v1.0.98 |
2000 | 2025-07-03T20:37:12.120Z | Compiling pretty-hex v0.4.1 |
2001 | 2025-07-03T20:37:12.175Z | Compiling httpdate v1.0.3 |
2002 | 2025-07-03T20:37:12.856Z | Compiling anstyle v1.0.11 |
2003 | 2025-07-03T20:37:13.122Z | Compiling hyper v1.6.0 |
2004 | 2025-07-03T20:37:13.203Z | Compiling dof v0.3.0 |
2005 | 2025-07-03T20:37:16.931Z | Compiling anstyle-parse v0.2.5 |
2006 | 2025-07-03T20:37:19.530Z | Compiling time v0.3.36 |
2007 | 2025-07-03T20:37:25.763Z | Compiling unicode-normalization v0.1.24 |
2008 | 2025-07-03T20:37:28.531Z | Compiling dtrace-parser v0.2.0 |
2009 | 2025-07-03T20:37:29.640Z | Compiling strum_macros v0.26.4 |
2010 | 2025-07-03T20:37:35.984Z | Compiling signature v2.2.0 |
2011 | 2025-07-03T20:37:36.394Z | Compiling daft-derive v0.1.3 |
2012 | 2025-07-03T20:37:36.930Z | Compiling thread-id v4.2.2 |
2013 | 2025-07-03T20:37:37.137Z | Compiling buf-list v1.0.3 |
2014 | 2025-07-03T20:37:37.894Z | Compiling fastrand v2.1.1 |
2015 | 2025-07-03T20:37:38.013Z | Compiling cfg_aliases v0.2.1 |
2016 | 2025-07-03T20:37:38.149Z | Compiling anstyle-query v1.1.1 |
2017 | 2025-07-03T20:37:39.069Z | Compiling is_terminal_polyfill v1.70.1 |
2018 | 2025-07-03T20:37:39.146Z | Compiling zlib-rs v0.5.1 |
2019 | 2025-07-03T20:37:39.272Z | Compiling colorchoice v1.0.2 |
2020 | 2025-07-03T20:37:39.482Z | Compiling anstream v0.6.18 |
2021 | 2025-07-03T20:37:42.272Z | Compiling tempfile v3.20.0 |
2022 | 2025-07-03T20:37:42.508Z | Compiling nix v0.29.0 |
2023 | 2025-07-03T20:37:44.294Z | Compiling libz-rs-sys v0.5.1 |
2024 | 2025-07-03T20:37:44.846Z | Compiling crossbeam-epoch v0.9.18 |
2025 | 2025-07-03T20:37:45.687Z | Compiling hyper-util v0.1.14 |
2026 | 2025-07-03T20:37:47.024Z | Compiling hubpack_derive v0.1.1 |
2027 | 2025-07-03T20:37:47.992Z | Compiling terminal_size v0.4.0 |
2028 | 2025-07-03T20:37:48.312Z | Compiling rand_chacha v0.3.1 |
2029 | 2025-07-03T20:37:50.092Z | Compiling hex v0.4.3 |
2030 | 2025-07-03T20:37:50.228Z | Compiling serde_tokenstream v0.2.2 |
2031 | 2025-07-03T20:37:50.836Z | Compiling sync_wrapper v1.0.1 |
2032 | 2025-07-03T20:37:51.041Z | Compiling curve25519-dalek-derive v0.1.1 |
2033 | 2025-07-03T20:37:51.153Z | Compiling num-integer v0.1.46 |
2034 | 2025-07-03T20:37:52.938Z | Compiling fs-err v3.1.1 |
2035 | 2025-07-03T20:37:52.959Z | Compiling unicode-bidi v0.3.17 |
2036 | 2025-07-03T20:37:52.959Z | Compiling strsim v0.11.1 |
2037 | 2025-07-03T20:37:53.090Z | Compiling siphasher v0.3.11 |
2038 | 2025-07-03T20:37:53.699Z | Compiling psl-types v2.0.11 |
2039 | 2025-07-03T20:37:53.937Z | Compiling unicode-properties v0.1.3 |
2040 | 2025-07-03T20:37:53.987Z | Compiling tower-layer v0.3.3 |
2041 | 2025-07-03T20:37:54.463Z | Compiling radium v0.7.0 |
2042 | 2025-07-03T20:37:54.830Z | Compiling clap_lex v0.7.4 |
2043 | 2025-07-03T20:37:55.299Z | Compiling clap_builder v4.5.40 |
2044 | 2025-07-03T20:37:55.651Z | Compiling tower v0.5.2 |
2045 | 2025-07-03T20:37:55.714Z | Compiling stringprep v0.1.5 |
2046 | 2025-07-03T20:37:56.698Z | Compiling publicsuffix v2.3.0 |
2047 | 2025-07-03T20:37:57.119Z | Compiling phf_shared v0.11.2 |
2048 | 2025-07-03T20:37:57.537Z | Compiling num-iter v0.1.45 |
2049 | 2025-07-03T20:37:58.869Z | Compiling rand v0.8.5 |
2050 | 2025-07-03T20:38:01.298Z | Compiling crossbeam-deque v0.8.5 |
2051 | 2025-07-03T20:38:01.804Z | Compiling tokio-native-tls v0.3.1 |
2052 | 2025-07-03T20:38:01.943Z | Compiling flate2 v1.1.2 |
2053 | 2025-07-03T20:38:02.464Z | Compiling ipnetwork v0.21.1 |
2054 | 2025-07-03T20:38:03.252Z | Compiling rustls-native-certs v0.8.1 |
2055 | 2025-07-03T20:38:03.837Z | Compiling webpki-roots v1.0.0 |
2056 | 2025-07-03T20:38:04.508Z | Compiling http-body-util v0.1.3 |
2057 | 2025-07-03T20:38:05.313Z | Compiling rustls-webpki v0.102.8 |
2058 | 2025-07-03T20:38:06.660Z | Compiling md-5 v0.10.6 |
2059 | 2025-07-03T20:38:06.714Z | Compiling hash32 v0.2.1 |
2060 | 2025-07-03T20:38:06.839Z | Compiling ff v0.13.0 |
2061 | 2025-07-03T20:38:07.176Z | Compiling typeid v1.0.3 |
2062 | 2025-07-03T20:38:07.248Z | Compiling gimli v0.31.1 |
2063 | 2025-07-03T20:38:07.590Z | Compiling toml_write v0.1.2 |
2064 | 2025-07-03T20:38:07.748Z | Compiling camino v1.1.10 |
2065 | 2025-07-03T20:38:07.911Z | Compiling iri-string v0.7.8 |
2066 | 2025-07-03T20:38:08.188Z | Compiling winnow v0.5.40 |
2067 | 2025-07-03T20:38:12.935Z | Compiling maybe-uninit v2.0.0 |
2068 | 2025-07-03T20:38:13.518Z | Compiling fallible-iterator v0.2.0 |
2069 | 2025-07-03T20:38:13.808Z | Compiling base16ct v0.2.0 |
2070 | 2025-07-03T20:38:14.258Z | Compiling heck v0.4.1 |
2071 | 2025-07-03T20:38:14.577Z | Compiling tap v1.0.1 |
2072 | 2025-07-03T20:38:14.759Z | Compiling winnow v0.7.10 |
2073 | 2025-07-03T20:38:14.927Z | Compiling wyz v0.5.1 |
2074 | 2025-07-03T20:38:15.432Z | Compiling strum_macros v0.25.3 |
2075 | 2025-07-03T20:38:15.837Z | Compiling postgres-protocol v0.6.8 |
2076 | 2025-07-03T20:38:16.024Z | Compiling tokio-rustls v0.26.0 |
2077 | 2025-07-03T20:38:16.527Z | Compiling sec1 v0.7.3 |
2078 | 2025-07-03T20:38:17.092Z | Compiling addr2line v0.24.2 |
2079 | 2025-07-03T20:38:17.801Z | Compiling toml_edit v0.19.15 |
2080 | 2025-07-03T20:38:18.172Z | Compiling tower-http v0.6.6 |
2081 | 2025-07-03T20:38:18.831Z | Compiling toml_edit v0.22.27 |
2082 | 2025-07-03T20:38:20.635Z | Compiling group v0.13.0 |
2083 | 2025-07-03T20:38:22.313Z | Compiling hyper-tls v0.6.0 |
2084 | 2025-07-03T20:38:24.248Z | Compiling oxnet v0.1.2 |
2085 | 2025-07-03T20:38:25.045Z | Compiling clap v4.5.40 |
2086 | 2025-07-03T20:38:25.258Z | Compiling cookie_store v0.21.1 |
2087 | 2025-07-03T20:38:29.702Z | Compiling usdt-attr-macro v0.5.0 |
2088 | 2025-07-03T20:38:29.837Z | Compiling usdt-macro v0.5.0 |
2089 | 2025-07-03T20:38:30.940Z | Compiling bstr v1.10.0 |
2090 | 2025-07-03T20:38:32.158Z | Compiling pkcs1 v0.7.5 |
2091 | 2025-07-03T20:38:33.776Z | Compiling serde_urlencoded v0.7.1 |
2092 | 2025-07-03T20:38:34.457Z | Compiling hkdf v0.12.4 |
2093 | 2025-07-03T20:38:34.539Z | Compiling enum-as-inner v0.6.1 |
2094 | 2025-07-03T20:38:34.734Z | Compiling crypto-bigint v0.5.5 |
2095 | 2025-07-03T20:38:35.002Z | Compiling serde_repr v0.1.19 |
2096 | 2025-07-03T20:38:35.789Z | Compiling zerocopy-derive v0.6.6 |
2097 | 2025-07-03T20:38:36.275Z | Compiling object v0.36.5 |
2098 | 2025-07-03T20:38:37.681Z | Compiling encoding_rs v0.8.34 |
2099 | 2025-07-03T20:38:43.508Z | Compiling bumpalo v3.16.0 |
2100 | 2025-07-03T20:38:43.693Z | Compiling funty v2.0.0 |
2101 | 2025-07-03T20:38:44.033Z | Compiling lockfree-object-pool v0.1.6 |
2102 | 2025-07-03T20:38:44.923Z | Compiling rustc-demangle v0.1.24 |
2103 | 2025-07-03T20:38:44.956Z | Compiling mime v0.3.17 |
2104 | 2025-07-03T20:38:45.163Z | Compiling simd-adler32 v0.3.7 |
2105 | 2025-07-03T20:38:45.768Z | Compiling packed_struct v0.10.1 |
2106 | 2025-07-03T20:38:45.814Z | Compiling bitflags v1.3.2 |
2107 | 2025-07-03T20:38:46.368Z | Compiling managed v0.8.0 |
2108 | 2025-07-03T20:38:46.466Z | Compiling unicode-width v0.2.0 |
2109 | 2025-07-03T20:38:47.080Z | Compiling console v0.15.10 |
2110 | 2025-07-03T20:38:47.143Z | Compiling backtrace v0.3.74 |
2111 | 2025-07-03T20:38:49.125Z | Compiling zopfli v0.8.1 |
2112 | 2025-07-03T20:38:49.197Z | Compiling bitvec v1.0.1 |
2113 | 2025-07-03T20:38:52.434Z | Compiling hyper-rustls v0.27.7 |
2114 | 2025-07-03T20:38:54.020Z | Compiling reqwest v0.12.20 |
2115 | 2025-07-03T20:38:54.049Z | Compiling elliptic-curve v0.13.8 |
2116 | 2025-07-03T20:38:54.839Z | Compiling zerocopy v0.6.6 |
2117 | 2025-07-03T20:38:54.970Z | Compiling rsa v0.9.6 |
2118 | 2025-07-03T20:38:57.723Z | Compiling daft v0.1.3 |
2119 | 2025-07-03T20:38:58.263Z | Compiling zstd v0.13.3 |
2120 | 2025-07-03T20:38:58.312Z | Compiling signal-hook-mio v0.2.4 |
2121 | 2025-07-03T20:38:58.533Z | Compiling rayon v1.10.0 |
2122 | 2025-07-03T20:38:58.716Z | Compiling toml v0.7.8 |
2123 | 2025-07-03T20:39:00.757Z | Compiling postgres-types v0.2.9 |
2124 | 2025-07-03T20:39:01.742Z | Compiling phf v0.11.2 |
2125 | 2025-07-03T20:39:02.071Z | Compiling ed25519 v2.2.3 |
2126 | 2025-07-03T20:39:02.215Z | Compiling hubpack v0.1.2 |
2127 | 2025-07-03T20:39:02.239Z | Compiling bzip2 v0.4.4 |
2128 | 2025-07-03T20:39:02.523Z | Compiling bzip2 v0.5.2 |
2129 | 2025-07-03T20:39:02.783Z | Compiling strum v0.26.3 |
2130 | 2025-07-03T20:39:03.340Z | Compiling packed_struct_codegen v0.10.1 |
2131 | 2025-07-03T20:39:03.423Z | Compiling x509-cert v0.2.5 |
2132 | 2025-07-03T20:39:03.516Z | Compiling float-cmp v0.10.0 |
2133 | 2025-07-03T20:39:03.797Z | Compiling rfc6979 v0.4.0 |
2134 | 2025-07-03T20:39:03.905Z | Compiling serde-big-array v0.5.1 |
2135 | 2025-07-03T20:39:04.173Z | Compiling structmeta-derive v0.3.0 |
2136 | 2025-07-03T20:39:05.087Z | Compiling wait-timeout v0.2.0 |
2137 | 2025-07-03T20:39:05.408Z | Compiling is-terminal v0.4.13 |
2138 | 2025-07-03T20:39:05.595Z | Compiling memmap v0.7.0 |
2139 | 2025-07-03T20:39:05.694Z | Compiling indexmap v1.9.3 |
2140 | 2025-07-03T20:39:06.081Z | Compiling difflib v0.4.0 |
2141 | 2025-07-03T20:39:06.108Z | Compiling precomputed-hash v0.1.1 |
2142 | 2025-07-03T20:39:06.280Z | Compiling static_assertions v1.1.0 |
2143 | 2025-07-03T20:39:06.421Z | Compiling data-encoding v2.9.0 |
2144 | 2025-07-03T20:39:06.549Z | Compiling new_debug_unreachable v1.0.6 |
2145 | 2025-07-03T20:39:06.682Z | Compiling quick-error v1.2.3 |
2146 | 2025-07-03T20:39:07.192Z | Compiling unicode-segmentation v1.12.0 |
2147 | 2025-07-03T20:39:07.539Z | Compiling crc-catalog v2.4.0 |
2148 | 2025-07-03T20:39:07.771Z | Compiling nodrop v0.1.14 |
2149 | 2025-07-03T20:39:07.951Z | Compiling number_prefix v0.4.0 |
2150 | 2025-07-03T20:39:08.164Z | Compiling fixedbitset v0.4.2 |
2151 | 2025-07-03T20:39:08.231Z | Compiling normalize-line-endings v0.3.0 |
2152 | 2025-07-03T20:39:08.575Z | Compiling whoami v1.6.0 |
2153 | 2025-07-03T20:39:08.761Z | Compiling bit-vec v0.8.0 |
2154 | 2025-07-03T20:39:09.677Z | Compiling predicates-core v1.0.8 |
2155 | 2025-07-03T20:39:10.038Z | Compiling predicates v3.1.3 |
2156 | 2025-07-03T20:39:14.278Z | Compiling bit-set v0.8.0 |
2157 | 2025-07-03T20:39:14.680Z | Compiling tokio-postgres v0.7.13 |
2158 | 2025-07-03T20:39:14.960Z | Compiling petgraph v0.6.5 |
2159 | 2025-07-03T20:39:16.605Z | Compiling indicatif v0.17.11 |
2160 | 2025-07-03T20:39:18.405Z | Compiling similar v2.7.0 |
2161 | 2025-07-03T20:39:18.745Z | Compiling array-init v0.0.4 |
2162 | 2025-07-03T20:39:18.945Z | Compiling crc v3.2.1 |
2163 | 2025-07-03T20:39:19.184Z | Compiling hickory-proto v0.25.2 |
2164 | 2025-07-03T20:39:19.880Z | Compiling rusty-fork v0.3.0 |
2165 | 2025-07-03T20:39:19.995Z | Compiling string_cache v0.8.9 |
2166 | 2025-07-03T20:39:20.192Z | Compiling structmeta v0.3.0 |
2167 | 2025-07-03T20:39:20.419Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
2168 | 2025-07-03T20:39:20.622Z | Compiling usdt v0.5.0 |
2169 | 2025-07-03T20:39:21.706Z | Compiling ecdsa v0.16.9 |
2170 | 2025-07-03T20:39:24.743Z | Compiling zip v0.6.6 |
2171 | 2025-07-03T20:39:24.943Z | Compiling zip v4.2.0 |
2172 | 2025-07-03T20:39:26.996Z | Compiling ed25519-dalek v2.1.1 |
2173 | 2025-07-03T20:39:27.158Z | Compiling smallvec v0.6.14 |
2174 | 2025-07-03T20:39:27.581Z | Compiling erased-serde v0.4.6 |
2175 | 2025-07-03T20:39:27.737Z | Compiling crossterm v0.28.1 |
2176 | 2025-07-03T20:39:29.060Z | Compiling toml v0.8.23 |
2177 | 2025-07-03T20:39:30.776Z | Compiling tokio-stream v0.1.17 |
2178 | 2025-07-03T20:39:30.801Z | Compiling rand_xorshift v0.4.0 |
2179 | 2025-07-03T20:39:30.804Z | Compiling xattr v1.3.1 |
2180 | 2025-07-03T20:39:31.118Z | Compiling futures-executor v0.3.31 |
2181 | 2025-07-03T20:39:31.181Z | Compiling openapiv3 v2.2.0 |
2182 | 2025-07-03T20:39:31.819Z | Compiling sha1 v0.10.6 |
2183 | 2025-07-03T20:39:32.463Z | Compiling pin-project-internal v1.1.6 |
2184 | 2025-07-03T20:39:34.219Z | Compiling ordered-float v2.10.1 |
2185 | 2025-07-03T20:39:34.884Z | Compiling itertools v0.10.5 |
2186 | 2025-07-03T20:39:34.931Z | Compiling filetime v0.2.25 |
2187 | 2025-07-03T20:39:35.181Z | Compiling winnow v0.6.26 |
2188 | 2025-07-03T20:39:35.243Z | Compiling hashbrown v0.12.3 |
2189 | 2025-07-03T20:39:35.319Z | Compiling bitfield v0.14.0 |
2190 | 2025-07-03T20:39:35.642Z | Compiling unicode-xid v0.2.6 |
2191 | 2025-07-03T20:39:35.943Z | Compiling base64 v0.21.7 |
2192 | 2025-07-03T20:39:36.093Z | Compiling peg-runtime v0.8.5 |
2193 | 2025-07-03T20:39:36.530Z | Compiling rustc-hash v2.1.1 |
2194 | 2025-07-03T20:39:36.625Z | Compiling lalrpop-util v0.19.12 |
2195 | 2025-07-03T20:39:36.770Z | Compiling unarray v0.1.4 |
2196 | 2025-07-03T20:39:37.011Z | Compiling same-file v1.0.6 |
2197 | 2025-07-03T20:39:37.205Z | Compiling termcolor v1.4.1 |
2198 | 2025-07-03T20:39:37.310Z | Compiling walkdir v2.5.0 |
2199 | 2025-07-03T20:39:37.539Z | Compiling proptest v1.7.0 |
2200 | 2025-07-03T20:39:38.016Z | Compiling env_logger v0.10.2 |
2201 | 2025-07-03T20:39:38.717Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2202 | 2025-07-03T20:39:38.870Z | Compiling ron v0.8.1 |
2203 | 2025-07-03T20:39:40.262Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2204 | 2025-07-03T20:39:41.083Z | Compiling tar v0.4.44 |
2205 | 2025-07-03T20:39:41.340Z | Compiling pin-project v1.1.6 |
2206 | 2025-07-03T20:39:41.546Z | Compiling serde-value v0.7.0 |
2207 | 2025-07-03T20:39:43.018Z | Compiling futures v0.3.31 |
2208 | 2025-07-03T20:39:45.704Z | Compiling serde-untagged v0.1.7 |
2209 | 2025-07-03T20:39:46.574Z | Compiling serde-hex v0.1.0 |
2210 | 2025-07-03T20:39:47.277Z | Compiling test-strategy v0.4.1 |
2211 | 2025-07-03T20:39:47.319Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2212 | 2025-07-03T20:39:50.151Z | Compiling hashbrown v0.13.2 |
2213 | 2025-07-03T20:39:50.562Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2214 | 2025-07-03T20:39:52.225Z | Compiling snafu-derive v0.8.5 |
2215 | 2025-07-03T20:39:53.069Z | Compiling blake3 v1.5.4 |
2216 | 2025-07-03T20:39:53.107Z | Compiling dirs-sys-next v0.1.2 |
2217 | 2025-07-03T20:39:54.094Z | Compiling fs-err v2.11.0 |
2218 | 2025-07-03T20:39:54.803Z | Compiling crc-any v2.5.0 |
2219 | 2025-07-03T20:39:56.428Z | Compiling snafu v0.8.5 |
2220 | 2025-07-03T20:40:01.984Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
2221 | 2025-07-03T20:40:09.652Z | Compiling dirs-next v2.0.0 |
2222 | 2025-07-03T20:40:11.234Z | Compiling object v0.30.4 |
2223 | 2025-07-03T20:40:11.357Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2224 | 2025-07-03T20:40:12.767Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2225 | 2025-07-03T20:40:13.754Z | Compiling cargo-util-schemas v0.2.0 |
2226 | 2025-07-03T20:40:14.355Z | Compiling camino-tempfile v1.4.1 |
2227 | 2025-07-03T20:40:14.765Z | Compiling globset v0.4.15 |
2228 | 2025-07-03T20:40:18.406Z | Compiling olpc-cjson v0.1.4 |
2229 | 2025-07-03T20:40:18.776Z | Compiling pem v3.0.5 |
2230 | 2025-07-03T20:40:20.803Z | Compiling cargo-platform v0.2.0 |
2231 | 2025-07-03T20:40:20.901Z | Compiling serde_plain v1.0.2 |
2232 | 2025-07-03T20:40:21.454Z | Compiling async-recursion v1.1.1 |
2233 | 2025-07-03T20:40:21.940Z | Compiling thread_local v1.1.8 |
2234 | 2025-07-03T20:40:21.999Z | Compiling memmap2 v0.9.5 |
2235 | 2025-07-03T20:40:22.085Z | Compiling typed-path v0.9.3 |
2236 | 2025-07-03T20:40:22.832Z | Compiling slog-async v2.8.0 |
2237 | 2025-07-03T20:40:22.881Z | Compiling path-slash v0.1.5 |
2238 | 2025-07-03T20:40:23.348Z | Compiling constant_time_eq v0.3.1 |
2239 | 2025-07-03T20:40:23.593Z | Compiling arrayref v0.3.9 |
2240 | 2025-07-03T20:40:23.656Z | Compiling arrayvec v0.7.6 |
2241 | 2025-07-03T20:40:23.836Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
2242 | 2025-07-03T20:40:24.029Z | Compiling cargo_metadata v0.20.0 |
2243 | 2025-07-03T20:40:24.187Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2244 | 2025-07-03T20:40:24.747Z | Compiling term v0.7.0 |
2245 | 2025-07-03T20:40:26.180Z | Compiling tough v0.20.0 |
2246 | 2025-07-03T20:40:26.625Z | Compiling itertools v0.13.0 |
2247 | 2025-07-03T20:40:27.376Z | Compiling crossbeam-channel v0.5.15 |
2248 | 2025-07-03T20:40:28.990Z | Compiling serde_path_to_error v0.1.17 |
2249 | 2025-07-03T20:40:29.203Z | Compiling parse-size v1.1.0 |
2250 | 2025-07-03T20:40:29.215Z | Compiling take_mut v0.2.2 |
2251 | 2025-07-03T20:40:29.429Z | Compiling topological-sort v0.2.2 |
2252 | 2025-07-03T20:40:29.512Z | Compiling debug-ignore v1.0.5 |
2253 | 2025-07-03T20:40:29.543Z | Compiling indent_write v2.2.0 |
2254 | 2025-07-03T20:40:29.722Z | Compiling omicron-zone-package v0.12.2 |
2255 | 2025-07-03T20:40:29.842Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2256 | 2025-07-03T20:40:29.960Z | Compiling slog-term v2.9.1 |
2257 | 2025-07-03T20:40:30.433Z | Compiling shell-words v1.1.0 |
2258 | 2025-07-03T20:40:32.890Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
2259 | 2025-07-03T20:40:43.551Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2260 | 2025-07-03T20:41:00.307Z | Finished `release` profile [optimized] target(s) in 5m 22s |
2261 | 2025-07-03T20:41:00.506Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
2262 | 2025-07-03T20:41:00.564Z | Jul 03 20:40:58.962 DEBG changing working directory to /work/oxidecomputer/omicron |
2263 | 2025-07-03T20:41:00.693Z | Jul 03 20:40:59.092 DEBG running: git rev-parse HEAD |
2264 | 2025-07-03T20:41:00.697Z | Jul 03 20:40:59.095 DEBG process exited with exit status: 0 (3.281249ms) |
2265 | 2025-07-03T20:41:00.698Z | Jul 03 20:40:59.095 INFO version: 15.0.0-0.ci+git3f50db706aa |
2266 | 2025-07-03T20:41:00.736Z | Jul 03 20:40:59.134 INFO cloning helios to /work/oxidecomputer/helios |
2267 | 2025-07-03T20:41:00.736Z | Jul 03 20:40:59.134 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2268 | 2025-07-03T20:41:00.740Z | Cloning into '/work/oxidecomputer/helios'... |
2269 | 2025-07-03T20:41:01.256Z | Jul 03 20:40:59.654 DEBG process exited with exit status: 0 (519.559425ms) |
2270 | 2025-07-03T20:41:01.256Z | Jul 03 20:40:59.654 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
2271 | 2025-07-03T20:41:01.260Z | Jul 03 20:40:59.658 DEBG process exited with exit status: 0 (3.544221ms) |
2272 | 2025-07-03T20:41:01.260Z | Jul 03 20:40:59.658 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2273 | 2025-07-03T20:41:02.431Z | Jul 03 20:41:00.829 DEBG process exited with exit status: 0 (1.171169442s) |
2274 | 2025-07-03T20:41:02.431Z | Jul 03 20:41:00.829 DEBG running: zfs list rpool/images/build/host |
2275 | 2025-07-03T20:41:02.436Z | NAME USED AVAIL REFER MOUNTPOINT |
2276 | 2025-07-03T20:41:02.436Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2277 | 2025-07-03T20:41:02.440Z | Jul 03 20:41:00.834 DEBG process exited with exit status: 0 (5.697147ms) |
2278 | 2025-07-03T20:41:02.440Z | Jul 03 20:41:00.834 DEBG running: zfs list rpool/images/build/recovery |
2279 | 2025-07-03T20:41:02.444Z | NAME USED AVAIL REFER MOUNTPOINT |
2280 | 2025-07-03T20:41:02.444Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2281 | 2025-07-03T20:41:02.444Z | Jul 03 20:41:00.839 DEBG process exited with exit status: 0 (4.658886ms) |
2282 | 2025-07-03T20:41:02.444Z | Jul 03 20:41:00.840 INFO [hubris-staging] running task |
2283 | 2025-07-03T20:41:02.444Z | Jul 03 20:41:00.840 INFO [incorp-manifest] running task |
2284 | 2025-07-03T20:41:02.444Z | Jul 03 20:41:00.840 INFO [hubris-production] running task |
2285 | 2025-07-03T20:41:02.444Z | Jul 03 20:41:00.840 INFO [incorp-create] running: pkgrepo create /work/incorporation |
2286 | 2025-07-03T20:41:02.444Z | Jul 03 20:41:00.842 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
2287 | 2025-07-03T20:41:02.445Z | Jul 03 20:41:00.842 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2288 | 2025-07-03T20:41:02.448Z | Jul 03 20:41:00.842 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2289 | 2025-07-03T20:41:02.542Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2290 | 2025-07-03T20:41:03.159Z | Jul 03 20:41:01.240 INFO [incorp-create] process exited with exit status: 0 (399.41219ms) |
2291 | 2025-07-03T20:41:03.168Z | Jul 03 20:41:01.240 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
2292 | 2025-07-03T20:41:03.183Z | [ omicron-package] Blocking waiting for file lock on package cache |
2293 | 2025-07-03T20:41:03.227Z | Jul 03 20:41:01.623 INFO [incorp-publisher] process exited with exit status: 0 (383.457434ms) |
2294 | 2025-07-03T20:41:03.745Z | [ omicron-package] Blocking waiting for file lock on package cache |
2295 | 2025-07-03T20:41:04.060Z | [ omicron-package] Blocking waiting for file lock on package cache |
2296 | 2025-07-03T20:41:05.096Z | [ omicron-package] Compiling ring v0.17.14 |
2297 | 2025-07-03T20:41:05.101Z | [ omicron-package] Compiling ident_case v1.0.1 |
2298 | 2025-07-03T20:41:05.104Z | [ omicron-package] Compiling regress v0.10.3 |
2299 | 2025-07-03T20:41:05.108Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2300 | 2025-07-03T20:41:05.108Z | [ omicron-package] Compiling itertools v0.13.0 |
2301 | 2025-07-03T20:41:05.108Z | [ omicron-package] Compiling macaddr v1.0.1 |
2302 | 2025-07-03T20:41:05.378Z | Jul 03 20:41:03.775 INFO [hubris-production] task succeeded (2.934909888s) |
2303 | 2025-07-03T20:41:05.533Z | [ omicron-package] Compiling heapless v0.8.0 |
2304 | 2025-07-03T20:41:06.704Z | [ omicron-package] Compiling darling_core v0.20.10 |
2305 | 2025-07-03T20:41:06.947Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2306 | 2025-07-03T20:41:08.758Z | [ omicron-package] Compiling hash32 v0.3.1 |
2307 | 2025-07-03T20:41:09.759Z | [ omicron-package] Compiling heck v0.5.0 |
2308 | 2025-07-03T20:41:11.210Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2309 | 2025-07-03T20:41:12.642Z | [ omicron-package] Compiling rustls v0.23.19 |
2310 | 2025-07-03T20:41:12.709Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2311 | 2025-07-03T20:41:12.854Z | [ omicron-package] Compiling num_enum v0.5.11 |
2312 | 2025-07-03T20:41:13.642Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2313 | 2025-07-03T20:41:13.962Z | [ omicron-package] Compiling typify-impl v0.3.0 |
2314 | 2025-07-03T20:41:15.088Z | [ omicron-package] Compiling rustls v0.22.4 |
2315 | 2025-07-03T20:41:15.664Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2316 | 2025-07-03T20:41:15.769Z | [ omicron-package] Compiling cobs v0.2.3 |
2317 | 2025-07-03T20:41:15.938Z | [ omicron-package] Compiling unsafe-libyaml v0.2.11 |
2318 | 2025-07-03T20:41:17.042Z | [ omicron-package] Compiling postcard v1.0.10 |
2319 | 2025-07-03T20:41:17.399Z | [ omicron-package] Compiling darling_macro v0.20.10 |
2320 | 2025-07-03T20:41:18.461Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
2321 | 2025-07-03T20:41:19.203Z | [ omicron-package] Compiling serde_yaml v0.9.34+deprecated |
2322 | 2025-07-03T20:41:19.236Z | [ omicron-package] Compiling darling v0.20.10 |
2323 | 2025-07-03T20:41:19.443Z | [ omicron-package] Compiling ingot-macros v0.1.0 |
2324 | 2025-07-03T20:41:23.939Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2325 | 2025-07-03T20:41:24.060Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2326 | 2025-07-03T20:41:24.862Z | [ omicron-package] Compiling multer v3.1.0 |
2327 | 2025-07-03T20:41:25.264Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2328 | 2025-07-03T20:41:25.732Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2329 | 2025-07-03T20:41:26.077Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2330 | 2025-07-03T20:41:26.292Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2331 | 2025-07-03T20:41:27.247Z | [ omicron-package] Compiling ref-cast v1.0.24 |
2332 | 2025-07-03T20:41:27.812Z | [ omicron-package] Compiling match_cfg v0.1.0 |
2333 | 2025-07-03T20:41:28.081Z | [ omicron-package] Compiling hostname v0.3.1 |
2334 | 2025-07-03T20:41:28.326Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2335 | 2025-07-03T20:41:28.673Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2336 | 2025-07-03T20:41:29.659Z | [ omicron-package] Compiling ingot-types v0.1.0 |
2337 | 2025-07-03T20:41:30.565Z | [ omicron-package] Compiling typify-macro v0.3.0 |
2338 | 2025-07-03T20:41:30.789Z | [ omicron-package] Compiling slog-json v2.6.1 |
2339 | 2025-07-03T20:41:30.966Z | [ omicron-package] Compiling ingot v0.1.0 |
2340 | 2025-07-03T20:41:31.782Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2341 | 2025-07-03T20:41:31.814Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2342 | 2025-07-03T20:41:33.055Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
2343 | 2025-07-03T20:41:33.404Z | [ omicron-package] Compiling dropshot v0.16.2 |
2344 | 2025-07-03T20:41:33.763Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
2345 | 2025-07-03T20:41:33.908Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
2346 | 2025-07-03T20:41:35.353Z | Jul 03 20:41:33.746 INFO [hubris-staging] task succeeded (32.906059692s) |
2347 | 2025-07-03T20:41:35.419Z | [ omicron-package] Compiling reqwest v0.12.20 |
2348 | 2025-07-03T20:41:35.852Z | [ omicron-package] Compiling typify v0.3.0 |
2349 | 2025-07-03T20:41:36.420Z | [ omicron-package] Compiling progenitor-impl v0.9.1 |
2350 | 2025-07-03T20:41:38.690Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2351 | 2025-07-03T20:41:42.073Z | [ omicron-package] Compiling ref-cast-impl v1.0.24 |
2352 | 2025-07-03T20:41:43.838Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2353 | 2025-07-03T20:41:44.430Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2354 | 2025-07-03T20:41:44.561Z | [ omicron-package] Compiling progenitor-macro v0.9.1 |
2355 | 2025-07-03T20:41:44.843Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2356 | 2025-07-03T20:41:45.158Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2357 | 2025-07-03T20:41:45.547Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2358 | 2025-07-03T20:41:45.623Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
2359 | 2025-07-03T20:41:46.727Z | [ omicron-package] Compiling async-stream v0.3.6 |
2360 | 2025-07-03T20:41:47.890Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2361 | 2025-07-03T20:41:48.689Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2362 | 2025-07-03T20:41:48.978Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2363 | 2025-07-03T20:41:50.034Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
2364 | 2025-07-03T20:41:51.445Z | [ omicron-package] Compiling serde_with_macros v3.14.0 |
2365 | 2025-07-03T20:41:52.948Z | Jul 03 20:41:51.342 DEBG process exited with exit status: 0 (50.499980963s) |
2366 | 2025-07-03T20:41:52.952Z | Jul 03 20:41:51.344 INFO [incorp-manifest] task succeeded (50.503636067s) |
2367 | 2025-07-03T20:41:52.952Z | Jul 03 20:41:51.344 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
2368 | 2025-07-03T20:41:53.485Z | Jul 03 20:41:51.878 INFO [incorp-fmt] process exited with exit status: 0 (533.934317ms) |
2369 | 2025-07-03T20:41:53.488Z | Jul 03 20:41:51.878 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
2370 | 2025-07-03T20:41:53.538Z | [ helios-setup] Jul 03 20:41:51.931 INFO helios repository root is: /work/oxidecomputer/helios |
2371 | 2025-07-03T20:41:53.541Z | [ helios-setup] Jul 03 20:41:51.933 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
2372 | 2025-07-03T20:41:53.541Z | [ helios-setup] Jul 03 20:41:51.933 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2373 | 2025-07-03T20:41:53.545Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2374 | 2025-07-03T20:41:54.140Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@15.0.0.0,5.11:20250703T204152Z |
2375 | 2025-07-03T20:41:54.140Z | [ incorp-pkgsend] PUBLISHED |
2376 | 2025-07-03T20:41:54.274Z | Jul 03 20:41:52.667 INFO [incorp-pkgsend] process exited with exit status: 0 (788.604439ms) |
2377 | 2025-07-03T20:41:54.278Z | Jul 03 20:41:52.669 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
2378 | 2025-07-03T20:41:54.419Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
2379 | 2025-07-03T20:41:54.673Z | [ helios-setup] Jul 03 20:41:53.066 INFO clone ok!, project: phbl |
2380 | 2025-07-03T20:41:54.681Z | [ helios-setup] Jul 03 20:41:53.067 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
2381 | 2025-07-03T20:41:54.681Z | [ helios-setup] Jul 03 20:41:53.067 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2382 | 2025-07-03T20:41:54.681Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2383 | 2025-07-03T20:41:54.747Z | [ omicron-package] Compiling progenitor-client v0.9.1 |
2384 | 2025-07-03T20:41:54.899Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
2385 | 2025-07-03T20:41:54.908Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
2386 | 2025-07-03T20:41:54.978Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
2387 | 2025-07-03T20:41:54.978Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
2388 | 2025-07-03T20:41:54.978Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
2389 | 2025-07-03T20:41:54.988Z | [ helios-incorp] |
2390 | 2025-07-03T20:41:54.988Z | [ helios-incorp] Archiving packages ... |
2391 | 2025-07-03T20:41:54.991Z | [ helios-incorp] Packages to add: 1 |
2392 | 2025-07-03T20:41:54.991Z | [ helios-incorp] Files to retrieve: 0 |
2393 | 2025-07-03T20:41:54.991Z | [ helios-incorp] Estimated transfer size: 0.00 B |
2394 | 2025-07-03T20:41:54.992Z | [ helios-incorp] |
2395 | 2025-07-03T20:41:54.992Z | [ helios-incorp] Packages to archive: |
2396 | 2025-07-03T20:41:54.992Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@15.0.0.0,5.11:20250703T204152Z |
2397 | 2025-07-03T20:41:54.992Z | [ helios-incorp] |
2398 | 2025-07-03T20:41:54.992Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
2399 | 2025-07-03T20:41:54.992Z | [ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds |
2400 | 2025-07-03T20:41:55.124Z | Jul 03 20:41:53.517 INFO [helios-incorp] process exited with exit status: 0 (848.082746ms) |
2401 | 2025-07-03T20:41:55.497Z | [ helios-setup] Jul 03 20:41:53.890 INFO clone ok!, project: bootserver |
2402 | 2025-07-03T20:41:55.501Z | [ helios-setup] Jul 03 20:41:53.891 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
2403 | 2025-07-03T20:41:55.501Z | [ helios-setup] Jul 03 20:41:53.891 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2404 | 2025-07-03T20:41:55.506Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2405 | 2025-07-03T20:41:55.927Z | [ omicron-package] Compiling colored v2.2.0 |
2406 | 2025-07-03T20:41:56.590Z | [ helios-setup] Jul 03 20:41:54.983 INFO clone ok!, project: pilot |
2407 | 2025-07-03T20:41:56.594Z | [ helios-setup] Jul 03 20:41:54.983 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
2408 | 2025-07-03T20:41:56.594Z | [ helios-setup] Jul 03 20:41:54.983 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2409 | 2025-07-03T20:41:56.599Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2410 | 2025-07-03T20:41:57.402Z | [ omicron-package] Compiling waitgroup v0.1.2 |
2411 | 2025-07-03T20:41:57.626Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2412 | 2025-07-03T20:41:57.626Z | [ helios-setup] Jul 03 20:41:56.004 INFO clone ok!, project: image-builder |
2413 | 2025-07-03T20:41:57.630Z | [ helios-setup] Jul 03 20:41:56.004 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
2414 | 2025-07-03T20:41:57.630Z | [ helios-setup] Jul 03 20:41:56.005 INFO cloning https://github.com/oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
2415 | 2025-07-03T20:41:57.771Z | [ omicron-package] Compiling rustls-pemfile v2.2.0 |
2416 | 2025-07-03T20:41:57.912Z | [ omicron-package] Compiling progenitor v0.9.1 |
2417 | 2025-07-03T20:41:58.230Z | [ omicron-package] Compiling dropshot_endpoint v0.16.2 |
2418 | 2025-07-03T20:41:58.257Z | [ omicron-package] Compiling instant v0.1.13 |
2419 | 2025-07-03T20:41:58.453Z | [ omicron-package] Compiling hostname v0.4.0 |
2420 | 2025-07-03T20:41:58.497Z | [ omicron-package] Compiling derive-where v1.5.0 |
2421 | 2025-07-03T20:41:58.692Z | [ helios-setup] Jul 03 20:41:57.084 INFO clone ok!, project: amd-host-image-builder |
2422 | 2025-07-03T20:41:58.695Z | [ helios-setup] Jul 03 20:41:57.085 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
2423 | 2025-07-03T20:41:58.695Z | [ helios-setup] Jul 03 20:41:57.085 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2424 | 2025-07-03T20:41:58.699Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2425 | 2025-07-03T20:41:58.832Z | [ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2426 | 2025-07-03T20:41:59.688Z | [ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2427 | 2025-07-03T20:41:59.958Z | [ omicron-package] Compiling backoff v0.4.0 |
2428 | 2025-07-03T20:42:00.437Z | [ omicron-package] Compiling parse-display v0.10.0 |
2429 | 2025-07-03T20:42:01.690Z | [ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2430 | 2025-07-03T20:42:02.151Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2431 | 2025-07-03T20:42:10.253Z | [ helios-setup] Jul 03 20:42:08.645 INFO clone ok!, project: amd-firmware |
2432 | 2025-07-03T20:42:10.256Z | [ helios-setup] Jul 03 20:42:08.645 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2433 | 2025-07-03T20:42:10.256Z | [ helios-setup] Jul 03 20:42:08.645 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2434 | 2025-07-03T20:42:10.256Z | [ helios-setup] Jul 03 20:42:08.645 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2435 | 2025-07-03T20:42:10.256Z | [ helios-setup] Jul 03 20:42:08.645 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
2436 | 2025-07-03T20:42:10.256Z | [ helios-setup] Jul 03 20:42:08.645 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2437 | 2025-07-03T20:42:10.259Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2438 | 2025-07-03T20:42:11.117Z | [ helios-setup] Jul 03 20:42:09.508 INFO clone ok!, project: pinprick |
2439 | 2025-07-03T20:42:11.120Z | [ helios-setup] Jul 03 20:42:09.508 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
2440 | 2025-07-03T20:42:11.121Z | [ helios-setup] Jul 03 20:42:09.508 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2441 | 2025-07-03T20:42:11.124Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2442 | 2025-07-03T20:42:12.361Z | [ helios-setup] Jul 03 20:42:10.752 INFO clone ok!, project: chelsio-t6-roms |
2443 | 2025-07-03T20:42:12.365Z | [ helios-setup] Jul 03 20:42:10.753 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2444 | 2025-07-03T20:42:12.602Z | [ omicron-package] Compiling serde_with v3.14.0 |
2445 | 2025-07-03T20:42:13.017Z | [ helios-setup] Jul 03 20:42:11.408 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2446 | 2025-07-03T20:42:13.648Z | [ helios-setup] Jul 03 20:42:12.038 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2447 | 2025-07-03T20:42:13.651Z | [ helios-setup] Jul 03 20:42:12.038 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2448 | 2025-07-03T20:42:13.799Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
2449 | 2025-07-03T20:42:14.247Z | [ helios-setup] Jul 03 20:42:12.638 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2450 | 2025-07-03T20:42:14.925Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2451 | 2025-07-03T20:42:14.949Z | [ helios-setup] Jul 03 20:42:13.340 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2452 | 2025-07-03T20:42:14.949Z | [ helios-setup] Jul 03 20:42:13.341 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2453 | 2025-07-03T20:42:15.633Z | [ helios-setup] Jul 03 20:42:14.024 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2454 | 2025-07-03T20:42:16.262Z | [ helios-setup] Jul 03 20:42:14.653 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2455 | 2025-07-03T20:42:16.262Z | [ helios-setup] Jul 03 20:42:14.653 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2456 | 2025-07-03T20:42:16.262Z | [ helios-setup] Jul 03 20:42:14.653 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2457 | 2025-07-03T20:42:16.265Z | [ helios-setup] Jul 03 20:42:14.653 INFO ok! |
2458 | 2025-07-03T20:42:16.265Z | [ helios-setup] Jul 03 20:42:14.653 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2459 | 2025-07-03T20:42:16.265Z | [ helios-setup] Jul 03 20:42:14.653 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2460 | 2025-07-03T20:42:16.265Z | [ helios-setup] Jul 03 20:42:14.653 INFO ok! |
2461 | 2025-07-03T20:42:16.265Z | [ helios-setup] Jul 03 20:42:14.653 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2462 | 2025-07-03T20:42:16.265Z | [ helios-setup] Jul 03 20:42:14.653 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2463 | 2025-07-03T20:42:16.265Z | [ helios-setup] Jul 03 20:42:14.653 INFO ok! |
2464 | 2025-07-03T20:42:16.265Z | [ helios-setup] Jul 03 20:42:14.653 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
2465 | 2025-07-03T20:42:16.354Z | [ helios-setup] Jul 03 20:42:14.745 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.88.0-x86_64-unknown-illumos (default)" |
2466 | 2025-07-03T20:42:16.354Z | [ helios-setup] Jul 03 20:42:14.745 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2467 | 2025-07-03T20:42:16.358Z | [ helios-setup] Jul 03 20:42:14.745 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2468 | 2025-07-03T20:42:16.449Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2469 | 2025-07-03T20:42:16.626Z | [ helios-setup] Jul 03 20:42:15.017 INFO E| Downloading crates ... |
2470 | 2025-07-03T20:42:16.727Z | [ helios-setup] Jul 03 20:42:15.117 INFO E| Downloaded block-buffer v0.10.3 |
2471 | 2025-07-03T20:42:16.730Z | [ helios-setup] Jul 03 20:42:15.121 INFO E| Downloaded generic-array v0.14.6 |
2472 | 2025-07-03T20:42:16.738Z | [ helios-setup] Jul 03 20:42:15.129 INFO E| Downloaded unicode-width v0.1.10 |
2473 | 2025-07-03T20:42:16.741Z | [ helios-setup] Jul 03 20:42:15.132 INFO E| Downloaded sha2 v0.10.5 |
2474 | 2025-07-03T20:42:16.756Z | [ helios-setup] Jul 03 20:42:15.147 INFO E| Downloaded typenum v1.15.0 |
2475 | 2025-07-03T20:42:16.761Z | [ helios-setup] Jul 03 20:42:15.151 INFO E| Downloaded flate2 v1.0.25 |
2476 | 2025-07-03T20:42:16.780Z | [ helios-setup] Jul 03 20:42:15.169 INFO E| Downloaded bytes v1.2.1 |
2477 | 2025-07-03T20:42:16.784Z | [ helios-setup] Jul 03 20:42:15.175 INFO E| Downloaded digest v0.10.3 |
2478 | 2025-07-03T20:42:16.787Z | [ helios-setup] Jul 03 20:42:15.177 INFO E| Downloaded cpufeatures v0.2.5 |
2479 | 2025-07-03T20:42:16.791Z | [ helios-setup] Jul 03 20:42:15.179 INFO E| Downloaded miniz_oxide v0.6.2 |
2480 | 2025-07-03T20:42:16.799Z | [ helios-setup] Jul 03 20:42:15.183 INFO E| Downloaded anyhow v1.0.62 |
2481 | 2025-07-03T20:42:16.928Z | [ helios-setup] Jul 03 20:42:15.318 INFO E| Compiling version_check v0.9.4 |
2482 | 2025-07-03T20:42:16.928Z | [ helios-setup] Jul 03 20:42:15.318 INFO E| Compiling typenum v1.15.0 |
2483 | 2025-07-03T20:42:16.931Z | [ helios-setup] Jul 03 20:42:15.318 INFO E| Compiling crc32fast v1.3.2 |
2484 | 2025-07-03T20:42:16.931Z | [ helios-setup] Jul 03 20:42:15.319 INFO E| Compiling cfg-if v1.0.0 |
2485 | 2025-07-03T20:42:16.931Z | [ helios-setup] Jul 03 20:42:15.319 INFO E| Compiling adler v1.0.2 |
2486 | 2025-07-03T20:42:16.931Z | [ helios-setup] Jul 03 20:42:15.319 INFO E| Compiling anyhow v1.0.62 |
2487 | 2025-07-03T20:42:16.931Z | [ helios-setup] Jul 03 20:42:15.319 INFO E| Compiling unicode-width v0.1.10 |
2488 | 2025-07-03T20:42:16.954Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2489 | 2025-07-03T20:42:16.970Z | [ helios-setup] Jul 03 20:42:15.361 INFO E| Compiling cpufeatures v0.2.5 |
2490 | 2025-07-03T20:42:17.136Z | [ helios-setup] Jul 03 20:42:15.526 INFO E| Compiling bitflags v1.3.2 |
2491 | 2025-07-03T20:42:17.309Z | [ helios-setup] Jul 03 20:42:15.700 INFO E| Compiling miniz_oxide v0.6.2 |
2492 | 2025-07-03T20:42:17.411Z | [ helios-setup] Jul 03 20:42:15.775 INFO E| Compiling getopts v0.2.21 |
2493 | 2025-07-03T20:42:17.461Z | [ helios-setup] Jul 03 20:42:15.852 INFO E| Compiling bytes v1.2.1 |
2494 | 2025-07-03T20:42:17.622Z | [ omicron-package] Compiling iddqd v0.3.8 |
2495 | 2025-07-03T20:42:17.995Z | [ helios-setup] Jul 03 20:42:16.386 INFO E| Compiling generic-array v0.14.6 |
2496 | 2025-07-03T20:42:19.311Z | [ helios-setup] Jul 03 20:42:17.702 INFO E| Compiling flate2 v1.0.25 |
2497 | 2025-07-03T20:42:22.811Z | [ helios-setup] Jul 03 20:42:21.201 INFO E| Compiling crypto-common v0.1.6 |
2498 | 2025-07-03T20:42:22.811Z | [ helios-setup] Jul 03 20:42:21.201 INFO E| Compiling block-buffer v0.10.3 |
2499 | 2025-07-03T20:42:23.087Z | [ helios-setup] Jul 03 20:42:21.478 INFO E| Compiling digest v0.10.3 |
2500 | 2025-07-03T20:42:23.570Z | [ helios-setup] Jul 03 20:42:21.960 INFO E| Compiling sha2 v0.10.5 |
2501 | 2025-07-03T20:42:23.813Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2502 | 2025-07-03T20:42:23.865Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2503 | 2025-07-03T20:42:24.025Z | [ omicron-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2504 | 2025-07-03T20:42:24.174Z | [ helios-setup] Jul 03 20:42:22.565 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2505 | 2025-07-03T20:42:24.223Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2506 | 2025-07-03T20:42:24.418Z | [ omicron-package] Compiling num-derive v0.4.2 |
2507 | 2025-07-03T20:42:24.567Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2508 | 2025-07-03T20:42:25.142Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2509 | 2025-07-03T20:42:25.317Z | [ omicron-package] Compiling jiff v0.2.15 |
2510 | 2025-07-03T20:42:25.752Z | [ omicron-package] Compiling glob v0.3.2 |
2511 | 2025-07-03T20:42:28.141Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2512 | 2025-07-03T20:42:28.627Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2513 | 2025-07-03T20:42:28.805Z | [ helios-setup] Jul 03 20:42:27.194 INFO E| Finished `release` profile [optimized] target(s) in 12.34s |
2514 | 2025-07-03T20:42:28.821Z | [ helios-setup] Jul 03 20:42:27.211 INFO building project "bootserver" ok (12 seconds) |
2515 | 2025-07-03T20:42:28.821Z | [ helios-setup] Jul 03 20:42:27.211 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
2516 | 2025-07-03T20:42:28.926Z | [ helios-setup] Jul 03 20:42:27.316 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.88.0-x86_64-unknown-illumos (default)" |
2517 | 2025-07-03T20:42:28.926Z | [ helios-setup] Jul 03 20:42:27.316 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2518 | 2025-07-03T20:42:28.930Z | [ helios-setup] Jul 03 20:42:27.316 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2519 | 2025-07-03T20:42:29.211Z | [ helios-setup] Jul 03 20:42:27.601 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2520 | 2025-07-03T20:42:30.163Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
2521 | 2025-07-03T20:42:30.378Z | [ helios-setup] Jul 03 20:42:28.766 INFO E| From https://github.com/oxidecomputer/progenitor |
2522 | 2025-07-03T20:42:30.378Z | [ helios-setup] Jul 03 20:42:28.766 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2523 | 2025-07-03T20:42:30.490Z | [ helios-setup] Jul 03 20:42:28.880 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2524 | 2025-07-03T20:42:30.826Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=23cebf3b1c911f09c203f7df50cc06bf780338e5#23cebf3b) |
2525 | 2025-07-03T20:42:30.861Z | [ helios-setup] Jul 03 20:42:29.251 INFO E| From https://github.com/jclulow/hiercmd |
2526 | 2025-07-03T20:42:30.861Z | [ helios-setup] Jul 03 20:42:29.251 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2527 | 2025-07-03T20:42:30.880Z | [ helios-setup] Jul 03 20:42:29.270 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2528 | 2025-07-03T20:42:31.331Z | [ helios-setup] Jul 03 20:42:29.720 INFO E| From https://github.com/jclulow/network-interface |
2529 | 2025-07-03T20:42:31.331Z | [ helios-setup] Jul 03 20:42:29.720 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2530 | 2025-07-03T20:42:31.349Z | [ helios-setup] Jul 03 20:42:29.739 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2531 | 2025-07-03T20:42:31.962Z | [ helios-setup] Jul 03 20:42:30.351 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2532 | 2025-07-03T20:42:31.962Z | [ helios-setup] Jul 03 20:42:30.351 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2533 | 2025-07-03T20:42:31.998Z | [ helios-setup] Jul 03 20:42:30.388 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2534 | 2025-07-03T20:42:32.803Z | [ helios-setup] Jul 03 20:42:31.193 INFO E| From https://github.com/oxidecomputer/facade |
2535 | 2025-07-03T20:42:32.803Z | [ helios-setup] Jul 03 20:42:31.193 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2536 | 2025-07-03T20:42:32.845Z | [ helios-setup] Jul 03 20:42:31.234 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2537 | 2025-07-03T20:42:33.195Z | [ omicron-package] Compiling zone v0.3.1 |
2538 | 2025-07-03T20:42:33.265Z | [ omicron-package] Compiling itertools v0.14.0 |
2539 | 2025-07-03T20:42:33.631Z | [ helios-setup] Jul 03 20:42:32.021 INFO E| From https://github.com/oxidecomputer/dropshot |
2540 | 2025-07-03T20:42:33.631Z | [ helios-setup] Jul 03 20:42:32.021 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2541 | 2025-07-03T20:42:33.678Z | [ helios-setup] Jul 03 20:42:32.068 INFO E| Updating crates.io index |
2542 | 2025-07-03T20:42:33.715Z | [ helios-setup] Jul 03 20:42:32.104 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2543 | 2025-07-03T20:42:34.960Z | [ helios-setup] Jul 03 20:42:33.349 INFO E| From https://github.com/oxidecomputer/typify |
2544 | 2025-07-03T20:42:34.960Z | [ helios-setup] Jul 03 20:42:33.349 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2545 | 2025-07-03T20:42:35.409Z | [ helios-setup] Jul 03 20:42:33.798 INFO E| Downloading crates ... |
2546 | 2025-07-03T20:42:35.575Z | [ helios-setup] Jul 03 20:42:33.964 INFO E| Downloaded ahash v0.7.6 |
2547 | 2025-07-03T20:42:35.583Z | [ helios-setup] Jul 03 20:42:33.971 INFO E| Downloaded anyhow v1.0.68 |
2548 | 2025-07-03T20:42:35.592Z | [ helios-setup] Jul 03 20:42:33.982 INFO E| Downloaded anstyle-parse v0.1.1 |
2549 | 2025-07-03T20:42:35.597Z | [ helios-setup] Jul 03 20:42:33.986 INFO E| Downloaded cc v1.0.78 |
2550 | 2025-07-03T20:42:35.603Z | [ helios-setup] Jul 03 20:42:33.992 INFO E| Downloaded bincode v1.3.3 |
2551 | 2025-07-03T20:42:35.607Z | [ helios-setup] Jul 03 20:42:33.997 INFO E| Downloaded camino v1.1.4 |
2552 | 2025-07-03T20:42:35.612Z | [ helios-setup] Jul 03 20:42:34.001 INFO E| Downloaded autocfg v1.1.0 |
2553 | 2025-07-03T20:42:35.616Z | [ helios-setup] Jul 03 20:42:34.005 INFO E| Downloaded cargo-lock v8.0.3 |
2554 | 2025-07-03T20:42:35.623Z | [ helios-setup] Jul 03 20:42:34.011 INFO E| Downloaded bytes v1.4.0 |
2555 | 2025-07-03T20:42:35.629Z | [ helios-setup] Jul 03 20:42:34.019 INFO E| Downloaded clap v4.2.1 |
2556 | 2025-07-03T20:42:35.647Z | [ helios-setup] Jul 03 20:42:34.037 INFO E| Downloaded slog-async v2.7.0 |
2557 | 2025-07-03T20:42:35.651Z | [ helios-setup] Jul 03 20:42:34.041 INFO E| Downloaded spin v0.5.2 |
2558 | 2025-07-03T20:42:35.657Z | [ helios-setup] Jul 03 20:42:34.046 INFO E| Downloaded dyn-clone v1.0.11 |
2559 | 2025-07-03T20:42:35.661Z | [ helios-setup] Jul 03 20:42:34.050 INFO E| Downloaded terminal_size v0.2.6 |
2560 | 2025-07-03T20:42:35.667Z | [ helios-setup] Jul 03 20:42:34.057 INFO E| Downloaded smawk v0.3.1 |
2561 | 2025-07-03T20:42:35.671Z | [ helios-setup] Jul 03 20:42:34.060 INFO E| Downloaded want v0.3.0 |
2562 | 2025-07-03T20:42:35.676Z | [ helios-setup] Jul 03 20:42:34.063 INFO E| Downloaded try-lock v0.2.4 |
2563 | 2025-07-03T20:42:35.679Z | [ helios-setup] Jul 03 20:42:34.066 INFO E| Downloaded futures-sink v0.3.28 |
2564 | 2025-07-03T20:42:35.679Z | [ helios-setup] Jul 03 20:42:34.068 INFO E| Downloaded concolor-override v1.0.0 |
2565 | 2025-07-03T20:42:35.682Z | [ helios-setup] Jul 03 20:42:34.070 INFO E| Downloaded slog-bunyan v2.4.0 |
2566 | 2025-07-03T20:42:35.685Z | [ helios-setup] Jul 03 20:42:34.073 INFO E| Downloaded num-integer v0.1.45 |
2567 | 2025-07-03T20:42:35.688Z | [ helios-setup] Jul 03 20:42:34.077 INFO E| Downloaded iana-time-zone v0.1.56 |
2568 | 2025-07-03T20:42:35.692Z | [ helios-setup] Jul 03 20:42:34.081 INFO E| Downloaded tower-service v0.3.2 |
2569 | 2025-07-03T20:42:35.695Z | [ helios-setup] Jul 03 20:42:34.084 INFO E| Downloaded toolchain_find v0.2.0 |
2570 | 2025-07-03T20:42:35.698Z | [ helios-setup] Jul 03 20:42:34.086 INFO E| Downloaded lazy_static v1.4.0 |
2571 | 2025-07-03T20:42:35.701Z | [ helios-setup] Jul 03 20:42:34.089 INFO E| Downloaded signal-hook-registry v1.4.0 |
2572 | 2025-07-03T20:42:35.704Z | [ helios-setup] Jul 03 20:42:34.092 INFO E| Downloaded strsim v0.10.0 |
2573 | 2025-07-03T20:42:35.707Z | [ helios-setup] Jul 03 20:42:34.095 INFO E| Downloaded schemars_derive v0.8.12 |
2574 | 2025-07-03T20:42:35.710Z | [ helios-setup] Jul 03 20:42:34.099 INFO E| Downloaded serde_tokenstream v0.2.0 |
2575 | 2025-07-03T20:42:35.717Z | [ helios-setup] Jul 03 20:42:34.106 INFO E| Downloaded semver v0.11.0 |
2576 | 2025-07-03T20:42:35.721Z | [ helios-setup] Jul 03 20:42:34.110 INFO E| Downloaded scopeguard v1.1.0 |
2577 | 2025-07-03T20:42:35.724Z | [ helios-setup] Jul 03 20:42:34.113 INFO E| Downloaded utf8parse v0.2.1 |
2578 | 2025-07-03T20:42:35.727Z | [ helios-setup] Jul 03 20:42:34.116 INFO E| Downloaded sha2 v0.10.6 |
2579 | 2025-07-03T20:42:35.732Z | [ helios-setup] Jul 03 20:42:34.121 INFO E| Downloaded toml_datetime v0.6.1 |
2580 | 2025-07-03T20:42:35.735Z | [ helios-setup] Jul 03 20:42:34.124 INFO E| Downloaded semver-parser v0.10.2 |
2581 | 2025-07-03T20:42:35.738Z | [ helios-setup] Jul 03 20:42:34.128 INFO E| Downloaded futures-macro v0.3.28 |
2582 | 2025-07-03T20:42:35.741Z | [ helios-setup] Jul 03 20:42:34.130 INFO E| Downloaded smartstring v1.0.1 |
2583 | 2025-07-03T20:42:35.744Z | [ helios-setup] Jul 03 20:42:34.134 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2584 | 2025-07-03T20:42:35.749Z | [ helios-setup] Jul 03 20:42:34.138 INFO E| Downloaded serde_derive_internals v0.26.0 |
2585 | 2025-07-03T20:42:35.752Z | [ helios-setup] Jul 03 20:42:34.142 INFO E| Downloaded tokio-rustls v0.24.0 |
2586 | 2025-07-03T20:42:35.757Z | [ helios-setup] Jul 03 20:42:34.146 INFO E| Downloaded pkg-config v0.3.26 |
2587 | 2025-07-03T20:42:35.760Z | [ helios-setup] Jul 03 20:42:34.150 INFO E| Downloaded sct v0.7.0 |
2588 | 2025-07-03T20:42:35.768Z | [ helios-setup] Jul 03 20:42:34.157 INFO E| Downloaded tungstenite v0.18.0 |
2589 | 2025-07-03T20:42:35.775Z | [ helios-setup] Jul 03 20:42:34.163 INFO E| Downloaded serde_derive v1.0.204 |
2590 | 2025-07-03T20:42:35.779Z | [ helios-setup] Jul 03 20:42:34.168 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2591 | 2025-07-03T20:42:35.785Z | [ helios-setup] Jul 03 20:42:34.175 INFO E| Downloaded uuid v1.3.0 |
2592 | 2025-07-03T20:42:35.793Z | [ helios-setup] Jul 03 20:42:34.183 INFO E| Downloaded url v2.3.1 |
2593 | 2025-07-03T20:42:35.799Z | [ helios-setup] Jul 03 20:42:34.189 INFO E| Downloaded serde v1.0.204 |
2594 | 2025-07-03T20:42:35.805Z | [ helios-setup] Jul 03 20:42:34.194 INFO E| Downloaded toml_edit v0.19.8 |
2595 | 2025-07-03T20:42:35.856Z | [ helios-setup] Jul 03 20:42:34.246 INFO E| Downloaded tokio-util v0.7.7 |
2596 | 2025-07-03T20:42:35.867Z | [ helios-setup] Jul 03 20:42:34.256 INFO E| Downloaded crossbeam-utils v0.8.14 |
2597 | 2025-07-03T20:42:35.872Z | [ helios-setup] Jul 03 20:42:34.261 INFO E| Downloaded winnow v0.4.1 |
2598 | 2025-07-03T20:42:35.885Z | [ helios-setup] Jul 03 20:42:34.275 INFO E| Downloaded schemars v0.8.12 |
2599 | 2025-07-03T20:42:35.903Z | [ helios-setup] Jul 03 20:42:34.293 INFO E| Downloaded ryu v1.0.13 |
2600 | 2025-07-03T20:42:35.909Z | [ helios-setup] Jul 03 20:42:34.299 INFO E| Downloaded proc-macro2 v1.0.86 |
2601 | 2025-07-03T20:42:35.914Z | [ helios-setup] Jul 03 20:42:34.304 INFO E| Downloaded rustls-webpki v0.100.1 |
2602 | 2025-07-03T20:42:35.925Z | [ helios-setup] Jul 03 20:42:34.314 INFO E| Downloaded syn v1.0.107 |
2603 | 2025-07-03T20:42:35.942Z | [ helios-setup] Jul 03 20:42:34.331 INFO E| Downloaded http v0.2.9 |
2604 | 2025-07-03T20:42:35.947Z | [ helios-setup] Jul 03 20:42:34.337 INFO E| Downloaded crossbeam-channel v0.5.6 |
2605 | 2025-07-03T20:42:35.955Z | [ helios-setup] Jul 03 20:42:34.344 INFO E| Downloaded pest v2.5.7 |
2606 | 2025-07-03T20:42:35.963Z | [ helios-setup] Jul 03 20:42:34.352 INFO E| Downloaded memchr v2.5.0 |
2607 | 2025-07-03T20:42:35.972Z | [ helios-setup] Jul 03 20:42:34.360 INFO E| Downloaded syn v2.0.72 |
2608 | 2025-07-03T20:42:36.011Z | [ helios-setup] Jul 03 20:42:34.378 INFO E| Downloaded rustls v0.21.0 |
2609 | 2025-07-03T20:42:36.015Z | [ helios-setup] Jul 03 20:42:34.395 INFO E| Downloaded num-traits v0.2.15 |
2610 | 2025-07-03T20:42:36.015Z | [ helios-setup] Jul 03 20:42:34.400 INFO E| Downloaded iddqd v0.3.1 |
2611 | 2025-07-03T20:42:36.019Z | [ helios-setup] Jul 03 20:42:34.408 INFO E| Downloaded hashbrown v0.15.3 |
2612 | 2025-07-03T20:42:36.026Z | [ helios-setup] Jul 03 20:42:34.416 INFO E| Downloaded reqwest v0.11.16 |
2613 | 2025-07-03T20:42:36.039Z | [ helios-setup] Jul 03 20:42:34.429 INFO E| Downloaded clap_builder v4.2.1 |
2614 | 2025-07-03T20:42:36.050Z | [ helios-setup] Jul 03 20:42:34.440 INFO E| Downloaded h2 v0.3.16 |
2615 | 2025-07-03T20:42:36.060Z | [ helios-setup] Jul 03 20:42:34.449 INFO E| Downloaded futures-util v0.3.28 |
2616 | 2025-07-03T20:42:36.079Z | [ helios-setup] Jul 03 20:42:34.468 INFO E| Downloaded derive-where v1.4.0 |
2617 | 2025-07-03T20:42:36.085Z | [ helios-setup] Jul 03 20:42:34.475 INFO E| Downloaded hyper v0.14.25 |
2618 | 2025-07-03T20:42:36.098Z | [ helios-setup] Jul 03 20:42:34.487 INFO E| Downloaded git2 v0.16.1 |
2619 | 2025-07-03T20:42:36.110Z | [ helios-setup] Jul 03 20:42:34.499 INFO E| Downloaded unicode-normalization v0.1.22 |
2620 | 2025-07-03T20:42:36.116Z | [ helios-setup] Jul 03 20:42:34.505 INFO E| Downloaded regress v0.5.0 |
2621 | 2025-07-03T20:42:36.127Z | [ helios-setup] Jul 03 20:42:34.516 INFO E| Downloaded regex v1.7.3 |
2622 | 2025-07-03T20:42:36.140Z | [ helios-setup] Jul 03 20:42:34.528 INFO E| Downloaded idna v0.3.0 |
2623 | 2025-07-03T20:42:36.168Z | [ helios-setup] Jul 03 20:42:34.557 INFO E| Downloaded aho-corasick v0.7.20 |
2624 | 2025-07-03T20:42:36.174Z | [ helios-setup] Jul 03 20:42:34.563 INFO E| Downloaded rustix v0.37.3 |
2625 | 2025-07-03T20:42:36.205Z | [ helios-setup] Jul 03 20:42:34.593 INFO E| Downloaded parking_lot v0.12.1 |
2626 | 2025-07-03T20:42:36.209Z | [ helios-setup] Jul 03 20:42:34.598 INFO E| Downloaded rhai v1.14.0 |
2627 | 2025-07-03T20:42:36.226Z | [ helios-setup] Jul 03 20:42:34.615 INFO E| Downloaded httparse v1.8.0 |
2628 | 2025-07-03T20:42:36.231Z | [ helios-setup] Jul 03 20:42:34.618 INFO E| Downloaded tokio v1.27.0 |
2629 | 2025-07-03T20:42:36.276Z | [ helios-setup] Jul 03 20:42:34.665 INFO E| Downloaded unicode-linebreak v0.1.4 |
2630 | 2025-07-03T20:42:36.279Z | [ helios-setup] Jul 03 20:42:34.668 INFO E| Downloaded openapiv3 v1.0.2 |
2631 | 2025-07-03T20:42:36.296Z | [ helios-setup] Jul 03 20:42:34.685 INFO E| Downloaded tracing v0.1.37 |
2632 | 2025-07-03T20:42:36.302Z | [ helios-setup] Jul 03 20:42:34.691 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2633 | 2025-07-03T20:42:36.304Z | [ helios-setup] Jul 03 20:42:34.693 INFO E| Downloaded rhai_codegen v1.5.0 |
2634 | 2025-07-03T20:42:36.317Z | [ helios-setup] Jul 03 20:42:34.706 INFO E| Downloaded quote v1.0.36 |
2635 | 2025-07-03T20:42:36.321Z | [ helios-setup] Jul 03 20:42:34.711 INFO E| Downloaded tracing-core v0.1.30 |
2636 | 2025-07-03T20:42:36.325Z | [ helios-setup] Jul 03 20:42:34.715 INFO E| Downloaded parking_lot_core v0.9.6 |
2637 | 2025-07-03T20:42:36.329Z | [ helios-setup] Jul 03 20:42:34.718 INFO E| Downloaded mio v0.8.5 |
2638 | 2025-07-03T20:42:36.337Z | [ helios-setup] Jul 03 20:42:34.726 INFO E| Downloaded futures v0.3.28 |
2639 | 2025-07-03T20:42:36.344Z | [ helios-setup] Jul 03 20:42:34.734 INFO E| Downloaded clap_lex v0.4.1 |
2640 | 2025-07-03T20:42:36.348Z | [ helios-setup] Jul 03 20:42:34.735 INFO E| Downloaded toml v0.5.11 |
2641 | 2025-07-03T20:42:36.351Z | [ helios-setup] Jul 03 20:42:34.739 INFO E| Downloaded serde_yaml v0.9.21 |
2642 | 2025-07-03T20:42:36.355Z | [ helios-setup] Jul 03 20:42:34.744 INFO E| Downloaded ppv-lite86 v0.2.17 |
2643 | 2025-07-03T20:42:36.358Z | [ helios-setup] Jul 03 20:42:34.746 INFO E| Downloaded pin-project-lite v0.2.9 |
2644 | 2025-07-03T20:42:36.364Z | [ helios-setup] Jul 03 20:42:34.754 INFO E| Downloaded getrandom v0.2.8 |
2645 | 2025-07-03T20:42:36.368Z | [ helios-setup] Jul 03 20:42:34.758 INFO E| Downloaded futures-channel v0.3.28 |
2646 | 2025-07-03T20:42:36.372Z | [ helios-setup] Jul 03 20:42:34.761 INFO E| Downloaded unicode-ident v1.0.8 |
2647 | 2025-07-03T20:42:36.376Z | [ helios-setup] Jul 03 20:42:34.765 INFO E| Downloaded clap_derive v4.2.0 |
2648 | 2025-07-03T20:42:36.379Z | [ helios-setup] Jul 03 20:42:34.768 INFO E| Downloaded semver v1.0.17 |
2649 | 2025-07-03T20:42:36.382Z | [ helios-setup] Jul 03 20:42:34.772 INFO E| Downloaded unicode-bidi v0.3.13 |
2650 | 2025-07-03T20:42:36.386Z | [ helios-setup] Jul 03 20:42:34.776 INFO E| Downloaded ucd-trie v0.1.5 |
2651 | 2025-07-03T20:42:36.389Z | [ helios-setup] Jul 03 20:42:34.778 INFO E| Downloaded typenum v1.16.0 |
2652 | 2025-07-03T20:42:36.393Z | [ helios-setup] Jul 03 20:42:34.783 INFO E| Downloaded tinyvec v1.6.0 |
2653 | 2025-07-03T20:42:36.398Z | [ helios-setup] Jul 03 20:42:34.787 INFO E| Downloaded once_cell v1.17.0 |
2654 | 2025-07-03T20:42:36.402Z | [ helios-setup] Jul 03 20:42:34.791 INFO E| Downloaded lock_api v0.4.9 |
2655 | 2025-07-03T20:42:36.405Z | [ helios-setup] Jul 03 20:42:34.794 INFO E| Downloaded ipnet v2.7.2 |
2656 | 2025-07-03T20:42:36.408Z | [ helios-setup] Jul 03 20:42:34.796 INFO E| Downloaded libc v0.2.139 |
2657 | 2025-07-03T20:42:36.481Z | [ helios-setup] Jul 03 20:42:34.869 INFO E| Downloaded futures-task v0.3.28 |
2658 | 2025-07-03T20:42:36.484Z | [ helios-setup] Jul 03 20:42:34.871 INFO E| Downloaded toml v0.7.3 |
2659 | 2025-07-03T20:42:36.488Z | [ helios-setup] Jul 03 20:42:34.877 INFO E| Downloaded textwrap v0.16.0 |
2660 | 2025-07-03T20:42:36.491Z | [ helios-setup] Jul 03 20:42:34.881 INFO E| Downloaded tempfile v3.5.0 |
2661 | 2025-07-03T20:42:36.495Z | [ helios-setup] Jul 03 20:42:34.884 INFO E| Downloaded rustls-pemfile v1.0.2 |
2662 | 2025-07-03T20:42:36.498Z | [ helios-setup] Jul 03 20:42:34.888 INFO E| Downloaded log v0.4.17 |
2663 | 2025-07-03T20:42:36.503Z | [ helios-setup] Jul 03 20:42:34.892 INFO E| Downloaded thiserror-impl v1.0.38 |
2664 | 2025-07-03T20:42:36.506Z | [ helios-setup] Jul 03 20:42:34.894 INFO E| Downloaded num_enum_derive v0.5.7 |
2665 | 2025-07-03T20:42:36.509Z | [ helios-setup] Jul 03 20:42:34.896 INFO E| Downloaded time v0.1.45 |
2666 | 2025-07-03T20:42:36.509Z | [ helios-setup] Jul 03 20:42:34.899 INFO E| Downloaded smallvec v1.10.0 |
2667 | 2025-07-03T20:42:36.513Z | [ helios-setup] Jul 03 20:42:34.902 INFO E| Downloaded io-lifetimes v1.0.10 |
2668 | 2025-07-03T20:42:36.517Z | [ helios-setup] Jul 03 20:42:34.906 INFO E| Downloaded digest v0.10.6 |
2669 | 2025-07-03T20:42:36.520Z | [ helios-setup] Jul 03 20:42:34.910 INFO E| Downloaded futures-core v0.3.28 |
2670 | 2025-07-03T20:42:36.524Z | [ helios-setup] Jul 03 20:42:34.912 INFO E| Downloaded concolor-query v0.3.3 |
2671 | 2025-07-03T20:42:36.527Z | [ helios-setup] Jul 03 20:42:34.914 INFO E| Downloaded thiserror v1.0.38 |
2672 | 2025-07-03T20:42:36.533Z | [ helios-setup] Jul 03 20:42:34.922 INFO E| Downloaded paste v1.0.12 |
2673 | 2025-07-03T20:42:36.538Z | [ helios-setup] Jul 03 20:42:34.927 INFO E| Downloaded tokio-macros v2.0.0 |
2674 | 2025-07-03T20:42:36.541Z | [ helios-setup] Jul 03 20:42:34.929 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2675 | 2025-07-03T20:42:36.545Z | [ helios-setup] Jul 03 20:42:34.932 INFO E| Downloaded num_cpus v1.15.0 |
2676 | 2025-07-03T20:42:36.548Z | [ helios-setup] Jul 03 20:42:34.936 INFO E| Downloaded base64 v0.21.0 |
2677 | 2025-07-03T20:42:36.552Z | [ helios-setup] Jul 03 20:42:34.942 INFO E| Downloaded walkdir v2.3.3 |
2678 | 2025-07-03T20:42:36.556Z | [ helios-setup] Jul 03 20:42:34.945 INFO E| Downloaded httpdate v1.0.2 |
2679 | 2025-07-03T20:42:36.559Z | [ helios-setup] Jul 03 20:42:34.947 INFO E| Downloaded home v0.5.4 |
2680 | 2025-07-03T20:42:36.559Z | [ helios-setup] Jul 03 20:42:34.949 INFO E| Downloaded fastrand v1.9.0 |
2681 | 2025-07-03T20:42:36.563Z | [ helios-setup] Jul 03 20:42:34.951 INFO E| Downloaded percent-encoding v2.2.0 |
2682 | 2025-07-03T20:42:36.566Z | [ helios-setup] Jul 03 20:42:34.953 INFO E| Downloaded jobserver v0.1.26 |
2683 | 2025-07-03T20:42:36.569Z | [ helios-setup] Jul 03 20:42:34.956 INFO E| Downloaded num_enum v0.5.7 |
2684 | 2025-07-03T20:42:36.574Z | [ helios-setup] Jul 03 20:42:34.964 INFO E| Downloaded itoa v1.0.6 |
2685 | 2025-07-03T20:42:36.577Z | [ helios-setup] Jul 03 20:42:34.966 INFO E| Downloaded socket2 v0.4.9 |
2686 | 2025-07-03T20:42:36.580Z | [ helios-setup] Jul 03 20:42:34.970 INFO E| Downloaded slab v0.4.7 |
2687 | 2025-07-03T20:42:36.584Z | [ helios-setup] Jul 03 20:42:34.972 INFO E| Downloaded sha1 v0.10.5 |
2688 | 2025-07-03T20:42:36.587Z | [ helios-setup] Jul 03 20:42:34.975 INFO E| Downloaded project-root v0.2.2 |
2689 | 2025-07-03T20:42:36.588Z | [ helios-setup] Jul 03 20:42:34.976 INFO E| Downloaded proc-macro-crate v1.2.1 |
2690 | 2025-07-03T20:42:36.592Z | [ helios-setup] Jul 03 20:42:34.981 INFO E| Downloaded is-terminal v0.4.7 |
2691 | 2025-07-03T20:42:36.595Z | [ helios-setup] Jul 03 20:42:34.983 INFO E| Downloaded http-body v0.4.5 |
2692 | 2025-07-03T20:42:36.598Z | [ helios-setup] Jul 03 20:42:34.986 INFO E| Downloaded futures-io v0.3.28 |
2693 | 2025-07-03T20:42:36.598Z | [ helios-setup] Jul 03 20:42:34.988 INFO E| Downloaded futures-executor v0.3.28 |
2694 | 2025-07-03T20:42:36.601Z | [ helios-setup] Jul 03 20:42:34.990 INFO E| Downloaded form_urlencoded v1.1.0 |
2695 | 2025-07-03T20:42:36.604Z | [ helios-setup] Jul 03 20:42:34.992 INFO E| Downloaded errno v0.3.1 |
2696 | 2025-07-03T20:42:36.607Z | [ helios-setup] Jul 03 20:42:34.994 INFO E| Downloaded const-random v0.1.15 |
2697 | 2025-07-03T20:42:36.607Z | [ helios-setup] Jul 03 20:42:34.997 INFO E| Downloaded chrono v0.4.24 |
2698 | 2025-07-03T20:42:36.620Z | [ helios-setup] Jul 03 20:42:35.009 INFO E| Downloaded serde_path_to_error v0.1.11 |
2699 | 2025-07-03T20:42:36.623Z | [ helios-setup] Jul 03 20:42:35.012 INFO E| Downloaded serde_json v1.0.95 |
2700 | 2025-07-03T20:42:36.637Z | [ helios-setup] Jul 03 20:42:35.026 INFO E| Downloaded const-random-macro v0.1.15 |
2701 | 2025-07-03T20:42:36.640Z | [ helios-setup] Jul 03 20:42:35.027 INFO E| Downloaded serde_spanned v0.6.1 |
2702 | 2025-07-03T20:42:36.643Z | [ helios-setup] Jul 03 20:42:35.029 INFO E| Downloaded built v0.6.0 |
2703 | 2025-07-03T20:42:36.643Z | [ helios-setup] Jul 03 20:42:35.032 INFO E| Downloaded async-stream v0.3.5 |
2704 | 2025-07-03T20:42:36.646Z | [ helios-setup] Jul 03 20:42:35.035 INFO E| Downloaded anstyle v0.3.5 |
2705 | 2025-07-03T20:42:36.649Z | [ helios-setup] Jul 03 20:42:35.038 INFO E| Downloaded async-stream-impl v0.3.5 |
2706 | 2025-07-03T20:42:36.653Z | [ helios-setup] Jul 03 20:42:35.040 INFO E| Downloaded byteorder v1.4.3 |
2707 | 2025-07-03T20:42:36.658Z | [ helios-setup] Jul 03 20:42:35.043 INFO E| Downloaded async-trait v0.1.68 |
2708 | 2025-07-03T20:42:36.661Z | [ helios-setup] Jul 03 20:42:35.049 INFO E| Downloaded anstream v0.2.6 |
2709 | 2025-07-03T20:42:36.664Z | [ helios-setup] Jul 03 20:42:35.053 INFO E| Downloaded ahash v0.8.3 |
2710 | 2025-07-03T20:42:36.698Z | [ helios-setup] Jul 03 20:42:35.087 INFO E| Downloaded encoding_rs v0.8.32 |
2711 | 2025-07-03T20:42:36.803Z | [ helios-setup] Jul 03 20:42:35.193 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2712 | 2025-07-03T20:42:36.827Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2713 | 2025-07-03T20:42:37.016Z | [ helios-setup] Jul 03 20:42:35.404 INFO E| Downloaded libz-sys v1.1.8 |
2714 | 2025-07-03T20:42:37.359Z | [ helios-setup] Jul 03 20:42:35.748 INFO E| Downloaded ring v0.16.20 |
2715 | 2025-07-03T20:42:37.596Z | [ omicron-package] Compiling smf v0.2.3 |
2716 | 2025-07-03T20:42:38.171Z | [ helios-setup] Jul 03 20:42:36.169 INFO E| Compiling proc-macro2 v1.0.86 |
2717 | 2025-07-03T20:42:38.171Z | [ helios-setup] Jul 03 20:42:36.169 INFO E| Compiling libc v0.2.139 |
2718 | 2025-07-03T20:42:38.186Z | [ helios-setup] Jul 03 20:42:36.170 INFO E| Compiling unicode-ident v1.0.8 |
2719 | 2025-07-03T20:42:38.186Z | [ helios-setup] Jul 03 20:42:36.170 INFO E| Compiling autocfg v1.1.0 |
2720 | 2025-07-03T20:42:38.186Z | [ helios-setup] Jul 03 20:42:36.170 INFO E| Compiling version_check v0.9.4 |
2721 | 2025-07-03T20:42:38.186Z | [ helios-setup] Jul 03 20:42:36.170 INFO E| Compiling cfg-if v1.0.0 |
2722 | 2025-07-03T20:42:38.186Z | [ helios-setup] Jul 03 20:42:36.170 INFO E| Compiling serde v1.0.204 |
2723 | 2025-07-03T20:42:38.186Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2724 | 2025-07-03T20:42:38.186Z | [ helios-setup] Jul 03 20:42:36.247 INFO E| Compiling syn v1.0.107 |
2725 | 2025-07-03T20:42:38.255Z | [ helios-setup] Jul 03 20:42:36.644 INFO E| Compiling memchr v2.5.0 |
2726 | 2025-07-03T20:42:38.694Z | [ helios-setup] Jul 03 20:42:37.083 INFO E| Compiling once_cell v1.17.0 |
2727 | 2025-07-03T20:42:38.794Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2728 | 2025-07-03T20:42:39.444Z | [ helios-setup] Jul 03 20:42:37.831 INFO E| Compiling thiserror v1.0.38 |
2729 | 2025-07-03T20:42:39.531Z | [ helios-setup] Jul 03 20:42:37.920 INFO E| Compiling log v0.4.17 |
2730 | 2025-07-03T20:42:39.819Z | [ helios-setup] Jul 03 20:42:38.208 INFO E| Compiling itoa v1.0.6 |
2731 | 2025-07-03T20:42:39.823Z | [ helios-setup] Jul 03 20:42:38.209 INFO E| Compiling serde_json v1.0.95 |
2732 | 2025-07-03T20:42:41.505Z | [ helios-setup] Jul 03 20:42:39.893 INFO E| Compiling pin-project-lite v0.2.9 |
2733 | 2025-07-03T20:42:41.597Z | [ helios-setup] Jul 03 20:42:39.986 INFO E| Compiling quote v1.0.36 |
2734 | 2025-07-03T20:42:41.731Z | [ helios-setup] Jul 03 20:42:40.120 INFO E| Compiling bytes v1.4.0 |
2735 | 2025-07-03T20:42:41.743Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2736 | 2025-07-03T20:42:41.811Z | [ helios-setup] Jul 03 20:42:40.195 INFO E| Compiling futures-core v0.3.28 |
2737 | 2025-07-03T20:42:41.891Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2738 | 2025-07-03T20:42:42.044Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2739 | 2025-07-03T20:42:42.116Z | [ helios-setup] Jul 03 20:42:40.504 INFO E| Compiling indexmap v1.9.3 |
2740 | 2025-07-03T20:42:42.191Z | [ helios-setup] Jul 03 20:42:40.579 INFO E| Compiling ryu v1.0.13 |
2741 | 2025-07-03T20:42:42.773Z | [ helios-setup] Jul 03 20:42:41.162 INFO E| Compiling syn v2.0.72 |
2742 | 2025-07-03T20:42:43.207Z | [ helios-setup] Jul 03 20:42:41.596 INFO E| Compiling getrandom v0.2.8 |
2743 | 2025-07-03T20:42:43.632Z | [ helios-setup] Jul 03 20:42:42.021 INFO E| Compiling jobserver v0.1.26 |
2744 | 2025-07-03T20:42:43.970Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2745 | 2025-07-03T20:42:44.132Z | [ helios-setup] Jul 03 20:42:42.520 INFO E| Compiling lock_api v0.4.9 |
2746 | 2025-07-03T20:42:44.187Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2747 | 2025-07-03T20:42:44.259Z | [ helios-setup] Jul 03 20:42:42.643 INFO E| Compiling num-integer v0.1.45 |
2748 | 2025-07-03T20:42:44.554Z | [ omicron-package] Compiling tokio-dtrace v0.1.0 |
2749 | 2025-07-03T20:42:44.777Z | [ helios-setup] Jul 03 20:42:43.165 INFO E| Compiling cc v1.0.78 |
2750 | 2025-07-03T20:42:44.927Z | [ omicron-package] Compiling gethostname v0.5.0 |
2751 | 2025-07-03T20:42:45.005Z | [ helios-setup] Jul 03 20:42:43.392 INFO E| Compiling parking_lot_core v0.9.6 |
2752 | 2025-07-03T20:42:45.059Z | [ omicron-package] Compiling fixedbitset v0.5.7 |
2753 | 2025-07-03T20:42:45.374Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.1 |
2754 | 2025-07-03T20:42:45.509Z | [ helios-setup] Jul 03 20:42:43.897 INFO E| Compiling slab v0.4.7 |
2755 | 2025-07-03T20:42:45.512Z | [ helios-setup] Jul 03 20:42:43.899 INFO E| Compiling bitflags v1.3.2 |
2756 | 2025-07-03T20:42:45.828Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
2757 | 2025-07-03T20:42:45.918Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
2758 | 2025-07-03T20:42:46.112Z | [ helios-setup] Jul 03 20:42:44.495 INFO E| Compiling scopeguard v1.1.0 |
2759 | 2025-07-03T20:42:46.151Z | [ helios-setup] Jul 03 20:42:44.539 INFO E| Compiling futures-channel v0.3.28 |
2760 | 2025-07-03T20:42:46.241Z | [ omicron-package] Compiling petgraph v0.8.2 |
2761 | 2025-07-03T20:42:46.493Z | [ helios-setup] Jul 03 20:42:44.880 INFO E| Compiling futures-task v0.3.28 |
2762 | 2025-07-03T20:42:46.689Z | [ helios-setup] Jul 03 20:42:45.077 INFO E| Compiling futures-sink v0.3.28 |
2763 | 2025-07-03T20:42:46.869Z | [ helios-setup] Jul 03 20:42:45.257 INFO E| Compiling typenum v1.16.0 |
2764 | 2025-07-03T20:42:47.419Z | [ helios-setup] Jul 03 20:42:45.807 INFO E| Compiling tokio v1.27.0 |
2765 | 2025-07-03T20:42:47.536Z | [ helios-setup] Jul 03 20:42:45.924 INFO E| Compiling generic-array v0.14.6 |
2766 | 2025-07-03T20:42:47.741Z | [ helios-setup] Jul 03 20:42:46.129 INFO E| Compiling futures-util v0.3.28 |
2767 | 2025-07-03T20:42:48.917Z | [ helios-setup] Jul 03 20:42:47.304 INFO E| Compiling signal-hook-registry v1.4.0 |
2768 | 2025-07-03T20:42:49.347Z | [ helios-setup] Jul 03 20:42:47.735 INFO E| Compiling mio v0.8.5 |
2769 | 2025-07-03T20:42:49.369Z | [ helios-setup] Jul 03 20:42:47.757 INFO E| Compiling socket2 v0.4.9 |
2770 | 2025-07-03T20:42:49.682Z | [ helios-setup] Jul 03 20:42:48.070 INFO E| Compiling num_cpus v1.15.0 |
2771 | 2025-07-03T20:42:49.779Z | [ helios-setup] Jul 03 20:42:48.167 INFO E| Compiling futures-io v0.3.28 |
2772 | 2025-07-03T20:42:50.288Z | [ helios-setup] Jul 03 20:42:48.676 INFO E| Compiling pin-utils v0.1.0 |
2773 | 2025-07-03T20:42:50.755Z | [ helios-setup] Jul 03 20:42:49.143 INFO E| Compiling schemars v0.8.12 |
2774 | 2025-07-03T20:42:50.946Z | [ helios-setup] Jul 03 20:42:49.334 INFO E| Compiling num-traits v0.2.15 |
2775 | 2025-07-03T20:42:51.784Z | [ helios-setup] Jul 03 20:42:50.171 INFO E| Compiling ahash v0.7.6 |
2776 | 2025-07-03T20:42:51.922Z | [ helios-setup] Jul 03 20:42:50.310 INFO E| Compiling io-lifetimes v1.0.10 |
2777 | 2025-07-03T20:42:52.292Z | [ helios-setup] Jul 03 20:42:50.680 INFO E| Compiling crunchy v0.2.2 |
2778 | 2025-07-03T20:42:52.597Z | [ helios-setup] Jul 03 20:42:50.985 INFO E| Compiling slog v2.7.0 |
2779 | 2025-07-03T20:42:53.734Z | [ helios-setup] Jul 03 20:42:52.112 INFO E| Compiling ahash v0.8.3 |
2780 | 2025-07-03T20:42:53.734Z | [ helios-setup] Jul 03 20:42:52.112 INFO E| Compiling rustix v0.37.3 |
2781 | 2025-07-03T20:42:53.905Z | [ helios-setup] Jul 03 20:42:52.292 INFO E| Compiling crypto-common v0.1.6 |
2782 | 2025-07-03T20:42:54.128Z | [ helios-setup] Jul 03 20:42:52.515 INFO E| Compiling block-buffer v0.10.3 |
2783 | 2025-07-03T20:42:54.373Z | [ helios-setup] Jul 03 20:42:52.760 INFO E| Compiling hashbrown v0.12.3 |
2784 | 2025-07-03T20:42:54.636Z | [ helios-setup] Jul 03 20:42:53.024 INFO E| Compiling serde_derive_internals v0.26.0 |
2785 | 2025-07-03T20:42:54.820Z | [ helios-setup] Jul 03 20:42:53.207 INFO E| Compiling tiny-keccak v2.0.2 |
2786 | 2025-07-03T20:42:55.172Z | [ helios-setup] Jul 03 20:42:53.540 INFO E| Compiling unicode-width v0.1.10 |
2787 | 2025-07-03T20:42:55.716Z | [ helios-setup] Jul 03 20:42:54.103 INFO E| Compiling anyhow v1.0.68 |
2788 | 2025-07-03T20:42:55.773Z | [ helios-setup] Jul 03 20:42:54.160 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2789 | 2025-07-03T20:42:56.202Z | [ helios-setup] Jul 03 20:42:54.589 INFO E| Compiling digest v0.10.6 |
2790 | 2025-07-03T20:42:58.291Z | [ helios-setup] Jul 03 20:42:56.678 INFO E| Compiling errno v0.3.1 |
2791 | 2025-07-03T20:42:58.813Z | [ helios-setup] Jul 03 20:42:57.200 INFO E| Compiling cpufeatures v0.2.5 |
2792 | 2025-07-03T20:42:58.870Z | [ helios-setup] Jul 03 20:42:57.252 INFO E| Compiling pkg-config v0.3.26 |
2793 | 2025-07-03T20:42:58.870Z | [ helios-setup] Jul 03 20:42:57.252 INFO E| Compiling fnv v1.0.7 |
2794 | 2025-07-03T20:42:59.164Z | [ helios-setup] Jul 03 20:42:57.551 INFO E| Compiling http v0.2.9 |
2795 | 2025-07-03T20:43:01.469Z | [ helios-setup] Jul 03 20:42:59.855 INFO E| Compiling thiserror-impl v1.0.38 |
2796 | 2025-07-03T20:43:01.734Z | [ helios-setup] Jul 03 20:43:00.121 INFO E| Compiling schemars_derive v0.8.12 |
2797 | 2025-07-03T20:43:02.881Z | [ helios-setup] Jul 03 20:43:01.268 INFO E| Compiling serde_derive v1.0.204 |
2798 | 2025-07-03T20:43:03.003Z | [ helios-setup] Jul 03 20:43:01.390 INFO E| Compiling futures-macro v0.3.28 |
2799 | 2025-07-03T20:43:03.095Z | [ helios-setup] Jul 03 20:43:01.482 INFO E| Compiling tokio-macros v2.0.0 |
2800 | 2025-07-03T20:43:03.476Z | [ helios-setup] Jul 03 20:43:01.862 INFO E| Compiling getopts v0.2.21 |
2801 | 2025-07-03T20:43:05.206Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2802 | 2025-07-03T20:43:05.297Z | [ helios-setup] Jul 03 20:43:03.683 INFO E| Compiling aho-corasick v0.7.20 |
2803 | 2025-07-03T20:43:05.924Z | [ helios-setup] Jul 03 20:43:04.311 INFO E| Compiling time-core v0.1.2 |
2804 | 2025-07-03T20:43:06.187Z | [ helios-setup] Jul 03 20:43:04.573 INFO E| Compiling heck v0.4.1 |
2805 | 2025-07-03T20:43:07.059Z | [ helios-setup] Jul 03 20:43:05.444 INFO E| Compiling httparse v1.8.0 |
2806 | 2025-07-03T20:43:07.218Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2807 | 2025-07-03T20:43:07.267Z | [ helios-setup] Jul 03 20:43:05.642 INFO E| Compiling percent-encoding v2.2.0 |
2808 | 2025-07-03T20:43:07.367Z | [ helios-setup] Jul 03 20:43:05.753 INFO E| Compiling regex-syntax v0.6.29 |
2809 | 2025-07-03T20:43:07.463Z | [ helios-setup] Jul 03 20:43:05.849 INFO E| Compiling tinyvec_macros v0.1.1 |
2810 | 2025-07-03T20:43:08.017Z | [ helios-setup] Jul 03 20:43:06.403 INFO E| Compiling powerfmt v0.2.0 |
2811 | 2025-07-03T20:43:08.134Z | [ helios-setup] Jul 03 20:43:06.519 INFO E| Compiling num-conv v0.1.0 |
2812 | 2025-07-03T20:43:08.196Z | [ helios-setup] Jul 03 20:43:06.582 INFO E| Compiling tinyvec v1.6.0 |
2813 | 2025-07-03T20:43:08.702Z | [ helios-setup] Jul 03 20:43:07.086 INFO E| Compiling deranged v0.3.11 |
2814 | 2025-07-03T20:43:08.783Z | [ helios-setup] Jul 03 20:43:07.169 INFO E| Compiling time-macros v0.2.18 |
2815 | 2025-07-03T20:43:08.970Z | [ helios-setup] Jul 03 20:43:07.356 INFO E| Compiling form_urlencoded v1.1.0 |
2816 | 2025-07-03T20:43:10.255Z | [ helios-setup] Jul 03 20:43:08.641 INFO E| Compiling const-random-macro v0.1.15 |
2817 | 2025-07-03T20:43:11.583Z | [ helios-setup] Jul 03 20:43:09.968 INFO E| Compiling hashbrown v0.13.2 |
2818 | 2025-07-03T20:43:12.093Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2819 | 2025-07-03T20:43:12.387Z | [ helios-setup] Jul 03 20:43:10.773 INFO E| Compiling libz-sys v1.1.8 |
2820 | 2025-07-03T20:43:12.835Z | [ helios-setup] Jul 03 20:43:11.221 INFO E| Compiling chrono v0.4.24 |
2821 | 2025-07-03T20:43:14.418Z | [ helios-setup] Jul 03 20:43:12.803 INFO E| Compiling regex v1.7.3 |
2822 | 2025-07-03T20:43:15.176Z | [ helios-setup] Jul 03 20:43:13.543 INFO E| Compiling uuid v1.3.0 |
2823 | 2025-07-03T20:43:15.390Z | [ helios-setup] Jul 03 20:43:13.775 INFO E| Compiling num_threads v0.1.6 |
2824 | 2025-07-03T20:43:15.478Z | [ helios-setup] Jul 03 20:43:13.863 INFO E| Compiling dyn-clone v1.0.11 |
2825 | 2025-07-03T20:43:15.584Z | [ helios-setup] Jul 03 20:43:13.969 INFO E| Compiling time v0.3.36 |
2826 | 2025-07-03T20:43:15.913Z | [ helios-setup] Jul 03 20:43:14.298 INFO E| Compiling regress v0.5.0 |
2827 | 2025-07-03T20:43:15.970Z | [ helios-setup] Jul 03 20:43:14.355 INFO E| Compiling const-random v0.1.15 |
2828 | 2025-07-03T20:43:16.007Z | [ helios-setup] Jul 03 20:43:14.392 INFO E| Compiling unicode-normalization v0.1.22 |
2829 | 2025-07-03T20:43:19.013Z | [ helios-setup] Jul 03 20:43:17.398 INFO E| Compiling dirs-sys-next v0.1.2 |
2830 | 2025-07-03T20:43:19.137Z | [ helios-setup] Jul 03 20:43:17.522 INFO E| Compiling tracing-core v0.1.30 |
2831 | 2025-07-03T20:43:21.078Z | [ helios-setup] Jul 03 20:43:19.462 INFO E| Compiling ucd-trie v0.1.5 |
2832 | 2025-07-03T20:43:21.343Z | [ helios-setup] Jul 03 20:43:19.728 INFO E| Compiling unicode-bidi v0.3.13 |
2833 | 2025-07-03T20:43:23.226Z | [ helios-setup] Jul 03 20:43:21.611 INFO E| Compiling idna v0.3.0 |
2834 | 2025-07-03T20:43:24.287Z | [ helios-setup] Jul 03 20:43:22.671 INFO E| Compiling pest v2.5.7 |
2835 | 2025-07-03T20:43:25.720Z | [ helios-setup] Jul 03 20:43:23.972 INFO E| Compiling toml v0.5.11 |
2836 | 2025-07-03T20:43:26.013Z | [ helios-setup] Jul 03 20:43:24.397 INFO E| Compiling smallvec v1.10.0 |
2837 | 2025-07-03T20:43:27.278Z | [ helios-setup] Jul 03 20:43:25.662 INFO E| Compiling parking_lot v0.12.1 |
2838 | 2025-07-03T20:43:28.567Z | [ helios-setup] Jul 03 20:43:26.951 INFO E| Compiling serde_tokenstream v0.2.0 |
2839 | 2025-07-03T20:43:29.296Z | [ helios-setup] Jul 03 20:43:27.676 INFO E| Compiling proc-macro-crate v1.2.1 |
2840 | 2025-07-03T20:43:29.457Z | [ helios-setup] Jul 03 20:43:27.841 INFO E| Compiling tracing v0.1.37 |
2841 | 2025-07-03T20:43:29.992Z | [ helios-setup] Jul 03 20:43:28.376 INFO E| Compiling dirs-next v2.0.0 |
2842 | 2025-07-03T20:43:30.446Z | [ helios-setup] Jul 03 20:43:28.830 INFO E| Compiling futures-executor v0.3.28 |
2843 | 2025-07-03T20:43:32.088Z | [ helios-setup] Jul 03 20:43:29.152 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2844 | 2025-07-03T20:43:32.142Z | [ helios-setup] Jul 03 20:43:29.957 INFO E| Compiling time v0.1.45 |
2845 | 2025-07-03T20:43:32.166Z | [ helios-setup] Jul 03 20:43:30.512 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2846 | 2025-07-03T20:43:32.729Z | [ helios-setup] Jul 03 20:43:30.814 INFO E| Compiling thread_local v1.1.7 |
2847 | 2025-07-03T20:43:32.739Z | [ helios-setup] Jul 03 20:43:30.864 INFO E| Compiling crc32fast v1.3.2 |
2848 | 2025-07-03T20:43:32.993Z | [ helios-setup] Jul 03 20:43:31.376 INFO E| Compiling semver v1.0.17 |
2849 | 2025-07-03T20:43:34.399Z | [ helios-setup] Jul 03 20:43:32.782 INFO E| Compiling iana-time-zone v0.1.56 |
2850 | 2025-07-03T20:43:35.845Z | [ helios-setup] Jul 03 20:43:34.228 INFO E| Compiling futures v0.3.28 |
2851 | 2025-07-03T20:43:35.875Z | [ helios-setup] Jul 03 20:43:34.258 INFO E| Compiling num_enum_derive v0.5.7 |
2852 | 2025-07-03T20:43:35.998Z | [ helios-setup] Jul 03 20:43:34.381 INFO E| Compiling term v0.7.0 |
2853 | 2025-07-03T20:43:36.124Z | [ helios-setup] Jul 03 20:43:34.507 INFO E| Compiling semver-parser v0.10.2 |
2854 | 2025-07-03T20:43:38.708Z | [ helios-setup] Jul 03 20:43:37.091 INFO E| Compiling url v2.3.1 |
2855 | 2025-07-03T20:43:42.294Z | [ helios-setup] Jul 03 20:43:40.677 INFO E| Compiling atty v0.2.14 |
2856 | 2025-07-03T20:43:42.557Z | [ helios-setup] Jul 03 20:43:40.940 INFO E| Compiling tokio-util v0.7.7 |
2857 | 2025-07-03T20:43:43.257Z | [ helios-setup] Jul 03 20:43:41.640 INFO E| Compiling adler v1.0.2 |
2858 | 2025-07-03T20:43:43.672Z | [ helios-setup] Jul 03 20:43:42.054 INFO E| Compiling same-file v1.0.6 |
2859 | 2025-07-03T20:43:43.814Z | [ helios-setup] Jul 03 20:43:42.197 INFO E| Compiling try-lock v0.2.4 |
2860 | 2025-07-03T20:43:43.992Z | [ helios-setup] Jul 03 20:43:42.375 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2861 | 2025-07-03T20:43:44.013Z | [ helios-setup] Jul 03 20:43:42.394 INFO E| Compiling walkdir v2.3.3 |
2862 | 2025-07-03T20:43:44.049Z | [ helios-setup] Jul 03 20:43:42.432 INFO E| Compiling h2 v0.3.16 |
2863 | 2025-07-03T20:43:44.080Z | [ helios-setup] Jul 03 20:43:42.462 INFO E| Compiling want v0.3.0 |
2864 | 2025-07-03T20:43:44.571Z | [ helios-setup] Jul 03 20:43:42.954 INFO E| Compiling miniz_oxide v0.6.2 |
2865 | 2025-07-03T20:43:45.261Z | [ helios-setup] Jul 03 20:43:43.643 INFO E| Compiling slog-term v2.9.0 |
2866 | 2025-07-03T20:43:46.198Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 2m 43s |
2867 | 2025-07-03T20:43:46.630Z | [ omicron-package] |
2868 | 2025-07-03T20:43:46.630Z | [ omicron-package] real 2:44.084038411 |
2869 | 2025-07-03T20:43:46.634Z | [ omicron-package] user 12:04.255590749 |
2870 | 2025-07-03T20:43:46.634Z | [ omicron-package] sys 46.848593551 |
2871 | 2025-07-03T20:43:46.634Z | [ omicron-package] trap 1.243224487 |
2872 | 2025-07-03T20:43:46.634Z | [ omicron-package] tflt 1.874384800 |
2873 | 2025-07-03T20:43:46.634Z | [ omicron-package] dflt 1.623637269 |
2874 | 2025-07-03T20:43:46.634Z | [ omicron-package] kflt 0.000575960 |
2875 | 2025-07-03T20:43:46.634Z | [ omicron-package] lock 50:56.559256376 |
2876 | 2025-07-03T20:43:46.634Z | [ omicron-package] slp 56:02.082348711 |
2877 | 2025-07-03T20:43:46.634Z | [ omicron-package] lat 7:28.910252378 |
2878 | 2025-07-03T20:43:46.634Z | [ omicron-package] stop 1:56.818123050 |
2879 | 2025-07-03T20:43:46.634Z | Jul 03 20:43:45.014 INFO [omicron-package] process exited with exit status: 0 (164.171556131s) |
2880 | 2025-07-03T20:43:46.635Z | Jul 03 20:43:45.014 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2881 | 2025-07-03T20:43:46.635Z | Jul 03 20:43:45.016 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2882 | 2025-07-03T20:43:46.655Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2883 | 2025-07-03T20:43:46.655Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2884 | 2025-07-03T20:43:46.659Z | [ host-target] Created new build target 'host' and set it as active |
2885 | 2025-07-03T20:43:46.659Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2886 | 2025-07-03T20:43:46.662Z | Jul 03 20:43:45.044 INFO [host-target] process exited with exit status: 0 (29.898288ms) |
2887 | 2025-07-03T20:43:46.662Z | Jul 03 20:43:45.044 INFO [recovery-target] process exited with exit status: 0 (28.334803ms) |
2888 | 2025-07-03T20:43:46.662Z | Jul 03 20:43:45.044 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2889 | 2025-07-03T20:43:46.679Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2890 | 2025-07-03T20:43:47.912Z | [ helios-setup] Jul 03 20:43:46.294 INFO E| Compiling num_enum v0.5.7 |
2891 | 2025-07-03T20:43:48.270Z | [ helios-setup] Jul 03 20:43:46.652 INFO E| Compiling semver v0.11.0 |
2892 | 2025-07-03T20:43:48.974Z | [ helios-setup] Jul 03 20:43:47.355 INFO E| Compiling http-body v0.4.5 |
2893 | 2025-07-03T20:43:49.087Z | [ helios-setup] Jul 03 20:43:47.469 INFO E| Compiling sha2 v0.10.6 |
2894 | 2025-07-03T20:43:49.781Z | [ helios-setup] Jul 03 20:43:48.162 INFO E| Compiling ring v0.16.20 |
2895 | 2025-07-03T20:43:50.388Z | [ host-package] Compiling ring v0.17.14 |
2896 | 2025-07-03T20:43:50.431Z | [ helios-setup] Jul 03 20:43:48.812 INFO E| Compiling rand_core v0.6.4 |
2897 | 2025-07-03T20:43:50.865Z | [ host-package] Compiling typify-impl v0.4.1 |
2898 | 2025-07-03T20:43:51.070Z | [ host-package] Compiling convert_case v0.4.0 |
2899 | 2025-07-03T20:43:51.070Z | [ host-package] Compiling num-rational v0.4.2 |
2900 | 2025-07-03T20:43:51.073Z | [ host-package] Compiling num-complex v0.4.6 |
2901 | 2025-07-03T20:43:51.073Z | [ host-package] Compiling half v2.4.1 |
2902 | 2025-07-03T20:43:51.275Z | [ helios-setup] Jul 03 20:43:49.648 INFO E| Compiling httpdate v1.0.2 |
2903 | 2025-07-03T20:43:51.430Z | [ helios-setup] Jul 03 20:43:49.812 INFO E| Compiling lazy_static v1.4.0 |
2904 | 2025-07-03T20:43:51.781Z | [ helios-setup] Jul 03 20:43:50.163 INFO E| Compiling ppv-lite86 v0.2.17 |
2905 | 2025-07-03T20:43:52.218Z | [ host-package] Compiling derive_more v0.99.20 |
2906 | 2025-07-03T20:43:53.216Z | [ helios-setup] Jul 03 20:43:51.598 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2907 | 2025-07-03T20:43:53.317Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
2908 | 2025-07-03T20:43:53.498Z | [ helios-setup] Jul 03 20:43:51.880 INFO E| Compiling home v0.5.4 |
2909 | 2025-07-03T20:43:53.698Z | [ helios-setup] Jul 03 20:43:52.079 INFO E| Compiling utf8parse v0.2.1 |
2910 | 2025-07-03T20:43:54.230Z | [ host-package] Compiling ciborium-io v0.2.2 |
2911 | 2025-07-03T20:43:54.312Z | [ host-package] Compiling dirs-next v2.0.0 |
2912 | 2025-07-03T20:43:54.321Z | [ helios-setup] Jul 03 20:43:52.702 INFO E| Compiling base64 v0.21.0 |
2913 | 2025-07-03T20:43:54.620Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2914 | 2025-07-03T20:43:54.760Z | [ host-package] Compiling num v0.4.3 |
2915 | 2025-07-03T20:43:54.769Z | [ helios-setup] Jul 03 20:43:53.151 INFO E| Compiling fastrand v1.9.0 |
2916 | 2025-07-03T20:43:55.336Z | [ host-package] Compiling float-ord v0.3.2 |
2917 | 2025-07-03T20:43:55.487Z | [ host-package] Compiling ciborium v0.2.2 |
2918 | 2025-07-03T20:43:55.700Z | [ host-package] Compiling term v0.7.0 |
2919 | 2025-07-03T20:43:55.740Z | [ helios-setup] Jul 03 20:43:54.120 INFO E| Compiling tower-service v0.3.2 |
2920 | 2025-07-03T20:43:55.793Z | [ host-package] Compiling is-terminal v0.4.13 |
2921 | 2025-07-03T20:43:56.083Z | [ helios-setup] Jul 03 20:43:54.464 INFO E| Compiling hyper v0.14.25 |
2922 | 2025-07-03T20:43:56.405Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2923 | 2025-07-03T20:43:56.998Z | [ helios-setup] Jul 03 20:43:55.379 INFO E| Compiling tempfile v3.5.0 |
2924 | 2025-07-03T20:43:57.907Z | [ host-package] Compiling rustls v0.23.19 |
2925 | 2025-07-03T20:43:58.068Z | [ host-package] Compiling secrecy v0.10.3 |
2926 | 2025-07-03T20:43:58.216Z | [ helios-setup] Jul 03 20:43:56.597 INFO E| Compiling anstyle-parse v0.1.1 |
2927 | 2025-07-03T20:43:58.363Z | [ host-package] Compiling camino v1.1.10 |
2928 | 2025-07-03T20:43:58.865Z | [ host-package] Compiling password-hash v0.5.0 |
2929 | 2025-07-03T20:43:59.030Z | [ helios-setup] Jul 03 20:43:57.411 INFO E| Compiling toolchain_find v0.2.0 |
2930 | 2025-07-03T20:43:59.797Z | [ host-package] Compiling blake2 v0.10.6 |
2931 | 2025-07-03T20:44:00.101Z | [ helios-setup] Jul 03 20:43:58.482 INFO E| Compiling rand_chacha v0.3.1 |
2932 | 2025-07-03T20:44:00.831Z | [ host-package] Compiling argon2 v0.5.3 |
2933 | 2025-07-03T20:44:02.262Z | [ host-package] Compiling atomicwrites v0.4.4 |
2934 | 2025-07-03T20:44:03.230Z | [ host-package] Compiling rustix v1.0.7 |
2935 | 2025-07-03T20:44:03.305Z | [ host-package] Compiling newline-converter v0.3.0 |
2936 | 2025-07-03T20:44:03.475Z | [ host-package] Compiling rustls-webpki v0.102.8 |
2937 | 2025-07-03T20:44:03.830Z | [ host-package] Compiling fastrand v2.1.1 |
2938 | 2025-07-03T20:44:04.891Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2939 | 2025-07-03T20:44:05.698Z | [ host-package] Compiling expectorate v1.2.0 |
2940 | 2025-07-03T20:44:05.850Z | [ host-package] Compiling rustls v0.22.4 |
2941 | 2025-07-03T20:44:05.990Z | [ host-package] Compiling thread_local v1.1.8 |
2942 | 2025-07-03T20:44:06.537Z | [ host-package] Compiling wait-timeout v0.2.0 |
2943 | 2025-07-03T20:44:06.912Z | [ host-package] Compiling bit-vec v0.8.0 |
2944 | 2025-07-03T20:44:07.147Z | [ host-package] Compiling match_cfg v0.1.0 |
2945 | 2025-07-03T20:44:07.589Z | [ host-package] Compiling quick-error v1.2.3 |
2946 | 2025-07-03T20:44:07.851Z | [ host-package] Compiling bit-set v0.8.0 |
2947 | 2025-07-03T20:44:07.917Z | [ host-package] Compiling hostname v0.3.1 |
2948 | 2025-07-03T20:44:07.967Z | [ helios-setup] Jul 03 20:44:06.348 INFO E| Compiling cargo-lock v8.0.3 |
2949 | 2025-07-03T20:44:08.183Z | [ host-package] Compiling tempfile v3.20.0 |
2950 | 2025-07-03T20:44:08.952Z | [ host-package] Compiling ref-cast v1.0.24 |
2951 | 2025-07-03T20:44:09.358Z | [ host-package] Compiling multer v3.1.0 |
2952 | 2025-07-03T20:44:09.685Z | [ host-package] Compiling rusty-fork v0.3.0 |
2953 | 2025-07-03T20:44:09.982Z | [ host-package] Compiling slog-async v2.8.0 |
2954 | 2025-07-03T20:44:09.986Z | [ host-package] Compiling slog-json v2.6.1 |
2955 | 2025-07-03T20:44:10.296Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
2956 | 2025-07-03T20:44:10.747Z | [ host-package] Compiling typify-macro v0.4.1 |
2957 | 2025-07-03T20:44:11.055Z | [ host-package] Compiling rand_xorshift v0.4.0 |
2958 | 2025-07-03T20:44:11.171Z | [ host-package] Compiling futures-executor v0.3.31 |
2959 | 2025-07-03T20:44:11.727Z | [ helios-setup] Jul 03 20:44:10.107 INFO E| Compiling flate2 v1.0.25 |
2960 | 2025-07-03T20:44:12.002Z | [ host-package] Compiling hex v0.4.3 |
2961 | 2025-07-03T20:44:12.073Z | [ host-package] Compiling unarray v0.1.4 |
2962 | 2025-07-03T20:44:12.350Z | [ host-package] Compiling take_mut v0.2.2 |
2963 | 2025-07-03T20:44:12.631Z | [ host-package] Compiling proptest v1.7.0 |
2964 | 2025-07-03T20:44:13.086Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2965 | 2025-07-03T20:44:13.618Z | [ host-package] Compiling futures v0.3.31 |
2966 | 2025-07-03T20:44:13.915Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2967 | 2025-07-03T20:44:14.851Z | [ helios-setup] Jul 03 20:44:13.231 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2968 | 2025-07-03T20:44:15.445Z | [ host-package] Compiling slog-term v2.9.1 |
2969 | 2025-07-03T20:44:16.903Z | [ host-package] Compiling async-stream v0.3.6 |
2970 | 2025-07-03T20:44:17.324Z | [ helios-setup] Jul 03 20:44:15.699 INFO E| Compiling serde_urlencoded v0.7.1 |
2971 | 2025-07-03T20:44:17.442Z | [ host-package] Compiling dropshot v0.16.2 |
2972 | 2025-07-03T20:44:17.607Z | [ helios-setup] Jul 03 20:44:15.966 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2973 | 2025-07-03T20:44:17.650Z | [ host-package] Compiling toml v0.8.23 |
2974 | 2025-07-03T20:44:17.735Z | [ host-package] Compiling waitgroup v0.1.2 |
2975 | 2025-07-03T20:44:17.898Z | [ host-package] Compiling typify v0.4.1 |
2976 | 2025-07-03T20:44:18.365Z | [ helios-setup] Jul 03 20:44:16.744 INFO E| Compiling is-terminal v0.4.7 |
2977 | 2025-07-03T20:44:18.570Z | [ host-package] Compiling progenitor-impl v0.10.0 |
2978 | 2025-07-03T20:44:18.755Z | [ helios-setup] Jul 03 20:44:17.134 INFO E| Compiling sha1 v0.10.5 |
2979 | 2025-07-03T20:44:21.047Z | [ helios-setup] Jul 03 20:44:19.426 INFO E| Compiling concolor-query v0.3.3 |
2980 | 2025-07-03T20:44:21.169Z | [ host-package] Compiling tokio-rustls v0.26.0 |
2981 | 2025-07-03T20:44:21.770Z | [ helios-setup] Jul 03 20:44:20.149 INFO E| Compiling anstyle v0.3.5 |
2982 | 2025-07-03T20:44:21.770Z | [ helios-setup] Jul 03 20:44:20.149 INFO E| Compiling concolor-override v1.0.0 |
2983 | 2025-07-03T20:44:22.340Z | [ host-package] Compiling hyper-rustls v0.27.7 |
2984 | 2025-07-03T20:44:22.827Z | [ helios-setup] Jul 03 20:44:21.206 INFO E| Compiling anstream v0.2.6 |
2985 | 2025-07-03T20:44:23.788Z | [ host-package] Compiling reqwest v0.12.20 |
2986 | 2025-07-03T20:44:25.367Z | [ helios-setup] Jul 03 20:44:23.745 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2987 | 2025-07-03T20:44:26.656Z | [ helios-setup] Jul 03 20:44:25.035 INFO E| Compiling rand v0.8.5 |
2988 | 2025-07-03T20:44:26.954Z | [ helios-setup] Jul 03 20:44:25.332 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2989 | 2025-07-03T20:44:28.076Z | [ helios-setup] Jul 03 20:44:26.454 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2990 | 2025-07-03T20:44:28.563Z | [ helios-setup] Jul 03 20:44:26.942 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2991 | 2025-07-03T20:44:28.913Z | [ helios-setup] Jul 03 20:44:27.291 INFO E| Compiling openapiv3 v1.0.2 |
2992 | 2025-07-03T20:44:30.344Z | [ helios-setup] Jul 03 20:44:28.722 INFO E| Compiling encoding_rs v0.8.32 |
2993 | 2025-07-03T20:44:31.117Z | [ host-package] Compiling progenitor-macro v0.10.0 |
2994 | 2025-07-03T20:44:31.578Z | [ helios-setup] Jul 03 20:44:29.956 INFO E| Compiling unsafe-libyaml v0.2.8 |
2995 | 2025-07-03T20:44:31.713Z | [ host-package] Compiling progenitor-client v0.9.1 |
2996 | 2025-07-03T20:44:33.404Z | [ host-package] Compiling progenitor v0.9.1 |
2997 | 2025-07-03T20:44:33.938Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2998 | 2025-07-03T20:44:34.013Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
2999 | 2025-07-03T20:44:34.803Z | [ host-package] Compiling serde_path_to_error v0.1.17 |
3000 | 2025-07-03T20:44:34.862Z | [ host-package] Compiling hostname v0.4.0 |
3001 | 2025-07-03T20:44:35.109Z | [ helios-setup] Jul 03 20:44:33.487 INFO E| Compiling byteorder v1.4.3 |
3002 | 2025-07-03T20:44:35.651Z | [ host-package] Compiling instant v0.1.13 |
3003 | 2025-07-03T20:44:36.324Z | [ host-package] Compiling debug-ignore v1.0.5 |
3004 | 2025-07-03T20:44:36.529Z | [ host-package] Compiling backoff v0.4.0 |
3005 | 2025-07-03T20:44:36.610Z | [ helios-setup] Jul 03 20:44:34.988 INFO E| Compiling ipnet v2.7.2 |
3006 | 2025-07-03T20:44:36.937Z | [ helios-setup] Jul 03 20:44:35.314 INFO E| Compiling base64 v0.13.1 |
3007 | 2025-07-03T20:44:37.806Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3008 | 2025-07-03T20:44:38.266Z | [ helios-setup] Jul 03 20:44:36.644 INFO E| Compiling project-root v0.2.2 |
3009 | 2025-07-03T20:44:38.287Z | [ helios-setup] Jul 03 20:44:36.665 INFO E| Compiling untrusted v0.7.1 |
3010 | 2025-07-03T20:44:38.725Z | [ helios-setup] Jul 03 20:44:37.091 INFO E| Compiling spin v0.5.2 |
3011 | 2025-07-03T20:44:38.746Z | [ helios-setup] Jul 03 20:44:37.123 INFO E| Compiling mime v0.3.17 |
3012 | 2025-07-03T20:44:39.534Z | [ helios-setup] Jul 03 20:44:37.911 INFO E| Compiling clap_lex v0.4.1 |
3013 | 2025-07-03T20:44:40.723Z | [ helios-setup] Jul 03 20:44:39.100 INFO E| Compiling utf-8 v0.7.6 |
3014 | 2025-07-03T20:44:41.216Z | [ helios-setup] Jul 03 20:44:39.593 INFO E| Compiling strsim v0.10.0 |
3015 | 2025-07-03T20:44:41.572Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3016 | 2025-07-03T20:44:41.734Z | [ helios-setup] Jul 03 20:44:40.111 INFO E| Compiling tungstenite v0.18.0 |
3017 | 2025-07-03T20:44:41.987Z | [ helios-setup] Jul 03 20:44:40.364 INFO E| Compiling clap_builder v4.2.1 |
3018 | 2025-07-03T20:44:42.587Z | [ helios-setup] Jul 03 20:44:40.963 INFO E| Compiling reqwest v0.11.16 |
3019 | 2025-07-03T20:44:43.800Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3020 | 2025-07-03T20:44:44.694Z | [ helios-setup] Jul 03 20:44:43.071 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3021 | 2025-07-03T20:44:51.467Z | [ helios-setup] Jul 03 20:44:49.842 INFO E| Compiling serde_yaml v0.9.21 |
3022 | 2025-07-03T20:44:52.675Z | [ helios-setup] Jul 03 20:44:51.050 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3023 | 2025-07-03T20:44:53.849Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3024 | 2025-07-03T20:44:54.781Z | [ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3025 | 2025-07-03T20:44:55.171Z | [ host-package] Compiling progenitor-client v0.10.0 |
3026 | 2025-07-03T20:44:55.804Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3027 | 2025-07-03T20:44:56.701Z | [ host-package] Compiling iddqd v0.3.8 |
3028 | 2025-07-03T20:44:57.033Z | [ helios-setup] Jul 03 20:44:55.363 INFO E| Compiling clap_derive v4.2.0 |
3029 | 2025-07-03T20:44:58.124Z | [ host-package] Compiling parse-display v0.10.0 |
3030 | 2025-07-03T20:44:59.106Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3031 | 2025-07-03T20:44:59.684Z | [ host-package] Compiling serde_with v3.14.0 |
3032 | 2025-07-03T20:45:05.807Z | [ helios-setup] Jul 03 20:45:04.181 INFO E| Compiling crossbeam-utils v0.8.14 |
3033 | 2025-07-03T20:45:07.374Z | [ helios-setup] Jul 03 20:45:05.748 INFO E| Compiling clap v4.2.1 |
3034 | 2025-07-03T20:45:07.652Z | [ helios-setup] Jul 03 20:45:06.026 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3035 | 2025-07-03T20:45:08.864Z | [ host-package] Compiling progenitor v0.10.0 |
3036 | 2025-07-03T20:45:09.579Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3037 | 2025-07-03T20:45:18.350Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3038 | 2025-07-03T20:45:19.816Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
3039 | 2025-07-03T20:45:21.701Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3040 | 2025-07-03T20:45:25.068Z | [ helios-setup] Jul 03 20:45:23.441 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3041 | 2025-07-03T20:45:26.997Z | [ helios-setup] Jul 03 20:45:25.370 INFO E| Compiling tokio-tungstenite v0.18.0 |
3042 | 2025-07-03T20:45:28.563Z | [ helios-setup] Jul 03 20:45:26.936 INFO E| Compiling smartstring v1.0.1 |
3043 | 2025-07-03T20:45:29.801Z | [ helios-setup] Jul 03 20:45:28.174 INFO E| Compiling rustls v0.21.0 |
3044 | 2025-07-03T20:45:31.140Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3045 | 2025-07-03T20:45:35.264Z | [ helios-setup] Jul 03 20:45:33.636 INFO E| Compiling rustls-webpki v0.100.1 |
3046 | 2025-07-03T20:45:35.846Z | [ helios-setup] Jul 03 20:45:34.217 INFO E| Compiling sct v0.7.0 |
3047 | 2025-07-03T20:45:36.238Z | [ helios-setup] Jul 03 20:45:34.610 INFO E| Compiling toml_datetime v0.6.1 |
3048 | 2025-07-03T20:45:36.981Z | [ helios-setup] Jul 03 20:45:35.352 INFO E| Compiling serde_spanned v0.6.1 |
3049 | 2025-07-03T20:45:37.545Z | [ helios-setup] Jul 03 20:45:35.917 INFO E| Compiling slog-async v2.7.0 |
3050 | 2025-07-03T20:45:37.787Z | [ helios-setup] Jul 03 20:45:36.158 INFO E| Compiling match_cfg v0.1.0 |
3051 | 2025-07-03T20:45:38.026Z | [ helios-setup] Jul 03 20:45:36.385 INFO E| Compiling paste v1.0.12 |
3052 | 2025-07-03T20:45:38.093Z | [ host-package] Compiling macaddr v1.0.1 |
3053 | 2025-07-03T20:45:38.347Z | [ helios-setup] Jul 03 20:45:36.718 INFO E| Compiling camino v1.1.4 |
3054 | 2025-07-03T20:45:38.628Z | [ helios-setup] Jul 03 20:45:36.999 INFO E| Compiling static_assertions v1.1.0 |
3055 | 2025-07-03T20:45:38.943Z | [ helios-setup] Jul 03 20:45:37.312 INFO E| Compiling winnow v0.4.1 |
3056 | 2025-07-03T20:45:38.968Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
3057 | 2025-07-03T20:45:39.093Z | [ host-package] Compiling utf-8 v0.7.6 |
3058 | 2025-07-03T20:45:39.460Z | [ helios-setup] Jul 03 20:45:37.832 INFO E| Compiling async-trait v0.1.68 |
3059 | 2025-07-03T20:45:39.923Z | [ host-package] Compiling owo-colors v4.2.2 |
3060 | 2025-07-03T20:45:40.249Z | [ helios-setup] Jul 03 20:45:38.621 INFO E| Compiling hostname v0.3.1 |
3061 | 2025-07-03T20:45:41.035Z | [ helios-setup] Jul 03 20:45:39.406 INFO E| Compiling crossbeam-channel v0.5.6 |
3062 | 2025-07-03T20:45:41.213Z | [ helios-setup] Jul 03 20:45:39.584 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3063 | 2025-07-03T20:45:42.439Z | [ host-package] Compiling libsw-core v0.3.1 |
3064 | 2025-07-03T20:45:43.739Z | [ host-package] Compiling libsw v3.5.0 |
3065 | 2025-07-03T20:45:44.408Z | [ helios-setup] Jul 03 20:45:42.778 INFO E| Compiling slog-json v2.6.1 |
3066 | 2025-07-03T20:45:45.734Z | [ helios-setup] Jul 03 20:45:44.105 INFO E| Compiling toml_edit v0.19.8 |
3067 | 2025-07-03T20:45:45.977Z | [ helios-setup] Jul 03 20:45:44.348 INFO E| Compiling bincode v1.3.3 |
3068 | 2025-07-03T20:45:48.495Z | [ host-package] Compiling linear-map v1.2.0 |
3069 | 2025-07-03T20:45:48.511Z | [ helios-setup] Jul 03 20:45:46.469 INFO E| Compiling unicode-linebreak v0.1.4 |
3070 | 2025-07-03T20:45:48.984Z | [ host-package] Compiling keccak v0.1.5 |
3071 | 2025-07-03T20:45:50.499Z | [ host-package] Compiling swrite v0.1.0 |
3072 | 2025-07-03T20:45:50.934Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3073 | 2025-07-03T20:45:51.314Z | [ host-package] Compiling sha3 v0.10.8 |
3074 | 2025-07-03T20:45:52.968Z | [ helios-setup] Jul 03 20:45:51.336 INFO E| Compiling async-stream-impl v0.3.5 |
3075 | 2025-07-03T20:45:53.399Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3076 | 2025-07-03T20:45:53.520Z | [ helios-setup] Jul 03 20:45:51.709 INFO E| Compiling rhai_codegen v1.5.0 |
3077 | 2025-07-03T20:45:55.673Z | [ helios-setup] Jul 03 20:45:54.041 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3078 | 2025-07-03T20:45:56.877Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3079 | 2025-07-03T20:45:57.048Z | [ helios-setup] Jul 03 20:45:55.418 INFO E| Compiling equivalent v1.0.2 |
3080 | 2025-07-03T20:45:57.569Z | [ helios-setup] Jul 03 20:45:55.938 INFO E| Compiling take_mut v0.2.2 |
3081 | 2025-07-03T20:45:57.590Z | [ helios-setup] Jul 03 20:45:55.959 INFO E| Compiling allocator-api2 v0.2.21 |
3082 | 2025-07-03T20:45:57.909Z | [ helios-setup] Jul 03 20:45:56.278 INFO E| Compiling foldhash v0.1.5 |
3083 | 2025-07-03T20:45:58.361Z | [ helios-setup] Jul 03 20:45:56.730 INFO E| Compiling rhai v1.14.0 |
3084 | 2025-07-03T20:45:59.380Z | [ helios-setup] Jul 03 20:45:57.750 INFO E| Compiling async-stream v0.3.5 |
3085 | 2025-07-03T20:45:59.573Z | [ helios-setup] Jul 03 20:45:57.942 INFO E| Compiling hashbrown v0.15.3 |
3086 | 2025-07-03T20:46:00.054Z | [ helios-setup] Jul 03 20:45:58.423 INFO E| Compiling toml v0.7.3 |
3087 | 2025-07-03T20:46:00.333Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3088 | 2025-07-03T20:46:00.758Z | [ helios-setup] Jul 03 20:45:59.126 INFO E| Compiling tokio-rustls v0.24.0 |
3089 | 2025-07-03T20:46:01.822Z | [ helios-setup] Jul 03 20:46:00.191 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3090 | 2025-07-03T20:46:02.842Z | [ helios-setup] Jul 03 20:46:01.212 INFO E| Compiling slog-bunyan v2.4.0 |
3091 | 2025-07-03T20:46:04.170Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3092 | 2025-07-03T20:46:05.628Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3093 | 2025-07-03T20:46:08.515Z | [ helios-setup] Jul 03 20:46:06.883 INFO E| Compiling rustls-pemfile v1.0.2 |
3094 | 2025-07-03T20:46:09.776Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3095 | 2025-07-03T20:46:10.010Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
3096 | 2025-07-03T20:46:10.225Z | [ helios-setup] Jul 03 20:46:08.594 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3097 | 2025-07-03T20:46:10.608Z | [ helios-setup] Jul 03 20:46:08.976 INFO E| Compiling serde_path_to_error v0.1.11 |
3098 | 2025-07-03T20:46:10.827Z | [ helios-setup] Jul 03 20:46:09.195 INFO E| Compiling derive-where v1.4.0 |
3099 | 2025-07-03T20:46:11.813Z | [ helios-setup] Jul 03 20:46:10.181 INFO E| Compiling rustc-hash v2.1.1 |
3100 | 2025-07-03T20:46:12.398Z | [ helios-setup] Jul 03 20:46:10.765 INFO E| Compiling debug-ignore v1.0.5 |
3101 | 2025-07-03T20:46:12.886Z | [ helios-setup] Jul 03 20:46:11.255 INFO E| Compiling terminal_size v0.2.6 |
3102 | 2025-07-03T20:46:13.465Z | [ helios-setup] Jul 03 20:46:11.833 INFO E| Compiling smawk v0.3.1 |
3103 | 2025-07-03T20:46:14.441Z | [ helios-setup] Jul 03 20:46:12.809 INFO E| Compiling textwrap v0.16.0 |
3104 | 2025-07-03T20:46:14.531Z | [ helios-setup] Jul 03 20:46:12.899 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3105 | 2025-07-03T20:46:16.273Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3106 | 2025-07-03T20:46:17.311Z | [ helios-setup] Jul 03 20:46:15.678 INFO E| Compiling iddqd v0.3.1 |
3107 | 2025-07-03T20:46:21.269Z | [ helios-setup] Jul 03 20:46:19.637 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
3108 | 2025-07-03T20:46:22.508Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3109 | 2025-07-03T20:46:27.545Z | [ host-package] Compiling prettyplease v0.2.35 |
3110 | 2025-07-03T20:46:29.921Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3111 | 2025-07-03T20:46:37.171Z | [ host-package] Compiling tungstenite v0.21.0 |
3112 | 2025-07-03T20:46:40.381Z | [ host-package] Compiling highway v1.3.0 |
3113 | 2025-07-03T20:46:40.535Z | [ host-package] Compiling semver v0.1.20 |
3114 | 2025-07-03T20:46:41.313Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
3115 | 2025-07-03T20:46:41.640Z | [ helios-setup] Jul 03 20:46:40.005 INFO E| Compiling git2 v0.16.1 |
3116 | 2025-07-03T20:46:42.317Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3117 | 2025-07-03T20:46:42.635Z | [ host-package] Compiling rustc_version v0.1.7 |
3118 | 2025-07-03T20:46:43.289Z | [ host-package] Compiling resolv-conf v0.7.0 |
3119 | 2025-07-03T20:46:44.406Z | [ host-package] Compiling newtype_derive v0.1.6 |
3120 | 2025-07-03T20:46:45.054Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3121 | 2025-07-03T20:46:45.271Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3122 | 2025-07-03T20:46:45.363Z | [ host-package] Compiling universal-hash v0.5.1 |
3123 | 2025-07-03T20:46:45.910Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
3124 | 2025-07-03T20:46:47.188Z | [ helios-setup] Jul 03 20:46:45.547 INFO E| Compiling built v0.6.0 |
3125 | 2025-07-03T20:46:48.638Z | [ host-package] Compiling opaque-debug v0.3.1 |
3126 | 2025-07-03T20:46:48.644Z | [ helios-setup] Jul 03 20:46:47.009 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3127 | 2025-07-03T20:46:48.941Z | [ host-package] Compiling poly1305 v0.8.0 |
3128 | 2025-07-03T20:46:49.805Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
3129 | 2025-07-03T20:46:50.054Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3130 | 2025-07-03T20:46:50.229Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3131 | 2025-07-03T20:46:50.351Z | [ helios-setup] Jul 03 20:46:48.715 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3132 | 2025-07-03T20:46:50.724Z | [ host-package] Compiling chacha20 v0.9.1 |
3133 | 2025-07-03T20:46:50.813Z | [ host-package] Compiling aead v0.5.2 |
3134 | 2025-07-03T20:46:51.266Z | [ helios-setup] Jul 03 20:46:49.629 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3135 | 2025-07-03T20:46:51.325Z | [ host-package] Compiling linked-hash-map v0.5.6 |
3136 | 2025-07-03T20:46:51.365Z | [ host-package] Compiling humantime v2.2.0 |
3137 | 2025-07-03T20:46:51.928Z | [ host-package] Compiling lru-cache v0.1.2 |
3138 | 2025-07-03T20:46:52.288Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
3139 | 2025-07-03T20:46:52.749Z | [ host-package] Compiling vsss-rs v3.3.4 |
3140 | 2025-07-03T20:46:52.925Z | [ host-package] Compiling steno v0.4.1 |
3141 | 2025-07-03T20:46:53.230Z | [ host-package] Compiling hickory-proto v0.24.4 |
3142 | 2025-07-03T20:46:54.282Z | [ host-package] Compiling moka v0.12.10 |
3143 | 2025-07-03T20:46:54.910Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3144 | 2025-07-03T20:47:03.795Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3145 | 2025-07-03T20:47:04.964Z | [ host-package] Compiling hickory-resolver v0.24.4 |
3146 | 2025-07-03T20:47:05.762Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3147 | 2025-07-03T20:47:13.177Z | [ host-package] Compiling qorb v0.4.0 |
3148 | 2025-07-03T20:47:13.177Z | [ host-package] Compiling slog-dtrace v0.3.0 |
3149 | 2025-07-03T20:47:13.177Z | [ host-package] Compiling tagptr v0.2.0 |
3150 | 2025-07-03T20:47:13.177Z | [ helios-setup] Jul 03 20:47:10.718 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3151 | 2025-07-03T20:47:16.296Z | [ helios-setup] Jul 03 20:47:14.657 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3152 | 2025-07-03T20:47:18.108Z | [ host-package] Compiling bytecount v0.6.8 |
3153 | 2025-07-03T20:47:21.144Z | [ host-package] Compiling hickory-resolver v0.25.2 |
3154 | 2025-07-03T20:47:25.629Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3155 | 2025-07-03T20:47:27.419Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3156 | 2025-07-03T20:47:29.955Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3157 | 2025-07-03T20:47:39.997Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3158 | 2025-07-03T20:47:41.560Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
3159 | 2025-07-03T20:47:51.471Z | [ host-package] Compiling display-error-chain v0.2.2 |
3160 | 2025-07-03T20:47:51.848Z | [ host-package] Compiling maplit v1.0.2 |
3161 | 2025-07-03T20:47:51.962Z | [ host-package] Compiling crunchy v0.2.2 |
3162 | 2025-07-03T20:47:52.163Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3163 | 2025-07-03T20:47:52.267Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3164 | 2025-07-03T20:47:52.618Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
3165 | 2025-07-03T20:47:52.930Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
3166 | 2025-07-03T20:47:52.969Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
3167 | 2025-07-03T20:47:53.687Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
3168 | 2025-07-03T20:47:54.041Z | [ host-package] Compiling tiny-keccak v2.0.2 |
3169 | 2025-07-03T20:47:54.093Z | [ host-package] Compiling diesel_derives v2.2.3 |
3170 | 2025-07-03T20:47:54.209Z | [ helios-setup] Jul 03 20:47:52.567 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3171 | 2025-07-03T20:47:54.430Z | [ host-package] Compiling r2d2 v0.8.10 |
3172 | 2025-07-03T20:47:54.772Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
3173 | 2025-07-03T20:47:54.829Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3174 | 2025-07-03T20:47:55.061Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
3175 | 2025-07-03T20:47:55.454Z | [ host-package] Compiling bit-vec v0.6.3 |
3176 | 2025-07-03T20:47:55.964Z | [ host-package] Compiling bit-set v0.5.3 |
3177 | 2025-07-03T20:47:56.368Z | [ host-package] Compiling tabled_derive v0.10.0 |
3178 | 2025-07-03T20:47:57.159Z | [ host-package] Compiling const_format v0.2.34 |
3179 | 2025-07-03T20:47:59.110Z | [ host-package] Compiling papergrid v0.14.0 |
3180 | 2025-07-03T20:48:00.947Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3181 | 2025-07-03T20:48:02.259Z | [ host-package] Compiling ascii-canvas v3.0.0 |
3182 | 2025-07-03T20:48:02.843Z | [ host-package] Compiling num-derive v0.3.3 |
3183 | 2025-07-03T20:48:04.680Z | [ host-package] Compiling ena v0.14.3 |
3184 | 2025-07-03T20:48:05.347Z | [ host-package] Compiling diff v0.1.13 |
3185 | 2025-07-03T20:48:05.681Z | [ host-package] Compiling bindgen v0.71.1 |
3186 | 2025-07-03T20:48:06.189Z | [ host-package] Compiling diesel v2.2.11 |
3187 | 2025-07-03T20:48:06.321Z | [ host-package] Compiling regex-syntax v0.6.29 |
3188 | 2025-07-03T20:48:06.884Z | [ host-package] Compiling libscf-sys v1.1.0 |
3189 | 2025-07-03T20:48:15.534Z | [ host-package] Compiling lalrpop v0.19.12 |
3190 | 2025-07-03T20:48:18.588Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3191 | 2025-07-03T20:48:26.743Z | [ host-package] Compiling tabled v0.18.0 |
3192 | 2025-07-03T20:48:31.448Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3193 | 2025-07-03T20:48:34.087Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3194 | 2025-07-03T20:48:36.838Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3195 | 2025-07-03T20:48:37.793Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3196 | 2025-07-03T20:48:40.209Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3197 | 2025-07-03T20:48:41.710Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3198 | 2025-07-03T20:48:42.883Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3199 | 2025-07-03T20:48:44.564Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3200 | 2025-07-03T20:48:49.702Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3201 | 2025-07-03T20:48:50.176Z | [ host-package] Compiling derive_builder_core v0.20.2 |
3202 | 2025-07-03T20:48:51.687Z | [ helios-setup] Jul 03 20:48:50.040 INFO E| Finished `release` profile [optimized] target(s) in 6m 22s |
3203 | 2025-07-03T20:48:51.821Z | [ host-package] Compiling polar-core v0.27.3 |
3204 | 2025-07-03T20:48:51.834Z | [ helios-setup] Jul 03 20:48:50.187 INFO building project "pilot" ok (382 seconds) |
3205 | 2025-07-03T20:48:51.834Z | [ helios-setup] Jul 03 20:48:50.187 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
3206 | 2025-07-03T20:48:51.946Z | [ helios-setup] Jul 03 20:48:50.299 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.88.0-x86_64-unknown-illumos (default)" |
3207 | 2025-07-03T20:48:51.950Z | [ helios-setup] Jul 03 20:48:50.299 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3208 | 2025-07-03T20:48:51.950Z | [ helios-setup] Jul 03 20:48:50.299 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3209 | 2025-07-03T20:48:52.241Z | [ helios-setup] Jul 03 20:48:50.594 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3210 | 2025-07-03T20:48:52.478Z | [ host-package] Compiling headers-core v0.3.0 |
3211 | 2025-07-03T20:48:52.791Z | [ host-package] Compiling phf_generator v0.11.2 |
3212 | 2025-07-03T20:48:52.794Z | [ helios-setup] Jul 03 20:48:51.145 INFO E| From https://github.com/jclulow/rust-jmclib |
3213 | 2025-07-03T20:48:52.794Z | [ helios-setup] Jul 03 20:48:51.146 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3214 | 2025-07-03T20:48:52.812Z | [ helios-setup] Jul 03 20:48:51.165 INFO E| Updating crates.io index |
3215 | 2025-07-03T20:48:52.913Z | [ helios-setup] Jul 03 20:48:51.265 INFO E| Downloading crates ... |
3216 | 2025-07-03T20:48:53.074Z | [ host-package] Compiling libxml v0.3.3 |
3217 | 2025-07-03T20:48:53.112Z | [ helios-setup] Jul 03 20:48:51.465 INFO E| Downloaded opaque-debug v0.3.0 |
3218 | 2025-07-03T20:48:53.116Z | [ helios-setup] Jul 03 20:48:51.468 INFO E| Downloaded bitflags v2.3.3 |
3219 | 2025-07-03T20:48:53.120Z | [ helios-setup] Jul 03 20:48:51.471 INFO E| Downloaded anyhow v1.0.72 |
3220 | 2025-07-03T20:48:53.124Z | [ helios-setup] Jul 03 20:48:51.476 INFO E| Downloaded sha-1 v0.9.8 |
3221 | 2025-07-03T20:48:53.128Z | [ helios-setup] Jul 03 20:48:51.479 INFO E| Downloaded digest v0.9.0 |
3222 | 2025-07-03T20:48:53.128Z | [ helios-setup] Jul 03 20:48:51.480 INFO E| Downloaded block-buffer v0.9.0 |
3223 | 2025-07-03T20:48:53.159Z | [ helios-setup] Jul 03 20:48:51.512 INFO E| Downloaded uuid v0.8.2 |
3224 | 2025-07-03T20:48:53.163Z | [ helios-setup] Jul 03 20:48:51.516 INFO E| Downloaded once_cell v1.18.0 |
3225 | 2025-07-03T20:48:53.167Z | [ helios-setup] Jul 03 20:48:51.519 INFO E| Downloaded tempfile v3.7.0 |
3226 | 2025-07-03T20:48:53.170Z | [ helios-setup] Jul 03 20:48:51.522 INFO E| Downloaded ryu v1.0.15 |
3227 | 2025-07-03T20:48:53.175Z | [ helios-setup] Jul 03 20:48:51.528 INFO E| Downloaded unicode-ident v1.0.11 |
3228 | 2025-07-03T20:48:53.180Z | [ helios-setup] Jul 03 20:48:51.533 INFO E| Downloaded serde_derive v1.0.193 |
3229 | 2025-07-03T20:48:53.184Z | [ helios-setup] Jul 03 20:48:51.537 INFO E| Downloaded getrandom v0.2.10 |
3230 | 2025-07-03T20:48:53.189Z | [ helios-setup] Jul 03 20:48:51.542 INFO E| Downloaded quote v1.0.31 |
3231 | 2025-07-03T20:48:53.193Z | [ helios-setup] Jul 03 20:48:51.546 INFO E| Downloaded serde v1.0.193 |
3232 | 2025-07-03T20:48:53.199Z | [ helios-setup] Jul 03 20:48:51.551 INFO E| Downloaded itoa v1.0.9 |
3233 | 2025-07-03T20:48:53.202Z | [ helios-setup] Jul 03 20:48:51.553 INFO E| Downloaded glob v0.3.1 |
3234 | 2025-07-03T20:48:53.206Z | [ helios-setup] Jul 03 20:48:51.556 INFO E| Downloaded fastrand v2.0.0 |
3235 | 2025-07-03T20:48:53.218Z | [ helios-setup] Jul 03 20:48:51.571 INFO E| Downloaded serde_json v1.0.103 |
3236 | 2025-07-03T20:48:53.218Z | [ helios-setup] Jul 03 20:48:51.571 INFO E| Downloaded cpufeatures v0.2.9 |
3237 | 2025-07-03T20:48:53.218Z | [ helios-setup] Jul 03 20:48:51.571 INFO E| Downloaded proc-macro2 v1.0.66 |
3238 | 2025-07-03T20:48:53.222Z | [ helios-setup] Jul 03 20:48:51.574 INFO E| Downloaded md-5 v0.9.1 |
3239 | 2025-07-03T20:48:53.225Z | [ helios-setup] Jul 03 20:48:51.576 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3240 | 2025-07-03T20:48:53.225Z | [ helios-setup] Jul 03 20:48:51.578 INFO E| Downloaded syn v2.0.32 |
3241 | 2025-07-03T20:48:53.240Z | [ helios-setup] Jul 03 20:48:51.593 INFO E| Downloaded rustix v0.38.4 |
3242 | 2025-07-03T20:48:53.324Z | [ helios-setup] Jul 03 20:48:51.677 INFO E| Downloaded libc v0.2.147 |
3243 | 2025-07-03T20:48:53.370Z | [ host-package] Compiling termtree v0.5.1 |
3244 | 2025-07-03T20:48:53.427Z | [ helios-setup] Jul 03 20:48:51.778 INFO E| Compiling libc v0.2.147 |
3245 | 2025-07-03T20:48:53.427Z | [ helios-setup] Jul 03 20:48:51.778 INFO E| Compiling proc-macro2 v1.0.66 |
3246 | 2025-07-03T20:48:53.427Z | [ helios-setup] Jul 03 20:48:51.778 INFO E| Compiling cfg-if v1.0.0 |
3247 | 2025-07-03T20:48:53.427Z | [ helios-setup] Jul 03 20:48:51.778 INFO E| Compiling unicode-ident v1.0.11 |
3248 | 2025-07-03T20:48:53.427Z | [ helios-setup] Jul 03 20:48:51.778 INFO E| Compiling version_check v0.9.4 |
3249 | 2025-07-03T20:48:53.427Z | [ helios-setup] Jul 03 20:48:51.778 INFO E| Compiling typenum v1.16.0 |
3250 | 2025-07-03T20:48:53.427Z | [ helios-setup] Jul 03 20:48:51.779 INFO E| Compiling serde v1.0.193 |
3251 | 2025-07-03T20:48:53.427Z | [ helios-setup] Jul 03 20:48:51.779 INFO E| Compiling powerfmt v0.2.0 |
3252 | 2025-07-03T20:48:53.803Z | [ host-package] Compiling phf_codegen v0.11.2 |
3253 | 2025-07-03T20:48:53.827Z | [ helios-setup] Jul 03 20:48:52.179 INFO E| Compiling time-core v0.1.2 |
3254 | 2025-07-03T20:48:54.131Z | [ helios-setup] Jul 03 20:48:52.483 INFO E| Compiling itoa v1.0.9 |
3255 | 2025-07-03T20:48:54.388Z | [ helios-setup] Jul 03 20:48:52.740 INFO E| Compiling num-conv v0.1.0 |
3256 | 2025-07-03T20:48:54.550Z | [ host-package] Compiling headers v0.4.1 |
3257 | 2025-07-03T20:48:54.575Z | [ helios-setup] Jul 03 20:48:52.927 INFO E| Compiling slog v2.7.0 |
3258 | 2025-07-03T20:48:54.741Z | [ helios-setup] Jul 03 20:48:53.093 INFO E| Compiling rustix v0.38.4 |
3259 | 2025-07-03T20:48:54.819Z | [ helios-setup] Jul 03 20:48:53.171 INFO E| Compiling generic-array v0.14.7 |
3260 | 2025-07-03T20:48:54.931Z | [ helios-setup] Jul 03 20:48:53.273 INFO E| Compiling time-macros v0.2.18 |
3261 | 2025-07-03T20:48:55.002Z | [ helios-setup] Jul 03 20:48:53.353 INFO E| Compiling deranged v0.3.11 |
3262 | 2025-07-03T20:48:55.939Z | [ helios-setup] Jul 03 20:48:54.292 INFO E| Compiling bitflags v2.3.3 |
3263 | 2025-07-03T20:48:56.052Z | [ helios-setup] Jul 03 20:48:54.405 INFO E| Compiling num_threads v0.1.6 |
3264 | 2025-07-03T20:48:56.497Z | [ helios-setup] Jul 03 20:48:54.849 INFO E| Compiling quote v1.0.31 |
3265 | 2025-07-03T20:48:56.909Z | [ helios-setup] Jul 03 20:48:55.261 INFO E| Compiling once_cell v1.18.0 |
3266 | 2025-07-03T20:48:57.242Z | [ helios-setup] Jul 03 20:48:55.595 INFO E| Compiling syn v2.0.32 |
3267 | 2025-07-03T20:48:57.666Z | [ helios-setup] Jul 03 20:48:56.018 INFO E| Compiling thread_local v1.1.7 |
3268 | 2025-07-03T20:48:57.685Z | [ helios-setup] Jul 03 20:48:56.037 INFO E| Compiling serde_json v1.0.103 |
3269 | 2025-07-03T20:48:57.773Z | [ helios-setup] Jul 03 20:48:56.126 INFO E| Compiling opaque-debug v0.3.0 |
3270 | 2025-07-03T20:48:58.208Z | [ helios-setup] Jul 03 20:48:56.561 INFO E| Compiling dirs-sys-next v0.1.2 |
3271 | 2025-07-03T20:48:58.713Z | [ helios-setup] Jul 03 20:48:57.065 INFO E| Compiling dirs-next v2.0.0 |
3272 | 2025-07-03T20:48:58.805Z | [ helios-setup] Jul 03 20:48:57.157 INFO E| Compiling errno v0.3.1 |
3273 | 2025-07-03T20:48:59.077Z | [ helios-setup] Jul 03 20:48:57.429 INFO E| Compiling term v0.7.0 |
3274 | 2025-07-03T20:48:59.222Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
3275 | 2025-07-03T20:48:59.418Z | [ helios-setup] Jul 03 20:48:57.770 INFO E| Compiling atty v0.2.14 |
3276 | 2025-07-03T20:48:59.466Z | [ helios-setup] Jul 03 20:48:57.816 INFO E| Compiling fastrand v2.0.0 |
3277 | 2025-07-03T20:49:00.190Z | [ helios-setup] Jul 03 20:48:58.038 INFO E| Compiling block-buffer v0.9.0 |
3278 | 2025-07-03T20:49:00.196Z | [ helios-setup] Jul 03 20:48:58.156 INFO E| Compiling digest v0.9.0 |
3279 | 2025-07-03T20:49:00.196Z | [ helios-setup] Jul 03 20:48:58.169 INFO E| Compiling anyhow v1.0.72 |
3280 | 2025-07-03T20:49:00.196Z | [ helios-setup] Jul 03 20:48:58.216 INFO E| Compiling time v0.3.36 |
3281 | 2025-07-03T20:49:00.205Z | [ helios-setup] Jul 03 20:48:58.557 INFO E| Compiling getrandom v0.2.10 |
3282 | 2025-07-03T20:49:00.359Z | [ helios-setup] Jul 03 20:48:58.711 INFO E| Compiling ryu v1.0.15 |
3283 | 2025-07-03T20:49:00.664Z | [ helios-setup] Jul 03 20:48:59.016 INFO E| Compiling cpufeatures v0.2.9 |
3284 | 2025-07-03T20:49:00.833Z | [ helios-setup] Jul 03 20:48:59.184 INFO E| Compiling same-file v1.0.6 |
3285 | 2025-07-03T20:49:00.844Z | [ helios-setup] Jul 03 20:48:59.196 INFO E| Compiling unicode-width v0.1.10 |
3286 | 2025-07-03T20:49:01.071Z | [ helios-setup] Jul 03 20:48:59.423 INFO E| Compiling sha-1 v0.9.8 |
3287 | 2025-07-03T20:49:01.276Z | [ helios-setup] Jul 03 20:48:59.628 INFO E| Compiling getopts v0.2.21 |
3288 | 2025-07-03T20:49:01.344Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3289 | 2025-07-03T20:49:01.465Z | [ helios-setup] Jul 03 20:48:59.817 INFO E| Compiling walkdir v2.3.3 |
3290 | 2025-07-03T20:49:01.677Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3291 | 2025-07-03T20:49:02.069Z | [ helios-setup] Jul 03 20:49:00.421 INFO E| Compiling md-5 v0.9.1 |
3292 | 2025-07-03T20:49:02.075Z | [ helios-setup] Jul 03 20:49:00.427 INFO E| Compiling libdevinfo-sys v1.0.0 |
3293 | 2025-07-03T20:49:02.362Z | [ helios-setup] Jul 03 20:49:00.712 INFO E| Compiling tempfile v3.7.0 |
3294 | 2025-07-03T20:49:02.872Z | [ helios-setup] Jul 03 20:49:01.224 INFO E| Compiling glob v0.3.1 |
3295 | 2025-07-03T20:49:03.957Z | [ helios-setup] Jul 03 20:49:02.309 INFO E| Compiling slog-term v2.9.0 |
3296 | 2025-07-03T20:49:05.543Z | [ helios-setup] Jul 03 20:49:03.889 INFO E| Compiling serde_derive v1.0.193 |
3297 | 2025-07-03T20:49:05.905Z | [ host-package] Compiling samael v0.0.19 |
3298 | 2025-07-03T20:49:06.060Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3299 | 2025-07-03T20:49:06.917Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3300 | 2025-07-03T20:49:07.513Z | [ host-package] Compiling strum_macros v0.24.3 |
3301 | 2025-07-03T20:49:07.798Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
3302 | 2025-07-03T20:49:09.255Z | [ host-package] Compiling crc8 v0.1.1 |
3303 | 2025-07-03T20:49:09.355Z | [ host-package] Compiling indoc v1.0.9 |
3304 | 2025-07-03T20:49:09.732Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3305 | 2025-07-03T20:49:10.516Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
3306 | 2025-07-03T20:49:11.596Z | [ host-package] Compiling derive_builder v0.20.2 |
3307 | 2025-07-03T20:49:11.873Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3308 | 2025-07-03T20:49:12.313Z | [ host-package] Compiling oso-derive v0.27.3 |
3309 | 2025-07-03T20:49:13.448Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3310 | 2025-07-03T20:49:15.953Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
3311 | 2025-07-03T20:49:17.066Z | [ host-package] Compiling quick-xml v0.37.2 |
3312 | 2025-07-03T20:49:18.084Z | [ helios-setup] Jul 03 20:49:16.434 INFO E| Compiling toml v0.5.11 |
3313 | 2025-07-03T20:49:18.087Z | [ helios-setup] Jul 03 20:49:16.434 INFO E| Compiling uuid v0.8.2 |
3314 | 2025-07-03T20:49:19.424Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
3315 | 2025-07-03T20:49:20.277Z | [ host-package] Compiling arc-swap v1.7.1 |
3316 | 2025-07-03T20:49:20.373Z | [ helios-setup] Jul 03 20:49:18.723 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3317 | 2025-07-03T20:49:21.351Z | [ host-package] Compiling slog-scope v4.4.0 |
3318 | 2025-07-03T20:49:22.012Z | [ helios-setup] Jul 03 20:49:20.362 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3319 | 2025-07-03T20:49:22.409Z | [ host-package] Compiling vte v0.11.1 |
3320 | 2025-07-03T20:49:22.571Z | [ host-package] Compiling chrono-tz v0.10.3 |
3321 | 2025-07-03T20:49:23.187Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3322 | 2025-07-03T20:49:23.434Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3323 | 2025-07-03T20:49:24.331Z | [ host-package] Compiling unicase v2.7.0 |
3324 | 2025-07-03T20:49:24.950Z | [ host-package] Compiling oso v0.27.3 |
3325 | 2025-07-03T20:49:25.070Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
3326 | 2025-07-03T20:49:25.711Z | [ host-package] Compiling xshell-macros v0.2.7 |
3327 | 2025-07-03T20:49:26.704Z | [ host-package] Compiling xshell v0.2.7 |
3328 | 2025-07-03T20:49:30.459Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
3329 | 2025-07-03T20:49:32.650Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3330 | 2025-07-03T20:49:32.778Z | [ helios-setup] Jul 03 20:49:31.127 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.69s |
3331 | 2025-07-03T20:49:32.817Z | [ helios-setup] Jul 03 20:49:31.166 INFO building project "image-builder" ok (40 seconds) |
3332 | 2025-07-03T20:49:32.817Z | [ helios-setup] Jul 03 20:49:31.166 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
3333 | 2025-07-03T20:49:32.944Z | [ helios-setup] Jul 03 20:49:31.291 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.88.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
3334 | 2025-07-03T20:49:32.944Z | [ helios-setup] Jul 03 20:49:31.291 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3335 | 2025-07-03T20:49:32.944Z | [ helios-setup] Jul 03 20:49:31.291 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3336 | 2025-07-03T20:49:33.385Z | [ helios-setup] Jul 03 20:49:31.734 INFO E| Updating crates.io index |
3337 | 2025-07-03T20:49:33.389Z | [ helios-setup] Jul 03 20:49:31.735 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3338 | 2025-07-03T20:49:33.915Z | [ helios-setup] Jul 03 20:49:32.263 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3339 | 2025-07-03T20:49:33.915Z | [ helios-setup] Jul 03 20:49:32.263 INFO E| * [new ref] c39f9eac17ac402083db1c01d448743f1b1ff10a -> refs/commit/c39f9eac17ac402083db1c01d448743f1b1ff10a |
3340 | 2025-07-03T20:49:33.985Z | [ helios-setup] Jul 03 20:49:32.333 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
3341 | 2025-07-03T20:49:34.680Z | [ helios-setup] Jul 03 20:49:33.029 INFO E| From https://github.com/oxidecomputer/amd-efs |
3342 | 2025-07-03T20:49:34.681Z | [ helios-setup] Jul 03 20:49:33.029 INFO E| * [new ref] 81e565383ee8b0133532edaa54074a0a4bbd200e -> refs/commit/81e565383ee8b0133532edaa54074a0a4bbd200e |
3343 | 2025-07-03T20:49:34.923Z | [ helios-setup] Jul 03 20:49:33.272 INFO E| Downloading crates ... |
3344 | 2025-07-03T20:49:35.084Z | [ helios-setup] Jul 03 20:49:33.433 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3345 | 2025-07-03T20:49:35.087Z | [ helios-setup] Jul 03 20:49:33.436 INFO E| Downloaded cpufeatures v0.2.17 |
3346 | 2025-07-03T20:49:35.090Z | [ helios-setup] Jul 03 20:49:33.438 INFO E| Downloaded strum v0.27.1 |
3347 | 2025-07-03T20:49:35.095Z | [ helios-setup] Jul 03 20:49:33.444 INFO E| Downloaded ansi_term v0.12.1 |
3348 | 2025-07-03T20:49:35.098Z | [ helios-setup] Jul 03 20:49:33.444 INFO E| Downloaded parse_int v0.9.0 |
3349 | 2025-07-03T20:49:35.098Z | [ helios-setup] Jul 03 20:49:33.444 INFO E| Downloaded itoa v1.0.15 |
3350 | 2025-07-03T20:49:35.098Z | [ helios-setup] Jul 03 20:49:33.446 INFO E| Downloaded unic-char-range v0.9.0 |
3351 | 2025-07-03T20:49:35.101Z | [ helios-setup] Jul 03 20:49:33.447 INFO E| Downloaded bytesize v2.0.1 |
3352 | 2025-07-03T20:49:35.136Z | [ helios-setup] Jul 03 20:49:33.485 INFO E| Downloaded vec_map v0.8.2 |
3353 | 2025-07-03T20:49:35.140Z | [ helios-setup] Jul 03 20:49:33.487 INFO E| Downloaded pest_generator v2.8.0 |
3354 | 2025-07-03T20:49:35.140Z | [ helios-setup] Jul 03 20:49:33.488 INFO E| Downloaded four-cc v0.4.0 |
3355 | 2025-07-03T20:49:35.143Z | [ helios-setup] Jul 03 20:49:33.490 INFO E| Downloaded unic-ucd-version v0.9.0 |
3356 | 2025-07-03T20:49:35.143Z | [ helios-setup] Jul 03 20:49:33.491 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3357 | 2025-07-03T20:49:35.146Z | [ helios-setup] Jul 03 20:49:33.493 INFO E| Downloaded unic-common v0.9.0 |
3358 | 2025-07-03T20:49:35.146Z | [ helios-setup] Jul 03 20:49:33.494 INFO E| Downloaded structopt-derive v0.4.18 |
3359 | 2025-07-03T20:49:35.149Z | [ helios-setup] Jul 03 20:49:33.496 INFO E| Downloaded unic-char-property v0.9.0 |
3360 | 2025-07-03T20:49:35.149Z | [ helios-setup] Jul 03 20:49:33.498 INFO E| Downloaded textwrap v0.11.0 |
3361 | 2025-07-03T20:49:35.153Z | [ helios-setup] Jul 03 20:49:33.501 INFO E| Downloaded strsim v0.8.0 |
3362 | 2025-07-03T20:49:35.156Z | [ helios-setup] Jul 03 20:49:33.503 INFO E| Downloaded scroll_derive v0.12.1 |
3363 | 2025-07-03T20:49:35.156Z | [ helios-setup] Jul 03 20:49:33.504 INFO E| Downloaded rustversion v1.0.20 |
3364 | 2025-07-03T20:49:35.160Z | [ helios-setup] Jul 03 20:49:33.508 INFO E| Downloaded fletcher v1.0.0 |
3365 | 2025-07-03T20:49:35.192Z | [ helios-setup] Jul 03 20:49:33.540 INFO E| Downloaded strum_macros v0.27.1 |
3366 | 2025-07-03T20:49:35.195Z | [ helios-setup] Jul 03 20:49:33.544 INFO E| Downloaded ryu v1.0.20 |
3367 | 2025-07-03T20:49:35.199Z | [ helios-setup] Jul 03 20:49:33.548 INFO E| Downloaded pest_meta v2.8.0 |
3368 | 2025-07-03T20:49:35.202Z | [ helios-setup] Jul 03 20:49:33.551 INFO E| Downloaded pest_derive v2.8.0 |
3369 | 2025-07-03T20:49:35.206Z | [ helios-setup] Jul 03 20:49:33.555 INFO E| Downloaded modular-bitfield v0.11.2 |
3370 | 2025-07-03T20:49:35.223Z | [ helios-setup] Jul 03 20:49:33.572 INFO E| Downloaded structopt v0.3.26 |
3371 | 2025-07-03T20:49:35.234Z | [ helios-setup] Jul 03 20:49:33.583 INFO E| Downloaded zerocopy-derive v0.8.25 |
3372 | 2025-07-03T20:49:35.244Z | [ helios-setup] Jul 03 20:49:33.593 INFO E| Downloaded pest v2.8.0 |
3373 | 2025-07-03T20:49:35.251Z | [ helios-setup] Jul 03 20:49:33.600 INFO E| Downloaded typenum v1.18.0 |
3374 | 2025-07-03T20:49:35.286Z | [ helios-setup] Jul 03 20:49:33.634 INFO E| Downloaded goblin v0.9.3 |
3375 | 2025-07-03T20:49:35.295Z | [ helios-setup] Jul 03 20:49:33.644 INFO E| Downloaded clap v2.34.0 |
3376 | 2025-07-03T20:49:35.304Z | [ helios-setup] Jul 03 20:49:33.653 INFO E| Downloaded zerocopy v0.8.25 |
3377 | 2025-07-03T20:49:35.343Z | [ helios-setup] Jul 03 20:49:33.692 INFO E| Downloaded syn v2.0.101 |
3378 | 2025-07-03T20:49:35.414Z | [ helios-setup] Jul 03 20:49:33.763 INFO E| Downloaded libc v0.2.172 |
3379 | 2025-07-03T20:49:35.543Z | [ helios-setup] Jul 03 20:49:33.891 INFO E| Compiling proc-macro2 v1.0.95 |
3380 | 2025-07-03T20:49:35.543Z | [ helios-setup] Jul 03 20:49:33.891 INFO E| Compiling unicode-ident v1.0.18 |
3381 | 2025-07-03T20:49:35.543Z | [ helios-setup] Jul 03 20:49:33.891 INFO E| Compiling memchr v2.7.4 |
3382 | 2025-07-03T20:49:35.547Z | [ helios-setup] Jul 03 20:49:33.891 INFO E| Compiling thiserror v2.0.12 |
3383 | 2025-07-03T20:49:35.547Z | [ helios-setup] Jul 03 20:49:33.892 INFO E| Compiling syn v1.0.109 |
3384 | 2025-07-03T20:49:35.547Z | [ helios-setup] Jul 03 20:49:33.892 INFO E| Compiling autocfg v1.4.0 |
3385 | 2025-07-03T20:49:35.547Z | [ helios-setup] Jul 03 20:49:33.892 INFO E| Compiling serde v1.0.219 |
3386 | 2025-07-03T20:49:35.547Z | [ helios-setup] Jul 03 20:49:33.892 INFO E| Compiling version_check v0.9.5 |
3387 | 2025-07-03T20:49:35.869Z | [ helios-setup] Jul 03 20:49:34.217 INFO E| Compiling serde_json v1.0.140 |
3388 | 2025-07-03T20:49:36.960Z | [ helios-setup] Jul 03 20:49:35.308 INFO E| Compiling itoa v1.0.15 |
3389 | 2025-07-03T20:49:37.002Z | [ helios-setup] Jul 03 20:49:35.349 INFO E| Compiling ryu v1.0.20 |
3390 | 2025-07-03T20:49:37.146Z | [ helios-setup] Jul 03 20:49:35.495 INFO E| Compiling num-traits v0.2.19 |
3391 | 2025-07-03T20:49:37.187Z | [ helios-setup] Jul 03 20:49:35.535 INFO E| Compiling schemars v0.8.22 |
3392 | 2025-07-03T20:49:37.632Z | [ helios-setup] Jul 03 20:49:35.981 INFO E| Compiling memoffset v0.9.1 |
3393 | 2025-07-03T20:49:37.737Z | [ helios-setup] Jul 03 20:49:36.085 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3394 | 2025-07-03T20:49:37.938Z | [ helios-setup] Jul 03 20:49:36.286 INFO E| Compiling paste v1.0.15 |
3395 | 2025-07-03T20:49:38.322Z | [ helios-setup] Jul 03 20:49:36.670 INFO E| Compiling libc v0.2.172 |
3396 | 2025-07-03T20:49:38.662Z | [ helios-setup] Jul 03 20:49:37.010 INFO E| Compiling ucd-trie v0.1.7 |
3397 | 2025-07-03T20:49:38.803Z | [ helios-setup] Jul 03 20:49:37.151 INFO E| Compiling dyn-clone v1.0.19 |
3398 | 2025-07-03T20:49:38.887Z | [ helios-setup] Jul 03 20:49:37.235 INFO E| Compiling zerocopy v0.8.25 |
3399 | 2025-07-03T20:49:38.924Z | [ helios-setup] Jul 03 20:49:37.273 INFO E| Compiling rustversion v1.0.20 |
3400 | 2025-07-03T20:49:39.190Z | [ helios-setup] Jul 03 20:49:37.539 INFO E| Compiling proc-macro-error v1.0.4 |
3401 | 2025-07-03T20:49:39.280Z | [ helios-setup] Jul 03 20:49:37.628 INFO E| Compiling once_cell v1.21.3 |
3402 | 2025-07-03T20:49:39.647Z | [ helios-setup] Jul 03 20:49:37.995 INFO E| Compiling static_assertions v1.1.0 |
3403 | 2025-07-03T20:49:39.810Z | [ helios-setup] Jul 03 20:49:38.158 INFO E| Compiling quote v1.0.40 |
3404 | 2025-07-03T20:49:40.784Z | [ helios-setup] Jul 03 20:49:39.132 INFO E| Compiling syn v2.0.101 |
3405 | 2025-07-03T20:49:41.193Z | [ helios-setup] Jul 03 20:49:39.541 INFO E| Compiling unicode-width v0.1.14 |
3406 | 2025-07-03T20:49:41.839Z | [ helios-setup] Jul 03 20:49:40.187 INFO E| Compiling heck v0.5.0 |
3407 | 2025-07-03T20:49:42.415Z | [ helios-setup] Jul 03 20:49:40.764 INFO E| Compiling unicode-segmentation v1.12.0 |
3408 | 2025-07-03T20:49:42.751Z | [ helios-setup] Jul 03 20:49:41.099 INFO E| Compiling parse_int v0.9.0 |
3409 | 2025-07-03T20:49:42.829Z | [ helios-setup] Jul 03 20:49:41.176 INFO E| Compiling textwrap v0.11.0 |
3410 | 2025-07-03T20:49:42.883Z | [ helios-setup] Jul 03 20:49:41.231 INFO E| Compiling atty v0.2.14 |
3411 | 2025-07-03T20:49:43.202Z | [ helios-setup] Jul 03 20:49:41.550 INFO E| Compiling unic-char-range v0.9.0 |
3412 | 2025-07-03T20:49:43.371Z | [ helios-setup] Jul 03 20:49:41.719 INFO E| Compiling strum v0.27.1 |
3413 | 2025-07-03T20:49:43.469Z | [ helios-setup] Jul 03 20:49:41.817 INFO E| Compiling bitflags v1.3.2 |
3414 | 2025-07-03T20:49:43.514Z | [ helios-setup] Jul 03 20:49:41.861 INFO E| Compiling ansi_term v0.12.1 |
3415 | 2025-07-03T20:49:43.521Z | [ helios-setup] Jul 03 20:49:41.869 INFO E| Compiling byteorder v1.5.0 |
3416 | 2025-07-03T20:49:43.799Z | [ helios-setup] Jul 03 20:49:42.147 INFO E| Compiling vec_map v0.8.2 |
3417 | 2025-07-03T20:49:43.818Z | [ helios-setup] Jul 03 20:49:42.166 INFO E| Compiling strsim v0.8.0 |
3418 | 2025-07-03T20:49:43.823Z | [ helios-setup] Jul 03 20:49:42.166 INFO E| Compiling unic-common v0.9.0 |
3419 | 2025-07-03T20:49:44.331Z | [ helios-setup] Jul 03 20:49:42.677 INFO E| Compiling heck v0.3.3 |
3420 | 2025-07-03T20:49:44.425Z | [ helios-setup] Jul 03 20:49:42.773 INFO E| Compiling fletcher v1.0.0 |
3421 | 2025-07-03T20:49:44.554Z | [ helios-setup] Jul 03 20:49:42.902 INFO E| Compiling clap v2.34.0 |
3422 | 2025-07-03T20:49:44.725Z | [ helios-setup] Jul 03 20:49:43.073 INFO E| Compiling unic-ucd-version v0.9.0 |
3423 | 2025-07-03T20:49:44.809Z | [ helios-setup] Jul 03 20:49:43.157 INFO E| Compiling unic-char-property v0.9.0 |
3424 | 2025-07-03T20:49:44.923Z | [ helios-setup] Jul 03 20:49:43.271 INFO E| Compiling log v0.4.27 |
3425 | 2025-07-03T20:49:44.977Z | [ helios-setup] Jul 03 20:49:43.324 INFO E| Compiling plain v0.2.3 |
3426 | 2025-07-03T20:49:45.019Z | [ helios-setup] Jul 03 20:49:43.367 INFO E| Compiling lazy_static v1.5.0 |
3427 | 2025-07-03T20:49:45.161Z | [ helios-setup] Jul 03 20:49:43.508 INFO E| Compiling unic-ucd-ident v0.9.0 |
3428 | 2025-07-03T20:49:45.211Z | [ helios-setup] Jul 03 20:49:43.558 INFO E| Compiling bytesize v2.0.1 |
3429 | 2025-07-03T20:49:45.698Z | [ host-package] Compiling slog-stdlog v4.1.1 |
3430 | 2025-07-03T20:49:47.061Z | [ host-package] Compiling papergrid v0.11.0 |
3431 | 2025-07-03T20:49:48.786Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3432 | 2025-07-03T20:49:50.041Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3433 | 2025-07-03T20:49:50.709Z | [ host-package] Compiling tabled_derive v0.7.0 |
3434 | 2025-07-03T20:49:51.248Z | [ helios-setup] Jul 03 20:49:49.595 INFO E| Compiling serde_derive_internals v0.29.1 |
3435 | 2025-07-03T20:49:51.665Z | [ helios-setup] Jul 03 20:49:50.012 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3436 | 2025-07-03T20:49:51.860Z | [ helios-setup] Jul 03 20:49:50.207 INFO E| Compiling structopt-derive v0.4.18 |
3437 | 2025-07-03T20:49:54.177Z | [ host-package] Compiling fd-lock v4.0.2 |
3438 | 2025-07-03T20:49:54.491Z | [ helios-setup] Jul 03 20:49:52.836 INFO E| Compiling thiserror-impl v2.0.12 |
3439 | 2025-07-03T20:49:54.583Z | [ helios-setup] Jul 03 20:49:52.929 INFO E| Compiling serde_derive v1.0.219 |
3440 | 2025-07-03T20:49:54.806Z | [ host-package] Compiling bb8 v0.8.5 |
3441 | 2025-07-03T20:49:54.912Z | [ helios-setup] Jul 03 20:49:53.259 INFO E| Compiling schemars_derive v0.8.22 |
3442 | 2025-07-03T20:49:54.986Z | [ helios-setup] Jul 03 20:49:53.332 INFO E| Compiling zerocopy-derive v0.8.25 |
3443 | 2025-07-03T20:49:55.297Z | [ helios-setup] Jul 03 20:49:53.644 INFO E| Compiling num-derive v0.4.2 |
3444 | 2025-07-03T20:49:56.435Z | [ helios-setup] Jul 03 20:49:54.781 INFO E| Compiling scroll_derive v0.12.1 |
3445 | 2025-07-03T20:49:56.633Z | [ host-package] Compiling peg-macros v0.8.5 |
3446 | 2025-07-03T20:49:56.651Z | [ helios-setup] Jul 03 20:49:54.998 INFO E| Compiling modular-bitfield v0.11.2 |
3447 | 2025-07-03T20:49:58.541Z | [ helios-setup] Jul 03 20:49:56.887 INFO E| Compiling strum_macros v0.27.1 |
3448 | 2025-07-03T20:49:58.541Z | [ helios-setup] Jul 03 20:49:56.888 INFO E| Compiling structopt v0.3.26 |
3449 | 2025-07-03T20:49:59.566Z | [ helios-setup] Jul 03 20:49:57.913 INFO E| Compiling scroll v0.12.0 |
3450 | 2025-07-03T20:50:00.263Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3451 | 2025-07-03T20:50:00.498Z | [ helios-setup] Jul 03 20:49:58.844 INFO E| Compiling goblin v0.9.3 |
3452 | 2025-07-03T20:50:00.660Z | [ helios-setup] Jul 03 20:49:59.006 INFO E| Compiling pest v2.8.0 |
3453 | 2025-07-03T20:50:01.920Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
3454 | 2025-07-03T20:50:02.347Z | [ host-package] Compiling peg v0.8.5 |
3455 | 2025-07-03T20:50:02.937Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3456 | 2025-07-03T20:50:04.634Z | [ host-package] Compiling reedline v0.40.0 |
3457 | 2025-07-03T20:50:04.708Z | [ host-package] Compiling tabled v0.15.0 |
3458 | 2025-07-03T20:50:05.476Z | [ helios-setup] Jul 03 20:50:03.821 INFO E| Compiling pest_meta v2.8.0 |
3459 | 2025-07-03T20:50:07.670Z | [ helios-setup] Jul 03 20:50:06.016 INFO E| Compiling pest_generator v2.8.0 |
3460 | 2025-07-03T20:50:09.400Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3461 | 2025-07-03T20:50:10.238Z | [ helios-setup] Jul 03 20:50:08.583 INFO E| Compiling pest_derive v2.8.0 |
3462 | 2025-07-03T20:50:12.521Z | [ host-package] Compiling slog-envlogger v2.2.0 |
3463 | 2025-07-03T20:50:13.881Z | [ helios-setup] Jul 03 20:50:12.226 INFO E| Compiling json5 v0.4.1 |
3464 | 2025-07-03T20:50:19.005Z | [ helios-setup] Jul 03 20:50:17.350 INFO E| Compiling four-cc v0.4.0 |
3465 | 2025-07-03T20:50:19.005Z | [ helios-setup] Jul 03 20:50:17.350 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#81e56538) |
3466 | 2025-07-03T20:50:19.327Z | [ helios-setup] Jul 03 20:50:17.672 INFO E| Compiling amd-apcb v0.5.2 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#c39f9eac) |
3467 | 2025-07-03T20:50:21.453Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3468 | 2025-07-03T20:50:22.087Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
3469 | 2025-07-03T20:50:31.793Z | [ host-package] Compiling typify-impl v0.2.0 |
3470 | 2025-07-03T20:50:33.615Z | [ host-package] Compiling bcs v0.1.6 |
3471 | 2025-07-03T20:50:34.255Z | [ host-package] Compiling fxhash v0.2.1 |
3472 | 2025-07-03T20:50:35.067Z | [ host-package] Compiling libz-sys v1.1.20 |
3473 | 2025-07-03T20:50:35.084Z | [ host-package] Compiling half v1.8.3 |
3474 | 2025-07-03T20:50:35.730Z | [ host-package] Compiling serde_cbor v0.11.2 |
3475 | 2025-07-03T20:50:38.040Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3476 | 2025-07-03T20:50:38.562Z | [ host-package] Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3477 | 2025-07-03T20:50:39.124Z | [ host-package] Compiling kstat-rs v0.2.4 |
3478 | 2025-07-03T20:50:39.824Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3479 | 2025-07-03T20:50:40.274Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3480 | 2025-07-03T20:50:41.241Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3481 | 2025-07-03T20:50:41.571Z | [ host-package] Compiling nix v0.30.1 |
3482 | 2025-07-03T20:50:42.627Z | [ host-package] Compiling nanorand v0.7.0 |
3483 | 2025-07-03T20:50:43.406Z | [ host-package] Compiling typify-macro v0.2.0 |
3484 | 2025-07-03T20:50:43.529Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3485 | 2025-07-03T20:50:44.666Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3486 | 2025-07-03T20:50:47.438Z | [ host-package] Compiling flume v0.11.1 |
3487 | 2025-07-03T20:50:48.564Z | [ host-package] Compiling mime_guess v2.0.5 |
3488 | 2025-07-03T20:50:49.461Z | [ host-package] Compiling ignore v0.4.23 |
3489 | 2025-07-03T20:50:49.840Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3490 | 2025-07-03T20:50:53.481Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3491 | 2025-07-03T20:50:59.749Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3492 | 2025-07-03T20:51:01.619Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3493 | 2025-07-03T20:51:01.727Z | [ host-package] Compiling castaway v0.2.3 |
3494 | 2025-07-03T20:51:01.932Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3495 | 2025-07-03T20:51:02.013Z | [ host-package] Compiling compact_str v0.8.0 |
3496 | 2025-07-03T20:51:02.615Z | [ host-package] Compiling globwalk v0.9.1 |
3497 | 2025-07-03T20:51:03.790Z | [ helios-setup] Jul 03 20:51:02.130 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
3498 | 2025-07-03T20:51:04.396Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3499 | 2025-07-03T20:51:05.602Z | [ host-package] Compiling typify v0.2.0 |
3500 | 2025-07-03T20:51:05.932Z | [ host-package] Compiling predicates-tree v1.0.12 |
3501 | 2025-07-03T20:51:07.166Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3502 | 2025-07-03T20:51:07.180Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3503 | 2025-07-03T20:51:07.747Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3504 | 2025-07-03T20:51:11.487Z | [ host-package] Compiling lru v0.12.5 |
3505 | 2025-07-03T20:51:11.954Z | [ host-package] Compiling vergen v8.3.2 |
3506 | 2025-07-03T20:51:12.082Z | [ helios-setup] Jul 03 20:51:10.421 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3507 | 2025-07-03T20:51:12.386Z | [ host-package] Compiling nibble_vec v0.1.0 |
3508 | 2025-07-03T20:51:12.797Z | [ host-package] Compiling cargo-platform v0.1.8 |
3509 | 2025-07-03T20:51:13.461Z | [ host-package] Compiling atty v0.2.14 |
3510 | 2025-07-03T20:51:13.744Z | [ host-package] Compiling instability v0.3.2 |
3511 | 2025-07-03T20:51:15.043Z | [ host-package] Compiling http-range v0.1.5 |
3512 | 2025-07-03T20:51:15.787Z | [ host-package] Compiling cassowary v0.3.0 |
3513 | 2025-07-03T20:51:16.499Z | [ host-package] Compiling salty v0.3.0 |
3514 | 2025-07-03T20:51:17.130Z | [ host-package] Compiling indoc v2.0.6 |
3515 | 2025-07-03T20:51:17.812Z | [ host-package] Compiling endian-type v0.1.2 |
3516 | 2025-07-03T20:51:18.160Z | [ host-package] Compiling ratatui v0.29.0 |
3517 | 2025-07-03T20:51:18.194Z | [ host-package] Compiling radix_trie v0.2.1 |
3518 | 2025-07-03T20:51:19.296Z | [ host-package] Compiling tough v0.20.0 |
3519 | 2025-07-03T20:51:19.980Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3520 | 2025-07-03T20:51:31.948Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3521 | 2025-07-03T20:51:40.772Z | [ helios-setup] Jul 03 20:51:39.025 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
3522 | 2025-07-03T20:51:40.788Z | [ helios-setup] Jul 03 20:51:39.082 INFO building project "amd-host-image-builder" ok (127 seconds) |
3523 | 2025-07-03T20:51:40.788Z | [ helios-setup] Jul 03 20:51:39.082 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
3524 | 2025-07-03T20:51:40.903Z | [ helios-setup] Jul 03 20:51:39.239 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.88.0-x86_64-unknown-illumos (default)" |
3525 | 2025-07-03T20:51:40.903Z | [ helios-setup] Jul 03 20:51:39.239 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3526 | 2025-07-03T20:51:40.908Z | [ helios-setup] Jul 03 20:51:39.239 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3527 | 2025-07-03T20:51:41.325Z | [ helios-setup] Jul 03 20:51:39.661 INFO E| Downloading crates ... |
3528 | 2025-07-03T20:51:41.469Z | [ helios-setup] Jul 03 20:51:39.805 INFO E| Downloaded miniz_oxide v0.8.8 |
3529 | 2025-07-03T20:51:41.600Z | [ helios-setup] Jul 03 20:51:39.936 INFO E| Compiling adler2 v2.0.0 |
3530 | 2025-07-03T20:51:41.779Z | [ helios-setup] Jul 03 20:51:40.115 INFO E| Compiling miniz_oxide v0.8.8 |
3531 | 2025-07-03T20:51:43.100Z | [ host-package] Compiling git2 v0.19.0 |
3532 | 2025-07-03T20:51:44.633Z | [ helios-setup] Jul 03 20:51:42.970 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3533 | 2025-07-03T20:51:45.701Z | [ helios-setup] Jul 03 20:51:44.036 INFO E| Finished `release` profile [optimized] target(s) in 4.68s |
3534 | 2025-07-03T20:51:45.714Z | [ helios-setup] Jul 03 20:51:44.050 INFO building project "pinprick" ok (4 seconds) |
3535 | 2025-07-03T20:51:45.718Z | [ helios-setup] rm -f helios-build |
3536 | 2025-07-03T20:51:45.722Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3537 | 2025-07-03T20:51:45.725Z | [ helios-setup] |
3538 | 2025-07-03T20:51:45.725Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3539 | 2025-07-03T20:51:45.729Z | [ helios-setup] |
3540 | 2025-07-03T20:51:45.732Z | [ helios-setup] |
3541 | 2025-07-03T20:51:45.732Z | [ helios-setup] real 10:43.219591120 |
3542 | 2025-07-03T20:51:45.732Z | [ helios-setup] user 28:14.339958123 |
3543 | 2025-07-03T20:51:45.732Z | Jul 03 20:51:44.066 INFO [helios-setup] process exited with exit status: 0 (643.223743571s) |
3544 | 2025-07-03T20:51:45.732Z | [ helios-setup] sys 2:29.125020634 |
3545 | 2025-07-03T20:51:45.732Z | [ helios-setup] trap 1.857887910 |
3546 | 2025-07-03T20:51:45.732Z | [ helios-setup] tflt 4.585264193 |
3547 | 2025-07-03T20:51:45.732Z | [ helios-setup] dflt 13.286004145 |
3548 | 2025-07-03T20:51:45.733Z | [ helios-setup] kflt 0.000151915 |
3549 | 2025-07-03T20:51:45.733Z | [ helios-setup] lock 2:26:34.849463601 |
3550 | 2025-07-03T20:51:45.733Z | [ helios-setup] slp 3:25:17.482137363 |
3551 | 2025-07-03T20:51:45.733Z | [ helios-setup] lat 29:27.657539062 |
3552 | 2025-07-03T20:51:45.733Z | [ helios-setup] stop 4:51.109902226 |
3553 | 2025-07-03T20:51:45.733Z | Jul 03 20:51:44.066 INFO [helios-record] running task |
3554 | 2025-07-03T20:51:45.733Z | Jul 03 20:51:44.067 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
3555 | 2025-07-03T20:51:45.738Z | Jul 03 20:51:44.074 DEBG process exited with exit status: 0 (7.416811ms) |
3556 | 2025-07-03T20:51:45.741Z | Jul 03 20:51:44.074 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
3557 | 2025-07-03T20:51:45.746Z | Jul 03 20:51:44.082 DEBG process exited with exit status: 0 (7.701172ms) |
3558 | 2025-07-03T20:51:45.749Z | Jul 03 20:51:44.082 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
3559 | 2025-07-03T20:51:45.753Z | Jul 03 20:51:44.090 DEBG process exited with exit status: 0 (7.638946ms) |
3560 | 2025-07-03T20:51:45.753Z | Jul 03 20:51:44.090 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
3561 | 2025-07-03T20:51:45.761Z | Jul 03 20:51:44.098 DEBG process exited with exit status: 0 (7.591799ms) |
3562 | 2025-07-03T20:51:45.761Z | Jul 03 20:51:44.098 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
3563 | 2025-07-03T20:51:45.769Z | Jul 03 20:51:44.105 DEBG process exited with exit status: 0 (7.919598ms) |
3564 | 2025-07-03T20:51:45.769Z | Jul 03 20:51:44.106 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
3565 | 2025-07-03T20:51:45.777Z | Jul 03 20:51:44.113 DEBG process exited with exit status: 0 (7.523634ms) |
3566 | 2025-07-03T20:51:45.777Z | Jul 03 20:51:44.113 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
3567 | 2025-07-03T20:51:45.787Z | Jul 03 20:51:44.124 DEBG process exited with exit status: 0 (10.471495ms) |
3568 | 2025-07-03T20:51:45.787Z | Jul 03 20:51:44.124 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
3569 | 2025-07-03T20:51:45.796Z | Jul 03 20:51:44.132 DEBG process exited with exit status: 0 (8.606441ms) |
3570 | 2025-07-03T20:51:45.799Z | Jul 03 20:51:44.133 INFO [helios-record] task succeeded (66.525043ms) |
3571 | 2025-07-03T20:51:47.645Z | [ host-package] Compiling parking_lot v0.11.2 |
3572 | 2025-07-03T20:51:49.773Z | [ host-package] Compiling camino-tempfile-ext v0.3.1 |
3573 | 2025-07-03T20:51:50.142Z | [ host-package] Compiling progenitor-impl v0.8.0 |
3574 | 2025-07-03T20:51:51.275Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3575 | 2025-07-03T20:51:53.733Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3576 | 2025-07-03T20:51:56.110Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3577 | 2025-07-03T20:51:57.780Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3578 | 2025-07-03T20:52:00.873Z | [ host-package] Compiling prefix-trie v0.7.0 |
3579 | 2025-07-03T20:52:02.317Z | [ host-package] Compiling rand_seeder v0.3.0 |
3580 | 2025-07-03T20:52:02.578Z | [ host-package] Compiling lzma-sys v0.1.20 |
3581 | 2025-07-03T20:52:02.778Z | [ host-package] Compiling rustls v0.21.12 |
3582 | 2025-07-03T20:52:02.990Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
3583 | 2025-07-03T20:52:03.199Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3584 | 2025-07-03T20:52:03.341Z | [ host-package] Compiling hickory-server v0.25.2 |
3585 | 2025-07-03T20:52:03.513Z | [ host-package] Compiling progenitor-macro v0.8.0 |
3586 | 2025-07-03T20:52:12.083Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3587 | 2025-07-03T20:52:12.359Z | [ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3588 | 2025-07-03T20:52:14.888Z | [ host-package] Compiling sled v0.34.7 |
3589 | 2025-07-03T20:52:16.057Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3590 | 2025-07-03T20:52:21.092Z | [ host-package] Compiling hickory-client v0.25.2 |
3591 | 2025-07-03T20:52:21.715Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3592 | 2025-07-03T20:52:23.097Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3593 | 2025-07-03T20:52:23.136Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3594 | 2025-07-03T20:52:25.123Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3595 | 2025-07-03T20:52:29.116Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3596 | 2025-07-03T20:52:29.170Z | [ host-package] Compiling progenitor-client v0.8.0 |
3597 | 2025-07-03T20:52:30.189Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3598 | 2025-07-03T20:52:30.596Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3599 | 2025-07-03T20:52:30.877Z | [ host-package] Compiling sct v0.7.1 |
3600 | 2025-07-03T20:52:31.410Z | [ host-package] Compiling primeorder v0.13.6 |
3601 | 2025-07-03T20:52:32.121Z | [ host-package] Compiling heck v0.3.3 |
3602 | 2025-07-03T20:52:32.526Z | [ host-package] Compiling env_filter v0.1.2 |
3603 | 2025-07-03T20:52:34.114Z | [ host-package] Compiling csv-core v0.1.11 |
3604 | 2025-07-03T20:52:34.462Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
3605 | 2025-07-03T20:52:34.891Z | [ host-package] Compiling void v1.0.2 |
3606 | 2025-07-03T20:52:35.123Z | [ host-package] Compiling lzss v0.8.2 |
3607 | 2025-07-03T20:52:35.178Z | [ host-package] Compiling csv v1.3.1 |
3608 | 2025-07-03T20:52:35.681Z | [ host-package] Compiling env_logger v0.11.5 |
3609 | 2025-07-03T20:52:36.255Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3610 | 2025-07-03T20:52:37.154Z | [ host-package] Compiling p384 v0.13.0 |
3611 | 2025-07-03T20:52:37.704Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3612 | 2025-07-03T20:52:38.584Z | [ host-package] Compiling progenitor v0.8.0 |
3613 | 2025-07-03T20:52:38.829Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3614 | 2025-07-03T20:52:38.899Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3615 | 2025-07-03T20:52:43.282Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3616 | 2025-07-03T20:52:44.448Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3617 | 2025-07-03T20:52:45.431Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3618 | 2025-07-03T20:52:45.926Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3619 | 2025-07-03T20:52:51.683Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3620 | 2025-07-03T20:52:52.126Z | [ host-package] Compiling tungstenite v0.23.0 |
3621 | 2025-07-03T20:52:53.129Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3622 | 2025-07-03T20:52:53.548Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3623 | 2025-07-03T20:52:53.979Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3624 | 2025-07-03T20:52:54.410Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3625 | 2025-07-03T20:52:54.938Z | [ host-package] Compiling nix v0.27.1 |
3626 | 2025-07-03T20:52:55.192Z | [ host-package] Compiling serde_bytes v0.11.17 |
3627 | 2025-07-03T20:52:55.846Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3628 | 2025-07-03T20:52:56.286Z | [ host-package] Compiling base64 v0.13.1 |
3629 | 2025-07-03T20:52:57.164Z | [ host-package] Compiling ron v0.7.1 |
3630 | 2025-07-03T20:52:57.871Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3631 | 2025-07-03T20:52:58.790Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3632 | 2025-07-03T20:52:59.782Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3633 | 2025-07-03T20:53:01.795Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3634 | 2025-07-03T20:53:02.420Z | [ host-package] Compiling xz2 v0.1.7 |
3635 | 2025-07-03T20:53:03.517Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3636 | 2025-07-03T20:53:05.027Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3637 | 2025-07-03T20:53:05.402Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3638 | 2025-07-03T20:53:05.580Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3639 | 2025-07-03T20:53:06.183Z | [ host-package] Compiling zone v0.1.8 |
3640 | 2025-07-03T20:53:09.787Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3641 | 2025-07-03T20:53:09.945Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3642 | 2025-07-03T20:53:13.074Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3643 | 2025-07-03T20:53:13.241Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3644 | 2025-07-03T20:53:20.369Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3645 | 2025-07-03T20:53:22.606Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3646 | 2025-07-03T20:53:25.591Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3647 | 2025-07-03T20:53:25.939Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3648 | 2025-07-03T20:53:26.383Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3649 | 2025-07-03T20:53:26.896Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3650 | 2025-07-03T20:53:27.242Z | [ host-package] Compiling twox-hash v2.1.0 |
3651 | 2025-07-03T20:53:27.318Z | [ host-package] Compiling yasna v0.5.2 |
3652 | 2025-07-03T20:53:28.434Z | [ host-package] Compiling secrecy v0.8.0 |
3653 | 2025-07-03T20:53:28.815Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3654 | 2025-07-03T20:53:29.518Z | [ host-package] Compiling is_ci v1.2.0 |
3655 | 2025-07-03T20:53:29.951Z | [ host-package] Compiling smawk v0.3.2 |
3656 | 2025-07-03T20:53:30.342Z | [ host-package] Compiling textwrap v0.16.2 |
3657 | 2025-07-03T20:53:30.866Z | [ host-package] Compiling supports-color v3.0.2 |
3658 | 2025-07-03T20:53:33.909Z | [ host-package] Compiling rcgen v0.12.1 |
3659 | 2025-07-03T20:53:34.799Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3660 | 2025-07-03T20:53:35.410Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3661 | 2025-07-03T20:53:44.955Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3662 | 2025-07-03T20:53:45.192Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3663 | 2025-07-03T20:53:52.507Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3664 | 2025-07-03T20:53:56.306Z | [ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3665 | 2025-07-03T20:54:03.370Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3666 | 2025-07-03T20:54:06.291Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
3667 | 2025-07-03T20:54:08.978Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3668 | 2025-07-03T20:54:09.887Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3669 | 2025-07-03T20:54:10.643Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3670 | 2025-07-03T20:54:13.063Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3671 | 2025-07-03T20:54:18.442Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3672 | 2025-07-03T20:54:20.706Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3673 | 2025-07-03T20:54:27.301Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3674 | 2025-07-03T20:54:28.713Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3675 | 2025-07-03T20:54:29.102Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3676 | 2025-07-03T20:54:29.538Z | [ host-package] Compiling fatfs v0.3.6 |
3677 | 2025-07-03T20:54:32.421Z | [ host-package] Compiling subprocess v0.2.9 |
3678 | 2025-07-03T20:54:32.493Z | [ host-package] Compiling rtoolbox v0.0.2 |
3679 | 2025-07-03T20:54:32.638Z | [ host-package] Compiling assert_matches v1.5.0 |
3680 | 2025-07-03T20:54:32.804Z | [ host-package] Compiling rpassword v7.4.0 |
3681 | 2025-07-03T20:54:33.717Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3682 | 2025-07-03T20:54:34.802Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3683 | 2025-07-03T20:54:37.075Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3684 | 2025-07-03T20:54:41.343Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3685 | 2025-07-03T20:54:48.687Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3686 | 2025-07-03T20:55:10.094Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
3687 | 2025-07-03T20:55:10.678Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3688 | 2025-07-03T20:55:21.329Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3689 | 2025-07-03T20:55:21.773Z | [ host-package] Compiling uzers v0.12.1 |
3690 | 2025-07-03T20:55:23.953Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3691 | 2025-07-03T20:55:24.314Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3692 | 2025-07-03T20:55:25.048Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3693 | 2025-07-03T20:55:30.318Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3694 | 2025-07-03T20:55:43.363Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
3695 | 2025-07-03T20:55:47.279Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3696 | 2025-07-03T20:55:52.277Z | [ host-package] Compiling multimap v0.10.1 |
3697 | 2025-07-03T20:58:07.166Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3698 | 2025-07-03T21:07:02.780Z | [ host-package] Finished `release` profile [optimized] target(s) in 23m 15s |
3699 | 2025-07-03T21:07:59.481Z | Jul 03 21:07:57.724 INFO [host-package] process exited with exit status: 0 (1452.679678322s) |
3700 | 2025-07-03T21:07:59.481Z | Jul 03 21:07:57.724 INFO [host-stamp] running task |
3701 | 2025-07-03T21:07:59.485Z | Jul 03 21:07:57.725 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3702 | 2025-07-03T21:07:59.486Z | Jul 03 21:07:57.725 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 15.0.0-0.ci+git3f50db706aa |
3703 | 2025-07-03T21:07:59.486Z | Jul 03 21:07:57.725 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 15.0.0-0.ci+git3f50db706aa |
3704 | 2025-07-03T21:07:59.486Z | Jul 03 21:07:57.726 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 15.0.0-0.ci+git3f50db706aa |
3705 | 2025-07-03T21:07:59.486Z | Jul 03 21:07:57.726 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 15.0.0-0.ci+git3f50db706aa |
3706 | 2025-07-03T21:07:59.486Z | Jul 03 21:07:57.726 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 15.0.0-0.ci+git3f50db706aa |
3707 | 2025-07-03T21:07:59.486Z | Jul 03 21:07:57.727 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 15.0.0-0.ci+git3f50db706aa |
3708 | 2025-07-03T21:07:59.486Z | Jul 03 21:07:57.727 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 15.0.0-0.ci+git3f50db706aa |
3709 | 2025-07-03T21:07:59.486Z | Jul 03 21:07:57.727 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 15.0.0-0.ci+git3f50db706aa |
3710 | 2025-07-03T21:07:59.497Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3711 | 2025-07-03T21:07:59.497Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3712 | 2025-07-03T21:07:59.501Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3713 | 2025-07-03T21:07:59.501Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3714 | 2025-07-03T21:07:59.501Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3715 | 2025-07-03T21:07:59.501Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3716 | 2025-07-03T21:07:59.501Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3717 | 2025-07-03T21:07:59.501Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3718 | 2025-07-03T21:07:59.505Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3719 | 2025-07-03T21:07:59.505Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3720 | 2025-07-03T21:07:59.508Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3721 | 2025-07-03T21:07:59.508Z | Jul 03 21:07:57.750 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (22.902429ms) |
3722 | 2025-07-03T21:07:59.512Z | Jul 03 21:07:57.754 INFO [stamp-overlay] process exited with exit status: 0 (27.727365ms) |
3723 | 2025-07-03T21:07:59.522Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3724 | 2025-07-03T21:07:59.528Z | Jul 03 21:07:57.770 INFO [stamp-oxlog] process exited with exit status: 0 (44.72935ms) |
3725 | 2025-07-03T21:07:59.611Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3726 | 2025-07-03T21:07:59.616Z | Jul 03 21:07:57.859 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.263938ms) |
3727 | 2025-07-03T21:07:59.837Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3728 | 2025-07-03T21:07:59.841Z | Jul 03 21:07:58.084 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (357.453924ms) |
3729 | 2025-07-03T21:07:59.985Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3730 | 2025-07-03T21:07:59.991Z | Jul 03 21:07:58.233 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (507.00135ms) |
3731 | 2025-07-03T21:08:00.867Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3732 | 2025-07-03T21:08:00.871Z | Jul 03 21:07:59.113 INFO [stamp-propolis-server] process exited with exit status: 0 (1.386709728s) |
3733 | 2025-07-03T21:08:01.040Z | [recovery-package] Compiling newtype-uuid v1.2.4 |
3734 | 2025-07-03T21:08:01.642Z | [recovery-package] Compiling daft v0.1.3 |
3735 | 2025-07-03T21:08:02.029Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3736 | 2025-07-03T21:08:02.403Z | [recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3737 | 2025-07-03T21:08:02.403Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3738 | 2025-07-03T21:08:02.407Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3739 | 2025-07-03T21:08:02.463Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3740 | 2025-07-03T21:08:03.140Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3741 | 2025-07-03T21:08:07.569Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3742 | 2025-07-03T21:08:07.573Z | Jul 03 21:08:05.815 INFO [stamp-switch-asic] process exited with exit status: 0 (8.090552905s) |
3743 | 2025-07-03T21:08:07.573Z | Jul 03 21:08:05.815 INFO [host-stamp] task succeeded (8.091452464s) |
3744 | 2025-07-03T21:08:07.574Z | Jul 03 21:08:05.815 INFO [host-proto] running task |
3745 | 2025-07-03T21:08:08.110Z | Jul 03 21:08:06.351 INFO [host-proto] task succeeded (535.869268ms) |
3746 | 2025-07-03T21:08:08.110Z | Jul 03 21:08:06.351 INFO [host-profile] running task |
3747 | 2025-07-03T21:08:08.114Z | Jul 03 21:08:06.352 INFO [host-profile] task succeeded (245.224µs) |
3748 | 2025-07-03T21:08:08.114Z | Jul 03 21:08:06.352 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.37.386' -P /tmp/.tmpH7P5dx/proto/host/root -N 'ci 3f50db7/${os_short_commit} 2025-07-03 20:41' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3749 | 2025-07-03T21:08:08.119Z | [ host-image] Jul 03 21:08:06.360 INFO Checking files for board 'gimlet' |
3750 | 2025-07-03T21:08:08.119Z | [ host-image] Jul 03 21:08:06.361 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3751 | 2025-07-03T21:08:08.123Z | [ host-image] Jul 03 21:08:06.361 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
3752 | 2025-07-03T21:08:08.123Z | [ host-image] Jul 03 21:08:06.361 INFO Checking files for board 'cosmo' |
3753 | 2025-07-03T21:08:08.123Z | [ host-image] Jul 03 21:08:06.361 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
3754 | 2025-07-03T21:08:08.123Z | [ host-image] Jul 03 21:08:06.361 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml" |
3755 | 2025-07-03T21:08:08.133Z | [ host-image] Jul 03 21:08:06.375 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpH7P5dx/proto/host/root" |
3756 | 2025-07-03T21:08:08.133Z | [ host-image] Jul 03 21:08:06.375 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
3757 | 2025-07-03T21:08:08.133Z | [ host-image] Jul 03 21:08:06.375 INFO image builder template: ramdisk-01-os... |
3758 | 2025-07-03T21:08:08.137Z | [ host-image] Jul 03 21:08:06.375 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpH7P5dx/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.386", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3759 | 2025-07-03T21:08:08.153Z | [ host-image] Jul 03 21:08:06.394 INFO O| Jul 03 21:08:06.394 INFO CREATE DATASET: rpool/images/build/host/output |
3760 | 2025-07-03T21:08:08.599Z | [ host-image] Jul 03 21:08:06.840 INFO O| Jul 03 21:08:06.840 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
3761 | 2025-07-03T21:08:08.603Z | [ host-image] Jul 03 21:08:06.845 INFO O| Jul 03 21:08:06.845 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
3762 | 2025-07-03T21:08:08.897Z | [ host-image] Jul 03 21:08:07.138 INFO O| Jul 03 21:08:07.138 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
3763 | 2025-07-03T21:08:08.973Z | [ host-image] Jul 03 21:08:07.214 INFO O| Jul 03 21:08:07.214 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
3764 | 2025-07-03T21:08:08.973Z | [ host-image] Jul 03 21:08:07.214 INFO O| Jul 03 21:08:07.214 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
3765 | 2025-07-03T21:08:08.976Z | [ host-image] Jul 03 21:08:07.214 INFO O| Jul 03 21:08:07.214 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
3766 | 2025-07-03T21:08:08.976Z | [ host-image] Jul 03 21:08:07.214 INFO O| Jul 03 21:08:07.214 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
3767 | 2025-07-03T21:08:08.980Z | [ host-image] Jul 03 21:08:07.221 INFO O| Jul 03 21:08:07.221 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
3768 | 2025-07-03T21:08:09.224Z | [ host-image] Jul 03 21:08:07.465 INFO O| Jul 03 21:08:07.465 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3769 | 2025-07-03T21:08:09.236Z | [ host-image] Jul 03 21:08:07.477 INFO O| Jul 03 21:08:07.477 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
3770 | 2025-07-03T21:08:09.632Z | [ host-image] Jul 03 21:08:07.874 INFO O| Jul 03 21:08:07.874 INFO O| Caching catalogs ... Done |
3771 | 2025-07-03T21:08:09.731Z | [ host-image] Jul 03 21:08:07.973 INFO O| Jul 03 21:08:07.973 INFO STEP 0 (pkg_image_create) COMPLETE |
3772 | 2025-07-03T21:08:09.731Z | [ host-image] Jul 03 21:08:07.973 INFO O| Jul 03 21:08:07.973 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3773 | 2025-07-03T21:08:09.778Z | [ host-image] Jul 03 21:08:07.984 INFO O| Jul 03 21:08:07.983 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3774 | 2025-07-03T21:08:10.134Z | [ host-image] Jul 03 21:08:08.375 INFO O| Jul 03 21:08:08.375 INFO STEP 1 (pkg_set_publisher) COMPLETE |
3775 | 2025-07-03T21:08:10.134Z | [ host-image] Jul 03 21:08:08.375 INFO O| Jul 03 21:08:08.375 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3776 | 2025-07-03T21:08:10.134Z | [ host-image] Jul 03 21:08:08.375 INFO O| Jul 03 21:08:08.375 INFO skip step because feature "publisher_1_name" is not enabled |
3777 | 2025-07-03T21:08:10.138Z | [ host-image] Jul 03 21:08:08.375 INFO O| Jul 03 21:08:08.375 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3778 | 2025-07-03T21:08:10.138Z | [ host-image] Jul 03 21:08:08.375 INFO O| Jul 03 21:08:08.375 INFO skip step because feature "publisher_2_name" is not enabled |
3779 | 2025-07-03T21:08:10.138Z | [ host-image] Jul 03 21:08:08.375 INFO O| Jul 03 21:08:08.375 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3780 | 2025-07-03T21:08:10.138Z | [ host-image] Jul 03 21:08:08.375 INFO O| Jul 03 21:08:08.375 INFO skip step because feature "publisher_3_name" is not enabled |
3781 | 2025-07-03T21:08:10.138Z | [ host-image] Jul 03 21:08:08.375 INFO O| Jul 03 21:08:08.375 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3782 | 2025-07-03T21:08:10.518Z | [ host-image] Jul 03 21:08:08.760 INFO O| Jul 03 21:08:08.760 INFO variant opensolaris.zone is already global |
3783 | 2025-07-03T21:08:10.518Z | [ host-image] Jul 03 21:08:08.760 INFO O| Jul 03 21:08:08.760 INFO STEP 5 (pkg_change_variant) COMPLETE |
3784 | 2025-07-03T21:08:10.521Z | [ host-image] Jul 03 21:08:08.760 INFO O| Jul 03 21:08:08.760 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3785 | 2025-07-03T21:08:10.908Z | [ host-image] Jul 03 21:08:09.149 INFO O| Jul 03 21:08:09.149 INFO variant opensolaris.imagetype is full; changing to partial |
3786 | 2025-07-03T21:08:10.908Z | [ host-image] Jul 03 21:08:09.149 INFO O| Jul 03 21:08:09.149 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3787 | 2025-07-03T21:08:13.001Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3788 | 2025-07-03T21:08:13.001Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3789 | 2025-07-03T21:08:13.006Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3790 | 2025-07-03T21:08:18.491Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3791 | 2025-07-03T21:08:18.491Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3792 | 2025-07-03T21:08:19.748Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3793 | 2025-07-03T21:08:21.002Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3794 | 2025-07-03T21:08:21.383Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3795 | 2025-07-03T21:08:23.051Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3796 | 2025-07-03T21:08:26.302Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3797 | 2025-07-03T21:08:36.501Z | [ host-image] Jul 03 21:08:34.739 INFO O| Jul 03 21:08:34.739 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3798 | 2025-07-03T21:08:48.205Z | [ host-image] Jul 03 21:08:46.442 INFO O| Jul 03 21:08:46.442 INFO O| Startup: Caching catalogs ... Done |
3799 | 2025-07-03T21:08:48.286Z | [ host-image] Jul 03 21:08:46.523 INFO O| Jul 03 21:08:46.523 INFO O| Planning: Planning completed in 0.00 seconds |
3800 | 2025-07-03T21:08:48.292Z | [ host-image] Jul 03 21:08:46.524 INFO O| Jul 03 21:08:46.524 INFO O| Planning: Consolidating action changes ... Done |
3801 | 2025-07-03T21:08:48.292Z | [ host-image] Jul 03 21:08:46.524 INFO O| Jul 03 21:08:46.524 INFO O| Planning: Evaluating mediators ... Done |
3802 | 2025-07-03T21:08:48.292Z | [ host-image] Jul 03 21:08:46.524 INFO O| Jul 03 21:08:46.524 INFO O| Planning: Planning completed in 0.00 seconds |
3803 | 2025-07-03T21:08:48.292Z | [ host-image] Jul 03 21:08:46.524 INFO O| Jul 03 21:08:46.524 INFO O| Variants/Facets to change: 1 |
3804 | 2025-07-03T21:08:48.302Z | [ host-image] Jul 03 21:08:46.540 INFO O| Jul 03 21:08:46.539 INFO O| Done |
3805 | 2025-07-03T21:08:48.302Z | [ host-image] Jul 03 21:08:46.540 INFO O| Jul 03 21:08:46.539 INFO O| Done |
3806 | 2025-07-03T21:08:49.304Z | [ host-image] Jul 03 21:08:47.541 INFO O| Jul 03 21:08:47.541 INFO O| Done |
3807 | 2025-07-03T21:08:49.398Z | [ host-image] Jul 03 21:08:47.635 INFO O| Jul 03 21:08:47.634 INFO O| Done |
3808 | 2025-07-03T21:08:49.406Z | [ host-image] Jul 03 21:08:47.636 INFO O| Jul 03 21:08:47.636 INFO O| Done |
3809 | 2025-07-03T21:08:49.406Z | [ host-image] Jul 03 21:08:47.636 INFO O| Jul 03 21:08:47.636 INFO O| Done |
3810 | 2025-07-03T21:08:49.406Z | [ host-image] Jul 03 21:08:47.637 INFO O| Jul 03 21:08:47.637 INFO O| Done |
3811 | 2025-07-03T21:08:50.483Z | [ host-image] Jul 03 21:08:48.720 INFO O| Jul 03 21:08:48.720 INFO STEP 6 (pkg_change_variant) COMPLETE |
3812 | 2025-07-03T21:08:50.483Z | [ host-image] Jul 03 21:08:48.720 INFO O| Jul 03 21:08:48.720 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3813 | 2025-07-03T21:08:50.486Z | [ host-image] Jul 03 21:08:48.720 INFO O| Jul 03 21:08:48.720 INFO skip step because feature "debug_variant" is not enabled |
3814 | 2025-07-03T21:08:50.487Z | [ host-image] Jul 03 21:08:48.720 INFO O| Jul 03 21:08:48.720 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3815 | 2025-07-03T21:08:50.871Z | [ host-image] Jul 03 21:08:49.108 INFO O| Jul 03 21:08:49.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
3816 | 2025-07-03T21:08:52.162Z | [recovery-package] Finished `release` profile [optimized] target(s) in 52.37s |
3817 | 2025-07-03T21:08:53.844Z | Jul 03 21:08:52.081 INFO [recovery-package] process exited with exit status: 0 (54.35647766s) |
3818 | 2025-07-03T21:08:53.844Z | Jul 03 21:08:52.081 INFO [recovery-stamp] running task |
3819 | 2025-07-03T21:08:53.849Z | Jul 03 21:08:52.082 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 15.0.0-0.ci+git3f50db706aa |
3820 | 2025-07-03T21:08:53.849Z | Jul 03 21:08:52.082 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3821 | 2025-07-03T21:08:53.850Z | Jul 03 21:08:52.082 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 15.0.0-0.ci+git3f50db706aa |
3822 | 2025-07-03T21:08:53.858Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3823 | 2025-07-03T21:08:53.858Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3824 | 2025-07-03T21:08:53.978Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3825 | 2025-07-03T21:08:53.982Z | Jul 03 21:08:52.209 INFO [stamp-installinator] process exited with exit status: 0 (126.74841ms) |
3826 | 2025-07-03T21:08:54.036Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3827 | 2025-07-03T21:08:54.040Z | Jul 03 21:08:52.277 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (195.791003ms) |
3828 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.278 INFO [recovery-stamp] task succeeded (196.241644ms) |
3829 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.278 INFO [recovery-proto] running task |
3830 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.278 INFO [tuf-stamp] running task |
3831 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.278 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 15.0.0-0.ci+git3f50db706aa |
3832 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.279 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 15.0.0-0.ci+git3f50db706aa |
3833 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.279 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 15.0.0-0.ci+git3f50db706aa |
3834 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.279 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 15.0.0-0.ci+git3f50db706aa |
3835 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.286 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 15.0.0-0.ci+git3f50db706aa |
3836 | 2025-07-03T21:08:54.056Z | Jul 03 21:08:52.286 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 15.0.0-0.ci+git3f50db706aa |
3837 | 2025-07-03T21:08:54.057Z | Jul 03 21:08:52.286 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 15.0.0-0.ci+git3f50db706aa |
3838 | 2025-07-03T21:08:54.057Z | Jul 03 21:08:52.286 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 15.0.0-0.ci+git3f50db706aa |
3839 | 2025-07-03T21:08:54.057Z | Jul 03 21:08:52.286 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 15.0.0-0.ci+git3f50db706aa |
3840 | 2025-07-03T21:08:54.057Z | Jul 03 21:08:52.286 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 15.0.0-0.ci+git3f50db706aa |
3841 | 2025-07-03T21:08:54.057Z | Jul 03 21:08:52.286 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 15.0.0-0.ci+git3f50db706aa |
3842 | 2025-07-03T21:08:54.057Z | Jul 03 21:08:52.286 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 15.0.0-0.ci+git3f50db706aa |
3843 | 2025-07-03T21:08:54.070Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3844 | 2025-07-03T21:08:54.070Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3845 | 2025-07-03T21:08:54.070Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3846 | 2025-07-03T21:08:54.070Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3847 | 2025-07-03T21:08:54.070Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3848 | 2025-07-03T21:08:54.070Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3849 | 2025-07-03T21:08:54.070Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3850 | 2025-07-03T21:08:54.070Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3851 | 2025-07-03T21:08:54.070Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3852 | 2025-07-03T21:08:54.077Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3853 | 2025-07-03T21:08:54.077Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3854 | 2025-07-03T21:08:54.080Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3855 | 2025-07-03T21:08:54.224Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3856 | 2025-07-03T21:08:54.229Z | Jul 03 21:08:52.466 INFO [stamp-probe] process exited with exit status: 0 (184.079732ms) |
3857 | 2025-07-03T21:08:54.355Z | Jul 03 21:08:52.592 INFO [recovery-proto] task succeeded (314.024187ms) |
3858 | 2025-07-03T21:08:54.375Z | Jul 03 21:08:52.609 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.37.386' -P /tmp/.tmpH7P5dx/proto/recovery/root -N 'recovery 3f50db7/${os_short_commit} 2025-07-03 20:41' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3859 | 2025-07-03T21:08:54.384Z | [ recovery-image] Jul 03 21:08:52.621 INFO Checking files for board 'cosmo' |
3860 | 2025-07-03T21:08:54.384Z | [ recovery-image] Jul 03 21:08:52.621 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
3861 | 2025-07-03T21:08:54.388Z | [ recovery-image] Jul 03 21:08:52.621 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml" |
3862 | 2025-07-03T21:08:54.388Z | [ recovery-image] Jul 03 21:08:52.621 INFO Checking files for board 'gimlet' |
3863 | 2025-07-03T21:08:54.388Z | [ recovery-image] Jul 03 21:08:52.621 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3864 | 2025-07-03T21:08:54.388Z | [ recovery-image] Jul 03 21:08:52.621 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
3865 | 2025-07-03T21:08:54.403Z | [ recovery-image] Jul 03 21:08:52.639 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpH7P5dx/proto/recovery/root" |
3866 | 2025-07-03T21:08:54.403Z | [ recovery-image] Jul 03 21:08:52.639 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
3867 | 2025-07-03T21:08:54.406Z | [ recovery-image] Jul 03 21:08:52.639 INFO image builder template: ramdisk-01-os... |
3868 | 2025-07-03T21:08:54.406Z | [ recovery-image] Jul 03 21:08:52.640 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpH7P5dx/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.386", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3869 | 2025-07-03T21:08:54.443Z | [ recovery-image] Jul 03 21:08:52.675 INFO O| Jul 03 21:08:52.675 INFO CREATE DATASET: rpool/images/build/recovery/output |
3870 | 2025-07-03T21:08:54.775Z | [ recovery-image] Jul 03 21:08:53.012 INFO O| Jul 03 21:08:53.012 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
3871 | 2025-07-03T21:08:54.781Z | [ recovery-image] Jul 03 21:08:53.018 INFO O| Jul 03 21:08:53.018 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
3872 | 2025-07-03T21:08:55.228Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3873 | 2025-07-03T21:08:55.232Z | Jul 03 21:08:53.467 INFO [stamp-ntp] process exited with exit status: 0 (1.187771226s) |
3874 | 2025-07-03T21:08:55.334Z | [ recovery-image] Jul 03 21:08:53.568 INFO O| Jul 03 21:08:53.568 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
3875 | 2025-07-03T21:08:55.473Z | [ recovery-image] Jul 03 21:08:53.705 INFO O| Jul 03 21:08:53.705 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
3876 | 2025-07-03T21:08:55.473Z | [ recovery-image] Jul 03 21:08:53.705 INFO O| Jul 03 21:08:53.705 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
3877 | 2025-07-03T21:08:55.485Z | [ recovery-image] Jul 03 21:08:53.705 INFO O| Jul 03 21:08:53.705 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
3878 | 2025-07-03T21:08:55.485Z | [ recovery-image] Jul 03 21:08:53.705 INFO O| Jul 03 21:08:53.705 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
3879 | 2025-07-03T21:08:55.490Z | [ recovery-image] Jul 03 21:08:53.716 INFO O| Jul 03 21:08:53.716 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
3880 | 2025-07-03T21:08:55.910Z | [ recovery-image] Jul 03 21:08:54.147 INFO O| Jul 03 21:08:54.143 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3881 | 2025-07-03T21:08:55.914Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3882 | 2025-07-03T21:08:55.927Z | [ recovery-image] Jul 03 21:08:54.159 INFO O| Jul 03 21:08:54.159 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
3883 | 2025-07-03T21:08:55.959Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3884 | 2025-07-03T21:08:55.976Z | Jul 03 21:08:54.201 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.916002208s) |
3885 | 2025-07-03T21:08:56.005Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3886 | 2025-07-03T21:08:56.263Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3887 | 2025-07-03T21:08:56.294Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3888 | 2025-07-03T21:08:56.318Z | Jul 03 21:08:54.555 INFO [stamp-internal-dns] process exited with exit status: 0 (2.275796024s) |
3889 | 2025-07-03T21:08:56.330Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3890 | 2025-07-03T21:08:56.382Z | Jul 03 21:08:54.618 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.339128842s) |
3891 | 2025-07-03T21:08:56.398Z | Jul 03 21:08:54.622 INFO [stamp-external-dns] process exited with exit status: 0 (2.335870351s) |
3892 | 2025-07-03T21:08:56.617Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3893 | 2025-07-03T21:08:56.626Z | Jul 03 21:08:54.862 INFO [stamp-oximeter] process exited with exit status: 0 (2.579382234s) |
3894 | 2025-07-03T21:08:56.659Z | [ recovery-image] Jul 03 21:08:54.895 INFO O| Jul 03 21:08:54.895 INFO O| Caching catalogs ... Done |
3895 | 2025-07-03T21:08:56.823Z | [ recovery-image] Jul 03 21:08:55.059 INFO O| Jul 03 21:08:55.059 INFO STEP 0 (pkg_image_create) COMPLETE |
3896 | 2025-07-03T21:08:56.823Z | [ recovery-image] Jul 03 21:08:55.059 INFO O| Jul 03 21:08:55.059 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3897 | 2025-07-03T21:08:56.840Z | [ recovery-image] Jul 03 21:08:55.076 INFO O| Jul 03 21:08:55.076 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3898 | 2025-07-03T21:08:57.449Z | [ recovery-image] Jul 03 21:08:55.686 INFO O| Jul 03 21:08:55.686 INFO STEP 1 (pkg_set_publisher) COMPLETE |
3899 | 2025-07-03T21:08:57.449Z | [ recovery-image] Jul 03 21:08:55.686 INFO O| Jul 03 21:08:55.686 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3900 | 2025-07-03T21:08:57.449Z | [ recovery-image] Jul 03 21:08:55.686 INFO O| Jul 03 21:08:55.686 INFO skip step because feature "publisher_1_name" is not enabled |
3901 | 2025-07-03T21:08:57.449Z | [ recovery-image] Jul 03 21:08:55.686 INFO O| Jul 03 21:08:55.686 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3902 | 2025-07-03T21:08:57.449Z | [ recovery-image] Jul 03 21:08:55.686 INFO O| Jul 03 21:08:55.686 INFO skip step because feature "publisher_2_name" is not enabled |
3903 | 2025-07-03T21:08:57.453Z | [ recovery-image] Jul 03 21:08:55.686 INFO O| Jul 03 21:08:55.686 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3904 | 2025-07-03T21:08:57.453Z | [ recovery-image] Jul 03 21:08:55.686 INFO O| Jul 03 21:08:55.686 INFO skip step because feature "publisher_3_name" is not enabled |
3905 | 2025-07-03T21:08:57.453Z | [ recovery-image] Jul 03 21:08:55.686 INFO O| Jul 03 21:08:55.686 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3906 | 2025-07-03T21:08:58.072Z | [ recovery-image] Jul 03 21:08:56.308 INFO O| Jul 03 21:08:56.308 INFO variant opensolaris.zone is already global |
3907 | 2025-07-03T21:08:58.072Z | [ recovery-image] Jul 03 21:08:56.308 INFO O| Jul 03 21:08:56.308 INFO STEP 5 (pkg_change_variant) COMPLETE |
3908 | 2025-07-03T21:08:58.072Z | [ recovery-image] Jul 03 21:08:56.308 INFO O| Jul 03 21:08:56.308 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3909 | 2025-07-03T21:08:58.631Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3910 | 2025-07-03T21:08:58.667Z | Jul 03 21:08:56.904 INFO [stamp-nexus] process exited with exit status: 0 (4.62247533s) |
3911 | 2025-07-03T21:08:58.753Z | [ recovery-image] Jul 03 21:08:56.990 INFO O| Jul 03 21:08:56.990 INFO variant opensolaris.imagetype is full; changing to partial |
3912 | 2025-07-03T21:08:58.753Z | [ recovery-image] Jul 03 21:08:56.990 INFO O| Jul 03 21:08:56.990 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3913 | 2025-07-03T21:08:59.685Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3914 | 2025-07-03T21:08:59.690Z | Jul 03 21:08:57.927 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.645022534s) |
3915 | 2025-07-03T21:09:02.514Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3916 | 2025-07-03T21:09:02.701Z | [verify-libraries] Compiling home v0.5.9 |
3917 | 2025-07-03T21:09:02.732Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3918 | 2025-07-03T21:09:02.737Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3919 | 2025-07-03T21:09:02.737Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3920 | 2025-07-03T21:09:02.737Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3921 | 2025-07-03T21:09:03.070Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3922 | 2025-07-03T21:09:03.076Z | Jul 03 21:09:01.312 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.031845689s) |
3923 | 2025-07-03T21:09:03.082Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3924 | 2025-07-03T21:09:03.124Z | [verify-libraries] Compiling polyval v0.6.2 |
3925 | 2025-07-03T21:09:03.129Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3926 | 2025-07-03T21:09:03.353Z | [verify-libraries] Compiling nix v0.28.0 |
3927 | 2025-07-03T21:09:03.599Z | [verify-libraries] Compiling sqlformat v0.3.5 |
3928 | 2025-07-03T21:09:03.731Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
3929 | 2025-07-03T21:09:03.775Z | Jul 03 21:09:02.011 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.732278602s) |
3930 | 2025-07-03T21:09:03.807Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3931 | 2025-07-03T21:09:03.852Z | [verify-libraries] Compiling ghash v0.5.1 |
3932 | 2025-07-03T21:09:03.857Z | Jul 03 21:09:02.091 INFO [stamp-clickhouse] process exited with exit status: 0 (9.812155676s) |
3933 | 2025-07-03T21:09:03.857Z | Jul 03 21:09:02.091 INFO [tuf-stamp] task succeeded (9.812949682s) |
3934 | 2025-07-03T21:09:03.981Z | [verify-libraries] Compiling ctr v0.9.2 |
3935 | 2025-07-03T21:09:04.038Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3936 | 2025-07-03T21:09:04.303Z | [verify-libraries] Compiling blowfish v0.9.1 |
3937 | 2025-07-03T21:09:04.460Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3938 | 2025-07-03T21:09:04.555Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3939 | 2025-07-03T21:09:05.000Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3940 | 2025-07-03T21:09:05.642Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3941 | 2025-07-03T21:09:06.956Z | [verify-libraries] Compiling password-hash v0.4.2 |
3942 | 2025-07-03T21:09:09.416Z | [verify-libraries] Compiling rustyline v14.0.0 |
3943 | 2025-07-03T21:09:09.871Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3944 | 2025-07-03T21:09:10.634Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3945 | 2025-07-03T21:09:11.705Z | [verify-libraries] Compiling p521 v0.13.3 |
3946 | 2025-07-03T21:09:12.875Z | [verify-libraries] Compiling p256 v0.13.2 |
3947 | 2025-07-03T21:09:15.038Z | [verify-libraries] Compiling petname v2.0.2 |
3948 | 2025-07-03T21:09:15.933Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3949 | 2025-07-03T21:09:16.280Z | [verify-libraries] Compiling md5 v0.7.0 |
3950 | 2025-07-03T21:09:16.862Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3951 | 2025-07-03T21:09:17.128Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3952 | 2025-07-03T21:09:23.394Z | [ host-image] Jul 03 21:09:21.627 INFO O| Jul 03 21:09:21.627 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3953 | 2025-07-03T21:09:25.234Z | [verify-libraries] Compiling des v0.8.1 |
3954 | 2025-07-03T21:09:26.051Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3955 | 2025-07-03T21:09:27.060Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3956 | 2025-07-03T21:09:27.539Z | [verify-libraries] Compiling russh v0.45.0 |
3957 | 2025-07-03T21:09:28.420Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3958 | 2025-07-03T21:09:34.793Z | [ recovery-image] Jul 03 21:09:31.711 INFO O| Jul 03 21:09:31.711 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3959 | 2025-07-03T21:09:40.421Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3960 | 2025-07-03T21:09:40.421Z | [ host-image] Jul 03 21:09:37.859 INFO O| Jul 03 21:09:37.858 INFO O| Startup: Caching catalogs ... Done |
3961 | 2025-07-03T21:09:40.421Z | [ host-image] Jul 03 21:09:37.982 INFO O| Jul 03 21:09:37.982 INFO O| Planning: Planning completed in 0.00 seconds |
3962 | 2025-07-03T21:09:40.421Z | [ host-image] Jul 03 21:09:37.983 INFO O| Jul 03 21:09:37.983 INFO O| Planning: Consolidating action changes ... Done |
3963 | 2025-07-03T21:09:40.421Z | [ host-image] Jul 03 21:09:37.984 INFO O| Jul 03 21:09:37.984 INFO O| Planning: Evaluating mediators ... Done |
3964 | 2025-07-03T21:09:40.421Z | [ host-image] Jul 03 21:09:37.984 INFO O| Jul 03 21:09:37.984 INFO O| Planning: Planning completed in 0.00 seconds |
3965 | 2025-07-03T21:09:40.421Z | [ host-image] Jul 03 21:09:37.985 INFO O| Jul 03 21:09:37.985 INFO O| Variants/Facets to change: 1 |
3966 | 2025-07-03T21:09:40.421Z | [ host-image] Jul 03 21:09:38.052 INFO O| Jul 03 21:09:38.051 INFO O| Done |
3967 | 2025-07-03T21:09:40.421Z | [ host-image] Jul 03 21:09:38.052 INFO O| Jul 03 21:09:38.051 INFO O| Done |
3968 | 2025-07-03T21:09:40.421Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3969 | 2025-07-03T21:09:41.730Z | [ host-image] Jul 03 21:09:39.962 INFO O| Jul 03 21:09:39.962 INFO O| Done |
3970 | 2025-07-03T21:09:41.922Z | [ host-image] Jul 03 21:09:40.155 INFO O| Jul 03 21:09:40.155 INFO O| Done |
3971 | 2025-07-03T21:09:41.926Z | [ host-image] Jul 03 21:09:40.156 INFO O| Jul 03 21:09:40.156 INFO O| Done |
3972 | 2025-07-03T21:09:41.938Z | [ host-image] Jul 03 21:09:40.171 INFO O| Jul 03 21:09:40.171 INFO O| Done |
3973 | 2025-07-03T21:09:41.942Z | [ host-image] Jul 03 21:09:40.173 INFO O| Jul 03 21:09:40.173 INFO O| Done |
3974 | 2025-07-03T21:09:42.333Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3975 | 2025-07-03T21:09:42.846Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3976 | 2025-07-03T21:09:43.703Z | [ host-image] Jul 03 21:09:41.935 INFO O| Jul 03 21:09:41.935 INFO STEP 8 (pkg_change_facet) COMPLETE |
3977 | 2025-07-03T21:09:43.703Z | [ host-image] Jul 03 21:09:41.935 INFO O| Jul 03 21:09:41.935 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3978 | 2025-07-03T21:09:43.706Z | [ host-image] Jul 03 21:09:41.935 INFO O| Jul 03 21:09:41.935 INFO skip step because feature "recovery" is not enabled |
3979 | 2025-07-03T21:09:43.706Z | [ host-image] Jul 03 21:09:41.935 INFO O| Jul 03 21:09:41.935 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3980 | 2025-07-03T21:09:43.706Z | [ host-image] Jul 03 21:09:41.935 INFO O| Jul 03 21:09:41.935 INFO skip step because feature "recovery" is not enabled |
3981 | 2025-07-03T21:09:43.706Z | [ host-image] Jul 03 21:09:41.935 INFO O| Jul 03 21:09:41.935 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3982 | 2025-07-03T21:09:43.722Z | [ host-image] Jul 03 21:09:41.954 INFO O| Jul 03 21:09:41.954 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@15.0.0.0"] |
3983 | 2025-07-03T21:09:49.148Z | [ recovery-image] Jul 03 21:09:47.380 INFO O| Jul 03 21:09:47.380 INFO O| Startup: Caching catalogs ... Done |
3984 | 2025-07-03T21:09:49.258Z | [ recovery-image] Jul 03 21:09:47.490 INFO O| Jul 03 21:09:47.490 INFO O| Planning: Planning completed in 0.00 seconds |
3985 | 2025-07-03T21:09:49.261Z | [ recovery-image] Jul 03 21:09:47.491 INFO O| Jul 03 21:09:47.491 INFO O| Planning: Consolidating action changes ... Done |
3986 | 2025-07-03T21:09:49.261Z | [ recovery-image] Jul 03 21:09:47.491 INFO O| Jul 03 21:09:47.491 INFO O| Planning: Evaluating mediators ... Done |
3987 | 2025-07-03T21:09:49.261Z | [ recovery-image] Jul 03 21:09:47.492 INFO O| Jul 03 21:09:47.492 INFO O| Planning: Planning completed in 0.00 seconds |
3988 | 2025-07-03T21:09:49.261Z | [ recovery-image] Jul 03 21:09:47.492 INFO O| Jul 03 21:09:47.492 INFO O| Variants/Facets to change: 1 |
3989 | 2025-07-03T21:09:49.336Z | [ recovery-image] Jul 03 21:09:47.568 INFO O| Jul 03 21:09:47.567 INFO O| Done |
3990 | 2025-07-03T21:09:49.336Z | [ recovery-image] Jul 03 21:09:47.568 INFO O| Jul 03 21:09:47.568 INFO O| Done |
3991 | 2025-07-03T21:09:51.151Z | [ recovery-image] Jul 03 21:09:49.383 INFO O| Jul 03 21:09:49.383 INFO O| Done |
3992 | 2025-07-03T21:09:51.325Z | [ recovery-image] Jul 03 21:09:49.557 INFO O| Jul 03 21:09:49.556 INFO O| Done |
3993 | 2025-07-03T21:09:51.329Z | [ recovery-image] Jul 03 21:09:49.559 INFO O| Jul 03 21:09:49.558 INFO O| Done |
3994 | 2025-07-03T21:09:51.329Z | [ recovery-image] Jul 03 21:09:49.559 INFO O| Jul 03 21:09:49.559 INFO O| Done |
3995 | 2025-07-03T21:09:51.332Z | [ recovery-image] Jul 03 21:09:49.561 INFO O| Jul 03 21:09:49.561 INFO O| Done |
3996 | 2025-07-03T21:09:53.325Z | [ recovery-image] Jul 03 21:09:51.557 INFO O| Jul 03 21:09:51.557 INFO STEP 6 (pkg_change_variant) COMPLETE |
3997 | 2025-07-03T21:09:53.326Z | [ recovery-image] Jul 03 21:09:51.557 INFO O| Jul 03 21:09:51.557 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
3998 | 2025-07-03T21:09:53.326Z | [ recovery-image] Jul 03 21:09:51.557 INFO O| Jul 03 21:09:51.557 INFO skip step because feature "debug_variant" is not enabled |
3999 | 2025-07-03T21:09:53.329Z | [ recovery-image] Jul 03 21:09:51.557 INFO O| Jul 03 21:09:51.557 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
4000 | 2025-07-03T21:09:53.971Z | [ recovery-image] Jul 03 21:09:52.203 INFO O| Jul 03 21:09:52.203 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
4001 | 2025-07-03T21:09:56.396Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
4002 | 2025-07-03T21:09:56.898Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4003 | 2025-07-03T21:09:56.971Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
4004 | 2025-07-03T21:09:57.354Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
4005 | 2025-07-03T21:09:57.693Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
4006 | 2025-07-03T21:09:57.747Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
4007 | 2025-07-03T21:10:19.181Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4008 | 2025-07-03T21:10:21.771Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4009 | 2025-07-03T21:10:22.930Z | [ host-image] Jul 03 21:10:21.158 INFO O| Jul 03 21:10:21.158 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4010 | 2025-07-03T21:10:24.353Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4011 | 2025-07-03T21:10:33.511Z | [ recovery-image] Jul 03 21:10:31.738 INFO O| Jul 03 21:10:31.738 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4012 | 2025-07-03T21:10:39.469Z | [ host-image] Jul 03 21:10:37.696 INFO O| Jul 03 21:10:37.696 INFO O| Startup: Caching catalogs ... Done |
4013 | 2025-07-03T21:10:49.060Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4014 | 2025-07-03T21:10:50.992Z | [ recovery-image] Jul 03 21:10:49.217 INFO O| Jul 03 21:10:49.217 INFO O| Startup: Caching catalogs ... Done |
4015 | 2025-07-03T21:10:51.183Z | [ recovery-image] Jul 03 21:10:49.375 INFO O| Jul 03 21:10:49.375 INFO O| Planning: Planning completed in 0.00 seconds |
4016 | 2025-07-03T21:10:51.192Z | [ recovery-image] Jul 03 21:10:49.376 INFO O| Jul 03 21:10:49.376 INFO O| Planning: Consolidating action changes ... Done |
4017 | 2025-07-03T21:10:51.192Z | [ recovery-image] Jul 03 21:10:49.376 INFO O| Jul 03 21:10:49.376 INFO O| Planning: Evaluating mediators ... Done |
4018 | 2025-07-03T21:10:51.192Z | [ recovery-image] Jul 03 21:10:49.377 INFO O| Jul 03 21:10:49.377 INFO O| Planning: Planning completed in 0.00 seconds |
4019 | 2025-07-03T21:10:51.192Z | [ recovery-image] Jul 03 21:10:49.378 INFO O| Jul 03 21:10:49.377 INFO O| Variants/Facets to change: 1 |
4020 | 2025-07-03T21:10:51.272Z | [ recovery-image] Jul 03 21:10:49.497 INFO O| Jul 03 21:10:49.497 INFO O| Done |
4021 | 2025-07-03T21:10:51.281Z | [ recovery-image] Jul 03 21:10:49.497 INFO O| Jul 03 21:10:49.497 INFO O| Done |
4022 | 2025-07-03T21:10:53.304Z | [ recovery-image] Jul 03 21:10:51.529 INFO O| Jul 03 21:10:51.529 INFO O| Done |
4023 | 2025-07-03T21:10:53.470Z | [ recovery-image] Jul 03 21:10:51.695 INFO O| Jul 03 21:10:51.695 INFO O| Done |
4024 | 2025-07-03T21:10:53.473Z | [ recovery-image] Jul 03 21:10:51.696 INFO O| Jul 03 21:10:51.696 INFO O| Done |
4025 | 2025-07-03T21:10:53.473Z | [ recovery-image] Jul 03 21:10:51.697 INFO O| Jul 03 21:10:51.697 INFO O| Done |
4026 | 2025-07-03T21:10:53.477Z | [ recovery-image] Jul 03 21:10:51.699 INFO O| Jul 03 21:10:51.699 INFO O| Done |
4027 | 2025-07-03T21:10:55.257Z | [ recovery-image] Jul 03 21:10:53.483 INFO O| Jul 03 21:10:53.483 INFO STEP 8 (pkg_change_facet) COMPLETE |
4028 | 2025-07-03T21:10:55.257Z | [ recovery-image] Jul 03 21:10:53.483 INFO O| Jul 03 21:10:53.483 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
4029 | 2025-07-03T21:10:56.279Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4030 | 2025-07-03T21:10:56.798Z | [ recovery-image] Jul 03 21:10:55.023 INFO O| Jul 03 21:10:55.023 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
4031 | 2025-07-03T21:11:00.837Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4032 | 2025-07-03T21:11:02.442Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4033 | 2025-07-03T21:11:04.204Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4034 | 2025-07-03T21:11:15.877Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4035 | 2025-07-03T21:11:34.290Z | [verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
4036 | 2025-07-03T21:11:35.263Z | [ recovery-image] Jul 03 21:11:33.485 INFO O| Jul 03 21:11:33.484 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4037 | 2025-07-03T21:11:40.647Z | [verify-libraries] Compiling heck v0.4.1 |
4038 | 2025-07-03T21:11:41.522Z | [verify-libraries] Compiling yansi v1.0.1 |
4039 | 2025-07-03T21:11:42.215Z | [verify-libraries] Compiling diff v0.1.13 |
4040 | 2025-07-03T21:11:42.865Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
4041 | 2025-07-03T21:11:43.173Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
4042 | 2025-07-03T21:11:44.011Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4043 | 2025-07-03T21:11:46.244Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4044 | 2025-07-03T21:11:50.841Z | [ recovery-image] Jul 03 21:11:49.062 INFO O| Jul 03 21:11:49.062 INFO O| Startup: Caching catalogs ... Done |
4045 | 2025-07-03T21:11:50.974Z | [ recovery-image] Jul 03 21:11:49.194 INFO O| Jul 03 21:11:49.194 INFO O| Planning: Planning completed in 0.00 seconds |
4046 | 2025-07-03T21:11:50.977Z | [ recovery-image] Jul 03 21:11:49.195 INFO O| Jul 03 21:11:49.195 INFO O| Planning: Consolidating action changes ... Done |
4047 | 2025-07-03T21:11:50.977Z | [ recovery-image] Jul 03 21:11:49.195 INFO O| Jul 03 21:11:49.195 INFO O| Planning: Evaluating mediators ... Done |
4048 | 2025-07-03T21:11:50.978Z | [ recovery-image] Jul 03 21:11:49.196 INFO O| Jul 03 21:11:49.195 INFO O| Planning: Planning completed in 0.00 seconds |
4049 | 2025-07-03T21:11:50.978Z | [ recovery-image] Jul 03 21:11:49.196 INFO O| Jul 03 21:11:49.196 INFO O| Variants/Facets to change: 1 |
4050 | 2025-07-03T21:11:51.152Z | [ recovery-image] Jul 03 21:11:49.372 INFO O| Jul 03 21:11:49.372 INFO O| Done |
4051 | 2025-07-03T21:11:51.152Z | [ recovery-image] Jul 03 21:11:49.372 INFO O| Jul 03 21:11:49.372 INFO O| Done |
4052 | 2025-07-03T21:11:52.422Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
4053 | 2025-07-03T21:11:53.051Z | [ recovery-image] Jul 03 21:11:51.271 INFO O| Jul 03 21:11:51.271 INFO O| Done |
4054 | 2025-07-03T21:11:53.106Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
4055 | 2025-07-03T21:11:53.233Z | [ recovery-image] Jul 03 21:11:51.453 INFO O| Jul 03 21:11:51.453 INFO O| Done |
4056 | 2025-07-03T21:11:53.236Z | [ recovery-image] Jul 03 21:11:51.454 INFO O| Jul 03 21:11:51.454 INFO O| Done |
4057 | 2025-07-03T21:11:53.236Z | [ recovery-image] Jul 03 21:11:51.454 INFO O| Jul 03 21:11:51.454 INFO O| Done |
4058 | 2025-07-03T21:11:53.236Z | [ recovery-image] Jul 03 21:11:51.455 INFO O| Jul 03 21:11:51.455 INFO O| Done |
4059 | 2025-07-03T21:11:53.686Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
4060 | 2025-07-03T21:11:54.245Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
4061 | 2025-07-03T21:11:54.932Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
4062 | 2025-07-03T21:11:55.140Z | [ recovery-image] Jul 03 21:11:53.359 INFO O| Jul 03 21:11:53.359 INFO STEP 9 (pkg_change_facet) COMPLETE |
4063 | 2025-07-03T21:11:55.140Z | [ recovery-image] Jul 03 21:11:53.359 INFO O| Jul 03 21:11:53.359 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
4064 | 2025-07-03T21:11:55.729Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4065 | 2025-07-03T21:11:56.037Z | [ recovery-image] Jul 03 21:11:54.257 INFO O| Jul 03 21:11:54.257 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
4066 | 2025-07-03T21:12:02.642Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4067 | 2025-07-03T21:12:29.923Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
4068 | 2025-07-03T21:12:42.725Z | [ recovery-image] Jul 03 21:12:40.940 INFO O| Jul 03 21:12:40.940 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4069 | 2025-07-03T21:12:53.797Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
4070 | 2025-07-03T21:12:59.491Z | [ recovery-image] Jul 03 21:12:56.884 INFO O| Jul 03 21:12:56.884 INFO O| Startup: Caching catalogs ... Done |
4071 | 2025-07-03T21:12:59.504Z | [ recovery-image] Jul 03 21:12:57.012 INFO O| Jul 03 21:12:57.012 INFO O| Planning: Planning completed in 0.00 seconds |
4072 | 2025-07-03T21:12:59.504Z | [ recovery-image] Jul 03 21:12:57.013 INFO O| Jul 03 21:12:57.013 INFO O| Planning: Consolidating action changes ... Done |
4073 | 2025-07-03T21:12:59.504Z | [ recovery-image] Jul 03 21:12:57.013 INFO O| Jul 03 21:12:57.013 INFO O| Planning: Evaluating mediators ... Done |
4074 | 2025-07-03T21:12:59.504Z | [ recovery-image] Jul 03 21:12:57.014 INFO O| Jul 03 21:12:57.014 INFO O| Planning: Planning completed in 0.00 seconds |
4075 | 2025-07-03T21:12:59.504Z | [ recovery-image] Jul 03 21:12:57.014 INFO O| Jul 03 21:12:57.014 INFO O| Variants/Facets to change: 1 |
4076 | 2025-07-03T21:12:59.504Z | [ recovery-image] Jul 03 21:12:57.081 INFO O| Jul 03 21:12:57.081 INFO O| Done |
4077 | 2025-07-03T21:12:59.504Z | [ recovery-image] Jul 03 21:12:57.081 INFO O| Jul 03 21:12:57.081 INFO O| Done |
4078 | 2025-07-03T21:13:00.531Z | [ recovery-image] Jul 03 21:12:58.744 INFO O| Jul 03 21:12:58.744 INFO O| Done |
4079 | 2025-07-03T21:13:00.771Z | [ recovery-image] Jul 03 21:12:58.984 INFO O| Jul 03 21:12:58.984 INFO O| Done |
4080 | 2025-07-03T21:13:00.774Z | [ recovery-image] Jul 03 21:12:58.985 INFO O| Jul 03 21:12:58.985 INFO O| Done |
4081 | 2025-07-03T21:13:00.774Z | [ recovery-image] Jul 03 21:12:58.985 INFO O| Jul 03 21:12:58.985 INFO O| Done |
4082 | 2025-07-03T21:13:00.774Z | [ recovery-image] Jul 03 21:12:58.987 INFO O| Jul 03 21:12:58.987 INFO O| Done |
4083 | 2025-07-03T21:13:02.572Z | [ recovery-image] Jul 03 21:13:00.785 INFO O| Jul 03 21:13:00.785 INFO STEP 10 (pkg_change_facet) COMPLETE |
4084 | 2025-07-03T21:13:02.572Z | [ recovery-image] Jul 03 21:13:00.785 INFO O| Jul 03 21:13:00.785 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
4085 | 2025-07-03T21:13:02.640Z | [ recovery-image] Jul 03 21:13:00.802 INFO O| Jul 03 21:13:00.802 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@15.0.0.0"] |
4086 | 2025-07-03T21:13:03.564Z | [ host-image] Jul 03 21:13:01.777 INFO O| Jul 03 21:13:01.776 INFO O| Planning: Solver setup ... Done |
4087 | 2025-07-03T21:13:14.121Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
4088 | 2025-07-03T21:13:19.734Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
4089 | 2025-07-03T21:13:24.946Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
4090 | 2025-07-03T21:13:29.670Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
4091 | 2025-07-03T21:13:32.072Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
4092 | 2025-07-03T21:13:36.558Z | [verify-libraries] Compiling termios v0.3.3 |
4093 | 2025-07-03T21:13:37.062Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4094 | 2025-07-03T21:13:38.538Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
4095 | 2025-07-03T21:13:42.088Z | [ recovery-image] Jul 03 21:13:40.296 INFO O| Jul 03 21:13:40.296 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4096 | 2025-07-03T21:13:58.859Z | [ recovery-image] Jul 03 21:13:57.067 INFO O| Jul 03 21:13:57.067 INFO O| Startup: Caching catalogs ... Done |
4097 | 2025-07-03T21:14:24.422Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
4098 | 2025-07-03T21:14:43.192Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
4099 | 2025-07-03T21:16:33.455Z | [ recovery-image] Jul 03 21:16:31.648 INFO O| Jul 03 21:16:31.648 INFO O| Planning: Solver setup ... Done |
4100 | 2025-07-03T21:17:43.319Z | [ host-image] Jul 03 21:17:41.505 INFO O| Jul 03 21:17:41.505 INFO O| Planning: Running solver ... Done |
4101 | 2025-07-03T21:17:44.681Z | [ host-image] Jul 03 21:17:42.867 INFO O| Jul 03 21:17:42.867 INFO O| Planning: Finding local manifests ... Done |
4102 | 2025-07-03T21:17:48.547Z | [ host-image] Jul 03 21:17:46.733 INFO O| Jul 03 21:17:46.733 INFO O| Planning: Fetching manifests: 0/126 0% complete |
4103 | 2025-07-03T21:17:52.972Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
4104 | 2025-07-03T21:17:53.554Z | [ host-image] Jul 03 21:17:51.739 INFO O| Jul 03 21:17:51.739 INFO O| Planning: Fetching manifests: 75/126 59% complete |
4105 | 2025-07-03T21:17:55.770Z | [ host-image] Jul 03 21:17:53.955 INFO O| Jul 03 21:17:53.955 INFO O| Planning: Fetching manifests: 126/126 100% complete |
4106 | 2025-07-03T21:17:57.573Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
4107 | 2025-07-03T21:17:57.616Z | [ host-image] Jul 03 21:17:55.801 INFO O| Jul 03 21:17:55.787 INFO O| Planning: Package planning ... Done |
4108 | 2025-07-03T21:17:59.526Z | [ host-image] Jul 03 21:17:57.711 INFO O| Jul 03 21:17:57.711 INFO O| Planning: Merging actions ... Done |
4109 | 2025-07-03T21:17:59.890Z | [ host-image] Jul 03 21:17:58.075 INFO O| Jul 03 21:17:58.075 INFO O| Planning: Checking for conflicting actions ... Done |
4110 | 2025-07-03T21:18:00.202Z | [ host-image] Jul 03 21:17:58.386 INFO O| Jul 03 21:17:58.386 INFO O| Planning: Consolidating action changes ... Done |
4111 | 2025-07-03T21:18:00.810Z | [ host-image] Jul 03 21:17:58.995 INFO O| Jul 03 21:17:58.995 INFO O| Planning: Evaluating mediators ... Done |
4112 | 2025-07-03T21:18:08.628Z | [ host-image] Jul 03 21:18:06.812 INFO O| Jul 03 21:18:06.812 INFO O| Planning: Planning completed in 448.99 seconds |
4113 | 2025-07-03T21:18:08.633Z | [ host-image] Jul 03 21:18:06.817 INFO O| Jul 03 21:18:06.817 INFO O| Packages to install: 126 |
4114 | 2025-07-03T21:18:08.637Z | [ host-image] Jul 03 21:18:06.817 INFO O| Jul 03 21:18:06.817 INFO O| Mediators to change: 5 |
4115 | 2025-07-03T21:18:08.637Z | [ host-image] Jul 03 21:18:06.817 INFO O| Jul 03 21:18:06.817 INFO O| Services to change: 6 |
4116 | 2025-07-03T21:18:08.801Z | [ host-image] Jul 03 21:18:06.985 INFO O| Jul 03 21:18:06.985 INFO O| Download: 0/22884 items 0.0/207.3MB 0% complete |
4117 | 2025-07-03T21:18:13.827Z | [ host-image] Jul 03 21:18:12.010 INFO O| Jul 03 21:18:12.010 INFO O| Download: 1296/22884 items 8.1/207.3MB 3% complete (1.7M/s) |
4118 | 2025-07-03T21:18:18.968Z | [ host-image] Jul 03 21:18:17.151 INFO O| Jul 03 21:18:17.151 INFO O| Download: 1948/22884 items 22.3/207.3MB 10% complete (2.3M/s) |
4119 | 2025-07-03T21:18:23.969Z | [ host-image] Jul 03 21:18:22.151 INFO O| Jul 03 21:18:22.151 INFO O| Download: 2852/22884 items 32.5/207.3MB 15% complete (2.4M/s) |
4120 | 2025-07-03T21:18:28.979Z | [ host-image] Jul 03 21:18:27.161 INFO O| Jul 03 21:18:27.161 INFO O| Download: 4424/22884 items 41.3/207.3MB 19% complete (1.9M/s) |
4121 | 2025-07-03T21:18:33.981Z | [ host-image] Jul 03 21:18:32.162 INFO O| Jul 03 21:18:32.162 INFO O| Download: 5433/22884 items 46.4/207.3MB 22% complete (1.4M/s) |
4122 | 2025-07-03T21:18:35.184Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4123 | 2025-07-03T21:18:38.987Z | [ host-image] Jul 03 21:18:37.167 INFO O| Jul 03 21:18:37.167 INFO O| Download: 6910/22884 items 49.2/207.3MB 23% complete (794k/s) |
4124 | 2025-07-03T21:18:43.987Z | [ host-image] Jul 03 21:18:42.167 INFO O| Jul 03 21:18:42.167 INFO O| Download: 8037/22884 items 59.9/207.3MB 28% complete (1.4M/s) |
4125 | 2025-07-03T21:18:48.990Z | [ host-image] Jul 03 21:18:47.170 INFO O| Jul 03 21:18:47.170 INFO O| Download: 8868/22884 items 74.7/207.3MB 36% complete (2.5M/s) |
4126 | 2025-07-03T21:18:54.010Z | [ host-image] Jul 03 21:18:52.190 INFO O| Jul 03 21:18:52.190 INFO O| Download: 10288/22884 items 89.7/207.3MB 43% complete (2.9M/s) |
4127 | 2025-07-03T21:18:59.045Z | [ host-image] Jul 03 21:18:57.223 INFO O| Jul 03 21:18:57.223 INFO O| Download: 11234/22884 items 97.2/207.3MB 46% complete (2.2M/s) |
4128 | 2025-07-03T21:19:00.132Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
4129 | 2025-07-03T21:19:00.276Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4130 | 2025-07-03T21:19:01.097Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4131 | 2025-07-03T21:19:02.724Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4132 | 2025-07-03T21:19:04.093Z | [ host-image] Jul 03 21:19:02.271 INFO O| Jul 03 21:19:02.271 INFO O| Download: 12187/22884 items 104.4/207.3MB 50% complete (1.5M/s) |
4133 | 2025-07-03T21:19:09.362Z | [ host-image] Jul 03 21:19:07.540 INFO O| Jul 03 21:19:07.540 INFO O| Download: 13386/22884 items 113.3/207.3MB 54% complete (1.6M/s) |
4134 | 2025-07-03T21:19:14.385Z | [ host-image] Jul 03 21:19:12.563 INFO O| Jul 03 21:19:12.563 INFO O| Download: 14490/22884 items 115.1/207.3MB 55% complete (1.0M/s) |
4135 | 2025-07-03T21:19:19.386Z | [ host-image] Jul 03 21:19:17.563 INFO O| Jul 03 21:19:17.563 INFO O| Download: 15613/22884 items 128.4/207.3MB 61% complete (1.5M/s) |
4136 | 2025-07-03T21:19:24.390Z | [ host-image] Jul 03 21:19:22.567 INFO O| Jul 03 21:19:22.566 INFO O| Download: 16901/22884 items 147.5/207.3MB 71% complete (3.2M/s) |
4137 | 2025-07-03T21:19:31.315Z | [ host-image] Jul 03 21:19:29.491 INFO O| Jul 03 21:19:29.491 INFO O| Download: 17094/22884 items 148.3/207.3MB 71% complete (2.9M/s) |
4138 | 2025-07-03T21:19:55.535Z | [ host-image] Jul 03 21:19:53.708 INFO O| Jul 03 21:19:53.708 INFO O| Download: 17108/22884 items 148.4/207.3MB 71% complete |
4139 | 2025-07-03T21:20:26.190Z | [ host-image] Jul 03 21:20:24.361 INFO O| Jul 03 21:20:24.360 INFO O| Download: 17108/22884 items 148.4/207.3MB 71% complete |
4140 | 2025-07-03T21:20:42.044Z | [ recovery-image] Jul 03 21:20:40.213 INFO O| Jul 03 21:20:40.213 INFO O| Planning: Running solver ... Done |
4141 | 2025-07-03T21:20:43.203Z | [ recovery-image] Jul 03 21:20:41.372 INFO O| Jul 03 21:20:41.372 INFO O| Planning: Finding local manifests ... Done |
4142 | 2025-07-03T21:20:56.281Z | [ host-image] Jul 03 21:20:54.448 INFO O| Jul 03 21:20:54.448 INFO O| Download: 17108/22884 items 148.4/207.3MB 71% complete |
4143 | 2025-07-03T21:21:26.397Z | [ host-image] Jul 03 21:21:24.561 INFO O| Jul 03 21:21:24.561 INFO O| Download: 17108/22884 items 148.4/207.3MB 71% complete |
4144 | 2025-07-03T21:21:56.508Z | [ host-image] Jul 03 21:21:54.669 INFO O| Jul 03 21:21:54.669 INFO O| Download: 17108/22884 items 148.4/207.3MB 71% complete |
4145 | 2025-07-03T21:21:56.525Z | [ host-image] Jul 03 21:21:54.687 INFO O| Jul 03 21:21:54.687 INFO E| Errors were encountered while attempting to retrieve package or file data for |
4146 | 2025-07-03T21:21:56.525Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.687 INFO E| the requested operation. |
4147 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| Details follow: |
4148 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| pkg://helios-dev/system/library@0.5.11,5.11-2.0.23466:20250703T143438Z |
4149 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 1: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4150 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/45561808630cf63e5fabc664024a883a40cf549e' (happened 3 times) |
4151 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 2: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4152 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/588380daca3b7f47e15b7b75981482307f691cb8' (happened 3 times) |
4153 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 3: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4154 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/558854ab115fe87591da9d803243c2c41749596d' (happened 3 times) |
4155 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 4: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4156 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/2e3012caf0bf6e40504e9d2076ba796548713c47' (happened 3 times) |
4157 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 5: Framework stall: |
4158 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/1c7057316b39e5e8dca7bee64b47838e1edd28a7' |
4159 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 6: Framework stall: |
4160 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/6e1babf526ebc0712f3bf37df931791d24df1ba1' |
4161 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 7: Framework stall: |
4162 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/239b8357c815fe07d408432a66e2ddd7acb6fb1f' |
4163 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 8: Framework stall: |
4164 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/b3cefca89be497b97fe1a8c397d9df3a81232469' |
4165 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 9: Framework stall: |
4166 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/87a5017d1d75e354f6f797338f1e39dccfd6a6e1' |
4167 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 10: Framework stall: |
4168 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/1980e52d40c1348e19db6914625032d58ec0f4d2' |
4169 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 11: Framework stall: |
4170 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/4ec8422d11086f58a810326f57f01b070da9b4f8' |
4171 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 12: Framework stall: |
4172 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/ca8ce9ea77a45d1a2bbadd179a70b5fadf2c0d6f' |
4173 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 13: Framework stall: |
4174 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/3883f8d860d0179c4ae0cbbff85aed28c722b107' |
4175 | 2025-07-03T21:21:56.530Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 14: Framework stall: |
4176 | 2025-07-03T21:21:56.531Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/02eaa693b5b4b79bd048c40e7ca2882a937b0cee' |
4177 | 2025-07-03T21:21:56.531Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 15: Framework stall: |
4178 | 2025-07-03T21:21:56.531Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/420afd281ce3e04e0d4e81234a6d714dc8c84f97' |
4179 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 16: Framework stall: |
4180 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/efca3b5f1d84a26f6c810558c3186d574db47625' |
4181 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 17: Framework stall: |
4182 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/b30e1f5d1f3894cf829d3112bdaed11869eb213d' |
4183 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 18: Framework stall: |
4184 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/8514d1e63c08be93964677b91cbb68dbeeba7c9f' |
4185 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 19: Framework stall: |
4186 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/3bc51b30677c107b919f54b2ae7723d440768f39' |
4187 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 20: Framework stall: |
4188 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/755d1e89072d7e83409b262b85ba39a4066fa217' |
4189 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 21: Framework stall: |
4190 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/2e3012caf0bf6e40504e9d2076ba796548713c47' |
4191 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 22: Framework stall: |
4192 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/558854ab115fe87591da9d803243c2c41749596d' |
4193 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 23: Framework stall: |
4194 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/588380daca3b7f47e15b7b75981482307f691cb8' |
4195 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 24: Framework stall: |
4196 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/45561808630cf63e5fabc664024a883a40cf549e' |
4197 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 25: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4198 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/01430e10895ed15cc1828f3f3bda9a05f5934c23' |
4199 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 26: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4200 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/a78d97ab59316b2a4d78186641a4ca6dcf6588e0' |
4201 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 27: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4202 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/1901e73dde0c3ef53a9c0a2bb6f7fb3b21d95340' |
4203 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 28: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4204 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/f8f7bcb36217b36949246494c80bd4dc32b68c50' |
4205 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 29: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4206 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/bd05fdd495e9f7fa29fe83bda0a8bfbfbe1cff85' |
4207 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 30: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4208 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/40845d554a27e5aeafaab6c842ded0f50eb14c3b' |
4209 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 31: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4210 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/acde27d72c186378d5a3683cf24af2c802c6b02f' |
4211 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 32: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4212 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/a90358ceb066b8ec36cc287613940785930f39fb' |
4213 | 2025-07-03T21:21:56.536Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| 33: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4214 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.688 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/dcded306a45a74a9bd3b03f4f076d53026eea45c' |
4215 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| 34: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4216 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/f20710db6bf396974a2e355ad0e368fc91f3dd22' |
4217 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| 35: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4218 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/6ae5e6cf99e1bbe3d1d29c7bb4db39baac750149' |
4219 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| 36: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4220 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/1b40f28eb54e6e5b620e5c3172ae7a971698ab8a' |
4221 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| 37: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4222 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/4509361c560a9c31a64e4dfe97b8032e5855396b' |
4223 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.688 INFO E| 38: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4224 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/a2f0d3acf767af1c102ff6970aebe8b281d9bd35' |
4225 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 39: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4226 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/6cddc9abe6379892a3be666d38203e8edab316c0' |
4227 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 40: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4228 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/b71c1309636d896ef83ae77f5c415448edcfb38f' |
4229 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 41: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4230 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/7378fb226d689c833c4f527933b9027580364b06' |
4231 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 42: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4232 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/96cdf31dc6a3a588c119ac051032a89a1a31fb98' |
4233 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 43: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4234 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/9d625b307167a50178e860a8431afd597fb4e856' |
4235 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 44: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4236 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/b7ca23a84588f12ff9e26c3ab5453f36399fdfb4' |
4237 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 45: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4238 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/755d1e89072d7e83409b262b85ba39a4066fa217' (happened 2 times) |
4239 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 46: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4240 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/3bc51b30677c107b919f54b2ae7723d440768f39' (happened 2 times) |
4241 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 47: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4242 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/8514d1e63c08be93964677b91cbb68dbeeba7c9f' (happened 2 times) |
4243 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 48: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4244 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/b30e1f5d1f3894cf829d3112bdaed11869eb213d' (happened 2 times) |
4245 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 49: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4246 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/efca3b5f1d84a26f6c810558c3186d574db47625' (happened 2 times) |
4247 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 50: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4248 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/420afd281ce3e04e0d4e81234a6d714dc8c84f97' (happened 2 times) |
4249 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 51: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4250 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/02eaa693b5b4b79bd048c40e7ca2882a937b0cee' (happened 2 times) |
4251 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 52: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4252 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/3883f8d860d0179c4ae0cbbff85aed28c722b107' (happened 2 times) |
4253 | 2025-07-03T21:21:56.537Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 53: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4254 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/ca8ce9ea77a45d1a2bbadd179a70b5fadf2c0d6f' (happened 2 times) |
4255 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 54: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4256 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/4ec8422d11086f58a810326f57f01b070da9b4f8' (happened 2 times) |
4257 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 55: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4258 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/1980e52d40c1348e19db6914625032d58ec0f4d2' (happened 2 times) |
4259 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 56: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4260 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/87a5017d1d75e354f6f797338f1e39dccfd6a6e1' (happened 2 times) |
4261 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 57: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4262 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/b3cefca89be497b97fe1a8c397d9df3a81232469' (happened 2 times) |
4263 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 58: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4264 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/239b8357c815fe07d408432a66e2ddd7acb6fb1f' (happened 2 times) |
4265 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 59: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4266 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/6e1babf526ebc0712f3bf37df931791d24df1ba1' (happened 2 times) |
4267 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| 60: Framework error: code: E_OPERATION_TIMEOUTED (28) reason: Operation too slow. Less than 1024 bytes/sec transferred the last 30 seconds |
4268 | 2025-07-03T21:21:56.542Z | [ host-image] Jul 03 21:21:54.689 INFO O| Jul 03 21:21:54.689 INFO E| URL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/1c7057316b39e5e8dca7bee64b47838e1edd28a7' (happened 2 times) |
4269 | 2025-07-03T21:22:01.182Z | [ host-image] Jul 03 21:21:59.343 INFO O| Jul 03 21:21:59.343 CRIT fatal error: exec ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@15.0.0.0"]: failed ExitStatus(unix_wait_status(256)) |
4270 | 2025-07-03T21:22:01.186Z | [ host-image] Error: exec ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpH7P5dx/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.386", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0", "-n", "ramdisk-01-os", "--fullreset"]: failed ExitStatus(unix_wait_status(256)) |
4271 | 2025-07-03T21:22:01.192Z | [ host-image] |
4272 | 2025-07-03T21:22:01.192Z | [ host-image] real 13:52.993703052 |
4273 | 2025-07-03T21:22:01.196Z | [ host-image] user 7:39.934908278 |
4274 | 2025-07-03T21:22:01.196Z | [ host-image] sys 21.222766178 |
4275 | 2025-07-03T21:22:01.196Z | [ host-image] trap 0.412329212 |
4276 | 2025-07-03T21:22:01.196Z | [ host-image] tflt 0.043762512 |
4277 | 2025-07-03T21:22:01.196Z | [ host-image] dflt 0.019319915 |
4278 | 2025-07-03T21:22:01.196Z | [ host-image] kflt 0.049850294 |
4279 | 2025-07-03T21:22:01.196Z | [ host-image] lock 13:51.816398748 |
4280 | 2025-07-03T21:22:01.196Z | [ host-image] slp 1:26:08.427761908 |
4281 | 2025-07-03T21:22:01.196Z | [ host-image] lat 2:52.570424359 |
4282 | 2025-07-03T21:22:01.196Z | [ host-image] stop 0.002889108 |
4283 | 2025-07-03T21:22:01.196Z | Jul 03 21:21:59.355 ERRO [host-image] process exited with exit status: 1 (833.003366732s) |
4284 | 2025-07-03T21:22:01.533Z | Error: command `IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.37.386' -P /tmp/.tmpH7P5dx/proto/host/root -N 'ci 3f50db7/${os_short_commit} 2025-07-03 20:41' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@15.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'` exited with exit status: 1 |
4285 | 2025-07-03T21:22:01.601Z | process exited: duration 3098621 ms, exit code 1 |
|
4286 | 2025-07-03T21:22:01.621Z | found 38 output files |
4287 | 2025-07-03T21:22:01.622Z | uploading: /work/helios.json (584 bytes) |
4288 | 2025-07-03T21:22:02.638Z | uploaded: /work/helios.json |
4289 | 2025-07-03T21:22:02.641Z | uploading: /work/incorporation.p5m (99188 bytes) |
4290 | 2025-07-03T21:22:03.657Z | uploaded: /work/incorporation.p5m |
4291 | 2025-07-03T21:22:03.660Z | uploading: /work/incorporation.p5p (112640 bytes) |
4292 | 2025-07-03T21:22:04.675Z | uploaded: /work/incorporation.p5p |
4293 | 2025-07-03T21:22:04.675Z | uploading: /work/helios-incorp.log (526 bytes) |
4294 | 2025-07-03T21:22:05.689Z | uploaded: /work/helios-incorp.log |
4295 | 2025-07-03T21:22:05.689Z | uploading: /work/helios-setup.log (62247 bytes) |
4296 | 2025-07-03T21:22:06.707Z | uploaded: /work/helios-setup.log |
4297 | 2025-07-03T21:22:06.707Z | uploading: /work/host-image.log (36747 bytes) |
4298 | 2025-07-03T21:22:07.723Z | uploaded: /work/host-image.log |
4299 | 2025-07-03T21:22:07.723Z | uploading: /work/host-package.log (29108 bytes) |
4300 | 2025-07-03T21:22:08.740Z | uploaded: /work/host-package.log |
4301 | 2025-07-03T21:22:08.740Z | uploading: /work/host-target.log (101 bytes) |
4302 | 2025-07-03T21:22:09.752Z | uploaded: /work/host-target.log |
4303 | 2025-07-03T21:22:09.752Z | uploading: /work/incorp-create.log (0 bytes) |
4304 | 2025-07-03T21:22:10.763Z | uploaded: /work/incorp-create.log |
4305 | 2025-07-03T21:22:10.763Z | uploading: /work/incorp-fmt.log (0 bytes) |
4306 | 2025-07-03T21:22:11.771Z | uploaded: /work/incorp-fmt.log |
4307 | 2025-07-03T21:22:11.774Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
4308 | 2025-07-03T21:22:12.783Z | uploaded: /work/incorp-pkgsend.log |
4309 | 2025-07-03T21:22:12.783Z | uploading: /work/incorp-publisher.log (0 bytes) |
4310 | 2025-07-03T21:22:13.791Z | uploaded: /work/incorp-publisher.log |
4311 | 2025-07-03T21:22:13.791Z | uploading: /work/omicron-package.log (8666 bytes) |
4312 | 2025-07-03T21:22:14.806Z | uploaded: /work/omicron-package.log |
4313 | 2025-07-03T21:22:14.806Z | uploading: /work/recovery-image.log (13290 bytes) |
4314 | 2025-07-03T21:22:15.818Z | uploaded: /work/recovery-image.log |
4315 | 2025-07-03T21:22:15.818Z | uploading: /work/recovery-package.log (1685 bytes) |
4316 | 2025-07-03T21:22:16.830Z | uploaded: /work/recovery-package.log |
4317 | 2025-07-03T21:22:16.830Z | uploading: /work/recovery-target.log (98 bytes) |
4318 | 2025-07-03T21:22:17.841Z | uploaded: /work/recovery-target.log |
4319 | 2025-07-03T21:22:17.841Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
4320 | 2025-07-03T21:22:18.852Z | uploaded: /work/stamp-clickhouse.log |
4321 | 2025-07-03T21:22:18.852Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
4322 | 2025-07-03T21:22:19.863Z | uploaded: /work/stamp-clickhouse_keeper.log |
4323 | 2025-07-03T21:22:19.863Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
4324 | 2025-07-03T21:22:20.957Z | uploaded: /work/stamp-clickhouse_server.log |
4325 | 2025-07-03T21:22:20.958Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
4326 | 2025-07-03T21:22:21.971Z | uploaded: /work/stamp-cockroachdb.log |
4327 | 2025-07-03T21:22:21.971Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
4328 | 2025-07-03T21:22:22.983Z | uploaded: /work/stamp-crucible-dtrace.log |
4329 | 2025-07-03T21:22:22.983Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
4330 | 2025-07-03T21:22:23.994Z | uploaded: /work/stamp-crucible-pantry-zone.log |
4331 | 2025-07-03T21:22:23.994Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
4332 | 2025-07-03T21:22:25.011Z | uploaded: /work/stamp-crucible-zone.log |
4333 | 2025-07-03T21:22:25.011Z | uploading: /work/stamp-external-dns.log (119 bytes) |
4334 | 2025-07-03T21:22:26.023Z | uploaded: /work/stamp-external-dns.log |
4335 | 2025-07-03T21:22:26.023Z | uploading: /work/stamp-installinator.log (103 bytes) |
4336 | 2025-07-03T21:22:27.036Z | uploaded: /work/stamp-installinator.log |
4337 | 2025-07-03T21:22:27.037Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
4338 | 2025-07-03T21:22:28.050Z | uploaded: /work/stamp-internal-dns.log |
4339 | 2025-07-03T21:22:28.050Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
4340 | 2025-07-03T21:22:29.063Z | uploaded: /work/stamp-mg-ddm-gz.log |
4341 | 2025-07-03T21:22:29.063Z | uploading: /work/stamp-nexus.log (112 bytes) |
4342 | 2025-07-03T21:22:30.074Z | uploaded: /work/stamp-nexus.log |
4343 | 2025-07-03T21:22:30.074Z | uploading: /work/stamp-ntp.log (110 bytes) |
4344 | 2025-07-03T21:22:31.088Z | uploaded: /work/stamp-ntp.log |
4345 | 2025-07-03T21:22:31.088Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
4346 | 2025-07-03T21:22:32.098Z | uploaded: /work/stamp-omicron-sled-agent.log |
4347 | 2025-07-03T21:22:32.098Z | uploading: /work/stamp-overlay.log (114 bytes) |
4348 | 2025-07-03T21:22:33.111Z | uploaded: /work/stamp-overlay.log |
4349 | 2025-07-03T21:22:33.111Z | uploading: /work/stamp-oximeter.log (115 bytes) |
4350 | 2025-07-03T21:22:34.121Z | uploaded: /work/stamp-oximeter.log |
4351 | 2025-07-03T21:22:34.121Z | uploading: /work/stamp-oxlog.log (109 bytes) |
4352 | 2025-07-03T21:22:35.133Z | uploaded: /work/stamp-oxlog.log |
4353 | 2025-07-03T21:22:35.133Z | uploading: /work/stamp-probe.log (112 bytes) |
4354 | 2025-07-03T21:22:36.145Z | uploaded: /work/stamp-probe.log |
4355 | 2025-07-03T21:22:36.145Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
4356 | 2025-07-03T21:22:37.159Z | uploaded: /work/stamp-propolis-server.log |
4357 | 2025-07-03T21:22:37.159Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
4358 | 2025-07-03T21:22:38.170Z | uploaded: /work/stamp-pumpkind-gz.log |
4359 | 2025-07-03T21:22:38.170Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
4360 | 2025-07-03T21:22:39.183Z | uploaded: /work/stamp-switch-asic.log |
4361 | 2025-07-03T21:22:39.183Z | uploading: /work/verify-libraries.log (7105 bytes) |
4362 | 2025-07-03T21:22:40.196Z | uploaded: /work/verify-libraries.log |
4363 | 2025-07-03T21:22:40.196Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
4364 | 2025-07-03T21:22:40.196Z | upload error: rule "/work/repo.zip" required a match, but was not used |
4365 | 2025-07-03T21:22:40.196Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |