|
|
|
1 | 2024-12-20T19:49:22.495Z | job assigned to worker 01JFJSR3GNTKEKY6SFNFZGM838 [factory aws, i-0c88e4359e07e8f73] (queued for 2 m 20 s) |
|
2 | 2024-12-20T19:49:37.556Z | starting task 0: "setup" |
3 | 2024-12-20T19:49:37.564Z | ++ uname -s |
4 | 2024-12-20T19:49:37.567Z | + kern=SunOS |
5 | 2024-12-20T19:49:37.567Z | + case "$kern" in |
6 | 2024-12-20T19:49:37.567Z | + groupadd -g 12345 build |
7 | 2024-12-20T19:49:37.569Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T19:49:37.576Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T19:49:37.708Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T19:49:37.710Z | + home_fs=zfs |
11 | 2024-12-20T19:49:37.710Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T19:49:37.710Z | + mkdir -p /home/build |
13 | 2024-12-20T19:49:37.713Z | + chown build:build /home/build /work |
14 | 2024-12-20T19:49:37.715Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T19:49:37.718Z | process exited: duration 162 ms, exit code 0 |
|
16 | 2024-12-20T19:49:37.726Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T19:49:37.729Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T19:49:37.729Z | * toolchain channel = "1.81.0" |
19 | 2024-12-20T19:49:37.729Z | * toolchain profile = "default" |
20 | 2024-12-20T19:49:37.729Z | ' 1.81.0 |
21 | 2024-12-20T19:49:37.729Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T19:49:37.729Z | ' default |
23 | 2024-12-20T19:49:37.731Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T19:49:37.731Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T19:49:37.845Z | info: downloading installer |
26 | 2024-12-20T19:49:39.971Z | info: profile set to 'default' |
27 | 2024-12-20T19:49:39.971Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T19:49:39.974Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T19:49:40.132Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T19:49:40.132Z | info: downloading component 'cargo' |
31 | 2024-12-20T19:49:41.000Z | info: downloading component 'clippy' |
32 | 2024-12-20T19:49:41.321Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T19:49:42.527Z | info: downloading component 'rust-std' |
34 | 2024-12-20T19:49:44.402Z | info: downloading component 'rustc' |
35 | 2024-12-20T19:49:51.104Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T19:49:51.362Z | info: installing component 'cargo' |
37 | 2024-12-20T19:49:52.147Z | info: installing component 'clippy' |
38 | 2024-12-20T19:49:52.503Z | info: installing component 'rust-docs' |
39 | 2024-12-20T19:49:54.039Z | info: installing component 'rust-std' |
40 | 2024-12-20T19:49:55.679Z | info: installing component 'rustc' |
41 | 2024-12-20T19:50:01.327Z | info: installing component 'rustfmt' |
42 | 2024-12-20T19:50:01.653Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T19:50:01.653Z | |
44 | 2024-12-20T19:50:02.026Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T19:50:02.026Z | |
46 | 2024-12-20T19:50:02.026Z | |
47 | 2024-12-20T19:50:02.026Z | Rust is installed now. Great! |
48 | 2024-12-20T19:50:02.029Z | |
49 | 2024-12-20T19:50:02.029Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T19:50:02.029Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T19:50:02.029Z | |
52 | 2024-12-20T19:50:02.029Z | To configure your current shell, you need to source |
53 | 2024-12-20T19:50:02.029Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T19:50:02.029Z | |
55 | 2024-12-20T19:50:02.029Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T19:50:02.029Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T19:50:02.029Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T19:50:02.105Z | + rustc --version |
59 | 2024-12-20T19:50:02.167Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T19:50:02.170Z | process exited: duration 24446 ms, exit code 0 |
|
61 | 2024-12-20T19:50:02.176Z | starting task 2: "authentication" |
62 | 2024-12-20T19:50:02.196Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T19:50:02.201Z | starting task 3: "clone repository" |
64 | 2024-12-20T19:50:02.206Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T19:50:02.208Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T19:50:03.768Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T19:50:11.372Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T19:50:11.372Z | + git fetch origin e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
69 | 2024-12-20T19:50:11.671Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T19:50:11.671Z | * branch e3ee22c82e2b123027b26c7cb2aa88357d52e902 -> FETCH_HEAD |
71 | 2024-12-20T19:50:11.681Z | + [[ -n john/reconfigurator-blippy ]] |
72 | 2024-12-20T19:50:11.684Z | ++ git branch --show-current |
73 | 2024-12-20T19:50:11.686Z | + current=main |
74 | 2024-12-20T19:50:11.686Z | + [[ main != john/reconfigurator-blippy ]] |
75 | 2024-12-20T19:50:11.686Z | + git branch -f john/reconfigurator-blippy e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
76 | 2024-12-20T19:50:11.689Z | + git checkout -f john/reconfigurator-blippy |
77 | 2024-12-20T19:50:11.852Z | Switched to branch 'john/reconfigurator-blippy' |
78 | 2024-12-20T19:50:11.854Z | + git reset --hard e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
79 | 2024-12-20T19:50:12.011Z | HEAD is now at e3ee22c82 PR feedback |
80 | 2024-12-20T19:50:12.013Z | process exited: duration 9811 ms, exit code 0 |
|
81 | 2024-12-20T19:50:12.018Z | starting task 4: "build" |
82 | 2024-12-20T19:50:12.025Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T19:50:12.027Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T19:50:12.027Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T19:50:12.027Z | + cargo --version |
86 | 2024-12-20T19:50:12.082Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T19:50:12.085Z | + rustc --version |
88 | 2024-12-20T19:50:12.145Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T19:50:12.148Z | + cargo tree --locked |
90 | 2024-12-20T19:50:12.407Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-20T19:50:12.663Z | Updating crates.io index |
92 | 2024-12-20T19:50:12.712Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-20T19:50:13.212Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-20T19:50:13.478Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-20T19:50:13.740Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-20T19:50:14.003Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-20T19:50:14.964Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-20T19:50:16.440Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-20T19:50:17.112Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-20T19:50:17.795Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-20T19:50:18.096Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-20T19:50:18.418Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-20T19:50:18.989Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-20T19:50:19.335Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-20T19:50:19.621Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-20T19:50:19.877Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-20T19:50:20.148Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-20T19:50:20.402Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-20T19:50:20.673Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-20T19:50:20.974Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-20T19:50:21.339Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-20T19:50:21.615Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-20T19:50:22.095Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-20T19:50:22.359Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-20T19:50:22.762Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-20T19:50:23.123Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-20T19:50:23.401Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-20T19:50:23.693Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-20T19:50:23.948Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-20T19:50:25.254Z | Downloading crates ... |
121 | 2024-12-20T19:50:25.341Z | Downloaded adler2 v2.0.0 |
122 | 2024-12-20T19:50:25.354Z | Downloaded addr2line v0.24.2 |
123 | 2024-12-20T19:50:25.363Z | Downloaded ciborium v0.2.2 |
124 | 2024-12-20T19:50:25.368Z | Downloaded fallible-iterator v0.3.0 |
125 | 2024-12-20T19:50:25.370Z | Downloaded fallible-streaming-iterator v0.1.9 |
126 | 2024-12-20T19:50:25.373Z | Downloaded filetime v0.2.25 |
127 | 2024-12-20T19:50:25.376Z | Downloaded foreign-types-shared v0.1.1 |
128 | 2024-12-20T19:50:25.378Z | Downloaded atty v0.2.14 |
129 | 2024-12-20T19:50:25.380Z | Downloaded atomicwrites v0.4.4 |
130 | 2024-12-20T19:50:25.387Z | Downloaded headers-core v0.3.0 |
131 | 2024-12-20T19:50:25.402Z | Downloaded cfg_aliases v0.2.1 |
132 | 2024-12-20T19:50:25.404Z | Downloaded http-range v0.1.5 |
133 | 2024-12-20T19:50:25.404Z | Downloaded foreign-types v0.3.2 |
134 | 2024-12-20T19:50:25.407Z | Downloaded fd-lock v4.0.2 |
135 | 2024-12-20T19:50:25.409Z | Downloaded fxhash v0.2.1 |
136 | 2024-12-20T19:50:25.409Z | Downloaded ff v0.13.0 |
137 | 2024-12-20T19:50:25.411Z | Downloaded guppy-workspace-hack v0.1.0 |
138 | 2024-12-20T19:50:25.411Z | Downloaded async-stream-impl v0.3.6 |
139 | 2024-12-20T19:50:25.411Z | Downloaded async-object-pool v0.1.5 |
140 | 2024-12-20T19:50:25.414Z | Downloaded anstyle v1.0.10 |
141 | 2024-12-20T19:50:25.418Z | Downloaded hubpack_derive v0.1.1 |
142 | 2024-12-20T19:50:25.418Z | Downloaded http-body v1.0.1 |
143 | 2024-12-20T19:50:25.421Z | Downloaded group v0.13.0 |
144 | 2024-12-20T19:50:25.421Z | Downloaded flagset v0.4.6 |
145 | 2024-12-20T19:50:25.421Z | Downloaded bit-set v0.5.3 |
146 | 2024-12-20T19:50:25.426Z | Downloaded foldhash v0.1.3 |
147 | 2024-12-20T19:50:25.426Z | Downloaded fnv v1.0.7 |
148 | 2024-12-20T19:50:25.429Z | Downloaded bitfield v0.14.0 |
149 | 2024-12-20T19:50:25.429Z | Downloaded hostname v0.4.0 |
150 | 2024-12-20T19:50:25.429Z | Downloaded async-channel v2.3.1 |
151 | 2024-12-20T19:50:25.431Z | Downloaded cast v0.3.0 |
152 | 2024-12-20T19:50:25.431Z | Downloaded heck v0.3.3 |
153 | 2024-12-20T19:50:25.434Z | Downloaded bytecount v0.6.8 |
154 | 2024-12-20T19:50:25.437Z | Downloaded hash32 v0.2.1 |
155 | 2024-12-20T19:50:25.437Z | Downloaded futures-macro v0.3.31 |
156 | 2024-12-20T19:50:25.439Z | Downloaded funty v2.0.0 |
157 | 2024-12-20T19:50:25.439Z | Downloaded futures-task v0.3.31 |
158 | 2024-12-20T19:50:25.441Z | Downloaded cargo_metadata v0.18.1 |
159 | 2024-12-20T19:50:25.443Z | Downloaded glob v0.3.1 |
160 | 2024-12-20T19:50:25.443Z | Downloaded futures-timer v3.0.3 |
161 | 2024-12-20T19:50:25.446Z | Downloaded futures-io v0.3.31 |
162 | 2024-12-20T19:50:25.446Z | Downloaded foreign-types v0.5.0 |
163 | 2024-12-20T19:50:25.448Z | Downloaded autocfg v1.4.0 |
164 | 2024-12-20T19:50:25.452Z | Downloaded hubpack v0.1.2 |
165 | 2024-12-20T19:50:25.452Z | Downloaded chrono-tz-build v0.4.0 |
166 | 2024-12-20T19:50:25.452Z | Downloaded cfg_aliases v0.1.1 |
167 | 2024-12-20T19:50:25.452Z | Downloaded block-padding v0.3.3 |
168 | 2024-12-20T19:50:25.456Z | Downloaded futures-sink v0.3.31 |
169 | 2024-12-20T19:50:25.457Z | Downloaded fixedbitset v0.4.2 |
170 | 2024-12-20T19:50:25.459Z | Downloaded bit-vec v0.6.3 |
171 | 2024-12-20T19:50:25.459Z | Downloaded cbc v0.1.2 |
172 | 2024-12-20T19:50:25.459Z | Downloaded castaway v0.2.3 |
173 | 2024-12-20T19:50:25.462Z | Downloaded futures-executor v0.3.31 |
174 | 2024-12-20T19:50:25.464Z | Downloaded bcrypt-pbkdf v0.10.0 |
175 | 2024-12-20T19:50:25.464Z | Downloaded home v0.5.9 |
176 | 2024-12-20T19:50:25.466Z | Downloaded hyper-tls v0.6.0 |
177 | 2024-12-20T19:50:25.466Z | Downloaded http-body-util v0.1.2 |
178 | 2024-12-20T19:50:25.468Z | Downloaded hex v0.4.3 |
179 | 2024-12-20T19:50:25.470Z | Downloaded float-cmp v0.9.0 |
180 | 2024-12-20T19:50:25.473Z | Downloaded async-stream v0.3.6 |
181 | 2024-12-20T19:50:25.475Z | Downloaded hex-literal v0.4.1 |
182 | 2024-12-20T19:50:25.475Z | Downloaded async-recursion v1.1.1 |
183 | 2024-12-20T19:50:25.478Z | Downloaded num-iter v0.1.45 |
184 | 2024-12-20T19:50:25.481Z | Downloaded httpdate v1.0.3 |
185 | 2024-12-20T19:50:25.481Z | Downloaded getrandom v0.2.15 |
186 | 2024-12-20T19:50:25.484Z | Downloaded errno v0.3.9 |
187 | 2024-12-20T19:50:25.486Z | Downloaded cfg-if v1.0.0 |
188 | 2024-12-20T19:50:25.488Z | Downloaded precomputed-hash v0.1.1 |
189 | 2024-12-20T19:50:25.488Z | Downloaded path-slash v0.1.5 |
190 | 2024-12-20T19:50:25.491Z | Downloaded hyper-rustls v0.27.3 |
191 | 2024-12-20T19:50:25.492Z | Downloaded httptest v0.16.1 |
192 | 2024-12-20T19:50:25.495Z | Downloaded bzip2 v0.4.4 |
193 | 2024-12-20T19:50:25.497Z | Downloaded camino v1.1.9 |
194 | 2024-12-20T19:50:25.499Z | Downloaded camino-tempfile v1.1.1 |
195 | 2024-12-20T19:50:25.501Z | Downloaded blocking v1.6.1 |
196 | 2024-12-20T19:50:25.503Z | Downloaded hashlink v0.9.1 |
197 | 2024-12-20T19:50:25.506Z | Downloaded num_enum_derive v0.5.11 |
198 | 2024-12-20T19:50:25.506Z | Downloaded cexpr v0.6.0 |
199 | 2024-12-20T19:50:25.508Z | Downloaded iana-time-zone v0.1.61 |
200 | 2024-12-20T19:50:25.511Z | Downloaded hickory-client v0.24.1 |
201 | 2024-12-20T19:50:25.515Z | Downloaded futures-channel v0.3.31 |
202 | 2024-12-20T19:50:25.517Z | Downloaded serde-big-array v0.5.1 |
203 | 2024-12-20T19:50:25.517Z | Downloaded russh-cryptovec v0.7.3 |
204 | 2024-12-20T19:50:25.517Z | Downloaded bitflags v1.3.2 |
205 | 2024-12-20T19:50:25.520Z | Downloaded swrite v0.1.0 |
206 | 2024-12-20T19:50:25.523Z | Downloaded sigpipe v0.1.3 |
207 | 2024-12-20T19:50:25.523Z | Downloaded blake2b_simd v1.0.2 |
208 | 2024-12-20T19:50:25.525Z | Downloaded backoff v0.4.0 |
209 | 2024-12-20T19:50:25.527Z | Downloaded parse-display-derive v0.10.0 |
210 | 2024-12-20T19:50:25.530Z | Downloaded hyper-staticfile v0.10.1 |
211 | 2024-12-20T19:50:25.532Z | Downloaded hyper-rustls v0.26.0 |
212 | 2024-12-20T19:50:25.534Z | Downloaded generic-array v0.14.7 |
213 | 2024-12-20T19:50:25.536Z | Downloaded arrayvec v0.7.6 |
214 | 2024-12-20T19:50:25.536Z | Downloaded argon2 v0.5.3 |
215 | 2024-12-20T19:50:25.538Z | Downloaded bcs v0.1.6 |
216 | 2024-12-20T19:50:25.540Z | Downloaded fatfs v0.3.6 |
217 | 2024-12-20T19:50:25.543Z | Downloaded parking v2.2.1 |
218 | 2024-12-20T19:50:25.545Z | Downloaded fs_extra v1.3.0 |
219 | 2024-12-20T19:50:25.548Z | Downloaded try-lock v0.2.5 |
220 | 2024-12-20T19:50:25.548Z | Downloaded rand_seeder v0.3.0 |
221 | 2024-12-20T19:50:25.550Z | Downloaded ppv-lite86 v0.2.20 |
222 | 2024-12-20T19:50:25.550Z | Downloaded usdt-macro v0.5.0 |
223 | 2024-12-20T19:50:25.552Z | Downloaded zone_cfg_derive v0.1.2 |
224 | 2024-12-20T19:50:25.552Z | Downloaded percent-encoding v2.3.1 |
225 | 2024-12-20T19:50:25.554Z | Downloaded powerfmt v0.2.0 |
226 | 2024-12-20T19:50:25.555Z | Downloaded chacha20 v0.9.1 |
227 | 2024-12-20T19:50:25.557Z | Downloaded usdt-attr-macro v0.5.0 |
228 | 2024-12-20T19:50:25.559Z | Downloaded unarray v0.1.4 |
229 | 2024-12-20T19:50:25.559Z | Downloaded bitflags v2.6.0 |
230 | 2024-12-20T19:50:25.563Z | Downloaded quick-error v1.2.3 |
231 | 2024-12-20T19:50:25.565Z | Downloaded async-task v4.7.1 |
232 | 2024-12-20T19:50:25.568Z | Downloaded proc-macro-crate v3.2.0 |
233 | 2024-12-20T19:50:25.570Z | Downloaded relative-path v1.9.3 |
234 | 2024-12-20T19:50:25.570Z | Downloaded blake2 v0.10.6 |
235 | 2024-12-20T19:50:25.574Z | Downloaded cstr-argument v0.1.2 |
236 | 2024-12-20T19:50:25.577Z | Downloaded signal-hook-tokio v0.3.1 |
237 | 2024-12-20T19:50:25.577Z | Downloaded cfg-expr v0.17.0 |
238 | 2024-12-20T19:50:25.579Z | Downloaded doc-comment v0.3.3 |
239 | 2024-12-20T19:50:25.579Z | Downloaded supports-color v3.0.1 |
240 | 2024-12-20T19:50:25.582Z | Downloaded subtle v2.6.1 |
241 | 2024-12-20T19:50:25.584Z | Downloaded spin v0.5.2 |
242 | 2024-12-20T19:50:25.584Z | Downloaded thiserror-impl-no-std v2.0.2 |
243 | 2024-12-20T19:50:25.587Z | Downloaded allocator-api2 v0.2.18 |
244 | 2024-12-20T19:50:25.589Z | Downloaded blowfish v0.9.1 |
245 | 2024-12-20T19:50:25.589Z | Downloaded anstyle-parse v0.2.5 |
246 | 2024-12-20T19:50:25.593Z | Downloaded headers v0.4.0 |
247 | 2024-12-20T19:50:25.596Z | Downloaded static_assertions v1.1.0 |
248 | 2024-12-20T19:50:25.599Z | Downloaded endian-type v0.1.2 |
249 | 2024-12-20T19:50:25.599Z | Downloaded httparse v1.9.5 |
250 | 2024-12-20T19:50:25.602Z | Downloaded thiserror v2.0.3 |
251 | 2024-12-20T19:50:25.607Z | Downloaded mirai-annotations v1.12.0 |
252 | 2024-12-20T19:50:25.610Z | Downloaded wait-timeout v0.2.0 |
253 | 2024-12-20T19:50:25.612Z | Downloaded paste v1.0.15 |
254 | 2024-12-20T19:50:25.614Z | Downloaded stable_deref_trait v1.2.0 |
255 | 2024-12-20T19:50:25.615Z | Downloaded pest_derive v2.7.14 |
256 | 2024-12-20T19:50:25.617Z | Downloaded password-hash v0.5.0 |
257 | 2024-12-20T19:50:25.620Z | Downloaded zone v0.3.0 |
258 | 2024-12-20T19:50:25.620Z | Downloaded xattr v1.3.1 |
259 | 2024-12-20T19:50:25.623Z | Downloaded instant v0.1.13 |
260 | 2024-12-20T19:50:25.623Z | Downloaded normalize-line-endings v0.3.0 |
261 | 2024-12-20T19:50:25.625Z | Downloaded unicase v2.7.0 |
262 | 2024-12-20T19:50:25.626Z | Downloaded half v2.4.1 |
263 | 2024-12-20T19:50:25.628Z | Downloaded wyz v0.5.1 |
264 | 2024-12-20T19:50:25.630Z | Downloaded usdt v0.5.0 |
265 | 2024-12-20T19:50:25.632Z | Downloaded signal-hook-registry v1.4.2 |
266 | 2024-12-20T19:50:25.633Z | Downloaded typify-macro v0.2.0 |
267 | 2024-12-20T19:50:25.635Z | Downloaded base64 v0.13.1 |
268 | 2024-12-20T19:50:25.638Z | Downloaded bytes v1.8.0 |
269 | 2024-12-20T19:50:25.641Z | Downloaded crypto-common v0.1.6 |
270 | 2024-12-20T19:50:25.643Z | Downloaded crc v3.2.1 |
271 | 2024-12-20T19:50:25.645Z | Downloaded cpufeatures v0.2.14 |
272 | 2024-12-20T19:50:25.647Z | Downloaded heapless v0.8.0 |
273 | 2024-12-20T19:50:25.650Z | Downloaded pretty-hex v0.2.1 |
274 | 2024-12-20T19:50:25.652Z | Downloaded zone v0.1.8 |
275 | 2024-12-20T19:50:25.652Z | Downloaded futures v0.3.31 |
276 | 2024-12-20T19:50:25.657Z | Downloaded lazy_static v1.5.0 |
277 | 2024-12-20T19:50:25.659Z | Downloaded colored v2.1.0 |
278 | 2024-12-20T19:50:25.661Z | Downloaded whoami v1.5.2 |
279 | 2024-12-20T19:50:25.664Z | Downloaded term v0.7.0 |
280 | 2024-12-20T19:50:25.667Z | Downloaded derive_builder_macro v0.20.2 |
281 | 2024-12-20T19:50:25.669Z | Downloaded lazycell v1.3.0 |
282 | 2024-12-20T19:50:25.669Z | Downloaded lru v0.12.5 |
283 | 2024-12-20T19:50:25.672Z | Downloaded num v0.4.3 |
284 | 2024-12-20T19:50:25.672Z | Downloaded event-listener v2.5.3 |
285 | 2024-12-20T19:50:25.674Z | Downloaded packed_struct v0.10.1 |
286 | 2024-12-20T19:50:25.676Z | Downloaded chacha20poly1305 v0.10.1 |
287 | 2024-12-20T19:50:25.678Z | Downloaded aes-gcm v0.10.3 |
288 | 2024-12-20T19:50:25.680Z | Downloaded datatest-stable v0.2.9 |
289 | 2024-12-20T19:50:25.683Z | Downloaded tokio-tungstenite v0.21.0 |
290 | 2024-12-20T19:50:25.685Z | Downloaded tokio-stream v0.1.16 |
291 | 2024-12-20T19:50:25.690Z | Downloaded russh-keys v0.45.0 |
292 | 2024-12-20T19:50:25.693Z | Downloaded similar v2.6.0 |
293 | 2024-12-20T19:50:25.697Z | Downloaded nodrop v0.1.14 |
294 | 2024-12-20T19:50:25.699Z | Downloaded proc-macro-crate v1.3.1 |
295 | 2024-12-20T19:50:25.699Z | Downloaded pest_generator v2.7.14 |
296 | 2024-12-20T19:50:25.701Z | Downloaded fancy-regex v0.13.0 |
297 | 2024-12-20T19:50:25.705Z | Downloaded usdt-impl v0.5.0 |
298 | 2024-12-20T19:50:25.713Z | Downloaded hashbrown v0.12.3 |
299 | 2024-12-20T19:50:25.713Z | Downloaded hyper-util v0.1.10 |
300 | 2024-12-20T19:50:25.716Z | Downloaded waitgroup v0.1.2 |
301 | 2024-12-20T19:50:25.716Z | Downloaded radium v0.7.0 |
302 | 2024-12-20T19:50:25.720Z | Downloaded r2d2 v0.8.10 |
303 | 2024-12-20T19:50:25.720Z | Downloaded xz2 v0.1.7 |
304 | 2024-12-20T19:50:25.722Z | Downloaded dhcproto-macros v0.1.0 |
305 | 2024-12-20T19:50:25.722Z | Downloaded diesel_table_macro_syntax v0.2.0 |
306 | 2024-12-20T19:50:25.724Z | Downloaded time-core v0.1.2 |
307 | 2024-12-20T19:50:25.724Z | Downloaded vte_generate_state_changes v0.1.2 |
308 | 2024-12-20T19:50:25.726Z | Downloaded hickory-resolver v0.24.1 |
309 | 2024-12-20T19:50:25.729Z | Downloaded signal-hook-mio v0.2.4 |
310 | 2024-12-20T19:50:25.732Z | Downloaded plotters-backend v0.3.7 |
311 | 2024-12-20T19:50:25.732Z | Downloaded spki v0.7.3 |
312 | 2024-12-20T19:50:25.734Z | Downloaded similar-asserts v1.6.0 |
313 | 2024-12-20T19:50:25.737Z | Downloaded plain v0.2.3 |
314 | 2024-12-20T19:50:25.739Z | Downloaded phf_codegen v0.11.2 |
315 | 2024-12-20T19:50:25.739Z | Downloaded nu-ansi-term v0.50.1 |
316 | 2024-12-20T19:50:25.741Z | Downloaded derive_builder_core v0.20.2 |
317 | 2024-12-20T19:50:25.744Z | Downloaded either v1.13.0 |
318 | 2024-12-20T19:50:25.746Z | Downloaded derive_builder v0.20.2 |
319 | 2024-12-20T19:50:25.749Z | Downloaded quinn-udp v0.5.5 |
320 | 2024-12-20T19:50:25.751Z | Downloaded tokio-rustls v0.26.0 |
321 | 2024-12-20T19:50:25.753Z | Downloaded ucd-trie v0.1.7 |
322 | 2024-12-20T19:50:25.756Z | Downloaded pin-project-lite v0.2.14 |
323 | 2024-12-20T19:50:25.763Z | Downloaded ident_case v1.0.1 |
324 | 2024-12-20T19:50:25.765Z | Downloaded dropshot_endpoint v0.13.0 |
325 | 2024-12-20T19:50:25.766Z | Downloaded rusty-fork v0.3.0 |
326 | 2024-12-20T19:50:25.768Z | Downloaded structmeta-derive v0.3.0 |
327 | 2024-12-20T19:50:25.770Z | Downloaded lock_api v0.4.12 |
328 | 2024-12-20T19:50:25.770Z | Downloaded matches v0.1.10 |
329 | 2024-12-20T19:50:25.773Z | Downloaded derive_more v0.99.18 |
330 | 2024-12-20T19:50:25.775Z | Downloaded socket2 v0.5.7 |
331 | 2024-12-20T19:50:25.778Z | Downloaded arc-swap v1.7.1 |
332 | 2024-12-20T19:50:25.782Z | Downloaded escape8259 v0.5.3 |
333 | 2024-12-20T19:50:25.784Z | Downloaded oso-derive v0.27.3 |
334 | 2024-12-20T19:50:25.784Z | Downloaded diesel-dtrace v0.4.2 |
335 | 2024-12-20T19:50:25.786Z | Downloaded phf_shared v0.10.0 |
336 | 2024-12-20T19:50:25.786Z | Downloaded threadpool v1.8.1 |
337 | 2024-12-20T19:50:25.788Z | Downloaded thread-id v4.2.2 |
338 | 2024-12-20T19:50:25.791Z | Downloaded thiserror-no-std v2.0.2 |
339 | 2024-12-20T19:50:25.794Z | Downloaded embedded-io v0.4.0 |
340 | 2024-12-20T19:50:25.796Z | Downloaded snafu-derive v0.8.5 |
341 | 2024-12-20T19:50:25.798Z | Downloaded number_prefix v0.4.0 |
342 | 2024-12-20T19:50:25.798Z | Downloaded log v0.4.22 |
343 | 2024-12-20T19:50:25.800Z | Downloaded qorb v0.2.1 |
344 | 2024-12-20T19:50:25.804Z | Downloaded cookie v0.18.1 |
345 | 2024-12-20T19:50:25.808Z | Downloaded flate2 v1.0.34 |
346 | 2024-12-20T19:50:25.812Z | Downloaded parse-size v1.1.0 |
347 | 2024-12-20T19:50:25.815Z | Downloaded shlex v1.3.0 |
348 | 2024-12-20T19:50:25.815Z | Downloaded typify v0.2.0 |
349 | 2024-12-20T19:50:25.818Z | Downloaded target-lexicon v0.12.16 |
350 | 2024-12-20T19:50:25.821Z | Downloaded scroll v0.12.0 |
351 | 2024-12-20T19:50:25.823Z | Downloaded crossbeam-deque v0.8.5 |
352 | 2024-12-20T19:50:25.825Z | Downloaded miniz_oxide v0.8.0 |
353 | 2024-12-20T19:50:25.827Z | Downloaded rand_distr v0.4.3 |
354 | 2024-12-20T19:50:25.830Z | Downloaded hashbrown v0.13.2 |
355 | 2024-12-20T19:50:25.834Z | Downloaded tinyvec_macros v0.1.1 |
356 | 2024-12-20T19:50:25.836Z | Downloaded icu_provider v1.5.0 |
357 | 2024-12-20T19:50:25.840Z | Downloaded equivalent v1.0.1 |
358 | 2024-12-20T19:50:25.840Z | Downloaded time-macros v0.2.18 |
359 | 2024-12-20T19:50:25.843Z | Downloaded litemap v0.7.3 |
360 | 2024-12-20T19:50:25.843Z | Downloaded indoc v1.0.9 |
361 | 2024-12-20T19:50:25.846Z | Downloaded tower-service v0.3.3 |
362 | 2024-12-20T19:50:25.848Z | Downloaded base64 v0.21.7 |
363 | 2024-12-20T19:50:25.850Z | Downloaded sync_wrapper v1.0.1 |
364 | 2024-12-20T19:50:25.853Z | Downloaded rstest v0.23.0 |
365 | 2024-12-20T19:50:25.858Z | Downloaded predicates-core v1.0.8 |
366 | 2024-12-20T19:50:25.861Z | Downloaded p256 v0.13.2 |
367 | 2024-12-20T19:50:25.863Z | Downloaded yansi v1.0.1 |
368 | 2024-12-20T19:50:25.866Z | Downloaded publicsuffix v2.2.3 |
369 | 2024-12-20T19:50:25.870Z | Downloaded unicode-truncate v1.1.0 |
370 | 2024-12-20T19:50:25.870Z | Downloaded spin v0.9.8 |
371 | 2024-12-20T19:50:25.873Z | Downloaded progenitor-impl v0.8.0 |
372 | 2024-12-20T19:50:25.875Z | Downloaded samael v0.0.17 |
373 | 2024-12-20T19:50:25.879Z | Downloaded sha1 v0.10.6 |
374 | 2024-12-20T19:50:25.881Z | Downloaded secrecy v0.8.0 |
375 | 2024-12-20T19:50:25.884Z | Downloaded rustls-pemfile v1.0.4 |
376 | 2024-12-20T19:50:25.886Z | Downloaded crunchy v0.2.2 |
377 | 2024-12-20T19:50:25.886Z | Downloaded zerofrom v0.1.4 |
378 | 2024-12-20T19:50:25.888Z | Downloaded parse-display v0.10.0 |
379 | 2024-12-20T19:50:25.888Z | Downloaded quote v1.0.37 |
380 | 2024-12-20T19:50:25.894Z | Downloaded newline-converter v0.3.0 |
381 | 2024-12-20T19:50:25.894Z | Downloaded slog-envlogger v2.2.0 |
382 | 2024-12-20T19:50:25.896Z | Downloaded slog-dtrace v0.3.0 |
383 | 2024-12-20T19:50:25.897Z | Downloaded is_ci v1.2.0 |
384 | 2024-12-20T19:50:25.897Z | Downloaded downcast v0.11.0 |
385 | 2024-12-20T19:50:25.899Z | Downloaded synstructure v0.13.1 |
386 | 2024-12-20T19:50:25.899Z | Downloaded slog-scope v4.4.0 |
387 | 2024-12-20T19:50:25.901Z | Downloaded slog-json v2.6.1 |
388 | 2024-12-20T19:50:25.904Z | Downloaded der_derive v0.7.3 |
389 | 2024-12-20T19:50:25.907Z | Downloaded rand_xorshift v0.3.0 |
390 | 2024-12-20T19:50:25.907Z | Downloaded rand_core v0.6.4 |
391 | 2024-12-20T19:50:25.909Z | Downloaded rand_chacha v0.3.1 |
392 | 2024-12-20T19:50:25.909Z | Downloaded memmap2 v0.9.5 |
393 | 2024-12-20T19:50:25.912Z | Downloaded stringprep v0.1.5 |
394 | 2024-12-20T19:50:25.912Z | Downloaded utf8_iter v1.0.4 |
395 | 2024-12-20T19:50:25.915Z | Downloaded stringmetrics v2.2.2 |
396 | 2024-12-20T19:50:25.919Z | Downloaded convert_case v0.4.0 |
397 | 2024-12-20T19:50:25.919Z | Downloaded constant_time_eq v0.3.1 |
398 | 2024-12-20T19:50:25.919Z | Downloaded zeroize_derive v1.4.2 |
399 | 2024-12-20T19:50:25.919Z | Downloaded string_cache v0.8.7 |
400 | 2024-12-20T19:50:25.922Z | Downloaded crc-any v2.5.0 |
401 | 2024-12-20T19:50:25.924Z | Downloaded test-strategy v0.3.1 |
402 | 2024-12-20T19:50:25.927Z | Downloaded compact_str v0.8.0 |
403 | 2024-12-20T19:50:25.930Z | Downloaded pathdiff v0.2.2 |
404 | 2024-12-20T19:50:25.932Z | Downloaded dyn-clone v1.0.17 |
405 | 2024-12-20T19:50:25.935Z | Downloaded difflib v0.4.0 |
406 | 2024-12-20T19:50:25.935Z | Downloaded internet-checksum v0.2.1 |
407 | 2024-12-20T19:50:25.937Z | Downloaded rustls-native-certs v0.7.3 |
408 | 2024-12-20T19:50:25.939Z | Downloaded tracing-core v0.1.32 |
409 | 2024-12-20T19:50:25.944Z | Downloaded unicode-properties v0.1.3 |
410 | 2024-12-20T19:50:25.944Z | Downloaded utf16_iter v1.0.5 |
411 | 2024-12-20T19:50:25.947Z | Downloaded tar v0.4.42 |
412 | 2024-12-20T19:50:25.947Z | Downloaded guppy v0.17.8 |
413 | 2024-12-20T19:50:25.954Z | Downloaded sqlparser_derive v0.2.2 |
414 | 2024-12-20T19:50:25.957Z | Downloaded memmap v0.7.0 |
415 | 2024-12-20T19:50:25.957Z | Downloaded lru-cache v0.1.2 |
416 | 2024-12-20T19:50:25.957Z | Downloaded console v0.15.8 |
417 | 2024-12-20T19:50:25.960Z | Downloaded zerofrom-derive v0.1.4 |
418 | 2024-12-20T19:50:25.962Z | Downloaded parking_lot_core v0.9.10 |
419 | 2024-12-20T19:50:25.965Z | Downloaded zeroize v1.8.1 |
420 | 2024-12-20T19:50:25.965Z | Downloaded parking_lot_core v0.8.6 |
421 | 2024-12-20T19:50:25.968Z | Downloaded take_mut v0.2.2 |
422 | 2024-12-20T19:50:25.970Z | Downloaded parking_lot v0.12.3 |
423 | 2024-12-20T19:50:25.973Z | Downloaded ssh-cipher v0.2.0 |
424 | 2024-12-20T19:50:25.973Z | Downloaded num_enum v0.5.11 |
425 | 2024-12-20T19:50:25.977Z | Downloaded postgres-types v0.2.8 |
426 | 2024-12-20T19:50:25.980Z | Downloaded snafu v0.8.5 |
427 | 2024-12-20T19:50:25.986Z | Downloaded yoke-derive v0.7.4 |
428 | 2024-12-20T19:50:25.988Z | Downloaded aes v0.8.4 |
429 | 2024-12-20T19:50:25.991Z | Downloaded ecdsa v0.16.9 |
430 | 2024-12-20T19:50:25.994Z | Downloaded russh v0.45.0 |
431 | 2024-12-20T19:50:26.004Z | Downloaded icu_provider_macros v1.5.0 |
432 | 2024-12-20T19:50:26.008Z | Downloaded futures-util v0.3.31 |
433 | 2024-12-20T19:50:26.011Z | Downloaded slog-bunyan v2.5.0 |
434 | 2024-12-20T19:50:26.013Z | Downloaded env_logger v0.11.5 |
435 | 2024-12-20T19:50:26.016Z | Downloaded slog-async v2.8.0 |
436 | 2024-12-20T19:50:26.019Z | Downloaded rustversion v1.0.17 |
437 | 2024-12-20T19:50:26.021Z | Downloaded rustc_version v0.1.7 |
438 | 2024-12-20T19:50:26.022Z | Downloaded num_cpus v1.16.0 |
439 | 2024-12-20T19:50:26.025Z | Downloaded utf-8 v0.7.6 |
440 | 2024-12-20T19:50:26.025Z | Downloaded pin-project v1.1.6 |
441 | 2024-12-20T19:50:26.035Z | Downloaded newtype_derive v0.1.6 |
442 | 2024-12-20T19:50:26.038Z | Downloaded pest v2.7.14 |
443 | 2024-12-20T19:50:26.042Z | Downloaded defmt v0.3.8 |
444 | 2024-12-20T19:50:26.045Z | Downloaded num-bigint-dig v0.8.4 |
445 | 2024-12-20T19:50:26.051Z | Downloaded plotters-svg v0.3.7 |
446 | 2024-12-20T19:50:26.053Z | Downloaded cmake v0.1.51 |
447 | 2024-12-20T19:50:26.053Z | Downloaded goblin v0.8.2 |
448 | 2024-12-20T19:50:26.059Z | Downloaded progenitor-client v0.8.0 |
449 | 2024-12-20T19:50:26.062Z | Downloaded minimal-lexical v0.2.1 |
450 | 2024-12-20T19:50:26.064Z | Downloaded clap_lex v0.7.2 |
451 | 2024-12-20T19:50:26.067Z | Downloaded pkcs1 v0.7.5 |
452 | 2024-12-20T19:50:26.070Z | Downloaded kstat-rs v0.2.4 |
453 | 2024-12-20T19:50:26.070Z | Downloaded keccak v0.1.5 |
454 | 2024-12-20T19:50:26.072Z | Downloaded pretty-hex v0.4.1 |
455 | 2024-12-20T19:50:26.072Z | Downloaded pin-project-internal v1.1.6 |
456 | 2024-12-20T19:50:26.074Z | Downloaded serde_derive v1.0.215 |
457 | 2024-12-20T19:50:26.077Z | Downloaded h2 v0.4.6 |
458 | 2024-12-20T19:50:26.083Z | Downloaded pbkdf2 v0.11.0 |
459 | 2024-12-20T19:50:26.086Z | Downloaded num-complex v0.4.6 |
460 | 2024-12-20T19:50:26.089Z | Downloaded tinyvec v1.8.0 |
461 | 2024-12-20T19:50:26.092Z | Downloaded pbkdf2 v0.12.2 |
462 | 2024-12-20T19:50:26.094Z | Downloaded termtree v0.4.1 |
463 | 2024-12-20T19:50:26.094Z | Downloaded typenum v1.17.0 |
464 | 2024-12-20T19:50:26.097Z | Downloaded unicode-xid v0.2.6 |
465 | 2024-12-20T19:50:26.097Z | Downloaded rusqlite v0.32.1 |
466 | 2024-12-20T19:50:26.104Z | Downloaded deranged v0.3.11 |
467 | 2024-12-20T19:50:26.106Z | Downloaded progenitor-macro v0.8.0 |
468 | 2024-12-20T19:50:26.108Z | Downloaded clap_derive v4.5.18 |
469 | 2024-12-20T19:50:26.110Z | Downloaded yoke v0.7.4 |
470 | 2024-12-20T19:50:26.112Z | Downloaded ssh-key v0.6.6 |
471 | 2024-12-20T19:50:26.118Z | Downloaded psl-types v2.0.11 |
472 | 2024-12-20T19:50:26.121Z | Downloaded icu_normalizer_data v1.5.0 |
473 | 2024-12-20T19:50:26.124Z | Downloaded smallvec v0.6.14 |
474 | 2024-12-20T19:50:26.124Z | Downloaded progenitor v0.8.0 |
475 | 2024-12-20T19:50:26.126Z | Downloaded env_filter v0.1.2 |
476 | 2024-12-20T19:50:26.126Z | Downloaded zerocopy v0.6.6 |
477 | 2024-12-20T19:50:26.128Z | Downloaded zerovec-derive v0.10.3 |
478 | 2024-12-20T19:50:26.131Z | Downloaded tokio-macros v2.4.0 |
479 | 2024-12-20T19:50:26.133Z | Downloaded tls_codec_derive v0.4.1 |
480 | 2024-12-20T19:50:26.133Z | Downloaded tls_codec v0.4.1 |
481 | 2024-12-20T19:50:26.136Z | Downloaded ryu v1.0.18 |
482 | 2024-12-20T19:50:26.138Z | Downloaded serde_yaml v0.9.34+deprecated |
483 | 2024-12-20T19:50:26.143Z | Downloaded phf v0.11.2 |
484 | 2024-12-20T19:50:26.145Z | Downloaded strum v0.26.3 |
485 | 2024-12-20T19:50:26.145Z | Downloaded tap v1.0.1 |
486 | 2024-12-20T19:50:26.147Z | Downloaded md-5 v0.10.6 |
487 | 2024-12-20T19:50:26.147Z | Downloaded icu_normalizer v1.5.0 |
488 | 2024-12-20T19:50:26.151Z | Downloaded semver v0.1.20 |
489 | 2024-12-20T19:50:26.153Z | Downloaded sec1 v0.7.3 |
490 | 2024-12-20T19:50:26.156Z | Downloaded slog-stdlog v4.1.1 |
491 | 2024-12-20T19:50:26.159Z | Downloaded tabled_derive v0.7.0 |
492 | 2024-12-20T19:50:26.159Z | Downloaded tokio-tungstenite v0.24.0 |
493 | 2024-12-20T19:50:26.162Z | Downloaded event-listener-strategy v0.5.2 |
494 | 2024-12-20T19:50:26.162Z | Downloaded tokio-tungstenite v0.23.1 |
495 | 2024-12-20T19:50:26.165Z | Downloaded ipnetwork v0.20.0 |
496 | 2024-12-20T19:50:26.165Z | Downloaded predicates-tree v1.0.11 |
497 | 2024-12-20T19:50:26.168Z | Downloaded crypto-bigint v0.5.5 |
498 | 2024-12-20T19:50:26.172Z | Downloaded version_check v0.9.5 |
499 | 2024-12-20T19:50:26.175Z | Downloaded jobserver v0.1.32 |
500 | 2024-12-20T19:50:26.179Z | Downloaded writeable v0.5.5 |
501 | 2024-12-20T19:50:26.181Z | Downloaded tinystr v0.7.6 |
502 | 2024-12-20T19:50:26.181Z | Downloaded peg v0.8.4 |
503 | 2024-12-20T19:50:26.184Z | Downloaded crucible-workspace-hack v0.1.0 |
504 | 2024-12-20T19:50:26.186Z | Downloaded tokio-native-tls v0.3.1 |
505 | 2024-12-20T19:50:26.189Z | Downloaded curve25519-dalek-derive v0.1.1 |
506 | 2024-12-20T19:50:26.189Z | Downloaded p521 v0.13.3 |
507 | 2024-12-20T19:50:26.191Z | Downloaded rustc_version v0.4.1 |
508 | 2024-12-20T19:50:26.194Z | Downloaded rustc-hash v2.0.0 |
509 | 2024-12-20T19:50:26.197Z | Downloaded yasna v0.5.2 |
510 | 2024-12-20T19:50:26.199Z | Downloaded indent_write v2.2.0 |
511 | 2024-12-20T19:50:26.199Z | Downloaded impl-trait-for-tuples v0.2.2 |
512 | 2024-12-20T19:50:26.201Z | Downloaded idna_adapter v1.2.0 |
513 | 2024-12-20T19:50:26.204Z | Downloaded rustls-pki-types v1.10.0 |
514 | 2024-12-20T19:50:26.207Z | Downloaded crc32fast v1.4.2 |
515 | 2024-12-20T19:50:26.209Z | Downloaded icu_properties v1.5.1 |
516 | 2024-12-20T19:50:26.212Z | Downloaded dof v0.3.0 |
517 | 2024-12-20T19:50:26.212Z | Downloaded nom v7.1.3 |
518 | 2024-12-20T19:50:26.216Z | Downloaded openssl-probe v0.1.5 |
519 | 2024-12-20T19:50:26.218Z | Downloaded openssl-macros v0.1.1 |
520 | 2024-12-20T19:50:26.219Z | Downloaded opaque-debug v0.3.1 |
521 | 2024-12-20T19:50:26.221Z | Downloaded ron v0.7.1 |
522 | 2024-12-20T19:50:26.224Z | Downloaded polyval v0.6.2 |
523 | 2024-12-20T19:50:26.226Z | Downloaded phf_generator v0.11.2 |
524 | 2024-12-20T19:50:26.229Z | Downloaded semver v1.0.23 |
525 | 2024-12-20T19:50:26.231Z | Downloaded unicode-segmentation v1.12.0 |
526 | 2024-12-20T19:50:26.234Z | Downloaded want v0.3.1 |
527 | 2024-12-20T19:50:26.234Z | Downloaded aho-corasick v1.1.3 |
528 | 2024-12-20T19:50:26.239Z | Downloaded slab v0.4.9 |
529 | 2024-12-20T19:50:26.242Z | Downloaded blake3 v1.5.4 |
530 | 2024-12-20T19:50:26.247Z | Downloaded derive-where v1.2.7 |
531 | 2024-12-20T19:50:26.251Z | Downloaded zerocopy-derive v0.8.10 |
532 | 2024-12-20T19:50:26.257Z | Downloaded enum-as-inner v0.5.1 |
533 | 2024-12-20T19:50:26.259Z | Downloaded pem v3.0.4 |
534 | 2024-12-20T19:50:26.262Z | Downloaded linear-map v1.2.0 |
535 | 2024-12-20T19:50:26.262Z | Downloaded icu_locid_transform_data v1.5.0 |
536 | 2024-12-20T19:50:26.265Z | Downloaded peg-runtime v0.8.3 |
537 | 2024-12-20T19:50:26.265Z | Downloaded slog-term v2.9.1 |
538 | 2024-12-20T19:50:26.268Z | Downloaded tiny-keccak v2.0.2 |
539 | 2024-12-20T19:50:26.270Z | Downloaded maybe-uninit v2.0.0 |
540 | 2024-12-20T19:50:26.270Z | Downloaded des v0.8.1 |
541 | 2024-12-20T19:50:26.273Z | Downloaded uzers v0.12.1 |
542 | 2024-12-20T19:50:26.276Z | Downloaded rsa v0.9.6 |
543 | 2024-12-20T19:50:26.279Z | Downloaded value-bag v1.9.0 |
544 | 2024-12-20T19:50:26.282Z | Downloaded structmeta v0.3.0 |
545 | 2024-12-20T19:50:26.285Z | Downloaded strsim v0.11.1 |
546 | 2024-12-20T19:50:26.285Z | Downloaded rcgen v0.12.1 |
547 | 2024-12-20T19:50:26.287Z | Downloaded toolchain_find v0.4.0 |
548 | 2024-12-20T19:50:26.289Z | Downloaded defmt-parser v0.3.4 |
549 | 2024-12-20T19:50:26.292Z | Downloaded write16 v1.0.0 |
550 | 2024-12-20T19:50:26.292Z | Downloaded slog v2.7.0 |
551 | 2024-12-20T19:50:26.294Z | Downloaded packed_struct_codegen v0.10.1 |
552 | 2024-12-20T19:50:26.297Z | Downloaded time v0.3.36 |
553 | 2024-12-20T19:50:26.302Z | Downloaded tui-tree-widget v0.22.0 |
554 | 2024-12-20T19:50:26.304Z | Downloaded twox-hash v1.6.3 |
555 | 2024-12-20T19:50:26.307Z | Downloaded ciborium-io v0.2.2 |
556 | 2024-12-20T19:50:26.307Z | Downloaded zone_cfg_derive v0.3.0 |
557 | 2024-12-20T19:50:26.309Z | Downloaded once_cell v1.20.2 |
558 | 2024-12-20T19:50:26.312Z | Downloaded structmeta v0.2.0 |
559 | 2024-12-20T19:50:26.312Z | Downloaded ipnet v2.10.1 |
560 | 2024-12-20T19:50:26.314Z | Downloaded proc-macro2 v1.0.89 |
561 | 2024-12-20T19:50:26.316Z | Downloaded ssh-encoding v0.2.0 |
562 | 2024-12-20T19:50:26.319Z | Downloaded smallvec v1.13.2 |
563 | 2024-12-20T19:50:26.321Z | Downloaded postcard v1.0.10 |
564 | 2024-12-20T19:50:26.324Z | Downloaded postgres-protocol v0.6.7 |
565 | 2024-12-20T19:50:26.324Z | Downloaded toml v0.8.19 |
566 | 2024-12-20T19:50:26.327Z | Downloaded prettyplease v0.2.25 |
567 | 2024-12-20T19:50:26.330Z | Downloaded password-hash v0.4.2 |
568 | 2024-12-20T19:50:26.333Z | Downloaded macaddr v1.0.1 |
569 | 2024-12-20T19:50:26.335Z | Downloaded partial-io v0.5.4 |
570 | 2024-12-20T19:50:26.337Z | Downloaded diff v0.1.13 |
571 | 2024-12-20T19:50:26.339Z | Downloaded owo-colors v4.1.0 |
572 | 2024-12-20T19:50:26.342Z | Downloaded dirs-sys-next v0.1.2 |
573 | 2024-12-20T19:50:26.345Z | Downloaded resolv-conf v0.7.0 |
574 | 2024-12-20T19:50:26.347Z | Downloaded rayon-core v1.12.1 |
575 | 2024-12-20T19:50:26.350Z | Downloaded toml v0.7.8 |
576 | 2024-12-20T19:50:26.352Z | Downloaded scheduled-thread-pool v0.2.7 |
577 | 2024-12-20T19:50:26.355Z | Downloaded git2 v0.19.0 |
578 | 2024-12-20T19:50:26.362Z | Downloaded strum_macros v0.24.3 |
579 | 2024-12-20T19:50:26.365Z | Downloaded strip-ansi-escapes v0.2.0 |
580 | 2024-12-20T19:50:26.367Z | Downloaded sync-ptr v0.1.1 |
581 | 2024-12-20T19:50:26.367Z | Downloaded md5 v0.7.0 |
582 | 2024-12-20T19:50:26.367Z | Downloaded structmeta-derive v0.2.0 |
583 | 2024-12-20T19:50:26.369Z | Downloaded sha2 v0.10.8 |
584 | 2024-12-20T19:50:26.372Z | Downloaded aws-lc-rs v1.10.0 |
585 | 2024-12-20T19:50:26.379Z | Downloaded match_cfg v0.1.0 |
586 | 2024-12-20T19:50:26.381Z | Downloaded csv-core v0.1.11 |
587 | 2024-12-20T19:50:26.384Z | Downloaded mime v0.3.17 |
588 | 2024-12-20T19:50:26.384Z | Downloaded target-triple v0.1.3 |
589 | 2024-12-20T19:50:26.387Z | Downloaded memoffset v0.9.1 |
590 | 2024-12-20T19:50:26.387Z | Downloaded sqlformat v0.2.6 |
591 | 2024-12-20T19:50:26.389Z | Downloaded sct v0.7.1 |
592 | 2024-12-20T19:50:26.391Z | Downloaded pretty_assertions v1.4.1 |
593 | 2024-12-20T19:50:26.394Z | Downloaded pkg-config v0.3.31 |
594 | 2024-12-20T19:50:26.397Z | Downloaded walkdir v2.5.0 |
595 | 2024-12-20T19:50:26.397Z | Downloaded rfc6979 v0.4.0 |
596 | 2024-12-20T19:50:26.399Z | Downloaded der v0.7.9 |
597 | 2024-12-20T19:50:26.402Z | Downloaded plotters v0.3.7 |
598 | 2024-12-20T19:50:26.412Z | Downloaded scroll_derive v0.12.0 |
599 | 2024-12-20T19:50:26.414Z | Downloaded smf v0.2.3 |
600 | 2024-12-20T19:50:26.414Z | Downloaded untrusted v0.9.0 |
601 | 2024-12-20T19:50:26.417Z | Downloaded untrusted v0.7.1 |
602 | 2024-12-20T19:50:26.417Z | Downloaded ena v0.14.3 |
603 | 2024-12-20T19:50:26.419Z | Downloaded salty v0.3.0 |
604 | 2024-12-20T19:50:26.425Z | Downloaded libsw v3.3.1 |
605 | 2024-12-20T19:50:26.428Z | Downloaded indicatif v0.17.9 |
606 | 2024-12-20T19:50:26.432Z | Downloaded num-derive v0.4.2 |
607 | 2024-12-20T19:50:26.434Z | Downloaded display-error-chain v0.2.2 |
608 | 2024-12-20T19:50:26.436Z | Downloaded rustls-pemfile v2.2.0 |
609 | 2024-12-20T19:50:26.438Z | Downloaded bitvec v1.0.1 |
610 | 2024-12-20T19:50:26.451Z | Downloaded ctr v0.9.2 |
611 | 2024-12-20T19:50:26.454Z | Downloaded dirs-next v2.0.0 |
612 | 2024-12-20T19:50:26.456Z | Downloaded digest v0.10.7 |
613 | 2024-12-20T19:50:26.456Z | Downloaded criterion-plot v0.5.0 |
614 | 2024-12-20T19:50:26.460Z | Downloaded const-oid v0.9.6 |
615 | 2024-12-20T19:50:26.464Z | Downloaded num-traits v0.2.19 |
616 | 2024-12-20T19:50:26.464Z | Downloaded darling_macro v0.20.10 |
617 | 2024-12-20T19:50:26.466Z | Downloaded toml_datetime v0.6.8 |
618 | 2024-12-20T19:50:26.466Z | Downloaded pkcs8 v0.10.2 |
619 | 2024-12-20T19:50:26.470Z | Downloaded vsss-rs v3.3.4 |
620 | 2024-12-20T19:50:26.470Z | Downloaded serde-hex v0.1.0 |
621 | 2024-12-20T19:50:26.472Z | Downloaded scrypt v0.11.0 |
622 | 2024-12-20T19:50:26.475Z | Downloaded poly1305 v0.8.0 |
623 | 2024-12-20T19:50:26.477Z | Downloaded serde_spanned v0.6.8 |
624 | 2024-12-20T19:50:26.477Z | Downloaded rustfmt-wrapper v0.2.1 |
625 | 2024-12-20T19:50:26.480Z | Downloaded vergen v8.3.2 |
626 | 2024-12-20T19:50:26.483Z | Downloaded zopfli v0.8.1 |
627 | 2024-12-20T19:50:26.486Z | Downloaded concurrent-queue v2.5.0 |
628 | 2024-12-20T19:50:26.486Z | Downloaded colorchoice v1.0.2 |
629 | 2024-12-20T19:50:26.489Z | Downloaded ref-cast v1.0.23 |
630 | 2024-12-20T19:50:26.489Z | Downloaded strum_macros v0.26.4 |
631 | 2024-12-20T19:50:26.491Z | Downloaded maplit v1.0.2 |
632 | 2024-12-20T19:50:26.494Z | Downloaded tempfile v3.13.0 |
633 | 2024-12-20T19:50:26.496Z | Downloaded zerocopy v0.7.35 |
634 | 2024-12-20T19:50:26.510Z | Downloaded num-conv v0.1.0 |
635 | 2024-12-20T19:50:26.512Z | Downloaded async-std v1.13.0 |
636 | 2024-12-20T19:50:26.531Z | Downloaded dtrace-parser v0.2.0 |
637 | 2024-12-20T19:50:26.534Z | Downloaded ciborium-ll v0.2.2 |
638 | 2024-12-20T19:50:26.534Z | Downloaded smawk v0.3.2 |
639 | 2024-12-20T19:50:26.537Z | Downloaded defmt-macros v0.3.9 |
640 | 2024-12-20T19:50:26.540Z | Downloaded utf8parse v0.2.2 |
641 | 2024-12-20T19:50:26.540Z | Downloaded mockall v0.13.0 |
642 | 2024-12-20T19:50:26.542Z | Downloaded quinn v0.11.5 |
643 | 2024-12-20T19:50:26.545Z | Downloaded managed v0.8.0 |
644 | 2024-12-20T19:50:26.545Z | Downloaded mime_guess v2.0.5 |
645 | 2024-12-20T19:50:26.548Z | Downloaded dsl_auto_type v0.1.2 |
646 | 2024-12-20T19:50:26.551Z | Downloaded serde_derive_internals v0.29.1 |
647 | 2024-12-20T19:50:26.551Z | Downloaded papergrid v0.11.0 |
648 | 2024-12-20T19:50:26.555Z | Downloaded crc-catalog v2.4.0 |
649 | 2024-12-20T19:50:26.558Z | Downloaded siphasher v0.3.11 |
650 | 2024-12-20T19:50:26.558Z | Downloaded serde_urlencoded v0.7.1 |
651 | 2024-12-20T19:50:26.560Z | Downloaded strum_macros v0.25.3 |
652 | 2024-12-20T19:50:26.562Z | Downloaded typed-path v0.9.3 |
653 | 2024-12-20T19:50:26.567Z | Downloaded unicode-linebreak v0.1.5 |
654 | 2024-12-20T19:50:26.570Z | Downloaded ed25519 v2.2.3 |
655 | 2024-12-20T19:50:26.573Z | Downloaded nanorand v0.7.0 |
656 | 2024-12-20T19:50:26.573Z | Downloaded serde_tokenstream v0.2.2 |
657 | 2024-12-20T19:50:26.576Z | Downloaded libtest-mimic v0.7.3 |
658 | 2024-12-20T19:50:26.578Z | Downloaded olpc-cjson v0.1.4 |
659 | 2024-12-20T19:50:26.579Z | Downloaded tracing v0.1.40 |
660 | 2024-12-20T19:50:26.583Z | Downloaded const_format_proc_macros v0.2.33 |
661 | 2024-12-20T19:50:26.585Z | Downloaded embedded-io v0.6.1 |
662 | 2024-12-20T19:50:26.587Z | Downloaded darling v0.20.10 |
663 | 2024-12-20T19:50:26.591Z | Downloaded tokio-util v0.7.12 |
664 | 2024-12-20T19:50:26.598Z | Downloaded cipher v0.4.4 |
665 | 2024-12-20T19:50:26.601Z | Downloaded rstest_macros v0.23.0 |
666 | 2024-12-20T19:50:26.603Z | Downloaded termcolor v1.4.1 |
667 | 2024-12-20T19:50:26.605Z | Downloaded tungstenite v0.24.0 |
668 | 2024-12-20T19:50:26.608Z | Downloaded rust-argon2 v2.1.0 |
669 | 2024-12-20T19:50:26.610Z | Downloaded terminal_size v0.4.0 |
670 | 2024-12-20T19:50:26.612Z | Downloaded num_threads v0.1.7 |
671 | 2024-12-20T19:50:26.612Z | Downloaded unicode-ident v1.0.13 |
672 | 2024-12-20T19:50:26.615Z | Downloaded dunce v1.0.5 |
673 | 2024-12-20T19:50:26.617Z | Downloaded peg-macros v0.8.4 |
674 | 2024-12-20T19:50:26.620Z | Downloaded enum-as-inner v0.6.1 |
675 | 2024-12-20T19:50:26.622Z | Downloaded universal-hash v0.5.1 |
676 | 2024-12-20T19:50:26.622Z | Downloaded env_logger v0.10.2 |
677 | 2024-12-20T19:50:26.624Z | Downloaded zip v0.6.6 |
678 | 2024-12-20T19:50:26.628Z | Downloaded libefi-sys v0.1.0 |
679 | 2024-12-20T19:50:26.631Z | Downloaded native-tls v0.2.12 |
680 | 2024-12-20T19:50:26.633Z | Downloaded dhcproto v0.12.0 |
681 | 2024-12-20T19:50:26.635Z | Downloaded pkcs5 v0.7.1 |
682 | 2024-12-20T19:50:26.640Z | Downloaded termios v0.3.3 |
683 | 2024-12-20T19:50:26.642Z | Downloaded chrono v0.4.38 |
684 | 2024-12-20T19:50:26.649Z | Downloaded unsafe-libyaml v0.2.11 |
685 | 2024-12-20T19:50:26.652Z | Downloaded tungstenite v0.21.0 |
686 | 2024-12-20T19:50:26.656Z | Downloaded trybuild v1.0.101 |
687 | 2024-12-20T19:50:26.661Z | Downloaded p384 v0.13.0 |
688 | 2024-12-20T19:50:26.667Z | Downloaded omicron-zone-package v0.11.1 |
689 | 2024-12-20T19:50:26.670Z | Downloaded gimli v0.31.1 |
690 | 2024-12-20T19:50:26.678Z | Downloaded zip v2.1.3 |
691 | 2024-12-20T19:50:26.683Z | Downloaded topological-sort v0.2.2 |
692 | 2024-12-20T19:50:26.685Z | Downloaded zerovec v0.10.4 |
693 | 2024-12-20T19:50:26.690Z | Downloaded zerocopy v0.8.10 |
694 | 2024-12-20T19:50:26.715Z | Downloaded tokio-rustls v0.24.1 |
695 | 2024-12-20T19:50:26.718Z | Downloaded schemars v0.8.21 |
696 | 2024-12-20T19:50:26.729Z | Downloaded uuid v1.11.0 |
697 | 2024-12-20T19:50:26.732Z | Downloaded radix_trie v0.2.1 |
698 | 2024-12-20T19:50:26.738Z | Downloaded rand v0.8.5 |
699 | 2024-12-20T19:50:26.741Z | Downloaded polar-core v0.27.3 |
700 | 2024-12-20T19:50:26.750Z | Downloaded const_format v0.2.33 |
701 | 2024-12-20T19:50:26.755Z | Downloaded memchr v2.7.4 |
702 | 2024-12-20T19:50:26.759Z | Downloaded toml_edit v0.19.15 |
703 | 2024-12-20T19:50:26.776Z | Downloaded ed25519-dalek v2.1.1 |
704 | 2024-12-20T19:50:26.779Z | Downloaded toml_edit v0.22.22 |
705 | 2024-12-20T19:50:26.801Z | Downloaded tungstenite v0.23.0 |
706 | 2024-12-20T19:50:26.804Z | Downloaded libxml v0.3.3 |
707 | 2024-12-20T19:50:26.810Z | Downloaded idna v0.5.0 |
708 | 2024-12-20T19:50:26.816Z | Downloaded portable-atomic v1.9.0 |
709 | 2024-12-20T19:50:26.824Z | Downloaded crossterm v0.28.1 |
710 | 2024-12-20T19:50:26.830Z | Downloaded idna v0.2.3 |
711 | 2024-12-20T19:50:26.836Z | Downloaded syn v1.0.109 |
712 | 2024-12-20T19:50:26.848Z | Downloaded tokio-postgres v0.7.12 |
713 | 2024-12-20T19:50:26.852Z | Downloaded rustls v0.21.12 |
714 | 2024-12-20T19:50:26.863Z | Downloaded vcpkg v0.2.15 |
715 | 2024-12-20T19:50:26.902Z | Downloaded winnow v0.6.20 |
716 | 2024-12-20T19:50:26.910Z | Downloaded reqwest v0.12.9 |
717 | 2024-12-20T19:50:26.918Z | Downloaded lalrpop v0.19.12 |
718 | 2024-12-20T19:50:26.929Z | Downloaded serde_with v3.11.0 |
719 | 2024-12-20T19:50:26.937Z | Downloaded rustls v0.22.4 |
720 | 2024-12-20T19:50:26.951Z | Downloaded nix v0.29.0 |
721 | 2024-12-20T19:50:26.963Z | Downloaded regress v0.10.1 |
722 | 2024-12-20T19:50:26.971Z | Downloaded openapiv3 v2.0.0 |
723 | 2024-12-20T19:50:26.983Z | Downloaded syn v2.0.87 |
724 | 2024-12-20T19:50:26.994Z | Downloaded dropshot v0.12.0 |
725 | 2024-12-20T19:50:27.015Z | Downloaded reedline v0.35.0 |
726 | 2024-12-20T19:50:27.022Z | Downloaded regress v0.9.1 |
727 | 2024-12-20T19:50:27.030Z | Downloaded diesel v2.2.6 |
728 | 2024-12-20T19:50:27.049Z | Downloaded idna v1.0.3 |
729 | 2024-12-20T19:50:27.053Z | Downloaded dropshot v0.13.0 |
730 | 2024-12-20T19:50:27.074Z | Downloaded bstr v1.10.0 |
731 | 2024-12-20T19:50:27.084Z | Downloaded regex-syntax v0.6.29 |
732 | 2024-12-20T19:50:27.101Z | Downloaded smoltcp v0.9.1 |
733 | 2024-12-20T19:50:27.104Z | Downloaded curve25519-dalek v4.1.3 |
734 | 2024-12-20T19:50:27.110Z | Downloaded regex-syntax v0.8.5 |
735 | 2024-12-20T19:50:27.118Z | Downloaded quinn-proto v0.11.8 |
736 | 2024-12-20T19:50:27.125Z | Downloaded petname v2.0.2 |
737 | 2024-12-20T19:50:27.131Z | Downloaded zerocopy-derive v0.6.6 |
738 | 2024-12-20T19:50:27.140Z | Downloaded object v0.30.4 |
739 | 2024-12-20T19:50:27.150Z | Downloaded regex v1.11.1 |
740 | 2024-12-20T19:50:27.163Z | Downloaded nix v0.28.0 |
741 | 2024-12-20T19:50:27.178Z | Downloaded idna v0.3.0 |
742 | 2024-12-20T19:50:27.182Z | Downloaded typify-impl v0.2.0 |
743 | 2024-12-20T19:50:27.196Z | Downloaded smoltcp v0.11.0 |
744 | 2024-12-20T19:50:27.208Z | Downloaded rustls v0.23.19 |
745 | 2024-12-20T19:50:27.219Z | Downloaded rustix v0.38.37 |
746 | 2024-12-20T19:50:27.243Z | Downloaded icu_properties_data v1.5.0 |
747 | 2024-12-20T19:50:27.251Z | Downloaded nix v0.27.1 |
748 | 2024-12-20T19:50:27.262Z | Downloaded ratatui v0.28.1 |
749 | 2024-12-20T19:50:27.281Z | Downloaded chrono-tz v0.10.0 |
750 | 2024-12-20T19:50:27.288Z | Downloaded winnow v0.5.40 |
751 | 2024-12-20T19:50:27.297Z | Downloaded hickory-proto v0.24.1 |
752 | 2024-12-20T19:50:27.312Z | Downloaded regex-automata v0.4.8 |
753 | 2024-12-20T19:50:27.328Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
754 | 2024-12-20T19:50:27.340Z | Downloaded sled v0.34.7 |
755 | 2024-12-20T19:50:27.349Z | Downloaded libc v0.2.162 |
756 | 2024-12-20T19:50:27.376Z | Downloaded lzma-sys v0.1.20 |
757 | 2024-12-20T19:50:27.403Z | Downloaded idna v0.4.0 |
758 | 2024-12-20T19:50:27.409Z | Downloaded unicode-width v0.1.14 |
759 | 2024-12-20T19:50:27.414Z | Downloaded object v0.36.5 |
760 | 2024-12-20T19:50:27.426Z | Downloaded openssl v0.10.66 |
761 | 2024-12-20T19:50:27.435Z | Downloaded sqlparser v0.45.0 |
762 | 2024-12-20T19:50:27.440Z | Downloaded tokio v1.40.0 |
763 | 2024-12-20T19:50:27.477Z | Downloaded rustls-webpki v0.101.7 |
764 | 2024-12-20T19:50:27.490Z | Downloaded webpki-roots v0.26.6 |
765 | 2024-12-20T19:50:27.493Z | Downloaded quick-xml v0.33.0 |
766 | 2024-12-20T19:50:27.499Z | Downloaded unicode-width v0.2.0 |
767 | 2024-12-20T19:50:27.504Z | Downloaded sha3 v0.10.8 |
768 | 2024-12-20T19:50:27.508Z | Downloaded num-bigint v0.4.6 |
769 | 2024-12-20T19:50:27.514Z | Downloaded clap_builder v4.5.21 |
770 | 2024-12-20T19:50:27.521Z | Downloaded tabled v0.15.0 |
771 | 2024-12-20T19:50:27.536Z | Downloaded csv v1.3.0 |
772 | 2024-12-20T19:50:27.557Z | Downloaded petgraph v0.6.5 |
773 | 2024-12-20T19:50:27.570Z | Downloaded trust-dns-proto v0.22.0 |
774 | 2024-12-20T19:50:27.581Z | Downloaded proptest v1.5.0 |
775 | 2024-12-20T19:50:27.590Z | Downloaded num-rational v0.4.2 |
776 | 2024-12-20T19:50:27.592Z | Downloaded libloading v0.8.5 |
777 | 2024-12-20T19:50:27.594Z | Downloaded polling v3.7.3 |
778 | 2024-12-20T19:50:27.597Z | Downloaded url v2.5.3 |
779 | 2024-12-20T19:50:27.600Z | Downloaded libz-sys v1.1.20 |
780 | 2024-12-20T19:50:27.619Z | Downloaded unicode_categories v0.1.1 |
781 | 2024-12-20T19:50:27.621Z | Downloaded criterion v0.5.1 |
782 | 2024-12-20T19:50:27.628Z | Downloaded unicode-normalization v0.1.24 |
783 | 2024-12-20T19:50:27.631Z | Downloaded crossbeam-channel v0.5.13 |
784 | 2024-12-20T19:50:27.635Z | Downloaded rayon v1.10.0 |
785 | 2024-12-20T19:50:27.644Z | Downloaded ron v0.8.1 |
786 | 2024-12-20T19:50:27.649Z | Downloaded icu_locid v1.5.0 |
787 | 2024-12-20T19:50:27.653Z | Downloaded serde v1.0.215 |
788 | 2024-12-20T19:50:27.657Z | Downloaded rustyline v14.0.0 |
789 | 2024-12-20T19:50:27.662Z | Downloaded tough v0.19.0 |
790 | 2024-12-20T19:50:27.670Z | Downloaded httpmock v0.8.0-alpha.1 |
791 | 2024-12-20T19:50:27.686Z | Downloaded rustc-demangle v0.1.24 |
792 | 2024-12-20T19:50:27.689Z | Downloaded parking_lot v0.11.2 |
793 | 2024-12-20T19:50:27.694Z | Downloaded pest_meta v2.7.14 |
794 | 2024-12-20T19:50:27.697Z | Downloaded openssl-sys v0.9.103 |
795 | 2024-12-20T19:50:27.697Z | Downloaded parse-zoneinfo v0.3.1 |
796 | 2024-12-20T19:50:27.700Z | Downloaded itertools v0.13.0 |
797 | 2024-12-20T19:50:27.707Z | Downloaded rpassword v7.3.1 |
798 | 2024-12-20T19:50:27.710Z | Downloaded rustc-hash v1.1.0 |
799 | 2024-12-20T19:50:27.710Z | Downloaded num-integer v0.1.46 |
800 | 2024-12-20T19:50:27.710Z | Downloaded displaydoc v0.2.5 |
801 | 2024-12-20T19:50:27.713Z | Downloaded indexmap v2.6.0 |
802 | 2024-12-20T19:50:27.716Z | Downloaded serde_json v1.0.132 |
803 | 2024-12-20T19:50:27.723Z | Downloaded rustls-webpki v0.102.8 |
804 | 2024-12-20T19:50:27.740Z | Downloaded libm v0.2.8 |
805 | 2024-12-20T19:50:27.748Z | Downloaded itertools v0.12.1 |
806 | 2024-12-20T19:50:27.755Z | Downloaded bindgen v0.69.5 |
807 | 2024-12-20T19:50:27.761Z | Downloaded pem-rfc7468 v0.7.0 |
808 | 2024-12-20T19:50:27.764Z | Downloaded icu_locid_transform v1.5.0 |
809 | 2024-12-20T19:50:27.766Z | Downloaded cobs v0.2.3 |
810 | 2024-12-20T19:50:27.767Z | Downloaded lalrpop-util v0.19.12 |
811 | 2024-12-20T19:50:27.769Z | Downloaded itertools v0.10.5 |
812 | 2024-12-20T19:50:27.773Z | Downloaded indexmap v1.9.3 |
813 | 2024-12-20T19:50:27.776Z | Downloaded nibble_vec v0.1.0 |
814 | 2024-12-20T19:50:27.779Z | Downloaded newtype-uuid v1.1.3 |
815 | 2024-12-20T19:50:27.779Z | Downloaded kv-log-macro v1.0.7 |
816 | 2024-12-20T19:50:27.781Z | Downloaded unicode-bidi v0.3.17 |
817 | 2024-12-20T19:50:27.785Z | Downloaded predicates v3.1.2 |
818 | 2024-12-20T19:50:27.785Z | Downloaded hkdf v0.12.4 |
819 | 2024-12-20T19:50:27.788Z | Downloaded new_debug_unreachable v1.0.6 |
820 | 2024-12-20T19:50:27.791Z | Downloaded nested v0.1.1 |
821 | 2024-12-20T19:50:27.791Z | Downloaded encoding_rs v0.8.34 |
822 | 2024-12-20T19:50:27.809Z | Downloaded target-spec v3.2.2 |
823 | 2024-12-20T19:50:27.811Z | Downloaded steno v0.4.1 |
824 | 2024-12-20T19:50:27.814Z | Downloaded proc-macro-error-attr v1.0.4 |
825 | 2024-12-20T19:50:27.817Z | Downloaded primeorder v0.13.6 |
826 | 2024-12-20T19:50:27.817Z | Downloaded multimap v0.10.0 |
827 | 2024-12-20T19:50:27.820Z | Downloaded linked-hash-map v0.5.6 |
828 | 2024-12-20T19:50:27.820Z | Downloaded tinytemplate v1.2.1 |
829 | 2024-12-20T19:50:27.822Z | Downloaded mockall_derive v0.13.0 |
830 | 2024-12-20T19:50:27.822Z | Downloaded tabwriter v1.4.0 |
831 | 2024-12-20T19:50:27.824Z | Downloaded hyper v1.5.0 |
832 | 2024-12-20T19:50:27.830Z | Downloaded mio v1.0.2 |
833 | 2024-12-20T19:50:27.835Z | Downloaded x509-cert v0.2.5 |
834 | 2024-12-20T19:50:27.841Z | Downloaded debug-ignore v1.0.5 |
835 | 2024-12-20T19:50:27.843Z | Downloaded which v4.4.2 |
836 | 2024-12-20T19:50:27.845Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
837 | 2024-12-20T19:50:27.898Z | Downloaded elliptic-curve v0.13.8 |
838 | 2024-12-20T19:50:27.901Z | Downloaded crossbeam-utils v0.8.20 |
839 | 2024-12-20T19:50:27.904Z | Downloaded crossbeam-epoch v0.9.18 |
840 | 2024-12-20T19:50:27.906Z | Downloaded diesel_derives v2.2.3 |
841 | 2024-12-20T19:50:27.909Z | Downloaded darling_core v0.20.10 |
842 | 2024-12-20T19:50:27.914Z | Downloaded clap v4.5.21 |
843 | 2024-12-20T19:50:27.922Z | Downloaded clang-sys v1.8.1 |
844 | 2024-12-20T19:50:27.924Z | Downloaded itoa v1.0.11 |
845 | 2024-12-20T19:50:27.928Z | Downloaded is_terminal_polyfill v1.70.1 |
846 | 2024-12-20T19:50:27.928Z | Downloaded is-terminal v0.4.13 |
847 | 2024-12-20T19:50:27.928Z | Downloaded multer v3.1.0 |
848 | 2024-12-20T19:50:27.931Z | Downloaded vte v0.11.1 |
849 | 2024-12-20T19:50:27.933Z | Downloaded hashbrown v0.15.1 |
850 | 2024-12-20T19:50:27.936Z | Downloaded hashbrown v0.14.5 |
851 | 2024-12-20T19:50:27.941Z | Downloaded event-listener v5.3.1 |
852 | 2024-12-20T19:50:27.943Z | Downloaded tracing-attributes v0.1.27 |
853 | 2024-12-20T19:50:27.946Z | Downloaded signal-hook v0.3.17 |
854 | 2024-12-20T19:50:27.949Z | Downloaded serde_with_macros v3.11.0 |
855 | 2024-12-20T19:50:27.951Z | Downloaded thread_local v1.1.8 |
856 | 2024-12-20T19:50:27.951Z | Downloaded phf_shared v0.11.2 |
857 | 2024-12-20T19:50:27.953Z | Downloaded oorandom v11.1.4 |
858 | 2024-12-20T19:50:27.953Z | Downloaded zerocopy-derive v0.7.35 |
859 | 2024-12-20T19:50:27.957Z | Downloaded path-tree v0.8.1 |
860 | 2024-12-20T19:50:27.959Z | Downloaded textwrap v0.16.1 |
861 | 2024-12-20T19:50:27.962Z | Downloaded heapless v0.7.17 |
862 | 2024-12-20T19:50:27.965Z | Downloaded subprocess v0.2.9 |
863 | 2024-12-20T19:50:27.967Z | Downloaded expectorate v1.1.0 |
864 | 2024-12-20T19:50:27.969Z | Downloaded http v1.1.0 |
865 | 2024-12-20T19:50:27.972Z | Downloaded cookie_store v0.21.0 |
866 | 2024-12-20T19:50:27.975Z | Downloaded shell-words v1.1.0 |
867 | 2024-12-20T19:50:27.978Z | Downloaded scopeguard v1.2.0 |
868 | 2024-12-20T19:50:27.978Z | Downloaded schemars_derive v0.8.21 |
869 | 2024-12-20T19:50:27.980Z | Downloaded dropshot_endpoint v0.12.0 |
870 | 2024-12-20T19:50:27.980Z | Downloaded hickory-server v0.24.1 |
871 | 2024-12-20T19:50:27.985Z | Downloaded cc v1.1.30 |
872 | 2024-12-20T19:50:27.988Z | Downloaded bumpalo v3.16.0 |
873 | 2024-12-20T19:50:27.991Z | Downloaded base64 v0.22.1 |
874 | 2024-12-20T19:50:27.995Z | Downloaded backtrace v0.3.74 |
875 | 2024-12-20T19:50:27.999Z | Downloaded lockfree-object-pool v0.1.6 |
876 | 2024-12-20T19:50:28.002Z | Downloaded instability v0.3.2 |
877 | 2024-12-20T19:50:28.004Z | Downloaded inout v0.1.3 |
878 | 2024-12-20T19:50:28.004Z | Downloaded indoc v2.0.5 |
879 | 2024-12-20T19:50:28.006Z | Downloaded tokio-rustls v0.25.0 |
880 | 2024-12-20T19:50:28.013Z | Downloaded icu_collections v1.5.0 |
881 | 2024-12-20T19:50:28.017Z | Downloaded data-encoding v2.6.0 |
882 | 2024-12-20T19:50:28.017Z | Downloaded oso v0.27.3 |
883 | 2024-12-20T19:50:28.020Z | Downloaded proc-macro-error v1.0.4 |
884 | 2024-12-20T19:50:28.022Z | Downloaded async-io v2.3.4 |
885 | 2024-12-20T19:50:28.024Z | Downloaded anyhow v1.0.93 |
886 | 2024-12-20T19:50:28.027Z | Downloaded serde_repr v0.1.19 |
887 | 2024-12-20T19:50:28.029Z | Downloaded serde_regex v1.1.0 |
888 | 2024-12-20T19:50:28.032Z | Downloaded serde_plain v1.0.2 |
889 | 2024-12-20T19:50:28.032Z | Downloaded serde_path_to_error v0.1.16 |
890 | 2024-12-20T19:50:28.034Z | Downloaded same-file v1.0.6 |
891 | 2024-12-20T19:50:28.034Z | Downloaded salsa20 v0.10.2 |
892 | 2024-12-20T19:50:28.037Z | Downloaded hmac v0.12.1 |
893 | 2024-12-20T19:50:28.037Z | Downloaded flume v0.11.1 |
894 | 2024-12-20T19:50:28.040Z | Downloaded thiserror-impl v2.0.3 |
895 | 2024-12-20T19:50:28.042Z | Downloaded thiserror-impl v1.0.69 |
896 | 2024-12-20T19:50:28.044Z | Downloaded thiserror v1.0.69 |
897 | 2024-12-20T19:50:28.047Z | Downloaded simd-adler32 v0.3.7 |
898 | 2024-12-20T19:50:28.049Z | Downloaded signature v2.2.0 |
899 | 2024-12-20T19:50:28.052Z | Downloaded rtoolbox v0.0.2 |
900 | 2024-12-20T19:50:28.052Z | Downloaded ref-cast-impl v1.0.23 |
901 | 2024-12-20T19:50:28.055Z | Downloaded piper v0.2.4 |
902 | 2024-12-20T19:50:28.055Z | Downloaded pin-utils v0.1.0 |
903 | 2024-12-20T19:50:28.056Z | Downloaded async-lock v3.4.0 |
904 | 2024-12-20T19:50:28.058Z | Downloaded assert_cmd v2.0.16 |
905 | 2024-12-20T19:50:28.061Z | Downloaded globset v0.4.15 |
906 | 2024-12-20T19:50:28.061Z | Downloaded cancel-safe-futures v0.1.5 |
907 | 2024-12-20T19:50:28.063Z | Downloaded bb8 v0.8.5 |
908 | 2024-12-20T19:50:28.066Z | Downloaded base64ct v1.6.0 |
909 | 2024-12-20T19:50:28.068Z | Downloaded async-bb8-diesel v0.2.1 |
910 | 2024-12-20T19:50:28.070Z | Downloaded async-trait v0.1.83 |
911 | 2024-12-20T19:50:28.074Z | Downloaded async-process v2.3.0 |
912 | 2024-12-20T19:50:28.076Z | Downloaded futures-lite v2.3.0 |
913 | 2024-12-20T19:50:28.078Z | Downloaded highway v1.2.0 |
914 | 2024-12-20T19:50:28.080Z | Downloaded anstream v0.6.15 |
915 | 2024-12-20T19:50:28.082Z | Downloaded humantime v2.1.0 |
916 | 2024-12-20T19:50:28.084Z | Downloaded cassowary v0.3.0 |
917 | 2024-12-20T19:50:28.084Z | Downloaded ahash v0.8.11 |
918 | 2024-12-20T19:50:28.086Z | Downloaded async-channel v1.9.0 |
919 | 2024-12-20T19:50:28.089Z | Downloaded heck v0.5.0 |
920 | 2024-12-20T19:50:28.089Z | Downloaded futures-core v0.3.31 |
921 | 2024-12-20T19:50:28.091Z | Downloaded async-signal v0.2.10 |
922 | 2024-12-20T19:50:28.091Z | Downloaded async-executor v1.13.1 |
923 | 2024-12-20T19:50:28.094Z | Downloaded bitfield-struct v0.6.2 |
924 | 2024-12-20T19:50:28.096Z | Downloaded base16ct v0.2.0 |
925 | 2024-12-20T19:50:28.097Z | Downloaded ascii-canvas v3.0.0 |
926 | 2024-12-20T19:50:28.097Z | Downloaded approx v0.5.1 |
927 | 2024-12-20T19:50:28.100Z | Downloaded hostname v0.3.1 |
928 | 2024-12-20T19:50:28.102Z | Downloaded ghash v0.5.1 |
929 | 2024-12-20T19:50:28.102Z | Downloaded foreign-types-shared v0.3.1 |
930 | 2024-12-20T19:50:28.104Z | Downloaded foreign-types-macros v0.2.3 |
931 | 2024-12-20T19:50:28.104Z | Downloaded assert-json-diff v2.0.2 |
932 | 2024-12-20T19:50:28.107Z | Downloaded cargo-platform v0.1.8 |
933 | 2024-12-20T19:50:28.107Z | Downloaded block-buffer v0.10.4 |
934 | 2024-12-20T19:50:28.107Z | Downloaded assert_matches v1.5.0 |
935 | 2024-12-20T19:50:28.110Z | Downloaded fs-err v2.11.0 |
936 | 2024-12-20T19:50:28.110Z | Downloaded fragile v2.0.0 |
937 | 2024-12-20T19:50:28.112Z | Downloaded form_urlencoded v1.2.1 |
938 | 2024-12-20T19:50:28.115Z | Downloaded float-ord v0.3.2 |
939 | 2024-12-20T19:50:28.115Z | Downloaded buf-list v1.0.3 |
940 | 2024-12-20T19:50:28.117Z | Downloaded atomic-waker v1.1.2 |
941 | 2024-12-20T19:50:28.117Z | Downloaded array-init v0.0.4 |
942 | 2024-12-20T19:50:28.117Z | Downloaded byteorder v1.5.0 |
943 | 2024-12-20T19:50:28.120Z | Downloaded async-attributes v1.1.2 |
944 | 2024-12-20T19:50:28.122Z | Downloaded arrayref v0.3.9 |
945 | 2024-12-20T19:50:28.122Z | Downloaded heck v0.4.1 |
946 | 2024-12-20T19:50:28.125Z | Downloaded hash32 v0.3.1 |
947 | 2024-12-20T19:50:28.125Z | Downloaded gethostname v0.5.0 |
948 | 2024-12-20T19:50:28.127Z | Downloaded fallible-iterator v0.2.0 |
949 | 2024-12-20T19:50:28.128Z | Downloaded async-global-executor v2.4.1 |
950 | 2024-12-20T19:50:28.128Z | Downloaded anstyle-query v1.1.1 |
951 | 2024-12-20T19:50:28.130Z | Downloaded fastrand v2.1.1 |
952 | 2024-12-20T19:50:28.130Z | Downloaded anes v0.1.6 |
953 | 2024-12-20T19:50:28.133Z | Downloaded aead v0.5.2 |
954 | 2024-12-20T19:50:28.214Z | Downloaded libsqlite3-sys v0.30.1 |
955 | 2024-12-20T19:50:28.533Z | Downloaded ring v0.17.8 |
956 | 2024-12-20T19:50:28.709Z | Downloaded ring v0.16.20 |
957 | 2024-12-20T19:50:28.971Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-20T19:50:29.438Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-20T19:50:46.281Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-20T19:50:50.486Z | Startup: Caching catalogs ... Done |
961 | 2024-12-20T19:51:01.298Z | Planning: Solver setup ... Done (9.832s) |
962 | 2024-12-20T19:51:01.432Z | Planning: Running solver ... Done (0.134s) |
963 | 2024-12-20T19:51:01.706Z | Planning: Finding local manifests ... Done (0.171s) |
964 | 2024-12-20T19:51:01.722Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-20T19:51:01.941Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-20T19:51:02.253Z | Planning: Package planning ... Done (0.312s) |
967 | 2024-12-20T19:51:02.309Z | Planning: Merging actions ... Done (0.056s) |
968 | 2024-12-20T19:51:03.634Z | Planning: Checking for conflicting actions ... Done (1.325s) |
969 | 2024-12-20T19:51:12.859Z | Planning: Consolidating action changes ... Done (9.224s) |
970 | 2024-12-20T19:51:13.236Z | Planning: Evaluating mediators ... Done (0.377s) |
971 | 2024-12-20T19:51:13.407Z | Planning: Planning completed in 22.82 seconds |
972 | 2024-12-20T19:51:13.422Z | Packages to install: 4 |
973 | 2024-12-20T19:51:13.422Z | Packages to update: 1 |
974 | 2024-12-20T19:51:13.424Z | Mediators to change: 2 |
975 | 2024-12-20T19:51:13.424Z | Services to change: 1 |
976 | 2024-12-20T19:51:13.425Z | Estimated space available: 155.37 GB |
977 | 2024-12-20T19:51:13.425Z | Estimated space to be consumed: 1.62 GB |
978 | 2024-12-20T19:51:13.425Z | Create boot environment: No |
979 | 2024-12-20T19:51:13.425Z | Create backup boot environment: Yes |
980 | 2024-12-20T19:51:13.425Z | Rebuild boot archive: No |
981 | 2024-12-20T19:51:13.425Z | |
982 | 2024-12-20T19:51:13.425Z | Changed mediators: |
983 | 2024-12-20T19:51:13.425Z | mediator clang: |
984 | 2024-12-20T19:51:13.425Z | version: None -> 15 (system default) |
985 | 2024-12-20T19:51:13.425Z | |
986 | 2024-12-20T19:51:13.425Z | mediator llvm: |
987 | 2024-12-20T19:51:13.425Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-20T19:51:13.425Z | |
989 | 2024-12-20T19:51:13.425Z | Changed packages: |
990 | 2024-12-20T19:51:13.426Z | helios-dev |
991 | 2024-12-20T19:51:13.426Z | developer/build-essential |
992 | 2024-12-20T19:51:13.426Z | None -> 11-2.0 |
993 | 2024-12-20T19:51:13.426Z | library/libxmlsec1 |
994 | 2024-12-20T19:51:13.426Z | None -> 1.2.35-2.0 |
995 | 2024-12-20T19:51:13.426Z | ooce/developer/clang-15 |
996 | 2024-12-20T19:51:13.426Z | None -> 15.0.7-2.0 |
997 | 2024-12-20T19:51:13.426Z | ooce/developer/llvm-15 |
998 | 2024-12-20T19:51:13.426Z | None -> 15.0.7-2.0 |
999 | 2024-12-20T19:51:13.426Z | package/pkg |
1000 | 2024-12-20T19:51:13.426Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-20T19:51:13.426Z | |
1002 | 2024-12-20T19:51:13.426Z | Services: |
1003 | 2024-12-20T19:51:13.426Z | restart_fmri: |
1004 | 2024-12-20T19:51:13.426Z | svc:/system/update-man-index:default |
1005 | 2024-12-20T19:51:13.426Z | |
1006 | 2024-12-20T19:51:13.426Z | Editable files to change: |
1007 | 2024-12-20T19:51:13.426Z | Update: |
1008 | 2024-12-20T19:51:13.426Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-20T19:51:13.808Z | |
1010 | 2024-12-20T19:51:13.808Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-20T19:51:18.809Z | Download: 1576/4281 items 108.5/220.6MB 49% complete (22.0M/s) |
1012 | 2024-12-20T19:51:23.810Z | Download: 3247/4281 items 185.7/220.6MB 84% complete (18.5M/s) |
1013 | 2024-12-20T19:51:28.677Z | Download: Completed 220.60 MB in 14.87 seconds (14.8M/s) |
1014 | 2024-12-20T19:51:30.780Z | Actions: 1/5063 actions (Removing old actions) |
1015 | 2024-12-20T19:51:30.803Z | Actions: 194/5063 actions (Installing new actions) |
1016 | 2024-12-20T19:51:35.840Z | Actions: 4101/5063 actions (Installing new actions) |
1017 | 2024-12-20T19:51:36.767Z | Actions: 4226/5063 actions (Updating modified actions) |
1018 | 2024-12-20T19:51:37.168Z | Actions: Completed 5063 actions in 6.38 seconds. |
1019 | 2024-12-20T19:51:37.593Z | Done (0.419s) |
1020 | 2024-12-20T19:51:37.598Z | Done (0.000s) |
1021 | 2024-12-20T19:51:38.168Z | Done (0.576s) |
1022 | 2024-12-20T19:51:45.158Z | Done (6.758s) |
1023 | 2024-12-20T19:51:45.717Z | Done (0.462s) |
1024 | 2024-12-20T19:51:45.728Z | Done (0.000s) |
1025 | 2024-12-20T19:51:45.880Z | Done (0.000s) |
1026 | 2024-12-20T19:51:46.620Z | Planning: Evaluating mediator changes ... Done |
1027 | 2024-12-20T19:51:46.784Z | Planning: Checking for conflicting actions ... Done |
1028 | 2024-12-20T19:51:46.787Z | Planning: Consolidating action changes ... Done |
1029 | 2024-12-20T19:51:47.059Z | Planning: Evaluating mediators ... Done |
1030 | 2024-12-20T19:51:47.062Z | Planning: Planning completed in 0.44 seconds |
1031 | 2024-12-20T19:51:47.098Z | Mediators to change: 2 |
1032 | 2024-12-20T19:51:47.098Z | Create boot environment: No |
1033 | 2024-12-20T19:51:47.100Z | Create backup boot environment: No |
1034 | 2024-12-20T19:51:47.248Z | Done |
1035 | 2024-12-20T19:51:47.248Z | Done |
1036 | 2024-12-20T19:51:47.608Z | Done |
1037 | 2024-12-20T19:51:51.225Z | Done |
1038 | 2024-12-20T19:51:51.320Z | Done |
1039 | 2024-12-20T19:51:51.322Z | Done |
1040 | 2024-12-20T19:51:51.501Z | Done |
1041 | 2024-12-20T19:51:52.123Z | Planning: Evaluating mediator changes ... Done |
1042 | 2024-12-20T19:51:52.125Z | Planning: Merging actions ... Done |
1043 | 2024-12-20T19:51:52.313Z | Planning: Checking for conflicting actions ... Done |
1044 | 2024-12-20T19:51:52.315Z | Planning: Consolidating action changes ... Done |
1045 | 2024-12-20T19:51:52.579Z | Planning: Evaluating mediators ... Done |
1046 | 2024-12-20T19:51:52.635Z | Planning: Planning completed in 0.76 seconds |
1047 | 2024-12-20T19:51:52.674Z | Packages to change: 1 |
1048 | 2024-12-20T19:51:52.675Z | Mediators to change: 1 |
1049 | 2024-12-20T19:51:52.677Z | Services to change: 1 |
1050 | 2024-12-20T19:51:52.677Z | Create boot environment: No |
1051 | 2024-12-20T19:51:52.677Z | Create backup boot environment: Yes |
1052 | 2024-12-20T19:51:54.822Z | Actions: 1/6 actions (Updating modified actions) |
1053 | 2024-12-20T19:51:54.948Z | Actions: Completed 6 actions in 0.13 seconds. |
1054 | 2024-12-20T19:51:54.950Z | Done |
1055 | 2024-12-20T19:51:54.950Z | Done |
1056 | 2024-12-20T19:51:55.067Z | Done |
1057 | 2024-12-20T19:51:58.757Z | Done |
1058 | 2024-12-20T19:51:58.846Z | Done |
1059 | 2024-12-20T19:51:58.848Z | Done |
1060 | 2024-12-20T19:51:59.010Z | Done |
1061 | 2024-12-20T19:51:59.456Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1062 | 2024-12-20T19:51:59.456Z | clang system 15 system |
1063 | 2024-12-20T19:51:59.456Z | csh system system illumos |
1064 | 2024-12-20T19:51:59.456Z | ctags system system illumos |
1065 | 2024-12-20T19:51:59.456Z | gcc vendor 12 vendor |
1066 | 2024-12-20T19:51:59.456Z | gcc system 10 system |
1067 | 2024-12-20T19:51:59.456Z | gcc system 7 system |
1068 | 2024-12-20T19:51:59.456Z | go system 1.20 system |
1069 | 2024-12-20T19:51:59.456Z | go system 1.19 system |
1070 | 2024-12-20T19:51:59.456Z | llvm system 15 system |
1071 | 2024-12-20T19:51:59.456Z | llvm system 14 system |
1072 | 2024-12-20T19:51:59.456Z | mariadb system 10.6 system |
1073 | 2024-12-20T19:51:59.456Z | mta vendor vendor dma |
1074 | 2024-12-20T19:51:59.456Z | openjdk system 17 system |
1075 | 2024-12-20T19:51:59.456Z | openjdk system 11 system |
1076 | 2024-12-20T19:51:59.456Z | openjdk system 1.8 system |
1077 | 2024-12-20T19:51:59.456Z | openssl vendor 3 vendor |
1078 | 2024-12-20T19:51:59.456Z | perl system 5.36 system |
1079 | 2024-12-20T19:51:59.456Z | postgresql system 15 system |
1080 | 2024-12-20T19:51:59.456Z | postgresql system 13 system |
1081 | 2024-12-20T19:51:59.456Z | python vendor 3 vendor |
1082 | 2024-12-20T19:51:59.456Z | python system 2 system |
1083 | 2024-12-20T19:51:59.456Z | python3 system 3.11 system |
1084 | 2024-12-20T19:51:59.456Z | ruby system 3.0 system |
1085 | 2024-12-20T19:51:59.456Z | words vendor vendor american-english |
1086 | 2024-12-20T19:51:59.456Z | words system system australian-english |
1087 | 2024-12-20T19:51:59.457Z | words system system british-english |
1088 | 2024-12-20T19:51:59.457Z | words system system canadian-english |
1089 | 2024-12-20T19:51:59.457Z | words system system french |
1090 | 2024-12-20T19:51:59.457Z | words system system italian |
1091 | 2024-12-20T19:51:59.457Z | words system system ngerman |
1092 | 2024-12-20T19:51:59.457Z | words system system ogerman |
1093 | 2024-12-20T19:51:59.457Z | words system system spanish |
1094 | 2024-12-20T19:52:00.798Z | PUBLISHER TYPE STATUS P LOCATION |
1095 | 2024-12-20T19:52:00.798Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1096 | 2024-12-20T19:52:02.566Z | FMRI IFO |
1097 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1098 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1099 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1100 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1101 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1102 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1103 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1104 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1105 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1106 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1107 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1108 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1109 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1110 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1111 | 2024-12-20T19:52:02.566Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1112 | 2024-12-20T19:52:03.632Z | Downloading crates ... |
1113 | 2024-12-20T19:52:03.706Z | Downloaded cargo_toml v0.20.5 |
1114 | 2024-12-20T19:52:03.842Z | Compiling proc-macro2 v1.0.89 |
1115 | 2024-12-20T19:52:03.842Z | Compiling unicode-ident v1.0.13 |
1116 | 2024-12-20T19:52:03.842Z | Compiling serde v1.0.215 |
1117 | 2024-12-20T19:52:03.845Z | Compiling version_check v0.9.5 |
1118 | 2024-12-20T19:52:03.845Z | Compiling thiserror v1.0.69 |
1119 | 2024-12-20T19:52:03.845Z | Compiling memchr v2.7.4 |
1120 | 2024-12-20T19:52:03.845Z | Compiling libc v0.2.162 |
1121 | 2024-12-20T19:52:03.845Z | Compiling ucd-trie v0.1.7 |
1122 | 2024-12-20T19:52:04.104Z | Compiling ryu v1.0.18 |
1123 | 2024-12-20T19:52:04.424Z | Compiling itoa v1.0.11 |
1124 | 2024-12-20T19:52:04.610Z | Compiling once_cell v1.20.2 |
1125 | 2024-12-20T19:52:04.642Z | Compiling byteorder v1.5.0 |
1126 | 2024-12-20T19:52:04.966Z | Compiling serde_json v1.0.132 |
1127 | 2024-12-20T19:52:05.226Z | Compiling rustix v0.38.37 |
1128 | 2024-12-20T19:52:05.673Z | Compiling bitflags v2.6.0 |
1129 | 2024-12-20T19:52:05.714Z | Compiling proc-macro-error-attr v1.0.4 |
1130 | 2024-12-20T19:52:05.935Z | Compiling usdt-impl v0.5.0 |
1131 | 2024-12-20T19:52:05.948Z | Compiling syn v1.0.109 |
1132 | 2024-12-20T19:52:05.996Z | Compiling proc-macro-error v1.0.4 |
1133 | 2024-12-20T19:52:06.040Z | Compiling log v0.4.22 |
1134 | 2024-12-20T19:52:06.065Z | Compiling camino v1.1.9 |
1135 | 2024-12-20T19:52:06.256Z | Compiling plain v0.2.3 |
1136 | 2024-12-20T19:52:06.370Z | Compiling hashbrown v0.15.1 |
1137 | 2024-12-20T19:52:06.401Z | Compiling thread-id v4.2.2 |
1138 | 2024-12-20T19:52:06.414Z | Compiling utf8parse v0.2.2 |
1139 | 2024-12-20T19:52:06.471Z | Compiling equivalent v1.0.1 |
1140 | 2024-12-20T19:52:06.560Z | Compiling anstyle-parse v0.2.5 |
1141 | 2024-12-20T19:52:06.636Z | Compiling winnow v0.6.20 |
1142 | 2024-12-20T19:52:06.638Z | Compiling unicode-width v0.1.14 |
1143 | 2024-12-20T19:52:06.718Z | Compiling quote v1.0.37 |
1144 | 2024-12-20T19:52:06.866Z | Compiling pretty-hex v0.4.1 |
1145 | 2024-12-20T19:52:06.891Z | Compiling colorchoice v1.0.2 |
1146 | 2024-12-20T19:52:07.064Z | Compiling syn v2.0.87 |
1147 | 2024-12-20T19:52:07.079Z | Compiling errno v0.3.9 |
1148 | 2024-12-20T19:52:07.216Z | Compiling anstyle v1.0.10 |
1149 | 2024-12-20T19:52:07.408Z | Compiling anstyle-query v1.1.1 |
1150 | 2024-12-20T19:52:07.549Z | Compiling indexmap v2.6.0 |
1151 | 2024-12-20T19:52:07.586Z | Compiling is_terminal_polyfill v1.70.1 |
1152 | 2024-12-20T19:52:07.666Z | Compiling semver v1.0.23 |
1153 | 2024-12-20T19:52:07.707Z | Compiling autocfg v1.4.0 |
1154 | 2024-12-20T19:52:08.237Z | Compiling anstream v0.6.15 |
1155 | 2024-12-20T19:52:08.973Z | Compiling fs-err v2.11.0 |
1156 | 2024-12-20T19:52:09.043Z | Compiling bytecount v0.6.8 |
1157 | 2024-12-20T19:52:09.065Z | Compiling strsim v0.11.1 |
1158 | 2024-12-20T19:52:09.238Z | Compiling heck v0.4.1 |
1159 | 2024-12-20T19:52:09.241Z | Compiling clap_lex v0.7.2 |
1160 | 2024-12-20T19:52:09.354Z | Compiling anyhow v1.0.93 |
1161 | 2024-12-20T19:52:09.727Z | Compiling terminal_size v0.4.0 |
1162 | 2024-12-20T19:52:09.753Z | Compiling fastrand v2.1.1 |
1163 | 2024-12-20T19:52:09.923Z | Compiling fnv v1.0.7 |
1164 | 2024-12-20T19:52:09.958Z | Compiling heck v0.5.0 |
1165 | 2024-12-20T19:52:09.988Z | Compiling cfg-if v1.0.0 |
1166 | 2024-12-20T19:52:10.072Z | Compiling tempfile v3.13.0 |
1167 | 2024-12-20T19:52:10.293Z | Compiling papergrid v0.11.0 |
1168 | 2024-12-20T19:52:10.477Z | Compiling clap_builder v4.5.21 |
1169 | 2024-12-20T19:52:10.660Z | Compiling memmap v0.7.0 |
1170 | 2024-12-20T19:52:10.687Z | Compiling smawk v0.3.2 |
1171 | 2024-12-20T19:52:10.721Z | Compiling unicode-linebreak v0.1.5 |
1172 | 2024-12-20T19:52:11.023Z | Compiling swrite v0.1.0 |
1173 | 2024-12-20T19:52:11.139Z | Compiling textwrap v0.16.1 |
1174 | 2024-12-20T19:52:12.546Z | Compiling tabled_derive v0.7.0 |
1175 | 2024-12-20T19:52:14.000Z | Compiling tabled v0.15.0 |
1176 | 2024-12-20T19:52:16.146Z | Compiling serde_derive v1.0.215 |
1177 | 2024-12-20T19:52:16.146Z | Compiling thiserror-impl v1.0.69 |
1178 | 2024-12-20T19:52:16.149Z | Compiling zerocopy-derive v0.7.35 |
1179 | 2024-12-20T19:52:16.149Z | Compiling scroll_derive v0.12.0 |
1180 | 2024-12-20T19:52:16.149Z | Compiling clap_derive v4.5.18 |
1181 | 2024-12-20T19:52:17.230Z | Compiling scroll v0.12.0 |
1182 | 2024-12-20T19:52:17.745Z | Compiling goblin v0.8.2 |
1183 | 2024-12-20T19:52:18.017Z | Compiling zerocopy v0.7.35 |
1184 | 2024-12-20T19:52:18.828Z | Compiling pest v2.7.14 |
1185 | 2024-12-20T19:52:20.203Z | Compiling clap v4.5.21 |
1186 | 2024-12-20T19:52:21.021Z | Compiling pest_meta v2.7.14 |
1187 | 2024-12-20T19:52:21.879Z | Compiling pest_generator v2.7.14 |
1188 | 2024-12-20T19:52:23.697Z | Compiling pest_derive v2.7.14 |
1189 | 2024-12-20T19:52:24.349Z | Compiling dtrace-parser v0.2.0 |
1190 | 2024-12-20T19:52:26.125Z | Compiling toml_datetime v0.6.8 |
1191 | 2024-12-20T19:52:26.125Z | Compiling serde_spanned v0.6.8 |
1192 | 2024-12-20T19:52:26.127Z | Compiling cargo-platform v0.1.8 |
1193 | 2024-12-20T19:52:26.520Z | Compiling serde_tokenstream v0.2.2 |
1194 | 2024-12-20T19:52:26.635Z | Compiling toml_edit v0.22.22 |
1195 | 2024-12-20T19:52:26.648Z | Compiling macaddr v1.0.1 |
1196 | 2024-12-20T19:52:26.780Z | Compiling camino-tempfile v1.1.1 |
1197 | 2024-12-20T19:52:27.662Z | Compiling dof v0.3.0 |
1198 | 2024-12-20T19:52:27.662Z | Compiling cargo_metadata v0.18.1 |
1199 | 2024-12-20T19:52:29.468Z | Compiling toml v0.8.19 |
1200 | 2024-12-20T19:52:29.563Z | Compiling usdt-attr-macro v0.5.0 |
1201 | 2024-12-20T19:52:29.563Z | Compiling usdt-macro v0.5.0 |
1202 | 2024-12-20T19:52:30.278Z | Compiling cargo_toml v0.20.5 |
1203 | 2024-12-20T19:52:30.873Z | Compiling usdt v0.5.0 |
1204 | 2024-12-20T19:52:33.844Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1205 | 2024-12-20T19:52:38.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.95s |
1206 | 2024-12-20T19:52:38.110Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1207 | 2024-12-20T19:52:38.972Z | Compiling serde v1.0.215 |
1208 | 2024-12-20T19:52:38.976Z | Compiling lock_api v0.4.12 |
1209 | 2024-12-20T19:52:38.976Z | Compiling scopeguard v1.2.0 |
1210 | 2024-12-20T19:52:38.976Z | Compiling value-bag v1.9.0 |
1211 | 2024-12-20T19:52:38.976Z | Compiling typenum v1.17.0 |
1212 | 2024-12-20T19:52:38.976Z | Compiling generic-array v0.14.7 |
1213 | 2024-12-20T19:52:39.111Z | Compiling syn v2.0.87 |
1214 | 2024-12-20T19:52:39.121Z | Compiling getrandom v0.2.15 |
1215 | 2024-12-20T19:52:39.236Z | Compiling subtle v2.6.1 |
1216 | 2024-12-20T19:52:39.460Z | Compiling rand_core v0.6.4 |
1217 | 2024-12-20T19:52:39.593Z | Compiling log v0.4.22 |
1218 | 2024-12-20T19:52:39.595Z | Compiling shlex v1.3.0 |
1219 | 2024-12-20T19:52:39.695Z | Compiling jobserver v0.1.32 |
1220 | 2024-12-20T19:52:39.714Z | Compiling const-oid v0.9.6 |
1221 | 2024-12-20T19:52:39.952Z | Compiling smallvec v1.13.2 |
1222 | 2024-12-20T19:52:39.970Z | Compiling spin v0.9.8 |
1223 | 2024-12-20T19:52:40.019Z | Compiling pin-project-lite v0.2.14 |
1224 | 2024-12-20T19:52:40.141Z | Compiling cc v1.1.30 |
1225 | 2024-12-20T19:52:40.340Z | Compiling rustix v0.38.37 |
1226 | 2024-12-20T19:52:40.358Z | Compiling parking_lot_core v0.9.10 |
1227 | 2024-12-20T19:52:40.410Z | Compiling futures-core v0.3.31 |
1228 | 2024-12-20T19:52:40.639Z | Compiling signal-hook-registry v1.4.2 |
1229 | 2024-12-20T19:52:40.664Z | Compiling mio v1.0.2 |
1230 | 2024-12-20T19:52:41.271Z | Compiling parking_lot v0.12.3 |
1231 | 2024-12-20T19:52:41.437Z | Compiling aho-corasick v1.1.3 |
1232 | 2024-12-20T19:52:41.482Z | Compiling regex-syntax v0.8.5 |
1233 | 2024-12-20T19:52:41.744Z | Compiling cpufeatures v0.2.14 |
1234 | 2024-12-20T19:52:41.807Z | Compiling lazy_static v1.5.0 |
1235 | 2024-12-20T19:52:41.841Z | Compiling glob v0.3.1 |
1236 | 2024-12-20T19:52:41.859Z | Compiling either v1.13.0 |
1237 | 2024-12-20T19:52:41.932Z | Compiling stable_deref_trait v1.2.0 |
1238 | 2024-12-20T19:52:42.048Z | Compiling futures-sink v0.3.31 |
1239 | 2024-12-20T19:52:42.217Z | Compiling socket2 v0.5.7 |
1240 | 2024-12-20T19:52:42.220Z | Compiling slab v0.4.9 |
1241 | 2024-12-20T19:52:42.290Z | Compiling prettyplease v0.2.25 |
1242 | 2024-12-20T19:52:42.632Z | Compiling minimal-lexical v0.2.1 |
1243 | 2024-12-20T19:52:42.845Z | Compiling clang-sys v1.8.1 |
1244 | 2024-12-20T19:52:42.961Z | Compiling libloading v0.8.5 |
1245 | 2024-12-20T19:52:43.146Z | Compiling nom v7.1.3 |
1246 | 2024-12-20T19:52:43.198Z | Compiling serde_json v1.0.132 |
1247 | 2024-12-20T19:52:43.385Z | Compiling home v0.5.9 |
1248 | 2024-12-20T19:52:43.498Z | Compiling bindgen v0.69.5 |
1249 | 2024-12-20T19:52:43.676Z | Compiling itertools v0.10.5 |
1250 | 2024-12-20T19:52:44.349Z | Compiling futures-channel v0.3.31 |
1251 | 2024-12-20T19:52:44.413Z | Compiling pin-utils v0.1.0 |
1252 | 2024-12-20T19:52:44.512Z | Compiling futures-io v0.3.31 |
1253 | 2024-12-20T19:52:44.787Z | Compiling rustc-hash v1.1.0 |
1254 | 2024-12-20T19:52:44.863Z | Compiling allocator-api2 v0.2.18 |
1255 | 2024-12-20T19:52:44.934Z | Compiling lazycell v1.3.0 |
1256 | 2024-12-20T19:52:45.105Z | Compiling regex-automata v0.4.8 |
1257 | 2024-12-20T19:52:45.652Z | Compiling foldhash v0.1.3 |
1258 | 2024-12-20T19:52:45.971Z | Compiling futures-task v0.3.31 |
1259 | 2024-12-20T19:52:46.280Z | Compiling hashbrown v0.15.1 |
1260 | 2024-12-20T19:52:46.582Z | Compiling cmake v0.1.51 |
1261 | 2024-12-20T19:52:47.010Z | Compiling synstructure v0.13.1 |
1262 | 2024-12-20T19:52:47.603Z | Compiling cexpr v0.6.0 |
1263 | 2024-12-20T19:52:47.641Z | Compiling dunce v1.0.5 |
1264 | 2024-12-20T19:52:47.772Z | Compiling libm v0.2.8 |
1265 | 2024-12-20T19:52:48.098Z | Compiling tinyvec_macros v0.1.1 |
1266 | 2024-12-20T19:52:48.188Z | Compiling pkg-config v0.3.31 |
1267 | 2024-12-20T19:52:48.424Z | Compiling fs_extra v1.3.0 |
1268 | 2024-12-20T19:52:48.747Z | Compiling tinyvec v1.8.0 |
1269 | 2024-12-20T19:52:49.082Z | Compiling num-traits v0.2.19 |
1270 | 2024-12-20T19:52:49.581Z | Compiling ring v0.17.8 |
1271 | 2024-12-20T19:52:49.786Z | Compiling unicode-bidi v0.3.17 |
1272 | 2024-12-20T19:52:50.218Z | Compiling unicode-normalization v0.1.24 |
1273 | 2024-12-20T19:52:50.282Z | Compiling writeable v0.5.5 |
1274 | 2024-12-20T19:52:50.744Z | Compiling regex v1.11.1 |
1275 | 2024-12-20T19:52:50.874Z | Compiling base64ct v1.6.0 |
1276 | 2024-12-20T19:52:50.906Z | Compiling litemap v0.7.3 |
1277 | 2024-12-20T19:52:51.181Z | Compiling paste v1.0.15 |
1278 | 2024-12-20T19:52:51.336Z | Compiling pem-rfc7468 v0.7.0 |
1279 | 2024-12-20T19:52:51.767Z | Compiling flagset v0.4.6 |
1280 | 2024-12-20T19:52:51.785Z | Compiling httparse v1.9.5 |
1281 | 2024-12-20T19:52:51.953Z | Compiling aws-lc-rs v1.10.0 |
1282 | 2024-12-20T19:52:52.384Z | Compiling tracing-core v0.1.32 |
1283 | 2024-12-20T19:52:52.584Z | Compiling icu_locid_transform_data v1.5.0 |
1284 | 2024-12-20T19:52:52.688Z | Compiling percent-encoding v2.3.1 |
1285 | 2024-12-20T19:52:53.064Z | Compiling crossbeam-utils v0.8.20 |
1286 | 2024-12-20T19:52:53.132Z | Compiling rustls-pki-types v1.10.0 |
1287 | 2024-12-20T19:52:53.648Z | Compiling vcpkg v0.2.15 |
1288 | 2024-12-20T19:52:53.671Z | Compiling powerfmt v0.2.0 |
1289 | 2024-12-20T19:52:53.951Z | Compiling serde_derive v1.0.215 |
1290 | 2024-12-20T19:52:54.026Z | Compiling zeroize_derive v1.4.2 |
1291 | 2024-12-20T19:52:54.104Z | Compiling zerocopy-derive v0.7.35 |
1292 | 2024-12-20T19:52:54.232Z | Compiling tokio-macros v2.4.0 |
1293 | 2024-12-20T19:52:55.616Z | Compiling zeroize v1.8.1 |
1294 | 2024-12-20T19:52:55.723Z | Compiling zerofrom-derive v0.1.4 |
1295 | 2024-12-20T19:52:55.768Z | Compiling yoke-derive v0.7.4 |
1296 | 2024-12-20T19:52:55.787Z | Compiling thiserror-impl v1.0.69 |
1297 | 2024-12-20T19:52:56.324Z | Compiling zerocopy v0.7.35 |
1298 | 2024-12-20T19:52:57.370Z | Compiling crypto-common v0.1.6 |
1299 | 2024-12-20T19:52:57.549Z | Compiling block-buffer v0.10.4 |
1300 | 2024-12-20T19:52:57.596Z | Compiling zerovec-derive v0.10.3 |
1301 | 2024-12-20T19:52:57.808Z | Compiling digest v0.10.7 |
1302 | 2024-12-20T19:52:57.987Z | Compiling futures-macro v0.3.31 |
1303 | 2024-12-20T19:52:58.280Z | Compiling hmac v0.12.1 |
1304 | 2024-12-20T19:52:58.488Z | Compiling block-padding v0.3.3 |
1305 | 2024-12-20T19:52:58.737Z | Compiling displaydoc v0.2.5 |
1306 | 2024-12-20T19:52:58.756Z | Compiling inout v0.1.3 |
1307 | 2024-12-20T19:52:59.039Z | Compiling cipher v0.4.4 |
1308 | 2024-12-20T19:52:59.080Z | Compiling thiserror v1.0.69 |
1309 | 2024-12-20T19:52:59.218Z | Compiling sha2 v0.10.8 |
1310 | 2024-12-20T19:52:59.527Z | Compiling ppv-lite86 v0.2.20 |
1311 | 2024-12-20T19:52:59.696Z | Compiling zerofrom v0.1.4 |
1312 | 2024-12-20T19:52:59.905Z | Compiling yoke v0.7.4 |
1313 | 2024-12-20T19:52:59.942Z | Compiling futures-util v0.3.31 |
1314 | 2024-12-20T19:53:00.193Z | Compiling der_derive v0.7.3 |
1315 | 2024-12-20T19:53:00.280Z | Compiling zerovec v0.10.4 |
1316 | 2024-12-20T19:53:00.338Z | Compiling icu_provider_macros v1.5.0 |
1317 | 2024-12-20T19:53:00.453Z | Compiling rand_chacha v0.3.1 |
1318 | 2024-12-20T19:53:01.420Z | Compiling tracing-attributes v0.1.27 |
1319 | 2024-12-20T19:53:02.508Z | Compiling tinystr v0.7.6 |
1320 | 2024-12-20T19:53:02.533Z | Compiling icu_collections v1.5.0 |
1321 | 2024-12-20T19:53:02.629Z | Compiling der v0.7.9 |
1322 | 2024-12-20T19:53:02.690Z | Compiling rand v0.8.5 |
1323 | 2024-12-20T19:53:02.976Z | Compiling icu_locid v1.5.0 |
1324 | 2024-12-20T19:53:04.138Z | Compiling salsa20 v0.10.2 |
1325 | 2024-12-20T19:53:04.359Z | Compiling icu_provider v1.5.0 |
1326 | 2024-12-20T19:53:04.825Z | Compiling spki v0.7.3 |
1327 | 2024-12-20T19:53:05.085Z | Compiling tracing v0.1.40 |
1328 | 2024-12-20T19:53:05.190Z | Compiling icu_locid_transform v1.5.0 |
1329 | 2024-12-20T19:53:05.364Z | Compiling pest v2.7.14 |
1330 | 2024-12-20T19:53:05.387Z | Compiling pbkdf2 v0.12.2 |
1331 | 2024-12-20T19:53:05.504Z | Compiling num-conv v0.1.0 |
1332 | 2024-12-20T19:53:05.549Z | Compiling icu_properties_data v1.5.0 |
1333 | 2024-12-20T19:53:05.553Z | Compiling mirai-annotations v1.12.0 |
1334 | 2024-12-20T19:53:05.743Z | Compiling time-core v0.1.2 |
1335 | 2024-12-20T19:53:05.789Z | Compiling untrusted v0.9.0 |
1336 | 2024-12-20T19:53:05.819Z | Compiling untrusted v0.7.1 |
1337 | 2024-12-20T19:53:05.922Z | Compiling time-macros v0.2.18 |
1338 | 2024-12-20T19:53:05.981Z | Compiling scrypt v0.11.0 |
1339 | 2024-12-20T19:53:06.000Z | Compiling aes v0.8.4 |
1340 | 2024-12-20T19:53:06.292Z | Compiling cbc v0.1.2 |
1341 | 2024-12-20T19:53:06.534Z | Compiling icu_properties v1.5.1 |
1342 | 2024-12-20T19:53:06.551Z | Compiling openssl-sys v0.9.103 |
1343 | 2024-12-20T19:53:07.632Z | Compiling bitflags v2.6.0 |
1344 | 2024-12-20T19:53:07.872Z | Compiling bytes v1.8.0 |
1345 | 2024-12-20T19:53:08.423Z | Compiling indexmap v2.6.0 |
1346 | 2024-12-20T19:53:08.838Z | Compiling tokio v1.40.0 |
1347 | 2024-12-20T19:53:09.227Z | Compiling http v1.1.0 |
1348 | 2024-12-20T19:53:09.260Z | Compiling semver v1.0.23 |
1349 | 2024-12-20T19:53:09.848Z | Compiling rustc_version v0.4.1 |
1350 | 2024-12-20T19:53:10.022Z | Compiling pest_meta v2.7.14 |
1351 | 2024-12-20T19:53:10.041Z | Compiling deranged v0.3.11 |
1352 | 2024-12-20T19:53:10.630Z | Compiling scroll_derive v0.12.0 |
1353 | 2024-12-20T19:53:11.591Z | Compiling num_threads v0.1.7 |
1354 | 2024-12-20T19:53:11.715Z | Compiling utf16_iter v1.0.5 |
1355 | 2024-12-20T19:53:11.776Z | Compiling icu_normalizer_data v1.5.0 |
1356 | 2024-12-20T19:53:11.883Z | Compiling atomic-waker v1.1.2 |
1357 | 2024-12-20T19:53:11.902Z | Compiling which v4.4.2 |
1358 | 2024-12-20T19:53:12.054Z | Compiling write16 v1.0.0 |
1359 | 2024-12-20T19:53:12.081Z | Compiling utf8_iter v1.0.4 |
1360 | 2024-12-20T19:53:12.129Z | Compiling scroll v0.12.0 |
1361 | 2024-12-20T19:53:12.184Z | Compiling time v0.3.36 |
1362 | 2024-12-20T19:53:12.512Z | Compiling icu_normalizer v1.5.0 |
1363 | 2024-12-20T19:53:12.681Z | Compiling pest_generator v2.7.14 |
1364 | 2024-12-20T19:53:12.767Z | Compiling http-body v1.0.1 |
1365 | 2024-12-20T19:53:13.282Z | Compiling pkcs5 v0.7.1 |
1366 | 2024-12-20T19:53:13.308Z | Compiling form_urlencoded v1.2.1 |
1367 | 2024-12-20T19:53:13.640Z | Compiling try-lock v0.2.5 |
1368 | 2024-12-20T19:53:13.789Z | Compiling slog v2.7.0 |
1369 | 2024-12-20T19:53:14.366Z | Compiling goblin v0.8.2 |
1370 | 2024-12-20T19:53:14.591Z | Compiling pkcs8 v0.10.2 |
1371 | 2024-12-20T19:53:14.644Z | Compiling want v0.3.1 |
1372 | 2024-12-20T19:53:14.798Z | Compiling idna_adapter v1.2.0 |
1373 | 2024-12-20T19:53:14.925Z | Compiling httpdate v1.0.3 |
1374 | 2024-12-20T19:53:15.024Z | Compiling idna v1.0.3 |
1375 | 2024-12-20T19:53:15.214Z | Compiling pest_derive v2.7.14 |
1376 | 2024-12-20T19:53:15.394Z | Compiling serde_tokenstream v0.2.2 |
1377 | 2024-12-20T19:53:15.988Z | Compiling dtrace-parser v0.2.0 |
1378 | 2024-12-20T19:53:16.038Z | Compiling toml_datetime v0.6.8 |
1379 | 2024-12-20T19:53:16.199Z | Compiling serde_spanned v0.6.8 |
1380 | 2024-12-20T19:53:16.437Z | Compiling uuid v1.11.0 |
1381 | 2024-12-20T19:53:16.571Z | Compiling rustversion v1.0.17 |
1382 | 2024-12-20T19:53:16.911Z | Compiling adler2 v2.0.0 |
1383 | 2024-12-20T19:53:17.127Z | Compiling tokio-util v0.7.12 |
1384 | 2024-12-20T19:53:17.301Z | Compiling base64 v0.22.1 |
1385 | 2024-12-20T19:53:17.635Z | Compiling openssl v0.10.66 |
1386 | 2024-12-20T19:53:17.915Z | Compiling iana-time-zone v0.1.61 |
1387 | 2024-12-20T19:53:18.049Z | Compiling foreign-types-shared v0.1.1 |
1388 | 2024-12-20T19:53:18.073Z | Compiling h2 v0.4.6 |
1389 | 2024-12-20T19:53:18.163Z | Compiling match_cfg v0.1.0 |
1390 | 2024-12-20T19:53:18.191Z | Compiling tower-service v0.3.3 |
1391 | 2024-12-20T19:53:18.263Z | Compiling hostname v0.3.1 |
1392 | 2024-12-20T19:53:18.319Z | Compiling foreign-types v0.3.2 |
1393 | 2024-12-20T19:53:18.380Z | Compiling chrono v0.4.38 |
1394 | 2024-12-20T19:53:18.511Z | Compiling miniz_oxide v0.8.0 |
1395 | 2024-12-20T19:53:18.527Z | Compiling url v2.5.3 |
1396 | 2024-12-20T19:53:19.925Z | Compiling async-trait v0.1.83 |
1397 | 2024-12-20T19:53:20.425Z | Compiling openssl-macros v0.1.1 |
1398 | 2024-12-20T19:53:20.618Z | Compiling dof v0.3.0 |
1399 | 2024-12-20T19:53:20.844Z | Compiling dirs-sys-next v0.1.2 |
1400 | 2024-12-20T19:53:21.513Z | Compiling usdt-impl v0.5.0 |
1401 | 2024-12-20T19:53:22.211Z | Compiling data-encoding v2.6.0 |
1402 | 2024-12-20T19:53:22.646Z | Compiling syn v1.0.109 |
1403 | 2024-12-20T19:53:22.770Z | Compiling rustls v0.22.4 |
1404 | 2024-12-20T19:53:23.037Z | Compiling siphasher v0.3.11 |
1405 | 2024-12-20T19:53:23.120Z | Compiling native-tls v0.2.12 |
1406 | 2024-12-20T19:53:23.291Z | Compiling rustls v0.23.19 |
1407 | 2024-12-20T19:53:23.509Z | Compiling dirs-next v2.0.0 |
1408 | 2024-12-20T19:53:23.703Z | Compiling http-body-util v0.1.2 |
1409 | 2024-12-20T19:53:24.168Z | Compiling crossbeam-epoch v0.9.18 |
1410 | 2024-12-20T19:53:24.265Z | Compiling heapless v0.7.17 |
1411 | 2024-12-20T19:53:24.710Z | Compiling sha1 v0.10.6 |
1412 | 2024-12-20T19:53:24.713Z | Compiling signature v2.2.0 |
1413 | 2024-12-20T19:53:24.934Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1414 | 2024-12-20T19:53:24.989Z | Compiling hyper v1.5.0 |
1415 | 2024-12-20T19:53:25.018Z | Compiling serde_derive_internals v0.29.1 |
1416 | 2024-12-20T19:53:25.142Z | Compiling thread_local v1.1.8 |
1417 | 2024-12-20T19:53:25.160Z | Compiling cookie v0.18.1 |
1418 | 2024-12-20T19:53:25.407Z | Compiling encoding_rs v0.8.34 |
1419 | 2024-12-20T19:53:25.441Z | Compiling multer v3.1.0 |
1420 | 2024-12-20T19:53:25.672Z | Compiling mime v0.3.17 |
1421 | 2024-12-20T19:53:25.711Z | Compiling signal-hook v0.3.17 |
1422 | 2024-12-20T19:53:25.964Z | Compiling ipnet v2.10.1 |
1423 | 2024-12-20T19:53:26.296Z | Compiling unicode-properties v0.1.3 |
1424 | 2024-12-20T19:53:26.700Z | Compiling gimli v0.31.1 |
1425 | 2024-12-20T19:53:27.269Z | Compiling openssl-probe v0.1.5 |
1426 | 2024-12-20T19:53:27.647Z | Compiling hyper-util v0.1.10 |
1427 | 2024-12-20T19:53:27.860Z | Compiling slog-async v2.8.0 |
1428 | 2024-12-20T19:53:28.406Z | Compiling schemars v0.8.21 |
1429 | 2024-12-20T19:53:28.666Z | Compiling rayon-core v1.12.1 |
1430 | 2024-12-20T19:53:28.832Z | Compiling schemars_derive v0.8.21 |
1431 | 2024-12-20T19:53:28.997Z | Compiling toml_edit v0.22.22 |
1432 | 2024-12-20T19:53:29.220Z | Compiling stringprep v0.1.5 |
1433 | 2024-12-20T19:53:30.605Z | Compiling usdt-attr-macro v0.5.0 |
1434 | 2024-12-20T19:53:30.852Z | Compiling usdt-macro v0.5.0 |
1435 | 2024-12-20T19:53:32.004Z | Compiling addr2line v0.24.2 |
1436 | 2024-12-20T19:53:32.113Z | Compiling crossbeam-deque v0.8.5 |
1437 | 2024-12-20T19:53:32.211Z | Compiling term v0.7.0 |
1438 | 2024-12-20T19:53:32.278Z | Compiling slog-json v2.6.1 |
1439 | 2024-12-20T19:53:32.445Z | Compiling serde_urlencoded v0.7.1 |
1440 | 2024-12-20T19:53:32.498Z | Compiling crossbeam-channel v0.5.13 |
1441 | 2024-12-20T19:53:32.668Z | Compiling curve25519-dalek v4.1.3 |
1442 | 2024-12-20T19:53:32.686Z | Compiling futures-executor v0.3.31 |
1443 | 2024-12-20T19:53:32.969Z | Compiling md-5 v0.10.6 |
1444 | 2024-12-20T19:53:33.267Z | Compiling enum-as-inner v0.6.1 |
1445 | 2024-12-20T19:53:33.286Z | Compiling async-stream-impl v0.3.6 |
1446 | 2024-12-20T19:53:33.305Z | Compiling rustls-pemfile v2.2.0 |
1447 | 2024-12-20T19:53:33.641Z | Compiling num-integer v0.1.46 |
1448 | 2024-12-20T19:53:33.660Z | Compiling idna v0.4.0 |
1449 | 2024-12-20T19:53:33.722Z | Compiling idna v0.3.0 |
1450 | 2024-12-20T19:53:34.345Z | Compiling hash32 v0.2.1 |
1451 | 2024-12-20T19:53:34.469Z | Compiling ff v0.13.0 |
1452 | 2024-12-20T19:53:34.696Z | Compiling is-terminal v0.4.13 |
1453 | 2024-12-20T19:53:34.716Z | Compiling object v0.36.5 |
1454 | 2024-12-20T19:53:34.718Z | Compiling dropshot v0.12.0 |
1455 | 2024-12-20T19:53:34.829Z | Compiling psl-types v2.0.11 |
1456 | 2024-12-20T19:53:35.004Z | Compiling quick-error v1.2.3 |
1457 | 2024-12-20T19:53:35.024Z | Compiling fallible-iterator v0.2.0 |
1458 | 2024-12-20T19:53:35.154Z | Compiling num-bigint-dig v0.8.4 |
1459 | 2024-12-20T19:53:35.415Z | Compiling smoltcp v0.9.1 |
1460 | 2024-12-20T19:53:35.440Z | Compiling base16ct v0.2.0 |
1461 | 2024-12-20T19:53:35.459Z | Compiling take_mut v0.2.2 |
1462 | 2024-12-20T19:53:35.626Z | Compiling utf-8 v0.7.6 |
1463 | 2024-12-20T19:53:35.739Z | Compiling linked-hash-map v0.5.6 |
1464 | 2024-12-20T19:53:35.760Z | Compiling dyn-clone v1.0.17 |
1465 | 2024-12-20T19:53:35.958Z | Compiling anyhow v1.0.93 |
1466 | 2024-12-20T19:53:35.977Z | Compiling rustc-demangle v0.1.24 |
1467 | 2024-12-20T19:53:36.096Z | Compiling portable-atomic v1.9.0 |
1468 | 2024-12-20T19:53:36.175Z | Compiling lru-cache v0.1.2 |
1469 | 2024-12-20T19:53:36.939Z | Compiling tungstenite v0.24.0 |
1470 | 2024-12-20T19:53:36.962Z | Compiling postgres-protocol v0.6.7 |
1471 | 2024-12-20T19:53:37.282Z | Compiling sec1 v0.7.3 |
1472 | 2024-12-20T19:53:37.915Z | Compiling resolv-conf v0.7.0 |
1473 | 2024-12-20T19:53:38.353Z | Compiling publicsuffix v2.2.3 |
1474 | 2024-12-20T19:53:38.617Z | Compiling slog-term v2.9.1 |
1475 | 2024-12-20T19:53:38.657Z | Compiling usdt v0.5.0 |
1476 | 2024-12-20T19:53:38.697Z | Compiling async-stream v0.3.6 |
1477 | 2024-12-20T19:53:39.048Z | Compiling group v0.13.0 |
1478 | 2024-12-20T19:53:39.333Z | Compiling hickory-proto v0.24.1 |
1479 | 2024-12-20T19:53:39.393Z | Compiling num-iter v0.1.45 |
1480 | 2024-12-20T19:53:39.708Z | Compiling futures v0.3.31 |
1481 | 2024-12-20T19:53:39.830Z | Compiling slog-bunyan v2.5.0 |
1482 | 2024-12-20T19:53:40.034Z | Compiling toml v0.8.19 |
1483 | 2024-12-20T19:53:41.557Z | Compiling tokio-native-tls v0.3.1 |
1484 | 2024-12-20T19:53:41.690Z | Compiling camino v1.1.9 |
1485 | 2024-12-20T19:53:41.741Z | Compiling phf_shared v0.11.2 |
1486 | 2024-12-20T19:53:41.828Z | Compiling backtrace v0.3.74 |
1487 | 2024-12-20T19:53:42.142Z | Compiling dropshot_endpoint v0.12.0 |
1488 | 2024-12-20T19:53:42.562Z | Compiling waitgroup v0.1.2 |
1489 | 2024-12-20T19:53:42.610Z | Compiling terminal_size v0.4.0 |
1490 | 2024-12-20T19:53:42.671Z | Compiling openapiv3 v2.0.0 |
1491 | 2024-12-20T19:53:42.787Z | Compiling serde_path_to_error v0.1.16 |
1492 | 2024-12-20T19:53:42.816Z | Compiling hkdf v0.12.4 |
1493 | 2024-12-20T19:53:43.078Z | Compiling crypto-bigint v0.5.5 |
1494 | 2024-12-20T19:53:43.679Z | Compiling zerocopy-derive v0.6.6 |
1495 | 2024-12-20T19:53:45.604Z | Compiling curve25519-dalek-derive v0.1.1 |
1496 | 2024-12-20T19:53:45.983Z | Compiling webpki-roots v0.26.6 |
1497 | 2024-12-20T19:53:46.199Z | Compiling idna v0.5.0 |
1498 | 2024-12-20T19:53:46.822Z | Compiling hostname v0.4.0 |
1499 | 2024-12-20T19:53:47.050Z | Compiling hubpack_derive v0.1.1 |
1500 | 2024-12-20T19:53:47.072Z | Compiling ahash v0.8.11 |
1501 | 2024-12-20T19:53:47.142Z | Compiling fs-err v2.11.0 |
1502 | 2024-12-20T19:53:47.236Z | Compiling crc32fast v1.4.2 |
1503 | 2024-12-20T19:53:47.402Z | Compiling winnow v0.5.40 |
1504 | 2024-12-20T19:53:47.421Z | Compiling bitflags v1.3.2 |
1505 | 2024-12-20T19:53:47.528Z | Compiling managed v0.8.0 |
1506 | 2024-12-20T19:53:47.578Z | Compiling debug-ignore v1.0.5 |
1507 | 2024-12-20T19:53:47.726Z | Compiling clap_builder v4.5.21 |
1508 | 2024-12-20T19:53:47.851Z | Compiling strum_macros v0.25.3 |
1509 | 2024-12-20T19:53:47.958Z | Compiling hubpack v0.1.2 |
1510 | 2024-12-20T19:53:48.438Z | Compiling console v0.15.8 |
1511 | 2024-12-20T19:53:49.472Z | Compiling flate2 v1.0.34 |
1512 | 2024-12-20T19:53:50.178Z | Compiling cookie_store v0.21.0 |
1513 | 2024-12-20T19:53:50.199Z | Compiling elliptic-curve v0.13.8 |
1514 | 2024-12-20T19:53:50.460Z | Compiling zerocopy v0.6.6 |
1515 | 2024-12-20T19:53:51.036Z | Compiling hickory-resolver v0.24.1 |
1516 | 2024-12-20T19:53:51.333Z | Compiling toml_edit v0.19.15 |
1517 | 2024-12-20T19:53:51.856Z | Compiling phf v0.11.2 |
1518 | 2024-12-20T19:53:52.038Z | Compiling signal-hook-mio v0.2.4 |
1519 | 2024-12-20T19:53:52.168Z | Compiling hyper-tls v0.6.0 |
1520 | 2024-12-20T19:53:52.205Z | Compiling rayon v1.10.0 |
1521 | 2024-12-20T19:53:52.393Z | Compiling bzip2 v0.4.4 |
1522 | 2024-12-20T19:53:52.775Z | Compiling tokio-tungstenite v0.24.0 |
1523 | 2024-12-20T19:53:53.320Z | Compiling postgres-types v0.2.8 |
1524 | 2024-12-20T19:53:56.327Z | Compiling ed25519 v2.2.3 |
1525 | 2024-12-20T19:53:57.225Z | Compiling phf_shared v0.10.0 |
1526 | 2024-12-20T19:53:57.228Z | Compiling tokio-stream v0.1.16 |
1527 | 2024-12-20T19:53:57.634Z | Compiling pkcs1 v0.7.5 |
1528 | 2024-12-20T19:53:57.934Z | Compiling serde-big-array v0.5.1 |
1529 | 2024-12-20T19:53:58.171Z | Compiling rfc6979 v0.4.0 |
1530 | 2024-12-20T19:53:58.236Z | Compiling serde_repr v0.1.19 |
1531 | 2024-12-20T19:53:58.316Z | Compiling derive-where v1.2.7 |
1532 | 2024-12-20T19:53:58.336Z | Compiling clap_derive v4.5.18 |
1533 | 2024-12-20T19:53:58.356Z | Compiling float-cmp v0.9.0 |
1534 | 2024-12-20T19:53:58.591Z | Compiling bstr v1.10.0 |
1535 | 2024-12-20T19:53:58.679Z | Compiling sync_wrapper v1.0.1 |
1536 | 2024-12-20T19:53:58.828Z | Compiling new_debug_unreachable v1.0.6 |
1537 | 2024-12-20T19:53:58.947Z | Compiling unicode-segmentation v1.12.0 |
1538 | 2024-12-20T19:53:59.447Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2024-12-20T19:53:59.468Z | Compiling predicates-core v1.0.8 |
1540 | 2024-12-20T19:53:59.575Z | Compiling bit-vec v0.6.3 |
1541 | 2024-12-20T19:53:59.842Z | Compiling whoami v1.5.2 |
1542 | 2024-12-20T19:53:59.860Z | Compiling static_assertions v1.1.0 |
1543 | 2024-12-20T19:53:59.964Z | Compiling difflib v0.4.0 |
1544 | 2024-12-20T19:54:00.026Z | Compiling number_prefix v0.4.0 |
1545 | 2024-12-20T19:54:00.257Z | Compiling unicode-width v0.2.0 |
1546 | 2024-12-20T19:54:00.408Z | Compiling precomputed-hash v0.1.1 |
1547 | 2024-12-20T19:54:00.489Z | Compiling fixedbitset v0.4.2 |
1548 | 2024-12-20T19:54:00.529Z | Compiling string_cache v0.8.7 |
1549 | 2024-12-20T19:54:00.772Z | Compiling petgraph v0.6.5 |
1550 | 2024-12-20T19:54:00.953Z | Compiling indicatif v0.17.9 |
1551 | 2024-12-20T19:54:01.009Z | Compiling predicates v3.1.2 |
1552 | 2024-12-20T19:54:01.646Z | Compiling tokio-postgres v0.7.12 |
1553 | 2024-12-20T19:54:01.961Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1554 | 2024-12-20T19:54:02.758Z | Compiling bit-set v0.5.3 |
1555 | 2024-12-20T19:54:03.063Z | Compiling similar v2.6.0 |
1556 | 2024-12-20T19:54:03.218Z | Compiling ecdsa v0.16.9 |
1557 | 2024-12-20T19:54:03.445Z | Compiling clap v4.5.21 |
1558 | 2024-12-20T19:54:03.577Z | Compiling rsa v0.9.6 |
1559 | 2024-12-20T19:54:04.094Z | Compiling ed25519-dalek v2.1.1 |
1560 | 2024-12-20T19:54:04.819Z | Compiling toml v0.7.8 |
1561 | 2024-12-20T19:54:05.420Z | Compiling zip v0.6.6 |
1562 | 2024-12-20T19:54:05.710Z | Compiling crossterm v0.28.1 |
1563 | 2024-12-20T19:54:07.311Z | Compiling hex v0.4.3 |
1564 | 2024-12-20T19:54:07.800Z | Compiling x509-cert v0.2.5 |
1565 | 2024-12-20T19:54:07.819Z | Compiling peg-runtime v0.8.3 |
1566 | 2024-12-20T19:54:07.820Z | Compiling lalrpop-util v0.19.12 |
1567 | 2024-12-20T19:54:07.870Z | Compiling unicode-xid v0.2.6 |
1568 | 2024-12-20T19:54:07.901Z | Compiling strum_macros v0.26.4 |
1569 | 2024-12-20T19:54:08.044Z | Compiling xattr v1.3.1 |
1570 | 2024-12-20T19:54:08.106Z | Compiling filetime v0.2.25 |
1571 | 2024-12-20T19:54:08.310Z | Compiling tar v0.4.42 |
1572 | 2024-12-20T19:54:12.986Z | Compiling strum v0.26.3 |
1573 | 2024-12-20T19:54:15.973Z | Compiling aws-lc-sys v0.22.0 |
1574 | 2024-12-20T19:54:51.131Z | Compiling rustls-webpki v0.102.8 |
1575 | 2024-12-20T19:54:54.463Z | Compiling tokio-rustls v0.25.0 |
1576 | 2024-12-20T19:54:56.149Z | Compiling tokio-rustls v0.26.0 |
1577 | 2024-12-20T19:54:56.476Z | Compiling hyper-rustls v0.27.3 |
1578 | 2024-12-20T19:54:56.759Z | Compiling reqwest v0.12.9 |
1579 | 2024-12-20T19:54:58.211Z | Compiling qorb v0.2.1 |
1580 | 2024-12-20T19:55:02.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1581 | 2024-12-20T19:55:02.954Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1582 | 2024-12-20T19:55:08.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1583 | 2024-12-20T19:55:08.722Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1584 | 2024-12-20T19:55:08.766Z | Dec 20 19:55:07.564 INFO Starting download, target: Cockroach |
1585 | 2024-12-20T19:55:08.766Z | Dec 20 19:55:07.564 INFO Starting download, target: Console |
1586 | 2024-12-20T19:55:08.766Z | Dec 20 19:55:07.564 INFO Starting download, target: Clickhouse |
1587 | 2024-12-20T19:55:08.766Z | Dec 20 19:55:07.564 INFO Starting download, target: DendriteOpenapi |
1588 | 2024-12-20T19:55:08.768Z | Dec 20 19:55:07.564 INFO Starting download, target: DendriteStub |
1589 | 2024-12-20T19:55:08.768Z | Dec 20 19:55:07.564 INFO Starting download, target: MaghemiteMgd |
1590 | 2024-12-20T19:55:08.769Z | Dec 20 19:55:07.564 INFO Starting download, target: TransceiverControl |
1591 | 2024-12-20T19:55:08.769Z | Dec 20 19:55:07.565 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1592 | 2024-12-20T19:55:08.769Z | Dec 20 19:55:07.565 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1593 | 2024-12-20T19:55:08.769Z | Dec 20 19:55:07.565 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1594 | 2024-12-20T19:55:08.769Z | Dec 20 19:55:07.565 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1595 | 2024-12-20T19:55:08.769Z | Dec 20 19:55:07.565 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1596 | 2024-12-20T19:55:08.769Z | Dec 20 19:55:07.565 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1597 | 2024-12-20T19:55:08.769Z | Dec 20 19:55:07.565 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1598 | 2024-12-20T19:55:08.964Z | Dec 20 19:55:07.759 INFO Download complete, target: DendriteOpenapi |
1599 | 2024-12-20T19:55:09.133Z | Dec 20 19:55:07.907 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1600 | 2024-12-20T19:55:09.286Z | Dec 20 19:55:08.071 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1601 | 2024-12-20T19:55:09.644Z | Dec 20 19:55:08.436 INFO Download complete, target: Console |
1602 | 2024-12-20T19:55:09.684Z | Dec 20 19:55:08.478 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1603 | 2024-12-20T19:55:09.745Z | Dec 20 19:55:08.542 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1604 | 2024-12-20T19:55:09.799Z | Dec 20 19:55:08.596 INFO Download complete, target: TransceiverControl |
1605 | 2024-12-20T19:55:10.434Z | Dec 20 19:55:09.232 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1606 | 2024-12-20T19:55:10.434Z | Dec 20 19:55:09.232 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1607 | 2024-12-20T19:55:10.669Z | Dec 20 19:55:09.467 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1608 | 2024-12-20T19:55:12.489Z | Dec 20 19:55:11.288 INFO Download complete, target: DendriteStub |
1609 | 2024-12-20T19:55:12.613Z | Dec 20 19:55:11.411 INFO Download complete, target: MaghemiteMgd |
1610 | 2024-12-20T19:55:17.873Z | Dec 20 19:55:16.671 INFO Checking that binary works, target: Cockroach |
1611 | 2024-12-20T19:55:18.109Z | Dec 20 19:55:16.906 INFO Download complete, target: Cockroach |
1612 | 2024-12-20T19:55:23.266Z | Dec 20 19:55:22.063 INFO Checking that binary works, target: Clickhouse |
1613 | 2024-12-20T19:55:23.998Z | Dec 20 19:55:22.796 INFO Download complete, target: Clickhouse |
1614 | 2024-12-20T19:55:24.006Z | All prerequisites installed successfully |
1615 | 2024-12-20T19:55:24.009Z | |
1616 | 2024-12-20T19:55:24.009Z | real 4:54.562180980 |
1617 | 2024-12-20T19:55:24.009Z | user 16:26.381756595 |
1618 | 2024-12-20T19:55:24.009Z | sys 3:09.363827133 |
1619 | 2024-12-20T19:55:24.009Z | trap 0.518893513 |
1620 | 2024-12-20T19:55:24.009Z | tflt 8.145444922 |
1621 | 2024-12-20T19:55:24.009Z | dflt 7.107885439 |
1622 | 2024-12-20T19:55:24.009Z | kflt 0.449903516 |
1623 | 2024-12-20T19:55:24.009Z | lock 33:04.491567813 |
1624 | 2024-12-20T19:55:24.009Z | slp 1:03:04.943464091 |
1625 | 2024-12-20T19:55:24.009Z | lat 49.675934673 |
1626 | 2024-12-20T19:55:24.009Z | stop 2:00.593420900 |
1627 | 2024-12-20T19:55:24.009Z | + source ./tools/include/force-git-over-https.sh |
1628 | 2024-12-20T19:55:24.009Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1629 | 2024-12-20T19:55:24.009Z | ++ (( i = 0 )) |
1630 | 2024-12-20T19:55:24.009Z | ++ (( i < 5 )) |
1631 | 2024-12-20T19:55:24.009Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1632 | 2024-12-20T19:55:24.012Z | ++ (( i++ )) |
1633 | 2024-12-20T19:55:24.012Z | ++ (( i < 5 )) |
1634 | 2024-12-20T19:55:24.012Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1635 | 2024-12-20T19:55:24.014Z | ++ (( i++ )) |
1636 | 2024-12-20T19:55:24.014Z | ++ (( i < 5 )) |
1637 | 2024-12-20T19:55:24.016Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1638 | 2024-12-20T19:55:24.019Z | ++ (( i++ )) |
1639 | 2024-12-20T19:55:24.019Z | ++ (( i < 5 )) |
1640 | 2024-12-20T19:55:24.019Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1641 | 2024-12-20T19:55:24.022Z | ++ (( i++ )) |
1642 | 2024-12-20T19:55:24.022Z | ++ (( i < 5 )) |
1643 | 2024-12-20T19:55:24.022Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1644 | 2024-12-20T19:55:24.024Z | ++ (( i++ )) |
1645 | 2024-12-20T19:55:24.024Z | ++ (( i < 5 )) |
1646 | 2024-12-20T19:55:24.024Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1647 | 2024-12-20T19:55:24.024Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1648 | 2024-12-20T19:55:24.025Z | + rc=0 |
1649 | 2024-12-20T19:55:24.025Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1650 | 2024-12-20T19:55:54.647Z | + case $rc in |
1651 | 2024-12-20T19:55:54.647Z | + pfexec zfs create -p rpool/images/build/host |
1652 | 2024-12-20T19:55:54.863Z | + pfexec zfs create -p rpool/images/build/recovery |
1653 | 2024-12-20T19:55:54.946Z | + cargo xtask releng --output-dir /work |
1654 | 2024-12-20T19:55:55.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1655 | 2024-12-20T19:55:55.489Z | Running `target/debug/xtask releng --output-dir /work` |
1656 | 2024-12-20T19:55:56.410Z | Compiling proc-macro2 v1.0.89 |
1657 | 2024-12-20T19:55:56.410Z | Compiling unicode-ident v1.0.13 |
1658 | 2024-12-20T19:55:56.412Z | Compiling libc v0.2.162 |
1659 | 2024-12-20T19:55:56.412Z | Compiling serde v1.0.215 |
1660 | 2024-12-20T19:55:56.412Z | Compiling autocfg v1.4.0 |
1661 | 2024-12-20T19:55:56.412Z | Compiling version_check v0.9.5 |
1662 | 2024-12-20T19:55:56.412Z | Compiling cfg-if v1.0.0 |
1663 | 2024-12-20T19:55:56.690Z | Compiling memchr v2.7.4 |
1664 | 2024-12-20T19:55:56.765Z | Compiling typenum v1.17.0 |
1665 | 2024-12-20T19:55:56.787Z | Compiling shlex v1.3.0 |
1666 | 2024-12-20T19:55:57.403Z | Compiling value-bag v1.9.0 |
1667 | 2024-12-20T19:55:57.451Z | Compiling generic-array v0.14.7 |
1668 | 2024-12-20T19:55:57.495Z | Compiling lock_api v0.4.12 |
1669 | 2024-12-20T19:55:57.750Z | Compiling scopeguard v1.2.0 |
1670 | 2024-12-20T19:55:57.772Z | Compiling rustix v0.38.37 |
1671 | 2024-12-20T19:55:57.921Z | Compiling log v0.4.22 |
1672 | 2024-12-20T19:55:58.098Z | Compiling parking_lot_core v0.9.10 |
1673 | 2024-12-20T19:55:58.426Z | Compiling quote v1.0.37 |
1674 | 2024-12-20T19:55:58.454Z | Compiling serde_json v1.0.132 |
1675 | 2024-12-20T19:55:58.493Z | Compiling libm v0.2.8 |
1676 | 2024-12-20T19:55:58.743Z | Compiling jobserver v0.1.32 |
1677 | 2024-12-20T19:55:58.767Z | Compiling getrandom v0.2.15 |
1678 | 2024-12-20T19:55:58.830Z | Compiling syn v2.0.87 |
1679 | 2024-12-20T19:55:59.004Z | Compiling num-traits v0.2.19 |
1680 | 2024-12-20T19:55:59.048Z | Compiling once_cell v1.20.2 |
1681 | 2024-12-20T19:55:59.074Z | Compiling thiserror v1.0.69 |
1682 | 2024-12-20T19:55:59.102Z | Compiling cc v1.1.30 |
1683 | 2024-12-20T19:55:59.146Z | Compiling spin v0.9.8 |
1684 | 2024-12-20T19:55:59.295Z | Compiling itoa v1.0.11 |
1685 | 2024-12-20T19:55:59.462Z | Compiling aho-corasick v1.1.3 |
1686 | 2024-12-20T19:55:59.491Z | Compiling regex-syntax v0.8.5 |
1687 | 2024-12-20T19:55:59.558Z | Compiling slab v0.4.9 |
1688 | 2024-12-20T19:55:59.612Z | Compiling errno v0.3.9 |
1689 | 2024-12-20T19:56:00.023Z | Compiling byteorder v1.5.0 |
1690 | 2024-12-20T19:56:00.687Z | Compiling lazy_static v1.5.0 |
1691 | 2024-12-20T19:56:00.828Z | Compiling rand_core v0.6.4 |
1692 | 2024-12-20T19:56:00.873Z | Compiling either v1.13.0 |
1693 | 2024-12-20T19:56:01.258Z | Compiling glob v0.3.1 |
1694 | 2024-12-20T19:56:01.355Z | Compiling prettyplease v0.2.25 |
1695 | 2024-12-20T19:56:01.484Z | Compiling subtle v2.6.1 |
1696 | 2024-12-20T19:56:01.847Z | Compiling minimal-lexical v0.2.1 |
1697 | 2024-12-20T19:56:01.973Z | Compiling libloading v0.8.5 |
1698 | 2024-12-20T19:56:02.174Z | Compiling clang-sys v1.8.1 |
1699 | 2024-12-20T19:56:02.414Z | Compiling nom v7.1.3 |
1700 | 2024-12-20T19:56:02.449Z | Compiling home v0.5.9 |
1701 | 2024-12-20T19:56:02.861Z | Compiling bindgen v0.69.5 |
1702 | 2024-12-20T19:56:03.240Z | Compiling itertools v0.10.5 |
1703 | 2024-12-20T19:56:03.633Z | Compiling regex-automata v0.4.8 |
1704 | 2024-12-20T19:56:03.671Z | Compiling lazycell v1.3.0 |
1705 | 2024-12-20T19:56:04.366Z | Compiling rustc-hash v1.1.0 |
1706 | 2024-12-20T19:56:04.527Z | Compiling cmake v0.1.51 |
1707 | 2024-12-20T19:56:05.573Z | Compiling dunce v1.0.5 |
1708 | 2024-12-20T19:56:05.735Z | Compiling smallvec v1.13.2 |
1709 | 2024-12-20T19:56:06.030Z | Compiling cexpr v0.6.0 |
1710 | 2024-12-20T19:56:06.134Z | Compiling pkg-config v0.3.31 |
1711 | 2024-12-20T19:56:06.180Z | Compiling semver v1.0.23 |
1712 | 2024-12-20T19:56:06.231Z | Compiling fs_extra v1.3.0 |
1713 | 2024-12-20T19:56:06.325Z | Compiling ring v0.17.8 |
1714 | 2024-12-20T19:56:06.849Z | Compiling paste v1.0.15 |
1715 | 2024-12-20T19:56:07.152Z | Compiling ryu v1.0.18 |
1716 | 2024-12-20T19:56:07.419Z | Compiling synstructure v0.13.1 |
1717 | 2024-12-20T19:56:07.514Z | Compiling aws-lc-rs v1.10.0 |
1718 | 2024-12-20T19:56:07.618Z | Compiling const-oid v0.9.6 |
1719 | 2024-12-20T19:56:07.951Z | Compiling httparse v1.9.5 |
1720 | 2024-12-20T19:56:08.995Z | Compiling heck v0.5.0 |
1721 | 2024-12-20T19:56:09.044Z | Compiling pin-project-lite v0.2.14 |
1722 | 2024-12-20T19:56:09.238Z | Compiling allocator-api2 v0.2.18 |
1723 | 2024-12-20T19:56:09.596Z | Compiling regex v1.11.1 |
1724 | 2024-12-20T19:56:09.965Z | Compiling futures-core v0.3.31 |
1725 | 2024-12-20T19:56:10.307Z | Compiling signal-hook-registry v1.4.2 |
1726 | 2024-12-20T19:56:10.340Z | Compiling crossbeam-utils v0.8.20 |
1727 | 2024-12-20T19:56:10.769Z | Compiling num-conv v0.1.0 |
1728 | 2024-12-20T19:56:10.970Z | Compiling time-core v0.1.2 |
1729 | 2024-12-20T19:56:11.355Z | Compiling time-macros v0.2.18 |
1730 | 2024-12-20T19:56:11.695Z | Compiling parking_lot v0.12.3 |
1731 | 2024-12-20T19:56:11.852Z | Compiling mio v1.0.2 |
1732 | 2024-12-20T19:56:11.985Z | Compiling vcpkg v0.2.15 |
1733 | 2024-12-20T19:56:12.616Z | Compiling schemars v0.8.21 |
1734 | 2024-12-20T19:56:13.005Z | Compiling fnv v1.0.7 |
1735 | 2024-12-20T19:56:13.332Z | Compiling serde_derive v1.0.215 |
1736 | 2024-12-20T19:56:13.630Z | Compiling zeroize_derive v1.4.2 |
1737 | 2024-12-20T19:56:13.839Z | Compiling zerocopy-derive v0.7.35 |
1738 | 2024-12-20T19:56:13.908Z | Compiling tokio-macros v2.4.0 |
1739 | 2024-12-20T19:56:13.910Z | Compiling thiserror-impl v1.0.69 |
1740 | 2024-12-20T19:56:14.011Z | Compiling zerofrom-derive v0.1.4 |
1741 | 2024-12-20T19:56:14.639Z | Compiling yoke-derive v0.7.4 |
1742 | 2024-12-20T19:56:15.123Z | Compiling futures-macro v0.3.31 |
1743 | 2024-12-20T19:56:15.259Z | Compiling zeroize v1.8.1 |
1744 | 2024-12-20T19:56:15.750Z | Compiling zerovec-derive v0.10.3 |
1745 | 2024-12-20T19:56:16.046Z | Compiling displaydoc v0.2.5 |
1746 | 2024-12-20T19:56:16.993Z | Compiling zerocopy v0.7.35 |
1747 | 2024-12-20T19:56:17.504Z | Compiling crypto-common v0.1.6 |
1748 | 2024-12-20T19:56:17.744Z | Compiling icu_provider_macros v1.5.0 |
1749 | 2024-12-20T19:56:17.749Z | Compiling tracing-attributes v0.1.27 |
1750 | 2024-12-20T19:56:17.764Z | Compiling block-buffer v0.10.4 |
1751 | 2024-12-20T19:56:18.094Z | Compiling digest v0.10.7 |
1752 | 2024-12-20T19:56:18.486Z | Compiling der_derive v0.7.3 |
1753 | 2024-12-20T19:56:18.773Z | Compiling openssl-sys v0.9.103 |
1754 | 2024-12-20T19:56:19.520Z | Compiling serde_derive_internals v0.29.1 |
1755 | 2024-12-20T19:56:20.372Z | Compiling socket2 v0.5.7 |
1756 | 2024-12-20T19:56:20.428Z | Compiling ahash v0.8.11 |
1757 | 2024-12-20T19:56:21.902Z | Compiling schemars_derive v0.8.21 |
1758 | 2024-12-20T19:56:21.966Z | Compiling foldhash v0.1.3 |
1759 | 2024-12-20T19:56:22.123Z | Compiling equivalent v1.0.1 |
1760 | 2024-12-20T19:56:22.277Z | Compiling cpufeatures v0.2.14 |
1761 | 2024-12-20T19:56:22.313Z | Compiling futures-sink v0.3.31 |
1762 | 2024-12-20T19:56:22.316Z | Compiling hashbrown v0.15.1 |
1763 | 2024-12-20T19:56:22.404Z | Compiling slog v2.7.0 |
1764 | 2024-12-20T19:56:22.983Z | Compiling stable_deref_trait v1.2.0 |
1765 | 2024-12-20T19:56:24.140Z | Compiling futures-channel v0.3.31 |
1766 | 2024-12-20T19:56:24.290Z | Compiling zerofrom v0.1.4 |
1767 | 2024-12-20T19:56:24.499Z | Compiling scroll_derive v0.12.0 |
1768 | 2024-12-20T19:56:24.619Z | Compiling futures-task v0.3.31 |
1769 | 2024-12-20T19:56:24.644Z | Compiling openssl v0.10.66 |
1770 | 2024-12-20T19:56:24.680Z | Compiling pin-utils v0.1.0 |
1771 | 2024-12-20T19:56:24.841Z | Compiling ucd-trie v0.1.7 |
1772 | 2024-12-20T19:56:24.907Z | Compiling futures-io v0.3.31 |
1773 | 2024-12-20T19:56:24.952Z | Compiling yoke v0.7.4 |
1774 | 2024-12-20T19:56:25.181Z | Compiling futures-util v0.3.31 |
1775 | 2024-12-20T19:56:25.333Z | Compiling pest v2.7.14 |
1776 | 2024-12-20T19:56:25.471Z | Compiling hmac v0.12.1 |
1777 | 2024-12-20T19:56:25.900Z | Compiling tinyvec_macros v0.1.1 |
1778 | 2024-12-20T19:56:25.962Z | Compiling zerovec v0.10.4 |
1779 | 2024-12-20T19:56:26.023Z | Compiling tinyvec v1.8.0 |
1780 | 2024-12-20T19:56:27.982Z | Compiling bitflags v2.6.0 |
1781 | 2024-12-20T19:56:28.269Z | Compiling bytes v1.8.0 |
1782 | 2024-12-20T19:56:29.867Z | Compiling indexmap v2.6.0 |
1783 | 2024-12-20T19:56:30.118Z | Compiling serde_tokenstream v0.2.2 |
1784 | 2024-12-20T19:56:30.787Z | Compiling tokio v1.40.0 |
1785 | 2024-12-20T19:56:31.844Z | Compiling http v1.1.0 |
1786 | 2024-12-20T19:56:33.065Z | Compiling which v4.4.2 |
1787 | 2024-12-20T19:56:33.152Z | Compiling rustc_version v0.4.1 |
1788 | 2024-12-20T19:56:33.968Z | Compiling pest_meta v2.7.14 |
1789 | 2024-12-20T19:56:34.146Z | Compiling uuid v1.11.0 |
1790 | 2024-12-20T19:56:34.544Z | Compiling block-padding v0.3.3 |
1791 | 2024-12-20T19:56:34.873Z | Compiling openssl-macros v0.1.1 |
1792 | 2024-12-20T19:56:35.045Z | Compiling rustls v0.23.19 |
1793 | 2024-12-20T19:56:35.534Z | Compiling native-tls v0.2.12 |
1794 | 2024-12-20T19:56:35.919Z | Compiling iana-time-zone v0.1.61 |
1795 | 2024-12-20T19:56:35.950Z | Compiling pest_generator v2.7.14 |
1796 | 2024-12-20T19:56:36.419Z | Compiling chrono v0.4.38 |
1797 | 2024-12-20T19:56:38.018Z | Compiling inout v0.1.3 |
1798 | 2024-12-20T19:56:38.508Z | Compiling unicode-normalization v0.1.24 |
1799 | 2024-12-20T19:56:38.606Z | Compiling pest_derive v2.7.14 |
1800 | 2024-12-20T19:56:38.879Z | Compiling cipher v0.4.4 |
1801 | 2024-12-20T19:56:39.428Z | Compiling tinystr v0.7.6 |
1802 | 2024-12-20T19:56:39.891Z | Compiling sha2 v0.10.8 |
1803 | 2024-12-20T19:56:39.981Z | Compiling async-trait v0.1.83 |
1804 | 2024-12-20T19:56:40.176Z | Compiling usdt-impl v0.5.0 |
1805 | 2024-12-20T19:56:40.269Z | Compiling cookie v0.18.1 |
1806 | 2024-12-20T19:56:40.692Z | Compiling writeable v0.5.5 |
1807 | 2024-12-20T19:56:40.695Z | Compiling base64ct v1.6.0 |
1808 | 2024-12-20T19:56:41.270Z | Compiling unicode-bidi v0.3.17 |
1809 | 2024-12-20T19:56:42.652Z | Compiling litemap v0.7.3 |
1810 | 2024-12-20T19:56:42.823Z | Compiling pem-rfc7468 v0.7.0 |
1811 | 2024-12-20T19:56:43.130Z | Compiling icu_locid v1.5.0 |
1812 | 2024-12-20T19:56:44.461Z | Compiling scroll v0.12.0 |
1813 | 2024-12-20T19:56:45.281Z | Compiling ppv-lite86 v0.2.20 |
1814 | 2024-12-20T19:56:45.812Z | Compiling tracing-core v0.1.32 |
1815 | 2024-12-20T19:56:46.205Z | Compiling plain v0.2.3 |
1816 | 2024-12-20T19:56:46.326Z | Compiling rustls-pki-types v1.10.0 |
1817 | 2024-12-20T19:56:48.048Z | Compiling flagset v0.4.6 |
1818 | 2024-12-20T19:56:48.194Z | Compiling syn v1.0.109 |
1819 | 2024-12-20T19:56:48.304Z | Compiling dyn-clone v1.0.17 |
1820 | 2024-12-20T19:56:48.327Z | Compiling aws-lc-sys v0.22.0 |
1821 | 2024-12-20T19:56:48.507Z | Compiling percent-encoding v2.3.1 |
1822 | 2024-12-20T19:56:48.906Z | Compiling untrusted v0.7.1 |
1823 | 2024-12-20T19:56:49.074Z | Compiling camino v1.1.9 |
1824 | 2024-12-20T19:56:49.630Z | Compiling der v0.7.9 |
1825 | 2024-12-20T19:56:50.596Z | Compiling tracing v0.1.40 |
1826 | 2024-12-20T19:56:51.467Z | Compiling goblin v0.8.2 |
1827 | 2024-12-20T19:56:52.265Z | Compiling rand_chacha v0.3.1 |
1828 | 2024-12-20T19:56:53.462Z | Compiling icu_provider v1.5.0 |
1829 | 2024-12-20T19:56:53.952Z | Compiling tokio-util v0.7.12 |
1830 | 2024-12-20T19:56:55.579Z | Compiling pretty-hex v0.4.1 |
1831 | 2024-12-20T19:56:55.811Z | Compiling rayon-core v1.12.1 |
1832 | 2024-12-20T19:56:56.122Z | Compiling mirai-annotations v1.12.0 |
1833 | 2024-12-20T19:56:56.149Z | Compiling icu_locid_transform_data v1.5.0 |
1834 | 2024-12-20T19:56:56.356Z | Compiling rustls v0.22.4 |
1835 | 2024-12-20T19:56:56.358Z | Compiling powerfmt v0.2.0 |
1836 | 2024-12-20T19:56:56.453Z | Compiling untrusted v0.9.0 |
1837 | 2024-12-20T19:56:56.719Z | Compiling icu_locid_transform v1.5.0 |
1838 | 2024-12-20T19:56:56.934Z | Compiling deranged v0.3.11 |
1839 | 2024-12-20T19:56:57.794Z | Compiling dof v0.3.0 |
1840 | 2024-12-20T19:57:00.559Z | Compiling rand v0.8.5 |
1841 | 2024-12-20T19:57:00.790Z | Compiling spki v0.7.3 |
1842 | 2024-12-20T19:57:01.851Z | Compiling dtrace-parser v0.2.0 |
1843 | 2024-12-20T19:57:02.437Z | Compiling salsa20 v0.10.2 |
1844 | 2024-12-20T19:57:02.644Z | Compiling icu_collections v1.5.0 |
1845 | 2024-12-20T19:57:03.205Z | Compiling pbkdf2 v0.12.2 |
1846 | 2024-12-20T19:57:04.213Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1847 | 2024-12-20T19:57:04.810Z | Compiling thread-id v4.2.2 |
1848 | 2024-12-20T19:57:05.317Z | Compiling icu_properties_data v1.5.0 |
1849 | 2024-12-20T19:57:05.442Z | Compiling num_threads v0.1.7 |
1850 | 2024-12-20T19:57:05.611Z | Compiling atomic-waker v1.1.2 |
1851 | 2024-12-20T19:57:06.061Z | Compiling time v0.3.36 |
1852 | 2024-12-20T19:57:06.212Z | Compiling icu_properties v1.5.1 |
1853 | 2024-12-20T19:57:11.827Z | Compiling scrypt v0.11.0 |
1854 | 2024-12-20T19:57:12.371Z | Compiling form_urlencoded v1.2.1 |
1855 | 2024-12-20T19:57:12.462Z | Compiling cbc v0.1.2 |
1856 | 2024-12-20T19:57:12.697Z | Compiling aes v0.8.4 |
1857 | 2024-12-20T19:57:12.753Z | Compiling http-body v1.0.1 |
1858 | 2024-12-20T19:57:13.068Z | Compiling multer v3.1.0 |
1859 | 2024-12-20T19:57:13.134Z | Compiling write16 v1.0.0 |
1860 | 2024-12-20T19:57:13.287Z | Compiling icu_normalizer_data v1.5.0 |
1861 | 2024-12-20T19:57:13.410Z | Compiling utf8_iter v1.0.4 |
1862 | 2024-12-20T19:57:13.508Z | Compiling try-lock v0.2.5 |
1863 | 2024-12-20T19:57:13.639Z | Compiling utf16_iter v1.0.5 |
1864 | 2024-12-20T19:57:13.932Z | Compiling slog-async v2.8.0 |
1865 | 2024-12-20T19:57:14.182Z | Compiling icu_normalizer v1.5.0 |
1866 | 2024-12-20T19:57:14.354Z | Compiling want v0.3.1 |
1867 | 2024-12-20T19:57:14.498Z | Compiling pkcs5 v0.7.1 |
1868 | 2024-12-20T19:57:18.097Z | Compiling h2 v0.4.6 |
1869 | 2024-12-20T19:57:19.739Z | Compiling heapless v0.7.17 |
1870 | 2024-12-20T19:57:20.107Z | Compiling zerocopy-derive v0.6.6 |
1871 | 2024-12-20T19:57:20.256Z | Compiling anyhow v1.0.93 |
1872 | 2024-12-20T19:57:20.585Z | Compiling httpdate v1.0.3 |
1873 | 2024-12-20T19:57:20.990Z | Compiling num-bigint-dig v0.8.4 |
1874 | 2024-12-20T19:57:21.359Z | Compiling signal-hook v0.3.17 |
1875 | 2024-12-20T19:57:21.438Z | Compiling base64 v0.22.1 |
1876 | 2024-12-20T19:57:23.643Z | Compiling idna_adapter v1.2.0 |
1877 | 2024-12-20T19:57:23.694Z | Compiling pkcs8 v0.10.2 |
1878 | 2024-12-20T19:57:24.202Z | Compiling usdt-attr-macro v0.5.0 |
1879 | 2024-12-20T19:57:24.356Z | Compiling usdt-macro v0.5.0 |
1880 | 2024-12-20T19:57:25.991Z | Compiling async-stream-impl v0.3.6 |
1881 | 2024-12-20T19:57:26.013Z | Compiling hyper v1.5.0 |
1882 | 2024-12-20T19:57:26.880Z | Compiling tower-service v0.3.3 |
1883 | 2024-12-20T19:57:27.023Z | Compiling strsim v0.11.1 |
1884 | 2024-12-20T19:57:27.649Z | Compiling rustversion v1.0.17 |
1885 | 2024-12-20T19:57:29.134Z | Compiling hyper-util v0.1.10 |
1886 | 2024-12-20T19:57:29.319Z | Compiling idna v1.0.3 |
1887 | 2024-12-20T19:57:36.301Z | Compiling curve25519-dalek v4.1.3 |
1888 | 2024-12-20T19:57:36.446Z | Compiling openapiv3 v2.0.0 |
1889 | 2024-12-20T19:57:36.449Z | Compiling serde_spanned v0.6.8 |
1890 | 2024-12-20T19:57:36.684Z | Compiling toml_datetime v0.6.8 |
1891 | 2024-12-20T19:57:36.774Z | Compiling enum-as-inner v0.6.1 |
1892 | 2024-12-20T19:57:37.121Z | Compiling dropshot v0.12.0 |
1893 | 2024-12-20T19:57:37.415Z | Compiling portable-atomic v1.9.0 |
1894 | 2024-12-20T19:57:37.746Z | Compiling foreign-types-shared v0.1.1 |
1895 | 2024-12-20T19:57:38.051Z | Compiling heck v0.4.1 |
1896 | 2024-12-20T19:57:38.278Z | Compiling smoltcp v0.9.1 |
1897 | 2024-12-20T19:57:38.418Z | Compiling match_cfg v0.1.0 |
1898 | 2024-12-20T19:57:38.518Z | Compiling adler2 v2.0.0 |
1899 | 2024-12-20T19:57:38.724Z | Compiling miniz_oxide v0.8.0 |
1900 | 2024-12-20T19:57:38.872Z | Compiling hostname v0.3.1 |
1901 | 2024-12-20T19:57:39.095Z | Compiling foreign-types v0.3.2 |
1902 | 2024-12-20T19:57:40.781Z | Compiling url v2.5.3 |
1903 | 2024-12-20T19:57:48.414Z | Compiling http-body-util v0.1.2 |
1904 | 2024-12-20T19:57:48.482Z | Compiling clap_derive v4.5.18 |
1905 | 2024-12-20T19:57:49.079Z | Compiling dirs-sys-next v0.1.2 |
1906 | 2024-12-20T19:57:49.626Z | Compiling encoding_rs v0.8.34 |
1907 | 2024-12-20T19:57:51.730Z | Compiling mime v0.3.17 |
1908 | 2024-12-20T19:57:52.836Z | Compiling data-encoding v2.6.0 |
1909 | 2024-12-20T19:57:53.583Z | Compiling siphasher v0.3.11 |
1910 | 2024-12-20T19:57:54.525Z | Compiling dirs-next v2.0.0 |
1911 | 2024-12-20T19:58:00.544Z | Compiling hubpack_derive v0.1.1 |
1912 | 2024-12-20T19:58:00.726Z | Compiling serde_urlencoded v0.7.1 |
1913 | 2024-12-20T19:58:01.314Z | Compiling crossbeam-epoch v0.9.18 |
1914 | 2024-12-20T19:58:01.434Z | Compiling hashbrown v0.14.5 |
1915 | 2024-12-20T19:58:02.077Z | Compiling rustls-pemfile v2.2.0 |
1916 | 2024-12-20T19:58:02.562Z | Compiling dropshot_endpoint v0.12.0 |
1917 | 2024-12-20T19:58:03.372Z | Compiling sha1 v0.10.6 |
1918 | 2024-12-20T19:58:03.811Z | Compiling signature v2.2.0 |
1919 | 2024-12-20T19:58:03.983Z | Compiling curve25519-dalek-derive v0.1.1 |
1920 | 2024-12-20T19:58:04.173Z | Compiling thread_local v1.1.8 |
1921 | 2024-12-20T19:58:04.762Z | Compiling fs-err v2.11.0 |
1922 | 2024-12-20T19:58:05.531Z | Compiling rustls-webpki v0.102.8 |
1923 | 2024-12-20T19:58:06.533Z | Compiling anstyle v1.0.10 |
1924 | 2024-12-20T19:58:07.020Z | Compiling openssl-probe v0.1.5 |
1925 | 2024-12-20T19:58:07.095Z | Compiling gimli v0.31.1 |
1926 | 2024-12-20T19:58:07.412Z | Compiling winnow v0.6.20 |
1927 | 2024-12-20T19:58:08.176Z | Compiling utf8parse v0.2.2 |
1928 | 2024-12-20T19:58:08.471Z | Compiling ipnet v2.10.1 |
1929 | 2024-12-20T19:58:09.860Z | Compiling unicode-properties v0.1.3 |
1930 | 2024-12-20T19:58:10.988Z | Compiling stringprep v0.1.5 |
1931 | 2024-12-20T19:58:11.600Z | Compiling toml_edit v0.22.22 |
1932 | 2024-12-20T19:58:12.206Z | Compiling addr2line v0.24.2 |
1933 | 2024-12-20T19:58:12.487Z | Compiling anstyle-parse v0.2.5 |
1934 | 2024-12-20T19:58:13.957Z | Compiling regress v0.10.1 |
1935 | 2024-12-20T19:58:15.011Z | Compiling crossbeam-deque v0.8.5 |
1936 | 2024-12-20T19:58:15.444Z | Compiling term v0.7.0 |
1937 | 2024-12-20T19:58:16.934Z | Compiling slog-json v2.6.1 |
1938 | 2024-12-20T19:58:18.405Z | Compiling crossbeam-channel v0.5.13 |
1939 | 2024-12-20T19:58:19.846Z | Compiling idna v0.3.0 |
1940 | 2024-12-20T19:58:20.830Z | Compiling idna v0.4.0 |
1941 | 2024-12-20T19:58:21.778Z | Compiling futures-executor v0.3.31 |
1942 | 2024-12-20T19:58:22.391Z | Compiling num-integer v0.1.46 |
1943 | 2024-12-20T19:58:22.467Z | Compiling md-5 v0.10.6 |
1944 | 2024-12-20T19:58:22.525Z | Compiling ff v0.13.0 |
1945 | 2024-12-20T19:58:22.721Z | Compiling hash32 v0.2.1 |
1946 | 2024-12-20T19:58:22.851Z | Compiling is-terminal v0.4.13 |
1947 | 2024-12-20T19:58:23.102Z | Compiling memmap v0.7.0 |
1948 | 2024-12-20T19:58:23.211Z | Compiling object v0.36.5 |
1949 | 2024-12-20T19:58:23.317Z | Compiling colorchoice v1.0.2 |
1950 | 2024-12-20T19:58:23.436Z | Compiling quick-error v1.2.3 |
1951 | 2024-12-20T19:58:23.556Z | Compiling take_mut v0.2.2 |
1952 | 2024-12-20T19:58:23.685Z | Compiling fallible-iterator v0.2.0 |
1953 | 2024-12-20T19:58:23.803Z | Compiling base16ct v0.2.0 |
1954 | 2024-12-20T19:58:23.805Z | Compiling is_terminal_polyfill v1.70.1 |
1955 | 2024-12-20T19:58:24.108Z | Compiling psl-types v2.0.11 |
1956 | 2024-12-20T19:58:24.303Z | Compiling utf-8 v0.7.6 |
1957 | 2024-12-20T19:58:24.355Z | Compiling rustc-demangle v0.1.24 |
1958 | 2024-12-20T19:58:24.471Z | Compiling anstyle-query v1.1.1 |
1959 | 2024-12-20T19:58:24.720Z | Compiling linked-hash-map v0.5.6 |
1960 | 2024-12-20T19:58:25.049Z | Compiling publicsuffix v2.2.3 |
1961 | 2024-12-20T19:58:25.156Z | Compiling lru-cache v0.1.2 |
1962 | 2024-12-20T19:58:25.323Z | Compiling anstream v0.6.15 |
1963 | 2024-12-20T19:58:25.434Z | Compiling tungstenite v0.24.0 |
1964 | 2024-12-20T19:58:25.467Z | Compiling postgres-protocol v0.6.7 |
1965 | 2024-12-20T19:58:26.443Z | Compiling sec1 v0.7.3 |
1966 | 2024-12-20T19:58:27.065Z | Compiling resolv-conf v0.7.0 |
1967 | 2024-12-20T19:58:27.714Z | Compiling usdt v0.5.0 |
1968 | 2024-12-20T19:58:27.810Z | Compiling num-iter v0.1.45 |
1969 | 2024-12-20T19:58:28.088Z | Compiling slog-term v2.9.1 |
1970 | 2024-12-20T19:58:28.130Z | Compiling group v0.13.0 |
1971 | 2024-12-20T19:58:28.279Z | Compiling futures v0.3.31 |
1972 | 2024-12-20T19:58:28.460Z | Compiling hickory-proto v0.24.1 |
1973 | 2024-12-20T19:58:29.296Z | Compiling tokio-rustls v0.26.0 |
1974 | 2024-12-20T19:58:30.462Z | Compiling typify-impl v0.2.0 |
1975 | 2024-12-20T19:58:30.969Z | Compiling backtrace v0.3.74 |
1976 | 2024-12-20T19:58:31.457Z | Compiling tokio-rustls v0.25.0 |
1977 | 2024-12-20T19:58:31.652Z | Compiling slog-bunyan v2.5.0 |
1978 | 2024-12-20T19:58:31.870Z | Compiling toml v0.8.19 |
1979 | 2024-12-20T19:58:31.901Z | Compiling tokio-native-tls v0.3.1 |
1980 | 2024-12-20T19:58:32.313Z | Compiling phf_shared v0.11.2 |
1981 | 2024-12-20T19:58:32.499Z | Compiling strum_macros v0.25.3 |
1982 | 2024-12-20T19:58:32.996Z | Compiling async-stream v0.3.6 |
1983 | 2024-12-20T19:58:33.389Z | Compiling waitgroup v0.1.2 |
1984 | 2024-12-20T19:58:33.603Z | Compiling webpki-roots v0.26.6 |
1985 | 2024-12-20T19:58:33.823Z | Compiling idna v0.5.0 |
1986 | 2024-12-20T19:58:33.997Z | Compiling terminal_size v0.4.0 |
1987 | 2024-12-20T19:58:34.226Z | Compiling serde_path_to_error v0.1.16 |
1988 | 2024-12-20T19:58:35.297Z | Compiling hkdf v0.12.4 |
1989 | 2024-12-20T19:58:35.538Z | Compiling crypto-bigint v0.5.5 |
1990 | 2024-12-20T19:58:35.756Z | Compiling derive-where v1.2.7 |
1991 | 2024-12-20T19:58:36.103Z | Compiling serde_repr v0.1.19 |
1992 | 2024-12-20T19:58:37.198Z | Compiling hostname v0.4.0 |
1993 | 2024-12-20T19:58:37.569Z | Compiling crc32fast v1.4.2 |
1994 | 2024-12-20T19:58:37.771Z | Compiling managed v0.8.0 |
1995 | 2024-12-20T19:58:38.175Z | Compiling clap_lex v0.7.2 |
1996 | 2024-12-20T19:58:38.226Z | Compiling winnow v0.5.40 |
1997 | 2024-12-20T19:58:38.615Z | Compiling bitflags v1.3.2 |
1998 | 2024-12-20T19:58:38.903Z | Compiling unicode-width v0.1.14 |
1999 | 2024-12-20T19:58:38.941Z | Compiling debug-ignore v1.0.5 |
2000 | 2024-12-20T19:58:39.462Z | Compiling console v0.15.8 |
2001 | 2024-12-20T19:58:40.015Z | Compiling elliptic-curve v0.13.8 |
2002 | 2024-12-20T19:58:40.759Z | Compiling clap_builder v4.5.21 |
2003 | 2024-12-20T19:58:41.880Z | Compiling toml_edit v0.19.15 |
2004 | 2024-12-20T19:58:42.055Z | Compiling flate2 v1.0.34 |
2005 | 2024-12-20T19:58:42.335Z | Compiling typify-macro v0.2.0 |
2006 | 2024-12-20T19:58:42.994Z | Compiling cookie_store v0.21.0 |
2007 | 2024-12-20T19:58:44.361Z | Compiling hickory-resolver v0.24.1 |
2008 | 2024-12-20T19:58:47.215Z | Compiling hyper-rustls v0.27.3 |
2009 | 2024-12-20T19:58:49.139Z | Compiling phf v0.11.2 |
2010 | 2024-12-20T19:58:49.456Z | Compiling hyper-tls v0.6.0 |
2011 | 2024-12-20T19:58:49.848Z | Compiling signal-hook-mio v0.2.4 |
2012 | 2024-12-20T19:58:50.048Z | Compiling rayon v1.10.0 |
2013 | 2024-12-20T19:58:50.269Z | Compiling bzip2 v0.4.4 |
2014 | 2024-12-20T19:58:50.273Z | Compiling tokio-tungstenite v0.24.0 |
2015 | 2024-12-20T19:58:50.631Z | Compiling postgres-types v0.2.8 |
2016 | 2024-12-20T19:58:50.814Z | Compiling ed25519 v2.2.3 |
2017 | 2024-12-20T19:58:50.834Z | Compiling hubpack v0.1.2 |
2018 | 2024-12-20T19:58:51.256Z | Compiling phf_shared v0.10.0 |
2019 | 2024-12-20T19:58:51.540Z | Compiling pkcs1 v0.7.5 |
2020 | 2024-12-20T19:58:51.972Z | Compiling zerocopy v0.6.6 |
2021 | 2024-12-20T19:58:51.999Z | Compiling tokio-stream v0.1.16 |
2022 | 2024-12-20T19:58:52.764Z | Compiling serde-big-array v0.5.1 |
2023 | 2024-12-20T19:58:52.863Z | Compiling rfc6979 v0.4.0 |
2024 | 2024-12-20T19:58:53.002Z | Compiling float-cmp v0.9.0 |
2025 | 2024-12-20T19:58:53.163Z | Compiling sync_wrapper v1.0.1 |
2026 | 2024-12-20T19:58:53.325Z | Compiling bstr v1.10.0 |
2027 | 2024-12-20T19:58:53.563Z | Compiling unicode-segmentation v1.12.0 |
2028 | 2024-12-20T19:58:53.583Z | Compiling fixedbitset v0.4.2 |
2029 | 2024-12-20T19:58:53.975Z | Compiling bit-vec v0.6.3 |
2030 | 2024-12-20T19:58:54.419Z | Compiling normalize-line-endings v0.3.0 |
2031 | 2024-12-20T19:58:54.422Z | Compiling difflib v0.4.0 |
2032 | 2024-12-20T19:58:54.553Z | Compiling new_debug_unreachable v1.0.6 |
2033 | 2024-12-20T19:58:54.970Z | Compiling whoami v1.5.2 |
2034 | 2024-12-20T19:58:55.010Z | Compiling number_prefix v0.4.0 |
2035 | 2024-12-20T19:58:55.504Z | Compiling precomputed-hash v0.1.1 |
2036 | 2024-12-20T19:58:55.525Z | Compiling static_assertions v1.1.0 |
2037 | 2024-12-20T19:58:55.631Z | Compiling predicates-core v1.0.8 |
2038 | 2024-12-20T19:58:55.631Z | Compiling unicode-width v0.2.0 |
2039 | 2024-12-20T19:58:55.704Z | Compiling string_cache v0.8.7 |
2040 | 2024-12-20T19:58:55.952Z | Compiling predicates v3.1.2 |
2041 | 2024-12-20T19:58:56.126Z | Compiling indicatif v0.17.9 |
2042 | 2024-12-20T19:58:56.164Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2043 | 2024-12-20T19:58:57.471Z | Compiling reqwest v0.12.9 |
2044 | 2024-12-20T19:58:58.037Z | Compiling tokio-postgres v0.7.12 |
2045 | 2024-12-20T19:58:59.596Z | Compiling similar v2.6.0 |
2046 | 2024-12-20T19:59:02.182Z | Compiling bit-set v0.5.3 |
2047 | 2024-12-20T19:59:02.435Z | Compiling petgraph v0.6.5 |
2048 | 2024-12-20T19:59:02.772Z | Compiling ecdsa v0.16.9 |
2049 | 2024-12-20T19:59:02.953Z | Compiling qorb v0.2.1 |
2050 | 2024-12-20T19:59:03.642Z | Compiling rsa v0.9.6 |
2051 | 2024-12-20T19:59:03.876Z | Compiling ed25519-dalek v2.1.1 |
2052 | 2024-12-20T19:59:05.094Z | Compiling zip v0.6.6 |
2053 | 2024-12-20T19:59:05.273Z | Compiling crossterm v0.28.1 |
2054 | 2024-12-20T19:59:05.321Z | Compiling toml v0.7.8 |
2055 | 2024-12-20T19:59:06.368Z | Compiling clap v4.5.21 |
2056 | 2024-12-20T19:59:08.526Z | Compiling x509-cert v0.2.5 |
2057 | 2024-12-20T19:59:08.873Z | Compiling hex v0.4.3 |
2058 | 2024-12-20T19:59:12.747Z | Compiling peg-runtime v0.8.3 |
2059 | 2024-12-20T19:59:12.835Z | Compiling lalrpop-util v0.19.12 |
2060 | 2024-12-20T19:59:13.324Z | Compiling radium v0.7.0 |
2061 | 2024-12-20T19:59:14.588Z | Compiling unicode-xid v0.2.6 |
2062 | 2024-12-20T19:59:15.523Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2063 | 2024-12-20T19:59:31.169Z | Compiling tap v1.0.1 |
2064 | 2024-12-20T19:59:31.375Z | Compiling ident_case v1.0.1 |
2065 | 2024-12-20T19:59:32.873Z | Compiling maybe-uninit v2.0.0 |
2066 | 2024-12-20T19:59:33.424Z | Compiling darling_core v0.20.10 |
2067 | 2024-12-20T19:59:33.696Z | Compiling wyz v0.5.1 |
2068 | 2024-12-20T19:59:42.898Z | Compiling typify v0.2.0 |
2069 | 2024-12-20T19:59:47.265Z | Compiling packed_struct v0.10.1 |
2070 | 2024-12-20T19:59:47.580Z | Compiling funty v2.0.0 |
2071 | 2024-12-20T19:59:47.712Z | Compiling unsafe-libyaml v0.2.11 |
2072 | 2024-12-20T19:59:49.251Z | Compiling serde_yaml v0.9.34+deprecated |
2073 | 2024-12-20T19:59:49.276Z | Compiling bitvec v1.0.1 |
2074 | 2024-12-20T19:59:53.625Z | Compiling progenitor-impl v0.8.0 |
2075 | 2024-12-20T19:59:53.901Z | Compiling darling_macro v0.20.10 |
2076 | 2024-12-20T19:59:55.769Z | Compiling packed_struct_codegen v0.10.1 |
2077 | 2024-12-20T19:59:58.357Z | Compiling structmeta-derive v0.3.0 |
2078 | 2024-12-20T19:59:58.685Z | Compiling indexmap v1.9.3 |
2079 | 2024-12-20T19:59:59.536Z | Compiling nodrop v0.1.14 |
2080 | 2024-12-20T19:59:59.683Z | Compiling fastrand v2.1.1 |
2081 | 2024-12-20T20:00:00.403Z | Compiling crc-catalog v2.4.0 |
2082 | 2024-12-20T20:00:00.445Z | Compiling newtype-uuid v1.1.3 |
2083 | 2024-12-20T20:00:00.572Z | Compiling crc v3.2.1 |
2084 | 2024-12-20T20:00:01.090Z | Compiling structmeta v0.3.0 |
2085 | 2024-12-20T20:00:02.408Z | Compiling progenitor-macro v0.8.0 |
2086 | 2024-12-20T20:00:02.518Z | Compiling tempfile v3.13.0 |
2087 | 2024-12-20T20:00:03.657Z | Compiling array-init v0.0.4 |
2088 | 2024-12-20T20:00:08.649Z | Compiling smallvec v0.6.14 |
2089 | 2024-12-20T20:00:09.188Z | Compiling darling v0.20.10 |
2090 | 2024-12-20T20:00:15.283Z | Compiling progenitor-client v0.8.0 |
2091 | 2024-12-20T20:00:17.853Z | Compiling pin-project-internal v1.1.6 |
2092 | 2024-12-20T20:00:17.952Z | Compiling dropshot v0.13.0 |
2093 | 2024-12-20T20:00:18.512Z | Compiling hashbrown v0.12.3 |
2094 | 2024-12-20T20:00:19.905Z | Compiling bitfield v0.14.0 |
2095 | 2024-12-20T20:00:20.780Z | Compiling termcolor v1.4.1 |
2096 | 2024-12-20T20:00:21.075Z | Compiling base64 v0.21.7 |
2097 | 2024-12-20T20:00:21.191Z | Compiling same-file v1.0.6 |
2098 | 2024-12-20T20:00:25.753Z | Compiling ron v0.8.1 |
2099 | 2024-12-20T20:00:25.774Z | Compiling walkdir v2.5.0 |
2100 | 2024-12-20T20:00:27.432Z | Compiling env_logger v0.10.2 |
2101 | 2024-12-20T20:00:29.166Z | Compiling pin-project v1.1.6 |
2102 | 2024-12-20T20:00:30.571Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2103 | 2024-12-20T20:00:37.606Z | Compiling progenitor v0.8.0 |
2104 | 2024-12-20T20:00:38.299Z | Compiling serde_with_macros v3.11.0 |
2105 | 2024-12-20T20:00:39.299Z | Compiling serde-hex v0.1.0 |
2106 | 2024-12-20T20:00:40.843Z | Compiling parse-display-derive v0.10.0 |
2107 | 2024-12-20T20:00:40.866Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2108 | 2024-12-20T20:00:41.616Z | Compiling strum_macros v0.26.4 |
2109 | 2024-12-20T20:00:44.569Z | Compiling snafu-derive v0.8.5 |
2110 | 2024-12-20T20:00:44.658Z | Compiling hashbrown v0.13.2 |
2111 | 2024-12-20T20:00:44.796Z | Compiling ipnetwork v0.20.0 |
2112 | 2024-12-20T20:00:46.093Z | Compiling xattr v1.3.1 |
2113 | 2024-12-20T20:00:46.209Z | Compiling dropshot_endpoint v0.13.0 |
2114 | 2024-12-20T20:00:46.424Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2115 | 2024-12-20T20:00:46.828Z | Compiling blake3 v1.5.4 |
2116 | 2024-12-20T20:00:47.166Z | Compiling ring v0.16.20 |
2117 | 2024-12-20T20:00:47.318Z | Compiling filetime v0.2.25 |
2118 | 2024-12-20T20:00:47.459Z | Compiling instant v0.1.13 |
2119 | 2024-12-20T20:00:47.639Z | Compiling buf-list v1.0.3 |
2120 | 2024-12-20T20:00:48.180Z | Compiling crc-any v2.5.0 |
2121 | 2024-12-20T20:00:48.823Z | Compiling bumpalo v3.16.0 |
2122 | 2024-12-20T20:00:48.847Z | Compiling zip v2.1.3 |
2123 | 2024-12-20T20:00:49.140Z | Compiling simd-adler32 v0.3.7 |
2124 | 2024-12-20T20:00:49.162Z | Compiling lockfree-object-pool v0.1.6 |
2125 | 2024-12-20T20:00:49.408Z | Compiling snafu v0.8.5 |
2126 | 2024-12-20T20:00:49.481Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2127 | 2024-12-20T20:00:49.510Z | Compiling zopfli v0.8.1 |
2128 | 2024-12-20T20:00:50.294Z | Compiling tar v0.4.42 |
2129 | 2024-12-20T20:00:50.714Z | Compiling backoff v0.4.0 |
2130 | 2024-12-20T20:00:51.822Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2131 | 2024-12-20T20:00:52.049Z | Compiling strum v0.26.3 |
2132 | 2024-12-20T20:00:52.255Z | Compiling object v0.30.4 |
2133 | 2024-12-20T20:00:53.690Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2134 | 2024-12-20T20:00:56.024Z | Compiling parse-display v0.10.0 |
2135 | 2024-12-20T20:00:56.047Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2136 | 2024-12-20T20:00:56.654Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2137 | 2024-12-20T20:00:57.241Z | Compiling serde_with v3.11.0 |
2138 | 2024-12-20T20:00:57.952Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2139 | 2024-12-20T20:00:58.214Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2140 | 2024-12-20T20:00:58.672Z | Compiling camino-tempfile v1.1.1 |
2141 | 2024-12-20T20:00:59.464Z | Compiling globset v0.4.15 |
2142 | 2024-12-20T20:01:01.807Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2143 | 2024-12-20T20:01:02.008Z | Compiling regress v0.9.1 |
2144 | 2024-12-20T20:01:04.686Z | Compiling pem v3.0.4 |
2145 | 2024-12-20T20:01:04.730Z | Compiling olpc-cjson v0.1.4 |
2146 | 2024-12-20T20:01:05.011Z | Compiling macaddr v1.0.1 |
2147 | 2024-12-20T20:01:05.094Z | Compiling serde_plain v1.0.2 |
2148 | 2024-12-20T20:01:05.621Z | Compiling async-recursion v1.1.1 |
2149 | 2024-12-20T20:01:05.648Z | Compiling memmap2 v0.9.5 |
2150 | 2024-12-20T20:01:06.144Z | Compiling path-slash v0.1.5 |
2151 | 2024-12-20T20:01:06.242Z | Compiling arrayref v0.3.9 |
2152 | 2024-12-20T20:01:06.320Z | Compiling typed-path v0.9.3 |
2153 | 2024-12-20T20:01:06.361Z | Compiling constant_time_eq v0.3.1 |
2154 | 2024-12-20T20:01:06.390Z | Compiling arrayvec v0.7.6 |
2155 | 2024-12-20T20:01:06.556Z | Compiling spin v0.5.2 |
2156 | 2024-12-20T20:01:06.995Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2157 | 2024-12-20T20:01:07.081Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2158 | 2024-12-20T20:01:09.579Z | Compiling tough v0.19.0 |
2159 | 2024-12-20T20:01:14.207Z | Compiling itertools v0.13.0 |
2160 | 2024-12-20T20:01:14.676Z | Compiling cargo-platform v0.1.8 |
2161 | 2024-12-20T20:01:14.716Z | Compiling parse-size v1.1.0 |
2162 | 2024-12-20T20:01:15.057Z | Compiling topological-sort v0.2.2 |
2163 | 2024-12-20T20:01:15.355Z | Compiling omicron-zone-package v0.11.1 |
2164 | 2024-12-20T20:01:15.778Z | Compiling cargo_metadata v0.18.1 |
2165 | 2024-12-20T20:01:17.268Z | Compiling shell-words v1.1.0 |
2166 | 2024-12-20T20:01:20.776Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2167 | 2024-12-20T20:01:34.455Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2168 | 2024-12-20T20:01:48.928Z | Finished `release` profile [optimized] target(s) in 5m 53s |
2169 | 2024-12-20T20:01:49.095Z | Running `target/release/omicron-releng --output-dir /work` |
2170 | 2024-12-20T20:01:49.143Z | Dec 20 20:01:47.935 DEBG changing working directory to /work/oxidecomputer/omicron |
2171 | 2024-12-20T20:01:49.248Z | Dec 20 20:01:48.042 DEBG running: git rev-parse HEAD |
2172 | 2024-12-20T20:01:49.255Z | Dec 20 20:01:48.049 DEBG process exited with exit status: 0 (6.845341ms) |
2173 | 2024-12-20T20:01:49.255Z | Dec 20 20:01:48.049 INFO version: 12.0.0-0.ci+gite3ee22c82e2 |
2174 | 2024-12-20T20:01:49.296Z | Dec 20 20:01:48.090 INFO cloning helios to /work/oxidecomputer/helios |
2175 | 2024-12-20T20:01:49.296Z | Dec 20 20:01:48.090 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2176 | 2024-12-20T20:01:49.301Z | Cloning into '/work/oxidecomputer/helios'... |
2177 | 2024-12-20T20:01:49.802Z | Dec 20 20:01:48.596 DEBG process exited with exit status: 0 (505.82908ms) |
2178 | 2024-12-20T20:01:49.802Z | Dec 20 20:01:48.596 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2179 | 2024-12-20T20:01:49.809Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2180 | 2024-12-20T20:01:49.810Z | # branch.head master |
2181 | 2024-12-20T20:01:49.810Z | # branch.upstream origin/master |
2182 | 2024-12-20T20:01:49.810Z | # branch.ab +0 -0 |
2183 | 2024-12-20T20:01:49.813Z | Dec 20 20:01:48.605 DEBG process exited with exit status: 0 (8.253479ms) |
2184 | 2024-12-20T20:01:49.813Z | Dec 20 20:01:48.605 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2185 | 2024-12-20T20:01:50.936Z | Dec 20 20:01:49.730 DEBG process exited with exit status: 0 (1.125282257s) |
2186 | 2024-12-20T20:01:50.936Z | Dec 20 20:01:49.730 DEBG running: zfs list rpool/images/build/host |
2187 | 2024-12-20T20:01:50.943Z | NAME USED AVAIL REFER MOUNTPOINT |
2188 | 2024-12-20T20:01:50.943Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2189 | 2024-12-20T20:01:50.945Z | Dec 20 20:01:49.738 DEBG process exited with exit status: 0 (8.115048ms) |
2190 | 2024-12-20T20:01:50.945Z | Dec 20 20:01:49.738 DEBG running: zfs list rpool/images/build/recovery |
2191 | 2024-12-20T20:01:50.950Z | NAME USED AVAIL REFER MOUNTPOINT |
2192 | 2024-12-20T20:01:50.950Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2193 | 2024-12-20T20:01:50.952Z | Dec 20 20:01:49.745 DEBG process exited with exit status: 0 (6.437757ms) |
2194 | 2024-12-20T20:01:50.952Z | Dec 20 20:01:49.746 INFO [hubris-production] running task |
2195 | 2024-12-20T20:01:50.952Z | Dec 20 20:01:49.746 INFO [hubris-staging] running task |
2196 | 2024-12-20T20:01:50.952Z | Dec 20 20:01:49.746 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2197 | 2024-12-20T20:01:50.955Z | Dec 20 20:01:49.749 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2198 | 2024-12-20T20:01:51.025Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2199 | 2024-12-20T20:01:51.440Z | [ omicron-package] Blocking waiting for file lock on package cache |
2200 | 2024-12-20T20:01:52.014Z | [ omicron-package] Blocking waiting for file lock on package cache |
2201 | 2024-12-20T20:01:52.288Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-20T20:01:52.739Z | Dec 20 20:01:51.534 INFO [hubris-production] task succeeded (1.788116254s) |
2203 | 2024-12-20T20:01:53.136Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2204 | 2024-12-20T20:01:53.136Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2205 | 2024-12-20T20:01:53.136Z | [ omicron-package] Compiling itertools v0.13.0 |
2206 | 2024-12-20T20:01:53.136Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2207 | 2024-12-20T20:01:53.139Z | [ omicron-package] Compiling heapless v0.8.0 |
2208 | 2024-12-20T20:01:53.769Z | [ omicron-package] Compiling hash32 v0.3.1 |
2209 | 2024-12-20T20:01:53.812Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2210 | 2024-12-20T20:01:53.866Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2211 | 2024-12-20T20:01:54.434Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2212 | 2024-12-20T20:01:54.685Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2213 | 2024-12-20T20:01:54.825Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2214 | 2024-12-20T20:01:55.323Z | [ omicron-package] Compiling cobs v0.2.3 |
2215 | 2024-12-20T20:01:55.832Z | [ omicron-package] Compiling postcard v1.0.10 |
2216 | 2024-12-20T20:01:56.040Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2217 | 2024-12-20T20:01:56.178Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2218 | 2024-12-20T20:01:56.243Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2219 | 2024-12-20T20:01:57.043Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2220 | 2024-12-20T20:01:57.483Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2221 | 2024-12-20T20:01:58.383Z | [ omicron-package] Compiling num_enum v0.5.11 |
2222 | 2024-12-20T20:01:58.624Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2223 | 2024-12-20T20:01:58.912Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2224 | 2024-12-20T20:01:58.988Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2225 | 2024-12-20T20:01:59.074Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2226 | 2024-12-20T20:01:59.290Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2227 | 2024-12-20T20:01:59.530Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2228 | 2024-12-20T20:01:59.729Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2229 | 2024-12-20T20:02:00.032Z | [ omicron-package] Compiling thiserror v2.0.3 |
2230 | 2024-12-20T20:02:00.089Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2231 | 2024-12-20T20:02:00.315Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2232 | 2024-12-20T20:02:00.516Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2233 | 2024-12-20T20:02:00.952Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2234 | 2024-12-20T20:02:01.525Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2235 | 2024-12-20T20:02:01.543Z | [ omicron-package] Compiling colored v2.1.0 |
2236 | 2024-12-20T20:02:01.652Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2237 | 2024-12-20T20:02:02.235Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2238 | 2024-12-20T20:02:02.414Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2239 | 2024-12-20T20:02:03.923Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2240 | 2024-12-20T20:02:04.103Z | [ omicron-package] Compiling num-derive v0.4.2 |
2241 | 2024-12-20T20:02:04.852Z | Dec 20 20:02:03.647 INFO [hubris-staging] task succeeded (13.901199706s) |
2242 | 2024-12-20T20:02:05.024Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2243 | 2024-12-20T20:02:05.276Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2244 | 2024-12-20T20:02:05.699Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2245 | 2024-12-20T20:02:06.090Z | [ omicron-package] Compiling zone v0.3.0 |
2246 | 2024-12-20T20:02:06.267Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2247 | 2024-12-20T20:02:07.114Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2248 | 2024-12-20T20:02:07.647Z | [ omicron-package] Compiling smf v0.2.3 |
2249 | 2024-12-20T20:02:08.059Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2250 | 2024-12-20T20:02:08.536Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2251 | 2024-12-20T20:02:08.885Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2252 | 2024-12-20T20:02:10.937Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-20T20:02:11.192Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2254 | 2024-12-20T20:02:11.399Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-20T20:02:11.536Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2256 | 2024-12-20T20:02:11.680Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2257 | 2024-12-20T20:02:11.747Z | [ omicron-package] Compiling gethostname v0.5.0 |
2258 | 2024-12-20T20:02:11.900Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-12-20T20:02:12.951Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2260 | 2024-12-20T20:02:15.351Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2261 | 2024-12-20T20:02:16.690Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2262 | 2024-12-20T20:02:18.108Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-20T20:02:20.952Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2264 | 2024-12-20T20:02:21.625Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2265 | 2024-12-20T20:02:23.452Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2266 | 2024-12-20T20:02:32.729Z | [ helios-setup] Dec 20 20:02:31.523 INFO helios repository root is: /work/oxidecomputer/helios |
2267 | 2024-12-20T20:02:32.732Z | [ helios-setup] Dec 20 20:02:31.525 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 |
2268 | 2024-12-20T20:02:32.732Z | [ helios-setup] Dec 20 20:02:31.526 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2269 | 2024-12-20T20:02:32.736Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2270 | 2024-12-20T20:02:33.577Z | [ helios-setup] Dec 20 20:02:32.371 INFO clone ok!, project: pinprick |
2271 | 2024-12-20T20:02:33.580Z | [ helios-setup] Dec 20 20:02:32.372 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 |
2272 | 2024-12-20T20:02:33.580Z | [ helios-setup] Dec 20 20:02:32.372 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2273 | 2024-12-20T20:02:33.583Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2274 | 2024-12-20T20:02:34.090Z | [ helios-setup] Dec 20 20:02:32.884 INFO clone ok!, project: phbl |
2275 | 2024-12-20T20:02:34.093Z | [ helios-setup] Dec 20 20:02:32.884 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 |
2276 | 2024-12-20T20:02:34.093Z | [ helios-setup] Dec 20 20:02:32.884 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2277 | 2024-12-20T20:02:34.096Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2278 | 2024-12-20T20:02:34.648Z | [ helios-setup] Dec 20 20:02:33.442 INFO clone ok!, project: bootserver |
2279 | 2024-12-20T20:02:34.651Z | [ helios-setup] Dec 20 20:02:33.442 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 |
2280 | 2024-12-20T20:02:34.651Z | [ helios-setup] Dec 20 20:02:33.442 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 |
2281 | 2024-12-20T20:02:34.654Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2282 | 2024-12-20T20:02:35.689Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2283 | 2024-12-20T20:02:35.704Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2284 | 2024-12-20T20:02:42.101Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2285 | 2024-12-20T20:02:42.109Z | [ helios-setup] Dec 20 20:02:40.903 INFO clone ok!, project: amd-host-image-builder |
2286 | 2024-12-20T20:02:42.111Z | [ helios-setup] Dec 20 20:02:40.904 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 |
2287 | 2024-12-20T20:02:42.111Z | [ helios-setup] Dec 20 20:02:40.904 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2288 | 2024-12-20T20:02:42.114Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2289 | 2024-12-20T20:02:42.188Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 51.22s |
2290 | 2024-12-20T20:02:42.444Z | [ omicron-package] |
2291 | 2024-12-20T20:02:42.444Z | [ omicron-package] real 51.444131142 |
2292 | 2024-12-20T20:02:42.447Z | [ omicron-package] user 2:56.952644892 |
2293 | 2024-12-20T20:02:42.447Z | [ omicron-package] sys 26.405920437 |
2294 | 2024-12-20T20:02:42.447Z | [ omicron-package] trap 0.263684487 |
2295 | 2024-12-20T20:02:42.447Z | [ omicron-package] tflt 0.689025779 |
2296 | 2024-12-20T20:02:42.447Z | [ omicron-package] dflt 0.918538826 |
2297 | 2024-12-20T20:02:42.447Z | [ omicron-package] kflt 0.000000000 |
2298 | 2024-12-20T20:02:42.447Z | [ omicron-package] lock 6:22.641935144 |
2299 | 2024-12-20T20:02:42.447Z | [ omicron-package] slp 10:14.746101389 |
2300 | 2024-12-20T20:02:42.447Z | [ omicron-package] lat 1:37.789787918 |
2301 | 2024-12-20T20:02:42.447Z | [ omicron-package] stop 1:00.792798142 |
2302 | 2024-12-20T20:02:42.447Z | Dec 20 20:02:41.236 INFO [omicron-package] process exited with exit status: 0 (51.489897119s) |
2303 | 2024-12-20T20:02:42.447Z | Dec 20 20:02:41.236 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled |
2304 | 2024-12-20T20:02:42.525Z | Dec 20 20:02:41.319 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2305 | 2024-12-20T20:02:42.537Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2306 | 2024-12-20T20:02:42.541Z | [ host-target] Created new build target 'host' and set it as active |
2307 | 2024-12-20T20:02:42.541Z | Dec 20 20:02:41.333 INFO [host-target] process exited with exit status: 0 (96.665016ms) |
2308 | 2024-12-20T20:02:42.541Z | Dec 20 20:02:41.333 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2309 | 2024-12-20T20:02:42.547Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2310 | 2024-12-20T20:02:42.550Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2311 | 2024-12-20T20:02:42.550Z | Dec 20 20:02:41.343 INFO [recovery-target] process exited with exit status: 0 (23.768504ms) |
2312 | 2024-12-20T20:02:42.557Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2313 | 2024-12-20T20:02:43.767Z | [ host-package] Compiling convert_case v0.4.0 |
2314 | 2024-12-20T20:02:43.771Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2315 | 2024-12-20T20:02:43.771Z | [ host-package] Compiling newline-converter v0.3.0 |
2316 | 2024-12-20T20:02:43.771Z | [ host-package] Compiling password-hash v0.5.0 |
2317 | 2024-12-20T20:02:43.771Z | [ host-package] Compiling blake2 v0.10.6 |
2318 | 2024-12-20T20:02:43.771Z | [ host-package] Compiling atomicwrites v0.4.4 |
2319 | 2024-12-20T20:02:43.771Z | [ host-package] Compiling progenitor-client v0.8.0 |
2320 | 2024-12-20T20:02:43.944Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2321 | 2024-12-20T20:02:44.150Z | [ host-package] Compiling expectorate v1.1.0 |
2322 | 2024-12-20T20:02:44.246Z | [ host-package] Compiling owo-colors v4.1.0 |
2323 | 2024-12-20T20:02:44.372Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2324 | 2024-12-20T20:02:44.488Z | [ host-package] Compiling argon2 v0.5.3 |
2325 | 2024-12-20T20:02:44.510Z | [ host-package] Compiling progenitor v0.8.0 |
2326 | 2024-12-20T20:02:44.605Z | [ host-package] Compiling num-rational v0.4.2 |
2327 | 2024-12-20T20:02:44.709Z | [ host-package] Compiling derive_more v0.99.18 |
2328 | 2024-12-20T20:02:44.762Z | [ host-package] Compiling num-complex v0.4.6 |
2329 | 2024-12-20T20:02:45.484Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2330 | 2024-12-20T20:02:45.508Z | [ host-package] Compiling libsw v3.3.1 |
2331 | 2024-12-20T20:02:45.877Z | [ host-package] Compiling num v0.4.3 |
2332 | 2024-12-20T20:02:46.020Z | [ host-package] Compiling indent_write v2.2.0 |
2333 | 2024-12-20T20:02:46.085Z | [ host-package] Compiling swrite v0.1.0 |
2334 | 2024-12-20T20:02:46.107Z | [ host-package] Compiling linear-map v1.2.0 |
2335 | 2024-12-20T20:02:46.136Z | [ host-package] Compiling float-ord v0.3.2 |
2336 | 2024-12-20T20:02:46.233Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2337 | 2024-12-20T20:02:46.303Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2338 | 2024-12-20T20:02:46.337Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2339 | 2024-12-20T20:02:46.568Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2340 | 2024-12-20T20:02:47.016Z | [ host-package] Compiling highway v1.2.0 |
2341 | 2024-12-20T20:02:47.251Z | [ host-package] Compiling semver v0.1.20 |
2342 | 2024-12-20T20:02:47.855Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2343 | 2024-12-20T20:02:48.220Z | [ host-package] Compiling rustc_version v0.1.7 |
2344 | 2024-12-20T20:02:48.931Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2345 | 2024-12-20T20:02:48.936Z | [ host-package] Compiling humantime v2.1.0 |
2346 | 2024-12-20T20:02:48.937Z | [ host-package] Compiling newtype_derive v0.1.6 |
2347 | 2024-12-20T20:02:48.937Z | [ helios-setup] Dec 20 20:02:47.688 INFO clone ok!, project: amd-firmware |
2348 | 2024-12-20T20:02:48.937Z | [ helios-setup] Dec 20 20:02:47.688 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 |
2349 | 2024-12-20T20:02:48.937Z | [ helios-setup] Dec 20 20:02:47.688 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2350 | 2024-12-20T20:02:48.937Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2351 | 2024-12-20T20:02:49.616Z | [ host-package] Compiling dropshot v0.13.0 |
2352 | 2024-12-20T20:02:49.642Z | [ host-package] Compiling ipnetwork v0.20.0 |
2353 | 2024-12-20T20:02:49.650Z | [ helios-setup] Dec 20 20:02:48.444 INFO clone ok!, project: image-builder |
2354 | 2024-12-20T20:02:49.653Z | [ helios-setup] Dec 20 20:02:48.444 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2355 | 2024-12-20T20:02:49.653Z | [ helios-setup] Dec 20 20:02:48.444 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 |
2356 | 2024-12-20T20:02:49.653Z | [ helios-setup] Dec 20 20:02:48.444 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2357 | 2024-12-20T20:02:49.655Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2358 | 2024-12-20T20:02:49.710Z | [ host-package] Compiling instant v0.1.13 |
2359 | 2024-12-20T20:02:49.928Z | [ host-package] Compiling backoff v0.4.0 |
2360 | 2024-12-20T20:02:50.314Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2361 | 2024-12-20T20:02:50.727Z | [ helios-setup] Dec 20 20:02:49.521 INFO clone ok!, project: pilot |
2362 | 2024-12-20T20:02:50.730Z | [ helios-setup] Dec 20 20:02:49.521 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2363 | 2024-12-20T20:02:50.730Z | [ helios-setup] Dec 20 20:02:49.521 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 |
2364 | 2024-12-20T20:02:50.730Z | [ helios-setup] Dec 20 20:02:49.521 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2365 | 2024-12-20T20:02:50.732Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2366 | 2024-12-20T20:02:51.150Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2367 | 2024-12-20T20:02:51.709Z | [ helios-setup] Dec 20 20:02:50.502 INFO clone ok!, project: chelsio-t6-roms |
2368 | 2024-12-20T20:02:51.725Z | [ helios-setup] Dec 20 20:02:50.503 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2369 | 2024-12-20T20:02:51.725Z | [ helios-setup] Dec 20 20:02:50.503 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2370 | 2024-12-20T20:02:51.729Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2371 | 2024-12-20T20:02:52.731Z | [ helios-setup] Dec 20 20:02:51.524 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2372 | 2024-12-20T20:02:53.276Z | [ helios-setup] Dec 20 20:02:52.070 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2373 | 2024-12-20T20:02:53.276Z | [ helios-setup] Dec 20 20:02:52.070 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2374 | 2024-12-20T20:02:53.859Z | [ helios-setup] Dec 20 20:02:52.652 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2375 | 2024-12-20T20:02:54.493Z | [ helios-setup] Dec 20 20:02:53.287 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2376 | 2024-12-20T20:02:54.493Z | [ helios-setup] Dec 20 20:02:53.287 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2377 | 2024-12-20T20:02:54.724Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2378 | 2024-12-20T20:02:55.040Z | [ helios-setup] Dec 20 20:02:53.834 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2379 | 2024-12-20T20:02:55.088Z | [ host-package] Compiling steno v0.4.1 |
2380 | 2024-12-20T20:02:55.591Z | [ helios-setup] Dec 20 20:02:54.385 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2381 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2382 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2383 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO ok! |
2384 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2385 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2386 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO ok! |
2387 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2388 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2389 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO ok! |
2390 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2391 | 2024-12-20T20:02:55.594Z | [ helios-setup] Dec 20 20:02:54.385 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2392 | 2024-12-20T20:02:55.989Z | [ helios-setup] Dec 20 20:02:54.783 INFO E| Downloading crates ... |
2393 | 2024-12-20T20:02:56.190Z | [ helios-setup] Dec 20 20:02:54.984 INFO E| Downloaded miniz_oxide v0.7.2 |
2394 | 2024-12-20T20:02:56.263Z | [ helios-setup] Dec 20 20:02:55.057 INFO E| Compiling adler v1.0.2 |
2395 | 2024-12-20T20:02:56.344Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2396 | 2024-12-20T20:02:56.622Z | [ helios-setup] Dec 20 20:02:55.415 INFO E| Compiling miniz_oxide v0.7.2 |
2397 | 2024-12-20T20:02:56.692Z | [ host-package] Compiling parse-display v0.10.0 |
2398 | 2024-12-20T20:02:57.408Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2399 | 2024-12-20T20:02:57.725Z | [ host-package] Compiling strum v0.26.3 |
2400 | 2024-12-20T20:02:57.972Z | [ host-package] Compiling serde_with v3.11.0 |
2401 | 2024-12-20T20:02:59.162Z | [ helios-setup] Dec 20 20:02:57.956 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2402 | 2024-12-20T20:03:00.166Z | [ helios-setup] Dec 20 20:02:58.960 INFO E| Finished `release` profile [optimized] target(s) in 4.46s |
2403 | 2024-12-20T20:03:00.176Z | [ helios-setup] Dec 20 20:02:58.970 INFO building project "pinprick" ok (4 seconds) |
2404 | 2024-12-20T20:03:00.176Z | [ helios-setup] Dec 20 20:02:58.970 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2405 | 2024-12-20T20:03:00.176Z | [ helios-setup] Dec 20 20:02:58.970 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2406 | 2024-12-20T20:03:00.306Z | [ host-package] Compiling regress v0.9.1 |
2407 | 2024-12-20T20:03:00.475Z | [ helios-setup] Dec 20 20:02:59.268 INFO E| Downloading crates ... |
2408 | 2024-12-20T20:03:00.666Z | [ helios-setup] Dec 20 20:02:59.460 INFO E| Downloaded cpufeatures v0.2.5 |
2409 | 2024-12-20T20:03:00.679Z | [ helios-setup] Dec 20 20:02:59.472 INFO E| Downloaded unicode-width v0.1.10 |
2410 | 2024-12-20T20:03:00.682Z | [ helios-setup] Dec 20 20:02:59.475 INFO E| Downloaded miniz_oxide v0.6.2 |
2411 | 2024-12-20T20:03:00.686Z | [ helios-setup] Dec 20 20:02:59.479 INFO E| Downloaded generic-array v0.14.6 |
2412 | 2024-12-20T20:03:00.688Z | [ helios-setup] Dec 20 20:02:59.482 INFO E| Downloaded digest v0.10.3 |
2413 | 2024-12-20T20:03:00.692Z | [ helios-setup] Dec 20 20:02:59.485 INFO E| Downloaded block-buffer v0.10.3 |
2414 | 2024-12-20T20:03:00.708Z | [ helios-setup] Dec 20 20:02:59.501 INFO E| Downloaded typenum v1.15.0 |
2415 | 2024-12-20T20:03:00.712Z | [ helios-setup] Dec 20 20:02:59.506 INFO E| Downloaded flate2 v1.0.25 |
2416 | 2024-12-20T20:03:00.720Z | [ helios-setup] Dec 20 20:02:59.513 INFO E| Downloaded bytes v1.2.1 |
2417 | 2024-12-20T20:03:00.725Z | [ helios-setup] Dec 20 20:02:59.519 INFO E| Downloaded anyhow v1.0.62 |
2418 | 2024-12-20T20:03:00.732Z | [ helios-setup] Dec 20 20:02:59.526 INFO E| Downloaded sha2 v0.10.5 |
2419 | 2024-12-20T20:03:00.798Z | [ helios-setup] Dec 20 20:02:59.590 INFO E| Compiling version_check v0.9.4 |
2420 | 2024-12-20T20:03:00.798Z | [ helios-setup] Dec 20 20:02:59.590 INFO E| Compiling typenum v1.15.0 |
2421 | 2024-12-20T20:03:00.801Z | [ helios-setup] Dec 20 20:02:59.590 INFO E| Compiling cfg-if v1.0.0 |
2422 | 2024-12-20T20:03:00.801Z | [ helios-setup] Dec 20 20:02:59.590 INFO E| Compiling crc32fast v1.3.2 |
2423 | 2024-12-20T20:03:00.801Z | [ helios-setup] Dec 20 20:02:59.590 INFO E| Compiling adler v1.0.2 |
2424 | 2024-12-20T20:03:00.802Z | [ helios-setup] Dec 20 20:02:59.591 INFO E| Compiling anyhow v1.0.62 |
2425 | 2024-12-20T20:03:00.802Z | [ helios-setup] Dec 20 20:02:59.591 INFO E| Compiling unicode-width v0.1.10 |
2426 | 2024-12-20T20:03:00.802Z | [ helios-setup] Dec 20 20:02:59.591 INFO E| Compiling cpufeatures v0.2.5 |
2427 | 2024-12-20T20:03:01.041Z | [ helios-setup] Dec 20 20:02:59.834 INFO E| Compiling bitflags v1.3.2 |
2428 | 2024-12-20T20:03:01.061Z | [ helios-setup] Dec 20 20:02:59.854 INFO E| Compiling bytes v1.2.1 |
2429 | 2024-12-20T20:03:01.227Z | [ helios-setup] Dec 20 20:03:00.021 INFO E| Compiling miniz_oxide v0.6.2 |
2430 | 2024-12-20T20:03:01.548Z | [ helios-setup] Dec 20 20:03:00.341 INFO E| Compiling getopts v0.2.21 |
2431 | 2024-12-20T20:03:02.108Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2432 | 2024-12-20T20:03:02.111Z | [ helios-setup] Dec 20 20:03:00.905 INFO E| Compiling generic-array v0.14.6 |
2433 | 2024-12-20T20:03:02.691Z | [ helios-setup] Dec 20 20:03:01.484 INFO E| Compiling flate2 v1.0.25 |
2434 | 2024-12-20T20:03:05.664Z | [ host-package] Compiling macaddr v1.0.1 |
2435 | 2024-12-20T20:03:06.049Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2436 | 2024-12-20T20:03:06.315Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2437 | 2024-12-20T20:03:06.641Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2438 | 2024-12-20T20:03:06.923Z | [ helios-setup] Dec 20 20:03:05.717 INFO E| Compiling crypto-common v0.1.6 |
2439 | 2024-12-20T20:03:06.923Z | [ helios-setup] Dec 20 20:03:05.717 INFO E| Compiling block-buffer v0.10.3 |
2440 | 2024-12-20T20:03:07.142Z | [ helios-setup] Dec 20 20:03:05.935 INFO E| Compiling digest v0.10.3 |
2441 | 2024-12-20T20:03:07.560Z | [ helios-setup] Dec 20 20:03:06.353 INFO E| Compiling sha2 v0.10.5 |
2442 | 2024-12-20T20:03:07.748Z | [ host-package] Compiling prettyplease v0.2.25 |
2443 | 2024-12-20T20:03:08.145Z | [ helios-setup] Dec 20 20:03:06.938 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2444 | 2024-12-20T20:03:09.377Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2445 | 2024-12-20T20:03:09.863Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2446 | 2024-12-20T20:03:10.625Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2447 | 2024-12-20T20:03:10.672Z | [ host-package] Compiling half v2.4.1 |
2448 | 2024-12-20T20:03:11.644Z | [ host-package] Compiling ciborium-io v0.2.2 |
2449 | 2024-12-20T20:03:11.878Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2450 | 2024-12-20T20:03:12.939Z | [ host-package] Compiling tungstenite v0.21.0 |
2451 | 2024-12-20T20:03:14.285Z | [ helios-setup] Dec 20 20:03:13.079 INFO E| Finished `release` profile [optimized] target(s) in 14.01s |
2452 | 2024-12-20T20:03:14.301Z | [ helios-setup] Dec 20 20:03:13.094 INFO building project "bootserver" ok (14 seconds) |
2453 | 2024-12-20T20:03:14.301Z | [ helios-setup] Dec 20 20:03:13.095 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2454 | 2024-12-20T20:03:14.301Z | [ helios-setup] Dec 20 20:03:13.095 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2455 | 2024-12-20T20:03:14.311Z | [ helios-setup] Dec 20 20:03:13.104 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2456 | 2024-12-20T20:03:14.718Z | [ helios-setup] Dec 20 20:03:13.512 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2457 | 2024-12-20T20:03:14.718Z | [ helios-setup] Dec 20 20:03:13.512 INFO E| info: downloading component 'cargo' |
2458 | 2024-12-20T20:03:16.116Z | [ helios-setup] Dec 20 20:03:14.910 INFO E| info: downloading component 'clippy' |
2459 | 2024-12-20T20:03:16.405Z | [ helios-setup] Dec 20 20:03:15.199 INFO E| info: downloading component 'rust-docs' |
2460 | 2024-12-20T20:03:16.869Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2461 | 2024-12-20T20:03:17.589Z | [ host-package] Compiling ciborium v0.2.2 |
2462 | 2024-12-20T20:03:18.139Z | [ helios-setup] Dec 20 20:03:16.932 INFO E| info: downloading component 'rust-src' |
2463 | 2024-12-20T20:03:18.334Z | [ helios-setup] Dec 20 20:03:17.127 INFO E| info: downloading component 'rust-std' |
2464 | 2024-12-20T20:03:18.909Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2465 | 2024-12-20T20:03:19.858Z | [ host-package] Compiling display-error-chain v0.2.2 |
2466 | 2024-12-20T20:03:20.107Z | [ host-package] Compiling same-file v1.0.6 |
2467 | 2024-12-20T20:03:20.254Z | [ helios-setup] Dec 20 20:03:19.047 INFO E| info: downloading component 'rustc' |
2468 | 2024-12-20T20:03:20.367Z | [ host-package] Compiling fastrand v2.1.1 |
2469 | 2024-12-20T20:03:20.957Z | [ host-package] Compiling tempfile v3.13.0 |
2470 | 2024-12-20T20:03:21.851Z | [ host-package] Compiling walkdir v2.5.0 |
2471 | 2024-12-20T20:03:22.569Z | [ host-package] Compiling ring v0.16.20 |
2472 | 2024-12-20T20:03:25.465Z | [ host-package] Compiling blake3 v1.5.4 |
2473 | 2024-12-20T20:03:25.506Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2474 | 2024-12-20T20:03:25.859Z | [ helios-setup] Dec 20 20:03:24.652 INFO E| info: downloading component 'rustfmt' |
2475 | 2024-12-20T20:03:26.096Z | [ host-package] Compiling xattr v1.3.1 |
2476 | 2024-12-20T20:03:26.103Z | [ helios-setup] Dec 20 20:03:24.897 INFO E| info: installing component 'cargo' |
2477 | 2024-12-20T20:03:26.397Z | [ host-package] Compiling memmap2 v0.9.5 |
2478 | 2024-12-20T20:03:26.902Z | [ host-package] Compiling filetime v0.2.25 |
2479 | 2024-12-20T20:03:27.331Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2480 | 2024-12-20T20:03:27.449Z | [ helios-setup] Dec 20 20:03:26.242 INFO E| info: installing component 'clippy' |
2481 | 2024-12-20T20:03:27.511Z | [ host-package] Compiling keccak v0.1.5 |
2482 | 2024-12-20T20:03:27.818Z | [ host-package] Compiling spin v0.5.2 |
2483 | 2024-12-20T20:03:27.907Z | [ helios-setup] Dec 20 20:03:26.701 INFO E| info: installing component 'rust-docs' |
2484 | 2024-12-20T20:03:28.165Z | [ host-package] Compiling arrayref v0.3.9 |
2485 | 2024-12-20T20:03:28.333Z | [ host-package] Compiling arrayvec v0.7.6 |
2486 | 2024-12-20T20:03:29.451Z | [ host-package] Compiling sha3 v0.10.8 |
2487 | 2024-12-20T20:03:29.863Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2488 | 2024-12-20T20:03:30.008Z | [ host-package] Compiling tar v0.4.42 |
2489 | 2024-12-20T20:03:30.425Z | [ host-package] Compiling toolchain_find v0.4.0 |
2490 | 2024-12-20T20:03:30.507Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2491 | 2024-12-20T20:03:31.008Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2492 | 2024-12-20T20:03:31.073Z | [ host-package] Compiling crunchy v0.2.2 |
2493 | 2024-12-20T20:03:31.686Z | [ host-package] Compiling maplit v1.0.2 |
2494 | 2024-12-20T20:03:31.858Z | [ host-package] Compiling topological-sort v0.2.2 |
2495 | 2024-12-20T20:03:32.312Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2496 | 2024-12-20T20:03:32.480Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2497 | 2024-12-20T20:03:33.021Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2498 | 2024-12-20T20:03:33.184Z | [ host-package] Compiling const_format v0.2.33 |
2499 | 2024-12-20T20:03:33.429Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2500 | 2024-12-20T20:03:33.606Z | [ host-package] Compiling phf_generator v0.11.2 |
2501 | 2024-12-20T20:03:33.767Z | [ helios-setup] Dec 20 20:03:32.560 INFO E| info: installing component 'rust-src' |
2502 | 2024-12-20T20:03:33.777Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2503 | 2024-12-20T20:03:33.828Z | [ host-package] Compiling secrecy v0.8.0 |
2504 | 2024-12-20T20:03:34.188Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2505 | 2024-12-20T20:03:34.383Z | [ helios-setup] Dec 20 20:03:33.177 INFO E| info: installing component 'rust-std' |
2506 | 2024-12-20T20:03:34.686Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2507 | 2024-12-20T20:03:34.801Z | [ host-package] Compiling arc-swap v1.7.1 |
2508 | 2024-12-20T20:03:35.150Z | [ host-package] Compiling r2d2 v0.8.10 |
2509 | 2024-12-20T20:03:35.256Z | [ host-package] Compiling diesel_derives v2.2.3 |
2510 | 2024-12-20T20:03:35.326Z | [ host-package] Compiling phf_codegen v0.11.2 |
2511 | 2024-12-20T20:03:35.605Z | [ host-package] Compiling slog-scope v4.4.0 |
2512 | 2024-12-20T20:03:35.706Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2513 | 2024-12-20T20:03:35.886Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2514 | 2024-12-20T20:03:36.316Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2515 | 2024-12-20T20:03:36.589Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2516 | 2024-12-20T20:03:36.664Z | [ host-package] Compiling universal-hash v0.5.1 |
2517 | 2024-12-20T20:03:36.919Z | [ helios-setup] Dec 20 20:03:35.712 INFO E| info: installing component 'rustc' |
2518 | 2024-12-20T20:03:36.979Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2519 | 2024-12-20T20:03:37.124Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2520 | 2024-12-20T20:03:38.640Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2521 | 2024-12-20T20:03:39.076Z | [ host-package] Compiling ena v0.14.3 |
2522 | 2024-12-20T20:03:39.571Z | [ host-package] Compiling opaque-debug v0.3.1 |
2523 | 2024-12-20T20:03:39.692Z | [ host-package] Compiling regex-syntax v0.6.29 |
2524 | 2024-12-20T20:03:40.180Z | [ host-package] Compiling diff v0.1.13 |
2525 | 2024-12-20T20:03:40.938Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2526 | 2024-12-20T20:03:41.146Z | [ host-package] Compiling poly1305 v0.8.0 |
2527 | 2024-12-20T20:03:42.914Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2528 | 2024-12-20T20:03:43.119Z | [ helios-setup] Dec 20 20:03:41.913 INFO E| info: installing component 'rustfmt' |
2529 | 2024-12-20T20:03:44.062Z | [ helios-setup] Dec 20 20:03:42.855 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2530 | 2024-12-20T20:03:44.245Z | [ host-package] Compiling lalrpop v0.19.12 |
2531 | 2024-12-20T20:03:44.968Z | [ helios-setup] Dec 20 20:03:43.761 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2532 | 2024-12-20T20:03:44.968Z | [ helios-setup] Dec 20 20:03:43.761 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2533 | 2024-12-20T20:03:44.968Z | [ helios-setup] Dec 20 20:03:43.761 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2534 | 2024-12-20T20:03:45.000Z | [ helios-setup] Dec 20 20:03:43.794 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2535 | 2024-12-20T20:03:45.001Z | [ helios-setup] Dec 20 20:03:43.794 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2536 | 2024-12-20T20:03:45.003Z | [ helios-setup] Dec 20 20:03:43.794 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2537 | 2024-12-20T20:03:45.003Z | [ helios-setup] Dec 20 20:03:43.794 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2538 | 2024-12-20T20:03:45.003Z | [ helios-setup] Dec 20 20:03:43.794 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2539 | 2024-12-20T20:03:45.003Z | [ helios-setup] Dec 20 20:03:43.794 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2540 | 2024-12-20T20:03:45.003Z | [ helios-setup] Dec 20 20:03:43.795 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2541 | 2024-12-20T20:03:45.004Z | [ helios-setup] Dec 20 20:03:43.795 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2542 | 2024-12-20T20:03:45.004Z | [ helios-setup] Dec 20 20:03:43.795 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2543 | 2024-12-20T20:03:45.004Z | [ helios-setup] Dec 20 20:03:43.795 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2544 | 2024-12-20T20:03:45.004Z | [ helios-setup] Dec 20 20:03:43.795 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2545 | 2024-12-20T20:03:45.039Z | [ helios-setup] Dec 20 20:03:43.832 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2546 | 2024-12-20T20:03:45.920Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2547 | 2024-12-20T20:03:46.015Z | [ helios-setup] Dec 20 20:03:44.808 INFO E| From https://github.com/oxidecomputer/amd-efs |
2548 | 2024-12-20T20:03:46.015Z | [ helios-setup] Dec 20 20:03:44.808 INFO E| * [new branch] empty -> origin/empty |
2549 | 2024-12-20T20:03:46.015Z | [ helios-setup] Dec 20 20:03:44.808 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2550 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.808 INFO E| * [new branch] main -> origin/main |
2551 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.809 INFO E| * [new branch] review -> origin/review |
2552 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.809 INFO E| * [new ref] -> origin/HEAD |
2553 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.809 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2554 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.809 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2555 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.809 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2556 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.809 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2557 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.810 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2558 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.810 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2559 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.810 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2560 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.810 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2561 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.810 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2562 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.810 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2563 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.810 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2564 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.811 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2565 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.811 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2566 | 2024-12-20T20:03:46.018Z | [ helios-setup] Dec 20 20:03:44.811 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2567 | 2024-12-20T20:03:46.041Z | [ helios-setup] Dec 20 20:03:44.835 INFO E| Updating crates.io index |
2568 | 2024-12-20T20:03:46.273Z | [ helios-setup] Dec 20 20:03:45.066 INFO E| Downloading crates ... |
2569 | 2024-12-20T20:03:46.430Z | [ helios-setup] Dec 20 20:03:45.224 INFO E| Downloaded bytesize v1.3.0 |
2570 | 2024-12-20T20:03:46.434Z | [ helios-setup] Dec 20 20:03:45.227 INFO E| Downloaded cfg-if v0.1.10 |
2571 | 2024-12-20T20:03:46.436Z | [ helios-setup] Dec 20 20:03:45.227 INFO E| Downloaded ansi_term v0.12.1 |
2572 | 2024-12-20T20:03:46.436Z | [ helios-setup] Dec 20 20:03:45.229 INFO E| Downloaded pest_generator v2.7.13 |
2573 | 2024-12-20T20:03:46.438Z | [ helios-setup] Dec 20 20:03:45.231 INFO E| Downloaded parse_int v0.6.0 |
2574 | 2024-12-20T20:03:46.438Z | [ helios-setup] Dec 20 20:03:45.232 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2575 | 2024-12-20T20:03:46.456Z | [ helios-setup] Dec 20 20:03:45.249 INFO E| Downloaded unic-ucd-version v0.9.0 |
2576 | 2024-12-20T20:03:46.458Z | [ helios-setup] Dec 20 20:03:45.250 INFO E| Downloaded unic-char-property v0.9.0 |
2577 | 2024-12-20T20:03:46.461Z | [ helios-setup] Dec 20 20:03:45.252 INFO E| Downloaded fletcher v0.1.0 |
2578 | 2024-12-20T20:03:46.484Z | [ helios-setup] Dec 20 20:03:45.277 INFO E| Downloaded unic-common v0.9.0 |
2579 | 2024-12-20T20:03:46.487Z | [ helios-setup] Dec 20 20:03:45.279 INFO E| Downloaded unic-char-range v0.9.0 |
2580 | 2024-12-20T20:03:46.487Z | [ helios-setup] Dec 20 20:03:45.280 INFO E| Downloaded textwrap v0.11.0 |
2581 | 2024-12-20T20:03:46.489Z | [ helios-setup] Dec 20 20:03:45.282 INFO E| Downloaded strum v0.23.0 |
2582 | 2024-12-20T20:03:46.492Z | [ helios-setup] Dec 20 20:03:45.283 INFO E| Downloaded semver-parser v0.7.0 |
2583 | 2024-12-20T20:03:46.492Z | [ helios-setup] Dec 20 20:03:45.284 INFO E| Downloaded semver v0.9.0 |
2584 | 2024-12-20T20:03:46.494Z | [ helios-setup] Dec 20 20:03:45.286 INFO E| Downloaded scroll_derive v0.10.5 |
2585 | 2024-12-20T20:03:46.494Z | [ helios-setup] Dec 20 20:03:45.287 INFO E| Downloaded proc-macro2 v1.0.86 |
2586 | 2024-12-20T20:03:46.503Z | [ helios-setup] Dec 20 20:03:45.297 INFO E| Downloaded thiserror v1.0.64 |
2587 | 2024-12-20T20:03:46.503Z | [ helios-setup] Dec 20 20:03:45.297 INFO E| Downloaded vec_map v0.8.2 |
2588 | 2024-12-20T20:03:46.506Z | [ helios-setup] Dec 20 20:03:45.298 INFO E| Downloaded pest_derive v2.7.13 |
2589 | 2024-12-20T20:03:46.508Z | [ helios-setup] Dec 20 20:03:45.301 INFO E| Downloaded structopt-derive v0.4.18 |
2590 | 2024-12-20T20:03:46.542Z | [ helios-setup] Dec 20 20:03:45.331 INFO E| Downloaded pre-proc-macro v0.2.1 |
2591 | 2024-12-20T20:03:46.542Z | [ helios-setup] Dec 20 20:03:45.331 INFO E| Downloaded pre v0.2.1 |
2592 | 2024-12-20T20:03:46.542Z | [ helios-setup] Dec 20 20:03:45.331 INFO E| Downloaded once_cell v1.20.1 |
2593 | 2024-12-20T20:03:46.542Z | [ helios-setup] Dec 20 20:03:45.331 INFO E| Downloaded thiserror-impl v1.0.64 |
2594 | 2024-12-20T20:03:46.545Z | [ helios-setup] Dec 20 20:03:45.331 INFO E| Downloaded scroll v0.10.2 |
2595 | 2024-12-20T20:03:46.545Z | [ helios-setup] Dec 20 20:03:45.331 INFO E| Downloaded modular-bitfield v0.11.2 |
2596 | 2024-12-20T20:03:46.545Z | [ helios-setup] Dec 20 20:03:45.335 INFO E| Downloaded toml v0.5.11 |
2597 | 2024-12-20T20:03:46.545Z | [ helios-setup] Dec 20 20:03:45.337 INFO E| Downloaded structopt v0.3.26 |
2598 | 2024-12-20T20:03:46.555Z | [ helios-setup] Dec 20 20:03:45.349 INFO E| Downloaded serde v1.0.210 |
2599 | 2024-12-20T20:03:46.561Z | [ helios-setup] Dec 20 20:03:45.354 INFO E| Downloaded serde_derive v1.0.210 |
2600 | 2024-12-20T20:03:46.565Z | [ helios-setup] Dec 20 20:03:45.359 INFO E| Downloaded clap v2.34.0 |
2601 | 2024-12-20T20:03:46.578Z | [ helios-setup] Dec 20 20:03:45.371 INFO E| Downloaded pest v2.7.13 |
2602 | 2024-12-20T20:03:46.585Z | [ helios-setup] Dec 20 20:03:45.377 INFO E| Downloaded serde_json v1.0.128 |
2603 | 2024-12-20T20:03:46.593Z | [ helios-setup] Dec 20 20:03:45.386 INFO E| Downloaded syn v2.0.79 |
2604 | 2024-12-20T20:03:46.607Z | [ helios-setup] Dec 20 20:03:45.401 INFO E| Downloaded goblin v0.4.3 |
2605 | 2024-12-20T20:03:46.627Z | [ helios-setup] Dec 20 20:03:45.407 INFO E| Downloaded pest_meta v2.7.13 |
2606 | 2024-12-20T20:03:46.627Z | [ helios-setup] Dec 20 20:03:45.410 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2607 | 2024-12-20T20:03:46.627Z | [ helios-setup] Dec 20 20:03:45.412 INFO E| Downloaded strum_macros v0.23.1 |
2608 | 2024-12-20T20:03:46.627Z | [ helios-setup] Dec 20 20:03:45.414 INFO E| Downloaded strsim v0.8.0 |
2609 | 2024-12-20T20:03:46.627Z | [ helios-setup] Dec 20 20:03:45.415 INFO E| Downloaded rustc_version v0.2.3 |
2610 | 2024-12-20T20:03:46.627Z | [ helios-setup] Dec 20 20:03:45.416 INFO E| Downloaded proc-macro-crate v0.1.5 |
2611 | 2024-12-20T20:03:46.627Z | [ helios-setup] Dec 20 20:03:45.417 INFO E| Downloaded memoffset v0.5.6 |
2612 | 2024-12-20T20:03:46.627Z | [ helios-setup] Dec 20 20:03:45.418 INFO E| Downloaded libc v0.2.159 |
2613 | 2024-12-20T20:03:46.681Z | [ helios-setup] Dec 20 20:03:45.474 INFO E| Downloaded four-cc v0.3.0 |
2614 | 2024-12-20T20:03:46.772Z | [ helios-setup] Dec 20 20:03:45.565 INFO E| Compiling proc-macro2 v1.0.86 |
2615 | 2024-12-20T20:03:46.775Z | [ helios-setup] Dec 20 20:03:45.566 INFO E| Compiling unicode-ident v1.0.13 |
2616 | 2024-12-20T20:03:46.775Z | [ helios-setup] Dec 20 20:03:45.566 INFO E| Compiling syn v1.0.109 |
2617 | 2024-12-20T20:03:46.775Z | [ helios-setup] Dec 20 20:03:45.566 INFO E| Compiling version_check v0.9.5 |
2618 | 2024-12-20T20:03:46.775Z | [ helios-setup] Dec 20 20:03:45.566 INFO E| Compiling memchr v2.7.4 |
2619 | 2024-12-20T20:03:46.775Z | [ helios-setup] Dec 20 20:03:45.566 INFO E| Compiling autocfg v1.4.0 |
2620 | 2024-12-20T20:03:46.775Z | [ helios-setup] Dec 20 20:03:45.566 INFO E| Compiling thiserror v1.0.64 |
2621 | 2024-12-20T20:03:46.775Z | [ helios-setup] Dec 20 20:03:45.566 INFO E| Compiling semver-parser v0.7.0 |
2622 | 2024-12-20T20:03:47.144Z | [ helios-setup] Dec 20 20:03:45.938 INFO E| Compiling serde v1.0.210 |
2623 | 2024-12-20T20:03:48.182Z | [ helios-setup] Dec 20 20:03:46.976 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2624 | 2024-12-20T20:03:48.198Z | [ helios-setup] Dec 20 20:03:46.984 INFO E| Compiling semver v0.9.0 |
2625 | 2024-12-20T20:03:48.221Z | [ helios-setup] Dec 20 20:03:47.014 INFO E| Compiling proc-macro-error v1.0.4 |
2626 | 2024-12-20T20:03:48.244Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2627 | 2024-12-20T20:03:48.348Z | [ host-package] Compiling diesel v2.2.6 |
2628 | 2024-12-20T20:03:48.605Z | [ helios-setup] Dec 20 20:03:47.398 INFO E| Compiling serde_json v1.0.128 |
2629 | 2024-12-20T20:03:48.747Z | [ helios-setup] Dec 20 20:03:47.541 INFO E| Compiling num-traits v0.2.19 |
2630 | 2024-12-20T20:03:48.912Z | [ helios-setup] Dec 20 20:03:47.705 INFO E| Compiling rustc_version v0.2.3 |
2631 | 2024-12-20T20:03:49.148Z | [ helios-setup] Dec 20 20:03:47.941 INFO E| Compiling itoa v1.0.11 |
2632 | 2024-12-20T20:03:49.349Z | [ helios-setup] Dec 20 20:03:48.143 INFO E| Compiling ryu v1.0.18 |
2633 | 2024-12-20T20:03:49.588Z | [ helios-setup] Dec 20 20:03:48.382 INFO E| Compiling unicode-segmentation v1.12.0 |
2634 | 2024-12-20T20:03:49.639Z | [ helios-setup] Dec 20 20:03:48.432 INFO E| Compiling schemars v0.8.21 |
2635 | 2024-12-20T20:03:50.056Z | [ helios-setup] Dec 20 20:03:48.849 INFO E| Compiling pre-proc-macro v0.2.1 |
2636 | 2024-12-20T20:03:50.064Z | [ helios-setup] Dec 20 20:03:48.858 INFO E| Compiling memoffset v0.5.6 |
2637 | 2024-12-20T20:03:50.147Z | [ helios-setup] Dec 20 20:03:48.941 INFO E| Compiling quote v1.0.37 |
2638 | 2024-12-20T20:03:50.434Z | [ helios-setup] Dec 20 20:03:49.227 INFO E| Compiling dyn-clone v1.0.17 |
2639 | 2024-12-20T20:03:50.610Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2640 | 2024-12-20T20:03:50.613Z | [ helios-setup] Dec 20 20:03:49.405 INFO E| Compiling rustversion v1.0.17 |
2641 | 2024-12-20T20:03:50.940Z | [ helios-setup] Dec 20 20:03:49.732 INFO E| Compiling syn v2.0.79 |
2642 | 2024-12-20T20:03:51.153Z | [ helios-setup] Dec 20 20:03:49.946 INFO E| Compiling heck v0.3.3 |
2643 | 2024-12-20T20:03:51.278Z | [ helios-setup] Dec 20 20:03:50.071 INFO E| Compiling lazy_static v1.5.0 |
2644 | 2024-12-20T20:03:51.325Z | [ helios-setup] Dec 20 20:03:50.119 INFO E| Compiling paste v1.0.15 |
2645 | 2024-12-20T20:03:51.468Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2646 | 2024-12-20T20:03:51.515Z | [ helios-setup] Dec 20 20:03:50.308 INFO E| Compiling ucd-trie v0.1.7 |
2647 | 2024-12-20T20:03:51.923Z | [ helios-setup] Dec 20 20:03:50.716 INFO E| Compiling libc v0.2.159 |
2648 | 2024-12-20T20:03:52.038Z | [ host-package] Compiling chacha20 v0.9.1 |
2649 | 2024-12-20T20:03:52.429Z | [ helios-setup] Dec 20 20:03:51.222 INFO E| Compiling pre v0.2.1 |
2650 | 2024-12-20T20:03:52.950Z | [ helios-setup] Dec 20 20:03:51.743 INFO E| Compiling cfg-if v0.1.10 |
2651 | 2024-12-20T20:03:53.032Z | [ helios-setup] Dec 20 20:03:51.825 INFO E| Compiling byteorder v1.5.0 |
2652 | 2024-12-20T20:03:53.036Z | [ host-package] Compiling aead v0.5.2 |
2653 | 2024-12-20T20:03:53.293Z | [ helios-setup] Dec 20 20:03:52.087 INFO E| Compiling once_cell v1.20.1 |
2654 | 2024-12-20T20:03:53.501Z | [ helios-setup] Dec 20 20:03:52.294 INFO E| Compiling static_assertions v1.1.0 |
2655 | 2024-12-20T20:03:53.949Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2656 | 2024-12-20T20:03:54.241Z | [ helios-setup] Dec 20 20:03:53.034 INFO E| Compiling unicode-width v0.1.14 |
2657 | 2024-12-20T20:03:55.291Z | [ helios-setup] Dec 20 20:03:54.085 INFO E| Compiling textwrap v0.11.0 |
2658 | 2024-12-20T20:03:55.449Z | [ helios-setup] Dec 20 20:03:54.242 INFO E| Compiling atty v0.2.14 |
2659 | 2024-12-20T20:03:55.667Z | [ host-package] Compiling ref-cast v1.0.23 |
2660 | 2024-12-20T20:03:55.677Z | [ helios-setup] Dec 20 20:03:54.470 INFO E| Compiling strum v0.23.0 |
2661 | 2024-12-20T20:03:55.844Z | [ helios-setup] Dec 20 20:03:54.637 INFO E| Compiling vec_map v0.8.2 |
2662 | 2024-12-20T20:03:56.321Z | [ helios-setup] Dec 20 20:03:55.115 INFO E| Compiling strsim v0.8.0 |
2663 | 2024-12-20T20:03:56.551Z | [ helios-setup] Dec 20 20:03:55.344 INFO E| Compiling unic-char-range v0.9.0 |
2664 | 2024-12-20T20:03:56.720Z | [ helios-setup] Dec 20 20:03:55.514 INFO E| Compiling fletcher v0.1.0 |
2665 | 2024-12-20T20:03:56.932Z | [ helios-setup] Dec 20 20:03:55.725 INFO E| Compiling parse_int v0.6.0 |
2666 | 2024-12-20T20:03:56.932Z | [ helios-setup] Dec 20 20:03:55.725 INFO E| Compiling ansi_term v0.12.1 |
2667 | 2024-12-20T20:03:56.978Z | [ helios-setup] Dec 20 20:03:55.772 INFO E| Compiling bitflags v1.3.2 |
2668 | 2024-12-20T20:03:57.074Z | [ helios-setup] Dec 20 20:03:55.868 INFO E| Compiling unic-common v0.9.0 |
2669 | 2024-12-20T20:03:57.215Z | [ helios-setup] Dec 20 20:03:56.008 INFO E| Compiling unic-char-property v0.9.0 |
2670 | 2024-12-20T20:03:57.240Z | [ host-package] Compiling vte v0.11.1 |
2671 | 2024-12-20T20:03:57.357Z | [ helios-setup] Dec 20 20:03:56.150 INFO E| Compiling unic-ucd-version v0.9.0 |
2672 | 2024-12-20T20:03:57.398Z | [ helios-setup] Dec 20 20:03:56.190 INFO E| Compiling log v0.4.22 |
2673 | 2024-12-20T20:03:57.605Z | [ helios-setup] Dec 20 20:03:56.396 INFO E| Compiling clap v2.34.0 |
2674 | 2024-12-20T20:03:57.708Z | [ helios-setup] Dec 20 20:03:56.498 INFO E| Compiling plain v0.2.3 |
2675 | 2024-12-20T20:03:57.747Z | [ helios-setup] Dec 20 20:03:56.539 INFO E| Compiling unic-ucd-ident v0.9.0 |
2676 | 2024-12-20T20:03:57.990Z | [ helios-setup] Dec 20 20:03:56.780 INFO E| Compiling bytesize v1.3.0 |
2677 | 2024-12-20T20:03:59.483Z | [ helios-setup] Dec 20 20:03:58.276 INFO E| Compiling serde_derive_internals v0.29.1 |
2678 | 2024-12-20T20:04:00.132Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2679 | 2024-12-20T20:04:01.059Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2680 | 2024-12-20T20:04:01.156Z | [ host-package] Compiling chrono-tz v0.10.0 |
2681 | 2024-12-20T20:04:01.932Z | [ helios-setup] Dec 20 20:04:00.725 INFO E| Compiling toml v0.5.11 |
2682 | 2024-12-20T20:04:02.442Z | [ host-package] Compiling vsss-rs v3.3.4 |
2683 | 2024-12-20T20:04:04.953Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2684 | 2024-12-20T20:04:05.094Z | [ helios-setup] Dec 20 20:04:03.887 INFO E| Compiling proc-macro-crate v0.1.5 |
2685 | 2024-12-20T20:04:05.376Z | [ helios-setup] Dec 20 20:04:04.169 INFO E| Compiling thiserror-impl v1.0.64 |
2686 | 2024-12-20T20:04:05.578Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2687 | 2024-12-20T20:04:06.317Z | [ helios-setup] Dec 20 20:04:05.111 INFO E| Compiling serde_derive v1.0.210 |
2688 | 2024-12-20T20:04:07.043Z | [ helios-setup] Dec 20 20:04:05.836 INFO E| Compiling schemars_derive v0.8.21 |
2689 | 2024-12-20T20:04:08.022Z | [ helios-setup] Dec 20 20:04:06.815 INFO E| Compiling zerocopy-derive v0.6.6 |
2690 | 2024-12-20T20:04:08.177Z | [ helios-setup] Dec 20 20:04:06.970 INFO E| Compiling num-derive v0.4.2 |
2691 | 2024-12-20T20:04:09.451Z | [ host-package] Compiling headers-core v0.3.0 |
2692 | 2024-12-20T20:04:09.937Z | [ host-package] Compiling fxhash v0.2.1 |
2693 | 2024-12-20T20:04:10.863Z | [ helios-setup] Dec 20 20:04:09.656 INFO E| Compiling pest v2.7.13 |
2694 | 2024-12-20T20:04:10.938Z | [ host-package] Compiling libxml v0.3.3 |
2695 | 2024-12-20T20:04:11.471Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2696 | 2024-12-20T20:04:11.686Z | [ helios-setup] Dec 20 20:04:10.479 INFO E| Compiling zerocopy v0.6.6 |
2697 | 2024-12-20T20:04:12.013Z | [ host-package] Compiling bytecount v0.6.8 |
2698 | 2024-12-20T20:04:12.717Z | [ helios-setup] Dec 20 20:04:11.510 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2699 | 2024-12-20T20:04:12.854Z | [ host-package] Compiling papergrid v0.11.0 |
2700 | 2024-12-20T20:04:12.940Z | [ helios-setup] Dec 20 20:04:11.733 INFO E| Compiling strum_macros v0.23.1 |
2701 | 2024-12-20T20:04:13.569Z | [ helios-setup] Dec 20 20:04:12.219 INFO E| Compiling scroll_derive v0.10.5 |
2702 | 2024-12-20T20:04:13.761Z | [ helios-setup] Dec 20 20:04:12.285 INFO E| Compiling structopt-derive v0.4.18 |
2703 | 2024-12-20T20:04:16.680Z | [ helios-setup] Dec 20 20:04:15.473 INFO E| Compiling pest_meta v2.7.13 |
2704 | 2024-12-20T20:04:17.065Z | [ helios-setup] Dec 20 20:04:15.858 INFO E| Compiling scroll v0.10.2 |
2705 | 2024-12-20T20:04:18.033Z | [ helios-setup] Dec 20 20:04:16.826 INFO E| Compiling goblin v0.4.3 |
2706 | 2024-12-20T20:04:18.190Z | [ helios-setup] Dec 20 20:04:16.983 INFO E| Compiling modular-bitfield v0.11.2 |
2707 | 2024-12-20T20:04:19.178Z | [ helios-setup] Dec 20 20:04:17.971 INFO E| Compiling structopt v0.3.26 |
2708 | 2024-12-20T20:04:19.666Z | [ helios-setup] Dec 20 20:04:18.459 INFO E| Compiling pest_generator v2.7.13 |
2709 | 2024-12-20T20:04:25.213Z | [ helios-setup] Dec 20 20:04:24.006 INFO E| Compiling pest_derive v2.7.13 |
2710 | 2024-12-20T20:04:28.595Z | [ host-package] Compiling polar-core v0.27.3 |
2711 | 2024-12-20T20:04:28.847Z | [ host-package] Compiling headers v0.4.0 |
2712 | 2024-12-20T20:04:29.715Z | [ helios-setup] Dec 20 20:04:28.508 INFO E| Compiling json5 v0.4.1 |
2713 | 2024-12-20T20:04:33.924Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2714 | 2024-12-20T20:04:35.149Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2715 | 2024-12-20T20:04:35.154Z | [ helios-setup] Dec 20 20:04:33.946 INFO E| Compiling four-cc v0.3.0 |
2716 | 2024-12-20T20:04:35.154Z | [ helios-setup] Dec 20 20:04:33.946 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2717 | 2024-12-20T20:04:35.348Z | [ helios-setup] Dec 20 20:04:34.141 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2718 | 2024-12-20T20:04:35.541Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2719 | 2024-12-20T20:04:36.256Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2720 | 2024-12-20T20:04:36.686Z | [ host-package] Compiling tabled_derive v0.7.0 |
2721 | 2024-12-20T20:04:38.476Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2722 | 2024-12-20T20:04:39.665Z | [ host-package] Compiling itertools v0.12.1 |
2723 | 2024-12-20T20:04:39.696Z | [ host-package] Compiling fd-lock v4.0.2 |
2724 | 2024-12-20T20:04:40.009Z | [ host-package] Compiling peg-macros v0.8.4 |
2725 | 2024-12-20T20:04:44.113Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2726 | 2024-12-20T20:04:44.258Z | [ host-package] Compiling strum_macros v0.24.3 |
2727 | 2024-12-20T20:04:44.353Z | [ host-package] Compiling kstat-rs v0.2.4 |
2728 | 2024-12-20T20:04:45.260Z | [ host-package] Compiling samael v0.0.17 |
2729 | 2024-12-20T20:04:45.517Z | [ host-package] Compiling unicase v2.7.0 |
2730 | 2024-12-20T20:04:45.571Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2731 | 2024-12-20T20:04:45.881Z | [ host-package] Compiling indoc v1.0.9 |
2732 | 2024-12-20T20:04:46.953Z | [ host-package] Compiling reedline v0.35.0 |
2733 | 2024-12-20T20:04:47.145Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2734 | 2024-12-20T20:04:49.922Z | [ host-package] Compiling peg v0.8.4 |
2735 | 2024-12-20T20:04:50.117Z | [ host-package] Compiling tabled v0.15.0 |
2736 | 2024-12-20T20:05:03.703Z | [ host-package] Compiling derive_builder v0.20.2 |
2737 | 2024-12-20T20:05:03.965Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2738 | 2024-12-20T20:05:06.577Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2739 | 2024-12-20T20:05:10.506Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2740 | 2024-12-20T20:05:11.601Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2741 | 2024-12-20T20:05:12.004Z | [ host-package] Compiling bcs v0.1.6 |
2742 | 2024-12-20T20:05:13.103Z | [ host-package] Compiling oso-derive v0.27.3 |
2743 | 2024-12-20T20:05:13.588Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2744 | 2024-12-20T20:05:13.723Z | [ host-package] Compiling libz-sys v1.1.20 |
2745 | 2024-12-20T20:05:14.291Z | [ host-package] Compiling quick-xml v0.33.0 |
2746 | 2024-12-20T20:05:14.680Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2747 | 2024-12-20T20:05:15.022Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2748 | 2024-12-20T20:05:18.980Z | [ helios-setup] Dec 20 20:05:17.772 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2749 | 2024-12-20T20:05:21.781Z | [ host-package] Compiling oso v0.27.3 |
2750 | 2024-12-20T20:05:23.272Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2751 | 2024-12-20T20:05:25.037Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2752 | 2024-12-20T20:05:31.567Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2753 | 2024-12-20T20:05:35.546Z | [ helios-setup] Dec 20 20:05:34.337 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2754 | 2024-12-20T20:05:36.128Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2755 | 2024-12-20T20:05:36.650Z | [ host-package] Compiling bb8 v0.8.5 |
2756 | 2024-12-20T20:05:37.368Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2757 | 2024-12-20T20:05:40.912Z | [ host-package] Compiling nibble_vec v0.1.0 |
2758 | 2024-12-20T20:05:41.230Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2759 | 2024-12-20T20:05:42.151Z | [ host-package] Compiling atty v0.2.14 |
2760 | 2024-12-20T20:05:42.191Z | [ host-package] Compiling endian-type v0.1.2 |
2761 | 2024-12-20T20:05:42.379Z | [ host-package] Compiling salty v0.3.0 |
2762 | 2024-12-20T20:05:42.594Z | [ host-package] Compiling radix_trie v0.2.1 |
2763 | 2024-12-20T20:05:44.175Z | [ host-package] Compiling parking_lot v0.11.2 |
2764 | 2024-12-20T20:05:46.697Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2765 | 2024-12-20T20:05:54.228Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2766 | 2024-12-20T20:05:59.985Z | [ host-package] Compiling sled v0.34.7 |
2767 | 2024-12-20T20:06:16.571Z | [ helios-setup] Dec 20 20:06:15.362 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 32s |
2768 | 2024-12-20T20:06:16.608Z | [ helios-setup] Dec 20 20:06:15.400 INFO building project "amd-host-image-builder" ok (182 seconds) |
2769 | 2024-12-20T20:06:16.611Z | [ helios-setup] Dec 20 20:06:15.400 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2770 | 2024-12-20T20:06:16.611Z | [ helios-setup] Dec 20 20:06:15.400 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2771 | 2024-12-20T20:06:16.935Z | [ helios-setup] Dec 20 20:06:15.726 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2772 | 2024-12-20T20:06:17.128Z | [ host-package] Compiling mime_guess v2.0.5 |
2773 | 2024-12-20T20:06:17.438Z | [ helios-setup] Dec 20 20:06:16.230 INFO E| From https://github.com/jclulow/rust-jmclib |
2774 | 2024-12-20T20:06:17.442Z | [ helios-setup] Dec 20 20:06:16.230 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2775 | 2024-12-20T20:06:17.458Z | [ helios-setup] Dec 20 20:06:16.250 INFO E| Updating crates.io index |
2776 | 2024-12-20T20:06:17.586Z | [ helios-setup] Dec 20 20:06:16.377 INFO E| Downloading crates ... |
2777 | 2024-12-20T20:06:17.739Z | [ host-package] Compiling hickory-client v0.24.1 |
2778 | 2024-12-20T20:06:17.782Z | [ helios-setup] Dec 20 20:06:16.574 INFO E| Downloaded cpufeatures v0.2.9 |
2779 | 2024-12-20T20:06:17.786Z | [ helios-setup] Dec 20 20:06:16.577 INFO E| Downloaded block-buffer v0.9.0 |
2780 | 2024-12-20T20:06:17.790Z | [ helios-setup] Dec 20 20:06:16.582 INFO E| Downloaded walkdir v2.3.3 |
2781 | 2024-12-20T20:06:17.800Z | [ helios-setup] Dec 20 20:06:16.592 INFO E| Downloaded opaque-debug v0.3.0 |
2782 | 2024-12-20T20:06:17.805Z | [ helios-setup] Dec 20 20:06:16.597 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2783 | 2024-12-20T20:06:17.814Z | [ helios-setup] Dec 20 20:06:16.605 INFO E| Downloaded bitflags v2.3.3 |
2784 | 2024-12-20T20:06:17.818Z | [ helios-setup] Dec 20 20:06:16.610 INFO E| Downloaded once_cell v1.18.0 |
2785 | 2024-12-20T20:06:17.822Z | [ helios-setup] Dec 20 20:06:16.614 INFO E| Downloaded sha-1 v0.9.8 |
2786 | 2024-12-20T20:06:17.828Z | [ helios-setup] Dec 20 20:06:16.617 INFO E| Downloaded md-5 v0.9.1 |
2787 | 2024-12-20T20:06:17.828Z | [ helios-setup] Dec 20 20:06:16.619 INFO E| Downloaded itoa v1.0.9 |
2788 | 2024-12-20T20:06:17.831Z | [ helios-setup] Dec 20 20:06:16.622 INFO E| Downloaded getrandom v0.2.10 |
2789 | 2024-12-20T20:06:17.835Z | [ helios-setup] Dec 20 20:06:16.627 INFO E| Downloaded tempfile v3.7.0 |
2790 | 2024-12-20T20:06:17.839Z | [ helios-setup] Dec 20 20:06:16.631 INFO E| Downloaded fastrand v2.0.0 |
2791 | 2024-12-20T20:06:17.847Z | [ helios-setup] Dec 20 20:06:16.633 INFO E| Downloaded digest v0.9.0 |
2792 | 2024-12-20T20:06:17.851Z | [ helios-setup] Dec 20 20:06:16.635 INFO E| Downloaded quote v1.0.31 |
2793 | 2024-12-20T20:06:17.851Z | [ helios-setup] Dec 20 20:06:16.640 INFO E| Downloaded typenum v1.16.0 |
2794 | 2024-12-20T20:06:17.880Z | [ helios-setup] Dec 20 20:06:16.671 INFO E| Downloaded uuid v0.8.2 |
2795 | 2024-12-20T20:06:17.886Z | [ helios-setup] Dec 20 20:06:16.678 INFO E| Downloaded serde v1.0.193 |
2796 | 2024-12-20T20:06:17.891Z | [ helios-setup] Dec 20 20:06:16.683 INFO E| Downloaded anyhow v1.0.72 |
2797 | 2024-12-20T20:06:17.898Z | [ helios-setup] Dec 20 20:06:16.690 INFO E| Downloaded serde_derive v1.0.193 |
2798 | 2024-12-20T20:06:17.902Z | [ helios-setup] Dec 20 20:06:16.694 INFO E| Downloaded ryu v1.0.15 |
2799 | 2024-12-20T20:06:17.908Z | [ helios-setup] Dec 20 20:06:16.700 INFO E| Downloaded proc-macro2 v1.0.66 |
2800 | 2024-12-20T20:06:17.912Z | [ helios-setup] Dec 20 20:06:16.704 INFO E| Downloaded errno v0.3.1 |
2801 | 2024-12-20T20:06:17.921Z | [ helios-setup] Dec 20 20:06:16.713 INFO E| Downloaded unicode-ident v1.0.11 |
2802 | 2024-12-20T20:06:17.936Z | [ helios-setup] Dec 20 20:06:16.727 INFO E| Downloaded serde_json v1.0.103 |
2803 | 2024-12-20T20:06:17.973Z | [ helios-setup] Dec 20 20:06:16.765 INFO E| Downloaded syn v2.0.32 |
2804 | 2024-12-20T20:06:17.990Z | [ helios-setup] Dec 20 20:06:16.782 INFO E| Downloaded rustix v0.38.4 |
2805 | 2024-12-20T20:06:18.043Z | [ helios-setup] Dec 20 20:06:16.834 INFO E| Downloaded libc v0.2.147 |
2806 | 2024-12-20T20:06:18.171Z | [ helios-setup] Dec 20 20:06:16.962 INFO E| Compiling libc v0.2.147 |
2807 | 2024-12-20T20:06:18.171Z | [ helios-setup] Dec 20 20:06:16.962 INFO E| Compiling proc-macro2 v1.0.66 |
2808 | 2024-12-20T20:06:18.171Z | [ helios-setup] Dec 20 20:06:16.962 INFO E| Compiling unicode-ident v1.0.11 |
2809 | 2024-12-20T20:06:18.174Z | [ helios-setup] Dec 20 20:06:16.962 INFO E| Compiling cfg-if v1.0.0 |
2810 | 2024-12-20T20:06:18.174Z | [ helios-setup] Dec 20 20:06:16.962 INFO E| Compiling typenum v1.16.0 |
2811 | 2024-12-20T20:06:18.174Z | [ helios-setup] Dec 20 20:06:16.963 INFO E| Compiling version_check v0.9.4 |
2812 | 2024-12-20T20:06:18.174Z | [ helios-setup] Dec 20 20:06:16.963 INFO E| Compiling serde v1.0.193 |
2813 | 2024-12-20T20:06:18.174Z | [ helios-setup] Dec 20 20:06:16.963 INFO E| Compiling slog v2.7.0 |
2814 | 2024-12-20T20:06:18.858Z | [ helios-setup] Dec 20 20:06:17.649 INFO E| Compiling num-conv v0.1.0 |
2815 | 2024-12-20T20:06:18.931Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2816 | 2024-12-20T20:06:18.985Z | [ helios-setup] Dec 20 20:06:17.777 INFO E| Compiling rustix v0.38.4 |
2817 | 2024-12-20T20:06:19.654Z | [ helios-setup] Dec 20 20:06:18.445 INFO E| Compiling powerfmt v0.2.0 |
2818 | 2024-12-20T20:06:19.885Z | [ helios-setup] Dec 20 20:06:18.652 INFO E| Compiling itoa v1.0.9 |
2819 | 2024-12-20T20:06:19.938Z | [ helios-setup] Dec 20 20:06:18.729 INFO E| Compiling generic-array v0.14.7 |
2820 | 2024-12-20T20:06:20.200Z | [ helios-setup] Dec 20 20:06:18.991 INFO E| Compiling time-core v0.1.2 |
2821 | 2024-12-20T20:06:20.360Z | [ helios-setup] Dec 20 20:06:19.151 INFO E| Compiling quote v1.0.31 |
2822 | 2024-12-20T20:06:20.581Z | [ helios-setup] Dec 20 20:06:19.373 INFO E| Compiling time-macros v0.2.18 |
2823 | 2024-12-20T20:06:20.708Z | [ helios-setup] Dec 20 20:06:19.500 INFO E| Compiling deranged v0.3.11 |
2824 | 2024-12-20T20:06:20.914Z | [ helios-setup] Dec 20 20:06:19.706 INFO E| Compiling once_cell v1.18.0 |
2825 | 2024-12-20T20:06:21.039Z | [ helios-setup] Dec 20 20:06:19.829 INFO E| Compiling bitflags v2.3.3 |
2826 | 2024-12-20T20:06:21.533Z | [ helios-setup] Dec 20 20:06:20.324 INFO E| Compiling syn v2.0.32 |
2827 | 2024-12-20T20:06:21.854Z | [ helios-setup] Dec 20 20:06:20.646 INFO E| Compiling num_threads v0.1.6 |
2828 | 2024-12-20T20:06:21.948Z | [ helios-setup] Dec 20 20:06:20.738 INFO E| Compiling thread_local v1.1.7 |
2829 | 2024-12-20T20:06:22.032Z | [ helios-setup] Dec 20 20:06:20.824 INFO E| Compiling opaque-debug v0.3.0 |
2830 | 2024-12-20T20:06:22.121Z | [ helios-setup] Dec 20 20:06:20.912 INFO E| Compiling serde_json v1.0.103 |
2831 | 2024-12-20T20:06:22.598Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2832 | 2024-12-20T20:06:23.170Z | [ helios-setup] Dec 20 20:06:21.961 INFO E| Compiling dirs-sys-next v0.1.2 |
2833 | 2024-12-20T20:06:23.248Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2834 | 2024-12-20T20:06:23.251Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2835 | 2024-12-20T20:06:23.251Z | [ helios-setup] Dec 20 20:06:22.041 INFO E| Compiling errno v0.3.1 |
2836 | 2024-12-20T20:06:23.418Z | [ helios-setup] Dec 20 20:06:22.209 INFO E| Compiling atty v0.2.14 |
2837 | 2024-12-20T20:06:23.656Z | [ helios-setup] Dec 20 20:06:22.446 INFO E| Compiling dirs-next v2.0.0 |
2838 | 2024-12-20T20:06:23.778Z | [ helios-setup] Dec 20 20:06:22.570 INFO E| Compiling fastrand v2.0.0 |
2839 | 2024-12-20T20:06:24.311Z | [ helios-setup] Dec 20 20:06:23.102 INFO E| Compiling term v0.7.0 |
2840 | 2024-12-20T20:06:24.814Z | [ helios-setup] Dec 20 20:06:23.606 INFO E| Compiling anyhow v1.0.72 |
2841 | 2024-12-20T20:06:25.073Z | [ helios-setup] Dec 20 20:06:23.865 INFO E| Compiling getrandom v0.2.10 |
2842 | 2024-12-20T20:06:25.129Z | [ helios-setup] Dec 20 20:06:23.920 INFO E| Compiling unicode-width v0.1.10 |
2843 | 2024-12-20T20:06:25.528Z | [ helios-setup] Dec 20 20:06:24.319 INFO E| Compiling ryu v1.0.15 |
2844 | 2024-12-20T20:06:25.667Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2845 | 2024-12-20T20:06:25.687Z | [ helios-setup] Dec 20 20:06:24.479 INFO E| Compiling block-buffer v0.9.0 |
2846 | 2024-12-20T20:06:25.898Z | [ helios-setup] Dec 20 20:06:24.690 INFO E| Compiling digest v0.9.0 |
2847 | 2024-12-20T20:06:26.029Z | [ helios-setup] Dec 20 20:06:24.817 INFO E| Compiling cpufeatures v0.2.9 |
2848 | 2024-12-20T20:06:26.122Z | [ helios-setup] Dec 20 20:06:24.912 INFO E| Compiling same-file v1.0.6 |
2849 | 2024-12-20T20:06:26.133Z | [ helios-setup] Dec 20 20:06:24.924 INFO E| Compiling getopts v0.2.21 |
2850 | 2024-12-20T20:06:26.244Z | [ helios-setup] Dec 20 20:06:25.036 INFO E| Compiling time v0.3.36 |
2851 | 2024-12-20T20:06:26.529Z | [ helios-setup] Dec 20 20:06:25.308 INFO E| Compiling walkdir v2.3.3 |
2852 | 2024-12-20T20:06:27.003Z | [ helios-setup] Dec 20 20:06:25.793 INFO E| Compiling tempfile v3.7.0 |
2853 | 2024-12-20T20:06:27.996Z | [ helios-setup] Dec 20 20:06:26.786 INFO E| Compiling md-5 v0.9.1 |
2854 | 2024-12-20T20:06:28.325Z | [ helios-setup] Dec 20 20:06:27.116 INFO E| Compiling sha-1 v0.9.8 |
2855 | 2024-12-20T20:06:28.413Z | [ helios-setup] Dec 20 20:06:27.205 INFO E| Compiling glob v0.3.1 |
2856 | 2024-12-20T20:06:28.488Z | [ helios-setup] Dec 20 20:06:27.279 INFO E| Compiling libdevinfo-sys v1.0.0 |
2857 | 2024-12-20T20:06:29.154Z | [ host-package] Compiling hickory-server v0.24.1 |
2858 | 2024-12-20T20:06:30.099Z | [ helios-setup] Dec 20 20:06:28.890 INFO E| Compiling slog-term v2.9.0 |
2859 | 2024-12-20T20:06:31.045Z | [ helios-setup] Dec 20 20:06:29.837 INFO E| Compiling serde_derive v1.0.193 |
2860 | 2024-12-20T20:06:32.209Z | [ host-package] Compiling primeorder v0.13.6 |
2861 | 2024-12-20T20:06:32.890Z | [ host-package] Compiling castaway v0.2.3 |
2862 | 2024-12-20T20:06:33.142Z | [ host-package] Compiling vergen v8.3.2 |
2863 | 2024-12-20T20:06:33.580Z | [ host-package] Compiling env_filter v0.1.2 |
2864 | 2024-12-20T20:06:35.218Z | [ host-package] Compiling cargo-platform v0.1.8 |
2865 | 2024-12-20T20:06:36.217Z | [ host-package] Compiling nanorand v0.7.0 |
2866 | 2024-12-20T20:06:36.895Z | [ host-package] Compiling memoffset v0.9.1 |
2867 | 2024-12-20T20:06:36.999Z | [ host-package] Compiling flume v0.11.1 |
2868 | 2024-12-20T20:06:40.216Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2869 | 2024-12-20T20:06:40.301Z | [ host-package] Compiling env_logger v0.11.5 |
2870 | 2024-12-20T20:06:40.301Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2871 | 2024-12-20T20:06:41.186Z | [ host-package] Compiling git2 v0.19.0 |
2872 | 2024-12-20T20:06:41.291Z | [ host-package] Compiling compact_str v0.8.0 |
2873 | 2024-12-20T20:06:43.536Z | [ host-package] Compiling p384 v0.13.0 |
2874 | 2024-12-20T20:06:44.386Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2875 | 2024-12-20T20:06:45.343Z | [ helios-setup] Dec 20 20:06:44.134 INFO E| Compiling toml v0.5.11 |
2876 | 2024-12-20T20:06:45.343Z | [ helios-setup] Dec 20 20:06:44.134 INFO E| Compiling uuid v0.8.2 |
2877 | 2024-12-20T20:06:45.871Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2878 | 2024-12-20T20:06:46.411Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2879 | 2024-12-20T20:06:47.522Z | [ helios-setup] Dec 20 20:06:46.313 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2880 | 2024-12-20T20:06:49.073Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2881 | 2024-12-20T20:06:50.948Z | [ helios-setup] Dec 20 20:06:49.739 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2882 | 2024-12-20T20:06:51.107Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2883 | 2024-12-20T20:06:51.454Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2884 | 2024-12-20T20:06:52.994Z | [ host-package] Compiling lru v0.12.5 |
2885 | 2024-12-20T20:06:53.450Z | [ host-package] Compiling rand_seeder v0.3.0 |
2886 | 2024-12-20T20:06:54.003Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2887 | 2024-12-20T20:06:54.573Z | [ host-package] Compiling lzma-sys v0.1.20 |
2888 | 2024-12-20T20:06:54.860Z | [ host-package] Compiling instability v0.3.2 |
2889 | 2024-12-20T20:06:55.484Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2890 | 2024-12-20T20:06:55.644Z | [ host-package] Compiling http-range v0.1.5 |
2891 | 2024-12-20T20:06:56.222Z | [ host-package] Compiling rustls v0.21.12 |
2892 | 2024-12-20T20:06:56.256Z | [ host-package] Compiling cassowary v0.3.0 |
2893 | 2024-12-20T20:06:56.292Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2894 | 2024-12-20T20:06:56.635Z | [ host-package] Compiling nix v0.29.0 |
2895 | 2024-12-20T20:06:56.865Z | [ host-package] Compiling ratatui v0.28.1 |
2896 | 2024-12-20T20:06:57.038Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2897 | 2024-12-20T20:06:59.471Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2898 | 2024-12-20T20:06:59.940Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2899 | 2024-12-20T20:07:00.516Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2900 | 2024-12-20T20:07:02.048Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2901 | 2024-12-20T20:07:02.435Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2902 | 2024-12-20T20:07:04.266Z | [ helios-setup] Dec 20 20:07:03.058 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.56s |
2903 | 2024-12-20T20:07:04.301Z | [ helios-setup] Dec 20 20:07:03.093 INFO building project "image-builder" ok (47 seconds) |
2904 | 2024-12-20T20:07:04.301Z | [ helios-setup] Dec 20 20:07:03.093 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2905 | 2024-12-20T20:07:04.304Z | [ helios-setup] Dec 20 20:07:03.093 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2906 | 2024-12-20T20:07:04.679Z | [ helios-setup] Dec 20 20:07:03.471 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2907 | 2024-12-20T20:07:06.275Z | [ helios-setup] Dec 20 20:07:05.066 INFO E| From https://github.com/oxidecomputer/progenitor |
2908 | 2024-12-20T20:07:06.275Z | [ helios-setup] Dec 20 20:07:05.066 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2909 | 2024-12-20T20:07:06.308Z | [ helios-setup] Dec 20 20:07:05.100 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2910 | 2024-12-20T20:07:06.308Z | [ helios-setup] Dec 20 20:07:05.100 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2911 | 2024-12-20T20:07:06.440Z | [ helios-setup] Dec 20 20:07:05.232 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2912 | 2024-12-20T20:07:06.751Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2913 | 2024-12-20T20:07:06.821Z | [ host-package] Compiling sct v0.7.1 |
2914 | 2024-12-20T20:07:07.058Z | [ helios-setup] Dec 20 20:07:05.850 INFO E| From https://github.com/jclulow/hiercmd |
2915 | 2024-12-20T20:07:07.058Z | [ helios-setup] Dec 20 20:07:05.850 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2916 | 2024-12-20T20:07:07.077Z | [ helios-setup] Dec 20 20:07:05.868 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2917 | 2024-12-20T20:07:07.301Z | [ host-package] Compiling heck v0.3.3 |
2918 | 2024-12-20T20:07:07.365Z | [ host-package] Compiling csv-core v0.1.11 |
2919 | 2024-12-20T20:07:07.637Z | [ helios-setup] Dec 20 20:07:06.429 INFO E| From https://github.com/jclulow/network-interface |
2920 | 2024-12-20T20:07:07.640Z | [ helios-setup] Dec 20 20:07:06.429 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2921 | 2024-12-20T20:07:07.673Z | [ helios-setup] Dec 20 20:07:06.464 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2922 | 2024-12-20T20:07:07.735Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2923 | 2024-12-20T20:07:08.077Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2924 | 2024-12-20T20:07:08.212Z | [ helios-setup] Dec 20 20:07:07.003 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2925 | 2024-12-20T20:07:08.212Z | [ helios-setup] Dec 20 20:07:07.003 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2926 | 2024-12-20T20:07:08.243Z | [ host-package] Compiling glob v0.3.1 |
2927 | 2024-12-20T20:07:08.248Z | [ helios-setup] Dec 20 20:07:07.039 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2928 | 2024-12-20T20:07:08.674Z | [ host-package] Compiling csv v1.3.0 |
2929 | 2024-12-20T20:07:09.134Z | [ helios-setup] Dec 20 20:07:07.926 INFO E| From https://github.com/oxidecomputer/facade |
2930 | 2024-12-20T20:07:09.134Z | [ helios-setup] Dec 20 20:07:07.926 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2931 | 2024-12-20T20:07:09.180Z | [ helios-setup] Dec 20 20:07:07.972 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2932 | 2024-12-20T20:07:10.048Z | [ helios-setup] Dec 20 20:07:08.840 INFO E| From https://github.com/oxidecomputer/dropshot |
2933 | 2024-12-20T20:07:10.048Z | [ helios-setup] Dec 20 20:07:08.840 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2934 | 2024-12-20T20:07:10.088Z | [ helios-setup] Dec 20 20:07:08.877 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2935 | 2024-12-20T20:07:10.088Z | [ helios-setup] Dec 20 20:07:08.878 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2936 | 2024-12-20T20:07:10.092Z | [ helios-setup] Dec 20 20:07:08.878 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2937 | 2024-12-20T20:07:10.092Z | [ helios-setup] Dec 20 20:07:08.878 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2938 | 2024-12-20T20:07:10.092Z | [ helios-setup] Dec 20 20:07:08.878 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2939 | 2024-12-20T20:07:10.092Z | [ helios-setup] Dec 20 20:07:08.878 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2940 | 2024-12-20T20:07:10.092Z | [ helios-setup] Dec 20 20:07:08.878 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2941 | 2024-12-20T20:07:10.092Z | [ helios-setup] Dec 20 20:07:08.878 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2942 | 2024-12-20T20:07:10.134Z | [ helios-setup] Dec 20 20:07:08.925 INFO E| Updating crates.io index |
2943 | 2024-12-20T20:07:10.216Z | [ helios-setup] Dec 20 20:07:09.008 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2944 | 2024-12-20T20:07:10.414Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2945 | 2024-12-20T20:07:10.873Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2946 | 2024-12-20T20:07:11.113Z | [ helios-setup] Dec 20 20:07:09.904 INFO E| From https://github.com/oxidecomputer/typify |
2947 | 2024-12-20T20:07:11.113Z | [ helios-setup] Dec 20 20:07:09.904 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2948 | 2024-12-20T20:07:11.147Z | [ helios-setup] Dec 20 20:07:09.938 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2949 | 2024-12-20T20:07:11.147Z | [ helios-setup] Dec 20 20:07:09.938 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2950 | 2024-12-20T20:07:11.150Z | [ helios-setup] Dec 20 20:07:09.938 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2951 | 2024-12-20T20:07:11.150Z | [ helios-setup] Dec 20 20:07:09.939 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2952 | 2024-12-20T20:07:11.150Z | [ helios-setup] Dec 20 20:07:09.939 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2953 | 2024-12-20T20:07:11.150Z | [ helios-setup] Dec 20 20:07:09.939 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2954 | 2024-12-20T20:07:11.152Z | [ helios-setup] Dec 20 20:07:09.939 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2955 | 2024-12-20T20:07:11.431Z | [ helios-setup] Dec 20 20:07:10.223 INFO E| Downloading crates ... |
2956 | 2024-12-20T20:07:11.641Z | [ helios-setup] Dec 20 20:07:10.432 INFO E| Downloaded bincode v1.3.3 |
2957 | 2024-12-20T20:07:11.648Z | [ helios-setup] Dec 20 20:07:10.440 INFO E| Downloaded async-stream v0.3.5 |
2958 | 2024-12-20T20:07:11.654Z | [ helios-setup] Dec 20 20:07:10.446 INFO E| Downloaded anstream v0.2.6 |
2959 | 2024-12-20T20:07:11.658Z | [ helios-setup] Dec 20 20:07:10.449 INFO E| Downloaded project-root v0.2.2 |
2960 | 2024-12-20T20:07:11.660Z | [ helios-setup] Dec 20 20:07:10.450 INFO E| Downloaded futures-sink v0.3.28 |
2961 | 2024-12-20T20:07:11.660Z | [ helios-setup] Dec 20 20:07:10.452 INFO E| Downloaded async-stream-impl v0.3.5 |
2962 | 2024-12-20T20:07:11.674Z | [ helios-setup] Dec 20 20:07:10.465 INFO E| Downloaded concolor-override v1.0.0 |
2963 | 2024-12-20T20:07:11.688Z | [ helios-setup] Dec 20 20:07:10.480 INFO E| Downloaded serde_yaml v0.9.21 |
2964 | 2024-12-20T20:07:11.695Z | [ helios-setup] Dec 20 20:07:10.487 INFO E| Downloaded toolchain_find v0.2.0 |
2965 | 2024-12-20T20:07:11.698Z | [ helios-setup] Dec 20 20:07:10.489 INFO E| Downloaded anstyle-parse v0.1.1 |
2966 | 2024-12-20T20:07:11.701Z | [ helios-setup] Dec 20 20:07:10.492 INFO E| Downloaded try-lock v0.2.4 |
2967 | 2024-12-20T20:07:11.704Z | [ helios-setup] Dec 20 20:07:10.494 INFO E| Downloaded anstyle v0.3.5 |
2968 | 2024-12-20T20:07:11.707Z | [ helios-setup] Dec 20 20:07:10.496 INFO E| Downloaded const-random-macro v0.1.15 |
2969 | 2024-12-20T20:07:11.707Z | [ helios-setup] Dec 20 20:07:10.498 INFO E| Downloaded want v0.3.0 |
2970 | 2024-12-20T20:07:11.709Z | [ helios-setup] Dec 20 20:07:10.500 INFO E| Downloaded built v0.6.0 |
2971 | 2024-12-20T20:07:11.712Z | [ helios-setup] Dec 20 20:07:10.502 INFO E| Downloaded autocfg v1.1.0 |
2972 | 2024-12-20T20:07:11.715Z | [ helios-setup] Dec 20 20:07:10.505 INFO E| Downloaded rustls-pemfile v1.0.2 |
2973 | 2024-12-20T20:07:11.717Z | [ helios-setup] Dec 20 20:07:10.508 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2974 | 2024-12-20T20:07:11.720Z | [ helios-setup] Dec 20 20:07:10.512 INFO E| Downloaded strsim v0.10.0 |
2975 | 2024-12-20T20:07:11.723Z | [ helios-setup] Dec 20 20:07:10.514 INFO E| Downloaded slog-bunyan v2.4.0 |
2976 | 2024-12-20T20:07:11.725Z | [ helios-setup] Dec 20 20:07:10.516 INFO E| Downloaded paste v1.0.12 |
2977 | 2024-12-20T20:07:11.729Z | [ helios-setup] Dec 20 20:07:10.521 INFO E| Downloaded terminal_size v0.2.6 |
2978 | 2024-12-20T20:07:11.732Z | [ helios-setup] Dec 20 20:07:10.523 INFO E| Downloaded tower-service v0.3.2 |
2979 | 2024-12-20T20:07:11.734Z | [ helios-setup] Dec 20 20:07:10.524 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2980 | 2024-12-20T20:07:11.737Z | [ helios-setup] Dec 20 20:07:10.526 INFO E| Downloaded tokio-macros v2.0.0 |
2981 | 2024-12-20T20:07:11.739Z | [ helios-setup] Dec 20 20:07:10.528 INFO E| Downloaded slab v0.4.7 |
2982 | 2024-12-20T20:07:11.742Z | [ helios-setup] Dec 20 20:07:10.530 INFO E| Downloaded semver v0.11.0 |
2983 | 2024-12-20T20:07:11.742Z | [ helios-setup] Dec 20 20:07:10.533 INFO E| Downloaded form_urlencoded v1.1.0 |
2984 | 2024-12-20T20:07:11.745Z | [ helios-setup] Dec 20 20:07:10.534 INFO E| Downloaded futures-core v0.3.28 |
2985 | 2024-12-20T20:07:11.745Z | [ helios-setup] Dec 20 20:07:10.536 INFO E| Downloaded fastrand v1.9.0 |
2986 | 2024-12-20T20:07:11.767Z | [ helios-setup] Dec 20 20:07:10.559 INFO E| Downloaded scopeguard v1.1.0 |
2987 | 2024-12-20T20:07:11.770Z | [ helios-setup] Dec 20 20:07:10.561 INFO E| Downloaded smartstring v1.0.1 |
2988 | 2024-12-20T20:07:11.772Z | [ helios-setup] Dec 20 20:07:10.564 INFO E| Downloaded byteorder v1.4.3 |
2989 | 2024-12-20T20:07:11.776Z | [ helios-setup] Dec 20 20:07:10.568 INFO E| Downloaded camino v1.1.4 |
2990 | 2024-12-20T20:07:11.780Z | [ helios-setup] Dec 20 20:07:10.571 INFO E| Downloaded time v0.1.45 |
2991 | 2024-12-20T20:07:11.782Z | [ helios-setup] Dec 20 20:07:10.574 INFO E| Downloaded semver v1.0.17 |
2992 | 2024-12-20T20:07:11.787Z | [ helios-setup] Dec 20 20:07:10.579 INFO E| Downloaded tokio-rustls v0.24.0 |
2993 | 2024-12-20T20:07:11.802Z | [ helios-setup] Dec 20 20:07:10.593 INFO E| Downloaded tempfile v3.5.0 |
2994 | 2024-12-20T20:07:11.802Z | [ helios-setup] Dec 20 20:07:10.593 INFO E| Downloaded serde_derive_internals v0.26.0 |
2995 | 2024-12-20T20:07:11.802Z | [ helios-setup] Dec 20 20:07:10.593 INFO E| Downloaded socket2 v0.4.9 |
2996 | 2024-12-20T20:07:11.802Z | [ helios-setup] Dec 20 20:07:10.593 INFO E| Downloaded smallvec v1.10.0 |
2997 | 2024-12-20T20:07:11.805Z | [ helios-setup] Dec 20 20:07:10.593 INFO E| Downloaded textwrap v0.16.0 |
2998 | 2024-12-20T20:07:11.807Z | [ helios-setup] Dec 20 20:07:10.598 INFO E| Downloaded quote v1.0.36 |
2999 | 2024-12-20T20:07:11.810Z | [ helios-setup] Dec 20 20:07:10.600 INFO E| Downloaded tungstenite v0.18.0 |
3000 | 2024-12-20T20:07:11.819Z | [ helios-setup] Dec 20 20:07:10.611 INFO E| Downloaded ucd-trie v0.1.5 |
3001 | 2024-12-20T20:07:11.820Z | [ helios-setup] Dec 20 20:07:10.611 INFO E| Downloaded schemars v0.8.12 |
3002 | 2024-12-20T20:07:11.833Z | [ helios-setup] Dec 20 20:07:10.624 INFO E| Downloaded serde_derive v1.0.204 |
3003 | 2024-12-20T20:07:11.837Z | [ helios-setup] Dec 20 20:07:10.629 INFO E| Downloaded uuid v1.3.0 |
3004 | 2024-12-20T20:07:11.845Z | [ helios-setup] Dec 20 20:07:10.636 INFO E| Downloaded serde_path_to_error v0.1.11 |
3005 | 2024-12-20T20:07:11.860Z | [ helios-setup] Dec 20 20:07:10.652 INFO E| Downloaded serde v1.0.204 |
3006 | 2024-12-20T20:07:11.866Z | [ helios-setup] Dec 20 20:07:10.657 INFO E| Downloaded unicode-linebreak v0.1.4 |
3007 | 2024-12-20T20:07:11.869Z | [ helios-setup] Dec 20 20:07:10.659 INFO E| Downloaded toml_edit v0.19.8 |
3008 | 2024-12-20T20:07:11.894Z | [ helios-setup] Dec 20 20:07:10.685 INFO E| Downloaded rhai_codegen v1.5.0 |
3009 | 2024-12-20T20:07:11.905Z | [ helios-setup] Dec 20 20:07:10.695 INFO E| Downloaded clap v4.2.1 |
3010 | 2024-12-20T20:07:11.916Z | [ helios-setup] Dec 20 20:07:10.707 INFO E| Downloaded unicode-normalization v0.1.22 |
3011 | 2024-12-20T20:07:11.922Z | [ helios-setup] Dec 20 20:07:10.713 INFO E| Downloaded crossbeam-utils v0.8.14 |
3012 | 2024-12-20T20:07:11.934Z | [ helios-setup] Dec 20 20:07:10.725 INFO E| Downloaded serde_json v1.0.95 |
3013 | 2024-12-20T20:07:11.945Z | [ helios-setup] Dec 20 20:07:10.736 INFO E| Downloaded winnow v0.4.1 |
3014 | 2024-12-20T20:07:11.957Z | [ helios-setup] Dec 20 20:07:10.748 INFO E| Downloaded memchr v2.5.0 |
3015 | 2024-12-20T20:07:11.963Z | [ helios-setup] Dec 20 20:07:10.754 INFO E| Downloaded syn v2.0.72 |
3016 | 2024-12-20T20:07:11.981Z | [ helios-setup] Dec 20 20:07:10.772 INFO E| Downloaded rustls-webpki v0.100.1 |
3017 | 2024-12-20T20:07:11.990Z | [ helios-setup] Dec 20 20:07:10.780 INFO E| Downloaded crossbeam-channel v0.5.6 |
3018 | 2024-12-20T20:07:11.995Z | [ helios-setup] Dec 20 20:07:10.787 INFO E| Downloaded syn v1.0.107 |
3019 | 2024-12-20T20:07:12.014Z | [ helios-setup] Dec 20 20:07:10.803 INFO E| Downloaded pest v2.5.7 |
3020 | 2024-12-20T20:07:12.019Z | [ helios-setup] Dec 20 20:07:10.811 INFO E| Downloaded http v0.2.9 |
3021 | 2024-12-20T20:07:12.026Z | [ helios-setup] Dec 20 20:07:10.818 INFO E| Downloaded mio v0.8.5 |
3022 | 2024-12-20T20:07:12.037Z | [ helios-setup] Dec 20 20:07:10.828 INFO E| Downloaded futures-util v0.3.28 |
3023 | 2024-12-20T20:07:12.058Z | [ helios-setup] Dec 20 20:07:10.849 INFO E| Downloaded aho-corasick v0.7.20 |
3024 | 2024-12-20T20:07:12.066Z | [ helios-setup] Dec 20 20:07:10.858 INFO E| Downloaded h2 v0.3.16 |
3025 | 2024-12-20T20:07:12.078Z | [ helios-setup] Dec 20 20:07:10.869 INFO E| Downloaded clap_builder v4.2.1 |
3026 | 2024-12-20T20:07:12.090Z | [ helios-setup] Dec 20 20:07:10.882 INFO E| Downloaded reqwest v0.11.16 |
3027 | 2024-12-20T20:07:12.102Z | [ helios-setup] Dec 20 20:07:10.894 INFO E| Downloaded rayon v1.6.1 |
3028 | 2024-12-20T20:07:12.116Z | [ helios-setup] Dec 20 20:07:10.908 INFO E| Downloaded chrono v0.4.24 |
3029 | 2024-12-20T20:07:12.128Z | [ helios-setup] Dec 20 20:07:10.920 INFO E| Downloaded base64 v0.21.0 |
3030 | 2024-12-20T20:07:12.134Z | [ helios-setup] Dec 20 20:07:10.926 INFO E| Downloaded hyper v0.14.25 |
3031 | 2024-12-20T20:07:12.147Z | [ helios-setup] Dec 20 20:07:10.939 INFO E| Downloaded git2 v0.16.1 |
3032 | 2024-12-20T20:07:12.162Z | [ helios-setup] Dec 20 20:07:10.954 INFO E| Downloaded regress v0.5.0 |
3033 | 2024-12-20T20:07:12.174Z | [ helios-setup] Dec 20 20:07:10.966 INFO E| Downloaded regex v1.7.3 |
3034 | 2024-12-20T20:07:12.188Z | [ helios-setup] Dec 20 20:07:10.980 INFO E| Downloaded ryu v1.0.13 |
3035 | 2024-12-20T20:07:12.193Z | [ helios-setup] Dec 20 20:07:10.984 INFO E| Downloaded rayon-core v1.10.2 |
3036 | 2024-12-20T20:07:12.199Z | [ helios-setup] Dec 20 20:07:10.990 INFO E| Downloaded futures v0.3.28 |
3037 | 2024-12-20T20:07:12.207Z | [ helios-setup] Dec 20 20:07:10.999 INFO E| Downloaded rustls v0.21.0 |
3038 | 2024-12-20T20:07:12.225Z | [ helios-setup] Dec 20 20:07:11.017 INFO E| Downloaded rustix v0.37.3 |
3039 | 2024-12-20T20:07:12.253Z | [ helios-setup] Dec 20 20:07:11.045 INFO E| Downloaded openapiv3 v1.0.2 |
3040 | 2024-12-20T20:07:12.298Z | [ helios-setup] Dec 20 20:07:11.090 INFO E| Downloaded rhai v1.14.0 |
3041 | 2024-12-20T20:07:12.329Z | [ helios-setup] Dec 20 20:07:11.121 INFO E| Downloaded cc v1.0.78 |
3042 | 2024-12-20T20:07:12.333Z | [ helios-setup] Dec 20 20:07:11.125 INFO E| Downloaded bytes v1.4.0 |
3043 | 2024-12-20T20:07:12.339Z | [ helios-setup] Dec 20 20:07:11.131 INFO E| Downloaded tokio-util v0.7.7 |
3044 | 2024-12-20T20:07:12.352Z | [ helios-setup] Dec 20 20:07:11.140 INFO E| Downloaded tokio v1.27.0 |
3045 | 2024-12-20T20:07:12.401Z | [ helios-setup] Dec 20 20:07:11.193 INFO E| Downloaded parking_lot v0.12.1 |
3046 | 2024-12-20T20:07:12.405Z | [ helios-setup] Dec 20 20:07:11.197 INFO E| Downloaded num-traits v0.2.15 |
3047 | 2024-12-20T20:07:12.409Z | [ helios-setup] Dec 20 20:07:11.201 INFO E| Downloaded tracing-core v0.1.30 |
3048 | 2024-12-20T20:07:12.413Z | [ helios-setup] Dec 20 20:07:11.205 INFO E| Downloaded tracing v0.1.37 |
3049 | 2024-12-20T20:07:12.419Z | [ helios-setup] Dec 20 20:07:11.211 INFO E| Downloaded async-trait v0.1.68 |
3050 | 2024-12-20T20:07:12.425Z | [ helios-setup] Dec 20 20:07:11.216 INFO E| Downloaded anyhow v1.0.68 |
3051 | 2024-12-20T20:07:12.430Z | [ helios-setup] Dec 20 20:07:11.222 INFO E| Downloaded url v2.3.1 |
3052 | 2024-12-20T20:07:12.435Z | [ helios-setup] Dec 20 20:07:11.227 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3053 | 2024-12-20T20:07:12.491Z | [ helios-setup] Dec 20 20:07:11.282 INFO E| Downloaded tinyvec v1.6.0 |
3054 | 2024-12-20T20:07:12.496Z | [ helios-setup] Dec 20 20:07:11.287 INFO E| Downloaded semver-parser v0.10.2 |
3055 | 2024-12-20T20:07:12.499Z | [ helios-setup] Dec 20 20:07:11.290 INFO E| Downloaded ppv-lite86 v0.2.17 |
3056 | 2024-12-20T20:07:12.501Z | [ helios-setup] Dec 20 20:07:11.292 INFO E| Downloaded log v0.4.17 |
3057 | 2024-12-20T20:07:12.506Z | [ helios-setup] Dec 20 20:07:11.296 INFO E| Downloaded futures-channel v0.3.28 |
3058 | 2024-12-20T20:07:12.509Z | [ helios-setup] Dec 20 20:07:11.299 INFO E| Downloaded digest v0.10.6 |
3059 | 2024-12-20T20:07:12.511Z | [ helios-setup] Dec 20 20:07:11.301 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3060 | 2024-12-20T20:07:12.516Z | [ helios-setup] Dec 20 20:07:11.306 INFO E| Downloaded unicode-ident v1.0.8 |
3061 | 2024-12-20T20:07:12.519Z | [ helios-setup] Dec 20 20:07:11.310 INFO E| Downloaded unicode-bidi v0.3.13 |
3062 | 2024-12-20T20:07:12.525Z | [ helios-setup] Dec 20 20:07:11.315 INFO E| Downloaded httparse v1.8.0 |
3063 | 2024-12-20T20:07:12.528Z | [ helios-setup] Dec 20 20:07:11.319 INFO E| Downloaded libc v0.2.139 |
3064 | 2024-12-20T20:07:12.575Z | [ helios-setup] Dec 20 20:07:11.366 INFO E| Downloaded toml v0.7.3 |
3065 | 2024-12-20T20:07:12.581Z | [ helios-setup] Dec 20 20:07:11.372 INFO E| Downloaded parking_lot_core v0.9.6 |
3066 | 2024-12-20T20:07:12.584Z | [ helios-setup] Dec 20 20:07:11.376 INFO E| Downloaded once_cell v1.17.0 |
3067 | 2024-12-20T20:07:12.589Z | [ helios-setup] Dec 20 20:07:11.380 INFO E| Downloaded ipnet v2.7.2 |
3068 | 2024-12-20T20:07:12.592Z | [ helios-setup] Dec 20 20:07:11.383 INFO E| Downloaded io-lifetimes v1.0.10 |
3069 | 2024-12-20T20:07:12.608Z | [ helios-setup] Dec 20 20:07:11.400 INFO E| Downloaded pin-project-lite v0.2.9 |
3070 | 2024-12-20T20:07:12.617Z | [ helios-setup] Dec 20 20:07:11.408 INFO E| Downloaded num-integer v0.1.45 |
3071 | 2024-12-20T20:07:12.620Z | [ helios-setup] Dec 20 20:07:11.410 INFO E| Downloaded lock_api v0.4.9 |
3072 | 2024-12-20T20:07:12.623Z | [ helios-setup] Dec 20 20:07:11.413 INFO E| Downloaded lazy_static v1.4.0 |
3073 | 2024-12-20T20:07:12.625Z | [ helios-setup] Dec 20 20:07:11.414 INFO E| Downloaded getrandom v0.2.8 |
3074 | 2024-12-20T20:07:12.628Z | [ helios-setup] Dec 20 20:07:11.418 INFO E| Downloaded clap_derive v4.2.0 |
3075 | 2024-12-20T20:07:12.630Z | [ helios-setup] Dec 20 20:07:11.421 INFO E| Downloaded sct v0.7.0 |
3076 | 2024-12-20T20:07:12.635Z | [ helios-setup] Dec 20 20:07:11.426 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3077 | 2024-12-20T20:07:12.650Z | [ helios-setup] Dec 20 20:07:11.442 INFO E| Downloaded proc-macro-crate v1.2.1 |
3078 | 2024-12-20T20:07:12.653Z | [ helios-setup] Dec 20 20:07:11.444 INFO E| Downloaded jobserver v0.1.26 |
3079 | 2024-12-20T20:07:12.655Z | [ helios-setup] Dec 20 20:07:11.447 INFO E| Downloaded home v0.5.4 |
3080 | 2024-12-20T20:07:12.659Z | [ helios-setup] Dec 20 20:07:11.448 INFO E| Downloaded clap_lex v0.4.1 |
3081 | 2024-12-20T20:07:12.661Z | [ helios-setup] Dec 20 20:07:11.450 INFO E| Downloaded thiserror-impl v1.0.38 |
3082 | 2024-12-20T20:07:12.661Z | [ helios-setup] Dec 20 20:07:11.452 INFO E| Downloaded sha1 v0.10.5 |
3083 | 2024-12-20T20:07:12.664Z | [ helios-setup] Dec 20 20:07:11.455 INFO E| Downloaded cargo-lock v8.0.3 |
3084 | 2024-12-20T20:07:12.667Z | [ helios-setup] Dec 20 20:07:11.459 INFO E| Downloaded ahash v0.7.6 |
3085 | 2024-12-20T20:07:12.674Z | [ helios-setup] Dec 20 20:07:11.465 INFO E| Downloaded ahash v0.8.3 |
3086 | 2024-12-20T20:07:12.678Z | [ helios-setup] Dec 20 20:07:11.469 INFO E| Downloaded schemars_derive v0.8.12 |
3087 | 2024-12-20T20:07:12.680Z | [ helios-setup] Dec 20 20:07:11.472 INFO E| Downloaded utf8parse v0.2.1 |
3088 | 2024-12-20T20:07:12.683Z | [ helios-setup] Dec 20 20:07:11.473 INFO E| Downloaded percent-encoding v2.2.0 |
3089 | 2024-12-20T20:07:12.685Z | [ helios-setup] Dec 20 20:07:11.475 INFO E| Downloaded iana-time-zone v0.1.56 |
3090 | 2024-12-20T20:07:12.688Z | [ helios-setup] Dec 20 20:07:11.478 INFO E| Downloaded http-body v0.4.5 |
3091 | 2024-12-20T20:07:12.690Z | [ helios-setup] Dec 20 20:07:11.480 INFO E| Downloaded futures-task v0.3.28 |
3092 | 2024-12-20T20:07:12.690Z | [ helios-setup] Dec 20 20:07:11.482 INFO E| Downloaded either v1.8.0 |
3093 | 2024-12-20T20:07:12.693Z | [ helios-setup] Dec 20 20:07:11.484 INFO E| Downloaded crossbeam-deque v0.8.2 |
3094 | 2024-12-20T20:07:12.695Z | [ helios-setup] Dec 20 20:07:11.486 INFO E| Downloaded const-random v0.1.15 |
3095 | 2024-12-20T20:07:12.698Z | [ helios-setup] Dec 20 20:07:11.488 INFO E| Downloaded signal-hook-registry v1.4.0 |
3096 | 2024-12-20T20:07:12.698Z | [ helios-setup] Dec 20 20:07:11.489 INFO E| Downloaded pkg-config v0.3.26 |
3097 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.492 INFO E| Downloaded num_enum v0.5.7 |
3098 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.505 INFO E| Downloaded dyn-clone v1.0.11 |
3099 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.508 INFO E| Downloaded toml_datetime v0.6.1 |
3100 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.510 INFO E| Downloaded thiserror v1.0.38 |
3101 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.516 INFO E| Downloaded slog-async v2.7.0 |
3102 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.519 INFO E| Downloaded smawk v0.3.1 |
3103 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.521 INFO E| Downloaded is-terminal v0.4.7 |
3104 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.523 INFO E| Downloaded httpdate v1.0.2 |
3105 | 2024-12-20T20:07:12.734Z | [ helios-setup] Dec 20 20:07:11.525 INFO E| Downloaded sha2 v0.10.6 |
3106 | 2024-12-20T20:07:12.737Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3107 | 2024-12-20T20:07:12.737Z | [ helios-setup] Dec 20 20:07:11.528 INFO E| Downloaded serde_tokenstream v0.2.0 |
3108 | 2024-12-20T20:07:12.742Z | [ helios-setup] Dec 20 20:07:11.533 INFO E| Downloaded num_cpus v1.15.0 |
3109 | 2024-12-20T20:07:12.746Z | [ helios-setup] Dec 20 20:07:11.538 INFO E| Downloaded itoa v1.0.6 |
3110 | 2024-12-20T20:07:12.750Z | [ helios-setup] Dec 20 20:07:11.542 INFO E| Downloaded futures-macro v0.3.28 |
3111 | 2024-12-20T20:07:12.752Z | [ helios-setup] Dec 20 20:07:11.543 INFO E| Downloaded futures-io v0.3.28 |
3112 | 2024-12-20T20:07:12.755Z | [ helios-setup] Dec 20 20:07:11.545 INFO E| Downloaded memoffset v0.7.1 |
3113 | 2024-12-20T20:07:12.755Z | [ helios-setup] Dec 20 20:07:11.546 INFO E| Downloaded futures-executor v0.3.28 |
3114 | 2024-12-20T20:07:12.758Z | [ helios-setup] Dec 20 20:07:11.549 INFO E| Downloaded num_enum_derive v0.5.7 |
3115 | 2024-12-20T20:07:12.760Z | [ helios-setup] Dec 20 20:07:11.551 INFO E| Downloaded concolor-query v0.3.3 |
3116 | 2024-12-20T20:07:12.764Z | [ helios-setup] Dec 20 20:07:11.552 INFO E| Downloaded serde_spanned v0.6.1 |
3117 | 2024-12-20T20:07:12.776Z | [ helios-setup] Dec 20 20:07:11.567 INFO E| Downloaded encoding_rs v0.8.32 |
3118 | 2024-12-20T20:07:12.893Z | [ helios-setup] Dec 20 20:07:11.684 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3119 | 2024-12-20T20:07:13.054Z | [ helios-setup] Dec 20 20:07:11.845 INFO E| Downloaded libz-sys v1.1.8 |
3120 | 2024-12-20T20:07:13.474Z | [ helios-setup] Dec 20 20:07:12.265 INFO E| Compiling proc-macro2 v1.0.86 |
3121 | 2024-12-20T20:07:13.474Z | [ helios-setup] Dec 20 20:07:12.265 INFO E| Compiling libc v0.2.139 |
3122 | 2024-12-20T20:07:13.474Z | [ helios-setup] Dec 20 20:07:12.266 INFO E| Compiling unicode-ident v1.0.8 |
3123 | 2024-12-20T20:07:13.477Z | [ helios-setup] Dec 20 20:07:12.266 INFO E| Compiling autocfg v1.1.0 |
3124 | 2024-12-20T20:07:13.478Z | [ helios-setup] Dec 20 20:07:12.266 INFO E| Compiling cfg-if v1.0.0 |
3125 | 2024-12-20T20:07:13.478Z | [ helios-setup] Dec 20 20:07:12.266 INFO E| Compiling version_check v0.9.4 |
3126 | 2024-12-20T20:07:13.478Z | [ helios-setup] Dec 20 20:07:12.266 INFO E| Compiling serde v1.0.204 |
3127 | 2024-12-20T20:07:13.478Z | [ helios-setup] Dec 20 20:07:12.266 INFO E| Compiling syn v1.0.107 |
3128 | 2024-12-20T20:07:13.970Z | [ helios-setup] Dec 20 20:07:12.761 INFO E| Compiling memchr v2.5.0 |
3129 | 2024-12-20T20:07:14.828Z | [ helios-setup] Dec 20 20:07:13.620 INFO E| Compiling once_cell v1.17.0 |
3130 | 2024-12-20T20:07:15.078Z | [ helios-setup] Dec 20 20:07:13.868 INFO E| Compiling thiserror v1.0.38 |
3131 | 2024-12-20T20:07:15.153Z | [ helios-setup] Dec 20 20:07:13.944 INFO E| Compiling log v0.4.17 |
3132 | 2024-12-20T20:07:15.919Z | [ helios-setup] Dec 20 20:07:14.710 INFO E| Compiling itoa v1.0.6 |
3133 | 2024-12-20T20:07:16.229Z | [ helios-setup] Dec 20 20:07:15.019 INFO E| Compiling serde_json v1.0.95 |
3134 | 2024-12-20T20:07:17.044Z | [ helios-setup] Dec 20 20:07:15.834 INFO E| Compiling indexmap v1.9.3 |
3135 | 2024-12-20T20:07:17.548Z | [ helios-setup] Dec 20 20:07:16.339 INFO E| Compiling jobserver v0.1.26 |
3136 | 2024-12-20T20:07:17.596Z | [ helios-setup] Dec 20 20:07:16.387 INFO E| Compiling getrandom v0.2.8 |
3137 | 2024-12-20T20:07:17.988Z | [ helios-setup] Dec 20 20:07:16.779 INFO E| Compiling quote v1.0.36 |
3138 | 2024-12-20T20:07:18.165Z | [ helios-setup] Dec 20 20:07:16.957 INFO E| Compiling cc v1.0.78 |
3139 | 2024-12-20T20:07:18.287Z | [ helios-setup] Dec 20 20:07:17.078 INFO E| Compiling pin-project-lite v0.2.9 |
3140 | 2024-12-20T20:07:18.768Z | [ helios-setup] Dec 20 20:07:17.559 INFO E| Compiling syn v2.0.72 |
3141 | 2024-12-20T20:07:19.039Z | [ helios-setup] Dec 20 20:07:17.831 INFO E| Compiling scopeguard v1.1.0 |
3142 | 2024-12-20T20:07:19.130Z | [ helios-setup] Dec 20 20:07:17.922 INFO E| Compiling num-integer v0.1.45 |
3143 | 2024-12-20T20:07:19.244Z | [ helios-setup] Dec 20 20:07:18.036 INFO E| Compiling futures-core v0.3.28 |
3144 | 2024-12-20T20:07:19.324Z | [ helios-setup] Dec 20 20:07:18.116 INFO E| Compiling bytes v1.4.0 |
3145 | 2024-12-20T20:07:20.083Z | [ helios-setup] Dec 20 20:07:18.874 INFO E| Compiling ryu v1.0.13 |
3146 | 2024-12-20T20:07:21.149Z | [ host-package] Compiling nix v0.27.1 |
3147 | 2024-12-20T20:07:21.159Z | [ helios-setup] Dec 20 20:07:19.950 INFO E| Compiling lock_api v0.4.9 |
3148 | 2024-12-20T20:07:21.229Z | [ helios-setup] Dec 20 20:07:20.020 INFO E| Compiling bitflags v1.3.2 |
3149 | 2024-12-20T20:07:21.599Z | [ helios-setup] Dec 20 20:07:20.390 INFO E| Compiling parking_lot_core v0.9.6 |
3150 | 2024-12-20T20:07:21.665Z | [ helios-setup] Dec 20 20:07:20.456 INFO E| Compiling typenum v1.16.0 |
3151 | 2024-12-20T20:07:21.934Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3152 | 2024-12-20T20:07:22.095Z | [ helios-setup] Dec 20 20:07:20.881 INFO E| Compiling num_cpus v1.15.0 |
3153 | 2024-12-20T20:07:22.268Z | [ helios-setup] Dec 20 20:07:21.059 INFO E| Compiling slab v0.4.7 |
3154 | 2024-12-20T20:07:22.650Z | [ helios-setup] Dec 20 20:07:21.442 INFO E| Compiling generic-array v0.14.6 |
3155 | 2024-12-20T20:07:22.653Z | [ helios-setup] Dec 20 20:07:21.443 INFO E| Compiling futures-sink v0.3.28 |
3156 | 2024-12-20T20:07:22.685Z | [ helios-setup] Dec 20 20:07:21.475 INFO E| Compiling futures-channel v0.3.28 |
3157 | 2024-12-20T20:07:22.830Z | [ helios-setup] Dec 20 20:07:21.622 INFO E| Compiling futures-task v0.3.28 |
3158 | 2024-12-20T20:07:23.312Z | [ helios-setup] Dec 20 20:07:22.103 INFO E| Compiling tokio v1.27.0 |
3159 | 2024-12-20T20:07:23.568Z | [ helios-setup] Dec 20 20:07:22.359 INFO E| Compiling futures-util v0.3.28 |
3160 | 2024-12-20T20:07:23.847Z | [ helios-setup] Dec 20 20:07:22.639 INFO E| Compiling schemars v0.8.12 |
3161 | 2024-12-20T20:07:24.685Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3162 | 2024-12-20T20:07:24.758Z | [ helios-setup] Dec 20 20:07:23.549 INFO E| Compiling mio v0.8.5 |
3163 | 2024-12-20T20:07:24.878Z | [ helios-setup] Dec 20 20:07:23.669 INFO E| Compiling signal-hook-registry v1.4.0 |
3164 | 2024-12-20T20:07:25.008Z | [ helios-setup] Dec 20 20:07:23.799 INFO E| Compiling socket2 v0.4.9 |
3165 | 2024-12-20T20:07:25.079Z | [ helios-setup] Dec 20 20:07:23.870 INFO E| Compiling num-traits v0.2.15 |
3166 | 2024-12-20T20:07:25.391Z | [ helios-setup] Dec 20 20:07:24.182 INFO E| Compiling ahash v0.7.6 |
3167 | 2024-12-20T20:07:26.070Z | [ helios-setup] Dec 20 20:07:24.861 INFO E| Compiling pin-utils v0.1.0 |
3168 | 2024-12-20T20:07:26.682Z | [ helios-setup] Dec 20 20:07:25.473 INFO E| Compiling io-lifetimes v1.0.10 |
3169 | 2024-12-20T20:07:26.732Z | [ helios-setup] Dec 20 20:07:25.524 INFO E| Compiling crunchy v0.2.2 |
3170 | 2024-12-20T20:07:26.995Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3171 | 2024-12-20T20:07:27.461Z | [ helios-setup] Dec 20 20:07:26.252 INFO E| Compiling futures-io v0.3.28 |
3172 | 2024-12-20T20:07:28.650Z | [ helios-setup] Dec 20 20:07:27.441 INFO E| Compiling ahash v0.8.3 |
3173 | 2024-12-20T20:07:29.096Z | [ helios-setup] Dec 20 20:07:27.888 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3174 | 2024-12-20T20:07:29.355Z | [ helios-setup] Dec 20 20:07:28.147 INFO E| Compiling hashbrown v0.12.3 |
3175 | 2024-12-20T20:07:29.476Z | [ helios-setup] Dec 20 20:07:28.268 INFO E| Compiling tiny-keccak v2.0.2 |
3176 | 2024-12-20T20:07:29.664Z | [ helios-setup] Dec 20 20:07:28.455 INFO E| Compiling rustix v0.37.3 |
3177 | 2024-12-20T20:07:30.662Z | [ helios-setup] Dec 20 20:07:29.454 INFO E| Compiling crypto-common v0.1.6 |
3178 | 2024-12-20T20:07:30.813Z | [ helios-setup] Dec 20 20:07:29.605 INFO E| Compiling block-buffer v0.10.3 |
3179 | 2024-12-20T20:07:31.590Z | [ helios-setup] Dec 20 20:07:30.381 INFO E| Compiling serde_derive_internals v0.26.0 |
3180 | 2024-12-20T20:07:31.958Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3181 | 2024-12-20T20:07:32.199Z | [ helios-setup] Dec 20 20:07:30.990 INFO E| Compiling errno v0.3.1 |
3182 | 2024-12-20T20:07:32.287Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3183 | 2024-12-20T20:07:32.501Z | [ helios-setup] Dec 20 20:07:31.293 INFO E| Compiling crossbeam-utils v0.8.14 |
3184 | 2024-12-20T20:07:32.664Z | [ helios-setup] Dec 20 20:07:31.455 INFO E| Compiling slog v2.7.0 |
3185 | 2024-12-20T20:07:32.912Z | [ helios-setup] Dec 20 20:07:31.703 INFO E| Compiling pkg-config v0.3.26 |
3186 | 2024-12-20T20:07:33.615Z | [ helios-setup] Dec 20 20:07:32.233 INFO E| Compiling fnv v1.0.7 |
3187 | 2024-12-20T20:07:33.828Z | [ helios-setup] Dec 20 20:07:32.620 INFO E| Compiling http v0.2.9 |
3188 | 2024-12-20T20:07:34.797Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3189 | 2024-12-20T20:07:35.916Z | [ helios-setup] Dec 20 20:07:34.708 INFO E| Compiling digest v0.10.6 |
3190 | 2024-12-20T20:07:36.983Z | [ helios-setup] Dec 20 20:07:35.775 INFO E| Compiling aho-corasick v0.7.20 |
3191 | 2024-12-20T20:07:37.047Z | [ helios-setup] Dec 20 20:07:35.838 INFO E| Compiling httparse v1.8.0 |
3192 | 2024-12-20T20:07:37.992Z | [ helios-setup] Dec 20 20:07:36.783 INFO E| Compiling unicode-width v0.1.10 |
3193 | 2024-12-20T20:07:38.580Z | [ helios-setup] Dec 20 20:07:37.371 INFO E| Compiling regex-syntax v0.6.29 |
3194 | 2024-12-20T20:07:38.644Z | [ helios-setup] Dec 20 20:07:37.435 INFO E| Compiling anyhow v1.0.68 |
3195 | 2024-12-20T20:07:39.616Z | [ helios-setup] Dec 20 20:07:38.407 INFO E| Compiling percent-encoding v2.2.0 |
3196 | 2024-12-20T20:07:39.973Z | [ helios-setup] Dec 20 20:07:38.763 INFO E| Compiling tinyvec_macros v0.1.1 |
3197 | 2024-12-20T20:07:40.425Z | [ helios-setup] Dec 20 20:07:39.216 INFO E| Compiling heck v0.4.1 |
3198 | 2024-12-20T20:07:40.574Z | [ helios-setup] Dec 20 20:07:39.365 INFO E| Compiling cpufeatures v0.2.5 |
3199 | 2024-12-20T20:07:40.805Z | [ helios-setup] Dec 20 20:07:39.597 INFO E| Compiling tinyvec v1.6.0 |
3200 | 2024-12-20T20:07:41.373Z | [ helios-setup] Dec 20 20:07:40.164 INFO E| Compiling form_urlencoded v1.1.0 |
3201 | 2024-12-20T20:07:41.393Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3202 | 2024-12-20T20:07:42.013Z | [ helios-setup] Dec 20 20:07:40.804 INFO E| Compiling thiserror-impl v1.0.38 |
3203 | 2024-12-20T20:07:42.293Z | [ helios-setup] Dec 20 20:07:41.084 INFO E| Compiling schemars_derive v0.8.12 |
3204 | 2024-12-20T20:07:42.374Z | [ helios-setup] Dec 20 20:07:41.165 INFO E| Compiling serde_derive v1.0.204 |
3205 | 2024-12-20T20:07:42.520Z | [ helios-setup] Dec 20 20:07:41.306 INFO E| Compiling futures-macro v0.3.28 |
3206 | 2024-12-20T20:07:42.593Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3207 | 2024-12-20T20:07:43.029Z | [ helios-setup] Dec 20 20:07:41.820 INFO E| Compiling tokio-macros v2.0.0 |
3208 | 2024-12-20T20:07:43.423Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3209 | 2024-12-20T20:07:44.572Z | [ helios-setup] Dec 20 20:07:43.363 INFO E| Compiling const-random-macro v0.1.15 |
3210 | 2024-12-20T20:07:44.694Z | [ helios-setup] Dec 20 20:07:43.485 INFO E| Compiling hashbrown v0.13.2 |
3211 | 2024-12-20T20:07:44.951Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3212 | 2024-12-20T20:07:45.978Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3213 | 2024-12-20T20:07:46.250Z | [ helios-setup] Dec 20 20:07:45.041 INFO E| Compiling regex v1.7.3 |
3214 | 2024-12-20T20:07:46.930Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3215 | 2024-12-20T20:07:46.953Z | [ helios-setup] Dec 20 20:07:45.744 INFO E| Compiling chrono v0.4.24 |
3216 | 2024-12-20T20:07:48.065Z | [ helios-setup] Dec 20 20:07:46.856 INFO E| Compiling libz-sys v1.1.8 |
3217 | 2024-12-20T20:07:50.452Z | [ helios-setup] Dec 20 20:07:49.243 INFO E| Compiling uuid v1.3.0 |
3218 | 2024-12-20T20:07:50.618Z | [ helios-setup] Dec 20 20:07:49.409 INFO E| Compiling dyn-clone v1.0.11 |
3219 | 2024-12-20T20:07:51.575Z | [ helios-setup] Dec 20 20:07:50.366 INFO E| Compiling regress v0.5.0 |
3220 | 2024-12-20T20:07:51.805Z | [ helios-setup] Dec 20 20:07:50.596 INFO E| Compiling const-random v0.1.15 |
3221 | 2024-12-20T20:07:51.958Z | [ helios-setup] Dec 20 20:07:50.750 INFO E| Compiling unicode-normalization v0.1.22 |
3222 | 2024-12-20T20:07:53.968Z | [ helios-setup] Dec 20 20:07:52.759 INFO E| Compiling getopts v0.2.21 |
3223 | 2024-12-20T20:07:54.919Z | [ helios-setup] Dec 20 20:07:53.710 INFO E| Compiling tracing-core v0.1.30 |
3224 | 2024-12-20T20:07:55.203Z | [ helios-setup] Dec 20 20:07:53.994 INFO E| Compiling memoffset v0.7.1 |
3225 | 2024-12-20T20:07:55.937Z | [ helios-setup] Dec 20 20:07:54.728 INFO E| Compiling num-conv v0.1.0 |
3226 | 2024-12-20T20:07:56.085Z | [ helios-setup] Dec 20 20:07:54.876 INFO E| Compiling unicode-bidi v0.3.13 |
3227 | 2024-12-20T20:07:56.329Z | [ helios-setup] Dec 20 20:07:55.120 INFO E| Compiling powerfmt v0.2.0 |
3228 | 2024-12-20T20:07:56.946Z | [ helios-setup] Dec 20 20:07:55.736 INFO E| Compiling ucd-trie v0.1.5 |
3229 | 2024-12-20T20:07:57.233Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3230 | 2024-12-20T20:07:59.502Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3231 | 2024-12-20T20:07:59.641Z | [ helios-setup] Dec 20 20:07:58.432 INFO E| Compiling time-core v0.1.2 |
3232 | 2024-12-20T20:07:59.707Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3233 | 2024-12-20T20:07:59.917Z | [ host-package] Compiling hashlink v0.9.1 |
3234 | 2024-12-20T20:08:00.534Z | [ helios-setup] Dec 20 20:07:59.325 INFO E| Compiling time-macros v0.2.18 |
3235 | 2024-12-20T20:08:00.594Z | [ helios-setup] Dec 20 20:07:59.385 INFO E| Compiling idna v0.3.0 |
3236 | 2024-12-20T20:08:00.956Z | [ host-package] Compiling tungstenite v0.23.0 |
3237 | 2024-12-20T20:08:01.297Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3238 | 2024-12-20T20:08:01.468Z | [ helios-setup] Dec 20 20:08:00.259 INFO E| Compiling pest v2.5.7 |
3239 | 2024-12-20T20:08:01.852Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3240 | 2024-12-20T20:08:02.002Z | [ host-package] Compiling base64 v0.13.1 |
3241 | 2024-12-20T20:08:02.513Z | [ helios-setup] Dec 20 20:08:01.302 INFO E| Compiling tracing v0.1.37 |
3242 | 2024-12-20T20:08:02.903Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3243 | 2024-12-20T20:08:03.651Z | [ helios-setup] Dec 20 20:08:02.442 INFO E| Compiling deranged v0.3.11 |
3244 | 2024-12-20T20:08:03.664Z | [ host-package] Compiling rusqlite v0.32.1 |
3245 | 2024-12-20T20:08:03.775Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3246 | 2024-12-20T20:08:04.982Z | [ host-package] Compiling ron v0.7.1 |
3247 | 2024-12-20T20:08:05.047Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2024-12-20T20:08:07.148Z | [ helios-setup] Dec 20 20:08:05.939 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3249 | 2024-12-20T20:08:07.355Z | [ helios-setup] Dec 20 20:08:06.146 INFO E| Compiling time v0.1.45 |
3250 | 2024-12-20T20:08:08.674Z | [ helios-setup] Dec 20 20:08:07.465 INFO E| Compiling crossbeam-epoch v0.9.13 |
3251 | 2024-12-20T20:08:08.719Z | [ helios-setup] Dec 20 20:08:07.510 INFO E| Compiling semver v1.0.17 |
3252 | 2024-12-20T20:08:09.664Z | [ helios-setup] Dec 20 20:08:08.454 INFO E| Compiling iana-time-zone v0.1.56 |
3253 | 2024-12-20T20:08:10.797Z | [ helios-setup] Dec 20 20:08:09.587 INFO E| Compiling num_threads v0.1.6 |
3254 | 2024-12-20T20:08:11.271Z | [ host-package] Compiling xz2 v0.1.7 |
3255 | 2024-12-20T20:08:11.311Z | [ helios-setup] Dec 20 20:08:10.102 INFO E| Compiling time v0.3.36 |
3256 | 2024-12-20T20:08:11.412Z | [ helios-setup] Dec 20 20:08:10.202 INFO E| Compiling semver-parser v0.10.2 |
3257 | 2024-12-20T20:08:12.047Z | [ helios-setup] Dec 20 20:08:10.838 INFO E| Compiling toml v0.5.11 |
3258 | 2024-12-20T20:08:12.411Z | [ helios-setup] Dec 20 20:08:11.202 INFO E| Compiling serde_tokenstream v0.2.0 |
3259 | 2024-12-20T20:08:12.762Z | [ helios-setup] Dec 20 20:08:11.553 INFO E| Compiling smallvec v1.10.0 |
3260 | 2024-12-20T20:08:14.165Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3261 | 2024-12-20T20:08:14.925Z | [ helios-setup] Dec 20 20:08:13.716 INFO E| Compiling parking_lot v0.12.1 |
3262 | 2024-12-20T20:08:15.123Z | [ host-package] Compiling zone v0.1.8 |
3263 | 2024-12-20T20:08:18.232Z | [ helios-setup] Dec 20 20:08:17.023 INFO E| Compiling url v2.3.1 |
3264 | 2024-12-20T20:08:20.015Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3265 | 2024-12-20T20:08:22.046Z | [ helios-setup] Dec 20 20:08:20.836 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3266 | 2024-12-20T20:08:22.229Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3267 | 2024-12-20T20:08:25.097Z | [ helios-setup] Dec 20 20:08:23.888 INFO E| Compiling crossbeam-channel v0.5.6 |
3268 | 2024-12-20T20:08:26.251Z | [ helios-setup] Dec 20 20:08:25.042 INFO E| Compiling dirs-sys-next v0.1.2 |
3269 | 2024-12-20T20:08:28.814Z | [ helios-setup] Dec 20 20:08:27.604 INFO E| Compiling crc32fast v1.3.2 |
3270 | 2024-12-20T20:08:28.845Z | [ helios-setup] Dec 20 20:08:27.636 INFO E| Compiling same-file v1.0.6 |
3271 | 2024-12-20T20:08:29.495Z | [ helios-setup] Dec 20 20:08:28.286 INFO E| Compiling try-lock v0.2.4 |
3272 | 2024-12-20T20:08:29.944Z | [ helios-setup] Dec 20 20:08:28.730 INFO E| Compiling want v0.3.0 |
3273 | 2024-12-20T20:08:30.056Z | [ helios-setup] Dec 20 20:08:28.843 INFO E| Compiling walkdir v2.3.3 |
3274 | 2024-12-20T20:08:30.953Z | [ helios-setup] Dec 20 20:08:29.744 INFO E| Compiling dirs-next v2.0.0 |
3275 | 2024-12-20T20:08:31.948Z | [ helios-setup] Dec 20 20:08:30.737 INFO E| Compiling proc-macro-crate v1.2.1 |
3276 | 2024-12-20T20:08:33.116Z | [ helios-setup] Dec 20 20:08:31.906 INFO E| Compiling semver v0.11.0 |
3277 | 2024-12-20T20:08:34.139Z | [ helios-setup] Dec 20 20:08:32.930 INFO E| Compiling tokio-util v0.7.7 |
3278 | 2024-12-20T20:08:35.344Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3279 | 2024-12-20T20:08:36.839Z | [ helios-setup] Dec 20 20:08:35.629 INFO E| Compiling h2 v0.3.16 |
3280 | 2024-12-20T20:08:38.958Z | [ helios-setup] Dec 20 20:08:37.749 INFO E| Compiling futures-executor v0.3.28 |
3281 | 2024-12-20T20:08:39.002Z | [ helios-setup] Dec 20 20:08:37.793 INFO E| Compiling http-body v0.4.5 |
3282 | 2024-12-20T20:08:39.101Z | [ helios-setup] Dec 20 20:08:37.891 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3283 | 2024-12-20T20:08:40.713Z | [ helios-setup] Dec 20 20:08:39.504 INFO E| Compiling ring v0.16.20 |
3284 | 2024-12-20T20:08:40.716Z | [ helios-setup] Dec 20 20:08:39.504 INFO E| Compiling rand_core v0.6.4 |
3285 | 2024-12-20T20:08:41.763Z | [ helios-setup] Dec 20 20:08:40.542 INFO E| Compiling thread_local v1.1.7 |
3286 | 2024-12-20T20:08:43.367Z | [ helios-setup] Dec 20 20:08:42.158 INFO E| Compiling utf8parse v0.2.1 |
3287 | 2024-12-20T20:08:43.636Z | [ helios-setup] Dec 20 20:08:42.427 INFO E| Compiling rayon-core v1.10.2 |
3288 | 2024-12-20T20:08:43.825Z | [ helios-setup] Dec 20 20:08:42.615 INFO E| Compiling tower-service v0.3.2 |
3289 | 2024-12-20T20:08:44.342Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3290 | 2024-12-20T20:08:44.831Z | [ helios-setup] Dec 20 20:08:43.621 INFO E| Compiling fastrand v1.9.0 |
3291 | 2024-12-20T20:08:44.949Z | [ helios-setup] Dec 20 20:08:43.740 INFO E| Compiling httpdate v1.0.2 |
3292 | 2024-12-20T20:08:45.882Z | [ helios-setup] Dec 20 20:08:44.673 INFO E| Compiling ppv-lite86 v0.2.17 |
3293 | 2024-12-20T20:08:46.347Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3294 | 2024-12-20T20:08:46.709Z | [ helios-setup] Dec 20 20:08:45.500 INFO E| Compiling base64 v0.21.0 |
3295 | 2024-12-20T20:08:46.935Z | [ helios-setup] Dec 20 20:08:45.726 INFO E| Compiling home v0.5.4 |
3296 | 2024-12-20T20:08:47.675Z | [ helios-setup] Dec 20 20:08:46.464 INFO E| Compiling lazy_static v1.4.0 |
3297 | 2024-12-20T20:08:47.723Z | [ helios-setup] Dec 20 20:08:46.513 INFO E| Compiling adler v1.0.2 |
3298 | 2024-12-20T20:08:47.885Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3299 | 2024-12-20T20:08:48.043Z | [ helios-setup] Dec 20 20:08:46.832 INFO E| Compiling toolchain_find v0.2.0 |
3300 | 2024-12-20T20:08:48.295Z | [ helios-setup] Dec 20 20:08:47.085 INFO E| Compiling miniz_oxide v0.6.2 |
3301 | 2024-12-20T20:08:49.137Z | [ helios-setup] Dec 20 20:08:47.928 INFO E| Compiling hyper v0.14.25 |
3302 | 2024-12-20T20:08:49.602Z | [ helios-setup] Dec 20 20:08:48.392 INFO E| Compiling rand_chacha v0.3.1 |
3303 | 2024-12-20T20:08:51.035Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3304 | 2024-12-20T20:08:53.516Z | [ helios-setup] Dec 20 20:08:52.306 INFO E| Compiling tempfile v3.5.0 |
3305 | 2024-12-20T20:08:54.831Z | [ helios-setup] Dec 20 20:08:53.621 INFO E| Compiling anstyle-parse v0.1.1 |
3306 | 2024-12-20T20:08:55.569Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3307 | 2024-12-20T20:08:55.743Z | [ helios-setup] Dec 20 20:08:54.534 INFO E| Compiling futures v0.3.28 |
3308 | 2024-12-20T20:08:58.073Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3309 | 2024-12-20T20:08:59.587Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3310 | 2024-12-20T20:09:00.238Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3311 | 2024-12-20T20:09:08.406Z | [ helios-setup] Dec 20 20:09:06.927 INFO E| Compiling crossbeam-deque v0.8.2 |
3312 | 2024-12-20T20:09:09.449Z | [ helios-setup] Dec 20 20:09:08.238 INFO E| Compiling cargo-lock v8.0.3 |
3313 | 2024-12-20T20:09:10.050Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3314 | 2024-12-20T20:09:10.476Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3315 | 2024-12-20T20:09:11.061Z | [ host-package] Compiling twox-hash v1.6.3 |
3316 | 2024-12-20T20:09:11.254Z | [ host-package] Compiling yasna v0.5.2 |
3317 | 2024-12-20T20:09:11.301Z | [ helios-setup] Dec 20 20:09:10.089 INFO E| Compiling num_enum_derive v0.5.7 |
3318 | 2024-12-20T20:09:12.705Z | [ host-package] Compiling is_ci v1.2.0 |
3319 | 2024-12-20T20:09:13.879Z | [ helios-setup] Dec 20 20:09:12.669 INFO E| Compiling term v0.7.0 |
3320 | 2024-12-20T20:09:14.003Z | [ host-package] Compiling smawk v0.3.2 |
3321 | 2024-12-20T20:09:14.208Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3322 | 2024-12-20T20:09:14.943Z | [ host-package] Compiling rcgen v0.12.1 |
3323 | 2024-12-20T20:09:15.093Z | [ helios-setup] Dec 20 20:09:13.883 INFO E| Compiling serde_urlencoded v0.7.1 |
3324 | 2024-12-20T20:09:15.655Z | [ host-package] Compiling textwrap v0.16.1 |
3325 | 2024-12-20T20:09:16.140Z | [ helios-setup] Dec 20 20:09:14.930 INFO E| Compiling sha2 v0.10.6 |
3326 | 2024-12-20T20:09:16.290Z | [ helios-setup] Dec 20 20:09:15.080 INFO E| Compiling sha1 v0.10.5 |
3327 | 2024-12-20T20:09:16.588Z | [ helios-setup] Dec 20 20:09:15.378 INFO E| Compiling is-terminal v0.4.7 |
3328 | 2024-12-20T20:09:16.958Z | [ helios-setup] Dec 20 20:09:15.748 INFO E| Compiling atty v0.2.14 |
3329 | 2024-12-20T20:09:17.764Z | [ helios-setup] Dec 20 20:09:16.554 INFO E| Compiling concolor-query v0.3.3 |
3330 | 2024-12-20T20:09:17.894Z | [ host-package] Compiling supports-color v3.0.1 |
3331 | 2024-12-20T20:09:18.023Z | [ helios-setup] Dec 20 20:09:16.814 INFO E| Compiling concolor-override v1.0.0 |
3332 | 2024-12-20T20:09:18.708Z | [ helios-setup] Dec 20 20:09:17.498 INFO E| Compiling anstyle v0.3.5 |
3333 | 2024-12-20T20:09:21.407Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3334 | 2024-12-20T20:09:21.529Z | [ helios-setup] Dec 20 20:09:20.319 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3335 | 2024-12-20T20:09:23.752Z | [ helios-setup] Dec 20 20:09:22.542 INFO E| Compiling anstream v0.2.6 |
3336 | 2024-12-20T20:09:29.426Z | [ helios-setup] Dec 20 20:09:24.120 INFO E| Compiling slog-term v2.9.0 |
3337 | 2024-12-20T20:09:29.533Z | [ helios-setup] Dec 20 20:09:24.346 INFO E| Compiling flate2 v1.0.25 |
3338 | 2024-12-20T20:09:29.533Z | [ helios-setup] Dec 20 20:09:24.480 INFO E| Compiling num_enum v0.5.7 |
3339 | 2024-12-20T20:09:29.534Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3340 | 2024-12-20T20:09:29.534Z | [ helios-setup] Dec 20 20:09:25.079 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3341 | 2024-12-20T20:09:29.534Z | [ helios-setup] Dec 20 20:09:25.564 INFO E| Compiling rand v0.8.5 |
3342 | 2024-12-20T20:09:29.534Z | [ helios-setup] Dec 20 20:09:25.812 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3343 | 2024-12-20T20:09:29.534Z | [ helios-setup] Dec 20 20:09:26.305 INFO E| Compiling openapiv3 v1.0.2 |
3344 | 2024-12-20T20:09:29.583Z | [ helios-setup] Dec 20 20:09:27.545 INFO E| Compiling encoding_rs v0.8.32 |
3345 | 2024-12-20T20:09:30.698Z | [ helios-setup] Dec 20 20:09:29.489 INFO E| Compiling strsim v0.10.0 |
3346 | 2024-12-20T20:09:31.047Z | [ helios-setup] Dec 20 20:09:29.837 INFO E| Compiling byteorder v1.4.3 |
3347 | 2024-12-20T20:09:32.336Z | [ helios-setup] Dec 20 20:09:31.126 INFO E| Compiling utf-8 v0.7.6 |
3348 | 2024-12-20T20:09:33.125Z | [ helios-setup] Dec 20 20:09:31.915 INFO E| Compiling spin v0.5.2 |
3349 | 2024-12-20T20:09:33.929Z | [ helios-setup] Dec 20 20:09:32.718 INFO E| Compiling either v1.8.0 |
3350 | 2024-12-20T20:09:34.340Z | [ helios-setup] Dec 20 20:09:33.130 INFO E| Compiling unsafe-libyaml v0.2.8 |
3351 | 2024-12-20T20:09:34.789Z | [ helios-setup] Dec 20 20:09:33.579 INFO E| Compiling ipnet v2.7.2 |
3352 | 2024-12-20T20:09:35.530Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3353 | 2024-12-20T20:09:36.482Z | [ helios-setup] Dec 20 20:09:35.270 INFO E| Compiling project-root v0.2.2 |
3354 | 2024-12-20T20:09:37.056Z | [ helios-setup] Dec 20 20:09:35.846 INFO E| Compiling untrusted v0.7.1 |
3355 | 2024-12-20T20:09:37.582Z | [ helios-setup] Dec 20 20:09:36.372 INFO E| Compiling mime v0.3.17 |
3356 | 2024-12-20T20:09:37.840Z | [ helios-setup] Dec 20 20:09:36.630 INFO E| Compiling base64 v0.13.1 |
3357 | 2024-12-20T20:09:38.258Z | [ helios-setup] Dec 20 20:09:37.047 INFO E| Compiling clap_lex v0.4.1 |
3358 | 2024-12-20T20:09:39.491Z | [ helios-setup] Dec 20 20:09:38.280 INFO E| Compiling clap_builder v4.2.1 |
3359 | 2024-12-20T20:09:39.595Z | [ helios-setup] Dec 20 20:09:38.384 INFO E| Compiling tungstenite v0.18.0 |
3360 | 2024-12-20T20:09:39.703Z | [ helios-setup] Dec 20 20:09:38.493 INFO E| Compiling reqwest v0.11.16 |
3361 | 2024-12-20T20:09:39.753Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3362 | 2024-12-20T20:09:41.559Z | [ helios-setup] Dec 20 20:09:40.349 INFO E| Compiling serde_yaml v0.9.21 |
3363 | 2024-12-20T20:09:49.359Z | [ helios-setup] Dec 20 20:09:48.149 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3364 | 2024-12-20T20:09:49.881Z | [ helios-setup] Dec 20 20:09:48.671 INFO E| Compiling rayon v1.6.1 |
3365 | 2024-12-20T20:09:51.003Z | [ helios-setup] Dec 20 20:09:49.793 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3366 | 2024-12-20T20:09:53.439Z | [ helios-setup] Dec 20 20:09:52.229 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3367 | 2024-12-20T20:09:55.807Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3368 | 2024-12-20T20:09:56.716Z | [ helios-setup] Dec 20 20:09:55.505 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3369 | 2024-12-20T20:09:58.824Z | [ helios-setup] Dec 20 20:09:57.611 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3370 | 2024-12-20T20:09:58.888Z | [ helios-setup] Dec 20 20:09:57.678 INFO E| Compiling clap_derive v4.2.0 |
3371 | 2024-12-20T20:10:01.832Z | [ helios-setup] Dec 20 20:10:00.617 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3372 | 2024-12-20T20:10:03.966Z | [ helios-setup] Dec 20 20:10:02.755 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3373 | 2024-12-20T20:10:08.700Z | [ helios-setup] Dec 20 20:10:07.479 INFO E| Compiling clap v4.2.1 |
3374 | 2024-12-20T20:10:21.145Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3375 | 2024-12-20T20:10:27.024Z | [ helios-setup] Dec 20 20:10:25.810 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3376 | 2024-12-20T20:10:29.670Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3377 | 2024-12-20T20:10:30.368Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3378 | 2024-12-20T20:10:30.516Z | [ helios-setup] Dec 20 20:10:29.059 INFO E| Compiling tokio-tungstenite v0.18.0 |
3379 | 2024-12-20T20:10:31.659Z | [ helios-setup] Dec 20 20:10:30.408 INFO E| Compiling smartstring v1.0.1 |
3380 | 2024-12-20T20:10:32.632Z | [ helios-setup] Dec 20 20:10:31.421 INFO E| Compiling rustls v0.21.0 |
3381 | 2024-12-20T20:10:33.325Z | [ helios-setup] Dec 20 20:10:32.114 INFO E| Compiling rustls-webpki v0.100.1 |
3382 | 2024-12-20T20:10:34.635Z | [ helios-setup] Dec 20 20:10:33.412 INFO E| Compiling sct v0.7.0 |
3383 | 2024-12-20T20:10:35.952Z | [ helios-setup] Dec 20 20:10:34.735 INFO E| Compiling serde_spanned v0.6.1 |
3384 | 2024-12-20T20:10:36.598Z | [ helios-setup] Dec 20 20:10:35.387 INFO E| Compiling toml_datetime v0.6.1 |
3385 | 2024-12-20T20:10:36.693Z | [ helios-setup] Dec 20 20:10:35.482 INFO E| Compiling static_assertions v1.1.0 |
3386 | 2024-12-20T20:10:36.968Z | [ helios-setup] Dec 20 20:10:35.743 INFO E| Compiling paste v1.0.12 |
3387 | 2024-12-20T20:10:37.871Z | [ helios-setup] Dec 20 20:10:36.628 INFO E| Compiling camino v1.1.4 |
3388 | 2024-12-20T20:10:38.049Z | [ helios-setup] Dec 20 20:10:36.836 INFO E| Compiling match_cfg v0.1.0 |
3389 | 2024-12-20T20:10:38.309Z | [ helios-setup] Dec 20 20:10:37.088 INFO E| Compiling winnow v0.4.1 |
3390 | 2024-12-20T20:10:38.773Z | [ helios-setup] Dec 20 20:10:37.560 INFO E| Compiling async-trait v0.1.68 |
3391 | 2024-12-20T20:10:39.513Z | [ helios-setup] Dec 20 20:10:38.302 INFO E| Compiling slog-async v2.7.0 |
3392 | 2024-12-20T20:10:40.755Z | [ helios-setup] Dec 20 20:10:39.543 INFO E| Compiling hostname v0.3.1 |
3393 | 2024-12-20T20:10:42.650Z | [ helios-setup] Dec 20 20:10:41.439 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3394 | 2024-12-20T20:10:47.506Z | [ helios-setup] Dec 20 20:10:45.066 INFO E| Compiling toml_edit v0.19.8 |
3395 | 2024-12-20T20:10:50.192Z | [ helios-setup] Dec 20 20:10:48.981 INFO E| Compiling slog-json v2.6.1 |
3396 | 2024-12-20T20:10:50.704Z | [ helios-setup] Dec 20 20:10:49.493 INFO E| Compiling unicode-linebreak v0.1.4 |
3397 | 2024-12-20T20:10:51.122Z | [ helios-setup] Dec 20 20:10:49.911 INFO E| Compiling async-stream-impl v0.3.5 |
3398 | 2024-12-20T20:10:53.945Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3399 | 2024-12-20T20:10:54.095Z | [ helios-setup] Dec 20 20:10:52.884 INFO E| Compiling rhai_codegen v1.5.0 |
3400 | 2024-12-20T20:10:55.881Z | [ helios-setup] Dec 20 20:10:54.670 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3401 | 2024-12-20T20:10:56.001Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3402 | 2024-12-20T20:10:56.052Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3403 | 2024-12-20T20:10:56.920Z | [ helios-setup] Dec 20 20:10:55.709 INFO E| Compiling take_mut v0.2.2 |
3404 | 2024-12-20T20:10:56.966Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3405 | 2024-12-20T20:10:58.690Z | [ helios-setup] Dec 20 20:10:57.478 INFO E| Compiling async-stream v0.3.5 |
3406 | 2024-12-20T20:10:58.931Z | [ helios-setup] Dec 20 20:10:57.720 INFO E| Compiling toml v0.7.3 |
3407 | 2024-12-20T20:10:59.907Z | [ helios-setup] Dec 20 20:10:58.696 INFO E| Compiling rhai v1.14.0 |
3408 | 2024-12-20T20:10:59.992Z | [ helios-setup] Dec 20 20:10:58.781 INFO E| Compiling slog-bunyan v2.4.0 |
3409 | 2024-12-20T20:11:00.950Z | [ helios-setup] Dec 20 20:10:59.738 INFO E| Compiling tokio-rustls v0.24.0 |
3410 | 2024-12-20T20:11:06.855Z | [ helios-setup] Dec 20 20:11:05.645 INFO E| Compiling rustls-pemfile v1.0.2 |
3411 | 2024-12-20T20:11:08.268Z | [ helios-setup] Dec 20 20:11:07.057 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3412 | 2024-12-20T20:11:09.121Z | [ host-package] Compiling fatfs v0.3.6 |
3413 | 2024-12-20T20:11:09.656Z | [ helios-setup] Dec 20 20:11:08.445 INFO E| Compiling serde_path_to_error v0.1.11 |
3414 | 2024-12-20T20:11:10.177Z | [ host-package] Compiling rtoolbox v0.0.2 |
3415 | 2024-12-20T20:11:10.285Z | [ helios-setup] Dec 20 20:11:09.071 INFO E| Compiling bincode v1.3.3 |
3416 | 2024-12-20T20:11:11.069Z | [ host-package] Compiling subprocess v0.2.9 |
3417 | 2024-12-20T20:11:12.224Z | [ helios-setup] Dec 20 20:11:11.012 INFO E| Compiling terminal_size v0.2.6 |
3418 | 2024-12-20T20:11:12.955Z | [ helios-setup] Dec 20 20:11:11.744 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3419 | 2024-12-20T20:11:13.021Z | [ helios-setup] Dec 20 20:11:11.808 INFO E| Compiling smawk v0.3.1 |
3420 | 2024-12-20T20:11:13.871Z | [ helios-setup] Dec 20 20:11:12.660 INFO E| Compiling textwrap v0.16.0 |
3421 | 2024-12-20T20:11:14.990Z | [ host-package] Compiling assert_matches v1.5.0 |
3422 | 2024-12-20T20:11:17.090Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3423 | 2024-12-20T20:11:19.553Z | [ host-package] Compiling rpassword v7.3.1 |
3424 | 2024-12-20T20:11:20.858Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3425 | 2024-12-20T20:11:21.871Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3426 | 2024-12-20T20:11:28.745Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3427 | 2024-12-20T20:11:31.418Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3428 | 2024-12-20T20:11:32.492Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3429 | 2024-12-20T20:11:34.513Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3430 | 2024-12-20T20:11:35.088Z | [ host-package] Compiling uzers v0.12.1 |
3431 | 2024-12-20T20:11:42.645Z | [ helios-setup] Dec 20 20:11:40.043 INFO E| Compiling git2 v0.16.1 |
3432 | 2024-12-20T20:11:42.707Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3433 | 2024-12-20T20:11:47.096Z | [ helios-setup] Dec 20 20:11:45.885 INFO E| Compiling built v0.6.0 |
3434 | 2024-12-20T20:11:52.130Z | [ helios-setup] Dec 20 20:11:50.919 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3435 | 2024-12-20T20:11:52.925Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3436 | 2024-12-20T20:11:53.852Z | [ helios-setup] Dec 20 20:11:52.619 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3437 | 2024-12-20T20:11:54.551Z | [ helios-setup] Dec 20 20:11:53.339 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3438 | 2024-12-20T20:11:54.555Z | [ helios-setup] Dec 20 20:11:53.339 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3439 | 2024-12-20T20:11:56.233Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3440 | 2024-12-20T20:11:57.806Z | [ helios-setup] Dec 20 20:11:56.592 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3441 | 2024-12-20T20:12:45.901Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3442 | 2024-12-20T20:12:47.750Z | [ helios-setup] Dec 20 20:12:46.538 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3443 | 2024-12-20T20:12:52.082Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3444 | 2024-12-20T20:12:57.517Z | [ host-package] Compiling multimap v0.10.0 |
3445 | 2024-12-20T20:13:54.819Z | [ helios-setup] Dec 20 20:13:53.607 INFO E| Finished `release` profile [optimized] target(s) in 6m 50s |
3446 | 2024-12-20T20:13:54.954Z | [ helios-setup] Dec 20 20:13:53.742 INFO building project "pilot" ok (410 seconds) |
3447 | 2024-12-20T20:13:54.957Z | [ helios-setup] rm -f helios-build |
3448 | 2024-12-20T20:13:54.960Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3449 | 2024-12-20T20:13:54.963Z | [ helios-setup] |
3450 | 2024-12-20T20:13:54.966Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3451 | 2024-12-20T20:13:54.966Z | [ helios-setup] |
3452 | 2024-12-20T20:13:54.969Z | [ helios-setup] |
3453 | 2024-12-20T20:13:54.969Z | [ helios-setup] real 12:04.000158157 |
3454 | 2024-12-20T20:13:54.969Z | [ helios-setup] user 29:06.299455036 |
3455 | 2024-12-20T20:13:54.969Z | [ helios-setup] sys 3:40.667323140 |
3456 | 2024-12-20T20:13:54.969Z | [ helios-setup] trap 1.760479243 |
3457 | 2024-12-20T20:13:54.969Z | [ helios-setup] tflt 7.128410944 |
3458 | 2024-12-20T20:13:54.969Z | [ helios-setup] dflt 27.852393614 |
3459 | 2024-12-20T20:13:54.970Z | [ helios-setup] kflt 0.066600170 |
3460 | 2024-12-20T20:13:54.970Z | [ helios-setup] lock 2:05:31.824653933 |
3461 | 2024-12-20T20:13:54.970Z | [ helios-setup] slp 3:46:11.523567934 |
3462 | 2024-12-20T20:13:54.970Z | [ helios-setup] lat 32:57.457933901 |
3463 | 2024-12-20T20:13:54.970Z | [ helios-setup] stop 4:41.981018989 |
3464 | 2024-12-20T20:13:54.970Z | Dec 20 20:13:53.755 INFO [helios-setup] process exited with exit status: 0 (724.005994066s) |
3465 | 2024-12-20T20:13:54.970Z | Dec 20 20:13:53.756 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3466 | 2024-12-20T20:13:55.017Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3467 | 2024-12-20T20:13:55.433Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3468 | 2024-12-20T20:13:55.436Z | [ phbl-toolchain] info: downloading component 'cargo' |
3469 | 2024-12-20T20:13:56.409Z | [ phbl-toolchain] info: downloading component 'clippy' |
3470 | 2024-12-20T20:13:56.865Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3471 | 2024-12-20T20:14:02.197Z | [ phbl-toolchain] info: downloading component 'miri' |
3472 | 2024-12-20T20:14:02.390Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3473 | 2024-12-20T20:14:05.433Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3474 | 2024-12-20T20:14:05.437Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3475 | 2024-12-20T20:14:07.017Z | [ phbl-toolchain] info: downloading component 'rustc' |
3476 | 2024-12-20T20:14:14.829Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3477 | 2024-12-20T20:14:15.080Z | [ phbl-toolchain] info: installing component 'cargo' |
3478 | 2024-12-20T20:14:16.343Z | [ phbl-toolchain] info: installing component 'clippy' |
3479 | 2024-12-20T20:14:16.915Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3480 | 2024-12-20T20:14:22.534Z | [ phbl-toolchain] info: installing component 'miri' |
3481 | 2024-12-20T20:14:22.897Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3482 | 2024-12-20T20:14:31.191Z | [ phbl-toolchain] info: installing component 'rust-src' |
3483 | 2024-12-20T20:14:32.248Z | [ phbl-toolchain] info: installing component 'rust-std' |
3484 | 2024-12-20T20:14:34.915Z | [ phbl-toolchain] info: installing component 'rustc' |
3485 | 2024-12-20T20:14:44.130Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3486 | 2024-12-20T20:14:44.837Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3487 | 2024-12-20T20:14:44.839Z | Dec 20 20:14:43.627 INFO [phbl-toolchain] process exited with exit status: 0 (49.871141921s) |
3488 | 2024-12-20T20:15:41.948Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3489 | 2024-12-20T20:15:51.197Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3490 | 2024-12-20T20:22:37.643Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 54s |
3491 | 2024-12-20T20:23:47.829Z | Dec 20 20:23:46.612 INFO [host-package] process exited with exit status: 0 (1265.278353482s) |
3492 | 2024-12-20T20:23:47.833Z | Dec 20 20:23:46.612 INFO [host-stamp] running task |
3493 | 2024-12-20T20:23:47.834Z | Dec 20 20:23:46.612 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3494 | 2024-12-20T20:23:47.839Z | Dec 20 20:23:46.622 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gite3ee22c82e2 |
3495 | 2024-12-20T20:23:47.846Z | Dec 20 20:23:46.629 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gite3ee22c82e2 |
3496 | 2024-12-20T20:23:47.851Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3497 | 2024-12-20T20:23:47.855Z | Dec 20 20:23:46.638 INFO [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3498 | 2024-12-20T20:23:47.855Z | [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gite3ee22c82e2 |
3499 | 2024-12-20T20:23:47.867Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3500 | 2024-12-20T20:23:47.870Z | Dec 20 20:23:46.649 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gite3ee22c82e2 |
3501 | 2024-12-20T20:23:47.878Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3502 | 2024-12-20T20:23:47.882Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3503 | 2024-12-20T20:23:47.886Z | Dec 20 20:23:46.665 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gite3ee22c82e2 |
3504 | 2024-12-20T20:23:47.898Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-20T20:23:47.901Z | Dec 20 20:23:46.681 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gite3ee22c82e2 |
3506 | 2024-12-20T20:23:47.915Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3507 | 2024-12-20T20:23:47.918Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-20T20:23:47.918Z | Dec 20 20:23:46.697 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gite3ee22c82e2 |
3509 | 2024-12-20T20:23:47.929Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-20T20:23:47.933Z | Dec 20 20:23:46.711 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gite3ee22c82e2 |
3511 | 2024-12-20T20:23:47.945Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3512 | 2024-12-20T20:23:47.948Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-20T20:23:47.948Z | Dec 20 20:23:46.729 INFO [stamp-oxlog] process exited with exit status: 0 (99.868004ms) |
3514 | 2024-12-20T20:23:47.948Z | Dec 20 20:23:46.729 INFO [stamp-overlay] process exited with exit status: 0 (64.210848ms) |
3515 | 2024-12-20T20:23:47.950Z | Dec 20 20:23:46.731 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (34.344811ms) |
3516 | 2024-12-20T20:23:47.959Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3517 | 2024-12-20T20:23:48.003Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3518 | 2024-12-20T20:23:48.008Z | Dec 20 20:23:46.789 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (139.219325ms) |
3519 | 2024-12-20T20:23:48.085Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3520 | 2024-12-20T20:23:48.089Z | Dec 20 20:23:46.872 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (250.00493ms) |
3521 | 2024-12-20T20:23:48.280Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3522 | 2024-12-20T20:23:48.284Z | Dec 20 20:23:47.066 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (385.601391ms) |
3523 | 2024-12-20T20:23:49.032Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3524 | 2024-12-20T20:23:49.084Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3525 | 2024-12-20T20:23:49.088Z | Dec 20 20:23:47.869 INFO [stamp-propolis-server] process exited with exit status: 0 (1.231508398s) |
3526 | 2024-12-20T20:23:51.412Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3527 | 2024-12-20T20:23:58.592Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3528 | 2024-12-20T20:23:58.596Z | Dec 20 20:23:57.378 INFO [stamp-switch-asic] process exited with exit status: 0 (10.667046342s) |
3529 | 2024-12-20T20:23:58.599Z | Dec 20 20:23:57.378 INFO [host-stamp] task succeeded (10.766601592s) |
3530 | 2024-12-20T20:23:58.600Z | Dec 20 20:23:57.379 INFO [host-proto] running task |
3531 | 2024-12-20T20:23:59.057Z | Dec 20 20:23:57.822 INFO [host-proto] task succeeded (443.231301ms) |
3532 | 2024-12-20T20:23:59.057Z | Dec 20 20:23:57.822 INFO [host-profile] running task |
3533 | 2024-12-20T20:23:59.062Z | Dec 20 20:23:57.822 INFO [host-profile] task succeeded (409.475µs) |
3534 | 2024-12-20T20:23:59.062Z | Dec 20 20:23:57.822 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.311' -P /tmp/.tmpoPknlO/proto/host/root -N 'ci e3ee22c/${os_short_commit} 2024-12-20 20:01' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3535 | 2024-12-20T20:23:59.062Z | [ host-image] Dec 20 20:23:57.841 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3536 | 2024-12-20T20:23:59.062Z | [ host-image] Dec 20 20:23:57.841 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3537 | 2024-12-20T20:23:59.082Z | [ host-image] Dec 20 20:23:57.858 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpoPknlO/proto/host/root" |
3538 | 2024-12-20T20:23:59.082Z | [ host-image] Dec 20 20:23:57.858 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3539 | 2024-12-20T20:23:59.087Z | [ host-image] Dec 20 20:23:57.858 INFO image builder template: ramdisk-01-os... |
3540 | 2024-12-20T20:23:59.087Z | [ host-image] Dec 20 20:23:57.858 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/.tmpoPknlO/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.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3541 | 2024-12-20T20:23:59.100Z | [ host-image] Dec 20 20:23:57.882 INFO O| Dec 20 20:23:57.882 INFO CREATE DATASET: rpool/images/build/host/output |
3542 | 2024-12-20T20:23:59.689Z | [ host-image] Dec 20 20:23:58.471 INFO O| Dec 20 20:23:58.471 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3543 | 2024-12-20T20:23:59.696Z | [ host-image] Dec 20 20:23:58.478 INFO O| Dec 20 20:23:58.478 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3544 | 2024-12-20T20:23:59.919Z | [ host-image] Dec 20 20:23:58.700 INFO O| Dec 20 20:23:58.700 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3545 | 2024-12-20T20:24:00.037Z | [ host-image] Dec 20 20:23:58.815 INFO O| Dec 20 20:23:58.815 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3546 | 2024-12-20T20:24:00.039Z | [ host-image] Dec 20 20:23:58.815 INFO O| Dec 20 20:23:58.815 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3547 | 2024-12-20T20:24:00.039Z | [ host-image] Dec 20 20:23:58.816 INFO O| Dec 20 20:23:58.816 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3548 | 2024-12-20T20:24:00.039Z | [ host-image] Dec 20 20:23:58.816 INFO O| Dec 20 20:23:58.816 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3549 | 2024-12-20T20:24:00.045Z | [ host-image] Dec 20 20:23:58.828 INFO O| Dec 20 20:23:58.828 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3550 | 2024-12-20T20:24:00.317Z | [ host-image] Dec 20 20:23:59.098 INFO O| Dec 20 20:23:59.098 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-12-20T20:24:00.332Z | [ host-image] Dec 20 20:23:59.114 INFO O| Dec 20 20:23:59.114 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3552 | 2024-12-20T20:24:00.941Z | [ host-image] Dec 20 20:23:59.723 INFO O| Dec 20 20:23:59.723 INFO O| Caching catalogs ... Done |
3553 | 2024-12-20T20:24:01.064Z | [ host-image] Dec 20 20:23:59.846 INFO O| Dec 20 20:23:59.846 INFO STEP 0 (pkg_image_create) COMPLETE |
3554 | 2024-12-20T20:24:01.064Z | [ host-image] Dec 20 20:23:59.846 INFO O| Dec 20 20:23:59.846 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-12-20T20:24:01.069Z | [ host-image] Dec 20 20:23:59.846 INFO O| Dec 20 20:23:59.846 INFO skip step because feature "repo_redist" is not enabled |
3556 | 2024-12-20T20:24:01.069Z | [ host-image] Dec 20 20:23:59.846 INFO O| Dec 20 20:23:59.846 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-20T20:24:01.082Z | [ host-image] Dec 20 20:23:59.864 INFO O| Dec 20 20:23:59.864 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"] |
3558 | 2024-12-20T20:24:01.698Z | [ host-image] Dec 20 20:24:00.480 INFO O| Dec 20 20:24:00.480 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3559 | 2024-12-20T20:24:01.698Z | [ host-image] Dec 20 20:24:00.480 INFO O| Dec 20 20:24:00.480 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-12-20T20:24:01.717Z | [ host-image] Dec 20 20:24:00.497 INFO O| Dec 20 20:24:00.497 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"] |
3561 | 2024-12-20T20:24:02.317Z | [ host-image] Dec 20 20:24:01.099 INFO O| Dec 20 20:24:01.099 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3562 | 2024-12-20T20:24:02.317Z | [ host-image] Dec 20 20:24:01.099 INFO O| Dec 20 20:24:01.099 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-20T20:24:02.317Z | [ host-image] Dec 20 20:24:01.099 INFO O| Dec 20 20:24:01.099 INFO skip step because feature "repo_redist" is not enabled |
3564 | 2024-12-20T20:24:02.323Z | [ host-image] Dec 20 20:24:01.099 INFO O| Dec 20 20:24:01.099 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-20T20:24:02.892Z | [ host-image] Dec 20 20:24:01.674 INFO O| Dec 20 20:24:01.674 INFO variant opensolaris.zone is already global |
3566 | 2024-12-20T20:24:02.892Z | [ host-image] Dec 20 20:24:01.674 INFO O| Dec 20 20:24:01.674 INFO STEP 5 (pkg_change_variant) COMPLETE |
3567 | 2024-12-20T20:24:02.894Z | [ host-image] Dec 20 20:24:01.674 INFO O| Dec 20 20:24:01.674 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3568 | 2024-12-20T20:24:03.451Z | [ host-image] Dec 20 20:24:02.233 INFO O| Dec 20 20:24:02.233 INFO variant opensolaris.imagetype is full; changing to partial |
3569 | 2024-12-20T20:24:03.451Z | [ host-image] Dec 20 20:24:02.233 INFO O| Dec 20 20:24:02.233 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3570 | 2024-12-20T20:24:10.814Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.73s |
3571 | 2024-12-20T20:24:10.890Z | [ host-image] Dec 20 20:24:09.669 INFO O| Dec 20 20:24:09.669 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3572 | 2024-12-20T20:24:12.630Z | Dec 20 20:24:11.408 INFO [recovery-package] process exited with exit status: 0 (24.795995933s) |
3573 | 2024-12-20T20:24:12.630Z | Dec 20 20:24:11.408 INFO [recovery-stamp] running task |
3574 | 2024-12-20T20:24:12.644Z | Dec 20 20:24:11.409 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3575 | 2024-12-20T20:24:12.644Z | Dec 20 20:24:11.418 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gite3ee22c82e2 |
3576 | 2024-12-20T20:24:12.651Z | Dec 20 20:24:11.426 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gite3ee22c82e2 |
3577 | 2024-12-20T20:24:12.659Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3578 | 2024-12-20T20:24:12.665Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3579 | 2024-12-20T20:24:12.752Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3580 | 2024-12-20T20:24:12.761Z | Dec 20 20:24:11.538 INFO [stamp-installinator] process exited with exit status: 0 (111.622725ms) |
3581 | 2024-12-20T20:24:12.786Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3582 | 2024-12-20T20:24:12.793Z | Dec 20 20:24:11.564 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (146.017126ms) |
3583 | 2024-12-20T20:24:12.793Z | Dec 20 20:24:11.564 INFO [recovery-stamp] task succeeded (155.487689ms) |
3584 | 2024-12-20T20:24:12.793Z | Dec 20 20:24:11.564 INFO [recovery-proto] running task |
3585 | 2024-12-20T20:24:12.793Z | Dec 20 20:24:11.564 INFO [tuf-stamp] running task |
3586 | 2024-12-20T20:24:12.793Z | Dec 20 20:24:11.565 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gite3ee22c82e2 |
3587 | 2024-12-20T20:24:12.832Z | Dec 20 20:24:11.582 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gite3ee22c82e2 |
3588 | 2024-12-20T20:24:12.859Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3589 | 2024-12-20T20:24:12.859Z | Dec 20 20:24:11.596 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gite3ee22c82e2 |
3590 | 2024-12-20T20:24:12.859Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-20T20:24:12.859Z | Dec 20 20:24:11.613 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gite3ee22c82e2 |
3592 | 2024-12-20T20:24:12.859Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3593 | 2024-12-20T20:24:12.859Z | Dec 20 20:24:11.627 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gite3ee22c82e2 |
3594 | 2024-12-20T20:24:12.882Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-20T20:24:12.882Z | Dec 20 20:24:11.646 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gite3ee22c82e2 |
3596 | 2024-12-20T20:24:12.914Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-20T20:24:12.936Z | Dec 20 20:24:11.690 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gite3ee22c82e2 |
3598 | 2024-12-20T20:24:12.983Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3599 | 2024-12-20T20:24:13.033Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3600 | 2024-12-20T20:24:13.033Z | Dec 20 20:24:11.749 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gite3ee22c82e2 |
3601 | 2024-12-20T20:24:13.100Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-20T20:24:13.100Z | Dec 20 20:24:11.834 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gite3ee22c82e2 |
3603 | 2024-12-20T20:24:13.159Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3604 | 2024-12-20T20:24:13.159Z | Dec 20 20:24:11.873 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gite3ee22c82e2 |
3605 | 2024-12-20T20:24:13.220Z | Dec 20 20:24:11.951 INFO [recovery-proto] task succeeded (386.739145ms) |
3606 | 2024-12-20T20:24:13.221Z | Dec 20 20:24:11.951 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.311' -P /tmp/.tmpoPknlO/proto/recovery/root -N 'recovery e3ee22c/${os_short_commit} 2024-12-20 20:01' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3607 | 2024-12-20T20:24:13.291Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2024-12-20T20:24:13.292Z | Dec 20 20:24:11.975 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gite3ee22c82e2 |
3609 | 2024-12-20T20:24:13.292Z | [ recovery-image] Dec 20 20:24:11.992 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3610 | 2024-12-20T20:24:13.292Z | [ recovery-image] Dec 20 20:24:11.993 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3611 | 2024-12-20T20:24:13.292Z | [ recovery-image] Dec 20 20:24:12.018 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpoPknlO/proto/recovery/root" |
3612 | 2024-12-20T20:24:13.292Z | [ recovery-image] Dec 20 20:24:12.018 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3613 | 2024-12-20T20:24:13.292Z | [ recovery-image] Dec 20 20:24:12.018 INFO image builder template: ramdisk-01-os... |
3614 | 2024-12-20T20:24:13.292Z | [ recovery-image] Dec 20 20:24:12.018 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/.tmpoPknlO/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.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3615 | 2024-12-20T20:24:13.292Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3616 | 2024-12-20T20:24:13.292Z | Dec 20 20:24:12.022 INFO [stamp-probe] process exited with exit status: 0 (425.573128ms) |
3617 | 2024-12-20T20:24:13.347Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3618 | 2024-12-20T20:24:13.348Z | [ recovery-image] Dec 20 20:24:12.050 INFO O| Dec 20 20:24:12.049 INFO CREATE DATASET: rpool/images/build/recovery/output |
3619 | 2024-12-20T20:24:13.540Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3620 | 2024-12-20T20:24:13.670Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3621 | 2024-12-20T20:24:13.677Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3622 | 2024-12-20T20:24:13.744Z | Dec 20 20:24:12.522 INFO [stamp-ntp] process exited with exit status: 0 (687.506192ms) |
3623 | 2024-12-20T20:24:14.047Z | [ recovery-image] Dec 20 20:24:12.824 INFO O| Dec 20 20:24:12.824 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3624 | 2024-12-20T20:24:14.077Z | [ recovery-image] Dec 20 20:24:12.831 INFO O| Dec 20 20:24:12.831 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3625 | 2024-12-20T20:24:14.409Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3626 | 2024-12-20T20:24:14.468Z | Dec 20 20:24:13.247 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.633451044s) |
3627 | 2024-12-20T20:24:14.700Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3628 | 2024-12-20T20:24:14.712Z | Dec 20 20:24:13.484 INFO [stamp-external-dns] process exited with exit status: 0 (1.856499552s) |
3629 | 2024-12-20T20:24:14.712Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3630 | 2024-12-20T20:24:14.741Z | Dec 20 20:24:13.518 INFO [stamp-internal-dns] process exited with exit status: 0 (1.872481353s) |
3631 | 2024-12-20T20:24:14.769Z | [ recovery-image] Dec 20 20:24:13.545 INFO O| Dec 20 20:24:13.544 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3632 | 2024-12-20T20:24:14.899Z | [ recovery-image] Dec 20 20:24:13.660 INFO O| Dec 20 20:24:13.660 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3633 | 2024-12-20T20:24:14.899Z | [ recovery-image] Dec 20 20:24:13.660 INFO O| Dec 20 20:24:13.660 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3634 | 2024-12-20T20:24:14.941Z | [ recovery-image] Dec 20 20:24:13.661 INFO O| Dec 20 20:24:13.661 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3635 | 2024-12-20T20:24:14.941Z | [ recovery-image] Dec 20 20:24:13.661 INFO O| Dec 20 20:24:13.661 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3636 | 2024-12-20T20:24:14.941Z | [ recovery-image] Dec 20 20:24:13.677 INFO O| Dec 20 20:24:13.677 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3637 | 2024-12-20T20:24:15.011Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3638 | 2024-12-20T20:24:15.028Z | Dec 20 20:24:13.795 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.045625963s) |
3639 | 2024-12-20T20:24:15.394Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3640 | 2024-12-20T20:24:15.404Z | Dec 20 20:24:14.177 INFO [stamp-oximeter] process exited with exit status: 0 (2.201777581s) |
3641 | 2024-12-20T20:24:15.605Z | [ recovery-image] Dec 20 20:24:14.383 INFO O| Dec 20 20:24:14.383 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3642 | 2024-12-20T20:24:15.616Z | [ recovery-image] Dec 20 20:24:14.398 INFO O| Dec 20 20:24:14.398 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3643 | 2024-12-20T20:24:16.119Z | [ recovery-image] Dec 20 20:24:14.901 INFO O| Dec 20 20:24:14.900 INFO O| Caching catalogs ... Done |
3644 | 2024-12-20T20:24:16.234Z | [ recovery-image] Dec 20 20:24:15.016 INFO O| Dec 20 20:24:15.016 INFO STEP 0 (pkg_image_create) COMPLETE |
3645 | 2024-12-20T20:24:16.234Z | [ recovery-image] Dec 20 20:24:15.016 INFO O| Dec 20 20:24:15.016 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3646 | 2024-12-20T20:24:16.242Z | [ recovery-image] Dec 20 20:24:15.016 INFO O| Dec 20 20:24:15.016 INFO skip step because feature "repo_redist" is not enabled |
3647 | 2024-12-20T20:24:16.242Z | [ recovery-image] Dec 20 20:24:15.016 INFO O| Dec 20 20:24:15.016 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3648 | 2024-12-20T20:24:16.254Z | [ recovery-image] Dec 20 20:24:15.031 INFO O| Dec 20 20:24:15.030 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"] |
3649 | 2024-12-20T20:24:16.723Z | [ host-image] Dec 20 20:24:15.499 INFO O| Dec 20 20:24:15.499 INFO O| Startup: Caching catalogs ... Done |
3650 | 2024-12-20T20:24:16.740Z | [ recovery-image] Dec 20 20:24:15.510 INFO O| Dec 20 20:24:15.510 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3651 | 2024-12-20T20:24:16.740Z | [ recovery-image] Dec 20 20:24:15.510 INFO O| Dec 20 20:24:15.510 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3652 | 2024-12-20T20:24:16.753Z | [ recovery-image] Dec 20 20:24:15.522 INFO O| Dec 20 20:24:15.522 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"] |
3653 | 2024-12-20T20:24:16.844Z | [ host-image] Dec 20 20:24:15.602 INFO O| Dec 20 20:24:15.602 INFO O| Planning: Planning completed in 0.00 seconds |
3654 | 2024-12-20T20:24:16.874Z | [ host-image] Dec 20 20:24:15.603 INFO O| Dec 20 20:24:15.603 INFO O| Planning: Consolidating action changes ... Done |
3655 | 2024-12-20T20:24:16.874Z | [ host-image] Dec 20 20:24:15.603 INFO O| Dec 20 20:24:15.603 INFO O| Planning: Evaluating mediators ... Done |
3656 | 2024-12-20T20:24:16.874Z | [ host-image] Dec 20 20:24:15.603 INFO O| Dec 20 20:24:15.603 INFO O| Planning: Planning completed in 0.00 seconds |
3657 | 2024-12-20T20:24:16.874Z | [ host-image] Dec 20 20:24:15.604 INFO O| Dec 20 20:24:15.604 INFO O| Variants/Facets to change: 1 |
3658 | 2024-12-20T20:24:16.874Z | [ host-image] Dec 20 20:24:15.630 INFO O| Dec 20 20:24:15.630 INFO O| Done |
3659 | 2024-12-20T20:24:16.874Z | [ host-image] Dec 20 20:24:15.630 INFO O| Dec 20 20:24:15.630 INFO O| Done |
3660 | 2024-12-20T20:24:17.187Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3661 | 2024-12-20T20:24:17.205Z | Dec 20 20:24:15.956 INFO [stamp-nexus] process exited with exit status: 0 (4.266850547s) |
3662 | 2024-12-20T20:24:17.273Z | [ recovery-image] Dec 20 20:24:16.020 INFO O| Dec 20 20:24:16.020 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3663 | 2024-12-20T20:24:17.273Z | [ recovery-image] Dec 20 20:24:16.020 INFO O| Dec 20 20:24:16.020 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3664 | 2024-12-20T20:24:17.286Z | [ recovery-image] Dec 20 20:24:16.020 INFO O| Dec 20 20:24:16.020 INFO skip step because feature "repo_redist" is not enabled |
3665 | 2024-12-20T20:24:17.286Z | [ recovery-image] Dec 20 20:24:16.020 INFO O| Dec 20 20:24:16.020 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3666 | 2024-12-20T20:24:17.666Z | [ host-image] Dec 20 20:24:16.432 INFO O| Dec 20 20:24:16.432 INFO O| Done |
3667 | 2024-12-20T20:24:17.694Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3668 | 2024-12-20T20:24:17.706Z | [ host-image] Dec 20 20:24:16.482 INFO O| Dec 20 20:24:16.482 INFO O| Done |
3669 | 2024-12-20T20:24:17.706Z | [ host-image] Dec 20 20:24:16.483 INFO O| Dec 20 20:24:16.483 INFO O| Done |
3670 | 2024-12-20T20:24:17.721Z | [ host-image] Dec 20 20:24:16.484 INFO O| Dec 20 20:24:16.484 INFO O| Done |
3671 | 2024-12-20T20:24:17.721Z | [ host-image] Dec 20 20:24:16.485 INFO O| Dec 20 20:24:16.485 INFO O| Done |
3672 | 2024-12-20T20:24:17.729Z | [ recovery-image] Dec 20 20:24:16.494 INFO O| Dec 20 20:24:16.494 INFO variant opensolaris.zone is already global |
3673 | 2024-12-20T20:24:17.729Z | [ recovery-image] Dec 20 20:24:16.494 INFO O| Dec 20 20:24:16.494 INFO STEP 5 (pkg_change_variant) COMPLETE |
3674 | 2024-12-20T20:24:17.729Z | [ recovery-image] Dec 20 20:24:16.494 INFO O| Dec 20 20:24:16.494 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3675 | 2024-12-20T20:24:17.843Z | [verify-libraries] Compiling home v0.5.9 |
3676 | 2024-12-20T20:24:17.889Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3677 | 2024-12-20T20:24:17.889Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3678 | 2024-12-20T20:24:17.889Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3679 | 2024-12-20T20:24:17.889Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3680 | 2024-12-20T20:24:17.889Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3681 | 2024-12-20T20:24:18.015Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3682 | 2024-12-20T20:24:18.028Z | [verify-libraries] Compiling nix v0.28.0 |
3683 | 2024-12-20T20:24:18.168Z | [verify-libraries] Compiling polyval v0.6.2 |
3684 | 2024-12-20T20:24:18.326Z | [ host-image] Dec 20 20:24:17.098 INFO O| Dec 20 20:24:17.098 INFO STEP 6 (pkg_change_variant) COMPLETE |
3685 | 2024-12-20T20:24:18.327Z | [ host-image] Dec 20 20:24:17.098 INFO O| Dec 20 20:24:17.098 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3686 | 2024-12-20T20:24:18.327Z | [ host-image] Dec 20 20:24:17.098 INFO O| Dec 20 20:24:17.098 INFO skip step because feature "debug_variant" is not enabled |
3687 | 2024-12-20T20:24:18.327Z | [ host-image] Dec 20 20:24:17.098 INFO O| Dec 20 20:24:17.098 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3688 | 2024-12-20T20:24:18.365Z | [ recovery-image] Dec 20 20:24:17.144 INFO O| Dec 20 20:24:17.144 INFO variant opensolaris.imagetype is full; changing to partial |
3689 | 2024-12-20T20:24:18.373Z | [ recovery-image] Dec 20 20:24:17.144 INFO O| Dec 20 20:24:17.144 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3690 | 2024-12-20T20:24:18.592Z | [verify-libraries] Compiling ctr v0.9.2 |
3691 | 2024-12-20T20:24:18.653Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3692 | 2024-12-20T20:24:18.714Z | Dec 20 20:24:17.489 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.923551389s) |
3693 | 2024-12-20T20:24:18.875Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3694 | 2024-12-20T20:24:19.042Z | [verify-libraries] Compiling ghash v0.5.1 |
3695 | 2024-12-20T20:24:19.082Z | [ host-image] Dec 20 20:24:17.856 INFO O| Dec 20 20:24:17.856 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3696 | 2024-12-20T20:24:19.177Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3697 | 2024-12-20T20:24:19.482Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3698 | 2024-12-20T20:24:19.721Z | [verify-libraries] Compiling blowfish v0.9.1 |
3699 | 2024-12-20T20:24:19.805Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3700 | 2024-12-20T20:24:20.303Z | [ host-image] Dec 20 20:24:19.070 INFO O| Dec 20 20:24:19.070 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3701 | 2024-12-20T20:24:20.309Z | [ host-image] Dec 20 20:24:19.072 INFO O| Dec 20 20:24:19.072 INFO O| Planning: Planning completed in 0.00 seconds |
3702 | 2024-12-20T20:24:20.310Z | [ host-image] Dec 20 20:24:19.073 INFO O| Dec 20 20:24:19.072 INFO O| Planning: Consolidating action changes ... Done |
3703 | 2024-12-20T20:24:20.310Z | [ host-image] Dec 20 20:24:19.073 INFO O| Dec 20 20:24:19.073 INFO O| Planning: Evaluating mediators ... Done |
3704 | 2024-12-20T20:24:20.310Z | [ host-image] Dec 20 20:24:19.073 INFO O| Dec 20 20:24:19.073 INFO O| Planning: Planning completed in 0.00 seconds |
3705 | 2024-12-20T20:24:20.311Z | [ host-image] Dec 20 20:24:19.074 INFO O| Dec 20 20:24:19.074 INFO O| Variants/Facets to change: 1 |
3706 | 2024-12-20T20:24:20.447Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3707 | 2024-12-20T20:24:20.789Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3708 | 2024-12-20T20:24:21.094Z | [verify-libraries] Compiling password-hash v0.4.2 |
3709 | 2024-12-20T20:24:22.243Z | [ host-image] Dec 20 20:24:21.025 INFO O| Dec 20 20:24:21.024 INFO O| Done |
3710 | 2024-12-20T20:24:22.247Z | [ host-image] Dec 20 20:24:21.025 INFO O| Dec 20 20:24:21.025 INFO O| Done |
3711 | 2024-12-20T20:24:23.425Z | [ host-image] Dec 20 20:24:22.206 INFO O| Dec 20 20:24:22.206 INFO O| Done |
3712 | 2024-12-20T20:24:23.554Z | [ host-image] Dec 20 20:24:22.335 INFO O| Dec 20 20:24:22.335 INFO O| Done |
3713 | 2024-12-20T20:24:23.557Z | [ host-image] Dec 20 20:24:22.336 INFO O| Dec 20 20:24:22.336 INFO O| Done |
3714 | 2024-12-20T20:24:23.557Z | [ host-image] Dec 20 20:24:22.337 INFO O| Dec 20 20:24:22.337 INFO O| Done |
3715 | 2024-12-20T20:24:23.557Z | [ host-image] Dec 20 20:24:22.338 INFO O| Dec 20 20:24:22.338 INFO O| Done |
3716 | 2024-12-20T20:24:23.682Z | [ host-image] Dec 20 20:24:22.463 INFO O| Dec 20 20:24:22.463 INFO STEP 8 (pkg_change_facet) COMPLETE |
3717 | 2024-12-20T20:24:23.682Z | [ host-image] Dec 20 20:24:22.463 INFO O| Dec 20 20:24:22.463 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3718 | 2024-12-20T20:24:23.686Z | [ host-image] Dec 20 20:24:22.463 INFO O| Dec 20 20:24:22.463 INFO skip step because feature "recovery" is not enabled |
3719 | 2024-12-20T20:24:23.686Z | [ host-image] Dec 20 20:24:22.463 INFO O| Dec 20 20:24:22.463 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3720 | 2024-12-20T20:24:23.692Z | [ host-image] Dec 20 20:24:22.463 INFO O| Dec 20 20:24:22.463 INFO skip step because feature "recovery" is not enabled |
3721 | 2024-12-20T20:24:23.692Z | [ host-image] Dec 20 20:24:22.463 INFO O| Dec 20 20:24:22.463 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3722 | 2024-12-20T20:24:23.701Z | [ host-image] Dec 20 20:24:22.481 INFO O| Dec 20 20:24:22.481 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"] |
3723 | 2024-12-20T20:24:23.921Z | [verify-libraries] Compiling rustyline v14.0.0 |
3724 | 2024-12-20T20:24:25.077Z | [ host-image] Dec 20 20:24:23.859 INFO O| Dec 20 20:24:23.859 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3725 | 2024-12-20T20:24:26.452Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3726 | 2024-12-20T20:24:26.481Z | Dec 20 20:24:25.264 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.681234376s) |
3727 | 2024-12-20T20:24:26.831Z | [verify-libraries] Compiling matches v0.1.10 |
3728 | 2024-12-20T20:24:26.871Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3729 | 2024-12-20T20:24:26.905Z | Dec 20 20:24:25.682 INFO [stamp-clickhouse] process exited with exit status: 0 (13.809515111s) |
3730 | 2024-12-20T20:24:26.905Z | Dec 20 20:24:25.682 INFO [tuf-stamp] task succeeded (14.118172341s) |
3731 | 2024-12-20T20:24:26.947Z | [verify-libraries] Compiling idna v0.2.3 |
3732 | 2024-12-20T20:24:27.784Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3733 | 2024-12-20T20:24:28.514Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3734 | 2024-12-20T20:24:28.602Z | [verify-libraries] Compiling p521 v0.13.3 |
3735 | 2024-12-20T20:24:31.348Z | [ recovery-image] Dec 20 20:24:30.130 INFO O| Dec 20 20:24:30.130 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3736 | 2024-12-20T20:24:31.783Z | [verify-libraries] Compiling p256 v0.13.2 |
3737 | 2024-12-20T20:24:36.462Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3738 | 2024-12-20T20:24:36.515Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3739 | 2024-12-20T20:24:36.515Z | [verify-libraries] Compiling md5 v0.7.0 |
3740 | 2024-12-20T20:24:36.515Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3741 | 2024-12-20T20:24:36.515Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3742 | 2024-12-20T20:24:39.830Z | [ recovery-image] Dec 20 20:24:38.612 INFO O| Dec 20 20:24:38.612 INFO O| Startup: Caching catalogs ... Done |
3743 | 2024-12-20T20:24:40.043Z | [ recovery-image] Dec 20 20:24:38.825 INFO O| Dec 20 20:24:38.825 INFO O| Planning: Planning completed in 0.00 seconds |
3744 | 2024-12-20T20:24:40.046Z | [ recovery-image] Dec 20 20:24:38.826 INFO O| Dec 20 20:24:38.826 INFO O| Planning: Consolidating action changes ... Done |
3745 | 2024-12-20T20:24:40.046Z | [ recovery-image] Dec 20 20:24:38.826 INFO O| Dec 20 20:24:38.826 INFO O| Planning: Evaluating mediators ... Done |
3746 | 2024-12-20T20:24:40.046Z | [ recovery-image] Dec 20 20:24:38.827 INFO O| Dec 20 20:24:38.827 INFO O| Planning: Planning completed in 0.00 seconds |
3747 | 2024-12-20T20:24:40.046Z | [ recovery-image] Dec 20 20:24:38.827 INFO O| Dec 20 20:24:38.827 INFO O| Variants/Facets to change: 1 |
3748 | 2024-12-20T20:24:40.112Z | [ recovery-image] Dec 20 20:24:38.894 INFO O| Dec 20 20:24:38.893 INFO O| Done |
3749 | 2024-12-20T20:24:40.115Z | [ recovery-image] Dec 20 20:24:38.894 INFO O| Dec 20 20:24:38.894 INFO O| Done |
3750 | 2024-12-20T20:24:40.856Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3751 | 2024-12-20T20:24:41.172Z | [ recovery-image] Dec 20 20:24:39.954 INFO O| Dec 20 20:24:39.954 INFO O| Done |
3752 | 2024-12-20T20:24:41.263Z | [ recovery-image] Dec 20 20:24:40.044 INFO O| Dec 20 20:24:40.044 INFO O| Done |
3753 | 2024-12-20T20:24:41.265Z | [ recovery-image] Dec 20 20:24:40.046 INFO O| Dec 20 20:24:40.046 INFO O| Done |
3754 | 2024-12-20T20:24:41.265Z | [ recovery-image] Dec 20 20:24:40.046 INFO O| Dec 20 20:24:40.046 INFO O| Done |
3755 | 2024-12-20T20:24:41.268Z | [ recovery-image] Dec 20 20:24:40.047 INFO O| Dec 20 20:24:40.047 INFO O| Done |
3756 | 2024-12-20T20:24:42.027Z | [ recovery-image] Dec 20 20:24:40.809 INFO O| Dec 20 20:24:40.809 INFO STEP 6 (pkg_change_variant) COMPLETE |
3757 | 2024-12-20T20:24:42.027Z | [ recovery-image] Dec 20 20:24:40.809 INFO O| Dec 20 20:24:40.809 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3758 | 2024-12-20T20:24:42.030Z | [ recovery-image] Dec 20 20:24:40.809 INFO O| Dec 20 20:24:40.809 INFO skip step because feature "debug_variant" is not enabled |
3759 | 2024-12-20T20:24:42.030Z | [ recovery-image] Dec 20 20:24:40.809 INFO O| Dec 20 20:24:40.809 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3760 | 2024-12-20T20:24:42.707Z | [ recovery-image] Dec 20 20:24:41.489 INFO O| Dec 20 20:24:41.489 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3761 | 2024-12-20T20:24:43.941Z | [ recovery-image] Dec 20 20:24:42.723 INFO O| Dec 20 20:24:42.723 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3762 | 2024-12-20T20:24:43.944Z | [ recovery-image] Dec 20 20:24:42.725 INFO O| Dec 20 20:24:42.725 INFO O| Planning: Planning completed in 0.00 seconds |
3763 | 2024-12-20T20:24:43.944Z | [ recovery-image] Dec 20 20:24:42.726 INFO O| Dec 20 20:24:42.726 INFO O| Planning: Consolidating action changes ... Done |
3764 | 2024-12-20T20:24:43.945Z | [ recovery-image] Dec 20 20:24:42.726 INFO O| Dec 20 20:24:42.726 INFO O| Planning: Evaluating mediators ... Done |
3765 | 2024-12-20T20:24:43.945Z | [ recovery-image] Dec 20 20:24:42.726 INFO O| Dec 20 20:24:42.726 INFO O| Planning: Planning completed in 0.00 seconds |
3766 | 2024-12-20T20:24:43.948Z | [ recovery-image] Dec 20 20:24:42.726 INFO O| Dec 20 20:24:42.726 INFO O| Variants/Facets to change: 1 |
3767 | 2024-12-20T20:24:44.000Z | [ recovery-image] Dec 20 20:24:42.781 INFO O| Dec 20 20:24:42.781 INFO O| Done |
3768 | 2024-12-20T20:24:44.000Z | [ recovery-image] Dec 20 20:24:42.781 INFO O| Dec 20 20:24:42.781 INFO O| Done |
3769 | 2024-12-20T20:24:44.839Z | [ recovery-image] Dec 20 20:24:43.620 INFO O| Dec 20 20:24:43.620 INFO O| Done |
3770 | 2024-12-20T20:24:44.976Z | [ recovery-image] Dec 20 20:24:43.758 INFO O| Dec 20 20:24:43.758 INFO O| Done |
3771 | 2024-12-20T20:24:44.979Z | [ recovery-image] Dec 20 20:24:43.759 INFO O| Dec 20 20:24:43.759 INFO O| Done |
3772 | 2024-12-20T20:24:44.980Z | [ recovery-image] Dec 20 20:24:43.759 INFO O| Dec 20 20:24:43.759 INFO O| Done |
3773 | 2024-12-20T20:24:44.980Z | [ recovery-image] Dec 20 20:24:43.761 INFO O| Dec 20 20:24:43.761 INFO O| Done |
3774 | 2024-12-20T20:24:45.070Z | [ recovery-image] Dec 20 20:24:43.852 INFO O| Dec 20 20:24:43.852 INFO STEP 8 (pkg_change_facet) COMPLETE |
3775 | 2024-12-20T20:24:45.070Z | [ recovery-image] Dec 20 20:24:43.852 INFO O| Dec 20 20:24:43.852 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3776 | 2024-12-20T20:24:45.853Z | [ recovery-image] Dec 20 20:24:44.635 INFO O| Dec 20 20:24:44.635 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3777 | 2024-12-20T20:24:47.264Z | [ recovery-image] Dec 20 20:24:46.045 INFO O| Dec 20 20:24:46.045 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3778 | 2024-12-20T20:24:47.276Z | [ recovery-image] Dec 20 20:24:46.058 INFO O| Dec 20 20:24:46.057 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2024-12-20T20:24:47.279Z | [ recovery-image] Dec 20 20:24:46.058 INFO O| Dec 20 20:24:46.058 INFO O| Planning: Consolidating action changes ... Done |
3780 | 2024-12-20T20:24:47.279Z | [ recovery-image] Dec 20 20:24:46.058 INFO O| Dec 20 20:24:46.058 INFO O| Planning: Evaluating mediators ... Done |
3781 | 2024-12-20T20:24:47.279Z | [ recovery-image] Dec 20 20:24:46.059 INFO O| Dec 20 20:24:46.059 INFO O| Planning: Planning completed in 0.00 seconds |
3782 | 2024-12-20T20:24:47.279Z | [ recovery-image] Dec 20 20:24:46.059 INFO O| Dec 20 20:24:46.059 INFO O| Variants/Facets to change: 1 |
3783 | 2024-12-20T20:24:47.393Z | [ recovery-image] Dec 20 20:24:46.174 INFO O| Dec 20 20:24:46.174 INFO O| Done |
3784 | 2024-12-20T20:24:47.393Z | [ recovery-image] Dec 20 20:24:46.175 INFO O| Dec 20 20:24:46.174 INFO O| Done |
3785 | 2024-12-20T20:24:48.337Z | [ recovery-image] Dec 20 20:24:47.119 INFO O| Dec 20 20:24:47.119 INFO O| Done |
3786 | 2024-12-20T20:24:48.437Z | [ recovery-image] Dec 20 20:24:47.219 INFO O| Dec 20 20:24:47.219 INFO O| Done |
3787 | 2024-12-20T20:24:48.440Z | [ recovery-image] Dec 20 20:24:47.220 INFO O| Dec 20 20:24:47.220 INFO O| Done |
3788 | 2024-12-20T20:24:48.441Z | [ recovery-image] Dec 20 20:24:47.220 INFO O| Dec 20 20:24:47.220 INFO O| Done |
3789 | 2024-12-20T20:24:48.445Z | [ recovery-image] Dec 20 20:24:47.222 INFO O| Dec 20 20:24:47.222 INFO O| Done |
3790 | 2024-12-20T20:24:48.535Z | [ recovery-image] Dec 20 20:24:47.316 INFO O| Dec 20 20:24:47.316 INFO STEP 9 (pkg_change_facet) COMPLETE |
3791 | 2024-12-20T20:24:48.535Z | [ recovery-image] Dec 20 20:24:47.316 INFO O| Dec 20 20:24:47.316 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3792 | 2024-12-20T20:24:49.166Z | [ recovery-image] Dec 20 20:24:47.947 INFO O| Dec 20 20:24:47.947 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3793 | 2024-12-20T20:24:50.491Z | [ recovery-image] Dec 20 20:24:49.272 INFO O| Dec 20 20:24:49.272 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3794 | 2024-12-20T20:24:50.493Z | [ recovery-image] Dec 20 20:24:49.275 INFO O| Dec 20 20:24:49.274 INFO O| Planning: Planning completed in 0.00 seconds |
3795 | 2024-12-20T20:24:50.496Z | [ recovery-image] Dec 20 20:24:49.276 INFO O| Dec 20 20:24:49.276 INFO O| Planning: Consolidating action changes ... Done |
3796 | 2024-12-20T20:24:50.496Z | [ recovery-image] Dec 20 20:24:49.276 INFO O| Dec 20 20:24:49.276 INFO O| Planning: Evaluating mediators ... Done |
3797 | 2024-12-20T20:24:50.496Z | [ recovery-image] Dec 20 20:24:49.276 INFO O| Dec 20 20:24:49.276 INFO O| Planning: Planning completed in 0.00 seconds |
3798 | 2024-12-20T20:24:50.496Z | [ recovery-image] Dec 20 20:24:49.277 INFO O| Dec 20 20:24:49.277 INFO O| Variants/Facets to change: 1 |
3799 | 2024-12-20T20:24:50.588Z | [ recovery-image] Dec 20 20:24:49.370 INFO O| Dec 20 20:24:49.370 INFO O| Done |
3800 | 2024-12-20T20:24:50.588Z | [ recovery-image] Dec 20 20:24:49.370 INFO O| Dec 20 20:24:49.370 INFO O| Done |
3801 | 2024-12-20T20:24:51.118Z | [verify-libraries] Compiling des v0.8.1 |
3802 | 2024-12-20T20:24:51.371Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3803 | 2024-12-20T20:24:51.429Z | [ recovery-image] Dec 20 20:24:50.211 INFO O| Dec 20 20:24:50.211 INFO O| Done |
3804 | 2024-12-20T20:24:51.529Z | [ recovery-image] Dec 20 20:24:50.311 INFO O| Dec 20 20:24:50.311 INFO O| Done |
3805 | 2024-12-20T20:24:51.532Z | [ recovery-image] Dec 20 20:24:50.312 INFO O| Dec 20 20:24:50.312 INFO O| Done |
3806 | 2024-12-20T20:24:51.532Z | [ recovery-image] Dec 20 20:24:50.312 INFO O| Dec 20 20:24:50.312 INFO O| Done |
3807 | 2024-12-20T20:24:51.535Z | [ recovery-image] Dec 20 20:24:50.314 INFO O| Dec 20 20:24:50.314 INFO O| Done |
3808 | 2024-12-20T20:24:51.648Z | [ recovery-image] Dec 20 20:24:50.430 INFO O| Dec 20 20:24:50.430 INFO STEP 10 (pkg_change_facet) COMPLETE |
3809 | 2024-12-20T20:24:51.648Z | [ recovery-image] Dec 20 20:24:50.430 INFO O| Dec 20 20:24:50.430 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3810 | 2024-12-20T20:24:51.668Z | [ recovery-image] Dec 20 20:24:50.450 INFO O| Dec 20 20:24:50.449 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"] |
3811 | 2024-12-20T20:24:51.877Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3812 | 2024-12-20T20:24:52.201Z | [verify-libraries] Compiling russh v0.45.0 |
3813 | 2024-12-20T20:24:52.408Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3814 | 2024-12-20T20:24:52.894Z | [ recovery-image] Dec 20 20:24:51.676 INFO O| Dec 20 20:24:51.676 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3815 | 2024-12-20T20:24:59.797Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3816 | 2024-12-20T20:25:02.369Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3817 | 2024-12-20T20:25:03.913Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3818 | 2024-12-20T20:25:15.651Z | [verify-libraries] Compiling petname v2.0.2 |
3819 | 2024-12-20T20:25:16.959Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3820 | 2024-12-20T20:25:17.724Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3821 | 2024-12-20T20:25:18.497Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3822 | 2024-12-20T20:25:20.676Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3823 | 2024-12-20T20:25:28.053Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3824 | 2024-12-20T20:25:30.702Z | [ host-image] Dec 20 20:25:29.482 INFO O| Dec 20 20:25:29.482 INFO O| Planning: Solver setup ... Done |
3825 | 2024-12-20T20:25:33.546Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3826 | 2024-12-20T20:25:36.861Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3827 | 2024-12-20T20:25:57.058Z | [ recovery-image] Dec 20 20:25:55.839 INFO O| Dec 20 20:25:55.839 INFO O| Planning: Solver setup ... Done |
3828 | 2024-12-20T20:26:04.943Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3829 | 2024-12-20T20:26:07.158Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3830 | 2024-12-20T20:26:10.372Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3831 | 2024-12-20T20:26:38.272Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3832 | 2024-12-20T20:26:42.803Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3833 | 2024-12-20T20:26:43.183Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3834 | 2024-12-20T20:26:43.338Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3835 | 2024-12-20T20:26:43.587Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3836 | 2024-12-20T20:26:43.790Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3837 | 2024-12-20T20:26:44.051Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3838 | 2024-12-20T20:26:44.427Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3839 | 2024-12-20T20:26:52.619Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3840 | 2024-12-20T20:26:54.342Z | [ host-image] Dec 20 20:26:53.123 INFO O| Dec 20 20:26:53.123 INFO O| Planning: Running solver ... Done |
3841 | 2024-12-20T20:26:55.021Z | [ host-image] Dec 20 20:26:53.801 INFO O| Dec 20 20:26:53.801 INFO O| Planning: Finding local manifests ... Done |
3842 | 2024-12-20T20:26:55.038Z | [ host-image] Dec 20 20:26:53.819 INFO O| Dec 20 20:26:53.819 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3843 | 2024-12-20T20:26:57.810Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3844 | 2024-12-20T20:26:59.324Z | [ host-image] Dec 20 20:26:58.105 INFO O| Dec 20 20:26:58.105 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3845 | 2024-12-20T20:27:00.829Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3846 | 2024-12-20T20:27:00.949Z | [ host-image] Dec 20 20:26:59.730 INFO O| Dec 20 20:26:59.730 INFO O| Planning: Package planning ... Done |
3847 | 2024-12-20T20:27:02.610Z | [ host-image] Dec 20 20:27:01.391 INFO O| Dec 20 20:27:01.391 INFO O| Planning: Merging actions ... Done |
3848 | 2024-12-20T20:27:02.988Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3849 | 2024-12-20T20:27:03.034Z | [ host-image] Dec 20 20:27:01.815 INFO O| Dec 20 20:27:01.815 INFO O| Planning: Checking for conflicting actions ... Done |
3850 | 2024-12-20T20:27:03.389Z | [ host-image] Dec 20 20:27:02.169 INFO O| Dec 20 20:27:02.169 INFO O| Planning: Consolidating action changes ... Done |
3851 | 2024-12-20T20:27:03.941Z | [ host-image] Dec 20 20:27:02.721 INFO O| Dec 20 20:27:02.721 INFO O| Planning: Evaluating mediators ... Done |
3852 | 2024-12-20T20:27:08.276Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3853 | 2024-12-20T20:27:10.650Z | [ host-image] Dec 20 20:27:09.430 INFO O| Dec 20 20:27:09.429 INFO O| Planning: Planning completed in 165.57 seconds |
3854 | 2024-12-20T20:27:10.656Z | [ host-image] Dec 20 20:27:09.436 INFO O| Dec 20 20:27:09.436 INFO O| Packages to install: 124 |
3855 | 2024-12-20T20:27:10.656Z | [ host-image] Dec 20 20:27:09.436 INFO O| Dec 20 20:27:09.436 INFO O| Mediators to change: 4 |
3856 | 2024-12-20T20:27:10.659Z | [ host-image] Dec 20 20:27:09.436 INFO O| Dec 20 20:27:09.436 INFO O| Services to change: 6 |
3857 | 2024-12-20T20:27:10.779Z | [ host-image] Dec 20 20:27:09.559 INFO O| Dec 20 20:27:09.559 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3858 | 2024-12-20T20:27:15.805Z | [ host-image] Dec 20 20:27:14.585 INFO O| Dec 20 20:27:14.585 INFO O| Download: 1072/22788 items 6.8/199.7MB 3% complete (1.5M/s) |
3859 | 2024-12-20T20:27:19.170Z | [ recovery-image] Dec 20 20:27:17.950 INFO O| Dec 20 20:27:17.950 INFO O| Planning: Running solver ... Done |
3860 | 2024-12-20T20:27:19.767Z | [ recovery-image] Dec 20 20:27:18.547 INFO O| Dec 20 20:27:18.547 INFO O| Planning: Finding local manifests ... Done |
3861 | 2024-12-20T20:27:19.794Z | [ recovery-image] Dec 20 20:27:18.574 INFO O| Dec 20 20:27:18.574 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3862 | 2024-12-20T20:27:20.968Z | [ host-image] Dec 20 20:27:19.691 INFO O| Dec 20 20:27:19.690 INFO O| Download: 1681/22788 items 11.0/199.7MB 5% complete (1.2M/s) |
3863 | 2024-12-20T20:27:24.237Z | [ recovery-image] Dec 20 20:27:23.017 INFO O| Dec 20 20:27:23.017 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3864 | 2024-12-20T20:27:25.205Z | [ recovery-image] Dec 20 20:27:23.985 INFO O| Dec 20 20:27:23.985 INFO O| Planning: Package planning ... Done |
3865 | 2024-12-20T20:27:25.935Z | [ host-image] Dec 20 20:27:24.715 INFO O| Dec 20 20:27:24.715 INFO O| Download: 2262/22788 items 24.9/199.7MB 12% complete (1.8M/s) |
3866 | 2024-12-20T20:27:25.959Z | [ recovery-image] Dec 20 20:27:24.739 INFO O| Dec 20 20:27:24.739 INFO O| Planning: Merging actions ... Done |
3867 | 2024-12-20T20:27:26.134Z | [ recovery-image] Dec 20 20:27:24.914 INFO O| Dec 20 20:27:24.914 INFO O| Planning: Checking for conflicting actions ... Done |
3868 | 2024-12-20T20:27:26.274Z | [ recovery-image] Dec 20 20:27:25.053 INFO O| Dec 20 20:27:25.053 INFO O| Planning: Consolidating action changes ... Done |
3869 | 2024-12-20T20:27:26.673Z | [ recovery-image] Dec 20 20:27:25.453 INFO O| Dec 20 20:27:25.453 INFO O| Planning: Evaluating mediators ... Done |
3870 | 2024-12-20T20:27:30.938Z | [ host-image] Dec 20 20:27:29.715 INFO O| Dec 20 20:27:29.715 INFO O| Download: 3431/22788 items 35.3/199.7MB 17% complete (2.4M/s) |
3871 | 2024-12-20T20:27:32.871Z | [ recovery-image] Dec 20 20:27:31.651 INFO O| Dec 20 20:27:31.651 INFO O| Planning: Planning completed in 159.97 seconds |
3872 | 2024-12-20T20:27:32.879Z | [ recovery-image] Dec 20 20:27:31.659 INFO O| Dec 20 20:27:31.659 INFO O| Packages to install: 124 |
3873 | 2024-12-20T20:27:32.881Z | [ recovery-image] Dec 20 20:27:31.659 INFO O| Dec 20 20:27:31.659 INFO O| Mediators to change: 4 |
3874 | 2024-12-20T20:27:32.882Z | [ recovery-image] Dec 20 20:27:31.659 INFO O| Dec 20 20:27:31.659 INFO O| Services to change: 5 |
3875 | 2024-12-20T20:27:32.960Z | [ recovery-image] Dec 20 20:27:31.740 INFO O| Dec 20 20:27:31.740 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3876 | 2024-12-20T20:27:35.865Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3877 | 2024-12-20T20:27:35.939Z | [ host-image] Dec 20 20:27:34.720 INFO O| Dec 20 20:27:34.719 INFO O| Download: 4398/22788 items 41.2/199.7MB 20% complete (1.6M/s) |
3878 | 2024-12-20T20:27:37.972Z | [ recovery-image] Dec 20 20:27:36.752 INFO O| Dec 20 20:27:36.751 INFO O| Download: 950/15862 items 7.5/176.4MB 4% complete (1.5M/s) |
3879 | 2024-12-20T20:27:40.964Z | [ host-image] Dec 20 20:27:39.744 INFO O| Dec 20 20:27:39.744 INFO O| Download: 4830/22788 items 45.7/199.7MB 22% complete (1.1M/s) |
3880 | 2024-12-20T20:27:41.401Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3881 | 2024-12-20T20:27:42.066Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3882 | 2024-12-20T20:27:42.590Z | [verify-libraries] Compiling termios v0.3.3 |
3883 | 2024-12-20T20:27:42.942Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3884 | 2024-12-20T20:27:42.973Z | [ recovery-image] Dec 20 20:27:41.752 INFO O| Dec 20 20:27:41.751 INFO O| Download: 1178/15862 items 12.5/176.4MB 7% complete (1.2M/s) |
3885 | 2024-12-20T20:27:45.968Z | [ host-image] Dec 20 20:27:44.748 INFO O| Dec 20 20:27:44.748 INFO O| Download: 5774/22788 items 46.3/199.7MB 23% complete (544k/s) |
3886 | 2024-12-20T20:27:47.986Z | [ recovery-image] Dec 20 20:27:46.766 INFO O| Dec 20 20:27:46.766 INFO O| Download: 1561/15862 items 22.6/176.4MB 12% complete (1.5M/s) |
3887 | 2024-12-20T20:27:51.110Z | [ host-image] Dec 20 20:27:49.890 INFO O| Dec 20 20:27:49.890 INFO O| Download: 6759/22788 items 47.7/199.7MB 23% complete (236k/s) |
3888 | 2024-12-20T20:27:52.988Z | [ recovery-image] Dec 20 20:27:51.768 INFO O| Dec 20 20:27:51.768 INFO O| Download: 2287/15862 items 31.2/176.4MB 17% complete (2.0M/s) |
3889 | 2024-12-20T20:27:56.140Z | [ host-image] Dec 20 20:27:54.920 INFO O| Dec 20 20:27:54.920 INFO O| Download: 6767/22788 items 47.9/199.7MB 23% complete (156k/s) |
3890 | 2024-12-20T20:27:58.001Z | [ recovery-image] Dec 20 20:27:56.781 INFO O| Dec 20 20:27:56.781 INFO O| Download: 3473/15862 items 38.3/176.4MB 21% complete (1.6M/s) |
3891 | 2024-12-20T20:28:01.142Z | [ host-image] Dec 20 20:27:59.921 INFO O| Dec 20 20:27:59.921 INFO O| Download: 7385/22788 items 57.7/199.7MB 28% complete (1.4M/s) |
3892 | 2024-12-20T20:28:02.335Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3893 | 2024-12-20T20:28:03.007Z | [ recovery-image] Dec 20 20:28:01.787 INFO O| Dec 20 20:28:01.787 INFO O| Download: 4031/15862 items 42.6/176.4MB 24% complete (1.1M/s) |
3894 | 2024-12-20T20:28:07.700Z | [ host-image] Dec 20 20:28:06.480 INFO O| Dec 20 20:28:06.480 INFO O| Download: 8078/22788 items 60.4/199.7MB 30% complete (1.3M/s) |
3895 | 2024-12-20T20:28:08.401Z | [ recovery-image] Dec 20 20:28:06.794 INFO O| Dec 20 20:28:06.793 INFO O| Download: 4788/15862 items 43.0/176.4MB 24% complete (488k/s) |
3896 | 2024-12-20T20:28:12.715Z | [ host-image] Dec 20 20:28:11.495 INFO O| Dec 20 20:28:11.495 INFO O| Download: 8498/22788 items 69.8/199.7MB 34% complete (1.1M/s) |
3897 | 2024-12-20T20:28:13.076Z | [ recovery-image] Dec 20 20:28:11.856 INFO O| Dec 20 20:28:11.856 INFO O| Download: 5747/15862 items 46.6/176.4MB 26% complete (392k/s) |
3898 | 2024-12-20T20:28:17.763Z | [ host-image] Dec 20 20:28:16.542 INFO O| Dec 20 20:28:16.542 INFO O| Download: 9412/22788 items 81.7/199.7MB 40% complete (2.2M/s) |
3899 | 2024-12-20T20:28:18.320Z | [ recovery-image] Dec 20 20:28:17.100 INFO O| Dec 20 20:28:17.099 INFO O| Download: 6115/15862 items 58.1/176.4MB 32% complete (1.4M/s) |
3900 | 2024-12-20T20:28:22.831Z | [ host-image] Dec 20 20:28:21.611 INFO O| Dec 20 20:28:21.610 INFO O| Download: 10424/22788 items 88.1/199.7MB 44% complete (1.9M/s) |
3901 | 2024-12-20T20:28:23.322Z | [ recovery-image] Dec 20 20:28:22.101 INFO O| Dec 20 20:28:22.101 INFO O| Download: 6471/15862 items 63.8/176.4MB 36% complete (1.8M/s) |
3902 | 2024-12-20T20:28:25.723Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3903 | 2024-12-20T20:28:27.837Z | [ host-image] Dec 20 20:28:26.617 INFO O| Dec 20 20:28:26.617 INFO O| Download: 11096/22788 items 92.1/199.7MB 46% complete (1.2M/s) |
3904 | 2024-12-20T20:28:28.506Z | [ recovery-image] Dec 20 20:28:27.286 INFO O| Dec 20 20:28:27.286 INFO O| Download: 7236/15862 items 73.3/176.4MB 41% complete (1.6M/s) |
3905 | 2024-12-20T20:28:32.847Z | [ host-image] Dec 20 20:28:31.626 INFO O| Dec 20 20:28:31.626 INFO O| Download: 11560/22788 items 96.3/199.7MB 48% complete (848k/s) |
3906 | 2024-12-20T20:28:33.947Z | [ recovery-image] Dec 20 20:28:32.727 INFO O| Dec 20 20:28:32.727 INFO O| Download: 7899/15862 items 76.9/176.4MB 43% complete (1.3M/s) |
3907 | 2024-12-20T20:28:37.886Z | [ host-image] Dec 20 20:28:36.655 INFO O| Dec 20 20:28:36.655 INFO O| Download: 12180/22788 items 108.6/199.7MB 54% complete (1.6M/s) |
3908 | 2024-12-20T20:28:39.120Z | [ recovery-image] Dec 20 20:28:37.899 INFO O| Dec 20 20:28:37.899 INFO O| Download: 8658/15862 items 81.5/176.4MB 46% complete (790k/s) |
3909 | 2024-12-20T20:28:42.889Z | [ host-image] Dec 20 20:28:41.668 INFO O| Dec 20 20:28:41.668 INFO O| Download: 12972/22788 items 109.8/199.7MB 54% complete (1.4M/s) |
3910 | 2024-12-20T20:28:45.154Z | [ recovery-image] Dec 20 20:28:43.933 INFO O| Dec 20 20:28:43.933 INFO O| Download: 8843/15862 items 91.9/176.4MB 52% complete (1.6M/s) |
3911 | 2024-12-20T20:28:47.906Z | [ host-image] Dec 20 20:28:46.685 INFO O| Dec 20 20:28:46.685 INFO O| Download: 14002/22788 items 110.3/199.7MB 55% complete (197k/s) |
3912 | 2024-12-20T20:28:50.157Z | [ recovery-image] Dec 20 20:28:48.937 INFO O| Dec 20 20:28:48.936 INFO O| Download: 9176/15862 items 92.8/176.4MB 52% complete (929k/s) |
3913 | 2024-12-20T20:28:53.109Z | [ host-image] Dec 20 20:28:51.888 INFO O| Dec 20 20:28:51.888 INFO O| Download: 14502/22788 items 115.2/199.7MB 57% complete (462k/s) |
3914 | 2024-12-20T20:28:55.162Z | [ recovery-image] Dec 20 20:28:53.941 INFO O| Dec 20 20:28:53.940 INFO O| Download: 10182/15862 items 93.3/176.4MB 52% complete (140k/s) |
3915 | 2024-12-20T20:28:58.298Z | [ host-image] Dec 20 20:28:57.077 INFO O| Dec 20 20:28:57.077 INFO O| Download: 15537/22788 items 124.4/199.7MB 62% complete (1.4M/s) |
3916 | 2024-12-20T20:29:00.183Z | [ recovery-image] Dec 20 20:28:58.941 INFO O| Dec 20 20:28:58.941 INFO O| Download: 10911/15862 items 93.9/176.4MB 53% complete (120k/s) |
3917 | 2024-12-20T20:29:03.329Z | [ host-image] Dec 20 20:29:02.108 INFO O| Dec 20 20:29:02.108 INFO O| Download: 16037/22788 items 135.6/199.7MB 67% complete (1.9M/s) |
3918 | 2024-12-20T20:29:05.164Z | [ recovery-image] Dec 20 20:29:03.943 INFO O| Dec 20 20:29:03.942 INFO O| Download: 11407/15862 items 107.1/176.4MB 60% complete (1.4M/s) |
3919 | 2024-12-20T20:29:09.510Z | [ host-image] Dec 20 20:29:08.288 INFO O| Dec 20 20:29:08.288 INFO O| Download: 16889/22788 items 148.4/199.7MB 74% complete (2.6M/s) |
3920 | 2024-12-20T20:29:10.164Z | [ recovery-image] Dec 20 20:29:08.943 INFO O| Dec 20 20:29:08.943 INFO O| Download: 11991/15862 items 139.4/176.4MB 79% complete (4.5M/s) |
3921 | 2024-12-20T20:29:14.702Z | [ host-image] Dec 20 20:29:13.481 INFO O| Dec 20 20:29:13.481 INFO O| Download: 17697/22788 items 149.9/199.7MB 75% complete (502k/s) |
3922 | 2024-12-20T20:29:15.228Z | [ recovery-image] Dec 20 20:29:14.007 INFO O| Dec 20 20:29:14.007 INFO O| Download: 12992/15862 items 143.8/176.4MB 81% complete (3.7M/s) |
3923 | 2024-12-20T20:29:22.265Z | [ host-image] Dec 20 20:29:18.679 INFO O| Dec 20 20:29:18.678 INFO O| Download: 17964/22788 items 161.9/199.7MB 81% complete (1.3M/s) |
3924 | 2024-12-20T20:29:22.325Z | [ recovery-image] Dec 20 20:29:19.150 INFO O| Dec 20 20:29:19.150 INFO O| Download: 14043/15862 items 148.5/176.4MB 84% complete (956k/s) |
3925 | 2024-12-20T20:29:24.902Z | [ host-image] Dec 20 20:29:23.679 INFO O| Dec 20 20:29:23.679 INFO O| Download: 18988/22788 items 165.9/199.7MB 83% complete (1.6M/s) |
3926 | 2024-12-20T20:29:25.399Z | [ recovery-image] Dec 20 20:29:24.177 INFO O| Dec 20 20:29:24.177 INFO O| Download: 14690/15862 items 151.0/176.4MB 85% complete (718k/s) |
3927 | 2024-12-20T20:29:30.228Z | [ host-image] Dec 20 20:29:29.007 INFO O| Dec 20 20:29:29.007 INFO O| Download: 20011/22788 items 170.4/199.7MB 85% complete (955k/s) |
3928 | 2024-12-20T20:29:30.421Z | [ recovery-image] Dec 20 20:29:29.200 INFO O| Dec 20 20:29:29.200 INFO O| Download: 15078/15862 items 157.9/176.4MB 89% complete (961k/s) |
3929 | 2024-12-20T20:29:35.238Z | [ host-image] Dec 20 20:29:34.017 INFO O| Dec 20 20:29:34.017 INFO O| Download: 20806/22788 items 174.0/199.7MB 87% complete (835k/s) |
3930 | 2024-12-20T20:29:35.684Z | [ recovery-image] Dec 20 20:29:34.463 INFO O| Dec 20 20:29:34.463 INFO O| Download: 15528/15862 items 168.9/176.4MB 95% complete (1.7M/s) |
3931 | 2024-12-20T20:29:40.258Z | [ host-image] Dec 20 20:29:39.037 INFO O| Dec 20 20:29:39.037 INFO O| Download: 21575/22788 items 183.1/199.7MB 91% complete (1.3M/s) |
3932 | 2024-12-20T20:29:40.717Z | [ recovery-image] Dec 20 20:29:39.496 INFO O| Dec 20 20:29:39.496 INFO O| Download: 15852/15862 items 175.9/176.4MB 99% complete (1.8M/s) |
3933 | 2024-12-20T20:29:40.798Z | [ recovery-image] Dec 20 20:29:39.576 INFO O| Dec 20 20:29:39.576 INFO O| Download: Completed 176.38 MB in 127.84 seconds (1.4M/s) |
3934 | 2024-12-20T20:29:42.202Z | [ recovery-image] Dec 20 20:29:40.976 INFO O| Dec 20 20:29:40.976 INFO O| Actions: 1/25028 actions (Installing new actions) |
3935 | 2024-12-20T20:29:45.259Z | [ host-image] Dec 20 20:29:44.037 INFO O| Dec 20 20:29:44.037 INFO O| Download: 22096/22788 items 195.1/199.7MB 97% complete (2.0M/s) |
3936 | 2024-12-20T20:29:47.198Z | [ recovery-image] Dec 20 20:29:45.976 INFO O| Dec 20 20:29:45.976 INFO O| Actions: 8592/25028 actions (Installing new actions) |
3937 | 2024-12-20T20:29:49.072Z | [ host-image] Dec 20 20:29:47.850 INFO O| Dec 20 20:29:47.850 INFO O| Download: Completed 199.66 MB in 158.29 seconds (1.3M/s) |
3938 | 2024-12-20T20:29:51.303Z | [ host-image] Dec 20 20:29:50.082 INFO O| Dec 20 20:29:50.082 INFO O| Actions: 1/49485 actions (Installing new actions) |
3939 | 2024-12-20T20:29:53.853Z | [ recovery-image] Dec 20 20:29:50.996 INFO O| Dec 20 20:29:50.996 INFO O| Actions: 15217/25028 actions (Installing new actions) |
3940 | 2024-12-20T20:29:56.303Z | [ host-image] Dec 20 20:29:55.082 INFO O| Dec 20 20:29:55.082 INFO O| Actions: 8631/49485 actions (Installing new actions) |
3941 | 2024-12-20T20:29:58.025Z | [ recovery-image] Dec 20 20:29:56.777 INFO O| Dec 20 20:29:56.777 INFO O| Actions: 24473/25028 actions (Installing new actions) |
3942 | 2024-12-20T20:29:59.440Z | [ recovery-image] Dec 20 20:29:58.219 INFO O| Dec 20 20:29:58.218 INFO O| Actions: Completed 25028 actions in 17.24 seconds. |
3943 | 2024-12-20T20:30:00.099Z | [ recovery-image] Dec 20 20:29:58.878 INFO O| Dec 20 20:29:58.878 INFO O| Done |
3944 | 2024-12-20T20:30:00.099Z | [ recovery-image] Dec 20 20:29:58.878 INFO O| Dec 20 20:29:58.878 INFO O| Done |
3945 | 2024-12-20T20:30:01.304Z | [ host-image] Dec 20 20:30:00.082 INFO O| Dec 20 20:30:00.082 INFO O| Actions: 14972/49485 actions (Installing new actions) |
3946 | 2024-12-20T20:30:02.654Z | [ recovery-image] Dec 20 20:30:01.433 INFO O| Dec 20 20:30:01.433 INFO O| Done |
3947 | 2024-12-20T20:30:04.884Z | [ recovery-image] Dec 20 20:30:03.662 INFO O| Dec 20 20:30:03.661 INFO O| Done |
3948 | 2024-12-20T20:30:04.905Z | [ recovery-image] Dec 20 20:30:03.684 INFO O| Dec 20 20:30:03.684 INFO O| Done |
3949 | 2024-12-20T20:30:08.672Z | [ host-image] Dec 20 20:30:05.087 INFO O| Dec 20 20:30:05.087 INFO O| Actions: 21325/49485 actions (Installing new actions) |
3950 | 2024-12-20T20:30:09.909Z | [ recovery-image] Dec 20 20:30:08.687 INFO O| Dec 20 20:30:08.687 INFO O| Done |
3951 | 2024-12-20T20:30:10.758Z | [ recovery-image] Dec 20 20:30:09.537 INFO O| Dec 20 20:30:09.537 INFO O| Done |
3952 | 2024-12-20T20:30:11.308Z | [ host-image] Dec 20 20:30:10.087 INFO O| Dec 20 20:30:10.087 INFO O| Actions: 40064/49485 actions (Installing new actions) |
3953 | 2024-12-20T20:30:11.409Z | [ recovery-image] Dec 20 20:30:10.187 INFO O| Dec 20 20:30:10.187 INFO STEP 11 (pkg_install) COMPLETE |
3954 | 2024-12-20T20:30:11.409Z | [ recovery-image] Dec 20 20:30:10.188 INFO O| Dec 20 20:30:10.187 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3955 | 2024-12-20T20:30:11.412Z | [ recovery-image] Dec 20 20:30:10.188 INFO O| Dec 20 20:30:10.187 INFO skip step because feature "recovery" is enabled |
3956 | 2024-12-20T20:30:11.412Z | [ recovery-image] Dec 20 20:30:10.188 INFO O| Dec 20 20:30:10.187 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3957 | 2024-12-20T20:30:11.414Z | [ recovery-image] Dec 20 20:30:10.188 INFO O| Dec 20 20:30:10.187 INFO skip step because feature "omicron1" is not enabled |
3958 | 2024-12-20T20:30:11.414Z | [ recovery-image] Dec 20 20:30:10.188 INFO O| Dec 20 20:30:10.187 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3959 | 2024-12-20T20:30:11.443Z | [ recovery-image] Dec 20 20:30:10.222 INFO O| Dec 20 20:30:10.221 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3960 | 2024-12-20T20:30:14.345Z | [ recovery-image] Dec 20 20:30:13.124 INFO O| Dec 20 20:30:13.123 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3961 | 2024-12-20T20:30:14.546Z | [ host-image] Dec 20 20:30:13.324 INFO O| Dec 20 20:30:13.324 INFO O| Actions: Completed 49485 actions in 23.24 seconds. |
3962 | 2024-12-20T20:30:15.340Z | [ host-image] Dec 20 20:30:14.119 INFO O| Dec 20 20:30:14.118 INFO O| Done |
3963 | 2024-12-20T20:30:15.340Z | [ host-image] Dec 20 20:30:14.119 INFO O| Dec 20 20:30:14.118 INFO O| Done |
3964 | 2024-12-20T20:30:17.154Z | [ host-image] Dec 20 20:30:15.932 INFO O| Dec 20 20:30:15.932 INFO O| Done |
3965 | 2024-12-20T20:30:18.765Z | [ recovery-image] Dec 20 20:30:17.530 INFO O| Dec 20 20:30:17.530 INFO O| Planning: Solver setup ... Done |
3966 | 2024-12-20T20:30:18.765Z | [ recovery-image] Dec 20 20:30:17.535 INFO O| Dec 20 20:30:17.535 INFO O| Planning: Running solver ... Done |
3967 | 2024-12-20T20:30:18.837Z | [ recovery-image] Dec 20 20:30:17.616 INFO O| Dec 20 20:30:17.616 INFO O| Planning: Finding local manifests ... Done |
3968 | 2024-12-20T20:30:18.840Z | [ recovery-image] Dec 20 20:30:17.617 INFO O| Dec 20 20:30:17.617 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3969 | 2024-12-20T20:30:18.886Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3970 | 2024-12-20T20:30:19.038Z | [ recovery-image] Dec 20 20:30:17.816 INFO O| Dec 20 20:30:17.816 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3971 | 2024-12-20T20:30:19.071Z | [ recovery-image] Dec 20 20:30:17.849 INFO O| Dec 20 20:30:17.849 INFO O| Planning: Package planning ... Done |
3972 | 2024-12-20T20:30:19.073Z | [ recovery-image] Dec 20 20:30:17.850 INFO O| Dec 20 20:30:17.850 INFO O| Planning: Merging actions ... Done |
3973 | 2024-12-20T20:30:19.181Z | [ recovery-image] Dec 20 20:30:17.959 INFO O| Dec 20 20:30:17.959 INFO O| Planning: Checking for conflicting actions ... Done |
3974 | 2024-12-20T20:30:19.184Z | [ recovery-image] Dec 20 20:30:17.960 INFO O| Dec 20 20:30:17.960 INFO O| Planning: Consolidating action changes ... Done |
3975 | 2024-12-20T20:30:19.562Z | [ recovery-image] Dec 20 20:30:18.329 INFO O| Dec 20 20:30:18.329 INFO O| Planning: Evaluating mediators ... Done |
3976 | 2024-12-20T20:30:19.565Z | [ recovery-image] Dec 20 20:30:18.330 INFO O| Dec 20 20:30:18.330 INFO O| Planning: Planning completed in 5.21 seconds |
3977 | 2024-12-20T20:30:19.565Z | [ recovery-image] Dec 20 20:30:18.332 INFO O| Dec 20 20:30:18.332 INFO O| Packages to install: 1 |
3978 | 2024-12-20T20:30:19.591Z | [ recovery-image] Dec 20 20:30:18.367 INFO O| Dec 20 20:30:18.367 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3979 | 2024-12-20T20:30:19.881Z | [ host-image] Dec 20 20:30:18.660 INFO O| Dec 20 20:30:18.660 INFO O| Done |
3980 | 2024-12-20T20:30:19.923Z | [ host-image] Dec 20 20:30:18.701 INFO O| Dec 20 20:30:18.701 INFO O| Done |
3981 | 2024-12-20T20:30:20.412Z | [ recovery-image] Dec 20 20:30:19.191 INFO O| Dec 20 20:30:19.191 INFO O| Download: Completed 9.99 MB in 0.82 seconds (12.1M/s) |
3982 | 2024-12-20T20:30:21.023Z | [ recovery-image] Dec 20 20:30:19.801 INFO O| Dec 20 20:30:19.801 INFO O| Actions: 1/22 actions (Installing new actions) |
3983 | 2024-12-20T20:30:21.418Z | [ recovery-image] Dec 20 20:30:20.196 INFO O| Dec 20 20:30:20.196 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
3984 | 2024-12-20T20:30:21.911Z | [ recovery-image] Dec 20 20:30:20.689 INFO O| Dec 20 20:30:20.689 INFO O| Done |
3985 | 2024-12-20T20:30:21.911Z | [ recovery-image] Dec 20 20:30:20.689 INFO O| Dec 20 20:30:20.689 INFO O| Done |
3986 | 2024-12-20T20:30:23.287Z | [ recovery-image] Dec 20 20:30:22.065 INFO O| Dec 20 20:30:22.065 INFO O| Done |
3987 | 2024-12-20T20:30:25.251Z | [ recovery-image] Dec 20 20:30:24.029 INFO O| Dec 20 20:30:24.029 INFO O| Done |
3988 | 2024-12-20T20:30:25.289Z | [ recovery-image] Dec 20 20:30:24.068 INFO O| Dec 20 20:30:24.068 INFO O| Done |
3989 | 2024-12-20T20:30:25.292Z | [ recovery-image] Dec 20 20:30:24.068 INFO O| Dec 20 20:30:24.068 INFO O| Done |
3990 | 2024-12-20T20:30:25.309Z | [ recovery-image] Dec 20 20:30:24.088 INFO O| Dec 20 20:30:24.088 INFO O| Done |
3991 | 2024-12-20T20:30:25.510Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO STEP 14 (pkg_install) COMPLETE |
3992 | 2024-12-20T20:30:25.510Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3993 | 2024-12-20T20:30:25.512Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO skip step because feature "mfg" is not enabled |
3994 | 2024-12-20T20:30:25.512Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3995 | 2024-12-20T20:30:25.512Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO skip step because feature "compliance" is not enabled |
3996 | 2024-12-20T20:30:25.512Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3997 | 2024-12-20T20:30:25.513Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO skip step because feature "stress" is not enabled |
3998 | 2024-12-20T20:30:25.513Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3999 | 2024-12-20T20:30:25.513Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO skip step because feature "nfs" is not enabled |
4000 | 2024-12-20T20:30:25.513Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4001 | 2024-12-20T20:30:25.513Z | [ recovery-image] Dec 20 20:30:24.289 INFO O| Dec 20 20:30:24.289 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4002 | 2024-12-20T20:30:25.647Z | [ recovery-image] Dec 20 20:30:24.426 INFO O| Dec 20 20:30:24.426 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4003 | 2024-12-20T20:30:25.878Z | [ recovery-image] Dec 20 20:30:24.656 INFO O| Dec 20 20:30:24.656 INFO completed processing gimlet/ramdisk-01-os |
4004 | 2024-12-20T20:30:25.881Z | [ recovery-image] Dec 20 20:30:24.660 INFO image builder template: ramdisk-02-trim... |
4005 | 2024-12-20T20:30:25.881Z | [ recovery-image] Dec 20 20:30:24.660 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/.tmpoPknlO/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.311", "-n", "ramdisk-02-trim"], pwd: None |
4006 | 2024-12-20T20:30:25.929Z | [ recovery-image] Dec 20 20:30:24.708 INFO O| Dec 20 20:30:24.707 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4007 | 2024-12-20T20:30:25.949Z | [ recovery-image] Dec 20 20:30:24.727 INFO O| Dec 20 20:30:24.727 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4008 | 2024-12-20T20:30:26.088Z | [ recovery-image] Dec 20 20:30:24.867 INFO O| Dec 20 20:30:24.867 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4009 | 2024-12-20T20:30:26.167Z | [ recovery-image] Dec 20 20:30:24.946 INFO O| Dec 20 20:30:24.946 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4010 | 2024-12-20T20:30:26.167Z | [ recovery-image] Dec 20 20:30:24.946 INFO O| Dec 20 20:30:24.946 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4011 | 2024-12-20T20:30:26.177Z | [ recovery-image] Dec 20 20:30:24.956 INFO O| Dec 20 20:30:24.955 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4012 | 2024-12-20T20:30:26.185Z | [ recovery-image] Dec 20 20:30:24.963 INFO O| Dec 20 20:30:24.963 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4013 | 2024-12-20T20:30:26.214Z | [ recovery-image] Dec 20 20:30:24.992 INFO O| Dec 20 20:30:24.992 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4014 | 2024-12-20T20:30:26.989Z | [ recovery-image] Dec 20 20:30:25.767 INFO O| Dec 20 20:30:25.767 INFO rolled back to input snapshot; work may begin |
4015 | 2024-12-20T20:30:26.989Z | [ recovery-image] Dec 20 20:30:25.767 INFO O| Dec 20 20:30:25.767 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4016 | 2024-12-20T20:30:27.000Z | [ recovery-image] Dec 20 20:30:25.779 INFO O| Dec 20 20:30:25.779 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4017 | 2024-12-20T20:30:27.029Z | [ recovery-image] Dec 20 20:30:25.807 INFO O| Dec 20 20:30:25.807 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4018 | 2024-12-20T20:30:27.240Z | [ recovery-image] Dec 20 20:30:26.018 INFO O| Dec 20 20:30:26.018 INFO STEP 0 (remove_files) COMPLETE |
4019 | 2024-12-20T20:30:27.240Z | [ recovery-image] Dec 20 20:30:26.018 INFO O| Dec 20 20:30:26.018 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4020 | 2024-12-20T20:30:27.260Z | [ recovery-image] Dec 20 20:30:26.039 INFO O| Dec 20 20:30:26.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4021 | 2024-12-20T20:30:27.263Z | [ recovery-image] Dec 20 20:30:26.041 INFO O| Dec 20 20:30:26.041 INFO STEP 1 (remove_files) COMPLETE |
4022 | 2024-12-20T20:30:27.263Z | [ recovery-image] Dec 20 20:30:26.041 INFO O| Dec 20 20:30:26.041 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4023 | 2024-12-20T20:30:27.283Z | [ recovery-image] Dec 20 20:30:26.061 INFO O| Dec 20 20:30:26.061 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4024 | 2024-12-20T20:30:27.308Z | [ recovery-image] Dec 20 20:30:26.087 INFO O| Dec 20 20:30:26.087 INFO STEP 2 (remove_files) COMPLETE |
4025 | 2024-12-20T20:30:27.308Z | [ recovery-image] Dec 20 20:30:26.087 INFO O| Dec 20 20:30:26.087 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4026 | 2024-12-20T20:30:27.344Z | [ recovery-image] Dec 20 20:30:26.122 INFO O| Dec 20 20:30:26.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4027 | 2024-12-20T20:30:27.358Z | [ recovery-image] Dec 20 20:30:26.125 INFO O| Dec 20 20:30:26.125 INFO STEP 3 (remove_files) COMPLETE |
4028 | 2024-12-20T20:30:27.358Z | [ recovery-image] Dec 20 20:30:26.125 INFO O| Dec 20 20:30:26.125 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4029 | 2024-12-20T20:30:27.367Z | [ recovery-image] Dec 20 20:30:26.145 INFO O| Dec 20 20:30:26.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4030 | 2024-12-20T20:30:27.374Z | [ recovery-image] Dec 20 20:30:26.153 INFO O| Dec 20 20:30:26.153 INFO STEP 4 (remove_files) COMPLETE |
4031 | 2024-12-20T20:30:27.374Z | [ recovery-image] Dec 20 20:30:26.153 INFO O| Dec 20 20:30:26.153 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4032 | 2024-12-20T20:30:27.394Z | [ recovery-image] Dec 20 20:30:26.173 INFO O| Dec 20 20:30:26.172 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4033 | 2024-12-20T20:30:27.397Z | [ recovery-image] Dec 20 20:30:26.173 INFO O| Dec 20 20:30:26.173 INFO STEP 5 (remove_files) COMPLETE |
4034 | 2024-12-20T20:30:27.397Z | [ recovery-image] Dec 20 20:30:26.173 INFO O| Dec 20 20:30:26.173 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4035 | 2024-12-20T20:30:27.412Z | [ recovery-image] Dec 20 20:30:26.190 INFO O| Dec 20 20:30:26.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4036 | 2024-12-20T20:30:27.430Z | [ recovery-image] Dec 20 20:30:26.209 INFO O| Dec 20 20:30:26.209 INFO STEP 6 (remove_files) COMPLETE |
4037 | 2024-12-20T20:30:27.431Z | [ recovery-image] Dec 20 20:30:26.209 INFO O| Dec 20 20:30:26.209 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4038 | 2024-12-20T20:30:27.431Z | [ recovery-image] Dec 20 20:30:26.209 INFO O| Dec 20 20:30:26.209 INFO skip step because feature "recovery" is enabled |
4039 | 2024-12-20T20:30:27.434Z | [ recovery-image] Dec 20 20:30:26.209 INFO O| Dec 20 20:30:26.209 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4040 | 2024-12-20T20:30:27.434Z | [ recovery-image] Dec 20 20:30:26.209 INFO O| Dec 20 20:30:26.209 INFO skip step because feature "recovery" is enabled |
4041 | 2024-12-20T20:30:27.434Z | [ recovery-image] Dec 20 20:30:26.209 INFO O| Dec 20 20:30:26.209 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4042 | 2024-12-20T20:30:27.434Z | [ recovery-image] Dec 20 20:30:26.209 INFO O| Dec 20 20:30:26.209 INFO skip step because feature "recovery" is enabled |
4043 | 2024-12-20T20:30:27.434Z | [ recovery-image] Dec 20 20:30:26.209 INFO O| Dec 20 20:30:26.209 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4044 | 2024-12-20T20:30:27.450Z | [ recovery-image] Dec 20 20:30:26.228 INFO O| Dec 20 20:30:26.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4045 | 2024-12-20T20:30:27.455Z | [ recovery-image] Dec 20 20:30:26.234 INFO O| Dec 20 20:30:26.234 INFO STEP 10 (remove_files) COMPLETE |
4046 | 2024-12-20T20:30:27.455Z | [ recovery-image] Dec 20 20:30:26.234 INFO O| Dec 20 20:30:26.234 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4047 | 2024-12-20T20:30:27.474Z | [ recovery-image] Dec 20 20:30:26.252 INFO O| Dec 20 20:30:26.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4048 | 2024-12-20T20:30:27.476Z | [ recovery-image] Dec 20 20:30:26.253 INFO O| Dec 20 20:30:26.253 INFO STEP 11 (remove_files) COMPLETE |
4049 | 2024-12-20T20:30:27.477Z | [ recovery-image] Dec 20 20:30:26.253 INFO O| Dec 20 20:30:26.253 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4050 | 2024-12-20T20:30:27.492Z | [ recovery-image] Dec 20 20:30:26.270 INFO O| Dec 20 20:30:26.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4051 | 2024-12-20T20:30:27.495Z | [ recovery-image] Dec 20 20:30:26.273 INFO O| Dec 20 20:30:26.273 INFO STEP 12 (remove_files) COMPLETE |
4052 | 2024-12-20T20:30:27.495Z | [ recovery-image] Dec 20 20:30:26.273 INFO O| Dec 20 20:30:26.273 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4053 | 2024-12-20T20:30:27.531Z | [ recovery-image] Dec 20 20:30:26.309 INFO O| Dec 20 20:30:26.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4054 | 2024-12-20T20:30:27.739Z | [ recovery-image] Dec 20 20:30:26.517 INFO O| Dec 20 20:30:26.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4055 | 2024-12-20T20:30:27.803Z | [ recovery-image] Dec 20 20:30:26.581 INFO O| Dec 20 20:30:26.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4056 | 2024-12-20T20:30:27.814Z | [ recovery-image] Dec 20 20:30:26.593 INFO O| Dec 20 20:30:26.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4057 | 2024-12-20T20:30:27.818Z | [ recovery-image] Dec 20 20:30:26.596 INFO O| Dec 20 20:30:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4058 | 2024-12-20T20:30:27.985Z | [ recovery-image] Dec 20 20:30:26.764 INFO O| Dec 20 20:30:26.764 INFO STEP 13 (remove_files) COMPLETE |
4059 | 2024-12-20T20:30:27.985Z | [ recovery-image] Dec 20 20:30:26.764 INFO O| Dec 20 20:30:26.764 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4060 | 2024-12-20T20:30:28.007Z | [ recovery-image] Dec 20 20:30:26.785 INFO O| Dec 20 20:30:26.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4061 | 2024-12-20T20:30:28.012Z | [ recovery-image] Dec 20 20:30:26.788 INFO O| Dec 20 20:30:26.788 INFO STEP 14 (remove_files) COMPLETE |
4062 | 2024-12-20T20:30:28.012Z | [ recovery-image] Dec 20 20:30:26.788 INFO O| Dec 20 20:30:26.788 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4063 | 2024-12-20T20:30:28.037Z | [ recovery-image] Dec 20 20:30:26.815 INFO O| Dec 20 20:30:26.815 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4064 | 2024-12-20T20:30:28.047Z | [ recovery-image] Dec 20 20:30:26.826 INFO O| Dec 20 20:30:26.826 INFO STEP 15 (remove_files) COMPLETE |
4065 | 2024-12-20T20:30:28.048Z | [ recovery-image] Dec 20 20:30:26.826 INFO O| Dec 20 20:30:26.826 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4066 | 2024-12-20T20:30:28.075Z | [ recovery-image] Dec 20 20:30:26.853 INFO O| Dec 20 20:30:26.853 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4067 | 2024-12-20T20:30:28.081Z | [ host-image] Dec 20 20:30:26.854 INFO O| Dec 20 20:30:26.853 INFO O| Done |
4068 | 2024-12-20T20:30:28.081Z | [ recovery-image] Dec 20 20:30:26.854 INFO O| Dec 20 20:30:26.854 INFO STEP 16 (remove_files) COMPLETE |
4069 | 2024-12-20T20:30:28.081Z | [ recovery-image] Dec 20 20:30:26.854 INFO O| Dec 20 20:30:26.854 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-12-20T20:30:28.106Z | [ recovery-image] Dec 20 20:30:26.884 INFO O| Dec 20 20:30:26.884 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4071 | 2024-12-20T20:30:28.109Z | [ recovery-image] Dec 20 20:30:26.887 INFO O| Dec 20 20:30:26.887 INFO STEP 17 (remove_files) COMPLETE |
4072 | 2024-12-20T20:30:28.109Z | [ recovery-image] Dec 20 20:30:26.887 INFO O| Dec 20 20:30:26.887 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4073 | 2024-12-20T20:30:28.132Z | [ recovery-image] Dec 20 20:30:26.910 INFO O| Dec 20 20:30:26.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4074 | 2024-12-20T20:30:28.135Z | [ recovery-image] Dec 20 20:30:26.910 INFO O| Dec 20 20:30:26.910 INFO STEP 18 (remove_files) COMPLETE |
4075 | 2024-12-20T20:30:28.136Z | [ recovery-image] Dec 20 20:30:26.911 INFO O| Dec 20 20:30:26.911 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-12-20T20:30:28.154Z | [ recovery-image] Dec 20 20:30:26.932 INFO O| Dec 20 20:30:26.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4077 | 2024-12-20T20:30:28.156Z | [ recovery-image] Dec 20 20:30:26.933 INFO O| Dec 20 20:30:26.932 INFO STEP 19 (remove_files) COMPLETE |
4078 | 2024-12-20T20:30:28.156Z | [ recovery-image] Dec 20 20:30:26.933 INFO O| Dec 20 20:30:26.933 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4079 | 2024-12-20T20:30:28.176Z | [ recovery-image] Dec 20 20:30:26.954 INFO O| Dec 20 20:30:26.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4080 | 2024-12-20T20:30:28.176Z | [ recovery-image] Dec 20 20:30:26.954 INFO O| Dec 20 20:30:26.954 INFO STEP 20 (remove_files) COMPLETE |
4081 | 2024-12-20T20:30:28.180Z | [ recovery-image] Dec 20 20:30:26.955 INFO O| Dec 20 20:30:26.954 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4082 | 2024-12-20T20:30:28.196Z | [ recovery-image] Dec 20 20:30:26.975 INFO O| Dec 20 20:30:26.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4083 | 2024-12-20T20:30:28.200Z | [ recovery-image] Dec 20 20:30:26.975 INFO O| Dec 20 20:30:26.975 INFO STEP 21 (remove_files) COMPLETE |
4084 | 2024-12-20T20:30:28.200Z | [ recovery-image] Dec 20 20:30:26.975 INFO O| Dec 20 20:30:26.975 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-20T20:30:28.218Z | [ recovery-image] Dec 20 20:30:26.996 INFO O| Dec 20 20:30:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4086 | 2024-12-20T20:30:28.221Z | [ recovery-image] Dec 20 20:30:26.997 INFO O| Dec 20 20:30:26.997 INFO STEP 22 (remove_files) COMPLETE |
4087 | 2024-12-20T20:30:28.221Z | [ recovery-image] Dec 20 20:30:26.997 INFO O| Dec 20 20:30:26.997 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4088 | 2024-12-20T20:30:28.239Z | [ recovery-image] Dec 20 20:30:27.017 INFO O| Dec 20 20:30:27.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4089 | 2024-12-20T20:30:28.239Z | [ recovery-image] Dec 20 20:30:27.017 INFO O| Dec 20 20:30:27.017 INFO STEP 23 (remove_files) COMPLETE |
4090 | 2024-12-20T20:30:28.243Z | [ recovery-image] Dec 20 20:30:27.018 INFO O| Dec 20 20:30:27.018 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-12-20T20:30:28.258Z | [ recovery-image] Dec 20 20:30:27.037 INFO O| Dec 20 20:30:27.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4092 | 2024-12-20T20:30:28.259Z | [ recovery-image] Dec 20 20:30:27.037 INFO O| Dec 20 20:30:27.037 INFO STEP 24 (remove_files) COMPLETE |
4093 | 2024-12-20T20:30:28.262Z | [ recovery-image] Dec 20 20:30:27.037 INFO O| Dec 20 20:30:27.037 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4094 | 2024-12-20T20:30:28.305Z | [ recovery-image] Dec 20 20:30:27.083 INFO O| Dec 20 20:30:27.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4095 | 2024-12-20T20:30:28.308Z | [ recovery-image] Dec 20 20:30:27.084 INFO O| Dec 20 20:30:27.084 INFO STEP 25 (remove_files) COMPLETE |
4096 | 2024-12-20T20:30:28.308Z | [ recovery-image] Dec 20 20:30:27.084 INFO O| Dec 20 20:30:27.084 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-12-20T20:30:28.415Z | [ recovery-image] Dec 20 20:30:27.193 INFO O| Dec 20 20:30:27.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4098 | 2024-12-20T20:30:28.415Z | [ recovery-image] Dec 20 20:30:27.193 INFO O| Dec 20 20:30:27.193 INFO STEP 26 (remove_files) COMPLETE |
4099 | 2024-12-20T20:30:28.415Z | [ recovery-image] Dec 20 20:30:27.193 INFO O| Dec 20 20:30:27.193 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4100 | 2024-12-20T20:30:28.436Z | [ recovery-image] Dec 20 20:30:27.214 INFO O| Dec 20 20:30:27.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4101 | 2024-12-20T20:30:28.436Z | [ recovery-image] Dec 20 20:30:27.214 INFO O| Dec 20 20:30:27.214 INFO STEP 27 (remove_files) COMPLETE |
4102 | 2024-12-20T20:30:28.441Z | [ recovery-image] Dec 20 20:30:27.214 INFO O| Dec 20 20:30:27.214 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-12-20T20:30:28.455Z | [ recovery-image] Dec 20 20:30:27.233 INFO O| Dec 20 20:30:27.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4104 | 2024-12-20T20:30:28.455Z | [ recovery-image] Dec 20 20:30:27.233 INFO O| Dec 20 20:30:27.233 INFO STEP 28 (remove_files) COMPLETE |
4105 | 2024-12-20T20:30:28.458Z | [ recovery-image] Dec 20 20:30:27.233 INFO O| Dec 20 20:30:27.233 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4106 | 2024-12-20T20:30:28.537Z | [ recovery-image] Dec 20 20:30:27.315 INFO O| Dec 20 20:30:27.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4107 | 2024-12-20T20:30:28.537Z | [ recovery-image] Dec 20 20:30:27.315 INFO O| Dec 20 20:30:27.315 INFO STEP 29 (remove_files) COMPLETE |
4108 | 2024-12-20T20:30:28.537Z | [ recovery-image] Dec 20 20:30:27.315 INFO O| Dec 20 20:30:27.315 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-12-20T20:30:28.556Z | [ recovery-image] Dec 20 20:30:27.334 INFO O| Dec 20 20:30:27.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4110 | 2024-12-20T20:30:28.556Z | [ recovery-image] Dec 20 20:30:27.334 INFO O| Dec 20 20:30:27.334 INFO STEP 30 (remove_files) COMPLETE |
4111 | 2024-12-20T20:30:28.560Z | [ recovery-image] Dec 20 20:30:27.334 INFO O| Dec 20 20:30:27.334 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4112 | 2024-12-20T20:30:28.608Z | [ recovery-image] Dec 20 20:30:27.387 INFO O| Dec 20 20:30:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4113 | 2024-12-20T20:30:28.609Z | [ recovery-image] Dec 20 20:30:27.387 INFO O| Dec 20 20:30:27.387 INFO STEP 31 (remove_files) COMPLETE |
4114 | 2024-12-20T20:30:28.609Z | [ recovery-image] Dec 20 20:30:27.387 INFO O| Dec 20 20:30:27.387 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-12-20T20:30:28.632Z | [ recovery-image] Dec 20 20:30:27.410 INFO O| Dec 20 20:30:27.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4116 | 2024-12-20T20:30:28.632Z | [ recovery-image] Dec 20 20:30:27.410 INFO O| Dec 20 20:30:27.410 INFO STEP 32 (remove_files) COMPLETE |
4117 | 2024-12-20T20:30:28.632Z | [ recovery-image] Dec 20 20:30:27.410 INFO O| Dec 20 20:30:27.410 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4118 | 2024-12-20T20:30:28.653Z | [ recovery-image] Dec 20 20:30:27.430 INFO O| Dec 20 20:30:27.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4119 | 2024-12-20T20:30:28.653Z | [ recovery-image] Dec 20 20:30:27.430 INFO O| Dec 20 20:30:27.430 INFO STEP 33 (remove_files) COMPLETE |
4120 | 2024-12-20T20:30:28.656Z | [ recovery-image] Dec 20 20:30:27.431 INFO O| Dec 20 20:30:27.430 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4121 | 2024-12-20T20:30:28.672Z | [ recovery-image] Dec 20 20:30:27.450 INFO O| Dec 20 20:30:27.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4122 | 2024-12-20T20:30:28.676Z | [ recovery-image] Dec 20 20:30:27.450 INFO O| Dec 20 20:30:27.450 INFO STEP 34 (remove_files) COMPLETE |
4123 | 2024-12-20T20:30:28.676Z | [ recovery-image] Dec 20 20:30:27.450 INFO O| Dec 20 20:30:27.450 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4124 | 2024-12-20T20:30:28.700Z | [ recovery-image] Dec 20 20:30:27.478 INFO O| Dec 20 20:30:27.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4125 | 2024-12-20T20:30:28.700Z | [ recovery-image] Dec 20 20:30:27.478 INFO O| Dec 20 20:30:27.478 INFO STEP 35 (remove_files) COMPLETE |
4126 | 2024-12-20T20:30:28.701Z | [ recovery-image] Dec 20 20:30:27.478 INFO O| Dec 20 20:30:27.478 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4127 | 2024-12-20T20:30:28.730Z | [ recovery-image] Dec 20 20:30:27.508 INFO O| Dec 20 20:30:27.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4128 | 2024-12-20T20:30:28.732Z | [ recovery-image] Dec 20 20:30:27.508 INFO O| Dec 20 20:30:27.508 INFO STEP 36 (remove_files) COMPLETE |
4129 | 2024-12-20T20:30:28.736Z | [ recovery-image] Dec 20 20:30:27.508 INFO O| Dec 20 20:30:27.508 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4130 | 2024-12-20T20:30:28.777Z | [ recovery-image] Dec 20 20:30:27.553 INFO O| Dec 20 20:30:27.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4131 | 2024-12-20T20:30:28.777Z | [ recovery-image] Dec 20 20:30:27.553 INFO O| Dec 20 20:30:27.553 INFO STEP 37 (remove_files) COMPLETE |
4132 | 2024-12-20T20:30:28.780Z | [ recovery-image] Dec 20 20:30:27.553 INFO O| Dec 20 20:30:27.553 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4133 | 2024-12-20T20:30:28.808Z | [ recovery-image] Dec 20 20:30:27.573 INFO O| Dec 20 20:30:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4134 | 2024-12-20T20:30:28.808Z | [ recovery-image] Dec 20 20:30:27.573 INFO O| Dec 20 20:30:27.573 INFO STEP 38 (remove_files) COMPLETE |
4135 | 2024-12-20T20:30:28.808Z | [ recovery-image] Dec 20 20:30:27.573 INFO O| Dec 20 20:30:27.573 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4136 | 2024-12-20T20:30:28.814Z | [ recovery-image] Dec 20 20:30:27.592 INFO O| Dec 20 20:30:27.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4137 | 2024-12-20T20:30:28.814Z | [ recovery-image] Dec 20 20:30:27.592 INFO O| Dec 20 20:30:27.592 INFO STEP 39 (remove_files) COMPLETE |
4138 | 2024-12-20T20:30:28.814Z | [ recovery-image] Dec 20 20:30:27.592 INFO O| Dec 20 20:30:27.592 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4139 | 2024-12-20T20:30:28.841Z | [ recovery-image] Dec 20 20:30:27.611 INFO O| Dec 20 20:30:27.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4140 | 2024-12-20T20:30:28.841Z | [ recovery-image] Dec 20 20:30:27.611 INFO O| Dec 20 20:30:27.611 INFO STEP 40 (remove_files) COMPLETE |
4141 | 2024-12-20T20:30:28.842Z | [ recovery-image] Dec 20 20:30:27.611 INFO O| Dec 20 20:30:27.611 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4142 | 2024-12-20T20:30:28.852Z | [ recovery-image] Dec 20 20:30:27.630 INFO O| Dec 20 20:30:27.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4143 | 2024-12-20T20:30:28.852Z | [ recovery-image] Dec 20 20:30:27.630 INFO O| Dec 20 20:30:27.630 INFO STEP 41 (remove_files) COMPLETE |
4144 | 2024-12-20T20:30:28.852Z | [ recovery-image] Dec 20 20:30:27.630 INFO O| Dec 20 20:30:27.630 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-20T20:30:28.932Z | [ recovery-image] Dec 20 20:30:27.709 INFO O| Dec 20 20:30:27.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4146 | 2024-12-20T20:30:28.933Z | [ recovery-image] Dec 20 20:30:27.710 INFO O| Dec 20 20:30:27.710 INFO STEP 42 (remove_files) COMPLETE |
4147 | 2024-12-20T20:30:28.937Z | [ recovery-image] Dec 20 20:30:27.710 INFO O| Dec 20 20:30:27.710 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4148 | 2024-12-20T20:30:28.962Z | [ recovery-image] Dec 20 20:30:27.740 INFO O| Dec 20 20:30:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4149 | 2024-12-20T20:30:28.962Z | [ recovery-image] Dec 20 20:30:27.740 INFO O| Dec 20 20:30:27.740 INFO STEP 43 (remove_files) COMPLETE |
4150 | 2024-12-20T20:30:28.965Z | [ recovery-image] Dec 20 20:30:27.741 INFO O| Dec 20 20:30:27.740 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4151 | 2024-12-20T20:30:28.984Z | [ recovery-image] Dec 20 20:30:27.763 INFO O| Dec 20 20:30:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4152 | 2024-12-20T20:30:28.985Z | [ recovery-image] Dec 20 20:30:27.763 INFO O| Dec 20 20:30:27.763 INFO STEP 44 (remove_files) COMPLETE |
4153 | 2024-12-20T20:30:28.988Z | [ recovery-image] Dec 20 20:30:27.763 INFO O| Dec 20 20:30:27.763 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4154 | 2024-12-20T20:30:29.013Z | [ recovery-image] Dec 20 20:30:27.792 INFO O| Dec 20 20:30:27.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4155 | 2024-12-20T20:30:29.014Z | [ recovery-image] Dec 20 20:30:27.792 INFO O| Dec 20 20:30:27.792 INFO STEP 45 (remove_files) COMPLETE |
4156 | 2024-12-20T20:30:29.014Z | [ recovery-image] Dec 20 20:30:27.792 INFO O| Dec 20 20:30:27.792 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4157 | 2024-12-20T20:30:29.068Z | [ recovery-image] Dec 20 20:30:27.846 INFO O| Dec 20 20:30:27.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4158 | 2024-12-20T20:30:29.069Z | [ recovery-image] Dec 20 20:30:27.846 INFO O| Dec 20 20:30:27.846 INFO STEP 46 (remove_files) COMPLETE |
4159 | 2024-12-20T20:30:29.069Z | [ recovery-image] Dec 20 20:30:27.846 INFO O| Dec 20 20:30:27.846 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4160 | 2024-12-20T20:30:29.118Z | [ recovery-image] Dec 20 20:30:27.897 INFO O| Dec 20 20:30:27.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4161 | 2024-12-20T20:30:29.118Z | [ recovery-image] Dec 20 20:30:27.897 INFO O| Dec 20 20:30:27.897 INFO STEP 47 (remove_files) COMPLETE |
4162 | 2024-12-20T20:30:29.121Z | [ recovery-image] Dec 20 20:30:27.897 INFO O| Dec 20 20:30:27.897 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2024-12-20T20:30:29.138Z | [ recovery-image] Dec 20 20:30:27.917 INFO O| Dec 20 20:30:27.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4164 | 2024-12-20T20:30:29.142Z | [ recovery-image] Dec 20 20:30:27.917 INFO O| Dec 20 20:30:27.917 INFO STEP 48 (remove_files) COMPLETE |
4165 | 2024-12-20T20:30:29.142Z | [ recovery-image] Dec 20 20:30:27.917 INFO O| Dec 20 20:30:27.917 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4166 | 2024-12-20T20:30:29.179Z | [ recovery-image] Dec 20 20:30:27.958 INFO O| Dec 20 20:30:27.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4167 | 2024-12-20T20:30:29.182Z | [ recovery-image] Dec 20 20:30:27.958 INFO O| Dec 20 20:30:27.958 INFO STEP 49 (remove_files) COMPLETE |
4168 | 2024-12-20T20:30:29.182Z | [ recovery-image] Dec 20 20:30:27.958 INFO O| Dec 20 20:30:27.958 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4169 | 2024-12-20T20:30:29.211Z | [ recovery-image] Dec 20 20:30:27.989 INFO O| Dec 20 20:30:27.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4170 | 2024-12-20T20:30:29.211Z | [ recovery-image] Dec 20 20:30:27.989 INFO O| Dec 20 20:30:27.989 INFO STEP 50 (remove_files) COMPLETE |
4171 | 2024-12-20T20:30:29.211Z | [ recovery-image] Dec 20 20:30:27.989 INFO O| Dec 20 20:30:27.989 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-20T20:30:29.216Z | [ host-image] Dec 20 20:30:27.995 INFO O| Dec 20 20:30:27.995 INFO O| Done |
4173 | 2024-12-20T20:30:29.245Z | [ recovery-image] Dec 20 20:30:28.023 INFO O| Dec 20 20:30:28.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4174 | 2024-12-20T20:30:29.245Z | [ recovery-image] Dec 20 20:30:28.023 INFO O| Dec 20 20:30:28.023 INFO STEP 51 (remove_files) COMPLETE |
4175 | 2024-12-20T20:30:29.245Z | [ recovery-image] Dec 20 20:30:28.023 INFO O| Dec 20 20:30:28.023 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4176 | 2024-12-20T20:30:29.265Z | [ recovery-image] Dec 20 20:30:28.044 INFO O| Dec 20 20:30:28.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4177 | 2024-12-20T20:30:29.266Z | [ recovery-image] Dec 20 20:30:28.044 INFO O| Dec 20 20:30:28.044 INFO STEP 52 (remove_files) COMPLETE |
4178 | 2024-12-20T20:30:29.269Z | [ recovery-image] Dec 20 20:30:28.044 INFO O| Dec 20 20:30:28.044 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4179 | 2024-12-20T20:30:29.285Z | [ recovery-image] Dec 20 20:30:28.064 INFO O| Dec 20 20:30:28.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4180 | 2024-12-20T20:30:29.286Z | [ recovery-image] Dec 20 20:30:28.064 INFO O| Dec 20 20:30:28.064 INFO STEP 53 (remove_files) COMPLETE |
4181 | 2024-12-20T20:30:29.286Z | [ recovery-image] Dec 20 20:30:28.064 INFO O| Dec 20 20:30:28.064 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4182 | 2024-12-20T20:30:29.304Z | [ recovery-image] Dec 20 20:30:28.082 INFO O| Dec 20 20:30:28.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4183 | 2024-12-20T20:30:29.305Z | [ recovery-image] Dec 20 20:30:28.082 INFO O| Dec 20 20:30:28.082 INFO STEP 54 (remove_files) COMPLETE |
4184 | 2024-12-20T20:30:29.305Z | [ recovery-image] Dec 20 20:30:28.082 INFO O| Dec 20 20:30:28.082 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4185 | 2024-12-20T20:30:29.324Z | [ recovery-image] Dec 20 20:30:28.101 INFO O| Dec 20 20:30:28.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4186 | 2024-12-20T20:30:29.324Z | [ recovery-image] Dec 20 20:30:28.101 INFO O| Dec 20 20:30:28.101 INFO STEP 55 (remove_files) COMPLETE |
4187 | 2024-12-20T20:30:29.325Z | [ recovery-image] Dec 20 20:30:28.101 INFO O| Dec 20 20:30:28.101 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4188 | 2024-12-20T20:30:29.355Z | [ recovery-image] Dec 20 20:30:28.119 INFO O| Dec 20 20:30:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4189 | 2024-12-20T20:30:29.355Z | [ recovery-image] Dec 20 20:30:28.119 INFO O| Dec 20 20:30:28.119 INFO STEP 56 (remove_files) COMPLETE |
4190 | 2024-12-20T20:30:29.355Z | [ recovery-image] Dec 20 20:30:28.119 INFO O| Dec 20 20:30:28.119 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4191 | 2024-12-20T20:30:29.371Z | [ recovery-image] Dec 20 20:30:28.138 INFO O| Dec 20 20:30:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4192 | 2024-12-20T20:30:29.371Z | [ recovery-image] Dec 20 20:30:28.138 INFO O| Dec 20 20:30:28.138 INFO STEP 57 (remove_files) COMPLETE |
4193 | 2024-12-20T20:30:29.372Z | [ recovery-image] Dec 20 20:30:28.138 INFO O| Dec 20 20:30:28.138 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4194 | 2024-12-20T20:30:29.383Z | [ recovery-image] Dec 20 20:30:28.158 INFO O| Dec 20 20:30:28.158 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4195 | 2024-12-20T20:30:29.383Z | [ recovery-image] Dec 20 20:30:28.158 INFO O| Dec 20 20:30:28.158 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4196 | 2024-12-20T20:30:29.383Z | [ recovery-image] Dec 20 20:30:28.159 INFO O| Dec 20 20:30:28.159 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4197 | 2024-12-20T20:30:29.392Z | [ recovery-image] Dec 20 20:30:28.159 INFO O| Dec 20 20:30:28.159 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4198 | 2024-12-20T20:30:29.392Z | [ recovery-image] Dec 20 20:30:28.159 INFO O| Dec 20 20:30:28.159 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4199 | 2024-12-20T20:30:29.393Z | [ recovery-image] Dec 20 20:30:28.159 INFO O| Dec 20 20:30:28.159 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4200 | 2024-12-20T20:30:29.393Z | [ recovery-image] Dec 20 20:30:28.159 INFO O| Dec 20 20:30:28.159 INFO ok! |
4201 | 2024-12-20T20:30:29.393Z | [ recovery-image] Dec 20 20:30:28.159 INFO O| Dec 20 20:30:28.159 INFO STEP 58 (ensure_file) COMPLETE |
4202 | 2024-12-20T20:30:29.393Z | [ recovery-image] Dec 20 20:30:28.159 INFO O| Dec 20 20:30:28.159 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4203 | 2024-12-20T20:30:29.403Z | [ recovery-image] Dec 20 20:30:28.179 INFO O| Dec 20 20:30:28.179 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4204 | 2024-12-20T20:30:29.403Z | [ recovery-image] Dec 20 20:30:28.179 INFO O| Dec 20 20:30:28.179 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4205 | 2024-12-20T20:30:29.403Z | [ recovery-image] Dec 20 20:30:28.179 INFO O| Dec 20 20:30:28.179 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4206 | 2024-12-20T20:30:29.408Z | [ recovery-image] Dec 20 20:30:28.180 INFO O| Dec 20 20:30:28.179 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4207 | 2024-12-20T20:30:29.408Z | [ recovery-image] Dec 20 20:30:28.180 INFO O| Dec 20 20:30:28.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4208 | 2024-12-20T20:30:29.408Z | [ recovery-image] Dec 20 20:30:28.180 INFO O| Dec 20 20:30:28.180 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4209 | 2024-12-20T20:30:29.408Z | [ recovery-image] Dec 20 20:30:28.180 INFO O| Dec 20 20:30:28.180 INFO ok! |
4210 | 2024-12-20T20:30:29.409Z | [ recovery-image] Dec 20 20:30:28.180 INFO O| Dec 20 20:30:28.180 INFO STEP 59 (ensure_file) COMPLETE |
4211 | 2024-12-20T20:30:29.409Z | [ recovery-image] Dec 20 20:30:28.180 INFO O| Dec 20 20:30:28.180 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4212 | 2024-12-20T20:30:29.421Z | [ recovery-image] Dec 20 20:30:28.199 INFO O| Dec 20 20:30:28.199 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4213 | 2024-12-20T20:30:29.421Z | [ recovery-image] Dec 20 20:30:28.199 INFO O| Dec 20 20:30:28.199 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4214 | 2024-12-20T20:30:29.421Z | [ recovery-image] Dec 20 20:30:28.199 INFO O| Dec 20 20:30:28.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4215 | 2024-12-20T20:30:29.422Z | [ recovery-image] Dec 20 20:30:28.199 INFO O| Dec 20 20:30:28.199 INFO ok! |
4216 | 2024-12-20T20:30:29.427Z | [ recovery-image] Dec 20 20:30:28.199 INFO O| Dec 20 20:30:28.199 INFO STEP 60 (ensure_file) COMPLETE |
4217 | 2024-12-20T20:30:29.427Z | [ recovery-image] Dec 20 20:30:28.199 INFO O| Dec 20 20:30:28.199 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4218 | 2024-12-20T20:30:29.440Z | [ recovery-image] Dec 20 20:30:28.218 INFO O| Dec 20 20:30:28.218 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4219 | 2024-12-20T20:30:29.441Z | [ recovery-image] Dec 20 20:30:28.218 INFO O| Dec 20 20:30:28.218 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4220 | 2024-12-20T20:30:29.447Z | [ recovery-image] Dec 20 20:30:28.219 INFO O| Dec 20 20:30:28.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4221 | 2024-12-20T20:30:29.447Z | [ recovery-image] Dec 20 20:30:28.219 INFO O| Dec 20 20:30:28.219 INFO ok! |
4222 | 2024-12-20T20:30:29.447Z | [ recovery-image] Dec 20 20:30:28.219 INFO O| Dec 20 20:30:28.219 INFO STEP 61 (ensure_file) COMPLETE |
4223 | 2024-12-20T20:30:29.447Z | [ recovery-image] Dec 20 20:30:28.219 INFO O| Dec 20 20:30:28.219 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4224 | 2024-12-20T20:30:29.463Z | [ recovery-image] Dec 20 20:30:28.239 INFO O| Dec 20 20:30:28.239 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4225 | 2024-12-20T20:30:29.463Z | [ recovery-image] Dec 20 20:30:28.239 INFO O| Dec 20 20:30:28.239 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4226 | 2024-12-20T20:30:29.468Z | [ recovery-image] Dec 20 20:30:28.240 INFO O| Dec 20 20:30:28.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4227 | 2024-12-20T20:30:29.469Z | [ recovery-image] Dec 20 20:30:28.240 INFO O| Dec 20 20:30:28.240 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4228 | 2024-12-20T20:30:29.469Z | [ recovery-image] Dec 20 20:30:28.240 INFO O| Dec 20 20:30:28.240 INFO ok! |
4229 | 2024-12-20T20:30:29.469Z | [ recovery-image] Dec 20 20:30:28.240 INFO O| Dec 20 20:30:28.240 INFO STEP 62 (ensure_file) COMPLETE |
4230 | 2024-12-20T20:30:29.469Z | [ recovery-image] Dec 20 20:30:28.241 INFO O| Dec 20 20:30:28.240 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-20T20:30:29.483Z | [ recovery-image] Dec 20 20:30:28.260 INFO O| Dec 20 20:30:28.260 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4232 | 2024-12-20T20:30:29.483Z | [ recovery-image] Dec 20 20:30:28.260 INFO O| Dec 20 20:30:28.260 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4233 | 2024-12-20T20:30:29.486Z | [ recovery-image] Dec 20 20:30:28.261 INFO O| Dec 20 20:30:28.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4234 | 2024-12-20T20:30:29.486Z | [ recovery-image] Dec 20 20:30:28.261 INFO O| Dec 20 20:30:28.261 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4235 | 2024-12-20T20:30:29.486Z | [ recovery-image] Dec 20 20:30:28.261 INFO O| Dec 20 20:30:28.261 INFO ok! |
4236 | 2024-12-20T20:30:29.486Z | [ recovery-image] Dec 20 20:30:28.261 INFO O| Dec 20 20:30:28.261 INFO STEP 63 (ensure_file) COMPLETE |
4237 | 2024-12-20T20:30:29.486Z | [ recovery-image] Dec 20 20:30:28.261 INFO O| Dec 20 20:30:28.261 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-20T20:30:29.504Z | [ recovery-image] Dec 20 20:30:28.282 INFO O| Dec 20 20:30:28.282 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4239 | 2024-12-20T20:30:29.504Z | [ recovery-image] Dec 20 20:30:28.282 INFO O| Dec 20 20:30:28.282 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4240 | 2024-12-20T20:30:29.507Z | [ recovery-image] Dec 20 20:30:28.282 INFO O| Dec 20 20:30:28.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4241 | 2024-12-20T20:30:29.509Z | [ recovery-image] Dec 20 20:30:28.282 INFO O| Dec 20 20:30:28.282 INFO ok! |
4242 | 2024-12-20T20:30:29.509Z | [ recovery-image] Dec 20 20:30:28.282 INFO O| Dec 20 20:30:28.282 INFO STEP 64 (assemble_files) COMPLETE |
4243 | 2024-12-20T20:30:29.509Z | [ recovery-image] Dec 20 20:30:28.282 INFO O| Dec 20 20:30:28.282 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-20T20:30:29.527Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4245 | 2024-12-20T20:30:29.527Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4246 | 2024-12-20T20:30:29.527Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4247 | 2024-12-20T20:30:29.531Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4248 | 2024-12-20T20:30:29.531Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO ok! |
4249 | 2024-12-20T20:30:29.531Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO STEP 65 (ensure_file) COMPLETE |
4250 | 2024-12-20T20:30:29.531Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4251 | 2024-12-20T20:30:29.531Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO skip step because feature "omicron1" is not enabled |
4252 | 2024-12-20T20:30:29.531Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4253 | 2024-12-20T20:30:29.532Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO skip step because feature "omicron1" is not enabled |
4254 | 2024-12-20T20:30:29.532Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4255 | 2024-12-20T20:30:29.532Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO skip step because feature "omicron1" is not enabled |
4256 | 2024-12-20T20:30:29.532Z | [ recovery-image] Dec 20 20:30:28.303 INFO O| Dec 20 20:30:28.303 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4257 | 2024-12-20T20:30:29.556Z | [ recovery-image] Dec 20 20:30:28.334 INFO O| Dec 20 20:30:28.334 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4258 | 2024-12-20T20:30:29.556Z | [ recovery-image] Dec 20 20:30:28.334 INFO O| Dec 20 20:30:28.334 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4259 | 2024-12-20T20:30:29.813Z | [ host-image] Dec 20 20:30:28.551 INFO O| Dec 20 20:30:28.551 INFO STEP 11 (pkg_install) COMPLETE |
4260 | 2024-12-20T20:30:29.813Z | [ host-image] Dec 20 20:30:28.551 INFO O| Dec 20 20:30:28.551 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4261 | 2024-12-20T20:30:29.832Z | [ host-image] Dec 20 20:30:28.572 INFO O| Dec 20 20:30:28.572 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"] |
4262 | 2024-12-20T20:30:31.333Z | [ host-image] Dec 20 20:30:30.110 INFO O| Dec 20 20:30:30.110 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4263 | 2024-12-20T20:30:32.548Z | [ recovery-image] Dec 20 20:30:31.326 INFO O| Dec 20 20:30:31.326 INFO STEP 69 (pack_tar) COMPLETE |
4264 | 2024-12-20T20:30:32.549Z | [ recovery-image] Dec 20 20:30:31.326 INFO O| Dec 20 20:30:31.326 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4265 | 2024-12-20T20:30:32.552Z | [ recovery-image] Dec 20 20:30:31.326 INFO O| Dec 20 20:30:31.326 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4266 | 2024-12-20T20:30:32.956Z | [ recovery-image] Dec 20 20:30:31.735 INFO O| Dec 20 20:30:31.735 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4267 | 2024-12-20T20:30:33.120Z | [ recovery-image] Dec 20 20:30:31.898 INFO O| Dec 20 20:30:31.898 INFO completed processing gimlet/ramdisk-02-trim |
4268 | 2024-12-20T20:30:33.124Z | [ recovery-image] Dec 20 20:30:31.902 INFO image builder template: ramdisk-03-recovery-trim... |
4269 | 2024-12-20T20:30:33.124Z | [ recovery-image] Dec 20 20:30:31.902 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/.tmpoPknlO/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.311", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4270 | 2024-12-20T20:30:33.331Z | [ recovery-image] Dec 20 20:30:32.110 INFO O| Dec 20 20:30:32.109 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4271 | 2024-12-20T20:30:33.338Z | [ recovery-image] Dec 20 20:30:32.117 INFO O| Dec 20 20:30:32.117 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4272 | 2024-12-20T20:30:33.418Z | [ recovery-image] Dec 20 20:30:32.197 INFO O| Dec 20 20:30:32.197 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4273 | 2024-12-20T20:30:33.523Z | [ recovery-image] Dec 20 20:30:32.302 INFO O| Dec 20 20:30:32.301 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4274 | 2024-12-20T20:30:33.526Z | [ recovery-image] Dec 20 20:30:32.302 INFO O| Dec 20 20:30:32.302 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4275 | 2024-12-20T20:30:33.540Z | [ recovery-image] Dec 20 20:30:32.319 INFO O| Dec 20 20:30:32.319 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4276 | 2024-12-20T20:30:33.550Z | [ recovery-image] Dec 20 20:30:32.328 INFO O| Dec 20 20:30:32.328 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4277 | 2024-12-20T20:30:33.562Z | [ recovery-image] Dec 20 20:30:32.339 INFO O| Dec 20 20:30:32.339 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4278 | 2024-12-20T20:30:34.180Z | [ recovery-image] Dec 20 20:30:32.959 INFO O| Dec 20 20:30:32.959 INFO rolled back to input snapshot; work may begin |
4279 | 2024-12-20T20:30:34.181Z | [ recovery-image] Dec 20 20:30:32.959 INFO O| Dec 20 20:30:32.959 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4280 | 2024-12-20T20:30:34.189Z | [ recovery-image] Dec 20 20:30:32.968 INFO O| Dec 20 20:30:32.968 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-12-20T20:30:34.208Z | [ recovery-image] Dec 20 20:30:32.987 INFO O| Dec 20 20:30:32.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4282 | 2024-12-20T20:30:34.220Z | [ recovery-image] Dec 20 20:30:32.999 INFO O| Dec 20 20:30:32.999 INFO STEP 0 (remove_files) COMPLETE |
4283 | 2024-12-20T20:30:34.221Z | [ recovery-image] Dec 20 20:30:32.999 INFO O| Dec 20 20:30:32.999 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-12-20T20:30:34.255Z | [ recovery-image] Dec 20 20:30:33.033 INFO O| Dec 20 20:30:33.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4285 | 2024-12-20T20:30:34.879Z | [ recovery-image] Dec 20 20:30:33.657 INFO O| Dec 20 20:30:33.657 INFO STEP 1 (remove_files) COMPLETE |
4286 | 2024-12-20T20:30:34.879Z | [ recovery-image] Dec 20 20:30:33.657 INFO O| Dec 20 20:30:33.657 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-12-20T20:30:34.899Z | [ recovery-image] Dec 20 20:30:33.677 INFO O| Dec 20 20:30:33.677 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4288 | 2024-12-20T20:30:34.946Z | [ recovery-image] Dec 20 20:30:33.724 INFO O| Dec 20 20:30:33.724 INFO STEP 2 (remove_files) COMPLETE |
4289 | 2024-12-20T20:30:34.949Z | [ recovery-image] Dec 20 20:30:33.724 INFO O| Dec 20 20:30:33.724 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-12-20T20:30:34.966Z | [ recovery-image] Dec 20 20:30:33.745 INFO O| Dec 20 20:30:33.745 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4291 | 2024-12-20T20:30:35.070Z | [ recovery-image] Dec 20 20:30:33.848 INFO O| Dec 20 20:30:33.848 INFO STEP 3 (remove_files) COMPLETE |
4292 | 2024-12-20T20:30:35.070Z | [ recovery-image] Dec 20 20:30:33.849 INFO O| Dec 20 20:30:33.848 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-12-20T20:30:35.106Z | [ recovery-image] Dec 20 20:30:33.884 INFO O| Dec 20 20:30:33.884 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4294 | 2024-12-20T20:30:35.368Z | [ recovery-image] Dec 20 20:30:34.146 INFO O| Dec 20 20:30:34.146 INFO STEP 4 (remove_files) COMPLETE |
4295 | 2024-12-20T20:30:35.372Z | [ recovery-image] Dec 20 20:30:34.146 INFO O| Dec 20 20:30:34.146 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-12-20T20:30:35.406Z | [ recovery-image] Dec 20 20:30:34.184 INFO O| Dec 20 20:30:34.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4297 | 2024-12-20T20:30:35.476Z | [ recovery-image] Dec 20 20:30:34.254 INFO O| Dec 20 20:30:34.254 INFO STEP 5 (remove_files) COMPLETE |
4298 | 2024-12-20T20:30:35.476Z | [ recovery-image] Dec 20 20:30:34.254 INFO O| Dec 20 20:30:34.254 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-12-20T20:30:35.503Z | [ recovery-image] Dec 20 20:30:34.278 INFO O| Dec 20 20:30:34.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4300 | 2024-12-20T20:30:35.515Z | [ recovery-image] Dec 20 20:30:34.293 INFO O| Dec 20 20:30:34.293 INFO STEP 6 (remove_files) COMPLETE |
4301 | 2024-12-20T20:30:35.515Z | [ recovery-image] Dec 20 20:30:34.293 INFO O| Dec 20 20:30:34.293 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-12-20T20:30:35.548Z | [ recovery-image] Dec 20 20:30:34.326 INFO O| Dec 20 20:30:34.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4303 | 2024-12-20T20:30:35.591Z | [ recovery-image] Dec 20 20:30:34.369 INFO O| Dec 20 20:30:34.369 INFO STEP 7 (remove_files) COMPLETE |
4304 | 2024-12-20T20:30:35.592Z | [ recovery-image] Dec 20 20:30:34.369 INFO O| Dec 20 20:30:34.369 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-12-20T20:30:35.635Z | [ recovery-image] Dec 20 20:30:34.413 INFO O| Dec 20 20:30:34.413 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4306 | 2024-12-20T20:30:35.752Z | [ recovery-image] Dec 20 20:30:34.529 INFO O| Dec 20 20:30:34.529 INFO STEP 8 (remove_files) COMPLETE |
4307 | 2024-12-20T20:30:35.752Z | [ recovery-image] Dec 20 20:30:34.529 INFO O| Dec 20 20:30:34.529 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-12-20T20:30:35.792Z | [ recovery-image] Dec 20 20:30:34.570 INFO O| Dec 20 20:30:34.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4309 | 2024-12-20T20:30:35.795Z | [ recovery-image] Dec 20 20:30:34.571 INFO O| Dec 20 20:30:34.571 INFO STEP 9 (remove_files) COMPLETE |
4310 | 2024-12-20T20:30:35.796Z | [ recovery-image] Dec 20 20:30:34.571 INFO O| Dec 20 20:30:34.571 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-12-20T20:30:35.812Z | [ recovery-image] Dec 20 20:30:34.590 INFO O| Dec 20 20:30:34.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4312 | 2024-12-20T20:30:35.818Z | [ recovery-image] Dec 20 20:30:34.596 INFO O| Dec 20 20:30:34.596 INFO STEP 10 (remove_files) COMPLETE |
4313 | 2024-12-20T20:30:35.818Z | [ recovery-image] Dec 20 20:30:34.596 INFO O| Dec 20 20:30:34.596 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-12-20T20:30:35.837Z | [ recovery-image] Dec 20 20:30:34.615 INFO O| Dec 20 20:30:34.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4315 | 2024-12-20T20:30:36.060Z | [ recovery-image] Dec 20 20:30:34.839 INFO O| Dec 20 20:30:34.838 INFO STEP 11 (remove_files) COMPLETE |
4316 | 2024-12-20T20:30:36.060Z | [ recovery-image] Dec 20 20:30:34.839 INFO O| Dec 20 20:30:34.839 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-12-20T20:30:36.099Z | [ recovery-image] Dec 20 20:30:34.877 INFO O| Dec 20 20:30:34.877 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4318 | 2024-12-20T20:30:36.128Z | [ recovery-image] Dec 20 20:30:34.906 INFO O| Dec 20 20:30:34.905 INFO STEP 12 (remove_files) COMPLETE |
4319 | 2024-12-20T20:30:36.131Z | [ recovery-image] Dec 20 20:30:34.906 INFO O| Dec 20 20:30:34.906 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-12-20T20:30:36.149Z | [ recovery-image] Dec 20 20:30:34.927 INFO O| Dec 20 20:30:34.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4321 | 2024-12-20T20:30:36.184Z | [ recovery-image] Dec 20 20:30:34.960 INFO O| Dec 20 20:30:34.960 INFO STEP 13 (remove_files) COMPLETE |
4322 | 2024-12-20T20:30:36.184Z | [ recovery-image] Dec 20 20:30:34.960 INFO O| Dec 20 20:30:34.960 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-12-20T20:30:36.242Z | [ recovery-image] Dec 20 20:30:35.020 INFO O| Dec 20 20:30:35.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4324 | 2024-12-20T20:30:36.245Z | [ recovery-image] Dec 20 20:30:35.020 INFO O| Dec 20 20:30:35.020 INFO STEP 14 (remove_files) COMPLETE |
4325 | 2024-12-20T20:30:36.245Z | [ recovery-image] Dec 20 20:30:35.020 INFO O| Dec 20 20:30:35.020 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-12-20T20:30:36.302Z | [ recovery-image] Dec 20 20:30:35.080 INFO O| Dec 20 20:30:35.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4327 | 2024-12-20T20:30:36.327Z | [ recovery-image] Dec 20 20:30:35.105 INFO O| Dec 20 20:30:35.105 INFO STEP 15 (remove_files) COMPLETE |
4328 | 2024-12-20T20:30:36.327Z | [ recovery-image] Dec 20 20:30:35.106 INFO O| Dec 20 20:30:35.105 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-12-20T20:30:36.389Z | [ recovery-image] Dec 20 20:30:35.167 INFO O| Dec 20 20:30:35.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4330 | 2024-12-20T20:30:36.585Z | [ recovery-image] Dec 20 20:30:35.363 INFO O| Dec 20 20:30:35.363 INFO STEP 16 (remove_files) COMPLETE |
4331 | 2024-12-20T20:30:36.585Z | [ recovery-image] Dec 20 20:30:35.363 INFO O| Dec 20 20:30:35.363 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-12-20T20:30:36.647Z | [ recovery-image] Dec 20 20:30:35.425 INFO O| Dec 20 20:30:35.425 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4333 | 2024-12-20T20:30:36.665Z | [ host-image] Dec 20 20:30:35.443 INFO O| Dec 20 20:30:35.443 INFO O| Planning: Solver setup ... Done |
4334 | 2024-12-20T20:30:36.670Z | [ recovery-image] Dec 20 20:30:35.449 INFO O| Dec 20 20:30:35.449 INFO STEP 17 (remove_files) COMPLETE |
4335 | 2024-12-20T20:30:36.670Z | [ recovery-image] Dec 20 20:30:35.449 INFO O| Dec 20 20:30:35.449 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-12-20T20:30:36.674Z | [ host-image] Dec 20 20:30:35.450 INFO O| Dec 20 20:30:35.450 INFO O| Planning: Running solver ... Done |
4337 | 2024-12-20T20:30:36.738Z | [ recovery-image] Dec 20 20:30:35.516 INFO O| Dec 20 20:30:35.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4338 | 2024-12-20T20:30:36.738Z | [ recovery-image] Dec 20 20:30:35.516 INFO O| Dec 20 20:30:35.516 INFO STEP 18 (remove_files) COMPLETE |
4339 | 2024-12-20T20:30:36.741Z | [ recovery-image] Dec 20 20:30:35.516 INFO O| Dec 20 20:30:35.516 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-12-20T20:30:36.760Z | [ recovery-image] Dec 20 20:30:35.538 INFO O| Dec 20 20:30:35.538 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4341 | 2024-12-20T20:30:36.786Z | [ host-image] Dec 20 20:30:35.564 INFO O| Dec 20 20:30:35.564 INFO O| Planning: Finding local manifests ... Done |
4342 | 2024-12-20T20:30:36.789Z | [ host-image] Dec 20 20:30:35.566 INFO O| Dec 20 20:30:35.566 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4343 | 2024-12-20T20:30:36.997Z | [ recovery-image] Dec 20 20:30:35.775 INFO O| Dec 20 20:30:35.775 INFO STEP 19 (remove_files) COMPLETE |
4344 | 2024-12-20T20:30:36.997Z | [ recovery-image] Dec 20 20:30:35.775 INFO O| Dec 20 20:30:35.775 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-12-20T20:30:37.025Z | [ recovery-image] Dec 20 20:30:35.803 INFO O| Dec 20 20:30:35.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4346 | 2024-12-20T20:30:37.029Z | [ recovery-image] Dec 20 20:30:35.804 INFO O| Dec 20 20:30:35.804 INFO STEP 20 (remove_files) COMPLETE |
4347 | 2024-12-20T20:30:37.030Z | [ recovery-image] Dec 20 20:30:35.804 INFO O| Dec 20 20:30:35.804 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-12-20T20:30:37.064Z | [ recovery-image] Dec 20 20:30:35.842 INFO O| Dec 20 20:30:35.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4349 | 2024-12-20T20:30:37.093Z | [ recovery-image] Dec 20 20:30:35.871 INFO O| Dec 20 20:30:35.871 INFO STEP 21 (remove_files) COMPLETE |
4350 | 2024-12-20T20:30:37.094Z | [ recovery-image] Dec 20 20:30:35.871 INFO O| Dec 20 20:30:35.871 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-12-20T20:30:37.101Z | [ host-image] Dec 20 20:30:35.879 INFO O| Dec 20 20:30:35.879 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4352 | 2024-12-20T20:30:37.132Z | [ recovery-image] Dec 20 20:30:35.910 INFO O| Dec 20 20:30:35.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4353 | 2024-12-20T20:30:37.134Z | [ recovery-image] Dec 20 20:30:35.910 INFO O| Dec 20 20:30:35.910 INFO STEP 22 (remove_files) COMPLETE |
4354 | 2024-12-20T20:30:37.134Z | [ recovery-image] Dec 20 20:30:35.910 INFO O| Dec 20 20:30:35.910 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-20T20:30:37.142Z | [ host-image] Dec 20 20:30:35.919 INFO O| Dec 20 20:30:35.919 INFO O| Planning: Package planning ... Done |
4356 | 2024-12-20T20:30:37.147Z | [ host-image] Dec 20 20:30:35.926 INFO O| Dec 20 20:30:35.925 INFO O| Planning: Merging actions ... Done |
4357 | 2024-12-20T20:30:37.154Z | [ recovery-image] Dec 20 20:30:35.932 INFO O| Dec 20 20:30:35.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4358 | 2024-12-20T20:30:37.154Z | [ recovery-image] Dec 20 20:30:35.932 INFO O| Dec 20 20:30:35.932 INFO STEP 23 (remove_files) COMPLETE |
4359 | 2024-12-20T20:30:37.154Z | [ recovery-image] Dec 20 20:30:35.932 INFO O| Dec 20 20:30:35.932 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-12-20T20:30:37.174Z | [ recovery-image] Dec 20 20:30:35.952 INFO O| Dec 20 20:30:35.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4361 | 2024-12-20T20:30:37.174Z | [ recovery-image] Dec 20 20:30:35.952 INFO O| Dec 20 20:30:35.952 INFO STEP 24 (remove_files) COMPLETE |
4362 | 2024-12-20T20:30:37.177Z | [ recovery-image] Dec 20 20:30:35.953 INFO O| Dec 20 20:30:35.952 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-12-20T20:30:37.254Z | [ recovery-image] Dec 20 20:30:36.032 INFO O| Dec 20 20:30:36.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4364 | 2024-12-20T20:30:37.254Z | [ recovery-image] Dec 20 20:30:36.032 INFO O| Dec 20 20:30:36.032 INFO STEP 25 (remove_files) COMPLETE |
4365 | 2024-12-20T20:30:37.257Z | [ recovery-image] Dec 20 20:30:36.032 INFO O| Dec 20 20:30:36.032 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-12-20T20:30:37.275Z | [ recovery-image] Dec 20 20:30:36.054 INFO O| Dec 20 20:30:36.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4367 | 2024-12-20T20:30:37.279Z | [ recovery-image] Dec 20 20:30:36.054 INFO O| Dec 20 20:30:36.054 INFO STEP 26 (remove_files) COMPLETE |
4368 | 2024-12-20T20:30:37.279Z | [ recovery-image] Dec 20 20:30:36.054 INFO O| Dec 20 20:30:36.054 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-20T20:30:37.326Z | [ recovery-image] Dec 20 20:30:36.104 INFO O| Dec 20 20:30:36.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4370 | 2024-12-20T20:30:37.326Z | [ recovery-image] Dec 20 20:30:36.104 INFO O| Dec 20 20:30:36.104 INFO STEP 27 (remove_files) COMPLETE |
4371 | 2024-12-20T20:30:37.326Z | [ recovery-image] Dec 20 20:30:36.104 INFO O| Dec 20 20:30:36.104 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-12-20T20:30:37.345Z | [ recovery-image] Dec 20 20:30:36.123 INFO O| Dec 20 20:30:36.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4373 | 2024-12-20T20:30:37.351Z | [ recovery-image] Dec 20 20:30:36.130 INFO O| Dec 20 20:30:36.130 INFO STEP 28 (remove_files) COMPLETE |
4374 | 2024-12-20T20:30:37.354Z | [ recovery-image] Dec 20 20:30:36.130 INFO O| Dec 20 20:30:36.130 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-12-20T20:30:37.362Z | [ host-image] Dec 20 20:30:36.141 INFO O| Dec 20 20:30:36.141 INFO O| Planning: Checking for conflicting actions ... Done |
4376 | 2024-12-20T20:30:37.366Z | [ host-image] Dec 20 20:30:36.143 INFO O| Dec 20 20:30:36.143 INFO O| Planning: Consolidating action changes ... Done |
4377 | 2024-12-20T20:30:37.406Z | [ recovery-image] Dec 20 20:30:36.184 INFO O| Dec 20 20:30:36.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4378 | 2024-12-20T20:30:37.406Z | [ recovery-image] Dec 20 20:30:36.184 INFO O| Dec 20 20:30:36.184 INFO STEP 29 (remove_files) COMPLETE |
4379 | 2024-12-20T20:30:37.409Z | [ recovery-image] Dec 20 20:30:36.184 INFO O| Dec 20 20:30:36.184 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-12-20T20:30:37.464Z | [ recovery-image] Dec 20 20:30:36.242 INFO O| Dec 20 20:30:36.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4381 | 2024-12-20T20:30:37.464Z | [ recovery-image] Dec 20 20:30:36.242 INFO O| Dec 20 20:30:36.242 INFO STEP 30 (remove_files) COMPLETE |
4382 | 2024-12-20T20:30:37.465Z | [ recovery-image] Dec 20 20:30:36.242 INFO O| Dec 20 20:30:36.242 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-12-20T20:30:37.505Z | [ recovery-image] Dec 20 20:30:36.282 INFO O| Dec 20 20:30:36.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4384 | 2024-12-20T20:30:37.505Z | [ recovery-image] Dec 20 20:30:36.282 INFO O| Dec 20 20:30:36.282 INFO STEP 31 (remove_files) COMPLETE |
4385 | 2024-12-20T20:30:37.505Z | [ recovery-image] Dec 20 20:30:36.282 INFO O| Dec 20 20:30:36.282 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-12-20T20:30:37.539Z | [ recovery-image] Dec 20 20:30:36.316 INFO O| Dec 20 20:30:36.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4387 | 2024-12-20T20:30:37.539Z | [ recovery-image] Dec 20 20:30:36.316 INFO O| Dec 20 20:30:36.316 INFO STEP 32 (remove_files) COMPLETE |
4388 | 2024-12-20T20:30:37.539Z | [ recovery-image] Dec 20 20:30:36.317 INFO O| Dec 20 20:30:36.316 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-12-20T20:30:37.557Z | [ recovery-image] Dec 20 20:30:36.335 INFO O| Dec 20 20:30:36.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4390 | 2024-12-20T20:30:37.560Z | [ recovery-image] Dec 20 20:30:36.338 INFO O| Dec 20 20:30:36.338 INFO STEP 33 (remove_files) COMPLETE |
4391 | 2024-12-20T20:30:37.561Z | [ recovery-image] Dec 20 20:30:36.338 INFO O| Dec 20 20:30:36.338 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-12-20T20:30:37.616Z | [ recovery-image] Dec 20 20:30:36.394 INFO O| Dec 20 20:30:36.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4393 | 2024-12-20T20:30:37.616Z | [ recovery-image] Dec 20 20:30:36.394 INFO O| Dec 20 20:30:36.394 INFO STEP 34 (remove_files) COMPLETE |
4394 | 2024-12-20T20:30:37.616Z | [ recovery-image] Dec 20 20:30:36.394 INFO O| Dec 20 20:30:36.394 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-12-20T20:30:37.652Z | [ recovery-image] Dec 20 20:30:36.430 INFO O| Dec 20 20:30:36.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4396 | 2024-12-20T20:30:37.652Z | [ recovery-image] Dec 20 20:30:36.430 INFO O| Dec 20 20:30:36.430 INFO STEP 35 (remove_files) COMPLETE |
4397 | 2024-12-20T20:30:37.655Z | [ recovery-image] Dec 20 20:30:36.430 INFO O| Dec 20 20:30:36.430 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-12-20T20:30:37.731Z | [ recovery-image] Dec 20 20:30:36.508 INFO O| Dec 20 20:30:36.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4399 | 2024-12-20T20:30:37.731Z | [ recovery-image] Dec 20 20:30:36.508 INFO O| Dec 20 20:30:36.508 INFO STEP 36 (remove_files) COMPLETE |
4400 | 2024-12-20T20:30:37.734Z | [ recovery-image] Dec 20 20:30:36.508 INFO O| Dec 20 20:30:36.508 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-12-20T20:30:37.750Z | [ recovery-image] Dec 20 20:30:36.528 INFO O| Dec 20 20:30:36.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4402 | 2024-12-20T20:30:37.759Z | [ recovery-image] Dec 20 20:30:36.537 INFO O| Dec 20 20:30:36.537 INFO STEP 37 (remove_files) COMPLETE |
4403 | 2024-12-20T20:30:37.759Z | [ recovery-image] Dec 20 20:30:36.537 INFO O| Dec 20 20:30:36.537 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-12-20T20:30:37.817Z | [ recovery-image] Dec 20 20:30:36.595 INFO O| Dec 20 20:30:36.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4405 | 2024-12-20T20:30:37.817Z | [ recovery-image] Dec 20 20:30:36.595 INFO O| Dec 20 20:30:36.595 INFO STEP 38 (remove_files) COMPLETE |
4406 | 2024-12-20T20:30:37.818Z | [ recovery-image] Dec 20 20:30:36.595 INFO O| Dec 20 20:30:36.595 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-12-20T20:30:37.878Z | [ recovery-image] Dec 20 20:30:36.657 INFO O| Dec 20 20:30:36.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4408 | 2024-12-20T20:30:37.945Z | [ recovery-image] Dec 20 20:30:36.679 INFO O| Dec 20 20:30:36.679 INFO STEP 39 (remove_files) COMPLETE |
4409 | 2024-12-20T20:30:37.945Z | [ recovery-image] Dec 20 20:30:36.679 INFO O| Dec 20 20:30:36.679 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-12-20T20:30:37.945Z | [ host-image] Dec 20 20:30:36.685 INFO O| Dec 20 20:30:36.685 INFO O| Planning: Evaluating mediators ... Done |
4411 | 2024-12-20T20:30:37.945Z | [ host-image] Dec 20 20:30:36.687 INFO O| Dec 20 20:30:36.687 INFO O| Planning: Planning completed in 6.58 seconds |
4412 | 2024-12-20T20:30:37.945Z | [ host-image] Dec 20 20:30:36.690 INFO O| Dec 20 20:30:36.690 INFO O| Packages to install: 5 |
4413 | 2024-12-20T20:30:37.945Z | [ host-image] Dec 20 20:30:36.690 INFO O| Dec 20 20:30:36.690 INFO O| Services to change: 2 |
4414 | 2024-12-20T20:30:37.945Z | [ recovery-image] Dec 20 20:30:36.712 INFO O| Dec 20 20:30:36.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4415 | 2024-12-20T20:30:37.945Z | [ recovery-image] Dec 20 20:30:36.712 INFO O| Dec 20 20:30:36.712 INFO STEP 40 (remove_files) COMPLETE |
4416 | 2024-12-20T20:30:37.945Z | [ recovery-image] Dec 20 20:30:36.712 INFO O| Dec 20 20:30:36.712 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-20T20:30:37.960Z | [ host-image] Dec 20 20:30:36.732 INFO O| Dec 20 20:30:36.732 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4418 | 2024-12-20T20:30:37.973Z | [ recovery-image] Dec 20 20:30:36.751 INFO O| Dec 20 20:30:36.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4419 | 2024-12-20T20:30:37.973Z | [ recovery-image] Dec 20 20:30:36.751 INFO O| Dec 20 20:30:36.751 INFO STEP 41 (remove_files) COMPLETE |
4420 | 2024-12-20T20:30:37.973Z | [ recovery-image] Dec 20 20:30:36.751 INFO O| Dec 20 20:30:36.751 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-20T20:30:38.022Z | [ recovery-image] Dec 20 20:30:36.800 INFO O| Dec 20 20:30:36.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4422 | 2024-12-20T20:30:38.023Z | [ recovery-image] Dec 20 20:30:36.800 INFO O| Dec 20 20:30:36.800 INFO STEP 42 (remove_files) COMPLETE |
4423 | 2024-12-20T20:30:38.023Z | [ recovery-image] Dec 20 20:30:36.800 INFO O| Dec 20 20:30:36.800 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-20T20:30:38.040Z | [ recovery-image] Dec 20 20:30:36.818 INFO O| Dec 20 20:30:36.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4425 | 2024-12-20T20:30:38.040Z | [ recovery-image] Dec 20 20:30:36.818 INFO O| Dec 20 20:30:36.818 INFO STEP 43 (remove_files) COMPLETE |
4426 | 2024-12-20T20:30:38.043Z | [ recovery-image] Dec 20 20:30:36.818 INFO O| Dec 20 20:30:36.818 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-20T20:30:38.063Z | [ recovery-image] Dec 20 20:30:36.841 INFO O| Dec 20 20:30:36.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4428 | 2024-12-20T20:30:38.063Z | [ recovery-image] Dec 20 20:30:36.841 INFO O| Dec 20 20:30:36.841 INFO STEP 44 (remove_files) COMPLETE |
4429 | 2024-12-20T20:30:38.063Z | [ recovery-image] Dec 20 20:30:36.841 INFO O| Dec 20 20:30:36.841 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-20T20:30:38.084Z | [ recovery-image] Dec 20 20:30:36.862 INFO O| Dec 20 20:30:36.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4431 | 2024-12-20T20:30:38.110Z | [ recovery-image] Dec 20 20:30:36.889 INFO O| Dec 20 20:30:36.889 INFO STEP 45 (remove_files) COMPLETE |
4432 | 2024-12-20T20:30:38.111Z | [ recovery-image] Dec 20 20:30:36.889 INFO O| Dec 20 20:30:36.889 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-20T20:30:38.148Z | [ recovery-image] Dec 20 20:30:36.927 INFO O| Dec 20 20:30:36.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4434 | 2024-12-20T20:30:38.149Z | [ recovery-image] Dec 20 20:30:36.927 INFO O| Dec 20 20:30:36.927 INFO STEP 46 (remove_files) COMPLETE |
4435 | 2024-12-20T20:30:38.149Z | [ recovery-image] Dec 20 20:30:36.927 INFO O| Dec 20 20:30:36.927 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-20T20:30:38.191Z | [ recovery-image] Dec 20 20:30:36.970 INFO O| Dec 20 20:30:36.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4437 | 2024-12-20T20:30:38.191Z | [ recovery-image] Dec 20 20:30:36.970 INFO O| Dec 20 20:30:36.970 INFO STEP 47 (remove_files) COMPLETE |
4438 | 2024-12-20T20:30:38.194Z | [ recovery-image] Dec 20 20:30:36.970 INFO O| Dec 20 20:30:36.970 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-20T20:30:38.303Z | [ recovery-image] Dec 20 20:30:37.080 INFO O| Dec 20 20:30:37.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4440 | 2024-12-20T20:30:38.303Z | [ recovery-image] Dec 20 20:30:37.080 INFO O| Dec 20 20:30:37.080 INFO STEP 48 (remove_files) COMPLETE |
4441 | 2024-12-20T20:30:38.303Z | [ recovery-image] Dec 20 20:30:37.080 INFO O| Dec 20 20:30:37.080 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-20T20:30:38.339Z | [ recovery-image] Dec 20 20:30:37.117 INFO O| Dec 20 20:30:37.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4443 | 2024-12-20T20:30:38.339Z | [ recovery-image] Dec 20 20:30:37.117 INFO O| Dec 20 20:30:37.117 INFO STEP 49 (remove_files) COMPLETE |
4444 | 2024-12-20T20:30:38.342Z | [ recovery-image] Dec 20 20:30:37.117 INFO O| Dec 20 20:30:37.117 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-20T20:30:38.379Z | [ recovery-image] Dec 20 20:30:37.157 INFO O| Dec 20 20:30:37.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4446 | 2024-12-20T20:30:38.379Z | [ recovery-image] Dec 20 20:30:37.157 INFO O| Dec 20 20:30:37.157 INFO STEP 50 (remove_files) COMPLETE |
4447 | 2024-12-20T20:30:38.379Z | [ recovery-image] Dec 20 20:30:37.157 INFO O| Dec 20 20:30:37.157 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-20T20:30:38.399Z | [ recovery-image] Dec 20 20:30:37.177 INFO O| Dec 20 20:30:37.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4449 | 2024-12-20T20:30:38.400Z | [ recovery-image] Dec 20 20:30:37.178 INFO O| Dec 20 20:30:37.177 INFO STEP 51 (remove_files) COMPLETE |
4450 | 2024-12-20T20:30:38.400Z | [ recovery-image] Dec 20 20:30:37.178 INFO O| Dec 20 20:30:37.177 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-20T20:30:38.420Z | [ recovery-image] Dec 20 20:30:37.197 INFO O| Dec 20 20:30:37.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4452 | 2024-12-20T20:30:38.420Z | [ recovery-image] Dec 20 20:30:37.197 INFO O| Dec 20 20:30:37.197 INFO STEP 52 (remove_files) COMPLETE |
4453 | 2024-12-20T20:30:38.420Z | [ recovery-image] Dec 20 20:30:37.197 INFO O| Dec 20 20:30:37.197 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-12-20T20:30:38.440Z | [ recovery-image] Dec 20 20:30:37.218 INFO O| Dec 20 20:30:37.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4455 | 2024-12-20T20:30:38.457Z | [ recovery-image] Dec 20 20:30:37.235 INFO O| Dec 20 20:30:37.235 INFO STEP 53 (remove_files) COMPLETE |
4456 | 2024-12-20T20:30:38.457Z | [ recovery-image] Dec 20 20:30:37.235 INFO O| Dec 20 20:30:37.235 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-12-20T20:30:38.495Z | [ recovery-image] Dec 20 20:30:37.273 INFO O| Dec 20 20:30:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4458 | 2024-12-20T20:30:38.495Z | [ recovery-image] Dec 20 20:30:37.273 INFO O| Dec 20 20:30:37.273 INFO STEP 54 (remove_files) COMPLETE |
4459 | 2024-12-20T20:30:38.495Z | [ recovery-image] Dec 20 20:30:37.273 INFO O| Dec 20 20:30:37.273 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-20T20:30:38.534Z | [ recovery-image] Dec 20 20:30:37.313 INFO O| Dec 20 20:30:37.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4461 | 2024-12-20T20:30:38.535Z | [ recovery-image] Dec 20 20:30:37.313 INFO O| Dec 20 20:30:37.313 INFO STEP 55 (remove_files) COMPLETE |
4462 | 2024-12-20T20:30:38.537Z | [ recovery-image] Dec 20 20:30:37.313 INFO O| Dec 20 20:30:37.313 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-20T20:30:38.559Z | [ recovery-image] Dec 20 20:30:37.333 INFO O| Dec 20 20:30:37.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4464 | 2024-12-20T20:30:38.559Z | [ recovery-image] Dec 20 20:30:37.333 INFO O| Dec 20 20:30:37.333 INFO STEP 56 (remove_files) COMPLETE |
4465 | 2024-12-20T20:30:38.559Z | [ recovery-image] Dec 20 20:30:37.333 INFO O| Dec 20 20:30:37.333 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-20T20:30:38.575Z | [ recovery-image] Dec 20 20:30:37.354 INFO O| Dec 20 20:30:37.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4467 | 2024-12-20T20:30:38.575Z | [ recovery-image] Dec 20 20:30:37.354 INFO O| Dec 20 20:30:37.354 INFO STEP 57 (remove_files) COMPLETE |
4468 | 2024-12-20T20:30:38.575Z | [ recovery-image] Dec 20 20:30:37.354 INFO O| Dec 20 20:30:37.354 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-20T20:30:38.596Z | [ recovery-image] Dec 20 20:30:37.374 INFO O| Dec 20 20:30:37.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4470 | 2024-12-20T20:30:38.596Z | [ recovery-image] Dec 20 20:30:37.375 INFO O| Dec 20 20:30:37.374 INFO STEP 58 (remove_files) COMPLETE |
4471 | 2024-12-20T20:30:38.596Z | [ recovery-image] Dec 20 20:30:37.375 INFO O| Dec 20 20:30:37.375 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-20T20:30:38.617Z | [ recovery-image] Dec 20 20:30:37.395 INFO O| Dec 20 20:30:37.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4473 | 2024-12-20T20:30:38.617Z | [ recovery-image] Dec 20 20:30:37.395 INFO O| Dec 20 20:30:37.395 INFO STEP 59 (remove_files) COMPLETE |
4474 | 2024-12-20T20:30:38.620Z | [ recovery-image] Dec 20 20:30:37.395 INFO O| Dec 20 20:30:37.395 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-20T20:30:38.637Z | [ recovery-image] Dec 20 20:30:37.415 INFO O| Dec 20 20:30:37.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4476 | 2024-12-20T20:30:38.659Z | [ recovery-image] Dec 20 20:30:37.437 INFO O| Dec 20 20:30:37.437 INFO STEP 60 (remove_files) COMPLETE |
4477 | 2024-12-20T20:30:38.662Z | [ recovery-image] Dec 20 20:30:37.437 INFO O| Dec 20 20:30:37.437 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-20T20:30:38.721Z | [ recovery-image] Dec 20 20:30:37.499 INFO O| Dec 20 20:30:37.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4479 | 2024-12-20T20:30:38.723Z | [ recovery-image] Dec 20 20:30:37.499 INFO O| Dec 20 20:30:37.499 INFO STEP 61 (remove_files) COMPLETE |
4480 | 2024-12-20T20:30:38.723Z | [ recovery-image] Dec 20 20:30:37.500 INFO O| Dec 20 20:30:37.499 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-20T20:30:38.742Z | [ recovery-image] Dec 20 20:30:37.521 INFO O| Dec 20 20:30:37.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4482 | 2024-12-20T20:30:38.743Z | [ recovery-image] Dec 20 20:30:37.521 INFO O| Dec 20 20:30:37.521 INFO STEP 62 (remove_files) COMPLETE |
4483 | 2024-12-20T20:30:38.746Z | [ recovery-image] Dec 20 20:30:37.521 INFO O| Dec 20 20:30:37.521 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-20T20:30:38.764Z | [ recovery-image] Dec 20 20:30:37.543 INFO O| Dec 20 20:30:37.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4485 | 2024-12-20T20:30:38.765Z | [ recovery-image] Dec 20 20:30:37.543 INFO O| Dec 20 20:30:37.543 INFO STEP 63 (remove_files) COMPLETE |
4486 | 2024-12-20T20:30:38.765Z | [ recovery-image] Dec 20 20:30:37.543 INFO O| Dec 20 20:30:37.543 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-20T20:30:38.785Z | [ recovery-image] Dec 20 20:30:37.563 INFO O| Dec 20 20:30:37.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4488 | 2024-12-20T20:30:38.785Z | [ recovery-image] Dec 20 20:30:37.564 INFO O| Dec 20 20:30:37.564 INFO STEP 64 (remove_files) COMPLETE |
4489 | 2024-12-20T20:30:38.785Z | [ recovery-image] Dec 20 20:30:37.564 INFO O| Dec 20 20:30:37.564 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-20T20:30:38.807Z | [ recovery-image] Dec 20 20:30:37.584 INFO O| Dec 20 20:30:37.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4491 | 2024-12-20T20:30:38.807Z | [ recovery-image] Dec 20 20:30:37.585 INFO O| Dec 20 20:30:37.585 INFO STEP 65 (remove_files) COMPLETE |
4492 | 2024-12-20T20:30:38.807Z | [ recovery-image] Dec 20 20:30:37.585 INFO O| Dec 20 20:30:37.585 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-20T20:30:38.828Z | [ recovery-image] Dec 20 20:30:37.606 INFO O| Dec 20 20:30:37.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4494 | 2024-12-20T20:30:38.829Z | [ recovery-image] Dec 20 20:30:37.606 INFO O| Dec 20 20:30:37.606 INFO STEP 66 (remove_files) COMPLETE |
4495 | 2024-12-20T20:30:38.833Z | [ recovery-image] Dec 20 20:30:37.606 INFO O| Dec 20 20:30:37.606 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-12-20T20:30:38.849Z | [ recovery-image] Dec 20 20:30:37.627 INFO O| Dec 20 20:30:37.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4497 | 2024-12-20T20:30:38.849Z | [ recovery-image] Dec 20 20:30:37.627 INFO O| Dec 20 20:30:37.627 INFO STEP 67 (remove_files) COMPLETE |
4498 | 2024-12-20T20:30:38.849Z | [ recovery-image] Dec 20 20:30:37.627 INFO O| Dec 20 20:30:37.627 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-20T20:30:38.888Z | [ recovery-image] Dec 20 20:30:37.665 INFO O| Dec 20 20:30:37.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4500 | 2024-12-20T20:30:38.888Z | [ recovery-image] Dec 20 20:30:37.665 INFO O| Dec 20 20:30:37.665 INFO STEP 68 (remove_files) COMPLETE |
4501 | 2024-12-20T20:30:38.888Z | [ recovery-image] Dec 20 20:30:37.665 INFO O| Dec 20 20:30:37.665 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-20T20:30:38.909Z | [ recovery-image] Dec 20 20:30:37.687 INFO O| Dec 20 20:30:37.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4503 | 2024-12-20T20:30:38.909Z | [ recovery-image] Dec 20 20:30:37.687 INFO O| Dec 20 20:30:37.687 INFO STEP 69 (remove_files) COMPLETE |
4504 | 2024-12-20T20:30:38.909Z | [ recovery-image] Dec 20 20:30:37.687 INFO O| Dec 20 20:30:37.687 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-20T20:30:38.954Z | [ recovery-image] Dec 20 20:30:37.728 INFO O| Dec 20 20:30:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4506 | 2024-12-20T20:30:38.954Z | [ recovery-image] Dec 20 20:30:37.728 INFO O| Dec 20 20:30:37.728 INFO STEP 70 (remove_files) COMPLETE |
4507 | 2024-12-20T20:30:38.960Z | [ recovery-image] Dec 20 20:30:37.728 INFO O| Dec 20 20:30:37.728 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-20T20:30:38.973Z | [ recovery-image] Dec 20 20:30:37.751 INFO O| Dec 20 20:30:37.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4509 | 2024-12-20T20:30:38.973Z | [ recovery-image] Dec 20 20:30:37.751 INFO O| Dec 20 20:30:37.751 INFO STEP 71 (remove_files) COMPLETE |
4510 | 2024-12-20T20:30:38.973Z | [ recovery-image] Dec 20 20:30:37.751 INFO O| Dec 20 20:30:37.751 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-20T20:30:38.996Z | [ recovery-image] Dec 20 20:30:37.774 INFO O| Dec 20 20:30:37.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4512 | 2024-12-20T20:30:38.996Z | [ recovery-image] Dec 20 20:30:37.774 INFO O| Dec 20 20:30:37.774 INFO STEP 72 (remove_files) COMPLETE |
4513 | 2024-12-20T20:30:38.999Z | [ recovery-image] Dec 20 20:30:37.774 INFO O| Dec 20 20:30:37.774 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-20T20:30:39.048Z | [ recovery-image] Dec 20 20:30:37.827 INFO O| Dec 20 20:30:37.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4515 | 2024-12-20T20:30:39.048Z | [ recovery-image] Dec 20 20:30:37.827 INFO O| Dec 20 20:30:37.827 INFO STEP 73 (remove_files) COMPLETE |
4516 | 2024-12-20T20:30:39.049Z | [ recovery-image] Dec 20 20:30:37.827 INFO O| Dec 20 20:30:37.827 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-20T20:30:39.069Z | [ recovery-image] Dec 20 20:30:37.847 INFO O| Dec 20 20:30:37.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4518 | 2024-12-20T20:30:39.072Z | [ recovery-image] Dec 20 20:30:37.847 INFO O| Dec 20 20:30:37.847 INFO STEP 74 (remove_files) COMPLETE |
4519 | 2024-12-20T20:30:39.072Z | [ recovery-image] Dec 20 20:30:37.848 INFO O| Dec 20 20:30:37.847 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-20T20:30:39.090Z | [ recovery-image] Dec 20 20:30:37.868 INFO O| Dec 20 20:30:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4521 | 2024-12-20T20:30:39.093Z | [ recovery-image] Dec 20 20:30:37.869 INFO O| Dec 20 20:30:37.869 INFO STEP 75 (remove_files) COMPLETE |
4522 | 2024-12-20T20:30:39.093Z | [ recovery-image] Dec 20 20:30:37.869 INFO O| Dec 20 20:30:37.869 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-20T20:30:39.111Z | [ recovery-image] Dec 20 20:30:37.890 INFO O| Dec 20 20:30:37.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4524 | 2024-12-20T20:30:39.114Z | [ recovery-image] Dec 20 20:30:37.890 INFO O| Dec 20 20:30:37.890 INFO STEP 76 (remove_files) COMPLETE |
4525 | 2024-12-20T20:30:39.114Z | [ recovery-image] Dec 20 20:30:37.890 INFO O| Dec 20 20:30:37.890 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-20T20:30:39.133Z | [ recovery-image] Dec 20 20:30:37.912 INFO O| Dec 20 20:30:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4527 | 2024-12-20T20:30:39.136Z | [ recovery-image] Dec 20 20:30:37.912 INFO O| Dec 20 20:30:37.912 INFO STEP 77 (remove_files) COMPLETE |
4528 | 2024-12-20T20:30:39.137Z | [ recovery-image] Dec 20 20:30:37.912 INFO O| Dec 20 20:30:37.912 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-20T20:30:39.156Z | [ recovery-image] Dec 20 20:30:37.934 INFO O| Dec 20 20:30:37.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4530 | 2024-12-20T20:30:39.156Z | [ recovery-image] Dec 20 20:30:37.934 INFO O| Dec 20 20:30:37.934 INFO STEP 78 (remove_files) COMPLETE |
4531 | 2024-12-20T20:30:39.159Z | [ recovery-image] Dec 20 20:30:37.935 INFO O| Dec 20 20:30:37.934 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-20T20:30:39.177Z | [ recovery-image] Dec 20 20:30:37.955 INFO O| Dec 20 20:30:37.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4533 | 2024-12-20T20:30:39.177Z | [ recovery-image] Dec 20 20:30:37.955 INFO O| Dec 20 20:30:37.955 INFO STEP 79 (remove_files) COMPLETE |
4534 | 2024-12-20T20:30:39.177Z | [ recovery-image] Dec 20 20:30:37.955 INFO O| Dec 20 20:30:37.955 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-20T20:30:39.203Z | [ recovery-image] Dec 20 20:30:37.981 INFO O| Dec 20 20:30:37.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4536 | 2024-12-20T20:30:39.203Z | [ recovery-image] Dec 20 20:30:37.981 INFO O| Dec 20 20:30:37.981 INFO STEP 80 (remove_files) COMPLETE |
4537 | 2024-12-20T20:30:39.203Z | [ recovery-image] Dec 20 20:30:37.981 INFO O| Dec 20 20:30:37.981 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-20T20:30:39.225Z | [ recovery-image] Dec 20 20:30:38.003 INFO O| Dec 20 20:30:38.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4539 | 2024-12-20T20:30:39.228Z | [ recovery-image] Dec 20 20:30:38.003 INFO O| Dec 20 20:30:38.003 INFO STEP 81 (remove_files) COMPLETE |
4540 | 2024-12-20T20:30:39.228Z | [ recovery-image] Dec 20 20:30:38.004 INFO O| Dec 20 20:30:38.003 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-20T20:30:39.246Z | [ recovery-image] Dec 20 20:30:38.025 INFO O| Dec 20 20:30:38.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4542 | 2024-12-20T20:30:39.249Z | [ recovery-image] Dec 20 20:30:38.025 INFO O| Dec 20 20:30:38.025 INFO STEP 82 (remove_files) COMPLETE |
4543 | 2024-12-20T20:30:39.249Z | [ recovery-image] Dec 20 20:30:38.025 INFO O| Dec 20 20:30:38.025 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-20T20:30:39.285Z | [ recovery-image] Dec 20 20:30:38.063 INFO O| Dec 20 20:30:38.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4545 | 2024-12-20T20:30:39.288Z | [ recovery-image] Dec 20 20:30:38.063 INFO O| Dec 20 20:30:38.063 INFO STEP 83 (remove_files) COMPLETE |
4546 | 2024-12-20T20:30:39.288Z | [ recovery-image] Dec 20 20:30:38.063 INFO O| Dec 20 20:30:38.063 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-20T20:30:39.306Z | [ recovery-image] Dec 20 20:30:38.084 INFO O| Dec 20 20:30:38.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4548 | 2024-12-20T20:30:39.309Z | [ recovery-image] Dec 20 20:30:38.085 INFO O| Dec 20 20:30:38.084 INFO STEP 84 (remove_files) COMPLETE |
4549 | 2024-12-20T20:30:39.309Z | [ recovery-image] Dec 20 20:30:38.085 INFO O| Dec 20 20:30:38.085 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-20T20:30:39.326Z | [ recovery-image] Dec 20 20:30:38.105 INFO O| Dec 20 20:30:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4551 | 2024-12-20T20:30:39.329Z | [ recovery-image] Dec 20 20:30:38.105 INFO O| Dec 20 20:30:38.105 INFO STEP 85 (remove_files) COMPLETE |
4552 | 2024-12-20T20:30:39.329Z | [ recovery-image] Dec 20 20:30:38.105 INFO O| Dec 20 20:30:38.105 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-20T20:30:39.347Z | [ recovery-image] Dec 20 20:30:38.125 INFO O| Dec 20 20:30:38.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4554 | 2024-12-20T20:30:39.350Z | [ recovery-image] Dec 20 20:30:38.125 INFO O| Dec 20 20:30:38.125 INFO STEP 86 (remove_files) COMPLETE |
4555 | 2024-12-20T20:30:39.350Z | [ recovery-image] Dec 20 20:30:38.125 INFO O| Dec 20 20:30:38.125 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-20T20:30:39.367Z | [ recovery-image] Dec 20 20:30:38.146 INFO O| Dec 20 20:30:38.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4557 | 2024-12-20T20:30:39.371Z | [ recovery-image] Dec 20 20:30:38.146 INFO O| Dec 20 20:30:38.146 INFO STEP 87 (remove_files) COMPLETE |
4558 | 2024-12-20T20:30:39.371Z | [ recovery-image] Dec 20 20:30:38.146 INFO O| Dec 20 20:30:38.146 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-20T20:30:39.395Z | [ recovery-image] Dec 20 20:30:38.173 INFO O| Dec 20 20:30:38.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4560 | 2024-12-20T20:30:39.395Z | [ recovery-image] Dec 20 20:30:38.173 INFO O| Dec 20 20:30:38.173 INFO STEP 88 (remove_files) COMPLETE |
4561 | 2024-12-20T20:30:39.398Z | [ recovery-image] Dec 20 20:30:38.173 INFO O| Dec 20 20:30:38.173 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-20T20:30:39.417Z | [ recovery-image] Dec 20 20:30:38.196 INFO O| Dec 20 20:30:38.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4563 | 2024-12-20T20:30:39.417Z | [ recovery-image] Dec 20 20:30:38.196 INFO O| Dec 20 20:30:38.196 INFO STEP 89 (remove_files) COMPLETE |
4564 | 2024-12-20T20:30:39.420Z | [ recovery-image] Dec 20 20:30:38.196 INFO O| Dec 20 20:30:38.196 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-20T20:30:39.447Z | [ recovery-image] Dec 20 20:30:38.225 INFO O| Dec 20 20:30:38.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4566 | 2024-12-20T20:30:39.450Z | [ recovery-image] Dec 20 20:30:38.225 INFO O| Dec 20 20:30:38.225 INFO STEP 90 (remove_files) COMPLETE |
4567 | 2024-12-20T20:30:39.450Z | [ recovery-image] Dec 20 20:30:38.225 INFO O| Dec 20 20:30:38.225 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-20T20:30:39.468Z | [ recovery-image] Dec 20 20:30:38.246 INFO O| Dec 20 20:30:38.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4569 | 2024-12-20T20:30:39.486Z | [ recovery-image] Dec 20 20:30:38.246 INFO O| Dec 20 20:30:38.246 INFO STEP 91 (remove_files) COMPLETE |
4570 | 2024-12-20T20:30:39.486Z | [ recovery-image] Dec 20 20:30:38.246 INFO O| Dec 20 20:30:38.246 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-20T20:30:39.489Z | [ recovery-image] Dec 20 20:30:38.267 INFO O| Dec 20 20:30:38.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4572 | 2024-12-20T20:30:39.489Z | [ recovery-image] Dec 20 20:30:38.267 INFO O| Dec 20 20:30:38.267 INFO STEP 92 (remove_files) COMPLETE |
4573 | 2024-12-20T20:30:39.489Z | [ recovery-image] Dec 20 20:30:38.267 INFO O| Dec 20 20:30:38.267 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-20T20:30:39.511Z | [ recovery-image] Dec 20 20:30:38.289 INFO O| Dec 20 20:30:38.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4575 | 2024-12-20T20:30:39.514Z | [ recovery-image] Dec 20 20:30:38.290 INFO O| Dec 20 20:30:38.290 INFO STEP 93 (remove_files) COMPLETE |
4576 | 2024-12-20T20:30:39.514Z | [ recovery-image] Dec 20 20:30:38.290 INFO O| Dec 20 20:30:38.290 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-20T20:30:39.532Z | [ recovery-image] Dec 20 20:30:38.311 INFO O| Dec 20 20:30:38.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4578 | 2024-12-20T20:30:39.540Z | [ recovery-image] Dec 20 20:30:38.319 INFO O| Dec 20 20:30:38.319 INFO STEP 94 (remove_files) COMPLETE |
4579 | 2024-12-20T20:30:39.540Z | [ recovery-image] Dec 20 20:30:38.319 INFO O| Dec 20 20:30:38.319 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-20T20:30:39.557Z | [ host-image] Dec 20 20:30:38.335 INFO O| Dec 20 20:30:38.335 INFO O| Download: Completed 1.45 MB in 1.60 seconds (923k/s) |
4581 | 2024-12-20T20:30:39.564Z | [ recovery-image] Dec 20 20:30:38.343 INFO O| Dec 20 20:30:38.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4582 | 2024-12-20T20:30:39.564Z | [ recovery-image] Dec 20 20:30:38.343 INFO O| Dec 20 20:30:38.343 INFO STEP 95 (remove_files) COMPLETE |
4583 | 2024-12-20T20:30:39.564Z | [ recovery-image] Dec 20 20:30:38.343 INFO O| Dec 20 20:30:38.343 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-12-20T20:30:39.585Z | [ recovery-image] Dec 20 20:30:38.364 INFO O| Dec 20 20:30:38.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4585 | 2024-12-20T20:30:39.585Z | [ recovery-image] Dec 20 20:30:38.364 INFO O| Dec 20 20:30:38.364 INFO STEP 96 (remove_files) COMPLETE |
4586 | 2024-12-20T20:30:39.589Z | [ recovery-image] Dec 20 20:30:38.364 INFO O| Dec 20 20:30:38.364 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-12-20T20:30:39.610Z | [ recovery-image] Dec 20 20:30:38.388 INFO O| Dec 20 20:30:38.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4588 | 2024-12-20T20:30:39.612Z | [ recovery-image] Dec 20 20:30:38.388 INFO O| Dec 20 20:30:38.388 INFO STEP 97 (remove_files) COMPLETE |
4589 | 2024-12-20T20:30:39.613Z | [ recovery-image] Dec 20 20:30:38.388 INFO O| Dec 20 20:30:38.388 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-12-20T20:30:39.675Z | [ recovery-image] Dec 20 20:30:38.453 INFO O| Dec 20 20:30:38.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4591 | 2024-12-20T20:30:39.676Z | [ recovery-image] Dec 20 20:30:38.453 INFO O| Dec 20 20:30:38.453 INFO STEP 98 (remove_files) COMPLETE |
4592 | 2024-12-20T20:30:39.679Z | [ recovery-image] Dec 20 20:30:38.454 INFO O| Dec 20 20:30:38.453 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-12-20T20:30:39.698Z | [ recovery-image] Dec 20 20:30:38.477 INFO O| Dec 20 20:30:38.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4594 | 2024-12-20T20:30:39.699Z | [ recovery-image] Dec 20 20:30:38.477 INFO O| Dec 20 20:30:38.477 INFO STEP 99 (remove_files) COMPLETE |
4595 | 2024-12-20T20:30:39.702Z | [ recovery-image] Dec 20 20:30:38.477 INFO O| Dec 20 20:30:38.477 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-12-20T20:30:39.702Z | [ host-image] Dec 20 20:30:38.480 INFO O| Dec 20 20:30:38.480 INFO O| Actions: 1/305 actions (Installing new actions) |
4597 | 2024-12-20T20:30:39.720Z | [ recovery-image] Dec 20 20:30:38.498 INFO O| Dec 20 20:30:38.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4598 | 2024-12-20T20:30:39.720Z | [ recovery-image] Dec 20 20:30:38.498 INFO O| Dec 20 20:30:38.498 INFO STEP 100 (remove_files) COMPLETE |
4599 | 2024-12-20T20:30:39.723Z | [ recovery-image] Dec 20 20:30:38.498 INFO O| Dec 20 20:30:38.498 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-12-20T20:30:39.742Z | [ recovery-image] Dec 20 20:30:38.519 INFO O| Dec 20 20:30:38.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4601 | 2024-12-20T20:30:39.742Z | [ recovery-image] Dec 20 20:30:38.520 INFO O| Dec 20 20:30:38.520 INFO STEP 101 (remove_files) COMPLETE |
4602 | 2024-12-20T20:30:39.742Z | [ recovery-image] Dec 20 20:30:38.520 INFO O| Dec 20 20:30:38.520 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-12-20T20:30:39.783Z | [ recovery-image] Dec 20 20:30:38.560 INFO O| Dec 20 20:30:38.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4604 | 2024-12-20T20:30:39.783Z | [ recovery-image] Dec 20 20:30:38.560 INFO O| Dec 20 20:30:38.560 INFO STEP 102 (remove_files) COMPLETE |
4605 | 2024-12-20T20:30:39.783Z | [ recovery-image] Dec 20 20:30:38.560 INFO O| Dec 20 20:30:38.560 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-12-20T20:30:39.803Z | [ recovery-image] Dec 20 20:30:38.581 INFO O| Dec 20 20:30:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4607 | 2024-12-20T20:30:39.803Z | [ recovery-image] Dec 20 20:30:38.581 INFO O| Dec 20 20:30:38.581 INFO STEP 103 (remove_files) COMPLETE |
4608 | 2024-12-20T20:30:39.803Z | [ recovery-image] Dec 20 20:30:38.581 INFO O| Dec 20 20:30:38.581 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-12-20T20:30:39.826Z | [ recovery-image] Dec 20 20:30:38.604 INFO O| Dec 20 20:30:38.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4610 | 2024-12-20T20:30:39.826Z | [ recovery-image] Dec 20 20:30:38.604 INFO O| Dec 20 20:30:38.604 INFO STEP 104 (remove_files) COMPLETE |
4611 | 2024-12-20T20:30:39.826Z | [ recovery-image] Dec 20 20:30:38.604 INFO O| Dec 20 20:30:38.604 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-12-20T20:30:39.847Z | [ recovery-image] Dec 20 20:30:38.625 INFO O| Dec 20 20:30:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4613 | 2024-12-20T20:30:39.847Z | [ recovery-image] Dec 20 20:30:38.626 INFO O| Dec 20 20:30:38.626 INFO STEP 105 (remove_files) COMPLETE |
4614 | 2024-12-20T20:30:39.848Z | [ recovery-image] Dec 20 20:30:38.626 INFO O| Dec 20 20:30:38.626 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-12-20T20:30:39.869Z | [ host-image] Dec 20 20:30:38.648 INFO O| Dec 20 20:30:38.647 INFO O| Actions: Completed 305 actions in 0.17 seconds. |
4616 | 2024-12-20T20:30:39.946Z | [ recovery-image] Dec 20 20:30:38.724 INFO O| Dec 20 20:30:38.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4617 | 2024-12-20T20:30:39.946Z | [ recovery-image] Dec 20 20:30:38.724 INFO O| Dec 20 20:30:38.724 INFO STEP 106 (remove_files) COMPLETE |
4618 | 2024-12-20T20:30:39.946Z | [ recovery-image] Dec 20 20:30:38.724 INFO O| Dec 20 20:30:38.724 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-20T20:30:40.000Z | [ recovery-image] Dec 20 20:30:38.778 INFO O| Dec 20 20:30:38.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4620 | 2024-12-20T20:30:40.002Z | [ recovery-image] Dec 20 20:30:38.778 INFO O| Dec 20 20:30:38.778 INFO STEP 107 (remove_files) COMPLETE |
4621 | 2024-12-20T20:30:40.002Z | [ recovery-image] Dec 20 20:30:38.778 INFO O| Dec 20 20:30:38.778 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-20T20:30:40.030Z | [ recovery-image] Dec 20 20:30:38.808 INFO O| Dec 20 20:30:38.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4623 | 2024-12-20T20:30:40.030Z | [ recovery-image] Dec 20 20:30:38.808 INFO O| Dec 20 20:30:38.808 INFO STEP 108 (remove_files) COMPLETE |
4624 | 2024-12-20T20:30:40.030Z | [ recovery-image] Dec 20 20:30:38.808 INFO O| Dec 20 20:30:38.808 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-20T20:30:40.069Z | [ recovery-image] Dec 20 20:30:38.847 INFO O| Dec 20 20:30:38.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4626 | 2024-12-20T20:30:40.069Z | [ recovery-image] Dec 20 20:30:38.847 INFO O| Dec 20 20:30:38.847 INFO STEP 109 (remove_files) COMPLETE |
4627 | 2024-12-20T20:30:40.072Z | [ recovery-image] Dec 20 20:30:38.847 INFO O| Dec 20 20:30:38.847 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-20T20:30:40.089Z | [ recovery-image] Dec 20 20:30:38.867 INFO O| Dec 20 20:30:38.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4629 | 2024-12-20T20:30:40.089Z | [ recovery-image] Dec 20 20:30:38.867 INFO O| Dec 20 20:30:38.867 INFO STEP 110 (remove_files) COMPLETE |
4630 | 2024-12-20T20:30:40.091Z | [ recovery-image] Dec 20 20:30:38.867 INFO O| Dec 20 20:30:38.867 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-20T20:30:40.114Z | [ recovery-image] Dec 20 20:30:38.892 INFO O| Dec 20 20:30:38.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4632 | 2024-12-20T20:30:40.114Z | [ recovery-image] Dec 20 20:30:38.892 INFO O| Dec 20 20:30:38.892 INFO STEP 111 (remove_files) COMPLETE |
4633 | 2024-12-20T20:30:40.114Z | [ recovery-image] Dec 20 20:30:38.892 INFO O| Dec 20 20:30:38.892 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-20T20:30:40.211Z | [ recovery-image] Dec 20 20:30:38.989 INFO O| Dec 20 20:30:38.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4635 | 2024-12-20T20:30:40.211Z | [ recovery-image] Dec 20 20:30:38.989 INFO O| Dec 20 20:30:38.989 INFO STEP 112 (remove_files) COMPLETE |
4636 | 2024-12-20T20:30:40.211Z | [ recovery-image] Dec 20 20:30:38.989 INFO O| Dec 20 20:30:38.989 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-20T20:30:40.230Z | [ recovery-image] Dec 20 20:30:39.008 INFO O| Dec 20 20:30:39.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4638 | 2024-12-20T20:30:40.230Z | [ recovery-image] Dec 20 20:30:39.008 INFO O| Dec 20 20:30:39.008 INFO STEP 113 (remove_files) COMPLETE |
4639 | 2024-12-20T20:30:40.230Z | [ recovery-image] Dec 20 20:30:39.008 INFO O| Dec 20 20:30:39.008 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-20T20:30:40.274Z | [ recovery-image] Dec 20 20:30:39.053 INFO O| Dec 20 20:30:39.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4641 | 2024-12-20T20:30:40.278Z | [ recovery-image] Dec 20 20:30:39.055 INFO O| Dec 20 20:30:39.053 INFO STEP 114 (remove_files) COMPLETE |
4642 | 2024-12-20T20:30:40.278Z | [ recovery-image] Dec 20 20:30:39.055 INFO O| Dec 20 20:30:39.053 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-20T20:30:40.295Z | [ recovery-image] Dec 20 20:30:39.073 INFO O| Dec 20 20:30:39.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4644 | 2024-12-20T20:30:40.303Z | [ recovery-image] Dec 20 20:30:39.073 INFO O| Dec 20 20:30:39.073 INFO STEP 115 (remove_files) COMPLETE |
4645 | 2024-12-20T20:30:40.303Z | [ recovery-image] Dec 20 20:30:39.074 INFO O| Dec 20 20:30:39.073 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-20T20:30:40.315Z | [ recovery-image] Dec 20 20:30:39.093 INFO O| Dec 20 20:30:39.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4647 | 2024-12-20T20:30:40.334Z | [ recovery-image] Dec 20 20:30:39.093 INFO O| Dec 20 20:30:39.093 INFO STEP 116 (remove_files) COMPLETE |
4648 | 2024-12-20T20:30:40.334Z | [ recovery-image] Dec 20 20:30:39.094 INFO O| Dec 20 20:30:39.093 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-20T20:30:40.338Z | [ recovery-image] Dec 20 20:30:39.115 INFO O| Dec 20 20:30:39.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4650 | 2024-12-20T20:30:40.369Z | [ recovery-image] Dec 20 20:30:39.140 INFO O| Dec 20 20:30:39.140 INFO STEP 117 (remove_files) COMPLETE |
4651 | 2024-12-20T20:30:40.369Z | [ recovery-image] Dec 20 20:30:39.140 INFO O| Dec 20 20:30:39.140 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-20T20:30:40.386Z | [ recovery-image] Dec 20 20:30:39.164 INFO O| Dec 20 20:30:39.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4653 | 2024-12-20T20:30:40.389Z | [ recovery-image] Dec 20 20:30:39.164 INFO O| Dec 20 20:30:39.164 INFO STEP 118 (remove_files) COMPLETE |
4654 | 2024-12-20T20:30:40.389Z | [ recovery-image] Dec 20 20:30:39.164 INFO O| Dec 20 20:30:39.164 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-20T20:30:40.420Z | [ recovery-image] Dec 20 20:30:39.186 INFO O| Dec 20 20:30:39.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4656 | 2024-12-20T20:30:40.420Z | [ recovery-image] Dec 20 20:30:39.186 INFO O| Dec 20 20:30:39.186 INFO STEP 119 (remove_files) COMPLETE |
4657 | 2024-12-20T20:30:40.420Z | [ recovery-image] Dec 20 20:30:39.186 INFO O| Dec 20 20:30:39.186 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-20T20:30:40.443Z | [ recovery-image] Dec 20 20:30:39.211 INFO O| Dec 20 20:30:39.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4659 | 2024-12-20T20:30:40.443Z | [ recovery-image] Dec 20 20:30:39.211 INFO O| Dec 20 20:30:39.211 INFO STEP 120 (remove_files) COMPLETE |
4660 | 2024-12-20T20:30:40.443Z | [ recovery-image] Dec 20 20:30:39.211 INFO O| Dec 20 20:30:39.211 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-20T20:30:40.458Z | [ recovery-image] Dec 20 20:30:39.236 INFO O| Dec 20 20:30:39.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4662 | 2024-12-20T20:30:40.488Z | [ host-image] Dec 20 20:30:39.262 INFO O| Dec 20 20:30:39.262 INFO O| Done |
4663 | 2024-12-20T20:30:40.488Z | [ host-image] Dec 20 20:30:39.262 INFO O| Dec 20 20:30:39.262 INFO O| Done |
4664 | 2024-12-20T20:30:40.491Z | [ recovery-image] Dec 20 20:30:39.263 INFO O| Dec 20 20:30:39.263 INFO STEP 121 (remove_files) COMPLETE |
4665 | 2024-12-20T20:30:40.492Z | [ recovery-image] Dec 20 20:30:39.263 INFO O| Dec 20 20:30:39.263 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-12-20T20:30:40.532Z | [ recovery-image] Dec 20 20:30:39.303 INFO O| Dec 20 20:30:39.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4667 | 2024-12-20T20:30:40.532Z | [ recovery-image] Dec 20 20:30:39.303 INFO O| Dec 20 20:30:39.303 INFO STEP 122 (remove_files) COMPLETE |
4668 | 2024-12-20T20:30:40.544Z | [ recovery-image] Dec 20 20:30:39.303 INFO O| Dec 20 20:30:39.303 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-12-20T20:30:40.557Z | [ recovery-image] Dec 20 20:30:39.335 INFO O| Dec 20 20:30:39.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4670 | 2024-12-20T20:30:40.557Z | [ recovery-image] Dec 20 20:30:39.335 INFO O| Dec 20 20:30:39.335 INFO STEP 123 (remove_files) COMPLETE |
4671 | 2024-12-20T20:30:40.557Z | [ recovery-image] Dec 20 20:30:39.335 INFO O| Dec 20 20:30:39.335 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-12-20T20:30:40.613Z | [ recovery-image] Dec 20 20:30:39.391 INFO O| Dec 20 20:30:39.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4673 | 2024-12-20T20:30:40.613Z | [ recovery-image] Dec 20 20:30:39.391 INFO O| Dec 20 20:30:39.391 INFO STEP 124 (remove_files) COMPLETE |
4674 | 2024-12-20T20:30:40.617Z | [ recovery-image] Dec 20 20:30:39.391 INFO O| Dec 20 20:30:39.391 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-12-20T20:30:40.633Z | [ recovery-image] Dec 20 20:30:39.412 INFO O| Dec 20 20:30:39.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4676 | 2024-12-20T20:30:40.634Z | [ recovery-image] Dec 20 20:30:39.412 INFO O| Dec 20 20:30:39.412 INFO STEP 125 (remove_files) COMPLETE |
4677 | 2024-12-20T20:30:40.637Z | [ recovery-image] Dec 20 20:30:39.412 INFO O| Dec 20 20:30:39.412 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-12-20T20:30:40.654Z | [ recovery-image] Dec 20 20:30:39.432 INFO O| Dec 20 20:30:39.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4679 | 2024-12-20T20:30:40.654Z | [ recovery-image] Dec 20 20:30:39.432 INFO O| Dec 20 20:30:39.432 INFO STEP 126 (remove_files) COMPLETE |
4680 | 2024-12-20T20:30:40.655Z | [ recovery-image] Dec 20 20:30:39.432 INFO O| Dec 20 20:30:39.432 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-12-20T20:30:40.685Z | [ recovery-image] Dec 20 20:30:39.463 INFO O| Dec 20 20:30:39.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4682 | 2024-12-20T20:30:40.685Z | [ recovery-image] Dec 20 20:30:39.463 INFO O| Dec 20 20:30:39.463 INFO STEP 127 (remove_files) COMPLETE |
4683 | 2024-12-20T20:30:40.685Z | [ recovery-image] Dec 20 20:30:39.463 INFO O| Dec 20 20:30:39.463 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-12-20T20:30:40.719Z | [ recovery-image] Dec 20 20:30:39.496 INFO O| Dec 20 20:30:39.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4685 | 2024-12-20T20:30:40.719Z | [ recovery-image] Dec 20 20:30:39.496 INFO O| Dec 20 20:30:39.496 INFO STEP 128 (remove_files) COMPLETE |
4686 | 2024-12-20T20:30:40.719Z | [ recovery-image] Dec 20 20:30:39.496 INFO O| Dec 20 20:30:39.496 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-12-20T20:30:40.737Z | [ recovery-image] Dec 20 20:30:39.515 INFO O| Dec 20 20:30:39.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4688 | 2024-12-20T20:30:40.737Z | [ recovery-image] Dec 20 20:30:39.516 INFO O| Dec 20 20:30:39.516 INFO STEP 129 (remove_files) COMPLETE |
4689 | 2024-12-20T20:30:40.741Z | [ recovery-image] Dec 20 20:30:39.516 INFO O| Dec 20 20:30:39.516 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-12-20T20:30:40.757Z | [ recovery-image] Dec 20 20:30:39.535 INFO O| Dec 20 20:30:39.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4691 | 2024-12-20T20:30:40.757Z | [ recovery-image] Dec 20 20:30:39.535 INFO O| Dec 20 20:30:39.535 INFO STEP 130 (remove_files) COMPLETE |
4692 | 2024-12-20T20:30:40.758Z | [ recovery-image] Dec 20 20:30:39.535 INFO O| Dec 20 20:30:39.535 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-12-20T20:30:40.817Z | [ recovery-image] Dec 20 20:30:39.595 INFO O| Dec 20 20:30:39.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4694 | 2024-12-20T20:30:40.817Z | [ recovery-image] Dec 20 20:30:39.595 INFO O| Dec 20 20:30:39.595 INFO STEP 131 (remove_files) COMPLETE |
4695 | 2024-12-20T20:30:40.817Z | [ recovery-image] Dec 20 20:30:39.595 INFO O| Dec 20 20:30:39.595 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-12-20T20:30:40.875Z | [ recovery-image] Dec 20 20:30:39.651 INFO O| Dec 20 20:30:39.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4697 | 2024-12-20T20:30:40.875Z | [ recovery-image] Dec 20 20:30:39.651 INFO O| Dec 20 20:30:39.651 INFO STEP 132 (remove_files) COMPLETE |
4698 | 2024-12-20T20:30:40.875Z | [ recovery-image] Dec 20 20:30:39.651 INFO O| Dec 20 20:30:39.651 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-12-20T20:30:40.894Z | [ recovery-image] Dec 20 20:30:39.672 INFO O| Dec 20 20:30:39.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4700 | 2024-12-20T20:30:40.894Z | [ recovery-image] Dec 20 20:30:39.672 INFO O| Dec 20 20:30:39.672 INFO STEP 133 (remove_files) COMPLETE |
4701 | 2024-12-20T20:30:40.894Z | [ recovery-image] Dec 20 20:30:39.672 INFO O| Dec 20 20:30:39.672 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-12-20T20:30:40.914Z | [ recovery-image] Dec 20 20:30:39.692 INFO O| Dec 20 20:30:39.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4703 | 2024-12-20T20:30:40.914Z | [ recovery-image] Dec 20 20:30:39.692 INFO O| Dec 20 20:30:39.692 INFO STEP 134 (remove_files) COMPLETE |
4704 | 2024-12-20T20:30:40.914Z | [ recovery-image] Dec 20 20:30:39.692 INFO O| Dec 20 20:30:39.692 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-12-20T20:30:40.934Z | [ recovery-image] Dec 20 20:30:39.712 INFO O| Dec 20 20:30:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4706 | 2024-12-20T20:30:40.934Z | [ recovery-image] Dec 20 20:30:39.712 INFO O| Dec 20 20:30:39.712 INFO STEP 135 (remove_files) COMPLETE |
4707 | 2024-12-20T20:30:40.938Z | [ recovery-image] Dec 20 20:30:39.712 INFO O| Dec 20 20:30:39.712 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-12-20T20:30:40.961Z | [ recovery-image] Dec 20 20:30:39.739 INFO O| Dec 20 20:30:39.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4709 | 2024-12-20T20:30:40.962Z | [ recovery-image] Dec 20 20:30:39.739 INFO O| Dec 20 20:30:39.739 INFO STEP 136 (remove_files) COMPLETE |
4710 | 2024-12-20T20:30:40.962Z | [ recovery-image] Dec 20 20:30:39.739 INFO O| Dec 20 20:30:39.739 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-12-20T20:30:41.004Z | [ recovery-image] Dec 20 20:30:39.782 INFO O| Dec 20 20:30:39.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4712 | 2024-12-20T20:30:41.007Z | [ recovery-image] Dec 20 20:30:39.782 INFO O| Dec 20 20:30:39.782 INFO STEP 137 (remove_files) COMPLETE |
4713 | 2024-12-20T20:30:41.008Z | [ recovery-image] Dec 20 20:30:39.782 INFO O| Dec 20 20:30:39.782 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-12-20T20:30:41.023Z | [ recovery-image] Dec 20 20:30:39.801 INFO O| Dec 20 20:30:39.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4715 | 2024-12-20T20:30:41.023Z | [ recovery-image] Dec 20 20:30:39.801 INFO O| Dec 20 20:30:39.801 INFO STEP 138 (remove_files) COMPLETE |
4716 | 2024-12-20T20:30:41.023Z | [ recovery-image] Dec 20 20:30:39.802 INFO O| Dec 20 20:30:39.801 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-12-20T20:30:41.053Z | [ recovery-image] Dec 20 20:30:39.830 INFO O| Dec 20 20:30:39.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4718 | 2024-12-20T20:30:41.053Z | [ recovery-image] Dec 20 20:30:39.830 INFO O| Dec 20 20:30:39.830 INFO STEP 139 (remove_files) COMPLETE |
4719 | 2024-12-20T20:30:41.053Z | [ recovery-image] Dec 20 20:30:39.830 INFO O| Dec 20 20:30:39.830 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-12-20T20:30:41.108Z | [ recovery-image] Dec 20 20:30:39.887 INFO O| Dec 20 20:30:39.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4721 | 2024-12-20T20:30:41.108Z | [ recovery-image] Dec 20 20:30:39.887 INFO O| Dec 20 20:30:39.887 INFO STEP 140 (remove_files) COMPLETE |
4722 | 2024-12-20T20:30:41.111Z | [ recovery-image] Dec 20 20:30:39.887 INFO O| Dec 20 20:30:39.887 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-12-20T20:30:41.148Z | [ recovery-image] Dec 20 20:30:39.927 INFO O| Dec 20 20:30:39.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4724 | 2024-12-20T20:30:41.148Z | [ recovery-image] Dec 20 20:30:39.927 INFO O| Dec 20 20:30:39.927 INFO STEP 141 (remove_files) COMPLETE |
4725 | 2024-12-20T20:30:41.148Z | [ recovery-image] Dec 20 20:30:39.927 INFO O| Dec 20 20:30:39.927 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-12-20T20:30:41.168Z | [ recovery-image] Dec 20 20:30:39.946 INFO O| Dec 20 20:30:39.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4727 | 2024-12-20T20:30:41.168Z | [ recovery-image] Dec 20 20:30:39.946 INFO O| Dec 20 20:30:39.946 INFO STEP 142 (remove_files) COMPLETE |
4728 | 2024-12-20T20:30:41.168Z | [ recovery-image] Dec 20 20:30:39.946 INFO O| Dec 20 20:30:39.946 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-12-20T20:30:41.189Z | [ recovery-image] Dec 20 20:30:39.967 INFO O| Dec 20 20:30:39.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4730 | 2024-12-20T20:30:41.189Z | [ recovery-image] Dec 20 20:30:39.967 INFO O| Dec 20 20:30:39.967 INFO STEP 143 (remove_files) COMPLETE |
4731 | 2024-12-20T20:30:41.189Z | [ recovery-image] Dec 20 20:30:39.967 INFO O| Dec 20 20:30:39.967 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-12-20T20:30:41.220Z | [ recovery-image] Dec 20 20:30:39.998 INFO O| Dec 20 20:30:39.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4733 | 2024-12-20T20:30:41.221Z | [ recovery-image] Dec 20 20:30:39.998 INFO O| Dec 20 20:30:39.998 INFO STEP 144 (remove_files) COMPLETE |
4734 | 2024-12-20T20:30:41.221Z | [ recovery-image] Dec 20 20:30:39.999 INFO O| Dec 20 20:30:39.998 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-12-20T20:30:41.262Z | [ recovery-image] Dec 20 20:30:40.040 INFO O| Dec 20 20:30:40.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4736 | 2024-12-20T20:30:41.262Z | [ recovery-image] Dec 20 20:30:40.040 INFO O| Dec 20 20:30:40.040 INFO STEP 145 (remove_files) COMPLETE |
4737 | 2024-12-20T20:30:41.264Z | [ recovery-image] Dec 20 20:30:40.040 INFO O| Dec 20 20:30:40.040 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4738 | 2024-12-20T20:30:41.280Z | [ recovery-image] Dec 20 20:30:40.058 INFO O| Dec 20 20:30:40.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4739 | 2024-12-20T20:30:41.280Z | [ recovery-image] Dec 20 20:30:40.059 INFO O| Dec 20 20:30:40.058 INFO STEP 146 (remove_files) COMPLETE |
4740 | 2024-12-20T20:30:41.280Z | [ recovery-image] Dec 20 20:30:40.059 INFO O| Dec 20 20:30:40.059 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4741 | 2024-12-20T20:30:41.299Z | [ recovery-image] Dec 20 20:30:40.077 INFO O| Dec 20 20:30:40.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4742 | 2024-12-20T20:30:41.299Z | [ recovery-image] Dec 20 20:30:40.078 INFO O| Dec 20 20:30:40.078 INFO STEP 147 (remove_files) COMPLETE |
4743 | 2024-12-20T20:30:41.302Z | [ recovery-image] Dec 20 20:30:40.078 INFO O| Dec 20 20:30:40.078 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4744 | 2024-12-20T20:30:41.319Z | [ recovery-image] Dec 20 20:30:40.098 INFO O| Dec 20 20:30:40.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4745 | 2024-12-20T20:30:41.319Z | [ recovery-image] Dec 20 20:30:40.098 INFO O| Dec 20 20:30:40.098 INFO STEP 148 (remove_files) COMPLETE |
4746 | 2024-12-20T20:30:41.319Z | [ recovery-image] Dec 20 20:30:40.098 INFO O| Dec 20 20:30:40.098 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4747 | 2024-12-20T20:30:41.339Z | [ recovery-image] Dec 20 20:30:40.117 INFO O| Dec 20 20:30:40.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4748 | 2024-12-20T20:30:41.339Z | [ recovery-image] Dec 20 20:30:40.117 INFO O| Dec 20 20:30:40.117 INFO STEP 149 (remove_files) COMPLETE |
4749 | 2024-12-20T20:30:41.339Z | [ recovery-image] Dec 20 20:30:40.117 INFO O| Dec 20 20:30:40.117 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-12-20T20:30:41.359Z | [ recovery-image] Dec 20 20:30:40.137 INFO O| Dec 20 20:30:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4751 | 2024-12-20T20:30:41.359Z | [ recovery-image] Dec 20 20:30:40.137 INFO O| Dec 20 20:30:40.137 INFO STEP 150 (remove_files) COMPLETE |
4752 | 2024-12-20T20:30:41.362Z | [ recovery-image] Dec 20 20:30:40.137 INFO O| Dec 20 20:30:40.137 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-12-20T20:30:41.391Z | [ recovery-image] Dec 20 20:30:40.169 INFO O| Dec 20 20:30:40.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4754 | 2024-12-20T20:30:41.391Z | [ recovery-image] Dec 20 20:30:40.169 INFO O| Dec 20 20:30:40.169 INFO STEP 151 (remove_files) COMPLETE |
4755 | 2024-12-20T20:30:41.394Z | [ recovery-image] Dec 20 20:30:40.169 INFO O| Dec 20 20:30:40.169 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-12-20T20:30:41.427Z | [ recovery-image] Dec 20 20:30:40.205 INFO O| Dec 20 20:30:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4757 | 2024-12-20T20:30:41.427Z | [ recovery-image] Dec 20 20:30:40.205 INFO O| Dec 20 20:30:40.205 INFO STEP 152 (remove_files) COMPLETE |
4758 | 2024-12-20T20:30:41.427Z | [ recovery-image] Dec 20 20:30:40.205 INFO O| Dec 20 20:30:40.205 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-12-20T20:30:41.445Z | [ recovery-image] Dec 20 20:30:40.224 INFO O| Dec 20 20:30:40.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4760 | 2024-12-20T20:30:41.445Z | [ recovery-image] Dec 20 20:30:40.224 INFO O| Dec 20 20:30:40.224 INFO STEP 153 (remove_files) COMPLETE |
4761 | 2024-12-20T20:30:41.445Z | [ recovery-image] Dec 20 20:30:40.224 INFO O| Dec 20 20:30:40.224 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-12-20T20:30:41.465Z | [ recovery-image] Dec 20 20:30:40.243 INFO O| Dec 20 20:30:40.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4763 | 2024-12-20T20:30:41.468Z | [ recovery-image] Dec 20 20:30:40.243 INFO O| Dec 20 20:30:40.243 INFO STEP 154 (remove_files) COMPLETE |
4764 | 2024-12-20T20:30:41.468Z | [ recovery-image] Dec 20 20:30:40.243 INFO O| Dec 20 20:30:40.243 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-12-20T20:30:41.499Z | [ recovery-image] Dec 20 20:30:40.277 INFO O| Dec 20 20:30:40.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4766 | 2024-12-20T20:30:41.499Z | [ recovery-image] Dec 20 20:30:40.277 INFO O| Dec 20 20:30:40.277 INFO STEP 155 (remove_files) COMPLETE |
4767 | 2024-12-20T20:30:41.499Z | [ recovery-image] Dec 20 20:30:40.277 INFO O| Dec 20 20:30:40.277 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-12-20T20:30:41.520Z | [ recovery-image] Dec 20 20:30:40.298 INFO O| Dec 20 20:30:40.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4769 | 2024-12-20T20:30:41.520Z | [ recovery-image] Dec 20 20:30:40.298 INFO O| Dec 20 20:30:40.298 INFO STEP 156 (remove_files) COMPLETE |
4770 | 2024-12-20T20:30:41.523Z | [ recovery-image] Dec 20 20:30:40.298 INFO O| Dec 20 20:30:40.298 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-12-20T20:30:41.539Z | [ recovery-image] Dec 20 20:30:40.317 INFO O| Dec 20 20:30:40.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4772 | 2024-12-20T20:30:41.539Z | [ recovery-image] Dec 20 20:30:40.317 INFO O| Dec 20 20:30:40.317 INFO STEP 157 (remove_files) COMPLETE |
4773 | 2024-12-20T20:30:41.539Z | [ recovery-image] Dec 20 20:30:40.317 INFO O| Dec 20 20:30:40.317 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-12-20T20:30:41.557Z | [ recovery-image] Dec 20 20:30:40.336 INFO O| Dec 20 20:30:40.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4775 | 2024-12-20T20:30:41.559Z | [ recovery-image] Dec 20 20:30:40.336 INFO O| Dec 20 20:30:40.336 INFO STEP 158 (remove_files) COMPLETE |
4776 | 2024-12-20T20:30:41.559Z | [ recovery-image] Dec 20 20:30:40.336 INFO O| Dec 20 20:30:40.336 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-12-20T20:30:41.576Z | [ recovery-image] Dec 20 20:30:40.355 INFO O| Dec 20 20:30:40.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4778 | 2024-12-20T20:30:41.577Z | [ recovery-image] Dec 20 20:30:40.355 INFO O| Dec 20 20:30:40.355 INFO STEP 159 (remove_files) COMPLETE |
4779 | 2024-12-20T20:30:41.579Z | [ recovery-image] Dec 20 20:30:40.355 INFO O| Dec 20 20:30:40.355 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-12-20T20:30:41.594Z | [ recovery-image] Dec 20 20:30:40.372 INFO O| Dec 20 20:30:40.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4781 | 2024-12-20T20:30:41.594Z | [ recovery-image] Dec 20 20:30:40.372 INFO O| Dec 20 20:30:40.372 INFO STEP 160 (remove_files) COMPLETE |
4782 | 2024-12-20T20:30:41.594Z | [ recovery-image] Dec 20 20:30:40.372 INFO O| Dec 20 20:30:40.372 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-12-20T20:30:41.613Z | [ recovery-image] Dec 20 20:30:40.390 INFO O| Dec 20 20:30:40.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4784 | 2024-12-20T20:30:41.613Z | [ recovery-image] Dec 20 20:30:40.391 INFO O| Dec 20 20:30:40.391 INFO STEP 161 (remove_files) COMPLETE |
4785 | 2024-12-20T20:30:41.613Z | [ recovery-image] Dec 20 20:30:40.391 INFO O| Dec 20 20:30:40.391 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-12-20T20:30:41.645Z | [ recovery-image] Dec 20 20:30:40.422 INFO O| Dec 20 20:30:40.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4787 | 2024-12-20T20:30:41.645Z | [ recovery-image] Dec 20 20:30:40.422 INFO O| Dec 20 20:30:40.422 INFO STEP 162 (remove_files) COMPLETE |
4788 | 2024-12-20T20:30:41.645Z | [ recovery-image] Dec 20 20:30:40.422 INFO O| Dec 20 20:30:40.422 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-12-20T20:30:41.672Z | [ recovery-image] Dec 20 20:30:40.444 INFO O| Dec 20 20:30:40.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4790 | 2024-12-20T20:30:41.672Z | [ recovery-image] Dec 20 20:30:40.444 INFO O| Dec 20 20:30:40.444 INFO STEP 163 (remove_files) COMPLETE |
4791 | 2024-12-20T20:30:41.676Z | [ recovery-image] Dec 20 20:30:40.444 INFO O| Dec 20 20:30:40.444 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-12-20T20:30:41.689Z | [ recovery-image] Dec 20 20:30:40.465 INFO O| Dec 20 20:30:40.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4793 | 2024-12-20T20:30:41.689Z | [ recovery-image] Dec 20 20:30:40.465 INFO O| Dec 20 20:30:40.465 INFO STEP 164 (remove_files) COMPLETE |
4794 | 2024-12-20T20:30:41.689Z | [ recovery-image] Dec 20 20:30:40.465 INFO O| Dec 20 20:30:40.465 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-12-20T20:30:41.736Z | [ recovery-image] Dec 20 20:30:40.503 INFO O| Dec 20 20:30:40.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4796 | 2024-12-20T20:30:41.745Z | [ recovery-image] Dec 20 20:30:40.503 INFO O| Dec 20 20:30:40.503 INFO STEP 165 (remove_files) COMPLETE |
4797 | 2024-12-20T20:30:41.745Z | [ recovery-image] Dec 20 20:30:40.503 INFO O| Dec 20 20:30:40.503 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-12-20T20:30:41.751Z | [ recovery-image] Dec 20 20:30:40.525 INFO O| Dec 20 20:30:40.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4799 | 2024-12-20T20:30:41.757Z | [ recovery-image] Dec 20 20:30:40.535 INFO O| Dec 20 20:30:40.535 INFO STEP 166 (remove_files) COMPLETE |
4800 | 2024-12-20T20:30:41.757Z | [ recovery-image] Dec 20 20:30:40.535 INFO O| Dec 20 20:30:40.535 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-12-20T20:30:41.778Z | [ recovery-image] Dec 20 20:30:40.556 INFO O| Dec 20 20:30:40.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4802 | 2024-12-20T20:30:41.778Z | [ recovery-image] Dec 20 20:30:40.556 INFO O| Dec 20 20:30:40.556 INFO STEP 167 (remove_files) COMPLETE |
4803 | 2024-12-20T20:30:41.780Z | [ recovery-image] Dec 20 20:30:40.556 INFO O| Dec 20 20:30:40.556 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-12-20T20:30:41.811Z | [ recovery-image] Dec 20 20:30:40.589 INFO O| Dec 20 20:30:40.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4805 | 2024-12-20T20:30:41.814Z | [ recovery-image] Dec 20 20:30:40.590 INFO O| Dec 20 20:30:40.589 INFO STEP 168 (remove_files) COMPLETE |
4806 | 2024-12-20T20:30:41.815Z | [ recovery-image] Dec 20 20:30:40.590 INFO O| Dec 20 20:30:40.590 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-12-20T20:30:41.832Z | [ recovery-image] Dec 20 20:30:40.610 INFO O| Dec 20 20:30:40.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4808 | 2024-12-20T20:30:41.835Z | [ recovery-image] Dec 20 20:30:40.610 INFO O| Dec 20 20:30:40.610 INFO STEP 169 (remove_files) COMPLETE |
4809 | 2024-12-20T20:30:41.835Z | [ recovery-image] Dec 20 20:30:40.611 INFO O| Dec 20 20:30:40.611 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-12-20T20:30:41.840Z | [ host-image] Dec 20 20:30:40.619 INFO O| Dec 20 20:30:40.618 INFO O| Done |
4811 | 2024-12-20T20:30:41.853Z | [ recovery-image] Dec 20 20:30:40.631 INFO O| Dec 20 20:30:40.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4812 | 2024-12-20T20:30:41.853Z | [ recovery-image] Dec 20 20:30:40.631 INFO O| Dec 20 20:30:40.631 INFO STEP 170 (remove_files) COMPLETE |
4813 | 2024-12-20T20:30:41.854Z | [ recovery-image] Dec 20 20:30:40.631 INFO O| Dec 20 20:30:40.631 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-20T20:30:41.873Z | [ recovery-image] Dec 20 20:30:40.651 INFO O| Dec 20 20:30:40.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4815 | 2024-12-20T20:30:41.873Z | [ recovery-image] Dec 20 20:30:40.652 INFO O| Dec 20 20:30:40.652 INFO STEP 171 (remove_files) COMPLETE |
4816 | 2024-12-20T20:30:41.876Z | [ recovery-image] Dec 20 20:30:40.652 INFO O| Dec 20 20:30:40.652 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-20T20:30:41.993Z | [ recovery-image] Dec 20 20:30:40.764 INFO O| Dec 20 20:30:40.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4818 | 2024-12-20T20:30:41.996Z | [ recovery-image] Dec 20 20:30:40.764 INFO O| Dec 20 20:30:40.758 INFO STEP 172 (remove_files) COMPLETE |
4819 | 2024-12-20T20:30:41.996Z | [ recovery-image] Dec 20 20:30:40.764 INFO O| Dec 20 20:30:40.758 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-12-20T20:30:42.006Z | [ recovery-image] Dec 20 20:30:40.785 INFO O| Dec 20 20:30:40.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4821 | 2024-12-20T20:30:42.007Z | [ recovery-image] Dec 20 20:30:40.785 INFO O| Dec 20 20:30:40.785 INFO STEP 173 (remove_files) COMPLETE |
4822 | 2024-12-20T20:30:42.007Z | [ recovery-image] Dec 20 20:30:40.785 INFO O| Dec 20 20:30:40.785 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-12-20T20:30:42.038Z | [ recovery-image] Dec 20 20:30:40.816 INFO O| Dec 20 20:30:40.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4824 | 2024-12-20T20:30:42.038Z | [ recovery-image] Dec 20 20:30:40.816 INFO O| Dec 20 20:30:40.807 INFO STEP 174 (remove_files) COMPLETE |
4825 | 2024-12-20T20:30:42.038Z | [ recovery-image] Dec 20 20:30:40.816 INFO O| Dec 20 20:30:40.807 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-12-20T20:30:42.057Z | [ recovery-image] Dec 20 20:30:40.835 INFO O| Dec 20 20:30:40.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4827 | 2024-12-20T20:30:42.058Z | [ recovery-image] Dec 20 20:30:40.836 INFO O| Dec 20 20:30:40.836 INFO STEP 175 (remove_files) COMPLETE |
4828 | 2024-12-20T20:30:42.058Z | [ recovery-image] Dec 20 20:30:40.836 INFO O| Dec 20 20:30:40.836 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-12-20T20:30:42.108Z | [ recovery-image] Dec 20 20:30:40.887 INFO O| Dec 20 20:30:40.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4830 | 2024-12-20T20:30:42.108Z | [ recovery-image] Dec 20 20:30:40.887 INFO O| Dec 20 20:30:40.887 INFO STEP 176 (remove_files) COMPLETE |
4831 | 2024-12-20T20:30:42.111Z | [ recovery-image] Dec 20 20:30:40.887 INFO O| Dec 20 20:30:40.887 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-12-20T20:30:42.130Z | [ recovery-image] Dec 20 20:30:40.908 INFO O| Dec 20 20:30:40.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4833 | 2024-12-20T20:30:42.130Z | [ recovery-image] Dec 20 20:30:40.908 INFO O| Dec 20 20:30:40.908 INFO STEP 177 (remove_files) COMPLETE |
4834 | 2024-12-20T20:30:42.130Z | [ recovery-image] Dec 20 20:30:40.908 INFO O| Dec 20 20:30:40.908 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-12-20T20:30:42.150Z | [ recovery-image] Dec 20 20:30:40.927 INFO O| Dec 20 20:30:40.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4836 | 2024-12-20T20:30:42.150Z | [ recovery-image] Dec 20 20:30:40.927 INFO O| Dec 20 20:30:40.927 INFO STEP 178 (remove_files) COMPLETE |
4837 | 2024-12-20T20:30:42.150Z | [ recovery-image] Dec 20 20:30:40.927 INFO O| Dec 20 20:30:40.927 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-12-20T20:30:42.172Z | [ recovery-image] Dec 20 20:30:40.950 INFO O| Dec 20 20:30:40.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4839 | 2024-12-20T20:30:42.172Z | [ recovery-image] Dec 20 20:30:40.950 INFO O| Dec 20 20:30:40.950 INFO STEP 179 (remove_files) COMPLETE |
4840 | 2024-12-20T20:30:42.172Z | [ recovery-image] Dec 20 20:30:40.950 INFO O| Dec 20 20:30:40.950 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-12-20T20:30:42.203Z | [ recovery-image] Dec 20 20:30:40.981 INFO O| Dec 20 20:30:40.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4842 | 2024-12-20T20:30:42.203Z | [ recovery-image] Dec 20 20:30:40.981 INFO O| Dec 20 20:30:40.981 INFO STEP 180 (remove_files) COMPLETE |
4843 | 2024-12-20T20:30:42.206Z | [ recovery-image] Dec 20 20:30:40.981 INFO O| Dec 20 20:30:40.981 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-12-20T20:30:42.236Z | [ recovery-image] Dec 20 20:30:41.014 INFO O| Dec 20 20:30:41.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4845 | 2024-12-20T20:30:42.236Z | [ recovery-image] Dec 20 20:30:41.014 INFO O| Dec 20 20:30:41.014 INFO STEP 181 (remove_files) COMPLETE |
4846 | 2024-12-20T20:30:42.236Z | [ recovery-image] Dec 20 20:30:41.014 INFO O| Dec 20 20:30:41.014 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-12-20T20:30:42.284Z | [ recovery-image] Dec 20 20:30:41.042 INFO O| Dec 20 20:30:41.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4848 | 2024-12-20T20:30:42.284Z | [ recovery-image] Dec 20 20:30:41.042 INFO O| Dec 20 20:30:41.042 INFO STEP 182 (remove_files) COMPLETE |
4849 | 2024-12-20T20:30:42.289Z | [ recovery-image] Dec 20 20:30:41.042 INFO O| Dec 20 20:30:41.042 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-12-20T20:30:42.289Z | [ recovery-image] Dec 20 20:30:41.062 INFO O| Dec 20 20:30:41.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4851 | 2024-12-20T20:30:42.314Z | [ recovery-image] Dec 20 20:30:41.093 INFO O| Dec 20 20:30:41.093 INFO STEP 183 (remove_files) COMPLETE |
4852 | 2024-12-20T20:30:42.314Z | [ recovery-image] Dec 20 20:30:41.093 INFO O| Dec 20 20:30:41.093 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-12-20T20:30:42.338Z | [ recovery-image] Dec 20 20:30:41.115 INFO O| Dec 20 20:30:41.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4854 | 2024-12-20T20:30:42.338Z | [ recovery-image] Dec 20 20:30:41.115 INFO O| Dec 20 20:30:41.115 INFO STEP 184 (remove_files) COMPLETE |
4855 | 2024-12-20T20:30:42.338Z | [ recovery-image] Dec 20 20:30:41.115 INFO O| Dec 20 20:30:41.115 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-12-20T20:30:42.358Z | [ recovery-image] Dec 20 20:30:41.136 INFO O| Dec 20 20:30:41.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4857 | 2024-12-20T20:30:42.361Z | [ recovery-image] Dec 20 20:30:41.136 INFO O| Dec 20 20:30:41.136 INFO STEP 185 (remove_files) COMPLETE |
4858 | 2024-12-20T20:30:42.361Z | [ recovery-image] Dec 20 20:30:41.136 INFO O| Dec 20 20:30:41.136 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-12-20T20:30:42.381Z | [ recovery-image] Dec 20 20:30:41.158 INFO O| Dec 20 20:30:41.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4860 | 2024-12-20T20:30:42.381Z | [ recovery-image] Dec 20 20:30:41.159 INFO O| Dec 20 20:30:41.158 INFO STEP 186 (remove_files) COMPLETE |
4861 | 2024-12-20T20:30:42.381Z | [ recovery-image] Dec 20 20:30:41.159 INFO O| Dec 20 20:30:41.158 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-12-20T20:30:42.399Z | [ recovery-image] Dec 20 20:30:41.178 INFO O| Dec 20 20:30:41.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4863 | 2024-12-20T20:30:42.400Z | [ recovery-image] Dec 20 20:30:41.178 INFO O| Dec 20 20:30:41.178 INFO STEP 187 (remove_files) COMPLETE |
4864 | 2024-12-20T20:30:42.403Z | [ recovery-image] Dec 20 20:30:41.178 INFO O| Dec 20 20:30:41.178 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-12-20T20:30:42.433Z | [ recovery-image] Dec 20 20:30:41.211 INFO O| Dec 20 20:30:41.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4866 | 2024-12-20T20:30:42.433Z | [ recovery-image] Dec 20 20:30:41.211 INFO O| Dec 20 20:30:41.210 INFO STEP 188 (remove_files) COMPLETE |
4867 | 2024-12-20T20:30:42.437Z | [ recovery-image] Dec 20 20:30:41.211 INFO O| Dec 20 20:30:41.210 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-12-20T20:30:42.490Z | [ recovery-image] Dec 20 20:30:41.268 INFO O| Dec 20 20:30:41.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4869 | 2024-12-20T20:30:42.490Z | [ recovery-image] Dec 20 20:30:41.268 INFO O| Dec 20 20:30:41.268 INFO STEP 189 (remove_files) COMPLETE |
4870 | 2024-12-20T20:30:42.490Z | [ recovery-image] Dec 20 20:30:41.268 INFO O| Dec 20 20:30:41.268 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-12-20T20:30:42.533Z | [ recovery-image] Dec 20 20:30:41.299 INFO O| Dec 20 20:30:41.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4872 | 2024-12-20T20:30:42.534Z | [ recovery-image] Dec 20 20:30:41.299 INFO O| Dec 20 20:30:41.289 INFO STEP 190 (remove_files) COMPLETE |
4873 | 2024-12-20T20:30:42.534Z | [ recovery-image] Dec 20 20:30:41.299 INFO O| Dec 20 20:30:41.289 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-20T20:30:42.548Z | [ recovery-image] Dec 20 20:30:41.310 INFO O| Dec 20 20:30:41.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4875 | 2024-12-20T20:30:42.548Z | [ recovery-image] Dec 20 20:30:41.320 INFO O| Dec 20 20:30:41.320 INFO STEP 191 (remove_files) COMPLETE |
4876 | 2024-12-20T20:30:42.548Z | [ recovery-image] Dec 20 20:30:41.320 INFO O| Dec 20 20:30:41.320 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-20T20:30:42.626Z | [ recovery-image] Dec 20 20:30:41.404 INFO O| Dec 20 20:30:41.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4878 | 2024-12-20T20:30:42.626Z | [ recovery-image] Dec 20 20:30:41.404 INFO O| Dec 20 20:30:41.404 INFO STEP 192 (remove_files) COMPLETE |
4879 | 2024-12-20T20:30:42.629Z | [ recovery-image] Dec 20 20:30:41.404 INFO O| Dec 20 20:30:41.404 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-12-20T20:30:42.646Z | [ recovery-image] Dec 20 20:30:41.424 INFO O| Dec 20 20:30:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4881 | 2024-12-20T20:30:42.646Z | [ recovery-image] Dec 20 20:30:41.425 INFO O| Dec 20 20:30:41.425 INFO STEP 193 (remove_files) COMPLETE |
4882 | 2024-12-20T20:30:42.649Z | [ recovery-image] Dec 20 20:30:41.425 INFO O| Dec 20 20:30:41.425 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-12-20T20:30:42.666Z | [ recovery-image] Dec 20 20:30:41.444 INFO O| Dec 20 20:30:41.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4884 | 2024-12-20T20:30:42.666Z | [ recovery-image] Dec 20 20:30:41.445 INFO O| Dec 20 20:30:41.445 INFO STEP 194 (remove_files) COMPLETE |
4885 | 2024-12-20T20:30:42.668Z | [ recovery-image] Dec 20 20:30:41.445 INFO O| Dec 20 20:30:41.445 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-20T20:30:42.690Z | [ recovery-image] Dec 20 20:30:41.464 INFO O| Dec 20 20:30:41.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4887 | 2024-12-20T20:30:42.690Z | [ recovery-image] Dec 20 20:30:41.464 INFO O| Dec 20 20:30:41.464 INFO STEP 195 (remove_files) COMPLETE |
4888 | 2024-12-20T20:30:42.690Z | [ recovery-image] Dec 20 20:30:41.464 INFO O| Dec 20 20:30:41.464 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-12-20T20:30:42.705Z | [ recovery-image] Dec 20 20:30:41.483 INFO O| Dec 20 20:30:41.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4890 | 2024-12-20T20:30:42.705Z | [ recovery-image] Dec 20 20:30:41.484 INFO O| Dec 20 20:30:41.483 INFO STEP 196 (remove_files) COMPLETE |
4891 | 2024-12-20T20:30:42.708Z | [ recovery-image] Dec 20 20:30:41.484 INFO O| Dec 20 20:30:41.484 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-12-20T20:30:42.724Z | [ recovery-image] Dec 20 20:30:41.503 INFO O| Dec 20 20:30:41.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4893 | 2024-12-20T20:30:42.724Z | [ recovery-image] Dec 20 20:30:41.503 INFO O| Dec 20 20:30:41.503 INFO STEP 197 (remove_files) COMPLETE |
4894 | 2024-12-20T20:30:42.727Z | [ recovery-image] Dec 20 20:30:41.503 INFO O| Dec 20 20:30:41.503 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-12-20T20:30:42.745Z | [ recovery-image] Dec 20 20:30:41.523 INFO O| Dec 20 20:30:41.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4896 | 2024-12-20T20:30:42.747Z | [ recovery-image] Dec 20 20:30:41.524 INFO O| Dec 20 20:30:41.524 INFO STEP 198 (remove_files) COMPLETE |
4897 | 2024-12-20T20:30:42.747Z | [ recovery-image] Dec 20 20:30:41.524 INFO O| Dec 20 20:30:41.524 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-12-20T20:30:42.765Z | [ recovery-image] Dec 20 20:30:41.543 INFO O| Dec 20 20:30:41.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4899 | 2024-12-20T20:30:42.765Z | [ recovery-image] Dec 20 20:30:41.544 INFO O| Dec 20 20:30:41.544 INFO STEP 199 (remove_files) COMPLETE |
4900 | 2024-12-20T20:30:42.767Z | [ recovery-image] Dec 20 20:30:41.544 INFO O| Dec 20 20:30:41.544 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-12-20T20:30:42.786Z | [ recovery-image] Dec 20 20:30:41.561 INFO O| Dec 20 20:30:41.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4902 | 2024-12-20T20:30:42.786Z | [ recovery-image] Dec 20 20:30:41.561 INFO O| Dec 20 20:30:41.561 INFO STEP 200 (remove_files) COMPLETE |
4903 | 2024-12-20T20:30:42.789Z | [ recovery-image] Dec 20 20:30:41.562 INFO O| Dec 20 20:30:41.562 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-20T20:30:42.804Z | [ recovery-image] Dec 20 20:30:41.582 INFO O| Dec 20 20:30:41.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4905 | 2024-12-20T20:30:42.806Z | [ recovery-image] Dec 20 20:30:41.583 INFO O| Dec 20 20:30:41.583 INFO STEP 201 (remove_files) COMPLETE |
4906 | 2024-12-20T20:30:42.806Z | [ recovery-image] Dec 20 20:30:41.583 INFO O| Dec 20 20:30:41.583 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-20T20:30:42.824Z | [ recovery-image] Dec 20 20:30:41.603 INFO O| Dec 20 20:30:41.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4908 | 2024-12-20T20:30:42.827Z | [ recovery-image] Dec 20 20:30:41.603 INFO O| Dec 20 20:30:41.603 INFO STEP 202 (remove_files) COMPLETE |
4909 | 2024-12-20T20:30:42.827Z | [ recovery-image] Dec 20 20:30:41.603 INFO O| Dec 20 20:30:41.603 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-20T20:30:42.858Z | [ recovery-image] Dec 20 20:30:41.636 INFO O| Dec 20 20:30:41.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4911 | 2024-12-20T20:30:42.858Z | [ recovery-image] Dec 20 20:30:41.636 INFO O| Dec 20 20:30:41.636 INFO STEP 203 (remove_files) COMPLETE |
4912 | 2024-12-20T20:30:42.859Z | [ recovery-image] Dec 20 20:30:41.636 INFO O| Dec 20 20:30:41.636 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-20T20:30:42.877Z | [ recovery-image] Dec 20 20:30:41.655 INFO O| Dec 20 20:30:41.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4914 | 2024-12-20T20:30:42.877Z | [ recovery-image] Dec 20 20:30:41.655 INFO O| Dec 20 20:30:41.655 INFO STEP 204 (remove_files) COMPLETE |
4915 | 2024-12-20T20:30:42.877Z | [ recovery-image] Dec 20 20:30:41.655 INFO O| Dec 20 20:30:41.655 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-20T20:30:42.895Z | [ recovery-image] Dec 20 20:30:41.674 INFO O| Dec 20 20:30:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4917 | 2024-12-20T20:30:42.895Z | [ recovery-image] Dec 20 20:30:41.674 INFO O| Dec 20 20:30:41.674 INFO STEP 205 (remove_files) COMPLETE |
4918 | 2024-12-20T20:30:42.895Z | [ recovery-image] Dec 20 20:30:41.674 INFO O| Dec 20 20:30:41.674 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-20T20:30:42.918Z | [ recovery-image] Dec 20 20:30:41.691 INFO O| Dec 20 20:30:41.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4920 | 2024-12-20T20:30:42.918Z | [ recovery-image] Dec 20 20:30:41.692 INFO O| Dec 20 20:30:41.691 INFO STEP 206 (remove_files) COMPLETE |
4921 | 2024-12-20T20:30:42.918Z | [ recovery-image] Dec 20 20:30:41.692 INFO O| Dec 20 20:30:41.692 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-20T20:30:42.931Z | [ recovery-image] Dec 20 20:30:41.710 INFO O| Dec 20 20:30:41.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4923 | 2024-12-20T20:30:42.931Z | [ recovery-image] Dec 20 20:30:41.710 INFO O| Dec 20 20:30:41.710 INFO STEP 207 (remove_files) COMPLETE |
4924 | 2024-12-20T20:30:42.934Z | [ recovery-image] Dec 20 20:30:41.710 INFO O| Dec 20 20:30:41.710 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-20T20:30:42.949Z | [ recovery-image] Dec 20 20:30:41.727 INFO O| Dec 20 20:30:41.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4926 | 2024-12-20T20:30:42.949Z | [ recovery-image] Dec 20 20:30:41.727 INFO O| Dec 20 20:30:41.727 INFO STEP 208 (remove_files) COMPLETE |
4927 | 2024-12-20T20:30:42.949Z | [ recovery-image] Dec 20 20:30:41.727 INFO O| Dec 20 20:30:41.727 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-20T20:30:42.966Z | [ recovery-image] Dec 20 20:30:41.744 INFO O| Dec 20 20:30:41.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4929 | 2024-12-20T20:30:42.966Z | [ recovery-image] Dec 20 20:30:41.744 INFO O| Dec 20 20:30:41.744 INFO STEP 209 (remove_files) COMPLETE |
4930 | 2024-12-20T20:30:42.966Z | [ recovery-image] Dec 20 20:30:41.744 INFO O| Dec 20 20:30:41.744 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-20T20:30:42.972Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4932 | 2024-12-20T20:30:43.025Z | [ recovery-image] Dec 20 20:30:41.804 INFO O| Dec 20 20:30:41.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4933 | 2024-12-20T20:30:43.025Z | [ recovery-image] Dec 20 20:30:41.804 INFO O| Dec 20 20:30:41.804 INFO STEP 210 (remove_files) COMPLETE |
4934 | 2024-12-20T20:30:43.025Z | [ recovery-image] Dec 20 20:30:41.804 INFO O| Dec 20 20:30:41.804 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-20T20:30:43.052Z | [ recovery-image] Dec 20 20:30:41.831 INFO O| Dec 20 20:30:41.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4936 | 2024-12-20T20:30:43.052Z | [ recovery-image] Dec 20 20:30:41.831 INFO O| Dec 20 20:30:41.831 INFO STEP 211 (remove_files) COMPLETE |
4937 | 2024-12-20T20:30:43.052Z | [ recovery-image] Dec 20 20:30:41.831 INFO O| Dec 20 20:30:41.831 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-20T20:30:43.093Z | [ recovery-image] Dec 20 20:30:41.871 INFO O| Dec 20 20:30:41.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4939 | 2024-12-20T20:30:43.093Z | [ recovery-image] Dec 20 20:30:41.871 INFO O| Dec 20 20:30:41.871 INFO STEP 212 (remove_files) COMPLETE |
4940 | 2024-12-20T20:30:43.093Z | [ recovery-image] Dec 20 20:30:41.871 INFO O| Dec 20 20:30:41.871 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-20T20:30:43.114Z | [ recovery-image] Dec 20 20:30:41.892 INFO O| Dec 20 20:30:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4942 | 2024-12-20T20:30:43.114Z | [ recovery-image] Dec 20 20:30:41.892 INFO O| Dec 20 20:30:41.892 INFO STEP 213 (remove_files) COMPLETE |
4943 | 2024-12-20T20:30:43.114Z | [ recovery-image] Dec 20 20:30:41.892 INFO O| Dec 20 20:30:41.892 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-20T20:30:43.142Z | [ recovery-image] Dec 20 20:30:41.920 INFO O| Dec 20 20:30:41.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4945 | 2024-12-20T20:30:43.142Z | [ recovery-image] Dec 20 20:30:41.920 INFO O| Dec 20 20:30:41.920 INFO STEP 214 (remove_files) COMPLETE |
4946 | 2024-12-20T20:30:43.142Z | [ recovery-image] Dec 20 20:30:41.920 INFO O| Dec 20 20:30:41.920 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-20T20:30:43.163Z | [ recovery-image] Dec 20 20:30:41.942 INFO O| Dec 20 20:30:41.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4948 | 2024-12-20T20:30:43.167Z | [ recovery-image] Dec 20 20:30:41.942 INFO O| Dec 20 20:30:41.942 INFO STEP 215 (remove_files) COMPLETE |
4949 | 2024-12-20T20:30:43.167Z | [ recovery-image] Dec 20 20:30:41.942 INFO O| Dec 20 20:30:41.942 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-20T20:30:43.184Z | [ recovery-image] Dec 20 20:30:41.963 INFO O| Dec 20 20:30:41.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4951 | 2024-12-20T20:30:43.184Z | [ recovery-image] Dec 20 20:30:41.963 INFO O| Dec 20 20:30:41.963 INFO STEP 216 (remove_files) COMPLETE |
4952 | 2024-12-20T20:30:43.184Z | [ recovery-image] Dec 20 20:30:41.963 INFO O| Dec 20 20:30:41.963 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-20T20:30:43.208Z | [ recovery-image] Dec 20 20:30:41.987 INFO O| Dec 20 20:30:41.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4954 | 2024-12-20T20:30:43.208Z | [ recovery-image] Dec 20 20:30:41.987 INFO O| Dec 20 20:30:41.987 INFO STEP 217 (remove_files) COMPLETE |
4955 | 2024-12-20T20:30:43.208Z | [ recovery-image] Dec 20 20:30:41.987 INFO O| Dec 20 20:30:41.987 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-20T20:30:43.228Z | [ recovery-image] Dec 20 20:30:42.006 INFO O| Dec 20 20:30:42.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4957 | 2024-12-20T20:30:43.231Z | [ recovery-image] Dec 20 20:30:42.007 INFO O| Dec 20 20:30:42.007 INFO STEP 218 (remove_files) COMPLETE |
4958 | 2024-12-20T20:30:43.231Z | [ recovery-image] Dec 20 20:30:42.007 INFO O| Dec 20 20:30:42.007 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-20T20:30:43.245Z | [ recovery-image] Dec 20 20:30:42.024 INFO O| Dec 20 20:30:42.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4960 | 2024-12-20T20:30:43.245Z | [ recovery-image] Dec 20 20:30:42.024 INFO O| Dec 20 20:30:42.024 INFO STEP 219 (remove_files) COMPLETE |
4961 | 2024-12-20T20:30:43.248Z | [ recovery-image] Dec 20 20:30:42.024 INFO O| Dec 20 20:30:42.024 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-20T20:30:43.264Z | [ recovery-image] Dec 20 20:30:42.042 INFO O| Dec 20 20:30:42.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4963 | 2024-12-20T20:30:43.266Z | [ recovery-image] Dec 20 20:30:42.042 INFO O| Dec 20 20:30:42.042 INFO STEP 220 (remove_files) COMPLETE |
4964 | 2024-12-20T20:30:43.266Z | [ recovery-image] Dec 20 20:30:42.042 INFO O| Dec 20 20:30:42.042 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-20T20:30:43.282Z | [ recovery-image] Dec 20 20:30:42.061 INFO O| Dec 20 20:30:42.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4966 | 2024-12-20T20:30:43.282Z | [ recovery-image] Dec 20 20:30:42.061 INFO O| Dec 20 20:30:42.061 INFO STEP 221 (remove_files) COMPLETE |
4967 | 2024-12-20T20:30:43.286Z | [ recovery-image] Dec 20 20:30:42.061 INFO O| Dec 20 20:30:42.061 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-20T20:30:43.317Z | [ recovery-image] Dec 20 20:30:42.095 INFO O| Dec 20 20:30:42.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4969 | 2024-12-20T20:30:43.320Z | [ recovery-image] Dec 20 20:30:42.096 INFO O| Dec 20 20:30:42.095 INFO STEP 222 (remove_files) COMPLETE |
4970 | 2024-12-20T20:30:43.320Z | [ recovery-image] Dec 20 20:30:42.096 INFO O| Dec 20 20:30:42.096 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-20T20:30:43.339Z | [ recovery-image] Dec 20 20:30:42.117 INFO O| Dec 20 20:30:42.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4972 | 2024-12-20T20:30:43.342Z | [ recovery-image] Dec 20 20:30:42.118 INFO O| Dec 20 20:30:42.118 INFO STEP 223 (remove_files) COMPLETE |
4973 | 2024-12-20T20:30:43.343Z | [ recovery-image] Dec 20 20:30:42.118 INFO O| Dec 20 20:30:42.118 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-20T20:30:43.361Z | [ recovery-image] Dec 20 20:30:42.140 INFO O| Dec 20 20:30:42.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4975 | 2024-12-20T20:30:43.365Z | [ recovery-image] Dec 20 20:30:42.140 INFO O| Dec 20 20:30:42.140 INFO STEP 224 (remove_files) COMPLETE |
4976 | 2024-12-20T20:30:43.365Z | [ recovery-image] Dec 20 20:30:42.140 INFO O| Dec 20 20:30:42.140 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-12-20T20:30:43.381Z | [ recovery-image] Dec 20 20:30:42.160 INFO O| Dec 20 20:30:42.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4978 | 2024-12-20T20:30:43.384Z | [ recovery-image] Dec 20 20:30:42.160 INFO O| Dec 20 20:30:42.160 INFO STEP 225 (remove_files) COMPLETE |
4979 | 2024-12-20T20:30:43.384Z | [ recovery-image] Dec 20 20:30:42.160 INFO O| Dec 20 20:30:42.160 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-12-20T20:30:43.419Z | [ recovery-image] Dec 20 20:30:42.197 INFO O| Dec 20 20:30:42.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4981 | 2024-12-20T20:30:43.421Z | [ recovery-image] Dec 20 20:30:42.197 INFO O| Dec 20 20:30:42.197 INFO STEP 226 (remove_files) COMPLETE |
4982 | 2024-12-20T20:30:43.421Z | [ recovery-image] Dec 20 20:30:42.198 INFO O| Dec 20 20:30:42.198 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-12-20T20:30:43.453Z | [ recovery-image] Dec 20 20:30:42.232 INFO O| Dec 20 20:30:42.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4984 | 2024-12-20T20:30:43.456Z | [ recovery-image] Dec 20 20:30:42.232 INFO O| Dec 20 20:30:42.232 INFO STEP 227 (remove_files) COMPLETE |
4985 | 2024-12-20T20:30:43.456Z | [ recovery-image] Dec 20 20:30:42.232 INFO O| Dec 20 20:30:42.232 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-12-20T20:30:43.474Z | [ recovery-image] Dec 20 20:30:42.252 INFO O| Dec 20 20:30:42.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4987 | 2024-12-20T20:30:43.478Z | [ recovery-image] Dec 20 20:30:42.252 INFO O| Dec 20 20:30:42.252 INFO STEP 228 (remove_files) COMPLETE |
4988 | 2024-12-20T20:30:43.478Z | [ recovery-image] Dec 20 20:30:42.253 INFO O| Dec 20 20:30:42.253 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-12-20T20:30:43.514Z | [ recovery-image] Dec 20 20:30:42.293 INFO O| Dec 20 20:30:42.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4990 | 2024-12-20T20:30:43.516Z | [ recovery-image] Dec 20 20:30:42.293 INFO O| Dec 20 20:30:42.293 INFO STEP 229 (remove_files) COMPLETE |
4991 | 2024-12-20T20:30:43.516Z | [ recovery-image] Dec 20 20:30:42.293 INFO O| Dec 20 20:30:42.293 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-12-20T20:30:43.535Z | [ recovery-image] Dec 20 20:30:42.314 INFO O| Dec 20 20:30:42.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4993 | 2024-12-20T20:30:43.538Z | [ recovery-image] Dec 20 20:30:42.314 INFO O| Dec 20 20:30:42.314 INFO STEP 230 (remove_files) COMPLETE |
4994 | 2024-12-20T20:30:43.538Z | [ recovery-image] Dec 20 20:30:42.314 INFO O| Dec 20 20:30:42.314 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-12-20T20:30:43.575Z | [ recovery-image] Dec 20 20:30:42.354 INFO O| Dec 20 20:30:42.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4996 | 2024-12-20T20:30:43.575Z | [ recovery-image] Dec 20 20:30:42.354 INFO O| Dec 20 20:30:42.354 INFO STEP 231 (remove_files) COMPLETE |
4997 | 2024-12-20T20:30:43.575Z | [ recovery-image] Dec 20 20:30:42.354 INFO O| Dec 20 20:30:42.354 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-12-20T20:30:43.598Z | [ recovery-image] Dec 20 20:30:42.376 INFO O| Dec 20 20:30:42.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4999 | 2024-12-20T20:30:43.598Z | [ recovery-image] Dec 20 20:30:42.376 INFO O| Dec 20 20:30:42.376 INFO STEP 232 (remove_files) COMPLETE |
5000 | 2024-12-20T20:30:43.601Z | [ recovery-image] Dec 20 20:30:42.376 INFO O| Dec 20 20:30:42.376 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-20T20:30:43.616Z | [ recovery-image] Dec 20 20:30:42.394 INFO O| Dec 20 20:30:42.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5002 | 2024-12-20T20:30:43.616Z | [ recovery-image] Dec 20 20:30:42.395 INFO O| Dec 20 20:30:42.395 INFO STEP 233 (remove_files) COMPLETE |
5003 | 2024-12-20T20:30:43.616Z | [ recovery-image] Dec 20 20:30:42.395 INFO O| Dec 20 20:30:42.395 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-20T20:30:43.656Z | [ recovery-image] Dec 20 20:30:42.435 INFO O| Dec 20 20:30:42.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5005 | 2024-12-20T20:30:43.656Z | [ recovery-image] Dec 20 20:30:42.435 INFO O| Dec 20 20:30:42.435 INFO STEP 234 (remove_files) COMPLETE |
5006 | 2024-12-20T20:30:43.656Z | [ recovery-image] Dec 20 20:30:42.435 INFO O| Dec 20 20:30:42.435 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-20T20:30:43.678Z | [ recovery-image] Dec 20 20:30:42.456 INFO O| Dec 20 20:30:42.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5008 | 2024-12-20T20:30:43.680Z | [ recovery-image] Dec 20 20:30:42.456 INFO O| Dec 20 20:30:42.456 INFO STEP 235 (remove_files) COMPLETE |
5009 | 2024-12-20T20:30:43.680Z | [ recovery-image] Dec 20 20:30:42.456 INFO O| Dec 20 20:30:42.456 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-20T20:30:43.698Z | [ recovery-image] Dec 20 20:30:42.477 INFO O| Dec 20 20:30:42.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5011 | 2024-12-20T20:30:43.698Z | [ recovery-image] Dec 20 20:30:42.477 INFO O| Dec 20 20:30:42.477 INFO STEP 236 (remove_files) COMPLETE |
5012 | 2024-12-20T20:30:43.701Z | [ recovery-image] Dec 20 20:30:42.477 INFO O| Dec 20 20:30:42.477 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-20T20:30:43.716Z | [ recovery-image] Dec 20 20:30:42.495 INFO O| Dec 20 20:30:42.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5014 | 2024-12-20T20:30:43.716Z | [ recovery-image] Dec 20 20:30:42.495 INFO O| Dec 20 20:30:42.495 INFO STEP 237 (remove_files) COMPLETE |
5015 | 2024-12-20T20:30:43.716Z | [ recovery-image] Dec 20 20:30:42.495 INFO O| Dec 20 20:30:42.495 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-20T20:30:43.734Z | [ recovery-image] Dec 20 20:30:42.512 INFO O| Dec 20 20:30:42.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5017 | 2024-12-20T20:30:43.734Z | [ recovery-image] Dec 20 20:30:42.512 INFO O| Dec 20 20:30:42.512 INFO STEP 238 (remove_files) COMPLETE |
5018 | 2024-12-20T20:30:43.734Z | [ recovery-image] Dec 20 20:30:42.512 INFO O| Dec 20 20:30:42.512 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-20T20:30:43.766Z | [ recovery-image] Dec 20 20:30:42.544 INFO O| Dec 20 20:30:42.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5020 | 2024-12-20T20:30:43.766Z | [ recovery-image] Dec 20 20:30:42.544 INFO O| Dec 20 20:30:42.544 INFO STEP 239 (remove_files) COMPLETE |
5021 | 2024-12-20T20:30:43.766Z | [ recovery-image] Dec 20 20:30:42.544 INFO O| Dec 20 20:30:42.544 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-20T20:30:43.872Z | [ recovery-image] Dec 20 20:30:42.614 INFO O| Dec 20 20:30:42.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5023 | 2024-12-20T20:30:43.872Z | [ recovery-image] Dec 20 20:30:42.614 INFO O| Dec 20 20:30:42.585 INFO STEP 240 (remove_files) COMPLETE |
5024 | 2024-12-20T20:30:43.872Z | [ recovery-image] Dec 20 20:30:42.614 INFO O| Dec 20 20:30:42.585 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.614 INFO O| Dec 20 20:30:42.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5026 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.614 INFO O| Dec 20 20:30:42.605 INFO STEP 241 (remove_files) COMPLETE |
5027 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.614 INFO O| Dec 20 20:30:42.605 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.625 INFO O| Dec 20 20:30:42.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5029 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.625 INFO O| Dec 20 20:30:42.625 INFO STEP 242 (remove_files) COMPLETE |
5030 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.625 INFO O| Dec 20 20:30:42.625 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.644 INFO O| Dec 20 20:30:42.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5032 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.644 INFO O| Dec 20 20:30:42.644 INFO STEP 243 (remove_files) COMPLETE |
5033 | 2024-12-20T20:30:43.876Z | [ recovery-image] Dec 20 20:30:42.644 INFO O| Dec 20 20:30:42.644 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-20T20:30:43.911Z | [ recovery-image] Dec 20 20:30:42.676 INFO O| Dec 20 20:30:42.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5035 | 2024-12-20T20:30:43.911Z | [ recovery-image] Dec 20 20:30:42.677 INFO O| Dec 20 20:30:42.676 INFO STEP 244 (remove_files) COMPLETE |
5036 | 2024-12-20T20:30:43.911Z | [ recovery-image] Dec 20 20:30:42.677 INFO O| Dec 20 20:30:42.677 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-20T20:30:43.919Z | [ recovery-image] Dec 20 20:30:42.697 INFO O| Dec 20 20:30:42.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5038 | 2024-12-20T20:30:43.919Z | [ recovery-image] Dec 20 20:30:42.697 INFO O| Dec 20 20:30:42.697 INFO STEP 245 (remove_files) COMPLETE |
5039 | 2024-12-20T20:30:43.919Z | [ recovery-image] Dec 20 20:30:42.697 INFO O| Dec 20 20:30:42.697 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-20T20:30:43.982Z | [ recovery-image] Dec 20 20:30:42.760 INFO O| Dec 20 20:30:42.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5041 | 2024-12-20T20:30:43.982Z | [ recovery-image] Dec 20 20:30:42.760 INFO O| Dec 20 20:30:42.760 INFO STEP 246 (remove_files) COMPLETE |
5042 | 2024-12-20T20:30:43.985Z | [ recovery-image] Dec 20 20:30:42.760 INFO O| Dec 20 20:30:42.760 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-20T20:30:44.106Z | [ recovery-image] Dec 20 20:30:42.884 INFO O| Dec 20 20:30:42.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5044 | 2024-12-20T20:30:44.106Z | [ recovery-image] Dec 20 20:30:42.884 INFO O| Dec 20 20:30:42.884 INFO STEP 247 (remove_files) COMPLETE |
5045 | 2024-12-20T20:30:44.106Z | [ recovery-image] Dec 20 20:30:42.884 INFO O| Dec 20 20:30:42.884 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-20T20:30:44.124Z | [ recovery-image] Dec 20 20:30:42.903 INFO O| Dec 20 20:30:42.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5047 | 2024-12-20T20:30:44.127Z | [ recovery-image] Dec 20 20:30:42.903 INFO O| Dec 20 20:30:42.903 INFO STEP 248 (remove_files) COMPLETE |
5048 | 2024-12-20T20:30:44.127Z | [ recovery-image] Dec 20 20:30:42.903 INFO O| Dec 20 20:30:42.903 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-20T20:30:44.183Z | [ recovery-image] Dec 20 20:30:42.962 INFO O| Dec 20 20:30:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5050 | 2024-12-20T20:30:44.183Z | [ recovery-image] Dec 20 20:30:42.962 INFO O| Dec 20 20:30:42.962 INFO STEP 249 (remove_files) COMPLETE |
5051 | 2024-12-20T20:30:44.183Z | [ recovery-image] Dec 20 20:30:42.962 INFO O| Dec 20 20:30:42.962 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-20T20:30:44.236Z | [ recovery-image] Dec 20 20:30:43.015 INFO O| Dec 20 20:30:43.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5053 | 2024-12-20T20:30:44.238Z | [ recovery-image] Dec 20 20:30:43.015 INFO O| Dec 20 20:30:43.015 INFO STEP 250 (remove_files) COMPLETE |
5054 | 2024-12-20T20:30:44.239Z | [ recovery-image] Dec 20 20:30:43.015 INFO O| Dec 20 20:30:43.015 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-20T20:30:44.342Z | [ recovery-image] Dec 20 20:30:43.121 INFO O| Dec 20 20:30:43.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5056 | 2024-12-20T20:30:44.345Z | [ recovery-image] Dec 20 20:30:43.121 INFO O| Dec 20 20:30:43.121 INFO STEP 251 (remove_files) COMPLETE |
5057 | 2024-12-20T20:30:44.345Z | [ recovery-image] Dec 20 20:30:43.121 INFO O| Dec 20 20:30:43.121 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-20T20:30:44.480Z | [ recovery-image] Dec 20 20:30:43.258 INFO O| Dec 20 20:30:43.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5059 | 2024-12-20T20:30:44.480Z | [ recovery-image] Dec 20 20:30:43.258 INFO O| Dec 20 20:30:43.258 INFO STEP 252 (remove_files) COMPLETE |
5060 | 2024-12-20T20:30:44.480Z | [ recovery-image] Dec 20 20:30:43.258 INFO O| Dec 20 20:30:43.258 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-20T20:30:44.512Z | [ recovery-image] Dec 20 20:30:43.290 INFO O| Dec 20 20:30:43.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5062 | 2024-12-20T20:30:44.512Z | [ recovery-image] Dec 20 20:30:43.290 INFO O| Dec 20 20:30:43.290 INFO STEP 253 (remove_files) COMPLETE |
5063 | 2024-12-20T20:30:44.512Z | [ recovery-image] Dec 20 20:30:43.290 INFO O| Dec 20 20:30:43.290 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-20T20:30:44.545Z | [ recovery-image] Dec 20 20:30:43.323 INFO O| Dec 20 20:30:43.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5065 | 2024-12-20T20:30:44.545Z | [ recovery-image] Dec 20 20:30:43.323 INFO O| Dec 20 20:30:43.311 INFO STEP 254 (remove_files) COMPLETE |
5066 | 2024-12-20T20:30:44.548Z | [ recovery-image] Dec 20 20:30:43.323 INFO O| Dec 20 20:30:43.311 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-20T20:30:44.553Z | [ recovery-image] Dec 20 20:30:43.332 INFO O| Dec 20 20:30:43.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5068 | 2024-12-20T20:30:44.553Z | [ recovery-image] Dec 20 20:30:43.332 INFO O| Dec 20 20:30:43.332 INFO STEP 255 (remove_files) COMPLETE |
5069 | 2024-12-20T20:30:44.556Z | [ recovery-image] Dec 20 20:30:43.332 INFO O| Dec 20 20:30:43.332 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-20T20:30:44.574Z | [ recovery-image] Dec 20 20:30:43.353 INFO O| Dec 20 20:30:43.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5071 | 2024-12-20T20:30:44.574Z | [ recovery-image] Dec 20 20:30:43.353 INFO O| Dec 20 20:30:43.353 INFO STEP 256 (remove_files) COMPLETE |
5072 | 2024-12-20T20:30:44.574Z | [ recovery-image] Dec 20 20:30:43.353 INFO O| Dec 20 20:30:43.353 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-20T20:30:44.595Z | [ recovery-image] Dec 20 20:30:43.373 INFO O| Dec 20 20:30:43.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5074 | 2024-12-20T20:30:44.595Z | [ recovery-image] Dec 20 20:30:43.373 INFO O| Dec 20 20:30:43.373 INFO STEP 257 (remove_files) COMPLETE |
5075 | 2024-12-20T20:30:44.595Z | [ recovery-image] Dec 20 20:30:43.373 INFO O| Dec 20 20:30:43.373 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-20T20:30:44.616Z | [ recovery-image] Dec 20 20:30:43.394 INFO O| Dec 20 20:30:43.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5077 | 2024-12-20T20:30:44.616Z | [ recovery-image] Dec 20 20:30:43.394 INFO O| Dec 20 20:30:43.394 INFO STEP 258 (remove_files) COMPLETE |
5078 | 2024-12-20T20:30:44.616Z | [ recovery-image] Dec 20 20:30:43.394 INFO O| Dec 20 20:30:43.394 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-12-20T20:30:44.648Z | [ recovery-image] Dec 20 20:30:43.426 INFO O| Dec 20 20:30:43.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5080 | 2024-12-20T20:30:44.648Z | [ recovery-image] Dec 20 20:30:43.426 INFO O| Dec 20 20:30:43.426 INFO STEP 259 (remove_files) COMPLETE |
5081 | 2024-12-20T20:30:44.648Z | [ recovery-image] Dec 20 20:30:43.426 INFO O| Dec 20 20:30:43.426 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-12-20T20:30:44.668Z | [ recovery-image] Dec 20 20:30:43.446 INFO O| Dec 20 20:30:43.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5083 | 2024-12-20T20:30:44.668Z | [ recovery-image] Dec 20 20:30:43.446 INFO O| Dec 20 20:30:43.446 INFO STEP 260 (remove_files) COMPLETE |
5084 | 2024-12-20T20:30:44.670Z | [ recovery-image] Dec 20 20:30:43.446 INFO O| Dec 20 20:30:43.446 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-12-20T20:30:44.687Z | [ recovery-image] Dec 20 20:30:43.466 INFO O| Dec 20 20:30:43.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5086 | 2024-12-20T20:30:44.687Z | [ recovery-image] Dec 20 20:30:43.466 INFO O| Dec 20 20:30:43.466 INFO STEP 261 (remove_files) COMPLETE |
5087 | 2024-12-20T20:30:44.687Z | [ recovery-image] Dec 20 20:30:43.466 INFO O| Dec 20 20:30:43.466 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-20T20:30:44.707Z | [ recovery-image] Dec 20 20:30:43.485 INFO O| Dec 20 20:30:43.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5089 | 2024-12-20T20:30:44.707Z | [ recovery-image] Dec 20 20:30:43.486 INFO O| Dec 20 20:30:43.486 INFO STEP 262 (remove_files) COMPLETE |
5090 | 2024-12-20T20:30:44.707Z | [ recovery-image] Dec 20 20:30:43.486 INFO O| Dec 20 20:30:43.486 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-20T20:30:44.726Z | [ recovery-image] Dec 20 20:30:43.504 INFO O| Dec 20 20:30:43.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5092 | 2024-12-20T20:30:44.726Z | [ recovery-image] Dec 20 20:30:43.505 INFO O| Dec 20 20:30:43.505 INFO STEP 263 (remove_files) COMPLETE |
5093 | 2024-12-20T20:30:44.726Z | [ recovery-image] Dec 20 20:30:43.505 INFO O| Dec 20 20:30:43.505 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-20T20:30:44.745Z | [ recovery-image] Dec 20 20:30:43.524 INFO O| Dec 20 20:30:43.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5095 | 2024-12-20T20:30:44.746Z | [ recovery-image] Dec 20 20:30:43.524 INFO O| Dec 20 20:30:43.524 INFO STEP 264 (remove_files) COMPLETE |
5096 | 2024-12-20T20:30:44.746Z | [ recovery-image] Dec 20 20:30:43.524 INFO O| Dec 20 20:30:43.524 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-20T20:30:44.779Z | [ recovery-image] Dec 20 20:30:43.557 INFO O| Dec 20 20:30:43.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5098 | 2024-12-20T20:30:44.779Z | [ recovery-image] Dec 20 20:30:43.557 INFO O| Dec 20 20:30:43.557 INFO STEP 265 (remove_files) COMPLETE |
5099 | 2024-12-20T20:30:44.779Z | [ recovery-image] Dec 20 20:30:43.557 INFO O| Dec 20 20:30:43.557 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-20T20:30:44.799Z | [ recovery-image] Dec 20 20:30:43.577 INFO O| Dec 20 20:30:43.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5101 | 2024-12-20T20:30:44.799Z | [ recovery-image] Dec 20 20:30:43.577 INFO O| Dec 20 20:30:43.577 INFO STEP 266 (remove_files) COMPLETE |
5102 | 2024-12-20T20:30:44.799Z | [ recovery-image] Dec 20 20:30:43.577 INFO O| Dec 20 20:30:43.577 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-20T20:30:44.830Z | [ recovery-image] Dec 20 20:30:43.608 INFO O| Dec 20 20:30:43.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5104 | 2024-12-20T20:30:44.830Z | [ recovery-image] Dec 20 20:30:43.608 INFO O| Dec 20 20:30:43.608 INFO STEP 267 (remove_files) COMPLETE |
5105 | 2024-12-20T20:30:44.833Z | [ recovery-image] Dec 20 20:30:43.608 INFO O| Dec 20 20:30:43.608 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-12-20T20:30:44.839Z | [ host-image] Dec 20 20:30:43.617 INFO O| Dec 20 20:30:43.617 INFO O| Done |
5107 | 2024-12-20T20:30:44.865Z | [ recovery-image] Dec 20 20:30:43.643 INFO O| Dec 20 20:30:43.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5108 | 2024-12-20T20:30:44.865Z | [ recovery-image] Dec 20 20:30:43.644 INFO O| Dec 20 20:30:43.643 INFO STEP 268 (remove_files) COMPLETE |
5109 | 2024-12-20T20:30:44.866Z | [ recovery-image] Dec 20 20:30:43.644 INFO O| Dec 20 20:30:43.643 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-12-20T20:30:44.884Z | [ recovery-image] Dec 20 20:30:43.663 INFO O| Dec 20 20:30:43.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5111 | 2024-12-20T20:30:44.884Z | [ recovery-image] Dec 20 20:30:43.663 INFO O| Dec 20 20:30:43.663 INFO STEP 269 (remove_files) COMPLETE |
5112 | 2024-12-20T20:30:44.887Z | [ recovery-image] Dec 20 20:30:43.663 INFO O| Dec 20 20:30:43.663 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-12-20T20:30:44.887Z | [ host-image] Dec 20 20:30:43.665 INFO O| Dec 20 20:30:43.665 INFO O| Done |
5114 | 2024-12-20T20:30:44.887Z | [ host-image] Dec 20 20:30:43.665 INFO O| Dec 20 20:30:43.665 INFO O| Done |
5115 | 2024-12-20T20:30:44.912Z | [ host-image] Dec 20 20:30:43.691 INFO O| Dec 20 20:30:43.691 INFO O| Done |
5116 | 2024-12-20T20:30:44.937Z | [ recovery-image] Dec 20 20:30:43.716 INFO O| Dec 20 20:30:43.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5117 | 2024-12-20T20:30:44.940Z | [ recovery-image] Dec 20 20:30:43.716 INFO O| Dec 20 20:30:43.716 INFO STEP 270 (remove_files) COMPLETE |
5118 | 2024-12-20T20:30:44.940Z | [ recovery-image] Dec 20 20:30:43.716 INFO O| Dec 20 20:30:43.716 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-12-20T20:30:44.972Z | [ recovery-image] Dec 20 20:30:43.751 INFO O| Dec 20 20:30:43.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5120 | 2024-12-20T20:30:44.981Z | [ recovery-image] Dec 20 20:30:43.760 INFO O| Dec 20 20:30:43.760 INFO STEP 271 (remove_files) COMPLETE |
5121 | 2024-12-20T20:30:44.981Z | [ recovery-image] Dec 20 20:30:43.760 INFO O| Dec 20 20:30:43.760 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-12-20T20:30:45.019Z | [ recovery-image] Dec 20 20:30:43.798 INFO O| Dec 20 20:30:43.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5123 | 2024-12-20T20:30:45.019Z | [ recovery-image] Dec 20 20:30:43.798 INFO O| Dec 20 20:30:43.798 INFO STEP 272 (remove_files) COMPLETE |
5124 | 2024-12-20T20:30:45.019Z | [ recovery-image] Dec 20 20:30:43.798 INFO O| Dec 20 20:30:43.798 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-12-20T20:30:45.041Z | [ recovery-image] Dec 20 20:30:43.818 INFO O| Dec 20 20:30:43.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5126 | 2024-12-20T20:30:45.041Z | [ recovery-image] Dec 20 20:30:43.819 INFO O| Dec 20 20:30:43.819 INFO STEP 273 (remove_files) COMPLETE |
5127 | 2024-12-20T20:30:45.041Z | [ recovery-image] Dec 20 20:30:43.819 INFO O| Dec 20 20:30:43.819 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-12-20T20:30:45.070Z | [ recovery-image] Dec 20 20:30:43.848 INFO O| Dec 20 20:30:43.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5129 | 2024-12-20T20:30:45.070Z | [ recovery-image] Dec 20 20:30:43.849 INFO O| Dec 20 20:30:43.849 INFO STEP 274 (remove_files) COMPLETE |
5130 | 2024-12-20T20:30:45.070Z | [ recovery-image] Dec 20 20:30:43.849 INFO O| Dec 20 20:30:43.849 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-12-20T20:30:45.081Z | [ host-image] Dec 20 20:30:43.860 INFO O| Dec 20 20:30:43.860 INFO STEP 12 (pkg_install) COMPLETE |
5132 | 2024-12-20T20:30:45.081Z | [ host-image] Dec 20 20:30:43.860 INFO O| Dec 20 20:30:43.860 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5133 | 2024-12-20T20:30:45.089Z | [ recovery-image] Dec 20 20:30:43.868 INFO O| Dec 20 20:30:43.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5134 | 2024-12-20T20:30:45.091Z | [ recovery-image] Dec 20 20:30:43.868 INFO O| Dec 20 20:30:43.868 INFO STEP 275 (remove_files) COMPLETE |
5135 | 2024-12-20T20:30:45.091Z | [ recovery-image] Dec 20 20:30:43.868 INFO O| Dec 20 20:30:43.868 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-20T20:30:45.100Z | [ host-image] Dec 20 20:30:43.878 INFO O| Dec 20 20:30:43.878 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5137 | 2024-12-20T20:30:45.125Z | [ recovery-image] Dec 20 20:30:43.904 INFO O| Dec 20 20:30:43.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5138 | 2024-12-20T20:30:45.125Z | [ recovery-image] Dec 20 20:30:43.904 INFO O| Dec 20 20:30:43.904 INFO STEP 276 (remove_files) COMPLETE |
5139 | 2024-12-20T20:30:45.125Z | [ recovery-image] Dec 20 20:30:43.904 INFO O| Dec 20 20:30:43.904 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-12-20T20:30:45.145Z | [ recovery-image] Dec 20 20:30:43.924 INFO O| Dec 20 20:30:43.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5141 | 2024-12-20T20:30:45.145Z | [ recovery-image] Dec 20 20:30:43.924 INFO O| Dec 20 20:30:43.924 INFO STEP 277 (remove_files) COMPLETE |
5142 | 2024-12-20T20:30:45.145Z | [ recovery-image] Dec 20 20:30:43.924 INFO O| Dec 20 20:30:43.924 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-12-20T20:30:45.182Z | [ recovery-image] Dec 20 20:30:43.961 INFO O| Dec 20 20:30:43.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5144 | 2024-12-20T20:30:45.182Z | [ recovery-image] Dec 20 20:30:43.961 INFO O| Dec 20 20:30:43.961 INFO STEP 278 (remove_files) COMPLETE |
5145 | 2024-12-20T20:30:45.184Z | [ recovery-image] Dec 20 20:30:43.961 INFO O| Dec 20 20:30:43.961 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-12-20T20:30:45.204Z | [ recovery-image] Dec 20 20:30:43.983 INFO O| Dec 20 20:30:43.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5147 | 2024-12-20T20:30:45.204Z | [ recovery-image] Dec 20 20:30:43.983 INFO O| Dec 20 20:30:43.983 INFO STEP 279 (remove_files) COMPLETE |
5148 | 2024-12-20T20:30:45.204Z | [ recovery-image] Dec 20 20:30:43.983 INFO O| Dec 20 20:30:43.983 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-12-20T20:30:45.226Z | [ recovery-image] Dec 20 20:30:44.003 INFO O| Dec 20 20:30:44.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5150 | 2024-12-20T20:30:45.226Z | [ recovery-image] Dec 20 20:30:44.004 INFO O| Dec 20 20:30:44.004 INFO STEP 280 (remove_files) COMPLETE |
5151 | 2024-12-20T20:30:45.226Z | [ recovery-image] Dec 20 20:30:44.004 INFO O| Dec 20 20:30:44.004 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-12-20T20:30:45.255Z | [ recovery-image] Dec 20 20:30:44.033 INFO O| Dec 20 20:30:44.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5153 | 2024-12-20T20:30:45.255Z | [ recovery-image] Dec 20 20:30:44.033 INFO O| Dec 20 20:30:44.033 INFO STEP 281 (remove_files) COMPLETE |
5154 | 2024-12-20T20:30:45.257Z | [ recovery-image] Dec 20 20:30:44.033 INFO O| Dec 20 20:30:44.033 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-12-20T20:30:45.286Z | [ recovery-image] Dec 20 20:30:44.064 INFO O| Dec 20 20:30:44.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5156 | 2024-12-20T20:30:45.289Z | [ recovery-image] Dec 20 20:30:44.064 INFO O| Dec 20 20:30:44.064 INFO STEP 282 (remove_files) COMPLETE |
5157 | 2024-12-20T20:30:45.289Z | [ recovery-image] Dec 20 20:30:44.065 INFO O| Dec 20 20:30:44.064 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-12-20T20:30:45.306Z | [ recovery-image] Dec 20 20:30:44.085 INFO O| Dec 20 20:30:44.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5159 | 2024-12-20T20:30:45.310Z | [ recovery-image] Dec 20 20:30:44.085 INFO O| Dec 20 20:30:44.085 INFO STEP 283 (remove_files) COMPLETE |
5160 | 2024-12-20T20:30:45.313Z | [ recovery-image] Dec 20 20:30:44.085 INFO O| Dec 20 20:30:44.085 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-12-20T20:30:45.326Z | [ recovery-image] Dec 20 20:30:44.105 INFO O| Dec 20 20:30:44.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5162 | 2024-12-20T20:30:45.329Z | [ recovery-image] Dec 20 20:30:44.105 INFO O| Dec 20 20:30:44.105 INFO STEP 284 (remove_files) COMPLETE |
5163 | 2024-12-20T20:30:45.329Z | [ recovery-image] Dec 20 20:30:44.105 INFO O| Dec 20 20:30:44.105 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-12-20T20:30:45.346Z | [ recovery-image] Dec 20 20:30:44.125 INFO O| Dec 20 20:30:44.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5165 | 2024-12-20T20:30:45.349Z | [ recovery-image] Dec 20 20:30:44.125 INFO O| Dec 20 20:30:44.125 INFO STEP 285 (remove_files) COMPLETE |
5166 | 2024-12-20T20:30:45.349Z | [ recovery-image] Dec 20 20:30:44.125 INFO O| Dec 20 20:30:44.125 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-12-20T20:30:45.370Z | [ recovery-image] Dec 20 20:30:44.148 INFO O| Dec 20 20:30:44.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5168 | 2024-12-20T20:30:45.370Z | [ recovery-image] Dec 20 20:30:44.148 INFO O| Dec 20 20:30:44.148 INFO STEP 286 (remove_files) COMPLETE |
5169 | 2024-12-20T20:30:45.370Z | [ recovery-image] Dec 20 20:30:44.148 INFO O| Dec 20 20:30:44.148 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-12-20T20:30:45.431Z | [ recovery-image] Dec 20 20:30:44.210 INFO O| Dec 20 20:30:44.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5171 | 2024-12-20T20:30:45.431Z | [ recovery-image] Dec 20 20:30:44.210 INFO O| Dec 20 20:30:44.210 INFO STEP 287 (remove_files) COMPLETE |
5172 | 2024-12-20T20:30:45.431Z | [ recovery-image] Dec 20 20:30:44.210 INFO O| Dec 20 20:30:44.210 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-12-20T20:30:45.451Z | [ recovery-image] Dec 20 20:30:44.229 INFO O| Dec 20 20:30:44.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5174 | 2024-12-20T20:30:45.451Z | [ recovery-image] Dec 20 20:30:44.229 INFO O| Dec 20 20:30:44.229 INFO STEP 288 (remove_files) COMPLETE |
5175 | 2024-12-20T20:30:45.451Z | [ recovery-image] Dec 20 20:30:44.229 INFO O| Dec 20 20:30:44.229 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-12-20T20:30:45.470Z | [ recovery-image] Dec 20 20:30:44.249 INFO O| Dec 20 20:30:44.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5177 | 2024-12-20T20:30:45.470Z | [ recovery-image] Dec 20 20:30:44.249 INFO O| Dec 20 20:30:44.249 INFO STEP 289 (remove_files) COMPLETE |
5178 | 2024-12-20T20:30:45.470Z | [ recovery-image] Dec 20 20:30:44.249 INFO O| Dec 20 20:30:44.249 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-12-20T20:30:45.530Z | [ recovery-image] Dec 20 20:30:44.309 INFO O| Dec 20 20:30:44.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5180 | 2024-12-20T20:30:45.530Z | [ recovery-image] Dec 20 20:30:44.309 INFO O| Dec 20 20:30:44.309 INFO STEP 290 (remove_files) COMPLETE |
5181 | 2024-12-20T20:30:45.530Z | [ recovery-image] Dec 20 20:30:44.309 INFO O| Dec 20 20:30:44.309 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-12-20T20:30:45.551Z | [ recovery-image] Dec 20 20:30:44.329 INFO O| Dec 20 20:30:44.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5183 | 2024-12-20T20:30:45.551Z | [ recovery-image] Dec 20 20:30:44.329 INFO O| Dec 20 20:30:44.329 INFO STEP 291 (remove_files) COMPLETE |
5184 | 2024-12-20T20:30:45.553Z | [ recovery-image] Dec 20 20:30:44.330 INFO O| Dec 20 20:30:44.329 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-12-20T20:30:45.570Z | [ recovery-image] Dec 20 20:30:44.348 INFO O| Dec 20 20:30:44.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5186 | 2024-12-20T20:30:45.570Z | [ recovery-image] Dec 20 20:30:44.348 INFO O| Dec 20 20:30:44.348 INFO STEP 292 (remove_files) COMPLETE |
5187 | 2024-12-20T20:30:45.570Z | [ recovery-image] Dec 20 20:30:44.348 INFO O| Dec 20 20:30:44.348 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-12-20T20:30:45.588Z | [ recovery-image] Dec 20 20:30:44.367 INFO O| Dec 20 20:30:44.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5189 | 2024-12-20T20:30:45.588Z | [ recovery-image] Dec 20 20:30:44.367 INFO O| Dec 20 20:30:44.367 INFO STEP 293 (remove_files) COMPLETE |
5190 | 2024-12-20T20:30:45.588Z | [ recovery-image] Dec 20 20:30:44.367 INFO O| Dec 20 20:30:44.367 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-12-20T20:30:45.606Z | [ recovery-image] Dec 20 20:30:44.384 INFO O| Dec 20 20:30:44.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5192 | 2024-12-20T20:30:45.606Z | [ recovery-image] Dec 20 20:30:44.384 INFO O| Dec 20 20:30:44.384 INFO STEP 294 (remove_files) COMPLETE |
5193 | 2024-12-20T20:30:45.608Z | [ recovery-image] Dec 20 20:30:44.384 INFO O| Dec 20 20:30:44.384 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-12-20T20:30:45.626Z | [ recovery-image] Dec 20 20:30:44.404 INFO O| Dec 20 20:30:44.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5195 | 2024-12-20T20:30:45.626Z | [ recovery-image] Dec 20 20:30:44.404 INFO O| Dec 20 20:30:44.404 INFO STEP 295 (remove_files) COMPLETE |
5196 | 2024-12-20T20:30:45.628Z | [ recovery-image] Dec 20 20:30:44.404 INFO O| Dec 20 20:30:44.404 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-12-20T20:30:45.649Z | [ recovery-image] Dec 20 20:30:44.427 INFO O| Dec 20 20:30:44.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5198 | 2024-12-20T20:30:45.649Z | [ recovery-image] Dec 20 20:30:44.427 INFO O| Dec 20 20:30:44.427 INFO STEP 296 (remove_files) COMPLETE |
5199 | 2024-12-20T20:30:45.649Z | [ recovery-image] Dec 20 20:30:44.427 INFO O| Dec 20 20:30:44.427 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-12-20T20:30:45.686Z | [ recovery-image] Dec 20 20:30:44.465 INFO O| Dec 20 20:30:44.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5201 | 2024-12-20T20:30:45.686Z | [ recovery-image] Dec 20 20:30:44.465 INFO O| Dec 20 20:30:44.465 INFO STEP 297 (remove_files) COMPLETE |
5202 | 2024-12-20T20:30:45.686Z | [ recovery-image] Dec 20 20:30:44.465 INFO O| Dec 20 20:30:44.465 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-12-20T20:30:45.728Z | [ recovery-image] Dec 20 20:30:44.506 INFO O| Dec 20 20:30:44.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5204 | 2024-12-20T20:30:45.728Z | [ recovery-image] Dec 20 20:30:44.506 INFO O| Dec 20 20:30:44.506 INFO STEP 298 (remove_files) COMPLETE |
5205 | 2024-12-20T20:30:45.728Z | [ recovery-image] Dec 20 20:30:44.506 INFO O| Dec 20 20:30:44.506 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-12-20T20:30:45.766Z | [ recovery-image] Dec 20 20:30:44.545 INFO O| Dec 20 20:30:44.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5207 | 2024-12-20T20:30:45.766Z | [ recovery-image] Dec 20 20:30:44.545 INFO O| Dec 20 20:30:44.545 INFO STEP 299 (remove_files) COMPLETE |
5208 | 2024-12-20T20:30:45.766Z | [ recovery-image] Dec 20 20:30:44.545 INFO O| Dec 20 20:30:44.545 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-12-20T20:30:45.806Z | [ recovery-image] Dec 20 20:30:44.585 INFO O| Dec 20 20:30:44.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5210 | 2024-12-20T20:30:45.806Z | [ recovery-image] Dec 20 20:30:44.585 INFO O| Dec 20 20:30:44.585 INFO STEP 300 (remove_files) COMPLETE |
5211 | 2024-12-20T20:30:45.806Z | [ recovery-image] Dec 20 20:30:44.585 INFO O| Dec 20 20:30:44.585 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-12-20T20:30:45.858Z | [ recovery-image] Dec 20 20:30:44.637 INFO O| Dec 20 20:30:44.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5213 | 2024-12-20T20:30:45.858Z | [ recovery-image] Dec 20 20:30:44.637 INFO O| Dec 20 20:30:44.637 INFO STEP 301 (remove_files) COMPLETE |
5214 | 2024-12-20T20:30:45.859Z | [ recovery-image] Dec 20 20:30:44.637 INFO O| Dec 20 20:30:44.637 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-12-20T20:30:45.876Z | [ recovery-image] Dec 20 20:30:44.654 INFO O| Dec 20 20:30:44.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5216 | 2024-12-20T20:30:45.876Z | [ recovery-image] Dec 20 20:30:44.654 INFO O| Dec 20 20:30:44.654 INFO STEP 302 (remove_files) COMPLETE |
5217 | 2024-12-20T20:30:45.878Z | [ recovery-image] Dec 20 20:30:44.654 INFO O| Dec 20 20:30:44.654 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-12-20T20:30:45.978Z | [ recovery-image] Dec 20 20:30:44.757 INFO O| Dec 20 20:30:44.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5219 | 2024-12-20T20:30:45.978Z | [ recovery-image] Dec 20 20:30:44.757 INFO O| Dec 20 20:30:44.757 INFO STEP 303 (remove_files) COMPLETE |
5220 | 2024-12-20T20:30:45.978Z | [ recovery-image] Dec 20 20:30:44.757 INFO O| Dec 20 20:30:44.757 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-12-20T20:30:46.014Z | [ recovery-image] Dec 20 20:30:44.792 INFO O| Dec 20 20:30:44.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5222 | 2024-12-20T20:30:46.014Z | [ recovery-image] Dec 20 20:30:44.793 INFO O| Dec 20 20:30:44.793 INFO STEP 304 (remove_files) COMPLETE |
5223 | 2024-12-20T20:30:46.014Z | [ recovery-image] Dec 20 20:30:44.793 INFO O| Dec 20 20:30:44.793 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-12-20T20:30:46.035Z | [ recovery-image] Dec 20 20:30:44.813 INFO O| Dec 20 20:30:44.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5225 | 2024-12-20T20:30:46.035Z | [ recovery-image] Dec 20 20:30:44.813 INFO O| Dec 20 20:30:44.813 INFO STEP 305 (remove_files) COMPLETE |
5226 | 2024-12-20T20:30:46.035Z | [ recovery-image] Dec 20 20:30:44.813 INFO O| Dec 20 20:30:44.813 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-12-20T20:30:46.075Z | [ recovery-image] Dec 20 20:30:44.854 INFO O| Dec 20 20:30:44.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5228 | 2024-12-20T20:30:46.078Z | [ recovery-image] Dec 20 20:30:44.854 INFO O| Dec 20 20:30:44.854 INFO STEP 306 (remove_files) COMPLETE |
5229 | 2024-12-20T20:30:46.078Z | [ recovery-image] Dec 20 20:30:44.854 INFO O| Dec 20 20:30:44.854 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-12-20T20:30:46.097Z | [ recovery-image] Dec 20 20:30:44.876 INFO O| Dec 20 20:30:44.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5231 | 2024-12-20T20:30:46.100Z | [ recovery-image] Dec 20 20:30:44.876 INFO O| Dec 20 20:30:44.876 INFO STEP 307 (remove_files) COMPLETE |
5232 | 2024-12-20T20:30:46.100Z | [ recovery-image] Dec 20 20:30:44.876 INFO O| Dec 20 20:30:44.876 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-12-20T20:30:46.116Z | [ recovery-image] Dec 20 20:30:44.894 INFO O| Dec 20 20:30:44.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5234 | 2024-12-20T20:30:46.118Z | [ recovery-image] Dec 20 20:30:44.895 INFO O| Dec 20 20:30:44.895 INFO STEP 308 (remove_files) COMPLETE |
5235 | 2024-12-20T20:30:46.118Z | [ recovery-image] Dec 20 20:30:44.895 INFO O| Dec 20 20:30:44.895 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-12-20T20:30:46.135Z | [ recovery-image] Dec 20 20:30:44.913 INFO O| Dec 20 20:30:44.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5237 | 2024-12-20T20:30:46.137Z | [ recovery-image] Dec 20 20:30:44.913 INFO O| Dec 20 20:30:44.913 INFO STEP 309 (remove_files) COMPLETE |
5238 | 2024-12-20T20:30:46.137Z | [ recovery-image] Dec 20 20:30:44.914 INFO O| Dec 20 20:30:44.914 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-12-20T20:30:46.167Z | [ recovery-image] Dec 20 20:30:44.946 INFO O| Dec 20 20:30:44.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5240 | 2024-12-20T20:30:46.168Z | [ recovery-image] Dec 20 20:30:44.946 INFO O| Dec 20 20:30:44.946 INFO STEP 310 (remove_files) COMPLETE |
5241 | 2024-12-20T20:30:46.170Z | [ recovery-image] Dec 20 20:30:44.946 INFO O| Dec 20 20:30:44.946 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-12-20T20:30:46.187Z | [ recovery-image] Dec 20 20:30:44.966 INFO O| Dec 20 20:30:44.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5243 | 2024-12-20T20:30:46.190Z | [ recovery-image] Dec 20 20:30:44.966 INFO O| Dec 20 20:30:44.966 INFO STEP 311 (remove_files) COMPLETE |
5244 | 2024-12-20T20:30:46.190Z | [ recovery-image] Dec 20 20:30:44.966 INFO O| Dec 20 20:30:44.966 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-12-20T20:30:46.223Z | [ recovery-image] Dec 20 20:30:45.002 INFO O| Dec 20 20:30:45.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5246 | 2024-12-20T20:30:46.223Z | [ recovery-image] Dec 20 20:30:45.002 INFO O| Dec 20 20:30:45.002 INFO STEP 312 (remove_files) COMPLETE |
5247 | 2024-12-20T20:30:46.226Z | [ recovery-image] Dec 20 20:30:45.002 INFO O| Dec 20 20:30:45.002 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-12-20T20:30:46.261Z | [ recovery-image] Dec 20 20:30:45.039 INFO O| Dec 20 20:30:45.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5249 | 2024-12-20T20:30:46.261Z | [ recovery-image] Dec 20 20:30:45.039 INFO O| Dec 20 20:30:45.039 INFO STEP 313 (remove_files) COMPLETE |
5250 | 2024-12-20T20:30:46.261Z | [ recovery-image] Dec 20 20:30:45.039 INFO O| Dec 20 20:30:45.039 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-12-20T20:30:46.292Z | [ host-image] Dec 20 20:30:45.070 INFO O| Dec 20 20:30:45.070 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5252 | 2024-12-20T20:30:46.321Z | [ recovery-image] Dec 20 20:30:45.099 INFO O| Dec 20 20:30:45.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5253 | 2024-12-20T20:30:46.321Z | [ recovery-image] Dec 20 20:30:45.099 INFO O| Dec 20 20:30:45.099 INFO STEP 314 (remove_files) COMPLETE |
5254 | 2024-12-20T20:30:46.323Z | [ recovery-image] Dec 20 20:30:45.100 INFO O| Dec 20 20:30:45.099 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-20T20:30:46.343Z | [ recovery-image] Dec 20 20:30:45.121 INFO O| Dec 20 20:30:45.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5256 | 2024-12-20T20:30:46.343Z | [ recovery-image] Dec 20 20:30:45.121 INFO O| Dec 20 20:30:45.121 INFO STEP 315 (remove_files) COMPLETE |
5257 | 2024-12-20T20:30:46.343Z | [ recovery-image] Dec 20 20:30:45.121 INFO O| Dec 20 20:30:45.121 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-20T20:30:46.363Z | [ recovery-image] Dec 20 20:30:45.142 INFO O| Dec 20 20:30:45.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5259 | 2024-12-20T20:30:46.363Z | [ recovery-image] Dec 20 20:30:45.142 INFO O| Dec 20 20:30:45.142 INFO STEP 316 (remove_files) COMPLETE |
5260 | 2024-12-20T20:30:46.364Z | [ recovery-image] Dec 20 20:30:45.142 INFO O| Dec 20 20:30:45.142 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-20T20:30:46.384Z | [ recovery-image] Dec 20 20:30:45.163 INFO O| Dec 20 20:30:45.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5262 | 2024-12-20T20:30:46.384Z | [ recovery-image] Dec 20 20:30:45.163 INFO O| Dec 20 20:30:45.163 INFO STEP 317 (remove_files) COMPLETE |
5263 | 2024-12-20T20:30:46.385Z | [ recovery-image] Dec 20 20:30:45.163 INFO O| Dec 20 20:30:45.163 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-20T20:30:46.420Z | [ recovery-image] Dec 20 20:30:45.198 INFO O| Dec 20 20:30:45.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5265 | 2024-12-20T20:30:46.422Z | [ recovery-image] Dec 20 20:30:45.198 INFO O| Dec 20 20:30:45.198 INFO STEP 318 (remove_files) COMPLETE |
5266 | 2024-12-20T20:30:46.422Z | [ recovery-image] Dec 20 20:30:45.199 INFO O| Dec 20 20:30:45.198 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-20T20:30:46.441Z | [ recovery-image] Dec 20 20:30:45.220 INFO O| Dec 20 20:30:45.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5268 | 2024-12-20T20:30:46.444Z | [ recovery-image] Dec 20 20:30:45.220 INFO O| Dec 20 20:30:45.220 INFO STEP 319 (remove_files) COMPLETE |
5269 | 2024-12-20T20:30:46.444Z | [ recovery-image] Dec 20 20:30:45.220 INFO O| Dec 20 20:30:45.220 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-20T20:30:46.474Z | [ recovery-image] Dec 20 20:30:45.252 INFO O| Dec 20 20:30:45.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5271 | 2024-12-20T20:30:46.494Z | [ recovery-image] Dec 20 20:30:45.273 INFO O| Dec 20 20:30:45.273 INFO STEP 320 (remove_files) COMPLETE |
5272 | 2024-12-20T20:30:46.494Z | [ recovery-image] Dec 20 20:30:45.273 INFO O| Dec 20 20:30:45.273 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-20T20:30:46.513Z | [ recovery-image] Dec 20 20:30:45.291 INFO O| Dec 20 20:30:45.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5274 | 2024-12-20T20:30:46.513Z | [ recovery-image] Dec 20 20:30:45.292 INFO O| Dec 20 20:30:45.291 INFO STEP 321 (remove_files) COMPLETE |
5275 | 2024-12-20T20:30:46.513Z | [ recovery-image] Dec 20 20:30:45.292 INFO O| Dec 20 20:30:45.292 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-20T20:30:46.545Z | [ recovery-image] Dec 20 20:30:45.323 INFO O| Dec 20 20:30:45.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5277 | 2024-12-20T20:30:46.545Z | [ recovery-image] Dec 20 20:30:45.323 INFO O| Dec 20 20:30:45.323 INFO STEP 322 (remove_files) COMPLETE |
5278 | 2024-12-20T20:30:46.545Z | [ recovery-image] Dec 20 20:30:45.323 INFO O| Dec 20 20:30:45.323 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-20T20:30:46.590Z | [ recovery-image] Dec 20 20:30:45.367 INFO O| Dec 20 20:30:45.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5280 | 2024-12-20T20:30:46.590Z | [ recovery-image] Dec 20 20:30:45.367 INFO O| Dec 20 20:30:45.367 INFO STEP 323 (remove_files) COMPLETE |
5281 | 2024-12-20T20:30:46.590Z | [ recovery-image] Dec 20 20:30:45.367 INFO O| Dec 20 20:30:45.367 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-20T20:30:46.611Z | [ recovery-image] Dec 20 20:30:45.389 INFO O| Dec 20 20:30:45.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5283 | 2024-12-20T20:30:46.611Z | [ recovery-image] Dec 20 20:30:45.389 INFO O| Dec 20 20:30:45.389 INFO STEP 324 (remove_files) COMPLETE |
5284 | 2024-12-20T20:30:46.614Z | [ recovery-image] Dec 20 20:30:45.389 INFO O| Dec 20 20:30:45.389 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-20T20:30:46.631Z | [ recovery-image] Dec 20 20:30:45.409 INFO O| Dec 20 20:30:45.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5286 | 2024-12-20T20:30:46.631Z | [ recovery-image] Dec 20 20:30:45.409 INFO O| Dec 20 20:30:45.409 INFO STEP 325 (remove_files) COMPLETE |
5287 | 2024-12-20T20:30:46.631Z | [ recovery-image] Dec 20 20:30:45.409 INFO O| Dec 20 20:30:45.409 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-20T20:30:46.651Z | [ recovery-image] Dec 20 20:30:45.430 INFO O| Dec 20 20:30:45.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5289 | 2024-12-20T20:30:46.652Z | [ recovery-image] Dec 20 20:30:45.430 INFO O| Dec 20 20:30:45.430 INFO STEP 326 (remove_files) COMPLETE |
5290 | 2024-12-20T20:30:46.652Z | [ recovery-image] Dec 20 20:30:45.430 INFO O| Dec 20 20:30:45.430 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-20T20:30:46.670Z | [ recovery-image] Dec 20 20:30:45.449 INFO O| Dec 20 20:30:45.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5292 | 2024-12-20T20:30:46.670Z | [ recovery-image] Dec 20 20:30:45.449 INFO O| Dec 20 20:30:45.449 INFO STEP 327 (remove_files) COMPLETE |
5293 | 2024-12-20T20:30:46.673Z | [ recovery-image] Dec 20 20:30:45.449 INFO O| Dec 20 20:30:45.449 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-20T20:30:46.691Z | [ recovery-image] Dec 20 20:30:45.470 INFO O| Dec 20 20:30:45.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5295 | 2024-12-20T20:30:46.691Z | [ recovery-image] Dec 20 20:30:45.470 INFO O| Dec 20 20:30:45.470 INFO STEP 328 (remove_files) COMPLETE |
5296 | 2024-12-20T20:30:46.694Z | [ recovery-image] Dec 20 20:30:45.470 INFO O| Dec 20 20:30:45.470 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-20T20:30:46.713Z | [ recovery-image] Dec 20 20:30:45.491 INFO O| Dec 20 20:30:45.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5298 | 2024-12-20T20:30:46.713Z | [ recovery-image] Dec 20 20:30:45.491 INFO O| Dec 20 20:30:45.491 INFO STEP 329 (remove_files) COMPLETE |
5299 | 2024-12-20T20:30:46.713Z | [ recovery-image] Dec 20 20:30:45.491 INFO O| Dec 20 20:30:45.491 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-20T20:30:46.756Z | [ recovery-image] Dec 20 20:30:45.535 INFO O| Dec 20 20:30:45.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5301 | 2024-12-20T20:30:46.756Z | [ recovery-image] Dec 20 20:30:45.535 INFO O| Dec 20 20:30:45.535 INFO STEP 330 (remove_files) COMPLETE |
5302 | 2024-12-20T20:30:46.756Z | [ recovery-image] Dec 20 20:30:45.535 INFO O| Dec 20 20:30:45.535 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-12-20T20:30:46.778Z | [ recovery-image] Dec 20 20:30:45.557 INFO O| Dec 20 20:30:45.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5304 | 2024-12-20T20:30:46.779Z | [ recovery-image] Dec 20 20:30:45.557 INFO O| Dec 20 20:30:45.557 INFO STEP 331 (remove_files) COMPLETE |
5305 | 2024-12-20T20:30:46.781Z | [ recovery-image] Dec 20 20:30:45.557 INFO O| Dec 20 20:30:45.557 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-12-20T20:30:46.841Z | [ recovery-image] Dec 20 20:30:45.620 INFO O| Dec 20 20:30:45.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5307 | 2024-12-20T20:30:46.841Z | [ recovery-image] Dec 20 20:30:45.620 INFO O| Dec 20 20:30:45.620 INFO STEP 332 (remove_files) COMPLETE |
5308 | 2024-12-20T20:30:46.841Z | [ recovery-image] Dec 20 20:30:45.620 INFO O| Dec 20 20:30:45.620 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-12-20T20:30:46.904Z | [ recovery-image] Dec 20 20:30:45.683 INFO O| Dec 20 20:30:45.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5310 | 2024-12-20T20:30:46.904Z | [ recovery-image] Dec 20 20:30:45.683 INFO O| Dec 20 20:30:45.683 INFO STEP 333 (remove_files) COMPLETE |
5311 | 2024-12-20T20:30:46.906Z | [ recovery-image] Dec 20 20:30:45.683 INFO O| Dec 20 20:30:45.683 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-12-20T20:30:46.924Z | [ recovery-image] Dec 20 20:30:45.702 INFO O| Dec 20 20:30:45.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5313 | 2024-12-20T20:30:46.924Z | [ recovery-image] Dec 20 20:30:45.702 INFO O| Dec 20 20:30:45.702 INFO STEP 334 (remove_files) COMPLETE |
5314 | 2024-12-20T20:30:46.924Z | [ recovery-image] Dec 20 20:30:45.702 INFO O| Dec 20 20:30:45.702 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-20T20:30:46.954Z | [ recovery-image] Dec 20 20:30:45.732 INFO O| Dec 20 20:30:45.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5316 | 2024-12-20T20:30:46.954Z | [ recovery-image] Dec 20 20:30:45.732 INFO O| Dec 20 20:30:45.732 INFO STEP 335 (remove_files) COMPLETE |
5317 | 2024-12-20T20:30:46.954Z | [ recovery-image] Dec 20 20:30:45.732 INFO O| Dec 20 20:30:45.732 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-20T20:30:46.999Z | [ recovery-image] Dec 20 20:30:45.778 INFO O| Dec 20 20:30:45.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5319 | 2024-12-20T20:30:46.999Z | [ recovery-image] Dec 20 20:30:45.778 INFO O| Dec 20 20:30:45.778 INFO STEP 336 (remove_files) COMPLETE |
5320 | 2024-12-20T20:30:47.000Z | [ recovery-image] Dec 20 20:30:45.778 INFO O| Dec 20 20:30:45.778 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-20T20:30:47.020Z | [ recovery-image] Dec 20 20:30:45.798 INFO O| Dec 20 20:30:45.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5322 | 2024-12-20T20:30:47.020Z | [ recovery-image] Dec 20 20:30:45.798 INFO O| Dec 20 20:30:45.798 INFO STEP 337 (remove_files) COMPLETE |
5323 | 2024-12-20T20:30:47.022Z | [ recovery-image] Dec 20 20:30:45.798 INFO O| Dec 20 20:30:45.798 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-20T20:30:47.040Z | [ recovery-image] Dec 20 20:30:45.818 INFO O| Dec 20 20:30:45.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5325 | 2024-12-20T20:30:47.040Z | [ recovery-image] Dec 20 20:30:45.818 INFO O| Dec 20 20:30:45.818 INFO STEP 338 (remove_files) COMPLETE |
5326 | 2024-12-20T20:30:47.040Z | [ recovery-image] Dec 20 20:30:45.818 INFO O| Dec 20 20:30:45.818 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-20T20:30:47.080Z | [ recovery-image] Dec 20 20:30:45.858 INFO O| Dec 20 20:30:45.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5328 | 2024-12-20T20:30:47.082Z | [ recovery-image] Dec 20 20:30:45.859 INFO O| Dec 20 20:30:45.858 INFO STEP 339 (remove_files) COMPLETE |
5329 | 2024-12-20T20:30:47.082Z | [ recovery-image] Dec 20 20:30:45.859 INFO O| Dec 20 20:30:45.859 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-20T20:30:47.104Z | [ recovery-image] Dec 20 20:30:45.882 INFO O| Dec 20 20:30:45.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5331 | 2024-12-20T20:30:47.104Z | [ recovery-image] Dec 20 20:30:45.882 INFO O| Dec 20 20:30:45.882 INFO STEP 340 (remove_files) COMPLETE |
5332 | 2024-12-20T20:30:47.104Z | [ recovery-image] Dec 20 20:30:45.882 INFO O| Dec 20 20:30:45.882 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-20T20:30:47.135Z | [ recovery-image] Dec 20 20:30:45.913 INFO O| Dec 20 20:30:45.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5334 | 2024-12-20T20:30:47.137Z | [ recovery-image] Dec 20 20:30:45.914 INFO O| Dec 20 20:30:45.913 INFO STEP 341 (remove_files) COMPLETE |
5335 | 2024-12-20T20:30:47.137Z | [ recovery-image] Dec 20 20:30:45.914 INFO O| Dec 20 20:30:45.914 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-20T20:30:47.157Z | [ recovery-image] Dec 20 20:30:45.936 INFO O| Dec 20 20:30:45.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5337 | 2024-12-20T20:30:47.160Z | [ recovery-image] Dec 20 20:30:45.936 INFO O| Dec 20 20:30:45.936 INFO STEP 342 (remove_files) COMPLETE |
5338 | 2024-12-20T20:30:47.160Z | [ recovery-image] Dec 20 20:30:45.936 INFO O| Dec 20 20:30:45.936 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-20T20:30:47.195Z | [ recovery-image] Dec 20 20:30:45.973 INFO O| Dec 20 20:30:45.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5340 | 2024-12-20T20:30:47.195Z | [ recovery-image] Dec 20 20:30:45.973 INFO O| Dec 20 20:30:45.973 INFO STEP 343 (remove_files) COMPLETE |
5341 | 2024-12-20T20:30:47.195Z | [ recovery-image] Dec 20 20:30:45.973 INFO O| Dec 20 20:30:45.973 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-20T20:30:47.233Z | [ recovery-image] Dec 20 20:30:46.011 INFO O| Dec 20 20:30:46.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5343 | 2024-12-20T20:30:47.233Z | [ recovery-image] Dec 20 20:30:46.011 INFO O| Dec 20 20:30:46.011 INFO STEP 344 (remove_files) COMPLETE |
5344 | 2024-12-20T20:30:47.233Z | [ recovery-image] Dec 20 20:30:46.011 INFO O| Dec 20 20:30:46.011 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-20T20:30:47.254Z | [ recovery-image] Dec 20 20:30:46.031 INFO O| Dec 20 20:30:46.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5346 | 2024-12-20T20:30:47.254Z | [ recovery-image] Dec 20 20:30:46.031 INFO O| Dec 20 20:30:46.031 INFO STEP 345 (remove_files) COMPLETE |
5347 | 2024-12-20T20:30:47.254Z | [ recovery-image] Dec 20 20:30:46.031 INFO O| Dec 20 20:30:46.031 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-20T20:30:47.274Z | [ recovery-image] Dec 20 20:30:46.052 INFO O| Dec 20 20:30:46.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5349 | 2024-12-20T20:30:47.274Z | [ recovery-image] Dec 20 20:30:46.052 INFO O| Dec 20 20:30:46.052 INFO STEP 346 (remove_files) COMPLETE |
5350 | 2024-12-20T20:30:47.274Z | [ recovery-image] Dec 20 20:30:46.052 INFO O| Dec 20 20:30:46.052 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-20T20:30:47.308Z | [ recovery-image] Dec 20 20:30:46.087 INFO O| Dec 20 20:30:46.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5352 | 2024-12-20T20:30:47.308Z | [ recovery-image] Dec 20 20:30:46.087 INFO O| Dec 20 20:30:46.087 INFO STEP 347 (remove_files) COMPLETE |
5353 | 2024-12-20T20:30:47.311Z | [ recovery-image] Dec 20 20:30:46.087 INFO O| Dec 20 20:30:46.087 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-20T20:30:47.330Z | [ recovery-image] Dec 20 20:30:46.109 INFO O| Dec 20 20:30:46.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5355 | 2024-12-20T20:30:47.330Z | [ recovery-image] Dec 20 20:30:46.109 INFO O| Dec 20 20:30:46.109 INFO STEP 348 (remove_files) COMPLETE |
5356 | 2024-12-20T20:30:47.330Z | [ recovery-image] Dec 20 20:30:46.109 INFO O| Dec 20 20:30:46.109 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-20T20:30:47.417Z | [ recovery-image] Dec 20 20:30:46.195 INFO O| Dec 20 20:30:46.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5358 | 2024-12-20T20:30:47.417Z | [ recovery-image] Dec 20 20:30:46.195 INFO O| Dec 20 20:30:46.195 INFO STEP 349 (remove_files) COMPLETE |
5359 | 2024-12-20T20:30:47.417Z | [ recovery-image] Dec 20 20:30:46.195 INFO O| Dec 20 20:30:46.195 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-20T20:30:47.439Z | [ recovery-image] Dec 20 20:30:46.217 INFO O| Dec 20 20:30:46.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5361 | 2024-12-20T20:30:47.439Z | [ recovery-image] Dec 20 20:30:46.217 INFO O| Dec 20 20:30:46.217 INFO STEP 350 (remove_files) COMPLETE |
5362 | 2024-12-20T20:30:47.439Z | [ recovery-image] Dec 20 20:30:46.217 INFO O| Dec 20 20:30:46.217 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-20T20:30:47.460Z | [ recovery-image] Dec 20 20:30:46.238 INFO O| Dec 20 20:30:46.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5364 | 2024-12-20T20:30:47.460Z | [ recovery-image] Dec 20 20:30:46.239 INFO O| Dec 20 20:30:46.238 INFO STEP 351 (remove_files) COMPLETE |
5365 | 2024-12-20T20:30:47.460Z | [ recovery-image] Dec 20 20:30:46.239 INFO O| Dec 20 20:30:46.239 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-20T20:30:47.481Z | [ recovery-image] Dec 20 20:30:46.260 INFO O| Dec 20 20:30:46.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5367 | 2024-12-20T20:30:47.481Z | [ recovery-image] Dec 20 20:30:46.260 INFO O| Dec 20 20:30:46.260 INFO STEP 352 (remove_files) COMPLETE |
5368 | 2024-12-20T20:30:47.484Z | [ recovery-image] Dec 20 20:30:46.260 INFO O| Dec 20 20:30:46.260 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-20T20:30:47.518Z | [ recovery-image] Dec 20 20:30:46.296 INFO O| Dec 20 20:30:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5370 | 2024-12-20T20:30:47.520Z | [ recovery-image] Dec 20 20:30:46.296 INFO O| Dec 20 20:30:46.296 INFO STEP 353 (remove_files) COMPLETE |
5371 | 2024-12-20T20:30:47.521Z | [ recovery-image] Dec 20 20:30:46.297 INFO O| Dec 20 20:30:46.296 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-20T20:30:47.539Z | [ recovery-image] Dec 20 20:30:46.317 INFO O| Dec 20 20:30:46.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5373 | 2024-12-20T20:30:47.539Z | [ recovery-image] Dec 20 20:30:46.318 INFO O| Dec 20 20:30:46.318 INFO STEP 354 (remove_files) COMPLETE |
5374 | 2024-12-20T20:30:47.539Z | [ recovery-image] Dec 20 20:30:46.318 INFO O| Dec 20 20:30:46.318 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-20T20:30:47.594Z | [ recovery-image] Dec 20 20:30:46.373 INFO O| Dec 20 20:30:46.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5376 | 2024-12-20T20:30:47.594Z | [ recovery-image] Dec 20 20:30:46.373 INFO O| Dec 20 20:30:46.373 INFO STEP 355 (remove_files) COMPLETE |
5377 | 2024-12-20T20:30:47.597Z | [ recovery-image] Dec 20 20:30:46.373 INFO O| Dec 20 20:30:46.373 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-20T20:30:47.615Z | [ recovery-image] Dec 20 20:30:46.394 INFO O| Dec 20 20:30:46.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5379 | 2024-12-20T20:30:47.615Z | [ recovery-image] Dec 20 20:30:46.394 INFO O| Dec 20 20:30:46.394 INFO STEP 356 (remove_files) COMPLETE |
5380 | 2024-12-20T20:30:47.615Z | [ recovery-image] Dec 20 20:30:46.394 INFO O| Dec 20 20:30:46.394 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-20T20:30:47.634Z | [ recovery-image] Dec 20 20:30:46.413 INFO O| Dec 20 20:30:46.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5382 | 2024-12-20T20:30:47.634Z | [ recovery-image] Dec 20 20:30:46.413 INFO O| Dec 20 20:30:46.413 INFO STEP 357 (remove_files) COMPLETE |
5383 | 2024-12-20T20:30:47.637Z | [ recovery-image] Dec 20 20:30:46.413 INFO O| Dec 20 20:30:46.413 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-20T20:30:47.655Z | [ recovery-image] Dec 20 20:30:46.432 INFO O| Dec 20 20:30:46.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5385 | 2024-12-20T20:30:47.655Z | [ recovery-image] Dec 20 20:30:46.432 INFO O| Dec 20 20:30:46.432 INFO STEP 358 (remove_files) COMPLETE |
5386 | 2024-12-20T20:30:47.655Z | [ recovery-image] Dec 20 20:30:46.432 INFO O| Dec 20 20:30:46.432 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-20T20:30:47.676Z | [ recovery-image] Dec 20 20:30:46.454 INFO O| Dec 20 20:30:46.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5388 | 2024-12-20T20:30:47.676Z | [ recovery-image] Dec 20 20:30:46.454 INFO O| Dec 20 20:30:46.454 INFO STEP 359 (remove_files) COMPLETE |
5389 | 2024-12-20T20:30:47.678Z | [ recovery-image] Dec 20 20:30:46.454 INFO O| Dec 20 20:30:46.454 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-20T20:30:47.696Z | [ recovery-image] Dec 20 20:30:46.474 INFO O| Dec 20 20:30:46.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5391 | 2024-12-20T20:30:47.696Z | [ recovery-image] Dec 20 20:30:46.474 INFO O| Dec 20 20:30:46.474 INFO STEP 360 (remove_files) COMPLETE |
5392 | 2024-12-20T20:30:47.699Z | [ recovery-image] Dec 20 20:30:46.474 INFO O| Dec 20 20:30:46.474 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-12-20T20:30:47.731Z | [ recovery-image] Dec 20 20:30:46.509 INFO O| Dec 20 20:30:46.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5394 | 2024-12-20T20:30:47.743Z | [ recovery-image] Dec 20 20:30:46.522 INFO O| Dec 20 20:30:46.522 INFO STEP 361 (remove_files) COMPLETE |
5395 | 2024-12-20T20:30:47.743Z | [ recovery-image] Dec 20 20:30:46.522 INFO O| Dec 20 20:30:46.522 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-12-20T20:30:47.789Z | [ recovery-image] Dec 20 20:30:46.568 INFO O| Dec 20 20:30:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5397 | 2024-12-20T20:30:47.792Z | [ recovery-image] Dec 20 20:30:46.568 INFO O| Dec 20 20:30:46.568 INFO STEP 362 (remove_files) COMPLETE |
5398 | 2024-12-20T20:30:47.792Z | [ recovery-image] Dec 20 20:30:46.568 INFO O| Dec 20 20:30:46.568 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-20T20:30:47.851Z | [ recovery-image] Dec 20 20:30:46.629 INFO O| Dec 20 20:30:46.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5400 | 2024-12-20T20:30:47.853Z | [ recovery-image] Dec 20 20:30:46.629 INFO O| Dec 20 20:30:46.629 INFO STEP 363 (remove_files) COMPLETE |
5401 | 2024-12-20T20:30:47.853Z | [ recovery-image] Dec 20 20:30:46.629 INFO O| Dec 20 20:30:46.629 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-12-20T20:30:47.893Z | [ recovery-image] Dec 20 20:30:46.672 INFO O| Dec 20 20:30:46.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5403 | 2024-12-20T20:30:47.895Z | [ recovery-image] Dec 20 20:30:46.672 INFO O| Dec 20 20:30:46.672 INFO STEP 364 (remove_files) COMPLETE |
5404 | 2024-12-20T20:30:47.895Z | [ recovery-image] Dec 20 20:30:46.672 INFO O| Dec 20 20:30:46.672 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-20T20:30:47.915Z | [ recovery-image] Dec 20 20:30:46.694 INFO O| Dec 20 20:30:46.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5406 | 2024-12-20T20:30:47.915Z | [ recovery-image] Dec 20 20:30:46.694 INFO O| Dec 20 20:30:46.694 INFO STEP 365 (remove_files) COMPLETE |
5407 | 2024-12-20T20:30:47.915Z | [ recovery-image] Dec 20 20:30:46.694 INFO O| Dec 20 20:30:46.694 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-20T20:30:47.936Z | [ recovery-image] Dec 20 20:30:46.715 INFO O| Dec 20 20:30:46.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5409 | 2024-12-20T20:30:47.936Z | [ recovery-image] Dec 20 20:30:46.715 INFO O| Dec 20 20:30:46.715 INFO STEP 366 (remove_files) COMPLETE |
5410 | 2024-12-20T20:30:47.939Z | [ recovery-image] Dec 20 20:30:46.715 INFO O| Dec 20 20:30:46.715 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-20T20:30:47.957Z | [ recovery-image] Dec 20 20:30:46.736 INFO O| Dec 20 20:30:46.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5412 | 2024-12-20T20:30:47.957Z | [ recovery-image] Dec 20 20:30:46.736 INFO O| Dec 20 20:30:46.736 INFO STEP 367 (remove_files) COMPLETE |
5413 | 2024-12-20T20:30:47.960Z | [ recovery-image] Dec 20 20:30:46.736 INFO O| Dec 20 20:30:46.736 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-20T20:30:47.978Z | [ recovery-image] Dec 20 20:30:46.756 INFO O| Dec 20 20:30:46.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5415 | 2024-12-20T20:30:47.978Z | [ recovery-image] Dec 20 20:30:46.756 INFO O| Dec 20 20:30:46.756 INFO STEP 368 (remove_files) COMPLETE |
5416 | 2024-12-20T20:30:47.978Z | [ recovery-image] Dec 20 20:30:46.756 INFO O| Dec 20 20:30:46.756 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-20T20:30:47.997Z | [ recovery-image] Dec 20 20:30:46.775 INFO O| Dec 20 20:30:46.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5418 | 2024-12-20T20:30:47.997Z | [ recovery-image] Dec 20 20:30:46.776 INFO O| Dec 20 20:30:46.776 INFO STEP 369 (remove_files) COMPLETE |
5419 | 2024-12-20T20:30:47.997Z | [ recovery-image] Dec 20 20:30:46.776 INFO O| Dec 20 20:30:46.776 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-20T20:30:48.028Z | [ recovery-image] Dec 20 20:30:46.807 INFO O| Dec 20 20:30:46.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5421 | 2024-12-20T20:30:48.028Z | [ recovery-image] Dec 20 20:30:46.807 INFO O| Dec 20 20:30:46.807 INFO STEP 370 (remove_files) COMPLETE |
5422 | 2024-12-20T20:30:48.028Z | [ recovery-image] Dec 20 20:30:46.807 INFO O| Dec 20 20:30:46.807 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-20T20:30:48.080Z | [ recovery-image] Dec 20 20:30:46.858 INFO O| Dec 20 20:30:46.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5424 | 2024-12-20T20:30:48.082Z | [ recovery-image] Dec 20 20:30:46.858 INFO O| Dec 20 20:30:46.858 INFO STEP 371 (remove_files) COMPLETE |
5425 | 2024-12-20T20:30:48.085Z | [ recovery-image] Dec 20 20:30:46.858 INFO O| Dec 20 20:30:46.858 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-20T20:30:48.103Z | [ recovery-image] Dec 20 20:30:46.882 INFO O| Dec 20 20:30:46.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5427 | 2024-12-20T20:30:48.103Z | [ recovery-image] Dec 20 20:30:46.882 INFO O| Dec 20 20:30:46.882 INFO STEP 372 (remove_files) COMPLETE |
5428 | 2024-12-20T20:30:48.106Z | [ recovery-image] Dec 20 20:30:46.882 INFO O| Dec 20 20:30:46.882 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-20T20:30:48.126Z | [ recovery-image] Dec 20 20:30:46.904 INFO O| Dec 20 20:30:46.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5430 | 2024-12-20T20:30:48.128Z | [ recovery-image] Dec 20 20:30:46.904 INFO O| Dec 20 20:30:46.904 INFO STEP 373 (remove_files) COMPLETE |
5431 | 2024-12-20T20:30:48.128Z | [ recovery-image] Dec 20 20:30:46.905 INFO O| Dec 20 20:30:46.904 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-20T20:30:48.152Z | [ recovery-image] Dec 20 20:30:46.931 INFO O| Dec 20 20:30:46.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5433 | 2024-12-20T20:30:48.152Z | [ recovery-image] Dec 20 20:30:46.931 INFO O| Dec 20 20:30:46.931 INFO STEP 374 (remove_files) COMPLETE |
5434 | 2024-12-20T20:30:48.152Z | [ recovery-image] Dec 20 20:30:46.931 INFO O| Dec 20 20:30:46.931 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-20T20:30:48.177Z | [ recovery-image] Dec 20 20:30:46.955 INFO O| Dec 20 20:30:46.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5436 | 2024-12-20T20:30:48.177Z | [ recovery-image] Dec 20 20:30:46.955 INFO O| Dec 20 20:30:46.955 INFO STEP 375 (remove_files) COMPLETE |
5437 | 2024-12-20T20:30:48.177Z | [ recovery-image] Dec 20 20:30:46.955 INFO O| Dec 20 20:30:46.955 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-20T20:30:48.199Z | [ recovery-image] Dec 20 20:30:46.977 INFO O| Dec 20 20:30:46.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5439 | 2024-12-20T20:30:48.200Z | [ recovery-image] Dec 20 20:30:46.977 INFO O| Dec 20 20:30:46.977 INFO STEP 376 (remove_files) COMPLETE |
5440 | 2024-12-20T20:30:48.200Z | [ recovery-image] Dec 20 20:30:46.978 INFO O| Dec 20 20:30:46.977 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-20T20:30:48.233Z | [ recovery-image] Dec 20 20:30:47.011 INFO O| Dec 20 20:30:47.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5442 | 2024-12-20T20:30:48.233Z | [ recovery-image] Dec 20 20:30:47.011 INFO O| Dec 20 20:30:47.011 INFO STEP 377 (remove_files) COMPLETE |
5443 | 2024-12-20T20:30:48.233Z | [ recovery-image] Dec 20 20:30:47.011 INFO O| Dec 20 20:30:47.011 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-20T20:30:48.269Z | [ recovery-image] Dec 20 20:30:47.048 INFO O| Dec 20 20:30:47.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5445 | 2024-12-20T20:30:48.269Z | [ recovery-image] Dec 20 20:30:47.048 INFO O| Dec 20 20:30:47.048 INFO STEP 378 (remove_files) COMPLETE |
5446 | 2024-12-20T20:30:48.269Z | [ recovery-image] Dec 20 20:30:47.048 INFO O| Dec 20 20:30:47.048 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-20T20:30:48.316Z | [ recovery-image] Dec 20 20:30:47.094 INFO O| Dec 20 20:30:47.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5448 | 2024-12-20T20:30:48.316Z | [ recovery-image] Dec 20 20:30:47.095 INFO O| Dec 20 20:30:47.094 INFO STEP 379 (remove_files) COMPLETE |
5449 | 2024-12-20T20:30:48.317Z | [ recovery-image] Dec 20 20:30:47.095 INFO O| Dec 20 20:30:47.094 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-20T20:30:48.350Z | [ recovery-image] Dec 20 20:30:47.128 INFO O| Dec 20 20:30:47.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5451 | 2024-12-20T20:30:48.350Z | [ recovery-image] Dec 20 20:30:47.128 INFO O| Dec 20 20:30:47.128 INFO STEP 380 (remove_files) COMPLETE |
5452 | 2024-12-20T20:30:48.350Z | [ recovery-image] Dec 20 20:30:47.128 INFO O| Dec 20 20:30:47.128 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-20T20:30:48.370Z | [ recovery-image] Dec 20 20:30:47.147 INFO O| Dec 20 20:30:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5454 | 2024-12-20T20:30:48.370Z | [ recovery-image] Dec 20 20:30:47.148 INFO O| Dec 20 20:30:47.148 INFO STEP 381 (remove_files) COMPLETE |
5455 | 2024-12-20T20:30:48.370Z | [ recovery-image] Dec 20 20:30:47.148 INFO O| Dec 20 20:30:47.148 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-20T20:30:48.389Z | [ recovery-image] Dec 20 20:30:47.167 INFO O| Dec 20 20:30:47.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5457 | 2024-12-20T20:30:48.389Z | [ recovery-image] Dec 20 20:30:47.168 INFO O| Dec 20 20:30:47.167 INFO STEP 382 (remove_files) COMPLETE |
5458 | 2024-12-20T20:30:48.389Z | [ recovery-image] Dec 20 20:30:47.168 INFO O| Dec 20 20:30:47.167 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-20T20:30:48.423Z | [ recovery-image] Dec 20 20:30:47.202 INFO O| Dec 20 20:30:47.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5460 | 2024-12-20T20:30:48.423Z | [ recovery-image] Dec 20 20:30:47.202 INFO O| Dec 20 20:30:47.202 INFO STEP 383 (remove_files) COMPLETE |
5461 | 2024-12-20T20:30:48.426Z | [ recovery-image] Dec 20 20:30:47.202 INFO O| Dec 20 20:30:47.202 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-20T20:30:48.445Z | [ recovery-image] Dec 20 20:30:47.223 INFO O| Dec 20 20:30:47.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5463 | 2024-12-20T20:30:48.445Z | [ recovery-image] Dec 20 20:30:47.223 INFO O| Dec 20 20:30:47.223 INFO STEP 384 (remove_files) COMPLETE |
5464 | 2024-12-20T20:30:48.445Z | [ recovery-image] Dec 20 20:30:47.223 INFO O| Dec 20 20:30:47.223 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-20T20:30:48.465Z | [ recovery-image] Dec 20 20:30:47.243 INFO O| Dec 20 20:30:47.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5466 | 2024-12-20T20:30:48.488Z | [ recovery-image] Dec 20 20:30:47.266 INFO O| Dec 20 20:30:47.266 INFO STEP 385 (remove_files) COMPLETE |
5467 | 2024-12-20T20:30:48.488Z | [ recovery-image] Dec 20 20:30:47.266 INFO O| Dec 20 20:30:47.266 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-20T20:30:48.505Z | [ recovery-image] Dec 20 20:30:47.283 INFO O| Dec 20 20:30:47.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5469 | 2024-12-20T20:30:48.505Z | [ recovery-image] Dec 20 20:30:47.283 INFO O| Dec 20 20:30:47.283 INFO STEP 386 (remove_files) COMPLETE |
5470 | 2024-12-20T20:30:48.505Z | [ recovery-image] Dec 20 20:30:47.283 INFO O| Dec 20 20:30:47.283 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-20T20:30:48.523Z | [ recovery-image] Dec 20 20:30:47.301 INFO O| Dec 20 20:30:47.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5472 | 2024-12-20T20:30:48.523Z | [ recovery-image] Dec 20 20:30:47.301 INFO O| Dec 20 20:30:47.301 INFO STEP 387 (remove_files) COMPLETE |
5473 | 2024-12-20T20:30:48.523Z | [ recovery-image] Dec 20 20:30:47.301 INFO O| Dec 20 20:30:47.301 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-20T20:30:48.542Z | [ recovery-image] Dec 20 20:30:47.320 INFO O| Dec 20 20:30:47.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5475 | 2024-12-20T20:30:48.542Z | [ recovery-image] Dec 20 20:30:47.320 INFO O| Dec 20 20:30:47.320 INFO STEP 388 (remove_files) COMPLETE |
5476 | 2024-12-20T20:30:48.544Z | [ recovery-image] Dec 20 20:30:47.320 INFO O| Dec 20 20:30:47.320 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-20T20:30:48.562Z | [ recovery-image] Dec 20 20:30:47.339 INFO O| Dec 20 20:30:47.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5478 | 2024-12-20T20:30:48.562Z | [ recovery-image] Dec 20 20:30:47.339 INFO O| Dec 20 20:30:47.339 INFO STEP 389 (remove_files) COMPLETE |
5479 | 2024-12-20T20:30:48.562Z | [ recovery-image] Dec 20 20:30:47.339 INFO O| Dec 20 20:30:47.339 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-12-20T20:30:48.580Z | [ recovery-image] Dec 20 20:30:47.358 INFO O| Dec 20 20:30:47.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5481 | 2024-12-20T20:30:48.580Z | [ recovery-image] Dec 20 20:30:47.358 INFO O| Dec 20 20:30:47.358 INFO STEP 390 (remove_files) COMPLETE |
5482 | 2024-12-20T20:30:48.580Z | [ recovery-image] Dec 20 20:30:47.358 INFO O| Dec 20 20:30:47.358 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-20T20:30:48.596Z | [ recovery-image] Dec 20 20:30:47.375 INFO O| Dec 20 20:30:47.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5484 | 2024-12-20T20:30:48.596Z | [ recovery-image] Dec 20 20:30:47.375 INFO O| Dec 20 20:30:47.375 INFO STEP 391 (remove_files) COMPLETE |
5485 | 2024-12-20T20:30:48.599Z | [ recovery-image] Dec 20 20:30:47.375 INFO O| Dec 20 20:30:47.375 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-12-20T20:30:48.635Z | [ recovery-image] Dec 20 20:30:47.414 INFO O| Dec 20 20:30:47.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5487 | 2024-12-20T20:30:48.638Z | [ recovery-image] Dec 20 20:30:47.414 INFO O| Dec 20 20:30:47.414 INFO STEP 392 (remove_files) COMPLETE |
5488 | 2024-12-20T20:30:48.638Z | [ recovery-image] Dec 20 20:30:47.414 INFO O| Dec 20 20:30:47.414 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-12-20T20:30:48.657Z | [ recovery-image] Dec 20 20:30:47.435 INFO O| Dec 20 20:30:47.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5490 | 2024-12-20T20:30:48.659Z | [ recovery-image] Dec 20 20:30:47.435 INFO O| Dec 20 20:30:47.435 INFO STEP 393 (remove_files) COMPLETE |
5491 | 2024-12-20T20:30:48.660Z | [ recovery-image] Dec 20 20:30:47.435 INFO O| Dec 20 20:30:47.435 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-12-20T20:30:48.677Z | [ recovery-image] Dec 20 20:30:47.455 INFO O| Dec 20 20:30:47.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5493 | 2024-12-20T20:30:48.679Z | [ recovery-image] Dec 20 20:30:47.455 INFO O| Dec 20 20:30:47.455 INFO STEP 394 (remove_files) COMPLETE |
5494 | 2024-12-20T20:30:48.680Z | [ recovery-image] Dec 20 20:30:47.455 INFO O| Dec 20 20:30:47.455 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-12-20T20:30:48.712Z | [ recovery-image] Dec 20 20:30:47.490 INFO O| Dec 20 20:30:47.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5496 | 2024-12-20T20:30:48.714Z | [ recovery-image] Dec 20 20:30:47.491 INFO O| Dec 20 20:30:47.490 INFO STEP 395 (remove_files) COMPLETE |
5497 | 2024-12-20T20:30:48.714Z | [ recovery-image] Dec 20 20:30:47.491 INFO O| Dec 20 20:30:47.490 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-12-20T20:30:48.733Z | [ recovery-image] Dec 20 20:30:47.511 INFO O| Dec 20 20:30:47.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5499 | 2024-12-20T20:30:48.733Z | [ recovery-image] Dec 20 20:30:47.512 INFO O| Dec 20 20:30:47.511 INFO STEP 396 (remove_files) COMPLETE |
5500 | 2024-12-20T20:30:48.733Z | [ recovery-image] Dec 20 20:30:47.512 INFO O| Dec 20 20:30:47.511 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-12-20T20:30:48.751Z | [ recovery-image] Dec 20 20:30:47.530 INFO O| Dec 20 20:30:47.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5502 | 2024-12-20T20:30:48.751Z | [ recovery-image] Dec 20 20:30:47.530 INFO O| Dec 20 20:30:47.530 INFO STEP 397 (remove_files) COMPLETE |
5503 | 2024-12-20T20:30:48.751Z | [ recovery-image] Dec 20 20:30:47.530 INFO O| Dec 20 20:30:47.530 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-12-20T20:30:48.792Z | [ recovery-image] Dec 20 20:30:47.570 INFO O| Dec 20 20:30:47.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5505 | 2024-12-20T20:30:48.792Z | [ recovery-image] Dec 20 20:30:47.570 INFO O| Dec 20 20:30:47.570 INFO STEP 398 (remove_files) COMPLETE |
5506 | 2024-12-20T20:30:48.792Z | [ recovery-image] Dec 20 20:30:47.570 INFO O| Dec 20 20:30:47.570 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-12-20T20:30:48.811Z | [ recovery-image] Dec 20 20:30:47.589 INFO O| Dec 20 20:30:47.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5508 | 2024-12-20T20:30:48.811Z | [ recovery-image] Dec 20 20:30:47.589 INFO O| Dec 20 20:30:47.589 INFO STEP 399 (remove_files) COMPLETE |
5509 | 2024-12-20T20:30:48.811Z | [ recovery-image] Dec 20 20:30:47.589 INFO O| Dec 20 20:30:47.589 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-12-20T20:30:48.830Z | [ recovery-image] Dec 20 20:30:47.608 INFO O| Dec 20 20:30:47.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5511 | 2024-12-20T20:30:48.830Z | [ recovery-image] Dec 20 20:30:47.609 INFO O| Dec 20 20:30:47.608 INFO STEP 400 (remove_files) COMPLETE |
5512 | 2024-12-20T20:30:48.830Z | [ recovery-image] Dec 20 20:30:47.609 INFO O| Dec 20 20:30:47.609 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-12-20T20:30:48.849Z | [ recovery-image] Dec 20 20:30:47.627 INFO O| Dec 20 20:30:47.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5514 | 2024-12-20T20:30:48.849Z | [ recovery-image] Dec 20 20:30:47.627 INFO O| Dec 20 20:30:47.627 INFO STEP 401 (remove_files) COMPLETE |
5515 | 2024-12-20T20:30:48.852Z | [ recovery-image] Dec 20 20:30:47.627 INFO O| Dec 20 20:30:47.627 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-20T20:30:48.907Z | [ recovery-image] Dec 20 20:30:47.685 INFO O| Dec 20 20:30:47.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5517 | 2024-12-20T20:30:48.907Z | [ recovery-image] Dec 20 20:30:47.685 INFO O| Dec 20 20:30:47.685 INFO STEP 402 (remove_files) COMPLETE |
5518 | 2024-12-20T20:30:48.907Z | [ recovery-image] Dec 20 20:30:47.685 INFO O| Dec 20 20:30:47.685 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-12-20T20:30:48.929Z | [ recovery-image] Dec 20 20:30:47.707 INFO O| Dec 20 20:30:47.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5520 | 2024-12-20T20:30:48.929Z | [ recovery-image] Dec 20 20:30:47.707 INFO O| Dec 20 20:30:47.707 INFO STEP 403 (remove_files) COMPLETE |
5521 | 2024-12-20T20:30:48.933Z | [ recovery-image] Dec 20 20:30:47.708 INFO O| Dec 20 20:30:47.707 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-12-20T20:30:48.952Z | [ recovery-image] Dec 20 20:30:47.730 INFO O| Dec 20 20:30:47.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5523 | 2024-12-20T20:30:48.952Z | [ recovery-image] Dec 20 20:30:47.730 INFO O| Dec 20 20:30:47.730 INFO STEP 404 (remove_files) COMPLETE |
5524 | 2024-12-20T20:30:48.954Z | [ recovery-image] Dec 20 20:30:47.730 INFO O| Dec 20 20:30:47.730 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-12-20T20:30:48.974Z | [ recovery-image] Dec 20 20:30:47.753 INFO O| Dec 20 20:30:47.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5526 | 2024-12-20T20:30:48.974Z | [ recovery-image] Dec 20 20:30:47.753 INFO O| Dec 20 20:30:47.753 INFO STEP 405 (remove_files) COMPLETE |
5527 | 2024-12-20T20:30:48.977Z | [ recovery-image] Dec 20 20:30:47.753 INFO O| Dec 20 20:30:47.753 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-12-20T20:30:48.996Z | [ recovery-image] Dec 20 20:30:47.775 INFO O| Dec 20 20:30:47.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5529 | 2024-12-20T20:30:48.998Z | [ recovery-image] Dec 20 20:30:47.775 INFO O| Dec 20 20:30:47.775 INFO STEP 406 (remove_files) COMPLETE |
5530 | 2024-12-20T20:30:48.998Z | [ recovery-image] Dec 20 20:30:47.775 INFO O| Dec 20 20:30:47.775 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-20T20:30:49.031Z | [ recovery-image] Dec 20 20:30:47.809 INFO O| Dec 20 20:30:47.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5532 | 2024-12-20T20:30:49.033Z | [ recovery-image] Dec 20 20:30:47.809 INFO O| Dec 20 20:30:47.809 INFO STEP 407 (remove_files) COMPLETE |
5533 | 2024-12-20T20:30:49.033Z | [ recovery-image] Dec 20 20:30:47.810 INFO O| Dec 20 20:30:47.809 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-12-20T20:30:49.096Z | [ recovery-image] Dec 20 20:30:47.875 INFO O| Dec 20 20:30:47.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5535 | 2024-12-20T20:30:49.099Z | [ recovery-image] Dec 20 20:30:47.875 INFO O| Dec 20 20:30:47.875 INFO STEP 408 (remove_files) COMPLETE |
5536 | 2024-12-20T20:30:49.099Z | [ recovery-image] Dec 20 20:30:47.875 INFO O| Dec 20 20:30:47.875 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-20T20:30:49.138Z | [ recovery-image] Dec 20 20:30:47.917 INFO O| Dec 20 20:30:47.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5538 | 2024-12-20T20:30:49.138Z | [ recovery-image] Dec 20 20:30:47.917 INFO O| Dec 20 20:30:47.917 INFO STEP 409 (remove_files) COMPLETE |
5539 | 2024-12-20T20:30:49.142Z | [ recovery-image] Dec 20 20:30:47.917 INFO O| Dec 20 20:30:47.917 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-12-20T20:30:49.159Z | [ recovery-image] Dec 20 20:30:47.938 INFO O| Dec 20 20:30:47.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5541 | 2024-12-20T20:30:49.160Z | [ recovery-image] Dec 20 20:30:47.938 INFO O| Dec 20 20:30:47.938 INFO STEP 410 (remove_files) COMPLETE |
5542 | 2024-12-20T20:30:49.162Z | [ recovery-image] Dec 20 20:30:47.938 INFO O| Dec 20 20:30:47.938 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-12-20T20:30:49.180Z | [ recovery-image] Dec 20 20:30:47.958 INFO O| Dec 20 20:30:47.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5544 | 2024-12-20T20:30:49.180Z | [ recovery-image] Dec 20 20:30:47.959 INFO O| Dec 20 20:30:47.959 INFO STEP 411 (remove_files) COMPLETE |
5545 | 2024-12-20T20:30:49.182Z | [ recovery-image] Dec 20 20:30:47.959 INFO O| Dec 20 20:30:47.959 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-12-20T20:30:49.198Z | [ recovery-image] Dec 20 20:30:47.976 INFO O| Dec 20 20:30:47.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5547 | 2024-12-20T20:30:49.198Z | [ recovery-image] Dec 20 20:30:47.977 INFO O| Dec 20 20:30:47.976 INFO STEP 412 (remove_files) COMPLETE |
5548 | 2024-12-20T20:30:49.201Z | [ recovery-image] Dec 20 20:30:47.977 INFO O| Dec 20 20:30:47.977 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-20T20:30:49.215Z | [ recovery-image] Dec 20 20:30:47.994 INFO O| Dec 20 20:30:47.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5550 | 2024-12-20T20:30:49.215Z | [ recovery-image] Dec 20 20:30:47.994 INFO O| Dec 20 20:30:47.994 INFO STEP 413 (remove_files) COMPLETE |
5551 | 2024-12-20T20:30:49.215Z | [ recovery-image] Dec 20 20:30:47.994 INFO O| Dec 20 20:30:47.994 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-20T20:30:49.234Z | [ recovery-image] Dec 20 20:30:48.012 INFO O| Dec 20 20:30:48.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5553 | 2024-12-20T20:30:49.234Z | [ recovery-image] Dec 20 20:30:48.012 INFO O| Dec 20 20:30:48.012 INFO STEP 414 (remove_files) COMPLETE |
5554 | 2024-12-20T20:30:49.234Z | [ recovery-image] Dec 20 20:30:48.012 INFO O| Dec 20 20:30:48.012 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-20T20:30:49.272Z | [ recovery-image] Dec 20 20:30:48.049 INFO O| Dec 20 20:30:48.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5556 | 2024-12-20T20:30:49.272Z | [ recovery-image] Dec 20 20:30:48.049 INFO O| Dec 20 20:30:48.049 INFO STEP 415 (remove_files) COMPLETE |
5557 | 2024-12-20T20:30:49.283Z | [ recovery-image] Dec 20 20:30:48.049 INFO O| Dec 20 20:30:48.049 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-20T20:30:49.307Z | [ recovery-image] Dec 20 20:30:48.085 INFO O| Dec 20 20:30:48.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5559 | 2024-12-20T20:30:49.307Z | [ recovery-image] Dec 20 20:30:48.085 INFO O| Dec 20 20:30:48.085 INFO STEP 416 (remove_files) COMPLETE |
5560 | 2024-12-20T20:30:49.307Z | [ recovery-image] Dec 20 20:30:48.085 INFO O| Dec 20 20:30:48.085 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-20T20:30:49.327Z | [ recovery-image] Dec 20 20:30:48.105 INFO O| Dec 20 20:30:48.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5562 | 2024-12-20T20:30:49.327Z | [ recovery-image] Dec 20 20:30:48.106 INFO O| Dec 20 20:30:48.106 INFO STEP 417 (remove_files) COMPLETE |
5563 | 2024-12-20T20:30:49.327Z | [ recovery-image] Dec 20 20:30:48.106 INFO O| Dec 20 20:30:48.106 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-20T20:30:49.347Z | [ recovery-image] Dec 20 20:30:48.125 INFO O| Dec 20 20:30:48.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5565 | 2024-12-20T20:30:49.347Z | [ recovery-image] Dec 20 20:30:48.125 INFO O| Dec 20 20:30:48.125 INFO STEP 418 (remove_files) COMPLETE |
5566 | 2024-12-20T20:30:49.347Z | [ recovery-image] Dec 20 20:30:48.125 INFO O| Dec 20 20:30:48.125 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-20T20:30:49.381Z | [ recovery-image] Dec 20 20:30:48.159 INFO O| Dec 20 20:30:48.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5568 | 2024-12-20T20:30:49.381Z | [ recovery-image] Dec 20 20:30:48.159 INFO O| Dec 20 20:30:48.159 INFO STEP 419 (remove_files) COMPLETE |
5569 | 2024-12-20T20:30:49.381Z | [ recovery-image] Dec 20 20:30:48.159 INFO O| Dec 20 20:30:48.159 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-20T20:30:49.418Z | [ recovery-image] Dec 20 20:30:48.196 INFO O| Dec 20 20:30:48.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5571 | 2024-12-20T20:30:49.419Z | [ recovery-image] Dec 20 20:30:48.196 INFO O| Dec 20 20:30:48.196 INFO STEP 420 (remove_files) COMPLETE |
5572 | 2024-12-20T20:30:49.419Z | [ recovery-image] Dec 20 20:30:48.196 INFO O| Dec 20 20:30:48.196 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-20T20:30:49.442Z | [ recovery-image] Dec 20 20:30:48.220 INFO O| Dec 20 20:30:48.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5574 | 2024-12-20T20:30:49.445Z | [ recovery-image] Dec 20 20:30:48.220 INFO O| Dec 20 20:30:48.220 INFO STEP 421 (remove_files) COMPLETE |
5575 | 2024-12-20T20:30:49.445Z | [ recovery-image] Dec 20 20:30:48.220 INFO O| Dec 20 20:30:48.220 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-20T20:30:49.462Z | [ recovery-image] Dec 20 20:30:48.240 INFO O| Dec 20 20:30:48.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5577 | 2024-12-20T20:30:49.462Z | [ recovery-image] Dec 20 20:30:48.240 INFO O| Dec 20 20:30:48.240 INFO STEP 422 (remove_files) COMPLETE |
5578 | 2024-12-20T20:30:49.465Z | [ recovery-image] Dec 20 20:30:48.241 INFO O| Dec 20 20:30:48.240 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-20T20:30:49.493Z | [ recovery-image] Dec 20 20:30:48.272 INFO O| Dec 20 20:30:48.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5580 | 2024-12-20T20:30:49.493Z | [ recovery-image] Dec 20 20:30:48.272 INFO O| Dec 20 20:30:48.272 INFO STEP 423 (remove_files) COMPLETE |
5581 | 2024-12-20T20:30:49.496Z | [ recovery-image] Dec 20 20:30:48.272 INFO O| Dec 20 20:30:48.272 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-20T20:30:49.560Z | [ recovery-image] Dec 20 20:30:48.338 INFO O| Dec 20 20:30:48.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5583 | 2024-12-20T20:30:49.560Z | [ recovery-image] Dec 20 20:30:48.338 INFO O| Dec 20 20:30:48.338 INFO STEP 424 (remove_files) COMPLETE |
5584 | 2024-12-20T20:30:49.563Z | [ recovery-image] Dec 20 20:30:48.339 INFO O| Dec 20 20:30:48.338 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-20T20:30:49.579Z | [ recovery-image] Dec 20 20:30:48.358 INFO O| Dec 20 20:30:48.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5586 | 2024-12-20T20:30:49.579Z | [ recovery-image] Dec 20 20:30:48.358 INFO O| Dec 20 20:30:48.358 INFO STEP 425 (remove_files) COMPLETE |
5587 | 2024-12-20T20:30:49.582Z | [ recovery-image] Dec 20 20:30:48.358 INFO O| Dec 20 20:30:48.358 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-20T20:30:49.605Z | [ recovery-image] Dec 20 20:30:48.383 INFO O| Dec 20 20:30:48.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5589 | 2024-12-20T20:30:49.607Z | [ recovery-image] Dec 20 20:30:48.383 INFO O| Dec 20 20:30:48.383 INFO STEP 426 (remove_files) COMPLETE |
5590 | 2024-12-20T20:30:49.607Z | [ recovery-image] Dec 20 20:30:48.384 INFO O| Dec 20 20:30:48.384 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-20T20:30:49.625Z | [ recovery-image] Dec 20 20:30:48.404 INFO O| Dec 20 20:30:48.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5592 | 2024-12-20T20:30:49.625Z | [ recovery-image] Dec 20 20:30:48.404 INFO O| Dec 20 20:30:48.404 INFO STEP 427 (remove_files) COMPLETE |
5593 | 2024-12-20T20:30:49.628Z | [ recovery-image] Dec 20 20:30:48.404 INFO O| Dec 20 20:30:48.404 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-20T20:30:49.646Z | [ recovery-image] Dec 20 20:30:48.425 INFO O| Dec 20 20:30:48.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5595 | 2024-12-20T20:30:49.648Z | [ recovery-image] Dec 20 20:30:48.425 INFO O| Dec 20 20:30:48.425 INFO STEP 428 (remove_files) COMPLETE |
5596 | 2024-12-20T20:30:49.648Z | [ recovery-image] Dec 20 20:30:48.425 INFO O| Dec 20 20:30:48.425 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-20T20:30:49.682Z | [ recovery-image] Dec 20 20:30:48.461 INFO O| Dec 20 20:30:48.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5598 | 2024-12-20T20:30:49.682Z | [ recovery-image] Dec 20 20:30:48.461 INFO O| Dec 20 20:30:48.461 INFO STEP 429 (remove_files) COMPLETE |
5599 | 2024-12-20T20:30:49.685Z | [ recovery-image] Dec 20 20:30:48.461 INFO O| Dec 20 20:30:48.461 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-20T20:30:49.702Z | [ recovery-image] Dec 20 20:30:48.481 INFO O| Dec 20 20:30:48.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5601 | 2024-12-20T20:30:49.702Z | [ recovery-image] Dec 20 20:30:48.481 INFO O| Dec 20 20:30:48.481 INFO STEP 430 (remove_files) COMPLETE |
5602 | 2024-12-20T20:30:49.705Z | [ recovery-image] Dec 20 20:30:48.481 INFO O| Dec 20 20:30:48.481 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-20T20:30:49.723Z | [ recovery-image] Dec 20 20:30:48.502 INFO O| Dec 20 20:30:48.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5604 | 2024-12-20T20:30:49.723Z | [ recovery-image] Dec 20 20:30:48.502 INFO O| Dec 20 20:30:48.502 INFO STEP 431 (remove_files) COMPLETE |
5605 | 2024-12-20T20:30:49.726Z | [ recovery-image] Dec 20 20:30:48.502 INFO O| Dec 20 20:30:48.502 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-20T20:30:49.746Z | [ recovery-image] Dec 20 20:30:48.524 INFO O| Dec 20 20:30:48.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5607 | 2024-12-20T20:30:49.746Z | [ recovery-image] Dec 20 20:30:48.524 INFO O| Dec 20 20:30:48.524 INFO STEP 432 (remove_files) COMPLETE |
5608 | 2024-12-20T20:30:49.746Z | [ recovery-image] Dec 20 20:30:48.524 INFO O| Dec 20 20:30:48.524 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-20T20:30:49.808Z | [ recovery-image] Dec 20 20:30:48.585 INFO O| Dec 20 20:30:48.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5610 | 2024-12-20T20:30:49.808Z | [ recovery-image] Dec 20 20:30:48.585 INFO O| Dec 20 20:30:48.585 INFO STEP 433 (remove_files) COMPLETE |
5611 | 2024-12-20T20:30:49.810Z | [ recovery-image] Dec 20 20:30:48.585 INFO O| Dec 20 20:30:48.585 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-20T20:30:49.827Z | [ recovery-image] Dec 20 20:30:48.606 INFO O| Dec 20 20:30:48.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5613 | 2024-12-20T20:30:49.830Z | [ recovery-image] Dec 20 20:30:48.606 INFO O| Dec 20 20:30:48.606 INFO STEP 434 (remove_files) COMPLETE |
5614 | 2024-12-20T20:30:49.830Z | [ recovery-image] Dec 20 20:30:48.606 INFO O| Dec 20 20:30:48.606 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-20T20:30:49.857Z | [ recovery-image] Dec 20 20:30:48.635 INFO O| Dec 20 20:30:48.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5616 | 2024-12-20T20:30:49.857Z | [ recovery-image] Dec 20 20:30:48.635 INFO O| Dec 20 20:30:48.635 INFO STEP 435 (remove_files) COMPLETE |
5617 | 2024-12-20T20:30:49.860Z | [ recovery-image] Dec 20 20:30:48.636 INFO O| Dec 20 20:30:48.635 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-20T20:30:49.877Z | [ recovery-image] Dec 20 20:30:48.656 INFO O| Dec 20 20:30:48.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5619 | 2024-12-20T20:30:49.880Z | [ recovery-image] Dec 20 20:30:48.656 INFO O| Dec 20 20:30:48.656 INFO STEP 436 (remove_files) COMPLETE |
5620 | 2024-12-20T20:30:49.880Z | [ recovery-image] Dec 20 20:30:48.656 INFO O| Dec 20 20:30:48.656 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-20T20:30:49.898Z | [ recovery-image] Dec 20 20:30:48.676 INFO O| Dec 20 20:30:48.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5622 | 2024-12-20T20:30:49.900Z | [ recovery-image] Dec 20 20:30:48.677 INFO O| Dec 20 20:30:48.676 INFO STEP 437 (remove_files) COMPLETE |
5623 | 2024-12-20T20:30:49.900Z | [ recovery-image] Dec 20 20:30:48.677 INFO O| Dec 20 20:30:48.676 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-20T20:30:49.918Z | [ recovery-image] Dec 20 20:30:48.697 INFO O| Dec 20 20:30:48.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5625 | 2024-12-20T20:30:49.918Z | [ recovery-image] Dec 20 20:30:48.697 INFO O| Dec 20 20:30:48.697 INFO STEP 438 (remove_files) COMPLETE |
5626 | 2024-12-20T20:30:49.921Z | [ recovery-image] Dec 20 20:30:48.697 INFO O| Dec 20 20:30:48.697 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-20T20:30:49.938Z | [ recovery-image] Dec 20 20:30:48.717 INFO O| Dec 20 20:30:48.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5628 | 2024-12-20T20:30:49.938Z | [ recovery-image] Dec 20 20:30:48.717 INFO O| Dec 20 20:30:48.717 INFO STEP 439 (remove_files) COMPLETE |
5629 | 2024-12-20T20:30:49.941Z | [ recovery-image] Dec 20 20:30:48.717 INFO O| Dec 20 20:30:48.717 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-20T20:30:49.978Z | [ recovery-image] Dec 20 20:30:48.757 INFO O| Dec 20 20:30:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5631 | 2024-12-20T20:30:49.978Z | [ recovery-image] Dec 20 20:30:48.757 INFO O| Dec 20 20:30:48.757 INFO STEP 440 (remove_files) COMPLETE |
5632 | 2024-12-20T20:30:49.978Z | [ recovery-image] Dec 20 20:30:48.757 INFO O| Dec 20 20:30:48.757 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-20T20:30:50.004Z | [ recovery-image] Dec 20 20:30:48.783 INFO O| Dec 20 20:30:48.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5634 | 2024-12-20T20:30:50.004Z | [ recovery-image] Dec 20 20:30:48.783 INFO O| Dec 20 20:30:48.783 INFO STEP 441 (remove_files) COMPLETE |
5635 | 2024-12-20T20:30:50.004Z | [ recovery-image] Dec 20 20:30:48.783 INFO O| Dec 20 20:30:48.783 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-20T20:30:50.023Z | [ recovery-image] Dec 20 20:30:48.802 INFO O| Dec 20 20:30:48.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5637 | 2024-12-20T20:30:50.023Z | [ recovery-image] Dec 20 20:30:48.802 INFO O| Dec 20 20:30:48.802 INFO STEP 442 (remove_files) COMPLETE |
5638 | 2024-12-20T20:30:50.026Z | [ recovery-image] Dec 20 20:30:48.802 INFO O| Dec 20 20:30:48.802 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-20T20:30:50.062Z | [ recovery-image] Dec 20 20:30:48.840 INFO O| Dec 20 20:30:48.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5640 | 2024-12-20T20:30:50.062Z | [ recovery-image] Dec 20 20:30:48.840 INFO O| Dec 20 20:30:48.840 INFO STEP 443 (remove_files) COMPLETE |
5641 | 2024-12-20T20:30:50.062Z | [ recovery-image] Dec 20 20:30:48.840 INFO O| Dec 20 20:30:48.840 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-20T20:30:50.165Z | [ recovery-image] Dec 20 20:30:48.943 INFO O| Dec 20 20:30:48.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5643 | 2024-12-20T20:30:50.167Z | [ recovery-image] Dec 20 20:30:48.944 INFO O| Dec 20 20:30:48.943 INFO STEP 444 (remove_files) COMPLETE |
5644 | 2024-12-20T20:30:50.167Z | [ recovery-image] Dec 20 20:30:48.944 INFO O| Dec 20 20:30:48.944 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-20T20:30:50.186Z | [ recovery-image] Dec 20 20:30:48.965 INFO O| Dec 20 20:30:48.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5646 | 2024-12-20T20:30:50.186Z | [ recovery-image] Dec 20 20:30:48.965 INFO O| Dec 20 20:30:48.965 INFO STEP 445 (remove_files) COMPLETE |
5647 | 2024-12-20T20:30:50.186Z | [ recovery-image] Dec 20 20:30:48.965 INFO O| Dec 20 20:30:48.965 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-20T20:30:50.349Z | [ recovery-image] Dec 20 20:30:49.127 INFO O| Dec 20 20:30:49.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5649 | 2024-12-20T20:30:50.349Z | [ recovery-image] Dec 20 20:30:49.127 INFO O| Dec 20 20:30:49.127 INFO STEP 446 (remove_files) COMPLETE |
5650 | 2024-12-20T20:30:50.349Z | [ recovery-image] Dec 20 20:30:49.127 INFO O| Dec 20 20:30:49.127 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-20T20:30:50.408Z | [ recovery-image] Dec 20 20:30:49.186 INFO O| Dec 20 20:30:49.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5652 | 2024-12-20T20:30:50.408Z | [ recovery-image] Dec 20 20:30:49.186 INFO O| Dec 20 20:30:49.186 INFO STEP 447 (remove_files) COMPLETE |
5653 | 2024-12-20T20:30:50.411Z | [ recovery-image] Dec 20 20:30:49.187 INFO O| Dec 20 20:30:49.186 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-20T20:30:50.460Z | [ recovery-image] Dec 20 20:30:49.238 INFO O| Dec 20 20:30:49.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5655 | 2024-12-20T20:30:50.463Z | [ recovery-image] Dec 20 20:30:49.239 INFO O| Dec 20 20:30:49.239 INFO STEP 448 (remove_files) COMPLETE |
5656 | 2024-12-20T20:30:50.463Z | [ recovery-image] Dec 20 20:30:49.239 INFO O| Dec 20 20:30:49.239 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-20T20:30:50.482Z | [ recovery-image] Dec 20 20:30:49.260 INFO O| Dec 20 20:30:49.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5658 | 2024-12-20T20:30:50.485Z | [ recovery-image] Dec 20 20:30:49.261 INFO O| Dec 20 20:30:49.261 INFO STEP 449 (remove_files) COMPLETE |
5659 | 2024-12-20T20:30:50.485Z | [ recovery-image] Dec 20 20:30:49.261 INFO O| Dec 20 20:30:49.261 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-20T20:30:50.503Z | [ recovery-image] Dec 20 20:30:49.281 INFO O| Dec 20 20:30:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5661 | 2024-12-20T20:30:50.505Z | [ recovery-image] Dec 20 20:30:49.282 INFO O| Dec 20 20:30:49.282 INFO STEP 450 (remove_files) COMPLETE |
5662 | 2024-12-20T20:30:50.505Z | [ recovery-image] Dec 20 20:30:49.282 INFO O| Dec 20 20:30:49.282 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-20T20:30:50.541Z | [ recovery-image] Dec 20 20:30:49.319 INFO O| Dec 20 20:30:49.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5664 | 2024-12-20T20:30:50.543Z | [ recovery-image] Dec 20 20:30:49.319 INFO O| Dec 20 20:30:49.319 INFO STEP 451 (remove_files) COMPLETE |
5665 | 2024-12-20T20:30:50.544Z | [ recovery-image] Dec 20 20:30:49.320 INFO O| Dec 20 20:30:49.320 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-20T20:30:50.563Z | [ recovery-image] Dec 20 20:30:49.342 INFO O| Dec 20 20:30:49.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5667 | 2024-12-20T20:30:50.566Z | [ recovery-image] Dec 20 20:30:49.342 INFO O| Dec 20 20:30:49.342 INFO STEP 452 (remove_files) COMPLETE |
5668 | 2024-12-20T20:30:50.566Z | [ recovery-image] Dec 20 20:30:49.342 INFO O| Dec 20 20:30:49.342 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-20T20:30:50.618Z | [ recovery-image] Dec 20 20:30:49.396 INFO O| Dec 20 20:30:49.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5670 | 2024-12-20T20:30:50.621Z | [ recovery-image] Dec 20 20:30:49.396 INFO O| Dec 20 20:30:49.396 INFO STEP 453 (remove_files) COMPLETE |
5671 | 2024-12-20T20:30:50.621Z | [ recovery-image] Dec 20 20:30:49.396 INFO O| Dec 20 20:30:49.396 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-20T20:30:50.654Z | [ recovery-image] Dec 20 20:30:49.433 INFO O| Dec 20 20:30:49.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5673 | 2024-12-20T20:30:50.654Z | [ recovery-image] Dec 20 20:30:49.433 INFO O| Dec 20 20:30:49.433 INFO STEP 454 (remove_files) COMPLETE |
5674 | 2024-12-20T20:30:50.657Z | [ recovery-image] Dec 20 20:30:49.433 INFO O| Dec 20 20:30:49.433 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-20T20:30:50.657Z | [ host-image] Dec 20 20:30:49.435 INFO O| Dec 20 20:30:49.435 INFO O| Planning: Solver setup ... Done |
5676 | 2024-12-20T20:30:50.665Z | [ host-image] Dec 20 20:30:49.443 INFO O| Dec 20 20:30:49.443 INFO O| Planning: Running solver ... Done |
5677 | 2024-12-20T20:30:50.676Z | [ recovery-image] Dec 20 20:30:49.455 INFO O| Dec 20 20:30:49.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5678 | 2024-12-20T20:30:50.676Z | [ recovery-image] Dec 20 20:30:49.455 INFO O| Dec 20 20:30:49.455 INFO STEP 455 (remove_files) COMPLETE |
5679 | 2024-12-20T20:30:50.677Z | [ recovery-image] Dec 20 20:30:49.455 INFO O| Dec 20 20:30:49.455 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-20T20:30:50.712Z | [ recovery-image] Dec 20 20:30:49.491 INFO O| Dec 20 20:30:49.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5681 | 2024-12-20T20:30:50.712Z | [ recovery-image] Dec 20 20:30:49.491 INFO O| Dec 20 20:30:49.491 INFO STEP 456 (remove_files) COMPLETE |
5682 | 2024-12-20T20:30:50.712Z | [ recovery-image] Dec 20 20:30:49.491 INFO O| Dec 20 20:30:49.491 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-20T20:30:50.749Z | [ recovery-image] Dec 20 20:30:49.527 INFO O| Dec 20 20:30:49.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5684 | 2024-12-20T20:30:50.749Z | [ recovery-image] Dec 20 20:30:49.527 INFO O| Dec 20 20:30:49.526 INFO STEP 457 (remove_files) COMPLETE |
5685 | 2024-12-20T20:30:50.751Z | [ recovery-image] Dec 20 20:30:49.527 INFO O| Dec 20 20:30:49.526 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-20T20:30:50.761Z | [ host-image] Dec 20 20:30:49.540 INFO O| Dec 20 20:30:49.540 INFO O| Planning: Finding local manifests ... Done |
5687 | 2024-12-20T20:30:50.769Z | [ recovery-image] Dec 20 20:30:49.547 INFO O| Dec 20 20:30:49.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5688 | 2024-12-20T20:30:50.771Z | [ recovery-image] Dec 20 20:30:49.548 INFO O| Dec 20 20:30:49.547 INFO STEP 458 (remove_files) COMPLETE |
5689 | 2024-12-20T20:30:50.771Z | [ recovery-image] Dec 20 20:30:49.548 INFO O| Dec 20 20:30:49.548 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-20T20:30:50.790Z | [ recovery-image] Dec 20 20:30:49.568 INFO O| Dec 20 20:30:49.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5691 | 2024-12-20T20:30:50.792Z | [ recovery-image] Dec 20 20:30:49.568 INFO O| Dec 20 20:30:49.568 INFO STEP 459 (remove_files) COMPLETE |
5692 | 2024-12-20T20:30:50.792Z | [ recovery-image] Dec 20 20:30:49.568 INFO O| Dec 20 20:30:49.568 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-20T20:30:50.792Z | [ host-image] Dec 20 20:30:49.569 INFO O| Dec 20 20:30:49.569 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5694 | 2024-12-20T20:30:50.812Z | [ recovery-image] Dec 20 20:30:49.591 INFO O| Dec 20 20:30:49.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5695 | 2024-12-20T20:30:50.812Z | [ recovery-image] Dec 20 20:30:49.591 INFO O| Dec 20 20:30:49.591 INFO STEP 460 (remove_files) COMPLETE |
5696 | 2024-12-20T20:30:50.812Z | [ recovery-image] Dec 20 20:30:49.591 INFO O| Dec 20 20:30:49.591 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-12-20T20:30:50.852Z | [ recovery-image] Dec 20 20:30:49.630 INFO O| Dec 20 20:30:49.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5698 | 2024-12-20T20:30:50.852Z | [ recovery-image] Dec 20 20:30:49.630 INFO O| Dec 20 20:30:49.630 INFO STEP 461 (remove_files) COMPLETE |
5699 | 2024-12-20T20:30:50.855Z | [ recovery-image] Dec 20 20:30:49.630 INFO O| Dec 20 20:30:49.630 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-12-20T20:30:50.873Z | [ recovery-image] Dec 20 20:30:49.651 INFO O| Dec 20 20:30:49.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5701 | 2024-12-20T20:30:50.873Z | [ recovery-image] Dec 20 20:30:49.651 INFO O| Dec 20 20:30:49.651 INFO STEP 462 (remove_files) COMPLETE |
5702 | 2024-12-20T20:30:50.873Z | [ recovery-image] Dec 20 20:30:49.651 INFO O| Dec 20 20:30:49.651 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-12-20T20:30:50.909Z | [ recovery-image] Dec 20 20:30:49.688 INFO O| Dec 20 20:30:49.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5704 | 2024-12-20T20:30:50.910Z | [ recovery-image] Dec 20 20:30:49.688 INFO O| Dec 20 20:30:49.688 INFO STEP 463 (remove_files) COMPLETE |
5705 | 2024-12-20T20:30:50.910Z | [ recovery-image] Dec 20 20:30:49.688 INFO O| Dec 20 20:30:49.688 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-12-20T20:30:50.960Z | [ recovery-image] Dec 20 20:30:49.739 INFO O| Dec 20 20:30:49.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5707 | 2024-12-20T20:30:50.960Z | [ recovery-image] Dec 20 20:30:49.739 INFO O| Dec 20 20:30:49.739 INFO STEP 464 (remove_files) COMPLETE |
5708 | 2024-12-20T20:30:50.965Z | [ recovery-image] Dec 20 20:30:49.739 INFO O| Dec 20 20:30:49.739 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-12-20T20:30:50.980Z | [ recovery-image] Dec 20 20:30:49.758 INFO O| Dec 20 20:30:49.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5710 | 2024-12-20T20:30:50.980Z | [ recovery-image] Dec 20 20:30:49.758 INFO O| Dec 20 20:30:49.758 INFO STEP 465 (remove_files) COMPLETE |
5711 | 2024-12-20T20:30:50.980Z | [ recovery-image] Dec 20 20:30:49.758 INFO O| Dec 20 20:30:49.758 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-12-20T20:30:50.997Z | [ recovery-image] Dec 20 20:30:49.776 INFO O| Dec 20 20:30:49.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5713 | 2024-12-20T20:30:50.997Z | [ recovery-image] Dec 20 20:30:49.776 INFO O| Dec 20 20:30:49.776 INFO STEP 466 (remove_files) COMPLETE |
5714 | 2024-12-20T20:30:50.997Z | [ recovery-image] Dec 20 20:30:49.776 INFO O| Dec 20 20:30:49.776 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-12-20T20:30:51.021Z | [ recovery-image] Dec 20 20:30:49.800 INFO O| Dec 20 20:30:49.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5716 | 2024-12-20T20:30:51.021Z | [ recovery-image] Dec 20 20:30:49.800 INFO O| Dec 20 20:30:49.800 INFO STEP 467 (remove_files) COMPLETE |
5717 | 2024-12-20T20:30:51.024Z | [ recovery-image] Dec 20 20:30:49.800 INFO O| Dec 20 20:30:49.800 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-12-20T20:30:51.046Z | [ recovery-image] Dec 20 20:30:49.825 INFO O| Dec 20 20:30:49.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5719 | 2024-12-20T20:30:51.046Z | [ recovery-image] Dec 20 20:30:49.825 INFO O| Dec 20 20:30:49.825 INFO STEP 468 (remove_files) COMPLETE |
5720 | 2024-12-20T20:30:51.049Z | [ recovery-image] Dec 20 20:30:49.825 INFO O| Dec 20 20:30:49.825 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-12-20T20:30:51.096Z | [ recovery-image] Dec 20 20:30:49.875 INFO O| Dec 20 20:30:49.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5722 | 2024-12-20T20:30:51.096Z | [ recovery-image] Dec 20 20:30:49.875 INFO O| Dec 20 20:30:49.875 INFO STEP 469 (remove_files) COMPLETE |
5723 | 2024-12-20T20:30:51.099Z | [ recovery-image] Dec 20 20:30:49.875 INFO O| Dec 20 20:30:49.875 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-12-20T20:30:51.114Z | [ host-image] Dec 20 20:30:49.893 INFO O| Dec 20 20:30:49.893 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5725 | 2024-12-20T20:30:51.117Z | [ recovery-image] Dec 20 20:30:49.894 INFO O| Dec 20 20:30:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5726 | 2024-12-20T20:30:51.117Z | [ recovery-image] Dec 20 20:30:49.895 INFO O| Dec 20 20:30:49.895 INFO STEP 470 (remove_files) COMPLETE |
5727 | 2024-12-20T20:30:51.117Z | [ recovery-image] Dec 20 20:30:49.895 INFO O| Dec 20 20:30:49.895 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-20T20:30:51.136Z | [ recovery-image] Dec 20 20:30:49.914 INFO O| Dec 20 20:30:49.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5729 | 2024-12-20T20:30:51.136Z | [ recovery-image] Dec 20 20:30:49.914 INFO O| Dec 20 20:30:49.914 INFO STEP 471 (remove_files) COMPLETE |
5730 | 2024-12-20T20:30:51.139Z | [ recovery-image] Dec 20 20:30:49.914 INFO O| Dec 20 20:30:49.914 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-20T20:30:51.155Z | [ recovery-image] Dec 20 20:30:49.933 INFO O| Dec 20 20:30:49.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5732 | 2024-12-20T20:30:51.155Z | [ recovery-image] Dec 20 20:30:49.934 INFO O| Dec 20 20:30:49.934 INFO STEP 472 (remove_files) COMPLETE |
5733 | 2024-12-20T20:30:51.155Z | [ recovery-image] Dec 20 20:30:49.934 INFO O| Dec 20 20:30:49.934 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-20T20:30:51.175Z | [ recovery-image] Dec 20 20:30:49.953 INFO O| Dec 20 20:30:49.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5735 | 2024-12-20T20:30:51.178Z | [ recovery-image] Dec 20 20:30:49.953 INFO O| Dec 20 20:30:49.953 INFO STEP 473 (remove_files) COMPLETE |
5736 | 2024-12-20T20:30:51.178Z | [ recovery-image] Dec 20 20:30:49.953 INFO O| Dec 20 20:30:49.953 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-20T20:30:51.209Z | [ host-image] Dec 20 20:30:49.988 INFO O| Dec 20 20:30:49.988 INFO O| Planning: Package planning ... Done |
5738 | 2024-12-20T20:30:51.212Z | [ recovery-image] Dec 20 20:30:49.989 INFO O| Dec 20 20:30:49.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5739 | 2024-12-20T20:30:51.213Z | [ recovery-image] Dec 20 20:30:49.989 INFO O| Dec 20 20:30:49.989 INFO STEP 474 (remove_files) COMPLETE |
5740 | 2024-12-20T20:30:51.213Z | [ recovery-image] Dec 20 20:30:49.989 INFO O| Dec 20 20:30:49.989 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-20T20:30:51.245Z | [ host-image] Dec 20 20:30:50.024 INFO O| Dec 20 20:30:50.023 INFO O| Planning: Merging actions ... Done |
5742 | 2024-12-20T20:30:51.253Z | [ recovery-image] Dec 20 20:30:50.031 INFO O| Dec 20 20:30:50.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5743 | 2024-12-20T20:30:51.253Z | [ recovery-image] Dec 20 20:30:50.031 INFO O| Dec 20 20:30:50.031 INFO STEP 475 (remove_files) COMPLETE |
5744 | 2024-12-20T20:30:51.253Z | [ recovery-image] Dec 20 20:30:50.031 INFO O| Dec 20 20:30:50.031 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-12-20T20:30:51.281Z | [ recovery-image] Dec 20 20:30:50.059 INFO O| Dec 20 20:30:50.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5746 | 2024-12-20T20:30:51.283Z | [ recovery-image] Dec 20 20:30:50.060 INFO O| Dec 20 20:30:50.060 INFO STEP 476 (remove_files) COMPLETE |
5747 | 2024-12-20T20:30:51.283Z | [ recovery-image] Dec 20 20:30:50.060 INFO O| Dec 20 20:30:50.060 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-12-20T20:30:51.342Z | [ recovery-image] Dec 20 20:30:50.120 INFO O| Dec 20 20:30:50.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5749 | 2024-12-20T20:30:51.342Z | [ recovery-image] Dec 20 20:30:50.120 INFO O| Dec 20 20:30:50.120 INFO STEP 477 (remove_files) COMPLETE |
5750 | 2024-12-20T20:30:51.342Z | [ recovery-image] Dec 20 20:30:50.120 INFO O| Dec 20 20:30:50.120 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-12-20T20:30:51.364Z | [ recovery-image] Dec 20 20:30:50.142 INFO O| Dec 20 20:30:50.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5752 | 2024-12-20T20:30:51.366Z | [ recovery-image] Dec 20 20:30:50.142 INFO O| Dec 20 20:30:50.142 INFO STEP 478 (remove_files) COMPLETE |
5753 | 2024-12-20T20:30:51.366Z | [ recovery-image] Dec 20 20:30:50.142 INFO O| Dec 20 20:30:50.142 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-12-20T20:30:51.381Z | [ host-image] Dec 20 20:30:50.160 INFO O| Dec 20 20:30:50.159 INFO O| Planning: Checking for conflicting actions ... Done |
5755 | 2024-12-20T20:30:51.389Z | [ host-image] Dec 20 20:30:50.168 INFO O| Dec 20 20:30:50.168 INFO O| Planning: Consolidating action changes ... Done |
5756 | 2024-12-20T20:30:51.412Z | [ recovery-image] Dec 20 20:30:50.191 INFO O| Dec 20 20:30:50.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5757 | 2024-12-20T20:30:51.412Z | [ recovery-image] Dec 20 20:30:50.191 INFO O| Dec 20 20:30:50.191 INFO STEP 479 (remove_files) COMPLETE |
5758 | 2024-12-20T20:30:51.412Z | [ recovery-image] Dec 20 20:30:50.191 INFO O| Dec 20 20:30:50.191 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-20T20:30:51.435Z | [ recovery-image] Dec 20 20:30:50.213 INFO O| Dec 20 20:30:50.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5760 | 2024-12-20T20:30:51.435Z | [ recovery-image] Dec 20 20:30:50.213 INFO O| Dec 20 20:30:50.213 INFO STEP 480 (remove_files) COMPLETE |
5761 | 2024-12-20T20:30:51.438Z | [ recovery-image] Dec 20 20:30:50.213 INFO O| Dec 20 20:30:50.213 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-20T20:30:51.454Z | [ recovery-image] Dec 20 20:30:50.232 INFO O| Dec 20 20:30:50.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5763 | 2024-12-20T20:30:51.460Z | [ recovery-image] Dec 20 20:30:50.239 INFO O| Dec 20 20:30:50.239 INFO STEP 481 (remove_files) COMPLETE |
5764 | 2024-12-20T20:30:51.463Z | [ recovery-image] Dec 20 20:30:50.239 INFO O| Dec 20 20:30:50.239 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-20T20:30:51.505Z | [ recovery-image] Dec 20 20:30:50.283 INFO O| Dec 20 20:30:50.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5766 | 2024-12-20T20:30:51.506Z | [ recovery-image] Dec 20 20:30:50.283 INFO O| Dec 20 20:30:50.283 INFO STEP 482 (remove_files) COMPLETE |
5767 | 2024-12-20T20:30:51.506Z | [ recovery-image] Dec 20 20:30:50.283 INFO O| Dec 20 20:30:50.283 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-20T20:30:51.525Z | [ recovery-image] Dec 20 20:30:50.304 INFO O| Dec 20 20:30:50.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5769 | 2024-12-20T20:30:51.547Z | [ recovery-image] Dec 20 20:30:50.326 INFO O| Dec 20 20:30:50.326 INFO STEP 483 (remove_files) COMPLETE |
5770 | 2024-12-20T20:30:51.547Z | [ recovery-image] Dec 20 20:30:50.326 INFO O| Dec 20 20:30:50.326 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-20T20:30:51.589Z | [ recovery-image] Dec 20 20:30:50.367 INFO O| Dec 20 20:30:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5772 | 2024-12-20T20:30:51.592Z | [ recovery-image] Dec 20 20:30:50.367 INFO O| Dec 20 20:30:50.367 INFO STEP 484 (remove_files) COMPLETE |
5773 | 2024-12-20T20:30:51.593Z | [ recovery-image] Dec 20 20:30:50.367 INFO O| Dec 20 20:30:50.367 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-20T20:30:51.621Z | [ recovery-image] Dec 20 20:30:50.399 INFO O| Dec 20 20:30:50.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5775 | 2024-12-20T20:30:51.621Z | [ recovery-image] Dec 20 20:30:50.399 INFO O| Dec 20 20:30:50.399 INFO STEP 485 (remove_files) COMPLETE |
5776 | 2024-12-20T20:30:51.626Z | [ recovery-image] Dec 20 20:30:50.399 INFO O| Dec 20 20:30:50.399 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-20T20:30:51.662Z | [ recovery-image] Dec 20 20:30:50.440 INFO O| Dec 20 20:30:50.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5778 | 2024-12-20T20:30:51.662Z | [ recovery-image] Dec 20 20:30:50.440 INFO O| Dec 20 20:30:50.440 INFO STEP 486 (remove_files) COMPLETE |
5779 | 2024-12-20T20:30:51.662Z | [ recovery-image] Dec 20 20:30:50.440 INFO O| Dec 20 20:30:50.440 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-20T20:30:51.693Z | [ recovery-image] Dec 20 20:30:50.471 INFO O| Dec 20 20:30:50.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5781 | 2024-12-20T20:30:51.693Z | [ recovery-image] Dec 20 20:30:50.471 INFO O| Dec 20 20:30:50.471 INFO STEP 487 (remove_files) COMPLETE |
5782 | 2024-12-20T20:30:51.693Z | [ recovery-image] Dec 20 20:30:50.471 INFO O| Dec 20 20:30:50.471 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-20T20:30:51.750Z | [ recovery-image] Dec 20 20:30:50.528 INFO O| Dec 20 20:30:50.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5784 | 2024-12-20T20:30:51.750Z | [ recovery-image] Dec 20 20:30:50.528 INFO O| Dec 20 20:30:50.528 INFO STEP 488 (remove_files) COMPLETE |
5785 | 2024-12-20T20:30:51.750Z | [ recovery-image] Dec 20 20:30:50.528 INFO O| Dec 20 20:30:50.528 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-20T20:30:51.755Z | [ host-image] Dec 20 20:30:50.534 INFO O| Dec 20 20:30:50.533 INFO O| Planning: Evaluating mediators ... Done |
5787 | 2024-12-20T20:30:51.761Z | [ host-image] Dec 20 20:30:50.540 INFO O| Dec 20 20:30:50.540 INFO O| Planning: Planning completed in 5.47 seconds |
5788 | 2024-12-20T20:30:51.764Z | [ host-image] Dec 20 20:30:50.542 INFO O| Dec 20 20:30:50.542 INFO O| Packages to install: 6 |
5789 | 2024-12-20T20:30:51.764Z | [ host-image] Dec 20 20:30:50.542 INFO O| Dec 20 20:30:50.542 INFO O| Mediators to change: 1 |
5790 | 2024-12-20T20:30:51.764Z | [ host-image] Dec 20 20:30:50.543 INFO O| Dec 20 20:30:50.542 INFO O| Services to change: 1 |
5791 | 2024-12-20T20:30:51.789Z | [ host-image] Dec 20 20:30:50.567 INFO O| Dec 20 20:30:50.567 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5792 | 2024-12-20T20:30:51.813Z | [ recovery-image] Dec 20 20:30:50.591 INFO O| Dec 20 20:30:50.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5793 | 2024-12-20T20:30:51.817Z | [ recovery-image] Dec 20 20:30:50.592 INFO O| Dec 20 20:30:50.591 INFO STEP 489 (remove_files) COMPLETE |
5794 | 2024-12-20T20:30:51.817Z | [ recovery-image] Dec 20 20:30:50.592 INFO O| Dec 20 20:30:50.591 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-20T20:30:51.834Z | [ recovery-image] Dec 20 20:30:50.612 INFO O| Dec 20 20:30:50.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5796 | 2024-12-20T20:30:51.838Z | [ recovery-image] Dec 20 20:30:50.612 INFO O| Dec 20 20:30:50.612 INFO STEP 490 (remove_files) COMPLETE |
5797 | 2024-12-20T20:30:51.838Z | [ recovery-image] Dec 20 20:30:50.612 INFO O| Dec 20 20:30:50.612 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-20T20:30:51.853Z | [ recovery-image] Dec 20 20:30:50.631 INFO O| Dec 20 20:30:50.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5799 | 2024-12-20T20:30:51.853Z | [ recovery-image] Dec 20 20:30:50.631 INFO O| Dec 20 20:30:50.631 INFO STEP 491 (remove_files) COMPLETE |
5800 | 2024-12-20T20:30:51.853Z | [ recovery-image] Dec 20 20:30:50.631 INFO O| Dec 20 20:30:50.631 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-20T20:30:51.871Z | [ recovery-image] Dec 20 20:30:50.650 INFO O| Dec 20 20:30:50.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5802 | 2024-12-20T20:30:51.875Z | [ recovery-image] Dec 20 20:30:50.650 INFO O| Dec 20 20:30:50.650 INFO STEP 492 (remove_files) COMPLETE |
5803 | 2024-12-20T20:30:51.875Z | [ recovery-image] Dec 20 20:30:50.650 INFO O| Dec 20 20:30:50.650 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-20T20:30:51.891Z | [ recovery-image] Dec 20 20:30:50.670 INFO O| Dec 20 20:30:50.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5805 | 2024-12-20T20:30:51.894Z | [ recovery-image] Dec 20 20:30:50.670 INFO O| Dec 20 20:30:50.670 INFO STEP 493 (remove_files) COMPLETE |
5806 | 2024-12-20T20:30:51.894Z | [ recovery-image] Dec 20 20:30:50.670 INFO O| Dec 20 20:30:50.670 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-20T20:30:51.910Z | [ recovery-image] Dec 20 20:30:50.688 INFO O| Dec 20 20:30:50.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5808 | 2024-12-20T20:30:51.913Z | [ recovery-image] Dec 20 20:30:50.689 INFO O| Dec 20 20:30:50.689 INFO STEP 494 (remove_files) COMPLETE |
5809 | 2024-12-20T20:30:51.913Z | [ recovery-image] Dec 20 20:30:50.689 INFO O| Dec 20 20:30:50.689 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-20T20:30:51.928Z | [ recovery-image] Dec 20 20:30:50.706 INFO O| Dec 20 20:30:50.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5811 | 2024-12-20T20:30:51.931Z | [ recovery-image] Dec 20 20:30:50.707 INFO O| Dec 20 20:30:50.706 INFO STEP 495 (remove_files) COMPLETE |
5812 | 2024-12-20T20:30:51.931Z | [ recovery-image] Dec 20 20:30:50.707 INFO O| Dec 20 20:30:50.707 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-20T20:30:51.983Z | [ recovery-image] Dec 20 20:30:50.761 INFO O| Dec 20 20:30:50.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5814 | 2024-12-20T20:30:51.983Z | [ recovery-image] Dec 20 20:30:50.761 INFO O| Dec 20 20:30:50.761 INFO STEP 496 (remove_files) COMPLETE |
5815 | 2024-12-20T20:30:51.983Z | [ recovery-image] Dec 20 20:30:50.761 INFO O| Dec 20 20:30:50.761 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-20T20:30:52.006Z | [ recovery-image] Dec 20 20:30:50.784 INFO O| Dec 20 20:30:50.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5817 | 2024-12-20T20:30:52.006Z | [ recovery-image] Dec 20 20:30:50.784 INFO O| Dec 20 20:30:50.784 INFO STEP 497 (remove_files) COMPLETE |
5818 | 2024-12-20T20:30:52.006Z | [ recovery-image] Dec 20 20:30:50.784 INFO O| Dec 20 20:30:50.784 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-20T20:30:52.050Z | [ recovery-image] Dec 20 20:30:50.828 INFO O| Dec 20 20:30:50.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5820 | 2024-12-20T20:30:52.050Z | [ recovery-image] Dec 20 20:30:50.828 INFO O| Dec 20 20:30:50.828 INFO STEP 498 (remove_files) COMPLETE |
5821 | 2024-12-20T20:30:52.053Z | [ recovery-image] Dec 20 20:30:50.828 INFO O| Dec 20 20:30:50.828 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-20T20:30:52.071Z | [ recovery-image] Dec 20 20:30:50.849 INFO O| Dec 20 20:30:50.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5823 | 2024-12-20T20:30:52.071Z | [ recovery-image] Dec 20 20:30:50.849 INFO O| Dec 20 20:30:50.849 INFO STEP 499 (remove_files) COMPLETE |
5824 | 2024-12-20T20:30:52.074Z | [ recovery-image] Dec 20 20:30:50.849 INFO O| Dec 20 20:30:50.849 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-20T20:30:52.108Z | [ recovery-image] Dec 20 20:30:50.886 INFO O| Dec 20 20:30:50.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5826 | 2024-12-20T20:30:52.108Z | [ recovery-image] Dec 20 20:30:50.886 INFO O| Dec 20 20:30:50.886 INFO STEP 500 (remove_files) COMPLETE |
5827 | 2024-12-20T20:30:52.108Z | [ recovery-image] Dec 20 20:30:50.886 INFO O| Dec 20 20:30:50.886 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-20T20:30:52.128Z | [ recovery-image] Dec 20 20:30:50.907 INFO O| Dec 20 20:30:50.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5829 | 2024-12-20T20:30:52.128Z | [ recovery-image] Dec 20 20:30:50.907 INFO O| Dec 20 20:30:50.907 INFO STEP 501 (remove_files) COMPLETE |
5830 | 2024-12-20T20:30:52.128Z | [ recovery-image] Dec 20 20:30:50.907 INFO O| Dec 20 20:30:50.907 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-20T20:30:52.149Z | [ recovery-image] Dec 20 20:30:50.928 INFO O| Dec 20 20:30:50.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5832 | 2024-12-20T20:30:52.149Z | [ recovery-image] Dec 20 20:30:50.928 INFO O| Dec 20 20:30:50.928 INFO STEP 502 (remove_files) COMPLETE |
5833 | 2024-12-20T20:30:52.149Z | [ recovery-image] Dec 20 20:30:50.928 INFO O| Dec 20 20:30:50.928 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-20T20:30:52.169Z | [ recovery-image] Dec 20 20:30:50.947 INFO O| Dec 20 20:30:50.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5835 | 2024-12-20T20:30:52.169Z | [ recovery-image] Dec 20 20:30:50.947 INFO O| Dec 20 20:30:50.947 INFO STEP 503 (remove_files) COMPLETE |
5836 | 2024-12-20T20:30:52.172Z | [ recovery-image] Dec 20 20:30:50.947 INFO O| Dec 20 20:30:50.947 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-20T20:30:52.189Z | [ recovery-image] Dec 20 20:30:50.967 INFO O| Dec 20 20:30:50.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5838 | 2024-12-20T20:30:52.189Z | [ recovery-image] Dec 20 20:30:50.967 INFO O| Dec 20 20:30:50.967 INFO STEP 504 (remove_files) COMPLETE |
5839 | 2024-12-20T20:30:52.189Z | [ recovery-image] Dec 20 20:30:50.967 INFO O| Dec 20 20:30:50.967 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-20T20:30:52.209Z | [ recovery-image] Dec 20 20:30:50.987 INFO O| Dec 20 20:30:50.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5841 | 2024-12-20T20:30:52.209Z | [ recovery-image] Dec 20 20:30:50.987 INFO O| Dec 20 20:30:50.987 INFO STEP 505 (remove_files) COMPLETE |
5842 | 2024-12-20T20:30:52.210Z | [ recovery-image] Dec 20 20:30:50.987 INFO O| Dec 20 20:30:50.987 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-20T20:30:52.240Z | [ recovery-image] Dec 20 20:30:51.018 INFO O| Dec 20 20:30:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5844 | 2024-12-20T20:30:52.240Z | [ recovery-image] Dec 20 20:30:51.018 INFO O| Dec 20 20:30:51.018 INFO STEP 506 (remove_files) COMPLETE |
5845 | 2024-12-20T20:30:52.243Z | [ recovery-image] Dec 20 20:30:51.018 INFO O| Dec 20 20:30:51.018 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-20T20:30:52.304Z | [ recovery-image] Dec 20 20:30:51.082 INFO O| Dec 20 20:30:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5847 | 2024-12-20T20:30:52.304Z | [ recovery-image] Dec 20 20:30:51.082 INFO O| Dec 20 20:30:51.082 INFO STEP 507 (remove_files) COMPLETE |
5848 | 2024-12-20T20:30:52.306Z | [ recovery-image] Dec 20 20:30:51.082 INFO O| Dec 20 20:30:51.082 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-20T20:30:52.338Z | [ recovery-image] Dec 20 20:30:51.116 INFO O| Dec 20 20:30:51.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5850 | 2024-12-20T20:30:52.338Z | [ recovery-image] Dec 20 20:30:51.116 INFO O| Dec 20 20:30:51.116 INFO STEP 508 (remove_files) COMPLETE |
5851 | 2024-12-20T20:30:52.338Z | [ recovery-image] Dec 20 20:30:51.116 INFO O| Dec 20 20:30:51.116 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-20T20:30:52.359Z | [ recovery-image] Dec 20 20:30:51.137 INFO O| Dec 20 20:30:51.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5853 | 2024-12-20T20:30:52.359Z | [ recovery-image] Dec 20 20:30:51.137 INFO O| Dec 20 20:30:51.137 INFO STEP 509 (remove_files) COMPLETE |
5854 | 2024-12-20T20:30:52.359Z | [ recovery-image] Dec 20 20:30:51.137 INFO O| Dec 20 20:30:51.137 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-20T20:30:52.379Z | [ recovery-image] Dec 20 20:30:51.158 INFO O| Dec 20 20:30:51.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5856 | 2024-12-20T20:30:52.379Z | [ recovery-image] Dec 20 20:30:51.158 INFO O| Dec 20 20:30:51.158 INFO STEP 510 (remove_files) COMPLETE |
5857 | 2024-12-20T20:30:52.379Z | [ recovery-image] Dec 20 20:30:51.158 INFO O| Dec 20 20:30:51.158 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-20T20:30:52.399Z | [ recovery-image] Dec 20 20:30:51.177 INFO O| Dec 20 20:30:51.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5859 | 2024-12-20T20:30:52.399Z | [ recovery-image] Dec 20 20:30:51.178 INFO O| Dec 20 20:30:51.178 INFO STEP 511 (remove_files) COMPLETE |
5860 | 2024-12-20T20:30:52.400Z | [ recovery-image] Dec 20 20:30:51.178 INFO O| Dec 20 20:30:51.178 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-20T20:30:52.436Z | [ recovery-image] Dec 20 20:30:51.214 INFO O| Dec 20 20:30:51.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5862 | 2024-12-20T20:30:52.436Z | [ recovery-image] Dec 20 20:30:51.214 INFO O| Dec 20 20:30:51.214 INFO STEP 512 (remove_files) COMPLETE |
5863 | 2024-12-20T20:30:52.436Z | [ recovery-image] Dec 20 20:30:51.214 INFO O| Dec 20 20:30:51.214 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-20T20:30:52.457Z | [ recovery-image] Dec 20 20:30:51.235 INFO O| Dec 20 20:30:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5865 | 2024-12-20T20:30:52.457Z | [ recovery-image] Dec 20 20:30:51.235 INFO O| Dec 20 20:30:51.235 INFO STEP 513 (remove_files) COMPLETE |
5866 | 2024-12-20T20:30:52.457Z | [ recovery-image] Dec 20 20:30:51.236 INFO O| Dec 20 20:30:51.235 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-20T20:30:52.478Z | [ recovery-image] Dec 20 20:30:51.256 INFO O| Dec 20 20:30:51.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5868 | 2024-12-20T20:30:52.478Z | [ recovery-image] Dec 20 20:30:51.257 INFO O| Dec 20 20:30:51.257 INFO STEP 514 (remove_files) COMPLETE |
5869 | 2024-12-20T20:30:52.478Z | [ recovery-image] Dec 20 20:30:51.257 INFO O| Dec 20 20:30:51.257 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-20T20:30:52.508Z | [ recovery-image] Dec 20 20:30:51.286 INFO O| Dec 20 20:30:51.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5871 | 2024-12-20T20:30:52.508Z | [ recovery-image] Dec 20 20:30:51.286 INFO O| Dec 20 20:30:51.286 INFO STEP 515 (remove_files) COMPLETE |
5872 | 2024-12-20T20:30:52.508Z | [ recovery-image] Dec 20 20:30:51.286 INFO O| Dec 20 20:30:51.286 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-20T20:30:52.546Z | [ recovery-image] Dec 20 20:30:51.314 INFO O| Dec 20 20:30:51.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5874 | 2024-12-20T20:30:52.547Z | [ recovery-image] Dec 20 20:30:51.314 INFO O| Dec 20 20:30:51.314 INFO STEP 516 (remove_files) COMPLETE |
5875 | 2024-12-20T20:30:52.547Z | [ recovery-image] Dec 20 20:30:51.314 INFO O| Dec 20 20:30:51.314 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-20T20:30:52.559Z | [ recovery-image] Dec 20 20:30:51.337 INFO O| Dec 20 20:30:51.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5877 | 2024-12-20T20:30:52.559Z | [ recovery-image] Dec 20 20:30:51.337 INFO O| Dec 20 20:30:51.337 INFO STEP 517 (remove_files) COMPLETE |
5878 | 2024-12-20T20:30:52.560Z | [ recovery-image] Dec 20 20:30:51.337 INFO O| Dec 20 20:30:51.337 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-20T20:30:52.590Z | [ recovery-image] Dec 20 20:30:51.368 INFO O| Dec 20 20:30:51.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5880 | 2024-12-20T20:30:52.590Z | [ recovery-image] Dec 20 20:30:51.368 INFO O| Dec 20 20:30:51.368 INFO STEP 518 (remove_files) COMPLETE |
5881 | 2024-12-20T20:30:52.590Z | [ recovery-image] Dec 20 20:30:51.368 INFO O| Dec 20 20:30:51.368 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-20T20:30:52.612Z | [ recovery-image] Dec 20 20:30:51.390 INFO O| Dec 20 20:30:51.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5883 | 2024-12-20T20:30:52.612Z | [ recovery-image] Dec 20 20:30:51.390 INFO O| Dec 20 20:30:51.390 INFO STEP 519 (remove_files) COMPLETE |
5884 | 2024-12-20T20:30:52.612Z | [ recovery-image] Dec 20 20:30:51.390 INFO O| Dec 20 20:30:51.390 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-20T20:30:52.632Z | [ recovery-image] Dec 20 20:30:51.410 INFO O| Dec 20 20:30:51.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5886 | 2024-12-20T20:30:52.636Z | [ recovery-image] Dec 20 20:30:51.410 INFO O| Dec 20 20:30:51.410 INFO STEP 520 (remove_files) COMPLETE |
5887 | 2024-12-20T20:30:52.636Z | [ recovery-image] Dec 20 20:30:51.410 INFO O| Dec 20 20:30:51.410 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-20T20:30:52.668Z | [ recovery-image] Dec 20 20:30:51.446 INFO O| Dec 20 20:30:51.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5889 | 2024-12-20T20:30:52.668Z | [ recovery-image] Dec 20 20:30:51.446 INFO O| Dec 20 20:30:51.446 INFO STEP 521 (remove_files) COMPLETE |
5890 | 2024-12-20T20:30:52.672Z | [ recovery-image] Dec 20 20:30:51.446 INFO O| Dec 20 20:30:51.446 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-20T20:30:52.689Z | [ recovery-image] Dec 20 20:30:51.468 INFO O| Dec 20 20:30:51.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5892 | 2024-12-20T20:30:52.693Z | [ recovery-image] Dec 20 20:30:51.468 INFO O| Dec 20 20:30:51.468 INFO STEP 522 (remove_files) COMPLETE |
5893 | 2024-12-20T20:30:52.693Z | [ recovery-image] Dec 20 20:30:51.468 INFO O| Dec 20 20:30:51.468 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-20T20:30:52.710Z | [ recovery-image] Dec 20 20:30:51.488 INFO O| Dec 20 20:30:51.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5895 | 2024-12-20T20:30:52.710Z | [ recovery-image] Dec 20 20:30:51.488 INFO O| Dec 20 20:30:51.488 INFO STEP 523 (remove_files) COMPLETE |
5896 | 2024-12-20T20:30:52.710Z | [ recovery-image] Dec 20 20:30:51.488 INFO O| Dec 20 20:30:51.488 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-20T20:30:52.748Z | [ recovery-image] Dec 20 20:30:51.526 INFO O| Dec 20 20:30:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5898 | 2024-12-20T20:30:52.748Z | [ recovery-image] Dec 20 20:30:51.526 INFO O| Dec 20 20:30:51.526 INFO STEP 524 (remove_files) COMPLETE |
5899 | 2024-12-20T20:30:52.748Z | [ recovery-image] Dec 20 20:30:51.526 INFO O| Dec 20 20:30:51.526 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-20T20:30:52.769Z | [ recovery-image] Dec 20 20:30:51.548 INFO O| Dec 20 20:30:51.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5901 | 2024-12-20T20:30:52.770Z | [ recovery-image] Dec 20 20:30:51.548 INFO O| Dec 20 20:30:51.548 INFO STEP 525 (remove_files) COMPLETE |
5902 | 2024-12-20T20:30:52.773Z | [ recovery-image] Dec 20 20:30:51.548 INFO O| Dec 20 20:30:51.548 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-20T20:30:52.790Z | [ recovery-image] Dec 20 20:30:51.568 INFO O| Dec 20 20:30:51.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5904 | 2024-12-20T20:30:52.790Z | [ recovery-image] Dec 20 20:30:51.568 INFO O| Dec 20 20:30:51.568 INFO STEP 526 (remove_files) COMPLETE |
5905 | 2024-12-20T20:30:52.793Z | [ recovery-image] Dec 20 20:30:51.568 INFO O| Dec 20 20:30:51.568 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-20T20:30:52.810Z | [ recovery-image] Dec 20 20:30:51.588 INFO O| Dec 20 20:30:51.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5907 | 2024-12-20T20:30:52.810Z | [ recovery-image] Dec 20 20:30:51.588 INFO O| Dec 20 20:30:51.588 INFO STEP 527 (remove_files) COMPLETE |
5908 | 2024-12-20T20:30:52.813Z | [ recovery-image] Dec 20 20:30:51.588 INFO O| Dec 20 20:30:51.588 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-20T20:30:52.850Z | [ recovery-image] Dec 20 20:30:51.628 INFO O| Dec 20 20:30:51.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5910 | 2024-12-20T20:30:52.854Z | [ recovery-image] Dec 20 20:30:51.629 INFO O| Dec 20 20:30:51.629 INFO STEP 528 (remove_files) COMPLETE |
5911 | 2024-12-20T20:30:52.854Z | [ recovery-image] Dec 20 20:30:51.629 INFO O| Dec 20 20:30:51.629 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-20T20:30:52.869Z | [ recovery-image] Dec 20 20:30:51.648 INFO O| Dec 20 20:30:51.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5913 | 2024-12-20T20:30:52.872Z | [ recovery-image] Dec 20 20:30:51.648 INFO O| Dec 20 20:30:51.648 INFO STEP 529 (remove_files) COMPLETE |
5914 | 2024-12-20T20:30:52.873Z | [ recovery-image] Dec 20 20:30:51.648 INFO O| Dec 20 20:30:51.648 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-20T20:30:52.888Z | [ recovery-image] Dec 20 20:30:51.666 INFO O| Dec 20 20:30:51.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5916 | 2024-12-20T20:30:52.891Z | [ recovery-image] Dec 20 20:30:51.667 INFO O| Dec 20 20:30:51.666 INFO STEP 530 (remove_files) COMPLETE |
5917 | 2024-12-20T20:30:52.891Z | [ recovery-image] Dec 20 20:30:51.667 INFO O| Dec 20 20:30:51.667 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-20T20:30:52.909Z | [ recovery-image] Dec 20 20:30:51.687 INFO O| Dec 20 20:30:51.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5919 | 2024-12-20T20:30:52.909Z | [ recovery-image] Dec 20 20:30:51.687 INFO O| Dec 20 20:30:51.687 INFO STEP 531 (remove_files) COMPLETE |
5920 | 2024-12-20T20:30:52.912Z | [ recovery-image] Dec 20 20:30:51.688 INFO O| Dec 20 20:30:51.687 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-20T20:30:52.930Z | [ recovery-image] Dec 20 20:30:51.708 INFO O| Dec 20 20:30:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5922 | 2024-12-20T20:30:52.935Z | [ recovery-image] Dec 20 20:30:51.708 INFO O| Dec 20 20:30:51.708 INFO STEP 532 (remove_files) COMPLETE |
5923 | 2024-12-20T20:30:52.935Z | [ recovery-image] Dec 20 20:30:51.708 INFO O| Dec 20 20:30:51.708 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-20T20:30:52.970Z | [ recovery-image] Dec 20 20:30:51.749 INFO O| Dec 20 20:30:51.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5925 | 2024-12-20T20:30:52.974Z | [ recovery-image] Dec 20 20:30:51.749 INFO O| Dec 20 20:30:51.749 INFO STEP 533 (remove_files) COMPLETE |
5926 | 2024-12-20T20:30:52.974Z | [ recovery-image] Dec 20 20:30:51.749 INFO O| Dec 20 20:30:51.749 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-20T20:30:52.993Z | [ recovery-image] Dec 20 20:30:51.771 INFO O| Dec 20 20:30:51.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5928 | 2024-12-20T20:30:52.993Z | [ recovery-image] Dec 20 20:30:51.771 INFO O| Dec 20 20:30:51.771 INFO STEP 534 (remove_files) COMPLETE |
5929 | 2024-12-20T20:30:52.993Z | [ recovery-image] Dec 20 20:30:51.771 INFO O| Dec 20 20:30:51.771 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-20T20:30:53.015Z | [ recovery-image] Dec 20 20:30:51.793 INFO O| Dec 20 20:30:51.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5931 | 2024-12-20T20:30:53.015Z | [ recovery-image] Dec 20 20:30:51.793 INFO O| Dec 20 20:30:51.793 INFO STEP 535 (remove_files) COMPLETE |
5932 | 2024-12-20T20:30:53.018Z | [ recovery-image] Dec 20 20:30:51.793 INFO O| Dec 20 20:30:51.793 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-20T20:30:53.060Z | [ recovery-image] Dec 20 20:30:51.838 INFO O| Dec 20 20:30:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5934 | 2024-12-20T20:30:53.060Z | [ recovery-image] Dec 20 20:30:51.838 INFO O| Dec 20 20:30:51.838 INFO STEP 536 (remove_files) COMPLETE |
5935 | 2024-12-20T20:30:53.060Z | [ recovery-image] Dec 20 20:30:51.838 INFO O| Dec 20 20:30:51.838 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-20T20:30:53.118Z | [ recovery-image] Dec 20 20:30:51.896 INFO O| Dec 20 20:30:51.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5937 | 2024-12-20T20:30:53.118Z | [ recovery-image] Dec 20 20:30:51.896 INFO O| Dec 20 20:30:51.896 INFO STEP 537 (remove_files) COMPLETE |
5938 | 2024-12-20T20:30:53.121Z | [ recovery-image] Dec 20 20:30:51.896 INFO O| Dec 20 20:30:51.896 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-20T20:30:53.152Z | [ recovery-image] Dec 20 20:30:51.930 INFO O| Dec 20 20:30:51.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5940 | 2024-12-20T20:30:53.155Z | [ recovery-image] Dec 20 20:30:51.931 INFO O| Dec 20 20:30:51.930 INFO STEP 538 (remove_files) COMPLETE |
5941 | 2024-12-20T20:30:53.155Z | [ recovery-image] Dec 20 20:30:51.931 INFO O| Dec 20 20:30:51.931 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-20T20:30:53.172Z | [ recovery-image] Dec 20 20:30:51.950 INFO O| Dec 20 20:30:51.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5943 | 2024-12-20T20:30:53.175Z | [ recovery-image] Dec 20 20:30:51.950 INFO O| Dec 20 20:30:51.950 INFO STEP 539 (remove_files) COMPLETE |
5944 | 2024-12-20T20:30:53.175Z | [ recovery-image] Dec 20 20:30:51.950 INFO O| Dec 20 20:30:51.950 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-20T20:30:53.192Z | [ recovery-image] Dec 20 20:30:51.970 INFO O| Dec 20 20:30:51.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5946 | 2024-12-20T20:30:53.195Z | [ recovery-image] Dec 20 20:30:51.970 INFO O| Dec 20 20:30:51.970 INFO STEP 540 (remove_files) COMPLETE |
5947 | 2024-12-20T20:30:53.195Z | [ recovery-image] Dec 20 20:30:51.971 INFO O| Dec 20 20:30:51.970 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-20T20:30:53.213Z | [ recovery-image] Dec 20 20:30:51.991 INFO O| Dec 20 20:30:51.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5949 | 2024-12-20T20:30:53.216Z | [ recovery-image] Dec 20 20:30:51.992 INFO O| Dec 20 20:30:51.991 INFO STEP 541 (remove_files) COMPLETE |
5950 | 2024-12-20T20:30:53.216Z | [ recovery-image] Dec 20 20:30:51.992 INFO O| Dec 20 20:30:51.992 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-20T20:30:53.236Z | [ recovery-image] Dec 20 20:30:52.014 INFO O| Dec 20 20:30:52.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5952 | 2024-12-20T20:30:53.236Z | [ recovery-image] Dec 20 20:30:52.014 INFO O| Dec 20 20:30:52.014 INFO STEP 542 (remove_files) COMPLETE |
5953 | 2024-12-20T20:30:53.236Z | [ recovery-image] Dec 20 20:30:52.014 INFO O| Dec 20 20:30:52.014 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-20T20:30:53.329Z | [ recovery-image] Dec 20 20:30:52.108 INFO O| Dec 20 20:30:52.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5955 | 2024-12-20T20:30:53.333Z | [ recovery-image] Dec 20 20:30:52.108 INFO O| Dec 20 20:30:52.108 INFO STEP 543 (remove_files) COMPLETE |
5956 | 2024-12-20T20:30:53.333Z | [ recovery-image] Dec 20 20:30:52.108 INFO O| Dec 20 20:30:52.108 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-20T20:30:53.351Z | [ recovery-image] Dec 20 20:30:52.129 INFO O| Dec 20 20:30:52.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5958 | 2024-12-20T20:30:53.353Z | [ recovery-image] Dec 20 20:30:52.129 INFO O| Dec 20 20:30:52.129 INFO STEP 544 (remove_files) COMPLETE |
5959 | 2024-12-20T20:30:53.353Z | [ recovery-image] Dec 20 20:30:52.129 INFO O| Dec 20 20:30:52.129 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-20T20:30:53.438Z | [ recovery-image] Dec 20 20:30:52.216 INFO O| Dec 20 20:30:52.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5961 | 2024-12-20T20:30:53.438Z | [ recovery-image] Dec 20 20:30:52.216 INFO O| Dec 20 20:30:52.216 INFO STEP 545 (remove_files) COMPLETE |
5962 | 2024-12-20T20:30:53.441Z | [ recovery-image] Dec 20 20:30:52.217 INFO O| Dec 20 20:30:52.216 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-20T20:30:53.462Z | [ recovery-image] Dec 20 20:30:52.237 INFO O| Dec 20 20:30:52.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5964 | 2024-12-20T20:30:53.467Z | [ recovery-image] Dec 20 20:30:52.237 INFO O| Dec 20 20:30:52.237 INFO STEP 546 (remove_files) COMPLETE |
5965 | 2024-12-20T20:30:53.467Z | [ recovery-image] Dec 20 20:30:52.238 INFO O| Dec 20 20:30:52.238 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-20T20:30:53.482Z | [ recovery-image] Dec 20 20:30:52.257 INFO O| Dec 20 20:30:52.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5967 | 2024-12-20T20:30:53.485Z | [ recovery-image] Dec 20 20:30:52.258 INFO O| Dec 20 20:30:52.258 INFO STEP 547 (remove_files) COMPLETE |
5968 | 2024-12-20T20:30:53.485Z | [ recovery-image] Dec 20 20:30:52.258 INFO O| Dec 20 20:30:52.258 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-20T20:30:53.500Z | [ recovery-image] Dec 20 20:30:52.278 INFO O| Dec 20 20:30:52.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5970 | 2024-12-20T20:30:53.503Z | [ recovery-image] Dec 20 20:30:52.278 INFO O| Dec 20 20:30:52.278 INFO STEP 548 (remove_files) COMPLETE |
5971 | 2024-12-20T20:30:53.503Z | [ recovery-image] Dec 20 20:30:52.278 INFO O| Dec 20 20:30:52.278 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-20T20:30:53.537Z | [ recovery-image] Dec 20 20:30:52.315 INFO O| Dec 20 20:30:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5973 | 2024-12-20T20:30:53.537Z | [ recovery-image] Dec 20 20:30:52.315 INFO O| Dec 20 20:30:52.315 INFO STEP 549 (remove_files) COMPLETE |
5974 | 2024-12-20T20:30:53.537Z | [ recovery-image] Dec 20 20:30:52.316 INFO O| Dec 20 20:30:52.315 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-20T20:30:53.577Z | [ recovery-image] Dec 20 20:30:52.341 INFO O| Dec 20 20:30:52.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5976 | 2024-12-20T20:30:53.577Z | [ recovery-image] Dec 20 20:30:52.341 INFO O| Dec 20 20:30:52.341 INFO STEP 550 (remove_files) COMPLETE |
5977 | 2024-12-20T20:30:53.577Z | [ recovery-image] Dec 20 20:30:52.341 INFO O| Dec 20 20:30:52.341 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-20T20:30:53.605Z | [ recovery-image] Dec 20 20:30:52.379 INFO O| Dec 20 20:30:52.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5979 | 2024-12-20T20:30:53.621Z | [ recovery-image] Dec 20 20:30:52.379 INFO O| Dec 20 20:30:52.379 INFO STEP 551 (remove_files) COMPLETE |
5980 | 2024-12-20T20:30:53.626Z | [ recovery-image] Dec 20 20:30:52.379 INFO O| Dec 20 20:30:52.379 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-20T20:30:53.626Z | [ recovery-image] Dec 20 20:30:52.401 INFO O| Dec 20 20:30:52.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5982 | 2024-12-20T20:30:53.626Z | [ recovery-image] Dec 20 20:30:52.401 INFO O| Dec 20 20:30:52.401 INFO STEP 552 (remove_files) COMPLETE |
5983 | 2024-12-20T20:30:53.626Z | [ recovery-image] Dec 20 20:30:52.401 INFO O| Dec 20 20:30:52.401 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-20T20:30:53.655Z | [ recovery-image] Dec 20 20:30:52.422 INFO O| Dec 20 20:30:52.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5985 | 2024-12-20T20:30:53.658Z | [ recovery-image] Dec 20 20:30:52.422 INFO O| Dec 20 20:30:52.422 INFO STEP 553 (remove_files) COMPLETE |
5986 | 2024-12-20T20:30:53.658Z | [ recovery-image] Dec 20 20:30:52.423 INFO O| Dec 20 20:30:52.422 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-20T20:30:53.664Z | [ recovery-image] Dec 20 20:30:52.443 INFO O| Dec 20 20:30:52.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5988 | 2024-12-20T20:30:53.686Z | [ recovery-image] Dec 20 20:30:52.464 INFO O| Dec 20 20:30:52.464 INFO STEP 554 (remove_files) COMPLETE |
5989 | 2024-12-20T20:30:53.686Z | [ recovery-image] Dec 20 20:30:52.464 INFO O| Dec 20 20:30:52.464 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-20T20:30:53.738Z | [ recovery-image] Dec 20 20:30:52.516 INFO O| Dec 20 20:30:52.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5991 | 2024-12-20T20:30:53.738Z | [ recovery-image] Dec 20 20:30:52.516 INFO O| Dec 20 20:30:52.516 INFO STEP 555 (remove_files) COMPLETE |
5992 | 2024-12-20T20:30:53.738Z | [ recovery-image] Dec 20 20:30:52.516 INFO O| Dec 20 20:30:52.516 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-20T20:30:53.761Z | [ recovery-image] Dec 20 20:30:52.539 INFO O| Dec 20 20:30:52.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5994 | 2024-12-20T20:30:53.769Z | [ recovery-image] Dec 20 20:30:52.548 INFO O| Dec 20 20:30:52.548 INFO STEP 556 (remove_files) COMPLETE |
5995 | 2024-12-20T20:30:53.773Z | [ recovery-image] Dec 20 20:30:52.548 INFO O| Dec 20 20:30:52.548 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-20T20:30:53.830Z | [ recovery-image] Dec 20 20:30:52.608 INFO O| Dec 20 20:30:52.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5997 | 2024-12-20T20:30:53.831Z | [ recovery-image] Dec 20 20:30:52.608 INFO O| Dec 20 20:30:52.608 INFO STEP 557 (remove_files) COMPLETE |
5998 | 2024-12-20T20:30:53.831Z | [ recovery-image] Dec 20 20:30:52.608 INFO O| Dec 20 20:30:52.608 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-20T20:30:53.894Z | [ recovery-image] Dec 20 20:30:52.672 INFO O| Dec 20 20:30:52.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6000 | 2024-12-20T20:30:53.894Z | [ recovery-image] Dec 20 20:30:52.672 INFO O| Dec 20 20:30:52.672 INFO STEP 558 (remove_files) COMPLETE |
6001 | 2024-12-20T20:30:53.894Z | [ recovery-image] Dec 20 20:30:52.673 INFO O| Dec 20 20:30:52.672 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-20T20:30:53.913Z | [ recovery-image] Dec 20 20:30:52.691 INFO O| Dec 20 20:30:52.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6003 | 2024-12-20T20:30:53.913Z | [ recovery-image] Dec 20 20:30:52.691 INFO O| Dec 20 20:30:52.691 INFO STEP 559 (remove_files) COMPLETE |
6004 | 2024-12-20T20:30:53.913Z | [ recovery-image] Dec 20 20:30:52.691 INFO O| Dec 20 20:30:52.691 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-20T20:30:53.931Z | [ recovery-image] Dec 20 20:30:52.709 INFO O| Dec 20 20:30:52.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6006 | 2024-12-20T20:30:53.931Z | [ recovery-image] Dec 20 20:30:52.709 INFO O| Dec 20 20:30:52.709 INFO STEP 560 (remove_files) COMPLETE |
6007 | 2024-12-20T20:30:53.931Z | [ recovery-image] Dec 20 20:30:52.709 INFO O| Dec 20 20:30:52.709 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-20T20:30:53.990Z | [ recovery-image] Dec 20 20:30:52.768 INFO O| Dec 20 20:30:52.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6009 | 2024-12-20T20:30:53.992Z | [ recovery-image] Dec 20 20:30:52.768 INFO O| Dec 20 20:30:52.768 INFO STEP 561 (remove_files) COMPLETE |
6010 | 2024-12-20T20:30:53.992Z | [ recovery-image] Dec 20 20:30:52.768 INFO O| Dec 20 20:30:52.768 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-20T20:30:54.014Z | [ recovery-image] Dec 20 20:30:52.792 INFO O| Dec 20 20:30:52.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6012 | 2024-12-20T20:30:54.018Z | [ recovery-image] Dec 20 20:30:52.793 INFO O| Dec 20 20:30:52.793 INFO STEP 562 (remove_files) COMPLETE |
6013 | 2024-12-20T20:30:54.018Z | [ recovery-image] Dec 20 20:30:52.793 INFO O| Dec 20 20:30:52.793 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-20T20:30:54.047Z | [ recovery-image] Dec 20 20:30:52.825 INFO O| Dec 20 20:30:52.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6015 | 2024-12-20T20:30:54.047Z | [ recovery-image] Dec 20 20:30:52.825 INFO O| Dec 20 20:30:52.825 INFO STEP 563 (remove_files) COMPLETE |
6016 | 2024-12-20T20:30:54.050Z | [ recovery-image] Dec 20 20:30:52.825 INFO O| Dec 20 20:30:52.825 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-20T20:30:54.081Z | [ recovery-image] Dec 20 20:30:52.860 INFO O| Dec 20 20:30:52.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6018 | 2024-12-20T20:30:54.084Z | [ recovery-image] Dec 20 20:30:52.860 INFO O| Dec 20 20:30:52.860 INFO STEP 564 (remove_files) COMPLETE |
6019 | 2024-12-20T20:30:54.084Z | [ recovery-image] Dec 20 20:30:52.860 INFO O| Dec 20 20:30:52.860 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-20T20:30:54.125Z | [ recovery-image] Dec 20 20:30:52.904 INFO O| Dec 20 20:30:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6021 | 2024-12-20T20:30:54.129Z | [ recovery-image] Dec 20 20:30:52.904 INFO O| Dec 20 20:30:52.904 INFO STEP 565 (remove_files) COMPLETE |
6022 | 2024-12-20T20:30:54.129Z | [ recovery-image] Dec 20 20:30:52.904 INFO O| Dec 20 20:30:52.904 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-20T20:30:54.154Z | [ recovery-image] Dec 20 20:30:52.925 INFO O| Dec 20 20:30:52.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6024 | 2024-12-20T20:30:54.154Z | [ recovery-image] Dec 20 20:30:52.926 INFO O| Dec 20 20:30:52.926 INFO STEP 566 (remove_files) COMPLETE |
6025 | 2024-12-20T20:30:54.154Z | [ recovery-image] Dec 20 20:30:52.926 INFO O| Dec 20 20:30:52.926 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-20T20:30:54.166Z | [ recovery-image] Dec 20 20:30:52.944 INFO O| Dec 20 20:30:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6027 | 2024-12-20T20:30:54.169Z | [ recovery-image] Dec 20 20:30:52.945 INFO O| Dec 20 20:30:52.945 INFO STEP 567 (remove_files) COMPLETE |
6028 | 2024-12-20T20:30:54.169Z | [ recovery-image] Dec 20 20:30:52.945 INFO O| Dec 20 20:30:52.945 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-20T20:30:54.200Z | [ recovery-image] Dec 20 20:30:52.978 INFO O| Dec 20 20:30:52.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6030 | 2024-12-20T20:30:54.200Z | [ recovery-image] Dec 20 20:30:52.978 INFO O| Dec 20 20:30:52.978 INFO STEP 568 (remove_files) COMPLETE |
6031 | 2024-12-20T20:30:54.200Z | [ recovery-image] Dec 20 20:30:52.978 INFO O| Dec 20 20:30:52.978 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-20T20:30:54.221Z | [ recovery-image] Dec 20 20:30:52.999 INFO O| Dec 20 20:30:52.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6033 | 2024-12-20T20:30:54.221Z | [ recovery-image] Dec 20 20:30:52.999 INFO O| Dec 20 20:30:52.999 INFO STEP 569 (remove_files) COMPLETE |
6034 | 2024-12-20T20:30:54.221Z | [ recovery-image] Dec 20 20:30:52.999 INFO O| Dec 20 20:30:52.999 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-20T20:30:54.246Z | [ recovery-image] Dec 20 20:30:53.025 INFO O| Dec 20 20:30:53.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6036 | 2024-12-20T20:30:54.246Z | [ recovery-image] Dec 20 20:30:53.025 INFO O| Dec 20 20:30:53.025 INFO STEP 570 (remove_files) COMPLETE |
6037 | 2024-12-20T20:30:54.249Z | [ recovery-image] Dec 20 20:30:53.025 INFO O| Dec 20 20:30:53.025 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-20T20:30:54.266Z | [ recovery-image] Dec 20 20:30:53.044 INFO O| Dec 20 20:30:53.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6039 | 2024-12-20T20:30:54.267Z | [ recovery-image] Dec 20 20:30:53.044 INFO O| Dec 20 20:30:53.044 INFO STEP 571 (remove_files) COMPLETE |
6040 | 2024-12-20T20:30:54.267Z | [ recovery-image] Dec 20 20:30:53.045 INFO O| Dec 20 20:30:53.044 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-20T20:30:54.286Z | [ recovery-image] Dec 20 20:30:53.064 INFO O| Dec 20 20:30:53.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6042 | 2024-12-20T20:30:54.286Z | [ recovery-image] Dec 20 20:30:53.064 INFO O| Dec 20 20:30:53.064 INFO STEP 572 (remove_files) COMPLETE |
6043 | 2024-12-20T20:30:54.286Z | [ recovery-image] Dec 20 20:30:53.064 INFO O| Dec 20 20:30:53.064 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-20T20:30:54.307Z | [ recovery-image] Dec 20 20:30:53.085 INFO O| Dec 20 20:30:53.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6045 | 2024-12-20T20:30:54.310Z | [ recovery-image] Dec 20 20:30:53.086 INFO O| Dec 20 20:30:53.086 INFO STEP 573 (remove_files) COMPLETE |
6046 | 2024-12-20T20:30:54.310Z | [ recovery-image] Dec 20 20:30:53.086 INFO O| Dec 20 20:30:53.086 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-20T20:30:54.426Z | [ recovery-image] Dec 20 20:30:53.204 INFO O| Dec 20 20:30:53.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6048 | 2024-12-20T20:30:54.429Z | [ recovery-image] Dec 20 20:30:53.204 INFO O| Dec 20 20:30:53.204 INFO STEP 574 (remove_files) COMPLETE |
6049 | 2024-12-20T20:30:54.429Z | [ recovery-image] Dec 20 20:30:53.204 INFO O| Dec 20 20:30:53.204 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-20T20:30:54.446Z | [ recovery-image] Dec 20 20:30:53.224 INFO O| Dec 20 20:30:53.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6051 | 2024-12-20T20:30:54.449Z | [ recovery-image] Dec 20 20:30:53.225 INFO O| Dec 20 20:30:53.225 INFO STEP 575 (remove_files) COMPLETE |
6052 | 2024-12-20T20:30:54.449Z | [ recovery-image] Dec 20 20:30:53.225 INFO O| Dec 20 20:30:53.225 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-20T20:30:54.471Z | [ recovery-image] Dec 20 20:30:53.249 INFO O| Dec 20 20:30:53.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6054 | 2024-12-20T20:30:54.474Z | [ recovery-image] Dec 20 20:30:53.249 INFO O| Dec 20 20:30:53.249 INFO STEP 576 (remove_files) COMPLETE |
6055 | 2024-12-20T20:30:54.474Z | [ recovery-image] Dec 20 20:30:53.250 INFO O| Dec 20 20:30:53.250 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-20T20:30:54.493Z | [ recovery-image] Dec 20 20:30:53.271 INFO O| Dec 20 20:30:53.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6057 | 2024-12-20T20:30:54.496Z | [ recovery-image] Dec 20 20:30:53.271 INFO O| Dec 20 20:30:53.271 INFO STEP 577 (remove_files) COMPLETE |
6058 | 2024-12-20T20:30:54.496Z | [ recovery-image] Dec 20 20:30:53.271 INFO O| Dec 20 20:30:53.271 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-20T20:30:54.517Z | [ recovery-image] Dec 20 20:30:53.295 INFO O| Dec 20 20:30:53.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6060 | 2024-12-20T20:30:54.524Z | [ recovery-image] Dec 20 20:30:53.295 INFO O| Dec 20 20:30:53.295 INFO STEP 578 (remove_files) COMPLETE |
6061 | 2024-12-20T20:30:54.524Z | [ recovery-image] Dec 20 20:30:53.296 INFO O| Dec 20 20:30:53.295 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-20T20:30:54.538Z | [ recovery-image] Dec 20 20:30:53.316 INFO O| Dec 20 20:30:53.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6063 | 2024-12-20T20:30:54.540Z | [ recovery-image] Dec 20 20:30:53.316 INFO O| Dec 20 20:30:53.316 INFO STEP 579 (remove_files) COMPLETE |
6064 | 2024-12-20T20:30:54.541Z | [ recovery-image] Dec 20 20:30:53.316 INFO O| Dec 20 20:30:53.316 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-20T20:30:54.557Z | [ recovery-image] Dec 20 20:30:53.335 INFO O| Dec 20 20:30:53.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6066 | 2024-12-20T20:30:54.561Z | [ recovery-image] Dec 20 20:30:53.335 INFO O| Dec 20 20:30:53.335 INFO STEP 580 (remove_files) COMPLETE |
6067 | 2024-12-20T20:30:54.561Z | [ recovery-image] Dec 20 20:30:53.335 INFO O| Dec 20 20:30:53.335 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-20T20:30:54.577Z | [ recovery-image] Dec 20 20:30:53.354 INFO O| Dec 20 20:30:53.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6069 | 2024-12-20T20:30:54.577Z | [ recovery-image] Dec 20 20:30:53.354 INFO O| Dec 20 20:30:53.354 INFO STEP 581 (remove_files) COMPLETE |
6070 | 2024-12-20T20:30:54.577Z | [ recovery-image] Dec 20 20:30:53.354 INFO O| Dec 20 20:30:53.354 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-20T20:30:54.596Z | [ recovery-image] Dec 20 20:30:53.374 INFO O| Dec 20 20:30:53.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6072 | 2024-12-20T20:30:54.596Z | [ recovery-image] Dec 20 20:30:53.374 INFO O| Dec 20 20:30:53.374 INFO STEP 582 (remove_files) COMPLETE |
6073 | 2024-12-20T20:30:54.596Z | [ recovery-image] Dec 20 20:30:53.374 INFO O| Dec 20 20:30:53.374 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-20T20:30:54.617Z | [ recovery-image] Dec 20 20:30:53.394 INFO O| Dec 20 20:30:53.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6075 | 2024-12-20T20:30:54.617Z | [ recovery-image] Dec 20 20:30:53.395 INFO O| Dec 20 20:30:53.394 INFO STEP 583 (remove_files) COMPLETE |
6076 | 2024-12-20T20:30:54.617Z | [ recovery-image] Dec 20 20:30:53.395 INFO O| Dec 20 20:30:53.395 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-20T20:30:54.637Z | [ recovery-image] Dec 20 20:30:53.415 INFO O| Dec 20 20:30:53.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6078 | 2024-12-20T20:30:54.637Z | [ recovery-image] Dec 20 20:30:53.415 INFO O| Dec 20 20:30:53.415 INFO STEP 584 (remove_files) COMPLETE |
6079 | 2024-12-20T20:30:54.637Z | [ recovery-image] Dec 20 20:30:53.415 INFO O| Dec 20 20:30:53.415 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-20T20:30:54.659Z | [ recovery-image] Dec 20 20:30:53.436 INFO O| Dec 20 20:30:53.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6081 | 2024-12-20T20:30:54.662Z | [ recovery-image] Dec 20 20:30:53.437 INFO O| Dec 20 20:30:53.436 INFO STEP 585 (remove_files) COMPLETE |
6082 | 2024-12-20T20:30:54.662Z | [ recovery-image] Dec 20 20:30:53.437 INFO O| Dec 20 20:30:53.437 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-20T20:30:54.679Z | [ recovery-image] Dec 20 20:30:53.457 INFO O| Dec 20 20:30:53.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6084 | 2024-12-20T20:30:54.688Z | [ recovery-image] Dec 20 20:30:53.458 INFO O| Dec 20 20:30:53.458 INFO STEP 586 (remove_files) COMPLETE |
6085 | 2024-12-20T20:30:54.688Z | [ recovery-image] Dec 20 20:30:53.458 INFO O| Dec 20 20:30:53.458 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-20T20:30:54.702Z | [ recovery-image] Dec 20 20:30:53.480 INFO O| Dec 20 20:30:53.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6087 | 2024-12-20T20:30:54.705Z | [ recovery-image] Dec 20 20:30:53.480 INFO O| Dec 20 20:30:53.480 INFO STEP 587 (remove_files) COMPLETE |
6088 | 2024-12-20T20:30:54.705Z | [ recovery-image] Dec 20 20:30:53.480 INFO O| Dec 20 20:30:53.480 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-20T20:30:54.723Z | [ recovery-image] Dec 20 20:30:53.501 INFO O| Dec 20 20:30:53.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6090 | 2024-12-20T20:30:54.724Z | [ recovery-image] Dec 20 20:30:53.502 INFO O| Dec 20 20:30:53.502 INFO STEP 588 (remove_files) COMPLETE |
6091 | 2024-12-20T20:30:54.727Z | [ recovery-image] Dec 20 20:30:53.502 INFO O| Dec 20 20:30:53.502 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-20T20:30:54.743Z | [ recovery-image] Dec 20 20:30:53.521 INFO O| Dec 20 20:30:53.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6093 | 2024-12-20T20:30:54.746Z | [ recovery-image] Dec 20 20:30:53.521 INFO O| Dec 20 20:30:53.521 INFO STEP 589 (remove_files) COMPLETE |
6094 | 2024-12-20T20:30:54.746Z | [ recovery-image] Dec 20 20:30:53.521 INFO O| Dec 20 20:30:53.521 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-20T20:30:54.761Z | [ recovery-image] Dec 20 20:30:53.539 INFO O| Dec 20 20:30:53.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6096 | 2024-12-20T20:30:54.782Z | [ recovery-image] Dec 20 20:30:53.560 INFO O| Dec 20 20:30:53.560 INFO STEP 590 (remove_files) COMPLETE |
6097 | 2024-12-20T20:30:54.785Z | [ recovery-image] Dec 20 20:30:53.560 INFO O| Dec 20 20:30:53.560 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-20T20:30:54.802Z | [ recovery-image] Dec 20 20:30:53.580 INFO O| Dec 20 20:30:53.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6099 | 2024-12-20T20:30:54.805Z | [ recovery-image] Dec 20 20:30:53.580 INFO O| Dec 20 20:30:53.580 INFO STEP 591 (remove_files) COMPLETE |
6100 | 2024-12-20T20:30:54.805Z | [ recovery-image] Dec 20 20:30:53.580 INFO O| Dec 20 20:30:53.580 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-20T20:30:54.821Z | [ recovery-image] Dec 20 20:30:53.599 INFO O| Dec 20 20:30:53.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6102 | 2024-12-20T20:30:54.824Z | [ recovery-image] Dec 20 20:30:53.599 INFO O| Dec 20 20:30:53.599 INFO STEP 592 (remove_files) COMPLETE |
6103 | 2024-12-20T20:30:54.824Z | [ recovery-image] Dec 20 20:30:53.599 INFO O| Dec 20 20:30:53.599 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-20T20:30:54.841Z | [ recovery-image] Dec 20 20:30:53.619 INFO O| Dec 20 20:30:53.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6105 | 2024-12-20T20:30:54.844Z | [ recovery-image] Dec 20 20:30:53.619 INFO O| Dec 20 20:30:53.619 INFO STEP 593 (remove_files) COMPLETE |
6106 | 2024-12-20T20:30:54.844Z | [ recovery-image] Dec 20 20:30:53.619 INFO O| Dec 20 20:30:53.619 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-20T20:30:54.860Z | [ recovery-image] Dec 20 20:30:53.638 INFO O| Dec 20 20:30:53.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6108 | 2024-12-20T20:30:54.863Z | [ recovery-image] Dec 20 20:30:53.638 INFO O| Dec 20 20:30:53.638 INFO STEP 594 (remove_files) COMPLETE |
6109 | 2024-12-20T20:30:54.863Z | [ recovery-image] Dec 20 20:30:53.638 INFO O| Dec 20 20:30:53.638 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-20T20:30:54.879Z | [ recovery-image] Dec 20 20:30:53.657 INFO O| Dec 20 20:30:53.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6111 | 2024-12-20T20:30:54.879Z | [ recovery-image] Dec 20 20:30:53.658 INFO O| Dec 20 20:30:53.658 INFO STEP 595 (remove_files) COMPLETE |
6112 | 2024-12-20T20:30:54.882Z | [ recovery-image] Dec 20 20:30:53.658 INFO O| Dec 20 20:30:53.658 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-20T20:30:54.898Z | [ recovery-image] Dec 20 20:30:53.676 INFO O| Dec 20 20:30:53.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6114 | 2024-12-20T20:30:54.902Z | [ recovery-image] Dec 20 20:30:53.677 INFO O| Dec 20 20:30:53.677 INFO STEP 596 (remove_files) COMPLETE |
6115 | 2024-12-20T20:30:54.902Z | [ recovery-image] Dec 20 20:30:53.677 INFO O| Dec 20 20:30:53.677 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-20T20:30:54.919Z | [ recovery-image] Dec 20 20:30:53.696 INFO O| Dec 20 20:30:53.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6117 | 2024-12-20T20:30:54.921Z | [ recovery-image] Dec 20 20:30:53.697 INFO O| Dec 20 20:30:53.697 INFO STEP 597 (remove_files) COMPLETE |
6118 | 2024-12-20T20:30:54.921Z | [ recovery-image] Dec 20 20:30:53.697 INFO O| Dec 20 20:30:53.697 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-20T20:30:54.938Z | [ recovery-image] Dec 20 20:30:53.716 INFO O| Dec 20 20:30:53.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6120 | 2024-12-20T20:30:54.943Z | [ recovery-image] Dec 20 20:30:53.716 INFO O| Dec 20 20:30:53.716 INFO STEP 598 (remove_files) COMPLETE |
6121 | 2024-12-20T20:30:54.943Z | [ recovery-image] Dec 20 20:30:53.716 INFO O| Dec 20 20:30:53.716 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-20T20:30:54.967Z | [ recovery-image] Dec 20 20:30:53.745 INFO O| Dec 20 20:30:53.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6123 | 2024-12-20T20:30:54.967Z | [ recovery-image] Dec 20 20:30:53.745 INFO O| Dec 20 20:30:53.735 INFO STEP 599 (remove_files) COMPLETE |
6124 | 2024-12-20T20:30:54.970Z | [ recovery-image] Dec 20 20:30:53.745 INFO O| Dec 20 20:30:53.735 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-20T20:30:54.978Z | [ recovery-image] Dec 20 20:30:53.756 INFO O| Dec 20 20:30:53.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6126 | 2024-12-20T20:30:54.981Z | [ recovery-image] Dec 20 20:30:53.756 INFO O| Dec 20 20:30:53.756 INFO STEP 600 (remove_files) COMPLETE |
6127 | 2024-12-20T20:30:54.981Z | [ recovery-image] Dec 20 20:30:53.756 INFO O| Dec 20 20:30:53.756 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-20T20:30:55.000Z | [ recovery-image] Dec 20 20:30:53.776 INFO O| Dec 20 20:30:53.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6129 | 2024-12-20T20:30:55.000Z | [ recovery-image] Dec 20 20:30:53.777 INFO O| Dec 20 20:30:53.776 INFO STEP 601 (remove_files) COMPLETE |
6130 | 2024-12-20T20:30:55.000Z | [ recovery-image] Dec 20 20:30:53.777 INFO O| Dec 20 20:30:53.777 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-20T20:30:55.034Z | [ recovery-image] Dec 20 20:30:53.809 INFO O| Dec 20 20:30:53.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6132 | 2024-12-20T20:30:55.034Z | [ recovery-image] Dec 20 20:30:53.809 INFO O| Dec 20 20:30:53.809 INFO STEP 602 (remove_files) COMPLETE |
6133 | 2024-12-20T20:30:55.034Z | [ recovery-image] Dec 20 20:30:53.809 INFO O| Dec 20 20:30:53.809 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-20T20:30:55.053Z | [ recovery-image] Dec 20 20:30:53.831 INFO O| Dec 20 20:30:53.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6135 | 2024-12-20T20:30:55.056Z | [ recovery-image] Dec 20 20:30:53.831 INFO O| Dec 20 20:30:53.831 INFO STEP 603 (remove_files) COMPLETE |
6136 | 2024-12-20T20:30:55.056Z | [ recovery-image] Dec 20 20:30:53.831 INFO O| Dec 20 20:30:53.831 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-20T20:30:55.076Z | [ recovery-image] Dec 20 20:30:53.853 INFO O| Dec 20 20:30:53.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6138 | 2024-12-20T20:30:55.076Z | [ recovery-image] Dec 20 20:30:53.853 INFO O| Dec 20 20:30:53.853 INFO STEP 604 (remove_files) COMPLETE |
6139 | 2024-12-20T20:30:55.076Z | [ recovery-image] Dec 20 20:30:53.853 INFO O| Dec 20 20:30:53.853 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-20T20:30:55.094Z | [ recovery-image] Dec 20 20:30:53.873 INFO O| Dec 20 20:30:53.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6141 | 2024-12-20T20:30:55.095Z | [ recovery-image] Dec 20 20:30:53.873 INFO O| Dec 20 20:30:53.873 INFO STEP 605 (remove_files) COMPLETE |
6142 | 2024-12-20T20:30:55.095Z | [ recovery-image] Dec 20 20:30:53.873 INFO O| Dec 20 20:30:53.873 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-20T20:30:55.115Z | [ recovery-image] Dec 20 20:30:53.892 INFO O| Dec 20 20:30:53.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6144 | 2024-12-20T20:30:55.115Z | [ recovery-image] Dec 20 20:30:53.892 INFO O| Dec 20 20:30:53.892 INFO STEP 606 (remove_files) COMPLETE |
6145 | 2024-12-20T20:30:55.115Z | [ recovery-image] Dec 20 20:30:53.892 INFO O| Dec 20 20:30:53.892 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-20T20:30:55.151Z | [ recovery-image] Dec 20 20:30:53.929 INFO O| Dec 20 20:30:53.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6147 | 2024-12-20T20:30:55.154Z | [ recovery-image] Dec 20 20:30:53.929 INFO O| Dec 20 20:30:53.929 INFO STEP 607 (remove_files) COMPLETE |
6148 | 2024-12-20T20:30:55.154Z | [ recovery-image] Dec 20 20:30:53.930 INFO O| Dec 20 20:30:53.929 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-20T20:30:55.178Z | [ recovery-image] Dec 20 20:30:53.951 INFO O| Dec 20 20:30:53.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6150 | 2024-12-20T20:30:55.178Z | [ recovery-image] Dec 20 20:30:53.951 INFO O| Dec 20 20:30:53.951 INFO STEP 608 (remove_files) COMPLETE |
6151 | 2024-12-20T20:30:55.178Z | [ recovery-image] Dec 20 20:30:53.951 INFO O| Dec 20 20:30:53.951 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-20T20:30:55.193Z | [ recovery-image] Dec 20 20:30:53.971 INFO O| Dec 20 20:30:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6153 | 2024-12-20T20:30:55.193Z | [ recovery-image] Dec 20 20:30:53.972 INFO O| Dec 20 20:30:53.971 INFO STEP 609 (remove_files) COMPLETE |
6154 | 2024-12-20T20:30:55.196Z | [ recovery-image] Dec 20 20:30:53.972 INFO O| Dec 20 20:30:53.971 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-20T20:30:55.216Z | [ recovery-image] Dec 20 20:30:53.993 INFO O| Dec 20 20:30:53.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6156 | 2024-12-20T20:30:55.216Z | [ recovery-image] Dec 20 20:30:53.993 INFO O| Dec 20 20:30:53.993 INFO STEP 610 (remove_files) COMPLETE |
6157 | 2024-12-20T20:30:55.219Z | [ recovery-image] Dec 20 20:30:53.993 INFO O| Dec 20 20:30:53.993 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-20T20:30:55.235Z | [ recovery-image] Dec 20 20:30:54.013 INFO O| Dec 20 20:30:54.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6159 | 2024-12-20T20:30:55.235Z | [ recovery-image] Dec 20 20:30:54.013 INFO O| Dec 20 20:30:54.013 INFO STEP 611 (remove_files) COMPLETE |
6160 | 2024-12-20T20:30:55.236Z | [ recovery-image] Dec 20 20:30:54.013 INFO O| Dec 20 20:30:54.013 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-20T20:30:55.255Z | [ recovery-image] Dec 20 20:30:54.033 INFO O| Dec 20 20:30:54.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6162 | 2024-12-20T20:30:55.258Z | [ recovery-image] Dec 20 20:30:54.034 INFO O| Dec 20 20:30:54.033 INFO STEP 612 (remove_files) COMPLETE |
6163 | 2024-12-20T20:30:55.258Z | [ recovery-image] Dec 20 20:30:54.034 INFO O| Dec 20 20:30:54.034 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-20T20:30:55.276Z | [ recovery-image] Dec 20 20:30:54.054 INFO O| Dec 20 20:30:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6165 | 2024-12-20T20:30:55.276Z | [ recovery-image] Dec 20 20:30:54.054 INFO O| Dec 20 20:30:54.054 INFO STEP 613 (remove_files) COMPLETE |
6166 | 2024-12-20T20:30:55.276Z | [ recovery-image] Dec 20 20:30:54.054 INFO O| Dec 20 20:30:54.054 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-20T20:30:55.307Z | [ recovery-image] Dec 20 20:30:54.085 INFO O| Dec 20 20:30:54.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6168 | 2024-12-20T20:30:55.307Z | [ recovery-image] Dec 20 20:30:54.085 INFO O| Dec 20 20:30:54.085 INFO STEP 614 (remove_files) COMPLETE |
6169 | 2024-12-20T20:30:55.310Z | [ recovery-image] Dec 20 20:30:54.085 INFO O| Dec 20 20:30:54.085 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-20T20:30:55.380Z | [ recovery-image] Dec 20 20:30:54.158 INFO O| Dec 20 20:30:54.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6171 | 2024-12-20T20:30:55.383Z | [ recovery-image] Dec 20 20:30:54.160 INFO O| Dec 20 20:30:54.160 INFO STEP 615 (remove_files) COMPLETE |
6172 | 2024-12-20T20:30:55.383Z | [ recovery-image] Dec 20 20:30:54.160 INFO O| Dec 20 20:30:54.160 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-20T20:30:55.407Z | [ recovery-image] Dec 20 20:30:54.185 INFO O| Dec 20 20:30:54.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6174 | 2024-12-20T20:30:55.407Z | [ recovery-image] Dec 20 20:30:54.185 INFO O| Dec 20 20:30:54.185 INFO STEP 616 (remove_files) COMPLETE |
6175 | 2024-12-20T20:30:55.408Z | [ recovery-image] Dec 20 20:30:54.185 INFO O| Dec 20 20:30:54.185 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-20T20:30:55.433Z | [ recovery-image] Dec 20 20:30:54.211 INFO O| Dec 20 20:30:54.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6177 | 2024-12-20T20:30:55.433Z | [ recovery-image] Dec 20 20:30:54.211 INFO O| Dec 20 20:30:54.211 INFO STEP 617 (remove_files) COMPLETE |
6178 | 2024-12-20T20:30:55.433Z | [ recovery-image] Dec 20 20:30:54.212 INFO O| Dec 20 20:30:54.211 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-20T20:30:55.459Z | [ recovery-image] Dec 20 20:30:54.237 INFO O| Dec 20 20:30:54.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6180 | 2024-12-20T20:30:55.459Z | [ recovery-image] Dec 20 20:30:54.237 INFO O| Dec 20 20:30:54.237 INFO STEP 618 (remove_files) COMPLETE |
6181 | 2024-12-20T20:30:55.459Z | [ recovery-image] Dec 20 20:30:54.237 INFO O| Dec 20 20:30:54.237 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-20T20:30:55.479Z | [ recovery-image] Dec 20 20:30:54.257 INFO O| Dec 20 20:30:54.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6183 | 2024-12-20T20:30:55.479Z | [ recovery-image] Dec 20 20:30:54.258 INFO O| Dec 20 20:30:54.258 INFO STEP 619 (remove_files) COMPLETE |
6184 | 2024-12-20T20:30:55.479Z | [ recovery-image] Dec 20 20:30:54.258 INFO O| Dec 20 20:30:54.258 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-20T20:30:55.500Z | [ recovery-image] Dec 20 20:30:54.279 INFO O| Dec 20 20:30:54.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6186 | 2024-12-20T20:30:55.501Z | [ recovery-image] Dec 20 20:30:54.279 INFO O| Dec 20 20:30:54.279 INFO STEP 620 (remove_files) COMPLETE |
6187 | 2024-12-20T20:30:55.504Z | [ recovery-image] Dec 20 20:30:54.279 INFO O| Dec 20 20:30:54.279 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-20T20:30:55.521Z | [ recovery-image] Dec 20 20:30:54.299 INFO O| Dec 20 20:30:54.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6189 | 2024-12-20T20:30:55.521Z | [ recovery-image] Dec 20 20:30:54.299 INFO O| Dec 20 20:30:54.299 INFO STEP 621 (remove_files) COMPLETE |
6190 | 2024-12-20T20:30:55.521Z | [ recovery-image] Dec 20 20:30:54.299 INFO O| Dec 20 20:30:54.299 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-20T20:30:55.577Z | [ recovery-image] Dec 20 20:30:54.355 INFO O| Dec 20 20:30:54.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6192 | 2024-12-20T20:30:55.577Z | [ recovery-image] Dec 20 20:30:54.355 INFO O| Dec 20 20:30:54.355 INFO STEP 622 (remove_files) COMPLETE |
6193 | 2024-12-20T20:30:55.577Z | [ recovery-image] Dec 20 20:30:54.355 INFO O| Dec 20 20:30:54.355 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-20T20:30:55.598Z | [ recovery-image] Dec 20 20:30:54.376 INFO O| Dec 20 20:30:54.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6195 | 2024-12-20T20:30:55.598Z | [ recovery-image] Dec 20 20:30:54.376 INFO O| Dec 20 20:30:54.376 INFO STEP 623 (remove_files) COMPLETE |
6196 | 2024-12-20T20:30:55.601Z | [ recovery-image] Dec 20 20:30:54.376 INFO O| Dec 20 20:30:54.376 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-20T20:30:55.636Z | [ recovery-image] Dec 20 20:30:54.414 INFO O| Dec 20 20:30:54.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6198 | 2024-12-20T20:30:55.638Z | [ recovery-image] Dec 20 20:30:54.414 INFO O| Dec 20 20:30:54.414 INFO STEP 624 (remove_files) COMPLETE |
6199 | 2024-12-20T20:30:55.638Z | [ recovery-image] Dec 20 20:30:54.414 INFO O| Dec 20 20:30:54.414 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-20T20:30:55.657Z | [ recovery-image] Dec 20 20:30:54.435 INFO O| Dec 20 20:30:54.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6201 | 2024-12-20T20:30:55.660Z | [ recovery-image] Dec 20 20:30:54.436 INFO O| Dec 20 20:30:54.435 INFO STEP 625 (remove_files) COMPLETE |
6202 | 2024-12-20T20:30:55.660Z | [ recovery-image] Dec 20 20:30:54.436 INFO O| Dec 20 20:30:54.436 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-20T20:30:55.679Z | [ recovery-image] Dec 20 20:30:54.457 INFO O| Dec 20 20:30:54.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6204 | 2024-12-20T20:30:55.679Z | [ recovery-image] Dec 20 20:30:54.457 INFO O| Dec 20 20:30:54.457 INFO STEP 626 (remove_files) COMPLETE |
6205 | 2024-12-20T20:30:55.682Z | [ recovery-image] Dec 20 20:30:54.457 INFO O| Dec 20 20:30:54.457 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-20T20:30:55.703Z | [ recovery-image] Dec 20 20:30:54.481 INFO O| Dec 20 20:30:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6207 | 2024-12-20T20:30:55.706Z | [ recovery-image] Dec 20 20:30:54.483 INFO O| Dec 20 20:30:54.482 INFO STEP 627 (remove_files) COMPLETE |
6208 | 2024-12-20T20:30:55.706Z | [ recovery-image] Dec 20 20:30:54.483 INFO O| Dec 20 20:30:54.483 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-20T20:30:55.731Z | [ recovery-image] Dec 20 20:30:54.509 INFO O| Dec 20 20:30:54.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6210 | 2024-12-20T20:30:55.734Z | [ recovery-image] Dec 20 20:30:54.510 INFO O| Dec 20 20:30:54.509 INFO STEP 628 (remove_files) COMPLETE |
6211 | 2024-12-20T20:30:55.735Z | [ recovery-image] Dec 20 20:30:54.510 INFO O| Dec 20 20:30:54.510 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-20T20:30:55.758Z | [ recovery-image] Dec 20 20:30:54.536 INFO O| Dec 20 20:30:54.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6213 | 2024-12-20T20:30:55.761Z | [ recovery-image] Dec 20 20:30:54.537 INFO O| Dec 20 20:30:54.536 INFO STEP 629 (remove_files) COMPLETE |
6214 | 2024-12-20T20:30:55.762Z | [ recovery-image] Dec 20 20:30:54.537 INFO O| Dec 20 20:30:54.536 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-20T20:30:55.785Z | [ recovery-image] Dec 20 20:30:54.563 INFO O| Dec 20 20:30:54.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6216 | 2024-12-20T20:30:55.786Z | [ recovery-image] Dec 20 20:30:54.563 INFO O| Dec 20 20:30:54.563 INFO STEP 630 (remove_files) COMPLETE |
6217 | 2024-12-20T20:30:55.786Z | [ recovery-image] Dec 20 20:30:54.563 INFO O| Dec 20 20:30:54.563 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-20T20:30:55.891Z | [ recovery-image] Dec 20 20:30:54.669 INFO O| Dec 20 20:30:54.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6219 | 2024-12-20T20:30:55.891Z | [ recovery-image] Dec 20 20:30:54.669 INFO O| Dec 20 20:30:54.669 INFO STEP 631 (remove_files) COMPLETE |
6220 | 2024-12-20T20:30:55.891Z | [ recovery-image] Dec 20 20:30:54.669 INFO O| Dec 20 20:30:54.669 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-20T20:30:55.919Z | [ recovery-image] Dec 20 20:30:54.697 INFO O| Dec 20 20:30:54.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6222 | 2024-12-20T20:30:55.919Z | [ recovery-image] Dec 20 20:30:54.697 INFO O| Dec 20 20:30:54.697 INFO STEP 632 (remove_files) COMPLETE |
6223 | 2024-12-20T20:30:55.919Z | [ recovery-image] Dec 20 20:30:54.697 INFO O| Dec 20 20:30:54.697 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-20T20:30:55.949Z | [ recovery-image] Dec 20 20:30:54.725 INFO O| Dec 20 20:30:54.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6225 | 2024-12-20T20:30:55.950Z | [ recovery-image] Dec 20 20:30:54.725 INFO O| Dec 20 20:30:54.725 INFO STEP 633 (remove_files) COMPLETE |
6226 | 2024-12-20T20:30:55.950Z | [ recovery-image] Dec 20 20:30:54.725 INFO O| Dec 20 20:30:54.725 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-20T20:30:55.968Z | [ recovery-image] Dec 20 20:30:54.745 INFO O| Dec 20 20:30:54.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6228 | 2024-12-20T20:30:55.971Z | [ recovery-image] Dec 20 20:30:54.748 INFO O| Dec 20 20:30:54.748 INFO STEP 634 (remove_files) COMPLETE |
6229 | 2024-12-20T20:30:55.971Z | [ recovery-image] Dec 20 20:30:54.748 INFO O| Dec 20 20:30:54.748 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-20T20:30:56.046Z | [ recovery-image] Dec 20 20:30:54.825 INFO O| Dec 20 20:30:54.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6231 | 2024-12-20T20:30:56.050Z | [ recovery-image] Dec 20 20:30:54.825 INFO O| Dec 20 20:30:54.825 INFO STEP 635 (remove_files) COMPLETE |
6232 | 2024-12-20T20:30:56.050Z | [ recovery-image] Dec 20 20:30:54.825 INFO O| Dec 20 20:30:54.825 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-20T20:30:56.076Z | [ recovery-image] Dec 20 20:30:54.854 INFO O| Dec 20 20:30:54.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6234 | 2024-12-20T20:30:56.076Z | [ recovery-image] Dec 20 20:30:54.854 INFO O| Dec 20 20:30:54.854 INFO STEP 636 (remove_files) COMPLETE |
6235 | 2024-12-20T20:30:56.080Z | [ recovery-image] Dec 20 20:30:54.854 INFO O| Dec 20 20:30:54.854 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-20T20:30:56.095Z | [ recovery-image] Dec 20 20:30:54.874 INFO O| Dec 20 20:30:54.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6237 | 2024-12-20T20:30:56.095Z | [ recovery-image] Dec 20 20:30:54.874 INFO O| Dec 20 20:30:54.874 INFO STEP 637 (remove_files) COMPLETE |
6238 | 2024-12-20T20:30:56.096Z | [ recovery-image] Dec 20 20:30:54.874 INFO O| Dec 20 20:30:54.874 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-20T20:30:56.113Z | [ recovery-image] Dec 20 20:30:54.891 INFO O| Dec 20 20:30:54.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6240 | 2024-12-20T20:30:56.113Z | [ recovery-image] Dec 20 20:30:54.891 INFO O| Dec 20 20:30:54.891 INFO STEP 638 (remove_files) COMPLETE |
6241 | 2024-12-20T20:30:56.117Z | [ recovery-image] Dec 20 20:30:54.891 INFO O| Dec 20 20:30:54.891 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-20T20:30:56.161Z | [ recovery-image] Dec 20 20:30:54.939 INFO O| Dec 20 20:30:54.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6243 | 2024-12-20T20:30:56.198Z | [ recovery-image] Dec 20 20:30:54.976 INFO O| Dec 20 20:30:54.976 INFO STEP 639 (remove_files) COMPLETE |
6244 | 2024-12-20T20:30:56.199Z | [ recovery-image] Dec 20 20:30:54.976 INFO O| Dec 20 20:30:54.976 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-20T20:30:56.255Z | [ recovery-image] Dec 20 20:30:55.033 INFO O| Dec 20 20:30:55.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6246 | 2024-12-20T20:30:56.258Z | [ recovery-image] Dec 20 20:30:55.033 INFO O| Dec 20 20:30:55.033 INFO STEP 640 (remove_files) COMPLETE |
6247 | 2024-12-20T20:30:56.258Z | [ recovery-image] Dec 20 20:30:55.033 INFO O| Dec 20 20:30:55.033 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-20T20:30:56.275Z | [ recovery-image] Dec 20 20:30:55.053 INFO O| Dec 20 20:30:55.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6249 | 2024-12-20T20:30:56.275Z | [ recovery-image] Dec 20 20:30:55.053 INFO O| Dec 20 20:30:55.053 INFO STEP 641 (remove_files) COMPLETE |
6250 | 2024-12-20T20:30:56.278Z | [ recovery-image] Dec 20 20:30:55.053 INFO O| Dec 20 20:30:55.053 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-20T20:30:56.296Z | [ recovery-image] Dec 20 20:30:55.074 INFO O| Dec 20 20:30:55.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6252 | 2024-12-20T20:30:56.321Z | [ recovery-image] Dec 20 20:30:55.099 INFO O| Dec 20 20:30:55.099 INFO STEP 642 (remove_files) COMPLETE |
6253 | 2024-12-20T20:30:56.321Z | [ recovery-image] Dec 20 20:30:55.099 INFO O| Dec 20 20:30:55.099 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-20T20:30:56.341Z | [ recovery-image] Dec 20 20:30:55.119 INFO O| Dec 20 20:30:55.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6255 | 2024-12-20T20:30:56.344Z | [ recovery-image] Dec 20 20:30:55.120 INFO O| Dec 20 20:30:55.120 INFO STEP 643 (remove_files) COMPLETE |
6256 | 2024-12-20T20:30:56.344Z | [ recovery-image] Dec 20 20:30:55.120 INFO O| Dec 20 20:30:55.120 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-20T20:30:56.363Z | [ recovery-image] Dec 20 20:30:55.141 INFO O| Dec 20 20:30:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6258 | 2024-12-20T20:30:56.363Z | [ recovery-image] Dec 20 20:30:55.141 INFO O| Dec 20 20:30:55.141 INFO STEP 644 (remove_files) COMPLETE |
6259 | 2024-12-20T20:30:56.363Z | [ recovery-image] Dec 20 20:30:55.141 INFO O| Dec 20 20:30:55.141 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-20T20:30:56.383Z | [ recovery-image] Dec 20 20:30:55.161 INFO O| Dec 20 20:30:55.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6261 | 2024-12-20T20:30:56.383Z | [ recovery-image] Dec 20 20:30:55.161 INFO O| Dec 20 20:30:55.161 INFO STEP 645 (remove_files) COMPLETE |
6262 | 2024-12-20T20:30:56.388Z | [ recovery-image] Dec 20 20:30:55.161 INFO O| Dec 20 20:30:55.161 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-20T20:30:56.403Z | [ recovery-image] Dec 20 20:30:55.181 INFO O| Dec 20 20:30:55.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6264 | 2024-12-20T20:30:56.403Z | [ recovery-image] Dec 20 20:30:55.181 INFO O| Dec 20 20:30:55.181 INFO STEP 646 (remove_files) COMPLETE |
6265 | 2024-12-20T20:30:56.406Z | [ recovery-image] Dec 20 20:30:55.181 INFO O| Dec 20 20:30:55.181 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-20T20:30:56.423Z | [ recovery-image] Dec 20 20:30:55.201 INFO O| Dec 20 20:30:55.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6267 | 2024-12-20T20:30:56.426Z | [ recovery-image] Dec 20 20:30:55.201 INFO O| Dec 20 20:30:55.201 INFO STEP 647 (remove_files) COMPLETE |
6268 | 2024-12-20T20:30:56.426Z | [ recovery-image] Dec 20 20:30:55.201 INFO O| Dec 20 20:30:55.201 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-20T20:30:56.460Z | [ recovery-image] Dec 20 20:30:55.238 INFO O| Dec 20 20:30:55.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6270 | 2024-12-20T20:30:56.460Z | [ recovery-image] Dec 20 20:30:55.238 INFO O| Dec 20 20:30:55.238 INFO STEP 648 (remove_files) COMPLETE |
6271 | 2024-12-20T20:30:56.460Z | [ recovery-image] Dec 20 20:30:55.238 INFO O| Dec 20 20:30:55.238 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-20T20:30:56.481Z | [ recovery-image] Dec 20 20:30:55.259 INFO O| Dec 20 20:30:55.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6273 | 2024-12-20T20:30:56.482Z | [ recovery-image] Dec 20 20:30:55.259 INFO O| Dec 20 20:30:55.259 INFO STEP 649 (remove_files) COMPLETE |
6274 | 2024-12-20T20:30:56.482Z | [ recovery-image] Dec 20 20:30:55.259 INFO O| Dec 20 20:30:55.259 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-20T20:30:56.502Z | [ recovery-image] Dec 20 20:30:55.280 INFO O| Dec 20 20:30:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6276 | 2024-12-20T20:30:56.502Z | [ recovery-image] Dec 20 20:30:55.280 INFO O| Dec 20 20:30:55.280 INFO STEP 650 (remove_files) COMPLETE |
6277 | 2024-12-20T20:30:56.507Z | [ recovery-image] Dec 20 20:30:55.280 INFO O| Dec 20 20:30:55.280 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-12-20T20:30:56.522Z | [ recovery-image] Dec 20 20:30:55.300 INFO O| Dec 20 20:30:55.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6279 | 2024-12-20T20:30:56.522Z | [ recovery-image] Dec 20 20:30:55.300 INFO O| Dec 20 20:30:55.300 INFO STEP 651 (remove_files) COMPLETE |
6280 | 2024-12-20T20:30:56.522Z | [ recovery-image] Dec 20 20:30:55.300 INFO O| Dec 20 20:30:55.300 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-12-20T20:30:56.542Z | [ recovery-image] Dec 20 20:30:55.321 INFO O| Dec 20 20:30:55.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6282 | 2024-12-20T20:30:56.542Z | [ recovery-image] Dec 20 20:30:55.321 INFO O| Dec 20 20:30:55.321 INFO STEP 652 (remove_files) COMPLETE |
6283 | 2024-12-20T20:30:56.543Z | [ recovery-image] Dec 20 20:30:55.321 INFO O| Dec 20 20:30:55.321 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-12-20T20:30:56.562Z | [ recovery-image] Dec 20 20:30:55.341 INFO O| Dec 20 20:30:55.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6285 | 2024-12-20T20:30:56.562Z | [ recovery-image] Dec 20 20:30:55.341 INFO O| Dec 20 20:30:55.341 INFO STEP 653 (remove_files) COMPLETE |
6286 | 2024-12-20T20:30:56.562Z | [ recovery-image] Dec 20 20:30:55.341 INFO O| Dec 20 20:30:55.341 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-12-20T20:30:56.681Z | [ recovery-image] Dec 20 20:30:55.458 INFO O| Dec 20 20:30:55.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6288 | 2024-12-20T20:30:56.681Z | [ recovery-image] Dec 20 20:30:55.458 INFO O| Dec 20 20:30:55.458 INFO STEP 654 (remove_files) COMPLETE |
6289 | 2024-12-20T20:30:56.684Z | [ recovery-image] Dec 20 20:30:55.458 INFO O| Dec 20 20:30:55.458 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-12-20T20:30:56.701Z | [ recovery-image] Dec 20 20:30:55.479 INFO O| Dec 20 20:30:55.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6291 | 2024-12-20T20:30:56.701Z | [ recovery-image] Dec 20 20:30:55.479 INFO O| Dec 20 20:30:55.479 INFO STEP 655 (remove_files) COMPLETE |
6292 | 2024-12-20T20:30:56.706Z | [ recovery-image] Dec 20 20:30:55.479 INFO O| Dec 20 20:30:55.479 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-12-20T20:30:56.724Z | [ recovery-image] Dec 20 20:30:55.502 INFO O| Dec 20 20:30:55.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6294 | 2024-12-20T20:30:56.724Z | [ recovery-image] Dec 20 20:30:55.502 INFO O| Dec 20 20:30:55.502 INFO STEP 656 (remove_files) COMPLETE |
6295 | 2024-12-20T20:30:56.725Z | [ recovery-image] Dec 20 20:30:55.502 INFO O| Dec 20 20:30:55.502 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-20T20:30:56.807Z | [ host-image] Dec 20 20:30:55.585 INFO O| Dec 20 20:30:55.585 INFO O| Download: 1139/1140 items 7.1/8.4MB 83% complete (1.4M/s) |
6297 | 2024-12-20T20:30:56.817Z | [ recovery-image] Dec 20 20:30:55.595 INFO O| Dec 20 20:30:55.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6298 | 2024-12-20T20:30:56.817Z | [ recovery-image] Dec 20 20:30:55.595 INFO O| Dec 20 20:30:55.595 INFO STEP 657 (remove_files) COMPLETE |
6299 | 2024-12-20T20:30:56.817Z | [ recovery-image] Dec 20 20:30:55.595 INFO O| Dec 20 20:30:55.595 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-20T20:30:56.841Z | [ recovery-image] Dec 20 20:30:55.619 INFO O| Dec 20 20:30:55.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6301 | 2024-12-20T20:30:56.841Z | [ recovery-image] Dec 20 20:30:55.619 INFO O| Dec 20 20:30:55.619 INFO STEP 658 (remove_files) COMPLETE |
6302 | 2024-12-20T20:30:56.844Z | [ recovery-image] Dec 20 20:30:55.620 INFO O| Dec 20 20:30:55.619 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-20T20:30:56.866Z | [ recovery-image] Dec 20 20:30:55.644 INFO O| Dec 20 20:30:55.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6304 | 2024-12-20T20:30:56.866Z | [ recovery-image] Dec 20 20:30:55.644 INFO O| Dec 20 20:30:55.644 INFO STEP 659 (remove_files) COMPLETE |
6305 | 2024-12-20T20:30:56.866Z | [ recovery-image] Dec 20 20:30:55.644 INFO O| Dec 20 20:30:55.644 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-20T20:30:56.889Z | [ recovery-image] Dec 20 20:30:55.667 INFO O| Dec 20 20:30:55.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6307 | 2024-12-20T20:30:56.890Z | [ recovery-image] Dec 20 20:30:55.667 INFO O| Dec 20 20:30:55.667 INFO STEP 660 (remove_files) COMPLETE |
6308 | 2024-12-20T20:30:56.890Z | [ recovery-image] Dec 20 20:30:55.667 INFO O| Dec 20 20:30:55.667 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-20T20:30:56.911Z | [ recovery-image] Dec 20 20:30:55.689 INFO O| Dec 20 20:30:55.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6310 | 2024-12-20T20:30:56.927Z | [ recovery-image] Dec 20 20:30:55.705 INFO O| Dec 20 20:30:55.705 INFO STEP 661 (remove_files) COMPLETE |
6311 | 2024-12-20T20:30:56.927Z | [ recovery-image] Dec 20 20:30:55.705 INFO O| Dec 20 20:30:55.705 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-20T20:30:56.977Z | [ recovery-image] Dec 20 20:30:55.755 INFO O| Dec 20 20:30:55.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6313 | 2024-12-20T20:30:56.977Z | [ recovery-image] Dec 20 20:30:55.755 INFO O| Dec 20 20:30:55.755 INFO STEP 662 (remove_files) COMPLETE |
6314 | 2024-12-20T20:30:56.980Z | [ recovery-image] Dec 20 20:30:55.755 INFO O| Dec 20 20:30:55.755 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-20T20:30:57.003Z | [ host-image] Dec 20 20:30:55.781 INFO O| Dec 20 20:30:55.781 INFO O| Download: Completed 8.42 MB in 5.21 seconds (1.6M/s) |
6316 | 2024-12-20T20:30:57.010Z | [ recovery-image] Dec 20 20:30:55.789 INFO O| Dec 20 20:30:55.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6317 | 2024-12-20T20:30:57.011Z | [ recovery-image] Dec 20 20:30:55.789 INFO O| Dec 20 20:30:55.789 INFO STEP 663 (remove_files) COMPLETE |
6318 | 2024-12-20T20:30:57.011Z | [ recovery-image] Dec 20 20:30:55.789 INFO O| Dec 20 20:30:55.789 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-12-20T20:30:57.031Z | [ recovery-image] Dec 20 20:30:55.809 INFO O| Dec 20 20:30:55.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6320 | 2024-12-20T20:30:57.031Z | [ recovery-image] Dec 20 20:30:55.809 INFO O| Dec 20 20:30:55.809 INFO STEP 664 (remove_files) COMPLETE |
6321 | 2024-12-20T20:30:57.031Z | [ recovery-image] Dec 20 20:30:55.809 INFO O| Dec 20 20:30:55.809 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-12-20T20:30:57.074Z | [ recovery-image] Dec 20 20:30:55.852 INFO O| Dec 20 20:30:55.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6323 | 2024-12-20T20:30:57.074Z | [ recovery-image] Dec 20 20:30:55.852 INFO O| Dec 20 20:30:55.852 INFO STEP 665 (remove_files) COMPLETE |
6324 | 2024-12-20T20:30:57.074Z | [ recovery-image] Dec 20 20:30:55.852 INFO O| Dec 20 20:30:55.852 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-20T20:30:57.096Z | [ recovery-image] Dec 20 20:30:55.874 INFO O| Dec 20 20:30:55.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6326 | 2024-12-20T20:30:57.096Z | [ recovery-image] Dec 20 20:30:55.874 INFO O| Dec 20 20:30:55.874 INFO STEP 666 (remove_files) COMPLETE |
6327 | 2024-12-20T20:30:57.096Z | [ recovery-image] Dec 20 20:30:55.874 INFO O| Dec 20 20:30:55.874 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-20T20:30:57.123Z | [ recovery-image] Dec 20 20:30:55.901 INFO O| Dec 20 20:30:55.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6329 | 2024-12-20T20:30:57.123Z | [ recovery-image] Dec 20 20:30:55.902 INFO O| Dec 20 20:30:55.902 INFO STEP 667 (remove_files) COMPLETE |
6330 | 2024-12-20T20:30:57.123Z | [ recovery-image] Dec 20 20:30:55.902 INFO O| Dec 20 20:30:55.902 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-12-20T20:30:57.154Z | [ host-image] Dec 20 20:30:55.932 INFO O| Dec 20 20:30:55.932 INFO O| Actions: 1/1361 actions (Installing new actions) |
6332 | 2024-12-20T20:30:57.157Z | [ recovery-image] Dec 20 20:30:55.934 INFO O| Dec 20 20:30:55.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6333 | 2024-12-20T20:30:57.157Z | [ recovery-image] Dec 20 20:30:55.934 INFO O| Dec 20 20:30:55.934 INFO STEP 668 (remove_files) COMPLETE |
6334 | 2024-12-20T20:30:57.157Z | [ recovery-image] Dec 20 20:30:55.934 INFO O| Dec 20 20:30:55.934 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-20T20:30:57.179Z | [ recovery-image] Dec 20 20:30:55.958 INFO O| Dec 20 20:30:55.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6336 | 2024-12-20T20:30:57.180Z | [ recovery-image] Dec 20 20:30:55.958 INFO O| Dec 20 20:30:55.958 INFO STEP 669 (remove_files) COMPLETE |
6337 | 2024-12-20T20:30:57.180Z | [ recovery-image] Dec 20 20:30:55.958 INFO O| Dec 20 20:30:55.958 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-20T20:30:57.200Z | [ recovery-image] Dec 20 20:30:55.978 INFO O| Dec 20 20:30:55.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6339 | 2024-12-20T20:30:57.200Z | [ recovery-image] Dec 20 20:30:55.978 INFO O| Dec 20 20:30:55.978 INFO STEP 670 (remove_files) COMPLETE |
6340 | 2024-12-20T20:30:57.200Z | [ recovery-image] Dec 20 20:30:55.978 INFO O| Dec 20 20:30:55.978 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-20T20:30:57.220Z | [ recovery-image] Dec 20 20:30:55.998 INFO O| Dec 20 20:30:55.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6342 | 2024-12-20T20:30:57.220Z | [ recovery-image] Dec 20 20:30:55.998 INFO O| Dec 20 20:30:55.998 INFO STEP 671 (remove_files) COMPLETE |
6343 | 2024-12-20T20:30:57.223Z | [ recovery-image] Dec 20 20:30:55.998 INFO O| Dec 20 20:30:55.998 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-20T20:30:57.263Z | [ recovery-image] Dec 20 20:30:56.041 INFO O| Dec 20 20:30:56.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6345 | 2024-12-20T20:30:57.266Z | [ recovery-image] Dec 20 20:30:56.041 INFO O| Dec 20 20:30:56.041 INFO STEP 672 (remove_files) COMPLETE |
6346 | 2024-12-20T20:30:57.266Z | [ recovery-image] Dec 20 20:30:56.041 INFO O| Dec 20 20:30:56.041 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-20T20:30:57.285Z | [ recovery-image] Dec 20 20:30:56.062 INFO O| Dec 20 20:30:56.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6348 | 2024-12-20T20:30:57.285Z | [ recovery-image] Dec 20 20:30:56.062 INFO O| Dec 20 20:30:56.062 INFO STEP 673 (remove_files) COMPLETE |
6349 | 2024-12-20T20:30:57.288Z | [ recovery-image] Dec 20 20:30:56.063 INFO O| Dec 20 20:30:56.062 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-20T20:30:57.303Z | [ recovery-image] Dec 20 20:30:56.081 INFO O| Dec 20 20:30:56.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6351 | 2024-12-20T20:30:57.307Z | [ recovery-image] Dec 20 20:30:56.082 INFO O| Dec 20 20:30:56.081 INFO STEP 674 (remove_files) COMPLETE |
6352 | 2024-12-20T20:30:57.307Z | [ recovery-image] Dec 20 20:30:56.082 INFO O| Dec 20 20:30:56.082 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-20T20:30:57.345Z | [ recovery-image] Dec 20 20:30:56.123 INFO O| Dec 20 20:30:56.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6354 | 2024-12-20T20:30:57.345Z | [ recovery-image] Dec 20 20:30:56.123 INFO O| Dec 20 20:30:56.123 INFO STEP 675 (remove_files) COMPLETE |
6355 | 2024-12-20T20:30:57.348Z | [ recovery-image] Dec 20 20:30:56.124 INFO O| Dec 20 20:30:56.124 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-20T20:30:57.375Z | [ recovery-image] Dec 20 20:30:56.153 INFO O| Dec 20 20:30:56.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6357 | 2024-12-20T20:30:57.375Z | [ recovery-image] Dec 20 20:30:56.153 INFO O| Dec 20 20:30:56.153 INFO STEP 676 (remove_files) COMPLETE |
6358 | 2024-12-20T20:30:57.378Z | [ recovery-image] Dec 20 20:30:56.153 INFO O| Dec 20 20:30:56.153 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-20T20:30:57.413Z | [ recovery-image] Dec 20 20:30:56.191 INFO O| Dec 20 20:30:56.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6360 | 2024-12-20T20:30:57.413Z | [ recovery-image] Dec 20 20:30:56.191 INFO O| Dec 20 20:30:56.191 INFO STEP 677 (remove_files) COMPLETE |
6361 | 2024-12-20T20:30:57.414Z | [ recovery-image] Dec 20 20:30:56.191 INFO O| Dec 20 20:30:56.191 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-20T20:30:57.464Z | [ recovery-image] Dec 20 20:30:56.242 INFO O| Dec 20 20:30:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6363 | 2024-12-20T20:30:57.467Z | [ recovery-image] Dec 20 20:30:56.242 INFO O| Dec 20 20:30:56.242 INFO STEP 678 (remove_files) COMPLETE |
6364 | 2024-12-20T20:30:57.467Z | [ recovery-image] Dec 20 20:30:56.242 INFO O| Dec 20 20:30:56.242 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-20T20:30:57.487Z | [ recovery-image] Dec 20 20:30:56.265 INFO O| Dec 20 20:30:56.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6366 | 2024-12-20T20:30:57.490Z | [ recovery-image] Dec 20 20:30:56.265 INFO O| Dec 20 20:30:56.265 INFO STEP 679 (remove_files) COMPLETE |
6367 | 2024-12-20T20:30:57.490Z | [ recovery-image] Dec 20 20:30:56.265 INFO O| Dec 20 20:30:56.265 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-20T20:30:57.506Z | [ recovery-image] Dec 20 20:30:56.284 INFO O| Dec 20 20:30:56.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6369 | 2024-12-20T20:30:57.509Z | [ recovery-image] Dec 20 20:30:56.285 INFO O| Dec 20 20:30:56.284 INFO STEP 680 (remove_files) COMPLETE |
6370 | 2024-12-20T20:30:57.509Z | [ recovery-image] Dec 20 20:30:56.285 INFO O| Dec 20 20:30:56.285 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-20T20:30:57.526Z | [ recovery-image] Dec 20 20:30:56.304 INFO O| Dec 20 20:30:56.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6372 | 2024-12-20T20:30:57.529Z | [ recovery-image] Dec 20 20:30:56.305 INFO O| Dec 20 20:30:56.304 INFO STEP 681 (remove_files) COMPLETE |
6373 | 2024-12-20T20:30:57.529Z | [ recovery-image] Dec 20 20:30:56.305 INFO O| Dec 20 20:30:56.305 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-20T20:30:57.558Z | [ recovery-image] Dec 20 20:30:56.336 INFO O| Dec 20 20:30:56.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6375 | 2024-12-20T20:30:57.562Z | [ recovery-image] Dec 20 20:30:56.336 INFO O| Dec 20 20:30:56.336 INFO STEP 682 (remove_files) COMPLETE |
6376 | 2024-12-20T20:30:57.562Z | [ recovery-image] Dec 20 20:30:56.336 INFO O| Dec 20 20:30:56.336 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-20T20:30:57.620Z | [ recovery-image] Dec 20 20:30:56.398 INFO O| Dec 20 20:30:56.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6378 | 2024-12-20T20:30:57.623Z | [ recovery-image] Dec 20 20:30:56.399 INFO O| Dec 20 20:30:56.398 INFO STEP 683 (remove_files) COMPLETE |
6379 | 2024-12-20T20:30:57.624Z | [ recovery-image] Dec 20 20:30:56.399 INFO O| Dec 20 20:30:56.399 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-20T20:30:57.688Z | [ recovery-image] Dec 20 20:30:56.466 INFO O| Dec 20 20:30:56.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6381 | 2024-12-20T20:30:57.688Z | [ recovery-image] Dec 20 20:30:56.466 INFO O| Dec 20 20:30:56.446 INFO STEP 684 (remove_files) COMPLETE |
6382 | 2024-12-20T20:30:57.688Z | [ recovery-image] Dec 20 20:30:56.466 INFO O| Dec 20 20:30:56.446 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-20T20:30:57.691Z | [ recovery-image] Dec 20 20:30:56.467 INFO O| Dec 20 20:30:56.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6384 | 2024-12-20T20:30:57.691Z | [ recovery-image] Dec 20 20:30:56.467 INFO O| Dec 20 20:30:56.467 INFO STEP 685 (remove_files) COMPLETE |
6385 | 2024-12-20T20:30:57.691Z | [ recovery-image] Dec 20 20:30:56.467 INFO O| Dec 20 20:30:56.467 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-20T20:30:57.710Z | [ recovery-image] Dec 20 20:30:56.488 INFO O| Dec 20 20:30:56.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6387 | 2024-12-20T20:30:57.710Z | [ recovery-image] Dec 20 20:30:56.488 INFO O| Dec 20 20:30:56.488 INFO STEP 686 (remove_files) COMPLETE |
6388 | 2024-12-20T20:30:57.710Z | [ recovery-image] Dec 20 20:30:56.488 INFO O| Dec 20 20:30:56.488 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-20T20:30:57.749Z | [ recovery-image] Dec 20 20:30:56.527 INFO O| Dec 20 20:30:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6390 | 2024-12-20T20:30:57.749Z | [ recovery-image] Dec 20 20:30:56.527 INFO O| Dec 20 20:30:56.527 INFO STEP 687 (remove_files) COMPLETE |
6391 | 2024-12-20T20:30:57.749Z | [ recovery-image] Dec 20 20:30:56.527 INFO O| Dec 20 20:30:56.527 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-20T20:30:57.774Z | [ recovery-image] Dec 20 20:30:56.552 INFO O| Dec 20 20:30:56.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6393 | 2024-12-20T20:30:57.778Z | [ recovery-image] Dec 20 20:30:56.552 INFO O| Dec 20 20:30:56.552 INFO STEP 688 (remove_files) COMPLETE |
6394 | 2024-12-20T20:30:57.778Z | [ recovery-image] Dec 20 20:30:56.552 INFO O| Dec 20 20:30:56.552 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-20T20:30:57.794Z | [ recovery-image] Dec 20 20:30:56.572 INFO O| Dec 20 20:30:56.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6396 | 2024-12-20T20:30:57.794Z | [ recovery-image] Dec 20 20:30:56.572 INFO O| Dec 20 20:30:56.572 INFO STEP 689 (remove_files) COMPLETE |
6397 | 2024-12-20T20:30:57.794Z | [ recovery-image] Dec 20 20:30:56.572 INFO O| Dec 20 20:30:56.572 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-20T20:30:57.815Z | [ recovery-image] Dec 20 20:30:56.592 INFO O| Dec 20 20:30:56.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6399 | 2024-12-20T20:30:57.815Z | [ recovery-image] Dec 20 20:30:56.592 INFO O| Dec 20 20:30:56.592 INFO STEP 690 (remove_files) COMPLETE |
6400 | 2024-12-20T20:30:57.815Z | [ recovery-image] Dec 20 20:30:56.593 INFO O| Dec 20 20:30:56.592 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-20T20:30:57.835Z | [ recovery-image] Dec 20 20:30:56.613 INFO O| Dec 20 20:30:56.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6402 | 2024-12-20T20:30:57.835Z | [ recovery-image] Dec 20 20:30:56.613 INFO O| Dec 20 20:30:56.613 INFO STEP 691 (remove_files) COMPLETE |
6403 | 2024-12-20T20:30:57.835Z | [ recovery-image] Dec 20 20:30:56.614 INFO O| Dec 20 20:30:56.613 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-20T20:30:57.856Z | [ recovery-image] Dec 20 20:30:56.634 INFO O| Dec 20 20:30:56.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6405 | 2024-12-20T20:30:57.856Z | [ recovery-image] Dec 20 20:30:56.634 INFO O| Dec 20 20:30:56.634 INFO STEP 692 (remove_files) COMPLETE |
6406 | 2024-12-20T20:30:57.856Z | [ recovery-image] Dec 20 20:30:56.634 INFO O| Dec 20 20:30:56.634 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-20T20:30:57.875Z | [ recovery-image] Dec 20 20:30:56.653 INFO O| Dec 20 20:30:56.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6408 | 2024-12-20T20:30:57.876Z | [ recovery-image] Dec 20 20:30:56.654 INFO O| Dec 20 20:30:56.654 INFO STEP 693 (remove_files) COMPLETE |
6409 | 2024-12-20T20:30:57.876Z | [ recovery-image] Dec 20 20:30:56.654 INFO O| Dec 20 20:30:56.654 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-20T20:30:57.896Z | [ recovery-image] Dec 20 20:30:56.674 INFO O| Dec 20 20:30:56.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6411 | 2024-12-20T20:30:57.896Z | [ recovery-image] Dec 20 20:30:56.674 INFO O| Dec 20 20:30:56.674 INFO STEP 694 (remove_files) COMPLETE |
6412 | 2024-12-20T20:30:57.896Z | [ recovery-image] Dec 20 20:30:56.675 INFO O| Dec 20 20:30:56.674 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-20T20:30:57.903Z | [ host-image] Dec 20 20:30:56.681 INFO O| Dec 20 20:30:56.681 INFO O| Actions: Completed 1361 actions in 0.75 seconds. |
6414 | 2024-12-20T20:30:57.917Z | [ recovery-image] Dec 20 20:30:56.695 INFO O| Dec 20 20:30:56.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6415 | 2024-12-20T20:30:57.917Z | [ recovery-image] Dec 20 20:30:56.695 INFO O| Dec 20 20:30:56.695 INFO STEP 695 (remove_files) COMPLETE |
6416 | 2024-12-20T20:30:57.917Z | [ recovery-image] Dec 20 20:30:56.695 INFO O| Dec 20 20:30:56.695 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-12-20T20:30:57.953Z | [ recovery-image] Dec 20 20:30:56.731 INFO O| Dec 20 20:30:56.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6418 | 2024-12-20T20:30:57.954Z | [ recovery-image] Dec 20 20:30:56.732 INFO O| Dec 20 20:30:56.731 INFO STEP 696 (remove_files) COMPLETE |
6419 | 2024-12-20T20:30:57.954Z | [ recovery-image] Dec 20 20:30:56.732 INFO O| Dec 20 20:30:56.732 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-12-20T20:30:57.996Z | [ recovery-image] Dec 20 20:30:56.773 INFO O| Dec 20 20:30:56.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6421 | 2024-12-20T20:30:57.996Z | [ recovery-image] Dec 20 20:30:56.773 INFO O| Dec 20 20:30:56.773 INFO STEP 697 (remove_files) COMPLETE |
6422 | 2024-12-20T20:30:57.996Z | [ recovery-image] Dec 20 20:30:56.773 INFO O| Dec 20 20:30:56.773 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-12-20T20:30:58.015Z | [ recovery-image] Dec 20 20:30:56.793 INFO O| Dec 20 20:30:56.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6424 | 2024-12-20T20:30:58.015Z | [ recovery-image] Dec 20 20:30:56.793 INFO O| Dec 20 20:30:56.793 INFO STEP 698 (remove_files) COMPLETE |
6425 | 2024-12-20T20:30:58.018Z | [ recovery-image] Dec 20 20:30:56.793 INFO O| Dec 20 20:30:56.793 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-12-20T20:30:58.050Z | [ recovery-image] Dec 20 20:30:56.828 INFO O| Dec 20 20:30:56.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6427 | 2024-12-20T20:30:58.050Z | [ recovery-image] Dec 20 20:30:56.828 INFO O| Dec 20 20:30:56.828 INFO STEP 699 (remove_files) COMPLETE |
6428 | 2024-12-20T20:30:58.050Z | [ recovery-image] Dec 20 20:30:56.828 INFO O| Dec 20 20:30:56.828 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-12-20T20:30:58.081Z | [ recovery-image] Dec 20 20:30:56.858 INFO O| Dec 20 20:30:56.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6430 | 2024-12-20T20:30:58.081Z | [ recovery-image] Dec 20 20:30:56.858 INFO O| Dec 20 20:30:56.858 INFO STEP 700 (remove_files) COMPLETE |
6431 | 2024-12-20T20:30:58.081Z | [ recovery-image] Dec 20 20:30:56.858 INFO O| Dec 20 20:30:56.858 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-12-20T20:30:58.139Z | [ recovery-image] Dec 20 20:30:56.917 INFO O| Dec 20 20:30:56.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6433 | 2024-12-20T20:30:58.140Z | [ recovery-image] Dec 20 20:30:56.917 INFO O| Dec 20 20:30:56.917 INFO STEP 701 (remove_files) COMPLETE |
6434 | 2024-12-20T20:30:58.140Z | [ recovery-image] Dec 20 20:30:56.917 INFO O| Dec 20 20:30:56.917 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-12-20T20:30:58.166Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6436 | 2024-12-20T20:30:58.229Z | [ recovery-image] Dec 20 20:30:57.005 INFO O| Dec 20 20:30:57.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6437 | 2024-12-20T20:30:58.229Z | [ recovery-image] Dec 20 20:30:57.005 INFO O| Dec 20 20:30:57.005 INFO STEP 702 (remove_files) COMPLETE |
6438 | 2024-12-20T20:30:58.232Z | [ recovery-image] Dec 20 20:30:57.005 INFO O| Dec 20 20:30:57.005 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-20T20:30:58.248Z | [ recovery-image] Dec 20 20:30:57.026 INFO O| Dec 20 20:30:57.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6440 | 2024-12-20T20:30:58.249Z | [ recovery-image] Dec 20 20:30:57.026 INFO O| Dec 20 20:30:57.026 INFO STEP 703 (remove_files) COMPLETE |
6441 | 2024-12-20T20:30:58.252Z | [ recovery-image] Dec 20 20:30:57.027 INFO O| Dec 20 20:30:57.026 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-20T20:30:58.292Z | [ recovery-image] Dec 20 20:30:57.070 INFO O| Dec 20 20:30:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6443 | 2024-12-20T20:30:58.295Z | [ recovery-image] Dec 20 20:30:57.070 INFO O| Dec 20 20:30:57.070 INFO STEP 704 (remove_files) COMPLETE |
6444 | 2024-12-20T20:30:58.295Z | [ recovery-image] Dec 20 20:30:57.070 INFO O| Dec 20 20:30:57.070 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-20T20:30:58.349Z | [ recovery-image] Dec 20 20:30:57.126 INFO O| Dec 20 20:30:57.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6446 | 2024-12-20T20:30:58.349Z | [ recovery-image] Dec 20 20:30:57.126 INFO O| Dec 20 20:30:57.126 INFO STEP 705 (remove_files) COMPLETE |
6447 | 2024-12-20T20:30:58.349Z | [ recovery-image] Dec 20 20:30:57.126 INFO O| Dec 20 20:30:57.126 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-20T20:30:58.418Z | [ recovery-image] Dec 20 20:30:57.195 INFO O| Dec 20 20:30:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6449 | 2024-12-20T20:30:58.418Z | [ recovery-image] Dec 20 20:30:57.195 INFO O| Dec 20 20:30:57.195 INFO STEP 706 (remove_files) COMPLETE |
6450 | 2024-12-20T20:30:58.418Z | [ recovery-image] Dec 20 20:30:57.195 INFO O| Dec 20 20:30:57.195 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-20T20:30:58.442Z | [ recovery-image] Dec 20 20:30:57.220 INFO O| Dec 20 20:30:57.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6452 | 2024-12-20T20:30:58.443Z | [ recovery-image] Dec 20 20:30:57.220 INFO O| Dec 20 20:30:57.220 INFO STEP 707 (remove_files) COMPLETE |
6453 | 2024-12-20T20:30:58.443Z | [ recovery-image] Dec 20 20:30:57.220 INFO O| Dec 20 20:30:57.220 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-20T20:30:58.466Z | [ recovery-image] Dec 20 20:30:57.245 INFO O| Dec 20 20:30:57.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6455 | 2024-12-20T20:30:58.493Z | [ recovery-image] Dec 20 20:30:57.270 INFO O| Dec 20 20:30:57.270 INFO STEP 708 (remove_files) COMPLETE |
6456 | 2024-12-20T20:30:58.493Z | [ recovery-image] Dec 20 20:30:57.270 INFO O| Dec 20 20:30:57.270 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-20T20:30:58.507Z | [ host-image] Dec 20 20:30:57.285 INFO O| Dec 20 20:30:57.285 INFO O| Done |
6458 | 2024-12-20T20:30:58.507Z | [ host-image] Dec 20 20:30:57.285 INFO O| Dec 20 20:30:57.285 INFO O| Done |
6459 | 2024-12-20T20:30:58.566Z | [ recovery-image] Dec 20 20:30:57.343 INFO O| Dec 20 20:30:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6460 | 2024-12-20T20:30:58.566Z | [ recovery-image] Dec 20 20:30:57.344 INFO O| Dec 20 20:30:57.343 INFO STEP 709 (remove_files) COMPLETE |
6461 | 2024-12-20T20:30:58.570Z | [ recovery-image] Dec 20 20:30:57.344 INFO O| Dec 20 20:30:57.344 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-20T20:30:58.604Z | [ recovery-image] Dec 20 20:30:57.382 INFO O| Dec 20 20:30:57.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6463 | 2024-12-20T20:30:58.604Z | [ recovery-image] Dec 20 20:30:57.382 INFO O| Dec 20 20:30:57.382 INFO STEP 710 (remove_files) COMPLETE |
6464 | 2024-12-20T20:30:58.604Z | [ recovery-image] Dec 20 20:30:57.382 INFO O| Dec 20 20:30:57.382 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-20T20:30:58.645Z | [ recovery-image] Dec 20 20:30:57.423 INFO O| Dec 20 20:30:57.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6466 | 2024-12-20T20:30:58.645Z | [ recovery-image] Dec 20 20:30:57.423 INFO O| Dec 20 20:30:57.423 INFO STEP 711 (remove_files) COMPLETE |
6467 | 2024-12-20T20:30:58.646Z | [ recovery-image] Dec 20 20:30:57.423 INFO O| Dec 20 20:30:57.423 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-20T20:30:58.751Z | [ recovery-image] Dec 20 20:30:57.457 INFO O| Dec 20 20:30:57.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6469 | 2024-12-20T20:30:58.759Z | [ recovery-image] Dec 20 20:30:57.457 INFO O| Dec 20 20:30:57.457 INFO STEP 712 (remove_files) COMPLETE |
6470 | 2024-12-20T20:30:58.759Z | [ recovery-image] Dec 20 20:30:57.457 INFO O| Dec 20 20:30:57.457 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-20T20:30:58.759Z | [ recovery-image] Dec 20 20:30:57.495 INFO O| Dec 20 20:30:57.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6472 | 2024-12-20T20:30:58.759Z | [ recovery-image] Dec 20 20:30:57.495 INFO O| Dec 20 20:30:57.495 INFO STEP 713 (remove_files) COMPLETE |
6473 | 2024-12-20T20:30:58.760Z | [ recovery-image] Dec 20 20:30:57.495 INFO O| Dec 20 20:30:57.495 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-20T20:30:58.760Z | [ recovery-image] Dec 20 20:30:57.533 INFO O| Dec 20 20:30:57.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6475 | 2024-12-20T20:30:58.760Z | [ recovery-image] Dec 20 20:30:57.533 INFO O| Dec 20 20:30:57.533 INFO STEP 714 (remove_files) COMPLETE |
6476 | 2024-12-20T20:30:58.760Z | [ recovery-image] Dec 20 20:30:57.533 INFO O| Dec 20 20:30:57.533 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-20T20:30:58.804Z | [ recovery-image] Dec 20 20:30:57.581 INFO O| Dec 20 20:30:57.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6478 | 2024-12-20T20:30:58.804Z | [ recovery-image] Dec 20 20:30:57.581 INFO O| Dec 20 20:30:57.581 INFO STEP 715 (remove_files) COMPLETE |
6479 | 2024-12-20T20:30:58.804Z | [ recovery-image] Dec 20 20:30:57.581 INFO O| Dec 20 20:30:57.581 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-12-20T20:30:58.824Z | [ recovery-image] Dec 20 20:30:57.602 INFO O| Dec 20 20:30:57.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6481 | 2024-12-20T20:30:58.824Z | [ recovery-image] Dec 20 20:30:57.602 INFO O| Dec 20 20:30:57.602 INFO STEP 716 (remove_files) COMPLETE |
6482 | 2024-12-20T20:30:58.825Z | [ recovery-image] Dec 20 20:30:57.602 INFO O| Dec 20 20:30:57.602 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-12-20T20:30:58.845Z | [ recovery-image] Dec 20 20:30:57.623 INFO O| Dec 20 20:30:57.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6484 | 2024-12-20T20:30:58.845Z | [ recovery-image] Dec 20 20:30:57.623 INFO O| Dec 20 20:30:57.623 INFO STEP 717 (remove_files) COMPLETE |
6485 | 2024-12-20T20:30:58.845Z | [ recovery-image] Dec 20 20:30:57.623 INFO O| Dec 20 20:30:57.623 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-20T20:30:58.872Z | [ recovery-image] Dec 20 20:30:57.650 INFO O| Dec 20 20:30:57.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6487 | 2024-12-20T20:30:58.875Z | [ recovery-image] Dec 20 20:30:57.650 INFO O| Dec 20 20:30:57.650 INFO STEP 718 (remove_files) COMPLETE |
6488 | 2024-12-20T20:30:58.875Z | [ recovery-image] Dec 20 20:30:57.651 INFO O| Dec 20 20:30:57.650 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-20T20:30:58.946Z | [ recovery-image] Dec 20 20:30:57.724 INFO O| Dec 20 20:30:57.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6490 | 2024-12-20T20:30:58.949Z | [ recovery-image] Dec 20 20:30:57.725 INFO O| Dec 20 20:30:57.725 INFO STEP 719 (remove_files) COMPLETE |
6491 | 2024-12-20T20:30:58.949Z | [ recovery-image] Dec 20 20:30:57.725 INFO O| Dec 20 20:30:57.725 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-12-20T20:30:59.048Z | [ recovery-image] Dec 20 20:30:57.825 INFO O| Dec 20 20:30:57.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6493 | 2024-12-20T20:30:59.049Z | [ recovery-image] Dec 20 20:30:57.826 INFO O| Dec 20 20:30:57.825 INFO STEP 720 (remove_files) COMPLETE |
6494 | 2024-12-20T20:30:59.053Z | [ recovery-image] Dec 20 20:30:57.826 INFO O| Dec 20 20:30:57.826 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-12-20T20:30:59.069Z | [ recovery-image] Dec 20 20:30:57.847 INFO O| Dec 20 20:30:57.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6496 | 2024-12-20T20:30:59.070Z | [ recovery-image] Dec 20 20:30:57.847 INFO O| Dec 20 20:30:57.847 INFO STEP 721 (remove_files) COMPLETE |
6497 | 2024-12-20T20:30:59.072Z | [ recovery-image] Dec 20 20:30:57.848 INFO O| Dec 20 20:30:57.847 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-12-20T20:30:59.125Z | [ recovery-image] Dec 20 20:30:57.903 INFO O| Dec 20 20:30:57.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6499 | 2024-12-20T20:30:59.125Z | [ recovery-image] Dec 20 20:30:57.903 INFO O| Dec 20 20:30:57.903 INFO STEP 722 (remove_files) COMPLETE |
6500 | 2024-12-20T20:30:59.125Z | [ recovery-image] Dec 20 20:30:57.903 INFO O| Dec 20 20:30:57.903 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-12-20T20:30:59.149Z | [ recovery-image] Dec 20 20:30:57.927 INFO O| Dec 20 20:30:57.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6502 | 2024-12-20T20:30:59.149Z | [ recovery-image] Dec 20 20:30:57.928 INFO O| Dec 20 20:30:57.927 INFO STEP 723 (remove_files) COMPLETE |
6503 | 2024-12-20T20:30:59.152Z | [ recovery-image] Dec 20 20:30:57.928 INFO O| Dec 20 20:30:57.928 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-20T20:30:59.235Z | [ recovery-image] Dec 20 20:30:58.013 INFO O| Dec 20 20:30:58.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6505 | 2024-12-20T20:30:59.235Z | [ recovery-image] Dec 20 20:30:58.013 INFO O| Dec 20 20:30:58.013 INFO STEP 724 (remove_files) COMPLETE |
6506 | 2024-12-20T20:30:59.239Z | [ recovery-image] Dec 20 20:30:58.013 INFO O| Dec 20 20:30:58.013 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-20T20:30:59.357Z | [ recovery-image] Dec 20 20:30:58.135 INFO O| Dec 20 20:30:58.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6508 | 2024-12-20T20:30:59.358Z | [ recovery-image] Dec 20 20:30:58.135 INFO O| Dec 20 20:30:58.135 INFO STEP 725 (remove_files) COMPLETE |
6509 | 2024-12-20T20:30:59.361Z | [ recovery-image] Dec 20 20:30:58.135 INFO O| Dec 20 20:30:58.135 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-20T20:30:59.409Z | [ recovery-image] Dec 20 20:30:58.187 INFO O| Dec 20 20:30:58.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6511 | 2024-12-20T20:30:59.409Z | [ recovery-image] Dec 20 20:30:58.187 INFO O| Dec 20 20:30:58.187 INFO STEP 726 (remove_files) COMPLETE |
6512 | 2024-12-20T20:30:59.412Z | [ recovery-image] Dec 20 20:30:58.187 INFO O| Dec 20 20:30:58.187 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-20T20:30:59.431Z | [ recovery-image] Dec 20 20:30:58.209 INFO O| Dec 20 20:30:58.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6514 | 2024-12-20T20:30:59.434Z | [ recovery-image] Dec 20 20:30:58.209 INFO O| Dec 20 20:30:58.209 INFO STEP 727 (remove_files) COMPLETE |
6515 | 2024-12-20T20:30:59.434Z | [ recovery-image] Dec 20 20:30:58.209 INFO O| Dec 20 20:30:58.209 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-20T20:30:59.455Z | [ recovery-image] Dec 20 20:30:58.230 INFO O| Dec 20 20:30:58.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6517 | 2024-12-20T20:30:59.455Z | [ recovery-image] Dec 20 20:30:58.230 INFO O| Dec 20 20:30:58.230 INFO STEP 728 (remove_files) COMPLETE |
6518 | 2024-12-20T20:30:59.455Z | [ recovery-image] Dec 20 20:30:58.230 INFO O| Dec 20 20:30:58.230 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-20T20:30:59.472Z | [ recovery-image] Dec 20 20:30:58.250 INFO O| Dec 20 20:30:58.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6520 | 2024-12-20T20:30:59.472Z | [ recovery-image] Dec 20 20:30:58.250 INFO O| Dec 20 20:30:58.250 INFO STEP 729 (remove_files) COMPLETE |
6521 | 2024-12-20T20:30:59.473Z | [ recovery-image] Dec 20 20:30:58.250 INFO O| Dec 20 20:30:58.250 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-20T20:30:59.492Z | [ recovery-image] Dec 20 20:30:58.270 INFO O| Dec 20 20:30:58.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6523 | 2024-12-20T20:30:59.492Z | [ recovery-image] Dec 20 20:30:58.270 INFO O| Dec 20 20:30:58.270 INFO STEP 730 (remove_files) COMPLETE |
6524 | 2024-12-20T20:30:59.492Z | [ recovery-image] Dec 20 20:30:58.270 INFO O| Dec 20 20:30:58.270 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-20T20:30:59.518Z | [ recovery-image] Dec 20 20:30:58.295 INFO O| Dec 20 20:30:58.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6526 | 2024-12-20T20:30:59.520Z | [ recovery-image] Dec 20 20:30:58.295 INFO O| Dec 20 20:30:58.295 INFO STEP 731 (remove_files) COMPLETE |
6527 | 2024-12-20T20:30:59.520Z | [ recovery-image] Dec 20 20:30:58.296 INFO O| Dec 20 20:30:58.296 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-20T20:30:59.540Z | [ recovery-image] Dec 20 20:30:58.318 INFO O| Dec 20 20:30:58.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6529 | 2024-12-20T20:30:59.543Z | [ recovery-image] Dec 20 20:30:58.318 INFO O| Dec 20 20:30:58.318 INFO STEP 732 (remove_files) COMPLETE |
6530 | 2024-12-20T20:30:59.543Z | [ recovery-image] Dec 20 20:30:58.318 INFO O| Dec 20 20:30:58.318 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-20T20:30:59.559Z | [ recovery-image] Dec 20 20:30:58.338 INFO O| Dec 20 20:30:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6532 | 2024-12-20T20:30:59.562Z | [ recovery-image] Dec 20 20:30:58.338 INFO O| Dec 20 20:30:58.338 INFO STEP 733 (remove_files) COMPLETE |
6533 | 2024-12-20T20:30:59.563Z | [ recovery-image] Dec 20 20:30:58.338 INFO O| Dec 20 20:30:58.338 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-20T20:30:59.579Z | [ recovery-image] Dec 20 20:30:58.357 INFO O| Dec 20 20:30:58.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6535 | 2024-12-20T20:30:59.582Z | [ recovery-image] Dec 20 20:30:58.358 INFO O| Dec 20 20:30:58.358 INFO STEP 734 (remove_files) COMPLETE |
6536 | 2024-12-20T20:30:59.583Z | [ recovery-image] Dec 20 20:30:58.358 INFO O| Dec 20 20:30:58.358 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-20T20:30:59.601Z | [ recovery-image] Dec 20 20:30:58.379 INFO O| Dec 20 20:30:58.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6538 | 2024-12-20T20:30:59.605Z | [ recovery-image] Dec 20 20:30:58.380 INFO O| Dec 20 20:30:58.380 INFO STEP 735 (remove_files) COMPLETE |
6539 | 2024-12-20T20:30:59.605Z | [ recovery-image] Dec 20 20:30:58.380 INFO O| Dec 20 20:30:58.380 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-20T20:30:59.621Z | [ recovery-image] Dec 20 20:30:58.399 INFO O| Dec 20 20:30:58.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6541 | 2024-12-20T20:30:59.624Z | [ recovery-image] Dec 20 20:30:58.399 INFO O| Dec 20 20:30:58.399 INFO STEP 736 (remove_files) COMPLETE |
6542 | 2024-12-20T20:30:59.624Z | [ recovery-image] Dec 20 20:30:58.399 INFO O| Dec 20 20:30:58.399 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-20T20:30:59.642Z | [ recovery-image] Dec 20 20:30:58.420 INFO O| Dec 20 20:30:58.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6544 | 2024-12-20T20:30:59.646Z | [ recovery-image] Dec 20 20:30:58.421 INFO O| Dec 20 20:30:58.421 INFO STEP 737 (remove_files) COMPLETE |
6545 | 2024-12-20T20:30:59.646Z | [ recovery-image] Dec 20 20:30:58.421 INFO O| Dec 20 20:30:58.421 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-20T20:30:59.728Z | [ recovery-image] Dec 20 20:30:58.505 INFO O| Dec 20 20:30:58.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6547 | 2024-12-20T20:30:59.731Z | [ recovery-image] Dec 20 20:30:58.506 INFO O| Dec 20 20:30:58.506 INFO STEP 738 (remove_files) COMPLETE |
6548 | 2024-12-20T20:30:59.731Z | [ recovery-image] Dec 20 20:30:58.506 INFO O| Dec 20 20:30:58.506 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-20T20:30:59.749Z | [ recovery-image] Dec 20 20:30:58.526 INFO O| Dec 20 20:30:58.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6550 | 2024-12-20T20:30:59.752Z | [ recovery-image] Dec 20 20:30:58.526 INFO O| Dec 20 20:30:58.526 INFO STEP 739 (remove_files) COMPLETE |
6551 | 2024-12-20T20:30:59.752Z | [ recovery-image] Dec 20 20:30:58.527 INFO O| Dec 20 20:30:58.527 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-20T20:30:59.768Z | [ recovery-image] Dec 20 20:30:58.546 INFO O| Dec 20 20:30:58.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6553 | 2024-12-20T20:30:59.771Z | [ recovery-image] Dec 20 20:30:58.546 INFO O| Dec 20 20:30:58.546 INFO STEP 740 (remove_files) COMPLETE |
6554 | 2024-12-20T20:30:59.771Z | [ recovery-image] Dec 20 20:30:58.546 INFO O| Dec 20 20:30:58.546 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-20T20:30:59.798Z | [ recovery-image] Dec 20 20:30:58.566 INFO O| Dec 20 20:30:58.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6556 | 2024-12-20T20:30:59.812Z | [ recovery-image] Dec 20 20:30:58.590 INFO O| Dec 20 20:30:58.590 INFO STEP 741 (remove_files) COMPLETE |
6557 | 2024-12-20T20:30:59.812Z | [ recovery-image] Dec 20 20:30:58.590 INFO O| Dec 20 20:30:58.590 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-20T20:30:59.865Z | [ recovery-image] Dec 20 20:30:58.643 INFO O| Dec 20 20:30:58.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6559 | 2024-12-20T20:30:59.865Z | [ recovery-image] Dec 20 20:30:58.644 INFO O| Dec 20 20:30:58.644 INFO STEP 742 (remove_files) COMPLETE |
6560 | 2024-12-20T20:30:59.868Z | [ recovery-image] Dec 20 20:30:58.644 INFO O| Dec 20 20:30:58.644 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-20T20:30:59.883Z | [ recovery-image] Dec 20 20:30:58.661 INFO O| Dec 20 20:30:58.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6562 | 2024-12-20T20:30:59.883Z | [ recovery-image] Dec 20 20:30:58.661 INFO O| Dec 20 20:30:58.661 INFO STEP 743 (remove_files) COMPLETE |
6563 | 2024-12-20T20:30:59.898Z | [ recovery-image] Dec 20 20:30:58.661 INFO O| Dec 20 20:30:58.661 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-12-20T20:30:59.904Z | [ recovery-image] Dec 20 20:30:58.677 INFO O| Dec 20 20:30:58.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6565 | 2024-12-20T20:30:59.904Z | [ recovery-image] Dec 20 20:30:58.677 INFO O| Dec 20 20:30:58.677 INFO STEP 744 (remove_files) COMPLETE |
6566 | 2024-12-20T20:30:59.904Z | [ recovery-image] Dec 20 20:30:58.677 INFO O| Dec 20 20:30:58.677 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-12-20T20:30:59.932Z | [ recovery-image] Dec 20 20:30:58.695 INFO O| Dec 20 20:30:58.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6568 | 2024-12-20T20:30:59.932Z | [ recovery-image] Dec 20 20:30:58.695 INFO O| Dec 20 20:30:58.695 INFO STEP 745 (remove_files) COMPLETE |
6569 | 2024-12-20T20:30:59.932Z | [ recovery-image] Dec 20 20:30:58.695 INFO O| Dec 20 20:30:58.695 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-12-20T20:30:59.946Z | [ host-image] Dec 20 20:30:58.724 INFO O| Dec 20 20:30:58.724 INFO O| Done |
6571 | 2024-12-20T20:30:59.957Z | [ recovery-image] Dec 20 20:30:58.735 INFO O| Dec 20 20:30:58.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6572 | 2024-12-20T20:30:59.957Z | [ recovery-image] Dec 20 20:30:58.735 INFO O| Dec 20 20:30:58.735 INFO STEP 746 (remove_files) COMPLETE |
6573 | 2024-12-20T20:30:59.957Z | [ recovery-image] Dec 20 20:30:58.735 INFO O| Dec 20 20:30:58.735 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-20T20:30:59.982Z | [ recovery-image] Dec 20 20:30:58.760 INFO O| Dec 20 20:30:58.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6575 | 2024-12-20T20:30:59.982Z | [ recovery-image] Dec 20 20:30:58.760 INFO O| Dec 20 20:30:58.760 INFO STEP 747 (remove_files) COMPLETE |
6576 | 2024-12-20T20:30:59.986Z | [ recovery-image] Dec 20 20:30:58.760 INFO O| Dec 20 20:30:58.760 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-20T20:31:00.022Z | [ recovery-image] Dec 20 20:30:58.800 INFO O| Dec 20 20:30:58.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6578 | 2024-12-20T20:31:00.022Z | [ recovery-image] Dec 20 20:30:58.800 INFO O| Dec 20 20:30:58.800 INFO STEP 748 (remove_files) COMPLETE |
6579 | 2024-12-20T20:31:00.022Z | [ recovery-image] Dec 20 20:30:58.800 INFO O| Dec 20 20:30:58.800 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-20T20:31:00.055Z | [ recovery-image] Dec 20 20:30:58.833 INFO O| Dec 20 20:30:58.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6581 | 2024-12-20T20:31:00.056Z | [ recovery-image] Dec 20 20:30:58.833 INFO O| Dec 20 20:30:58.833 INFO STEP 749 (remove_files) COMPLETE |
6582 | 2024-12-20T20:31:00.056Z | [ recovery-image] Dec 20 20:30:58.833 INFO O| Dec 20 20:30:58.833 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-20T20:31:00.101Z | [ recovery-image] Dec 20 20:30:58.878 INFO O| Dec 20 20:30:58.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6584 | 2024-12-20T20:31:00.101Z | [ recovery-image] Dec 20 20:30:58.878 INFO O| Dec 20 20:30:58.878 INFO STEP 750 (remove_files) COMPLETE |
6585 | 2024-12-20T20:31:00.101Z | [ recovery-image] Dec 20 20:30:58.879 INFO O| Dec 20 20:30:58.878 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-20T20:31:00.120Z | [ recovery-image] Dec 20 20:30:58.899 INFO O| Dec 20 20:30:58.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6587 | 2024-12-20T20:31:00.120Z | [ recovery-image] Dec 20 20:30:58.899 INFO O| Dec 20 20:30:58.899 INFO STEP 751 (remove_files) COMPLETE |
6588 | 2024-12-20T20:31:00.120Z | [ recovery-image] Dec 20 20:30:58.899 INFO O| Dec 20 20:30:58.899 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-20T20:31:00.140Z | [ recovery-image] Dec 20 20:30:58.918 INFO O| Dec 20 20:30:58.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6590 | 2024-12-20T20:31:00.144Z | [ recovery-image] Dec 20 20:30:58.918 INFO O| Dec 20 20:30:58.918 INFO STEP 752 (remove_files) COMPLETE |
6591 | 2024-12-20T20:31:00.144Z | [ recovery-image] Dec 20 20:30:58.918 INFO O| Dec 20 20:30:58.918 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-20T20:31:00.160Z | [ recovery-image] Dec 20 20:30:58.938 INFO O| Dec 20 20:30:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6593 | 2024-12-20T20:31:00.174Z | [ recovery-image] Dec 20 20:30:58.952 INFO O| Dec 20 20:30:58.952 INFO STEP 753 (remove_files) COMPLETE |
6594 | 2024-12-20T20:31:00.174Z | [ recovery-image] Dec 20 20:30:58.952 INFO O| Dec 20 20:30:58.952 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-20T20:31:00.195Z | [ recovery-image] Dec 20 20:30:58.973 INFO O| Dec 20 20:30:58.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6596 | 2024-12-20T20:31:00.196Z | [ recovery-image] Dec 20 20:30:58.974 INFO O| Dec 20 20:30:58.974 INFO STEP 754 (remove_files) COMPLETE |
6597 | 2024-12-20T20:31:00.202Z | [ recovery-image] Dec 20 20:30:58.974 INFO O| Dec 20 20:30:58.974 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-20T20:31:00.215Z | [ recovery-image] Dec 20 20:30:58.993 INFO O| Dec 20 20:30:58.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6599 | 2024-12-20T20:31:00.215Z | [ recovery-image] Dec 20 20:30:58.993 INFO O| Dec 20 20:30:58.993 INFO STEP 755 (remove_files) COMPLETE |
6600 | 2024-12-20T20:31:00.219Z | [ recovery-image] Dec 20 20:30:58.993 INFO O| Dec 20 20:30:58.993 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-20T20:31:00.236Z | [ recovery-image] Dec 20 20:30:59.014 INFO O| Dec 20 20:30:59.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6602 | 2024-12-20T20:31:00.236Z | [ recovery-image] Dec 20 20:30:59.014 INFO O| Dec 20 20:30:59.014 INFO STEP 756 (remove_files) COMPLETE |
6603 | 2024-12-20T20:31:00.243Z | [ recovery-image] Dec 20 20:30:59.014 INFO O| Dec 20 20:30:59.014 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-20T20:31:00.257Z | [ recovery-image] Dec 20 20:30:59.034 INFO O| Dec 20 20:30:59.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6605 | 2024-12-20T20:31:00.257Z | [ recovery-image] Dec 20 20:30:59.034 INFO O| Dec 20 20:30:59.034 INFO STEP 757 (remove_files) COMPLETE |
6606 | 2024-12-20T20:31:00.260Z | [ recovery-image] Dec 20 20:30:59.034 INFO O| Dec 20 20:30:59.034 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-20T20:31:00.276Z | [ recovery-image] Dec 20 20:30:59.055 INFO O| Dec 20 20:30:59.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6608 | 2024-12-20T20:31:00.276Z | [ recovery-image] Dec 20 20:30:59.055 INFO O| Dec 20 20:30:59.055 INFO STEP 758 (remove_files) COMPLETE |
6609 | 2024-12-20T20:31:00.276Z | [ recovery-image] Dec 20 20:30:59.055 INFO O| Dec 20 20:30:59.055 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-20T20:31:00.296Z | [ recovery-image] Dec 20 20:30:59.074 INFO O| Dec 20 20:30:59.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6611 | 2024-12-20T20:31:00.296Z | [ recovery-image] Dec 20 20:30:59.074 INFO O| Dec 20 20:30:59.074 INFO STEP 759 (remove_files) COMPLETE |
6612 | 2024-12-20T20:31:00.299Z | [ recovery-image] Dec 20 20:30:59.074 INFO O| Dec 20 20:30:59.074 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-20T20:31:00.314Z | [ recovery-image] Dec 20 20:30:59.092 INFO O| Dec 20 20:30:59.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6614 | 2024-12-20T20:31:00.315Z | [ recovery-image] Dec 20 20:30:59.092 INFO O| Dec 20 20:30:59.092 INFO STEP 760 (remove_files) COMPLETE |
6615 | 2024-12-20T20:31:00.317Z | [ recovery-image] Dec 20 20:30:59.092 INFO O| Dec 20 20:30:59.092 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-20T20:31:00.333Z | [ recovery-image] Dec 20 20:30:59.111 INFO O| Dec 20 20:30:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6617 | 2024-12-20T20:31:00.333Z | [ recovery-image] Dec 20 20:30:59.111 INFO O| Dec 20 20:30:59.111 INFO STEP 761 (remove_files) COMPLETE |
6618 | 2024-12-20T20:31:00.333Z | [ recovery-image] Dec 20 20:30:59.111 INFO O| Dec 20 20:30:59.111 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-20T20:31:00.352Z | [ recovery-image] Dec 20 20:30:59.131 INFO O| Dec 20 20:30:59.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6620 | 2024-12-20T20:31:00.353Z | [ recovery-image] Dec 20 20:30:59.131 INFO O| Dec 20 20:30:59.131 INFO STEP 762 (remove_files) COMPLETE |
6621 | 2024-12-20T20:31:00.353Z | [ recovery-image] Dec 20 20:30:59.131 INFO O| Dec 20 20:30:59.131 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-20T20:31:00.382Z | [ recovery-image] Dec 20 20:30:59.160 INFO O| Dec 20 20:30:59.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6623 | 2024-12-20T20:31:00.387Z | [ recovery-image] Dec 20 20:30:59.161 INFO O| Dec 20 20:30:59.161 INFO STEP 763 (remove_files) COMPLETE |
6624 | 2024-12-20T20:31:00.387Z | [ recovery-image] Dec 20 20:30:59.161 INFO O| Dec 20 20:30:59.161 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-20T20:31:00.404Z | [ recovery-image] Dec 20 20:30:59.182 INFO O| Dec 20 20:30:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6626 | 2024-12-20T20:31:00.408Z | [ recovery-image] Dec 20 20:30:59.183 INFO O| Dec 20 20:30:59.183 INFO STEP 764 (remove_files) COMPLETE |
6627 | 2024-12-20T20:31:00.408Z | [ recovery-image] Dec 20 20:30:59.183 INFO O| Dec 20 20:30:59.183 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-20T20:31:00.425Z | [ recovery-image] Dec 20 20:30:59.201 INFO O| Dec 20 20:30:59.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6629 | 2024-12-20T20:31:00.428Z | [ recovery-image] Dec 20 20:30:59.202 INFO O| Dec 20 20:30:59.202 INFO STEP 765 (remove_files) COMPLETE |
6630 | 2024-12-20T20:31:00.428Z | [ recovery-image] Dec 20 20:30:59.202 INFO O| Dec 20 20:30:59.202 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-20T20:31:00.442Z | [ recovery-image] Dec 20 20:30:59.220 INFO O| Dec 20 20:30:59.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6632 | 2024-12-20T20:31:00.446Z | [ recovery-image] Dec 20 20:30:59.220 INFO O| Dec 20 20:30:59.220 INFO STEP 766 (remove_files) COMPLETE |
6633 | 2024-12-20T20:31:00.446Z | [ recovery-image] Dec 20 20:30:59.220 INFO O| Dec 20 20:30:59.220 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-20T20:31:00.485Z | [ recovery-image] Dec 20 20:30:59.263 INFO O| Dec 20 20:30:59.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6635 | 2024-12-20T20:31:00.506Z | [ recovery-image] Dec 20 20:30:59.284 INFO O| Dec 20 20:30:59.284 INFO STEP 767 (remove_files) COMPLETE |
6636 | 2024-12-20T20:31:00.506Z | [ recovery-image] Dec 20 20:30:59.284 INFO O| Dec 20 20:30:59.284 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-20T20:31:00.558Z | [ recovery-image] Dec 20 20:30:59.336 INFO O| Dec 20 20:30:59.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6638 | 2024-12-20T20:31:00.558Z | [ recovery-image] Dec 20 20:30:59.336 INFO O| Dec 20 20:30:59.336 INFO STEP 768 (remove_files) COMPLETE |
6639 | 2024-12-20T20:31:00.558Z | [ recovery-image] Dec 20 20:30:59.336 INFO O| Dec 20 20:30:59.336 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-20T20:31:00.625Z | [ recovery-image] Dec 20 20:30:59.402 INFO O| Dec 20 20:30:59.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6641 | 2024-12-20T20:31:00.628Z | [ recovery-image] Dec 20 20:30:59.403 INFO O| Dec 20 20:30:59.403 INFO STEP 769 (remove_files) COMPLETE |
6642 | 2024-12-20T20:31:00.628Z | [ recovery-image] Dec 20 20:30:59.403 INFO O| Dec 20 20:30:59.403 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-20T20:31:00.656Z | [ recovery-image] Dec 20 20:30:59.434 INFO O| Dec 20 20:30:59.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6644 | 2024-12-20T20:31:00.659Z | [ recovery-image] Dec 20 20:30:59.434 INFO O| Dec 20 20:30:59.434 INFO STEP 770 (remove_files) COMPLETE |
6645 | 2024-12-20T20:31:00.659Z | [ recovery-image] Dec 20 20:30:59.435 INFO O| Dec 20 20:30:59.434 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-20T20:31:00.676Z | [ recovery-image] Dec 20 20:30:59.454 INFO O| Dec 20 20:30:59.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6647 | 2024-12-20T20:31:00.679Z | [ recovery-image] Dec 20 20:30:59.454 INFO O| Dec 20 20:30:59.454 INFO STEP 771 (remove_files) COMPLETE |
6648 | 2024-12-20T20:31:00.679Z | [ recovery-image] Dec 20 20:30:59.454 INFO O| Dec 20 20:30:59.454 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-20T20:31:00.696Z | [ recovery-image] Dec 20 20:30:59.474 INFO O| Dec 20 20:30:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6650 | 2024-12-20T20:31:00.699Z | [ recovery-image] Dec 20 20:30:59.474 INFO O| Dec 20 20:30:59.474 INFO STEP 772 (remove_files) COMPLETE |
6651 | 2024-12-20T20:31:00.699Z | [ recovery-image] Dec 20 20:30:59.474 INFO O| Dec 20 20:30:59.474 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-20T20:31:00.740Z | [ recovery-image] Dec 20 20:30:59.518 INFO O| Dec 20 20:30:59.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6653 | 2024-12-20T20:31:00.743Z | [ recovery-image] Dec 20 20:30:59.518 INFO O| Dec 20 20:30:59.518 INFO STEP 773 (remove_files) COMPLETE |
6654 | 2024-12-20T20:31:00.744Z | [ recovery-image] Dec 20 20:30:59.518 INFO O| Dec 20 20:30:59.518 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-20T20:31:00.762Z | [ recovery-image] Dec 20 20:30:59.540 INFO O| Dec 20 20:30:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6656 | 2024-12-20T20:31:00.762Z | [ recovery-image] Dec 20 20:30:59.540 INFO O| Dec 20 20:30:59.540 INFO STEP 774 (remove_files) COMPLETE |
6657 | 2024-12-20T20:31:00.762Z | [ recovery-image] Dec 20 20:30:59.540 INFO O| Dec 20 20:30:59.540 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-20T20:31:00.783Z | [ recovery-image] Dec 20 20:30:59.561 INFO O| Dec 20 20:30:59.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6659 | 2024-12-20T20:31:00.808Z | [ recovery-image] Dec 20 20:30:59.586 INFO O| Dec 20 20:30:59.586 INFO STEP 775 (remove_files) COMPLETE |
6660 | 2024-12-20T20:31:00.808Z | [ recovery-image] Dec 20 20:30:59.586 INFO O| Dec 20 20:30:59.586 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-12-20T20:31:00.869Z | [ recovery-image] Dec 20 20:30:59.646 INFO O| Dec 20 20:30:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6662 | 2024-12-20T20:31:00.869Z | [ recovery-image] Dec 20 20:30:59.646 INFO O| Dec 20 20:30:59.646 INFO STEP 776 (remove_files) COMPLETE |
6663 | 2024-12-20T20:31:00.869Z | [ recovery-image] Dec 20 20:30:59.646 INFO O| Dec 20 20:30:59.646 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-12-20T20:31:00.931Z | [ recovery-image] Dec 20 20:30:59.689 INFO O| Dec 20 20:30:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6665 | 2024-12-20T20:31:00.931Z | [ recovery-image] Dec 20 20:30:59.689 INFO O| Dec 20 20:30:59.689 INFO STEP 777 (remove_files) COMPLETE |
6666 | 2024-12-20T20:31:00.934Z | [ recovery-image] Dec 20 20:30:59.689 INFO O| Dec 20 20:30:59.689 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-12-20T20:31:00.997Z | [ recovery-image] Dec 20 20:30:59.776 INFO O| Dec 20 20:30:59.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6668 | 2024-12-20T20:31:00.998Z | [ recovery-image] Dec 20 20:30:59.776 INFO O| Dec 20 20:30:59.776 INFO STEP 778 (remove_files) COMPLETE |
6669 | 2024-12-20T20:31:00.998Z | [ recovery-image] Dec 20 20:30:59.776 INFO O| Dec 20 20:30:59.776 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-12-20T20:31:01.028Z | [ recovery-image] Dec 20 20:30:59.806 INFO O| Dec 20 20:30:59.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6671 | 2024-12-20T20:31:01.028Z | [ recovery-image] Dec 20 20:30:59.806 INFO O| Dec 20 20:30:59.806 INFO STEP 779 (remove_files) COMPLETE |
6672 | 2024-12-20T20:31:01.028Z | [ recovery-image] Dec 20 20:30:59.806 INFO O| Dec 20 20:30:59.806 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-12-20T20:31:01.067Z | [ recovery-image] Dec 20 20:30:59.844 INFO O| Dec 20 20:30:59.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6674 | 2024-12-20T20:31:01.067Z | [ recovery-image] Dec 20 20:30:59.844 INFO O| Dec 20 20:30:59.844 INFO STEP 780 (remove_files) COMPLETE |
6675 | 2024-12-20T20:31:01.067Z | [ recovery-image] Dec 20 20:30:59.844 INFO O| Dec 20 20:30:59.844 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-12-20T20:31:01.156Z | [ recovery-image] Dec 20 20:30:59.934 INFO O| Dec 20 20:30:59.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6677 | 2024-12-20T20:31:01.156Z | [ recovery-image] Dec 20 20:30:59.934 INFO O| Dec 20 20:30:59.934 INFO STEP 781 (remove_files) COMPLETE |
6678 | 2024-12-20T20:31:01.159Z | [ recovery-image] Dec 20 20:30:59.934 INFO O| Dec 20 20:30:59.934 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-12-20T20:31:01.175Z | [ recovery-image] Dec 20 20:30:59.953 INFO O| Dec 20 20:30:59.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6680 | 2024-12-20T20:31:01.175Z | [ recovery-image] Dec 20 20:30:59.954 INFO O| Dec 20 20:30:59.953 INFO STEP 782 (remove_files) COMPLETE |
6681 | 2024-12-20T20:31:01.179Z | [ recovery-image] Dec 20 20:30:59.954 INFO O| Dec 20 20:30:59.953 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-12-20T20:31:01.204Z | [ recovery-image] Dec 20 20:30:59.982 INFO O| Dec 20 20:30:59.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6683 | 2024-12-20T20:31:01.204Z | [ recovery-image] Dec 20 20:30:59.982 INFO O| Dec 20 20:30:59.982 INFO STEP 783 (remove_files) COMPLETE |
6684 | 2024-12-20T20:31:01.204Z | [ recovery-image] Dec 20 20:30:59.982 INFO O| Dec 20 20:30:59.982 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-12-20T20:31:01.226Z | [ recovery-image] Dec 20 20:31:00.005 INFO O| Dec 20 20:31:00.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6686 | 2024-12-20T20:31:01.227Z | [ recovery-image] Dec 20 20:31:00.005 INFO O| Dec 20 20:31:00.005 INFO STEP 784 (remove_files) COMPLETE |
6687 | 2024-12-20T20:31:01.230Z | [ recovery-image] Dec 20 20:31:00.005 INFO O| Dec 20 20:31:00.005 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-12-20T20:31:01.266Z | [ recovery-image] Dec 20 20:31:00.044 INFO O| Dec 20 20:31:00.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6689 | 2024-12-20T20:31:01.266Z | [ recovery-image] Dec 20 20:31:00.044 INFO O| Dec 20 20:31:00.044 INFO STEP 785 (remove_files) COMPLETE |
6690 | 2024-12-20T20:31:01.266Z | [ recovery-image] Dec 20 20:31:00.044 INFO O| Dec 20 20:31:00.044 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-12-20T20:31:01.310Z | [ recovery-image] Dec 20 20:31:00.088 INFO O| Dec 20 20:31:00.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6692 | 2024-12-20T20:31:01.310Z | [ recovery-image] Dec 20 20:31:00.088 INFO O| Dec 20 20:31:00.088 INFO STEP 786 (remove_files) COMPLETE |
6693 | 2024-12-20T20:31:01.313Z | [ recovery-image] Dec 20 20:31:00.088 INFO O| Dec 20 20:31:00.088 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-12-20T20:31:01.334Z | [ recovery-image] Dec 20 20:31:00.110 INFO O| Dec 20 20:31:00.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6695 | 2024-12-20T20:31:01.335Z | [ recovery-image] Dec 20 20:31:00.111 INFO O| Dec 20 20:31:00.111 INFO STEP 787 (remove_files) COMPLETE |
6696 | 2024-12-20T20:31:01.338Z | [ recovery-image] Dec 20 20:31:00.111 INFO O| Dec 20 20:31:00.111 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-12-20T20:31:01.352Z | [ recovery-image] Dec 20 20:31:00.130 INFO O| Dec 20 20:31:00.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6698 | 2024-12-20T20:31:01.352Z | [ recovery-image] Dec 20 20:31:00.130 INFO O| Dec 20 20:31:00.130 INFO STEP 788 (remove_files) COMPLETE |
6699 | 2024-12-20T20:31:01.352Z | [ recovery-image] Dec 20 20:31:00.130 INFO O| Dec 20 20:31:00.130 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-12-20T20:31:01.374Z | [ recovery-image] Dec 20 20:31:00.152 INFO O| Dec 20 20:31:00.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6701 | 2024-12-20T20:31:01.374Z | [ recovery-image] Dec 20 20:31:00.152 INFO O| Dec 20 20:31:00.152 INFO STEP 789 (remove_files) COMPLETE |
6702 | 2024-12-20T20:31:01.374Z | [ recovery-image] Dec 20 20:31:00.152 INFO O| Dec 20 20:31:00.152 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-12-20T20:31:01.394Z | [ recovery-image] Dec 20 20:31:00.171 INFO O| Dec 20 20:31:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6704 | 2024-12-20T20:31:01.394Z | [ recovery-image] Dec 20 20:31:00.172 INFO O| Dec 20 20:31:00.172 INFO STEP 790 (remove_files) COMPLETE |
6705 | 2024-12-20T20:31:01.394Z | [ recovery-image] Dec 20 20:31:00.172 INFO O| Dec 20 20:31:00.172 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-12-20T20:31:01.414Z | [ recovery-image] Dec 20 20:31:00.192 INFO O| Dec 20 20:31:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6707 | 2024-12-20T20:31:01.414Z | [ recovery-image] Dec 20 20:31:00.192 INFO O| Dec 20 20:31:00.192 INFO STEP 791 (remove_files) COMPLETE |
6708 | 2024-12-20T20:31:01.414Z | [ recovery-image] Dec 20 20:31:00.192 INFO O| Dec 20 20:31:00.192 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-20T20:31:01.457Z | [ recovery-image] Dec 20 20:31:00.235 INFO O| Dec 20 20:31:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6710 | 2024-12-20T20:31:01.461Z | [ recovery-image] Dec 20 20:31:00.235 INFO O| Dec 20 20:31:00.235 INFO STEP 792 (remove_files) COMPLETE |
6711 | 2024-12-20T20:31:01.461Z | [ recovery-image] Dec 20 20:31:00.235 INFO O| Dec 20 20:31:00.235 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-20T20:31:01.477Z | [ recovery-image] Dec 20 20:31:00.255 INFO O| Dec 20 20:31:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6713 | 2024-12-20T20:31:01.481Z | [ recovery-image] Dec 20 20:31:00.256 INFO O| Dec 20 20:31:00.256 INFO STEP 793 (remove_files) COMPLETE |
6714 | 2024-12-20T20:31:01.481Z | [ recovery-image] Dec 20 20:31:00.256 INFO O| Dec 20 20:31:00.256 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-20T20:31:01.498Z | [ recovery-image] Dec 20 20:31:00.276 INFO O| Dec 20 20:31:00.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6716 | 2024-12-20T20:31:01.499Z | [ recovery-image] Dec 20 20:31:00.276 INFO O| Dec 20 20:31:00.276 INFO STEP 794 (remove_files) COMPLETE |
6717 | 2024-12-20T20:31:01.501Z | [ recovery-image] Dec 20 20:31:00.276 INFO O| Dec 20 20:31:00.276 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-12-20T20:31:01.520Z | [ recovery-image] Dec 20 20:31:00.298 INFO O| Dec 20 20:31:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6719 | 2024-12-20T20:31:01.524Z | [ recovery-image] Dec 20 20:31:00.298 INFO O| Dec 20 20:31:00.298 INFO STEP 795 (remove_files) COMPLETE |
6720 | 2024-12-20T20:31:01.524Z | [ recovery-image] Dec 20 20:31:00.299 INFO O| Dec 20 20:31:00.298 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-20T20:31:01.557Z | [ recovery-image] Dec 20 20:31:00.335 INFO O| Dec 20 20:31:00.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6722 | 2024-12-20T20:31:01.560Z | [ recovery-image] Dec 20 20:31:00.335 INFO O| Dec 20 20:31:00.335 INFO STEP 796 (remove_files) COMPLETE |
6723 | 2024-12-20T20:31:01.560Z | [ recovery-image] Dec 20 20:31:00.335 INFO O| Dec 20 20:31:00.335 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-20T20:31:01.577Z | [ recovery-image] Dec 20 20:31:00.355 INFO O| Dec 20 20:31:00.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6725 | 2024-12-20T20:31:01.580Z | [ recovery-image] Dec 20 20:31:00.355 INFO O| Dec 20 20:31:00.355 INFO STEP 797 (remove_files) COMPLETE |
6726 | 2024-12-20T20:31:01.580Z | [ recovery-image] Dec 20 20:31:00.355 INFO O| Dec 20 20:31:00.355 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-12-20T20:31:01.609Z | [ recovery-image] Dec 20 20:31:00.386 INFO O| Dec 20 20:31:00.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6728 | 2024-12-20T20:31:01.609Z | [ recovery-image] Dec 20 20:31:00.386 INFO O| Dec 20 20:31:00.386 INFO STEP 798 (remove_files) COMPLETE |
6729 | 2024-12-20T20:31:01.609Z | [ recovery-image] Dec 20 20:31:00.386 INFO O| Dec 20 20:31:00.386 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-20T20:31:01.666Z | [ recovery-image] Dec 20 20:31:00.443 INFO O| Dec 20 20:31:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6731 | 2024-12-20T20:31:01.666Z | [ recovery-image] Dec 20 20:31:00.444 INFO O| Dec 20 20:31:00.443 INFO STEP 799 (remove_files) COMPLETE |
6732 | 2024-12-20T20:31:01.666Z | [ recovery-image] Dec 20 20:31:00.444 INFO O| Dec 20 20:31:00.444 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-20T20:31:01.687Z | [ recovery-image] Dec 20 20:31:00.465 INFO O| Dec 20 20:31:00.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6734 | 2024-12-20T20:31:01.687Z | [ recovery-image] Dec 20 20:31:00.465 INFO O| Dec 20 20:31:00.465 INFO STEP 800 (remove_files) COMPLETE |
6735 | 2024-12-20T20:31:01.687Z | [ recovery-image] Dec 20 20:31:00.465 INFO O| Dec 20 20:31:00.465 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-20T20:31:01.719Z | [ recovery-image] Dec 20 20:31:00.497 INFO O| Dec 20 20:31:00.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6737 | 2024-12-20T20:31:01.723Z | [ recovery-image] Dec 20 20:31:00.497 INFO O| Dec 20 20:31:00.497 INFO STEP 801 (remove_files) COMPLETE |
6738 | 2024-12-20T20:31:01.723Z | [ recovery-image] Dec 20 20:31:00.497 INFO O| Dec 20 20:31:00.497 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-20T20:31:01.740Z | [ recovery-image] Dec 20 20:31:00.518 INFO O| Dec 20 20:31:00.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6740 | 2024-12-20T20:31:01.744Z | [ recovery-image] Dec 20 20:31:00.519 INFO O| Dec 20 20:31:00.519 INFO STEP 802 (remove_files) COMPLETE |
6741 | 2024-12-20T20:31:01.744Z | [ recovery-image] Dec 20 20:31:00.519 INFO O| Dec 20 20:31:00.519 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-20T20:31:01.761Z | [ recovery-image] Dec 20 20:31:00.539 INFO O| Dec 20 20:31:00.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6743 | 2024-12-20T20:31:01.761Z | [ recovery-image] Dec 20 20:31:00.539 INFO O| Dec 20 20:31:00.539 INFO STEP 803 (remove_files) COMPLETE |
6744 | 2024-12-20T20:31:01.764Z | [ recovery-image] Dec 20 20:31:00.539 INFO O| Dec 20 20:31:00.539 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-20T20:31:01.782Z | [ recovery-image] Dec 20 20:31:00.560 INFO O| Dec 20 20:31:00.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6746 | 2024-12-20T20:31:01.785Z | [ recovery-image] Dec 20 20:31:00.560 INFO O| Dec 20 20:31:00.560 INFO STEP 804 (remove_files) COMPLETE |
6747 | 2024-12-20T20:31:01.785Z | [ recovery-image] Dec 20 20:31:00.561 INFO O| Dec 20 20:31:00.560 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-20T20:31:01.803Z | [ recovery-image] Dec 20 20:31:00.580 INFO O| Dec 20 20:31:00.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6749 | 2024-12-20T20:31:01.806Z | [ recovery-image] Dec 20 20:31:00.580 INFO O| Dec 20 20:31:00.580 INFO STEP 805 (remove_files) COMPLETE |
6750 | 2024-12-20T20:31:01.807Z | [ recovery-image] Dec 20 20:31:00.580 INFO O| Dec 20 20:31:00.580 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-20T20:31:01.822Z | [ recovery-image] Dec 20 20:31:00.600 INFO O| Dec 20 20:31:00.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6752 | 2024-12-20T20:31:01.822Z | [ recovery-image] Dec 20 20:31:00.600 INFO O| Dec 20 20:31:00.600 INFO STEP 806 (remove_files) COMPLETE |
6753 | 2024-12-20T20:31:01.822Z | [ recovery-image] Dec 20 20:31:00.600 INFO O| Dec 20 20:31:00.600 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-20T20:31:01.869Z | [ recovery-image] Dec 20 20:31:00.647 INFO O| Dec 20 20:31:00.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6755 | 2024-12-20T20:31:01.869Z | [ recovery-image] Dec 20 20:31:00.647 INFO O| Dec 20 20:31:00.647 INFO STEP 807 (remove_files) COMPLETE |
6756 | 2024-12-20T20:31:01.869Z | [ recovery-image] Dec 20 20:31:00.647 INFO O| Dec 20 20:31:00.647 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-20T20:31:01.889Z | [ recovery-image] Dec 20 20:31:00.666 INFO O| Dec 20 20:31:00.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6758 | 2024-12-20T20:31:01.889Z | [ recovery-image] Dec 20 20:31:00.666 INFO O| Dec 20 20:31:00.666 INFO STEP 808 (remove_files) COMPLETE |
6759 | 2024-12-20T20:31:01.889Z | [ recovery-image] Dec 20 20:31:00.666 INFO O| Dec 20 20:31:00.666 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-20T20:31:01.908Z | [ recovery-image] Dec 20 20:31:00.686 INFO O| Dec 20 20:31:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6761 | 2024-12-20T20:31:01.908Z | [ recovery-image] Dec 20 20:31:00.686 INFO O| Dec 20 20:31:00.686 INFO STEP 809 (remove_files) COMPLETE |
6762 | 2024-12-20T20:31:01.908Z | [ recovery-image] Dec 20 20:31:00.686 INFO O| Dec 20 20:31:00.686 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-20T20:31:01.928Z | [ recovery-image] Dec 20 20:31:00.706 INFO O| Dec 20 20:31:00.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6764 | 2024-12-20T20:31:01.931Z | [ recovery-image] Dec 20 20:31:00.707 INFO O| Dec 20 20:31:00.706 INFO STEP 810 (remove_files) COMPLETE |
6765 | 2024-12-20T20:31:01.932Z | [ recovery-image] Dec 20 20:31:00.707 INFO O| Dec 20 20:31:00.707 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-20T20:31:01.971Z | [ recovery-image] Dec 20 20:31:00.750 INFO O| Dec 20 20:31:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6767 | 2024-12-20T20:31:01.972Z | [ recovery-image] Dec 20 20:31:00.750 INFO O| Dec 20 20:31:00.750 INFO STEP 811 (remove_files) COMPLETE |
6768 | 2024-12-20T20:31:01.972Z | [ recovery-image] Dec 20 20:31:00.750 INFO O| Dec 20 20:31:00.750 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-20T20:31:01.999Z | [ recovery-image] Dec 20 20:31:00.777 INFO O| Dec 20 20:31:00.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6770 | 2024-12-20T20:31:01.999Z | [ recovery-image] Dec 20 20:31:00.777 INFO O| Dec 20 20:31:00.777 INFO STEP 812 (remove_files) COMPLETE |
6771 | 2024-12-20T20:31:01.999Z | [ recovery-image] Dec 20 20:31:00.777 INFO O| Dec 20 20:31:00.777 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-20T20:31:02.018Z | [ recovery-image] Dec 20 20:31:00.796 INFO O| Dec 20 20:31:00.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6773 | 2024-12-20T20:31:02.019Z | [ recovery-image] Dec 20 20:31:00.797 INFO O| Dec 20 20:31:00.797 INFO STEP 813 (remove_files) COMPLETE |
6774 | 2024-12-20T20:31:02.019Z | [ recovery-image] Dec 20 20:31:00.797 INFO O| Dec 20 20:31:00.797 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-20T20:31:02.044Z | [ recovery-image] Dec 20 20:31:00.822 INFO O| Dec 20 20:31:00.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6776 | 2024-12-20T20:31:02.044Z | [ recovery-image] Dec 20 20:31:00.822 INFO O| Dec 20 20:31:00.822 INFO STEP 814 (remove_files) COMPLETE |
6777 | 2024-12-20T20:31:02.044Z | [ recovery-image] Dec 20 20:31:00.822 INFO O| Dec 20 20:31:00.822 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-20T20:31:02.065Z | [ recovery-image] Dec 20 20:31:00.843 INFO O| Dec 20 20:31:00.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6779 | 2024-12-20T20:31:02.065Z | [ recovery-image] Dec 20 20:31:00.843 INFO O| Dec 20 20:31:00.843 INFO STEP 815 (remove_files) COMPLETE |
6780 | 2024-12-20T20:31:02.066Z | [ recovery-image] Dec 20 20:31:00.843 INFO O| Dec 20 20:31:00.843 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-20T20:31:02.085Z | [ recovery-image] Dec 20 20:31:00.862 INFO O| Dec 20 20:31:00.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6782 | 2024-12-20T20:31:02.085Z | [ recovery-image] Dec 20 20:31:00.862 INFO O| Dec 20 20:31:00.862 INFO STEP 816 (remove_files) COMPLETE |
6783 | 2024-12-20T20:31:02.085Z | [ recovery-image] Dec 20 20:31:00.862 INFO O| Dec 20 20:31:00.862 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-20T20:31:02.104Z | [ recovery-image] Dec 20 20:31:00.882 INFO O| Dec 20 20:31:00.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6785 | 2024-12-20T20:31:02.104Z | [ recovery-image] Dec 20 20:31:00.882 INFO O| Dec 20 20:31:00.882 INFO STEP 817 (remove_files) COMPLETE |
6786 | 2024-12-20T20:31:02.104Z | [ recovery-image] Dec 20 20:31:00.882 INFO O| Dec 20 20:31:00.882 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-20T20:31:02.123Z | [ recovery-image] Dec 20 20:31:00.902 INFO O| Dec 20 20:31:00.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6788 | 2024-12-20T20:31:02.124Z | [ recovery-image] Dec 20 20:31:00.902 INFO O| Dec 20 20:31:00.902 INFO STEP 818 (remove_files) COMPLETE |
6789 | 2024-12-20T20:31:02.124Z | [ recovery-image] Dec 20 20:31:00.902 INFO O| Dec 20 20:31:00.902 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-20T20:31:02.144Z | [ recovery-image] Dec 20 20:31:00.922 INFO O| Dec 20 20:31:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6791 | 2024-12-20T20:31:02.144Z | [ recovery-image] Dec 20 20:31:00.922 INFO O| Dec 20 20:31:00.922 INFO STEP 819 (remove_files) COMPLETE |
6792 | 2024-12-20T20:31:02.144Z | [ recovery-image] Dec 20 20:31:00.922 INFO O| Dec 20 20:31:00.922 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-20T20:31:02.182Z | [ recovery-image] Dec 20 20:31:00.959 INFO O| Dec 20 20:31:00.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6794 | 2024-12-20T20:31:02.182Z | [ recovery-image] Dec 20 20:31:00.959 INFO O| Dec 20 20:31:00.959 INFO STEP 820 (remove_files) COMPLETE |
6795 | 2024-12-20T20:31:02.188Z | [ recovery-image] Dec 20 20:31:00.959 INFO O| Dec 20 20:31:00.959 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-20T20:31:02.201Z | [ recovery-image] Dec 20 20:31:00.980 INFO O| Dec 20 20:31:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6797 | 2024-12-20T20:31:02.206Z | [ recovery-image] Dec 20 20:31:00.980 INFO O| Dec 20 20:31:00.980 INFO STEP 821 (remove_files) COMPLETE |
6798 | 2024-12-20T20:31:02.206Z | [ recovery-image] Dec 20 20:31:00.980 INFO O| Dec 20 20:31:00.980 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-20T20:31:02.291Z | [ recovery-image] Dec 20 20:31:01.069 INFO O| Dec 20 20:31:01.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6800 | 2024-12-20T20:31:02.291Z | [ recovery-image] Dec 20 20:31:01.070 INFO O| Dec 20 20:31:01.070 INFO STEP 822 (remove_files) COMPLETE |
6801 | 2024-12-20T20:31:02.291Z | [ recovery-image] Dec 20 20:31:01.070 INFO O| Dec 20 20:31:01.070 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-20T20:31:02.355Z | [ recovery-image] Dec 20 20:31:01.133 INFO O| Dec 20 20:31:01.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6803 | 2024-12-20T20:31:02.358Z | [ recovery-image] Dec 20 20:31:01.133 INFO O| Dec 20 20:31:01.133 INFO STEP 823 (remove_files) COMPLETE |
6804 | 2024-12-20T20:31:02.359Z | [ recovery-image] Dec 20 20:31:01.133 INFO O| Dec 20 20:31:01.133 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-20T20:31:02.382Z | [ recovery-image] Dec 20 20:31:01.160 INFO O| Dec 20 20:31:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6806 | 2024-12-20T20:31:02.382Z | [ recovery-image] Dec 20 20:31:01.160 INFO O| Dec 20 20:31:01.160 INFO STEP 824 (remove_files) COMPLETE |
6807 | 2024-12-20T20:31:02.386Z | [ recovery-image] Dec 20 20:31:01.160 INFO O| Dec 20 20:31:01.160 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-20T20:31:02.405Z | [ recovery-image] Dec 20 20:31:01.182 INFO O| Dec 20 20:31:01.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6809 | 2024-12-20T20:31:02.405Z | [ recovery-image] Dec 20 20:31:01.182 INFO O| Dec 20 20:31:01.182 INFO STEP 825 (remove_files) COMPLETE |
6810 | 2024-12-20T20:31:02.405Z | [ recovery-image] Dec 20 20:31:01.182 INFO O| Dec 20 20:31:01.182 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-20T20:31:02.423Z | [ recovery-image] Dec 20 20:31:01.201 INFO O| Dec 20 20:31:01.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6812 | 2024-12-20T20:31:02.423Z | [ recovery-image] Dec 20 20:31:01.201 INFO O| Dec 20 20:31:01.201 INFO STEP 826 (remove_files) COMPLETE |
6813 | 2024-12-20T20:31:02.424Z | [ recovery-image] Dec 20 20:31:01.201 INFO O| Dec 20 20:31:01.201 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-20T20:31:02.443Z | [ recovery-image] Dec 20 20:31:01.221 INFO O| Dec 20 20:31:01.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6815 | 2024-12-20T20:31:02.443Z | [ recovery-image] Dec 20 20:31:01.221 INFO O| Dec 20 20:31:01.221 INFO STEP 827 (remove_files) COMPLETE |
6816 | 2024-12-20T20:31:02.446Z | [ recovery-image] Dec 20 20:31:01.221 INFO O| Dec 20 20:31:01.221 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-20T20:31:02.464Z | [ recovery-image] Dec 20 20:31:01.242 INFO O| Dec 20 20:31:01.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6818 | 2024-12-20T20:31:02.464Z | [ recovery-image] Dec 20 20:31:01.242 INFO O| Dec 20 20:31:01.242 INFO STEP 828 (remove_files) COMPLETE |
6819 | 2024-12-20T20:31:02.464Z | [ recovery-image] Dec 20 20:31:01.242 INFO O| Dec 20 20:31:01.242 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-20T20:31:02.486Z | [ recovery-image] Dec 20 20:31:01.263 INFO O| Dec 20 20:31:01.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6821 | 2024-12-20T20:31:02.489Z | [ recovery-image] Dec 20 20:31:01.264 INFO O| Dec 20 20:31:01.263 INFO STEP 829 (remove_files) COMPLETE |
6822 | 2024-12-20T20:31:02.489Z | [ recovery-image] Dec 20 20:31:01.264 INFO O| Dec 20 20:31:01.264 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-20T20:31:02.511Z | [ recovery-image] Dec 20 20:31:01.284 INFO O| Dec 20 20:31:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6824 | 2024-12-20T20:31:02.515Z | [ recovery-image] Dec 20 20:31:01.284 INFO O| Dec 20 20:31:01.284 INFO STEP 830 (remove_files) COMPLETE |
6825 | 2024-12-20T20:31:02.515Z | [ recovery-image] Dec 20 20:31:01.284 INFO O| Dec 20 20:31:01.284 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-20T20:31:02.527Z | [ recovery-image] Dec 20 20:31:01.305 INFO O| Dec 20 20:31:01.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6827 | 2024-12-20T20:31:02.527Z | [ recovery-image] Dec 20 20:31:01.305 INFO O| Dec 20 20:31:01.305 INFO STEP 831 (remove_files) COMPLETE |
6828 | 2024-12-20T20:31:02.531Z | [ recovery-image] Dec 20 20:31:01.305 INFO O| Dec 20 20:31:01.305 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-20T20:31:02.548Z | [ recovery-image] Dec 20 20:31:01.327 INFO O| Dec 20 20:31:01.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6830 | 2024-12-20T20:31:02.548Z | [ recovery-image] Dec 20 20:31:01.327 INFO O| Dec 20 20:31:01.327 INFO STEP 832 (remove_files) COMPLETE |
6831 | 2024-12-20T20:31:02.551Z | [ recovery-image] Dec 20 20:31:01.327 INFO O| Dec 20 20:31:01.327 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-20T20:31:02.570Z | [ recovery-image] Dec 20 20:31:01.348 INFO O| Dec 20 20:31:01.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6833 | 2024-12-20T20:31:02.570Z | [ recovery-image] Dec 20 20:31:01.348 INFO O| Dec 20 20:31:01.348 INFO STEP 833 (remove_files) COMPLETE |
6834 | 2024-12-20T20:31:02.570Z | [ recovery-image] Dec 20 20:31:01.348 INFO O| Dec 20 20:31:01.348 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-20T20:31:02.591Z | [ recovery-image] Dec 20 20:31:01.369 INFO O| Dec 20 20:31:01.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6836 | 2024-12-20T20:31:02.591Z | [ recovery-image] Dec 20 20:31:01.369 INFO O| Dec 20 20:31:01.369 INFO STEP 834 (remove_files) COMPLETE |
6837 | 2024-12-20T20:31:02.591Z | [ recovery-image] Dec 20 20:31:01.369 INFO O| Dec 20 20:31:01.369 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-20T20:31:02.625Z | [ recovery-image] Dec 20 20:31:01.403 INFO O| Dec 20 20:31:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6839 | 2024-12-20T20:31:02.629Z | [ recovery-image] Dec 20 20:31:01.403 INFO O| Dec 20 20:31:01.403 INFO STEP 835 (remove_files) COMPLETE |
6840 | 2024-12-20T20:31:02.629Z | [ recovery-image] Dec 20 20:31:01.404 INFO O| Dec 20 20:31:01.404 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-20T20:31:02.649Z | [ recovery-image] Dec 20 20:31:01.427 INFO O| Dec 20 20:31:01.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6842 | 2024-12-20T20:31:02.653Z | [ recovery-image] Dec 20 20:31:01.428 INFO O| Dec 20 20:31:01.428 INFO STEP 836 (remove_files) COMPLETE |
6843 | 2024-12-20T20:31:02.653Z | [ recovery-image] Dec 20 20:31:01.428 INFO O| Dec 20 20:31:01.428 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-20T20:31:02.672Z | [ recovery-image] Dec 20 20:31:01.450 INFO O| Dec 20 20:31:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6845 | 2024-12-20T20:31:02.676Z | [ recovery-image] Dec 20 20:31:01.450 INFO O| Dec 20 20:31:01.450 INFO STEP 837 (remove_files) COMPLETE |
6846 | 2024-12-20T20:31:02.676Z | [ recovery-image] Dec 20 20:31:01.450 INFO O| Dec 20 20:31:01.450 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-20T20:31:02.693Z | [ recovery-image] Dec 20 20:31:01.471 INFO O| Dec 20 20:31:01.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6848 | 2024-12-20T20:31:02.696Z | [ recovery-image] Dec 20 20:31:01.471 INFO O| Dec 20 20:31:01.471 INFO STEP 838 (remove_files) COMPLETE |
6849 | 2024-12-20T20:31:02.696Z | [ recovery-image] Dec 20 20:31:01.471 INFO O| Dec 20 20:31:01.471 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-20T20:31:02.713Z | [ recovery-image] Dec 20 20:31:01.491 INFO O| Dec 20 20:31:01.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6851 | 2024-12-20T20:31:02.716Z | [ recovery-image] Dec 20 20:31:01.492 INFO O| Dec 20 20:31:01.492 INFO STEP 839 (remove_files) COMPLETE |
6852 | 2024-12-20T20:31:02.716Z | [ recovery-image] Dec 20 20:31:01.492 INFO O| Dec 20 20:31:01.492 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-20T20:31:02.733Z | [ recovery-image] Dec 20 20:31:01.511 INFO O| Dec 20 20:31:01.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6854 | 2024-12-20T20:31:02.736Z | [ recovery-image] Dec 20 20:31:01.511 INFO O| Dec 20 20:31:01.511 INFO STEP 840 (remove_files) COMPLETE |
6855 | 2024-12-20T20:31:02.736Z | [ recovery-image] Dec 20 20:31:01.512 INFO O| Dec 20 20:31:01.511 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-20T20:31:02.769Z | [ recovery-image] Dec 20 20:31:01.546 INFO O| Dec 20 20:31:01.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6857 | 2024-12-20T20:31:02.769Z | [ recovery-image] Dec 20 20:31:01.546 INFO O| Dec 20 20:31:01.546 INFO STEP 841 (remove_files) COMPLETE |
6858 | 2024-12-20T20:31:02.769Z | [ recovery-image] Dec 20 20:31:01.546 INFO O| Dec 20 20:31:01.546 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-20T20:31:02.821Z | [ recovery-image] Dec 20 20:31:01.598 INFO O| Dec 20 20:31:01.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6860 | 2024-12-20T20:31:02.821Z | [ recovery-image] Dec 20 20:31:01.598 INFO O| Dec 20 20:31:01.598 INFO STEP 842 (remove_files) COMPLETE |
6861 | 2024-12-20T20:31:02.821Z | [ recovery-image] Dec 20 20:31:01.599 INFO O| Dec 20 20:31:01.598 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-20T20:31:02.883Z | [ recovery-image] Dec 20 20:31:01.660 INFO O| Dec 20 20:31:01.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6863 | 2024-12-20T20:31:02.886Z | [ recovery-image] Dec 20 20:31:01.661 INFO O| Dec 20 20:31:01.661 INFO STEP 843 (remove_files) COMPLETE |
6864 | 2024-12-20T20:31:02.887Z | [ recovery-image] Dec 20 20:31:01.661 INFO O| Dec 20 20:31:01.661 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-20T20:31:02.904Z | [ recovery-image] Dec 20 20:31:01.682 INFO O| Dec 20 20:31:01.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6866 | 2024-12-20T20:31:02.904Z | [ recovery-image] Dec 20 20:31:01.682 INFO O| Dec 20 20:31:01.682 INFO STEP 844 (remove_files) COMPLETE |
6867 | 2024-12-20T20:31:02.907Z | [ recovery-image] Dec 20 20:31:01.682 INFO O| Dec 20 20:31:01.682 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-20T20:31:02.923Z | [ recovery-image] Dec 20 20:31:01.701 INFO O| Dec 20 20:31:01.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6869 | 2024-12-20T20:31:02.923Z | [ recovery-image] Dec 20 20:31:01.701 INFO O| Dec 20 20:31:01.701 INFO STEP 845 (remove_files) COMPLETE |
6870 | 2024-12-20T20:31:02.923Z | [ recovery-image] Dec 20 20:31:01.701 INFO O| Dec 20 20:31:01.701 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-20T20:31:02.944Z | [ recovery-image] Dec 20 20:31:01.722 INFO O| Dec 20 20:31:01.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6872 | 2024-12-20T20:31:02.944Z | [ recovery-image] Dec 20 20:31:01.722 INFO O| Dec 20 20:31:01.722 INFO STEP 846 (remove_files) COMPLETE |
6873 | 2024-12-20T20:31:02.947Z | [ recovery-image] Dec 20 20:31:01.722 INFO O| Dec 20 20:31:01.722 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-20T20:31:02.966Z | [ recovery-image] Dec 20 20:31:01.744 INFO O| Dec 20 20:31:01.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6875 | 2024-12-20T20:31:02.966Z | [ recovery-image] Dec 20 20:31:01.744 INFO O| Dec 20 20:31:01.744 INFO STEP 847 (remove_files) COMPLETE |
6876 | 2024-12-20T20:31:02.966Z | [ recovery-image] Dec 20 20:31:01.744 INFO O| Dec 20 20:31:01.744 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-20T20:31:02.988Z | [ recovery-image] Dec 20 20:31:01.764 INFO O| Dec 20 20:31:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6878 | 2024-12-20T20:31:02.989Z | [ recovery-image] Dec 20 20:31:01.764 INFO O| Dec 20 20:31:01.764 INFO STEP 848 (remove_files) COMPLETE |
6879 | 2024-12-20T20:31:02.992Z | [ recovery-image] Dec 20 20:31:01.764 INFO O| Dec 20 20:31:01.764 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-20T20:31:03.004Z | [ host-image] Dec 20 20:31:01.780 INFO O| Dec 20 20:31:01.780 INFO O| Done |
6881 | 2024-12-20T20:31:03.017Z | [ recovery-image] Dec 20 20:31:01.795 INFO O| Dec 20 20:31:01.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6882 | 2024-12-20T20:31:03.017Z | [ recovery-image] Dec 20 20:31:01.795 INFO O| Dec 20 20:31:01.795 INFO STEP 849 (remove_files) COMPLETE |
6883 | 2024-12-20T20:31:03.017Z | [ recovery-image] Dec 20 20:31:01.795 INFO O| Dec 20 20:31:01.795 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-12-20T20:31:03.049Z | [ host-image] Dec 20 20:31:01.827 INFO O| Dec 20 20:31:01.827 INFO O| Done |
6885 | 2024-12-20T20:31:03.053Z | [ host-image] Dec 20 20:31:01.828 INFO O| Dec 20 20:31:01.828 INFO O| Done |
6886 | 2024-12-20T20:31:03.060Z | [ recovery-image] Dec 20 20:31:01.838 INFO O| Dec 20 20:31:01.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6887 | 2024-12-20T20:31:03.061Z | [ recovery-image] Dec 20 20:31:01.838 INFO O| Dec 20 20:31:01.838 INFO STEP 850 (remove_files) COMPLETE |
6888 | 2024-12-20T20:31:03.061Z | [ recovery-image] Dec 20 20:31:01.838 INFO O| Dec 20 20:31:01.838 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-20T20:31:03.089Z | [ recovery-image] Dec 20 20:31:01.867 INFO O| Dec 20 20:31:01.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6890 | 2024-12-20T20:31:03.089Z | [ recovery-image] Dec 20 20:31:01.867 INFO O| Dec 20 20:31:01.867 INFO STEP 851 (remove_files) COMPLETE |
6891 | 2024-12-20T20:31:03.089Z | [ recovery-image] Dec 20 20:31:01.867 INFO O| Dec 20 20:31:01.867 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-20T20:31:03.120Z | [ host-image] Dec 20 20:31:01.898 INFO O| Dec 20 20:31:01.898 INFO O| Done |
6893 | 2024-12-20T20:31:03.145Z | [ recovery-image] Dec 20 20:31:01.922 INFO O| Dec 20 20:31:01.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6894 | 2024-12-20T20:31:03.145Z | [ recovery-image] Dec 20 20:31:01.923 INFO O| Dec 20 20:31:01.923 INFO STEP 852 (remove_files) COMPLETE |
6895 | 2024-12-20T20:31:03.146Z | [ recovery-image] Dec 20 20:31:01.923 INFO O| Dec 20 20:31:01.923 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-20T20:31:03.184Z | [ recovery-image] Dec 20 20:31:01.962 INFO O| Dec 20 20:31:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6897 | 2024-12-20T20:31:03.184Z | [ recovery-image] Dec 20 20:31:01.962 INFO O| Dec 20 20:31:01.962 INFO STEP 853 (remove_files) COMPLETE |
6898 | 2024-12-20T20:31:03.186Z | [ recovery-image] Dec 20 20:31:01.962 INFO O| Dec 20 20:31:01.962 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-20T20:31:03.205Z | [ recovery-image] Dec 20 20:31:01.982 INFO O| Dec 20 20:31:01.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6900 | 2024-12-20T20:31:03.205Z | [ recovery-image] Dec 20 20:31:01.982 INFO O| Dec 20 20:31:01.982 INFO STEP 854 (remove_files) COMPLETE |
6901 | 2024-12-20T20:31:03.205Z | [ recovery-image] Dec 20 20:31:01.982 INFO O| Dec 20 20:31:01.982 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-20T20:31:03.291Z | [ recovery-image] Dec 20 20:31:02.069 INFO O| Dec 20 20:31:02.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6903 | 2024-12-20T20:31:03.291Z | [ recovery-image] Dec 20 20:31:02.069 INFO O| Dec 20 20:31:02.069 INFO STEP 855 (remove_files) COMPLETE |
6904 | 2024-12-20T20:31:03.294Z | [ recovery-image] Dec 20 20:31:02.069 INFO O| Dec 20 20:31:02.069 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-20T20:31:03.304Z | [ host-image] Dec 20 20:31:02.083 INFO O| Dec 20 20:31:02.082 INFO STEP 13 (pkg_install) COMPLETE |
6906 | 2024-12-20T20:31:03.304Z | [ host-image] Dec 20 20:31:02.083 INFO O| Dec 20 20:31:02.083 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6907 | 2024-12-20T20:31:03.324Z | [ host-image] Dec 20 20:31:02.103 INFO O| Dec 20 20:31:02.102 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
6908 | 2024-12-20T20:31:03.366Z | [ recovery-image] Dec 20 20:31:02.144 INFO O| Dec 20 20:31:02.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6909 | 2024-12-20T20:31:03.369Z | [ recovery-image] Dec 20 20:31:02.144 INFO O| Dec 20 20:31:02.144 INFO STEP 856 (remove_files) COMPLETE |
6910 | 2024-12-20T20:31:03.369Z | [ recovery-image] Dec 20 20:31:02.144 INFO O| Dec 20 20:31:02.144 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-20T20:31:03.386Z | [ recovery-image] Dec 20 20:31:02.164 INFO O| Dec 20 20:31:02.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6912 | 2024-12-20T20:31:03.390Z | [ recovery-image] Dec 20 20:31:02.164 INFO O| Dec 20 20:31:02.164 INFO STEP 857 (remove_files) COMPLETE |
6913 | 2024-12-20T20:31:03.390Z | [ recovery-image] Dec 20 20:31:02.165 INFO O| Dec 20 20:31:02.164 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-20T20:31:03.472Z | [ recovery-image] Dec 20 20:31:02.250 INFO O| Dec 20 20:31:02.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6915 | 2024-12-20T20:31:03.493Z | [ recovery-image] Dec 20 20:31:02.270 INFO O| Dec 20 20:31:02.270 INFO STEP 858 (remove_files) COMPLETE |
6916 | 2024-12-20T20:31:03.493Z | [ recovery-image] Dec 20 20:31:02.270 INFO O| Dec 20 20:31:02.270 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-20T20:31:03.531Z | [ recovery-image] Dec 20 20:31:02.309 INFO O| Dec 20 20:31:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6918 | 2024-12-20T20:31:03.531Z | [ recovery-image] Dec 20 20:31:02.309 INFO O| Dec 20 20:31:02.309 INFO STEP 859 (remove_files) COMPLETE |
6919 | 2024-12-20T20:31:03.535Z | [ recovery-image] Dec 20 20:31:02.310 INFO O| Dec 20 20:31:02.310 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-20T20:31:03.552Z | [ recovery-image] Dec 20 20:31:02.330 INFO O| Dec 20 20:31:02.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6921 | 2024-12-20T20:31:03.555Z | [ recovery-image] Dec 20 20:31:02.330 INFO O| Dec 20 20:31:02.330 INFO STEP 860 (remove_files) COMPLETE |
6922 | 2024-12-20T20:31:03.555Z | [ recovery-image] Dec 20 20:31:02.330 INFO O| Dec 20 20:31:02.330 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-20T20:31:03.574Z | [ recovery-image] Dec 20 20:31:02.351 INFO O| Dec 20 20:31:02.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6924 | 2024-12-20T20:31:03.574Z | [ recovery-image] Dec 20 20:31:02.351 INFO O| Dec 20 20:31:02.351 INFO STEP 861 (remove_files) COMPLETE |
6925 | 2024-12-20T20:31:03.577Z | [ recovery-image] Dec 20 20:31:02.352 INFO O| Dec 20 20:31:02.351 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-20T20:31:03.594Z | [ recovery-image] Dec 20 20:31:02.372 INFO O| Dec 20 20:31:02.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6927 | 2024-12-20T20:31:03.597Z | [ recovery-image] Dec 20 20:31:02.373 INFO O| Dec 20 20:31:02.373 INFO STEP 862 (remove_files) COMPLETE |
6928 | 2024-12-20T20:31:03.598Z | [ recovery-image] Dec 20 20:31:02.373 INFO O| Dec 20 20:31:02.373 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-20T20:31:03.615Z | [ recovery-image] Dec 20 20:31:02.393 INFO O| Dec 20 20:31:02.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6930 | 2024-12-20T20:31:03.618Z | [ recovery-image] Dec 20 20:31:02.393 INFO O| Dec 20 20:31:02.393 INFO STEP 863 (remove_files) COMPLETE |
6931 | 2024-12-20T20:31:03.618Z | [ recovery-image] Dec 20 20:31:02.393 INFO O| Dec 20 20:31:02.393 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-20T20:31:03.636Z | [ recovery-image] Dec 20 20:31:02.414 INFO O| Dec 20 20:31:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6933 | 2024-12-20T20:31:03.638Z | [ recovery-image] Dec 20 20:31:02.414 INFO O| Dec 20 20:31:02.414 INFO STEP 864 (remove_files) COMPLETE |
6934 | 2024-12-20T20:31:03.639Z | [ recovery-image] Dec 20 20:31:02.414 INFO O| Dec 20 20:31:02.414 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-20T20:31:03.657Z | [ recovery-image] Dec 20 20:31:02.435 INFO O| Dec 20 20:31:02.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6936 | 2024-12-20T20:31:03.660Z | [ recovery-image] Dec 20 20:31:02.435 INFO O| Dec 20 20:31:02.435 INFO STEP 865 (remove_files) COMPLETE |
6937 | 2024-12-20T20:31:03.660Z | [ recovery-image] Dec 20 20:31:02.436 INFO O| Dec 20 20:31:02.435 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-20T20:31:03.681Z | [ recovery-image] Dec 20 20:31:02.459 INFO O| Dec 20 20:31:02.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6939 | 2024-12-20T20:31:03.681Z | [ recovery-image] Dec 20 20:31:02.459 INFO O| Dec 20 20:31:02.459 INFO STEP 866 (remove_files) COMPLETE |
6940 | 2024-12-20T20:31:03.682Z | [ recovery-image] Dec 20 20:31:02.459 INFO O| Dec 20 20:31:02.459 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-20T20:31:03.701Z | [ recovery-image] Dec 20 20:31:02.479 INFO O| Dec 20 20:31:02.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6942 | 2024-12-20T20:31:03.701Z | [ recovery-image] Dec 20 20:31:02.479 INFO O| Dec 20 20:31:02.479 INFO STEP 867 (remove_files) COMPLETE |
6943 | 2024-12-20T20:31:03.701Z | [ recovery-image] Dec 20 20:31:02.479 INFO O| Dec 20 20:31:02.479 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-20T20:31:03.720Z | [ recovery-image] Dec 20 20:31:02.498 INFO O| Dec 20 20:31:02.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6945 | 2024-12-20T20:31:03.720Z | [ recovery-image] Dec 20 20:31:02.498 INFO O| Dec 20 20:31:02.498 INFO STEP 868 (remove_files) COMPLETE |
6946 | 2024-12-20T20:31:03.720Z | [ recovery-image] Dec 20 20:31:02.498 INFO O| Dec 20 20:31:02.498 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-20T20:31:03.739Z | [ recovery-image] Dec 20 20:31:02.517 INFO O| Dec 20 20:31:02.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6948 | 2024-12-20T20:31:03.739Z | [ recovery-image] Dec 20 20:31:02.517 INFO O| Dec 20 20:31:02.517 INFO STEP 869 (remove_files) COMPLETE |
6949 | 2024-12-20T20:31:03.739Z | [ recovery-image] Dec 20 20:31:02.517 INFO O| Dec 20 20:31:02.517 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-20T20:31:03.758Z | [ recovery-image] Dec 20 20:31:02.537 INFO O| Dec 20 20:31:02.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6951 | 2024-12-20T20:31:03.759Z | [ recovery-image] Dec 20 20:31:02.537 INFO O| Dec 20 20:31:02.537 INFO STEP 870 (remove_files) COMPLETE |
6952 | 2024-12-20T20:31:03.759Z | [ recovery-image] Dec 20 20:31:02.537 INFO O| Dec 20 20:31:02.537 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-20T20:31:03.779Z | [ recovery-image] Dec 20 20:31:02.557 INFO O| Dec 20 20:31:02.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6954 | 2024-12-20T20:31:03.779Z | [ recovery-image] Dec 20 20:31:02.557 INFO O| Dec 20 20:31:02.557 INFO STEP 871 (remove_files) COMPLETE |
6955 | 2024-12-20T20:31:03.780Z | [ recovery-image] Dec 20 20:31:02.557 INFO O| Dec 20 20:31:02.557 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-20T20:31:03.830Z | [ recovery-image] Dec 20 20:31:02.608 INFO O| Dec 20 20:31:02.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6957 | 2024-12-20T20:31:03.830Z | [ recovery-image] Dec 20 20:31:02.608 INFO O| Dec 20 20:31:02.608 INFO STEP 872 (remove_files) COMPLETE |
6958 | 2024-12-20T20:31:03.830Z | [ recovery-image] Dec 20 20:31:02.608 INFO O| Dec 20 20:31:02.608 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-20T20:31:03.851Z | [ recovery-image] Dec 20 20:31:02.629 INFO O| Dec 20 20:31:02.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6960 | 2024-12-20T20:31:03.852Z | [ recovery-image] Dec 20 20:31:02.630 INFO O| Dec 20 20:31:02.629 INFO STEP 873 (remove_files) COMPLETE |
6961 | 2024-12-20T20:31:03.855Z | [ recovery-image] Dec 20 20:31:02.630 INFO O| Dec 20 20:31:02.629 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-20T20:31:03.873Z | [ recovery-image] Dec 20 20:31:02.651 INFO O| Dec 20 20:31:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6963 | 2024-12-20T20:31:03.875Z | [ recovery-image] Dec 20 20:31:02.651 INFO O| Dec 20 20:31:02.651 INFO STEP 874 (remove_files) COMPLETE |
6964 | 2024-12-20T20:31:03.875Z | [ recovery-image] Dec 20 20:31:02.651 INFO O| Dec 20 20:31:02.651 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-20T20:31:03.892Z | [ recovery-image] Dec 20 20:31:02.670 INFO O| Dec 20 20:31:02.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6966 | 2024-12-20T20:31:03.892Z | [ recovery-image] Dec 20 20:31:02.670 INFO O| Dec 20 20:31:02.670 INFO STEP 875 (remove_files) COMPLETE |
6967 | 2024-12-20T20:31:03.895Z | [ recovery-image] Dec 20 20:31:02.670 INFO O| Dec 20 20:31:02.670 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-20T20:31:03.909Z | [ recovery-image] Dec 20 20:31:02.687 INFO O| Dec 20 20:31:02.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6969 | 2024-12-20T20:31:03.909Z | [ recovery-image] Dec 20 20:31:02.687 INFO O| Dec 20 20:31:02.687 INFO STEP 876 (remove_files) COMPLETE |
6970 | 2024-12-20T20:31:03.912Z | [ recovery-image] Dec 20 20:31:02.687 INFO O| Dec 20 20:31:02.687 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-20T20:31:03.958Z | [ recovery-image] Dec 20 20:31:02.736 INFO O| Dec 20 20:31:02.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6972 | 2024-12-20T20:31:03.961Z | [ recovery-image] Dec 20 20:31:02.736 INFO O| Dec 20 20:31:02.736 INFO STEP 877 (remove_files) COMPLETE |
6973 | 2024-12-20T20:31:03.961Z | [ recovery-image] Dec 20 20:31:02.736 INFO O| Dec 20 20:31:02.736 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-20T20:31:03.993Z | [ recovery-image] Dec 20 20:31:02.771 INFO O| Dec 20 20:31:02.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6975 | 2024-12-20T20:31:03.993Z | [ recovery-image] Dec 20 20:31:02.771 INFO O| Dec 20 20:31:02.771 INFO STEP 878 (remove_files) COMPLETE |
6976 | 2024-12-20T20:31:03.993Z | [ recovery-image] Dec 20 20:31:02.771 INFO O| Dec 20 20:31:02.771 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-20T20:31:04.013Z | [ recovery-image] Dec 20 20:31:02.791 INFO O| Dec 20 20:31:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6978 | 2024-12-20T20:31:04.013Z | [ recovery-image] Dec 20 20:31:02.791 INFO O| Dec 20 20:31:02.791 INFO STEP 879 (remove_files) COMPLETE |
6979 | 2024-12-20T20:31:04.017Z | [ recovery-image] Dec 20 20:31:02.791 INFO O| Dec 20 20:31:02.791 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-20T20:31:04.120Z | [ recovery-image] Dec 20 20:31:02.898 INFO O| Dec 20 20:31:02.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6981 | 2024-12-20T20:31:04.124Z | [ recovery-image] Dec 20 20:31:02.898 INFO O| Dec 20 20:31:02.898 INFO STEP 880 (remove_files) COMPLETE |
6982 | 2024-12-20T20:31:04.124Z | [ recovery-image] Dec 20 20:31:02.898 INFO O| Dec 20 20:31:02.898 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-20T20:31:04.168Z | [ recovery-image] Dec 20 20:31:02.946 INFO O| Dec 20 20:31:02.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6984 | 2024-12-20T20:31:04.171Z | [ recovery-image] Dec 20 20:31:02.946 INFO O| Dec 20 20:31:02.946 INFO STEP 881 (remove_files) COMPLETE |
6985 | 2024-12-20T20:31:04.171Z | [ recovery-image] Dec 20 20:31:02.946 INFO O| Dec 20 20:31:02.946 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-20T20:31:04.190Z | [ recovery-image] Dec 20 20:31:02.968 INFO O| Dec 20 20:31:02.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6987 | 2024-12-20T20:31:04.190Z | [ recovery-image] Dec 20 20:31:02.968 INFO O| Dec 20 20:31:02.968 INFO STEP 882 (remove_files) COMPLETE |
6988 | 2024-12-20T20:31:04.194Z | [ recovery-image] Dec 20 20:31:02.968 INFO O| Dec 20 20:31:02.968 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-20T20:31:04.222Z | [ recovery-image] Dec 20 20:31:03.000 INFO O| Dec 20 20:31:03.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6990 | 2024-12-20T20:31:04.225Z | [ recovery-image] Dec 20 20:31:03.000 INFO O| Dec 20 20:31:03.000 INFO STEP 883 (remove_files) COMPLETE |
6991 | 2024-12-20T20:31:04.225Z | [ recovery-image] Dec 20 20:31:03.001 INFO O| Dec 20 20:31:03.000 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-20T20:31:04.244Z | [ recovery-image] Dec 20 20:31:03.022 INFO O| Dec 20 20:31:03.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6993 | 2024-12-20T20:31:04.247Z | [ recovery-image] Dec 20 20:31:03.022 INFO O| Dec 20 20:31:03.022 INFO STEP 884 (remove_files) COMPLETE |
6994 | 2024-12-20T20:31:04.247Z | [ recovery-image] Dec 20 20:31:03.023 INFO O| Dec 20 20:31:03.022 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-20T20:31:04.262Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
6996 | 2024-12-20T20:31:04.265Z | [ recovery-image] Dec 20 20:31:03.044 INFO O| Dec 20 20:31:03.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6997 | 2024-12-20T20:31:04.268Z | [ recovery-image] Dec 20 20:31:03.044 INFO O| Dec 20 20:31:03.044 INFO STEP 885 (remove_files) COMPLETE |
6998 | 2024-12-20T20:31:04.268Z | [ recovery-image] Dec 20 20:31:03.044 INFO O| Dec 20 20:31:03.044 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6999 | 2024-12-20T20:31:04.285Z | [ recovery-image] Dec 20 20:31:03.063 INFO O| Dec 20 20:31:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7000 | 2024-12-20T20:31:04.285Z | [ recovery-image] Dec 20 20:31:03.063 INFO O| Dec 20 20:31:03.063 INFO STEP 886 (remove_files) COMPLETE |
7001 | 2024-12-20T20:31:04.288Z | [ recovery-image] Dec 20 20:31:03.064 INFO O| Dec 20 20:31:03.063 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7002 | 2024-12-20T20:31:04.303Z | [ recovery-image] Dec 20 20:31:03.081 INFO O| Dec 20 20:31:03.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7003 | 2024-12-20T20:31:04.303Z | [ recovery-image] Dec 20 20:31:03.082 INFO O| Dec 20 20:31:03.081 INFO STEP 887 (remove_files) COMPLETE |
7004 | 2024-12-20T20:31:04.306Z | [ recovery-image] Dec 20 20:31:03.082 INFO O| Dec 20 20:31:03.082 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7005 | 2024-12-20T20:31:04.341Z | [ recovery-image] Dec 20 20:31:03.119 INFO O| Dec 20 20:31:03.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7006 | 2024-12-20T20:31:04.341Z | [ recovery-image] Dec 20 20:31:03.119 INFO O| Dec 20 20:31:03.119 INFO STEP 888 (remove_files) COMPLETE |
7007 | 2024-12-20T20:31:04.341Z | [ recovery-image] Dec 20 20:31:03.119 INFO O| Dec 20 20:31:03.119 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7008 | 2024-12-20T20:31:04.393Z | [ host-image] Dec 20 20:31:03.171 INFO O| Dec 20 20:31:03.171 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7009 | 2024-12-20T20:31:04.415Z | [ recovery-image] Dec 20 20:31:03.193 INFO O| Dec 20 20:31:03.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7010 | 2024-12-20T20:31:04.418Z | [ recovery-image] Dec 20 20:31:03.193 INFO O| Dec 20 20:31:03.193 INFO STEP 889 (remove_files) COMPLETE |
7011 | 2024-12-20T20:31:04.418Z | [ recovery-image] Dec 20 20:31:03.193 INFO O| Dec 20 20:31:03.193 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-12-20T20:31:04.442Z | [ recovery-image] Dec 20 20:31:03.220 INFO O| Dec 20 20:31:03.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7013 | 2024-12-20T20:31:04.442Z | [ recovery-image] Dec 20 20:31:03.220 INFO O| Dec 20 20:31:03.220 INFO STEP 890 (remove_files) COMPLETE |
7014 | 2024-12-20T20:31:04.442Z | [ recovery-image] Dec 20 20:31:03.220 INFO O| Dec 20 20:31:03.220 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-12-20T20:31:04.470Z | [ recovery-image] Dec 20 20:31:03.248 INFO O| Dec 20 20:31:03.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7016 | 2024-12-20T20:31:04.470Z | [ recovery-image] Dec 20 20:31:03.248 INFO O| Dec 20 20:31:03.248 INFO STEP 891 (remove_files) COMPLETE |
7017 | 2024-12-20T20:31:04.470Z | [ recovery-image] Dec 20 20:31:03.248 INFO O| Dec 20 20:31:03.248 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-20T20:31:04.512Z | [ recovery-image] Dec 20 20:31:03.287 INFO O| Dec 20 20:31:03.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7019 | 2024-12-20T20:31:04.512Z | [ recovery-image] Dec 20 20:31:03.287 INFO O| Dec 20 20:31:03.287 INFO STEP 892 (remove_files) COMPLETE |
7020 | 2024-12-20T20:31:04.512Z | [ recovery-image] Dec 20 20:31:03.287 INFO O| Dec 20 20:31:03.287 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-20T20:31:04.536Z | [ recovery-image] Dec 20 20:31:03.314 INFO O| Dec 20 20:31:03.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7022 | 2024-12-20T20:31:04.539Z | [ recovery-image] Dec 20 20:31:03.315 INFO O| Dec 20 20:31:03.314 INFO STEP 893 (remove_files) COMPLETE |
7023 | 2024-12-20T20:31:04.539Z | [ recovery-image] Dec 20 20:31:03.315 INFO O| Dec 20 20:31:03.315 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-20T20:31:04.561Z | [ recovery-image] Dec 20 20:31:03.338 INFO O| Dec 20 20:31:03.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7025 | 2024-12-20T20:31:04.561Z | [ recovery-image] Dec 20 20:31:03.339 INFO O| Dec 20 20:31:03.339 INFO STEP 894 (remove_files) COMPLETE |
7026 | 2024-12-20T20:31:04.563Z | [ recovery-image] Dec 20 20:31:03.339 INFO O| Dec 20 20:31:03.339 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-20T20:31:04.582Z | [ recovery-image] Dec 20 20:31:03.360 INFO O| Dec 20 20:31:03.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7028 | 2024-12-20T20:31:04.585Z | [ recovery-image] Dec 20 20:31:03.361 INFO O| Dec 20 20:31:03.361 INFO STEP 895 (remove_files) COMPLETE |
7029 | 2024-12-20T20:31:04.585Z | [ recovery-image] Dec 20 20:31:03.361 INFO O| Dec 20 20:31:03.361 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-20T20:31:04.604Z | [ recovery-image] Dec 20 20:31:03.381 INFO O| Dec 20 20:31:03.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7031 | 2024-12-20T20:31:04.607Z | [ recovery-image] Dec 20 20:31:03.382 INFO O| Dec 20 20:31:03.382 INFO STEP 896 (remove_files) COMPLETE |
7032 | 2024-12-20T20:31:04.607Z | [ recovery-image] Dec 20 20:31:03.382 INFO O| Dec 20 20:31:03.382 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-20T20:31:04.680Z | [ recovery-image] Dec 20 20:31:03.458 INFO O| Dec 20 20:31:03.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7034 | 2024-12-20T20:31:04.681Z | [ recovery-image] Dec 20 20:31:03.458 INFO O| Dec 20 20:31:03.458 INFO STEP 897 (remove_files) COMPLETE |
7035 | 2024-12-20T20:31:04.684Z | [ recovery-image] Dec 20 20:31:03.458 INFO O| Dec 20 20:31:03.458 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-20T20:31:04.704Z | [ recovery-image] Dec 20 20:31:03.482 INFO O| Dec 20 20:31:03.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7037 | 2024-12-20T20:31:04.704Z | [ recovery-image] Dec 20 20:31:03.482 INFO O| Dec 20 20:31:03.482 INFO STEP 898 (remove_files) COMPLETE |
7038 | 2024-12-20T20:31:04.707Z | [ recovery-image] Dec 20 20:31:03.482 INFO O| Dec 20 20:31:03.482 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-20T20:31:04.789Z | [ recovery-image] Dec 20 20:31:03.566 INFO O| Dec 20 20:31:03.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7040 | 2024-12-20T20:31:04.792Z | [ recovery-image] Dec 20 20:31:03.567 INFO O| Dec 20 20:31:03.567 INFO STEP 899 (remove_files) COMPLETE |
7041 | 2024-12-20T20:31:04.792Z | [ recovery-image] Dec 20 20:31:03.567 INFO O| Dec 20 20:31:03.567 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-20T20:31:04.811Z | [ recovery-image] Dec 20 20:31:03.589 INFO O| Dec 20 20:31:03.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7043 | 2024-12-20T20:31:04.812Z | [ recovery-image] Dec 20 20:31:03.589 INFO O| Dec 20 20:31:03.589 INFO STEP 900 (remove_files) COMPLETE |
7044 | 2024-12-20T20:31:04.812Z | [ recovery-image] Dec 20 20:31:03.589 INFO O| Dec 20 20:31:03.589 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-20T20:31:04.833Z | [ recovery-image] Dec 20 20:31:03.611 INFO O| Dec 20 20:31:03.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7046 | 2024-12-20T20:31:04.834Z | [ recovery-image] Dec 20 20:31:03.611 INFO O| Dec 20 20:31:03.611 INFO STEP 901 (remove_files) COMPLETE |
7047 | 2024-12-20T20:31:04.834Z | [ recovery-image] Dec 20 20:31:03.611 INFO O| Dec 20 20:31:03.611 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-20T20:31:04.856Z | [ recovery-image] Dec 20 20:31:03.634 INFO O| Dec 20 20:31:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7049 | 2024-12-20T20:31:04.857Z | [ recovery-image] Dec 20 20:31:03.634 INFO O| Dec 20 20:31:03.634 INFO STEP 902 (remove_files) COMPLETE |
7050 | 2024-12-20T20:31:04.860Z | [ recovery-image] Dec 20 20:31:03.634 INFO O| Dec 20 20:31:03.634 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-20T20:31:04.879Z | [ recovery-image] Dec 20 20:31:03.657 INFO O| Dec 20 20:31:03.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7052 | 2024-12-20T20:31:04.879Z | [ recovery-image] Dec 20 20:31:03.657 INFO O| Dec 20 20:31:03.657 INFO STEP 903 (remove_files) COMPLETE |
7053 | 2024-12-20T20:31:04.880Z | [ recovery-image] Dec 20 20:31:03.657 INFO O| Dec 20 20:31:03.657 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-20T20:31:04.900Z | [ recovery-image] Dec 20 20:31:03.678 INFO O| Dec 20 20:31:03.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7055 | 2024-12-20T20:31:04.900Z | [ recovery-image] Dec 20 20:31:03.678 INFO O| Dec 20 20:31:03.678 INFO STEP 904 (remove_files) COMPLETE |
7056 | 2024-12-20T20:31:04.900Z | [ recovery-image] Dec 20 20:31:03.678 INFO O| Dec 20 20:31:03.678 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-20T20:31:04.919Z | [ recovery-image] Dec 20 20:31:03.697 INFO O| Dec 20 20:31:03.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7058 | 2024-12-20T20:31:04.920Z | [ recovery-image] Dec 20 20:31:03.697 INFO O| Dec 20 20:31:03.697 INFO STEP 905 (remove_files) COMPLETE |
7059 | 2024-12-20T20:31:04.923Z | [ recovery-image] Dec 20 20:31:03.697 INFO O| Dec 20 20:31:03.697 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-12-20T20:31:04.952Z | [ recovery-image] Dec 20 20:31:03.729 INFO O| Dec 20 20:31:03.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7061 | 2024-12-20T20:31:04.953Z | [ recovery-image] Dec 20 20:31:03.729 INFO O| Dec 20 20:31:03.729 INFO STEP 906 (remove_files) COMPLETE |
7062 | 2024-12-20T20:31:04.953Z | [ recovery-image] Dec 20 20:31:03.729 INFO O| Dec 20 20:31:03.729 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-12-20T20:31:04.971Z | [ recovery-image] Dec 20 20:31:03.749 INFO O| Dec 20 20:31:03.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7064 | 2024-12-20T20:31:04.971Z | [ recovery-image] Dec 20 20:31:03.749 INFO O| Dec 20 20:31:03.749 INFO STEP 907 (remove_files) COMPLETE |
7065 | 2024-12-20T20:31:04.971Z | [ recovery-image] Dec 20 20:31:03.749 INFO O| Dec 20 20:31:03.749 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-12-20T20:31:05.003Z | [ recovery-image] Dec 20 20:31:03.781 INFO O| Dec 20 20:31:03.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7067 | 2024-12-20T20:31:05.003Z | [ recovery-image] Dec 20 20:31:03.781 INFO O| Dec 20 20:31:03.781 INFO STEP 908 (remove_files) COMPLETE |
7068 | 2024-12-20T20:31:05.007Z | [ recovery-image] Dec 20 20:31:03.781 INFO O| Dec 20 20:31:03.781 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-12-20T20:31:05.021Z | [ recovery-image] Dec 20 20:31:03.799 INFO O| Dec 20 20:31:03.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7070 | 2024-12-20T20:31:05.022Z | [ recovery-image] Dec 20 20:31:03.800 INFO O| Dec 20 20:31:03.800 INFO STEP 909 (remove_files) COMPLETE |
7071 | 2024-12-20T20:31:05.022Z | [ recovery-image] Dec 20 20:31:03.800 INFO O| Dec 20 20:31:03.800 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-12-20T20:31:05.056Z | [ recovery-image] Dec 20 20:31:03.834 INFO O| Dec 20 20:31:03.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7073 | 2024-12-20T20:31:05.123Z | [ recovery-image] Dec 20 20:31:03.899 INFO O| Dec 20 20:31:03.899 INFO STEP 910 (remove_files) COMPLETE |
7074 | 2024-12-20T20:31:05.123Z | [ recovery-image] Dec 20 20:31:03.899 INFO O| Dec 20 20:31:03.899 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-12-20T20:31:05.158Z | [ recovery-image] Dec 20 20:31:03.936 INFO O| Dec 20 20:31:03.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7076 | 2024-12-20T20:31:05.158Z | [ recovery-image] Dec 20 20:31:03.936 INFO O| Dec 20 20:31:03.936 INFO STEP 911 (remove_files) COMPLETE |
7077 | 2024-12-20T20:31:05.158Z | [ recovery-image] Dec 20 20:31:03.936 INFO O| Dec 20 20:31:03.936 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-12-20T20:31:05.197Z | [ recovery-image] Dec 20 20:31:03.975 INFO O| Dec 20 20:31:03.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7079 | 2024-12-20T20:31:05.198Z | [ recovery-image] Dec 20 20:31:03.975 INFO O| Dec 20 20:31:03.975 INFO STEP 912 (remove_files) COMPLETE |
7080 | 2024-12-20T20:31:05.198Z | [ recovery-image] Dec 20 20:31:03.975 INFO O| Dec 20 20:31:03.975 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-12-20T20:31:05.219Z | [ recovery-image] Dec 20 20:31:03.997 INFO O| Dec 20 20:31:03.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7082 | 2024-12-20T20:31:05.219Z | [ recovery-image] Dec 20 20:31:03.997 INFO O| Dec 20 20:31:03.997 INFO STEP 913 (remove_files) COMPLETE |
7083 | 2024-12-20T20:31:05.222Z | [ recovery-image] Dec 20 20:31:03.997 INFO O| Dec 20 20:31:03.997 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-12-20T20:31:05.244Z | [ recovery-image] Dec 20 20:31:04.022 INFO O| Dec 20 20:31:04.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7085 | 2024-12-20T20:31:05.244Z | [ recovery-image] Dec 20 20:31:04.022 INFO O| Dec 20 20:31:04.022 INFO STEP 914 (remove_files) COMPLETE |
7086 | 2024-12-20T20:31:05.247Z | [ recovery-image] Dec 20 20:31:04.022 INFO O| Dec 20 20:31:04.022 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-12-20T20:31:05.268Z | [ recovery-image] Dec 20 20:31:04.046 INFO O| Dec 20 20:31:04.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7088 | 2024-12-20T20:31:05.271Z | [ recovery-image] Dec 20 20:31:04.046 INFO O| Dec 20 20:31:04.046 INFO STEP 915 (remove_files) COMPLETE |
7089 | 2024-12-20T20:31:05.271Z | [ recovery-image] Dec 20 20:31:04.046 INFO O| Dec 20 20:31:04.046 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-12-20T20:31:05.290Z | [ recovery-image] Dec 20 20:31:04.068 INFO O| Dec 20 20:31:04.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7091 | 2024-12-20T20:31:05.292Z | [ recovery-image] Dec 20 20:31:04.068 INFO O| Dec 20 20:31:04.068 INFO STEP 916 (remove_files) COMPLETE |
7092 | 2024-12-20T20:31:05.293Z | [ recovery-image] Dec 20 20:31:04.068 INFO O| Dec 20 20:31:04.068 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-12-20T20:31:05.310Z | [ recovery-image] Dec 20 20:31:04.088 INFO O| Dec 20 20:31:04.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7094 | 2024-12-20T20:31:05.313Z | [ recovery-image] Dec 20 20:31:04.088 INFO O| Dec 20 20:31:04.088 INFO STEP 917 (remove_files) COMPLETE |
7095 | 2024-12-20T20:31:05.313Z | [ recovery-image] Dec 20 20:31:04.088 INFO O| Dec 20 20:31:04.088 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-12-20T20:31:05.333Z | [ recovery-image] Dec 20 20:31:04.111 INFO O| Dec 20 20:31:04.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7097 | 2024-12-20T20:31:05.335Z | [ recovery-image] Dec 20 20:31:04.111 INFO O| Dec 20 20:31:04.111 INFO STEP 918 (remove_files) COMPLETE |
7098 | 2024-12-20T20:31:05.336Z | [ recovery-image] Dec 20 20:31:04.111 INFO O| Dec 20 20:31:04.111 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-12-20T20:31:05.368Z | [ recovery-image] Dec 20 20:31:04.146 INFO O| Dec 20 20:31:04.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7100 | 2024-12-20T20:31:05.372Z | [ recovery-image] Dec 20 20:31:04.147 INFO O| Dec 20 20:31:04.146 INFO STEP 919 (remove_files) COMPLETE |
7101 | 2024-12-20T20:31:05.372Z | [ recovery-image] Dec 20 20:31:04.147 INFO O| Dec 20 20:31:04.147 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-12-20T20:31:05.391Z | [ recovery-image] Dec 20 20:31:04.169 INFO O| Dec 20 20:31:04.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7103 | 2024-12-20T20:31:05.395Z | [ recovery-image] Dec 20 20:31:04.170 INFO O| Dec 20 20:31:04.169 INFO STEP 920 (remove_files) COMPLETE |
7104 | 2024-12-20T20:31:05.395Z | [ recovery-image] Dec 20 20:31:04.170 INFO O| Dec 20 20:31:04.170 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-12-20T20:31:05.412Z | [ recovery-image] Dec 20 20:31:04.190 INFO O| Dec 20 20:31:04.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7106 | 2024-12-20T20:31:05.415Z | [ recovery-image] Dec 20 20:31:04.190 INFO O| Dec 20 20:31:04.190 INFO STEP 921 (remove_files) COMPLETE |
7107 | 2024-12-20T20:31:05.415Z | [ recovery-image] Dec 20 20:31:04.190 INFO O| Dec 20 20:31:04.190 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-12-20T20:31:05.433Z | [ recovery-image] Dec 20 20:31:04.211 INFO O| Dec 20 20:31:04.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7109 | 2024-12-20T20:31:05.436Z | [ recovery-image] Dec 20 20:31:04.211 INFO O| Dec 20 20:31:04.211 INFO STEP 922 (remove_files) COMPLETE |
7110 | 2024-12-20T20:31:05.436Z | [ recovery-image] Dec 20 20:31:04.211 INFO O| Dec 20 20:31:04.211 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-12-20T20:31:05.459Z | [ recovery-image] Dec 20 20:31:04.236 INFO O| Dec 20 20:31:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7112 | 2024-12-20T20:31:05.459Z | [ recovery-image] Dec 20 20:31:04.236 INFO O| Dec 20 20:31:04.236 INFO STEP 923 (remove_files) COMPLETE |
7113 | 2024-12-20T20:31:05.463Z | [ recovery-image] Dec 20 20:31:04.236 INFO O| Dec 20 20:31:04.236 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-12-20T20:31:05.479Z | [ recovery-image] Dec 20 20:31:04.257 INFO O| Dec 20 20:31:04.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7115 | 2024-12-20T20:31:05.480Z | [ recovery-image] Dec 20 20:31:04.257 INFO O| Dec 20 20:31:04.257 INFO STEP 924 (remove_files) COMPLETE |
7116 | 2024-12-20T20:31:05.484Z | [ recovery-image] Dec 20 20:31:04.258 INFO O| Dec 20 20:31:04.257 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-12-20T20:31:05.500Z | [ recovery-image] Dec 20 20:31:04.278 INFO O| Dec 20 20:31:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7118 | 2024-12-20T20:31:05.500Z | [ recovery-image] Dec 20 20:31:04.278 INFO O| Dec 20 20:31:04.278 INFO STEP 925 (remove_files) COMPLETE |
7119 | 2024-12-20T20:31:05.500Z | [ recovery-image] Dec 20 20:31:04.278 INFO O| Dec 20 20:31:04.278 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-12-20T20:31:05.526Z | [ recovery-image] Dec 20 20:31:04.304 INFO O| Dec 20 20:31:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7121 | 2024-12-20T20:31:05.547Z | [ recovery-image] Dec 20 20:31:04.324 INFO O| Dec 20 20:31:04.324 INFO STEP 926 (remove_files) COMPLETE |
7122 | 2024-12-20T20:31:05.547Z | [ recovery-image] Dec 20 20:31:04.324 INFO O| Dec 20 20:31:04.324 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-12-20T20:31:05.635Z | [ recovery-image] Dec 20 20:31:04.413 INFO O| Dec 20 20:31:04.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7124 | 2024-12-20T20:31:05.639Z | [ recovery-image] Dec 20 20:31:04.414 INFO O| Dec 20 20:31:04.413 INFO STEP 927 (remove_files) COMPLETE |
7125 | 2024-12-20T20:31:05.639Z | [ recovery-image] Dec 20 20:31:04.414 INFO O| Dec 20 20:31:04.414 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-12-20T20:31:05.658Z | [ recovery-image] Dec 20 20:31:04.436 INFO O| Dec 20 20:31:04.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7127 | 2024-12-20T20:31:05.658Z | [ recovery-image] Dec 20 20:31:04.436 INFO O| Dec 20 20:31:04.436 INFO STEP 928 (remove_files) COMPLETE |
7128 | 2024-12-20T20:31:05.658Z | [ recovery-image] Dec 20 20:31:04.436 INFO O| Dec 20 20:31:04.436 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-12-20T20:31:05.681Z | [ recovery-image] Dec 20 20:31:04.458 INFO O| Dec 20 20:31:04.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7130 | 2024-12-20T20:31:05.681Z | [ recovery-image] Dec 20 20:31:04.458 INFO O| Dec 20 20:31:04.458 INFO STEP 929 (remove_files) COMPLETE |
7131 | 2024-12-20T20:31:05.681Z | [ recovery-image] Dec 20 20:31:04.458 INFO O| Dec 20 20:31:04.458 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-12-20T20:31:05.700Z | [ recovery-image] Dec 20 20:31:04.477 INFO O| Dec 20 20:31:04.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7133 | 2024-12-20T20:31:05.700Z | [ recovery-image] Dec 20 20:31:04.477 INFO O| Dec 20 20:31:04.477 INFO STEP 930 (remove_files) COMPLETE |
7134 | 2024-12-20T20:31:05.700Z | [ recovery-image] Dec 20 20:31:04.477 INFO O| Dec 20 20:31:04.477 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-12-20T20:31:05.719Z | [ recovery-image] Dec 20 20:31:04.496 INFO O| Dec 20 20:31:04.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7136 | 2024-12-20T20:31:05.719Z | [ recovery-image] Dec 20 20:31:04.496 INFO O| Dec 20 20:31:04.496 INFO STEP 931 (remove_files) COMPLETE |
7137 | 2024-12-20T20:31:05.719Z | [ recovery-image] Dec 20 20:31:04.496 INFO O| Dec 20 20:31:04.496 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-12-20T20:31:05.738Z | [ recovery-image] Dec 20 20:31:04.516 INFO O| Dec 20 20:31:04.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7139 | 2024-12-20T20:31:05.739Z | [ recovery-image] Dec 20 20:31:04.516 INFO O| Dec 20 20:31:04.516 INFO STEP 932 (remove_files) COMPLETE |
7140 | 2024-12-20T20:31:05.739Z | [ recovery-image] Dec 20 20:31:04.516 INFO O| Dec 20 20:31:04.516 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-12-20T20:31:05.758Z | [ recovery-image] Dec 20 20:31:04.536 INFO O| Dec 20 20:31:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7142 | 2024-12-20T20:31:05.758Z | [ recovery-image] Dec 20 20:31:04.536 INFO O| Dec 20 20:31:04.536 INFO STEP 933 (remove_files) COMPLETE |
7143 | 2024-12-20T20:31:05.758Z | [ recovery-image] Dec 20 20:31:04.536 INFO O| Dec 20 20:31:04.536 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-12-20T20:31:05.802Z | [ recovery-image] Dec 20 20:31:04.580 INFO O| Dec 20 20:31:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7145 | 2024-12-20T20:31:05.802Z | [ recovery-image] Dec 20 20:31:04.580 INFO O| Dec 20 20:31:04.580 INFO STEP 934 (remove_files) COMPLETE |
7146 | 2024-12-20T20:31:05.805Z | [ recovery-image] Dec 20 20:31:04.580 INFO O| Dec 20 20:31:04.580 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-12-20T20:31:05.841Z | [ recovery-image] Dec 20 20:31:04.619 INFO O| Dec 20 20:31:04.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7148 | 2024-12-20T20:31:05.841Z | [ recovery-image] Dec 20 20:31:04.619 INFO O| Dec 20 20:31:04.619 INFO STEP 935 (remove_files) COMPLETE |
7149 | 2024-12-20T20:31:05.841Z | [ recovery-image] Dec 20 20:31:04.619 INFO O| Dec 20 20:31:04.619 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-12-20T20:31:05.860Z | [ recovery-image] Dec 20 20:31:04.638 INFO O| Dec 20 20:31:04.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7151 | 2024-12-20T20:31:05.860Z | [ recovery-image] Dec 20 20:31:04.638 INFO O| Dec 20 20:31:04.638 INFO STEP 936 (remove_files) COMPLETE |
7152 | 2024-12-20T20:31:05.860Z | [ recovery-image] Dec 20 20:31:04.638 INFO O| Dec 20 20:31:04.638 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-12-20T20:31:05.880Z | [ recovery-image] Dec 20 20:31:04.658 INFO O| Dec 20 20:31:04.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7154 | 2024-12-20T20:31:05.880Z | [ recovery-image] Dec 20 20:31:04.658 INFO O| Dec 20 20:31:04.658 INFO STEP 937 (remove_files) COMPLETE |
7155 | 2024-12-20T20:31:05.883Z | [ recovery-image] Dec 20 20:31:04.658 INFO O| Dec 20 20:31:04.658 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-12-20T20:31:05.900Z | [ recovery-image] Dec 20 20:31:04.678 INFO O| Dec 20 20:31:04.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7157 | 2024-12-20T20:31:05.900Z | [ recovery-image] Dec 20 20:31:04.678 INFO O| Dec 20 20:31:04.678 INFO STEP 938 (remove_files) COMPLETE |
7158 | 2024-12-20T20:31:05.900Z | [ recovery-image] Dec 20 20:31:04.678 INFO O| Dec 20 20:31:04.678 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-12-20T20:31:05.935Z | [ recovery-image] Dec 20 20:31:04.713 INFO O| Dec 20 20:31:04.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7160 | 2024-12-20T20:31:05.938Z | [ recovery-image] Dec 20 20:31:04.713 INFO O| Dec 20 20:31:04.713 INFO STEP 939 (remove_files) COMPLETE |
7161 | 2024-12-20T20:31:05.938Z | [ recovery-image] Dec 20 20:31:04.713 INFO O| Dec 20 20:31:04.713 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-12-20T20:31:05.956Z | [ recovery-image] Dec 20 20:31:04.734 INFO O| Dec 20 20:31:04.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7163 | 2024-12-20T20:31:05.956Z | [ recovery-image] Dec 20 20:31:04.734 INFO O| Dec 20 20:31:04.734 INFO STEP 940 (remove_files) COMPLETE |
7164 | 2024-12-20T20:31:05.956Z | [ recovery-image] Dec 20 20:31:04.735 INFO O| Dec 20 20:31:04.734 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-12-20T20:31:05.982Z | [ recovery-image] Dec 20 20:31:04.760 INFO O| Dec 20 20:31:04.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7166 | 2024-12-20T20:31:05.982Z | [ recovery-image] Dec 20 20:31:04.760 INFO O| Dec 20 20:31:04.760 INFO STEP 941 (remove_files) COMPLETE |
7167 | 2024-12-20T20:31:05.982Z | [ recovery-image] Dec 20 20:31:04.760 INFO O| Dec 20 20:31:04.760 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-12-20T20:31:06.018Z | [ recovery-image] Dec 20 20:31:04.797 INFO O| Dec 20 20:31:04.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7169 | 2024-12-20T20:31:06.019Z | [ recovery-image] Dec 20 20:31:04.797 INFO O| Dec 20 20:31:04.797 INFO STEP 942 (remove_files) COMPLETE |
7170 | 2024-12-20T20:31:06.019Z | [ recovery-image] Dec 20 20:31:04.797 INFO O| Dec 20 20:31:04.797 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-12-20T20:31:06.049Z | [ recovery-image] Dec 20 20:31:04.827 INFO O| Dec 20 20:31:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7172 | 2024-12-20T20:31:06.049Z | [ recovery-image] Dec 20 20:31:04.827 INFO O| Dec 20 20:31:04.827 INFO STEP 943 (remove_files) COMPLETE |
7173 | 2024-12-20T20:31:06.049Z | [ recovery-image] Dec 20 20:31:04.827 INFO O| Dec 20 20:31:04.827 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-12-20T20:31:06.081Z | [ recovery-image] Dec 20 20:31:04.860 INFO O| Dec 20 20:31:04.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7175 | 2024-12-20T20:31:06.082Z | [ recovery-image] Dec 20 20:31:04.860 INFO O| Dec 20 20:31:04.860 INFO STEP 944 (remove_files) COMPLETE |
7176 | 2024-12-20T20:31:06.082Z | [ recovery-image] Dec 20 20:31:04.860 INFO O| Dec 20 20:31:04.860 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-12-20T20:31:06.242Z | [ recovery-image] Dec 20 20:31:05.020 INFO O| Dec 20 20:31:05.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7178 | 2024-12-20T20:31:06.242Z | [ recovery-image] Dec 20 20:31:05.020 INFO O| Dec 20 20:31:05.020 INFO STEP 945 (remove_files) COMPLETE |
7179 | 2024-12-20T20:31:06.242Z | [ recovery-image] Dec 20 20:31:05.020 INFO O| Dec 20 20:31:05.020 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-12-20T20:31:06.268Z | [ recovery-image] Dec 20 20:31:05.046 INFO O| Dec 20 20:31:05.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7181 | 2024-12-20T20:31:06.268Z | [ recovery-image] Dec 20 20:31:05.046 INFO O| Dec 20 20:31:05.046 INFO STEP 946 (remove_files) COMPLETE |
7182 | 2024-12-20T20:31:06.268Z | [ recovery-image] Dec 20 20:31:05.046 INFO O| Dec 20 20:31:05.046 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-12-20T20:31:06.291Z | [ recovery-image] Dec 20 20:31:05.069 INFO O| Dec 20 20:31:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7184 | 2024-12-20T20:31:06.291Z | [ recovery-image] Dec 20 20:31:05.069 INFO O| Dec 20 20:31:05.069 INFO STEP 947 (remove_files) COMPLETE |
7185 | 2024-12-20T20:31:06.291Z | [ recovery-image] Dec 20 20:31:05.069 INFO O| Dec 20 20:31:05.069 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-12-20T20:31:06.313Z | [ recovery-image] Dec 20 20:31:05.091 INFO O| Dec 20 20:31:05.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7187 | 2024-12-20T20:31:06.313Z | [ recovery-image] Dec 20 20:31:05.091 INFO O| Dec 20 20:31:05.091 INFO STEP 948 (remove_files) COMPLETE |
7188 | 2024-12-20T20:31:06.313Z | [ recovery-image] Dec 20 20:31:05.091 INFO O| Dec 20 20:31:05.091 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-12-20T20:31:06.348Z | [ recovery-image] Dec 20 20:31:05.126 INFO O| Dec 20 20:31:05.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7190 | 2024-12-20T20:31:06.348Z | [ recovery-image] Dec 20 20:31:05.126 INFO O| Dec 20 20:31:05.126 INFO STEP 949 (remove_files) COMPLETE |
7191 | 2024-12-20T20:31:06.348Z | [ recovery-image] Dec 20 20:31:05.126 INFO O| Dec 20 20:31:05.126 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-12-20T20:31:06.368Z | [ recovery-image] Dec 20 20:31:05.146 INFO O| Dec 20 20:31:05.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7193 | 2024-12-20T20:31:06.371Z | [ recovery-image] Dec 20 20:31:05.146 INFO O| Dec 20 20:31:05.146 INFO STEP 950 (remove_files) COMPLETE |
7194 | 2024-12-20T20:31:06.371Z | [ recovery-image] Dec 20 20:31:05.146 INFO O| Dec 20 20:31:05.146 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-12-20T20:31:06.396Z | [ recovery-image] Dec 20 20:31:05.174 INFO O| Dec 20 20:31:05.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7196 | 2024-12-20T20:31:06.399Z | [ recovery-image] Dec 20 20:31:05.174 INFO O| Dec 20 20:31:05.174 INFO STEP 951 (remove_files) COMPLETE |
7197 | 2024-12-20T20:31:06.400Z | [ recovery-image] Dec 20 20:31:05.175 INFO O| Dec 20 20:31:05.174 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-12-20T20:31:06.476Z | [ recovery-image] Dec 20 20:31:05.253 INFO O| Dec 20 20:31:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7199 | 2024-12-20T20:31:06.479Z | [ recovery-image] Dec 20 20:31:05.254 INFO O| Dec 20 20:31:05.253 INFO STEP 952 (remove_files) COMPLETE |
7200 | 2024-12-20T20:31:06.479Z | [ recovery-image] Dec 20 20:31:05.254 INFO O| Dec 20 20:31:05.254 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-12-20T20:31:06.497Z | [ recovery-image] Dec 20 20:31:05.275 INFO O| Dec 20 20:31:05.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7202 | 2024-12-20T20:31:06.497Z | [ recovery-image] Dec 20 20:31:05.275 INFO O| Dec 20 20:31:05.275 INFO STEP 953 (remove_files) COMPLETE |
7203 | 2024-12-20T20:31:06.497Z | [ recovery-image] Dec 20 20:31:05.275 INFO O| Dec 20 20:31:05.275 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-12-20T20:31:06.538Z | [ recovery-image] Dec 20 20:31:05.316 INFO O| Dec 20 20:31:05.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7205 | 2024-12-20T20:31:06.615Z | [ recovery-image] Dec 20 20:31:05.393 INFO O| Dec 20 20:31:05.393 INFO STEP 954 (remove_files) COMPLETE |
7206 | 2024-12-20T20:31:06.615Z | [ recovery-image] Dec 20 20:31:05.393 INFO O| Dec 20 20:31:05.393 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-12-20T20:31:06.644Z | [ recovery-image] Dec 20 20:31:05.422 INFO O| Dec 20 20:31:05.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7208 | 2024-12-20T20:31:06.647Z | [ recovery-image] Dec 20 20:31:05.422 INFO O| Dec 20 20:31:05.422 INFO STEP 955 (remove_files) COMPLETE |
7209 | 2024-12-20T20:31:06.649Z | [ recovery-image] Dec 20 20:31:05.422 INFO O| Dec 20 20:31:05.422 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-20T20:31:06.663Z | [ recovery-image] Dec 20 20:31:05.441 INFO O| Dec 20 20:31:05.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7211 | 2024-12-20T20:31:06.666Z | [ recovery-image] Dec 20 20:31:05.441 INFO O| Dec 20 20:31:05.441 INFO STEP 956 (remove_files) COMPLETE |
7212 | 2024-12-20T20:31:06.666Z | [ recovery-image] Dec 20 20:31:05.441 INFO O| Dec 20 20:31:05.441 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-20T20:31:06.683Z | [ recovery-image] Dec 20 20:31:05.461 INFO O| Dec 20 20:31:05.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7214 | 2024-12-20T20:31:06.686Z | [ recovery-image] Dec 20 20:31:05.461 INFO O| Dec 20 20:31:05.461 INFO STEP 957 (remove_files) COMPLETE |
7215 | 2024-12-20T20:31:06.686Z | [ recovery-image] Dec 20 20:31:05.461 INFO O| Dec 20 20:31:05.461 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-20T20:31:06.703Z | [ recovery-image] Dec 20 20:31:05.481 INFO O| Dec 20 20:31:05.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7217 | 2024-12-20T20:31:06.703Z | [ recovery-image] Dec 20 20:31:05.481 INFO O| Dec 20 20:31:05.481 INFO STEP 958 (remove_files) COMPLETE |
7218 | 2024-12-20T20:31:06.706Z | [ recovery-image] Dec 20 20:31:05.481 INFO O| Dec 20 20:31:05.481 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-20T20:31:06.746Z | [ recovery-image] Dec 20 20:31:05.524 INFO O| Dec 20 20:31:05.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7220 | 2024-12-20T20:31:06.749Z | [ recovery-image] Dec 20 20:31:05.524 INFO O| Dec 20 20:31:05.524 INFO STEP 959 (remove_files) COMPLETE |
7221 | 2024-12-20T20:31:06.749Z | [ recovery-image] Dec 20 20:31:05.524 INFO O| Dec 20 20:31:05.524 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-12-20T20:31:06.767Z | [ recovery-image] Dec 20 20:31:05.545 INFO O| Dec 20 20:31:05.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7223 | 2024-12-20T20:31:06.770Z | [ recovery-image] Dec 20 20:31:05.545 INFO O| Dec 20 20:31:05.545 INFO STEP 960 (remove_files) COMPLETE |
7224 | 2024-12-20T20:31:06.770Z | [ recovery-image] Dec 20 20:31:05.545 INFO O| Dec 20 20:31:05.545 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-12-20T20:31:06.796Z | [ recovery-image] Dec 20 20:31:05.564 INFO O| Dec 20 20:31:05.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7226 | 2024-12-20T20:31:06.796Z | [ recovery-image] Dec 20 20:31:05.565 INFO O| Dec 20 20:31:05.565 INFO STEP 961 (remove_files) COMPLETE |
7227 | 2024-12-20T20:31:06.796Z | [ recovery-image] Dec 20 20:31:05.565 INFO O| Dec 20 20:31:05.565 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-20T20:31:06.806Z | [ recovery-image] Dec 20 20:31:05.584 INFO O| Dec 20 20:31:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7229 | 2024-12-20T20:31:06.806Z | [ recovery-image] Dec 20 20:31:05.584 INFO O| Dec 20 20:31:05.584 INFO STEP 962 (remove_files) COMPLETE |
7230 | 2024-12-20T20:31:06.810Z | [ recovery-image] Dec 20 20:31:05.584 INFO O| Dec 20 20:31:05.584 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-20T20:31:06.824Z | [ recovery-image] Dec 20 20:31:05.603 INFO O| Dec 20 20:31:05.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7232 | 2024-12-20T20:31:06.825Z | [ recovery-image] Dec 20 20:31:05.603 INFO O| Dec 20 20:31:05.603 INFO STEP 963 (remove_files) COMPLETE |
7233 | 2024-12-20T20:31:06.825Z | [ recovery-image] Dec 20 20:31:05.603 INFO O| Dec 20 20:31:05.603 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-12-20T20:31:06.850Z | [ recovery-image] Dec 20 20:31:05.624 INFO O| Dec 20 20:31:05.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7235 | 2024-12-20T20:31:06.850Z | [ recovery-image] Dec 20 20:31:05.624 INFO O| Dec 20 20:31:05.624 INFO STEP 964 (remove_files) COMPLETE |
7236 | 2024-12-20T20:31:06.850Z | [ recovery-image] Dec 20 20:31:05.625 INFO O| Dec 20 20:31:05.624 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-12-20T20:31:06.874Z | [ recovery-image] Dec 20 20:31:05.652 INFO O| Dec 20 20:31:05.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7238 | 2024-12-20T20:31:06.877Z | [ recovery-image] Dec 20 20:31:05.652 INFO O| Dec 20 20:31:05.652 INFO STEP 965 (remove_files) COMPLETE |
7239 | 2024-12-20T20:31:06.877Z | [ recovery-image] Dec 20 20:31:05.652 INFO O| Dec 20 20:31:05.652 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-12-20T20:31:06.894Z | [ recovery-image] Dec 20 20:31:05.673 INFO O| Dec 20 20:31:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7241 | 2024-12-20T20:31:06.899Z | [ recovery-image] Dec 20 20:31:05.673 INFO O| Dec 20 20:31:05.673 INFO STEP 966 (remove_files) COMPLETE |
7242 | 2024-12-20T20:31:06.899Z | [ recovery-image] Dec 20 20:31:05.673 INFO O| Dec 20 20:31:05.673 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-12-20T20:31:06.914Z | [ recovery-image] Dec 20 20:31:05.692 INFO O| Dec 20 20:31:05.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7244 | 2024-12-20T20:31:06.917Z | [ recovery-image] Dec 20 20:31:05.693 INFO O| Dec 20 20:31:05.693 INFO STEP 967 (remove_files) COMPLETE |
7245 | 2024-12-20T20:31:06.917Z | [ recovery-image] Dec 20 20:31:05.693 INFO O| Dec 20 20:31:05.693 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-12-20T20:31:06.950Z | [ recovery-image] Dec 20 20:31:05.728 INFO O| Dec 20 20:31:05.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7247 | 2024-12-20T20:31:06.950Z | [ recovery-image] Dec 20 20:31:05.728 INFO O| Dec 20 20:31:05.728 INFO STEP 968 (remove_files) COMPLETE |
7248 | 2024-12-20T20:31:06.953Z | [ recovery-image] Dec 20 20:31:05.728 INFO O| Dec 20 20:31:05.728 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-12-20T20:31:06.973Z | [ recovery-image] Dec 20 20:31:05.752 INFO O| Dec 20 20:31:05.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7250 | 2024-12-20T20:31:06.974Z | [ recovery-image] Dec 20 20:31:05.752 INFO O| Dec 20 20:31:05.752 INFO STEP 969 (remove_files) COMPLETE |
7251 | 2024-12-20T20:31:06.976Z | [ recovery-image] Dec 20 20:31:05.752 INFO O| Dec 20 20:31:05.752 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-12-20T20:31:07.004Z | [ recovery-image] Dec 20 20:31:05.782 INFO O| Dec 20 20:31:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7253 | 2024-12-20T20:31:07.004Z | [ recovery-image] Dec 20 20:31:05.782 INFO O| Dec 20 20:31:05.782 INFO STEP 970 (remove_files) COMPLETE |
7254 | 2024-12-20T20:31:07.004Z | [ recovery-image] Dec 20 20:31:05.782 INFO O| Dec 20 20:31:05.782 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-12-20T20:31:07.024Z | [ recovery-image] Dec 20 20:31:05.802 INFO O| Dec 20 20:31:05.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7256 | 2024-12-20T20:31:07.024Z | [ recovery-image] Dec 20 20:31:05.802 INFO O| Dec 20 20:31:05.802 INFO STEP 971 (remove_files) COMPLETE |
7257 | 2024-12-20T20:31:07.027Z | [ recovery-image] Dec 20 20:31:05.802 INFO O| Dec 20 20:31:05.802 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-12-20T20:31:07.083Z | [ recovery-image] Dec 20 20:31:05.861 INFO O| Dec 20 20:31:05.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7259 | 2024-12-20T20:31:07.083Z | [ recovery-image] Dec 20 20:31:05.861 INFO O| Dec 20 20:31:05.861 INFO STEP 972 (remove_files) COMPLETE |
7260 | 2024-12-20T20:31:07.086Z | [ recovery-image] Dec 20 20:31:05.861 INFO O| Dec 20 20:31:05.861 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-12-20T20:31:07.106Z | [ recovery-image] Dec 20 20:31:05.884 INFO O| Dec 20 20:31:05.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7262 | 2024-12-20T20:31:07.109Z | [ recovery-image] Dec 20 20:31:05.885 INFO O| Dec 20 20:31:05.884 INFO STEP 973 (remove_files) COMPLETE |
7263 | 2024-12-20T20:31:07.110Z | [ recovery-image] Dec 20 20:31:05.885 INFO O| Dec 20 20:31:05.885 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-12-20T20:31:07.127Z | [ recovery-image] Dec 20 20:31:05.905 INFO O| Dec 20 20:31:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7265 | 2024-12-20T20:31:07.133Z | [ recovery-image] Dec 20 20:31:05.906 INFO O| Dec 20 20:31:05.906 INFO STEP 974 (remove_files) COMPLETE |
7266 | 2024-12-20T20:31:07.133Z | [ recovery-image] Dec 20 20:31:05.906 INFO O| Dec 20 20:31:05.906 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-12-20T20:31:07.151Z | [ recovery-image] Dec 20 20:31:05.929 INFO O| Dec 20 20:31:05.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7268 | 2024-12-20T20:31:07.154Z | [ recovery-image] Dec 20 20:31:05.929 INFO O| Dec 20 20:31:05.929 INFO STEP 975 (remove_files) COMPLETE |
7269 | 2024-12-20T20:31:07.154Z | [ recovery-image] Dec 20 20:31:05.929 INFO O| Dec 20 20:31:05.929 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-12-20T20:31:07.239Z | [ recovery-image] Dec 20 20:31:06.017 INFO O| Dec 20 20:31:06.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7271 | 2024-12-20T20:31:07.243Z | [ recovery-image] Dec 20 20:31:06.017 INFO O| Dec 20 20:31:06.017 INFO STEP 976 (remove_files) COMPLETE |
7272 | 2024-12-20T20:31:07.243Z | [ recovery-image] Dec 20 20:31:06.017 INFO O| Dec 20 20:31:06.017 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-12-20T20:31:07.260Z | [ recovery-image] Dec 20 20:31:06.039 INFO O| Dec 20 20:31:06.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7274 | 2024-12-20T20:31:07.263Z | [ recovery-image] Dec 20 20:31:06.041 INFO O| Dec 20 20:31:06.041 INFO STEP 977 (remove_files) COMPLETE |
7275 | 2024-12-20T20:31:07.264Z | [ recovery-image] Dec 20 20:31:06.041 INFO O| Dec 20 20:31:06.041 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-12-20T20:31:07.283Z | [ recovery-image] Dec 20 20:31:06.061 INFO O| Dec 20 20:31:06.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7277 | 2024-12-20T20:31:07.286Z | [ recovery-image] Dec 20 20:31:06.061 INFO O| Dec 20 20:31:06.061 INFO STEP 978 (remove_files) COMPLETE |
7278 | 2024-12-20T20:31:07.286Z | [ recovery-image] Dec 20 20:31:06.062 INFO O| Dec 20 20:31:06.061 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-12-20T20:31:07.304Z | [ recovery-image] Dec 20 20:31:06.082 INFO O| Dec 20 20:31:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7280 | 2024-12-20T20:31:07.307Z | [ recovery-image] Dec 20 20:31:06.082 INFO O| Dec 20 20:31:06.082 INFO STEP 979 (remove_files) COMPLETE |
7281 | 2024-12-20T20:31:07.307Z | [ recovery-image] Dec 20 20:31:06.082 INFO O| Dec 20 20:31:06.082 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-12-20T20:31:07.324Z | [ recovery-image] Dec 20 20:31:06.102 INFO O| Dec 20 20:31:06.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7283 | 2024-12-20T20:31:07.327Z | [ recovery-image] Dec 20 20:31:06.103 INFO O| Dec 20 20:31:06.103 INFO STEP 980 (remove_files) COMPLETE |
7284 | 2024-12-20T20:31:07.327Z | [ recovery-image] Dec 20 20:31:06.103 INFO O| Dec 20 20:31:06.103 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-12-20T20:31:07.344Z | [ recovery-image] Dec 20 20:31:06.122 INFO O| Dec 20 20:31:06.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7286 | 2024-12-20T20:31:07.348Z | [ recovery-image] Dec 20 20:31:06.123 INFO O| Dec 20 20:31:06.123 INFO STEP 981 (remove_files) COMPLETE |
7287 | 2024-12-20T20:31:07.348Z | [ recovery-image] Dec 20 20:31:06.123 INFO O| Dec 20 20:31:06.123 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-12-20T20:31:07.362Z | [ recovery-image] Dec 20 20:31:06.141 INFO O| Dec 20 20:31:06.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7289 | 2024-12-20T20:31:07.365Z | [ recovery-image] Dec 20 20:31:06.141 INFO O| Dec 20 20:31:06.141 INFO STEP 982 (remove_files) COMPLETE |
7290 | 2024-12-20T20:31:07.365Z | [ recovery-image] Dec 20 20:31:06.141 INFO O| Dec 20 20:31:06.141 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-12-20T20:31:07.380Z | [ recovery-image] Dec 20 20:31:06.159 INFO O| Dec 20 20:31:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7292 | 2024-12-20T20:31:07.384Z | [ recovery-image] Dec 20 20:31:06.159 INFO O| Dec 20 20:31:06.159 INFO STEP 983 (remove_files) COMPLETE |
7293 | 2024-12-20T20:31:07.384Z | [ recovery-image] Dec 20 20:31:06.159 INFO O| Dec 20 20:31:06.159 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-12-20T20:31:07.400Z | [ recovery-image] Dec 20 20:31:06.178 INFO O| Dec 20 20:31:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7295 | 2024-12-20T20:31:07.403Z | [ recovery-image] Dec 20 20:31:06.178 INFO O| Dec 20 20:31:06.178 INFO STEP 984 (remove_files) COMPLETE |
7296 | 2024-12-20T20:31:07.403Z | [ recovery-image] Dec 20 20:31:06.178 INFO O| Dec 20 20:31:06.178 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-12-20T20:31:07.447Z | [ recovery-image] Dec 20 20:31:06.225 INFO O| Dec 20 20:31:06.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7298 | 2024-12-20T20:31:07.450Z | [ recovery-image] Dec 20 20:31:06.225 INFO O| Dec 20 20:31:06.225 INFO STEP 985 (remove_files) COMPLETE |
7299 | 2024-12-20T20:31:07.450Z | [ recovery-image] Dec 20 20:31:06.225 INFO O| Dec 20 20:31:06.225 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-12-20T20:31:07.479Z | [ recovery-image] Dec 20 20:31:06.257 INFO O| Dec 20 20:31:06.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7301 | 2024-12-20T20:31:07.479Z | [ recovery-image] Dec 20 20:31:06.257 INFO O| Dec 20 20:31:06.257 INFO STEP 986 (remove_files) COMPLETE |
7302 | 2024-12-20T20:31:07.479Z | [ recovery-image] Dec 20 20:31:06.257 INFO O| Dec 20 20:31:06.257 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-12-20T20:31:07.502Z | [ recovery-image] Dec 20 20:31:06.280 INFO O| Dec 20 20:31:06.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7304 | 2024-12-20T20:31:07.502Z | [ recovery-image] Dec 20 20:31:06.280 INFO O| Dec 20 20:31:06.280 INFO STEP 987 (remove_files) COMPLETE |
7305 | 2024-12-20T20:31:07.502Z | [ recovery-image] Dec 20 20:31:06.280 INFO O| Dec 20 20:31:06.280 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-12-20T20:31:07.535Z | [ recovery-image] Dec 20 20:31:06.313 INFO O| Dec 20 20:31:06.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7307 | 2024-12-20T20:31:07.535Z | [ recovery-image] Dec 20 20:31:06.313 INFO O| Dec 20 20:31:06.313 INFO STEP 988 (remove_files) COMPLETE |
7308 | 2024-12-20T20:31:07.535Z | [ recovery-image] Dec 20 20:31:06.313 INFO O| Dec 20 20:31:06.313 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-12-20T20:31:07.595Z | [ recovery-image] Dec 20 20:31:06.373 INFO O| Dec 20 20:31:06.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7310 | 2024-12-20T20:31:07.595Z | [ recovery-image] Dec 20 20:31:06.373 INFO O| Dec 20 20:31:06.373 INFO STEP 989 (remove_files) COMPLETE |
7311 | 2024-12-20T20:31:07.595Z | [ recovery-image] Dec 20 20:31:06.373 INFO O| Dec 20 20:31:06.373 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-20T20:31:07.661Z | [ recovery-image] Dec 20 20:31:06.398 INFO O| Dec 20 20:31:06.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7313 | 2024-12-20T20:31:07.662Z | [ recovery-image] Dec 20 20:31:06.398 INFO O| Dec 20 20:31:06.398 INFO STEP 990 (remove_files) COMPLETE |
7314 | 2024-12-20T20:31:07.665Z | [ recovery-image] Dec 20 20:31:06.398 INFO O| Dec 20 20:31:06.398 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-20T20:31:07.665Z | [ recovery-image] Dec 20 20:31:06.419 INFO O| Dec 20 20:31:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7316 | 2024-12-20T20:31:07.665Z | [ recovery-image] Dec 20 20:31:06.419 INFO O| Dec 20 20:31:06.419 INFO STEP 991 (remove_files) COMPLETE |
7317 | 2024-12-20T20:31:07.665Z | [ recovery-image] Dec 20 20:31:06.419 INFO O| Dec 20 20:31:06.419 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-20T20:31:07.665Z | [ recovery-image] Dec 20 20:31:06.440 INFO O| Dec 20 20:31:06.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7319 | 2024-12-20T20:31:07.665Z | [ recovery-image] Dec 20 20:31:06.441 INFO O| Dec 20 20:31:06.441 INFO STEP 992 (remove_files) COMPLETE |
7320 | 2024-12-20T20:31:07.665Z | [ recovery-image] Dec 20 20:31:06.441 INFO O| Dec 20 20:31:06.441 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-20T20:31:07.690Z | [ recovery-image] Dec 20 20:31:06.467 INFO O| Dec 20 20:31:06.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7322 | 2024-12-20T20:31:07.690Z | [ recovery-image] Dec 20 20:31:06.467 INFO O| Dec 20 20:31:06.467 INFO STEP 993 (remove_files) COMPLETE |
7323 | 2024-12-20T20:31:07.690Z | [ recovery-image] Dec 20 20:31:06.467 INFO O| Dec 20 20:31:06.467 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-20T20:31:07.708Z | [ recovery-image] Dec 20 20:31:06.485 INFO O| Dec 20 20:31:06.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7325 | 2024-12-20T20:31:07.708Z | [ recovery-image] Dec 20 20:31:06.485 INFO O| Dec 20 20:31:06.485 INFO STEP 994 (remove_files) COMPLETE |
7326 | 2024-12-20T20:31:07.708Z | [ recovery-image] Dec 20 20:31:06.485 INFO O| Dec 20 20:31:06.485 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-20T20:31:07.726Z | [ recovery-image] Dec 20 20:31:06.503 INFO O| Dec 20 20:31:06.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7328 | 2024-12-20T20:31:07.726Z | [ recovery-image] Dec 20 20:31:06.503 INFO O| Dec 20 20:31:06.503 INFO STEP 995 (remove_files) COMPLETE |
7329 | 2024-12-20T20:31:07.726Z | [ recovery-image] Dec 20 20:31:06.503 INFO O| Dec 20 20:31:06.503 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-20T20:31:07.743Z | [ recovery-image] Dec 20 20:31:06.521 INFO O| Dec 20 20:31:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7331 | 2024-12-20T20:31:07.744Z | [ recovery-image] Dec 20 20:31:06.521 INFO O| Dec 20 20:31:06.521 INFO STEP 996 (remove_files) COMPLETE |
7332 | 2024-12-20T20:31:07.744Z | [ recovery-image] Dec 20 20:31:06.521 INFO O| Dec 20 20:31:06.521 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-20T20:31:07.763Z | [ recovery-image] Dec 20 20:31:06.540 INFO O| Dec 20 20:31:06.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7334 | 2024-12-20T20:31:07.763Z | [ recovery-image] Dec 20 20:31:06.540 INFO O| Dec 20 20:31:06.540 INFO STEP 997 (remove_files) COMPLETE |
7335 | 2024-12-20T20:31:07.763Z | [ recovery-image] Dec 20 20:31:06.541 INFO O| Dec 20 20:31:06.540 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-12-20T20:31:07.782Z | [ recovery-image] Dec 20 20:31:06.560 INFO O| Dec 20 20:31:06.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7337 | 2024-12-20T20:31:07.782Z | [ recovery-image] Dec 20 20:31:06.560 INFO O| Dec 20 20:31:06.560 INFO STEP 998 (remove_files) COMPLETE |
7338 | 2024-12-20T20:31:07.785Z | [ recovery-image] Dec 20 20:31:06.561 INFO O| Dec 20 20:31:06.560 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-20T20:31:07.844Z | [ recovery-image] Dec 20 20:31:06.622 INFO O| Dec 20 20:31:06.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7340 | 2024-12-20T20:31:07.848Z | [ recovery-image] Dec 20 20:31:06.622 INFO O| Dec 20 20:31:06.622 INFO STEP 999 (remove_files) COMPLETE |
7341 | 2024-12-20T20:31:07.848Z | [ recovery-image] Dec 20 20:31:06.622 INFO O| Dec 20 20:31:06.622 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-20T20:31:07.864Z | [ recovery-image] Dec 20 20:31:06.642 INFO O| Dec 20 20:31:06.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7343 | 2024-12-20T20:31:07.864Z | [ recovery-image] Dec 20 20:31:06.642 INFO O| Dec 20 20:31:06.642 INFO STEP 1000 (remove_files) COMPLETE |
7344 | 2024-12-20T20:31:07.867Z | [ recovery-image] Dec 20 20:31:06.642 INFO O| Dec 20 20:31:06.642 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-20T20:31:07.883Z | [ recovery-image] Dec 20 20:31:06.661 INFO O| Dec 20 20:31:06.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7346 | 2024-12-20T20:31:07.883Z | [ recovery-image] Dec 20 20:31:06.662 INFO O| Dec 20 20:31:06.662 INFO STEP 1001 (remove_files) COMPLETE |
7347 | 2024-12-20T20:31:07.886Z | [ recovery-image] Dec 20 20:31:06.662 INFO O| Dec 20 20:31:06.662 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-20T20:31:07.902Z | [ recovery-image] Dec 20 20:31:06.680 INFO O| Dec 20 20:31:06.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7349 | 2024-12-20T20:31:07.902Z | [ recovery-image] Dec 20 20:31:06.680 INFO O| Dec 20 20:31:06.680 INFO STEP 1002 (remove_files) COMPLETE |
7350 | 2024-12-20T20:31:07.904Z | [ recovery-image] Dec 20 20:31:06.680 INFO O| Dec 20 20:31:06.680 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-20T20:31:07.922Z | [ recovery-image] Dec 20 20:31:06.699 INFO O| Dec 20 20:31:06.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7352 | 2024-12-20T20:31:07.922Z | [ recovery-image] Dec 20 20:31:06.699 INFO O| Dec 20 20:31:06.699 INFO STEP 1003 (remove_files) COMPLETE |
7353 | 2024-12-20T20:31:07.922Z | [ recovery-image] Dec 20 20:31:06.700 INFO O| Dec 20 20:31:06.699 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-20T20:31:07.942Z | [ recovery-image] Dec 20 20:31:06.721 INFO O| Dec 20 20:31:06.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7355 | 2024-12-20T20:31:07.944Z | [ recovery-image] Dec 20 20:31:06.721 INFO O| Dec 20 20:31:06.721 INFO STEP 1004 (remove_files) COMPLETE |
7356 | 2024-12-20T20:31:07.944Z | [ recovery-image] Dec 20 20:31:06.721 INFO O| Dec 20 20:31:06.721 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-20T20:31:07.963Z | [ recovery-image] Dec 20 20:31:06.740 INFO O| Dec 20 20:31:06.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7358 | 2024-12-20T20:31:07.963Z | [ recovery-image] Dec 20 20:31:06.740 INFO O| Dec 20 20:31:06.740 INFO STEP 1005 (remove_files) COMPLETE |
7359 | 2024-12-20T20:31:07.967Z | [ recovery-image] Dec 20 20:31:06.741 INFO O| Dec 20 20:31:06.740 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-20T20:31:07.982Z | [ recovery-image] Dec 20 20:31:06.760 INFO O| Dec 20 20:31:06.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7361 | 2024-12-20T20:31:07.982Z | [ recovery-image] Dec 20 20:31:06.760 INFO O| Dec 20 20:31:06.760 INFO STEP 1006 (remove_files) COMPLETE |
7362 | 2024-12-20T20:31:07.982Z | [ recovery-image] Dec 20 20:31:06.760 INFO O| Dec 20 20:31:06.760 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-20T20:31:08.023Z | [ recovery-image] Dec 20 20:31:06.801 INFO O| Dec 20 20:31:06.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7364 | 2024-12-20T20:31:08.023Z | [ recovery-image] Dec 20 20:31:06.802 INFO O| Dec 20 20:31:06.801 INFO STEP 1007 (remove_files) COMPLETE |
7365 | 2024-12-20T20:31:08.023Z | [ recovery-image] Dec 20 20:31:06.802 INFO O| Dec 20 20:31:06.802 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-20T20:31:08.057Z | [ recovery-image] Dec 20 20:31:06.833 INFO O| Dec 20 20:31:06.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7367 | 2024-12-20T20:31:08.058Z | [ recovery-image] Dec 20 20:31:06.833 INFO O| Dec 20 20:31:06.833 INFO STEP 1008 (remove_files) COMPLETE |
7368 | 2024-12-20T20:31:08.058Z | [ recovery-image] Dec 20 20:31:06.833 INFO O| Dec 20 20:31:06.833 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-20T20:31:08.100Z | [ recovery-image] Dec 20 20:31:06.878 INFO O| Dec 20 20:31:06.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7370 | 2024-12-20T20:31:08.100Z | [ recovery-image] Dec 20 20:31:06.878 INFO O| Dec 20 20:31:06.878 INFO STEP 1009 (remove_files) COMPLETE |
7371 | 2024-12-20T20:31:08.100Z | [ recovery-image] Dec 20 20:31:06.878 INFO O| Dec 20 20:31:06.878 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-20T20:31:08.159Z | [ recovery-image] Dec 20 20:31:06.938 INFO O| Dec 20 20:31:06.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7373 | 2024-12-20T20:31:08.159Z | [ recovery-image] Dec 20 20:31:06.938 INFO O| Dec 20 20:31:06.938 INFO STEP 1010 (remove_files) COMPLETE |
7374 | 2024-12-20T20:31:08.159Z | [ recovery-image] Dec 20 20:31:06.938 INFO O| Dec 20 20:31:06.938 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-20T20:31:08.183Z | [ recovery-image] Dec 20 20:31:06.961 INFO O| Dec 20 20:31:06.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7376 | 2024-12-20T20:31:08.183Z | [ recovery-image] Dec 20 20:31:06.961 INFO O| Dec 20 20:31:06.961 INFO STEP 1011 (remove_files) COMPLETE |
7377 | 2024-12-20T20:31:08.183Z | [ recovery-image] Dec 20 20:31:06.961 INFO O| Dec 20 20:31:06.961 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-20T20:31:08.206Z | [ recovery-image] Dec 20 20:31:06.984 INFO O| Dec 20 20:31:06.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7379 | 2024-12-20T20:31:08.206Z | [ recovery-image] Dec 20 20:31:06.984 INFO O| Dec 20 20:31:06.984 INFO STEP 1012 (remove_files) COMPLETE |
7380 | 2024-12-20T20:31:08.206Z | [ recovery-image] Dec 20 20:31:06.984 INFO O| Dec 20 20:31:06.984 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-20T20:31:08.227Z | [ recovery-image] Dec 20 20:31:07.005 INFO O| Dec 20 20:31:07.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7382 | 2024-12-20T20:31:08.227Z | [ recovery-image] Dec 20 20:31:07.006 INFO O| Dec 20 20:31:07.005 INFO STEP 1013 (remove_files) COMPLETE |
7383 | 2024-12-20T20:31:08.227Z | [ recovery-image] Dec 20 20:31:07.006 INFO O| Dec 20 20:31:07.005 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-12-20T20:31:08.247Z | [ recovery-image] Dec 20 20:31:07.025 INFO O| Dec 20 20:31:07.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7385 | 2024-12-20T20:31:08.247Z | [ recovery-image] Dec 20 20:31:07.025 INFO O| Dec 20 20:31:07.025 INFO STEP 1014 (remove_files) COMPLETE |
7386 | 2024-12-20T20:31:08.247Z | [ recovery-image] Dec 20 20:31:07.025 INFO O| Dec 20 20:31:07.025 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-12-20T20:31:08.267Z | [ recovery-image] Dec 20 20:31:07.046 INFO O| Dec 20 20:31:07.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7388 | 2024-12-20T20:31:08.268Z | [ recovery-image] Dec 20 20:31:07.046 INFO O| Dec 20 20:31:07.046 INFO STEP 1015 (remove_files) COMPLETE |
7389 | 2024-12-20T20:31:08.268Z | [ recovery-image] Dec 20 20:31:07.046 INFO O| Dec 20 20:31:07.046 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-12-20T20:31:08.286Z | [ recovery-image] Dec 20 20:31:07.064 INFO O| Dec 20 20:31:07.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7391 | 2024-12-20T20:31:08.286Z | [ recovery-image] Dec 20 20:31:07.064 INFO O| Dec 20 20:31:07.064 INFO STEP 1016 (remove_files) COMPLETE |
7392 | 2024-12-20T20:31:08.286Z | [ recovery-image] Dec 20 20:31:07.064 INFO O| Dec 20 20:31:07.064 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-12-20T20:31:08.305Z | [ recovery-image] Dec 20 20:31:07.083 INFO O| Dec 20 20:31:07.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7394 | 2024-12-20T20:31:08.305Z | [ recovery-image] Dec 20 20:31:07.083 INFO O| Dec 20 20:31:07.083 INFO STEP 1017 (remove_files) COMPLETE |
7395 | 2024-12-20T20:31:08.305Z | [ recovery-image] Dec 20 20:31:07.083 INFO O| Dec 20 20:31:07.083 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-12-20T20:31:08.322Z | [ recovery-image] Dec 20 20:31:07.101 INFO O| Dec 20 20:31:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7397 | 2024-12-20T20:31:08.322Z | [ recovery-image] Dec 20 20:31:07.101 INFO O| Dec 20 20:31:07.101 INFO STEP 1018 (remove_files) COMPLETE |
7398 | 2024-12-20T20:31:08.322Z | [ recovery-image] Dec 20 20:31:07.101 INFO O| Dec 20 20:31:07.101 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-12-20T20:31:08.327Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
7400 | 2024-12-20T20:31:08.348Z | [ recovery-image] Dec 20 20:31:07.126 INFO O| Dec 20 20:31:07.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7401 | 2024-12-20T20:31:08.348Z | [ recovery-image] Dec 20 20:31:07.126 INFO O| Dec 20 20:31:07.118 INFO STEP 1019 (remove_files) COMPLETE |
7402 | 2024-12-20T20:31:08.348Z | [ recovery-image] Dec 20 20:31:07.126 INFO O| Dec 20 20:31:07.118 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-20T20:31:08.358Z | [ recovery-image] Dec 20 20:31:07.136 INFO O| Dec 20 20:31:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7404 | 2024-12-20T20:31:08.361Z | [ recovery-image] Dec 20 20:31:07.136 INFO O| Dec 20 20:31:07.136 INFO STEP 1020 (remove_files) COMPLETE |
7405 | 2024-12-20T20:31:08.361Z | [ recovery-image] Dec 20 20:31:07.136 INFO O| Dec 20 20:31:07.136 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-20T20:31:08.408Z | [ recovery-image] Dec 20 20:31:07.186 INFO O| Dec 20 20:31:07.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7407 | 2024-12-20T20:31:08.408Z | [ recovery-image] Dec 20 20:31:07.186 INFO O| Dec 20 20:31:07.186 INFO STEP 1021 (remove_files) COMPLETE |
7408 | 2024-12-20T20:31:08.408Z | [ recovery-image] Dec 20 20:31:07.186 INFO O| Dec 20 20:31:07.186 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-20T20:31:08.437Z | [ recovery-image] Dec 20 20:31:07.206 INFO O| Dec 20 20:31:07.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7410 | 2024-12-20T20:31:08.437Z | [ recovery-image] Dec 20 20:31:07.206 INFO O| Dec 20 20:31:07.206 INFO STEP 1022 (remove_files) COMPLETE |
7411 | 2024-12-20T20:31:08.437Z | [ recovery-image] Dec 20 20:31:07.206 INFO O| Dec 20 20:31:07.206 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-20T20:31:08.449Z | [ recovery-image] Dec 20 20:31:07.226 INFO O| Dec 20 20:31:07.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7413 | 2024-12-20T20:31:08.449Z | [ recovery-image] Dec 20 20:31:07.227 INFO O| Dec 20 20:31:07.226 INFO STEP 1023 (remove_files) COMPLETE |
7414 | 2024-12-20T20:31:08.449Z | [ recovery-image] Dec 20 20:31:07.227 INFO O| Dec 20 20:31:07.226 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-20T20:31:08.468Z | [ recovery-image] Dec 20 20:31:07.245 INFO O| Dec 20 20:31:07.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7416 | 2024-12-20T20:31:08.468Z | [ recovery-image] Dec 20 20:31:07.245 INFO O| Dec 20 20:31:07.245 INFO STEP 1024 (remove_files) COMPLETE |
7417 | 2024-12-20T20:31:08.468Z | [ recovery-image] Dec 20 20:31:07.245 INFO O| Dec 20 20:31:07.245 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-20T20:31:08.485Z | [ recovery-image] Dec 20 20:31:07.263 INFO O| Dec 20 20:31:07.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7419 | 2024-12-20T20:31:08.485Z | [ recovery-image] Dec 20 20:31:07.263 INFO O| Dec 20 20:31:07.263 INFO STEP 1025 (remove_files) COMPLETE |
7420 | 2024-12-20T20:31:08.487Z | [ recovery-image] Dec 20 20:31:07.263 INFO O| Dec 20 20:31:07.263 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-20T20:31:08.519Z | [ recovery-image] Dec 20 20:31:07.297 INFO O| Dec 20 20:31:07.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7422 | 2024-12-20T20:31:08.541Z | [ recovery-image] Dec 20 20:31:07.320 INFO O| Dec 20 20:31:07.320 INFO STEP 1026 (remove_files) COMPLETE |
7423 | 2024-12-20T20:31:08.541Z | [ recovery-image] Dec 20 20:31:07.320 INFO O| Dec 20 20:31:07.320 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-20T20:31:08.586Z | [ recovery-image] Dec 20 20:31:07.364 INFO O| Dec 20 20:31:07.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7425 | 2024-12-20T20:31:08.586Z | [ recovery-image] Dec 20 20:31:07.364 INFO O| Dec 20 20:31:07.364 INFO STEP 1027 (remove_files) COMPLETE |
7426 | 2024-12-20T20:31:08.588Z | [ recovery-image] Dec 20 20:31:07.364 INFO O| Dec 20 20:31:07.364 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-20T20:31:08.609Z | [ recovery-image] Dec 20 20:31:07.388 INFO O| Dec 20 20:31:07.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7428 | 2024-12-20T20:31:08.609Z | [ recovery-image] Dec 20 20:31:07.388 INFO O| Dec 20 20:31:07.388 INFO STEP 1028 (remove_files) COMPLETE |
7429 | 2024-12-20T20:31:08.612Z | [ recovery-image] Dec 20 20:31:07.388 INFO O| Dec 20 20:31:07.388 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-20T20:31:08.632Z | [ recovery-image] Dec 20 20:31:07.410 INFO O| Dec 20 20:31:07.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7431 | 2024-12-20T20:31:08.632Z | [ recovery-image] Dec 20 20:31:07.410 INFO O| Dec 20 20:31:07.410 INFO STEP 1029 (remove_files) COMPLETE |
7432 | 2024-12-20T20:31:08.632Z | [ recovery-image] Dec 20 20:31:07.410 INFO O| Dec 20 20:31:07.410 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-20T20:31:08.653Z | [ recovery-image] Dec 20 20:31:07.432 INFO O| Dec 20 20:31:07.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7434 | 2024-12-20T20:31:08.655Z | [ recovery-image] Dec 20 20:31:07.432 INFO O| Dec 20 20:31:07.432 INFO STEP 1030 (remove_files) COMPLETE |
7435 | 2024-12-20T20:31:08.656Z | [ recovery-image] Dec 20 20:31:07.432 INFO O| Dec 20 20:31:07.432 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-20T20:31:08.684Z | [ host-image] Dec 20 20:31:07.462 INFO O| Dec 20 20:31:07.462 INFO O| Planning: Solver setup ... Done |
7437 | 2024-12-20T20:31:08.690Z | [ recovery-image] Dec 20 20:31:07.468 INFO O| Dec 20 20:31:07.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7438 | 2024-12-20T20:31:08.690Z | [ recovery-image] Dec 20 20:31:07.468 INFO O| Dec 20 20:31:07.468 INFO STEP 1031 (remove_files) COMPLETE |
7439 | 2024-12-20T20:31:08.690Z | [ recovery-image] Dec 20 20:31:07.468 INFO O| Dec 20 20:31:07.468 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-20T20:31:08.693Z | [ host-image] Dec 20 20:31:07.469 INFO O| Dec 20 20:31:07.469 INFO O| Planning: Running solver ... Done |
7441 | 2024-12-20T20:31:08.729Z | [ recovery-image] Dec 20 20:31:07.508 INFO O| Dec 20 20:31:07.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7442 | 2024-12-20T20:31:08.730Z | [ recovery-image] Dec 20 20:31:07.508 INFO O| Dec 20 20:31:07.508 INFO STEP 1032 (remove_files) COMPLETE |
7443 | 2024-12-20T20:31:08.730Z | [ recovery-image] Dec 20 20:31:07.508 INFO O| Dec 20 20:31:07.508 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-12-20T20:31:08.749Z | [ recovery-image] Dec 20 20:31:07.527 INFO O| Dec 20 20:31:07.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7445 | 2024-12-20T20:31:08.749Z | [ recovery-image] Dec 20 20:31:07.528 INFO O| Dec 20 20:31:07.528 INFO STEP 1033 (remove_files) COMPLETE |
7446 | 2024-12-20T20:31:08.749Z | [ recovery-image] Dec 20 20:31:07.528 INFO O| Dec 20 20:31:07.528 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-12-20T20:31:08.770Z | [ recovery-image] Dec 20 20:31:07.548 INFO O| Dec 20 20:31:07.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7448 | 2024-12-20T20:31:08.771Z | [ recovery-image] Dec 20 20:31:07.549 INFO O| Dec 20 20:31:07.549 INFO STEP 1034 (remove_files) COMPLETE |
7449 | 2024-12-20T20:31:08.773Z | [ recovery-image] Dec 20 20:31:07.549 INFO O| Dec 20 20:31:07.549 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-12-20T20:31:08.777Z | [ host-image] Dec 20 20:31:07.555 INFO O| Dec 20 20:31:07.555 INFO O| Planning: Finding local manifests ... Done |
7451 | 2024-12-20T20:31:08.779Z | [ host-image] Dec 20 20:31:07.556 INFO O| Dec 20 20:31:07.556 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7452 | 2024-12-20T20:31:08.792Z | [ recovery-image] Dec 20 20:31:07.570 INFO O| Dec 20 20:31:07.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7453 | 2024-12-20T20:31:08.792Z | [ recovery-image] Dec 20 20:31:07.570 INFO O| Dec 20 20:31:07.570 INFO STEP 1035 (remove_files) COMPLETE |
7454 | 2024-12-20T20:31:08.792Z | [ recovery-image] Dec 20 20:31:07.570 INFO O| Dec 20 20:31:07.570 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-20T20:31:08.812Z | [ recovery-image] Dec 20 20:31:07.590 INFO O| Dec 20 20:31:07.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7456 | 2024-12-20T20:31:08.813Z | [ recovery-image] Dec 20 20:31:07.591 INFO O| Dec 20 20:31:07.591 INFO STEP 1036 (remove_files) COMPLETE |
7457 | 2024-12-20T20:31:08.813Z | [ recovery-image] Dec 20 20:31:07.591 INFO O| Dec 20 20:31:07.591 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-20T20:31:08.831Z | [ recovery-image] Dec 20 20:31:07.610 INFO O| Dec 20 20:31:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7459 | 2024-12-20T20:31:08.834Z | [ recovery-image] Dec 20 20:31:07.610 INFO O| Dec 20 20:31:07.610 INFO STEP 1037 (remove_files) COMPLETE |
7460 | 2024-12-20T20:31:08.834Z | [ recovery-image] Dec 20 20:31:07.610 INFO O| Dec 20 20:31:07.610 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-20T20:31:08.855Z | [ recovery-image] Dec 20 20:31:07.633 INFO O| Dec 20 20:31:07.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7462 | 2024-12-20T20:31:08.855Z | [ recovery-image] Dec 20 20:31:07.633 INFO O| Dec 20 20:31:07.633 INFO STEP 1038 (remove_files) COMPLETE |
7463 | 2024-12-20T20:31:08.855Z | [ recovery-image] Dec 20 20:31:07.633 INFO O| Dec 20 20:31:07.633 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-20T20:31:08.889Z | [ recovery-image] Dec 20 20:31:07.667 INFO O| Dec 20 20:31:07.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7465 | 2024-12-20T20:31:08.889Z | [ recovery-image] Dec 20 20:31:07.667 INFO O| Dec 20 20:31:07.667 INFO STEP 1039 (remove_files) COMPLETE |
7466 | 2024-12-20T20:31:08.892Z | [ recovery-image] Dec 20 20:31:07.667 INFO O| Dec 20 20:31:07.667 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-20T20:31:08.911Z | [ recovery-image] Dec 20 20:31:07.688 INFO O| Dec 20 20:31:07.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7468 | 2024-12-20T20:31:08.911Z | [ recovery-image] Dec 20 20:31:07.688 INFO O| Dec 20 20:31:07.688 INFO STEP 1040 (remove_files) COMPLETE |
7469 | 2024-12-20T20:31:08.914Z | [ recovery-image] Dec 20 20:31:07.688 INFO O| Dec 20 20:31:07.688 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-20T20:31:08.933Z | [ recovery-image] Dec 20 20:31:07.709 INFO O| Dec 20 20:31:07.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7471 | 2024-12-20T20:31:08.933Z | [ recovery-image] Dec 20 20:31:07.709 INFO O| Dec 20 20:31:07.709 INFO STEP 1041 (remove_files) COMPLETE |
7472 | 2024-12-20T20:31:08.933Z | [ recovery-image] Dec 20 20:31:07.710 INFO O| Dec 20 20:31:07.709 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-20T20:31:08.955Z | [ recovery-image] Dec 20 20:31:07.733 INFO O| Dec 20 20:31:07.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7474 | 2024-12-20T20:31:08.955Z | [ recovery-image] Dec 20 20:31:07.733 INFO O| Dec 20 20:31:07.733 INFO STEP 1042 (remove_files) COMPLETE |
7475 | 2024-12-20T20:31:08.955Z | [ recovery-image] Dec 20 20:31:07.733 INFO O| Dec 20 20:31:07.733 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-20T20:31:08.982Z | [ recovery-image] Dec 20 20:31:07.760 INFO O| Dec 20 20:31:07.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7477 | 2024-12-20T20:31:08.982Z | [ recovery-image] Dec 20 20:31:07.760 INFO O| Dec 20 20:31:07.760 INFO STEP 1043 (remove_files) COMPLETE |
7478 | 2024-12-20T20:31:08.982Z | [ recovery-image] Dec 20 20:31:07.760 INFO O| Dec 20 20:31:07.760 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-20T20:31:09.009Z | [ recovery-image] Dec 20 20:31:07.787 INFO O| Dec 20 20:31:07.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7480 | 2024-12-20T20:31:09.009Z | [ recovery-image] Dec 20 20:31:07.787 INFO O| Dec 20 20:31:07.787 INFO STEP 1044 (remove_files) COMPLETE |
7481 | 2024-12-20T20:31:09.009Z | [ recovery-image] Dec 20 20:31:07.787 INFO O| Dec 20 20:31:07.787 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-20T20:31:09.049Z | [ recovery-image] Dec 20 20:31:07.826 INFO O| Dec 20 20:31:07.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7483 | 2024-12-20T20:31:09.049Z | [ recovery-image] Dec 20 20:31:07.826 INFO O| Dec 20 20:31:07.826 INFO STEP 1045 (remove_files) COMPLETE |
7484 | 2024-12-20T20:31:09.049Z | [ recovery-image] Dec 20 20:31:07.826 INFO O| Dec 20 20:31:07.826 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-20T20:31:09.108Z | [ host-image] Dec 20 20:31:07.886 INFO O| Dec 20 20:31:07.886 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7486 | 2024-12-20T20:31:09.146Z | [ recovery-image] Dec 20 20:31:07.924 INFO O| Dec 20 20:31:07.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7487 | 2024-12-20T20:31:09.146Z | [ recovery-image] Dec 20 20:31:07.924 INFO O| Dec 20 20:31:07.924 INFO STEP 1046 (remove_files) COMPLETE |
7488 | 2024-12-20T20:31:09.146Z | [ recovery-image] Dec 20 20:31:07.924 INFO O| Dec 20 20:31:07.924 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-12-20T20:31:09.149Z | [ host-image] Dec 20 20:31:07.927 INFO O| Dec 20 20:31:07.927 INFO O| Planning: Package planning ... Done |
7490 | 2024-12-20T20:31:09.152Z | [ host-image] Dec 20 20:31:07.928 INFO O| Dec 20 20:31:07.928 INFO O| Planning: Merging actions ... Done |
7491 | 2024-12-20T20:31:09.168Z | [ recovery-image] Dec 20 20:31:07.947 INFO O| Dec 20 20:31:07.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7492 | 2024-12-20T20:31:09.168Z | [ recovery-image] Dec 20 20:31:07.947 INFO O| Dec 20 20:31:07.947 INFO STEP 1047 (remove_files) COMPLETE |
7493 | 2024-12-20T20:31:09.168Z | [ recovery-image] Dec 20 20:31:07.947 INFO O| Dec 20 20:31:07.947 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-20T20:31:09.190Z | [ recovery-image] Dec 20 20:31:07.968 INFO O| Dec 20 20:31:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7495 | 2024-12-20T20:31:09.190Z | [ recovery-image] Dec 20 20:31:07.968 INFO O| Dec 20 20:31:07.968 INFO STEP 1048 (remove_files) COMPLETE |
7496 | 2024-12-20T20:31:09.190Z | [ recovery-image] Dec 20 20:31:07.968 INFO O| Dec 20 20:31:07.968 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-20T20:31:09.213Z | [ recovery-image] Dec 20 20:31:07.990 INFO O| Dec 20 20:31:07.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7498 | 2024-12-20T20:31:09.214Z | [ recovery-image] Dec 20 20:31:07.990 INFO O| Dec 20 20:31:07.990 INFO STEP 1049 (remove_files) COMPLETE |
7499 | 2024-12-20T20:31:09.214Z | [ recovery-image] Dec 20 20:31:07.990 INFO O| Dec 20 20:31:07.990 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-20T20:31:09.269Z | [ recovery-image] Dec 20 20:31:08.047 INFO O| Dec 20 20:31:08.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7501 | 2024-12-20T20:31:09.269Z | [ recovery-image] Dec 20 20:31:08.047 INFO O| Dec 20 20:31:08.047 INFO STEP 1050 (remove_files) COMPLETE |
7502 | 2024-12-20T20:31:09.272Z | [ recovery-image] Dec 20 20:31:08.047 INFO O| Dec 20 20:31:08.047 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-20T20:31:09.288Z | [ recovery-image] Dec 20 20:31:08.067 INFO O| Dec 20 20:31:08.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7504 | 2024-12-20T20:31:09.291Z | [ recovery-image] Dec 20 20:31:08.067 INFO O| Dec 20 20:31:08.067 INFO STEP 1051 (remove_files) COMPLETE |
7505 | 2024-12-20T20:31:09.291Z | [ recovery-image] Dec 20 20:31:08.067 INFO O| Dec 20 20:31:08.067 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-20T20:31:09.291Z | [ host-image] Dec 20 20:31:08.069 INFO O| Dec 20 20:31:08.069 INFO O| Planning: Checking for conflicting actions ... Done |
7507 | 2024-12-20T20:31:09.295Z | [ host-image] Dec 20 20:31:08.070 INFO O| Dec 20 20:31:08.070 INFO O| Planning: Consolidating action changes ... Done |
7508 | 2024-12-20T20:31:09.309Z | [ recovery-image] Dec 20 20:31:08.087 INFO O| Dec 20 20:31:08.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7509 | 2024-12-20T20:31:09.311Z | [ recovery-image] Dec 20 20:31:08.087 INFO O| Dec 20 20:31:08.087 INFO STEP 1052 (remove_files) COMPLETE |
7510 | 2024-12-20T20:31:09.311Z | [ recovery-image] Dec 20 20:31:08.087 INFO O| Dec 20 20:31:08.087 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-20T20:31:09.329Z | [ recovery-image] Dec 20 20:31:08.107 INFO O| Dec 20 20:31:08.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7512 | 2024-12-20T20:31:09.329Z | [ recovery-image] Dec 20 20:31:08.107 INFO O| Dec 20 20:31:08.107 INFO STEP 1053 (remove_files) COMPLETE |
7513 | 2024-12-20T20:31:09.331Z | [ recovery-image] Dec 20 20:31:08.108 INFO O| Dec 20 20:31:08.108 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-20T20:31:09.356Z | [ recovery-image] Dec 20 20:31:08.134 INFO O| Dec 20 20:31:08.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7515 | 2024-12-20T20:31:09.356Z | [ recovery-image] Dec 20 20:31:08.134 INFO O| Dec 20 20:31:08.134 INFO STEP 1054 (remove_files) COMPLETE |
7516 | 2024-12-20T20:31:09.356Z | [ recovery-image] Dec 20 20:31:08.134 INFO O| Dec 20 20:31:08.134 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-20T20:31:09.379Z | [ recovery-image] Dec 20 20:31:08.157 INFO O| Dec 20 20:31:08.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7518 | 2024-12-20T20:31:09.379Z | [ recovery-image] Dec 20 20:31:08.157 INFO O| Dec 20 20:31:08.157 INFO STEP 1055 (remove_files) COMPLETE |
7519 | 2024-12-20T20:31:09.381Z | [ recovery-image] Dec 20 20:31:08.157 INFO O| Dec 20 20:31:08.157 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-20T20:31:09.420Z | [ recovery-image] Dec 20 20:31:08.198 INFO O| Dec 20 20:31:08.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7521 | 2024-12-20T20:31:09.420Z | [ recovery-image] Dec 20 20:31:08.198 INFO O| Dec 20 20:31:08.198 INFO STEP 1056 (remove_files) COMPLETE |
7522 | 2024-12-20T20:31:09.423Z | [ recovery-image] Dec 20 20:31:08.198 INFO O| Dec 20 20:31:08.198 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-20T20:31:09.440Z | [ recovery-image] Dec 20 20:31:08.218 INFO O| Dec 20 20:31:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7524 | 2024-12-20T20:31:09.440Z | [ recovery-image] Dec 20 20:31:08.218 INFO O| Dec 20 20:31:08.218 INFO STEP 1057 (remove_files) COMPLETE |
7525 | 2024-12-20T20:31:09.440Z | [ recovery-image] Dec 20 20:31:08.218 INFO O| Dec 20 20:31:08.218 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-20T20:31:09.524Z | [ recovery-image] Dec 20 20:31:08.302 INFO O| Dec 20 20:31:08.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7527 | 2024-12-20T20:31:09.524Z | [ recovery-image] Dec 20 20:31:08.302 INFO O| Dec 20 20:31:08.302 INFO STEP 1058 (remove_files) COMPLETE |
7528 | 2024-12-20T20:31:09.524Z | [ recovery-image] Dec 20 20:31:08.302 INFO O| Dec 20 20:31:08.302 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-20T20:31:09.553Z | [ recovery-image] Dec 20 20:31:08.331 INFO O| Dec 20 20:31:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7530 | 2024-12-20T20:31:09.553Z | [ recovery-image] Dec 20 20:31:08.331 INFO O| Dec 20 20:31:08.331 INFO STEP 1059 (remove_files) COMPLETE |
7531 | 2024-12-20T20:31:09.556Z | [ recovery-image] Dec 20 20:31:08.331 INFO O| Dec 20 20:31:08.331 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-20T20:31:09.666Z | [ host-image] Dec 20 20:31:08.444 INFO O| Dec 20 20:31:08.444 INFO O| Planning: Evaluating mediators ... Done |
7533 | 2024-12-20T20:31:09.669Z | [ host-image] Dec 20 20:31:08.445 INFO O| Dec 20 20:31:08.445 INFO O| Planning: Planning completed in 5.27 seconds |
7534 | 2024-12-20T20:31:09.671Z | [ host-image] Dec 20 20:31:08.448 INFO O| Dec 20 20:31:08.448 INFO O| Packages to install: 1 |
7535 | 2024-12-20T20:31:09.688Z | [ host-image] Dec 20 20:31:08.466 INFO O| Dec 20 20:31:08.466 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
7536 | 2024-12-20T20:31:09.707Z | [ recovery-image] Dec 20 20:31:08.485 INFO O| Dec 20 20:31:08.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7537 | 2024-12-20T20:31:09.707Z | [ recovery-image] Dec 20 20:31:08.485 INFO O| Dec 20 20:31:08.485 INFO STEP 1060 (remove_files) COMPLETE |
7538 | 2024-12-20T20:31:09.707Z | [ recovery-image] Dec 20 20:31:08.485 INFO O| Dec 20 20:31:08.485 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-20T20:31:09.802Z | [ recovery-image] Dec 20 20:31:08.581 INFO O| Dec 20 20:31:08.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7540 | 2024-12-20T20:31:09.802Z | [ recovery-image] Dec 20 20:31:08.581 INFO O| Dec 20 20:31:08.581 INFO STEP 1061 (remove_files) COMPLETE |
7541 | 2024-12-20T20:31:09.802Z | [ recovery-image] Dec 20 20:31:08.581 INFO O| Dec 20 20:31:08.581 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-12-20T20:31:09.824Z | [ recovery-image] Dec 20 20:31:08.603 INFO O| Dec 20 20:31:08.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7543 | 2024-12-20T20:31:09.824Z | [ recovery-image] Dec 20 20:31:08.603 INFO O| Dec 20 20:31:08.603 INFO STEP 1062 (remove_files) COMPLETE |
7544 | 2024-12-20T20:31:09.824Z | [ recovery-image] Dec 20 20:31:08.603 INFO O| Dec 20 20:31:08.603 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-12-20T20:31:09.846Z | [ recovery-image] Dec 20 20:31:08.624 INFO O| Dec 20 20:31:08.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7546 | 2024-12-20T20:31:09.846Z | [ recovery-image] Dec 20 20:31:08.624 INFO O| Dec 20 20:31:08.624 INFO STEP 1063 (remove_files) COMPLETE |
7547 | 2024-12-20T20:31:09.846Z | [ recovery-image] Dec 20 20:31:08.624 INFO O| Dec 20 20:31:08.624 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-12-20T20:31:09.868Z | [ recovery-image] Dec 20 20:31:08.646 INFO O| Dec 20 20:31:08.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7549 | 2024-12-20T20:31:09.870Z | [ recovery-image] Dec 20 20:31:08.646 INFO O| Dec 20 20:31:08.646 INFO STEP 1064 (remove_files) COMPLETE |
7550 | 2024-12-20T20:31:09.870Z | [ recovery-image] Dec 20 20:31:08.647 INFO O| Dec 20 20:31:08.646 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-20T20:31:09.888Z | [ recovery-image] Dec 20 20:31:08.667 INFO O| Dec 20 20:31:08.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7552 | 2024-12-20T20:31:09.888Z | [ recovery-image] Dec 20 20:31:08.667 INFO O| Dec 20 20:31:08.667 INFO STEP 1065 (remove_files) COMPLETE |
7553 | 2024-12-20T20:31:09.888Z | [ recovery-image] Dec 20 20:31:08.667 INFO O| Dec 20 20:31:08.667 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-20T20:31:09.911Z | [ recovery-image] Dec 20 20:31:08.689 INFO O| Dec 20 20:31:08.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7555 | 2024-12-20T20:31:09.911Z | [ recovery-image] Dec 20 20:31:08.689 INFO O| Dec 20 20:31:08.689 INFO STEP 1066 (remove_files) COMPLETE |
7556 | 2024-12-20T20:31:09.911Z | [ recovery-image] Dec 20 20:31:08.689 INFO O| Dec 20 20:31:08.689 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-20T20:31:09.931Z | [ recovery-image] Dec 20 20:31:08.709 INFO O| Dec 20 20:31:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7558 | 2024-12-20T20:31:09.931Z | [ recovery-image] Dec 20 20:31:08.709 INFO O| Dec 20 20:31:08.709 INFO STEP 1067 (remove_files) COMPLETE |
7559 | 2024-12-20T20:31:09.932Z | [ recovery-image] Dec 20 20:31:08.709 INFO O| Dec 20 20:31:08.709 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-20T20:31:09.953Z | [ recovery-image] Dec 20 20:31:08.729 INFO O| Dec 20 20:31:08.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7561 | 2024-12-20T20:31:09.953Z | [ recovery-image] Dec 20 20:31:08.729 INFO O| Dec 20 20:31:08.729 INFO STEP 1068 (remove_files) COMPLETE |
7562 | 2024-12-20T20:31:09.956Z | [ recovery-image] Dec 20 20:31:08.729 INFO O| Dec 20 20:31:08.729 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-20T20:31:09.971Z | [ recovery-image] Dec 20 20:31:08.749 INFO O| Dec 20 20:31:08.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7564 | 2024-12-20T20:31:09.974Z | [ recovery-image] Dec 20 20:31:08.749 INFO O| Dec 20 20:31:08.749 INFO STEP 1069 (remove_files) COMPLETE |
7565 | 2024-12-20T20:31:09.974Z | [ recovery-image] Dec 20 20:31:08.749 INFO O| Dec 20 20:31:08.749 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-20T20:31:09.991Z | [ recovery-image] Dec 20 20:31:08.769 INFO O| Dec 20 20:31:08.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7567 | 2024-12-20T20:31:09.991Z | [ recovery-image] Dec 20 20:31:08.769 INFO O| Dec 20 20:31:08.769 INFO STEP 1070 (remove_files) COMPLETE |
7568 | 2024-12-20T20:31:09.991Z | [ recovery-image] Dec 20 20:31:08.769 INFO O| Dec 20 20:31:08.769 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-20T20:31:10.015Z | [ recovery-image] Dec 20 20:31:08.793 INFO O| Dec 20 20:31:08.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7570 | 2024-12-20T20:31:10.015Z | [ recovery-image] Dec 20 20:31:08.793 INFO O| Dec 20 20:31:08.793 INFO STEP 1071 (remove_files) COMPLETE |
7571 | 2024-12-20T20:31:10.015Z | [ recovery-image] Dec 20 20:31:08.793 INFO O| Dec 20 20:31:08.793 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-20T20:31:10.085Z | [ recovery-image] Dec 20 20:31:08.839 INFO O| Dec 20 20:31:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7573 | 2024-12-20T20:31:10.085Z | [ recovery-image] Dec 20 20:31:08.839 INFO O| Dec 20 20:31:08.839 INFO STEP 1072 (remove_files) COMPLETE |
7574 | 2024-12-20T20:31:10.089Z | [ recovery-image] Dec 20 20:31:08.839 INFO O| Dec 20 20:31:08.839 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-20T20:31:10.098Z | [ recovery-image] Dec 20 20:31:08.875 INFO O| Dec 20 20:31:08.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7576 | 2024-12-20T20:31:10.098Z | [ recovery-image] Dec 20 20:31:08.875 INFO O| Dec 20 20:31:08.875 INFO STEP 1073 (remove_files) COMPLETE |
7577 | 2024-12-20T20:31:10.098Z | [ recovery-image] Dec 20 20:31:08.875 INFO O| Dec 20 20:31:08.875 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-20T20:31:10.167Z | [ recovery-image] Dec 20 20:31:08.944 INFO O| Dec 20 20:31:08.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7579 | 2024-12-20T20:31:10.167Z | [ recovery-image] Dec 20 20:31:08.945 INFO O| Dec 20 20:31:08.940 INFO STEP 1074 (remove_files) COMPLETE |
7580 | 2024-12-20T20:31:10.170Z | [ recovery-image] Dec 20 20:31:08.945 INFO O| Dec 20 20:31:08.940 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-12-20T20:31:10.181Z | [ recovery-image] Dec 20 20:31:08.959 INFO O| Dec 20 20:31:08.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7582 | 2024-12-20T20:31:10.181Z | [ recovery-image] Dec 20 20:31:08.959 INFO O| Dec 20 20:31:08.959 INFO STEP 1075 (remove_files) COMPLETE |
7583 | 2024-12-20T20:31:10.184Z | [ recovery-image] Dec 20 20:31:08.959 INFO O| Dec 20 20:31:08.959 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-12-20T20:31:10.200Z | [ recovery-image] Dec 20 20:31:08.979 INFO O| Dec 20 20:31:08.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7585 | 2024-12-20T20:31:10.201Z | [ recovery-image] Dec 20 20:31:08.979 INFO O| Dec 20 20:31:08.978 INFO STEP 1076 (remove_files) COMPLETE |
7586 | 2024-12-20T20:31:10.201Z | [ recovery-image] Dec 20 20:31:08.979 INFO O| Dec 20 20:31:08.978 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-12-20T20:31:10.221Z | [ recovery-image] Dec 20 20:31:08.997 INFO O| Dec 20 20:31:08.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7588 | 2024-12-20T20:31:10.225Z | [ recovery-image] Dec 20 20:31:08.997 INFO O| Dec 20 20:31:08.997 INFO STEP 1077 (remove_files) COMPLETE |
7589 | 2024-12-20T20:31:10.226Z | [ recovery-image] Dec 20 20:31:08.997 INFO O| Dec 20 20:31:08.997 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-12-20T20:31:10.239Z | [ recovery-image] Dec 20 20:31:09.016 INFO O| Dec 20 20:31:09.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7591 | 2024-12-20T20:31:10.239Z | [ recovery-image] Dec 20 20:31:09.016 INFO O| Dec 20 20:31:09.016 INFO STEP 1078 (remove_files) COMPLETE |
7592 | 2024-12-20T20:31:10.239Z | [ recovery-image] Dec 20 20:31:09.016 INFO O| Dec 20 20:31:09.016 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-12-20T20:31:10.270Z | [ recovery-image] Dec 20 20:31:09.048 INFO O| Dec 20 20:31:09.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7594 | 2024-12-20T20:31:10.274Z | [ recovery-image] Dec 20 20:31:09.049 INFO O| Dec 20 20:31:09.048 INFO STEP 1079 (remove_files) COMPLETE |
7595 | 2024-12-20T20:31:10.274Z | [ recovery-image] Dec 20 20:31:09.049 INFO O| Dec 20 20:31:09.049 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-20T20:31:10.291Z | [ recovery-image] Dec 20 20:31:09.069 INFO O| Dec 20 20:31:09.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7597 | 2024-12-20T20:31:10.294Z | [ recovery-image] Dec 20 20:31:09.069 INFO O| Dec 20 20:31:09.069 INFO STEP 1080 (remove_files) COMPLETE |
7598 | 2024-12-20T20:31:10.294Z | [ recovery-image] Dec 20 20:31:09.069 INFO O| Dec 20 20:31:09.069 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-20T20:31:10.315Z | [ recovery-image] Dec 20 20:31:09.093 INFO O| Dec 20 20:31:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7600 | 2024-12-20T20:31:10.315Z | [ recovery-image] Dec 20 20:31:09.093 INFO O| Dec 20 20:31:09.093 INFO STEP 1081 (remove_files) COMPLETE |
7601 | 2024-12-20T20:31:10.318Z | [ recovery-image] Dec 20 20:31:09.093 INFO O| Dec 20 20:31:09.093 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-20T20:31:10.363Z | [ recovery-image] Dec 20 20:31:09.141 INFO O| Dec 20 20:31:09.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7603 | 2024-12-20T20:31:10.367Z | [ recovery-image] Dec 20 20:31:09.141 INFO O| Dec 20 20:31:09.141 INFO STEP 1082 (remove_files) COMPLETE |
7604 | 2024-12-20T20:31:10.367Z | [ recovery-image] Dec 20 20:31:09.141 INFO O| Dec 20 20:31:09.141 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-20T20:31:10.398Z | [ recovery-image] Dec 20 20:31:09.177 INFO O| Dec 20 20:31:09.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7606 | 2024-12-20T20:31:10.399Z | [ recovery-image] Dec 20 20:31:09.177 INFO O| Dec 20 20:31:09.177 INFO STEP 1083 (remove_files) COMPLETE |
7607 | 2024-12-20T20:31:10.399Z | [ recovery-image] Dec 20 20:31:09.177 INFO O| Dec 20 20:31:09.177 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-20T20:31:10.428Z | [ recovery-image] Dec 20 20:31:09.206 INFO O| Dec 20 20:31:09.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7609 | 2024-12-20T20:31:10.430Z | [ recovery-image] Dec 20 20:31:09.206 INFO O| Dec 20 20:31:09.206 INFO STEP 1084 (remove_files) COMPLETE |
7610 | 2024-12-20T20:31:10.430Z | [ recovery-image] Dec 20 20:31:09.206 INFO O| Dec 20 20:31:09.206 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-12-20T20:31:10.440Z | [ host-image] Dec 20 20:31:09.219 INFO O| Dec 20 20:31:09.219 INFO O| Download: Completed 9.99 MB in 0.75 seconds (13.3M/s) |
7612 | 2024-12-20T20:31:10.450Z | [ recovery-image] Dec 20 20:31:09.228 INFO O| Dec 20 20:31:09.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7613 | 2024-12-20T20:31:10.452Z | [ recovery-image] Dec 20 20:31:09.228 INFO O| Dec 20 20:31:09.228 INFO STEP 1085 (remove_files) COMPLETE |
7614 | 2024-12-20T20:31:10.452Z | [ recovery-image] Dec 20 20:31:09.228 INFO O| Dec 20 20:31:09.228 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-12-20T20:31:10.471Z | [ recovery-image] Dec 20 20:31:09.250 INFO O| Dec 20 20:31:09.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7616 | 2024-12-20T20:31:10.474Z | [ recovery-image] Dec 20 20:31:09.250 INFO O| Dec 20 20:31:09.250 INFO STEP 1086 (remove_files) COMPLETE |
7617 | 2024-12-20T20:31:10.474Z | [ recovery-image] Dec 20 20:31:09.250 INFO O| Dec 20 20:31:09.250 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-12-20T20:31:10.889Z | [ recovery-image] Dec 20 20:31:09.335 INFO O| Dec 20 20:31:09.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7619 | 2024-12-20T20:31:10.889Z | [ recovery-image] Dec 20 20:31:09.335 INFO O| Dec 20 20:31:09.335 INFO STEP 1087 (remove_files) COMPLETE |
7620 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.335 INFO O| Dec 20 20:31:09.335 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.376 INFO O| Dec 20 20:31:09.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7622 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.376 INFO O| Dec 20 20:31:09.376 INFO STEP 1088 (remove_files) COMPLETE |
7623 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.376 INFO O| Dec 20 20:31:09.376 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-12-20T20:31:10.895Z | [ host-image] Dec 20 20:31:09.414 INFO O| Dec 20 20:31:09.414 INFO O| Actions: 1/22 actions (Installing new actions) |
7625 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.541 INFO O| Dec 20 20:31:09.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7626 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.542 INFO O| Dec 20 20:31:09.541 INFO STEP 1089 (remove_files) COMPLETE |
7627 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.542 INFO O| Dec 20 20:31:09.542 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.568 INFO O| Dec 20 20:31:09.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7629 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.568 INFO O| Dec 20 20:31:09.568 INFO STEP 1090 (remove_files) COMPLETE |
7630 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.568 INFO O| Dec 20 20:31:09.568 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-20T20:31:10.895Z | [ recovery-image] Dec 20 20:31:09.588 INFO O| Dec 20 20:31:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7632 | 2024-12-20T20:31:10.896Z | [ recovery-image] Dec 20 20:31:09.588 INFO O| Dec 20 20:31:09.588 INFO STEP 1091 (remove_files) COMPLETE |
7633 | 2024-12-20T20:31:10.896Z | [ recovery-image] Dec 20 20:31:09.588 INFO O| Dec 20 20:31:09.588 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-20T20:31:10.896Z | [ recovery-image] Dec 20 20:31:09.620 INFO O| Dec 20 20:31:09.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7635 | 2024-12-20T20:31:10.896Z | [ recovery-image] Dec 20 20:31:09.620 INFO O| Dec 20 20:31:09.620 INFO STEP 1092 (remove_files) COMPLETE |
7636 | 2024-12-20T20:31:10.896Z | [ recovery-image] Dec 20 20:31:09.620 INFO O| Dec 20 20:31:09.620 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-20T20:31:10.896Z | [ recovery-image] Dec 20 20:31:09.652 INFO O| Dec 20 20:31:09.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7638 | 2024-12-20T20:31:10.896Z | [ recovery-image] Dec 20 20:31:09.653 INFO O| Dec 20 20:31:09.653 INFO STEP 1093 (remove_files) COMPLETE |
7639 | 2024-12-20T20:31:10.896Z | [ recovery-image] Dec 20 20:31:09.653 INFO O| Dec 20 20:31:09.653 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-20T20:31:10.909Z | [ recovery-image] Dec 20 20:31:09.687 INFO O| Dec 20 20:31:09.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7641 | 2024-12-20T20:31:10.909Z | [ recovery-image] Dec 20 20:31:09.687 INFO O| Dec 20 20:31:09.687 INFO STEP 1094 (remove_files) COMPLETE |
7642 | 2024-12-20T20:31:10.909Z | [ recovery-image] Dec 20 20:31:09.687 INFO O| Dec 20 20:31:09.687 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-20T20:31:10.950Z | [ recovery-image] Dec 20 20:31:09.728 INFO O| Dec 20 20:31:09.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7644 | 2024-12-20T20:31:10.952Z | [ recovery-image] Dec 20 20:31:09.728 INFO O| Dec 20 20:31:09.728 INFO STEP 1095 (remove_files) COMPLETE |
7645 | 2024-12-20T20:31:10.952Z | [ recovery-image] Dec 20 20:31:09.728 INFO O| Dec 20 20:31:09.728 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-20T20:31:10.989Z | [ recovery-image] Dec 20 20:31:09.767 INFO O| Dec 20 20:31:09.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7647 | 2024-12-20T20:31:10.989Z | [ recovery-image] Dec 20 20:31:09.767 INFO O| Dec 20 20:31:09.767 INFO STEP 1096 (remove_files) COMPLETE |
7648 | 2024-12-20T20:31:10.989Z | [ recovery-image] Dec 20 20:31:09.767 INFO O| Dec 20 20:31:09.767 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-20T20:31:11.014Z | [ recovery-image] Dec 20 20:31:09.792 INFO O| Dec 20 20:31:09.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7650 | 2024-12-20T20:31:11.014Z | [ recovery-image] Dec 20 20:31:09.792 INFO O| Dec 20 20:31:09.792 INFO STEP 1097 (remove_files) COMPLETE |
7651 | 2024-12-20T20:31:11.014Z | [ recovery-image] Dec 20 20:31:09.792 INFO O| Dec 20 20:31:09.792 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-20T20:31:11.033Z | [ recovery-image] Dec 20 20:31:09.811 INFO O| Dec 20 20:31:09.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7653 | 2024-12-20T20:31:11.033Z | [ recovery-image] Dec 20 20:31:09.811 INFO O| Dec 20 20:31:09.811 INFO STEP 1098 (remove_files) COMPLETE |
7654 | 2024-12-20T20:31:11.033Z | [ recovery-image] Dec 20 20:31:09.811 INFO O| Dec 20 20:31:09.811 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-20T20:31:11.048Z | [ host-image] Dec 20 20:31:09.826 INFO O| Dec 20 20:31:09.826 INFO O| Actions: Completed 22 actions in 0.41 seconds. |
7656 | 2024-12-20T20:31:11.087Z | [ recovery-image] Dec 20 20:31:09.865 INFO O| Dec 20 20:31:09.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7657 | 2024-12-20T20:31:11.087Z | [ recovery-image] Dec 20 20:31:09.865 INFO O| Dec 20 20:31:09.865 INFO STEP 1099 (remove_files) COMPLETE |
7658 | 2024-12-20T20:31:11.087Z | [ recovery-image] Dec 20 20:31:09.865 INFO O| Dec 20 20:31:09.865 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-12-20T20:31:11.106Z | [ recovery-image] Dec 20 20:31:09.884 INFO O| Dec 20 20:31:09.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7660 | 2024-12-20T20:31:11.106Z | [ recovery-image] Dec 20 20:31:09.884 INFO O| Dec 20 20:31:09.884 INFO STEP 1100 (remove_files) COMPLETE |
7661 | 2024-12-20T20:31:11.106Z | [ recovery-image] Dec 20 20:31:09.884 INFO O| Dec 20 20:31:09.884 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-20T20:31:11.126Z | [ recovery-image] Dec 20 20:31:09.904 INFO O| Dec 20 20:31:09.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7663 | 2024-12-20T20:31:11.129Z | [ recovery-image] Dec 20 20:31:09.904 INFO O| Dec 20 20:31:09.904 INFO STEP 1101 (remove_files) COMPLETE |
7664 | 2024-12-20T20:31:11.129Z | [ recovery-image] Dec 20 20:31:09.904 INFO O| Dec 20 20:31:09.904 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-20T20:31:11.144Z | [ recovery-image] Dec 20 20:31:09.923 INFO O| Dec 20 20:31:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7666 | 2024-12-20T20:31:11.145Z | [ recovery-image] Dec 20 20:31:09.923 INFO O| Dec 20 20:31:09.923 INFO STEP 1102 (remove_files) COMPLETE |
7667 | 2024-12-20T20:31:11.145Z | [ recovery-image] Dec 20 20:31:09.923 INFO O| Dec 20 20:31:09.923 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-20T20:31:11.165Z | [ recovery-image] Dec 20 20:31:09.943 INFO O| Dec 20 20:31:09.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7669 | 2024-12-20T20:31:11.167Z | [ recovery-image] Dec 20 20:31:09.945 INFO O| Dec 20 20:31:09.945 INFO STEP 1103 (remove_files) COMPLETE |
7670 | 2024-12-20T20:31:11.167Z | [ recovery-image] Dec 20 20:31:09.945 INFO O| Dec 20 20:31:09.945 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-20T20:31:11.263Z | [ recovery-image] Dec 20 20:31:10.041 INFO O| Dec 20 20:31:10.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7672 | 2024-12-20T20:31:11.266Z | [ recovery-image] Dec 20 20:31:10.041 INFO O| Dec 20 20:31:10.041 INFO STEP 1104 (remove_files) COMPLETE |
7673 | 2024-12-20T20:31:11.266Z | [ recovery-image] Dec 20 20:31:10.041 INFO O| Dec 20 20:31:10.041 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-20T20:31:11.283Z | [ recovery-image] Dec 20 20:31:10.062 INFO O| Dec 20 20:31:10.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7675 | 2024-12-20T20:31:11.286Z | [ recovery-image] Dec 20 20:31:10.062 INFO O| Dec 20 20:31:10.062 INFO STEP 1105 (remove_files) COMPLETE |
7676 | 2024-12-20T20:31:11.286Z | [ recovery-image] Dec 20 20:31:10.062 INFO O| Dec 20 20:31:10.062 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-20T20:31:11.303Z | [ recovery-image] Dec 20 20:31:10.082 INFO O| Dec 20 20:31:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7678 | 2024-12-20T20:31:11.305Z | [ recovery-image] Dec 20 20:31:10.082 INFO O| Dec 20 20:31:10.082 INFO STEP 1106 (remove_files) COMPLETE |
7679 | 2024-12-20T20:31:11.306Z | [ recovery-image] Dec 20 20:31:10.082 INFO O| Dec 20 20:31:10.082 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-20T20:31:11.333Z | [ recovery-image] Dec 20 20:31:10.111 INFO O| Dec 20 20:31:10.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7681 | 2024-12-20T20:31:11.336Z | [ recovery-image] Dec 20 20:31:10.111 INFO O| Dec 20 20:31:10.111 INFO STEP 1107 (remove_files) COMPLETE |
7682 | 2024-12-20T20:31:11.336Z | [ recovery-image] Dec 20 20:31:10.112 INFO O| Dec 20 20:31:10.111 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-20T20:31:11.354Z | [ recovery-image] Dec 20 20:31:10.132 INFO O| Dec 20 20:31:10.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7684 | 2024-12-20T20:31:11.356Z | [ recovery-image] Dec 20 20:31:10.133 INFO O| Dec 20 20:31:10.133 INFO STEP 1108 (remove_files) COMPLETE |
7685 | 2024-12-20T20:31:11.356Z | [ recovery-image] Dec 20 20:31:10.133 INFO O| Dec 20 20:31:10.133 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-20T20:31:11.375Z | [ recovery-image] Dec 20 20:31:10.154 INFO O| Dec 20 20:31:10.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7687 | 2024-12-20T20:31:11.378Z | [ recovery-image] Dec 20 20:31:10.154 INFO O| Dec 20 20:31:10.154 INFO STEP 1109 (remove_files) COMPLETE |
7688 | 2024-12-20T20:31:11.378Z | [ recovery-image] Dec 20 20:31:10.154 INFO O| Dec 20 20:31:10.154 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-20T20:31:11.397Z | [ recovery-image] Dec 20 20:31:10.175 INFO O| Dec 20 20:31:10.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7690 | 2024-12-20T20:31:11.400Z | [ recovery-image] Dec 20 20:31:10.175 INFO O| Dec 20 20:31:10.175 INFO STEP 1110 (remove_files) COMPLETE |
7691 | 2024-12-20T20:31:11.400Z | [ recovery-image] Dec 20 20:31:10.175 INFO O| Dec 20 20:31:10.175 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-20T20:31:11.417Z | [ recovery-image] Dec 20 20:31:10.195 INFO O| Dec 20 20:31:10.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7693 | 2024-12-20T20:31:11.419Z | [ recovery-image] Dec 20 20:31:10.195 INFO O| Dec 20 20:31:10.195 INFO STEP 1111 (remove_files) COMPLETE |
7694 | 2024-12-20T20:31:11.419Z | [ recovery-image] Dec 20 20:31:10.195 INFO O| Dec 20 20:31:10.195 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-20T20:31:11.437Z | [ recovery-image] Dec 20 20:31:10.216 INFO O| Dec 20 20:31:10.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7696 | 2024-12-20T20:31:11.440Z | [ recovery-image] Dec 20 20:31:10.216 INFO O| Dec 20 20:31:10.216 INFO STEP 1112 (remove_files) COMPLETE |
7697 | 2024-12-20T20:31:11.440Z | [ recovery-image] Dec 20 20:31:10.216 INFO O| Dec 20 20:31:10.216 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-20T20:31:11.478Z | [ recovery-image] Dec 20 20:31:10.257 INFO O| Dec 20 20:31:10.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7699 | 2024-12-20T20:31:11.479Z | [ recovery-image] Dec 20 20:31:10.257 INFO O| Dec 20 20:31:10.257 INFO STEP 1113 (remove_files) COMPLETE |
7700 | 2024-12-20T20:31:11.479Z | [ recovery-image] Dec 20 20:31:10.257 INFO O| Dec 20 20:31:10.257 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-20T20:31:11.521Z | [ recovery-image] Dec 20 20:31:10.299 INFO O| Dec 20 20:31:10.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7702 | 2024-12-20T20:31:11.521Z | [ recovery-image] Dec 20 20:31:10.299 INFO O| Dec 20 20:31:10.299 INFO STEP 1114 (remove_files) COMPLETE |
7703 | 2024-12-20T20:31:11.521Z | [ recovery-image] Dec 20 20:31:10.299 INFO O| Dec 20 20:31:10.299 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-20T20:31:11.547Z | [ recovery-image] Dec 20 20:31:10.325 INFO O| Dec 20 20:31:10.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7705 | 2024-12-20T20:31:11.547Z | [ recovery-image] Dec 20 20:31:10.325 INFO O| Dec 20 20:31:10.325 INFO STEP 1115 (remove_files) COMPLETE |
7706 | 2024-12-20T20:31:11.547Z | [ recovery-image] Dec 20 20:31:10.325 INFO O| Dec 20 20:31:10.325 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-20T20:31:11.569Z | [ recovery-image] Dec 20 20:31:10.347 INFO O| Dec 20 20:31:10.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7708 | 2024-12-20T20:31:11.569Z | [ recovery-image] Dec 20 20:31:10.347 INFO O| Dec 20 20:31:10.347 INFO STEP 1116 (remove_files) COMPLETE |
7709 | 2024-12-20T20:31:11.571Z | [ recovery-image] Dec 20 20:31:10.347 INFO O| Dec 20 20:31:10.347 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-20T20:31:11.589Z | [ recovery-image] Dec 20 20:31:10.368 INFO O| Dec 20 20:31:10.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7711 | 2024-12-20T20:31:11.590Z | [ recovery-image] Dec 20 20:31:10.368 INFO O| Dec 20 20:31:10.368 INFO STEP 1117 (remove_files) COMPLETE |
7712 | 2024-12-20T20:31:11.590Z | [ recovery-image] Dec 20 20:31:10.368 INFO O| Dec 20 20:31:10.368 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-20T20:31:11.610Z | [ recovery-image] Dec 20 20:31:10.389 INFO O| Dec 20 20:31:10.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7714 | 2024-12-20T20:31:11.610Z | [ recovery-image] Dec 20 20:31:10.389 INFO O| Dec 20 20:31:10.389 INFO STEP 1118 (remove_files) COMPLETE |
7715 | 2024-12-20T20:31:11.610Z | [ recovery-image] Dec 20 20:31:10.389 INFO O| Dec 20 20:31:10.389 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-20T20:31:11.635Z | [ recovery-image] Dec 20 20:31:10.413 INFO O| Dec 20 20:31:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7717 | 2024-12-20T20:31:11.635Z | [ recovery-image] Dec 20 20:31:10.413 INFO O| Dec 20 20:31:10.413 INFO STEP 1119 (remove_files) COMPLETE |
7718 | 2024-12-20T20:31:11.637Z | [ recovery-image] Dec 20 20:31:10.414 INFO O| Dec 20 20:31:10.414 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-20T20:31:11.656Z | [ recovery-image] Dec 20 20:31:10.434 INFO O| Dec 20 20:31:10.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7720 | 2024-12-20T20:31:11.656Z | [ recovery-image] Dec 20 20:31:10.435 INFO O| Dec 20 20:31:10.435 INFO STEP 1120 (remove_files) COMPLETE |
7721 | 2024-12-20T20:31:11.659Z | [ recovery-image] Dec 20 20:31:10.435 INFO O| Dec 20 20:31:10.435 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-12-20T20:31:11.680Z | [ recovery-image] Dec 20 20:31:10.458 INFO O| Dec 20 20:31:10.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7723 | 2024-12-20T20:31:11.683Z | [ recovery-image] Dec 20 20:31:10.458 INFO O| Dec 20 20:31:10.458 INFO STEP 1121 (remove_files) COMPLETE |
7724 | 2024-12-20T20:31:11.683Z | [ recovery-image] Dec 20 20:31:10.459 INFO O| Dec 20 20:31:10.458 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-12-20T20:31:11.701Z | [ recovery-image] Dec 20 20:31:10.480 INFO O| Dec 20 20:31:10.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7726 | 2024-12-20T20:31:11.704Z | [ recovery-image] Dec 20 20:31:10.480 INFO O| Dec 20 20:31:10.480 INFO STEP 1122 (remove_files) COMPLETE |
7727 | 2024-12-20T20:31:11.704Z | [ recovery-image] Dec 20 20:31:10.480 INFO O| Dec 20 20:31:10.480 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-12-20T20:31:11.724Z | [ recovery-image] Dec 20 20:31:10.502 INFO O| Dec 20 20:31:10.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7729 | 2024-12-20T20:31:11.726Z | [ recovery-image] Dec 20 20:31:10.502 INFO O| Dec 20 20:31:10.502 INFO STEP 1123 (remove_files) COMPLETE |
7730 | 2024-12-20T20:31:11.726Z | [ recovery-image] Dec 20 20:31:10.502 INFO O| Dec 20 20:31:10.502 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-12-20T20:31:11.728Z | [ host-image] Dec 20 20:31:10.507 INFO O| Dec 20 20:31:10.507 INFO O| Done |
7732 | 2024-12-20T20:31:11.728Z | [ host-image] Dec 20 20:31:10.507 INFO O| Dec 20 20:31:10.507 INFO O| Done |
7733 | 2024-12-20T20:31:11.752Z | [ recovery-image] Dec 20 20:31:10.524 INFO O| Dec 20 20:31:10.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7734 | 2024-12-20T20:31:11.779Z | [ recovery-image] Dec 20 20:31:10.557 INFO O| Dec 20 20:31:10.557 INFO STEP 1124 (remove_files) COMPLETE |
7735 | 2024-12-20T20:31:11.781Z | [ recovery-image] Dec 20 20:31:10.557 INFO O| Dec 20 20:31:10.557 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-20T20:31:11.799Z | [ recovery-image] Dec 20 20:31:10.577 INFO O| Dec 20 20:31:10.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7737 | 2024-12-20T20:31:11.801Z | [ recovery-image] Dec 20 20:31:10.577 INFO O| Dec 20 20:31:10.577 INFO STEP 1125 (remove_files) COMPLETE |
7738 | 2024-12-20T20:31:11.802Z | [ recovery-image] Dec 20 20:31:10.577 INFO O| Dec 20 20:31:10.577 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-20T20:31:11.818Z | [ recovery-image] Dec 20 20:31:10.596 INFO O| Dec 20 20:31:10.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7740 | 2024-12-20T20:31:11.821Z | [ recovery-image] Dec 20 20:31:10.596 INFO O| Dec 20 20:31:10.596 INFO STEP 1126 (remove_files) COMPLETE |
7741 | 2024-12-20T20:31:11.821Z | [ recovery-image] Dec 20 20:31:10.597 INFO O| Dec 20 20:31:10.596 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-20T20:31:11.837Z | [ recovery-image] Dec 20 20:31:10.616 INFO O| Dec 20 20:31:10.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7743 | 2024-12-20T20:31:11.840Z | [ recovery-image] Dec 20 20:31:10.616 INFO O| Dec 20 20:31:10.616 INFO STEP 1127 (remove_files) COMPLETE |
7744 | 2024-12-20T20:31:11.840Z | [ recovery-image] Dec 20 20:31:10.616 INFO O| Dec 20 20:31:10.616 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-20T20:31:11.857Z | [ recovery-image] Dec 20 20:31:10.635 INFO O| Dec 20 20:31:10.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7746 | 2024-12-20T20:31:11.860Z | [ recovery-image] Dec 20 20:31:10.636 INFO O| Dec 20 20:31:10.636 INFO STEP 1128 (remove_files) COMPLETE |
7747 | 2024-12-20T20:31:11.860Z | [ recovery-image] Dec 20 20:31:10.636 INFO O| Dec 20 20:31:10.636 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-20T20:31:11.878Z | [ recovery-image] Dec 20 20:31:10.656 INFO O| Dec 20 20:31:10.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7749 | 2024-12-20T20:31:11.880Z | [ recovery-image] Dec 20 20:31:10.657 INFO O| Dec 20 20:31:10.656 INFO STEP 1129 (remove_files) COMPLETE |
7750 | 2024-12-20T20:31:11.880Z | [ recovery-image] Dec 20 20:31:10.657 INFO O| Dec 20 20:31:10.657 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-20T20:31:11.897Z | [ recovery-image] Dec 20 20:31:10.675 INFO O| Dec 20 20:31:10.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7752 | 2024-12-20T20:31:11.900Z | [ recovery-image] Dec 20 20:31:10.675 INFO O| Dec 20 20:31:10.675 INFO STEP 1130 (remove_files) COMPLETE |
7753 | 2024-12-20T20:31:11.900Z | [ recovery-image] Dec 20 20:31:10.675 INFO O| Dec 20 20:31:10.675 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-20T20:31:11.933Z | [ recovery-image] Dec 20 20:31:10.712 INFO O| Dec 20 20:31:10.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7755 | 2024-12-20T20:31:11.936Z | [ recovery-image] Dec 20 20:31:10.712 INFO O| Dec 20 20:31:10.712 INFO STEP 1131 (remove_files) COMPLETE |
7756 | 2024-12-20T20:31:11.936Z | [ recovery-image] Dec 20 20:31:10.712 INFO O| Dec 20 20:31:10.712 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-20T20:31:11.998Z | [ recovery-image] Dec 20 20:31:10.777 INFO O| Dec 20 20:31:10.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7758 | 2024-12-20T20:31:11.998Z | [ recovery-image] Dec 20 20:31:10.777 INFO O| Dec 20 20:31:10.777 INFO STEP 1132 (remove_files) COMPLETE |
7759 | 2024-12-20T20:31:11.998Z | [ recovery-image] Dec 20 20:31:10.777 INFO O| Dec 20 20:31:10.777 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-20T20:31:12.018Z | [ recovery-image] Dec 20 20:31:10.797 INFO O| Dec 20 20:31:10.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7761 | 2024-12-20T20:31:12.021Z | [ recovery-image] Dec 20 20:31:10.797 INFO O| Dec 20 20:31:10.797 INFO STEP 1133 (remove_files) COMPLETE |
7762 | 2024-12-20T20:31:12.021Z | [ recovery-image] Dec 20 20:31:10.797 INFO O| Dec 20 20:31:10.797 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-20T20:31:12.038Z | [ recovery-image] Dec 20 20:31:10.815 INFO O| Dec 20 20:31:10.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7764 | 2024-12-20T20:31:12.039Z | [ recovery-image] Dec 20 20:31:10.815 INFO O| Dec 20 20:31:10.815 INFO STEP 1134 (remove_files) COMPLETE |
7765 | 2024-12-20T20:31:12.039Z | [ recovery-image] Dec 20 20:31:10.816 INFO O| Dec 20 20:31:10.815 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-20T20:31:12.069Z | [ recovery-image] Dec 20 20:31:10.847 INFO O| Dec 20 20:31:10.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7767 | 2024-12-20T20:31:12.072Z | [ recovery-image] Dec 20 20:31:10.848 INFO O| Dec 20 20:31:10.847 INFO STEP 1135 (remove_files) COMPLETE |
7768 | 2024-12-20T20:31:12.072Z | [ recovery-image] Dec 20 20:31:10.848 INFO O| Dec 20 20:31:10.848 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-20T20:31:12.090Z | [ recovery-image] Dec 20 20:31:10.868 INFO O| Dec 20 20:31:10.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7770 | 2024-12-20T20:31:12.092Z | [ recovery-image] Dec 20 20:31:10.868 INFO O| Dec 20 20:31:10.868 INFO STEP 1136 (remove_files) COMPLETE |
7771 | 2024-12-20T20:31:12.092Z | [ recovery-image] Dec 20 20:31:10.868 INFO O| Dec 20 20:31:10.868 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-20T20:31:12.112Z | [ recovery-image] Dec 20 20:31:10.890 INFO O| Dec 20 20:31:10.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7773 | 2024-12-20T20:31:12.112Z | [ recovery-image] Dec 20 20:31:10.890 INFO O| Dec 20 20:31:10.890 INFO STEP 1137 (remove_files) COMPLETE |
7774 | 2024-12-20T20:31:12.112Z | [ recovery-image] Dec 20 20:31:10.890 INFO O| Dec 20 20:31:10.890 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-20T20:31:12.149Z | [ recovery-image] Dec 20 20:31:10.927 INFO O| Dec 20 20:31:10.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7776 | 2024-12-20T20:31:12.149Z | [ recovery-image] Dec 20 20:31:10.927 INFO O| Dec 20 20:31:10.927 INFO STEP 1138 (remove_files) COMPLETE |
7777 | 2024-12-20T20:31:12.149Z | [ recovery-image] Dec 20 20:31:10.927 INFO O| Dec 20 20:31:10.927 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-20T20:31:12.168Z | [ recovery-image] Dec 20 20:31:10.947 INFO O| Dec 20 20:31:10.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7779 | 2024-12-20T20:31:12.168Z | [ recovery-image] Dec 20 20:31:10.947 INFO O| Dec 20 20:31:10.947 INFO STEP 1139 (remove_files) COMPLETE |
7780 | 2024-12-20T20:31:12.168Z | [ recovery-image] Dec 20 20:31:10.947 INFO O| Dec 20 20:31:10.947 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-20T20:31:12.189Z | [ recovery-image] Dec 20 20:31:10.966 INFO O| Dec 20 20:31:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7782 | 2024-12-20T20:31:12.189Z | [ recovery-image] Dec 20 20:31:10.966 INFO O| Dec 20 20:31:10.966 INFO STEP 1140 (remove_files) COMPLETE |
7783 | 2024-12-20T20:31:12.189Z | [ recovery-image] Dec 20 20:31:10.966 INFO O| Dec 20 20:31:10.966 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-20T20:31:12.226Z | [ recovery-image] Dec 20 20:31:11.004 INFO O| Dec 20 20:31:11.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7785 | 2024-12-20T20:31:12.226Z | [ recovery-image] Dec 20 20:31:11.004 INFO O| Dec 20 20:31:11.004 INFO STEP 1141 (remove_files) COMPLETE |
7786 | 2024-12-20T20:31:12.226Z | [ recovery-image] Dec 20 20:31:11.004 INFO O| Dec 20 20:31:11.004 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-20T20:31:12.263Z | [ recovery-image] Dec 20 20:31:11.036 INFO O| Dec 20 20:31:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7788 | 2024-12-20T20:31:12.263Z | [ recovery-image] Dec 20 20:31:11.037 INFO O| Dec 20 20:31:11.036 INFO STEP 1142 (remove_files) COMPLETE |
7789 | 2024-12-20T20:31:12.263Z | [ recovery-image] Dec 20 20:31:11.037 INFO O| Dec 20 20:31:11.036 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-20T20:31:12.297Z | [ recovery-image] Dec 20 20:31:11.075 INFO O| Dec 20 20:31:11.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7791 | 2024-12-20T20:31:12.297Z | [ recovery-image] Dec 20 20:31:11.075 INFO O| Dec 20 20:31:11.075 INFO STEP 1143 (remove_files) COMPLETE |
7792 | 2024-12-20T20:31:12.297Z | [ recovery-image] Dec 20 20:31:11.075 INFO O| Dec 20 20:31:11.075 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-20T20:31:12.318Z | [ recovery-image] Dec 20 20:31:11.095 INFO O| Dec 20 20:31:11.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7794 | 2024-12-20T20:31:12.318Z | [ recovery-image] Dec 20 20:31:11.095 INFO O| Dec 20 20:31:11.095 INFO STEP 1144 (remove_files) COMPLETE |
7795 | 2024-12-20T20:31:12.318Z | [ recovery-image] Dec 20 20:31:11.096 INFO O| Dec 20 20:31:11.095 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-20T20:31:12.349Z | [ recovery-image] Dec 20 20:31:11.127 INFO O| Dec 20 20:31:11.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7797 | 2024-12-20T20:31:12.349Z | [ recovery-image] Dec 20 20:31:11.127 INFO O| Dec 20 20:31:11.127 INFO STEP 1145 (remove_files) COMPLETE |
7798 | 2024-12-20T20:31:12.349Z | [ recovery-image] Dec 20 20:31:11.127 INFO O| Dec 20 20:31:11.127 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-20T20:31:12.402Z | [ recovery-image] Dec 20 20:31:11.180 INFO O| Dec 20 20:31:11.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7800 | 2024-12-20T20:31:12.402Z | [ recovery-image] Dec 20 20:31:11.180 INFO O| Dec 20 20:31:11.180 INFO STEP 1146 (remove_files) COMPLETE |
7801 | 2024-12-20T20:31:12.402Z | [ recovery-image] Dec 20 20:31:11.180 INFO O| Dec 20 20:31:11.180 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-20T20:31:12.453Z | [ recovery-image] Dec 20 20:31:11.232 INFO O| Dec 20 20:31:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7803 | 2024-12-20T20:31:12.453Z | [ recovery-image] Dec 20 20:31:11.232 INFO O| Dec 20 20:31:11.232 INFO STEP 1147 (remove_files) COMPLETE |
7804 | 2024-12-20T20:31:12.456Z | [ recovery-image] Dec 20 20:31:11.232 INFO O| Dec 20 20:31:11.232 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-20T20:31:12.492Z | [ recovery-image] Dec 20 20:31:11.270 INFO O| Dec 20 20:31:11.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7806 | 2024-12-20T20:31:12.492Z | [ recovery-image] Dec 20 20:31:11.270 INFO O| Dec 20 20:31:11.270 INFO STEP 1148 (remove_files) COMPLETE |
7807 | 2024-12-20T20:31:12.492Z | [ recovery-image] Dec 20 20:31:11.270 INFO O| Dec 20 20:31:11.270 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-20T20:31:12.524Z | [ recovery-image] Dec 20 20:31:11.302 INFO O| Dec 20 20:31:11.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7809 | 2024-12-20T20:31:12.524Z | [ recovery-image] Dec 20 20:31:11.302 INFO O| Dec 20 20:31:11.302 INFO STEP 1149 (remove_files) COMPLETE |
7810 | 2024-12-20T20:31:12.527Z | [ recovery-image] Dec 20 20:31:11.302 INFO O| Dec 20 20:31:11.302 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-20T20:31:12.541Z | [ recovery-image] Dec 20 20:31:11.319 INFO O| Dec 20 20:31:11.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7812 | 2024-12-20T20:31:12.541Z | [ recovery-image] Dec 20 20:31:11.319 INFO O| Dec 20 20:31:11.319 INFO STEP 1150 (remove_files) COMPLETE |
7813 | 2024-12-20T20:31:12.541Z | [ recovery-image] Dec 20 20:31:11.319 INFO O| Dec 20 20:31:11.319 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-20T20:31:12.558Z | [ recovery-image] Dec 20 20:31:11.336 INFO O| Dec 20 20:31:11.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7815 | 2024-12-20T20:31:12.558Z | [ recovery-image] Dec 20 20:31:11.336 INFO O| Dec 20 20:31:11.336 INFO STEP 1151 (remove_files) COMPLETE |
7816 | 2024-12-20T20:31:12.561Z | [ recovery-image] Dec 20 20:31:11.336 INFO O| Dec 20 20:31:11.336 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-20T20:31:12.579Z | [ recovery-image] Dec 20 20:31:11.354 INFO O| Dec 20 20:31:11.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7818 | 2024-12-20T20:31:12.579Z | [ recovery-image] Dec 20 20:31:11.354 INFO O| Dec 20 20:31:11.354 INFO STEP 1152 (remove_files) COMPLETE |
7819 | 2024-12-20T20:31:12.579Z | [ recovery-image] Dec 20 20:31:11.354 INFO O| Dec 20 20:31:11.354 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-20T20:31:12.612Z | [ recovery-image] Dec 20 20:31:11.391 INFO O| Dec 20 20:31:11.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7821 | 2024-12-20T20:31:12.612Z | [ recovery-image] Dec 20 20:31:11.391 INFO O| Dec 20 20:31:11.391 INFO STEP 1153 (remove_files) COMPLETE |
7822 | 2024-12-20T20:31:12.615Z | [ recovery-image] Dec 20 20:31:11.391 INFO O| Dec 20 20:31:11.391 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-20T20:31:12.631Z | [ recovery-image] Dec 20 20:31:11.409 INFO O| Dec 20 20:31:11.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7824 | 2024-12-20T20:31:12.631Z | [ recovery-image] Dec 20 20:31:11.409 INFO O| Dec 20 20:31:11.409 INFO STEP 1154 (remove_files) COMPLETE |
7825 | 2024-12-20T20:31:12.631Z | [ recovery-image] Dec 20 20:31:11.409 INFO O| Dec 20 20:31:11.409 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-20T20:31:12.651Z | [ recovery-image] Dec 20 20:31:11.429 INFO O| Dec 20 20:31:11.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7827 | 2024-12-20T20:31:12.651Z | [ recovery-image] Dec 20 20:31:11.429 INFO O| Dec 20 20:31:11.429 INFO STEP 1155 (remove_files) COMPLETE |
7828 | 2024-12-20T20:31:12.654Z | [ recovery-image] Dec 20 20:31:11.429 INFO O| Dec 20 20:31:11.429 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-20T20:31:12.672Z | [ recovery-image] Dec 20 20:31:11.450 INFO O| Dec 20 20:31:11.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7830 | 2024-12-20T20:31:12.675Z | [ recovery-image] Dec 20 20:31:11.451 INFO O| Dec 20 20:31:11.451 INFO STEP 1156 (remove_files) COMPLETE |
7831 | 2024-12-20T20:31:12.675Z | [ recovery-image] Dec 20 20:31:11.451 INFO O| Dec 20 20:31:11.451 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-20T20:31:12.705Z | [ recovery-image] Dec 20 20:31:11.483 INFO O| Dec 20 20:31:11.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7833 | 2024-12-20T20:31:12.705Z | [ recovery-image] Dec 20 20:31:11.483 INFO O| Dec 20 20:31:11.483 INFO STEP 1157 (remove_files) COMPLETE |
7834 | 2024-12-20T20:31:12.705Z | [ recovery-image] Dec 20 20:31:11.483 INFO O| Dec 20 20:31:11.483 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2024-12-20T20:31:12.725Z | [ recovery-image] Dec 20 20:31:11.503 INFO O| Dec 20 20:31:11.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7836 | 2024-12-20T20:31:12.725Z | [ recovery-image] Dec 20 20:31:11.503 INFO O| Dec 20 20:31:11.503 INFO STEP 1158 (remove_files) COMPLETE |
7837 | 2024-12-20T20:31:12.725Z | [ recovery-image] Dec 20 20:31:11.503 INFO O| Dec 20 20:31:11.503 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2024-12-20T20:31:12.746Z | [ recovery-image] Dec 20 20:31:11.525 INFO O| Dec 20 20:31:11.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7839 | 2024-12-20T20:31:12.746Z | [ recovery-image] Dec 20 20:31:11.525 INFO O| Dec 20 20:31:11.525 INFO STEP 1159 (remove_files) COMPLETE |
7840 | 2024-12-20T20:31:12.746Z | [ recovery-image] Dec 20 20:31:11.525 INFO O| Dec 20 20:31:11.525 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2024-12-20T20:31:12.766Z | [ recovery-image] Dec 20 20:31:11.545 INFO O| Dec 20 20:31:11.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7842 | 2024-12-20T20:31:12.766Z | [ recovery-image] Dec 20 20:31:11.545 INFO O| Dec 20 20:31:11.545 INFO STEP 1160 (remove_files) COMPLETE |
7843 | 2024-12-20T20:31:12.769Z | [ recovery-image] Dec 20 20:31:11.545 INFO O| Dec 20 20:31:11.545 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2024-12-20T20:31:12.785Z | [ recovery-image] Dec 20 20:31:11.564 INFO O| Dec 20 20:31:11.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7845 | 2024-12-20T20:31:12.785Z | [ recovery-image] Dec 20 20:31:11.564 INFO O| Dec 20 20:31:11.564 INFO STEP 1161 (remove_files) COMPLETE |
7846 | 2024-12-20T20:31:12.786Z | [ recovery-image] Dec 20 20:31:11.564 INFO O| Dec 20 20:31:11.564 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-20T20:31:12.805Z | [ recovery-image] Dec 20 20:31:11.583 INFO O| Dec 20 20:31:11.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7848 | 2024-12-20T20:31:12.805Z | [ recovery-image] Dec 20 20:31:11.583 INFO O| Dec 20 20:31:11.583 INFO STEP 1162 (remove_files) COMPLETE |
7849 | 2024-12-20T20:31:12.805Z | [ recovery-image] Dec 20 20:31:11.583 INFO O| Dec 20 20:31:11.583 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2024-12-20T20:31:12.824Z | [ recovery-image] Dec 20 20:31:11.603 INFO O| Dec 20 20:31:11.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7851 | 2024-12-20T20:31:12.824Z | [ recovery-image] Dec 20 20:31:11.603 INFO O| Dec 20 20:31:11.603 INFO STEP 1163 (remove_files) COMPLETE |
7852 | 2024-12-20T20:31:12.824Z | [ recovery-image] Dec 20 20:31:11.603 INFO O| Dec 20 20:31:11.603 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2024-12-20T20:31:12.852Z | [ recovery-image] Dec 20 20:31:11.630 INFO O| Dec 20 20:31:11.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7854 | 2024-12-20T20:31:12.852Z | [ recovery-image] Dec 20 20:31:11.630 INFO O| Dec 20 20:31:11.630 INFO STEP 1164 (remove_files) COMPLETE |
7855 | 2024-12-20T20:31:12.854Z | [ recovery-image] Dec 20 20:31:11.630 INFO O| Dec 20 20:31:11.630 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2024-12-20T20:31:12.934Z | [ recovery-image] Dec 20 20:31:11.691 INFO O| Dec 20 20:31:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7857 | 2024-12-20T20:31:12.934Z | [ recovery-image] Dec 20 20:31:11.691 INFO O| Dec 20 20:31:11.691 INFO STEP 1165 (remove_files) COMPLETE |
7858 | 2024-12-20T20:31:12.934Z | [ recovery-image] Dec 20 20:31:11.691 INFO O| Dec 20 20:31:11.691 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7859 | 2024-12-20T20:31:12.953Z | [ recovery-image] Dec 20 20:31:11.731 INFO O| Dec 20 20:31:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7860 | 2024-12-20T20:31:12.953Z | [ recovery-image] Dec 20 20:31:11.731 INFO O| Dec 20 20:31:11.731 INFO STEP 1166 (remove_files) COMPLETE |
7861 | 2024-12-20T20:31:12.955Z | [ recovery-image] Dec 20 20:31:11.731 INFO O| Dec 20 20:31:11.731 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2024-12-20T20:31:12.974Z | [ recovery-image] Dec 20 20:31:11.751 INFO O| Dec 20 20:31:11.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7863 | 2024-12-20T20:31:12.974Z | [ host-image] Dec 20 20:31:11.751 INFO O| Dec 20 20:31:11.751 INFO O| Done |
7864 | 2024-12-20T20:31:12.974Z | [ recovery-image] Dec 20 20:31:11.752 INFO O| Dec 20 20:31:11.752 INFO STEP 1167 (remove_files) COMPLETE |
7865 | 2024-12-20T20:31:12.974Z | [ recovery-image] Dec 20 20:31:11.752 INFO O| Dec 20 20:31:11.752 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-20T20:31:13.010Z | [ recovery-image] Dec 20 20:31:11.788 INFO O| Dec 20 20:31:11.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7867 | 2024-12-20T20:31:13.010Z | [ recovery-image] Dec 20 20:31:11.788 INFO O| Dec 20 20:31:11.788 INFO STEP 1168 (remove_files) COMPLETE |
7868 | 2024-12-20T20:31:13.010Z | [ recovery-image] Dec 20 20:31:11.788 INFO O| Dec 20 20:31:11.788 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-20T20:31:13.028Z | [ recovery-image] Dec 20 20:31:11.806 INFO O| Dec 20 20:31:11.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7870 | 2024-12-20T20:31:13.028Z | [ recovery-image] Dec 20 20:31:11.807 INFO O| Dec 20 20:31:11.807 INFO STEP 1169 (remove_files) COMPLETE |
7871 | 2024-12-20T20:31:13.030Z | [ recovery-image] Dec 20 20:31:11.807 INFO O| Dec 20 20:31:11.807 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-20T20:31:13.087Z | [ recovery-image] Dec 20 20:31:11.866 INFO O| Dec 20 20:31:11.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7873 | 2024-12-20T20:31:13.088Z | [ recovery-image] Dec 20 20:31:11.866 INFO O| Dec 20 20:31:11.865 INFO STEP 1170 (remove_files) COMPLETE |
7874 | 2024-12-20T20:31:13.090Z | [ recovery-image] Dec 20 20:31:11.866 INFO O| Dec 20 20:31:11.865 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-20T20:31:13.144Z | [ recovery-image] Dec 20 20:31:11.922 INFO O| Dec 20 20:31:11.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7876 | 2024-12-20T20:31:13.144Z | [ recovery-image] Dec 20 20:31:11.923 INFO O| Dec 20 20:31:11.922 INFO STEP 1171 (remove_files) COMPLETE |
7877 | 2024-12-20T20:31:13.144Z | [ recovery-image] Dec 20 20:31:11.923 INFO O| Dec 20 20:31:11.923 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-20T20:31:13.164Z | [ recovery-image] Dec 20 20:31:11.942 INFO O| Dec 20 20:31:11.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7879 | 2024-12-20T20:31:13.164Z | [ recovery-image] Dec 20 20:31:11.942 INFO O| Dec 20 20:31:11.942 INFO STEP 1172 (remove_files) COMPLETE |
7880 | 2024-12-20T20:31:13.164Z | [ recovery-image] Dec 20 20:31:11.943 INFO O| Dec 20 20:31:11.942 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-20T20:31:13.183Z | [ recovery-image] Dec 20 20:31:11.962 INFO O| Dec 20 20:31:11.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7882 | 2024-12-20T20:31:13.186Z | [ recovery-image] Dec 20 20:31:11.962 INFO O| Dec 20 20:31:11.962 INFO STEP 1173 (remove_files) COMPLETE |
7883 | 2024-12-20T20:31:13.186Z | [ recovery-image] Dec 20 20:31:11.962 INFO O| Dec 20 20:31:11.962 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-20T20:31:13.204Z | [ recovery-image] Dec 20 20:31:11.982 INFO O| Dec 20 20:31:11.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7885 | 2024-12-20T20:31:13.204Z | [ recovery-image] Dec 20 20:31:11.982 INFO O| Dec 20 20:31:11.982 INFO STEP 1174 (remove_files) COMPLETE |
7886 | 2024-12-20T20:31:13.204Z | [ recovery-image] Dec 20 20:31:11.982 INFO O| Dec 20 20:31:11.982 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-20T20:31:13.245Z | [ recovery-image] Dec 20 20:31:12.023 INFO O| Dec 20 20:31:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7888 | 2024-12-20T20:31:13.245Z | [ recovery-image] Dec 20 20:31:12.023 INFO O| Dec 20 20:31:12.023 INFO STEP 1175 (remove_files) COMPLETE |
7889 | 2024-12-20T20:31:13.245Z | [ recovery-image] Dec 20 20:31:12.023 INFO O| Dec 20 20:31:12.023 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-20T20:31:13.283Z | [ recovery-image] Dec 20 20:31:12.061 INFO O| Dec 20 20:31:12.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7891 | 2024-12-20T20:31:13.287Z | [ recovery-image] Dec 20 20:31:12.061 INFO O| Dec 20 20:31:12.061 INFO STEP 1176 (remove_files) COMPLETE |
7892 | 2024-12-20T20:31:13.287Z | [ recovery-image] Dec 20 20:31:12.061 INFO O| Dec 20 20:31:12.061 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-20T20:31:13.313Z | [ recovery-image] Dec 20 20:31:12.090 INFO O| Dec 20 20:31:12.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7894 | 2024-12-20T20:31:13.313Z | [ recovery-image] Dec 20 20:31:12.090 INFO O| Dec 20 20:31:12.090 INFO STEP 1177 (remove_files) COMPLETE |
7895 | 2024-12-20T20:31:13.313Z | [ recovery-image] Dec 20 20:31:12.090 INFO O| Dec 20 20:31:12.090 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-20T20:31:13.370Z | [ recovery-image] Dec 20 20:31:12.148 INFO O| Dec 20 20:31:12.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7897 | 2024-12-20T20:31:13.370Z | [ recovery-image] Dec 20 20:31:12.148 INFO O| Dec 20 20:31:12.148 INFO STEP 1178 (remove_files) COMPLETE |
7898 | 2024-12-20T20:31:13.371Z | [ recovery-image] Dec 20 20:31:12.148 INFO O| Dec 20 20:31:12.148 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-20T20:31:13.389Z | [ recovery-image] Dec 20 20:31:12.167 INFO O| Dec 20 20:31:12.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7900 | 2024-12-20T20:31:13.389Z | [ recovery-image] Dec 20 20:31:12.167 INFO O| Dec 20 20:31:12.167 INFO STEP 1179 (remove_files) COMPLETE |
7901 | 2024-12-20T20:31:13.389Z | [ recovery-image] Dec 20 20:31:12.167 INFO O| Dec 20 20:31:12.167 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-20T20:31:13.409Z | [ recovery-image] Dec 20 20:31:12.187 INFO O| Dec 20 20:31:12.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7903 | 2024-12-20T20:31:13.409Z | [ recovery-image] Dec 20 20:31:12.187 INFO O| Dec 20 20:31:12.187 INFO STEP 1180 (remove_files) COMPLETE |
7904 | 2024-12-20T20:31:13.409Z | [ recovery-image] Dec 20 20:31:12.187 INFO O| Dec 20 20:31:12.187 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-20T20:31:13.430Z | [ recovery-image] Dec 20 20:31:12.208 INFO O| Dec 20 20:31:12.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7906 | 2024-12-20T20:31:13.430Z | [ recovery-image] Dec 20 20:31:12.208 INFO O| Dec 20 20:31:12.208 INFO STEP 1181 (remove_files) COMPLETE |
7907 | 2024-12-20T20:31:13.430Z | [ recovery-image] Dec 20 20:31:12.208 INFO O| Dec 20 20:31:12.208 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-20T20:31:13.450Z | [ recovery-image] Dec 20 20:31:12.229 INFO O| Dec 20 20:31:12.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7909 | 2024-12-20T20:31:13.450Z | [ recovery-image] Dec 20 20:31:12.229 INFO O| Dec 20 20:31:12.229 INFO STEP 1182 (remove_files) COMPLETE |
7910 | 2024-12-20T20:31:13.450Z | [ recovery-image] Dec 20 20:31:12.229 INFO O| Dec 20 20:31:12.229 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-20T20:31:13.471Z | [ recovery-image] Dec 20 20:31:12.249 INFO O| Dec 20 20:31:12.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7912 | 2024-12-20T20:31:13.471Z | [ recovery-image] Dec 20 20:31:12.249 INFO O| Dec 20 20:31:12.249 INFO STEP 1183 (remove_files) COMPLETE |
7913 | 2024-12-20T20:31:13.471Z | [ recovery-image] Dec 20 20:31:12.249 INFO O| Dec 20 20:31:12.249 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-20T20:31:13.491Z | [ recovery-image] Dec 20 20:31:12.270 INFO O| Dec 20 20:31:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7915 | 2024-12-20T20:31:13.491Z | [ recovery-image] Dec 20 20:31:12.270 INFO O| Dec 20 20:31:12.270 INFO STEP 1184 (remove_files) COMPLETE |
7916 | 2024-12-20T20:31:13.491Z | [ recovery-image] Dec 20 20:31:12.270 INFO O| Dec 20 20:31:12.270 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-20T20:31:13.511Z | [ recovery-image] Dec 20 20:31:12.289 INFO O| Dec 20 20:31:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7918 | 2024-12-20T20:31:13.511Z | [ recovery-image] Dec 20 20:31:12.289 INFO O| Dec 20 20:31:12.289 INFO STEP 1185 (remove_files) COMPLETE |
7919 | 2024-12-20T20:31:13.511Z | [ recovery-image] Dec 20 20:31:12.289 INFO O| Dec 20 20:31:12.289 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-20T20:31:13.541Z | [ recovery-image] Dec 20 20:31:12.319 INFO O| Dec 20 20:31:12.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7921 | 2024-12-20T20:31:13.544Z | [ recovery-image] Dec 20 20:31:12.320 INFO O| Dec 20 20:31:12.320 INFO STEP 1186 (remove_files) COMPLETE |
7922 | 2024-12-20T20:31:13.544Z | [ recovery-image] Dec 20 20:31:12.320 INFO O| Dec 20 20:31:12.320 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-20T20:31:13.574Z | [ recovery-image] Dec 20 20:31:12.351 INFO O| Dec 20 20:31:12.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7924 | 2024-12-20T20:31:13.574Z | [ recovery-image] Dec 20 20:31:12.351 INFO O| Dec 20 20:31:12.351 INFO STEP 1187 (remove_files) COMPLETE |
7925 | 2024-12-20T20:31:13.574Z | [ recovery-image] Dec 20 20:31:12.351 INFO O| Dec 20 20:31:12.351 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-20T20:31:13.613Z | [ recovery-image] Dec 20 20:31:12.390 INFO O| Dec 20 20:31:12.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7927 | 2024-12-20T20:31:13.613Z | [ recovery-image] Dec 20 20:31:12.390 INFO O| Dec 20 20:31:12.390 INFO STEP 1188 (remove_files) COMPLETE |
7928 | 2024-12-20T20:31:13.613Z | [ recovery-image] Dec 20 20:31:12.390 INFO O| Dec 20 20:31:12.390 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-20T20:31:13.633Z | [ recovery-image] Dec 20 20:31:12.410 INFO O| Dec 20 20:31:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7930 | 2024-12-20T20:31:13.633Z | [ recovery-image] Dec 20 20:31:12.410 INFO O| Dec 20 20:31:12.410 INFO STEP 1189 (remove_files) COMPLETE |
7931 | 2024-12-20T20:31:13.633Z | [ recovery-image] Dec 20 20:31:12.410 INFO O| Dec 20 20:31:12.410 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-20T20:31:13.651Z | [ recovery-image] Dec 20 20:31:12.429 INFO O| Dec 20 20:31:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7933 | 2024-12-20T20:31:13.651Z | [ recovery-image] Dec 20 20:31:12.429 INFO O| Dec 20 20:31:12.429 INFO STEP 1190 (remove_files) COMPLETE |
7934 | 2024-12-20T20:31:13.651Z | [ recovery-image] Dec 20 20:31:12.429 INFO O| Dec 20 20:31:12.429 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-20T20:31:13.671Z | [ recovery-image] Dec 20 20:31:12.448 INFO O| Dec 20 20:31:12.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7936 | 2024-12-20T20:31:13.671Z | [ recovery-image] Dec 20 20:31:12.448 INFO O| Dec 20 20:31:12.448 INFO STEP 1191 (remove_files) COMPLETE |
7937 | 2024-12-20T20:31:13.671Z | [ recovery-image] Dec 20 20:31:12.448 INFO O| Dec 20 20:31:12.448 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-20T20:31:13.690Z | [ recovery-image] Dec 20 20:31:12.468 INFO O| Dec 20 20:31:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7939 | 2024-12-20T20:31:13.690Z | [ recovery-image] Dec 20 20:31:12.468 INFO O| Dec 20 20:31:12.468 INFO STEP 1192 (remove_files) COMPLETE |
7940 | 2024-12-20T20:31:13.690Z | [ recovery-image] Dec 20 20:31:12.468 INFO O| Dec 20 20:31:12.468 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-20T20:31:13.715Z | [ recovery-image] Dec 20 20:31:12.493 INFO O| Dec 20 20:31:12.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7942 | 2024-12-20T20:31:13.715Z | [ recovery-image] Dec 20 20:31:12.493 INFO O| Dec 20 20:31:12.493 INFO STEP 1193 (remove_files) COMPLETE |
7943 | 2024-12-20T20:31:13.715Z | [ recovery-image] Dec 20 20:31:12.493 INFO O| Dec 20 20:31:12.493 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-20T20:31:13.742Z | [ recovery-image] Dec 20 20:31:12.518 INFO O| Dec 20 20:31:12.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7945 | 2024-12-20T20:31:13.742Z | [ recovery-image] Dec 20 20:31:12.518 INFO O| Dec 20 20:31:12.518 INFO STEP 1194 (remove_files) COMPLETE |
7946 | 2024-12-20T20:31:13.742Z | [ recovery-image] Dec 20 20:31:12.518 INFO O| Dec 20 20:31:12.518 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-20T20:31:13.798Z | [ recovery-image] Dec 20 20:31:12.577 INFO O| Dec 20 20:31:12.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7948 | 2024-12-20T20:31:13.798Z | [ recovery-image] Dec 20 20:31:12.577 INFO O| Dec 20 20:31:12.577 INFO STEP 1195 (remove_files) COMPLETE |
7949 | 2024-12-20T20:31:13.801Z | [ recovery-image] Dec 20 20:31:12.577 INFO O| Dec 20 20:31:12.577 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-20T20:31:13.835Z | [ recovery-image] Dec 20 20:31:12.613 INFO O| Dec 20 20:31:12.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7951 | 2024-12-20T20:31:13.835Z | [ recovery-image] Dec 20 20:31:12.613 INFO O| Dec 20 20:31:12.613 INFO STEP 1196 (remove_files) COMPLETE |
7952 | 2024-12-20T20:31:13.835Z | [ recovery-image] Dec 20 20:31:12.613 INFO O| Dec 20 20:31:12.613 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-20T20:31:13.863Z | [ recovery-image] Dec 20 20:31:12.641 INFO O| Dec 20 20:31:12.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7954 | 2024-12-20T20:31:13.864Z | [ recovery-image] Dec 20 20:31:12.641 INFO O| Dec 20 20:31:12.641 INFO STEP 1197 (remove_files) COMPLETE |
7955 | 2024-12-20T20:31:13.864Z | [ recovery-image] Dec 20 20:31:12.641 INFO O| Dec 20 20:31:12.641 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-20T20:31:13.884Z | [ recovery-image] Dec 20 20:31:12.661 INFO O| Dec 20 20:31:12.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7957 | 2024-12-20T20:31:13.884Z | [ recovery-image] Dec 20 20:31:12.661 INFO O| Dec 20 20:31:12.661 INFO STEP 1198 (remove_files) COMPLETE |
7958 | 2024-12-20T20:31:13.884Z | [ recovery-image] Dec 20 20:31:12.661 INFO O| Dec 20 20:31:12.661 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-20T20:31:13.904Z | [ recovery-image] Dec 20 20:31:12.682 INFO O| Dec 20 20:31:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7960 | 2024-12-20T20:31:13.904Z | [ recovery-image] Dec 20 20:31:12.682 INFO O| Dec 20 20:31:12.682 INFO STEP 1199 (remove_files) COMPLETE |
7961 | 2024-12-20T20:31:13.904Z | [ recovery-image] Dec 20 20:31:12.682 INFO O| Dec 20 20:31:12.682 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-20T20:31:13.924Z | [ recovery-image] Dec 20 20:31:12.702 INFO O| Dec 20 20:31:12.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7963 | 2024-12-20T20:31:13.924Z | [ recovery-image] Dec 20 20:31:12.702 INFO O| Dec 20 20:31:12.702 INFO STEP 1200 (remove_files) COMPLETE |
7964 | 2024-12-20T20:31:13.924Z | [ recovery-image] Dec 20 20:31:12.702 INFO O| Dec 20 20:31:12.702 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-20T20:31:13.959Z | [ recovery-image] Dec 20 20:31:12.737 INFO O| Dec 20 20:31:12.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7966 | 2024-12-20T20:31:13.962Z | [ recovery-image] Dec 20 20:31:12.737 INFO O| Dec 20 20:31:12.737 INFO STEP 1201 (remove_files) COMPLETE |
7967 | 2024-12-20T20:31:13.962Z | [ recovery-image] Dec 20 20:31:12.738 INFO O| Dec 20 20:31:12.738 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-20T20:31:14.004Z | [ recovery-image] Dec 20 20:31:12.783 INFO O| Dec 20 20:31:12.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7969 | 2024-12-20T20:31:14.006Z | [ recovery-image] Dec 20 20:31:12.783 INFO O| Dec 20 20:31:12.783 INFO STEP 1202 (remove_files) COMPLETE |
7970 | 2024-12-20T20:31:14.006Z | [ recovery-image] Dec 20 20:31:12.783 INFO O| Dec 20 20:31:12.783 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-20T20:31:14.035Z | [ recovery-image] Dec 20 20:31:12.813 INFO O| Dec 20 20:31:12.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7972 | 2024-12-20T20:31:14.035Z | [ recovery-image] Dec 20 20:31:12.813 INFO O| Dec 20 20:31:12.813 INFO STEP 1203 (remove_files) COMPLETE |
7973 | 2024-12-20T20:31:14.042Z | [ recovery-image] Dec 20 20:31:12.813 INFO O| Dec 20 20:31:12.813 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-20T20:31:14.131Z | [ recovery-image] Dec 20 20:31:12.909 INFO O| Dec 20 20:31:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7975 | 2024-12-20T20:31:14.131Z | [ recovery-image] Dec 20 20:31:12.909 INFO O| Dec 20 20:31:12.909 INFO STEP 1204 (remove_files) COMPLETE |
7976 | 2024-12-20T20:31:14.134Z | [ recovery-image] Dec 20 20:31:12.909 INFO O| Dec 20 20:31:12.909 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-20T20:31:14.152Z | [ recovery-image] Dec 20 20:31:12.930 INFO O| Dec 20 20:31:12.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7978 | 2024-12-20T20:31:14.152Z | [ recovery-image] Dec 20 20:31:12.931 INFO O| Dec 20 20:31:12.931 INFO STEP 1205 (remove_files) COMPLETE |
7979 | 2024-12-20T20:31:14.152Z | [ recovery-image] Dec 20 20:31:12.931 INFO O| Dec 20 20:31:12.931 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7980 | 2024-12-20T20:31:14.190Z | [ recovery-image] Dec 20 20:31:12.968 INFO O| Dec 20 20:31:12.968 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7981 | 2024-12-20T20:31:14.190Z | [ recovery-image] Dec 20 20:31:12.968 INFO O| Dec 20 20:31:12.968 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7982 | 2024-12-20T20:31:15.747Z | [ recovery-image] Dec 20 20:31:14.525 INFO O| Dec 20 20:31:14.525 INFO STEP 1206 (pack_tar) COMPLETE |
7983 | 2024-12-20T20:31:15.747Z | [ recovery-image] Dec 20 20:31:14.525 INFO O| Dec 20 20:31:14.525 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7984 | 2024-12-20T20:31:15.747Z | [ recovery-image] Dec 20 20:31:14.525 INFO O| Dec 20 20:31:14.525 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7985 | 2024-12-20T20:31:16.151Z | [ host-image] Dec 20 20:31:14.930 INFO O| Dec 20 20:31:14.930 INFO O| Done |
7986 | 2024-12-20T20:31:16.199Z | [ host-image] Dec 20 20:31:14.977 INFO O| Dec 20 20:31:14.977 INFO O| Done |
7987 | 2024-12-20T20:31:16.199Z | [ host-image] Dec 20 20:31:14.978 INFO O| Dec 20 20:31:14.978 INFO O| Done |
7988 | 2024-12-20T20:31:16.231Z | [ host-image] Dec 20 20:31:15.009 INFO O| Dec 20 20:31:15.009 INFO O| Done |
7989 | 2024-12-20T20:31:16.321Z | [ recovery-image] Dec 20 20:31:15.099 INFO O| Dec 20 20:31:15.099 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7990 | 2024-12-20T20:31:16.426Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO STEP 14 (pkg_install) COMPLETE |
7991 | 2024-12-20T20:31:16.426Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7992 | 2024-12-20T20:31:16.426Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO skip step because feature "mfg" is not enabled |
7993 | 2024-12-20T20:31:16.426Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7994 | 2024-12-20T20:31:16.429Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO skip step because feature "compliance" is not enabled |
7995 | 2024-12-20T20:31:16.429Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7996 | 2024-12-20T20:31:16.429Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO skip step because feature "stress" is not enabled |
7997 | 2024-12-20T20:31:16.429Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7998 | 2024-12-20T20:31:16.429Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO skip step because feature "nfs" is not enabled |
7999 | 2024-12-20T20:31:16.429Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8000 | 2024-12-20T20:31:16.429Z | [ host-image] Dec 20 20:31:15.204 INFO O| Dec 20 20:31:15.204 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8001 | 2024-12-20T20:31:16.474Z | [ recovery-image] Dec 20 20:31:15.252 INFO O| Dec 20 20:31:15.252 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8002 | 2024-12-20T20:31:16.484Z | [ host-image] Dec 20 20:31:15.262 INFO O| Dec 20 20:31:15.262 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8003 | 2024-12-20T20:31:16.486Z | [ recovery-image] Dec 20 20:31:15.263 INFO image builder template: zfs-recovery... |
8004 | 2024-12-20T20:31:16.486Z | [ recovery-image] Dec 20 20:31:15.263 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/.tmpoPknlO/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.311", "-n", "zfs-recovery"], pwd: None |
8005 | 2024-12-20T20:31:16.541Z | [ recovery-image] Dec 20 20:31:15.319 INFO O| Dec 20 20:31:15.319 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8006 | 2024-12-20T20:31:16.569Z | [ recovery-image] Dec 20 20:31:15.347 INFO O| Dec 20 20:31:15.347 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8007 | 2024-12-20T20:31:16.591Z | [ host-image] Dec 20 20:31:15.369 INFO O| Dec 20 20:31:15.369 INFO completed processing gimlet/ramdisk-01-os |
8008 | 2024-12-20T20:31:16.593Z | [ host-image] Dec 20 20:31:15.372 INFO omicron1 baseline generation... |
8009 | 2024-12-20T20:31:16.596Z | [ host-image] Dec 20 20:31:15.372 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8010 | 2024-12-20T20:31:16.685Z | [ recovery-image] Dec 20 20:31:15.463 INFO O| Dec 20 20:31:15.463 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8011 | 2024-12-20T20:31:16.851Z | [ recovery-image] Dec 20 20:31:15.629 INFO O| Dec 20 20:31:15.629 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8012 | 2024-12-20T20:31:16.853Z | [ recovery-image] Dec 20 20:31:15.629 INFO O| Dec 20 20:31:15.629 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8013 | 2024-12-20T20:31:16.859Z | [ recovery-image] Dec 20 20:31:15.637 INFO O| Dec 20 20:31:15.637 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8014 | 2024-12-20T20:31:17.018Z | [ recovery-image] Dec 20 20:31:15.796 INFO O| Dec 20 20:31:15.796 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8015 | 2024-12-20T20:31:17.237Z | [ recovery-image] Dec 20 20:31:16.015 INFO O| Dec 20 20:31:16.015 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8016 | 2024-12-20T20:31:17.253Z | [ recovery-image] Dec 20 20:31:16.031 INFO O| Dec 20 20:31:16.031 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8017 | 2024-12-20T20:31:17.261Z | [ recovery-image] Dec 20 20:31:16.040 INFO O| Dec 20 20:31:16.040 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8018 | 2024-12-20T20:31:17.268Z | [ recovery-image] Dec 20 20:31:16.046 INFO O| Dec 20 20:31:16.046 INFO no lofi found |
8019 | 2024-12-20T20:31:17.268Z | [ recovery-image] Dec 20 20:31:16.046 INFO O| Dec 20 20:31:16.046 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8020 | 2024-12-20T20:31:17.268Z | [ recovery-image] Dec 20 20:31:16.046 INFO O| Dec 20 20:31:16.046 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8021 | 2024-12-20T20:31:17.373Z | [ host-image] Dec 20 20:31:16.152 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8022 | 2024-12-20T20:31:19.233Z | [ recovery-image] Dec 20 20:31:18.011 INFO O| Dec 20 20:31:18.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8023 | 2024-12-20T20:31:19.236Z | [ recovery-image] Dec 20 20:31:18.011 INFO O| Dec 20 20:31:18.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8024 | 2024-12-20T20:31:19.236Z | [ recovery-image] Dec 20 20:31:18.012 INFO O| Dec 20 20:31:18.012 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"] |
8025 | 2024-12-20T20:31:19.447Z | [ recovery-image] Dec 20 20:31:18.225 INFO O| Dec 20 20:31:18.225 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8026 | 2024-12-20T20:31:19.447Z | [ recovery-image] Dec 20 20:31:18.225 INFO O| Dec 20 20:31:18.225 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8027 | 2024-12-20T20:31:19.477Z | [ recovery-image] Dec 20 20:31:18.255 INFO O| Dec 20 20:31:18.255 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8028 | 2024-12-20T20:31:19.821Z | [ recovery-image] Dec 20 20:31:18.599 INFO O| Dec 20 20:31:18.599 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8029 | 2024-12-20T20:31:19.911Z | [ recovery-image] Dec 20 20:31:18.689 INFO O| Dec 20 20:31:18.689 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8030 | 2024-12-20T20:31:19.938Z | [ recovery-image] Dec 20 20:31:18.716 INFO O| Dec 20 20:31:18.716 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8031 | 2024-12-20T20:31:19.966Z | [ recovery-image] Dec 20 20:31:18.744 INFO O| Dec 20 20:31:18.744 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8032 | 2024-12-20T20:31:20.077Z | [ recovery-image] Dec 20 20:31:18.855 INFO O| Dec 20 20:31:18.855 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8033 | 2024-12-20T20:31:20.080Z | [ recovery-image] Dec 20 20:31:18.856 INFO O| Dec 20 20:31:18.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8034 | 2024-12-20T20:31:20.080Z | [ recovery-image] Dec 20 20:31:18.856 INFO O| Dec 20 20:31:18.856 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8035 | 2024-12-20T20:31:20.121Z | [ recovery-image] Dec 20 20:31:18.900 INFO O| Dec 20 20:31:18.900 INFO boot environment UUID: 4e695246-aff5-48a8-b30f-86987ac23f87 |
8036 | 2024-12-20T20:31:20.121Z | [ recovery-image] Dec 20 20:31:18.900 INFO O| Dec 20 20:31:18.900 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4e695246-aff5-48a8-b30f-86987ac23f87 |
8037 | 2024-12-20T20:31:20.143Z | [ recovery-image] Dec 20 20:31:18.921 INFO O| Dec 20 20:31:18.921 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8038 | 2024-12-20T20:31:20.174Z | [ recovery-image] Dec 20 20:31:18.952 INFO O| Dec 20 20:31:18.952 INFO STEP 0 (create_be) COMPLETE |
8039 | 2024-12-20T20:31:20.176Z | [ recovery-image] Dec 20 20:31:18.952 INFO O| Dec 20 20:31:18.952 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8040 | 2024-12-20T20:31:20.230Z | [ recovery-image] Dec 20 20:31:19.007 INFO O| Dec 20 20:31:19.007 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"] |
8041 | 2024-12-20T20:31:27.278Z | [ recovery-image] Dec 20 20:31:26.056 INFO O| Dec 20 20:31:26.056 INFO STEP 1 (unpack_tar) COMPLETE |
8042 | 2024-12-20T20:31:27.278Z | [ recovery-image] Dec 20 20:31:26.056 INFO O| Dec 20 20:31:26.056 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8043 | 2024-12-20T20:31:27.298Z | [ recovery-image] Dec 20 20:31:26.076 INFO O| Dec 20 20:31:26.076 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8044 | 2024-12-20T20:31:27.685Z | [ recovery-image] Dec 20 20:31:26.464 INFO O| Dec 20 20:31:26.464 INFO STEP 2 (devfsadm) COMPLETE |
8045 | 2024-12-20T20:31:27.685Z | [ recovery-image] Dec 20 20:31:26.464 INFO O| Dec 20 20:31:26.464 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8046 | 2024-12-20T20:31:27.704Z | [ recovery-image] Dec 20 20:31:26.482 INFO O| Dec 20 20:31:26.482 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8047 | 2024-12-20T20:31:27.704Z | [ recovery-image] Dec 20 20:31:26.482 INFO O| Dec 20 20:31:26.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8048 | 2024-12-20T20:31:27.704Z | [ recovery-image] Dec 20 20:31:26.482 INFO O| Dec 20 20:31:26.482 INFO STEP 3 (ensure_dir) COMPLETE |
8049 | 2024-12-20T20:31:27.706Z | [ recovery-image] Dec 20 20:31:26.482 INFO O| Dec 20 20:31:26.482 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8050 | 2024-12-20T20:31:27.742Z | [ recovery-image] Dec 20 20:31:26.520 INFO O| Dec 20 20:31:26.520 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8051 | 2024-12-20T20:31:27.742Z | [ recovery-image] Dec 20 20:31:26.520 INFO O| Dec 20 20:31:26.520 INFO STEP 4 (ensure_dir) COMPLETE |
8052 | 2024-12-20T20:31:27.742Z | [ recovery-image] Dec 20 20:31:26.520 INFO O| Dec 20 20:31:26.520 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8053 | 2024-12-20T20:31:27.783Z | [ recovery-image] Dec 20 20:31:26.561 INFO O| Dec 20 20:31:26.561 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8054 | 2024-12-20T20:31:27.787Z | [ recovery-image] Dec 20 20:31:26.561 INFO O| Dec 20 20:31:26.561 INFO STEP 5 (ensure_dir) COMPLETE |
8055 | 2024-12-20T20:31:27.787Z | [ recovery-image] Dec 20 20:31:26.561 INFO O| Dec 20 20:31:26.561 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8056 | 2024-12-20T20:31:27.805Z | [ recovery-image] Dec 20 20:31:26.583 INFO O| Dec 20 20:31:26.583 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8057 | 2024-12-20T20:31:27.805Z | [ recovery-image] Dec 20 20:31:26.583 INFO O| Dec 20 20:31:26.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8058 | 2024-12-20T20:31:27.808Z | [ recovery-image] Dec 20 20:31:26.583 INFO O| Dec 20 20:31:26.583 INFO STEP 6 (ensure_dir) COMPLETE |
8059 | 2024-12-20T20:31:27.808Z | [ recovery-image] Dec 20 20:31:26.583 INFO O| Dec 20 20:31:26.583 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8060 | 2024-12-20T20:31:27.845Z | [ recovery-image] Dec 20 20:31:26.623 INFO O| Dec 20 20:31:26.623 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8061 | 2024-12-20T20:31:27.845Z | [ recovery-image] Dec 20 20:31:26.623 INFO O| Dec 20 20:31:26.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8062 | 2024-12-20T20:31:27.845Z | [ recovery-image] Dec 20 20:31:26.623 INFO O| Dec 20 20:31:26.623 INFO STEP 7 (ensure_dir) COMPLETE |
8063 | 2024-12-20T20:31:27.847Z | [ recovery-image] Dec 20 20:31:26.623 INFO O| Dec 20 20:31:26.623 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8064 | 2024-12-20T20:31:27.917Z | [ recovery-image] Dec 20 20:31:26.695 INFO O| Dec 20 20:31:26.679 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8065 | 2024-12-20T20:31:27.917Z | [ recovery-image] Dec 20 20:31:26.695 INFO O| Dec 20 20:31:26.679 INFO STEP 8 (remove_files) COMPLETE |
8066 | 2024-12-20T20:31:27.921Z | [ recovery-image] Dec 20 20:31:26.695 INFO O| Dec 20 20:31:26.679 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8067 | 2024-12-20T20:31:27.932Z | [ recovery-image] Dec 20 20:31:26.710 INFO O| Dec 20 20:31:26.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8068 | 2024-12-20T20:31:27.934Z | [ recovery-image] Dec 20 20:31:26.711 INFO O| Dec 20 20:31:26.711 INFO STEP 9 (remove_files) COMPLETE |
8069 | 2024-12-20T20:31:27.934Z | [ recovery-image] Dec 20 20:31:26.711 INFO O| Dec 20 20:31:26.711 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8070 | 2024-12-20T20:31:27.997Z | [ recovery-image] Dec 20 20:31:26.774 INFO O| Dec 20 20:31:26.774 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8071 | 2024-12-20T20:31:28.000Z | [ recovery-image] Dec 20 20:31:26.776 INFO O| Dec 20 20:31:26.776 INFO STEP 10 (remove_files) COMPLETE |
8072 | 2024-12-20T20:31:28.000Z | [ recovery-image] Dec 20 20:31:26.776 INFO O| Dec 20 20:31:26.776 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8073 | 2024-12-20T20:31:28.024Z | [ recovery-image] Dec 20 20:31:26.802 INFO O| Dec 20 20:31:26.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8074 | 2024-12-20T20:31:28.037Z | [ recovery-image] Dec 20 20:31:26.803 INFO O| Dec 20 20:31:26.802 INFO STEP 11 (remove_files) COMPLETE |
8075 | 2024-12-20T20:31:28.037Z | [ recovery-image] Dec 20 20:31:26.803 INFO O| Dec 20 20:31:26.802 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8076 | 2024-12-20T20:31:28.104Z | [ recovery-image] Dec 20 20:31:26.882 INFO O| Dec 20 20:31:26.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8077 | 2024-12-20T20:31:28.106Z | [ recovery-image] Dec 20 20:31:26.882 INFO O| Dec 20 20:31:26.882 INFO STEP 12 (remove_files) COMPLETE |
8078 | 2024-12-20T20:31:28.106Z | [ recovery-image] Dec 20 20:31:26.882 INFO O| Dec 20 20:31:26.882 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8079 | 2024-12-20T20:31:28.172Z | [ recovery-image] Dec 20 20:31:26.950 INFO O| Dec 20 20:31:26.950 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8080 | 2024-12-20T20:31:28.172Z | [ recovery-image] Dec 20 20:31:26.950 INFO O| Dec 20 20:31:26.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8081 | 2024-12-20T20:31:28.172Z | [ recovery-image] Dec 20 20:31:26.950 INFO O| Dec 20 20:31:26.950 INFO STEP 13 (ensure_dir) COMPLETE |
8082 | 2024-12-20T20:31:28.174Z | [ recovery-image] Dec 20 20:31:26.950 INFO O| Dec 20 20:31:26.950 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8083 | 2024-12-20T20:31:28.207Z | [ recovery-image] Dec 20 20:31:26.985 INFO O| Dec 20 20:31:26.985 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8084 | 2024-12-20T20:31:28.207Z | [ recovery-image] Dec 20 20:31:26.985 INFO O| Dec 20 20:31:26.985 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8085 | 2024-12-20T20:31:28.210Z | [ recovery-image] Dec 20 20:31:26.985 INFO O| Dec 20 20:31:26.985 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8086 | 2024-12-20T20:31:28.210Z | [ recovery-image] Dec 20 20:31:26.985 INFO O| Dec 20 20:31:26.985 INFO STEP 14 (ensure_dir) COMPLETE |
8087 | 2024-12-20T20:31:28.210Z | [ recovery-image] Dec 20 20:31:26.985 INFO O| Dec 20 20:31:26.985 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8088 | 2024-12-20T20:31:28.233Z | [ recovery-image] Dec 20 20:31:27.011 INFO O| Dec 20 20:31:27.011 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8089 | 2024-12-20T20:31:28.233Z | [ recovery-image] Dec 20 20:31:27.011 INFO O| Dec 20 20:31:27.011 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8090 | 2024-12-20T20:31:28.233Z | [ recovery-image] Dec 20 20:31:27.011 INFO O| Dec 20 20:31:27.011 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8091 | 2024-12-20T20:31:28.235Z | [ recovery-image] Dec 20 20:31:27.011 INFO O| Dec 20 20:31:27.011 INFO STEP 15 (ensure_dir) COMPLETE |
8092 | 2024-12-20T20:31:28.235Z | [ recovery-image] Dec 20 20:31:27.011 INFO O| Dec 20 20:31:27.011 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8093 | 2024-12-20T20:31:28.252Z | [ recovery-image] Dec 20 20:31:27.031 INFO O| Dec 20 20:31:27.030 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8094 | 2024-12-20T20:31:28.253Z | [ recovery-image] Dec 20 20:31:27.031 INFO O| Dec 20 20:31:27.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8095 | 2024-12-20T20:31:28.253Z | [ recovery-image] Dec 20 20:31:27.031 INFO O| Dec 20 20:31:27.031 INFO STEP 16 (ensure_dir) COMPLETE |
8096 | 2024-12-20T20:31:28.256Z | [ recovery-image] Dec 20 20:31:27.031 INFO O| Dec 20 20:31:27.031 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8097 | 2024-12-20T20:31:28.273Z | [ recovery-image] Dec 20 20:31:27.052 INFO O| Dec 20 20:31:27.051 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8098 | 2024-12-20T20:31:28.273Z | [ recovery-image] Dec 20 20:31:27.052 INFO O| Dec 20 20:31:27.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8099 | 2024-12-20T20:31:28.273Z | [ recovery-image] Dec 20 20:31:27.052 INFO O| Dec 20 20:31:27.052 INFO STEP 17 (ensure_dir) COMPLETE |
8100 | 2024-12-20T20:31:28.276Z | [ recovery-image] Dec 20 20:31:27.052 INFO O| Dec 20 20:31:27.052 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8101 | 2024-12-20T20:31:28.312Z | [ recovery-image] Dec 20 20:31:27.090 INFO O| Dec 20 20:31:27.090 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8102 | 2024-12-20T20:31:28.312Z | [ recovery-image] Dec 20 20:31:27.090 INFO O| Dec 20 20:31:27.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8103 | 2024-12-20T20:31:28.315Z | [ recovery-image] Dec 20 20:31:27.090 INFO O| Dec 20 20:31:27.090 INFO ok! |
8104 | 2024-12-20T20:31:28.315Z | [ recovery-image] Dec 20 20:31:27.090 INFO O| Dec 20 20:31:27.090 INFO STEP 18 (ensure_symlink) COMPLETE |
8105 | 2024-12-20T20:31:28.315Z | [ recovery-image] Dec 20 20:31:27.090 INFO O| Dec 20 20:31:27.090 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8106 | 2024-12-20T20:31:28.354Z | [ recovery-image] Dec 20 20:31:27.131 INFO O| Dec 20 20:31:27.131 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8107 | 2024-12-20T20:31:28.354Z | [ recovery-image] Dec 20 20:31:27.131 INFO O| Dec 20 20:31:27.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8108 | 2024-12-20T20:31:28.354Z | [ recovery-image] Dec 20 20:31:27.131 INFO O| Dec 20 20:31:27.131 INFO ok! |
8109 | 2024-12-20T20:31:28.358Z | [ recovery-image] Dec 20 20:31:27.131 INFO O| Dec 20 20:31:27.131 INFO STEP 19 (ensure_file) COMPLETE |
8110 | 2024-12-20T20:31:28.358Z | [ recovery-image] Dec 20 20:31:27.131 INFO O| Dec 20 20:31:27.131 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8111 | 2024-12-20T20:31:28.401Z | [ recovery-image] Dec 20 20:31:27.179 INFO O| Dec 20 20:31:27.179 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8112 | 2024-12-20T20:31:28.401Z | [ recovery-image] Dec 20 20:31:27.179 INFO O| Dec 20 20:31:27.179 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8113 | 2024-12-20T20:31:28.404Z | [ recovery-image] Dec 20 20:31:27.180 INFO O| Dec 20 20:31:27.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8114 | 2024-12-20T20:31:28.404Z | [ recovery-image] Dec 20 20:31:27.180 INFO O| Dec 20 20:31:27.180 INFO ok! |
8115 | 2024-12-20T20:31:28.404Z | [ recovery-image] Dec 20 20:31:27.180 INFO O| Dec 20 20:31:27.180 INFO STEP 20 (ensure_symlink) COMPLETE |
8116 | 2024-12-20T20:31:28.404Z | [ recovery-image] Dec 20 20:31:27.180 INFO O| Dec 20 20:31:27.180 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8117 | 2024-12-20T20:31:28.426Z | [ recovery-image] Dec 20 20:31:27.204 INFO O| Dec 20 20:31:27.204 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8118 | 2024-12-20T20:31:28.426Z | [ recovery-image] Dec 20 20:31:27.204 INFO O| Dec 20 20:31:27.204 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8119 | 2024-12-20T20:31:28.426Z | [ recovery-image] Dec 20 20:31:27.204 INFO O| Dec 20 20:31:27.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8120 | 2024-12-20T20:31:28.426Z | [ recovery-image] Dec 20 20:31:27.204 INFO O| Dec 20 20:31:27.204 INFO ok! |
8121 | 2024-12-20T20:31:28.430Z | [ recovery-image] Dec 20 20:31:27.204 INFO O| Dec 20 20:31:27.204 INFO STEP 21 (ensure_symlink) COMPLETE |
8122 | 2024-12-20T20:31:28.430Z | [ recovery-image] Dec 20 20:31:27.204 INFO O| Dec 20 20:31:27.204 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8123 | 2024-12-20T20:31:28.489Z | [ recovery-image] Dec 20 20:31:27.267 INFO O| Dec 20 20:31:27.267 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8124 | 2024-12-20T20:31:28.490Z | [ recovery-image] Dec 20 20:31:27.267 INFO O| Dec 20 20:31:27.267 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8125 | 2024-12-20T20:31:28.493Z | [ recovery-image] Dec 20 20:31:27.268 INFO O| Dec 20 20:31:27.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8126 | 2024-12-20T20:31:28.493Z | [ recovery-image] Dec 20 20:31:27.268 INFO O| Dec 20 20:31:27.268 INFO ok! |
8127 | 2024-12-20T20:31:28.493Z | [ recovery-image] Dec 20 20:31:27.268 INFO O| Dec 20 20:31:27.268 INFO STEP 22 (ensure_symlink) COMPLETE |
8128 | 2024-12-20T20:31:28.493Z | [ recovery-image] Dec 20 20:31:27.268 INFO O| Dec 20 20:31:27.268 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8129 | 2024-12-20T20:31:28.527Z | [ recovery-image] Dec 20 20:31:27.305 INFO O| Dec 20 20:31:27.305 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8130 | 2024-12-20T20:31:28.527Z | [ recovery-image] Dec 20 20:31:27.305 INFO O| Dec 20 20:31:27.305 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8131 | 2024-12-20T20:31:28.530Z | [ recovery-image] Dec 20 20:31:27.306 INFO O| Dec 20 20:31:27.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8132 | 2024-12-20T20:31:28.530Z | [ recovery-image] Dec 20 20:31:27.306 INFO O| Dec 20 20:31:27.306 INFO ok! |
8133 | 2024-12-20T20:31:28.531Z | [ recovery-image] Dec 20 20:31:27.306 INFO O| Dec 20 20:31:27.306 INFO STEP 23 (ensure_symlink) COMPLETE |
8134 | 2024-12-20T20:31:28.531Z | [ recovery-image] Dec 20 20:31:27.306 INFO O| Dec 20 20:31:27.306 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8135 | 2024-12-20T20:31:28.550Z | [ recovery-image] Dec 20 20:31:27.329 INFO O| Dec 20 20:31:27.328 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8136 | 2024-12-20T20:31:28.551Z | [ recovery-image] Dec 20 20:31:27.329 INFO O| Dec 20 20:31:27.329 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 ... |
8137 | 2024-12-20T20:31:28.554Z | [ recovery-image] Dec 20 20:31:27.329 INFO O| Dec 20 20:31:27.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8138 | 2024-12-20T20:31:28.554Z | [ recovery-image] Dec 20 20:31:27.329 INFO O| Dec 20 20:31:27.329 INFO ok! |
8139 | 2024-12-20T20:31:28.554Z | [ recovery-image] Dec 20 20:31:27.329 INFO O| Dec 20 20:31:27.329 INFO STEP 24 (ensure_file) COMPLETE |
8140 | 2024-12-20T20:31:28.554Z | [ recovery-image] Dec 20 20:31:27.329 INFO O| Dec 20 20:31:27.329 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8141 | 2024-12-20T20:31:28.583Z | [ recovery-image] Dec 20 20:31:27.361 INFO O| Dec 20 20:31:27.361 INFO updating shadow file |
8142 | 2024-12-20T20:31:28.585Z | [ recovery-image] Dec 20 20:31:27.361 INFO O| Dec 20 20:31:27.361 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8143 | 2024-12-20T20:31:28.585Z | [ recovery-image] Dec 20 20:31:27.362 INFO O| Dec 20 20:31:27.361 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8144 | 2024-12-20T20:31:28.585Z | [ recovery-image] Dec 20 20:31:27.362 INFO O| Dec 20 20:31:27.362 INFO STEP 25 (shadow) COMPLETE |
8145 | 2024-12-20T20:31:28.585Z | [ recovery-image] Dec 20 20:31:27.362 INFO O| Dec 20 20:31:27.362 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8146 | 2024-12-20T20:31:28.709Z | [ recovery-image] Dec 20 20:31:27.487 INFO O| Dec 20 20:31:27.487 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8147 | 2024-12-20T20:31:28.709Z | [ recovery-image] Dec 20 20:31:27.487 INFO O| Dec 20 20:31:27.487 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8148 | 2024-12-20T20:31:28.712Z | [ recovery-image] Dec 20 20:31:27.487 INFO O| Dec 20 20:31:27.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8149 | 2024-12-20T20:31:28.712Z | [ recovery-image] Dec 20 20:31:27.487 INFO O| Dec 20 20:31:27.487 INFO ok! |
8150 | 2024-12-20T20:31:28.712Z | [ recovery-image] Dec 20 20:31:27.487 INFO O| Dec 20 20:31:27.487 INFO STEP 26 (ensure_file) COMPLETE |
8151 | 2024-12-20T20:31:28.712Z | [ recovery-image] Dec 20 20:31:27.487 INFO O| Dec 20 20:31:27.487 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8152 | 2024-12-20T20:31:28.772Z | [ recovery-image] Dec 20 20:31:27.550 INFO O| Dec 20 20:31:27.550 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8153 | 2024-12-20T20:31:28.772Z | [ recovery-image] Dec 20 20:31:27.550 INFO O| Dec 20 20:31:27.550 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8154 | 2024-12-20T20:31:28.775Z | [ recovery-image] Dec 20 20:31:27.551 INFO O| Dec 20 20:31:27.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8155 | 2024-12-20T20:31:28.775Z | [ recovery-image] Dec 20 20:31:27.551 INFO O| Dec 20 20:31:27.551 INFO ok! |
8156 | 2024-12-20T20:31:28.775Z | [ recovery-image] Dec 20 20:31:27.551 INFO O| Dec 20 20:31:27.551 INFO STEP 27 (ensure_file) COMPLETE |
8157 | 2024-12-20T20:31:28.775Z | [ recovery-image] Dec 20 20:31:27.551 INFO O| Dec 20 20:31:27.551 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8158 | 2024-12-20T20:31:28.809Z | [ recovery-image] Dec 20 20:31:27.588 INFO O| Dec 20 20:31:27.588 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8159 | 2024-12-20T20:31:28.810Z | [ recovery-image] Dec 20 20:31:27.588 INFO O| Dec 20 20:31:27.588 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8160 | 2024-12-20T20:31:28.813Z | [ recovery-image] Dec 20 20:31:27.588 INFO O| Dec 20 20:31:27.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8161 | 2024-12-20T20:31:28.813Z | [ recovery-image] Dec 20 20:31:27.588 INFO O| Dec 20 20:31:27.588 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8162 | 2024-12-20T20:31:28.813Z | [ recovery-image] Dec 20 20:31:27.588 INFO O| Dec 20 20:31:27.588 INFO ok! |
8163 | 2024-12-20T20:31:28.813Z | [ recovery-image] Dec 20 20:31:27.588 INFO O| Dec 20 20:31:27.588 INFO STEP 28 (ensure_file) COMPLETE |
8164 | 2024-12-20T20:31:28.813Z | [ recovery-image] Dec 20 20:31:27.589 INFO O| Dec 20 20:31:27.588 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8165 | 2024-12-20T20:31:28.872Z | [ recovery-image] Dec 20 20:31:27.650 INFO O| Dec 20 20:31:27.650 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8166 | 2024-12-20T20:31:28.872Z | [ recovery-image] Dec 20 20:31:27.650 INFO O| Dec 20 20:31:27.650 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8167 | 2024-12-20T20:31:28.872Z | [ recovery-image] Dec 20 20:31:27.650 INFO O| Dec 20 20:31:27.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8168 | 2024-12-20T20:31:28.872Z | [ recovery-image] Dec 20 20:31:27.650 INFO O| Dec 20 20:31:27.650 INFO ok! |
8169 | 2024-12-20T20:31:28.875Z | [ recovery-image] Dec 20 20:31:27.650 INFO O| Dec 20 20:31:27.650 INFO STEP 29 (ensure_file) COMPLETE |
8170 | 2024-12-20T20:31:28.875Z | [ recovery-image] Dec 20 20:31:27.650 INFO O| Dec 20 20:31:27.650 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8171 | 2024-12-20T20:31:28.891Z | [ recovery-image] Dec 20 20:31:27.669 INFO O| Dec 20 20:31:27.669 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8172 | 2024-12-20T20:31:28.891Z | [ recovery-image] Dec 20 20:31:27.669 INFO O| Dec 20 20:31:27.669 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8173 | 2024-12-20T20:31:28.891Z | [ recovery-image] Dec 20 20:31:27.670 INFO O| Dec 20 20:31:27.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8174 | 2024-12-20T20:31:28.891Z | [ recovery-image] Dec 20 20:31:27.670 INFO O| Dec 20 20:31:27.670 INFO ok! |
8175 | 2024-12-20T20:31:28.894Z | [ recovery-image] Dec 20 20:31:27.670 INFO O| Dec 20 20:31:27.670 INFO STEP 30 (ensure_file) COMPLETE |
8176 | 2024-12-20T20:31:28.894Z | [ recovery-image] Dec 20 20:31:27.670 INFO O| Dec 20 20:31:27.670 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8177 | 2024-12-20T20:31:28.911Z | [ recovery-image] Dec 20 20:31:27.689 INFO O| Dec 20 20:31:27.689 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8178 | 2024-12-20T20:31:28.911Z | [ recovery-image] Dec 20 20:31:27.689 INFO O| Dec 20 20:31:27.689 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8179 | 2024-12-20T20:31:28.911Z | [ recovery-image] Dec 20 20:31:27.689 INFO O| Dec 20 20:31:27.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8180 | 2024-12-20T20:31:28.911Z | [ recovery-image] Dec 20 20:31:27.689 INFO O| Dec 20 20:31:27.689 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8181 | 2024-12-20T20:31:28.914Z | [ recovery-image] Dec 20 20:31:27.689 INFO O| Dec 20 20:31:27.689 INFO ok! |
8182 | 2024-12-20T20:31:28.914Z | [ recovery-image] Dec 20 20:31:27.689 INFO O| Dec 20 20:31:27.689 INFO STEP 31 (ensure_file) COMPLETE |
8183 | 2024-12-20T20:31:28.914Z | [ recovery-image] Dec 20 20:31:27.689 INFO O| Dec 20 20:31:27.689 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8184 | 2024-12-20T20:31:28.930Z | [ recovery-image] Dec 20 20:31:27.708 INFO O| Dec 20 20:31:27.708 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8185 | 2024-12-20T20:31:28.931Z | [ recovery-image] Dec 20 20:31:27.708 INFO O| Dec 20 20:31:27.708 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8186 | 2024-12-20T20:31:28.931Z | [ recovery-image] Dec 20 20:31:27.708 INFO O| Dec 20 20:31:27.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8187 | 2024-12-20T20:31:28.934Z | [ recovery-image] Dec 20 20:31:27.708 INFO O| Dec 20 20:31:27.708 INFO ok! |
8188 | 2024-12-20T20:31:28.934Z | [ recovery-image] Dec 20 20:31:27.708 INFO O| Dec 20 20:31:27.708 INFO STEP 32 (ensure_file) COMPLETE |
8189 | 2024-12-20T20:31:28.934Z | [ recovery-image] Dec 20 20:31:27.708 INFO O| Dec 20 20:31:27.708 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8190 | 2024-12-20T20:31:28.953Z | [ recovery-image] Dec 20 20:31:27.732 INFO O| Dec 20 20:31:27.731 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8191 | 2024-12-20T20:31:28.953Z | [ recovery-image] Dec 20 20:31:27.732 INFO O| Dec 20 20:31:27.732 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8192 | 2024-12-20T20:31:28.956Z | [ recovery-image] Dec 20 20:31:27.732 INFO O| Dec 20 20:31:27.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8193 | 2024-12-20T20:31:28.956Z | [ recovery-image] Dec 20 20:31:27.732 INFO O| Dec 20 20:31:27.732 INFO ok! |
8194 | 2024-12-20T20:31:28.956Z | [ recovery-image] Dec 20 20:31:27.732 INFO O| Dec 20 20:31:27.732 INFO STEP 33 (ensure_file) COMPLETE |
8195 | 2024-12-20T20:31:28.956Z | [ recovery-image] Dec 20 20:31:27.732 INFO O| Dec 20 20:31:27.732 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8196 | 2024-12-20T20:31:29.051Z | [ recovery-image] Dec 20 20:31:27.829 INFO O| Dec 20 20:31:27.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8197 | 2024-12-20T20:31:29.051Z | [ recovery-image] Dec 20 20:31:27.829 INFO O| Dec 20 20:31:27.829 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8198 | 2024-12-20T20:31:29.051Z | [ recovery-image] Dec 20 20:31:27.829 INFO O| Dec 20 20:31:27.829 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8199 | 2024-12-20T20:31:29.054Z | [ recovery-image] Dec 20 20:31:27.830 INFO O| Dec 20 20:31:27.829 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8200 | 2024-12-20T20:31:29.054Z | [ recovery-image] Dec 20 20:31:27.830 INFO O| Dec 20 20:31:27.829 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8201 | 2024-12-20T20:31:29.054Z | [ recovery-image] Dec 20 20:31:27.830 INFO O| Dec 20 20:31:27.829 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8202 | 2024-12-20T20:31:29.054Z | [ recovery-image] Dec 20 20:31:27.830 INFO O| Dec 20 20:31:27.829 INFO ok! |
8203 | 2024-12-20T20:31:29.054Z | [ recovery-image] Dec 20 20:31:27.830 INFO O| Dec 20 20:31:27.830 INFO STEP 34 (ensure_file) COMPLETE |
8204 | 2024-12-20T20:31:29.054Z | [ recovery-image] Dec 20 20:31:27.830 INFO O| Dec 20 20:31:27.830 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8205 | 2024-12-20T20:31:29.072Z | [ recovery-image] Dec 20 20:31:27.850 INFO O| Dec 20 20:31:27.850 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8206 | 2024-12-20T20:31:29.075Z | [ recovery-image] Dec 20 20:31:27.850 INFO O| Dec 20 20:31:27.850 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8207 | 2024-12-20T20:31:29.075Z | [ recovery-image] Dec 20 20:31:27.850 INFO O| Dec 20 20:31:27.850 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8208 | 2024-12-20T20:31:29.075Z | [ recovery-image] Dec 20 20:31:27.850 INFO O| Dec 20 20:31:27.850 INFO STEP 35 (ensure_dir) COMPLETE |
8209 | 2024-12-20T20:31:29.075Z | [ recovery-image] Dec 20 20:31:27.850 INFO O| Dec 20 20:31:27.850 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8210 | 2024-12-20T20:31:29.092Z | [ recovery-image] Dec 20 20:31:27.870 INFO O| Dec 20 20:31:27.870 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 |
8211 | 2024-12-20T20:31:29.092Z | [ recovery-image] Dec 20 20:31:27.870 INFO O| Dec 20 20:31:27.870 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 ... |
8212 | 2024-12-20T20:31:29.095Z | [ recovery-image] Dec 20 20:31:27.871 INFO O| Dec 20 20:31:27.870 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 |
8213 | 2024-12-20T20:31:29.095Z | [ recovery-image] Dec 20 20:31:27.871 INFO O| Dec 20 20:31:27.871 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 |
8214 | 2024-12-20T20:31:29.096Z | [ recovery-image] Dec 20 20:31:27.871 INFO O| Dec 20 20:31:27.871 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 |
8215 | 2024-12-20T20:31:29.096Z | [ recovery-image] Dec 20 20:31:27.871 INFO O| Dec 20 20:31:27.871 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 |
8216 | 2024-12-20T20:31:29.096Z | [ recovery-image] Dec 20 20:31:27.871 INFO O| Dec 20 20:31:27.871 INFO ok! |
8217 | 2024-12-20T20:31:29.096Z | [ recovery-image] Dec 20 20:31:27.871 INFO O| Dec 20 20:31:27.871 INFO STEP 36 (ensure_file) COMPLETE |
8218 | 2024-12-20T20:31:29.096Z | [ recovery-image] Dec 20 20:31:27.871 INFO O| Dec 20 20:31:27.871 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8219 | 2024-12-20T20:31:29.112Z | [ recovery-image] Dec 20 20:31:27.891 INFO O| Dec 20 20:31:27.890 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8220 | 2024-12-20T20:31:29.113Z | [ recovery-image] Dec 20 20:31:27.891 INFO O| Dec 20 20:31:27.891 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 ... |
8221 | 2024-12-20T20:31:29.115Z | [ recovery-image] Dec 20 20:31:27.891 INFO O| Dec 20 20:31:27.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8222 | 2024-12-20T20:31:29.115Z | [ recovery-image] Dec 20 20:31:27.891 INFO O| Dec 20 20:31:27.891 INFO ok! |
8223 | 2024-12-20T20:31:29.115Z | [ recovery-image] Dec 20 20:31:27.891 INFO O| Dec 20 20:31:27.891 INFO STEP 37 (ensure_symlink) COMPLETE |
8224 | 2024-12-20T20:31:29.115Z | [ recovery-image] Dec 20 20:31:27.891 INFO O| Dec 20 20:31:27.891 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8225 | 2024-12-20T20:31:29.196Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8226 | 2024-12-20T20:31:29.196Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8227 | 2024-12-20T20:31:29.201Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8228 | 2024-12-20T20:31:29.201Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8229 | 2024-12-20T20:31:29.201Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8230 | 2024-12-20T20:31:29.201Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8231 | 2024-12-20T20:31:29.201Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO ok! |
8232 | 2024-12-20T20:31:29.201Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO STEP 38 (ensure_file) COMPLETE |
8233 | 2024-12-20T20:31:29.201Z | [ recovery-image] Dec 20 20:31:27.974 INFO O| Dec 20 20:31:27.974 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8234 | 2024-12-20T20:31:29.214Z | [ recovery-image] Dec 20 20:31:27.992 INFO O| Dec 20 20:31:27.992 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8235 | 2024-12-20T20:31:29.214Z | [ recovery-image] Dec 20 20:31:27.992 INFO O| Dec 20 20:31:27.992 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 ... |
8236 | 2024-12-20T20:31:29.214Z | [ recovery-image] Dec 20 20:31:27.992 INFO O| Dec 20 20:31:27.992 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 |
8237 | 2024-12-20T20:31:29.220Z | [ recovery-image] Dec 20 20:31:27.992 INFO O| Dec 20 20:31:27.992 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8238 | 2024-12-20T20:31:29.220Z | [ recovery-image] Dec 20 20:31:27.992 INFO O| Dec 20 20:31:27.992 INFO ok! |
8239 | 2024-12-20T20:31:29.220Z | [ recovery-image] Dec 20 20:31:27.992 INFO O| Dec 20 20:31:27.992 INFO STEP 39 (ensure_file) COMPLETE |
8240 | 2024-12-20T20:31:29.220Z | [ recovery-image] Dec 20 20:31:27.992 INFO O| Dec 20 20:31:27.992 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8241 | 2024-12-20T20:31:29.234Z | [ recovery-image] Dec 20 20:31:28.012 INFO O| Dec 20 20:31:28.012 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8242 | 2024-12-20T20:31:29.234Z | [ recovery-image] Dec 20 20:31:28.012 INFO O| Dec 20 20:31:28.012 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8243 | 2024-12-20T20:31:29.236Z | [ recovery-image] Dec 20 20:31:28.012 INFO O| Dec 20 20:31:28.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8244 | 2024-12-20T20:31:29.236Z | [ recovery-image] Dec 20 20:31:28.012 INFO O| Dec 20 20:31:28.012 INFO ok! |
8245 | 2024-12-20T20:31:29.236Z | [ recovery-image] Dec 20 20:31:28.012 INFO O| Dec 20 20:31:28.012 INFO STEP 40 (ensure_file) COMPLETE |
8246 | 2024-12-20T20:31:29.236Z | [ recovery-image] Dec 20 20:31:28.012 INFO O| Dec 20 20:31:28.012 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8247 | 2024-12-20T20:31:29.253Z | [ recovery-image] Dec 20 20:31:28.031 INFO O| Dec 20 20:31:28.031 INFO updating shadow file |
8248 | 2024-12-20T20:31:29.256Z | [ recovery-image] Dec 20 20:31:28.032 INFO O| Dec 20 20:31:28.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8249 | 2024-12-20T20:31:29.256Z | [ recovery-image] Dec 20 20:31:28.032 INFO O| Dec 20 20:31:28.032 INFO STEP 41 (shadow) COMPLETE |
8250 | 2024-12-20T20:31:29.256Z | [ recovery-image] Dec 20 20:31:28.032 INFO O| Dec 20 20:31:28.032 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8251 | 2024-12-20T20:31:29.274Z | [ recovery-image] Dec 20 20:31:28.052 INFO O| Dec 20 20:31:28.052 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8252 | 2024-12-20T20:31:29.274Z | [ recovery-image] Dec 20 20:31:28.052 INFO O| Dec 20 20:31:28.052 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8253 | 2024-12-20T20:31:29.274Z | [ recovery-image] Dec 20 20:31:28.053 INFO O| Dec 20 20:31:28.052 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8254 | 2024-12-20T20:31:29.274Z | [ recovery-image] Dec 20 20:31:28.053 INFO O| Dec 20 20:31:28.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8255 | 2024-12-20T20:31:29.276Z | [ recovery-image] Dec 20 20:31:28.053 INFO O| Dec 20 20:31:28.053 INFO ok! |
8256 | 2024-12-20T20:31:29.277Z | [ recovery-image] Dec 20 20:31:28.053 INFO O| Dec 20 20:31:28.053 INFO STEP 42 (ensure_file) COMPLETE |
8257 | 2024-12-20T20:31:29.278Z | [ recovery-image] Dec 20 20:31:28.053 INFO O| Dec 20 20:31:28.053 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8258 | 2024-12-20T20:31:29.308Z | [ recovery-image] Dec 20 20:31:28.073 INFO O| Dec 20 20:31:28.073 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8259 | 2024-12-20T20:31:29.308Z | [ recovery-image] Dec 20 20:31:28.073 INFO O| Dec 20 20:31:28.073 INFO STEP 43 (ensure_dir) COMPLETE |
8260 | 2024-12-20T20:31:29.308Z | [ recovery-image] Dec 20 20:31:28.073 INFO O| Dec 20 20:31:28.073 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8261 | 2024-12-20T20:31:29.337Z | [ recovery-image] Dec 20 20:31:28.104 INFO O| Dec 20 20:31:28.104 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8262 | 2024-12-20T20:31:29.337Z | [ recovery-image] Dec 20 20:31:28.104 INFO O| Dec 20 20:31:28.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8263 | 2024-12-20T20:31:29.345Z | [ recovery-image] Dec 20 20:31:28.104 INFO O| Dec 20 20:31:28.104 INFO STEP 44 (ensure_dir) COMPLETE |
8264 | 2024-12-20T20:31:29.345Z | [ recovery-image] Dec 20 20:31:28.104 INFO O| Dec 20 20:31:28.104 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8265 | 2024-12-20T20:31:29.353Z | [ recovery-image] Dec 20 20:31:28.131 INFO O| Dec 20 20:31:28.131 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8266 | 2024-12-20T20:31:29.355Z | [ recovery-image] Dec 20 20:31:28.132 INFO O| Dec 20 20:31:28.132 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8267 | 2024-12-20T20:31:29.355Z | [ recovery-image] Dec 20 20:31:28.132 INFO O| Dec 20 20:31:28.132 INFO STEP 45 (ensure_dir) COMPLETE |
8268 | 2024-12-20T20:31:29.355Z | [ recovery-image] Dec 20 20:31:28.132 INFO O| Dec 20 20:31:28.132 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8269 | 2024-12-20T20:31:29.503Z | [ recovery-image] Dec 20 20:31:28.281 INFO O| Dec 20 20:31:28.281 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8270 | 2024-12-20T20:31:29.503Z | [ recovery-image] Dec 20 20:31:28.281 INFO O| Dec 20 20:31:28.281 INFO copying /tmp/.tmpoPknlO/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8271 | 2024-12-20T20:31:29.551Z | [ recovery-image] Dec 20 20:31:28.329 INFO O| Dec 20 20:31:28.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8272 | 2024-12-20T20:31:29.551Z | [ recovery-image] Dec 20 20:31:28.330 INFO O| Dec 20 20:31:28.329 INFO ok! |
8273 | 2024-12-20T20:31:29.551Z | [ recovery-image] Dec 20 20:31:28.330 INFO O| Dec 20 20:31:28.329 INFO STEP 46 (ensure_file) COMPLETE |
8274 | 2024-12-20T20:31:29.555Z | [ recovery-image] Dec 20 20:31:28.330 INFO O| Dec 20 20:31:28.329 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8275 | 2024-12-20T20:31:29.609Z | [ recovery-image] Dec 20 20:31:28.387 INFO O| Dec 20 20:31:28.387 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8276 | 2024-12-20T20:31:29.609Z | [ recovery-image] Dec 20 20:31:28.387 INFO O| Dec 20 20:31:28.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8277 | 2024-12-20T20:31:29.612Z | [ recovery-image] Dec 20 20:31:28.387 INFO O| Dec 20 20:31:28.387 INFO STEP 47 (ensure_dir) COMPLETE |
8278 | 2024-12-20T20:31:29.612Z | [ recovery-image] Dec 20 20:31:28.387 INFO O| Dec 20 20:31:28.387 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8279 | 2024-12-20T20:31:29.646Z | [ recovery-image] Dec 20 20:31:28.424 INFO O| Dec 20 20:31:28.424 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8280 | 2024-12-20T20:31:29.646Z | [ recovery-image] Dec 20 20:31:28.424 INFO O| Dec 20 20:31:28.424 INFO copying /tmp/.tmpoPknlO/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8281 | 2024-12-20T20:31:29.646Z | [ recovery-image] Dec 20 20:31:28.424 INFO O| Dec 20 20:31:28.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8282 | 2024-12-20T20:31:29.649Z | [ recovery-image] Dec 20 20:31:28.425 INFO O| Dec 20 20:31:28.424 INFO ok! |
8283 | 2024-12-20T20:31:29.649Z | [ recovery-image] Dec 20 20:31:28.425 INFO O| Dec 20 20:31:28.424 INFO STEP 48 (ensure_file) COMPLETE |
8284 | 2024-12-20T20:31:29.649Z | [ recovery-image] Dec 20 20:31:28.425 INFO O| Dec 20 20:31:28.425 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8285 | 2024-12-20T20:31:29.709Z | [ recovery-image] Dec 20 20:31:28.487 INFO O| Dec 20 20:31:28.487 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8286 | 2024-12-20T20:31:29.711Z | [ recovery-image] Dec 20 20:31:28.487 INFO O| Dec 20 20:31:28.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8287 | 2024-12-20T20:31:29.711Z | [ recovery-image] Dec 20 20:31:28.487 INFO O| Dec 20 20:31:28.487 INFO STEP 49 (ensure_dir) COMPLETE |
8288 | 2024-12-20T20:31:29.711Z | [ recovery-image] Dec 20 20:31:28.487 INFO O| Dec 20 20:31:28.487 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8289 | 2024-12-20T20:31:29.728Z | [ recovery-image] Dec 20 20:31:28.506 INFO O| Dec 20 20:31:28.506 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8290 | 2024-12-20T20:31:29.728Z | [ recovery-image] Dec 20 20:31:28.506 INFO O| Dec 20 20:31:28.506 INFO copying /tmp/.tmpoPknlO/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8291 | 2024-12-20T20:31:29.750Z | [ recovery-image] Dec 20 20:31:28.529 INFO O| Dec 20 20:31:28.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8292 | 2024-12-20T20:31:29.750Z | [ recovery-image] Dec 20 20:31:28.529 INFO O| Dec 20 20:31:28.529 INFO ok! |
8293 | 2024-12-20T20:31:29.753Z | [ recovery-image] Dec 20 20:31:28.529 INFO O| Dec 20 20:31:28.529 INFO STEP 50 (ensure_file) COMPLETE |
8294 | 2024-12-20T20:31:29.753Z | [ recovery-image] Dec 20 20:31:28.529 INFO O| Dec 20 20:31:28.529 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8295 | 2024-12-20T20:31:29.773Z | [ recovery-image] Dec 20 20:31:28.551 INFO O| Dec 20 20:31:28.551 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8296 | 2024-12-20T20:31:29.773Z | [ recovery-image] Dec 20 20:31:28.552 INFO O| Dec 20 20:31:28.551 INFO copying /tmp/.tmpoPknlO/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8297 | 2024-12-20T20:31:31.770Z | [ recovery-image] Dec 20 20:31:30.548 INFO O| Dec 20 20:31:30.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8298 | 2024-12-20T20:31:31.770Z | [ recovery-image] Dec 20 20:31:30.548 INFO O| Dec 20 20:31:30.548 INFO ok! |
8299 | 2024-12-20T20:31:31.773Z | [ recovery-image] Dec 20 20:31:30.548 INFO O| Dec 20 20:31:30.548 INFO STEP 51 (ensure_file) COMPLETE |
8300 | 2024-12-20T20:31:31.773Z | [ recovery-image] Dec 20 20:31:30.548 INFO O| Dec 20 20:31:30.548 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8301 | 2024-12-20T20:31:31.791Z | [ recovery-image] Dec 20 20:31:30.569 INFO O| Dec 20 20:31:30.569 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8302 | 2024-12-20T20:31:31.791Z | [ recovery-image] Dec 20 20:31:30.570 INFO O| Dec 20 20:31:30.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8303 | 2024-12-20T20:31:31.791Z | [ recovery-image] Dec 20 20:31:30.570 INFO O| Dec 20 20:31:30.570 INFO STEP 52 (ensure_dir) COMPLETE |
8304 | 2024-12-20T20:31:31.794Z | [ recovery-image] Dec 20 20:31:30.570 INFO O| Dec 20 20:31:30.570 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8305 | 2024-12-20T20:31:31.815Z | [ recovery-image] Dec 20 20:31:30.594 INFO O| Dec 20 20:31:30.593 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8306 | 2024-12-20T20:31:31.815Z | [ recovery-image] Dec 20 20:31:30.594 INFO O| Dec 20 20:31:30.593 INFO copying /tmp/.tmpoPknlO/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 ... |
8307 | 2024-12-20T20:31:31.815Z | [ recovery-image] Dec 20 20:31:30.594 INFO O| Dec 20 20:31:30.594 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 |
8308 | 2024-12-20T20:31:31.815Z | [ recovery-image] Dec 20 20:31:30.594 INFO O| Dec 20 20:31:30.594 INFO ok! |
8309 | 2024-12-20T20:31:31.818Z | [ recovery-image] Dec 20 20:31:30.594 INFO O| Dec 20 20:31:30.594 INFO STEP 53 (ensure_file) COMPLETE |
8310 | 2024-12-20T20:31:31.818Z | [ recovery-image] Dec 20 20:31:30.594 INFO O| Dec 20 20:31:30.594 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8311 | 2024-12-20T20:31:31.851Z | [ recovery-image] Dec 20 20:31:30.629 INFO O| Dec 20 20:31:30.629 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8312 | 2024-12-20T20:31:31.851Z | [ recovery-image] Dec 20 20:31:30.629 INFO O| Dec 20 20:31:30.629 INFO copying /tmp/.tmpoPknlO/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 ... |
8313 | 2024-12-20T20:31:31.851Z | [ recovery-image] Dec 20 20:31:30.629 INFO O| Dec 20 20:31:30.629 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 |
8314 | 2024-12-20T20:31:31.854Z | [ recovery-image] Dec 20 20:31:30.629 INFO O| Dec 20 20:31:30.629 INFO ok! |
8315 | 2024-12-20T20:31:31.854Z | [ recovery-image] Dec 20 20:31:30.629 INFO O| Dec 20 20:31:30.629 INFO STEP 54 (ensure_file) COMPLETE |
8316 | 2024-12-20T20:31:31.854Z | [ recovery-image] Dec 20 20:31:30.629 INFO O| Dec 20 20:31:30.629 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8317 | 2024-12-20T20:31:31.872Z | [ recovery-image] Dec 20 20:31:30.650 INFO O| Dec 20 20:31:30.650 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8318 | 2024-12-20T20:31:31.872Z | [ recovery-image] Dec 20 20:31:30.651 INFO O| Dec 20 20:31:30.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8319 | 2024-12-20T20:31:31.875Z | [ recovery-image] Dec 20 20:31:30.651 INFO O| Dec 20 20:31:30.651 INFO STEP 55 (ensure_dir) COMPLETE |
8320 | 2024-12-20T20:31:31.875Z | [ recovery-image] Dec 20 20:31:30.651 INFO O| Dec 20 20:31:30.651 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8321 | 2024-12-20T20:31:31.893Z | [ recovery-image] Dec 20 20:31:30.671 INFO O| Dec 20 20:31:30.671 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8322 | 2024-12-20T20:31:31.893Z | [ recovery-image] Dec 20 20:31:30.671 INFO O| Dec 20 20:31:30.671 INFO copying /tmp/.tmpoPknlO/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 ... |
8323 | 2024-12-20T20:31:31.893Z | [ recovery-image] Dec 20 20:31:30.671 INFO O| Dec 20 20:31:30.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8324 | 2024-12-20T20:31:31.896Z | [ recovery-image] Dec 20 20:31:30.671 INFO O| Dec 20 20:31:30.671 INFO ok! |
8325 | 2024-12-20T20:31:31.896Z | [ recovery-image] Dec 20 20:31:30.671 INFO O| Dec 20 20:31:30.671 INFO STEP 56 (ensure_file) COMPLETE |
8326 | 2024-12-20T20:31:31.897Z | [ recovery-image] Dec 20 20:31:30.671 INFO O| Dec 20 20:31:30.671 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8327 | 2024-12-20T20:31:31.914Z | [ recovery-image] Dec 20 20:31:30.692 INFO O| Dec 20 20:31:30.692 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8328 | 2024-12-20T20:31:31.914Z | [ recovery-image] Dec 20 20:31:30.693 INFO O| Dec 20 20:31:30.692 INFO copying /tmp/.tmpoPknlO/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 ... |
8329 | 2024-12-20T20:31:31.917Z | [ recovery-image] Dec 20 20:31:30.693 INFO O| Dec 20 20:31:30.693 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 |
8330 | 2024-12-20T20:31:31.917Z | [ recovery-image] Dec 20 20:31:30.693 INFO O| Dec 20 20:31:30.693 INFO ok! |
8331 | 2024-12-20T20:31:31.917Z | [ recovery-image] Dec 20 20:31:30.693 INFO O| Dec 20 20:31:30.693 INFO STEP 57 (ensure_file) COMPLETE |
8332 | 2024-12-20T20:31:31.917Z | [ recovery-image] Dec 20 20:31:30.693 INFO O| Dec 20 20:31:30.693 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8333 | 2024-12-20T20:31:31.935Z | [ recovery-image] Dec 20 20:31:30.714 INFO O| Dec 20 20:31:30.714 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8334 | 2024-12-20T20:31:31.935Z | [ recovery-image] Dec 20 20:31:30.714 INFO O| Dec 20 20:31:30.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8335 | 2024-12-20T20:31:31.935Z | [ recovery-image] Dec 20 20:31:30.714 INFO O| Dec 20 20:31:30.714 INFO STEP 58 (ensure_dir) COMPLETE |
8336 | 2024-12-20T20:31:31.938Z | [ recovery-image] Dec 20 20:31:30.714 INFO O| Dec 20 20:31:30.714 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8337 | 2024-12-20T20:31:31.954Z | [ recovery-image] Dec 20 20:31:30.732 INFO O| Dec 20 20:31:30.732 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8338 | 2024-12-20T20:31:31.954Z | [ recovery-image] Dec 20 20:31:30.733 INFO O| Dec 20 20:31:30.732 INFO copying /tmp/.tmpoPknlO/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 ... |
8339 | 2024-12-20T20:31:31.954Z | [ recovery-image] Dec 20 20:31:30.733 INFO O| Dec 20 20:31:30.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8340 | 2024-12-20T20:31:31.954Z | [ recovery-image] Dec 20 20:31:30.733 INFO O| Dec 20 20:31:30.733 INFO ok! |
8341 | 2024-12-20T20:31:31.958Z | [ recovery-image] Dec 20 20:31:30.733 INFO O| Dec 20 20:31:30.733 INFO STEP 59 (ensure_file) COMPLETE |
8342 | 2024-12-20T20:31:31.958Z | [ recovery-image] Dec 20 20:31:30.733 INFO O| Dec 20 20:31:30.733 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8343 | 2024-12-20T20:31:31.973Z | [ recovery-image] Dec 20 20:31:30.751 INFO O| Dec 20 20:31:30.751 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8344 | 2024-12-20T20:31:31.973Z | [ recovery-image] Dec 20 20:31:30.751 INFO O| Dec 20 20:31:30.751 INFO copying /tmp/.tmpoPknlO/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8345 | 2024-12-20T20:31:31.973Z | [ recovery-image] Dec 20 20:31:30.751 INFO O| Dec 20 20:31:30.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8346 | 2024-12-20T20:31:31.973Z | [ recovery-image] Dec 20 20:31:30.751 INFO O| Dec 20 20:31:30.751 INFO ok! |
8347 | 2024-12-20T20:31:31.975Z | [ recovery-image] Dec 20 20:31:30.751 INFO O| Dec 20 20:31:30.751 INFO STEP 60 (ensure_file) COMPLETE |
8348 | 2024-12-20T20:31:31.975Z | [ recovery-image] Dec 20 20:31:30.751 INFO O| Dec 20 20:31:30.751 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8349 | 2024-12-20T20:31:31.991Z | [ recovery-image] Dec 20 20:31:30.769 INFO O| Dec 20 20:31:30.768 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8350 | 2024-12-20T20:31:31.991Z | [ recovery-image] Dec 20 20:31:30.769 INFO O| Dec 20 20:31:30.769 INFO STEP 61 (ensure_dir) COMPLETE |
8351 | 2024-12-20T20:31:31.991Z | [ recovery-image] Dec 20 20:31:30.769 INFO O| Dec 20 20:31:30.769 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8352 | 2024-12-20T20:31:32.024Z | [ recovery-image] Dec 20 20:31:30.802 INFO O| Dec 20 20:31:30.802 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8353 | 2024-12-20T20:31:32.024Z | [ recovery-image] Dec 20 20:31:30.802 INFO O| Dec 20 20:31:30.802 INFO STEP 62 (ensure_dir) COMPLETE |
8354 | 2024-12-20T20:31:32.027Z | [ recovery-image] Dec 20 20:31:30.802 INFO O| Dec 20 20:31:30.802 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8355 | 2024-12-20T20:31:32.080Z | [ recovery-image] Dec 20 20:31:30.858 INFO O| Dec 20 20:31:30.858 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8356 | 2024-12-20T20:31:32.080Z | [ recovery-image] Dec 20 20:31:30.858 INFO O| Dec 20 20:31:30.858 INFO STEP 63 (ensure_dir) COMPLETE |
8357 | 2024-12-20T20:31:32.083Z | [ recovery-image] Dec 20 20:31:30.858 INFO O| Dec 20 20:31:30.858 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8358 | 2024-12-20T20:31:32.102Z | [ recovery-image] Dec 20 20:31:30.880 INFO O| Dec 20 20:31:30.880 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8359 | 2024-12-20T20:31:32.102Z | [ recovery-image] Dec 20 20:31:30.880 INFO O| Dec 20 20:31:30.880 INFO STEP 64 (ensure_dir) COMPLETE |
8360 | 2024-12-20T20:31:32.104Z | [ recovery-image] Dec 20 20:31:30.880 INFO O| Dec 20 20:31:30.880 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8361 | 2024-12-20T20:31:32.123Z | [ recovery-image] Dec 20 20:31:30.901 INFO O| Dec 20 20:31:30.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8362 | 2024-12-20T20:31:32.123Z | [ recovery-image] Dec 20 20:31:30.901 INFO O| Dec 20 20:31:30.901 INFO copying /tmp/.tmpoPknlO/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8363 | 2024-12-20T20:31:32.123Z | [ recovery-image] Dec 20 20:31:30.901 INFO O| Dec 20 20:31:30.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8364 | 2024-12-20T20:31:32.123Z | [ recovery-image] Dec 20 20:31:30.901 INFO O| Dec 20 20:31:30.901 INFO ok! |
8365 | 2024-12-20T20:31:32.123Z | [ recovery-image] Dec 20 20:31:30.901 INFO O| Dec 20 20:31:30.901 INFO STEP 65 (ensure_file) COMPLETE |
8366 | 2024-12-20T20:31:32.126Z | [ recovery-image] Dec 20 20:31:30.901 INFO O| Dec 20 20:31:30.901 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8367 | 2024-12-20T20:31:32.144Z | [ recovery-image] Dec 20 20:31:30.922 INFO O| Dec 20 20:31:30.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8368 | 2024-12-20T20:31:32.146Z | [ recovery-image] Dec 20 20:31:30.923 INFO O| Dec 20 20:31:30.923 INFO STEP 66 (remove_files) COMPLETE |
8369 | 2024-12-20T20:31:32.146Z | [ recovery-image] Dec 20 20:31:30.923 INFO O| Dec 20 20:31:30.923 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8370 | 2024-12-20T20:31:32.181Z | [ recovery-image] Dec 20 20:31:30.959 INFO O| Dec 20 20:31:30.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8371 | 2024-12-20T20:31:32.184Z | [ recovery-image] Dec 20 20:31:30.960 INFO O| Dec 20 20:31:30.960 INFO STEP 67 (remove_files) COMPLETE |
8372 | 2024-12-20T20:31:32.184Z | [ recovery-image] Dec 20 20:31:30.960 INFO O| Dec 20 20:31:30.960 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8373 | 2024-12-20T20:31:32.202Z | [ recovery-image] Dec 20 20:31:30.980 INFO O| Dec 20 20:31:30.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8374 | 2024-12-20T20:31:32.205Z | [ recovery-image] Dec 20 20:31:30.980 INFO O| Dec 20 20:31:30.980 INFO STEP 68 (remove_files) COMPLETE |
8375 | 2024-12-20T20:31:32.205Z | [ recovery-image] Dec 20 20:31:30.980 INFO O| Dec 20 20:31:30.980 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8376 | 2024-12-20T20:31:32.235Z | [ recovery-image] Dec 20 20:31:31.013 INFO O| Dec 20 20:31:31.013 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8377 | 2024-12-20T20:31:32.238Z | [ recovery-image] Dec 20 20:31:31.013 INFO O| Dec 20 20:31:31.013 INFO STEP 69 (remove_files) COMPLETE |
8378 | 2024-12-20T20:31:32.238Z | [ recovery-image] Dec 20 20:31:31.014 INFO O| Dec 20 20:31:31.013 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8379 | 2024-12-20T20:31:32.281Z | [ recovery-image] Dec 20 20:31:31.059 INFO O| Dec 20 20:31:31.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8380 | 2024-12-20T20:31:32.284Z | [ recovery-image] Dec 20 20:31:31.060 INFO O| Dec 20 20:31:31.060 INFO STEP 70 (remove_files) COMPLETE |
8381 | 2024-12-20T20:31:32.285Z | [ recovery-image] Dec 20 20:31:31.060 INFO O| Dec 20 20:31:31.060 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8382 | 2024-12-20T20:31:32.303Z | [ recovery-image] Dec 20 20:31:31.081 INFO O| Dec 20 20:31:31.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8383 | 2024-12-20T20:31:32.305Z | [ recovery-image] Dec 20 20:31:31.081 INFO O| Dec 20 20:31:31.081 INFO STEP 71 (remove_files) COMPLETE |
8384 | 2024-12-20T20:31:32.305Z | [ recovery-image] Dec 20 20:31:31.081 INFO O| Dec 20 20:31:31.081 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-20T20:31:32.324Z | [ recovery-image] Dec 20 20:31:31.102 INFO O| Dec 20 20:31:31.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8386 | 2024-12-20T20:31:32.326Z | [ recovery-image] Dec 20 20:31:31.102 INFO O| Dec 20 20:31:31.102 INFO STEP 72 (remove_files) COMPLETE |
8387 | 2024-12-20T20:31:32.326Z | [ recovery-image] Dec 20 20:31:31.102 INFO O| Dec 20 20:31:31.102 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-20T20:31:32.366Z | [ recovery-image] Dec 20 20:31:31.144 INFO O| Dec 20 20:31:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8389 | 2024-12-20T20:31:32.366Z | [ recovery-image] Dec 20 20:31:31.144 INFO O| Dec 20 20:31:31.144 INFO STEP 73 (remove_files) COMPLETE |
8390 | 2024-12-20T20:31:32.369Z | [ recovery-image] Dec 20 20:31:31.144 INFO O| Dec 20 20:31:31.144 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-20T20:31:32.386Z | [ recovery-image] Dec 20 20:31:31.164 INFO O| Dec 20 20:31:31.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8392 | 2024-12-20T20:31:32.386Z | [ recovery-image] Dec 20 20:31:31.164 INFO O| Dec 20 20:31:31.164 INFO STEP 74 (remove_files) COMPLETE |
8393 | 2024-12-20T20:31:32.386Z | [ recovery-image] Dec 20 20:31:31.164 INFO O| Dec 20 20:31:31.164 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-20T20:31:32.407Z | [ recovery-image] Dec 20 20:31:31.184 INFO O| Dec 20 20:31:31.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8395 | 2024-12-20T20:31:32.408Z | [ recovery-image] Dec 20 20:31:31.184 INFO O| Dec 20 20:31:31.184 INFO STEP 75 (remove_files) COMPLETE |
8396 | 2024-12-20T20:31:32.408Z | [ recovery-image] Dec 20 20:31:31.184 INFO O| Dec 20 20:31:31.184 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-20T20:31:32.426Z | [ recovery-image] Dec 20 20:31:31.204 INFO O| Dec 20 20:31:31.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8398 | 2024-12-20T20:31:32.426Z | [ recovery-image] Dec 20 20:31:31.204 INFO O| Dec 20 20:31:31.204 INFO STEP 76 (remove_files) COMPLETE |
8399 | 2024-12-20T20:31:32.429Z | [ recovery-image] Dec 20 20:31:31.204 INFO O| Dec 20 20:31:31.204 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-20T20:31:32.447Z | [ recovery-image] Dec 20 20:31:31.224 INFO O| Dec 20 20:31:31.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8401 | 2024-12-20T20:31:32.447Z | [ recovery-image] Dec 20 20:31:31.224 INFO O| Dec 20 20:31:31.224 INFO STEP 77 (remove_files) COMPLETE |
8402 | 2024-12-20T20:31:32.447Z | [ recovery-image] Dec 20 20:31:31.224 INFO O| Dec 20 20:31:31.224 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-20T20:31:32.466Z | [ recovery-image] Dec 20 20:31:31.244 INFO O| Dec 20 20:31:31.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8404 | 2024-12-20T20:31:32.466Z | [ recovery-image] Dec 20 20:31:31.244 INFO O| Dec 20 20:31:31.244 INFO STEP 78 (remove_files) COMPLETE |
8405 | 2024-12-20T20:31:32.469Z | [ recovery-image] Dec 20 20:31:31.244 INFO O| Dec 20 20:31:31.244 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-20T20:31:32.486Z | [ recovery-image] Dec 20 20:31:31.264 INFO O| Dec 20 20:31:31.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8407 | 2024-12-20T20:31:32.486Z | [ recovery-image] Dec 20 20:31:31.265 INFO O| Dec 20 20:31:31.265 INFO STEP 79 (remove_files) COMPLETE |
8408 | 2024-12-20T20:31:32.486Z | [ recovery-image] Dec 20 20:31:31.265 INFO O| Dec 20 20:31:31.265 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-20T20:31:32.524Z | [ recovery-image] Dec 20 20:31:31.302 INFO O| Dec 20 20:31:31.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8410 | 2024-12-20T20:31:32.524Z | [ recovery-image] Dec 20 20:31:31.302 INFO O| Dec 20 20:31:31.302 INFO STEP 80 (remove_files) COMPLETE |
8411 | 2024-12-20T20:31:32.524Z | [ recovery-image] Dec 20 20:31:31.302 INFO O| Dec 20 20:31:31.302 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8412 | 2024-12-20T20:31:32.549Z | [ recovery-image] Dec 20 20:31:31.327 INFO O| Dec 20 20:31:31.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8413 | 2024-12-20T20:31:32.549Z | [ recovery-image] Dec 20 20:31:31.327 INFO O| Dec 20 20:31:31.327 INFO STEP 81 (remove_files) COMPLETE |
8414 | 2024-12-20T20:31:32.549Z | [ recovery-image] Dec 20 20:31:31.327 INFO O| Dec 20 20:31:31.327 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8415 | 2024-12-20T20:31:32.570Z | [ recovery-image] Dec 20 20:31:31.349 INFO O| Dec 20 20:31:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8416 | 2024-12-20T20:31:32.570Z | [ recovery-image] Dec 20 20:31:31.349 INFO O| Dec 20 20:31:31.349 INFO STEP 82 (remove_files) COMPLETE |
8417 | 2024-12-20T20:31:32.570Z | [ recovery-image] Dec 20 20:31:31.349 INFO O| Dec 20 20:31:31.349 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-20T20:31:32.590Z | [ recovery-image] Dec 20 20:31:31.368 INFO O| Dec 20 20:31:31.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8419 | 2024-12-20T20:31:32.590Z | [ recovery-image] Dec 20 20:31:31.368 INFO O| Dec 20 20:31:31.368 INFO STEP 83 (remove_files) COMPLETE |
8420 | 2024-12-20T20:31:32.590Z | [ recovery-image] Dec 20 20:31:31.368 INFO O| Dec 20 20:31:31.368 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-20T20:31:32.611Z | [ recovery-image] Dec 20 20:31:31.389 INFO O| Dec 20 20:31:31.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8422 | 2024-12-20T20:31:32.611Z | [ recovery-image] Dec 20 20:31:31.389 INFO O| Dec 20 20:31:31.389 INFO STEP 84 (remove_files) COMPLETE |
8423 | 2024-12-20T20:31:32.612Z | [ recovery-image] Dec 20 20:31:31.389 INFO O| Dec 20 20:31:31.389 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-20T20:31:32.631Z | [ recovery-image] Dec 20 20:31:31.409 INFO O| Dec 20 20:31:31.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8425 | 2024-12-20T20:31:32.631Z | [ recovery-image] Dec 20 20:31:31.409 INFO O| Dec 20 20:31:31.409 INFO STEP 85 (remove_files) COMPLETE |
8426 | 2024-12-20T20:31:32.631Z | [ recovery-image] Dec 20 20:31:31.409 INFO O| Dec 20 20:31:31.409 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-20T20:31:32.651Z | [ recovery-image] Dec 20 20:31:31.429 INFO O| Dec 20 20:31:31.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8428 | 2024-12-20T20:31:32.651Z | [ recovery-image] Dec 20 20:31:31.429 INFO O| Dec 20 20:31:31.429 INFO STEP 86 (remove_files) COMPLETE |
8429 | 2024-12-20T20:31:32.651Z | [ recovery-image] Dec 20 20:31:31.429 INFO O| Dec 20 20:31:31.429 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8430 | 2024-12-20T20:31:32.682Z | [ recovery-image] Dec 20 20:31:31.461 INFO O| Dec 20 20:31:31.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8431 | 2024-12-20T20:31:32.685Z | [ recovery-image] Dec 20 20:31:31.461 INFO O| Dec 20 20:31:31.461 INFO STEP 87 (remove_files) COMPLETE |
8432 | 2024-12-20T20:31:32.685Z | [ recovery-image] Dec 20 20:31:31.461 INFO O| Dec 20 20:31:31.461 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8433 | 2024-12-20T20:31:32.702Z | [ recovery-image] Dec 20 20:31:31.481 INFO O| Dec 20 20:31:31.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8434 | 2024-12-20T20:31:32.705Z | [ recovery-image] Dec 20 20:31:31.481 INFO O| Dec 20 20:31:31.481 INFO STEP 88 (remove_files) COMPLETE |
8435 | 2024-12-20T20:31:32.705Z | [ recovery-image] Dec 20 20:31:31.481 INFO O| Dec 20 20:31:31.481 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8436 | 2024-12-20T20:31:32.724Z | [ recovery-image] Dec 20 20:31:31.502 INFO O| Dec 20 20:31:31.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8437 | 2024-12-20T20:31:32.726Z | [ recovery-image] Dec 20 20:31:31.502 INFO O| Dec 20 20:31:31.502 INFO STEP 89 (remove_files) COMPLETE |
8438 | 2024-12-20T20:31:32.728Z | [ recovery-image] Dec 20 20:31:31.502 INFO O| Dec 20 20:31:31.502 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8439 | 2024-12-20T20:31:32.745Z | [ recovery-image] Dec 20 20:31:31.523 INFO O| Dec 20 20:31:31.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8440 | 2024-12-20T20:31:32.745Z | [ recovery-image] Dec 20 20:31:31.523 INFO O| Dec 20 20:31:31.523 INFO STEP 90 (remove_files) COMPLETE |
8441 | 2024-12-20T20:31:32.745Z | [ recovery-image] Dec 20 20:31:31.524 INFO O| Dec 20 20:31:31.523 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8442 | 2024-12-20T20:31:32.766Z | [ recovery-image] Dec 20 20:31:31.544 INFO O| Dec 20 20:31:31.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8443 | 2024-12-20T20:31:32.766Z | [ recovery-image] Dec 20 20:31:31.544 INFO O| Dec 20 20:31:31.544 INFO STEP 91 (remove_files) COMPLETE |
8444 | 2024-12-20T20:31:32.766Z | [ recovery-image] Dec 20 20:31:31.544 INFO O| Dec 20 20:31:31.544 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8445 | 2024-12-20T20:31:32.786Z | [ recovery-image] Dec 20 20:31:31.565 INFO O| Dec 20 20:31:31.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8446 | 2024-12-20T20:31:32.787Z | [ recovery-image] Dec 20 20:31:31.565 INFO O| Dec 20 20:31:31.565 INFO STEP 92 (remove_files) COMPLETE |
8447 | 2024-12-20T20:31:32.789Z | [ recovery-image] Dec 20 20:31:31.565 INFO O| Dec 20 20:31:31.565 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8448 | 2024-12-20T20:31:32.827Z | [ recovery-image] Dec 20 20:31:31.605 INFO O| Dec 20 20:31:31.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8449 | 2024-12-20T20:31:32.827Z | [ recovery-image] Dec 20 20:31:31.605 INFO O| Dec 20 20:31:31.605 INFO STEP 93 (remove_files) COMPLETE |
8450 | 2024-12-20T20:31:32.827Z | [ recovery-image] Dec 20 20:31:31.605 INFO O| Dec 20 20:31:31.605 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8451 | 2024-12-20T20:31:32.849Z | [ recovery-image] Dec 20 20:31:31.627 INFO O| Dec 20 20:31:31.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8452 | 2024-12-20T20:31:32.849Z | [ recovery-image] Dec 20 20:31:31.627 INFO O| Dec 20 20:31:31.627 INFO STEP 94 (remove_files) COMPLETE |
8453 | 2024-12-20T20:31:32.849Z | [ recovery-image] Dec 20 20:31:31.627 INFO O| Dec 20 20:31:31.627 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8454 | 2024-12-20T20:31:32.879Z | [ recovery-image] Dec 20 20:31:31.658 INFO O| Dec 20 20:31:31.657 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8455 | 2024-12-20T20:31:32.882Z | [ recovery-image] Dec 20 20:31:31.658 INFO O| Dec 20 20:31:31.658 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8456 | 2024-12-20T20:31:45.766Z | [ recovery-image] Dec 20 20:31:44.544 INFO O| Dec 20 20:31:44.544 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 |
8457 | 2024-12-20T20:31:45.766Z | [ recovery-image] Dec 20 20:31:44.544 INFO O| Dec 20 20:31:44.544 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8458 | 2024-12-20T20:31:45.788Z | [ recovery-image] Dec 20 20:31:44.566 INFO O| Dec 20 20:31:44.566 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8459 | 2024-12-20T20:31:45.949Z | [ recovery-image] Dec 20 20:31:44.727 INFO O| Dec 20 20:31:44.727 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8460 | 2024-12-20T20:31:45.951Z | [ recovery-image] Dec 20 20:31:44.727 INFO O| Dec 20 20:31:44.727 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 ... |
8461 | 2024-12-20T20:31:45.951Z | [ recovery-image] Dec 20 20:31:44.729 INFO O| Dec 20 20:31:44.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8462 | 2024-12-20T20:31:45.951Z | [ recovery-image] Dec 20 20:31:44.730 INFO O| Dec 20 20:31:44.729 INFO ok! |
8463 | 2024-12-20T20:31:45.954Z | [ recovery-image] Dec 20 20:31:44.730 INFO O| Dec 20 20:31:44.729 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8464 | 2024-12-20T20:31:45.954Z | [ recovery-image] Dec 20 20:31:44.730 INFO O| Dec 20 20:31:44.730 INFO STEP 95 (seed_smf) COMPLETE |
8465 | 2024-12-20T20:31:45.954Z | [ recovery-image] Dec 20 20:31:44.730 INFO O| Dec 20 20:31:44.730 INFO steps complete; finalising image! |
8466 | 2024-12-20T20:31:45.954Z | [ recovery-image] Dec 20 20:31:44.730 INFO O| Dec 20 20:31:44.730 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8467 | 2024-12-20T20:31:46.019Z | [ recovery-image] Dec 20 20:31:44.797 INFO O| Dec 20 20:31:44.797 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 20:31:44 2024) |
8468 | 2024-12-20T20:31:46.229Z | [ recovery-image] Dec 20 20:31:45.007 INFO O| Dec 20 20:31:45.007 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Dec 20 20:31:44 2024) |
8469 | 2024-12-20T20:31:46.534Z | [ recovery-image] Dec 20 20:31:45.312 INFO O| Dec 20 20:31:45.312 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio |
8470 | 2024-12-20T20:31:46.534Z | [ recovery-image] Dec 20 20:31:45.312 INFO O| Dec 20 20:31:45.312 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8471 | 2024-12-20T20:31:47.263Z | [ recovery-image] Dec 20 20:31:46.040 INFO O| Dec 20 20:31:46.040 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 |
8472 | 2024-12-20T20:31:47.263Z | [ recovery-image] Dec 20 20:31:46.040 INFO O| Dec 20 20:31:46.040 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8473 | 2024-12-20T20:31:53.159Z | [ recovery-image] Dec 20 20:31:51.937 INFO O| Dec 20 20:31:51.936 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8474 | 2024-12-20T20:31:53.161Z | [ recovery-image] Dec 20 20:31:51.937 INFO O| Dec 20 20:31:51.937 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8475 | 2024-12-20T20:31:53.162Z | [ recovery-image] Dec 20 20:31:51.937 INFO O| Dec 20 20:31:51.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8476 | 2024-12-20T20:31:53.162Z | [ recovery-image] Dec 20 20:31:51.937 INFO O| Dec 20 20:31:51.937 INFO completed processing gimlet/zfs-recovery |
8477 | 2024-12-20T20:31:53.162Z | [ recovery-image] Dec 20 20:31:51.937 INFO O| Dec 20 20:31:51.937 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8478 | 2024-12-20T20:31:53.745Z | [ recovery-image] Dec 20 20:31:52.523 INFO O| Dec 20 20:31:52.523 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8479 | 2024-12-20T20:31:53.880Z | [ recovery-image] Dec 20 20:31:52.658 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8480 | 2024-12-20T20:31:53.883Z | [ recovery-image] Dec 20 20:31:52.659 INFO expanded image name: "recovery e3ee22c/${os_short_commit} 2024-12-20 20:01" -> "recovery e3ee22c/37a4469 2024-12-20 20:01" |
8481 | 2024-12-20T20:31:53.883Z | [ recovery-image] Dec 20 20:31:52.659 INFO output artefacts stored in: "/work/os-recovery" |
8482 | 2024-12-20T20:31:53.883Z | [ recovery-image] Dec 20 20:31:52.659 INFO collecting git info from project "amd-firmware"... |
8483 | 2024-12-20T20:31:54.481Z | [ recovery-image] Dec 20 20:31:53.259 INFO collecting git info from project "image-builder"... |
8484 | 2024-12-20T20:31:54.492Z | [ recovery-image] Dec 20 20:31:53.270 INFO collecting git info from project "bootserver"... |
8485 | 2024-12-20T20:31:54.502Z | [ recovery-image] Dec 20 20:31:53.280 INFO collecting git info from project "pilot"... |
8486 | 2024-12-20T20:31:54.526Z | [ recovery-image] Dec 20 20:31:53.304 INFO collecting git info from project "chelsio-t6-roms"... |
8487 | 2024-12-20T20:31:54.560Z | [ recovery-image] Dec 20 20:31:53.338 INFO collecting git info from project "phbl"... |
8488 | 2024-12-20T20:31:54.571Z | [ recovery-image] Dec 20 20:31:53.349 INFO collecting git info from project "pinprick"... |
8489 | 2024-12-20T20:31:54.603Z | [ recovery-image] Dec 20 20:31:53.381 INFO collecting git info from project "amd-host-image-builder"... |
8490 | 2024-12-20T20:31:55.315Z | [ recovery-image] Dec 20 20:31:54.093 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8491 | 2024-12-20T20:31:56.133Z | [ recovery-image] Dec 20 20:31:54.910 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8492 | 2024-12-20T20:31:56.864Z | [ recovery-image] Dec 20 20:31:55.642 INFO creating Oxide boot image... |
8493 | 2024-12-20T20:31:56.866Z | [ recovery-image] Dec 20 20:31:55.642 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery e3ee22c/37a4469 2024-12-20 20:01", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8494 | 2024-12-20T20:32:56.056Z | [ host-image] Dec 20 20:32:54.833 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8495 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.833 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8496 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.834 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8497 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.834 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8498 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.834 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8499 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.834 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8500 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.835 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8501 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.836 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8502 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.836 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8503 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.836 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8504 | 2024-12-20T20:32:56.059Z | [ host-image] Dec 20 20:32:54.836 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8505 | 2024-12-20T20:32:56.062Z | [ host-image] Dec 20 20:32:54.839 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8506 | 2024-12-20T20:32:56.064Z | [ host-image] Dec 20 20:32:54.840 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8507 | 2024-12-20T20:32:56.064Z | [ host-image] Dec 20 20:32:54.841 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8508 | 2024-12-20T20:32:56.064Z | [ host-image] Dec 20 20:32:54.841 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8509 | 2024-12-20T20:32:56.067Z | [ host-image] Dec 20 20:32:54.842 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8510 | 2024-12-20T20:32:56.067Z | [ host-image] Dec 20 20:32:54.843 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8511 | 2024-12-20T20:32:56.067Z | [ host-image] Dec 20 20:32:54.843 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8512 | 2024-12-20T20:32:56.068Z | [ host-image] Dec 20 20:32:54.843 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8513 | 2024-12-20T20:32:56.068Z | [ host-image] Dec 20 20:32:54.844 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8514 | 2024-12-20T20:32:56.068Z | [ host-image] Dec 20 20:32:54.844 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8515 | 2024-12-20T20:32:56.068Z | [ host-image] Dec 20 20:32:54.844 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8516 | 2024-12-20T20:32:56.068Z | [ host-image] Dec 20 20:32:54.844 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8517 | 2024-12-20T20:32:56.068Z | [ host-image] Dec 20 20:32:54.845 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8518 | 2024-12-20T20:32:56.068Z | [ host-image] Dec 20 20:32:54.845 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8519 | 2024-12-20T20:32:56.071Z | [ host-image] Dec 20 20:32:54.845 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8520 | 2024-12-20T20:32:56.071Z | [ host-image] Dec 20 20:32:54.845 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8521 | 2024-12-20T20:32:56.071Z | [ host-image] Dec 20 20:32:54.846 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8522 | 2024-12-20T20:32:56.071Z | [ host-image] Dec 20 20:32:54.846 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8523 | 2024-12-20T20:32:56.071Z | [ host-image] Dec 20 20:32:54.846 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8524 | 2024-12-20T20:32:56.072Z | [ host-image] Dec 20 20:32:54.846 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8525 | 2024-12-20T20:32:56.072Z | [ host-image] Dec 20 20:32:54.846 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8526 | 2024-12-20T20:32:56.072Z | [ host-image] Dec 20 20:32:54.846 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8527 | 2024-12-20T20:32:56.072Z | [ host-image] Dec 20 20:32:54.847 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8528 | 2024-12-20T20:32:56.072Z | [ host-image] Dec 20 20:32:54.848 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8529 | 2024-12-20T20:32:56.072Z | [ host-image] Dec 20 20:32:54.848 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8530 | 2024-12-20T20:32:56.086Z | [ host-image] Dec 20 20:32:54.863 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8531 | 2024-12-20T20:32:56.088Z | [ host-image] Dec 20 20:32:54.863 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8532 | 2024-12-20T20:32:56.088Z | [ host-image] Dec 20 20:32:54.863 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8533 | 2024-12-20T20:32:56.088Z | [ host-image] Dec 20 20:32:54.864 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8534 | 2024-12-20T20:32:56.088Z | [ host-image] Dec 20 20:32:54.864 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8535 | 2024-12-20T20:32:56.088Z | [ host-image] Dec 20 20:32:54.865 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8536 | 2024-12-20T20:32:56.088Z | [ host-image] Dec 20 20:32:54.865 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8537 | 2024-12-20T20:32:56.088Z | [ host-image] Dec 20 20:32:54.865 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8538 | 2024-12-20T20:32:56.091Z | [ host-image] Dec 20 20:32:54.867 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8539 | 2024-12-20T20:32:56.091Z | [ host-image] Dec 20 20:32:54.867 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8540 | 2024-12-20T20:32:56.108Z | [ host-image] Dec 20 20:32:54.885 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8541 | 2024-12-20T20:32:56.108Z | [ host-image] Dec 20 20:32:54.885 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8542 | 2024-12-20T20:32:56.111Z | [ host-image] Dec 20 20:32:54.886 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8543 | 2024-12-20T20:32:56.111Z | [ host-image] Dec 20 20:32:54.887 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8544 | 2024-12-20T20:32:56.113Z | [ host-image] Dec 20 20:32:54.891 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8545 | 2024-12-20T20:32:56.113Z | [ host-image] Dec 20 20:32:54.891 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8546 | 2024-12-20T20:32:56.189Z | [ host-image] Dec 20 20:32:54.966 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8547 | 2024-12-20T20:32:56.192Z | [ host-image] Dec 20 20:32:54.968 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8548 | 2024-12-20T20:32:56.192Z | [ host-image] Dec 20 20:32:54.968 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8549 | 2024-12-20T20:32:56.192Z | [ host-image] Dec 20 20:32:54.969 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8550 | 2024-12-20T20:32:56.192Z | [ host-image] Dec 20 20:32:54.969 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8551 | 2024-12-20T20:32:56.194Z | [ host-image] Dec 20 20:32:54.970 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8552 | 2024-12-20T20:32:56.194Z | [ host-image] Dec 20 20:32:54.970 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8553 | 2024-12-20T20:32:56.194Z | [ host-image] Dec 20 20:32:54.970 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8554 | 2024-12-20T20:32:56.194Z | [ host-image] Dec 20 20:32:54.970 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8555 | 2024-12-20T20:32:56.194Z | [ host-image] Dec 20 20:32:54.970 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8556 | 2024-12-20T20:32:56.194Z | [ host-image] Dec 20 20:32:54.971 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8557 | 2024-12-20T20:32:56.194Z | [ host-image] Dec 20 20:32:54.971 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8558 | 2024-12-20T20:32:56.200Z | [ host-image] Dec 20 20:32:54.978 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8559 | 2024-12-20T20:32:56.204Z | [ host-image] Dec 20 20:32:54.978 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8560 | 2024-12-20T20:32:56.204Z | [ host-image] Dec 20 20:32:54.978 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8561 | 2024-12-20T20:32:56.204Z | [ host-image] Dec 20 20:32:54.979 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8562 | 2024-12-20T20:32:56.204Z | [ host-image] Dec 20 20:32:54.979 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8563 | 2024-12-20T20:32:56.247Z | [ host-image] Dec 20 20:32:55.024 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8564 | 2024-12-20T20:32:56.247Z | [ host-image] Dec 20 20:32:55.024 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8565 | 2024-12-20T20:32:56.250Z | [ host-image] Dec 20 20:32:55.027 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8566 | 2024-12-20T20:32:56.252Z | [ host-image] Dec 20 20:32:55.028 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8567 | 2024-12-20T20:32:56.252Z | [ host-image] Dec 20 20:32:55.028 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8568 | 2024-12-20T20:32:56.252Z | [ host-image] Dec 20 20:32:55.029 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8569 | 2024-12-20T20:32:56.252Z | [ host-image] Dec 20 20:32:55.029 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8570 | 2024-12-20T20:32:56.252Z | [ host-image] Dec 20 20:32:55.029 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8571 | 2024-12-20T20:32:56.254Z | [ host-image] Dec 20 20:32:55.030 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8572 | 2024-12-20T20:32:56.257Z | [ host-image] Dec 20 20:32:55.035 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8573 | 2024-12-20T20:32:56.260Z | [ host-image] Dec 20 20:32:55.036 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8574 | 2024-12-20T20:32:56.260Z | [ host-image] Dec 20 20:32:55.037 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8575 | 2024-12-20T20:32:56.260Z | [ host-image] Dec 20 20:32:55.037 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8576 | 2024-12-20T20:32:56.260Z | [ host-image] Dec 20 20:32:55.037 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8577 | 2024-12-20T20:32:56.262Z | [ host-image] Dec 20 20:32:55.038 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8578 | 2024-12-20T20:32:56.262Z | [ host-image] Dec 20 20:32:55.040 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8579 | 2024-12-20T20:32:56.264Z | [ host-image] Dec 20 20:32:55.041 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8580 | 2024-12-20T20:32:56.276Z | [ host-image] Dec 20 20:32:55.054 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8581 | 2024-12-20T20:32:56.276Z | [ host-image] Dec 20 20:32:55.054 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8582 | 2024-12-20T20:32:56.279Z | [ host-image] Dec 20 20:32:55.057 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8583 | 2024-12-20T20:32:56.282Z | [ host-image] Dec 20 20:32:55.059 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8584 | 2024-12-20T20:32:56.282Z | [ host-image] Dec 20 20:32:55.059 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8585 | 2024-12-20T20:32:56.284Z | [ host-image] Dec 20 20:32:55.060 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8586 | 2024-12-20T20:32:56.284Z | [ host-image] Dec 20 20:32:55.061 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8587 | 2024-12-20T20:32:56.284Z | [ host-image] Dec 20 20:32:55.061 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8588 | 2024-12-20T20:32:56.300Z | [ host-image] Dec 20 20:32:55.077 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8589 | 2024-12-20T20:32:56.300Z | [ host-image] Dec 20 20:32:55.077 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8590 | 2024-12-20T20:32:56.302Z | [ host-image] Dec 20 20:32:55.078 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8591 | 2024-12-20T20:32:56.302Z | [ host-image] Dec 20 20:32:55.080 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8592 | 2024-12-20T20:32:56.302Z | [ host-image] Dec 20 20:32:55.080 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8593 | 2024-12-20T20:32:56.339Z | [ host-image] Dec 20 20:32:55.117 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8594 | 2024-12-20T20:32:56.339Z | [ host-image] Dec 20 20:32:55.117 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8595 | 2024-12-20T20:32:56.342Z | [ host-image] Dec 20 20:32:55.117 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8596 | 2024-12-20T20:32:56.343Z | [ host-image] Dec 20 20:32:55.117 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8597 | 2024-12-20T20:32:56.343Z | [ host-image] Dec 20 20:32:55.118 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8598 | 2024-12-20T20:32:56.392Z | [ host-image] Dec 20 20:32:55.170 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8599 | 2024-12-20T20:32:56.395Z | [ host-image] Dec 20 20:32:55.170 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8600 | 2024-12-20T20:32:56.395Z | [ host-image] Dec 20 20:32:55.171 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8601 | 2024-12-20T20:32:56.395Z | [ host-image] Dec 20 20:32:55.171 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8602 | 2024-12-20T20:32:56.395Z | [ host-image] Dec 20 20:32:55.173 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8603 | 2024-12-20T20:32:56.398Z | [ host-image] Dec 20 20:32:55.173 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8604 | 2024-12-20T20:32:56.398Z | [ host-image] Dec 20 20:32:55.174 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8605 | 2024-12-20T20:32:56.423Z | [ host-image] Dec 20 20:32:55.200 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8606 | 2024-12-20T20:32:56.425Z | [ host-image] Dec 20 20:32:55.201 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8607 | 2024-12-20T20:32:56.425Z | [ host-image] Dec 20 20:32:55.201 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8608 | 2024-12-20T20:32:56.425Z | [ host-image] Dec 20 20:32:55.202 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8609 | 2024-12-20T20:32:56.425Z | [ host-image] Dec 20 20:32:55.202 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8610 | 2024-12-20T20:32:56.425Z | [ host-image] Dec 20 20:32:55.202 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8611 | 2024-12-20T20:32:56.429Z | [ host-image] Dec 20 20:32:55.207 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8612 | 2024-12-20T20:32:56.433Z | [ host-image] Dec 20 20:32:55.208 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8613 | 2024-12-20T20:32:56.433Z | [ host-image] Dec 20 20:32:55.210 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8614 | 2024-12-20T20:32:56.433Z | [ host-image] Dec 20 20:32:55.210 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8615 | 2024-12-20T20:32:56.434Z | [ host-image] Dec 20 20:32:55.211 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8616 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.211 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8617 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.212 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8618 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.212 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8619 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.212 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8620 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.213 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8621 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.214 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8622 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.214 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8623 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.214 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8624 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.214 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8625 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.214 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8626 | 2024-12-20T20:32:56.437Z | [ host-image] Dec 20 20:32:55.214 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8627 | 2024-12-20T20:32:56.440Z | [ host-image] Dec 20 20:32:55.216 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8628 | 2024-12-20T20:32:56.443Z | [ host-image] Dec 20 20:32:55.218 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8629 | 2024-12-20T20:32:56.443Z | [ host-image] Dec 20 20:32:55.218 INFO O| tempdir @ "/tmp/.tmpgaXnFR/tmp" |
8630 | 2024-12-20T20:32:56.443Z | [ host-image] Dec 20 20:32:55.218 INFO O| image root @ "/tmp/.tmpgaXnFR/tmp/root" |
8631 | 2024-12-20T20:32:56.450Z | [ host-image] Dec 20 20:32:55.218 INFO O| creating image... |
8632 | 2024-12-20T20:32:57.611Z | [ host-image] Dec 20 20:32:56.388 INFO O| copying publishers... |
8633 | 2024-12-20T20:33:06.374Z | [ recovery-image] Dec 20 20:33:05.151 INFO O| ok, image written! |
8634 | 2024-12-20T20:33:06.374Z | [ recovery-image] Dec 20 20:33:05.151 INFO O| ok, boot_image_csum file written! |
8635 | 2024-12-20T20:33:06.381Z | [ recovery-image] Dec 20 20:33:05.158 INFO creating boot archive (CPIO)... |
8636 | 2024-12-20T20:33:06.381Z | [ recovery-image] Dec 20 20:33:05.158 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 |
8637 | 2024-12-20T20:33:06.411Z | [ recovery-image] Dec 20 20:33:05.188 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8638 | 2024-12-20T20:33:06.411Z | [ recovery-image] Dec 20 20:33:05.188 INFO E| + outfile=/work/os-recovery/cpio |
8639 | 2024-12-20T20:33:06.414Z | [ recovery-image] Dec 20 20:33:05.188 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8640 | 2024-12-20T20:33:06.417Z | [ recovery-image] Dec 20 20:33:05.191 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8641 | 2024-12-20T20:33:06.417Z | [ recovery-image] Dec 20 20:33:05.192 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8642 | 2024-12-20T20:33:06.463Z | [ recovery-image] Dec 20 20:33:05.240 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8643 | 2024-12-20T20:33:06.463Z | [ recovery-image] Dec 20 20:33:05.240 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8644 | 2024-12-20T20:33:06.474Z | [ recovery-image] Dec 20 20:33:05.251 INFO creating compressed cpio/unix for nanobl-rs... |
8645 | 2024-12-20T20:33:06.474Z | [ recovery-image] Dec 20 20:33:05.251 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 |
8646 | 2024-12-20T20:33:06.915Z | [ recovery-image] Dec 20 20:33:05.693 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8647 | 2024-12-20T20:33:13.514Z | [ recovery-image] Dec 20 20:33:12.291 INFO creating reset image... |
8648 | 2024-12-20T20:33:13.517Z | [ recovery-image] Dec 20 20:33:12.292 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8649 | 2024-12-20T20:33:14.071Z | [ recovery-image] Dec 20 20:33:12.848 INFO E| Updating crates.io index |
8650 | 2024-12-20T20:33:14.192Z | [ recovery-image] Dec 20 20:33:12.970 INFO E| Downloading crates ... |
8651 | 2024-12-20T20:33:14.286Z | [ recovery-image] Dec 20 20:33:13.063 INFO E| Downloaded clap_derive v4.5.13 |
8652 | 2024-12-20T20:33:14.322Z | [ recovery-image] Dec 20 20:33:13.099 INFO E| Downloaded os_pipe v1.2.1 |
8653 | 2024-12-20T20:33:14.352Z | [ recovery-image] Dec 20 20:33:13.129 INFO E| Downloaded shared_child v1.0.1 |
8654 | 2024-12-20T20:33:14.355Z | [ recovery-image] Dec 20 20:33:13.131 INFO E| Downloaded clap_builder v4.5.17 |
8655 | 2024-12-20T20:33:14.363Z | [ recovery-image] Dec 20 20:33:13.140 INFO E| Downloaded clap v4.5.17 |
8656 | 2024-12-20T20:33:14.376Z | [ recovery-image] Dec 20 20:33:13.154 INFO E| Downloaded duct v0.13.7 |
8657 | 2024-12-20T20:33:14.417Z | [ recovery-image] Dec 20 20:33:13.194 INFO E| Downloaded syn v2.0.77 |
8658 | 2024-12-20T20:33:14.480Z | [ recovery-image] Dec 20 20:33:13.257 INFO E| Downloaded libc v0.2.158 |
8659 | 2024-12-20T20:33:14.648Z | [ recovery-image] Dec 20 20:33:13.425 INFO E| Compiling proc-macro2 v1.0.86 |
8660 | 2024-12-20T20:33:14.648Z | [ recovery-image] Dec 20 20:33:13.425 INFO E| Compiling unicode-ident v1.0.13 |
8661 | 2024-12-20T20:33:14.648Z | [ recovery-image] Dec 20 20:33:13.425 INFO E| Compiling libc v0.2.158 |
8662 | 2024-12-20T20:33:14.648Z | [ recovery-image] Dec 20 20:33:13.425 INFO E| Compiling utf8parse v0.2.2 |
8663 | 2024-12-20T20:33:14.653Z | [ recovery-image] Dec 20 20:33:13.425 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8664 | 2024-12-20T20:33:14.653Z | [ recovery-image] Dec 20 20:33:13.425 INFO E| Compiling anstyle v1.0.8 |
8665 | 2024-12-20T20:33:14.653Z | [ recovery-image] Dec 20 20:33:13.425 INFO E| Compiling colorchoice v1.0.2 |
8666 | 2024-12-20T20:33:14.653Z | [ recovery-image] Dec 20 20:33:13.425 INFO E| Compiling anstyle-query v1.1.1 |
8667 | 2024-12-20T20:33:15.612Z | [ recovery-image] Dec 20 20:33:14.389 INFO E| Compiling anstyle-parse v0.2.5 |
8668 | 2024-12-20T20:33:15.628Z | [ recovery-image] Dec 20 20:33:14.405 INFO E| Compiling clap_lex v0.7.2 |
8669 | 2024-12-20T20:33:15.689Z | [ recovery-image] Dec 20 20:33:14.466 INFO E| Compiling strsim v0.11.1 |
8670 | 2024-12-20T20:33:15.849Z | [ recovery-image] Dec 20 20:33:14.626 INFO E| Compiling heck v0.5.0 |
8671 | 2024-12-20T20:33:16.027Z | [ recovery-image] Dec 20 20:33:14.805 INFO E| Compiling once_cell v1.19.0 |
8672 | 2024-12-20T20:33:16.275Z | [ recovery-image] Dec 20 20:33:15.052 INFO E| Compiling anstream v0.6.15 |
8673 | 2024-12-20T20:33:16.918Z | [ recovery-image] Dec 20 20:33:15.696 INFO E| Compiling clap_builder v4.5.17 |
8674 | 2024-12-20T20:33:17.538Z | [ recovery-image] Dec 20 20:33:16.315 INFO E| Compiling quote v1.0.37 |
8675 | 2024-12-20T20:33:17.970Z | [ recovery-image] Dec 20 20:33:16.748 INFO E| Compiling os_pipe v1.2.1 |
8676 | 2024-12-20T20:33:17.970Z | [ recovery-image] Dec 20 20:33:16.748 INFO E| Compiling shared_child v1.0.1 |
8677 | 2024-12-20T20:33:18.145Z | [ recovery-image] Dec 20 20:33:16.922 INFO E| Compiling syn v2.0.77 |
8678 | 2024-12-20T20:33:18.320Z | [ recovery-image] Dec 20 20:33:17.097 INFO E| Compiling duct v0.13.7 |
8679 | 2024-12-20T20:33:20.801Z | [ host-image] Dec 20 20:33:19.578 INFO O| adding properties... |
8680 | 2024-12-20T20:33:23.671Z | [ host-image] Dec 20 20:33:22.433 INFO O| installing packages... |
8681 | 2024-12-20T20:33:26.848Z | [ recovery-image] Dec 20 20:33:25.625 INFO E| Compiling clap_derive v4.5.13 |
8682 | 2024-12-20T20:33:31.522Z | [ recovery-image] Dec 20 20:33:30.299 INFO E| Compiling clap v4.5.17 |
8683 | 2024-12-20T20:33:31.608Z | [ recovery-image] Dec 20 20:33:30.385 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8684 | 2024-12-20T20:33:34.264Z | [ recovery-image] Dec 20 20:33:33.041 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.61s |
8685 | 2024-12-20T20:33:34.280Z | [ recovery-image] Dec 20 20:33:33.057 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8686 | 2024-12-20T20:33:34.588Z | [ recovery-image] Dec 20 20:33:33.365 INFO E| Updating crates.io index |
8687 | 2024-12-20T20:33:34.961Z | [ recovery-image] Dec 20 20:33:33.738 INFO E| Downloading crates ... |
8688 | 2024-12-20T20:33:35.153Z | [ recovery-image] Dec 20 20:33:33.928 INFO E| Downloaded bit_field v0.10.2 |
8689 | 2024-12-20T20:33:35.170Z | [ recovery-image] Dec 20 20:33:33.947 INFO E| Downloaded bitstruct_derive v0.1.0 |
8690 | 2024-12-20T20:33:35.173Z | [ recovery-image] Dec 20 20:33:33.949 INFO E| Downloaded cpio_reader v0.1.1 |
8691 | 2024-12-20T20:33:35.175Z | [ recovery-image] Dec 20 20:33:33.951 INFO E| Downloaded bitstruct v0.1.1 |
8692 | 2024-12-20T20:33:35.180Z | [ recovery-image] Dec 20 20:33:33.957 INFO E| Downloaded seq-macro v0.3.5 |
8693 | 2024-12-20T20:33:35.197Z | [ recovery-image] Dec 20 20:33:33.975 INFO E| Downloaded syn v2.0.85 |
8694 | 2024-12-20T20:33:35.216Z | [ recovery-image] Dec 20 20:33:33.993 INFO E| Downloaded raw-cpuid v10.7.0 |
8695 | 2024-12-20T20:33:35.425Z | [ recovery-image] Dec 20 20:33:34.202 INFO E| Downloaded x86 v0.52.0 |
8696 | 2024-12-20T20:33:35.520Z | [ recovery-image] Dec 20 20:33:34.297 INFO E| Updating crates.io index |
8697 | 2024-12-20T20:33:35.844Z | [ recovery-image] Dec 20 20:33:34.620 INFO E| Downloading crates ... |
8698 | 2024-12-20T20:33:36.068Z | [ recovery-image] Dec 20 20:33:34.845 INFO E| Downloaded compiler_builtins v0.1.134 |
8699 | 2024-12-20T20:33:36.083Z | [ recovery-image] Dec 20 20:33:34.860 INFO E| Downloaded hashbrown v0.15.0 |
8700 | 2024-12-20T20:33:36.199Z | [ recovery-image] Dec 20 20:33:34.976 INFO E| Compiling compiler_builtins v0.1.134 |
8701 | 2024-12-20T20:33:36.199Z | [ recovery-image] Dec 20 20:33:34.976 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) |
8702 | 2024-12-20T20:33:36.199Z | [ recovery-image] Dec 20 20:33:34.976 INFO E| Compiling proc-macro2 v1.0.89 |
8703 | 2024-12-20T20:33:36.202Z | [ recovery-image] Dec 20 20:33:34.976 INFO E| Compiling unicode-ident v1.0.13 |
8704 | 2024-12-20T20:33:36.202Z | [ recovery-image] Dec 20 20:33:34.976 INFO E| Compiling syn v1.0.109 |
8705 | 2024-12-20T20:33:36.202Z | [ recovery-image] Dec 20 20:33:34.976 INFO E| Compiling x86 v0.52.0 |
8706 | 2024-12-20T20:33:36.202Z | [ recovery-image] Dec 20 20:33:34.976 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8707 | 2024-12-20T20:33:36.202Z | [ recovery-image] Dec 20 20:33:34.976 INFO E| Compiling seq-macro v0.3.5 |
8708 | 2024-12-20T20:33:39.040Z | [ recovery-image] Dec 20 20:33:37.816 INFO E| Compiling quote v1.0.37 |
8709 | 2024-12-20T20:33:39.627Z | [ recovery-image] Dec 20 20:33:38.404 INFO E| Compiling syn v2.0.85 |
8710 | 2024-12-20T20:33:45.734Z | [ recovery-image] Dec 20 20:33:44.511 INFO E| Compiling scroll_derive v0.12.0 |
8711 | 2024-12-20T20:33:50.671Z | [ recovery-image] Dec 20 20:33:49.447 INFO E| Compiling bitstruct_derive v0.1.0 |
8712 | 2024-12-20T20:34:05.438Z | [ host-image] Dec 20 20:34:04.214 INFO O| seeding SMF database... |
8713 | 2024-12-20T20:34:14.137Z | [ recovery-image] Dec 20 20:34:12.914 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) |
8714 | 2024-12-20T20:34:18.937Z | [ recovery-image] Dec 20 20:34:17.713 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) |
8715 | 2024-12-20T20:34:20.448Z | [ host-image] Dec 20 20:34:19.225 INFO O| configuring SMF profile... |
8716 | 2024-12-20T20:34:20.451Z | [ host-image] Dec 20 20:34:19.225 INFO O| modifying shadow(5)... |
8717 | 2024-12-20T20:34:20.451Z | [ host-image] Dec 20 20:34:19.226 INFO O| loading user and group database... |
8718 | 2024-12-20T20:34:20.451Z | [ host-image] Dec 20 20:34:19.226 INFO O| assessing packaged files... |
8719 | 2024-12-20T20:34:26.520Z | [ recovery-image] Dec 20 20:34:25.297 INFO E| Compiling bitflags v1.3.2 |
8720 | 2024-12-20T20:34:26.520Z | [ recovery-image] Dec 20 20:34:25.297 INFO E| Compiling plain v0.2.3 |
8721 | 2024-12-20T20:34:26.523Z | [ recovery-image] Dec 20 20:34:25.297 INFO E| Compiling bit_field v0.10.2 |
8722 | 2024-12-20T20:34:26.523Z | [ recovery-image] Dec 20 20:34:25.297 INFO E| Compiling adler2 v2.0.0 |
8723 | 2024-12-20T20:34:26.523Z | [ recovery-image] Dec 20 20:34:25.297 INFO E| Compiling scroll v0.12.0 |
8724 | 2024-12-20T20:34:26.523Z | [ recovery-image] Dec 20 20:34:25.297 INFO E| Compiling log v0.4.22 |
8725 | 2024-12-20T20:34:26.523Z | [ recovery-image] Dec 20 20:34:25.297 INFO E| Compiling bitstruct v0.1.1 |
8726 | 2024-12-20T20:34:26.670Z | [ recovery-image] Dec 20 20:34:25.446 INFO E| Compiling raw-cpuid v10.7.0 |
8727 | 2024-12-20T20:34:26.709Z | [ recovery-image] Dec 20 20:34:25.486 INFO E| Compiling cpio_reader v0.1.1 |
8728 | 2024-12-20T20:34:26.933Z | [ recovery-image] Dec 20 20:34:25.709 INFO E| Compiling miniz_oxide v0.8.0 |
8729 | 2024-12-20T20:34:27.071Z | [ recovery-image] Dec 20 20:34:25.848 INFO E| Compiling static_assertions v1.1.0 |
8730 | 2024-12-20T20:34:27.462Z | [ recovery-image] Dec 20 20:34:26.239 INFO E| Compiling goblin v0.8.2 |
8731 | 2024-12-20T20:34:29.230Z | [ host-image] Dec 20 20:34:28.007 INFO O| creating archive... |
8732 | 2024-12-20T20:34:29.321Z | [ host-image] Dec 20 20:34:28.097 INFO O| missing from packaging: |
8733 | 2024-12-20T20:34:29.321Z | [ host-image] Dec 20 20:34:28.097 INFO O| "etc/.pwd.lock" |
8734 | 2024-12-20T20:34:29.323Z | [ host-image] Dec 20 20:34:28.097 INFO O| "etc/bash" |
8735 | 2024-12-20T20:34:29.329Z | [ host-image] Dec 20 20:34:28.106 INFO O| "etc/svc/profile/generic.xml" |
8736 | 2024-12-20T20:34:29.329Z | [ host-image] Dec 20 20:34:28.106 INFO O| "etc/svc/profile/inetd_services.xml" |
8737 | 2024-12-20T20:34:29.330Z | [ host-image] Dec 20 20:34:28.106 INFO O| "etc/svc/profile/name_service.xml" |
8738 | 2024-12-20T20:34:29.332Z | [ host-image] Dec 20 20:34:28.106 INFO O| "etc/svc/profile/platform.xml" |
8739 | 2024-12-20T20:34:29.332Z | [ host-image] Dec 20 20:34:28.106 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8740 | 2024-12-20T20:34:29.332Z | [ host-image] Dec 20 20:34:28.106 INFO O| "etc/svc/repository.db" |
8741 | 2024-12-20T20:34:29.366Z | [ host-image] Dec 20 20:34:28.143 INFO O| "opt/ooce/share" |
8742 | 2024-12-20T20:34:29.366Z | [ host-image] Dec 20 20:34:28.143 INFO O| "opt/ooce/share/man" |
8743 | 2024-12-20T20:34:29.369Z | [ host-image] Dec 20 20:34:28.143 INFO O| "opt/ooce/share/man/man1" |
8744 | 2024-12-20T20:34:29.381Z | [ host-image] Dec 20 20:34:28.158 INFO O| finishing archive... |
8745 | 2024-12-20T20:34:34.639Z | [ host-image] Dec 20 20:34:33.416 INFO O| creating gzonly manifest... |
8746 | 2024-12-20T20:34:34.651Z | [ host-image] Dec 20 20:34:33.428 INFO O| ok |
8747 | 2024-12-20T20:34:34.898Z | [ host-image] Dec 20 20:34:33.675 INFO image builder template: ramdisk-02-trim... |
8748 | 2024-12-20T20:34:34.899Z | [ host-image] Dec 20 20:34:33.675 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/.tmpoPknlO/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.311", "-n", "ramdisk-02-trim"], pwd: None |
8749 | 2024-12-20T20:34:34.947Z | [ host-image] Dec 20 20:34:33.723 INFO O| Dec 20 20:34:33.723 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8750 | 2024-12-20T20:34:34.956Z | [ host-image] Dec 20 20:34:33.732 INFO O| Dec 20 20:34:33.732 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8751 | 2024-12-20T20:34:35.137Z | [ host-image] Dec 20 20:34:33.913 INFO O| Dec 20 20:34:33.913 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8752 | 2024-12-20T20:34:35.221Z | [ host-image] Dec 20 20:34:33.998 INFO O| Dec 20 20:34:33.998 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8753 | 2024-12-20T20:34:35.221Z | [ host-image] Dec 20 20:34:33.998 INFO O| Dec 20 20:34:33.998 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8754 | 2024-12-20T20:34:35.232Z | [ host-image] Dec 20 20:34:34.008 INFO O| Dec 20 20:34:34.008 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8755 | 2024-12-20T20:34:35.239Z | [ host-image] Dec 20 20:34:34.016 INFO O| Dec 20 20:34:34.016 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8756 | 2024-12-20T20:34:35.261Z | [ host-image] Dec 20 20:34:34.037 INFO O| Dec 20 20:34:34.037 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8757 | 2024-12-20T20:34:35.993Z | [ host-image] Dec 20 20:34:34.769 INFO O| Dec 20 20:34:34.769 INFO rolled back to input snapshot; work may begin |
8758 | 2024-12-20T20:34:35.993Z | [ host-image] Dec 20 20:34:34.769 INFO O| Dec 20 20:34:34.769 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8759 | 2024-12-20T20:34:36.007Z | [ host-image] Dec 20 20:34:34.783 INFO O| Dec 20 20:34:34.783 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8760 | 2024-12-20T20:34:36.026Z | [ host-image] Dec 20 20:34:34.801 INFO O| Dec 20 20:34:34.801 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8761 | 2024-12-20T20:34:37.079Z | [ host-image] Dec 20 20:34:35.856 INFO O| Dec 20 20:34:35.855 INFO STEP 0 (remove_files) COMPLETE |
8762 | 2024-12-20T20:34:37.079Z | [ host-image] Dec 20 20:34:35.856 INFO O| Dec 20 20:34:35.855 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8763 | 2024-12-20T20:34:37.116Z | [ host-image] Dec 20 20:34:35.892 INFO O| Dec 20 20:34:35.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8764 | 2024-12-20T20:34:37.314Z | [ host-image] Dec 20 20:34:36.090 INFO O| Dec 20 20:34:36.090 INFO STEP 1 (remove_files) COMPLETE |
8765 | 2024-12-20T20:34:37.314Z | [ host-image] Dec 20 20:34:36.090 INFO O| Dec 20 20:34:36.090 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8766 | 2024-12-20T20:34:37.351Z | [ host-image] Dec 20 20:34:36.127 INFO O| Dec 20 20:34:36.127 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8767 | 2024-12-20T20:34:37.994Z | [ host-image] Dec 20 20:34:36.771 INFO O| Dec 20 20:34:36.770 INFO STEP 2 (remove_files) COMPLETE |
8768 | 2024-12-20T20:34:37.994Z | [ host-image] Dec 20 20:34:36.771 INFO O| Dec 20 20:34:36.771 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8769 | 2024-12-20T20:34:38.017Z | [ host-image] Dec 20 20:34:36.793 INFO O| Dec 20 20:34:36.793 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8770 | 2024-12-20T20:34:38.021Z | [ host-image] Dec 20 20:34:36.798 INFO O| Dec 20 20:34:36.798 INFO STEP 3 (remove_files) COMPLETE |
8771 | 2024-12-20T20:34:38.021Z | [ host-image] Dec 20 20:34:36.798 INFO O| Dec 20 20:34:36.798 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8772 | 2024-12-20T20:34:38.044Z | [ host-image] Dec 20 20:34:36.821 INFO O| Dec 20 20:34:36.821 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8773 | 2024-12-20T20:34:38.059Z | [ host-image] Dec 20 20:34:36.835 INFO O| Dec 20 20:34:36.835 INFO STEP 4 (remove_files) COMPLETE |
8774 | 2024-12-20T20:34:38.059Z | [ host-image] Dec 20 20:34:36.835 INFO O| Dec 20 20:34:36.835 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8775 | 2024-12-20T20:34:38.090Z | [ host-image] Dec 20 20:34:36.866 INFO O| Dec 20 20:34:36.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8776 | 2024-12-20T20:34:38.137Z | [ host-image] Dec 20 20:34:36.913 INFO O| Dec 20 20:34:36.913 INFO STEP 5 (remove_files) COMPLETE |
8777 | 2024-12-20T20:34:38.137Z | [ host-image] Dec 20 20:34:36.913 INFO O| Dec 20 20:34:36.913 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8778 | 2024-12-20T20:34:38.207Z | [ host-image] Dec 20 20:34:36.983 INFO O| Dec 20 20:34:36.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8779 | 2024-12-20T20:34:38.232Z | [ host-image] Dec 20 20:34:37.008 INFO O| Dec 20 20:34:37.008 INFO STEP 6 (remove_files) COMPLETE |
8780 | 2024-12-20T20:34:38.232Z | [ host-image] Dec 20 20:34:37.008 INFO O| Dec 20 20:34:37.008 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8781 | 2024-12-20T20:34:38.303Z | [ host-image] Dec 20 20:34:37.080 INFO O| Dec 20 20:34:37.080 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8782 | 2024-12-20T20:34:38.450Z | [ host-image] Dec 20 20:34:37.226 INFO O| Dec 20 20:34:37.226 INFO STEP 7 (remove_files) COMPLETE |
8783 | 2024-12-20T20:34:38.450Z | [ host-image] Dec 20 20:34:37.226 INFO O| Dec 20 20:34:37.226 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8784 | 2024-12-20T20:34:38.467Z | [ host-image] Dec 20 20:34:37.243 INFO O| Dec 20 20:34:37.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8785 | 2024-12-20T20:34:38.620Z | [ host-image] Dec 20 20:34:37.397 INFO O| Dec 20 20:34:37.396 INFO STEP 8 (remove_files) COMPLETE |
8786 | 2024-12-20T20:34:38.620Z | [ host-image] Dec 20 20:34:37.397 INFO O| Dec 20 20:34:37.397 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8787 | 2024-12-20T20:34:38.639Z | [ host-image] Dec 20 20:34:37.415 INFO O| Dec 20 20:34:37.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8788 | 2024-12-20T20:34:38.862Z | [ host-image] Dec 20 20:34:37.639 INFO O| Dec 20 20:34:37.638 INFO STEP 9 (remove_files) COMPLETE |
8789 | 2024-12-20T20:34:38.862Z | [ host-image] Dec 20 20:34:37.639 INFO O| Dec 20 20:34:37.638 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8790 | 2024-12-20T20:34:38.907Z | [ host-image] Dec 20 20:34:37.684 INFO O| Dec 20 20:34:37.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8791 | 2024-12-20T20:34:39.009Z | [ host-image] Dec 20 20:34:37.786 INFO O| Dec 20 20:34:37.785 INFO STEP 10 (remove_files) COMPLETE |
8792 | 2024-12-20T20:34:39.009Z | [ host-image] Dec 20 20:34:37.786 INFO O| Dec 20 20:34:37.786 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8793 | 2024-12-20T20:34:39.029Z | [ host-image] Dec 20 20:34:37.804 INFO O| Dec 20 20:34:37.804 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8794 | 2024-12-20T20:34:39.033Z | [ host-image] Dec 20 20:34:37.809 INFO O| Dec 20 20:34:37.809 INFO STEP 11 (remove_files) COMPLETE |
8795 | 2024-12-20T20:34:39.033Z | [ host-image] Dec 20 20:34:37.810 INFO O| Dec 20 20:34:37.809 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2024-12-20T20:34:39.127Z | [ host-image] Dec 20 20:34:37.903 INFO O| Dec 20 20:34:37.903 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8797 | 2024-12-20T20:34:39.134Z | [ host-image] Dec 20 20:34:37.911 INFO O| Dec 20 20:34:37.911 INFO STEP 12 (remove_files) COMPLETE |
8798 | 2024-12-20T20:34:39.135Z | [ host-image] Dec 20 20:34:37.911 INFO O| Dec 20 20:34:37.911 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2024-12-20T20:34:39.138Z | [ recovery-image] Dec 20 20:34:37.911 INFO E| Finished `release` profile [optimized] target(s) in 1m 04s |
8800 | 2024-12-20T20:34:39.171Z | [ recovery-image] Dec 20 20:34:37.948 INFO building host image... |
8801 | 2024-12-20T20:34:39.175Z | [ recovery-image] Dec 20 20:34:37.949 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") |
8802 | 2024-12-20T20:34:39.406Z | [ host-image] Dec 20 20:34:38.168 INFO O| Dec 20 20:34:38.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8803 | 2024-12-20T20:34:39.815Z | [ host-image] Dec 20 20:34:38.591 INFO O| Dec 20 20:34:38.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8804 | 2024-12-20T20:34:39.818Z | [ host-image] Dec 20 20:34:38.594 INFO O| Dec 20 20:34:38.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8805 | 2024-12-20T20:34:39.826Z | [ host-image] Dec 20 20:34:38.603 INFO O| Dec 20 20:34:38.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8806 | 2024-12-20T20:34:39.829Z | [ host-image] Dec 20 20:34:38.605 INFO O| Dec 20 20:34:38.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8807 | 2024-12-20T20:34:39.830Z | [ host-image] Dec 20 20:34:38.605 INFO O| Dec 20 20:34:38.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8808 | 2024-12-20T20:34:39.833Z | [ host-image] Dec 20 20:34:38.610 INFO O| Dec 20 20:34:38.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8809 | 2024-12-20T20:34:39.841Z | [ host-image] Dec 20 20:34:38.618 INFO O| Dec 20 20:34:38.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8810 | 2024-12-20T20:34:39.847Z | [ host-image] Dec 20 20:34:38.624 INFO O| Dec 20 20:34:38.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8811 | 2024-12-20T20:34:39.850Z | [ host-image] Dec 20 20:34:38.627 INFO O| Dec 20 20:34:38.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8812 | 2024-12-20T20:34:39.852Z | [ host-image] Dec 20 20:34:38.628 INFO O| Dec 20 20:34:38.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8813 | 2024-12-20T20:34:39.856Z | [ host-image] Dec 20 20:34:38.632 INFO O| Dec 20 20:34:38.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8814 | 2024-12-20T20:34:39.858Z | [ host-image] Dec 20 20:34:38.634 INFO O| Dec 20 20:34:38.633 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8815 | 2024-12-20T20:34:39.866Z | [ host-image] Dec 20 20:34:38.643 INFO O| Dec 20 20:34:38.643 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8816 | 2024-12-20T20:34:39.891Z | [ host-image] Dec 20 20:34:38.668 INFO O| Dec 20 20:34:38.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8817 | 2024-12-20T20:34:39.914Z | [ host-image] Dec 20 20:34:38.690 INFO O| Dec 20 20:34:38.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8818 | 2024-12-20T20:34:39.927Z | [ recovery-image] Dec 20 20:34:38.703 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8819 | 2024-12-20T20:34:39.930Z | [ host-image] Dec 20 20:34:38.704 INFO O| Dec 20 20:34:38.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8820 | 2024-12-20T20:34:42.094Z | [ recovery-image] Dec 20 20:34:40.870 INFO image complete! materials are in "/work/os-recovery" |
8821 | 2024-12-20T20:34:42.100Z | [ recovery-image] |
8822 | 2024-12-20T20:34:42.100Z | [ recovery-image] real 10:28.900215651 |
8823 | 2024-12-20T20:34:42.102Z | [ recovery-image] user 6:34.482383904 |
8824 | 2024-12-20T20:34:42.102Z | [ recovery-image] sys 1:05.757145044 |
8825 | 2024-12-20T20:34:42.102Z | [ recovery-image] trap 0.315862880 |
8826 | 2024-12-20T20:34:42.103Z | [ recovery-image] tflt 1.102477461 |
8827 | 2024-12-20T20:34:42.103Z | [ recovery-image] dflt 2.618819157 |
8828 | 2024-12-20T20:34:42.103Z | [ recovery-image] kflt 0.039577169 |
8829 | 2024-12-20T20:34:42.103Z | [ recovery-image] lock 23:59.675997037 |
8830 | 2024-12-20T20:34:42.103Z | [ recovery-image] slp 1:03:40.189555537 |
8831 | 2024-12-20T20:34:42.103Z | [ recovery-image] lat 4:40.556197340 |
8832 | 2024-12-20T20:34:42.103Z | [ recovery-image] stop 13.400848504 |
8833 | 2024-12-20T20:34:42.103Z | Dec 20 20:34:40.877 INFO [recovery-image] process exited with exit status: 0 (628.925786337s) |
8834 | 2024-12-20T20:34:42.729Z | [ host-image] Dec 20 20:34:41.505 INFO O| Dec 20 20:34:41.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8835 | 2024-12-20T20:34:42.744Z | [ host-image] Dec 20 20:34:41.521 INFO O| Dec 20 20:34:41.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8836 | 2024-12-20T20:34:42.996Z | [ host-image] Dec 20 20:34:41.773 INFO O| Dec 20 20:34:41.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8837 | 2024-12-20T20:34:43.003Z | [ host-image] Dec 20 20:34:41.780 INFO O| Dec 20 20:34:41.780 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8838 | 2024-12-20T20:34:43.539Z | [ host-image] Dec 20 20:34:42.316 INFO O| Dec 20 20:34:42.315 INFO STEP 13 (remove_files) COMPLETE |
8839 | 2024-12-20T20:34:43.539Z | [ host-image] Dec 20 20:34:42.316 INFO O| Dec 20 20:34:42.316 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-20T20:34:43.559Z | [ host-image] Dec 20 20:34:42.335 INFO O| Dec 20 20:34:42.335 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8841 | 2024-12-20T20:34:43.645Z | [ host-image] Dec 20 20:34:42.421 INFO O| Dec 20 20:34:42.421 INFO STEP 14 (remove_files) COMPLETE |
8842 | 2024-12-20T20:34:43.647Z | [ host-image] Dec 20 20:34:42.421 INFO O| Dec 20 20:34:42.421 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-20T20:34:43.666Z | [ host-image] Dec 20 20:34:42.443 INFO O| Dec 20 20:34:42.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8844 | 2024-12-20T20:34:43.950Z | [ host-image] Dec 20 20:34:42.726 INFO O| Dec 20 20:34:42.726 INFO STEP 15 (remove_files) COMPLETE |
8845 | 2024-12-20T20:34:43.950Z | [ host-image] Dec 20 20:34:42.726 INFO O| Dec 20 20:34:42.726 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-20T20:34:43.969Z | [ host-image] Dec 20 20:34:42.745 INFO O| Dec 20 20:34:42.745 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8847 | 2024-12-20T20:34:43.972Z | [ host-image] Dec 20 20:34:42.746 INFO O| Dec 20 20:34:42.746 INFO STEP 16 (remove_files) COMPLETE |
8848 | 2024-12-20T20:34:43.972Z | [ host-image] Dec 20 20:34:42.746 INFO O| Dec 20 20:34:42.746 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-20T20:34:43.988Z | [ host-image] Dec 20 20:34:42.764 INFO O| Dec 20 20:34:42.764 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8850 | 2024-12-20T20:34:43.997Z | [ host-image] Dec 20 20:34:42.773 INFO O| Dec 20 20:34:42.773 INFO STEP 17 (remove_files) COMPLETE |
8851 | 2024-12-20T20:34:43.997Z | [ host-image] Dec 20 20:34:42.773 INFO O| Dec 20 20:34:42.773 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-20T20:34:44.015Z | [ host-image] Dec 20 20:34:42.792 INFO O| Dec 20 20:34:42.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8853 | 2024-12-20T20:34:44.018Z | [ host-image] Dec 20 20:34:42.792 INFO O| Dec 20 20:34:42.792 INFO STEP 18 (remove_files) COMPLETE |
8854 | 2024-12-20T20:34:44.018Z | [ host-image] Dec 20 20:34:42.792 INFO O| Dec 20 20:34:42.792 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-20T20:34:44.049Z | [ host-image] Dec 20 20:34:42.826 INFO O| Dec 20 20:34:42.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8856 | 2024-12-20T20:34:44.049Z | [ host-image] Dec 20 20:34:42.826 INFO O| Dec 20 20:34:42.826 INFO STEP 19 (remove_files) COMPLETE |
8857 | 2024-12-20T20:34:44.052Z | [ host-image] Dec 20 20:34:42.826 INFO O| Dec 20 20:34:42.826 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-20T20:34:44.091Z | [ host-image] Dec 20 20:34:42.867 INFO O| Dec 20 20:34:42.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8859 | 2024-12-20T20:34:44.091Z | [ host-image] Dec 20 20:34:42.868 INFO O| Dec 20 20:34:42.868 INFO STEP 20 (remove_files) COMPLETE |
8860 | 2024-12-20T20:34:44.091Z | [ host-image] Dec 20 20:34:42.868 INFO O| Dec 20 20:34:42.868 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-20T20:34:44.111Z | [ host-image] Dec 20 20:34:42.887 INFO O| Dec 20 20:34:42.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8862 | 2024-12-20T20:34:44.111Z | [ host-image] Dec 20 20:34:42.887 INFO O| Dec 20 20:34:42.887 INFO STEP 21 (remove_files) COMPLETE |
8863 | 2024-12-20T20:34:44.111Z | [ host-image] Dec 20 20:34:42.887 INFO O| Dec 20 20:34:42.887 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-20T20:34:44.129Z | [ host-image] Dec 20 20:34:42.906 INFO O| Dec 20 20:34:42.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8865 | 2024-12-20T20:34:44.129Z | [ host-image] Dec 20 20:34:42.906 INFO O| Dec 20 20:34:42.906 INFO STEP 22 (remove_files) COMPLETE |
8866 | 2024-12-20T20:34:44.132Z | [ host-image] Dec 20 20:34:42.906 INFO O| Dec 20 20:34:42.906 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-20T20:34:44.149Z | [ host-image] Dec 20 20:34:42.925 INFO O| Dec 20 20:34:42.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8868 | 2024-12-20T20:34:44.149Z | [ host-image] Dec 20 20:34:42.925 INFO O| Dec 20 20:34:42.925 INFO STEP 23 (remove_files) COMPLETE |
8869 | 2024-12-20T20:34:44.150Z | [ host-image] Dec 20 20:34:42.925 INFO O| Dec 20 20:34:42.925 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-20T20:34:44.166Z | [ host-image] Dec 20 20:34:42.943 INFO O| Dec 20 20:34:42.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8871 | 2024-12-20T20:34:44.166Z | [ host-image] Dec 20 20:34:42.943 INFO O| Dec 20 20:34:42.943 INFO STEP 24 (remove_files) COMPLETE |
8872 | 2024-12-20T20:34:44.169Z | [ host-image] Dec 20 20:34:42.943 INFO O| Dec 20 20:34:42.943 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-20T20:34:44.188Z | [ host-image] Dec 20 20:34:42.964 INFO O| Dec 20 20:34:42.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8874 | 2024-12-20T20:34:44.188Z | [ host-image] Dec 20 20:34:42.964 INFO O| Dec 20 20:34:42.964 INFO STEP 25 (remove_files) COMPLETE |
8875 | 2024-12-20T20:34:44.190Z | [ host-image] Dec 20 20:34:42.964 INFO O| Dec 20 20:34:42.964 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-20T20:34:44.208Z | [ host-image] Dec 20 20:34:42.984 INFO O| Dec 20 20:34:42.984 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8877 | 2024-12-20T20:34:44.232Z | [ host-image] Dec 20 20:34:43.009 INFO O| Dec 20 20:34:43.009 INFO STEP 26 (remove_files) COMPLETE |
8878 | 2024-12-20T20:34:44.232Z | [ host-image] Dec 20 20:34:43.009 INFO O| Dec 20 20:34:43.009 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-20T20:34:44.253Z | [ host-image] Dec 20 20:34:43.029 INFO O| Dec 20 20:34:43.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8880 | 2024-12-20T20:34:44.253Z | [ host-image] Dec 20 20:34:43.029 INFO O| Dec 20 20:34:43.029 INFO STEP 27 (remove_files) COMPLETE |
8881 | 2024-12-20T20:34:44.253Z | [ host-image] Dec 20 20:34:43.029 INFO O| Dec 20 20:34:43.029 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-20T20:34:44.271Z | [ host-image] Dec 20 20:34:43.047 INFO O| Dec 20 20:34:43.047 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8883 | 2024-12-20T20:34:44.272Z | [ host-image] Dec 20 20:34:43.048 INFO O| Dec 20 20:34:43.048 INFO STEP 28 (remove_files) COMPLETE |
8884 | 2024-12-20T20:34:44.272Z | [ host-image] Dec 20 20:34:43.048 INFO O| Dec 20 20:34:43.048 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-20T20:34:44.290Z | [ host-image] Dec 20 20:34:43.066 INFO O| Dec 20 20:34:43.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8886 | 2024-12-20T20:34:44.290Z | [ host-image] Dec 20 20:34:43.066 INFO O| Dec 20 20:34:43.066 INFO STEP 29 (remove_files) COMPLETE |
8887 | 2024-12-20T20:34:44.290Z | [ host-image] Dec 20 20:34:43.066 INFO O| Dec 20 20:34:43.066 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-20T20:34:44.308Z | [ host-image] Dec 20 20:34:43.084 INFO O| Dec 20 20:34:43.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8889 | 2024-12-20T20:34:44.308Z | [ host-image] Dec 20 20:34:43.084 INFO O| Dec 20 20:34:43.084 INFO STEP 30 (remove_files) COMPLETE |
8890 | 2024-12-20T20:34:44.308Z | [ host-image] Dec 20 20:34:43.085 INFO O| Dec 20 20:34:43.084 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-20T20:34:44.326Z | [ host-image] Dec 20 20:34:43.102 INFO O| Dec 20 20:34:43.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8892 | 2024-12-20T20:34:44.339Z | [ host-image] Dec 20 20:34:43.115 INFO O| Dec 20 20:34:43.115 INFO STEP 31 (remove_files) COMPLETE |
8893 | 2024-12-20T20:34:44.339Z | [ host-image] Dec 20 20:34:43.115 INFO O| Dec 20 20:34:43.115 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-20T20:34:44.372Z | [ host-image] Dec 20 20:34:43.148 INFO O| Dec 20 20:34:43.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8895 | 2024-12-20T20:34:44.372Z | [ host-image] Dec 20 20:34:43.148 INFO O| Dec 20 20:34:43.148 INFO STEP 32 (remove_files) COMPLETE |
8896 | 2024-12-20T20:34:44.372Z | [ host-image] Dec 20 20:34:43.148 INFO O| Dec 20 20:34:43.148 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-20T20:34:44.390Z | [ host-image] Dec 20 20:34:43.167 INFO O| Dec 20 20:34:43.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8898 | 2024-12-20T20:34:44.390Z | [ host-image] Dec 20 20:34:43.167 INFO O| Dec 20 20:34:43.167 INFO STEP 33 (remove_files) COMPLETE |
8899 | 2024-12-20T20:34:44.391Z | [ host-image] Dec 20 20:34:43.167 INFO O| Dec 20 20:34:43.167 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-20T20:34:44.408Z | [ host-image] Dec 20 20:34:43.185 INFO O| Dec 20 20:34:43.185 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8901 | 2024-12-20T20:34:44.408Z | [ host-image] Dec 20 20:34:43.185 INFO O| Dec 20 20:34:43.185 INFO STEP 34 (remove_files) COMPLETE |
8902 | 2024-12-20T20:34:44.408Z | [ host-image] Dec 20 20:34:43.185 INFO O| Dec 20 20:34:43.185 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-20T20:34:44.427Z | [ host-image] Dec 20 20:34:43.203 INFO O| Dec 20 20:34:43.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8904 | 2024-12-20T20:34:44.427Z | [ host-image] Dec 20 20:34:43.203 INFO O| Dec 20 20:34:43.203 INFO STEP 35 (remove_files) COMPLETE |
8905 | 2024-12-20T20:34:44.427Z | [ host-image] Dec 20 20:34:43.203 INFO O| Dec 20 20:34:43.203 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-20T20:34:44.444Z | [ host-image] Dec 20 20:34:43.221 INFO O| Dec 20 20:34:43.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8907 | 2024-12-20T20:34:44.445Z | [ host-image] Dec 20 20:34:43.221 INFO O| Dec 20 20:34:43.221 INFO STEP 36 (remove_files) COMPLETE |
8908 | 2024-12-20T20:34:44.447Z | [ host-image] Dec 20 20:34:43.221 INFO O| Dec 20 20:34:43.221 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-20T20:34:44.485Z | [ host-image] Dec 20 20:34:43.262 INFO O| Dec 20 20:34:43.262 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8910 | 2024-12-20T20:34:44.485Z | [ host-image] Dec 20 20:34:43.262 INFO O| Dec 20 20:34:43.262 INFO STEP 37 (remove_files) COMPLETE |
8911 | 2024-12-20T20:34:44.485Z | [ host-image] Dec 20 20:34:43.262 INFO O| Dec 20 20:34:43.262 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-20T20:34:44.505Z | [ host-image] Dec 20 20:34:43.281 INFO O| Dec 20 20:34:43.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8913 | 2024-12-20T20:34:44.505Z | [ host-image] Dec 20 20:34:43.281 INFO O| Dec 20 20:34:43.281 INFO STEP 38 (remove_files) COMPLETE |
8914 | 2024-12-20T20:34:44.505Z | [ host-image] Dec 20 20:34:43.281 INFO O| Dec 20 20:34:43.281 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-20T20:34:44.523Z | [ host-image] Dec 20 20:34:43.299 INFO O| Dec 20 20:34:43.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8916 | 2024-12-20T20:34:44.523Z | [ host-image] Dec 20 20:34:43.299 INFO O| Dec 20 20:34:43.299 INFO STEP 39 (remove_files) COMPLETE |
8917 | 2024-12-20T20:34:44.523Z | [ host-image] Dec 20 20:34:43.299 INFO O| Dec 20 20:34:43.299 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-20T20:34:44.541Z | [ host-image] Dec 20 20:34:43.317 INFO O| Dec 20 20:34:43.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8919 | 2024-12-20T20:34:44.541Z | [ host-image] Dec 20 20:34:43.317 INFO O| Dec 20 20:34:43.317 INFO STEP 40 (remove_files) COMPLETE |
8920 | 2024-12-20T20:34:44.541Z | [ host-image] Dec 20 20:34:43.317 INFO O| Dec 20 20:34:43.317 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-20T20:34:44.558Z | [ host-image] Dec 20 20:34:43.334 INFO O| Dec 20 20:34:43.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8922 | 2024-12-20T20:34:44.558Z | [ host-image] Dec 20 20:34:43.334 INFO O| Dec 20 20:34:43.334 INFO STEP 41 (remove_files) COMPLETE |
8923 | 2024-12-20T20:34:44.558Z | [ host-image] Dec 20 20:34:43.334 INFO O| Dec 20 20:34:43.334 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-20T20:34:44.576Z | [ host-image] Dec 20 20:34:43.352 INFO O| Dec 20 20:34:43.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8925 | 2024-12-20T20:34:44.586Z | [ host-image] Dec 20 20:34:43.362 INFO O| Dec 20 20:34:43.362 INFO STEP 42 (remove_files) COMPLETE |
8926 | 2024-12-20T20:34:44.586Z | [ host-image] Dec 20 20:34:43.362 INFO O| Dec 20 20:34:43.362 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-20T20:34:44.605Z | [ host-image] Dec 20 20:34:43.381 INFO O| Dec 20 20:34:43.381 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8928 | 2024-12-20T20:34:44.605Z | [ host-image] Dec 20 20:34:43.381 INFO O| Dec 20 20:34:43.381 INFO STEP 43 (remove_files) COMPLETE |
8929 | 2024-12-20T20:34:44.605Z | [ host-image] Dec 20 20:34:43.381 INFO O| Dec 20 20:34:43.381 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-20T20:34:44.623Z | [ host-image] Dec 20 20:34:43.400 INFO O| Dec 20 20:34:43.400 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8931 | 2024-12-20T20:34:44.630Z | [ host-image] Dec 20 20:34:43.406 INFO O| Dec 20 20:34:43.406 INFO STEP 44 (remove_files) COMPLETE |
8932 | 2024-12-20T20:34:44.630Z | [ host-image] Dec 20 20:34:43.406 INFO O| Dec 20 20:34:43.406 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-20T20:34:44.685Z | [ host-image] Dec 20 20:34:43.461 INFO O| Dec 20 20:34:43.461 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8934 | 2024-12-20T20:34:44.686Z | [ host-image] Dec 20 20:34:43.462 INFO O| Dec 20 20:34:43.461 INFO STEP 45 (remove_files) COMPLETE |
8935 | 2024-12-20T20:34:44.686Z | [ host-image] Dec 20 20:34:43.462 INFO O| Dec 20 20:34:43.462 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-20T20:34:44.704Z | [ host-image] Dec 20 20:34:43.480 INFO O| Dec 20 20:34:43.480 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8937 | 2024-12-20T20:34:44.704Z | [ host-image] Dec 20 20:34:43.481 INFO O| Dec 20 20:34:43.480 INFO STEP 46 (remove_files) COMPLETE |
8938 | 2024-12-20T20:34:44.704Z | [ host-image] Dec 20 20:34:43.481 INFO O| Dec 20 20:34:43.481 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-20T20:34:44.723Z | [ host-image] Dec 20 20:34:43.499 INFO O| Dec 20 20:34:43.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8940 | 2024-12-20T20:34:44.723Z | [ host-image] Dec 20 20:34:43.499 INFO O| Dec 20 20:34:43.499 INFO STEP 47 (remove_files) COMPLETE |
8941 | 2024-12-20T20:34:44.723Z | [ host-image] Dec 20 20:34:43.499 INFO O| Dec 20 20:34:43.499 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2024-12-20T20:34:44.741Z | [ host-image] Dec 20 20:34:43.517 INFO O| Dec 20 20:34:43.517 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8943 | 2024-12-20T20:34:44.741Z | [ host-image] Dec 20 20:34:43.517 INFO O| Dec 20 20:34:43.517 INFO STEP 48 (remove_files) COMPLETE |
8944 | 2024-12-20T20:34:44.741Z | [ host-image] Dec 20 20:34:43.517 INFO O| Dec 20 20:34:43.517 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-20T20:34:44.760Z | [ host-image] Dec 20 20:34:43.536 INFO O| Dec 20 20:34:43.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8946 | 2024-12-20T20:34:44.776Z | [ host-image] Dec 20 20:34:43.553 INFO O| Dec 20 20:34:43.553 INFO STEP 49 (remove_files) COMPLETE |
8947 | 2024-12-20T20:34:44.776Z | [ host-image] Dec 20 20:34:43.553 INFO O| Dec 20 20:34:43.553 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2024-12-20T20:34:44.807Z | [ host-image] Dec 20 20:34:43.584 INFO O| Dec 20 20:34:43.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8949 | 2024-12-20T20:34:44.808Z | [ host-image] Dec 20 20:34:43.584 INFO O| Dec 20 20:34:43.584 INFO STEP 50 (remove_files) COMPLETE |
8950 | 2024-12-20T20:34:44.808Z | [ host-image] Dec 20 20:34:43.584 INFO O| Dec 20 20:34:43.584 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-20T20:34:44.826Z | [ host-image] Dec 20 20:34:43.603 INFO O| Dec 20 20:34:43.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8952 | 2024-12-20T20:34:44.827Z | [ host-image] Dec 20 20:34:43.603 INFO O| Dec 20 20:34:43.603 INFO STEP 51 (remove_files) COMPLETE |
8953 | 2024-12-20T20:34:44.829Z | [ host-image] Dec 20 20:34:43.603 INFO O| Dec 20 20:34:43.603 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2024-12-20T20:34:44.844Z | [ host-image] Dec 20 20:34:43.621 INFO O| Dec 20 20:34:43.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8955 | 2024-12-20T20:34:44.846Z | [ host-image] Dec 20 20:34:43.621 INFO O| Dec 20 20:34:43.621 INFO STEP 52 (remove_files) COMPLETE |
8956 | 2024-12-20T20:34:44.846Z | [ host-image] Dec 20 20:34:43.621 INFO O| Dec 20 20:34:43.621 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2024-12-20T20:34:44.861Z | [ host-image] Dec 20 20:34:43.637 INFO O| Dec 20 20:34:43.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8958 | 2024-12-20T20:34:44.870Z | [ host-image] Dec 20 20:34:43.646 INFO O| Dec 20 20:34:43.646 INFO STEP 53 (remove_files) COMPLETE |
8959 | 2024-12-20T20:34:44.870Z | [ host-image] Dec 20 20:34:43.646 INFO O| Dec 20 20:34:43.646 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-20T20:34:44.907Z | [ host-image] Dec 20 20:34:43.683 INFO O| Dec 20 20:34:43.683 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8961 | 2024-12-20T20:34:44.907Z | [ host-image] Dec 20 20:34:43.683 INFO O| Dec 20 20:34:43.683 INFO STEP 54 (remove_files) COMPLETE |
8962 | 2024-12-20T20:34:44.907Z | [ host-image] Dec 20 20:34:43.683 INFO O| Dec 20 20:34:43.683 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8963 | 2024-12-20T20:34:44.965Z | [ host-image] Dec 20 20:34:43.741 INFO O| Dec 20 20:34:43.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8964 | 2024-12-20T20:34:44.965Z | [ host-image] Dec 20 20:34:43.741 INFO O| Dec 20 20:34:43.741 INFO STEP 55 (remove_files) COMPLETE |
8965 | 2024-12-20T20:34:44.965Z | [ host-image] Dec 20 20:34:43.741 INFO O| Dec 20 20:34:43.741 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2024-12-20T20:34:45.007Z | [ host-image] Dec 20 20:34:43.784 INFO O| Dec 20 20:34:43.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8967 | 2024-12-20T20:34:45.007Z | [ host-image] Dec 20 20:34:43.784 INFO O| Dec 20 20:34:43.784 INFO STEP 56 (remove_files) COMPLETE |
8968 | 2024-12-20T20:34:45.007Z | [ host-image] Dec 20 20:34:43.784 INFO O| Dec 20 20:34:43.784 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2024-12-20T20:34:45.025Z | [ host-image] Dec 20 20:34:43.801 INFO O| Dec 20 20:34:43.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8970 | 2024-12-20T20:34:45.025Z | [ host-image] Dec 20 20:34:43.801 INFO O| Dec 20 20:34:43.801 INFO STEP 57 (remove_files) COMPLETE |
8971 | 2024-12-20T20:34:45.025Z | [ host-image] Dec 20 20:34:43.801 INFO O| Dec 20 20:34:43.801 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8972 | 2024-12-20T20:34:45.067Z | [ host-image] Dec 20 20:34:43.843 INFO O| Dec 20 20:34:43.843 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8973 | 2024-12-20T20:34:45.067Z | [ host-image] Dec 20 20:34:43.844 INFO O| Dec 20 20:34:43.844 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8974 | 2024-12-20T20:34:45.070Z | [ host-image] Dec 20 20:34:43.844 INFO O| Dec 20 20:34:43.844 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8975 | 2024-12-20T20:34:45.070Z | [ host-image] Dec 20 20:34:43.844 INFO O| Dec 20 20:34:43.844 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8976 | 2024-12-20T20:34:45.070Z | [ host-image] Dec 20 20:34:43.844 INFO O| Dec 20 20:34:43.844 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8977 | 2024-12-20T20:34:45.070Z | [ host-image] Dec 20 20:34:43.844 INFO O| Dec 20 20:34:43.844 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8978 | 2024-12-20T20:34:45.070Z | [ host-image] Dec 20 20:34:43.844 INFO O| Dec 20 20:34:43.844 INFO ok! |
8979 | 2024-12-20T20:34:45.070Z | [ host-image] Dec 20 20:34:43.844 INFO O| Dec 20 20:34:43.844 INFO STEP 58 (ensure_file) COMPLETE |
8980 | 2024-12-20T20:34:45.070Z | [ host-image] Dec 20 20:34:43.844 INFO O| Dec 20 20:34:43.844 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2024-12-20T20:34:45.087Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8982 | 2024-12-20T20:34:45.090Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8983 | 2024-12-20T20:34:45.090Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8984 | 2024-12-20T20:34:45.090Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8985 | 2024-12-20T20:34:45.090Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8986 | 2024-12-20T20:34:45.090Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8987 | 2024-12-20T20:34:45.090Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 INFO ok! |
8988 | 2024-12-20T20:34:45.090Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 INFO STEP 59 (ensure_file) COMPLETE |
8989 | 2024-12-20T20:34:45.090Z | [ host-image] Dec 20 20:34:43.864 INFO O| Dec 20 20:34:43.864 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-20T20:34:45.106Z | [ host-image] Dec 20 20:34:43.882 INFO O| Dec 20 20:34:43.882 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8991 | 2024-12-20T20:34:45.106Z | [ host-image] Dec 20 20:34:43.882 INFO O| Dec 20 20:34:43.882 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8992 | 2024-12-20T20:34:45.106Z | [ host-image] Dec 20 20:34:43.882 INFO O| Dec 20 20:34:43.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8993 | 2024-12-20T20:34:45.108Z | [ host-image] Dec 20 20:34:43.882 INFO O| Dec 20 20:34:43.882 INFO ok! |
8994 | 2024-12-20T20:34:45.108Z | [ host-image] Dec 20 20:34:43.882 INFO O| Dec 20 20:34:43.882 INFO STEP 60 (ensure_file) COMPLETE |
8995 | 2024-12-20T20:34:45.108Z | [ host-image] Dec 20 20:34:43.882 INFO O| Dec 20 20:34:43.882 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8996 | 2024-12-20T20:34:45.125Z | [ host-image] Dec 20 20:34:43.901 INFO O| Dec 20 20:34:43.901 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8997 | 2024-12-20T20:34:45.125Z | [ host-image] Dec 20 20:34:43.901 INFO O| Dec 20 20:34:43.901 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8998 | 2024-12-20T20:34:45.127Z | [ host-image] Dec 20 20:34:43.901 INFO O| Dec 20 20:34:43.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8999 | 2024-12-20T20:34:45.128Z | [ host-image] Dec 20 20:34:43.901 INFO O| Dec 20 20:34:43.901 INFO ok! |
9000 | 2024-12-20T20:34:45.128Z | [ host-image] Dec 20 20:34:43.901 INFO O| Dec 20 20:34:43.901 INFO STEP 61 (ensure_file) COMPLETE |
9001 | 2024-12-20T20:34:45.128Z | [ host-image] Dec 20 20:34:43.901 INFO O| Dec 20 20:34:43.901 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9002 | 2024-12-20T20:34:45.144Z | [ host-image] Dec 20 20:34:43.920 INFO O| Dec 20 20:34:43.920 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9003 | 2024-12-20T20:34:45.144Z | [ host-image] Dec 20 20:34:43.920 INFO O| Dec 20 20:34:43.920 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9004 | 2024-12-20T20:34:45.146Z | [ host-image] Dec 20 20:34:43.920 INFO O| Dec 20 20:34:43.920 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9005 | 2024-12-20T20:34:45.146Z | [ host-image] Dec 20 20:34:43.920 INFO O| Dec 20 20:34:43.920 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9006 | 2024-12-20T20:34:45.146Z | [ host-image] Dec 20 20:34:43.920 INFO O| Dec 20 20:34:43.920 INFO ok! |
9007 | 2024-12-20T20:34:45.146Z | [ host-image] Dec 20 20:34:43.920 INFO O| Dec 20 20:34:43.920 INFO STEP 62 (ensure_file) COMPLETE |
9008 | 2024-12-20T20:34:45.146Z | [ host-image] Dec 20 20:34:43.921 INFO O| Dec 20 20:34:43.920 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9009 | 2024-12-20T20:34:45.163Z | [ host-image] Dec 20 20:34:43.939 INFO O| Dec 20 20:34:43.939 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9010 | 2024-12-20T20:34:45.163Z | [ host-image] Dec 20 20:34:43.939 INFO O| Dec 20 20:34:43.939 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9011 | 2024-12-20T20:34:45.163Z | [ host-image] Dec 20 20:34:43.939 INFO O| Dec 20 20:34:43.939 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9012 | 2024-12-20T20:34:45.166Z | [ host-image] Dec 20 20:34:43.939 INFO O| Dec 20 20:34:43.939 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9013 | 2024-12-20T20:34:45.166Z | [ host-image] Dec 20 20:34:43.939 INFO O| Dec 20 20:34:43.939 INFO ok! |
9014 | 2024-12-20T20:34:45.166Z | [ host-image] Dec 20 20:34:43.939 INFO O| Dec 20 20:34:43.939 INFO STEP 63 (ensure_file) COMPLETE |
9015 | 2024-12-20T20:34:45.166Z | [ host-image] Dec 20 20:34:43.939 INFO O| Dec 20 20:34:43.939 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9016 | 2024-12-20T20:34:45.201Z | [ host-image] Dec 20 20:34:43.977 INFO O| Dec 20 20:34:43.977 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9017 | 2024-12-20T20:34:45.203Z | [ host-image] Dec 20 20:34:43.977 INFO O| Dec 20 20:34:43.977 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9018 | 2024-12-20T20:34:45.203Z | [ host-image] Dec 20 20:34:43.977 INFO O| Dec 20 20:34:43.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9019 | 2024-12-20T20:34:45.203Z | [ host-image] Dec 20 20:34:43.977 INFO O| Dec 20 20:34:43.977 INFO ok! |
9020 | 2024-12-20T20:34:45.203Z | [ host-image] Dec 20 20:34:43.977 INFO O| Dec 20 20:34:43.977 INFO STEP 64 (assemble_files) COMPLETE |
9021 | 2024-12-20T20:34:45.203Z | [ host-image] Dec 20 20:34:43.977 INFO O| Dec 20 20:34:43.977 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9022 | 2024-12-20T20:34:45.236Z | [ host-image] Dec 20 20:34:44.012 INFO O| Dec 20 20:34:44.012 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9023 | 2024-12-20T20:34:45.236Z | [ host-image] Dec 20 20:34:44.012 INFO O| Dec 20 20:34:44.012 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9024 | 2024-12-20T20:34:45.238Z | [ host-image] Dec 20 20:34:44.013 INFO O| Dec 20 20:34:44.013 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9025 | 2024-12-20T20:34:45.238Z | [ host-image] Dec 20 20:34:44.013 INFO O| Dec 20 20:34:44.013 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9026 | 2024-12-20T20:34:45.238Z | [ host-image] Dec 20 20:34:44.013 INFO O| Dec 20 20:34:44.013 INFO ok! |
9027 | 2024-12-20T20:34:45.238Z | [ host-image] Dec 20 20:34:44.013 INFO O| Dec 20 20:34:44.013 INFO STEP 65 (ensure_file) COMPLETE |
9028 | 2024-12-20T20:34:45.238Z | [ host-image] Dec 20 20:34:44.013 INFO O| Dec 20 20:34:44.013 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9029 | 2024-12-20T20:34:45.300Z | [ host-image] Dec 20 20:34:44.076 INFO O| Dec 20 20:34:44.076 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9030 | 2024-12-20T20:34:45.300Z | [ host-image] Dec 20 20:34:44.077 INFO O| Dec 20 20:34:44.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9031 | 2024-12-20T20:34:45.303Z | [ host-image] Dec 20 20:34:44.077 INFO O| Dec 20 20:34:44.077 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9032 | 2024-12-20T20:34:45.303Z | [ host-image] Dec 20 20:34:44.077 INFO O| Dec 20 20:34:44.077 INFO STEP 66 (ensure_dir) COMPLETE |
9033 | 2024-12-20T20:34:45.303Z | [ host-image] Dec 20 20:34:44.077 INFO O| Dec 20 20:34:44.077 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9034 | 2024-12-20T20:34:45.319Z | [ host-image] Dec 20 20:34:44.095 INFO O| Dec 20 20:34:44.095 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9035 | 2024-12-20T20:34:45.319Z | [ host-image] Dec 20 20:34:44.095 INFO O| Dec 20 20:34:44.095 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 ... |
9036 | 2024-12-20T20:34:45.330Z | [ host-image] Dec 20 20:34:44.106 INFO O| Dec 20 20:34:44.106 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 |
9037 | 2024-12-20T20:34:45.330Z | [ host-image] Dec 20 20:34:44.106 INFO O| Dec 20 20:34:44.106 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9038 | 2024-12-20T20:34:45.330Z | [ host-image] Dec 20 20:34:44.106 INFO O| Dec 20 20:34:44.106 INFO ok! |
9039 | 2024-12-20T20:34:45.332Z | [ host-image] Dec 20 20:34:44.106 INFO O| Dec 20 20:34:44.106 INFO STEP 67 (ensure_file) COMPLETE |
9040 | 2024-12-20T20:34:45.333Z | [ host-image] Dec 20 20:34:44.106 INFO O| Dec 20 20:34:44.106 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9041 | 2024-12-20T20:34:45.350Z | [ host-image] Dec 20 20:34:44.126 INFO O| Dec 20 20:34:44.126 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9042 | 2024-12-20T20:34:45.350Z | [ host-image] Dec 20 20:34:44.126 INFO O| Dec 20 20:34:44.126 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 ... |
9043 | 2024-12-20T20:34:45.350Z | [ host-image] Dec 20 20:34:44.126 INFO O| Dec 20 20:34:44.126 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 |
9044 | 2024-12-20T20:34:45.352Z | [ host-image] Dec 20 20:34:44.126 INFO O| Dec 20 20:34:44.126 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9045 | 2024-12-20T20:34:45.352Z | [ host-image] Dec 20 20:34:44.126 INFO O| Dec 20 20:34:44.126 INFO ok! |
9046 | 2024-12-20T20:34:45.352Z | [ host-image] Dec 20 20:34:44.126 INFO O| Dec 20 20:34:44.126 INFO STEP 68 (ensure_file) COMPLETE |
9047 | 2024-12-20T20:34:45.352Z | [ host-image] Dec 20 20:34:44.126 INFO O| Dec 20 20:34:44.126 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9048 | 2024-12-20T20:34:45.378Z | [ host-image] Dec 20 20:34:44.154 INFO O| Dec 20 20:34:44.154 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9049 | 2024-12-20T20:34:45.378Z | [ host-image] Dec 20 20:34:44.155 INFO O| Dec 20 20:34:44.155 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9050 | 2024-12-20T20:34:56.069Z | [ host-image] Dec 20 20:34:54.845 INFO O| Dec 20 20:34:54.845 INFO STEP 69 (pack_tar) COMPLETE |
9051 | 2024-12-20T20:34:56.071Z | [ host-image] Dec 20 20:34:54.845 INFO O| Dec 20 20:34:54.845 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9052 | 2024-12-20T20:34:56.071Z | [ host-image] Dec 20 20:34:54.845 INFO O| Dec 20 20:34:54.845 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9053 | 2024-12-20T20:34:56.527Z | [ host-image] Dec 20 20:34:55.302 INFO O| Dec 20 20:34:55.302 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9054 | 2024-12-20T20:34:56.641Z | [ host-image] Dec 20 20:34:55.417 INFO O| Dec 20 20:34:55.417 INFO completed processing gimlet/ramdisk-02-trim |
9055 | 2024-12-20T20:34:56.644Z | [ host-image] Dec 20 20:34:55.420 INFO image builder template: zfs... |
9056 | 2024-12-20T20:34:56.644Z | [ host-image] Dec 20 20:34:55.420 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/.tmpoPknlO/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.311", "-n", "zfs"], pwd: None |
9057 | 2024-12-20T20:34:56.662Z | [ host-image] Dec 20 20:34:55.439 INFO O| Dec 20 20:34:55.438 INFO skip include "stress" because feature "stress" is not enabled |
9058 | 2024-12-20T20:34:56.724Z | [ host-image] Dec 20 20:34:55.500 INFO O| Dec 20 20:34:55.500 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9059 | 2024-12-20T20:34:56.746Z | [ host-image] Dec 20 20:34:55.522 INFO O| Dec 20 20:34:55.522 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9060 | 2024-12-20T20:34:56.908Z | [ host-image] Dec 20 20:34:55.684 INFO O| Dec 20 20:34:55.684 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9061 | 2024-12-20T20:34:57.008Z | [ host-image] Dec 20 20:34:55.784 INFO O| Dec 20 20:34:55.784 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9062 | 2024-12-20T20:34:57.008Z | [ host-image] Dec 20 20:34:55.785 INFO O| Dec 20 20:34:55.785 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9063 | 2024-12-20T20:34:57.016Z | [ host-image] Dec 20 20:34:55.792 INFO O| Dec 20 20:34:55.792 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9064 | 2024-12-20T20:34:57.101Z | [ host-image] Dec 20 20:34:55.878 INFO O| Dec 20 20:34:55.878 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9065 | 2024-12-20T20:34:57.250Z | [ host-image] Dec 20 20:34:56.026 INFO O| Dec 20 20:34:56.026 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9066 | 2024-12-20T20:34:57.274Z | [ host-image] Dec 20 20:34:56.051 INFO O| Dec 20 20:34:56.050 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9067 | 2024-12-20T20:34:57.300Z | [ host-image] Dec 20 20:34:56.076 INFO O| Dec 20 20:34:56.076 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9068 | 2024-12-20T20:34:57.303Z | [ host-image] Dec 20 20:34:56.076 INFO O| Dec 20 20:34:56.076 INFO no lofi found |
9069 | 2024-12-20T20:34:57.303Z | [ host-image] Dec 20 20:34:56.076 INFO O| Dec 20 20:34:56.076 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9070 | 2024-12-20T20:34:57.303Z | [ host-image] Dec 20 20:34:56.076 INFO O| Dec 20 20:34:56.076 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9071 | 2024-12-20T20:34:59.235Z | [ host-image] Dec 20 20:34:58.012 INFO O| Dec 20 20:34:58.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9072 | 2024-12-20T20:34:59.236Z | [ host-image] Dec 20 20:34:58.012 INFO O| Dec 20 20:34:58.012 INFO pool device = /dev/dsk/c2t1d0p0 |
9073 | 2024-12-20T20:34:59.240Z | [ host-image] Dec 20 20:34:58.012 INFO O| Dec 20 20:34:58.012 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"] |
9074 | 2024-12-20T20:34:59.544Z | [ host-image] Dec 20 20:34:58.309 INFO O| Dec 20 20:34:58.309 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9075 | 2024-12-20T20:34:59.544Z | [ host-image] Dec 20 20:34:58.309 INFO O| Dec 20 20:34:58.309 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9076 | 2024-12-20T20:34:59.565Z | [ host-image] Dec 20 20:34:58.342 INFO O| Dec 20 20:34:58.342 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9077 | 2024-12-20T20:34:59.681Z | [ host-image] Dec 20 20:34:58.457 INFO O| Dec 20 20:34:58.457 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9078 | 2024-12-20T20:34:59.758Z | [ host-image] Dec 20 20:34:58.534 INFO O| Dec 20 20:34:58.534 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9079 | 2024-12-20T20:34:59.784Z | [ host-image] Dec 20 20:34:58.561 INFO O| Dec 20 20:34:58.561 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9080 | 2024-12-20T20:34:59.809Z | [ host-image] Dec 20 20:34:58.586 INFO O| Dec 20 20:34:58.586 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9081 | 2024-12-20T20:34:59.937Z | [ host-image] Dec 20 20:34:58.713 INFO O| Dec 20 20:34:58.713 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9082 | 2024-12-20T20:34:59.940Z | [ host-image] Dec 20 20:34:58.713 INFO O| Dec 20 20:34:58.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9083 | 2024-12-20T20:34:59.940Z | [ host-image] Dec 20 20:34:58.713 INFO O| Dec 20 20:34:58.713 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9084 | 2024-12-20T20:34:59.953Z | [ host-image] Dec 20 20:34:58.729 INFO O| Dec 20 20:34:58.729 INFO boot environment UUID: 25e3a8b9-28e3-468d-ac60-da32ea0e4ac0 |
9085 | 2024-12-20T20:34:59.953Z | [ host-image] Dec 20 20:34:58.729 INFO O| Dec 20 20:34:58.729 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 25e3a8b9-28e3-468d-ac60-da32ea0e4ac0 |
9086 | 2024-12-20T20:34:59.987Z | [ host-image] Dec 20 20:34:58.764 INFO O| Dec 20 20:34:58.764 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9087 | 2024-12-20T20:35:00.009Z | [ host-image] Dec 20 20:34:58.786 INFO O| Dec 20 20:34:58.786 INFO STEP 0 (create_be) COMPLETE |
9088 | 2024-12-20T20:35:00.009Z | [ host-image] Dec 20 20:34:58.786 INFO O| Dec 20 20:34:58.786 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9089 | 2024-12-20T20:35:00.036Z | [ host-image] Dec 20 20:34:58.812 INFO O| Dec 20 20:34:58.812 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9090 | 2024-12-20T20:35:24.084Z | [ host-image] Dec 20 20:35:22.860 INFO O| Dec 20 20:35:22.859 INFO STEP 1 (unpack_tar) COMPLETE |
9091 | 2024-12-20T20:35:24.086Z | [ host-image] Dec 20 20:35:22.860 INFO O| Dec 20 20:35:22.860 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9092 | 2024-12-20T20:35:24.102Z | [ host-image] Dec 20 20:35:22.878 INFO O| Dec 20 20:35:22.878 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9093 | 2024-12-20T20:35:24.811Z | [ host-image] Dec 20 20:35:23.587 INFO O| Dec 20 20:35:23.587 INFO STEP 2 (devfsadm) COMPLETE |
9094 | 2024-12-20T20:35:24.811Z | [ host-image] Dec 20 20:35:23.587 INFO O| Dec 20 20:35:23.587 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9095 | 2024-12-20T20:35:24.830Z | [ host-image] Dec 20 20:35:23.606 INFO O| Dec 20 20:35:23.606 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9096 | 2024-12-20T20:35:24.830Z | [ host-image] Dec 20 20:35:23.606 INFO O| Dec 20 20:35:23.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9097 | 2024-12-20T20:35:24.831Z | [ host-image] Dec 20 20:35:23.606 INFO O| Dec 20 20:35:23.606 INFO STEP 3 (ensure_dir) COMPLETE |
9098 | 2024-12-20T20:35:24.833Z | [ host-image] Dec 20 20:35:23.606 INFO O| Dec 20 20:35:23.606 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9099 | 2024-12-20T20:35:24.865Z | [ host-image] Dec 20 20:35:23.641 INFO O| Dec 20 20:35:23.641 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9100 | 2024-12-20T20:35:24.865Z | [ host-image] Dec 20 20:35:23.641 INFO O| Dec 20 20:35:23.641 INFO STEP 4 (ensure_dir) COMPLETE |
9101 | 2024-12-20T20:35:24.865Z | [ host-image] Dec 20 20:35:23.641 INFO O| Dec 20 20:35:23.641 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9102 | 2024-12-20T20:35:24.886Z | [ host-image] Dec 20 20:35:23.662 INFO O| Dec 20 20:35:23.662 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9103 | 2024-12-20T20:35:24.888Z | [ host-image] Dec 20 20:35:23.662 INFO O| Dec 20 20:35:23.662 INFO STEP 5 (ensure_dir) COMPLETE |
9104 | 2024-12-20T20:35:24.888Z | [ host-image] Dec 20 20:35:23.662 INFO O| Dec 20 20:35:23.662 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9105 | 2024-12-20T20:35:24.905Z | [ host-image] Dec 20 20:35:23.681 INFO O| Dec 20 20:35:23.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9106 | 2024-12-20T20:35:24.905Z | [ host-image] Dec 20 20:35:23.681 INFO O| Dec 20 20:35:23.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9107 | 2024-12-20T20:35:24.905Z | [ host-image] Dec 20 20:35:23.681 INFO O| Dec 20 20:35:23.681 INFO STEP 6 (ensure_dir) COMPLETE |
9108 | 2024-12-20T20:35:24.908Z | [ host-image] Dec 20 20:35:23.681 INFO O| Dec 20 20:35:23.681 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9109 | 2024-12-20T20:35:24.924Z | [ host-image] Dec 20 20:35:23.700 INFO O| Dec 20 20:35:23.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9110 | 2024-12-20T20:35:24.924Z | [ host-image] Dec 20 20:35:23.700 INFO O| Dec 20 20:35:23.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9111 | 2024-12-20T20:35:24.924Z | [ host-image] Dec 20 20:35:23.700 INFO O| Dec 20 20:35:23.700 INFO STEP 7 (ensure_dir) COMPLETE |
9112 | 2024-12-20T20:35:24.927Z | [ host-image] Dec 20 20:35:23.700 INFO O| Dec 20 20:35:23.700 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9113 | 2024-12-20T20:35:24.942Z | [ host-image] Dec 20 20:35:23.718 INFO O| Dec 20 20:35:23.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9114 | 2024-12-20T20:35:24.944Z | [ host-image] Dec 20 20:35:23.719 INFO O| Dec 20 20:35:23.719 INFO STEP 8 (remove_files) COMPLETE |
9115 | 2024-12-20T20:35:24.944Z | [ host-image] Dec 20 20:35:23.719 INFO O| Dec 20 20:35:23.719 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9116 | 2024-12-20T20:35:24.961Z | [ host-image] Dec 20 20:35:23.737 INFO O| Dec 20 20:35:23.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9117 | 2024-12-20T20:35:24.964Z | [ host-image] Dec 20 20:35:23.739 INFO O| Dec 20 20:35:23.738 INFO STEP 9 (remove_files) COMPLETE |
9118 | 2024-12-20T20:35:24.964Z | [ host-image] Dec 20 20:35:23.739 INFO O| Dec 20 20:35:23.738 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9119 | 2024-12-20T20:35:25.007Z | [ host-image] Dec 20 20:35:23.783 INFO O| Dec 20 20:35:23.783 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9120 | 2024-12-20T20:35:25.010Z | [ host-image] Dec 20 20:35:23.784 INFO O| Dec 20 20:35:23.784 INFO STEP 10 (remove_files) COMPLETE |
9121 | 2024-12-20T20:35:25.010Z | [ host-image] Dec 20 20:35:23.784 INFO O| Dec 20 20:35:23.784 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9122 | 2024-12-20T20:35:25.025Z | [ host-image] Dec 20 20:35:23.801 INFO O| Dec 20 20:35:23.801 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9123 | 2024-12-20T20:35:25.027Z | [ host-image] Dec 20 20:35:23.801 INFO O| Dec 20 20:35:23.801 INFO STEP 11 (remove_files) COMPLETE |
9124 | 2024-12-20T20:35:25.027Z | [ host-image] Dec 20 20:35:23.801 INFO O| Dec 20 20:35:23.801 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9125 | 2024-12-20T20:35:25.059Z | [ host-image] Dec 20 20:35:23.834 INFO O| Dec 20 20:35:23.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9126 | 2024-12-20T20:35:25.059Z | [ host-image] Dec 20 20:35:23.834 INFO O| Dec 20 20:35:23.834 INFO STEP 12 (remove_files) COMPLETE |
9127 | 2024-12-20T20:35:25.059Z | [ host-image] Dec 20 20:35:23.834 INFO O| Dec 20 20:35:23.834 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9128 | 2024-12-20T20:35:25.114Z | [ host-image] Dec 20 20:35:23.890 INFO O| Dec 20 20:35:23.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9129 | 2024-12-20T20:35:25.114Z | [ host-image] Dec 20 20:35:23.890 INFO O| Dec 20 20:35:23.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9130 | 2024-12-20T20:35:25.114Z | [ host-image] Dec 20 20:35:23.890 INFO O| Dec 20 20:35:23.890 INFO STEP 13 (ensure_dir) COMPLETE |
9131 | 2024-12-20T20:35:25.117Z | [ host-image] Dec 20 20:35:23.890 INFO O| Dec 20 20:35:23.890 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9132 | 2024-12-20T20:35:25.132Z | [ host-image] Dec 20 20:35:23.908 INFO O| Dec 20 20:35:23.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9133 | 2024-12-20T20:35:25.142Z | [ host-image] Dec 20 20:35:23.908 INFO O| Dec 20 20:35:23.908 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9134 | 2024-12-20T20:35:25.142Z | [ host-image] Dec 20 20:35:23.908 INFO O| Dec 20 20:35:23.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9135 | 2024-12-20T20:35:25.142Z | [ host-image] Dec 20 20:35:23.908 INFO O| Dec 20 20:35:23.908 INFO STEP 14 (ensure_dir) COMPLETE |
9136 | 2024-12-20T20:35:25.142Z | [ host-image] Dec 20 20:35:23.909 INFO O| Dec 20 20:35:23.908 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9137 | 2024-12-20T20:35:25.151Z | [ host-image] Dec 20 20:35:23.927 INFO O| Dec 20 20:35:23.927 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9138 | 2024-12-20T20:35:25.151Z | [ host-image] Dec 20 20:35:23.927 INFO O| Dec 20 20:35:23.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9139 | 2024-12-20T20:35:25.151Z | [ host-image] Dec 20 20:35:23.927 INFO O| Dec 20 20:35:23.927 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9140 | 2024-12-20T20:35:25.152Z | [ host-image] Dec 20 20:35:23.927 INFO O| Dec 20 20:35:23.927 INFO STEP 15 (ensure_dir) COMPLETE |
9141 | 2024-12-20T20:35:25.152Z | [ host-image] Dec 20 20:35:23.927 INFO O| Dec 20 20:35:23.927 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9142 | 2024-12-20T20:35:25.191Z | [ host-image] Dec 20 20:35:23.967 INFO O| Dec 20 20:35:23.967 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9143 | 2024-12-20T20:35:25.191Z | [ host-image] Dec 20 20:35:23.967 INFO O| Dec 20 20:35:23.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9144 | 2024-12-20T20:35:25.193Z | [ host-image] Dec 20 20:35:23.967 INFO O| Dec 20 20:35:23.967 INFO STEP 16 (ensure_dir) COMPLETE |
9145 | 2024-12-20T20:35:25.193Z | [ host-image] Dec 20 20:35:23.967 INFO O| Dec 20 20:35:23.967 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9146 | 2024-12-20T20:35:25.211Z | [ host-image] Dec 20 20:35:23.987 INFO O| Dec 20 20:35:23.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9147 | 2024-12-20T20:35:25.211Z | [ host-image] Dec 20 20:35:23.987 INFO O| Dec 20 20:35:23.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9148 | 2024-12-20T20:35:25.211Z | [ host-image] Dec 20 20:35:23.987 INFO O| Dec 20 20:35:23.987 INFO STEP 17 (ensure_dir) COMPLETE |
9149 | 2024-12-20T20:35:25.213Z | [ host-image] Dec 20 20:35:23.987 INFO O| Dec 20 20:35:23.987 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9150 | 2024-12-20T20:35:25.232Z | [ host-image] Dec 20 20:35:24.008 INFO O| Dec 20 20:35:24.008 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9151 | 2024-12-20T20:35:25.232Z | [ host-image] Dec 20 20:35:24.008 INFO O| Dec 20 20:35:24.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9152 | 2024-12-20T20:35:25.234Z | [ host-image] Dec 20 20:35:24.008 INFO O| Dec 20 20:35:24.008 INFO ok! |
9153 | 2024-12-20T20:35:25.235Z | [ host-image] Dec 20 20:35:24.008 INFO O| Dec 20 20:35:24.008 INFO STEP 18 (ensure_symlink) COMPLETE |
9154 | 2024-12-20T20:35:25.235Z | [ host-image] Dec 20 20:35:24.008 INFO O| Dec 20 20:35:24.008 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9155 | 2024-12-20T20:35:25.252Z | [ host-image] Dec 20 20:35:24.028 INFO O| Dec 20 20:35:24.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9156 | 2024-12-20T20:35:25.252Z | [ host-image] Dec 20 20:35:24.028 INFO O| Dec 20 20:35:24.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9157 | 2024-12-20T20:35:25.252Z | [ host-image] Dec 20 20:35:24.028 INFO O| Dec 20 20:35:24.028 INFO ok! |
9158 | 2024-12-20T20:35:25.252Z | [ host-image] Dec 20 20:35:24.028 INFO O| Dec 20 20:35:24.028 INFO STEP 19 (ensure_file) COMPLETE |
9159 | 2024-12-20T20:35:25.255Z | [ host-image] Dec 20 20:35:24.028 INFO O| Dec 20 20:35:24.028 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9160 | 2024-12-20T20:35:25.272Z | [ host-image] Dec 20 20:35:24.048 INFO O| Dec 20 20:35:24.048 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9161 | 2024-12-20T20:35:25.275Z | [ host-image] Dec 20 20:35:24.048 INFO O| Dec 20 20:35:24.048 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9162 | 2024-12-20T20:35:25.275Z | [ host-image] Dec 20 20:35:24.049 INFO O| Dec 20 20:35:24.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9163 | 2024-12-20T20:35:25.275Z | [ host-image] Dec 20 20:35:24.049 INFO O| Dec 20 20:35:24.049 INFO ok! |
9164 | 2024-12-20T20:35:25.275Z | [ host-image] Dec 20 20:35:24.049 INFO O| Dec 20 20:35:24.049 INFO STEP 20 (ensure_symlink) COMPLETE |
9165 | 2024-12-20T20:35:25.275Z | [ host-image] Dec 20 20:35:24.049 INFO O| Dec 20 20:35:24.049 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9166 | 2024-12-20T20:35:25.313Z | [ host-image] Dec 20 20:35:24.089 INFO O| Dec 20 20:35:24.089 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9167 | 2024-12-20T20:35:25.313Z | [ host-image] Dec 20 20:35:24.089 INFO O| Dec 20 20:35:24.089 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9168 | 2024-12-20T20:35:25.316Z | [ host-image] Dec 20 20:35:24.089 INFO O| Dec 20 20:35:24.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9169 | 2024-12-20T20:35:25.316Z | [ host-image] Dec 20 20:35:24.089 INFO O| Dec 20 20:35:24.089 INFO ok! |
9170 | 2024-12-20T20:35:25.316Z | [ host-image] Dec 20 20:35:24.089 INFO O| Dec 20 20:35:24.089 INFO STEP 21 (ensure_symlink) COMPLETE |
9171 | 2024-12-20T20:35:25.316Z | [ host-image] Dec 20 20:35:24.089 INFO O| Dec 20 20:35:24.089 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9172 | 2024-12-20T20:35:25.352Z | [ host-image] Dec 20 20:35:24.128 INFO O| Dec 20 20:35:24.128 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9173 | 2024-12-20T20:35:25.352Z | [ host-image] Dec 20 20:35:24.128 INFO O| Dec 20 20:35:24.128 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9174 | 2024-12-20T20:35:25.352Z | [ host-image] Dec 20 20:35:24.128 INFO O| Dec 20 20:35:24.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9175 | 2024-12-20T20:35:25.355Z | [ host-image] Dec 20 20:35:24.128 INFO O| Dec 20 20:35:24.128 INFO ok! |
9176 | 2024-12-20T20:35:25.355Z | [ host-image] Dec 20 20:35:24.128 INFO O| Dec 20 20:35:24.128 INFO STEP 22 (ensure_symlink) COMPLETE |
9177 | 2024-12-20T20:35:25.355Z | [ host-image] Dec 20 20:35:24.128 INFO O| Dec 20 20:35:24.128 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9178 | 2024-12-20T20:35:25.392Z | [ host-image] Dec 20 20:35:24.168 INFO O| Dec 20 20:35:24.167 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9179 | 2024-12-20T20:35:25.392Z | [ host-image] Dec 20 20:35:24.168 INFO O| Dec 20 20:35:24.167 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9180 | 2024-12-20T20:35:25.394Z | [ host-image] Dec 20 20:35:24.168 INFO O| Dec 20 20:35:24.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9181 | 2024-12-20T20:35:25.395Z | [ host-image] Dec 20 20:35:24.168 INFO O| Dec 20 20:35:24.168 INFO ok! |
9182 | 2024-12-20T20:35:25.395Z | [ host-image] Dec 20 20:35:24.168 INFO O| Dec 20 20:35:24.168 INFO STEP 23 (ensure_symlink) COMPLETE |
9183 | 2024-12-20T20:35:25.395Z | [ host-image] Dec 20 20:35:24.168 INFO O| Dec 20 20:35:24.168 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9184 | 2024-12-20T20:35:25.413Z | [ host-image] Dec 20 20:35:24.187 INFO O| Dec 20 20:35:24.187 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9185 | 2024-12-20T20:35:25.413Z | [ host-image] Dec 20 20:35:24.188 INFO O| Dec 20 20:35:24.188 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9186 | 2024-12-20T20:35:25.415Z | [ host-image] Dec 20 20:35:24.188 INFO O| Dec 20 20:35:24.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9187 | 2024-12-20T20:35:25.415Z | [ host-image] Dec 20 20:35:24.188 INFO O| Dec 20 20:35:24.188 INFO ok! |
9188 | 2024-12-20T20:35:25.415Z | [ host-image] Dec 20 20:35:24.188 INFO O| Dec 20 20:35:24.188 INFO STEP 24 (ensure_file) COMPLETE |
9189 | 2024-12-20T20:35:25.415Z | [ host-image] Dec 20 20:35:24.188 INFO O| Dec 20 20:35:24.188 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9190 | 2024-12-20T20:35:25.431Z | [ host-image] Dec 20 20:35:24.207 INFO O| Dec 20 20:35:24.207 INFO updating shadow file |
9191 | 2024-12-20T20:35:25.434Z | [ host-image] Dec 20 20:35:24.208 INFO O| Dec 20 20:35:24.207 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9192 | 2024-12-20T20:35:25.434Z | [ host-image] Dec 20 20:35:24.208 INFO O| Dec 20 20:35:24.208 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9193 | 2024-12-20T20:35:25.434Z | [ host-image] Dec 20 20:35:24.208 INFO O| Dec 20 20:35:24.208 INFO STEP 25 (shadow) COMPLETE |
9194 | 2024-12-20T20:35:25.434Z | [ host-image] Dec 20 20:35:24.208 INFO O| Dec 20 20:35:24.208 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9195 | 2024-12-20T20:35:25.480Z | [ host-image] Dec 20 20:35:24.256 INFO O| Dec 20 20:35:24.256 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9196 | 2024-12-20T20:35:25.483Z | [ host-image] Dec 20 20:35:24.256 INFO O| Dec 20 20:35:24.256 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9197 | 2024-12-20T20:35:25.484Z | [ host-image] Dec 20 20:35:24.257 INFO O| Dec 20 20:35:24.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9198 | 2024-12-20T20:35:25.484Z | [ host-image] Dec 20 20:35:24.257 INFO O| Dec 20 20:35:24.257 INFO ok! |
9199 | 2024-12-20T20:35:25.484Z | [ host-image] Dec 20 20:35:24.257 INFO O| Dec 20 20:35:24.257 INFO STEP 26 (ensure_file) COMPLETE |
9200 | 2024-12-20T20:35:25.484Z | [ host-image] Dec 20 20:35:24.257 INFO O| Dec 20 20:35:24.257 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9201 | 2024-12-20T20:35:25.530Z | [ host-image] Dec 20 20:35:24.306 INFO O| Dec 20 20:35:24.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9202 | 2024-12-20T20:35:25.530Z | [ host-image] Dec 20 20:35:24.307 INFO O| Dec 20 20:35:24.306 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9203 | 2024-12-20T20:35:25.533Z | [ host-image] Dec 20 20:35:24.307 INFO O| Dec 20 20:35:24.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9204 | 2024-12-20T20:35:25.533Z | [ host-image] Dec 20 20:35:24.307 INFO O| Dec 20 20:35:24.307 INFO ok! |
9205 | 2024-12-20T20:35:25.533Z | [ host-image] Dec 20 20:35:24.307 INFO O| Dec 20 20:35:24.307 INFO STEP 27 (ensure_file) COMPLETE |
9206 | 2024-12-20T20:35:25.533Z | [ host-image] Dec 20 20:35:24.307 INFO O| Dec 20 20:35:24.307 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9207 | 2024-12-20T20:35:25.551Z | [ host-image] Dec 20 20:35:24.327 INFO O| Dec 20 20:35:24.327 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9208 | 2024-12-20T20:35:25.554Z | [ host-image] Dec 20 20:35:24.328 INFO O| Dec 20 20:35:24.328 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9209 | 2024-12-20T20:35:25.554Z | [ host-image] Dec 20 20:35:24.328 INFO O| Dec 20 20:35:24.328 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9210 | 2024-12-20T20:35:25.554Z | [ host-image] Dec 20 20:35:24.328 INFO O| Dec 20 20:35:24.328 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9211 | 2024-12-20T20:35:25.554Z | [ host-image] Dec 20 20:35:24.329 INFO O| Dec 20 20:35:24.328 INFO ok! |
9212 | 2024-12-20T20:35:25.555Z | [ host-image] Dec 20 20:35:24.329 INFO O| Dec 20 20:35:24.329 INFO STEP 28 (ensure_file) COMPLETE |
9213 | 2024-12-20T20:35:25.555Z | [ host-image] Dec 20 20:35:24.329 INFO O| Dec 20 20:35:24.329 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9214 | 2024-12-20T20:35:25.572Z | [ host-image] Dec 20 20:35:24.349 INFO O| Dec 20 20:35:24.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9215 | 2024-12-20T20:35:25.573Z | [ host-image] Dec 20 20:35:24.349 INFO O| Dec 20 20:35:24.349 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9216 | 2024-12-20T20:35:25.575Z | [ host-image] Dec 20 20:35:24.349 INFO O| Dec 20 20:35:24.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9217 | 2024-12-20T20:35:25.575Z | [ host-image] Dec 20 20:35:24.349 INFO O| Dec 20 20:35:24.349 INFO ok! |
9218 | 2024-12-20T20:35:25.575Z | [ host-image] Dec 20 20:35:24.349 INFO O| Dec 20 20:35:24.349 INFO STEP 29 (ensure_file) COMPLETE |
9219 | 2024-12-20T20:35:25.575Z | [ host-image] Dec 20 20:35:24.349 INFO O| Dec 20 20:35:24.349 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9220 | 2024-12-20T20:35:25.592Z | [ host-image] Dec 20 20:35:24.368 INFO O| Dec 20 20:35:24.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9221 | 2024-12-20T20:35:25.592Z | [ host-image] Dec 20 20:35:24.368 INFO O| Dec 20 20:35:24.368 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9222 | 2024-12-20T20:35:25.595Z | [ host-image] Dec 20 20:35:24.369 INFO O| Dec 20 20:35:24.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9223 | 2024-12-20T20:35:25.595Z | [ host-image] Dec 20 20:35:24.369 INFO O| Dec 20 20:35:24.369 INFO ok! |
9224 | 2024-12-20T20:35:25.595Z | [ host-image] Dec 20 20:35:24.369 INFO O| Dec 20 20:35:24.369 INFO STEP 30 (ensure_file) COMPLETE |
9225 | 2024-12-20T20:35:25.595Z | [ host-image] Dec 20 20:35:24.369 INFO O| Dec 20 20:35:24.369 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9226 | 2024-12-20T20:35:25.611Z | [ host-image] Dec 20 20:35:24.387 INFO O| Dec 20 20:35:24.387 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9227 | 2024-12-20T20:35:25.611Z | [ host-image] Dec 20 20:35:24.387 INFO O| Dec 20 20:35:24.387 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9228 | 2024-12-20T20:35:25.614Z | [ host-image] Dec 20 20:35:24.387 INFO O| Dec 20 20:35:24.387 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9229 | 2024-12-20T20:35:25.614Z | [ host-image] Dec 20 20:35:24.388 INFO O| Dec 20 20:35:24.387 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9230 | 2024-12-20T20:35:25.614Z | [ host-image] Dec 20 20:35:24.388 INFO O| Dec 20 20:35:24.388 INFO ok! |
9231 | 2024-12-20T20:35:25.614Z | [ host-image] Dec 20 20:35:24.388 INFO O| Dec 20 20:35:24.388 INFO STEP 31 (ensure_file) COMPLETE |
9232 | 2024-12-20T20:35:25.614Z | [ host-image] Dec 20 20:35:24.388 INFO O| Dec 20 20:35:24.388 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9233 | 2024-12-20T20:35:25.629Z | [ host-image] Dec 20 20:35:24.405 INFO O| Dec 20 20:35:24.405 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9234 | 2024-12-20T20:35:25.629Z | [ host-image] Dec 20 20:35:24.405 INFO O| Dec 20 20:35:24.405 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9235 | 2024-12-20T20:35:25.631Z | [ host-image] Dec 20 20:35:24.405 INFO O| Dec 20 20:35:24.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9236 | 2024-12-20T20:35:25.631Z | [ host-image] Dec 20 20:35:24.405 INFO O| Dec 20 20:35:24.405 INFO ok! |
9237 | 2024-12-20T20:35:25.631Z | [ host-image] Dec 20 20:35:24.405 INFO O| Dec 20 20:35:24.405 INFO STEP 32 (ensure_file) COMPLETE |
9238 | 2024-12-20T20:35:25.631Z | [ host-image] Dec 20 20:35:24.406 INFO O| Dec 20 20:35:24.406 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9239 | 2024-12-20T20:35:25.647Z | [ host-image] Dec 20 20:35:24.423 INFO O| Dec 20 20:35:24.423 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9240 | 2024-12-20T20:35:25.650Z | [ host-image] Dec 20 20:35:24.424 INFO O| Dec 20 20:35:24.424 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9241 | 2024-12-20T20:35:25.650Z | [ host-image] Dec 20 20:35:24.424 INFO O| Dec 20 20:35:24.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9242 | 2024-12-20T20:35:25.651Z | [ host-image] Dec 20 20:35:24.424 INFO O| Dec 20 20:35:24.424 INFO ok! |
9243 | 2024-12-20T20:35:25.651Z | [ host-image] Dec 20 20:35:24.424 INFO O| Dec 20 20:35:24.424 INFO STEP 33 (ensure_file) COMPLETE |
9244 | 2024-12-20T20:35:25.651Z | [ host-image] Dec 20 20:35:24.424 INFO O| Dec 20 20:35:24.424 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9245 | 2024-12-20T20:35:25.683Z | [ host-image] Dec 20 20:35:24.459 INFO O| Dec 20 20:35:24.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9246 | 2024-12-20T20:35:25.683Z | [ host-image] Dec 20 20:35:24.459 INFO O| Dec 20 20:35:24.459 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9247 | 2024-12-20T20:35:25.683Z | [ host-image] Dec 20 20:35:24.459 INFO O| Dec 20 20:35:24.459 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9248 | 2024-12-20T20:35:25.688Z | [ host-image] Dec 20 20:35:24.459 INFO O| Dec 20 20:35:24.459 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9249 | 2024-12-20T20:35:25.688Z | [ host-image] Dec 20 20:35:24.459 INFO O| Dec 20 20:35:24.459 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9250 | 2024-12-20T20:35:25.688Z | [ host-image] Dec 20 20:35:24.459 INFO O| Dec 20 20:35:24.459 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9251 | 2024-12-20T20:35:25.688Z | [ host-image] Dec 20 20:35:24.459 INFO O| Dec 20 20:35:24.459 INFO ok! |
9252 | 2024-12-20T20:35:25.688Z | [ host-image] Dec 20 20:35:24.459 INFO O| Dec 20 20:35:24.459 INFO STEP 34 (ensure_file) COMPLETE |
9253 | 2024-12-20T20:35:25.688Z | [ host-image] Dec 20 20:35:24.460 INFO O| Dec 20 20:35:24.459 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9254 | 2024-12-20T20:35:25.742Z | [ host-image] Dec 20 20:35:24.518 INFO O| Dec 20 20:35:24.518 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9255 | 2024-12-20T20:35:25.743Z | [ host-image] Dec 20 20:35:24.518 INFO O| Dec 20 20:35:24.518 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9256 | 2024-12-20T20:35:25.743Z | [ host-image] Dec 20 20:35:24.518 INFO O| Dec 20 20:35:24.518 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9257 | 2024-12-20T20:35:25.746Z | [ host-image] Dec 20 20:35:24.518 INFO O| Dec 20 20:35:24.518 INFO STEP 35 (ensure_dir) COMPLETE |
9258 | 2024-12-20T20:35:25.746Z | [ host-image] Dec 20 20:35:24.518 INFO O| Dec 20 20:35:24.518 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9259 | 2024-12-20T20:35:25.822Z | [ host-image] Dec 20 20:35:24.598 INFO O| Dec 20 20:35:24.598 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 |
9260 | 2024-12-20T20:35:25.823Z | [ host-image] Dec 20 20:35:24.598 INFO O| Dec 20 20:35:24.598 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 ... |
9261 | 2024-12-20T20:35:25.825Z | [ host-image] Dec 20 20:35:24.599 INFO O| Dec 20 20:35:24.599 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 |
9262 | 2024-12-20T20:35:25.825Z | [ host-image] Dec 20 20:35:24.599 INFO O| Dec 20 20:35:24.599 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 |
9263 | 2024-12-20T20:35:25.825Z | [ host-image] Dec 20 20:35:24.599 INFO O| Dec 20 20:35:24.599 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 |
9264 | 2024-12-20T20:35:25.825Z | [ host-image] Dec 20 20:35:24.599 INFO O| Dec 20 20:35:24.599 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 |
9265 | 2024-12-20T20:35:25.825Z | [ host-image] Dec 20 20:35:24.599 INFO O| Dec 20 20:35:24.599 INFO ok! |
9266 | 2024-12-20T20:35:25.825Z | [ host-image] Dec 20 20:35:24.599 INFO O| Dec 20 20:35:24.599 INFO STEP 36 (ensure_file) COMPLETE |
9267 | 2024-12-20T20:35:25.827Z | [ host-image] Dec 20 20:35:24.599 INFO O| Dec 20 20:35:24.599 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9268 | 2024-12-20T20:35:25.884Z | [ host-image] Dec 20 20:35:24.660 INFO O| Dec 20 20:35:24.660 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9269 | 2024-12-20T20:35:25.884Z | [ host-image] Dec 20 20:35:24.660 INFO O| Dec 20 20:35:24.660 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 ... |
9270 | 2024-12-20T20:35:25.886Z | [ host-image] Dec 20 20:35:24.660 INFO O| Dec 20 20:35:24.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9271 | 2024-12-20T20:35:25.887Z | [ host-image] Dec 20 20:35:24.660 INFO O| Dec 20 20:35:24.660 INFO ok! |
9272 | 2024-12-20T20:35:25.887Z | [ host-image] Dec 20 20:35:24.660 INFO O| Dec 20 20:35:24.660 INFO STEP 37 (ensure_symlink) COMPLETE |
9273 | 2024-12-20T20:35:25.887Z | [ host-image] Dec 20 20:35:24.661 INFO O| Dec 20 20:35:24.661 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9274 | 2024-12-20T20:35:25.905Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9275 | 2024-12-20T20:35:25.905Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9276 | 2024-12-20T20:35:25.907Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9277 | 2024-12-20T20:35:25.907Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9278 | 2024-12-20T20:35:25.907Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9279 | 2024-12-20T20:35:25.907Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9280 | 2024-12-20T20:35:25.907Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO ok! |
9281 | 2024-12-20T20:35:25.908Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO STEP 38 (ensure_file) COMPLETE |
9282 | 2024-12-20T20:35:25.908Z | [ host-image] Dec 20 20:35:24.681 INFO O| Dec 20 20:35:24.681 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9283 | 2024-12-20T20:35:25.924Z | [ host-image] Dec 20 20:35:24.701 INFO O| Dec 20 20:35:24.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9284 | 2024-12-20T20:35:25.925Z | [ host-image] Dec 20 20:35:24.701 INFO O| Dec 20 20:35:24.700 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 ... |
9285 | 2024-12-20T20:35:25.927Z | [ host-image] Dec 20 20:35:24.701 INFO O| Dec 20 20:35:24.701 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 |
9286 | 2024-12-20T20:35:25.928Z | [ host-image] Dec 20 20:35:24.701 INFO O| Dec 20 20:35:24.701 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9287 | 2024-12-20T20:35:25.929Z | [ host-image] Dec 20 20:35:24.701 INFO O| Dec 20 20:35:24.701 INFO ok! |
9288 | 2024-12-20T20:35:25.929Z | [ host-image] Dec 20 20:35:24.701 INFO O| Dec 20 20:35:24.701 INFO STEP 39 (ensure_file) COMPLETE |
9289 | 2024-12-20T20:35:25.929Z | [ host-image] Dec 20 20:35:24.701 INFO O| Dec 20 20:35:24.701 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9290 | 2024-12-20T20:35:25.959Z | [ host-image] Dec 20 20:35:24.735 INFO O| Dec 20 20:35:24.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9291 | 2024-12-20T20:35:25.959Z | [ host-image] Dec 20 20:35:24.735 INFO O| Dec 20 20:35:24.735 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9292 | 2024-12-20T20:35:25.962Z | [ host-image] Dec 20 20:35:24.735 INFO O| Dec 20 20:35:24.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9293 | 2024-12-20T20:35:25.962Z | [ host-image] Dec 20 20:35:24.736 INFO O| Dec 20 20:35:24.735 INFO ok! |
9294 | 2024-12-20T20:35:25.962Z | [ host-image] Dec 20 20:35:24.736 INFO O| Dec 20 20:35:24.736 INFO STEP 40 (ensure_file) COMPLETE |
9295 | 2024-12-20T20:35:25.962Z | [ host-image] Dec 20 20:35:24.736 INFO O| Dec 20 20:35:24.736 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9296 | 2024-12-20T20:35:25.999Z | [ host-image] Dec 20 20:35:24.775 INFO O| Dec 20 20:35:24.775 INFO updating shadow file |
9297 | 2024-12-20T20:35:25.999Z | [ host-image] Dec 20 20:35:24.775 INFO O| Dec 20 20:35:24.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9298 | 2024-12-20T20:35:26.002Z | [ host-image] Dec 20 20:35:24.775 INFO O| Dec 20 20:35:24.775 INFO STEP 41 (shadow) COMPLETE |
9299 | 2024-12-20T20:35:26.002Z | [ host-image] Dec 20 20:35:24.775 INFO O| Dec 20 20:35:24.775 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9300 | 2024-12-20T20:35:26.022Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.797 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9301 | 2024-12-20T20:35:26.022Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.798 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9302 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.798 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9303 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.798 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9304 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.798 INFO ok! |
9305 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.798 INFO STEP 42 (ensure_file) COMPLETE |
9306 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.798 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9307 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.798 INFO skip step because feature "mfg" is not enabled |
9308 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.798 INFO O| Dec 20 20:35:24.798 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9309 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.799 INFO O| Dec 20 20:35:24.798 INFO skip step because feature "mfg" is not enabled |
9310 | 2024-12-20T20:35:26.024Z | [ host-image] Dec 20 20:35:24.799 INFO O| Dec 20 20:35:24.798 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9311 | 2024-12-20T20:35:26.081Z | [ host-image] Dec 20 20:35:24.857 INFO O| Dec 20 20:35:24.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9312 | 2024-12-20T20:35:26.082Z | [ host-image] Dec 20 20:35:24.857 INFO O| Dec 20 20:35:24.857 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9313 | 2024-12-20T20:35:26.961Z | [ host-image] Dec 20 20:35:25.737 INFO O| Dec 20 20:35:25.737 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9314 | 2024-12-20T20:35:26.962Z | [ host-image] Dec 20 20:35:25.737 INFO O| Dec 20 20:35:25.737 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9315 | 2024-12-20T20:35:26.964Z | [ host-image] Dec 20 20:35:25.737 INFO O| Dec 20 20:35:25.737 INFO ok! |
9316 | 2024-12-20T20:35:26.964Z | [ host-image] Dec 20 20:35:25.737 INFO O| Dec 20 20:35:25.737 INFO STEP 45 (ensure_file) COMPLETE |
9317 | 2024-12-20T20:35:26.964Z | [ host-image] Dec 20 20:35:25.737 INFO O| Dec 20 20:35:25.737 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9318 | 2024-12-20T20:35:27.000Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.775 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9319 | 2024-12-20T20:35:27.000Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.776 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9320 | 2024-12-20T20:35:27.000Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.776 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9321 | 2024-12-20T20:35:27.003Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.776 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9322 | 2024-12-20T20:35:27.003Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.776 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9323 | 2024-12-20T20:35:27.004Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.776 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9324 | 2024-12-20T20:35:27.004Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.776 INFO ok! |
9325 | 2024-12-20T20:35:27.004Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.776 INFO STEP 46 (ensure_file) COMPLETE |
9326 | 2024-12-20T20:35:27.004Z | [ host-image] Dec 20 20:35:25.776 INFO O| Dec 20 20:35:25.776 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9327 | 2024-12-20T20:35:27.031Z | [ host-image] Dec 20 20:35:25.807 INFO O| Dec 20 20:35:25.807 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9328 | 2024-12-20T20:35:27.031Z | [ host-image] Dec 20 20:35:25.807 INFO O| Dec 20 20:35:25.807 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 ... |
9329 | 2024-12-20T20:35:27.031Z | [ host-image] Dec 20 20:35:25.808 INFO O| Dec 20 20:35:25.808 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 |
9330 | 2024-12-20T20:35:27.031Z | [ host-image] Dec 20 20:35:25.808 INFO O| Dec 20 20:35:25.808 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9331 | 2024-12-20T20:35:27.034Z | [ host-image] Dec 20 20:35:25.808 INFO O| Dec 20 20:35:25.808 INFO ok! |
9332 | 2024-12-20T20:35:27.034Z | [ host-image] Dec 20 20:35:25.808 INFO O| Dec 20 20:35:25.808 INFO STEP 47 (ensure_file) COMPLETE |
9333 | 2024-12-20T20:35:27.034Z | [ host-image] Dec 20 20:35:25.808 INFO O| Dec 20 20:35:25.808 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9334 | 2024-12-20T20:35:27.062Z | [ host-image] Dec 20 20:35:25.838 INFO O| Dec 20 20:35:25.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9335 | 2024-12-20T20:35:27.063Z | [ host-image] Dec 20 20:35:25.839 INFO O| Dec 20 20:35:25.838 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9336 | 2024-12-20T20:35:27.063Z | [ host-image] Dec 20 20:35:25.839 INFO O| Dec 20 20:35:25.839 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9337 | 2024-12-20T20:35:27.065Z | [ host-image] Dec 20 20:35:25.839 INFO O| Dec 20 20:35:25.839 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9338 | 2024-12-20T20:35:27.065Z | [ host-image] Dec 20 20:35:25.839 INFO O| Dec 20 20:35:25.839 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9339 | 2024-12-20T20:35:27.065Z | [ host-image] Dec 20 20:35:25.839 INFO O| Dec 20 20:35:25.839 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9340 | 2024-12-20T20:35:27.065Z | [ host-image] Dec 20 20:35:25.839 INFO O| Dec 20 20:35:25.839 INFO ok! |
9341 | 2024-12-20T20:35:27.065Z | [ host-image] Dec 20 20:35:25.839 INFO O| Dec 20 20:35:25.839 INFO STEP 48 (ensure_file) COMPLETE |
9342 | 2024-12-20T20:35:27.065Z | [ host-image] Dec 20 20:35:25.839 INFO O| Dec 20 20:35:25.839 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9343 | 2024-12-20T20:35:27.103Z | [ host-image] Dec 20 20:35:25.879 INFO O| Dec 20 20:35:25.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9344 | 2024-12-20T20:35:27.103Z | [ host-image] Dec 20 20:35:25.879 INFO O| Dec 20 20:35:25.879 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 ... |
9345 | 2024-12-20T20:35:27.103Z | [ host-image] Dec 20 20:35:25.879 INFO O| Dec 20 20:35:25.879 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 |
9346 | 2024-12-20T20:35:27.103Z | [ host-image] Dec 20 20:35:25.879 INFO O| Dec 20 20:35:25.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9347 | 2024-12-20T20:35:27.107Z | [ host-image] Dec 20 20:35:25.879 INFO O| Dec 20 20:35:25.879 INFO ok! |
9348 | 2024-12-20T20:35:27.107Z | [ host-image] Dec 20 20:35:25.879 INFO O| Dec 20 20:35:25.879 INFO STEP 49 (ensure_file) COMPLETE |
9349 | 2024-12-20T20:35:27.107Z | [ host-image] Dec 20 20:35:25.879 INFO O| Dec 20 20:35:25.879 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9350 | 2024-12-20T20:35:27.135Z | [ host-image] Dec 20 20:35:25.911 INFO O| Dec 20 20:35:25.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9351 | 2024-12-20T20:35:27.135Z | [ host-image] Dec 20 20:35:25.911 INFO O| Dec 20 20:35:25.911 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9352 | 2024-12-20T20:35:27.138Z | [ host-image] Dec 20 20:35:25.911 INFO O| Dec 20 20:35:25.911 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9353 | 2024-12-20T20:35:27.138Z | [ host-image] Dec 20 20:35:25.912 INFO O| Dec 20 20:35:25.911 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9354 | 2024-12-20T20:35:27.138Z | [ host-image] Dec 20 20:35:25.912 INFO O| Dec 20 20:35:25.912 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9355 | 2024-12-20T20:35:27.138Z | [ host-image] Dec 20 20:35:25.912 INFO O| Dec 20 20:35:25.912 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9356 | 2024-12-20T20:35:27.138Z | [ host-image] Dec 20 20:35:25.912 INFO O| Dec 20 20:35:25.912 INFO ok! |
9357 | 2024-12-20T20:35:27.138Z | [ host-image] Dec 20 20:35:25.912 INFO O| Dec 20 20:35:25.912 INFO STEP 50 (ensure_file) COMPLETE |
9358 | 2024-12-20T20:35:27.138Z | [ host-image] Dec 20 20:35:25.912 INFO O| Dec 20 20:35:25.912 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9359 | 2024-12-20T20:35:27.183Z | [ host-image] Dec 20 20:35:25.959 INFO O| Dec 20 20:35:25.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9360 | 2024-12-20T20:35:27.183Z | [ host-image] Dec 20 20:35:25.959 INFO O| Dec 20 20:35:25.959 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 ... |
9361 | 2024-12-20T20:35:27.183Z | [ host-image] Dec 20 20:35:25.959 INFO O| Dec 20 20:35:25.959 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 |
9362 | 2024-12-20T20:35:27.186Z | [ host-image] Dec 20 20:35:25.959 INFO O| Dec 20 20:35:25.959 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9363 | 2024-12-20T20:35:27.186Z | [ host-image] Dec 20 20:35:25.960 INFO O| Dec 20 20:35:25.959 INFO ok! |
9364 | 2024-12-20T20:35:27.186Z | [ host-image] Dec 20 20:35:25.960 INFO O| Dec 20 20:35:25.960 INFO STEP 51 (ensure_file) COMPLETE |
9365 | 2024-12-20T20:35:27.186Z | [ host-image] Dec 20 20:35:25.960 INFO O| Dec 20 20:35:25.960 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9366 | 2024-12-20T20:35:27.204Z | [ host-image] Dec 20 20:35:25.980 INFO O| Dec 20 20:35:25.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9367 | 2024-12-20T20:35:27.204Z | [ host-image] Dec 20 20:35:25.980 INFO O| Dec 20 20:35:25.980 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 ... |
9368 | 2024-12-20T20:35:27.207Z | [ host-image] Dec 20 20:35:25.980 INFO O| Dec 20 20:35:25.980 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 |
9369 | 2024-12-20T20:35:27.207Z | [ host-image] Dec 20 20:35:25.980 INFO O| Dec 20 20:35:25.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9370 | 2024-12-20T20:35:27.207Z | [ host-image] Dec 20 20:35:25.980 INFO O| Dec 20 20:35:25.980 INFO ok! |
9371 | 2024-12-20T20:35:27.207Z | [ host-image] Dec 20 20:35:25.981 INFO O| Dec 20 20:35:25.980 INFO STEP 52 (ensure_file) COMPLETE |
9372 | 2024-12-20T20:35:27.207Z | [ host-image] Dec 20 20:35:25.981 INFO O| Dec 20 20:35:25.981 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9373 | 2024-12-20T20:35:27.223Z | [ host-image] Dec 20 20:35:25.999 INFO O| Dec 20 20:35:25.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9374 | 2024-12-20T20:35:27.223Z | [ host-image] Dec 20 20:35:25.999 INFO O| Dec 20 20:35:25.999 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 ... |
9375 | 2024-12-20T20:35:27.228Z | [ host-image] Dec 20 20:35:25.999 INFO O| Dec 20 20:35:25.999 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 |
9376 | 2024-12-20T20:35:27.228Z | [ host-image] Dec 20 20:35:25.999 INFO O| Dec 20 20:35:25.999 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9377 | 2024-12-20T20:35:27.228Z | [ host-image] Dec 20 20:35:25.999 INFO O| Dec 20 20:35:25.999 INFO ok! |
9378 | 2024-12-20T20:35:27.228Z | [ host-image] Dec 20 20:35:26.003 INFO O| Dec 20 20:35:25.999 INFO STEP 53 (ensure_file) COMPLETE |
9379 | 2024-12-20T20:35:27.228Z | [ host-image] Dec 20 20:35:26.003 INFO O| Dec 20 20:35:26.000 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2024-12-20T20:35:27.245Z | [ host-image] Dec 20 20:35:26.021 INFO O| Dec 20 20:35:26.021 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9381 | 2024-12-20T20:35:27.245Z | [ host-image] Dec 20 20:35:26.021 INFO O| Dec 20 20:35:26.021 INFO STEP 54 (ensure_dir) COMPLETE |
9382 | 2024-12-20T20:35:27.247Z | [ host-image] Dec 20 20:35:26.021 INFO O| Dec 20 20:35:26.021 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9383 | 2024-12-20T20:35:27.282Z | [ host-image] Dec 20 20:35:26.057 INFO O| Dec 20 20:35:26.057 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9384 | 2024-12-20T20:35:27.282Z | [ host-image] Dec 20 20:35:26.057 INFO O| Dec 20 20:35:26.057 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9385 | 2024-12-20T20:35:27.282Z | [ host-image] Dec 20 20:35:26.057 INFO O| Dec 20 20:35:26.057 INFO STEP 55 (ensure_dir) COMPLETE |
9386 | 2024-12-20T20:35:27.282Z | [ host-image] Dec 20 20:35:26.057 INFO O| Dec 20 20:35:26.057 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9387 | 2024-12-20T20:35:27.326Z | [ host-image] Dec 20 20:35:26.102 INFO O| Dec 20 20:35:26.102 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9388 | 2024-12-20T20:35:27.328Z | [ host-image] Dec 20 20:35:26.102 INFO O| Dec 20 20:35:26.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9389 | 2024-12-20T20:35:27.329Z | [ host-image] Dec 20 20:35:26.102 INFO O| Dec 20 20:35:26.102 INFO STEP 56 (ensure_dir) COMPLETE |
9390 | 2024-12-20T20:35:27.329Z | [ host-image] Dec 20 20:35:26.103 INFO O| Dec 20 20:35:26.103 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9391 | 2024-12-20T20:35:27.380Z | [ host-image] Dec 20 20:35:26.156 INFO O| Dec 20 20:35:26.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9392 | 2024-12-20T20:35:27.380Z | [ host-image] Dec 20 20:35:26.156 INFO O| Dec 20 20:35:26.156 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9393 | 2024-12-20T20:35:27.403Z | [ host-image] Dec 20 20:35:26.179 INFO O| Dec 20 20:35:26.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9394 | 2024-12-20T20:35:27.403Z | [ host-image] Dec 20 20:35:26.179 INFO O| Dec 20 20:35:26.179 INFO ok! |
9395 | 2024-12-20T20:35:27.403Z | [ host-image] Dec 20 20:35:26.179 INFO O| Dec 20 20:35:26.179 INFO STEP 57 (ensure_file) COMPLETE |
9396 | 2024-12-20T20:35:27.404Z | [ host-image] Dec 20 20:35:26.179 INFO O| Dec 20 20:35:26.179 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9397 | 2024-12-20T20:35:27.423Z | [ host-image] Dec 20 20:35:26.200 INFO O| Dec 20 20:35:26.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9398 | 2024-12-20T20:35:27.424Z | [ host-image] Dec 20 20:35:26.200 INFO O| Dec 20 20:35:26.200 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9399 | 2024-12-20T20:35:28.858Z | [ host-image] Dec 20 20:35:27.633 INFO O| Dec 20 20:35:27.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9400 | 2024-12-20T20:35:28.858Z | [ host-image] Dec 20 20:35:27.634 INFO O| Dec 20 20:35:27.633 INFO ok! |
9401 | 2024-12-20T20:35:28.860Z | [ host-image] Dec 20 20:35:27.634 INFO O| Dec 20 20:35:27.633 INFO STEP 58 (ensure_file) COMPLETE |
9402 | 2024-12-20T20:35:28.860Z | [ host-image] Dec 20 20:35:27.634 INFO O| Dec 20 20:35:27.633 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9403 | 2024-12-20T20:35:28.882Z | [ host-image] Dec 20 20:35:27.657 INFO O| Dec 20 20:35:27.657 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9404 | 2024-12-20T20:35:28.882Z | [ host-image] Dec 20 20:35:27.657 INFO O| Dec 20 20:35:27.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9405 | 2024-12-20T20:35:28.884Z | [ host-image] Dec 20 20:35:27.658 INFO O| Dec 20 20:35:27.657 INFO STEP 59 (ensure_dir) COMPLETE |
9406 | 2024-12-20T20:35:28.884Z | [ host-image] Dec 20 20:35:27.658 INFO O| Dec 20 20:35:27.658 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9407 | 2024-12-20T20:35:28.918Z | [ host-image] Dec 20 20:35:27.694 INFO O| Dec 20 20:35:27.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9408 | 2024-12-20T20:35:28.918Z | [ host-image] Dec 20 20:35:27.694 INFO O| Dec 20 20:35:27.694 INFO copying /tmp/.tmpoPknlO/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 ... |
9409 | 2024-12-20T20:35:28.919Z | [ host-image] Dec 20 20:35:27.694 INFO O| Dec 20 20:35:27.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9410 | 2024-12-20T20:35:28.921Z | [ host-image] Dec 20 20:35:27.695 INFO O| Dec 20 20:35:27.694 INFO ok! |
9411 | 2024-12-20T20:35:28.921Z | [ host-image] Dec 20 20:35:27.695 INFO O| Dec 20 20:35:27.694 INFO STEP 60 (ensure_file) COMPLETE |
9412 | 2024-12-20T20:35:28.921Z | [ host-image] Dec 20 20:35:27.695 INFO O| Dec 20 20:35:27.695 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9413 | 2024-12-20T20:35:28.979Z | [ host-image] Dec 20 20:35:27.755 INFO O| Dec 20 20:35:27.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9414 | 2024-12-20T20:35:28.979Z | [ host-image] Dec 20 20:35:27.755 INFO O| Dec 20 20:35:27.754 INFO copying /tmp/.tmpoPknlO/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 ... |
9415 | 2024-12-20T20:35:28.979Z | [ host-image] Dec 20 20:35:27.755 INFO O| Dec 20 20:35:27.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9416 | 2024-12-20T20:35:28.979Z | [ host-image] Dec 20 20:35:27.755 INFO O| Dec 20 20:35:27.755 INFO ok! |
9417 | 2024-12-20T20:35:28.982Z | [ host-image] Dec 20 20:35:27.755 INFO O| Dec 20 20:35:27.755 INFO STEP 61 (ensure_file) COMPLETE |
9418 | 2024-12-20T20:35:28.982Z | [ host-image] Dec 20 20:35:27.755 INFO O| Dec 20 20:35:27.755 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9419 | 2024-12-20T20:35:29.005Z | [ host-image] Dec 20 20:35:27.780 INFO O| Dec 20 20:35:27.780 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9420 | 2024-12-20T20:35:29.005Z | [ host-image] Dec 20 20:35:27.781 INFO O| Dec 20 20:35:27.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9421 | 2024-12-20T20:35:29.008Z | [ host-image] Dec 20 20:35:27.781 INFO O| Dec 20 20:35:27.780 INFO STEP 62 (ensure_dir) COMPLETE |
9422 | 2024-12-20T20:35:29.008Z | [ host-image] Dec 20 20:35:27.781 INFO O| Dec 20 20:35:27.781 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9423 | 2024-12-20T20:35:29.023Z | [ host-image] Dec 20 20:35:27.799 INFO O| Dec 20 20:35:27.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9424 | 2024-12-20T20:35:29.023Z | [ host-image] Dec 20 20:35:27.799 INFO O| Dec 20 20:35:27.799 INFO copying /tmp/.tmpoPknlO/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 ... |
9425 | 2024-12-20T20:35:29.027Z | [ host-image] Dec 20 20:35:27.799 INFO O| Dec 20 20:35:27.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9426 | 2024-12-20T20:35:29.027Z | [ host-image] Dec 20 20:35:27.799 INFO O| Dec 20 20:35:27.799 INFO ok! |
9427 | 2024-12-20T20:35:29.027Z | [ host-image] Dec 20 20:35:27.799 INFO O| Dec 20 20:35:27.799 INFO STEP 63 (ensure_file) COMPLETE |
9428 | 2024-12-20T20:35:29.027Z | [ host-image] Dec 20 20:35:27.799 INFO O| Dec 20 20:35:27.799 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9429 | 2024-12-20T20:35:29.059Z | [ host-image] Dec 20 20:35:27.835 INFO O| Dec 20 20:35:27.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9430 | 2024-12-20T20:35:29.059Z | [ host-image] Dec 20 20:35:27.835 INFO O| Dec 20 20:35:27.835 INFO copying /tmp/.tmpoPknlO/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 ... |
9431 | 2024-12-20T20:35:29.062Z | [ host-image] Dec 20 20:35:27.836 INFO O| Dec 20 20:35:27.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9432 | 2024-12-20T20:35:29.062Z | [ host-image] Dec 20 20:35:27.836 INFO O| Dec 20 20:35:27.835 INFO ok! |
9433 | 2024-12-20T20:35:29.062Z | [ host-image] Dec 20 20:35:27.836 INFO O| Dec 20 20:35:27.835 INFO STEP 64 (ensure_file) COMPLETE |
9434 | 2024-12-20T20:35:29.062Z | [ host-image] Dec 20 20:35:27.836 INFO O| Dec 20 20:35:27.836 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9435 | 2024-12-20T20:35:29.099Z | [ host-image] Dec 20 20:35:27.875 INFO O| Dec 20 20:35:27.875 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9436 | 2024-12-20T20:35:29.099Z | [ host-image] Dec 20 20:35:27.875 INFO O| Dec 20 20:35:27.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9437 | 2024-12-20T20:35:29.099Z | [ host-image] Dec 20 20:35:27.875 INFO O| Dec 20 20:35:27.875 INFO STEP 65 (ensure_dir) COMPLETE |
9438 | 2024-12-20T20:35:29.102Z | [ host-image] Dec 20 20:35:27.875 INFO O| Dec 20 20:35:27.875 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9439 | 2024-12-20T20:35:29.120Z | [ host-image] Dec 20 20:35:27.896 INFO O| Dec 20 20:35:27.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9440 | 2024-12-20T20:35:29.120Z | [ host-image] Dec 20 20:35:27.896 INFO O| Dec 20 20:35:27.896 INFO copying /tmp/.tmpoPknlO/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 ... |
9441 | 2024-12-20T20:35:29.123Z | [ host-image] Dec 20 20:35:27.896 INFO O| Dec 20 20:35:27.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9442 | 2024-12-20T20:35:29.123Z | [ host-image] Dec 20 20:35:27.896 INFO O| Dec 20 20:35:27.896 INFO ok! |
9443 | 2024-12-20T20:35:29.123Z | [ host-image] Dec 20 20:35:27.896 INFO O| Dec 20 20:35:27.896 INFO STEP 66 (ensure_file) COMPLETE |
9444 | 2024-12-20T20:35:29.124Z | [ host-image] Dec 20 20:35:27.896 INFO O| Dec 20 20:35:27.896 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9445 | 2024-12-20T20:35:29.159Z | [ host-image] Dec 20 20:35:27.935 INFO O| Dec 20 20:35:27.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9446 | 2024-12-20T20:35:29.159Z | [ host-image] Dec 20 20:35:27.935 INFO O| Dec 20 20:35:27.935 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9447 | 2024-12-20T20:35:29.162Z | [ host-image] Dec 20 20:35:27.935 INFO O| Dec 20 20:35:27.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9448 | 2024-12-20T20:35:29.162Z | [ host-image] Dec 20 20:35:27.935 INFO O| Dec 20 20:35:27.935 INFO ok! |
9449 | 2024-12-20T20:35:29.162Z | [ host-image] Dec 20 20:35:27.935 INFO O| Dec 20 20:35:27.935 INFO STEP 67 (ensure_file) COMPLETE |
9450 | 2024-12-20T20:35:29.162Z | [ host-image] Dec 20 20:35:27.935 INFO O| Dec 20 20:35:27.935 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9451 | 2024-12-20T20:35:29.220Z | [ host-image] Dec 20 20:35:27.996 INFO O| Dec 20 20:35:27.996 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9452 | 2024-12-20T20:35:29.220Z | [ host-image] Dec 20 20:35:27.997 INFO O| Dec 20 20:35:27.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9453 | 2024-12-20T20:35:29.223Z | [ host-image] Dec 20 20:35:27.997 INFO O| Dec 20 20:35:27.997 INFO STEP 68 (ensure_dir) COMPLETE |
9454 | 2024-12-20T20:35:29.223Z | [ host-image] Dec 20 20:35:27.997 INFO O| Dec 20 20:35:27.997 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9455 | 2024-12-20T20:35:29.261Z | [ host-image] Dec 20 20:35:28.037 INFO O| Dec 20 20:35:28.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9456 | 2024-12-20T20:35:29.261Z | [ host-image] Dec 20 20:35:28.037 INFO O| Dec 20 20:35:28.037 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9457 | 2024-12-20T20:35:30.705Z | [ host-image] Dec 20 20:35:29.481 INFO O| Dec 20 20:35:29.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9458 | 2024-12-20T20:35:30.708Z | [ host-image] Dec 20 20:35:29.481 INFO O| Dec 20 20:35:29.481 INFO ok! |
9459 | 2024-12-20T20:35:30.708Z | [ host-image] Dec 20 20:35:29.481 INFO O| Dec 20 20:35:29.481 INFO STEP 69 (ensure_file) COMPLETE |
9460 | 2024-12-20T20:35:30.708Z | [ host-image] Dec 20 20:35:29.481 INFO O| Dec 20 20:35:29.481 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9461 | 2024-12-20T20:35:30.724Z | [ host-image] Dec 20 20:35:29.500 INFO O| Dec 20 20:35:29.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9462 | 2024-12-20T20:35:30.724Z | [ host-image] Dec 20 20:35:29.500 INFO O| Dec 20 20:35:29.500 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9463 | 2024-12-20T20:35:32.817Z | [ host-image] Dec 20 20:35:31.593 INFO O| Dec 20 20:35:31.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9464 | 2024-12-20T20:35:32.817Z | [ host-image] Dec 20 20:35:31.593 INFO O| Dec 20 20:35:31.593 INFO ok! |
9465 | 2024-12-20T20:35:32.820Z | [ host-image] Dec 20 20:35:31.593 INFO O| Dec 20 20:35:31.593 INFO STEP 70 (ensure_file) COMPLETE |
9466 | 2024-12-20T20:35:32.820Z | [ host-image] Dec 20 20:35:31.593 INFO O| Dec 20 20:35:31.593 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9467 | 2024-12-20T20:35:32.842Z | [ host-image] Dec 20 20:35:31.618 INFO O| Dec 20 20:35:31.618 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9468 | 2024-12-20T20:35:32.845Z | [ host-image] Dec 20 20:35:31.619 INFO O| Dec 20 20:35:31.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9469 | 2024-12-20T20:35:32.845Z | [ host-image] Dec 20 20:35:31.619 INFO O| Dec 20 20:35:31.619 INFO STEP 71 (ensure_dir) COMPLETE |
9470 | 2024-12-20T20:35:32.846Z | [ host-image] Dec 20 20:35:31.619 INFO O| Dec 20 20:35:31.619 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9471 | 2024-12-20T20:35:32.861Z | [ host-image] Dec 20 20:35:31.637 INFO O| Dec 20 20:35:31.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9472 | 2024-12-20T20:35:32.865Z | [ host-image] Dec 20 20:35:31.637 INFO O| Dec 20 20:35:31.637 INFO copying /tmp/.tmpoPknlO/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 ... |
9473 | 2024-12-20T20:35:32.865Z | [ host-image] Dec 20 20:35:31.637 INFO O| Dec 20 20:35:31.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9474 | 2024-12-20T20:35:32.867Z | [ host-image] Dec 20 20:35:31.637 INFO O| Dec 20 20:35:31.637 INFO ok! |
9475 | 2024-12-20T20:35:32.867Z | [ host-image] Dec 20 20:35:31.638 INFO O| Dec 20 20:35:31.638 INFO STEP 72 (ensure_file) COMPLETE |
9476 | 2024-12-20T20:35:32.867Z | [ host-image] Dec 20 20:35:31.638 INFO O| Dec 20 20:35:31.638 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9477 | 2024-12-20T20:35:32.880Z | [ host-image] Dec 20 20:35:31.656 INFO O| Dec 20 20:35:31.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9478 | 2024-12-20T20:35:32.880Z | [ host-image] Dec 20 20:35:31.656 INFO O| Dec 20 20:35:31.656 INFO copying /tmp/.tmpoPknlO/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 ... |
9479 | 2024-12-20T20:35:32.883Z | [ host-image] Dec 20 20:35:31.656 INFO O| Dec 20 20:35:31.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9480 | 2024-12-20T20:35:32.883Z | [ host-image] Dec 20 20:35:31.656 INFO O| Dec 20 20:35:31.656 INFO ok! |
9481 | 2024-12-20T20:35:32.883Z | [ host-image] Dec 20 20:35:31.656 INFO O| Dec 20 20:35:31.656 INFO STEP 73 (ensure_file) COMPLETE |
9482 | 2024-12-20T20:35:32.883Z | [ host-image] Dec 20 20:35:31.656 INFO O| Dec 20 20:35:31.656 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2024-12-20T20:35:32.898Z | [ host-image] Dec 20 20:35:31.674 INFO O| Dec 20 20:35:31.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9484 | 2024-12-20T20:35:32.898Z | [ host-image] Dec 20 20:35:31.674 INFO O| Dec 20 20:35:31.674 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9485 | 2024-12-20T20:35:32.900Z | [ host-image] Dec 20 20:35:31.674 INFO O| Dec 20 20:35:31.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9486 | 2024-12-20T20:35:32.900Z | [ host-image] Dec 20 20:35:31.674 INFO O| Dec 20 20:35:31.674 INFO ok! |
9487 | 2024-12-20T20:35:32.902Z | [ host-image] Dec 20 20:35:31.675 INFO O| Dec 20 20:35:31.674 INFO STEP 74 (ensure_file) COMPLETE |
9488 | 2024-12-20T20:35:32.902Z | [ host-image] Dec 20 20:35:31.675 INFO O| Dec 20 20:35:31.675 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-12-20T20:35:32.917Z | [ host-image] Dec 20 20:35:31.693 INFO O| Dec 20 20:35:31.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9490 | 2024-12-20T20:35:32.917Z | [ host-image] Dec 20 20:35:31.694 INFO O| Dec 20 20:35:31.694 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9491 | 2024-12-20T20:35:32.920Z | [ host-image] Dec 20 20:35:31.694 INFO O| Dec 20 20:35:31.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9492 | 2024-12-20T20:35:32.920Z | [ host-image] Dec 20 20:35:31.694 INFO O| Dec 20 20:35:31.694 INFO ok! |
9493 | 2024-12-20T20:35:32.920Z | [ host-image] Dec 20 20:35:31.694 INFO O| Dec 20 20:35:31.694 INFO STEP 75 (ensure_file) COMPLETE |
9494 | 2024-12-20T20:35:32.920Z | [ host-image] Dec 20 20:35:31.694 INFO O| Dec 20 20:35:31.694 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9495 | 2024-12-20T20:35:32.939Z | [ host-image] Dec 20 20:35:31.715 INFO O| Dec 20 20:35:31.715 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9496 | 2024-12-20T20:35:32.942Z | [ host-image] Dec 20 20:35:31.715 INFO O| Dec 20 20:35:31.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9497 | 2024-12-20T20:35:32.942Z | [ host-image] Dec 20 20:35:31.715 INFO O| Dec 20 20:35:31.715 INFO STEP 76 (ensure_dir) COMPLETE |
9498 | 2024-12-20T20:35:32.942Z | [ host-image] Dec 20 20:35:31.715 INFO O| Dec 20 20:35:31.715 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9499 | 2024-12-20T20:35:32.963Z | [ host-image] Dec 20 20:35:31.739 INFO O| Dec 20 20:35:31.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9500 | 2024-12-20T20:35:32.963Z | [ host-image] Dec 20 20:35:31.739 INFO O| Dec 20 20:35:31.739 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9501 | 2024-12-20T20:35:32.967Z | [ host-image] Dec 20 20:35:31.743 INFO O| Dec 20 20:35:31.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9502 | 2024-12-20T20:35:32.967Z | [ host-image] Dec 20 20:35:31.743 INFO O| Dec 20 20:35:31.743 INFO ok! |
9503 | 2024-12-20T20:35:32.969Z | [ host-image] Dec 20 20:35:31.743 INFO O| Dec 20 20:35:31.743 INFO STEP 77 (ensure_file) COMPLETE |
9504 | 2024-12-20T20:35:32.969Z | [ host-image] Dec 20 20:35:31.743 INFO O| Dec 20 20:35:31.743 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9505 | 2024-12-20T20:35:32.986Z | [ host-image] Dec 20 20:35:31.762 INFO O| Dec 20 20:35:31.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9506 | 2024-12-20T20:35:32.986Z | [ host-image] Dec 20 20:35:31.762 INFO O| Dec 20 20:35:31.762 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9507 | 2024-12-20T20:35:32.986Z | [ host-image] Dec 20 20:35:31.762 INFO O| Dec 20 20:35:31.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9508 | 2024-12-20T20:35:32.989Z | [ host-image] Dec 20 20:35:31.762 INFO O| Dec 20 20:35:31.762 INFO ok! |
9509 | 2024-12-20T20:35:32.989Z | [ host-image] Dec 20 20:35:31.762 INFO O| Dec 20 20:35:31.762 INFO STEP 78 (ensure_file) COMPLETE |
9510 | 2024-12-20T20:35:32.989Z | [ host-image] Dec 20 20:35:31.762 INFO O| Dec 20 20:35:31.762 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9511 | 2024-12-20T20:35:33.011Z | [ host-image] Dec 20 20:35:31.787 INFO O| Dec 20 20:35:31.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9512 | 2024-12-20T20:35:33.012Z | [ host-image] Dec 20 20:35:31.787 INFO O| Dec 20 20:35:31.787 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9513 | 2024-12-20T20:35:34.864Z | [ host-image] Dec 20 20:35:33.640 INFO O| Dec 20 20:35:33.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9514 | 2024-12-20T20:35:34.864Z | [ host-image] Dec 20 20:35:33.640 INFO O| Dec 20 20:35:33.640 INFO ok! |
9515 | 2024-12-20T20:35:34.867Z | [ host-image] Dec 20 20:35:33.640 INFO O| Dec 20 20:35:33.640 INFO STEP 79 (ensure_file) COMPLETE |
9516 | 2024-12-20T20:35:34.867Z | [ host-image] Dec 20 20:35:33.640 INFO O| Dec 20 20:35:33.640 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9517 | 2024-12-20T20:35:34.882Z | [ host-image] Dec 20 20:35:33.658 INFO O| Dec 20 20:35:33.658 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9518 | 2024-12-20T20:35:34.882Z | [ host-image] Dec 20 20:35:33.658 INFO O| Dec 20 20:35:33.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9519 | 2024-12-20T20:35:34.882Z | [ host-image] Dec 20 20:35:33.658 INFO O| Dec 20 20:35:33.658 INFO STEP 80 (ensure_dir) COMPLETE |
9520 | 2024-12-20T20:35:34.885Z | [ host-image] Dec 20 20:35:33.658 INFO O| Dec 20 20:35:33.658 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9521 | 2024-12-20T20:35:34.913Z | [ host-image] Dec 20 20:35:33.689 INFO O| Dec 20 20:35:33.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9522 | 2024-12-20T20:35:34.913Z | [ host-image] Dec 20 20:35:33.689 INFO O| Dec 20 20:35:33.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9523 | 2024-12-20T20:35:34.913Z | [ host-image] Dec 20 20:35:33.689 INFO O| Dec 20 20:35:33.689 INFO STEP 81 (ensure_dir) COMPLETE |
9524 | 2024-12-20T20:35:34.916Z | [ host-image] Dec 20 20:35:33.689 INFO O| Dec 20 20:35:33.689 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9525 | 2024-12-20T20:35:34.955Z | [ host-image] Dec 20 20:35:33.730 INFO O| Dec 20 20:35:33.730 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9526 | 2024-12-20T20:35:34.955Z | [ host-image] Dec 20 20:35:33.731 INFO O| Dec 20 20:35:33.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9527 | 2024-12-20T20:35:34.955Z | [ host-image] Dec 20 20:35:33.731 INFO O| Dec 20 20:35:33.731 INFO STEP 82 (ensure_dir) COMPLETE |
9528 | 2024-12-20T20:35:34.957Z | [ host-image] Dec 20 20:35:33.731 INFO O| Dec 20 20:35:33.731 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9529 | 2024-12-20T20:35:34.973Z | [ host-image] Dec 20 20:35:33.749 INFO O| Dec 20 20:35:33.749 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9530 | 2024-12-20T20:35:34.973Z | [ host-image] Dec 20 20:35:33.749 INFO O| Dec 20 20:35:33.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9531 | 2024-12-20T20:35:34.973Z | [ host-image] Dec 20 20:35:33.749 INFO O| Dec 20 20:35:33.749 INFO STEP 83 (ensure_dir) COMPLETE |
9532 | 2024-12-20T20:35:34.976Z | [ host-image] Dec 20 20:35:33.749 INFO O| Dec 20 20:35:33.749 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9533 | 2024-12-20T20:35:34.991Z | [ host-image] Dec 20 20:35:33.767 INFO O| Dec 20 20:35:33.767 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9534 | 2024-12-20T20:35:34.994Z | [ host-image] Dec 20 20:35:33.767 INFO O| Dec 20 20:35:33.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9535 | 2024-12-20T20:35:34.997Z | [ host-image] Dec 20 20:35:33.767 INFO O| Dec 20 20:35:33.767 INFO STEP 84 (ensure_dir) COMPLETE |
9536 | 2024-12-20T20:35:34.997Z | [ host-image] Dec 20 20:35:33.768 INFO O| Dec 20 20:35:33.767 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2024-12-20T20:35:35.016Z | [ host-image] Dec 20 20:35:33.792 INFO O| Dec 20 20:35:33.792 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9538 | 2024-12-20T20:35:35.016Z | [ host-image] Dec 20 20:35:33.792 INFO O| Dec 20 20:35:33.792 INFO copying /tmp/.tmpoPknlO/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 ... |
9539 | 2024-12-20T20:35:35.016Z | [ host-image] Dec 20 20:35:33.792 INFO O| Dec 20 20:35:33.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9540 | 2024-12-20T20:35:35.017Z | [ host-image] Dec 20 20:35:33.792 INFO O| Dec 20 20:35:33.792 INFO ok! |
9541 | 2024-12-20T20:35:35.020Z | [ host-image] Dec 20 20:35:33.792 INFO O| Dec 20 20:35:33.792 INFO STEP 85 (ensure_file) COMPLETE |
9542 | 2024-12-20T20:35:35.020Z | [ host-image] Dec 20 20:35:33.792 INFO O| Dec 20 20:35:33.792 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2024-12-20T20:35:35.037Z | [ host-image] Dec 20 20:35:33.813 INFO O| Dec 20 20:35:33.813 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9544 | 2024-12-20T20:35:35.040Z | [ host-image] Dec 20 20:35:33.814 INFO O| Dec 20 20:35:33.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9545 | 2024-12-20T20:35:35.040Z | [ host-image] Dec 20 20:35:33.814 INFO O| Dec 20 20:35:33.814 INFO STEP 86 (ensure_dir) COMPLETE |
9546 | 2024-12-20T20:35:35.040Z | [ host-image] Dec 20 20:35:33.814 INFO O| Dec 20 20:35:33.814 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9547 | 2024-12-20T20:35:35.057Z | [ host-image] Dec 20 20:35:33.833 INFO O| Dec 20 20:35:33.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9548 | 2024-12-20T20:35:35.059Z | [ host-image] Dec 20 20:35:33.833 INFO O| Dec 20 20:35:33.833 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9549 | 2024-12-20T20:35:35.061Z | [ host-image] Dec 20 20:35:33.833 INFO O| Dec 20 20:35:33.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9550 | 2024-12-20T20:35:35.061Z | [ host-image] Dec 20 20:35:33.834 INFO O| Dec 20 20:35:33.833 INFO ok! |
9551 | 2024-12-20T20:35:35.061Z | [ host-image] Dec 20 20:35:33.834 INFO O| Dec 20 20:35:33.834 INFO STEP 87 (ensure_file) COMPLETE |
9552 | 2024-12-20T20:35:35.061Z | [ host-image] Dec 20 20:35:33.834 INFO O| Dec 20 20:35:33.834 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9553 | 2024-12-20T20:35:35.077Z | [ host-image] Dec 20 20:35:33.853 INFO O| Dec 20 20:35:33.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9554 | 2024-12-20T20:35:35.078Z | [ host-image] Dec 20 20:35:33.853 INFO O| Dec 20 20:35:33.853 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9555 | 2024-12-20T20:35:35.817Z | [ host-image] Dec 20 20:35:34.593 INFO O| Dec 20 20:35:34.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9556 | 2024-12-20T20:35:35.817Z | [ host-image] Dec 20 20:35:34.593 INFO O| Dec 20 20:35:34.593 INFO ok! |
9557 | 2024-12-20T20:35:35.819Z | [ host-image] Dec 20 20:35:34.593 INFO O| Dec 20 20:35:34.593 INFO STEP 88 (ensure_file) COMPLETE |
9558 | 2024-12-20T20:35:35.819Z | [ host-image] Dec 20 20:35:34.593 INFO O| Dec 20 20:35:34.593 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2024-12-20T20:35:35.836Z | [ host-image] Dec 20 20:35:34.612 INFO O| Dec 20 20:35:34.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9560 | 2024-12-20T20:35:35.836Z | [ host-image] Dec 20 20:35:34.612 INFO O| Dec 20 20:35:34.612 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9561 | 2024-12-20T20:35:36.537Z | [ host-image] Dec 20 20:35:35.313 INFO O| Dec 20 20:35:35.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9562 | 2024-12-20T20:35:36.538Z | [ host-image] Dec 20 20:35:35.313 INFO O| Dec 20 20:35:35.313 INFO ok! |
9563 | 2024-12-20T20:35:36.538Z | [ host-image] Dec 20 20:35:35.313 INFO O| Dec 20 20:35:35.313 INFO STEP 89 (ensure_file) COMPLETE |
9564 | 2024-12-20T20:35:36.541Z | [ host-image] Dec 20 20:35:35.313 INFO O| Dec 20 20:35:35.313 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9565 | 2024-12-20T20:35:36.554Z | [ host-image] Dec 20 20:35:35.330 INFO O| Dec 20 20:35:35.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9566 | 2024-12-20T20:35:36.554Z | [ host-image] Dec 20 20:35:35.330 INFO O| Dec 20 20:35:35.330 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9567 | 2024-12-20T20:35:36.554Z | [ host-image] Dec 20 20:35:35.330 INFO O| Dec 20 20:35:35.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9568 | 2024-12-20T20:35:36.554Z | [ host-image] Dec 20 20:35:35.330 INFO O| Dec 20 20:35:35.330 INFO ok! |
9569 | 2024-12-20T20:35:36.557Z | [ host-image] Dec 20 20:35:35.330 INFO O| Dec 20 20:35:35.330 INFO STEP 90 (ensure_file) COMPLETE |
9570 | 2024-12-20T20:35:36.557Z | [ host-image] Dec 20 20:35:35.330 INFO O| Dec 20 20:35:35.330 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-12-20T20:35:36.570Z | [ host-image] Dec 20 20:35:35.346 INFO O| Dec 20 20:35:35.346 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9572 | 2024-12-20T20:35:36.570Z | [ host-image] Dec 20 20:35:35.346 INFO O| Dec 20 20:35:35.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9573 | 2024-12-20T20:35:36.570Z | [ host-image] Dec 20 20:35:35.346 INFO O| Dec 20 20:35:35.346 INFO STEP 91 (ensure_dir) COMPLETE |
9574 | 2024-12-20T20:35:36.573Z | [ host-image] Dec 20 20:35:35.346 INFO O| Dec 20 20:35:35.346 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2024-12-20T20:35:36.606Z | [ host-image] Dec 20 20:35:35.382 INFO O| Dec 20 20:35:35.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9576 | 2024-12-20T20:35:36.606Z | [ host-image] Dec 20 20:35:35.382 INFO O| Dec 20 20:35:35.382 INFO copying /tmp/.tmpoPknlO/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 ... |
9577 | 2024-12-20T20:35:36.606Z | [ host-image] Dec 20 20:35:35.382 INFO O| Dec 20 20:35:35.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9578 | 2024-12-20T20:35:36.609Z | [ host-image] Dec 20 20:35:35.382 INFO O| Dec 20 20:35:35.382 INFO ok! |
9579 | 2024-12-20T20:35:36.609Z | [ host-image] Dec 20 20:35:35.382 INFO O| Dec 20 20:35:35.382 INFO STEP 92 (ensure_file) COMPLETE |
9580 | 2024-12-20T20:35:36.609Z | [ host-image] Dec 20 20:35:35.382 INFO O| Dec 20 20:35:35.382 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-12-20T20:35:36.666Z | [ host-image] Dec 20 20:35:35.442 INFO O| Dec 20 20:35:35.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9582 | 2024-12-20T20:35:36.666Z | [ host-image] Dec 20 20:35:35.442 INFO O| Dec 20 20:35:35.442 INFO copying /tmp/.tmpoPknlO/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 ... |
9583 | 2024-12-20T20:35:36.666Z | [ host-image] Dec 20 20:35:35.442 INFO O| Dec 20 20:35:35.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9584 | 2024-12-20T20:35:36.666Z | [ host-image] Dec 20 20:35:35.442 INFO O| Dec 20 20:35:35.442 INFO ok! |
9585 | 2024-12-20T20:35:36.669Z | [ host-image] Dec 20 20:35:35.442 INFO O| Dec 20 20:35:35.442 INFO STEP 93 (ensure_file) COMPLETE |
9586 | 2024-12-20T20:35:36.669Z | [ host-image] Dec 20 20:35:35.442 INFO O| Dec 20 20:35:35.442 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9587 | 2024-12-20T20:35:36.687Z | [ host-image] Dec 20 20:35:35.461 INFO O| Dec 20 20:35:35.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9588 | 2024-12-20T20:35:36.687Z | [ host-image] Dec 20 20:35:35.461 INFO O| Dec 20 20:35:35.461 INFO copying /tmp/.tmpoPknlO/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 ... |
9589 | 2024-12-20T20:35:36.687Z | [ host-image] Dec 20 20:35:35.461 INFO O| Dec 20 20:35:35.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9590 | 2024-12-20T20:35:36.687Z | [ host-image] Dec 20 20:35:35.461 INFO O| Dec 20 20:35:35.461 INFO ok! |
9591 | 2024-12-20T20:35:36.687Z | [ host-image] Dec 20 20:35:35.461 INFO O| Dec 20 20:35:35.461 INFO STEP 94 (ensure_file) COMPLETE |
9592 | 2024-12-20T20:35:36.687Z | [ host-image] Dec 20 20:35:35.461 INFO O| Dec 20 20:35:35.461 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2024-12-20T20:35:36.703Z | [ host-image] Dec 20 20:35:35.478 INFO O| Dec 20 20:35:35.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9594 | 2024-12-20T20:35:36.704Z | [ host-image] Dec 20 20:35:35.478 INFO O| Dec 20 20:35:35.478 INFO copying /tmp/.tmpoPknlO/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 ... |
9595 | 2024-12-20T20:35:36.704Z | [ host-image] Dec 20 20:35:35.479 INFO O| Dec 20 20:35:35.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9596 | 2024-12-20T20:35:36.707Z | [ host-image] Dec 20 20:35:35.479 INFO O| Dec 20 20:35:35.479 INFO ok! |
9597 | 2024-12-20T20:35:36.707Z | [ host-image] Dec 20 20:35:35.479 INFO O| Dec 20 20:35:35.479 INFO STEP 95 (ensure_file) COMPLETE |
9598 | 2024-12-20T20:35:36.707Z | [ host-image] Dec 20 20:35:35.479 INFO O| Dec 20 20:35:35.479 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-12-20T20:35:36.720Z | [ host-image] Dec 20 20:35:35.496 INFO O| Dec 20 20:35:35.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9600 | 2024-12-20T20:35:36.720Z | [ host-image] Dec 20 20:35:35.496 INFO O| Dec 20 20:35:35.496 INFO copying /tmp/.tmpoPknlO/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 ... |
9601 | 2024-12-20T20:35:36.720Z | [ host-image] Dec 20 20:35:35.496 INFO O| Dec 20 20:35:35.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9602 | 2024-12-20T20:35:36.720Z | [ host-image] Dec 20 20:35:35.496 INFO O| Dec 20 20:35:35.496 INFO ok! |
9603 | 2024-12-20T20:35:36.723Z | [ host-image] Dec 20 20:35:35.496 INFO O| Dec 20 20:35:35.496 INFO STEP 96 (ensure_file) COMPLETE |
9604 | 2024-12-20T20:35:36.723Z | [ host-image] Dec 20 20:35:35.496 INFO O| Dec 20 20:35:35.496 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2024-12-20T20:35:36.738Z | [ host-image] Dec 20 20:35:35.514 INFO O| Dec 20 20:35:35.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9606 | 2024-12-20T20:35:36.738Z | [ host-image] Dec 20 20:35:35.514 INFO O| Dec 20 20:35:35.514 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9607 | 2024-12-20T20:35:36.738Z | [ host-image] Dec 20 20:35:35.514 INFO O| Dec 20 20:35:35.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9608 | 2024-12-20T20:35:36.739Z | [ host-image] Dec 20 20:35:35.514 INFO O| Dec 20 20:35:35.514 INFO ok! |
9609 | 2024-12-20T20:35:36.742Z | [ host-image] Dec 20 20:35:35.514 INFO O| Dec 20 20:35:35.514 INFO STEP 97 (ensure_file) COMPLETE |
9610 | 2024-12-20T20:35:36.742Z | [ host-image] Dec 20 20:35:35.514 INFO O| Dec 20 20:35:35.514 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2024-12-20T20:35:36.767Z | [ host-image] Dec 20 20:35:35.542 INFO O| Dec 20 20:35:35.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9612 | 2024-12-20T20:35:36.767Z | [ host-image] Dec 20 20:35:35.543 INFO O| Dec 20 20:35:35.542 INFO copying /tmp/.tmpoPknlO/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 ... |
9613 | 2024-12-20T20:35:36.769Z | [ host-image] Dec 20 20:35:35.543 INFO O| Dec 20 20:35:35.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9614 | 2024-12-20T20:35:36.769Z | [ host-image] Dec 20 20:35:35.543 INFO O| Dec 20 20:35:35.543 INFO ok! |
9615 | 2024-12-20T20:35:36.769Z | [ host-image] Dec 20 20:35:35.543 INFO O| Dec 20 20:35:35.543 INFO STEP 98 (ensure_file) COMPLETE |
9616 | 2024-12-20T20:35:36.769Z | [ host-image] Dec 20 20:35:35.543 INFO O| Dec 20 20:35:35.543 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9617 | 2024-12-20T20:35:36.798Z | [ host-image] Dec 20 20:35:35.574 INFO O| Dec 20 20:35:35.574 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9618 | 2024-12-20T20:35:36.798Z | [ host-image] Dec 20 20:35:35.574 INFO O| Dec 20 20:35:35.574 INFO copying /tmp/.tmpoPknlO/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 ... |
9619 | 2024-12-20T20:35:36.798Z | [ host-image] Dec 20 20:35:35.574 INFO O| Dec 20 20:35:35.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9620 | 2024-12-20T20:35:36.801Z | [ host-image] Dec 20 20:35:35.574 INFO O| Dec 20 20:35:35.574 INFO ok! |
9621 | 2024-12-20T20:35:36.801Z | [ host-image] Dec 20 20:35:35.574 INFO O| Dec 20 20:35:35.574 INFO STEP 99 (ensure_file) COMPLETE |
9622 | 2024-12-20T20:35:36.801Z | [ host-image] Dec 20 20:35:35.574 INFO O| Dec 20 20:35:35.574 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9623 | 2024-12-20T20:35:36.817Z | [ host-image] Dec 20 20:35:35.593 INFO O| Dec 20 20:35:35.593 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9624 | 2024-12-20T20:35:36.817Z | [ host-image] Dec 20 20:35:35.593 INFO O| Dec 20 20:35:35.593 INFO copying /tmp/.tmpoPknlO/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 ... |
9625 | 2024-12-20T20:35:36.817Z | [ host-image] Dec 20 20:35:35.593 INFO O| Dec 20 20:35:35.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9626 | 2024-12-20T20:35:36.820Z | [ host-image] Dec 20 20:35:35.593 INFO O| Dec 20 20:35:35.593 INFO ok! |
9627 | 2024-12-20T20:35:36.821Z | [ host-image] Dec 20 20:35:35.593 INFO O| Dec 20 20:35:35.593 INFO STEP 100 (ensure_file) COMPLETE |
9628 | 2024-12-20T20:35:36.821Z | [ host-image] Dec 20 20:35:35.593 INFO O| Dec 20 20:35:35.593 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9629 | 2024-12-20T20:35:36.835Z | [ host-image] Dec 20 20:35:35.611 INFO O| Dec 20 20:35:35.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9630 | 2024-12-20T20:35:36.835Z | [ host-image] Dec 20 20:35:35.611 INFO O| Dec 20 20:35:35.611 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9631 | 2024-12-20T20:35:36.835Z | [ host-image] Dec 20 20:35:35.611 INFO O| Dec 20 20:35:35.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9632 | 2024-12-20T20:35:36.838Z | [ host-image] Dec 20 20:35:35.611 INFO O| Dec 20 20:35:35.611 INFO ok! |
9633 | 2024-12-20T20:35:36.838Z | [ host-image] Dec 20 20:35:35.611 INFO O| Dec 20 20:35:35.611 INFO STEP 101 (ensure_file) COMPLETE |
9634 | 2024-12-20T20:35:36.838Z | [ host-image] Dec 20 20:35:35.611 INFO O| Dec 20 20:35:35.611 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9635 | 2024-12-20T20:35:36.854Z | [ host-image] Dec 20 20:35:35.630 INFO O| Dec 20 20:35:35.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9636 | 2024-12-20T20:35:36.854Z | [ host-image] Dec 20 20:35:35.630 INFO O| Dec 20 20:35:35.630 INFO copying /tmp/.tmpoPknlO/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 ... |
9637 | 2024-12-20T20:35:36.856Z | [ host-image] Dec 20 20:35:35.630 INFO O| Dec 20 20:35:35.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9638 | 2024-12-20T20:35:36.857Z | [ host-image] Dec 20 20:35:35.630 INFO O| Dec 20 20:35:35.630 INFO ok! |
9639 | 2024-12-20T20:35:36.857Z | [ host-image] Dec 20 20:35:35.630 INFO O| Dec 20 20:35:35.630 INFO STEP 102 (ensure_file) COMPLETE |
9640 | 2024-12-20T20:35:36.857Z | [ host-image] Dec 20 20:35:35.630 INFO O| Dec 20 20:35:35.630 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9641 | 2024-12-20T20:35:36.887Z | [ host-image] Dec 20 20:35:35.663 INFO O| Dec 20 20:35:35.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9642 | 2024-12-20T20:35:36.887Z | [ host-image] Dec 20 20:35:35.663 INFO O| Dec 20 20:35:35.663 INFO copying /tmp/.tmpoPknlO/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 ... |
9643 | 2024-12-20T20:35:36.890Z | [ host-image] Dec 20 20:35:35.664 INFO O| Dec 20 20:35:35.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9644 | 2024-12-20T20:35:36.891Z | [ host-image] Dec 20 20:35:35.664 INFO O| Dec 20 20:35:35.664 INFO ok! |
9645 | 2024-12-20T20:35:36.891Z | [ host-image] Dec 20 20:35:35.664 INFO O| Dec 20 20:35:35.664 INFO STEP 103 (ensure_file) COMPLETE |
9646 | 2024-12-20T20:35:36.891Z | [ host-image] Dec 20 20:35:35.664 INFO O| Dec 20 20:35:35.664 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9647 | 2024-12-20T20:35:36.923Z | [ host-image] Dec 20 20:35:35.699 INFO O| Dec 20 20:35:35.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9648 | 2024-12-20T20:35:36.923Z | [ host-image] Dec 20 20:35:35.699 INFO O| Dec 20 20:35:35.699 INFO copying /tmp/.tmpoPknlO/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 ... |
9649 | 2024-12-20T20:35:36.926Z | [ host-image] Dec 20 20:35:35.699 INFO O| Dec 20 20:35:35.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9650 | 2024-12-20T20:35:36.926Z | [ host-image] Dec 20 20:35:35.699 INFO O| Dec 20 20:35:35.699 INFO ok! |
9651 | 2024-12-20T20:35:36.926Z | [ host-image] Dec 20 20:35:35.700 INFO O| Dec 20 20:35:35.700 INFO STEP 104 (ensure_file) COMPLETE |
9652 | 2024-12-20T20:35:36.926Z | [ host-image] Dec 20 20:35:35.700 INFO O| Dec 20 20:35:35.700 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9653 | 2024-12-20T20:35:36.942Z | [ host-image] Dec 20 20:35:35.718 INFO O| Dec 20 20:35:35.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9654 | 2024-12-20T20:35:36.942Z | [ host-image] Dec 20 20:35:35.718 INFO O| Dec 20 20:35:35.718 INFO copying /tmp/.tmpoPknlO/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 ... |
9655 | 2024-12-20T20:35:36.945Z | [ host-image] Dec 20 20:35:35.718 INFO O| Dec 20 20:35:35.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9656 | 2024-12-20T20:35:36.945Z | [ host-image] Dec 20 20:35:35.718 INFO O| Dec 20 20:35:35.718 INFO ok! |
9657 | 2024-12-20T20:35:36.945Z | [ host-image] Dec 20 20:35:35.718 INFO O| Dec 20 20:35:35.718 INFO STEP 105 (ensure_file) COMPLETE |
9658 | 2024-12-20T20:35:36.945Z | [ host-image] Dec 20 20:35:35.718 INFO O| Dec 20 20:35:35.718 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9659 | 2024-12-20T20:35:36.962Z | [ host-image] Dec 20 20:35:35.738 INFO O| Dec 20 20:35:35.738 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9660 | 2024-12-20T20:35:36.962Z | [ host-image] Dec 20 20:35:35.738 INFO O| Dec 20 20:35:35.738 INFO copying /tmp/.tmpoPknlO/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 ... |
9661 | 2024-12-20T20:35:36.962Z | [ host-image] Dec 20 20:35:35.738 INFO O| Dec 20 20:35:35.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9662 | 2024-12-20T20:35:36.962Z | [ host-image] Dec 20 20:35:35.738 INFO O| Dec 20 20:35:35.738 INFO ok! |
9663 | 2024-12-20T20:35:36.965Z | [ host-image] Dec 20 20:35:35.738 INFO O| Dec 20 20:35:35.738 INFO STEP 106 (ensure_file) COMPLETE |
9664 | 2024-12-20T20:35:36.965Z | [ host-image] Dec 20 20:35:35.738 INFO O| Dec 20 20:35:35.738 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9665 | 2024-12-20T20:35:36.982Z | [ host-image] Dec 20 20:35:35.758 INFO O| Dec 20 20:35:35.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9666 | 2024-12-20T20:35:36.982Z | [ host-image] Dec 20 20:35:35.758 INFO O| Dec 20 20:35:35.758 INFO copying /tmp/.tmpoPknlO/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 ... |
9667 | 2024-12-20T20:35:36.982Z | [ host-image] Dec 20 20:35:35.758 INFO O| Dec 20 20:35:35.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9668 | 2024-12-20T20:35:36.985Z | [ host-image] Dec 20 20:35:35.758 INFO O| Dec 20 20:35:35.758 INFO ok! |
9669 | 2024-12-20T20:35:36.985Z | [ host-image] Dec 20 20:35:35.758 INFO O| Dec 20 20:35:35.758 INFO STEP 107 (ensure_file) COMPLETE |
9670 | 2024-12-20T20:35:36.985Z | [ host-image] Dec 20 20:35:35.758 INFO O| Dec 20 20:35:35.758 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9671 | 2024-12-20T20:35:37.002Z | [ host-image] Dec 20 20:35:35.778 INFO O| Dec 20 20:35:35.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9672 | 2024-12-20T20:35:37.002Z | [ host-image] Dec 20 20:35:35.778 INFO O| Dec 20 20:35:35.778 INFO copying /tmp/.tmpoPknlO/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 ... |
9673 | 2024-12-20T20:35:37.002Z | [ host-image] Dec 20 20:35:35.778 INFO O| Dec 20 20:35:35.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9674 | 2024-12-20T20:35:37.005Z | [ host-image] Dec 20 20:35:35.778 INFO O| Dec 20 20:35:35.778 INFO ok! |
9675 | 2024-12-20T20:35:37.005Z | [ host-image] Dec 20 20:35:35.778 INFO O| Dec 20 20:35:35.778 INFO STEP 108 (ensure_file) COMPLETE |
9676 | 2024-12-20T20:35:37.005Z | [ host-image] Dec 20 20:35:35.778 INFO O| Dec 20 20:35:35.778 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9677 | 2024-12-20T20:35:37.026Z | [ host-image] Dec 20 20:35:35.801 INFO O| Dec 20 20:35:35.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9678 | 2024-12-20T20:35:37.027Z | [ host-image] Dec 20 20:35:35.801 INFO O| Dec 20 20:35:35.801 INFO copying /tmp/.tmpoPknlO/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 ... |
9679 | 2024-12-20T20:35:37.030Z | [ host-image] Dec 20 20:35:35.802 INFO O| Dec 20 20:35:35.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9680 | 2024-12-20T20:35:37.030Z | [ host-image] Dec 20 20:35:35.802 INFO O| Dec 20 20:35:35.802 INFO ok! |
9681 | 2024-12-20T20:35:37.030Z | [ host-image] Dec 20 20:35:35.802 INFO O| Dec 20 20:35:35.802 INFO STEP 109 (ensure_file) COMPLETE |
9682 | 2024-12-20T20:35:37.030Z | [ host-image] Dec 20 20:35:35.802 INFO O| Dec 20 20:35:35.802 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9683 | 2024-12-20T20:35:37.051Z | [ host-image] Dec 20 20:35:35.827 INFO O| Dec 20 20:35:35.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9684 | 2024-12-20T20:35:37.051Z | [ host-image] Dec 20 20:35:35.827 INFO O| Dec 20 20:35:35.827 INFO copying /tmp/.tmpoPknlO/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 ... |
9685 | 2024-12-20T20:35:37.054Z | [ host-image] Dec 20 20:35:35.827 INFO O| Dec 20 20:35:35.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9686 | 2024-12-20T20:35:37.054Z | [ host-image] Dec 20 20:35:35.827 INFO O| Dec 20 20:35:35.827 INFO ok! |
9687 | 2024-12-20T20:35:37.054Z | [ host-image] Dec 20 20:35:35.827 INFO O| Dec 20 20:35:35.827 INFO STEP 110 (ensure_file) COMPLETE |
9688 | 2024-12-20T20:35:37.054Z | [ host-image] Dec 20 20:35:35.827 INFO O| Dec 20 20:35:35.827 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9689 | 2024-12-20T20:35:37.106Z | [ host-image] Dec 20 20:35:35.882 INFO O| Dec 20 20:35:35.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9690 | 2024-12-20T20:35:37.106Z | [ host-image] Dec 20 20:35:35.882 INFO O| Dec 20 20:35:35.882 INFO copying /tmp/.tmpoPknlO/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 ... |
9691 | 2024-12-20T20:35:37.106Z | [ host-image] Dec 20 20:35:35.882 INFO O| Dec 20 20:35:35.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9692 | 2024-12-20T20:35:37.109Z | [ host-image] Dec 20 20:35:35.882 INFO O| Dec 20 20:35:35.882 INFO ok! |
9693 | 2024-12-20T20:35:37.109Z | [ host-image] Dec 20 20:35:35.882 INFO O| Dec 20 20:35:35.882 INFO STEP 111 (ensure_file) COMPLETE |
9694 | 2024-12-20T20:35:37.109Z | [ host-image] Dec 20 20:35:35.882 INFO O| Dec 20 20:35:35.882 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9695 | 2024-12-20T20:35:37.125Z | [ host-image] Dec 20 20:35:35.901 INFO O| Dec 20 20:35:35.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9696 | 2024-12-20T20:35:37.125Z | [ host-image] Dec 20 20:35:35.901 INFO O| Dec 20 20:35:35.901 INFO copying /tmp/.tmpoPknlO/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 ... |
9697 | 2024-12-20T20:35:37.125Z | [ host-image] Dec 20 20:35:35.901 INFO O| Dec 20 20:35:35.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9698 | 2024-12-20T20:35:37.127Z | [ host-image] Dec 20 20:35:35.901 INFO O| Dec 20 20:35:35.901 INFO ok! |
9699 | 2024-12-20T20:35:37.127Z | [ host-image] Dec 20 20:35:35.901 INFO O| Dec 20 20:35:35.901 INFO STEP 112 (ensure_file) COMPLETE |
9700 | 2024-12-20T20:35:37.127Z | [ host-image] Dec 20 20:35:35.901 INFO O| Dec 20 20:35:35.901 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9701 | 2024-12-20T20:35:37.144Z | [ host-image] Dec 20 20:35:35.920 INFO O| Dec 20 20:35:35.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9702 | 2024-12-20T20:35:37.144Z | [ host-image] Dec 20 20:35:35.920 INFO O| Dec 20 20:35:35.920 INFO copying /tmp/.tmpoPknlO/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 ... |
9703 | 2024-12-20T20:35:37.144Z | [ host-image] Dec 20 20:35:35.920 INFO O| Dec 20 20:35:35.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9704 | 2024-12-20T20:35:37.144Z | [ host-image] Dec 20 20:35:35.920 INFO O| Dec 20 20:35:35.920 INFO ok! |
9705 | 2024-12-20T20:35:37.146Z | [ host-image] Dec 20 20:35:35.920 INFO O| Dec 20 20:35:35.920 INFO STEP 113 (ensure_file) COMPLETE |
9706 | 2024-12-20T20:35:37.146Z | [ host-image] Dec 20 20:35:35.920 INFO O| Dec 20 20:35:35.920 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9707 | 2024-12-20T20:35:37.161Z | [ host-image] Dec 20 20:35:35.937 INFO O| Dec 20 20:35:35.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9708 | 2024-12-20T20:35:37.161Z | [ host-image] Dec 20 20:35:35.937 INFO O| Dec 20 20:35:35.937 INFO copying /tmp/.tmpoPknlO/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 ... |
9709 | 2024-12-20T20:35:37.161Z | [ host-image] Dec 20 20:35:35.937 INFO O| Dec 20 20:35:35.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9710 | 2024-12-20T20:35:37.164Z | [ host-image] Dec 20 20:35:35.937 INFO O| Dec 20 20:35:35.937 INFO ok! |
9711 | 2024-12-20T20:35:37.164Z | [ host-image] Dec 20 20:35:35.938 INFO O| Dec 20 20:35:35.938 INFO STEP 114 (ensure_file) COMPLETE |
9712 | 2024-12-20T20:35:37.164Z | [ host-image] Dec 20 20:35:35.938 INFO O| Dec 20 20:35:35.938 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9713 | 2024-12-20T20:35:37.182Z | [ host-image] Dec 20 20:35:35.958 INFO O| Dec 20 20:35:35.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9714 | 2024-12-20T20:35:37.182Z | [ host-image] Dec 20 20:35:35.958 INFO O| Dec 20 20:35:35.958 INFO copying /tmp/.tmpoPknlO/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 ... |
9715 | 2024-12-20T20:35:37.182Z | [ host-image] Dec 20 20:35:35.958 INFO O| Dec 20 20:35:35.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9716 | 2024-12-20T20:35:37.185Z | [ host-image] Dec 20 20:35:35.958 INFO O| Dec 20 20:35:35.958 INFO ok! |
9717 | 2024-12-20T20:35:37.185Z | [ host-image] Dec 20 20:35:35.958 INFO O| Dec 20 20:35:35.958 INFO STEP 115 (ensure_file) COMPLETE |
9718 | 2024-12-20T20:35:37.185Z | [ host-image] Dec 20 20:35:35.958 INFO O| Dec 20 20:35:35.958 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9719 | 2024-12-20T20:35:37.202Z | [ host-image] Dec 20 20:35:35.978 INFO O| Dec 20 20:35:35.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9720 | 2024-12-20T20:35:37.203Z | [ host-image] Dec 20 20:35:35.978 INFO O| Dec 20 20:35:35.978 INFO copying /tmp/.tmpoPknlO/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 ... |
9721 | 2024-12-20T20:35:37.205Z | [ host-image] Dec 20 20:35:35.979 INFO O| Dec 20 20:35:35.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9722 | 2024-12-20T20:35:37.205Z | [ host-image] Dec 20 20:35:35.979 INFO O| Dec 20 20:35:35.979 INFO ok! |
9723 | 2024-12-20T20:35:37.208Z | [ host-image] Dec 20 20:35:35.979 INFO O| Dec 20 20:35:35.979 INFO STEP 116 (ensure_file) COMPLETE |
9724 | 2024-12-20T20:35:37.208Z | [ host-image] Dec 20 20:35:35.979 INFO O| Dec 20 20:35:35.979 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9725 | 2024-12-20T20:35:37.240Z | [ host-image] Dec 20 20:35:36.016 INFO O| Dec 20 20:35:36.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9726 | 2024-12-20T20:35:37.240Z | [ host-image] Dec 20 20:35:36.016 INFO O| Dec 20 20:35:36.016 INFO copying /tmp/.tmpoPknlO/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 ... |
9727 | 2024-12-20T20:35:37.240Z | [ host-image] Dec 20 20:35:36.016 INFO O| Dec 20 20:35:36.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9728 | 2024-12-20T20:35:37.243Z | [ host-image] Dec 20 20:35:36.016 INFO O| Dec 20 20:35:36.016 INFO ok! |
9729 | 2024-12-20T20:35:37.243Z | [ host-image] Dec 20 20:35:36.016 INFO O| Dec 20 20:35:36.016 INFO STEP 117 (ensure_file) COMPLETE |
9730 | 2024-12-20T20:35:37.243Z | [ host-image] Dec 20 20:35:36.016 INFO O| Dec 20 20:35:36.016 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9731 | 2024-12-20T20:35:37.278Z | [ host-image] Dec 20 20:35:36.054 INFO O| Dec 20 20:35:36.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9732 | 2024-12-20T20:35:37.278Z | [ host-image] Dec 20 20:35:36.054 INFO O| Dec 20 20:35:36.054 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9733 | 2024-12-20T20:35:37.279Z | [ host-image] Dec 20 20:35:36.054 INFO O| Dec 20 20:35:36.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9734 | 2024-12-20T20:35:37.279Z | [ host-image] Dec 20 20:35:36.055 INFO O| Dec 20 20:35:36.054 INFO ok! |
9735 | 2024-12-20T20:35:37.281Z | [ host-image] Dec 20 20:35:36.055 INFO O| Dec 20 20:35:36.054 INFO STEP 118 (ensure_file) COMPLETE |
9736 | 2024-12-20T20:35:37.282Z | [ host-image] Dec 20 20:35:36.055 INFO O| Dec 20 20:35:36.055 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9737 | 2024-12-20T20:35:37.298Z | [ host-image] Dec 20 20:35:36.074 INFO O| Dec 20 20:35:36.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9738 | 2024-12-20T20:35:37.298Z | [ host-image] Dec 20 20:35:36.074 INFO O| Dec 20 20:35:36.074 INFO copying /tmp/.tmpoPknlO/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 ... |
9739 | 2024-12-20T20:35:37.301Z | [ host-image] Dec 20 20:35:36.074 INFO O| Dec 20 20:35:36.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9740 | 2024-12-20T20:35:37.301Z | [ host-image] Dec 20 20:35:36.074 INFO O| Dec 20 20:35:36.074 INFO ok! |
9741 | 2024-12-20T20:35:37.301Z | [ host-image] Dec 20 20:35:36.074 INFO O| Dec 20 20:35:36.074 INFO STEP 119 (ensure_file) COMPLETE |
9742 | 2024-12-20T20:35:37.301Z | [ host-image] Dec 20 20:35:36.074 INFO O| Dec 20 20:35:36.074 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9743 | 2024-12-20T20:35:37.318Z | [ host-image] Dec 20 20:35:36.094 INFO O| Dec 20 20:35:36.094 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9744 | 2024-12-20T20:35:37.318Z | [ host-image] Dec 20 20:35:36.094 INFO O| Dec 20 20:35:36.094 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9745 | 2024-12-20T20:35:37.321Z | [ host-image] Dec 20 20:35:36.094 INFO O| Dec 20 20:35:36.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9746 | 2024-12-20T20:35:37.321Z | [ host-image] Dec 20 20:35:36.094 INFO O| Dec 20 20:35:36.094 INFO ok! |
9747 | 2024-12-20T20:35:37.321Z | [ host-image] Dec 20 20:35:36.094 INFO O| Dec 20 20:35:36.094 INFO STEP 120 (ensure_file) COMPLETE |
9748 | 2024-12-20T20:35:37.321Z | [ host-image] Dec 20 20:35:36.094 INFO O| Dec 20 20:35:36.094 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9749 | 2024-12-20T20:35:37.337Z | [ host-image] Dec 20 20:35:36.113 INFO O| Dec 20 20:35:36.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9750 | 2024-12-20T20:35:37.337Z | [ host-image] Dec 20 20:35:36.113 INFO O| Dec 20 20:35:36.113 INFO copying /tmp/.tmpoPknlO/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9751 | 2024-12-20T20:35:48.917Z | [ host-image] Dec 20 20:35:47.693 INFO O| Dec 20 20:35:47.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9752 | 2024-12-20T20:35:48.918Z | [ host-image] Dec 20 20:35:47.693 INFO O| Dec 20 20:35:47.693 INFO ok! |
9753 | 2024-12-20T20:35:48.921Z | [ host-image] Dec 20 20:35:47.693 INFO O| Dec 20 20:35:47.693 INFO STEP 121 (ensure_file) COMPLETE |
9754 | 2024-12-20T20:35:48.921Z | [ host-image] Dec 20 20:35:47.693 INFO O| Dec 20 20:35:47.693 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9755 | 2024-12-20T20:35:48.936Z | [ host-image] Dec 20 20:35:47.711 INFO O| Dec 20 20:35:47.711 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9756 | 2024-12-20T20:35:48.938Z | [ host-image] Dec 20 20:35:47.711 INFO O| Dec 20 20:35:47.711 INFO STEP 122 (ensure_dir) COMPLETE |
9757 | 2024-12-20T20:35:48.939Z | [ host-image] Dec 20 20:35:47.711 INFO O| Dec 20 20:35:47.711 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2024-12-20T20:35:48.967Z | [ host-image] Dec 20 20:35:47.743 INFO O| Dec 20 20:35:47.743 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9759 | 2024-12-20T20:35:48.968Z | [ host-image] Dec 20 20:35:47.743 INFO O| Dec 20 20:35:47.743 INFO STEP 123 (ensure_dir) COMPLETE |
9760 | 2024-12-20T20:35:48.970Z | [ host-image] Dec 20 20:35:47.743 INFO O| Dec 20 20:35:47.743 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9761 | 2024-12-20T20:35:49.020Z | [ host-image] Dec 20 20:35:47.796 INFO O| Dec 20 20:35:47.796 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9762 | 2024-12-20T20:35:49.020Z | [ host-image] Dec 20 20:35:47.796 INFO O| Dec 20 20:35:47.796 INFO STEP 124 (ensure_dir) COMPLETE |
9763 | 2024-12-20T20:35:49.020Z | [ host-image] Dec 20 20:35:47.796 INFO O| Dec 20 20:35:47.796 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2024-12-20T20:35:49.038Z | [ host-image] Dec 20 20:35:47.814 INFO O| Dec 20 20:35:47.814 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9765 | 2024-12-20T20:35:49.038Z | [ host-image] Dec 20 20:35:47.814 INFO O| Dec 20 20:35:47.814 INFO STEP 125 (ensure_dir) COMPLETE |
9766 | 2024-12-20T20:35:49.041Z | [ host-image] Dec 20 20:35:47.814 INFO O| Dec 20 20:35:47.814 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9767 | 2024-12-20T20:35:49.061Z | [ host-image] Dec 20 20:35:47.836 INFO O| Dec 20 20:35:47.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9768 | 2024-12-20T20:35:49.061Z | [ host-image] Dec 20 20:35:47.836 INFO O| Dec 20 20:35:47.836 INFO copying /tmp/.tmpoPknlO/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 ... |
9769 | 2024-12-20T20:35:49.061Z | [ host-image] Dec 20 20:35:47.836 INFO O| Dec 20 20:35:47.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9770 | 2024-12-20T20:35:49.061Z | [ host-image] Dec 20 20:35:47.836 INFO O| Dec 20 20:35:47.836 INFO ok! |
9771 | 2024-12-20T20:35:49.064Z | [ host-image] Dec 20 20:35:47.837 INFO O| Dec 20 20:35:47.836 INFO STEP 126 (ensure_file) COMPLETE |
9772 | 2024-12-20T20:35:49.064Z | [ host-image] Dec 20 20:35:47.837 INFO O| Dec 20 20:35:47.836 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9773 | 2024-12-20T20:35:49.118Z | [ host-image] Dec 20 20:35:47.893 INFO O| Dec 20 20:35:47.893 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9774 | 2024-12-20T20:35:49.118Z | [ host-image] Dec 20 20:35:47.893 INFO O| Dec 20 20:35:47.893 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9775 | 2024-12-20T20:35:49.118Z | [ host-image] Dec 20 20:35:47.893 INFO O| Dec 20 20:35:47.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9776 | 2024-12-20T20:35:49.121Z | [ host-image] Dec 20 20:35:47.893 INFO O| Dec 20 20:35:47.893 INFO STEP 127 (ensure_dir) COMPLETE |
9777 | 2024-12-20T20:35:49.121Z | [ host-image] Dec 20 20:35:47.893 INFO O| Dec 20 20:35:47.893 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9778 | 2024-12-20T20:35:49.135Z | [ host-image] Dec 20 20:35:47.911 INFO O| Dec 20 20:35:47.911 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9779 | 2024-12-20T20:35:49.136Z | [ host-image] Dec 20 20:35:47.911 INFO O| Dec 20 20:35:47.911 INFO copying /tmp/.tmpoPknlO/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9780 | 2024-12-20T20:35:49.141Z | [ host-image] Dec 20 20:35:47.911 INFO O| Dec 20 20:35:47.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9781 | 2024-12-20T20:35:49.141Z | [ host-image] Dec 20 20:35:47.911 INFO O| Dec 20 20:35:47.911 INFO ok! |
9782 | 2024-12-20T20:35:49.141Z | [ host-image] Dec 20 20:35:47.911 INFO O| Dec 20 20:35:47.911 INFO STEP 128 (ensure_file) COMPLETE |
9783 | 2024-12-20T20:35:49.141Z | [ host-image] Dec 20 20:35:47.911 INFO O| Dec 20 20:35:47.911 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9784 | 2024-12-20T20:35:49.152Z | [ host-image] Dec 20 20:35:47.928 INFO O| Dec 20 20:35:47.927 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9785 | 2024-12-20T20:35:49.155Z | [ host-image] Dec 20 20:35:47.928 INFO O| Dec 20 20:35:47.928 INFO STEP 129 (remove_files) COMPLETE |
9786 | 2024-12-20T20:35:49.155Z | [ host-image] Dec 20 20:35:47.928 INFO O| Dec 20 20:35:47.928 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9787 | 2024-12-20T20:35:49.170Z | [ host-image] Dec 20 20:35:47.946 INFO O| Dec 20 20:35:47.946 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9788 | 2024-12-20T20:35:49.174Z | [ host-image] Dec 20 20:35:47.946 INFO O| Dec 20 20:35:47.946 INFO STEP 130 (remove_files) COMPLETE |
9789 | 2024-12-20T20:35:49.174Z | [ host-image] Dec 20 20:35:47.946 INFO O| Dec 20 20:35:47.946 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9790 | 2024-12-20T20:35:49.189Z | [ host-image] Dec 20 20:35:47.965 INFO O| Dec 20 20:35:47.965 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9791 | 2024-12-20T20:35:49.192Z | [ host-image] Dec 20 20:35:47.965 INFO O| Dec 20 20:35:47.965 INFO STEP 131 (remove_files) COMPLETE |
9792 | 2024-12-20T20:35:49.193Z | [ host-image] Dec 20 20:35:47.965 INFO O| Dec 20 20:35:47.965 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9793 | 2024-12-20T20:35:49.209Z | [ host-image] Dec 20 20:35:47.985 INFO O| Dec 20 20:35:47.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9794 | 2024-12-20T20:35:49.212Z | [ host-image] Dec 20 20:35:47.985 INFO O| Dec 20 20:35:47.985 INFO STEP 132 (remove_files) COMPLETE |
9795 | 2024-12-20T20:35:49.212Z | [ host-image] Dec 20 20:35:47.985 INFO O| Dec 20 20:35:47.985 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9796 | 2024-12-20T20:35:49.242Z | [ host-image] Dec 20 20:35:48.017 INFO O| Dec 20 20:35:48.017 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9797 | 2024-12-20T20:35:49.244Z | [ host-image] Dec 20 20:35:48.018 INFO O| Dec 20 20:35:48.018 INFO STEP 133 (remove_files) COMPLETE |
9798 | 2024-12-20T20:35:49.244Z | [ host-image] Dec 20 20:35:48.018 INFO O| Dec 20 20:35:48.018 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9799 | 2024-12-20T20:35:49.295Z | [ host-image] Dec 20 20:35:48.070 INFO O| Dec 20 20:35:48.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9800 | 2024-12-20T20:35:49.298Z | [ host-image] Dec 20 20:35:48.071 INFO O| Dec 20 20:35:48.071 INFO STEP 134 (remove_files) COMPLETE |
9801 | 2024-12-20T20:35:49.299Z | [ host-image] Dec 20 20:35:48.071 INFO O| Dec 20 20:35:48.071 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9802 | 2024-12-20T20:35:49.357Z | [ host-image] Dec 20 20:35:48.133 INFO O| Dec 20 20:35:48.132 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9803 | 2024-12-20T20:35:49.360Z | [ host-image] Dec 20 20:35:48.133 INFO O| Dec 20 20:35:48.133 INFO STEP 135 (remove_files) COMPLETE |
9804 | 2024-12-20T20:35:49.360Z | [ host-image] Dec 20 20:35:48.133 INFO O| Dec 20 20:35:48.133 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9805 | 2024-12-20T20:35:49.376Z | [ host-image] Dec 20 20:35:48.152 INFO O| Dec 20 20:35:48.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9806 | 2024-12-20T20:35:49.376Z | [ host-image] Dec 20 20:35:48.152 INFO O| Dec 20 20:35:48.152 INFO STEP 136 (remove_files) COMPLETE |
9807 | 2024-12-20T20:35:49.376Z | [ host-image] Dec 20 20:35:48.152 INFO O| Dec 20 20:35:48.152 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9808 | 2024-12-20T20:35:49.396Z | [ host-image] Dec 20 20:35:48.172 INFO O| Dec 20 20:35:48.171 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9809 | 2024-12-20T20:35:49.397Z | [ host-image] Dec 20 20:35:48.172 INFO O| Dec 20 20:35:48.172 INFO STEP 137 (remove_files) COMPLETE |
9810 | 2024-12-20T20:35:49.397Z | [ host-image] Dec 20 20:35:48.172 INFO O| Dec 20 20:35:48.172 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9811 | 2024-12-20T20:35:49.416Z | [ host-image] Dec 20 20:35:48.192 INFO O| Dec 20 20:35:48.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9812 | 2024-12-20T20:35:49.416Z | [ host-image] Dec 20 20:35:48.192 INFO O| Dec 20 20:35:48.192 INFO STEP 138 (remove_files) COMPLETE |
9813 | 2024-12-20T20:35:49.416Z | [ host-image] Dec 20 20:35:48.192 INFO O| Dec 20 20:35:48.192 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9814 | 2024-12-20T20:35:49.437Z | [ host-image] Dec 20 20:35:48.213 INFO O| Dec 20 20:35:48.213 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9815 | 2024-12-20T20:35:49.438Z | [ host-image] Dec 20 20:35:48.213 INFO O| Dec 20 20:35:48.213 INFO STEP 139 (remove_files) COMPLETE |
9816 | 2024-12-20T20:35:49.438Z | [ host-image] Dec 20 20:35:48.213 INFO O| Dec 20 20:35:48.213 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9817 | 2024-12-20T20:35:49.457Z | [ host-image] Dec 20 20:35:48.233 INFO O| Dec 20 20:35:48.233 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9818 | 2024-12-20T20:35:49.459Z | [ host-image] Dec 20 20:35:48.233 INFO O| Dec 20 20:35:48.233 INFO STEP 140 (remove_files) COMPLETE |
9819 | 2024-12-20T20:35:49.459Z | [ host-image] Dec 20 20:35:48.233 INFO O| Dec 20 20:35:48.233 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9820 | 2024-12-20T20:35:49.474Z | [ host-image] Dec 20 20:35:48.249 INFO O| Dec 20 20:35:48.249 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9821 | 2024-12-20T20:35:49.474Z | [ host-image] Dec 20 20:35:48.249 INFO O| Dec 20 20:35:48.249 INFO STEP 141 (remove_files) COMPLETE |
9822 | 2024-12-20T20:35:49.474Z | [ host-image] Dec 20 20:35:48.249 INFO O| Dec 20 20:35:48.249 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9823 | 2024-12-20T20:35:49.514Z | [ host-image] Dec 20 20:35:48.290 INFO O| Dec 20 20:35:48.290 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9824 | 2024-12-20T20:35:49.517Z | [ host-image] Dec 20 20:35:48.290 INFO O| Dec 20 20:35:48.290 INFO STEP 142 (remove_files) COMPLETE |
9825 | 2024-12-20T20:35:49.517Z | [ host-image] Dec 20 20:35:48.290 INFO O| Dec 20 20:35:48.290 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9826 | 2024-12-20T20:35:49.535Z | [ host-image] Dec 20 20:35:48.311 INFO O| Dec 20 20:35:48.311 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9827 | 2024-12-20T20:35:49.538Z | [ host-image] Dec 20 20:35:48.311 INFO O| Dec 20 20:35:48.311 INFO STEP 143 (remove_files) COMPLETE |
9828 | 2024-12-20T20:35:49.538Z | [ host-image] Dec 20 20:35:48.311 INFO O| Dec 20 20:35:48.311 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9829 | 2024-12-20T20:35:49.556Z | [ host-image] Dec 20 20:35:48.331 INFO O| Dec 20 20:35:48.331 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9830 | 2024-12-20T20:35:49.558Z | [ host-image] Dec 20 20:35:48.332 INFO O| Dec 20 20:35:48.331 INFO STEP 144 (remove_files) COMPLETE |
9831 | 2024-12-20T20:35:49.558Z | [ host-image] Dec 20 20:35:48.332 INFO O| Dec 20 20:35:48.332 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9832 | 2024-12-20T20:35:49.575Z | [ host-image] Dec 20 20:35:48.351 INFO O| Dec 20 20:35:48.350 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9833 | 2024-12-20T20:35:49.578Z | [ host-image] Dec 20 20:35:48.351 INFO O| Dec 20 20:35:48.351 INFO STEP 145 (remove_files) COMPLETE |
9834 | 2024-12-20T20:35:49.578Z | [ host-image] Dec 20 20:35:48.351 INFO O| Dec 20 20:35:48.351 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2024-12-20T20:35:49.593Z | [ host-image] Dec 20 20:35:48.369 INFO O| Dec 20 20:35:48.369 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9836 | 2024-12-20T20:35:49.597Z | [ host-image] Dec 20 20:35:48.369 INFO O| Dec 20 20:35:48.369 INFO STEP 146 (remove_files) COMPLETE |
9837 | 2024-12-20T20:35:49.597Z | [ host-image] Dec 20 20:35:48.369 INFO O| Dec 20 20:35:48.369 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2024-12-20T20:35:49.611Z | [ host-image] Dec 20 20:35:48.387 INFO O| Dec 20 20:35:48.387 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9839 | 2024-12-20T20:35:49.614Z | [ host-image] Dec 20 20:35:48.387 INFO O| Dec 20 20:35:48.387 INFO STEP 147 (remove_files) COMPLETE |
9840 | 2024-12-20T20:35:49.614Z | [ host-image] Dec 20 20:35:48.387 INFO O| Dec 20 20:35:48.387 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2024-12-20T20:35:49.630Z | [ host-image] Dec 20 20:35:48.406 INFO O| Dec 20 20:35:48.406 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9842 | 2024-12-20T20:35:49.633Z | [ host-image] Dec 20 20:35:48.406 INFO O| Dec 20 20:35:48.406 INFO STEP 148 (remove_files) COMPLETE |
9843 | 2024-12-20T20:35:49.633Z | [ host-image] Dec 20 20:35:48.406 INFO O| Dec 20 20:35:48.406 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2024-12-20T20:35:49.651Z | [ host-image] Dec 20 20:35:48.427 INFO O| Dec 20 20:35:48.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9845 | 2024-12-20T20:35:49.654Z | [ host-image] Dec 20 20:35:48.427 INFO O| Dec 20 20:35:48.427 INFO STEP 149 (remove_files) COMPLETE |
9846 | 2024-12-20T20:35:49.654Z | [ host-image] Dec 20 20:35:48.427 INFO O| Dec 20 20:35:48.427 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2024-12-20T20:35:49.672Z | [ host-image] Dec 20 20:35:48.448 INFO O| Dec 20 20:35:48.448 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9848 | 2024-12-20T20:35:49.675Z | [ host-image] Dec 20 20:35:48.448 INFO O| Dec 20 20:35:48.448 INFO STEP 150 (remove_files) COMPLETE |
9849 | 2024-12-20T20:35:49.675Z | [ host-image] Dec 20 20:35:48.448 INFO O| Dec 20 20:35:48.448 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9850 | 2024-12-20T20:35:49.693Z | [ host-image] Dec 20 20:35:48.469 INFO O| Dec 20 20:35:48.469 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9851 | 2024-12-20T20:35:49.693Z | [ host-image] Dec 20 20:35:48.469 INFO O| Dec 20 20:35:48.469 INFO STEP 151 (remove_files) COMPLETE |
9852 | 2024-12-20T20:35:49.696Z | [ host-image] Dec 20 20:35:48.470 INFO O| Dec 20 20:35:48.469 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9853 | 2024-12-20T20:35:49.712Z | [ host-image] Dec 20 20:35:48.488 INFO O| Dec 20 20:35:48.488 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9854 | 2024-12-20T20:35:49.715Z | [ host-image] Dec 20 20:35:48.489 INFO O| Dec 20 20:35:48.489 INFO STEP 152 (remove_files) COMPLETE |
9855 | 2024-12-20T20:35:49.715Z | [ host-image] Dec 20 20:35:48.489 INFO O| Dec 20 20:35:48.489 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9856 | 2024-12-20T20:35:49.732Z | [ host-image] Dec 20 20:35:48.507 INFO O| Dec 20 20:35:48.507 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9857 | 2024-12-20T20:35:49.735Z | [ host-image] Dec 20 20:35:48.508 INFO O| Dec 20 20:35:48.507 INFO STEP 153 (remove_files) COMPLETE |
9858 | 2024-12-20T20:35:49.735Z | [ host-image] Dec 20 20:35:48.508 INFO O| Dec 20 20:35:48.508 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2024-12-20T20:35:49.755Z | [ host-image] Dec 20 20:35:48.531 INFO O| Dec 20 20:35:48.531 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9860 | 2024-12-20T20:35:49.755Z | [ host-image] Dec 20 20:35:48.531 INFO O| Dec 20 20:35:48.531 INFO STEP 154 (remove_files) COMPLETE |
9861 | 2024-12-20T20:35:49.759Z | [ host-image] Dec 20 20:35:48.532 INFO O| Dec 20 20:35:48.531 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2024-12-20T20:35:49.787Z | [ host-image] Dec 20 20:35:48.563 INFO O| Dec 20 20:35:48.563 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9863 | 2024-12-20T20:35:49.787Z | [ host-image] Dec 20 20:35:48.563 INFO O| Dec 20 20:35:48.563 INFO STEP 155 (remove_files) COMPLETE |
9864 | 2024-12-20T20:35:49.787Z | [ host-image] Dec 20 20:35:48.563 INFO O| Dec 20 20:35:48.563 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9865 | 2024-12-20T20:35:49.805Z | [ host-image] Dec 20 20:35:48.581 INFO O| Dec 20 20:35:48.581 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9866 | 2024-12-20T20:35:49.805Z | [ host-image] Dec 20 20:35:48.581 INFO O| Dec 20 20:35:48.581 INFO STEP 156 (remove_files) COMPLETE |
9867 | 2024-12-20T20:35:49.808Z | [ host-image] Dec 20 20:35:48.581 INFO O| Dec 20 20:35:48.581 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9868 | 2024-12-20T20:35:49.822Z | [ host-image] Dec 20 20:35:48.597 INFO O| Dec 20 20:35:48.597 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9869 | 2024-12-20T20:35:49.822Z | [ host-image] Dec 20 20:35:48.597 INFO O| Dec 20 20:35:48.597 INFO STEP 157 (remove_files) COMPLETE |
9870 | 2024-12-20T20:35:49.824Z | [ host-image] Dec 20 20:35:48.597 INFO O| Dec 20 20:35:48.597 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9871 | 2024-12-20T20:35:49.850Z | [ host-image] Dec 20 20:35:48.625 INFO O| Dec 20 20:35:48.625 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9872 | 2024-12-20T20:35:49.850Z | [ host-image] Dec 20 20:35:48.625 INFO O| Dec 20 20:35:48.625 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"} |
9873 | 2024-12-20T20:35:57.178Z | [ host-image] Dec 20 20:35:55.953 INFO O| Dec 20 20:35:55.953 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 |
9874 | 2024-12-20T20:35:57.178Z | [ host-image] Dec 20 20:35:55.953 INFO O| Dec 20 20:35:55.953 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9875 | 2024-12-20T20:35:57.192Z | [ host-image] Dec 20 20:35:55.968 INFO O| Dec 20 20:35:55.968 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "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", "SVCCFG_CHECKHASH": "1"} |
9876 | 2024-12-20T20:35:57.275Z | [ host-image] Dec 20 20:35:56.051 INFO O| Dec 20 20:35:56.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9877 | 2024-12-20T20:35:57.275Z | [ host-image] Dec 20 20:35:56.051 INFO O| Dec 20 20:35:56.051 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9878 | 2024-12-20T20:35:57.284Z | [ host-image] Dec 20 20:35:56.054 INFO O| Dec 20 20:35:56.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9879 | 2024-12-20T20:35:57.284Z | [ host-image] Dec 20 20:35:56.054 INFO O| Dec 20 20:35:56.054 INFO ok! |
9880 | 2024-12-20T20:35:57.284Z | [ host-image] Dec 20 20:35:56.054 INFO O| Dec 20 20:35:56.054 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9881 | 2024-12-20T20:35:57.284Z | [ host-image] Dec 20 20:35:56.054 INFO O| Dec 20 20:35:56.054 INFO STEP 158 (seed_smf) COMPLETE |
9882 | 2024-12-20T20:35:57.284Z | [ host-image] Dec 20 20:35:56.054 INFO O| Dec 20 20:35:56.054 INFO steps complete; finalising image! |
9883 | 2024-12-20T20:35:57.284Z | [ host-image] Dec 20 20:35:56.054 INFO O| Dec 20 20:35:56.054 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9884 | 2024-12-20T20:35:57.429Z | [ host-image] Dec 20 20:35:56.205 INFO O| Dec 20 20:35:56.205 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 20 20:35:56 2024) |
9885 | 2024-12-20T20:35:57.640Z | [ host-image] Dec 20 20:35:56.416 INFO O| Dec 20 20:35:56.415 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Fri Dec 20 20:35:56 2024) |
9886 | 2024-12-20T20:35:57.865Z | [ host-image] Dec 20 20:35:56.641 INFO O| Dec 20 20:35:56.640 INFO temporary pool has 691M used, 141M avail, 1.82x compressratio |
9887 | 2024-12-20T20:35:57.865Z | [ host-image] Dec 20 20:35:56.641 INFO O| Dec 20 20:35:56.640 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9888 | 2024-12-20T20:35:58.189Z | [ host-image] Dec 20 20:35:56.965 INFO O| Dec 20 20:35:56.965 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9889 | 2024-12-20T20:35:58.189Z | [ host-image] Dec 20 20:35:56.965 INFO O| Dec 20 20:35:56.965 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9890 | 2024-12-20T20:35:59.220Z | [ host-image] Dec 20 20:35:57.995 INFO O| Dec 20 20:35:57.995 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9891 | 2024-12-20T20:35:59.220Z | [ host-image] Dec 20 20:35:57.995 INFO O| Dec 20 20:35:57.995 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9892 | 2024-12-20T20:35:59.222Z | [ host-image] Dec 20 20:35:57.995 INFO O| Dec 20 20:35:57.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9893 | 2024-12-20T20:35:59.223Z | [ host-image] Dec 20 20:35:57.995 INFO O| Dec 20 20:35:57.995 INFO completed processing gimlet/zfs |
9894 | 2024-12-20T20:35:59.223Z | [ host-image] Dec 20 20:35:57.995 INFO O| Dec 20 20:35:57.995 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9895 | 2024-12-20T20:36:08.307Z | [ host-image] Dec 20 20:36:07.083 INFO O| Dec 20 20:36:07.083 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9896 | 2024-12-20T20:36:08.394Z | [ host-image] Dec 20 20:36:07.170 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9897 | 2024-12-20T20:36:08.394Z | [ host-image] Dec 20 20:36:07.170 INFO expanded image name: "ci e3ee22c/${os_short_commit} 2024-12-20 20:01" -> "ci e3ee22c/37a4469 2024-12-20 20:01" |
9898 | 2024-12-20T20:36:08.397Z | [ host-image] Dec 20 20:36:07.170 INFO output artefacts stored in: "/work/os-host" |
9899 | 2024-12-20T20:36:08.397Z | [ host-image] Dec 20 20:36:07.170 INFO collecting git info from project "amd-firmware"... |
9900 | 2024-12-20T20:36:08.410Z | [ host-image] Dec 20 20:36:07.186 INFO collecting git info from project "image-builder"... |
9901 | 2024-12-20T20:36:08.416Z | [ host-image] Dec 20 20:36:07.192 INFO collecting git info from project "bootserver"... |
9902 | 2024-12-20T20:36:08.421Z | [ host-image] Dec 20 20:36:07.197 INFO collecting git info from project "pilot"... |
9903 | 2024-12-20T20:36:08.428Z | [ host-image] Dec 20 20:36:07.203 INFO collecting git info from project "chelsio-t6-roms"... |
9904 | 2024-12-20T20:36:08.433Z | [ host-image] Dec 20 20:36:07.209 INFO collecting git info from project "phbl"... |
9905 | 2024-12-20T20:36:08.439Z | [ host-image] Dec 20 20:36:07.215 INFO collecting git info from project "pinprick"... |
9906 | 2024-12-20T20:36:08.444Z | [ host-image] Dec 20 20:36:07.220 INFO collecting git info from project "amd-host-image-builder"... |
9907 | 2024-12-20T20:36:08.463Z | [ host-image] Dec 20 20:36:07.238 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9908 | 2024-12-20T20:36:08.838Z | [ host-image] Dec 20 20:36:07.614 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9909 | 2024-12-20T20:36:09.193Z | [ host-image] Dec 20 20:36:07.968 INFO creating Oxide boot image... |
9910 | 2024-12-20T20:36:09.195Z | [ host-image] Dec 20 20:36:07.968 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci e3ee22c/37a4469 2024-12-20 20:01", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9911 | 2024-12-20T20:36:10.146Z | [ host-image] Dec 20 20:36:08.921 INFO O| ok, image written! |
9912 | 2024-12-20T20:36:10.146Z | [ host-image] Dec 20 20:36:08.922 INFO O| ok, boot_image_csum file written! |
9913 | 2024-12-20T20:36:10.149Z | [ host-image] Dec 20 20:36:08.925 INFO creating boot archive (CPIO)... |
9914 | 2024-12-20T20:36:10.149Z | [ host-image] Dec 20 20:36:08.925 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 |
9915 | 2024-12-20T20:36:10.158Z | [ host-image] Dec 20 20:36:08.934 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9916 | 2024-12-20T20:36:10.158Z | [ host-image] Dec 20 20:36:08.934 INFO E| + outfile=/work/os-host/cpio |
9917 | 2024-12-20T20:36:10.161Z | [ host-image] Dec 20 20:36:08.934 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9918 | 2024-12-20T20:36:10.161Z | [ host-image] Dec 20 20:36:08.936 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9919 | 2024-12-20T20:36:10.161Z | [ host-image] Dec 20 20:36:08.936 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9920 | 2024-12-20T20:36:10.202Z | [ host-image] Dec 20 20:36:08.978 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9921 | 2024-12-20T20:36:10.204Z | [ host-image] Dec 20 20:36:08.978 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9922 | 2024-12-20T20:36:10.209Z | [ host-image] Dec 20 20:36:08.985 INFO creating compressed cpio/unix for nanobl-rs... |
9923 | 2024-12-20T20:36:10.209Z | [ host-image] Dec 20 20:36:08.985 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 |
9924 | 2024-12-20T20:36:10.518Z | [ host-image] Dec 20 20:36:09.293 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9925 | 2024-12-20T20:36:15.523Z | [ host-image] Dec 20 20:36:14.299 INFO creating reset image... |
9926 | 2024-12-20T20:36:15.524Z | [ host-image] Dec 20 20:36:14.299 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9927 | 2024-12-20T20:36:15.696Z | [ host-image] Dec 20 20:36:14.470 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9928 | 2024-12-20T20:36:15.719Z | [ host-image] Dec 20 20:36:14.495 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9929 | 2024-12-20T20:36:15.819Z | [ host-image] Dec 20 20:36:14.595 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9930 | 2024-12-20T20:36:19.056Z | [ host-image] Dec 20 20:36:17.831 INFO E| Finished `release` profile [optimized] target(s) in 3.31s |
9931 | 2024-12-20T20:36:19.072Z | [ host-image] Dec 20 20:36:17.848 INFO building host image... |
9932 | 2024-12-20T20:36:19.075Z | [ host-image] Dec 20 20:36:17.848 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") |
9933 | 2024-12-20T20:36:19.892Z | [ host-image] Dec 20 20:36:18.668 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9934 | 2024-12-20T20:37:36.552Z | [ host-image] Dec 20 20:37:35.326 INFO image complete! materials are in "/work/os-host" |
9935 | 2024-12-20T20:37:36.556Z | [ host-image] |
9936 | 2024-12-20T20:37:36.556Z | [ host-image] real 13:37.490441011 |
9937 | 2024-12-20T20:37:36.556Z | [ host-image] user 6:45.261532170 |
9938 | 2024-12-20T20:37:36.556Z | [ host-image] sys 1:06.983201192 |
9939 | 2024-12-20T20:37:36.556Z | [ host-image] trap 0.347826866 |
9940 | 2024-12-20T20:37:36.556Z | [ host-image] tflt 0.058618558 |
9941 | 2024-12-20T20:37:36.556Z | [ host-image] dflt 0.181889817 |
9942 | 2024-12-20T20:37:36.556Z | [ host-image] kflt 0.026805348 |
9943 | 2024-12-20T20:37:36.556Z | [ host-image] lock 8:00.901559620 |
9944 | 2024-12-20T20:37:36.556Z | [ host-image] slp 1:10:24.506550120 |
9945 | 2024-12-20T20:37:36.556Z | [ host-image] lat 3:20.112324418 |
9946 | 2024-12-20T20:37:36.556Z | [ host-image] stop 1.059179806 |
9947 | 2024-12-20T20:37:36.559Z | Dec 20 20:37:35.331 INFO [host-image] process exited with exit status: 0 (817.508885452s) |
9948 | 2024-12-20T20:37:36.559Z | Dec 20 20:37:35.331 INFO [tuf-repo] running task |
9949 | 2024-12-20T20:37:50.742Z | Dec 20 20:37:49.517 INFO assembling repository in `/tmp/tufaceousKNCwyi`, component: OmicronRepoAssembler |
9950 | 2024-12-20T20:37:59.456Z | Dec 20 20:37:58.231 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9951 | 2024-12-20T20:37:59.777Z | Dec 20 20:37:58.551 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9952 | 2024-12-20T20:38:23.839Z | Dec 20 20:38:22.614 INFO [tuf-repo] task succeeded (47.282385465s) |
9953 | 2024-12-20T20:39:58.708Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 42s |
9954 | 2024-12-20T20:39:59.128Z | Dec 20 20:39:57.902 INFO [verify-libraries] process exited with exit status: 0 (946.493239194s) |
9955 | 2024-12-20T20:39:59.128Z | Dec 20 20:39:57.902 INFO all jobs completed in 2288.156405081s |
9956 | 2024-12-20T20:39:59.749Z | process exited: duration 2987702 ms, exit code 0 |
|
9957 | 2024-12-20T20:39:59.763Z | found 33 output files |
9958 | 2024-12-20T20:39:59.763Z | uploading: /work/manifest.toml (8404 bytes) |
9959 | 2024-12-20T20:40:00.775Z | uploaded: /work/manifest.toml |
9960 | 2024-12-20T20:40:00.775Z | uploading: /work/repo.zip (1957639873 bytes) |
9961 | 2024-12-20T20:40:45.516Z | uploaded: /work/repo.zip |
9962 | 2024-12-20T20:40:45.516Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9963 | 2024-12-20T20:40:46.539Z | uploaded: /work/repo.zip.sha256.txt |
9964 | 2024-12-20T20:40:46.539Z | uploading: /work/helios-setup.log (66237 bytes) |
9965 | 2024-12-20T20:40:47.555Z | uploaded: /work/helios-setup.log |
9966 | 2024-12-20T20:40:47.555Z | uploading: /work/host-image.log (196616 bytes) |
9967 | 2024-12-20T20:40:48.571Z | uploaded: /work/host-image.log |
9968 | 2024-12-20T20:40:48.571Z | uploading: /work/host-package.log (22559 bytes) |
9969 | 2024-12-20T20:40:49.581Z | uploaded: /work/host-package.log |
9970 | 2024-12-20T20:40:49.584Z | uploading: /work/host-target.log (101 bytes) |
9971 | 2024-12-20T20:40:50.591Z | uploaded: /work/host-target.log |
9972 | 2024-12-20T20:40:50.594Z | uploading: /work/omicron-package.log (5666 bytes) |
9973 | 2024-12-20T20:40:51.601Z | uploaded: /work/omicron-package.log |
9974 | 2024-12-20T20:40:51.601Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9975 | 2024-12-20T20:40:52.611Z | uploaded: /work/phbl-toolchain.log |
9976 | 2024-12-20T20:40:52.611Z | uploading: /work/recovery-image.log (592031 bytes) |
9977 | 2024-12-20T20:40:53.639Z | uploaded: /work/recovery-image.log |
9978 | 2024-12-20T20:40:53.641Z | uploading: /work/recovery-package.log (321 bytes) |
9979 | 2024-12-20T20:40:54.648Z | uploaded: /work/recovery-package.log |
9980 | 2024-12-20T20:40:54.648Z | uploading: /work/recovery-target.log (98 bytes) |
9981 | 2024-12-20T20:40:55.657Z | uploaded: /work/recovery-target.log |
9982 | 2024-12-20T20:40:55.657Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9983 | 2024-12-20T20:40:56.668Z | uploaded: /work/stamp-clickhouse.log |
9984 | 2024-12-20T20:40:56.668Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9985 | 2024-12-20T20:40:57.678Z | uploaded: /work/stamp-clickhouse_keeper.log |
9986 | 2024-12-20T20:40:57.678Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9987 | 2024-12-20T20:40:58.689Z | uploaded: /work/stamp-cockroachdb.log |
9988 | 2024-12-20T20:40:58.691Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9989 | 2024-12-20T20:40:59.699Z | uploaded: /work/stamp-crucible-dtrace.log |
9990 | 2024-12-20T20:40:59.699Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9991 | 2024-12-20T20:41:00.708Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9992 | 2024-12-20T20:41:00.708Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9993 | 2024-12-20T20:41:01.718Z | uploaded: /work/stamp-crucible-zone.log |
9994 | 2024-12-20T20:41:01.721Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9995 | 2024-12-20T20:41:02.726Z | uploaded: /work/stamp-external-dns.log |
9996 | 2024-12-20T20:41:02.726Z | uploading: /work/stamp-installinator.log (103 bytes) |
9997 | 2024-12-20T20:41:03.734Z | uploaded: /work/stamp-installinator.log |
9998 | 2024-12-20T20:41:03.737Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9999 | 2024-12-20T20:41:04.743Z | uploaded: /work/stamp-internal-dns.log |
10000 | 2024-12-20T20:41:04.743Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10001 | 2024-12-20T20:41:05.753Z | uploaded: /work/stamp-mg-ddm-gz.log |
10002 | 2024-12-20T20:41:05.753Z | uploading: /work/stamp-nexus.log (112 bytes) |
10003 | 2024-12-20T20:41:06.765Z | uploaded: /work/stamp-nexus.log |
10004 | 2024-12-20T20:41:06.765Z | uploading: /work/stamp-ntp.log (110 bytes) |
10005 | 2024-12-20T20:41:07.774Z | uploaded: /work/stamp-ntp.log |
10006 | 2024-12-20T20:41:07.774Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10007 | 2024-12-20T20:41:08.784Z | uploaded: /work/stamp-omicron-sled-agent.log |
10008 | 2024-12-20T20:41:08.784Z | uploading: /work/stamp-overlay.log (114 bytes) |
10009 | 2024-12-20T20:41:09.798Z | uploaded: /work/stamp-overlay.log |
10010 | 2024-12-20T20:41:09.800Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10011 | 2024-12-20T20:41:10.806Z | uploaded: /work/stamp-oximeter.log |
10012 | 2024-12-20T20:41:10.806Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10013 | 2024-12-20T20:41:11.826Z | uploaded: /work/stamp-oxlog.log |
10014 | 2024-12-20T20:41:11.826Z | uploading: /work/stamp-probe.log (112 bytes) |
10015 | 2024-12-20T20:41:12.834Z | uploaded: /work/stamp-probe.log |
10016 | 2024-12-20T20:41:12.834Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10017 | 2024-12-20T20:41:13.846Z | uploaded: /work/stamp-propolis-server.log |
10018 | 2024-12-20T20:41:13.846Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10019 | 2024-12-20T20:41:14.858Z | uploaded: /work/stamp-pumpkind-gz.log |
10020 | 2024-12-20T20:41:14.858Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10021 | 2024-12-20T20:41:15.865Z | uploaded: /work/stamp-switch-asic.log |
10022 | 2024-12-20T20:41:15.865Z | uploading: /work/verify-libraries.log (5735 bytes) |
10023 | 2024-12-20T20:41:16.873Z | uploaded: /work/verify-libraries.log |