|
|
|
1 | 2025-02-23T12:42:31.950Z | job assigned to worker 01JMSD7X93SBAT7NKFGVRPSDD8 [factory aws, i-0d5860aed21b9e873] (queued for 48 s) |
|
2 | 2025-02-23T12:42:39.712Z | starting task 0: "setup" |
3 | 2025-02-23T12:42:39.719Z | ++ uname -s |
4 | 2025-02-23T12:42:39.722Z | + kern=SunOS |
5 | 2025-02-23T12:42:39.722Z | + build_user=build |
6 | 2025-02-23T12:42:39.722Z | + build_uid=12345 |
7 | 2025-02-23T12:42:39.722Z | + work_dir=/work |
8 | 2025-02-23T12:42:39.722Z | + input_dir=/input |
9 | 2025-02-23T12:42:39.722Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T12:42:39.722Z | + case "$kern" in |
11 | 2025-02-23T12:42:39.722Z | + groupadd -g 12345 build |
12 | 2025-02-23T12:42:39.725Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T12:42:41.730Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T12:42:41.857Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T12:42:41.859Z | + home_fs=zfs |
16 | 2025-02-23T12:42:41.859Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T12:42:41.859Z | + mkdir -p /home/build |
18 | 2025-02-23T12:42:41.862Z | + chown build:build /home/build /work |
19 | 2025-02-23T12:42:43.865Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T12:42:43.869Z | process exited: duration 4156 ms, exit code 0 |
|
21 | 2025-02-23T12:42:43.875Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T12:42:43.881Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T12:42:43.881Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-23T12:42:43.881Z | * rust toolchain profile = "default" |
25 | 2025-02-23T12:42:43.884Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-23T12:42:43.884Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-23T12:42:43.884Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T12:42:43.885Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T12:42:43.885Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T12:42:44.002Z | info: downloading installer |
31 | 2025-02-23T12:42:45.209Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T12:42:45.209Z | warning: /opt/ooce/bin |
33 | 2025-02-23T12:42:45.209Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T12:42:45.209Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T12:42:45.209Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T12:42:45.209Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T12:42:45.209Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T12:42:45.209Z | error: cannot install while Rust is installed |
39 | 2025-02-23T12:42:45.209Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T12:42:45.243Z | info: profile set to 'default' |
41 | 2025-02-23T12:42:45.243Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T12:42:45.246Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T12:42:45.390Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T12:42:45.391Z | info: downloading component 'cargo' |
45 | 2025-02-23T12:42:46.137Z | info: downloading component 'clippy' |
46 | 2025-02-23T12:42:46.423Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T12:42:47.560Z | info: downloading component 'rust-std' |
48 | 2025-02-23T12:42:49.228Z | info: downloading component 'rustc' |
49 | 2025-02-23T12:42:54.945Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T12:42:55.169Z | info: installing component 'cargo' |
51 | 2025-02-23T12:42:55.988Z | info: installing component 'clippy' |
52 | 2025-02-23T12:42:56.371Z | info: installing component 'rust-docs' |
53 | 2025-02-23T12:42:58.105Z | info: installing component 'rust-std' |
54 | 2025-02-23T12:42:59.991Z | info: installing component 'rustc' |
55 | 2025-02-23T12:43:05.880Z | info: installing component 'rustfmt' |
56 | 2025-02-23T12:43:06.231Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T12:43:06.231Z | |
58 | 2025-02-23T12:43:06.594Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T12:43:06.594Z | |
60 | 2025-02-23T12:43:06.597Z | |
61 | 2025-02-23T12:43:06.597Z | Rust is installed now. Great! |
62 | 2025-02-23T12:43:06.597Z | |
63 | 2025-02-23T12:43:06.597Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T12:43:06.597Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T12:43:06.597Z | |
66 | 2025-02-23T12:43:06.597Z | To configure your current shell, you need to source |
67 | 2025-02-23T12:43:06.597Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T12:43:06.597Z | |
69 | 2025-02-23T12:43:06.597Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T12:43:06.597Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T12:43:06.597Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T12:43:06.673Z | + rustup --version |
73 | 2025-02-23T12:43:06.679Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T12:43:06.679Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T12:43:06.764Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T12:43:06.767Z | + cargo --version |
77 | 2025-02-23T12:43:06.826Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T12:43:06.847Z | + rustc --version |
79 | 2025-02-23T12:43:06.893Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T12:43:06.898Z | process exited: duration 23017 ms, exit code 0 |
|
81 | 2025-02-23T12:43:06.913Z | starting task 2: "authentication" |
82 | 2025-02-23T12:43:06.935Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-23T12:43:06.945Z | starting task 3: "clone repository" |
84 | 2025-02-23T12:43:06.948Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T12:43:06.950Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T12:43:07.052Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T12:43:13.991Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T12:43:13.991Z | + git fetch origin 32e3ede594d0a6222d2915c4b647c395db712fa1 |
89 | 2025-02-23T12:43:14.277Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T12:43:14.277Z | * branch 32e3ede594d0a6222d2915c4b647c395db712fa1 -> FETCH_HEAD |
91 | 2025-02-23T12:43:14.283Z | + [[ -n renovate/samael-0.x ]] |
92 | 2025-02-23T12:43:14.299Z | ++ git branch --show-current |
93 | 2025-02-23T12:43:14.299Z | + current=main |
94 | 2025-02-23T12:43:14.299Z | + [[ main != renovate/samael-0.x ]] |
95 | 2025-02-23T12:43:14.299Z | + git branch -f renovate/samael-0.x 32e3ede594d0a6222d2915c4b647c395db712fa1 |
96 | 2025-02-23T12:43:14.299Z | + git checkout -f renovate/samael-0.x |
97 | 2025-02-23T12:43:14.496Z | Switched to branch 'renovate/samael-0.x' |
98 | 2025-02-23T12:43:14.521Z | + git reset --hard 32e3ede594d0a6222d2915c4b647c395db712fa1 |
99 | 2025-02-23T12:43:14.521Z | HEAD is now at 32e3ede59 Update Rust crate samael to 0.0.18 |
100 | 2025-02-23T12:43:14.521Z | process exited: duration 7551 ms, exit code 0 |
|
101 | 2025-02-23T12:43:14.566Z | starting task 4: "build" |
102 | 2025-02-23T12:43:14.576Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-23T12:43:14.576Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-23T12:43:14.576Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-23T12:43:14.576Z | + cargo --version |
106 | 2025-02-23T12:43:14.623Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-23T12:43:14.663Z | + rustc --version |
108 | 2025-02-23T12:43:14.689Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-23T12:43:14.695Z | + cargo tree --locked |
110 | 2025-02-23T12:43:14.937Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
111 | 2025-02-23T12:43:15.224Z | Updating crates.io index |
112 | 2025-02-23T12:43:15.229Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
113 | 2025-02-23T12:43:15.787Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
114 | 2025-02-23T12:43:16.100Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
115 | 2025-02-23T12:43:16.365Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
116 | 2025-02-23T12:43:17.298Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
117 | 2025-02-23T12:43:18.984Z | Updating git repository `https://github.com/oxidecomputer/opte` |
118 | 2025-02-23T12:43:19.646Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
119 | 2025-02-23T12:43:20.491Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
120 | 2025-02-23T12:43:20.748Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
121 | 2025-02-23T12:43:21.032Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
122 | 2025-02-23T12:43:21.649Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
123 | 2025-02-23T12:43:22.169Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
124 | 2025-02-23T12:43:22.496Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
125 | 2025-02-23T12:43:22.790Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
126 | 2025-02-23T12:43:23.052Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
127 | 2025-02-23T12:43:23.354Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
128 | 2025-02-23T12:43:23.612Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
129 | 2025-02-23T12:43:23.914Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
130 | 2025-02-23T12:43:24.298Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
131 | 2025-02-23T12:43:24.583Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
132 | 2025-02-23T12:43:24.891Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
133 | 2025-02-23T12:43:25.179Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
134 | 2025-02-23T12:43:25.536Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
135 | 2025-02-23T12:43:26.062Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
136 | 2025-02-23T12:43:26.311Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
137 | 2025-02-23T12:43:26.674Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
138 | 2025-02-23T12:43:26.999Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
139 | 2025-02-23T12:43:27.321Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
140 | 2025-02-23T12:43:27.597Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
141 | 2025-02-23T12:43:27.850Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
142 | 2025-02-23T12:43:29.224Z | Downloading crates ... |
143 | 2025-02-23T12:43:29.437Z | Downloaded adler2 v2.0.0 |
144 | 2025-02-23T12:43:29.444Z | Downloaded addr2line v0.24.2 |
145 | 2025-02-23T12:43:29.445Z | Downloaded atty v0.2.14 |
146 | 2025-02-23T12:43:29.445Z | Downloaded escape8259 v0.5.3 |
147 | 2025-02-23T12:43:29.445Z | Downloaded equivalent v1.0.1 |
148 | 2025-02-23T12:43:29.445Z | Downloaded async-stream-impl v0.3.6 |
149 | 2025-02-23T12:43:29.445Z | Downloaded errno v0.3.9 |
150 | 2025-02-23T12:43:29.445Z | Downloaded async-object-pool v0.1.5 |
151 | 2025-02-23T12:43:29.445Z | Downloaded foreign-types v0.3.2 |
152 | 2025-02-23T12:43:29.445Z | Downloaded foreign-types-shared v0.1.1 |
153 | 2025-02-23T12:43:29.445Z | Downloaded foreign-types-shared v0.3.1 |
154 | 2025-02-23T12:43:29.445Z | Downloaded fxhash v0.2.1 |
155 | 2025-02-23T12:43:29.445Z | Downloaded cfg_aliases v0.1.1 |
156 | 2025-02-23T12:43:29.445Z | Downloaded cfg_aliases v0.2.1 |
157 | 2025-02-23T12:43:29.445Z | Downloaded atomicwrites v0.4.4 |
158 | 2025-02-23T12:43:29.445Z | Downloaded aead v0.5.2 |
159 | 2025-02-23T12:43:29.445Z | Downloaded guppy-workspace-hack v0.1.0 |
160 | 2025-02-23T12:43:29.445Z | Downloaded http-range v0.1.5 |
161 | 2025-02-23T12:43:29.445Z | Downloaded http-body v1.0.1 |
162 | 2025-02-23T12:43:29.445Z | Downloaded atomic-waker v1.1.2 |
163 | 2025-02-23T12:43:29.445Z | Downloaded async-stream v0.3.6 |
164 | 2025-02-23T12:43:29.445Z | Downloaded base16ct v0.2.0 |
165 | 2025-02-23T12:43:29.445Z | Downloaded hubpack_derive v0.1.1 |
166 | 2025-02-23T12:43:29.445Z | Downloaded autocfg v1.4.0 |
167 | 2025-02-23T12:43:29.445Z | Downloaded headers-core v0.3.0 |
168 | 2025-02-23T12:43:29.445Z | Downloaded bb8 v0.8.5 |
169 | 2025-02-23T12:43:29.445Z | Downloaded ff v0.13.0 |
170 | 2025-02-23T12:43:29.445Z | Downloaded assert-json-diff v2.0.2 |
171 | 2025-02-23T12:43:29.445Z | Downloaded async-global-executor v2.4.1 |
172 | 2025-02-23T12:43:29.445Z | Downloaded olpc-cjson v0.1.4 |
173 | 2025-02-23T12:43:29.445Z | Downloaded fragile v2.0.0 |
174 | 2025-02-23T12:43:29.445Z | Downloaded form_urlencoded v1.2.1 |
175 | 2025-02-23T12:43:29.445Z | Downloaded cargo-platform v0.1.8 |
176 | 2025-02-23T12:43:29.445Z | Downloaded block-padding v0.3.3 |
177 | 2025-02-23T12:43:29.445Z | Downloaded foreign-types-macros v0.2.3 |
178 | 2025-02-23T12:43:29.445Z | Downloaded event-listener-strategy v0.5.2 |
179 | 2025-02-23T12:43:29.445Z | Downloaded heck v0.5.0 |
180 | 2025-02-23T12:43:29.446Z | Downloaded filetime v0.2.25 |
181 | 2025-02-23T12:43:29.446Z | Downloaded cexpr v0.6.0 |
182 | 2025-02-23T12:43:29.446Z | Downloaded ghash v0.5.1 |
183 | 2025-02-23T12:43:29.446Z | Downloaded httpdate v1.0.3 |
184 | 2025-02-23T12:43:29.446Z | Downloaded futures-sink v0.3.31 |
185 | 2025-02-23T12:43:29.446Z | Downloaded bit-set v0.5.3 |
186 | 2025-02-23T12:43:29.446Z | Downloaded futures-task v0.3.31 |
187 | 2025-02-23T12:43:29.446Z | Downloaded futures-core v0.3.31 |
188 | 2025-02-23T12:43:29.446Z | Downloaded futures-io v0.3.31 |
189 | 2025-02-23T12:43:29.446Z | Downloaded heck v0.3.3 |
190 | 2025-02-23T12:43:29.446Z | Downloaded buf-list v1.0.3 |
191 | 2025-02-23T12:43:29.446Z | Downloaded camino-tempfile v1.1.1 |
192 | 2025-02-23T12:43:29.446Z | Downloaded hubpack v0.1.2 |
193 | 2025-02-23T12:43:29.446Z | Downloaded http-body-util v0.1.2 |
194 | 2025-02-23T12:43:29.446Z | Downloaded phf_shared v0.10.0 |
195 | 2025-02-23T12:43:29.446Z | Downloaded anstyle v1.0.10 |
196 | 2025-02-23T12:43:29.446Z | Downloaded hex v0.4.3 |
197 | 2025-02-23T12:43:29.446Z | Downloaded hostname v0.4.0 |
198 | 2025-02-23T12:43:29.446Z | Downloaded hostname v0.3.1 |
199 | 2025-02-23T12:43:29.449Z | Downloaded backoff v0.4.0 |
200 | 2025-02-23T12:43:29.449Z | Downloaded hex-literal v0.4.1 |
201 | 2025-02-23T12:43:29.449Z | Downloaded httptest v0.16.3 |
202 | 2025-02-23T12:43:29.449Z | Downloaded heck v0.4.1 |
203 | 2025-02-23T12:43:29.449Z | Downloaded async-lock v3.4.0 |
204 | 2025-02-23T12:43:29.452Z | Downloaded pathdiff v0.2.3 |
205 | 2025-02-23T12:43:29.455Z | Downloaded num_enum_derive v0.5.11 |
206 | 2025-02-23T12:43:29.455Z | Downloaded async-task v4.7.1 |
207 | 2025-02-23T12:43:29.457Z | Downloaded fixedbitset v0.5.7 |
208 | 2025-02-23T12:43:29.460Z | Downloaded fallible-streaming-iterator v0.1.9 |
209 | 2025-02-23T12:43:29.460Z | Downloaded getrandom v0.2.15 |
210 | 2025-02-23T12:43:29.463Z | Downloaded cargo_metadata v0.19.1 |
211 | 2025-02-23T12:43:29.465Z | Downloaded camino v1.1.9 |
212 | 2025-02-23T12:43:29.468Z | Downloaded highway v1.2.0 |
213 | 2025-02-23T12:43:29.470Z | Downloaded globset v0.4.15 |
214 | 2025-02-23T12:43:29.473Z | Downloaded blake2b_simd v1.0.2 |
215 | 2025-02-23T12:43:29.473Z | Downloaded httparse v1.9.5 |
216 | 2025-02-23T12:43:29.475Z | Downloaded humantime v2.1.0 |
217 | 2025-02-23T12:43:29.478Z | Downloaded hashlink v0.9.1 |
218 | 2025-02-23T12:43:29.480Z | Downloaded futures-lite v2.3.0 |
219 | 2025-02-23T12:43:29.483Z | Downloaded futures-timer v3.0.3 |
220 | 2025-02-23T12:43:29.485Z | Downloaded hash32 v0.3.1 |
221 | 2025-02-23T12:43:29.485Z | Downloaded sync-ptr v0.1.1 |
222 | 2025-02-23T12:43:29.488Z | Downloaded serde-big-array v0.5.1 |
223 | 2025-02-23T12:43:29.488Z | Downloaded try-lock v0.2.5 |
224 | 2025-02-23T12:43:29.491Z | Downloaded sync_wrapper v1.0.1 |
225 | 2025-02-23T12:43:29.491Z | Downloaded toolchain_find v0.4.0 |
226 | 2025-02-23T12:43:29.493Z | Downloaded time-core v0.1.2 |
227 | 2025-02-23T12:43:29.493Z | Downloaded sqlparser_derive v0.2.2 |
228 | 2025-02-23T12:43:29.493Z | Downloaded num-iter v0.1.45 |
229 | 2025-02-23T12:43:29.496Z | Downloaded env_logger v0.11.5 |
230 | 2025-02-23T12:43:29.498Z | Downloaded fatfs v0.3.6 |
231 | 2025-02-23T12:43:29.501Z | Downloaded pkg-config v0.3.31 |
232 | 2025-02-23T12:43:29.503Z | Downloaded tinyvec_macros v0.1.1 |
233 | 2025-02-23T12:43:29.503Z | Downloaded termtree v0.4.1 |
234 | 2025-02-23T12:43:29.506Z | Downloaded proc-macro-crate v3.2.0 |
235 | 2025-02-23T12:43:29.506Z | Downloaded anyhow v1.0.96 |
236 | 2025-02-23T12:43:29.511Z | Downloaded half v2.4.1 |
237 | 2025-02-23T12:43:29.513Z | Downloaded event-listener v5.3.1 |
238 | 2025-02-23T12:43:29.516Z | Downloaded rustc-hash v1.1.0 |
239 | 2025-02-23T12:43:29.518Z | Downloaded waitgroup v0.1.2 |
240 | 2025-02-23T12:43:29.518Z | Downloaded want v0.3.1 |
241 | 2025-02-23T12:43:29.518Z | Downloaded blake2 v0.10.6 |
242 | 2025-02-23T12:43:29.521Z | Downloaded pretty-hex v0.2.1 |
243 | 2025-02-23T12:43:29.524Z | Downloaded hmac v0.12.1 |
244 | 2025-02-23T12:43:29.527Z | Downloaded psl-types v2.0.11 |
245 | 2025-02-23T12:43:29.527Z | Downloaded hickory-client v0.24.3 |
246 | 2025-02-23T12:43:29.530Z | Downloaded progenitor-macro v0.9.1 |
247 | 2025-02-23T12:43:29.530Z | Downloaded futures-channel v0.3.31 |
248 | 2025-02-23T12:43:29.533Z | Downloaded crucible-workspace-hack v0.1.0 |
249 | 2025-02-23T12:43:29.535Z | Downloaded rfc6979 v0.4.0 |
250 | 2025-02-23T12:43:29.535Z | Downloaded futures v0.3.31 |
251 | 2025-02-23T12:43:29.540Z | Downloaded dtrace-parser v0.2.0 |
252 | 2025-02-23T12:43:29.542Z | Downloaded stringprep v0.1.5 |
253 | 2025-02-23T12:43:29.542Z | Downloaded siphasher v0.3.11 |
254 | 2025-02-23T12:43:29.545Z | Downloaded slab v0.4.9 |
255 | 2025-02-23T12:43:29.549Z | Downloaded similar-asserts v1.6.0 |
256 | 2025-02-23T12:43:29.551Z | Downloaded strip-ansi-escapes v0.2.0 |
257 | 2025-02-23T12:43:29.551Z | Downloaded path-tree v0.8.1 |
258 | 2025-02-23T12:43:29.551Z | Downloaded topological-sort v0.2.2 |
259 | 2025-02-23T12:43:29.554Z | Downloaded termtree v0.5.1 |
260 | 2025-02-23T12:43:29.554Z | Downloaded arc-swap v1.7.1 |
261 | 2025-02-23T12:43:29.557Z | Downloaded allocator-api2 v0.2.18 |
262 | 2025-02-23T12:43:29.560Z | Downloaded usdt v0.5.0 |
263 | 2025-02-23T12:43:29.563Z | Downloaded pkcs8 v0.10.2 |
264 | 2025-02-23T12:43:29.566Z | Downloaded partial-io v0.5.4 |
265 | 2025-02-23T12:43:29.569Z | Downloaded chacha20poly1305 v0.10.1 |
266 | 2025-02-23T12:43:29.571Z | Downloaded lalrpop-util v0.19.12 |
267 | 2025-02-23T12:43:29.571Z | Downloaded zerovec-derive v0.10.3 |
268 | 2025-02-23T12:43:29.574Z | Downloaded proc-macro-error2 v2.0.1 |
269 | 2025-02-23T12:43:29.576Z | Downloaded tui-tree-widget v0.23.0 |
270 | 2025-02-23T12:43:29.579Z | Downloaded version_check v0.9.5 |
271 | 2025-02-23T12:43:29.579Z | Downloaded rustls-pemfile v2.2.0 |
272 | 2025-02-23T12:43:29.586Z | Downloaded num-conv v0.1.0 |
273 | 2025-02-23T12:43:29.586Z | Downloaded zeroize_derive v1.4.2 |
274 | 2025-02-23T12:43:29.589Z | Downloaded concurrent-queue v2.5.0 |
275 | 2025-02-23T12:43:29.592Z | Downloaded ctr v0.9.2 |
276 | 2025-02-23T12:43:29.595Z | Downloaded path-slash v0.1.5 |
277 | 2025-02-23T12:43:29.598Z | Downloaded precomputed-hash v0.1.1 |
278 | 2025-02-23T12:43:29.601Z | Downloaded snafu-derive v0.8.5 |
279 | 2025-02-23T12:43:29.601Z | Downloaded deranged v0.3.11 |
280 | 2025-02-23T12:43:29.603Z | Downloaded progenitor-client v0.8.0 |
281 | 2025-02-23T12:43:29.603Z | Downloaded fancy-regex v0.13.0 |
282 | 2025-02-23T12:43:29.608Z | Downloaded hyper-tls v0.6.0 |
283 | 2025-02-23T12:43:29.610Z | Downloaded kv-log-macro v1.0.7 |
284 | 2025-02-23T12:43:29.613Z | Downloaded twox-hash v2.1.0 |
285 | 2025-02-23T12:43:29.615Z | Downloaded tokio-stream v0.1.16 |
286 | 2025-02-23T12:43:29.621Z | Downloaded whoami v1.5.2 |
287 | 2025-02-23T12:43:29.623Z | Downloaded postcard v1.0.10 |
288 | 2025-02-23T12:43:29.626Z | Downloaded num-derive v0.4.2 |
289 | 2025-02-23T12:43:29.631Z | Downloaded bytes v1.9.0 |
290 | 2025-02-23T12:43:29.634Z | Downloaded lru v0.12.5 |
291 | 2025-02-23T12:43:29.637Z | Downloaded walkdir v2.5.0 |
292 | 2025-02-23T12:43:29.640Z | Downloaded proc-macro2 v1.0.93 |
293 | 2025-02-23T12:43:29.644Z | Downloaded newtype-uuid v1.2.1 |
294 | 2025-02-23T12:43:29.644Z | Downloaded heapless v0.8.0 |
295 | 2025-02-23T12:43:29.648Z | Downloaded target-triple v0.1.3 |
296 | 2025-02-23T12:43:29.650Z | Downloaded cookie_store v0.21.1 |
297 | 2025-02-23T12:43:29.653Z | Downloaded serde_with_macros v3.11.0 |
298 | 2025-02-23T12:43:29.657Z | Downloaded quinn-udp v0.5.5 |
299 | 2025-02-23T12:43:29.657Z | Downloaded predicates v3.1.3 |
300 | 2025-02-23T12:43:29.660Z | Downloaded write16 v1.0.0 |
301 | 2025-02-23T12:43:29.663Z | Downloaded tower-layer v0.3.3 |
302 | 2025-02-23T12:43:29.666Z | Downloaded predicates-core v1.0.8 |
303 | 2025-02-23T12:43:29.666Z | Downloaded papergrid v0.14.0 |
304 | 2025-02-23T12:43:29.672Z | Downloaded hyper-staticfile v0.10.1 |
305 | 2025-02-23T12:43:29.675Z | Downloaded ecdsa v0.16.9 |
306 | 2025-02-23T12:43:29.680Z | Downloaded test-strategy v0.4.0 |
307 | 2025-02-23T12:43:29.680Z | Downloaded base64 v0.21.7 |
308 | 2025-02-23T12:43:29.684Z | Downloaded shell-words v1.1.0 |
309 | 2025-02-23T12:43:29.687Z | Downloaded spki v0.7.3 |
310 | 2025-02-23T12:43:29.689Z | Downloaded serde_urlencoded v0.7.1 |
311 | 2025-02-23T12:43:29.689Z | Downloaded uuid v1.12.0 |
312 | 2025-02-23T12:43:29.693Z | Downloaded string_cache v0.8.7 |
313 | 2025-02-23T12:43:29.696Z | Downloaded rcgen v0.12.1 |
314 | 2025-02-23T12:43:29.698Z | Downloaded hickory-resolver v0.24.3 |
315 | 2025-02-23T12:43:29.704Z | Downloaded derive_builder_macro v0.20.2 |
316 | 2025-02-23T12:43:29.706Z | Downloaded num-complex v0.4.6 |
317 | 2025-02-23T12:43:29.709Z | Downloaded tabled_derive v0.7.0 |
318 | 2025-02-23T12:43:29.709Z | Downloaded csv-core v0.1.11 |
319 | 2025-02-23T12:43:29.711Z | Downloaded serde_yaml v0.9.34+deprecated |
320 | 2025-02-23T12:43:29.715Z | Downloaded universal-hash v0.5.1 |
321 | 2025-02-23T12:43:29.718Z | Downloaded unicode-truncate v1.1.0 |
322 | 2025-02-23T12:43:29.721Z | Downloaded managed v0.8.0 |
323 | 2025-02-23T12:43:29.723Z | Downloaded toml_datetime v0.6.8 |
324 | 2025-02-23T12:43:29.723Z | Downloaded instant v0.1.13 |
325 | 2025-02-23T12:43:29.723Z | Downloaded resolv-conf v0.7.0 |
326 | 2025-02-23T12:43:29.726Z | Downloaded wyz v0.5.1 |
327 | 2025-02-23T12:43:29.728Z | Downloaded icu_provider v1.5.0 |
328 | 2025-02-23T12:43:29.731Z | Downloaded tungstenite v0.23.0 |
329 | 2025-02-23T12:43:29.736Z | Downloaded nodrop v0.1.14 |
330 | 2025-02-23T12:43:29.738Z | Downloaded base64 v0.22.1 |
331 | 2025-02-23T12:43:29.742Z | Downloaded ciborium-ll v0.2.2 |
332 | 2025-02-23T12:43:29.744Z | Downloaded sha2 v0.10.8 |
333 | 2025-02-23T12:43:29.747Z | Downloaded sct v0.7.1 |
334 | 2025-02-23T12:43:29.750Z | Downloaded doc-comment v0.3.3 |
335 | 2025-02-23T12:43:29.753Z | Downloaded zip v0.6.6 |
336 | 2025-02-23T12:43:29.757Z | Downloaded document-features v0.2.10 |
337 | 2025-02-23T12:43:29.760Z | Downloaded curve25519-dalek-derive v0.1.1 |
338 | 2025-02-23T12:43:29.762Z | Downloaded tempfile v3.13.0 |
339 | 2025-02-23T12:43:29.765Z | Downloaded either v1.13.0 |
340 | 2025-02-23T12:43:29.768Z | Downloaded ron v0.7.1 |
341 | 2025-02-23T12:43:29.772Z | Downloaded instability v0.3.2 |
342 | 2025-02-23T12:43:29.776Z | Downloaded mockall v0.13.1 |
343 | 2025-02-23T12:43:29.779Z | Downloaded semver v0.1.20 |
344 | 2025-02-23T12:43:29.779Z | Downloaded scrypt v0.11.0 |
345 | 2025-02-23T12:43:29.782Z | Downloaded tungstenite v0.24.0 |
346 | 2025-02-23T12:43:29.784Z | Downloaded vsss-rs v3.3.4 |
347 | 2025-02-23T12:43:29.787Z | Downloaded parse-size v1.1.0 |
348 | 2025-02-23T12:43:29.790Z | Downloaded zerocopy-derive v0.7.35 |
349 | 2025-02-23T12:43:29.794Z | Downloaded indicatif v0.17.11 |
350 | 2025-02-23T12:43:29.799Z | Downloaded proc-macro-error-attr2 v2.0.0 |
351 | 2025-02-23T12:43:29.801Z | Downloaded hickory-server v0.24.3 |
352 | 2025-02-23T12:43:29.806Z | Downloaded take_mut v0.2.2 |
353 | 2025-02-23T12:43:29.809Z | Downloaded term v0.7.0 |
354 | 2025-02-23T12:43:29.812Z | Downloaded swrite v0.1.0 |
355 | 2025-02-23T12:43:29.814Z | Downloaded proc-macro-error v1.0.4 |
356 | 2025-02-23T12:43:29.817Z | Downloaded cstr-argument v0.1.2 |
357 | 2025-02-23T12:43:29.817Z | Downloaded derive_builder_core v0.20.2 |
358 | 2025-02-23T12:43:29.819Z | Downloaded derive_builder v0.20.2 |
359 | 2025-02-23T12:43:29.826Z | Downloaded secrecy v0.8.0 |
360 | 2025-02-23T12:43:29.828Z | Downloaded pin-project v1.1.6 |
361 | 2025-02-23T12:43:29.839Z | Downloaded icu_provider_macros v1.5.0 |
362 | 2025-02-23T12:43:29.843Z | Downloaded ssh-encoding v0.2.0 |
363 | 2025-02-23T12:43:29.843Z | Downloaded ssh-cipher v0.2.0 |
364 | 2025-02-23T12:43:29.846Z | Downloaded sqlformat v0.2.6 |
365 | 2025-02-23T12:43:29.846Z | Downloaded slog-stdlog v4.1.1 |
366 | 2025-02-23T12:43:29.848Z | Downloaded normalize-line-endings v0.3.0 |
367 | 2025-02-23T12:43:29.848Z | Downloaded rstest_macros v0.23.0 |
368 | 2025-02-23T12:43:29.851Z | Downloaded ident_case v1.0.1 |
369 | 2025-02-23T12:43:29.854Z | Downloaded tap v1.0.1 |
370 | 2025-02-23T12:43:29.854Z | Downloaded crossbeam-utils v0.8.20 |
371 | 2025-02-23T12:43:29.857Z | Downloaded openssl-sys v0.9.106 |
372 | 2025-02-23T12:43:29.863Z | Downloaded openssl-macros v0.1.1 |
373 | 2025-02-23T12:43:29.865Z | Downloaded opaque-debug v0.3.1 |
374 | 2025-02-23T12:43:29.866Z | Downloaded num-bigint-dig v0.8.4 |
375 | 2025-02-23T12:43:29.870Z | Downloaded unicode-xid v0.2.6 |
376 | 2025-02-23T12:43:29.873Z | Downloaded tls_codec v0.4.1 |
377 | 2025-02-23T12:43:29.875Z | Downloaded tabwriter v1.4.0 |
378 | 2025-02-23T12:43:29.878Z | Downloaded number_prefix v0.4.0 |
379 | 2025-02-23T12:43:29.878Z | Downloaded num_threads v0.1.7 |
380 | 2025-02-23T12:43:29.882Z | Downloaded unicode-linebreak v0.1.5 |
381 | 2025-02-23T12:43:29.882Z | Downloaded postgres-types v0.2.8 |
382 | 2025-02-23T12:43:29.884Z | Downloaded crypto-common v0.1.6 |
383 | 2025-02-23T12:43:29.887Z | Downloaded chrono-tz-build v0.4.0 |
384 | 2025-02-23T12:43:29.887Z | Downloaded tabled_derive v0.10.0 |
385 | 2025-02-23T12:43:29.889Z | Downloaded rand_chacha v0.3.1 |
386 | 2025-02-23T12:43:29.892Z | Downloaded rustc_version v0.4.1 |
387 | 2025-02-23T12:43:29.892Z | Downloaded unsafe-libyaml v0.2.11 |
388 | 2025-02-23T12:43:29.896Z | Downloaded colored v2.1.0 |
389 | 2025-02-23T12:43:29.899Z | Downloaded ena v0.14.3 |
390 | 2025-02-23T12:43:29.902Z | Downloaded dsl_auto_type v0.1.2 |
391 | 2025-02-23T12:43:29.904Z | Downloaded dof v0.3.0 |
392 | 2025-02-23T12:43:29.907Z | Downloaded mockall_derive v0.13.1 |
393 | 2025-02-23T12:43:29.909Z | Downloaded powerfmt v0.2.0 |
394 | 2025-02-23T12:43:29.909Z | Downloaded clap v4.5.30 |
395 | 2025-02-23T12:43:29.919Z | Downloaded lockfree-object-pool v0.1.6 |
396 | 2025-02-23T12:43:29.922Z | Downloaded hyper v1.5.2 |
397 | 2025-02-23T12:43:29.930Z | Downloaded oorandom v11.1.4 |
398 | 2025-02-23T12:43:29.933Z | Downloaded proc-macro-crate v1.3.1 |
399 | 2025-02-23T12:43:29.935Z | Downloaded primeorder v0.13.6 |
400 | 2025-02-23T12:43:29.935Z | Downloaded darling_macro v0.20.10 |
401 | 2025-02-23T12:43:29.938Z | Downloaded parking_lot v0.12.3 |
402 | 2025-02-23T12:43:29.940Z | Downloaded parking_lot v0.11.2 |
403 | 2025-02-23T12:43:29.943Z | Downloaded ref-cast-impl v1.0.23 |
404 | 2025-02-23T12:43:29.945Z | Downloaded plotters-backend v0.3.7 |
405 | 2025-02-23T12:43:29.945Z | Downloaded plain v0.2.3 |
406 | 2025-02-23T12:43:29.948Z | Downloaded yoke v0.7.4 |
407 | 2025-02-23T12:43:29.948Z | Downloaded serde_regex v1.1.0 |
408 | 2025-02-23T12:43:29.951Z | Downloaded num-bigint v0.4.6 |
409 | 2025-02-23T12:43:29.956Z | Downloaded endian-type v0.1.2 |
410 | 2025-02-23T12:43:29.958Z | Downloaded zerocopy-derive v0.8.10 |
411 | 2025-02-23T12:43:29.964Z | Downloaded md5 v0.7.0 |
412 | 2025-02-23T12:43:29.967Z | Downloaded supports-color v3.0.1 |
413 | 2025-02-23T12:43:29.969Z | Downloaded rustls-pemfile v1.0.4 |
414 | 2025-02-23T12:43:29.972Z | Downloaded lock_api v0.4.12 |
415 | 2025-02-23T12:43:29.972Z | Downloaded hkdf v0.12.4 |
416 | 2025-02-23T12:43:29.975Z | Downloaded pest v2.7.14 |
417 | 2025-02-23T12:43:29.981Z | Downloaded pretty-hex v0.4.1 |
418 | 2025-02-23T12:43:29.984Z | Downloaded icu_locid_transform_data v1.5.0 |
419 | 2025-02-23T12:43:29.987Z | Downloaded once_cell v1.20.3 |
420 | 2025-02-23T12:43:29.990Z | Downloaded openssl-probe v0.1.5 |
421 | 2025-02-23T12:43:29.992Z | Downloaded smf v0.2.3 |
422 | 2025-02-23T12:43:29.992Z | Downloaded oso-derive v0.27.3 |
423 | 2025-02-23T12:43:29.995Z | Downloaded data-encoding v2.6.0 |
424 | 2025-02-23T12:43:29.995Z | Downloaded utf8parse v0.2.2 |
425 | 2025-02-23T12:43:29.998Z | Downloaded thiserror v1.0.69 |
426 | 2025-02-23T12:43:30.001Z | Downloaded unicode-properties v0.1.3 |
427 | 2025-02-23T12:43:30.004Z | Downloaded num_enum v0.5.11 |
428 | 2025-02-23T12:43:30.007Z | Downloaded slog-json v2.6.1 |
429 | 2025-02-23T12:43:30.010Z | Downloaded rustfmt-wrapper v0.2.1 |
430 | 2025-02-23T12:43:30.012Z | Downloaded russh-cryptovec v0.7.3 |
431 | 2025-02-23T12:43:30.012Z | Downloaded const-oid v0.9.6 |
432 | 2025-02-23T12:43:30.015Z | Downloaded enum-as-inner v0.6.1 |
433 | 2025-02-23T12:43:30.018Z | Downloaded utf-8 v0.7.6 |
434 | 2025-02-23T12:43:30.018Z | Downloaded usdt-impl v0.5.0 |
435 | 2025-02-23T12:43:30.022Z | Downloaded usdt-attr-macro v0.5.0 |
436 | 2025-02-23T12:43:30.022Z | Downloaded icu_normalizer v1.5.0 |
437 | 2025-02-23T12:43:30.024Z | Downloaded is_terminal_polyfill v1.70.1 |
438 | 2025-02-23T12:43:30.029Z | Downloaded aho-corasick v1.1.3 |
439 | 2025-02-23T12:43:30.032Z | Downloaded log v0.4.22 |
440 | 2025-02-23T12:43:30.035Z | Downloaded litrs v0.4.1 |
441 | 2025-02-23T12:43:30.039Z | Downloaded typify v0.2.0 |
442 | 2025-02-23T12:43:30.043Z | Downloaded md-5 v0.10.6 |
443 | 2025-02-23T12:43:30.045Z | Downloaded maybe-uninit v2.0.0 |
444 | 2025-02-23T12:43:30.045Z | Downloaded goblin v0.8.2 |
445 | 2025-02-23T12:43:30.050Z | Downloaded value-bag v1.9.0 |
446 | 2025-02-23T12:43:30.054Z | Downloaded uzers v0.12.1 |
447 | 2025-02-23T12:43:30.057Z | Downloaded vte v0.11.1 |
448 | 2025-02-23T12:43:30.059Z | Downloaded newline-converter v0.3.0 |
449 | 2025-02-23T12:43:30.060Z | Downloaded smallvec v0.6.14 |
450 | 2025-02-23T12:43:30.062Z | Downloaded datatest-stable v0.2.9 |
451 | 2025-02-23T12:43:30.065Z | Downloaded new_debug_unreachable v1.0.6 |
452 | 2025-02-23T12:43:30.065Z | Downloaded structmeta-derive v0.3.0 |
453 | 2025-02-23T12:43:30.067Z | Downloaded tower v0.5.2 |
454 | 2025-02-23T12:43:30.075Z | Downloaded newtype_derive v0.1.6 |
455 | 2025-02-23T12:43:30.078Z | Downloaded futures-util v0.3.31 |
456 | 2025-02-23T12:43:30.089Z | Downloaded salsa20 v0.10.2 |
457 | 2025-02-23T12:43:30.091Z | Downloaded xattr v1.3.1 |
458 | 2025-02-23T12:43:30.094Z | Downloaded textwrap v0.16.1 |
459 | 2025-02-23T12:43:30.097Z | Downloaded libtest-mimic v0.7.3 |
460 | 2025-02-23T12:43:30.099Z | Downloaded ed25519 v2.2.3 |
461 | 2025-02-23T12:43:30.102Z | Downloaded zerofrom v0.1.4 |
462 | 2025-02-23T12:43:30.102Z | Downloaded tinystr v0.7.6 |
463 | 2025-02-23T12:43:30.105Z | Downloaded owo-colors v4.1.0 |
464 | 2025-02-23T12:43:30.108Z | Downloaded keccak v0.1.5 |
465 | 2025-02-23T12:43:30.108Z | Downloaded pin-project-lite v0.2.14 |
466 | 2025-02-23T12:43:30.113Z | Downloaded vergen v8.3.2 |
467 | 2025-02-23T12:43:30.116Z | Downloaded debug-ignore v1.0.5 |
468 | 2025-02-23T12:43:30.118Z | Downloaded portable-atomic v1.9.0 |
469 | 2025-02-23T12:43:30.125Z | Downloaded crunchy v0.2.2 |
470 | 2025-02-23T12:43:30.127Z | Downloaded plotters-svg v0.3.7 |
471 | 2025-02-23T12:43:30.130Z | Downloaded ciborium-io v0.2.2 |
472 | 2025-02-23T12:43:30.130Z | Downloaded rand_xorshift v0.3.0 |
473 | 2025-02-23T12:43:30.130Z | Downloaded r2d2 v0.8.10 |
474 | 2025-02-23T12:43:30.133Z | Downloaded itoa v1.0.11 |
475 | 2025-02-23T12:43:30.135Z | Downloaded ppv-lite86 v0.2.20 |
476 | 2025-02-23T12:43:30.135Z | Downloaded tls_codec_derive v0.4.1 |
477 | 2025-02-23T12:43:30.138Z | Downloaded tinytemplate v1.2.1 |
478 | 2025-02-23T12:43:30.140Z | Downloaded pest_generator v2.7.14 |
479 | 2025-02-23T12:43:30.140Z | Downloaded unarray v0.1.4 |
480 | 2025-02-23T12:43:30.143Z | Downloaded const_format v0.2.34 |
481 | 2025-02-23T12:43:30.146Z | Downloaded crc-catalog v2.4.0 |
482 | 2025-02-23T12:43:30.149Z | Downloaded parse-zoneinfo v0.3.1 |
483 | 2025-02-23T12:43:30.151Z | Downloaded snafu v0.8.5 |
484 | 2025-02-23T12:43:30.159Z | Downloaded thiserror-impl-no-std v2.0.2 |
485 | 2025-02-23T12:43:30.161Z | Downloaded slog-scope v4.4.0 |
486 | 2025-02-23T12:43:30.162Z | Downloaded shlex v1.3.0 |
487 | 2025-02-23T12:43:30.162Z | Downloaded kstat-rs v0.2.4 |
488 | 2025-02-23T12:43:30.165Z | Downloaded clap_lex v0.7.4 |
489 | 2025-02-23T12:43:30.168Z | Downloaded serde_derive_internals v0.29.1 |
490 | 2025-02-23T12:43:30.168Z | Downloaded oxnet v0.1.0 |
491 | 2025-02-23T12:43:30.172Z | Downloaded unicase v2.7.0 |
492 | 2025-02-23T12:43:30.172Z | Downloaded prettyplease v0.2.29 |
493 | 2025-02-23T12:43:30.175Z | Downloaded xz2 v0.1.7 |
494 | 2025-02-23T12:43:30.175Z | Downloaded time-macros v0.2.18 |
495 | 2025-02-23T12:43:30.178Z | Downloaded env_filter v0.1.2 |
496 | 2025-02-23T12:43:30.181Z | Downloaded embedded-io v0.6.1 |
497 | 2025-02-23T12:43:30.181Z | Downloaded slog-term v2.9.1 |
498 | 2025-02-23T12:43:30.184Z | Downloaded crypto-bigint v0.5.5 |
499 | 2025-02-23T12:43:30.191Z | Downloaded memmap v0.7.0 |
500 | 2025-02-23T12:43:30.196Z | Downloaded postgres-protocol v0.6.7 |
501 | 2025-02-23T12:43:30.196Z | Downloaded piper v0.2.4 |
502 | 2025-02-23T12:43:30.199Z | Downloaded darling_core v0.20.10 |
503 | 2025-02-23T12:43:30.201Z | Downloaded zone_cfg_derive v0.3.0 |
504 | 2025-02-23T12:43:30.201Z | Downloaded zone_cfg_derive v0.1.2 |
505 | 2025-02-23T12:43:30.204Z | Downloaded rand_seeder v0.3.0 |
506 | 2025-02-23T12:43:30.204Z | Downloaded tokio-postgres v0.7.12 |
507 | 2025-02-23T12:43:30.209Z | Downloaded smallvec v1.14.0 |
508 | 2025-02-23T12:43:30.212Z | Downloaded bindgen v0.69.5 |
509 | 2025-02-23T12:43:30.219Z | Downloaded strum_macros v0.26.4 |
510 | 2025-02-23T12:43:30.222Z | Downloaded tokio-macros v2.5.0 |
511 | 2025-02-23T12:43:30.225Z | Downloaded slog-dtrace v0.3.0 |
512 | 2025-02-23T12:43:30.228Z | Downloaded criterion v0.5.1 |
513 | 2025-02-23T12:43:30.232Z | Downloaded clap_derive v4.5.28 |
514 | 2025-02-23T12:43:30.236Z | Downloaded signal-hook-tokio v0.3.1 |
515 | 2025-02-23T12:43:30.239Z | Downloaded libefi-sys v0.1.0 |
516 | 2025-02-23T12:43:30.239Z | Downloaded const_format_proc_macros v0.2.34 |
517 | 2025-02-23T12:43:30.243Z | Downloaded peg-runtime v0.8.3 |
518 | 2025-02-23T12:43:30.243Z | Downloaded colorchoice v1.0.2 |
519 | 2025-02-23T12:43:30.246Z | Downloaded phf v0.11.2 |
520 | 2025-02-23T12:43:30.246Z | Downloaded cobs v0.2.3 |
521 | 2025-02-23T12:43:30.246Z | Downloaded cmake v0.1.51 |
522 | 2025-02-23T12:43:30.249Z | Downloaded memmap2 v0.9.5 |
523 | 2025-02-23T12:43:30.249Z | Downloaded pkcs1 v0.7.5 |
524 | 2025-02-23T12:43:30.253Z | Downloaded pest_meta v2.7.14 |
525 | 2025-02-23T12:43:30.256Z | Downloaded lazycell v1.3.0 |
526 | 2025-02-23T12:43:30.256Z | Downloaded rustls-webpki v0.101.7 |
527 | 2025-02-23T12:43:30.268Z | Downloaded num_cpus v1.16.0 |
528 | 2025-02-23T12:43:30.271Z | Downloaded bitvec v1.0.1 |
529 | 2025-02-23T12:43:30.287Z | Downloaded progenitor-client v0.9.1 |
530 | 2025-02-23T12:43:30.290Z | Downloaded digest v0.10.7 |
531 | 2025-02-23T12:43:30.290Z | Downloaded miniz_oxide v0.8.0 |
532 | 2025-02-23T12:43:30.293Z | Downloaded unicode-bidi v0.3.17 |
533 | 2025-02-23T12:43:30.296Z | Downloaded peg v0.8.4 |
534 | 2025-02-23T12:43:30.299Z | Downloaded num-integer v0.1.46 |
535 | 2025-02-23T12:43:30.299Z | Downloaded pem v3.0.4 |
536 | 2025-02-23T12:43:30.303Z | Downloaded yoke-derive v0.7.4 |
537 | 2025-02-23T12:43:30.303Z | Downloaded crossbeam-epoch v0.9.18 |
538 | 2025-02-23T12:43:30.306Z | Downloaded quinn v0.11.5 |
539 | 2025-02-23T12:43:30.310Z | Downloaded mime_guess v2.0.5 |
540 | 2025-02-23T12:43:30.312Z | Downloaded downcast v0.11.0 |
541 | 2025-02-23T12:43:30.312Z | Downloaded tower-service v0.3.3 |
542 | 2025-02-23T12:43:30.312Z | Downloaded thiserror-impl v1.0.69 |
543 | 2025-02-23T12:43:30.315Z | Downloaded signature v2.2.0 |
544 | 2025-02-23T12:43:30.315Z | Downloaded async-std v1.13.0 |
545 | 2025-02-23T12:43:30.335Z | Downloaded vte_generate_state_changes v0.1.2 |
546 | 2025-02-23T12:43:30.340Z | Downloaded wait-timeout v0.2.0 |
547 | 2025-02-23T12:43:30.340Z | Downloaded tokio-tungstenite v0.24.0 |
548 | 2025-02-23T12:43:30.343Z | Downloaded pest_derive v2.7.14 |
549 | 2025-02-23T12:43:30.343Z | Downloaded percent-encoding v2.3.1 |
550 | 2025-02-23T12:43:30.343Z | Downloaded diesel_table_macro_syntax v0.2.0 |
551 | 2025-02-23T12:43:30.347Z | Downloaded sigpipe v0.1.3 |
552 | 2025-02-23T12:43:30.348Z | Downloaded mirai-annotations v1.12.0 |
553 | 2025-02-23T12:43:30.348Z | Downloaded displaydoc v0.2.5 |
554 | 2025-02-23T12:43:30.350Z | Downloaded spin v0.9.8 |
555 | 2025-02-23T12:43:30.351Z | Downloaded slog-bunyan v2.5.0 |
556 | 2025-02-23T12:43:30.357Z | Downloaded slog-async v2.8.0 |
557 | 2025-02-23T12:43:30.357Z | Downloaded simd-adler32 v0.3.7 |
558 | 2025-02-23T12:43:30.362Z | Downloaded darling v0.20.10 |
559 | 2025-02-23T12:43:30.362Z | Downloaded icu_locid_transform v1.5.0 |
560 | 2025-02-23T12:43:30.367Z | Downloaded bindgen v0.71.1 |
561 | 2025-02-23T12:43:30.371Z | Downloaded password-hash v0.4.2 |
562 | 2025-02-23T12:43:30.371Z | Downloaded nanorand v0.7.0 |
563 | 2025-02-23T12:43:30.375Z | Downloaded strum_macros v0.25.3 |
564 | 2025-02-23T12:43:30.380Z | Downloaded rstest v0.23.0 |
565 | 2025-02-23T12:43:30.389Z | Downloaded terminal_size v0.4.0 |
566 | 2025-02-23T12:43:30.390Z | Downloaded termcolor v1.4.1 |
567 | 2025-02-23T12:43:30.390Z | Downloaded strum_macros v0.24.3 |
568 | 2025-02-23T12:43:30.390Z | Downloaded rayon v1.10.0 |
569 | 2025-02-23T12:43:30.393Z | Downloaded strum v0.26.3 |
570 | 2025-02-23T12:43:30.395Z | Downloaded is-terminal v0.4.13 |
571 | 2025-02-23T12:43:30.396Z | Downloaded typify-macro v0.3.0 |
572 | 2025-02-23T12:43:30.396Z | Downloaded ryu v1.0.18 |
573 | 2025-02-23T12:43:30.398Z | Downloaded nibble_vec v0.1.0 |
574 | 2025-02-23T12:43:30.402Z | Downloaded rpassword v7.3.1 |
575 | 2025-02-23T12:43:30.402Z | Downloaded polyval v0.6.2 |
576 | 2025-02-23T12:43:30.405Z | Downloaded toml v0.8.19 |
577 | 2025-02-23T12:43:30.408Z | Downloaded ipnetwork v0.21.1 |
578 | 2025-02-23T12:43:30.408Z | Downloaded progenitor v0.8.0 |
579 | 2025-02-23T12:43:30.411Z | Downloaded scheduled-thread-pool v0.2.7 |
580 | 2025-02-23T12:43:30.412Z | Downloaded criterion-plot v0.5.0 |
581 | 2025-02-23T12:43:30.415Z | Downloaded stable_deref_trait v1.2.0 |
582 | 2025-02-23T12:43:30.415Z | Downloaded difflib v0.4.0 |
583 | 2025-02-23T12:43:30.415Z | Downloaded crossbeam-deque v0.8.5 |
584 | 2025-02-23T12:43:30.418Z | Downloaded yansi v1.0.1 |
585 | 2025-02-23T12:43:30.420Z | Downloaded convert_case v0.4.0 |
586 | 2025-02-23T12:43:30.420Z | Downloaded p384 v0.13.0 |
587 | 2025-02-23T12:43:30.424Z | Downloaded progenitor-macro v0.8.0 |
588 | 2025-02-23T12:43:30.427Z | Downloaded quinn-proto v0.11.8 |
589 | 2025-02-23T12:43:30.434Z | Downloaded embedded-io v0.4.0 |
590 | 2025-02-23T12:43:30.436Z | Downloaded tiny-keccak v2.0.2 |
591 | 2025-02-23T12:43:30.436Z | Downloaded thiserror-impl v2.0.11 |
592 | 2025-02-23T12:43:30.441Z | Downloaded num-rational v0.4.2 |
593 | 2025-02-23T12:43:30.441Z | Downloaded structmeta v0.3.0 |
594 | 2025-02-23T12:43:30.447Z | Downloaded quick-error v1.2.3 |
595 | 2025-02-23T12:43:30.447Z | Downloaded nu-ansi-term v0.50.1 |
596 | 2025-02-23T12:43:30.447Z | Downloaded gimli v0.31.1 |
597 | 2025-02-23T12:43:30.452Z | Downloaded radium v0.7.0 |
598 | 2025-02-23T12:43:30.455Z | Downloaded poly1305 v0.8.0 |
599 | 2025-02-23T12:43:30.455Z | Downloaded daft-derive v0.1.1 |
600 | 2025-02-23T12:43:30.461Z | Downloaded yasna v0.5.2 |
601 | 2025-02-23T12:43:30.463Z | Downloaded semver v1.0.25 |
602 | 2025-02-23T12:43:30.463Z | Downloaded progenitor-impl v0.9.1 |
603 | 2025-02-23T12:43:30.466Z | Downloaded plotters v0.3.7 |
604 | 2025-02-23T12:43:30.473Z | Downloaded crc32fast v1.4.2 |
605 | 2025-02-23T12:43:30.478Z | Downloaded chrono-tz v0.10.1 |
606 | 2025-02-23T12:43:30.481Z | Downloaded toml v0.7.8 |
607 | 2025-02-23T12:43:30.484Z | Downloaded diff v0.1.13 |
608 | 2025-02-23T12:43:30.487Z | Downloaded num-traits v0.2.19 |
609 | 2025-02-23T12:43:30.490Z | Downloaded unicode_categories v0.1.1 |
610 | 2025-02-23T12:43:30.493Z | Downloaded ciborium v0.2.2 |
611 | 2025-02-23T12:43:30.496Z | Downloaded rand_distr v0.4.3 |
612 | 2025-02-23T12:43:30.499Z | Downloaded webpki-roots v0.26.6 |
613 | 2025-02-23T12:43:30.503Z | Downloaded libloading v0.8.5 |
614 | 2025-02-23T12:43:30.506Z | Downloaded dropshot_endpoint v0.15.1 |
615 | 2025-02-23T12:43:30.506Z | Downloaded dropshot_endpoint v0.12.0 |
616 | 2025-02-23T12:43:30.508Z | Downloaded icu_locid v1.5.0 |
617 | 2025-02-23T12:43:30.513Z | Downloaded polling v3.7.3 |
618 | 2025-02-23T12:43:30.516Z | Downloaded p256 v0.13.2 |
619 | 2025-02-23T12:43:30.520Z | Downloaded pretty_assertions v1.4.1 |
620 | 2025-02-23T12:43:30.523Z | Downloaded samael v0.0.18 |
621 | 2025-02-23T12:43:30.527Z | Downloaded serde_json v1.0.139 |
622 | 2025-02-23T12:43:30.534Z | Downloaded itertools v0.12.1 |
623 | 2025-02-23T12:43:30.541Z | Downloaded icu_collections v1.5.0 |
624 | 2025-02-23T12:43:30.546Z | Downloaded progenitor-impl v0.8.0 |
625 | 2025-02-23T12:43:30.549Z | Downloaded rustyline v14.0.0 |
626 | 2025-02-23T12:43:30.554Z | Downloaded multer v3.1.0 |
627 | 2025-02-23T12:43:30.557Z | Downloaded slog v2.7.0 |
628 | 2025-02-23T12:43:30.560Z | Downloaded itertools v0.10.5 |
629 | 2025-02-23T12:43:30.564Z | Downloaded russh v0.45.0 |
630 | 2025-02-23T12:43:30.570Z | Downloaded zerocopy v0.7.35 |
631 | 2025-02-23T12:43:30.586Z | Downloaded ron v0.8.1 |
632 | 2025-02-23T12:43:30.590Z | Downloaded ssh-key v0.6.6 |
633 | 2025-02-23T12:43:30.597Z | Downloaded x509-cert v0.2.5 |
634 | 2025-02-23T12:43:30.603Z | Downloaded p521 v0.13.3 |
635 | 2025-02-23T12:43:30.607Z | Downloaded time v0.3.36 |
636 | 2025-02-23T12:43:30.615Z | Downloaded minimal-lexical v0.2.1 |
637 | 2025-02-23T12:43:30.618Z | Downloaded crossbeam-channel v0.5.13 |
638 | 2025-02-23T12:43:30.623Z | Downloaded nom v7.1.3 |
639 | 2025-02-23T12:43:30.629Z | Downloaded syn v2.0.96 |
640 | 2025-02-23T12:43:30.640Z | Downloaded rusqlite v0.32.1 |
641 | 2025-02-23T12:43:30.646Z | Downloaded itertools v0.13.0 |
642 | 2025-02-23T12:43:30.654Z | Downloaded crossterm v0.28.1 |
643 | 2025-02-23T12:43:30.659Z | Downloaded rsa v0.9.6 |
644 | 2025-02-23T12:43:30.663Z | Downloaded mio v1.0.2 |
645 | 2025-02-23T12:43:30.669Z | Downloaded tokio-util v0.7.12 |
646 | 2025-02-23T12:43:30.675Z | Downloaded nix v0.28.0 |
647 | 2025-02-23T12:43:30.686Z | Downloaded libm v0.2.8 |
648 | 2025-02-23T12:43:30.694Z | Downloaded hickory-proto v0.24.3 |
649 | 2025-02-23T12:43:30.709Z | Downloaded winnow v0.5.40 |
650 | 2025-02-23T12:43:30.717Z | Downloaded regex-syntax v0.6.29 |
651 | 2025-02-23T12:43:30.724Z | Downloaded openapiv3 v2.0.0 |
652 | 2025-02-23T12:43:30.736Z | Downloaded rustls v0.21.12 |
653 | 2025-02-23T12:43:30.747Z | Downloaded petname v2.0.2 |
654 | 2025-02-23T12:43:30.753Z | Downloaded rustls v0.23.19 |
655 | 2025-02-23T12:43:30.763Z | Downloaded regress v0.10.1 |
656 | 2025-02-23T12:43:30.770Z | Downloaded openssl v0.10.71 |
657 | 2025-02-23T12:43:30.780Z | Downloaded smoltcp v0.11.0 |
658 | 2025-02-23T12:43:30.792Z | Downloaded radix_trie v0.2.1 |
659 | 2025-02-23T12:43:30.797Z | Downloaded polar-core v0.27.3 |
660 | 2025-02-23T12:43:30.804Z | Downloaded regex-syntax v0.8.5 |
661 | 2025-02-23T12:43:30.812Z | Downloaded rustix v0.38.37 |
662 | 2025-02-23T12:43:30.837Z | Downloaded dropshot v0.15.1 |
663 | 2025-02-23T12:43:30.854Z | Downloaded object v0.36.5 |
664 | 2025-02-23T12:43:30.865Z | Downloaded smoltcp v0.9.1 |
665 | 2025-02-23T12:43:31.878Z | Downloaded diesel v2.2.7 |
666 | 2025-02-23T12:43:31.885Z | Downloaded rustls v0.22.4 |
667 | 2025-02-23T12:43:31.885Z | Downloaded zerocopy-derive v0.6.6 |
668 | 2025-02-23T12:43:31.885Z | Downloaded sled v0.34.7 |
669 | 2025-02-23T12:43:31.885Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
670 | 2025-02-23T12:43:31.885Z | Downloaded nix v0.27.1 |
671 | 2025-02-23T12:43:31.885Z | Downloaded regex-automata v0.4.8 |
672 | 2025-02-23T12:43:31.885Z | Downloaded zerocopy v0.8.10 |
673 | 2025-02-23T12:43:31.885Z | Downloaded regress v0.9.1 |
674 | 2025-02-23T12:43:31.885Z | Downloaded winnow v0.6.20 |
675 | 2025-02-23T12:43:31.885Z | Downloaded bstr v1.10.0 |
676 | 2025-02-23T12:43:31.885Z | Downloaded curve25519-dalek v4.1.3 |
677 | 2025-02-23T12:43:31.885Z | Downloaded vcpkg v0.2.15 |
678 | 2025-02-23T12:43:31.885Z | Downloaded petgraph v0.7.1 |
679 | 2025-02-23T12:43:31.885Z | Downloaded unicode-width v0.2.0 |
680 | 2025-02-23T12:43:31.885Z | Downloaded unicode-width v0.1.14 |
681 | 2025-02-23T12:43:31.885Z | Downloaded tabled v0.18.0 |
682 | 2025-02-23T12:43:31.885Z | Downloaded typify-impl v0.3.0 |
683 | 2025-02-23T12:43:31.885Z | Downloaded typify-impl v0.2.0 |
684 | 2025-02-23T12:43:31.885Z | Downloaded ratatui v0.29.0 |
685 | 2025-02-23T12:43:31.885Z | Downloaded nix v0.29.0 |
686 | 2025-02-23T12:43:31.885Z | Downloaded object v0.30.4 |
687 | 2025-02-23T12:43:31.886Z | Downloaded dropshot v0.12.0 |
688 | 2025-02-23T12:43:31.886Z | Downloaded icu_properties_data v1.5.0 |
689 | 2025-02-23T12:43:31.886Z | Downloaded lzma-sys v0.1.20 |
690 | 2025-02-23T12:43:31.886Z | Downloaded regex v1.11.1 |
691 | 2025-02-23T12:43:31.886Z | Downloaded itertools v0.14.0 |
692 | 2025-02-23T12:43:31.886Z | Downloaded serde v1.0.218 |
693 | 2025-02-23T12:43:31.886Z | Downloaded reqwest v0.12.12 |
694 | 2025-02-23T12:43:31.886Z | Downloaded quick-xml v0.37.2 |
695 | 2025-02-23T12:43:31.886Z | Downloaded petgraph v0.6.5 |
696 | 2025-02-23T12:43:31.886Z | Downloaded tokio v1.43.0 |
697 | 2025-02-23T12:43:31.886Z | Downloaded libc v0.2.170 |
698 | 2025-02-23T12:43:31.886Z | Downloaded libz-sys v1.1.20 |
699 | 2025-02-23T12:43:31.886Z | Downloaded sha3 v0.10.8 |
700 | 2025-02-23T12:43:31.886Z | Downloaded tabled v0.15.0 |
701 | 2025-02-23T12:43:31.886Z | Downloaded csv v1.3.1 |
702 | 2025-02-23T12:43:31.886Z | Downloaded reedline v0.35.0 |
703 | 2025-02-23T12:43:31.886Z | Downloaded lalrpop v0.19.12 |
704 | 2025-02-23T12:43:31.886Z | Downloaded syn v1.0.109 |
705 | 2025-02-23T12:43:31.886Z | Downloaded constant_time_eq v0.3.1 |
706 | 2025-02-23T12:43:31.886Z | Downloaded zone v0.3.0 |
707 | 2025-02-23T12:43:31.886Z | Downloaded zone v0.1.8 |
708 | 2025-02-23T12:43:31.886Z | Downloaded peg-macros v0.8.4 |
709 | 2025-02-23T12:43:31.886Z | Downloaded iana-time-zone v0.1.61 |
710 | 2025-02-23T12:43:31.886Z | Downloaded ucd-trie v0.1.7 |
711 | 2025-02-23T12:43:31.886Z | Downloaded unicode-segmentation v1.12.0 |
712 | 2025-02-23T12:43:31.887Z | Downloaded tokio-rustls v0.26.0 |
713 | 2025-02-23T12:43:31.887Z | Downloaded socket2 v0.5.7 |
714 | 2025-02-23T12:43:31.887Z | Downloaded elliptic-curve v0.13.8 |
715 | 2025-02-23T12:43:31.887Z | Downloaded memchr v2.7.4 |
716 | 2025-02-23T12:43:31.887Z | Downloaded unicode-normalization v0.1.24 |
717 | 2025-02-23T12:43:31.887Z | Downloaded serde_with v3.11.0 |
718 | 2025-02-23T12:43:31.887Z | Downloaded slog-envlogger v2.2.0 |
719 | 2025-02-23T12:43:31.887Z | Downloaded subprocess v0.2.9 |
720 | 2025-02-23T12:43:31.887Z | Downloaded pkcs5 v0.7.1 |
721 | 2025-02-23T12:43:31.887Z | Downloaded password-hash v0.5.0 |
722 | 2025-02-23T12:43:31.887Z | Downloaded tar v0.4.42 |
723 | 2025-02-23T12:43:31.887Z | Downloaded idna v1.0.3 |
724 | 2025-02-23T12:43:31.887Z | Downloaded clap_builder v4.5.30 |
725 | 2025-02-23T12:43:31.887Z | Downloaded sqlparser v0.45.0 |
726 | 2025-02-23T12:43:31.887Z | Downloaded rustls-webpki v0.102.8 |
727 | 2025-02-23T12:43:31.887Z | Downloaded tokio-native-tls v0.3.1 |
728 | 2025-02-23T12:43:31.887Z | Downloaded encoding_rs v0.8.34 |
729 | 2025-02-23T12:43:31.887Z | Downloaded ring v0.17.11 |
730 | 2025-02-23T12:43:31.887Z | Downloaded httpmock v0.8.0-alpha.1 |
731 | 2025-02-23T12:43:31.887Z | Downloaded signal-hook-registry v1.4.2 |
732 | 2025-02-23T12:43:31.887Z | Downloaded signal-hook-mio v0.2.4 |
733 | 2025-02-23T12:43:31.887Z | Downloaded target-spec v3.4.2 |
734 | 2025-02-23T12:43:31.887Z | Downloaded static_assertions v1.1.0 |
735 | 2025-02-23T12:43:31.887Z | Downloaded signal-hook v0.3.17 |
736 | 2025-02-23T12:43:31.887Z | Downloaded unicode-ident v1.0.14 |
737 | 2025-02-23T12:43:31.888Z | Downloaded salty v0.3.0 |
738 | 2025-02-23T12:43:31.888Z | Downloaded chrono v0.4.39 |
739 | 2025-02-23T12:43:31.888Z | Downloaded derive_more v0.99.19 |
740 | 2025-02-23T12:43:31.888Z | Downloaded tracing v0.1.40 |
741 | 2025-02-23T12:43:31.888Z | Downloaded proptest v1.5.0 |
742 | 2025-02-23T12:43:31.888Z | Downloaded display-error-chain v0.2.2 |
743 | 2025-02-23T12:43:31.888Z | Downloaded dirs-sys-next v0.1.2 |
744 | 2025-02-23T12:43:31.888Z | Downloaded dirs-next v2.0.0 |
745 | 2025-02-23T12:43:31.888Z | Downloaded untrusted v0.7.1 |
746 | 2025-02-23T12:43:31.888Z | Downloaded target-lexicon v0.13.2 |
747 | 2025-02-23T12:43:31.888Z | Downloaded git2 v0.19.0 |
748 | 2025-02-23T12:43:31.888Z | Downloaded rtoolbox v0.0.2 |
749 | 2025-02-23T12:43:31.888Z | Downloaded threadpool v1.8.1 |
750 | 2025-02-23T12:43:31.888Z | Downloaded crc-any v2.5.0 |
751 | 2025-02-23T12:43:31.888Z | Downloaded cookie v0.18.1 |
752 | 2025-02-23T12:43:31.888Z | Downloaded zerocopy v0.6.6 |
753 | 2025-02-23T12:43:31.888Z | Downloaded pem-rfc7468 v0.7.0 |
754 | 2025-02-23T12:43:31.888Z | Downloaded native-tls v0.2.12 |
755 | 2025-02-23T12:43:31.888Z | Downloaded jobserver v0.1.32 |
756 | 2025-02-23T12:43:31.888Z | Downloaded libsw v3.3.1 |
757 | 2025-02-23T12:43:31.888Z | Downloaded lazy_static v1.5.0 |
758 | 2025-02-23T12:43:31.888Z | Downloaded daft v0.1.1 |
759 | 2025-02-23T12:43:31.888Z | Downloaded ipnet v2.10.1 |
760 | 2025-02-23T12:43:31.888Z | Downloaded tough v0.19.0 |
761 | 2025-02-23T12:43:31.889Z | Downloaded des v0.8.1 |
762 | 2025-02-23T12:43:31.889Z | Downloaded zip v2.1.3 |
763 | 2025-02-23T12:43:31.889Z | Downloaded typify v0.3.0 |
764 | 2025-02-23T12:43:31.889Z | Downloaded thiserror v2.0.11 |
765 | 2025-02-23T12:43:31.889Z | Downloaded typify-macro v0.2.0 |
766 | 2025-02-23T12:43:31.893Z | Downloaded thiserror-no-std v2.0.2 |
767 | 2025-02-23T12:43:31.893Z | Downloaded aws-lc-rs v1.10.0 |
768 | 2025-02-23T12:43:31.893Z | Downloaded subtle v2.6.1 |
769 | 2025-02-23T12:43:31.893Z | Downloaded relative-path v1.9.3 |
770 | 2025-02-23T12:43:31.893Z | Downloaded icu_properties v1.5.1 |
771 | 2025-02-23T12:43:31.893Z | Downloaded diesel_derives v2.2.3 |
772 | 2025-02-23T12:43:31.893Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
773 | 2025-02-23T12:43:31.894Z | Downloaded toml_edit v0.22.22 |
774 | 2025-02-23T12:43:31.894Z | Downloaded nested v0.1.1 |
775 | 2025-02-23T12:43:31.894Z | Downloaded predicates-tree v1.0.11 |
776 | 2025-02-23T12:43:31.894Z | Downloaded phf_codegen v0.11.2 |
777 | 2025-02-23T12:43:31.894Z | Downloaded rand v0.8.5 |
778 | 2025-02-23T12:43:31.894Z | Downloaded match_cfg v0.1.0 |
779 | 2025-02-23T12:43:31.894Z | Downloaded is_ci v1.2.0 |
780 | 2025-02-23T12:43:31.894Z | Downloaded blake3 v1.5.4 |
781 | 2025-02-23T12:43:31.894Z | Downloaded libxml v0.3.3 |
782 | 2025-02-23T12:43:31.894Z | Downloaded zerovec v0.10.4 |
783 | 2025-02-23T12:43:31.894Z | Downloaded schemars v0.8.21 |
784 | 2025-02-23T12:43:31.894Z | Downloaded untrusted v0.9.0 |
785 | 2025-02-23T12:43:31.894Z | Downloaded icu_normalizer_data v1.5.0 |
786 | 2025-02-23T12:43:31.894Z | Downloaded zopfli v0.8.1 |
787 | 2025-02-23T12:43:31.894Z | Downloaded serde_path_to_error v0.1.16 |
788 | 2025-02-23T12:43:31.894Z | Downloaded ed25519-dalek v2.1.1 |
789 | 2025-02-23T12:43:31.894Z | Downloaded steno v0.4.1 |
790 | 2025-02-23T12:43:31.894Z | Downloaded toml_edit v0.19.15 |
791 | 2025-02-23T12:43:31.894Z | Downloaded termios v0.3.3 |
792 | 2025-02-23T12:43:31.894Z | Downloaded tracing-core v0.1.32 |
793 | 2025-02-23T12:43:31.894Z | Downloaded tracing-attributes v0.1.27 |
794 | 2025-02-23T12:43:31.894Z | Downloaded utf16_iter v1.0.5 |
795 | 2025-02-23T12:43:31.894Z | Downloaded smawk v0.3.2 |
796 | 2025-02-23T12:43:31.894Z | Downloaded h2 v0.4.6 |
797 | 2025-02-23T12:43:31.894Z | Downloaded typenum v1.17.0 |
798 | 2025-02-23T12:43:31.894Z | Downloaded tokio-rustls v0.25.0 |
799 | 2025-02-23T12:43:31.895Z | Downloaded ref-cast v1.0.23 |
800 | 2025-02-23T12:43:31.895Z | Downloaded console v0.15.10 |
801 | 2025-02-23T12:43:31.895Z | Downloaded usdt-macro v0.5.0 |
802 | 2025-02-23T12:43:31.895Z | Downloaded serde_plain v1.0.2 |
803 | 2025-02-23T12:43:31.895Z | Downloaded rustls-native-certs v0.7.3 |
804 | 2025-02-23T12:43:31.895Z | Downloaded same-file v1.0.6 |
805 | 2025-02-23T12:43:31.895Z | Downloaded rand_core v0.6.4 |
806 | 2025-02-23T12:43:31.895Z | Downloaded hyper-util v0.1.10 |
807 | 2025-02-23T12:43:31.895Z | Downloaded papergrid v0.11.0 |
808 | 2025-02-23T12:43:31.895Z | Downloaded omicron-zone-package v0.12.0 |
809 | 2025-02-23T12:43:31.895Z | Downloaded linear-map v1.2.0 |
810 | 2025-02-23T12:43:31.895Z | Downloaded linked-hash-map v0.5.6 |
811 | 2025-02-23T12:43:31.895Z | Downloaded hashbrown v0.15.1 |
812 | 2025-02-23T12:43:31.895Z | Downloaded tokio-rustls v0.24.1 |
813 | 2025-02-23T12:43:31.895Z | Downloaded diesel-dtrace v0.4.2 |
814 | 2025-02-23T12:43:31.895Z | Downloaded typed-path v0.9.3 |
815 | 2025-02-23T12:43:31.895Z | Downloaded hashbrown v0.14.5 |
816 | 2025-02-23T12:43:31.895Z | Downloaded scroll v0.12.0 |
817 | 2025-02-23T12:43:31.895Z | Downloaded qorb v0.2.1 |
818 | 2025-02-23T12:43:31.899Z | Downloaded der v0.7.9 |
819 | 2025-02-23T12:43:31.904Z | Downloaded parking_lot_core v0.8.6 |
820 | 2025-02-23T12:43:31.907Z | Downloaded guppy v0.17.17 |
821 | 2025-02-23T12:43:31.911Z | Downloaded indexmap v2.7.1 |
822 | 2025-02-23T12:43:31.914Z | Downloaded scopeguard v1.2.0 |
823 | 2025-02-23T12:43:31.914Z | Downloaded litemap v0.7.3 |
824 | 2025-02-23T12:43:31.917Z | Downloaded internet-checksum v0.2.1 |
825 | 2025-02-23T12:43:31.917Z | Downloaded hyper-rustls v0.26.0 |
826 | 2025-02-23T12:43:31.921Z | Downloaded env_logger v0.10.2 |
827 | 2025-02-23T12:43:31.925Z | Downloaded clang-sys v1.8.1 |
828 | 2025-02-23T12:43:31.925Z | Downloaded compact_str v0.8.0 |
829 | 2025-02-23T12:43:31.928Z | Downloaded trybuild v1.0.101 |
830 | 2025-02-23T12:43:31.932Z | Downloaded defmt v0.3.8 |
831 | 2025-02-23T12:43:31.936Z | Downloaded packed_struct_codegen v0.10.1 |
832 | 2025-02-23T12:43:31.936Z | Downloaded packed_struct v0.10.1 |
833 | 2025-02-23T12:43:31.936Z | Downloaded proc-macro-error-attr v1.0.4 |
834 | 2025-02-23T12:43:31.936Z | Downloaded parse-display v0.10.0 |
835 | 2025-02-23T12:43:31.939Z | Downloaded cipher v0.4.4 |
836 | 2025-02-23T12:43:31.939Z | Downloaded russh-keys v0.45.0 |
837 | 2025-02-23T12:43:31.942Z | Downloaded url v2.5.3 |
838 | 2025-02-23T12:43:31.947Z | Downloaded scroll_derive v0.12.0 |
839 | 2025-02-23T12:43:31.947Z | Downloaded maplit v1.0.2 |
840 | 2025-02-23T12:43:31.947Z | Downloaded macaddr v1.0.1 |
841 | 2025-02-23T12:43:31.950Z | Downloaded inout v0.1.3 |
842 | 2025-02-23T12:43:31.951Z | Downloaded indent_write v2.2.0 |
843 | 2025-02-23T12:43:31.951Z | Downloaded impl-trait-for-tuples v0.2.2 |
844 | 2025-02-23T12:43:31.951Z | Downloaded idna_adapter v1.2.0 |
845 | 2025-02-23T12:43:31.954Z | Downloaded utf8_iter v1.0.4 |
846 | 2025-02-23T12:43:31.954Z | Downloaded tokio-tungstenite v0.23.1 |
847 | 2025-02-23T12:43:31.954Z | Downloaded cc v1.2.15 |
848 | 2025-02-23T12:43:31.958Z | Downloaded publicsuffix v2.3.0 |
849 | 2025-02-23T12:43:31.962Z | Downloaded expectorate v1.1.0 |
850 | 2025-02-23T12:43:31.966Z | Downloaded rayon-core v1.12.1 |
851 | 2025-02-23T12:43:31.966Z | Downloaded http v1.2.0 |
852 | 2025-02-23T12:43:31.971Z | Downloaded hashbrown v0.13.2 |
853 | 2025-02-23T12:43:31.974Z | Downloaded hashbrown v0.12.3 |
854 | 2025-02-23T12:43:31.977Z | Downloaded aes-gcm v0.10.3 |
855 | 2025-02-23T12:43:31.980Z | Downloaded tungstenite v0.21.0 |
856 | 2025-02-23T12:43:31.983Z | Downloaded tinyvec v1.8.0 |
857 | 2025-02-23T12:43:31.987Z | Downloaded writeable v0.5.5 |
858 | 2025-02-23T12:43:31.991Z | Downloaded quote v1.0.38 |
859 | 2025-02-23T12:43:31.991Z | Downloaded indexmap v1.9.3 |
860 | 2025-02-23T12:43:31.994Z | Downloaded hyper-rustls v0.27.3 |
861 | 2025-02-23T12:43:31.997Z | Downloaded pin-project-internal v1.1.6 |
862 | 2025-02-23T12:43:31.998Z | Downloaded derive-where v1.2.7 |
863 | 2025-02-23T12:43:32.002Z | Downloaded serde_derive v1.0.218 |
864 | 2025-02-23T12:43:32.005Z | Downloaded flate2 v1.0.35 |
865 | 2025-02-23T12:43:32.009Z | Downloaded rustls-pki-types v1.10.0 |
866 | 2025-02-23T12:43:32.012Z | Downloaded stringmetrics v2.2.2 |
867 | 2025-02-23T12:43:32.012Z | Downloaded thread_local v1.1.8 |
868 | 2025-02-23T12:43:32.012Z | Downloaded thread-id v4.2.2 |
869 | 2025-02-23T12:43:32.017Z | Downloaded serde_tokenstream v0.2.2 |
870 | 2025-02-23T12:43:32.017Z | Downloaded serde_spanned v0.6.8 |
871 | 2025-02-23T12:43:32.021Z | Downloaded serde_repr v0.1.19 |
872 | 2025-02-23T12:43:32.021Z | Downloaded sec1 v0.7.3 |
873 | 2025-02-23T12:43:32.021Z | Downloaded schemars_derive v0.8.21 |
874 | 2025-02-23T12:43:32.021Z | Downloaded rustc_version v0.1.7 |
875 | 2025-02-23T12:43:32.021Z | Downloaded rustc-hash v2.1.1 |
876 | 2025-02-23T12:43:32.024Z | Downloaded bumpalo v3.16.0 |
877 | 2025-02-23T12:43:32.024Z | Downloaded backtrace v0.3.74 |
878 | 2025-02-23T12:43:32.028Z | Downloaded oso v0.27.3 |
879 | 2025-02-23T12:43:32.031Z | Downloaded similar v2.6.0 |
880 | 2025-02-23T12:43:32.036Z | Downloaded phf_shared v0.11.2 |
881 | 2025-02-23T12:43:32.039Z | Downloaded progenitor v0.9.1 |
882 | 2025-02-23T12:43:32.039Z | Downloaded phf_generator v0.11.2 |
883 | 2025-02-23T12:43:32.039Z | Downloaded pbkdf2 v0.12.2 |
884 | 2025-02-23T12:43:32.043Z | Downloaded pbkdf2 v0.11.0 |
885 | 2025-02-23T12:43:32.043Z | Downloaded paste v1.0.15 |
886 | 2025-02-23T12:43:32.046Z | Downloaded parse-display-derive v0.10.0 |
887 | 2025-02-23T12:43:32.046Z | Downloaded parking v2.2.1 |
888 | 2025-02-23T12:43:32.046Z | Downloaded der_derive v0.7.3 |
889 | 2025-02-23T12:43:32.050Z | Downloaded aes v0.8.4 |
890 | 2025-02-23T12:43:32.052Z | Downloaded num v0.4.3 |
891 | 2025-02-23T12:43:32.053Z | Downloaded heapless v0.7.17 |
892 | 2025-02-23T12:43:32.056Z | Downloaded multimap v0.10.0 |
893 | 2025-02-23T12:43:32.059Z | Downloaded mime v0.3.17 |
894 | 2025-02-23T12:43:32.059Z | Downloaded memoffset v0.9.1 |
895 | 2025-02-23T12:43:32.059Z | Downloaded lru-cache v0.1.2 |
896 | 2025-02-23T12:43:32.062Z | Downloaded indoc v2.0.5 |
897 | 2025-02-23T12:43:32.062Z | Downloaded indoc v1.0.9 |
898 | 2025-02-23T12:43:32.064Z | Downloaded flume v0.11.1 |
899 | 2025-02-23T12:43:32.067Z | Downloaded base64 v0.13.1 |
900 | 2025-02-23T12:43:32.070Z | Downloaded tokio-tungstenite v0.21.0 |
901 | 2025-02-23T12:43:32.073Z | Downloaded dyn-clone v1.0.18 |
902 | 2025-02-23T12:43:32.075Z | Downloaded dunce v1.0.5 |
903 | 2025-02-23T12:43:32.075Z | Downloaded defmt-macros v0.3.9 |
904 | 2025-02-23T12:43:32.078Z | Downloaded defmt-parser v0.3.4 |
905 | 2025-02-23T12:43:32.078Z | Downloaded crc v3.2.1 |
906 | 2025-02-23T12:43:32.082Z | Downloaded cpufeatures v0.2.14 |
907 | 2025-02-23T12:43:32.084Z | Downloaded rust-argon2 v2.1.0 |
908 | 2025-02-23T12:43:32.087Z | Downloaded headers v0.4.0 |
909 | 2025-02-23T12:43:32.090Z | Downloaded strsim v0.11.1 |
910 | 2025-02-23T12:43:32.093Z | Downloaded rustc-demangle v0.1.24 |
911 | 2025-02-23T12:43:32.093Z | Downloaded zeroize v1.8.1 |
912 | 2025-02-23T12:43:32.097Z | Downloaded zerofrom-derive v0.1.4 |
913 | 2025-02-23T12:43:32.097Z | Downloaded which v4.4.2 |
914 | 2025-02-23T12:43:32.097Z | Downloaded synstructure v0.13.1 |
915 | 2025-02-23T12:43:32.101Z | Downloaded parking_lot_core v0.9.10 |
916 | 2025-02-23T12:43:32.102Z | Downloaded sha1 v0.10.6 |
917 | 2025-02-23T12:43:32.106Z | Downloaded serde-hex v0.1.0 |
918 | 2025-02-23T12:43:32.106Z | Downloaded rusty-fork v0.3.0 |
919 | 2025-02-23T12:43:32.106Z | Downloaded rustversion v1.0.17 |
920 | 2025-02-23T12:43:32.109Z | Downloaded bcs v0.1.6 |
921 | 2025-02-23T12:43:32.109Z | Downloaded bitflags v2.6.0 |
922 | 2025-02-23T12:43:32.113Z | Downloaded cfg-expr v0.18.0 |
923 | 2025-02-23T12:43:32.116Z | Downloaded bzip2 v0.4.4 |
924 | 2025-02-23T12:43:32.119Z | Downloaded pin-utils v0.1.0 |
925 | 2025-02-23T12:43:32.119Z | Downloaded async-io v2.3.4 |
926 | 2025-02-23T12:43:32.123Z | Downloaded ahash v0.8.11 |
927 | 2025-02-23T12:43:32.126Z | Downloaded cancel-safe-futures v0.1.5 |
928 | 2025-02-23T12:43:32.126Z | Downloaded cassowary v0.3.0 |
929 | 2025-02-23T12:43:32.129Z | Downloaded bitflags v1.3.2 |
930 | 2025-02-23T12:43:32.129Z | Downloaded async-bb8-diesel v0.2.1 |
931 | 2025-02-23T12:43:32.132Z | Downloaded fs_extra v1.3.0 |
932 | 2025-02-23T12:43:32.134Z | Downloaded chacha20 v0.9.1 |
933 | 2025-02-23T12:43:32.134Z | Downloaded cargo_metadata v0.18.1 |
934 | 2025-02-23T12:43:32.137Z | Downloaded base64ct v1.6.0 |
935 | 2025-02-23T12:43:32.139Z | Downloaded anstream v0.6.15 |
936 | 2025-02-23T12:43:32.142Z | Downloaded anes v0.1.6 |
937 | 2025-02-23T12:43:32.145Z | Downloaded async-trait v0.1.86 |
938 | 2025-02-23T12:43:32.147Z | Downloaded async-channel v2.3.1 |
939 | 2025-02-23T12:43:32.147Z | Downloaded assert_cmd v2.0.16 |
940 | 2025-02-23T12:43:32.150Z | Downloaded argon2 v0.5.3 |
941 | 2025-02-23T12:43:32.150Z | Downloaded async-executor v1.13.1 |
942 | 2025-02-23T12:43:32.152Z | Downloaded arrayvec v0.7.6 |
943 | 2025-02-23T12:43:32.155Z | Downloaded async-process v2.3.0 |
944 | 2025-02-23T12:43:32.157Z | Downloaded async-channel v1.9.0 |
945 | 2025-02-23T12:43:32.157Z | Downloaded home v0.5.9 |
946 | 2025-02-23T12:43:32.157Z | Downloaded hash32 v0.2.1 |
947 | 2025-02-23T12:43:32.160Z | Downloaded gethostname v0.5.0 |
948 | 2025-02-23T12:43:32.160Z | Downloaded generic-array v0.14.7 |
949 | 2025-02-23T12:43:32.163Z | Downloaded fs-err v2.11.0 |
950 | 2025-02-23T12:43:32.163Z | Downloaded cbc v0.1.2 |
951 | 2025-02-23T12:43:32.165Z | Downloaded castaway v0.2.3 |
952 | 2025-02-23T12:43:32.165Z | Downloaded byteorder v1.5.0 |
953 | 2025-02-23T12:43:32.169Z | Downloaded approx v0.5.1 |
954 | 2025-02-23T12:43:32.169Z | Downloaded futures-executor v0.3.31 |
955 | 2025-02-23T12:43:32.171Z | Downloaded group v0.13.0 |
956 | 2025-02-23T12:43:32.171Z | Downloaded glob v0.3.2 |
957 | 2025-02-23T12:43:32.171Z | Downloaded futures-macro v0.3.31 |
958 | 2025-02-23T12:43:32.174Z | Downloaded cfg-if v1.0.0 |
959 | 2025-02-23T12:43:32.174Z | Downloaded bytecount v0.6.8 |
960 | 2025-02-23T12:43:32.177Z | Downloaded blowfish v0.9.1 |
961 | 2025-02-23T12:43:32.177Z | Downloaded bcrypt-pbkdf v0.10.0 |
962 | 2025-02-23T12:43:32.177Z | Downloaded bitfield-struct v0.6.2 |
963 | 2025-02-23T12:43:32.179Z | Downloaded funty v2.0.0 |
964 | 2025-02-23T12:43:32.179Z | Downloaded blocking v1.6.1 |
965 | 2025-02-23T12:43:32.179Z | Downloaded bitfield v0.14.0 |
966 | 2025-02-23T12:43:32.182Z | Downloaded bit-vec v0.6.3 |
967 | 2025-02-23T12:43:32.182Z | Downloaded cast v0.3.0 |
968 | 2025-02-23T12:43:32.184Z | Downloaded block-buffer v0.10.4 |
969 | 2025-02-23T12:43:32.184Z | Downloaded foreign-types v0.5.0 |
970 | 2025-02-23T12:43:32.184Z | Downloaded fixedbitset v0.4.2 |
971 | 2025-02-23T12:43:32.187Z | Downloaded fd-lock v4.0.2 |
972 | 2025-02-23T12:43:32.190Z | Downloaded fastrand v2.1.1 |
973 | 2025-02-23T12:43:32.190Z | Downloaded async-recursion v1.1.1 |
974 | 2025-02-23T12:43:32.192Z | Downloaded fnv v1.0.7 |
975 | 2025-02-23T12:43:32.192Z | Downloaded fallible-iterator v0.2.0 |
976 | 2025-02-23T12:43:32.195Z | Downloaded foldhash v0.1.3 |
977 | 2025-02-23T12:43:32.195Z | Downloaded float-ord v0.3.2 |
978 | 2025-02-23T12:43:32.195Z | Downloaded float-cmp v0.10.0 |
979 | 2025-02-23T12:43:32.197Z | Downloaded flagset v0.4.6 |
980 | 2025-02-23T12:43:32.197Z | Downloaded fallible-iterator v0.3.0 |
981 | 2025-02-23T12:43:32.200Z | Downloaded async-signal v0.2.10 |
982 | 2025-02-23T12:43:32.200Z | Downloaded async-attributes v1.1.2 |
983 | 2025-02-23T12:43:32.202Z | Downloaded assert_matches v1.5.0 |
984 | 2025-02-23T12:43:32.202Z | Downloaded anstyle-parse v0.2.5 |
985 | 2025-02-23T12:43:32.205Z | Downloaded event-listener v2.5.3 |
986 | 2025-02-23T12:43:32.205Z | Downloaded ascii-canvas v3.0.0 |
987 | 2025-02-23T12:43:32.208Z | Downloaded arrayref v0.3.9 |
988 | 2025-02-23T12:43:32.208Z | Downloaded anstyle-query v1.1.1 |
989 | 2025-02-23T12:43:32.208Z | Downloaded array-init v0.0.4 |
990 | 2025-02-23T12:43:32.214Z | Downloaded libsqlite3-sys v0.30.1 |
991 | 2025-02-23T12:43:32.431Z | Downloaded aws-lc-sys v0.22.0 |
992 | 2025-02-23T12:43:32.899Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
993 | 2025-02-23T12:43:35.386Z | pkg list: illegal option -- F |
994 | 2025-02-23T12:43:35.386Z | Usage: |
995 | 2025-02-23T12:43:35.495Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
996 | 2025-02-23T12:43:35.495Z | [pkg_fmri_pattern ...] |
997 | 2025-02-23T12:43:36.307Z | pkg list: illegal option -- F |
998 | 2025-02-23T12:43:36.308Z | Usage: |
999 | 2025-02-23T12:43:36.436Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
1000 | 2025-02-23T12:43:36.436Z | [pkg_fmri_pattern ...] |
1001 | 2025-02-23T12:43:45.847Z | Startup: Refreshing catalog 'helios-dev' ... Done |
1002 | 2025-02-23T12:43:50.168Z | Startup: Caching catalogs ... Done |
1003 | 2025-02-23T12:44:03.213Z | Planning: Solver setup ... Done (12.099s) |
1004 | 2025-02-23T12:44:03.369Z | Planning: Running solver ... Done (0.156s) |
1005 | 2025-02-23T12:44:03.554Z | Planning: Finding local manifests ... Done (0.066s) |
1006 | 2025-02-23T12:44:03.599Z | Planning: Fetching manifests: 0/7 0% complete |
1007 | 2025-02-23T12:44:03.892Z | Planning: Fetching manifests: 7/7 100% complete |
1008 | 2025-02-23T12:44:04.092Z | Planning: Package planning ... Done (0.199s) |
1009 | 2025-02-23T12:44:04.148Z | Planning: Merging actions ... Done (0.056s) |
1010 | 2025-02-23T12:44:04.585Z | Planning: Checking for conflicting actions ... Done (0.436s) |
1011 | 2025-02-23T12:44:07.722Z | Planning: Consolidating action changes ... Done (3.135s) |
1012 | 2025-02-23T12:44:08.115Z | Planning: Evaluating mediators ... Done (0.393s) |
1013 | 2025-02-23T12:44:08.195Z | Planning: Planning completed in 17.93 seconds |
1014 | 2025-02-23T12:44:08.210Z | Packages to install: 4 |
1015 | 2025-02-23T12:44:08.210Z | Packages to update: 3 |
1016 | 2025-02-23T12:44:08.213Z | Mediators to change: 2 |
1017 | 2025-02-23T12:44:08.213Z | Services to change: 1 |
1018 | 2025-02-23T12:44:08.213Z | Estimated space available: 155.36 GB |
1019 | 2025-02-23T12:44:08.213Z | Estimated space to be consumed: 1.66 GB |
1020 | 2025-02-23T12:44:08.213Z | Create boot environment: No |
1021 | 2025-02-23T12:44:08.213Z | Create backup boot environment: Yes |
1022 | 2025-02-23T12:44:08.213Z | Rebuild boot archive: No |
1023 | 2025-02-23T12:44:08.213Z | |
1024 | 2025-02-23T12:44:08.213Z | Changed mediators: |
1025 | 2025-02-23T12:44:08.213Z | mediator clang: |
1026 | 2025-02-23T12:44:08.213Z | version: None -> 15 (system default) |
1027 | 2025-02-23T12:44:08.213Z | |
1028 | 2025-02-23T12:44:08.213Z | mediator llvm: |
1029 | 2025-02-23T12:44:08.213Z | version: 14 (system default) -> 15 (system default) |
1030 | 2025-02-23T12:44:08.213Z | |
1031 | 2025-02-23T12:44:08.213Z | Changed packages: |
1032 | 2025-02-23T12:44:08.213Z | helios-dev |
1033 | 2025-02-23T12:44:08.213Z | developer/build-essential |
1034 | 2025-02-23T12:44:08.213Z | None -> 11-2.0 |
1035 | 2025-02-23T12:44:08.213Z | library/libxmlsec1 |
1036 | 2025-02-23T12:44:08.214Z | None -> 1.2.35-2.0 |
1037 | 2025-02-23T12:44:08.214Z | ooce/developer/clang-15 |
1038 | 2025-02-23T12:44:08.214Z | None -> 15.0.7-2.0 |
1039 | 2025-02-23T12:44:08.214Z | ooce/developer/llvm-15 |
1040 | 2025-02-23T12:44:08.214Z | None -> 15.0.7-2.0 |
1041 | 2025-02-23T12:44:08.214Z | package/pkg |
1042 | 2025-02-23T12:44:08.214Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1043 | 2025-02-23T12:44:08.214Z | system/library/g++-runtime |
1044 | 2025-02-23T12:44:08.214Z | 13-2.0 -> 14-2.0 |
1045 | 2025-02-23T12:44:08.214Z | system/library/gcc-runtime |
1046 | 2025-02-23T12:44:08.214Z | 13-2.0 -> 14-2.0 |
1047 | 2025-02-23T12:44:08.214Z | |
1048 | 2025-02-23T12:44:08.214Z | Services: |
1049 | 2025-02-23T12:44:08.214Z | restart_fmri: |
1050 | 2025-02-23T12:44:08.214Z | svc:/system/update-man-index:default |
1051 | 2025-02-23T12:44:08.214Z | |
1052 | 2025-02-23T12:44:08.214Z | Editable files to change: |
1053 | 2025-02-23T12:44:08.214Z | Update: |
1054 | 2025-02-23T12:44:08.214Z | usr/share/lib/pkg/web/config.shtml |
1055 | 2025-02-23T12:44:08.330Z | |
1056 | 2025-02-23T12:44:08.330Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
1057 | 2025-02-23T12:44:13.340Z | Download: 447/4301 items 16.7/225.4MB 7% complete (3.5M/s) |
1058 | 2025-02-23T12:44:18.340Z | Download: 1192/4301 items 66.1/225.4MB 29% complete (6.6M/s) |
1059 | 2025-02-23T12:44:23.397Z | Download: 1229/4301 items 100.3/225.4MB 44% complete (8.3M/s) |
1060 | 2025-02-23T12:44:28.382Z | Download: 1469/4301 items 115.8/225.4MB 51% complete (5.6M/s) |
1061 | 2025-02-23T12:44:33.395Z | Download: 1623/4301 items 116.3/225.4MB 51% complete (2.5M/s) |
1062 | 2025-02-23T12:44:38.406Z | Download: 1765/4301 items 116.7/225.4MB 51% complete (144k/s) |
1063 | 2025-02-23T12:44:43.424Z | Download: 2064/4301 items 117.2/225.4MB 51% complete (101k/s) |
1064 | 2025-02-23T12:44:48.948Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (253k/s) |
1065 | 2025-02-23T12:44:53.994Z | Download: 2364/4301 items 120.0/225.4MB 53% complete (276k/s) |
1066 | 2025-02-23T12:44:59.112Z | Download: 2582/4301 items 120.5/225.4MB 53% complete (131k/s) |
1067 | 2025-02-23T12:45:04.258Z | Download: 2751/4301 items 120.9/225.4MB 53% complete (111k/s) |
1068 | 2025-02-23T12:45:09.306Z | Download: 3030/4301 items 121.4/225.4MB 53% complete (89.0k/s) |
1069 | 2025-02-23T12:45:14.310Z | Download: 3153/4301 items 178.4/225.4MB 79% complete (5.7M/s) |
1070 | 2025-02-23T12:45:19.743Z | Download: 3241/4301 items 201.6/225.4MB 89% complete (8.0M/s) |
1071 | 2025-02-23T12:45:32.448Z | Download: 3245/4301 items 203.1/225.4MB 90% complete |
1072 | 2025-02-23T12:45:38.418Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
1073 | 2025-02-23T12:45:43.421Z | Download: 3465/4301 items 215.3/225.4MB 95% complete (1.2M/s) |
1074 | 2025-02-23T12:45:48.479Z | Download: 3815/4301 items 218.1/225.4MB 96% complete (1.5M/s) |
1075 | 2025-02-23T12:45:53.486Z | Download: 4191/4301 items 220.5/225.4MB 97% complete (577k/s) |
1076 | 2025-02-23T12:46:00.130Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (518k/s) |
1077 | 2025-02-23T12:46:04.443Z | Download: Completed 225.42 MB in 116.09 seconds (1.9M/s) |
1078 | 2025-02-23T12:46:06.787Z | Actions: 1/5122 actions (Removing old actions) |
1079 | 2025-02-23T12:46:06.803Z | Actions: 194/5122 actions (Installing new actions) |
1080 | 2025-02-23T12:46:11.646Z | Actions: 4267/5122 actions (Updating modified actions) |
1081 | 2025-02-23T12:46:12.007Z | Actions: Completed 5122 actions in 5.22 seconds. |
1082 | 2025-02-23T12:46:12.256Z | Done (0.239s) |
1083 | 2025-02-23T12:46:12.259Z | Done (0.001s) |
1084 | 2025-02-23T12:46:12.885Z | Done (0.627s) |
1085 | 2025-02-23T12:46:19.238Z | Done (6.116s) |
1086 | 2025-02-23T12:46:19.629Z | Done (0.320s) |
1087 | 2025-02-23T12:46:19.632Z | Done (0.000s) |
1088 | 2025-02-23T12:46:19.834Z | Done (0.000s) |
1089 | 2025-02-23T12:46:20.626Z | Planning: Evaluating mediator changes ... Done |
1090 | 2025-02-23T12:46:20.796Z | Planning: Checking for conflicting actions ... Done |
1091 | 2025-02-23T12:46:20.799Z | Planning: Consolidating action changes ... Done |
1092 | 2025-02-23T12:46:21.087Z | Planning: Evaluating mediators ... Done |
1093 | 2025-02-23T12:46:21.090Z | Planning: Planning completed in 0.46 seconds |
1094 | 2025-02-23T12:46:21.129Z | Mediators to change: 2 |
1095 | 2025-02-23T12:46:21.129Z | Create boot environment: No |
1096 | 2025-02-23T12:46:21.129Z | Create backup boot environment: No |
1097 | 2025-02-23T12:46:21.215Z | Done |
1098 | 2025-02-23T12:46:21.215Z | Done |
1099 | 2025-02-23T12:46:21.667Z | Done |
1100 | 2025-02-23T12:46:25.754Z | Done |
1101 | 2025-02-23T12:46:25.855Z | Done |
1102 | 2025-02-23T12:46:25.857Z | Done |
1103 | 2025-02-23T12:46:25.985Z | Done |
1104 | 2025-02-23T12:46:26.663Z | Planning: Evaluating mediator changes ... Done |
1105 | 2025-02-23T12:46:26.666Z | Planning: Merging actions ... Done |
1106 | 2025-02-23T12:46:26.869Z | Planning: Checking for conflicting actions ... Done |
1107 | 2025-02-23T12:46:26.873Z | Planning: Consolidating action changes ... Done |
1108 | 2025-02-23T12:46:27.158Z | Planning: Evaluating mediators ... Done |
1109 | 2025-02-23T12:46:27.219Z | Planning: Planning completed in 0.81 seconds |
1110 | 2025-02-23T12:46:27.261Z | Packages to change: 1 |
1111 | 2025-02-23T12:46:27.261Z | Mediators to change: 1 |
1112 | 2025-02-23T12:46:27.261Z | Services to change: 1 |
1113 | 2025-02-23T12:46:27.261Z | Create boot environment: No |
1114 | 2025-02-23T12:46:27.261Z | Create backup boot environment: Yes |
1115 | 2025-02-23T12:46:29.572Z | Actions: 1/6 actions (Updating modified actions) |
1116 | 2025-02-23T12:46:29.575Z | Actions: Completed 6 actions in 0.00 seconds. |
1117 | 2025-02-23T12:46:29.575Z | Done |
1118 | 2025-02-23T12:46:29.575Z | Done |
1119 | 2025-02-23T12:46:29.701Z | Done |
1120 | 2025-02-23T12:46:33.824Z | Done |
1121 | 2025-02-23T12:46:33.935Z | Done |
1122 | 2025-02-23T12:46:33.938Z | Done |
1123 | 2025-02-23T12:46:34.073Z | Done |
1124 | 2025-02-23T12:46:34.561Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1125 | 2025-02-23T12:46:34.561Z | clang system 15 system |
1126 | 2025-02-23T12:46:34.561Z | csh system system illumos |
1127 | 2025-02-23T12:46:34.561Z | ctags system system illumos |
1128 | 2025-02-23T12:46:34.561Z | gcc vendor 12 vendor |
1129 | 2025-02-23T12:46:34.561Z | gcc system 10 system |
1130 | 2025-02-23T12:46:34.561Z | gcc system 7 system |
1131 | 2025-02-23T12:46:34.561Z | go system 1.20 system |
1132 | 2025-02-23T12:46:34.561Z | go system 1.19 system |
1133 | 2025-02-23T12:46:34.561Z | llvm system 15 system |
1134 | 2025-02-23T12:46:34.561Z | llvm system 14 system |
1135 | 2025-02-23T12:46:34.561Z | mariadb system 10.6 system |
1136 | 2025-02-23T12:46:34.561Z | mta vendor vendor dma |
1137 | 2025-02-23T12:46:34.561Z | openjdk system 17 system |
1138 | 2025-02-23T12:46:34.561Z | openjdk system 11 system |
1139 | 2025-02-23T12:46:34.561Z | openjdk system 1.8 system |
1140 | 2025-02-23T12:46:34.561Z | openssl vendor 3 vendor |
1141 | 2025-02-23T12:46:34.561Z | perl system 5.36 system |
1142 | 2025-02-23T12:46:34.561Z | postgresql system 15 system |
1143 | 2025-02-23T12:46:34.561Z | postgresql system 13 system |
1144 | 2025-02-23T12:46:34.561Z | python vendor 3 vendor |
1145 | 2025-02-23T12:46:34.561Z | python system 2 system |
1146 | 2025-02-23T12:46:34.561Z | python3 system 3.11 system |
1147 | 2025-02-23T12:46:34.561Z | ruby system 3.0 system |
1148 | 2025-02-23T12:46:34.561Z | words vendor vendor american-english |
1149 | 2025-02-23T12:46:34.561Z | words system system australian-english |
1150 | 2025-02-23T12:46:34.561Z | words system system british-english |
1151 | 2025-02-23T12:46:34.561Z | words system system canadian-english |
1152 | 2025-02-23T12:46:34.561Z | words system system french |
1153 | 2025-02-23T12:46:34.561Z | words system system italian |
1154 | 2025-02-23T12:46:34.561Z | words system system ngerman |
1155 | 2025-02-23T12:46:34.561Z | words system system ogerman |
1156 | 2025-02-23T12:46:34.561Z | words system system spanish |
1157 | 2025-02-23T12:46:34.926Z | PUBLISHER TYPE STATUS P LOCATION |
1158 | 2025-02-23T12:46:34.926Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1159 | 2025-02-23T12:46:38.138Z | FMRI IFO |
1160 | 2025-02-23T12:46:38.138Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1161 | 2025-02-23T12:46:38.138Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1162 | 2025-02-23T12:46:38.138Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1163 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1164 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1165 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1166 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1167 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1168 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1169 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
1170 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
1171 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1172 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
1173 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
1174 | 2025-02-23T12:46:38.139Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1175 | 2025-02-23T12:46:39.308Z | Downloading crates ... |
1176 | 2025-02-23T12:46:39.378Z | Downloaded cargo_toml v0.20.5 |
1177 | 2025-02-23T12:46:39.521Z | Compiling proc-macro2 v1.0.93 |
1178 | 2025-02-23T12:46:39.524Z | Compiling unicode-ident v1.0.14 |
1179 | 2025-02-23T12:46:39.524Z | Compiling version_check v0.9.5 |
1180 | 2025-02-23T12:46:39.524Z | Compiling serde v1.0.218 |
1181 | 2025-02-23T12:46:39.524Z | Compiling memchr v2.7.4 |
1182 | 2025-02-23T12:46:39.524Z | Compiling thiserror v1.0.69 |
1183 | 2025-02-23T12:46:39.545Z | Compiling libc v0.2.170 |
1184 | 2025-02-23T12:46:39.548Z | Compiling ryu v1.0.18 |
1185 | 2025-02-23T12:46:39.798Z | Compiling ucd-trie v0.1.7 |
1186 | 2025-02-23T12:46:39.893Z | Compiling itoa v1.0.11 |
1187 | 2025-02-23T12:46:40.111Z | Compiling once_cell v1.20.3 |
1188 | 2025-02-23T12:46:40.248Z | Compiling byteorder v1.5.0 |
1189 | 2025-02-23T12:46:40.393Z | Compiling serde_json v1.0.139 |
1190 | 2025-02-23T12:46:40.740Z | Compiling rustix v0.38.37 |
1191 | 2025-02-23T12:46:40.821Z | Compiling bitflags v2.6.0 |
1192 | 2025-02-23T12:46:40.854Z | Compiling usdt-impl v0.5.0 |
1193 | 2025-02-23T12:46:41.111Z | Compiling proc-macro-error-attr v1.0.4 |
1194 | 2025-02-23T12:46:41.175Z | Compiling syn v1.0.109 |
1195 | 2025-02-23T12:46:41.236Z | Compiling proc-macro-error v1.0.4 |
1196 | 2025-02-23T12:46:41.353Z | Compiling plain v0.2.3 |
1197 | 2025-02-23T12:46:41.508Z | Compiling camino v1.1.9 |
1198 | 2025-02-23T12:46:41.521Z | Compiling equivalent v1.0.1 |
1199 | 2025-02-23T12:46:41.546Z | Compiling hashbrown v0.15.1 |
1200 | 2025-02-23T12:46:41.558Z | Compiling utf8parse v0.2.2 |
1201 | 2025-02-23T12:46:41.638Z | Compiling log v0.4.22 |
1202 | 2025-02-23T12:46:41.723Z | Compiling anstyle-parse v0.2.5 |
1203 | 2025-02-23T12:46:41.962Z | Compiling quote v1.0.38 |
1204 | 2025-02-23T12:46:41.977Z | Compiling errno v0.3.9 |
1205 | 2025-02-23T12:46:41.993Z | Compiling thread-id v4.2.2 |
1206 | 2025-02-23T12:46:42.106Z | Compiling anstyle-query v1.1.1 |
1207 | 2025-02-23T12:46:42.191Z | Compiling autocfg v1.4.0 |
1208 | 2025-02-23T12:46:42.206Z | Compiling unicode-width v0.1.14 |
1209 | 2025-02-23T12:46:42.258Z | Compiling winnow v0.6.20 |
1210 | 2025-02-23T12:46:42.418Z | Compiling syn v2.0.96 |
1211 | 2025-02-23T12:46:42.685Z | Compiling indexmap v2.7.1 |
1212 | 2025-02-23T12:46:42.722Z | Compiling pretty-hex v0.4.1 |
1213 | 2025-02-23T12:46:42.940Z | Compiling colorchoice v1.0.2 |
1214 | 2025-02-23T12:46:43.117Z | Compiling anstyle v1.0.10 |
1215 | 2025-02-23T12:46:43.138Z | Compiling semver v1.0.25 |
1216 | 2025-02-23T12:46:43.523Z | Compiling is_terminal_polyfill v1.70.1 |
1217 | 2025-02-23T12:46:43.578Z | Compiling fs-err v2.11.0 |
1218 | 2025-02-23T12:46:43.657Z | Compiling anstream v0.6.15 |
1219 | 2025-02-23T12:46:43.909Z | Compiling clap_lex v0.7.4 |
1220 | 2025-02-23T12:46:43.934Z | Compiling heck v0.5.0 |
1221 | 2025-02-23T12:46:44.074Z | Compiling bytecount v0.6.8 |
1222 | 2025-02-23T12:46:44.303Z | Compiling terminal_size v0.4.0 |
1223 | 2025-02-23T12:46:44.342Z | Compiling fnv v1.0.7 |
1224 | 2025-02-23T12:46:44.357Z | Compiling strsim v0.11.1 |
1225 | 2025-02-23T12:46:44.447Z | Compiling heck v0.4.1 |
1226 | 2025-02-23T12:46:44.529Z | Compiling fastrand v2.1.1 |
1227 | 2025-02-23T12:46:44.857Z | Compiling anyhow v1.0.96 |
1228 | 2025-02-23T12:46:44.873Z | Compiling cfg-if v1.0.0 |
1229 | 2025-02-23T12:46:44.904Z | Compiling clap_builder v4.5.30 |
1230 | 2025-02-23T12:46:44.978Z | Compiling tempfile v3.13.0 |
1231 | 2025-02-23T12:46:45.050Z | Compiling papergrid v0.11.0 |
1232 | 2025-02-23T12:46:45.248Z | Compiling memmap v0.7.0 |
1233 | 2025-02-23T12:46:45.752Z | Compiling smawk v0.3.2 |
1234 | 2025-02-23T12:46:45.797Z | Compiling unicode-linebreak v0.1.5 |
1235 | 2025-02-23T12:46:46.050Z | Compiling swrite v0.1.0 |
1236 | 2025-02-23T12:46:46.301Z | Compiling textwrap v0.16.1 |
1237 | 2025-02-23T12:46:46.978Z | Compiling tabled_derive v0.7.0 |
1238 | 2025-02-23T12:46:48.152Z | Compiling tabled v0.15.0 |
1239 | 2025-02-23T12:46:49.643Z | Compiling serde_derive v1.0.218 |
1240 | 2025-02-23T12:46:49.646Z | Compiling thiserror-impl v1.0.69 |
1241 | 2025-02-23T12:46:49.646Z | Compiling zerocopy-derive v0.7.35 |
1242 | 2025-02-23T12:46:49.659Z | Compiling scroll_derive v0.12.0 |
1243 | 2025-02-23T12:46:49.670Z | Compiling clap_derive v4.5.28 |
1244 | 2025-02-23T12:46:50.910Z | Compiling zerocopy v0.7.35 |
1245 | 2025-02-23T12:46:51.017Z | Compiling scroll v0.12.0 |
1246 | 2025-02-23T12:46:51.447Z | Compiling goblin v0.8.2 |
1247 | 2025-02-23T12:46:51.940Z | Compiling pest v2.7.14 |
1248 | 2025-02-23T12:46:53.020Z | Compiling clap v4.5.30 |
1249 | 2025-02-23T12:46:54.021Z | Compiling pest_meta v2.7.14 |
1250 | 2025-02-23T12:46:55.003Z | Compiling pest_generator v2.7.14 |
1251 | 2025-02-23T12:46:56.268Z | Compiling pest_derive v2.7.14 |
1252 | 2025-02-23T12:46:57.018Z | Compiling dtrace-parser v0.2.0 |
1253 | 2025-02-23T12:46:58.173Z | Compiling serde_tokenstream v0.2.2 |
1254 | 2025-02-23T12:46:58.196Z | Compiling toml_datetime v0.6.8 |
1255 | 2025-02-23T12:46:58.199Z | Compiling serde_spanned v0.6.8 |
1256 | 2025-02-23T12:46:58.408Z | Compiling cargo-platform v0.1.8 |
1257 | 2025-02-23T12:46:58.489Z | Compiling macaddr v1.0.1 |
1258 | 2025-02-23T12:46:58.741Z | Compiling toml_edit v0.22.22 |
1259 | 2025-02-23T12:46:58.858Z | Compiling camino-tempfile v1.1.1 |
1260 | 2025-02-23T12:46:59.645Z | Compiling dof v0.3.0 |
1261 | 2025-02-23T12:46:59.645Z | Compiling cargo_metadata v0.18.1 |
1262 | 2025-02-23T12:47:00.995Z | Compiling usdt-attr-macro v0.5.0 |
1263 | 2025-02-23T12:47:00.997Z | Compiling usdt-macro v0.5.0 |
1264 | 2025-02-23T12:47:01.631Z | Compiling toml v0.8.19 |
1265 | 2025-02-23T12:47:02.055Z | Compiling usdt v0.5.0 |
1266 | 2025-02-23T12:47:02.430Z | Compiling cargo_toml v0.20.5 |
1267 | 2025-02-23T12:47:05.059Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1268 | 2025-02-23T12:47:08.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.51s |
1269 | 2025-02-23T12:47:08.320Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1270 | 2025-02-23T12:47:09.204Z | Compiling serde v1.0.218 |
1271 | 2025-02-23T12:47:09.207Z | Compiling value-bag v1.9.0 |
1272 | 2025-02-23T12:47:09.207Z | Compiling lock_api v0.4.12 |
1273 | 2025-02-23T12:47:09.207Z | Compiling scopeguard v1.2.0 |
1274 | 2025-02-23T12:47:09.207Z | Compiling typenum v1.17.0 |
1275 | 2025-02-23T12:47:09.207Z | Compiling generic-array v0.14.7 |
1276 | 2025-02-23T12:47:09.349Z | Compiling syn v2.0.96 |
1277 | 2025-02-23T12:47:09.360Z | Compiling getrandom v0.2.15 |
1278 | 2025-02-23T12:47:09.476Z | Compiling shlex v1.3.0 |
1279 | 2025-02-23T12:47:09.709Z | Compiling rand_core v0.6.4 |
1280 | 2025-02-23T12:47:09.768Z | Compiling log v0.4.22 |
1281 | 2025-02-23T12:47:09.866Z | Compiling subtle v2.6.1 |
1282 | 2025-02-23T12:47:09.888Z | Compiling jobserver v0.1.32 |
1283 | 2025-02-23T12:47:09.892Z | Compiling smallvec v1.14.0 |
1284 | 2025-02-23T12:47:10.231Z | Compiling const-oid v0.9.6 |
1285 | 2025-02-23T12:47:10.235Z | Compiling pin-project-lite v0.2.14 |
1286 | 2025-02-23T12:47:10.266Z | Compiling parking_lot_core v0.9.10 |
1287 | 2025-02-23T12:47:10.322Z | Compiling cc v1.2.15 |
1288 | 2025-02-23T12:47:10.386Z | Compiling rustix v0.38.37 |
1289 | 2025-02-23T12:47:10.513Z | Compiling futures-core v0.3.31 |
1290 | 2025-02-23T12:47:10.695Z | Compiling spin v0.9.8 |
1291 | 2025-02-23T12:47:10.765Z | Compiling signal-hook-registry v1.4.2 |
1292 | 2025-02-23T12:47:11.048Z | Compiling mio v1.0.2 |
1293 | 2025-02-23T12:47:11.202Z | Compiling parking_lot v0.12.3 |
1294 | 2025-02-23T12:47:11.284Z | Compiling either v1.13.0 |
1295 | 2025-02-23T12:47:11.442Z | Compiling aho-corasick v1.1.3 |
1296 | 2025-02-23T12:47:11.667Z | Compiling futures-sink v0.3.31 |
1297 | 2025-02-23T12:47:11.685Z | Compiling regex-syntax v0.8.5 |
1298 | 2025-02-23T12:47:11.820Z | Compiling cpufeatures v0.2.14 |
1299 | 2025-02-23T12:47:11.931Z | Compiling stable_deref_trait v1.2.0 |
1300 | 2025-02-23T12:47:12.028Z | Compiling socket2 v0.5.7 |
1301 | 2025-02-23T12:47:12.050Z | Compiling slab v0.4.9 |
1302 | 2025-02-23T12:47:12.077Z | Compiling glob v0.3.2 |
1303 | 2025-02-23T12:47:12.192Z | Compiling prettyplease v0.2.29 |
1304 | 2025-02-23T12:47:12.581Z | Compiling lazy_static v1.5.0 |
1305 | 2025-02-23T12:47:12.742Z | Compiling serde_json v1.0.139 |
1306 | 2025-02-23T12:47:12.885Z | Compiling minimal-lexical v0.2.1 |
1307 | 2025-02-23T12:47:12.911Z | Compiling futures-channel v0.3.31 |
1308 | 2025-02-23T12:47:12.911Z | Compiling clang-sys v1.8.1 |
1309 | 2025-02-23T12:47:13.084Z | Compiling libloading v0.8.5 |
1310 | 2025-02-23T12:47:13.269Z | Compiling nom v7.1.3 |
1311 | 2025-02-23T12:47:13.318Z | Compiling futures-task v0.3.31 |
1312 | 2025-02-23T12:47:13.430Z | Compiling pin-utils v0.1.0 |
1313 | 2025-02-23T12:47:13.536Z | Compiling home v0.5.9 |
1314 | 2025-02-23T12:47:13.580Z | Compiling bindgen v0.69.5 |
1315 | 2025-02-23T12:47:13.618Z | Compiling futures-io v0.3.31 |
1316 | 2025-02-23T12:47:13.877Z | Compiling itertools v0.12.1 |
1317 | 2025-02-23T12:47:14.105Z | Compiling foldhash v0.1.3 |
1318 | 2025-02-23T12:47:14.404Z | Compiling rustc-hash v1.1.0 |
1319 | 2025-02-23T12:47:14.501Z | Compiling lazycell v1.3.0 |
1320 | 2025-02-23T12:47:14.574Z | Compiling allocator-api2 v0.2.18 |
1321 | 2025-02-23T12:47:14.670Z | Compiling libm v0.2.8 |
1322 | 2025-02-23T12:47:15.044Z | Compiling cmake v0.1.51 |
1323 | 2025-02-23T12:47:15.305Z | Compiling regex-automata v0.4.8 |
1324 | 2025-02-23T12:47:15.817Z | Compiling hashbrown v0.15.1 |
1325 | 2025-02-23T12:47:15.857Z | Compiling num-traits v0.2.19 |
1326 | 2025-02-23T12:47:16.193Z | Compiling fs_extra v1.3.0 |
1327 | 2025-02-23T12:47:16.558Z | Compiling synstructure v0.13.1 |
1328 | 2025-02-23T12:47:16.734Z | Compiling cexpr v0.6.0 |
1329 | 2025-02-23T12:47:16.993Z | Compiling pkg-config v0.3.31 |
1330 | 2025-02-23T12:47:17.628Z | Compiling dunce v1.0.5 |
1331 | 2025-02-23T12:47:18.006Z | Compiling litemap v0.7.3 |
1332 | 2025-02-23T12:47:18.241Z | Compiling writeable v0.5.5 |
1333 | 2025-02-23T12:47:18.284Z | Compiling ring v0.17.11 |
1334 | 2025-02-23T12:47:18.396Z | Compiling base64ct v1.6.0 |
1335 | 2025-02-23T12:47:18.777Z | Compiling paste v1.0.15 |
1336 | 2025-02-23T12:47:19.212Z | Compiling pem-rfc7468 v0.7.0 |
1337 | 2025-02-23T12:47:19.379Z | Compiling aws-lc-rs v1.10.0 |
1338 | 2025-02-23T12:47:19.551Z | Compiling flagset v0.4.6 |
1339 | 2025-02-23T12:47:19.762Z | Compiling httparse v1.9.5 |
1340 | 2025-02-23T12:47:19.775Z | Compiling icu_locid_transform_data v1.5.0 |
1341 | 2025-02-23T12:47:19.875Z | Compiling tracing-core v0.1.32 |
1342 | 2025-02-23T12:47:20.407Z | Compiling percent-encoding v2.3.1 |
1343 | 2025-02-23T12:47:20.623Z | Compiling regex v1.11.1 |
1344 | 2025-02-23T12:47:20.733Z | Compiling rustls-pki-types v1.10.0 |
1345 | 2025-02-23T12:47:20.830Z | Compiling icu_properties_data v1.5.0 |
1346 | 2025-02-23T12:47:21.038Z | Compiling crossbeam-utils v0.8.20 |
1347 | 2025-02-23T12:47:21.520Z | Compiling vcpkg v0.2.15 |
1348 | 2025-02-23T12:47:21.553Z | Compiling serde_derive v1.0.218 |
1349 | 2025-02-23T12:47:21.570Z | Compiling zeroize_derive v1.4.2 |
1350 | 2025-02-23T12:47:21.637Z | Compiling zerocopy-derive v0.7.35 |
1351 | 2025-02-23T12:47:21.680Z | Compiling tokio-macros v2.5.0 |
1352 | 2025-02-23T12:47:22.867Z | Compiling zeroize v1.8.1 |
1353 | 2025-02-23T12:47:22.998Z | Compiling zerofrom-derive v0.1.4 |
1354 | 2025-02-23T12:47:23.201Z | Compiling yoke-derive v0.7.4 |
1355 | 2025-02-23T12:47:23.425Z | Compiling zerocopy v0.7.35 |
1356 | 2025-02-23T12:47:24.071Z | Compiling futures-macro v0.3.31 |
1357 | 2025-02-23T12:47:24.444Z | Compiling crypto-common v0.1.6 |
1358 | 2025-02-23T12:47:24.677Z | Compiling block-buffer v0.10.4 |
1359 | 2025-02-23T12:47:24.774Z | Compiling zerovec-derive v0.10.3 |
1360 | 2025-02-23T12:47:24.941Z | Compiling digest v0.10.7 |
1361 | 2025-02-23T12:47:25.382Z | Compiling thiserror-impl v1.0.69 |
1362 | 2025-02-23T12:47:25.492Z | Compiling hmac v0.12.1 |
1363 | 2025-02-23T12:47:25.741Z | Compiling displaydoc v0.2.5 |
1364 | 2025-02-23T12:47:25.761Z | Compiling block-padding v0.3.3 |
1365 | 2025-02-23T12:47:25.870Z | Compiling futures-util v0.3.31 |
1366 | 2025-02-23T12:47:26.016Z | Compiling inout v0.1.3 |
1367 | 2025-02-23T12:47:26.294Z | Compiling cipher v0.4.4 |
1368 | 2025-02-23T12:47:26.440Z | Compiling zerofrom v0.1.4 |
1369 | 2025-02-23T12:47:26.658Z | Compiling yoke v0.7.4 |
1370 | 2025-02-23T12:47:26.804Z | Compiling sha2 v0.10.8 |
1371 | 2025-02-23T12:47:26.996Z | Compiling icu_provider_macros v1.5.0 |
1372 | 2025-02-23T12:47:27.098Z | Compiling zerovec v0.10.4 |
1373 | 2025-02-23T12:47:27.189Z | Compiling ppv-lite86 v0.2.20 |
1374 | 2025-02-23T12:47:27.896Z | Compiling der_derive v0.7.3 |
1375 | 2025-02-23T12:47:28.091Z | Compiling rand_chacha v0.3.1 |
1376 | 2025-02-23T12:47:28.202Z | Compiling thiserror v1.0.69 |
1377 | 2025-02-23T12:47:28.361Z | Compiling tracing-attributes v0.1.27 |
1378 | 2025-02-23T12:47:28.738Z | Compiling tinystr v0.7.6 |
1379 | 2025-02-23T12:47:29.011Z | Compiling icu_collections v1.5.0 |
1380 | 2025-02-23T12:47:29.140Z | Compiling icu_locid v1.5.0 |
1381 | 2025-02-23T12:47:30.135Z | Compiling der v0.7.9 |
1382 | 2025-02-23T12:47:30.352Z | Compiling icu_provider v1.5.0 |
1383 | 2025-02-23T12:47:30.355Z | Compiling rand v0.8.5 |
1384 | 2025-02-23T12:47:30.389Z | Compiling pest v2.7.14 |
1385 | 2025-02-23T12:47:31.087Z | Compiling icu_locid_transform v1.5.0 |
1386 | 2025-02-23T12:47:31.142Z | Compiling salsa20 v0.10.2 |
1387 | 2025-02-23T12:47:31.286Z | Compiling pbkdf2 v0.12.2 |
1388 | 2025-02-23T12:47:31.394Z | Compiling untrusted v0.9.0 |
1389 | 2025-02-23T12:47:31.461Z | Compiling time-core v0.1.2 |
1390 | 2025-02-23T12:47:31.570Z | Compiling write16 v1.0.0 |
1391 | 2025-02-23T12:47:31.652Z | Compiling untrusted v0.7.1 |
1392 | 2025-02-23T12:47:31.710Z | Compiling num-conv v0.1.0 |
1393 | 2025-02-23T12:47:31.729Z | Compiling tracing v0.1.40 |
1394 | 2025-02-23T12:47:31.855Z | Compiling powerfmt v0.2.0 |
1395 | 2025-02-23T12:47:32.014Z | Compiling utf16_iter v1.0.5 |
1396 | 2025-02-23T12:47:32.232Z | Compiling spki v0.7.3 |
1397 | 2025-02-23T12:47:32.253Z | Compiling icu_normalizer_data v1.5.0 |
1398 | 2025-02-23T12:47:32.271Z | Compiling utf8_iter v1.0.4 |
1399 | 2025-02-23T12:47:32.271Z | Compiling mirai-annotations v1.12.0 |
1400 | 2025-02-23T12:47:32.369Z | Compiling icu_properties v1.5.1 |
1401 | 2025-02-23T12:47:32.503Z | Compiling deranged v0.3.11 |
1402 | 2025-02-23T12:47:32.526Z | Compiling time-macros v0.2.18 |
1403 | 2025-02-23T12:47:33.033Z | Compiling pest_meta v2.7.14 |
1404 | 2025-02-23T12:47:33.357Z | Compiling scrypt v0.11.0 |
1405 | 2025-02-23T12:47:33.868Z | Compiling aes v0.8.4 |
1406 | 2025-02-23T12:47:33.933Z | Compiling cbc v0.1.2 |
1407 | 2025-02-23T12:47:34.216Z | Compiling bitflags v2.6.0 |
1408 | 2025-02-23T12:47:34.414Z | Compiling bytes v1.9.0 |
1409 | 2025-02-23T12:47:35.570Z | Compiling tokio v1.43.0 |
1410 | 2025-02-23T12:47:35.591Z | Compiling indexmap v2.7.1 |
1411 | 2025-02-23T12:47:36.690Z | Compiling semver v1.0.25 |
1412 | 2025-02-23T12:47:36.927Z | Compiling http v1.2.0 |
1413 | 2025-02-23T12:47:36.930Z | Compiling icu_normalizer v1.5.0 |
1414 | 2025-02-23T12:47:36.973Z | Compiling openssl-sys v0.9.106 |
1415 | 2025-02-23T12:47:37.239Z | Compiling rustc_version v0.4.1 |
1416 | 2025-02-23T12:47:37.366Z | Compiling scroll_derive v0.12.0 |
1417 | 2025-02-23T12:47:37.444Z | Compiling atomic-waker v1.1.2 |
1418 | 2025-02-23T12:47:37.646Z | Compiling tinyvec_macros v0.1.1 |
1419 | 2025-02-23T12:47:37.761Z | Compiling num_threads v0.1.7 |
1420 | 2025-02-23T12:47:37.903Z | Compiling time v0.3.36 |
1421 | 2025-02-23T12:47:37.906Z | Compiling idna_adapter v1.2.0 |
1422 | 2025-02-23T12:47:38.121Z | Compiling which v4.4.2 |
1423 | 2025-02-23T12:47:38.149Z | Compiling tinyvec v1.8.0 |
1424 | 2025-02-23T12:47:38.673Z | Compiling http-body v1.0.1 |
1425 | 2025-02-23T12:47:38.766Z | Compiling scroll v0.12.0 |
1426 | 2025-02-23T12:47:38.917Z | Compiling pkcs5 v0.7.1 |
1427 | 2025-02-23T12:47:39.077Z | Compiling pest_generator v2.7.14 |
1428 | 2025-02-23T12:47:39.214Z | Compiling form_urlencoded v1.2.1 |
1429 | 2025-02-23T12:47:39.298Z | Compiling slog v2.7.0 |
1430 | 2025-02-23T12:47:39.542Z | Compiling try-lock v0.2.5 |
1431 | 2025-02-23T12:47:39.603Z | Compiling goblin v0.8.2 |
1432 | 2025-02-23T12:47:39.696Z | Compiling want v0.3.1 |
1433 | 2025-02-23T12:47:39.904Z | Compiling pkcs8 v0.10.2 |
1434 | 2025-02-23T12:47:39.982Z | Compiling idna v1.0.3 |
1435 | 2025-02-23T12:47:40.006Z | Compiling uuid v1.12.0 |
1436 | 2025-02-23T12:47:40.534Z | Compiling httpdate v1.0.3 |
1437 | 2025-02-23T12:47:40.841Z | Compiling pest_derive v2.7.14 |
1438 | 2025-02-23T12:47:40.958Z | Compiling tower-service v0.3.3 |
1439 | 2025-02-23T12:47:41.098Z | Compiling iana-time-zone v0.1.61 |
1440 | 2025-02-23T12:47:41.449Z | Compiling chrono v0.4.39 |
1441 | 2025-02-23T12:47:41.540Z | Compiling toml_datetime v0.6.8 |
1442 | 2025-02-23T12:47:41.652Z | Compiling dtrace-parser v0.2.0 |
1443 | 2025-02-23T12:47:42.015Z | Compiling serde_tokenstream v0.2.2 |
1444 | 2025-02-23T12:47:42.253Z | Compiling serde_spanned v0.6.8 |
1445 | 2025-02-23T12:47:42.493Z | Compiling foreign-types-shared v0.1.1 |
1446 | 2025-02-23T12:47:42.513Z | Compiling base64 v0.22.1 |
1447 | 2025-02-23T12:47:42.580Z | Compiling openssl v0.10.71 |
1448 | 2025-02-23T12:47:42.623Z | Compiling rustversion v1.0.17 |
1449 | 2025-02-23T12:47:43.003Z | Compiling adler2 v2.0.0 |
1450 | 2025-02-23T12:47:43.199Z | Compiling match_cfg v0.1.0 |
1451 | 2025-02-23T12:47:43.219Z | Compiling miniz_oxide v0.8.0 |
1452 | 2025-02-23T12:47:43.317Z | Compiling hostname v0.3.1 |
1453 | 2025-02-23T12:47:43.403Z | Compiling foreign-types v0.3.2 |
1454 | 2025-02-23T12:47:43.462Z | Compiling tokio-util v0.7.12 |
1455 | 2025-02-23T12:47:43.509Z | Compiling url v2.5.3 |
1456 | 2025-02-23T12:47:44.656Z | Compiling h2 v0.4.6 |
1457 | 2025-02-23T12:47:44.659Z | Compiling openssl-macros v0.1.1 |
1458 | 2025-02-23T12:47:44.788Z | Compiling async-trait v0.1.86 |
1459 | 2025-02-23T12:47:44.813Z | Compiling serde_derive_internals v0.29.1 |
1460 | 2025-02-23T12:47:45.262Z | Compiling dof v0.3.0 |
1461 | 2025-02-23T12:47:45.424Z | Compiling dirs-sys-next v0.1.2 |
1462 | 2025-02-23T12:47:45.971Z | Compiling data-encoding v2.6.0 |
1463 | 2025-02-23T12:47:47.024Z | Compiling usdt-impl v0.5.0 |
1464 | 2025-02-23T12:47:47.043Z | Compiling rustls v0.23.19 |
1465 | 2025-02-23T12:47:47.185Z | Compiling schemars v0.8.21 |
1466 | 2025-02-23T12:47:47.337Z | Compiling syn v1.0.109 |
1467 | 2025-02-23T12:47:47.520Z | Compiling native-tls v0.2.12 |
1468 | 2025-02-23T12:47:47.881Z | Compiling rustls v0.22.4 |
1469 | 2025-02-23T12:47:47.914Z | Compiling siphasher v0.3.11 |
1470 | 2025-02-23T12:47:48.065Z | Compiling schemars_derive v0.8.21 |
1471 | 2025-02-23T12:47:48.201Z | Compiling dirs-next v2.0.0 |
1472 | 2025-02-23T12:47:48.385Z | Compiling unicode-normalization v0.1.24 |
1473 | 2025-02-23T12:47:48.509Z | Compiling http-body-util v0.1.2 |
1474 | 2025-02-23T12:47:48.608Z | Compiling heapless v0.7.17 |
1475 | 2025-02-23T12:47:49.042Z | Compiling crossbeam-epoch v0.9.18 |
1476 | 2025-02-23T12:47:49.120Z | Compiling sha1 v0.10.6 |
1477 | 2025-02-23T12:47:49.510Z | Compiling signature v2.2.0 |
1478 | 2025-02-23T12:47:49.543Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1479 | 2025-02-23T12:47:49.611Z | Compiling thread_local v1.1.8 |
1480 | 2025-02-23T12:47:49.733Z | Compiling multer v3.1.0 |
1481 | 2025-02-23T12:47:49.802Z | Compiling encoding_rs v0.8.34 |
1482 | 2025-02-23T12:47:50.046Z | Compiling cookie v0.18.1 |
1483 | 2025-02-23T12:47:50.048Z | Compiling slog-async v2.8.0 |
1484 | 2025-02-23T12:47:50.103Z | Compiling unicode-bidi v0.3.17 |
1485 | 2025-02-23T12:47:50.352Z | Compiling ipnet v2.10.1 |
1486 | 2025-02-23T12:47:50.576Z | Compiling dyn-clone v1.0.18 |
1487 | 2025-02-23T12:47:50.781Z | Compiling openssl-probe v0.1.5 |
1488 | 2025-02-23T12:47:50.970Z | Compiling mime v0.3.17 |
1489 | 2025-02-23T12:47:51.100Z | Compiling rayon-core v1.12.1 |
1490 | 2025-02-23T12:47:51.247Z | Compiling gimli v0.31.1 |
1491 | 2025-02-23T12:47:51.391Z | Compiling signal-hook v0.3.17 |
1492 | 2025-02-23T12:47:51.409Z | Compiling unicode-properties v0.1.3 |
1493 | 2025-02-23T12:47:51.499Z | Compiling toml_edit v0.22.22 |
1494 | 2025-02-23T12:47:51.680Z | Compiling hyper v1.5.2 |
1495 | 2025-02-23T12:47:51.818Z | Compiling stringprep v0.1.5 |
1496 | 2025-02-23T12:47:54.483Z | Compiling hyper-util v0.1.10 |
1497 | 2025-02-23T12:47:55.291Z | Compiling crossbeam-deque v0.8.5 |
1498 | 2025-02-23T12:47:55.636Z | Compiling addr2line v0.24.2 |
1499 | 2025-02-23T12:47:55.920Z | Compiling usdt-macro v0.5.0 |
1500 | 2025-02-23T12:47:55.937Z | Compiling usdt-attr-macro v0.5.0 |
1501 | 2025-02-23T12:47:56.056Z | Compiling term v0.7.0 |
1502 | 2025-02-23T12:47:56.345Z | Compiling slog-json v2.6.1 |
1503 | 2025-02-23T12:47:56.710Z | Compiling serde_urlencoded v0.7.1 |
1504 | 2025-02-23T12:47:57.216Z | Compiling curve25519-dalek v4.1.3 |
1505 | 2025-02-23T12:47:57.234Z | Compiling crossbeam-channel v0.5.13 |
1506 | 2025-02-23T12:47:57.290Z | Compiling enum-as-inner v0.6.1 |
1507 | 2025-02-23T12:47:57.378Z | Compiling futures-executor v0.3.31 |
1508 | 2025-02-23T12:47:57.456Z | Compiling md-5 v0.10.6 |
1509 | 2025-02-23T12:47:57.744Z | Compiling async-stream-impl v0.3.6 |
1510 | 2025-02-23T12:47:57.879Z | Compiling rustls-pemfile v2.2.0 |
1511 | 2025-02-23T12:47:57.924Z | Compiling num-integer v0.1.46 |
1512 | 2025-02-23T12:47:58.216Z | Compiling hash32 v0.2.1 |
1513 | 2025-02-23T12:47:58.237Z | Compiling ff v0.13.0 |
1514 | 2025-02-23T12:47:58.368Z | Compiling is-terminal v0.4.13 |
1515 | 2025-02-23T12:47:58.476Z | Compiling object v0.36.5 |
1516 | 2025-02-23T12:47:58.520Z | Compiling memoffset v0.9.1 |
1517 | 2025-02-23T12:47:58.565Z | Compiling dropshot v0.12.0 |
1518 | 2025-02-23T12:47:58.586Z | Compiling quick-error v1.2.3 |
1519 | 2025-02-23T12:47:58.653Z | Compiling rustc-demangle v0.1.24 |
1520 | 2025-02-23T12:47:58.741Z | Compiling take_mut v0.2.2 |
1521 | 2025-02-23T12:47:58.859Z | Compiling anyhow v1.0.96 |
1522 | 2025-02-23T12:47:58.885Z | Compiling smoltcp v0.9.1 |
1523 | 2025-02-23T12:47:58.914Z | Compiling cfg_aliases v0.2.1 |
1524 | 2025-02-23T12:47:58.950Z | Compiling litrs v0.4.1 |
1525 | 2025-02-23T12:47:59.076Z | Compiling psl-types v2.0.11 |
1526 | 2025-02-23T12:47:59.281Z | Compiling portable-atomic v1.9.0 |
1527 | 2025-02-23T12:47:59.510Z | Compiling num-bigint-dig v0.8.4 |
1528 | 2025-02-23T12:47:59.560Z | Compiling utf-8 v0.7.6 |
1529 | 2025-02-23T12:47:59.578Z | Compiling linked-hash-map v0.5.6 |
1530 | 2025-02-23T12:47:59.841Z | Compiling fallible-iterator v0.2.0 |
1531 | 2025-02-23T12:47:59.887Z | Compiling base16ct v0.2.0 |
1532 | 2025-02-23T12:47:59.924Z | Compiling lru-cache v0.1.2 |
1533 | 2025-02-23T12:48:00.060Z | Compiling document-features v0.2.10 |
1534 | 2025-02-23T12:48:00.135Z | Compiling sec1 v0.7.3 |
1535 | 2025-02-23T12:48:00.240Z | Compiling tungstenite v0.24.0 |
1536 | 2025-02-23T12:48:00.512Z | Compiling postgres-protocol v0.6.7 |
1537 | 2025-02-23T12:48:00.690Z | Compiling publicsuffix v2.3.0 |
1538 | 2025-02-23T12:48:00.761Z | Compiling nix v0.29.0 |
1539 | 2025-02-23T12:48:00.999Z | Compiling async-stream v0.3.6 |
1540 | 2025-02-23T12:48:01.536Z | Compiling resolv-conf v0.7.0 |
1541 | 2025-02-23T12:48:01.639Z | Compiling slog-term v2.9.1 |
1542 | 2025-02-23T12:48:02.207Z | Compiling usdt v0.5.0 |
1543 | 2025-02-23T12:48:02.231Z | Compiling num-iter v0.1.45 |
1544 | 2025-02-23T12:48:02.253Z | Compiling group v0.13.0 |
1545 | 2025-02-23T12:48:02.443Z | Compiling hickory-proto v0.24.3 |
1546 | 2025-02-23T12:48:02.686Z | Compiling futures v0.3.31 |
1547 | 2025-02-23T12:48:02.707Z | Compiling slog-bunyan v2.5.0 |
1548 | 2025-02-23T12:48:02.812Z | Compiling toml v0.8.19 |
1549 | 2025-02-23T12:48:03.841Z | Compiling tokio-native-tls v0.3.1 |
1550 | 2025-02-23T12:48:03.884Z | Compiling camino v1.1.9 |
1551 | 2025-02-23T12:48:04.292Z | Compiling phf_shared v0.11.2 |
1552 | 2025-02-23T12:48:04.320Z | Compiling dropshot_endpoint v0.12.0 |
1553 | 2025-02-23T12:48:04.693Z | Compiling terminal_size v0.4.0 |
1554 | 2025-02-23T12:48:04.786Z | Compiling waitgroup v0.1.2 |
1555 | 2025-02-23T12:48:04.926Z | Compiling openapiv3 v2.0.0 |
1556 | 2025-02-23T12:48:05.022Z | Compiling backtrace v0.3.74 |
1557 | 2025-02-23T12:48:05.038Z | Compiling serde_path_to_error v0.1.16 |
1558 | 2025-02-23T12:48:05.579Z | Compiling hkdf v0.12.4 |
1559 | 2025-02-23T12:48:05.826Z | Compiling crypto-bigint v0.5.5 |
1560 | 2025-02-23T12:48:05.857Z | Compiling zerocopy-derive v0.6.6 |
1561 | 2025-02-23T12:48:07.782Z | Compiling curve25519-dalek-derive v0.1.1 |
1562 | 2025-02-23T12:48:07.878Z | Compiling webpki-roots v0.26.6 |
1563 | 2025-02-23T12:48:08.075Z | Compiling sync_wrapper v1.0.1 |
1564 | 2025-02-23T12:48:08.107Z | Compiling hubpack_derive v0.1.1 |
1565 | 2025-02-23T12:48:08.230Z | Compiling hostname v0.4.0 |
1566 | 2025-02-23T12:48:08.365Z | Compiling fs-err v2.11.0 |
1567 | 2025-02-23T12:48:08.440Z | Compiling crc32fast v1.4.2 |
1568 | 2025-02-23T12:48:08.677Z | Compiling ahash v0.8.11 |
1569 | 2025-02-23T12:48:08.772Z | Compiling debug-ignore v1.0.5 |
1570 | 2025-02-23T12:48:08.924Z | Compiling newtype-uuid v1.2.1 |
1571 | 2025-02-23T12:48:08.943Z | Compiling bitflags v1.3.2 |
1572 | 2025-02-23T12:48:08.971Z | Compiling unicode-width v0.2.0 |
1573 | 2025-02-23T12:48:09.037Z | Compiling managed v0.8.0 |
1574 | 2025-02-23T12:48:09.071Z | Compiling tower-layer v0.3.3 |
1575 | 2025-02-23T12:48:09.253Z | Compiling winnow v0.5.40 |
1576 | 2025-02-23T12:48:09.273Z | Compiling clap_builder v4.5.30 |
1577 | 2025-02-23T12:48:09.341Z | Compiling tower v0.5.2 |
1578 | 2025-02-23T12:48:09.482Z | Compiling console v0.15.10 |
1579 | 2025-02-23T12:48:10.827Z | Compiling hubpack v0.1.2 |
1580 | 2025-02-23T12:48:11.252Z | Compiling strum_macros v0.25.3 |
1581 | 2025-02-23T12:48:11.443Z | Compiling elliptic-curve v0.13.8 |
1582 | 2025-02-23T12:48:11.624Z | Compiling flate2 v1.0.35 |
1583 | 2025-02-23T12:48:11.727Z | Compiling hickory-resolver v0.24.3 |
1584 | 2025-02-23T12:48:12.262Z | Compiling zerocopy v0.6.6 |
1585 | 2025-02-23T12:48:12.522Z | Compiling toml_edit v0.19.15 |
1586 | 2025-02-23T12:48:12.974Z | Compiling signal-hook-mio v0.2.4 |
1587 | 2025-02-23T12:48:13.150Z | Compiling phf v0.11.2 |
1588 | 2025-02-23T12:48:13.437Z | Compiling hyper-tls v0.6.0 |
1589 | 2025-02-23T12:48:13.473Z | Compiling rayon v1.10.0 |
1590 | 2025-02-23T12:48:13.849Z | Compiling cookie_store v0.21.1 |
1591 | 2025-02-23T12:48:14.909Z | Compiling bzip2 v0.4.4 |
1592 | 2025-02-23T12:48:15.473Z | Compiling tokio-tungstenite v0.24.0 |
1593 | 2025-02-23T12:48:16.016Z | Compiling postgres-types v0.2.8 |
1594 | 2025-02-23T12:48:17.250Z | Compiling ed25519 v2.2.3 |
1595 | 2025-02-23T12:48:17.355Z | Compiling phf_shared v0.10.0 |
1596 | 2025-02-23T12:48:17.737Z | Compiling tokio-stream v0.1.16 |
1597 | 2025-02-23T12:48:17.796Z | Compiling pkcs1 v0.7.5 |
1598 | 2025-02-23T12:48:18.060Z | Compiling serde-big-array v0.5.1 |
1599 | 2025-02-23T12:48:18.315Z | Compiling clap_derive v4.5.28 |
1600 | 2025-02-23T12:48:18.341Z | Compiling rfc6979 v0.4.0 |
1601 | 2025-02-23T12:48:18.544Z | Compiling serde_repr v0.1.19 |
1602 | 2025-02-23T12:48:18.623Z | Compiling derive-where v1.2.7 |
1603 | 2025-02-23T12:48:18.671Z | Compiling bstr v1.10.0 |
1604 | 2025-02-23T12:48:19.059Z | Compiling float-cmp v0.10.0 |
1605 | 2025-02-23T12:48:19.298Z | Compiling whoami v1.5.2 |
1606 | 2025-02-23T12:48:19.609Z | Compiling predicates-core v1.0.8 |
1607 | 2025-02-23T12:48:19.694Z | Compiling fixedbitset v0.4.2 |
1608 | 2025-02-23T12:48:19.865Z | Compiling precomputed-hash v0.1.1 |
1609 | 2025-02-23T12:48:19.926Z | Compiling unicode-segmentation v1.12.0 |
1610 | 2025-02-23T12:48:19.995Z | Compiling number_prefix v0.4.0 |
1611 | 2025-02-23T12:48:20.124Z | Compiling difflib v0.4.0 |
1612 | 2025-02-23T12:48:20.239Z | Compiling normalize-line-endings v0.3.0 |
1613 | 2025-02-23T12:48:20.259Z | Compiling bit-vec v0.6.3 |
1614 | 2025-02-23T12:48:20.389Z | Compiling new_debug_unreachable v1.0.6 |
1615 | 2025-02-23T12:48:20.505Z | Compiling static_assertions v1.1.0 |
1616 | 2025-02-23T12:48:20.623Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1617 | 2025-02-23T12:48:20.670Z | Compiling similar v2.6.0 |
1618 | 2025-02-23T12:48:20.811Z | Compiling bit-set v0.5.3 |
1619 | 2025-02-23T12:48:21.107Z | Compiling predicates v3.1.3 |
1620 | 2025-02-23T12:48:21.415Z | Compiling string_cache v0.8.7 |
1621 | 2025-02-23T12:48:21.803Z | Compiling indicatif v0.17.11 |
1622 | 2025-02-23T12:48:21.835Z | Compiling petgraph v0.6.5 |
1623 | 2025-02-23T12:48:22.573Z | Compiling tokio-postgres v0.7.12 |
1624 | 2025-02-23T12:48:22.794Z | Compiling ecdsa v0.16.9 |
1625 | 2025-02-23T12:48:22.879Z | Compiling clap v4.5.30 |
1626 | 2025-02-23T12:48:23.016Z | Compiling rsa v0.9.6 |
1627 | 2025-02-23T12:48:23.642Z | Compiling ed25519-dalek v2.1.1 |
1628 | 2025-02-23T12:48:23.854Z | Compiling toml v0.7.8 |
1629 | 2025-02-23T12:48:25.367Z | Compiling zip v0.6.6 |
1630 | 2025-02-23T12:48:25.434Z | Compiling crossterm v0.28.1 |
1631 | 2025-02-23T12:48:27.386Z | Compiling hex v0.4.3 |
1632 | 2025-02-23T12:48:27.435Z | Compiling x509-cert v0.2.5 |
1633 | 2025-02-23T12:48:27.525Z | Compiling itertools v0.14.0 |
1634 | 2025-02-23T12:48:27.985Z | Compiling itertools v0.10.5 |
1635 | 2025-02-23T12:48:28.205Z | Compiling peg-runtime v0.8.3 |
1636 | 2025-02-23T12:48:28.705Z | Compiling lalrpop-util v0.19.12 |
1637 | 2025-02-23T12:48:28.812Z | Compiling unicode-xid v0.2.6 |
1638 | 2025-02-23T12:48:29.016Z | Compiling strum_macros v0.26.4 |
1639 | 2025-02-23T12:48:29.110Z | Compiling xattr v1.3.1 |
1640 | 2025-02-23T12:48:29.412Z | Compiling filetime v0.2.25 |
1641 | 2025-02-23T12:48:29.742Z | Compiling tar v0.4.42 |
1642 | 2025-02-23T12:48:33.600Z | Compiling strum v0.26.3 |
1643 | 2025-02-23T12:48:36.616Z | Compiling aws-lc-sys v0.22.0 |
1644 | 2025-02-23T12:49:05.204Z | Compiling rustls-webpki v0.102.8 |
1645 | 2025-02-23T12:49:08.419Z | Compiling tokio-rustls v0.25.0 |
1646 | 2025-02-23T12:49:10.142Z | Compiling tokio-rustls v0.26.0 |
1647 | 2025-02-23T12:49:10.458Z | Compiling hyper-rustls v0.27.3 |
1648 | 2025-02-23T12:49:10.861Z | Compiling reqwest v0.12.12 |
1649 | 2025-02-23T12:49:12.055Z | Compiling qorb v0.2.1 |
1650 | 2025-02-23T12:49:15.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1651 | 2025-02-23T12:49:15.387Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1652 | 2025-02-23T12:49:19.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
1653 | 2025-02-23T12:49:20.140Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1654 | 2025-02-23T12:49:20.185Z | Feb 23 12:49:18.985 INFO Starting download, target: Cockroach |
1655 | 2025-02-23T12:49:20.185Z | Feb 23 12:49:18.985 INFO Starting download, target: Console |
1656 | 2025-02-23T12:49:20.185Z | Feb 23 12:49:18.985 INFO Starting download, target: Clickhouse |
1657 | 2025-02-23T12:49:20.185Z | Feb 23 12:49:18.985 INFO Starting download, target: DendriteOpenapi |
1658 | 2025-02-23T12:49:20.185Z | Feb 23 12:49:18.985 INFO Starting download, target: DendriteStub |
1659 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.985 INFO Starting download, target: MaghemiteMgd |
1660 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.985 INFO Starting download, target: TransceiverControl |
1661 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.986 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1662 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.986 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1663 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.986 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1664 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.986 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1665 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.986 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1666 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.986 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1667 | 2025-02-23T12:49:20.188Z | Feb 23 12:49:18.986 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1668 | 2025-02-23T12:49:20.387Z | Feb 23 12:49:19.177 INFO Download complete, target: DendriteOpenapi |
1669 | 2025-02-23T12:49:20.506Z | Feb 23 12:49:19.294 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1670 | 2025-02-23T12:49:20.658Z | Feb 23 12:49:19.457 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1671 | 2025-02-23T12:49:21.019Z | Feb 23 12:49:19.818 INFO Download complete, target: Console |
1672 | 2025-02-23T12:49:21.049Z | Feb 23 12:49:19.830 INFO Download complete, target: TransceiverControl |
1673 | 2025-02-23T12:49:21.243Z | Feb 23 12:49:20.039 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1674 | 2025-02-23T12:49:21.264Z | Feb 23 12:49:20.063 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1675 | 2025-02-23T12:49:21.729Z | Feb 23 12:49:20.528 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1676 | 2025-02-23T12:49:21.729Z | Feb 23 12:49:20.528 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1677 | 2025-02-23T12:49:22.081Z | Feb 23 12:49:20.880 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1678 | 2025-02-23T12:49:24.092Z | Feb 23 12:49:22.882 INFO Download complete, target: DendriteStub |
1679 | 2025-02-23T12:49:24.274Z | Feb 23 12:49:23.069 INFO Download complete, target: MaghemiteMgd |
1680 | 2025-02-23T12:49:29.137Z | Feb 23 12:49:27.934 INFO Checking that binary works, target: Cockroach |
1681 | 2025-02-23T12:49:29.356Z | Feb 23 12:49:28.154 INFO Download complete, target: Cockroach |
1682 | 2025-02-23T12:49:34.530Z | Feb 23 12:49:33.327 INFO Checking that binary works, target: Clickhouse |
1683 | 2025-02-23T12:49:34.654Z | Feb 23 12:49:33.451 INFO Download complete, target: Clickhouse |
1684 | 2025-02-23T12:49:34.662Z | All prerequisites installed successfully |
1685 | 2025-02-23T12:49:34.665Z | |
1686 | 2025-02-23T12:49:34.665Z | real 6:01.698747178 |
1687 | 2025-02-23T12:49:34.665Z | user 15:33.910226003 |
1688 | 2025-02-23T12:49:34.665Z | sys 2:03.027027314 |
1689 | 2025-02-23T12:49:34.665Z | trap 0.545005840 |
1690 | 2025-02-23T12:49:34.665Z | tflt 3.720514042 |
1691 | 2025-02-23T12:49:34.665Z | dflt 2.384365852 |
1692 | 2025-02-23T12:49:34.665Z | kflt 0.028236150 |
1693 | 2025-02-23T12:49:34.665Z | lock 26:12.936875053 |
1694 | 2025-02-23T12:49:34.665Z | slp 57:53.754145683 |
1695 | 2025-02-23T12:49:34.666Z | lat 55.121080248 |
1696 | 2025-02-23T12:49:34.666Z | stop 2:13.662692229 |
1697 | 2025-02-23T12:49:34.666Z | + source ./tools/include/force-git-over-https.sh |
1698 | 2025-02-23T12:49:34.666Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1699 | 2025-02-23T12:49:34.666Z | ++ (( i = 0 )) |
1700 | 2025-02-23T12:49:34.666Z | ++ (( i < 5 )) |
1701 | 2025-02-23T12:49:34.666Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1702 | 2025-02-23T12:49:34.668Z | ++ (( i++ )) |
1703 | 2025-02-23T12:49:34.668Z | ++ (( i < 5 )) |
1704 | 2025-02-23T12:49:34.668Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1705 | 2025-02-23T12:49:34.672Z | ++ (( i++ )) |
1706 | 2025-02-23T12:49:34.672Z | ++ (( i < 5 )) |
1707 | 2025-02-23T12:49:34.672Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1708 | 2025-02-23T12:49:34.674Z | ++ (( i++ )) |
1709 | 2025-02-23T12:49:34.674Z | ++ (( i < 5 )) |
1710 | 2025-02-23T12:49:34.674Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1711 | 2025-02-23T12:49:34.677Z | ++ (( i++ )) |
1712 | 2025-02-23T12:49:34.677Z | ++ (( i < 5 )) |
1713 | 2025-02-23T12:49:34.677Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1714 | 2025-02-23T12:49:34.679Z | ++ (( i++ )) |
1715 | 2025-02-23T12:49:34.680Z | ++ (( i < 5 )) |
1716 | 2025-02-23T12:49:34.680Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1717 | 2025-02-23T12:49:34.680Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1718 | 2025-02-23T12:49:34.680Z | + rc=0 |
1719 | 2025-02-23T12:49:34.680Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1720 | 2025-02-23T12:50:10.127Z | + case $rc in |
1721 | 2025-02-23T12:50:10.127Z | + pfexec zfs create -p rpool/images/build/host |
1722 | 2025-02-23T12:50:10.339Z | + pfexec zfs create -p rpool/images/build/recovery |
1723 | 2025-02-23T12:50:10.416Z | + cargo xtask releng --output-dir /work |
1724 | 2025-02-23T12:50:10.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1725 | 2025-02-23T12:50:10.975Z | Running `target/debug/xtask releng --output-dir /work` |
1726 | 2025-02-23T12:50:11.898Z | Compiling proc-macro2 v1.0.93 |
1727 | 2025-02-23T12:50:11.898Z | Compiling unicode-ident v1.0.14 |
1728 | 2025-02-23T12:50:11.901Z | Compiling libc v0.2.170 |
1729 | 2025-02-23T12:50:11.901Z | Compiling serde v1.0.218 |
1730 | 2025-02-23T12:50:11.901Z | Compiling autocfg v1.4.0 |
1731 | 2025-02-23T12:50:11.901Z | Compiling version_check v0.9.5 |
1732 | 2025-02-23T12:50:11.901Z | Compiling cfg-if v1.0.0 |
1733 | 2025-02-23T12:50:12.225Z | Compiling memchr v2.7.4 |
1734 | 2025-02-23T12:50:12.268Z | Compiling typenum v1.17.0 |
1735 | 2025-02-23T12:50:12.301Z | Compiling shlex v1.3.0 |
1736 | 2025-02-23T12:50:12.751Z | Compiling generic-array v0.14.7 |
1737 | 2025-02-23T12:50:12.798Z | Compiling value-bag v1.9.0 |
1738 | 2025-02-23T12:50:12.901Z | Compiling lock_api v0.4.12 |
1739 | 2025-02-23T12:50:13.081Z | Compiling scopeguard v1.2.0 |
1740 | 2025-02-23T12:50:13.250Z | Compiling log v0.4.22 |
1741 | 2025-02-23T12:50:13.320Z | Compiling parking_lot_core v0.9.10 |
1742 | 2025-02-23T12:50:13.501Z | Compiling rustix v0.38.37 |
1743 | 2025-02-23T12:50:13.775Z | Compiling quote v1.0.38 |
1744 | 2025-02-23T12:50:13.901Z | Compiling jobserver v0.1.32 |
1745 | 2025-02-23T12:50:13.986Z | Compiling getrandom v0.2.15 |
1746 | 2025-02-23T12:50:14.043Z | Compiling serde_json v1.0.139 |
1747 | 2025-02-23T12:50:14.149Z | Compiling syn v2.0.96 |
1748 | 2025-02-23T12:50:14.324Z | Compiling cc v1.2.15 |
1749 | 2025-02-23T12:50:14.359Z | Compiling libm v0.2.8 |
1750 | 2025-02-23T12:50:14.436Z | Compiling num-traits v0.2.19 |
1751 | 2025-02-23T12:50:14.567Z | Compiling once_cell v1.20.3 |
1752 | 2025-02-23T12:50:14.597Z | Compiling slab v0.4.9 |
1753 | 2025-02-23T12:50:14.684Z | Compiling itoa v1.0.11 |
1754 | 2025-02-23T12:50:14.709Z | Compiling semver v1.0.25 |
1755 | 2025-02-23T12:50:14.913Z | Compiling thiserror v1.0.69 |
1756 | 2025-02-23T12:50:14.936Z | Compiling aho-corasick v1.1.3 |
1757 | 2025-02-23T12:50:14.960Z | Compiling regex-syntax v0.8.5 |
1758 | 2025-02-23T12:50:15.153Z | Compiling spin v0.9.8 |
1759 | 2025-02-23T12:50:15.643Z | Compiling errno v0.3.9 |
1760 | 2025-02-23T12:50:15.752Z | Compiling either v1.13.0 |
1761 | 2025-02-23T12:50:16.005Z | Compiling byteorder v1.5.0 |
1762 | 2025-02-23T12:50:16.227Z | Compiling glob v0.3.2 |
1763 | 2025-02-23T12:50:16.251Z | Compiling rand_core v0.6.4 |
1764 | 2025-02-23T12:50:16.549Z | Compiling subtle v2.6.1 |
1765 | 2025-02-23T12:50:16.878Z | Compiling prettyplease v0.2.29 |
1766 | 2025-02-23T12:50:16.925Z | Compiling lazy_static v1.5.0 |
1767 | 2025-02-23T12:50:17.021Z | Compiling clang-sys v1.8.1 |
1768 | 2025-02-23T12:50:17.109Z | Compiling minimal-lexical v0.2.1 |
1769 | 2025-02-23T12:50:17.435Z | Compiling libloading v0.8.5 |
1770 | 2025-02-23T12:50:17.582Z | Compiling nom v7.1.3 |
1771 | 2025-02-23T12:50:17.605Z | Compiling smallvec v1.14.0 |
1772 | 2025-02-23T12:50:17.809Z | Compiling home v0.5.9 |
1773 | 2025-02-23T12:50:17.856Z | Compiling bindgen v0.69.5 |
1774 | 2025-02-23T12:50:18.342Z | Compiling itertools v0.12.1 |
1775 | 2025-02-23T12:50:18.690Z | Compiling rustc-hash v1.1.0 |
1776 | 2025-02-23T12:50:18.786Z | Compiling regex-automata v0.4.8 |
1777 | 2025-02-23T12:50:18.865Z | Compiling lazycell v1.3.0 |
1778 | 2025-02-23T12:50:19.354Z | Compiling cmake v0.1.51 |
1779 | 2025-02-23T12:50:21.634Z | Compiling pkg-config v0.3.31 |
1780 | 2025-02-23T12:50:21.637Z | Compiling fs_extra v1.3.0 |
1781 | 2025-02-23T12:50:21.637Z | Compiling cexpr v0.6.0 |
1782 | 2025-02-23T12:50:21.637Z | Compiling dunce v1.0.5 |
1783 | 2025-02-23T12:50:21.637Z | Compiling ring v0.17.11 |
1784 | 2025-02-23T12:50:21.637Z | Compiling paste v1.0.15 |
1785 | 2025-02-23T12:50:21.700Z | Compiling synstructure v0.13.1 |
1786 | 2025-02-23T12:50:22.119Z | Compiling ryu v1.0.18 |
1787 | 2025-02-23T12:50:22.305Z | Compiling heck v0.5.0 |
1788 | 2025-02-23T12:50:22.436Z | Compiling httparse v1.9.5 |
1789 | 2025-02-23T12:50:22.737Z | Compiling pin-project-lite v0.2.14 |
1790 | 2025-02-23T12:50:22.881Z | Compiling aws-lc-rs v1.10.0 |
1791 | 2025-02-23T12:50:22.973Z | Compiling const-oid v0.9.6 |
1792 | 2025-02-23T12:50:23.396Z | Compiling futures-core v0.3.31 |
1793 | 2025-02-23T12:50:23.485Z | Compiling allocator-api2 v0.2.18 |
1794 | 2025-02-23T12:50:24.242Z | Compiling signal-hook-registry v1.4.2 |
1795 | 2025-02-23T12:50:24.911Z | Compiling regex v1.11.1 |
1796 | 2025-02-23T12:50:25.038Z | Compiling parking_lot v0.12.3 |
1797 | 2025-02-23T12:50:25.167Z | Compiling mio v1.0.2 |
1798 | 2025-02-23T12:50:25.832Z | Compiling serde_derive v1.0.218 |
1799 | 2025-02-23T12:50:25.875Z | Compiling zeroize_derive v1.4.2 |
1800 | 2025-02-23T12:50:25.999Z | Compiling zerocopy-derive v0.7.35 |
1801 | 2025-02-23T12:50:26.676Z | Compiling tokio-macros v2.5.0 |
1802 | 2025-02-23T12:50:27.008Z | Compiling thiserror-impl v1.0.69 |
1803 | 2025-02-23T12:50:27.381Z | Compiling zeroize v1.8.1 |
1804 | 2025-02-23T12:50:27.629Z | Compiling zerofrom-derive v0.1.4 |
1805 | 2025-02-23T12:50:27.870Z | Compiling yoke-derive v0.7.4 |
1806 | 2025-02-23T12:50:27.899Z | Compiling futures-macro v0.3.31 |
1807 | 2025-02-23T12:50:28.054Z | Compiling zerovec-derive v0.10.3 |
1808 | 2025-02-23T12:50:28.227Z | Compiling displaydoc v0.2.5 |
1809 | 2025-02-23T12:50:29.866Z | Compiling zerocopy v0.7.35 |
1810 | 2025-02-23T12:50:29.998Z | Compiling icu_provider_macros v1.5.0 |
1811 | 2025-02-23T12:50:30.194Z | Compiling crypto-common v0.1.6 |
1812 | 2025-02-23T12:50:30.482Z | Compiling tracing-attributes v0.1.27 |
1813 | 2025-02-23T12:50:30.517Z | Compiling block-buffer v0.10.4 |
1814 | 2025-02-23T12:50:30.743Z | Compiling der_derive v0.7.3 |
1815 | 2025-02-23T12:50:30.850Z | Compiling digest v0.10.7 |
1816 | 2025-02-23T12:50:31.237Z | Compiling time-core v0.1.2 |
1817 | 2025-02-23T12:50:31.313Z | Compiling num-conv v0.1.0 |
1818 | 2025-02-23T12:50:31.409Z | Compiling vcpkg v0.2.15 |
1819 | 2025-02-23T12:50:31.668Z | Compiling time-macros v0.2.18 |
1820 | 2025-02-23T12:50:31.765Z | Compiling crossbeam-utils v0.8.20 |
1821 | 2025-02-23T12:50:32.142Z | Compiling schemars v0.8.21 |
1822 | 2025-02-23T12:50:32.416Z | Compiling serde_derive_internals v0.29.1 |
1823 | 2025-02-23T12:50:32.523Z | Compiling socket2 v0.5.7 |
1824 | 2025-02-23T12:50:32.833Z | Compiling openssl-sys v0.9.106 |
1825 | 2025-02-23T12:50:34.375Z | Compiling schemars_derive v0.8.21 |
1826 | 2025-02-23T12:50:34.409Z | Compiling fnv v1.0.7 |
1827 | 2025-02-23T12:50:34.539Z | Compiling futures-sink v0.3.31 |
1828 | 2025-02-23T12:50:35.450Z | Compiling ahash v0.8.11 |
1829 | 2025-02-23T12:50:35.865Z | Compiling stable_deref_trait v1.2.0 |
1830 | 2025-02-23T12:50:36.065Z | Compiling foldhash v0.1.3 |
1831 | 2025-02-23T12:50:36.316Z | Compiling equivalent v1.0.1 |
1832 | 2025-02-23T12:50:36.697Z | Compiling cpufeatures v0.2.14 |
1833 | 2025-02-23T12:50:36.768Z | Compiling hashbrown v0.15.1 |
1834 | 2025-02-23T12:50:37.187Z | Compiling slog v2.7.0 |
1835 | 2025-02-23T12:50:37.243Z | Compiling futures-channel v0.3.31 |
1836 | 2025-02-23T12:50:37.319Z | Compiling zerofrom v0.1.4 |
1837 | 2025-02-23T12:50:37.706Z | Compiling futures-io v0.3.31 |
1838 | 2025-02-23T12:50:37.737Z | Compiling pin-utils v0.1.0 |
1839 | 2025-02-23T12:50:37.832Z | Compiling futures-task v0.3.31 |
1840 | 2025-02-23T12:50:37.866Z | Compiling yoke v0.7.4 |
1841 | 2025-02-23T12:50:38.185Z | Compiling futures-util v0.3.31 |
1842 | 2025-02-23T12:50:38.255Z | Compiling openssl v0.10.71 |
1843 | 2025-02-23T12:50:38.258Z | Compiling zerovec v0.10.4 |
1844 | 2025-02-23T12:50:38.787Z | Compiling bitflags v2.6.0 |
1845 | 2025-02-23T12:50:38.832Z | Compiling bytes v1.9.0 |
1846 | 2025-02-23T12:50:38.928Z | Compiling indexmap v2.7.1 |
1847 | 2025-02-23T12:50:40.361Z | Compiling tokio v1.43.0 |
1848 | 2025-02-23T12:50:41.749Z | Compiling serde_tokenstream v0.2.2 |
1849 | 2025-02-23T12:50:41.801Z | Compiling http v1.2.0 |
1850 | 2025-02-23T12:50:42.344Z | Compiling scroll_derive v0.12.0 |
1851 | 2025-02-23T12:50:43.899Z | Compiling which v4.4.2 |
1852 | 2025-02-23T12:50:44.384Z | Compiling ucd-trie v0.1.7 |
1853 | 2025-02-23T12:50:44.696Z | Compiling pest v2.7.14 |
1854 | 2025-02-23T12:50:44.920Z | Compiling rustc_version v0.4.1 |
1855 | 2025-02-23T12:50:47.206Z | Compiling uuid v1.12.0 |
1856 | 2025-02-23T12:50:47.685Z | Compiling hmac v0.12.1 |
1857 | 2025-02-23T12:50:47.946Z | Compiling openssl-macros v0.1.1 |
1858 | 2025-02-23T12:50:47.990Z | Compiling rustls v0.23.19 |
1859 | 2025-02-23T12:50:48.061Z | Compiling iana-time-zone v0.1.61 |
1860 | 2025-02-23T12:50:48.375Z | Compiling native-tls v0.2.12 |
1861 | 2025-02-23T12:50:48.428Z | Compiling chrono v0.4.39 |
1862 | 2025-02-23T12:50:48.833Z | Compiling pest_meta v2.7.14 |
1863 | 2025-02-23T12:50:48.858Z | Compiling tinystr v0.7.6 |
1864 | 2025-02-23T12:50:49.392Z | Compiling block-padding v0.3.3 |
1865 | 2025-02-23T12:50:49.577Z | Compiling writeable v0.5.5 |
1866 | 2025-02-23T12:50:49.772Z | Compiling litemap v0.7.3 |
1867 | 2025-02-23T12:50:50.341Z | Compiling icu_locid v1.5.0 |
1868 | 2025-02-23T12:50:50.585Z | Compiling pest_generator v2.7.14 |
1869 | 2025-02-23T12:50:50.832Z | Compiling inout v0.1.3 |
1870 | 2025-02-23T12:50:51.755Z | Compiling cookie v0.18.1 |
1871 | 2025-02-23T12:50:53.486Z | Compiling pest_derive v2.7.14 |
1872 | 2025-02-23T12:50:53.610Z | Compiling icu_provider v1.5.0 |
1873 | 2025-02-23T12:50:54.516Z | Compiling cipher v0.4.4 |
1874 | 2025-02-23T12:50:55.062Z | Compiling sha2 v0.10.8 |
1875 | 2025-02-23T12:50:55.779Z | Compiling async-trait v0.1.86 |
1876 | 2025-02-23T12:50:56.016Z | Compiling tracing-core v0.1.32 |
1877 | 2025-02-23T12:50:56.067Z | Compiling usdt-impl v0.5.0 |
1878 | 2025-02-23T12:50:56.659Z | Compiling percent-encoding v2.3.1 |
1879 | 2025-02-23T12:50:57.168Z | Compiling dyn-clone v1.0.18 |
1880 | 2025-02-23T12:50:57.423Z | Compiling aws-lc-sys v0.22.0 |
1881 | 2025-02-23T12:50:57.451Z | Compiling rustls-pki-types v1.10.0 |
1882 | 2025-02-23T12:50:58.129Z | Compiling base64ct v1.6.0 |
1883 | 2025-02-23T12:50:58.131Z | Compiling icu_locid_transform_data v1.5.0 |
1884 | 2025-02-23T12:50:58.272Z | Compiling icu_locid_transform v1.5.0 |
1885 | 2025-02-23T12:50:58.797Z | Compiling pem-rfc7468 v0.7.0 |
1886 | 2025-02-23T12:50:59.289Z | Compiling tracing v0.1.40 |
1887 | 2025-02-23T12:51:01.588Z | Compiling tokio-util v0.7.12 |
1888 | 2025-02-23T12:51:01.686Z | Compiling scroll v0.12.0 |
1889 | 2025-02-23T12:51:01.717Z | Compiling icu_collections v1.5.0 |
1890 | 2025-02-23T12:51:03.923Z | Compiling ppv-lite86 v0.2.20 |
1891 | 2025-02-23T12:51:04.221Z | Compiling untrusted v0.9.0 |
1892 | 2025-02-23T12:51:04.423Z | Compiling camino v1.1.9 |
1893 | 2025-02-23T12:51:04.450Z | Compiling icu_properties_data v1.5.0 |
1894 | 2025-02-23T12:51:04.712Z | Compiling flagset v0.4.6 |
1895 | 2025-02-23T12:51:04.812Z | Compiling plain v0.2.3 |
1896 | 2025-02-23T12:51:04.912Z | Compiling untrusted v0.7.1 |
1897 | 2025-02-23T12:51:04.939Z | Compiling syn v1.0.109 |
1898 | 2025-02-23T12:51:04.965Z | Compiling powerfmt v0.2.0 |
1899 | 2025-02-23T12:51:05.115Z | Compiling mirai-annotations v1.12.0 |
1900 | 2025-02-23T12:51:05.332Z | Compiling deranged v0.3.11 |
1901 | 2025-02-23T12:51:05.451Z | Compiling goblin v0.8.2 |
1902 | 2025-02-23T12:51:05.555Z | Compiling der v0.7.9 |
1903 | 2025-02-23T12:51:08.528Z | Compiling icu_properties v1.5.1 |
1904 | 2025-02-23T12:51:09.235Z | Compiling rand_chacha v0.3.1 |
1905 | 2025-02-23T12:51:12.657Z | Compiling num_threads v0.1.7 |
1906 | 2025-02-23T12:51:12.891Z | Compiling utf16_iter v1.0.5 |
1907 | 2025-02-23T12:51:13.204Z | Compiling litrs v0.4.1 |
1908 | 2025-02-23T12:51:14.087Z | Compiling utf8_iter v1.0.4 |
1909 | 2025-02-23T12:51:14.181Z | Compiling rustls v0.22.4 |
1910 | 2025-02-23T12:51:14.307Z | Compiling write16 v1.0.0 |
1911 | 2025-02-23T12:51:14.382Z | Compiling pretty-hex v0.4.1 |
1912 | 2025-02-23T12:51:14.539Z | Compiling rayon-core v1.12.1 |
1913 | 2025-02-23T12:51:14.711Z | Compiling icu_normalizer_data v1.5.0 |
1914 | 2025-02-23T12:51:14.764Z | Compiling atomic-waker v1.1.2 |
1915 | 2025-02-23T12:51:14.859Z | Compiling icu_normalizer v1.5.0 |
1916 | 2025-02-23T12:51:14.981Z | Compiling dof v0.3.0 |
1917 | 2025-02-23T12:51:15.041Z | Compiling document-features v0.2.10 |
1918 | 2025-02-23T12:51:15.178Z | Compiling time v0.3.36 |
1919 | 2025-02-23T12:51:16.939Z | Compiling rand v0.8.5 |
1920 | 2025-02-23T12:51:17.379Z | Compiling spki v0.7.3 |
1921 | 2025-02-23T12:51:17.795Z | Compiling form_urlencoded v1.2.1 |
1922 | 2025-02-23T12:51:18.602Z | Compiling salsa20 v0.10.2 |
1923 | 2025-02-23T12:51:18.689Z | Compiling dtrace-parser v0.2.0 |
1924 | 2025-02-23T12:51:19.771Z | Compiling pbkdf2 v0.12.2 |
1925 | 2025-02-23T12:51:20.082Z | Compiling http-body v1.0.1 |
1926 | 2025-02-23T12:51:20.422Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1927 | 2025-02-23T12:51:20.470Z | Compiling thread-id v4.2.2 |
1928 | 2025-02-23T12:51:21.273Z | Compiling try-lock v0.2.5 |
1929 | 2025-02-23T12:51:22.086Z | Compiling want v0.3.1 |
1930 | 2025-02-23T12:51:24.988Z | Compiling scrypt v0.11.0 |
1931 | 2025-02-23T12:51:25.077Z | Compiling idna_adapter v1.2.0 |
1932 | 2025-02-23T12:51:25.373Z | Compiling h2 v0.4.6 |
1933 | 2025-02-23T12:51:25.481Z | Compiling aes v0.8.4 |
1934 | 2025-02-23T12:51:25.557Z | Compiling cbc v0.1.2 |
1935 | 2025-02-23T12:51:26.380Z | Compiling multer v3.1.0 |
1936 | 2025-02-23T12:51:26.659Z | Compiling tower-service v0.3.3 |
1937 | 2025-02-23T12:51:26.761Z | Compiling httpdate v1.0.3 |
1938 | 2025-02-23T12:51:26.891Z | Compiling tinyvec_macros v0.1.1 |
1939 | 2025-02-23T12:51:27.029Z | Compiling slog-async v2.8.0 |
1940 | 2025-02-23T12:51:27.601Z | Compiling base64 v0.22.1 |
1941 | 2025-02-23T12:51:27.701Z | Compiling tinyvec v1.8.0 |
1942 | 2025-02-23T12:51:29.368Z | Compiling pkcs5 v0.7.1 |
1943 | 2025-02-23T12:51:30.520Z | Compiling idna v1.0.3 |
1944 | 2025-02-23T12:51:35.299Z | Compiling hyper v1.5.2 |
1945 | 2025-02-23T12:51:35.986Z | Compiling heapless v0.7.17 |
1946 | 2025-02-23T12:51:36.763Z | Compiling zerocopy-derive v0.6.6 |
1947 | 2025-02-23T12:51:37.306Z | Compiling signal-hook v0.3.17 |
1948 | 2025-02-23T12:51:37.786Z | Compiling num-bigint-dig v0.8.4 |
1949 | 2025-02-23T12:51:37.811Z | Compiling anyhow v1.0.96 |
1950 | 2025-02-23T12:51:38.617Z | Compiling hyper-util v0.1.10 |
1951 | 2025-02-23T12:51:40.720Z | Compiling pkcs8 v0.10.2 |
1952 | 2025-02-23T12:51:42.109Z | Compiling usdt-attr-macro v0.5.0 |
1953 | 2025-02-23T12:51:43.678Z | Compiling usdt-macro v0.5.0 |
1954 | 2025-02-23T12:51:44.251Z | Compiling async-stream-impl v0.3.6 |
1955 | 2025-02-23T12:51:44.708Z | Compiling rustversion v1.0.17 |
1956 | 2025-02-23T12:51:45.381Z | Compiling foreign-types-shared v0.1.1 |
1957 | 2025-02-23T12:51:45.425Z | Compiling strsim v0.11.1 |
1958 | 2025-02-23T12:51:45.539Z | Compiling foreign-types v0.3.2 |
1959 | 2025-02-23T12:51:46.214Z | Compiling url v2.5.3 |
1960 | 2025-02-23T12:51:46.625Z | Compiling http-body-util v0.1.2 |
1961 | 2025-02-23T12:51:47.639Z | Compiling curve25519-dalek v4.1.3 |
1962 | 2025-02-23T12:51:48.161Z | Compiling openapiv3 v2.0.0 |
1963 | 2025-02-23T12:51:48.214Z | Compiling toml_datetime v0.6.8 |
1964 | 2025-02-23T12:51:48.505Z | Compiling serde_spanned v0.6.8 |
1965 | 2025-02-23T12:51:48.805Z | Compiling enum-as-inner v0.6.1 |
1966 | 2025-02-23T12:51:50.066Z | Compiling memoffset v0.9.1 |
1967 | 2025-02-23T12:51:50.731Z | Compiling dropshot v0.12.0 |
1968 | 2025-02-23T12:51:51.159Z | Compiling encoding_rs v0.8.34 |
1969 | 2025-02-23T12:51:51.956Z | Compiling newtype-uuid v1.2.1 |
1970 | 2025-02-23T12:51:52.358Z | Compiling match_cfg v0.1.0 |
1971 | 2025-02-23T12:51:52.492Z | Compiling portable-atomic v1.9.0 |
1972 | 2025-02-23T12:51:52.720Z | Compiling smoltcp v0.9.1 |
1973 | 2025-02-23T12:51:53.502Z | Compiling mime v0.3.17 |
1974 | 2025-02-23T12:51:53.587Z | Compiling adler2 v2.0.0 |
1975 | 2025-02-23T12:51:53.853Z | Compiling miniz_oxide v0.8.0 |
1976 | 2025-02-23T12:51:54.597Z | Compiling hostname v0.3.1 |
1977 | 2025-02-23T12:52:05.517Z | Compiling serde_urlencoded v0.7.1 |
1978 | 2025-02-23T12:52:05.977Z | Compiling rustls-pemfile v2.2.0 |
1979 | 2025-02-23T12:52:06.199Z | Compiling clap_derive v4.5.28 |
1980 | 2025-02-23T12:52:06.498Z | Compiling dirs-sys-next v0.1.2 |
1981 | 2025-02-23T12:52:07.281Z | Compiling data-encoding v2.6.0 |
1982 | 2025-02-23T12:52:08.758Z | Compiling siphasher v0.3.11 |
1983 | 2025-02-23T12:52:09.157Z | Compiling cfg_aliases v0.2.1 |
1984 | 2025-02-23T12:52:09.573Z | Compiling ipnet v2.10.1 |
1985 | 2025-02-23T12:52:11.322Z | Compiling openssl-probe v0.1.5 |
1986 | 2025-02-23T12:52:13.027Z | Compiling nix v0.29.0 |
1987 | 2025-02-23T12:52:13.096Z | Compiling rustls-webpki v0.102.8 |
1988 | 2025-02-23T12:52:13.214Z | Compiling dirs-next v2.0.0 |
1989 | 2025-02-23T12:52:14.900Z | Compiling hubpack_derive v0.1.1 |
1990 | 2025-02-23T12:52:14.952Z | Compiling unicode-normalization v0.1.24 |
1991 | 2025-02-23T12:52:15.905Z | Compiling crossbeam-epoch v0.9.18 |
1992 | 2025-02-23T12:52:16.198Z | Compiling dropshot_endpoint v0.12.0 |
1993 | 2025-02-23T12:52:16.631Z | Compiling sha1 v0.10.6 |
1994 | 2025-02-23T12:52:16.832Z | Compiling signature v2.2.0 |
1995 | 2025-02-23T12:52:17.118Z | Compiling curve25519-dalek-derive v0.1.1 |
1996 | 2025-02-23T12:52:17.232Z | Compiling thread_local v1.1.8 |
1997 | 2025-02-23T12:52:17.296Z | Compiling fs-err v2.11.0 |
1998 | 2025-02-23T12:52:17.767Z | Compiling unicode-properties v0.1.3 |
1999 | 2025-02-23T12:52:18.284Z | Compiling utf8parse v0.2.2 |
2000 | 2025-02-23T12:52:18.536Z | Compiling winnow v0.6.20 |
2001 | 2025-02-23T12:52:19.325Z | Compiling anstyle v1.0.10 |
2002 | 2025-02-23T12:52:19.920Z | Compiling psl-types v2.0.11 |
2003 | 2025-02-23T12:52:20.377Z | Compiling unicode-bidi v0.3.17 |
2004 | 2025-02-23T12:52:20.483Z | Compiling gimli v0.31.1 |
2005 | 2025-02-23T12:52:21.649Z | Compiling stringprep v0.1.5 |
2006 | 2025-02-23T12:52:22.373Z | Compiling toml_edit v0.22.22 |
2007 | 2025-02-23T12:52:22.376Z | Compiling publicsuffix v2.3.0 |
2008 | 2025-02-23T12:52:22.608Z | Compiling anstyle-parse v0.2.5 |
2009 | 2025-02-23T12:52:22.661Z | Compiling crossbeam-deque v0.8.5 |
2010 | 2025-02-23T12:52:25.692Z | Compiling addr2line v0.24.2 |
2011 | 2025-02-23T12:52:25.763Z | Compiling term v0.7.0 |
2012 | 2025-02-23T12:52:26.416Z | Compiling tokio-native-tls v0.3.1 |
2013 | 2025-02-23T12:52:26.817Z | Compiling slog-json v2.6.1 |
2014 | 2025-02-23T12:52:27.386Z | Compiling crossbeam-channel v0.5.13 |
2015 | 2025-02-23T12:52:28.769Z | Compiling webpki-roots v0.26.6 |
2016 | 2025-02-23T12:52:29.030Z | Compiling futures-executor v0.3.31 |
2017 | 2025-02-23T12:52:29.052Z | Compiling num-integer v0.1.46 |
2018 | 2025-02-23T12:52:29.087Z | Compiling md-5 v0.10.6 |
2019 | 2025-02-23T12:52:29.349Z | Compiling sync_wrapper v1.0.1 |
2020 | 2025-02-23T12:52:29.463Z | Compiling ff v0.13.0 |
2021 | 2025-02-23T12:52:29.530Z | Compiling hash32 v0.2.1 |
2022 | 2025-02-23T12:52:29.712Z | Compiling is-terminal v0.4.13 |
2023 | 2025-02-23T12:52:29.736Z | Compiling memmap v0.7.0 |
2024 | 2025-02-23T12:52:29.868Z | Compiling object v0.36.5 |
2025 | 2025-02-23T12:52:29.904Z | Compiling take_mut v0.2.2 |
2026 | 2025-02-23T12:52:30.051Z | Compiling utf-8 v0.7.6 |
2027 | 2025-02-23T12:52:30.090Z | Compiling base16ct v0.2.0 |
2028 | 2025-02-23T12:52:30.369Z | Compiling linked-hash-map v0.5.6 |
2029 | 2025-02-23T12:52:30.396Z | Compiling heck v0.4.1 |
2030 | 2025-02-23T12:52:30.740Z | Compiling anstyle-query v1.1.1 |
2031 | 2025-02-23T12:52:30.794Z | Compiling fallible-iterator v0.2.0 |
2032 | 2025-02-23T12:52:31.136Z | Compiling rustc-demangle v0.1.24 |
2033 | 2025-02-23T12:52:31.158Z | Compiling is_terminal_polyfill v1.70.1 |
2034 | 2025-02-23T12:52:31.315Z | Compiling tower-layer v0.3.3 |
2035 | 2025-02-23T12:52:31.451Z | Compiling colorchoice v1.0.2 |
2036 | 2025-02-23T12:52:31.645Z | Compiling quick-error v1.2.3 |
2037 | 2025-02-23T12:52:31.728Z | Compiling tower v0.5.2 |
2038 | 2025-02-23T12:52:31.823Z | Compiling resolv-conf v0.7.0 |
2039 | 2025-02-23T12:52:31.959Z | Compiling anstream v0.6.15 |
2040 | 2025-02-23T12:52:32.450Z | Compiling postgres-protocol v0.6.7 |
2041 | 2025-02-23T12:52:32.695Z | Compiling strum_macros v0.25.3 |
2042 | 2025-02-23T12:52:32.870Z | Compiling lru-cache v0.1.2 |
2043 | 2025-02-23T12:52:33.078Z | Compiling sec1 v0.7.3 |
2044 | 2025-02-23T12:52:33.532Z | Compiling tungstenite v0.24.0 |
2045 | 2025-02-23T12:52:34.482Z | Compiling usdt v0.5.0 |
2046 | 2025-02-23T12:52:34.614Z | Compiling tokio-rustls v0.26.0 |
2047 | 2025-02-23T12:52:34.921Z | Compiling slog-term v2.9.1 |
2048 | 2025-02-23T12:52:35.395Z | Compiling group v0.13.0 |
2049 | 2025-02-23T12:52:35.731Z | Compiling num-iter v0.1.45 |
2050 | 2025-02-23T12:52:35.917Z | Compiling futures v0.3.31 |
2051 | 2025-02-23T12:52:36.141Z | Compiling tokio-rustls v0.25.0 |
2052 | 2025-02-23T12:52:36.563Z | Compiling backtrace v0.3.74 |
2053 | 2025-02-23T12:52:36.807Z | Compiling slog-bunyan v2.5.0 |
2054 | 2025-02-23T12:52:37.019Z | Compiling hyper-tls v0.6.0 |
2055 | 2025-02-23T12:52:37.446Z | Compiling toml v0.8.19 |
2056 | 2025-02-23T12:52:37.466Z | Compiling cookie_store v0.21.1 |
2057 | 2025-02-23T12:52:37.577Z | Compiling hickory-proto v0.24.3 |
2058 | 2025-02-23T12:52:37.918Z | Compiling phf_shared v0.11.2 |
2059 | 2025-02-23T12:52:38.722Z | Compiling async-stream v0.3.6 |
2060 | 2025-02-23T12:52:38.879Z | Compiling waitgroup v0.1.2 |
2061 | 2025-02-23T12:52:39.104Z | Compiling hashbrown v0.14.5 |
2062 | 2025-02-23T12:52:39.228Z | Compiling hkdf v0.12.4 |
2063 | 2025-02-23T12:52:39.483Z | Compiling terminal_size v0.4.0 |
2064 | 2025-02-23T12:52:39.723Z | Compiling serde_path_to_error v0.1.16 |
2065 | 2025-02-23T12:52:40.117Z | Compiling crypto-bigint v0.5.5 |
2066 | 2025-02-23T12:52:40.322Z | Compiling derive-where v1.2.7 |
2067 | 2025-02-23T12:52:40.499Z | Compiling serde_repr v0.1.19 |
2068 | 2025-02-23T12:52:41.558Z | Compiling hostname v0.4.0 |
2069 | 2025-02-23T12:52:41.587Z | Compiling crc32fast v1.4.2 |
2070 | 2025-02-23T12:52:42.153Z | Compiling clap_lex v0.7.4 |
2071 | 2025-02-23T12:52:42.353Z | Compiling debug-ignore v1.0.5 |
2072 | 2025-02-23T12:52:42.553Z | Compiling unicode-width v0.2.0 |
2073 | 2025-02-23T12:52:42.673Z | Compiling winnow v0.5.40 |
2074 | 2025-02-23T12:52:43.291Z | Compiling managed v0.8.0 |
2075 | 2025-02-23T12:52:43.362Z | Compiling bitflags v1.3.2 |
2076 | 2025-02-23T12:52:44.050Z | Compiling hickory-resolver v0.24.3 |
2077 | 2025-02-23T12:52:44.255Z | Compiling console v0.15.10 |
2078 | 2025-02-23T12:52:45.353Z | Compiling elliptic-curve v0.13.8 |
2079 | 2025-02-23T12:52:45.980Z | Compiling toml_edit v0.19.15 |
2080 | 2025-02-23T12:52:46.041Z | Compiling clap_builder v4.5.30 |
2081 | 2025-02-23T12:52:47.787Z | Compiling flate2 v1.0.35 |
2082 | 2025-02-23T12:52:48.690Z | Compiling regress v0.10.1 |
2083 | 2025-02-23T12:52:50.800Z | Compiling hyper-rustls v0.27.3 |
2084 | 2025-02-23T12:52:53.545Z | Compiling phf v0.11.2 |
2085 | 2025-02-23T12:52:53.837Z | Compiling signal-hook-mio v0.2.4 |
2086 | 2025-02-23T12:52:53.944Z | Compiling rayon v1.10.0 |
2087 | 2025-02-23T12:52:54.056Z | Compiling bzip2 v0.4.4 |
2088 | 2025-02-23T12:52:54.090Z | Compiling tokio-tungstenite v0.24.0 |
2089 | 2025-02-23T12:52:54.418Z | Compiling postgres-types v0.2.8 |
2090 | 2025-02-23T12:52:54.800Z | Compiling ed25519 v2.2.3 |
2091 | 2025-02-23T12:52:55.242Z | Compiling hubpack v0.1.2 |
2092 | 2025-02-23T12:52:55.318Z | Compiling phf_shared v0.10.0 |
2093 | 2025-02-23T12:52:55.779Z | Compiling pkcs1 v0.7.5 |
2094 | 2025-02-23T12:52:55.832Z | Compiling zerocopy v0.6.6 |
2095 | 2025-02-23T12:52:56.532Z | Compiling tokio-stream v0.1.16 |
2096 | 2025-02-23T12:52:56.633Z | Compiling rfc6979 v0.4.0 |
2097 | 2025-02-23T12:52:57.010Z | Compiling serde-big-array v0.5.1 |
2098 | 2025-02-23T12:52:57.267Z | Compiling float-cmp v0.10.0 |
2099 | 2025-02-23T12:52:57.524Z | Compiling bstr v1.10.0 |
2100 | 2025-02-23T12:52:57.755Z | Compiling whoami v1.5.2 |
2101 | 2025-02-23T12:52:57.789Z | Compiling normalize-line-endings v0.3.0 |
2102 | 2025-02-23T12:52:57.942Z | Compiling new_debug_unreachable v1.0.6 |
2103 | 2025-02-23T12:52:58.061Z | Compiling fixedbitset v0.4.2 |
2104 | 2025-02-23T12:52:58.239Z | Compiling static_assertions v1.1.0 |
2105 | 2025-02-23T12:52:58.367Z | Compiling difflib v0.4.0 |
2106 | 2025-02-23T12:52:58.463Z | Compiling bit-vec v0.6.3 |
2107 | 2025-02-23T12:52:58.798Z | Compiling precomputed-hash v0.1.1 |
2108 | 2025-02-23T12:52:58.876Z | Compiling unicode-segmentation v1.12.0 |
2109 | 2025-02-23T12:52:58.878Z | Compiling number_prefix v0.4.0 |
2110 | 2025-02-23T12:52:59.166Z | Compiling predicates-core v1.0.8 |
2111 | 2025-02-23T12:52:59.410Z | Compiling predicates v3.1.3 |
2112 | 2025-02-23T12:52:59.692Z | Compiling similar v2.6.0 |
2113 | 2025-02-23T12:53:00.503Z | Compiling indicatif v0.17.11 |
2114 | 2025-02-23T12:53:00.701Z | Compiling string_cache v0.8.7 |
2115 | 2025-02-23T12:53:01.113Z | Compiling bit-set v0.5.3 |
2116 | 2025-02-23T12:53:01.422Z | Compiling petgraph v0.6.5 |
2117 | 2025-02-23T12:53:01.425Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2118 | 2025-02-23T12:53:02.500Z | Compiling tokio-postgres v0.7.12 |
2119 | 2025-02-23T12:53:03.960Z | Compiling reqwest v0.12.12 |
2120 | 2025-02-23T12:53:05.569Z | Compiling qorb v0.2.1 |
2121 | 2025-02-23T12:53:05.954Z | Compiling ecdsa v0.16.9 |
2122 | 2025-02-23T12:53:06.381Z | Compiling rsa v0.9.6 |
2123 | 2025-02-23T12:53:07.473Z | Compiling ed25519-dalek v2.1.1 |
2124 | 2025-02-23T12:53:08.005Z | Compiling zip v0.6.6 |
2125 | 2025-02-23T12:53:08.653Z | Compiling crossterm v0.28.1 |
2126 | 2025-02-23T12:53:08.988Z | Compiling typify-impl v0.2.0 |
2127 | 2025-02-23T12:53:09.183Z | Compiling clap v4.5.30 |
2128 | 2025-02-23T12:53:09.289Z | Compiling toml v0.7.8 |
2129 | 2025-02-23T12:53:11.742Z | Compiling x509-cert v0.2.5 |
2130 | 2025-02-23T12:53:13.400Z | Compiling hex v0.4.3 |
2131 | 2025-02-23T12:53:15.705Z | Compiling itertools v0.10.5 |
2132 | 2025-02-23T12:53:16.293Z | Compiling itertools v0.14.0 |
2133 | 2025-02-23T12:53:18.198Z | Compiling lalrpop-util v0.19.12 |
2134 | 2025-02-23T12:53:19.362Z | Compiling peg-runtime v0.8.3 |
2135 | 2025-02-23T12:53:20.477Z | Compiling unicode-xid v0.2.6 |
2136 | 2025-02-23T12:53:20.716Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2137 | 2025-02-23T12:53:21.049Z | Compiling typify-macro v0.2.0 |
2138 | 2025-02-23T12:53:49.168Z | Compiling radium v0.7.0 |
2139 | 2025-02-23T12:53:56.238Z | Compiling tap v1.0.1 |
2140 | 2025-02-23T12:53:57.883Z | Compiling ident_case v1.0.1 |
2141 | 2025-02-23T12:53:57.963Z | Compiling maybe-uninit v2.0.0 |
2142 | 2025-02-23T12:53:58.566Z | Compiling darling_core v0.20.10 |
2143 | 2025-02-23T12:54:01.732Z | Compiling wyz v0.5.1 |
2144 | 2025-02-23T12:54:08.400Z | Compiling typify v0.2.0 |
2145 | 2025-02-23T12:54:10.755Z | Compiling funty v2.0.0 |
2146 | 2025-02-23T12:54:12.662Z | Compiling unsafe-libyaml v0.2.11 |
2147 | 2025-02-23T12:54:13.573Z | Compiling packed_struct v0.10.1 |
2148 | 2025-02-23T12:54:15.651Z | Compiling serde_yaml v0.9.34+deprecated |
2149 | 2025-02-23T12:54:20.797Z | Compiling bitvec v1.0.1 |
2150 | 2025-02-23T12:54:27.501Z | Compiling progenitor-impl v0.8.0 |
2151 | 2025-02-23T12:54:28.245Z | Compiling darling_macro v0.20.10 |
2152 | 2025-02-23T12:54:33.255Z | Compiling ipnetwork v0.21.1 |
2153 | 2025-02-23T12:54:33.566Z | Compiling packed_struct_codegen v0.10.1 |
2154 | 2025-02-23T12:54:33.799Z | Compiling structmeta-derive v0.3.0 |
2155 | 2025-02-23T12:54:33.842Z | Compiling indexmap v1.9.3 |
2156 | 2025-02-23T12:54:34.216Z | Compiling crc-catalog v2.4.0 |
2157 | 2025-02-23T12:54:34.409Z | Compiling thiserror v2.0.11 |
2158 | 2025-02-23T12:54:35.485Z | Compiling nodrop v0.1.14 |
2159 | 2025-02-23T12:54:36.018Z | Compiling fastrand v2.1.1 |
2160 | 2025-02-23T12:54:36.280Z | Compiling structmeta v0.3.0 |
2161 | 2025-02-23T12:54:36.692Z | Compiling tempfile v3.13.0 |
2162 | 2025-02-23T12:54:36.777Z | Compiling array-init v0.0.4 |
2163 | 2025-02-23T12:54:36.919Z | Compiling crc v3.2.1 |
2164 | 2025-02-23T12:54:36.984Z | Compiling oxnet v0.1.0 |
2165 | 2025-02-23T12:54:37.249Z | Compiling progenitor-macro v0.8.0 |
2166 | 2025-02-23T12:54:37.786Z | Compiling smallvec v0.6.14 |
2167 | 2025-02-23T12:54:38.302Z | Compiling darling v0.20.10 |
2168 | 2025-02-23T12:54:38.486Z | Compiling progenitor-client v0.8.0 |
2169 | 2025-02-23T12:54:39.081Z | Compiling xattr v1.3.1 |
2170 | 2025-02-23T12:54:39.435Z | Compiling pin-project-internal v1.1.6 |
2171 | 2025-02-23T12:54:39.462Z | Compiling thiserror-impl v2.0.11 |
2172 | 2025-02-23T12:54:40.555Z | Compiling daft-derive v0.1.1 |
2173 | 2025-02-23T12:54:40.761Z | Compiling filetime v0.2.25 |
2174 | 2025-02-23T12:54:41.166Z | Compiling dropshot v0.15.1 |
2175 | 2025-02-23T12:54:41.567Z | Compiling base64 v0.21.7 |
2176 | 2025-02-23T12:54:42.029Z | Compiling hashbrown v0.12.3 |
2177 | 2025-02-23T12:54:42.053Z | Compiling same-file v1.0.6 |
2178 | 2025-02-23T12:54:42.381Z | Compiling bitfield v0.14.0 |
2179 | 2025-02-23T12:54:42.430Z | Compiling termcolor v1.4.1 |
2180 | 2025-02-23T12:54:42.715Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2181 | 2025-02-23T12:54:42.946Z | Compiling walkdir v2.5.0 |
2182 | 2025-02-23T12:54:43.515Z | Compiling env_logger v0.10.2 |
2183 | 2025-02-23T12:54:44.451Z | Compiling ron v0.8.1 |
2184 | 2025-02-23T12:54:44.594Z | Compiling pin-project v1.1.6 |
2185 | 2025-02-23T12:54:44.769Z | Compiling daft v0.1.1 |
2186 | 2025-02-23T12:54:45.407Z | Compiling tar v0.4.42 |
2187 | 2025-02-23T12:54:46.821Z | Compiling serde_with_macros v3.11.0 |
2188 | 2025-02-23T12:54:47.907Z | Compiling progenitor v0.8.0 |
2189 | 2025-02-23T12:54:48.188Z | Compiling serde-hex v0.1.0 |
2190 | 2025-02-23T12:54:49.326Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2191 | 2025-02-23T12:54:49.688Z | Compiling parse-display-derive v0.10.0 |
2192 | 2025-02-23T12:54:50.508Z | Compiling strum_macros v0.26.4 |
2193 | 2025-02-23T12:54:51.453Z | Compiling hashbrown v0.13.2 |
2194 | 2025-02-23T12:54:52.782Z | Compiling dropshot_endpoint v0.15.1 |
2195 | 2025-02-23T12:54:53.303Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2196 | 2025-02-23T12:54:53.522Z | Compiling snafu-derive v0.8.5 |
2197 | 2025-02-23T12:54:54.084Z | Compiling blake3 v1.5.4 |
2198 | 2025-02-23T12:54:54.748Z | Compiling instant v0.1.13 |
2199 | 2025-02-23T12:54:54.780Z | Compiling zip v2.1.3 |
2200 | 2025-02-23T12:54:54.952Z | Compiling bumpalo v3.16.0 |
2201 | 2025-02-23T12:54:55.162Z | Compiling buf-list v1.0.3 |
2202 | 2025-02-23T12:54:55.575Z | Compiling simd-adler32 v0.3.7 |
2203 | 2025-02-23T12:54:55.766Z | Compiling crc-any v2.5.0 |
2204 | 2025-02-23T12:54:56.086Z | Compiling lockfree-object-pool v0.1.6 |
2205 | 2025-02-23T12:54:56.433Z | Compiling zopfli v0.8.1 |
2206 | 2025-02-23T12:54:56.824Z | Compiling backoff v0.4.0 |
2207 | 2025-02-23T12:54:56.877Z | Compiling strum v0.26.3 |
2208 | 2025-02-23T12:54:57.238Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2209 | 2025-02-23T12:54:57.487Z | Compiling parse-display v0.10.0 |
2210 | 2025-02-23T12:54:57.799Z | Compiling object v0.30.4 |
2211 | 2025-02-23T12:54:57.863Z | Compiling snafu v0.8.5 |
2212 | 2025-02-23T12:54:59.175Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2213 | 2025-02-23T12:54:59.397Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2214 | 2025-02-23T12:55:00.795Z | Compiling serde_with v3.11.0 |
2215 | 2025-02-23T12:55:01.001Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2216 | 2025-02-23T12:55:04.958Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2217 | 2025-02-23T12:55:05.763Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2218 | 2025-02-23T12:55:06.547Z | Compiling camino-tempfile v1.1.1 |
2219 | 2025-02-23T12:55:07.423Z | Compiling globset v0.4.15 |
2220 | 2025-02-23T12:55:07.610Z | Compiling regress v0.9.1 |
2221 | 2025-02-23T12:55:10.612Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2222 | 2025-02-23T12:55:10.842Z | Compiling progenitor-client v0.9.1 |
2223 | 2025-02-23T12:55:11.854Z | Compiling olpc-cjson v0.1.4 |
2224 | 2025-02-23T12:55:12.165Z | Compiling pem v3.0.4 |
2225 | 2025-02-23T12:55:13.664Z | Compiling serde_plain v1.0.2 |
2226 | 2025-02-23T12:55:13.710Z | Compiling macaddr v1.0.1 |
2227 | 2025-02-23T12:55:14.053Z | Compiling cargo-platform v0.1.8 |
2228 | 2025-02-23T12:55:14.216Z | Compiling async-recursion v1.1.1 |
2229 | 2025-02-23T12:55:14.416Z | Compiling memmap2 v0.9.5 |
2230 | 2025-02-23T12:55:15.035Z | Compiling path-slash v0.1.5 |
2231 | 2025-02-23T12:55:15.177Z | Compiling typed-path v0.9.3 |
2232 | 2025-02-23T12:55:15.297Z | Compiling arrayvec v0.7.6 |
2233 | 2025-02-23T12:55:15.504Z | Compiling constant_time_eq v0.3.1 |
2234 | 2025-02-23T12:55:15.737Z | Compiling arrayref v0.3.9 |
2235 | 2025-02-23T12:55:15.838Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2236 | 2025-02-23T12:55:16.419Z | Compiling cargo_metadata v0.18.1 |
2237 | 2025-02-23T12:55:17.268Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2238 | 2025-02-23T12:55:18.464Z | Compiling tough v0.19.0 |
2239 | 2025-02-23T12:55:20.359Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2240 | 2025-02-23T12:55:20.893Z | Compiling itertools v0.13.0 |
2241 | 2025-02-23T12:55:21.765Z | Compiling parse-size v1.1.0 |
2242 | 2025-02-23T12:55:22.161Z | Compiling topological-sort v0.2.2 |
2243 | 2025-02-23T12:55:22.394Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2244 | 2025-02-23T12:55:22.492Z | Compiling omicron-zone-package v0.12.0 |
2245 | 2025-02-23T12:55:24.674Z | Compiling shell-words v1.1.0 |
2246 | 2025-02-23T12:55:30.993Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2247 | 2025-02-23T12:55:43.083Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2248 | 2025-02-23T12:55:57.613Z | Finished `release` profile [optimized] target(s) in 5m 46s |
2249 | 2025-02-23T12:55:57.790Z | Running `target/release/omicron-releng --output-dir /work` |
2250 | 2025-02-23T12:55:57.844Z | Feb 23 12:55:56.577 DEBG changing working directory to /work/oxidecomputer/omicron |
2251 | 2025-02-23T12:55:57.960Z | Feb 23 12:55:56.693 DEBG running: git rev-parse HEAD |
2252 | 2025-02-23T12:55:57.967Z | Feb 23 12:55:56.700 DEBG process exited with exit status: 0 (6.883213ms) |
2253 | 2025-02-23T12:55:57.968Z | Feb 23 12:55:56.700 INFO version: 13.0.0-0.ci+git32e3ede594d |
2254 | 2025-02-23T12:55:58.008Z | Feb 23 12:55:56.740 INFO cloning helios to /work/oxidecomputer/helios |
2255 | 2025-02-23T12:55:58.008Z | Feb 23 12:55:56.740 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2256 | 2025-02-23T12:55:58.015Z | Cloning into '/work/oxidecomputer/helios'... |
2257 | 2025-02-23T12:55:58.462Z | Feb 23 12:55:57.194 DEBG process exited with exit status: 0 (453.74324ms) |
2258 | 2025-02-23T12:55:58.462Z | Feb 23 12:55:57.194 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2259 | 2025-02-23T12:55:59.447Z | Feb 23 12:55:58.177 DEBG process exited with exit status: 0 (982.215857ms) |
2260 | 2025-02-23T12:55:59.447Z | Feb 23 12:55:58.177 DEBG running: zfs list rpool/images/build/host |
2261 | 2025-02-23T12:55:59.454Z | NAME USED AVAIL REFER MOUNTPOINT |
2262 | 2025-02-23T12:55:59.454Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2263 | 2025-02-23T12:55:59.457Z | Feb 23 12:55:58.185 DEBG process exited with exit status: 0 (8.276406ms) |
2264 | 2025-02-23T12:55:59.457Z | Feb 23 12:55:58.185 DEBG running: zfs list rpool/images/build/recovery |
2265 | 2025-02-23T12:55:59.460Z | NAME USED AVAIL REFER MOUNTPOINT |
2266 | 2025-02-23T12:55:59.460Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2267 | 2025-02-23T12:55:59.462Z | Feb 23 12:55:58.193 DEBG process exited with exit status: 0 (7.339902ms) |
2268 | 2025-02-23T12:55:59.462Z | Feb 23 12:55:58.193 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2269 | 2025-02-23T12:55:59.469Z | # branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa |
2270 | 2025-02-23T12:55:59.469Z | # branch.head master |
2271 | 2025-02-23T12:55:59.469Z | # branch.upstream origin/master |
2272 | 2025-02-23T12:55:59.469Z | # branch.ab +0 -0 |
2273 | 2025-02-23T12:55:59.471Z | Feb 23 12:55:58.202 DEBG process exited with exit status: 0 (8.662428ms) |
2274 | 2025-02-23T12:55:59.471Z | Feb 23 12:55:58.202 INFO [hubris-staging] running task |
2275 | 2025-02-23T12:55:59.471Z | Feb 23 12:55:58.203 INFO [hubris-production] running task |
2276 | 2025-02-23T12:55:59.471Z | Feb 23 12:55:58.203 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2277 | 2025-02-23T12:55:59.474Z | Feb 23 12:55:58.206 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2278 | 2025-02-23T12:55:59.553Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2279 | 2025-02-23T12:55:59.979Z | [ omicron-package] Blocking waiting for file lock on package cache |
2280 | 2025-02-23T12:56:00.511Z | [ omicron-package] Blocking waiting for file lock on package cache |
2281 | 2025-02-23T12:56:01.597Z | [ omicron-package] Compiling ring v0.17.11 |
2282 | 2025-02-23T12:56:01.632Z | Feb 23 12:56:00.361 INFO [hubris-production] task succeeded (2.157918379s) |
2283 | 2025-02-23T12:56:01.875Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2284 | 2025-02-23T12:56:01.875Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2285 | 2025-02-23T12:56:01.875Z | [ omicron-package] Compiling itertools v0.13.0 |
2286 | 2025-02-23T12:56:01.875Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2287 | 2025-02-23T12:56:01.875Z | [ omicron-package] Compiling heapless v0.8.0 |
2288 | 2025-02-23T12:56:01.875Z | [ omicron-package] Compiling hash32 v0.3.1 |
2289 | 2025-02-23T12:56:03.341Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2290 | 2025-02-23T12:56:03.606Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2291 | 2025-02-23T12:56:03.739Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2292 | 2025-02-23T12:56:04.833Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2293 | 2025-02-23T12:56:04.915Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2294 | 2025-02-23T12:56:06.034Z | [ omicron-package] Compiling cobs v0.2.3 |
2295 | 2025-02-23T12:56:06.405Z | [ omicron-package] Compiling postcard v1.0.10 |
2296 | 2025-02-23T12:56:07.042Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2297 | 2025-02-23T12:56:07.769Z | [ omicron-package] Compiling num_enum v0.5.11 |
2298 | 2025-02-23T12:56:07.892Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2299 | 2025-02-23T12:56:07.991Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2300 | 2025-02-23T12:56:08.185Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2025-02-23T12:56:08.279Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2302 | 2025-02-23T12:56:08.635Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2303 | 2025-02-23T12:56:09.136Z | [ omicron-package] Compiling unicode-width v0.1.14 |
2304 | 2025-02-23T12:56:09.568Z | [ omicron-package] Compiling rustls v0.23.19 |
2305 | 2025-02-23T12:56:09.640Z | [ omicron-package] Compiling rustls v0.22.4 |
2306 | 2025-02-23T12:56:10.492Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2307 | 2025-02-23T12:56:10.903Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2308 | 2025-02-23T12:56:12.102Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2309 | 2025-02-23T12:56:12.211Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2310 | 2025-02-23T12:56:12.340Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2311 | 2025-02-23T12:56:13.039Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2312 | 2025-02-23T12:56:13.878Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2313 | 2025-02-23T12:56:13.996Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2314 | 2025-02-23T12:56:14.388Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2315 | 2025-02-23T12:56:14.564Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2316 | 2025-02-23T12:56:14.712Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2317 | 2025-02-23T12:56:14.795Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
2318 | 2025-02-23T12:56:15.286Z | [ omicron-package] Compiling colored v2.1.0 |
2319 | 2025-02-23T12:56:15.633Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2320 | 2025-02-23T12:56:16.049Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2321 | 2025-02-23T12:56:17.662Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2322 | 2025-02-23T12:56:18.218Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2323 | 2025-02-23T12:56:18.218Z | [ omicron-package] Compiling num-derive v0.4.2 |
2324 | 2025-02-23T12:56:18.421Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2325 | 2025-02-23T12:56:18.692Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2326 | 2025-02-23T12:56:19.008Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2327 | 2025-02-23T12:56:19.331Z | [ omicron-package] Compiling zone v0.3.0 |
2328 | 2025-02-23T12:56:19.536Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2329 | 2025-02-23T12:56:19.710Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2330 | 2025-02-23T12:56:20.331Z | [ omicron-package] Compiling smf v0.2.3 |
2331 | 2025-02-23T12:56:21.230Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2332 | 2025-02-23T12:56:23.322Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
2333 | 2025-02-23T12:56:23.754Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2334 | 2025-02-23T12:56:24.027Z | [ omicron-package] Compiling dropshot v0.12.0 |
2335 | 2025-02-23T12:56:24.150Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2336 | 2025-02-23T12:56:24.180Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2337 | 2025-02-23T12:56:25.796Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
2338 | 2025-02-23T12:56:26.265Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2339 | 2025-02-23T12:56:26.516Z | [ omicron-package] Compiling hyper-rustls v0.27.3 |
2340 | 2025-02-23T12:56:27.452Z | [ omicron-package] Compiling reqwest v0.12.12 |
2341 | 2025-02-23T12:56:27.772Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2342 | 2025-02-23T12:56:28.304Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2343 | 2025-02-23T12:56:32.050Z | [ omicron-package] Compiling qorb v0.2.1 |
2344 | 2025-02-23T12:56:32.121Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2345 | 2025-02-23T12:56:33.205Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2346 | 2025-02-23T12:56:33.555Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2347 | 2025-02-23T12:56:34.333Z | Feb 23 12:56:33.058 INFO [hubris-staging] task succeeded (34.856189413s) |
2348 | 2025-02-23T12:56:35.300Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2349 | 2025-02-23T12:56:36.001Z | [ omicron-package] Compiling gethostname v0.5.0 |
2350 | 2025-02-23T12:56:36.094Z | [ omicron-package] Compiling indent_write v2.2.0 |
2351 | 2025-02-23T12:56:38.037Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2352 | 2025-02-23T12:56:38.688Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2353 | 2025-02-23T12:56:39.258Z | [ omicron-package] Compiling dropshot v0.15.1 |
2354 | 2025-02-23T12:56:46.300Z | [ helios-setup] Feb 23 12:56:45.024 INFO helios repository root is: /work/oxidecomputer/helios |
2355 | 2025-02-23T12:56:46.303Z | [ helios-setup] Feb 23 12:56:45.027 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
2356 | 2025-02-23T12:56:46.303Z | [ helios-setup] Feb 23 12:56:45.027 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
2357 | 2025-02-23T12:56:46.309Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2358 | 2025-02-23T12:56:47.781Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2359 | 2025-02-23T12:56:47.817Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2360 | 2025-02-23T12:56:57.026Z | [ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de' |
2361 | 2025-02-23T12:56:57.042Z | [ helios-setup] Feb 23 12:56:55.764 INFO clone ok!, project: amd-host-image-builder |
2362 | 2025-02-23T12:56:57.044Z | [ helios-setup] Feb 23 12:56:55.764 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 |
2363 | 2025-02-23T12:56:57.044Z | [ helios-setup] Feb 23 12:56:55.764 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2364 | 2025-02-23T12:56:57.047Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2365 | 2025-02-23T12:56:57.640Z | [ omicron-package] Compiling progenitor-client v0.8.0 |
2366 | 2025-02-23T12:56:57.768Z | [ helios-setup] Feb 23 12:56:56.490 INFO clone ok!, project: image-builder |
2367 | 2025-02-23T12:56:57.770Z | [ helios-setup] Feb 23 12:56:56.490 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 |
2368 | 2025-02-23T12:56:57.770Z | [ helios-setup] Feb 23 12:56:56.490 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2369 | 2025-02-23T12:56:57.773Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2370 | 2025-02-23T12:56:58.440Z | [ helios-setup] Feb 23 12:56:57.162 INFO clone ok!, project: pinprick |
2371 | 2025-02-23T12:56:58.442Z | [ helios-setup] Feb 23 12:56:57.162 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-02-23T12:56:58.442Z | [ helios-setup] Feb 23 12:56:57.162 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2373 | 2025-02-23T12:56:58.446Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2374 | 2025-02-23T12:56:58.655Z | [ omicron-package] Compiling progenitor v0.8.0 |
2375 | 2025-02-23T12:56:59.070Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2376 | 2025-02-23T12:56:59.290Z | [ helios-setup] Feb 23 12:56:58.013 INFO clone ok!, project: phbl |
2377 | 2025-02-23T12:56:59.293Z | [ helios-setup] Feb 23 12:56:58.013 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2378 | 2025-02-23T12:56:59.293Z | [ helios-setup] Feb 23 12:56:58.013 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 |
2379 | 2025-02-23T12:56:59.293Z | [ helios-setup] Feb 23 12:56:58.013 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2380 | 2025-02-23T12:56:59.298Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2381 | 2025-02-23T12:57:00.360Z | [ helios-setup] Feb 23 12:56:59.081 INFO clone ok!, project: chelsio-t6-roms |
2382 | 2025-02-23T12:57:00.362Z | [ helios-setup] Feb 23 12:56:59.082 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 |
2383 | 2025-02-23T12:57:00.362Z | [ helios-setup] Feb 23 12:56:59.082 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2384 | 2025-02-23T12:57:00.365Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2385 | 2025-02-23T12:57:01.523Z | [ omicron-package] Compiling progenitor-client v0.9.1 |
2386 | 2025-02-23T12:57:01.734Z | [ helios-setup] Feb 23 12:57:00.454 INFO clone ok!, project: pilot |
2387 | 2025-02-23T12:57:01.737Z | [ helios-setup] Feb 23 12:57:00.455 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2388 | 2025-02-23T12:57:01.737Z | [ helios-setup] Feb 23 12:57:00.455 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 |
2389 | 2025-02-23T12:57:01.737Z | [ helios-setup] Feb 23 12:57:00.455 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2390 | 2025-02-23T12:57:01.739Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2391 | 2025-02-23T12:57:02.547Z | [ helios-setup] Feb 23 12:57:01.269 INFO clone ok!, project: bootserver |
2392 | 2025-02-23T12:57:02.551Z | [ helios-setup] Feb 23 12:57:01.269 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2393 | 2025-02-23T12:57:02.551Z | [ helios-setup] Feb 23 12:57:01.269 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 |
2394 | 2025-02-23T12:57:02.551Z | [ helios-setup] Feb 23 12:57:01.269 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2395 | 2025-02-23T12:57:02.551Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2396 | 2025-02-23T12:57:02.554Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2397 | 2025-02-23T12:57:02.782Z | [ omicron-package] Compiling omicron-zone-package v0.12.0 |
2398 | 2025-02-23T12:57:05.456Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2399 | 2025-02-23T12:57:11.618Z | [ helios-setup] Feb 23 12:57:10.338 INFO clone ok!, project: amd-firmware |
2400 | 2025-02-23T12:57:11.621Z | [ helios-setup] Feb 23 12:57:10.338 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2401 | 2025-02-23T12:57:12.699Z | [ helios-setup] Feb 23 12:57:11.419 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2402 | 2025-02-23T12:57:13.155Z | [ helios-setup] Feb 23 12:57:11.875 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2403 | 2025-02-23T12:57:13.158Z | [ helios-setup] Feb 23 12:57:11.875 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2404 | 2025-02-23T12:57:13.496Z | [ helios-setup] Feb 23 12:57:12.216 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2405 | 2025-02-23T12:57:13.830Z | [ helios-setup] Feb 23 12:57:12.550 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2406 | 2025-02-23T12:57:13.830Z | [ helios-setup] Feb 23 12:57:12.550 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2407 | 2025-02-23T12:57:14.147Z | [ helios-setup] Feb 23 12:57:12.866 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2408 | 2025-02-23T12:57:14.475Z | [ helios-setup] Feb 23 12:57:13.194 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2409 | 2025-02-23T12:57:14.477Z | [ helios-setup] Feb 23 12:57:13.194 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2410 | 2025-02-23T12:57:14.477Z | [ helios-setup] Feb 23 12:57:13.194 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2411 | 2025-02-23T12:57:14.477Z | [ helios-setup] Feb 23 12:57:13.195 INFO ok! |
2412 | 2025-02-23T12:57:14.477Z | [ helios-setup] Feb 23 12:57:13.195 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2413 | 2025-02-23T12:57:14.477Z | [ helios-setup] Feb 23 12:57:13.195 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2414 | 2025-02-23T12:57:14.478Z | [ helios-setup] Feb 23 12:57:13.195 INFO ok! |
2415 | 2025-02-23T12:57:14.478Z | [ helios-setup] Feb 23 12:57:13.195 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2416 | 2025-02-23T12:57:14.478Z | [ helios-setup] Feb 23 12:57:13.195 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2417 | 2025-02-23T12:57:14.478Z | [ helios-setup] Feb 23 12:57:13.195 INFO ok! |
2418 | 2025-02-23T12:57:14.478Z | [ helios-setup] Feb 23 12:57:13.195 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2419 | 2025-02-23T12:57:14.478Z | [ helios-setup] Feb 23 12:57:13.195 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2420 | 2025-02-23T12:57:14.482Z | [ helios-setup] Feb 23 12:57:13.202 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2421 | 2025-02-23T12:57:14.656Z | [ helios-setup] Feb 23 12:57:13.376 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2422 | 2025-02-23T12:57:14.656Z | [ helios-setup] Feb 23 12:57:13.376 INFO E| info: downloading component 'cargo' |
2423 | 2025-02-23T12:57:15.516Z | [ helios-setup] Feb 23 12:57:14.235 INFO E| info: downloading component 'clippy' |
2424 | 2025-02-23T12:57:15.775Z | [ helios-setup] Feb 23 12:57:14.494 INFO E| info: downloading component 'rust-docs' |
2425 | 2025-02-23T12:57:16.842Z | [ helios-setup] Feb 23 12:57:15.561 INFO E| info: downloading component 'rust-src' |
2426 | 2025-02-23T12:57:17.029Z | [ helios-setup] Feb 23 12:57:15.748 INFO E| info: downloading component 'rust-std' |
2427 | 2025-02-23T12:57:18.938Z | [ helios-setup] Feb 23 12:57:17.657 INFO E| info: downloading component 'rustc' |
2428 | 2025-02-23T12:57:21.779Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2429 | 2025-02-23T12:57:22.641Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2430 | 2025-02-23T12:57:24.045Z | [ helios-setup] Feb 23 12:57:22.763 INFO E| info: downloading component 'rustfmt' |
2431 | 2025-02-23T12:57:24.331Z | [ helios-setup] Feb 23 12:57:23.049 INFO E| info: installing component 'cargo' |
2432 | 2025-02-23T12:57:25.659Z | [ helios-setup] Feb 23 12:57:24.377 INFO E| info: installing component 'clippy' |
2433 | 2025-02-23T12:57:26.061Z | [ helios-setup] Feb 23 12:57:24.778 INFO E| info: installing component 'rust-docs' |
2434 | 2025-02-23T12:57:26.418Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2435 | 2025-02-23T12:57:29.065Z | [ helios-setup] Feb 23 12:57:27.782 INFO E| info: installing component 'rust-src' |
2436 | 2025-02-23T12:57:29.730Z | [ helios-setup] Feb 23 12:57:28.447 INFO E| info: installing component 'rust-std' |
2437 | 2025-02-23T12:57:32.215Z | [ helios-setup] Feb 23 12:57:30.932 INFO E| info: installing component 'rustc' |
2438 | 2025-02-23T12:57:37.051Z | [ helios-setup] Feb 23 12:57:35.767 INFO E| info: installing component 'rustfmt' |
2439 | 2025-02-23T12:57:37.820Z | [ helios-setup] Feb 23 12:57:36.536 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2440 | 2025-02-23T12:57:38.509Z | [ helios-setup] Feb 23 12:57:37.224 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2441 | 2025-02-23T12:57:38.509Z | [ helios-setup] Feb 23 12:57:37.224 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 |
2442 | 2025-02-23T12:57:38.512Z | [ helios-setup] Feb 23 12:57:37.224 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
2443 | 2025-02-23T12:57:38.540Z | [ helios-setup] Feb 23 12:57:37.255 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2444 | 2025-02-23T12:57:38.540Z | [ helios-setup] Feb 23 12:57:37.255 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2445 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.255 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2446 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2447 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2448 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2449 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2450 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2451 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2452 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.257 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2453 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.257 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2454 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.257 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2455 | 2025-02-23T12:57:38.543Z | [ helios-setup] Feb 23 12:57:37.257 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2456 | 2025-02-23T12:57:38.584Z | [ helios-setup] Feb 23 12:57:37.299 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2457 | 2025-02-23T12:57:39.459Z | [ helios-setup] Feb 23 12:57:38.174 INFO E| From https://github.com/oxidecomputer/amd-efs |
2458 | 2025-02-23T12:57:39.459Z | [ helios-setup] Feb 23 12:57:38.174 INFO E| * [new branch] empty -> origin/empty |
2459 | 2025-02-23T12:57:39.459Z | [ helios-setup] Feb 23 12:57:38.175 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2460 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.175 INFO E| * [new branch] main -> origin/main |
2461 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.175 INFO E| * [new branch] review -> origin/review |
2462 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.175 INFO E| * [new ref] -> origin/HEAD |
2463 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.175 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2464 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2465 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2466 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2467 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2468 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2469 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2470 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2471 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2472 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2473 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2474 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2475 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2476 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2477 | 2025-02-23T12:57:39.462Z | [ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
2478 | 2025-02-23T12:57:39.483Z | [ helios-setup] Feb 23 12:57:38.199 INFO E| Updating crates.io index |
2479 | 2025-02-23T12:57:40.155Z | [ helios-setup] Feb 23 12:57:38.870 INFO E| Downloading crates ... |
2480 | 2025-02-23T12:57:40.373Z | [ helios-setup] Feb 23 12:57:39.088 INFO E| Downloaded memoffset v0.5.6 |
2481 | 2025-02-23T12:57:40.376Z | [ helios-setup] Feb 23 12:57:39.091 INFO E| Downloaded fletcher v0.1.0 |
2482 | 2025-02-23T12:57:40.379Z | [ helios-setup] Feb 23 12:57:39.093 INFO E| Downloaded atty v0.2.14 |
2483 | 2025-02-23T12:57:40.411Z | [ helios-setup] Feb 23 12:57:39.126 INFO E| Downloaded unic-ucd-version v0.9.0 |
2484 | 2025-02-23T12:57:40.414Z | [ helios-setup] Feb 23 12:57:39.127 INFO E| Downloaded unic-common v0.9.0 |
2485 | 2025-02-23T12:57:40.414Z | [ helios-setup] Feb 23 12:57:39.128 INFO E| Downloaded unic-char-property v0.9.0 |
2486 | 2025-02-23T12:57:40.421Z | [ helios-setup] Feb 23 12:57:39.137 INFO E| Downloaded unic-char-range v0.9.0 |
2487 | 2025-02-23T12:57:40.424Z | [ helios-setup] Feb 23 12:57:39.139 INFO E| Downloaded scroll_derive v0.10.5 |
2488 | 2025-02-23T12:57:40.426Z | [ helios-setup] Feb 23 12:57:39.140 INFO E| Downloaded dyn-clone v1.0.17 |
2489 | 2025-02-23T12:57:40.429Z | [ helios-setup] Feb 23 12:57:39.142 INFO E| Downloaded cfg-if v1.0.0 |
2490 | 2025-02-23T12:57:40.441Z | [ helios-setup] Feb 23 12:57:39.156 INFO E| Downloaded rustc_version v0.2.3 |
2491 | 2025-02-23T12:57:40.443Z | [ helios-setup] Feb 23 12:57:39.157 INFO E| Downloaded thiserror-impl v2.0.11 |
2492 | 2025-02-23T12:57:40.446Z | [ helios-setup] Feb 23 12:57:39.159 INFO E| Downloaded structopt-derive v0.4.18 |
2493 | 2025-02-23T12:57:40.446Z | [ helios-setup] Feb 23 12:57:39.161 INFO E| Downloaded plain v0.2.3 |
2494 | 2025-02-23T12:57:40.471Z | [ helios-setup] Feb 23 12:57:39.162 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2495 | 2025-02-23T12:57:40.474Z | [ helios-setup] Feb 23 12:57:39.165 INFO E| Downloaded paste v1.0.15 |
2496 | 2025-02-23T12:57:40.476Z | [ helios-setup] Feb 23 12:57:39.190 INFO E| Downloaded vec_map v0.8.2 |
2497 | 2025-02-23T12:57:40.477Z | [ helios-setup] Feb 23 12:57:39.191 INFO E| Downloaded thiserror-impl v1.0.69 |
2498 | 2025-02-23T12:57:40.480Z | [ helios-setup] Feb 23 12:57:39.192 INFO E| Downloaded rustversion v1.0.19 |
2499 | 2025-02-23T12:57:40.489Z | [ helios-setup] Feb 23 12:57:39.195 INFO E| Downloaded proc-macro-error-attr v1.0.4 |
2500 | 2025-02-23T12:57:40.489Z | [ helios-setup] Feb 23 12:57:39.197 INFO E| Downloaded thiserror v1.0.69 |
2501 | 2025-02-23T12:57:40.493Z | [ helios-setup] Feb 23 12:57:39.205 INFO E| Downloaded strum_macros v0.23.1 |
2502 | 2025-02-23T12:57:40.496Z | [ helios-setup] Feb 23 12:57:39.208 INFO E| Downloaded textwrap v0.11.0 |
2503 | 2025-02-23T12:57:40.498Z | [ helios-setup] Feb 23 12:57:39.212 INFO E| Downloaded quote v1.0.38 |
2504 | 2025-02-23T12:57:40.501Z | [ helios-setup] Feb 23 12:57:39.215 INFO E| Downloaded once_cell v1.20.2 |
2505 | 2025-02-23T12:57:40.505Z | [ helios-setup] Feb 23 12:57:39.220 INFO E| Downloaded pre-proc-macro v0.2.1 |
2506 | 2025-02-23T12:57:40.508Z | [ helios-setup] Feb 23 12:57:39.223 INFO E| Downloaded version_check v0.9.5 |
2507 | 2025-02-23T12:57:40.511Z | [ helios-setup] Feb 23 12:57:39.225 INFO E| Downloaded sha2 v0.10.8 |
2508 | 2025-02-23T12:57:40.514Z | [ helios-setup] Feb 23 12:57:39.229 INFO E| Downloaded serde_derive_internals v0.29.1 |
2509 | 2025-02-23T12:57:40.517Z | [ helios-setup] Feb 23 12:57:39.232 INFO E| Downloaded thiserror v2.0.11 |
2510 | 2025-02-23T12:57:40.527Z | [ helios-setup] Feb 23 12:57:39.242 INFO E| Downloaded log v0.4.22 |
2511 | 2025-02-23T12:57:40.532Z | [ helios-setup] Feb 23 12:57:39.246 INFO E| Downloaded unicode-ident v1.0.14 |
2512 | 2025-02-23T12:57:40.536Z | [ helios-setup] Feb 23 12:57:39.251 INFO E| Downloaded ucd-trie v0.1.7 |
2513 | 2025-02-23T12:57:40.538Z | [ helios-setup] Feb 23 12:57:39.253 INFO E| Downloaded toml v0.5.11 |
2514 | 2025-02-23T12:57:40.542Z | [ helios-setup] Feb 23 12:57:39.257 INFO E| Downloaded pest_meta v2.7.15 |
2515 | 2025-02-23T12:57:40.545Z | [ helios-setup] Feb 23 12:57:39.261 INFO E| Downloaded zerocopy v0.6.6 |
2516 | 2025-02-23T12:57:40.549Z | [ helios-setup] Feb 23 12:57:39.264 INFO E| Downloaded typenum v1.17.0 |
2517 | 2025-02-23T12:57:40.553Z | [ helios-setup] Feb 23 12:57:39.268 INFO E| Downloaded serde v1.0.217 |
2518 | 2025-02-23T12:57:40.558Z | [ helios-setup] Feb 23 12:57:39.273 INFO E| Downloaded proc-macro2 v1.0.93 |
2519 | 2025-02-23T12:57:40.563Z | [ helios-setup] Feb 23 12:57:39.278 INFO E| Downloaded memchr v2.7.4 |
2520 | 2025-02-23T12:57:40.572Z | [ helios-setup] Feb 23 12:57:39.287 INFO E| Downloaded unicode-segmentation v1.12.0 |
2521 | 2025-02-23T12:57:40.577Z | [ helios-setup] Feb 23 12:57:39.292 INFO E| Downloaded serde_derive v1.0.217 |
2522 | 2025-02-23T12:57:40.581Z | [ helios-setup] Feb 23 12:57:39.296 INFO E| Downloaded schemars v0.8.21 |
2523 | 2025-02-23T12:57:40.601Z | [ helios-setup] Feb 23 12:57:39.316 INFO E| Downloaded pest v2.7.15 |
2524 | 2025-02-23T12:57:40.609Z | [ helios-setup] Feb 23 12:57:39.324 INFO E| Downloaded structopt v0.3.26 |
2525 | 2025-02-23T12:57:40.622Z | [ helios-setup] Feb 23 12:57:39.336 INFO E| Downloaded serde_json v1.0.135 |
2526 | 2025-02-23T12:57:40.633Z | [ helios-setup] Feb 23 12:57:39.348 INFO E| Downloaded goblin v0.4.3 |
2527 | 2025-02-23T12:57:40.641Z | [ helios-setup] Feb 23 12:57:39.356 INFO E| Downloaded syn v1.0.109 |
2528 | 2025-02-23T12:57:40.657Z | [ helios-setup] Feb 23 12:57:39.372 INFO E| Downloaded unicode-width v0.1.14 |
2529 | 2025-02-23T12:57:40.666Z | [ helios-setup] Feb 23 12:57:39.381 INFO E| Downloaded syn v2.0.96 |
2530 | 2025-02-23T12:57:40.684Z | [ helios-setup] Feb 23 12:57:39.399 INFO E| Downloaded clap v2.34.0 |
2531 | 2025-02-23T12:57:40.707Z | [ helios-setup] Feb 23 12:57:39.422 INFO E| Downloaded zerocopy-derive v0.6.6 |
2532 | 2025-02-23T12:57:40.722Z | [ helios-setup] Feb 23 12:57:39.437 INFO E| Downloaded libc v0.2.169 |
2533 | 2025-02-23T12:57:40.758Z | [ helios-setup] Feb 23 12:57:39.473 INFO E| Downloaded scroll v0.10.2 |
2534 | 2025-02-23T12:57:40.761Z | [ helios-setup] Feb 23 12:57:39.475 INFO E| Downloaded pest_derive v2.7.15 |
2535 | 2025-02-23T12:57:40.764Z | [ helios-setup] Feb 23 12:57:39.479 INFO E| Downloaded modular-bitfield v0.11.2 |
2536 | 2025-02-23T12:57:40.779Z | [ helios-setup] Feb 23 12:57:39.495 INFO E| Downloaded ryu v1.0.18 |
2537 | 2025-02-23T12:57:40.784Z | [ helios-setup] Feb 23 12:57:39.499 INFO E| Downloaded num-traits v0.2.19 |
2538 | 2025-02-23T12:57:40.788Z | [ helios-setup] Feb 23 12:57:39.503 INFO E| Downloaded proc-macro-error v1.0.4 |
2539 | 2025-02-23T12:57:40.793Z | [ helios-setup] Feb 23 12:57:39.508 INFO E| Downloaded four-cc v0.3.0 |
2540 | 2025-02-23T12:57:40.796Z | [ helios-setup] Feb 23 12:57:39.510 INFO E| Downloaded static_assertions v1.1.0 |
2541 | 2025-02-23T12:57:40.799Z | [ helios-setup] Feb 23 12:57:39.512 INFO E| Downloaded semver v0.9.0 |
2542 | 2025-02-23T12:57:40.805Z | [ helios-setup] Feb 23 12:57:39.520 INFO E| Downloaded schemars_derive v0.8.21 |
2543 | 2025-02-23T12:57:40.808Z | [ helios-setup] Feb 23 12:57:39.522 INFO E| Downloaded pest_generator v2.7.15 |
2544 | 2025-02-23T12:57:40.810Z | [ helios-setup] Feb 23 12:57:39.525 INFO E| Downloaded autocfg v1.4.0 |
2545 | 2025-02-23T12:57:40.813Z | [ helios-setup] Feb 23 12:57:39.528 INFO E| Downloaded ansi_term v0.12.1 |
2546 | 2025-02-23T12:57:40.816Z | [ helios-setup] Feb 23 12:57:39.531 INFO E| Downloaded proc-macro-crate v0.1.5 |
2547 | 2025-02-23T12:57:40.819Z | [ helios-setup] Feb 23 12:57:39.533 INFO E| Downloaded pre v0.2.1 |
2548 | 2025-02-23T12:57:40.821Z | [ helios-setup] Feb 23 12:57:39.534 INFO E| Downloaded num-derive v0.4.2 |
2549 | 2025-02-23T12:57:40.821Z | [ helios-setup] Feb 23 12:57:39.536 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2550 | 2025-02-23T12:57:40.824Z | [ helios-setup] Feb 23 12:57:39.538 INFO E| Downloaded strsim v0.8.0 |
2551 | 2025-02-23T12:57:40.826Z | [ helios-setup] Feb 23 12:57:39.540 INFO E| Downloaded semver-parser v0.7.0 |
2552 | 2025-02-23T12:57:40.827Z | [ helios-setup] Feb 23 12:57:39.541 INFO E| Downloaded lazy_static v1.5.0 |
2553 | 2025-02-23T12:57:40.829Z | [ helios-setup] Feb 23 12:57:39.544 INFO E| Downloaded json5 v0.4.1 |
2554 | 2025-02-23T12:57:40.832Z | [ helios-setup] Feb 23 12:57:39.546 INFO E| Downloaded itoa v1.0.14 |
2555 | 2025-02-23T12:57:40.834Z | [ helios-setup] Feb 23 12:57:39.548 INFO E| Downloaded heck v0.3.3 |
2556 | 2025-02-23T12:57:40.834Z | [ helios-setup] Feb 23 12:57:39.549 INFO E| Downloaded generic-array v0.14.7 |
2557 | 2025-02-23T12:57:40.837Z | [ helios-setup] Feb 23 12:57:39.551 INFO E| Downloaded digest v0.10.7 |
2558 | 2025-02-23T12:57:40.840Z | [ helios-setup] Feb 23 12:57:39.554 INFO E| Downloaded crypto-common v0.1.6 |
2559 | 2025-02-23T12:57:40.842Z | [ helios-setup] Feb 23 12:57:39.555 INFO E| Downloaded cpufeatures v0.2.16 |
2560 | 2025-02-23T12:57:40.842Z | [ helios-setup] Feb 23 12:57:39.557 INFO E| Downloaded bytesize v1.3.0 |
2561 | 2025-02-23T12:57:40.845Z | [ helios-setup] Feb 23 12:57:39.559 INFO E| Downloaded bitflags v1.3.2 |
2562 | 2025-02-23T12:57:40.848Z | [ helios-setup] Feb 23 12:57:39.563 INFO E| Downloaded cfg-if v0.1.10 |
2563 | 2025-02-23T12:57:40.850Z | [ helios-setup] Feb 23 12:57:39.564 INFO E| Downloaded byteorder v1.5.0 |
2564 | 2025-02-23T12:57:40.853Z | [ helios-setup] Feb 23 12:57:39.567 INFO E| Downloaded block-buffer v0.10.4 |
2565 | 2025-02-23T12:57:40.856Z | [ helios-setup] Feb 23 12:57:39.568 INFO E| Downloaded strum v0.23.0 |
2566 | 2025-02-23T12:57:40.856Z | [ helios-setup] Feb 23 12:57:39.569 INFO E| Downloaded parse_int v0.6.0 |
2567 | 2025-02-23T12:57:40.994Z | [ helios-setup] Feb 23 12:57:39.709 INFO E| Compiling proc-macro2 v1.0.93 |
2568 | 2025-02-23T12:57:40.994Z | [ helios-setup] Feb 23 12:57:39.709 INFO E| Compiling unicode-ident v1.0.14 |
2569 | 2025-02-23T12:57:40.997Z | [ helios-setup] Feb 23 12:57:39.709 INFO E| Compiling syn v1.0.109 |
2570 | 2025-02-23T12:57:40.997Z | [ helios-setup] Feb 23 12:57:39.709 INFO E| Compiling version_check v0.9.5 |
2571 | 2025-02-23T12:57:40.997Z | [ helios-setup] Feb 23 12:57:39.710 INFO E| Compiling memchr v2.7.4 |
2572 | 2025-02-23T12:57:40.997Z | [ helios-setup] Feb 23 12:57:39.710 INFO E| Compiling semver-parser v0.7.0 |
2573 | 2025-02-23T12:57:40.997Z | [ helios-setup] Feb 23 12:57:39.710 INFO E| Compiling autocfg v1.4.0 |
2574 | 2025-02-23T12:57:40.997Z | [ helios-setup] Feb 23 12:57:39.710 INFO E| Compiling serde v1.0.217 |
2575 | 2025-02-23T12:57:41.894Z | [ helios-setup] Feb 23 12:57:40.609 INFO E| Compiling semver v0.9.0 |
2576 | 2025-02-23T12:57:42.008Z | [ helios-setup] Feb 23 12:57:40.722 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2577 | 2025-02-23T12:57:42.094Z | [ helios-setup] Feb 23 12:57:40.809 INFO E| Compiling proc-macro-error v1.0.4 |
2578 | 2025-02-23T12:57:42.235Z | [ helios-setup] Feb 23 12:57:40.950 INFO E| Compiling rustc_version v0.2.3 |
2579 | 2025-02-23T12:57:42.256Z | [ helios-setup] Feb 23 12:57:40.970 INFO E| Compiling serde_json v1.0.135 |
2580 | 2025-02-23T12:57:42.456Z | [ helios-setup] Feb 23 12:57:41.170 INFO E| Compiling thiserror v2.0.11 |
2581 | 2025-02-23T12:57:42.464Z | [ helios-setup] Feb 23 12:57:41.179 INFO E| Compiling num-traits v0.2.19 |
2582 | 2025-02-23T12:57:42.660Z | [ helios-setup] Feb 23 12:57:41.374 INFO E| Compiling itoa v1.0.14 |
2583 | 2025-02-23T12:57:42.667Z | [ helios-setup] Feb 23 12:57:41.381 INFO E| Compiling unicode-segmentation v1.12.0 |
2584 | 2025-02-23T12:57:42.698Z | [ helios-setup] Feb 23 12:57:41.412 INFO E| Compiling schemars v0.8.21 |
2585 | 2025-02-23T12:57:42.880Z | [ helios-setup] Feb 23 12:57:41.595 INFO E| Compiling ryu v1.0.18 |
2586 | 2025-02-23T12:57:43.183Z | [ helios-setup] Feb 23 12:57:41.898 INFO E| Compiling pre-proc-macro v0.2.1 |
2587 | 2025-02-23T12:57:43.207Z | [ helios-setup] Feb 23 12:57:41.922 INFO E| Compiling memoffset v0.5.6 |
2588 | 2025-02-23T12:57:43.235Z | [ helios-setup] Feb 23 12:57:41.950 INFO E| Compiling ucd-trie v0.1.7 |
2589 | 2025-02-23T12:57:43.273Z | [ helios-setup] Feb 23 12:57:41.988 INFO E| Compiling quote v1.0.38 |
2590 | 2025-02-23T12:57:43.580Z | [ helios-setup] Feb 23 12:57:42.290 INFO E| Compiling heck v0.3.3 |
2591 | 2025-02-23T12:57:43.617Z | [ helios-setup] Feb 23 12:57:42.331 INFO E| Compiling lazy_static v1.5.0 |
2592 | 2025-02-23T12:57:43.630Z | [ helios-setup] Feb 23 12:57:42.344 INFO E| Compiling rustversion v1.0.19 |
2593 | 2025-02-23T12:57:43.651Z | [ helios-setup] Feb 23 12:57:42.366 INFO E| Compiling dyn-clone v1.0.17 |
2594 | 2025-02-23T12:57:43.746Z | [ helios-setup] Feb 23 12:57:42.460 INFO E| Compiling syn v2.0.96 |
2595 | 2025-02-23T12:57:44.044Z | [ helios-setup] Feb 23 12:57:42.759 INFO E| Compiling thiserror v1.0.69 |
2596 | 2025-02-23T12:57:44.103Z | [ helios-setup] Feb 23 12:57:42.817 INFO E| Compiling paste v1.0.15 |
2597 | 2025-02-23T12:57:44.287Z | [ helios-setup] Feb 23 12:57:43.001 INFO E| Compiling libc v0.2.169 |
2598 | 2025-02-23T12:57:44.567Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 1m 45s |
2599 | 2025-02-23T12:57:44.846Z | [ helios-setup] Feb 23 12:57:43.559 INFO E| Compiling pre v0.2.1 |
2600 | 2025-02-23T12:57:44.932Z | [ omicron-package] |
2601 | 2025-02-23T12:57:44.932Z | [ omicron-package] real 1:45.371209592 |
2602 | 2025-02-23T12:57:44.935Z | [ omicron-package] user 9:16.219925184 |
2603 | 2025-02-23T12:57:44.935Z | [ omicron-package] sys 33.032538786 |
2604 | 2025-02-23T12:57:44.935Z | [ omicron-package] trap 1.350046843 |
2605 | 2025-02-23T12:57:44.935Z | [ omicron-package] tflt 0.581513073 |
2606 | 2025-02-23T12:57:44.935Z | [ omicron-package] dflt 0.721042618 |
2607 | 2025-02-23T12:57:44.935Z | [ omicron-package] kflt 0.000120799 |
2608 | 2025-02-23T12:57:44.935Z | [ omicron-package] lock 17:27.762464212 |
2609 | 2025-02-23T12:57:44.935Z | [ omicron-package] slp 28:31.848966347 |
2610 | 2025-02-23T12:57:44.935Z | [ omicron-package] lat 2:38.379208382 |
2611 | 2025-02-23T12:57:44.935Z | [ omicron-package] stop 1:12.043546180 |
2612 | 2025-02-23T12:57:44.935Z | Feb 23 12:57:43.648 INFO [omicron-package] process exited with exit status: 0 (105.444468615s) |
2613 | 2025-02-23T12:57:44.936Z | Feb 23 12:57:43.648 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
2614 | 2025-02-23T12:57:45.038Z | [ helios-setup] Feb 23 12:57:43.655 INFO E| Compiling cfg-if v0.1.10 |
2615 | 2025-02-23T12:57:45.038Z | [ helios-setup] Feb 23 12:57:43.753 INFO E| Compiling byteorder v1.5.0 |
2616 | 2025-02-23T12:57:45.041Z | Feb 23 12:57:43.753 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
2617 | 2025-02-23T12:57:45.053Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2618 | 2025-02-23T12:57:45.053Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2619 | 2025-02-23T12:57:45.081Z | Feb 23 12:57:43.795 INFO [recovery-target] process exited with exit status: 0 (147.125902ms) |
2620 | 2025-02-23T12:57:45.106Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2621 | 2025-02-23T12:57:45.112Z | [ helios-setup] Feb 23 12:57:43.827 INFO E| Compiling static_assertions v1.1.0 |
2622 | 2025-02-23T12:57:45.139Z | [ helios-setup] Feb 23 12:57:43.853 INFO E| Compiling once_cell v1.20.2 |
2623 | 2025-02-23T12:57:45.142Z | [ host-target] Created new build target 'host' and set it as active |
2624 | 2025-02-23T12:57:45.189Z | Feb 23 12:57:43.902 INFO [host-target] process exited with exit status: 0 (149.036706ms) |
2625 | 2025-02-23T12:57:45.193Z | Feb 23 12:57:43.902 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2626 | 2025-02-23T12:57:45.227Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2627 | 2025-02-23T12:57:45.704Z | [ helios-setup] Feb 23 12:57:44.418 INFO E| Compiling unicode-width v0.1.14 |
2628 | 2025-02-23T12:57:46.095Z | [ helios-setup] Feb 23 12:57:44.809 INFO E| Compiling atty v0.2.14 |
2629 | 2025-02-23T12:57:46.245Z | [ helios-setup] Feb 23 12:57:44.959 INFO E| Compiling textwrap v0.11.0 |
2630 | 2025-02-23T12:57:46.282Z | [ helios-setup] Feb 23 12:57:44.996 INFO E| Compiling unic-common v0.9.0 |
2631 | 2025-02-23T12:57:46.500Z | [ helios-setup] Feb 23 12:57:45.213 INFO E| Compiling fletcher v0.1.0 |
2632 | 2025-02-23T12:57:46.662Z | [ helios-setup] Feb 23 12:57:45.375 INFO E| Compiling bitflags v1.3.2 |
2633 | 2025-02-23T12:57:46.763Z | [ helios-setup] Feb 23 12:57:45.477 INFO E| Compiling unic-char-range v0.9.0 |
2634 | 2025-02-23T12:57:46.779Z | [ helios-setup] Feb 23 12:57:45.493 INFO E| Compiling vec_map v0.8.2 |
2635 | 2025-02-23T12:57:46.967Z | [ helios-setup] Feb 23 12:57:45.681 INFO E| Compiling parse_int v0.6.0 |
2636 | 2025-02-23T12:57:46.996Z | [ helios-setup] Feb 23 12:57:45.709 INFO E| Compiling strum v0.23.0 |
2637 | 2025-02-23T12:57:47.068Z | [ helios-setup] Feb 23 12:57:45.782 INFO E| Compiling strsim v0.8.0 |
2638 | 2025-02-23T12:57:47.088Z | [ helios-setup] Feb 23 12:57:45.802 INFO E| Compiling ansi_term v0.12.1 |
2639 | 2025-02-23T12:57:47.108Z | [ helios-setup] Feb 23 12:57:45.822 INFO E| Compiling unic-char-property v0.9.0 |
2640 | 2025-02-23T12:57:47.130Z | [ helios-setup] Feb 23 12:57:45.844 INFO E| Compiling unic-ucd-version v0.9.0 |
2641 | 2025-02-23T12:57:47.227Z | [ helios-setup] Feb 23 12:57:45.940 INFO E| Compiling plain v0.2.3 |
2642 | 2025-02-23T12:57:47.248Z | [ helios-setup] Feb 23 12:57:45.962 INFO E| Compiling log v0.4.22 |
2643 | 2025-02-23T12:57:47.410Z | [ helios-setup] Feb 23 12:57:46.118 INFO E| Compiling unic-ucd-ident v0.9.0 |
2644 | 2025-02-23T12:57:47.452Z | [ helios-setup] Feb 23 12:57:46.165 INFO E| Compiling bytesize v1.3.0 |
2645 | 2025-02-23T12:57:47.693Z | [ helios-setup] Feb 23 12:57:46.407 INFO E| Compiling clap v2.34.0 |
2646 | 2025-02-23T12:57:47.755Z | [ host-package] Compiling ring v0.17.11 |
2647 | 2025-02-23T12:57:48.000Z | [ host-package] Compiling thiserror v2.0.11 |
2648 | 2025-02-23T12:57:48.029Z | [ host-package] Compiling typify-impl v0.3.0 |
2649 | 2025-02-23T12:57:48.031Z | [ host-package] Compiling convert_case v0.4.0 |
2650 | 2025-02-23T12:57:48.031Z | [ host-package] Compiling newline-converter v0.3.0 |
2651 | 2025-02-23T12:57:48.031Z | [ host-package] Compiling password-hash v0.5.0 |
2652 | 2025-02-23T12:57:48.031Z | [ host-package] Compiling blake2 v0.10.6 |
2653 | 2025-02-23T12:57:48.506Z | [ host-package] Compiling expectorate v1.1.0 |
2654 | 2025-02-23T12:57:48.644Z | [ helios-setup] Feb 23 12:57:47.357 INFO E| Compiling serde_derive_internals v0.29.1 |
2655 | 2025-02-23T12:57:49.218Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2656 | 2025-02-23T12:57:49.586Z | [ host-package] Compiling derive_more v0.99.19 |
2657 | 2025-02-23T12:57:50.063Z | [ helios-setup] Feb 23 12:57:48.776 INFO E| Compiling toml v0.5.11 |
2658 | 2025-02-23T12:57:50.481Z | [ host-package] Compiling argon2 v0.5.3 |
2659 | 2025-02-23T12:57:50.842Z | [ host-package] Compiling atomicwrites v0.4.4 |
2660 | 2025-02-23T12:57:51.677Z | [ host-package] Compiling owo-colors v4.1.0 |
2661 | 2025-02-23T12:57:51.793Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2662 | 2025-02-23T12:57:52.628Z | [ host-package] Compiling num-rational v0.4.2 |
2663 | 2025-02-23T12:57:52.938Z | [ host-package] Compiling num-complex v0.4.6 |
2664 | 2025-02-23T12:57:52.980Z | [ helios-setup] Feb 23 12:57:51.693 INFO E| Compiling proc-macro-crate v0.1.5 |
2665 | 2025-02-23T12:57:54.487Z | [ helios-setup] Feb 23 12:57:53.200 INFO E| Compiling serde_derive v1.0.217 |
2666 | 2025-02-23T12:57:54.523Z | [ helios-setup] Feb 23 12:57:53.236 INFO E| Compiling thiserror-impl v2.0.11 |
2667 | 2025-02-23T12:57:54.849Z | [ helios-setup] Feb 23 12:57:53.562 INFO E| Compiling schemars_derive v0.8.21 |
2668 | 2025-02-23T12:57:55.024Z | [ host-package] Compiling rustls v0.23.19 |
2669 | 2025-02-23T12:57:55.087Z | [ host-package] Compiling rustls v0.22.4 |
2670 | 2025-02-23T12:57:55.128Z | [ host-package] Compiling num v0.4.3 |
2671 | 2025-02-23T12:57:55.403Z | [ helios-setup] Feb 23 12:57:54.116 INFO E| Compiling thiserror-impl v1.0.69 |
2672 | 2025-02-23T12:57:55.430Z | [ host-package] Compiling libsw v3.3.1 |
2673 | 2025-02-23T12:57:55.498Z | [ helios-setup] Feb 23 12:57:54.210 INFO E| Compiling zerocopy-derive v0.6.6 |
2674 | 2025-02-23T12:57:55.670Z | [ helios-setup] Feb 23 12:57:54.382 INFO E| Compiling num-derive v0.4.2 |
2675 | 2025-02-23T12:57:56.448Z | [ host-package] Compiling linear-map v1.2.0 |
2676 | 2025-02-23T12:57:57.436Z | [ host-package] Compiling swrite v0.1.0 |
2677 | 2025-02-23T12:57:57.590Z | [ host-package] Compiling float-ord v0.3.2 |
2678 | 2025-02-23T12:57:58.098Z | [ host-package] Compiling highway v1.2.0 |
2679 | 2025-02-23T12:57:58.310Z | [ host-package] Compiling semver v0.1.20 |
2680 | 2025-02-23T12:57:59.354Z | [ helios-setup] Feb 23 12:57:58.066 INFO E| Compiling zerocopy v0.6.6 |
2681 | 2025-02-23T12:57:59.667Z | [ host-package] Compiling rustc_version v0.1.7 |
2682 | 2025-02-23T12:57:59.846Z | [ host-package] Compiling tungstenite v0.21.0 |
2683 | 2025-02-23T12:58:00.361Z | [ host-package] Compiling rustls-webpki v0.102.8 |
2684 | 2025-02-23T12:58:00.511Z | [ host-package] Compiling newtype_derive v0.1.6 |
2685 | 2025-02-23T12:58:01.052Z | [ helios-setup] Feb 23 12:57:59.763 INFO E| Compiling pest v2.7.15 |
2686 | 2025-02-23T12:58:01.110Z | [ host-package] Compiling ipnetwork v0.21.1 |
2687 | 2025-02-23T12:58:01.676Z | [ host-package] Compiling humantime v2.1.0 |
2688 | 2025-02-23T12:58:02.143Z | [ host-package] Compiling oxnet v0.1.0 |
2689 | 2025-02-23T12:58:02.561Z | [ helios-setup] Feb 23 12:58:01.273 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2690 | 2025-02-23T12:58:02.765Z | [ helios-setup] Feb 23 12:58:01.476 INFO E| Compiling strum_macros v0.23.1 |
2691 | 2025-02-23T12:58:03.058Z | [ helios-setup] Feb 23 12:58:01.769 INFO E| Compiling scroll_derive v0.10.5 |
2692 | 2025-02-23T12:58:03.452Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2693 | 2025-02-23T12:58:03.633Z | [ host-package] Compiling daft v0.1.1 |
2694 | 2025-02-23T12:58:05.169Z | [ host-package] Compiling dropshot v0.15.1 |
2695 | 2025-02-23T12:58:05.288Z | [ host-package] Compiling instant v0.1.13 |
2696 | 2025-02-23T12:58:05.441Z | [ host-package] Compiling steno v0.4.1 |
2697 | 2025-02-23T12:58:05.845Z | [ host-package] Compiling backoff v0.4.0 |
2698 | 2025-02-23T12:58:06.076Z | [ helios-setup] Feb 23 12:58:04.787 INFO E| Compiling pest_meta v2.7.15 |
2699 | 2025-02-23T12:58:06.178Z | [ helios-setup] Feb 23 12:58:04.888 INFO E| Compiling scroll v0.10.2 |
2700 | 2025-02-23T12:58:06.489Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2701 | 2025-02-23T12:58:06.802Z | [ host-package] Compiling typify-macro v0.3.0 |
2702 | 2025-02-23T12:58:07.013Z | [ helios-setup] Feb 23 12:58:05.724 INFO E| Compiling structopt-derive v0.4.18 |
2703 | 2025-02-23T12:58:07.323Z | [ helios-setup] Feb 23 12:58:06.033 INFO E| Compiling goblin v0.4.3 |
2704 | 2025-02-23T12:58:07.524Z | [ host-package] Compiling parse-display v0.10.0 |
2705 | 2025-02-23T12:58:08.117Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2706 | 2025-02-23T12:58:08.160Z | [ helios-setup] Feb 23 12:58:06.871 INFO E| Compiling modular-bitfield v0.11.2 |
2707 | 2025-02-23T12:58:08.542Z | [ host-package] Compiling serde_with v3.11.0 |
2708 | 2025-02-23T12:58:08.660Z | [ host-package] Compiling strum v0.26.3 |
2709 | 2025-02-23T12:58:08.880Z | [ helios-setup] Feb 23 12:58:07.590 INFO E| Compiling pest_generator v2.7.15 |
2710 | 2025-02-23T12:58:09.573Z | [ host-package] Compiling regress v0.9.1 |
2711 | 2025-02-23T12:58:12.131Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2712 | 2025-02-23T12:58:12.423Z | [ helios-setup] Feb 23 12:58:11.133 INFO E| Compiling structopt v0.3.26 |
2713 | 2025-02-23T12:58:12.799Z | [ host-package] Compiling dropshot v0.12.0 |
2714 | 2025-02-23T12:58:14.757Z | [ helios-setup] Feb 23 12:58:13.466 INFO E| Compiling pest_derive v2.7.15 |
2715 | 2025-02-23T12:58:16.511Z | [ host-package] Compiling tokio-rustls v0.26.0 |
2716 | 2025-02-23T12:58:17.177Z | [ host-package] Compiling hyper-rustls v0.27.3 |
2717 | 2025-02-23T12:58:17.843Z | [ host-package] Compiling reqwest v0.12.12 |
2718 | 2025-02-23T12:58:19.030Z | [ helios-setup] Feb 23 12:58:17.738 INFO E| Compiling json5 v0.4.1 |
2719 | 2025-02-23T12:58:20.172Z | [ host-package] Compiling qorb v0.2.1 |
2720 | 2025-02-23T12:58:23.751Z | [ host-package] Compiling typify v0.3.0 |
2721 | 2025-02-23T12:58:24.024Z | [ host-package] Compiling progenitor-impl v0.9.1 |
2722 | 2025-02-23T12:58:25.024Z | [ helios-setup] Feb 23 12:58:23.731 INFO E| Compiling four-cc v0.3.0 |
2723 | 2025-02-23T12:58:25.024Z | [ helios-setup] Feb 23 12:58:23.731 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2724 | 2025-02-23T12:58:25.269Z | [ helios-setup] Feb 23 12:58:23.977 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc) |
2725 | 2025-02-23T12:58:28.105Z | [ host-package] Compiling progenitor-client v0.9.1 |
2726 | 2025-02-23T12:58:30.437Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2727 | 2025-02-23T12:58:32.077Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2728 | 2025-02-23T12:58:38.642Z | [ host-package] Compiling progenitor-client v0.8.0 |
2729 | 2025-02-23T12:58:58.425Z | [ host-package] Compiling progenitor v0.8.0 |
2730 | 2025-02-23T12:58:58.736Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2731 | 2025-02-23T12:59:06.877Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2732 | 2025-02-23T12:59:09.240Z | [ host-package] Compiling progenitor-macro v0.9.1 |
2733 | 2025-02-23T12:59:10.346Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2734 | 2025-02-23T12:59:12.335Z | [ helios-setup] Feb 23 12:59:11.034 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2735 | 2025-02-23T12:59:12.386Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2736 | 2025-02-23T12:59:12.757Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2737 | 2025-02-23T12:59:13.739Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2738 | 2025-02-23T12:59:18.980Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2739 | 2025-02-23T12:59:21.026Z | [ host-package] Compiling macaddr v1.0.1 |
2740 | 2025-02-23T12:59:21.089Z | [ host-package] Compiling progenitor v0.9.1 |
2741 | 2025-02-23T12:59:21.413Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2742 | 2025-02-23T12:59:21.765Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2743 | 2025-02-23T12:59:22.123Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2744 | 2025-02-23T12:59:22.248Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2745 | 2025-02-23T12:59:22.415Z | [ host-package] Compiling prettyplease v0.2.29 |
2746 | 2025-02-23T12:59:22.501Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2747 | 2025-02-23T12:59:22.555Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2748 | 2025-02-23T12:59:23.485Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2749 | 2025-02-23T12:59:24.962Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2750 | 2025-02-23T12:59:29.168Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2751 | 2025-02-23T12:59:30.554Z | [ helios-setup] Feb 23 12:59:29.250 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2752 | 2025-02-23T12:59:32.015Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2753 | 2025-02-23T12:59:34.310Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2754 | 2025-02-23T12:59:37.592Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2755 | 2025-02-23T12:59:40.786Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2756 | 2025-02-23T12:59:50.220Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2757 | 2025-02-23T12:59:52.549Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2758 | 2025-02-23T12:59:54.768Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2759 | 2025-02-23T12:59:56.162Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2760 | 2025-02-23T12:59:56.331Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2761 | 2025-02-23T12:59:57.415Z | [ host-package] Compiling half v2.4.1 |
2762 | 2025-02-23T12:59:58.342Z | [ host-package] Compiling ciborium-io v0.2.2 |
2763 | 2025-02-23T12:59:58.637Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2764 | 2025-02-23T12:59:59.297Z | [ host-package] Compiling bytecount v0.6.8 |
2765 | 2025-02-23T12:59:59.741Z | [ host-package] Compiling ciborium v0.2.2 |
2766 | 2025-02-23T13:00:01.982Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2767 | 2025-02-23T13:00:02.205Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2768 | 2025-02-23T13:00:02.872Z | [ host-package] Compiling display-error-chain v0.2.2 |
2769 | 2025-02-23T13:00:03.226Z | [ host-package] Compiling fastrand v2.1.1 |
2770 | 2025-02-23T13:00:03.917Z | [ host-package] Compiling same-file v1.0.6 |
2771 | 2025-02-23T13:00:04.263Z | [ host-package] Compiling walkdir v2.5.0 |
2772 | 2025-02-23T13:00:04.441Z | [ host-package] Compiling tempfile v3.13.0 |
2773 | 2025-02-23T13:00:05.038Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2774 | 2025-02-23T13:00:05.390Z | [ host-package] Compiling blake3 v1.5.4 |
2775 | 2025-02-23T13:00:05.968Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
2776 | 2025-02-23T13:00:06.304Z | [ host-package] Compiling xattr v1.3.1 |
2777 | 2025-02-23T13:00:06.730Z | [ host-package] Compiling memmap2 v0.9.5 |
2778 | 2025-02-23T13:00:07.418Z | [ host-package] Compiling filetime v0.2.25 |
2779 | 2025-02-23T13:00:08.064Z | [ host-package] Compiling keccak v0.1.5 |
2780 | 2025-02-23T13:00:08.174Z | [ host-package] Compiling arrayref v0.3.9 |
2781 | 2025-02-23T13:00:08.389Z | [ host-package] Compiling maplit v1.0.2 |
2782 | 2025-02-23T13:00:08.656Z | [ host-package] Compiling crunchy v0.2.2 |
2783 | 2025-02-23T13:00:08.716Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2784 | 2025-02-23T13:00:09.015Z | [ host-package] Compiling arrayvec v0.7.6 |
2785 | 2025-02-23T13:00:09.613Z | [ host-package] Compiling sha3 v0.10.8 |
2786 | 2025-02-23T13:00:09.681Z | [ host-package] Compiling const_format v0.2.34 |
2787 | 2025-02-23T13:00:09.988Z | [ host-package] Compiling tar v0.4.42 |
2788 | 2025-02-23T13:00:10.850Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2789 | 2025-02-23T13:00:11.212Z | [ host-package] Compiling toolchain_find v0.4.0 |
2790 | 2025-02-23T13:00:11.537Z | [ host-package] Compiling topological-sort v0.2.2 |
2791 | 2025-02-23T13:00:11.613Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2792 | 2025-02-23T13:00:11.909Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2793 | 2025-02-23T13:00:11.979Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2794 | 2025-02-23T13:00:12.287Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2795 | 2025-02-23T13:00:12.664Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2796 | 2025-02-23T13:00:12.696Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2797 | 2025-02-23T13:00:13.435Z | [ host-package] Compiling r2d2 v0.8.10 |
2798 | 2025-02-23T13:00:13.522Z | [ host-package] Compiling phf_generator v0.11.2 |
2799 | 2025-02-23T13:00:13.802Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2800 | 2025-02-23T13:00:14.079Z | [ host-package] Compiling diesel_derives v2.2.3 |
2801 | 2025-02-23T13:00:14.296Z | [ host-package] Compiling secrecy v0.8.0 |
2802 | 2025-02-23T13:00:14.386Z | [ host-package] Compiling ena v0.14.3 |
2803 | 2025-02-23T13:00:14.492Z | [ host-package] Compiling arc-swap v1.7.1 |
2804 | 2025-02-23T13:00:14.667Z | [ host-package] Compiling bindgen v0.71.1 |
2805 | 2025-02-23T13:00:15.053Z | [ host-package] Compiling regex-syntax v0.6.29 |
2806 | 2025-02-23T13:00:15.261Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2807 | 2025-02-23T13:00:15.434Z | [ host-package] Compiling diff v0.1.13 |
2808 | 2025-02-23T13:00:15.851Z | [ host-package] Compiling slog-scope v4.4.0 |
2809 | 2025-02-23T13:00:16.025Z | [ host-package] Compiling phf_codegen v0.11.2 |
2810 | 2025-02-23T13:00:16.228Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2811 | 2025-02-23T13:00:16.356Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2812 | 2025-02-23T13:00:16.775Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2813 | 2025-02-23T13:00:17.068Z | [ host-package] Compiling universal-hash v0.5.1 |
2814 | 2025-02-23T13:00:17.480Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2815 | 2025-02-23T13:00:17.506Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2816 | 2025-02-23T13:00:17.584Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2817 | 2025-02-23T13:00:19.212Z | [ host-package] Compiling lalrpop v0.19.12 |
2818 | 2025-02-23T13:00:19.799Z | [ helios-setup] Feb 23 13:00:18.463 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 42s |
2819 | 2025-02-23T13:00:19.862Z | [ helios-setup] Feb 23 13:00:18.550 INFO building project "amd-host-image-builder" ok (185 seconds) |
2820 | 2025-02-23T13:00:19.862Z | [ helios-setup] Feb 23 13:00:18.551 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2821 | 2025-02-23T13:00:19.865Z | [ helios-setup] Feb 23 13:00:18.551 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2822 | 2025-02-23T13:00:20.174Z | [ helios-setup] Feb 23 13:00:18.863 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2823 | 2025-02-23T13:00:20.403Z | [ host-package] Compiling unicase v2.7.0 |
2824 | 2025-02-23T13:00:20.481Z | [ host-package] Compiling opaque-debug v0.3.1 |
2825 | 2025-02-23T13:00:20.618Z | [ host-package] Compiling rustc-hash v2.1.1 |
2826 | 2025-02-23T13:00:20.640Z | [ helios-setup] Feb 23 13:00:19.328 INFO E| From https://github.com/jclulow/rust-jmclib |
2827 | 2025-02-23T13:00:20.640Z | [ helios-setup] Feb 23 13:00:19.328 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2828 | 2025-02-23T13:00:20.661Z | [ helios-setup] Feb 23 13:00:19.349 INFO E| Updating crates.io index |
2829 | 2025-02-23T13:00:20.797Z | [ host-package] Compiling ref-cast v1.0.23 |
2830 | 2025-02-23T13:00:20.864Z | [ helios-setup] Feb 23 13:00:19.552 INFO E| Downloading crates ... |
2831 | 2025-02-23T13:00:21.094Z | [ helios-setup] Feb 23 13:00:19.782 INFO E| Downloaded opaque-debug v0.3.0 |
2832 | 2025-02-23T13:00:21.097Z | [ helios-setup] Feb 23 13:00:19.784 INFO E| Downloaded block-buffer v0.9.0 |
2833 | 2025-02-23T13:00:21.100Z | [ helios-setup] Feb 23 13:00:19.786 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2834 | 2025-02-23T13:00:21.100Z | [ helios-setup] Feb 23 13:00:19.787 INFO E| Downloaded anyhow v1.0.72 |
2835 | 2025-02-23T13:00:21.139Z | [ helios-setup] Feb 23 13:00:19.827 INFO E| Downloaded sha-1 v0.9.8 |
2836 | 2025-02-23T13:00:21.142Z | [ helios-setup] Feb 23 13:00:19.830 INFO E| Downloaded itoa v1.0.9 |
2837 | 2025-02-23T13:00:21.145Z | [ helios-setup] Feb 23 13:00:19.833 INFO E| Downloaded errno v0.3.1 |
2838 | 2025-02-23T13:00:21.147Z | [ helios-setup] Feb 23 13:00:19.835 INFO E| Downloaded digest v0.9.0 |
2839 | 2025-02-23T13:00:21.150Z | [ helios-setup] Feb 23 13:00:19.837 INFO E| Downloaded unicode-width v0.1.10 |
2840 | 2025-02-23T13:00:21.152Z | [ helios-setup] Feb 23 13:00:19.839 INFO E| Downloaded glob v0.3.1 |
2841 | 2025-02-23T13:00:21.155Z | [ helios-setup] Feb 23 13:00:19.841 INFO E| Downloaded cpufeatures v0.2.9 |
2842 | 2025-02-23T13:00:21.158Z | [ helios-setup] Feb 23 13:00:19.844 INFO E| Downloaded walkdir v2.3.3 |
2843 | 2025-02-23T13:00:21.160Z | [ helios-setup] Feb 23 13:00:19.847 INFO E| Downloaded quote v1.0.31 |
2844 | 2025-02-23T13:00:21.164Z | [ helios-setup] Feb 23 13:00:19.852 INFO E| Downloaded proc-macro2 v1.0.66 |
2845 | 2025-02-23T13:00:21.168Z | [ helios-setup] Feb 23 13:00:19.857 INFO E| Downloaded tempfile v3.7.0 |
2846 | 2025-02-23T13:00:21.173Z | [ helios-setup] Feb 23 13:00:19.861 INFO E| Downloaded uuid v0.8.2 |
2847 | 2025-02-23T13:00:21.179Z | [ helios-setup] Feb 23 13:00:19.867 INFO E| Downloaded ryu v1.0.15 |
2848 | 2025-02-23T13:00:21.184Z | [ helios-setup] Feb 23 13:00:19.873 INFO E| Downloaded toml v0.5.11 |
2849 | 2025-02-23T13:00:21.195Z | [ helios-setup] Feb 23 13:00:19.883 INFO E| Downloaded serde v1.0.193 |
2850 | 2025-02-23T13:00:21.201Z | [ helios-setup] Feb 23 13:00:19.889 INFO E| Downloaded unicode-ident v1.0.11 |
2851 | 2025-02-23T13:00:21.205Z | [ helios-setup] Feb 23 13:00:19.893 INFO E| Downloaded typenum v1.16.0 |
2852 | 2025-02-23T13:00:21.209Z | [ helios-setup] Feb 23 13:00:19.897 INFO E| Downloaded serde_json v1.0.103 |
2853 | 2025-02-23T13:00:21.219Z | [ helios-setup] Feb 23 13:00:19.907 INFO E| Downloaded serde_derive v1.0.193 |
2854 | 2025-02-23T13:00:21.224Z | [ helios-setup] Feb 23 13:00:19.912 INFO E| Downloaded once_cell v1.18.0 |
2855 | 2025-02-23T13:00:21.230Z | [ helios-setup] Feb 23 13:00:19.915 INFO E| Downloaded getrandom v0.2.10 |
2856 | 2025-02-23T13:00:21.233Z | [ helios-setup] Feb 23 13:00:19.919 INFO E| Downloaded bitflags v2.3.3 |
2857 | 2025-02-23T13:00:21.235Z | [ helios-setup] Feb 23 13:00:19.923 INFO E| Downloaded md-5 v0.9.1 |
2858 | 2025-02-23T13:00:21.238Z | [ helios-setup] Feb 23 13:00:19.926 INFO E| Downloaded fastrand v2.0.0 |
2859 | 2025-02-23T13:00:21.273Z | [ helios-setup] Feb 23 13:00:19.961 INFO E| Downloaded syn v2.0.32 |
2860 | 2025-02-23T13:00:21.297Z | [ helios-setup] Feb 23 13:00:19.985 INFO E| Downloaded rustix v0.38.4 |
2861 | 2025-02-23T13:00:21.359Z | [ helios-setup] Feb 23 13:00:20.047 INFO E| Downloaded libc v0.2.147 |
2862 | 2025-02-23T13:00:21.490Z | [ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling libc v0.2.147 |
2863 | 2025-02-23T13:00:21.490Z | [ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling proc-macro2 v1.0.66 |
2864 | 2025-02-23T13:00:21.490Z | [ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling unicode-ident v1.0.11 |
2865 | 2025-02-23T13:00:21.490Z | [ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling cfg-if v1.0.0 |
2866 | 2025-02-23T13:00:21.495Z | [ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling typenum v1.16.0 |
2867 | 2025-02-23T13:00:21.495Z | [ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling version_check v0.9.4 |
2868 | 2025-02-23T13:00:21.498Z | [ helios-setup] Feb 23 13:00:20.186 INFO E| Compiling serde v1.0.193 |
2869 | 2025-02-23T13:00:21.500Z | [ helios-setup] Feb 23 13:00:20.186 INFO E| Compiling rustix v0.38.4 |
2870 | 2025-02-23T13:00:21.612Z | [ host-package] Compiling poly1305 v0.8.0 |
2871 | 2025-02-23T13:00:21.875Z | [ helios-setup] Feb 23 13:00:20.563 INFO E| Compiling slog v2.7.0 |
2872 | 2025-02-23T13:00:21.971Z | [ helios-setup] Feb 23 13:00:20.659 INFO E| Compiling powerfmt v0.2.0 |
2873 | 2025-02-23T13:00:22.624Z | [ helios-setup] Feb 23 13:00:21.311 INFO E| Compiling itoa v1.0.9 |
2874 | 2025-02-23T13:00:22.730Z | [ helios-setup] Feb 23 13:00:21.418 INFO E| Compiling generic-array v0.14.7 |
2875 | 2025-02-23T13:00:22.980Z | [ helios-setup] Feb 23 13:00:21.668 INFO E| Compiling num-conv v0.1.0 |
2876 | 2025-02-23T13:00:23.040Z | [ helios-setup] Feb 23 13:00:21.728 INFO E| Compiling time-core v0.1.2 |
2877 | 2025-02-23T13:00:23.301Z | [ helios-setup] Feb 23 13:00:21.988 INFO E| Compiling deranged v0.3.11 |
2878 | 2025-02-23T13:00:23.416Z | [ helios-setup] Feb 23 13:00:22.104 INFO E| Compiling once_cell v1.18.0 |
2879 | 2025-02-23T13:00:23.424Z | [ helios-setup] Feb 23 13:00:22.112 INFO E| Compiling time-macros v0.2.18 |
2880 | 2025-02-23T13:00:23.724Z | [ helios-setup] Feb 23 13:00:22.412 INFO E| Compiling num_threads v0.1.6 |
2881 | 2025-02-23T13:00:23.964Z | [ helios-setup] Feb 23 13:00:22.652 INFO E| Compiling bitflags v2.3.3 |
2882 | 2025-02-23T13:00:24.124Z | [ helios-setup] Feb 23 13:00:22.811 INFO E| Compiling thread_local v1.1.7 |
2883 | 2025-02-23T13:00:24.733Z | [ helios-setup] Feb 23 13:00:23.421 INFO E| Compiling serde_json v1.0.103 |
2884 | 2025-02-23T13:00:24.843Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2885 | 2025-02-23T13:00:25.290Z | [ helios-setup] Feb 23 13:00:23.977 INFO E| Compiling quote v1.0.31 |
2886 | 2025-02-23T13:00:25.467Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2887 | 2025-02-23T13:00:25.754Z | [ helios-setup] Feb 23 13:00:24.441 INFO E| Compiling dirs-sys-next v0.1.2 |
2888 | 2025-02-23T13:00:25.849Z | [ helios-setup] Feb 23 13:00:24.536 INFO E| Compiling errno v0.3.1 |
2889 | 2025-02-23T13:00:26.002Z | [ helios-setup] Feb 23 13:00:24.689 INFO E| Compiling syn v2.0.32 |
2890 | 2025-02-23T13:00:26.179Z | [ helios-setup] Feb 23 13:00:24.866 INFO E| Compiling dirs-next v2.0.0 |
2891 | 2025-02-23T13:00:26.338Z | [ helios-setup] Feb 23 13:00:25.025 INFO E| Compiling atty v0.2.14 |
2892 | 2025-02-23T13:00:26.544Z | [ helios-setup] Feb 23 13:00:25.231 INFO E| Compiling term v0.7.0 |
2893 | 2025-02-23T13:00:26.566Z | [ helios-setup] Feb 23 13:00:25.253 INFO E| Compiling opaque-debug v0.3.0 |
2894 | 2025-02-23T13:00:26.645Z | [ helios-setup] Feb 23 13:00:25.331 INFO E| Compiling anyhow v1.0.72 |
2895 | 2025-02-23T13:00:26.665Z | [ helios-setup] Feb 23 13:00:25.352 INFO E| Compiling fastrand v2.0.0 |
2896 | 2025-02-23T13:00:27.045Z | [ helios-setup] Feb 23 13:00:25.732 INFO E| Compiling getrandom v0.2.10 |
2897 | 2025-02-23T13:00:27.733Z | [ helios-setup] Feb 23 13:00:26.350 INFO E| Compiling ryu v1.0.15 |
2898 | 2025-02-23T13:00:28.026Z | [ helios-setup] Feb 23 13:00:26.713 INFO E| Compiling block-buffer v0.9.0 |
2899 | 2025-02-23T13:00:28.053Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2900 | 2025-02-23T13:00:28.076Z | [ helios-setup] Feb 23 13:00:26.762 INFO E| Compiling digest v0.9.0 |
2901 | 2025-02-23T13:00:28.216Z | [ host-package] Compiling diesel v2.2.7 |
2902 | 2025-02-23T13:00:28.420Z | [ helios-setup] Feb 23 13:00:27.106 INFO E| Compiling unicode-width v0.1.10 |
2903 | 2025-02-23T13:00:28.432Z | [ helios-setup] Feb 23 13:00:27.119 INFO E| Compiling time v0.3.36 |
2904 | 2025-02-23T13:00:28.539Z | [ helios-setup] Feb 23 13:00:27.226 INFO E| Compiling same-file v1.0.6 |
2905 | 2025-02-23T13:00:28.608Z | [ helios-setup] Feb 23 13:00:27.294 INFO E| Compiling cpufeatures v0.2.9 |
2906 | 2025-02-23T13:00:28.716Z | [ helios-setup] Feb 23 13:00:27.403 INFO E| Compiling sha-1 v0.9.8 |
2907 | 2025-02-23T13:00:28.920Z | [ helios-setup] Feb 23 13:00:27.606 INFO E| Compiling walkdir v2.3.3 |
2908 | 2025-02-23T13:00:29.453Z | [ helios-setup] Feb 23 13:00:28.139 INFO E| Compiling tempfile v3.7.0 |
2909 | 2025-02-23T13:00:29.568Z | [ helios-setup] Feb 23 13:00:28.255 INFO E| Compiling getopts v0.2.21 |
2910 | 2025-02-23T13:00:29.846Z | [ helios-setup] Feb 23 13:00:28.532 INFO E| Compiling md-5 v0.9.1 |
2911 | 2025-02-23T13:00:29.981Z | [ helios-setup] Feb 23 13:00:28.667 INFO E| Compiling glob v0.3.1 |
2912 | 2025-02-23T13:00:30.040Z | [ helios-setup] Feb 23 13:00:28.726 INFO E| Compiling libdevinfo-sys v1.0.0 |
2913 | 2025-02-23T13:00:30.860Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2914 | 2025-02-23T13:00:31.576Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2915 | 2025-02-23T13:00:31.925Z | [ helios-setup] Feb 23 13:00:30.610 INFO E| Compiling slog-term v2.9.0 |
2916 | 2025-02-23T13:00:32.318Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2917 | 2025-02-23T13:00:33.159Z | [ helios-setup] Feb 23 13:00:31.845 INFO E| Compiling serde_derive v1.0.193 |
2918 | 2025-02-23T13:00:35.201Z | [ host-package] Compiling chacha20 v0.9.1 |
2919 | 2025-02-23T13:00:35.741Z | [ host-package] Compiling headers-core v0.3.0 |
2920 | 2025-02-23T13:00:36.063Z | [ host-package] Compiling aead v0.5.2 |
2921 | 2025-02-23T13:00:36.490Z | [ host-package] Compiling libxml v0.3.3 |
2922 | 2025-02-23T13:00:37.083Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2923 | 2025-02-23T13:00:38.586Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2924 | 2025-02-23T13:00:39.356Z | [ host-package] Compiling vte v0.11.1 |
2925 | 2025-02-23T13:00:40.341Z | [ host-package] Compiling samael v0.0.18 |
2926 | 2025-02-23T13:00:41.996Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2927 | 2025-02-23T13:00:42.130Z | [ host-package] Compiling headers v0.4.0 |
2928 | 2025-02-23T13:00:42.481Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2929 | 2025-02-23T13:00:43.734Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2930 | 2025-02-23T13:00:45.487Z | [ helios-setup] Feb 23 13:00:44.159 INFO E| Compiling toml v0.5.11 |
2931 | 2025-02-23T13:00:45.487Z | [ helios-setup] Feb 23 13:00:44.159 INFO E| Compiling uuid v0.8.2 |
2932 | 2025-02-23T13:00:46.412Z | [ host-package] Compiling chrono-tz v0.10.1 |
2933 | 2025-02-23T13:00:46.929Z | [ host-package] Compiling vsss-rs v3.3.4 |
2934 | 2025-02-23T13:00:47.509Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2935 | 2025-02-23T13:00:47.807Z | [ helios-setup] Feb 23 13:00:46.489 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2936 | 2025-02-23T13:00:49.439Z | [ helios-setup] Feb 23 13:00:48.122 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2937 | 2025-02-23T13:00:50.529Z | [ host-package] Compiling polar-core v0.27.3 |
2938 | 2025-02-23T13:00:50.955Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2939 | 2025-02-23T13:00:52.595Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2940 | 2025-02-23T13:00:53.059Z | [ host-package] Compiling strum_macros v0.24.3 |
2941 | 2025-02-23T13:00:55.320Z | [ host-package] Compiling fxhash v0.2.1 |
2942 | 2025-02-23T13:00:55.720Z | [ host-package] Compiling indoc v1.0.9 |
2943 | 2025-02-23T13:00:57.228Z | [ host-package] Compiling derive_builder v0.20.2 |
2944 | 2025-02-23T13:00:59.503Z | [ helios-setup] Feb 23 13:00:58.185 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.51s |
2945 | 2025-02-23T13:00:59.534Z | [ helios-setup] Feb 23 13:00:58.215 INFO building project "image-builder" ok (39 seconds) |
2946 | 2025-02-23T13:00:59.534Z | [ helios-setup] Feb 23 13:00:58.215 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2947 | 2025-02-23T13:00:59.534Z | [ helios-setup] Feb 23 13:00:58.215 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2948 | 2025-02-23T13:00:59.828Z | [ helios-setup] Feb 23 13:00:58.510 INFO E| Downloading crates ... |
2949 | 2025-02-23T13:00:59.949Z | [ helios-setup] Feb 23 13:00:58.630 INFO E| Downloaded miniz_oxide v0.7.2 |
2950 | 2025-02-23T13:01:00.011Z | [ helios-setup] Feb 23 13:00:58.693 INFO E| Compiling adler v1.0.2 |
2951 | 2025-02-23T13:01:00.214Z | [ helios-setup] Feb 23 13:00:58.895 INFO E| Compiling miniz_oxide v0.7.2 |
2952 | 2025-02-23T13:01:02.736Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2953 | 2025-02-23T13:01:02.739Z | [ helios-setup] Feb 23 13:01:01.420 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2954 | 2025-02-23T13:01:03.613Z | [ host-package] Compiling papergrid v0.11.0 |
2955 | 2025-02-23T13:01:03.657Z | [ helios-setup] Feb 23 13:01:02.338 INFO E| Finished `release` profile [optimized] target(s) in 4.00s |
2956 | 2025-02-23T13:01:03.668Z | [ helios-setup] Feb 23 13:01:02.349 INFO building project "pinprick" ok (4 seconds) |
2957 | 2025-02-23T13:01:03.668Z | [ helios-setup] Feb 23 13:01:02.349 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2958 | 2025-02-23T13:01:03.668Z | [ helios-setup] Feb 23 13:01:02.349 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2959 | 2025-02-23T13:01:03.708Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2960 | 2025-02-23T13:01:03.947Z | [ helios-setup] Feb 23 13:01:02.628 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2961 | 2025-02-23T13:01:04.154Z | [ host-package] Compiling tabled_derive v0.7.0 |
2962 | 2025-02-23T13:01:04.940Z | [ helios-setup] Feb 23 13:01:03.620 INFO E| From https://github.com/oxidecomputer/progenitor |
2963 | 2025-02-23T13:01:04.940Z | [ helios-setup] Feb 23 13:01:03.620 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2964 | 2025-02-23T13:01:05.053Z | [ helios-setup] Feb 23 13:01:03.733 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2965 | 2025-02-23T13:01:05.497Z | [ helios-setup] Feb 23 13:01:04.178 INFO E| From https://github.com/jclulow/hiercmd |
2966 | 2025-02-23T13:01:05.497Z | [ helios-setup] Feb 23 13:01:04.178 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2967 | 2025-02-23T13:01:05.517Z | [ helios-setup] Feb 23 13:01:04.197 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2968 | 2025-02-23T13:01:05.959Z | [ helios-setup] Feb 23 13:01:04.640 INFO E| From https://github.com/jclulow/network-interface |
2969 | 2025-02-23T13:01:05.959Z | [ helios-setup] Feb 23 13:01:04.640 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2970 | 2025-02-23T13:01:05.993Z | [ helios-setup] Feb 23 13:01:04.673 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2971 | 2025-02-23T13:01:06.357Z | [ host-package] Compiling fd-lock v4.0.2 |
2972 | 2025-02-23T13:01:06.473Z | [ helios-setup] Feb 23 13:01:05.154 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2973 | 2025-02-23T13:01:06.476Z | [ helios-setup] Feb 23 13:01:05.154 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2974 | 2025-02-23T13:01:06.511Z | [ helios-setup] Feb 23 13:01:05.191 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2975 | 2025-02-23T13:01:06.639Z | [ host-package] Compiling peg-macros v0.8.4 |
2976 | 2025-02-23T13:01:07.369Z | [ helios-setup] Feb 23 13:01:06.049 INFO E| From https://github.com/oxidecomputer/facade |
2977 | 2025-02-23T13:01:07.369Z | [ helios-setup] Feb 23 13:01:06.049 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2978 | 2025-02-23T13:01:07.413Z | [ helios-setup] Feb 23 13:01:06.093 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2979 | 2025-02-23T13:01:08.229Z | [ helios-setup] Feb 23 13:01:06.909 INFO E| From https://github.com/oxidecomputer/dropshot |
2980 | 2025-02-23T13:01:08.229Z | [ helios-setup] Feb 23 13:01:06.909 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2981 | 2025-02-23T13:01:08.274Z | [ helios-setup] Feb 23 13:01:06.954 INFO E| Updating crates.io index |
2982 | 2025-02-23T13:01:08.312Z | [ helios-setup] Feb 23 13:01:06.992 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2983 | 2025-02-23T13:01:09.296Z | [ helios-setup] Feb 23 13:01:07.976 INFO E| From https://github.com/oxidecomputer/typify |
2984 | 2025-02-23T13:01:09.296Z | [ helios-setup] Feb 23 13:01:07.976 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2985 | 2025-02-23T13:01:09.910Z | [ helios-setup] Feb 23 13:01:08.589 INFO E| Downloading crates ... |
2986 | 2025-02-23T13:01:10.080Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2987 | 2025-02-23T13:01:10.094Z | [ helios-setup] Feb 23 13:01:08.774 INFO E| Downloaded const-random v0.1.15 |
2988 | 2025-02-23T13:01:10.097Z | [ helios-setup] Feb 23 13:01:08.777 INFO E| Downloaded async-stream-impl v0.3.5 |
2989 | 2025-02-23T13:01:10.100Z | [ helios-setup] Feb 23 13:01:08.778 INFO E| Downloaded concolor-override v1.0.0 |
2990 | 2025-02-23T13:01:10.102Z | [ helios-setup] Feb 23 13:01:08.780 INFO E| Downloaded async-stream v0.3.5 |
2991 | 2025-02-23T13:01:10.140Z | [ helios-setup] Feb 23 13:01:08.819 INFO E| Downloaded project-root v0.2.2 |
2992 | 2025-02-23T13:01:10.142Z | [ helios-setup] Feb 23 13:01:08.821 INFO E| Downloaded futures-sink v0.3.28 |
2993 | 2025-02-23T13:01:10.145Z | [ helios-setup] Feb 23 13:01:08.823 INFO E| Downloaded const-random-macro v0.1.15 |
2994 | 2025-02-23T13:01:10.177Z | [ helios-setup] Feb 23 13:01:08.856 INFO E| Downloaded want v0.3.0 |
2995 | 2025-02-23T13:01:10.179Z | [ helios-setup] Feb 23 13:01:08.858 INFO E| Downloaded autocfg v1.1.0 |
2996 | 2025-02-23T13:01:10.182Z | [ helios-setup] Feb 23 13:01:08.861 INFO E| Downloaded try-lock v0.2.4 |
2997 | 2025-02-23T13:01:10.185Z | [ helios-setup] Feb 23 13:01:08.862 INFO E| Downloaded toolchain_find v0.2.0 |
2998 | 2025-02-23T13:01:10.185Z | [ helios-setup] Feb 23 13:01:08.864 INFO E| Downloaded http-body v0.4.5 |
2999 | 2025-02-23T13:01:10.188Z | [ helios-setup] Feb 23 13:01:08.868 INFO E| Downloaded tower-service v0.3.2 |
3000 | 2025-02-23T13:01:10.190Z | [ helios-setup] Feb 23 13:01:08.869 INFO E| Downloaded home v0.5.4 |
3001 | 2025-02-23T13:01:10.193Z | [ helios-setup] Feb 23 13:01:08.871 INFO E| Downloaded futures-io v0.3.28 |
3002 | 2025-02-23T13:01:10.193Z | [ helios-setup] Feb 23 13:01:08.872 INFO E| Downloaded futures-task v0.3.28 |
3003 | 2025-02-23T13:01:10.196Z | [ helios-setup] Feb 23 13:01:08.875 INFO E| Downloaded sha2 v0.10.6 |
3004 | 2025-02-23T13:01:10.199Z | [ helios-setup] Feb 23 13:01:08.879 INFO E| Downloaded utf8parse v0.2.1 |
3005 | 2025-02-23T13:01:10.202Z | [ helios-setup] Feb 23 13:01:08.881 INFO E| Downloaded num-integer v0.1.45 |
3006 | 2025-02-23T13:01:10.205Z | [ helios-setup] Feb 23 13:01:08.885 INFO E| Downloaded smawk v0.3.1 |
3007 | 2025-02-23T13:01:10.207Z | [ helios-setup] Feb 23 13:01:08.887 INFO E| Downloaded strsim v0.10.0 |
3008 | 2025-02-23T13:01:10.210Z | [ helios-setup] Feb 23 13:01:08.890 INFO E| Downloaded num_enum_derive v0.5.7 |
3009 | 2025-02-23T13:01:10.213Z | [ helios-setup] Feb 23 13:01:08.892 INFO E| Downloaded toml_datetime v0.6.1 |
3010 | 2025-02-23T13:01:10.215Z | [ helios-setup] Feb 23 13:01:08.894 INFO E| Downloaded tokio-macros v2.0.0 |
3011 | 2025-02-23T13:01:10.218Z | [ helios-setup] Feb 23 13:01:08.896 INFO E| Downloaded thiserror v1.0.38 |
3012 | 2025-02-23T13:01:10.224Z | [ helios-setup] Feb 23 13:01:08.904 INFO E| Downloaded semver v0.11.0 |
3013 | 2025-02-23T13:01:10.227Z | [ helios-setup] Feb 23 13:01:08.906 INFO E| Downloaded slog-bunyan v2.4.0 |
3014 | 2025-02-23T13:01:10.229Z | [ helios-setup] Feb 23 13:01:08.909 INFO E| Downloaded proc-macro-crate v1.2.1 |
3015 | 2025-02-23T13:01:10.232Z | [ helios-setup] Feb 23 13:01:08.911 INFO E| Downloaded schemars_derive v0.8.12 |
3016 | 2025-02-23T13:01:10.234Z | [ helios-setup] Feb 23 13:01:08.913 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3017 | 2025-02-23T13:01:10.237Z | [ helios-setup] Feb 23 13:01:08.916 INFO E| Downloaded async-trait v0.1.68 |
3018 | 2025-02-23T13:01:10.242Z | [ helios-setup] Feb 23 13:01:08.922 INFO E| Downloaded pkg-config v0.3.26 |
3019 | 2025-02-23T13:01:10.245Z | [ helios-setup] Feb 23 13:01:08.925 INFO E| Downloaded clap_derive v4.2.0 |
3020 | 2025-02-23T13:01:10.248Z | [ helios-setup] Feb 23 13:01:08.928 INFO E| Downloaded serde_spanned v0.6.1 |
3021 | 2025-02-23T13:01:10.251Z | [ helios-setup] Feb 23 13:01:08.930 INFO E| Downloaded slab v0.4.7 |
3022 | 2025-02-23T13:01:10.253Z | [ helios-setup] Feb 23 13:01:08.932 INFO E| Downloaded scopeguard v1.1.0 |
3023 | 2025-02-23T13:01:10.256Z | [ helios-setup] Feb 23 13:01:08.934 INFO E| Downloaded fastrand v1.9.0 |
3024 | 2025-02-23T13:01:10.260Z | [ helios-setup] Feb 23 13:01:08.936 INFO E| Downloaded rustls-pemfile v1.0.2 |
3025 | 2025-02-23T13:01:10.262Z | [ helios-setup] Feb 23 13:01:08.940 INFO E| Downloaded smartstring v1.0.1 |
3026 | 2025-02-23T13:01:10.265Z | [ helios-setup] Feb 23 13:01:08.944 INFO E| Downloaded httpdate v1.0.2 |
3027 | 2025-02-23T13:01:10.268Z | [ helios-setup] Feb 23 13:01:08.946 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3028 | 2025-02-23T13:01:10.272Z | [ helios-setup] Feb 23 13:01:08.950 INFO E| Downloaded serde_derive_internals v0.26.0 |
3029 | 2025-02-23T13:01:10.274Z | [ helios-setup] Feb 23 13:01:08.952 INFO E| Downloaded generic-array v0.14.6 |
3030 | 2025-02-23T13:01:10.277Z | [ helios-setup] Feb 23 13:01:08.955 INFO E| Downloaded semver-parser v0.10.2 |
3031 | 2025-02-23T13:01:10.279Z | [ helios-setup] Feb 23 13:01:08.959 INFO E| Downloaded tokio-rustls v0.24.0 |
3032 | 2025-02-23T13:01:10.282Z | [ helios-setup] Feb 23 13:01:08.961 INFO E| Downloaded time v0.1.45 |
3033 | 2025-02-23T13:01:10.285Z | [ helios-setup] Feb 23 13:01:08.964 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3034 | 2025-02-23T13:01:10.288Z | [ helios-setup] Feb 23 13:01:08.968 INFO E| Downloaded pin-project-lite v0.2.9 |
3035 | 2025-02-23T13:01:10.297Z | [ helios-setup] Feb 23 13:01:08.976 INFO E| Downloaded tinyvec v1.6.0 |
3036 | 2025-02-23T13:01:10.302Z | [ helios-setup] Feb 23 13:01:08.981 INFO E| Downloaded toml v0.7.3 |
3037 | 2025-02-23T13:01:10.307Z | [ helios-setup] Feb 23 13:01:08.987 INFO E| Downloaded semver v1.0.17 |
3038 | 2025-02-23T13:01:10.312Z | [ helios-setup] Feb 23 13:01:08.992 INFO E| Downloaded rhai_codegen v1.5.0 |
3039 | 2025-02-23T13:01:10.330Z | [ helios-setup] Feb 23 13:01:09.009 INFO E| Downloaded serde_derive v1.0.204 |
3040 | 2025-02-23T13:01:10.334Z | [ helios-setup] Feb 23 13:01:09.014 INFO E| Downloaded proc-macro2 v1.0.86 |
3041 | 2025-02-23T13:01:10.339Z | [ helios-setup] Feb 23 13:01:09.019 INFO E| Downloaded miniz_oxide v0.6.2 |
3042 | 2025-02-23T13:01:10.343Z | [ helios-setup] Feb 23 13:01:09.023 INFO E| Downloaded tungstenite v0.18.0 |
3043 | 2025-02-23T13:01:10.348Z | [ helios-setup] Feb 23 13:01:09.028 INFO E| Downloaded schemars v0.8.12 |
3044 | 2025-02-23T13:01:10.385Z | [ helios-setup] Feb 23 13:01:09.065 INFO E| Downloaded serde v1.0.204 |
3045 | 2025-02-23T13:01:10.391Z | [ helios-setup] Feb 23 13:01:09.071 INFO E| Downloaded url v2.3.1 |
3046 | 2025-02-23T13:01:10.396Z | [ helios-setup] Feb 23 13:01:09.076 INFO E| Downloaded tracing v0.1.37 |
3047 | 2025-02-23T13:01:10.403Z | [ helios-setup] Feb 23 13:01:09.083 INFO E| Downloaded tokio-util v0.7.7 |
3048 | 2025-02-23T13:01:10.445Z | [ helios-setup] Feb 23 13:01:09.125 INFO E| Downloaded toml_edit v0.19.8 |
3049 | 2025-02-23T13:01:10.492Z | [ helios-setup] Feb 23 13:01:09.171 INFO E| Downloaded mio v0.8.5 |
3050 | 2025-02-23T13:01:10.501Z | [ helios-setup] Feb 23 13:01:09.181 INFO E| Downloaded unicode-normalization v0.1.22 |
3051 | 2025-02-23T13:01:10.507Z | [ helios-setup] Feb 23 13:01:09.187 INFO E| Downloaded pest v2.5.7 |
3052 | 2025-02-23T13:01:10.515Z | [ helios-setup] Feb 23 13:01:09.195 INFO E| Downloaded winnow v0.4.1 |
3053 | 2025-02-23T13:01:10.529Z | [ helios-setup] Feb 23 13:01:09.209 INFO E| Downloaded crossbeam-channel v0.5.6 |
3054 | 2025-02-23T13:01:10.536Z | [ helios-setup] Feb 23 13:01:09.216 INFO E| Downloaded serde_json v1.0.95 |
3055 | 2025-02-23T13:01:10.549Z | [ helios-setup] Feb 23 13:01:09.229 INFO E| Downloaded aho-corasick v0.7.20 |
3056 | 2025-02-23T13:01:10.556Z | [ helios-setup] Feb 23 13:01:09.235 INFO E| Downloaded clap_builder v4.2.1 |
3057 | 2025-02-23T13:01:10.567Z | [ helios-setup] Feb 23 13:01:09.247 INFO E| Downloaded syn v1.0.107 |
3058 | 2025-02-23T13:01:10.586Z | [ helios-setup] Feb 23 13:01:09.266 INFO E| Downloaded syn v2.0.72 |
3059 | 2025-02-23T13:01:10.606Z | [ helios-setup] Feb 23 13:01:09.285 INFO E| Downloaded rustls v0.21.0 |
3060 | 2025-02-23T13:01:10.630Z | [ helios-setup] Feb 23 13:01:09.309 INFO E| Downloaded hyper v0.14.25 |
3061 | 2025-02-23T13:01:10.644Z | [ helios-setup] Feb 23 13:01:09.323 INFO E| Downloaded regex v1.7.3 |
3062 | 2025-02-23T13:01:10.658Z | [ helios-setup] Feb 23 13:01:09.337 INFO E| Downloaded git2 v0.16.1 |
3063 | 2025-02-23T13:01:10.671Z | [ helios-setup] Feb 23 13:01:09.351 INFO E| Downloaded chrono v0.4.24 |
3064 | 2025-02-23T13:01:10.686Z | [ helios-setup] Feb 23 13:01:09.364 INFO E| Downloaded reqwest v0.11.16 |
3065 | 2025-02-23T13:01:10.698Z | [ helios-setup] Feb 23 13:01:09.377 INFO E| Downloaded rhai v1.14.0 |
3066 | 2025-02-23T13:01:10.720Z | [ helios-setup] Feb 23 13:01:09.399 INFO E| Downloaded rustix v0.37.3 |
3067 | 2025-02-23T13:01:10.751Z | [ helios-setup] Feb 23 13:01:09.431 INFO E| Downloaded idna v0.3.0 |
3068 | 2025-02-23T13:01:10.763Z | [ helios-setup] Feb 23 13:01:09.443 INFO E| Downloaded rayon v1.6.1 |
3069 | 2025-02-23T13:01:10.781Z | [ helios-setup] Feb 23 13:01:09.461 INFO E| Downloaded regress v0.5.0 |
3070 | 2025-02-23T13:01:10.795Z | [ helios-setup] Feb 23 13:01:09.474 INFO E| Downloaded h2 v0.3.16 |
3071 | 2025-02-23T13:01:10.806Z | [ helios-setup] Feb 23 13:01:09.486 INFO E| Downloaded openapiv3 v1.0.2 |
3072 | 2025-02-23T13:01:10.826Z | [ helios-setup] Feb 23 13:01:09.506 INFO E| Downloaded futures-util v0.3.28 |
3073 | 2025-02-23T13:01:10.846Z | [ helios-setup] Feb 23 13:01:09.525 INFO E| Downloaded http v0.2.9 |
3074 | 2025-02-23T13:01:10.852Z | [ helios-setup] Feb 23 13:01:09.531 INFO E| Downloaded flate2 v1.0.25 |
3075 | 2025-02-23T13:01:10.860Z | [ helios-setup] Feb 23 13:01:09.539 INFO E| Downloaded base64 v0.21.0 |
3076 | 2025-02-23T13:01:10.866Z | [ helios-setup] Feb 23 13:01:09.545 INFO E| Downloaded rustls-webpki v0.100.1 |
3077 | 2025-02-23T13:01:10.876Z | [ helios-setup] Feb 23 13:01:09.555 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3078 | 2025-02-23T13:01:10.881Z | [ helios-setup] Feb 23 13:01:09.561 INFO E| Downloaded unicode-linebreak v0.1.4 |
3079 | 2025-02-23T13:01:10.884Z | [ helios-setup] Feb 23 13:01:09.564 INFO E| Downloaded serde_yaml v0.9.21 |
3080 | 2025-02-23T13:01:10.891Z | [ helios-setup] Feb 23 13:01:09.570 INFO E| Downloaded rayon-core v1.10.2 |
3081 | 2025-02-23T13:01:10.897Z | [ helios-setup] Feb 23 13:01:09.577 INFO E| Downloaded tokio v1.27.0 |
3082 | 2025-02-23T13:01:10.952Z | [ helios-setup] Feb 23 13:01:09.631 INFO E| Downloaded memchr v2.5.0 |
3083 | 2025-02-23T13:01:10.958Z | [ helios-setup] Feb 23 13:01:09.638 INFO E| Downloaded futures v0.3.28 |
3084 | 2025-02-23T13:01:10.965Z | [ helios-setup] Feb 23 13:01:09.645 INFO E| Downloaded cc v1.0.78 |
3085 | 2025-02-23T13:01:10.970Z | [ helios-setup] Feb 23 13:01:09.650 INFO E| Downloaded tracing-core v0.1.30 |
3086 | 2025-02-23T13:01:10.974Z | [ helios-setup] Feb 23 13:01:09.653 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3087 | 2025-02-23T13:01:10.978Z | [ helios-setup] Feb 23 13:01:09.657 INFO E| Downloaded bytes v1.4.0 |
3088 | 2025-02-23T13:01:10.984Z | [ helios-setup] Feb 23 13:01:09.663 INFO E| Downloaded ryu v1.0.13 |
3089 | 2025-02-23T13:01:11.011Z | [ helios-setup] Feb 23 13:01:09.688 INFO E| Downloaded uuid v1.3.0 |
3090 | 2025-02-23T13:01:11.015Z | [ helios-setup] Feb 23 13:01:09.694 INFO E| Downloaded unicode-ident v1.0.8 |
3091 | 2025-02-23T13:01:11.019Z | [ helios-setup] Feb 23 13:01:09.698 INFO E| Downloaded unicode-bidi v0.3.13 |
3092 | 2025-02-23T13:01:11.022Z | [ helios-setup] Feb 23 13:01:09.702 INFO E| Downloaded ucd-trie v0.1.5 |
3093 | 2025-02-23T13:01:11.025Z | [ helios-setup] Feb 23 13:01:09.704 INFO E| Downloaded sct v0.7.0 |
3094 | 2025-02-23T13:01:11.031Z | [ helios-setup] Feb 23 13:01:09.709 INFO E| Downloaded parking_lot_core v0.9.6 |
3095 | 2025-02-23T13:01:11.033Z | [ helios-setup] Feb 23 13:01:09.713 INFO E| Downloaded parking_lot v0.12.1 |
3096 | 2025-02-23T13:01:11.037Z | [ helios-setup] Feb 23 13:01:09.717 INFO E| Downloaded libc v0.2.139 |
3097 | 2025-02-23T13:01:11.074Z | [ helios-setup] Feb 23 13:01:09.754 INFO E| Downloaded once_cell v1.17.0 |
3098 | 2025-02-23T13:01:11.077Z | [ helios-setup] Feb 23 13:01:09.757 INFO E| Downloaded log v0.4.17 |
3099 | 2025-02-23T13:01:11.081Z | [ helios-setup] Feb 23 13:01:09.760 INFO E| Downloaded textwrap v0.16.0 |
3100 | 2025-02-23T13:01:11.085Z | [ helios-setup] Feb 23 13:01:09.764 INFO E| Downloaded crossbeam-utils v0.8.14 |
3101 | 2025-02-23T13:01:11.089Z | [ helios-setup] Feb 23 13:01:09.768 INFO E| Downloaded clap v4.2.1 |
3102 | 2025-02-23T13:01:11.100Z | [ helios-setup] Feb 23 13:01:09.780 INFO E| Downloaded tempfile v3.5.0 |
3103 | 2025-02-23T13:01:11.104Z | [ helios-setup] Feb 23 13:01:09.783 INFO E| Downloaded num-traits v0.2.15 |
3104 | 2025-02-23T13:01:11.107Z | [ helios-setup] Feb 23 13:01:09.787 INFO E| Downloaded anyhow v1.0.68 |
3105 | 2025-02-23T13:01:11.113Z | [ helios-setup] Feb 23 13:01:09.792 INFO E| Downloaded socket2 v0.4.9 |
3106 | 2025-02-23T13:01:11.116Z | [ helios-setup] Feb 23 13:01:09.795 INFO E| Downloaded smallvec v1.10.0 |
3107 | 2025-02-23T13:01:11.119Z | [ helios-setup] Feb 23 13:01:09.798 INFO E| Downloaded quote v1.0.36 |
3108 | 2025-02-23T13:01:11.122Z | [ helios-setup] Feb 23 13:01:09.802 INFO E| Downloaded io-lifetimes v1.0.10 |
3109 | 2025-02-23T13:01:11.126Z | [ helios-setup] Feb 23 13:01:09.806 INFO E| Downloaded getrandom v0.2.8 |
3110 | 2025-02-23T13:01:11.130Z | [ helios-setup] Feb 23 13:01:09.809 INFO E| Downloaded ipnet v2.7.2 |
3111 | 2025-02-23T13:01:11.132Z | [ helios-setup] Feb 23 13:01:09.812 INFO E| Downloaded lock_api v0.4.9 |
3112 | 2025-02-23T13:01:11.135Z | [ helios-setup] Feb 23 13:01:09.814 INFO E| Downloaded paste v1.0.12 |
3113 | 2025-02-23T13:01:11.138Z | [ helios-setup] Feb 23 13:01:09.818 INFO E| Downloaded futures-channel v0.3.28 |
3114 | 2025-02-23T13:01:11.141Z | [ helios-setup] Feb 23 13:01:09.821 INFO E| Downloaded cargo-lock v8.0.3 |
3115 | 2025-02-23T13:01:11.145Z | [ helios-setup] Feb 23 13:01:09.825 INFO E| Downloaded httparse v1.8.0 |
3116 | 2025-02-23T13:01:11.149Z | [ helios-setup] Feb 23 13:01:09.828 INFO E| Downloaded camino v1.1.4 |
3117 | 2025-02-23T13:01:11.152Z | [ helios-setup] Feb 23 13:01:09.831 INFO E| Downloaded thiserror-impl v1.0.38 |
3118 | 2025-02-23T13:01:11.154Z | [ helios-setup] Feb 23 13:01:09.833 INFO E| Downloaded ahash v0.8.3 |
3119 | 2025-02-23T13:01:11.158Z | [ helios-setup] Feb 23 13:01:09.837 INFO E| Downloaded anstream v0.2.6 |
3120 | 2025-02-23T13:01:11.161Z | [ helios-setup] Feb 23 13:01:09.840 INFO E| Downloaded ahash v0.7.6 |
3121 | 2025-02-23T13:01:11.165Z | [ helios-setup] Feb 23 13:01:09.844 INFO E| Downloaded futures-executor v0.3.28 |
3122 | 2025-02-23T13:01:11.167Z | [ helios-setup] Feb 23 13:01:09.847 INFO E| Downloaded ppv-lite86 v0.2.17 |
3123 | 2025-02-23T13:01:11.170Z | [ helios-setup] Feb 23 13:01:09.849 INFO E| Downloaded percent-encoding v2.2.0 |
3124 | 2025-02-23T13:01:11.173Z | [ helios-setup] Feb 23 13:01:09.850 INFO E| Downloaded num_cpus v1.15.0 |
3125 | 2025-02-23T13:01:11.182Z | [ helios-setup] Feb 23 13:01:09.854 INFO E| Downloaded jobserver v0.1.26 |
3126 | 2025-02-23T13:01:11.182Z | [ helios-setup] Feb 23 13:01:09.856 INFO E| Downloaded futures-core v0.3.28 |
3127 | 2025-02-23T13:01:11.185Z | [ helios-setup] Feb 23 13:01:09.858 INFO E| Downloaded lazy_static v1.4.0 |
3128 | 2025-02-23T13:01:11.185Z | [ helios-setup] Feb 23 13:01:09.860 INFO E| Downloaded terminal_size v0.2.6 |
3129 | 2025-02-23T13:01:11.185Z | [ helios-setup] Feb 23 13:01:09.862 INFO E| Downloaded itoa v1.0.6 |
3130 | 2025-02-23T13:01:11.185Z | [ helios-setup] Feb 23 13:01:09.864 INFO E| Downloaded iana-time-zone v0.1.56 |
3131 | 2025-02-23T13:01:11.188Z | [ helios-setup] Feb 23 13:01:09.867 INFO E| Downloaded dyn-clone v1.0.11 |
3132 | 2025-02-23T13:01:11.190Z | [ helios-setup] Feb 23 13:01:09.870 INFO E| Downloaded signal-hook-registry v1.4.0 |
3133 | 2025-02-23T13:01:11.193Z | [ helios-setup] Feb 23 13:01:09.872 INFO E| Downloaded sha1 v0.10.5 |
3134 | 2025-02-23T13:01:11.195Z | [ helios-setup] Feb 23 13:01:09.874 INFO E| Downloaded futures-macro v0.3.28 |
3135 | 2025-02-23T13:01:11.198Z | [ helios-setup] Feb 23 13:01:09.875 INFO E| Downloaded cpufeatures v0.2.5 |
3136 | 2025-02-23T13:01:11.198Z | [ helios-setup] Feb 23 13:01:09.877 INFO E| Downloaded spin v0.5.2 |
3137 | 2025-02-23T13:01:11.201Z | [ helios-setup] Feb 23 13:01:09.879 INFO E| Downloaded serde_path_to_error v0.1.11 |
3138 | 2025-02-23T13:01:11.203Z | [ helios-setup] Feb 23 13:01:09.881 INFO E| Downloaded is-terminal v0.4.7 |
3139 | 2025-02-23T13:01:11.203Z | [ helios-setup] Feb 23 13:01:09.883 INFO E| Downloaded slog-async v2.7.0 |
3140 | 2025-02-23T13:01:11.206Z | [ helios-setup] Feb 23 13:01:09.885 INFO E| Downloaded memoffset v0.7.1 |
3141 | 2025-02-23T13:01:11.209Z | [ helios-setup] Feb 23 13:01:09.886 INFO E| Downloaded digest v0.10.6 |
3142 | 2025-02-23T13:01:11.211Z | [ helios-setup] Feb 23 13:01:09.889 INFO E| Downloaded serde_tokenstream v0.2.0 |
3143 | 2025-02-23T13:01:11.214Z | [ helios-setup] Feb 23 13:01:09.894 INFO E| Downloaded num_enum v0.5.7 |
3144 | 2025-02-23T13:01:11.221Z | [ helios-setup] Feb 23 13:01:09.901 INFO E| Downloaded form_urlencoded v1.1.0 |
3145 | 2025-02-23T13:01:11.227Z | [ helios-setup] Feb 23 13:01:09.902 INFO E| Downloaded either v1.8.0 |
3146 | 2025-02-23T13:01:11.227Z | [ helios-setup] Feb 23 13:01:09.904 INFO E| Downloaded encoding_rs v0.8.32 |
3147 | 2025-02-23T13:01:11.255Z | [ helios-setup] Feb 23 13:01:09.934 INFO E| Downloaded clap_lex v0.4.1 |
3148 | 2025-02-23T13:01:11.262Z | [ helios-setup] Feb 23 13:01:09.937 INFO E| Downloaded built v0.6.0 |
3149 | 2025-02-23T13:01:11.262Z | [ helios-setup] Feb 23 13:01:09.938 INFO E| Downloaded crossbeam-deque v0.8.2 |
3150 | 2025-02-23T13:01:11.266Z | [ helios-setup] Feb 23 13:01:09.946 INFO E| Downloaded block-buffer v0.10.3 |
3151 | 2025-02-23T13:01:11.269Z | [ helios-setup] Feb 23 13:01:09.947 INFO E| Downloaded concolor-query v0.3.3 |
3152 | 2025-02-23T13:01:11.269Z | [ helios-setup] Feb 23 13:01:09.948 INFO E| Downloaded byteorder v1.4.3 |
3153 | 2025-02-23T13:01:11.271Z | [ helios-setup] Feb 23 13:01:09.951 INFO E| Downloaded bincode v1.3.3 |
3154 | 2025-02-23T13:01:11.274Z | [ helios-setup] Feb 23 13:01:09.953 INFO E| Downloaded anstyle-parse v0.1.1 |
3155 | 2025-02-23T13:01:11.277Z | [ helios-setup] Feb 23 13:01:09.957 INFO E| Downloaded anstyle v0.3.5 |
3156 | 2025-02-23T13:01:11.290Z | [ host-package] Compiling kstat-rs v0.2.4 |
3157 | 2025-02-23T13:01:11.343Z | [ helios-setup] Feb 23 13:01:10.023 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3158 | 2025-02-23T13:01:11.505Z | [ helios-setup] Feb 23 13:01:10.184 INFO E| Downloaded libz-sys v1.1.8 |
3159 | 2025-02-23T13:01:11.848Z | [ helios-setup] Feb 23 13:01:10.527 INFO E| Downloaded ring v0.16.20 |
3160 | 2025-02-23T13:01:12.303Z | [ helios-setup] Feb 23 13:01:10.982 INFO E| Compiling proc-macro2 v1.0.86 |
3161 | 2025-02-23T13:01:12.303Z | [ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling libc v0.2.139 |
3162 | 2025-02-23T13:01:12.304Z | [ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling unicode-ident v1.0.8 |
3163 | 2025-02-23T13:01:12.306Z | [ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling autocfg v1.1.0 |
3164 | 2025-02-23T13:01:12.306Z | [ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling cfg-if v1.0.0 |
3165 | 2025-02-23T13:01:12.306Z | [ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling version_check v0.9.4 |
3166 | 2025-02-23T13:01:12.306Z | [ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling serde v1.0.204 |
3167 | 2025-02-23T13:01:12.306Z | [ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling syn v1.0.107 |
3168 | 2025-02-23T13:01:12.371Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
3169 | 2025-02-23T13:01:12.778Z | [ helios-setup] Feb 23 13:01:11.458 INFO E| Compiling memchr v2.5.0 |
3170 | 2025-02-23T13:01:13.029Z | [ helios-setup] Feb 23 13:01:11.708 INFO E| Compiling once_cell v1.17.0 |
3171 | 2025-02-23T13:01:13.104Z | [ host-package] Compiling oso-derive v0.27.3 |
3172 | 2025-02-23T13:01:13.975Z | [ helios-setup] Feb 23 13:01:12.652 INFO E| Compiling thiserror v1.0.38 |
3173 | 2025-02-23T13:01:14.004Z | [ host-package] Compiling quick-xml v0.37.2 |
3174 | 2025-02-23T13:01:14.130Z | [ helios-setup] Feb 23 13:01:12.809 INFO E| Compiling log v0.4.17 |
3175 | 2025-02-23T13:01:14.466Z | [ helios-setup] Feb 23 13:01:13.145 INFO E| Compiling serde_json v1.0.95 |
3176 | 2025-02-23T13:01:15.103Z | [ helios-setup] Feb 23 13:01:13.782 INFO E| Compiling itoa v1.0.6 |
3177 | 2025-02-23T13:01:15.767Z | [ helios-setup] Feb 23 13:01:14.446 INFO E| Compiling jobserver v0.1.26 |
3178 | 2025-02-23T13:01:15.918Z | [ helios-setup] Feb 23 13:01:14.597 INFO E| Compiling getrandom v0.2.8 |
3179 | 2025-02-23T13:01:16.357Z | [ helios-setup] Feb 23 13:01:15.036 INFO E| Compiling cc v1.0.78 |
3180 | 2025-02-23T13:01:16.538Z | [ helios-setup] Feb 23 13:01:15.217 INFO E| Compiling quote v1.0.36 |
3181 | 2025-02-23T13:01:16.655Z | [ helios-setup] Feb 23 13:01:15.333 INFO E| Compiling scopeguard v1.1.0 |
3182 | 2025-02-23T13:01:16.737Z | [ helios-setup] Feb 23 13:01:15.416 INFO E| Compiling pin-project-lite v0.2.9 |
3183 | 2025-02-23T13:01:17.176Z | [ helios-setup] Feb 23 13:01:15.840 INFO E| Compiling indexmap v1.9.3 |
3184 | 2025-02-23T13:01:17.254Z | [ helios-setup] Feb 23 13:01:15.933 INFO E| Compiling syn v2.0.72 |
3185 | 2025-02-23T13:01:17.599Z | [ helios-setup] Feb 23 13:01:16.277 INFO E| Compiling bytes v1.4.0 |
3186 | 2025-02-23T13:01:17.751Z | [ helios-setup] Feb 23 13:01:16.430 INFO E| Compiling futures-core v0.3.28 |
3187 | 2025-02-23T13:01:18.007Z | [ helios-setup] Feb 23 13:01:16.686 INFO E| Compiling num-integer v0.1.45 |
3188 | 2025-02-23T13:01:18.134Z | [ helios-setup] Feb 23 13:01:16.813 INFO E| Compiling ryu v1.0.13 |
3189 | 2025-02-23T13:01:19.484Z | [ helios-setup] Feb 23 13:01:18.163 INFO E| Compiling lock_api v0.4.9 |
3190 | 2025-02-23T13:01:19.844Z | [ helios-setup] Feb 23 13:01:18.522 INFO E| Compiling parking_lot_core v0.9.6 |
3191 | 2025-02-23T13:01:20.234Z | [ helios-setup] Feb 23 13:01:18.912 INFO E| Compiling typenum v1.16.0 |
3192 | 2025-02-23T13:01:20.393Z | [ helios-setup] Feb 23 13:01:19.071 INFO E| Compiling bitflags v1.3.2 |
3193 | 2025-02-23T13:01:20.836Z | [ helios-setup] Feb 23 13:01:19.514 INFO E| Compiling num_cpus v1.15.0 |
3194 | 2025-02-23T13:01:21.005Z | [ helios-setup] Feb 23 13:01:19.683 INFO E| Compiling generic-array v0.14.6 |
3195 | 2025-02-23T13:01:21.086Z | [ helios-setup] Feb 23 13:01:19.764 INFO E| Compiling slab v0.4.7 |
3196 | 2025-02-23T13:01:21.260Z | [ helios-setup] Feb 23 13:01:19.935 INFO E| Compiling futures-sink v0.3.28 |
3197 | 2025-02-23T13:01:21.395Z | [ helios-setup] Feb 23 13:01:20.073 INFO E| Compiling futures-channel v0.3.28 |
3198 | 2025-02-23T13:01:21.440Z | [ helios-setup] Feb 23 13:01:20.118 INFO E| Compiling futures-task v0.3.28 |
3199 | 2025-02-23T13:01:22.375Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
3200 | 2025-02-23T13:01:22.466Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
3201 | 2025-02-23T13:01:22.551Z | [ helios-setup] Feb 23 13:01:21.229 INFO E| Compiling tokio v1.27.0 |
3202 | 2025-02-23T13:01:22.597Z | [ helios-setup] Feb 23 13:01:21.275 INFO E| Compiling futures-util v0.3.28 |
3203 | 2025-02-23T13:01:23.569Z | [ helios-setup] Feb 23 13:01:22.246 INFO E| Compiling mio v0.8.5 |
3204 | 2025-02-23T13:01:23.645Z | [ helios-setup] Feb 23 13:01:22.323 INFO E| Compiling socket2 v0.4.9 |
3205 | 2025-02-23T13:01:23.678Z | [ host-package] Compiling reedline v0.35.0 |
3206 | 2025-02-23T13:01:23.755Z | [ helios-setup] Feb 23 13:01:22.432 INFO E| Compiling signal-hook-registry v1.4.0 |
3207 | 2025-02-23T13:01:24.434Z | [ helios-setup] Feb 23 13:01:23.111 INFO E| Compiling schemars v0.8.12 |
3208 | 2025-02-23T13:01:24.543Z | [ helios-setup] Feb 23 13:01:23.220 INFO E| Compiling pin-utils v0.1.0 |
3209 | 2025-02-23T13:01:24.801Z | [ host-package] Compiling oso v0.27.3 |
3210 | 2025-02-23T13:01:24.830Z | [ helios-setup] Feb 23 13:01:23.507 INFO E| Compiling futures-io v0.3.28 |
3211 | 2025-02-23T13:01:25.637Z | [ helios-setup] Feb 23 13:01:24.314 INFO E| Compiling ahash v0.7.6 |
3212 | 2025-02-23T13:01:25.711Z | [ helios-setup] Feb 23 13:01:24.388 INFO E| Compiling num-traits v0.2.15 |
3213 | 2025-02-23T13:01:26.607Z | [ helios-setup] Feb 23 13:01:25.284 INFO E| Compiling crunchy v0.2.2 |
3214 | 2025-02-23T13:01:26.742Z | [ helios-setup] Feb 23 13:01:25.419 INFO E| Compiling io-lifetimes v1.0.10 |
3215 | 2025-02-23T13:01:27.380Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3216 | 2025-02-23T13:01:27.449Z | [ helios-setup] Feb 23 13:01:26.126 INFO E| Compiling ahash v0.8.3 |
3217 | 2025-02-23T13:01:28.012Z | [ helios-setup] Feb 23 13:01:26.684 INFO E| Compiling block-buffer v0.10.3 |
3218 | 2025-02-23T13:01:28.210Z | [ helios-setup] Feb 23 13:01:26.878 INFO E| Compiling crypto-common v0.1.6 |
3219 | 2025-02-23T13:01:28.265Z | [ helios-setup] Feb 23 13:01:26.941 INFO E| Compiling serde_derive_internals v0.26.0 |
3220 | 2025-02-23T13:01:28.504Z | [ helios-setup] Feb 23 13:01:27.180 INFO E| Compiling slog v2.7.0 |
3221 | 2025-02-23T13:01:28.564Z | [ helios-setup] Feb 23 13:01:27.241 INFO E| Compiling crossbeam-utils v0.8.14 |
3222 | 2025-02-23T13:01:28.618Z | [ helios-setup] Feb 23 13:01:27.294 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3223 | 2025-02-23T13:01:28.620Z | [ host-package] Compiling peg v0.8.4 |
3224 | 2025-02-23T13:01:29.179Z | [ host-package] Compiling tabled v0.15.0 |
3225 | 2025-02-23T13:01:29.750Z | [ helios-setup] Feb 23 13:01:28.426 INFO E| Compiling tiny-keccak v2.0.2 |
3226 | 2025-02-23T13:01:29.764Z | [ helios-setup] Feb 23 13:01:28.440 INFO E| Compiling rustix v0.37.3 |
3227 | 2025-02-23T13:01:30.213Z | [ helios-setup] Feb 23 13:01:28.889 INFO E| Compiling hashbrown v0.12.3 |
3228 | 2025-02-23T13:01:31.695Z | [ helios-setup] Feb 23 13:01:30.371 INFO E| Compiling digest v0.10.6 |
3229 | 2025-02-23T13:01:32.245Z | [ helios-setup] Feb 23 13:01:30.921 INFO E| Compiling errno v0.3.1 |
3230 | 2025-02-23T13:01:32.546Z | [ helios-setup] Feb 23 13:01:31.222 INFO E| Compiling pkg-config v0.3.26 |
3231 | 2025-02-23T13:01:32.655Z | [ helios-setup] Feb 23 13:01:31.331 INFO E| Compiling fnv v1.0.7 |
3232 | 2025-02-23T13:01:32.717Z | [ helios-setup] Feb 23 13:01:31.393 INFO E| Compiling unicode-width v0.1.10 |
3233 | 2025-02-23T13:01:32.928Z | [ helios-setup] Feb 23 13:01:31.604 INFO E| Compiling anyhow v1.0.68 |
3234 | 2025-02-23T13:01:33.361Z | [ helios-setup] Feb 23 13:01:32.036 INFO E| Compiling cpufeatures v0.2.5 |
3235 | 2025-02-23T13:01:33.693Z | [ helios-setup] Feb 23 13:01:32.368 INFO E| Compiling http v0.2.9 |
3236 | 2025-02-23T13:01:35.180Z | [ helios-setup] Feb 23 13:01:33.855 INFO E| Compiling thiserror-impl v1.0.38 |
3237 | 2025-02-23T13:01:35.389Z | [ helios-setup] Feb 23 13:01:34.065 INFO E| Compiling schemars_derive v0.8.12 |
3238 | 2025-02-23T13:01:37.481Z | [ helios-setup] Feb 23 13:01:36.156 INFO E| Compiling serde_derive v1.0.204 |
3239 | 2025-02-23T13:01:38.280Z | [ helios-setup] Feb 23 13:01:36.955 INFO E| Compiling tokio-macros v2.0.0 |
3240 | 2025-02-23T13:01:38.482Z | [ helios-setup] Feb 23 13:01:37.157 INFO E| Compiling futures-macro v0.3.28 |
3241 | 2025-02-23T13:01:39.893Z | [ helios-setup] Feb 23 13:01:38.568 INFO E| Compiling aho-corasick v0.7.20 |
3242 | 2025-02-23T13:01:40.925Z | [ helios-setup] Feb 23 13:01:39.600 INFO E| Compiling percent-encoding v2.2.0 |
3243 | 2025-02-23T13:01:41.455Z | [ helios-setup] Feb 23 13:01:40.129 INFO E| Compiling httparse v1.8.0 |
3244 | 2025-02-23T13:01:41.552Z | [ helios-setup] Feb 23 13:01:40.226 INFO E| Compiling regex-syntax v0.6.29 |
3245 | 2025-02-23T13:01:41.902Z | [ helios-setup] Feb 23 13:01:40.576 INFO E| Compiling tinyvec_macros v0.1.1 |
3246 | 2025-02-23T13:01:42.187Z | [ helios-setup] Feb 23 13:01:40.861 INFO E| Compiling heck v0.4.1 |
3247 | 2025-02-23T13:01:42.357Z | [ helios-setup] Feb 23 13:01:41.032 INFO E| Compiling tinyvec v1.6.0 |
3248 | 2025-02-23T13:01:43.233Z | [ helios-setup] Feb 23 13:01:41.907 INFO E| Compiling form_urlencoded v1.1.0 |
3249 | 2025-02-23T13:01:43.430Z | [ helios-setup] Feb 23 13:01:42.104 INFO E| Compiling const-random-macro v0.1.15 |
3250 | 2025-02-23T13:01:44.357Z | [ helios-setup] Feb 23 13:01:43.031 INFO E| Compiling hashbrown v0.13.2 |
3251 | 2025-02-23T13:01:45.590Z | [ helios-setup] Feb 23 13:01:44.264 INFO E| Compiling chrono v0.4.24 |
3252 | 2025-02-23T13:01:46.579Z | [ helios-setup] Feb 23 13:01:45.252 INFO E| Compiling libz-sys v1.1.8 |
3253 | 2025-02-23T13:01:47.466Z | [ helios-setup] Feb 23 13:01:46.139 INFO E| Compiling getopts v0.2.21 |
3254 | 2025-02-23T13:01:48.131Z | [ helios-setup] Feb 23 13:01:46.805 INFO E| Compiling memoffset v0.7.1 |
3255 | 2025-02-23T13:01:48.872Z | [ helios-setup] Feb 23 13:01:47.545 INFO E| Compiling regex v1.7.3 |
3256 | 2025-02-23T13:01:48.928Z | [ helios-setup] Feb 23 13:01:47.598 INFO E| Compiling powerfmt v0.2.0 |
3257 | 2025-02-23T13:01:49.173Z | [ helios-setup] Feb 23 13:01:47.846 INFO E| Compiling time-core v0.1.2 |
3258 | 2025-02-23T13:01:49.249Z | [ helios-setup] Feb 23 13:01:47.922 INFO E| Compiling uuid v1.3.0 |
3259 | 2025-02-23T13:01:49.669Z | [ helios-setup] Feb 23 13:01:48.342 INFO E| Compiling dyn-clone v1.0.11 |
3260 | 2025-02-23T13:01:50.322Z | [ helios-setup] Feb 23 13:01:48.994 INFO E| Compiling num-conv v0.1.0 |
3261 | 2025-02-23T13:01:50.480Z | [ helios-setup] Feb 23 13:01:49.152 INFO E| Compiling deranged v0.3.11 |
3262 | 2025-02-23T13:01:51.285Z | [ helios-setup] Feb 23 13:01:49.953 INFO E| Compiling time-macros v0.2.18 |
3263 | 2025-02-23T13:01:51.648Z | [ helios-setup] Feb 23 13:01:50.320 INFO E| Compiling unicode-normalization v0.1.22 |
3264 | 2025-02-23T13:01:51.945Z | [ helios-setup] Feb 23 13:01:50.617 INFO E| Compiling regress v0.5.0 |
3265 | 2025-02-23T13:01:53.982Z | [ helios-setup] Feb 23 13:01:52.654 INFO E| Compiling const-random v0.1.15 |
3266 | 2025-02-23T13:01:56.878Z | [ helios-setup] Feb 23 13:01:55.549 INFO E| Compiling tracing-core v0.1.30 |
3267 | 2025-02-23T13:01:56.947Z | [ helios-setup] Feb 23 13:01:55.619 INFO E| Compiling crossbeam-epoch v0.9.13 |
3268 | 2025-02-23T13:01:58.097Z | [ helios-setup] Feb 23 13:01:56.768 INFO E| Compiling num_threads v0.1.6 |
3269 | 2025-02-23T13:01:58.513Z | [ helios-setup] Feb 23 13:01:57.184 INFO E| Compiling unicode-bidi v0.3.13 |
3270 | 2025-02-23T13:01:58.581Z | [ helios-setup] Feb 23 13:01:57.252 INFO E| Compiling ucd-trie v0.1.5 |
3271 | 2025-02-23T13:01:58.712Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3272 | 2025-02-23T13:01:59.488Z | [ helios-setup] Feb 23 13:01:58.159 INFO E| Compiling pest v2.5.7 |
3273 | 2025-02-23T13:02:00.836Z | [ helios-setup] Feb 23 13:01:59.506 INFO E| Compiling idna v0.3.0 |
3274 | 2025-02-23T13:02:00.952Z | [ helios-setup] Feb 23 13:01:59.623 INFO E| Compiling time v0.3.36 |
3275 | 2025-02-23T13:02:01.162Z | [ helios-setup] Feb 23 13:01:59.833 INFO E| Compiling tracing v0.1.37 |
3276 | 2025-02-23T13:02:02.837Z | [ helios-setup] Feb 23 13:02:01.508 INFO E| Compiling toml v0.5.11 |
3277 | 2025-02-23T13:02:03.236Z | [ helios-setup] Feb 23 13:02:01.907 INFO E| Compiling smallvec v1.10.0 |
3278 | 2025-02-23T13:02:06.551Z | [ helios-setup] Feb 23 13:02:05.221 INFO E| Compiling parking_lot v0.12.1 |
3279 | 2025-02-23T13:02:06.587Z | [ helios-setup] Feb 23 13:02:05.257 INFO E| Compiling serde_tokenstream v0.2.0 |
3280 | 2025-02-23T13:02:07.732Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3281 | 2025-02-23T13:02:08.503Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3282 | 2025-02-23T13:02:10.368Z | [ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3283 | 2025-02-23T13:02:11.388Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3284 | 2025-02-23T13:02:12.063Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
3285 | 2025-02-23T13:02:12.552Z | [ host-package] Compiling bb8 v0.8.5 |
3286 | 2025-02-23T13:02:12.914Z | [ helios-setup] Feb 23 13:02:11.582 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3287 | 2025-02-23T13:02:13.159Z | [ helios-setup] Feb 23 13:02:11.827 INFO E| Compiling crossbeam-channel v0.5.6 |
3288 | 2025-02-23T13:02:14.365Z | [ helios-setup] Feb 23 13:02:13.034 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3289 | 2025-02-23T13:02:14.540Z | [ host-package] Compiling bcs v0.1.6 |
3290 | 2025-02-23T13:02:15.384Z | [ helios-setup] Feb 23 13:02:14.053 INFO E| Compiling time v0.1.45 |
3291 | 2025-02-23T13:02:16.273Z | [ host-package] Compiling libz-sys v1.1.20 |
3292 | 2025-02-23T13:02:16.486Z | [ helios-setup] Feb 23 13:02:15.155 INFO E| Compiling dirs-sys-next v0.1.2 |
3293 | 2025-02-23T13:02:17.732Z | [ host-package] Compiling nanorand v0.7.0 |
3294 | 2025-02-23T13:02:18.678Z | [ helios-setup] Feb 23 13:02:17.346 INFO E| Compiling iana-time-zone v0.1.56 |
3295 | 2025-02-23T13:02:18.746Z | [ helios-setup] Feb 23 13:02:17.414 INFO E| Compiling crc32fast v1.3.2 |
3296 | 2025-02-23T13:02:19.157Z | [ helios-setup] Feb 23 13:02:17.825 INFO E| Compiling semver v1.0.17 |
3297 | 2025-02-23T13:02:19.300Z | [ host-package] Compiling termtree v0.5.1 |
3298 | 2025-02-23T13:02:20.193Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3299 | 2025-02-23T13:02:20.291Z | [ helios-setup] Feb 23 13:02:18.959 INFO E| Compiling dirs-next v2.0.0 |
3300 | 2025-02-23T13:02:21.446Z | [ host-package] Compiling flume v0.11.1 |
3301 | 2025-02-23T13:02:21.490Z | [ helios-setup] Feb 23 13:02:20.158 INFO E| Compiling url v2.3.1 |
3302 | 2025-02-23T13:02:23.292Z | [ helios-setup] Feb 23 13:02:21.959 INFO E| Compiling proc-macro-crate v1.2.1 |
3303 | 2025-02-23T13:02:23.468Z | [ helios-setup] Feb 23 13:02:22.135 INFO E| Compiling semver-parser v0.10.2 |
3304 | 2025-02-23T13:02:24.154Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3305 | 2025-02-23T13:02:24.894Z | [ helios-setup] Feb 23 13:02:23.561 INFO E| Compiling futures-executor v0.3.28 |
3306 | 2025-02-23T13:02:25.869Z | [ helios-setup] Feb 23 13:02:24.536 INFO E| Compiling tokio-util v0.7.7 |
3307 | 2025-02-23T13:02:26.807Z | [ helios-setup] Feb 23 13:02:25.474 INFO E| Compiling thread_local v1.1.7 |
3308 | 2025-02-23T13:02:27.119Z | [ helios-setup] Feb 23 13:02:25.785 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3309 | 2025-02-23T13:02:27.308Z | [ helios-setup] Feb 23 13:02:25.969 INFO E| Compiling adler v1.0.2 |
3310 | 2025-02-23T13:02:27.676Z | [ host-package] Compiling mime_guess v2.0.5 |
3311 | 2025-02-23T13:02:27.831Z | [ helios-setup] Feb 23 13:02:26.497 INFO E| Compiling rayon-core v1.10.2 |
3312 | 2025-02-23T13:02:27.900Z | [ helios-setup] Feb 23 13:02:26.567 INFO E| Compiling same-file v1.0.6 |
3313 | 2025-02-23T13:02:28.557Z | [ helios-setup] Feb 23 13:02:27.223 INFO E| Compiling try-lock v0.2.4 |
3314 | 2025-02-23T13:02:29.276Z | [ helios-setup] Feb 23 13:02:27.942 INFO E| Compiling want v0.3.0 |
3315 | 2025-02-23T13:02:29.462Z | [ helios-setup] Feb 23 13:02:28.128 INFO E| Compiling walkdir v2.3.3 |
3316 | 2025-02-23T13:02:30.501Z | [ helios-setup] Feb 23 13:02:29.167 INFO E| Compiling h2 v0.3.16 |
3317 | 2025-02-23T13:02:30.557Z | [ helios-setup] Feb 23 13:02:29.223 INFO E| Compiling miniz_oxide v0.6.2 |
3318 | 2025-02-23T13:02:32.201Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3319 | 2025-02-23T13:02:32.353Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3320 | 2025-02-23T13:02:34.557Z | [ helios-setup] Feb 23 13:02:33.223 INFO E| Compiling futures v0.3.28 |
3321 | 2025-02-23T13:02:34.862Z | [ helios-setup] Feb 23 13:02:33.526 INFO E| Compiling num_enum_derive v0.5.7 |
3322 | 2025-02-23T13:02:35.283Z | [ helios-setup] Feb 23 13:02:33.948 INFO E| Compiling semver v0.11.0 |
3323 | 2025-02-23T13:02:35.555Z | [ helios-setup] Feb 23 13:02:34.220 INFO E| Compiling crossbeam-deque v0.8.2 |
3324 | 2025-02-23T13:02:36.645Z | [ helios-setup] Feb 23 13:02:35.310 INFO E| Compiling term v0.7.0 |
3325 | 2025-02-23T13:02:38.505Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
3326 | 2025-02-23T13:02:38.505Z | [ helios-setup] Feb 23 13:02:37.170 INFO E| Compiling http-body v0.4.5 |
3327 | 2025-02-23T13:02:39.500Z | [ helios-setup] Feb 23 13:02:38.165 INFO E| Compiling sha2 v0.10.6 |
3328 | 2025-02-23T13:02:40.342Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
3329 | 2025-02-23T13:02:41.193Z | [ helios-setup] Feb 23 13:02:39.858 INFO E| Compiling ring v0.16.20 |
3330 | 2025-02-23T13:02:42.505Z | [ host-package] Compiling nibble_vec v0.1.0 |
3331 | 2025-02-23T13:02:43.107Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3332 | 2025-02-23T13:02:43.568Z | [ helios-setup] Feb 23 13:02:42.232 INFO E| Compiling rand_core v0.6.4 |
3333 | 2025-02-23T13:02:43.617Z | [ host-package] Compiling atty v0.2.14 |
3334 | 2025-02-23T13:02:44.430Z | [ host-package] Compiling salty v0.3.0 |
3335 | 2025-02-23T13:02:44.463Z | [ helios-setup] Feb 23 13:02:43.125 INFO E| Compiling atty v0.2.14 |
3336 | 2025-02-23T13:02:44.546Z | [ helios-setup] Feb 23 13:02:43.210 INFO E| Compiling home v0.5.4 |
3337 | 2025-02-23T13:02:44.798Z | [ host-package] Compiling http-range v0.1.5 |
3338 | 2025-02-23T13:02:44.986Z | [ helios-setup] Feb 23 13:02:43.650 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3339 | 2025-02-23T13:02:45.274Z | [ helios-setup] Feb 23 13:02:43.937 INFO E| Compiling ppv-lite86 v0.2.17 |
3340 | 2025-02-23T13:02:45.648Z | [ host-package] Compiling endian-type v0.1.2 |
3341 | 2025-02-23T13:02:45.932Z | [ helios-setup] Feb 23 13:02:44.595 INFO E| Compiling tower-service v0.3.2 |
3342 | 2025-02-23T13:02:46.352Z | [ helios-setup] Feb 23 13:02:45.015 INFO E| Compiling httpdate v1.0.2 |
3343 | 2025-02-23T13:02:46.499Z | [ host-package] Compiling radix_trie v0.2.1 |
3344 | 2025-02-23T13:02:46.829Z | [ helios-setup] Feb 23 13:02:45.493 INFO E| Compiling utf8parse v0.2.1 |
3345 | 2025-02-23T13:02:47.028Z | [ helios-setup] Feb 23 13:02:45.691 INFO E| Compiling fastrand v1.9.0 |
3346 | 2025-02-23T13:02:47.469Z | [ helios-setup] Feb 23 13:02:46.133 INFO E| Compiling base64 v0.21.0 |
3347 | 2025-02-23T13:02:48.268Z | [ host-package] Compiling parking_lot v0.11.2 |
3348 | 2025-02-23T13:02:48.512Z | [ helios-setup] Feb 23 13:02:47.175 INFO E| Compiling lazy_static v1.4.0 |
3349 | 2025-02-23T13:02:49.127Z | [ helios-setup] Feb 23 13:02:47.789 INFO E| Compiling toolchain_find v0.2.0 |
3350 | 2025-02-23T13:02:49.944Z | [ helios-setup] Feb 23 13:02:48.607 INFO E| Compiling tempfile v3.5.0 |
3351 | 2025-02-23T13:02:50.079Z | [ helios-setup] Feb 23 13:02:48.742 INFO E| Compiling anstyle-parse v0.1.1 |
3352 | 2025-02-23T13:02:51.133Z | [ helios-setup] Feb 23 13:02:49.791 INFO E| Compiling hyper v0.14.25 |
3353 | 2025-02-23T13:02:51.277Z | [ helios-setup] Feb 23 13:02:49.939 INFO E| Compiling rand_chacha v0.3.1 |
3354 | 2025-02-23T13:02:52.445Z | [ helios-setup] Feb 23 13:02:51.107 INFO E| Compiling slog-term v2.9.0 |
3355 | 2025-02-23T13:02:55.874Z | [ host-package] Compiling tabled_derive v0.10.0 |
3356 | 2025-02-23T13:03:00.293Z | [ helios-setup] Feb 23 13:02:58.954 INFO E| Compiling num_enum v0.5.7 |
3357 | 2025-02-23T13:03:00.870Z | [ helios-setup] Feb 23 13:02:59.531 INFO E| Compiling cargo-lock v8.0.3 |
3358 | 2025-02-23T13:03:01.706Z | [ host-package] Compiling papergrid v0.14.0 |
3359 | 2025-02-23T13:03:03.358Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3360 | 2025-02-23T13:03:03.677Z | [ helios-setup] Feb 23 13:03:02.337 INFO E| Compiling flate2 v1.0.25 |
3361 | 2025-02-23T13:03:10.753Z | [ helios-setup] Feb 23 13:03:09.412 INFO E| Compiling serde_urlencoded v0.7.1 |
3362 | 2025-02-23T13:03:11.444Z | [ helios-setup] Feb 23 13:03:10.103 INFO E| Compiling is-terminal v0.4.7 |
3363 | 2025-02-23T13:03:12.050Z | [ helios-setup] Feb 23 13:03:10.709 INFO E| Compiling sha1 v0.10.5 |
3364 | 2025-02-23T13:03:12.553Z | [ helios-setup] Feb 23 13:03:11.212 INFO E| Compiling either v1.8.0 |
3365 | 2025-02-23T13:03:14.198Z | [ helios-setup] Feb 23 13:03:12.857 INFO E| Compiling concolor-query v0.3.3 |
3366 | 2025-02-23T13:03:14.928Z | [ helios-setup] Feb 23 13:03:13.586 INFO E| Compiling anstyle v0.3.5 |
3367 | 2025-02-23T13:03:16.028Z | [ helios-setup] Feb 23 13:03:14.686 INFO E| Compiling concolor-override v1.0.0 |
3368 | 2025-02-23T13:03:16.347Z | [ helios-setup] Feb 23 13:03:15.005 INFO E| Compiling anstream v0.2.6 |
3369 | 2025-02-23T13:03:18.384Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3370 | 2025-02-23T13:03:19.220Z | [ helios-setup] Feb 23 13:03:17.877 INFO E| Compiling rayon v1.6.1 |
3371 | 2025-02-23T13:03:19.737Z | [ helios-setup] Feb 23 13:03:18.395 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3372 | 2025-02-23T13:03:19.862Z | [ helios-setup] Feb 23 13:03:18.520 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3373 | 2025-02-23T13:03:22.653Z | [ helios-setup] Feb 23 13:03:21.310 INFO E| Compiling rand v0.8.5 |
3374 | 2025-02-23T13:03:23.705Z | [ helios-setup] Feb 23 13:03:22.362 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3375 | 2025-02-23T13:03:24.948Z | [ helios-setup] Feb 23 13:03:23.605 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3376 | 2025-02-23T13:03:25.368Z | [ helios-setup] Feb 23 13:03:24.024 INFO E| Compiling openapiv3 v1.0.2 |
3377 | 2025-02-23T13:03:26.328Z | [ helios-setup] Feb 23 13:03:24.984 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3378 | 2025-02-23T13:03:26.882Z | [ helios-setup] Feb 23 13:03:25.538 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3379 | 2025-02-23T13:03:27.052Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3380 | 2025-02-23T13:03:27.570Z | [ helios-setup] Feb 23 13:03:26.227 INFO E| Compiling encoding_rs v0.8.32 |
3381 | 2025-02-23T13:03:27.747Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3382 | 2025-02-23T13:03:29.108Z | [ host-package] Compiling tabled v0.18.0 |
3383 | 2025-02-23T13:03:30.195Z | [ helios-setup] Feb 23 13:03:28.851 INFO E| Compiling byteorder v1.4.3 |
3384 | 2025-02-23T13:03:31.292Z | [ helios-setup] Feb 23 13:03:29.947 INFO E| Compiling untrusted v0.7.1 |
3385 | 2025-02-23T13:03:32.119Z | [ helios-setup] Feb 23 13:03:30.775 INFO E| Compiling unsafe-libyaml v0.2.8 |
3386 | 2025-02-23T13:03:32.202Z | [ helios-setup] Feb 23 13:03:30.858 INFO E| Compiling clap_lex v0.4.1 |
3387 | 2025-02-23T13:03:33.272Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3388 | 2025-02-23T13:03:33.587Z | [ helios-setup] Feb 23 13:03:32.242 INFO E| Compiling strsim v0.10.0 |
3389 | 2025-02-23T13:03:33.832Z | [ helios-setup] Feb 23 13:03:32.487 INFO E| Compiling ipnet v2.7.2 |
3390 | 2025-02-23T13:03:34.412Z | [ helios-setup] Feb 23 13:03:33.068 INFO E| Compiling mime v0.3.17 |
3391 | 2025-02-23T13:03:35.851Z | [ helios-setup] Feb 23 13:03:34.506 INFO E| Compiling base64 v0.13.1 |
3392 | 2025-02-23T13:03:36.520Z | [ helios-setup] Feb 23 13:03:35.175 INFO E| Compiling spin v0.5.2 |
3393 | 2025-02-23T13:03:36.996Z | [ helios-setup] Feb 23 13:03:35.651 INFO E| Compiling project-root v0.2.2 |
3394 | 2025-02-23T13:03:37.427Z | [ helios-setup] Feb 23 13:03:36.082 INFO E| Compiling utf-8 v0.7.6 |
3395 | 2025-02-23T13:03:37.530Z | [ helios-setup] Feb 23 13:03:36.185 INFO E| Compiling reqwest v0.11.16 |
3396 | 2025-02-23T13:03:37.533Z | [ helios-setup] Feb 23 13:03:36.185 INFO E| Compiling serde_yaml v0.9.21 |
3397 | 2025-02-23T13:03:38.339Z | [ helios-setup] Feb 23 13:03:36.994 INFO E| Compiling tungstenite v0.18.0 |
3398 | 2025-02-23T13:03:38.642Z | [ helios-setup] Feb 23 13:03:37.297 INFO E| Compiling clap_builder v4.2.1 |
3399 | 2025-02-23T13:03:39.001Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3400 | 2025-02-23T13:03:39.629Z | [ helios-setup] Feb 23 13:03:38.283 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3401 | 2025-02-23T13:03:43.792Z | [ host-package] Compiling sled v0.34.7 |
3402 | 2025-02-23T13:03:43.988Z | [ helios-setup] Feb 23 13:03:42.642 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3403 | 2025-02-23T13:03:49.081Z | [ helios-setup] Feb 23 13:03:47.734 INFO E| Compiling clap_derive v4.2.0 |
3404 | 2025-02-23T13:03:54.451Z | [ host-package] Compiling hickory-client v0.24.3 |
3405 | 2025-02-23T13:03:57.676Z | [ helios-setup] Feb 23 13:03:56.327 INFO E| Compiling clap v4.2.1 |
3406 | 2025-02-23T13:04:01.979Z | [ helios-setup] Feb 23 13:04:00.629 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3407 | 2025-02-23T13:04:02.397Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3408 | 2025-02-23T13:04:03.181Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3409 | 2025-02-23T13:04:03.689Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3410 | 2025-02-23T13:04:04.783Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3411 | 2025-02-23T13:04:07.666Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3412 | 2025-02-23T13:04:10.505Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3413 | 2025-02-23T13:04:12.851Z | [ host-package] Compiling hickory-server v0.24.3 |
3414 | 2025-02-23T13:04:14.550Z | [ host-package] Compiling primeorder v0.13.6 |
3415 | 2025-02-23T13:04:14.896Z | [ host-package] Compiling castaway v0.2.3 |
3416 | 2025-02-23T13:04:15.473Z | [ host-package] Compiling vergen v8.3.2 |
3417 | 2025-02-23T13:04:15.959Z | [ host-package] Compiling env_filter v0.1.2 |
3418 | 2025-02-23T13:04:16.002Z | [ helios-setup] Feb 23 13:04:14.648 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3419 | 2025-02-23T13:04:16.551Z | [ host-package] Compiling cargo-platform v0.1.8 |
3420 | 2025-02-23T13:04:17.708Z | [ host-package] Compiling tough v0.19.0 |
3421 | 2025-02-23T13:04:18.108Z | [ helios-setup] Feb 23 13:04:16.756 INFO E| Compiling tokio-tungstenite v0.18.0 |
3422 | 2025-02-23T13:04:19.152Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3423 | 2025-02-23T13:04:19.607Z | [ helios-setup] Feb 23 13:04:18.255 INFO E| Compiling smartstring v1.0.1 |
3424 | 2025-02-23T13:04:20.034Z | [ host-package] Compiling env_logger v0.11.5 |
3425 | 2025-02-23T13:04:20.585Z | [ helios-setup] Feb 23 13:04:19.233 INFO E| Compiling rustls v0.21.0 |
3426 | 2025-02-23T13:04:22.930Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3427 | 2025-02-23T13:04:23.177Z | [ helios-setup] Feb 23 13:04:21.824 INFO E| Compiling serde_spanned v0.6.1 |
3428 | 2025-02-23T13:04:23.674Z | [ helios-setup] Feb 23 13:04:22.321 INFO E| Compiling toml_datetime v0.6.1 |
3429 | 2025-02-23T13:04:25.136Z | [ helios-setup] Feb 23 13:04:23.783 INFO E| Compiling camino v1.1.4 |
3430 | 2025-02-23T13:04:25.588Z | [ host-package] Compiling p384 v0.13.0 |
3431 | 2025-02-23T13:04:26.553Z | [ helios-setup] Feb 23 13:04:25.199 INFO E| Compiling async-trait v0.1.68 |
3432 | 2025-02-23T13:04:28.243Z | [ helios-setup] Feb 23 13:04:26.886 INFO E| Compiling paste v1.0.12 |
3433 | 2025-02-23T13:04:29.094Z | [ helios-setup] Feb 23 13:04:27.741 INFO E| Compiling match_cfg v0.1.0 |
3434 | 2025-02-23T13:04:29.378Z | [ helios-setup] Feb 23 13:04:28.024 INFO E| Compiling slog-async v2.7.0 |
3435 | 2025-02-23T13:04:29.631Z | [ helios-setup] Feb 23 13:04:28.276 INFO E| Compiling static_assertions v1.1.0 |
3436 | 2025-02-23T13:04:29.854Z | [ helios-setup] Feb 23 13:04:28.500 INFO E| Compiling winnow v0.4.1 |
3437 | 2025-02-23T13:04:30.914Z | [ helios-setup] Feb 23 13:04:29.560 INFO E| Compiling hostname v0.3.1 |
3438 | 2025-02-23T13:04:31.823Z | [ helios-setup] Feb 23 13:04:30.463 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3439 | 2025-02-23T13:04:31.907Z | [ helios-setup] Feb 23 13:04:30.553 INFO E| Compiling slog-json v2.6.1 |
3440 | 2025-02-23T13:04:32.817Z | [ helios-setup] Feb 23 13:04:31.462 INFO E| Compiling bincode v1.3.3 |
3441 | 2025-02-23T13:04:33.107Z | [ helios-setup] Feb 23 13:04:31.752 INFO E| Compiling unicode-linebreak v0.1.4 |
3442 | 2025-02-23T13:04:35.635Z | [ helios-setup] Feb 23 13:04:34.280 INFO E| Compiling async-stream-impl v0.3.5 |
3443 | 2025-02-23T13:04:36.756Z | [ helios-setup] Feb 23 13:04:35.401 INFO E| Compiling toml_edit v0.19.8 |
3444 | 2025-02-23T13:04:37.932Z | [ helios-setup] Feb 23 13:04:36.576 INFO E| Compiling rhai_codegen v1.5.0 |
3445 | 2025-02-23T13:04:38.146Z | [ helios-setup] Feb 23 13:04:36.790 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3446 | 2025-02-23T13:04:39.287Z | [ helios-setup] Feb 23 13:04:37.932 INFO E| Compiling take_mut v0.2.2 |
3447 | 2025-02-23T13:04:39.957Z | [ host-package] Compiling compact_str v0.8.0 |
3448 | 2025-02-23T13:04:43.300Z | [ helios-setup] Feb 23 13:04:41.942 INFO E| Compiling rhai v1.14.0 |
3449 | 2025-02-23T13:04:44.274Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3450 | 2025-02-23T13:04:45.103Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3451 | 2025-02-23T13:04:45.331Z | [ helios-setup] Feb 23 13:04:43.974 INFO E| Compiling toml v0.7.3 |
3452 | 2025-02-23T13:04:47.982Z | [ helios-setup] Feb 23 13:04:46.625 INFO E| Compiling async-stream v0.3.5 |
3453 | 2025-02-23T13:04:49.094Z | [ helios-setup] Feb 23 13:04:47.737 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3454 | 2025-02-23T13:04:49.216Z | [ helios-setup] Feb 23 13:04:47.859 INFO E| Compiling slog-bunyan v2.4.0 |
3455 | 2025-02-23T13:04:58.066Z | [ helios-setup] Feb 23 13:04:56.708 INFO E| Compiling rustls-pemfile v1.0.2 |
3456 | 2025-02-23T13:04:58.589Z | [ helios-setup] Feb 23 13:04:57.230 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3457 | 2025-02-23T13:04:59.268Z | [ helios-setup] Feb 23 13:04:57.909 INFO E| Compiling serde_path_to_error v0.1.11 |
3458 | 2025-02-23T13:04:59.713Z | [ helios-setup] Feb 23 13:04:58.353 INFO E| Compiling terminal_size v0.2.6 |
3459 | 2025-02-23T13:04:59.953Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3460 | 2025-02-23T13:05:00.523Z | [ helios-setup] Feb 23 13:04:59.164 INFO E| Compiling smawk v0.3.1 |
3461 | 2025-02-23T13:05:00.565Z | [ helios-setup] Feb 23 13:04:59.206 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
3462 | 2025-02-23T13:05:01.250Z | [ helios-setup] Feb 23 13:04:59.891 INFO E| Compiling textwrap v0.16.0 |
3463 | 2025-02-23T13:05:02.152Z | [ host-package] Compiling git2 v0.19.0 |
3464 | 2025-02-23T13:05:07.520Z | [ helios-setup] Feb 23 13:05:06.159 INFO E| Compiling sct v0.7.0 |
3465 | 2025-02-23T13:05:08.033Z | [ helios-setup] Feb 23 13:05:06.673 INFO E| Compiling rustls-webpki v0.100.1 |
3466 | 2025-02-23T13:05:09.450Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3467 | 2025-02-23T13:05:18.203Z | [ helios-setup] Feb 23 13:05:16.841 INFO E| Compiling git2 v0.16.1 |
3468 | 2025-02-23T13:05:18.946Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3469 | 2025-02-23T13:05:19.211Z | [ host-package] Compiling lru v0.12.5 |
3470 | 2025-02-23T13:05:19.410Z | [ host-package] Compiling rand_seeder v0.3.0 |
3471 | 2025-02-23T13:05:19.415Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3472 | 2025-02-23T13:05:19.554Z | [ helios-setup] Feb 23 13:05:18.191 INFO E| Compiling tokio-rustls v0.24.0 |
3473 | 2025-02-23T13:05:19.851Z | [ host-package] Compiling lzma-sys v0.1.20 |
3474 | 2025-02-23T13:05:20.002Z | [ host-package] Compiling instability v0.3.2 |
3475 | 2025-02-23T13:05:20.586Z | [ host-package] Compiling rustls v0.21.12 |
3476 | 2025-02-23T13:05:21.231Z | [ host-package] Compiling indoc v2.0.5 |
3477 | 2025-02-23T13:05:21.286Z | [ host-package] Compiling cassowary v0.3.0 |
3478 | 2025-02-23T13:05:22.416Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3479 | 2025-02-23T13:05:23.255Z | [ host-package] Compiling ratatui v0.29.0 |
3480 | 2025-02-23T13:05:23.660Z | [ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3481 | 2025-02-23T13:05:23.998Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3482 | 2025-02-23T13:05:25.013Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3483 | 2025-02-23T13:05:27.434Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3484 | 2025-02-23T13:05:28.517Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3485 | 2025-02-23T13:05:29.847Z | [ helios-setup] Feb 23 13:05:28.483 INFO E| Compiling built v0.6.0 |
3486 | 2025-02-23T13:05:31.432Z | [ helios-setup] Feb 23 13:05:30.068 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3487 | 2025-02-23T13:05:32.597Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3488 | 2025-02-23T13:05:34.177Z | [ helios-setup] Feb 23 13:05:32.813 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3489 | 2025-02-23T13:05:34.669Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3490 | 2025-02-23T13:05:35.313Z | [ helios-setup] Feb 23 13:05:33.948 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3491 | 2025-02-23T13:05:35.335Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3492 | 2025-02-23T13:05:39.743Z | [ host-package] Compiling sct v0.7.1 |
3493 | 2025-02-23T13:05:40.497Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3494 | 2025-02-23T13:05:41.269Z | [ host-package] Compiling heck v0.3.3 |
3495 | 2025-02-23T13:05:41.882Z | [ host-package] Compiling csv-core v0.1.11 |
3496 | 2025-02-23T13:05:42.580Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3497 | 2025-02-23T13:05:43.633Z | [ host-package] Compiling glob v0.3.2 |
3498 | 2025-02-23T13:05:44.007Z | [ host-package] Compiling csv v1.3.1 |
3499 | 2025-02-23T13:05:47.037Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3500 | 2025-02-23T13:05:48.116Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3501 | 2025-02-23T13:05:52.302Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3502 | 2025-02-23T13:05:54.976Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3503 | 2025-02-23T13:05:56.523Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3504 | 2025-02-23T13:05:56.602Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3505 | 2025-02-23T13:05:58.998Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3506 | 2025-02-23T13:06:02.731Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3507 | 2025-02-23T13:06:07.732Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3508 | 2025-02-23T13:06:08.340Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3509 | 2025-02-23T13:06:08.344Z | [ helios-setup] Feb 23 13:06:06.972 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3510 | 2025-02-23T13:06:10.740Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3511 | 2025-02-23T13:06:11.581Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3512 | 2025-02-23T13:06:12.088Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3513 | 2025-02-23T13:06:12.155Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3514 | 2025-02-23T13:06:12.692Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3515 | 2025-02-23T13:06:12.758Z | [ host-package] Compiling nix v0.27.1 |
3516 | 2025-02-23T13:06:14.048Z | [ host-package] Compiling tungstenite v0.23.0 |
3517 | 2025-02-23T13:06:15.280Z | [ host-package] Compiling hashlink v0.9.1 |
3518 | 2025-02-23T13:06:17.051Z | [ host-package] Compiling base64 v0.13.1 |
3519 | 2025-02-23T13:06:18.283Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3520 | 2025-02-23T13:06:19.554Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3521 | 2025-02-23T13:06:19.821Z | [ host-package] Compiling ron v0.7.1 |
3522 | 2025-02-23T13:06:19.984Z | [ host-package] Compiling rusqlite v0.32.1 |
3523 | 2025-02-23T13:06:20.099Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3524 | 2025-02-23T13:06:20.954Z | [ helios-setup] Feb 23 13:06:19.581 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3525 | 2025-02-23T13:06:21.681Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3526 | 2025-02-23T13:06:23.196Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3527 | 2025-02-23T13:06:23.552Z | [ host-package] Compiling xz2 v0.1.7 |
3528 | 2025-02-23T13:06:24.908Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3529 | 2025-02-23T13:06:26.547Z | [ host-package] Compiling zone v0.1.8 |
3530 | 2025-02-23T13:06:28.198Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3531 | 2025-02-23T13:06:29.518Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3532 | 2025-02-23T13:06:33.190Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3533 | 2025-02-23T13:06:37.724Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3534 | 2025-02-23T13:06:49.858Z | [ helios-setup] Feb 23 13:06:48.480 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3535 | 2025-02-23T13:06:51.764Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3536 | 2025-02-23T13:06:51.820Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3537 | 2025-02-23T13:06:51.881Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3538 | 2025-02-23T13:06:52.318Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3539 | 2025-02-23T13:06:55.234Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3540 | 2025-02-23T13:06:55.724Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3541 | 2025-02-23T13:06:57.735Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3542 | 2025-02-23T13:06:57.981Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3543 | 2025-02-23T13:06:58.932Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3544 | 2025-02-23T13:06:59.219Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3545 | 2025-02-23T13:07:02.663Z | [ host-package] Compiling yasna v0.5.2 |
3546 | 2025-02-23T13:07:08.380Z | [ host-package] Compiling twox-hash v2.1.0 |
3547 | 2025-02-23T13:07:10.561Z | [ host-package] Compiling smawk v0.3.2 |
3548 | 2025-02-23T13:07:11.541Z | [ host-package] Compiling is_ci v1.2.0 |
3549 | 2025-02-23T13:07:12.536Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3550 | 2025-02-23T13:07:12.653Z | [ host-package] Compiling supports-color v3.0.1 |
3551 | 2025-02-23T13:07:13.615Z | [ host-package] Compiling textwrap v0.16.1 |
3552 | 2025-02-23T13:07:13.839Z | [ host-package] Compiling rcgen v0.12.1 |
3553 | 2025-02-23T13:07:18.711Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
3554 | 2025-02-23T13:07:18.954Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3555 | 2025-02-23T13:07:32.383Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3556 | 2025-02-23T13:07:32.573Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3557 | 2025-02-23T13:07:40.761Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3558 | 2025-02-23T13:07:46.429Z | [ helios-setup] Feb 23 13:07:45.041 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s |
3559 | 2025-02-23T13:07:46.600Z | [ helios-setup] Feb 23 13:07:45.212 INFO building project "pilot" ok (402 seconds) |
3560 | 2025-02-23T13:07:46.600Z | [ helios-setup] Feb 23 13:07:45.212 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3561 | 2025-02-23T13:07:46.600Z | [ helios-setup] Feb 23 13:07:45.212 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3562 | 2025-02-23T13:07:46.933Z | [ helios-setup] Feb 23 13:07:45.545 INFO E| Downloading crates ... |
3563 | 2025-02-23T13:07:47.062Z | [ helios-setup] Feb 23 13:07:45.674 INFO E| Downloaded anyhow v1.0.62 |
3564 | 2025-02-23T13:07:47.081Z | [ helios-setup] Feb 23 13:07:45.694 INFO E| Downloaded typenum v1.15.0 |
3565 | 2025-02-23T13:07:47.086Z | [ helios-setup] Feb 23 13:07:45.699 INFO E| Downloaded sha2 v0.10.5 |
3566 | 2025-02-23T13:07:47.089Z | [ helios-setup] Feb 23 13:07:45.702 INFO E| Downloaded digest v0.10.3 |
3567 | 2025-02-23T13:07:47.092Z | [ helios-setup] Feb 23 13:07:45.705 INFO E| Downloaded bytes v1.2.1 |
3568 | 2025-02-23T13:07:47.185Z | [ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling version_check v0.9.4 |
3569 | 2025-02-23T13:07:47.186Z | [ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling typenum v1.15.0 |
3570 | 2025-02-23T13:07:47.188Z | [ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling crc32fast v1.3.2 |
3571 | 2025-02-23T13:07:47.188Z | [ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling cfg-if v1.0.0 |
3572 | 2025-02-23T13:07:47.189Z | [ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling adler v1.0.2 |
3573 | 2025-02-23T13:07:47.189Z | [ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling anyhow v1.0.62 |
3574 | 2025-02-23T13:07:47.189Z | [ helios-setup] Feb 23 13:07:45.799 INFO E| Compiling unicode-width v0.1.10 |
3575 | 2025-02-23T13:07:47.189Z | [ helios-setup] Feb 23 13:07:45.799 INFO E| Compiling cpufeatures v0.2.5 |
3576 | 2025-02-23T13:07:47.532Z | [ helios-setup] Feb 23 13:07:46.144 INFO E| Compiling bitflags v1.3.2 |
3577 | 2025-02-23T13:07:47.857Z | [ helios-setup] Feb 23 13:07:46.469 INFO E| Compiling miniz_oxide v0.6.2 |
3578 | 2025-02-23T13:07:47.890Z | [ helios-setup] Feb 23 13:07:46.502 INFO E| Compiling getopts v0.2.21 |
3579 | 2025-02-23T13:07:47.943Z | [ helios-setup] Feb 23 13:07:46.556 INFO E| Compiling bytes v1.2.1 |
3580 | 2025-02-23T13:07:48.657Z | [ helios-setup] Feb 23 13:07:47.269 INFO E| Compiling generic-array v0.14.6 |
3581 | 2025-02-23T13:07:49.671Z | [ helios-setup] Feb 23 13:07:48.283 INFO E| Compiling flate2 v1.0.25 |
3582 | 2025-02-23T13:07:51.531Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3583 | 2025-02-23T13:07:53.113Z | [ helios-setup] Feb 23 13:07:51.725 INFO E| Compiling block-buffer v0.10.3 |
3584 | 2025-02-23T13:07:53.113Z | [ helios-setup] Feb 23 13:07:51.725 INFO E| Compiling crypto-common v0.1.6 |
3585 | 2025-02-23T13:07:53.345Z | [ helios-setup] Feb 23 13:07:51.957 INFO E| Compiling digest v0.10.3 |
3586 | 2025-02-23T13:07:53.973Z | [ helios-setup] Feb 23 13:07:52.412 INFO E| Compiling sha2 v0.10.5 |
3587 | 2025-02-23T13:07:54.470Z | [ helios-setup] Feb 23 13:07:53.081 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3588 | 2025-02-23T13:07:59.408Z | [ helios-setup] Feb 23 13:07:58.019 INFO E| Finished `release` profile [optimized] target(s) in 12.68s |
3589 | 2025-02-23T13:07:59.425Z | [ helios-setup] Feb 23 13:07:58.036 INFO building project "bootserver" ok (12 seconds) |
3590 | 2025-02-23T13:07:59.429Z | [ helios-setup] rm -f helios-build |
3591 | 2025-02-23T13:07:59.433Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3592 | 2025-02-23T13:07:59.433Z | [ helios-setup] |
3593 | 2025-02-23T13:07:59.436Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3594 | 2025-02-23T13:07:59.436Z | [ helios-setup] |
3595 | 2025-02-23T13:07:59.439Z | [ helios-setup] |
3596 | 2025-02-23T13:07:59.439Z | Feb 23 13:07:58.050 INFO [helios-setup] process exited with exit status: 0 (719.843370343s) |
3597 | 2025-02-23T13:07:59.441Z | [ helios-setup] real 11:59.837015558 |
3598 | 2025-02-23T13:07:59.441Z | [ helios-setup] user 29:06.494247458 |
3599 | 2025-02-23T13:07:59.441Z | [ helios-setup] sys 2:54.124037270 |
3600 | 2025-02-23T13:07:59.441Z | [ helios-setup] trap 1.992419730 |
3601 | 2025-02-23T13:07:59.441Z | [ helios-setup] tflt 6.933000454 |
3602 | 2025-02-23T13:07:59.441Z | [ helios-setup] dflt 24.854839973 |
3603 | 2025-02-23T13:07:59.442Z | [ helios-setup] kflt 0.002840971 |
3604 | 2025-02-23T13:07:59.442Z | [ helios-setup] lock 1:56:14.373808750 |
3605 | 2025-02-23T13:07:59.442Z | [ helios-setup] slp 3:37:41.019775392 |
3606 | 2025-02-23T13:07:59.442Z | [ helios-setup] lat 32:21.805937716 |
3607 | 2025-02-23T13:07:59.442Z | [ helios-setup] stop 4:57.436561926 |
3608 | 2025-02-23T13:07:59.442Z | Feb 23 13:07:58.052 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3609 | 2025-02-23T13:07:59.470Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3610 | 2025-02-23T13:07:59.716Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3611 | 2025-02-23T13:07:59.716Z | [ phbl-toolchain] info: downloading component 'cargo' |
3612 | 2025-02-23T13:08:01.401Z | [ phbl-toolchain] info: downloading component 'clippy' |
3613 | 2025-02-23T13:08:01.569Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3614 | 2025-02-23T13:08:01.904Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3615 | 2025-02-23T13:08:02.735Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3616 | 2025-02-23T13:08:06.507Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3617 | 2025-02-23T13:08:06.579Z | [ phbl-toolchain] info: downloading component 'miri' |
3618 | 2025-02-23T13:08:06.836Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3619 | 2025-02-23T13:08:07.126Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3620 | 2025-02-23T13:08:08.476Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3621 | 2025-02-23T13:08:08.701Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3622 | 2025-02-23T13:08:10.545Z | [ phbl-toolchain] info: downloading component 'rustc' |
3623 | 2025-02-23T13:08:13.479Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3624 | 2025-02-23T13:08:18.743Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3625 | 2025-02-23T13:08:19.007Z | [ phbl-toolchain] info: installing component 'cargo' |
3626 | 2025-02-23T13:08:20.362Z | [ phbl-toolchain] info: installing component 'clippy' |
3627 | 2025-02-23T13:08:20.887Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3628 | 2025-02-23T13:08:24.410Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3629 | 2025-02-23T13:08:26.958Z | [ phbl-toolchain] info: installing component 'miri' |
3630 | 2025-02-23T13:08:27.345Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3631 | 2025-02-23T13:08:27.406Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3632 | 2025-02-23T13:08:27.804Z | [ host-package] Compiling fatfs v0.3.6 |
3633 | 2025-02-23T13:08:29.250Z | [ host-package] Compiling rtoolbox v0.0.2 |
3634 | 2025-02-23T13:08:29.859Z | [ host-package] Compiling subprocess v0.2.9 |
3635 | 2025-02-23T13:08:31.263Z | [ host-package] Compiling assert_matches v1.5.0 |
3636 | 2025-02-23T13:08:31.775Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3637 | 2025-02-23T13:08:34.121Z | [ phbl-toolchain] info: installing component 'rust-src' |
3638 | 2025-02-23T13:08:34.750Z | [ phbl-toolchain] info: installing component 'rust-std' |
3639 | 2025-02-23T13:08:35.343Z | [ host-package] Compiling rpassword v7.3.1 |
3640 | 2025-02-23T13:08:36.080Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3641 | 2025-02-23T13:08:37.369Z | [ phbl-toolchain] info: installing component 'rustc' |
3642 | 2025-02-23T13:08:38.833Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3643 | 2025-02-23T13:08:40.700Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3644 | 2025-02-23T13:08:46.829Z | [ host-package] Compiling tui-tree-widget v0.23.0 |
3645 | 2025-02-23T13:08:46.929Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3646 | 2025-02-23T13:08:47.332Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3647 | 2025-02-23T13:08:47.711Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3648 | 2025-02-23T13:08:47.714Z | Feb 23 13:08:46.314 INFO [phbl-toolchain] process exited with exit status: 0 (48.26157736s) |
3649 | 2025-02-23T13:08:51.986Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3650 | 2025-02-23T13:08:52.366Z | [ host-package] Compiling uzers v0.12.1 |
3651 | 2025-02-23T13:08:55.627Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3652 | 2025-02-23T13:09:01.080Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3653 | 2025-02-23T13:09:03.131Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3654 | 2025-02-23T13:09:29.252Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3655 | 2025-02-23T13:09:32.059Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3656 | 2025-02-23T13:09:36.780Z | [ host-package] Compiling multimap v0.10.0 |
3657 | 2025-02-23T13:12:02.583Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3658 | 2025-02-23T13:19:06.443Z | [ host-package] Finished `release` profile [optimized] target(s) in 21m 20s |
3659 | 2025-02-23T13:20:17.332Z | Feb 23 13:20:15.817 INFO [host-package] process exited with exit status: 0 (1351.914921814s) |
3660 | 2025-02-23T13:20:17.362Z | Feb 23 13:20:15.818 INFO [host-stamp] running task |
3661 | 2025-02-23T13:20:17.362Z | Feb 23 13:20:15.818 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3662 | 2025-02-23T13:20:17.362Z | Feb 23 13:20:15.829 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 13.0.0-0.ci+git32e3ede594d |
3663 | 2025-02-23T13:20:17.378Z | Feb 23 13:20:15.842 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 13.0.0-0.ci+git32e3ede594d |
3664 | 2025-02-23T13:20:17.378Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3665 | 2025-02-23T13:20:17.378Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3666 | 2025-02-23T13:20:17.378Z | Feb 23 13:20:15.854 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 13.0.0-0.ci+git32e3ede594d |
3667 | 2025-02-23T13:20:17.386Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3668 | 2025-02-23T13:20:17.386Z | Feb 23 13:20:15.867 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+git32e3ede594d |
3669 | 2025-02-23T13:20:17.400Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3670 | 2025-02-23T13:20:17.405Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3671 | 2025-02-23T13:20:17.405Z | Feb 23 13:20:15.886 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 13.0.0-0.ci+git32e3ede594d |
3672 | 2025-02-23T13:20:17.421Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3673 | 2025-02-23T13:20:17.421Z | Feb 23 13:20:15.907 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+git32e3ede594d |
3674 | 2025-02-23T13:20:17.459Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3675 | 2025-02-23T13:20:17.460Z | Feb 23 13:20:15.923 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 13.0.0-0.ci+git32e3ede594d |
3676 | 2025-02-23T13:20:17.465Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3677 | 2025-02-23T13:20:17.465Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3678 | 2025-02-23T13:20:17.465Z | Feb 23 13:20:15.941 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 13.0.0-0.ci+git32e3ede594d |
3679 | 2025-02-23T13:20:17.469Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3680 | 2025-02-23T13:20:17.474Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3681 | 2025-02-23T13:20:18.068Z | Feb 23 13:20:15.961 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.008116ms) |
3682 | 2025-02-23T13:20:18.069Z | Feb 23 13:20:15.961 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (107.254523ms) |
3683 | 2025-02-23T13:20:18.069Z | Feb 23 13:20:15.961 INFO [stamp-overlay] process exited with exit status: 0 (75.253045ms) |
3684 | 2025-02-23T13:20:18.069Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3685 | 2025-02-23T13:20:18.069Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3686 | 2025-02-23T13:20:18.069Z | Feb 23 13:20:15.994 INFO [stamp-oxlog] process exited with exit status: 0 (53.053565ms) |
3687 | 2025-02-23T13:20:18.069Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3688 | 2025-02-23T13:20:18.069Z | Feb 23 13:20:16.132 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (224.736382ms) |
3689 | 2025-02-23T13:20:18.069Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3690 | 2025-02-23T13:20:18.070Z | Feb 23 13:20:16.343 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (420.025518ms) |
3691 | 2025-02-23T13:20:18.542Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3692 | 2025-02-23T13:20:18.555Z | Feb 23 13:20:17.032 INFO [stamp-propolis-server] process exited with exit status: 0 (1.19030132s) |
3693 | 2025-02-23T13:20:18.575Z | [recovery-package] Compiling newtype-uuid v1.2.1 |
3694 | 2025-02-23T13:20:21.951Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3695 | 2025-02-23T13:20:21.984Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3696 | 2025-02-23T13:20:21.984Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3697 | 2025-02-23T13:20:21.984Z | [recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3698 | 2025-02-23T13:20:21.984Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3699 | 2025-02-23T13:20:22.028Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3700 | 2025-02-23T13:20:28.107Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3701 | 2025-02-23T13:20:28.114Z | Feb 23 13:20:26.596 INFO [stamp-switch-asic] process exited with exit status: 0 (10.729111672s) |
3702 | 2025-02-23T13:20:28.114Z | Feb 23 13:20:26.596 INFO [host-stamp] task succeeded (10.77853861s) |
3703 | 2025-02-23T13:20:28.114Z | Feb 23 13:20:26.596 INFO [host-proto] running task |
3704 | 2025-02-23T13:20:28.579Z | Feb 23 13:20:27.057 INFO [host-proto] task succeeded (460.814494ms) |
3705 | 2025-02-23T13:20:28.579Z | Feb 23 13:20:27.057 INFO [host-profile] running task |
3706 | 2025-02-23T13:20:28.582Z | Feb 23 13:20:27.057 INFO [host-profile] task succeeded (253.781µs) |
3707 | 2025-02-23T13:20:28.582Z | Feb 23 13:20:27.058 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.34.334' -P /tmp/.tmpO8vQuE/proto/host/root -N 'ci 32e3ede/${os_short_commit} 2025-02-23 12:55' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3708 | 2025-02-23T13:20:28.595Z | [ host-image] Feb 23 13:20:27.079 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3709 | 2025-02-23T13:20:28.599Z | [ host-image] Feb 23 13:20:27.079 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3710 | 2025-02-23T13:20:28.629Z | [ host-image] Feb 23 13:20:27.099 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpO8vQuE/proto/host/root" |
3711 | 2025-02-23T13:20:28.629Z | [ host-image] Feb 23 13:20:27.099 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3712 | 2025-02-23T13:20:28.640Z | [ host-image] Feb 23 13:20:27.099 INFO image builder template: ramdisk-01-os... |
3713 | 2025-02-23T13:20:28.640Z | [ host-image] Feb 23 13:20:27.099 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpO8vQuE/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3714 | 2025-02-23T13:20:28.646Z | [ host-image] Feb 23 13:20:27.126 INFO O| Feb 23 13:20:27.125 INFO CREATE DATASET: rpool/images/build/host/output |
3715 | 2025-02-23T13:20:28.954Z | [ host-image] Feb 23 13:20:27.438 INFO O| Feb 23 13:20:27.438 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3716 | 2025-02-23T13:20:28.960Z | [ host-image] Feb 23 13:20:27.444 INFO O| Feb 23 13:20:27.444 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3717 | 2025-02-23T13:20:29.206Z | [ host-image] Feb 23 13:20:27.691 INFO O| Feb 23 13:20:27.690 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3718 | 2025-02-23T13:20:29.278Z | [ host-image] Feb 23 13:20:27.762 INFO O| Feb 23 13:20:27.762 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3719 | 2025-02-23T13:20:29.288Z | [ host-image] Feb 23 13:20:27.762 INFO O| Feb 23 13:20:27.762 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3720 | 2025-02-23T13:20:29.288Z | [ host-image] Feb 23 13:20:27.763 INFO O| Feb 23 13:20:27.763 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3721 | 2025-02-23T13:20:29.289Z | [ host-image] Feb 23 13:20:27.763 INFO O| Feb 23 13:20:27.763 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3722 | 2025-02-23T13:20:29.289Z | [ host-image] Feb 23 13:20:27.772 INFO O| Feb 23 13:20:27.772 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3723 | 2025-02-23T13:20:29.788Z | [ host-image] Feb 23 13:20:28.018 INFO O| Feb 23 13:20:28.018 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3724 | 2025-02-23T13:20:30.525Z | [ host-image] Feb 23 13:20:28.030 INFO O| Feb 23 13:20:28.030 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3725 | 2025-02-23T13:20:30.525Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3726 | 2025-02-23T13:20:30.525Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3727 | 2025-02-23T13:20:30.525Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3728 | 2025-02-23T13:20:30.526Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3729 | 2025-02-23T13:20:31.548Z | [ host-image] Feb 23 13:20:28.526 INFO O| Feb 23 13:20:28.526 INFO O| Caching catalogs ... Done |
3730 | 2025-02-23T13:20:31.646Z | [ host-image] Feb 23 13:20:28.700 INFO O| Feb 23 13:20:28.700 INFO STEP 0 (pkg_image_create) COMPLETE |
3731 | 2025-02-23T13:20:31.646Z | [ host-image] Feb 23 13:20:28.700 INFO O| Feb 23 13:20:28.700 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3732 | 2025-02-23T13:20:31.646Z | [ host-image] Feb 23 13:20:28.701 INFO O| Feb 23 13:20:28.700 INFO skip step because feature "repo_redist" is not enabled |
3733 | 2025-02-23T13:20:31.646Z | [ host-image] Feb 23 13:20:28.701 INFO O| Feb 23 13:20:28.700 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3734 | 2025-02-23T13:20:31.646Z | [ host-image] Feb 23 13:20:28.725 INFO O| Feb 23 13:20:28.725 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3735 | 2025-02-23T13:20:31.646Z | [ host-image] Feb 23 13:20:29.420 INFO O| Feb 23 13:20:29.419 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3736 | 2025-02-23T13:20:31.646Z | [ host-image] Feb 23 13:20:29.420 INFO O| Feb 23 13:20:29.419 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3737 | 2025-02-23T13:20:31.646Z | [ host-image] Feb 23 13:20:29.441 INFO O| Feb 23 13:20:29.441 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3738 | 2025-02-23T13:20:31.679Z | [ host-image] Feb 23 13:20:30.141 INFO O| Feb 23 13:20:30.141 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3739 | 2025-02-23T13:20:31.680Z | [ host-image] Feb 23 13:20:30.141 INFO O| Feb 23 13:20:30.141 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3740 | 2025-02-23T13:20:31.683Z | [ host-image] Feb 23 13:20:30.141 INFO O| Feb 23 13:20:30.141 INFO skip step because feature "repo_redist" is not enabled |
3741 | 2025-02-23T13:20:31.684Z | [ host-image] Feb 23 13:20:30.141 INFO O| Feb 23 13:20:30.141 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3742 | 2025-02-23T13:20:32.342Z | [ host-image] Feb 23 13:20:30.812 INFO O| Feb 23 13:20:30.812 INFO variant opensolaris.zone is already global |
3743 | 2025-02-23T13:20:32.342Z | [ host-image] Feb 23 13:20:30.812 INFO O| Feb 23 13:20:30.812 INFO STEP 5 (pkg_change_variant) COMPLETE |
3744 | 2025-02-23T13:20:32.342Z | [ host-image] Feb 23 13:20:30.812 INFO O| Feb 23 13:20:30.812 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3745 | 2025-02-23T13:20:32.886Z | [ host-image] Feb 23 13:20:31.368 INFO O| Feb 23 13:20:31.368 INFO variant opensolaris.imagetype is full; changing to partial |
3746 | 2025-02-23T13:20:32.886Z | [ host-image] Feb 23 13:20:31.368 INFO O| Feb 23 13:20:31.368 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3747 | 2025-02-23T13:20:35.977Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3748 | 2025-02-23T13:20:36.365Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3749 | 2025-02-23T13:20:40.260Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3750 | 2025-02-23T13:20:40.332Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3751 | 2025-02-23T13:20:40.347Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3752 | 2025-02-23T13:20:42.579Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3753 | 2025-02-23T13:20:46.736Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3754 | 2025-02-23T13:20:46.821Z | [ host-image] Feb 23 13:20:45.302 INFO O| Feb 23 13:20:45.302 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3755 | 2025-02-23T13:20:54.155Z | [ host-image] Feb 23 13:20:52.621 INFO O| Feb 23 13:20:52.621 INFO O| Startup: Caching catalogs ... Done |
3756 | 2025-02-23T13:20:54.222Z | [ host-image] Feb 23 13:20:52.701 INFO O| Feb 23 13:20:52.701 INFO O| Planning: Planning completed in 0.00 seconds |
3757 | 2025-02-23T13:20:54.226Z | [ host-image] Feb 23 13:20:52.701 INFO O| Feb 23 13:20:52.701 INFO O| Planning: Consolidating action changes ... Done |
3758 | 2025-02-23T13:20:54.226Z | [ host-image] Feb 23 13:20:52.701 INFO O| Feb 23 13:20:52.701 INFO O| Planning: Evaluating mediators ... Done |
3759 | 2025-02-23T13:20:54.226Z | [ host-image] Feb 23 13:20:52.702 INFO O| Feb 23 13:20:52.702 INFO O| Planning: Planning completed in 0.00 seconds |
3760 | 2025-02-23T13:20:54.226Z | [ host-image] Feb 23 13:20:52.702 INFO O| Feb 23 13:20:52.702 INFO O| Variants/Facets to change: 1 |
3761 | 2025-02-23T13:20:54.242Z | [ host-image] Feb 23 13:20:52.722 INFO O| Feb 23 13:20:52.722 INFO O| Done |
3762 | 2025-02-23T13:20:54.242Z | [ host-image] Feb 23 13:20:52.722 INFO O| Feb 23 13:20:52.722 INFO O| Done |
3763 | 2025-02-23T13:20:54.867Z | [ host-image] Feb 23 13:20:53.346 INFO O| Feb 23 13:20:53.346 INFO O| Done |
3764 | 2025-02-23T13:20:54.919Z | [ host-image] Feb 23 13:20:53.399 INFO O| Feb 23 13:20:53.398 INFO O| Done |
3765 | 2025-02-23T13:20:54.935Z | [ host-image] Feb 23 13:20:53.400 INFO O| Feb 23 13:20:53.400 INFO O| Done |
3766 | 2025-02-23T13:20:54.935Z | [ host-image] Feb 23 13:20:53.400 INFO O| Feb 23 13:20:53.400 INFO O| Done |
3767 | 2025-02-23T13:20:54.935Z | [ host-image] Feb 23 13:20:53.401 INFO O| Feb 23 13:20:53.401 INFO O| Done |
3768 | 2025-02-23T13:20:55.423Z | [ host-image] Feb 23 13:20:53.895 INFO O| Feb 23 13:20:53.895 INFO STEP 6 (pkg_change_variant) COMPLETE |
3769 | 2025-02-23T13:20:55.423Z | [ host-image] Feb 23 13:20:53.895 INFO O| Feb 23 13:20:53.895 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3770 | 2025-02-23T13:20:55.428Z | [ host-image] Feb 23 13:20:53.895 INFO O| Feb 23 13:20:53.895 INFO skip step because feature "debug_variant" is not enabled |
3771 | 2025-02-23T13:20:55.428Z | [ host-image] Feb 23 13:20:53.895 INFO O| Feb 23 13:20:53.895 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3772 | 2025-02-23T13:20:55.928Z | [ host-image] Feb 23 13:20:54.407 INFO O| Feb 23 13:20:54.407 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3773 | 2025-02-23T13:20:56.919Z | [ host-image] Feb 23 13:20:55.396 INFO O| Feb 23 13:20:55.396 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3774 | 2025-02-23T13:20:56.922Z | [ host-image] Feb 23 13:20:55.398 INFO O| Feb 23 13:20:55.398 INFO O| Planning: Planning completed in 0.00 seconds |
3775 | 2025-02-23T13:20:56.923Z | [ host-image] Feb 23 13:20:55.399 INFO O| Feb 23 13:20:55.399 INFO O| Planning: Consolidating action changes ... Done |
3776 | 2025-02-23T13:20:56.923Z | [ host-image] Feb 23 13:20:55.399 INFO O| Feb 23 13:20:55.399 INFO O| Planning: Evaluating mediators ... Done |
3777 | 2025-02-23T13:20:56.923Z | [ host-image] Feb 23 13:20:55.400 INFO O| Feb 23 13:20:55.400 INFO O| Planning: Planning completed in 0.00 seconds |
3778 | 2025-02-23T13:20:56.923Z | [ host-image] Feb 23 13:20:55.400 INFO O| Feb 23 13:20:55.400 INFO O| Variants/Facets to change: 1 |
3779 | 2025-02-23T13:20:56.971Z | [ host-image] Feb 23 13:20:55.450 INFO O| Feb 23 13:20:55.450 INFO O| Done |
3780 | 2025-02-23T13:20:56.971Z | [ host-image] Feb 23 13:20:55.450 INFO O| Feb 23 13:20:55.450 INFO O| Done |
3781 | 2025-02-23T13:20:57.970Z | [ host-image] Feb 23 13:20:56.448 INFO O| Feb 23 13:20:56.448 INFO O| Done |
3782 | 2025-02-23T13:20:58.067Z | [ host-image] Feb 23 13:20:56.546 INFO O| Feb 23 13:20:56.546 INFO O| Done |
3783 | 2025-02-23T13:20:58.070Z | [ host-image] Feb 23 13:20:56.547 INFO O| Feb 23 13:20:56.547 INFO O| Done |
3784 | 2025-02-23T13:20:58.071Z | [ host-image] Feb 23 13:20:56.547 INFO O| Feb 23 13:20:56.547 INFO O| Done |
3785 | 2025-02-23T13:20:58.080Z | [ host-image] Feb 23 13:20:56.559 INFO O| Feb 23 13:20:56.559 INFO O| Done |
3786 | 2025-02-23T13:20:58.190Z | [ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO STEP 8 (pkg_change_facet) COMPLETE |
3787 | 2025-02-23T13:20:58.190Z | [ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3788 | 2025-02-23T13:20:58.237Z | [ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO skip step because feature "recovery" is not enabled |
3789 | 2025-02-23T13:20:58.237Z | [ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3790 | 2025-02-23T13:20:58.237Z | [ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO skip step because feature "recovery" is not enabled |
3791 | 2025-02-23T13:20:58.237Z | [ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3792 | 2025-02-23T13:20:58.238Z | [ host-image] Feb 23 13:20:56.691 INFO O| Feb 23 13:20:56.691 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/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", "/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"] |
3793 | 2025-02-23T13:20:58.990Z | [ host-image] Feb 23 13:20:57.468 INFO O| Feb 23 13:20:57.468 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3794 | 2025-02-23T13:21:06.959Z | [recovery-package] Finished `release` profile [optimized] target(s) in 49.36s |
3795 | 2025-02-23T13:21:08.324Z | Feb 23 13:21:06.801 INFO [recovery-package] process exited with exit status: 0 (50.98270286s) |
3796 | 2025-02-23T13:21:08.325Z | Feb 23 13:21:06.801 INFO [recovery-stamp] running task |
3797 | 2025-02-23T13:21:08.342Z | Feb 23 13:21:06.801 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3798 | 2025-02-23T13:21:08.357Z | Feb 23 13:21:06.812 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 13.0.0-0.ci+git32e3ede594d |
3799 | 2025-02-23T13:21:08.358Z | Feb 23 13:21:06.824 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git32e3ede594d |
3800 | 2025-02-23T13:21:08.360Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3801 | 2025-02-23T13:21:08.371Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3802 | 2025-02-23T13:21:08.467Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3803 | 2025-02-23T13:21:08.471Z | Feb 23 13:21:06.937 INFO [stamp-installinator] process exited with exit status: 0 (112.054669ms) |
3804 | 2025-02-23T13:21:08.475Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3805 | 2025-02-23T13:21:08.481Z | Feb 23 13:21:06.956 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (144.24035ms) |
3806 | 2025-02-23T13:21:08.481Z | Feb 23 13:21:06.956 INFO [recovery-stamp] task succeeded (154.795934ms) |
3807 | 2025-02-23T13:21:08.481Z | Feb 23 13:21:06.956 INFO [recovery-proto] running task |
3808 | 2025-02-23T13:21:08.482Z | Feb 23 13:21:06.956 INFO [tuf-stamp] running task |
3809 | 2025-02-23T13:21:08.482Z | Feb 23 13:21:06.957 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 13.0.0-0.ci+git32e3ede594d |
3810 | 2025-02-23T13:21:08.499Z | Feb 23 13:21:06.975 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+git32e3ede594d |
3811 | 2025-02-23T13:21:08.509Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3812 | 2025-02-23T13:21:08.517Z | Feb 23 13:21:06.994 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 13.0.0-0.ci+git32e3ede594d |
3813 | 2025-02-23T13:21:08.538Z | Feb 23 13:21:07.015[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3814 | 2025-02-23T13:21:08.539Z | INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 13.0.0-0.ci+git32e3ede594d |
3815 | 2025-02-23T13:21:08.557Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3816 | 2025-02-23T13:21:08.564Z | Feb 23 13:21:07.033 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 13.0.0-0.ci+git32e3ede594d |
3817 | 2025-02-23T13:21:08.580Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3818 | 2025-02-23T13:21:08.584Z | Feb 23 13:21:07.057 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 13.0.0-0.ci+git32e3ede594d |
3819 | 2025-02-23T13:21:08.613Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3820 | 2025-02-23T13:21:08.616Z | Feb 23 13:21:07.090 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 13.0.0-0.ci+git32e3ede594d |
3821 | 2025-02-23T13:21:08.646Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3822 | 2025-02-23T13:21:08.649Z | Feb 23 13:21:07.123 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 13.0.0-0.ci+git32e3ede594d |
3823 | 2025-02-23T13:21:08.710Z | Feb 23 13:21:07.187 INFO [recovery-proto] task succeeded (231.218927ms) |
3824 | 2025-02-23T13:21:08.716Z | Feb 23 13:21:07.188 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.34.334' -P /tmp/.tmpO8vQuE/proto/recovery/root -N 'recovery 32e3ede/${os_short_commit} 2025-02-23 12:55' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3825 | 2025-02-23T13:21:08.760Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3826 | 2025-02-23T13:21:08.760Z | Feb 23 13:21:07.237 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 13.0.0-0.ci+git32e3ede594d |
3827 | 2025-02-23T13:21:08.764Z | [ recovery-image] Feb 23 13:21:07.237 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3828 | 2025-02-23T13:21:08.764Z | [ recovery-image] Feb 23 13:21:07.238 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3829 | 2025-02-23T13:21:08.823Z | [ recovery-image] Feb 23 13:21:07.265 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpO8vQuE/proto/recovery/root" |
3830 | 2025-02-23T13:21:08.828Z | [ recovery-image] Feb 23 13:21:07.265 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3831 | 2025-02-23T13:21:08.828Z | [ recovery-image] Feb 23 13:21:07.266 INFO image builder template: ramdisk-01-os... |
3832 | 2025-02-23T13:21:08.828Z | [ recovery-image] Feb 23 13:21:07.266 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpO8vQuE/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3833 | 2025-02-23T13:21:08.828Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3834 | 2025-02-23T13:21:08.828Z | Feb 23 13:21:07.301 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 13.0.0-0.ci+git32e3ede594d |
3835 | 2025-02-23T13:21:08.954Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3836 | 2025-02-23T13:21:08.958Z | [ recovery-image] Feb 23 13:21:07.330 INFO O| Feb 23 13:21:07.306 INFO CREATE DATASET: rpool/images/build/recovery/output |
3837 | 2025-02-23T13:21:09.023Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3838 | 2025-02-23T13:21:09.081Z | Feb 23 13:21:07.559 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 13.0.0-0.ci+git32e3ede594d |
3839 | 2025-02-23T13:21:09.243Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3840 | 2025-02-23T13:21:09.249Z | Feb 23 13:21:07.720 INFO [stamp-probe] process exited with exit status: 0 (663.100176ms) |
3841 | 2025-02-23T13:21:09.262Z | [ recovery-image] Feb 23 13:21:07.737 INFO O| Feb 23 13:21:07.724 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3842 | 2025-02-23T13:21:09.273Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3843 | 2025-02-23T13:21:09.316Z | [ recovery-image] Feb 23 13:21:07.793 INFO O| Feb 23 13:21:07.777 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3844 | 2025-02-23T13:21:09.416Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3845 | 2025-02-23T13:21:09.541Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3846 | 2025-02-23T13:21:09.830Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3847 | 2025-02-23T13:21:09.860Z | [ recovery-image] Feb 23 13:21:08.321 INFO O| Feb 23 13:21:08.321 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3848 | 2025-02-23T13:21:09.889Z | Feb 23 13:21:08.366 INFO [stamp-ntp] process exited with exit status: 0 (1.101385083s) |
3849 | 2025-02-23T13:21:09.968Z | [ recovery-image] Feb 23 13:21:08.445 INFO O| Feb 23 13:21:08.445 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3850 | 2025-02-23T13:21:09.972Z | [ recovery-image] Feb 23 13:21:08.445 INFO O| Feb 23 13:21:08.445 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3851 | 2025-02-23T13:21:09.972Z | [ recovery-image] Feb 23 13:21:08.445 INFO O| Feb 23 13:21:08.445 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3852 | 2025-02-23T13:21:09.972Z | [ recovery-image] Feb 23 13:21:08.445 INFO O| Feb 23 13:21:08.445 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3853 | 2025-02-23T13:21:09.979Z | [ recovery-image] Feb 23 13:21:08.456 INFO O| Feb 23 13:21:08.456 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3854 | 2025-02-23T13:21:10.251Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3855 | 2025-02-23T13:21:10.317Z | Feb 23 13:21:08.794 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.818855701s) |
3856 | 2025-02-23T13:21:10.320Z | [ recovery-image] Feb 23 13:21:08.795 INFO O| Feb 23 13:21:08.795 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3857 | 2025-02-23T13:21:10.344Z | [ recovery-image] Feb 23 13:21:08.820 INFO O| Feb 23 13:21:08.820 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3858 | 2025-02-23T13:21:10.718Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3859 | 2025-02-23T13:21:10.815Z | Feb 23 13:21:09.228 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.213124671s) |
3860 | 2025-02-23T13:21:11.096Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3861 | 2025-02-23T13:21:11.135Z | Feb 23 13:21:09.612 INFO [stamp-internal-dns] process exited with exit status: 0 (2.578917326s) |
3862 | 2025-02-23T13:21:11.344Z | [ recovery-image] Feb 23 13:21:09.821 INFO O| Feb 23 13:21:09.821 INFO O| Caching catalogs ... Done |
3863 | 2025-02-23T13:21:11.498Z | [ recovery-image] Feb 23 13:21:09.951 INFO O| Feb 23 13:21:09.951 INFO STEP 0 (pkg_image_create) COMPLETE |
3864 | 2025-02-23T13:21:11.498Z | [ recovery-image] Feb 23 13:21:09.951 INFO O| Feb 23 13:21:09.951 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3865 | 2025-02-23T13:21:11.498Z | [ recovery-image] Feb 23 13:21:09.951 INFO O| Feb 23 13:21:09.951 INFO skip step because feature "repo_redist" is not enabled |
3866 | 2025-02-23T13:21:11.499Z | [ recovery-image] Feb 23 13:21:09.951 INFO O| Feb 23 13:21:09.951 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3867 | 2025-02-23T13:21:11.514Z | [ recovery-image] Feb 23 13:21:09.966 INFO O| Feb 23 13:21:09.965 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3868 | 2025-02-23T13:21:11.524Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3869 | 2025-02-23T13:21:11.531Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3870 | 2025-02-23T13:21:11.534Z | Feb 23 13:21:10.010 INFO [stamp-external-dns] process exited with exit status: 0 (2.398113594s) |
3871 | 2025-02-23T13:21:11.537Z | Feb 23 13:21:10.013 INFO [stamp-oximeter] process exited with exit status: 0 (2.712003096s) |
3872 | 2025-02-23T13:21:12.005Z | [ recovery-image] Feb 23 13:21:10.481 INFO O| Feb 23 13:21:10.481 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3873 | 2025-02-23T13:21:12.005Z | [ recovery-image] Feb 23 13:21:10.481 INFO O| Feb 23 13:21:10.481 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3874 | 2025-02-23T13:21:12.024Z | [ recovery-image] Feb 23 13:21:10.500 INFO O| Feb 23 13:21:10.500 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3875 | 2025-02-23T13:21:12.554Z | [ recovery-image] Feb 23 13:21:11.030 INFO O| Feb 23 13:21:11.030 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3876 | 2025-02-23T13:21:12.554Z | [ recovery-image] Feb 23 13:21:11.030 INFO O| Feb 23 13:21:11.030 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3877 | 2025-02-23T13:21:12.554Z | [ recovery-image] Feb 23 13:21:11.030 INFO O| Feb 23 13:21:11.030 INFO skip step because feature "repo_redist" is not enabled |
3878 | 2025-02-23T13:21:12.559Z | [ recovery-image] Feb 23 13:21:11.030 INFO O| Feb 23 13:21:11.030 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3879 | 2025-02-23T13:21:13.009Z | [ recovery-image] Feb 23 13:21:11.486 INFO O| Feb 23 13:21:11.486 INFO variant opensolaris.zone is already global |
3880 | 2025-02-23T13:21:13.009Z | [ recovery-image] Feb 23 13:21:11.486 INFO O| Feb 23 13:21:11.486 INFO STEP 5 (pkg_change_variant) COMPLETE |
3881 | 2025-02-23T13:21:13.014Z | [ recovery-image] Feb 23 13:21:11.486 INFO O| Feb 23 13:21:11.486 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3882 | 2025-02-23T13:21:13.427Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3883 | 2025-02-23T13:21:13.462Z | Feb 23 13:21:11.909 INFO [stamp-nexus] process exited with exit status: 0 (4.914088847s) |
3884 | 2025-02-23T13:21:13.462Z | [ recovery-image] Feb 23 13:21:11.920 INFO O| Feb 23 13:21:11.920 INFO variant opensolaris.imagetype is full; changing to partial |
3885 | 2025-02-23T13:21:13.462Z | [ recovery-image] Feb 23 13:21:11.920 INFO O| Feb 23 13:21:11.920 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3886 | 2025-02-23T13:21:14.295Z | [verify-libraries] Compiling ring v0.17.11 |
3887 | 2025-02-23T13:21:14.584Z | [verify-libraries] Compiling home v0.5.9 |
3888 | 2025-02-23T13:21:14.626Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3889 | 2025-02-23T13:21:14.637Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3890 | 2025-02-23T13:21:14.637Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3891 | 2025-02-23T13:21:14.637Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3892 | 2025-02-23T13:21:14.807Z | [verify-libraries] Compiling polyval v0.6.2 |
3893 | 2025-02-23T13:21:14.889Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3894 | 2025-02-23T13:21:14.953Z | Feb 23 13:21:13.430 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.472223655s) |
3895 | 2025-02-23T13:21:15.109Z | [verify-libraries] Compiling nix v0.28.0 |
3896 | 2025-02-23T13:21:15.240Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3897 | 2025-02-23T13:21:15.403Z | [verify-libraries] Compiling ghash v0.5.1 |
3898 | 2025-02-23T13:21:15.688Z | [verify-libraries] Compiling ctr v0.9.2 |
3899 | 2025-02-23T13:21:15.785Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3900 | 2025-02-23T13:21:21.177Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3901 | 2025-02-23T13:21:21.209Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3902 | 2025-02-23T13:21:21.209Z | [verify-libraries] Compiling blowfish v0.9.1 |
3903 | 2025-02-23T13:21:21.209Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3904 | 2025-02-23T13:21:21.209Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3905 | 2025-02-23T13:21:21.209Z | [verify-libraries] Compiling password-hash v0.4.2 |
3906 | 2025-02-23T13:21:21.209Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3907 | 2025-02-23T13:21:21.209Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3908 | 2025-02-23T13:21:21.349Z | [verify-libraries] Compiling rustls v0.23.19 |
3909 | 2025-02-23T13:21:21.459Z | [verify-libraries] Compiling rustls v0.22.4 |
3910 | 2025-02-23T13:21:21.508Z | [verify-libraries] Compiling rustyline v14.0.0 |
3911 | 2025-02-23T13:21:22.083Z | [verify-libraries] Compiling p256 v0.13.2 |
3912 | 2025-02-23T13:21:22.610Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3913 | 2025-02-23T13:21:22.652Z | Feb 23 13:21:21.127 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.004464047s) |
3914 | 2025-02-23T13:21:23.744Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3915 | 2025-02-23T13:21:23.769Z | Feb 23 13:21:22.244 INFO [stamp-clickhouse] process exited with exit status: 0 (15.154337813s) |
3916 | 2025-02-23T13:21:23.772Z | Feb 23 13:21:22.244 INFO [tuf-stamp] task succeeded (15.288222069s) |
3917 | 2025-02-23T13:21:24.360Z | [verify-libraries] Compiling p521 v0.13.3 |
3918 | 2025-02-23T13:21:25.471Z | [verify-libraries] Compiling rustls-webpki v0.102.8 |
3919 | 2025-02-23T13:21:26.012Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3920 | 2025-02-23T13:21:26.217Z | [ recovery-image] Feb 23 13:21:24.692 INFO O| Feb 23 13:21:24.692 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3921 | 2025-02-23T13:21:26.523Z | [verify-libraries] Compiling md5 v0.7.0 |
3922 | 2025-02-23T13:21:31.108Z | [verify-libraries] Compiling rustls v0.21.12 |
3923 | 2025-02-23T13:21:31.157Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3924 | 2025-02-23T13:21:36.378Z | [ recovery-image] Feb 23 13:21:34.850 INFO O| Feb 23 13:21:34.850 INFO O| Startup: Caching catalogs ... Done |
3925 | 2025-02-23T13:21:36.510Z | [ recovery-image] Feb 23 13:21:34.982 INFO O| Feb 23 13:21:34.982 INFO O| Planning: Planning completed in 0.00 seconds |
3926 | 2025-02-23T13:21:36.513Z | [ recovery-image] Feb 23 13:21:34.984 INFO O| Feb 23 13:21:34.983 INFO O| Planning: Consolidating action changes ... Done |
3927 | 2025-02-23T13:21:36.513Z | [ recovery-image] Feb 23 13:21:34.984 INFO O| Feb 23 13:21:34.984 INFO O| Planning: Evaluating mediators ... Done |
3928 | 2025-02-23T13:21:36.513Z | [ recovery-image] Feb 23 13:21:34.984 INFO O| Feb 23 13:21:34.984 INFO O| Planning: Planning completed in 0.00 seconds |
3929 | 2025-02-23T13:21:36.513Z | [ recovery-image] Feb 23 13:21:34.985 INFO O| Feb 23 13:21:34.985 INFO O| Variants/Facets to change: 1 |
3930 | 2025-02-23T13:21:36.636Z | [ recovery-image] Feb 23 13:21:35.109 INFO O| Feb 23 13:21:35.109 INFO O| Done |
3931 | 2025-02-23T13:21:36.636Z | [ recovery-image] Feb 23 13:21:35.109 INFO O| Feb 23 13:21:35.109 INFO O| Done |
3932 | 2025-02-23T13:21:36.888Z | [verify-libraries] Compiling tokio-rustls v0.26.0 |
3933 | 2025-02-23T13:21:37.661Z | [verify-libraries] Compiling hyper-rustls v0.27.3 |
3934 | 2025-02-23T13:21:37.720Z | [verify-libraries] Compiling tokio-rustls v0.25.0 |
3935 | 2025-02-23T13:21:37.780Z | [ recovery-image] Feb 23 13:21:36.253 INFO O| Feb 23 13:21:36.252 INFO O| Done |
3936 | 2025-02-23T13:21:37.865Z | [ recovery-image] Feb 23 13:21:36.337 INFO O| Feb 23 13:21:36.337 INFO O| Done |
3937 | 2025-02-23T13:21:37.868Z | [ recovery-image] Feb 23 13:21:36.339 INFO O| Feb 23 13:21:36.339 INFO O| Done |
3938 | 2025-02-23T13:21:37.868Z | [ recovery-image] Feb 23 13:21:36.339 INFO O| Feb 23 13:21:36.339 INFO O| Done |
3939 | 2025-02-23T13:21:37.871Z | [ recovery-image] Feb 23 13:21:36.341 INFO O| Feb 23 13:21:36.341 INFO O| Done |
3940 | 2025-02-23T13:21:38.310Z | [verify-libraries] Compiling reqwest v0.12.12 |
3941 | 2025-02-23T13:21:38.475Z | [verify-libraries] Compiling dropshot v0.12.0 |
3942 | 2025-02-23T13:21:38.833Z | [ recovery-image] Feb 23 13:21:37.306 INFO O| Feb 23 13:21:37.305 INFO STEP 6 (pkg_change_variant) COMPLETE |
3943 | 2025-02-23T13:21:38.837Z | [ recovery-image] Feb 23 13:21:37.306 INFO O| Feb 23 13:21:37.305 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3944 | 2025-02-23T13:21:38.837Z | [ recovery-image] Feb 23 13:21:37.306 INFO O| Feb 23 13:21:37.306 INFO skip step because feature "debug_variant" is not enabled |
3945 | 2025-02-23T13:21:38.837Z | [ recovery-image] Feb 23 13:21:37.306 INFO O| Feb 23 13:21:37.306 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3946 | 2025-02-23T13:21:39.682Z | [ recovery-image] Feb 23 13:21:38.154 INFO O| Feb 23 13:21:38.154 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3947 | 2025-02-23T13:21:40.985Z | [ recovery-image] Feb 23 13:21:39.456 INFO O| Feb 23 13:21:39.456 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3948 | 2025-02-23T13:21:40.988Z | [ recovery-image] Feb 23 13:21:39.458 INFO O| Feb 23 13:21:39.458 INFO O| Planning: Planning completed in 0.00 seconds |
3949 | 2025-02-23T13:21:40.988Z | [ recovery-image] Feb 23 13:21:39.459 INFO O| Feb 23 13:21:39.459 INFO O| Planning: Consolidating action changes ... Done |
3950 | 2025-02-23T13:21:40.988Z | [ recovery-image] Feb 23 13:21:39.460 INFO O| Feb 23 13:21:39.459 INFO O| Planning: Evaluating mediators ... Done |
3951 | 2025-02-23T13:21:40.988Z | [ recovery-image] Feb 23 13:21:39.460 INFO O| Feb 23 13:21:39.460 INFO O| Planning: Planning completed in 0.00 seconds |
3952 | 2025-02-23T13:21:40.991Z | [ recovery-image] Feb 23 13:21:39.461 INFO O| Feb 23 13:21:39.461 INFO O| Variants/Facets to change: 1 |
3953 | 2025-02-23T13:21:41.210Z | [ recovery-image] Feb 23 13:21:39.681 INFO O| Feb 23 13:21:39.681 INFO O| Done |
3954 | 2025-02-23T13:21:41.210Z | [ recovery-image] Feb 23 13:21:39.681 INFO O| Feb 23 13:21:39.681 INFO O| Done |
3955 | 2025-02-23T13:21:42.104Z | [ recovery-image] Feb 23 13:21:40.576 INFO O| Feb 23 13:21:40.575 INFO O| Done |
3956 | 2025-02-23T13:21:42.193Z | [ recovery-image] Feb 23 13:21:40.665 INFO O| Feb 23 13:21:40.664 INFO O| Done |
3957 | 2025-02-23T13:21:42.197Z | [ recovery-image] Feb 23 13:21:40.665 INFO O| Feb 23 13:21:40.665 INFO O| Done |
3958 | 2025-02-23T13:21:42.197Z | [ recovery-image] Feb 23 13:21:40.666 INFO O| Feb 23 13:21:40.666 INFO O| Done |
3959 | 2025-02-23T13:21:42.197Z | [ recovery-image] Feb 23 13:21:40.667 INFO O| Feb 23 13:21:40.667 INFO O| Done |
3960 | 2025-02-23T13:21:42.316Z | [ recovery-image] Feb 23 13:21:40.787 INFO O| Feb 23 13:21:40.787 INFO STEP 8 (pkg_change_facet) COMPLETE |
3961 | 2025-02-23T13:21:42.316Z | [ recovery-image] Feb 23 13:21:40.787 INFO O| Feb 23 13:21:40.787 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3962 | 2025-02-23T13:21:43.144Z | [ recovery-image] Feb 23 13:21:41.615 INFO O| Feb 23 13:21:41.615 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3963 | 2025-02-23T13:21:43.282Z | [verify-libraries] Compiling progenitor-client v0.9.1 |
3964 | 2025-02-23T13:21:43.819Z | [verify-libraries] Compiling progenitor-client v0.8.0 |
3965 | 2025-02-23T13:21:44.093Z | [ recovery-image] Feb 23 13:21:42.564 INFO O| Feb 23 13:21:42.564 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3966 | 2025-02-23T13:21:44.095Z | [ recovery-image] Feb 23 13:21:42.566 INFO O| Feb 23 13:21:42.566 INFO O| Planning: Planning completed in 0.00 seconds |
3967 | 2025-02-23T13:21:44.098Z | [ recovery-image] Feb 23 13:21:42.567 INFO O| Feb 23 13:21:42.567 INFO O| Planning: Consolidating action changes ... Done |
3968 | 2025-02-23T13:21:44.098Z | [ recovery-image] Feb 23 13:21:42.568 INFO O| Feb 23 13:21:42.568 INFO O| Planning: Evaluating mediators ... Done |
3969 | 2025-02-23T13:21:44.098Z | [ recovery-image] Feb 23 13:21:42.568 INFO O| Feb 23 13:21:42.568 INFO O| Planning: Planning completed in 0.00 seconds |
3970 | 2025-02-23T13:21:44.099Z | [ recovery-image] Feb 23 13:21:42.569 INFO O| Feb 23 13:21:42.569 INFO O| Variants/Facets to change: 1 |
3971 | 2025-02-23T13:21:44.127Z | [verify-libraries] Compiling dropshot v0.15.1 |
3972 | 2025-02-23T13:21:44.176Z | [ recovery-image] Feb 23 13:21:42.648 INFO O| Feb 23 13:21:42.647 INFO O| Done |
3973 | 2025-02-23T13:21:44.176Z | [ recovery-image] Feb 23 13:21:42.648 INFO O| Feb 23 13:21:42.648 INFO O| Done |
3974 | 2025-02-23T13:21:44.484Z | [verify-libraries] Compiling progenitor v0.8.0 |
3975 | 2025-02-23T13:21:44.861Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3976 | 2025-02-23T13:21:45.211Z | [ recovery-image] Feb 23 13:21:43.682 INFO O| Feb 23 13:21:43.682 INFO O| Done |
3977 | 2025-02-23T13:21:45.338Z | [ recovery-image] Feb 23 13:21:43.810 INFO O| Feb 23 13:21:43.810 INFO O| Done |
3978 | 2025-02-23T13:21:45.341Z | [ recovery-image] Feb 23 13:21:43.811 INFO O| Feb 23 13:21:43.811 INFO O| Done |
3979 | 2025-02-23T13:21:45.341Z | [ recovery-image] Feb 23 13:21:43.811 INFO O| Feb 23 13:21:43.811 INFO O| Done |
3980 | 2025-02-23T13:21:45.344Z | [ recovery-image] Feb 23 13:21:43.814 INFO O| Feb 23 13:21:43.814 INFO O| Done |
3981 | 2025-02-23T13:21:45.448Z | [ recovery-image] Feb 23 13:21:43.919 INFO O| Feb 23 13:21:43.919 INFO STEP 9 (pkg_change_facet) COMPLETE |
3982 | 2025-02-23T13:21:45.448Z | [ recovery-image] Feb 23 13:21:43.919 INFO O| Feb 23 13:21:43.919 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3983 | 2025-02-23T13:21:46.139Z | [ recovery-image] Feb 23 13:21:44.610 INFO O| Feb 23 13:21:44.610 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3984 | 2025-02-23T13:21:47.217Z | [ recovery-image] Feb 23 13:21:45.688 INFO O| Feb 23 13:21:45.687 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3985 | 2025-02-23T13:21:47.220Z | [ recovery-image] Feb 23 13:21:45.690 INFO O| Feb 23 13:21:45.690 INFO O| Planning: Planning completed in 0.00 seconds |
3986 | 2025-02-23T13:21:47.223Z | [ recovery-image] Feb 23 13:21:45.691 INFO O| Feb 23 13:21:45.691 INFO O| Planning: Consolidating action changes ... Done |
3987 | 2025-02-23T13:21:47.223Z | [ recovery-image] Feb 23 13:21:45.691 INFO O| Feb 23 13:21:45.691 INFO O| Planning: Evaluating mediators ... Done |
3988 | 2025-02-23T13:21:47.223Z | [ recovery-image] Feb 23 13:21:45.692 INFO O| Feb 23 13:21:45.692 INFO O| Planning: Planning completed in 0.00 seconds |
3989 | 2025-02-23T13:21:47.223Z | [ recovery-image] Feb 23 13:21:45.692 INFO O| Feb 23 13:21:45.692 INFO O| Variants/Facets to change: 1 |
3990 | 2025-02-23T13:21:47.372Z | [ recovery-image] Feb 23 13:21:45.843 INFO O| Feb 23 13:21:45.843 INFO O| Done |
3991 | 2025-02-23T13:21:47.372Z | [ recovery-image] Feb 23 13:21:45.843 INFO O| Feb 23 13:21:45.843 INFO O| Done |
3992 | 2025-02-23T13:21:48.296Z | [ recovery-image] Feb 23 13:21:46.767 INFO O| Feb 23 13:21:46.767 INFO O| Done |
3993 | 2025-02-23T13:21:48.392Z | [ recovery-image] Feb 23 13:21:46.863 INFO O| Feb 23 13:21:46.863 INFO O| Done |
3994 | 2025-02-23T13:21:48.395Z | [ recovery-image] Feb 23 13:21:46.864 INFO O| Feb 23 13:21:46.864 INFO O| Done |
3995 | 2025-02-23T13:21:48.395Z | [ recovery-image] Feb 23 13:21:46.864 INFO O| Feb 23 13:21:46.864 INFO O| Done |
3996 | 2025-02-23T13:21:48.395Z | [ recovery-image] Feb 23 13:21:46.866 INFO O| Feb 23 13:21:46.866 INFO O| Done |
3997 | 2025-02-23T13:21:48.445Z | [verify-libraries] Compiling qorb v0.2.1 |
3998 | 2025-02-23T13:21:48.576Z | [ recovery-image] Feb 23 13:21:47.047 INFO O| Feb 23 13:21:47.047 INFO STEP 10 (pkg_change_facet) COMPLETE |
3999 | 2025-02-23T13:21:48.576Z | [ recovery-image] Feb 23 13:21:47.047 INFO O| Feb 23 13:21:47.047 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4000 | 2025-02-23T13:21:48.597Z | [ recovery-image] Feb 23 13:21:47.068 INFO O| Feb 23 13:21:47.068 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/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", "/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"] |
4001 | 2025-02-23T13:21:49.798Z | [ recovery-image] Feb 23 13:21:48.268 INFO O| Feb 23 13:21:48.268 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4002 | 2025-02-23T13:21:55.081Z | [verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4003 | 2025-02-23T13:21:56.553Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4004 | 2025-02-23T13:21:57.603Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
4005 | 2025-02-23T13:21:57.949Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4006 | 2025-02-23T13:21:58.394Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
4007 | 2025-02-23T13:22:06.778Z | [ host-image] Feb 23 13:22:05.245 INFO O| Feb 23 13:22:05.245 INFO O| Planning: Solver setup ... Done |
4008 | 2025-02-23T13:22:22.369Z | [verify-libraries] Compiling progenitor v0.9.1 |
4009 | 2025-02-23T13:22:22.733Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
4010 | 2025-02-23T13:22:26.844Z | [verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4011 | 2025-02-23T13:22:29.633Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4012 | 2025-02-23T13:22:34.703Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
4013 | 2025-02-23T13:22:36.679Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
4014 | 2025-02-23T13:22:41.473Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
4015 | 2025-02-23T13:22:42.185Z | [verify-libraries] Compiling omicron-zone-package v0.12.0 |
4016 | 2025-02-23T13:22:45.347Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
4017 | 2025-02-23T13:22:48.817Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
4018 | 2025-02-23T13:22:51.794Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
4019 | 2025-02-23T13:22:52.365Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
4020 | 2025-02-23T13:22:52.589Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4021 | 2025-02-23T13:22:56.736Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
4022 | 2025-02-23T13:22:59.991Z | [verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
4023 | 2025-02-23T13:23:00.625Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
4024 | 2025-02-23T13:23:04.175Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
4025 | 2025-02-23T13:23:05.829Z | [ recovery-image] Feb 23 13:23:04.287 INFO O| Feb 23 13:23:04.287 INFO O| Planning: Solver setup ... Done |
4026 | 2025-02-23T13:23:10.839Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
4027 | 2025-02-23T13:23:11.089Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4028 | 2025-02-23T13:23:17.507Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
4029 | 2025-02-23T13:23:18.135Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
4030 | 2025-02-23T13:23:19.012Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
4031 | 2025-02-23T13:23:19.110Z | [verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
4032 | 2025-02-23T13:23:20.947Z | [verify-libraries] Compiling rcgen v0.12.1 |
4033 | 2025-02-23T13:23:22.025Z | [verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
4034 | 2025-02-23T13:23:23.078Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4035 | 2025-02-23T13:23:23.731Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4036 | 2025-02-23T13:23:30.190Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4037 | 2025-02-23T13:23:36.279Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4038 | 2025-02-23T13:23:38.060Z | [verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
4039 | 2025-02-23T13:23:38.742Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4040 | 2025-02-23T13:23:39.847Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4041 | 2025-02-23T13:23:47.268Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4042 | 2025-02-23T13:23:48.452Z | [ host-image] Feb 23 13:23:46.902 INFO O| Feb 23 13:23:46.902 INFO O| Planning: Running solver ... Done |
4043 | 2025-02-23T13:23:49.124Z | [ host-image] Feb 23 13:23:47.574 INFO O| Feb 23 13:23:47.574 INFO O| Planning: Finding local manifests ... Done |
4044 | 2025-02-23T13:23:49.142Z | [ host-image] Feb 23 13:23:47.593 INFO O| Feb 23 13:23:47.593 INFO O| Planning: Fetching manifests: 0/124 0% complete |
4045 | 2025-02-23T13:23:51.383Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4046 | 2025-02-23T13:23:53.545Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4047 | 2025-02-23T13:23:54.834Z | [ host-image] Feb 23 13:23:53.283 INFO O| Feb 23 13:23:53.283 INFO O| Planning: Fetching manifests: 124/124 100% complete |
4048 | 2025-02-23T13:23:55.981Z | [ host-image] Feb 23 13:23:54.431 INFO O| Feb 23 13:23:54.431 INFO O| Planning: Package planning ... Done |
4049 | 2025-02-23T13:23:57.482Z | [ host-image] Feb 23 13:23:55.931 INFO O| Feb 23 13:23:55.931 INFO O| Planning: Merging actions ... Done |
4050 | 2025-02-23T13:23:58.086Z | [ host-image] Feb 23 13:23:56.535 INFO O| Feb 23 13:23:56.534 INFO O| Planning: Checking for conflicting actions ... Done |
4051 | 2025-02-23T13:23:58.289Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4052 | 2025-02-23T13:23:58.390Z | [ host-image] Feb 23 13:23:56.839 INFO O| Feb 23 13:23:56.839 INFO O| Planning: Consolidating action changes ... Done |
4053 | 2025-02-23T13:23:58.914Z | [ host-image] Feb 23 13:23:57.363 INFO O| Feb 23 13:23:57.363 INFO O| Planning: Evaluating mediators ... Done |
4054 | 2025-02-23T13:24:00.043Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4055 | 2025-02-23T13:24:00.461Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4056 | 2025-02-23T13:24:05.534Z | [ host-image] Feb 23 13:24:03.982 INFO O| Feb 23 13:24:03.982 INFO O| Planning: Planning completed in 186.51 seconds |
4057 | 2025-02-23T13:24:05.567Z | [ host-image] Feb 23 13:24:04.014 INFO O| Feb 23 13:24:04.014 INFO O| Packages to install: 124 |
4058 | 2025-02-23T13:24:05.569Z | [ host-image] Feb 23 13:24:04.015 INFO O| Feb 23 13:24:04.015 INFO O| Mediators to change: 4 |
4059 | 2025-02-23T13:24:05.569Z | [ host-image] Feb 23 13:24:04.015 INFO O| Feb 23 13:24:04.015 INFO O| Services to change: 6 |
4060 | 2025-02-23T13:24:05.675Z | [ host-image] Feb 23 13:24:04.122 INFO O| Feb 23 13:24:04.122 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete |
4061 | 2025-02-23T13:24:06.421Z | [verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4062 | 2025-02-23T13:24:07.452Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
4063 | 2025-02-23T13:24:09.741Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4064 | 2025-02-23T13:24:10.283Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4065 | 2025-02-23T13:24:10.678Z | [ host-image] Feb 23 13:24:09.125 INFO O| Feb 23 13:24:09.124 INFO O| Download: 809/22863 items 4.4/199.8MB 2% complete (889k/s) |
4066 | 2025-02-23T13:24:10.982Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4067 | 2025-02-23T13:24:15.681Z | [ host-image] Feb 23 13:24:14.127 INFO O| Feb 23 13:24:14.127 INFO O| Download: 1323/22863 items 7.4/199.8MB 3% complete (760k/s) |
4068 | 2025-02-23T13:24:15.921Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4069 | 2025-02-23T13:24:20.078Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4070 | 2025-02-23T13:24:20.788Z | [ host-image] Feb 23 13:24:19.234 INFO O| Feb 23 13:24:19.233 INFO O| Download: 1616/22863 items 9.7/199.8MB 4% complete (665k/s) |
4071 | 2025-02-23T13:24:21.157Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4072 | 2025-02-23T13:24:25.420Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4073 | 2025-02-23T13:24:25.800Z | [ host-image] Feb 23 13:24:24.245 INFO O| Feb 23 13:24:24.245 INFO O| Download: 1698/22863 items 11.3/199.8MB 5% complete (419k/s) |
4074 | 2025-02-23T13:24:30.869Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4075 | 2025-02-23T13:24:31.960Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4076 | 2025-02-23T13:24:32.096Z | [ host-image] Feb 23 13:24:30.539 INFO O| Feb 23 13:24:30.539 INFO O| Download: 1947/22863 items 22.1/199.8MB 11% complete (1.2M/s) |
4077 | 2025-02-23T13:24:35.126Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4078 | 2025-02-23T13:24:37.097Z | [ host-image] Feb 23 13:24:35.539 INFO O| Feb 23 13:24:35.539 INFO O| Download: 2231/22863 items 24.3/199.8MB 12% complete (1.2M/s) |
4079 | 2025-02-23T13:24:37.112Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4080 | 2025-02-23T13:24:41.195Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4081 | 2025-02-23T13:24:41.762Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4082 | 2025-02-23T13:24:42.400Z | [ host-image] Feb 23 13:24:40.842 INFO O| Feb 23 13:24:40.842 INFO O| Download: 2464/22863 items 28.1/199.8MB 14% complete (625k/s) |
4083 | 2025-02-23T13:24:43.808Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4084 | 2025-02-23T13:24:46.514Z | [ recovery-image] Feb 23 13:24:44.955 INFO O| Feb 23 13:24:44.955 INFO O| Planning: Running solver ... Done |
4085 | 2025-02-23T13:24:47.137Z | [ recovery-image] Feb 23 13:24:45.578 INFO O| Feb 23 13:24:45.578 INFO O| Planning: Finding local manifests ... Done |
4086 | 2025-02-23T13:24:47.155Z | [ recovery-image] Feb 23 13:24:45.595 INFO O| Feb 23 13:24:45.595 INFO O| Planning: Fetching manifests: 0/124 0% complete |
4087 | 2025-02-23T13:24:47.402Z | [ host-image] Feb 23 13:24:45.843 INFO O| Feb 23 13:24:45.843 INFO O| Download: 2980/22863 items 33.8/199.8MB 16% complete (970k/s) |
4088 | 2025-02-23T13:24:52.092Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4089 | 2025-02-23T13:24:52.552Z | [ recovery-image] Feb 23 13:24:50.992 INFO O| Feb 23 13:24:50.991 INFO O| Planning: Fetching manifests: 124/124 100% complete |
4090 | 2025-02-23T13:24:52.838Z | [ host-image] Feb 23 13:24:51.278 INFO O| Feb 23 13:24:51.277 INFO O| Download: 3482/22863 items 35.6/199.8MB 17% complete (779k/s) |
4091 | 2025-02-23T13:24:53.609Z | [ recovery-image] Feb 23 13:24:52.049 INFO O| Feb 23 13:24:52.049 INFO O| Planning: Package planning ... Done |
4092 | 2025-02-23T13:24:53.873Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4093 | 2025-02-23T13:24:54.005Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4094 | 2025-02-23T13:24:54.226Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4095 | 2025-02-23T13:24:54.450Z | [ recovery-image] Feb 23 13:24:52.890 INFO O| Feb 23 13:24:52.890 INFO O| Planning: Merging actions ... Done |
4096 | 2025-02-23T13:24:54.638Z | [ recovery-image] Feb 23 13:24:53.078 INFO O| Feb 23 13:24:53.072 INFO O| Planning: Checking for conflicting actions ... Done |
4097 | 2025-02-23T13:24:54.765Z | [ recovery-image] Feb 23 13:24:53.204 INFO O| Feb 23 13:24:53.204 INFO O| Planning: Consolidating action changes ... Done |
4098 | 2025-02-23T13:24:54.768Z | [verify-libraries] Compiling tough v0.19.0 |
4099 | 2025-02-23T13:24:55.259Z | [ recovery-image] Feb 23 13:24:53.698 INFO O| Feb 23 13:24:53.698 INFO O| Planning: Evaluating mediators ... Done |
4100 | 2025-02-23T13:24:57.846Z | [ host-image] Feb 23 13:24:56.284 INFO O| Feb 23 13:24:56.284 INFO O| Download: 3611/22863 items 35.9/199.8MB 17% complete (205k/s) |
4101 | 2025-02-23T13:25:01.377Z | [ recovery-image] Feb 23 13:24:59.815 INFO O| Feb 23 13:24:59.815 INFO O| Planning: Planning completed in 191.55 seconds |
4102 | 2025-02-23T13:25:01.384Z | [ recovery-image] Feb 23 13:24:59.823 INFO O| Feb 23 13:24:59.823 INFO O| Packages to install: 124 |
4103 | 2025-02-23T13:25:01.387Z | [ recovery-image] Feb 23 13:24:59.823 INFO O| Feb 23 13:24:59.823 INFO O| Mediators to change: 4 |
4104 | 2025-02-23T13:25:01.387Z | [ recovery-image] Feb 23 13:24:59.823 INFO O| Feb 23 13:24:59.823 INFO O| Services to change: 5 |
4105 | 2025-02-23T13:25:01.530Z | [ recovery-image] Feb 23 13:24:59.968 INFO O| Feb 23 13:24:59.968 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete |
4106 | 2025-02-23T13:25:02.583Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
4107 | 2025-02-23T13:25:02.639Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4108 | 2025-02-23T13:25:02.861Z | [ host-image] Feb 23 13:25:01.299 INFO O| Feb 23 13:25:01.299 INFO O| Download: 4079/22863 items 40.3/199.8MB 20% complete (486k/s) |
4109 | 2025-02-23T13:25:04.152Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4110 | 2025-02-23T13:25:05.034Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4111 | 2025-02-23T13:25:06.542Z | [ recovery-image] Feb 23 13:25:04.979 INFO O| Feb 23 13:25:04.979 INFO O| Download: 478/15934 items 3.0/176.5MB 1% complete (617k/s) |
4112 | 2025-02-23T13:25:07.966Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
4113 | 2025-02-23T13:25:08.523Z | [ host-image] Feb 23 13:25:06.960 INFO O| Feb 23 13:25:06.960 INFO O| Download: 4538/22863 items 41.8/199.8MB 20% complete (607k/s) |
4114 | 2025-02-23T13:25:11.367Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
4115 | 2025-02-23T13:25:12.239Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
4116 | 2025-02-23T13:25:13.561Z | [ host-image] Feb 23 13:25:11.997 INFO O| Feb 23 13:25:11.997 INFO O| Download: 4622/22863 items 42.7/199.8MB 21% complete (220k/s) |
4117 | 2025-02-23T13:25:14.574Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4118 | 2025-02-23T13:25:15.042Z | [ recovery-image] Feb 23 13:25:13.478 INFO O| Feb 23 13:25:13.478 INFO O| Download: 1007/15934 items 7.9/176.5MB 4% complete (942k/s) |
4119 | 2025-02-23T13:25:18.611Z | [ host-image] Feb 23 13:25:17.046 INFO O| Feb 23 13:25:17.046 INFO O| Download: 5082/22863 items 46.0/199.8MB 23% complete (438k/s) |
4120 | 2025-02-23T13:25:20.626Z | [ recovery-image] Feb 23 13:25:19.061 INFO O| Feb 23 13:25:19.061 INFO O| Download: 1079/15934 items 9.0/176.5MB 5% complete (388k/s) |
4121 | 2025-02-23T13:25:23.208Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4122 | 2025-02-23T13:25:23.571Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4123 | 2025-02-23T13:25:23.850Z | [ host-image] Feb 23 13:25:22.285 INFO O| Feb 23 13:25:22.285 INFO O| Download: 5821/22863 items 46.5/199.8MB 23% complete (448k/s) |
4124 | 2025-02-23T13:25:25.628Z | [ recovery-image] Feb 23 13:25:24.062 INFO O| Feb 23 13:25:24.062 INFO O| Download: 1169/15934 items 10.4/176.5MB 5% complete (261k/s) |
4125 | 2025-02-23T13:25:28.856Z | [ host-image] Feb 23 13:25:27.290 INFO O| Feb 23 13:25:27.290 INFO O| Download: 6588/22863 items 46.9/199.8MB 23% complete (83.2k/s) |
4126 | 2025-02-23T13:25:30.615Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4127 | 2025-02-23T13:25:30.734Z | [ recovery-image] Feb 23 13:25:29.167 INFO O| Feb 23 13:25:29.167 INFO O| Download: 1462/15934 items 21.4/176.5MB 12% complete (1.2M/s) |
4128 | 2025-02-23T13:25:30.753Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
4129 | 2025-02-23T13:25:31.038Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
4130 | 2025-02-23T13:25:31.965Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4131 | 2025-02-23T13:25:34.216Z | [ host-image] Feb 23 13:25:32.649 INFO O| Feb 23 13:25:32.648 INFO O| Download: 6838/22863 items 48.0/199.8MB 24% complete (150k/s) |
4132 | 2025-02-23T13:25:35.830Z | [ recovery-image] Feb 23 13:25:34.262 INFO O| Feb 23 13:25:34.262 INFO O| Download: 1544/15934 items 22.4/176.5MB 12% complete (1.2M/s) |
4133 | 2025-02-23T13:25:37.202Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4134 | 2025-02-23T13:25:39.321Z | [ host-image] Feb 23 13:25:37.753 INFO O| Feb 23 13:25:37.752 INFO O| Download: 7064/22863 items 50.6/199.8MB 25% complete (383k/s) |
4135 | 2025-02-23T13:25:43.334Z | [ recovery-image] Feb 23 13:25:41.766 INFO O| Feb 23 13:25:41.766 INFO O| Download: 1621/15934 items 25.0/176.5MB 14% complete (658k/s) |
4136 | 2025-02-23T13:25:44.333Z | [ host-image] Feb 23 13:25:42.764 INFO O| Feb 23 13:25:42.764 INFO O| Download: 7416/22863 items 57.7/199.8MB 28% complete (993k/s) |
4137 | 2025-02-23T13:25:44.392Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4138 | 2025-02-23T13:25:48.343Z | [ recovery-image] Feb 23 13:25:46.774 INFO O| Feb 23 13:25:46.773 INFO O| Download: 2021/15934 items 31.0/176.5MB 17% complete (680k/s) |
4139 | 2025-02-23T13:25:49.841Z | [verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
4140 | 2025-02-23T13:25:50.096Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
4141 | 2025-02-23T13:25:50.522Z | [verify-libraries] Compiling rustls-webpki v0.101.7 |
4142 | 2025-02-23T13:25:51.430Z | [ host-image] Feb 23 13:25:49.859 INFO O| Feb 23 13:25:49.859 INFO O| Download: 8031/22863 items 59.8/199.8MB 29% complete (968k/s) |
4143 | 2025-02-23T13:25:52.964Z | [verify-libraries] Compiling sct v0.7.1 |
4144 | 2025-02-23T13:25:53.355Z | [ recovery-image] Feb 23 13:25:51.785 INFO O| Feb 23 13:25:51.785 INFO O| Download: 2803/15934 items 34.7/176.5MB 19% complete (994k/s) |
4145 | 2025-02-23T13:25:54.621Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
4146 | 2025-02-23T13:25:55.608Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
4147 | 2025-02-23T13:25:56.553Z | [ host-image] Feb 23 13:25:54.982 INFO O| Feb 23 13:25:54.982 INFO O| Download: 8147/22863 items 60.5/199.8MB 30% complete (272k/s) |
4148 | 2025-02-23T13:25:58.379Z | [ recovery-image] Feb 23 13:25:56.808 INFO O| Feb 23 13:25:56.808 INFO O| Download: 3625/15934 items 38.8/176.5MB 21% complete (823k/s) |
4149 | 2025-02-23T13:26:01.576Z | [ host-image] Feb 23 13:26:00.004 INFO O| Feb 23 13:26:00.004 INFO O| Download: 8488/22863 items 69.6/199.8MB 34% complete (1.1M/s) |
4150 | 2025-02-23T13:26:03.454Z | [ recovery-image] Feb 23 13:26:01.882 INFO O| Feb 23 13:26:01.882 INFO O| Download: 4090/15934 items 42.8/176.5MB 24% complete (875k/s) |
4151 | 2025-02-23T13:26:06.695Z | [ host-image] Feb 23 13:26:05.122 INFO O| Feb 23 13:26:05.122 INFO O| Download: 9227/22863 items 75.7/199.8MB 37% complete (1.4M/s) |
4152 | 2025-02-23T13:26:08.655Z | [ recovery-image] Feb 23 13:26:07.082 INFO O| Feb 23 13:26:07.082 INFO O| Download: 4849/15934 items 43.2/176.5MB 24% complete (475k/s) |
4153 | 2025-02-23T13:26:09.065Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4154 | 2025-02-23T13:26:11.799Z | [ host-image] Feb 23 13:26:10.226 INFO O| Feb 23 13:26:10.226 INFO O| Download: 9468/22863 items 81.7/199.8MB 40% complete (1.2M/s) |
4155 | 2025-02-23T13:26:13.671Z | [ recovery-image] Feb 23 13:26:12.098 INFO O| Feb 23 13:26:12.097 INFO O| Download: 5625/15934 items 43.6/176.5MB 24% complete (85.9k/s) |
4156 | 2025-02-23T13:26:16.801Z | [ host-image] Feb 23 13:26:15.227 INFO O| Feb 23 13:26:15.227 INFO O| Download: 10254/22863 items 86.2/199.8MB 43% complete (1.0M/s) |
4157 | 2025-02-23T13:26:18.685Z | [ recovery-image] Feb 23 13:26:17.110 INFO O| Feb 23 13:26:17.110 INFO O| Download: 5850/15934 items 50.7/176.5MB 28% complete (611k/s) |
4158 | 2025-02-23T13:26:21.719Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4159 | 2025-02-23T13:26:21.804Z | [ host-image] Feb 23 13:26:20.228 INFO O| Feb 23 13:26:20.228 INFO O| Download: 10632/22863 items 89.0/199.8MB 44% complete (734k/s) |
4160 | 2025-02-23T13:26:24.473Z | [ recovery-image] Feb 23 13:26:22.897 INFO O| Feb 23 13:26:22.897 INFO O| Download: 6029/15934 items 53.9/176.5MB 30% complete (1.0M/s) |
4161 | 2025-02-23T13:26:26.967Z | [ host-image] Feb 23 13:26:25.391 INFO O| Feb 23 13:26:25.391 INFO O| Download: 10919/22863 items 90.2/199.8MB 45% complete (644k/s) |
4162 | 2025-02-23T13:26:32.001Z | [ host-image] Feb 23 13:26:30.424 INFO O| Feb 23 13:26:30.423 INFO O| Download: 11157/22863 items 92.2/199.8MB 46% complete (308k/s) |
4163 | 2025-02-23T13:26:32.230Z | [ recovery-image] Feb 23 13:26:30.653 INFO O| Feb 23 13:26:30.653 INFO O| Download: 6169/15934 items 56.4/176.5MB 31% complete (960k/s) |
4164 | 2025-02-23T13:26:32.848Z | [verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
4165 | 2025-02-23T13:26:37.247Z | [ recovery-image] Feb 23 13:26:35.669 INFO O| Feb 23 13:26:35.668 INFO O| Download: 6922/15934 items 67.0/176.5MB 37% complete (1.2M/s) |
4166 | 2025-02-23T13:26:40.400Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
4167 | 2025-02-23T13:26:40.457Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
4168 | 2025-02-23T13:26:42.579Z | [ recovery-image] Feb 23 13:26:41.000 INFO O| Feb 23 13:26:41.000 INFO O| Download: 7705/15934 items 73.9/176.5MB 41% complete (1.8M/s) |
4169 | 2025-02-23T13:26:43.261Z | [ host-image] Feb 23 13:26:41.682 INFO O| Feb 23 13:26:41.681 INFO O| Download: 11168/22863 items 92.2/199.8MB 46% complete |
4170 | 2025-02-23T13:26:47.859Z | [ recovery-image] Feb 23 13:26:46.280 INFO O| Feb 23 13:26:46.280 INFO O| Download: 7937/15934 items 75.9/176.5MB 42% complete (1.1M/s) |
4171 | 2025-02-23T13:26:48.678Z | [ host-image] Feb 23 13:26:47.098 INFO O| Feb 23 13:26:47.098 INFO O| Download: 11270/22863 items 94.1/199.8MB 47% complete (493k/s) |
4172 | 2025-02-23T13:26:49.219Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
4173 | 2025-02-23T13:26:49.636Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
4174 | 2025-02-23T13:26:49.802Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
4175 | 2025-02-23T13:26:50.117Z | [verify-libraries] Compiling tokio-rustls v0.24.1 |
4176 | 2025-02-23T13:26:50.253Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
4177 | 2025-02-23T13:26:50.661Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
4178 | 2025-02-23T13:26:50.902Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
4179 | 2025-02-23T13:26:52.875Z | [ recovery-image] Feb 23 13:26:51.294 INFO O| Feb 23 13:26:51.294 INFO O| Download: 8320/15934 items 79.9/176.5MB 45% complete (644k/s) |
4180 | 2025-02-23T13:26:53.695Z | [ host-image] Feb 23 13:26:52.114 INFO O| Feb 23 13:26:52.114 INFO O| Download: 11482/22863 items 95.9/199.8MB 48% complete (314k/s) |
4181 | 2025-02-23T13:26:53.835Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
4182 | 2025-02-23T13:26:56.106Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
4183 | 2025-02-23T13:26:56.508Z | [verify-libraries] Compiling num-bigint v0.4.6 |
4184 | 2025-02-23T13:26:58.158Z | [ recovery-image] Feb 23 13:26:56.576 INFO O| Feb 23 13:26:56.576 INFO O| Download: 8750/15934 items 82.9/176.5MB 46% complete (661k/s) |
4185 | 2025-02-23T13:26:58.754Z | [ host-image] Feb 23 13:26:57.173 INFO O| Feb 23 13:26:57.173 INFO O| Download: 12049/22863 items 98.4/199.8MB 49% complete (380k/s) |
4186 | 2025-02-23T13:26:58.894Z | [verify-libraries] Compiling des v0.8.1 |
4187 | 2025-02-23T13:26:59.460Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4188 | 2025-02-23T13:27:00.454Z | [verify-libraries] Compiling hex-literal v0.4.1 |
4189 | 2025-02-23T13:27:00.549Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4190 | 2025-02-23T13:27:00.748Z | [verify-libraries] Compiling russh v0.45.0 |
4191 | 2025-02-23T13:27:02.246Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4192 | 2025-02-23T13:27:03.168Z | [ recovery-image] Feb 23 13:27:01.585 INFO O| Feb 23 13:27:01.585 INFO O| Download: 9042/15934 items 92.8/176.5MB 52% complete (1.3M/s) |
4193 | 2025-02-23T13:27:03.781Z | [ host-image] Feb 23 13:27:02.195 INFO O| Feb 23 13:27:02.195 INFO O| Download: 12242/22863 items 108.7/199.8MB 54% complete (1.2M/s) |
4194 | 2025-02-23T13:27:05.672Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
4195 | 2025-02-23T13:27:06.175Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4196 | 2025-02-23T13:27:08.180Z | [ recovery-image] Feb 23 13:27:06.597 INFO O| Feb 23 13:27:06.597 INFO O| Download: 10002/15934 items 93.3/176.5MB 52% complete (1.1M/s) |
4197 | 2025-02-23T13:27:09.186Z | [ host-image] Feb 23 13:27:07.603 INFO O| Feb 23 13:27:07.603 INFO O| Download: 12358/22863 items 109.6/199.8MB 54% complete (1.2M/s) |
4198 | 2025-02-23T13:27:10.279Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
4199 | 2025-02-23T13:27:13.240Z | [ recovery-image] Feb 23 13:27:11.657 INFO O| Feb 23 13:27:11.656 INFO O| Download: 10581/15934 items 93.6/176.5MB 53% complete (78.6k/s) |
4200 | 2025-02-23T13:27:14.194Z | [ host-image] Feb 23 13:27:12.610 INFO O| Feb 23 13:27:12.610 INFO O| Download: 13202/22863 items 110.0/199.8MB 55% complete (142k/s) |
4201 | 2025-02-23T13:27:14.197Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
4202 | 2025-02-23T13:27:16.549Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
4203 | 2025-02-23T13:27:17.902Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
4204 | 2025-02-23T13:27:18.254Z | [ recovery-image] Feb 23 13:27:16.670 INFO O| Feb 23 13:27:16.670 INFO O| Download: 10913/15934 items 94.0/176.5MB 53% complete (71.8k/s) |
4205 | 2025-02-23T13:27:19.206Z | [ host-image] Feb 23 13:27:17.621 INFO O| Feb 23 13:27:17.621 INFO O| Download: 13705/22863 items 110.3/199.8MB 55% complete (68.8k/s) |
4206 | 2025-02-23T13:27:23.469Z | [ recovery-image] Feb 23 13:27:21.883 INFO O| Feb 23 13:27:21.883 INFO O| Download: 11145/15934 items 98.3/176.5MB 55% complete (387k/s) |
4207 | 2025-02-23T13:27:24.217Z | [ host-image] Feb 23 13:27:22.632 INFO O| Feb 23 13:27:22.631 INFO O| Download: 14107/22863 items 110.5/199.8MB 55% complete (45.6k/s) |
4208 | 2025-02-23T13:27:25.830Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
4209 | 2025-02-23T13:27:26.219Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4210 | 2025-02-23T13:27:29.149Z | [ recovery-image] Feb 23 13:27:27.563 INFO O| Feb 23 13:27:27.562 INFO O| Download: 11476/15934 items 107.2/176.5MB 60% complete (1.3M/s) |
4211 | 2025-02-23T13:27:29.660Z | [ host-image] Feb 23 13:27:28.073 INFO O| Feb 23 13:27:28.073 INFO O| Download: 14340/22863 items 110.9/199.8MB 55% complete (68.8k/s) |
4212 | 2025-02-23T13:27:35.788Z | [ host-image] Feb 23 13:27:34.200 INFO O| Feb 23 13:27:34.200 INFO O| Download: 14497/22863 items 111.9/199.8MB 55% complete (144k/s) |
4213 | 2025-02-23T13:27:35.791Z | [ recovery-image] Feb 23 13:27:34.203 INFO O| Feb 23 13:27:34.203 INFO O| Download: 11587/15934 items 111.5/176.5MB 63% complete (1.7M/s) |
4214 | 2025-02-23T13:27:40.145Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
4215 | 2025-02-23T13:27:40.790Z | [ host-image] Feb 23 13:27:39.200 INFO O| Feb 23 13:27:39.200 INFO O| Download: 14822/22863 items 117.4/199.8MB 58% complete (576k/s) |
4216 | 2025-02-23T13:27:40.965Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
4217 | 2025-02-23T13:27:41.148Z | [ recovery-image] Feb 23 13:27:39.559 INFO O| Feb 23 13:27:39.559 INFO O| Download: 12064/15934 items 139.9/176.5MB 79% complete (2.8M/s) |
4218 | 2025-02-23T13:27:45.791Z | [ host-image] Feb 23 13:27:44.201 INFO O| Feb 23 13:27:44.201 INFO O| Download: 15677/22863 items 124.1/199.8MB 62% complete (1.2M/s) |
4219 | 2025-02-23T13:27:46.166Z | [ recovery-image] Feb 23 13:27:44.575 INFO O| Feb 23 13:27:44.575 INFO O| Download: 13027/15934 items 144.9/176.5MB 82% complete (3.2M/s) |
4220 | 2025-02-23T13:27:50.794Z | [ host-image] Feb 23 13:27:49.203 INFO O| Feb 23 13:27:49.203 INFO O| Download: 16200/22863 items 133.3/199.8MB 66% complete (1.5M/s) |
4221 | 2025-02-23T13:27:51.185Z | [ recovery-image] Feb 23 13:27:49.595 INFO O| Feb 23 13:27:49.594 INFO O| Download: 13984/15934 items 148.2/176.5MB 83% complete (849k/s) |
4222 | 2025-02-23T13:27:52.477Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4223 | 2025-02-23T13:27:55.878Z | [ host-image] Feb 23 13:27:54.287 INFO O| Feb 23 13:27:54.287 INFO O| Download: 16951/22863 items 141.8/199.8MB 70% complete (1.8M/s) |
4224 | 2025-02-23T13:27:56.276Z | [ recovery-image] Feb 23 13:27:54.685 INFO O| Feb 23 13:27:54.685 INFO O| Download: 14740/15934 items 150.7/176.5MB 85% complete (602k/s) |
4225 | 2025-02-23T13:27:59.369Z | [verify-libraries] Compiling petname v2.0.2 |
4226 | 2025-02-23T13:28:00.444Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4227 | 2025-02-23T13:28:00.888Z | [ host-image] Feb 23 13:27:59.296 INFO O| Feb 23 13:27:59.296 INFO O| Download: 17397/22863 items 145.8/199.8MB 72% complete (1.3M/s) |
4228 | 2025-02-23T13:28:01.028Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
4229 | 2025-02-23T13:28:01.740Z | [ recovery-image] Feb 23 13:28:00.148 INFO O| Feb 23 13:28:00.148 INFO O| Download: 14838/15934 items 156.2/176.5MB 88% complete (844k/s) |
4230 | 2025-02-23T13:28:05.894Z | [ host-image] Feb 23 13:28:04.301 INFO O| Feb 23 13:28:04.301 INFO O| Download: 18121/22863 items 162.3/199.8MB 81% complete (2.0M/s) |
4231 | 2025-02-23T13:28:06.780Z | [ recovery-image] Feb 23 13:28:05.187 INFO O| Feb 23 13:28:05.187 INFO O| Download: 15334/15934 items 160.7/176.5MB 91% complete (925k/s) |
4232 | 2025-02-23T13:28:10.895Z | [ host-image] Feb 23 13:28:09.301 INFO O| Feb 23 13:28:09.301 INFO O| Download: 19040/22863 items 166.8/199.8MB 83% complete (2.1M/s) |
4233 | 2025-02-23T13:28:11.966Z | [ recovery-image] Feb 23 13:28:10.372 INFO O| Feb 23 13:28:10.372 INFO O| Download: 15606/15934 items 169.0/176.5MB 95% complete (1.3M/s) |
4234 | 2025-02-23T13:28:15.898Z | [ host-image] Feb 23 13:28:14.304 INFO O| Feb 23 13:28:14.304 INFO O| Download: 19613/22863 items 168.9/199.8MB 84% complete (685k/s) |
4235 | 2025-02-23T13:28:17.422Z | [ recovery-image] Feb 23 13:28:15.827 INFO O| Feb 23 13:28:15.827 INFO O| Download: 15734/15934 items 170.5/176.5MB 96% complete (1.2M/s) |
4236 | 2025-02-23T13:28:20.899Z | [ host-image] Feb 23 13:28:19.304 INFO O| Feb 23 13:28:19.304 INFO O| Download: 20087/22863 items 170.5/199.8MB 85% complete (380k/s) |
4237 | 2025-02-23T13:28:21.341Z | [ recovery-image] Feb 23 13:28:19.746 INFO O| Feb 23 13:28:19.746 INFO O| Download: Completed 176.48 MB in 199.78 seconds (901k/s) |
4238 | 2025-02-23T13:28:21.383Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4239 | 2025-02-23T13:28:22.454Z | [ recovery-image] Feb 23 13:28:20.858 INFO O| Feb 23 13:28:20.858 INFO O| Actions: 1/25107 actions (Installing new actions) |
4240 | 2025-02-23T13:28:26.187Z | [ host-image] Feb 23 13:28:24.591 INFO O| Feb 23 13:28:24.590 INFO O| Download: 20915/22863 items 176.5/199.8MB 88% complete (705k/s) |
4241 | 2025-02-23T13:28:27.455Z | [ recovery-image] Feb 23 13:28:25.859 INFO O| Feb 23 13:28:25.858 INFO O| Actions: 8733/25107 actions (Installing new actions) |
4242 | 2025-02-23T13:28:31.716Z | [ host-image] Feb 23 13:28:30.119 INFO O| Feb 23 13:28:30.119 INFO O| Download: 21485/22863 items 180.5/199.8MB 90% complete (1016k/s) |
4243 | 2025-02-23T13:28:32.456Z | [ recovery-image] Feb 23 13:28:30.859 INFO O| Feb 23 13:28:30.859 INFO O| Actions: 15351/25107 actions (Installing new actions) |
4244 | 2025-02-23T13:28:36.885Z | [ host-image] Feb 23 13:28:35.287 INFO O| Feb 23 13:28:35.287 INFO O| Download: 22113/22863 items 192.6/199.8MB 96% complete (1.4M/s) |
4245 | 2025-02-23T13:28:37.457Z | [ recovery-image] Feb 23 13:28:35.859 INFO O| Feb 23 13:28:35.859 INFO O| Actions: 23049/25107 actions (Installing new actions) |
4246 | 2025-02-23T13:28:38.362Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
4247 | 2025-02-23T13:28:39.048Z | [ recovery-image] Feb 23 13:28:37.449 INFO O| Feb 23 13:28:37.449 INFO O| Actions: Completed 25107 actions in 16.59 seconds. |
4248 | 2025-02-23T13:28:39.966Z | [ recovery-image] Feb 23 13:28:38.368 INFO O| Feb 23 13:28:38.368 INFO O| Done |
4249 | 2025-02-23T13:28:39.966Z | [ recovery-image] Feb 23 13:28:38.368 INFO O| Feb 23 13:28:38.368 INFO O| Done |
4250 | 2025-02-23T13:28:41.568Z | [ recovery-image] Feb 23 13:28:39.970 INFO O| Feb 23 13:28:39.970 INFO O| Done |
4251 | 2025-02-23T13:28:42.015Z | [ host-image] Feb 23 13:28:40.416 INFO O| Feb 23 13:28:40.416 INFO O| Download: 22860/22863 items 199.8/199.8MB 99% complete (1.9M/s) |
4252 | 2025-02-23T13:28:42.131Z | [ host-image] Feb 23 13:28:40.532 INFO O| Feb 23 13:28:40.532 INFO O| Download: Completed 199.77 MB in 276.41 seconds (738k/s) |
4253 | 2025-02-23T13:28:43.600Z | [ recovery-image] Feb 23 13:28:42.001 INFO O| Feb 23 13:28:42.001 INFO O| Done |
4254 | 2025-02-23T13:28:43.627Z | [ recovery-image] Feb 23 13:28:42.028 INFO O| Feb 23 13:28:42.028 INFO O| Done |
4255 | 2025-02-23T13:28:43.722Z | [ host-image] Feb 23 13:28:42.123 INFO O| Feb 23 13:28:42.123 INFO O| Actions: 1/49570 actions (Installing new actions) |
4256 | 2025-02-23T13:28:48.724Z | [ host-image] Feb 23 13:28:47.123 INFO O| Feb 23 13:28:47.123 INFO O| Actions: 9526/49570 actions (Installing new actions) |
4257 | 2025-02-23T13:28:48.842Z | [ recovery-image] Feb 23 13:28:47.242 INFO O| Feb 23 13:28:47.242 INFO O| Done |
4258 | 2025-02-23T13:28:49.594Z | [ recovery-image] Feb 23 13:28:47.994 INFO O| Feb 23 13:28:47.994 INFO O| Done |
4259 | 2025-02-23T13:28:50.314Z | [ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO STEP 11 (pkg_install) COMPLETE |
4260 | 2025-02-23T13:28:50.314Z | [ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4261 | 2025-02-23T13:28:50.317Z | [ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO skip step because feature "recovery" is enabled |
4262 | 2025-02-23T13:28:50.317Z | [ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4263 | 2025-02-23T13:28:50.317Z | [ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO skip step because feature "omicron1" is not enabled |
4264 | 2025-02-23T13:28:50.317Z | [ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4265 | 2025-02-23T13:28:50.348Z | [ recovery-image] Feb 23 13:28:48.748 INFO O| Feb 23 13:28:48.748 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
4266 | 2025-02-23T13:28:53.724Z | [ host-image] Feb 23 13:28:52.124 INFO O| Feb 23 13:28:52.124 INFO O| Actions: 15900/49570 actions (Installing new actions) |
4267 | 2025-02-23T13:28:54.574Z | [ recovery-image] Feb 23 13:28:52.974 INFO O| Feb 23 13:28:52.973 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4268 | 2025-02-23T13:28:54.841Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
4269 | 2025-02-23T13:28:55.799Z | [verify-libraries] Compiling heck v0.4.1 |
4270 | 2025-02-23T13:28:57.379Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
4271 | 2025-02-23T13:28:58.730Z | [ host-image] Feb 23 13:28:57.127 INFO O| Feb 23 13:28:57.127 INFO O| Actions: 22948/49570 actions (Installing new actions) |
4272 | 2025-02-23T13:28:59.935Z | [ recovery-image] Feb 23 13:28:58.333 INFO O| Feb 23 13:28:58.333 INFO O| Planning: Solver setup ... Done |
4273 | 2025-02-23T13:28:59.944Z | [ recovery-image] Feb 23 13:28:58.342 INFO O| Feb 23 13:28:58.341 INFO O| Planning: Running solver ... Done |
4274 | 2025-02-23T13:29:00.052Z | [ recovery-image] Feb 23 13:28:58.450 INFO O| Feb 23 13:28:58.450 INFO O| Planning: Finding local manifests ... Done |
4275 | 2025-02-23T13:29:00.055Z | [ recovery-image] Feb 23 13:28:58.451 INFO O| Feb 23 13:28:58.451 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4276 | 2025-02-23T13:29:00.254Z | [ recovery-image] Feb 23 13:28:58.652 INFO O| Feb 23 13:28:58.652 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4277 | 2025-02-23T13:29:00.458Z | [ recovery-image] Feb 23 13:28:58.856 INFO O| Feb 23 13:28:58.856 INFO O| Planning: Package planning ... Done |
4278 | 2025-02-23T13:29:00.461Z | [ recovery-image] Feb 23 13:28:58.857 INFO O| Feb 23 13:28:58.857 INFO O| Planning: Merging actions ... Done |
4279 | 2025-02-23T13:29:00.544Z | [ recovery-image] Feb 23 13:28:58.941 INFO O| Feb 23 13:28:58.941 INFO O| Planning: Checking for conflicting actions ... Done |
4280 | 2025-02-23T13:29:00.547Z | [ recovery-image] Feb 23 13:28:58.941 INFO O| Feb 23 13:28:58.941 INFO O| Planning: Consolidating action changes ... Done |
4281 | 2025-02-23T13:29:00.882Z | [ recovery-image] Feb 23 13:28:59.280 INFO O| Feb 23 13:28:59.280 INFO O| Planning: Evaluating mediators ... Done |
4282 | 2025-02-23T13:29:00.885Z | [ recovery-image] Feb 23 13:28:59.281 INFO O| Feb 23 13:28:59.281 INFO O| Planning: Planning completed in 6.31 seconds |
4283 | 2025-02-23T13:29:00.888Z | [ recovery-image] Feb 23 13:28:59.283 INFO O| Feb 23 13:28:59.283 INFO O| Packages to install: 1 |
4284 | 2025-02-23T13:29:00.907Z | [ recovery-image] Feb 23 13:28:59.305 INFO O| Feb 23 13:28:59.305 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
4285 | 2025-02-23T13:29:01.834Z | [ recovery-image] Feb 23 13:29:00.232 INFO O| Feb 23 13:29:00.232 INFO O| Download: Completed 10.27 MB in 0.93 seconds (11.1M/s) |
4286 | 2025-02-23T13:29:02.016Z | [ recovery-image] Feb 23 13:29:00.413 INFO O| Feb 23 13:29:00.413 INFO O| Actions: 1/22 actions (Installing new actions) |
4287 | 2025-02-23T13:29:02.384Z | [ recovery-image] Feb 23 13:29:00.781 INFO O| Feb 23 13:29:00.781 INFO O| Actions: Completed 22 actions in 0.37 seconds. |
4288 | 2025-02-23T13:29:03.203Z | [ recovery-image] Feb 23 13:29:01.600 INFO O| Feb 23 13:29:01.600 INFO O| Done |
4289 | 2025-02-23T13:29:03.206Z | [ recovery-image] Feb 23 13:29:01.600 INFO O| Feb 23 13:29:01.600 INFO O| Done |
4290 | 2025-02-23T13:29:03.733Z | [ host-image] Feb 23 13:29:02.130 INFO O| Feb 23 13:29:02.130 INFO O| Actions: 49098/49570 actions (Installing new actions) |
4291 | 2025-02-23T13:29:04.562Z | [ recovery-image] Feb 23 13:29:02.960 INFO O| Feb 23 13:29:02.960 INFO O| Done |
4292 | 2025-02-23T13:29:04.849Z | [ host-image] Feb 23 13:29:03.235 INFO O| Feb 23 13:29:03.235 INFO O| Actions: Completed 49570 actions in 21.08 seconds. |
4293 | 2025-02-23T13:29:05.934Z | [ host-image] Feb 23 13:29:04.331 INFO O| Feb 23 13:29:04.331 INFO O| Done |
4294 | 2025-02-23T13:29:05.934Z | [ host-image] Feb 23 13:29:04.331 INFO O| Feb 23 13:29:04.331 INFO O| Done |
4295 | 2025-02-23T13:29:06.660Z | [ recovery-image] Feb 23 13:29:05.057 INFO O| Feb 23 13:29:05.057 INFO O| Done |
4296 | 2025-02-23T13:29:06.695Z | [ recovery-image] Feb 23 13:29:05.090 INFO O| Feb 23 13:29:05.090 INFO O| Done |
4297 | 2025-02-23T13:29:06.698Z | [ recovery-image] Feb 23 13:29:05.091 INFO O| Feb 23 13:29:05.091 INFO O| Done |
4298 | 2025-02-23T13:29:06.712Z | [ recovery-image] Feb 23 13:29:05.109 INFO O| Feb 23 13:29:05.108 INFO O| Done |
4299 | 2025-02-23T13:29:06.750Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4300 | 2025-02-23T13:29:06.947Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 14 (pkg_install) COMPLETE |
4301 | 2025-02-23T13:29:06.947Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4302 | 2025-02-23T13:29:06.947Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO skip step because feature "mfg" is not enabled |
4303 | 2025-02-23T13:29:06.951Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4304 | 2025-02-23T13:29:06.951Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO skip step because feature "compliance" is not enabled |
4305 | 2025-02-23T13:29:06.951Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4306 | 2025-02-23T13:29:06.951Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO skip step because feature "stress" is not enabled |
4307 | 2025-02-23T13:29:06.951Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4308 | 2025-02-23T13:29:06.951Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO skip step because feature "nfs" is not enabled |
4309 | 2025-02-23T13:29:06.951Z | [ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4310 | 2025-02-23T13:29:06.951Z | [ recovery-image] Feb 23 13:29:05.343 INFO O| Feb 23 13:29:05.343 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4311 | 2025-02-23T13:29:07.108Z | [ recovery-image] Feb 23 13:29:05.504 INFO O| Feb 23 13:29:05.504 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4312 | 2025-02-23T13:29:07.275Z | [ recovery-image] Feb 23 13:29:05.671 INFO O| Feb 23 13:29:05.671 INFO completed processing gimlet/ramdisk-01-os |
4313 | 2025-02-23T13:29:07.281Z | [ recovery-image] Feb 23 13:29:05.676 INFO image builder template: ramdisk-02-trim... |
4314 | 2025-02-23T13:29:07.281Z | [ recovery-image] Feb 23 13:29:05.676 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpO8vQuE/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None |
4315 | 2025-02-23T13:29:07.326Z | [ recovery-image] Feb 23 13:29:05.723 INFO O| Feb 23 13:29:05.723 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4316 | 2025-02-23T13:29:07.342Z | [ recovery-image] Feb 23 13:29:05.737 INFO O| Feb 23 13:29:05.737 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4317 | 2025-02-23T13:29:07.508Z | [ recovery-image] Feb 23 13:29:05.903 INFO O| Feb 23 13:29:05.903 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4318 | 2025-02-23T13:29:07.577Z | [ host-image] Feb 23 13:29:05.974 INFO O| Feb 23 13:29:05.974 INFO O| Done |
4319 | 2025-02-23T13:29:07.650Z | [ recovery-image] Feb 23 13:29:06.045 INFO O| Feb 23 13:29:06.045 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4320 | 2025-02-23T13:29:07.650Z | [ recovery-image] Feb 23 13:29:06.045 INFO O| Feb 23 13:29:06.045 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4321 | 2025-02-23T13:29:07.663Z | [ recovery-image] Feb 23 13:29:06.058 INFO O| Feb 23 13:29:06.058 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4322 | 2025-02-23T13:29:07.670Z | [ recovery-image] Feb 23 13:29:06.066 INFO O| Feb 23 13:29:06.066 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4323 | 2025-02-23T13:29:07.681Z | [ recovery-image] Feb 23 13:29:06.076 INFO O| Feb 23 13:29:06.076 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4324 | 2025-02-23T13:29:08.351Z | [ recovery-image] Feb 23 13:29:06.748 INFO O| Feb 23 13:29:06.747 INFO rolled back to input snapshot; work may begin |
4325 | 2025-02-23T13:29:08.351Z | [ recovery-image] Feb 23 13:29:06.748 INFO O| Feb 23 13:29:06.747 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4326 | 2025-02-23T13:29:08.362Z | [ recovery-image] Feb 23 13:29:06.758 INFO O| Feb 23 13:29:06.758 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4327 | 2025-02-23T13:29:08.385Z | [ recovery-image] Feb 23 13:29:06.780 INFO O| Feb 23 13:29:06.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4328 | 2025-02-23T13:29:08.480Z | [ recovery-image] Feb 23 13:29:06.877 INFO O| Feb 23 13:29:06.876 INFO STEP 0 (remove_files) COMPLETE |
4329 | 2025-02-23T13:29:08.480Z | [ recovery-image] Feb 23 13:29:06.877 INFO O| Feb 23 13:29:06.876 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4330 | 2025-02-23T13:29:08.516Z | [ recovery-image] Feb 23 13:29:06.912 INFO O| Feb 23 13:29:06.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4331 | 2025-02-23T13:29:08.521Z | [ recovery-image] Feb 23 13:29:06.915 INFO O| Feb 23 13:29:06.915 INFO STEP 1 (remove_files) COMPLETE |
4332 | 2025-02-23T13:29:08.521Z | [ recovery-image] Feb 23 13:29:06.915 INFO O| Feb 23 13:29:06.915 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4333 | 2025-02-23T13:29:08.566Z | [ recovery-image] Feb 23 13:29:06.962 INFO O| Feb 23 13:29:06.962 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4334 | 2025-02-23T13:29:08.590Z | [ recovery-image] Feb 23 13:29:06.986 INFO O| Feb 23 13:29:06.986 INFO STEP 2 (remove_files) COMPLETE |
4335 | 2025-02-23T13:29:08.590Z | [ recovery-image] Feb 23 13:29:06.986 INFO O| Feb 23 13:29:06.986 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4336 | 2025-02-23T13:29:08.627Z | [ recovery-image] Feb 23 13:29:07.023 INFO O| Feb 23 13:29:07.023 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4337 | 2025-02-23T13:29:08.630Z | [ recovery-image] Feb 23 13:29:07.026 INFO O| Feb 23 13:29:07.026 INFO STEP 3 (remove_files) COMPLETE |
4338 | 2025-02-23T13:29:08.631Z | [ recovery-image] Feb 23 13:29:07.026 INFO O| Feb 23 13:29:07.026 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4339 | 2025-02-23T13:29:08.658Z | [ recovery-image] Feb 23 13:29:07.052 INFO O| Feb 23 13:29:07.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4340 | 2025-02-23T13:29:08.663Z | [ recovery-image] Feb 23 13:29:07.059 INFO O| Feb 23 13:29:07.059 INFO STEP 4 (remove_files) COMPLETE |
4341 | 2025-02-23T13:29:08.664Z | [ recovery-image] Feb 23 13:29:07.059 INFO O| Feb 23 13:29:07.059 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4342 | 2025-02-23T13:29:08.738Z | [ recovery-image] Feb 23 13:29:07.135 INFO O| Feb 23 13:29:07.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4343 | 2025-02-23T13:29:08.743Z | [ recovery-image] Feb 23 13:29:07.135 INFO O| Feb 23 13:29:07.135 INFO STEP 5 (remove_files) COMPLETE |
4344 | 2025-02-23T13:29:08.743Z | [ recovery-image] Feb 23 13:29:07.135 INFO O| Feb 23 13:29:07.135 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4345 | 2025-02-23T13:29:08.760Z | [ recovery-image] Feb 23 13:29:07.155 INFO O| Feb 23 13:29:07.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4346 | 2025-02-23T13:29:08.782Z | [ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 6 (remove_files) COMPLETE |
4347 | 2025-02-23T13:29:08.782Z | [ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4348 | 2025-02-23T13:29:08.786Z | [ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO skip step because feature "recovery" is enabled |
4349 | 2025-02-23T13:29:08.786Z | [ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4350 | 2025-02-23T13:29:08.786Z | [ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO skip step because feature "recovery" is enabled |
4351 | 2025-02-23T13:29:08.786Z | [ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4352 | 2025-02-23T13:29:08.786Z | [ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO skip step because feature "recovery" is enabled |
4353 | 2025-02-23T13:29:08.786Z | [ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4354 | 2025-02-23T13:29:08.825Z | [ recovery-image] Feb 23 13:29:07.221 INFO O| Feb 23 13:29:07.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4355 | 2025-02-23T13:29:08.833Z | [ recovery-image] Feb 23 13:29:07.229 INFO O| Feb 23 13:29:07.229 INFO STEP 10 (remove_files) COMPLETE |
4356 | 2025-02-23T13:29:08.833Z | [ recovery-image] Feb 23 13:29:07.229 INFO O| Feb 23 13:29:07.229 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4357 | 2025-02-23T13:29:08.856Z | [ recovery-image] Feb 23 13:29:07.253 INFO O| Feb 23 13:29:07.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4358 | 2025-02-23T13:29:08.859Z | [ recovery-image] Feb 23 13:29:07.255 INFO O| Feb 23 13:29:07.255 INFO STEP 11 (remove_files) COMPLETE |
4359 | 2025-02-23T13:29:08.859Z | [ recovery-image] Feb 23 13:29:07.255 INFO O| Feb 23 13:29:07.255 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4360 | 2025-02-23T13:29:08.890Z | [ recovery-image] Feb 23 13:29:07.286 INFO O| Feb 23 13:29:07.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4361 | 2025-02-23T13:29:08.894Z | [ recovery-image] Feb 23 13:29:07.289 INFO O| Feb 23 13:29:07.288 INFO STEP 12 (remove_files) COMPLETE |
4362 | 2025-02-23T13:29:08.894Z | [ recovery-image] Feb 23 13:29:07.289 INFO O| Feb 23 13:29:07.289 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4363 | 2025-02-23T13:29:09.208Z | [ recovery-image] Feb 23 13:29:07.604 INFO O| Feb 23 13:29:07.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4364 | 2025-02-23T13:29:09.215Z | [ recovery-image] Feb 23 13:29:07.612 INFO O| Feb 23 13:29:07.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4365 | 2025-02-23T13:29:09.235Z | [ recovery-image] Feb 23 13:29:07.630 INFO O| Feb 23 13:29:07.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4366 | 2025-02-23T13:29:09.238Z | [ recovery-image] Feb 23 13:29:07.631 INFO O| Feb 23 13:29:07.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4367 | 2025-02-23T13:29:09.427Z | [ recovery-image] Feb 23 13:29:07.823 INFO O| Feb 23 13:29:07.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4368 | 2025-02-23T13:29:09.427Z | [ recovery-image] Feb 23 13:29:07.823 INFO O| Feb 23 13:29:07.823 INFO STEP 13 (remove_files) COMPLETE |
4369 | 2025-02-23T13:29:09.430Z | [ recovery-image] Feb 23 13:29:07.823 INFO O| Feb 23 13:29:07.823 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4370 | 2025-02-23T13:29:09.454Z | [ recovery-image] Feb 23 13:29:07.849 INFO O| Feb 23 13:29:07.849 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4371 | 2025-02-23T13:29:09.457Z | [ recovery-image] Feb 23 13:29:07.852 INFO O| Feb 23 13:29:07.852 INFO STEP 14 (remove_files) COMPLETE |
4372 | 2025-02-23T13:29:09.457Z | [ recovery-image] Feb 23 13:29:07.852 INFO O| Feb 23 13:29:07.852 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4373 | 2025-02-23T13:29:09.478Z | [ recovery-image] Feb 23 13:29:07.874 INFO O| Feb 23 13:29:07.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4374 | 2025-02-23T13:29:09.489Z | [ recovery-image] Feb 23 13:29:07.885 INFO O| Feb 23 13:29:07.885 INFO STEP 15 (remove_files) COMPLETE |
4375 | 2025-02-23T13:29:09.514Z | [ recovery-image] Feb 23 13:29:07.885 INFO O| Feb 23 13:29:07.885 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4376 | 2025-02-23T13:29:09.517Z | [ recovery-image] Feb 23 13:29:07.911 INFO O| Feb 23 13:29:07.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4377 | 2025-02-23T13:29:09.517Z | [ recovery-image] Feb 23 13:29:07.911 INFO O| Feb 23 13:29:07.911 INFO STEP 16 (remove_files) COMPLETE |
4378 | 2025-02-23T13:29:09.517Z | [ recovery-image] Feb 23 13:29:07.911 INFO O| Feb 23 13:29:07.911 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4379 | 2025-02-23T13:29:09.539Z | [ recovery-image] Feb 23 13:29:07.935 INFO O| Feb 23 13:29:07.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4380 | 2025-02-23T13:29:09.541Z | [ recovery-image] Feb 23 13:29:07.937 INFO O| Feb 23 13:29:07.937 INFO STEP 17 (remove_files) COMPLETE |
4381 | 2025-02-23T13:29:09.542Z | [ recovery-image] Feb 23 13:29:07.937 INFO O| Feb 23 13:29:07.937 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4382 | 2025-02-23T13:29:09.562Z | [ recovery-image] Feb 23 13:29:07.959 INFO O| Feb 23 13:29:07.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4383 | 2025-02-23T13:29:09.563Z | [ recovery-image] Feb 23 13:29:07.959 INFO O| Feb 23 13:29:07.959 INFO STEP 18 (remove_files) COMPLETE |
4384 | 2025-02-23T13:29:09.563Z | [ recovery-image] Feb 23 13:29:07.959 INFO O| Feb 23 13:29:07.959 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4385 | 2025-02-23T13:29:09.584Z | [ recovery-image] Feb 23 13:29:07.980 INFO O| Feb 23 13:29:07.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4386 | 2025-02-23T13:29:09.584Z | [ recovery-image] Feb 23 13:29:07.980 INFO O| Feb 23 13:29:07.980 INFO STEP 19 (remove_files) COMPLETE |
4387 | 2025-02-23T13:29:09.589Z | [ recovery-image] Feb 23 13:29:07.980 INFO O| Feb 23 13:29:07.980 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4388 | 2025-02-23T13:29:09.611Z | [ recovery-image] Feb 23 13:29:08.007 INFO O| Feb 23 13:29:08.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4389 | 2025-02-23T13:29:09.611Z | [ recovery-image] Feb 23 13:29:08.007 INFO O| Feb 23 13:29:08.007 INFO STEP 20 (remove_files) COMPLETE |
4390 | 2025-02-23T13:29:09.615Z | [ recovery-image] Feb 23 13:29:08.007 INFO O| Feb 23 13:29:08.007 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4391 | 2025-02-23T13:29:09.634Z | [ recovery-image] Feb 23 13:29:08.030 INFO O| Feb 23 13:29:08.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4392 | 2025-02-23T13:29:09.634Z | [ recovery-image] Feb 23 13:29:08.031 INFO O| Feb 23 13:29:08.031 INFO STEP 21 (remove_files) COMPLETE |
4393 | 2025-02-23T13:29:09.637Z | [ recovery-image] Feb 23 13:29:08.031 INFO O| Feb 23 13:29:08.031 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4394 | 2025-02-23T13:29:09.667Z | [ recovery-image] Feb 23 13:29:08.063 INFO O| Feb 23 13:29:08.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4395 | 2025-02-23T13:29:09.670Z | [ recovery-image] Feb 23 13:29:08.063 INFO O| Feb 23 13:29:08.063 INFO STEP 22 (remove_files) COMPLETE |
4396 | 2025-02-23T13:29:09.670Z | [ recovery-image] Feb 23 13:29:08.063 INFO O| Feb 23 13:29:08.063 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4397 | 2025-02-23T13:29:09.730Z | [ recovery-image] Feb 23 13:29:08.126 INFO O| Feb 23 13:29:08.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4398 | 2025-02-23T13:29:09.730Z | [ recovery-image] Feb 23 13:29:08.126 INFO O| Feb 23 13:29:08.126 INFO STEP 23 (remove_files) COMPLETE |
4399 | 2025-02-23T13:29:09.733Z | [ recovery-image] Feb 23 13:29:08.126 INFO O| Feb 23 13:29:08.126 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4400 | 2025-02-23T13:29:09.756Z | [ recovery-image] Feb 23 13:29:08.152 INFO O| Feb 23 13:29:08.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4401 | 2025-02-23T13:29:09.756Z | [ recovery-image] Feb 23 13:29:08.152 INFO O| Feb 23 13:29:08.152 INFO STEP 24 (remove_files) COMPLETE |
4402 | 2025-02-23T13:29:09.759Z | [ recovery-image] Feb 23 13:29:08.152 INFO O| Feb 23 13:29:08.152 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4403 | 2025-02-23T13:29:09.792Z | [ recovery-image] Feb 23 13:29:08.188 INFO O| Feb 23 13:29:08.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4404 | 2025-02-23T13:29:09.795Z | [ recovery-image] Feb 23 13:29:08.188 INFO O| Feb 23 13:29:08.188 INFO STEP 25 (remove_files) COMPLETE |
4405 | 2025-02-23T13:29:09.795Z | [ recovery-image] Feb 23 13:29:08.188 INFO O| Feb 23 13:29:08.188 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4406 | 2025-02-23T13:29:09.833Z | [ recovery-image] Feb 23 13:29:08.229 INFO O| Feb 23 13:29:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4407 | 2025-02-23T13:29:09.836Z | [ recovery-image] Feb 23 13:29:08.229 INFO O| Feb 23 13:29:08.229 INFO STEP 26 (remove_files) COMPLETE |
4408 | 2025-02-23T13:29:09.836Z | [ recovery-image] Feb 23 13:29:08.229 INFO O| Feb 23 13:29:08.229 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4409 | 2025-02-23T13:29:09.897Z | [ recovery-image] Feb 23 13:29:08.293 INFO O| Feb 23 13:29:08.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4410 | 2025-02-23T13:29:09.900Z | [ recovery-image] Feb 23 13:29:08.293 INFO O| Feb 23 13:29:08.293 INFO STEP 27 (remove_files) COMPLETE |
4411 | 2025-02-23T13:29:09.900Z | [ recovery-image] Feb 23 13:29:08.293 INFO O| Feb 23 13:29:08.293 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4412 | 2025-02-23T13:29:09.925Z | [ recovery-image] Feb 23 13:29:08.321 INFO O| Feb 23 13:29:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4413 | 2025-02-23T13:29:09.925Z | [ recovery-image] Feb 23 13:29:08.321 INFO O| Feb 23 13:29:08.321 INFO STEP 28 (remove_files) COMPLETE |
4414 | 2025-02-23T13:29:09.929Z | [ recovery-image] Feb 23 13:29:08.321 INFO O| Feb 23 13:29:08.321 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4415 | 2025-02-23T13:29:09.950Z | [ recovery-image] Feb 23 13:29:08.346 INFO O| Feb 23 13:29:08.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4416 | 2025-02-23T13:29:09.950Z | [ recovery-image] Feb 23 13:29:08.346 INFO O| Feb 23 13:29:08.346 INFO STEP 29 (remove_files) COMPLETE |
4417 | 2025-02-23T13:29:09.950Z | [ recovery-image] Feb 23 13:29:08.346 INFO O| Feb 23 13:29:08.346 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4418 | 2025-02-23T13:29:09.972Z | [ recovery-image] Feb 23 13:29:08.368 INFO O| Feb 23 13:29:08.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4419 | 2025-02-23T13:29:09.972Z | [ recovery-image] Feb 23 13:29:08.368 INFO O| Feb 23 13:29:08.368 INFO STEP 30 (remove_files) COMPLETE |
4420 | 2025-02-23T13:29:09.975Z | [ recovery-image] Feb 23 13:29:08.368 INFO O| Feb 23 13:29:08.368 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4421 | 2025-02-23T13:29:10.003Z | [ recovery-image] Feb 23 13:29:08.399 INFO O| Feb 23 13:29:08.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4422 | 2025-02-23T13:29:10.007Z | [ recovery-image] Feb 23 13:29:08.400 INFO O| Feb 23 13:29:08.399 INFO STEP 31 (remove_files) COMPLETE |
4423 | 2025-02-23T13:29:10.007Z | [ recovery-image] Feb 23 13:29:08.400 INFO O| Feb 23 13:29:08.399 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4424 | 2025-02-23T13:29:10.030Z | [ recovery-image] Feb 23 13:29:08.426 INFO O| Feb 23 13:29:08.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4425 | 2025-02-23T13:29:10.030Z | [ recovery-image] Feb 23 13:29:08.426 INFO O| Feb 23 13:29:08.426 INFO STEP 32 (remove_files) COMPLETE |
4426 | 2025-02-23T13:29:10.030Z | [ recovery-image] Feb 23 13:29:08.426 INFO O| Feb 23 13:29:08.426 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4427 | 2025-02-23T13:29:10.065Z | [ recovery-image] Feb 23 13:29:08.462 INFO O| Feb 23 13:29:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4428 | 2025-02-23T13:29:10.068Z | [ recovery-image] Feb 23 13:29:08.462 INFO O| Feb 23 13:29:08.462 INFO STEP 33 (remove_files) COMPLETE |
4429 | 2025-02-23T13:29:10.068Z | [ recovery-image] Feb 23 13:29:08.462 INFO O| Feb 23 13:29:08.462 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4430 | 2025-02-23T13:29:10.088Z | [ recovery-image] Feb 23 13:29:08.484 INFO O| Feb 23 13:29:08.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4431 | 2025-02-23T13:29:10.091Z | [ recovery-image] Feb 23 13:29:08.485 INFO O| Feb 23 13:29:08.485 INFO STEP 34 (remove_files) COMPLETE |
4432 | 2025-02-23T13:29:10.091Z | [ recovery-image] Feb 23 13:29:08.485 INFO O| Feb 23 13:29:08.485 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4433 | 2025-02-23T13:29:10.158Z | [ recovery-image] Feb 23 13:29:08.554 INFO O| Feb 23 13:29:08.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4434 | 2025-02-23T13:29:10.161Z | [ recovery-image] Feb 23 13:29:08.555 INFO O| Feb 23 13:29:08.555 INFO STEP 35 (remove_files) COMPLETE |
4435 | 2025-02-23T13:29:10.161Z | [ recovery-image] Feb 23 13:29:08.555 INFO O| Feb 23 13:29:08.555 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4436 | 2025-02-23T13:29:10.181Z | [ recovery-image] Feb 23 13:29:08.576 INFO O| Feb 23 13:29:08.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4437 | 2025-02-23T13:29:10.181Z | [ recovery-image] Feb 23 13:29:08.576 INFO O| Feb 23 13:29:08.576 INFO STEP 36 (remove_files) COMPLETE |
4438 | 2025-02-23T13:29:10.190Z | [ recovery-image] Feb 23 13:29:08.577 INFO O| Feb 23 13:29:08.577 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4439 | 2025-02-23T13:29:10.217Z | [ recovery-image] Feb 23 13:29:08.613 INFO O| Feb 23 13:29:08.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4440 | 2025-02-23T13:29:10.217Z | [ recovery-image] Feb 23 13:29:08.613 INFO O| Feb 23 13:29:08.613 INFO STEP 37 (remove_files) COMPLETE |
4441 | 2025-02-23T13:29:10.217Z | [ recovery-image] Feb 23 13:29:08.613 INFO O| Feb 23 13:29:08.613 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4442 | 2025-02-23T13:29:10.241Z | [ recovery-image] Feb 23 13:29:08.637 INFO O| Feb 23 13:29:08.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4443 | 2025-02-23T13:29:10.241Z | [ recovery-image] Feb 23 13:29:08.637 INFO O| Feb 23 13:29:08.637 INFO STEP 38 (remove_files) COMPLETE |
4444 | 2025-02-23T13:29:10.246Z | [ recovery-image] Feb 23 13:29:08.637 INFO O| Feb 23 13:29:08.637 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4445 | 2025-02-23T13:29:10.342Z | [ recovery-image] Feb 23 13:29:08.737 INFO O| Feb 23 13:29:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4446 | 2025-02-23T13:29:10.342Z | [ recovery-image] Feb 23 13:29:08.737 INFO O| Feb 23 13:29:08.737 INFO STEP 39 (remove_files) COMPLETE |
4447 | 2025-02-23T13:29:10.345Z | [ recovery-image] Feb 23 13:29:08.738 INFO O| Feb 23 13:29:08.737 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4448 | 2025-02-23T13:29:10.401Z | [ recovery-image] Feb 23 13:29:08.795 INFO O| Feb 23 13:29:08.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4449 | 2025-02-23T13:29:10.401Z | [ recovery-image] Feb 23 13:29:08.795 INFO O| Feb 23 13:29:08.795 INFO STEP 40 (remove_files) COMPLETE |
4450 | 2025-02-23T13:29:10.401Z | [ recovery-image] Feb 23 13:29:08.796 INFO O| Feb 23 13:29:08.795 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4451 | 2025-02-23T13:29:10.422Z | [ recovery-image] Feb 23 13:29:08.818 INFO O| Feb 23 13:29:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4452 | 2025-02-23T13:29:10.422Z | [ recovery-image] Feb 23 13:29:08.818 INFO O| Feb 23 13:29:08.818 INFO STEP 41 (remove_files) COMPLETE |
4453 | 2025-02-23T13:29:10.422Z | [ recovery-image] Feb 23 13:29:08.818 INFO O| Feb 23 13:29:08.818 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4454 | 2025-02-23T13:29:10.444Z | [ recovery-image] Feb 23 13:29:08.840 INFO O| Feb 23 13:29:08.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4455 | 2025-02-23T13:29:10.445Z | [ recovery-image] Feb 23 13:29:08.841 INFO O| Feb 23 13:29:08.841 INFO STEP 42 (remove_files) COMPLETE |
4456 | 2025-02-23T13:29:10.445Z | [ recovery-image] Feb 23 13:29:08.841 INFO O| Feb 23 13:29:08.841 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4457 | 2025-02-23T13:29:10.461Z | [ host-image] Feb 23 13:29:08.857 INFO O| Feb 23 13:29:08.857 INFO O| Done |
4458 | 2025-02-23T13:29:10.480Z | [ recovery-image] Feb 23 13:29:08.876 INFO O| Feb 23 13:29:08.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4459 | 2025-02-23T13:29:10.483Z | [ recovery-image] Feb 23 13:29:08.877 INFO O| Feb 23 13:29:08.876 INFO STEP 43 (remove_files) COMPLETE |
4460 | 2025-02-23T13:29:10.484Z | [ recovery-image] Feb 23 13:29:08.877 INFO O| Feb 23 13:29:08.877 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4461 | 2025-02-23T13:29:10.503Z | [ host-image] Feb 23 13:29:08.899 INFO O| Feb 23 13:29:08.899 INFO O| Done |
4462 | 2025-02-23T13:29:10.507Z | [ recovery-image] Feb 23 13:29:08.902 INFO O| Feb 23 13:29:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4463 | 2025-02-23T13:29:10.507Z | [ recovery-image] Feb 23 13:29:08.902 INFO O| Feb 23 13:29:08.902 INFO STEP 44 (remove_files) COMPLETE |
4464 | 2025-02-23T13:29:10.510Z | [ recovery-image] Feb 23 13:29:08.902 INFO O| Feb 23 13:29:08.902 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4465 | 2025-02-23T13:29:10.532Z | [ recovery-image] Feb 23 13:29:08.928 INFO O| Feb 23 13:29:08.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4466 | 2025-02-23T13:29:10.535Z | [ recovery-image] Feb 23 13:29:08.928 INFO O| Feb 23 13:29:08.928 INFO STEP 45 (remove_files) COMPLETE |
4467 | 2025-02-23T13:29:10.535Z | [ recovery-image] Feb 23 13:29:08.928 INFO O| Feb 23 13:29:08.928 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4468 | 2025-02-23T13:29:10.556Z | [ recovery-image] Feb 23 13:29:08.952 INFO O| Feb 23 13:29:08.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4469 | 2025-02-23T13:29:10.556Z | [ recovery-image] Feb 23 13:29:08.952 INFO O| Feb 23 13:29:08.952 INFO STEP 46 (remove_files) COMPLETE |
4470 | 2025-02-23T13:29:10.556Z | [ recovery-image] Feb 23 13:29:08.952 INFO O| Feb 23 13:29:08.952 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4471 | 2025-02-23T13:29:10.578Z | [ recovery-image] Feb 23 13:29:08.973 INFO O| Feb 23 13:29:08.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4472 | 2025-02-23T13:29:10.578Z | [ recovery-image] Feb 23 13:29:08.973 INFO O| Feb 23 13:29:08.973 INFO STEP 47 (remove_files) COMPLETE |
4473 | 2025-02-23T13:29:10.578Z | [ recovery-image] Feb 23 13:29:08.974 INFO O| Feb 23 13:29:08.973 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4474 | 2025-02-23T13:29:10.614Z | [ recovery-image] Feb 23 13:29:09.010 INFO O| Feb 23 13:29:09.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4475 | 2025-02-23T13:29:10.614Z | [ recovery-image] Feb 23 13:29:09.010 INFO O| Feb 23 13:29:09.010 INFO STEP 48 (remove_files) COMPLETE |
4476 | 2025-02-23T13:29:10.614Z | [ recovery-image] Feb 23 13:29:09.010 INFO O| Feb 23 13:29:09.010 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4477 | 2025-02-23T13:29:10.640Z | [ recovery-image] Feb 23 13:29:09.035 INFO O| Feb 23 13:29:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4478 | 2025-02-23T13:29:10.640Z | [ recovery-image] Feb 23 13:29:09.035 INFO O| Feb 23 13:29:09.035 INFO STEP 49 (remove_files) COMPLETE |
4479 | 2025-02-23T13:29:10.644Z | [ recovery-image] Feb 23 13:29:09.035 INFO O| Feb 23 13:29:09.035 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4480 | 2025-02-23T13:29:10.661Z | [ recovery-image] Feb 23 13:29:09.057 INFO O| Feb 23 13:29:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4481 | 2025-02-23T13:29:10.661Z | [ recovery-image] Feb 23 13:29:09.057 INFO O| Feb 23 13:29:09.057 INFO STEP 50 (remove_files) COMPLETE |
4482 | 2025-02-23T13:29:10.661Z | [ recovery-image] Feb 23 13:29:09.057 INFO O| Feb 23 13:29:09.057 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4483 | 2025-02-23T13:29:10.692Z | [ recovery-image] Feb 23 13:29:09.088 INFO O| Feb 23 13:29:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4484 | 2025-02-23T13:29:10.692Z | [ recovery-image] Feb 23 13:29:09.088 INFO O| Feb 23 13:29:09.088 INFO STEP 51 (remove_files) COMPLETE |
4485 | 2025-02-23T13:29:10.692Z | [ recovery-image] Feb 23 13:29:09.088 INFO O| Feb 23 13:29:09.088 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4486 | 2025-02-23T13:29:10.752Z | [ recovery-image] Feb 23 13:29:09.148 INFO O| Feb 23 13:29:09.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4487 | 2025-02-23T13:29:10.752Z | [ recovery-image] Feb 23 13:29:09.148 INFO O| Feb 23 13:29:09.148 INFO STEP 52 (remove_files) COMPLETE |
4488 | 2025-02-23T13:29:10.752Z | [ recovery-image] Feb 23 13:29:09.148 INFO O| Feb 23 13:29:09.148 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4489 | 2025-02-23T13:29:10.775Z | [ recovery-image] Feb 23 13:29:09.171 INFO O| Feb 23 13:29:09.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4490 | 2025-02-23T13:29:10.775Z | [ recovery-image] Feb 23 13:29:09.171 INFO O| Feb 23 13:29:09.171 INFO STEP 53 (remove_files) COMPLETE |
4491 | 2025-02-23T13:29:10.775Z | [ recovery-image] Feb 23 13:29:09.171 INFO O| Feb 23 13:29:09.171 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4492 | 2025-02-23T13:29:10.816Z | [ recovery-image] Feb 23 13:29:09.212 INFO O| Feb 23 13:29:09.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4493 | 2025-02-23T13:29:10.822Z | [ recovery-image] Feb 23 13:29:09.213 INFO O| Feb 23 13:29:09.213 INFO STEP 54 (remove_files) COMPLETE |
4494 | 2025-02-23T13:29:10.822Z | [ recovery-image] Feb 23 13:29:09.213 INFO O| Feb 23 13:29:09.213 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4495 | 2025-02-23T13:29:10.855Z | [ recovery-image] Feb 23 13:29:09.251 INFO O| Feb 23 13:29:09.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4496 | 2025-02-23T13:29:10.858Z | [ recovery-image] Feb 23 13:29:09.251 INFO O| Feb 23 13:29:09.251 INFO STEP 55 (remove_files) COMPLETE |
4497 | 2025-02-23T13:29:10.858Z | [ recovery-image] Feb 23 13:29:09.252 INFO O| Feb 23 13:29:09.251 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4498 | 2025-02-23T13:29:10.898Z | [ recovery-image] Feb 23 13:29:09.294 INFO O| Feb 23 13:29:09.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4499 | 2025-02-23T13:29:10.898Z | [ recovery-image] Feb 23 13:29:09.294 INFO O| Feb 23 13:29:09.294 INFO STEP 56 (remove_files) COMPLETE |
4500 | 2025-02-23T13:29:10.898Z | [ recovery-image] Feb 23 13:29:09.294 INFO O| Feb 23 13:29:09.294 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4501 | 2025-02-23T13:29:10.926Z | [ recovery-image] Feb 23 13:29:09.322 INFO O| Feb 23 13:29:09.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4502 | 2025-02-23T13:29:10.926Z | [ recovery-image] Feb 23 13:29:09.322 INFO O| Feb 23 13:29:09.322 INFO STEP 57 (remove_files) COMPLETE |
4503 | 2025-02-23T13:29:10.930Z | [ recovery-image] Feb 23 13:29:09.322 INFO O| Feb 23 13:29:09.322 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4504 | 2025-02-23T13:29:10.954Z | [ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4505 | 2025-02-23T13:29:10.955Z | [ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4506 | 2025-02-23T13:29:10.955Z | [ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4507 | 2025-02-23T13:29:10.958Z | [ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4508 | 2025-02-23T13:29:10.958Z | [ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4509 | 2025-02-23T13:29:10.958Z | [ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4510 | 2025-02-23T13:29:10.958Z | [ recovery-image] Feb 23 13:29:09.351 INFO O| Feb 23 13:29:09.350 INFO ok! |
4511 | 2025-02-23T13:29:10.958Z | [ recovery-image] Feb 23 13:29:09.351 INFO O| Feb 23 13:29:09.351 INFO STEP 58 (ensure_file) COMPLETE |
4512 | 2025-02-23T13:29:10.958Z | [ recovery-image] Feb 23 13:29:09.351 INFO O| Feb 23 13:29:09.351 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4513 | 2025-02-23T13:29:10.979Z | [ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4514 | 2025-02-23T13:29:10.979Z | [ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4515 | 2025-02-23T13:29:10.982Z | [ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4516 | 2025-02-23T13:29:10.982Z | [ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4517 | 2025-02-23T13:29:10.982Z | [ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4518 | 2025-02-23T13:29:10.982Z | [ recovery-image] Feb 23 13:29:09.376 INFO O| Feb 23 13:29:09.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4519 | 2025-02-23T13:29:10.982Z | [ recovery-image] Feb 23 13:29:09.376 INFO O| Feb 23 13:29:09.376 INFO ok! |
4520 | 2025-02-23T13:29:10.982Z | [ recovery-image] Feb 23 13:29:09.376 INFO O| Feb 23 13:29:09.376 INFO STEP 59 (ensure_file) COMPLETE |
4521 | 2025-02-23T13:29:10.982Z | [ recovery-image] Feb 23 13:29:09.376 INFO O| Feb 23 13:29:09.376 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4522 | 2025-02-23T13:29:11.052Z | [ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4523 | 2025-02-23T13:29:11.052Z | [ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4524 | 2025-02-23T13:29:11.052Z | [ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4525 | 2025-02-23T13:29:11.052Z | [ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO ok! |
4526 | 2025-02-23T13:29:11.100Z | [ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO STEP 60 (ensure_file) COMPLETE |
4527 | 2025-02-23T13:29:11.100Z | [ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4528 | 2025-02-23T13:29:11.100Z | [ recovery-image] Feb 23 13:29:09.461 INFO O| Feb 23 13:29:09.461 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4529 | 2025-02-23T13:29:11.100Z | [ recovery-image] Feb 23 13:29:09.461 INFO O| Feb 23 13:29:09.461 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4530 | 2025-02-23T13:29:11.100Z | [ recovery-image] Feb 23 13:29:09.462 INFO O| Feb 23 13:29:09.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4531 | 2025-02-23T13:29:11.100Z | [ recovery-image] Feb 23 13:29:09.462 INFO O| Feb 23 13:29:09.462 INFO ok! |
4532 | 2025-02-23T13:29:11.100Z | [ recovery-image] Feb 23 13:29:09.462 INFO O| Feb 23 13:29:09.462 INFO STEP 61 (ensure_file) COMPLETE |
4533 | 2025-02-23T13:29:11.100Z | [ recovery-image] Feb 23 13:29:09.462 INFO O| Feb 23 13:29:09.462 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4534 | 2025-02-23T13:29:11.114Z | [ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4535 | 2025-02-23T13:29:11.114Z | [ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4536 | 2025-02-23T13:29:11.118Z | [ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4537 | 2025-02-23T13:29:11.118Z | [ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4538 | 2025-02-23T13:29:11.118Z | [ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO ok! |
4539 | 2025-02-23T13:29:11.118Z | [ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO STEP 62 (ensure_file) COMPLETE |
4540 | 2025-02-23T13:29:11.118Z | [ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4541 | 2025-02-23T13:29:11.145Z | [ recovery-image] Feb 23 13:29:09.529 INFO O| Feb 23 13:29:09.529 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4542 | 2025-02-23T13:29:11.145Z | [ recovery-image] Feb 23 13:29:09.529 INFO O| Feb 23 13:29:09.529 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4543 | 2025-02-23T13:29:11.145Z | [ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4544 | 2025-02-23T13:29:11.151Z | [ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4545 | 2025-02-23T13:29:11.151Z | [ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO ok! |
4546 | 2025-02-23T13:29:11.151Z | [ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO STEP 63 (ensure_file) COMPLETE |
4547 | 2025-02-23T13:29:11.151Z | [ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4548 | 2025-02-23T13:29:11.172Z | [ recovery-image] Feb 23 13:29:09.567 INFO O| Feb 23 13:29:09.567 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4549 | 2025-02-23T13:29:11.172Z | [ recovery-image] Feb 23 13:29:09.567 INFO O| Feb 23 13:29:09.567 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4550 | 2025-02-23T13:29:11.172Z | [ recovery-image] Feb 23 13:29:09.567 INFO O| Feb 23 13:29:09.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4551 | 2025-02-23T13:29:11.172Z | [ recovery-image] Feb 23 13:29:09.567 INFO O| Feb 23 13:29:09.567 INFO ok! |
4552 | 2025-02-23T13:29:11.176Z | [ recovery-image] Feb 23 13:29:09.568 INFO O| Feb 23 13:29:09.567 INFO STEP 64 (assemble_files) COMPLETE |
4553 | 2025-02-23T13:29:11.176Z | [ recovery-image] Feb 23 13:29:09.568 INFO O| Feb 23 13:29:09.568 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4554 | 2025-02-23T13:29:11.207Z | [ recovery-image] Feb 23 13:29:09.597 INFO O| Feb 23 13:29:09.597 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4555 | 2025-02-23T13:29:11.207Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.597 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4556 | 2025-02-23T13:29:11.211Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4557 | 2025-02-23T13:29:11.211Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4558 | 2025-02-23T13:29:11.211Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO ok! |
4559 | 2025-02-23T13:29:11.211Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 65 (ensure_file) COMPLETE |
4560 | 2025-02-23T13:29:11.212Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4561 | 2025-02-23T13:29:11.212Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO skip step because feature "omicron1" is not enabled |
4562 | 2025-02-23T13:29:11.212Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4563 | 2025-02-23T13:29:11.212Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO skip step because feature "omicron1" is not enabled |
4564 | 2025-02-23T13:29:11.212Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4565 | 2025-02-23T13:29:11.212Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO skip step because feature "omicron1" is not enabled |
4566 | 2025-02-23T13:29:11.212Z | [ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4567 | 2025-02-23T13:29:11.278Z | [ recovery-image] Feb 23 13:29:09.666 INFO O| Feb 23 13:29:09.666 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4568 | 2025-02-23T13:29:11.278Z | [ recovery-image] Feb 23 13:29:09.666 INFO O| Feb 23 13:29:09.666 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4569 | 2025-02-23T13:29:14.294Z | [ recovery-image] Feb 23 13:29:12.682 INFO O| Feb 23 13:29:12.682 INFO STEP 69 (pack_tar) COMPLETE |
4570 | 2025-02-23T13:29:14.294Z | [ recovery-image] Feb 23 13:29:12.682 INFO O| Feb 23 13:29:12.682 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4571 | 2025-02-23T13:29:14.309Z | [ recovery-image] Feb 23 13:29:12.682 INFO O| Feb 23 13:29:12.682 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4572 | 2025-02-23T13:29:14.503Z | [ recovery-image] Feb 23 13:29:12.898 INFO O| Feb 23 13:29:12.898 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4573 | 2025-02-23T13:29:14.684Z | [ recovery-image] Feb 23 13:29:13.079 INFO O| Feb 23 13:29:13.079 INFO completed processing gimlet/ramdisk-02-trim |
4574 | 2025-02-23T13:29:14.687Z | [ recovery-image] Feb 23 13:29:13.083 INFO image builder template: ramdisk-03-recovery-trim... |
4575 | 2025-02-23T13:29:14.687Z | [ recovery-image] Feb 23 13:29:13.083 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpO8vQuE/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4576 | 2025-02-23T13:29:14.845Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4577 | 2025-02-23T13:29:14.894Z | [ recovery-image] Feb 23 13:29:13.285 INFO O| Feb 23 13:29:13.285 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4578 | 2025-02-23T13:29:14.917Z | [ recovery-image] Feb 23 13:29:13.311 INFO O| Feb 23 13:29:13.311 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4579 | 2025-02-23T13:29:15.094Z | [ recovery-image] Feb 23 13:29:13.488 INFO O| Feb 23 13:29:13.488 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4580 | 2025-02-23T13:29:15.233Z | [ recovery-image] Feb 23 13:29:13.627 INFO O| Feb 23 13:29:13.627 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4581 | 2025-02-23T13:29:15.233Z | [ recovery-image] Feb 23 13:29:13.627 INFO O| Feb 23 13:29:13.627 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4582 | 2025-02-23T13:29:15.262Z | [ recovery-image] Feb 23 13:29:13.657 INFO O| Feb 23 13:29:13.657 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4583 | 2025-02-23T13:29:15.289Z | [ recovery-image] Feb 23 13:29:13.683 INFO O| Feb 23 13:29:13.683 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4584 | 2025-02-23T13:29:15.301Z | [ recovery-image] Feb 23 13:29:13.696 INFO O| Feb 23 13:29:13.696 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4585 | 2025-02-23T13:29:16.026Z | [ recovery-image] Feb 23 13:29:14.421 INFO O| Feb 23 13:29:14.421 INFO rolled back to input snapshot; work may begin |
4586 | 2025-02-23T13:29:16.026Z | [ recovery-image] Feb 23 13:29:14.421 INFO O| Feb 23 13:29:14.421 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4587 | 2025-02-23T13:29:16.038Z | [ recovery-image] Feb 23 13:29:14.433 INFO O| Feb 23 13:29:14.433 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2025-02-23T13:29:16.061Z | [ recovery-image] Feb 23 13:29:14.456 INFO O| Feb 23 13:29:14.456 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4589 | 2025-02-23T13:29:16.071Z | [ recovery-image] Feb 23 13:29:14.466 INFO O| Feb 23 13:29:14.466 INFO STEP 0 (remove_files) COMPLETE |
4590 | 2025-02-23T13:29:16.071Z | [ recovery-image] Feb 23 13:29:14.466 INFO O| Feb 23 13:29:14.466 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2025-02-23T13:29:16.102Z | [ recovery-image] Feb 23 13:29:14.497 INFO O| Feb 23 13:29:14.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4592 | 2025-02-23T13:29:16.587Z | [ recovery-image] Feb 23 13:29:14.982 INFO O| Feb 23 13:29:14.982 INFO STEP 1 (remove_files) COMPLETE |
4593 | 2025-02-23T13:29:16.587Z | [ recovery-image] Feb 23 13:29:14.982 INFO O| Feb 23 13:29:14.982 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2025-02-23T13:29:16.641Z | [ recovery-image] Feb 23 13:29:15.037 INFO O| Feb 23 13:29:15.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4595 | 2025-02-23T13:29:16.687Z | [ recovery-image] Feb 23 13:29:15.062 INFO O| Feb 23 13:29:15.061 INFO STEP 2 (remove_files) COMPLETE |
4596 | 2025-02-23T13:29:16.687Z | [ recovery-image] Feb 23 13:29:15.062 INFO O| Feb 23 13:29:15.062 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2025-02-23T13:29:16.733Z | [ recovery-image] Feb 23 13:29:15.127 INFO O| Feb 23 13:29:15.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4598 | 2025-02-23T13:29:16.860Z | [ recovery-image] Feb 23 13:29:15.253 INFO O| Feb 23 13:29:15.253 INFO STEP 3 (remove_files) COMPLETE |
4599 | 2025-02-23T13:29:16.860Z | [ recovery-image] Feb 23 13:29:15.253 INFO O| Feb 23 13:29:15.253 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2025-02-23T13:29:16.923Z | [ recovery-image] Feb 23 13:29:15.307 INFO O| Feb 23 13:29:15.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4601 | 2025-02-23T13:29:17.366Z | [ recovery-image] Feb 23 13:29:15.761 INFO O| Feb 23 13:29:15.761 INFO STEP 4 (remove_files) COMPLETE |
4602 | 2025-02-23T13:29:17.369Z | [ recovery-image] Feb 23 13:29:15.761 INFO O| Feb 23 13:29:15.761 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2025-02-23T13:29:17.433Z | [ recovery-image] Feb 23 13:29:15.827 INFO O| Feb 23 13:29:15.827 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4604 | 2025-02-23T13:29:17.453Z | [ recovery-image] Feb 23 13:29:15.848 INFO O| Feb 23 13:29:15.848 INFO STEP 5 (remove_files) COMPLETE |
4605 | 2025-02-23T13:29:17.453Z | [ recovery-image] Feb 23 13:29:15.848 INFO O| Feb 23 13:29:15.848 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2025-02-23T13:29:17.475Z | [ recovery-image] Feb 23 13:29:15.870 INFO O| Feb 23 13:29:15.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4607 | 2025-02-23T13:29:17.477Z | [ recovery-image] Feb 23 13:29:15.872 INFO O| Feb 23 13:29:15.872 INFO STEP 6 (remove_files) COMPLETE |
4608 | 2025-02-23T13:29:17.477Z | [ recovery-image] Feb 23 13:29:15.872 INFO O| Feb 23 13:29:15.872 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2025-02-23T13:29:17.515Z | [ recovery-image] Feb 23 13:29:15.910 INFO O| Feb 23 13:29:15.910 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4610 | 2025-02-23T13:29:17.549Z | [ recovery-image] Feb 23 13:29:15.943 INFO O| Feb 23 13:29:15.943 INFO STEP 7 (remove_files) COMPLETE |
4611 | 2025-02-23T13:29:17.549Z | [ recovery-image] Feb 23 13:29:15.943 INFO O| Feb 23 13:29:15.943 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2025-02-23T13:29:17.612Z | [ recovery-image] Feb 23 13:29:16.007 INFO O| Feb 23 13:29:16.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4613 | 2025-02-23T13:29:17.629Z | [ recovery-image] Feb 23 13:29:16.023 INFO O| Feb 23 13:29:16.023 INFO STEP 8 (remove_files) COMPLETE |
4614 | 2025-02-23T13:29:17.629Z | [ recovery-image] Feb 23 13:29:16.023 INFO O| Feb 23 13:29:16.023 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2025-02-23T13:29:17.671Z | [ recovery-image] Feb 23 13:29:16.066 INFO O| Feb 23 13:29:16.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4616 | 2025-02-23T13:29:17.674Z | [ recovery-image] Feb 23 13:29:16.067 INFO O| Feb 23 13:29:16.067 INFO STEP 9 (remove_files) COMPLETE |
4617 | 2025-02-23T13:29:17.674Z | [ recovery-image] Feb 23 13:29:16.067 INFO O| Feb 23 13:29:16.067 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2025-02-23T13:29:17.731Z | [ recovery-image] Feb 23 13:29:16.126 INFO O| Feb 23 13:29:16.126 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4619 | 2025-02-23T13:29:17.864Z | [ recovery-image] Feb 23 13:29:16.255 INFO O| Feb 23 13:29:16.255 INFO STEP 10 (remove_files) COMPLETE |
4620 | 2025-02-23T13:29:17.864Z | [ recovery-image] Feb 23 13:29:16.256 INFO O| Feb 23 13:29:16.255 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2025-02-23T13:29:17.885Z | [ recovery-image] Feb 23 13:29:16.280 INFO O| Feb 23 13:29:16.280 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4622 | 2025-02-23T13:29:17.942Z | [ recovery-image] Feb 23 13:29:16.337 INFO O| Feb 23 13:29:16.337 INFO STEP 11 (remove_files) COMPLETE |
4623 | 2025-02-23T13:29:17.942Z | [ recovery-image] Feb 23 13:29:16.337 INFO O| Feb 23 13:29:16.337 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2025-02-23T13:29:17.966Z | [ recovery-image] Feb 23 13:29:16.361 INFO O| Feb 23 13:29:16.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4625 | 2025-02-23T13:29:17.986Z | [ recovery-image] Feb 23 13:29:16.381 INFO O| Feb 23 13:29:16.380 INFO STEP 12 (remove_files) COMPLETE |
4626 | 2025-02-23T13:29:17.986Z | [ recovery-image] Feb 23 13:29:16.381 INFO O| Feb 23 13:29:16.380 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2025-02-23T13:29:18.051Z | [ recovery-image] Feb 23 13:29:16.443 INFO O| Feb 23 13:29:16.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4628 | 2025-02-23T13:29:18.068Z | [ recovery-image] Feb 23 13:29:16.462 INFO O| Feb 23 13:29:16.462 INFO STEP 13 (remove_files) COMPLETE |
4629 | 2025-02-23T13:29:18.068Z | [ recovery-image] Feb 23 13:29:16.462 INFO O| Feb 23 13:29:16.462 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2025-02-23T13:29:18.124Z | [ recovery-image] Feb 23 13:29:16.519 INFO O| Feb 23 13:29:16.519 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4631 | 2025-02-23T13:29:18.128Z | [ recovery-image] Feb 23 13:29:16.523 INFO O| Feb 23 13:29:16.523 INFO STEP 14 (remove_files) COMPLETE |
4632 | 2025-02-23T13:29:18.128Z | [ recovery-image] Feb 23 13:29:16.523 INFO O| Feb 23 13:29:16.523 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2025-02-23T13:29:18.158Z | [ recovery-image] Feb 23 13:29:16.552 INFO O| Feb 23 13:29:16.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4634 | 2025-02-23T13:29:18.290Z | [ recovery-image] Feb 23 13:29:16.685 INFO O| Feb 23 13:29:16.685 INFO STEP 15 (remove_files) COMPLETE |
4635 | 2025-02-23T13:29:18.290Z | [ recovery-image] Feb 23 13:29:16.685 INFO O| Feb 23 13:29:16.685 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2025-02-23T13:29:18.318Z | [ recovery-image] Feb 23 13:29:16.712 INFO O| Feb 23 13:29:16.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4637 | 2025-02-23T13:29:18.337Z | [ recovery-image] Feb 23 13:29:16.731 INFO O| Feb 23 13:29:16.731 INFO STEP 16 (remove_files) COMPLETE |
4638 | 2025-02-23T13:29:18.337Z | [ recovery-image] Feb 23 13:29:16.731 INFO O| Feb 23 13:29:16.731 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2025-02-23T13:29:18.391Z | [ recovery-image] Feb 23 13:29:16.784 INFO O| Feb 23 13:29:16.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4640 | 2025-02-23T13:29:18.395Z | [ recovery-image] Feb 23 13:29:16.785 INFO O| Feb 23 13:29:16.784 INFO STEP 17 (remove_files) COMPLETE |
4641 | 2025-02-23T13:29:18.395Z | [ recovery-image] Feb 23 13:29:16.785 INFO O| Feb 23 13:29:16.785 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2025-02-23T13:29:18.416Z | [ recovery-image] Feb 23 13:29:16.811 INFO O| Feb 23 13:29:16.810 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4643 | 2025-02-23T13:29:18.611Z | [ host-image] Feb 23 13:29:17.006 INFO O| Feb 23 13:29:17.005 INFO O| Done |
4644 | 2025-02-23T13:29:18.761Z | [ recovery-image] Feb 23 13:29:17.156 INFO O| Feb 23 13:29:17.155 INFO STEP 18 (remove_files) COMPLETE |
4645 | 2025-02-23T13:29:18.772Z | [ recovery-image] Feb 23 13:29:17.167 INFO O| Feb 23 13:29:17.167 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2025-02-23T13:29:18.806Z | [ recovery-image] Feb 23 13:29:17.201 INFO O| Feb 23 13:29:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4647 | 2025-02-23T13:29:18.860Z | [ recovery-image] Feb 23 13:29:17.255 INFO O| Feb 23 13:29:17.255 INFO STEP 19 (remove_files) COMPLETE |
4648 | 2025-02-23T13:29:18.860Z | [ recovery-image] Feb 23 13:29:17.255 INFO O| Feb 23 13:29:17.255 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2025-02-23T13:29:18.912Z | [ recovery-image] Feb 23 13:29:17.307 INFO O| Feb 23 13:29:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4650 | 2025-02-23T13:29:18.990Z | [ recovery-image] Feb 23 13:29:17.385 INFO O| Feb 23 13:29:17.385 INFO STEP 20 (remove_files) COMPLETE |
4651 | 2025-02-23T13:29:18.990Z | [ recovery-image] Feb 23 13:29:17.385 INFO O| Feb 23 13:29:17.385 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2025-02-23T13:29:19.056Z | [ recovery-image] Feb 23 13:29:17.451 INFO O| Feb 23 13:29:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4653 | 2025-02-23T13:29:19.064Z | [ recovery-image] Feb 23 13:29:17.451 INFO O| Feb 23 13:29:17.451 INFO STEP 21 (remove_files) COMPLETE |
4654 | 2025-02-23T13:29:19.064Z | [ recovery-image] Feb 23 13:29:17.451 INFO O| Feb 23 13:29:17.451 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2025-02-23T13:29:19.115Z | [ recovery-image] Feb 23 13:29:17.510 INFO O| Feb 23 13:29:17.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4656 | 2025-02-23T13:29:19.115Z | [ recovery-image] Feb 23 13:29:17.510 INFO O| Feb 23 13:29:17.510 INFO STEP 22 (remove_files) COMPLETE |
4657 | 2025-02-23T13:29:19.115Z | [ recovery-image] Feb 23 13:29:17.510 INFO O| Feb 23 13:29:17.510 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2025-02-23T13:29:19.142Z | [ recovery-image] Feb 23 13:29:17.537 INFO O| Feb 23 13:29:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4659 | 2025-02-23T13:29:19.156Z | [ recovery-image] Feb 23 13:29:17.551 INFO O| Feb 23 13:29:17.551 INFO STEP 23 (remove_files) COMPLETE |
4660 | 2025-02-23T13:29:19.156Z | [ recovery-image] Feb 23 13:29:17.551 INFO O| Feb 23 13:29:17.551 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2025-02-23T13:29:19.180Z | [ recovery-image] Feb 23 13:29:17.575 INFO O| Feb 23 13:29:17.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4662 | 2025-02-23T13:29:19.180Z | [ recovery-image] Feb 23 13:29:17.575 INFO O| Feb 23 13:29:17.575 INFO STEP 24 (remove_files) COMPLETE |
4663 | 2025-02-23T13:29:19.180Z | [ recovery-image] Feb 23 13:29:17.575 INFO O| Feb 23 13:29:17.575 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2025-02-23T13:29:19.206Z | [ recovery-image] Feb 23 13:29:17.601 INFO O| Feb 23 13:29:17.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4665 | 2025-02-23T13:29:19.217Z | [ recovery-image] Feb 23 13:29:17.610 INFO O| Feb 23 13:29:17.610 INFO STEP 25 (remove_files) COMPLETE |
4666 | 2025-02-23T13:29:19.217Z | [ recovery-image] Feb 23 13:29:17.610 INFO O| Feb 23 13:29:17.610 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2025-02-23T13:29:19.248Z | [ recovery-image] Feb 23 13:29:17.640 INFO O| Feb 23 13:29:17.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4668 | 2025-02-23T13:29:19.251Z | [ recovery-image] Feb 23 13:29:17.640 INFO O| Feb 23 13:29:17.640 INFO STEP 26 (remove_files) COMPLETE |
4669 | 2025-02-23T13:29:19.251Z | [ recovery-image] Feb 23 13:29:17.640 INFO O| Feb 23 13:29:17.640 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2025-02-23T13:29:19.283Z | [ recovery-image] Feb 23 13:29:17.677 INFO O| Feb 23 13:29:17.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4671 | 2025-02-23T13:29:19.302Z | [ recovery-image] Feb 23 13:29:17.696 INFO O| Feb 23 13:29:17.696 INFO STEP 27 (remove_files) COMPLETE |
4672 | 2025-02-23T13:29:19.302Z | [ recovery-image] Feb 23 13:29:17.696 INFO O| Feb 23 13:29:17.696 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2025-02-23T13:29:19.386Z | [ recovery-image] Feb 23 13:29:17.780 INFO O| Feb 23 13:29:17.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4674 | 2025-02-23T13:29:19.386Z | [ recovery-image] Feb 23 13:29:17.780 INFO O| Feb 23 13:29:17.780 INFO STEP 28 (remove_files) COMPLETE |
4675 | 2025-02-23T13:29:19.401Z | [ recovery-image] Feb 23 13:29:17.780 INFO O| Feb 23 13:29:17.780 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2025-02-23T13:29:19.475Z | [ recovery-image] Feb 23 13:29:17.869 INFO O| Feb 23 13:29:17.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4677 | 2025-02-23T13:29:19.501Z | [ recovery-image] Feb 23 13:29:17.895 INFO O| Feb 23 13:29:17.895 INFO STEP 29 (remove_files) COMPLETE |
4678 | 2025-02-23T13:29:19.501Z | [ recovery-image] Feb 23 13:29:17.895 INFO O| Feb 23 13:29:17.895 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2025-02-23T13:29:19.595Z | [ recovery-image] Feb 23 13:29:17.989 INFO O| Feb 23 13:29:17.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4680 | 2025-02-23T13:29:19.595Z | [ recovery-image] Feb 23 13:29:17.989 INFO O| Feb 23 13:29:17.989 INFO STEP 30 (remove_files) COMPLETE |
4681 | 2025-02-23T13:29:19.595Z | [ recovery-image] Feb 23 13:29:17.989 INFO O| Feb 23 13:29:17.989 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2025-02-23T13:29:19.620Z | [ recovery-image] Feb 23 13:29:18.014 INFO O| Feb 23 13:29:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4683 | 2025-02-23T13:29:19.624Z | [ host-image] Feb 23 13:29:18.019 INFO O| Feb 23 13:29:18.019 INFO O| Done |
4684 | 2025-02-23T13:29:19.627Z | [ recovery-image] Feb 23 13:29:18.021 INFO O| Feb 23 13:29:18.021 INFO STEP 31 (remove_files) COMPLETE |
4685 | 2025-02-23T13:29:19.627Z | [ recovery-image] Feb 23 13:29:18.021 INFO O| Feb 23 13:29:18.021 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2025-02-23T13:29:19.670Z | [ recovery-image] Feb 23 13:29:18.064 INFO O| Feb 23 13:29:18.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4687 | 2025-02-23T13:29:19.690Z | [ recovery-image] Feb 23 13:29:18.084 INFO O| Feb 23 13:29:18.084 INFO STEP 32 (remove_files) COMPLETE |
4688 | 2025-02-23T13:29:19.690Z | [ recovery-image] Feb 23 13:29:18.084 INFO O| Feb 23 13:29:18.084 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2025-02-23T13:29:19.742Z | [ recovery-image] Feb 23 13:29:18.136 INFO O| Feb 23 13:29:18.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4690 | 2025-02-23T13:29:19.742Z | [ recovery-image] Feb 23 13:29:18.136 INFO O| Feb 23 13:29:18.136 INFO STEP 33 (remove_files) COMPLETE |
4691 | 2025-02-23T13:29:19.745Z | [ recovery-image] Feb 23 13:29:18.136 INFO O| Feb 23 13:29:18.136 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2025-02-23T13:29:19.766Z | [ recovery-image] Feb 23 13:29:18.160 INFO O| Feb 23 13:29:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4693 | 2025-02-23T13:29:19.766Z | [ recovery-image] Feb 23 13:29:18.160 INFO O| Feb 23 13:29:18.160 INFO STEP 34 (remove_files) COMPLETE |
4694 | 2025-02-23T13:29:19.769Z | [ recovery-image] Feb 23 13:29:18.160 INFO O| Feb 23 13:29:18.160 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2025-02-23T13:29:19.807Z | [ recovery-image] Feb 23 13:29:18.202 INFO O| Feb 23 13:29:18.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4696 | 2025-02-23T13:29:19.829Z | [ recovery-image] Feb 23 13:29:18.220 INFO O| Feb 23 13:29:18.220 INFO STEP 35 (remove_files) COMPLETE |
4697 | 2025-02-23T13:29:19.829Z | [ recovery-image] Feb 23 13:29:18.220 INFO O| Feb 23 13:29:18.220 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2025-02-23T13:29:19.885Z | [ recovery-image] Feb 23 13:29:18.279 INFO O| Feb 23 13:29:18.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4699 | 2025-02-23T13:29:19.885Z | [ recovery-image] Feb 23 13:29:18.279 INFO O| Feb 23 13:29:18.279 INFO STEP 36 (remove_files) COMPLETE |
4700 | 2025-02-23T13:29:19.885Z | [ recovery-image] Feb 23 13:29:18.279 INFO O| Feb 23 13:29:18.279 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2025-02-23T13:29:19.907Z | [ recovery-image] Feb 23 13:29:18.302 INFO O| Feb 23 13:29:18.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4702 | 2025-02-23T13:29:19.907Z | [ recovery-image] Feb 23 13:29:18.302 INFO O| Feb 23 13:29:18.302 INFO STEP 37 (remove_files) COMPLETE |
4703 | 2025-02-23T13:29:19.907Z | [ recovery-image] Feb 23 13:29:18.302 INFO O| Feb 23 13:29:18.302 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2025-02-23T13:29:19.932Z | [ recovery-image] Feb 23 13:29:18.327 INFO O| Feb 23 13:29:18.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4705 | 2025-02-23T13:29:19.932Z | [ recovery-image] Feb 23 13:29:18.327 INFO O| Feb 23 13:29:18.327 INFO STEP 38 (remove_files) COMPLETE |
4706 | 2025-02-23T13:29:19.935Z | [ recovery-image] Feb 23 13:29:18.327 INFO O| Feb 23 13:29:18.327 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2025-02-23T13:29:19.958Z | [ recovery-image] Feb 23 13:29:18.351 INFO O| Feb 23 13:29:18.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4708 | 2025-02-23T13:29:19.958Z | [ recovery-image] Feb 23 13:29:18.351 INFO O| Feb 23 13:29:18.351 INFO STEP 39 (remove_files) COMPLETE |
4709 | 2025-02-23T13:29:19.961Z | [ recovery-image] Feb 23 13:29:18.351 INFO O| Feb 23 13:29:18.351 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2025-02-23T13:29:19.979Z | [ recovery-image] Feb 23 13:29:18.374 INFO O| Feb 23 13:29:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4711 | 2025-02-23T13:29:19.979Z | [ recovery-image] Feb 23 13:29:18.374 INFO O| Feb 23 13:29:18.374 INFO STEP 40 (remove_files) COMPLETE |
4712 | 2025-02-23T13:29:19.982Z | [ recovery-image] Feb 23 13:29:18.374 INFO O| Feb 23 13:29:18.374 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2025-02-23T13:29:20.008Z | [ recovery-image] Feb 23 13:29:18.396 INFO O| Feb 23 13:29:18.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4714 | 2025-02-23T13:29:20.029Z | [ recovery-image] Feb 23 13:29:18.396 INFO O| Feb 23 13:29:18.396 INFO STEP 41 (remove_files) COMPLETE |
4715 | 2025-02-23T13:29:20.029Z | [ recovery-image] Feb 23 13:29:18.396 INFO O| Feb 23 13:29:18.396 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2025-02-23T13:29:20.029Z | [ recovery-image] Feb 23 13:29:18.421 INFO O| Feb 23 13:29:18.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4717 | 2025-02-23T13:29:20.029Z | [ recovery-image] Feb 23 13:29:18.421 INFO O| Feb 23 13:29:18.421 INFO STEP 42 (remove_files) COMPLETE |
4718 | 2025-02-23T13:29:20.030Z | [ recovery-image] Feb 23 13:29:18.421 INFO O| Feb 23 13:29:18.421 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2025-02-23T13:29:20.051Z | [ recovery-image] Feb 23 13:29:18.446 INFO O| Feb 23 13:29:18.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4720 | 2025-02-23T13:29:20.051Z | [ recovery-image] Feb 23 13:29:18.446 INFO O| Feb 23 13:29:18.446 INFO STEP 43 (remove_files) COMPLETE |
4721 | 2025-02-23T13:29:20.051Z | [ recovery-image] Feb 23 13:29:18.446 INFO O| Feb 23 13:29:18.446 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2025-02-23T13:29:20.076Z | [ recovery-image] Feb 23 13:29:18.470 INFO O| Feb 23 13:29:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4723 | 2025-02-23T13:29:20.076Z | [ recovery-image] Feb 23 13:29:18.470 INFO O| Feb 23 13:29:18.470 INFO STEP 44 (remove_files) COMPLETE |
4724 | 2025-02-23T13:29:20.076Z | [ recovery-image] Feb 23 13:29:18.470 INFO O| Feb 23 13:29:18.470 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2025-02-23T13:29:20.098Z | [ recovery-image] Feb 23 13:29:18.492 INFO O| Feb 23 13:29:18.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4726 | 2025-02-23T13:29:20.098Z | [ recovery-image] Feb 23 13:29:18.492 INFO O| Feb 23 13:29:18.492 INFO STEP 45 (remove_files) COMPLETE |
4727 | 2025-02-23T13:29:20.098Z | [ recovery-image] Feb 23 13:29:18.492 INFO O| Feb 23 13:29:18.492 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2025-02-23T13:29:20.123Z | [ recovery-image] Feb 23 13:29:18.517 INFO O| Feb 23 13:29:18.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4729 | 2025-02-23T13:29:20.123Z | [ recovery-image] Feb 23 13:29:18.517 INFO O| Feb 23 13:29:18.517 INFO STEP 46 (remove_files) COMPLETE |
4730 | 2025-02-23T13:29:20.126Z | [ recovery-image] Feb 23 13:29:18.517 INFO O| Feb 23 13:29:18.517 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2025-02-23T13:29:20.148Z | [ recovery-image] Feb 23 13:29:18.542 INFO O| Feb 23 13:29:18.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4732 | 2025-02-23T13:29:20.148Z | [ recovery-image] Feb 23 13:29:18.542 INFO O| Feb 23 13:29:18.542 INFO STEP 47 (remove_files) COMPLETE |
4733 | 2025-02-23T13:29:20.148Z | [ recovery-image] Feb 23 13:29:18.542 INFO O| Feb 23 13:29:18.542 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2025-02-23T13:29:20.172Z | [ recovery-image] Feb 23 13:29:18.567 INFO O| Feb 23 13:29:18.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4735 | 2025-02-23T13:29:20.172Z | [ recovery-image] Feb 23 13:29:18.567 INFO O| Feb 23 13:29:18.567 INFO STEP 48 (remove_files) COMPLETE |
4736 | 2025-02-23T13:29:20.172Z | [ recovery-image] Feb 23 13:29:18.567 INFO O| Feb 23 13:29:18.567 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2025-02-23T13:29:20.195Z | [ recovery-image] Feb 23 13:29:18.590 INFO O| Feb 23 13:29:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4738 | 2025-02-23T13:29:20.195Z | [ recovery-image] Feb 23 13:29:18.590 INFO O| Feb 23 13:29:18.590 INFO STEP 49 (remove_files) COMPLETE |
4739 | 2025-02-23T13:29:20.195Z | [ recovery-image] Feb 23 13:29:18.590 INFO O| Feb 23 13:29:18.590 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2025-02-23T13:29:20.220Z | [ recovery-image] Feb 23 13:29:18.614 INFO O| Feb 23 13:29:18.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4741 | 2025-02-23T13:29:20.229Z | [ recovery-image] Feb 23 13:29:18.623 INFO O| Feb 23 13:29:18.623 INFO STEP 50 (remove_files) COMPLETE |
4742 | 2025-02-23T13:29:20.229Z | [ recovery-image] Feb 23 13:29:18.623 INFO O| Feb 23 13:29:18.623 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2025-02-23T13:29:20.287Z | [ recovery-image] Feb 23 13:29:18.682 INFO O| Feb 23 13:29:18.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4744 | 2025-02-23T13:29:20.288Z | [ recovery-image] Feb 23 13:29:18.682 INFO O| Feb 23 13:29:18.682 INFO STEP 51 (remove_files) COMPLETE |
4745 | 2025-02-23T13:29:20.288Z | [ recovery-image] Feb 23 13:29:18.682 INFO O| Feb 23 13:29:18.682 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2025-02-23T13:29:20.315Z | [ recovery-image] Feb 23 13:29:18.707 INFO O| Feb 23 13:29:18.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4747 | 2025-02-23T13:29:20.315Z | [ recovery-image] Feb 23 13:29:18.707 INFO O| Feb 23 13:29:18.707 INFO STEP 52 (remove_files) COMPLETE |
4748 | 2025-02-23T13:29:20.315Z | [ recovery-image] Feb 23 13:29:18.707 INFO O| Feb 23 13:29:18.707 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2025-02-23T13:29:20.337Z | [ recovery-image] Feb 23 13:29:18.731 INFO O| Feb 23 13:29:18.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4750 | 2025-02-23T13:29:20.337Z | [ recovery-image] Feb 23 13:29:18.731 INFO O| Feb 23 13:29:18.731 INFO STEP 53 (remove_files) COMPLETE |
4751 | 2025-02-23T13:29:20.341Z | [ recovery-image] Feb 23 13:29:18.732 INFO O| Feb 23 13:29:18.731 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2025-02-23T13:29:20.361Z | [ host-image] Feb 23 13:29:18.756 INFO O| Feb 23 13:29:18.756 INFO STEP 11 (pkg_install) COMPLETE |
4753 | 2025-02-23T13:29:20.371Z | [ host-image] Feb 23 13:29:18.756 INFO O| Feb 23 13:29:18.756 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4754 | 2025-02-23T13:29:20.377Z | [ recovery-image] Feb 23 13:29:18.768 INFO O| Feb 23 13:29:18.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4755 | 2025-02-23T13:29:20.381Z | [ recovery-image] Feb 23 13:29:18.776 INFO O| Feb 23 13:29:18.776 INFO STEP 54 (remove_files) COMPLETE |
4756 | 2025-02-23T13:29:20.384Z | [ host-image] Feb 23 13:29:18.776 INFO O| Feb 23 13:29:18.776 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"] |
4757 | 2025-02-23T13:29:20.384Z | [ recovery-image] Feb 23 13:29:18.776 INFO O| Feb 23 13:29:18.776 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2025-02-23T13:29:20.460Z | [ recovery-image] Feb 23 13:29:18.853 INFO O| Feb 23 13:29:18.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4759 | 2025-02-23T13:29:20.465Z | [ recovery-image] Feb 23 13:29:18.853 INFO O| Feb 23 13:29:18.853 INFO STEP 55 (remove_files) COMPLETE |
4760 | 2025-02-23T13:29:20.465Z | [ recovery-image] Feb 23 13:29:18.853 INFO O| Feb 23 13:29:18.853 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2025-02-23T13:29:20.483Z | [ recovery-image] Feb 23 13:29:18.877 INFO O| Feb 23 13:29:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4762 | 2025-02-23T13:29:20.485Z | [ recovery-image] Feb 23 13:29:18.877 INFO O| Feb 23 13:29:18.877 INFO STEP 56 (remove_files) COMPLETE |
4763 | 2025-02-23T13:29:20.485Z | [ recovery-image] Feb 23 13:29:18.877 INFO O| Feb 23 13:29:18.877 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2025-02-23T13:29:20.507Z | [ recovery-image] Feb 23 13:29:18.901 INFO O| Feb 23 13:29:18.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4765 | 2025-02-23T13:29:20.510Z | [ recovery-image] Feb 23 13:29:18.902 INFO O| Feb 23 13:29:18.902 INFO STEP 57 (remove_files) COMPLETE |
4766 | 2025-02-23T13:29:20.510Z | [ recovery-image] Feb 23 13:29:18.902 INFO O| Feb 23 13:29:18.902 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2025-02-23T13:29:20.555Z | [ recovery-image] Feb 23 13:29:18.950 INFO O| Feb 23 13:29:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4768 | 2025-02-23T13:29:20.558Z | [ recovery-image] Feb 23 13:29:18.950 INFO O| Feb 23 13:29:18.950 INFO STEP 58 (remove_files) COMPLETE |
4769 | 2025-02-23T13:29:20.559Z | [ recovery-image] Feb 23 13:29:18.950 INFO O| Feb 23 13:29:18.950 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2025-02-23T13:29:20.589Z | [ recovery-image] Feb 23 13:29:18.983 INFO O| Feb 23 13:29:18.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4771 | 2025-02-23T13:29:20.589Z | [ recovery-image] Feb 23 13:29:18.983 INFO O| Feb 23 13:29:18.983 INFO STEP 59 (remove_files) COMPLETE |
4772 | 2025-02-23T13:29:20.589Z | [ recovery-image] Feb 23 13:29:18.983 INFO O| Feb 23 13:29:18.983 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2025-02-23T13:29:20.643Z | [ recovery-image] Feb 23 13:29:19.037 INFO O| Feb 23 13:29:19.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4774 | 2025-02-23T13:29:20.655Z | [ recovery-image] Feb 23 13:29:19.050 INFO O| Feb 23 13:29:19.050 INFO STEP 60 (remove_files) COMPLETE |
4775 | 2025-02-23T13:29:20.656Z | [ recovery-image] Feb 23 13:29:19.050 INFO O| Feb 23 13:29:19.050 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2025-02-23T13:29:20.676Z | [ recovery-image] Feb 23 13:29:19.070 INFO O| Feb 23 13:29:19.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4777 | 2025-02-23T13:29:20.677Z | [ recovery-image] Feb 23 13:29:19.070 INFO O| Feb 23 13:29:19.070 INFO STEP 61 (remove_files) COMPLETE |
4778 | 2025-02-23T13:29:20.680Z | [ recovery-image] Feb 23 13:29:19.070 INFO O| Feb 23 13:29:19.070 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2025-02-23T13:29:20.694Z | [ recovery-image] Feb 23 13:29:19.089 INFO O| Feb 23 13:29:19.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4780 | 2025-02-23T13:29:20.694Z | [ recovery-image] Feb 23 13:29:19.089 INFO O| Feb 23 13:29:19.089 INFO STEP 62 (remove_files) COMPLETE |
4781 | 2025-02-23T13:29:20.699Z | [ recovery-image] Feb 23 13:29:19.089 INFO O| Feb 23 13:29:19.089 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2025-02-23T13:29:20.720Z | [ recovery-image] Feb 23 13:29:19.114 INFO O| Feb 23 13:29:19.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4783 | 2025-02-23T13:29:20.723Z | [ recovery-image] Feb 23 13:29:19.114 INFO O| Feb 23 13:29:19.114 INFO STEP 63 (remove_files) COMPLETE |
4784 | 2025-02-23T13:29:20.723Z | [ recovery-image] Feb 23 13:29:19.115 INFO O| Feb 23 13:29:19.115 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2025-02-23T13:29:20.812Z | [ recovery-image] Feb 23 13:29:19.206 INFO O| Feb 23 13:29:19.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4786 | 2025-02-23T13:29:20.815Z | [ recovery-image] Feb 23 13:29:19.206 INFO O| Feb 23 13:29:19.206 INFO STEP 64 (remove_files) COMPLETE |
4787 | 2025-02-23T13:29:20.815Z | [ recovery-image] Feb 23 13:29:19.207 INFO O| Feb 23 13:29:19.206 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2025-02-23T13:29:20.842Z | [ recovery-image] Feb 23 13:29:19.235 INFO O| Feb 23 13:29:19.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4789 | 2025-02-23T13:29:20.846Z | [ recovery-image] Feb 23 13:29:19.236 INFO O| Feb 23 13:29:19.236 INFO STEP 65 (remove_files) COMPLETE |
4790 | 2025-02-23T13:29:20.846Z | [ recovery-image] Feb 23 13:29:19.236 INFO O| Feb 23 13:29:19.236 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2025-02-23T13:29:20.890Z | [ recovery-image] Feb 23 13:29:19.284 INFO O| Feb 23 13:29:19.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4792 | 2025-02-23T13:29:20.890Z | [ recovery-image] Feb 23 13:29:19.284 INFO O| Feb 23 13:29:19.284 INFO STEP 66 (remove_files) COMPLETE |
4793 | 2025-02-23T13:29:20.894Z | [ recovery-image] Feb 23 13:29:19.284 INFO O| Feb 23 13:29:19.284 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2025-02-23T13:29:20.917Z | [ recovery-image] Feb 23 13:29:19.310 INFO O| Feb 23 13:29:19.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4795 | 2025-02-23T13:29:20.921Z | [ recovery-image] Feb 23 13:29:19.311 INFO O| Feb 23 13:29:19.311 INFO STEP 67 (remove_files) COMPLETE |
4796 | 2025-02-23T13:29:20.921Z | [ recovery-image] Feb 23 13:29:19.311 INFO O| Feb 23 13:29:19.311 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2025-02-23T13:29:20.950Z | [ recovery-image] Feb 23 13:29:19.344 INFO O| Feb 23 13:29:19.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4798 | 2025-02-23T13:29:20.951Z | [ recovery-image] Feb 23 13:29:19.344 INFO O| Feb 23 13:29:19.344 INFO STEP 68 (remove_files) COMPLETE |
4799 | 2025-02-23T13:29:20.951Z | [ recovery-image] Feb 23 13:29:19.344 INFO O| Feb 23 13:29:19.344 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2025-02-23T13:29:20.997Z | [ recovery-image] Feb 23 13:29:19.391 INFO O| Feb 23 13:29:19.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4801 | 2025-02-23T13:29:20.997Z | [ recovery-image] Feb 23 13:29:19.391 INFO O| Feb 23 13:29:19.391 INFO STEP 69 (remove_files) COMPLETE |
4802 | 2025-02-23T13:29:21.000Z | [ recovery-image] Feb 23 13:29:19.391 INFO O| Feb 23 13:29:19.391 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2025-02-23T13:29:21.024Z | [ recovery-image] Feb 23 13:29:19.418 INFO O| Feb 23 13:29:19.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4804 | 2025-02-23T13:29:21.024Z | [ recovery-image] Feb 23 13:29:19.418 INFO O| Feb 23 13:29:19.418 INFO STEP 70 (remove_files) COMPLETE |
4805 | 2025-02-23T13:29:21.024Z | [ recovery-image] Feb 23 13:29:19.418 INFO O| Feb 23 13:29:19.418 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2025-02-23T13:29:21.061Z | [ recovery-image] Feb 23 13:29:19.455 INFO O| Feb 23 13:29:19.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4807 | 2025-02-23T13:29:21.061Z | [ recovery-image] Feb 23 13:29:19.455 INFO O| Feb 23 13:29:19.455 INFO STEP 71 (remove_files) COMPLETE |
4808 | 2025-02-23T13:29:21.061Z | [ recovery-image] Feb 23 13:29:19.455 INFO O| Feb 23 13:29:19.455 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2025-02-23T13:29:21.099Z | [ recovery-image] Feb 23 13:29:19.493 INFO O| Feb 23 13:29:19.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4810 | 2025-02-23T13:29:21.099Z | [ recovery-image] Feb 23 13:29:19.493 INFO O| Feb 23 13:29:19.493 INFO STEP 72 (remove_files) COMPLETE |
4811 | 2025-02-23T13:29:21.099Z | [ recovery-image] Feb 23 13:29:19.493 INFO O| Feb 23 13:29:19.493 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2025-02-23T13:29:21.139Z | [ recovery-image] Feb 23 13:29:19.534 INFO O| Feb 23 13:29:19.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4813 | 2025-02-23T13:29:21.142Z | [ recovery-image] Feb 23 13:29:19.534 INFO O| Feb 23 13:29:19.534 INFO STEP 73 (remove_files) COMPLETE |
4814 | 2025-02-23T13:29:21.143Z | [ recovery-image] Feb 23 13:29:19.534 INFO O| Feb 23 13:29:19.534 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2025-02-23T13:29:21.165Z | [ recovery-image] Feb 23 13:29:19.558 INFO O| Feb 23 13:29:19.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4816 | 2025-02-23T13:29:21.168Z | [ recovery-image] Feb 23 13:29:19.558 INFO O| Feb 23 13:29:19.558 INFO STEP 74 (remove_files) COMPLETE |
4817 | 2025-02-23T13:29:21.168Z | [ recovery-image] Feb 23 13:29:19.558 INFO O| Feb 23 13:29:19.558 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2025-02-23T13:29:21.192Z | [ recovery-image] Feb 23 13:29:19.578 INFO O| Feb 23 13:29:19.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4819 | 2025-02-23T13:29:21.196Z | [ recovery-image] Feb 23 13:29:19.578 INFO O| Feb 23 13:29:19.578 INFO STEP 75 (remove_files) COMPLETE |
4820 | 2025-02-23T13:29:21.196Z | [ recovery-image] Feb 23 13:29:19.578 INFO O| Feb 23 13:29:19.578 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2025-02-23T13:29:21.237Z | [ recovery-image] Feb 23 13:29:19.630 INFO O| Feb 23 13:29:19.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4822 | 2025-02-23T13:29:21.240Z | [ recovery-image] Feb 23 13:29:19.630 INFO O| Feb 23 13:29:19.630 INFO STEP 76 (remove_files) COMPLETE |
4823 | 2025-02-23T13:29:21.240Z | [ recovery-image] Feb 23 13:29:19.630 INFO O| Feb 23 13:29:19.630 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2025-02-23T13:29:21.301Z | [ recovery-image] Feb 23 13:29:19.695 INFO O| Feb 23 13:29:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4825 | 2025-02-23T13:29:21.301Z | [ recovery-image] Feb 23 13:29:19.695 INFO O| Feb 23 13:29:19.695 INFO STEP 77 (remove_files) COMPLETE |
4826 | 2025-02-23T13:29:21.305Z | [ recovery-image] Feb 23 13:29:19.695 INFO O| Feb 23 13:29:19.695 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2025-02-23T13:29:21.353Z | [ recovery-image] Feb 23 13:29:19.747 INFO O| Feb 23 13:29:19.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4828 | 2025-02-23T13:29:21.353Z | [ recovery-image] Feb 23 13:29:19.747 INFO O| Feb 23 13:29:19.747 INFO STEP 78 (remove_files) COMPLETE |
4829 | 2025-02-23T13:29:21.353Z | [ recovery-image] Feb 23 13:29:19.747 INFO O| Feb 23 13:29:19.747 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2025-02-23T13:29:21.381Z | [ recovery-image] Feb 23 13:29:19.770 INFO O| Feb 23 13:29:19.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4831 | 2025-02-23T13:29:21.381Z | [ recovery-image] Feb 23 13:29:19.770 INFO O| Feb 23 13:29:19.770 INFO STEP 79 (remove_files) COMPLETE |
4832 | 2025-02-23T13:29:21.381Z | [ recovery-image] Feb 23 13:29:19.770 INFO O| Feb 23 13:29:19.770 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2025-02-23T13:29:21.398Z | [ recovery-image] Feb 23 13:29:19.792 INFO O| Feb 23 13:29:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4834 | 2025-02-23T13:29:21.398Z | [ recovery-image] Feb 23 13:29:19.793 INFO O| Feb 23 13:29:19.793 INFO STEP 80 (remove_files) COMPLETE |
4835 | 2025-02-23T13:29:21.401Z | [ recovery-image] Feb 23 13:29:19.793 INFO O| Feb 23 13:29:19.793 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2025-02-23T13:29:21.443Z | [ recovery-image] Feb 23 13:29:19.838 INFO O| Feb 23 13:29:19.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4837 | 2025-02-23T13:29:21.444Z | [ recovery-image] Feb 23 13:29:19.838 INFO O| Feb 23 13:29:19.838 INFO STEP 81 (remove_files) COMPLETE |
4838 | 2025-02-23T13:29:21.446Z | [ recovery-image] Feb 23 13:29:19.838 INFO O| Feb 23 13:29:19.838 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2025-02-23T13:29:21.507Z | [ recovery-image] Feb 23 13:29:19.896 INFO O| Feb 23 13:29:19.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4840 | 2025-02-23T13:29:21.507Z | [ recovery-image] Feb 23 13:29:19.897 INFO O| Feb 23 13:29:19.896 INFO STEP 82 (remove_files) COMPLETE |
4841 | 2025-02-23T13:29:21.507Z | [ recovery-image] Feb 23 13:29:19.897 INFO O| Feb 23 13:29:19.896 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2025-02-23T13:29:21.549Z | [ recovery-image] Feb 23 13:29:19.919 INFO O| Feb 23 13:29:19.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4843 | 2025-02-23T13:29:21.549Z | [ recovery-image] Feb 23 13:29:19.919 INFO O| Feb 23 13:29:19.919 INFO STEP 83 (remove_files) COMPLETE |
4844 | 2025-02-23T13:29:21.549Z | [ recovery-image] Feb 23 13:29:19.919 INFO O| Feb 23 13:29:19.919 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2025-02-23T13:29:21.557Z | [ recovery-image] Feb 23 13:29:19.943 INFO O| Feb 23 13:29:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4846 | 2025-02-23T13:29:21.557Z | [ recovery-image] Feb 23 13:29:19.944 INFO O| Feb 23 13:29:19.944 INFO STEP 84 (remove_files) COMPLETE |
4847 | 2025-02-23T13:29:21.557Z | [ recovery-image] Feb 23 13:29:19.944 INFO O| Feb 23 13:29:19.944 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2025-02-23T13:29:21.579Z | [ recovery-image] Feb 23 13:29:19.970 INFO O| Feb 23 13:29:19.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4849 | 2025-02-23T13:29:21.579Z | [ recovery-image] Feb 23 13:29:19.970 INFO O| Feb 23 13:29:19.970 INFO STEP 85 (remove_files) COMPLETE |
4850 | 2025-02-23T13:29:21.579Z | [ recovery-image] Feb 23 13:29:19.970 INFO O| Feb 23 13:29:19.970 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2025-02-23T13:29:21.612Z | [ recovery-image] Feb 23 13:29:20.006 INFO O| Feb 23 13:29:20.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4852 | 2025-02-23T13:29:21.612Z | [ recovery-image] Feb 23 13:29:20.006 INFO O| Feb 23 13:29:20.006 INFO STEP 86 (remove_files) COMPLETE |
4853 | 2025-02-23T13:29:21.615Z | [ recovery-image] Feb 23 13:29:20.006 INFO O| Feb 23 13:29:20.006 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2025-02-23T13:29:21.657Z | [ recovery-image] Feb 23 13:29:20.051 INFO O| Feb 23 13:29:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4855 | 2025-02-23T13:29:21.657Z | [ recovery-image] Feb 23 13:29:20.051 INFO O| Feb 23 13:29:20.051 INFO STEP 87 (remove_files) COMPLETE |
4856 | 2025-02-23T13:29:21.661Z | [ recovery-image] Feb 23 13:29:20.051 INFO O| Feb 23 13:29:20.051 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2025-02-23T13:29:21.697Z | [ recovery-image] Feb 23 13:29:20.092 INFO O| Feb 23 13:29:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4858 | 2025-02-23T13:29:21.700Z | [ recovery-image] Feb 23 13:29:20.092 INFO O| Feb 23 13:29:20.092 INFO STEP 88 (remove_files) COMPLETE |
4859 | 2025-02-23T13:29:21.700Z | [ recovery-image] Feb 23 13:29:20.092 INFO O| Feb 23 13:29:20.092 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2025-02-23T13:29:21.732Z | [ host-image] Feb 23 13:29:20.126 INFO O| Feb 23 13:29:20.126 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4861 | 2025-02-23T13:29:21.737Z | [ recovery-image] Feb 23 13:29:20.128 INFO O| Feb 23 13:29:20.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4862 | 2025-02-23T13:29:21.737Z | [ recovery-image] Feb 23 13:29:20.128 INFO O| Feb 23 13:29:20.128 INFO STEP 89 (remove_files) COMPLETE |
4863 | 2025-02-23T13:29:21.737Z | [ recovery-image] Feb 23 13:29:20.128 INFO O| Feb 23 13:29:20.128 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2025-02-23T13:29:21.763Z | [ recovery-image] Feb 23 13:29:20.151 INFO O| Feb 23 13:29:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4865 | 2025-02-23T13:29:21.763Z | [ recovery-image] Feb 23 13:29:20.151 INFO O| Feb 23 13:29:20.151 INFO STEP 90 (remove_files) COMPLETE |
4866 | 2025-02-23T13:29:21.763Z | [ recovery-image] Feb 23 13:29:20.151 INFO O| Feb 23 13:29:20.151 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2025-02-23T13:29:21.778Z | [ recovery-image] Feb 23 13:29:20.173 INFO O| Feb 23 13:29:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4868 | 2025-02-23T13:29:21.778Z | [ recovery-image] Feb 23 13:29:20.173 INFO O| Feb 23 13:29:20.173 INFO STEP 91 (remove_files) COMPLETE |
4869 | 2025-02-23T13:29:21.781Z | [ recovery-image] Feb 23 13:29:20.173 INFO O| Feb 23 13:29:20.173 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2025-02-23T13:29:21.816Z | [ recovery-image] Feb 23 13:29:20.210 INFO O| Feb 23 13:29:20.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4871 | 2025-02-23T13:29:21.838Z | [ recovery-image] Feb 23 13:29:20.210 INFO O| Feb 23 13:29:20.210 INFO STEP 92 (remove_files) COMPLETE |
4872 | 2025-02-23T13:29:21.838Z | [ recovery-image] Feb 23 13:29:20.211 INFO O| Feb 23 13:29:20.211 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2025-02-23T13:29:21.851Z | [ recovery-image] Feb 23 13:29:20.237 INFO O| Feb 23 13:29:20.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4874 | 2025-02-23T13:29:21.864Z | [ recovery-image] Feb 23 13:29:20.237 INFO O| Feb 23 13:29:20.237 INFO STEP 93 (remove_files) COMPLETE |
4875 | 2025-02-23T13:29:21.864Z | [ recovery-image] Feb 23 13:29:20.237 INFO O| Feb 23 13:29:20.237 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2025-02-23T13:29:21.880Z | [ recovery-image] Feb 23 13:29:20.258 INFO O| Feb 23 13:29:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4877 | 2025-02-23T13:29:21.880Z | [ recovery-image] Feb 23 13:29:20.259 INFO O| Feb 23 13:29:20.259 INFO STEP 94 (remove_files) COMPLETE |
4878 | 2025-02-23T13:29:21.880Z | [ recovery-image] Feb 23 13:29:20.259 INFO O| Feb 23 13:29:20.259 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2025-02-23T13:29:21.895Z | [ recovery-image] Feb 23 13:29:20.280 INFO O| Feb 23 13:29:20.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4880 | 2025-02-23T13:29:21.895Z | [ recovery-image] Feb 23 13:29:20.281 INFO O| Feb 23 13:29:20.281 INFO STEP 95 (remove_files) COMPLETE |
4881 | 2025-02-23T13:29:21.895Z | [ recovery-image] Feb 23 13:29:20.281 INFO O| Feb 23 13:29:20.281 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2025-02-23T13:29:21.931Z | [ recovery-image] Feb 23 13:29:20.325 INFO O| Feb 23 13:29:20.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4883 | 2025-02-23T13:29:21.962Z | [ recovery-image] Feb 23 13:29:20.326 INFO O| Feb 23 13:29:20.325 INFO STEP 96 (remove_files) COMPLETE |
4884 | 2025-02-23T13:29:21.963Z | [ recovery-image] Feb 23 13:29:20.326 INFO O| Feb 23 13:29:20.326 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2025-02-23T13:29:21.972Z | [ recovery-image] Feb 23 13:29:20.348 INFO O| Feb 23 13:29:20.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4886 | 2025-02-23T13:29:21.972Z | [ recovery-image] Feb 23 13:29:20.349 INFO O| Feb 23 13:29:20.349 INFO STEP 97 (remove_files) COMPLETE |
4887 | 2025-02-23T13:29:21.972Z | [ recovery-image] Feb 23 13:29:20.349 INFO O| Feb 23 13:29:20.349 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2025-02-23T13:29:22.025Z | [ recovery-image] Feb 23 13:29:20.419 INFO O| Feb 23 13:29:20.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4889 | 2025-02-23T13:29:22.029Z | [ recovery-image] Feb 23 13:29:20.419 INFO O| Feb 23 13:29:20.419 INFO STEP 98 (remove_files) COMPLETE |
4890 | 2025-02-23T13:29:22.029Z | [ recovery-image] Feb 23 13:29:20.419 INFO O| Feb 23 13:29:20.419 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2025-02-23T13:29:22.052Z | [ recovery-image] Feb 23 13:29:20.446 INFO O| Feb 23 13:29:20.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4892 | 2025-02-23T13:29:22.055Z | [ recovery-image] Feb 23 13:29:20.447 INFO O| Feb 23 13:29:20.446 INFO STEP 99 (remove_files) COMPLETE |
4893 | 2025-02-23T13:29:22.055Z | [ recovery-image] Feb 23 13:29:20.447 INFO O| Feb 23 13:29:20.446 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2025-02-23T13:29:22.077Z | [ recovery-image] Feb 23 13:29:20.467 INFO O| Feb 23 13:29:20.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4895 | 2025-02-23T13:29:22.079Z | [ recovery-image] Feb 23 13:29:20.467 INFO O| Feb 23 13:29:20.467 INFO STEP 100 (remove_files) COMPLETE |
4896 | 2025-02-23T13:29:22.079Z | [ recovery-image] Feb 23 13:29:20.467 INFO O| Feb 23 13:29:20.467 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2025-02-23T13:29:22.097Z | [ recovery-image] Feb 23 13:29:20.491 INFO O| Feb 23 13:29:20.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4898 | 2025-02-23T13:29:22.099Z | [ recovery-image] Feb 23 13:29:20.491 INFO O| Feb 23 13:29:20.491 INFO STEP 101 (remove_files) COMPLETE |
4899 | 2025-02-23T13:29:22.099Z | [ recovery-image] Feb 23 13:29:20.492 INFO O| Feb 23 13:29:20.491 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2025-02-23T13:29:22.130Z | [ recovery-image] Feb 23 13:29:20.522 INFO O| Feb 23 13:29:20.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4901 | 2025-02-23T13:29:22.134Z | [ recovery-image] Feb 23 13:29:20.522 INFO O| Feb 23 13:29:20.522 INFO STEP 102 (remove_files) COMPLETE |
4902 | 2025-02-23T13:29:22.134Z | [ recovery-image] Feb 23 13:29:20.522 INFO O| Feb 23 13:29:20.522 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2025-02-23T13:29:22.157Z | [ recovery-image] Feb 23 13:29:20.551 INFO O| Feb 23 13:29:20.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4904 | 2025-02-23T13:29:22.161Z | [ recovery-image] Feb 23 13:29:20.552 INFO O| Feb 23 13:29:20.551 INFO STEP 103 (remove_files) COMPLETE |
4905 | 2025-02-23T13:29:22.161Z | [ recovery-image] Feb 23 13:29:20.552 INFO O| Feb 23 13:29:20.552 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2025-02-23T13:29:22.187Z | [ recovery-image] Feb 23 13:29:20.578 INFO O| Feb 23 13:29:20.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4907 | 2025-02-23T13:29:22.190Z | [ recovery-image] Feb 23 13:29:20.578 INFO O| Feb 23 13:29:20.578 INFO STEP 104 (remove_files) COMPLETE |
4908 | 2025-02-23T13:29:22.190Z | [ recovery-image] Feb 23 13:29:20.578 INFO O| Feb 23 13:29:20.578 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2025-02-23T13:29:22.221Z | [ recovery-image] Feb 23 13:29:20.610 INFO O| Feb 23 13:29:20.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4910 | 2025-02-23T13:29:22.225Z | [ recovery-image] Feb 23 13:29:20.611 INFO O| Feb 23 13:29:20.611 INFO STEP 105 (remove_files) COMPLETE |
4911 | 2025-02-23T13:29:22.225Z | [ recovery-image] Feb 23 13:29:20.611 INFO O| Feb 23 13:29:20.611 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2025-02-23T13:29:22.249Z | [ recovery-image] Feb 23 13:29:20.643 INFO O| Feb 23 13:29:20.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4913 | 2025-02-23T13:29:22.251Z | [ recovery-image] Feb 23 13:29:20.643 INFO O| Feb 23 13:29:20.643 INFO STEP 106 (remove_files) COMPLETE |
4914 | 2025-02-23T13:29:22.251Z | [ recovery-image] Feb 23 13:29:20.643 INFO O| Feb 23 13:29:20.643 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2025-02-23T13:29:22.277Z | [ recovery-image] Feb 23 13:29:20.671 INFO O| Feb 23 13:29:20.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4916 | 2025-02-23T13:29:22.280Z | [ recovery-image] Feb 23 13:29:20.671 INFO O| Feb 23 13:29:20.671 INFO STEP 107 (remove_files) COMPLETE |
4917 | 2025-02-23T13:29:22.281Z | [ recovery-image] Feb 23 13:29:20.671 INFO O| Feb 23 13:29:20.671 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2025-02-23T13:29:22.305Z | [ recovery-image] Feb 23 13:29:20.700 INFO O| Feb 23 13:29:20.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4919 | 2025-02-23T13:29:22.308Z | [ recovery-image] Feb 23 13:29:20.700 INFO O| Feb 23 13:29:20.700 INFO STEP 108 (remove_files) COMPLETE |
4920 | 2025-02-23T13:29:22.308Z | [ recovery-image] Feb 23 13:29:20.700 INFO O| Feb 23 13:29:20.700 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2025-02-23T13:29:22.339Z | [ recovery-image] Feb 23 13:29:20.733 INFO O| Feb 23 13:29:20.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4922 | 2025-02-23T13:29:22.343Z | [ recovery-image] Feb 23 13:29:20.733 INFO O| Feb 23 13:29:20.733 INFO STEP 109 (remove_files) COMPLETE |
4923 | 2025-02-23T13:29:22.343Z | [ recovery-image] Feb 23 13:29:20.733 INFO O| Feb 23 13:29:20.733 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2025-02-23T13:29:22.369Z | [ recovery-image] Feb 23 13:29:20.763 INFO O| Feb 23 13:29:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4925 | 2025-02-23T13:29:22.375Z | [ recovery-image] Feb 23 13:29:20.763 INFO O| Feb 23 13:29:20.763 INFO STEP 110 (remove_files) COMPLETE |
4926 | 2025-02-23T13:29:22.375Z | [ recovery-image] Feb 23 13:29:20.763 INFO O| Feb 23 13:29:20.763 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2025-02-23T13:29:22.469Z | [ recovery-image] Feb 23 13:29:20.864 INFO O| Feb 23 13:29:20.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4928 | 2025-02-23T13:29:22.472Z | [ recovery-image] Feb 23 13:29:20.864 INFO O| Feb 23 13:29:20.864 INFO STEP 111 (remove_files) COMPLETE |
4929 | 2025-02-23T13:29:22.472Z | [ recovery-image] Feb 23 13:29:20.864 INFO O| Feb 23 13:29:20.864 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2025-02-23T13:29:22.527Z | [ recovery-image] Feb 23 13:29:20.921 INFO O| Feb 23 13:29:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4931 | 2025-02-23T13:29:22.547Z | [ recovery-image] Feb 23 13:29:20.941 INFO O| Feb 23 13:29:20.941 INFO STEP 112 (remove_files) COMPLETE |
4932 | 2025-02-23T13:29:22.547Z | [ recovery-image] Feb 23 13:29:20.941 INFO O| Feb 23 13:29:20.941 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2025-02-23T13:29:22.588Z | [ recovery-image] Feb 23 13:29:20.982 INFO O| Feb 23 13:29:20.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4934 | 2025-02-23T13:29:22.588Z | [ recovery-image] Feb 23 13:29:20.982 INFO O| Feb 23 13:29:20.982 INFO STEP 113 (remove_files) COMPLETE |
4935 | 2025-02-23T13:29:22.590Z | [ recovery-image] Feb 23 13:29:20.982 INFO O| Feb 23 13:29:20.982 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2025-02-23T13:29:22.643Z | [ recovery-image] Feb 23 13:29:21.036 INFO O| Feb 23 13:29:21.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4937 | 2025-02-23T13:29:22.643Z | [ recovery-image] Feb 23 13:29:21.037 INFO O| Feb 23 13:29:21.037 INFO STEP 114 (remove_files) COMPLETE |
4938 | 2025-02-23T13:29:22.643Z | [ recovery-image] Feb 23 13:29:21.037 INFO O| Feb 23 13:29:21.037 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2025-02-23T13:29:22.672Z | [ recovery-image] Feb 23 13:29:21.065 INFO O| Feb 23 13:29:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4940 | 2025-02-23T13:29:22.672Z | [ recovery-image] Feb 23 13:29:21.066 INFO O| Feb 23 13:29:21.065 INFO STEP 115 (remove_files) COMPLETE |
4941 | 2025-02-23T13:29:22.674Z | [ recovery-image] Feb 23 13:29:21.066 INFO O| Feb 23 13:29:21.065 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2025-02-23T13:29:22.710Z | [ recovery-image] Feb 23 13:29:21.104 INFO O| Feb 23 13:29:21.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4943 | 2025-02-23T13:29:22.710Z | [ recovery-image] Feb 23 13:29:21.105 INFO O| Feb 23 13:29:21.104 INFO STEP 116 (remove_files) COMPLETE |
4944 | 2025-02-23T13:29:22.713Z | [ recovery-image] Feb 23 13:29:21.105 INFO O| Feb 23 13:29:21.104 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2025-02-23T13:29:22.759Z | [ recovery-image] Feb 23 13:29:21.152 INFO O| Feb 23 13:29:21.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4946 | 2025-02-23T13:29:22.759Z | [ recovery-image] Feb 23 13:29:21.152 INFO O| Feb 23 13:29:21.152 INFO STEP 117 (remove_files) COMPLETE |
4947 | 2025-02-23T13:29:22.763Z | [ recovery-image] Feb 23 13:29:21.152 INFO O| Feb 23 13:29:21.152 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2025-02-23T13:29:22.778Z | [ recovery-image] Feb 23 13:29:21.173 INFO O| Feb 23 13:29:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4949 | 2025-02-23T13:29:22.778Z | [ recovery-image] Feb 23 13:29:21.173 INFO O| Feb 23 13:29:21.173 INFO STEP 118 (remove_files) COMPLETE |
4950 | 2025-02-23T13:29:22.778Z | [ recovery-image] Feb 23 13:29:21.173 INFO O| Feb 23 13:29:21.173 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2025-02-23T13:29:22.821Z | [ recovery-image] Feb 23 13:29:21.215 INFO O| Feb 23 13:29:21.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4952 | 2025-02-23T13:29:22.821Z | [ recovery-image] Feb 23 13:29:21.215 INFO O| Feb 23 13:29:21.215 INFO STEP 119 (remove_files) COMPLETE |
4953 | 2025-02-23T13:29:22.821Z | [ recovery-image] Feb 23 13:29:21.215 INFO O| Feb 23 13:29:21.215 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2025-02-23T13:29:22.878Z | [ recovery-image] Feb 23 13:29:21.272 INFO O| Feb 23 13:29:21.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4955 | 2025-02-23T13:29:22.878Z | [ recovery-image] Feb 23 13:29:21.272 INFO O| Feb 23 13:29:21.272 INFO STEP 120 (remove_files) COMPLETE |
4956 | 2025-02-23T13:29:22.881Z | [ recovery-image] Feb 23 13:29:21.272 INFO O| Feb 23 13:29:21.272 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2025-02-23T13:29:22.940Z | [ recovery-image] Feb 23 13:29:21.334 INFO O| Feb 23 13:29:21.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4958 | 2025-02-23T13:29:22.940Z | [ recovery-image] Feb 23 13:29:21.334 INFO O| Feb 23 13:29:21.334 INFO STEP 121 (remove_files) COMPLETE |
4959 | 2025-02-23T13:29:22.940Z | [ recovery-image] Feb 23 13:29:21.334 INFO O| Feb 23 13:29:21.334 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2025-02-23T13:29:22.966Z | [ recovery-image] Feb 23 13:29:21.359 INFO O| Feb 23 13:29:21.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4961 | 2025-02-23T13:29:22.966Z | [ recovery-image] Feb 23 13:29:21.359 INFO O| Feb 23 13:29:21.359 INFO STEP 122 (remove_files) COMPLETE |
4962 | 2025-02-23T13:29:22.966Z | [ recovery-image] Feb 23 13:29:21.359 INFO O| Feb 23 13:29:21.359 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2025-02-23T13:29:22.987Z | [ recovery-image] Feb 23 13:29:21.381 INFO O| Feb 23 13:29:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4964 | 2025-02-23T13:29:22.987Z | [ recovery-image] Feb 23 13:29:21.381 INFO O| Feb 23 13:29:21.381 INFO STEP 123 (remove_files) COMPLETE |
4965 | 2025-02-23T13:29:22.987Z | [ recovery-image] Feb 23 13:29:21.381 INFO O| Feb 23 13:29:21.381 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2025-02-23T13:29:23.023Z | [ recovery-image] Feb 23 13:29:21.417 INFO O| Feb 23 13:29:21.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4967 | 2025-02-23T13:29:23.023Z | [ recovery-image] Feb 23 13:29:21.417 INFO O| Feb 23 13:29:21.417 INFO STEP 124 (remove_files) COMPLETE |
4968 | 2025-02-23T13:29:23.027Z | [ recovery-image] Feb 23 13:29:21.417 INFO O| Feb 23 13:29:21.417 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2025-02-23T13:29:23.069Z | [ recovery-image] Feb 23 13:29:21.462 INFO O| Feb 23 13:29:21.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4970 | 2025-02-23T13:29:23.073Z | [ recovery-image] Feb 23 13:29:21.462 INFO O| Feb 23 13:29:21.462 INFO STEP 125 (remove_files) COMPLETE |
4971 | 2025-02-23T13:29:23.073Z | [ recovery-image] Feb 23 13:29:21.462 INFO O| Feb 23 13:29:21.462 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2025-02-23T13:29:23.181Z | [ recovery-image] Feb 23 13:29:21.573 INFO O| Feb 23 13:29:21.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4973 | 2025-02-23T13:29:23.184Z | [ recovery-image] Feb 23 13:29:21.574 INFO O| Feb 23 13:29:21.573 INFO STEP 126 (remove_files) COMPLETE |
4974 | 2025-02-23T13:29:23.184Z | [ recovery-image] Feb 23 13:29:21.574 INFO O| Feb 23 13:29:21.574 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2025-02-23T13:29:23.267Z | [ recovery-image] Feb 23 13:29:21.660 INFO O| Feb 23 13:29:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4976 | 2025-02-23T13:29:23.270Z | [ recovery-image] Feb 23 13:29:21.660 INFO O| Feb 23 13:29:21.660 INFO STEP 127 (remove_files) COMPLETE |
4977 | 2025-02-23T13:29:23.270Z | [ recovery-image] Feb 23 13:29:21.660 INFO O| Feb 23 13:29:21.660 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2025-02-23T13:29:23.373Z | [ recovery-image] Feb 23 13:29:21.764 INFO O| Feb 23 13:29:21.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4979 | 2025-02-23T13:29:23.373Z | [ recovery-image] Feb 23 13:29:21.764 INFO O| Feb 23 13:29:21.764 INFO STEP 128 (remove_files) COMPLETE |
4980 | 2025-02-23T13:29:23.376Z | [ recovery-image] Feb 23 13:29:21.764 INFO O| Feb 23 13:29:21.764 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2025-02-23T13:29:23.392Z | [ recovery-image] Feb 23 13:29:21.786 INFO O| Feb 23 13:29:21.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4982 | 2025-02-23T13:29:23.393Z | [ recovery-image] Feb 23 13:29:21.786 INFO O| Feb 23 13:29:21.786 INFO STEP 129 (remove_files) COMPLETE |
4983 | 2025-02-23T13:29:23.396Z | [ recovery-image] Feb 23 13:29:21.786 INFO O| Feb 23 13:29:21.786 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2025-02-23T13:29:23.417Z | [ recovery-image] Feb 23 13:29:21.811 INFO O| Feb 23 13:29:21.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4985 | 2025-02-23T13:29:23.417Z | [ recovery-image] Feb 23 13:29:21.811 INFO O| Feb 23 13:29:21.811 INFO STEP 130 (remove_files) COMPLETE |
4986 | 2025-02-23T13:29:23.422Z | [ recovery-image] Feb 23 13:29:21.811 INFO O| Feb 23 13:29:21.811 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2025-02-23T13:29:23.516Z | [ recovery-image] Feb 23 13:29:21.910 INFO O| Feb 23 13:29:21.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4988 | 2025-02-23T13:29:23.516Z | [ recovery-image] Feb 23 13:29:21.910 INFO O| Feb 23 13:29:21.910 INFO STEP 131 (remove_files) COMPLETE |
4989 | 2025-02-23T13:29:23.519Z | [ recovery-image] Feb 23 13:29:21.910 INFO O| Feb 23 13:29:21.910 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2025-02-23T13:29:23.558Z | [ recovery-image] Feb 23 13:29:21.952 INFO O| Feb 23 13:29:21.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4991 | 2025-02-23T13:29:23.558Z | [ recovery-image] Feb 23 13:29:21.952 INFO O| Feb 23 13:29:21.952 INFO STEP 132 (remove_files) COMPLETE |
4992 | 2025-02-23T13:29:23.558Z | [ recovery-image] Feb 23 13:29:21.952 INFO O| Feb 23 13:29:21.952 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2025-02-23T13:29:23.621Z | [ recovery-image] Feb 23 13:29:22.012 INFO O| Feb 23 13:29:22.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4994 | 2025-02-23T13:29:23.621Z | [ recovery-image] Feb 23 13:29:22.012 INFO O| Feb 23 13:29:22.012 INFO STEP 133 (remove_files) COMPLETE |
4995 | 2025-02-23T13:29:23.621Z | [ recovery-image] Feb 23 13:29:22.012 INFO O| Feb 23 13:29:22.012 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2025-02-23T13:29:23.645Z | [ recovery-image] Feb 23 13:29:22.037 INFO O| Feb 23 13:29:22.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4997 | 2025-02-23T13:29:23.645Z | [ recovery-image] Feb 23 13:29:22.038 INFO O| Feb 23 13:29:22.038 INFO STEP 134 (remove_files) COMPLETE |
4998 | 2025-02-23T13:29:23.645Z | [ recovery-image] Feb 23 13:29:22.038 INFO O| Feb 23 13:29:22.038 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2025-02-23T13:29:23.691Z | [ recovery-image] Feb 23 13:29:22.073 INFO O| Feb 23 13:29:22.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
5000 | 2025-02-23T13:29:23.704Z | [ recovery-image] Feb 23 13:29:22.073 INFO O| Feb 23 13:29:22.073 INFO STEP 135 (remove_files) COMPLETE |
5001 | 2025-02-23T13:29:23.704Z | [ recovery-image] Feb 23 13:29:22.074 INFO O| Feb 23 13:29:22.073 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2025-02-23T13:29:23.718Z | [ recovery-image] Feb 23 13:29:22.100 INFO O| Feb 23 13:29:22.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
5003 | 2025-02-23T13:29:23.719Z | [ recovery-image] Feb 23 13:29:22.100 INFO O| Feb 23 13:29:22.100 INFO STEP 136 (remove_files) COMPLETE |
5004 | 2025-02-23T13:29:23.719Z | [ recovery-image] Feb 23 13:29:22.100 INFO O| Feb 23 13:29:22.100 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2025-02-23T13:29:23.747Z | [ recovery-image] Feb 23 13:29:22.136 INFO O| Feb 23 13:29:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
5006 | 2025-02-23T13:29:23.753Z | [ recovery-image] Feb 23 13:29:22.136 INFO O| Feb 23 13:29:22.136 INFO STEP 137 (remove_files) COMPLETE |
5007 | 2025-02-23T13:29:23.753Z | [ recovery-image] Feb 23 13:29:22.136 INFO O| Feb 23 13:29:22.136 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2025-02-23T13:29:23.767Z | [ recovery-image] Feb 23 13:29:22.161 INFO O| Feb 23 13:29:22.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
5009 | 2025-02-23T13:29:23.769Z | [ recovery-image] Feb 23 13:29:22.162 INFO O| Feb 23 13:29:22.161 INFO STEP 138 (remove_files) COMPLETE |
5010 | 2025-02-23T13:29:23.769Z | [ recovery-image] Feb 23 13:29:22.162 INFO O| Feb 23 13:29:22.162 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2025-02-23T13:29:23.816Z | [ recovery-image] Feb 23 13:29:22.210 INFO O| Feb 23 13:29:22.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
5012 | 2025-02-23T13:29:23.816Z | [ recovery-image] Feb 23 13:29:22.210 INFO O| Feb 23 13:29:22.210 INFO STEP 139 (remove_files) COMPLETE |
5013 | 2025-02-23T13:29:23.816Z | [ recovery-image] Feb 23 13:29:22.210 INFO O| Feb 23 13:29:22.210 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2025-02-23T13:29:23.843Z | [ recovery-image] Feb 23 13:29:22.238 INFO O| Feb 23 13:29:22.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
5015 | 2025-02-23T13:29:23.843Z | [ recovery-image] Feb 23 13:29:22.238 INFO O| Feb 23 13:29:22.238 INFO STEP 140 (remove_files) COMPLETE |
5016 | 2025-02-23T13:29:23.844Z | [ recovery-image] Feb 23 13:29:22.238 INFO O| Feb 23 13:29:22.238 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2025-02-23T13:29:23.868Z | [ recovery-image] Feb 23 13:29:22.262 INFO O| Feb 23 13:29:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
5018 | 2025-02-23T13:29:23.868Z | [ recovery-image] Feb 23 13:29:22.262 INFO O| Feb 23 13:29:22.262 INFO STEP 141 (remove_files) COMPLETE |
5019 | 2025-02-23T13:29:23.875Z | [ recovery-image] Feb 23 13:29:22.263 INFO O| Feb 23 13:29:22.263 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2025-02-23T13:29:23.889Z | [ recovery-image] Feb 23 13:29:22.283 INFO O| Feb 23 13:29:22.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
5021 | 2025-02-23T13:29:23.889Z | [ recovery-image] Feb 23 13:29:22.283 INFO O| Feb 23 13:29:22.283 INFO STEP 142 (remove_files) COMPLETE |
5022 | 2025-02-23T13:29:23.892Z | [ recovery-image] Feb 23 13:29:22.283 INFO O| Feb 23 13:29:22.283 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2025-02-23T13:29:23.916Z | [ recovery-image] Feb 23 13:29:22.310 INFO O| Feb 23 13:29:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
5024 | 2025-02-23T13:29:23.918Z | [ recovery-image] Feb 23 13:29:22.310 INFO O| Feb 23 13:29:22.310 INFO STEP 143 (remove_files) COMPLETE |
5025 | 2025-02-23T13:29:23.919Z | [ recovery-image] Feb 23 13:29:22.310 INFO O| Feb 23 13:29:22.310 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2025-02-23T13:29:23.962Z | [ recovery-image] Feb 23 13:29:22.354 INFO O| Feb 23 13:29:22.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
5027 | 2025-02-23T13:29:23.962Z | [ recovery-image] Feb 23 13:29:22.354 INFO O| Feb 23 13:29:22.354 INFO STEP 144 (remove_files) COMPLETE |
5028 | 2025-02-23T13:29:23.972Z | [ recovery-image] Feb 23 13:29:22.354 INFO O| Feb 23 13:29:22.354 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2025-02-23T13:29:23.981Z | [ recovery-image] Feb 23 13:29:22.375 INFO O| Feb 23 13:29:22.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
5030 | 2025-02-23T13:29:23.981Z | [ recovery-image] Feb 23 13:29:22.375 INFO O| Feb 23 13:29:22.375 INFO STEP 145 (remove_files) COMPLETE |
5031 | 2025-02-23T13:29:23.985Z | [ recovery-image] Feb 23 13:29:22.375 INFO O| Feb 23 13:29:22.375 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2025-02-23T13:29:24.005Z | [ recovery-image] Feb 23 13:29:22.399 INFO O| Feb 23 13:29:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
5033 | 2025-02-23T13:29:24.008Z | [ recovery-image] Feb 23 13:29:22.399 INFO O| Feb 23 13:29:22.399 INFO STEP 146 (remove_files) COMPLETE |
5034 | 2025-02-23T13:29:24.008Z | [ recovery-image] Feb 23 13:29:22.399 INFO O| Feb 23 13:29:22.399 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2025-02-23T13:29:24.055Z | [ recovery-image] Feb 23 13:29:22.449 INFO O| Feb 23 13:29:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
5036 | 2025-02-23T13:29:24.075Z | [ recovery-image] Feb 23 13:29:22.469 INFO O| Feb 23 13:29:22.469 INFO STEP 147 (remove_files) COMPLETE |
5037 | 2025-02-23T13:29:24.075Z | [ recovery-image] Feb 23 13:29:22.469 INFO O| Feb 23 13:29:22.469 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2025-02-23T13:29:24.104Z | [ recovery-image] Feb 23 13:29:22.495 INFO O| Feb 23 13:29:22.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
5039 | 2025-02-23T13:29:24.108Z | [ recovery-image] Feb 23 13:29:22.496 INFO O| Feb 23 13:29:22.495 INFO STEP 148 (remove_files) COMPLETE |
5040 | 2025-02-23T13:29:24.108Z | [ recovery-image] Feb 23 13:29:22.496 INFO O| Feb 23 13:29:22.496 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2025-02-23T13:29:24.131Z | [ recovery-image] Feb 23 13:29:22.522 INFO O| Feb 23 13:29:22.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
5042 | 2025-02-23T13:29:24.135Z | [ recovery-image] Feb 23 13:29:22.523 INFO O| Feb 23 13:29:22.523 INFO STEP 149 (remove_files) COMPLETE |
5043 | 2025-02-23T13:29:24.136Z | [ recovery-image] Feb 23 13:29:22.523 INFO O| Feb 23 13:29:22.523 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2025-02-23T13:29:24.154Z | [ recovery-image] Feb 23 13:29:22.548 INFO O| Feb 23 13:29:22.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
5045 | 2025-02-23T13:29:24.158Z | [ recovery-image] Feb 23 13:29:22.549 INFO O| Feb 23 13:29:22.549 INFO STEP 150 (remove_files) COMPLETE |
5046 | 2025-02-23T13:29:24.158Z | [ recovery-image] Feb 23 13:29:22.549 INFO O| Feb 23 13:29:22.549 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2025-02-23T13:29:24.206Z | [ recovery-image] Feb 23 13:29:22.571 INFO O| Feb 23 13:29:22.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
5048 | 2025-02-23T13:29:24.213Z | [ recovery-image] Feb 23 13:29:22.571 INFO O| Feb 23 13:29:22.571 INFO STEP 151 (remove_files) COMPLETE |
5049 | 2025-02-23T13:29:24.213Z | [ recovery-image] Feb 23 13:29:22.571 INFO O| Feb 23 13:29:22.571 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2025-02-23T13:29:24.213Z | [ recovery-image] Feb 23 13:29:22.593 INFO O| Feb 23 13:29:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
5051 | 2025-02-23T13:29:24.213Z | [ recovery-image] Feb 23 13:29:22.594 INFO O| Feb 23 13:29:22.593 INFO STEP 152 (remove_files) COMPLETE |
5052 | 2025-02-23T13:29:24.213Z | [ recovery-image] Feb 23 13:29:22.594 INFO O| Feb 23 13:29:22.594 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2025-02-23T13:29:24.227Z | [ recovery-image] Feb 23 13:29:22.620 INFO O| Feb 23 13:29:22.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
5054 | 2025-02-23T13:29:24.229Z | [ recovery-image] Feb 23 13:29:22.621 INFO O| Feb 23 13:29:22.621 INFO STEP 153 (remove_files) COMPLETE |
5055 | 2025-02-23T13:29:24.229Z | [ recovery-image] Feb 23 13:29:22.621 INFO O| Feb 23 13:29:22.621 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2025-02-23T13:29:24.252Z | [ recovery-image] Feb 23 13:29:22.646 INFO O| Feb 23 13:29:22.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
5057 | 2025-02-23T13:29:24.256Z | [ recovery-image] Feb 23 13:29:22.646 INFO O| Feb 23 13:29:22.646 INFO STEP 154 (remove_files) COMPLETE |
5058 | 2025-02-23T13:29:24.256Z | [ recovery-image] Feb 23 13:29:22.646 INFO O| Feb 23 13:29:22.646 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2025-02-23T13:29:24.291Z | [ recovery-image] Feb 23 13:29:22.685 INFO O| Feb 23 13:29:22.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
5060 | 2025-02-23T13:29:24.294Z | [ recovery-image] Feb 23 13:29:22.686 INFO O| Feb 23 13:29:22.685 INFO STEP 155 (remove_files) COMPLETE |
5061 | 2025-02-23T13:29:24.294Z | [ recovery-image] Feb 23 13:29:22.686 INFO O| Feb 23 13:29:22.686 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2025-02-23T13:29:24.389Z | [ recovery-image] Feb 23 13:29:22.781 INFO O| Feb 23 13:29:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
5063 | 2025-02-23T13:29:24.392Z | [ recovery-image] Feb 23 13:29:22.782 INFO O| Feb 23 13:29:22.782 INFO STEP 156 (remove_files) COMPLETE |
5064 | 2025-02-23T13:29:24.392Z | [ recovery-image] Feb 23 13:29:22.782 INFO O| Feb 23 13:29:22.782 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2025-02-23T13:29:24.411Z | [ recovery-image] Feb 23 13:29:22.805 INFO O| Feb 23 13:29:22.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
5066 | 2025-02-23T13:29:24.414Z | [ recovery-image] Feb 23 13:29:22.805 INFO O| Feb 23 13:29:22.805 INFO STEP 157 (remove_files) COMPLETE |
5067 | 2025-02-23T13:29:24.414Z | [ recovery-image] Feb 23 13:29:22.805 INFO O| Feb 23 13:29:22.805 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2025-02-23T13:29:24.437Z | [ recovery-image] Feb 23 13:29:22.830 INFO O| Feb 23 13:29:22.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
5069 | 2025-02-23T13:29:24.441Z | [ recovery-image] Feb 23 13:29:22.831 INFO O| Feb 23 13:29:22.831 INFO STEP 158 (remove_files) COMPLETE |
5070 | 2025-02-23T13:29:24.441Z | [ recovery-image] Feb 23 13:29:22.831 INFO O| Feb 23 13:29:22.831 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2025-02-23T13:29:24.472Z | [ recovery-image] Feb 23 13:29:22.864 INFO O| Feb 23 13:29:22.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
5072 | 2025-02-23T13:29:24.472Z | [ recovery-image] Feb 23 13:29:22.864 INFO O| Feb 23 13:29:22.864 INFO STEP 159 (remove_files) COMPLETE |
5073 | 2025-02-23T13:29:24.472Z | [ recovery-image] Feb 23 13:29:22.864 INFO O| Feb 23 13:29:22.864 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2025-02-23T13:29:24.492Z | [ recovery-image] Feb 23 13:29:22.885 INFO O| Feb 23 13:29:22.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
5075 | 2025-02-23T13:29:24.495Z | [ recovery-image] Feb 23 13:29:22.886 INFO O| Feb 23 13:29:22.885 INFO STEP 160 (remove_files) COMPLETE |
5076 | 2025-02-23T13:29:24.495Z | [ recovery-image] Feb 23 13:29:22.886 INFO O| Feb 23 13:29:22.886 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2025-02-23T13:29:24.529Z | [ recovery-image] Feb 23 13:29:22.922 INFO O| Feb 23 13:29:22.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
5078 | 2025-02-23T13:29:24.529Z | [ recovery-image] Feb 23 13:29:22.923 INFO O| Feb 23 13:29:22.923 INFO STEP 161 (remove_files) COMPLETE |
5079 | 2025-02-23T13:29:24.529Z | [ recovery-image] Feb 23 13:29:22.923 INFO O| Feb 23 13:29:22.923 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2025-02-23T13:29:24.573Z | [ recovery-image] Feb 23 13:29:22.967 INFO O| Feb 23 13:29:22.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
5081 | 2025-02-23T13:29:24.593Z | [ recovery-image] Feb 23 13:29:22.987 INFO O| Feb 23 13:29:22.987 INFO STEP 162 (remove_files) COMPLETE |
5082 | 2025-02-23T13:29:24.593Z | [ recovery-image] Feb 23 13:29:22.987 INFO O| Feb 23 13:29:22.987 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2025-02-23T13:29:24.635Z | [ recovery-image] Feb 23 13:29:23.029 INFO O| Feb 23 13:29:23.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
5084 | 2025-02-23T13:29:24.638Z | [ recovery-image] Feb 23 13:29:23.029 INFO O| Feb 23 13:29:23.029 INFO STEP 163 (remove_files) COMPLETE |
5085 | 2025-02-23T13:29:24.638Z | [ recovery-image] Feb 23 13:29:23.029 INFO O| Feb 23 13:29:23.029 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2025-02-23T13:29:24.663Z | [ recovery-image] Feb 23 13:29:23.057 INFO O| Feb 23 13:29:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
5087 | 2025-02-23T13:29:24.663Z | [ recovery-image] Feb 23 13:29:23.057 INFO O| Feb 23 13:29:23.057 INFO STEP 164 (remove_files) COMPLETE |
5088 | 2025-02-23T13:29:24.669Z | [ recovery-image] Feb 23 13:29:23.057 INFO O| Feb 23 13:29:23.057 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2025-02-23T13:29:24.686Z | [ recovery-image] Feb 23 13:29:23.079 INFO O| Feb 23 13:29:23.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
5090 | 2025-02-23T13:29:24.686Z | [ recovery-image] Feb 23 13:29:23.080 INFO O| Feb 23 13:29:23.080 INFO STEP 165 (remove_files) COMPLETE |
5091 | 2025-02-23T13:29:24.686Z | [ recovery-image] Feb 23 13:29:23.080 INFO O| Feb 23 13:29:23.080 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2025-02-23T13:29:24.710Z | [ recovery-image] Feb 23 13:29:23.104 INFO O| Feb 23 13:29:23.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
5093 | 2025-02-23T13:29:24.710Z | [ recovery-image] Feb 23 13:29:23.104 INFO O| Feb 23 13:29:23.104 INFO STEP 166 (remove_files) COMPLETE |
5094 | 2025-02-23T13:29:24.714Z | [ recovery-image] Feb 23 13:29:23.104 INFO O| Feb 23 13:29:23.104 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2025-02-23T13:29:24.754Z | [ recovery-image] Feb 23 13:29:23.147 INFO O| Feb 23 13:29:23.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
5096 | 2025-02-23T13:29:24.754Z | [ recovery-image] Feb 23 13:29:23.148 INFO O| Feb 23 13:29:23.148 INFO STEP 167 (remove_files) COMPLETE |
5097 | 2025-02-23T13:29:24.754Z | [ recovery-image] Feb 23 13:29:23.148 INFO O| Feb 23 13:29:23.148 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2025-02-23T13:29:24.777Z | [ recovery-image] Feb 23 13:29:23.171 INFO O| Feb 23 13:29:23.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
5099 | 2025-02-23T13:29:24.778Z | [ recovery-image] Feb 23 13:29:23.172 INFO O| Feb 23 13:29:23.172 INFO STEP 168 (remove_files) COMPLETE |
5100 | 2025-02-23T13:29:24.782Z | [ recovery-image] Feb 23 13:29:23.172 INFO O| Feb 23 13:29:23.172 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2025-02-23T13:29:24.819Z | [ recovery-image] Feb 23 13:29:23.213 INFO O| Feb 23 13:29:23.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
5102 | 2025-02-23T13:29:24.820Z | [ recovery-image] Feb 23 13:29:23.213 INFO O| Feb 23 13:29:23.213 INFO STEP 169 (remove_files) COMPLETE |
5103 | 2025-02-23T13:29:24.824Z | [ recovery-image] Feb 23 13:29:23.213 INFO O| Feb 23 13:29:23.213 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2025-02-23T13:29:24.867Z | [ recovery-image] Feb 23 13:29:23.260 INFO O| Feb 23 13:29:23.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
5105 | 2025-02-23T13:29:24.869Z | [ recovery-image] Feb 23 13:29:23.261 INFO O| Feb 23 13:29:23.261 INFO STEP 170 (remove_files) COMPLETE |
5106 | 2025-02-23T13:29:24.869Z | [ recovery-image] Feb 23 13:29:23.261 INFO O| Feb 23 13:29:23.261 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2025-02-23T13:29:24.888Z | [ recovery-image] Feb 23 13:29:23.282 INFO O| Feb 23 13:29:23.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
5108 | 2025-02-23T13:29:24.891Z | [ recovery-image] Feb 23 13:29:23.282 INFO O| Feb 23 13:29:23.282 INFO STEP 171 (remove_files) COMPLETE |
5109 | 2025-02-23T13:29:24.891Z | [ recovery-image] Feb 23 13:29:23.282 INFO O| Feb 23 13:29:23.282 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2025-02-23T13:29:24.915Z | [ recovery-image] Feb 23 13:29:23.307 INFO O| Feb 23 13:29:23.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
5111 | 2025-02-23T13:29:24.918Z | [ recovery-image] Feb 23 13:29:23.307 INFO O| Feb 23 13:29:23.307 INFO STEP 172 (remove_files) COMPLETE |
5112 | 2025-02-23T13:29:24.918Z | [ recovery-image] Feb 23 13:29:23.308 INFO O| Feb 23 13:29:23.308 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2025-02-23T13:29:24.941Z | [ recovery-image] Feb 23 13:29:23.334 INFO O| Feb 23 13:29:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
5114 | 2025-02-23T13:29:24.943Z | [ recovery-image] Feb 23 13:29:23.335 INFO O| Feb 23 13:29:23.334 INFO STEP 173 (remove_files) COMPLETE |
5115 | 2025-02-23T13:29:24.943Z | [ recovery-image] Feb 23 13:29:23.335 INFO O| Feb 23 13:29:23.335 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2025-02-23T13:29:24.969Z | [ recovery-image] Feb 23 13:29:23.362 INFO O| Feb 23 13:29:23.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
5117 | 2025-02-23T13:29:24.969Z | [ recovery-image] Feb 23 13:29:23.362 INFO O| Feb 23 13:29:23.362 INFO STEP 174 (remove_files) COMPLETE |
5118 | 2025-02-23T13:29:24.969Z | [ recovery-image] Feb 23 13:29:23.362 INFO O| Feb 23 13:29:23.362 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2025-02-23T13:29:25.032Z | [ recovery-image] Feb 23 13:29:23.426 INFO O| Feb 23 13:29:23.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
5120 | 2025-02-23T13:29:25.032Z | [ recovery-image] Feb 23 13:29:23.426 INFO O| Feb 23 13:29:23.426 INFO STEP 175 (remove_files) COMPLETE |
5121 | 2025-02-23T13:29:25.036Z | [ recovery-image] Feb 23 13:29:23.426 INFO O| Feb 23 13:29:23.426 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2025-02-23T13:29:25.075Z | [ recovery-image] Feb 23 13:29:23.465 INFO O| Feb 23 13:29:23.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
5123 | 2025-02-23T13:29:25.075Z | [ recovery-image] Feb 23 13:29:23.465 INFO O| Feb 23 13:29:23.465 INFO STEP 176 (remove_files) COMPLETE |
5124 | 2025-02-23T13:29:25.075Z | [ recovery-image] Feb 23 13:29:23.465 INFO O| Feb 23 13:29:23.465 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2025-02-23T13:29:25.098Z | [ recovery-image] Feb 23 13:29:23.492 INFO O| Feb 23 13:29:23.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
5126 | 2025-02-23T13:29:25.098Z | [ recovery-image] Feb 23 13:29:23.492 INFO O| Feb 23 13:29:23.492 INFO STEP 177 (remove_files) COMPLETE |
5127 | 2025-02-23T13:29:25.098Z | [ recovery-image] Feb 23 13:29:23.492 INFO O| Feb 23 13:29:23.492 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2025-02-23T13:29:25.125Z | [ recovery-image] Feb 23 13:29:23.519 INFO O| Feb 23 13:29:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
5129 | 2025-02-23T13:29:25.125Z | [ recovery-image] Feb 23 13:29:23.519 INFO O| Feb 23 13:29:23.519 INFO STEP 178 (remove_files) COMPLETE |
5130 | 2025-02-23T13:29:25.126Z | [ recovery-image] Feb 23 13:29:23.519 INFO O| Feb 23 13:29:23.519 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2025-02-23T13:29:25.158Z | [ recovery-image] Feb 23 13:29:23.550 INFO O| Feb 23 13:29:23.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
5132 | 2025-02-23T13:29:25.158Z | [ recovery-image] Feb 23 13:29:23.550 INFO O| Feb 23 13:29:23.550 INFO STEP 179 (remove_files) COMPLETE |
5133 | 2025-02-23T13:29:25.158Z | [ recovery-image] Feb 23 13:29:23.550 INFO O| Feb 23 13:29:23.550 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2025-02-23T13:29:25.179Z | [ recovery-image] Feb 23 13:29:23.573 INFO O| Feb 23 13:29:23.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
5135 | 2025-02-23T13:29:25.179Z | [ recovery-image] Feb 23 13:29:23.573 INFO O| Feb 23 13:29:23.573 INFO STEP 180 (remove_files) COMPLETE |
5136 | 2025-02-23T13:29:25.179Z | [ recovery-image] Feb 23 13:29:23.573 INFO O| Feb 23 13:29:23.573 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2025-02-23T13:29:25.201Z | [ recovery-image] Feb 23 13:29:23.595 INFO O| Feb 23 13:29:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
5138 | 2025-02-23T13:29:25.201Z | [ recovery-image] Feb 23 13:29:23.595 INFO O| Feb 23 13:29:23.595 INFO STEP 181 (remove_files) COMPLETE |
5139 | 2025-02-23T13:29:25.201Z | [ recovery-image] Feb 23 13:29:23.595 INFO O| Feb 23 13:29:23.595 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2025-02-23T13:29:25.258Z | [ recovery-image] Feb 23 13:29:23.652 INFO O| Feb 23 13:29:23.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
5141 | 2025-02-23T13:29:25.258Z | [ recovery-image] Feb 23 13:29:23.652 INFO O| Feb 23 13:29:23.652 INFO STEP 182 (remove_files) COMPLETE |
5142 | 2025-02-23T13:29:25.261Z | [ recovery-image] Feb 23 13:29:23.652 INFO O| Feb 23 13:29:23.652 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2025-02-23T13:29:25.278Z | [ recovery-image] Feb 23 13:29:23.672 INFO O| Feb 23 13:29:23.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
5144 | 2025-02-23T13:29:25.281Z | [ recovery-image] Feb 23 13:29:23.672 INFO O| Feb 23 13:29:23.672 INFO STEP 183 (remove_files) COMPLETE |
5145 | 2025-02-23T13:29:25.281Z | [ recovery-image] Feb 23 13:29:23.672 INFO O| Feb 23 13:29:23.672 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2025-02-23T13:29:25.301Z | [ recovery-image] Feb 23 13:29:23.695 INFO O| Feb 23 13:29:23.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
5147 | 2025-02-23T13:29:25.304Z | [ recovery-image] Feb 23 13:29:23.695 INFO O| Feb 23 13:29:23.695 INFO STEP 184 (remove_files) COMPLETE |
5148 | 2025-02-23T13:29:25.304Z | [ recovery-image] Feb 23 13:29:23.695 INFO O| Feb 23 13:29:23.695 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2025-02-23T13:29:25.342Z | [ recovery-image] Feb 23 13:29:23.736 INFO O| Feb 23 13:29:23.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
5150 | 2025-02-23T13:29:25.342Z | [ recovery-image] Feb 23 13:29:23.736 INFO O| Feb 23 13:29:23.736 INFO STEP 185 (remove_files) COMPLETE |
5151 | 2025-02-23T13:29:25.346Z | [ recovery-image] Feb 23 13:29:23.736 INFO O| Feb 23 13:29:23.736 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2025-02-23T13:29:25.376Z | [ recovery-image] Feb 23 13:29:23.770 INFO O| Feb 23 13:29:23.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
5153 | 2025-02-23T13:29:25.376Z | [ recovery-image] Feb 23 13:29:23.770 INFO O| Feb 23 13:29:23.770 INFO STEP 186 (remove_files) COMPLETE |
5154 | 2025-02-23T13:29:25.382Z | [ recovery-image] Feb 23 13:29:23.770 INFO O| Feb 23 13:29:23.770 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2025-02-23T13:29:25.401Z | [ recovery-image] Feb 23 13:29:23.793 INFO O| Feb 23 13:29:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
5156 | 2025-02-23T13:29:25.401Z | [ recovery-image] Feb 23 13:29:23.793 INFO O| Feb 23 13:29:23.793 INFO STEP 187 (remove_files) COMPLETE |
5157 | 2025-02-23T13:29:25.404Z | [ recovery-image] Feb 23 13:29:23.793 INFO O| Feb 23 13:29:23.793 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2025-02-23T13:29:25.440Z | [ recovery-image] Feb 23 13:29:23.831 INFO O| Feb 23 13:29:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5159 | 2025-02-23T13:29:25.440Z | [ recovery-image] Feb 23 13:29:23.831 INFO O| Feb 23 13:29:23.831 INFO STEP 188 (remove_files) COMPLETE |
5160 | 2025-02-23T13:29:25.443Z | [ recovery-image] Feb 23 13:29:23.831 INFO O| Feb 23 13:29:23.831 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2025-02-23T13:29:25.492Z | [ recovery-image] Feb 23 13:29:23.886 INFO O| Feb 23 13:29:23.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5162 | 2025-02-23T13:29:25.492Z | [ recovery-image] Feb 23 13:29:23.886 INFO O| Feb 23 13:29:23.886 INFO STEP 189 (remove_files) COMPLETE |
5163 | 2025-02-23T13:29:25.495Z | [ recovery-image] Feb 23 13:29:23.886 INFO O| Feb 23 13:29:23.886 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2025-02-23T13:29:25.549Z | [ recovery-image] Feb 23 13:29:23.942 INFO O| Feb 23 13:29:23.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5165 | 2025-02-23T13:29:25.549Z | [ recovery-image] Feb 23 13:29:23.942 INFO O| Feb 23 13:29:23.942 INFO STEP 190 (remove_files) COMPLETE |
5166 | 2025-02-23T13:29:25.555Z | [ recovery-image] Feb 23 13:29:23.942 INFO O| Feb 23 13:29:23.942 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2025-02-23T13:29:25.588Z | [ recovery-image] Feb 23 13:29:23.980 INFO O| Feb 23 13:29:23.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5168 | 2025-02-23T13:29:25.588Z | [ recovery-image] Feb 23 13:29:23.980 INFO O| Feb 23 13:29:23.980 INFO STEP 191 (remove_files) COMPLETE |
5169 | 2025-02-23T13:29:25.591Z | [ recovery-image] Feb 23 13:29:23.980 INFO O| Feb 23 13:29:23.980 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2025-02-23T13:29:25.613Z | [ recovery-image] Feb 23 13:29:24.007 INFO O| Feb 23 13:29:24.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5171 | 2025-02-23T13:29:25.613Z | [ recovery-image] Feb 23 13:29:24.007 INFO O| Feb 23 13:29:24.007 INFO STEP 192 (remove_files) COMPLETE |
5172 | 2025-02-23T13:29:25.617Z | [ recovery-image] Feb 23 13:29:24.007 INFO O| Feb 23 13:29:24.007 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2025-02-23T13:29:25.657Z | [ recovery-image] Feb 23 13:29:24.051 INFO O| Feb 23 13:29:24.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5174 | 2025-02-23T13:29:25.657Z | [ recovery-image] Feb 23 13:29:24.051 INFO O| Feb 23 13:29:24.051 INFO STEP 193 (remove_files) COMPLETE |
5175 | 2025-02-23T13:29:25.657Z | [ recovery-image] Feb 23 13:29:24.051 INFO O| Feb 23 13:29:24.051 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2025-02-23T13:29:25.682Z | [ recovery-image] Feb 23 13:29:24.075 INFO O| Feb 23 13:29:24.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5177 | 2025-02-23T13:29:25.682Z | [ recovery-image] Feb 23 13:29:24.075 INFO O| Feb 23 13:29:24.075 INFO STEP 194 (remove_files) COMPLETE |
5178 | 2025-02-23T13:29:25.686Z | [ recovery-image] Feb 23 13:29:24.075 INFO O| Feb 23 13:29:24.075 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2025-02-23T13:29:25.722Z | [ recovery-image] Feb 23 13:29:24.116 INFO O| Feb 23 13:29:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5180 | 2025-02-23T13:29:25.722Z | [ recovery-image] Feb 23 13:29:24.116 INFO O| Feb 23 13:29:24.116 INFO STEP 195 (remove_files) COMPLETE |
5181 | 2025-02-23T13:29:25.726Z | [ recovery-image] Feb 23 13:29:24.116 INFO O| Feb 23 13:29:24.116 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2025-02-23T13:29:25.749Z | [ recovery-image] Feb 23 13:29:24.140 INFO O| Feb 23 13:29:24.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5183 | 2025-02-23T13:29:25.753Z | [ recovery-image] Feb 23 13:29:24.141 INFO O| Feb 23 13:29:24.141 INFO STEP 196 (remove_files) COMPLETE |
5184 | 2025-02-23T13:29:25.753Z | [ recovery-image] Feb 23 13:29:24.141 INFO O| Feb 23 13:29:24.141 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2025-02-23T13:29:25.774Z | [ recovery-image] Feb 23 13:29:24.168 INFO O| Feb 23 13:29:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5186 | 2025-02-23T13:29:25.774Z | [ recovery-image] Feb 23 13:29:24.168 INFO O| Feb 23 13:29:24.168 INFO STEP 197 (remove_files) COMPLETE |
5187 | 2025-02-23T13:29:25.777Z | [ recovery-image] Feb 23 13:29:24.168 INFO O| Feb 23 13:29:24.168 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2025-02-23T13:29:25.824Z | [ recovery-image] Feb 23 13:29:24.215 INFO O| Feb 23 13:29:24.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5189 | 2025-02-23T13:29:25.827Z | [ recovery-image] Feb 23 13:29:24.216 INFO O| Feb 23 13:29:24.216 INFO STEP 198 (remove_files) COMPLETE |
5190 | 2025-02-23T13:29:25.827Z | [ recovery-image] Feb 23 13:29:24.216 INFO O| Feb 23 13:29:24.216 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2025-02-23T13:29:25.849Z | [ recovery-image] Feb 23 13:29:24.243 INFO O| Feb 23 13:29:24.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5192 | 2025-02-23T13:29:25.862Z | [ recovery-image] Feb 23 13:29:24.243 INFO O| Feb 23 13:29:24.243 INFO STEP 199 (remove_files) COMPLETE |
5193 | 2025-02-23T13:29:25.863Z | [ recovery-image] Feb 23 13:29:24.243 INFO O| Feb 23 13:29:24.243 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2025-02-23T13:29:25.883Z | [ recovery-image] Feb 23 13:29:24.266 INFO O| Feb 23 13:29:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5195 | 2025-02-23T13:29:25.886Z | [ recovery-image] Feb 23 13:29:24.266 INFO O| Feb 23 13:29:24.266 INFO STEP 200 (remove_files) COMPLETE |
5196 | 2025-02-23T13:29:25.886Z | [ recovery-image] Feb 23 13:29:24.266 INFO O| Feb 23 13:29:24.266 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2025-02-23T13:29:25.899Z | [ recovery-image] Feb 23 13:29:24.290 INFO O| Feb 23 13:29:24.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5198 | 2025-02-23T13:29:25.899Z | [ recovery-image] Feb 23 13:29:24.290 INFO O| Feb 23 13:29:24.290 INFO STEP 201 (remove_files) COMPLETE |
5199 | 2025-02-23T13:29:25.899Z | [ recovery-image] Feb 23 13:29:24.291 INFO O| Feb 23 13:29:24.290 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2025-02-23T13:29:25.940Z | [ recovery-image] Feb 23 13:29:24.330 INFO O| Feb 23 13:29:24.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5201 | 2025-02-23T13:29:25.940Z | [ recovery-image] Feb 23 13:29:24.330 INFO O| Feb 23 13:29:24.330 INFO STEP 202 (remove_files) COMPLETE |
5202 | 2025-02-23T13:29:25.945Z | [ recovery-image] Feb 23 13:29:24.330 INFO O| Feb 23 13:29:24.330 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2025-02-23T13:29:25.980Z | [ recovery-image] Feb 23 13:29:24.374 INFO O| Feb 23 13:29:24.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5204 | 2025-02-23T13:29:25.983Z | [ recovery-image] Feb 23 13:29:24.374 INFO O| Feb 23 13:29:24.374 INFO STEP 203 (remove_files) COMPLETE |
5205 | 2025-02-23T13:29:25.983Z | [ recovery-image] Feb 23 13:29:24.374 INFO O| Feb 23 13:29:24.374 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2025-02-23T13:29:26.005Z | [ recovery-image] Feb 23 13:29:24.398 INFO O| Feb 23 13:29:24.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5207 | 2025-02-23T13:29:26.005Z | [ recovery-image] Feb 23 13:29:24.398 INFO O| Feb 23 13:29:24.398 INFO STEP 204 (remove_files) COMPLETE |
5208 | 2025-02-23T13:29:26.005Z | [ recovery-image] Feb 23 13:29:24.398 INFO O| Feb 23 13:29:24.398 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2025-02-23T13:29:26.033Z | [ recovery-image] Feb 23 13:29:24.426 INFO O| Feb 23 13:29:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5210 | 2025-02-23T13:29:26.033Z | [ recovery-image] Feb 23 13:29:24.426 INFO O| Feb 23 13:29:24.426 INFO STEP 205 (remove_files) COMPLETE |
5211 | 2025-02-23T13:29:26.033Z | [ recovery-image] Feb 23 13:29:24.426 INFO O| Feb 23 13:29:24.426 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2025-02-23T13:29:26.059Z | [ recovery-image] Feb 23 13:29:24.451 INFO O| Feb 23 13:29:24.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5213 | 2025-02-23T13:29:26.059Z | [ recovery-image] Feb 23 13:29:24.452 INFO O| Feb 23 13:29:24.452 INFO STEP 206 (remove_files) COMPLETE |
5214 | 2025-02-23T13:29:26.059Z | [ recovery-image] Feb 23 13:29:24.452 INFO O| Feb 23 13:29:24.452 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2025-02-23T13:29:26.090Z | [ recovery-image] Feb 23 13:29:24.484 INFO O| Feb 23 13:29:24.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5216 | 2025-02-23T13:29:26.090Z | [ recovery-image] Feb 23 13:29:24.484 INFO O| Feb 23 13:29:24.484 INFO STEP 207 (remove_files) COMPLETE |
5217 | 2025-02-23T13:29:26.093Z | [ recovery-image] Feb 23 13:29:24.484 INFO O| Feb 23 13:29:24.484 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2025-02-23T13:29:26.150Z | [ recovery-image] Feb 23 13:29:24.543 INFO O| Feb 23 13:29:24.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5219 | 2025-02-23T13:29:26.150Z | [ recovery-image] Feb 23 13:29:24.543 INFO O| Feb 23 13:29:24.543 INFO STEP 208 (remove_files) COMPLETE |
5220 | 2025-02-23T13:29:26.150Z | [ recovery-image] Feb 23 13:29:24.543 INFO O| Feb 23 13:29:24.543 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2025-02-23T13:29:26.174Z | [ recovery-image] Feb 23 13:29:24.566 INFO O| Feb 23 13:29:24.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5222 | 2025-02-23T13:29:26.174Z | [ recovery-image] Feb 23 13:29:24.566 INFO O| Feb 23 13:29:24.566 INFO STEP 209 (remove_files) COMPLETE |
5223 | 2025-02-23T13:29:26.174Z | [ recovery-image] Feb 23 13:29:24.566 INFO O| Feb 23 13:29:24.566 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2025-02-23T13:29:26.209Z | [ recovery-image] Feb 23 13:29:24.602 INFO O| Feb 23 13:29:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5225 | 2025-02-23T13:29:26.214Z | [ recovery-image] Feb 23 13:29:24.603 INFO O| Feb 23 13:29:24.602 INFO STEP 210 (remove_files) COMPLETE |
5226 | 2025-02-23T13:29:26.214Z | [ recovery-image] Feb 23 13:29:24.603 INFO O| Feb 23 13:29:24.603 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2025-02-23T13:29:26.245Z | [ recovery-image] Feb 23 13:29:24.638 INFO O| Feb 23 13:29:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5228 | 2025-02-23T13:29:26.245Z | [ recovery-image] Feb 23 13:29:24.638 INFO O| Feb 23 13:29:24.638 INFO STEP 211 (remove_files) COMPLETE |
5229 | 2025-02-23T13:29:26.248Z | [ recovery-image] Feb 23 13:29:24.638 INFO O| Feb 23 13:29:24.638 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2025-02-23T13:29:26.294Z | [ recovery-image] Feb 23 13:29:24.686 INFO O| Feb 23 13:29:24.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5231 | 2025-02-23T13:29:26.294Z | [ recovery-image] Feb 23 13:29:24.686 INFO O| Feb 23 13:29:24.686 INFO STEP 212 (remove_files) COMPLETE |
5232 | 2025-02-23T13:29:26.294Z | [ recovery-image] Feb 23 13:29:24.686 INFO O| Feb 23 13:29:24.686 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2025-02-23T13:29:26.353Z | [ recovery-image] Feb 23 13:29:24.744 INFO O| Feb 23 13:29:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5234 | 2025-02-23T13:29:26.353Z | [ recovery-image] Feb 23 13:29:24.744 INFO O| Feb 23 13:29:24.744 INFO STEP 213 (remove_files) COMPLETE |
5235 | 2025-02-23T13:29:26.353Z | [ recovery-image] Feb 23 13:29:24.744 INFO O| Feb 23 13:29:24.744 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2025-02-23T13:29:26.375Z | [ recovery-image] Feb 23 13:29:24.769 INFO O| Feb 23 13:29:24.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5237 | 2025-02-23T13:29:26.375Z | [ recovery-image] Feb 23 13:29:24.769 INFO O| Feb 23 13:29:24.769 INFO STEP 214 (remove_files) COMPLETE |
5238 | 2025-02-23T13:29:26.378Z | [ recovery-image] Feb 23 13:29:24.769 INFO O| Feb 23 13:29:24.769 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2025-02-23T13:29:26.408Z | [ recovery-image] Feb 23 13:29:24.802 INFO O| Feb 23 13:29:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5240 | 2025-02-23T13:29:26.411Z | [ recovery-image] Feb 23 13:29:24.802 INFO O| Feb 23 13:29:24.802 INFO STEP 215 (remove_files) COMPLETE |
5241 | 2025-02-23T13:29:26.411Z | [ recovery-image] Feb 23 13:29:24.802 INFO O| Feb 23 13:29:24.802 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2025-02-23T13:29:26.446Z | [ recovery-image] Feb 23 13:29:24.839 INFO O| Feb 23 13:29:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5243 | 2025-02-23T13:29:26.446Z | [ recovery-image] Feb 23 13:29:24.840 INFO O| Feb 23 13:29:24.840 INFO STEP 216 (remove_files) COMPLETE |
5244 | 2025-02-23T13:29:26.446Z | [ recovery-image] Feb 23 13:29:24.840 INFO O| Feb 23 13:29:24.840 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2025-02-23T13:29:26.488Z | [ recovery-image] Feb 23 13:29:24.881 INFO O| Feb 23 13:29:24.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5246 | 2025-02-23T13:29:26.488Z | [ recovery-image] Feb 23 13:29:24.881 INFO O| Feb 23 13:29:24.881 INFO STEP 217 (remove_files) COMPLETE |
5247 | 2025-02-23T13:29:26.488Z | [ recovery-image] Feb 23 13:29:24.881 INFO O| Feb 23 13:29:24.881 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2025-02-23T13:29:26.515Z | [ recovery-image] Feb 23 13:29:24.907 INFO O| Feb 23 13:29:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5249 | 2025-02-23T13:29:26.515Z | [ recovery-image] Feb 23 13:29:24.908 INFO O| Feb 23 13:29:24.907 INFO STEP 218 (remove_files) COMPLETE |
5250 | 2025-02-23T13:29:26.519Z | [ recovery-image] Feb 23 13:29:24.908 INFO O| Feb 23 13:29:24.908 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2025-02-23T13:29:26.581Z | [ recovery-image] Feb 23 13:29:24.972 INFO O| Feb 23 13:29:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5252 | 2025-02-23T13:29:26.581Z | [ recovery-image] Feb 23 13:29:24.972 INFO O| Feb 23 13:29:24.972 INFO STEP 219 (remove_files) COMPLETE |
5253 | 2025-02-23T13:29:26.581Z | [ recovery-image] Feb 23 13:29:24.972 INFO O| Feb 23 13:29:24.972 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2025-02-23T13:29:26.605Z | [ recovery-image] Feb 23 13:29:24.998 INFO O| Feb 23 13:29:24.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5255 | 2025-02-23T13:29:26.607Z | [ recovery-image] Feb 23 13:29:24.998 INFO O| Feb 23 13:29:24.998 INFO STEP 220 (remove_files) COMPLETE |
5256 | 2025-02-23T13:29:26.607Z | [ recovery-image] Feb 23 13:29:24.998 INFO O| Feb 23 13:29:24.998 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2025-02-23T13:29:26.648Z | [ recovery-image] Feb 23 13:29:25.041 INFO O| Feb 23 13:29:25.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5258 | 2025-02-23T13:29:26.652Z | [ recovery-image] Feb 23 13:29:25.041 INFO O| Feb 23 13:29:25.041 INFO STEP 221 (remove_files) COMPLETE |
5259 | 2025-02-23T13:29:26.652Z | [ recovery-image] Feb 23 13:29:25.041 INFO O| Feb 23 13:29:25.041 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2025-02-23T13:29:26.672Z | [ recovery-image] Feb 23 13:29:25.065 INFO O| Feb 23 13:29:25.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5261 | 2025-02-23T13:29:26.675Z | [ recovery-image] Feb 23 13:29:25.066 INFO O| Feb 23 13:29:25.066 INFO STEP 222 (remove_files) COMPLETE |
5262 | 2025-02-23T13:29:26.675Z | [ recovery-image] Feb 23 13:29:25.066 INFO O| Feb 23 13:29:25.066 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2025-02-23T13:29:26.704Z | [ recovery-image] Feb 23 13:29:25.098 INFO O| Feb 23 13:29:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5264 | 2025-02-23T13:29:26.704Z | [ recovery-image] Feb 23 13:29:25.098 INFO O| Feb 23 13:29:25.098 INFO STEP 223 (remove_files) COMPLETE |
5265 | 2025-02-23T13:29:26.707Z | [ recovery-image] Feb 23 13:29:25.098 INFO O| Feb 23 13:29:25.098 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2025-02-23T13:29:26.733Z | [ recovery-image] Feb 23 13:29:25.124 INFO O| Feb 23 13:29:25.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5267 | 2025-02-23T13:29:26.733Z | [ recovery-image] Feb 23 13:29:25.124 INFO O| Feb 23 13:29:25.124 INFO STEP 224 (remove_files) COMPLETE |
5268 | 2025-02-23T13:29:26.733Z | [ recovery-image] Feb 23 13:29:25.124 INFO O| Feb 23 13:29:25.124 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2025-02-23T13:29:26.756Z | [ recovery-image] Feb 23 13:29:25.149 INFO O| Feb 23 13:29:25.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5270 | 2025-02-23T13:29:26.756Z | [ recovery-image] Feb 23 13:29:25.150 INFO O| Feb 23 13:29:25.150 INFO STEP 225 (remove_files) COMPLETE |
5271 | 2025-02-23T13:29:26.760Z | [ recovery-image] Feb 23 13:29:25.150 INFO O| Feb 23 13:29:25.150 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2025-02-23T13:29:26.782Z | [ recovery-image] Feb 23 13:29:25.174 INFO O| Feb 23 13:29:25.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5273 | 2025-02-23T13:29:26.782Z | [ recovery-image] Feb 23 13:29:25.174 INFO O| Feb 23 13:29:25.174 INFO STEP 226 (remove_files) COMPLETE |
5274 | 2025-02-23T13:29:26.782Z | [ recovery-image] Feb 23 13:29:25.174 INFO O| Feb 23 13:29:25.174 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2025-02-23T13:29:26.816Z | [ recovery-image] Feb 23 13:29:25.209 INFO O| Feb 23 13:29:25.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5276 | 2025-02-23T13:29:26.819Z | [ recovery-image] Feb 23 13:29:25.210 INFO O| Feb 23 13:29:25.210 INFO STEP 227 (remove_files) COMPLETE |
5277 | 2025-02-23T13:29:26.819Z | [ recovery-image] Feb 23 13:29:25.210 INFO O| Feb 23 13:29:25.210 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2025-02-23T13:29:26.847Z | [ recovery-image] Feb 23 13:29:25.240 INFO O| Feb 23 13:29:25.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5279 | 2025-02-23T13:29:26.849Z | [ recovery-image] Feb 23 13:29:25.240 INFO O| Feb 23 13:29:25.240 INFO STEP 228 (remove_files) COMPLETE |
5280 | 2025-02-23T13:29:26.849Z | [ recovery-image] Feb 23 13:29:25.240 INFO O| Feb 23 13:29:25.240 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2025-02-23T13:29:26.887Z | [ recovery-image] Feb 23 13:29:25.280 INFO O| Feb 23 13:29:25.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5282 | 2025-02-23T13:29:26.888Z | [ recovery-image] Feb 23 13:29:25.280 INFO O| Feb 23 13:29:25.280 INFO STEP 229 (remove_files) COMPLETE |
5283 | 2025-02-23T13:29:26.888Z | [ recovery-image] Feb 23 13:29:25.280 INFO O| Feb 23 13:29:25.280 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2025-02-23T13:29:26.949Z | [ recovery-image] Feb 23 13:29:25.343 INFO O| Feb 23 13:29:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5285 | 2025-02-23T13:29:26.949Z | [ recovery-image] Feb 23 13:29:25.343 INFO O| Feb 23 13:29:25.343 INFO STEP 230 (remove_files) COMPLETE |
5286 | 2025-02-23T13:29:26.949Z | [ recovery-image] Feb 23 13:29:25.343 INFO O| Feb 23 13:29:25.343 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2025-02-23T13:29:26.973Z | [ recovery-image] Feb 23 13:29:25.367 INFO O| Feb 23 13:29:25.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5288 | 2025-02-23T13:29:26.973Z | [ recovery-image] Feb 23 13:29:25.367 INFO O| Feb 23 13:29:25.367 INFO STEP 231 (remove_files) COMPLETE |
5289 | 2025-02-23T13:29:26.973Z | [ recovery-image] Feb 23 13:29:25.367 INFO O| Feb 23 13:29:25.367 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2025-02-23T13:29:26.998Z | [ recovery-image] Feb 23 13:29:25.391 INFO O| Feb 23 13:29:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5291 | 2025-02-23T13:29:26.998Z | [ recovery-image] Feb 23 13:29:25.391 INFO O| Feb 23 13:29:25.391 INFO STEP 232 (remove_files) COMPLETE |
5292 | 2025-02-23T13:29:27.003Z | [ recovery-image] Feb 23 13:29:25.391 INFO O| Feb 23 13:29:25.391 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2025-02-23T13:29:27.025Z | [ recovery-image] Feb 23 13:29:25.418 INFO O| Feb 23 13:29:25.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5294 | 2025-02-23T13:29:27.025Z | [ recovery-image] Feb 23 13:29:25.418 INFO O| Feb 23 13:29:25.418 INFO STEP 233 (remove_files) COMPLETE |
5295 | 2025-02-23T13:29:27.025Z | [ recovery-image] Feb 23 13:29:25.418 INFO O| Feb 23 13:29:25.418 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2025-02-23T13:29:27.057Z | [ recovery-image] Feb 23 13:29:25.450 INFO O| Feb 23 13:29:25.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5297 | 2025-02-23T13:29:27.061Z | [ recovery-image] Feb 23 13:29:25.450 INFO O| Feb 23 13:29:25.450 INFO STEP 234 (remove_files) COMPLETE |
5298 | 2025-02-23T13:29:27.061Z | [ recovery-image] Feb 23 13:29:25.450 INFO O| Feb 23 13:29:25.450 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2025-02-23T13:29:27.175Z | [ recovery-image] Feb 23 13:29:25.569 INFO O| Feb 23 13:29:25.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5300 | 2025-02-23T13:29:27.175Z | [ recovery-image] Feb 23 13:29:25.569 INFO O| Feb 23 13:29:25.569 INFO STEP 235 (remove_files) COMPLETE |
5301 | 2025-02-23T13:29:27.175Z | [ recovery-image] Feb 23 13:29:25.569 INFO O| Feb 23 13:29:25.569 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2025-02-23T13:29:27.201Z | [ recovery-image] Feb 23 13:29:25.595 INFO O| Feb 23 13:29:25.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5303 | 2025-02-23T13:29:27.201Z | [ recovery-image] Feb 23 13:29:25.595 INFO O| Feb 23 13:29:25.595 INFO STEP 236 (remove_files) COMPLETE |
5304 | 2025-02-23T13:29:27.201Z | [ recovery-image] Feb 23 13:29:25.595 INFO O| Feb 23 13:29:25.595 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2025-02-23T13:29:27.258Z | [ recovery-image] Feb 23 13:29:25.650 INFO O| Feb 23 13:29:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5306 | 2025-02-23T13:29:27.258Z | [ recovery-image] Feb 23 13:29:25.650 INFO O| Feb 23 13:29:25.650 INFO STEP 237 (remove_files) COMPLETE |
5307 | 2025-02-23T13:29:27.258Z | [ recovery-image] Feb 23 13:29:25.650 INFO O| Feb 23 13:29:25.650 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2025-02-23T13:29:27.295Z | [ recovery-image] Feb 23 13:29:25.688 INFO O| Feb 23 13:29:25.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5309 | 2025-02-23T13:29:27.295Z | [ recovery-image] Feb 23 13:29:25.688 INFO O| Feb 23 13:29:25.688 INFO STEP 238 (remove_files) COMPLETE |
5310 | 2025-02-23T13:29:27.298Z | [ recovery-image] Feb 23 13:29:25.688 INFO O| Feb 23 13:29:25.688 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2025-02-23T13:29:27.322Z | [ recovery-image] Feb 23 13:29:25.715 INFO O| Feb 23 13:29:25.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5312 | 2025-02-23T13:29:27.322Z | [ recovery-image] Feb 23 13:29:25.715 INFO O| Feb 23 13:29:25.715 INFO STEP 239 (remove_files) COMPLETE |
5313 | 2025-02-23T13:29:27.326Z | [ recovery-image] Feb 23 13:29:25.715 INFO O| Feb 23 13:29:25.715 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2025-02-23T13:29:27.362Z | [ recovery-image] Feb 23 13:29:25.755 INFO O| Feb 23 13:29:25.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5315 | 2025-02-23T13:29:27.362Z | [ recovery-image] Feb 23 13:29:25.755 INFO O| Feb 23 13:29:25.755 INFO STEP 240 (remove_files) COMPLETE |
5316 | 2025-02-23T13:29:27.363Z | [ recovery-image] Feb 23 13:29:25.755 INFO O| Feb 23 13:29:25.755 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2025-02-23T13:29:27.388Z | [ recovery-image] Feb 23 13:29:25.781 INFO O| Feb 23 13:29:25.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5318 | 2025-02-23T13:29:27.388Z | [ recovery-image] Feb 23 13:29:25.781 INFO O| Feb 23 13:29:25.781 INFO STEP 241 (remove_files) COMPLETE |
5319 | 2025-02-23T13:29:27.393Z | [ recovery-image] Feb 23 13:29:25.782 INFO O| Feb 23 13:29:25.782 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2025-02-23T13:29:27.424Z | [ recovery-image] Feb 23 13:29:25.818 INFO O| Feb 23 13:29:25.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5321 | 2025-02-23T13:29:27.424Z | [ recovery-image] Feb 23 13:29:25.818 INFO O| Feb 23 13:29:25.818 INFO STEP 242 (remove_files) COMPLETE |
5322 | 2025-02-23T13:29:27.424Z | [ recovery-image] Feb 23 13:29:25.818 INFO O| Feb 23 13:29:25.818 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2025-02-23T13:29:27.452Z | [ recovery-image] Feb 23 13:29:25.846 INFO O| Feb 23 13:29:25.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5324 | 2025-02-23T13:29:27.452Z | [ recovery-image] Feb 23 13:29:25.846 INFO O| Feb 23 13:29:25.846 INFO STEP 243 (remove_files) COMPLETE |
5325 | 2025-02-23T13:29:27.453Z | [ recovery-image] Feb 23 13:29:25.846 INFO O| Feb 23 13:29:25.846 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2025-02-23T13:29:27.494Z | [ recovery-image] Feb 23 13:29:25.887 INFO O| Feb 23 13:29:25.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5327 | 2025-02-23T13:29:27.494Z | [ recovery-image] Feb 23 13:29:25.887 INFO O| Feb 23 13:29:25.887 INFO STEP 244 (remove_files) COMPLETE |
5328 | 2025-02-23T13:29:27.494Z | [ recovery-image] Feb 23 13:29:25.887 INFO O| Feb 23 13:29:25.887 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2025-02-23T13:29:27.519Z | [ recovery-image] Feb 23 13:29:25.913 INFO O| Feb 23 13:29:25.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5330 | 2025-02-23T13:29:27.519Z | [ recovery-image] Feb 23 13:29:25.913 INFO O| Feb 23 13:29:25.913 INFO STEP 245 (remove_files) COMPLETE |
5331 | 2025-02-23T13:29:27.520Z | [ recovery-image] Feb 23 13:29:25.913 INFO O| Feb 23 13:29:25.913 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2025-02-23T13:29:27.543Z | [ recovery-image] Feb 23 13:29:25.937 INFO O| Feb 23 13:29:25.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5333 | 2025-02-23T13:29:27.543Z | [ recovery-image] Feb 23 13:29:25.937 INFO O| Feb 23 13:29:25.937 INFO STEP 246 (remove_files) COMPLETE |
5334 | 2025-02-23T13:29:27.543Z | [ recovery-image] Feb 23 13:29:25.937 INFO O| Feb 23 13:29:25.937 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2025-02-23T13:29:27.567Z | [ recovery-image] Feb 23 13:29:25.960 INFO O| Feb 23 13:29:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5336 | 2025-02-23T13:29:27.570Z | [ recovery-image] Feb 23 13:29:25.960 INFO O| Feb 23 13:29:25.960 INFO STEP 247 (remove_files) COMPLETE |
5337 | 2025-02-23T13:29:27.570Z | [ recovery-image] Feb 23 13:29:25.961 INFO O| Feb 23 13:29:25.961 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2025-02-23T13:29:27.591Z | [ recovery-image] Feb 23 13:29:25.984 INFO O| Feb 23 13:29:25.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5339 | 2025-02-23T13:29:27.594Z | [ recovery-image] Feb 23 13:29:25.985 INFO O| Feb 23 13:29:25.985 INFO STEP 248 (remove_files) COMPLETE |
5340 | 2025-02-23T13:29:27.594Z | [ recovery-image] Feb 23 13:29:25.985 INFO O| Feb 23 13:29:25.985 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2025-02-23T13:29:27.618Z | [ recovery-image] Feb 23 13:29:26.010 INFO O| Feb 23 13:29:26.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5342 | 2025-02-23T13:29:27.622Z | [ recovery-image] Feb 23 13:29:26.010 INFO O| Feb 23 13:29:26.010 INFO STEP 249 (remove_files) COMPLETE |
5343 | 2025-02-23T13:29:27.622Z | [ recovery-image] Feb 23 13:29:26.010 INFO O| Feb 23 13:29:26.010 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2025-02-23T13:29:27.641Z | [ recovery-image] Feb 23 13:29:26.034 INFO O| Feb 23 13:29:26.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5345 | 2025-02-23T13:29:27.645Z | [ recovery-image] Feb 23 13:29:26.034 INFO O| Feb 23 13:29:26.034 INFO STEP 250 (remove_files) COMPLETE |
5346 | 2025-02-23T13:29:27.645Z | [ recovery-image] Feb 23 13:29:26.034 INFO O| Feb 23 13:29:26.034 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2025-02-23T13:29:27.675Z | [ recovery-image] Feb 23 13:29:26.068 INFO O| Feb 23 13:29:26.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5348 | 2025-02-23T13:29:27.675Z | [ recovery-image] Feb 23 13:29:26.068 INFO O| Feb 23 13:29:26.068 INFO STEP 251 (remove_files) COMPLETE |
5349 | 2025-02-23T13:29:27.678Z | [ recovery-image] Feb 23 13:29:26.068 INFO O| Feb 23 13:29:26.068 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2025-02-23T13:29:27.696Z | [ recovery-image] Feb 23 13:29:26.090 INFO O| Feb 23 13:29:26.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5351 | 2025-02-23T13:29:27.700Z | [ recovery-image] Feb 23 13:29:26.090 INFO O| Feb 23 13:29:26.090 INFO STEP 252 (remove_files) COMPLETE |
5352 | 2025-02-23T13:29:27.700Z | [ recovery-image] Feb 23 13:29:26.090 INFO O| Feb 23 13:29:26.090 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2025-02-23T13:29:27.732Z | [ recovery-image] Feb 23 13:29:26.122 INFO O| Feb 23 13:29:26.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5354 | 2025-02-23T13:29:27.732Z | [ recovery-image] Feb 23 13:29:26.122 INFO O| Feb 23 13:29:26.122 INFO STEP 253 (remove_files) COMPLETE |
5355 | 2025-02-23T13:29:27.737Z | [ recovery-image] Feb 23 13:29:26.122 INFO O| Feb 23 13:29:26.122 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2025-02-23T13:29:27.765Z | [ recovery-image] Feb 23 13:29:26.158 INFO O| Feb 23 13:29:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5357 | 2025-02-23T13:29:27.765Z | [ recovery-image] Feb 23 13:29:26.158 INFO O| Feb 23 13:29:26.158 INFO STEP 254 (remove_files) COMPLETE |
5358 | 2025-02-23T13:29:27.765Z | [ recovery-image] Feb 23 13:29:26.158 INFO O| Feb 23 13:29:26.158 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2025-02-23T13:29:27.798Z | [ recovery-image] Feb 23 13:29:26.191 INFO O| Feb 23 13:29:26.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5360 | 2025-02-23T13:29:27.799Z | [ recovery-image] Feb 23 13:29:26.191 INFO O| Feb 23 13:29:26.191 INFO STEP 255 (remove_files) COMPLETE |
5361 | 2025-02-23T13:29:27.799Z | [ recovery-image] Feb 23 13:29:26.191 INFO O| Feb 23 13:29:26.191 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2025-02-23T13:29:27.841Z | [ recovery-image] Feb 23 13:29:26.235 INFO O| Feb 23 13:29:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5363 | 2025-02-23T13:29:27.841Z | [ recovery-image] Feb 23 13:29:26.235 INFO O| Feb 23 13:29:26.235 INFO STEP 256 (remove_files) COMPLETE |
5364 | 2025-02-23T13:29:27.841Z | [ recovery-image] Feb 23 13:29:26.235 INFO O| Feb 23 13:29:26.235 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2025-02-23T13:29:27.865Z | [ recovery-image] Feb 23 13:29:26.258 INFO O| Feb 23 13:29:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5366 | 2025-02-23T13:29:27.865Z | [ recovery-image] Feb 23 13:29:26.258 INFO O| Feb 23 13:29:26.258 INFO STEP 257 (remove_files) COMPLETE |
5367 | 2025-02-23T13:29:27.865Z | [ recovery-image] Feb 23 13:29:26.258 INFO O| Feb 23 13:29:26.258 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2025-02-23T13:29:27.887Z | [ recovery-image] Feb 23 13:29:26.281 INFO O| Feb 23 13:29:26.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5369 | 2025-02-23T13:29:27.887Z | [ recovery-image] Feb 23 13:29:26.281 INFO O| Feb 23 13:29:26.281 INFO STEP 258 (remove_files) COMPLETE |
5370 | 2025-02-23T13:29:27.890Z | [ recovery-image] Feb 23 13:29:26.281 INFO O| Feb 23 13:29:26.281 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2025-02-23T13:29:27.912Z | [ recovery-image] Feb 23 13:29:26.305 INFO O| Feb 23 13:29:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5372 | 2025-02-23T13:29:27.912Z | [ recovery-image] Feb 23 13:29:26.305 INFO O| Feb 23 13:29:26.305 INFO STEP 259 (remove_files) COMPLETE |
5373 | 2025-02-23T13:29:27.915Z | [ recovery-image] Feb 23 13:29:26.305 INFO O| Feb 23 13:29:26.305 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2025-02-23T13:29:27.935Z | [ recovery-image] Feb 23 13:29:26.329 INFO O| Feb 23 13:29:26.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5375 | 2025-02-23T13:29:27.935Z | [ recovery-image] Feb 23 13:29:26.329 INFO O| Feb 23 13:29:26.329 INFO STEP 260 (remove_files) COMPLETE |
5376 | 2025-02-23T13:29:27.939Z | [ recovery-image] Feb 23 13:29:26.329 INFO O| Feb 23 13:29:26.329 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2025-02-23T13:29:27.977Z | [ recovery-image] Feb 23 13:29:26.367 INFO O| Feb 23 13:29:26.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5378 | 2025-02-23T13:29:27.977Z | [ recovery-image] Feb 23 13:29:26.367 INFO O| Feb 23 13:29:26.367 INFO STEP 261 (remove_files) COMPLETE |
5379 | 2025-02-23T13:29:27.980Z | [ recovery-image] Feb 23 13:29:26.367 INFO O| Feb 23 13:29:26.367 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2025-02-23T13:29:27.984Z | [ host-image] Feb 23 13:29:26.375 INFO O| Feb 23 13:29:26.375 INFO O| Planning: Solver setup ... Done |
5381 | 2025-02-23T13:29:27.989Z | [ host-image] Feb 23 13:29:26.381 INFO O| Feb 23 13:29:26.381 INFO O| Planning: Running solver ... Done |
5382 | 2025-02-23T13:29:28.034Z | [ recovery-image] Feb 23 13:29:26.426 INFO O| Feb 23 13:29:26.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5383 | 2025-02-23T13:29:28.034Z | [ recovery-image] Feb 23 13:29:26.426 INFO O| Feb 23 13:29:26.426 INFO STEP 262 (remove_files) COMPLETE |
5384 | 2025-02-23T13:29:28.071Z | [ recovery-image] Feb 23 13:29:26.427 INFO O| Feb 23 13:29:26.426 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2025-02-23T13:29:28.086Z | [ recovery-image] Feb 23 13:29:26.466 INFO O| Feb 23 13:29:26.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5386 | 2025-02-23T13:29:28.086Z | [ recovery-image] Feb 23 13:29:26.466 INFO O| Feb 23 13:29:26.466 INFO STEP 263 (remove_files) COMPLETE |
5387 | 2025-02-23T13:29:28.086Z | [ recovery-image] Feb 23 13:29:26.466 INFO O| Feb 23 13:29:26.466 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2025-02-23T13:29:28.097Z | [ recovery-image] Feb 23 13:29:26.489 INFO O| Feb 23 13:29:26.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5389 | 2025-02-23T13:29:28.097Z | [ recovery-image] Feb 23 13:29:26.489 INFO O| Feb 23 13:29:26.489 INFO STEP 264 (remove_files) COMPLETE |
5390 | 2025-02-23T13:29:28.097Z | [ recovery-image] Feb 23 13:29:26.490 INFO O| Feb 23 13:29:26.489 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2025-02-23T13:29:28.111Z | [ host-image] Feb 23 13:29:26.504 INFO O| Feb 23 13:29:26.504 INFO O| Planning: Finding local manifests ... Done |
5392 | 2025-02-23T13:29:28.114Z | [ host-image] Feb 23 13:29:26.507 INFO O| Feb 23 13:29:26.507 INFO O| Planning: Fetching manifests: 0/5 0% complete |
5393 | 2025-02-23T13:29:28.138Z | [ recovery-image] Feb 23 13:29:26.531 INFO O| Feb 23 13:29:26.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5394 | 2025-02-23T13:29:28.139Z | [ recovery-image] Feb 23 13:29:26.531 INFO O| Feb 23 13:29:26.531 INFO STEP 265 (remove_files) COMPLETE |
5395 | 2025-02-23T13:29:28.139Z | [ recovery-image] Feb 23 13:29:26.531 INFO O| Feb 23 13:29:26.531 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2025-02-23T13:29:28.213Z | [ recovery-image] Feb 23 13:29:26.606 INFO O| Feb 23 13:29:26.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5397 | 2025-02-23T13:29:28.216Z | [ recovery-image] Feb 23 13:29:26.606 INFO O| Feb 23 13:29:26.606 INFO STEP 266 (remove_files) COMPLETE |
5398 | 2025-02-23T13:29:28.216Z | [ recovery-image] Feb 23 13:29:26.606 INFO O| Feb 23 13:29:26.606 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2025-02-23T13:29:28.260Z | [ recovery-image] Feb 23 13:29:26.640 INFO O| Feb 23 13:29:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5400 | 2025-02-23T13:29:28.277Z | [ recovery-image] Feb 23 13:29:26.641 INFO O| Feb 23 13:29:26.641 INFO STEP 267 (remove_files) COMPLETE |
5401 | 2025-02-23T13:29:28.277Z | [ recovery-image] Feb 23 13:29:26.641 INFO O| Feb 23 13:29:26.641 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2025-02-23T13:29:28.299Z | [ recovery-image] Feb 23 13:29:26.667 INFO O| Feb 23 13:29:26.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5403 | 2025-02-23T13:29:28.299Z | [ recovery-image] Feb 23 13:29:26.668 INFO O| Feb 23 13:29:26.668 INFO STEP 268 (remove_files) COMPLETE |
5404 | 2025-02-23T13:29:28.299Z | [ recovery-image] Feb 23 13:29:26.668 INFO O| Feb 23 13:29:26.668 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2025-02-23T13:29:28.307Z | [ recovery-image] Feb 23 13:29:26.691 INFO O| Feb 23 13:29:26.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5406 | 2025-02-23T13:29:28.307Z | [ recovery-image] Feb 23 13:29:26.692 INFO O| Feb 23 13:29:26.692 INFO STEP 269 (remove_files) COMPLETE |
5407 | 2025-02-23T13:29:28.307Z | [ recovery-image] Feb 23 13:29:26.692 INFO O| Feb 23 13:29:26.692 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2025-02-23T13:29:28.325Z | [ recovery-image] Feb 23 13:29:26.718 INFO O| Feb 23 13:29:26.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5409 | 2025-02-23T13:29:28.329Z | [ recovery-image] Feb 23 13:29:26.718 INFO O| Feb 23 13:29:26.718 INFO STEP 270 (remove_files) COMPLETE |
5410 | 2025-02-23T13:29:28.329Z | [ recovery-image] Feb 23 13:29:26.718 INFO O| Feb 23 13:29:26.718 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2025-02-23T13:29:28.362Z | [ recovery-image] Feb 23 13:29:26.755 INFO O| Feb 23 13:29:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5412 | 2025-02-23T13:29:28.362Z | [ recovery-image] Feb 23 13:29:26.755 INFO O| Feb 23 13:29:26.755 INFO STEP 271 (remove_files) COMPLETE |
5413 | 2025-02-23T13:29:28.362Z | [ recovery-image] Feb 23 13:29:26.755 INFO O| Feb 23 13:29:26.755 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2025-02-23T13:29:28.398Z | [ recovery-image] Feb 23 13:29:26.789 INFO O| Feb 23 13:29:26.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5415 | 2025-02-23T13:29:28.398Z | [ recovery-image] Feb 23 13:29:26.789 INFO O| Feb 23 13:29:26.789 INFO STEP 272 (remove_files) COMPLETE |
5416 | 2025-02-23T13:29:28.398Z | [ recovery-image] Feb 23 13:29:26.789 INFO O| Feb 23 13:29:26.789 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2025-02-23T13:29:28.429Z | [ recovery-image] Feb 23 13:29:26.817 INFO O| Feb 23 13:29:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5418 | 2025-02-23T13:29:28.429Z | [ recovery-image] Feb 23 13:29:26.817 INFO O| Feb 23 13:29:26.817 INFO STEP 273 (remove_files) COMPLETE |
5419 | 2025-02-23T13:29:28.429Z | [ recovery-image] Feb 23 13:29:26.817 INFO O| Feb 23 13:29:26.817 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2025-02-23T13:29:28.435Z | [ host-image] Feb 23 13:29:26.829 INFO O| Feb 23 13:29:26.829 INFO O| Planning: Fetching manifests: 5/5 100% complete |
5421 | 2025-02-23T13:29:28.451Z | [ recovery-image] Feb 23 13:29:26.844 INFO O| Feb 23 13:29:26.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5422 | 2025-02-23T13:29:28.455Z | [ recovery-image] Feb 23 13:29:26.844 INFO O| Feb 23 13:29:26.844 INFO STEP 274 (remove_files) COMPLETE |
5423 | 2025-02-23T13:29:28.455Z | [ recovery-image] Feb 23 13:29:26.844 INFO O| Feb 23 13:29:26.844 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2025-02-23T13:29:28.489Z | [ host-image] Feb 23 13:29:26.882 INFO O| Feb 23 13:29:26.882 INFO O| Planning: Package planning ... Done |
5425 | 2025-02-23T13:29:28.516Z | [ host-image] Feb 23 13:29:26.909 INFO O| Feb 23 13:29:26.909 INFO O| Planning: Merging actions ... Done |
5426 | 2025-02-23T13:29:28.520Z | [ recovery-image] Feb 23 13:29:26.913 INFO O| Feb 23 13:29:26.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5427 | 2025-02-23T13:29:28.522Z | [ recovery-image] Feb 23 13:29:26.913 INFO O| Feb 23 13:29:26.913 INFO STEP 275 (remove_files) COMPLETE |
5428 | 2025-02-23T13:29:28.522Z | [ recovery-image] Feb 23 13:29:26.913 INFO O| Feb 23 13:29:26.913 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2025-02-23T13:29:28.577Z | [ recovery-image] Feb 23 13:29:26.970 INFO O| Feb 23 13:29:26.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5430 | 2025-02-23T13:29:28.577Z | [ recovery-image] Feb 23 13:29:26.970 INFO O| Feb 23 13:29:26.970 INFO STEP 276 (remove_files) COMPLETE |
5431 | 2025-02-23T13:29:28.580Z | [ recovery-image] Feb 23 13:29:26.970 INFO O| Feb 23 13:29:26.970 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2025-02-23T13:29:28.616Z | [ recovery-image] Feb 23 13:29:27.009 INFO O| Feb 23 13:29:27.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5433 | 2025-02-23T13:29:28.619Z | [ recovery-image] Feb 23 13:29:27.009 INFO O| Feb 23 13:29:27.009 INFO STEP 277 (remove_files) COMPLETE |
5434 | 2025-02-23T13:29:28.619Z | [ recovery-image] Feb 23 13:29:27.009 INFO O| Feb 23 13:29:27.009 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2025-02-23T13:29:28.651Z | [ recovery-image] Feb 23 13:29:27.044 INFO O| Feb 23 13:29:27.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5436 | 2025-02-23T13:29:28.654Z | [ recovery-image] Feb 23 13:29:27.045 INFO O| Feb 23 13:29:27.045 INFO STEP 278 (remove_files) COMPLETE |
5437 | 2025-02-23T13:29:28.654Z | [ recovery-image] Feb 23 13:29:27.045 INFO O| Feb 23 13:29:27.045 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2025-02-23T13:29:28.677Z | [ recovery-image] Feb 23 13:29:27.070 INFO O| Feb 23 13:29:27.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5439 | 2025-02-23T13:29:28.677Z | [ recovery-image] Feb 23 13:29:27.070 INFO O| Feb 23 13:29:27.070 INFO STEP 279 (remove_files) COMPLETE |
5440 | 2025-02-23T13:29:28.677Z | [ recovery-image] Feb 23 13:29:27.070 INFO O| Feb 23 13:29:27.070 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2025-02-23T13:29:28.719Z | [ recovery-image] Feb 23 13:29:27.112 INFO O| Feb 23 13:29:27.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5442 | 2025-02-23T13:29:28.719Z | [ recovery-image] Feb 23 13:29:27.112 INFO O| Feb 23 13:29:27.112 INFO STEP 280 (remove_files) COMPLETE |
5443 | 2025-02-23T13:29:28.724Z | [ recovery-image] Feb 23 13:29:27.112 INFO O| Feb 23 13:29:27.112 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2025-02-23T13:29:28.737Z | [ host-image] Feb 23 13:29:27.130 INFO O| Feb 23 13:29:27.130 INFO O| Planning: Checking for conflicting actions ... Done |
5445 | 2025-02-23T13:29:28.740Z | [ host-image] Feb 23 13:29:27.133 INFO O| Feb 23 13:29:27.132 INFO O| Planning: Consolidating action changes ... Done |
5446 | 2025-02-23T13:29:28.758Z | [ recovery-image] Feb 23 13:29:27.151 INFO O| Feb 23 13:29:27.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5447 | 2025-02-23T13:29:28.761Z | [ recovery-image] Feb 23 13:29:27.152 INFO O| Feb 23 13:29:27.152 INFO STEP 281 (remove_files) COMPLETE |
5448 | 2025-02-23T13:29:28.761Z | [ recovery-image] Feb 23 13:29:27.152 INFO O| Feb 23 13:29:27.152 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2025-02-23T13:29:28.784Z | [ recovery-image] Feb 23 13:29:27.176 INFO O| Feb 23 13:29:27.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5450 | 2025-02-23T13:29:28.784Z | [ recovery-image] Feb 23 13:29:27.176 INFO O| Feb 23 13:29:27.176 INFO STEP 282 (remove_files) COMPLETE |
5451 | 2025-02-23T13:29:28.787Z | [ recovery-image] Feb 23 13:29:27.176 INFO O| Feb 23 13:29:27.176 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2025-02-23T13:29:28.822Z | [ recovery-image] Feb 23 13:29:27.215 INFO O| Feb 23 13:29:27.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5453 | 2025-02-23T13:29:28.822Z | [ recovery-image] Feb 23 13:29:27.215 INFO O| Feb 23 13:29:27.215 INFO STEP 283 (remove_files) COMPLETE |
5454 | 2025-02-23T13:29:28.822Z | [ recovery-image] Feb 23 13:29:27.215 INFO O| Feb 23 13:29:27.215 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2025-02-23T13:29:28.860Z | [ recovery-image] Feb 23 13:29:27.251 INFO O| Feb 23 13:29:27.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5456 | 2025-02-23T13:29:28.860Z | [ recovery-image] Feb 23 13:29:27.251 INFO O| Feb 23 13:29:27.251 INFO STEP 284 (remove_files) COMPLETE |
5457 | 2025-02-23T13:29:28.860Z | [ recovery-image] Feb 23 13:29:27.251 INFO O| Feb 23 13:29:27.251 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2025-02-23T13:29:28.893Z | [ recovery-image] Feb 23 13:29:27.286 INFO O| Feb 23 13:29:27.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5459 | 2025-02-23T13:29:28.893Z | [ recovery-image] Feb 23 13:29:27.286 INFO O| Feb 23 13:29:27.286 INFO STEP 285 (remove_files) COMPLETE |
5460 | 2025-02-23T13:29:28.893Z | [ recovery-image] Feb 23 13:29:27.286 INFO O| Feb 23 13:29:27.286 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2025-02-23T13:29:28.974Z | [ recovery-image] Feb 23 13:29:27.367 INFO O| Feb 23 13:29:27.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5462 | 2025-02-23T13:29:28.974Z | [ recovery-image] Feb 23 13:29:27.367 INFO O| Feb 23 13:29:27.367 INFO STEP 286 (remove_files) COMPLETE |
5463 | 2025-02-23T13:29:28.974Z | [ recovery-image] Feb 23 13:29:27.367 INFO O| Feb 23 13:29:27.367 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2025-02-23T13:29:29.012Z | [ recovery-image] Feb 23 13:29:27.405 INFO O| Feb 23 13:29:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5465 | 2025-02-23T13:29:29.017Z | [ recovery-image] Feb 23 13:29:27.405 INFO O| Feb 23 13:29:27.405 INFO STEP 287 (remove_files) COMPLETE |
5466 | 2025-02-23T13:29:29.017Z | [ recovery-image] Feb 23 13:29:27.405 INFO O| Feb 23 13:29:27.405 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2025-02-23T13:29:29.039Z | [ recovery-image] Feb 23 13:29:27.432 INFO O| Feb 23 13:29:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5468 | 2025-02-23T13:29:29.042Z | [ recovery-image] Feb 23 13:29:27.432 INFO O| Feb 23 13:29:27.432 INFO STEP 288 (remove_files) COMPLETE |
5469 | 2025-02-23T13:29:29.042Z | [ recovery-image] Feb 23 13:29:27.433 INFO O| Feb 23 13:29:27.433 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2025-02-23T13:29:29.082Z | [ recovery-image] Feb 23 13:29:27.475 INFO O| Feb 23 13:29:27.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5471 | 2025-02-23T13:29:29.082Z | [ recovery-image] Feb 23 13:29:27.475 INFO O| Feb 23 13:29:27.475 INFO STEP 289 (remove_files) COMPLETE |
5472 | 2025-02-23T13:29:29.082Z | [ recovery-image] Feb 23 13:29:27.475 INFO O| Feb 23 13:29:27.475 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2025-02-23T13:29:29.144Z | [ recovery-image] Feb 23 13:29:27.536 INFO O| Feb 23 13:29:27.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5474 | 2025-02-23T13:29:29.144Z | [ recovery-image] Feb 23 13:29:27.537 INFO O| Feb 23 13:29:27.537 INFO STEP 290 (remove_files) COMPLETE |
5475 | 2025-02-23T13:29:29.144Z | [ recovery-image] Feb 23 13:29:27.537 INFO O| Feb 23 13:29:27.537 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2025-02-23T13:29:29.171Z | [ recovery-image] Feb 23 13:29:27.564 INFO O| Feb 23 13:29:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5477 | 2025-02-23T13:29:29.174Z | [ recovery-image] Feb 23 13:29:27.564 INFO O| Feb 23 13:29:27.564 INFO STEP 291 (remove_files) COMPLETE |
5478 | 2025-02-23T13:29:29.174Z | [ recovery-image] Feb 23 13:29:27.564 INFO O| Feb 23 13:29:27.564 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2025-02-23T13:29:29.198Z | [ recovery-image] Feb 23 13:29:27.591 INFO O| Feb 23 13:29:27.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5480 | 2025-02-23T13:29:29.198Z | [ recovery-image] Feb 23 13:29:27.591 INFO O| Feb 23 13:29:27.591 INFO STEP 292 (remove_files) COMPLETE |
5481 | 2025-02-23T13:29:29.201Z | [ recovery-image] Feb 23 13:29:27.591 INFO O| Feb 23 13:29:27.591 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2025-02-23T13:29:29.225Z | [ recovery-image] Feb 23 13:29:27.618 INFO O| Feb 23 13:29:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5483 | 2025-02-23T13:29:29.228Z | [ recovery-image] Feb 23 13:29:27.618 INFO O| Feb 23 13:29:27.618 INFO STEP 293 (remove_files) COMPLETE |
5484 | 2025-02-23T13:29:29.228Z | [ recovery-image] Feb 23 13:29:27.619 INFO O| Feb 23 13:29:27.618 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2025-02-23T13:29:29.252Z | [ recovery-image] Feb 23 13:29:27.645 INFO O| Feb 23 13:29:27.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5486 | 2025-02-23T13:29:29.252Z | [ recovery-image] Feb 23 13:29:27.645 INFO O| Feb 23 13:29:27.645 INFO STEP 294 (remove_files) COMPLETE |
5487 | 2025-02-23T13:29:29.252Z | [ recovery-image] Feb 23 13:29:27.645 INFO O| Feb 23 13:29:27.645 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2025-02-23T13:29:29.254Z | [ host-image] Feb 23 13:29:27.647 INFO O| Feb 23 13:29:27.647 INFO O| Planning: Evaluating mediators ... Done |
5489 | 2025-02-23T13:29:29.257Z | [ host-image] Feb 23 13:29:27.650 INFO O| Feb 23 13:29:27.650 INFO O| Planning: Planning completed in 7.52 seconds |
5490 | 2025-02-23T13:29:29.262Z | [ host-image] Feb 23 13:29:27.652 INFO O| Feb 23 13:29:27.652 INFO O| Packages to install: 5 |
5491 | 2025-02-23T13:29:29.262Z | [ host-image] Feb 23 13:29:27.652 INFO O| Feb 23 13:29:27.652 INFO O| Services to change: 2 |
5492 | 2025-02-23T13:29:29.280Z | [ host-image] Feb 23 13:29:27.673 INFO O| Feb 23 13:29:27.673 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete |
5493 | 2025-02-23T13:29:29.303Z | [ recovery-image] Feb 23 13:29:27.696 INFO O| Feb 23 13:29:27.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5494 | 2025-02-23T13:29:29.307Z | [ recovery-image] Feb 23 13:29:27.696 INFO O| Feb 23 13:29:27.696 INFO STEP 295 (remove_files) COMPLETE |
5495 | 2025-02-23T13:29:29.307Z | [ recovery-image] Feb 23 13:29:27.696 INFO O| Feb 23 13:29:27.696 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2025-02-23T13:29:29.366Z | [ recovery-image] Feb 23 13:29:27.758 INFO O| Feb 23 13:29:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5497 | 2025-02-23T13:29:29.369Z | [ recovery-image] Feb 23 13:29:27.758 INFO O| Feb 23 13:29:27.758 INFO STEP 296 (remove_files) COMPLETE |
5498 | 2025-02-23T13:29:29.369Z | [ recovery-image] Feb 23 13:29:27.758 INFO O| Feb 23 13:29:27.758 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2025-02-23T13:29:29.398Z | [ recovery-image] Feb 23 13:29:27.791 INFO O| Feb 23 13:29:27.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5500 | 2025-02-23T13:29:29.398Z | [ recovery-image] Feb 23 13:29:27.791 INFO O| Feb 23 13:29:27.791 INFO STEP 297 (remove_files) COMPLETE |
5501 | 2025-02-23T13:29:29.398Z | [ recovery-image] Feb 23 13:29:27.791 INFO O| Feb 23 13:29:27.791 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2025-02-23T13:29:29.441Z | [ recovery-image] Feb 23 13:29:27.834 INFO O| Feb 23 13:29:27.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5503 | 2025-02-23T13:29:29.441Z | [ recovery-image] Feb 23 13:29:27.834 INFO O| Feb 23 13:29:27.834 INFO STEP 298 (remove_files) COMPLETE |
5504 | 2025-02-23T13:29:29.441Z | [ recovery-image] Feb 23 13:29:27.834 INFO O| Feb 23 13:29:27.834 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2025-02-23T13:29:29.517Z | [ recovery-image] Feb 23 13:29:27.910 INFO O| Feb 23 13:29:27.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5506 | 2025-02-23T13:29:29.519Z | [ recovery-image] Feb 23 13:29:27.910 INFO O| Feb 23 13:29:27.910 INFO STEP 299 (remove_files) COMPLETE |
5507 | 2025-02-23T13:29:29.519Z | [ recovery-image] Feb 23 13:29:27.910 INFO O| Feb 23 13:29:27.910 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2025-02-23T13:29:29.544Z | [ recovery-image] Feb 23 13:29:27.936 INFO O| Feb 23 13:29:27.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5509 | 2025-02-23T13:29:29.547Z | [ recovery-image] Feb 23 13:29:27.937 INFO O| Feb 23 13:29:27.937 INFO STEP 300 (remove_files) COMPLETE |
5510 | 2025-02-23T13:29:29.547Z | [ recovery-image] Feb 23 13:29:27.937 INFO O| Feb 23 13:29:27.937 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2025-02-23T13:29:29.570Z | [ recovery-image] Feb 23 13:29:27.962 INFO O| Feb 23 13:29:27.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5512 | 2025-02-23T13:29:29.573Z | [ recovery-image] Feb 23 13:29:27.962 INFO O| Feb 23 13:29:27.962 INFO STEP 301 (remove_files) COMPLETE |
5513 | 2025-02-23T13:29:29.573Z | [ recovery-image] Feb 23 13:29:27.962 INFO O| Feb 23 13:29:27.962 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2025-02-23T13:29:29.592Z | [ recovery-image] Feb 23 13:29:27.985 INFO O| Feb 23 13:29:27.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5515 | 2025-02-23T13:29:29.594Z | [ recovery-image] Feb 23 13:29:27.985 INFO O| Feb 23 13:29:27.985 INFO STEP 302 (remove_files) COMPLETE |
5516 | 2025-02-23T13:29:29.595Z | [ recovery-image] Feb 23 13:29:27.986 INFO O| Feb 23 13:29:27.986 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2025-02-23T13:29:29.652Z | [ recovery-image] Feb 23 13:29:28.045 INFO O| Feb 23 13:29:28.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5518 | 2025-02-23T13:29:29.652Z | [ recovery-image] Feb 23 13:29:28.045 INFO O| Feb 23 13:29:28.045 INFO STEP 303 (remove_files) COMPLETE |
5519 | 2025-02-23T13:29:29.652Z | [ recovery-image] Feb 23 13:29:28.045 INFO O| Feb 23 13:29:28.045 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2025-02-23T13:29:29.680Z | [ recovery-image] Feb 23 13:29:28.071 INFO O| Feb 23 13:29:28.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5521 | 2025-02-23T13:29:29.681Z | [ recovery-image] Feb 23 13:29:28.072 INFO O| Feb 23 13:29:28.072 INFO STEP 304 (remove_files) COMPLETE |
5522 | 2025-02-23T13:29:29.684Z | [ recovery-image] Feb 23 13:29:28.072 INFO O| Feb 23 13:29:28.072 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2025-02-23T13:29:29.704Z | [ recovery-image] Feb 23 13:29:28.096 INFO O| Feb 23 13:29:28.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5524 | 2025-02-23T13:29:29.704Z | [ recovery-image] Feb 23 13:29:28.097 INFO O| Feb 23 13:29:28.096 INFO STEP 305 (remove_files) COMPLETE |
5525 | 2025-02-23T13:29:29.704Z | [ recovery-image] Feb 23 13:29:28.097 INFO O| Feb 23 13:29:28.097 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2025-02-23T13:29:29.730Z | [ recovery-image] Feb 23 13:29:28.123 INFO O| Feb 23 13:29:28.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5527 | 2025-02-23T13:29:29.730Z | [ recovery-image] Feb 23 13:29:28.124 INFO O| Feb 23 13:29:28.124 INFO STEP 306 (remove_files) COMPLETE |
5528 | 2025-02-23T13:29:29.734Z | [ recovery-image] Feb 23 13:29:28.124 INFO O| Feb 23 13:29:28.124 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2025-02-23T13:29:29.761Z | [ recovery-image] Feb 23 13:29:28.148 INFO O| Feb 23 13:29:28.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5530 | 2025-02-23T13:29:29.762Z | [ recovery-image] Feb 23 13:29:28.148 INFO O| Feb 23 13:29:28.148 INFO STEP 307 (remove_files) COMPLETE |
5531 | 2025-02-23T13:29:29.767Z | [ recovery-image] Feb 23 13:29:28.149 INFO O| Feb 23 13:29:28.148 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2025-02-23T13:29:29.789Z | [ recovery-image] Feb 23 13:29:28.173 INFO O| Feb 23 13:29:28.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5533 | 2025-02-23T13:29:29.789Z | [ recovery-image] Feb 23 13:29:28.173 INFO O| Feb 23 13:29:28.173 INFO STEP 308 (remove_files) COMPLETE |
5534 | 2025-02-23T13:29:29.795Z | [ recovery-image] Feb 23 13:29:28.173 INFO O| Feb 23 13:29:28.173 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2025-02-23T13:29:29.826Z | [ recovery-image] Feb 23 13:29:28.218 INFO O| Feb 23 13:29:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5536 | 2025-02-23T13:29:29.826Z | [ recovery-image] Feb 23 13:29:28.219 INFO O| Feb 23 13:29:28.219 INFO STEP 309 (remove_files) COMPLETE |
5537 | 2025-02-23T13:29:29.826Z | [ recovery-image] Feb 23 13:29:28.219 INFO O| Feb 23 13:29:28.219 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2025-02-23T13:29:29.851Z | [ recovery-image] Feb 23 13:29:28.244 INFO O| Feb 23 13:29:28.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5539 | 2025-02-23T13:29:29.851Z | [ recovery-image] Feb 23 13:29:28.244 INFO O| Feb 23 13:29:28.244 INFO STEP 310 (remove_files) COMPLETE |
5540 | 2025-02-23T13:29:29.854Z | [ recovery-image] Feb 23 13:29:28.244 INFO O| Feb 23 13:29:28.244 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2025-02-23T13:29:29.874Z | [ recovery-image] Feb 23 13:29:28.267 INFO O| Feb 23 13:29:28.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5542 | 2025-02-23T13:29:29.874Z | [ recovery-image] Feb 23 13:29:28.267 INFO O| Feb 23 13:29:28.267 INFO STEP 311 (remove_files) COMPLETE |
5543 | 2025-02-23T13:29:29.874Z | [ recovery-image] Feb 23 13:29:28.267 INFO O| Feb 23 13:29:28.267 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2025-02-23T13:29:29.900Z | [ recovery-image] Feb 23 13:29:28.291 INFO O| Feb 23 13:29:28.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5545 | 2025-02-23T13:29:29.900Z | [ recovery-image] Feb 23 13:29:28.291 INFO O| Feb 23 13:29:28.291 INFO STEP 312 (remove_files) COMPLETE |
5546 | 2025-02-23T13:29:29.903Z | [ recovery-image] Feb 23 13:29:28.291 INFO O| Feb 23 13:29:28.291 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2025-02-23T13:29:29.925Z | [ recovery-image] Feb 23 13:29:28.318 INFO O| Feb 23 13:29:28.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5548 | 2025-02-23T13:29:29.925Z | [ recovery-image] Feb 23 13:29:28.318 INFO O| Feb 23 13:29:28.318 INFO STEP 313 (remove_files) COMPLETE |
5549 | 2025-02-23T13:29:29.928Z | [ recovery-image] Feb 23 13:29:28.318 INFO O| Feb 23 13:29:28.318 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2025-02-23T13:29:29.951Z | [ recovery-image] Feb 23 13:29:28.343 INFO O| Feb 23 13:29:28.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5551 | 2025-02-23T13:29:29.951Z | [ recovery-image] Feb 23 13:29:28.343 INFO O| Feb 23 13:29:28.343 INFO STEP 314 (remove_files) COMPLETE |
5552 | 2025-02-23T13:29:29.954Z | [ recovery-image] Feb 23 13:29:28.343 INFO O| Feb 23 13:29:28.343 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2025-02-23T13:29:29.974Z | [ recovery-image] Feb 23 13:29:28.366 INFO O| Feb 23 13:29:28.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5554 | 2025-02-23T13:29:29.974Z | [ recovery-image] Feb 23 13:29:28.366 INFO O| Feb 23 13:29:28.366 INFO STEP 315 (remove_files) COMPLETE |
5555 | 2025-02-23T13:29:29.974Z | [ recovery-image] Feb 23 13:29:28.366 INFO O| Feb 23 13:29:28.366 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2025-02-23T13:29:29.998Z | [ recovery-image] Feb 23 13:29:28.391 INFO O| Feb 23 13:29:28.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5557 | 2025-02-23T13:29:29.998Z | [ recovery-image] Feb 23 13:29:28.391 INFO O| Feb 23 13:29:28.391 INFO STEP 316 (remove_files) COMPLETE |
5558 | 2025-02-23T13:29:30.001Z | [ recovery-image] Feb 23 13:29:28.391 INFO O| Feb 23 13:29:28.391 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2025-02-23T13:29:30.026Z | [ recovery-image] Feb 23 13:29:28.419 INFO O| Feb 23 13:29:28.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5560 | 2025-02-23T13:29:30.026Z | [ recovery-image] Feb 23 13:29:28.419 INFO O| Feb 23 13:29:28.419 INFO STEP 317 (remove_files) COMPLETE |
5561 | 2025-02-23T13:29:30.030Z | [ recovery-image] Feb 23 13:29:28.419 INFO O| Feb 23 13:29:28.419 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2025-02-23T13:29:30.052Z | [ recovery-image] Feb 23 13:29:28.445 INFO O| Feb 23 13:29:28.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5563 | 2025-02-23T13:29:30.052Z | [ recovery-image] Feb 23 13:29:28.445 INFO O| Feb 23 13:29:28.445 INFO STEP 318 (remove_files) COMPLETE |
5564 | 2025-02-23T13:29:30.052Z | [ recovery-image] Feb 23 13:29:28.445 INFO O| Feb 23 13:29:28.445 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2025-02-23T13:29:30.096Z | [ recovery-image] Feb 23 13:29:28.485 INFO O| Feb 23 13:29:28.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5566 | 2025-02-23T13:29:30.096Z | [ recovery-image] Feb 23 13:29:28.485 INFO O| Feb 23 13:29:28.485 INFO STEP 319 (remove_files) COMPLETE |
5567 | 2025-02-23T13:29:30.096Z | [ recovery-image] Feb 23 13:29:28.485 INFO O| Feb 23 13:29:28.485 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2025-02-23T13:29:30.120Z | [ recovery-image] Feb 23 13:29:28.512 INFO O| Feb 23 13:29:28.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5569 | 2025-02-23T13:29:30.120Z | [ recovery-image] Feb 23 13:29:28.512 INFO O| Feb 23 13:29:28.512 INFO STEP 320 (remove_files) COMPLETE |
5570 | 2025-02-23T13:29:30.120Z | [ recovery-image] Feb 23 13:29:28.512 INFO O| Feb 23 13:29:28.512 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2025-02-23T13:29:30.144Z | [ recovery-image] Feb 23 13:29:28.536 INFO O| Feb 23 13:29:28.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5572 | 2025-02-23T13:29:30.144Z | [ recovery-image] Feb 23 13:29:28.536 INFO O| Feb 23 13:29:28.536 INFO STEP 321 (remove_files) COMPLETE |
5573 | 2025-02-23T13:29:30.144Z | [ recovery-image] Feb 23 13:29:28.536 INFO O| Feb 23 13:29:28.536 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2025-02-23T13:29:30.183Z | [ recovery-image] Feb 23 13:29:28.575 INFO O| Feb 23 13:29:28.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5575 | 2025-02-23T13:29:30.183Z | [ recovery-image] Feb 23 13:29:28.575 INFO O| Feb 23 13:29:28.575 INFO STEP 322 (remove_files) COMPLETE |
5576 | 2025-02-23T13:29:30.183Z | [ recovery-image] Feb 23 13:29:28.575 INFO O| Feb 23 13:29:28.575 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2025-02-23T13:29:30.208Z | [ recovery-image] Feb 23 13:29:28.601 INFO O| Feb 23 13:29:28.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5578 | 2025-02-23T13:29:30.208Z | [ recovery-image] Feb 23 13:29:28.601 INFO O| Feb 23 13:29:28.601 INFO STEP 323 (remove_files) COMPLETE |
5579 | 2025-02-23T13:29:30.208Z | [ recovery-image] Feb 23 13:29:28.601 INFO O| Feb 23 13:29:28.601 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2025-02-23T13:29:30.234Z | [ recovery-image] Feb 23 13:29:28.627 INFO O| Feb 23 13:29:28.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5581 | 2025-02-23T13:29:30.234Z | [ recovery-image] Feb 23 13:29:28.627 INFO O| Feb 23 13:29:28.627 INFO STEP 324 (remove_files) COMPLETE |
5582 | 2025-02-23T13:29:30.234Z | [ recovery-image] Feb 23 13:29:28.627 INFO O| Feb 23 13:29:28.627 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2025-02-23T13:29:30.259Z | [ recovery-image] Feb 23 13:29:28.651 INFO O| Feb 23 13:29:28.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5584 | 2025-02-23T13:29:30.259Z | [ recovery-image] Feb 23 13:29:28.651 INFO O| Feb 23 13:29:28.651 INFO STEP 325 (remove_files) COMPLETE |
5585 | 2025-02-23T13:29:30.259Z | [ recovery-image] Feb 23 13:29:28.651 INFO O| Feb 23 13:29:28.651 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2025-02-23T13:29:30.283Z | [ recovery-image] Feb 23 13:29:28.674 INFO O| Feb 23 13:29:28.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5587 | 2025-02-23T13:29:30.283Z | [ recovery-image] Feb 23 13:29:28.674 INFO O| Feb 23 13:29:28.674 INFO STEP 326 (remove_files) COMPLETE |
5588 | 2025-02-23T13:29:30.283Z | [ recovery-image] Feb 23 13:29:28.675 INFO O| Feb 23 13:29:28.674 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2025-02-23T13:29:30.343Z | [ recovery-image] Feb 23 13:29:28.735 INFO O| Feb 23 13:29:28.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5590 | 2025-02-23T13:29:30.343Z | [ recovery-image] Feb 23 13:29:28.736 INFO O| Feb 23 13:29:28.736 INFO STEP 327 (remove_files) COMPLETE |
5591 | 2025-02-23T13:29:30.345Z | [ recovery-image] Feb 23 13:29:28.736 INFO O| Feb 23 13:29:28.736 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2025-02-23T13:29:30.366Z | [ recovery-image] Feb 23 13:29:28.759 INFO O| Feb 23 13:29:28.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5593 | 2025-02-23T13:29:30.367Z | [ recovery-image] Feb 23 13:29:28.760 INFO O| Feb 23 13:29:28.760 INFO STEP 328 (remove_files) COMPLETE |
5594 | 2025-02-23T13:29:30.367Z | [ recovery-image] Feb 23 13:29:28.760 INFO O| Feb 23 13:29:28.760 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2025-02-23T13:29:30.392Z | [ host-image] Feb 23 13:29:28.783 INFO O| Feb 23 13:29:28.783 INFO O| Download: Completed 1.46 MB in 1.11 seconds (1.3M/s) |
5596 | 2025-02-23T13:29:30.395Z | [ recovery-image] Feb 23 13:29:28.786 INFO O| Feb 23 13:29:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5597 | 2025-02-23T13:29:30.395Z | [ recovery-image] Feb 23 13:29:28.786 INFO O| Feb 23 13:29:28.786 INFO STEP 329 (remove_files) COMPLETE |
5598 | 2025-02-23T13:29:30.395Z | [ recovery-image] Feb 23 13:29:28.786 INFO O| Feb 23 13:29:28.786 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2025-02-23T13:29:30.490Z | [ recovery-image] Feb 23 13:29:28.877 INFO O| Feb 23 13:29:28.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5600 | 2025-02-23T13:29:30.499Z | [ recovery-image] Feb 23 13:29:28.877 INFO O| Feb 23 13:29:28.877 INFO STEP 330 (remove_files) COMPLETE |
5601 | 2025-02-23T13:29:30.499Z | [ recovery-image] Feb 23 13:29:28.877 INFO O| Feb 23 13:29:28.877 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2025-02-23T13:29:30.510Z | [ host-image] Feb 23 13:29:28.902 INFO O| Feb 23 13:29:28.902 INFO O| Actions: 1/306 actions (Installing new actions) |
5603 | 2025-02-23T13:29:30.539Z | [ recovery-image] Feb 23 13:29:28.931 INFO O| Feb 23 13:29:28.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5604 | 2025-02-23T13:29:30.539Z | [ recovery-image] Feb 23 13:29:28.931 INFO O| Feb 23 13:29:28.931 INFO STEP 331 (remove_files) COMPLETE |
5605 | 2025-02-23T13:29:30.539Z | [ recovery-image] Feb 23 13:29:28.931 INFO O| Feb 23 13:29:28.931 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2025-02-23T13:29:30.583Z | [ recovery-image] Feb 23 13:29:28.975 INFO O| Feb 23 13:29:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5607 | 2025-02-23T13:29:30.583Z | [ recovery-image] Feb 23 13:29:28.975 INFO O| Feb 23 13:29:28.975 INFO STEP 332 (remove_files) COMPLETE |
5608 | 2025-02-23T13:29:30.583Z | [ recovery-image] Feb 23 13:29:28.975 INFO O| Feb 23 13:29:28.975 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2025-02-23T13:29:30.612Z | [ recovery-image] Feb 23 13:29:29.000 INFO O| Feb 23 13:29:29.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5610 | 2025-02-23T13:29:30.612Z | [ recovery-image] Feb 23 13:29:29.000 INFO O| Feb 23 13:29:29.000 INFO STEP 333 (remove_files) COMPLETE |
5611 | 2025-02-23T13:29:30.626Z | [ recovery-image] Feb 23 13:29:29.000 INFO O| Feb 23 13:29:29.000 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2025-02-23T13:29:30.638Z | [ recovery-image] Feb 23 13:29:29.027 INFO O| Feb 23 13:29:29.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5613 | 2025-02-23T13:29:30.638Z | [ recovery-image] Feb 23 13:29:29.027 INFO O| Feb 23 13:29:29.027 INFO STEP 334 (remove_files) COMPLETE |
5614 | 2025-02-23T13:29:30.638Z | [ recovery-image] Feb 23 13:29:29.027 INFO O| Feb 23 13:29:29.027 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2025-02-23T13:29:30.684Z | [ host-image] Feb 23 13:29:29.075 INFO O| Feb 23 13:29:29.075 INFO O| Actions: Completed 306 actions in 0.17 seconds. |
5616 | 2025-02-23T13:29:30.701Z | [ recovery-image] Feb 23 13:29:29.084 INFO O| Feb 23 13:29:29.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5617 | 2025-02-23T13:29:30.706Z | [ recovery-image] Feb 23 13:29:29.085 INFO O| Feb 23 13:29:29.084 INFO STEP 335 (remove_files) COMPLETE |
5618 | 2025-02-23T13:29:30.706Z | [ recovery-image] Feb 23 13:29:29.085 INFO O| Feb 23 13:29:29.085 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2025-02-23T13:29:30.719Z | [ recovery-image] Feb 23 13:29:29.111 INFO O| Feb 23 13:29:29.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5620 | 2025-02-23T13:29:30.719Z | [ recovery-image] Feb 23 13:29:29.111 INFO O| Feb 23 13:29:29.111 INFO STEP 336 (remove_files) COMPLETE |
5621 | 2025-02-23T13:29:30.719Z | [ recovery-image] Feb 23 13:29:29.111 INFO O| Feb 23 13:29:29.111 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2025-02-23T13:29:30.744Z | [ recovery-image] Feb 23 13:29:29.137 INFO O| Feb 23 13:29:29.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5623 | 2025-02-23T13:29:30.744Z | [ recovery-image] Feb 23 13:29:29.137 INFO O| Feb 23 13:29:29.137 INFO STEP 337 (remove_files) COMPLETE |
5624 | 2025-02-23T13:29:30.744Z | [ recovery-image] Feb 23 13:29:29.137 INFO O| Feb 23 13:29:29.137 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2025-02-23T13:29:30.778Z | [ recovery-image] Feb 23 13:29:29.171 INFO O| Feb 23 13:29:29.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5626 | 2025-02-23T13:29:30.778Z | [ recovery-image] Feb 23 13:29:29.171 INFO O| Feb 23 13:29:29.171 INFO STEP 338 (remove_files) COMPLETE |
5627 | 2025-02-23T13:29:30.781Z | [ recovery-image] Feb 23 13:29:29.171 INFO O| Feb 23 13:29:29.171 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2025-02-23T13:29:30.823Z | [ recovery-image] Feb 23 13:29:29.216 INFO O| Feb 23 13:29:29.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5629 | 2025-02-23T13:29:30.823Z | [ recovery-image] Feb 23 13:29:29.216 INFO O| Feb 23 13:29:29.216 INFO STEP 339 (remove_files) COMPLETE |
5630 | 2025-02-23T13:29:30.826Z | [ recovery-image] Feb 23 13:29:29.216 INFO O| Feb 23 13:29:29.216 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2025-02-23T13:29:30.869Z | [ recovery-image] Feb 23 13:29:29.262 INFO O| Feb 23 13:29:29.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5632 | 2025-02-23T13:29:30.869Z | [ recovery-image] Feb 23 13:29:29.262 INFO O| Feb 23 13:29:29.262 INFO STEP 340 (remove_files) COMPLETE |
5633 | 2025-02-23T13:29:30.873Z | [ recovery-image] Feb 23 13:29:29.263 INFO O| Feb 23 13:29:29.262 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2025-02-23T13:29:30.892Z | [ recovery-image] Feb 23 13:29:29.284 INFO O| Feb 23 13:29:29.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5635 | 2025-02-23T13:29:30.892Z | [ recovery-image] Feb 23 13:29:29.284 INFO O| Feb 23 13:29:29.284 INFO STEP 341 (remove_files) COMPLETE |
5636 | 2025-02-23T13:29:30.892Z | [ recovery-image] Feb 23 13:29:29.284 INFO O| Feb 23 13:29:29.284 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2025-02-23T13:29:30.924Z | [ recovery-image] Feb 23 13:29:29.316 INFO O| Feb 23 13:29:29.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5638 | 2025-02-23T13:29:30.924Z | [ recovery-image] Feb 23 13:29:29.316 INFO O| Feb 23 13:29:29.316 INFO STEP 342 (remove_files) COMPLETE |
5639 | 2025-02-23T13:29:30.935Z | [ recovery-image] Feb 23 13:29:29.316 INFO O| Feb 23 13:29:29.316 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2025-02-23T13:29:30.953Z | [ recovery-image] Feb 23 13:29:29.345 INFO O| Feb 23 13:29:29.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5641 | 2025-02-23T13:29:30.953Z | [ recovery-image] Feb 23 13:29:29.346 INFO O| Feb 23 13:29:29.345 INFO STEP 343 (remove_files) COMPLETE |
5642 | 2025-02-23T13:29:30.959Z | [ recovery-image] Feb 23 13:29:29.346 INFO O| Feb 23 13:29:29.346 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2025-02-23T13:29:30.981Z | [ recovery-image] Feb 23 13:29:29.374 INFO O| Feb 23 13:29:29.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5644 | 2025-02-23T13:29:30.981Z | [ recovery-image] Feb 23 13:29:29.374 INFO O| Feb 23 13:29:29.374 INFO STEP 344 (remove_files) COMPLETE |
5645 | 2025-02-23T13:29:30.981Z | [ recovery-image] Feb 23 13:29:29.374 INFO O| Feb 23 13:29:29.374 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2025-02-23T13:29:31.027Z | [ recovery-image] Feb 23 13:29:29.419 INFO O| Feb 23 13:29:29.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5647 | 2025-02-23T13:29:31.027Z | [ recovery-image] Feb 23 13:29:29.419 INFO O| Feb 23 13:29:29.419 INFO STEP 345 (remove_files) COMPLETE |
5648 | 2025-02-23T13:29:31.027Z | [ recovery-image] Feb 23 13:29:29.419 INFO O| Feb 23 13:29:29.419 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2025-02-23T13:29:31.054Z | [ recovery-image] Feb 23 13:29:29.445 INFO O| Feb 23 13:29:29.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5650 | 2025-02-23T13:29:31.056Z | [ recovery-image] Feb 23 13:29:29.445 INFO O| Feb 23 13:29:29.445 INFO STEP 346 (remove_files) COMPLETE |
5651 | 2025-02-23T13:29:31.056Z | [ recovery-image] Feb 23 13:29:29.445 INFO O| Feb 23 13:29:29.445 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2025-02-23T13:29:31.096Z | [ recovery-image] Feb 23 13:29:29.483 INFO O| Feb 23 13:29:29.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5653 | 2025-02-23T13:29:31.096Z | [ recovery-image] Feb 23 13:29:29.483 INFO O| Feb 23 13:29:29.483 INFO STEP 347 (remove_files) COMPLETE |
5654 | 2025-02-23T13:29:31.096Z | [ recovery-image] Feb 23 13:29:29.483 INFO O| Feb 23 13:29:29.483 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2025-02-23T13:29:31.115Z | [ recovery-image] Feb 23 13:29:29.507 INFO O| Feb 23 13:29:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5656 | 2025-02-23T13:29:31.115Z | [ recovery-image] Feb 23 13:29:29.507 INFO O| Feb 23 13:29:29.507 INFO STEP 348 (remove_files) COMPLETE |
5657 | 2025-02-23T13:29:31.115Z | [ recovery-image] Feb 23 13:29:29.507 INFO O| Feb 23 13:29:29.507 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2025-02-23T13:29:31.167Z | [ recovery-image] Feb 23 13:29:29.560 INFO O| Feb 23 13:29:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5659 | 2025-02-23T13:29:31.167Z | [ recovery-image] Feb 23 13:29:29.560 INFO O| Feb 23 13:29:29.560 INFO STEP 349 (remove_files) COMPLETE |
5660 | 2025-02-23T13:29:31.172Z | [ recovery-image] Feb 23 13:29:29.560 INFO O| Feb 23 13:29:29.560 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2025-02-23T13:29:31.188Z | [ recovery-image] Feb 23 13:29:29.580 INFO O| Feb 23 13:29:29.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5662 | 2025-02-23T13:29:31.188Z | [ recovery-image] Feb 23 13:29:29.580 INFO O| Feb 23 13:29:29.580 INFO STEP 350 (remove_files) COMPLETE |
5663 | 2025-02-23T13:29:31.193Z | [ recovery-image] Feb 23 13:29:29.580 INFO O| Feb 23 13:29:29.580 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2025-02-23T13:29:31.219Z | [ recovery-image] Feb 23 13:29:29.611 INFO O| Feb 23 13:29:29.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5665 | 2025-02-23T13:29:31.219Z | [ recovery-image] Feb 23 13:29:29.611 INFO O| Feb 23 13:29:29.611 INFO STEP 351 (remove_files) COMPLETE |
5666 | 2025-02-23T13:29:31.219Z | [ recovery-image] Feb 23 13:29:29.611 INFO O| Feb 23 13:29:29.611 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2025-02-23T13:29:31.248Z | [ recovery-image] Feb 23 13:29:29.640 INFO O| Feb 23 13:29:29.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5668 | 2025-02-23T13:29:31.248Z | [ recovery-image] Feb 23 13:29:29.640 INFO O| Feb 23 13:29:29.640 INFO STEP 352 (remove_files) COMPLETE |
5669 | 2025-02-23T13:29:31.248Z | [ recovery-image] Feb 23 13:29:29.640 INFO O| Feb 23 13:29:29.640 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2025-02-23T13:29:31.285Z | [ recovery-image] Feb 23 13:29:29.677 INFO O| Feb 23 13:29:29.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5671 | 2025-02-23T13:29:31.285Z | [ recovery-image] Feb 23 13:29:29.677 INFO O| Feb 23 13:29:29.677 INFO STEP 353 (remove_files) COMPLETE |
5672 | 2025-02-23T13:29:31.285Z | [ recovery-image] Feb 23 13:29:29.677 INFO O| Feb 23 13:29:29.677 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2025-02-23T13:29:31.314Z | [ recovery-image] Feb 23 13:29:29.706 INFO O| Feb 23 13:29:29.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5674 | 2025-02-23T13:29:31.316Z | [ recovery-image] Feb 23 13:29:29.707 INFO O| Feb 23 13:29:29.706 INFO STEP 354 (remove_files) COMPLETE |
5675 | 2025-02-23T13:29:31.316Z | [ recovery-image] Feb 23 13:29:29.707 INFO O| Feb 23 13:29:29.707 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2025-02-23T13:29:31.341Z | [ recovery-image] Feb 23 13:29:29.734 INFO O| Feb 23 13:29:29.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5677 | 2025-02-23T13:29:31.346Z | [ recovery-image] Feb 23 13:29:29.734 INFO O| Feb 23 13:29:29.734 INFO STEP 355 (remove_files) COMPLETE |
5678 | 2025-02-23T13:29:31.346Z | [ recovery-image] Feb 23 13:29:29.734 INFO O| Feb 23 13:29:29.734 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2025-02-23T13:29:31.365Z | [ recovery-image] Feb 23 13:29:29.758 INFO O| Feb 23 13:29:29.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5680 | 2025-02-23T13:29:31.368Z | [ recovery-image] Feb 23 13:29:29.758 INFO O| Feb 23 13:29:29.758 INFO STEP 356 (remove_files) COMPLETE |
5681 | 2025-02-23T13:29:31.368Z | [ recovery-image] Feb 23 13:29:29.758 INFO O| Feb 23 13:29:29.758 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2025-02-23T13:29:31.389Z | [ recovery-image] Feb 23 13:29:29.781 INFO O| Feb 23 13:29:29.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5683 | 2025-02-23T13:29:31.392Z | [ recovery-image] Feb 23 13:29:29.782 INFO O| Feb 23 13:29:29.782 INFO STEP 357 (remove_files) COMPLETE |
5684 | 2025-02-23T13:29:31.392Z | [ recovery-image] Feb 23 13:29:29.782 INFO O| Feb 23 13:29:29.782 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2025-02-23T13:29:31.414Z | [ recovery-image] Feb 23 13:29:29.805 INFO O| Feb 23 13:29:29.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5686 | 2025-02-23T13:29:31.420Z | [ recovery-image] Feb 23 13:29:29.806 INFO O| Feb 23 13:29:29.806 INFO STEP 358 (remove_files) COMPLETE |
5687 | 2025-02-23T13:29:31.420Z | [ recovery-image] Feb 23 13:29:29.806 INFO O| Feb 23 13:29:29.806 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2025-02-23T13:29:31.430Z | [ host-image] Feb 23 13:29:29.818 INFO O| Feb 23 13:29:29.817 INFO O| Done |
5689 | 2025-02-23T13:29:31.430Z | [ host-image] Feb 23 13:29:29.818 INFO O| Feb 23 13:29:29.817 INFO O| Done |
5690 | 2025-02-23T13:29:31.461Z | [ recovery-image] Feb 23 13:29:29.854 INFO O| Feb 23 13:29:29.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5691 | 2025-02-23T13:29:31.465Z | [ recovery-image] Feb 23 13:29:29.854 INFO O| Feb 23 13:29:29.854 INFO STEP 359 (remove_files) COMPLETE |
5692 | 2025-02-23T13:29:31.465Z | [ recovery-image] Feb 23 13:29:29.854 INFO O| Feb 23 13:29:29.854 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2025-02-23T13:29:31.500Z | [ recovery-image] Feb 23 13:29:29.893 INFO O| Feb 23 13:29:29.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5694 | 2025-02-23T13:29:31.504Z | [ recovery-image] Feb 23 13:29:29.893 INFO O| Feb 23 13:29:29.893 INFO STEP 360 (remove_files) COMPLETE |
5695 | 2025-02-23T13:29:31.504Z | [ recovery-image] Feb 23 13:29:29.893 INFO O| Feb 23 13:29:29.893 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2025-02-23T13:29:31.531Z | [ recovery-image] Feb 23 13:29:29.923 INFO O| Feb 23 13:29:29.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5697 | 2025-02-23T13:29:31.536Z | [ recovery-image] Feb 23 13:29:29.924 INFO O| Feb 23 13:29:29.923 INFO STEP 361 (remove_files) COMPLETE |
5698 | 2025-02-23T13:29:31.536Z | [ recovery-image] Feb 23 13:29:29.924 INFO O| Feb 23 13:29:29.924 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2025-02-23T13:29:31.581Z | [ recovery-image] Feb 23 13:29:29.970 INFO O| Feb 23 13:29:29.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5700 | 2025-02-23T13:29:31.589Z | [ recovery-image] Feb 23 13:29:29.982 INFO O| Feb 23 13:29:29.982 INFO STEP 362 (remove_files) COMPLETE |
5701 | 2025-02-23T13:29:31.589Z | [ recovery-image] Feb 23 13:29:29.982 INFO O| Feb 23 13:29:29.982 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2025-02-23T13:29:31.626Z | [ recovery-image] Feb 23 13:29:30.018 INFO O| Feb 23 13:29:30.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5703 | 2025-02-23T13:29:31.626Z | [ recovery-image] Feb 23 13:29:30.018 INFO O| Feb 23 13:29:30.018 INFO STEP 363 (remove_files) COMPLETE |
5704 | 2025-02-23T13:29:31.628Z | [ recovery-image] Feb 23 13:29:30.018 INFO O| Feb 23 13:29:30.018 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2025-02-23T13:29:31.729Z | [ recovery-image] Feb 23 13:29:30.122 INFO O| Feb 23 13:29:30.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5706 | 2025-02-23T13:29:31.729Z | [ recovery-image] Feb 23 13:29:30.122 INFO O| Feb 23 13:29:30.122 INFO STEP 364 (remove_files) COMPLETE |
5707 | 2025-02-23T13:29:31.732Z | [ recovery-image] Feb 23 13:29:30.122 INFO O| Feb 23 13:29:30.122 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2025-02-23T13:29:31.768Z | [ recovery-image] Feb 23 13:29:30.159 INFO O| Feb 23 13:29:30.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5709 | 2025-02-23T13:29:31.768Z | [ recovery-image] Feb 23 13:29:30.159 INFO O| Feb 23 13:29:30.159 INFO STEP 365 (remove_files) COMPLETE |
5710 | 2025-02-23T13:29:31.771Z | [ recovery-image] Feb 23 13:29:30.159 INFO O| Feb 23 13:29:30.159 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2025-02-23T13:29:31.790Z | [ recovery-image] Feb 23 13:29:30.181 INFO O| Feb 23 13:29:30.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5712 | 2025-02-23T13:29:31.790Z | [ recovery-image] Feb 23 13:29:30.181 INFO O| Feb 23 13:29:30.181 INFO STEP 366 (remove_files) COMPLETE |
5713 | 2025-02-23T13:29:31.790Z | [ recovery-image] Feb 23 13:29:30.181 INFO O| Feb 23 13:29:30.181 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2025-02-23T13:29:31.857Z | [ recovery-image] Feb 23 13:29:30.250 INFO O| Feb 23 13:29:30.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5715 | 2025-02-23T13:29:31.857Z | [ recovery-image] Feb 23 13:29:30.250 INFO O| Feb 23 13:29:30.250 INFO STEP 367 (remove_files) COMPLETE |
5716 | 2025-02-23T13:29:31.860Z | [ recovery-image] Feb 23 13:29:30.250 INFO O| Feb 23 13:29:30.250 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2025-02-23T13:29:31.879Z | [ recovery-image] Feb 23 13:29:30.271 INFO O| Feb 23 13:29:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5718 | 2025-02-23T13:29:31.879Z | [ recovery-image] Feb 23 13:29:30.271 INFO O| Feb 23 13:29:30.271 INFO STEP 368 (remove_files) COMPLETE |
5719 | 2025-02-23T13:29:31.879Z | [ recovery-image] Feb 23 13:29:30.271 INFO O| Feb 23 13:29:30.271 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2025-02-23T13:29:31.902Z | [ recovery-image] Feb 23 13:29:30.294 INFO O| Feb 23 13:29:30.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5721 | 2025-02-23T13:29:31.902Z | [ recovery-image] Feb 23 13:29:30.294 INFO O| Feb 23 13:29:30.294 INFO STEP 369 (remove_files) COMPLETE |
5722 | 2025-02-23T13:29:31.902Z | [ recovery-image] Feb 23 13:29:30.294 INFO O| Feb 23 13:29:30.294 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2025-02-23T13:29:32.005Z | [ recovery-image] Feb 23 13:29:30.398 INFO O| Feb 23 13:29:30.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5724 | 2025-02-23T13:29:32.012Z | [ recovery-image] Feb 23 13:29:30.398 INFO O| Feb 23 13:29:30.398 INFO STEP 370 (remove_files) COMPLETE |
5725 | 2025-02-23T13:29:32.012Z | [ recovery-image] Feb 23 13:29:30.398 INFO O| Feb 23 13:29:30.398 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2025-02-23T13:29:32.099Z | [ recovery-image] Feb 23 13:29:30.492 INFO O| Feb 23 13:29:30.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5727 | 2025-02-23T13:29:32.102Z | [ recovery-image] Feb 23 13:29:30.492 INFO O| Feb 23 13:29:30.492 INFO STEP 371 (remove_files) COMPLETE |
5728 | 2025-02-23T13:29:32.102Z | [ recovery-image] Feb 23 13:29:30.492 INFO O| Feb 23 13:29:30.492 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2025-02-23T13:29:32.137Z | [ recovery-image] Feb 23 13:29:30.528 INFO O| Feb 23 13:29:30.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5730 | 2025-02-23T13:29:32.141Z | [ recovery-image] Feb 23 13:29:30.529 INFO O| Feb 23 13:29:30.528 INFO STEP 372 (remove_files) COMPLETE |
5731 | 2025-02-23T13:29:32.141Z | [ recovery-image] Feb 23 13:29:30.529 INFO O| Feb 23 13:29:30.528 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2025-02-23T13:29:32.184Z | [ recovery-image] Feb 23 13:29:30.569 INFO O| Feb 23 13:29:30.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5733 | 2025-02-23T13:29:32.189Z | [ recovery-image] Feb 23 13:29:30.569 INFO O| Feb 23 13:29:30.569 INFO STEP 373 (remove_files) COMPLETE |
5734 | 2025-02-23T13:29:32.189Z | [ recovery-image] Feb 23 13:29:30.570 INFO O| Feb 23 13:29:30.569 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2025-02-23T13:29:32.213Z | [ recovery-image] Feb 23 13:29:30.605 INFO O| Feb 23 13:29:30.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5736 | 2025-02-23T13:29:32.219Z | [ recovery-image] Feb 23 13:29:30.612 INFO O| Feb 23 13:29:30.612 INFO STEP 374 (remove_files) COMPLETE |
5737 | 2025-02-23T13:29:32.219Z | [ recovery-image] Feb 23 13:29:30.612 INFO O| Feb 23 13:29:30.612 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2025-02-23T13:29:32.255Z | [ recovery-image] Feb 23 13:29:30.648 INFO O| Feb 23 13:29:30.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5739 | 2025-02-23T13:29:32.255Z | [ recovery-image] Feb 23 13:29:30.648 INFO O| Feb 23 13:29:30.648 INFO STEP 375 (remove_files) COMPLETE |
5740 | 2025-02-23T13:29:32.255Z | [ recovery-image] Feb 23 13:29:30.648 INFO O| Feb 23 13:29:30.648 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2025-02-23T13:29:32.297Z | [ recovery-image] Feb 23 13:29:30.687 INFO O| Feb 23 13:29:30.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5742 | 2025-02-23T13:29:32.297Z | [ recovery-image] Feb 23 13:29:30.687 INFO O| Feb 23 13:29:30.687 INFO STEP 376 (remove_files) COMPLETE |
5743 | 2025-02-23T13:29:32.297Z | [ recovery-image] Feb 23 13:29:30.687 INFO O| Feb 23 13:29:30.687 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2025-02-23T13:29:32.331Z | [ recovery-image] Feb 23 13:29:30.716 INFO O| Feb 23 13:29:30.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5745 | 2025-02-23T13:29:32.331Z | [ recovery-image] Feb 23 13:29:30.716 INFO O| Feb 23 13:29:30.716 INFO STEP 377 (remove_files) COMPLETE |
5746 | 2025-02-23T13:29:32.331Z | [ recovery-image] Feb 23 13:29:30.716 INFO O| Feb 23 13:29:30.716 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2025-02-23T13:29:32.352Z | [ recovery-image] Feb 23 13:29:30.743 INFO O| Feb 23 13:29:30.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5748 | 2025-02-23T13:29:32.352Z | [ recovery-image] Feb 23 13:29:30.743 INFO O| Feb 23 13:29:30.743 INFO STEP 378 (remove_files) COMPLETE |
5749 | 2025-02-23T13:29:32.355Z | [ recovery-image] Feb 23 13:29:30.743 INFO O| Feb 23 13:29:30.743 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2025-02-23T13:29:32.376Z | [ recovery-image] Feb 23 13:29:30.767 INFO O| Feb 23 13:29:30.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5751 | 2025-02-23T13:29:32.376Z | [ recovery-image] Feb 23 13:29:30.767 INFO O| Feb 23 13:29:30.767 INFO STEP 379 (remove_files) COMPLETE |
5752 | 2025-02-23T13:29:32.379Z | [ recovery-image] Feb 23 13:29:30.767 INFO O| Feb 23 13:29:30.767 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2025-02-23T13:29:32.400Z | [ recovery-image] Feb 23 13:29:30.791 INFO O| Feb 23 13:29:30.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5754 | 2025-02-23T13:29:32.404Z | [ recovery-image] Feb 23 13:29:30.791 INFO O| Feb 23 13:29:30.791 INFO STEP 380 (remove_files) COMPLETE |
5755 | 2025-02-23T13:29:32.404Z | [ recovery-image] Feb 23 13:29:30.791 INFO O| Feb 23 13:29:30.791 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2025-02-23T13:29:32.438Z | [ recovery-image] Feb 23 13:29:30.829 INFO O| Feb 23 13:29:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5757 | 2025-02-23T13:29:32.438Z | [ recovery-image] Feb 23 13:29:30.829 INFO O| Feb 23 13:29:30.829 INFO STEP 381 (remove_files) COMPLETE |
5758 | 2025-02-23T13:29:32.438Z | [ recovery-image] Feb 23 13:29:30.829 INFO O| Feb 23 13:29:30.829 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2025-02-23T13:29:32.460Z | [ recovery-image] Feb 23 13:29:30.852 INFO O| Feb 23 13:29:30.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5760 | 2025-02-23T13:29:32.460Z | [ recovery-image] Feb 23 13:29:30.852 INFO O| Feb 23 13:29:30.852 INFO STEP 382 (remove_files) COMPLETE |
5761 | 2025-02-23T13:29:32.463Z | [ recovery-image] Feb 23 13:29:30.853 INFO O| Feb 23 13:29:30.852 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2025-02-23T13:29:32.496Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
5763 | 2025-02-23T13:29:32.525Z | [ recovery-image] Feb 23 13:29:30.918 INFO O| Feb 23 13:29:30.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5764 | 2025-02-23T13:29:32.525Z | [ recovery-image] Feb 23 13:29:30.918 INFO O| Feb 23 13:29:30.918 INFO STEP 383 (remove_files) COMPLETE |
5765 | 2025-02-23T13:29:32.528Z | [ recovery-image] Feb 23 13:29:30.918 INFO O| Feb 23 13:29:30.918 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2025-02-23T13:29:32.559Z | [ recovery-image] Feb 23 13:29:30.951 INFO O| Feb 23 13:29:30.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5767 | 2025-02-23T13:29:32.559Z | [ recovery-image] Feb 23 13:29:30.952 INFO O| Feb 23 13:29:30.951 INFO STEP 384 (remove_files) COMPLETE |
5768 | 2025-02-23T13:29:32.559Z | [ recovery-image] Feb 23 13:29:30.952 INFO O| Feb 23 13:29:30.952 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2025-02-23T13:29:32.580Z | [ recovery-image] Feb 23 13:29:30.972 INFO O| Feb 23 13:29:30.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5770 | 2025-02-23T13:29:32.580Z | [ recovery-image] Feb 23 13:29:30.972 INFO O| Feb 23 13:29:30.972 INFO STEP 385 (remove_files) COMPLETE |
5771 | 2025-02-23T13:29:32.580Z | [ recovery-image] Feb 23 13:29:30.972 INFO O| Feb 23 13:29:30.972 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2025-02-23T13:29:32.601Z | [ recovery-image] Feb 23 13:29:30.994 INFO O| Feb 23 13:29:30.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5773 | 2025-02-23T13:29:32.601Z | [ recovery-image] Feb 23 13:29:30.994 INFO O| Feb 23 13:29:30.994 INFO STEP 386 (remove_files) COMPLETE |
5774 | 2025-02-23T13:29:32.601Z | [ recovery-image] Feb 23 13:29:30.994 INFO O| Feb 23 13:29:30.994 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2025-02-23T13:29:32.629Z | [ recovery-image] Feb 23 13:29:31.022 INFO O| Feb 23 13:29:31.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5776 | 2025-02-23T13:29:32.633Z | [ recovery-image] Feb 23 13:29:31.022 INFO O| Feb 23 13:29:31.022 INFO STEP 387 (remove_files) COMPLETE |
5777 | 2025-02-23T13:29:32.633Z | [ recovery-image] Feb 23 13:29:31.022 INFO O| Feb 23 13:29:31.022 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2025-02-23T13:29:32.664Z | [ recovery-image] Feb 23 13:29:31.057 INFO O| Feb 23 13:29:31.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5779 | 2025-02-23T13:29:32.664Z | [ recovery-image] Feb 23 13:29:31.057 INFO O| Feb 23 13:29:31.057 INFO STEP 388 (remove_files) COMPLETE |
5780 | 2025-02-23T13:29:32.664Z | [ recovery-image] Feb 23 13:29:31.057 INFO O| Feb 23 13:29:31.057 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2025-02-23T13:29:32.707Z | [ recovery-image] Feb 23 13:29:31.088 INFO O| Feb 23 13:29:31.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5782 | 2025-02-23T13:29:32.707Z | [ recovery-image] Feb 23 13:29:31.088 INFO O| Feb 23 13:29:31.088 INFO STEP 389 (remove_files) COMPLETE |
5783 | 2025-02-23T13:29:32.712Z | [ recovery-image] Feb 23 13:29:31.088 INFO O| Feb 23 13:29:31.088 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2025-02-23T13:29:32.725Z | [ recovery-image] Feb 23 13:29:31.115 INFO O| Feb 23 13:29:31.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5785 | 2025-02-23T13:29:32.725Z | [ recovery-image] Feb 23 13:29:31.115 INFO O| Feb 23 13:29:31.115 INFO STEP 390 (remove_files) COMPLETE |
5786 | 2025-02-23T13:29:32.725Z | [ recovery-image] Feb 23 13:29:31.115 INFO O| Feb 23 13:29:31.115 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2025-02-23T13:29:32.740Z | [ host-image] Feb 23 13:29:31.132 INFO O| Feb 23 13:29:31.132 INFO O| Done |
5788 | 2025-02-23T13:29:32.755Z | [ recovery-image] Feb 23 13:29:31.141 INFO O| Feb 23 13:29:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5789 | 2025-02-23T13:29:32.755Z | [ recovery-image] Feb 23 13:29:31.141 INFO O| Feb 23 13:29:31.141 INFO STEP 391 (remove_files) COMPLETE |
5790 | 2025-02-23T13:29:32.755Z | [ recovery-image] Feb 23 13:29:31.141 INFO O| Feb 23 13:29:31.141 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2025-02-23T13:29:32.775Z | [ recovery-image] Feb 23 13:29:31.167 INFO O| Feb 23 13:29:31.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5792 | 2025-02-23T13:29:32.775Z | [ recovery-image] Feb 23 13:29:31.167 INFO O| Feb 23 13:29:31.167 INFO STEP 392 (remove_files) COMPLETE |
5793 | 2025-02-23T13:29:32.779Z | [ recovery-image] Feb 23 13:29:31.167 INFO O| Feb 23 13:29:31.167 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2025-02-23T13:29:32.837Z | [ recovery-image] Feb 23 13:29:31.222 INFO O| Feb 23 13:29:31.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5795 | 2025-02-23T13:29:32.837Z | [ recovery-image] Feb 23 13:29:31.222 INFO O| Feb 23 13:29:31.222 INFO STEP 393 (remove_files) COMPLETE |
5796 | 2025-02-23T13:29:32.838Z | [ recovery-image] Feb 23 13:29:31.222 INFO O| Feb 23 13:29:31.222 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2025-02-23T13:29:32.858Z | [ recovery-image] Feb 23 13:29:31.250 INFO O| Feb 23 13:29:31.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5798 | 2025-02-23T13:29:32.858Z | [ recovery-image] Feb 23 13:29:31.251 INFO O| Feb 23 13:29:31.250 INFO STEP 394 (remove_files) COMPLETE |
5799 | 2025-02-23T13:29:32.858Z | [ recovery-image] Feb 23 13:29:31.251 INFO O| Feb 23 13:29:31.250 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2025-02-23T13:29:32.918Z | [ recovery-image] Feb 23 13:29:31.310 INFO O| Feb 23 13:29:31.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5801 | 2025-02-23T13:29:32.918Z | [ recovery-image] Feb 23 13:29:31.310 INFO O| Feb 23 13:29:31.310 INFO STEP 395 (remove_files) COMPLETE |
5802 | 2025-02-23T13:29:32.922Z | [ recovery-image] Feb 23 13:29:31.310 INFO O| Feb 23 13:29:31.310 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2025-02-23T13:29:32.966Z | [ recovery-image] Feb 23 13:29:31.358 INFO O| Feb 23 13:29:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5804 | 2025-02-23T13:29:32.966Z | [ recovery-image] Feb 23 13:29:31.358 INFO O| Feb 23 13:29:31.358 INFO STEP 396 (remove_files) COMPLETE |
5805 | 2025-02-23T13:29:32.968Z | [ recovery-image] Feb 23 13:29:31.358 INFO O| Feb 23 13:29:31.358 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2025-02-23T13:29:32.999Z | [ recovery-image] Feb 23 13:29:31.391 INFO O| Feb 23 13:29:31.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5807 | 2025-02-23T13:29:32.999Z | [ recovery-image] Feb 23 13:29:31.391 INFO O| Feb 23 13:29:31.391 INFO STEP 397 (remove_files) COMPLETE |
5808 | 2025-02-23T13:29:32.999Z | [ recovery-image] Feb 23 13:29:31.391 INFO O| Feb 23 13:29:31.391 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2025-02-23T13:29:33.024Z | [ recovery-image] Feb 23 13:29:31.417 INFO O| Feb 23 13:29:31.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5810 | 2025-02-23T13:29:33.024Z | [ recovery-image] Feb 23 13:29:31.417 INFO O| Feb 23 13:29:31.417 INFO STEP 398 (remove_files) COMPLETE |
5811 | 2025-02-23T13:29:33.029Z | [ recovery-image] Feb 23 13:29:31.417 INFO O| Feb 23 13:29:31.417 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2025-02-23T13:29:33.064Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
5813 | 2025-02-23T13:29:33.064Z | [ recovery-image] Feb 23 13:29:31.456 INFO O| Feb 23 13:29:31.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5814 | 2025-02-23T13:29:33.064Z | [ recovery-image] Feb 23 13:29:31.456 INFO O| Feb 23 13:29:31.456 INFO STEP 399 (remove_files) COMPLETE |
5815 | 2025-02-23T13:29:33.064Z | [ recovery-image] Feb 23 13:29:31.456 INFO O| Feb 23 13:29:31.456 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2025-02-23T13:29:33.111Z | [ recovery-image] Feb 23 13:29:31.496 INFO O| Feb 23 13:29:31.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5817 | 2025-02-23T13:29:33.111Z | [ recovery-image] Feb 23 13:29:31.497 INFO O| Feb 23 13:29:31.496 INFO STEP 400 (remove_files) COMPLETE |
5818 | 2025-02-23T13:29:33.111Z | [ recovery-image] Feb 23 13:29:31.497 INFO O| Feb 23 13:29:31.496 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2025-02-23T13:29:33.129Z | [ recovery-image] Feb 23 13:29:31.521 INFO O| Feb 23 13:29:31.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5820 | 2025-02-23T13:29:33.129Z | [ recovery-image] Feb 23 13:29:31.521 INFO O| Feb 23 13:29:31.521 INFO STEP 401 (remove_files) COMPLETE |
5821 | 2025-02-23T13:29:33.133Z | [ recovery-image] Feb 23 13:29:31.521 INFO O| Feb 23 13:29:31.521 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2025-02-23T13:29:33.184Z | [ recovery-image] Feb 23 13:29:31.577 INFO O| Feb 23 13:29:31.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5823 | 2025-02-23T13:29:33.184Z | [ recovery-image] Feb 23 13:29:31.577 INFO O| Feb 23 13:29:31.577 INFO STEP 402 (remove_files) COMPLETE |
5824 | 2025-02-23T13:29:33.189Z | [ recovery-image] Feb 23 13:29:31.577 INFO O| Feb 23 13:29:31.577 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2025-02-23T13:29:33.224Z | [ recovery-image] Feb 23 13:29:31.617 INFO O| Feb 23 13:29:31.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5826 | 2025-02-23T13:29:33.229Z | [ recovery-image] Feb 23 13:29:31.617 INFO O| Feb 23 13:29:31.617 INFO STEP 403 (remove_files) COMPLETE |
5827 | 2025-02-23T13:29:33.229Z | [ recovery-image] Feb 23 13:29:31.617 INFO O| Feb 23 13:29:31.617 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2025-02-23T13:29:33.254Z | [ recovery-image] Feb 23 13:29:31.646 INFO O| Feb 23 13:29:31.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5829 | 2025-02-23T13:29:33.256Z | [ recovery-image] Feb 23 13:29:31.646 INFO O| Feb 23 13:29:31.646 INFO STEP 404 (remove_files) COMPLETE |
5830 | 2025-02-23T13:29:33.256Z | [ recovery-image] Feb 23 13:29:31.647 INFO O| Feb 23 13:29:31.646 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2025-02-23T13:29:33.279Z | [ recovery-image] Feb 23 13:29:31.671 INFO O| Feb 23 13:29:31.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5832 | 2025-02-23T13:29:33.281Z | [ recovery-image] Feb 23 13:29:31.671 INFO O| Feb 23 13:29:31.671 INFO STEP 405 (remove_files) COMPLETE |
5833 | 2025-02-23T13:29:33.281Z | [ recovery-image] Feb 23 13:29:31.672 INFO O| Feb 23 13:29:31.672 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2025-02-23T13:29:33.308Z | [ recovery-image] Feb 23 13:29:31.700 INFO O| Feb 23 13:29:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5835 | 2025-02-23T13:29:33.310Z | [ recovery-image] Feb 23 13:29:31.700 INFO O| Feb 23 13:29:31.700 INFO STEP 406 (remove_files) COMPLETE |
5836 | 2025-02-23T13:29:33.311Z | [ recovery-image] Feb 23 13:29:31.700 INFO O| Feb 23 13:29:31.700 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2025-02-23T13:29:33.362Z | [ recovery-image] Feb 23 13:29:31.755 INFO O| Feb 23 13:29:31.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5838 | 2025-02-23T13:29:33.365Z | [ recovery-image] Feb 23 13:29:31.755 INFO O| Feb 23 13:29:31.755 INFO STEP 407 (remove_files) COMPLETE |
5839 | 2025-02-23T13:29:33.365Z | [ recovery-image] Feb 23 13:29:31.755 INFO O| Feb 23 13:29:31.755 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2025-02-23T13:29:33.388Z | [ recovery-image] Feb 23 13:29:31.780 INFO O| Feb 23 13:29:31.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5841 | 2025-02-23T13:29:33.390Z | [ recovery-image] Feb 23 13:29:31.781 INFO O| Feb 23 13:29:31.781 INFO STEP 408 (remove_files) COMPLETE |
5842 | 2025-02-23T13:29:33.390Z | [ recovery-image] Feb 23 13:29:31.781 INFO O| Feb 23 13:29:31.781 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2025-02-23T13:29:33.420Z | [ recovery-image] Feb 23 13:29:31.810 INFO O| Feb 23 13:29:31.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5844 | 2025-02-23T13:29:33.420Z | [ recovery-image] Feb 23 13:29:31.810 INFO O| Feb 23 13:29:31.810 INFO STEP 409 (remove_files) COMPLETE |
5845 | 2025-02-23T13:29:33.422Z | [ recovery-image] Feb 23 13:29:31.810 INFO O| Feb 23 13:29:31.810 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2025-02-23T13:29:33.445Z | [ recovery-image] Feb 23 13:29:31.836 INFO O| Feb 23 13:29:31.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5847 | 2025-02-23T13:29:33.445Z | [ recovery-image] Feb 23 13:29:31.836 INFO O| Feb 23 13:29:31.836 INFO STEP 410 (remove_files) COMPLETE |
5848 | 2025-02-23T13:29:33.445Z | [ recovery-image] Feb 23 13:29:31.836 INFO O| Feb 23 13:29:31.836 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2025-02-23T13:29:33.471Z | [ recovery-image] Feb 23 13:29:31.861 INFO O| Feb 23 13:29:31.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5850 | 2025-02-23T13:29:33.471Z | [ recovery-image] Feb 23 13:29:31.862 INFO O| Feb 23 13:29:31.861 INFO STEP 411 (remove_files) COMPLETE |
5851 | 2025-02-23T13:29:33.471Z | [ recovery-image] Feb 23 13:29:31.862 INFO O| Feb 23 13:29:31.862 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2025-02-23T13:29:33.494Z | [ recovery-image] Feb 23 13:29:31.886 INFO O| Feb 23 13:29:31.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5853 | 2025-02-23T13:29:33.494Z | [ recovery-image] Feb 23 13:29:31.886 INFO O| Feb 23 13:29:31.886 INFO STEP 412 (remove_files) COMPLETE |
5854 | 2025-02-23T13:29:33.498Z | [ recovery-image] Feb 23 13:29:31.886 INFO O| Feb 23 13:29:31.886 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2025-02-23T13:29:33.526Z | [ recovery-image] Feb 23 13:29:31.918 INFO O| Feb 23 13:29:31.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5856 | 2025-02-23T13:29:33.526Z | [ recovery-image] Feb 23 13:29:31.918 INFO O| Feb 23 13:29:31.918 INFO STEP 413 (remove_files) COMPLETE |
5857 | 2025-02-23T13:29:33.526Z | [ recovery-image] Feb 23 13:29:31.918 INFO O| Feb 23 13:29:31.918 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2025-02-23T13:29:33.560Z | [ recovery-image] Feb 23 13:29:31.952 INFO O| Feb 23 13:29:31.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5859 | 2025-02-23T13:29:33.560Z | [ recovery-image] Feb 23 13:29:31.952 INFO O| Feb 23 13:29:31.952 INFO STEP 414 (remove_files) COMPLETE |
5860 | 2025-02-23T13:29:33.562Z | [ recovery-image] Feb 23 13:29:31.953 INFO O| Feb 23 13:29:31.952 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2025-02-23T13:29:33.582Z | [ recovery-image] Feb 23 13:29:31.975 INFO O| Feb 23 13:29:31.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5862 | 2025-02-23T13:29:33.582Z | [ recovery-image] Feb 23 13:29:31.975 INFO O| Feb 23 13:29:31.975 INFO STEP 415 (remove_files) COMPLETE |
5863 | 2025-02-23T13:29:33.582Z | [ recovery-image] Feb 23 13:29:31.975 INFO O| Feb 23 13:29:31.975 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2025-02-23T13:29:33.611Z | [ recovery-image] Feb 23 13:29:32.003 INFO O| Feb 23 13:29:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5865 | 2025-02-23T13:29:33.611Z | [ recovery-image] Feb 23 13:29:32.003 INFO O| Feb 23 13:29:31.998 INFO STEP 416 (remove_files) COMPLETE |
5866 | 2025-02-23T13:29:33.617Z | [ recovery-image] Feb 23 13:29:32.003 INFO O| Feb 23 13:29:31.998 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2025-02-23T13:29:33.647Z | [ recovery-image] Feb 23 13:29:32.038 INFO O| Feb 23 13:29:32.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5868 | 2025-02-23T13:29:33.651Z | [ recovery-image] Feb 23 13:29:32.038 INFO O| Feb 23 13:29:32.038 INFO STEP 417 (remove_files) COMPLETE |
5869 | 2025-02-23T13:29:33.651Z | [ recovery-image] Feb 23 13:29:32.038 INFO O| Feb 23 13:29:32.038 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2025-02-23T13:29:33.674Z | [ recovery-image] Feb 23 13:29:32.065 INFO O| Feb 23 13:29:32.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5871 | 2025-02-23T13:29:33.676Z | [ recovery-image] Feb 23 13:29:32.065 INFO O| Feb 23 13:29:32.065 INFO STEP 418 (remove_files) COMPLETE |
5872 | 2025-02-23T13:29:33.676Z | [ recovery-image] Feb 23 13:29:32.065 INFO O| Feb 23 13:29:32.065 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2025-02-23T13:29:33.676Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
5874 | 2025-02-23T13:29:33.730Z | [ recovery-image] Feb 23 13:29:32.123 INFO O| Feb 23 13:29:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5875 | 2025-02-23T13:29:33.730Z | [ recovery-image] Feb 23 13:29:32.123 INFO O| Feb 23 13:29:32.123 INFO STEP 419 (remove_files) COMPLETE |
5876 | 2025-02-23T13:29:33.734Z | [ recovery-image] Feb 23 13:29:32.123 INFO O| Feb 23 13:29:32.123 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2025-02-23T13:29:33.756Z | [ recovery-image] Feb 23 13:29:32.148 INFO O| Feb 23 13:29:32.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5878 | 2025-02-23T13:29:33.756Z | [ recovery-image] Feb 23 13:29:32.149 INFO O| Feb 23 13:29:32.149 INFO STEP 420 (remove_files) COMPLETE |
5879 | 2025-02-23T13:29:33.756Z | [ recovery-image] Feb 23 13:29:32.149 INFO O| Feb 23 13:29:32.149 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2025-02-23T13:29:33.776Z | [ recovery-image] Feb 23 13:29:32.168 INFO O| Feb 23 13:29:32.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5881 | 2025-02-23T13:29:33.781Z | [ recovery-image] Feb 23 13:29:32.168 INFO O| Feb 23 13:29:32.168 INFO STEP 421 (remove_files) COMPLETE |
5882 | 2025-02-23T13:29:33.781Z | [ recovery-image] Feb 23 13:29:32.168 INFO O| Feb 23 13:29:32.168 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2025-02-23T13:29:33.802Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
5884 | 2025-02-23T13:29:33.810Z | [ recovery-image] Feb 23 13:29:32.202 INFO O| Feb 23 13:29:32.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5885 | 2025-02-23T13:29:33.813Z | [ recovery-image] Feb 23 13:29:32.202 INFO O| Feb 23 13:29:32.202 INFO STEP 422 (remove_files) COMPLETE |
5886 | 2025-02-23T13:29:33.813Z | [ recovery-image] Feb 23 13:29:32.202 INFO O| Feb 23 13:29:32.202 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2025-02-23T13:29:33.835Z | [ recovery-image] Feb 23 13:29:32.228 INFO O| Feb 23 13:29:32.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5888 | 2025-02-23T13:29:33.838Z | [ recovery-image] Feb 23 13:29:32.228 INFO O| Feb 23 13:29:32.228 INFO STEP 423 (remove_files) COMPLETE |
5889 | 2025-02-23T13:29:33.838Z | [ recovery-image] Feb 23 13:29:32.228 INFO O| Feb 23 13:29:32.228 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2025-02-23T13:29:33.870Z | [ recovery-image] Feb 23 13:29:32.262 INFO O| Feb 23 13:29:32.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5891 | 2025-02-23T13:29:33.872Z | [ recovery-image] Feb 23 13:29:32.263 INFO O| Feb 23 13:29:32.262 INFO STEP 424 (remove_files) COMPLETE |
5892 | 2025-02-23T13:29:33.872Z | [ recovery-image] Feb 23 13:29:32.263 INFO O| Feb 23 13:29:32.262 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2025-02-23T13:29:33.893Z | [ recovery-image] Feb 23 13:29:32.285 INFO O| Feb 23 13:29:32.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5894 | 2025-02-23T13:29:33.896Z | [ recovery-image] Feb 23 13:29:32.286 INFO O| Feb 23 13:29:32.286 INFO STEP 425 (remove_files) COMPLETE |
5895 | 2025-02-23T13:29:33.896Z | [ recovery-image] Feb 23 13:29:32.286 INFO O| Feb 23 13:29:32.286 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2025-02-23T13:29:33.919Z | [ recovery-image] Feb 23 13:29:32.311 INFO O| Feb 23 13:29:32.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5897 | 2025-02-23T13:29:33.923Z | [ recovery-image] Feb 23 13:29:32.311 INFO O| Feb 23 13:29:32.311 INFO STEP 426 (remove_files) COMPLETE |
5898 | 2025-02-23T13:29:33.923Z | [ recovery-image] Feb 23 13:29:32.311 INFO O| Feb 23 13:29:32.311 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2025-02-23T13:29:33.943Z | [ recovery-image] Feb 23 13:29:32.335 INFO O| Feb 23 13:29:32.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5900 | 2025-02-23T13:29:33.948Z | [ recovery-image] Feb 23 13:29:32.336 INFO O| Feb 23 13:29:32.336 INFO STEP 427 (remove_files) COMPLETE |
5901 | 2025-02-23T13:29:33.948Z | [ recovery-image] Feb 23 13:29:32.336 INFO O| Feb 23 13:29:32.336 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2025-02-23T13:29:33.966Z | [ recovery-image] Feb 23 13:29:32.356 INFO O| Feb 23 13:29:32.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5903 | 2025-02-23T13:29:33.966Z | [ recovery-image] Feb 23 13:29:32.356 INFO O| Feb 23 13:29:32.356 INFO STEP 428 (remove_files) COMPLETE |
5904 | 2025-02-23T13:29:33.966Z | [ recovery-image] Feb 23 13:29:32.356 INFO O| Feb 23 13:29:32.356 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2025-02-23T13:29:34.004Z | [ recovery-image] Feb 23 13:29:32.396 INFO O| Feb 23 13:29:32.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5906 | 2025-02-23T13:29:34.004Z | [ recovery-image] Feb 23 13:29:32.396 INFO O| Feb 23 13:29:32.396 INFO STEP 429 (remove_files) COMPLETE |
5907 | 2025-02-23T13:29:34.004Z | [ recovery-image] Feb 23 13:29:32.396 INFO O| Feb 23 13:29:32.396 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2025-02-23T13:29:34.069Z | [ recovery-image] Feb 23 13:29:32.460 INFO O| Feb 23 13:29:32.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5909 | 2025-02-23T13:29:34.090Z | [ recovery-image] Feb 23 13:29:32.474 INFO O| Feb 23 13:29:32.474 INFO STEP 430 (remove_files) COMPLETE |
5910 | 2025-02-23T13:29:34.090Z | [ recovery-image] Feb 23 13:29:32.474 INFO O| Feb 23 13:29:32.474 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2025-02-23T13:29:34.106Z | [ recovery-image] Feb 23 13:29:32.498 INFO O| Feb 23 13:29:32.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5912 | 2025-02-23T13:29:34.106Z | [ recovery-image] Feb 23 13:29:32.498 INFO O| Feb 23 13:29:32.498 INFO STEP 431 (remove_files) COMPLETE |
5913 | 2025-02-23T13:29:34.110Z | [ recovery-image] Feb 23 13:29:32.498 INFO O| Feb 23 13:29:32.498 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2025-02-23T13:29:34.151Z | [ recovery-image] Feb 23 13:29:32.544 INFO O| Feb 23 13:29:32.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5915 | 2025-02-23T13:29:34.151Z | [ recovery-image] Feb 23 13:29:32.544 INFO O| Feb 23 13:29:32.544 INFO STEP 432 (remove_files) COMPLETE |
5916 | 2025-02-23T13:29:34.156Z | [ recovery-image] Feb 23 13:29:32.544 INFO O| Feb 23 13:29:32.544 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2025-02-23T13:29:34.158Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
5918 | 2025-02-23T13:29:34.226Z | [ recovery-image] Feb 23 13:29:32.618 INFO O| Feb 23 13:29:32.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5919 | 2025-02-23T13:29:34.227Z | [ recovery-image] Feb 23 13:29:32.618 INFO O| Feb 23 13:29:32.618 INFO STEP 433 (remove_files) COMPLETE |
5920 | 2025-02-23T13:29:34.227Z | [ recovery-image] Feb 23 13:29:32.618 INFO O| Feb 23 13:29:32.618 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2025-02-23T13:29:34.250Z | [ recovery-image] Feb 23 13:29:32.642 INFO O| Feb 23 13:29:32.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5922 | 2025-02-23T13:29:34.250Z | [ recovery-image] Feb 23 13:29:32.642 INFO O| Feb 23 13:29:32.642 INFO STEP 434 (remove_files) COMPLETE |
5923 | 2025-02-23T13:29:34.250Z | [ recovery-image] Feb 23 13:29:32.642 INFO O| Feb 23 13:29:32.642 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2025-02-23T13:29:34.291Z | [ recovery-image] Feb 23 13:29:32.683 INFO O| Feb 23 13:29:32.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5925 | 2025-02-23T13:29:34.291Z | [ recovery-image] Feb 23 13:29:32.683 INFO O| Feb 23 13:29:32.683 INFO STEP 435 (remove_files) COMPLETE |
5926 | 2025-02-23T13:29:34.293Z | [ recovery-image] Feb 23 13:29:32.683 INFO O| Feb 23 13:29:32.683 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2025-02-23T13:29:34.323Z | [ recovery-image] Feb 23 13:29:32.713 INFO O| Feb 23 13:29:32.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5928 | 2025-02-23T13:29:34.323Z | [ recovery-image] Feb 23 13:29:32.713 INFO O| Feb 23 13:29:32.713 INFO STEP 436 (remove_files) COMPLETE |
5929 | 2025-02-23T13:29:34.323Z | [ recovery-image] Feb 23 13:29:32.713 INFO O| Feb 23 13:29:32.713 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2025-02-23T13:29:34.412Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
5931 | 2025-02-23T13:29:34.412Z | [ recovery-image] Feb 23 13:29:32.804 INFO O| Feb 23 13:29:32.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5932 | 2025-02-23T13:29:34.416Z | [ recovery-image] Feb 23 13:29:32.805 INFO O| Feb 23 13:29:32.805 INFO STEP 437 (remove_files) COMPLETE |
5933 | 2025-02-23T13:29:34.416Z | [ recovery-image] Feb 23 13:29:32.805 INFO O| Feb 23 13:29:32.805 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2025-02-23T13:29:34.475Z | [ recovery-image] Feb 23 13:29:32.866 INFO O| Feb 23 13:29:32.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5935 | 2025-02-23T13:29:34.475Z | [ recovery-image] Feb 23 13:29:32.866 INFO O| Feb 23 13:29:32.866 INFO STEP 438 (remove_files) COMPLETE |
5936 | 2025-02-23T13:29:34.475Z | [ recovery-image] Feb 23 13:29:32.866 INFO O| Feb 23 13:29:32.866 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2025-02-23T13:29:34.499Z | [ recovery-image] Feb 23 13:29:32.891 INFO O| Feb 23 13:29:32.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5938 | 2025-02-23T13:29:34.499Z | [ recovery-image] Feb 23 13:29:32.891 INFO O| Feb 23 13:29:32.891 INFO STEP 439 (remove_files) COMPLETE |
5939 | 2025-02-23T13:29:34.499Z | [ recovery-image] Feb 23 13:29:32.891 INFO O| Feb 23 13:29:32.891 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2025-02-23T13:29:34.525Z | [ recovery-image] Feb 23 13:29:32.917 INFO O| Feb 23 13:29:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5941 | 2025-02-23T13:29:34.526Z | [ recovery-image] Feb 23 13:29:32.917 INFO O| Feb 23 13:29:32.917 INFO STEP 440 (remove_files) COMPLETE |
5942 | 2025-02-23T13:29:34.526Z | [ recovery-image] Feb 23 13:29:32.917 INFO O| Feb 23 13:29:32.917 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2025-02-23T13:29:34.571Z | [ recovery-image] Feb 23 13:29:32.964 INFO O| Feb 23 13:29:32.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5944 | 2025-02-23T13:29:34.576Z | [ recovery-image] Feb 23 13:29:32.964 INFO O| Feb 23 13:29:32.964 INFO STEP 441 (remove_files) COMPLETE |
5945 | 2025-02-23T13:29:34.576Z | [ recovery-image] Feb 23 13:29:32.964 INFO O| Feb 23 13:29:32.964 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2025-02-23T13:29:34.594Z | [ recovery-image] Feb 23 13:29:32.986 INFO O| Feb 23 13:29:32.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5947 | 2025-02-23T13:29:34.597Z | [ recovery-image] Feb 23 13:29:32.986 INFO O| Feb 23 13:29:32.986 INFO STEP 442 (remove_files) COMPLETE |
5948 | 2025-02-23T13:29:34.606Z | [ recovery-image] Feb 23 13:29:32.986 INFO O| Feb 23 13:29:32.986 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2025-02-23T13:29:34.645Z | [ recovery-image] Feb 23 13:29:33.036 INFO O| Feb 23 13:29:33.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5950 | 2025-02-23T13:29:34.645Z | [ recovery-image] Feb 23 13:29:33.036 INFO O| Feb 23 13:29:33.036 INFO STEP 443 (remove_files) COMPLETE |
5951 | 2025-02-23T13:29:34.645Z | [ recovery-image] Feb 23 13:29:33.036 INFO O| Feb 23 13:29:33.036 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2025-02-23T13:29:34.667Z | [ recovery-image] Feb 23 13:29:33.060 INFO O| Feb 23 13:29:33.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5953 | 2025-02-23T13:29:34.667Z | [ recovery-image] Feb 23 13:29:33.060 INFO O| Feb 23 13:29:33.060 INFO STEP 444 (remove_files) COMPLETE |
5954 | 2025-02-23T13:29:34.667Z | [ recovery-image] Feb 23 13:29:33.060 INFO O| Feb 23 13:29:33.060 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2025-02-23T13:29:34.683Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
5956 | 2025-02-23T13:29:34.692Z | [ recovery-image] Feb 23 13:29:33.084 INFO O| Feb 23 13:29:33.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5957 | 2025-02-23T13:29:34.692Z | [ recovery-image] Feb 23 13:29:33.084 INFO O| Feb 23 13:29:33.084 INFO STEP 445 (remove_files) COMPLETE |
5958 | 2025-02-23T13:29:34.695Z | [ recovery-image] Feb 23 13:29:33.084 INFO O| Feb 23 13:29:33.084 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2025-02-23T13:29:34.717Z | [ recovery-image] Feb 23 13:29:33.109 INFO O| Feb 23 13:29:33.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5960 | 2025-02-23T13:29:34.717Z | [ recovery-image] Feb 23 13:29:33.110 INFO O| Feb 23 13:29:33.110 INFO STEP 446 (remove_files) COMPLETE |
5961 | 2025-02-23T13:29:34.721Z | [ recovery-image] Feb 23 13:29:33.110 INFO O| Feb 23 13:29:33.110 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2025-02-23T13:29:34.755Z | [ recovery-image] Feb 23 13:29:33.147 INFO O| Feb 23 13:29:33.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5963 | 2025-02-23T13:29:34.755Z | [ recovery-image] Feb 23 13:29:33.147 INFO O| Feb 23 13:29:33.147 INFO STEP 447 (remove_files) COMPLETE |
5964 | 2025-02-23T13:29:34.757Z | [ recovery-image] Feb 23 13:29:33.147 INFO O| Feb 23 13:29:33.147 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2025-02-23T13:29:34.780Z | [ recovery-image] Feb 23 13:29:33.172 INFO O| Feb 23 13:29:33.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5966 | 2025-02-23T13:29:34.780Z | [ recovery-image] Feb 23 13:29:33.172 INFO O| Feb 23 13:29:33.172 INFO STEP 448 (remove_files) COMPLETE |
5967 | 2025-02-23T13:29:34.782Z | [ recovery-image] Feb 23 13:29:33.172 INFO O| Feb 23 13:29:33.172 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2025-02-23T13:29:34.785Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
5969 | 2025-02-23T13:29:34.809Z | [ recovery-image] Feb 23 13:29:33.201 INFO O| Feb 23 13:29:33.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5970 | 2025-02-23T13:29:34.813Z | [ recovery-image] Feb 23 13:29:33.201 INFO O| Feb 23 13:29:33.201 INFO STEP 449 (remove_files) COMPLETE |
5971 | 2025-02-23T13:29:34.813Z | [ recovery-image] Feb 23 13:29:33.201 INFO O| Feb 23 13:29:33.201 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2025-02-23T13:29:34.835Z | [ recovery-image] Feb 23 13:29:33.227 INFO O| Feb 23 13:29:33.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5973 | 2025-02-23T13:29:34.838Z | [ recovery-image] Feb 23 13:29:33.227 INFO O| Feb 23 13:29:33.227 INFO STEP 450 (remove_files) COMPLETE |
5974 | 2025-02-23T13:29:34.838Z | [ recovery-image] Feb 23 13:29:33.228 INFO O| Feb 23 13:29:33.228 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2025-02-23T13:29:34.858Z | [ recovery-image] Feb 23 13:29:33.250 INFO O| Feb 23 13:29:33.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5976 | 2025-02-23T13:29:34.861Z | [ recovery-image] Feb 23 13:29:33.251 INFO O| Feb 23 13:29:33.251 INFO STEP 451 (remove_files) COMPLETE |
5977 | 2025-02-23T13:29:34.861Z | [ recovery-image] Feb 23 13:29:33.251 INFO O| Feb 23 13:29:33.251 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2025-02-23T13:29:34.883Z | [ recovery-image] Feb 23 13:29:33.273 INFO O| Feb 23 13:29:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5979 | 2025-02-23T13:29:34.886Z | [ recovery-image] Feb 23 13:29:33.273 INFO O| Feb 23 13:29:33.273 INFO STEP 452 (remove_files) COMPLETE |
5980 | 2025-02-23T13:29:34.886Z | [ recovery-image] Feb 23 13:29:33.273 INFO O| Feb 23 13:29:33.273 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2025-02-23T13:29:34.926Z | [ recovery-image] Feb 23 13:29:33.318 INFO O| Feb 23 13:29:33.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5982 | 2025-02-23T13:29:34.926Z | [ recovery-image] Feb 23 13:29:33.318 INFO O| Feb 23 13:29:33.318 INFO STEP 453 (remove_files) COMPLETE |
5983 | 2025-02-23T13:29:34.928Z | [ recovery-image] Feb 23 13:29:33.318 INFO O| Feb 23 13:29:33.318 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2025-02-23T13:29:34.951Z | [ recovery-image] Feb 23 13:29:33.343 INFO O| Feb 23 13:29:33.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5985 | 2025-02-23T13:29:34.955Z | [ recovery-image] Feb 23 13:29:33.343 INFO O| Feb 23 13:29:33.343 INFO STEP 454 (remove_files) COMPLETE |
5986 | 2025-02-23T13:29:34.955Z | [ recovery-image] Feb 23 13:29:33.343 INFO O| Feb 23 13:29:33.343 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2025-02-23T13:29:35.007Z | [ recovery-image] Feb 23 13:29:33.399 INFO O| Feb 23 13:29:33.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5988 | 2025-02-23T13:29:35.007Z | [ recovery-image] Feb 23 13:29:33.399 INFO O| Feb 23 13:29:33.399 INFO STEP 455 (remove_files) COMPLETE |
5989 | 2025-02-23T13:29:35.007Z | [ recovery-image] Feb 23 13:29:33.399 INFO O| Feb 23 13:29:33.399 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2025-02-23T13:29:35.032Z | [ recovery-image] Feb 23 13:29:33.424 INFO O| Feb 23 13:29:33.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5991 | 2025-02-23T13:29:35.032Z | [ recovery-image] Feb 23 13:29:33.424 INFO O| Feb 23 13:29:33.424 INFO STEP 456 (remove_files) COMPLETE |
5992 | 2025-02-23T13:29:35.042Z | [ recovery-image] Feb 23 13:29:33.424 INFO O| Feb 23 13:29:33.424 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2025-02-23T13:29:35.055Z | [ recovery-image] Feb 23 13:29:33.447 INFO O| Feb 23 13:29:33.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5994 | 2025-02-23T13:29:35.055Z | [ recovery-image] Feb 23 13:29:33.447 INFO O| Feb 23 13:29:33.447 INFO STEP 457 (remove_files) COMPLETE |
5995 | 2025-02-23T13:29:35.055Z | [ recovery-image] Feb 23 13:29:33.447 INFO O| Feb 23 13:29:33.447 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2025-02-23T13:29:35.086Z | [ recovery-image] Feb 23 13:29:33.468 INFO O| Feb 23 13:29:33.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5997 | 2025-02-23T13:29:35.089Z | [ recovery-image] Feb 23 13:29:33.468 INFO O| Feb 23 13:29:33.468 INFO STEP 458 (remove_files) COMPLETE |
5998 | 2025-02-23T13:29:35.089Z | [ recovery-image] Feb 23 13:29:33.468 INFO O| Feb 23 13:29:33.468 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2025-02-23T13:29:35.102Z | [ recovery-image] Feb 23 13:29:33.488 INFO O| Feb 23 13:29:33.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
6000 | 2025-02-23T13:29:35.102Z | [ recovery-image] Feb 23 13:29:33.488 INFO O| Feb 23 13:29:33.488 INFO STEP 459 (remove_files) COMPLETE |
6001 | 2025-02-23T13:29:35.102Z | [ recovery-image] Feb 23 13:29:33.488 INFO O| Feb 23 13:29:33.488 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2025-02-23T13:29:35.118Z | [ recovery-image] Feb 23 13:29:33.510 INFO O| Feb 23 13:29:33.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
6003 | 2025-02-23T13:29:35.121Z | [ recovery-image] Feb 23 13:29:33.511 INFO O| Feb 23 13:29:33.511 INFO STEP 460 (remove_files) COMPLETE |
6004 | 2025-02-23T13:29:35.121Z | [ recovery-image] Feb 23 13:29:33.511 INFO O| Feb 23 13:29:33.511 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2025-02-23T13:29:35.144Z | [ recovery-image] Feb 23 13:29:33.535 INFO O| Feb 23 13:29:33.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
6006 | 2025-02-23T13:29:35.159Z | [ recovery-image] Feb 23 13:29:33.536 INFO O| Feb 23 13:29:33.536 INFO STEP 461 (remove_files) COMPLETE |
6007 | 2025-02-23T13:29:35.159Z | [ recovery-image] Feb 23 13:29:33.536 INFO O| Feb 23 13:29:33.536 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2025-02-23T13:29:35.174Z | [ recovery-image] Feb 23 13:29:33.565 INFO O| Feb 23 13:29:33.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
6009 | 2025-02-23T13:29:35.174Z | [ recovery-image] Feb 23 13:29:33.565 INFO O| Feb 23 13:29:33.565 INFO STEP 462 (remove_files) COMPLETE |
6010 | 2025-02-23T13:29:35.177Z | [ recovery-image] Feb 23 13:29:33.565 INFO O| Feb 23 13:29:33.565 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2025-02-23T13:29:35.233Z | [ recovery-image] Feb 23 13:29:33.625 INFO O| Feb 23 13:29:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
6012 | 2025-02-23T13:29:35.237Z | [ recovery-image] Feb 23 13:29:33.626 INFO O| Feb 23 13:29:33.625 INFO STEP 463 (remove_files) COMPLETE |
6013 | 2025-02-23T13:29:35.237Z | [ recovery-image] Feb 23 13:29:33.626 INFO O| Feb 23 13:29:33.625 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2025-02-23T13:29:35.294Z | [ recovery-image] Feb 23 13:29:33.682 INFO O| Feb 23 13:29:33.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
6015 | 2025-02-23T13:29:35.298Z | [ recovery-image] Feb 23 13:29:33.683 INFO O| Feb 23 13:29:33.682 INFO STEP 464 (remove_files) COMPLETE |
6016 | 2025-02-23T13:29:35.298Z | [ recovery-image] Feb 23 13:29:33.683 INFO O| Feb 23 13:29:33.683 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2025-02-23T13:29:35.315Z | [ recovery-image] Feb 23 13:29:33.707 INFO O| Feb 23 13:29:33.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
6018 | 2025-02-23T13:29:35.318Z | [ recovery-image] Feb 23 13:29:33.708 INFO O| Feb 23 13:29:33.708 INFO STEP 465 (remove_files) COMPLETE |
6019 | 2025-02-23T13:29:35.318Z | [ recovery-image] Feb 23 13:29:33.708 INFO O| Feb 23 13:29:33.708 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2025-02-23T13:29:35.349Z | [ recovery-image] Feb 23 13:29:33.734 INFO O| Feb 23 13:29:33.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
6021 | 2025-02-23T13:29:35.349Z | [ recovery-image] Feb 23 13:29:33.734 INFO O| Feb 23 13:29:33.734 INFO STEP 466 (remove_files) COMPLETE |
6022 | 2025-02-23T13:29:35.349Z | [ recovery-image] Feb 23 13:29:33.734 INFO O| Feb 23 13:29:33.734 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2025-02-23T13:29:35.367Z | [ recovery-image] Feb 23 13:29:33.759 INFO O| Feb 23 13:29:33.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
6024 | 2025-02-23T13:29:35.379Z | [ recovery-image] Feb 23 13:29:33.759 INFO O| Feb 23 13:29:33.759 INFO STEP 467 (remove_files) COMPLETE |
6025 | 2025-02-23T13:29:35.380Z | [ recovery-image] Feb 23 13:29:33.759 INFO O| Feb 23 13:29:33.759 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2025-02-23T13:29:35.409Z | [ recovery-image] Feb 23 13:29:33.800 INFO O| Feb 23 13:29:33.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
6027 | 2025-02-23T13:29:35.422Z | [ recovery-image] Feb 23 13:29:33.801 INFO O| Feb 23 13:29:33.801 INFO STEP 468 (remove_files) COMPLETE |
6028 | 2025-02-23T13:29:35.422Z | [ recovery-image] Feb 23 13:29:33.801 INFO O| Feb 23 13:29:33.801 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2025-02-23T13:29:35.446Z | [ recovery-image] Feb 23 13:29:33.838 INFO O| Feb 23 13:29:33.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
6030 | 2025-02-23T13:29:35.446Z | [ recovery-image] Feb 23 13:29:33.838 INFO O| Feb 23 13:29:33.838 INFO STEP 469 (remove_files) COMPLETE |
6031 | 2025-02-23T13:29:35.446Z | [ recovery-image] Feb 23 13:29:33.838 INFO O| Feb 23 13:29:33.838 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2025-02-23T13:29:35.471Z | [ recovery-image] Feb 23 13:29:33.863 INFO O| Feb 23 13:29:33.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
6033 | 2025-02-23T13:29:35.478Z | [ recovery-image] Feb 23 13:29:33.863 INFO O| Feb 23 13:29:33.863 INFO STEP 470 (remove_files) COMPLETE |
6034 | 2025-02-23T13:29:35.478Z | [ recovery-image] Feb 23 13:29:33.863 INFO O| Feb 23 13:29:33.863 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2025-02-23T13:29:35.509Z | [ recovery-image] Feb 23 13:29:33.901 INFO O| Feb 23 13:29:33.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
6036 | 2025-02-23T13:29:35.509Z | [ recovery-image] Feb 23 13:29:33.901 INFO O| Feb 23 13:29:33.901 INFO STEP 471 (remove_files) COMPLETE |
6037 | 2025-02-23T13:29:35.512Z | [ recovery-image] Feb 23 13:29:33.901 INFO O| Feb 23 13:29:33.901 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2025-02-23T13:29:35.550Z | [ recovery-image] Feb 23 13:29:33.942 INFO O| Feb 23 13:29:33.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
6039 | 2025-02-23T13:29:35.550Z | [ recovery-image] Feb 23 13:29:33.942 INFO O| Feb 23 13:29:33.942 INFO STEP 472 (remove_files) COMPLETE |
6040 | 2025-02-23T13:29:35.553Z | [ recovery-image] Feb 23 13:29:33.942 INFO O| Feb 23 13:29:33.942 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2025-02-23T13:29:35.583Z | [ recovery-image] Feb 23 13:29:33.971 INFO O| Feb 23 13:29:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
6042 | 2025-02-23T13:29:35.583Z | [ recovery-image] Feb 23 13:29:33.971 INFO O| Feb 23 13:29:33.971 INFO STEP 473 (remove_files) COMPLETE |
6043 | 2025-02-23T13:29:35.583Z | [ recovery-image] Feb 23 13:29:33.971 INFO O| Feb 23 13:29:33.971 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2025-02-23T13:29:35.614Z | [ recovery-image] Feb 23 13:29:34.006 INFO O| Feb 23 13:29:34.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
6045 | 2025-02-23T13:29:35.617Z | [ recovery-image] Feb 23 13:29:34.007 INFO O| Feb 23 13:29:34.007 INFO STEP 474 (remove_files) COMPLETE |
6046 | 2025-02-23T13:29:35.617Z | [ recovery-image] Feb 23 13:29:34.007 INFO O| Feb 23 13:29:34.007 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2025-02-23T13:29:35.652Z | [ recovery-image] Feb 23 13:29:34.044 INFO O| Feb 23 13:29:34.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
6048 | 2025-02-23T13:29:35.652Z | [ recovery-image] Feb 23 13:29:34.044 INFO O| Feb 23 13:29:34.044 INFO STEP 475 (remove_files) COMPLETE |
6049 | 2025-02-23T13:29:35.652Z | [ recovery-image] Feb 23 13:29:34.044 INFO O| Feb 23 13:29:34.044 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2025-02-23T13:29:35.675Z | [ recovery-image] Feb 23 13:29:34.066 INFO O| Feb 23 13:29:34.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
6051 | 2025-02-23T13:29:35.675Z | [ recovery-image] Feb 23 13:29:34.066 INFO O| Feb 23 13:29:34.066 INFO STEP 476 (remove_files) COMPLETE |
6052 | 2025-02-23T13:29:35.681Z | [ recovery-image] Feb 23 13:29:34.066 INFO O| Feb 23 13:29:34.066 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2025-02-23T13:29:35.696Z | [ recovery-image] Feb 23 13:29:34.088 INFO O| Feb 23 13:29:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
6054 | 2025-02-23T13:29:35.696Z | [ recovery-image] Feb 23 13:29:34.088 INFO O| Feb 23 13:29:34.088 INFO STEP 477 (remove_files) COMPLETE |
6055 | 2025-02-23T13:29:35.696Z | [ recovery-image] Feb 23 13:29:34.088 INFO O| Feb 23 13:29:34.088 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2025-02-23T13:29:35.718Z | [ host-image] Feb 23 13:29:34.110 INFO O| Feb 23 13:29:34.110 INFO O| Done |
6057 | 2025-02-23T13:29:35.721Z | [ recovery-image] Feb 23 13:29:34.113 INFO O| Feb 23 13:29:34.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
6058 | 2025-02-23T13:29:35.734Z | [ recovery-image] Feb 23 13:29:34.125 INFO O| Feb 23 13:29:34.125 INFO STEP 478 (remove_files) COMPLETE |
6059 | 2025-02-23T13:29:35.734Z | [ recovery-image] Feb 23 13:29:34.125 INFO O| Feb 23 13:29:34.125 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2025-02-23T13:29:35.768Z | [ recovery-image] Feb 23 13:29:34.160 INFO O| Feb 23 13:29:34.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
6061 | 2025-02-23T13:29:35.768Z | [ recovery-image] Feb 23 13:29:34.160 INFO O| Feb 23 13:29:34.160 INFO STEP 479 (remove_files) COMPLETE |
6062 | 2025-02-23T13:29:35.771Z | [ recovery-image] Feb 23 13:29:34.161 INFO O| Feb 23 13:29:34.160 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2025-02-23T13:29:35.786Z | [ host-image] Feb 23 13:29:34.178 INFO O| Feb 23 13:29:34.178 INFO O| Done |
6064 | 2025-02-23T13:29:35.789Z | [ host-image] Feb 23 13:29:34.178 INFO O| Feb 23 13:29:34.178 INFO O| Done |
6065 | 2025-02-23T13:29:35.803Z | [ recovery-image] Feb 23 13:29:34.192 INFO O| Feb 23 13:29:34.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
6066 | 2025-02-23T13:29:35.803Z | [ recovery-image] Feb 23 13:29:34.192 INFO O| Feb 23 13:29:34.192 INFO STEP 480 (remove_files) COMPLETE |
6067 | 2025-02-23T13:29:35.806Z | [ recovery-image] Feb 23 13:29:34.193 INFO O| Feb 23 13:29:34.192 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2025-02-23T13:29:35.814Z | [ host-image] Feb 23 13:29:34.206 INFO O| Feb 23 13:29:34.206 INFO O| Done |
6069 | 2025-02-23T13:29:35.882Z | [ recovery-image] Feb 23 13:29:34.274 INFO O| Feb 23 13:29:34.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
6070 | 2025-02-23T13:29:35.886Z | [ recovery-image] Feb 23 13:29:34.274 INFO O| Feb 23 13:29:34.274 INFO STEP 481 (remove_files) COMPLETE |
6071 | 2025-02-23T13:29:35.886Z | [ recovery-image] Feb 23 13:29:34.274 INFO O| Feb 23 13:29:34.274 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2025-02-23T13:29:35.911Z | [ recovery-image] Feb 23 13:29:34.303 INFO O| Feb 23 13:29:34.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
6073 | 2025-02-23T13:29:35.912Z | [ recovery-image] Feb 23 13:29:34.303 INFO O| Feb 23 13:29:34.303 INFO STEP 482 (remove_files) COMPLETE |
6074 | 2025-02-23T13:29:35.912Z | [ recovery-image] Feb 23 13:29:34.303 INFO O| Feb 23 13:29:34.303 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2025-02-23T13:29:35.939Z | [ recovery-image] Feb 23 13:29:34.330 INFO O| Feb 23 13:29:34.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
6076 | 2025-02-23T13:29:35.942Z | [ recovery-image] Feb 23 13:29:34.330 INFO O| Feb 23 13:29:34.330 INFO STEP 483 (remove_files) COMPLETE |
6077 | 2025-02-23T13:29:35.942Z | [ recovery-image] Feb 23 13:29:34.330 INFO O| Feb 23 13:29:34.330 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2025-02-23T13:29:35.965Z | [ recovery-image] Feb 23 13:29:34.357 INFO O| Feb 23 13:29:34.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
6079 | 2025-02-23T13:29:35.965Z | [ recovery-image] Feb 23 13:29:34.357 INFO O| Feb 23 13:29:34.357 INFO STEP 484 (remove_files) COMPLETE |
6080 | 2025-02-23T13:29:35.969Z | [ recovery-image] Feb 23 13:29:34.357 INFO O| Feb 23 13:29:34.357 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2025-02-23T13:29:35.990Z | [ recovery-image] Feb 23 13:29:34.382 INFO O| Feb 23 13:29:34.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
6082 | 2025-02-23T13:29:35.990Z | [ recovery-image] Feb 23 13:29:34.382 INFO O| Feb 23 13:29:34.382 INFO STEP 485 (remove_files) COMPLETE |
6083 | 2025-02-23T13:29:35.993Z | [ recovery-image] Feb 23 13:29:34.382 INFO O| Feb 23 13:29:34.382 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2025-02-23T13:29:36.018Z | [ recovery-image] Feb 23 13:29:34.409 INFO O| Feb 23 13:29:34.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
6085 | 2025-02-23T13:29:36.018Z | [ recovery-image] Feb 23 13:29:34.409 INFO O| Feb 23 13:29:34.409 INFO STEP 486 (remove_files) COMPLETE |
6086 | 2025-02-23T13:29:36.018Z | [ recovery-image] Feb 23 13:29:34.409 INFO O| Feb 23 13:29:34.409 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2025-02-23T13:29:36.039Z | [ host-image] Feb 23 13:29:34.431 INFO O| Feb 23 13:29:34.431 INFO STEP 12 (pkg_install) COMPLETE |
6088 | 2025-02-23T13:29:36.039Z | [ host-image] Feb 23 13:29:34.431 INFO O| Feb 23 13:29:34.431 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6089 | 2025-02-23T13:29:36.062Z | [ host-image] Feb 23 13:29:34.454 INFO O| Feb 23 13:29:34.454 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
6090 | 2025-02-23T13:29:36.182Z | [ recovery-image] Feb 23 13:29:34.574 INFO O| Feb 23 13:29:34.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
6091 | 2025-02-23T13:29:36.182Z | [ recovery-image] Feb 23 13:29:34.574 INFO O| Feb 23 13:29:34.574 INFO STEP 487 (remove_files) COMPLETE |
6092 | 2025-02-23T13:29:36.182Z | [ recovery-image] Feb 23 13:29:34.574 INFO O| Feb 23 13:29:34.574 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2025-02-23T13:29:36.206Z | [ recovery-image] Feb 23 13:29:34.598 INFO O| Feb 23 13:29:34.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
6094 | 2025-02-23T13:29:36.206Z | [ recovery-image] Feb 23 13:29:34.598 INFO O| Feb 23 13:29:34.598 INFO STEP 488 (remove_files) COMPLETE |
6095 | 2025-02-23T13:29:36.206Z | [ recovery-image] Feb 23 13:29:34.598 INFO O| Feb 23 13:29:34.598 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2025-02-23T13:29:36.231Z | [ recovery-image] Feb 23 13:29:34.623 INFO O| Feb 23 13:29:34.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
6097 | 2025-02-23T13:29:36.234Z | [ recovery-image] Feb 23 13:29:34.624 INFO O| Feb 23 13:29:34.624 INFO STEP 489 (remove_files) COMPLETE |
6098 | 2025-02-23T13:29:36.234Z | [ recovery-image] Feb 23 13:29:34.624 INFO O| Feb 23 13:29:34.624 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2025-02-23T13:29:36.312Z | [ recovery-image] Feb 23 13:29:34.698 INFO O| Feb 23 13:29:34.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
6100 | 2025-02-23T13:29:36.312Z | [ recovery-image] Feb 23 13:29:34.698 INFO O| Feb 23 13:29:34.698 INFO STEP 490 (remove_files) COMPLETE |
6101 | 2025-02-23T13:29:36.312Z | [ recovery-image] Feb 23 13:29:34.698 INFO O| Feb 23 13:29:34.698 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2025-02-23T13:29:36.360Z | [ recovery-image] Feb 23 13:29:34.752 INFO O| Feb 23 13:29:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
6103 | 2025-02-23T13:29:36.360Z | [ recovery-image] Feb 23 13:29:34.752 INFO O| Feb 23 13:29:34.752 INFO STEP 491 (remove_files) COMPLETE |
6104 | 2025-02-23T13:29:36.360Z | [ recovery-image] Feb 23 13:29:34.752 INFO O| Feb 23 13:29:34.752 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2025-02-23T13:29:36.413Z | [ recovery-image] Feb 23 13:29:34.804 INFO O| Feb 23 13:29:34.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
6106 | 2025-02-23T13:29:36.413Z | [ recovery-image] Feb 23 13:29:34.804 INFO O| Feb 23 13:29:34.804 INFO STEP 492 (remove_files) COMPLETE |
6107 | 2025-02-23T13:29:36.413Z | [ recovery-image] Feb 23 13:29:34.804 INFO O| Feb 23 13:29:34.804 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2025-02-23T13:29:36.448Z | [ recovery-image] Feb 23 13:29:34.840 INFO O| Feb 23 13:29:34.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
6109 | 2025-02-23T13:29:36.456Z | [ recovery-image] Feb 23 13:29:34.847 INFO O| Feb 23 13:29:34.847 INFO STEP 493 (remove_files) COMPLETE |
6110 | 2025-02-23T13:29:36.456Z | [ recovery-image] Feb 23 13:29:34.847 INFO O| Feb 23 13:29:34.847 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2025-02-23T13:29:36.506Z | [ recovery-image] Feb 23 13:29:34.898 INFO O| Feb 23 13:29:34.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
6112 | 2025-02-23T13:29:36.506Z | [ recovery-image] Feb 23 13:29:34.898 INFO O| Feb 23 13:29:34.898 INFO STEP 494 (remove_files) COMPLETE |
6113 | 2025-02-23T13:29:36.509Z | [ recovery-image] Feb 23 13:29:34.898 INFO O| Feb 23 13:29:34.898 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2025-02-23T13:29:36.553Z | [ recovery-image] Feb 23 13:29:34.945 INFO O| Feb 23 13:29:34.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
6115 | 2025-02-23T13:29:36.555Z | [ recovery-image] Feb 23 13:29:34.945 INFO O| Feb 23 13:29:34.945 INFO STEP 495 (remove_files) COMPLETE |
6116 | 2025-02-23T13:29:36.555Z | [ recovery-image] Feb 23 13:29:34.945 INFO O| Feb 23 13:29:34.945 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2025-02-23T13:29:36.592Z | [ recovery-image] Feb 23 13:29:34.983 INFO O| Feb 23 13:29:34.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
6118 | 2025-02-23T13:29:36.596Z | [ recovery-image] Feb 23 13:29:34.984 INFO O| Feb 23 13:29:34.984 INFO STEP 496 (remove_files) COMPLETE |
6119 | 2025-02-23T13:29:36.596Z | [ recovery-image] Feb 23 13:29:34.984 INFO O| Feb 23 13:29:34.984 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2025-02-23T13:29:36.622Z | [ recovery-image] Feb 23 13:29:35.013 INFO O| Feb 23 13:29:35.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
6121 | 2025-02-23T13:29:36.627Z | [ recovery-image] Feb 23 13:29:35.014 INFO O| Feb 23 13:29:35.013 INFO STEP 497 (remove_files) COMPLETE |
6122 | 2025-02-23T13:29:36.627Z | [ recovery-image] Feb 23 13:29:35.014 INFO O| Feb 23 13:29:35.014 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2025-02-23T13:29:36.650Z | [ recovery-image] Feb 23 13:29:35.042 INFO O| Feb 23 13:29:35.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
6124 | 2025-02-23T13:29:36.650Z | [ recovery-image] Feb 23 13:29:35.042 INFO O| Feb 23 13:29:35.042 INFO STEP 498 (remove_files) COMPLETE |
6125 | 2025-02-23T13:29:36.650Z | [ recovery-image] Feb 23 13:29:35.042 INFO O| Feb 23 13:29:35.042 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2025-02-23T13:29:36.677Z | [ recovery-image] Feb 23 13:29:35.069 INFO O| Feb 23 13:29:35.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
6127 | 2025-02-23T13:29:36.677Z | [ recovery-image] Feb 23 13:29:35.069 INFO O| Feb 23 13:29:35.069 INFO STEP 499 (remove_files) COMPLETE |
6128 | 2025-02-23T13:29:36.681Z | [ recovery-image] Feb 23 13:29:35.069 INFO O| Feb 23 13:29:35.069 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2025-02-23T13:29:36.744Z | [ recovery-image] Feb 23 13:29:35.136 INFO O| Feb 23 13:29:35.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
6130 | 2025-02-23T13:29:36.748Z | [ recovery-image] Feb 23 13:29:35.137 INFO O| Feb 23 13:29:35.136 INFO STEP 500 (remove_files) COMPLETE |
6131 | 2025-02-23T13:29:36.748Z | [ recovery-image] Feb 23 13:29:35.137 INFO O| Feb 23 13:29:35.136 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2025-02-23T13:29:36.769Z | [ recovery-image] Feb 23 13:29:35.161 INFO O| Feb 23 13:29:35.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
6133 | 2025-02-23T13:29:36.769Z | [ recovery-image] Feb 23 13:29:35.161 INFO O| Feb 23 13:29:35.161 INFO STEP 501 (remove_files) COMPLETE |
6134 | 2025-02-23T13:29:36.773Z | [ recovery-image] Feb 23 13:29:35.161 INFO O| Feb 23 13:29:35.161 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2025-02-23T13:29:36.823Z | [ recovery-image] Feb 23 13:29:35.215 INFO O| Feb 23 13:29:35.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6136 | 2025-02-23T13:29:36.823Z | [ recovery-image] Feb 23 13:29:35.215 INFO O| Feb 23 13:29:35.215 INFO STEP 502 (remove_files) COMPLETE |
6137 | 2025-02-23T13:29:36.826Z | [ recovery-image] Feb 23 13:29:35.216 INFO O| Feb 23 13:29:35.215 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2025-02-23T13:29:36.894Z | [ recovery-image] Feb 23 13:29:35.285 INFO O| Feb 23 13:29:35.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6139 | 2025-02-23T13:29:36.894Z | [ recovery-image] Feb 23 13:29:35.286 INFO O| Feb 23 13:29:35.286 INFO STEP 503 (remove_files) COMPLETE |
6140 | 2025-02-23T13:29:36.898Z | [ recovery-image] Feb 23 13:29:35.286 INFO O| Feb 23 13:29:35.286 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2025-02-23T13:29:36.950Z | [ recovery-image] Feb 23 13:29:35.342 INFO O| Feb 23 13:29:35.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6142 | 2025-02-23T13:29:36.950Z | [ recovery-image] Feb 23 13:29:35.342 INFO O| Feb 23 13:29:35.342 INFO STEP 504 (remove_files) COMPLETE |
6143 | 2025-02-23T13:29:36.950Z | [ recovery-image] Feb 23 13:29:35.342 INFO O| Feb 23 13:29:35.342 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2025-02-23T13:29:36.975Z | [ recovery-image] Feb 23 13:29:35.367 INFO O| Feb 23 13:29:35.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6145 | 2025-02-23T13:29:36.976Z | [ recovery-image] Feb 23 13:29:35.368 INFO O| Feb 23 13:29:35.368 INFO STEP 505 (remove_files) COMPLETE |
6146 | 2025-02-23T13:29:36.978Z | [ recovery-image] Feb 23 13:29:35.368 INFO O| Feb 23 13:29:35.368 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2025-02-23T13:29:36.998Z | [ recovery-image] Feb 23 13:29:35.390 INFO O| Feb 23 13:29:35.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6148 | 2025-02-23T13:29:37.003Z | [ recovery-image] Feb 23 13:29:35.391 INFO O| Feb 23 13:29:35.390 INFO STEP 506 (remove_files) COMPLETE |
6149 | 2025-02-23T13:29:37.003Z | [ recovery-image] Feb 23 13:29:35.391 INFO O| Feb 23 13:29:35.391 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2025-02-23T13:29:37.027Z | [ recovery-image] Feb 23 13:29:35.418 INFO O| Feb 23 13:29:35.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6151 | 2025-02-23T13:29:37.027Z | [ recovery-image] Feb 23 13:29:35.419 INFO O| Feb 23 13:29:35.419 INFO STEP 507 (remove_files) COMPLETE |
6152 | 2025-02-23T13:29:37.027Z | [ recovery-image] Feb 23 13:29:35.419 INFO O| Feb 23 13:29:35.419 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2025-02-23T13:29:37.067Z | [ recovery-image] Feb 23 13:29:35.459 INFO O| Feb 23 13:29:35.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6154 | 2025-02-23T13:29:37.067Z | [ recovery-image] Feb 23 13:29:35.459 INFO O| Feb 23 13:29:35.459 INFO STEP 508 (remove_files) COMPLETE |
6155 | 2025-02-23T13:29:37.070Z | [ recovery-image] Feb 23 13:29:35.460 INFO O| Feb 23 13:29:35.459 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2025-02-23T13:29:37.092Z | [ recovery-image] Feb 23 13:29:35.483 INFO O| Feb 23 13:29:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6157 | 2025-02-23T13:29:37.095Z | [ recovery-image] Feb 23 13:29:35.483 INFO O| Feb 23 13:29:35.483 INFO STEP 509 (remove_files) COMPLETE |
6158 | 2025-02-23T13:29:37.095Z | [ recovery-image] Feb 23 13:29:35.484 INFO O| Feb 23 13:29:35.483 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2025-02-23T13:29:37.120Z | [ recovery-image] Feb 23 13:29:35.511 INFO O| Feb 23 13:29:35.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6160 | 2025-02-23T13:29:37.120Z | [ recovery-image] Feb 23 13:29:35.511 INFO O| Feb 23 13:29:35.511 INFO STEP 510 (remove_files) COMPLETE |
6161 | 2025-02-23T13:29:37.120Z | [ recovery-image] Feb 23 13:29:35.511 INFO O| Feb 23 13:29:35.511 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2025-02-23T13:29:37.143Z | [ recovery-image] Feb 23 13:29:35.535 INFO O| Feb 23 13:29:35.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6163 | 2025-02-23T13:29:37.143Z | [ recovery-image] Feb 23 13:29:35.535 INFO O| Feb 23 13:29:35.535 INFO STEP 511 (remove_files) COMPLETE |
6164 | 2025-02-23T13:29:37.146Z | [ recovery-image] Feb 23 13:29:35.535 INFO O| Feb 23 13:29:35.535 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2025-02-23T13:29:37.173Z | [ recovery-image] Feb 23 13:29:35.564 INFO O| Feb 23 13:29:35.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6166 | 2025-02-23T13:29:37.173Z | [ recovery-image] Feb 23 13:29:35.564 INFO O| Feb 23 13:29:35.564 INFO STEP 512 (remove_files) COMPLETE |
6167 | 2025-02-23T13:29:37.173Z | [ recovery-image] Feb 23 13:29:35.564 INFO O| Feb 23 13:29:35.564 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2025-02-23T13:29:37.192Z | [ recovery-image] Feb 23 13:29:35.583 INFO O| Feb 23 13:29:35.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6169 | 2025-02-23T13:29:37.192Z | [ recovery-image] Feb 23 13:29:35.583 INFO O| Feb 23 13:29:35.583 INFO STEP 513 (remove_files) COMPLETE |
6170 | 2025-02-23T13:29:37.196Z | [ recovery-image] Feb 23 13:29:35.584 INFO O| Feb 23 13:29:35.583 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2025-02-23T13:29:37.216Z | [ host-image] Feb 23 13:29:35.608 INFO O| Feb 23 13:29:35.606 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6172 | 2025-02-23T13:29:37.219Z | [ recovery-image] Feb 23 13:29:35.608 INFO O| Feb 23 13:29:35.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6173 | 2025-02-23T13:29:37.219Z | [ recovery-image] Feb 23 13:29:35.609 INFO O| Feb 23 13:29:35.608 INFO STEP 514 (remove_files) COMPLETE |
6174 | 2025-02-23T13:29:37.219Z | [ recovery-image] Feb 23 13:29:35.609 INFO O| Feb 23 13:29:35.609 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2025-02-23T13:29:37.256Z | [ recovery-image] Feb 23 13:29:35.648 INFO O| Feb 23 13:29:35.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6176 | 2025-02-23T13:29:37.256Z | [ recovery-image] Feb 23 13:29:35.648 INFO O| Feb 23 13:29:35.648 INFO STEP 515 (remove_files) COMPLETE |
6177 | 2025-02-23T13:29:37.256Z | [ recovery-image] Feb 23 13:29:35.648 INFO O| Feb 23 13:29:35.648 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2025-02-23T13:29:37.296Z | [ recovery-image] Feb 23 13:29:35.685 INFO O| Feb 23 13:29:35.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6179 | 2025-02-23T13:29:37.296Z | [ recovery-image] Feb 23 13:29:35.685 INFO O| Feb 23 13:29:35.685 INFO STEP 516 (remove_files) COMPLETE |
6180 | 2025-02-23T13:29:37.299Z | [ recovery-image] Feb 23 13:29:35.685 INFO O| Feb 23 13:29:35.685 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2025-02-23T13:29:37.319Z | [ recovery-image] Feb 23 13:29:35.710 INFO O| Feb 23 13:29:35.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6182 | 2025-02-23T13:29:37.319Z | [ recovery-image] Feb 23 13:29:35.710 INFO O| Feb 23 13:29:35.710 INFO STEP 517 (remove_files) COMPLETE |
6183 | 2025-02-23T13:29:37.319Z | [ recovery-image] Feb 23 13:29:35.710 INFO O| Feb 23 13:29:35.710 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2025-02-23T13:29:37.354Z | [ recovery-image] Feb 23 13:29:35.736 INFO O| Feb 23 13:29:35.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6185 | 2025-02-23T13:29:37.354Z | [ recovery-image] Feb 23 13:29:35.736 INFO O| Feb 23 13:29:35.736 INFO STEP 518 (remove_files) COMPLETE |
6186 | 2025-02-23T13:29:37.354Z | [ recovery-image] Feb 23 13:29:35.736 INFO O| Feb 23 13:29:35.736 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2025-02-23T13:29:37.371Z | [ recovery-image] Feb 23 13:29:35.762 INFO O| Feb 23 13:29:35.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6188 | 2025-02-23T13:29:37.371Z | [ recovery-image] Feb 23 13:29:35.763 INFO O| Feb 23 13:29:35.762 INFO STEP 519 (remove_files) COMPLETE |
6189 | 2025-02-23T13:29:37.371Z | [ recovery-image] Feb 23 13:29:35.763 INFO O| Feb 23 13:29:35.763 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2025-02-23T13:29:37.396Z | [ recovery-image] Feb 23 13:29:35.787 INFO O| Feb 23 13:29:35.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6191 | 2025-02-23T13:29:37.396Z | [ recovery-image] Feb 23 13:29:35.787 INFO O| Feb 23 13:29:35.787 INFO STEP 520 (remove_files) COMPLETE |
6192 | 2025-02-23T13:29:37.398Z | [ recovery-image] Feb 23 13:29:35.788 INFO O| Feb 23 13:29:35.787 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2025-02-23T13:29:37.425Z | [ recovery-image] Feb 23 13:29:35.817 INFO O| Feb 23 13:29:35.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6194 | 2025-02-23T13:29:37.428Z | [ recovery-image] Feb 23 13:29:35.817 INFO O| Feb 23 13:29:35.817 INFO STEP 521 (remove_files) COMPLETE |
6195 | 2025-02-23T13:29:37.428Z | [ recovery-image] Feb 23 13:29:35.817 INFO O| Feb 23 13:29:35.817 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2025-02-23T13:29:37.453Z | [ recovery-image] Feb 23 13:29:35.845 INFO O| Feb 23 13:29:35.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6197 | 2025-02-23T13:29:37.459Z | [ recovery-image] Feb 23 13:29:35.845 INFO O| Feb 23 13:29:35.845 INFO STEP 522 (remove_files) COMPLETE |
6198 | 2025-02-23T13:29:37.459Z | [ recovery-image] Feb 23 13:29:35.845 INFO O| Feb 23 13:29:35.845 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2025-02-23T13:29:37.489Z | [ recovery-image] Feb 23 13:29:35.875 INFO O| Feb 23 13:29:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6200 | 2025-02-23T13:29:37.502Z | [ recovery-image] Feb 23 13:29:35.877 INFO O| Feb 23 13:29:35.877 INFO STEP 523 (remove_files) COMPLETE |
6201 | 2025-02-23T13:29:37.502Z | [ recovery-image] Feb 23 13:29:35.877 INFO O| Feb 23 13:29:35.877 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2025-02-23T13:29:37.534Z | [ recovery-image] Feb 23 13:29:35.925 INFO O| Feb 23 13:29:35.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6203 | 2025-02-23T13:29:37.555Z | [ recovery-image] Feb 23 13:29:35.926 INFO O| Feb 23 13:29:35.926 INFO STEP 524 (remove_files) COMPLETE |
6204 | 2025-02-23T13:29:37.555Z | [ recovery-image] Feb 23 13:29:35.926 INFO O| Feb 23 13:29:35.926 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2025-02-23T13:29:37.555Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
6206 | 2025-02-23T13:29:37.568Z | [ recovery-image] Feb 23 13:29:35.960 INFO O| Feb 23 13:29:35.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6207 | 2025-02-23T13:29:37.579Z | [ recovery-image] Feb 23 13:29:35.960 INFO O| Feb 23 13:29:35.960 INFO STEP 525 (remove_files) COMPLETE |
6208 | 2025-02-23T13:29:37.579Z | [ recovery-image] Feb 23 13:29:35.960 INFO O| Feb 23 13:29:35.960 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2025-02-23T13:29:37.635Z | [ recovery-image] Feb 23 13:29:36.026 INFO O| Feb 23 13:29:36.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6210 | 2025-02-23T13:29:37.635Z | [ recovery-image] Feb 23 13:29:36.026 INFO O| Feb 23 13:29:36.026 INFO STEP 526 (remove_files) COMPLETE |
6211 | 2025-02-23T13:29:37.635Z | [ recovery-image] Feb 23 13:29:36.026 INFO O| Feb 23 13:29:36.026 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2025-02-23T13:29:37.658Z | [ recovery-image] Feb 23 13:29:36.049 INFO O| Feb 23 13:29:36.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6213 | 2025-02-23T13:29:37.658Z | [ recovery-image] Feb 23 13:29:36.049 INFO O| Feb 23 13:29:36.049 INFO STEP 527 (remove_files) COMPLETE |
6214 | 2025-02-23T13:29:37.663Z | [ recovery-image] Feb 23 13:29:36.049 INFO O| Feb 23 13:29:36.049 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2025-02-23T13:29:37.690Z | [ recovery-image] Feb 23 13:29:36.081 INFO O| Feb 23 13:29:36.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6216 | 2025-02-23T13:29:37.691Z | [ recovery-image] Feb 23 13:29:36.081 INFO O| Feb 23 13:29:36.081 INFO STEP 528 (remove_files) COMPLETE |
6217 | 2025-02-23T13:29:37.691Z | [ recovery-image] Feb 23 13:29:36.081 INFO O| Feb 23 13:29:36.081 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2025-02-23T13:29:37.755Z | [ recovery-image] Feb 23 13:29:36.147 INFO O| Feb 23 13:29:36.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6219 | 2025-02-23T13:29:37.755Z | [ recovery-image] Feb 23 13:29:36.147 INFO O| Feb 23 13:29:36.147 INFO STEP 529 (remove_files) COMPLETE |
6220 | 2025-02-23T13:29:37.755Z | [ recovery-image] Feb 23 13:29:36.147 INFO O| Feb 23 13:29:36.147 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2025-02-23T13:29:37.775Z | [ recovery-image] Feb 23 13:29:36.167 INFO O| Feb 23 13:29:36.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6222 | 2025-02-23T13:29:37.775Z | [ recovery-image] Feb 23 13:29:36.167 INFO O| Feb 23 13:29:36.167 INFO STEP 530 (remove_files) COMPLETE |
6223 | 2025-02-23T13:29:37.778Z | [ recovery-image] Feb 23 13:29:36.167 INFO O| Feb 23 13:29:36.167 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2025-02-23T13:29:37.808Z | [ recovery-image] Feb 23 13:29:36.199 INFO O| Feb 23 13:29:36.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6225 | 2025-02-23T13:29:37.808Z | [ recovery-image] Feb 23 13:29:36.199 INFO O| Feb 23 13:29:36.199 INFO STEP 531 (remove_files) COMPLETE |
6226 | 2025-02-23T13:29:37.808Z | [ recovery-image] Feb 23 13:29:36.199 INFO O| Feb 23 13:29:36.199 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2025-02-23T13:29:37.842Z | [ recovery-image] Feb 23 13:29:36.233 INFO O| Feb 23 13:29:36.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6228 | 2025-02-23T13:29:37.842Z | [ recovery-image] Feb 23 13:29:36.233 INFO O| Feb 23 13:29:36.233 INFO STEP 532 (remove_files) COMPLETE |
6229 | 2025-02-23T13:29:37.842Z | [ recovery-image] Feb 23 13:29:36.233 INFO O| Feb 23 13:29:36.233 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2025-02-23T13:29:37.886Z | [ recovery-image] Feb 23 13:29:36.276 INFO O| Feb 23 13:29:36.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6231 | 2025-02-23T13:29:37.886Z | [ recovery-image] Feb 23 13:29:36.277 INFO O| Feb 23 13:29:36.277 INFO STEP 533 (remove_files) COMPLETE |
6232 | 2025-02-23T13:29:37.889Z | [ recovery-image] Feb 23 13:29:36.277 INFO O| Feb 23 13:29:36.277 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2025-02-23T13:29:37.908Z | [ recovery-image] Feb 23 13:29:36.300 INFO O| Feb 23 13:29:36.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6234 | 2025-02-23T13:29:37.908Z | [ recovery-image] Feb 23 13:29:36.300 INFO O| Feb 23 13:29:36.300 INFO STEP 534 (remove_files) COMPLETE |
6235 | 2025-02-23T13:29:37.909Z | [ recovery-image] Feb 23 13:29:36.300 INFO O| Feb 23 13:29:36.300 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2025-02-23T13:29:37.932Z | [ recovery-image] Feb 23 13:29:36.324 INFO O| Feb 23 13:29:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6237 | 2025-02-23T13:29:37.932Z | [ recovery-image] Feb 23 13:29:36.324 INFO O| Feb 23 13:29:36.324 INFO STEP 535 (remove_files) COMPLETE |
6238 | 2025-02-23T13:29:37.932Z | [ recovery-image] Feb 23 13:29:36.324 INFO O| Feb 23 13:29:36.324 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2025-02-23T13:29:37.956Z | [ recovery-image] Feb 23 13:29:36.348 INFO O| Feb 23 13:29:36.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6240 | 2025-02-23T13:29:37.956Z | [ recovery-image] Feb 23 13:29:36.348 INFO O| Feb 23 13:29:36.348 INFO STEP 536 (remove_files) COMPLETE |
6241 | 2025-02-23T13:29:37.956Z | [ recovery-image] Feb 23 13:29:36.348 INFO O| Feb 23 13:29:36.348 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2025-02-23T13:29:37.979Z | [ recovery-image] Feb 23 13:29:36.371 INFO O| Feb 23 13:29:36.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6243 | 2025-02-23T13:29:37.979Z | [ recovery-image] Feb 23 13:29:36.371 INFO O| Feb 23 13:29:36.371 INFO STEP 537 (remove_files) COMPLETE |
6244 | 2025-02-23T13:29:37.994Z | [ recovery-image] Feb 23 13:29:36.371 INFO O| Feb 23 13:29:36.371 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2025-02-23T13:29:38.008Z | [ recovery-image] Feb 23 13:29:36.393 INFO O| Feb 23 13:29:36.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6246 | 2025-02-23T13:29:38.008Z | [ recovery-image] Feb 23 13:29:36.394 INFO O| Feb 23 13:29:36.394 INFO STEP 538 (remove_files) COMPLETE |
6247 | 2025-02-23T13:29:38.008Z | [ recovery-image] Feb 23 13:29:36.394 INFO O| Feb 23 13:29:36.394 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2025-02-23T13:29:38.043Z | [ recovery-image] Feb 23 13:29:36.434 INFO O| Feb 23 13:29:36.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6249 | 2025-02-23T13:29:38.043Z | [ recovery-image] Feb 23 13:29:36.434 INFO O| Feb 23 13:29:36.434 INFO STEP 539 (remove_files) COMPLETE |
6250 | 2025-02-23T13:29:38.043Z | [ recovery-image] Feb 23 13:29:36.434 INFO O| Feb 23 13:29:36.434 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2025-02-23T13:29:38.087Z | [ recovery-image] Feb 23 13:29:36.478 INFO O| Feb 23 13:29:36.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6252 | 2025-02-23T13:29:38.087Z | [ recovery-image] Feb 23 13:29:36.478 INFO O| Feb 23 13:29:36.478 INFO STEP 540 (remove_files) COMPLETE |
6253 | 2025-02-23T13:29:38.090Z | [ recovery-image] Feb 23 13:29:36.479 INFO O| Feb 23 13:29:36.478 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2025-02-23T13:29:38.127Z | [ recovery-image] Feb 23 13:29:36.518 INFO O| Feb 23 13:29:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6255 | 2025-02-23T13:29:38.131Z | [ recovery-image] Feb 23 13:29:36.519 INFO O| Feb 23 13:29:36.519 INFO STEP 541 (remove_files) COMPLETE |
6256 | 2025-02-23T13:29:38.131Z | [ recovery-image] Feb 23 13:29:36.519 INFO O| Feb 23 13:29:36.519 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2025-02-23T13:29:38.156Z | [ recovery-image] Feb 23 13:29:36.547 INFO O| Feb 23 13:29:36.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6258 | 2025-02-23T13:29:38.159Z | [ recovery-image] Feb 23 13:29:36.547 INFO O| Feb 23 13:29:36.547 INFO STEP 542 (remove_files) COMPLETE |
6259 | 2025-02-23T13:29:38.159Z | [ recovery-image] Feb 23 13:29:36.547 INFO O| Feb 23 13:29:36.547 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2025-02-23T13:29:38.179Z | [ recovery-image] Feb 23 13:29:36.570 INFO O| Feb 23 13:29:36.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6261 | 2025-02-23T13:29:38.179Z | [ recovery-image] Feb 23 13:29:36.570 INFO O| Feb 23 13:29:36.570 INFO STEP 543 (remove_files) COMPLETE |
6262 | 2025-02-23T13:29:38.179Z | [ recovery-image] Feb 23 13:29:36.570 INFO O| Feb 23 13:29:36.570 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2025-02-23T13:29:38.231Z | [ recovery-image] Feb 23 13:29:36.622 INFO O| Feb 23 13:29:36.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6264 | 2025-02-23T13:29:38.231Z | [ recovery-image] Feb 23 13:29:36.622 INFO O| Feb 23 13:29:36.622 INFO STEP 544 (remove_files) COMPLETE |
6265 | 2025-02-23T13:29:38.231Z | [ recovery-image] Feb 23 13:29:36.622 INFO O| Feb 23 13:29:36.622 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2025-02-23T13:29:38.257Z | [ recovery-image] Feb 23 13:29:36.648 INFO O| Feb 23 13:29:36.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6267 | 2025-02-23T13:29:38.257Z | [ recovery-image] Feb 23 13:29:36.648 INFO O| Feb 23 13:29:36.648 INFO STEP 545 (remove_files) COMPLETE |
6268 | 2025-02-23T13:29:38.257Z | [ recovery-image] Feb 23 13:29:36.648 INFO O| Feb 23 13:29:36.648 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2025-02-23T13:29:38.313Z | [ recovery-image] Feb 23 13:29:36.703 INFO O| Feb 23 13:29:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6270 | 2025-02-23T13:29:38.313Z | [ recovery-image] Feb 23 13:29:36.703 INFO O| Feb 23 13:29:36.703 INFO STEP 546 (remove_files) COMPLETE |
6271 | 2025-02-23T13:29:38.313Z | [ recovery-image] Feb 23 13:29:36.703 INFO O| Feb 23 13:29:36.703 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2025-02-23T13:29:38.340Z | [ recovery-image] Feb 23 13:29:36.731 INFO O| Feb 23 13:29:36.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6273 | 2025-02-23T13:29:38.342Z | [ recovery-image] Feb 23 13:29:36.732 INFO O| Feb 23 13:29:36.731 INFO STEP 547 (remove_files) COMPLETE |
6274 | 2025-02-23T13:29:38.342Z | [ recovery-image] Feb 23 13:29:36.732 INFO O| Feb 23 13:29:36.732 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2025-02-23T13:29:38.363Z | [ recovery-image] Feb 23 13:29:36.755 INFO O| Feb 23 13:29:36.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6276 | 2025-02-23T13:29:38.368Z | [ recovery-image] Feb 23 13:29:36.755 INFO O| Feb 23 13:29:36.755 INFO STEP 548 (remove_files) COMPLETE |
6277 | 2025-02-23T13:29:38.368Z | [ recovery-image] Feb 23 13:29:36.755 INFO O| Feb 23 13:29:36.755 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2025-02-23T13:29:38.386Z | [ recovery-image] Feb 23 13:29:36.777 INFO O| Feb 23 13:29:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6279 | 2025-02-23T13:29:38.386Z | [ recovery-image] Feb 23 13:29:36.777 INFO O| Feb 23 13:29:36.777 INFO STEP 549 (remove_files) COMPLETE |
6280 | 2025-02-23T13:29:38.386Z | [ recovery-image] Feb 23 13:29:36.777 INFO O| Feb 23 13:29:36.777 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2025-02-23T13:29:38.411Z | [ recovery-image] Feb 23 13:29:36.802 INFO O| Feb 23 13:29:36.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6282 | 2025-02-23T13:29:38.411Z | [ recovery-image] Feb 23 13:29:36.802 INFO O| Feb 23 13:29:36.802 INFO STEP 550 (remove_files) COMPLETE |
6283 | 2025-02-23T13:29:38.411Z | [ recovery-image] Feb 23 13:29:36.802 INFO O| Feb 23 13:29:36.802 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2025-02-23T13:29:38.437Z | [ recovery-image] Feb 23 13:29:36.828 INFO O| Feb 23 13:29:36.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6285 | 2025-02-23T13:29:38.437Z | [ recovery-image] Feb 23 13:29:36.828 INFO O| Feb 23 13:29:36.828 INFO STEP 551 (remove_files) COMPLETE |
6286 | 2025-02-23T13:29:38.437Z | [ recovery-image] Feb 23 13:29:36.828 INFO O| Feb 23 13:29:36.828 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2025-02-23T13:29:38.479Z | [ recovery-image] Feb 23 13:29:36.870 INFO O| Feb 23 13:29:36.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6288 | 2025-02-23T13:29:38.482Z | [ recovery-image] Feb 23 13:29:36.870 INFO O| Feb 23 13:29:36.870 INFO STEP 552 (remove_files) COMPLETE |
6289 | 2025-02-23T13:29:38.482Z | [ recovery-image] Feb 23 13:29:36.870 INFO O| Feb 23 13:29:36.870 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2025-02-23T13:29:38.513Z | [ recovery-image] Feb 23 13:29:36.904 INFO O| Feb 23 13:29:36.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6291 | 2025-02-23T13:29:38.516Z | [ recovery-image] Feb 23 13:29:36.905 INFO O| Feb 23 13:29:36.905 INFO STEP 553 (remove_files) COMPLETE |
6292 | 2025-02-23T13:29:38.517Z | [ recovery-image] Feb 23 13:29:36.905 INFO O| Feb 23 13:29:36.905 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2025-02-23T13:29:38.541Z | [ recovery-image] Feb 23 13:29:36.933 INFO O| Feb 23 13:29:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6294 | 2025-02-23T13:29:38.543Z | [ recovery-image] Feb 23 13:29:36.933 INFO O| Feb 23 13:29:36.933 INFO STEP 554 (remove_files) COMPLETE |
6295 | 2025-02-23T13:29:38.543Z | [ recovery-image] Feb 23 13:29:36.933 INFO O| Feb 23 13:29:36.933 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2025-02-23T13:29:38.576Z | [ recovery-image] Feb 23 13:29:36.968 INFO O| Feb 23 13:29:36.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6297 | 2025-02-23T13:29:38.576Z | [ recovery-image] Feb 23 13:29:36.968 INFO O| Feb 23 13:29:36.968 INFO STEP 555 (remove_files) COMPLETE |
6298 | 2025-02-23T13:29:38.576Z | [ recovery-image] Feb 23 13:29:36.968 INFO O| Feb 23 13:29:36.968 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2025-02-23T13:29:38.619Z | [ recovery-image] Feb 23 13:29:37.011 INFO O| Feb 23 13:29:37.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6300 | 2025-02-23T13:29:38.622Z | [ recovery-image] Feb 23 13:29:37.011 INFO O| Feb 23 13:29:37.011 INFO STEP 556 (remove_files) COMPLETE |
6301 | 2025-02-23T13:29:38.622Z | [ recovery-image] Feb 23 13:29:37.011 INFO O| Feb 23 13:29:37.011 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2025-02-23T13:29:38.676Z | [ recovery-image] Feb 23 13:29:37.063 INFO O| Feb 23 13:29:37.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6303 | 2025-02-23T13:29:38.676Z | [ recovery-image] Feb 23 13:29:37.063 INFO O| Feb 23 13:29:37.063 INFO STEP 557 (remove_files) COMPLETE |
6304 | 2025-02-23T13:29:38.680Z | [ recovery-image] Feb 23 13:29:37.063 INFO O| Feb 23 13:29:37.063 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2025-02-23T13:29:38.748Z | [ recovery-image] Feb 23 13:29:37.140 INFO O| Feb 23 13:29:37.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6306 | 2025-02-23T13:29:38.752Z | [ recovery-image] Feb 23 13:29:37.140 INFO O| Feb 23 13:29:37.140 INFO STEP 558 (remove_files) COMPLETE |
6307 | 2025-02-23T13:29:38.752Z | [ recovery-image] Feb 23 13:29:37.140 INFO O| Feb 23 13:29:37.140 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2025-02-23T13:29:38.771Z | [ recovery-image] Feb 23 13:29:37.162 INFO O| Feb 23 13:29:37.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6309 | 2025-02-23T13:29:38.771Z | [ recovery-image] Feb 23 13:29:37.162 INFO O| Feb 23 13:29:37.162 INFO STEP 559 (remove_files) COMPLETE |
6310 | 2025-02-23T13:29:38.771Z | [ recovery-image] Feb 23 13:29:37.162 INFO O| Feb 23 13:29:37.162 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2025-02-23T13:29:38.792Z | [ recovery-image] Feb 23 13:29:37.184 INFO O| Feb 23 13:29:37.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6312 | 2025-02-23T13:29:38.792Z | [ recovery-image] Feb 23 13:29:37.184 INFO O| Feb 23 13:29:37.184 INFO STEP 560 (remove_files) COMPLETE |
6313 | 2025-02-23T13:29:38.796Z | [ recovery-image] Feb 23 13:29:37.184 INFO O| Feb 23 13:29:37.184 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2025-02-23T13:29:38.834Z | [ recovery-image] Feb 23 13:29:37.225 INFO O| Feb 23 13:29:37.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6315 | 2025-02-23T13:29:38.834Z | [ recovery-image] Feb 23 13:29:37.225 INFO O| Feb 23 13:29:37.225 INFO STEP 561 (remove_files) COMPLETE |
6316 | 2025-02-23T13:29:38.834Z | [ recovery-image] Feb 23 13:29:37.226 INFO O| Feb 23 13:29:37.225 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2025-02-23T13:29:38.857Z | [ recovery-image] Feb 23 13:29:37.248 INFO O| Feb 23 13:29:37.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6318 | 2025-02-23T13:29:38.857Z | [ recovery-image] Feb 23 13:29:37.248 INFO O| Feb 23 13:29:37.248 INFO STEP 562 (remove_files) COMPLETE |
6319 | 2025-02-23T13:29:38.860Z | [ recovery-image] Feb 23 13:29:37.248 INFO O| Feb 23 13:29:37.248 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2025-02-23T13:29:38.880Z | [ recovery-image] Feb 23 13:29:37.271 INFO O| Feb 23 13:29:37.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6321 | 2025-02-23T13:29:38.880Z | [ recovery-image] Feb 23 13:29:37.271 INFO O| Feb 23 13:29:37.271 INFO STEP 563 (remove_files) COMPLETE |
6322 | 2025-02-23T13:29:38.880Z | [ recovery-image] Feb 23 13:29:37.271 INFO O| Feb 23 13:29:37.271 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2025-02-23T13:29:38.904Z | [ recovery-image] Feb 23 13:29:37.295 INFO O| Feb 23 13:29:37.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6324 | 2025-02-23T13:29:38.904Z | [ recovery-image] Feb 23 13:29:37.295 INFO O| Feb 23 13:29:37.295 INFO STEP 564 (remove_files) COMPLETE |
6325 | 2025-02-23T13:29:38.907Z | [ recovery-image] Feb 23 13:29:37.295 INFO O| Feb 23 13:29:37.295 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2025-02-23T13:29:38.931Z | [ recovery-image] Feb 23 13:29:37.322 INFO O| Feb 23 13:29:37.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6327 | 2025-02-23T13:29:38.931Z | [ recovery-image] Feb 23 13:29:37.322 INFO O| Feb 23 13:29:37.322 INFO STEP 565 (remove_files) COMPLETE |
6328 | 2025-02-23T13:29:38.934Z | [ recovery-image] Feb 23 13:29:37.323 INFO O| Feb 23 13:29:37.322 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2025-02-23T13:29:38.966Z | [ recovery-image] Feb 23 13:29:37.357 INFO O| Feb 23 13:29:37.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6330 | 2025-02-23T13:29:38.969Z | [ recovery-image] Feb 23 13:29:37.358 INFO O| Feb 23 13:29:37.358 INFO STEP 566 (remove_files) COMPLETE |
6331 | 2025-02-23T13:29:38.969Z | [ recovery-image] Feb 23 13:29:37.358 INFO O| Feb 23 13:29:37.358 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2025-02-23T13:29:39.075Z | [ recovery-image] Feb 23 13:29:37.466 INFO O| Feb 23 13:29:37.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6333 | 2025-02-23T13:29:39.075Z | [ recovery-image] Feb 23 13:29:37.466 INFO O| Feb 23 13:29:37.466 INFO STEP 567 (remove_files) COMPLETE |
6334 | 2025-02-23T13:29:39.075Z | [ recovery-image] Feb 23 13:29:37.466 INFO O| Feb 23 13:29:37.466 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2025-02-23T13:29:39.100Z | [ recovery-image] Feb 23 13:29:37.491 INFO O| Feb 23 13:29:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6336 | 2025-02-23T13:29:39.100Z | [ recovery-image] Feb 23 13:29:37.492 INFO O| Feb 23 13:29:37.492 INFO STEP 568 (remove_files) COMPLETE |
6337 | 2025-02-23T13:29:39.105Z | [ recovery-image] Feb 23 13:29:37.492 INFO O| Feb 23 13:29:37.492 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2025-02-23T13:29:39.127Z | [ recovery-image] Feb 23 13:29:37.518 INFO O| Feb 23 13:29:37.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6339 | 2025-02-23T13:29:39.127Z | [ recovery-image] Feb 23 13:29:37.518 INFO O| Feb 23 13:29:37.518 INFO STEP 569 (remove_files) COMPLETE |
6340 | 2025-02-23T13:29:39.133Z | [ recovery-image] Feb 23 13:29:37.518 INFO O| Feb 23 13:29:37.518 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2025-02-23T13:29:39.159Z | [ recovery-image] Feb 23 13:29:37.549 INFO O| Feb 23 13:29:37.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6342 | 2025-02-23T13:29:39.159Z | [ recovery-image] Feb 23 13:29:37.549 INFO O| Feb 23 13:29:37.549 INFO STEP 570 (remove_files) COMPLETE |
6343 | 2025-02-23T13:29:39.159Z | [ recovery-image] Feb 23 13:29:37.549 INFO O| Feb 23 13:29:37.549 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2025-02-23T13:29:39.183Z | [ recovery-image] Feb 23 13:29:37.574 INFO O| Feb 23 13:29:37.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6345 | 2025-02-23T13:29:39.184Z | [ recovery-image] Feb 23 13:29:37.574 INFO O| Feb 23 13:29:37.574 INFO STEP 571 (remove_files) COMPLETE |
6346 | 2025-02-23T13:29:39.184Z | [ recovery-image] Feb 23 13:29:37.574 INFO O| Feb 23 13:29:37.574 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2025-02-23T13:29:39.220Z | [ recovery-image] Feb 23 13:29:37.611 INFO O| Feb 23 13:29:37.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6348 | 2025-02-23T13:29:39.220Z | [ recovery-image] Feb 23 13:29:37.611 INFO O| Feb 23 13:29:37.611 INFO STEP 572 (remove_files) COMPLETE |
6349 | 2025-02-23T13:29:39.224Z | [ recovery-image] Feb 23 13:29:37.611 INFO O| Feb 23 13:29:37.611 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2025-02-23T13:29:39.244Z | [ recovery-image] Feb 23 13:29:37.635 INFO O| Feb 23 13:29:37.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6351 | 2025-02-23T13:29:39.244Z | [ recovery-image] Feb 23 13:29:37.636 INFO O| Feb 23 13:29:37.636 INFO STEP 573 (remove_files) COMPLETE |
6352 | 2025-02-23T13:29:39.248Z | [ recovery-image] Feb 23 13:29:37.636 INFO O| Feb 23 13:29:37.636 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2025-02-23T13:29:39.269Z | [ recovery-image] Feb 23 13:29:37.660 INFO O| Feb 23 13:29:37.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6354 | 2025-02-23T13:29:39.269Z | [ recovery-image] Feb 23 13:29:37.660 INFO O| Feb 23 13:29:37.660 INFO STEP 574 (remove_files) COMPLETE |
6355 | 2025-02-23T13:29:39.269Z | [ recovery-image] Feb 23 13:29:37.660 INFO O| Feb 23 13:29:37.660 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2025-02-23T13:29:39.299Z | [ recovery-image] Feb 23 13:29:37.690 INFO O| Feb 23 13:29:37.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6357 | 2025-02-23T13:29:39.299Z | [ recovery-image] Feb 23 13:29:37.690 INFO O| Feb 23 13:29:37.690 INFO STEP 575 (remove_files) COMPLETE |
6358 | 2025-02-23T13:29:39.303Z | [ recovery-image] Feb 23 13:29:37.690 INFO O| Feb 23 13:29:37.690 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2025-02-23T13:29:39.387Z | [ recovery-image] Feb 23 13:29:37.778 INFO O| Feb 23 13:29:37.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6360 | 2025-02-23T13:29:39.387Z | [ recovery-image] Feb 23 13:29:37.778 INFO O| Feb 23 13:29:37.778 INFO STEP 576 (remove_files) COMPLETE |
6361 | 2025-02-23T13:29:39.387Z | [ recovery-image] Feb 23 13:29:37.778 INFO O| Feb 23 13:29:37.778 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2025-02-23T13:29:39.442Z | [ recovery-image] Feb 23 13:29:37.834 INFO O| Feb 23 13:29:37.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6363 | 2025-02-23T13:29:39.443Z | [ recovery-image] Feb 23 13:29:37.834 INFO O| Feb 23 13:29:37.834 INFO STEP 577 (remove_files) COMPLETE |
6364 | 2025-02-23T13:29:39.443Z | [ recovery-image] Feb 23 13:29:37.834 INFO O| Feb 23 13:29:37.834 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2025-02-23T13:29:39.466Z | [ recovery-image] Feb 23 13:29:37.857 INFO O| Feb 23 13:29:37.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6366 | 2025-02-23T13:29:39.466Z | [ recovery-image] Feb 23 13:29:37.858 INFO O| Feb 23 13:29:37.858 INFO STEP 578 (remove_files) COMPLETE |
6367 | 2025-02-23T13:29:39.470Z | [ recovery-image] Feb 23 13:29:37.858 INFO O| Feb 23 13:29:37.858 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2025-02-23T13:29:39.489Z | [ recovery-image] Feb 23 13:29:37.880 INFO O| Feb 23 13:29:37.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6369 | 2025-02-23T13:29:39.489Z | [ recovery-image] Feb 23 13:29:37.880 INFO O| Feb 23 13:29:37.880 INFO STEP 579 (remove_files) COMPLETE |
6370 | 2025-02-23T13:29:39.493Z | [ recovery-image] Feb 23 13:29:37.881 INFO O| Feb 23 13:29:37.880 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2025-02-23T13:29:39.577Z | [ recovery-image] Feb 23 13:29:37.968 INFO O| Feb 23 13:29:37.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6372 | 2025-02-23T13:29:39.602Z | [ recovery-image] Feb 23 13:29:37.992 INFO O| Feb 23 13:29:37.992 INFO STEP 580 (remove_files) COMPLETE |
6373 | 2025-02-23T13:29:39.602Z | [ recovery-image] Feb 23 13:29:37.992 INFO O| Feb 23 13:29:37.992 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2025-02-23T13:29:39.649Z | [ recovery-image] Feb 23 13:29:38.040 INFO O| Feb 23 13:29:38.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6375 | 2025-02-23T13:29:39.649Z | [ recovery-image] Feb 23 13:29:38.040 INFO O| Feb 23 13:29:38.040 INFO STEP 581 (remove_files) COMPLETE |
6376 | 2025-02-23T13:29:39.649Z | [ recovery-image] Feb 23 13:29:38.040 INFO O| Feb 23 13:29:38.040 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2025-02-23T13:29:39.676Z | [ recovery-image] Feb 23 13:29:38.066 INFO O| Feb 23 13:29:38.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6378 | 2025-02-23T13:29:39.699Z | [ recovery-image] Feb 23 13:29:38.089 INFO O| Feb 23 13:29:38.089 INFO STEP 582 (remove_files) COMPLETE |
6379 | 2025-02-23T13:29:39.699Z | [ recovery-image] Feb 23 13:29:38.089 INFO O| Feb 23 13:29:38.089 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2025-02-23T13:29:39.756Z | [ recovery-image] Feb 23 13:29:38.147 INFO O| Feb 23 13:29:38.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6381 | 2025-02-23T13:29:39.765Z | [ recovery-image] Feb 23 13:29:38.147 INFO O| Feb 23 13:29:38.147 INFO STEP 583 (remove_files) COMPLETE |
6382 | 2025-02-23T13:29:39.765Z | [ recovery-image] Feb 23 13:29:38.147 INFO O| Feb 23 13:29:38.147 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2025-02-23T13:29:39.780Z | [ recovery-image] Feb 23 13:29:38.170 INFO O| Feb 23 13:29:38.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6384 | 2025-02-23T13:29:39.780Z | [ recovery-image] Feb 23 13:29:38.170 INFO O| Feb 23 13:29:38.170 INFO STEP 584 (remove_files) COMPLETE |
6385 | 2025-02-23T13:29:39.780Z | [ recovery-image] Feb 23 13:29:38.170 INFO O| Feb 23 13:29:38.170 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2025-02-23T13:29:39.814Z | [ recovery-image] Feb 23 13:29:38.205 INFO O| Feb 23 13:29:38.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6387 | 2025-02-23T13:29:39.814Z | [ recovery-image] Feb 23 13:29:38.205 INFO O| Feb 23 13:29:38.205 INFO STEP 585 (remove_files) COMPLETE |
6388 | 2025-02-23T13:29:39.818Z | [ recovery-image] Feb 23 13:29:38.205 INFO O| Feb 23 13:29:38.205 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2025-02-23T13:29:39.867Z | [ recovery-image] Feb 23 13:29:38.258 INFO O| Feb 23 13:29:38.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6390 | 2025-02-23T13:29:39.867Z | [ recovery-image] Feb 23 13:29:38.258 INFO O| Feb 23 13:29:38.258 INFO STEP 586 (remove_files) COMPLETE |
6391 | 2025-02-23T13:29:39.871Z | [ recovery-image] Feb 23 13:29:38.259 INFO O| Feb 23 13:29:38.258 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2025-02-23T13:29:39.899Z | [ recovery-image] Feb 23 13:29:38.282 INFO O| Feb 23 13:29:38.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6393 | 2025-02-23T13:29:39.899Z | [ recovery-image] Feb 23 13:29:38.282 INFO O| Feb 23 13:29:38.282 INFO STEP 587 (remove_files) COMPLETE |
6394 | 2025-02-23T13:29:39.899Z | [ recovery-image] Feb 23 13:29:38.282 INFO O| Feb 23 13:29:38.282 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2025-02-23T13:29:39.918Z | [ recovery-image] Feb 23 13:29:38.309 INFO O| Feb 23 13:29:38.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6396 | 2025-02-23T13:29:39.918Z | [ recovery-image] Feb 23 13:29:38.310 INFO O| Feb 23 13:29:38.310 INFO STEP 588 (remove_files) COMPLETE |
6397 | 2025-02-23T13:29:39.934Z | [ recovery-image] Feb 23 13:29:38.310 INFO O| Feb 23 13:29:38.310 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2025-02-23T13:29:39.950Z | [ recovery-image] Feb 23 13:29:38.336 INFO O| Feb 23 13:29:38.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6399 | 2025-02-23T13:29:39.950Z | [ recovery-image] Feb 23 13:29:38.336 INFO O| Feb 23 13:29:38.336 INFO STEP 589 (remove_files) COMPLETE |
6400 | 2025-02-23T13:29:39.950Z | [ recovery-image] Feb 23 13:29:38.336 INFO O| Feb 23 13:29:38.336 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2025-02-23T13:29:39.983Z | [ recovery-image] Feb 23 13:29:38.374 INFO O| Feb 23 13:29:38.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6402 | 2025-02-23T13:29:39.983Z | [ recovery-image] Feb 23 13:29:38.374 INFO O| Feb 23 13:29:38.374 INFO STEP 590 (remove_files) COMPLETE |
6403 | 2025-02-23T13:29:39.983Z | [ recovery-image] Feb 23 13:29:38.374 INFO O| Feb 23 13:29:38.374 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2025-02-23T13:29:40.025Z | [ recovery-image] Feb 23 13:29:38.416 INFO O| Feb 23 13:29:38.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6405 | 2025-02-23T13:29:40.025Z | [ recovery-image] Feb 23 13:29:38.416 INFO O| Feb 23 13:29:38.416 INFO STEP 591 (remove_files) COMPLETE |
6406 | 2025-02-23T13:29:40.025Z | [ recovery-image] Feb 23 13:29:38.416 INFO O| Feb 23 13:29:38.416 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2025-02-23T13:29:40.055Z | [ recovery-image] Feb 23 13:29:38.446 INFO O| Feb 23 13:29:38.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6408 | 2025-02-23T13:29:40.055Z | [ recovery-image] Feb 23 13:29:38.446 INFO O| Feb 23 13:29:38.446 INFO STEP 592 (remove_files) COMPLETE |
6409 | 2025-02-23T13:29:40.058Z | [ recovery-image] Feb 23 13:29:38.446 INFO O| Feb 23 13:29:38.446 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2025-02-23T13:29:40.078Z | [ recovery-image] Feb 23 13:29:38.469 INFO O| Feb 23 13:29:38.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6411 | 2025-02-23T13:29:40.078Z | [ recovery-image] Feb 23 13:29:38.469 INFO O| Feb 23 13:29:38.469 INFO STEP 593 (remove_files) COMPLETE |
6412 | 2025-02-23T13:29:40.078Z | [ recovery-image] Feb 23 13:29:38.469 INFO O| Feb 23 13:29:38.469 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2025-02-23T13:29:40.101Z | [ recovery-image] Feb 23 13:29:38.492 INFO O| Feb 23 13:29:38.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6414 | 2025-02-23T13:29:40.104Z | [ recovery-image] Feb 23 13:29:38.492 INFO O| Feb 23 13:29:38.492 INFO STEP 594 (remove_files) COMPLETE |
6415 | 2025-02-23T13:29:40.104Z | [ recovery-image] Feb 23 13:29:38.492 INFO O| Feb 23 13:29:38.492 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2025-02-23T13:29:40.150Z | [ recovery-image] Feb 23 13:29:38.541 INFO O| Feb 23 13:29:38.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6417 | 2025-02-23T13:29:40.150Z | [ recovery-image] Feb 23 13:29:38.541 INFO O| Feb 23 13:29:38.541 INFO STEP 595 (remove_files) COMPLETE |
6418 | 2025-02-23T13:29:40.161Z | [ recovery-image] Feb 23 13:29:38.541 INFO O| Feb 23 13:29:38.541 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2025-02-23T13:29:40.281Z | [ recovery-image] Feb 23 13:29:38.672 INFO O| Feb 23 13:29:38.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6420 | 2025-02-23T13:29:40.281Z | [ recovery-image] Feb 23 13:29:38.672 INFO O| Feb 23 13:29:38.672 INFO STEP 596 (remove_files) COMPLETE |
6421 | 2025-02-23T13:29:40.281Z | [ recovery-image] Feb 23 13:29:38.672 INFO O| Feb 23 13:29:38.672 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2025-02-23T13:29:40.305Z | [ recovery-image] Feb 23 13:29:38.695 INFO O| Feb 23 13:29:38.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6423 | 2025-02-23T13:29:40.309Z | [ recovery-image] Feb 23 13:29:38.695 INFO O| Feb 23 13:29:38.695 INFO STEP 597 (remove_files) COMPLETE |
6424 | 2025-02-23T13:29:40.309Z | [ recovery-image] Feb 23 13:29:38.695 INFO O| Feb 23 13:29:38.695 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2025-02-23T13:29:40.331Z | [ recovery-image] Feb 23 13:29:38.721 INFO O| Feb 23 13:29:38.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6426 | 2025-02-23T13:29:40.346Z | [ recovery-image] Feb 23 13:29:38.736 INFO O| Feb 23 13:29:38.736 INFO STEP 598 (remove_files) COMPLETE |
6427 | 2025-02-23T13:29:40.346Z | [ recovery-image] Feb 23 13:29:38.736 INFO O| Feb 23 13:29:38.736 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2025-02-23T13:29:40.406Z | [ recovery-image] Feb 23 13:29:38.797 INFO O| Feb 23 13:29:38.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6429 | 2025-02-23T13:29:40.407Z | [ recovery-image] Feb 23 13:29:38.798 INFO O| Feb 23 13:29:38.797 INFO STEP 599 (remove_files) COMPLETE |
6430 | 2025-02-23T13:29:40.407Z | [ recovery-image] Feb 23 13:29:38.798 INFO O| Feb 23 13:29:38.798 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2025-02-23T13:29:40.434Z | [ recovery-image] Feb 23 13:29:38.825 INFO O| Feb 23 13:29:38.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6432 | 2025-02-23T13:29:40.434Z | [ recovery-image] Feb 23 13:29:38.825 INFO O| Feb 23 13:29:38.825 INFO STEP 600 (remove_files) COMPLETE |
6433 | 2025-02-23T13:29:40.437Z | [ recovery-image] Feb 23 13:29:38.825 INFO O| Feb 23 13:29:38.825 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2025-02-23T13:29:40.551Z | [ recovery-image] Feb 23 13:29:38.940 INFO O| Feb 23 13:29:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6435 | 2025-02-23T13:29:40.551Z | [ recovery-image] Feb 23 13:29:38.941 INFO O| Feb 23 13:29:38.941 INFO STEP 601 (remove_files) COMPLETE |
6436 | 2025-02-23T13:29:40.551Z | [ recovery-image] Feb 23 13:29:38.941 INFO O| Feb 23 13:29:38.941 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2025-02-23T13:29:40.576Z | [ recovery-image] Feb 23 13:29:38.967 INFO O| Feb 23 13:29:38.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6438 | 2025-02-23T13:29:40.580Z | [ recovery-image] Feb 23 13:29:38.968 INFO O| Feb 23 13:29:38.968 INFO STEP 602 (remove_files) COMPLETE |
6439 | 2025-02-23T13:29:40.580Z | [ recovery-image] Feb 23 13:29:38.968 INFO O| Feb 23 13:29:38.968 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2025-02-23T13:29:40.602Z | [ recovery-image] Feb 23 13:29:38.992 INFO O| Feb 23 13:29:38.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6441 | 2025-02-23T13:29:40.602Z | [ recovery-image] Feb 23 13:29:38.993 INFO O| Feb 23 13:29:38.993 INFO STEP 603 (remove_files) COMPLETE |
6442 | 2025-02-23T13:29:40.602Z | [ recovery-image] Feb 23 13:29:38.993 INFO O| Feb 23 13:29:38.993 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2025-02-23T13:29:40.634Z | [ recovery-image] Feb 23 13:29:39.024 INFO O| Feb 23 13:29:39.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6444 | 2025-02-23T13:29:40.637Z | [ recovery-image] Feb 23 13:29:39.025 INFO O| Feb 23 13:29:39.025 INFO STEP 604 (remove_files) COMPLETE |
6445 | 2025-02-23T13:29:40.637Z | [ recovery-image] Feb 23 13:29:39.025 INFO O| Feb 23 13:29:39.025 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2025-02-23T13:29:40.661Z | [ recovery-image] Feb 23 13:29:39.050 INFO O| Feb 23 13:29:39.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6447 | 2025-02-23T13:29:40.664Z | [ recovery-image] Feb 23 13:29:39.051 INFO O| Feb 23 13:29:39.051 INFO STEP 605 (remove_files) COMPLETE |
6448 | 2025-02-23T13:29:40.664Z | [ recovery-image] Feb 23 13:29:39.051 INFO O| Feb 23 13:29:39.051 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2025-02-23T13:29:40.734Z | [ recovery-image] Feb 23 13:29:39.125 INFO O| Feb 23 13:29:39.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6450 | 2025-02-23T13:29:40.734Z | [ recovery-image] Feb 23 13:29:39.125 INFO O| Feb 23 13:29:39.125 INFO STEP 606 (remove_files) COMPLETE |
6451 | 2025-02-23T13:29:40.734Z | [ recovery-image] Feb 23 13:29:39.125 INFO O| Feb 23 13:29:39.125 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2025-02-23T13:29:40.772Z | [ recovery-image] Feb 23 13:29:39.162 INFO O| Feb 23 13:29:39.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6453 | 2025-02-23T13:29:40.772Z | [ recovery-image] Feb 23 13:29:39.162 INFO O| Feb 23 13:29:39.162 INFO STEP 607 (remove_files) COMPLETE |
6454 | 2025-02-23T13:29:40.772Z | [ recovery-image] Feb 23 13:29:39.162 INFO O| Feb 23 13:29:39.162 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2025-02-23T13:29:40.807Z | [ recovery-image] Feb 23 13:29:39.198 INFO O| Feb 23 13:29:39.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6456 | 2025-02-23T13:29:40.807Z | [ recovery-image] Feb 23 13:29:39.198 INFO O| Feb 23 13:29:39.198 INFO STEP 608 (remove_files) COMPLETE |
6457 | 2025-02-23T13:29:40.810Z | [ recovery-image] Feb 23 13:29:39.198 INFO O| Feb 23 13:29:39.198 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2025-02-23T13:29:40.844Z | [ recovery-image] Feb 23 13:29:39.233 INFO O| Feb 23 13:29:39.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6459 | 2025-02-23T13:29:40.844Z | [ recovery-image] Feb 23 13:29:39.233 INFO O| Feb 23 13:29:39.233 INFO STEP 609 (remove_files) COMPLETE |
6460 | 2025-02-23T13:29:40.844Z | [ recovery-image] Feb 23 13:29:39.233 INFO O| Feb 23 13:29:39.233 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2025-02-23T13:29:40.901Z | [ recovery-image] Feb 23 13:29:39.292 INFO O| Feb 23 13:29:39.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6462 | 2025-02-23T13:29:40.908Z | [ recovery-image] Feb 23 13:29:39.292 INFO O| Feb 23 13:29:39.292 INFO STEP 610 (remove_files) COMPLETE |
6463 | 2025-02-23T13:29:40.908Z | [ recovery-image] Feb 23 13:29:39.292 INFO O| Feb 23 13:29:39.292 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2025-02-23T13:29:40.931Z | [ recovery-image] Feb 23 13:29:39.321 INFO O| Feb 23 13:29:39.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6465 | 2025-02-23T13:29:40.936Z | [ recovery-image] Feb 23 13:29:39.322 INFO O| Feb 23 13:29:39.322 INFO STEP 611 (remove_files) COMPLETE |
6466 | 2025-02-23T13:29:40.936Z | [ recovery-image] Feb 23 13:29:39.322 INFO O| Feb 23 13:29:39.322 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2025-02-23T13:29:40.962Z | [ recovery-image] Feb 23 13:29:39.352 INFO O| Feb 23 13:29:39.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6468 | 2025-02-23T13:29:40.965Z | [ recovery-image] Feb 23 13:29:39.352 INFO O| Feb 23 13:29:39.352 INFO STEP 612 (remove_files) COMPLETE |
6469 | 2025-02-23T13:29:40.965Z | [ recovery-image] Feb 23 13:29:39.353 INFO O| Feb 23 13:29:39.353 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2025-02-23T13:29:40.986Z | [ recovery-image] Feb 23 13:29:39.377 INFO O| Feb 23 13:29:39.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6471 | 2025-02-23T13:29:40.991Z | [ recovery-image] Feb 23 13:29:39.378 INFO O| Feb 23 13:29:39.378 INFO STEP 613 (remove_files) COMPLETE |
6472 | 2025-02-23T13:29:40.991Z | [ recovery-image] Feb 23 13:29:39.378 INFO O| Feb 23 13:29:39.378 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2025-02-23T13:29:41.016Z | [ recovery-image] Feb 23 13:29:39.407 INFO O| Feb 23 13:29:39.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6474 | 2025-02-23T13:29:41.019Z | [ recovery-image] Feb 23 13:29:39.407 INFO O| Feb 23 13:29:39.407 INFO STEP 614 (remove_files) COMPLETE |
6475 | 2025-02-23T13:29:41.019Z | [ recovery-image] Feb 23 13:29:39.407 INFO O| Feb 23 13:29:39.407 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2025-02-23T13:29:41.048Z | [ recovery-image] Feb 23 13:29:39.438 INFO O| Feb 23 13:29:39.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6477 | 2025-02-23T13:29:41.053Z | [ recovery-image] Feb 23 13:29:39.438 INFO O| Feb 23 13:29:39.438 INFO STEP 615 (remove_files) COMPLETE |
6478 | 2025-02-23T13:29:41.054Z | [ recovery-image] Feb 23 13:29:39.438 INFO O| Feb 23 13:29:39.438 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2025-02-23T13:29:41.075Z | [ recovery-image] Feb 23 13:29:39.466 INFO O| Feb 23 13:29:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6480 | 2025-02-23T13:29:41.079Z | [ recovery-image] Feb 23 13:29:39.466 INFO O| Feb 23 13:29:39.466 INFO STEP 616 (remove_files) COMPLETE |
6481 | 2025-02-23T13:29:41.079Z | [ recovery-image] Feb 23 13:29:39.466 INFO O| Feb 23 13:29:39.466 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2025-02-23T13:29:41.127Z | [ recovery-image] Feb 23 13:29:39.516 INFO O| Feb 23 13:29:39.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6483 | 2025-02-23T13:29:41.131Z | [ recovery-image] Feb 23 13:29:39.516 INFO O| Feb 23 13:29:39.516 INFO STEP 617 (remove_files) COMPLETE |
6484 | 2025-02-23T13:29:41.131Z | [ recovery-image] Feb 23 13:29:39.516 INFO O| Feb 23 13:29:39.516 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2025-02-23T13:29:41.154Z | [ recovery-image] Feb 23 13:29:39.542 INFO O| Feb 23 13:29:39.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6486 | 2025-02-23T13:29:41.154Z | [ recovery-image] Feb 23 13:29:39.542 INFO O| Feb 23 13:29:39.542 INFO STEP 618 (remove_files) COMPLETE |
6487 | 2025-02-23T13:29:41.160Z | [ recovery-image] Feb 23 13:29:39.542 INFO O| Feb 23 13:29:39.542 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2025-02-23T13:29:41.175Z | [ recovery-image] Feb 23 13:29:39.565 INFO O| Feb 23 13:29:39.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6489 | 2025-02-23T13:29:41.175Z | [ recovery-image] Feb 23 13:29:39.565 INFO O| Feb 23 13:29:39.565 INFO STEP 619 (remove_files) COMPLETE |
6490 | 2025-02-23T13:29:41.175Z | [ recovery-image] Feb 23 13:29:39.565 INFO O| Feb 23 13:29:39.565 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2025-02-23T13:29:41.216Z | [ recovery-image] Feb 23 13:29:39.607 INFO O| Feb 23 13:29:39.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6492 | 2025-02-23T13:29:41.219Z | [ recovery-image] Feb 23 13:29:39.607 INFO O| Feb 23 13:29:39.607 INFO STEP 620 (remove_files) COMPLETE |
6493 | 2025-02-23T13:29:41.219Z | [ recovery-image] Feb 23 13:29:39.607 INFO O| Feb 23 13:29:39.607 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2025-02-23T13:29:41.245Z | [ recovery-image] Feb 23 13:29:39.636 INFO O| Feb 23 13:29:39.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6495 | 2025-02-23T13:29:41.248Z | [ recovery-image] Feb 23 13:29:39.636 INFO O| Feb 23 13:29:39.636 INFO STEP 621 (remove_files) COMPLETE |
6496 | 2025-02-23T13:29:41.248Z | [ recovery-image] Feb 23 13:29:39.636 INFO O| Feb 23 13:29:39.636 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2025-02-23T13:29:41.321Z | [ recovery-image] Feb 23 13:29:39.712 INFO O| Feb 23 13:29:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6498 | 2025-02-23T13:29:41.321Z | [ recovery-image] Feb 23 13:29:39.712 INFO O| Feb 23 13:29:39.712 INFO STEP 622 (remove_files) COMPLETE |
6499 | 2025-02-23T13:29:41.321Z | [ recovery-image] Feb 23 13:29:39.712 INFO O| Feb 23 13:29:39.712 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2025-02-23T13:29:41.349Z | [ recovery-image] Feb 23 13:29:39.740 INFO O| Feb 23 13:29:39.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6501 | 2025-02-23T13:29:41.350Z | [ recovery-image] Feb 23 13:29:39.740 INFO O| Feb 23 13:29:39.740 INFO STEP 623 (remove_files) COMPLETE |
6502 | 2025-02-23T13:29:41.350Z | [ recovery-image] Feb 23 13:29:39.740 INFO O| Feb 23 13:29:39.740 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2025-02-23T13:29:41.375Z | [ recovery-image] Feb 23 13:29:39.765 INFO O| Feb 23 13:29:39.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6504 | 2025-02-23T13:29:41.375Z | [ recovery-image] Feb 23 13:29:39.765 INFO O| Feb 23 13:29:39.765 INFO STEP 624 (remove_files) COMPLETE |
6505 | 2025-02-23T13:29:41.375Z | [ recovery-image] Feb 23 13:29:39.765 INFO O| Feb 23 13:29:39.765 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2025-02-23T13:29:41.397Z | [ recovery-image] Feb 23 13:29:39.787 INFO O| Feb 23 13:29:39.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6507 | 2025-02-23T13:29:41.397Z | [ recovery-image] Feb 23 13:29:39.787 INFO O| Feb 23 13:29:39.787 INFO STEP 625 (remove_files) COMPLETE |
6508 | 2025-02-23T13:29:41.397Z | [ recovery-image] Feb 23 13:29:39.787 INFO O| Feb 23 13:29:39.787 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2025-02-23T13:29:41.456Z | [ recovery-image] Feb 23 13:29:39.846 INFO O| Feb 23 13:29:39.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6510 | 2025-02-23T13:29:41.456Z | [ recovery-image] Feb 23 13:29:39.846 INFO O| Feb 23 13:29:39.846 INFO STEP 626 (remove_files) COMPLETE |
6511 | 2025-02-23T13:29:41.456Z | [ recovery-image] Feb 23 13:29:39.846 INFO O| Feb 23 13:29:39.846 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2025-02-23T13:29:41.481Z | [ recovery-image] Feb 23 13:29:39.868 INFO O| Feb 23 13:29:39.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6513 | 2025-02-23T13:29:41.484Z | [ recovery-image] Feb 23 13:29:39.868 INFO O| Feb 23 13:29:39.868 INFO STEP 627 (remove_files) COMPLETE |
6514 | 2025-02-23T13:29:41.484Z | [ recovery-image] Feb 23 13:29:39.868 INFO O| Feb 23 13:29:39.868 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2025-02-23T13:29:41.626Z | [ recovery-image] Feb 23 13:29:40.017 INFO O| Feb 23 13:29:40.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6516 | 2025-02-23T13:29:41.629Z | [ recovery-image] Feb 23 13:29:40.018 INFO O| Feb 23 13:29:40.018 INFO STEP 628 (remove_files) COMPLETE |
6517 | 2025-02-23T13:29:41.630Z | [ recovery-image] Feb 23 13:29:40.018 INFO O| Feb 23 13:29:40.018 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2025-02-23T13:29:41.655Z | [ recovery-image] Feb 23 13:29:40.045 INFO O| Feb 23 13:29:40.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6519 | 2025-02-23T13:29:41.655Z | [ recovery-image] Feb 23 13:29:40.045 INFO O| Feb 23 13:29:40.045 INFO STEP 629 (remove_files) COMPLETE |
6520 | 2025-02-23T13:29:41.658Z | [ recovery-image] Feb 23 13:29:40.046 INFO O| Feb 23 13:29:40.045 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2025-02-23T13:29:41.696Z | [ recovery-image] Feb 23 13:29:40.087 INFO O| Feb 23 13:29:40.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6522 | 2025-02-23T13:29:41.700Z | [ recovery-image] Feb 23 13:29:40.087 INFO O| Feb 23 13:29:40.087 INFO STEP 630 (remove_files) COMPLETE |
6523 | 2025-02-23T13:29:41.700Z | [ recovery-image] Feb 23 13:29:40.087 INFO O| Feb 23 13:29:40.087 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2025-02-23T13:29:41.727Z | [ recovery-image] Feb 23 13:29:40.115 INFO O| Feb 23 13:29:40.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6525 | 2025-02-23T13:29:41.730Z | [ recovery-image] Feb 23 13:29:40.115 INFO O| Feb 23 13:29:40.115 INFO STEP 631 (remove_files) COMPLETE |
6526 | 2025-02-23T13:29:41.730Z | [ recovery-image] Feb 23 13:29:40.115 INFO O| Feb 23 13:29:40.115 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2025-02-23T13:29:41.767Z | [ recovery-image] Feb 23 13:29:40.157 INFO O| Feb 23 13:29:40.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6528 | 2025-02-23T13:29:41.767Z | [ recovery-image] Feb 23 13:29:40.157 INFO O| Feb 23 13:29:40.157 INFO STEP 632 (remove_files) COMPLETE |
6529 | 2025-02-23T13:29:41.770Z | [ recovery-image] Feb 23 13:29:40.157 INFO O| Feb 23 13:29:40.157 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2025-02-23T13:29:41.789Z | [ recovery-image] Feb 23 13:29:40.179 INFO O| Feb 23 13:29:40.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6531 | 2025-02-23T13:29:41.789Z | [ recovery-image] Feb 23 13:29:40.179 INFO O| Feb 23 13:29:40.179 INFO STEP 633 (remove_files) COMPLETE |
6532 | 2025-02-23T13:29:41.792Z | [ recovery-image] Feb 23 13:29:40.179 INFO O| Feb 23 13:29:40.179 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2025-02-23T13:29:41.840Z | [ host-image] Feb 23 13:29:40.230 INFO O| Feb 23 13:29:40.230 INFO O| Planning: Solver setup ... Done |
6534 | 2025-02-23T13:29:41.848Z | [ host-image] Feb 23 13:29:40.238 INFO O| Feb 23 13:29:40.238 INFO O| Planning: Running solver ... Done |
6535 | 2025-02-23T13:29:41.894Z | [ recovery-image] Feb 23 13:29:40.285 INFO O| Feb 23 13:29:40.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6536 | 2025-02-23T13:29:41.894Z | [ recovery-image] Feb 23 13:29:40.285 INFO O| Feb 23 13:29:40.285 INFO STEP 634 (remove_files) COMPLETE |
6537 | 2025-02-23T13:29:41.894Z | [ recovery-image] Feb 23 13:29:40.285 INFO O| Feb 23 13:29:40.285 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2025-02-23T13:29:41.970Z | [ recovery-image] Feb 23 13:29:40.349 INFO O| Feb 23 13:29:40.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6539 | 2025-02-23T13:29:41.974Z | [ recovery-image] Feb 23 13:29:40.349 INFO O| Feb 23 13:29:40.349 INFO STEP 635 (remove_files) COMPLETE |
6540 | 2025-02-23T13:29:41.974Z | [ recovery-image] Feb 23 13:29:40.349 INFO O| Feb 23 13:29:40.349 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2025-02-23T13:29:41.974Z | [ host-image] Feb 23 13:29:40.357 INFO O| Feb 23 13:29:40.357 INFO O| Planning: Finding local manifests ... Done |
6542 | 2025-02-23T13:29:41.974Z | [ host-image] Feb 23 13:29:40.359 INFO O| Feb 23 13:29:40.359 INFO O| Planning: Fetching manifests: 0/6 0% complete |
6543 | 2025-02-23T13:29:41.982Z | [ recovery-image] Feb 23 13:29:40.372 INFO O| Feb 23 13:29:40.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6544 | 2025-02-23T13:29:41.985Z | [ recovery-image] Feb 23 13:29:40.373 INFO O| Feb 23 13:29:40.372 INFO STEP 636 (remove_files) COMPLETE |
6545 | 2025-02-23T13:29:41.985Z | [ recovery-image] Feb 23 13:29:40.373 INFO O| Feb 23 13:29:40.373 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2025-02-23T13:29:42.008Z | [ recovery-image] Feb 23 13:29:40.398 INFO O| Feb 23 13:29:40.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6547 | 2025-02-23T13:29:42.011Z | [ recovery-image] Feb 23 13:29:40.399 INFO O| Feb 23 13:29:40.399 INFO STEP 637 (remove_files) COMPLETE |
6548 | 2025-02-23T13:29:42.011Z | [ recovery-image] Feb 23 13:29:40.399 INFO O| Feb 23 13:29:40.399 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2025-02-23T13:29:42.036Z | [ recovery-image] Feb 23 13:29:40.427 INFO O| Feb 23 13:29:40.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6550 | 2025-02-23T13:29:42.039Z | [ recovery-image] Feb 23 13:29:40.427 INFO O| Feb 23 13:29:40.427 INFO STEP 638 (remove_files) COMPLETE |
6551 | 2025-02-23T13:29:42.039Z | [ recovery-image] Feb 23 13:29:40.428 INFO O| Feb 23 13:29:40.427 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2025-02-23T13:29:42.065Z | [ recovery-image] Feb 23 13:29:40.455 INFO O| Feb 23 13:29:40.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6553 | 2025-02-23T13:29:42.068Z | [ recovery-image] Feb 23 13:29:40.455 INFO O| Feb 23 13:29:40.455 INFO STEP 639 (remove_files) COMPLETE |
6554 | 2025-02-23T13:29:42.068Z | [ recovery-image] Feb 23 13:29:40.455 INFO O| Feb 23 13:29:40.455 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2025-02-23T13:29:42.090Z | [ recovery-image] Feb 23 13:29:40.480 INFO O| Feb 23 13:29:40.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6556 | 2025-02-23T13:29:42.093Z | [ recovery-image] Feb 23 13:29:40.481 INFO O| Feb 23 13:29:40.481 INFO STEP 640 (remove_files) COMPLETE |
6557 | 2025-02-23T13:29:42.094Z | [ recovery-image] Feb 23 13:29:40.481 INFO O| Feb 23 13:29:40.481 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2025-02-23T13:29:42.120Z | [ recovery-image] Feb 23 13:29:40.509 INFO O| Feb 23 13:29:40.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6559 | 2025-02-23T13:29:42.123Z | [ recovery-image] Feb 23 13:29:40.509 INFO O| Feb 23 13:29:40.509 INFO STEP 641 (remove_files) COMPLETE |
6560 | 2025-02-23T13:29:42.123Z | [ recovery-image] Feb 23 13:29:40.509 INFO O| Feb 23 13:29:40.509 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2025-02-23T13:29:42.168Z | [ recovery-image] Feb 23 13:29:40.559 INFO O| Feb 23 13:29:40.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6562 | 2025-02-23T13:29:42.169Z | [ recovery-image] Feb 23 13:29:40.559 INFO O| Feb 23 13:29:40.559 INFO STEP 642 (remove_files) COMPLETE |
6563 | 2025-02-23T13:29:42.169Z | [ recovery-image] Feb 23 13:29:40.559 INFO O| Feb 23 13:29:40.559 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2025-02-23T13:29:42.203Z | [ recovery-image] Feb 23 13:29:40.593 INFO O| Feb 23 13:29:40.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6565 | 2025-02-23T13:29:42.203Z | [ recovery-image] Feb 23 13:29:40.593 INFO O| Feb 23 13:29:40.593 INFO STEP 643 (remove_files) COMPLETE |
6566 | 2025-02-23T13:29:42.203Z | [ recovery-image] Feb 23 13:29:40.593 INFO O| Feb 23 13:29:40.593 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2025-02-23T13:29:42.249Z | [ recovery-image] Feb 23 13:29:40.639 INFO O| Feb 23 13:29:40.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6568 | 2025-02-23T13:29:42.261Z | [ recovery-image] Feb 23 13:29:40.639 INFO O| Feb 23 13:29:40.639 INFO STEP 644 (remove_files) COMPLETE |
6569 | 2025-02-23T13:29:42.261Z | [ recovery-image] Feb 23 13:29:40.639 INFO O| Feb 23 13:29:40.639 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2025-02-23T13:29:42.275Z | [ recovery-image] Feb 23 13:29:40.664 INFO O| Feb 23 13:29:40.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6571 | 2025-02-23T13:29:42.275Z | [ recovery-image] Feb 23 13:29:40.665 INFO O| Feb 23 13:29:40.664 INFO STEP 645 (remove_files) COMPLETE |
6572 | 2025-02-23T13:29:42.275Z | [ recovery-image] Feb 23 13:29:40.665 INFO O| Feb 23 13:29:40.665 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2025-02-23T13:29:42.325Z | [ recovery-image] Feb 23 13:29:40.715 INFO O| Feb 23 13:29:40.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6574 | 2025-02-23T13:29:42.327Z | [ recovery-image] Feb 23 13:29:40.715 INFO O| Feb 23 13:29:40.715 INFO STEP 646 (remove_files) COMPLETE |
6575 | 2025-02-23T13:29:42.327Z | [ recovery-image] Feb 23 13:29:40.715 INFO O| Feb 23 13:29:40.715 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2025-02-23T13:29:42.350Z | [ recovery-image] Feb 23 13:29:40.740 INFO O| Feb 23 13:29:40.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6577 | 2025-02-23T13:29:42.353Z | [ recovery-image] Feb 23 13:29:40.741 INFO O| Feb 23 13:29:40.741 INFO STEP 647 (remove_files) COMPLETE |
6578 | 2025-02-23T13:29:42.353Z | [ recovery-image] Feb 23 13:29:40.741 INFO O| Feb 23 13:29:40.741 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2025-02-23T13:29:42.374Z | [ recovery-image] Feb 23 13:29:40.764 INFO O| Feb 23 13:29:40.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6580 | 2025-02-23T13:29:42.399Z | [ recovery-image] Feb 23 13:29:40.789 INFO O| Feb 23 13:29:40.789 INFO STEP 648 (remove_files) COMPLETE |
6581 | 2025-02-23T13:29:42.399Z | [ recovery-image] Feb 23 13:29:40.789 INFO O| Feb 23 13:29:40.789 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2025-02-23T13:29:42.428Z | [ recovery-image] Feb 23 13:29:40.818 INFO O| Feb 23 13:29:40.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6583 | 2025-02-23T13:29:42.428Z | [ host-image] Feb 23 13:29:40.818 INFO O| Feb 23 13:29:40.817 INFO O| Planning: Fetching manifests: 6/6 100% complete |
6584 | 2025-02-23T13:29:42.428Z | [ recovery-image] Feb 23 13:29:40.818 INFO O| Feb 23 13:29:40.818 INFO STEP 649 (remove_files) COMPLETE |
6585 | 2025-02-23T13:29:42.428Z | [ recovery-image] Feb 23 13:29:40.818 INFO O| Feb 23 13:29:40.818 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2025-02-23T13:29:42.471Z | [ recovery-image] Feb 23 13:29:40.861 INFO O| Feb 23 13:29:40.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6587 | 2025-02-23T13:29:42.471Z | [ recovery-image] Feb 23 13:29:40.861 INFO O| Feb 23 13:29:40.861 INFO STEP 650 (remove_files) COMPLETE |
6588 | 2025-02-23T13:29:42.477Z | [ recovery-image] Feb 23 13:29:40.861 INFO O| Feb 23 13:29:40.861 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2025-02-23T13:29:42.489Z | [ host-image] Feb 23 13:29:40.880 INFO O| Feb 23 13:29:40.880 INFO O| Planning: Package planning ... Done |
6590 | 2025-02-23T13:29:42.518Z | [ recovery-image] Feb 23 13:29:40.909 INFO O| Feb 23 13:29:40.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6591 | 2025-02-23T13:29:42.518Z | [ recovery-image] Feb 23 13:29:40.909 INFO O| Feb 23 13:29:40.909 INFO STEP 651 (remove_files) COMPLETE |
6592 | 2025-02-23T13:29:42.518Z | [ recovery-image] Feb 23 13:29:40.909 INFO O| Feb 23 13:29:40.909 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2025-02-23T13:29:42.525Z | [ host-image] Feb 23 13:29:40.916 INFO O| Feb 23 13:29:40.916 INFO O| Planning: Merging actions ... Done |
6594 | 2025-02-23T13:29:42.546Z | [ recovery-image] Feb 23 13:29:40.936 INFO O| Feb 23 13:29:40.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6595 | 2025-02-23T13:29:42.549Z | [ recovery-image] Feb 23 13:29:40.937 INFO O| Feb 23 13:29:40.937 INFO STEP 652 (remove_files) COMPLETE |
6596 | 2025-02-23T13:29:42.549Z | [ recovery-image] Feb 23 13:29:40.937 INFO O| Feb 23 13:29:40.937 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2025-02-23T13:29:42.571Z | [ recovery-image] Feb 23 13:29:40.961 INFO O| Feb 23 13:29:40.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6598 | 2025-02-23T13:29:42.573Z | [ recovery-image] Feb 23 13:29:40.961 INFO O| Feb 23 13:29:40.961 INFO STEP 653 (remove_files) COMPLETE |
6599 | 2025-02-23T13:29:42.573Z | [ recovery-image] Feb 23 13:29:40.961 INFO O| Feb 23 13:29:40.961 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2025-02-23T13:29:42.597Z | [ recovery-image] Feb 23 13:29:40.988 INFO O| Feb 23 13:29:40.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6601 | 2025-02-23T13:29:42.597Z | [ recovery-image] Feb 23 13:29:40.988 INFO O| Feb 23 13:29:40.988 INFO STEP 654 (remove_files) COMPLETE |
6602 | 2025-02-23T13:29:42.597Z | [ recovery-image] Feb 23 13:29:40.988 INFO O| Feb 23 13:29:40.988 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2025-02-23T13:29:42.627Z | [ recovery-image] Feb 23 13:29:41.018 INFO O| Feb 23 13:29:41.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6604 | 2025-02-23T13:29:42.628Z | [ recovery-image] Feb 23 13:29:41.018 INFO O| Feb 23 13:29:41.018 INFO STEP 655 (remove_files) COMPLETE |
6605 | 2025-02-23T13:29:42.628Z | [ recovery-image] Feb 23 13:29:41.018 INFO O| Feb 23 13:29:41.018 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2025-02-23T13:29:42.654Z | [ recovery-image] Feb 23 13:29:41.045 INFO O| Feb 23 13:29:41.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6607 | 2025-02-23T13:29:42.654Z | [ recovery-image] Feb 23 13:29:41.045 INFO O| Feb 23 13:29:41.045 INFO STEP 656 (remove_files) COMPLETE |
6608 | 2025-02-23T13:29:42.654Z | [ recovery-image] Feb 23 13:29:41.045 INFO O| Feb 23 13:29:41.045 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2025-02-23T13:29:42.680Z | [ recovery-image] Feb 23 13:29:41.070 INFO O| Feb 23 13:29:41.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6610 | 2025-02-23T13:29:42.684Z | [ recovery-image] Feb 23 13:29:41.070 INFO O| Feb 23 13:29:41.070 INFO STEP 657 (remove_files) COMPLETE |
6611 | 2025-02-23T13:29:42.684Z | [ recovery-image] Feb 23 13:29:41.070 INFO O| Feb 23 13:29:41.070 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2025-02-23T13:29:42.704Z | [ recovery-image] Feb 23 13:29:41.095 INFO O| Feb 23 13:29:41.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6613 | 2025-02-23T13:29:42.704Z | [ recovery-image] Feb 23 13:29:41.095 INFO O| Feb 23 13:29:41.095 INFO STEP 658 (remove_files) COMPLETE |
6614 | 2025-02-23T13:29:42.705Z | [ recovery-image] Feb 23 13:29:41.095 INFO O| Feb 23 13:29:41.095 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2025-02-23T13:29:42.708Z | [ host-image] Feb 23 13:29:41.097 INFO O| Feb 23 13:29:41.097 INFO O| Planning: Checking for conflicting actions ... Done |
6616 | 2025-02-23T13:29:42.716Z | [ host-image] Feb 23 13:29:41.106 INFO O| Feb 23 13:29:41.105 INFO O| Planning: Consolidating action changes ... Done |
6617 | 2025-02-23T13:29:42.730Z | [ recovery-image] Feb 23 13:29:41.121 INFO O| Feb 23 13:29:41.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6618 | 2025-02-23T13:29:42.730Z | [ recovery-image] Feb 23 13:29:41.121 INFO O| Feb 23 13:29:41.121 INFO STEP 659 (remove_files) COMPLETE |
6619 | 2025-02-23T13:29:42.730Z | [ recovery-image] Feb 23 13:29:41.121 INFO O| Feb 23 13:29:41.121 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2025-02-23T13:29:42.755Z | [ recovery-image] Feb 23 13:29:41.146 INFO O| Feb 23 13:29:41.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6621 | 2025-02-23T13:29:42.755Z | [ recovery-image] Feb 23 13:29:41.146 INFO O| Feb 23 13:29:41.146 INFO STEP 660 (remove_files) COMPLETE |
6622 | 2025-02-23T13:29:42.756Z | [ recovery-image] Feb 23 13:29:41.146 INFO O| Feb 23 13:29:41.146 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2025-02-23T13:29:42.807Z | [ recovery-image] Feb 23 13:29:41.197 INFO O| Feb 23 13:29:41.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6624 | 2025-02-23T13:29:42.807Z | [ recovery-image] Feb 23 13:29:41.197 INFO O| Feb 23 13:29:41.197 INFO STEP 661 (remove_files) COMPLETE |
6625 | 2025-02-23T13:29:42.810Z | [ recovery-image] Feb 23 13:29:41.197 INFO O| Feb 23 13:29:41.197 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2025-02-23T13:29:42.856Z | [ recovery-image] Feb 23 13:29:41.246 INFO O| Feb 23 13:29:41.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6627 | 2025-02-23T13:29:42.857Z | [ recovery-image] Feb 23 13:29:41.247 INFO O| Feb 23 13:29:41.246 INFO STEP 662 (remove_files) COMPLETE |
6628 | 2025-02-23T13:29:42.857Z | [ recovery-image] Feb 23 13:29:41.247 INFO O| Feb 23 13:29:41.247 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2025-02-23T13:29:42.896Z | [ recovery-image] Feb 23 13:29:41.287 INFO O| Feb 23 13:29:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6630 | 2025-02-23T13:29:42.900Z | [ recovery-image] Feb 23 13:29:41.287 INFO O| Feb 23 13:29:41.287 INFO STEP 663 (remove_files) COMPLETE |
6631 | 2025-02-23T13:29:42.900Z | [ recovery-image] Feb 23 13:29:41.287 INFO O| Feb 23 13:29:41.287 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2025-02-23T13:29:43.009Z | [ recovery-image] Feb 23 13:29:41.399 INFO O| Feb 23 13:29:41.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6633 | 2025-02-23T13:29:43.009Z | [ recovery-image] Feb 23 13:29:41.399 INFO O| Feb 23 13:29:41.399 INFO STEP 664 (remove_files) COMPLETE |
6634 | 2025-02-23T13:29:43.009Z | [ recovery-image] Feb 23 13:29:41.399 INFO O| Feb 23 13:29:41.399 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2025-02-23T13:29:43.043Z | [ recovery-image] Feb 23 13:29:41.432 INFO O| Feb 23 13:29:41.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6636 | 2025-02-23T13:29:43.043Z | [ recovery-image] Feb 23 13:29:41.433 INFO O| Feb 23 13:29:41.432 INFO STEP 665 (remove_files) COMPLETE |
6637 | 2025-02-23T13:29:43.044Z | [ recovery-image] Feb 23 13:29:41.433 INFO O| Feb 23 13:29:41.432 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2025-02-23T13:29:43.092Z | [ host-image] Feb 23 13:29:41.482 INFO O| Feb 23 13:29:41.482 INFO O| Planning: Evaluating mediators ... Done |
6639 | 2025-02-23T13:29:43.095Z | [ recovery-image] Feb 23 13:29:41.485 INFO O| Feb 23 13:29:41.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6640 | 2025-02-23T13:29:43.096Z | [ recovery-image] Feb 23 13:29:41.486 INFO O| Feb 23 13:29:41.486 INFO STEP 666 (remove_files) COMPLETE |
6641 | 2025-02-23T13:29:43.096Z | [ recovery-image] Feb 23 13:29:41.486 INFO O| Feb 23 13:29:41.486 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2025-02-23T13:29:43.099Z | [ host-image] Feb 23 13:29:41.488 INFO O| Feb 23 13:29:41.488 INFO O| Planning: Planning completed in 5.88 seconds |
6643 | 2025-02-23T13:29:43.103Z | [ host-image] Feb 23 13:29:41.491 INFO O| Feb 23 13:29:41.491 INFO O| Packages to install: 6 |
6644 | 2025-02-23T13:29:43.103Z | [ host-image] Feb 23 13:29:41.491 INFO O| Feb 23 13:29:41.491 INFO O| Mediators to change: 1 |
6645 | 2025-02-23T13:29:43.103Z | [ host-image] Feb 23 13:29:41.491 INFO O| Feb 23 13:29:41.491 INFO O| Services to change: 1 |
6646 | 2025-02-23T13:29:43.124Z | [ host-image] Feb 23 13:29:41.514 INFO O| Feb 23 13:29:41.514 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6647 | 2025-02-23T13:29:43.132Z | [ recovery-image] Feb 23 13:29:41.523 INFO O| Feb 23 13:29:41.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6648 | 2025-02-23T13:29:43.135Z | [ recovery-image] Feb 23 13:29:41.523 INFO O| Feb 23 13:29:41.523 INFO STEP 667 (remove_files) COMPLETE |
6649 | 2025-02-23T13:29:43.135Z | [ recovery-image] Feb 23 13:29:41.523 INFO O| Feb 23 13:29:41.523 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2025-02-23T13:29:43.161Z | [ recovery-image] Feb 23 13:29:41.552 INFO O| Feb 23 13:29:41.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6651 | 2025-02-23T13:29:43.161Z | [ recovery-image] Feb 23 13:29:41.552 INFO O| Feb 23 13:29:41.552 INFO STEP 668 (remove_files) COMPLETE |
6652 | 2025-02-23T13:29:43.162Z | [ recovery-image] Feb 23 13:29:41.552 INFO O| Feb 23 13:29:41.552 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2025-02-23T13:29:43.190Z | [ recovery-image] Feb 23 13:29:41.580 INFO O| Feb 23 13:29:41.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6654 | 2025-02-23T13:29:43.190Z | [ recovery-image] Feb 23 13:29:41.580 INFO O| Feb 23 13:29:41.580 INFO STEP 669 (remove_files) COMPLETE |
6655 | 2025-02-23T13:29:43.190Z | [ recovery-image] Feb 23 13:29:41.580 INFO O| Feb 23 13:29:41.580 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2025-02-23T13:29:43.224Z | [ recovery-image] Feb 23 13:29:41.614 INFO O| Feb 23 13:29:41.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6657 | 2025-02-23T13:29:43.224Z | [ recovery-image] Feb 23 13:29:41.615 INFO O| Feb 23 13:29:41.614 INFO STEP 670 (remove_files) COMPLETE |
6658 | 2025-02-23T13:29:43.229Z | [ recovery-image] Feb 23 13:29:41.615 INFO O| Feb 23 13:29:41.615 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2025-02-23T13:29:43.265Z | [ recovery-image] Feb 23 13:29:41.655 INFO O| Feb 23 13:29:41.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6660 | 2025-02-23T13:29:43.295Z | [ recovery-image] Feb 23 13:29:41.655 INFO O| Feb 23 13:29:41.655 INFO STEP 671 (remove_files) COMPLETE |
6661 | 2025-02-23T13:29:43.295Z | [ recovery-image] Feb 23 13:29:41.655 INFO O| Feb 23 13:29:41.655 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2025-02-23T13:29:43.309Z | [ recovery-image] Feb 23 13:29:41.699 INFO O| Feb 23 13:29:41.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6663 | 2025-02-23T13:29:43.309Z | [ recovery-image] Feb 23 13:29:41.700 INFO O| Feb 23 13:29:41.699 INFO STEP 672 (remove_files) COMPLETE |
6664 | 2025-02-23T13:29:43.313Z | [ recovery-image] Feb 23 13:29:41.700 INFO O| Feb 23 13:29:41.700 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2025-02-23T13:29:43.361Z | [ recovery-image] Feb 23 13:29:41.751 INFO O| Feb 23 13:29:41.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6666 | 2025-02-23T13:29:43.365Z | [ recovery-image] Feb 23 13:29:41.751 INFO O| Feb 23 13:29:41.751 INFO STEP 673 (remove_files) COMPLETE |
6667 | 2025-02-23T13:29:43.365Z | [ recovery-image] Feb 23 13:29:41.751 INFO O| Feb 23 13:29:41.751 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2025-02-23T13:29:43.390Z | [ recovery-image] Feb 23 13:29:41.780 INFO O| Feb 23 13:29:41.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6669 | 2025-02-23T13:29:43.390Z | [ recovery-image] Feb 23 13:29:41.780 INFO O| Feb 23 13:29:41.780 INFO STEP 674 (remove_files) COMPLETE |
6670 | 2025-02-23T13:29:43.390Z | [ recovery-image] Feb 23 13:29:41.780 INFO O| Feb 23 13:29:41.780 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2025-02-23T13:29:43.441Z | [ recovery-image] Feb 23 13:29:41.823 INFO O| Feb 23 13:29:41.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6672 | 2025-02-23T13:29:43.441Z | [ recovery-image] Feb 23 13:29:41.823 INFO O| Feb 23 13:29:41.823 INFO STEP 675 (remove_files) COMPLETE |
6673 | 2025-02-23T13:29:43.457Z | [ recovery-image] Feb 23 13:29:41.823 INFO O| Feb 23 13:29:41.823 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2025-02-23T13:29:43.473Z | [ recovery-image] Feb 23 13:29:41.863 INFO O| Feb 23 13:29:41.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6675 | 2025-02-23T13:29:43.473Z | [ recovery-image] Feb 23 13:29:41.863 INFO O| Feb 23 13:29:41.863 INFO STEP 676 (remove_files) COMPLETE |
6676 | 2025-02-23T13:29:43.477Z | [ recovery-image] Feb 23 13:29:41.863 INFO O| Feb 23 13:29:41.863 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2025-02-23T13:29:43.504Z | [ recovery-image] Feb 23 13:29:41.892 INFO O| Feb 23 13:29:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6678 | 2025-02-23T13:29:43.505Z | [ recovery-image] Feb 23 13:29:41.892 INFO O| Feb 23 13:29:41.892 INFO STEP 677 (remove_files) COMPLETE |
6679 | 2025-02-23T13:29:43.511Z | [ recovery-image] Feb 23 13:29:41.893 INFO O| Feb 23 13:29:41.892 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2025-02-23T13:29:43.537Z | [ recovery-image] Feb 23 13:29:41.928 INFO O| Feb 23 13:29:41.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6681 | 2025-02-23T13:29:43.537Z | [ recovery-image] Feb 23 13:29:41.928 INFO O| Feb 23 13:29:41.928 INFO STEP 678 (remove_files) COMPLETE |
6682 | 2025-02-23T13:29:43.538Z | [ recovery-image] Feb 23 13:29:41.928 INFO O| Feb 23 13:29:41.928 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2025-02-23T13:29:43.579Z | [ recovery-image] Feb 23 13:29:41.966 INFO O| Feb 23 13:29:41.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6684 | 2025-02-23T13:29:43.579Z | [ recovery-image] Feb 23 13:29:41.966 INFO O| Feb 23 13:29:41.966 INFO STEP 679 (remove_files) COMPLETE |
6685 | 2025-02-23T13:29:43.583Z | [ recovery-image] Feb 23 13:29:41.967 INFO O| Feb 23 13:29:41.966 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2025-02-23T13:29:43.635Z | [ recovery-image] Feb 23 13:29:42.025 INFO O| Feb 23 13:29:42.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6687 | 2025-02-23T13:29:43.635Z | [ recovery-image] Feb 23 13:29:42.025 INFO O| Feb 23 13:29:42.025 INFO STEP 680 (remove_files) COMPLETE |
6688 | 2025-02-23T13:29:43.639Z | [ recovery-image] Feb 23 13:29:42.025 INFO O| Feb 23 13:29:42.025 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2025-02-23T13:29:43.667Z | [ recovery-image] Feb 23 13:29:42.057 INFO O| Feb 23 13:29:42.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6690 | 2025-02-23T13:29:43.667Z | [ recovery-image] Feb 23 13:29:42.057 INFO O| Feb 23 13:29:42.057 INFO STEP 681 (remove_files) COMPLETE |
6691 | 2025-02-23T13:29:43.670Z | [ recovery-image] Feb 23 13:29:42.057 INFO O| Feb 23 13:29:42.057 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2025-02-23T13:29:43.694Z | [ recovery-image] Feb 23 13:29:42.084 INFO O| Feb 23 13:29:42.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6693 | 2025-02-23T13:29:43.694Z | [ recovery-image] Feb 23 13:29:42.084 INFO O| Feb 23 13:29:42.084 INFO STEP 682 (remove_files) COMPLETE |
6694 | 2025-02-23T13:29:43.694Z | [ recovery-image] Feb 23 13:29:42.084 INFO O| Feb 23 13:29:42.084 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2025-02-23T13:29:43.725Z | [ recovery-image] Feb 23 13:29:42.115 INFO O| Feb 23 13:29:42.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6696 | 2025-02-23T13:29:43.725Z | [ recovery-image] Feb 23 13:29:42.115 INFO O| Feb 23 13:29:42.115 INFO STEP 683 (remove_files) COMPLETE |
6697 | 2025-02-23T13:29:43.725Z | [ recovery-image] Feb 23 13:29:42.115 INFO O| Feb 23 13:29:42.115 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2025-02-23T13:29:43.753Z | [ recovery-image] Feb 23 13:29:42.143 INFO O| Feb 23 13:29:42.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6699 | 2025-02-23T13:29:43.757Z | [ recovery-image] Feb 23 13:29:42.143 INFO O| Feb 23 13:29:42.143 INFO STEP 684 (remove_files) COMPLETE |
6700 | 2025-02-23T13:29:43.757Z | [ recovery-image] Feb 23 13:29:42.143 INFO O| Feb 23 13:29:42.143 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2025-02-23T13:29:43.778Z | [ recovery-image] Feb 23 13:29:42.168 INFO O| Feb 23 13:29:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6702 | 2025-02-23T13:29:43.784Z | [ recovery-image] Feb 23 13:29:42.169 INFO O| Feb 23 13:29:42.168 INFO STEP 685 (remove_files) COMPLETE |
6703 | 2025-02-23T13:29:43.785Z | [ recovery-image] Feb 23 13:29:42.169 INFO O| Feb 23 13:29:42.168 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2025-02-23T13:29:43.833Z | [ recovery-image] Feb 23 13:29:42.222 INFO O| Feb 23 13:29:42.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6705 | 2025-02-23T13:29:43.833Z | [ recovery-image] Feb 23 13:29:42.222 INFO O| Feb 23 13:29:42.222 INFO STEP 686 (remove_files) COMPLETE |
6706 | 2025-02-23T13:29:43.833Z | [ recovery-image] Feb 23 13:29:42.222 INFO O| Feb 23 13:29:42.222 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2025-02-23T13:29:43.864Z | [ recovery-image] Feb 23 13:29:42.255 INFO O| Feb 23 13:29:42.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6708 | 2025-02-23T13:29:43.865Z | [ recovery-image] Feb 23 13:29:42.255 INFO O| Feb 23 13:29:42.255 INFO STEP 687 (remove_files) COMPLETE |
6709 | 2025-02-23T13:29:43.868Z | [ recovery-image] Feb 23 13:29:42.255 INFO O| Feb 23 13:29:42.255 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2025-02-23T13:29:43.891Z | [ recovery-image] Feb 23 13:29:42.281 INFO O| Feb 23 13:29:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6711 | 2025-02-23T13:29:43.891Z | [ recovery-image] Feb 23 13:29:42.281 INFO O| Feb 23 13:29:42.281 INFO STEP 688 (remove_files) COMPLETE |
6712 | 2025-02-23T13:29:43.891Z | [ recovery-image] Feb 23 13:29:42.281 INFO O| Feb 23 13:29:42.281 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2025-02-23T13:29:43.919Z | [ recovery-image] Feb 23 13:29:42.309 INFO O| Feb 23 13:29:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6714 | 2025-02-23T13:29:43.919Z | [ recovery-image] Feb 23 13:29:42.309 INFO O| Feb 23 13:29:42.309 INFO STEP 689 (remove_files) COMPLETE |
6715 | 2025-02-23T13:29:43.922Z | [ recovery-image] Feb 23 13:29:42.309 INFO O| Feb 23 13:29:42.309 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2025-02-23T13:29:43.947Z | [ recovery-image] Feb 23 13:29:42.338 INFO O| Feb 23 13:29:42.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6717 | 2025-02-23T13:29:43.947Z | [ recovery-image] Feb 23 13:29:42.338 INFO O| Feb 23 13:29:42.338 INFO STEP 690 (remove_files) COMPLETE |
6718 | 2025-02-23T13:29:43.953Z | [ recovery-image] Feb 23 13:29:42.338 INFO O| Feb 23 13:29:42.338 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6719 | 2025-02-23T13:29:43.976Z | [ recovery-image] Feb 23 13:29:42.364 INFO O| Feb 23 13:29:42.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6720 | 2025-02-23T13:29:43.977Z | [ recovery-image] Feb 23 13:29:42.364 INFO O| Feb 23 13:29:42.364 INFO STEP 691 (remove_files) COMPLETE |
6721 | 2025-02-23T13:29:43.977Z | [ recovery-image] Feb 23 13:29:42.364 INFO O| Feb 23 13:29:42.364 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6722 | 2025-02-23T13:29:43.998Z | [ recovery-image] Feb 23 13:29:42.388 INFO O| Feb 23 13:29:42.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6723 | 2025-02-23T13:29:43.999Z | [ recovery-image] Feb 23 13:29:42.388 INFO O| Feb 23 13:29:42.388 INFO STEP 692 (remove_files) COMPLETE |
6724 | 2025-02-23T13:29:43.999Z | [ recovery-image] Feb 23 13:29:42.388 INFO O| Feb 23 13:29:42.388 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6725 | 2025-02-23T13:29:44.035Z | [ recovery-image] Feb 23 13:29:42.425 INFO O| Feb 23 13:29:42.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6726 | 2025-02-23T13:29:44.051Z | [ recovery-image] Feb 23 13:29:42.425 INFO O| Feb 23 13:29:42.425 INFO STEP 693 (remove_files) COMPLETE |
6727 | 2025-02-23T13:29:44.051Z | [ recovery-image] Feb 23 13:29:42.425 INFO O| Feb 23 13:29:42.425 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2025-02-23T13:29:44.063Z | [ recovery-image] Feb 23 13:29:42.454 INFO O| Feb 23 13:29:42.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6729 | 2025-02-23T13:29:44.064Z | [ recovery-image] Feb 23 13:29:42.454 INFO O| Feb 23 13:29:42.454 INFO STEP 694 (remove_files) COMPLETE |
6730 | 2025-02-23T13:29:44.064Z | [ recovery-image] Feb 23 13:29:42.454 INFO O| Feb 23 13:29:42.454 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2025-02-23T13:29:44.088Z | [ recovery-image] Feb 23 13:29:42.479 INFO O| Feb 23 13:29:42.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6732 | 2025-02-23T13:29:44.092Z | [ recovery-image] Feb 23 13:29:42.479 INFO O| Feb 23 13:29:42.479 INFO STEP 695 (remove_files) COMPLETE |
6733 | 2025-02-23T13:29:44.093Z | [ recovery-image] Feb 23 13:29:42.479 INFO O| Feb 23 13:29:42.479 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2025-02-23T13:29:44.116Z | [ recovery-image] Feb 23 13:29:42.506 INFO O| Feb 23 13:29:42.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6735 | 2025-02-23T13:29:44.121Z | [ recovery-image] Feb 23 13:29:42.506 INFO O| Feb 23 13:29:42.506 INFO STEP 696 (remove_files) COMPLETE |
6736 | 2025-02-23T13:29:44.122Z | [ recovery-image] Feb 23 13:29:42.506 INFO O| Feb 23 13:29:42.506 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2025-02-23T13:29:44.142Z | [ recovery-image] Feb 23 13:29:42.530 INFO O| Feb 23 13:29:42.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6738 | 2025-02-23T13:29:44.142Z | [ recovery-image] Feb 23 13:29:42.530 INFO O| Feb 23 13:29:42.530 INFO STEP 697 (remove_files) COMPLETE |
6739 | 2025-02-23T13:29:44.151Z | [ recovery-image] Feb 23 13:29:42.530 INFO O| Feb 23 13:29:42.530 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6740 | 2025-02-23T13:29:44.167Z | [ recovery-image] Feb 23 13:29:42.556 INFO O| Feb 23 13:29:42.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6741 | 2025-02-23T13:29:44.167Z | [ recovery-image] Feb 23 13:29:42.556 INFO O| Feb 23 13:29:42.556 INFO STEP 698 (remove_files) COMPLETE |
6742 | 2025-02-23T13:29:44.167Z | [ recovery-image] Feb 23 13:29:42.556 INFO O| Feb 23 13:29:42.556 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6743 | 2025-02-23T13:29:44.219Z | [ recovery-image] Feb 23 13:29:42.609 INFO O| Feb 23 13:29:42.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6744 | 2025-02-23T13:29:44.219Z | [ recovery-image] Feb 23 13:29:42.609 INFO O| Feb 23 13:29:42.609 INFO STEP 699 (remove_files) COMPLETE |
6745 | 2025-02-23T13:29:44.219Z | [ recovery-image] Feb 23 13:29:42.609 INFO O| Feb 23 13:29:42.609 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6746 | 2025-02-23T13:29:44.261Z | [ recovery-image] Feb 23 13:29:42.652 INFO O| Feb 23 13:29:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6747 | 2025-02-23T13:29:44.268Z | [ recovery-image] Feb 23 13:29:42.652 INFO O| Feb 23 13:29:42.652 INFO STEP 700 (remove_files) COMPLETE |
6748 | 2025-02-23T13:29:44.268Z | [ recovery-image] Feb 23 13:29:42.652 INFO O| Feb 23 13:29:42.652 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6749 | 2025-02-23T13:29:44.285Z | [ recovery-image] Feb 23 13:29:42.675 INFO O| Feb 23 13:29:42.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6750 | 2025-02-23T13:29:44.307Z | [ recovery-image] Feb 23 13:29:42.696 INFO O| Feb 23 13:29:42.696 INFO STEP 701 (remove_files) COMPLETE |
6751 | 2025-02-23T13:29:44.307Z | [ recovery-image] Feb 23 13:29:42.696 INFO O| Feb 23 13:29:42.696 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6752 | 2025-02-23T13:29:44.347Z | [ recovery-image] Feb 23 13:29:42.731 INFO O| Feb 23 13:29:42.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6753 | 2025-02-23T13:29:44.350Z | [ recovery-image] Feb 23 13:29:42.732 INFO O| Feb 23 13:29:42.732 INFO STEP 702 (remove_files) COMPLETE |
6754 | 2025-02-23T13:29:44.350Z | [ recovery-image] Feb 23 13:29:42.732 INFO O| Feb 23 13:29:42.732 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6755 | 2025-02-23T13:29:44.384Z | [ recovery-image] Feb 23 13:29:42.774 INFO O| Feb 23 13:29:42.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6756 | 2025-02-23T13:29:44.388Z | [ recovery-image] Feb 23 13:29:42.774 INFO O| Feb 23 13:29:42.774 INFO STEP 703 (remove_files) COMPLETE |
6757 | 2025-02-23T13:29:44.388Z | [ recovery-image] Feb 23 13:29:42.774 INFO O| Feb 23 13:29:42.774 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6758 | 2025-02-23T13:29:44.412Z | [ recovery-image] Feb 23 13:29:42.802 INFO O| Feb 23 13:29:42.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6759 | 2025-02-23T13:29:44.415Z | [ recovery-image] Feb 23 13:29:42.802 INFO O| Feb 23 13:29:42.802 INFO STEP 704 (remove_files) COMPLETE |
6760 | 2025-02-23T13:29:44.415Z | [ recovery-image] Feb 23 13:29:42.803 INFO O| Feb 23 13:29:42.803 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6761 | 2025-02-23T13:29:44.475Z | [ recovery-image] Feb 23 13:29:42.866 INFO O| Feb 23 13:29:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6762 | 2025-02-23T13:29:44.479Z | [ recovery-image] Feb 23 13:29:42.866 INFO O| Feb 23 13:29:42.866 INFO STEP 705 (remove_files) COMPLETE |
6763 | 2025-02-23T13:29:44.479Z | [ recovery-image] Feb 23 13:29:42.866 INFO O| Feb 23 13:29:42.866 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6764 | 2025-02-23T13:29:44.513Z | [ recovery-image] Feb 23 13:29:42.903 INFO O| Feb 23 13:29:42.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6765 | 2025-02-23T13:29:44.517Z | [ recovery-image] Feb 23 13:29:42.904 INFO O| Feb 23 13:29:42.904 INFO STEP 706 (remove_files) COMPLETE |
6766 | 2025-02-23T13:29:44.517Z | [ recovery-image] Feb 23 13:29:42.904 INFO O| Feb 23 13:29:42.904 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6767 | 2025-02-23T13:29:44.542Z | [ recovery-image] Feb 23 13:29:42.932 INFO O| Feb 23 13:29:42.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6768 | 2025-02-23T13:29:44.542Z | [ recovery-image] Feb 23 13:29:42.932 INFO O| Feb 23 13:29:42.932 INFO STEP 707 (remove_files) COMPLETE |
6769 | 2025-02-23T13:29:44.561Z | [ recovery-image] Feb 23 13:29:42.932 INFO O| Feb 23 13:29:42.932 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6770 | 2025-02-23T13:29:44.600Z | [ recovery-image] Feb 23 13:29:42.960 INFO O| Feb 23 13:29:42.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6771 | 2025-02-23T13:29:44.600Z | [ recovery-image] Feb 23 13:29:42.961 INFO O| Feb 23 13:29:42.961 INFO STEP 708 (remove_files) COMPLETE |
6772 | 2025-02-23T13:29:44.600Z | [ recovery-image] Feb 23 13:29:42.961 INFO O| Feb 23 13:29:42.961 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6773 | 2025-02-23T13:29:44.641Z | [ recovery-image] Feb 23 13:29:42.986 INFO O| Feb 23 13:29:42.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6774 | 2025-02-23T13:29:44.642Z | [ recovery-image] Feb 23 13:29:42.987 INFO O| Feb 23 13:29:42.986 INFO STEP 709 (remove_files) COMPLETE |
6775 | 2025-02-23T13:29:44.642Z | [ recovery-image] Feb 23 13:29:42.987 INFO O| Feb 23 13:29:42.986 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6776 | 2025-02-23T13:29:44.668Z | [ recovery-image] Feb 23 13:29:43.013 INFO O| Feb 23 13:29:43.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6777 | 2025-02-23T13:29:44.669Z | [ recovery-image] Feb 23 13:29:43.013 INFO O| Feb 23 13:29:43.013 INFO STEP 710 (remove_files) COMPLETE |
6778 | 2025-02-23T13:29:44.669Z | [ recovery-image] Feb 23 13:29:43.014 INFO O| Feb 23 13:29:43.013 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2025-02-23T13:29:44.669Z | [ recovery-image] Feb 23 13:29:43.039 INFO O| Feb 23 13:29:43.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6780 | 2025-02-23T13:29:44.669Z | [ recovery-image] Feb 23 13:29:43.039 INFO O| Feb 23 13:29:43.039 INFO STEP 711 (remove_files) COMPLETE |
6781 | 2025-02-23T13:29:44.669Z | [ recovery-image] Feb 23 13:29:43.039 INFO O| Feb 23 13:29:43.039 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6782 | 2025-02-23T13:29:44.680Z | [ recovery-image] Feb 23 13:29:43.067 INFO O| Feb 23 13:29:43.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6783 | 2025-02-23T13:29:44.680Z | [ recovery-image] Feb 23 13:29:43.068 INFO O| Feb 23 13:29:43.068 INFO STEP 712 (remove_files) COMPLETE |
6784 | 2025-02-23T13:29:44.680Z | [ recovery-image] Feb 23 13:29:43.068 INFO O| Feb 23 13:29:43.068 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6785 | 2025-02-23T13:29:44.700Z | [ recovery-image] Feb 23 13:29:43.090 INFO O| Feb 23 13:29:43.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6786 | 2025-02-23T13:29:44.700Z | [ recovery-image] Feb 23 13:29:43.090 INFO O| Feb 23 13:29:43.090 INFO STEP 713 (remove_files) COMPLETE |
6787 | 2025-02-23T13:29:44.710Z | [ recovery-image] Feb 23 13:29:43.090 INFO O| Feb 23 13:29:43.090 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6788 | 2025-02-23T13:29:44.755Z | [ recovery-image] Feb 23 13:29:43.117 INFO O| Feb 23 13:29:43.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6789 | 2025-02-23T13:29:44.755Z | [ recovery-image] Feb 23 13:29:43.117 INFO O| Feb 23 13:29:43.117 INFO STEP 714 (remove_files) COMPLETE |
6790 | 2025-02-23T13:29:44.755Z | [ recovery-image] Feb 23 13:29:43.117 INFO O| Feb 23 13:29:43.117 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6791 | 2025-02-23T13:29:44.794Z | [ recovery-image] Feb 23 13:29:43.175 INFO O| Feb 23 13:29:43.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6792 | 2025-02-23T13:29:44.794Z | [ recovery-image] Feb 23 13:29:43.176 INFO O| Feb 23 13:29:43.176 INFO STEP 715 (remove_files) COMPLETE |
6793 | 2025-02-23T13:29:44.805Z | [ recovery-image] Feb 23 13:29:43.176 INFO O| Feb 23 13:29:43.176 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6794 | 2025-02-23T13:29:44.847Z | [ recovery-image] Feb 23 13:29:43.230 INFO O| Feb 23 13:29:43.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6795 | 2025-02-23T13:29:44.862Z | [ recovery-image] Feb 23 13:29:43.252 INFO O| Feb 23 13:29:43.252 INFO STEP 716 (remove_files) COMPLETE |
6796 | 2025-02-23T13:29:44.863Z | [ recovery-image] Feb 23 13:29:43.252 INFO O| Feb 23 13:29:43.252 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6797 | 2025-02-23T13:29:44.898Z | [ recovery-image] Feb 23 13:29:43.286 INFO O| Feb 23 13:29:43.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6798 | 2025-02-23T13:29:44.899Z | [ recovery-image] Feb 23 13:29:43.286 INFO O| Feb 23 13:29:43.286 INFO STEP 717 (remove_files) COMPLETE |
6799 | 2025-02-23T13:29:44.899Z | [ recovery-image] Feb 23 13:29:43.286 INFO O| Feb 23 13:29:43.286 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2025-02-23T13:29:44.946Z | [ recovery-image] Feb 23 13:29:43.330 INFO O| Feb 23 13:29:43.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6801 | 2025-02-23T13:29:45.015Z | [ recovery-image] Feb 23 13:29:43.350 INFO O| Feb 23 13:29:43.350 INFO STEP 718 (remove_files) COMPLETE |
6802 | 2025-02-23T13:29:45.015Z | [ recovery-image] Feb 23 13:29:43.350 INFO O| Feb 23 13:29:43.350 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2025-02-23T13:29:45.033Z | [ recovery-image] Feb 23 13:29:43.412 INFO O| Feb 23 13:29:43.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6804 | 2025-02-23T13:29:45.034Z | [ recovery-image] Feb 23 13:29:43.412 INFO O| Feb 23 13:29:43.412 INFO STEP 719 (remove_files) COMPLETE |
6805 | 2025-02-23T13:29:45.034Z | [ recovery-image] Feb 23 13:29:43.412 INFO O| Feb 23 13:29:43.412 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2025-02-23T13:29:45.052Z | [ recovery-image] Feb 23 13:29:43.437 INFO O| Feb 23 13:29:43.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6807 | 2025-02-23T13:29:45.052Z | [ recovery-image] Feb 23 13:29:43.437 INFO O| Feb 23 13:29:43.437 INFO STEP 720 (remove_files) COMPLETE |
6808 | 2025-02-23T13:29:45.062Z | [ recovery-image] Feb 23 13:29:43.437 INFO O| Feb 23 13:29:43.437 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2025-02-23T13:29:45.073Z | [ recovery-image] Feb 23 13:29:43.461 INFO O| Feb 23 13:29:43.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6810 | 2025-02-23T13:29:45.073Z | [ recovery-image] Feb 23 13:29:43.462 INFO O| Feb 23 13:29:43.462 INFO STEP 721 (remove_files) COMPLETE |
6811 | 2025-02-23T13:29:45.073Z | [ recovery-image] Feb 23 13:29:43.462 INFO O| Feb 23 13:29:43.462 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2025-02-23T13:29:45.123Z | [ recovery-image] Feb 23 13:29:43.514 INFO O| Feb 23 13:29:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6813 | 2025-02-23T13:29:45.124Z | [ recovery-image] Feb 23 13:29:43.514 INFO O| Feb 23 13:29:43.514 INFO STEP 722 (remove_files) COMPLETE |
6814 | 2025-02-23T13:29:45.134Z | [ recovery-image] Feb 23 13:29:43.514 INFO O| Feb 23 13:29:43.514 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2025-02-23T13:29:45.223Z | [ recovery-image] Feb 23 13:29:43.604 INFO O| Feb 23 13:29:43.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6816 | 2025-02-23T13:29:45.223Z | [ recovery-image] Feb 23 13:29:43.604 INFO O| Feb 23 13:29:43.604 INFO STEP 723 (remove_files) COMPLETE |
6817 | 2025-02-23T13:29:45.242Z | [ recovery-image] Feb 23 13:29:43.604 INFO O| Feb 23 13:29:43.604 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2025-02-23T13:29:45.260Z | [ recovery-image] Feb 23 13:29:43.635 INFO O| Feb 23 13:29:43.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6819 | 2025-02-23T13:29:45.260Z | [ recovery-image] Feb 23 13:29:43.635 INFO O| Feb 23 13:29:43.635 INFO STEP 724 (remove_files) COMPLETE |
6820 | 2025-02-23T13:29:45.271Z | [ recovery-image] Feb 23 13:29:43.661 INFO O| Feb 23 13:29:43.635 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2025-02-23T13:29:45.378Z | [ recovery-image] Feb 23 13:29:43.713 INFO O| Feb 23 13:29:43.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6822 | 2025-02-23T13:29:45.378Z | [ recovery-image] Feb 23 13:29:43.713 INFO O| Feb 23 13:29:43.713 INFO STEP 725 (remove_files) COMPLETE |
6823 | 2025-02-23T13:29:45.378Z | [ recovery-image] Feb 23 13:29:43.713 INFO O| Feb 23 13:29:43.713 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2025-02-23T13:29:45.384Z | [ recovery-image] Feb 23 13:29:43.739 INFO O| Feb 23 13:29:43.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6825 | 2025-02-23T13:29:45.384Z | [ recovery-image] Feb 23 13:29:43.739 INFO O| Feb 23 13:29:43.739 INFO STEP 726 (remove_files) COMPLETE |
6826 | 2025-02-23T13:29:45.384Z | [ recovery-image] Feb 23 13:29:43.739 INFO O| Feb 23 13:29:43.739 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2025-02-23T13:29:45.384Z | [ recovery-image] Feb 23 13:29:43.763 INFO O| Feb 23 13:29:43.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6828 | 2025-02-23T13:29:45.384Z | [ recovery-image] Feb 23 13:29:43.763 INFO O| Feb 23 13:29:43.763 INFO STEP 727 (remove_files) COMPLETE |
6829 | 2025-02-23T13:29:45.384Z | [ recovery-image] Feb 23 13:29:43.763 INFO O| Feb 23 13:29:43.763 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2025-02-23T13:29:45.400Z | [ recovery-image] Feb 23 13:29:43.788 INFO O| Feb 23 13:29:43.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6831 | 2025-02-23T13:29:45.400Z | [ recovery-image] Feb 23 13:29:43.788 INFO O| Feb 23 13:29:43.788 INFO STEP 728 (remove_files) COMPLETE |
6832 | 2025-02-23T13:29:45.401Z | [ recovery-image] Feb 23 13:29:43.788 INFO O| Feb 23 13:29:43.788 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2025-02-23T13:29:45.426Z | [ recovery-image] Feb 23 13:29:43.816 INFO O| Feb 23 13:29:43.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6834 | 2025-02-23T13:29:45.426Z | [ recovery-image] Feb 23 13:29:43.816 INFO O| Feb 23 13:29:43.816 INFO STEP 729 (remove_files) COMPLETE |
6835 | 2025-02-23T13:29:45.426Z | [ recovery-image] Feb 23 13:29:43.816 INFO O| Feb 23 13:29:43.816 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2025-02-23T13:29:45.479Z | [ recovery-image] Feb 23 13:29:43.862 INFO O| Feb 23 13:29:43.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6837 | 2025-02-23T13:29:45.479Z | [ recovery-image] Feb 23 13:29:43.862 INFO O| Feb 23 13:29:43.862 INFO STEP 730 (remove_files) COMPLETE |
6838 | 2025-02-23T13:29:45.479Z | [ recovery-image] Feb 23 13:29:43.862 INFO O| Feb 23 13:29:43.862 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2025-02-23T13:29:45.506Z | [ recovery-image] Feb 23 13:29:43.890 INFO O| Feb 23 13:29:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6840 | 2025-02-23T13:29:45.506Z | [ recovery-image] Feb 23 13:29:43.890 INFO O| Feb 23 13:29:43.890 INFO STEP 731 (remove_files) COMPLETE |
6841 | 2025-02-23T13:29:45.532Z | [ recovery-image] Feb 23 13:29:43.890 INFO O| Feb 23 13:29:43.890 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2025-02-23T13:29:45.547Z | [ recovery-image] Feb 23 13:29:43.918 INFO O| Feb 23 13:29:43.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6843 | 2025-02-23T13:29:45.547Z | [ recovery-image] Feb 23 13:29:43.918 INFO O| Feb 23 13:29:43.918 INFO STEP 732 (remove_files) COMPLETE |
6844 | 2025-02-23T13:29:45.547Z | [ recovery-image] Feb 23 13:29:43.918 INFO O| Feb 23 13:29:43.918 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2025-02-23T13:29:45.568Z | [ recovery-image] Feb 23 13:29:43.944 INFO O| Feb 23 13:29:43.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6846 | 2025-02-23T13:29:45.568Z | [ recovery-image] Feb 23 13:29:43.944 INFO O| Feb 23 13:29:43.944 INFO STEP 733 (remove_files) COMPLETE |
6847 | 2025-02-23T13:29:45.568Z | [ recovery-image] Feb 23 13:29:43.944 INFO O| Feb 23 13:29:43.944 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2025-02-23T13:29:45.588Z | [ recovery-image] Feb 23 13:29:43.978 INFO O| Feb 23 13:29:43.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6849 | 2025-02-23T13:29:45.610Z | [ recovery-image] Feb 23 13:29:43.979 INFO O| Feb 23 13:29:43.978 INFO STEP 734 (remove_files) COMPLETE |
6850 | 2025-02-23T13:29:45.611Z | [ recovery-image] Feb 23 13:29:43.979 INFO O| Feb 23 13:29:43.979 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2025-02-23T13:29:45.632Z | [ recovery-image] Feb 23 13:29:44.022 INFO O| Feb 23 13:29:44.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6852 | 2025-02-23T13:29:45.644Z | [ recovery-image] Feb 23 13:29:44.022 INFO O| Feb 23 13:29:44.022 INFO STEP 735 (remove_files) COMPLETE |
6853 | 2025-02-23T13:29:45.644Z | [ recovery-image] Feb 23 13:29:44.022 INFO O| Feb 23 13:29:44.022 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2025-02-23T13:29:45.661Z | [ recovery-image] Feb 23 13:29:44.051 INFO O| Feb 23 13:29:44.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6855 | 2025-02-23T13:29:45.668Z | [ recovery-image] Feb 23 13:29:44.052 INFO O| Feb 23 13:29:44.052 INFO STEP 736 (remove_files) COMPLETE |
6856 | 2025-02-23T13:29:45.668Z | [ recovery-image] Feb 23 13:29:44.052 INFO O| Feb 23 13:29:44.052 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2025-02-23T13:29:45.693Z | [ recovery-image] Feb 23 13:29:44.078 INFO O| Feb 23 13:29:44.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6858 | 2025-02-23T13:29:45.693Z | [ recovery-image] Feb 23 13:29:44.078 INFO O| Feb 23 13:29:44.078 INFO STEP 737 (remove_files) COMPLETE |
6859 | 2025-02-23T13:29:45.704Z | [ recovery-image] Feb 23 13:29:44.078 INFO O| Feb 23 13:29:44.078 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2025-02-23T13:29:45.716Z | [ recovery-image] Feb 23 13:29:44.106 INFO O| Feb 23 13:29:44.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6861 | 2025-02-23T13:29:45.734Z | [ recovery-image] Feb 23 13:29:44.106 INFO O| Feb 23 13:29:44.106 INFO STEP 738 (remove_files) COMPLETE |
6862 | 2025-02-23T13:29:45.734Z | [ recovery-image] Feb 23 13:29:44.106 INFO O| Feb 23 13:29:44.106 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2025-02-23T13:29:45.768Z | [ recovery-image] Feb 23 13:29:44.158 INFO O| Feb 23 13:29:44.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6864 | 2025-02-23T13:29:45.768Z | [ recovery-image] Feb 23 13:29:44.158 INFO O| Feb 23 13:29:44.158 INFO STEP 739 (remove_files) COMPLETE |
6865 | 2025-02-23T13:29:45.780Z | [ recovery-image] Feb 23 13:29:44.158 INFO O| Feb 23 13:29:44.158 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2025-02-23T13:29:45.794Z | [ recovery-image] Feb 23 13:29:44.184 INFO O| Feb 23 13:29:44.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6867 | 2025-02-23T13:29:45.794Z | [ recovery-image] Feb 23 13:29:44.184 INFO O| Feb 23 13:29:44.184 INFO STEP 740 (remove_files) COMPLETE |
6868 | 2025-02-23T13:29:45.794Z | [ recovery-image] Feb 23 13:29:44.184 INFO O| Feb 23 13:29:44.184 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2025-02-23T13:29:45.856Z | [ recovery-image] Feb 23 13:29:44.246 INFO O| Feb 23 13:29:44.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6870 | 2025-02-23T13:29:45.856Z | [ recovery-image] Feb 23 13:29:44.246 INFO O| Feb 23 13:29:44.246 INFO STEP 741 (remove_files) COMPLETE |
6871 | 2025-02-23T13:29:45.856Z | [ recovery-image] Feb 23 13:29:44.246 INFO O| Feb 23 13:29:44.246 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2025-02-23T13:29:45.932Z | [ recovery-image] Feb 23 13:29:44.322 INFO O| Feb 23 13:29:44.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6873 | 2025-02-23T13:29:45.943Z | [ recovery-image] Feb 23 13:29:44.322 INFO O| Feb 23 13:29:44.322 INFO STEP 742 (remove_files) COMPLETE |
6874 | 2025-02-23T13:29:45.943Z | [ recovery-image] Feb 23 13:29:44.322 INFO O| Feb 23 13:29:44.322 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2025-02-23T13:29:45.963Z | [ recovery-image] Feb 23 13:29:44.348 INFO O| Feb 23 13:29:44.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6876 | 2025-02-23T13:29:45.982Z | [ recovery-image] Feb 23 13:29:44.348 INFO O| Feb 23 13:29:44.348 INFO STEP 743 (remove_files) COMPLETE |
6877 | 2025-02-23T13:29:45.982Z | [ recovery-image] Feb 23 13:29:44.348 INFO O| Feb 23 13:29:44.348 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2025-02-23T13:29:46.039Z | [ recovery-image] Feb 23 13:29:44.370 INFO O| Feb 23 13:29:44.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6879 | 2025-02-23T13:29:46.039Z | [ recovery-image] Feb 23 13:29:44.370 INFO O| Feb 23 13:29:44.370 INFO STEP 744 (remove_files) COMPLETE |
6880 | 2025-02-23T13:29:46.039Z | [ recovery-image] Feb 23 13:29:44.370 INFO O| Feb 23 13:29:44.370 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2025-02-23T13:29:46.107Z | [ recovery-image] Feb 23 13:29:44.394 INFO O| Feb 23 13:29:44.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6882 | 2025-02-23T13:29:46.107Z | [ recovery-image] Feb 23 13:29:44.414 INFO O| Feb 23 13:29:44.414 INFO STEP 745 (remove_files) COMPLETE |
6883 | 2025-02-23T13:29:46.107Z | [ recovery-image] Feb 23 13:29:44.414 INFO O| Feb 23 13:29:44.414 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2025-02-23T13:29:46.174Z | [ recovery-image] Feb 23 13:29:44.450 INFO O| Feb 23 13:29:44.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6885 | 2025-02-23T13:29:46.174Z | [ recovery-image] Feb 23 13:29:44.450 INFO O| Feb 23 13:29:44.450 INFO STEP 746 (remove_files) COMPLETE |
6886 | 2025-02-23T13:29:46.174Z | [ recovery-image] Feb 23 13:29:44.450 INFO O| Feb 23 13:29:44.450 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2025-02-23T13:29:46.174Z | [ recovery-image] Feb 23 13:29:44.474 INFO O| Feb 23 13:29:44.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6888 | 2025-02-23T13:29:46.175Z | [ recovery-image] Feb 23 13:29:44.474 INFO O| Feb 23 13:29:44.474 INFO STEP 747 (remove_files) COMPLETE |
6889 | 2025-02-23T13:29:46.175Z | [ recovery-image] Feb 23 13:29:44.474 INFO O| Feb 23 13:29:44.474 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2025-02-23T13:29:46.175Z | [ recovery-image] Feb 23 13:29:44.500 INFO O| Feb 23 13:29:44.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6891 | 2025-02-23T13:29:46.175Z | [ recovery-image] Feb 23 13:29:44.500 INFO O| Feb 23 13:29:44.500 INFO STEP 748 (remove_files) COMPLETE |
6892 | 2025-02-23T13:29:46.175Z | [ recovery-image] Feb 23 13:29:44.500 INFO O| Feb 23 13:29:44.500 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2025-02-23T13:29:46.175Z | [ recovery-image] Feb 23 13:29:44.525 INFO O| Feb 23 13:29:44.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6894 | 2025-02-23T13:29:46.175Z | [ recovery-image] Feb 23 13:29:44.525 INFO O| Feb 23 13:29:44.525 INFO STEP 749 (remove_files) COMPLETE |
6895 | 2025-02-23T13:29:46.175Z | [ recovery-image] Feb 23 13:29:44.525 INFO O| Feb 23 13:29:44.525 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2025-02-23T13:29:46.262Z | [ recovery-image] Feb 23 13:29:44.588 INFO O| Feb 23 13:29:44.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6897 | 2025-02-23T13:29:46.262Z | [ recovery-image] Feb 23 13:29:44.588 INFO O| Feb 23 13:29:44.588 INFO STEP 750 (remove_files) COMPLETE |
6898 | 2025-02-23T13:29:46.262Z | [ recovery-image] Feb 23 13:29:44.588 INFO O| Feb 23 13:29:44.588 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.614 INFO O| Feb 23 13:29:44.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6900 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.614 INFO O| Feb 23 13:29:44.614 INFO STEP 751 (remove_files) COMPLETE |
6901 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.614 INFO O| Feb 23 13:29:44.614 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.640 INFO O| Feb 23 13:29:44.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6903 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.640 INFO O| Feb 23 13:29:44.640 INFO STEP 752 (remove_files) COMPLETE |
6904 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.640 INFO O| Feb 23 13:29:44.640 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.661 INFO O| Feb 23 13:29:44.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6906 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.662 INFO O| Feb 23 13:29:44.661 INFO STEP 753 (remove_files) COMPLETE |
6907 | 2025-02-23T13:29:46.278Z | [ recovery-image] Feb 23 13:29:44.662 INFO O| Feb 23 13:29:44.662 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2025-02-23T13:29:46.334Z | [ recovery-image] Feb 23 13:29:44.682 INFO O| Feb 23 13:29:44.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6909 | 2025-02-23T13:29:46.334Z | [ recovery-image] Feb 23 13:29:44.683 INFO O| Feb 23 13:29:44.683 INFO STEP 754 (remove_files) COMPLETE |
6910 | 2025-02-23T13:29:46.334Z | [ recovery-image] Feb 23 13:29:44.683 INFO O| Feb 23 13:29:44.683 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2025-02-23T13:29:46.352Z | [ recovery-image] Feb 23 13:29:44.722 INFO O| Feb 23 13:29:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6912 | 2025-02-23T13:29:46.353Z | [ recovery-image] Feb 23 13:29:44.722 INFO O| Feb 23 13:29:44.722 INFO STEP 755 (remove_files) COMPLETE |
6913 | 2025-02-23T13:29:46.353Z | [ recovery-image] Feb 23 13:29:44.722 INFO O| Feb 23 13:29:44.722 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2025-02-23T13:29:46.408Z | [ recovery-image] Feb 23 13:29:44.748 INFO O| Feb 23 13:29:44.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6915 | 2025-02-23T13:29:46.408Z | [ recovery-image] Feb 23 13:29:44.748 INFO O| Feb 23 13:29:44.748 INFO STEP 756 (remove_files) COMPLETE |
6916 | 2025-02-23T13:29:46.408Z | [ recovery-image] Feb 23 13:29:44.749 INFO O| Feb 23 13:29:44.748 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2025-02-23T13:29:46.423Z | [ recovery-image] Feb 23 13:29:44.772 INFO O| Feb 23 13:29:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6918 | 2025-02-23T13:29:46.423Z | [ recovery-image] Feb 23 13:29:44.773 INFO O| Feb 23 13:29:44.772 INFO STEP 757 (remove_files) COMPLETE |
6919 | 2025-02-23T13:29:46.424Z | [ recovery-image] Feb 23 13:29:44.773 INFO O| Feb 23 13:29:44.772 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2025-02-23T13:29:46.424Z | [ recovery-image] Feb 23 13:29:44.799 INFO O| Feb 23 13:29:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6921 | 2025-02-23T13:29:46.424Z | [ recovery-image] Feb 23 13:29:44.799 INFO O| Feb 23 13:29:44.799 INFO STEP 758 (remove_files) COMPLETE |
6922 | 2025-02-23T13:29:46.424Z | [ recovery-image] Feb 23 13:29:44.799 INFO O| Feb 23 13:29:44.799 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2025-02-23T13:29:46.524Z | [ recovery-image] Feb 23 13:29:44.826 INFO O| Feb 23 13:29:44.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6924 | 2025-02-23T13:29:46.524Z | [ recovery-image] Feb 23 13:29:44.826 INFO O| Feb 23 13:29:44.826 INFO STEP 759 (remove_files) COMPLETE |
6925 | 2025-02-23T13:29:46.524Z | [ recovery-image] Feb 23 13:29:44.826 INFO O| Feb 23 13:29:44.826 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.851 INFO O| Feb 23 13:29:44.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6927 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.852 INFO O| Feb 23 13:29:44.852 INFO STEP 760 (remove_files) COMPLETE |
6928 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.852 INFO O| Feb 23 13:29:44.852 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.915 INFO O| Feb 23 13:29:44.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6930 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.915 INFO O| Feb 23 13:29:44.915 INFO STEP 761 (remove_files) COMPLETE |
6931 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.915 INFO O| Feb 23 13:29:44.915 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.944 INFO O| Feb 23 13:29:44.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6933 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.944 INFO O| Feb 23 13:29:44.944 INFO STEP 762 (remove_files) COMPLETE |
6934 | 2025-02-23T13:29:46.629Z | [ recovery-image] Feb 23 13:29:44.944 INFO O| Feb 23 13:29:44.944 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:44.968 INFO O| Feb 23 13:29:44.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6936 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:44.968 INFO O| Feb 23 13:29:44.968 INFO STEP 763 (remove_files) COMPLETE |
6937 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:44.968 INFO O| Feb 23 13:29:44.968 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:44.991 INFO O| Feb 23 13:29:44.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6939 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:44.991 INFO O| Feb 23 13:29:44.991 INFO STEP 764 (remove_files) COMPLETE |
6940 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:44.991 INFO O| Feb 23 13:29:44.991 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:45.023 INFO O| Feb 23 13:29:45.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6942 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:45.023 INFO O| Feb 23 13:29:45.023 INFO STEP 765 (remove_files) COMPLETE |
6943 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:45.023 INFO O| Feb 23 13:29:45.023 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:45.058 INFO O| Feb 23 13:29:45.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6945 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:45.058 INFO O| Feb 23 13:29:45.058 INFO STEP 766 (remove_files) COMPLETE |
6946 | 2025-02-23T13:29:46.684Z | [ recovery-image] Feb 23 13:29:45.058 INFO O| Feb 23 13:29:45.058 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2025-02-23T13:29:46.703Z | [ recovery-image] Feb 23 13:29:45.092 INFO O| Feb 23 13:29:45.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6948 | 2025-02-23T13:29:46.704Z | [ recovery-image] Feb 23 13:29:45.092 INFO O| Feb 23 13:29:45.092 INFO STEP 767 (remove_files) COMPLETE |
6949 | 2025-02-23T13:29:46.704Z | [ recovery-image] Feb 23 13:29:45.092 INFO O| Feb 23 13:29:45.092 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2025-02-23T13:29:46.745Z | [ recovery-image] Feb 23 13:29:45.124 INFO O| Feb 23 13:29:45.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6951 | 2025-02-23T13:29:46.745Z | [ recovery-image] Feb 23 13:29:45.124 INFO O| Feb 23 13:29:45.124 INFO STEP 768 (remove_files) COMPLETE |
6952 | 2025-02-23T13:29:46.797Z | [ recovery-image] Feb 23 13:29:45.124 INFO O| Feb 23 13:29:45.124 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2025-02-23T13:29:46.837Z | [ recovery-image] Feb 23 13:29:45.152 INFO O| Feb 23 13:29:45.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6954 | 2025-02-23T13:29:46.837Z | [ recovery-image] Feb 23 13:29:45.152 INFO O| Feb 23 13:29:45.152 INFO STEP 769 (remove_files) COMPLETE |
6955 | 2025-02-23T13:29:46.837Z | [ recovery-image] Feb 23 13:29:45.152 INFO O| Feb 23 13:29:45.152 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2025-02-23T13:29:46.837Z | [ recovery-image] Feb 23 13:29:45.189 INFO O| Feb 23 13:29:45.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6957 | 2025-02-23T13:29:46.837Z | [ recovery-image] Feb 23 13:29:45.189 INFO O| Feb 23 13:29:45.189 INFO STEP 770 (remove_files) COMPLETE |
6958 | 2025-02-23T13:29:46.837Z | [ recovery-image] Feb 23 13:29:45.189 INFO O| Feb 23 13:29:45.189 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2025-02-23T13:29:46.859Z | [ recovery-image] Feb 23 13:29:45.229 INFO O| Feb 23 13:29:45.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6960 | 2025-02-23T13:29:46.859Z | [ recovery-image] Feb 23 13:29:45.229 INFO O| Feb 23 13:29:45.229 INFO STEP 771 (remove_files) COMPLETE |
6961 | 2025-02-23T13:29:46.859Z | [ recovery-image] Feb 23 13:29:45.229 INFO O| Feb 23 13:29:45.229 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2025-02-23T13:29:46.877Z | [ recovery-image] Feb 23 13:29:45.253 INFO O| Feb 23 13:29:45.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6963 | 2025-02-23T13:29:46.877Z | [ recovery-image] Feb 23 13:29:45.253 INFO O| Feb 23 13:29:45.253 INFO STEP 772 (remove_files) COMPLETE |
6964 | 2025-02-23T13:29:46.877Z | [ recovery-image] Feb 23 13:29:45.253 INFO O| Feb 23 13:29:45.253 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2025-02-23T13:29:46.895Z | [ recovery-image] Feb 23 13:29:45.275 INFO O| Feb 23 13:29:45.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6966 | 2025-02-23T13:29:46.895Z | [ recovery-image] Feb 23 13:29:45.275 INFO O| Feb 23 13:29:45.275 INFO STEP 773 (remove_files) COMPLETE |
6967 | 2025-02-23T13:29:46.895Z | [ recovery-image] Feb 23 13:29:45.275 INFO O| Feb 23 13:29:45.275 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2025-02-23T13:29:46.929Z | [ recovery-image] Feb 23 13:29:45.319 INFO O| Feb 23 13:29:45.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6969 | 2025-02-23T13:29:46.946Z | [ recovery-image] Feb 23 13:29:45.319 INFO O| Feb 23 13:29:45.319 INFO STEP 774 (remove_files) COMPLETE |
6970 | 2025-02-23T13:29:46.946Z | [ recovery-image] Feb 23 13:29:45.319 INFO O| Feb 23 13:29:45.319 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2025-02-23T13:29:47.003Z | [ recovery-image] Feb 23 13:29:45.346 INFO O| Feb 23 13:29:45.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6972 | 2025-02-23T13:29:47.003Z | [ recovery-image] Feb 23 13:29:45.346 INFO O| Feb 23 13:29:45.346 INFO STEP 775 (remove_files) COMPLETE |
6973 | 2025-02-23T13:29:47.055Z | [ recovery-image] Feb 23 13:29:45.346 INFO O| Feb 23 13:29:45.346 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2025-02-23T13:29:47.055Z | [ recovery-image] Feb 23 13:29:45.367 INFO O| Feb 23 13:29:45.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6975 | 2025-02-23T13:29:47.055Z | [ recovery-image] Feb 23 13:29:45.367 INFO O| Feb 23 13:29:45.367 INFO STEP 776 (remove_files) COMPLETE |
6976 | 2025-02-23T13:29:47.055Z | [ recovery-image] Feb 23 13:29:45.367 INFO O| Feb 23 13:29:45.367 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2025-02-23T13:29:47.055Z | [ recovery-image] Feb 23 13:29:45.390 INFO O| Feb 23 13:29:45.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6978 | 2025-02-23T13:29:47.055Z | [ recovery-image] Feb 23 13:29:45.390 INFO O| Feb 23 13:29:45.390 INFO STEP 777 (remove_files) COMPLETE |
6979 | 2025-02-23T13:29:47.055Z | [ recovery-image] Feb 23 13:29:45.390 INFO O| Feb 23 13:29:45.390 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2025-02-23T13:29:47.077Z | [ recovery-image] Feb 23 13:29:45.419 INFO O| Feb 23 13:29:45.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6981 | 2025-02-23T13:29:47.077Z | [ recovery-image] Feb 23 13:29:45.419 INFO O| Feb 23 13:29:45.419 INFO STEP 778 (remove_files) COMPLETE |
6982 | 2025-02-23T13:29:47.077Z | [ recovery-image] Feb 23 13:29:45.419 INFO O| Feb 23 13:29:45.419 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2025-02-23T13:29:47.077Z | [ recovery-image] Feb 23 13:29:45.444 INFO O| Feb 23 13:29:45.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6984 | 2025-02-23T13:29:47.077Z | [ recovery-image] Feb 23 13:29:45.444 INFO O| Feb 23 13:29:45.444 INFO STEP 779 (remove_files) COMPLETE |
6985 | 2025-02-23T13:29:47.077Z | [ recovery-image] Feb 23 13:29:45.444 INFO O| Feb 23 13:29:45.444 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2025-02-23T13:29:47.130Z | [ recovery-image] Feb 23 13:29:45.469 INFO O| Feb 23 13:29:45.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6987 | 2025-02-23T13:29:47.131Z | [ recovery-image] Feb 23 13:29:45.469 INFO O| Feb 23 13:29:45.469 INFO STEP 780 (remove_files) COMPLETE |
6988 | 2025-02-23T13:29:47.131Z | [ recovery-image] Feb 23 13:29:45.469 INFO O| Feb 23 13:29:45.469 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2025-02-23T13:29:47.150Z | [ recovery-image] Feb 23 13:29:45.507 INFO O| Feb 23 13:29:45.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6990 | 2025-02-23T13:29:47.150Z | [ recovery-image] Feb 23 13:29:45.507 INFO O| Feb 23 13:29:45.507 INFO STEP 781 (remove_files) COMPLETE |
6991 | 2025-02-23T13:29:47.150Z | [ recovery-image] Feb 23 13:29:45.507 INFO O| Feb 23 13:29:45.507 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2025-02-23T13:29:47.160Z | [ recovery-image] Feb 23 13:29:45.535 INFO O| Feb 23 13:29:45.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6993 | 2025-02-23T13:29:47.160Z | [ recovery-image] Feb 23 13:29:45.535 INFO O| Feb 23 13:29:45.535 INFO STEP 782 (remove_files) COMPLETE |
6994 | 2025-02-23T13:29:47.160Z | [ recovery-image] Feb 23 13:29:45.535 INFO O| Feb 23 13:29:45.535 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2025-02-23T13:29:47.172Z | [ recovery-image] Feb 23 13:29:45.559 INFO O| Feb 23 13:29:45.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6996 | 2025-02-23T13:29:47.172Z | [ recovery-image] Feb 23 13:29:45.559 INFO O| Feb 23 13:29:45.559 INFO STEP 783 (remove_files) COMPLETE |
6997 | 2025-02-23T13:29:47.172Z | [ recovery-image] Feb 23 13:29:45.559 INFO O| Feb 23 13:29:45.559 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2025-02-23T13:29:47.224Z | [ recovery-image] Feb 23 13:29:45.582 INFO O| Feb 23 13:29:45.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6999 | 2025-02-23T13:29:47.224Z | [ recovery-image] Feb 23 13:29:45.582 INFO O| Feb 23 13:29:45.582 INFO STEP 784 (remove_files) COMPLETE |
7000 | 2025-02-23T13:29:47.224Z | [ recovery-image] Feb 23 13:29:45.582 INFO O| Feb 23 13:29:45.582 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2025-02-23T13:29:47.243Z | [ recovery-image] Feb 23 13:29:45.609 INFO O| Feb 23 13:29:45.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
7002 | 2025-02-23T13:29:47.244Z | [ recovery-image] Feb 23 13:29:45.609 INFO O| Feb 23 13:29:45.609 INFO STEP 785 (remove_files) COMPLETE |
7003 | 2025-02-23T13:29:47.244Z | [ recovery-image] Feb 23 13:29:45.609 INFO O| Feb 23 13:29:45.609 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2025-02-23T13:29:47.256Z | [ recovery-image] Feb 23 13:29:45.634 INFO O| Feb 23 13:29:45.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
7005 | 2025-02-23T13:29:47.256Z | [ recovery-image] Feb 23 13:29:45.634 INFO O| Feb 23 13:29:45.634 INFO STEP 786 (remove_files) COMPLETE |
7006 | 2025-02-23T13:29:47.257Z | [ recovery-image] Feb 23 13:29:45.634 INFO O| Feb 23 13:29:45.634 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2025-02-23T13:29:47.285Z | [ recovery-image] Feb 23 13:29:45.658 INFO O| Feb 23 13:29:45.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
7008 | 2025-02-23T13:29:47.285Z | [ recovery-image] Feb 23 13:29:45.658 INFO O| Feb 23 13:29:45.658 INFO STEP 787 (remove_files) COMPLETE |
7009 | 2025-02-23T13:29:47.285Z | [ recovery-image] Feb 23 13:29:45.658 INFO O| Feb 23 13:29:45.658 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2025-02-23T13:29:47.291Z | [ recovery-image] Feb 23 13:29:45.681 INFO O| Feb 23 13:29:45.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
7011 | 2025-02-23T13:29:47.291Z | [ recovery-image] Feb 23 13:29:45.681 INFO O| Feb 23 13:29:45.681 INFO STEP 788 (remove_files) COMPLETE |
7012 | 2025-02-23T13:29:47.294Z | [ recovery-image] Feb 23 13:29:45.681 INFO O| Feb 23 13:29:45.681 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2025-02-23T13:29:47.326Z | [ recovery-image] Feb 23 13:29:45.707 INFO O| Feb 23 13:29:45.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
7014 | 2025-02-23T13:29:47.326Z | [ recovery-image] Feb 23 13:29:45.708 INFO O| Feb 23 13:29:45.708 INFO STEP 789 (remove_files) COMPLETE |
7015 | 2025-02-23T13:29:47.357Z | [ recovery-image] Feb 23 13:29:45.708 INFO O| Feb 23 13:29:45.708 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2025-02-23T13:29:47.373Z | [ recovery-image] Feb 23 13:29:45.735 INFO O| Feb 23 13:29:45.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
7017 | 2025-02-23T13:29:47.373Z | [ recovery-image] Feb 23 13:29:45.735 INFO O| Feb 23 13:29:45.735 INFO STEP 790 (remove_files) COMPLETE |
7018 | 2025-02-23T13:29:47.373Z | [ recovery-image] Feb 23 13:29:45.735 INFO O| Feb 23 13:29:45.735 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2025-02-23T13:29:47.390Z | [ recovery-image] Feb 23 13:29:45.759 INFO O| Feb 23 13:29:45.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
7020 | 2025-02-23T13:29:47.390Z | [ recovery-image] Feb 23 13:29:45.759 INFO O| Feb 23 13:29:45.759 INFO STEP 791 (remove_files) COMPLETE |
7021 | 2025-02-23T13:29:47.390Z | [ recovery-image] Feb 23 13:29:45.759 INFO O| Feb 23 13:29:45.759 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2025-02-23T13:29:47.407Z | [ recovery-image] Feb 23 13:29:45.781 INFO O| Feb 23 13:29:45.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
7023 | 2025-02-23T13:29:47.407Z | [ recovery-image] Feb 23 13:29:45.781 INFO O| Feb 23 13:29:45.781 INFO STEP 792 (remove_files) COMPLETE |
7024 | 2025-02-23T13:29:47.407Z | [ recovery-image] Feb 23 13:29:45.781 INFO O| Feb 23 13:29:45.781 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2025-02-23T13:29:47.485Z | [ recovery-image] Feb 23 13:29:45.868 INFO O| Feb 23 13:29:45.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
7026 | 2025-02-23T13:29:47.495Z | [ recovery-image] Feb 23 13:29:45.868 INFO O| Feb 23 13:29:45.868 INFO STEP 793 (remove_files) COMPLETE |
7027 | 2025-02-23T13:29:47.495Z | [ recovery-image] Feb 23 13:29:45.868 INFO O| Feb 23 13:29:45.868 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2025-02-23T13:29:47.518Z | [ recovery-image] Feb 23 13:29:45.891 INFO O| Feb 23 13:29:45.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
7029 | 2025-02-23T13:29:47.518Z | [ recovery-image] Feb 23 13:29:45.891 INFO O| Feb 23 13:29:45.891 INFO STEP 794 (remove_files) COMPLETE |
7030 | 2025-02-23T13:29:47.518Z | [ recovery-image] Feb 23 13:29:45.892 INFO O| Feb 23 13:29:45.891 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2025-02-23T13:29:47.538Z | [ recovery-image] Feb 23 13:29:45.917 INFO O| Feb 23 13:29:45.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
7032 | 2025-02-23T13:29:47.538Z | [ recovery-image] Feb 23 13:29:45.917 INFO O| Feb 23 13:29:45.917 INFO STEP 795 (remove_files) COMPLETE |
7033 | 2025-02-23T13:29:47.538Z | [ recovery-image] Feb 23 13:29:45.917 INFO O| Feb 23 13:29:45.917 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2025-02-23T13:29:47.559Z | [ recovery-image] Feb 23 13:29:45.941 INFO O| Feb 23 13:29:45.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
7035 | 2025-02-23T13:29:47.559Z | [ recovery-image] Feb 23 13:29:45.941 INFO O| Feb 23 13:29:45.941 INFO STEP 796 (remove_files) COMPLETE |
7036 | 2025-02-23T13:29:47.559Z | [ recovery-image] Feb 23 13:29:45.941 INFO O| Feb 23 13:29:45.941 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2025-02-23T13:29:47.578Z | [ recovery-image] Feb 23 13:29:45.962 INFO O| Feb 23 13:29:45.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
7038 | 2025-02-23T13:29:47.578Z | [ recovery-image] Feb 23 13:29:45.962 INFO O| Feb 23 13:29:45.962 INFO STEP 797 (remove_files) COMPLETE |
7039 | 2025-02-23T13:29:47.578Z | [ recovery-image] Feb 23 13:29:45.962 INFO O| Feb 23 13:29:45.962 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2025-02-23T13:29:47.622Z | [ recovery-image] Feb 23 13:29:45.998 INFO O| Feb 23 13:29:45.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
7041 | 2025-02-23T13:29:47.643Z | [ recovery-image] Feb 23 13:29:45.998 INFO O| Feb 23 13:29:45.998 INFO STEP 798 (remove_files) COMPLETE |
7042 | 2025-02-23T13:29:47.643Z | [ recovery-image] Feb 23 13:29:45.999 INFO O| Feb 23 13:29:45.999 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2025-02-23T13:29:47.662Z | [ recovery-image] Feb 23 13:29:46.025 INFO O| Feb 23 13:29:46.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
7044 | 2025-02-23T13:29:47.662Z | [ recovery-image] Feb 23 13:29:46.026 INFO O| Feb 23 13:29:46.026 INFO STEP 799 (remove_files) COMPLETE |
7045 | 2025-02-23T13:29:47.662Z | [ recovery-image] Feb 23 13:29:46.026 INFO O| Feb 23 13:29:46.026 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2025-02-23T13:29:47.679Z | [ recovery-image] Feb 23 13:29:46.046 INFO O| Feb 23 13:29:46.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
7047 | 2025-02-23T13:29:47.679Z | [ recovery-image] Feb 23 13:29:46.047 INFO O| Feb 23 13:29:46.047 INFO STEP 800 (remove_files) COMPLETE |
7048 | 2025-02-23T13:29:47.679Z | [ recovery-image] Feb 23 13:29:46.047 INFO O| Feb 23 13:29:46.047 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2025-02-23T13:29:47.693Z | [ recovery-image] Feb 23 13:29:46.071 INFO O| Feb 23 13:29:46.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
7050 | 2025-02-23T13:29:47.694Z | [ recovery-image] Feb 23 13:29:46.072 INFO O| Feb 23 13:29:46.071 INFO STEP 801 (remove_files) COMPLETE |
7051 | 2025-02-23T13:29:47.694Z | [ recovery-image] Feb 23 13:29:46.072 INFO O| Feb 23 13:29:46.072 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2025-02-23T13:29:47.715Z | [ recovery-image] Feb 23 13:29:46.098 INFO O| Feb 23 13:29:46.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
7053 | 2025-02-23T13:29:47.722Z | [ recovery-image] Feb 23 13:29:46.098 INFO O| Feb 23 13:29:46.098 INFO STEP 802 (remove_files) COMPLETE |
7054 | 2025-02-23T13:29:47.722Z | [ recovery-image] Feb 23 13:29:46.099 INFO O| Feb 23 13:29:46.099 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2025-02-23T13:29:47.739Z | [ recovery-image] Feb 23 13:29:46.125 INFO O| Feb 23 13:29:46.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
7056 | 2025-02-23T13:29:47.739Z | [ recovery-image] Feb 23 13:29:46.125 INFO O| Feb 23 13:29:46.125 INFO STEP 803 (remove_files) COMPLETE |
7057 | 2025-02-23T13:29:47.756Z | [ recovery-image] Feb 23 13:29:46.125 INFO O| Feb 23 13:29:46.125 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2025-02-23T13:29:47.785Z | [ recovery-image] Feb 23 13:29:46.151 INFO O| Feb 23 13:29:46.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
7059 | 2025-02-23T13:29:47.785Z | [ recovery-image] Feb 23 13:29:46.151 INFO O| Feb 23 13:29:46.151 INFO STEP 804 (remove_files) COMPLETE |
7060 | 2025-02-23T13:29:47.785Z | [ recovery-image] Feb 23 13:29:46.151 INFO O| Feb 23 13:29:46.151 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2025-02-23T13:29:47.795Z | [ recovery-image] Feb 23 13:29:46.184 INFO O| Feb 23 13:29:46.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
7062 | 2025-02-23T13:29:47.795Z | [ recovery-image] Feb 23 13:29:46.184 INFO O| Feb 23 13:29:46.184 INFO STEP 805 (remove_files) COMPLETE |
7063 | 2025-02-23T13:29:47.795Z | [ recovery-image] Feb 23 13:29:46.184 INFO O| Feb 23 13:29:46.184 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2025-02-23T13:29:47.835Z | [ recovery-image] Feb 23 13:29:46.224 INFO O| Feb 23 13:29:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
7065 | 2025-02-23T13:29:47.835Z | [ recovery-image] Feb 23 13:29:46.224 INFO O| Feb 23 13:29:46.224 INFO STEP 806 (remove_files) COMPLETE |
7066 | 2025-02-23T13:29:47.869Z | [ recovery-image] Feb 23 13:29:46.225 INFO O| Feb 23 13:29:46.224 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2025-02-23T13:29:47.869Z | [ recovery-image] Feb 23 13:29:46.252 INFO O| Feb 23 13:29:46.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
7068 | 2025-02-23T13:29:47.869Z | [ recovery-image] Feb 23 13:29:46.253 INFO O| Feb 23 13:29:46.253 INFO STEP 807 (remove_files) COMPLETE |
7069 | 2025-02-23T13:29:47.869Z | [ recovery-image] Feb 23 13:29:46.253 INFO O| Feb 23 13:29:46.253 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2025-02-23T13:29:47.919Z | [ recovery-image] Feb 23 13:29:46.292 INFO O| Feb 23 13:29:46.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
7071 | 2025-02-23T13:29:47.919Z | [ recovery-image] Feb 23 13:29:46.292 INFO O| Feb 23 13:29:46.292 INFO STEP 808 (remove_files) COMPLETE |
7072 | 2025-02-23T13:29:47.919Z | [ recovery-image] Feb 23 13:29:46.292 INFO O| Feb 23 13:29:46.292 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2025-02-23T13:29:47.975Z | [ recovery-image] Feb 23 13:29:46.328 INFO O| Feb 23 13:29:46.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
7074 | 2025-02-23T13:29:47.975Z | [ recovery-image] Feb 23 13:29:46.328 INFO O| Feb 23 13:29:46.328 INFO STEP 809 (remove_files) COMPLETE |
7075 | 2025-02-23T13:29:47.975Z | [ recovery-image] Feb 23 13:29:46.328 INFO O| Feb 23 13:29:46.328 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2025-02-23T13:29:48.021Z | [ recovery-image] Feb 23 13:29:46.357 INFO O| Feb 23 13:29:46.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
7077 | 2025-02-23T13:29:48.021Z | [ recovery-image] Feb 23 13:29:46.357 INFO O| Feb 23 13:29:46.357 INFO STEP 810 (remove_files) COMPLETE |
7078 | 2025-02-23T13:29:48.021Z | [ recovery-image] Feb 23 13:29:46.357 INFO O| Feb 23 13:29:46.357 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2025-02-23T13:29:48.074Z | [ recovery-image] Feb 23 13:29:46.433 INFO O| Feb 23 13:29:46.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
7080 | 2025-02-23T13:29:48.095Z | [ recovery-image] Feb 23 13:29:46.433 INFO O| Feb 23 13:29:46.433 INFO STEP 811 (remove_files) COMPLETE |
7081 | 2025-02-23T13:29:48.095Z | [ recovery-image] Feb 23 13:29:46.433 INFO O| Feb 23 13:29:46.433 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2025-02-23T13:29:48.148Z | [ recovery-image] Feb 23 13:29:46.490 INFO O| Feb 23 13:29:46.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
7083 | 2025-02-23T13:29:48.148Z | [ recovery-image] Feb 23 13:29:46.490 INFO O| Feb 23 13:29:46.490 INFO STEP 812 (remove_files) COMPLETE |
7084 | 2025-02-23T13:29:48.148Z | [ recovery-image] Feb 23 13:29:46.490 INFO O| Feb 23 13:29:46.490 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2025-02-23T13:29:48.172Z | [ recovery-image] Feb 23 13:29:46.516 INFO O| Feb 23 13:29:46.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
7086 | 2025-02-23T13:29:48.172Z | [ recovery-image] Feb 23 13:29:46.516 INFO O| Feb 23 13:29:46.516 INFO STEP 813 (remove_files) COMPLETE |
7087 | 2025-02-23T13:29:48.172Z | [ recovery-image] Feb 23 13:29:46.516 INFO O| Feb 23 13:29:46.516 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2025-02-23T13:29:48.172Z | [ host-image] Feb 23 13:29:46.532 INFO O| Feb 23 13:29:46.531 INFO O| Download: 920/1140 items 3.3/8.4MB 38% complete (678k/s) |
7089 | 2025-02-23T13:29:48.172Z | [ recovery-image] Feb 23 13:29:46.546 INFO O| Feb 23 13:29:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
7090 | 2025-02-23T13:29:48.172Z | [ recovery-image] Feb 23 13:29:46.546 INFO O| Feb 23 13:29:46.546 INFO STEP 814 (remove_files) COMPLETE |
7091 | 2025-02-23T13:29:48.172Z | [ recovery-image] Feb 23 13:29:46.546 INFO O| Feb 23 13:29:46.546 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2025-02-23T13:29:48.280Z | [ recovery-image] Feb 23 13:29:46.582 INFO O| Feb 23 13:29:46.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
7093 | 2025-02-23T13:29:48.280Z | [ recovery-image] Feb 23 13:29:46.582 INFO O| Feb 23 13:29:46.582 INFO STEP 815 (remove_files) COMPLETE |
7094 | 2025-02-23T13:29:48.280Z | [ recovery-image] Feb 23 13:29:46.582 INFO O| Feb 23 13:29:46.582 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2025-02-23T13:29:48.346Z | [ recovery-image] Feb 23 13:29:46.678 INFO O| Feb 23 13:29:46.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
7096 | 2025-02-23T13:29:48.346Z | [ recovery-image] Feb 23 13:29:46.678 INFO O| Feb 23 13:29:46.678 INFO STEP 816 (remove_files) COMPLETE |
7097 | 2025-02-23T13:29:48.346Z | [ recovery-image] Feb 23 13:29:46.678 INFO O| Feb 23 13:29:46.678 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2025-02-23T13:29:48.364Z | [ recovery-image] Feb 23 13:29:46.714 INFO O| Feb 23 13:29:46.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
7099 | 2025-02-23T13:29:48.364Z | [ recovery-image] Feb 23 13:29:46.714 INFO O| Feb 23 13:29:46.714 INFO STEP 817 (remove_files) COMPLETE |
7100 | 2025-02-23T13:29:48.364Z | [ recovery-image] Feb 23 13:29:46.714 INFO O| Feb 23 13:29:46.714 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2025-02-23T13:29:48.393Z | [ recovery-image] Feb 23 13:29:46.765 INFO O| Feb 23 13:29:46.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
7102 | 2025-02-23T13:29:48.393Z | [ recovery-image] Feb 23 13:29:46.765 INFO O| Feb 23 13:29:46.765 INFO STEP 818 (remove_files) COMPLETE |
7103 | 2025-02-23T13:29:48.452Z | [ recovery-image] Feb 23 13:29:46.765 INFO O| Feb 23 13:29:46.765 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2025-02-23T13:29:48.452Z | [ recovery-image] Feb 23 13:29:46.788 INFO O| Feb 23 13:29:46.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
7105 | 2025-02-23T13:29:48.452Z | [ recovery-image] Feb 23 13:29:46.789 INFO O| Feb 23 13:29:46.789 INFO STEP 819 (remove_files) COMPLETE |
7106 | 2025-02-23T13:29:48.452Z | [ recovery-image] Feb 23 13:29:46.789 INFO O| Feb 23 13:29:46.789 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2025-02-23T13:29:48.452Z | [ recovery-image] Feb 23 13:29:46.814 INFO O| Feb 23 13:29:46.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
7108 | 2025-02-23T13:29:48.452Z | [ recovery-image] Feb 23 13:29:46.815 INFO O| Feb 23 13:29:46.815 INFO STEP 820 (remove_files) COMPLETE |
7109 | 2025-02-23T13:29:48.452Z | [ recovery-image] Feb 23 13:29:46.815 INFO O| Feb 23 13:29:46.815 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2025-02-23T13:29:48.522Z | [ recovery-image] Feb 23 13:29:46.841 INFO O| Feb 23 13:29:46.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
7111 | 2025-02-23T13:29:48.522Z | [ recovery-image] Feb 23 13:29:46.841 INFO O| Feb 23 13:29:46.841 INFO STEP 821 (remove_files) COMPLETE |
7112 | 2025-02-23T13:29:48.522Z | [ recovery-image] Feb 23 13:29:46.841 INFO O| Feb 23 13:29:46.841 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2025-02-23T13:29:48.591Z | [ recovery-image] Feb 23 13:29:46.879 INFO O| Feb 23 13:29:46.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
7114 | 2025-02-23T13:29:48.591Z | [ recovery-image] Feb 23 13:29:46.879 INFO O| Feb 23 13:29:46.879 INFO STEP 822 (remove_files) COMPLETE |
7115 | 2025-02-23T13:29:48.591Z | [ recovery-image] Feb 23 13:29:46.879 INFO O| Feb 23 13:29:46.879 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2025-02-23T13:29:48.620Z | [ recovery-image] Feb 23 13:29:46.981 INFO O| Feb 23 13:29:46.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
7117 | 2025-02-23T13:29:48.620Z | [ recovery-image] Feb 23 13:29:46.981 INFO O| Feb 23 13:29:46.981 INFO STEP 823 (remove_files) COMPLETE |
7118 | 2025-02-23T13:29:48.620Z | [ recovery-image] Feb 23 13:29:46.981 INFO O| Feb 23 13:29:46.981 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2025-02-23T13:29:48.800Z | [ recovery-image] Feb 23 13:29:47.018 INFO O| Feb 23 13:29:47.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
7120 | 2025-02-23T13:29:48.800Z | [ recovery-image] Feb 23 13:29:47.018 INFO O| Feb 23 13:29:47.018 INFO STEP 824 (remove_files) COMPLETE |
7121 | 2025-02-23T13:29:48.800Z | [ recovery-image] Feb 23 13:29:47.018 INFO O| Feb 23 13:29:47.018 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.056 INFO O| Feb 23 13:29:47.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
7123 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.056 INFO O| Feb 23 13:29:47.056 INFO STEP 825 (remove_files) COMPLETE |
7124 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.056 INFO O| Feb 23 13:29:47.056 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.085 INFO O| Feb 23 13:29:47.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
7126 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.085 INFO O| Feb 23 13:29:47.085 INFO STEP 826 (remove_files) COMPLETE |
7127 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.085 INFO O| Feb 23 13:29:47.085 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.123 INFO O| Feb 23 13:29:47.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
7129 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.123 INFO O| Feb 23 13:29:47.123 INFO STEP 827 (remove_files) COMPLETE |
7130 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.123 INFO O| Feb 23 13:29:47.123 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2025-02-23T13:29:52.906Z | [ recovery-image] Feb 23 13:29:47.150 INFO O| Feb 23 13:29:47.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
7132 | 2025-02-23T13:29:52.907Z | [ recovery-image] Feb 23 13:29:47.150 INFO O| Feb 23 13:29:47.150 INFO STEP 828 (remove_files) COMPLETE |
7133 | 2025-02-23T13:29:52.907Z | [ recovery-image] Feb 23 13:29:47.150 INFO O| Feb 23 13:29:47.150 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2025-02-23T13:29:52.907Z | [ recovery-image] Feb 23 13:29:47.182 INFO O| Feb 23 13:29:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
7135 | 2025-02-23T13:29:52.907Z | [ recovery-image] Feb 23 13:29:47.182 INFO O| Feb 23 13:29:47.182 INFO STEP 829 (remove_files) COMPLETE |
7136 | 2025-02-23T13:29:52.907Z | [ recovery-image] Feb 23 13:29:47.182 INFO O| Feb 23 13:29:47.182 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.215 INFO O| Feb 23 13:29:47.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
7138 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.216 INFO O| Feb 23 13:29:47.216 INFO STEP 830 (remove_files) COMPLETE |
7139 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.216 INFO O| Feb 23 13:29:47.216 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.241 INFO O| Feb 23 13:29:47.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
7141 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.242 INFO O| Feb 23 13:29:47.242 INFO STEP 831 (remove_files) COMPLETE |
7142 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.242 INFO O| Feb 23 13:29:47.242 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.267 INFO O| Feb 23 13:29:47.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
7144 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.267 INFO O| Feb 23 13:29:47.267 INFO STEP 832 (remove_files) COMPLETE |
7145 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.267 INFO O| Feb 23 13:29:47.267 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.299 INFO O| Feb 23 13:29:47.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7147 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.299 INFO O| Feb 23 13:29:47.299 INFO STEP 833 (remove_files) COMPLETE |
7148 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.299 INFO O| Feb 23 13:29:47.299 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.325 INFO O| Feb 23 13:29:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7150 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.325 INFO O| Feb 23 13:29:47.325 INFO STEP 834 (remove_files) COMPLETE |
7151 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.325 INFO O| Feb 23 13:29:47.325 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.349 INFO O| Feb 23 13:29:47.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7153 | 2025-02-23T13:29:52.944Z | [ recovery-image] Feb 23 13:29:47.349 INFO O| Feb 23 13:29:47.349 INFO STEP 835 (remove_files) COMPLETE |
7154 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.350 INFO O| Feb 23 13:29:47.349 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.371 INFO O| Feb 23 13:29:47.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7156 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.371 INFO O| Feb 23 13:29:47.371 INFO STEP 836 (remove_files) COMPLETE |
7157 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.371 INFO O| Feb 23 13:29:47.371 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.396 INFO O| Feb 23 13:29:47.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7159 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.396 INFO O| Feb 23 13:29:47.396 INFO STEP 837 (remove_files) COMPLETE |
7160 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.396 INFO O| Feb 23 13:29:47.396 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.423 INFO O| Feb 23 13:29:47.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7162 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.423 INFO O| Feb 23 13:29:47.423 INFO STEP 838 (remove_files) COMPLETE |
7163 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.423 INFO O| Feb 23 13:29:47.423 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.460 INFO O| Feb 23 13:29:47.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7165 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.461 INFO O| Feb 23 13:29:47.461 INFO STEP 839 (remove_files) COMPLETE |
7166 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.461 INFO O| Feb 23 13:29:47.461 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.485 INFO O| Feb 23 13:29:47.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7168 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.485 INFO O| Feb 23 13:29:47.485 INFO STEP 840 (remove_files) COMPLETE |
7169 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.485 INFO O| Feb 23 13:29:47.485 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.513 INFO O| Feb 23 13:29:47.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7171 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.513 INFO O| Feb 23 13:29:47.513 INFO STEP 841 (remove_files) COMPLETE |
7172 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.513 INFO O| Feb 23 13:29:47.513 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.540 INFO O| Feb 23 13:29:47.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7174 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.540 INFO O| Feb 23 13:29:47.540 INFO STEP 842 (remove_files) COMPLETE |
7175 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.540 INFO O| Feb 23 13:29:47.540 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.561 INFO O| Feb 23 13:29:47.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7177 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.561 INFO O| Feb 23 13:29:47.561 INFO STEP 843 (remove_files) COMPLETE |
7178 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.562 INFO O| Feb 23 13:29:47.561 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.617 INFO O| Feb 23 13:29:47.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7180 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.617 INFO O| Feb 23 13:29:47.617 INFO STEP 844 (remove_files) COMPLETE |
7181 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.617 INFO O| Feb 23 13:29:47.617 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.644 INFO O| Feb 23 13:29:47.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7183 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.644 INFO O| Feb 23 13:29:47.644 INFO STEP 845 (remove_files) COMPLETE |
7184 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.644 INFO O| Feb 23 13:29:47.644 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.666 INFO O| Feb 23 13:29:47.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7186 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.667 INFO O| Feb 23 13:29:47.666 INFO STEP 846 (remove_files) COMPLETE |
7187 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.667 INFO O| Feb 23 13:29:47.667 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.698 INFO O| Feb 23 13:29:47.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7189 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.698 INFO O| Feb 23 13:29:47.698 INFO STEP 847 (remove_files) COMPLETE |
7190 | 2025-02-23T13:29:52.945Z | [ recovery-image] Feb 23 13:29:47.699 INFO O| Feb 23 13:29:47.698 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.726 INFO O| Feb 23 13:29:47.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7192 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.726 INFO O| Feb 23 13:29:47.726 INFO STEP 848 (remove_files) COMPLETE |
7193 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.726 INFO O| Feb 23 13:29:47.726 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.751 INFO O| Feb 23 13:29:47.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7195 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.752 INFO O| Feb 23 13:29:47.752 INFO STEP 849 (remove_files) COMPLETE |
7196 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.752 INFO O| Feb 23 13:29:47.752 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.773 INFO O| Feb 23 13:29:47.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7198 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.773 INFO O| Feb 23 13:29:47.773 INFO STEP 850 (remove_files) COMPLETE |
7199 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.773 INFO O| Feb 23 13:29:47.773 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.797 INFO O| Feb 23 13:29:47.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7201 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.798 INFO O| Feb 23 13:29:47.798 INFO STEP 851 (remove_files) COMPLETE |
7202 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.798 INFO O| Feb 23 13:29:47.798 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.824 INFO O| Feb 23 13:29:47.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7204 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.831 INFO O| Feb 23 13:29:47.831 INFO STEP 852 (remove_files) COMPLETE |
7205 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.831 INFO O| Feb 23 13:29:47.831 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2025-02-23T13:29:52.946Z | [ host-image] Feb 23 13:29:47.934 INFO O| Feb 23 13:29:47.934 INFO O| Download: Completed 8.42 MB in 6.42 seconds (1.3M/s) |
7207 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.944 INFO O| Feb 23 13:29:47.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7208 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.945 INFO O| Feb 23 13:29:47.945 INFO STEP 853 (remove_files) COMPLETE |
7209 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.945 INFO O| Feb 23 13:29:47.945 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.969 INFO O| Feb 23 13:29:47.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7211 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.969 INFO O| Feb 23 13:29:47.969 INFO STEP 854 (remove_files) COMPLETE |
7212 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:47.970 INFO O| Feb 23 13:29:47.970 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.007 INFO O| Feb 23 13:29:48.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7214 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.007 INFO O| Feb 23 13:29:48.007 INFO STEP 855 (remove_files) COMPLETE |
7215 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.007 INFO O| Feb 23 13:29:48.007 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.056 INFO O| Feb 23 13:29:48.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7217 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.056 INFO O| Feb 23 13:29:48.056 INFO STEP 856 (remove_files) COMPLETE |
7218 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.056 INFO O| Feb 23 13:29:48.056 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.104 INFO O| Feb 23 13:29:48.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7220 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.104 INFO O| Feb 23 13:29:48.104 INFO STEP 857 (remove_files) COMPLETE |
7221 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.104 INFO O| Feb 23 13:29:48.104 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.141 INFO O| Feb 23 13:29:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7223 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.141 INFO O| Feb 23 13:29:48.141 INFO STEP 858 (remove_files) COMPLETE |
7224 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.141 INFO O| Feb 23 13:29:48.141 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.175 INFO O| Feb 23 13:29:48.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7226 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.175 INFO O| Feb 23 13:29:48.175 INFO STEP 859 (remove_files) COMPLETE |
7227 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.175 INFO O| Feb 23 13:29:48.175 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2025-02-23T13:29:52.946Z | [ host-image] Feb 23 13:29:48.187 INFO O| Feb 23 13:29:48.187 INFO O| Actions: 1/1361 actions (Installing new actions) |
7229 | 2025-02-23T13:29:52.946Z | [ recovery-image] Feb 23 13:29:48.236 INFO O| Feb 23 13:29:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7230 | 2025-02-23T13:29:52.947Z | [ recovery-image] Feb 23 13:29:48.236 INFO O| Feb 23 13:29:48.236 INFO STEP 860 (remove_files) COMPLETE |
7231 | 2025-02-23T13:29:52.947Z | [ recovery-image] Feb 23 13:29:48.236 INFO O| Feb 23 13:29:48.236 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2025-02-23T13:29:52.947Z | [ recovery-image] Feb 23 13:29:48.278 INFO O| Feb 23 13:29:48.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7233 | 2025-02-23T13:29:52.947Z | [ recovery-image] Feb 23 13:29:48.278 INFO O| Feb 23 13:29:48.278 INFO STEP 861 (remove_files) COMPLETE |
7234 | 2025-02-23T13:29:52.947Z | [ recovery-image] Feb 23 13:29:48.278 INFO O| Feb 23 13:29:48.278 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2025-02-23T13:29:52.947Z | [ recovery-image] Feb 23 13:29:48.302 INFO O| Feb 23 13:29:48.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7236 | 2025-02-23T13:29:52.947Z | [ recovery-image] Feb 23 13:29:48.302 INFO O| Feb 23 13:29:48.302 INFO STEP 862 (remove_files) COMPLETE |
7237 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.302 INFO O| Feb 23 13:29:48.302 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.329 INFO O| Feb 23 13:29:48.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7239 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.329 INFO O| Feb 23 13:29:48.329 INFO STEP 863 (remove_files) COMPLETE |
7240 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.329 INFO O| Feb 23 13:29:48.329 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.375 INFO O| Feb 23 13:29:48.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7242 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.375 INFO O| Feb 23 13:29:48.375 INFO STEP 864 (remove_files) COMPLETE |
7243 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.375 INFO O| Feb 23 13:29:48.375 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.402 INFO O| Feb 23 13:29:48.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7245 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.403 INFO O| Feb 23 13:29:48.402 INFO STEP 865 (remove_files) COMPLETE |
7246 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.403 INFO O| Feb 23 13:29:48.403 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.446 INFO O| Feb 23 13:29:48.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7248 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.446 INFO O| Feb 23 13:29:48.446 INFO STEP 866 (remove_files) COMPLETE |
7249 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.447 INFO O| Feb 23 13:29:48.446 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.534 INFO O| Feb 23 13:29:48.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7251 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.534 INFO O| Feb 23 13:29:48.534 INFO STEP 867 (remove_files) COMPLETE |
7252 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.534 INFO O| Feb 23 13:29:48.534 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.557 INFO O| Feb 23 13:29:48.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7254 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.557 INFO O| Feb 23 13:29:48.557 INFO STEP 868 (remove_files) COMPLETE |
7255 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.557 INFO O| Feb 23 13:29:48.557 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.579 INFO O| Feb 23 13:29:48.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7257 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.579 INFO O| Feb 23 13:29:48.579 INFO STEP 869 (remove_files) COMPLETE |
7258 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.579 INFO O| Feb 23 13:29:48.579 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.605 INFO O| Feb 23 13:29:48.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7260 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.605 INFO O| Feb 23 13:29:48.605 INFO STEP 870 (remove_files) COMPLETE |
7261 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.605 INFO O| Feb 23 13:29:48.605 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.630 INFO O| Feb 23 13:29:48.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7263 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.630 INFO O| Feb 23 13:29:48.630 INFO STEP 871 (remove_files) COMPLETE |
7264 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.630 INFO O| Feb 23 13:29:48.630 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.656 INFO O| Feb 23 13:29:48.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7266 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.656 INFO O| Feb 23 13:29:48.656 INFO STEP 872 (remove_files) COMPLETE |
7267 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.656 INFO O| Feb 23 13:29:48.656 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.774 INFO O| Feb 23 13:29:48.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7269 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.774 INFO O| Feb 23 13:29:48.774 INFO STEP 873 (remove_files) COMPLETE |
7270 | 2025-02-23T13:29:53.135Z | [ recovery-image] Feb 23 13:29:48.774 INFO O| Feb 23 13:29:48.774 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.799 INFO O| Feb 23 13:29:48.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7272 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.799 INFO O| Feb 23 13:29:48.799 INFO STEP 874 (remove_files) COMPLETE |
7273 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.799 INFO O| Feb 23 13:29:48.799 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.826 INFO O| Feb 23 13:29:48.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7275 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.826 INFO O| Feb 23 13:29:48.826 INFO STEP 875 (remove_files) COMPLETE |
7276 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.826 INFO O| Feb 23 13:29:48.826 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.852 INFO O| Feb 23 13:29:48.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7278 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.852 INFO O| Feb 23 13:29:48.852 INFO STEP 876 (remove_files) COMPLETE |
7279 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.852 INFO O| Feb 23 13:29:48.852 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.873 INFO O| Feb 23 13:29:48.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7281 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.873 INFO O| Feb 23 13:29:48.873 INFO STEP 877 (remove_files) COMPLETE |
7282 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.873 INFO O| Feb 23 13:29:48.873 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.897 INFO O| Feb 23 13:29:48.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7284 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.897 INFO O| Feb 23 13:29:48.897 INFO STEP 878 (remove_files) COMPLETE |
7285 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.897 INFO O| Feb 23 13:29:48.897 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.942 INFO O| Feb 23 13:29:48.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7287 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.942 INFO O| Feb 23 13:29:48.942 INFO STEP 879 (remove_files) COMPLETE |
7288 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.942 INFO O| Feb 23 13:29:48.942 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.963 INFO O| Feb 23 13:29:48.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7290 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.963 INFO O| Feb 23 13:29:48.963 INFO STEP 880 (remove_files) COMPLETE |
7291 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:48.963 INFO O| Feb 23 13:29:48.963 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2025-02-23T13:29:53.136Z | [ host-image] Feb 23 13:29:49.007 INFO O| Feb 23 13:29:49.007 INFO O| Actions: Completed 1361 actions in 0.82 seconds. |
7293 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.019 INFO O| Feb 23 13:29:49.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7294 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.020 INFO O| Feb 23 13:29:49.020 INFO STEP 881 (remove_files) COMPLETE |
7295 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.020 INFO O| Feb 23 13:29:49.020 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.049 INFO O| Feb 23 13:29:49.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7297 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.049 INFO O| Feb 23 13:29:49.049 INFO STEP 882 (remove_files) COMPLETE |
7298 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.049 INFO O| Feb 23 13:29:49.049 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.072 INFO O| Feb 23 13:29:49.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7300 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.072 INFO O| Feb 23 13:29:49.072 INFO STEP 883 (remove_files) COMPLETE |
7301 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.072 INFO O| Feb 23 13:29:49.072 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.097 INFO O| Feb 23 13:29:49.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7303 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.097 INFO O| Feb 23 13:29:49.097 INFO STEP 884 (remove_files) COMPLETE |
7304 | 2025-02-23T13:29:53.136Z | [ recovery-image] Feb 23 13:29:49.097 INFO O| Feb 23 13:29:49.097 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.131 INFO O| Feb 23 13:29:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7306 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.132 INFO O| Feb 23 13:29:49.132 INFO STEP 885 (remove_files) COMPLETE |
7307 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.132 INFO O| Feb 23 13:29:49.132 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.187 INFO O| Feb 23 13:29:49.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7309 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.187 INFO O| Feb 23 13:29:49.187 INFO STEP 886 (remove_files) COMPLETE |
7310 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.187 INFO O| Feb 23 13:29:49.187 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.252 INFO O| Feb 23 13:29:49.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7312 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.252 INFO O| Feb 23 13:29:49.252 INFO STEP 887 (remove_files) COMPLETE |
7313 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.252 INFO O| Feb 23 13:29:49.252 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.285 INFO O| Feb 23 13:29:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7315 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.285 INFO O| Feb 23 13:29:49.285 INFO STEP 888 (remove_files) COMPLETE |
7316 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.285 INFO O| Feb 23 13:29:49.285 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.312 INFO O| Feb 23 13:29:49.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7318 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.312 INFO O| Feb 23 13:29:49.312 INFO STEP 889 (remove_files) COMPLETE |
7319 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.312 INFO O| Feb 23 13:29:49.312 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.356 INFO O| Feb 23 13:29:49.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7321 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.356 INFO O| Feb 23 13:29:49.356 INFO STEP 890 (remove_files) COMPLETE |
7322 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.356 INFO O| Feb 23 13:29:49.356 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.389 INFO O| Feb 23 13:29:49.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7324 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.389 INFO O| Feb 23 13:29:49.389 INFO STEP 891 (remove_files) COMPLETE |
7325 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.389 INFO O| Feb 23 13:29:49.389 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.442 INFO O| Feb 23 13:29:49.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7327 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.442 INFO O| Feb 23 13:29:49.442 INFO STEP 892 (remove_files) COMPLETE |
7328 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.442 INFO O| Feb 23 13:29:49.442 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.466 INFO O| Feb 23 13:29:49.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7330 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.466 INFO O| Feb 23 13:29:49.466 INFO STEP 893 (remove_files) COMPLETE |
7331 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.466 INFO O| Feb 23 13:29:49.466 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.490 INFO O| Feb 23 13:29:49.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7333 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.491 INFO O| Feb 23 13:29:49.491 INFO STEP 894 (remove_files) COMPLETE |
7334 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.491 INFO O| Feb 23 13:29:49.491 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.517 INFO O| Feb 23 13:29:49.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7336 | 2025-02-23T13:29:53.137Z | [ recovery-image] Feb 23 13:29:49.518 INFO O| Feb 23 13:29:49.518 INFO STEP 895 (remove_files) COMPLETE |
7337 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.518 INFO O| Feb 23 13:29:49.518 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.543 INFO O| Feb 23 13:29:49.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7339 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.544 INFO O| Feb 23 13:29:49.544 INFO STEP 896 (remove_files) COMPLETE |
7340 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.544 INFO O| Feb 23 13:29:49.544 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.568 INFO O| Feb 23 13:29:49.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7342 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.568 INFO O| Feb 23 13:29:49.568 INFO STEP 897 (remove_files) COMPLETE |
7343 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.569 INFO O| Feb 23 13:29:49.569 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.594 INFO O| Feb 23 13:29:49.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7345 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.595 INFO O| Feb 23 13:29:49.595 INFO STEP 898 (remove_files) COMPLETE |
7346 | 2025-02-23T13:29:53.198Z | [ recovery-image] Feb 23 13:29:49.595 INFO O| Feb 23 13:29:49.595 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.622 INFO O| Feb 23 13:29:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7348 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.622 INFO O| Feb 23 13:29:49.622 INFO STEP 899 (remove_files) COMPLETE |
7349 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.622 INFO O| Feb 23 13:29:49.622 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.651 INFO O| Feb 23 13:29:49.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7351 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.651 INFO O| Feb 23 13:29:49.651 INFO STEP 900 (remove_files) COMPLETE |
7352 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.651 INFO O| Feb 23 13:29:49.651 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.673 INFO O| Feb 23 13:29:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7354 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.673 INFO O| Feb 23 13:29:49.673 INFO STEP 901 (remove_files) COMPLETE |
7355 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.674 INFO O| Feb 23 13:29:49.673 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.702 INFO O| Feb 23 13:29:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7357 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.702 INFO O| Feb 23 13:29:49.702 INFO STEP 902 (remove_files) COMPLETE |
7358 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.702 INFO O| Feb 23 13:29:49.702 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.729 INFO O| Feb 23 13:29:49.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7360 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.729 INFO O| Feb 23 13:29:49.729 INFO STEP 903 (remove_files) COMPLETE |
7361 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.730 INFO O| Feb 23 13:29:49.729 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.786 INFO O| Feb 23 13:29:49.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7363 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.786 INFO O| Feb 23 13:29:49.786 INFO STEP 904 (remove_files) COMPLETE |
7364 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.786 INFO O| Feb 23 13:29:49.786 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2025-02-23T13:29:53.199Z | [ host-image] Feb 23 13:29:49.799 INFO O| Feb 23 13:29:49.799 INFO O| Done |
7366 | 2025-02-23T13:29:53.199Z | [ host-image] Feb 23 13:29:49.799 INFO O| Feb 23 13:29:49.799 INFO O| Done |
7367 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.839 INFO O| Feb 23 13:29:49.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7368 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.863 INFO O| Feb 23 13:29:49.863 INFO STEP 905 (remove_files) COMPLETE |
7369 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.863 INFO O| Feb 23 13:29:49.863 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.900 INFO O| Feb 23 13:29:49.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7371 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.900 INFO O| Feb 23 13:29:49.900 INFO STEP 906 (remove_files) COMPLETE |
7372 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.900 INFO O| Feb 23 13:29:49.900 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.936 INFO O| Feb 23 13:29:49.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7374 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.936 INFO O| Feb 23 13:29:49.936 INFO STEP 907 (remove_files) COMPLETE |
7375 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.936 INFO O| Feb 23 13:29:49.936 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.996 INFO O| Feb 23 13:29:49.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7377 | 2025-02-23T13:29:53.199Z | [ recovery-image] Feb 23 13:29:49.996 INFO O| Feb 23 13:29:49.996 INFO STEP 908 (remove_files) COMPLETE |
7378 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:49.996 INFO O| Feb 23 13:29:49.996 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.029 INFO O| Feb 23 13:29:50.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7380 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.029 INFO O| Feb 23 13:29:50.029 INFO STEP 909 (remove_files) COMPLETE |
7381 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.029 INFO O| Feb 23 13:29:50.029 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.063 INFO O| Feb 23 13:29:50.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7383 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.063 INFO O| Feb 23 13:29:50.063 INFO STEP 910 (remove_files) COMPLETE |
7384 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.063 INFO O| Feb 23 13:29:50.063 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.102 INFO O| Feb 23 13:29:50.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7386 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.102 INFO O| Feb 23 13:29:50.102 INFO STEP 911 (remove_files) COMPLETE |
7387 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.102 INFO O| Feb 23 13:29:50.102 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.125 INFO O| Feb 23 13:29:50.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7389 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.126 INFO O| Feb 23 13:29:50.125 INFO STEP 912 (remove_files) COMPLETE |
7390 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.126 INFO O| Feb 23 13:29:50.126 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.149 INFO O| Feb 23 13:29:50.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7392 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.149 INFO O| Feb 23 13:29:50.149 INFO STEP 913 (remove_files) COMPLETE |
7393 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.149 INFO O| Feb 23 13:29:50.149 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.186 INFO O| Feb 23 13:29:50.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7395 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.186 INFO O| Feb 23 13:29:50.186 INFO STEP 914 (remove_files) COMPLETE |
7396 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.186 INFO O| Feb 23 13:29:50.186 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.228 INFO O| Feb 23 13:29:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7398 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.228 INFO O| Feb 23 13:29:50.228 INFO STEP 915 (remove_files) COMPLETE |
7399 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.228 INFO O| Feb 23 13:29:50.228 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.253 INFO O| Feb 23 13:29:50.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7401 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.253 INFO O| Feb 23 13:29:50.253 INFO STEP 916 (remove_files) COMPLETE |
7402 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.253 INFO O| Feb 23 13:29:50.253 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.275 INFO O| Feb 23 13:29:50.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7404 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.275 INFO O| Feb 23 13:29:50.275 INFO STEP 917 (remove_files) COMPLETE |
7405 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.275 INFO O| Feb 23 13:29:50.275 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.300 INFO O| Feb 23 13:29:50.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7407 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.300 INFO O| Feb 23 13:29:50.300 INFO STEP 918 (remove_files) COMPLETE |
7408 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.300 INFO O| Feb 23 13:29:50.300 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.345 INFO O| Feb 23 13:29:50.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7410 | 2025-02-23T13:29:53.200Z | [ recovery-image] Feb 23 13:29:50.345 INFO O| Feb 23 13:29:50.345 INFO STEP 919 (remove_files) COMPLETE |
7411 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.345 INFO O| Feb 23 13:29:50.345 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.371 INFO O| Feb 23 13:29:50.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7413 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.372 INFO O| Feb 23 13:29:50.372 INFO STEP 920 (remove_files) COMPLETE |
7414 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.372 INFO O| Feb 23 13:29:50.372 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.396 INFO O| Feb 23 13:29:50.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7416 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.397 INFO O| Feb 23 13:29:50.396 INFO STEP 921 (remove_files) COMPLETE |
7417 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.397 INFO O| Feb 23 13:29:50.397 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.442 INFO O| Feb 23 13:29:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7419 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.442 INFO O| Feb 23 13:29:50.442 INFO STEP 922 (remove_files) COMPLETE |
7420 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.442 INFO O| Feb 23 13:29:50.442 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.465 INFO O| Feb 23 13:29:50.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7422 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.465 INFO O| Feb 23 13:29:50.465 INFO STEP 923 (remove_files) COMPLETE |
7423 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.465 INFO O| Feb 23 13:29:50.465 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.487 INFO O| Feb 23 13:29:50.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7425 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.487 INFO O| Feb 23 13:29:50.487 INFO STEP 924 (remove_files) COMPLETE |
7426 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.487 INFO O| Feb 23 13:29:50.487 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.533 INFO O| Feb 23 13:29:50.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7428 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.533 INFO O| Feb 23 13:29:50.533 INFO STEP 925 (remove_files) COMPLETE |
7429 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.533 INFO O| Feb 23 13:29:50.533 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.558 INFO O| Feb 23 13:29:50.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7431 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.558 INFO O| Feb 23 13:29:50.558 INFO STEP 926 (remove_files) COMPLETE |
7432 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.558 INFO O| Feb 23 13:29:50.558 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.580 INFO O| Feb 23 13:29:50.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7434 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.580 INFO O| Feb 23 13:29:50.580 INFO STEP 927 (remove_files) COMPLETE |
7435 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.580 INFO O| Feb 23 13:29:50.580 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2025-02-23T13:29:53.201Z | [ recovery-image] Feb 23 13:29:50.604 INFO O| Feb 23 13:29:50.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7437 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.604 INFO O| Feb 23 13:29:50.604 INFO STEP 928 (remove_files) COMPLETE |
7438 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.605 INFO O| Feb 23 13:29:50.604 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.631 INFO O| Feb 23 13:29:50.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7440 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.631 INFO O| Feb 23 13:29:50.631 INFO STEP 929 (remove_files) COMPLETE |
7441 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.631 INFO O| Feb 23 13:29:50.631 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.665 INFO O| Feb 23 13:29:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7443 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.666 INFO O| Feb 23 13:29:50.665 INFO STEP 930 (remove_files) COMPLETE |
7444 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.666 INFO O| Feb 23 13:29:50.666 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2025-02-23T13:29:53.221Z | [ recovery-image] Feb 23 13:29:50.704 INFO O| Feb 23 13:29:50.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7446 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.704 INFO O| Feb 23 13:29:50.704 INFO STEP 931 (remove_files) COMPLETE |
7447 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.704 INFO O| Feb 23 13:29:50.704 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.730 INFO O| Feb 23 13:29:50.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7449 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.731 INFO O| Feb 23 13:29:50.731 INFO STEP 932 (remove_files) COMPLETE |
7450 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.731 INFO O| Feb 23 13:29:50.731 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.754 INFO O| Feb 23 13:29:50.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7452 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.774 INFO O| Feb 23 13:29:50.774 INFO STEP 933 (remove_files) COMPLETE |
7453 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.774 INFO O| Feb 23 13:29:50.774 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.799 INFO O| Feb 23 13:29:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7455 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.799 INFO O| Feb 23 13:29:50.799 INFO STEP 934 (remove_files) COMPLETE |
7456 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.799 INFO O| Feb 23 13:29:50.799 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.824 INFO O| Feb 23 13:29:50.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7458 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.824 INFO O| Feb 23 13:29:50.824 INFO STEP 935 (remove_files) COMPLETE |
7459 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.824 INFO O| Feb 23 13:29:50.824 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.869 INFO O| Feb 23 13:29:50.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7461 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.870 INFO O| Feb 23 13:29:50.869 INFO STEP 936 (remove_files) COMPLETE |
7462 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.870 INFO O| Feb 23 13:29:50.869 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.953 INFO O| Feb 23 13:29:50.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7464 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.953 INFO O| Feb 23 13:29:50.953 INFO STEP 937 (remove_files) COMPLETE |
7465 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.953 INFO O| Feb 23 13:29:50.953 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.992 INFO O| Feb 23 13:29:50.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7467 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.992 INFO O| Feb 23 13:29:50.992 INFO STEP 938 (remove_files) COMPLETE |
7468 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:50.992 INFO O| Feb 23 13:29:50.992 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2025-02-23T13:29:53.222Z | [ recovery-image] Feb 23 13:29:51.018 INFO O| Feb 23 13:29:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7470 | 2025-02-23T13:29:53.223Z | [ host-image] Feb 23 13:29:51.218 INFO O| Feb 23 13:29:51.218 INFO O| Done |
7471 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.018 INFO O| Feb 23 13:29:51.018 INFO STEP 939 (remove_files) COMPLETE |
7472 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.018 INFO O| Feb 23 13:29:51.018 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.039 INFO O| Feb 23 13:29:51.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7474 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.044 INFO O| Feb 23 13:29:51.044 INFO STEP 940 (remove_files) COMPLETE |
7475 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.044 INFO O| Feb 23 13:29:51.044 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.065 INFO O| Feb 23 13:29:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7477 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.065 INFO O| Feb 23 13:29:51.065 INFO STEP 941 (remove_files) COMPLETE |
7478 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.065 INFO O| Feb 23 13:29:51.065 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.087 INFO O| Feb 23 13:29:51.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7480 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.087 INFO O| Feb 23 13:29:51.087 INFO STEP 942 (remove_files) COMPLETE |
7481 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.087 INFO O| Feb 23 13:29:51.087 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2025-02-23T13:29:53.223Z | [ recovery-image] Feb 23 13:29:51.146 INFO O| Feb 23 13:29:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7483 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.146 INFO O| Feb 23 13:29:51.146 INFO STEP 943 (remove_files) COMPLETE |
7484 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.146 INFO O| Feb 23 13:29:51.146 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.168 INFO O| Feb 23 13:29:51.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7486 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.168 INFO O| Feb 23 13:29:51.168 INFO STEP 944 (remove_files) COMPLETE |
7487 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.168 INFO O| Feb 23 13:29:51.168 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.226 INFO O| Feb 23 13:29:51.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7489 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.226 INFO O| Feb 23 13:29:51.226 INFO STEP 945 (remove_files) COMPLETE |
7490 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.226 INFO O| Feb 23 13:29:51.226 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.251 INFO O| Feb 23 13:29:51.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7492 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.251 INFO O| Feb 23 13:29:51.251 INFO STEP 946 (remove_files) COMPLETE |
7493 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.251 INFO O| Feb 23 13:29:51.251 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.275 INFO O| Feb 23 13:29:51.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7495 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.275 INFO O| Feb 23 13:29:51.275 INFO STEP 947 (remove_files) COMPLETE |
7496 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.275 INFO O| Feb 23 13:29:51.275 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.303 INFO O| Feb 23 13:29:51.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7498 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.303 INFO O| Feb 23 13:29:51.303 INFO STEP 948 (remove_files) COMPLETE |
7499 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.303 INFO O| Feb 23 13:29:51.303 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.336 INFO O| Feb 23 13:29:51.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7501 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.336 INFO O| Feb 23 13:29:51.335 INFO STEP 949 (remove_files) COMPLETE |
7502 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.336 INFO O| Feb 23 13:29:51.335 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.362 INFO O| Feb 23 13:29:51.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7504 | 2025-02-23T13:29:53.226Z | [ recovery-image] Feb 23 13:29:51.362 INFO O| Feb 23 13:29:51.362 INFO STEP 950 (remove_files) COMPLETE |
7505 | 2025-02-23T13:29:53.227Z | [ recovery-image] Feb 23 13:29:51.363 INFO O| Feb 23 13:29:51.362 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2025-02-23T13:29:53.227Z | [ recovery-image] Feb 23 13:29:51.553 INFO O| Feb 23 13:29:51.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7507 | 2025-02-23T13:29:53.227Z | [ recovery-image] Feb 23 13:29:51.553 INFO O| Feb 23 13:29:51.553 INFO STEP 951 (remove_files) COMPLETE |
7508 | 2025-02-23T13:29:53.227Z | [ recovery-image] Feb 23 13:29:51.553 INFO O| Feb 23 13:29:51.553 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2025-02-23T13:29:53.227Z | [ recovery-image] Feb 23 13:29:51.572 INFO O| Feb 23 13:29:51.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7510 | 2025-02-23T13:29:53.227Z | [ recovery-image] Feb 23 13:29:51.573 INFO O| Feb 23 13:29:51.573 INFO STEP 952 (remove_files) COMPLETE |
7511 | 2025-02-23T13:29:53.227Z | [ recovery-image] Feb 23 13:29:51.573 INFO O| Feb 23 13:29:51.573 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2025-02-23T13:29:53.243Z | [ recovery-image] Feb 23 13:29:51.610 INFO O| Feb 23 13:29:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7513 | 2025-02-23T13:29:53.243Z | [ recovery-image] Feb 23 13:29:51.610 INFO O| Feb 23 13:29:51.610 INFO STEP 953 (remove_files) COMPLETE |
7514 | 2025-02-23T13:29:53.243Z | [ recovery-image] Feb 23 13:29:51.610 INFO O| Feb 23 13:29:51.610 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2025-02-23T13:29:53.247Z | [ recovery-image] Feb 23 13:29:51.636 INFO O| Feb 23 13:29:51.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7516 | 2025-02-23T13:29:53.247Z | [ recovery-image] Feb 23 13:29:51.636 INFO O| Feb 23 13:29:51.636 INFO STEP 954 (remove_files) COMPLETE |
7517 | 2025-02-23T13:29:53.264Z | [ recovery-image] Feb 23 13:29:51.636 INFO O| Feb 23 13:29:51.636 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2025-02-23T13:29:53.306Z | [ recovery-image] Feb 23 13:29:51.695 INFO O| Feb 23 13:29:51.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7519 | 2025-02-23T13:29:53.306Z | [ recovery-image] Feb 23 13:29:51.695 INFO O| Feb 23 13:29:51.695 INFO STEP 955 (remove_files) COMPLETE |
7520 | 2025-02-23T13:29:53.320Z | [ recovery-image] Feb 23 13:29:51.695 INFO O| Feb 23 13:29:51.695 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2025-02-23T13:29:53.331Z | [ recovery-image] Feb 23 13:29:51.720 INFO O| Feb 23 13:29:51.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7522 | 2025-02-23T13:29:53.331Z | [ recovery-image] Feb 23 13:29:51.720 INFO O| Feb 23 13:29:51.720 INFO STEP 956 (remove_files) COMPLETE |
7523 | 2025-02-23T13:29:53.334Z | [ recovery-image] Feb 23 13:29:51.720 INFO O| Feb 23 13:29:51.720 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2025-02-23T13:29:53.360Z | [ recovery-image] Feb 23 13:29:51.748 INFO O| Feb 23 13:29:51.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7525 | 2025-02-23T13:29:53.360Z | [ recovery-image] Feb 23 13:29:51.748 INFO O| Feb 23 13:29:51.748 INFO STEP 957 (remove_files) COMPLETE |
7526 | 2025-02-23T13:29:53.360Z | [ recovery-image] Feb 23 13:29:51.748 INFO O| Feb 23 13:29:51.748 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2025-02-23T13:29:53.380Z | [ recovery-image] Feb 23 13:29:51.769 INFO O| Feb 23 13:29:51.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7528 | 2025-02-23T13:29:53.380Z | [ recovery-image] Feb 23 13:29:51.770 INFO O| Feb 23 13:29:51.770 INFO STEP 958 (remove_files) COMPLETE |
7529 | 2025-02-23T13:29:53.383Z | [ recovery-image] Feb 23 13:29:51.770 INFO O| Feb 23 13:29:51.770 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2025-02-23T13:29:53.410Z | [ recovery-image] Feb 23 13:29:51.799 INFO O| Feb 23 13:29:51.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7531 | 2025-02-23T13:29:53.413Z | [ recovery-image] Feb 23 13:29:51.800 INFO O| Feb 23 13:29:51.799 INFO STEP 959 (remove_files) COMPLETE |
7532 | 2025-02-23T13:29:53.413Z | [ recovery-image] Feb 23 13:29:51.800 INFO O| Feb 23 13:29:51.800 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2025-02-23T13:29:53.456Z | [ recovery-image] Feb 23 13:29:51.845 INFO O| Feb 23 13:29:51.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7534 | 2025-02-23T13:29:53.456Z | [ recovery-image] Feb 23 13:29:51.845 INFO O| Feb 23 13:29:51.845 INFO STEP 960 (remove_files) COMPLETE |
7535 | 2025-02-23T13:29:53.456Z | [ recovery-image] Feb 23 13:29:51.845 INFO O| Feb 23 13:29:51.845 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2025-02-23T13:29:53.479Z | [ recovery-image] Feb 23 13:29:51.868 INFO O| Feb 23 13:29:51.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7537 | 2025-02-23T13:29:53.479Z | [ recovery-image] Feb 23 13:29:51.868 INFO O| Feb 23 13:29:51.868 INFO STEP 961 (remove_files) COMPLETE |
7538 | 2025-02-23T13:29:53.479Z | [ recovery-image] Feb 23 13:29:51.868 INFO O| Feb 23 13:29:51.868 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2025-02-23T13:29:53.520Z | [ recovery-image] Feb 23 13:29:51.909 INFO O| Feb 23 13:29:51.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7540 | 2025-02-23T13:29:53.520Z | [ recovery-image] Feb 23 13:29:51.909 INFO O| Feb 23 13:29:51.909 INFO STEP 962 (remove_files) COMPLETE |
7541 | 2025-02-23T13:29:53.520Z | [ recovery-image] Feb 23 13:29:51.909 INFO O| Feb 23 13:29:51.909 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2025-02-23T13:29:53.563Z | [ recovery-image] Feb 23 13:29:51.952 INFO O| Feb 23 13:29:51.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7543 | 2025-02-23T13:29:53.563Z | [ recovery-image] Feb 23 13:29:51.952 INFO O| Feb 23 13:29:51.952 INFO STEP 963 (remove_files) COMPLETE |
7544 | 2025-02-23T13:29:53.565Z | [ recovery-image] Feb 23 13:29:51.952 INFO O| Feb 23 13:29:51.952 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2025-02-23T13:29:53.602Z | [ recovery-image] Feb 23 13:29:51.991 INFO O| Feb 23 13:29:51.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7546 | 2025-02-23T13:29:53.604Z | [ recovery-image] Feb 23 13:29:51.991 INFO O| Feb 23 13:29:51.991 INFO STEP 964 (remove_files) COMPLETE |
7547 | 2025-02-23T13:29:53.604Z | [ recovery-image] Feb 23 13:29:51.991 INFO O| Feb 23 13:29:51.991 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2025-02-23T13:29:53.628Z | [ recovery-image] Feb 23 13:29:52.017 INFO O| Feb 23 13:29:52.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7549 | 2025-02-23T13:29:53.653Z | [ recovery-image] Feb 23 13:29:52.042 INFO O| Feb 23 13:29:52.042 INFO STEP 965 (remove_files) COMPLETE |
7550 | 2025-02-23T13:29:53.653Z | [ recovery-image] Feb 23 13:29:52.042 INFO O| Feb 23 13:29:52.042 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2025-02-23T13:29:53.689Z | [ recovery-image] Feb 23 13:29:52.077 INFO O| Feb 23 13:29:52.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7552 | 2025-02-23T13:29:53.689Z | [ recovery-image] Feb 23 13:29:52.077 INFO O| Feb 23 13:29:52.077 INFO STEP 966 (remove_files) COMPLETE |
7553 | 2025-02-23T13:29:53.689Z | [ recovery-image] Feb 23 13:29:52.077 INFO O| Feb 23 13:29:52.077 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2025-02-23T13:29:53.758Z | [ recovery-image] Feb 23 13:29:52.147 INFO O| Feb 23 13:29:52.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7555 | 2025-02-23T13:29:53.758Z | [ recovery-image] Feb 23 13:29:52.147 INFO O| Feb 23 13:29:52.147 INFO STEP 967 (remove_files) COMPLETE |
7556 | 2025-02-23T13:29:53.758Z | [ recovery-image] Feb 23 13:29:52.147 INFO O| Feb 23 13:29:52.147 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2025-02-23T13:29:53.778Z | [ recovery-image] Feb 23 13:29:52.167 INFO O| Feb 23 13:29:52.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7558 | 2025-02-23T13:29:53.778Z | [ recovery-image] Feb 23 13:29:52.167 INFO O| Feb 23 13:29:52.167 INFO STEP 968 (remove_files) COMPLETE |
7559 | 2025-02-23T13:29:53.781Z | [ recovery-image] Feb 23 13:29:52.167 INFO O| Feb 23 13:29:52.167 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2025-02-23T13:29:53.830Z | [ recovery-image] Feb 23 13:29:52.219 INFO O| Feb 23 13:29:52.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7561 | 2025-02-23T13:29:53.830Z | [ recovery-image] Feb 23 13:29:52.219 INFO O| Feb 23 13:29:52.219 INFO STEP 969 (remove_files) COMPLETE |
7562 | 2025-02-23T13:29:53.830Z | [ recovery-image] Feb 23 13:29:52.219 INFO O| Feb 23 13:29:52.219 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2025-02-23T13:29:53.857Z | [ recovery-image] Feb 23 13:29:52.245 INFO O| Feb 23 13:29:52.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7564 | 2025-02-23T13:29:53.857Z | [ recovery-image] Feb 23 13:29:52.245 INFO O| Feb 23 13:29:52.245 INFO STEP 970 (remove_files) COMPLETE |
7565 | 2025-02-23T13:29:53.857Z | [ recovery-image] Feb 23 13:29:52.245 INFO O| Feb 23 13:29:52.245 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2025-02-23T13:29:53.879Z | [ recovery-image] Feb 23 13:29:52.267 INFO O| Feb 23 13:29:52.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7567 | 2025-02-23T13:29:53.879Z | [ recovery-image] Feb 23 13:29:52.267 INFO O| Feb 23 13:29:52.267 INFO STEP 971 (remove_files) COMPLETE |
7568 | 2025-02-23T13:29:53.879Z | [ recovery-image] Feb 23 13:29:52.267 INFO O| Feb 23 13:29:52.267 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2025-02-23T13:29:53.902Z | [ recovery-image] Feb 23 13:29:52.290 INFO O| Feb 23 13:29:52.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7570 | 2025-02-23T13:29:53.902Z | [ recovery-image] Feb 23 13:29:52.290 INFO O| Feb 23 13:29:52.290 INFO STEP 972 (remove_files) COMPLETE |
7571 | 2025-02-23T13:29:53.902Z | [ recovery-image] Feb 23 13:29:52.290 INFO O| Feb 23 13:29:52.290 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2025-02-23T13:29:53.937Z | [ recovery-image] Feb 23 13:29:52.326 INFO O| Feb 23 13:29:52.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7573 | 2025-02-23T13:29:53.937Z | [ recovery-image] Feb 23 13:29:52.326 INFO O| Feb 23 13:29:52.326 INFO STEP 973 (remove_files) COMPLETE |
7574 | 2025-02-23T13:29:53.937Z | [ recovery-image] Feb 23 13:29:52.326 INFO O| Feb 23 13:29:52.326 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2025-02-23T13:29:53.967Z | [ recovery-image] Feb 23 13:29:52.356 INFO O| Feb 23 13:29:52.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7576 | 2025-02-23T13:29:53.970Z | [ recovery-image] Feb 23 13:29:52.356 INFO O| Feb 23 13:29:52.356 INFO STEP 974 (remove_files) COMPLETE |
7577 | 2025-02-23T13:29:53.970Z | [ recovery-image] Feb 23 13:29:52.357 INFO O| Feb 23 13:29:52.356 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2025-02-23T13:29:53.991Z | [ recovery-image] Feb 23 13:29:52.380 INFO O| Feb 23 13:29:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7579 | 2025-02-23T13:29:53.994Z | [ recovery-image] Feb 23 13:29:52.381 INFO O| Feb 23 13:29:52.381 INFO STEP 975 (remove_files) COMPLETE |
7580 | 2025-02-23T13:29:53.994Z | [ recovery-image] Feb 23 13:29:52.381 INFO O| Feb 23 13:29:52.381 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2025-02-23T13:29:54.025Z | [ recovery-image] Feb 23 13:29:52.414 INFO O| Feb 23 13:29:52.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7582 | 2025-02-23T13:29:54.025Z | [ recovery-image] Feb 23 13:29:52.414 INFO O| Feb 23 13:29:52.414 INFO STEP 976 (remove_files) COMPLETE |
7583 | 2025-02-23T13:29:54.027Z | [ recovery-image] Feb 23 13:29:52.414 INFO O| Feb 23 13:29:52.414 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2025-02-23T13:29:54.087Z | [ recovery-image] Feb 23 13:29:52.476 INFO O| Feb 23 13:29:52.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7585 | 2025-02-23T13:29:54.087Z | [ recovery-image] Feb 23 13:29:52.476 INFO O| Feb 23 13:29:52.476 INFO STEP 977 (remove_files) COMPLETE |
7586 | 2025-02-23T13:29:54.087Z | [ recovery-image] Feb 23 13:29:52.476 INFO O| Feb 23 13:29:52.476 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2025-02-23T13:29:54.124Z | [ recovery-image] Feb 23 13:29:52.513 INFO O| Feb 23 13:29:52.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7588 | 2025-02-23T13:29:54.124Z | [ recovery-image] Feb 23 13:29:52.513 INFO O| Feb 23 13:29:52.513 INFO STEP 978 (remove_files) COMPLETE |
7589 | 2025-02-23T13:29:54.147Z | [ recovery-image] Feb 23 13:29:52.513 INFO O| Feb 23 13:29:52.513 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2025-02-23T13:29:54.184Z | [ recovery-image] Feb 23 13:29:52.569 INFO O| Feb 23 13:29:52.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7591 | 2025-02-23T13:29:54.186Z | [ recovery-image] Feb 23 13:29:52.569 INFO O| Feb 23 13:29:52.569 INFO STEP 979 (remove_files) COMPLETE |
7592 | 2025-02-23T13:29:54.186Z | [ recovery-image] Feb 23 13:29:52.569 INFO O| Feb 23 13:29:52.569 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2025-02-23T13:29:54.208Z | [ recovery-image] Feb 23 13:29:52.597 INFO O| Feb 23 13:29:52.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7594 | 2025-02-23T13:29:54.208Z | [ recovery-image] Feb 23 13:29:52.597 INFO O| Feb 23 13:29:52.597 INFO STEP 980 (remove_files) COMPLETE |
7595 | 2025-02-23T13:29:54.208Z | [ recovery-image] Feb 23 13:29:52.598 INFO O| Feb 23 13:29:52.597 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2025-02-23T13:29:54.238Z | [ recovery-image] Feb 23 13:29:52.627 INFO O| Feb 23 13:29:52.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7597 | 2025-02-23T13:29:54.238Z | [ recovery-image] Feb 23 13:29:52.627 INFO O| Feb 23 13:29:52.627 INFO STEP 981 (remove_files) COMPLETE |
7598 | 2025-02-23T13:29:54.238Z | [ recovery-image] Feb 23 13:29:52.627 INFO O| Feb 23 13:29:52.627 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2025-02-23T13:29:54.290Z | [ recovery-image] Feb 23 13:29:52.679 INFO O| Feb 23 13:29:52.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7600 | 2025-02-23T13:29:54.293Z | [ recovery-image] Feb 23 13:29:52.679 INFO O| Feb 23 13:29:52.679 INFO STEP 982 (remove_files) COMPLETE |
7601 | 2025-02-23T13:29:54.293Z | [ recovery-image] Feb 23 13:29:52.679 INFO O| Feb 23 13:29:52.679 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2025-02-23T13:29:54.331Z | [ recovery-image] Feb 23 13:29:52.719 INFO O| Feb 23 13:29:52.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7603 | 2025-02-23T13:29:54.331Z | [ recovery-image] Feb 23 13:29:52.719 INFO O| Feb 23 13:29:52.719 INFO STEP 983 (remove_files) COMPLETE |
7604 | 2025-02-23T13:29:54.331Z | [ recovery-image] Feb 23 13:29:52.719 INFO O| Feb 23 13:29:52.719 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2025-02-23T13:29:54.362Z | [ recovery-image] Feb 23 13:29:52.751 INFO O| Feb 23 13:29:52.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7606 | 2025-02-23T13:29:54.362Z | [ recovery-image] Feb 23 13:29:52.751 INFO O| Feb 23 13:29:52.751 INFO STEP 984 (remove_files) COMPLETE |
7607 | 2025-02-23T13:29:54.375Z | [ recovery-image] Feb 23 13:29:52.751 INFO O| Feb 23 13:29:52.751 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2025-02-23T13:29:54.387Z | [ recovery-image] Feb 23 13:29:52.776 INFO O| Feb 23 13:29:52.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7609 | 2025-02-23T13:29:54.387Z | [ recovery-image] Feb 23 13:29:52.776 INFO O| Feb 23 13:29:52.776 INFO STEP 985 (remove_files) COMPLETE |
7610 | 2025-02-23T13:29:54.393Z | [ recovery-image] Feb 23 13:29:52.777 INFO O| Feb 23 13:29:52.776 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2025-02-23T13:29:54.440Z | [ recovery-image] Feb 23 13:29:52.829 INFO O| Feb 23 13:29:52.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7612 | 2025-02-23T13:29:54.440Z | [ recovery-image] Feb 23 13:29:52.829 INFO O| Feb 23 13:29:52.829 INFO STEP 986 (remove_files) COMPLETE |
7613 | 2025-02-23T13:29:54.440Z | [ recovery-image] Feb 23 13:29:52.829 INFO O| Feb 23 13:29:52.829 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2025-02-23T13:29:54.464Z | [ recovery-image] Feb 23 13:29:52.853 INFO O| Feb 23 13:29:52.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7615 | 2025-02-23T13:29:54.464Z | [ recovery-image] Feb 23 13:29:52.854 INFO O| Feb 23 13:29:52.853 INFO STEP 987 (remove_files) COMPLETE |
7616 | 2025-02-23T13:29:54.465Z | [ recovery-image] Feb 23 13:29:52.854 INFO O| Feb 23 13:29:52.853 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2025-02-23T13:29:54.486Z | [ recovery-image] Feb 23 13:29:52.875 INFO O| Feb 23 13:29:52.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7618 | 2025-02-23T13:29:54.486Z | [ recovery-image] Feb 23 13:29:52.875 INFO O| Feb 23 13:29:52.875 INFO STEP 988 (remove_files) COMPLETE |
7619 | 2025-02-23T13:29:54.486Z | [ recovery-image] Feb 23 13:29:52.875 INFO O| Feb 23 13:29:52.875 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2025-02-23T13:29:54.531Z | [ recovery-image] Feb 23 13:29:52.920 INFO O| Feb 23 13:29:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7621 | 2025-02-23T13:29:54.533Z | [ recovery-image] Feb 23 13:29:52.920 INFO O| Feb 23 13:29:52.920 INFO STEP 989 (remove_files) COMPLETE |
7622 | 2025-02-23T13:29:54.534Z | [ recovery-image] Feb 23 13:29:52.920 INFO O| Feb 23 13:29:52.920 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2025-02-23T13:29:54.598Z | [ recovery-image] Feb 23 13:29:52.987 INFO O| Feb 23 13:29:52.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7624 | 2025-02-23T13:29:54.600Z | [ recovery-image] Feb 23 13:29:52.987 INFO O| Feb 23 13:29:52.987 INFO STEP 990 (remove_files) COMPLETE |
7625 | 2025-02-23T13:29:54.600Z | [ recovery-image] Feb 23 13:29:52.987 INFO O| Feb 23 13:29:52.987 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2025-02-23T13:29:54.640Z | [ recovery-image] Feb 23 13:29:53.029 INFO O| Feb 23 13:29:53.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7627 | 2025-02-23T13:29:54.640Z | [ recovery-image] Feb 23 13:29:53.029 INFO O| Feb 23 13:29:53.029 INFO STEP 991 (remove_files) COMPLETE |
7628 | 2025-02-23T13:29:54.642Z | [ recovery-image] Feb 23 13:29:53.029 INFO O| Feb 23 13:29:53.029 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2025-02-23T13:29:54.667Z | [ recovery-image] Feb 23 13:29:53.056 INFO O| Feb 23 13:29:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7630 | 2025-02-23T13:29:54.667Z | [ recovery-image] Feb 23 13:29:53.056 INFO O| Feb 23 13:29:53.056 INFO STEP 992 (remove_files) COMPLETE |
7631 | 2025-02-23T13:29:54.669Z | [ recovery-image] Feb 23 13:29:53.056 INFO O| Feb 23 13:29:53.056 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7632 | 2025-02-23T13:29:54.706Z | [ recovery-image] Feb 23 13:29:53.095 INFO O| Feb 23 13:29:53.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7633 | 2025-02-23T13:29:54.706Z | [ recovery-image] Feb 23 13:29:53.095 INFO O| Feb 23 13:29:53.095 INFO STEP 993 (remove_files) COMPLETE |
7634 | 2025-02-23T13:29:54.709Z | [ recovery-image] Feb 23 13:29:53.096 INFO O| Feb 23 13:29:53.095 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2025-02-23T13:29:54.739Z | [ recovery-image] Feb 23 13:29:53.128 INFO O| Feb 23 13:29:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7636 | 2025-02-23T13:29:54.739Z | [ recovery-image] Feb 23 13:29:53.128 INFO O| Feb 23 13:29:53.128 INFO STEP 994 (remove_files) COMPLETE |
7637 | 2025-02-23T13:29:54.739Z | [ recovery-image] Feb 23 13:29:53.128 INFO O| Feb 23 13:29:53.128 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2025-02-23T13:29:54.763Z | [ recovery-image] Feb 23 13:29:53.152 INFO O| Feb 23 13:29:53.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7639 | 2025-02-23T13:29:54.763Z | [ recovery-image] Feb 23 13:29:53.152 INFO O| Feb 23 13:29:53.152 INFO STEP 995 (remove_files) COMPLETE |
7640 | 2025-02-23T13:29:54.763Z | [ recovery-image] Feb 23 13:29:53.152 INFO O| Feb 23 13:29:53.152 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2025-02-23T13:29:54.813Z | [ recovery-image] Feb 23 13:29:53.202 INFO O| Feb 23 13:29:53.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7642 | 2025-02-23T13:29:54.813Z | [ recovery-image] Feb 23 13:29:53.202 INFO O| Feb 23 13:29:53.202 INFO STEP 996 (remove_files) COMPLETE |
7643 | 2025-02-23T13:29:54.813Z | [ recovery-image] Feb 23 13:29:53.202 INFO O| Feb 23 13:29:53.202 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2025-02-23T13:29:54.848Z | [ recovery-image] Feb 23 13:29:53.237 INFO O| Feb 23 13:29:53.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7645 | 2025-02-23T13:29:54.848Z | [ recovery-image] Feb 23 13:29:53.237 INFO O| Feb 23 13:29:53.237 INFO STEP 997 (remove_files) COMPLETE |
7646 | 2025-02-23T13:29:54.848Z | [ recovery-image] Feb 23 13:29:53.237 INFO O| Feb 23 13:29:53.237 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2025-02-23T13:29:54.872Z | [ recovery-image] Feb 23 13:29:53.260 INFO O| Feb 23 13:29:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7648 | 2025-02-23T13:29:54.872Z | [ recovery-image] Feb 23 13:29:53.260 INFO O| Feb 23 13:29:53.260 INFO STEP 998 (remove_files) COMPLETE |
7649 | 2025-02-23T13:29:54.872Z | [ recovery-image] Feb 23 13:29:53.260 INFO O| Feb 23 13:29:53.260 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2025-02-23T13:29:54.893Z | [ recovery-image] Feb 23 13:29:53.282 INFO O| Feb 23 13:29:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7651 | 2025-02-23T13:29:54.896Z | [ recovery-image] Feb 23 13:29:53.282 INFO O| Feb 23 13:29:53.282 INFO STEP 999 (remove_files) COMPLETE |
7652 | 2025-02-23T13:29:54.896Z | [ recovery-image] Feb 23 13:29:53.282 INFO O| Feb 23 13:29:53.282 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2025-02-23T13:29:54.922Z | [ recovery-image] Feb 23 13:29:53.310 INFO O| Feb 23 13:29:53.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7654 | 2025-02-23T13:29:54.925Z | [ recovery-image] Feb 23 13:29:53.310 INFO O| Feb 23 13:29:53.310 INFO STEP 1000 (remove_files) COMPLETE |
7655 | 2025-02-23T13:29:54.925Z | [ recovery-image] Feb 23 13:29:53.310 INFO O| Feb 23 13:29:53.310 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2025-02-23T13:29:54.950Z | [ recovery-image] Feb 23 13:29:53.337 INFO O| Feb 23 13:29:53.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7657 | 2025-02-23T13:29:54.950Z | [ recovery-image] Feb 23 13:29:53.337 INFO O| Feb 23 13:29:53.337 INFO STEP 1001 (remove_files) COMPLETE |
7658 | 2025-02-23T13:29:54.952Z | [ recovery-image] Feb 23 13:29:53.337 INFO O| Feb 23 13:29:53.337 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2025-02-23T13:29:54.972Z | [ recovery-image] Feb 23 13:29:53.361 INFO O| Feb 23 13:29:53.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7660 | 2025-02-23T13:29:54.974Z | [ recovery-image] Feb 23 13:29:53.361 INFO O| Feb 23 13:29:53.361 INFO STEP 1002 (remove_files) COMPLETE |
7661 | 2025-02-23T13:29:54.974Z | [ recovery-image] Feb 23 13:29:53.361 INFO O| Feb 23 13:29:53.361 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2025-02-23T13:29:54.999Z | [ recovery-image] Feb 23 13:29:53.388 INFO O| Feb 23 13:29:53.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7663 | 2025-02-23T13:29:54.999Z | [ recovery-image] Feb 23 13:29:53.388 INFO O| Feb 23 13:29:53.388 INFO STEP 1003 (remove_files) COMPLETE |
7664 | 2025-02-23T13:29:55.002Z | [ recovery-image] Feb 23 13:29:53.388 INFO O| Feb 23 13:29:53.388 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2025-02-23T13:29:55.024Z | [ recovery-image] Feb 23 13:29:53.413 INFO O| Feb 23 13:29:53.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7666 | 2025-02-23T13:29:55.024Z | [ recovery-image] Feb 23 13:29:53.413 INFO O| Feb 23 13:29:53.413 INFO STEP 1004 (remove_files) COMPLETE |
7667 | 2025-02-23T13:29:55.027Z | [ recovery-image] Feb 23 13:29:53.413 INFO O| Feb 23 13:29:53.413 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2025-02-23T13:29:55.056Z | [ recovery-image] Feb 23 13:29:53.444 INFO O| Feb 23 13:29:53.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7669 | 2025-02-23T13:29:55.056Z | [ recovery-image] Feb 23 13:29:53.445 INFO O| Feb 23 13:29:53.445 INFO STEP 1005 (remove_files) COMPLETE |
7670 | 2025-02-23T13:29:55.058Z | [ recovery-image] Feb 23 13:29:53.445 INFO O| Feb 23 13:29:53.445 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2025-02-23T13:29:55.101Z | [ recovery-image] Feb 23 13:29:53.490 INFO O| Feb 23 13:29:53.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7672 | 2025-02-23T13:29:55.103Z | [ recovery-image] Feb 23 13:29:53.490 INFO O| Feb 23 13:29:53.490 INFO STEP 1006 (remove_files) COMPLETE |
7673 | 2025-02-23T13:29:55.103Z | [ recovery-image] Feb 23 13:29:53.490 INFO O| Feb 23 13:29:53.490 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2025-02-23T13:29:55.136Z | [ recovery-image] Feb 23 13:29:53.524 INFO O| Feb 23 13:29:53.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7675 | 2025-02-23T13:29:55.138Z | [ recovery-image] Feb 23 13:29:53.525 INFO O| Feb 23 13:29:53.525 INFO STEP 1007 (remove_files) COMPLETE |
7676 | 2025-02-23T13:29:55.138Z | [ recovery-image] Feb 23 13:29:53.525 INFO O| Feb 23 13:29:53.525 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2025-02-23T13:29:55.162Z | [ recovery-image] Feb 23 13:29:53.551 INFO O| Feb 23 13:29:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7678 | 2025-02-23T13:29:55.165Z | [ recovery-image] Feb 23 13:29:53.552 INFO O| Feb 23 13:29:53.552 INFO STEP 1008 (remove_files) COMPLETE |
7679 | 2025-02-23T13:29:55.165Z | [ recovery-image] Feb 23 13:29:53.552 INFO O| Feb 23 13:29:53.552 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2025-02-23T13:29:55.234Z | [ recovery-image] Feb 23 13:29:53.612 INFO O| Feb 23 13:29:53.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7681 | 2025-02-23T13:29:55.248Z | [ recovery-image] Feb 23 13:29:53.612 INFO O| Feb 23 13:29:53.612 INFO STEP 1009 (remove_files) COMPLETE |
7682 | 2025-02-23T13:29:55.248Z | [ recovery-image] Feb 23 13:29:53.613 INFO O| Feb 23 13:29:53.612 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2025-02-23T13:29:55.254Z | [ recovery-image] Feb 23 13:29:53.643 INFO O| Feb 23 13:29:53.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7684 | 2025-02-23T13:29:55.254Z | [ recovery-image] Feb 23 13:29:53.643 INFO O| Feb 23 13:29:53.643 INFO STEP 1010 (remove_files) COMPLETE |
7685 | 2025-02-23T13:29:55.260Z | [ recovery-image] Feb 23 13:29:53.643 INFO O| Feb 23 13:29:53.643 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2025-02-23T13:29:55.278Z | [ recovery-image] Feb 23 13:29:53.666 INFO O| Feb 23 13:29:53.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7687 | 2025-02-23T13:29:55.278Z | [ recovery-image] Feb 23 13:29:53.666 INFO O| Feb 23 13:29:53.666 INFO STEP 1011 (remove_files) COMPLETE |
7688 | 2025-02-23T13:29:55.278Z | [ recovery-image] Feb 23 13:29:53.666 INFO O| Feb 23 13:29:53.666 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2025-02-23T13:29:55.302Z | [ recovery-image] Feb 23 13:29:53.691 INFO O| Feb 23 13:29:53.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7690 | 2025-02-23T13:29:55.302Z | [ recovery-image] Feb 23 13:29:53.691 INFO O| Feb 23 13:29:53.691 INFO STEP 1012 (remove_files) COMPLETE |
7691 | 2025-02-23T13:29:55.302Z | [ recovery-image] Feb 23 13:29:53.691 INFO O| Feb 23 13:29:53.691 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2025-02-23T13:29:55.330Z | [ recovery-image] Feb 23 13:29:53.718 INFO O| Feb 23 13:29:53.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7693 | 2025-02-23T13:29:55.330Z | [ recovery-image] Feb 23 13:29:53.718 INFO O| Feb 23 13:29:53.718 INFO STEP 1013 (remove_files) COMPLETE |
7694 | 2025-02-23T13:29:55.330Z | [ recovery-image] Feb 23 13:29:53.718 INFO O| Feb 23 13:29:53.718 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2025-02-23T13:29:55.357Z | [ recovery-image] Feb 23 13:29:53.746 INFO O| Feb 23 13:29:53.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7696 | 2025-02-23T13:29:55.357Z | [ recovery-image] Feb 23 13:29:53.746 INFO O| Feb 23 13:29:53.746 INFO STEP 1014 (remove_files) COMPLETE |
7697 | 2025-02-23T13:29:55.357Z | [ recovery-image] Feb 23 13:29:53.746 INFO O| Feb 23 13:29:53.746 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2025-02-23T13:29:55.383Z | [ recovery-image] Feb 23 13:29:53.772 INFO O| Feb 23 13:29:53.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7699 | 2025-02-23T13:29:55.386Z | [ recovery-image] Feb 23 13:29:53.772 INFO O| Feb 23 13:29:53.772 INFO STEP 1015 (remove_files) COMPLETE |
7700 | 2025-02-23T13:29:55.386Z | [ recovery-image] Feb 23 13:29:53.772 INFO O| Feb 23 13:29:53.772 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2025-02-23T13:29:55.430Z | [ recovery-image] Feb 23 13:29:53.819 INFO O| Feb 23 13:29:53.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7702 | 2025-02-23T13:29:55.434Z | [ recovery-image] Feb 23 13:29:53.819 INFO O| Feb 23 13:29:53.819 INFO STEP 1016 (remove_files) COMPLETE |
7703 | 2025-02-23T13:29:55.434Z | [ recovery-image] Feb 23 13:29:53.819 INFO O| Feb 23 13:29:53.819 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2025-02-23T13:29:55.463Z | [ recovery-image] Feb 23 13:29:53.851 INFO O| Feb 23 13:29:53.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7705 | 2025-02-23T13:29:55.463Z | [ recovery-image] Feb 23 13:29:53.851 INFO O| Feb 23 13:29:53.851 INFO STEP 1017 (remove_files) COMPLETE |
7706 | 2025-02-23T13:29:55.463Z | [ recovery-image] Feb 23 13:29:53.852 INFO O| Feb 23 13:29:53.851 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2025-02-23T13:29:55.493Z | [ recovery-image] Feb 23 13:29:53.881 INFO O| Feb 23 13:29:53.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7708 | 2025-02-23T13:29:55.495Z | [ recovery-image] Feb 23 13:29:53.882 INFO O| Feb 23 13:29:53.881 INFO STEP 1018 (remove_files) COMPLETE |
7709 | 2025-02-23T13:29:55.495Z | [ recovery-image] Feb 23 13:29:53.882 INFO O| Feb 23 13:29:53.882 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2025-02-23T13:29:55.520Z | [ recovery-image] Feb 23 13:29:53.909 INFO O| Feb 23 13:29:53.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7711 | 2025-02-23T13:29:55.520Z | [ recovery-image] Feb 23 13:29:53.909 INFO O| Feb 23 13:29:53.909 INFO STEP 1019 (remove_files) COMPLETE |
7712 | 2025-02-23T13:29:55.520Z | [ recovery-image] Feb 23 13:29:53.909 INFO O| Feb 23 13:29:53.909 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2025-02-23T13:29:55.547Z | [ recovery-image] Feb 23 13:29:53.935 INFO O| Feb 23 13:29:53.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7714 | 2025-02-23T13:29:55.547Z | [ recovery-image] Feb 23 13:29:53.935 INFO O| Feb 23 13:29:53.935 INFO STEP 1020 (remove_files) COMPLETE |
7715 | 2025-02-23T13:29:55.547Z | [ recovery-image] Feb 23 13:29:53.935 INFO O| Feb 23 13:29:53.935 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2025-02-23T13:29:55.584Z | [ recovery-image] Feb 23 13:29:53.973 INFO O| Feb 23 13:29:53.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7717 | 2025-02-23T13:29:55.584Z | [ recovery-image] Feb 23 13:29:53.973 INFO O| Feb 23 13:29:53.973 INFO STEP 1021 (remove_files) COMPLETE |
7718 | 2025-02-23T13:29:55.584Z | [ recovery-image] Feb 23 13:29:53.973 INFO O| Feb 23 13:29:53.973 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2025-02-23T13:29:55.612Z | [ recovery-image] Feb 23 13:29:54.000 INFO O| Feb 23 13:29:54.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7720 | 2025-02-23T13:29:55.614Z | [ recovery-image] Feb 23 13:29:54.001 INFO O| Feb 23 13:29:54.001 INFO STEP 1022 (remove_files) COMPLETE |
7721 | 2025-02-23T13:29:55.614Z | [ recovery-image] Feb 23 13:29:54.001 INFO O| Feb 23 13:29:54.001 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2025-02-23T13:29:55.641Z | [ recovery-image] Feb 23 13:29:54.029 INFO O| Feb 23 13:29:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7723 | 2025-02-23T13:29:55.643Z | [ recovery-image] Feb 23 13:29:54.029 INFO O| Feb 23 13:29:54.029 INFO STEP 1023 (remove_files) COMPLETE |
7724 | 2025-02-23T13:29:55.643Z | [ recovery-image] Feb 23 13:29:54.030 INFO O| Feb 23 13:29:54.030 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2025-02-23T13:29:55.685Z | [ recovery-image] Feb 23 13:29:54.073 INFO O| Feb 23 13:29:54.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7726 | 2025-02-23T13:29:55.685Z | [ recovery-image] Feb 23 13:29:54.074 INFO O| Feb 23 13:29:54.074 INFO STEP 1024 (remove_files) COMPLETE |
7727 | 2025-02-23T13:29:55.687Z | [ recovery-image] Feb 23 13:29:54.074 INFO O| Feb 23 13:29:54.074 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2025-02-23T13:29:55.717Z | [ recovery-image] Feb 23 13:29:54.106 INFO O| Feb 23 13:29:54.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7729 | 2025-02-23T13:29:55.717Z | [ recovery-image] Feb 23 13:29:54.106 INFO O| Feb 23 13:29:54.106 INFO STEP 1025 (remove_files) COMPLETE |
7730 | 2025-02-23T13:29:55.717Z | [ recovery-image] Feb 23 13:29:54.106 INFO O| Feb 23 13:29:54.106 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2025-02-23T13:29:55.778Z | [ recovery-image] Feb 23 13:29:54.167 INFO O| Feb 23 13:29:54.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7732 | 2025-02-23T13:29:55.778Z | [ recovery-image] Feb 23 13:29:54.167 INFO O| Feb 23 13:29:54.167 INFO STEP 1026 (remove_files) COMPLETE |
7733 | 2025-02-23T13:29:55.781Z | [ recovery-image] Feb 23 13:29:54.167 INFO O| Feb 23 13:29:54.167 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2025-02-23T13:29:55.803Z | [ recovery-image] Feb 23 13:29:54.192 INFO O| Feb 23 13:29:54.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7735 | 2025-02-23T13:29:55.803Z | [ recovery-image] Feb 23 13:29:54.192 INFO O| Feb 23 13:29:54.192 INFO STEP 1027 (remove_files) COMPLETE |
7736 | 2025-02-23T13:29:55.803Z | [ recovery-image] Feb 23 13:29:54.192 INFO O| Feb 23 13:29:54.192 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2025-02-23T13:29:55.849Z | [ host-image] Feb 23 13:29:54.238 INFO O| Feb 23 13:29:54.238 INFO O| Done |
7738 | 2025-02-23T13:29:55.899Z | [ recovery-image] Feb 23 13:29:54.278 INFO O| Feb 23 13:29:54.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7739 | 2025-02-23T13:29:55.905Z | [ recovery-image] Feb 23 13:29:54.293 INFO O| Feb 23 13:29:54.293 INFO STEP 1028 (remove_files) COMPLETE |
7740 | 2025-02-23T13:29:55.905Z | [ recovery-image] Feb 23 13:29:54.293 INFO O| Feb 23 13:29:54.293 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2025-02-23T13:29:55.968Z | [ recovery-image] Feb 23 13:29:54.356 INFO O| Feb 23 13:29:54.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7742 | 2025-02-23T13:29:55.968Z | [ recovery-image] Feb 23 13:29:54.356 INFO O| Feb 23 13:29:54.356 INFO STEP 1029 (remove_files) COMPLETE |
7743 | 2025-02-23T13:29:55.968Z | [ recovery-image] Feb 23 13:29:54.356 INFO O| Feb 23 13:29:54.356 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2025-02-23T13:29:55.971Z | [ host-image] Feb 23 13:29:54.360 INFO O| Feb 23 13:29:54.360 INFO O| Done |
7745 | 2025-02-23T13:29:55.998Z | [ host-image] Feb 23 13:29:54.361 INFO O| Feb 23 13:29:54.361 INFO O| Done |
7746 | 2025-02-23T13:29:56.076Z | [ host-image] Feb 23 13:29:54.465 INFO O| Feb 23 13:29:54.465 INFO O| Done |
7747 | 2025-02-23T13:29:56.098Z | [ recovery-image] Feb 23 13:29:54.487 INFO O| Feb 23 13:29:54.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7748 | 2025-02-23T13:29:56.098Z | [ recovery-image] Feb 23 13:29:54.487 INFO O| Feb 23 13:29:54.487 INFO STEP 1030 (remove_files) COMPLETE |
7749 | 2025-02-23T13:29:56.108Z | [ recovery-image] Feb 23 13:29:54.487 INFO O| Feb 23 13:29:54.487 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2025-02-23T13:29:56.188Z | [ recovery-image] Feb 23 13:29:54.577 INFO O| Feb 23 13:29:54.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7751 | 2025-02-23T13:29:56.188Z | [ recovery-image] Feb 23 13:29:54.577 INFO O| Feb 23 13:29:54.577 INFO STEP 1031 (remove_files) COMPLETE |
7752 | 2025-02-23T13:29:56.191Z | [ recovery-image] Feb 23 13:29:54.577 INFO O| Feb 23 13:29:54.577 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2025-02-23T13:29:56.213Z | [ recovery-image] Feb 23 13:29:54.602 INFO O| Feb 23 13:29:54.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7754 | 2025-02-23T13:29:56.213Z | [ recovery-image] Feb 23 13:29:54.602 INFO O| Feb 23 13:29:54.602 INFO STEP 1032 (remove_files) COMPLETE |
7755 | 2025-02-23T13:29:56.216Z | [ recovery-image] Feb 23 13:29:54.602 INFO O| Feb 23 13:29:54.602 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2025-02-23T13:29:56.240Z | [ recovery-image] Feb 23 13:29:54.629 INFO O| Feb 23 13:29:54.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7757 | 2025-02-23T13:29:56.240Z | [ recovery-image] Feb 23 13:29:54.629 INFO O| Feb 23 13:29:54.629 INFO STEP 1033 (remove_files) COMPLETE |
7758 | 2025-02-23T13:29:56.240Z | [ recovery-image] Feb 23 13:29:54.629 INFO O| Feb 23 13:29:54.629 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2025-02-23T13:29:56.264Z | [ recovery-image] Feb 23 13:29:54.653 INFO O| Feb 23 13:29:54.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7760 | 2025-02-23T13:29:56.264Z | [ recovery-image] Feb 23 13:29:54.653 INFO O| Feb 23 13:29:54.653 INFO STEP 1034 (remove_files) COMPLETE |
7761 | 2025-02-23T13:29:56.264Z | [ recovery-image] Feb 23 13:29:54.653 INFO O| Feb 23 13:29:54.653 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2025-02-23T13:29:56.301Z | [ recovery-image] Feb 23 13:29:54.690 INFO O| Feb 23 13:29:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7763 | 2025-02-23T13:29:56.304Z | [ recovery-image] Feb 23 13:29:54.690 INFO O| Feb 23 13:29:54.690 INFO STEP 1035 (remove_files) COMPLETE |
7764 | 2025-02-23T13:29:56.304Z | [ recovery-image] Feb 23 13:29:54.690 INFO O| Feb 23 13:29:54.690 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2025-02-23T13:29:56.327Z | [ recovery-image] Feb 23 13:29:54.716 INFO O| Feb 23 13:29:54.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7766 | 2025-02-23T13:29:56.329Z | [ recovery-image] Feb 23 13:29:54.716 INFO O| Feb 23 13:29:54.716 INFO STEP 1036 (remove_files) COMPLETE |
7767 | 2025-02-23T13:29:56.329Z | [ recovery-image] Feb 23 13:29:54.716 INFO O| Feb 23 13:29:54.716 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2025-02-23T13:29:56.372Z | [ recovery-image] Feb 23 13:29:54.748 INFO O| Feb 23 13:29:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7769 | 2025-02-23T13:29:56.372Z | [ recovery-image] Feb 23 13:29:54.748 INFO O| Feb 23 13:29:54.748 INFO STEP 1037 (remove_files) COMPLETE |
7770 | 2025-02-23T13:29:56.375Z | [ recovery-image] Feb 23 13:29:54.748 INFO O| Feb 23 13:29:54.748 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2025-02-23T13:29:56.375Z | [ host-image] Feb 23 13:29:54.760 INFO O| Feb 23 13:29:54.760 INFO STEP 13 (pkg_install) COMPLETE |
7772 | 2025-02-23T13:29:56.375Z | [ host-image] Feb 23 13:29:54.760 INFO O| Feb 23 13:29:54.760 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7773 | 2025-02-23T13:29:56.392Z | [ host-image] Feb 23 13:29:54.780 INFO O| Feb 23 13:29:54.780 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
7774 | 2025-02-23T13:29:56.470Z | [ recovery-image] Feb 23 13:29:54.858 INFO O| Feb 23 13:29:54.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7775 | 2025-02-23T13:29:56.470Z | [ recovery-image] Feb 23 13:29:54.858 INFO O| Feb 23 13:29:54.858 INFO STEP 1038 (remove_files) COMPLETE |
7776 | 2025-02-23T13:29:56.472Z | [ recovery-image] Feb 23 13:29:54.858 INFO O| Feb 23 13:29:54.858 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2025-02-23T13:29:56.557Z | [ recovery-image] Feb 23 13:29:54.945 INFO O| Feb 23 13:29:54.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7778 | 2025-02-23T13:29:56.557Z | [ recovery-image] Feb 23 13:29:54.945 INFO O| Feb 23 13:29:54.945 INFO STEP 1039 (remove_files) COMPLETE |
7779 | 2025-02-23T13:29:56.559Z | [ recovery-image] Feb 23 13:29:54.945 INFO O| Feb 23 13:29:54.945 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2025-02-23T13:29:56.602Z | [ recovery-image] Feb 23 13:29:54.991 INFO O| Feb 23 13:29:54.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7781 | 2025-02-23T13:29:56.603Z | [ recovery-image] Feb 23 13:29:54.991 INFO O| Feb 23 13:29:54.991 INFO STEP 1040 (remove_files) COMPLETE |
7782 | 2025-02-23T13:29:56.603Z | [ recovery-image] Feb 23 13:29:54.991 INFO O| Feb 23 13:29:54.991 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2025-02-23T13:29:56.630Z | [ recovery-image] Feb 23 13:29:55.019 INFO O| Feb 23 13:29:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7784 | 2025-02-23T13:29:56.630Z | [ recovery-image] Feb 23 13:29:55.019 INFO O| Feb 23 13:29:55.019 INFO STEP 1041 (remove_files) COMPLETE |
7785 | 2025-02-23T13:29:56.633Z | [ recovery-image] Feb 23 13:29:55.019 INFO O| Feb 23 13:29:55.019 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2025-02-23T13:29:56.654Z | [ recovery-image] Feb 23 13:29:55.042 INFO O| Feb 23 13:29:55.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7787 | 2025-02-23T13:29:56.654Z | [ recovery-image] Feb 23 13:29:55.042 INFO O| Feb 23 13:29:55.042 INFO STEP 1042 (remove_files) COMPLETE |
7788 | 2025-02-23T13:29:56.656Z | [ recovery-image] Feb 23 13:29:55.042 INFO O| Feb 23 13:29:55.042 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2025-02-23T13:29:56.687Z | [ recovery-image] Feb 23 13:29:55.076 INFO O| Feb 23 13:29:55.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7790 | 2025-02-23T13:29:56.687Z | [ recovery-image] Feb 23 13:29:55.076 INFO O| Feb 23 13:29:55.076 INFO STEP 1043 (remove_files) COMPLETE |
7791 | 2025-02-23T13:29:56.690Z | [ recovery-image] Feb 23 13:29:55.076 INFO O| Feb 23 13:29:55.076 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2025-02-23T13:29:56.729Z | [ recovery-image] Feb 23 13:29:55.118 INFO O| Feb 23 13:29:55.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7793 | 2025-02-23T13:29:56.729Z | [ recovery-image] Feb 23 13:29:55.118 INFO O| Feb 23 13:29:55.118 INFO STEP 1044 (remove_files) COMPLETE |
7794 | 2025-02-23T13:29:56.729Z | [ recovery-image] Feb 23 13:29:55.118 INFO O| Feb 23 13:29:55.118 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2025-02-23T13:29:56.770Z | [ recovery-image] Feb 23 13:29:55.159 INFO O| Feb 23 13:29:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7796 | 2025-02-23T13:29:56.770Z | [ recovery-image] Feb 23 13:29:55.159 INFO O| Feb 23 13:29:55.159 INFO STEP 1045 (remove_files) COMPLETE |
7797 | 2025-02-23T13:29:56.770Z | [ recovery-image] Feb 23 13:29:55.159 INFO O| Feb 23 13:29:55.159 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2025-02-23T13:29:56.797Z | [ recovery-image] Feb 23 13:29:55.185 INFO O| Feb 23 13:29:55.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7799 | 2025-02-23T13:29:56.800Z | [ recovery-image] Feb 23 13:29:55.186 INFO O| Feb 23 13:29:55.185 INFO STEP 1046 (remove_files) COMPLETE |
7800 | 2025-02-23T13:29:56.800Z | [ recovery-image] Feb 23 13:29:55.186 INFO O| Feb 23 13:29:55.185 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2025-02-23T13:29:56.845Z | [ recovery-image] Feb 23 13:29:55.233 INFO O| Feb 23 13:29:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7802 | 2025-02-23T13:29:56.845Z | [ recovery-image] Feb 23 13:29:55.233 INFO O| Feb 23 13:29:55.233 INFO STEP 1047 (remove_files) COMPLETE |
7803 | 2025-02-23T13:29:56.845Z | [ recovery-image] Feb 23 13:29:55.233 INFO O| Feb 23 13:29:55.233 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2025-02-23T13:29:56.869Z | [ recovery-image] Feb 23 13:29:55.257 INFO O| Feb 23 13:29:55.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7805 | 2025-02-23T13:29:56.869Z | [ recovery-image] Feb 23 13:29:55.257 INFO O| Feb 23 13:29:55.257 INFO STEP 1048 (remove_files) COMPLETE |
7806 | 2025-02-23T13:29:56.869Z | [ recovery-image] Feb 23 13:29:55.257 INFO O| Feb 23 13:29:55.257 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2025-02-23T13:29:56.928Z | [ recovery-image] Feb 23 13:29:55.317 INFO O| Feb 23 13:29:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7808 | 2025-02-23T13:29:56.928Z | [ recovery-image] Feb 23 13:29:55.317 INFO O| Feb 23 13:29:55.317 INFO STEP 1049 (remove_files) COMPLETE |
7809 | 2025-02-23T13:29:56.928Z | [ recovery-image] Feb 23 13:29:55.317 INFO O| Feb 23 13:29:55.317 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2025-02-23T13:29:56.953Z | [ recovery-image] Feb 23 13:29:55.341 INFO O| Feb 23 13:29:55.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7811 | 2025-02-23T13:29:56.953Z | [ recovery-image] Feb 23 13:29:55.341 INFO O| Feb 23 13:29:55.341 INFO STEP 1050 (remove_files) COMPLETE |
7812 | 2025-02-23T13:29:56.953Z | [ recovery-image] Feb 23 13:29:55.341 INFO O| Feb 23 13:29:55.341 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2025-02-23T13:29:56.975Z | [ recovery-image] Feb 23 13:29:55.364 INFO O| Feb 23 13:29:55.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7814 | 2025-02-23T13:29:56.975Z | [ recovery-image] Feb 23 13:29:55.364 INFO O| Feb 23 13:29:55.364 INFO STEP 1051 (remove_files) COMPLETE |
7815 | 2025-02-23T13:29:56.975Z | [ recovery-image] Feb 23 13:29:55.364 INFO O| Feb 23 13:29:55.364 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2025-02-23T13:29:57.011Z | [ recovery-image] Feb 23 13:29:55.399 INFO O| Feb 23 13:29:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7817 | 2025-02-23T13:29:57.011Z | [ recovery-image] Feb 23 13:29:55.399 INFO O| Feb 23 13:29:55.399 INFO STEP 1052 (remove_files) COMPLETE |
7818 | 2025-02-23T13:29:57.013Z | [ recovery-image] Feb 23 13:29:55.399 INFO O| Feb 23 13:29:55.399 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2025-02-23T13:29:57.061Z | [ recovery-image] Feb 23 13:29:55.449 INFO O| Feb 23 13:29:55.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7820 | 2025-02-23T13:29:57.061Z | [ recovery-image] Feb 23 13:29:55.449 INFO O| Feb 23 13:29:55.449 INFO STEP 1053 (remove_files) COMPLETE |
7821 | 2025-02-23T13:29:57.061Z | [ recovery-image] Feb 23 13:29:55.449 INFO O| Feb 23 13:29:55.449 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2025-02-23T13:29:57.086Z | [ recovery-image] Feb 23 13:29:55.474 INFO O| Feb 23 13:29:55.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7823 | 2025-02-23T13:29:57.086Z | [ recovery-image] Feb 23 13:29:55.474 INFO O| Feb 23 13:29:55.474 INFO STEP 1054 (remove_files) COMPLETE |
7824 | 2025-02-23T13:29:57.086Z | [ recovery-image] Feb 23 13:29:55.474 INFO O| Feb 23 13:29:55.474 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2025-02-23T13:29:57.163Z | [ recovery-image] Feb 23 13:29:55.552 INFO O| Feb 23 13:29:55.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7826 | 2025-02-23T13:29:57.163Z | [ recovery-image] Feb 23 13:29:55.552 INFO O| Feb 23 13:29:55.552 INFO STEP 1055 (remove_files) COMPLETE |
7827 | 2025-02-23T13:29:57.163Z | [ recovery-image] Feb 23 13:29:55.552 INFO O| Feb 23 13:29:55.552 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2025-02-23T13:29:57.238Z | [ recovery-image] Feb 23 13:29:55.627 INFO O| Feb 23 13:29:55.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7829 | 2025-02-23T13:29:57.238Z | [ recovery-image] Feb 23 13:29:55.627 INFO O| Feb 23 13:29:55.627 INFO STEP 1056 (remove_files) COMPLETE |
7830 | 2025-02-23T13:29:57.241Z | [ recovery-image] Feb 23 13:29:55.627 INFO O| Feb 23 13:29:55.627 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2025-02-23T13:29:57.302Z | [ recovery-image] Feb 23 13:29:55.691 INFO O| Feb 23 13:29:55.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7832 | 2025-02-23T13:29:57.302Z | [ recovery-image] Feb 23 13:29:55.691 INFO O| Feb 23 13:29:55.691 INFO STEP 1057 (remove_files) COMPLETE |
7833 | 2025-02-23T13:29:57.302Z | [ recovery-image] Feb 23 13:29:55.691 INFO O| Feb 23 13:29:55.691 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2025-02-23T13:29:57.329Z | [ recovery-image] Feb 23 13:29:55.717 INFO O| Feb 23 13:29:55.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7835 | 2025-02-23T13:29:57.329Z | [ recovery-image] Feb 23 13:29:55.718 INFO O| Feb 23 13:29:55.717 INFO STEP 1058 (remove_files) COMPLETE |
7836 | 2025-02-23T13:29:57.329Z | [ recovery-image] Feb 23 13:29:55.718 INFO O| Feb 23 13:29:55.718 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2025-02-23T13:29:57.367Z | [ recovery-image] Feb 23 13:29:55.755 INFO O| Feb 23 13:29:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7838 | 2025-02-23T13:29:57.370Z | [ recovery-image] Feb 23 13:29:55.756 INFO O| Feb 23 13:29:55.755 INFO STEP 1059 (remove_files) COMPLETE |
7839 | 2025-02-23T13:29:57.370Z | [ recovery-image] Feb 23 13:29:55.756 INFO O| Feb 23 13:29:55.756 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2025-02-23T13:29:57.404Z | [ recovery-image] Feb 23 13:29:55.792 INFO O| Feb 23 13:29:55.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7841 | 2025-02-23T13:29:57.404Z | [ recovery-image] Feb 23 13:29:55.792 INFO O| Feb 23 13:29:55.792 INFO STEP 1060 (remove_files) COMPLETE |
7842 | 2025-02-23T13:29:57.406Z | [ recovery-image] Feb 23 13:29:55.793 INFO O| Feb 23 13:29:55.792 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2025-02-23T13:29:57.431Z | [ recovery-image] Feb 23 13:29:55.820 INFO O| Feb 23 13:29:55.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7844 | 2025-02-23T13:29:57.432Z | [ recovery-image] Feb 23 13:29:55.820 INFO O| Feb 23 13:29:55.820 INFO STEP 1061 (remove_files) COMPLETE |
7845 | 2025-02-23T13:29:57.432Z | [ recovery-image] Feb 23 13:29:55.820 INFO O| Feb 23 13:29:55.820 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2025-02-23T13:29:57.476Z | [ recovery-image] Feb 23 13:29:55.865 INFO O| Feb 23 13:29:55.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7847 | 2025-02-23T13:29:57.479Z | [ recovery-image] Feb 23 13:29:55.865 INFO O| Feb 23 13:29:55.865 INFO STEP 1062 (remove_files) COMPLETE |
7848 | 2025-02-23T13:29:57.479Z | [ recovery-image] Feb 23 13:29:55.865 INFO O| Feb 23 13:29:55.865 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2025-02-23T13:29:57.533Z | [ recovery-image] Feb 23 13:29:55.921 INFO O| Feb 23 13:29:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7850 | 2025-02-23T13:29:57.533Z | [ recovery-image] Feb 23 13:29:55.921 INFO O| Feb 23 13:29:55.921 INFO STEP 1063 (remove_files) COMPLETE |
7851 | 2025-02-23T13:29:57.533Z | [ recovery-image] Feb 23 13:29:55.921 INFO O| Feb 23 13:29:55.921 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2025-02-23T13:29:57.559Z | [ recovery-image] Feb 23 13:29:55.947 INFO O| Feb 23 13:29:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7853 | 2025-02-23T13:29:57.559Z | [ recovery-image] Feb 23 13:29:55.947 INFO O| Feb 23 13:29:55.947 INFO STEP 1064 (remove_files) COMPLETE |
7854 | 2025-02-23T13:29:57.559Z | [ recovery-image] Feb 23 13:29:55.947 INFO O| Feb 23 13:29:55.947 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2025-02-23T13:29:57.583Z | [ recovery-image] Feb 23 13:29:55.972 INFO O| Feb 23 13:29:55.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7856 | 2025-02-23T13:29:57.583Z | [ recovery-image] Feb 23 13:29:55.972 INFO O| Feb 23 13:29:55.972 INFO STEP 1065 (remove_files) COMPLETE |
7857 | 2025-02-23T13:29:57.586Z | [ recovery-image] Feb 23 13:29:55.972 INFO O| Feb 23 13:29:55.972 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2025-02-23T13:29:57.615Z | [ host-image] Feb 23 13:29:56.004 INFO O| Feb 23 13:29:56.004 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7859 | 2025-02-23T13:29:57.619Z | [ recovery-image] Feb 23 13:29:56.008 INFO O| Feb 23 13:29:56.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7860 | 2025-02-23T13:29:57.622Z | [ recovery-image] Feb 23 13:29:56.008 INFO O| Feb 23 13:29:56.008 INFO STEP 1066 (remove_files) COMPLETE |
7861 | 2025-02-23T13:29:57.622Z | [ recovery-image] Feb 23 13:29:56.008 INFO O| Feb 23 13:29:56.008 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2025-02-23T13:29:57.675Z | [ recovery-image] Feb 23 13:29:56.063 INFO O| Feb 23 13:29:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7863 | 2025-02-23T13:29:57.675Z | [ recovery-image] Feb 23 13:29:56.063 INFO O| Feb 23 13:29:56.063 INFO STEP 1067 (remove_files) COMPLETE |
7864 | 2025-02-23T13:29:57.675Z | [ recovery-image] Feb 23 13:29:56.063 INFO O| Feb 23 13:29:56.063 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7865 | 2025-02-23T13:29:57.719Z | [ recovery-image] Feb 23 13:29:56.108 INFO O| Feb 23 13:29:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7866 | 2025-02-23T13:29:57.720Z | [ recovery-image] Feb 23 13:29:56.108 INFO O| Feb 23 13:29:56.108 INFO STEP 1068 (remove_files) COMPLETE |
7867 | 2025-02-23T13:29:57.722Z | [ recovery-image] Feb 23 13:29:56.108 INFO O| Feb 23 13:29:56.108 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2025-02-23T13:29:57.762Z | [ recovery-image] Feb 23 13:29:56.150 INFO O| Feb 23 13:29:56.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7869 | 2025-02-23T13:29:57.762Z | [ recovery-image] Feb 23 13:29:56.150 INFO O| Feb 23 13:29:56.150 INFO STEP 1069 (remove_files) COMPLETE |
7870 | 2025-02-23T13:29:57.762Z | [ recovery-image] Feb 23 13:29:56.150 INFO O| Feb 23 13:29:56.150 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2025-02-23T13:29:57.786Z | [ recovery-image] Feb 23 13:29:56.174 INFO O| Feb 23 13:29:56.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7872 | 2025-02-23T13:29:57.786Z | [ recovery-image] Feb 23 13:29:56.174 INFO O| Feb 23 13:29:56.174 INFO STEP 1070 (remove_files) COMPLETE |
7873 | 2025-02-23T13:29:57.789Z | [ recovery-image] Feb 23 13:29:56.174 INFO O| Feb 23 13:29:56.174 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2025-02-23T13:29:57.830Z | [ recovery-image] Feb 23 13:29:56.218 INFO O| Feb 23 13:29:56.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7875 | 2025-02-23T13:29:57.833Z | [ recovery-image] Feb 23 13:29:56.219 INFO O| Feb 23 13:29:56.219 INFO STEP 1071 (remove_files) COMPLETE |
7876 | 2025-02-23T13:29:57.833Z | [ recovery-image] Feb 23 13:29:56.219 INFO O| Feb 23 13:29:56.219 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2025-02-23T13:29:57.857Z | [ recovery-image] Feb 23 13:29:56.246 INFO O| Feb 23 13:29:56.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7878 | 2025-02-23T13:29:57.860Z | [ recovery-image] Feb 23 13:29:56.246 INFO O| Feb 23 13:29:56.246 INFO STEP 1072 (remove_files) COMPLETE |
7879 | 2025-02-23T13:29:57.860Z | [ recovery-image] Feb 23 13:29:56.246 INFO O| Feb 23 13:29:56.246 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2025-02-23T13:29:57.900Z | [ recovery-image] Feb 23 13:29:56.288 INFO O| Feb 23 13:29:56.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7881 | 2025-02-23T13:29:57.900Z | [ recovery-image] Feb 23 13:29:56.288 INFO O| Feb 23 13:29:56.288 INFO STEP 1073 (remove_files) COMPLETE |
7882 | 2025-02-23T13:29:57.900Z | [ recovery-image] Feb 23 13:29:56.288 INFO O| Feb 23 13:29:56.288 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2025-02-23T13:29:57.941Z | [ recovery-image] Feb 23 13:29:56.329 INFO O| Feb 23 13:29:56.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7884 | 2025-02-23T13:29:57.941Z | [ recovery-image] Feb 23 13:29:56.329 INFO O| Feb 23 13:29:56.329 INFO STEP 1074 (remove_files) COMPLETE |
7885 | 2025-02-23T13:29:57.944Z | [ recovery-image] Feb 23 13:29:56.330 INFO O| Feb 23 13:29:56.329 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2025-02-23T13:29:57.966Z | [ recovery-image] Feb 23 13:29:56.354 INFO O| Feb 23 13:29:56.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7887 | 2025-02-23T13:29:57.966Z | [ recovery-image] Feb 23 13:29:56.354 INFO O| Feb 23 13:29:56.354 INFO STEP 1075 (remove_files) COMPLETE |
7888 | 2025-02-23T13:29:57.968Z | [ recovery-image] Feb 23 13:29:56.354 INFO O| Feb 23 13:29:56.354 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2025-02-23T13:29:58.004Z | [ recovery-image] Feb 23 13:29:56.392 INFO O| Feb 23 13:29:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7890 | 2025-02-23T13:29:58.004Z | [ recovery-image] Feb 23 13:29:56.392 INFO O| Feb 23 13:29:56.392 INFO STEP 1076 (remove_files) COMPLETE |
7891 | 2025-02-23T13:29:58.004Z | [ recovery-image] Feb 23 13:29:56.392 INFO O| Feb 23 13:29:56.392 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2025-02-23T13:29:58.029Z | [ recovery-image] Feb 23 13:29:56.417 INFO O| Feb 23 13:29:56.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7893 | 2025-02-23T13:29:58.029Z | [ recovery-image] Feb 23 13:29:56.417 INFO O| Feb 23 13:29:56.417 INFO STEP 1077 (remove_files) COMPLETE |
7894 | 2025-02-23T13:29:58.032Z | [ recovery-image] Feb 23 13:29:56.417 INFO O| Feb 23 13:29:56.417 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2025-02-23T13:29:58.053Z | [ recovery-image] Feb 23 13:29:56.441 INFO O| Feb 23 13:29:56.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7896 | 2025-02-23T13:29:58.053Z | [ recovery-image] Feb 23 13:29:56.441 INFO O| Feb 23 13:29:56.441 INFO STEP 1078 (remove_files) COMPLETE |
7897 | 2025-02-23T13:29:58.056Z | [ recovery-image] Feb 23 13:29:56.441 INFO O| Feb 23 13:29:56.441 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2025-02-23T13:29:58.079Z | [ recovery-image] Feb 23 13:29:56.467 INFO O| Feb 23 13:29:56.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7899 | 2025-02-23T13:29:58.081Z | [ recovery-image] Feb 23 13:29:56.467 INFO O| Feb 23 13:29:56.467 INFO STEP 1079 (remove_files) COMPLETE |
7900 | 2025-02-23T13:29:58.081Z | [ recovery-image] Feb 23 13:29:56.467 INFO O| Feb 23 13:29:56.467 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2025-02-23T13:29:58.116Z | [ recovery-image] Feb 23 13:29:56.505 INFO O| Feb 23 13:29:56.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7902 | 2025-02-23T13:29:58.116Z | [ recovery-image] Feb 23 13:29:56.505 INFO O| Feb 23 13:29:56.505 INFO STEP 1080 (remove_files) COMPLETE |
7903 | 2025-02-23T13:29:58.119Z | [ recovery-image] Feb 23 13:29:56.505 INFO O| Feb 23 13:29:56.505 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2025-02-23T13:29:58.159Z | [ recovery-image] Feb 23 13:29:56.548 INFO O| Feb 23 13:29:56.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7905 | 2025-02-23T13:29:58.160Z | [ recovery-image] Feb 23 13:29:56.548 INFO O| Feb 23 13:29:56.548 INFO STEP 1081 (remove_files) COMPLETE |
7906 | 2025-02-23T13:29:58.162Z | [ recovery-image] Feb 23 13:29:56.548 INFO O| Feb 23 13:29:56.548 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2025-02-23T13:29:58.186Z | [ recovery-image] Feb 23 13:29:56.575 INFO O| Feb 23 13:29:56.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7908 | 2025-02-23T13:29:58.187Z | [ recovery-image] Feb 23 13:29:56.575 INFO O| Feb 23 13:29:56.575 INFO STEP 1082 (remove_files) COMPLETE |
7909 | 2025-02-23T13:29:58.187Z | [ recovery-image] Feb 23 13:29:56.575 INFO O| Feb 23 13:29:56.575 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2025-02-23T13:29:58.215Z | [ recovery-image] Feb 23 13:29:56.603 INFO O| Feb 23 13:29:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7911 | 2025-02-23T13:29:58.218Z | [ recovery-image] Feb 23 13:29:56.603 INFO O| Feb 23 13:29:56.603 INFO STEP 1083 (remove_files) COMPLETE |
7912 | 2025-02-23T13:29:58.218Z | [ recovery-image] Feb 23 13:29:56.603 INFO O| Feb 23 13:29:56.603 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2025-02-23T13:29:58.242Z | [ recovery-image] Feb 23 13:29:56.630 INFO O| Feb 23 13:29:56.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7914 | 2025-02-23T13:29:58.244Z | [ recovery-image] Feb 23 13:29:56.630 INFO O| Feb 23 13:29:56.630 INFO STEP 1084 (remove_files) COMPLETE |
7915 | 2025-02-23T13:29:58.244Z | [ recovery-image] Feb 23 13:29:56.630 INFO O| Feb 23 13:29:56.630 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2025-02-23T13:29:58.282Z | [ recovery-image] Feb 23 13:29:56.671 INFO O| Feb 23 13:29:56.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7917 | 2025-02-23T13:29:58.282Z | [ recovery-image] Feb 23 13:29:56.671 INFO O| Feb 23 13:29:56.671 INFO STEP 1085 (remove_files) COMPLETE |
7918 | 2025-02-23T13:29:58.285Z | [ recovery-image] Feb 23 13:29:56.671 INFO O| Feb 23 13:29:56.671 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2025-02-23T13:29:58.309Z | [ recovery-image] Feb 23 13:29:56.697 INFO O| Feb 23 13:29:56.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7920 | 2025-02-23T13:29:58.309Z | [ recovery-image] Feb 23 13:29:56.697 INFO O| Feb 23 13:29:56.697 INFO STEP 1086 (remove_files) COMPLETE |
7921 | 2025-02-23T13:29:58.309Z | [ recovery-image] Feb 23 13:29:56.697 INFO O| Feb 23 13:29:56.697 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2025-02-23T13:29:58.351Z | [ recovery-image] Feb 23 13:29:56.740 INFO O| Feb 23 13:29:56.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7923 | 2025-02-23T13:29:58.354Z | [ recovery-image] Feb 23 13:29:56.740 INFO O| Feb 23 13:29:56.740 INFO STEP 1087 (remove_files) COMPLETE |
7924 | 2025-02-23T13:29:58.354Z | [ recovery-image] Feb 23 13:29:56.740 INFO O| Feb 23 13:29:56.740 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2025-02-23T13:29:58.376Z | [ recovery-image] Feb 23 13:29:56.764 INFO O| Feb 23 13:29:56.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7926 | 2025-02-23T13:29:58.379Z | [ recovery-image] Feb 23 13:29:56.764 INFO O| Feb 23 13:29:56.764 INFO STEP 1088 (remove_files) COMPLETE |
7927 | 2025-02-23T13:29:58.379Z | [ recovery-image] Feb 23 13:29:56.765 INFO O| Feb 23 13:29:56.764 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2025-02-23T13:29:58.411Z | [ recovery-image] Feb 23 13:29:56.799 INFO O| Feb 23 13:29:56.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7929 | 2025-02-23T13:29:58.414Z | [ recovery-image] Feb 23 13:29:56.800 INFO O| Feb 23 13:29:56.800 INFO STEP 1089 (remove_files) COMPLETE |
7930 | 2025-02-23T13:29:58.414Z | [ recovery-image] Feb 23 13:29:56.800 INFO O| Feb 23 13:29:56.800 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2025-02-23T13:29:58.437Z | [ recovery-image] Feb 23 13:29:56.825 INFO O| Feb 23 13:29:56.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7932 | 2025-02-23T13:29:58.440Z | [ recovery-image] Feb 23 13:29:56.826 INFO O| Feb 23 13:29:56.825 INFO STEP 1090 (remove_files) COMPLETE |
7933 | 2025-02-23T13:29:58.440Z | [ recovery-image] Feb 23 13:29:56.826 INFO O| Feb 23 13:29:56.826 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2025-02-23T13:29:58.477Z | [ recovery-image] Feb 23 13:29:56.865 INFO O| Feb 23 13:29:56.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7935 | 2025-02-23T13:29:58.477Z | [ recovery-image] Feb 23 13:29:56.865 INFO O| Feb 23 13:29:56.865 INFO STEP 1091 (remove_files) COMPLETE |
7936 | 2025-02-23T13:29:58.477Z | [ recovery-image] Feb 23 13:29:56.865 INFO O| Feb 23 13:29:56.865 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2025-02-23T13:29:58.502Z | [ recovery-image] Feb 23 13:29:56.891 INFO O| Feb 23 13:29:56.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7938 | 2025-02-23T13:29:58.502Z | [ recovery-image] Feb 23 13:29:56.891 INFO O| Feb 23 13:29:56.891 INFO STEP 1092 (remove_files) COMPLETE |
7939 | 2025-02-23T13:29:58.502Z | [ recovery-image] Feb 23 13:29:56.891 INFO O| Feb 23 13:29:56.891 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2025-02-23T13:29:58.540Z | [ recovery-image] Feb 23 13:29:56.928 INFO O| Feb 23 13:29:56.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7941 | 2025-02-23T13:29:58.540Z | [ recovery-image] Feb 23 13:29:56.928 INFO O| Feb 23 13:29:56.928 INFO STEP 1093 (remove_files) COMPLETE |
7942 | 2025-02-23T13:29:58.542Z | [ recovery-image] Feb 23 13:29:56.928 INFO O| Feb 23 13:29:56.928 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2025-02-23T13:29:58.698Z | [ recovery-image] Feb 23 13:29:57.086 INFO O| Feb 23 13:29:57.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7944 | 2025-02-23T13:29:58.698Z | [ recovery-image] Feb 23 13:29:57.086 INFO O| Feb 23 13:29:57.086 INFO STEP 1094 (remove_files) COMPLETE |
7945 | 2025-02-23T13:29:58.701Z | [ recovery-image] Feb 23 13:29:57.086 INFO O| Feb 23 13:29:57.086 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7946 | 2025-02-23T13:29:58.733Z | [ recovery-image] Feb 23 13:29:57.116 INFO O| Feb 23 13:29:57.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7947 | 2025-02-23T13:29:58.737Z | [ recovery-image] Feb 23 13:29:57.116 INFO O| Feb 23 13:29:57.116 INFO STEP 1095 (remove_files) COMPLETE |
7948 | 2025-02-23T13:29:58.737Z | [ recovery-image] Feb 23 13:29:57.116 INFO O| Feb 23 13:29:57.116 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7949 | 2025-02-23T13:29:58.754Z | [ recovery-image] Feb 23 13:29:57.142 INFO O| Feb 23 13:29:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7950 | 2025-02-23T13:29:58.754Z | [ recovery-image] Feb 23 13:29:57.142 INFO O| Feb 23 13:29:57.142 INFO STEP 1096 (remove_files) COMPLETE |
7951 | 2025-02-23T13:29:58.754Z | [ recovery-image] Feb 23 13:29:57.142 INFO O| Feb 23 13:29:57.142 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7952 | 2025-02-23T13:29:58.786Z | [ recovery-image] Feb 23 13:29:57.175 INFO O| Feb 23 13:29:57.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7953 | 2025-02-23T13:29:58.787Z | [ recovery-image] Feb 23 13:29:57.175 INFO O| Feb 23 13:29:57.175 INFO STEP 1097 (remove_files) COMPLETE |
7954 | 2025-02-23T13:29:58.787Z | [ recovery-image] Feb 23 13:29:57.175 INFO O| Feb 23 13:29:57.175 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7955 | 2025-02-23T13:29:58.832Z | [ recovery-image] Feb 23 13:29:57.219 INFO O| Feb 23 13:29:57.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7956 | 2025-02-23T13:29:58.832Z | [ recovery-image] Feb 23 13:29:57.219 INFO O| Feb 23 13:29:57.219 INFO STEP 1098 (remove_files) COMPLETE |
7957 | 2025-02-23T13:29:58.832Z | [ recovery-image] Feb 23 13:29:57.219 INFO O| Feb 23 13:29:57.219 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7958 | 2025-02-23T13:29:58.886Z | [ recovery-image] Feb 23 13:29:57.274 INFO O| Feb 23 13:29:57.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7959 | 2025-02-23T13:29:58.889Z | [ recovery-image] Feb 23 13:29:57.275 INFO O| Feb 23 13:29:57.275 INFO STEP 1099 (remove_files) COMPLETE |
7960 | 2025-02-23T13:29:58.889Z | [ recovery-image] Feb 23 13:29:57.275 INFO O| Feb 23 13:29:57.275 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7961 | 2025-02-23T13:29:58.942Z | [ recovery-image] Feb 23 13:29:57.330 INFO O| Feb 23 13:29:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7962 | 2025-02-23T13:29:58.942Z | [ recovery-image] Feb 23 13:29:57.330 INFO O| Feb 23 13:29:57.330 INFO STEP 1100 (remove_files) COMPLETE |
7963 | 2025-02-23T13:29:58.944Z | [ recovery-image] Feb 23 13:29:57.330 INFO O| Feb 23 13:29:57.330 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7964 | 2025-02-23T13:29:58.969Z | [ recovery-image] Feb 23 13:29:57.357 INFO O| Feb 23 13:29:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7965 | 2025-02-23T13:29:58.969Z | [ recovery-image] Feb 23 13:29:57.357 INFO O| Feb 23 13:29:57.357 INFO STEP 1101 (remove_files) COMPLETE |
7966 | 2025-02-23T13:29:58.969Z | [ recovery-image] Feb 23 13:29:57.357 INFO O| Feb 23 13:29:57.357 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7967 | 2025-02-23T13:29:59.015Z | [ recovery-image] Feb 23 13:29:57.402 INFO O| Feb 23 13:29:57.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7968 | 2025-02-23T13:29:59.017Z | [ recovery-image] Feb 23 13:29:57.402 INFO O| Feb 23 13:29:57.402 INFO STEP 1102 (remove_files) COMPLETE |
7969 | 2025-02-23T13:29:59.017Z | [ recovery-image] Feb 23 13:29:57.403 INFO O| Feb 23 13:29:57.403 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7970 | 2025-02-23T13:29:59.043Z | [ recovery-image] Feb 23 13:29:57.431 INFO O| Feb 23 13:29:57.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7971 | 2025-02-23T13:29:59.043Z | [ recovery-image] Feb 23 13:29:57.431 INFO O| Feb 23 13:29:57.431 INFO STEP 1103 (remove_files) COMPLETE |
7972 | 2025-02-23T13:29:59.046Z | [ recovery-image] Feb 23 13:29:57.431 INFO O| Feb 23 13:29:57.431 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7973 | 2025-02-23T13:29:59.100Z | [ recovery-image] Feb 23 13:29:57.488 INFO O| Feb 23 13:29:57.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7974 | 2025-02-23T13:29:59.103Z | [ recovery-image] Feb 23 13:29:57.489 INFO O| Feb 23 13:29:57.489 INFO STEP 1104 (remove_files) COMPLETE |
7975 | 2025-02-23T13:29:59.103Z | [ recovery-image] Feb 23 13:29:57.489 INFO O| Feb 23 13:29:57.489 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7976 | 2025-02-23T13:29:59.131Z | [ recovery-image] Feb 23 13:29:57.519 INFO O| Feb 23 13:29:57.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7977 | 2025-02-23T13:29:59.134Z | [ recovery-image] Feb 23 13:29:57.520 INFO O| Feb 23 13:29:57.520 INFO STEP 1105 (remove_files) COMPLETE |
7978 | 2025-02-23T13:29:59.135Z | [ recovery-image] Feb 23 13:29:57.520 INFO O| Feb 23 13:29:57.520 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7979 | 2025-02-23T13:29:59.159Z | [ recovery-image] Feb 23 13:29:57.547 INFO O| Feb 23 13:29:57.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7980 | 2025-02-23T13:29:59.162Z | [ recovery-image] Feb 23 13:29:57.548 INFO O| Feb 23 13:29:57.547 INFO STEP 1106 (remove_files) COMPLETE |
7981 | 2025-02-23T13:29:59.162Z | [ recovery-image] Feb 23 13:29:57.548 INFO O| Feb 23 13:29:57.547 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7982 | 2025-02-23T13:29:59.224Z | [ recovery-image] Feb 23 13:29:57.613 INFO O| Feb 23 13:29:57.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7983 | 2025-02-23T13:29:59.228Z | [ recovery-image] Feb 23 13:29:57.613 INFO O| Feb 23 13:29:57.613 INFO STEP 1107 (remove_files) COMPLETE |
7984 | 2025-02-23T13:29:59.228Z | [ recovery-image] Feb 23 13:29:57.613 INFO O| Feb 23 13:29:57.613 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7985 | 2025-02-23T13:29:59.282Z | [ recovery-image] Feb 23 13:29:57.670 INFO O| Feb 23 13:29:57.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7986 | 2025-02-23T13:29:59.285Z | [ recovery-image] Feb 23 13:29:57.671 INFO O| Feb 23 13:29:57.670 INFO STEP 1108 (remove_files) COMPLETE |
7987 | 2025-02-23T13:29:59.285Z | [ recovery-image] Feb 23 13:29:57.671 INFO O| Feb 23 13:29:57.671 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7988 | 2025-02-23T13:29:59.374Z | [ recovery-image] Feb 23 13:29:57.762 INFO O| Feb 23 13:29:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7989 | 2025-02-23T13:29:59.374Z | [ recovery-image] Feb 23 13:29:57.762 INFO O| Feb 23 13:29:57.762 INFO STEP 1109 (remove_files) COMPLETE |
7990 | 2025-02-23T13:29:59.374Z | [ recovery-image] Feb 23 13:29:57.762 INFO O| Feb 23 13:29:57.762 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7991 | 2025-02-23T13:29:59.465Z | [ recovery-image] Feb 23 13:29:57.852 INFO O| Feb 23 13:29:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7992 | 2025-02-23T13:29:59.465Z | [ recovery-image] Feb 23 13:29:57.852 INFO O| Feb 23 13:29:57.852 INFO STEP 1110 (remove_files) COMPLETE |
7993 | 2025-02-23T13:29:59.465Z | [ recovery-image] Feb 23 13:29:57.852 INFO O| Feb 23 13:29:57.852 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7994 | 2025-02-23T13:29:59.500Z | [ recovery-image] Feb 23 13:29:57.888 INFO O| Feb 23 13:29:57.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7995 | 2025-02-23T13:29:59.500Z | [ recovery-image] Feb 23 13:29:57.889 INFO O| Feb 23 13:29:57.889 INFO STEP 1111 (remove_files) COMPLETE |
7996 | 2025-02-23T13:29:59.500Z | [ recovery-image] Feb 23 13:29:57.889 INFO O| Feb 23 13:29:57.889 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7997 | 2025-02-23T13:29:59.527Z | [ recovery-image] Feb 23 13:29:57.915 INFO O| Feb 23 13:29:57.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7998 | 2025-02-23T13:29:59.527Z | [ recovery-image] Feb 23 13:29:57.916 INFO O| Feb 23 13:29:57.916 INFO STEP 1112 (remove_files) COMPLETE |
7999 | 2025-02-23T13:29:59.527Z | [ recovery-image] Feb 23 13:29:57.916 INFO O| Feb 23 13:29:57.916 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8000 | 2025-02-23T13:29:59.554Z | [ recovery-image] Feb 23 13:29:57.942 INFO O| Feb 23 13:29:57.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
8001 | 2025-02-23T13:29:59.557Z | [ recovery-image] Feb 23 13:29:57.942 INFO O| Feb 23 13:29:57.942 INFO STEP 1113 (remove_files) COMPLETE |
8002 | 2025-02-23T13:29:59.557Z | [ recovery-image] Feb 23 13:29:57.943 INFO O| Feb 23 13:29:57.942 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8003 | 2025-02-23T13:29:59.579Z | [ recovery-image] Feb 23 13:29:57.967 INFO O| Feb 23 13:29:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
8004 | 2025-02-23T13:29:59.582Z | [ recovery-image] Feb 23 13:29:57.967 INFO O| Feb 23 13:29:57.967 INFO STEP 1114 (remove_files) COMPLETE |
8005 | 2025-02-23T13:29:59.582Z | [ recovery-image] Feb 23 13:29:57.967 INFO O| Feb 23 13:29:57.967 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8006 | 2025-02-23T13:29:59.618Z | [ recovery-image] Feb 23 13:29:58.006 INFO O| Feb 23 13:29:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
8007 | 2025-02-23T13:29:59.618Z | [ recovery-image] Feb 23 13:29:58.006 INFO O| Feb 23 13:29:58.006 INFO STEP 1115 (remove_files) COMPLETE |
8008 | 2025-02-23T13:29:59.621Z | [ recovery-image] Feb 23 13:29:58.006 INFO O| Feb 23 13:29:58.006 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8009 | 2025-02-23T13:29:59.646Z | [ recovery-image] Feb 23 13:29:58.034 INFO O| Feb 23 13:29:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
8010 | 2025-02-23T13:29:59.649Z | [ recovery-image] Feb 23 13:29:58.034 INFO O| Feb 23 13:29:58.034 INFO STEP 1116 (remove_files) COMPLETE |
8011 | 2025-02-23T13:29:59.649Z | [ recovery-image] Feb 23 13:29:58.034 INFO O| Feb 23 13:29:58.034 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8012 | 2025-02-23T13:29:59.702Z | [ recovery-image] Feb 23 13:29:58.090 INFO O| Feb 23 13:29:58.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
8013 | 2025-02-23T13:29:59.704Z | [ recovery-image] Feb 23 13:29:58.090 INFO O| Feb 23 13:29:58.090 INFO STEP 1117 (remove_files) COMPLETE |
8014 | 2025-02-23T13:29:59.704Z | [ recovery-image] Feb 23 13:29:58.090 INFO O| Feb 23 13:29:58.090 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8015 | 2025-02-23T13:29:59.731Z | [ recovery-image] Feb 23 13:29:58.119 INFO O| Feb 23 13:29:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
8016 | 2025-02-23T13:29:59.731Z | [ recovery-image] Feb 23 13:29:58.119 INFO O| Feb 23 13:29:58.119 INFO STEP 1118 (remove_files) COMPLETE |
8017 | 2025-02-23T13:29:59.734Z | [ recovery-image] Feb 23 13:29:58.119 INFO O| Feb 23 13:29:58.119 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8018 | 2025-02-23T13:29:59.765Z | [ recovery-image] Feb 23 13:29:58.153 INFO O| Feb 23 13:29:58.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
8019 | 2025-02-23T13:29:59.765Z | [ recovery-image] Feb 23 13:29:58.154 INFO O| Feb 23 13:29:58.154 INFO STEP 1119 (remove_files) COMPLETE |
8020 | 2025-02-23T13:29:59.766Z | [ recovery-image] Feb 23 13:29:58.154 INFO O| Feb 23 13:29:58.154 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8021 | 2025-02-23T13:29:59.791Z | [ recovery-image] Feb 23 13:29:58.179 INFO O| Feb 23 13:29:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
8022 | 2025-02-23T13:29:59.791Z | [ recovery-image] Feb 23 13:29:58.179 INFO O| Feb 23 13:29:58.179 INFO STEP 1120 (remove_files) COMPLETE |
8023 | 2025-02-23T13:29:59.794Z | [ recovery-image] Feb 23 13:29:58.179 INFO O| Feb 23 13:29:58.179 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8024 | 2025-02-23T13:29:59.836Z | [ recovery-image] Feb 23 13:29:58.224 INFO O| Feb 23 13:29:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
8025 | 2025-02-23T13:29:59.840Z | [ recovery-image] Feb 23 13:29:58.225 INFO O| Feb 23 13:29:58.225 INFO STEP 1121 (remove_files) COMPLETE |
8026 | 2025-02-23T13:29:59.840Z | [ recovery-image] Feb 23 13:29:58.225 INFO O| Feb 23 13:29:58.225 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8027 | 2025-02-23T13:29:59.865Z | [ recovery-image] Feb 23 13:29:58.253 INFO O| Feb 23 13:29:58.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
8028 | 2025-02-23T13:29:59.867Z | [ recovery-image] Feb 23 13:29:58.253 INFO O| Feb 23 13:29:58.253 INFO STEP 1122 (remove_files) COMPLETE |
8029 | 2025-02-23T13:29:59.867Z | [ recovery-image] Feb 23 13:29:58.253 INFO O| Feb 23 13:29:58.253 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8030 | 2025-02-23T13:29:59.902Z | [ recovery-image] Feb 23 13:29:58.290 INFO O| Feb 23 13:29:58.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
8031 | 2025-02-23T13:29:59.905Z | [ recovery-image] Feb 23 13:29:58.290 INFO O| Feb 23 13:29:58.290 INFO STEP 1123 (remove_files) COMPLETE |
8032 | 2025-02-23T13:29:59.905Z | [ recovery-image] Feb 23 13:29:58.290 INFO O| Feb 23 13:29:58.290 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8033 | 2025-02-23T13:29:59.928Z | [ recovery-image] Feb 23 13:29:58.316 INFO O| Feb 23 13:29:58.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
8034 | 2025-02-23T13:29:59.930Z | [ recovery-image] Feb 23 13:29:58.316 INFO O| Feb 23 13:29:58.316 INFO STEP 1124 (remove_files) COMPLETE |
8035 | 2025-02-23T13:29:59.930Z | [ recovery-image] Feb 23 13:29:58.316 INFO O| Feb 23 13:29:58.316 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8036 | 2025-02-23T13:29:59.969Z | [ recovery-image] Feb 23 13:29:58.356 INFO O| Feb 23 13:29:58.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
8037 | 2025-02-23T13:29:59.969Z | [ recovery-image] Feb 23 13:29:58.356 INFO O| Feb 23 13:29:58.356 INFO STEP 1125 (remove_files) COMPLETE |
8038 | 2025-02-23T13:29:59.969Z | [ recovery-image] Feb 23 13:29:58.356 INFO O| Feb 23 13:29:58.356 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8039 | 2025-02-23T13:29:59.991Z | [ recovery-image] Feb 23 13:29:58.379 INFO O| Feb 23 13:29:58.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
8040 | 2025-02-23T13:29:59.994Z | [ recovery-image] Feb 23 13:29:58.379 INFO O| Feb 23 13:29:58.379 INFO STEP 1126 (remove_files) COMPLETE |
8041 | 2025-02-23T13:29:59.994Z | [ recovery-image] Feb 23 13:29:58.379 INFO O| Feb 23 13:29:58.379 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8042 | 2025-02-23T13:30:00.020Z | [ recovery-image] Feb 23 13:29:58.408 INFO O| Feb 23 13:29:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
8043 | 2025-02-23T13:30:00.020Z | [ recovery-image] Feb 23 13:29:58.408 INFO O| Feb 23 13:29:58.408 INFO STEP 1127 (remove_files) COMPLETE |
8044 | 2025-02-23T13:30:00.023Z | [ recovery-image] Feb 23 13:29:58.408 INFO O| Feb 23 13:29:58.408 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8045 | 2025-02-23T13:30:00.048Z | [ recovery-image] Feb 23 13:29:58.436 INFO O| Feb 23 13:29:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
8046 | 2025-02-23T13:30:00.051Z | [ recovery-image] Feb 23 13:29:58.437 INFO O| Feb 23 13:29:58.436 INFO STEP 1128 (remove_files) COMPLETE |
8047 | 2025-02-23T13:30:00.051Z | [ recovery-image] Feb 23 13:29:58.437 INFO O| Feb 23 13:29:58.437 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8048 | 2025-02-23T13:30:00.090Z | [ recovery-image] Feb 23 13:29:58.478 INFO O| Feb 23 13:29:58.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
8049 | 2025-02-23T13:30:00.090Z | [ recovery-image] Feb 23 13:29:58.478 INFO O| Feb 23 13:29:58.478 INFO STEP 1129 (remove_files) COMPLETE |
8050 | 2025-02-23T13:30:00.093Z | [ recovery-image] Feb 23 13:29:58.478 INFO O| Feb 23 13:29:58.478 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8051 | 2025-02-23T13:30:00.116Z | [ recovery-image] Feb 23 13:29:58.504 INFO O| Feb 23 13:29:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
8052 | 2025-02-23T13:30:00.116Z | [ recovery-image] Feb 23 13:29:58.504 INFO O| Feb 23 13:29:58.504 INFO STEP 1130 (remove_files) COMPLETE |
8053 | 2025-02-23T13:30:00.116Z | [ recovery-image] Feb 23 13:29:58.504 INFO O| Feb 23 13:29:58.504 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8054 | 2025-02-23T13:30:00.173Z | [ recovery-image] Feb 23 13:29:58.561 INFO O| Feb 23 13:29:58.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
8055 | 2025-02-23T13:30:00.176Z | [ recovery-image] Feb 23 13:29:58.561 INFO O| Feb 23 13:29:58.561 INFO STEP 1131 (remove_files) COMPLETE |
8056 | 2025-02-23T13:30:00.176Z | [ recovery-image] Feb 23 13:29:58.561 INFO O| Feb 23 13:29:58.561 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8057 | 2025-02-23T13:30:00.196Z | [ recovery-image] Feb 23 13:29:58.584 INFO O| Feb 23 13:29:58.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
8058 | 2025-02-23T13:30:00.196Z | [ recovery-image] Feb 23 13:29:58.584 INFO O| Feb 23 13:29:58.584 INFO STEP 1132 (remove_files) COMPLETE |
8059 | 2025-02-23T13:30:00.199Z | [ recovery-image] Feb 23 13:29:58.584 INFO O| Feb 23 13:29:58.584 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8060 | 2025-02-23T13:30:00.758Z | [ recovery-image] Feb 23 13:29:58.614 INFO O| Feb 23 13:29:58.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
8061 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.614 INFO O| Feb 23 13:29:58.614 INFO STEP 1133 (remove_files) COMPLETE |
8062 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.614 INFO O| Feb 23 13:29:58.614 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8063 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.641 INFO O| Feb 23 13:29:58.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
8064 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.641 INFO O| Feb 23 13:29:58.641 INFO STEP 1134 (remove_files) COMPLETE |
8065 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.641 INFO O| Feb 23 13:29:58.641 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8066 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.678 INFO O| Feb 23 13:29:58.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
8067 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.678 INFO O| Feb 23 13:29:58.678 INFO STEP 1135 (remove_files) COMPLETE |
8068 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.678 INFO O| Feb 23 13:29:58.678 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8069 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.718 INFO O| Feb 23 13:29:58.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
8070 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.718 INFO O| Feb 23 13:29:58.718 INFO STEP 1136 (remove_files) COMPLETE |
8071 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.718 INFO O| Feb 23 13:29:58.718 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8072 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.744 INFO O| Feb 23 13:29:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
8073 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.745 INFO O| Feb 23 13:29:58.744 INFO STEP 1137 (remove_files) COMPLETE |
8074 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.745 INFO O| Feb 23 13:29:58.745 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8075 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.783 INFO O| Feb 23 13:29:58.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
8076 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.783 INFO O| Feb 23 13:29:58.783 INFO STEP 1138 (remove_files) COMPLETE |
8077 | 2025-02-23T13:30:00.763Z | [ recovery-image] Feb 23 13:29:58.783 INFO O| Feb 23 13:29:58.783 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8078 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.810 INFO O| Feb 23 13:29:58.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
8079 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.810 INFO O| Feb 23 13:29:58.810 INFO STEP 1139 (remove_files) COMPLETE |
8080 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.810 INFO O| Feb 23 13:29:58.810 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8081 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.836 INFO O| Feb 23 13:29:58.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
8082 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.836 INFO O| Feb 23 13:29:58.836 INFO STEP 1140 (remove_files) COMPLETE |
8083 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.836 INFO O| Feb 23 13:29:58.836 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8084 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.861 INFO O| Feb 23 13:29:58.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
8085 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.861 INFO O| Feb 23 13:29:58.861 INFO STEP 1141 (remove_files) COMPLETE |
8086 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.861 INFO O| Feb 23 13:29:58.861 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8087 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.903 INFO O| Feb 23 13:29:58.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
8088 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.904 INFO O| Feb 23 13:29:58.904 INFO STEP 1142 (remove_files) COMPLETE |
8089 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.904 INFO O| Feb 23 13:29:58.904 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8090 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.947 INFO O| Feb 23 13:29:58.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
8091 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.947 INFO O| Feb 23 13:29:58.947 INFO STEP 1143 (remove_files) COMPLETE |
8092 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.948 INFO O| Feb 23 13:29:58.947 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8093 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.977 INFO O| Feb 23 13:29:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
8094 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.977 INFO O| Feb 23 13:29:58.977 INFO STEP 1144 (remove_files) COMPLETE |
8095 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:58.978 INFO O| Feb 23 13:29:58.977 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8096 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:59.037 INFO O| Feb 23 13:29:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
8097 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:59.037 INFO O| Feb 23 13:29:59.037 INFO STEP 1145 (remove_files) COMPLETE |
8098 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:59.038 INFO O| Feb 23 13:29:59.038 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8099 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:59.077 INFO O| Feb 23 13:29:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
8100 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:59.077 INFO O| Feb 23 13:29:59.077 INFO STEP 1146 (remove_files) COMPLETE |
8101 | 2025-02-23T13:30:00.764Z | [ recovery-image] Feb 23 13:29:59.077 INFO O| Feb 23 13:29:59.077 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8102 | 2025-02-23T13:30:00.769Z | [ recovery-image] Feb 23 13:29:59.157 INFO O| Feb 23 13:29:59.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
8103 | 2025-02-23T13:30:00.769Z | [ recovery-image] Feb 23 13:29:59.157 INFO O| Feb 23 13:29:59.157 INFO STEP 1147 (remove_files) COMPLETE |
8104 | 2025-02-23T13:30:00.772Z | [ recovery-image] Feb 23 13:29:59.157 INFO O| Feb 23 13:29:59.157 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8105 | 2025-02-23T13:30:00.794Z | [ recovery-image] Feb 23 13:29:59.180 INFO O| Feb 23 13:29:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
8106 | 2025-02-23T13:30:00.794Z | [ recovery-image] Feb 23 13:29:59.180 INFO O| Feb 23 13:29:59.180 INFO STEP 1148 (remove_files) COMPLETE |
8107 | 2025-02-23T13:30:00.794Z | [ recovery-image] Feb 23 13:29:59.180 INFO O| Feb 23 13:29:59.180 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8108 | 2025-02-23T13:30:00.827Z | [ recovery-image] Feb 23 13:29:59.214 INFO O| Feb 23 13:29:59.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
8109 | 2025-02-23T13:30:00.828Z | [ recovery-image] Feb 23 13:29:59.214 INFO O| Feb 23 13:29:59.214 INFO STEP 1149 (remove_files) COMPLETE |
8110 | 2025-02-23T13:30:00.828Z | [ recovery-image] Feb 23 13:29:59.214 INFO O| Feb 23 13:29:59.214 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8111 | 2025-02-23T13:30:00.941Z | [ recovery-image] Feb 23 13:29:59.328 INFO O| Feb 23 13:29:59.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
8112 | 2025-02-23T13:30:00.941Z | [ recovery-image] Feb 23 13:29:59.329 INFO O| Feb 23 13:29:59.328 INFO STEP 1150 (remove_files) COMPLETE |
8113 | 2025-02-23T13:30:00.944Z | [ recovery-image] Feb 23 13:29:59.329 INFO O| Feb 23 13:29:59.328 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8114 | 2025-02-23T13:30:00.968Z | [ recovery-image] Feb 23 13:29:59.354 INFO O| Feb 23 13:29:59.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
8115 | 2025-02-23T13:30:00.968Z | [ recovery-image] Feb 23 13:29:59.354 INFO O| Feb 23 13:29:59.354 INFO STEP 1151 (remove_files) COMPLETE |
8116 | 2025-02-23T13:30:00.968Z | [ recovery-image] Feb 23 13:29:59.354 INFO O| Feb 23 13:29:59.354 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8117 | 2025-02-23T13:30:01.027Z | [ recovery-image] Feb 23 13:29:59.415 INFO O| Feb 23 13:29:59.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
8118 | 2025-02-23T13:30:01.030Z | [ recovery-image] Feb 23 13:29:59.415 INFO O| Feb 23 13:29:59.415 INFO STEP 1152 (remove_files) COMPLETE |
8119 | 2025-02-23T13:30:01.030Z | [ recovery-image] Feb 23 13:29:59.415 INFO O| Feb 23 13:29:59.415 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8120 | 2025-02-23T13:30:01.066Z | [ recovery-image] Feb 23 13:29:59.454 INFO O| Feb 23 13:29:59.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
8121 | 2025-02-23T13:30:01.067Z | [ recovery-image] Feb 23 13:29:59.454 INFO O| Feb 23 13:29:59.454 INFO STEP 1153 (remove_files) COMPLETE |
8122 | 2025-02-23T13:30:01.069Z | [ recovery-image] Feb 23 13:29:59.454 INFO O| Feb 23 13:29:59.454 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8123 | 2025-02-23T13:30:01.131Z | [ recovery-image] Feb 23 13:29:59.519 INFO O| Feb 23 13:29:59.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
8124 | 2025-02-23T13:30:01.131Z | [ recovery-image] Feb 23 13:29:59.519 INFO O| Feb 23 13:29:59.519 INFO STEP 1154 (remove_files) COMPLETE |
8125 | 2025-02-23T13:30:01.131Z | [ recovery-image] Feb 23 13:29:59.519 INFO O| Feb 23 13:29:59.519 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8126 | 2025-02-23T13:30:01.174Z | [ recovery-image] Feb 23 13:29:59.562 INFO O| Feb 23 13:29:59.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
8127 | 2025-02-23T13:30:01.177Z | [ recovery-image] Feb 23 13:29:59.562 INFO O| Feb 23 13:29:59.562 INFO STEP 1155 (remove_files) COMPLETE |
8128 | 2025-02-23T13:30:01.177Z | [ recovery-image] Feb 23 13:29:59.562 INFO O| Feb 23 13:29:59.562 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8129 | 2025-02-23T13:30:01.200Z | [ recovery-image] Feb 23 13:29:59.587 INFO O| Feb 23 13:29:59.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8130 | 2025-02-23T13:30:01.203Z | [ recovery-image] Feb 23 13:29:59.588 INFO O| Feb 23 13:29:59.588 INFO STEP 1156 (remove_files) COMPLETE |
8131 | 2025-02-23T13:30:01.203Z | [ recovery-image] Feb 23 13:29:59.588 INFO O| Feb 23 13:29:59.588 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8132 | 2025-02-23T13:30:01.240Z | [ recovery-image] Feb 23 13:29:59.627 INFO O| Feb 23 13:29:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8133 | 2025-02-23T13:30:01.243Z | [ recovery-image] Feb 23 13:29:59.628 INFO O| Feb 23 13:29:59.628 INFO STEP 1157 (remove_files) COMPLETE |
8134 | 2025-02-23T13:30:01.243Z | [ recovery-image] Feb 23 13:29:59.628 INFO O| Feb 23 13:29:59.628 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8135 | 2025-02-23T13:30:01.278Z | [ recovery-image] Feb 23 13:29:59.666 INFO O| Feb 23 13:29:59.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8136 | 2025-02-23T13:30:01.281Z | [ recovery-image] Feb 23 13:29:59.666 INFO O| Feb 23 13:29:59.666 INFO STEP 1158 (remove_files) COMPLETE |
8137 | 2025-02-23T13:30:01.281Z | [ recovery-image] Feb 23 13:29:59.666 INFO O| Feb 23 13:29:59.666 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8138 | 2025-02-23T13:30:01.306Z | [ recovery-image] Feb 23 13:29:59.694 INFO O| Feb 23 13:29:59.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8139 | 2025-02-23T13:30:01.306Z | [ recovery-image] Feb 23 13:29:59.694 INFO O| Feb 23 13:29:59.694 INFO STEP 1159 (remove_files) COMPLETE |
8140 | 2025-02-23T13:30:01.309Z | [ recovery-image] Feb 23 13:29:59.694 INFO O| Feb 23 13:29:59.694 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8141 | 2025-02-23T13:30:01.336Z | [ recovery-image] Feb 23 13:29:59.724 INFO O| Feb 23 13:29:59.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8142 | 2025-02-23T13:30:01.339Z | [ recovery-image] Feb 23 13:29:59.724 INFO O| Feb 23 13:29:59.724 INFO STEP 1160 (remove_files) COMPLETE |
8143 | 2025-02-23T13:30:01.339Z | [ recovery-image] Feb 23 13:29:59.724 INFO O| Feb 23 13:29:59.724 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8144 | 2025-02-23T13:30:01.398Z | [ recovery-image] Feb 23 13:29:59.785 INFO O| Feb 23 13:29:59.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8145 | 2025-02-23T13:30:01.401Z | [ recovery-image] Feb 23 13:29:59.786 INFO O| Feb 23 13:29:59.786 INFO STEP 1161 (remove_files) COMPLETE |
8146 | 2025-02-23T13:30:01.401Z | [ recovery-image] Feb 23 13:29:59.786 INFO O| Feb 23 13:29:59.786 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8147 | 2025-02-23T13:30:01.428Z | [ recovery-image] Feb 23 13:29:59.815 INFO O| Feb 23 13:29:59.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8148 | 2025-02-23T13:30:01.431Z | [ recovery-image] Feb 23 13:29:59.816 INFO O| Feb 23 13:29:59.816 INFO STEP 1162 (remove_files) COMPLETE |
8149 | 2025-02-23T13:30:01.431Z | [ recovery-image] Feb 23 13:29:59.816 INFO O| Feb 23 13:29:59.816 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8150 | 2025-02-23T13:30:01.463Z | [ recovery-image] Feb 23 13:29:59.850 INFO O| Feb 23 13:29:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8151 | 2025-02-23T13:30:01.465Z | [ recovery-image] Feb 23 13:29:59.851 INFO O| Feb 23 13:29:59.850 INFO STEP 1163 (remove_files) COMPLETE |
8152 | 2025-02-23T13:30:01.465Z | [ recovery-image] Feb 23 13:29:59.851 INFO O| Feb 23 13:29:59.851 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8153 | 2025-02-23T13:30:01.486Z | [ recovery-image] Feb 23 13:29:59.873 INFO O| Feb 23 13:29:59.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8154 | 2025-02-23T13:30:01.489Z | [ recovery-image] Feb 23 13:29:59.874 INFO O| Feb 23 13:29:59.874 INFO STEP 1164 (remove_files) COMPLETE |
8155 | 2025-02-23T13:30:01.489Z | [ recovery-image] Feb 23 13:29:59.874 INFO O| Feb 23 13:29:59.874 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8156 | 2025-02-23T13:30:01.528Z | [ recovery-image] Feb 23 13:29:59.915 INFO O| Feb 23 13:29:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8157 | 2025-02-23T13:30:01.528Z | [ recovery-image] Feb 23 13:29:59.915 INFO O| Feb 23 13:29:59.915 INFO STEP 1165 (remove_files) COMPLETE |
8158 | 2025-02-23T13:30:01.528Z | [ recovery-image] Feb 23 13:29:59.915 INFO O| Feb 23 13:29:59.915 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8159 | 2025-02-23T13:30:01.562Z | [ recovery-image] Feb 23 13:29:59.950 INFO O| Feb 23 13:29:59.950 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8160 | 2025-02-23T13:30:01.562Z | [ recovery-image] Feb 23 13:29:59.950 INFO O| Feb 23 13:29:59.950 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8161 | 2025-02-23T13:30:02.751Z | [ host-image] Feb 23 13:30:01.137 INFO O| Feb 23 13:30:01.137 INFO O| Planning: Solver setup ... Done |
8162 | 2025-02-23T13:30:02.758Z | [ host-image] Feb 23 13:30:01.146 INFO O| Feb 23 13:30:01.146 INFO O| Planning: Running solver ... Done |
8163 | 2025-02-23T13:30:02.865Z | [ host-image] Feb 23 13:30:01.253 INFO O| Feb 23 13:30:01.253 INFO O| Planning: Finding local manifests ... Done |
8164 | 2025-02-23T13:30:02.869Z | [ host-image] Feb 23 13:30:01.254 INFO O| Feb 23 13:30:01.254 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8165 | 2025-02-23T13:30:03.136Z | [ host-image] Feb 23 13:30:01.523 INFO O| Feb 23 13:30:01.523 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8166 | 2025-02-23T13:30:03.168Z | [ host-image] Feb 23 13:30:01.556 INFO O| Feb 23 13:30:01.556 INFO O| Planning: Package planning ... Done |
8167 | 2025-02-23T13:30:03.171Z | [ host-image] Feb 23 13:30:01.556 INFO O| Feb 23 13:30:01.556 INFO O| Planning: Merging actions ... Done |
8168 | 2025-02-23T13:30:03.297Z | [ host-image] Feb 23 13:30:01.684 INFO O| Feb 23 13:30:01.684 INFO O| Planning: Checking for conflicting actions ... Done |
8169 | 2025-02-23T13:30:03.300Z | [ host-image] Feb 23 13:30:01.685 INFO O| Feb 23 13:30:01.685 INFO O| Planning: Consolidating action changes ... Done |
8170 | 2025-02-23T13:30:03.400Z | [ recovery-image] Feb 23 13:30:01.788 INFO O| Feb 23 13:30:01.787 INFO STEP 1166 (pack_tar) COMPLETE |
8171 | 2025-02-23T13:30:03.400Z | [ recovery-image] Feb 23 13:30:01.788 INFO O| Feb 23 13:30:01.787 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8172 | 2025-02-23T13:30:03.403Z | [ recovery-image] Feb 23 13:30:01.788 INFO O| Feb 23 13:30:01.788 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8173 | 2025-02-23T13:30:03.756Z | [ recovery-image] Feb 23 13:30:02.143 INFO O| Feb 23 13:30:02.143 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8174 | 2025-02-23T13:30:03.779Z | [ host-image] Feb 23 13:30:02.167 INFO O| Feb 23 13:30:02.166 INFO O| Planning: Evaluating mediators ... Done |
8175 | 2025-02-23T13:30:03.782Z | [ host-image] Feb 23 13:30:02.167 INFO O| Feb 23 13:30:02.167 INFO O| Planning: Planning completed in 6.16 seconds |
8176 | 2025-02-23T13:30:03.785Z | [ host-image] Feb 23 13:30:02.170 INFO O| Feb 23 13:30:02.170 INFO O| Packages to install: 1 |
8177 | 2025-02-23T13:30:03.804Z | [ host-image] Feb 23 13:30:02.191 INFO O| Feb 23 13:30:02.191 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
8178 | 2025-02-23T13:30:03.924Z | [ recovery-image] Feb 23 13:30:02.294 INFO O| Feb 23 13:30:02.294 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8179 | 2025-02-23T13:30:03.928Z | [ recovery-image] Feb 23 13:30:02.305 INFO image builder template: zfs-recovery... |
8180 | 2025-02-23T13:30:03.928Z | [ recovery-image] Feb 23 13:30:02.306 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpO8vQuE/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "zfs-recovery"], pwd: None |
8181 | 2025-02-23T13:30:03.986Z | [ recovery-image] Feb 23 13:30:02.373 INFO O| Feb 23 13:30:02.373 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8182 | 2025-02-23T13:30:04.004Z | [ recovery-image] Feb 23 13:30:02.391 INFO O| Feb 23 13:30:02.391 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8183 | 2025-02-23T13:30:04.169Z | [ recovery-image] Feb 23 13:30:02.556 INFO O| Feb 23 13:30:02.556 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8184 | 2025-02-23T13:30:04.267Z | [ recovery-image] Feb 23 13:30:02.654 INFO O| Feb 23 13:30:02.654 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8185 | 2025-02-23T13:30:04.270Z | [ recovery-image] Feb 23 13:30:02.655 INFO O| Feb 23 13:30:02.655 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8186 | 2025-02-23T13:30:04.278Z | [ recovery-image] Feb 23 13:30:02.665 INFO O| Feb 23 13:30:02.665 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8187 | 2025-02-23T13:30:04.398Z | [ recovery-image] Feb 23 13:30:02.785 INFO O| Feb 23 13:30:02.784 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8188 | 2025-02-23T13:30:04.522Z | [ recovery-image] Feb 23 13:30:02.909 INFO O| Feb 23 13:30:02.909 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8189 | 2025-02-23T13:30:04.552Z | [ recovery-image] Feb 23 13:30:02.939 INFO O| Feb 23 13:30:02.938 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8190 | 2025-02-23T13:30:04.567Z | [ recovery-image] Feb 23 13:30:02.954 INFO O| Feb 23 13:30:02.953 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8191 | 2025-02-23T13:30:04.584Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
8192 | 2025-02-23T13:30:04.626Z | [ recovery-image] Feb 23 13:30:03.013 INFO O| Feb 23 13:30:03.013 INFO no lofi found |
8193 | 2025-02-23T13:30:04.626Z | [ recovery-image] Feb 23 13:30:03.013 INFO O| Feb 23 13:30:03.013 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8194 | 2025-02-23T13:30:04.626Z | [ recovery-image] Feb 23 13:30:03.013 INFO O| Feb 23 13:30:03.013 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8195 | 2025-02-23T13:30:04.820Z | [ host-image] Feb 23 13:30:03.207 INFO O| Feb 23 13:30:03.207 INFO O| Download: Completed 10.27 MB in 1.02 seconds (10.1M/s) |
8196 | 2025-02-23T13:30:05.047Z | [ host-image] Feb 23 13:30:03.434 INFO O| Feb 23 13:30:03.434 INFO O| Actions: 1/22 actions (Installing new actions) |
8197 | 2025-02-23T13:30:05.521Z | [ host-image] Feb 23 13:30:03.908 INFO O| Feb 23 13:30:03.908 INFO O| Actions: Completed 22 actions in 0.47 seconds. |
8198 | 2025-02-23T13:30:06.137Z | [ host-image] Feb 23 13:30:04.524 INFO O| Feb 23 13:30:04.524 INFO O| Done |
8199 | 2025-02-23T13:30:06.137Z | [ host-image] Feb 23 13:30:04.524 INFO O| Feb 23 13:30:04.524 INFO O| Done |
8200 | 2025-02-23T13:30:06.627Z | [ recovery-image] Feb 23 13:30:05.014 INFO O| Feb 23 13:30:05.013 INFO lofi device = /dev/dsk/c2t1d0p0 |
8201 | 2025-02-23T13:30:06.627Z | [ recovery-image] Feb 23 13:30:05.014 INFO O| Feb 23 13:30:05.013 INFO pool device = /dev/dsk/c2t1d0p0 |
8202 | 2025-02-23T13:30:06.630Z | [ recovery-image] Feb 23 13:30:05.014 INFO O| Feb 23 13:30:05.014 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8203 | 2025-02-23T13:30:06.863Z | [ recovery-image] Feb 23 13:30:05.250 INFO O| Feb 23 13:30:05.250 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8204 | 2025-02-23T13:30:06.863Z | [ recovery-image] Feb 23 13:30:05.250 INFO O| Feb 23 13:30:05.250 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8205 | 2025-02-23T13:30:06.905Z | [ recovery-image] Feb 23 13:30:05.292 INFO O| Feb 23 13:30:05.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8206 | 2025-02-23T13:30:07.294Z | [ recovery-image] Feb 23 13:30:05.681 INFO O| Feb 23 13:30:05.681 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8207 | 2025-02-23T13:30:07.360Z | [ recovery-image] Feb 23 13:30:05.747 INFO O| Feb 23 13:30:05.747 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8208 | 2025-02-23T13:30:07.388Z | [ recovery-image] Feb 23 13:30:05.775 INFO O| Feb 23 13:30:05.775 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8209 | 2025-02-23T13:30:07.411Z | [ recovery-image] Feb 23 13:30:05.798 INFO O| Feb 23 13:30:05.798 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8210 | 2025-02-23T13:30:07.519Z | [ recovery-image] Feb 23 13:30:05.905 INFO O| Feb 23 13:30:05.905 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8211 | 2025-02-23T13:30:07.522Z | [ recovery-image] Feb 23 13:30:05.906 INFO O| Feb 23 13:30:05.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8212 | 2025-02-23T13:30:07.522Z | [ recovery-image] Feb 23 13:30:05.906 INFO O| Feb 23 13:30:05.906 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8213 | 2025-02-23T13:30:07.541Z | [ recovery-image] Feb 23 13:30:05.927 INFO O| Feb 23 13:30:05.927 INFO boot environment UUID: 2c2bd981-8315-47ae-b62c-1809dd788fef |
8214 | 2025-02-23T13:30:07.541Z | [ recovery-image] Feb 23 13:30:05.928 INFO O| Feb 23 13:30:05.928 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2c2bd981-8315-47ae-b62c-1809dd788fef |
8215 | 2025-02-23T13:30:07.586Z | [ host-image] Feb 23 13:30:05.973 INFO O| Feb 23 13:30:05.973 INFO O| Done |
8216 | 2025-02-23T13:30:07.594Z | [ recovery-image] Feb 23 13:30:05.981 INFO O| Feb 23 13:30:05.981 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8217 | 2025-02-23T13:30:07.673Z | [ recovery-image] Feb 23 13:30:06.059 INFO O| Feb 23 13:30:06.059 INFO STEP 0 (create_be) COMPLETE |
8218 | 2025-02-23T13:30:07.673Z | [ recovery-image] Feb 23 13:30:06.059 INFO O| Feb 23 13:30:06.059 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8219 | 2025-02-23T13:30:07.730Z | [ recovery-image] Feb 23 13:30:06.117 INFO O| Feb 23 13:30:06.117 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8220 | 2025-02-23T13:30:11.071Z | [ host-image] Feb 23 13:30:09.457 INFO O| Feb 23 13:30:09.457 INFO O| Done |
8221 | 2025-02-23T13:30:11.136Z | [ host-image] Feb 23 13:30:09.520 INFO O| Feb 23 13:30:09.520 INFO O| Done |
8222 | 2025-02-23T13:30:11.139Z | [ host-image] Feb 23 13:30:09.521 INFO O| Feb 23 13:30:09.521 INFO O| Done |
8223 | 2025-02-23T13:30:11.159Z | [ host-image] Feb 23 13:30:09.545 INFO O| Feb 23 13:30:09.545 INFO O| Done |
8224 | 2025-02-23T13:30:11.408Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 14 (pkg_install) COMPLETE |
8225 | 2025-02-23T13:30:11.408Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8226 | 2025-02-23T13:30:11.411Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO skip step because feature "mfg" is not enabled |
8227 | 2025-02-23T13:30:11.414Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8228 | 2025-02-23T13:30:11.414Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO skip step because feature "compliance" is not enabled |
8229 | 2025-02-23T13:30:11.414Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8230 | 2025-02-23T13:30:11.414Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO skip step because feature "stress" is not enabled |
8231 | 2025-02-23T13:30:11.414Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8232 | 2025-02-23T13:30:11.414Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO skip step because feature "nfs" is not enabled |
8233 | 2025-02-23T13:30:11.417Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8234 | 2025-02-23T13:30:11.417Z | [ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8235 | 2025-02-23T13:30:11.501Z | [ host-image] Feb 23 13:30:09.887 INFO O| Feb 23 13:30:09.887 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8236 | 2025-02-23T13:30:11.695Z | [ host-image] Feb 23 13:30:10.080 INFO O| Feb 23 13:30:10.080 INFO completed processing gimlet/ramdisk-01-os |
8237 | 2025-02-23T13:30:11.699Z | [ host-image] Feb 23 13:30:10.085 INFO omicron1 baseline generation... |
8238 | 2025-02-23T13:30:11.701Z | [ host-image] Feb 23 13:30:10.085 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8239 | 2025-02-23T13:30:12.802Z | [ host-image] Feb 23 13:30:11.188 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z |
8240 | 2025-02-23T13:30:15.001Z | [ recovery-image] Feb 23 13:30:13.386 INFO O| Feb 23 13:30:13.386 INFO STEP 1 (unpack_tar) COMPLETE |
8241 | 2025-02-23T13:30:15.001Z | [ recovery-image] Feb 23 13:30:13.386 INFO O| Feb 23 13:30:13.386 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8242 | 2025-02-23T13:30:15.024Z | [ recovery-image] Feb 23 13:30:13.410 INFO O| Feb 23 13:30:13.410 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8243 | 2025-02-23T13:30:15.900Z | [ recovery-image] Feb 23 13:30:14.286 INFO O| Feb 23 13:30:14.286 INFO STEP 2 (devfsadm) COMPLETE |
8244 | 2025-02-23T13:30:15.900Z | [ recovery-image] Feb 23 13:30:14.286 INFO O| Feb 23 13:30:14.286 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8245 | 2025-02-23T13:30:15.927Z | [ recovery-image] Feb 23 13:30:14.312 INFO O| Feb 23 13:30:14.311 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8246 | 2025-02-23T13:30:15.927Z | [ recovery-image] Feb 23 13:30:14.312 INFO O| Feb 23 13:30:14.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8247 | 2025-02-23T13:30:15.927Z | [ recovery-image] Feb 23 13:30:14.312 INFO O| Feb 23 13:30:14.312 INFO STEP 3 (ensure_dir) COMPLETE |
8248 | 2025-02-23T13:30:15.930Z | [ recovery-image] Feb 23 13:30:14.312 INFO O| Feb 23 13:30:14.312 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8249 | 2025-02-23T13:30:15.953Z | [ recovery-image] Feb 23 13:30:14.338 INFO O| Feb 23 13:30:14.338 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8250 | 2025-02-23T13:30:15.953Z | [ recovery-image] Feb 23 13:30:14.338 INFO O| Feb 23 13:30:14.338 INFO STEP 4 (ensure_dir) COMPLETE |
8251 | 2025-02-23T13:30:15.956Z | [ recovery-image] Feb 23 13:30:14.338 INFO O| Feb 23 13:30:14.338 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8252 | 2025-02-23T13:30:15.992Z | [ recovery-image] Feb 23 13:30:14.378 INFO O| Feb 23 13:30:14.377 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8253 | 2025-02-23T13:30:15.992Z | [ recovery-image] Feb 23 13:30:14.378 INFO O| Feb 23 13:30:14.378 INFO STEP 5 (ensure_dir) COMPLETE |
8254 | 2025-02-23T13:30:15.995Z | [ recovery-image] Feb 23 13:30:14.378 INFO O| Feb 23 13:30:14.378 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8255 | 2025-02-23T13:30:16.042Z | [ recovery-image] Feb 23 13:30:14.427 INFO O| Feb 23 13:30:14.427 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8256 | 2025-02-23T13:30:16.045Z | [ recovery-image] Feb 23 13:30:14.427 INFO O| Feb 23 13:30:14.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8257 | 2025-02-23T13:30:16.045Z | [ recovery-image] Feb 23 13:30:14.427 INFO O| Feb 23 13:30:14.427 INFO STEP 6 (ensure_dir) COMPLETE |
8258 | 2025-02-23T13:30:16.045Z | [ recovery-image] Feb 23 13:30:14.427 INFO O| Feb 23 13:30:14.427 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8259 | 2025-02-23T13:30:16.104Z | [ recovery-image] Feb 23 13:30:14.489 INFO O| Feb 23 13:30:14.489 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8260 | 2025-02-23T13:30:16.106Z | [ recovery-image] Feb 23 13:30:14.489 INFO O| Feb 23 13:30:14.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8261 | 2025-02-23T13:30:16.106Z | [ recovery-image] Feb 23 13:30:14.489 INFO O| Feb 23 13:30:14.489 INFO STEP 7 (ensure_dir) COMPLETE |
8262 | 2025-02-23T13:30:16.106Z | [ recovery-image] Feb 23 13:30:14.489 INFO O| Feb 23 13:30:14.489 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8263 | 2025-02-23T13:30:16.151Z | [ recovery-image] Feb 23 13:30:14.536 INFO O| Feb 23 13:30:14.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8264 | 2025-02-23T13:30:16.154Z | [ recovery-image] Feb 23 13:30:14.536 INFO O| Feb 23 13:30:14.536 INFO STEP 8 (remove_files) COMPLETE |
8265 | 2025-02-23T13:30:16.154Z | [ recovery-image] Feb 23 13:30:14.536 INFO O| Feb 23 13:30:14.536 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8266 | 2025-02-23T13:30:16.176Z | [ recovery-image] Feb 23 13:30:14.561 INFO O| Feb 23 13:30:14.561 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8267 | 2025-02-23T13:30:16.179Z | [ recovery-image] Feb 23 13:30:14.562 INFO O| Feb 23 13:30:14.562 INFO STEP 9 (remove_files) COMPLETE |
8268 | 2025-02-23T13:30:16.179Z | [ recovery-image] Feb 23 13:30:14.562 INFO O| Feb 23 13:30:14.562 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8269 | 2025-02-23T13:30:16.216Z | [ recovery-image] Feb 23 13:30:14.601 INFO O| Feb 23 13:30:14.601 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8270 | 2025-02-23T13:30:16.219Z | [ recovery-image] Feb 23 13:30:14.603 INFO O| Feb 23 13:30:14.603 INFO STEP 10 (remove_files) COMPLETE |
8271 | 2025-02-23T13:30:16.219Z | [ recovery-image] Feb 23 13:30:14.603 INFO O| Feb 23 13:30:14.603 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8272 | 2025-02-23T13:30:16.278Z | [ recovery-image] Feb 23 13:30:14.663 INFO O| Feb 23 13:30:14.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8273 | 2025-02-23T13:30:16.278Z | [ recovery-image] Feb 23 13:30:14.663 INFO O| Feb 23 13:30:14.663 INFO STEP 11 (remove_files) COMPLETE |
8274 | 2025-02-23T13:30:16.278Z | [ recovery-image] Feb 23 13:30:14.663 INFO O| Feb 23 13:30:14.663 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8275 | 2025-02-23T13:30:16.391Z | [ recovery-image] Feb 23 13:30:14.776 INFO O| Feb 23 13:30:14.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8276 | 2025-02-23T13:30:16.391Z | [ recovery-image] Feb 23 13:30:14.776 INFO O| Feb 23 13:30:14.776 INFO STEP 12 (remove_files) COMPLETE |
8277 | 2025-02-23T13:30:16.391Z | [ recovery-image] Feb 23 13:30:14.777 INFO O| Feb 23 13:30:14.776 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8278 | 2025-02-23T13:30:16.416Z | [ recovery-image] Feb 23 13:30:14.802 INFO O| Feb 23 13:30:14.801 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8279 | 2025-02-23T13:30:16.416Z | [ recovery-image] Feb 23 13:30:14.802 INFO O| Feb 23 13:30:14.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8280 | 2025-02-23T13:30:16.417Z | [ recovery-image] Feb 23 13:30:14.802 INFO O| Feb 23 13:30:14.802 INFO STEP 13 (ensure_dir) COMPLETE |
8281 | 2025-02-23T13:30:16.417Z | [ recovery-image] Feb 23 13:30:14.802 INFO O| Feb 23 13:30:14.802 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8282 | 2025-02-23T13:30:16.443Z | [ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8283 | 2025-02-23T13:30:16.443Z | [ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8284 | 2025-02-23T13:30:16.446Z | [ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8285 | 2025-02-23T13:30:16.446Z | [ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO STEP 14 (ensure_dir) COMPLETE |
8286 | 2025-02-23T13:30:16.446Z | [ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8287 | 2025-02-23T13:30:16.467Z | [ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8288 | 2025-02-23T13:30:16.467Z | [ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8289 | 2025-02-23T13:30:16.467Z | [ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8290 | 2025-02-23T13:30:16.467Z | [ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO STEP 15 (ensure_dir) COMPLETE |
8291 | 2025-02-23T13:30:16.470Z | [ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8292 | 2025-02-23T13:30:16.488Z | [ recovery-image] Feb 23 13:30:14.873 INFO O| Feb 23 13:30:14.873 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8293 | 2025-02-23T13:30:16.488Z | [ recovery-image] Feb 23 13:30:14.873 INFO O| Feb 23 13:30:14.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8294 | 2025-02-23T13:30:16.488Z | [ recovery-image] Feb 23 13:30:14.873 INFO O| Feb 23 13:30:14.873 INFO STEP 16 (ensure_dir) COMPLETE |
8295 | 2025-02-23T13:30:16.488Z | [ recovery-image] Feb 23 13:30:14.873 INFO O| Feb 23 13:30:14.873 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8296 | 2025-02-23T13:30:16.537Z | [ recovery-image] Feb 23 13:30:14.922 INFO O| Feb 23 13:30:14.922 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8297 | 2025-02-23T13:30:16.540Z | [ recovery-image] Feb 23 13:30:14.923 INFO O| Feb 23 13:30:14.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8298 | 2025-02-23T13:30:16.540Z | [ recovery-image] Feb 23 13:30:14.923 INFO O| Feb 23 13:30:14.923 INFO STEP 17 (ensure_dir) COMPLETE |
8299 | 2025-02-23T13:30:16.540Z | [ recovery-image] Feb 23 13:30:14.923 INFO O| Feb 23 13:30:14.923 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8300 | 2025-02-23T13:30:16.650Z | [ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8301 | 2025-02-23T13:30:16.650Z | [ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8302 | 2025-02-23T13:30:16.650Z | [ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO ok! |
8303 | 2025-02-23T13:30:16.650Z | [ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO STEP 18 (ensure_symlink) COMPLETE |
8304 | 2025-02-23T13:30:16.650Z | [ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8305 | 2025-02-23T13:30:16.735Z | [ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8306 | 2025-02-23T13:30:16.738Z | [ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8307 | 2025-02-23T13:30:16.738Z | [ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO ok! |
8308 | 2025-02-23T13:30:16.738Z | [ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO STEP 19 (ensure_file) COMPLETE |
8309 | 2025-02-23T13:30:16.738Z | [ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8310 | 2025-02-23T13:30:16.766Z | [ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8311 | 2025-02-23T13:30:16.766Z | [ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8312 | 2025-02-23T13:30:16.769Z | [ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8313 | 2025-02-23T13:30:16.769Z | [ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO ok! |
8314 | 2025-02-23T13:30:16.769Z | [ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO STEP 20 (ensure_symlink) COMPLETE |
8315 | 2025-02-23T13:30:16.769Z | [ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8316 | 2025-02-23T13:30:16.805Z | [ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8317 | 2025-02-23T13:30:16.805Z | [ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8318 | 2025-02-23T13:30:16.805Z | [ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8319 | 2025-02-23T13:30:16.808Z | [ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO ok! |
8320 | 2025-02-23T13:30:16.808Z | [ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO STEP 21 (ensure_symlink) COMPLETE |
8321 | 2025-02-23T13:30:16.808Z | [ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8322 | 2025-02-23T13:30:16.840Z | [ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8323 | 2025-02-23T13:30:16.840Z | [ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8324 | 2025-02-23T13:30:16.840Z | [ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8325 | 2025-02-23T13:30:16.843Z | [ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO ok! |
8326 | 2025-02-23T13:30:16.843Z | [ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO STEP 22 (ensure_symlink) COMPLETE |
8327 | 2025-02-23T13:30:16.843Z | [ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8328 | 2025-02-23T13:30:16.903Z | [ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8329 | 2025-02-23T13:30:16.903Z | [ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8330 | 2025-02-23T13:30:16.903Z | [ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8331 | 2025-02-23T13:30:16.906Z | [ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO ok! |
8332 | 2025-02-23T13:30:16.906Z | [ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO STEP 23 (ensure_symlink) COMPLETE |
8333 | 2025-02-23T13:30:16.906Z | [ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8334 | 2025-02-23T13:30:16.946Z | [ recovery-image] Feb 23 13:30:15.330 INFO O| Feb 23 13:30:15.330 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8335 | 2025-02-23T13:30:16.946Z | [ recovery-image] Feb 23 13:30:15.330 INFO O| Feb 23 13:30:15.330 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ... |
8336 | 2025-02-23T13:30:16.949Z | [ recovery-image] Feb 23 13:30:15.331 INFO O| Feb 23 13:30:15.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8337 | 2025-02-23T13:30:16.949Z | [ recovery-image] Feb 23 13:30:15.331 INFO O| Feb 23 13:30:15.331 INFO ok! |
8338 | 2025-02-23T13:30:16.949Z | [ recovery-image] Feb 23 13:30:15.331 INFO O| Feb 23 13:30:15.331 INFO STEP 24 (ensure_file) COMPLETE |
8339 | 2025-02-23T13:30:16.949Z | [ recovery-image] Feb 23 13:30:15.331 INFO O| Feb 23 13:30:15.331 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8340 | 2025-02-23T13:30:16.987Z | [ recovery-image] Feb 23 13:30:15.372 INFO O| Feb 23 13:30:15.372 INFO updating shadow file |
8341 | 2025-02-23T13:30:16.990Z | [ recovery-image] Feb 23 13:30:15.373 INFO O| Feb 23 13:30:15.373 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8342 | 2025-02-23T13:30:16.990Z | [ recovery-image] Feb 23 13:30:15.373 INFO O| Feb 23 13:30:15.373 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8343 | 2025-02-23T13:30:16.990Z | [ recovery-image] Feb 23 13:30:15.373 INFO O| Feb 23 13:30:15.373 INFO STEP 25 (shadow) COMPLETE |
8344 | 2025-02-23T13:30:16.990Z | [ recovery-image] Feb 23 13:30:15.373 INFO O| Feb 23 13:30:15.373 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8345 | 2025-02-23T13:30:17.031Z | [ recovery-image] Feb 23 13:30:15.416 INFO O| Feb 23 13:30:15.416 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8346 | 2025-02-23T13:30:17.031Z | [ recovery-image] Feb 23 13:30:15.416 INFO O| Feb 23 13:30:15.416 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8347 | 2025-02-23T13:30:17.034Z | [ recovery-image] Feb 23 13:30:15.417 INFO O| Feb 23 13:30:15.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8348 | 2025-02-23T13:30:17.034Z | [ recovery-image] Feb 23 13:30:15.417 INFO O| Feb 23 13:30:15.417 INFO ok! |
8349 | 2025-02-23T13:30:17.034Z | [ recovery-image] Feb 23 13:30:15.417 INFO O| Feb 23 13:30:15.417 INFO STEP 26 (ensure_file) COMPLETE |
8350 | 2025-02-23T13:30:17.034Z | [ recovery-image] Feb 23 13:30:15.417 INFO O| Feb 23 13:30:15.417 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8351 | 2025-02-23T13:30:17.092Z | [ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8352 | 2025-02-23T13:30:17.092Z | [ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8353 | 2025-02-23T13:30:17.096Z | [ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8354 | 2025-02-23T13:30:17.096Z | [ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO ok! |
8355 | 2025-02-23T13:30:17.096Z | [ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO STEP 27 (ensure_file) COMPLETE |
8356 | 2025-02-23T13:30:17.096Z | [ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8357 | 2025-02-23T13:30:17.164Z | [ recovery-image] Feb 23 13:30:15.549 INFO O| Feb 23 13:30:15.549 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8358 | 2025-02-23T13:30:17.165Z | [ recovery-image] Feb 23 13:30:15.550 INFO O| Feb 23 13:30:15.549 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8359 | 2025-02-23T13:30:17.167Z | [ recovery-image] Feb 23 13:30:15.550 INFO O| Feb 23 13:30:15.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8360 | 2025-02-23T13:30:17.167Z | [ recovery-image] Feb 23 13:30:15.550 INFO O| Feb 23 13:30:15.550 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8361 | 2025-02-23T13:30:17.167Z | [ recovery-image] Feb 23 13:30:15.550 INFO O| Feb 23 13:30:15.550 INFO ok! |
8362 | 2025-02-23T13:30:17.167Z | [ recovery-image] Feb 23 13:30:15.551 INFO O| Feb 23 13:30:15.551 INFO STEP 28 (ensure_file) COMPLETE |
8363 | 2025-02-23T13:30:17.167Z | [ recovery-image] Feb 23 13:30:15.551 INFO O| Feb 23 13:30:15.551 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8364 | 2025-02-23T13:30:17.189Z | [ recovery-image] Feb 23 13:30:15.574 INFO O| Feb 23 13:30:15.574 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8365 | 2025-02-23T13:30:17.189Z | [ recovery-image] Feb 23 13:30:15.574 INFO O| Feb 23 13:30:15.574 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8366 | 2025-02-23T13:30:17.193Z | [ recovery-image] Feb 23 13:30:15.574 INFO O| Feb 23 13:30:15.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8367 | 2025-02-23T13:30:17.193Z | [ recovery-image] Feb 23 13:30:15.575 INFO O| Feb 23 13:30:15.574 INFO ok! |
8368 | 2025-02-23T13:30:17.193Z | [ recovery-image] Feb 23 13:30:15.575 INFO O| Feb 23 13:30:15.575 INFO STEP 29 (ensure_file) COMPLETE |
8369 | 2025-02-23T13:30:17.193Z | [ recovery-image] Feb 23 13:30:15.575 INFO O| Feb 23 13:30:15.575 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8370 | 2025-02-23T13:30:17.253Z | [ recovery-image] Feb 23 13:30:15.638 INFO O| Feb 23 13:30:15.638 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8371 | 2025-02-23T13:30:17.254Z | [ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.638 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8372 | 2025-02-23T13:30:17.254Z | [ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8373 | 2025-02-23T13:30:17.257Z | [ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.639 INFO ok! |
8374 | 2025-02-23T13:30:17.257Z | [ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.639 INFO STEP 30 (ensure_file) COMPLETE |
8375 | 2025-02-23T13:30:17.257Z | [ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.639 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8376 | 2025-02-23T13:30:17.283Z | [ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.667 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8377 | 2025-02-23T13:30:17.283Z | [ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8378 | 2025-02-23T13:30:17.286Z | [ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8379 | 2025-02-23T13:30:17.286Z | [ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8380 | 2025-02-23T13:30:17.286Z | [ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO ok! |
8381 | 2025-02-23T13:30:17.286Z | [ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO STEP 31 (ensure_file) COMPLETE |
8382 | 2025-02-23T13:30:17.286Z | [ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8383 | 2025-02-23T13:30:17.308Z | [ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8384 | 2025-02-23T13:30:17.308Z | [ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8385 | 2025-02-23T13:30:17.311Z | [ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8386 | 2025-02-23T13:30:17.311Z | [ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO ok! |
8387 | 2025-02-23T13:30:17.311Z | [ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO STEP 32 (ensure_file) COMPLETE |
8388 | 2025-02-23T13:30:17.311Z | [ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8389 | 2025-02-23T13:30:17.337Z | [ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8390 | 2025-02-23T13:30:17.339Z | [ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8391 | 2025-02-23T13:30:17.339Z | [ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8392 | 2025-02-23T13:30:17.339Z | [ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO ok! |
8393 | 2025-02-23T13:30:17.339Z | [ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO STEP 33 (ensure_file) COMPLETE |
8394 | 2025-02-23T13:30:17.339Z | [ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8395 | 2025-02-23T13:30:17.408Z | [ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8396 | 2025-02-23T13:30:17.408Z | [ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8397 | 2025-02-23T13:30:17.408Z | [ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8398 | 2025-02-23T13:30:17.408Z | [ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8399 | 2025-02-23T13:30:17.408Z | [ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8400 | 2025-02-23T13:30:17.412Z | [ recovery-image] Feb 23 13:30:15.794 INFO O| Feb 23 13:30:15.793 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8401 | 2025-02-23T13:30:17.412Z | [ recovery-image] Feb 23 13:30:15.794 INFO O| Feb 23 13:30:15.793 INFO ok! |
8402 | 2025-02-23T13:30:17.412Z | [ recovery-image] Feb 23 13:30:15.794 INFO O| Feb 23 13:30:15.793 INFO STEP 34 (ensure_file) COMPLETE |
8403 | 2025-02-23T13:30:17.412Z | [ recovery-image] Feb 23 13:30:15.794 INFO O| Feb 23 13:30:15.794 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8404 | 2025-02-23T13:30:17.467Z | [ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8405 | 2025-02-23T13:30:17.467Z | [ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8406 | 2025-02-23T13:30:17.475Z | [ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8407 | 2025-02-23T13:30:17.475Z | [ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO STEP 35 (ensure_dir) COMPLETE |
8408 | 2025-02-23T13:30:17.475Z | [ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8409 | 2025-02-23T13:30:17.511Z | [ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist |
8410 | 2025-02-23T13:30:17.511Z | [ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
8411 | 2025-02-23T13:30:17.515Z | [ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
8412 | 2025-02-23T13:30:17.515Z | [ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
8413 | 2025-02-23T13:30:17.515Z | [ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
8414 | 2025-02-23T13:30:17.532Z | [ recovery-image] Feb 23 13:30:15.917 INFO O| Feb 23 13:30:15.917 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
8415 | 2025-02-23T13:30:17.532Z | [ recovery-image] Feb 23 13:30:15.917 INFO O| Feb 23 13:30:15.917 INFO ok! |
8416 | 2025-02-23T13:30:17.533Z | [ recovery-image] Feb 23 13:30:15.917 INFO O| Feb 23 13:30:15.917 INFO STEP 36 (ensure_file) COMPLETE |
8417 | 2025-02-23T13:30:17.533Z | [ recovery-image] Feb 23 13:30:15.917 INFO O| Feb 23 13:30:15.917 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8418 | 2025-02-23T13:30:17.598Z | [ recovery-image] Feb 23 13:30:15.983 INFO O| Feb 23 13:30:15.983 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8419 | 2025-02-23T13:30:17.599Z | [ recovery-image] Feb 23 13:30:15.983 INFO O| Feb 23 13:30:15.983 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
8420 | 2025-02-23T13:30:17.601Z | [ recovery-image] Feb 23 13:30:15.984 INFO O| Feb 23 13:30:15.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8421 | 2025-02-23T13:30:17.602Z | [ recovery-image] Feb 23 13:30:15.984 INFO O| Feb 23 13:30:15.984 INFO ok! |
8422 | 2025-02-23T13:30:17.602Z | [ recovery-image] Feb 23 13:30:15.984 INFO O| Feb 23 13:30:15.984 INFO STEP 37 (ensure_symlink) COMPLETE |
8423 | 2025-02-23T13:30:17.602Z | [ recovery-image] Feb 23 13:30:15.984 INFO O| Feb 23 13:30:15.984 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8424 | 2025-02-23T13:30:17.649Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.033 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8425 | 2025-02-23T13:30:17.649Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.033 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8426 | 2025-02-23T13:30:17.649Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8427 | 2025-02-23T13:30:17.649Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8428 | 2025-02-23T13:30:17.652Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8429 | 2025-02-23T13:30:17.652Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8430 | 2025-02-23T13:30:17.652Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO ok! |
8431 | 2025-02-23T13:30:17.652Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO STEP 38 (ensure_file) COMPLETE |
8432 | 2025-02-23T13:30:17.652Z | [ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8433 | 2025-02-23T13:30:17.683Z | [ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8434 | 2025-02-23T13:30:17.683Z | [ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ... |
8435 | 2025-02-23T13:30:17.685Z | [ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8436 | 2025-02-23T13:30:17.686Z | [ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8437 | 2025-02-23T13:30:17.686Z | [ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO ok! |
8438 | 2025-02-23T13:30:17.686Z | [ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO STEP 39 (ensure_file) COMPLETE |
8439 | 2025-02-23T13:30:17.686Z | [ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8440 | 2025-02-23T13:30:17.735Z | [ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8441 | 2025-02-23T13:30:17.735Z | [ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8442 | 2025-02-23T13:30:17.738Z | [ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8443 | 2025-02-23T13:30:17.738Z | [ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO ok! |
8444 | 2025-02-23T13:30:17.738Z | [ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO STEP 40 (ensure_file) COMPLETE |
8445 | 2025-02-23T13:30:17.738Z | [ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8446 | 2025-02-23T13:30:17.761Z | [ recovery-image] Feb 23 13:30:16.146 INFO O| Feb 23 13:30:16.146 INFO updating shadow file |
8447 | 2025-02-23T13:30:17.767Z | [ recovery-image] Feb 23 13:30:16.147 INFO O| Feb 23 13:30:16.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8448 | 2025-02-23T13:30:17.767Z | [ recovery-image] Feb 23 13:30:16.147 INFO O| Feb 23 13:30:16.146 INFO STEP 41 (shadow) COMPLETE |
8449 | 2025-02-23T13:30:17.767Z | [ recovery-image] Feb 23 13:30:16.147 INFO O| Feb 23 13:30:16.147 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8450 | 2025-02-23T13:30:17.798Z | [ recovery-image] Feb 23 13:30:16.181 INFO O| Feb 23 13:30:16.181 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8451 | 2025-02-23T13:30:17.798Z | [ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.181 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8452 | 2025-02-23T13:30:17.801Z | [ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8453 | 2025-02-23T13:30:17.801Z | [ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8454 | 2025-02-23T13:30:17.801Z | [ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO ok! |
8455 | 2025-02-23T13:30:17.801Z | [ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO STEP 42 (ensure_file) COMPLETE |
8456 | 2025-02-23T13:30:17.801Z | [ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8457 | 2025-02-23T13:30:17.840Z | [ recovery-image] Feb 23 13:30:16.224 INFO O| Feb 23 13:30:16.224 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8458 | 2025-02-23T13:30:17.840Z | [ recovery-image] Feb 23 13:30:16.224 INFO O| Feb 23 13:30:16.224 INFO STEP 43 (ensure_dir) COMPLETE |
8459 | 2025-02-23T13:30:17.840Z | [ recovery-image] Feb 23 13:30:16.224 INFO O| Feb 23 13:30:16.224 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8460 | 2025-02-23T13:30:17.867Z | [ recovery-image] Feb 23 13:30:16.251 INFO O| Feb 23 13:30:16.251 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8461 | 2025-02-23T13:30:17.867Z | [ recovery-image] Feb 23 13:30:16.251 INFO O| Feb 23 13:30:16.251 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8462 | 2025-02-23T13:30:17.867Z | [ recovery-image] Feb 23 13:30:16.251 INFO O| Feb 23 13:30:16.251 INFO STEP 44 (ensure_dir) COMPLETE |
8463 | 2025-02-23T13:30:17.867Z | [ recovery-image] Feb 23 13:30:16.251 INFO O| Feb 23 13:30:16.251 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8464 | 2025-02-23T13:30:17.890Z | [ recovery-image] Feb 23 13:30:16.275 INFO O| Feb 23 13:30:16.274 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8465 | 2025-02-23T13:30:17.890Z | [ recovery-image] Feb 23 13:30:16.275 INFO O| Feb 23 13:30:16.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8466 | 2025-02-23T13:30:17.890Z | [ recovery-image] Feb 23 13:30:16.275 INFO O| Feb 23 13:30:16.275 INFO STEP 45 (ensure_dir) COMPLETE |
8467 | 2025-02-23T13:30:17.893Z | [ recovery-image] Feb 23 13:30:16.275 INFO O| Feb 23 13:30:16.275 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8468 | 2025-02-23T13:30:17.918Z | [ recovery-image] Feb 23 13:30:16.302 INFO O| Feb 23 13:30:16.302 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8469 | 2025-02-23T13:30:17.918Z | [ recovery-image] Feb 23 13:30:16.302 INFO O| Feb 23 13:30:16.302 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8470 | 2025-02-23T13:30:17.996Z | [ recovery-image] Feb 23 13:30:16.380 INFO O| Feb 23 13:30:16.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8471 | 2025-02-23T13:30:17.996Z | [ recovery-image] Feb 23 13:30:16.380 INFO O| Feb 23 13:30:16.380 INFO ok! |
8472 | 2025-02-23T13:30:17.996Z | [ recovery-image] Feb 23 13:30:16.380 INFO O| Feb 23 13:30:16.380 INFO STEP 46 (ensure_file) COMPLETE |
8473 | 2025-02-23T13:30:17.996Z | [ recovery-image] Feb 23 13:30:16.380 INFO O| Feb 23 13:30:16.380 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8474 | 2025-02-23T13:30:18.022Z | [ recovery-image] Feb 23 13:30:16.407 INFO O| Feb 23 13:30:16.407 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8475 | 2025-02-23T13:30:18.022Z | [ recovery-image] Feb 23 13:30:16.407 INFO O| Feb 23 13:30:16.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8476 | 2025-02-23T13:30:18.022Z | [ recovery-image] Feb 23 13:30:16.407 INFO O| Feb 23 13:30:16.407 INFO STEP 47 (ensure_dir) COMPLETE |
8477 | 2025-02-23T13:30:18.025Z | [ recovery-image] Feb 23 13:30:16.407 INFO O| Feb 23 13:30:16.407 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8478 | 2025-02-23T13:30:18.052Z | [ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8479 | 2025-02-23T13:30:18.052Z | [ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8480 | 2025-02-23T13:30:18.056Z | [ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8481 | 2025-02-23T13:30:18.056Z | [ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO ok! |
8482 | 2025-02-23T13:30:18.056Z | [ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO STEP 48 (ensure_file) COMPLETE |
8483 | 2025-02-23T13:30:18.056Z | [ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8484 | 2025-02-23T13:30:18.070Z | [ recovery-image] Feb 23 13:30:16.455 INFO O| Feb 23 13:30:16.455 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8485 | 2025-02-23T13:30:18.070Z | [ recovery-image] Feb 23 13:30:16.455 INFO O| Feb 23 13:30:16.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8486 | 2025-02-23T13:30:18.070Z | [ recovery-image] Feb 23 13:30:16.455 INFO O| Feb 23 13:30:16.455 INFO STEP 49 (ensure_dir) COMPLETE |
8487 | 2025-02-23T13:30:18.070Z | [ recovery-image] Feb 23 13:30:16.455 INFO O| Feb 23 13:30:16.455 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8488 | 2025-02-23T13:30:18.093Z | [ recovery-image] Feb 23 13:30:16.477 INFO O| Feb 23 13:30:16.477 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8489 | 2025-02-23T13:30:18.093Z | [ recovery-image] Feb 23 13:30:16.478 INFO O| Feb 23 13:30:16.477 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8490 | 2025-02-23T13:30:20.110Z | [ recovery-image] Feb 23 13:30:18.494 INFO O| Feb 23 13:30:18.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8491 | 2025-02-23T13:30:20.110Z | [ recovery-image] Feb 23 13:30:18.494 INFO O| Feb 23 13:30:18.493 INFO ok! |
8492 | 2025-02-23T13:30:20.113Z | [ recovery-image] Feb 23 13:30:18.494 INFO O| Feb 23 13:30:18.494 INFO STEP 50 (ensure_file) COMPLETE |
8493 | 2025-02-23T13:30:20.113Z | [ recovery-image] Feb 23 13:30:18.494 INFO O| Feb 23 13:30:18.494 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8494 | 2025-02-23T13:30:20.134Z | [ recovery-image] Feb 23 13:30:18.519 INFO O| Feb 23 13:30:18.519 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8495 | 2025-02-23T13:30:20.134Z | [ recovery-image] Feb 23 13:30:18.519 INFO O| Feb 23 13:30:18.519 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8496 | 2025-02-23T13:30:20.185Z | [ recovery-image] Feb 23 13:30:18.569 INFO O| Feb 23 13:30:18.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8497 | 2025-02-23T13:30:20.185Z | [ recovery-image] Feb 23 13:30:18.570 INFO O| Feb 23 13:30:18.569 INFO ok! |
8498 | 2025-02-23T13:30:20.185Z | [ recovery-image] Feb 23 13:30:18.570 INFO O| Feb 23 13:30:18.569 INFO STEP 51 (ensure_file) COMPLETE |
8499 | 2025-02-23T13:30:20.188Z | [ recovery-image] Feb 23 13:30:18.570 INFO O| Feb 23 13:30:18.569 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8500 | 2025-02-23T13:30:20.224Z | [ recovery-image] Feb 23 13:30:18.608 INFO O| Feb 23 13:30:18.608 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8501 | 2025-02-23T13:30:20.224Z | [ recovery-image] Feb 23 13:30:18.609 INFO O| Feb 23 13:30:18.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8502 | 2025-02-23T13:30:20.224Z | [ recovery-image] Feb 23 13:30:18.609 INFO O| Feb 23 13:30:18.609 INFO STEP 52 (ensure_dir) COMPLETE |
8503 | 2025-02-23T13:30:20.227Z | [ recovery-image] Feb 23 13:30:18.609 INFO O| Feb 23 13:30:18.609 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8504 | 2025-02-23T13:30:20.280Z | [ recovery-image] Feb 23 13:30:18.664 INFO O| Feb 23 13:30:18.664 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8505 | 2025-02-23T13:30:20.280Z | [ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.664 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ... |
8506 | 2025-02-23T13:30:20.280Z | [ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8507 | 2025-02-23T13:30:20.283Z | [ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.665 INFO ok! |
8508 | 2025-02-23T13:30:20.283Z | [ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.665 INFO STEP 53 (ensure_file) COMPLETE |
8509 | 2025-02-23T13:30:20.283Z | [ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.665 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8510 | 2025-02-23T13:30:20.307Z | [ recovery-image] Feb 23 13:30:18.691 INFO O| Feb 23 13:30:18.691 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8511 | 2025-02-23T13:30:20.307Z | [ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.691 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ... |
8512 | 2025-02-23T13:30:20.310Z | [ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8513 | 2025-02-23T13:30:20.310Z | [ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.692 INFO ok! |
8514 | 2025-02-23T13:30:20.310Z | [ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.692 INFO STEP 54 (ensure_file) COMPLETE |
8515 | 2025-02-23T13:30:20.310Z | [ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.692 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8516 | 2025-02-23T13:30:20.336Z | [ recovery-image] Feb 23 13:30:18.720 INFO O| Feb 23 13:30:18.720 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8517 | 2025-02-23T13:30:20.336Z | [ recovery-image] Feb 23 13:30:18.720 INFO O| Feb 23 13:30:18.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8518 | 2025-02-23T13:30:20.339Z | [ recovery-image] Feb 23 13:30:18.720 INFO O| Feb 23 13:30:18.720 INFO STEP 55 (ensure_dir) COMPLETE |
8519 | 2025-02-23T13:30:20.339Z | [ recovery-image] Feb 23 13:30:18.720 INFO O| Feb 23 13:30:18.720 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8520 | 2025-02-23T13:30:20.359Z | [ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8521 | 2025-02-23T13:30:20.359Z | [ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ... |
8522 | 2025-02-23T13:30:20.362Z | [ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8523 | 2025-02-23T13:30:20.362Z | [ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO ok! |
8524 | 2025-02-23T13:30:20.362Z | [ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO STEP 56 (ensure_file) COMPLETE |
8525 | 2025-02-23T13:30:20.362Z | [ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8526 | 2025-02-23T13:30:20.385Z | [ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.769 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8527 | 2025-02-23T13:30:20.385Z | [ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.769 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ... |
8528 | 2025-02-23T13:30:20.388Z | [ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8529 | 2025-02-23T13:30:20.388Z | [ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.770 INFO ok! |
8530 | 2025-02-23T13:30:20.388Z | [ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.770 INFO STEP 57 (ensure_file) COMPLETE |
8531 | 2025-02-23T13:30:20.388Z | [ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.770 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8532 | 2025-02-23T13:30:20.439Z | [ recovery-image] Feb 23 13:30:18.823 INFO O| Feb 23 13:30:18.823 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8533 | 2025-02-23T13:30:20.439Z | [ recovery-image] Feb 23 13:30:18.823 INFO O| Feb 23 13:30:18.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8534 | 2025-02-23T13:30:20.439Z | [ recovery-image] Feb 23 13:30:18.823 INFO O| Feb 23 13:30:18.823 INFO STEP 58 (ensure_dir) COMPLETE |
8535 | 2025-02-23T13:30:20.439Z | [ recovery-image] Feb 23 13:30:18.823 INFO O| Feb 23 13:30:18.823 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8536 | 2025-02-23T13:30:20.479Z | [ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8537 | 2025-02-23T13:30:20.479Z | [ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ... |
8538 | 2025-02-23T13:30:20.482Z | [ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8539 | 2025-02-23T13:30:20.482Z | [ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO ok! |
8540 | 2025-02-23T13:30:20.482Z | [ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO STEP 59 (ensure_file) COMPLETE |
8541 | 2025-02-23T13:30:20.482Z | [ recovery-image] Feb 23 13:30:18.865 INFO O| Feb 23 13:30:18.865 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8542 | 2025-02-23T13:30:20.518Z | [ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8543 | 2025-02-23T13:30:20.518Z | [ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8544 | 2025-02-23T13:30:20.518Z | [ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8545 | 2025-02-23T13:30:20.521Z | [ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO ok! |
8546 | 2025-02-23T13:30:20.521Z | [ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO STEP 60 (ensure_file) COMPLETE |
8547 | 2025-02-23T13:30:20.521Z | [ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8548 | 2025-02-23T13:30:20.544Z | [ recovery-image] Feb 23 13:30:18.929 INFO O| Feb 23 13:30:18.929 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8549 | 2025-02-23T13:30:20.544Z | [ recovery-image] Feb 23 13:30:18.929 INFO O| Feb 23 13:30:18.929 INFO STEP 61 (ensure_dir) COMPLETE |
8550 | 2025-02-23T13:30:20.547Z | [ recovery-image] Feb 23 13:30:18.929 INFO O| Feb 23 13:30:18.929 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8551 | 2025-02-23T13:30:20.579Z | [ recovery-image] Feb 23 13:30:18.964 INFO O| Feb 23 13:30:18.963 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8552 | 2025-02-23T13:30:20.579Z | [ recovery-image] Feb 23 13:30:18.964 INFO O| Feb 23 13:30:18.964 INFO STEP 62 (ensure_dir) COMPLETE |
8553 | 2025-02-23T13:30:20.579Z | [ recovery-image] Feb 23 13:30:18.964 INFO O| Feb 23 13:30:18.964 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8554 | 2025-02-23T13:30:20.624Z | [ recovery-image] Feb 23 13:30:19.008 INFO O| Feb 23 13:30:19.008 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8555 | 2025-02-23T13:30:20.624Z | [ recovery-image] Feb 23 13:30:19.008 INFO O| Feb 23 13:30:19.008 INFO STEP 63 (ensure_dir) COMPLETE |
8556 | 2025-02-23T13:30:20.627Z | [ recovery-image] Feb 23 13:30:19.008 INFO O| Feb 23 13:30:19.008 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8557 | 2025-02-23T13:30:20.657Z | [ recovery-image] Feb 23 13:30:19.041 INFO O| Feb 23 13:30:19.041 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8558 | 2025-02-23T13:30:20.657Z | [ recovery-image] Feb 23 13:30:19.041 INFO O| Feb 23 13:30:19.041 INFO STEP 64 (ensure_dir) COMPLETE |
8559 | 2025-02-23T13:30:20.660Z | [ recovery-image] Feb 23 13:30:19.041 INFO O| Feb 23 13:30:19.041 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8560 | 2025-02-23T13:30:20.700Z | [ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8561 | 2025-02-23T13:30:20.700Z | [ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8562 | 2025-02-23T13:30:20.703Z | [ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8563 | 2025-02-23T13:30:20.703Z | [ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO ok! |
8564 | 2025-02-23T13:30:20.703Z | [ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO STEP 65 (ensure_file) COMPLETE |
8565 | 2025-02-23T13:30:20.703Z | [ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8566 | 2025-02-23T13:30:20.750Z | [ recovery-image] Feb 23 13:30:19.134 INFO O| Feb 23 13:30:19.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8567 | 2025-02-23T13:30:20.753Z | [ recovery-image] Feb 23 13:30:19.135 INFO O| Feb 23 13:30:19.135 INFO STEP 66 (remove_files) COMPLETE |
8568 | 2025-02-23T13:30:20.753Z | [ recovery-image] Feb 23 13:30:19.135 INFO O| Feb 23 13:30:19.135 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8569 | 2025-02-23T13:30:20.774Z | [ recovery-image] Feb 23 13:30:19.159 INFO O| Feb 23 13:30:19.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8570 | 2025-02-23T13:30:20.777Z | [ recovery-image] Feb 23 13:30:19.159 INFO O| Feb 23 13:30:19.159 INFO STEP 67 (remove_files) COMPLETE |
8571 | 2025-02-23T13:30:20.777Z | [ recovery-image] Feb 23 13:30:19.159 INFO O| Feb 23 13:30:19.159 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8572 | 2025-02-23T13:30:20.807Z | [ recovery-image] Feb 23 13:30:19.192 INFO O| Feb 23 13:30:19.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8573 | 2025-02-23T13:30:20.811Z | [ recovery-image] Feb 23 13:30:19.192 INFO O| Feb 23 13:30:19.192 INFO STEP 68 (remove_files) COMPLETE |
8574 | 2025-02-23T13:30:20.811Z | [ recovery-image] Feb 23 13:30:19.193 INFO O| Feb 23 13:30:19.192 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8575 | 2025-02-23T13:30:20.836Z | [ recovery-image] Feb 23 13:30:19.221 INFO O| Feb 23 13:30:19.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8576 | 2025-02-23T13:30:20.839Z | [ recovery-image] Feb 23 13:30:19.221 INFO O| Feb 23 13:30:19.221 INFO STEP 69 (remove_files) COMPLETE |
8577 | 2025-02-23T13:30:20.839Z | [ recovery-image] Feb 23 13:30:19.221 INFO O| Feb 23 13:30:19.221 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8578 | 2025-02-23T13:30:20.865Z | [ recovery-image] Feb 23 13:30:19.249 INFO O| Feb 23 13:30:19.249 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8579 | 2025-02-23T13:30:20.868Z | [ recovery-image] Feb 23 13:30:19.250 INFO O| Feb 23 13:30:19.250 INFO STEP 70 (remove_files) COMPLETE |
8580 | 2025-02-23T13:30:20.868Z | [ recovery-image] Feb 23 13:30:19.250 INFO O| Feb 23 13:30:19.250 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8581 | 2025-02-23T13:30:20.904Z | [ recovery-image] Feb 23 13:30:19.288 INFO O| Feb 23 13:30:19.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8582 | 2025-02-23T13:30:20.907Z | [ recovery-image] Feb 23 13:30:19.289 INFO O| Feb 23 13:30:19.289 INFO STEP 71 (remove_files) COMPLETE |
8583 | 2025-02-23T13:30:20.907Z | [ recovery-image] Feb 23 13:30:19.289 INFO O| Feb 23 13:30:19.289 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8584 | 2025-02-23T13:30:20.935Z | [ recovery-image] Feb 23 13:30:19.319 INFO O| Feb 23 13:30:19.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8585 | 2025-02-23T13:30:20.938Z | [ recovery-image] Feb 23 13:30:19.320 INFO O| Feb 23 13:30:19.320 INFO STEP 72 (remove_files) COMPLETE |
8586 | 2025-02-23T13:30:20.938Z | [ recovery-image] Feb 23 13:30:19.320 INFO O| Feb 23 13:30:19.320 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8587 | 2025-02-23T13:30:20.961Z | [ recovery-image] Feb 23 13:30:19.346 INFO O| Feb 23 13:30:19.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8588 | 2025-02-23T13:30:20.964Z | [ recovery-image] Feb 23 13:30:19.346 INFO O| Feb 23 13:30:19.346 INFO STEP 73 (remove_files) COMPLETE |
8589 | 2025-02-23T13:30:20.964Z | [ recovery-image] Feb 23 13:30:19.346 INFO O| Feb 23 13:30:19.346 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8590 | 2025-02-23T13:30:20.985Z | [ recovery-image] Feb 23 13:30:19.369 INFO O| Feb 23 13:30:19.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8591 | 2025-02-23T13:30:20.987Z | [ recovery-image] Feb 23 13:30:19.369 INFO O| Feb 23 13:30:19.369 INFO STEP 74 (remove_files) COMPLETE |
8592 | 2025-02-23T13:30:20.987Z | [ recovery-image] Feb 23 13:30:19.370 INFO O| Feb 23 13:30:19.370 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8593 | 2025-02-23T13:30:21.011Z | [ recovery-image] Feb 23 13:30:19.395 INFO O| Feb 23 13:30:19.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8594 | 2025-02-23T13:30:21.014Z | [ recovery-image] Feb 23 13:30:19.395 INFO O| Feb 23 13:30:19.395 INFO STEP 75 (remove_files) COMPLETE |
8595 | 2025-02-23T13:30:21.014Z | [ recovery-image] Feb 23 13:30:19.395 INFO O| Feb 23 13:30:19.395 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8596 | 2025-02-23T13:30:21.039Z | [ recovery-image] Feb 23 13:30:19.423 INFO O| Feb 23 13:30:19.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8597 | 2025-02-23T13:30:21.042Z | [ recovery-image] Feb 23 13:30:19.423 INFO O| Feb 23 13:30:19.423 INFO STEP 76 (remove_files) COMPLETE |
8598 | 2025-02-23T13:30:21.042Z | [ recovery-image] Feb 23 13:30:19.423 INFO O| Feb 23 13:30:19.423 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8599 | 2025-02-23T13:30:21.079Z | [ recovery-image] Feb 23 13:30:19.463 INFO O| Feb 23 13:30:19.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8600 | 2025-02-23T13:30:21.082Z | [ recovery-image] Feb 23 13:30:19.464 INFO O| Feb 23 13:30:19.464 INFO STEP 77 (remove_files) COMPLETE |
8601 | 2025-02-23T13:30:21.082Z | [ recovery-image] Feb 23 13:30:19.464 INFO O| Feb 23 13:30:19.464 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8602 | 2025-02-23T13:30:21.115Z | [ recovery-image] Feb 23 13:30:19.500 INFO O| Feb 23 13:30:19.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8603 | 2025-02-23T13:30:21.116Z | [ recovery-image] Feb 23 13:30:19.500 INFO O| Feb 23 13:30:19.500 INFO STEP 78 (remove_files) COMPLETE |
8604 | 2025-02-23T13:30:21.118Z | [ recovery-image] Feb 23 13:30:19.500 INFO O| Feb 23 13:30:19.500 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8605 | 2025-02-23T13:30:21.142Z | [ recovery-image] Feb 23 13:30:19.526 INFO O| Feb 23 13:30:19.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8606 | 2025-02-23T13:30:21.142Z | [ recovery-image] Feb 23 13:30:19.527 INFO O| Feb 23 13:30:19.527 INFO STEP 79 (remove_files) COMPLETE |
8607 | 2025-02-23T13:30:21.142Z | [ recovery-image] Feb 23 13:30:19.527 INFO O| Feb 23 13:30:19.527 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8608 | 2025-02-23T13:30:21.214Z | [ recovery-image] Feb 23 13:30:19.598 INFO O| Feb 23 13:30:19.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8609 | 2025-02-23T13:30:21.214Z | [ recovery-image] Feb 23 13:30:19.599 INFO O| Feb 23 13:30:19.598 INFO STEP 80 (remove_files) COMPLETE |
8610 | 2025-02-23T13:30:21.214Z | [ recovery-image] Feb 23 13:30:19.599 INFO O| Feb 23 13:30:19.599 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8611 | 2025-02-23T13:30:21.250Z | [ recovery-image] Feb 23 13:30:19.634 INFO O| Feb 23 13:30:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8612 | 2025-02-23T13:30:21.250Z | [ recovery-image] Feb 23 13:30:19.634 INFO O| Feb 23 13:30:19.634 INFO STEP 81 (remove_files) COMPLETE |
8613 | 2025-02-23T13:30:21.250Z | [ recovery-image] Feb 23 13:30:19.635 INFO O| Feb 23 13:30:19.634 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8614 | 2025-02-23T13:30:21.277Z | [ recovery-image] Feb 23 13:30:19.661 INFO O| Feb 23 13:30:19.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8615 | 2025-02-23T13:30:21.277Z | [ recovery-image] Feb 23 13:30:19.661 INFO O| Feb 23 13:30:19.661 INFO STEP 82 (remove_files) COMPLETE |
8616 | 2025-02-23T13:30:21.281Z | [ recovery-image] Feb 23 13:30:19.661 INFO O| Feb 23 13:30:19.661 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8617 | 2025-02-23T13:30:21.299Z | [ recovery-image] Feb 23 13:30:19.683 INFO O| Feb 23 13:30:19.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8618 | 2025-02-23T13:30:21.299Z | [ recovery-image] Feb 23 13:30:19.684 INFO O| Feb 23 13:30:19.684 INFO STEP 83 (remove_files) COMPLETE |
8619 | 2025-02-23T13:30:21.303Z | [ recovery-image] Feb 23 13:30:19.684 INFO O| Feb 23 13:30:19.684 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8620 | 2025-02-23T13:30:21.329Z | [ recovery-image] Feb 23 13:30:19.713 INFO O| Feb 23 13:30:19.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8621 | 2025-02-23T13:30:21.329Z | [ recovery-image] Feb 23 13:30:19.713 INFO O| Feb 23 13:30:19.713 INFO STEP 84 (remove_files) COMPLETE |
8622 | 2025-02-23T13:30:21.329Z | [ recovery-image] Feb 23 13:30:19.713 INFO O| Feb 23 13:30:19.713 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8623 | 2025-02-23T13:30:21.356Z | [ recovery-image] Feb 23 13:30:19.740 INFO O| Feb 23 13:30:19.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8624 | 2025-02-23T13:30:21.356Z | [ recovery-image] Feb 23 13:30:19.740 INFO O| Feb 23 13:30:19.740 INFO STEP 85 (remove_files) COMPLETE |
8625 | 2025-02-23T13:30:21.356Z | [ recovery-image] Feb 23 13:30:19.740 INFO O| Feb 23 13:30:19.740 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8626 | 2025-02-23T13:30:21.379Z | [ recovery-image] Feb 23 13:30:19.763 INFO O| Feb 23 13:30:19.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8627 | 2025-02-23T13:30:21.381Z | [ recovery-image] Feb 23 13:30:19.763 INFO O| Feb 23 13:30:19.763 INFO STEP 86 (remove_files) COMPLETE |
8628 | 2025-02-23T13:30:21.381Z | [ recovery-image] Feb 23 13:30:19.763 INFO O| Feb 23 13:30:19.763 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8629 | 2025-02-23T13:30:21.419Z | [ recovery-image] Feb 23 13:30:19.803 INFO O| Feb 23 13:30:19.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8630 | 2025-02-23T13:30:21.422Z | [ recovery-image] Feb 23 13:30:19.803 INFO O| Feb 23 13:30:19.803 INFO STEP 87 (remove_files) COMPLETE |
8631 | 2025-02-23T13:30:21.422Z | [ recovery-image] Feb 23 13:30:19.803 INFO O| Feb 23 13:30:19.803 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8632 | 2025-02-23T13:30:21.447Z | [ recovery-image] Feb 23 13:30:19.831 INFO O| Feb 23 13:30:19.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8633 | 2025-02-23T13:30:21.447Z | [ recovery-image] Feb 23 13:30:19.831 INFO O| Feb 23 13:30:19.831 INFO STEP 88 (remove_files) COMPLETE |
8634 | 2025-02-23T13:30:21.450Z | [ recovery-image] Feb 23 13:30:19.831 INFO O| Feb 23 13:30:19.831 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8635 | 2025-02-23T13:30:21.481Z | [ recovery-image] Feb 23 13:30:19.865 INFO O| Feb 23 13:30:19.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8636 | 2025-02-23T13:30:21.481Z | [ recovery-image] Feb 23 13:30:19.865 INFO O| Feb 23 13:30:19.865 INFO STEP 89 (remove_files) COMPLETE |
8637 | 2025-02-23T13:30:21.481Z | [ recovery-image] Feb 23 13:30:19.865 INFO O| Feb 23 13:30:19.865 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8638 | 2025-02-23T13:30:21.508Z | [ recovery-image] Feb 23 13:30:19.892 INFO O| Feb 23 13:30:19.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8639 | 2025-02-23T13:30:21.508Z | [ recovery-image] Feb 23 13:30:19.892 INFO O| Feb 23 13:30:19.892 INFO STEP 90 (remove_files) COMPLETE |
8640 | 2025-02-23T13:30:21.508Z | [ recovery-image] Feb 23 13:30:19.892 INFO O| Feb 23 13:30:19.892 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8641 | 2025-02-23T13:30:21.535Z | [ recovery-image] Feb 23 13:30:19.919 INFO O| Feb 23 13:30:19.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8642 | 2025-02-23T13:30:21.535Z | [ recovery-image] Feb 23 13:30:19.919 INFO O| Feb 23 13:30:19.919 INFO STEP 91 (remove_files) COMPLETE |
8643 | 2025-02-23T13:30:21.535Z | [ recovery-image] Feb 23 13:30:19.919 INFO O| Feb 23 13:30:19.919 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8644 | 2025-02-23T13:30:21.594Z | [ recovery-image] Feb 23 13:30:19.979 INFO O| Feb 23 13:30:19.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8645 | 2025-02-23T13:30:21.594Z | [ recovery-image] Feb 23 13:30:19.979 INFO O| Feb 23 13:30:19.979 INFO STEP 92 (remove_files) COMPLETE |
8646 | 2025-02-23T13:30:21.597Z | [ recovery-image] Feb 23 13:30:19.979 INFO O| Feb 23 13:30:19.979 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8647 | 2025-02-23T13:30:21.620Z | [ recovery-image] Feb 23 13:30:20.005 INFO O| Feb 23 13:30:20.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8648 | 2025-02-23T13:30:21.620Z | [ recovery-image] Feb 23 13:30:20.005 INFO O| Feb 23 13:30:20.005 INFO STEP 93 (remove_files) COMPLETE |
8649 | 2025-02-23T13:30:21.620Z | [ recovery-image] Feb 23 13:30:20.005 INFO O| Feb 23 13:30:20.005 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8650 | 2025-02-23T13:30:21.666Z | [ recovery-image] Feb 23 13:30:20.050 INFO O| Feb 23 13:30:20.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8651 | 2025-02-23T13:30:21.668Z | [ recovery-image] Feb 23 13:30:20.050 INFO O| Feb 23 13:30:20.050 INFO STEP 94 (remove_files) COMPLETE |
8652 | 2025-02-23T13:30:21.668Z | [ recovery-image] Feb 23 13:30:20.050 INFO O| Feb 23 13:30:20.050 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8653 | 2025-02-23T13:30:21.733Z | [ recovery-image] Feb 23 13:30:20.115 INFO O| Feb 23 13:30:20.115 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8654 | 2025-02-23T13:30:21.736Z | [ recovery-image] Feb 23 13:30:20.119 INFO O| Feb 23 13:30:20.119 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8655 | 2025-02-23T13:30:29.643Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
8656 | 2025-02-23T13:30:35.926Z | [ recovery-image] Feb 23 13:30:34.307 INFO O| Feb 23 13:30:34.307 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67 |
8657 | 2025-02-23T13:30:35.926Z | [ recovery-image] Feb 23 13:30:34.307 INFO O| Feb 23 13:30:34.307 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8658 | 2025-02-23T13:30:35.951Z | [ recovery-image] Feb 23 13:30:34.332 INFO O| Feb 23 13:30:34.332 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8659 | 2025-02-23T13:30:36.157Z | [ recovery-image] Feb 23 13:30:34.536 INFO O| Feb 23 13:30:34.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8660 | 2025-02-23T13:30:36.161Z | [ recovery-image] Feb 23 13:30:34.536 INFO O| Feb 23 13:30:34.536 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ... |
8661 | 2025-02-23T13:30:36.161Z | [ recovery-image] Feb 23 13:30:34.538 INFO O| Feb 23 13:30:34.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8662 | 2025-02-23T13:30:36.161Z | [ recovery-image] Feb 23 13:30:34.538 INFO O| Feb 23 13:30:34.538 INFO ok! |
8663 | 2025-02-23T13:30:36.161Z | [ recovery-image] Feb 23 13:30:34.538 INFO O| Feb 23 13:30:34.538 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8664 | 2025-02-23T13:30:36.161Z | [ recovery-image] Feb 23 13:30:34.539 INFO O| Feb 23 13:30:34.538 INFO STEP 95 (seed_smf) COMPLETE |
8665 | 2025-02-23T13:30:36.161Z | [ recovery-image] Feb 23 13:30:34.539 INFO O| Feb 23 13:30:34.539 INFO steps complete; finalising image! |
8666 | 2025-02-23T13:30:36.162Z | [ recovery-image] Feb 23 13:30:34.539 INFO O| Feb 23 13:30:34.539 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8667 | 2025-02-23T13:30:36.234Z | [ recovery-image] Feb 23 13:30:34.616 INFO O| Feb 23 13:30:34.616 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sun Feb 23 13:30:34 2025) |
8668 | 2025-02-23T13:30:36.447Z | [ recovery-image] Feb 23 13:30:34.829 INFO O| Feb 23 13:30:34.829 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Sun Feb 23 13:30:34 2025) |
8669 | 2025-02-23T13:30:36.682Z | [ recovery-image] Feb 23 13:30:35.062 INFO O| Feb 23 13:30:35.061 INFO trim TEMPORARY-gimlet-zfs-recovery: (76% trimmed, started at Sun Feb 23 13:30:34 2025) |
8670 | 2025-02-23T13:30:36.922Z | [ recovery-image] Feb 23 13:30:35.303 INFO O| Feb 23 13:30:35.303 INFO temporary pool has 377M used, 1.38G avail, 1.00x compressratio |
8671 | 2025-02-23T13:30:36.922Z | [ recovery-image] Feb 23 13:30:35.303 INFO O| Feb 23 13:30:35.303 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8672 | 2025-02-23T13:30:37.750Z | [ recovery-image] Feb 23 13:30:36.131 INFO O| Feb 23 13:30:36.131 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8673 | 2025-02-23T13:30:37.750Z | [ recovery-image] Feb 23 13:30:36.131 INFO O| Feb 23 13:30:36.131 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8674 | 2025-02-23T13:30:43.170Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
8675 | 2025-02-23T13:30:43.663Z | [ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8676 | 2025-02-23T13:30:43.663Z | [ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8677 | 2025-02-23T13:30:43.667Z | [ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8678 | 2025-02-23T13:30:43.667Z | [ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO completed processing gimlet/zfs-recovery |
8679 | 2025-02-23T13:30:43.667Z | [ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8680 | 2025-02-23T13:30:44.598Z | [ recovery-image] Feb 23 13:30:42.978 INFO O| Feb 23 13:30:42.977 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8681 | 2025-02-23T13:30:44.767Z | [ recovery-image] Feb 23 13:30:43.126 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
8682 | 2025-02-23T13:30:44.767Z | [ recovery-image] Feb 23 13:30:43.126 INFO expanded image name: "recovery 32e3ede/${os_short_commit} 2025-02-23 12:55" -> "recovery 32e3ede/9fcb5ef 2025-02-23 12:55" |
8683 | 2025-02-23T13:30:44.773Z | [ recovery-image] Feb 23 13:30:43.127 INFO output artefacts stored in: "/work/os-recovery" |
8684 | 2025-02-23T13:30:44.773Z | [ recovery-image] Feb 23 13:30:43.127 INFO collecting git info from project "chelsio-t6-roms"... |
8685 | 2025-02-23T13:30:44.821Z | [ recovery-image] Feb 23 13:30:43.200 INFO collecting git info from project "bootserver"... |
8686 | 2025-02-23T13:30:44.833Z | [ recovery-image] Feb 23 13:30:43.212 INFO collecting git info from project "amd-host-image-builder"... |
8687 | 2025-02-23T13:30:45.619Z | [ recovery-image] Feb 23 13:30:43.999 INFO collecting git info from project "image-builder"... |
8688 | 2025-02-23T13:30:45.634Z | [ recovery-image] Feb 23 13:30:44.014 INFO collecting git info from project "amd-firmware"... |
8689 | 2025-02-23T13:30:45.764Z | [ recovery-image] Feb 23 13:30:44.143 INFO collecting git info from project "pilot"... |
8690 | 2025-02-23T13:30:45.788Z | [ recovery-image] Feb 23 13:30:44.168 INFO collecting git info from project "phbl"... |
8691 | 2025-02-23T13:30:45.801Z | [ recovery-image] Feb 23 13:30:44.181 INFO collecting git info from project "pinprick"... |
8692 | 2025-02-23T13:30:45.811Z | [ recovery-image] Feb 23 13:30:44.192 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8693 | 2025-02-23T13:30:46.908Z | [ recovery-image] Feb 23 13:30:45.288 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8694 | 2025-02-23T13:30:47.683Z | [ recovery-image] Feb 23 13:30:46.063 INFO creating Oxide boot image... |
8695 | 2025-02-23T13:30:47.683Z | [ recovery-image] Feb 23 13:30:46.063 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 32e3ede/9fcb5ef 2025-02-23 12:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8696 | 2025-02-23T13:30:50.076Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
8697 | 2025-02-23T13:31:07.031Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
8698 | 2025-02-23T13:31:12.820Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
8699 | 2025-02-23T13:31:18.698Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
8700 | 2025-02-23T13:31:20.978Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
8701 | 2025-02-23T13:31:21.652Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
8702 | 2025-02-23T13:31:21.872Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
8703 | 2025-02-23T13:31:22.397Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
8704 | 2025-02-23T13:31:24.265Z | [verify-libraries] Compiling termios v0.3.3 |
8705 | 2025-02-23T13:31:24.854Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
8706 | 2025-02-23T13:31:27.519Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
8707 | 2025-02-23T13:31:50.306Z | [ recovery-image] Feb 23 13:31:48.675 INFO O| ok, image written! |
8708 | 2025-02-23T13:31:50.309Z | [ recovery-image] Feb 23 13:31:48.675 INFO O| ok, boot_image_csum file written! |
8709 | 2025-02-23T13:31:50.316Z | [ recovery-image] Feb 23 13:31:48.683 INFO creating boot archive (CPIO)... |
8710 | 2025-02-23T13:31:50.319Z | [ recovery-image] Feb 23 13:31:48.684 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None |
8711 | 2025-02-23T13:31:50.327Z | [ recovery-image] Feb 23 13:31:48.695 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8712 | 2025-02-23T13:31:50.327Z | [ recovery-image] Feb 23 13:31:48.695 INFO E| + outfile=/work/os-recovery/cpio |
8713 | 2025-02-23T13:31:50.327Z | [ recovery-image] Feb 23 13:31:48.695 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8714 | 2025-02-23T13:31:50.330Z | [ recovery-image] Feb 23 13:31:48.699 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8715 | 2025-02-23T13:31:50.330Z | [ recovery-image] Feb 23 13:31:48.699 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8716 | 2025-02-23T13:31:50.375Z | [ recovery-image] Feb 23 13:31:48.744 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8717 | 2025-02-23T13:31:50.375Z | [ recovery-image] Feb 23 13:31:48.744 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8718 | 2025-02-23T13:31:50.386Z | [ recovery-image] Feb 23 13:31:48.755 INFO creating compressed cpio/unix for nanobl-rs... |
8719 | 2025-02-23T13:31:50.386Z | [ recovery-image] Feb 23 13:31:48.755 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None |
8720 | 2025-02-23T13:31:50.851Z | [ recovery-image] Feb 23 13:31:49.220 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8721 | 2025-02-23T13:31:55.757Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
8722 | 2025-02-23T13:31:57.638Z | [ recovery-image] Feb 23 13:31:56.006 INFO creating reset image... |
8723 | 2025-02-23T13:31:57.638Z | [ recovery-image] Feb 23 13:31:56.006 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8724 | 2025-02-23T13:31:58.393Z | [ recovery-image] Feb 23 13:31:56.761 INFO E| Updating crates.io index |
8725 | 2025-02-23T13:31:58.739Z | [ recovery-image] Feb 23 13:31:57.107 INFO E| Downloading crates ... |
8726 | 2025-02-23T13:31:58.815Z | [ recovery-image] Feb 23 13:31:57.183 INFO E| Downloaded anstyle v1.0.8 |
8727 | 2025-02-23T13:31:58.828Z | [ recovery-image] Feb 23 13:31:57.195 INFO E| Downloaded anstyle-parse v0.2.5 |
8728 | 2025-02-23T13:31:58.832Z | [ recovery-image] Feb 23 13:31:57.200 INFO E| Downloaded strsim v0.11.1 |
8729 | 2025-02-23T13:31:58.835Z | [ recovery-image] Feb 23 13:31:57.202 INFO E| Downloaded clap_derive v4.5.13 |
8730 | 2025-02-23T13:31:58.838Z | [ recovery-image] Feb 23 13:31:57.205 INFO E| Downloaded colorchoice v1.0.2 |
8731 | 2025-02-23T13:31:58.842Z | [ recovery-image] Feb 23 13:31:57.208 INFO E| Downloaded heck v0.5.0 |
8732 | 2025-02-23T13:31:58.845Z | [ recovery-image] Feb 23 13:31:57.211 INFO E| Downloaded anstream v0.6.15 |
8733 | 2025-02-23T13:31:58.848Z | [ recovery-image] Feb 23 13:31:57.215 INFO E| Downloaded os_pipe v1.2.1 |
8734 | 2025-02-23T13:31:58.851Z | [ recovery-image] Feb 23 13:31:57.218 INFO E| Downloaded utf8parse v0.2.2 |
8735 | 2025-02-23T13:31:58.851Z | [ recovery-image] Feb 23 13:31:57.219 INFO E| Downloaded clap v4.5.17 |
8736 | 2025-02-23T13:31:58.866Z | [ recovery-image] Feb 23 13:31:57.234 INFO E| Downloaded unicode-ident v1.0.13 |
8737 | 2025-02-23T13:31:58.894Z | [ recovery-image] Feb 23 13:31:57.261 INFO E| Downloaded quote v1.0.37 |
8738 | 2025-02-23T13:31:58.898Z | [ recovery-image] Feb 23 13:31:57.266 INFO E| Downloaded proc-macro2 v1.0.86 |
8739 | 2025-02-23T13:31:58.904Z | [ recovery-image] Feb 23 13:31:57.271 INFO E| Downloaded duct v0.13.7 |
8740 | 2025-02-23T13:31:58.907Z | [ recovery-image] Feb 23 13:31:57.275 INFO E| Downloaded shared_child v1.0.1 |
8741 | 2025-02-23T13:31:58.912Z | [ recovery-image] Feb 23 13:31:57.277 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
8742 | 2025-02-23T13:31:58.915Z | [ recovery-image] Feb 23 13:31:57.279 INFO E| Downloaded clap_lex v0.7.2 |
8743 | 2025-02-23T13:31:58.915Z | [ recovery-image] Feb 23 13:31:57.281 INFO E| Downloaded anstyle-query v1.1.1 |
8744 | 2025-02-23T13:31:58.918Z | [ recovery-image] Feb 23 13:31:57.284 INFO E| Downloaded once_cell v1.19.0 |
8745 | 2025-02-23T13:31:58.923Z | [ recovery-image] Feb 23 13:31:57.289 INFO E| Downloaded clap_builder v4.5.17 |
8746 | 2025-02-23T13:31:58.941Z | [ recovery-image] Feb 23 13:31:57.308 INFO E| Downloaded syn v2.0.77 |
8747 | 2025-02-23T13:31:59.009Z | [ recovery-image] Feb 23 13:31:57.376 INFO E| Downloaded libc v0.2.158 |
8748 | 2025-02-23T13:31:59.150Z | [ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling proc-macro2 v1.0.86 |
8749 | 2025-02-23T13:31:59.150Z | [ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling libc v0.2.158 |
8750 | 2025-02-23T13:31:59.150Z | [ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling unicode-ident v1.0.13 |
8751 | 2025-02-23T13:31:59.154Z | [ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling utf8parse v0.2.2 |
8752 | 2025-02-23T13:31:59.154Z | [ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling colorchoice v1.0.2 |
8753 | 2025-02-23T13:31:59.154Z | [ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling anstyle v1.0.8 |
8754 | 2025-02-23T13:31:59.154Z | [ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling anstyle-query v1.1.1 |
8755 | 2025-02-23T13:31:59.154Z | [ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8756 | 2025-02-23T13:31:59.850Z | [ recovery-image] Feb 23 13:31:58.217 INFO E| Compiling anstyle-parse v0.2.5 |
8757 | 2025-02-23T13:32:00.565Z | [ recovery-image] Feb 23 13:31:58.932 INFO E| Compiling strsim v0.11.1 |
8758 | 2025-02-23T13:32:00.747Z | [ recovery-image] Feb 23 13:31:59.115 INFO E| Compiling anstream v0.6.15 |
8759 | 2025-02-23T13:32:00.785Z | [ recovery-image] Feb 23 13:31:59.153 INFO E| Compiling heck v0.5.0 |
8760 | 2025-02-23T13:32:00.798Z | [ recovery-image] Feb 23 13:31:59.159 INFO E| Compiling clap_lex v0.7.2 |
8761 | 2025-02-23T13:32:00.859Z | [ recovery-image] Feb 23 13:31:59.226 INFO E| Compiling once_cell v1.19.0 |
8762 | 2025-02-23T13:32:01.675Z | [ recovery-image] Feb 23 13:32:00.043 INFO E| Compiling clap_builder v4.5.17 |
8763 | 2025-02-23T13:32:02.216Z | [ recovery-image] Feb 23 13:32:00.584 INFO E| Compiling os_pipe v1.2.1 |
8764 | 2025-02-23T13:32:02.216Z | [ recovery-image] Feb 23 13:32:00.584 INFO E| Compiling shared_child v1.0.1 |
8765 | 2025-02-23T13:32:02.538Z | [ recovery-image] Feb 23 13:32:00.905 INFO E| Compiling duct v0.13.7 |
8766 | 2025-02-23T13:32:02.905Z | [ recovery-image] Feb 23 13:32:01.271 INFO E| Compiling quote v1.0.37 |
8767 | 2025-02-23T13:32:03.604Z | [ recovery-image] Feb 23 13:32:01.971 INFO E| Compiling syn v2.0.77 |
8768 | 2025-02-23T13:32:07.492Z | [ host-image] Feb 23 13:32:05.858 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z |
8769 | 2025-02-23T13:32:07.492Z | [ host-image] Feb 23 13:32:05.858 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z |
8770 | 2025-02-23T13:32:07.495Z | [ host-image] Feb 23 13:32:05.859 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8771 | 2025-02-23T13:32:07.495Z | [ host-image] Feb 23 13:32:05.859 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8772 | 2025-02-23T13:32:07.495Z | [ host-image] Feb 23 13:32:05.859 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8773 | 2025-02-23T13:32:07.495Z | [ host-image] Feb 23 13:32:05.859 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8774 | 2025-02-23T13:32:07.495Z | [ host-image] Feb 23 13:32:05.860 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8775 | 2025-02-23T13:32:07.495Z | [ host-image] Feb 23 13:32:05.861 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8776 | 2025-02-23T13:32:07.495Z | [ host-image] Feb 23 13:32:05.861 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8777 | 2025-02-23T13:32:07.495Z | [ host-image] Feb 23 13:32:05.861 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8778 | 2025-02-23T13:32:07.496Z | [ host-image] Feb 23 13:32:05.861 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z |
8779 | 2025-02-23T13:32:07.499Z | [ host-image] Feb 23 13:32:05.863 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z |
8780 | 2025-02-23T13:32:07.499Z | [ host-image] Feb 23 13:32:05.864 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z |
8781 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.865 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z |
8782 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.865 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8783 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.866 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z |
8784 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.867 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z |
8785 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.867 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z |
8786 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z |
8787 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z |
8788 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8789 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z |
8790 | 2025-02-23T13:32:07.502Z | [ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z |
8791 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.869 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z |
8792 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.869 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z |
8793 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.869 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z |
8794 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.869 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z |
8795 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z |
8796 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z |
8797 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z |
8798 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z |
8799 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z |
8800 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z |
8801 | 2025-02-23T13:32:07.506Z | [ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z |
8802 | 2025-02-23T13:32:07.509Z | [ host-image] Feb 23 13:32:05.872 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z |
8803 | 2025-02-23T13:32:07.509Z | [ host-image] Feb 23 13:32:05.872 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z |
8804 | 2025-02-23T13:32:07.521Z | [ host-image] Feb 23 13:32:05.887 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
8805 | 2025-02-23T13:32:07.521Z | [ host-image] Feb 23 13:32:05.887 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z |
8806 | 2025-02-23T13:32:07.524Z | [ host-image] Feb 23 13:32:05.887 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8807 | 2025-02-23T13:32:07.524Z | [ host-image] Feb 23 13:32:05.888 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8808 | 2025-02-23T13:32:07.524Z | [ host-image] Feb 23 13:32:05.889 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8809 | 2025-02-23T13:32:07.524Z | [ host-image] Feb 23 13:32:05.889 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z |
8810 | 2025-02-23T13:32:07.524Z | [ host-image] Feb 23 13:32:05.889 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8811 | 2025-02-23T13:32:07.524Z | [ host-image] Feb 23 13:32:05.890 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8812 | 2025-02-23T13:32:07.527Z | [ host-image] Feb 23 13:32:05.891 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8813 | 2025-02-23T13:32:07.527Z | [ host-image] Feb 23 13:32:05.892 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8814 | 2025-02-23T13:32:07.545Z | [ host-image] Feb 23 13:32:05.911 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8815 | 2025-02-23T13:32:07.545Z | [ host-image] Feb 23 13:32:05.911 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8816 | 2025-02-23T13:32:07.548Z | [ host-image] Feb 23 13:32:05.912 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8817 | 2025-02-23T13:32:07.548Z | [ host-image] Feb 23 13:32:05.913 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8818 | 2025-02-23T13:32:07.551Z | [ host-image] Feb 23 13:32:05.918 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8819 | 2025-02-23T13:32:07.554Z | [ host-image] Feb 23 13:32:05.918 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8820 | 2025-02-23T13:32:07.624Z | [ host-image] Feb 23 13:32:05.990 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z |
8821 | 2025-02-23T13:32:07.627Z | [ host-image] Feb 23 13:32:05.991 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8822 | 2025-02-23T13:32:07.627Z | [ host-image] Feb 23 13:32:05.991 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8823 | 2025-02-23T13:32:07.627Z | [ host-image] Feb 23 13:32:05.993 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z |
8824 | 2025-02-23T13:32:07.627Z | [ host-image] Feb 23 13:32:05.993 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z |
8825 | 2025-02-23T13:32:07.627Z | [ host-image] Feb 23 13:32:05.993 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8826 | 2025-02-23T13:32:07.627Z | [ host-image] Feb 23 13:32:05.993 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z |
8827 | 2025-02-23T13:32:07.627Z | [ host-image] Feb 23 13:32:05.994 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
8828 | 2025-02-23T13:32:07.631Z | [ host-image] Feb 23 13:32:05.994 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
8829 | 2025-02-23T13:32:07.631Z | [ host-image] Feb 23 13:32:05.994 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
8830 | 2025-02-23T13:32:07.631Z | [ host-image] Feb 23 13:32:05.994 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z |
8831 | 2025-02-23T13:32:07.631Z | [ host-image] Feb 23 13:32:05.995 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8832 | 2025-02-23T13:32:07.636Z | [ host-image] Feb 23 13:32:06.003 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8833 | 2025-02-23T13:32:07.639Z | [ host-image] Feb 23 13:32:06.003 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8834 | 2025-02-23T13:32:07.639Z | [ host-image] Feb 23 13:32:06.003 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8835 | 2025-02-23T13:32:07.639Z | [ host-image] Feb 23 13:32:06.004 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z |
8836 | 2025-02-23T13:32:07.639Z | [ host-image] Feb 23 13:32:06.004 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8837 | 2025-02-23T13:32:07.665Z | [ host-image] Feb 23 13:32:06.030 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8838 | 2025-02-23T13:32:07.665Z | [ host-image] Feb 23 13:32:06.030 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z |
8839 | 2025-02-23T13:32:07.668Z | [ host-image] Feb 23 13:32:06.034 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z |
8840 | 2025-02-23T13:32:07.668Z | [ host-image] Feb 23 13:32:06.034 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z |
8841 | 2025-02-23T13:32:07.668Z | [ host-image] Feb 23 13:32:06.035 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8842 | 2025-02-23T13:32:07.671Z | [ host-image] Feb 23 13:32:06.035 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z |
8843 | 2025-02-23T13:32:07.671Z | [ host-image] Feb 23 13:32:06.036 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z |
8844 | 2025-02-23T13:32:07.671Z | [ host-image] Feb 23 13:32:06.036 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z |
8845 | 2025-02-23T13:32:07.671Z | [ host-image] Feb 23 13:32:06.037 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z |
8846 | 2025-02-23T13:32:07.686Z | [ host-image] Feb 23 13:32:06.053 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8847 | 2025-02-23T13:32:07.689Z | [ host-image] Feb 23 13:32:06.053 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z |
8848 | 2025-02-23T13:32:07.689Z | [ host-image] Feb 23 13:32:06.054 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z |
8849 | 2025-02-23T13:32:07.689Z | [ host-image] Feb 23 13:32:06.055 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8850 | 2025-02-23T13:32:07.689Z | [ host-image] Feb 23 13:32:06.055 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z |
8851 | 2025-02-23T13:32:07.689Z | [ host-image] Feb 23 13:32:06.055 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z |
8852 | 2025-02-23T13:32:07.689Z | [ host-image] Feb 23 13:32:06.056 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z |
8853 | 2025-02-23T13:32:07.693Z | [ host-image] Feb 23 13:32:06.056 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z |
8854 | 2025-02-23T13:32:07.703Z | [ host-image] Feb 23 13:32:06.069 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z |
8855 | 2025-02-23T13:32:07.703Z | [ host-image] Feb 23 13:32:06.069 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8856 | 2025-02-23T13:32:07.706Z | [ host-image] Feb 23 13:32:06.072 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z |
8857 | 2025-02-23T13:32:07.709Z | [ host-image] Feb 23 13:32:06.075 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z |
8858 | 2025-02-23T13:32:07.709Z | [ host-image] Feb 23 13:32:06.075 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z |
8859 | 2025-02-23T13:32:07.709Z | [ host-image] Feb 23 13:32:06.076 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z |
8860 | 2025-02-23T13:32:07.713Z | [ host-image] Feb 23 13:32:06.076 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z |
8861 | 2025-02-23T13:32:07.713Z | [ host-image] Feb 23 13:32:06.077 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z |
8862 | 2025-02-23T13:32:07.727Z | [ host-image] Feb 23 13:32:06.093 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z |
8863 | 2025-02-23T13:32:07.727Z | [ host-image] Feb 23 13:32:06.093 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z |
8864 | 2025-02-23T13:32:07.730Z | [ host-image] Feb 23 13:32:06.094 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z |
8865 | 2025-02-23T13:32:07.730Z | [ host-image] Feb 23 13:32:06.096 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z |
8866 | 2025-02-23T13:32:07.730Z | [ host-image] Feb 23 13:32:06.096 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z |
8867 | 2025-02-23T13:32:07.773Z | [ host-image] Feb 23 13:32:06.139 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z |
8868 | 2025-02-23T13:32:07.773Z | [ host-image] Feb 23 13:32:06.139 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z |
8869 | 2025-02-23T13:32:07.775Z | [ host-image] Feb 23 13:32:06.139 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z |
8870 | 2025-02-23T13:32:07.775Z | [ host-image] Feb 23 13:32:06.140 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8871 | 2025-02-23T13:32:07.775Z | [ host-image] Feb 23 13:32:06.141 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8872 | 2025-02-23T13:32:07.820Z | [ host-image] Feb 23 13:32:06.186 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z |
8873 | 2025-02-23T13:32:07.823Z | [ host-image] Feb 23 13:32:06.187 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8874 | 2025-02-23T13:32:07.823Z | [ host-image] Feb 23 13:32:06.187 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z |
8875 | 2025-02-23T13:32:07.823Z | [ host-image] Feb 23 13:32:06.187 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z |
8876 | 2025-02-23T13:32:07.826Z | [ host-image] Feb 23 13:32:06.189 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z |
8877 | 2025-02-23T13:32:07.826Z | [ host-image] Feb 23 13:32:06.190 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8878 | 2025-02-23T13:32:07.826Z | [ host-image] Feb 23 13:32:06.191 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8879 | 2025-02-23T13:32:07.826Z | [ host-image] Feb 23 13:32:06.192 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z |
8880 | 2025-02-23T13:32:07.826Z | [ host-image] Feb 23 13:32:06.192 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z |
8881 | 2025-02-23T13:32:07.826Z | [ host-image] Feb 23 13:32:06.192 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z |
8882 | 2025-02-23T13:32:07.828Z | [ host-image] Feb 23 13:32:06.193 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z |
8883 | 2025-02-23T13:32:07.828Z | [ host-image] Feb 23 13:32:06.193 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z |
8884 | 2025-02-23T13:32:07.828Z | [ host-image] Feb 23 13:32:06.194 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z |
8885 | 2025-02-23T13:32:07.832Z | [ host-image] Feb 23 13:32:06.199 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8886 | 2025-02-23T13:32:07.836Z | [ host-image] Feb 23 13:32:06.199 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z |
8887 | 2025-02-23T13:32:07.838Z | [ host-image] Feb 23 13:32:06.202 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z |
8888 | 2025-02-23T13:32:07.838Z | [ host-image] Feb 23 13:32:06.202 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z |
8889 | 2025-02-23T13:32:07.838Z | [ host-image] Feb 23 13:32:06.203 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z |
8890 | 2025-02-23T13:32:07.838Z | [ host-image] Feb 23 13:32:06.203 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z |
8891 | 2025-02-23T13:32:07.838Z | [ host-image] Feb 23 13:32:06.204 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z |
8892 | 2025-02-23T13:32:07.838Z | [ host-image] Feb 23 13:32:06.204 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8893 | 2025-02-23T13:32:07.838Z | [ host-image] Feb 23 13:32:06.204 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8894 | 2025-02-23T13:32:07.840Z | [ host-image] Feb 23 13:32:06.205 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z |
8895 | 2025-02-23T13:32:07.841Z | [ host-image] Feb 23 13:32:06.206 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z |
8896 | 2025-02-23T13:32:07.841Z | [ host-image] Feb 23 13:32:06.206 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8897 | 2025-02-23T13:32:07.841Z | [ host-image] Feb 23 13:32:06.206 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8898 | 2025-02-23T13:32:07.841Z | [ host-image] Feb 23 13:32:06.207 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8899 | 2025-02-23T13:32:07.841Z | [ host-image] Feb 23 13:32:06.207 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8900 | 2025-02-23T13:32:07.841Z | [ host-image] Feb 23 13:32:06.207 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8901 | 2025-02-23T13:32:07.844Z | [ host-image] Feb 23 13:32:06.209 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8902 | 2025-02-23T13:32:07.946Z | [ host-image] Feb 23 13:32:06.211 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8903 | 2025-02-23T13:32:07.946Z | [ host-image] Feb 23 13:32:06.211 INFO O| tempdir @ "/tmp/.tmpfEwJcv/tmp" |
8904 | 2025-02-23T13:32:07.946Z | [ host-image] Feb 23 13:32:06.212 INFO O| image root @ "/tmp/.tmpfEwJcv/tmp/root" |
8905 | 2025-02-23T13:32:07.946Z | [ host-image] Feb 23 13:32:06.212 INFO O| creating image... |
8906 | 2025-02-23T13:32:09.067Z | [ host-image] Feb 23 13:32:07.434 INFO O| copying publishers... |
8907 | 2025-02-23T13:32:14.101Z | [ recovery-image] Feb 23 13:32:12.467 INFO E| Compiling clap_derive v4.5.13 |
8908 | 2025-02-23T13:32:18.254Z | [ recovery-image] Feb 23 13:32:16.615 INFO E| Compiling clap v4.5.17 |
8909 | 2025-02-23T13:32:18.344Z | [ recovery-image] Feb 23 13:32:16.708 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8910 | 2025-02-23T13:32:21.184Z | [ recovery-image] Feb 23 13:32:19.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.29s |
8911 | 2025-02-23T13:32:21.206Z | [ recovery-image] Feb 23 13:32:19.570 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8912 | 2025-02-23T13:32:21.469Z | [ recovery-image] Feb 23 13:32:19.831 INFO E| Updating crates.io index |
8913 | 2025-02-23T13:32:21.590Z | [ recovery-image] Feb 23 13:32:19.954 INFO E| Downloading crates ... |
8914 | 2025-02-23T13:32:21.762Z | [ recovery-image] Feb 23 13:32:20.126 INFO E| Downloaded bit_field v0.10.2 |
8915 | 2025-02-23T13:32:21.768Z | [ recovery-image] Feb 23 13:32:20.132 INFO E| Downloaded bitstruct_derive v0.1.0 |
8916 | 2025-02-23T13:32:21.771Z | [ recovery-image] Feb 23 13:32:20.134 INFO E| Downloaded scroll_derive v0.12.0 |
8917 | 2025-02-23T13:32:21.779Z | [ recovery-image] Feb 23 13:32:20.143 INFO E| Downloaded scroll v0.12.0 |
8918 | 2025-02-23T13:32:21.782Z | [ recovery-image] Feb 23 13:32:20.145 INFO E| Downloaded adler2 v2.0.0 |
8919 | 2025-02-23T13:32:21.785Z | [ recovery-image] Feb 23 13:32:20.147 INFO E| Downloaded seq-macro v0.3.5 |
8920 | 2025-02-23T13:32:21.785Z | [ recovery-image] Feb 23 13:32:20.149 INFO E| Downloaded bitstruct v0.1.1 |
8921 | 2025-02-23T13:32:21.793Z | [ recovery-image] Feb 23 13:32:20.157 INFO E| Downloaded raw-cpuid v10.7.0 |
8922 | 2025-02-23T13:32:21.798Z | [ recovery-image] Feb 23 13:32:20.162 INFO E| Downloaded proc-macro2 v1.0.89 |
8923 | 2025-02-23T13:32:21.802Z | [ recovery-image] Feb 23 13:32:20.166 INFO E| Downloaded miniz_oxide v0.8.0 |
8924 | 2025-02-23T13:32:21.826Z | [ recovery-image] Feb 23 13:32:20.189 INFO E| Downloaded cpio_reader v0.1.1 |
8925 | 2025-02-23T13:32:21.844Z | [ recovery-image] Feb 23 13:32:20.201 INFO E| Downloaded goblin v0.8.2 |
8926 | 2025-02-23T13:32:21.860Z | [ recovery-image] Feb 23 13:32:20.223 INFO E| Downloaded syn v2.0.85 |
8927 | 2025-02-23T13:32:21.983Z | [ recovery-image] Feb 23 13:32:20.346 INFO E| Downloaded x86 v0.52.0 |
8928 | 2025-02-23T13:32:22.068Z | [ recovery-image] Feb 23 13:32:20.432 INFO E| Updating crates.io index |
8929 | 2025-02-23T13:32:22.504Z | [ recovery-image] Feb 23 13:32:20.639 INFO E| Downloading crates ... |
8930 | 2025-02-23T13:32:22.508Z | [ recovery-image] Feb 23 13:32:20.753 INFO E| Downloaded rustc-demangle v0.1.24 |
8931 | 2025-02-23T13:32:22.508Z | [ recovery-image] Feb 23 13:32:20.756 INFO E| Downloaded allocator-api2 v0.2.18 |
8932 | 2025-02-23T13:32:22.508Z | [ recovery-image] Feb 23 13:32:20.760 INFO E| Downloaded getopts v0.2.21 |
8933 | 2025-02-23T13:32:22.508Z | [ recovery-image] Feb 23 13:32:20.802 INFO E| Downloaded memchr v2.5.0 |
8934 | 2025-02-23T13:32:22.508Z | [ recovery-image] Feb 23 13:32:20.838 INFO E| Downloaded hashbrown v0.15.0 |
8935 | 2025-02-23T13:32:22.508Z | [ recovery-image] Feb 23 13:32:20.847 INFO E| Downloaded compiler_builtins v0.1.134 |
8936 | 2025-02-23T13:32:22.584Z | [ recovery-image] Feb 23 13:32:20.947 INFO E| Downloaded libc v0.2.161 |
8937 | 2025-02-23T13:32:22.796Z | [ recovery-image] Feb 23 13:32:21.158 INFO E| Compiling compiler_builtins v0.1.134 |
8938 | 2025-02-23T13:32:22.810Z | [ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8939 | 2025-02-23T13:32:22.811Z | [ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling proc-macro2 v1.0.89 |
8940 | 2025-02-23T13:32:22.811Z | [ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling unicode-ident v1.0.13 |
8941 | 2025-02-23T13:32:22.811Z | [ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling syn v1.0.109 |
8942 | 2025-02-23T13:32:22.811Z | [ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling x86 v0.52.0 |
8943 | 2025-02-23T13:32:22.811Z | [ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8944 | 2025-02-23T13:32:22.811Z | [ recovery-image] Feb 23 13:32:21.167 INFO E| Compiling seq-macro v0.3.5 |
8945 | 2025-02-23T13:32:26.390Z | [ recovery-image] Feb 23 13:32:24.753 INFO E| Compiling quote v1.0.37 |
8946 | 2025-02-23T13:32:27.511Z | [ recovery-image] Feb 23 13:32:25.874 INFO E| Compiling syn v2.0.85 |
8947 | 2025-02-23T13:32:35.171Z | [ recovery-image] Feb 23 13:32:33.533 INFO E| Compiling scroll_derive v0.12.0 |
8948 | 2025-02-23T13:32:40.432Z | [ host-image] Feb 23 13:32:38.793 INFO O| adding properties... |
8949 | 2025-02-23T13:32:41.414Z | [ recovery-image] Feb 23 13:32:39.775 INFO E| Compiling bitstruct_derive v0.1.0 |
8950 | 2025-02-23T13:32:43.287Z | [ host-image] Feb 23 13:32:41.648 INFO O| installing packages... |
8951 | 2025-02-23T13:33:05.646Z | [ recovery-image] Feb 23 13:33:04.002 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8952 | 2025-02-23T13:33:09.319Z | [ recovery-image] Feb 23 13:33:07.675 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8953 | 2025-02-23T13:33:16.383Z | [ host-image] Feb 23 13:33:14.737 INFO O| seeding SMF database... |
8954 | 2025-02-23T13:33:16.569Z | [ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling bitflags v1.3.2 |
8955 | 2025-02-23T13:33:16.569Z | [ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling bit_field v0.10.2 |
8956 | 2025-02-23T13:33:16.569Z | [ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling plain v0.2.3 |
8957 | 2025-02-23T13:33:16.572Z | [ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling scroll v0.12.0 |
8958 | 2025-02-23T13:33:16.572Z | [ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling log v0.4.22 |
8959 | 2025-02-23T13:33:16.573Z | [ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling adler2 v2.0.0 |
8960 | 2025-02-23T13:33:16.573Z | [ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling static_assertions v1.1.0 |
8961 | 2025-02-23T13:33:16.723Z | [ recovery-image] Feb 23 13:33:15.077 INFO E| Compiling raw-cpuid v10.7.0 |
8962 | 2025-02-23T13:33:16.731Z | [ recovery-image] Feb 23 13:33:15.086 INFO E| Compiling cpio_reader v0.1.1 |
8963 | 2025-02-23T13:33:16.897Z | [ recovery-image] Feb 23 13:33:15.252 INFO E| Compiling miniz_oxide v0.8.0 |
8964 | 2025-02-23T13:33:17.136Z | [ recovery-image] Feb 23 13:33:15.490 INFO E| Compiling bitstruct v0.1.1 |
8965 | 2025-02-23T13:33:17.940Z | [ recovery-image] Feb 23 13:33:16.293 INFO E| Compiling goblin v0.8.2 |
8966 | 2025-02-23T13:33:30.615Z | [ recovery-image] Feb 23 13:33:28.967 INFO E| Finished `release` profile [optimized] target(s) in 1m 09s |
8967 | 2025-02-23T13:33:30.652Z | [ recovery-image] Feb 23 13:33:29.004 INFO building host image... |
8968 | 2025-02-23T13:33:30.654Z | [ recovery-image] Feb 23 13:33:29.005 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
8969 | 2025-02-23T13:33:31.668Z | [ recovery-image] Feb 23 13:33:30.020 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8970 | 2025-02-23T13:33:32.625Z | [ host-image] Feb 23 13:33:30.977 INFO O| configuring SMF profile... |
8971 | 2025-02-23T13:33:32.628Z | [ host-image] Feb 23 13:33:30.977 INFO O| modifying shadow(5)... |
8972 | 2025-02-23T13:33:32.628Z | [ host-image] Feb 23 13:33:30.977 INFO O| loading user and group database... |
8973 | 2025-02-23T13:33:32.628Z | [ host-image] Feb 23 13:33:30.977 INFO O| assessing packaged files... |
8974 | 2025-02-23T13:33:33.870Z | [ recovery-image] Feb 23 13:33:32.222 INFO image complete! materials are in "/work/os-recovery" |
8975 | 2025-02-23T13:33:33.876Z | [ recovery-image] |
8976 | 2025-02-23T13:33:33.879Z | [ recovery-image] real 12:24.993127737 |
8977 | 2025-02-23T13:33:33.879Z | [ recovery-image] user 7:04.137893415 |
8978 | 2025-02-23T13:33:33.879Z | [ recovery-image] sys 1:15.126353051 |
8979 | 2025-02-23T13:33:33.879Z | [ recovery-image] trap 0.388174261 |
8980 | 2025-02-23T13:33:33.879Z | [ recovery-image] tflt 0.720601758 |
8981 | 2025-02-23T13:33:33.879Z | [ recovery-image] dflt 3.252936516 |
8982 | 2025-02-23T13:33:33.879Z | [ recovery-image] kflt 0.053219516 |
8983 | 2025-02-23T13:33:33.879Z | [ recovery-image] lock 28:23.101312834 |
8984 | 2025-02-23T13:33:33.879Z | [ recovery-image] slp 1:17:17.452733440 |
8985 | 2025-02-23T13:33:33.879Z | [ recovery-image] lat 5:05.492178844 |
8986 | 2025-02-23T13:33:33.879Z | [ recovery-image] stop 11.891885572 |
8987 | 2025-02-23T13:33:33.879Z | Feb 23 13:33:32.230 INFO [recovery-image] process exited with exit status: 0 (745.041677251s) |
8988 | 2025-02-23T13:33:37.539Z | [ host-image] Feb 23 13:33:35.890 INFO O| creating archive... |
8989 | 2025-02-23T13:33:37.619Z | [ host-image] Feb 23 13:33:35.970 INFO O| missing from packaging: |
8990 | 2025-02-23T13:33:37.620Z | [ host-image] Feb 23 13:33:35.971 INFO O| "etc/.pwd.lock" |
8991 | 2025-02-23T13:33:37.620Z | [ host-image] Feb 23 13:33:35.971 INFO O| "etc/bash" |
8992 | 2025-02-23T13:33:37.630Z | [ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/generic.xml" |
8993 | 2025-02-23T13:33:37.630Z | [ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/inetd_services.xml" |
8994 | 2025-02-23T13:33:37.633Z | [ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/name_service.xml" |
8995 | 2025-02-23T13:33:37.633Z | [ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/platform.xml" |
8996 | 2025-02-23T13:33:37.633Z | [ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8997 | 2025-02-23T13:33:37.633Z | [ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/repository.db" |
8998 | 2025-02-23T13:33:37.648Z | [ host-image] Feb 23 13:33:35.999 INFO O| "opt/ooce/share" |
8999 | 2025-02-23T13:33:37.648Z | [ host-image] Feb 23 13:33:35.999 INFO O| "opt/ooce/share/man" |
9000 | 2025-02-23T13:33:37.651Z | [ host-image] Feb 23 13:33:35.999 INFO O| "opt/ooce/share/man/man1" |
9001 | 2025-02-23T13:33:37.663Z | [ host-image] Feb 23 13:33:36.014 INFO O| finishing archive... |
9002 | 2025-02-23T13:33:41.723Z | [ host-image] Feb 23 13:33:40.074 INFO O| creating gzonly manifest... |
9003 | 2025-02-23T13:33:41.736Z | [ host-image] Feb 23 13:33:40.086 INFO O| ok |
9004 | 2025-02-23T13:33:41.973Z | [ host-image] Feb 23 13:33:40.324 INFO image builder template: ramdisk-02-trim... |
9005 | 2025-02-23T13:33:41.973Z | [ host-image] Feb 23 13:33:40.324 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpO8vQuE/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None |
9006 | 2025-02-23T13:33:42.031Z | [ host-image] Feb 23 13:33:40.381 INFO O| Feb 23 13:33:40.380 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9007 | 2025-02-23T13:33:42.045Z | [ host-image] Feb 23 13:33:40.395 INFO O| Feb 23 13:33:40.395 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9008 | 2025-02-23T13:33:42.217Z | [ host-image] Feb 23 13:33:40.567 INFO O| Feb 23 13:33:40.567 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
9009 | 2025-02-23T13:33:42.295Z | [ host-image] Feb 23 13:33:40.645 INFO O| Feb 23 13:33:40.645 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9010 | 2025-02-23T13:33:42.298Z | [ host-image] Feb 23 13:33:40.646 INFO O| Feb 23 13:33:40.646 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
9011 | 2025-02-23T13:33:42.310Z | [ host-image] Feb 23 13:33:40.660 INFO O| Feb 23 13:33:40.660 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9012 | 2025-02-23T13:33:42.321Z | [ host-image] Feb 23 13:33:40.672 INFO O| Feb 23 13:33:40.672 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
9013 | 2025-02-23T13:33:42.335Z | [ host-image] Feb 23 13:33:40.685 INFO O| Feb 23 13:33:40.685 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
9014 | 2025-02-23T13:33:42.776Z | [ host-image] Feb 23 13:33:41.126 INFO O| Feb 23 13:33:41.126 INFO rolled back to input snapshot; work may begin |
9015 | 2025-02-23T13:33:42.776Z | [ host-image] Feb 23 13:33:41.126 INFO O| Feb 23 13:33:41.126 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
9016 | 2025-02-23T13:33:42.789Z | [ host-image] Feb 23 13:33:41.139 INFO O| Feb 23 13:33:41.138 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9017 | 2025-02-23T13:33:42.811Z | [ host-image] Feb 23 13:33:41.162 INFO O| Feb 23 13:33:41.161 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
9018 | 2025-02-23T13:33:42.956Z | [ host-image] Feb 23 13:33:41.306 INFO O| Feb 23 13:33:41.306 INFO STEP 0 (remove_files) COMPLETE |
9019 | 2025-02-23T13:33:42.956Z | [ host-image] Feb 23 13:33:41.306 INFO O| Feb 23 13:33:41.306 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9020 | 2025-02-23T13:33:42.978Z | [ host-image] Feb 23 13:33:41.328 INFO O| Feb 23 13:33:41.328 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
9021 | 2025-02-23T13:33:42.981Z | [ host-image] Feb 23 13:33:41.331 INFO O| Feb 23 13:33:41.331 INFO STEP 1 (remove_files) COMPLETE |
9022 | 2025-02-23T13:33:42.981Z | [ host-image] Feb 23 13:33:41.331 INFO O| Feb 23 13:33:41.331 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9023 | 2025-02-23T13:33:43.005Z | [ host-image] Feb 23 13:33:41.355 INFO O| Feb 23 13:33:41.354 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
9024 | 2025-02-23T13:33:43.028Z | [ host-image] Feb 23 13:33:41.378 INFO O| Feb 23 13:33:41.378 INFO STEP 2 (remove_files) COMPLETE |
9025 | 2025-02-23T13:33:43.028Z | [ host-image] Feb 23 13:33:41.378 INFO O| Feb 23 13:33:41.378 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9026 | 2025-02-23T13:33:43.055Z | [ host-image] Feb 23 13:33:41.403 INFO O| Feb 23 13:33:41.403 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
9027 | 2025-02-23T13:33:43.058Z | [ host-image] Feb 23 13:33:41.406 INFO O| Feb 23 13:33:41.406 INFO STEP 3 (remove_files) COMPLETE |
9028 | 2025-02-23T13:33:43.058Z | [ host-image] Feb 23 13:33:41.406 INFO O| Feb 23 13:33:41.406 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9029 | 2025-02-23T13:33:43.076Z | [ host-image] Feb 23 13:33:41.426 INFO O| Feb 23 13:33:41.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
9030 | 2025-02-23T13:33:43.082Z | [ host-image] Feb 23 13:33:41.433 INFO O| Feb 23 13:33:41.432 INFO STEP 4 (remove_files) COMPLETE |
9031 | 2025-02-23T13:33:43.082Z | [ host-image] Feb 23 13:33:41.433 INFO O| Feb 23 13:33:41.432 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9032 | 2025-02-23T13:33:43.168Z | [ host-image] Feb 23 13:33:41.519 INFO O| Feb 23 13:33:41.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
9033 | 2025-02-23T13:33:43.173Z | [ host-image] Feb 23 13:33:41.523 INFO O| Feb 23 13:33:41.523 INFO STEP 5 (remove_files) COMPLETE |
9034 | 2025-02-23T13:33:43.173Z | [ host-image] Feb 23 13:33:41.523 INFO O| Feb 23 13:33:41.523 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9035 | 2025-02-23T13:33:43.195Z | [ host-image] Feb 23 13:33:41.545 INFO O| Feb 23 13:33:41.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
9036 | 2025-02-23T13:33:43.215Z | [ host-image] Feb 23 13:33:41.565 INFO O| Feb 23 13:33:41.565 INFO STEP 6 (remove_files) COMPLETE |
9037 | 2025-02-23T13:33:43.215Z | [ host-image] Feb 23 13:33:41.565 INFO O| Feb 23 13:33:41.565 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9038 | 2025-02-23T13:33:43.302Z | [ host-image] Feb 23 13:33:41.625 INFO O| Feb 23 13:33:41.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
9039 | 2025-02-23T13:33:43.302Z | [ host-image] Feb 23 13:33:41.651 INFO O| Feb 23 13:33:41.651 INFO STEP 7 (remove_files) COMPLETE |
9040 | 2025-02-23T13:33:43.302Z | [ host-image] Feb 23 13:33:41.651 INFO O| Feb 23 13:33:41.651 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9041 | 2025-02-23T13:33:43.344Z | [ host-image] Feb 23 13:33:41.692 INFO O| Feb 23 13:33:41.692 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
9042 | 2025-02-23T13:33:43.493Z | [ host-image] Feb 23 13:33:41.843 INFO O| Feb 23 13:33:41.843 INFO STEP 8 (remove_files) COMPLETE |
9043 | 2025-02-23T13:33:43.494Z | [ host-image] Feb 23 13:33:41.843 INFO O| Feb 23 13:33:41.843 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9044 | 2025-02-23T13:33:43.518Z | [ host-image] Feb 23 13:33:41.867 INFO O| Feb 23 13:33:41.867 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
9045 | 2025-02-23T13:33:43.659Z | [ host-image] Feb 23 13:33:42.009 INFO O| Feb 23 13:33:42.009 INFO STEP 9 (remove_files) COMPLETE |
9046 | 2025-02-23T13:33:43.660Z | [ host-image] Feb 23 13:33:42.009 INFO O| Feb 23 13:33:42.009 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9047 | 2025-02-23T13:33:43.681Z | [ host-image] Feb 23 13:33:42.031 INFO O| Feb 23 13:33:42.031 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
9048 | 2025-02-23T13:33:43.687Z | [ host-image] Feb 23 13:33:42.037 INFO O| Feb 23 13:33:42.037 INFO STEP 10 (remove_files) COMPLETE |
9049 | 2025-02-23T13:33:43.687Z | [ host-image] Feb 23 13:33:42.037 INFO O| Feb 23 13:33:42.037 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9050 | 2025-02-23T13:33:43.713Z | [ host-image] Feb 23 13:33:42.063 INFO O| Feb 23 13:33:42.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
9051 | 2025-02-23T13:33:43.713Z | [ host-image] Feb 23 13:33:42.064 INFO O| Feb 23 13:33:42.062 INFO STEP 11 (remove_files) COMPLETE |
9052 | 2025-02-23T13:33:43.716Z | [ host-image] Feb 23 13:33:42.064 INFO O| Feb 23 13:33:42.062 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9053 | 2025-02-23T13:33:43.735Z | [ host-image] Feb 23 13:33:42.085 INFO O| Feb 23 13:33:42.084 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
9054 | 2025-02-23T13:33:43.747Z | [ host-image] Feb 23 13:33:42.097 INFO O| Feb 23 13:33:42.086 INFO STEP 12 (remove_files) COMPLETE |
9055 | 2025-02-23T13:33:43.747Z | [ host-image] Feb 23 13:33:42.097 INFO O| Feb 23 13:33:42.086 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9056 | 2025-02-23T13:33:43.773Z | [ host-image] Feb 23 13:33:42.122 INFO O| Feb 23 13:33:42.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
9057 | 2025-02-23T13:33:43.773Z | [ host-image] Feb 23 13:33:42.123 INFO O| Feb 23 13:33:42.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
9058 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.123 INFO O| Feb 23 13:33:42.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
9059 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.124 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
9060 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.124 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
9061 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.124 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
9062 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.124 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
9063 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.125 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
9064 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.125 INFO O| Feb 23 13:33:42.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
9065 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.125 INFO O| Feb 23 13:33:42.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
9066 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.125 INFO O| Feb 23 13:33:42.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
9067 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.126 INFO O| Feb 23 13:33:42.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
9068 | 2025-02-23T13:33:43.776Z | [ host-image] Feb 23 13:33:42.126 INFO O| Feb 23 13:33:42.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
9069 | 2025-02-23T13:33:43.779Z | [ host-image] Feb 23 13:33:42.126 INFO O| Feb 23 13:33:42.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
9070 | 2025-02-23T13:33:43.780Z | [ host-image] Feb 23 13:33:42.127 INFO O| Feb 23 13:33:42.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
9071 | 2025-02-23T13:33:43.780Z | [ host-image] Feb 23 13:33:42.127 INFO O| Feb 23 13:33:42.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
9072 | 2025-02-23T13:33:43.797Z | [ host-image] Feb 23 13:33:42.147 INFO O| Feb 23 13:33:42.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
9073 | 2025-02-23T13:33:44.082Z | [ host-image] Feb 23 13:33:42.432 INFO O| Feb 23 13:33:42.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
9074 | 2025-02-23T13:33:44.084Z | [ host-image] Feb 23 13:33:42.434 INFO O| Feb 23 13:33:42.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
9075 | 2025-02-23T13:33:44.174Z | [ host-image] Feb 23 13:33:42.524 INFO O| Feb 23 13:33:42.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
9076 | 2025-02-23T13:33:44.178Z | [ host-image] Feb 23 13:33:42.524 INFO O| Feb 23 13:33:42.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
9077 | 2025-02-23T13:33:44.649Z | [ host-image] Feb 23 13:33:42.998 INFO O| Feb 23 13:33:42.998 INFO STEP 13 (remove_files) COMPLETE |
9078 | 2025-02-23T13:33:44.649Z | [ host-image] Feb 23 13:33:42.998 INFO O| Feb 23 13:33:42.998 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9079 | 2025-02-23T13:33:44.675Z | [ host-image] Feb 23 13:33:43.024 INFO O| Feb 23 13:33:43.024 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
9080 | 2025-02-23T13:33:44.678Z | [ host-image] Feb 23 13:33:43.026 INFO O| Feb 23 13:33:43.026 INFO STEP 14 (remove_files) COMPLETE |
9081 | 2025-02-23T13:33:44.679Z | [ host-image] Feb 23 13:33:43.026 INFO O| Feb 23 13:33:43.026 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9082 | 2025-02-23T13:33:44.700Z | [ host-image] Feb 23 13:33:43.050 INFO O| Feb 23 13:33:43.050 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
9083 | 2025-02-23T13:33:44.713Z | [ host-image] Feb 23 13:33:43.062 INFO O| Feb 23 13:33:43.062 INFO STEP 15 (remove_files) COMPLETE |
9084 | 2025-02-23T13:33:44.716Z | [ host-image] Feb 23 13:33:43.063 INFO O| Feb 23 13:33:43.062 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9085 | 2025-02-23T13:33:44.739Z | [ host-image] Feb 23 13:33:43.088 INFO O| Feb 23 13:33:43.088 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
9086 | 2025-02-23T13:33:44.742Z | [ host-image] Feb 23 13:33:43.089 INFO O| Feb 23 13:33:43.089 INFO STEP 16 (remove_files) COMPLETE |
9087 | 2025-02-23T13:33:44.742Z | [ host-image] Feb 23 13:33:43.089 INFO O| Feb 23 13:33:43.089 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9088 | 2025-02-23T13:33:44.786Z | [ host-image] Feb 23 13:33:43.136 INFO O| Feb 23 13:33:43.136 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
9089 | 2025-02-23T13:33:44.789Z | [ host-image] Feb 23 13:33:43.138 INFO O| Feb 23 13:33:43.138 INFO STEP 17 (remove_files) COMPLETE |
9090 | 2025-02-23T13:33:44.789Z | [ host-image] Feb 23 13:33:43.138 INFO O| Feb 23 13:33:43.138 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9091 | 2025-02-23T13:33:44.812Z | [ host-image] Feb 23 13:33:43.161 INFO O| Feb 23 13:33:43.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
9092 | 2025-02-23T13:33:44.815Z | [ host-image] Feb 23 13:33:43.162 INFO O| Feb 23 13:33:43.161 INFO STEP 18 (remove_files) COMPLETE |
9093 | 2025-02-23T13:33:44.815Z | [ host-image] Feb 23 13:33:43.162 INFO O| Feb 23 13:33:43.162 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9094 | 2025-02-23T13:33:44.835Z | [ host-image] Feb 23 13:33:43.185 INFO O| Feb 23 13:33:43.185 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
9095 | 2025-02-23T13:33:44.835Z | [ host-image] Feb 23 13:33:43.185 INFO O| Feb 23 13:33:43.185 INFO STEP 19 (remove_files) COMPLETE |
9096 | 2025-02-23T13:33:44.838Z | [ host-image] Feb 23 13:33:43.185 INFO O| Feb 23 13:33:43.185 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9097 | 2025-02-23T13:33:44.877Z | [ host-image] Feb 23 13:33:43.227 INFO O| Feb 23 13:33:43.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
9098 | 2025-02-23T13:33:44.880Z | [ host-image] Feb 23 13:33:43.228 INFO O| Feb 23 13:33:43.227 INFO STEP 20 (remove_files) COMPLETE |
9099 | 2025-02-23T13:33:44.880Z | [ host-image] Feb 23 13:33:43.228 INFO O| Feb 23 13:33:43.228 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9100 | 2025-02-23T13:33:44.903Z | [ host-image] Feb 23 13:33:43.253 INFO O| Feb 23 13:33:43.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
9101 | 2025-02-23T13:33:44.906Z | [ host-image] Feb 23 13:33:43.253 INFO O| Feb 23 13:33:43.253 INFO STEP 21 (remove_files) COMPLETE |
9102 | 2025-02-23T13:33:44.906Z | [ host-image] Feb 23 13:33:43.253 INFO O| Feb 23 13:33:43.253 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9103 | 2025-02-23T13:33:44.981Z | [ host-image] Feb 23 13:33:43.331 INFO O| Feb 23 13:33:43.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
9104 | 2025-02-23T13:33:44.984Z | [ host-image] Feb 23 13:33:43.331 INFO O| Feb 23 13:33:43.331 INFO STEP 22 (remove_files) COMPLETE |
9105 | 2025-02-23T13:33:44.984Z | [ host-image] Feb 23 13:33:43.331 INFO O| Feb 23 13:33:43.331 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9106 | 2025-02-23T13:33:45.006Z | [ host-image] Feb 23 13:33:43.356 INFO O| Feb 23 13:33:43.356 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
9107 | 2025-02-23T13:33:45.009Z | [ host-image] Feb 23 13:33:43.357 INFO O| Feb 23 13:33:43.356 INFO STEP 23 (remove_files) COMPLETE |
9108 | 2025-02-23T13:33:45.009Z | [ host-image] Feb 23 13:33:43.357 INFO O| Feb 23 13:33:43.357 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9109 | 2025-02-23T13:33:45.035Z | [ host-image] Feb 23 13:33:43.384 INFO O| Feb 23 13:33:43.384 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
9110 | 2025-02-23T13:33:45.037Z | [ host-image] Feb 23 13:33:43.385 INFO O| Feb 23 13:33:43.385 INFO STEP 24 (remove_files) COMPLETE |
9111 | 2025-02-23T13:33:45.037Z | [ host-image] Feb 23 13:33:43.385 INFO O| Feb 23 13:33:43.385 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9112 | 2025-02-23T13:33:45.062Z | [ host-image] Feb 23 13:33:43.412 INFO O| Feb 23 13:33:43.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
9113 | 2025-02-23T13:33:45.065Z | [ host-image] Feb 23 13:33:43.412 INFO O| Feb 23 13:33:43.412 INFO STEP 25 (remove_files) COMPLETE |
9114 | 2025-02-23T13:33:45.065Z | [ host-image] Feb 23 13:33:43.412 INFO O| Feb 23 13:33:43.412 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9115 | 2025-02-23T13:33:45.086Z | [ host-image] Feb 23 13:33:43.436 INFO O| Feb 23 13:33:43.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
9116 | 2025-02-23T13:33:45.088Z | [ host-image] Feb 23 13:33:43.436 INFO O| Feb 23 13:33:43.436 INFO STEP 26 (remove_files) COMPLETE |
9117 | 2025-02-23T13:33:45.088Z | [ host-image] Feb 23 13:33:43.436 INFO O| Feb 23 13:33:43.436 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9118 | 2025-02-23T13:33:45.113Z | [ host-image] Feb 23 13:33:43.463 INFO O| Feb 23 13:33:43.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
9119 | 2025-02-23T13:33:45.113Z | [ host-image] Feb 23 13:33:43.463 INFO O| Feb 23 13:33:43.463 INFO STEP 27 (remove_files) COMPLETE |
9120 | 2025-02-23T13:33:45.116Z | [ host-image] Feb 23 13:33:43.463 INFO O| Feb 23 13:33:43.463 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9121 | 2025-02-23T13:33:45.153Z | [ host-image] Feb 23 13:33:43.502 INFO O| Feb 23 13:33:43.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
9122 | 2025-02-23T13:33:45.153Z | [ host-image] Feb 23 13:33:43.503 INFO O| Feb 23 13:33:43.502 INFO STEP 28 (remove_files) COMPLETE |
9123 | 2025-02-23T13:33:45.153Z | [ host-image] Feb 23 13:33:43.503 INFO O| Feb 23 13:33:43.502 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9124 | 2025-02-23T13:33:45.176Z | [ host-image] Feb 23 13:33:43.526 INFO O| Feb 23 13:33:43.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
9125 | 2025-02-23T13:33:45.176Z | [ host-image] Feb 23 13:33:43.526 INFO O| Feb 23 13:33:43.526 INFO STEP 29 (remove_files) COMPLETE |
9126 | 2025-02-23T13:33:45.179Z | [ host-image] Feb 23 13:33:43.526 INFO O| Feb 23 13:33:43.526 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9127 | 2025-02-23T13:33:45.199Z | [ host-image] Feb 23 13:33:43.549 INFO O| Feb 23 13:33:43.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
9128 | 2025-02-23T13:33:45.199Z | [ host-image] Feb 23 13:33:43.549 INFO O| Feb 23 13:33:43.549 INFO STEP 30 (remove_files) COMPLETE |
9129 | 2025-02-23T13:33:45.199Z | [ host-image] Feb 23 13:33:43.549 INFO O| Feb 23 13:33:43.549 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9130 | 2025-02-23T13:33:45.225Z | [ host-image] Feb 23 13:33:43.575 INFO O| Feb 23 13:33:43.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
9131 | 2025-02-23T13:33:45.231Z | [ host-image] Feb 23 13:33:43.575 INFO O| Feb 23 13:33:43.575 INFO STEP 31 (remove_files) COMPLETE |
9132 | 2025-02-23T13:33:45.231Z | [ host-image] Feb 23 13:33:43.575 INFO O| Feb 23 13:33:43.575 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9133 | 2025-02-23T13:33:45.287Z | [ host-image] Feb 23 13:33:43.637 INFO O| Feb 23 13:33:43.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
9134 | 2025-02-23T13:33:45.288Z | [ host-image] Feb 23 13:33:43.637 INFO O| Feb 23 13:33:43.637 INFO STEP 32 (remove_files) COMPLETE |
9135 | 2025-02-23T13:33:45.290Z | [ host-image] Feb 23 13:33:43.637 INFO O| Feb 23 13:33:43.637 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9136 | 2025-02-23T13:33:45.313Z | [ host-image] Feb 23 13:33:43.663 INFO O| Feb 23 13:33:43.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
9137 | 2025-02-23T13:33:45.313Z | [ host-image] Feb 23 13:33:43.663 INFO O| Feb 23 13:33:43.663 INFO STEP 33 (remove_files) COMPLETE |
9138 | 2025-02-23T13:33:45.316Z | [ host-image] Feb 23 13:33:43.663 INFO O| Feb 23 13:33:43.663 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9139 | 2025-02-23T13:33:45.341Z | [ host-image] Feb 23 13:33:43.690 INFO O| Feb 23 13:33:43.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
9140 | 2025-02-23T13:33:45.341Z | [ host-image] Feb 23 13:33:43.690 INFO O| Feb 23 13:33:43.690 INFO STEP 34 (remove_files) COMPLETE |
9141 | 2025-02-23T13:33:45.341Z | [ host-image] Feb 23 13:33:43.690 INFO O| Feb 23 13:33:43.690 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9142 | 2025-02-23T13:33:45.363Z | [ host-image] Feb 23 13:33:43.713 INFO O| Feb 23 13:33:43.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
9143 | 2025-02-23T13:33:45.363Z | [ host-image] Feb 23 13:33:43.713 INFO O| Feb 23 13:33:43.713 INFO STEP 35 (remove_files) COMPLETE |
9144 | 2025-02-23T13:33:45.363Z | [ host-image] Feb 23 13:33:43.713 INFO O| Feb 23 13:33:43.713 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9145 | 2025-02-23T13:33:45.386Z | [ host-image] Feb 23 13:33:43.735 INFO O| Feb 23 13:33:43.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
9146 | 2025-02-23T13:33:45.386Z | [ host-image] Feb 23 13:33:43.735 INFO O| Feb 23 13:33:43.735 INFO STEP 36 (remove_files) COMPLETE |
9147 | 2025-02-23T13:33:45.389Z | [ host-image] Feb 23 13:33:43.735 INFO O| Feb 23 13:33:43.735 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9148 | 2025-02-23T13:33:45.416Z | [ host-image] Feb 23 13:33:43.766 INFO O| Feb 23 13:33:43.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
9149 | 2025-02-23T13:33:45.420Z | [ host-image] Feb 23 13:33:43.767 INFO O| Feb 23 13:33:43.767 INFO STEP 37 (remove_files) COMPLETE |
9150 | 2025-02-23T13:33:45.420Z | [ host-image] Feb 23 13:33:43.767 INFO O| Feb 23 13:33:43.767 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9151 | 2025-02-23T13:33:45.444Z | [ host-image] Feb 23 13:33:43.794 INFO O| Feb 23 13:33:43.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
9152 | 2025-02-23T13:33:45.447Z | [ host-image] Feb 23 13:33:43.794 INFO O| Feb 23 13:33:43.794 INFO STEP 38 (remove_files) COMPLETE |
9153 | 2025-02-23T13:33:45.447Z | [ host-image] Feb 23 13:33:43.794 INFO O| Feb 23 13:33:43.794 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9154 | 2025-02-23T13:33:45.478Z | [ host-image] Feb 23 13:33:43.828 INFO O| Feb 23 13:33:43.828 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
9155 | 2025-02-23T13:33:45.481Z | [ host-image] Feb 23 13:33:43.828 INFO O| Feb 23 13:33:43.828 INFO STEP 39 (remove_files) COMPLETE |
9156 | 2025-02-23T13:33:45.481Z | [ host-image] Feb 23 13:33:43.828 INFO O| Feb 23 13:33:43.828 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9157 | 2025-02-23T13:33:45.541Z | [ host-image] Feb 23 13:33:43.890 INFO O| Feb 23 13:33:43.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
9158 | 2025-02-23T13:33:45.541Z | [ host-image] Feb 23 13:33:43.891 INFO O| Feb 23 13:33:43.890 INFO STEP 40 (remove_files) COMPLETE |
9159 | 2025-02-23T13:33:45.544Z | [ host-image] Feb 23 13:33:43.891 INFO O| Feb 23 13:33:43.891 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9160 | 2025-02-23T13:33:45.563Z | [ host-image] Feb 23 13:33:43.913 INFO O| Feb 23 13:33:43.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
9161 | 2025-02-23T13:33:45.563Z | [ host-image] Feb 23 13:33:43.913 INFO O| Feb 23 13:33:43.913 INFO STEP 41 (remove_files) COMPLETE |
9162 | 2025-02-23T13:33:45.566Z | [ host-image] Feb 23 13:33:43.913 INFO O| Feb 23 13:33:43.913 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9163 | 2025-02-23T13:33:45.584Z | [ host-image] Feb 23 13:33:43.934 INFO O| Feb 23 13:33:43.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
9164 | 2025-02-23T13:33:45.584Z | [ host-image] Feb 23 13:33:43.934 INFO O| Feb 23 13:33:43.934 INFO STEP 42 (remove_files) COMPLETE |
9165 | 2025-02-23T13:33:45.587Z | [ host-image] Feb 23 13:33:43.934 INFO O| Feb 23 13:33:43.934 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9166 | 2025-02-23T13:33:45.608Z | [ host-image] Feb 23 13:33:43.958 INFO O| Feb 23 13:33:43.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
9167 | 2025-02-23T13:33:45.611Z | [ host-image] Feb 23 13:33:43.958 INFO O| Feb 23 13:33:43.958 INFO STEP 43 (remove_files) COMPLETE |
9168 | 2025-02-23T13:33:45.612Z | [ host-image] Feb 23 13:33:43.958 INFO O| Feb 23 13:33:43.958 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9169 | 2025-02-23T13:33:45.646Z | [ host-image] Feb 23 13:33:43.996 INFO O| Feb 23 13:33:43.996 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
9170 | 2025-02-23T13:33:45.646Z | [ host-image] Feb 23 13:33:43.996 INFO O| Feb 23 13:33:43.996 INFO STEP 44 (remove_files) COMPLETE |
9171 | 2025-02-23T13:33:45.646Z | [ host-image] Feb 23 13:33:43.996 INFO O| Feb 23 13:33:43.996 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9172 | 2025-02-23T13:33:45.670Z | [ host-image] Feb 23 13:33:44.020 INFO O| Feb 23 13:33:44.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
9173 | 2025-02-23T13:33:45.671Z | [ host-image] Feb 23 13:33:44.020 INFO O| Feb 23 13:33:44.020 INFO STEP 45 (remove_files) COMPLETE |
9174 | 2025-02-23T13:33:45.671Z | [ host-image] Feb 23 13:33:44.020 INFO O| Feb 23 13:33:44.020 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9175 | 2025-02-23T13:33:45.706Z | [ host-image] Feb 23 13:33:44.055 INFO O| Feb 23 13:33:44.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
9176 | 2025-02-23T13:33:45.706Z | [ host-image] Feb 23 13:33:44.055 INFO O| Feb 23 13:33:44.055 INFO STEP 46 (remove_files) COMPLETE |
9177 | 2025-02-23T13:33:45.706Z | [ host-image] Feb 23 13:33:44.055 INFO O| Feb 23 13:33:44.055 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9178 | 2025-02-23T13:33:45.731Z | [ host-image] Feb 23 13:33:44.081 INFO O| Feb 23 13:33:44.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9179 | 2025-02-23T13:33:45.731Z | [ host-image] Feb 23 13:33:44.081 INFO O| Feb 23 13:33:44.081 INFO STEP 47 (remove_files) COMPLETE |
9180 | 2025-02-23T13:33:45.734Z | [ host-image] Feb 23 13:33:44.081 INFO O| Feb 23 13:33:44.081 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9181 | 2025-02-23T13:33:45.756Z | [ host-image] Feb 23 13:33:44.106 INFO O| Feb 23 13:33:44.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9182 | 2025-02-23T13:33:45.756Z | [ host-image] Feb 23 13:33:44.106 INFO O| Feb 23 13:33:44.106 INFO STEP 48 (remove_files) COMPLETE |
9183 | 2025-02-23T13:33:45.759Z | [ host-image] Feb 23 13:33:44.106 INFO O| Feb 23 13:33:44.106 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9184 | 2025-02-23T13:33:45.820Z | [ host-image] Feb 23 13:33:44.169 INFO O| Feb 23 13:33:44.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9185 | 2025-02-23T13:33:45.820Z | [ host-image] Feb 23 13:33:44.169 INFO O| Feb 23 13:33:44.169 INFO STEP 49 (remove_files) COMPLETE |
9186 | 2025-02-23T13:33:45.820Z | [ host-image] Feb 23 13:33:44.169 INFO O| Feb 23 13:33:44.169 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9187 | 2025-02-23T13:33:45.845Z | [ host-image] Feb 23 13:33:44.195 INFO O| Feb 23 13:33:44.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9188 | 2025-02-23T13:33:45.845Z | [ host-image] Feb 23 13:33:44.195 INFO O| Feb 23 13:33:44.195 INFO STEP 50 (remove_files) COMPLETE |
9189 | 2025-02-23T13:33:45.848Z | [ host-image] Feb 23 13:33:44.195 INFO O| Feb 23 13:33:44.195 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9190 | 2025-02-23T13:33:45.885Z | [ host-image] Feb 23 13:33:44.235 INFO O| Feb 23 13:33:44.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9191 | 2025-02-23T13:33:45.885Z | [ host-image] Feb 23 13:33:44.235 INFO O| Feb 23 13:33:44.235 INFO STEP 51 (remove_files) COMPLETE |
9192 | 2025-02-23T13:33:45.888Z | [ host-image] Feb 23 13:33:44.235 INFO O| Feb 23 13:33:44.235 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9193 | 2025-02-23T13:33:45.986Z | [ host-image] Feb 23 13:33:44.334 INFO O| Feb 23 13:33:44.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9194 | 2025-02-23T13:33:45.986Z | [ host-image] Feb 23 13:33:44.334 INFO O| Feb 23 13:33:44.334 INFO STEP 52 (remove_files) COMPLETE |
9195 | 2025-02-23T13:33:45.989Z | [ host-image] Feb 23 13:33:44.334 INFO O| Feb 23 13:33:44.334 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9196 | 2025-02-23T13:33:46.010Z | [ host-image] Feb 23 13:33:44.359 INFO O| Feb 23 13:33:44.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9197 | 2025-02-23T13:33:46.010Z | [ host-image] Feb 23 13:33:44.360 INFO O| Feb 23 13:33:44.360 INFO STEP 53 (remove_files) COMPLETE |
9198 | 2025-02-23T13:33:46.013Z | [ host-image] Feb 23 13:33:44.360 INFO O| Feb 23 13:33:44.360 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9199 | 2025-02-23T13:33:46.036Z | [ host-image] Feb 23 13:33:44.386 INFO O| Feb 23 13:33:44.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9200 | 2025-02-23T13:33:46.036Z | [ host-image] Feb 23 13:33:44.386 INFO O| Feb 23 13:33:44.386 INFO STEP 54 (remove_files) COMPLETE |
9201 | 2025-02-23T13:33:46.036Z | [ host-image] Feb 23 13:33:44.386 INFO O| Feb 23 13:33:44.386 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9202 | 2025-02-23T13:33:46.058Z | [ host-image] Feb 23 13:33:44.407 INFO O| Feb 23 13:33:44.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9203 | 2025-02-23T13:33:46.058Z | [ host-image] Feb 23 13:33:44.407 INFO O| Feb 23 13:33:44.407 INFO STEP 55 (remove_files) COMPLETE |
9204 | 2025-02-23T13:33:46.058Z | [ host-image] Feb 23 13:33:44.407 INFO O| Feb 23 13:33:44.407 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9205 | 2025-02-23T13:33:46.077Z | [ host-image] Feb 23 13:33:44.427 INFO O| Feb 23 13:33:44.427 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9206 | 2025-02-23T13:33:46.080Z | [ host-image] Feb 23 13:33:44.427 INFO O| Feb 23 13:33:44.427 INFO STEP 56 (remove_files) COMPLETE |
9207 | 2025-02-23T13:33:46.081Z | [ host-image] Feb 23 13:33:44.427 INFO O| Feb 23 13:33:44.427 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9208 | 2025-02-23T13:33:46.142Z | [ host-image] Feb 23 13:33:44.491 INFO O| Feb 23 13:33:44.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9209 | 2025-02-23T13:33:46.142Z | [ host-image] Feb 23 13:33:44.491 INFO O| Feb 23 13:33:44.491 INFO STEP 57 (remove_files) COMPLETE |
9210 | 2025-02-23T13:33:46.145Z | [ host-image] Feb 23 13:33:44.492 INFO O| Feb 23 13:33:44.491 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9211 | 2025-02-23T13:33:46.175Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.524 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9212 | 2025-02-23T13:33:46.175Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9213 | 2025-02-23T13:33:46.175Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9214 | 2025-02-23T13:33:46.178Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9215 | 2025-02-23T13:33:46.178Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9216 | 2025-02-23T13:33:46.178Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9217 | 2025-02-23T13:33:46.178Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO ok! |
9218 | 2025-02-23T13:33:46.178Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO STEP 58 (ensure_file) COMPLETE |
9219 | 2025-02-23T13:33:46.178Z | [ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9220 | 2025-02-23T13:33:46.197Z | [ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9221 | 2025-02-23T13:33:46.197Z | [ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9222 | 2025-02-23T13:33:46.200Z | [ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9223 | 2025-02-23T13:33:46.200Z | [ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9224 | 2025-02-23T13:33:46.200Z | [ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9225 | 2025-02-23T13:33:46.200Z | [ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9226 | 2025-02-23T13:33:46.200Z | [ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO ok! |
9227 | 2025-02-23T13:33:46.201Z | [ host-image] Feb 23 13:33:44.548 INFO O| Feb 23 13:33:44.547 INFO STEP 59 (ensure_file) COMPLETE |
9228 | 2025-02-23T13:33:46.201Z | [ host-image] Feb 23 13:33:44.548 INFO O| Feb 23 13:33:44.547 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9229 | 2025-02-23T13:33:46.224Z | [ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9230 | 2025-02-23T13:33:46.224Z | [ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9231 | 2025-02-23T13:33:46.227Z | [ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9232 | 2025-02-23T13:33:46.227Z | [ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO ok! |
9233 | 2025-02-23T13:33:46.227Z | [ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO STEP 60 (ensure_file) COMPLETE |
9234 | 2025-02-23T13:33:46.227Z | [ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9235 | 2025-02-23T13:33:46.250Z | [ host-image] Feb 23 13:33:44.599 INFO O| Feb 23 13:33:44.599 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9236 | 2025-02-23T13:33:46.250Z | [ host-image] Feb 23 13:33:44.599 INFO O| Feb 23 13:33:44.599 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9237 | 2025-02-23T13:33:46.250Z | [ host-image] Feb 23 13:33:44.600 INFO O| Feb 23 13:33:44.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9238 | 2025-02-23T13:33:46.252Z | [ host-image] Feb 23 13:33:44.600 INFO O| Feb 23 13:33:44.600 INFO ok! |
9239 | 2025-02-23T13:33:46.253Z | [ host-image] Feb 23 13:33:44.600 INFO O| Feb 23 13:33:44.600 INFO STEP 61 (ensure_file) COMPLETE |
9240 | 2025-02-23T13:33:46.253Z | [ host-image] Feb 23 13:33:44.600 INFO O| Feb 23 13:33:44.600 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9241 | 2025-02-23T13:33:46.287Z | [ host-image] Feb 23 13:33:44.636 INFO O| Feb 23 13:33:44.636 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9242 | 2025-02-23T13:33:46.287Z | [ host-image] Feb 23 13:33:44.636 INFO O| Feb 23 13:33:44.636 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9243 | 2025-02-23T13:33:46.289Z | [ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9244 | 2025-02-23T13:33:46.289Z | [ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9245 | 2025-02-23T13:33:46.290Z | [ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO ok! |
9246 | 2025-02-23T13:33:46.290Z | [ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO STEP 62 (ensure_file) COMPLETE |
9247 | 2025-02-23T13:33:46.290Z | [ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9248 | 2025-02-23T13:33:46.324Z | [ host-image] Feb 23 13:33:44.674 INFO O| Feb 23 13:33:44.674 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9249 | 2025-02-23T13:33:46.324Z | [ host-image] Feb 23 13:33:44.674 INFO O| Feb 23 13:33:44.674 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9250 | 2025-02-23T13:33:46.328Z | [ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.674 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9251 | 2025-02-23T13:33:46.328Z | [ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.675 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9252 | 2025-02-23T13:33:46.328Z | [ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.675 INFO ok! |
9253 | 2025-02-23T13:33:46.328Z | [ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.675 INFO STEP 63 (ensure_file) COMPLETE |
9254 | 2025-02-23T13:33:46.328Z | [ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.675 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9255 | 2025-02-23T13:33:46.382Z | [ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9256 | 2025-02-23T13:33:46.382Z | [ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9257 | 2025-02-23T13:33:46.382Z | [ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9258 | 2025-02-23T13:33:46.385Z | [ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO ok! |
9259 | 2025-02-23T13:33:46.385Z | [ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO STEP 64 (assemble_files) COMPLETE |
9260 | 2025-02-23T13:33:46.385Z | [ host-image] Feb 23 13:33:44.733 INFO O| Feb 23 13:33:44.732 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9261 | 2025-02-23T13:33:46.407Z | [ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.756 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9262 | 2025-02-23T13:33:46.407Z | [ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.756 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9263 | 2025-02-23T13:33:46.407Z | [ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9264 | 2025-02-23T13:33:46.410Z | [ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9265 | 2025-02-23T13:33:46.410Z | [ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO ok! |
9266 | 2025-02-23T13:33:46.410Z | [ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO STEP 65 (ensure_file) COMPLETE |
9267 | 2025-02-23T13:33:46.410Z | [ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9268 | 2025-02-23T13:33:46.433Z | [ host-image] Feb 23 13:33:44.783 INFO O| Feb 23 13:33:44.783 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9269 | 2025-02-23T13:33:46.433Z | [ host-image] Feb 23 13:33:44.783 INFO O| Feb 23 13:33:44.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9270 | 2025-02-23T13:33:46.436Z | [ host-image] Feb 23 13:33:44.784 INFO O| Feb 23 13:33:44.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9271 | 2025-02-23T13:33:46.436Z | [ host-image] Feb 23 13:33:44.784 INFO O| Feb 23 13:33:44.784 INFO STEP 66 (ensure_dir) COMPLETE |
9272 | 2025-02-23T13:33:46.436Z | [ host-image] Feb 23 13:33:44.784 INFO O| Feb 23 13:33:44.784 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9273 | 2025-02-23T13:33:46.459Z | [ host-image] Feb 23 13:33:44.809 INFO O| Feb 23 13:33:44.809 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9274 | 2025-02-23T13:33:46.459Z | [ host-image] Feb 23 13:33:44.809 INFO O| Feb 23 13:33:44.809 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ... |
9275 | 2025-02-23T13:33:46.472Z | [ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9276 | 2025-02-23T13:33:46.472Z | [ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9277 | 2025-02-23T13:33:46.472Z | [ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO ok! |
9278 | 2025-02-23T13:33:46.472Z | [ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO STEP 67 (ensure_file) COMPLETE |
9279 | 2025-02-23T13:33:46.472Z | [ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9280 | 2025-02-23T13:33:46.506Z | [ host-image] Feb 23 13:33:44.856 INFO O| Feb 23 13:33:44.856 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9281 | 2025-02-23T13:33:46.507Z | [ host-image] Feb 23 13:33:44.856 INFO O| Feb 23 13:33:44.856 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ... |
9282 | 2025-02-23T13:33:46.509Z | [ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9283 | 2025-02-23T13:33:46.509Z | [ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9284 | 2025-02-23T13:33:46.509Z | [ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO ok! |
9285 | 2025-02-23T13:33:46.509Z | [ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO STEP 68 (ensure_file) COMPLETE |
9286 | 2025-02-23T13:33:46.509Z | [ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9287 | 2025-02-23T13:33:46.546Z | [ host-image] Feb 23 13:33:44.895 INFO O| Feb 23 13:33:44.895 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9288 | 2025-02-23T13:33:46.546Z | [ host-image] Feb 23 13:33:44.895 INFO O| Feb 23 13:33:44.895 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9289 | 2025-02-23T13:33:50.446Z | [ host-image] Feb 23 13:33:48.795 INFO O| Feb 23 13:33:48.795 INFO STEP 69 (pack_tar) COMPLETE |
9290 | 2025-02-23T13:33:50.446Z | [ host-image] Feb 23 13:33:48.795 INFO O| Feb 23 13:33:48.795 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9291 | 2025-02-23T13:33:50.449Z | [ host-image] Feb 23 13:33:48.795 INFO O| Feb 23 13:33:48.795 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9292 | 2025-02-23T13:33:50.943Z | [ host-image] Feb 23 13:33:49.292 INFO O| Feb 23 13:33:49.292 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9293 | 2025-02-23T13:33:51.072Z | [ host-image] Feb 23 13:33:49.421 INFO O| Feb 23 13:33:49.421 INFO completed processing gimlet/ramdisk-02-trim |
9294 | 2025-02-23T13:33:51.076Z | [ host-image] Feb 23 13:33:49.424 INFO image builder template: zfs... |
9295 | 2025-02-23T13:33:51.076Z | [ host-image] Feb 23 13:33:49.424 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpO8vQuE/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "zfs"], pwd: None |
9296 | 2025-02-23T13:33:51.100Z | [ host-image] Feb 23 13:33:49.449 INFO O| Feb 23 13:33:49.449 INFO skip include "stress" because feature "stress" is not enabled |
9297 | 2025-02-23T13:33:51.200Z | [ host-image] Feb 23 13:33:49.549 INFO O| Feb 23 13:33:49.549 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9298 | 2025-02-23T13:33:51.211Z | [ host-image] Feb 23 13:33:49.560 INFO O| Feb 23 13:33:49.560 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9299 | 2025-02-23T13:33:51.303Z | [ host-image] Feb 23 13:33:49.652 INFO O| Feb 23 13:33:49.652 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9300 | 2025-02-23T13:33:51.398Z | [ host-image] Feb 23 13:33:49.747 INFO O| Feb 23 13:33:49.747 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9301 | 2025-02-23T13:33:51.401Z | [ host-image] Feb 23 13:33:49.748 INFO O| Feb 23 13:33:49.748 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9302 | 2025-02-23T13:33:51.409Z | [ host-image] Feb 23 13:33:49.758 INFO O| Feb 23 13:33:49.758 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9303 | 2025-02-23T13:33:51.552Z | [ host-image] Feb 23 13:33:49.901 INFO O| Feb 23 13:33:49.901 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9304 | 2025-02-23T13:33:51.638Z | [ host-image] Feb 23 13:33:49.986 INFO O| Feb 23 13:33:49.986 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9305 | 2025-02-23T13:33:51.663Z | [ host-image] Feb 23 13:33:50.010 INFO O| Feb 23 13:33:50.010 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9306 | 2025-02-23T13:33:51.673Z | [ host-image] Feb 23 13:33:50.022 INFO O| Feb 23 13:33:50.022 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9307 | 2025-02-23T13:33:51.676Z | [ host-image] Feb 23 13:33:50.023 INFO O| Feb 23 13:33:50.023 INFO no lofi found |
9308 | 2025-02-23T13:33:51.676Z | [ host-image] Feb 23 13:33:50.023 INFO O| Feb 23 13:33:50.023 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9309 | 2025-02-23T13:33:51.676Z | [ host-image] Feb 23 13:33:50.023 INFO O| Feb 23 13:33:50.023 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9310 | 2025-02-23T13:33:53.664Z | [ host-image] Feb 23 13:33:52.013 INFO O| Feb 23 13:33:52.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
9311 | 2025-02-23T13:33:53.664Z | [ host-image] Feb 23 13:33:52.013 INFO O| Feb 23 13:33:52.012 INFO pool device = /dev/dsk/c2t1d0p0 |
9312 | 2025-02-23T13:33:53.668Z | [ host-image] Feb 23 13:33:52.013 INFO O| Feb 23 13:33:52.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9313 | 2025-02-23T13:33:53.887Z | [ host-image] Feb 23 13:33:52.235 INFO O| Feb 23 13:33:52.235 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9314 | 2025-02-23T13:33:53.887Z | [ host-image] Feb 23 13:33:52.236 INFO O| Feb 23 13:33:52.235 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9315 | 2025-02-23T13:33:53.931Z | [ host-image] Feb 23 13:33:52.280 INFO O| Feb 23 13:33:52.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9316 | 2025-02-23T13:33:54.073Z | [ host-image] Feb 23 13:33:52.421 INFO O| Feb 23 13:33:52.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9317 | 2025-02-23T13:33:54.148Z | [ host-image] Feb 23 13:33:52.496 INFO O| Feb 23 13:33:52.496 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9318 | 2025-02-23T13:33:54.176Z | [ host-image] Feb 23 13:33:52.525 INFO O| Feb 23 13:33:52.525 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9319 | 2025-02-23T13:33:54.202Z | [ host-image] Feb 23 13:33:52.551 INFO O| Feb 23 13:33:52.551 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9320 | 2025-02-23T13:33:54.305Z | [ host-image] Feb 23 13:33:52.654 INFO O| Feb 23 13:33:52.654 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9321 | 2025-02-23T13:33:54.308Z | [ host-image] Feb 23 13:33:52.654 INFO O| Feb 23 13:33:52.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9322 | 2025-02-23T13:33:54.309Z | [ host-image] Feb 23 13:33:52.655 INFO O| Feb 23 13:33:52.654 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9323 | 2025-02-23T13:33:54.337Z | [ host-image] Feb 23 13:33:52.686 INFO O| Feb 23 13:33:52.686 INFO boot environment UUID: e77817f7-2368-4b7b-a141-92e5ebd4e4e3 |
9324 | 2025-02-23T13:33:54.337Z | [ host-image] Feb 23 13:33:52.686 INFO O| Feb 23 13:33:52.686 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e77817f7-2368-4b7b-a141-92e5ebd4e4e3 |
9325 | 2025-02-23T13:33:54.365Z | [ host-image] Feb 23 13:33:52.714 INFO O| Feb 23 13:33:52.713 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9326 | 2025-02-23T13:33:54.411Z | [ host-image] Feb 23 13:33:52.759 INFO O| Feb 23 13:33:52.759 INFO STEP 0 (create_be) COMPLETE |
9327 | 2025-02-23T13:33:54.411Z | [ host-image] Feb 23 13:33:52.759 INFO O| Feb 23 13:33:52.759 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9328 | 2025-02-23T13:33:54.449Z | [ host-image] Feb 23 13:33:52.797 INFO O| Feb 23 13:33:52.797 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9329 | 2025-02-23T13:34:18.946Z | [ host-image] Feb 23 13:34:17.290 INFO O| Feb 23 13:34:17.290 INFO STEP 1 (unpack_tar) COMPLETE |
9330 | 2025-02-23T13:34:18.946Z | [ host-image] Feb 23 13:34:17.290 INFO O| Feb 23 13:34:17.290 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9331 | 2025-02-23T13:34:18.971Z | [ host-image] Feb 23 13:34:17.315 INFO O| Feb 23 13:34:17.315 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9332 | 2025-02-23T13:34:19.686Z | [ host-image] Feb 23 13:34:18.030 INFO O| Feb 23 13:34:18.030 INFO STEP 2 (devfsadm) COMPLETE |
9333 | 2025-02-23T13:34:19.686Z | [ host-image] Feb 23 13:34:18.030 INFO O| Feb 23 13:34:18.030 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9334 | 2025-02-23T13:34:19.711Z | [ host-image] Feb 23 13:34:18.056 INFO O| Feb 23 13:34:18.055 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9335 | 2025-02-23T13:34:19.714Z | [ host-image] Feb 23 13:34:18.056 INFO O| Feb 23 13:34:18.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9336 | 2025-02-23T13:34:19.714Z | [ host-image] Feb 23 13:34:18.056 INFO O| Feb 23 13:34:18.056 INFO STEP 3 (ensure_dir) COMPLETE |
9337 | 2025-02-23T13:34:19.714Z | [ host-image] Feb 23 13:34:18.056 INFO O| Feb 23 13:34:18.056 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9338 | 2025-02-23T13:34:19.750Z | [ host-image] Feb 23 13:34:18.094 INFO O| Feb 23 13:34:18.094 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9339 | 2025-02-23T13:34:19.750Z | [ host-image] Feb 23 13:34:18.094 INFO O| Feb 23 13:34:18.094 INFO STEP 4 (ensure_dir) COMPLETE |
9340 | 2025-02-23T13:34:19.750Z | [ host-image] Feb 23 13:34:18.094 INFO O| Feb 23 13:34:18.094 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9341 | 2025-02-23T13:34:19.803Z | [ host-image] Feb 23 13:34:18.147 INFO O| Feb 23 13:34:18.147 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9342 | 2025-02-23T13:34:19.803Z | [ host-image] Feb 23 13:34:18.147 INFO O| Feb 23 13:34:18.147 INFO STEP 5 (ensure_dir) COMPLETE |
9343 | 2025-02-23T13:34:19.806Z | [ host-image] Feb 23 13:34:18.147 INFO O| Feb 23 13:34:18.147 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9344 | 2025-02-23T13:34:19.829Z | [ host-image] Feb 23 13:34:18.173 INFO O| Feb 23 13:34:18.173 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9345 | 2025-02-23T13:34:19.829Z | [ host-image] Feb 23 13:34:18.173 INFO O| Feb 23 13:34:18.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9346 | 2025-02-23T13:34:19.832Z | [ host-image] Feb 23 13:34:18.173 INFO O| Feb 23 13:34:18.173 INFO STEP 6 (ensure_dir) COMPLETE |
9347 | 2025-02-23T13:34:19.832Z | [ host-image] Feb 23 13:34:18.173 INFO O| Feb 23 13:34:18.173 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9348 | 2025-02-23T13:34:19.867Z | [ host-image] Feb 23 13:34:18.211 INFO O| Feb 23 13:34:18.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9349 | 2025-02-23T13:34:19.867Z | [ host-image] Feb 23 13:34:18.211 INFO O| Feb 23 13:34:18.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9350 | 2025-02-23T13:34:19.870Z | [ host-image] Feb 23 13:34:18.211 INFO O| Feb 23 13:34:18.211 INFO STEP 7 (ensure_dir) COMPLETE |
9351 | 2025-02-23T13:34:19.870Z | [ host-image] Feb 23 13:34:18.211 INFO O| Feb 23 13:34:18.211 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9352 | 2025-02-23T13:34:19.893Z | [ host-image] Feb 23 13:34:18.237 INFO O| Feb 23 13:34:18.236 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9353 | 2025-02-23T13:34:19.896Z | [ host-image] Feb 23 13:34:18.237 INFO O| Feb 23 13:34:18.237 INFO STEP 8 (remove_files) COMPLETE |
9354 | 2025-02-23T13:34:19.896Z | [ host-image] Feb 23 13:34:18.237 INFO O| Feb 23 13:34:18.237 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9355 | 2025-02-23T13:34:19.921Z | [ host-image] Feb 23 13:34:18.265 INFO O| Feb 23 13:34:18.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9356 | 2025-02-23T13:34:19.924Z | [ host-image] Feb 23 13:34:18.267 INFO O| Feb 23 13:34:18.267 INFO STEP 9 (remove_files) COMPLETE |
9357 | 2025-02-23T13:34:19.924Z | [ host-image] Feb 23 13:34:18.267 INFO O| Feb 23 13:34:18.267 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9358 | 2025-02-23T13:34:19.951Z | [ host-image] Feb 23 13:34:18.295 INFO O| Feb 23 13:34:18.295 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9359 | 2025-02-23T13:34:19.954Z | [ host-image] Feb 23 13:34:18.296 INFO O| Feb 23 13:34:18.296 INFO STEP 10 (remove_files) COMPLETE |
9360 | 2025-02-23T13:34:19.954Z | [ host-image] Feb 23 13:34:18.296 INFO O| Feb 23 13:34:18.296 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9361 | 2025-02-23T13:34:19.975Z | [ host-image] Feb 23 13:34:18.319 INFO O| Feb 23 13:34:18.319 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9362 | 2025-02-23T13:34:19.975Z | [ host-image] Feb 23 13:34:18.319 INFO O| Feb 23 13:34:18.319 INFO STEP 11 (remove_files) COMPLETE |
9363 | 2025-02-23T13:34:19.977Z | [ host-image] Feb 23 13:34:18.319 INFO O| Feb 23 13:34:18.319 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9364 | 2025-02-23T13:34:19.998Z | [ host-image] Feb 23 13:34:18.342 INFO O| Feb 23 13:34:18.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9365 | 2025-02-23T13:34:20.001Z | [ host-image] Feb 23 13:34:18.342 INFO O| Feb 23 13:34:18.342 INFO STEP 12 (remove_files) COMPLETE |
9366 | 2025-02-23T13:34:20.001Z | [ host-image] Feb 23 13:34:18.342 INFO O| Feb 23 13:34:18.342 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9367 | 2025-02-23T13:34:20.036Z | [ host-image] Feb 23 13:34:18.380 INFO O| Feb 23 13:34:18.380 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9368 | 2025-02-23T13:34:20.039Z | [ host-image] Feb 23 13:34:18.380 INFO O| Feb 23 13:34:18.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9369 | 2025-02-23T13:34:20.039Z | [ host-image] Feb 23 13:34:18.380 INFO O| Feb 23 13:34:18.380 INFO STEP 13 (ensure_dir) COMPLETE |
9370 | 2025-02-23T13:34:20.039Z | [ host-image] Feb 23 13:34:18.381 INFO O| Feb 23 13:34:18.381 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9371 | 2025-02-23T13:34:20.062Z | [ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9372 | 2025-02-23T13:34:20.065Z | [ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9373 | 2025-02-23T13:34:20.065Z | [ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9374 | 2025-02-23T13:34:20.065Z | [ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO STEP 14 (ensure_dir) COMPLETE |
9375 | 2025-02-23T13:34:20.065Z | [ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9376 | 2025-02-23T13:34:20.081Z | [ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9377 | 2025-02-23T13:34:20.084Z | [ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9378 | 2025-02-23T13:34:20.084Z | [ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9379 | 2025-02-23T13:34:20.084Z | [ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO STEP 15 (ensure_dir) COMPLETE |
9380 | 2025-02-23T13:34:20.084Z | [ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9381 | 2025-02-23T13:34:20.107Z | [ host-image] Feb 23 13:34:18.451 INFO O| Feb 23 13:34:18.451 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9382 | 2025-02-23T13:34:20.110Z | [ host-image] Feb 23 13:34:18.452 INFO O| Feb 23 13:34:18.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9383 | 2025-02-23T13:34:20.110Z | [ host-image] Feb 23 13:34:18.452 INFO O| Feb 23 13:34:18.452 INFO STEP 16 (ensure_dir) COMPLETE |
9384 | 2025-02-23T13:34:20.110Z | [ host-image] Feb 23 13:34:18.452 INFO O| Feb 23 13:34:18.452 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9385 | 2025-02-23T13:34:20.135Z | [ host-image] Feb 23 13:34:18.479 INFO O| Feb 23 13:34:18.479 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9386 | 2025-02-23T13:34:20.138Z | [ host-image] Feb 23 13:34:18.480 INFO O| Feb 23 13:34:18.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9387 | 2025-02-23T13:34:20.138Z | [ host-image] Feb 23 13:34:18.480 INFO O| Feb 23 13:34:18.480 INFO STEP 17 (ensure_dir) COMPLETE |
9388 | 2025-02-23T13:34:20.138Z | [ host-image] Feb 23 13:34:18.480 INFO O| Feb 23 13:34:18.480 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9389 | 2025-02-23T13:34:20.162Z | [ host-image] Feb 23 13:34:18.506 INFO O| Feb 23 13:34:18.506 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9390 | 2025-02-23T13:34:20.162Z | [ host-image] Feb 23 13:34:18.506 INFO O| Feb 23 13:34:18.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9391 | 2025-02-23T13:34:20.165Z | [ host-image] Feb 23 13:34:18.507 INFO O| Feb 23 13:34:18.506 INFO ok! |
9392 | 2025-02-23T13:34:20.165Z | [ host-image] Feb 23 13:34:18.507 INFO O| Feb 23 13:34:18.507 INFO STEP 18 (ensure_symlink) COMPLETE |
9393 | 2025-02-23T13:34:20.165Z | [ host-image] Feb 23 13:34:18.507 INFO O| Feb 23 13:34:18.507 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9394 | 2025-02-23T13:34:20.183Z | [ host-image] Feb 23 13:34:18.527 INFO O| Feb 23 13:34:18.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9395 | 2025-02-23T13:34:20.183Z | [ host-image] Feb 23 13:34:18.527 INFO O| Feb 23 13:34:18.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9396 | 2025-02-23T13:34:20.186Z | [ host-image] Feb 23 13:34:18.528 INFO O| Feb 23 13:34:18.527 INFO ok! |
9397 | 2025-02-23T13:34:20.186Z | [ host-image] Feb 23 13:34:18.528 INFO O| Feb 23 13:34:18.528 INFO STEP 19 (ensure_file) COMPLETE |
9398 | 2025-02-23T13:34:20.186Z | [ host-image] Feb 23 13:34:18.528 INFO O| Feb 23 13:34:18.528 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9399 | 2025-02-23T13:34:20.207Z | [ host-image] Feb 23 13:34:18.551 INFO O| Feb 23 13:34:18.551 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9400 | 2025-02-23T13:34:20.207Z | [ host-image] Feb 23 13:34:18.551 INFO O| Feb 23 13:34:18.551 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9401 | 2025-02-23T13:34:20.210Z | [ host-image] Feb 23 13:34:18.552 INFO O| Feb 23 13:34:18.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9402 | 2025-02-23T13:34:20.210Z | [ host-image] Feb 23 13:34:18.552 INFO O| Feb 23 13:34:18.552 INFO ok! |
9403 | 2025-02-23T13:34:20.210Z | [ host-image] Feb 23 13:34:18.552 INFO O| Feb 23 13:34:18.552 INFO STEP 20 (ensure_symlink) COMPLETE |
9404 | 2025-02-23T13:34:20.210Z | [ host-image] Feb 23 13:34:18.552 INFO O| Feb 23 13:34:18.552 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9405 | 2025-02-23T13:34:20.237Z | [ host-image] Feb 23 13:34:18.579 INFO O| Feb 23 13:34:18.579 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9406 | 2025-02-23T13:34:20.237Z | [ host-image] Feb 23 13:34:18.579 INFO O| Feb 23 13:34:18.579 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9407 | 2025-02-23T13:34:20.237Z | [ host-image] Feb 23 13:34:18.580 INFO O| Feb 23 13:34:18.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9408 | 2025-02-23T13:34:20.237Z | [ host-image] Feb 23 13:34:18.580 INFO O| Feb 23 13:34:18.580 INFO ok! |
9409 | 2025-02-23T13:34:20.237Z | [ host-image] Feb 23 13:34:18.580 INFO O| Feb 23 13:34:18.580 INFO STEP 21 (ensure_symlink) COMPLETE |
9410 | 2025-02-23T13:34:20.237Z | [ host-image] Feb 23 13:34:18.580 INFO O| Feb 23 13:34:18.580 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9411 | 2025-02-23T13:34:20.263Z | [ host-image] Feb 23 13:34:18.607 INFO O| Feb 23 13:34:18.607 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9412 | 2025-02-23T13:34:20.263Z | [ host-image] Feb 23 13:34:18.607 INFO O| Feb 23 13:34:18.607 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9413 | 2025-02-23T13:34:20.266Z | [ host-image] Feb 23 13:34:18.607 INFO O| Feb 23 13:34:18.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9414 | 2025-02-23T13:34:20.266Z | [ host-image] Feb 23 13:34:18.608 INFO O| Feb 23 13:34:18.607 INFO ok! |
9415 | 2025-02-23T13:34:20.266Z | [ host-image] Feb 23 13:34:18.608 INFO O| Feb 23 13:34:18.608 INFO STEP 22 (ensure_symlink) COMPLETE |
9416 | 2025-02-23T13:34:20.266Z | [ host-image] Feb 23 13:34:18.608 INFO O| Feb 23 13:34:18.608 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9417 | 2025-02-23T13:34:20.286Z | [ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9418 | 2025-02-23T13:34:20.286Z | [ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9419 | 2025-02-23T13:34:20.286Z | [ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9420 | 2025-02-23T13:34:20.286Z | [ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO ok! |
9421 | 2025-02-23T13:34:20.289Z | [ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO STEP 23 (ensure_symlink) COMPLETE |
9422 | 2025-02-23T13:34:20.289Z | [ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9423 | 2025-02-23T13:34:20.311Z | [ host-image] Feb 23 13:34:18.655 INFO O| Feb 23 13:34:18.655 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9424 | 2025-02-23T13:34:20.314Z | [ host-image] Feb 23 13:34:18.655 INFO O| Feb 23 13:34:18.655 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9425 | 2025-02-23T13:34:20.314Z | [ host-image] Feb 23 13:34:18.656 INFO O| Feb 23 13:34:18.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9426 | 2025-02-23T13:34:20.314Z | [ host-image] Feb 23 13:34:18.656 INFO O| Feb 23 13:34:18.656 INFO ok! |
9427 | 2025-02-23T13:34:20.314Z | [ host-image] Feb 23 13:34:18.656 INFO O| Feb 23 13:34:18.656 INFO STEP 24 (ensure_file) COMPLETE |
9428 | 2025-02-23T13:34:20.314Z | [ host-image] Feb 23 13:34:18.656 INFO O| Feb 23 13:34:18.656 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9429 | 2025-02-23T13:34:20.339Z | [ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO updating shadow file |
9430 | 2025-02-23T13:34:20.339Z | [ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9431 | 2025-02-23T13:34:20.342Z | [ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9432 | 2025-02-23T13:34:20.342Z | [ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO STEP 25 (shadow) COMPLETE |
9433 | 2025-02-23T13:34:20.342Z | [ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9434 | 2025-02-23T13:34:20.365Z | [ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9435 | 2025-02-23T13:34:20.365Z | [ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9436 | 2025-02-23T13:34:20.367Z | [ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9437 | 2025-02-23T13:34:20.367Z | [ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO ok! |
9438 | 2025-02-23T13:34:20.367Z | [ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO STEP 26 (ensure_file) COMPLETE |
9439 | 2025-02-23T13:34:20.367Z | [ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9440 | 2025-02-23T13:34:20.387Z | [ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9441 | 2025-02-23T13:34:20.387Z | [ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9442 | 2025-02-23T13:34:20.390Z | [ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9443 | 2025-02-23T13:34:20.390Z | [ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO ok! |
9444 | 2025-02-23T13:34:20.390Z | [ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO STEP 27 (ensure_file) COMPLETE |
9445 | 2025-02-23T13:34:20.390Z | [ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9446 | 2025-02-23T13:34:20.421Z | [ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9447 | 2025-02-23T13:34:20.421Z | [ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9448 | 2025-02-23T13:34:20.424Z | [ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9449 | 2025-02-23T13:34:20.424Z | [ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9450 | 2025-02-23T13:34:20.424Z | [ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO ok! |
9451 | 2025-02-23T13:34:20.425Z | [ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO STEP 28 (ensure_file) COMPLETE |
9452 | 2025-02-23T13:34:20.425Z | [ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9453 | 2025-02-23T13:34:20.459Z | [ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9454 | 2025-02-23T13:34:20.459Z | [ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9455 | 2025-02-23T13:34:20.462Z | [ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9456 | 2025-02-23T13:34:20.462Z | [ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO ok! |
9457 | 2025-02-23T13:34:20.462Z | [ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO STEP 29 (ensure_file) COMPLETE |
9458 | 2025-02-23T13:34:20.462Z | [ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9459 | 2025-02-23T13:34:20.485Z | [ host-image] Feb 23 13:34:18.828 INFO O| Feb 23 13:34:18.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9460 | 2025-02-23T13:34:20.485Z | [ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.828 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9461 | 2025-02-23T13:34:20.485Z | [ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9462 | 2025-02-23T13:34:20.485Z | [ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.829 INFO ok! |
9463 | 2025-02-23T13:34:20.488Z | [ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.829 INFO STEP 30 (ensure_file) COMPLETE |
9464 | 2025-02-23T13:34:20.488Z | [ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.829 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9465 | 2025-02-23T13:34:20.512Z | [ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9466 | 2025-02-23T13:34:20.512Z | [ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9467 | 2025-02-23T13:34:20.517Z | [ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9468 | 2025-02-23T13:34:20.517Z | [ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9469 | 2025-02-23T13:34:20.517Z | [ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO ok! |
9470 | 2025-02-23T13:34:20.517Z | [ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO STEP 31 (ensure_file) COMPLETE |
9471 | 2025-02-23T13:34:20.517Z | [ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9472 | 2025-02-23T13:34:20.569Z | [ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9473 | 2025-02-23T13:34:20.569Z | [ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9474 | 2025-02-23T13:34:20.572Z | [ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9475 | 2025-02-23T13:34:20.572Z | [ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO ok! |
9476 | 2025-02-23T13:34:20.572Z | [ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO STEP 32 (ensure_file) COMPLETE |
9477 | 2025-02-23T13:34:20.572Z | [ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9478 | 2025-02-23T13:34:20.592Z | [ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9479 | 2025-02-23T13:34:20.592Z | [ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9480 | 2025-02-23T13:34:20.595Z | [ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9481 | 2025-02-23T13:34:20.595Z | [ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO ok! |
9482 | 2025-02-23T13:34:20.595Z | [ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO STEP 33 (ensure_file) COMPLETE |
9483 | 2025-02-23T13:34:20.595Z | [ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9484 | 2025-02-23T13:34:20.620Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9485 | 2025-02-23T13:34:20.620Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.963 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9486 | 2025-02-23T13:34:20.623Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9487 | 2025-02-23T13:34:20.623Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9488 | 2025-02-23T13:34:20.623Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9489 | 2025-02-23T13:34:20.623Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9490 | 2025-02-23T13:34:20.623Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO ok! |
9491 | 2025-02-23T13:34:20.623Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO STEP 34 (ensure_file) COMPLETE |
9492 | 2025-02-23T13:34:20.623Z | [ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9493 | 2025-02-23T13:34:20.647Z | [ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9494 | 2025-02-23T13:34:20.647Z | [ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9495 | 2025-02-23T13:34:20.650Z | [ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9496 | 2025-02-23T13:34:20.651Z | [ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO STEP 35 (ensure_dir) COMPLETE |
9497 | 2025-02-23T13:34:20.651Z | [ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9498 | 2025-02-23T13:34:20.671Z | [ host-image] Feb 23 13:34:19.015 INFO O| Feb 23 13:34:19.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist |
9499 | 2025-02-23T13:34:20.675Z | [ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.015 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
9500 | 2025-02-23T13:34:20.675Z | [ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
9501 | 2025-02-23T13:34:20.675Z | [ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
9502 | 2025-02-23T13:34:20.675Z | [ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
9503 | 2025-02-23T13:34:20.675Z | [ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
9504 | 2025-02-23T13:34:20.675Z | [ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO ok! |
9505 | 2025-02-23T13:34:20.675Z | [ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO STEP 36 (ensure_file) COMPLETE |
9506 | 2025-02-23T13:34:20.675Z | [ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9507 | 2025-02-23T13:34:20.695Z | [ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9508 | 2025-02-23T13:34:20.695Z | [ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
9509 | 2025-02-23T13:34:20.695Z | [ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9510 | 2025-02-23T13:34:20.753Z | [ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO ok! |
9511 | 2025-02-23T13:34:20.753Z | [ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO STEP 37 (ensure_symlink) COMPLETE |
9512 | 2025-02-23T13:34:20.753Z | [ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9513 | 2025-02-23T13:34:20.753Z | [ host-image] Feb 23 13:34:19.071 INFO O| Feb 23 13:34:19.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9514 | 2025-02-23T13:34:20.753Z | [ host-image] Feb 23 13:34:19.071 INFO O| Feb 23 13:34:19.071 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9515 | 2025-02-23T13:34:20.753Z | [ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9516 | 2025-02-23T13:34:20.754Z | [ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9517 | 2025-02-23T13:34:20.754Z | [ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9518 | 2025-02-23T13:34:20.754Z | [ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9519 | 2025-02-23T13:34:20.754Z | [ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO ok! |
9520 | 2025-02-23T13:34:20.754Z | [ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO STEP 38 (ensure_file) COMPLETE |
9521 | 2025-02-23T13:34:20.754Z | [ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9522 | 2025-02-23T13:34:20.757Z | [ host-image] Feb 23 13:34:19.098 INFO O| Feb 23 13:34:19.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9523 | 2025-02-23T13:34:20.757Z | [ host-image] Feb 23 13:34:19.098 INFO O| Feb 23 13:34:19.098 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ... |
9524 | 2025-02-23T13:34:20.757Z | [ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9525 | 2025-02-23T13:34:20.757Z | [ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9526 | 2025-02-23T13:34:20.757Z | [ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO ok! |
9527 | 2025-02-23T13:34:20.757Z | [ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO STEP 39 (ensure_file) COMPLETE |
9528 | 2025-02-23T13:34:20.757Z | [ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9529 | 2025-02-23T13:34:20.777Z | [ host-image] Feb 23 13:34:19.121 INFO O| Feb 23 13:34:19.121 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9530 | 2025-02-23T13:34:20.777Z | [ host-image] Feb 23 13:34:19.121 INFO O| Feb 23 13:34:19.121 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9531 | 2025-02-23T13:34:20.780Z | [ host-image] Feb 23 13:34:19.122 INFO O| Feb 23 13:34:19.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9532 | 2025-02-23T13:34:20.789Z | [ host-image] Feb 23 13:34:19.122 INFO O| Feb 23 13:34:19.122 INFO ok! |
9533 | 2025-02-23T13:34:20.789Z | [ host-image] Feb 23 13:34:19.122 INFO O| Feb 23 13:34:19.122 INFO STEP 40 (ensure_file) COMPLETE |
9534 | 2025-02-23T13:34:20.789Z | [ host-image] Feb 23 13:34:19.122 INFO O| Feb 23 13:34:19.122 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9535 | 2025-02-23T13:34:20.809Z | [ host-image] Feb 23 13:34:19.152 INFO O| Feb 23 13:34:19.152 INFO updating shadow file |
9536 | 2025-02-23T13:34:20.809Z | [ host-image] Feb 23 13:34:19.153 INFO O| Feb 23 13:34:19.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9537 | 2025-02-23T13:34:20.813Z | [ host-image] Feb 23 13:34:19.153 INFO O| Feb 23 13:34:19.153 INFO STEP 41 (shadow) COMPLETE |
9538 | 2025-02-23T13:34:20.813Z | [ host-image] Feb 23 13:34:19.153 INFO O| Feb 23 13:34:19.153 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9539 | 2025-02-23T13:34:20.837Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9540 | 2025-02-23T13:34:20.837Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9541 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9542 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9543 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO ok! |
9544 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO STEP 42 (ensure_file) COMPLETE |
9545 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9546 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO skip step because feature "mfg" is not enabled |
9547 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9548 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO skip step because feature "mfg" is not enabled |
9549 | 2025-02-23T13:34:20.840Z | [ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9550 | 2025-02-23T13:34:20.875Z | [ host-image] Feb 23 13:34:19.219 INFO O| Feb 23 13:34:19.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9551 | 2025-02-23T13:34:20.878Z | [ host-image] Feb 23 13:34:19.219 INFO O| Feb 23 13:34:19.219 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9552 | 2025-02-23T13:34:21.740Z | [ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9553 | 2025-02-23T13:34:21.740Z | [ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9554 | 2025-02-23T13:34:21.740Z | [ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO ok! |
9555 | 2025-02-23T13:34:21.740Z | [ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO STEP 45 (ensure_file) COMPLETE |
9556 | 2025-02-23T13:34:21.740Z | [ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9557 | 2025-02-23T13:34:21.804Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9558 | 2025-02-23T13:34:21.804Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9559 | 2025-02-23T13:34:21.808Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9560 | 2025-02-23T13:34:21.808Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9561 | 2025-02-23T13:34:21.808Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9562 | 2025-02-23T13:34:21.808Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9563 | 2025-02-23T13:34:21.808Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO ok! |
9564 | 2025-02-23T13:34:21.808Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO STEP 46 (ensure_file) COMPLETE |
9565 | 2025-02-23T13:34:21.808Z | [ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9566 | 2025-02-23T13:34:21.834Z | [ host-image] Feb 23 13:34:20.177 INFO O| Feb 23 13:34:20.177 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9567 | 2025-02-23T13:34:21.834Z | [ host-image] Feb 23 13:34:20.177 INFO O| Feb 23 13:34:20.177 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ... |
9568 | 2025-02-23T13:34:21.837Z | [ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9569 | 2025-02-23T13:34:21.837Z | [ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9570 | 2025-02-23T13:34:21.837Z | [ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO ok! |
9571 | 2025-02-23T13:34:21.837Z | [ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO STEP 47 (ensure_file) COMPLETE |
9572 | 2025-02-23T13:34:21.837Z | [ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9573 | 2025-02-23T13:34:21.886Z | [ host-image] Feb 23 13:34:20.229 INFO O| Feb 23 13:34:20.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9574 | 2025-02-23T13:34:21.886Z | [ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9575 | 2025-02-23T13:34:21.889Z | [ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9576 | 2025-02-23T13:34:21.889Z | [ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9577 | 2025-02-23T13:34:21.889Z | [ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9578 | 2025-02-23T13:34:21.889Z | [ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9579 | 2025-02-23T13:34:21.889Z | [ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO ok! |
9580 | 2025-02-23T13:34:21.889Z | [ host-image] Feb 23 13:34:20.231 INFO O| Feb 23 13:34:20.230 INFO STEP 48 (ensure_file) COMPLETE |
9581 | 2025-02-23T13:34:21.889Z | [ host-image] Feb 23 13:34:20.231 INFO O| Feb 23 13:34:20.231 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9582 | 2025-02-23T13:34:21.934Z | [ host-image] Feb 23 13:34:20.278 INFO O| Feb 23 13:34:20.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9583 | 2025-02-23T13:34:21.934Z | [ host-image] Feb 23 13:34:20.278 INFO O| Feb 23 13:34:20.278 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ... |
9584 | 2025-02-23T13:34:21.937Z | [ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.278 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9585 | 2025-02-23T13:34:21.937Z | [ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.279 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9586 | 2025-02-23T13:34:21.937Z | [ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.279 INFO ok! |
9587 | 2025-02-23T13:34:21.937Z | [ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.279 INFO STEP 49 (ensure_file) COMPLETE |
9588 | 2025-02-23T13:34:21.937Z | [ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.279 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9589 | 2025-02-23T13:34:22.018Z | [ host-image] Feb 23 13:34:20.362 INFO O| Feb 23 13:34:20.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9590 | 2025-02-23T13:34:22.019Z | [ host-image] Feb 23 13:34:20.362 INFO O| Feb 23 13:34:20.362 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9591 | 2025-02-23T13:34:22.040Z | [ host-image] Feb 23 13:34:20.384 INFO O| Feb 23 13:34:20.384 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9592 | 2025-02-23T13:34:22.040Z | [ host-image] Feb 23 13:34:20.384 INFO O| Feb 23 13:34:20.384 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9593 | 2025-02-23T13:34:22.043Z | [ host-image] Feb 23 13:34:20.384 INFO O| Feb 23 13:34:20.384 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9594 | 2025-02-23T13:34:22.044Z | [ host-image] Feb 23 13:34:20.384 INFO O| Feb 23 13:34:20.384 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9595 | 2025-02-23T13:34:22.044Z | [ host-image] Feb 23 13:34:20.385 INFO O| Feb 23 13:34:20.384 INFO ok! |
9596 | 2025-02-23T13:34:22.044Z | [ host-image] Feb 23 13:34:20.385 INFO O| Feb 23 13:34:20.384 INFO STEP 50 (ensure_file) COMPLETE |
9597 | 2025-02-23T13:34:22.044Z | [ host-image] Feb 23 13:34:20.385 INFO O| Feb 23 13:34:20.384 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9598 | 2025-02-23T13:34:22.071Z | [ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9599 | 2025-02-23T13:34:22.071Z | [ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ... |
9600 | 2025-02-23T13:34:22.074Z | [ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9601 | 2025-02-23T13:34:22.074Z | [ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9602 | 2025-02-23T13:34:22.074Z | [ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 INFO ok! |
9603 | 2025-02-23T13:34:22.074Z | [ host-image] Feb 23 13:34:20.415 INFO O| Feb 23 13:34:20.415 INFO STEP 51 (ensure_file) COMPLETE |
9604 | 2025-02-23T13:34:22.074Z | [ host-image] Feb 23 13:34:20.415 INFO O| Feb 23 13:34:20.415 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9605 | 2025-02-23T13:34:22.099Z | [ host-image] Feb 23 13:34:20.442 INFO O| Feb 23 13:34:20.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9606 | 2025-02-23T13:34:22.099Z | [ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.442 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ... |
9607 | 2025-02-23T13:34:22.099Z | [ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9608 | 2025-02-23T13:34:22.102Z | [ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9609 | 2025-02-23T13:34:22.102Z | [ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO ok! |
9610 | 2025-02-23T13:34:22.102Z | [ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO STEP 52 (ensure_file) COMPLETE |
9611 | 2025-02-23T13:34:22.102Z | [ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9612 | 2025-02-23T13:34:22.131Z | [ host-image] Feb 23 13:34:20.475 INFO O| Feb 23 13:34:20.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9613 | 2025-02-23T13:34:22.131Z | [ host-image] Feb 23 13:34:20.475 INFO O| Feb 23 13:34:20.475 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ... |
9614 | 2025-02-23T13:34:22.135Z | [ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.475 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9615 | 2025-02-23T13:34:22.135Z | [ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.476 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9616 | 2025-02-23T13:34:22.135Z | [ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.476 INFO ok! |
9617 | 2025-02-23T13:34:22.135Z | [ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.476 INFO STEP 53 (ensure_file) COMPLETE |
9618 | 2025-02-23T13:34:22.135Z | [ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.476 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9619 | 2025-02-23T13:34:22.163Z | [ host-image] Feb 23 13:34:20.506 INFO O| Feb 23 13:34:20.506 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9620 | 2025-02-23T13:34:22.163Z | [ host-image] Feb 23 13:34:20.506 INFO O| Feb 23 13:34:20.506 INFO STEP 54 (ensure_dir) COMPLETE |
9621 | 2025-02-23T13:34:22.163Z | [ host-image] Feb 23 13:34:20.506 INFO O| Feb 23 13:34:20.506 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9622 | 2025-02-23T13:34:22.188Z | [ host-image] Feb 23 13:34:20.531 INFO O| Feb 23 13:34:20.531 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9623 | 2025-02-23T13:34:22.188Z | [ host-image] Feb 23 13:34:20.531 INFO O| Feb 23 13:34:20.531 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9624 | 2025-02-23T13:34:22.188Z | [ host-image] Feb 23 13:34:20.531 INFO O| Feb 23 13:34:20.531 INFO STEP 55 (ensure_dir) COMPLETE |
9625 | 2025-02-23T13:34:22.188Z | [ host-image] Feb 23 13:34:20.531 INFO O| Feb 23 13:34:20.531 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2025-02-23T13:34:22.217Z | [ host-image] Feb 23 13:34:20.560 INFO O| Feb 23 13:34:20.560 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9627 | 2025-02-23T13:34:22.217Z | [ host-image] Feb 23 13:34:20.560 INFO O| Feb 23 13:34:20.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9628 | 2025-02-23T13:34:22.217Z | [ host-image] Feb 23 13:34:20.560 INFO O| Feb 23 13:34:20.560 INFO STEP 56 (ensure_dir) COMPLETE |
9629 | 2025-02-23T13:34:22.217Z | [ host-image] Feb 23 13:34:20.560 INFO O| Feb 23 13:34:20.560 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9630 | 2025-02-23T13:34:22.246Z | [ host-image] Feb 23 13:34:20.589 INFO O| Feb 23 13:34:20.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9631 | 2025-02-23T13:34:22.246Z | [ host-image] Feb 23 13:34:20.589 INFO O| Feb 23 13:34:20.589 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9632 | 2025-02-23T13:34:22.275Z | [ host-image] Feb 23 13:34:20.618 INFO O| Feb 23 13:34:20.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9633 | 2025-02-23T13:34:22.275Z | [ host-image] Feb 23 13:34:20.618 INFO O| Feb 23 13:34:20.618 INFO ok! |
9634 | 2025-02-23T13:34:22.275Z | [ host-image] Feb 23 13:34:20.618 INFO O| Feb 23 13:34:20.618 INFO STEP 57 (ensure_file) COMPLETE |
9635 | 2025-02-23T13:34:22.275Z | [ host-image] Feb 23 13:34:20.618 INFO O| Feb 23 13:34:20.618 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9636 | 2025-02-23T13:34:22.302Z | [ host-image] Feb 23 13:34:20.645 INFO O| Feb 23 13:34:20.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9637 | 2025-02-23T13:34:22.302Z | [ host-image] Feb 23 13:34:20.645 INFO O| Feb 23 13:34:20.645 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9638 | 2025-02-23T13:34:23.998Z | [ host-image] Feb 23 13:34:22.341 INFO O| Feb 23 13:34:22.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9639 | 2025-02-23T13:34:23.998Z | [ host-image] Feb 23 13:34:22.341 INFO O| Feb 23 13:34:22.341 INFO ok! |
9640 | 2025-02-23T13:34:24.002Z | [ host-image] Feb 23 13:34:22.341 INFO O| Feb 23 13:34:22.341 INFO STEP 58 (ensure_file) COMPLETE |
9641 | 2025-02-23T13:34:24.002Z | [ host-image] Feb 23 13:34:22.341 INFO O| Feb 23 13:34:22.341 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9642 | 2025-02-23T13:34:24.027Z | [ host-image] Feb 23 13:34:22.371 INFO O| Feb 23 13:34:22.371 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9643 | 2025-02-23T13:34:24.027Z | [ host-image] Feb 23 13:34:22.371 INFO O| Feb 23 13:34:22.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9644 | 2025-02-23T13:34:24.030Z | [ host-image] Feb 23 13:34:22.371 INFO O| Feb 23 13:34:22.371 INFO STEP 59 (ensure_dir) COMPLETE |
9645 | 2025-02-23T13:34:24.030Z | [ host-image] Feb 23 13:34:22.371 INFO O| Feb 23 13:34:22.371 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9646 | 2025-02-23T13:34:24.074Z | [ host-image] Feb 23 13:34:22.417 INFO O| Feb 23 13:34:22.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9647 | 2025-02-23T13:34:24.074Z | [ host-image] Feb 23 13:34:22.417 INFO O| Feb 23 13:34:22.417 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ... |
9648 | 2025-02-23T13:34:24.077Z | [ host-image] Feb 23 13:34:22.418 INFO O| Feb 23 13:34:22.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9649 | 2025-02-23T13:34:24.077Z | [ host-image] Feb 23 13:34:22.418 INFO O| Feb 23 13:34:22.418 INFO ok! |
9650 | 2025-02-23T13:34:24.077Z | [ host-image] Feb 23 13:34:22.418 INFO O| Feb 23 13:34:22.418 INFO STEP 60 (ensure_file) COMPLETE |
9651 | 2025-02-23T13:34:24.077Z | [ host-image] Feb 23 13:34:22.418 INFO O| Feb 23 13:34:22.418 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9652 | 2025-02-23T13:34:24.140Z | [ host-image] Feb 23 13:34:22.483 INFO O| Feb 23 13:34:22.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9653 | 2025-02-23T13:34:24.140Z | [ host-image] Feb 23 13:34:22.483 INFO O| Feb 23 13:34:22.483 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ... |
9654 | 2025-02-23T13:34:24.143Z | [ host-image] Feb 23 13:34:22.484 INFO O| Feb 23 13:34:22.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9655 | 2025-02-23T13:34:24.143Z | [ host-image] Feb 23 13:34:22.484 INFO O| Feb 23 13:34:22.483 INFO ok! |
9656 | 2025-02-23T13:34:24.143Z | [ host-image] Feb 23 13:34:22.484 INFO O| Feb 23 13:34:22.483 INFO STEP 61 (ensure_file) COMPLETE |
9657 | 2025-02-23T13:34:24.143Z | [ host-image] Feb 23 13:34:22.484 INFO O| Feb 23 13:34:22.484 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9658 | 2025-02-23T13:34:24.168Z | [ host-image] Feb 23 13:34:22.512 INFO O| Feb 23 13:34:22.512 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9659 | 2025-02-23T13:34:24.168Z | [ host-image] Feb 23 13:34:22.512 INFO O| Feb 23 13:34:22.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9660 | 2025-02-23T13:34:24.168Z | [ host-image] Feb 23 13:34:22.512 INFO O| Feb 23 13:34:22.512 INFO STEP 62 (ensure_dir) COMPLETE |
9661 | 2025-02-23T13:34:24.172Z | [ host-image] Feb 23 13:34:22.512 INFO O| Feb 23 13:34:22.512 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9662 | 2025-02-23T13:34:24.199Z | [ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9663 | 2025-02-23T13:34:24.199Z | [ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ... |
9664 | 2025-02-23T13:34:24.202Z | [ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9665 | 2025-02-23T13:34:24.202Z | [ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO ok! |
9666 | 2025-02-23T13:34:24.202Z | [ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO STEP 63 (ensure_file) COMPLETE |
9667 | 2025-02-23T13:34:24.202Z | [ host-image] Feb 23 13:34:22.543 INFO O| Feb 23 13:34:22.542 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2025-02-23T13:34:24.229Z | [ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9669 | 2025-02-23T13:34:24.229Z | [ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ... |
9670 | 2025-02-23T13:34:24.232Z | [ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9671 | 2025-02-23T13:34:24.232Z | [ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO ok! |
9672 | 2025-02-23T13:34:24.232Z | [ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO STEP 64 (ensure_file) COMPLETE |
9673 | 2025-02-23T13:34:24.232Z | [ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2025-02-23T13:34:24.257Z | [ host-image] Feb 23 13:34:22.600 INFO O| Feb 23 13:34:22.600 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9675 | 2025-02-23T13:34:24.257Z | [ host-image] Feb 23 13:34:22.600 INFO O| Feb 23 13:34:22.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9676 | 2025-02-23T13:34:24.257Z | [ host-image] Feb 23 13:34:22.600 INFO O| Feb 23 13:34:22.600 INFO STEP 65 (ensure_dir) COMPLETE |
9677 | 2025-02-23T13:34:24.257Z | [ host-image] Feb 23 13:34:22.600 INFO O| Feb 23 13:34:22.600 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9678 | 2025-02-23T13:34:24.281Z | [ host-image] Feb 23 13:34:22.624 INFO O| Feb 23 13:34:22.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9679 | 2025-02-23T13:34:24.281Z | [ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.624 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ... |
9680 | 2025-02-23T13:34:24.284Z | [ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9681 | 2025-02-23T13:34:24.284Z | [ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.625 INFO ok! |
9682 | 2025-02-23T13:34:24.284Z | [ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.625 INFO STEP 66 (ensure_file) COMPLETE |
9683 | 2025-02-23T13:34:24.284Z | [ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.625 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9684 | 2025-02-23T13:34:24.312Z | [ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9685 | 2025-02-23T13:34:24.312Z | [ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9686 | 2025-02-23T13:34:24.312Z | [ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9687 | 2025-02-23T13:34:24.312Z | [ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO ok! |
9688 | 2025-02-23T13:34:24.314Z | [ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO STEP 67 (ensure_file) COMPLETE |
9689 | 2025-02-23T13:34:24.314Z | [ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9690 | 2025-02-23T13:34:24.345Z | [ host-image] Feb 23 13:34:22.688 INFO O| Feb 23 13:34:22.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9691 | 2025-02-23T13:34:24.345Z | [ host-image] Feb 23 13:34:22.688 INFO O| Feb 23 13:34:22.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9692 | 2025-02-23T13:34:24.348Z | [ host-image] Feb 23 13:34:22.688 INFO O| Feb 23 13:34:22.688 INFO STEP 68 (ensure_dir) COMPLETE |
9693 | 2025-02-23T13:34:24.348Z | [ host-image] Feb 23 13:34:22.688 INFO O| Feb 23 13:34:22.688 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9694 | 2025-02-23T13:34:24.372Z | [ host-image] Feb 23 13:34:22.716 INFO O| Feb 23 13:34:22.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9695 | 2025-02-23T13:34:24.372Z | [ host-image] Feb 23 13:34:22.716 INFO O| Feb 23 13:34:22.716 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9696 | 2025-02-23T13:34:26.146Z | [ host-image] Feb 23 13:34:24.480 INFO O| Feb 23 13:34:24.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9697 | 2025-02-23T13:34:26.146Z | [ host-image] Feb 23 13:34:24.480 INFO O| Feb 23 13:34:24.480 INFO ok! |
9698 | 2025-02-23T13:34:26.149Z | [ host-image] Feb 23 13:34:24.480 INFO O| Feb 23 13:34:24.480 INFO STEP 69 (ensure_file) COMPLETE |
9699 | 2025-02-23T13:34:26.149Z | [ host-image] Feb 23 13:34:24.480 INFO O| Feb 23 13:34:24.480 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9700 | 2025-02-23T13:34:26.162Z | [ host-image] Feb 23 13:34:24.505 INFO O| Feb 23 13:34:24.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9701 | 2025-02-23T13:34:26.162Z | [ host-image] Feb 23 13:34:24.505 INFO O| Feb 23 13:34:24.505 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9702 | 2025-02-23T13:34:29.134Z | [ host-image] Feb 23 13:34:27.476 INFO O| Feb 23 13:34:27.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9703 | 2025-02-23T13:34:29.134Z | [ host-image] Feb 23 13:34:27.476 INFO O| Feb 23 13:34:27.476 INFO ok! |
9704 | 2025-02-23T13:34:29.137Z | [ host-image] Feb 23 13:34:27.476 INFO O| Feb 23 13:34:27.476 INFO STEP 70 (ensure_file) COMPLETE |
9705 | 2025-02-23T13:34:29.137Z | [ host-image] Feb 23 13:34:27.476 INFO O| Feb 23 13:34:27.476 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9706 | 2025-02-23T13:34:29.165Z | [ host-image] Feb 23 13:34:27.507 INFO O| Feb 23 13:34:27.507 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9707 | 2025-02-23T13:34:29.165Z | [ host-image] Feb 23 13:34:27.507 INFO O| Feb 23 13:34:27.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9708 | 2025-02-23T13:34:29.168Z | [ host-image] Feb 23 13:34:27.507 INFO O| Feb 23 13:34:27.507 INFO STEP 71 (ensure_dir) COMPLETE |
9709 | 2025-02-23T13:34:29.168Z | [ host-image] Feb 23 13:34:27.507 INFO O| Feb 23 13:34:27.507 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2025-02-23T13:34:29.193Z | [ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9711 | 2025-02-23T13:34:29.193Z | [ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ... |
9712 | 2025-02-23T13:34:29.193Z | [ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9713 | 2025-02-23T13:34:29.196Z | [ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO ok! |
9714 | 2025-02-23T13:34:29.196Z | [ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO STEP 72 (ensure_file) COMPLETE |
9715 | 2025-02-23T13:34:29.196Z | [ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9716 | 2025-02-23T13:34:29.240Z | [ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9717 | 2025-02-23T13:34:29.240Z | [ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ... |
9718 | 2025-02-23T13:34:29.243Z | [ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9719 | 2025-02-23T13:34:29.244Z | [ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO ok! |
9720 | 2025-02-23T13:34:29.244Z | [ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO STEP 73 (ensure_file) COMPLETE |
9721 | 2025-02-23T13:34:29.244Z | [ host-image] Feb 23 13:34:27.584 INFO O| Feb 23 13:34:27.584 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2025-02-23T13:34:29.273Z | [ host-image] Feb 23 13:34:27.615 INFO O| Feb 23 13:34:27.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9723 | 2025-02-23T13:34:29.273Z | [ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.615 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9724 | 2025-02-23T13:34:29.276Z | [ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9725 | 2025-02-23T13:34:29.276Z | [ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.616 INFO ok! |
9726 | 2025-02-23T13:34:29.276Z | [ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.616 INFO STEP 74 (ensure_file) COMPLETE |
9727 | 2025-02-23T13:34:29.276Z | [ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.616 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9728 | 2025-02-23T13:34:29.340Z | [ host-image] Feb 23 13:34:27.682 INFO O| Feb 23 13:34:27.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9729 | 2025-02-23T13:34:29.340Z | [ host-image] Feb 23 13:34:27.682 INFO O| Feb 23 13:34:27.682 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9730 | 2025-02-23T13:34:29.343Z | [ host-image] Feb 23 13:34:27.682 INFO O| Feb 23 13:34:27.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9731 | 2025-02-23T13:34:29.343Z | [ host-image] Feb 23 13:34:27.682 INFO O| Feb 23 13:34:27.682 INFO ok! |
9732 | 2025-02-23T13:34:29.343Z | [ host-image] Feb 23 13:34:27.683 INFO O| Feb 23 13:34:27.682 INFO STEP 75 (ensure_file) COMPLETE |
9733 | 2025-02-23T13:34:29.343Z | [ host-image] Feb 23 13:34:27.683 INFO O| Feb 23 13:34:27.683 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2025-02-23T13:34:29.415Z | [ host-image] Feb 23 13:34:27.757 INFO O| Feb 23 13:34:27.757 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9735 | 2025-02-23T13:34:29.415Z | [ host-image] Feb 23 13:34:27.757 INFO O| Feb 23 13:34:27.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9736 | 2025-02-23T13:34:29.415Z | [ host-image] Feb 23 13:34:27.757 INFO O| Feb 23 13:34:27.757 INFO STEP 76 (ensure_dir) COMPLETE |
9737 | 2025-02-23T13:34:29.418Z | [ host-image] Feb 23 13:34:27.758 INFO O| Feb 23 13:34:27.757 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9738 | 2025-02-23T13:34:29.509Z | [ host-image] Feb 23 13:34:27.851 INFO O| Feb 23 13:34:27.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9739 | 2025-02-23T13:34:29.509Z | [ host-image] Feb 23 13:34:27.851 INFO O| Feb 23 13:34:27.851 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9740 | 2025-02-23T13:34:29.515Z | [ host-image] Feb 23 13:34:27.857 INFO O| Feb 23 13:34:27.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9741 | 2025-02-23T13:34:29.515Z | [ host-image] Feb 23 13:34:27.857 INFO O| Feb 23 13:34:27.857 INFO ok! |
9742 | 2025-02-23T13:34:29.515Z | [ host-image] Feb 23 13:34:27.857 INFO O| Feb 23 13:34:27.857 INFO STEP 77 (ensure_file) COMPLETE |
9743 | 2025-02-23T13:34:29.515Z | [ host-image] Feb 23 13:34:27.857 INFO O| Feb 23 13:34:27.857 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9744 | 2025-02-23T13:34:29.586Z | [ host-image] Feb 23 13:34:27.928 INFO O| Feb 23 13:34:27.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9745 | 2025-02-23T13:34:29.586Z | [ host-image] Feb 23 13:34:27.928 INFO O| Feb 23 13:34:27.928 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9746 | 2025-02-23T13:34:29.589Z | [ host-image] Feb 23 13:34:27.929 INFO O| Feb 23 13:34:27.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9747 | 2025-02-23T13:34:29.589Z | [ host-image] Feb 23 13:34:27.929 INFO O| Feb 23 13:34:27.929 INFO ok! |
9748 | 2025-02-23T13:34:29.589Z | [ host-image] Feb 23 13:34:27.929 INFO O| Feb 23 13:34:27.929 INFO STEP 78 (ensure_file) COMPLETE |
9749 | 2025-02-23T13:34:29.589Z | [ host-image] Feb 23 13:34:27.929 INFO O| Feb 23 13:34:27.929 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9750 | 2025-02-23T13:34:29.651Z | [ host-image] Feb 23 13:34:27.993 INFO O| Feb 23 13:34:27.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9751 | 2025-02-23T13:34:29.651Z | [ host-image] Feb 23 13:34:27.993 INFO O| Feb 23 13:34:27.993 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9752 | 2025-02-23T13:34:31.569Z | [ host-image] Feb 23 13:34:29.911 INFO O| Feb 23 13:34:29.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9753 | 2025-02-23T13:34:31.569Z | [ host-image] Feb 23 13:34:29.911 INFO O| Feb 23 13:34:29.911 INFO ok! |
9754 | 2025-02-23T13:34:31.572Z | [ host-image] Feb 23 13:34:29.911 INFO O| Feb 23 13:34:29.911 INFO STEP 79 (ensure_file) COMPLETE |
9755 | 2025-02-23T13:34:31.572Z | [ host-image] Feb 23 13:34:29.911 INFO O| Feb 23 13:34:29.911 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9756 | 2025-02-23T13:34:31.593Z | [ host-image] Feb 23 13:34:29.935 INFO O| Feb 23 13:34:29.935 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9757 | 2025-02-23T13:34:31.596Z | [ host-image] Feb 23 13:34:29.936 INFO O| Feb 23 13:34:29.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9758 | 2025-02-23T13:34:31.596Z | [ host-image] Feb 23 13:34:29.936 INFO O| Feb 23 13:34:29.936 INFO STEP 80 (ensure_dir) COMPLETE |
9759 | 2025-02-23T13:34:31.596Z | [ host-image] Feb 23 13:34:29.936 INFO O| Feb 23 13:34:29.936 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9760 | 2025-02-23T13:34:31.652Z | [ host-image] Feb 23 13:34:29.994 INFO O| Feb 23 13:34:29.994 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9761 | 2025-02-23T13:34:31.655Z | [ host-image] Feb 23 13:34:29.995 INFO O| Feb 23 13:34:29.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9762 | 2025-02-23T13:34:31.655Z | [ host-image] Feb 23 13:34:29.995 INFO O| Feb 23 13:34:29.995 INFO STEP 81 (ensure_dir) COMPLETE |
9763 | 2025-02-23T13:34:31.655Z | [ host-image] Feb 23 13:34:29.995 INFO O| Feb 23 13:34:29.995 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2025-02-23T13:34:31.678Z | [ host-image] Feb 23 13:34:30.020 INFO O| Feb 23 13:34:30.020 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9765 | 2025-02-23T13:34:31.681Z | [ host-image] Feb 23 13:34:30.021 INFO O| Feb 23 13:34:30.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9766 | 2025-02-23T13:34:31.681Z | [ host-image] Feb 23 13:34:30.021 INFO O| Feb 23 13:34:30.021 INFO STEP 82 (ensure_dir) COMPLETE |
9767 | 2025-02-23T13:34:31.681Z | [ host-image] Feb 23 13:34:30.021 INFO O| Feb 23 13:34:30.021 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9768 | 2025-02-23T13:34:31.703Z | [ host-image] Feb 23 13:34:30.045 INFO O| Feb 23 13:34:30.045 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9769 | 2025-02-23T13:34:31.703Z | [ host-image] Feb 23 13:34:30.045 INFO O| Feb 23 13:34:30.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9770 | 2025-02-23T13:34:31.703Z | [ host-image] Feb 23 13:34:30.045 INFO O| Feb 23 13:34:30.045 INFO STEP 83 (ensure_dir) COMPLETE |
9771 | 2025-02-23T13:34:31.706Z | [ host-image] Feb 23 13:34:30.045 INFO O| Feb 23 13:34:30.045 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9772 | 2025-02-23T13:34:31.729Z | [ host-image] Feb 23 13:34:30.071 INFO O| Feb 23 13:34:30.071 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9773 | 2025-02-23T13:34:31.732Z | [ host-image] Feb 23 13:34:30.071 INFO O| Feb 23 13:34:30.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9774 | 2025-02-23T13:34:31.732Z | [ host-image] Feb 23 13:34:30.071 INFO O| Feb 23 13:34:30.071 INFO STEP 84 (ensure_dir) COMPLETE |
9775 | 2025-02-23T13:34:31.732Z | [ host-image] Feb 23 13:34:30.071 INFO O| Feb 23 13:34:30.071 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9776 | 2025-02-23T13:34:31.756Z | [ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9777 | 2025-02-23T13:34:31.756Z | [ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ... |
9778 | 2025-02-23T13:34:31.759Z | [ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9779 | 2025-02-23T13:34:31.759Z | [ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO ok! |
9780 | 2025-02-23T13:34:31.759Z | [ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO STEP 85 (ensure_file) COMPLETE |
9781 | 2025-02-23T13:34:31.759Z | [ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9782 | 2025-02-23T13:34:31.781Z | [ host-image] Feb 23 13:34:30.122 INFO O| Feb 23 13:34:30.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9783 | 2025-02-23T13:34:31.781Z | [ host-image] Feb 23 13:34:30.122 INFO O| Feb 23 13:34:30.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9784 | 2025-02-23T13:34:31.781Z | [ host-image] Feb 23 13:34:30.122 INFO O| Feb 23 13:34:30.122 INFO STEP 86 (ensure_dir) COMPLETE |
9785 | 2025-02-23T13:34:31.781Z | [ host-image] Feb 23 13:34:30.123 INFO O| Feb 23 13:34:30.122 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9786 | 2025-02-23T13:34:31.808Z | [ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9787 | 2025-02-23T13:34:31.808Z | [ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9788 | 2025-02-23T13:34:31.808Z | [ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9789 | 2025-02-23T13:34:31.808Z | [ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO ok! |
9790 | 2025-02-23T13:34:31.811Z | [ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO STEP 87 (ensure_file) COMPLETE |
9791 | 2025-02-23T13:34:31.811Z | [ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9792 | 2025-02-23T13:34:31.853Z | [ host-image] Feb 23 13:34:30.195 INFO O| Feb 23 13:34:30.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9793 | 2025-02-23T13:34:31.854Z | [ host-image] Feb 23 13:34:30.196 INFO O| Feb 23 13:34:30.195 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9794 | 2025-02-23T13:34:31.895Z | [ host-image] Feb 23 13:34:30.237 INFO O| Feb 23 13:34:30.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9795 | 2025-02-23T13:34:31.895Z | [ host-image] Feb 23 13:34:30.237 INFO O| Feb 23 13:34:30.237 INFO ok! |
9796 | 2025-02-23T13:34:31.898Z | [ host-image] Feb 23 13:34:30.237 INFO O| Feb 23 13:34:30.237 INFO STEP 88 (ensure_file) COMPLETE |
9797 | 2025-02-23T13:34:31.898Z | [ host-image] Feb 23 13:34:30.237 INFO O| Feb 23 13:34:30.237 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9798 | 2025-02-23T13:34:31.938Z | [ host-image] Feb 23 13:34:30.280 INFO O| Feb 23 13:34:30.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9799 | 2025-02-23T13:34:31.938Z | [ host-image] Feb 23 13:34:30.280 INFO O| Feb 23 13:34:30.280 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9800 | 2025-02-23T13:34:32.536Z | [ host-image] Feb 23 13:34:30.877 INFO O| Feb 23 13:34:30.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9801 | 2025-02-23T13:34:32.536Z | [ host-image] Feb 23 13:34:30.877 INFO O| Feb 23 13:34:30.877 INFO ok! |
9802 | 2025-02-23T13:34:32.536Z | [ host-image] Feb 23 13:34:30.877 INFO O| Feb 23 13:34:30.877 INFO STEP 89 (ensure_file) COMPLETE |
9803 | 2025-02-23T13:34:32.536Z | [ host-image] Feb 23 13:34:30.877 INFO O| Feb 23 13:34:30.877 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9804 | 2025-02-23T13:34:32.564Z | [ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9805 | 2025-02-23T13:34:32.564Z | [ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9806 | 2025-02-23T13:34:32.564Z | [ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9807 | 2025-02-23T13:34:32.567Z | [ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO ok! |
9808 | 2025-02-23T13:34:32.567Z | [ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO STEP 90 (ensure_file) COMPLETE |
9809 | 2025-02-23T13:34:32.567Z | [ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9810 | 2025-02-23T13:34:32.590Z | [ host-image] Feb 23 13:34:30.932 INFO O| Feb 23 13:34:30.931 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9811 | 2025-02-23T13:34:32.590Z | [ host-image] Feb 23 13:34:30.932 INFO O| Feb 23 13:34:30.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9812 | 2025-02-23T13:34:32.593Z | [ host-image] Feb 23 13:34:30.932 INFO O| Feb 23 13:34:30.932 INFO STEP 91 (ensure_dir) COMPLETE |
9813 | 2025-02-23T13:34:32.593Z | [ host-image] Feb 23 13:34:30.932 INFO O| Feb 23 13:34:30.932 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9814 | 2025-02-23T13:34:32.627Z | [ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9815 | 2025-02-23T13:34:32.627Z | [ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ... |
9816 | 2025-02-23T13:34:32.630Z | [ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9817 | 2025-02-23T13:34:32.630Z | [ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO ok! |
9818 | 2025-02-23T13:34:32.630Z | [ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO STEP 92 (ensure_file) COMPLETE |
9819 | 2025-02-23T13:34:32.630Z | [ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9820 | 2025-02-23T13:34:32.654Z | [ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9821 | 2025-02-23T13:34:32.654Z | [ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ... |
9822 | 2025-02-23T13:34:32.657Z | [ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9823 | 2025-02-23T13:34:32.657Z | [ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO ok! |
9824 | 2025-02-23T13:34:32.657Z | [ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO STEP 93 (ensure_file) COMPLETE |
9825 | 2025-02-23T13:34:32.657Z | [ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9826 | 2025-02-23T13:34:32.676Z | [ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9827 | 2025-02-23T13:34:32.676Z | [ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ... |
9828 | 2025-02-23T13:34:32.679Z | [ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9829 | 2025-02-23T13:34:32.679Z | [ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO ok! |
9830 | 2025-02-23T13:34:32.679Z | [ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO STEP 94 (ensure_file) COMPLETE |
9831 | 2025-02-23T13:34:32.680Z | [ host-image] Feb 23 13:34:31.019 INFO O| Feb 23 13:34:31.018 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9832 | 2025-02-23T13:34:32.705Z | [ host-image] Feb 23 13:34:31.046 INFO O| Feb 23 13:34:31.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9833 | 2025-02-23T13:34:32.705Z | [ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ... |
9834 | 2025-02-23T13:34:32.708Z | [ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9835 | 2025-02-23T13:34:32.708Z | [ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO ok! |
9836 | 2025-02-23T13:34:32.708Z | [ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO STEP 95 (ensure_file) COMPLETE |
9837 | 2025-02-23T13:34:32.708Z | [ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9838 | 2025-02-23T13:34:32.749Z | [ host-image] Feb 23 13:34:31.091 INFO O| Feb 23 13:34:31.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9839 | 2025-02-23T13:34:32.749Z | [ host-image] Feb 23 13:34:31.091 INFO O| Feb 23 13:34:31.091 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ... |
9840 | 2025-02-23T13:34:32.752Z | [ host-image] Feb 23 13:34:31.092 INFO O| Feb 23 13:34:31.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9841 | 2025-02-23T13:34:32.752Z | [ host-image] Feb 23 13:34:31.092 INFO O| Feb 23 13:34:31.092 INFO ok! |
9842 | 2025-02-23T13:34:32.752Z | [ host-image] Feb 23 13:34:31.092 INFO O| Feb 23 13:34:31.092 INFO STEP 96 (ensure_file) COMPLETE |
9843 | 2025-02-23T13:34:32.752Z | [ host-image] Feb 23 13:34:31.092 INFO O| Feb 23 13:34:31.092 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9844 | 2025-02-23T13:34:32.805Z | [ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
9845 | 2025-02-23T13:34:32.805Z | [ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ... |
9846 | 2025-02-23T13:34:32.809Z | [ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
9847 | 2025-02-23T13:34:32.809Z | [ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO ok! |
9848 | 2025-02-23T13:34:32.809Z | [ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO STEP 97 (ensure_file) COMPLETE |
9849 | 2025-02-23T13:34:32.809Z | [ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9850 | 2025-02-23T13:34:32.831Z | [ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9851 | 2025-02-23T13:34:32.831Z | [ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9852 | 2025-02-23T13:34:32.834Z | [ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9853 | 2025-02-23T13:34:32.834Z | [ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO ok! |
9854 | 2025-02-23T13:34:32.834Z | [ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO STEP 98 (ensure_file) COMPLETE |
9855 | 2025-02-23T13:34:32.835Z | [ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9856 | 2025-02-23T13:34:32.869Z | [ host-image] Feb 23 13:34:31.211 INFO O| Feb 23 13:34:31.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9857 | 2025-02-23T13:34:32.869Z | [ host-image] Feb 23 13:34:31.211 INFO O| Feb 23 13:34:31.211 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ... |
9858 | 2025-02-23T13:34:32.873Z | [ host-image] Feb 23 13:34:31.212 INFO O| Feb 23 13:34:31.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9859 | 2025-02-23T13:34:32.873Z | [ host-image] Feb 23 13:34:31.212 INFO O| Feb 23 13:34:31.212 INFO ok! |
9860 | 2025-02-23T13:34:32.873Z | [ host-image] Feb 23 13:34:31.212 INFO O| Feb 23 13:34:31.212 INFO STEP 99 (ensure_file) COMPLETE |
9861 | 2025-02-23T13:34:32.873Z | [ host-image] Feb 23 13:34:31.212 INFO O| Feb 23 13:34:31.212 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9862 | 2025-02-23T13:34:32.893Z | [ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9863 | 2025-02-23T13:34:32.893Z | [ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ... |
9864 | 2025-02-23T13:34:32.893Z | [ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9865 | 2025-02-23T13:34:32.896Z | [ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO ok! |
9866 | 2025-02-23T13:34:32.896Z | [ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO STEP 100 (ensure_file) COMPLETE |
9867 | 2025-02-23T13:34:32.896Z | [ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9868 | 2025-02-23T13:34:32.920Z | [ host-image] Feb 23 13:34:31.261 INFO O| Feb 23 13:34:31.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9869 | 2025-02-23T13:34:32.920Z | [ host-image] Feb 23 13:34:31.261 INFO O| Feb 23 13:34:31.261 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ... |
9870 | 2025-02-23T13:34:32.920Z | [ host-image] Feb 23 13:34:31.262 INFO O| Feb 23 13:34:31.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9871 | 2025-02-23T13:34:32.924Z | [ host-image] Feb 23 13:34:31.262 INFO O| Feb 23 13:34:31.262 INFO ok! |
9872 | 2025-02-23T13:34:32.924Z | [ host-image] Feb 23 13:34:31.262 INFO O| Feb 23 13:34:31.262 INFO STEP 101 (ensure_file) COMPLETE |
9873 | 2025-02-23T13:34:32.924Z | [ host-image] Feb 23 13:34:31.262 INFO O| Feb 23 13:34:31.262 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9874 | 2025-02-23T13:34:32.947Z | [ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9875 | 2025-02-23T13:34:32.947Z | [ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.288 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9876 | 2025-02-23T13:34:32.950Z | [ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9877 | 2025-02-23T13:34:32.950Z | [ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.289 INFO ok! |
9878 | 2025-02-23T13:34:32.950Z | [ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.289 INFO STEP 102 (ensure_file) COMPLETE |
9879 | 2025-02-23T13:34:32.950Z | [ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.289 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9880 | 2025-02-23T13:34:32.971Z | [ host-image] Feb 23 13:34:31.313 INFO O| Feb 23 13:34:31.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9881 | 2025-02-23T13:34:32.972Z | [ host-image] Feb 23 13:34:31.313 INFO O| Feb 23 13:34:31.313 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ... |
9882 | 2025-02-23T13:34:32.974Z | [ host-image] Feb 23 13:34:31.314 INFO O| Feb 23 13:34:31.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9883 | 2025-02-23T13:34:32.974Z | [ host-image] Feb 23 13:34:31.314 INFO O| Feb 23 13:34:31.314 INFO ok! |
9884 | 2025-02-23T13:34:32.975Z | [ host-image] Feb 23 13:34:31.314 INFO O| Feb 23 13:34:31.314 INFO STEP 103 (ensure_file) COMPLETE |
9885 | 2025-02-23T13:34:32.975Z | [ host-image] Feb 23 13:34:31.314 INFO O| Feb 23 13:34:31.314 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9886 | 2025-02-23T13:34:32.993Z | [ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9887 | 2025-02-23T13:34:32.993Z | [ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ... |
9888 | 2025-02-23T13:34:32.993Z | [ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9889 | 2025-02-23T13:34:32.993Z | [ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO ok! |
9890 | 2025-02-23T13:34:32.993Z | [ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO STEP 104 (ensure_file) COMPLETE |
9891 | 2025-02-23T13:34:32.996Z | [ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9892 | 2025-02-23T13:34:33.050Z | [ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9893 | 2025-02-23T13:34:33.050Z | [ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ... |
9894 | 2025-02-23T13:34:33.053Z | [ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9895 | 2025-02-23T13:34:33.053Z | [ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO ok! |
9896 | 2025-02-23T13:34:33.053Z | [ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO STEP 105 (ensure_file) COMPLETE |
9897 | 2025-02-23T13:34:33.053Z | [ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9898 | 2025-02-23T13:34:33.090Z | [ host-image] Feb 23 13:34:31.431 INFO O| Feb 23 13:34:31.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9899 | 2025-02-23T13:34:33.090Z | [ host-image] Feb 23 13:34:31.431 INFO O| Feb 23 13:34:31.431 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ... |
9900 | 2025-02-23T13:34:33.090Z | [ host-image] Feb 23 13:34:31.432 INFO O| Feb 23 13:34:31.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9901 | 2025-02-23T13:34:33.093Z | [ host-image] Feb 23 13:34:31.432 INFO O| Feb 23 13:34:31.432 INFO ok! |
9902 | 2025-02-23T13:34:33.093Z | [ host-image] Feb 23 13:34:31.432 INFO O| Feb 23 13:34:31.432 INFO STEP 106 (ensure_file) COMPLETE |
9903 | 2025-02-23T13:34:33.093Z | [ host-image] Feb 23 13:34:31.432 INFO O| Feb 23 13:34:31.432 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9904 | 2025-02-23T13:34:33.118Z | [ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9905 | 2025-02-23T13:34:33.118Z | [ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.459 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ... |
9906 | 2025-02-23T13:34:33.121Z | [ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9907 | 2025-02-23T13:34:33.121Z | [ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.460 INFO ok! |
9908 | 2025-02-23T13:34:33.121Z | [ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.460 INFO STEP 107 (ensure_file) COMPLETE |
9909 | 2025-02-23T13:34:33.121Z | [ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.460 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9910 | 2025-02-23T13:34:33.145Z | [ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9911 | 2025-02-23T13:34:33.145Z | [ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ... |
9912 | 2025-02-23T13:34:33.145Z | [ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9913 | 2025-02-23T13:34:33.148Z | [ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO ok! |
9914 | 2025-02-23T13:34:33.149Z | [ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO STEP 108 (ensure_file) COMPLETE |
9915 | 2025-02-23T13:34:33.149Z | [ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9916 | 2025-02-23T13:34:33.171Z | [ host-image] Feb 23 13:34:31.512 INFO O| Feb 23 13:34:31.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9917 | 2025-02-23T13:34:33.171Z | [ host-image] Feb 23 13:34:31.512 INFO O| Feb 23 13:34:31.512 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ... |
9918 | 2025-02-23T13:34:33.173Z | [ host-image] Feb 23 13:34:31.513 INFO O| Feb 23 13:34:31.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9919 | 2025-02-23T13:34:33.173Z | [ host-image] Feb 23 13:34:31.513 INFO O| Feb 23 13:34:31.513 INFO ok! |
9920 | 2025-02-23T13:34:33.173Z | [ host-image] Feb 23 13:34:31.513 INFO O| Feb 23 13:34:31.513 INFO STEP 109 (ensure_file) COMPLETE |
9921 | 2025-02-23T13:34:33.173Z | [ host-image] Feb 23 13:34:31.513 INFO O| Feb 23 13:34:31.513 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9922 | 2025-02-23T13:34:33.211Z | [ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9923 | 2025-02-23T13:34:33.211Z | [ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ... |
9924 | 2025-02-23T13:34:33.214Z | [ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9925 | 2025-02-23T13:34:33.214Z | [ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO ok! |
9926 | 2025-02-23T13:34:33.214Z | [ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO STEP 110 (ensure_file) COMPLETE |
9927 | 2025-02-23T13:34:33.214Z | [ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9928 | 2025-02-23T13:34:33.256Z | [ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9929 | 2025-02-23T13:34:33.256Z | [ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ... |
9930 | 2025-02-23T13:34:33.259Z | [ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9931 | 2025-02-23T13:34:33.259Z | [ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO ok! |
9932 | 2025-02-23T13:34:33.259Z | [ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO STEP 111 (ensure_file) COMPLETE |
9933 | 2025-02-23T13:34:33.259Z | [ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9934 | 2025-02-23T13:34:33.281Z | [ host-image] Feb 23 13:34:31.623 INFO O| Feb 23 13:34:31.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9935 | 2025-02-23T13:34:33.281Z | [ host-image] Feb 23 13:34:31.623 INFO O| Feb 23 13:34:31.623 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ... |
9936 | 2025-02-23T13:34:33.284Z | [ host-image] Feb 23 13:34:31.624 INFO O| Feb 23 13:34:31.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9937 | 2025-02-23T13:34:33.284Z | [ host-image] Feb 23 13:34:31.624 INFO O| Feb 23 13:34:31.624 INFO ok! |
9938 | 2025-02-23T13:34:33.284Z | [ host-image] Feb 23 13:34:31.624 INFO O| Feb 23 13:34:31.624 INFO STEP 112 (ensure_file) COMPLETE |
9939 | 2025-02-23T13:34:33.284Z | [ host-image] Feb 23 13:34:31.624 INFO O| Feb 23 13:34:31.624 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9940 | 2025-02-23T13:34:33.308Z | [ host-image] Feb 23 13:34:31.649 INFO O| Feb 23 13:34:31.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
9941 | 2025-02-23T13:34:33.308Z | [ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.649 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ... |
9942 | 2025-02-23T13:34:33.311Z | [ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
9943 | 2025-02-23T13:34:33.311Z | [ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.650 INFO ok! |
9944 | 2025-02-23T13:34:33.311Z | [ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.650 INFO STEP 113 (ensure_file) COMPLETE |
9945 | 2025-02-23T13:34:33.311Z | [ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.650 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9946 | 2025-02-23T13:34:33.337Z | [ host-image] Feb 23 13:34:31.679 INFO O| Feb 23 13:34:31.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
9947 | 2025-02-23T13:34:33.340Z | [ host-image] Feb 23 13:34:31.679 INFO O| Feb 23 13:34:31.679 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ... |
9948 | 2025-02-23T13:34:33.340Z | [ host-image] Feb 23 13:34:31.680 INFO O| Feb 23 13:34:31.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
9949 | 2025-02-23T13:34:33.340Z | [ host-image] Feb 23 13:34:31.680 INFO O| Feb 23 13:34:31.680 INFO ok! |
9950 | 2025-02-23T13:34:33.340Z | [ host-image] Feb 23 13:34:31.680 INFO O| Feb 23 13:34:31.680 INFO STEP 114 (ensure_file) COMPLETE |
9951 | 2025-02-23T13:34:33.340Z | [ host-image] Feb 23 13:34:31.680 INFO O| Feb 23 13:34:31.680 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9952 | 2025-02-23T13:34:33.375Z | [ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9953 | 2025-02-23T13:34:33.375Z | [ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ... |
9954 | 2025-02-23T13:34:33.378Z | [ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9955 | 2025-02-23T13:34:33.378Z | [ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO ok! |
9956 | 2025-02-23T13:34:33.378Z | [ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO STEP 115 (ensure_file) COMPLETE |
9957 | 2025-02-23T13:34:33.378Z | [ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9958 | 2025-02-23T13:34:33.401Z | [ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9959 | 2025-02-23T13:34:33.401Z | [ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
9960 | 2025-02-23T13:34:33.401Z | [ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9961 | 2025-02-23T13:34:33.401Z | [ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO ok! |
9962 | 2025-02-23T13:34:33.404Z | [ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO STEP 116 (ensure_file) COMPLETE |
9963 | 2025-02-23T13:34:33.404Z | [ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9964 | 2025-02-23T13:34:33.428Z | [ host-image] Feb 23 13:34:31.769 INFO O| Feb 23 13:34:31.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9965 | 2025-02-23T13:34:33.428Z | [ host-image] Feb 23 13:34:31.769 INFO O| Feb 23 13:34:31.769 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ... |
9966 | 2025-02-23T13:34:33.431Z | [ host-image] Feb 23 13:34:31.770 INFO O| Feb 23 13:34:31.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9967 | 2025-02-23T13:34:33.431Z | [ host-image] Feb 23 13:34:31.770 INFO O| Feb 23 13:34:31.770 INFO ok! |
9968 | 2025-02-23T13:34:33.431Z | [ host-image] Feb 23 13:34:31.770 INFO O| Feb 23 13:34:31.770 INFO STEP 117 (ensure_file) COMPLETE |
9969 | 2025-02-23T13:34:33.431Z | [ host-image] Feb 23 13:34:31.770 INFO O| Feb 23 13:34:31.770 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9970 | 2025-02-23T13:34:33.469Z | [ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9971 | 2025-02-23T13:34:33.469Z | [ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
9972 | 2025-02-23T13:34:33.469Z | [ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9973 | 2025-02-23T13:34:33.469Z | [ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO ok! |
9974 | 2025-02-23T13:34:33.472Z | [ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO STEP 118 (ensure_file) COMPLETE |
9975 | 2025-02-23T13:34:33.472Z | [ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9976 | 2025-02-23T13:34:33.494Z | [ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9977 | 2025-02-23T13:34:33.494Z | [ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ... |
9978 | 2025-02-23T13:34:33.498Z | [ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9979 | 2025-02-23T13:34:33.498Z | [ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO ok! |
9980 | 2025-02-23T13:34:33.498Z | [ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO STEP 119 (ensure_file) COMPLETE |
9981 | 2025-02-23T13:34:33.498Z | [ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9982 | 2025-02-23T13:34:33.521Z | [ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9983 | 2025-02-23T13:34:33.521Z | [ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ... |
9984 | 2025-02-23T13:34:33.522Z | [ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9985 | 2025-02-23T13:34:33.522Z | [ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO ok! |
9986 | 2025-02-23T13:34:33.525Z | [ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO STEP 120 (ensure_file) COMPLETE |
9987 | 2025-02-23T13:34:33.525Z | [ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9988 | 2025-02-23T13:34:33.549Z | [ host-image] Feb 23 13:34:31.890 INFO O| Feb 23 13:34:31.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9989 | 2025-02-23T13:34:33.549Z | [ host-image] Feb 23 13:34:31.890 INFO O| Feb 23 13:34:31.890 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9990 | 2025-02-23T13:34:33.552Z | [ host-image] Feb 23 13:34:31.890 INFO O| Feb 23 13:34:31.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9991 | 2025-02-23T13:34:33.552Z | [ host-image] Feb 23 13:34:31.890 INFO O| Feb 23 13:34:31.890 INFO ok! |
9992 | 2025-02-23T13:34:33.552Z | [ host-image] Feb 23 13:34:31.891 INFO O| Feb 23 13:34:31.891 INFO STEP 121 (ensure_file) COMPLETE |
9993 | 2025-02-23T13:34:33.552Z | [ host-image] Feb 23 13:34:31.891 INFO O| Feb 23 13:34:31.891 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9994 | 2025-02-23T13:34:33.579Z | [ host-image] Feb 23 13:34:31.920 INFO O| Feb 23 13:34:31.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9995 | 2025-02-23T13:34:33.579Z | [ host-image] Feb 23 13:34:31.920 INFO O| Feb 23 13:34:31.920 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ... |
9996 | 2025-02-23T13:34:33.582Z | [ host-image] Feb 23 13:34:31.921 INFO O| Feb 23 13:34:31.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9997 | 2025-02-23T13:34:33.582Z | [ host-image] Feb 23 13:34:31.921 INFO O| Feb 23 13:34:31.921 INFO ok! |
9998 | 2025-02-23T13:34:33.582Z | [ host-image] Feb 23 13:34:31.921 INFO O| Feb 23 13:34:31.921 INFO STEP 122 (ensure_file) COMPLETE |
9999 | 2025-02-23T13:34:33.582Z | [ host-image] Feb 23 13:34:31.921 INFO O| Feb 23 13:34:31.921 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10000 | 2025-02-23T13:34:33.630Z | [ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
10001 | 2025-02-23T13:34:33.630Z | [ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
10002 | 2025-02-23T13:34:33.633Z | [ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
10003 | 2025-02-23T13:34:33.633Z | [ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO ok! |
10004 | 2025-02-23T13:34:33.633Z | [ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO STEP 123 (ensure_file) COMPLETE |
10005 | 2025-02-23T13:34:33.634Z | [ host-image] Feb 23 13:34:31.973 INFO O| Feb 23 13:34:31.972 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10006 | 2025-02-23T13:34:33.692Z | [ host-image] Feb 23 13:34:32.033 INFO O| Feb 23 13:34:32.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
10007 | 2025-02-23T13:34:33.692Z | [ host-image] Feb 23 13:34:32.033 INFO O| Feb 23 13:34:32.033 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
10008 | 2025-02-23T13:34:46.768Z | [ host-image] Feb 23 13:34:45.108 INFO O| Feb 23 13:34:45.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
10009 | 2025-02-23T13:34:46.768Z | [ host-image] Feb 23 13:34:45.108 INFO O| Feb 23 13:34:45.108 INFO ok! |
10010 | 2025-02-23T13:34:46.771Z | [ host-image] Feb 23 13:34:45.108 INFO O| Feb 23 13:34:45.108 INFO STEP 124 (ensure_file) COMPLETE |
10011 | 2025-02-23T13:34:46.771Z | [ host-image] Feb 23 13:34:45.108 INFO O| Feb 23 13:34:45.108 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10012 | 2025-02-23T13:34:46.794Z | [ host-image] Feb 23 13:34:45.133 INFO O| Feb 23 13:34:45.133 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
10013 | 2025-02-23T13:34:46.797Z | [ host-image] Feb 23 13:34:45.134 INFO O| Feb 23 13:34:45.133 INFO STEP 125 (ensure_dir) COMPLETE |
10014 | 2025-02-23T13:34:46.797Z | [ host-image] Feb 23 13:34:45.134 INFO O| Feb 23 13:34:45.133 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10015 | 2025-02-23T13:34:46.820Z | [ host-image] Feb 23 13:34:45.159 INFO O| Feb 23 13:34:45.159 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
10016 | 2025-02-23T13:34:46.821Z | [ host-image] Feb 23 13:34:45.159 INFO O| Feb 23 13:34:45.159 INFO STEP 126 (ensure_dir) COMPLETE |
10017 | 2025-02-23T13:34:46.827Z | [ host-image] Feb 23 13:34:45.159 INFO O| Feb 23 13:34:45.159 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10018 | 2025-02-23T13:34:46.850Z | [ host-image] Feb 23 13:34:45.185 INFO O| Feb 23 13:34:45.185 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
10019 | 2025-02-23T13:34:46.856Z | [ host-image] Feb 23 13:34:45.185 INFO O| Feb 23 13:34:45.185 INFO STEP 127 (ensure_dir) COMPLETE |
10020 | 2025-02-23T13:34:46.857Z | [ host-image] Feb 23 13:34:45.185 INFO O| Feb 23 13:34:45.185 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10021 | 2025-02-23T13:34:46.871Z | [ host-image] Feb 23 13:34:45.210 INFO O| Feb 23 13:34:45.210 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
10022 | 2025-02-23T13:34:46.871Z | [ host-image] Feb 23 13:34:45.210 INFO O| Feb 23 13:34:45.210 INFO STEP 128 (ensure_dir) COMPLETE |
10023 | 2025-02-23T13:34:46.879Z | [ host-image] Feb 23 13:34:45.210 INFO O| Feb 23 13:34:45.210 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10024 | 2025-02-23T13:34:46.894Z | [ host-image] Feb 23 13:34:45.233 INFO O| Feb 23 13:34:45.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
10025 | 2025-02-23T13:34:46.894Z | [ host-image] Feb 23 13:34:45.233 INFO O| Feb 23 13:34:45.233 INFO copying /tmp/.tmpO8vQuE/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ... |
10026 | 2025-02-23T13:34:46.897Z | [ host-image] Feb 23 13:34:45.234 INFO O| Feb 23 13:34:45.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
10027 | 2025-02-23T13:34:46.897Z | [ host-image] Feb 23 13:34:45.234 INFO O| Feb 23 13:34:45.234 INFO ok! |
10028 | 2025-02-23T13:34:46.897Z | [ host-image] Feb 23 13:34:45.234 INFO O| Feb 23 13:34:45.234 INFO STEP 129 (ensure_file) COMPLETE |
10029 | 2025-02-23T13:34:46.897Z | [ host-image] Feb 23 13:34:45.234 INFO O| Feb 23 13:34:45.234 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10030 | 2025-02-23T13:34:46.933Z | [ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
10031 | 2025-02-23T13:34:46.933Z | [ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
10032 | 2025-02-23T13:34:46.933Z | [ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
10033 | 2025-02-23T13:34:46.933Z | [ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO STEP 130 (ensure_dir) COMPLETE |
10034 | 2025-02-23T13:34:46.933Z | [ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
10035 | 2025-02-23T13:34:46.960Z | [ host-image] Feb 23 13:34:45.299 INFO O| Feb 23 13:34:45.299 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
10036 | 2025-02-23T13:34:46.963Z | [ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO copying /tmp/.tmpO8vQuE/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
10037 | 2025-02-23T13:34:46.963Z | [ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
10038 | 2025-02-23T13:34:46.963Z | [ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO ok! |
10039 | 2025-02-23T13:34:46.963Z | [ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO STEP 131 (ensure_file) COMPLETE |
10040 | 2025-02-23T13:34:46.963Z | [ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10041 | 2025-02-23T13:34:46.987Z | [ host-image] Feb 23 13:34:45.326 INFO O| Feb 23 13:34:45.326 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
10042 | 2025-02-23T13:34:46.990Z | [ host-image] Feb 23 13:34:45.327 INFO O| Feb 23 13:34:45.327 INFO STEP 132 (remove_files) COMPLETE |
10043 | 2025-02-23T13:34:46.990Z | [ host-image] Feb 23 13:34:45.327 INFO O| Feb 23 13:34:45.327 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10044 | 2025-02-23T13:34:47.016Z | [ host-image] Feb 23 13:34:45.355 INFO O| Feb 23 13:34:45.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
10045 | 2025-02-23T13:34:47.019Z | [ host-image] Feb 23 13:34:45.356 INFO O| Feb 23 13:34:45.356 INFO STEP 133 (remove_files) COMPLETE |
10046 | 2025-02-23T13:34:47.019Z | [ host-image] Feb 23 13:34:45.356 INFO O| Feb 23 13:34:45.356 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10047 | 2025-02-23T13:34:47.045Z | [ host-image] Feb 23 13:34:45.384 INFO O| Feb 23 13:34:45.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
10048 | 2025-02-23T13:34:47.048Z | [ host-image] Feb 23 13:34:45.384 INFO O| Feb 23 13:34:45.384 INFO STEP 134 (remove_files) COMPLETE |
10049 | 2025-02-23T13:34:47.048Z | [ host-image] Feb 23 13:34:45.385 INFO O| Feb 23 13:34:45.385 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10050 | 2025-02-23T13:34:47.076Z | [ host-image] Feb 23 13:34:45.411 INFO O| Feb 23 13:34:45.411 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
10051 | 2025-02-23T13:34:47.087Z | [ host-image] Feb 23 13:34:45.412 INFO O| Feb 23 13:34:45.412 INFO STEP 135 (remove_files) COMPLETE |
10052 | 2025-02-23T13:34:47.087Z | [ host-image] Feb 23 13:34:45.412 INFO O| Feb 23 13:34:45.412 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10053 | 2025-02-23T13:34:47.097Z | [ host-image] Feb 23 13:34:45.436 INFO O| Feb 23 13:34:45.435 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
10054 | 2025-02-23T13:34:47.100Z | [ host-image] Feb 23 13:34:45.436 INFO O| Feb 23 13:34:45.436 INFO STEP 136 (remove_files) COMPLETE |
10055 | 2025-02-23T13:34:47.100Z | [ host-image] Feb 23 13:34:45.436 INFO O| Feb 23 13:34:45.436 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10056 | 2025-02-23T13:34:47.124Z | [ host-image] Feb 23 13:34:45.463 INFO O| Feb 23 13:34:45.463 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
10057 | 2025-02-23T13:34:47.127Z | [ host-image] Feb 23 13:34:45.464 INFO O| Feb 23 13:34:45.463 INFO STEP 137 (remove_files) COMPLETE |
10058 | 2025-02-23T13:34:47.127Z | [ host-image] Feb 23 13:34:45.464 INFO O| Feb 23 13:34:45.464 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10059 | 2025-02-23T13:34:47.152Z | [ host-image] Feb 23 13:34:45.491 INFO O| Feb 23 13:34:45.491 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
10060 | 2025-02-23T13:34:47.156Z | [ host-image] Feb 23 13:34:45.491 INFO O| Feb 23 13:34:45.491 INFO STEP 138 (remove_files) COMPLETE |
10061 | 2025-02-23T13:34:47.156Z | [ host-image] Feb 23 13:34:45.491 INFO O| Feb 23 13:34:45.491 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10062 | 2025-02-23T13:34:47.177Z | [ host-image] Feb 23 13:34:45.516 INFO O| Feb 23 13:34:45.515 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
10063 | 2025-02-23T13:34:47.182Z | [ host-image] Feb 23 13:34:45.516 INFO O| Feb 23 13:34:45.516 INFO STEP 139 (remove_files) COMPLETE |
10064 | 2025-02-23T13:34:47.182Z | [ host-image] Feb 23 13:34:45.516 INFO O| Feb 23 13:34:45.516 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10065 | 2025-02-23T13:34:47.232Z | [ host-image] Feb 23 13:34:45.571 INFO O| Feb 23 13:34:45.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
10066 | 2025-02-23T13:34:47.236Z | [ host-image] Feb 23 13:34:45.571 INFO O| Feb 23 13:34:45.571 INFO STEP 140 (remove_files) COMPLETE |
10067 | 2025-02-23T13:34:47.236Z | [ host-image] Feb 23 13:34:45.571 INFO O| Feb 23 13:34:45.571 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10068 | 2025-02-23T13:34:47.259Z | [ host-image] Feb 23 13:34:45.598 INFO O| Feb 23 13:34:45.598 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
10069 | 2025-02-23T13:34:47.263Z | [ host-image] Feb 23 13:34:45.598 INFO O| Feb 23 13:34:45.598 INFO STEP 141 (remove_files) COMPLETE |
10070 | 2025-02-23T13:34:47.263Z | [ host-image] Feb 23 13:34:45.598 INFO O| Feb 23 13:34:45.598 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10071 | 2025-02-23T13:34:47.283Z | [ host-image] Feb 23 13:34:45.622 INFO O| Feb 23 13:34:45.621 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
10072 | 2025-02-23T13:34:47.283Z | [ host-image] Feb 23 13:34:45.622 INFO O| Feb 23 13:34:45.622 INFO STEP 142 (remove_files) COMPLETE |
10073 | 2025-02-23T13:34:47.286Z | [ host-image] Feb 23 13:34:45.622 INFO O| Feb 23 13:34:45.622 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10074 | 2025-02-23T13:34:47.306Z | [ host-image] Feb 23 13:34:45.645 INFO O| Feb 23 13:34:45.645 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
10075 | 2025-02-23T13:34:47.309Z | [ host-image] Feb 23 13:34:45.645 INFO O| Feb 23 13:34:45.645 INFO STEP 143 (remove_files) COMPLETE |
10076 | 2025-02-23T13:34:47.309Z | [ host-image] Feb 23 13:34:45.646 INFO O| Feb 23 13:34:45.646 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10077 | 2025-02-23T13:34:47.333Z | [ host-image] Feb 23 13:34:45.671 INFO O| Feb 23 13:34:45.671 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
10078 | 2025-02-23T13:34:47.333Z | [ host-image] Feb 23 13:34:45.672 INFO O| Feb 23 13:34:45.672 INFO STEP 144 (remove_files) COMPLETE |
10079 | 2025-02-23T13:34:47.337Z | [ host-image] Feb 23 13:34:45.672 INFO O| Feb 23 13:34:45.672 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10080 | 2025-02-23T13:34:47.358Z | [ host-image] Feb 23 13:34:45.697 INFO O| Feb 23 13:34:45.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
10081 | 2025-02-23T13:34:47.359Z | [ host-image] Feb 23 13:34:45.697 INFO O| Feb 23 13:34:45.697 INFO STEP 145 (remove_files) COMPLETE |
10082 | 2025-02-23T13:34:47.363Z | [ host-image] Feb 23 13:34:45.697 INFO O| Feb 23 13:34:45.697 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10083 | 2025-02-23T13:34:47.429Z | [ host-image] Feb 23 13:34:45.768 INFO O| Feb 23 13:34:45.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
10084 | 2025-02-23T13:34:47.432Z | [ host-image] Feb 23 13:34:45.768 INFO O| Feb 23 13:34:45.768 INFO STEP 146 (remove_files) COMPLETE |
10085 | 2025-02-23T13:34:47.432Z | [ host-image] Feb 23 13:34:45.768 INFO O| Feb 23 13:34:45.768 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10086 | 2025-02-23T13:34:47.462Z | [ host-image] Feb 23 13:34:45.797 INFO O| Feb 23 13:34:45.797 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
10087 | 2025-02-23T13:34:47.462Z | [ host-image] Feb 23 13:34:45.797 INFO O| Feb 23 13:34:45.797 INFO STEP 147 (remove_files) COMPLETE |
10088 | 2025-02-23T13:34:47.470Z | [ host-image] Feb 23 13:34:45.797 INFO O| Feb 23 13:34:45.797 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10089 | 2025-02-23T13:34:47.483Z | [ host-image] Feb 23 13:34:45.821 INFO O| Feb 23 13:34:45.821 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
10090 | 2025-02-23T13:34:47.483Z | [ host-image] Feb 23 13:34:45.821 INFO O| Feb 23 13:34:45.821 INFO STEP 148 (remove_files) COMPLETE |
10091 | 2025-02-23T13:34:47.483Z | [ host-image] Feb 23 13:34:45.821 INFO O| Feb 23 13:34:45.821 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10092 | 2025-02-23T13:34:47.511Z | [ host-image] Feb 23 13:34:45.846 INFO O| Feb 23 13:34:45.846 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
10093 | 2025-02-23T13:34:47.511Z | [ host-image] Feb 23 13:34:45.846 INFO O| Feb 23 13:34:45.846 INFO STEP 149 (remove_files) COMPLETE |
10094 | 2025-02-23T13:34:47.511Z | [ host-image] Feb 23 13:34:45.846 INFO O| Feb 23 13:34:45.846 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10095 | 2025-02-23T13:34:47.534Z | [ host-image] Feb 23 13:34:45.874 INFO O| Feb 23 13:34:45.874 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
10096 | 2025-02-23T13:34:47.535Z | [ host-image] Feb 23 13:34:45.874 INFO O| Feb 23 13:34:45.874 INFO STEP 150 (remove_files) COMPLETE |
10097 | 2025-02-23T13:34:47.535Z | [ host-image] Feb 23 13:34:45.874 INFO O| Feb 23 13:34:45.874 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10098 | 2025-02-23T13:34:47.560Z | [ host-image] Feb 23 13:34:45.899 INFO O| Feb 23 13:34:45.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
10099 | 2025-02-23T13:34:47.561Z | [ host-image] Feb 23 13:34:45.899 INFO O| Feb 23 13:34:45.899 INFO STEP 151 (remove_files) COMPLETE |
10100 | 2025-02-23T13:34:47.561Z | [ host-image] Feb 23 13:34:45.899 INFO O| Feb 23 13:34:45.899 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10101 | 2025-02-23T13:34:47.603Z | [ host-image] Feb 23 13:34:45.939 INFO O| Feb 23 13:34:45.939 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
10102 | 2025-02-23T13:34:47.615Z | [ host-image] Feb 23 13:34:45.940 INFO O| Feb 23 13:34:45.939 INFO STEP 152 (remove_files) COMPLETE |
10103 | 2025-02-23T13:34:47.615Z | [ host-image] Feb 23 13:34:45.940 INFO O| Feb 23 13:34:45.940 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10104 | 2025-02-23T13:34:47.630Z | [ host-image] Feb 23 13:34:45.969 INFO O| Feb 23 13:34:45.968 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
10105 | 2025-02-23T13:34:47.633Z | [ host-image] Feb 23 13:34:45.969 INFO O| Feb 23 13:34:45.969 INFO STEP 153 (remove_files) COMPLETE |
10106 | 2025-02-23T13:34:47.633Z | [ host-image] Feb 23 13:34:45.969 INFO O| Feb 23 13:34:45.969 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10107 | 2025-02-23T13:34:47.657Z | [ host-image] Feb 23 13:34:45.996 INFO O| Feb 23 13:34:45.996 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
10108 | 2025-02-23T13:34:47.657Z | [ host-image] Feb 23 13:34:45.997 INFO O| Feb 23 13:34:45.996 INFO STEP 154 (remove_files) COMPLETE |
10109 | 2025-02-23T13:34:47.665Z | [ host-image] Feb 23 13:34:45.997 INFO O| Feb 23 13:34:45.997 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10110 | 2025-02-23T13:34:47.687Z | [ host-image] Feb 23 13:34:46.026 INFO O| Feb 23 13:34:46.026 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
10111 | 2025-02-23T13:34:47.691Z | [ host-image] Feb 23 13:34:46.026 INFO O| Feb 23 13:34:46.026 INFO STEP 155 (remove_files) COMPLETE |
10112 | 2025-02-23T13:34:47.691Z | [ host-image] Feb 23 13:34:46.026 INFO O| Feb 23 13:34:46.026 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10113 | 2025-02-23T13:34:47.749Z | [ host-image] Feb 23 13:34:46.088 INFO O| Feb 23 13:34:46.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
10114 | 2025-02-23T13:34:47.749Z | [ host-image] Feb 23 13:34:46.088 INFO O| Feb 23 13:34:46.088 INFO STEP 156 (remove_files) COMPLETE |
10115 | 2025-02-23T13:34:47.752Z | [ host-image] Feb 23 13:34:46.088 INFO O| Feb 23 13:34:46.088 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10116 | 2025-02-23T13:34:47.772Z | [ host-image] Feb 23 13:34:46.112 INFO O| Feb 23 13:34:46.111 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
10117 | 2025-02-23T13:34:47.772Z | [ host-image] Feb 23 13:34:46.112 INFO O| Feb 23 13:34:46.112 INFO STEP 157 (remove_files) COMPLETE |
10118 | 2025-02-23T13:34:47.772Z | [ host-image] Feb 23 13:34:46.112 INFO O| Feb 23 13:34:46.112 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10119 | 2025-02-23T13:34:47.795Z | [ host-image] Feb 23 13:34:46.134 INFO O| Feb 23 13:34:46.134 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
10120 | 2025-02-23T13:34:47.795Z | [ host-image] Feb 23 13:34:46.134 INFO O| Feb 23 13:34:46.134 INFO STEP 158 (remove_files) COMPLETE |
10121 | 2025-02-23T13:34:47.795Z | [ host-image] Feb 23 13:34:46.134 INFO O| Feb 23 13:34:46.134 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10122 | 2025-02-23T13:34:47.828Z | [ host-image] Feb 23 13:34:46.166 INFO O| Feb 23 13:34:46.166 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
10123 | 2025-02-23T13:34:47.828Z | [ host-image] Feb 23 13:34:46.167 INFO O| Feb 23 13:34:46.167 INFO STEP 159 (remove_files) COMPLETE |
10124 | 2025-02-23T13:34:47.828Z | [ host-image] Feb 23 13:34:46.167 INFO O| Feb 23 13:34:46.167 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
10125 | 2025-02-23T13:34:47.881Z | [ host-image] Feb 23 13:34:46.216 INFO O| Feb 23 13:34:46.216 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
10126 | 2025-02-23T13:34:47.881Z | [ host-image] Feb 23 13:34:46.216 INFO O| Feb 23 13:34:46.216 INFO STEP 160 (remove_files) COMPLETE |
10127 | 2025-02-23T13:34:47.881Z | [ host-image] Feb 23 13:34:46.216 INFO O| Feb 23 13:34:46.216 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
10128 | 2025-02-23T13:34:47.919Z | [ host-image] Feb 23 13:34:46.259 INFO O| Feb 23 13:34:46.258 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
10129 | 2025-02-23T13:34:47.922Z | [ host-image] Feb 23 13:34:46.259 INFO O| Feb 23 13:34:46.259 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
10130 | 2025-02-23T13:35:00.486Z | [ host-image] Feb 23 13:34:58.821 INFO O| Feb 23 13:34:58.803 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74 |
10131 | 2025-02-23T13:35:00.486Z | [ host-image] Feb 23 13:34:58.821 INFO O| Feb 23 13:34:58.803 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
10132 | 2025-02-23T13:35:00.492Z | [ host-image] Feb 23 13:34:58.827 INFO O| Feb 23 13:34:58.826 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
10133 | 2025-02-23T13:35:00.644Z | [ host-image] Feb 23 13:34:58.981 INFO O| Feb 23 13:34:58.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
10134 | 2025-02-23T13:35:00.648Z | [ host-image] Feb 23 13:34:58.981 INFO O| Feb 23 13:34:58.981 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
10135 | 2025-02-23T13:35:00.648Z | [ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
10136 | 2025-02-23T13:35:00.648Z | [ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.984 INFO ok! |
10137 | 2025-02-23T13:35:00.648Z | [ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.985 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
10138 | 2025-02-23T13:35:00.648Z | [ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.985 INFO STEP 161 (seed_smf) COMPLETE |
10139 | 2025-02-23T13:35:00.648Z | [ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.985 INFO steps complete; finalising image! |
10140 | 2025-02-23T13:35:00.648Z | [ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.985 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
10141 | 2025-02-23T13:35:00.851Z | [ host-image] Feb 23 13:34:59.187 INFO O| Feb 23 13:34:59.186 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sun Feb 23 13:34:58 2025) |
10142 | 2025-02-23T13:35:01.064Z | [ host-image] Feb 23 13:34:59.401 INFO O| Feb 23 13:34:59.401 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sun Feb 23 13:34:58 2025) |
10143 | 2025-02-23T13:35:01.277Z | [ host-image] Feb 23 13:34:59.613 INFO O| Feb 23 13:34:59.613 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Sun Feb 23 13:34:58 2025) |
10144 | 2025-02-23T13:35:01.530Z | [ host-image] Feb 23 13:34:59.867 INFO O| Feb 23 13:34:59.867 INFO temporary pool has 720M used, 112M avail, 1.79x compressratio |
10145 | 2025-02-23T13:35:01.530Z | [ host-image] Feb 23 13:34:59.867 INFO O| Feb 23 13:34:59.867 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
10146 | 2025-02-23T13:35:02.396Z | [ host-image] Feb 23 13:35:00.732 INFO O| Feb 23 13:35:00.732 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
10147 | 2025-02-23T13:35:02.396Z | [ host-image] Feb 23 13:35:00.732 INFO O| Feb 23 13:35:00.732 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
10148 | 2025-02-23T13:35:04.392Z | [ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10149 | 2025-02-23T13:35:04.392Z | [ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10150 | 2025-02-23T13:35:04.395Z | [ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
10151 | 2025-02-23T13:35:04.395Z | [ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO completed processing gimlet/zfs |
10152 | 2025-02-23T13:35:04.395Z | [ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
10153 | 2025-02-23T13:35:13.276Z | [ host-image] Feb 23 13:35:11.611 INFO O| Feb 23 13:35:11.611 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
10154 | 2025-02-23T13:35:13.420Z | [ host-image] Feb 23 13:35:11.755 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n" |
10155 | 2025-02-23T13:35:13.420Z | [ host-image] Feb 23 13:35:11.755 INFO expanded image name: "ci 32e3ede/${os_short_commit} 2025-02-23 12:55" -> "ci 32e3ede/9fcb5ef 2025-02-23 12:55" |
10156 | 2025-02-23T13:35:13.423Z | [ host-image] Feb 23 13:35:11.755 INFO output artefacts stored in: "/work/os-host" |
10157 | 2025-02-23T13:35:13.423Z | [ host-image] Feb 23 13:35:11.755 INFO collecting git info from project "chelsio-t6-roms"... |
10158 | 2025-02-23T13:35:13.438Z | [ host-image] Feb 23 13:35:11.773 INFO collecting git info from project "bootserver"... |
10159 | 2025-02-23T13:35:13.448Z | [ host-image] Feb 23 13:35:11.783 INFO collecting git info from project "amd-host-image-builder"... |
10160 | 2025-02-23T13:35:13.476Z | [ host-image] Feb 23 13:35:11.811 INFO collecting git info from project "image-builder"... |
10161 | 2025-02-23T13:35:13.485Z | [ host-image] Feb 23 13:35:11.820 INFO collecting git info from project "amd-firmware"... |
10162 | 2025-02-23T13:35:13.506Z | [ host-image] Feb 23 13:35:11.841 INFO collecting git info from project "pilot"... |
10163 | 2025-02-23T13:35:13.552Z | [ host-image] Feb 23 13:35:11.887 INFO collecting git info from project "phbl"... |
10164 | 2025-02-23T13:35:13.564Z | [ host-image] Feb 23 13:35:11.899 INFO collecting git info from project "pinprick"... |
10165 | 2025-02-23T13:35:13.574Z | [ host-image] Feb 23 13:35:11.909 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
10166 | 2025-02-23T13:35:14.984Z | [ host-image] Feb 23 13:35:13.319 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
10167 | 2025-02-23T13:35:15.785Z | [ host-image] Feb 23 13:35:14.120 INFO creating Oxide boot image... |
10168 | 2025-02-23T13:35:15.789Z | [ host-image] Feb 23 13:35:14.120 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 32e3ede/9fcb5ef 2025-02-23 12:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
10169 | 2025-02-23T13:35:17.318Z | [ host-image] Feb 23 13:35:15.652 INFO O| ok, image written! |
10170 | 2025-02-23T13:35:17.318Z | [ host-image] Feb 23 13:35:15.652 INFO O| ok, boot_image_csum file written! |
10171 | 2025-02-23T13:35:17.326Z | [ host-image] Feb 23 13:35:15.660 INFO creating boot archive (CPIO)... |
10172 | 2025-02-23T13:35:17.326Z | [ host-image] Feb 23 13:35:15.660 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None |
10173 | 2025-02-23T13:35:17.338Z | [ host-image] Feb 23 13:35:15.672 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
10174 | 2025-02-23T13:35:17.338Z | [ host-image] Feb 23 13:35:15.672 INFO E| + outfile=/work/os-host/cpio |
10175 | 2025-02-23T13:35:17.341Z | [ host-image] Feb 23 13:35:15.672 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
10176 | 2025-02-23T13:35:17.344Z | [ host-image] Feb 23 13:35:15.676 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
10177 | 2025-02-23T13:35:17.344Z | [ host-image] Feb 23 13:35:15.677 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
10178 | 2025-02-23T13:35:17.392Z | [ host-image] Feb 23 13:35:15.727 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
10179 | 2025-02-23T13:35:17.392Z | [ host-image] Feb 23 13:35:15.727 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
10180 | 2025-02-23T13:35:17.406Z | [ host-image] Feb 23 13:35:15.740 INFO creating compressed cpio/unix for nanobl-rs... |
10181 | 2025-02-23T13:35:17.406Z | [ host-image] Feb 23 13:35:15.740 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None |
10182 | 2025-02-23T13:35:17.897Z | [ host-image] Feb 23 13:35:16.232 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
10183 | 2025-02-23T13:35:24.440Z | [ host-image] Feb 23 13:35:22.773 INFO creating reset image... |
10184 | 2025-02-23T13:35:24.443Z | [ host-image] Feb 23 13:35:22.774 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10185 | 2025-02-23T13:35:24.660Z | [ host-image] Feb 23 13:35:22.993 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s |
10186 | 2025-02-23T13:35:24.663Z | [ host-image] Feb 23 13:35:22.996 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10187 | 2025-02-23T13:35:24.818Z | [ host-image] Feb 23 13:35:23.152 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10188 | 2025-02-23T13:35:29.160Z | [ host-image] Feb 23 13:35:27.492 INFO E| Finished `release` profile [optimized] target(s) in 4.46s |
10189 | 2025-02-23T13:35:29.179Z | [ host-image] Feb 23 13:35:27.512 INFO building host image... |
10190 | 2025-02-23T13:35:29.183Z | [ host-image] Feb 23 13:35:27.512 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
10191 | 2025-02-23T13:35:30.194Z | [ host-image] Feb 23 13:35:28.527 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10192 | 2025-02-23T13:36:15.932Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
10193 | 2025-02-23T13:36:47.405Z | [ host-image] Feb 23 13:36:45.724 INFO image complete! materials are in "/work/os-host" |
10194 | 2025-02-23T13:36:47.411Z | [ host-image] |
10195 | 2025-02-23T13:36:47.411Z | [ host-image] real 16:18.652246493 |
10196 | 2025-02-23T13:36:47.414Z | [ host-image] user 7:23.614526183 |
10197 | 2025-02-23T13:36:47.414Z | [ host-image] sys 1:17.721255219 |
10198 | 2025-02-23T13:36:47.414Z | [ host-image] trap 0.402881884 |
10199 | 2025-02-23T13:36:47.414Z | [ host-image] tflt 0.196335642 |
10200 | 2025-02-23T13:36:47.414Z | [ host-image] dflt 0.289006336 |
10201 | 2025-02-23T13:36:47.414Z | [ host-image] kflt 0.008340335 |
10202 | 2025-02-23T13:36:47.414Z | [ host-image] lock 10:04.222406639 |
10203 | 2025-02-23T13:36:47.414Z | [ host-image] slp 1:28:10.361710669 |
10204 | 2025-02-23T13:36:47.414Z | [ host-image] lat 3:32.888078286 |
10205 | 2025-02-23T13:36:47.414Z | [ host-image] stop 0.861514336 |
10206 | 2025-02-23T13:36:47.414Z | Feb 23 13:36:45.732 INFO [host-image] process exited with exit status: 0 (978.674018548s) |
10207 | 2025-02-23T13:36:47.414Z | Feb 23 13:36:45.732 INFO [tuf-repo] running task |
10208 | 2025-02-23T13:37:22.687Z | Feb 23 13:37:20.007 INFO assembling repository in `/tmp/tufaceousVVW2EM`, component: OmicronRepoAssembler |
10209 | 2025-02-23T13:37:56.974Z | Feb 23 13:37:55.278 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10210 | 2025-02-23T13:37:57.268Z | Feb 23 13:37:55.575 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10211 | 2025-02-23T13:38:10.696Z | Feb 23 13:38:09.001 INFO [tuf-repo] task succeeded (83.268523755s) |
10212 | 2025-02-23T13:39:07.719Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
10213 | 2025-02-23T13:39:14.254Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
10214 | 2025-02-23T13:39:34.130Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
10215 | 2025-02-23T13:45:30.773Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 24m 18s |
10216 | 2025-02-23T13:45:31.316Z | Feb 23 13:45:29.547 INFO [verify-libraries] process exited with exit status: 0 (1462.745987305s) |
10217 | 2025-02-23T13:45:31.316Z | Feb 23 13:45:29.547 INFO all jobs completed in 2971.345211344s |
10218 | 2025-02-23T13:45:33.823Z | process exited: duration 3738591 ms, exit code 0 |
|
10219 | 2025-02-23T13:45:33.850Z | found 33 output files |
10220 | 2025-02-23T13:45:33.857Z | uploading: /work/manifest.toml (13429 bytes) |
10221 | 2025-02-23T13:45:34.864Z | uploaded: /work/manifest.toml |
10222 | 2025-02-23T13:45:34.864Z | uploading: /work/repo.zip (2156909458 bytes) |
10223 | 2025-02-23T13:46:15.384Z | uploaded: /work/repo.zip |
10224 | 2025-02-23T13:46:15.384Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10225 | 2025-02-23T13:46:16.391Z | uploaded: /work/repo.zip.sha256.txt |
10226 | 2025-02-23T13:46:16.392Z | uploading: /work/helios-setup.log (69013 bytes) |
10227 | 2025-02-23T13:46:17.402Z | uploaded: /work/helios-setup.log |
10228 | 2025-02-23T13:46:17.405Z | uploading: /work/host-image.log (201907 bytes) |
10229 | 2025-02-23T13:46:18.417Z | uploaded: /work/host-image.log |
10230 | 2025-02-23T13:46:18.417Z | uploading: /work/host-package.log (24687 bytes) |
10231 | 2025-02-23T13:46:19.426Z | uploaded: /work/host-package.log |
10232 | 2025-02-23T13:46:19.426Z | uploading: /work/host-target.log (101 bytes) |
10233 | 2025-02-23T13:46:20.432Z | uploaded: /work/host-target.log |
10234 | 2025-02-23T13:46:20.432Z | uploading: /work/omicron-package.log (6720 bytes) |
10235 | 2025-02-23T13:46:21.440Z | uploaded: /work/omicron-package.log |
10236 | 2025-02-23T13:46:21.440Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10237 | 2025-02-23T13:46:22.446Z | uploaded: /work/phbl-toolchain.log |
10238 | 2025-02-23T13:46:22.449Z | uploading: /work/recovery-image.log (580201 bytes) |
10239 | 2025-02-23T13:46:23.470Z | uploaded: /work/recovery-image.log |
10240 | 2025-02-23T13:46:23.473Z | uploading: /work/recovery-package.log (1762 bytes) |
10241 | 2025-02-23T13:46:24.478Z | uploaded: /work/recovery-package.log |
10242 | 2025-02-23T13:46:24.480Z | uploading: /work/recovery-target.log (57 bytes) |
10243 | 2025-02-23T13:46:25.487Z | uploaded: /work/recovery-target.log |
10244 | 2025-02-23T13:46:25.487Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10245 | 2025-02-23T13:46:26.495Z | uploaded: /work/stamp-clickhouse.log |
10246 | 2025-02-23T13:46:26.495Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10247 | 2025-02-23T13:46:27.503Z | uploaded: /work/stamp-clickhouse_keeper.log |
10248 | 2025-02-23T13:46:27.506Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10249 | 2025-02-23T13:46:28.511Z | uploaded: /work/stamp-cockroachdb.log |
10250 | 2025-02-23T13:46:28.511Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10251 | 2025-02-23T13:46:29.519Z | uploaded: /work/stamp-crucible-dtrace.log |
10252 | 2025-02-23T13:46:29.521Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10253 | 2025-02-23T13:46:30.527Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10254 | 2025-02-23T13:46:30.527Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10255 | 2025-02-23T13:46:31.535Z | uploaded: /work/stamp-crucible-zone.log |
10256 | 2025-02-23T13:46:31.535Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10257 | 2025-02-23T13:46:32.543Z | uploaded: /work/stamp-external-dns.log |
10258 | 2025-02-23T13:46:32.545Z | uploading: /work/stamp-installinator.log (103 bytes) |
10259 | 2025-02-23T13:46:33.549Z | uploaded: /work/stamp-installinator.log |
10260 | 2025-02-23T13:46:33.552Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10261 | 2025-02-23T13:46:34.563Z | uploaded: /work/stamp-internal-dns.log |
10262 | 2025-02-23T13:46:34.563Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10263 | 2025-02-23T13:46:35.571Z | uploaded: /work/stamp-mg-ddm-gz.log |
10264 | 2025-02-23T13:46:35.571Z | uploading: /work/stamp-nexus.log (112 bytes) |
10265 | 2025-02-23T13:46:36.580Z | uploaded: /work/stamp-nexus.log |
10266 | 2025-02-23T13:46:36.580Z | uploading: /work/stamp-ntp.log (110 bytes) |
10267 | 2025-02-23T13:46:37.588Z | uploaded: /work/stamp-ntp.log |
10268 | 2025-02-23T13:46:37.588Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10269 | 2025-02-23T13:46:38.597Z | uploaded: /work/stamp-omicron-sled-agent.log |
10270 | 2025-02-23T13:46:38.597Z | uploading: /work/stamp-overlay.log (114 bytes) |
10271 | 2025-02-23T13:46:39.606Z | uploaded: /work/stamp-overlay.log |
10272 | 2025-02-23T13:46:39.606Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10273 | 2025-02-23T13:46:40.614Z | uploaded: /work/stamp-oximeter.log |
10274 | 2025-02-23T13:46:40.614Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10275 | 2025-02-23T13:46:41.623Z | uploaded: /work/stamp-oxlog.log |
10276 | 2025-02-23T13:46:41.623Z | uploading: /work/stamp-probe.log (112 bytes) |
10277 | 2025-02-23T13:46:42.632Z | uploaded: /work/stamp-probe.log |
10278 | 2025-02-23T13:46:42.632Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10279 | 2025-02-23T13:46:43.640Z | uploaded: /work/stamp-propolis-server.log |
10280 | 2025-02-23T13:46:43.640Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10281 | 2025-02-23T13:46:44.648Z | uploaded: /work/stamp-pumpkind-gz.log |
10282 | 2025-02-23T13:46:44.648Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10283 | 2025-02-23T13:46:45.655Z | uploaded: /work/stamp-switch-asic.log |
10284 | 2025-02-23T13:46:45.655Z | uploading: /work/verify-libraries.log (17219 bytes) |
10285 | 2025-02-23T13:46:46.664Z | uploaded: /work/verify-libraries.log |