|
|
|
1 | 2024-12-19T19:43:20.153Z | job assigned to worker 01JFG72C3HTMTRYYHMXQ6JZSD5 [factory aws, i-09899c0774d594995] (queued for 1 m 10 s) |
|
2 | 2024-12-19T19:43:27.797Z | starting task 0: "setup" |
3 | 2024-12-19T19:43:27.807Z | ++ uname -s |
4 | 2024-12-19T19:43:27.810Z | + kern=SunOS |
5 | 2024-12-19T19:43:27.810Z | + case "$kern" in |
6 | 2024-12-19T19:43:27.810Z | + groupadd -g 12345 build |
7 | 2024-12-19T19:43:27.823Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T19:43:29.821Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T19:43:30.014Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T19:43:30.016Z | + home_fs=zfs |
11 | 2024-12-19T19:43:30.016Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T19:43:30.016Z | + mkdir -p /home/build |
13 | 2024-12-19T19:43:30.018Z | + chown build:build /home/build /work |
14 | 2024-12-19T19:43:31.021Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T19:43:31.024Z | process exited: duration 3226 ms, exit code 0 |
|
16 | 2024-12-19T19:43:31.036Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T19:43:31.041Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T19:43:31.041Z | ' 1.81.0 |
19 | 2024-12-19T19:43:31.041Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T19:43:31.041Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T19:43:31.041Z | ' default |
22 | 2024-12-19T19:43:31.041Z | * toolchain profile = "default" |
23 | 2024-12-19T19:43:31.044Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T19:43:31.044Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T19:43:31.165Z | info: downloading installer |
26 | 2024-12-19T19:43:32.536Z | info: profile set to 'default' |
27 | 2024-12-19T19:43:32.536Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T19:43:32.539Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T19:43:32.676Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T19:43:32.676Z | info: downloading component 'cargo' |
31 | 2024-12-19T19:43:33.394Z | info: downloading component 'clippy' |
32 | 2024-12-19T19:43:33.662Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T19:43:34.662Z | info: downloading component 'rust-std' |
34 | 2024-12-19T19:43:36.207Z | info: downloading component 'rustc' |
35 | 2024-12-19T19:43:41.777Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T19:43:41.991Z | info: installing component 'cargo' |
37 | 2024-12-19T19:43:42.805Z | info: installing component 'clippy' |
38 | 2024-12-19T19:43:43.168Z | info: installing component 'rust-docs' |
39 | 2024-12-19T19:43:44.783Z | info: installing component 'rust-std' |
40 | 2024-12-19T19:43:46.511Z | info: installing component 'rustc' |
41 | 2024-12-19T19:43:52.296Z | info: installing component 'rustfmt' |
42 | 2024-12-19T19:43:52.619Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T19:43:52.619Z | |
44 | 2024-12-19T19:43:52.981Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T19:43:52.981Z | |
46 | 2024-12-19T19:43:52.984Z | |
47 | 2024-12-19T19:43:52.984Z | Rust is installed now. Great! |
48 | 2024-12-19T19:43:52.984Z | |
49 | 2024-12-19T19:43:52.984Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T19:43:52.984Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T19:43:52.984Z | |
52 | 2024-12-19T19:43:52.984Z | To configure your current shell, you need to source |
53 | 2024-12-19T19:43:52.984Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T19:43:52.984Z | |
55 | 2024-12-19T19:43:52.984Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T19:43:52.984Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T19:43:52.984Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T19:43:53.057Z | + rustc --version |
59 | 2024-12-19T19:43:53.125Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T19:43:53.128Z | process exited: duration 22088 ms, exit code 0 |
|
61 | 2024-12-19T19:43:53.135Z | starting task 2: "authentication" |
62 | 2024-12-19T19:43:53.155Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-19T19:43:53.161Z | starting task 3: "clone repository" |
64 | 2024-12-19T19:43:53.166Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T19:43:53.169Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T19:43:53.211Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T19:44:00.858Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T19:44:00.858Z | + git fetch origin f26b052a568d04451449b93d5410f7c9b573cd23 |
69 | 2024-12-19T19:44:01.169Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T19:44:01.169Z | * branch f26b052a568d04451449b93d5410f7c9b573cd23 -> FETCH_HEAD |
71 | 2024-12-19T19:44:01.180Z | + [[ -n eliza/webhook-api ]] |
72 | 2024-12-19T19:44:01.182Z | ++ git branch --show-current |
73 | 2024-12-19T19:44:01.185Z | + current=main |
74 | 2024-12-19T19:44:01.185Z | + [[ main != eliza/webhook-api ]] |
75 | 2024-12-19T19:44:01.185Z | + git branch -f eliza/webhook-api f26b052a568d04451449b93d5410f7c9b573cd23 |
76 | 2024-12-19T19:44:01.187Z | + git checkout -f eliza/webhook-api |
77 | 2024-12-19T19:44:01.363Z | Switched to branch 'eliza/webhook-api' |
78 | 2024-12-19T19:44:01.366Z | + git reset --hard f26b052a568d04451449b93d5410f7c9b573cd23 |
79 | 2024-12-19T19:44:01.421Z | HEAD is now at f26b052a5 fix cargo workspace hack |
80 | 2024-12-19T19:44:01.424Z | process exited: duration 8260 ms, exit code 0 |
|
81 | 2024-12-19T19:44:01.429Z | starting task 4: "build" |
82 | 2024-12-19T19:44:01.434Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T19:44:01.434Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T19:44:01.435Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T19:44:01.435Z | + cargo --version |
86 | 2024-12-19T19:44:01.496Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T19:44:01.499Z | + rustc --version |
88 | 2024-12-19T19:44:01.563Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T19:44:01.576Z | + cargo tree --locked |
90 | 2024-12-19T19:44:01.832Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-19T19:44:02.124Z | Updating crates.io index |
92 | 2024-12-19T19:44:02.189Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-19T19:44:02.730Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-19T19:44:03.050Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-19T19:44:03.273Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-19T19:44:03.543Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-19T19:44:04.361Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-19T19:44:05.869Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-19T19:44:06.477Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-19T19:44:07.213Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-19T19:44:07.482Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-19T19:44:07.792Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-19T19:44:08.363Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-19T19:44:08.666Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-19T19:44:08.933Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-19T19:44:09.209Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-19T19:44:09.440Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-19T19:44:09.658Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-19T19:44:09.972Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-19T19:44:10.239Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-19T19:44:10.522Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-19T19:44:10.809Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-19T19:44:11.211Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-19T19:44:11.502Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-19T19:44:11.874Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-19T19:44:12.321Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-19T19:44:12.647Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-19T19:44:12.882Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-19T19:44:13.149Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-19T19:44:14.533Z | Downloading crates ... |
121 | 2024-12-19T19:44:14.626Z | Downloaded addr2line v0.24.2 |
122 | 2024-12-19T19:44:14.632Z | Downloaded async-object-pool v0.1.5 |
123 | 2024-12-19T19:44:14.641Z | Downloaded approx v0.5.1 |
124 | 2024-12-19T19:44:14.643Z | Downloaded ciborium v0.2.2 |
125 | 2024-12-19T19:44:14.646Z | Downloaded async-stream-impl v0.3.6 |
126 | 2024-12-19T19:44:14.648Z | Downloaded async-global-executor v2.4.1 |
127 | 2024-12-19T19:44:14.650Z | Downloaded cfg_aliases v0.2.1 |
128 | 2024-12-19T19:44:14.653Z | Downloaded atty v0.2.14 |
129 | 2024-12-19T19:44:14.656Z | Downloaded errno v0.3.9 |
130 | 2024-12-19T19:44:14.659Z | Downloaded event-listener v5.3.1 |
131 | 2024-12-19T19:44:14.661Z | Downloaded cfg_aliases v0.1.1 |
132 | 2024-12-19T19:44:14.664Z | Downloaded atomicwrites v0.4.4 |
133 | 2024-12-19T19:44:14.666Z | Downloaded fancy-regex v0.13.0 |
134 | 2024-12-19T19:44:14.669Z | Downloaded fallible-streaming-iterator v0.1.9 |
135 | 2024-12-19T19:44:14.671Z | Downloaded escape8259 v0.5.3 |
136 | 2024-12-19T19:44:14.671Z | Downloaded event-listener-strategy v0.5.2 |
137 | 2024-12-19T19:44:14.673Z | Downloaded foreign-types v0.3.2 |
138 | 2024-12-19T19:44:14.676Z | Downloaded expectorate v1.1.0 |
139 | 2024-12-19T19:44:14.678Z | Downloaded event-listener v2.5.3 |
140 | 2024-12-19T19:44:14.680Z | Downloaded async-recursion v1.1.1 |
141 | 2024-12-19T19:44:14.683Z | Downloaded foreign-types-shared v0.3.1 |
142 | 2024-12-19T19:44:14.685Z | Downloaded fatfs v0.3.6 |
143 | 2024-12-19T19:44:14.687Z | Downloaded fragile v2.0.0 |
144 | 2024-12-19T19:44:14.690Z | Downloaded fastrand v2.1.1 |
145 | 2024-12-19T19:44:14.692Z | Downloaded form_urlencoded v1.2.1 |
146 | 2024-12-19T19:44:14.694Z | Downloaded async-channel v2.3.1 |
147 | 2024-12-19T19:44:14.696Z | Downloaded cast v0.3.0 |
148 | 2024-12-19T19:44:14.696Z | Downloaded block-buffer v0.10.4 |
149 | 2024-12-19T19:44:14.698Z | Downloaded foreign-types-macros v0.2.3 |
150 | 2024-12-19T19:44:14.701Z | Downloaded cargo-platform v0.1.8 |
151 | 2024-12-19T19:44:14.701Z | Downloaded foldhash v0.1.3 |
152 | 2024-12-19T19:44:14.703Z | Downloaded blocking v1.6.1 |
153 | 2024-12-19T19:44:14.705Z | Downloaded flume v0.11.1 |
154 | 2024-12-19T19:44:14.708Z | Downloaded futures v0.3.31 |
155 | 2024-12-19T19:44:14.714Z | Downloaded fs_extra v1.3.0 |
156 | 2024-12-19T19:44:14.716Z | Downloaded futures-executor v0.3.31 |
157 | 2024-12-19T19:44:14.719Z | Downloaded funty v2.0.0 |
158 | 2024-12-19T19:44:14.725Z | Downloaded futures-task v0.3.31 |
159 | 2024-12-19T19:44:14.725Z | Downloaded cbc v0.1.2 |
160 | 2024-12-19T19:44:14.725Z | Downloaded globset v0.4.15 |
161 | 2024-12-19T19:44:14.725Z | Downloaded bytecount v0.6.8 |
162 | 2024-12-19T19:44:14.727Z | Downloaded futures-timer v3.0.3 |
163 | 2024-12-19T19:44:14.730Z | Downloaded buf-list v1.0.3 |
164 | 2024-12-19T19:44:14.732Z | Downloaded futures-core v0.3.31 |
165 | 2024-12-19T19:44:14.735Z | Downloaded futures-sink v0.3.31 |
166 | 2024-12-19T19:44:14.737Z | Downloaded futures-util v0.3.31 |
167 | 2024-12-19T19:44:14.748Z | Downloaded headers-core v0.3.0 |
168 | 2024-12-19T19:44:14.750Z | Downloaded futures-macro v0.3.31 |
169 | 2024-12-19T19:44:14.753Z | Downloaded guppy-workspace-hack v0.1.0 |
170 | 2024-12-19T19:44:14.753Z | Downloaded futures-lite v2.3.0 |
171 | 2024-12-19T19:44:14.755Z | Downloaded chacha20 v0.9.1 |
172 | 2024-12-19T19:44:14.757Z | Downloaded http-body v1.0.1 |
173 | 2024-12-19T19:44:14.759Z | Downloaded group v0.13.0 |
174 | 2024-12-19T19:44:14.763Z | Downloaded gethostname v0.5.0 |
175 | 2024-12-19T19:44:14.763Z | Downloaded cexpr v0.6.0 |
176 | 2024-12-19T19:44:14.765Z | Downloaded http-range v0.1.5 |
177 | 2024-12-19T19:44:14.765Z | Downloaded hubpack_derive v0.1.1 |
178 | 2024-12-19T19:44:14.767Z | Downloaded heck v0.3.3 |
179 | 2024-12-19T19:44:14.767Z | Downloaded base64ct v1.6.0 |
180 | 2024-12-19T19:44:14.770Z | Downloaded precomputed-hash v0.1.1 |
181 | 2024-12-19T19:44:14.772Z | Downloaded cargo_metadata v0.18.1 |
182 | 2024-12-19T19:44:14.774Z | Downloaded hash32 v0.2.1 |
183 | 2024-12-19T19:44:14.777Z | Downloaded ahash v0.8.11 |
184 | 2024-12-19T19:44:14.779Z | Downloaded hostname v0.4.0 |
185 | 2024-12-19T19:44:14.782Z | Downloaded bcs v0.1.6 |
186 | 2024-12-19T19:44:14.787Z | Downloaded heck v0.4.1 |
187 | 2024-12-19T19:44:14.787Z | Downloaded hash32 v0.3.1 |
188 | 2024-12-19T19:44:14.787Z | Downloaded async-io v2.3.4 |
189 | 2024-12-19T19:44:14.789Z | Downloaded peg-runtime v0.8.3 |
190 | 2024-12-19T19:44:14.793Z | Downloaded generic-array v0.14.7 |
191 | 2024-12-19T19:44:14.793Z | Downloaded hostname v0.3.1 |
192 | 2024-12-19T19:44:14.795Z | Downloaded strum v0.26.3 |
193 | 2024-12-19T19:44:14.795Z | Downloaded httpdate v1.0.3 |
194 | 2024-12-19T19:44:14.798Z | Downloaded http-body-util v0.1.2 |
195 | 2024-12-19T19:44:14.800Z | Downloaded toolchain_find v0.4.0 |
196 | 2024-12-19T19:44:14.800Z | Downloaded olpc-cjson v0.1.4 |
197 | 2024-12-19T19:44:14.803Z | Downloaded tinyvec_macros v0.1.1 |
198 | 2024-12-19T19:44:14.805Z | Downloaded take_mut v0.2.2 |
199 | 2024-12-19T19:44:14.805Z | Downloaded progenitor-client v0.8.0 |
200 | 2024-12-19T19:44:14.805Z | Downloaded powerfmt v0.2.0 |
201 | 2024-12-19T19:44:14.808Z | Downloaded pbkdf2 v0.11.0 |
202 | 2024-12-19T19:44:14.810Z | Downloaded hashlink v0.9.1 |
203 | 2024-12-19T19:44:14.813Z | Downloaded hubpack v0.1.2 |
204 | 2024-12-19T19:44:14.813Z | Downloaded getrandom v0.2.15 |
205 | 2024-12-19T19:44:14.816Z | Downloaded progenitor v0.8.0 |
206 | 2024-12-19T19:44:14.819Z | Downloaded scroll_derive v0.12.0 |
207 | 2024-12-19T19:44:14.821Z | Downloaded ppv-lite86 v0.2.20 |
208 | 2024-12-19T19:44:14.822Z | Downloaded num-iter v0.1.45 |
209 | 2024-12-19T19:44:14.822Z | Downloaded bitflags v2.6.0 |
210 | 2024-12-19T19:44:14.826Z | Downloaded zerofrom v0.1.4 |
211 | 2024-12-19T19:44:14.829Z | Downloaded waitgroup v0.1.2 |
212 | 2024-12-19T19:44:14.829Z | Downloaded rpassword v7.3.1 |
213 | 2024-12-19T19:44:14.831Z | Downloaded target-triple v0.1.3 |
214 | 2024-12-19T19:44:14.831Z | Downloaded scheduled-thread-pool v0.2.7 |
215 | 2024-12-19T19:44:14.834Z | Downloaded num_enum_derive v0.5.11 |
216 | 2024-12-19T19:44:14.836Z | Downloaded cfg-expr v0.17.0 |
217 | 2024-12-19T19:44:14.838Z | Downloaded tower-service v0.3.3 |
218 | 2024-12-19T19:44:14.841Z | Downloaded endian-type v0.1.2 |
219 | 2024-12-19T19:44:14.841Z | Downloaded phf_shared v0.11.2 |
220 | 2024-12-19T19:44:14.843Z | Downloaded pest_generator v2.7.14 |
221 | 2024-12-19T19:44:14.843Z | Downloaded parse-display-derive v0.10.0 |
222 | 2024-12-19T19:44:14.845Z | Downloaded dtrace-parser v0.2.0 |
223 | 2024-12-19T19:44:14.845Z | Downloaded shell-words v1.1.0 |
224 | 2024-12-19T19:44:14.847Z | Downloaded ciborium-io v0.2.2 |
225 | 2024-12-19T19:44:14.849Z | Downloaded zone_cfg_derive v0.1.2 |
226 | 2024-12-19T19:44:14.849Z | Downloaded zone_cfg_derive v0.3.0 |
227 | 2024-12-19T19:44:14.852Z | Downloaded stringprep v0.1.5 |
228 | 2024-12-19T19:44:14.852Z | Downloaded smallvec v0.6.14 |
229 | 2024-12-19T19:44:14.854Z | Downloaded derive_builder_macro v0.20.2 |
230 | 2024-12-19T19:44:14.856Z | Downloaded tap v1.0.1 |
231 | 2024-12-19T19:44:14.859Z | Downloaded structmeta-derive v0.3.0 |
232 | 2024-12-19T19:44:14.859Z | Downloaded ref-cast v1.0.23 |
233 | 2024-12-19T19:44:14.862Z | Downloaded tls_codec v0.4.1 |
234 | 2024-12-19T19:44:14.865Z | Downloaded topological-sort v0.2.2 |
235 | 2024-12-19T19:44:14.865Z | Downloaded half v2.4.1 |
236 | 2024-12-19T19:44:14.868Z | Downloaded predicates v3.1.2 |
237 | 2024-12-19T19:44:14.871Z | Downloaded smawk v0.3.2 |
238 | 2024-12-19T19:44:14.873Z | Downloaded scopeguard v1.2.0 |
239 | 2024-12-19T19:44:14.875Z | Downloaded schemars_derive v0.8.21 |
240 | 2024-12-19T19:44:14.878Z | Downloaded base64 v0.13.1 |
241 | 2024-12-19T19:44:14.880Z | Downloaded instant v0.1.13 |
242 | 2024-12-19T19:44:14.882Z | Downloaded strum_macros v0.25.3 |
243 | 2024-12-19T19:44:14.885Z | Downloaded writeable v0.5.5 |
244 | 2024-12-19T19:44:14.887Z | Downloaded unicode-truncate v1.1.0 |
245 | 2024-12-19T19:44:14.889Z | Downloaded parking_lot v0.11.2 |
246 | 2024-12-19T19:44:14.892Z | Downloaded tls_codec_derive v0.4.1 |
247 | 2024-12-19T19:44:14.894Z | Downloaded mirai-annotations v1.12.0 |
248 | 2024-12-19T19:44:14.896Z | Downloaded cstr-argument v0.1.2 |
249 | 2024-12-19T19:44:14.896Z | Downloaded cipher v0.4.4 |
250 | 2024-12-19T19:44:14.898Z | Downloaded ciborium-ll v0.2.2 |
251 | 2024-12-19T19:44:14.901Z | Downloaded arc-swap v1.7.1 |
252 | 2024-12-19T19:44:14.905Z | Downloaded openssl-probe v0.1.5 |
253 | 2024-12-19T19:44:14.908Z | Downloaded dsl_auto_type v0.1.2 |
254 | 2024-12-19T19:44:14.908Z | Downloaded openssl-macros v0.1.1 |
255 | 2024-12-19T19:44:14.908Z | Downloaded opaque-debug v0.3.1 |
256 | 2024-12-19T19:44:14.910Z | Downloaded hyper-rustls v0.27.3 |
257 | 2024-12-19T19:44:14.913Z | Downloaded hmac v0.12.1 |
258 | 2024-12-19T19:44:14.915Z | Downloaded new_debug_unreachable v1.0.6 |
259 | 2024-12-19T19:44:14.915Z | Downloaded zone v0.1.8 |
260 | 2024-12-19T19:44:14.917Z | Downloaded zerovec-derive v0.10.3 |
261 | 2024-12-19T19:44:14.919Z | Downloaded nested v0.1.1 |
262 | 2024-12-19T19:44:14.919Z | Downloaded poly1305 v0.8.0 |
263 | 2024-12-19T19:44:14.921Z | Downloaded pkcs1 v0.7.5 |
264 | 2024-12-19T19:44:14.924Z | Downloaded target-lexicon v0.12.16 |
265 | 2024-12-19T19:44:14.926Z | Downloaded scroll v0.12.0 |
266 | 2024-12-19T19:44:14.929Z | Downloaded hickory-client v0.24.1 |
267 | 2024-12-19T19:44:14.932Z | Downloaded internet-checksum v0.2.1 |
268 | 2024-12-19T19:44:14.934Z | Downloaded instability v0.3.2 |
269 | 2024-12-19T19:44:14.934Z | Downloaded inout v0.1.3 |
270 | 2024-12-19T19:44:14.936Z | Downloaded bumpalo v3.16.0 |
271 | 2024-12-19T19:44:14.939Z | Downloaded rand_xorshift v0.3.0 |
272 | 2024-12-19T19:44:14.942Z | Downloaded yoke v0.7.4 |
273 | 2024-12-19T19:44:14.944Z | Downloaded walkdir v2.5.0 |
274 | 2024-12-19T19:44:14.946Z | Downloaded lru v0.12.5 |
275 | 2024-12-19T19:44:14.949Z | Downloaded sigpipe v0.1.3 |
276 | 2024-12-19T19:44:14.949Z | Downloaded signal-hook-tokio v0.3.1 |
277 | 2024-12-19T19:44:14.951Z | Downloaded ron v0.7.1 |
278 | 2024-12-19T19:44:14.955Z | Downloaded sync_wrapper v1.0.1 |
279 | 2024-12-19T19:44:14.957Z | Downloaded num_threads v0.1.7 |
280 | 2024-12-19T19:44:14.959Z | Downloaded pem v3.0.4 |
281 | 2024-12-19T19:44:14.962Z | Downloaded try-lock v0.2.5 |
282 | 2024-12-19T19:44:14.962Z | Downloaded sync-ptr v0.1.1 |
283 | 2024-12-19T19:44:14.962Z | Downloaded structmeta-derive v0.2.0 |
284 | 2024-12-19T19:44:14.965Z | Downloaded defmt v0.3.8 |
285 | 2024-12-19T19:44:14.967Z | Downloaded num v0.4.3 |
286 | 2024-12-19T19:44:14.969Z | Downloaded zone v0.3.0 |
287 | 2024-12-19T19:44:14.970Z | Downloaded rand_seeder v0.3.0 |
288 | 2024-12-19T19:44:14.972Z | Downloaded relative-path v1.9.3 |
289 | 2024-12-19T19:44:14.973Z | Downloaded radium v0.7.0 |
290 | 2024-12-19T19:44:14.976Z | Downloaded piper v0.2.4 |
291 | 2024-12-19T19:44:14.976Z | Downloaded progenitor-impl v0.8.0 |
292 | 2024-12-19T19:44:14.978Z | Downloaded signal-hook v0.3.17 |
293 | 2024-12-19T19:44:14.981Z | Downloaded pest_derive v2.7.14 |
294 | 2024-12-19T19:44:14.985Z | Downloaded resolv-conf v0.7.0 |
295 | 2024-12-19T19:44:14.987Z | Downloaded proc-macro-crate v3.2.0 |
296 | 2024-12-19T19:44:14.989Z | Downloaded tinyvec v1.8.0 |
297 | 2024-12-19T19:44:14.992Z | Downloaded sec1 v0.7.3 |
298 | 2024-12-19T19:44:14.994Z | Downloaded rustversion v1.0.17 |
299 | 2024-12-19T19:44:14.996Z | Downloaded simd-adler32 v0.3.7 |
300 | 2024-12-19T19:44:14.999Z | Downloaded lock_api v0.4.12 |
301 | 2024-12-19T19:44:15.001Z | Downloaded serde_urlencoded v0.7.1 |
302 | 2024-12-19T19:44:15.004Z | Downloaded rayon-core v1.12.1 |
303 | 2024-12-19T19:44:15.007Z | Downloaded equivalent v1.0.1 |
304 | 2024-12-19T19:44:15.009Z | Downloaded dhcproto-macros v0.1.0 |
305 | 2024-12-19T19:44:15.009Z | Downloaded tabwriter v1.4.0 |
306 | 2024-12-19T19:44:15.012Z | Downloaded native-tls v0.2.12 |
307 | 2024-12-19T19:44:15.014Z | Downloaded icu_provider_macros v1.5.0 |
308 | 2024-12-19T19:44:15.016Z | Downloaded typify-macro v0.2.0 |
309 | 2024-12-19T19:44:15.016Z | Downloaded structmeta v0.3.0 |
310 | 2024-12-19T19:44:15.018Z | Downloaded signal-hook-registry v1.4.2 |
311 | 2024-12-19T19:44:15.018Z | Downloaded dhcproto v0.12.0 |
312 | 2024-12-19T19:44:15.022Z | Downloaded slog v2.7.0 |
313 | 2024-12-19T19:44:15.025Z | Downloaded pkcs8 v0.10.2 |
314 | 2024-12-19T19:44:15.028Z | Downloaded version_check v0.9.5 |
315 | 2024-12-19T19:44:15.031Z | Downloaded normalize-line-endings v0.3.0 |
316 | 2024-12-19T19:44:15.034Z | Downloaded hashbrown v0.12.3 |
317 | 2024-12-19T19:44:15.036Z | Downloaded openssl-sys v0.9.103 |
318 | 2024-12-19T19:44:15.040Z | Downloaded derive_more v0.99.18 |
319 | 2024-12-19T19:44:15.047Z | Downloaded num-conv v0.1.0 |
320 | 2024-12-19T19:44:15.049Z | Downloaded parse-size v1.1.0 |
321 | 2024-12-19T19:44:15.049Z | Downloaded utf8parse v0.2.2 |
322 | 2024-12-19T19:44:15.051Z | Downloaded convert_case v0.4.0 |
323 | 2024-12-19T19:44:15.053Z | Downloaded http v1.1.0 |
324 | 2024-12-19T19:44:15.056Z | Downloaded ron v0.8.1 |
325 | 2024-12-19T19:44:15.063Z | Downloaded deranged v0.3.11 |
326 | 2024-12-19T19:44:15.066Z | Downloaded debug-ignore v1.0.5 |
327 | 2024-12-19T19:44:15.069Z | Downloaded is-terminal v0.4.13 |
328 | 2024-12-19T19:44:15.071Z | Downloaded oso v0.27.3 |
329 | 2024-12-19T19:44:15.074Z | Downloaded ipnetwork v0.20.0 |
330 | 2024-12-19T19:44:15.076Z | Downloaded tokio-tungstenite v0.23.1 |
331 | 2024-12-19T19:44:15.078Z | Downloaded tinytemplate v1.2.1 |
332 | 2024-12-19T19:44:15.081Z | Downloaded pkcs5 v0.7.1 |
333 | 2024-12-19T19:44:15.085Z | Downloaded parking v2.2.1 |
334 | 2024-12-19T19:44:15.088Z | Downloaded parse-display v0.10.0 |
335 | 2024-12-19T19:44:15.091Z | Downloaded memoffset v0.9.1 |
336 | 2024-12-19T19:44:15.091Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-12-19T19:44:15.093Z | Downloaded rustc-hash v2.0.0 |
338 | 2024-12-19T19:44:15.095Z | Downloaded primeorder v0.13.6 |
339 | 2024-12-19T19:44:15.095Z | Downloaded mime v0.3.17 |
340 | 2024-12-19T19:44:15.098Z | Downloaded colored v2.1.0 |
341 | 2024-12-19T19:44:15.100Z | Downloaded darling v0.20.10 |
342 | 2024-12-19T19:44:15.104Z | Downloaded want v0.3.1 |
343 | 2024-12-19T19:44:15.107Z | Downloaded vte_generate_state_changes v0.1.2 |
344 | 2024-12-19T19:44:15.109Z | Downloaded der_derive v0.7.3 |
345 | 2024-12-19T19:44:15.109Z | Downloaded num-derive v0.4.2 |
346 | 2024-12-19T19:44:15.111Z | Downloaded hashbrown v0.13.2 |
347 | 2024-12-19T19:44:15.116Z | Downloaded doc-comment v0.3.3 |
348 | 2024-12-19T19:44:15.119Z | Downloaded termtree v0.4.1 |
349 | 2024-12-19T19:44:15.121Z | Downloaded crunchy v0.2.2 |
350 | 2024-12-19T19:44:15.122Z | Downloaded slab v0.4.9 |
351 | 2024-12-19T19:44:15.124Z | Downloaded serde_plain v1.0.2 |
352 | 2024-12-19T19:44:15.127Z | Downloaded serde_regex v1.1.0 |
353 | 2024-12-19T19:44:15.127Z | Downloaded is_ci v1.2.0 |
354 | 2024-12-19T19:44:15.129Z | Downloaded hyper-staticfile v0.10.1 |
355 | 2024-12-19T19:44:15.131Z | Downloaded ipnet v2.10.1 |
356 | 2024-12-19T19:44:15.133Z | Downloaded ucd-trie v0.1.7 |
357 | 2024-12-19T19:44:15.135Z | Downloaded hyper-tls v0.6.0 |
358 | 2024-12-19T19:44:15.137Z | Downloaded parking_lot_core v0.8.6 |
359 | 2024-12-19T19:44:15.139Z | Downloaded rustc-hash v1.1.0 |
360 | 2024-12-19T19:44:15.141Z | Downloaded rustc-demangle v0.1.24 |
361 | 2024-12-19T19:44:15.143Z | Downloaded pathdiff v0.2.2 |
362 | 2024-12-19T19:44:15.145Z | Downloaded newline-converter v0.3.0 |
363 | 2024-12-19T19:44:15.147Z | Downloaded zerocopy v0.6.6 |
364 | 2024-12-19T19:44:15.150Z | Downloaded universal-hash v0.5.1 |
365 | 2024-12-19T19:44:15.152Z | Downloaded utf8_iter v1.0.4 |
366 | 2024-12-19T19:44:15.152Z | Downloaded utf16_iter v1.0.5 |
367 | 2024-12-19T19:44:15.154Z | Downloaded mime_guess v2.0.5 |
368 | 2024-12-19T19:44:15.157Z | Downloaded clang-sys v1.8.1 |
369 | 2024-12-19T19:44:15.161Z | Downloaded vergen v8.3.2 |
370 | 2024-12-19T19:44:15.164Z | Downloaded num-complex v0.4.6 |
371 | 2024-12-19T19:44:15.164Z | Downloaded num-bigint-dig v0.8.4 |
372 | 2024-12-19T19:44:15.168Z | Downloaded which v4.4.2 |
373 | 2024-12-19T19:44:15.172Z | Downloaded wait-timeout v0.2.0 |
374 | 2024-12-19T19:44:15.174Z | Downloaded utf-8 v0.7.6 |
375 | 2024-12-19T19:44:15.174Z | Downloaded dof v0.3.0 |
376 | 2024-12-19T19:44:15.176Z | Downloaded icu_provider v1.5.0 |
377 | 2024-12-19T19:44:15.178Z | Downloaded snafu-derive v0.8.5 |
378 | 2024-12-19T19:44:15.181Z | Downloaded embedded-io v0.6.1 |
379 | 2024-12-19T19:44:15.183Z | Downloaded sqlparser_derive v0.2.2 |
380 | 2024-12-19T19:44:15.184Z | Downloaded thiserror-impl v1.0.69 |
381 | 2024-12-19T19:44:15.187Z | Downloaded aho-corasick v1.1.3 |
382 | 2024-12-19T19:44:15.190Z | Downloaded ssh-cipher v0.2.0 |
383 | 2024-12-19T19:44:15.193Z | Downloaded parking_lot v0.12.3 |
384 | 2024-12-19T19:44:15.195Z | Downloaded oorandom v11.1.4 |
385 | 2024-12-19T19:44:15.197Z | Downloaded time-core v0.1.2 |
386 | 2024-12-19T19:44:15.197Z | Downloaded zip v2.1.3 |
387 | 2024-12-19T19:44:15.202Z | Downloaded newtype-uuid v1.1.3 |
388 | 2024-12-19T19:44:15.204Z | Downloaded pkg-config v0.3.31 |
389 | 2024-12-19T19:44:15.206Z | Downloaded unicode-segmentation v1.12.0 |
390 | 2024-12-19T19:44:15.210Z | Downloaded tracing-attributes v0.1.27 |
391 | 2024-12-19T19:44:15.212Z | Downloaded packed_struct v0.10.1 |
392 | 2024-12-19T19:44:15.216Z | Downloaded usdt-macro v0.5.0 |
393 | 2024-12-19T19:44:15.219Z | Downloaded vsss-rs v3.3.4 |
394 | 2024-12-19T19:44:15.219Z | Downloaded darling_macro v0.20.10 |
395 | 2024-12-19T19:44:15.222Z | Downloaded peg v0.8.4 |
396 | 2024-12-19T19:44:15.224Z | Downloaded polyval v0.6.2 |
397 | 2024-12-19T19:44:15.226Z | Downloaded dunce v1.0.5 |
398 | 2024-12-19T19:44:15.229Z | Downloaded crc32fast v1.4.2 |
399 | 2024-12-19T19:44:15.231Z | Downloaded ref-cast-impl v1.0.23 |
400 | 2024-12-19T19:44:15.232Z | Downloaded ecdsa v0.16.9 |
401 | 2024-12-19T19:44:15.234Z | Downloaded git2 v0.19.0 |
402 | 2024-12-19T19:44:15.245Z | Downloaded structmeta v0.2.0 |
403 | 2024-12-19T19:44:15.247Z | Downloaded serde_spanned v0.6.8 |
404 | 2024-12-19T19:44:15.247Z | Downloaded serde_repr v0.1.19 |
405 | 2024-12-19T19:44:15.251Z | Downloaded rtoolbox v0.0.2 |
406 | 2024-12-19T19:44:15.255Z | Downloaded prettyplease v0.2.25 |
407 | 2024-12-19T19:44:15.257Z | Downloaded jobserver v0.1.32 |
408 | 2024-12-19T19:44:15.260Z | Downloaded termios v0.3.3 |
409 | 2024-12-19T19:44:15.260Z | Downloaded path-tree v0.8.1 |
410 | 2024-12-19T19:44:15.264Z | Downloaded untrusted v0.9.0 |
411 | 2024-12-19T19:44:15.268Z | Downloaded hashbrown v0.15.1 |
412 | 2024-12-19T19:44:15.270Z | Downloaded tough v0.19.0 |
413 | 2024-12-19T19:44:15.279Z | Downloaded yoke-derive v0.7.4 |
414 | 2024-12-19T19:44:15.282Z | Downloaded display-error-chain v0.2.2 |
415 | 2024-12-19T19:44:15.285Z | Downloaded crossbeam-utils v0.8.20 |
416 | 2024-12-19T19:44:15.287Z | Downloaded dyn-clone v1.0.17 |
417 | 2024-12-19T19:44:15.288Z | Downloaded postcard v1.0.10 |
418 | 2024-12-19T19:44:15.290Z | Downloaded snafu v0.8.5 |
419 | 2024-12-19T19:44:15.297Z | Downloaded managed v0.8.0 |
420 | 2024-12-19T19:44:15.299Z | Downloaded packed_struct_codegen v0.10.1 |
421 | 2024-12-19T19:44:15.303Z | Downloaded nanorand v0.7.0 |
422 | 2024-12-19T19:44:15.306Z | Downloaded quick-error v1.2.3 |
423 | 2024-12-19T19:44:15.306Z | Downloaded pem-rfc7468 v0.7.0 |
424 | 2024-12-19T19:44:15.309Z | Downloaded macaddr v1.0.1 |
425 | 2024-12-19T19:44:15.309Z | Downloaded p521 v0.13.3 |
426 | 2024-12-19T19:44:15.314Z | Downloaded number_prefix v0.4.0 |
427 | 2024-12-19T19:44:15.316Z | Downloaded pretty-hex v0.2.1 |
428 | 2024-12-19T19:44:15.316Z | Downloaded rustls-pemfile v1.0.4 |
429 | 2024-12-19T19:44:15.319Z | Downloaded siphasher v0.3.11 |
430 | 2024-12-19T19:44:15.321Z | Downloaded sha1 v0.10.6 |
431 | 2024-12-19T19:44:15.323Z | Downloaded slog-async v2.8.0 |
432 | 2024-12-19T19:44:15.325Z | Downloaded tokio-stream v0.1.16 |
433 | 2024-12-19T19:44:15.329Z | Downloaded hyper v1.5.0 |
434 | 2024-12-19T19:44:15.337Z | Downloaded terminal_size v0.4.0 |
435 | 2024-12-19T19:44:15.340Z | Downloaded zeroize v1.8.1 |
436 | 2024-12-19T19:44:15.342Z | Downloaded usdt v0.5.0 |
437 | 2024-12-19T19:44:15.342Z | Downloaded tokio-native-tls v0.3.1 |
438 | 2024-12-19T19:44:15.345Z | Downloaded publicsuffix v2.2.3 |
439 | 2024-12-19T19:44:15.347Z | Downloaded icu_locid_transform v1.5.0 |
440 | 2024-12-19T19:44:15.352Z | Downloaded clap_derive v4.5.18 |
441 | 2024-12-19T19:44:15.354Z | Downloaded toml_datetime v0.6.8 |
442 | 2024-12-19T19:44:15.354Z | Downloaded hkdf v0.12.4 |
443 | 2024-12-19T19:44:15.357Z | Downloaded ed25519 v2.2.3 |
444 | 2024-12-19T19:44:15.359Z | Downloaded ctr v0.9.2 |
445 | 2024-12-19T19:44:15.364Z | Downloaded similar-asserts v1.6.0 |
446 | 2024-12-19T19:44:15.367Z | Downloaded data-encoding v2.6.0 |
447 | 2024-12-19T19:44:15.367Z | Downloaded whoami v1.5.2 |
448 | 2024-12-19T19:44:15.370Z | Downloaded plotters v0.3.7 |
449 | 2024-12-19T19:44:15.378Z | Downloaded rustls-pemfile v2.2.0 |
450 | 2024-12-19T19:44:15.381Z | Downloaded md5 v0.7.0 |
451 | 2024-12-19T19:44:15.386Z | Downloaded nodrop v0.1.14 |
452 | 2024-12-19T19:44:15.386Z | Downloaded diesel_table_macro_syntax v0.2.0 |
453 | 2024-12-19T19:44:15.388Z | Downloaded blake3 v1.5.4 |
454 | 2024-12-19T19:44:15.393Z | Downloaded paste v1.0.15 |
455 | 2024-12-19T19:44:15.398Z | Downloaded phf_shared v0.10.0 |
456 | 2024-12-19T19:44:15.407Z | Downloaded predicates-tree v1.0.11 |
457 | 2024-12-19T19:44:15.407Z | Downloaded h2 v0.4.6 |
458 | 2024-12-19T19:44:15.421Z | Downloaded path-slash v0.1.5 |
459 | 2024-12-19T19:44:15.421Z | Downloaded threadpool v1.8.1 |
460 | 2024-12-19T19:44:15.421Z | Downloaded dropshot_endpoint v0.13.0 |
461 | 2024-12-19T19:44:15.423Z | Downloaded slog-stdlog v4.1.1 |
462 | 2024-12-19T19:44:15.423Z | Downloaded slog-json v2.6.1 |
463 | 2024-12-19T19:44:15.423Z | Downloaded colorchoice v1.0.2 |
464 | 2024-12-19T19:44:15.423Z | Downloaded zeroize_derive v1.4.2 |
465 | 2024-12-19T19:44:15.423Z | Downloaded zerofrom-derive v0.1.4 |
466 | 2024-12-19T19:44:15.423Z | Downloaded unicase v2.7.0 |
467 | 2024-12-19T19:44:15.423Z | Downloaded csv-core v0.1.11 |
468 | 2024-12-19T19:44:15.427Z | Downloaded iana-time-zone v0.1.61 |
469 | 2024-12-19T19:44:15.430Z | Downloaded crossbeam-deque v0.8.5 |
470 | 2024-12-19T19:44:15.430Z | Downloaded polling v3.7.3 |
471 | 2024-12-19T19:44:15.432Z | Downloaded plotters-svg v0.3.7 |
472 | 2024-12-19T19:44:15.436Z | Downloaded pest_meta v2.7.14 |
473 | 2024-12-19T19:44:15.439Z | Downloaded unicode_categories v0.1.1 |
474 | 2024-12-19T19:44:15.439Z | Downloaded rustls-webpki v0.101.7 |
475 | 2024-12-19T19:44:15.454Z | Downloaded serde-big-array v0.5.1 |
476 | 2024-12-19T19:44:15.457Z | Downloaded ident_case v1.0.1 |
477 | 2024-12-19T19:44:15.457Z | Downloaded md-5 v0.10.6 |
478 | 2024-12-19T19:44:15.460Z | Downloaded maybe-uninit v2.0.0 |
479 | 2024-12-19T19:44:15.461Z | Downloaded indent_write v2.2.0 |
480 | 2024-12-19T19:44:15.463Z | Downloaded num_enum v0.5.11 |
481 | 2024-12-19T19:44:15.466Z | Downloaded minimal-lexical v0.2.1 |
482 | 2024-12-19T19:44:15.471Z | Downloaded swrite v0.1.0 |
483 | 2024-12-19T19:44:15.474Z | Downloaded goblin v0.8.2 |
484 | 2024-12-19T19:44:15.479Z | Downloaded termcolor v1.4.1 |
485 | 2024-12-19T19:44:15.482Z | Downloaded subtle v2.6.1 |
486 | 2024-12-19T19:44:15.484Z | Downloaded sqlformat v0.2.6 |
487 | 2024-12-19T19:44:15.487Z | Downloaded indicatif v0.17.9 |
488 | 2024-12-19T19:44:15.490Z | Downloaded thread-id v4.2.2 |
489 | 2024-12-19T19:44:15.493Z | Downloaded cpufeatures v0.2.14 |
490 | 2024-12-19T19:44:15.493Z | Downloaded difflib v0.4.0 |
491 | 2024-12-19T19:44:15.499Z | Downloaded curve25519-dalek-derive v0.1.1 |
492 | 2024-12-19T19:44:15.499Z | Downloaded miniz_oxide v0.8.0 |
493 | 2024-12-19T19:44:15.501Z | Downloaded icu_normalizer v1.5.0 |
494 | 2024-12-19T19:44:15.504Z | Downloaded icu_locid_transform_data v1.5.0 |
495 | 2024-12-19T19:44:15.504Z | Downloaded icu_locid v1.5.0 |
496 | 2024-12-19T19:44:15.509Z | Downloaded russh-cryptovec v0.7.3 |
497 | 2024-12-19T19:44:15.512Z | Downloaded either v1.13.0 |
498 | 2024-12-19T19:44:15.512Z | Downloaded wyz v0.5.1 |
499 | 2024-12-19T19:44:15.514Z | Downloaded trybuild v1.0.101 |
500 | 2024-12-19T19:44:15.518Z | Downloaded kstat-rs v0.2.4 |
501 | 2024-12-19T19:44:15.521Z | Downloaded mio v1.0.2 |
502 | 2024-12-19T19:44:15.526Z | Downloaded plotters-backend v0.3.7 |
503 | 2024-12-19T19:44:15.529Z | Downloaded bitvec v1.0.1 |
504 | 2024-12-19T19:44:15.544Z | Downloaded match_cfg v0.1.0 |
505 | 2024-12-19T19:44:15.546Z | Downloaded downcast v0.11.0 |
506 | 2024-12-19T19:44:15.546Z | Downloaded stringmetrics v2.2.2 |
507 | 2024-12-19T19:44:15.549Z | Downloaded thiserror v2.0.3 |
508 | 2024-12-19T19:44:15.554Z | Downloaded tiny-keccak v2.0.2 |
509 | 2024-12-19T19:44:15.557Z | Downloaded thiserror v1.0.69 |
510 | 2024-12-19T19:44:15.562Z | Downloaded linear-map v1.2.0 |
511 | 2024-12-19T19:44:15.564Z | Downloaded libefi-sys v0.1.0 |
512 | 2024-12-19T19:44:15.567Z | Downloaded crc v3.2.1 |
513 | 2024-12-19T19:44:15.569Z | Downloaded ssh-encoding v0.2.0 |
514 | 2024-12-19T19:44:15.572Z | Downloaded async-std v1.13.0 |
515 | 2024-12-19T19:44:15.591Z | Downloaded pretty-hex v0.4.1 |
516 | 2024-12-19T19:44:15.594Z | Downloaded num-integer v0.1.46 |
517 | 2024-12-19T19:44:15.596Z | Downloaded once_cell v1.20.2 |
518 | 2024-12-19T19:44:15.599Z | Downloaded env_logger v0.10.2 |
519 | 2024-12-19T19:44:15.601Z | Downloaded untrusted v0.7.1 |
520 | 2024-12-19T19:44:15.601Z | Downloaded rand_chacha v0.3.1 |
521 | 2024-12-19T19:44:15.603Z | Downloaded libm v0.2.8 |
522 | 2024-12-19T19:44:15.610Z | Downloaded dirs-sys-next v0.1.2 |
523 | 2024-12-19T19:44:15.612Z | Downloaded supports-color v3.0.1 |
524 | 2024-12-19T19:44:15.614Z | Downloaded rand_core v0.6.4 |
525 | 2024-12-19T19:44:15.616Z | Downloaded unicode-linebreak v0.1.5 |
526 | 2024-12-19T19:44:15.617Z | Downloaded ryu v1.0.18 |
527 | 2024-12-19T19:44:15.619Z | Downloaded pin-project-internal v1.1.6 |
528 | 2024-12-19T19:44:15.622Z | Downloaded pin-project v1.1.6 |
529 | 2024-12-19T19:44:15.633Z | Downloaded num_cpus v1.16.0 |
530 | 2024-12-19T19:44:15.636Z | Downloaded enum-as-inner v0.5.1 |
531 | 2024-12-19T19:44:15.638Z | Downloaded rustfmt-wrapper v0.2.1 |
532 | 2024-12-19T19:44:15.640Z | Downloaded rustc_version v0.4.1 |
533 | 2024-12-19T19:44:15.640Z | Downloaded tinystr v0.7.6 |
534 | 2024-12-19T19:44:15.643Z | Downloaded console v0.15.8 |
535 | 2024-12-19T19:44:15.645Z | Downloaded crypto-bigint v0.5.5 |
536 | 2024-12-19T19:44:15.653Z | Downloaded rustc_version v0.1.7 |
537 | 2024-12-19T19:44:15.655Z | Downloaded predicates-core v1.0.8 |
538 | 2024-12-19T19:44:15.655Z | Downloaded plain v0.2.3 |
539 | 2024-12-19T19:44:15.658Z | Downloaded string_cache v0.8.7 |
540 | 2024-12-19T19:44:15.660Z | Downloaded russh-keys v0.45.0 |
541 | 2024-12-19T19:44:15.662Z | Downloaded write16 v1.0.0 |
542 | 2024-12-19T19:44:15.662Z | Downloaded diesel_derives v2.2.3 |
543 | 2024-12-19T19:44:15.666Z | Downloaded twox-hash v1.6.3 |
544 | 2024-12-19T19:44:15.668Z | Downloaded itertools v0.10.5 |
545 | 2024-12-19T19:44:15.675Z | Downloaded kv-log-macro v1.0.7 |
546 | 2024-12-19T19:44:15.677Z | Downloaded displaydoc v0.2.5 |
547 | 2024-12-19T19:44:15.681Z | Downloaded matches v0.1.10 |
548 | 2024-12-19T19:44:15.684Z | Downloaded oso-derive v0.27.3 |
549 | 2024-12-19T19:44:15.684Z | Downloaded pin-project-lite v0.2.14 |
550 | 2024-12-19T19:44:15.687Z | Downloaded lazy_static v1.5.0 |
551 | 2024-12-19T19:44:15.689Z | Downloaded quote v1.0.37 |
552 | 2024-12-19T19:44:15.691Z | Downloaded crossbeam-channel v0.5.13 |
553 | 2024-12-19T19:44:15.696Z | Downloaded tokio-rustls v0.24.1 |
554 | 2024-12-19T19:44:15.700Z | Downloaded slog-term v2.9.1 |
555 | 2024-12-19T19:44:15.702Z | Downloaded num-traits v0.2.19 |
556 | 2024-12-19T19:44:15.704Z | Downloaded xz2 v0.1.7 |
557 | 2024-12-19T19:44:15.707Z | Downloaded mockall v0.13.0 |
558 | 2024-12-19T19:44:15.709Z | Downloaded maplit v1.0.2 |
559 | 2024-12-19T19:44:15.709Z | Downloaded reqwest v0.12.9 |
560 | 2024-12-19T19:44:15.718Z | Downloaded env_filter v0.1.2 |
561 | 2024-12-19T19:44:15.720Z | Downloaded enum-as-inner v0.6.1 |
562 | 2024-12-19T19:44:15.723Z | Downloaded dirs-next v2.0.0 |
563 | 2024-12-19T19:44:15.724Z | Downloaded digest v0.10.7 |
564 | 2024-12-19T19:44:15.726Z | Downloaded tokio-util v0.7.12 |
565 | 2024-12-19T19:44:15.732Z | Downloaded memmap v0.7.0 |
566 | 2024-12-19T19:44:15.734Z | Downloaded crc-catalog v2.4.0 |
567 | 2024-12-19T19:44:15.736Z | Downloaded multer v3.1.0 |
568 | 2024-12-19T19:44:15.739Z | Downloaded tokio-rustls v0.25.0 |
569 | 2024-12-19T19:44:15.741Z | Downloaded tokio-rustls v0.26.0 |
570 | 2024-12-19T19:44:15.745Z | Downloaded mockall_derive v0.13.0 |
571 | 2024-12-19T19:44:15.745Z | Downloaded subprocess v0.2.9 |
572 | 2024-12-19T19:44:15.748Z | Downloaded const_format v0.2.33 |
573 | 2024-12-19T19:44:15.752Z | Downloaded elliptic-curve v0.13.8 |
574 | 2024-12-19T19:44:15.757Z | Downloaded compact_str v0.8.0 |
575 | 2024-12-19T19:44:15.760Z | Downloaded xattr v1.3.1 |
576 | 2024-12-19T19:44:15.763Z | Downloaded hyper-util v0.1.10 |
577 | 2024-12-19T19:44:15.766Z | Downloaded criterion-plot v0.5.0 |
578 | 2024-12-19T19:44:15.769Z | Downloaded unicode-bidi v0.3.17 |
579 | 2024-12-19T19:44:15.771Z | Downloaded rustls-webpki v0.102.8 |
580 | 2024-12-19T19:44:15.793Z | Downloaded memmap2 v0.9.5 |
581 | 2024-12-19T19:44:15.797Z | Downloaded usdt-impl v0.5.0 |
582 | 2024-12-19T19:44:15.797Z | Downloaded gimli v0.31.1 |
583 | 2024-12-19T19:44:15.806Z | Downloaded idna v1.0.3 |
584 | 2024-12-19T19:44:15.808Z | Downloaded x509-cert v0.2.5 |
585 | 2024-12-19T19:44:15.813Z | Downloaded serde_tokenstream v0.2.2 |
586 | 2024-12-19T19:44:15.815Z | Downloaded pest v2.7.14 |
587 | 2024-12-19T19:44:15.819Z | Downloaded itertools v0.13.0 |
588 | 2024-12-19T19:44:15.826Z | Downloaded crc-any v2.5.0 |
589 | 2024-12-19T19:44:15.829Z | Downloaded portable-atomic v1.9.0 |
590 | 2024-12-19T19:44:15.836Z | Downloaded omicron-zone-package v0.11.1 |
591 | 2024-12-19T19:44:15.839Z | Downloaded tabled v0.15.0 |
592 | 2024-12-19T19:44:15.856Z | Downloaded serde v1.0.215 |
593 | 2024-12-19T19:44:15.859Z | Downloaded qorb v0.2.1 |
594 | 2024-12-19T19:44:15.863Z | Downloaded winnow v0.6.20 |
595 | 2024-12-19T19:44:15.872Z | Downloaded ed25519-dalek v2.1.1 |
596 | 2024-12-19T19:44:15.875Z | Downloaded tokio-postgres v0.7.12 |
597 | 2024-12-19T19:44:15.880Z | Downloaded winnow v0.5.40 |
598 | 2024-12-19T19:44:15.889Z | Downloaded serde_with v3.11.0 |
599 | 2024-12-19T19:44:15.897Z | Downloaded unicode-width v0.1.14 |
600 | 2024-12-19T19:44:15.903Z | Downloaded zerocopy-derive v0.8.10 |
601 | 2024-12-19T19:44:15.909Z | Downloaded steno v0.4.1 |
602 | 2024-12-19T19:44:15.913Z | Downloaded yansi v1.0.1 |
603 | 2024-12-19T19:44:15.915Z | Downloaded petname v2.0.2 |
604 | 2024-12-19T19:44:15.921Z | Downloaded memchr v2.7.4 |
605 | 2024-12-19T19:44:15.927Z | Downloaded url v2.5.3 |
606 | 2024-12-19T19:44:15.929Z | Downloaded criterion v0.5.1 |
607 | 2024-12-19T19:44:15.937Z | Downloaded tungstenite v0.24.0 |
608 | 2024-12-19T19:44:15.941Z | Downloaded openssl v0.10.66 |
609 | 2024-12-19T19:44:15.951Z | Downloaded quinn-proto v0.11.8 |
610 | 2024-12-19T19:44:15.957Z | Downloaded unicode-normalization v0.1.24 |
611 | 2024-12-19T19:44:15.962Z | Downloaded lalrpop v0.19.12 |
612 | 2024-12-19T19:44:15.972Z | Downloaded rayon v1.10.0 |
613 | 2024-12-19T19:44:15.982Z | Downloaded russh v0.45.0 |
614 | 2024-12-19T19:44:15.987Z | Downloaded webpki-roots v0.26.6 |
615 | 2024-12-19T19:44:15.991Z | Downloaded idna v0.4.0 |
616 | 2024-12-19T19:44:15.997Z | Downloaded quick-xml v0.33.0 |
617 | 2024-12-19T19:44:16.004Z | Downloaded unicode-width v0.2.0 |
618 | 2024-12-19T19:44:16.009Z | Downloaded sqlparser v0.45.0 |
619 | 2024-12-19T19:44:16.015Z | Downloaded p384 v0.13.0 |
620 | 2024-12-19T19:44:16.022Z | Downloaded typed-path v0.9.3 |
621 | 2024-12-19T19:44:16.029Z | Downloaded rusqlite v0.32.1 |
622 | 2024-12-19T19:44:16.036Z | Downloaded trust-dns-proto v0.22.0 |
623 | 2024-12-19T19:44:16.050Z | Downloaded hickory-proto v0.24.1 |
624 | 2024-12-19T19:44:16.066Z | Downloaded nix v0.28.0 |
625 | 2024-12-19T19:44:16.078Z | Downloaded idna v0.3.0 |
626 | 2024-12-19T19:44:16.084Z | Downloaded salty v0.3.0 |
627 | 2024-12-19T19:44:16.092Z | Downloaded syn v2.0.87 |
628 | 2024-12-19T19:44:16.103Z | Downloaded polar-core v0.27.3 |
629 | 2024-12-19T19:44:16.112Z | Downloaded regress v0.10.1 |
630 | 2024-12-19T19:44:16.122Z | Downloaded nix v0.27.1 |
631 | 2024-12-19T19:44:16.132Z | Downloaded object v0.30.4 |
632 | 2024-12-19T19:44:16.142Z | Downloaded typify-impl v0.2.0 |
633 | 2024-12-19T19:44:16.158Z | Downloaded syn v1.0.109 |
634 | 2024-12-19T19:44:16.169Z | Downloaded smoltcp v0.9.1 |
635 | 2024-12-19T19:44:16.181Z | Downloaded smoltcp v0.11.0 |
636 | 2024-12-19T19:44:16.194Z | Downloaded radix_trie v0.2.1 |
637 | 2024-12-19T19:44:16.199Z | Downloaded openapiv3 v2.0.0 |
638 | 2024-12-19T19:44:16.212Z | Downloaded regex-syntax v0.6.29 |
639 | 2024-12-19T19:44:16.219Z | Downloaded rustls v0.22.4 |
640 | 2024-12-19T19:44:16.233Z | Downloaded zerocopy v0.8.10 |
641 | 2024-12-19T19:44:16.258Z | Downloaded rustls v0.21.12 |
642 | 2024-12-19T19:44:16.268Z | Downloaded ratatui v0.28.1 |
643 | 2024-12-19T19:44:16.288Z | Downloaded dropshot v0.12.0 |
644 | 2024-12-19T19:44:16.307Z | Downloaded diesel v2.2.6 |
645 | 2024-12-19T19:44:16.326Z | Downloaded curve25519-dalek v4.1.3 |
646 | 2024-12-19T19:44:16.335Z | Downloaded dropshot v0.13.0 |
647 | 2024-12-19T19:44:16.356Z | Downloaded zerocopy-derive v0.6.6 |
648 | 2024-12-19T19:44:16.365Z | Downloaded rustls v0.23.14 |
649 | 2024-12-19T19:44:16.376Z | Downloaded petgraph v0.6.5 |
650 | 2024-12-19T19:44:16.394Z | Downloaded rustix v0.38.37 |
651 | 2024-12-19T19:44:16.415Z | Downloaded tokio v1.40.0 |
652 | 2024-12-19T19:44:16.450Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
653 | 2024-12-19T19:44:16.462Z | Downloaded sled v0.34.7 |
654 | 2024-12-19T19:44:16.472Z | Downloaded nix v0.29.0 |
655 | 2024-12-19T19:44:16.486Z | Downloaded regex-syntax v0.8.5 |
656 | 2024-12-19T19:44:16.494Z | Downloaded regex v1.11.1 |
657 | 2024-12-19T19:44:16.507Z | Downloaded regex-automata v0.4.8 |
658 | 2024-12-19T19:44:16.525Z | Downloaded csv v1.3.0 |
659 | 2024-12-19T19:44:16.544Z | Downloaded idna v0.2.3 |
660 | 2024-12-19T19:44:16.551Z | Downloaded regress v0.9.1 |
661 | 2024-12-19T19:44:16.559Z | Downloaded object v0.36.5 |
662 | 2024-12-19T19:44:16.571Z | Downloaded bstr v1.10.0 |
663 | 2024-12-19T19:44:16.583Z | Downloaded chrono-tz v0.10.0 |
664 | 2024-12-19T19:44:16.590Z | Downloaded clap_builder v4.5.21 |
665 | 2024-12-19T19:44:16.597Z | Downloaded vcpkg v0.2.15 |
666 | 2024-12-19T19:44:16.635Z | Downloaded idna v0.5.0 |
667 | 2024-12-19T19:44:16.642Z | Downloaded time v0.3.36 |
668 | 2024-12-19T19:44:16.650Z | Downloaded lzma-sys v0.1.20 |
669 | 2024-12-19T19:44:16.680Z | Downloaded libxml v0.3.3 |
670 | 2024-12-19T19:44:16.685Z | Downloaded serde_json v1.0.132 |
671 | 2024-12-19T19:44:16.693Z | Downloaded sha3 v0.10.8 |
672 | 2024-12-19T19:44:16.697Z | Downloaded rustyline v14.0.0 |
673 | 2024-12-19T19:44:16.702Z | Downloaded libc v0.2.162 |
674 | 2024-12-19T19:44:16.730Z | Downloaded serde_derive v1.0.215 |
675 | 2024-12-19T19:44:16.733Z | Downloaded libz-sys v1.1.20 |
676 | 2024-12-19T19:44:16.754Z | Downloaded icu_properties_data v1.5.0 |
677 | 2024-12-19T19:44:16.764Z | Downloaded tungstenite v0.23.0 |
678 | 2024-12-19T19:44:16.767Z | Downloaded itertools v0.12.1 |
679 | 2024-12-19T19:44:16.774Z | Downloaded semver v1.0.23 |
680 | 2024-12-19T19:44:16.776Z | Downloaded rust-argon2 v2.1.0 |
681 | 2024-12-19T19:44:16.779Z | Downloaded indexmap v1.9.3 |
682 | 2024-12-19T19:44:16.781Z | Downloaded icu_properties v1.5.1 |
683 | 2024-12-19T19:44:16.786Z | Downloaded const-oid v0.9.6 |
684 | 2024-12-19T19:44:16.788Z | Downloaded multimap v0.10.0 |
685 | 2024-12-19T19:44:16.788Z | Downloaded serde-hex v0.1.0 |
686 | 2024-12-19T19:44:16.790Z | Downloaded crossterm v0.28.1 |
687 | 2024-12-19T19:44:16.796Z | Downloaded pin-utils v0.1.0 |
688 | 2024-12-19T19:44:16.799Z | Downloaded lalrpop-util v0.19.12 |
689 | 2024-12-19T19:44:16.801Z | Downloaded stable_deref_trait v1.2.0 |
690 | 2024-12-19T19:44:16.801Z | Downloaded num-rational v0.4.2 |
691 | 2024-12-19T19:44:16.803Z | Downloaded icu_normalizer_data v1.5.0 |
692 | 2024-12-19T19:44:16.803Z | Downloaded strsim v0.11.1 |
693 | 2024-12-19T19:44:16.806Z | Downloaded strip-ansi-escapes v0.2.0 |
694 | 2024-12-19T19:44:16.806Z | Downloaded r2d2 v0.8.10 |
695 | 2024-12-19T19:44:16.808Z | Downloaded unsafe-libyaml v0.2.11 |
696 | 2024-12-19T19:44:16.812Z | Downloaded httpmock v0.8.0-alpha.1 |
697 | 2024-12-19T19:44:16.829Z | Downloaded encoding_rs v0.8.34 |
698 | 2024-12-19T19:44:16.850Z | Downloaded tungstenite v0.21.0 |
699 | 2024-12-19T19:44:16.855Z | Downloaded phf_generator v0.11.2 |
700 | 2024-12-19T19:44:16.858Z | Downloaded rand_distr v0.4.3 |
701 | 2024-12-19T19:44:16.858Z | Downloaded zerocopy v0.7.35 |
702 | 2024-12-19T19:44:16.872Z | Downloaded bindgen v0.69.5 |
703 | 2024-12-19T19:44:16.879Z | Downloaded diff v0.1.13 |
704 | 2024-12-19T19:44:16.882Z | Downloaded p256 v0.13.2 |
705 | 2024-12-19T19:44:16.885Z | Downloaded serde_yaml v0.9.34+deprecated |
706 | 2024-12-19T19:44:16.889Z | Downloaded quinn v0.11.5 |
707 | 2024-12-19T19:44:16.892Z | Downloaded toml_edit v0.22.22 |
708 | 2024-12-19T19:44:16.913Z | Downloaded proptest v1.5.0 |
709 | 2024-12-19T19:44:16.922Z | Downloaded chrono v0.4.38 |
710 | 2024-12-19T19:44:16.929Z | Downloaded concurrent-queue v2.5.0 |
711 | 2024-12-19T19:44:16.931Z | Downloaded zerocopy-derive v0.7.35 |
712 | 2024-12-19T19:44:16.935Z | Downloaded unicode-xid v0.2.6 |
713 | 2024-12-19T19:44:16.937Z | Downloaded term v0.7.0 |
714 | 2024-12-19T19:44:16.939Z | Downloaded salsa20 v0.10.2 |
715 | 2024-12-19T19:44:16.942Z | Downloaded peg-macros v0.8.4 |
716 | 2024-12-19T19:44:16.944Z | Downloaded owo-colors v4.1.0 |
717 | 2024-12-19T19:44:16.946Z | Downloaded dropshot_endpoint v0.12.0 |
718 | 2024-12-19T19:44:16.949Z | Downloaded toml v0.8.19 |
719 | 2024-12-19T19:44:16.952Z | Downloaded indexmap v2.6.0 |
720 | 2024-12-19T19:44:16.956Z | Downloaded zerovec v0.10.4 |
721 | 2024-12-19T19:44:16.962Z | Downloaded rand v0.8.5 |
722 | 2024-12-19T19:44:16.966Z | Downloaded phf_codegen v0.11.2 |
723 | 2024-12-19T19:44:16.969Z | Downloaded thread_local v1.1.8 |
724 | 2024-12-19T19:44:16.969Z | Downloaded parse-zoneinfo v0.3.1 |
725 | 2024-12-19T19:44:16.972Z | Downloaded rustls-native-certs v0.7.3 |
726 | 2024-12-19T19:44:16.974Z | Downloaded textwrap v0.16.1 |
727 | 2024-12-19T19:44:16.977Z | Downloaded similar v2.6.0 |
728 | 2024-12-19T19:44:16.981Z | Downloaded darling_core v0.20.10 |
729 | 2024-12-19T19:44:16.986Z | Downloaded clap v4.5.21 |
730 | 2024-12-19T19:44:16.995Z | Downloaded toml v0.7.8 |
731 | 2024-12-19T19:44:16.999Z | Downloaded impl-trait-for-tuples v0.2.2 |
732 | 2024-12-19T19:44:17.002Z | Downloaded idna_adapter v1.2.0 |
733 | 2024-12-19T19:44:17.004Z | Downloaded diesel-dtrace v0.4.0 |
734 | 2024-12-19T19:44:17.004Z | Downloaded datatest-stable v0.2.9 |
735 | 2024-12-19T19:44:17.007Z | Downloaded password-hash v0.5.0 |
736 | 2024-12-19T19:44:17.009Z | Downloaded unicode-ident v1.0.13 |
737 | 2024-12-19T19:44:17.013Z | Downloaded toml_edit v0.19.15 |
738 | 2024-12-19T19:44:17.026Z | Downloaded slog-envlogger v2.2.0 |
739 | 2024-12-19T19:44:17.032Z | Downloaded slog-dtrace v0.3.0 |
740 | 2024-12-19T19:44:17.032Z | Downloaded slog-bunyan v2.5.0 |
741 | 2024-12-19T19:44:17.032Z | Downloaded tui-tree-widget v0.22.0 |
742 | 2024-12-19T19:44:17.035Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
743 | 2024-12-19T19:44:17.095Z | Downloaded serde_with_macros v3.11.0 |
744 | 2024-12-19T19:44:17.097Z | Downloaded test-strategy v0.3.1 |
745 | 2024-12-19T19:44:17.100Z | Downloaded aws-lc-rs v1.10.0 |
746 | 2024-12-19T19:44:17.108Z | Downloaded quinn-udp v0.5.5 |
747 | 2024-12-19T19:44:17.110Z | Downloaded time-macros v0.2.18 |
748 | 2024-12-19T19:44:17.113Z | Downloaded vte v0.11.1 |
749 | 2024-12-19T19:44:17.116Z | Downloaded tracing-core v0.1.32 |
750 | 2024-12-19T19:44:17.118Z | Downloaded reedline v0.35.0 |
751 | 2024-12-19T19:44:17.123Z | Downloaded rusty-fork v0.3.0 |
752 | 2024-12-19T19:44:17.126Z | Downloaded phf v0.11.2 |
753 | 2024-12-19T19:44:17.128Z | Downloaded percent-encoding v2.3.1 |
754 | 2024-12-19T19:44:17.128Z | Downloaded pretty_assertions v1.4.1 |
755 | 2024-12-19T19:44:17.130Z | Downloaded lru-cache v0.1.2 |
756 | 2024-12-19T19:44:17.131Z | Downloaded keccak v0.1.5 |
757 | 2024-12-19T19:44:17.133Z | Downloaded strum_macros v0.26.4 |
758 | 2024-12-19T19:44:17.136Z | Downloaded slog-scope v4.4.0 |
759 | 2024-12-19T19:44:17.136Z | Downloaded serde_derive_internals v0.29.1 |
760 | 2024-12-19T19:44:17.138Z | Downloaded num-bigint v0.4.6 |
761 | 2024-12-19T19:44:17.141Z | Downloaded guppy v0.17.8 |
762 | 2024-12-19T19:44:17.148Z | Downloaded crossbeam-epoch v0.9.18 |
763 | 2024-12-19T19:44:17.151Z | Downloaded usdt-attr-macro v0.5.0 |
764 | 2024-12-19T19:44:17.153Z | Downloaded cobs v0.2.3 |
765 | 2024-12-19T19:44:17.153Z | Downloaded cmake v0.1.51 |
766 | 2024-12-19T19:44:17.155Z | Downloaded clap_lex v0.7.2 |
767 | 2024-12-19T19:44:17.155Z | Downloaded der v0.7.9 |
768 | 2024-12-19T19:44:17.160Z | Downloaded ssh-key v0.6.6 |
769 | 2024-12-19T19:44:17.167Z | Downloaded socket2 v0.5.7 |
770 | 2024-12-19T19:44:17.169Z | Downloaded papergrid v0.11.0 |
771 | 2024-12-19T19:44:17.174Z | Downloaded indoc v1.0.9 |
772 | 2024-12-19T19:44:17.177Z | Downloaded env_logger v0.11.5 |
773 | 2024-12-19T19:44:17.180Z | Downloaded aes-gcm v0.10.3 |
774 | 2024-12-19T19:44:17.183Z | Downloaded pbkdf2 v0.12.2 |
775 | 2024-12-19T19:44:17.185Z | Downloaded proc-macro2 v1.0.89 |
776 | 2024-12-19T19:44:17.187Z | Downloaded tokio-tungstenite v0.21.0 |
777 | 2024-12-19T19:44:17.189Z | Downloaded spin v0.9.8 |
778 | 2024-12-19T19:44:17.192Z | Downloaded hashbrown v0.14.5 |
779 | 2024-12-19T19:44:17.197Z | Downloaded nibble_vec v0.1.0 |
780 | 2024-12-19T19:44:17.199Z | Downloaded newtype_derive v0.1.6 |
781 | 2024-12-19T19:44:17.202Z | Downloaded itoa v1.0.11 |
782 | 2024-12-19T19:44:17.202Z | Downloaded is_terminal_polyfill v1.70.1 |
783 | 2024-12-19T19:44:17.204Z | Downloaded uuid v1.11.0 |
784 | 2024-12-19T19:44:17.207Z | Downloaded sct v0.7.1 |
785 | 2024-12-19T19:44:17.210Z | Downloaded derive-where v1.2.7 |
786 | 2024-12-19T19:44:17.213Z | Downloaded icu_collections v1.5.0 |
787 | 2024-12-19T19:44:17.219Z | Downloaded partial-io v0.5.4 |
788 | 2024-12-19T19:44:17.222Z | Downloaded cookie_store v0.21.0 |
789 | 2024-12-19T19:44:17.224Z | Downloaded cookie v0.18.1 |
790 | 2024-12-19T19:44:17.226Z | Downloaded tracing v0.1.40 |
791 | 2024-12-19T19:44:17.231Z | Downloaded nom v7.1.3 |
792 | 2024-12-19T19:44:17.236Z | Downloaded thiserror-no-std v2.0.2 |
793 | 2024-12-19T19:44:17.240Z | Downloaded thiserror-impl-no-std v2.0.2 |
794 | 2024-12-19T19:44:17.242Z | Downloaded thiserror-impl v2.0.3 |
795 | 2024-12-19T19:44:17.245Z | Downloaded libtest-mimic v0.7.3 |
796 | 2024-12-19T19:44:17.247Z | Downloaded spki v0.7.3 |
797 | 2024-12-19T19:44:17.247Z | Downloaded spin v0.5.2 |
798 | 2024-12-19T19:44:17.249Z | Downloaded postgres-protocol v0.6.7 |
799 | 2024-12-19T19:44:17.251Z | Downloaded parking_lot_core v0.9.10 |
800 | 2024-12-19T19:44:17.253Z | Downloaded nu-ansi-term v0.50.1 |
801 | 2024-12-19T19:44:17.255Z | Downloaded libloading v0.8.5 |
802 | 2024-12-19T19:44:17.258Z | Downloaded aes v0.8.4 |
803 | 2024-12-19T19:44:17.260Z | Downloaded crucible-workspace-hack v0.1.0 |
804 | 2024-12-19T19:44:17.262Z | Downloaded serde_path_to_error v0.1.16 |
805 | 2024-12-19T19:44:17.262Z | Downloaded scrypt v0.11.0 |
806 | 2024-12-19T19:44:17.264Z | Downloaded tokio-tungstenite v0.24.0 |
807 | 2024-12-19T19:44:17.266Z | Downloaded signature v2.2.0 |
808 | 2024-12-19T19:44:17.269Z | Downloaded rfc6979 v0.4.0 |
809 | 2024-12-19T19:44:17.269Z | Downloaded defmt-macros v0.3.9 |
810 | 2024-12-19T19:44:17.271Z | Downloaded const_format_proc_macros v0.2.33 |
811 | 2024-12-19T19:44:17.273Z | Downloaded typify v0.2.0 |
812 | 2024-12-19T19:44:17.276Z | Downloaded typenum v1.17.0 |
813 | 2024-12-19T19:44:17.279Z | Downloaded rstest_macros v0.23.0 |
814 | 2024-12-19T19:44:17.282Z | Downloaded zip v0.6.6 |
815 | 2024-12-19T19:44:17.286Z | Downloaded rsa v0.9.6 |
816 | 2024-12-19T19:44:17.291Z | Downloaded hickory-server v0.24.1 |
817 | 2024-12-19T19:44:17.297Z | Downloaded hickory-resolver v0.24.1 |
818 | 2024-12-19T19:44:17.301Z | Downloaded embedded-io v0.4.0 |
819 | 2024-12-19T19:44:17.303Z | Downloaded tokio-macros v2.4.0 |
820 | 2024-12-19T19:44:17.307Z | Downloaded defmt-parser v0.3.4 |
821 | 2024-12-19T19:44:17.307Z | Downloaded sha2 v0.10.8 |
822 | 2024-12-19T19:44:17.309Z | Downloaded log v0.4.22 |
823 | 2024-12-19T19:44:17.312Z | Downloaded constant_time_eq v0.3.1 |
824 | 2024-12-19T19:44:17.312Z | Downloaded unicode-properties v0.1.3 |
825 | 2024-12-19T19:44:17.314Z | Downloaded tar v0.4.42 |
826 | 2024-12-19T19:44:17.317Z | Downloaded secrecy v0.8.0 |
827 | 2024-12-19T19:44:17.317Z | Downloaded proc-macro-error v1.0.4 |
828 | 2024-12-19T19:44:17.321Z | Downloaded proc-macro-crate v1.3.1 |
829 | 2024-12-19T19:44:17.323Z | Downloaded postgres-types v0.2.8 |
830 | 2024-12-19T19:44:17.326Z | Downloaded des v0.8.1 |
831 | 2024-12-19T19:44:17.329Z | Downloaded schemars v0.8.21 |
832 | 2024-12-19T19:44:17.339Z | Downloaded zopfli v0.8.1 |
833 | 2024-12-19T19:44:17.341Z | Downloaded tabled_derive v0.7.0 |
834 | 2024-12-19T19:44:17.344Z | Downloaded synstructure v0.13.1 |
835 | 2024-12-19T19:44:17.347Z | Downloaded static_assertions v1.1.0 |
836 | 2024-12-19T19:44:17.347Z | Downloaded signal-hook-mio v0.2.4 |
837 | 2024-12-19T19:44:17.349Z | Downloaded litemap v0.7.3 |
838 | 2024-12-19T19:44:17.352Z | Downloaded samael v0.0.17 |
839 | 2024-12-19T19:44:17.355Z | Downloaded rustls-pki-types v1.9.0 |
840 | 2024-12-19T19:44:17.359Z | Downloaded linked-hash-map v0.5.6 |
841 | 2024-12-19T19:44:17.361Z | Downloaded rcgen v0.12.1 |
842 | 2024-12-19T19:44:17.364Z | Downloaded base64 v0.22.1 |
843 | 2024-12-19T19:44:17.368Z | Downloaded smallvec v1.13.2 |
844 | 2024-12-19T19:44:17.370Z | Downloaded backtrace v0.3.74 |
845 | 2024-12-19T19:44:17.375Z | Downloaded ena v0.14.3 |
846 | 2024-12-19T19:44:17.379Z | Downloaded derive_builder_core v0.20.2 |
847 | 2024-12-19T19:44:17.383Z | Downloaded derive_builder v0.20.2 |
848 | 2024-12-19T19:44:17.386Z | Downloaded rstest v0.23.0 |
849 | 2024-12-19T19:44:17.389Z | Downloaded heapless v0.8.0 |
850 | 2024-12-19T19:44:17.393Z | Downloaded cc v1.1.30 |
851 | 2024-12-19T19:44:17.397Z | Downloaded semver v0.1.20 |
852 | 2024-12-19T19:44:17.399Z | Downloaded libsw v3.3.1 |
853 | 2024-12-19T19:44:17.401Z | Downloaded lazycell v1.3.0 |
854 | 2024-12-19T19:44:17.401Z | Downloaded indoc v2.0.5 |
855 | 2024-12-19T19:44:17.406Z | Downloaded yasna v0.5.2 |
856 | 2024-12-19T19:44:17.408Z | Downloaded bytes v1.8.0 |
857 | 2024-12-19T19:44:17.410Z | Downloaded base64 v0.21.7 |
858 | 2024-12-19T19:44:17.413Z | Downloaded lockfree-object-pool v0.1.6 |
859 | 2024-12-19T19:44:17.415Z | Downloaded value-bag v1.9.0 |
860 | 2024-12-19T19:44:17.418Z | Downloaded uzers v0.12.1 |
861 | 2024-12-19T19:44:17.420Z | Downloaded heapless v0.7.17 |
862 | 2024-12-19T19:44:17.424Z | Downloaded tempfile v3.13.0 |
863 | 2024-12-19T19:44:17.427Z | Downloaded headers v0.4.0 |
864 | 2024-12-19T19:44:17.432Z | Downloaded chacha20poly1305 v0.10.1 |
865 | 2024-12-19T19:44:17.434Z | Downloaded shlex v1.3.0 |
866 | 2024-12-19T19:44:17.437Z | Downloaded unarray v0.1.4 |
867 | 2024-12-19T19:44:17.437Z | Downloaded strum_macros v0.24.3 |
868 | 2024-12-19T19:44:17.440Z | Downloaded smf v0.2.3 |
869 | 2024-12-19T19:44:17.440Z | Downloaded blake2b_simd v1.0.2 |
870 | 2024-12-19T19:44:17.442Z | Downloaded async-bb8-diesel v0.2.1 |
871 | 2024-12-19T19:44:17.445Z | Downloaded password-hash v0.4.2 |
872 | 2024-12-19T19:44:17.445Z | Downloaded target-spec v3.2.2 |
873 | 2024-12-19T19:44:17.447Z | Downloaded psl-types v2.0.11 |
874 | 2024-12-19T19:44:17.450Z | Downloaded hyper-rustls v0.26.0 |
875 | 2024-12-19T19:44:17.452Z | Downloaded httptest v0.16.1 |
876 | 2024-12-19T19:44:17.454Z | Downloaded crypto-common v0.1.6 |
877 | 2024-12-19T19:44:17.454Z | Downloaded progenitor-macro v0.8.0 |
878 | 2024-12-19T19:44:17.455Z | Downloaded humantime v2.1.0 |
879 | 2024-12-19T19:44:17.457Z | Downloaded httparse v1.9.5 |
880 | 2024-12-19T19:44:17.459Z | Downloaded highway v1.2.0 |
881 | 2024-12-19T19:44:17.462Z | Downloaded blake2 v0.10.6 |
882 | 2024-12-19T19:44:17.462Z | Downloaded anyhow v1.0.93 |
883 | 2024-12-19T19:44:17.466Z | Downloaded allocator-api2 v0.2.18 |
884 | 2024-12-19T19:44:17.469Z | Downloaded same-file v1.0.6 |
885 | 2024-12-19T19:44:17.471Z | Downloaded glob v0.3.1 |
886 | 2024-12-19T19:44:17.474Z | Downloaded home v0.5.9 |
887 | 2024-12-19T19:44:17.474Z | Downloaded hex-literal v0.4.1 |
888 | 2024-12-19T19:44:17.474Z | Downloaded hex v0.4.3 |
889 | 2024-12-19T19:44:17.476Z | Downloaded heck v0.5.0 |
890 | 2024-12-19T19:44:17.478Z | Downloaded ghash v0.5.1 |
891 | 2024-12-19T19:44:17.478Z | Downloaded camino v1.1.9 |
892 | 2024-12-19T19:44:17.481Z | Downloaded camino-tempfile v1.1.1 |
893 | 2024-12-19T19:44:17.483Z | Downloaded bzip2 v0.4.4 |
894 | 2024-12-19T19:44:17.483Z | Downloaded async-trait v0.1.83 |
895 | 2024-12-19T19:44:17.486Z | Downloaded fs-err v2.11.0 |
896 | 2024-12-19T19:44:17.489Z | Downloaded cancel-safe-futures v0.1.5 |
897 | 2024-12-19T19:44:17.491Z | Downloaded byteorder v1.5.0 |
898 | 2024-12-19T19:44:17.493Z | Downloaded backoff v0.4.0 |
899 | 2024-12-19T19:44:17.495Z | Downloaded async-task v4.7.1 |
900 | 2024-12-19T19:44:17.498Z | Downloaded async-process v2.3.0 |
901 | 2024-12-19T19:44:17.508Z | Downloaded async-lock v3.4.0 |
902 | 2024-12-19T19:44:17.508Z | Downloaded async-executor v1.13.1 |
903 | 2024-12-19T19:44:17.508Z | Downloaded arrayvec v0.7.6 |
904 | 2024-12-19T19:44:17.584Z | Downloaded argon2 v0.5.3 |
905 | 2024-12-19T19:44:17.584Z | Downloaded anstream v0.6.15 |
906 | 2024-12-19T19:44:17.584Z | Downloaded atomic-waker v1.1.2 |
907 | 2024-12-19T19:44:17.584Z | Downloaded fxhash v0.2.1 |
908 | 2024-12-19T19:44:17.584Z | Downloaded futures-io v0.3.31 |
909 | 2024-12-19T19:44:17.584Z | Downloaded async-channel v1.9.0 |
910 | 2024-12-19T19:44:17.584Z | Downloaded assert_cmd v2.0.16 |
911 | 2024-12-19T19:44:17.584Z | Downloaded bit-vec v0.6.3 |
912 | 2024-12-19T19:44:17.584Z | Downloaded bit-set v0.5.3 |
913 | 2024-12-19T19:44:17.584Z | Downloaded bcrypt-pbkdf v0.10.0 |
914 | 2024-12-19T19:44:17.584Z | Downloaded futures-channel v0.3.31 |
915 | 2024-12-19T19:44:17.584Z | Downloaded cfg-if v1.0.0 |
916 | 2024-12-19T19:44:17.584Z | Downloaded block-padding v0.3.3 |
917 | 2024-12-19T19:44:17.584Z | Downloaded bitfield-struct v0.6.2 |
918 | 2024-12-19T19:44:17.584Z | Downloaded flate2 v1.0.34 |
919 | 2024-12-19T19:44:17.584Z | Downloaded chrono-tz-build v0.4.0 |
920 | 2024-12-19T19:44:17.584Z | Downloaded ring v0.17.8 |
921 | 2024-12-19T19:44:17.600Z | Downloaded castaway v0.2.3 |
922 | 2024-12-19T19:44:17.603Z | Downloaded bitfield v0.14.0 |
923 | 2024-12-19T19:44:17.603Z | Downloaded bb8 v0.8.5 |
924 | 2024-12-19T19:44:17.605Z | Downloaded base16ct v0.2.0 |
925 | 2024-12-19T19:44:17.606Z | Downloaded foreign-types-shared v0.1.1 |
926 | 2024-12-19T19:44:17.606Z | Downloaded blowfish v0.9.1 |
927 | 2024-12-19T19:44:17.608Z | Downloaded bitflags v1.3.2 |
928 | 2024-12-19T19:44:17.611Z | Downloaded autocfg v1.4.0 |
929 | 2024-12-19T19:44:17.613Z | Downloaded async-attributes v1.1.2 |
930 | 2024-12-19T19:44:17.613Z | Downloaded array-init v0.0.4 |
931 | 2024-12-19T19:44:17.613Z | Downloaded foreign-types v0.5.0 |
932 | 2024-12-19T19:44:17.615Z | Downloaded fnv v1.0.7 |
933 | 2024-12-19T19:44:17.615Z | Downloaded float-cmp v0.9.0 |
934 | 2024-12-19T19:44:17.618Z | Downloaded ff v0.13.0 |
935 | 2024-12-19T19:44:17.618Z | Downloaded cassowary v0.3.0 |
936 | 2024-12-19T19:44:17.620Z | Downloaded async-stream v0.3.6 |
937 | 2024-12-19T19:44:17.622Z | Downloaded async-signal v0.2.10 |
938 | 2024-12-19T19:44:17.622Z | Downloaded adler2 v2.0.0 |
939 | 2024-12-19T19:44:17.624Z | Downloaded flagset v0.4.6 |
940 | 2024-12-19T19:44:17.626Z | Downloaded fallible-iterator v0.2.0 |
941 | 2024-12-19T19:44:17.626Z | Downloaded anstyle-query v1.1.1 |
942 | 2024-12-19T19:44:17.629Z | Downloaded anstyle-parse v0.2.5 |
943 | 2024-12-19T19:44:17.631Z | Downloaded anstyle v1.0.10 |
944 | 2024-12-19T19:44:17.631Z | Downloaded fallible-iterator v0.3.0 |
945 | 2024-12-19T19:44:17.633Z | Downloaded assert_matches v1.5.0 |
946 | 2024-12-19T19:44:17.633Z | Downloaded assert-json-diff v2.0.2 |
947 | 2024-12-19T19:44:17.636Z | Downloaded float-ord v0.3.2 |
948 | 2024-12-19T19:44:17.636Z | Downloaded fixedbitset v0.4.2 |
949 | 2024-12-19T19:44:17.638Z | Downloaded filetime v0.2.25 |
950 | 2024-12-19T19:44:17.638Z | Downloaded fd-lock v4.0.2 |
951 | 2024-12-19T19:44:17.641Z | Downloaded aead v0.5.2 |
952 | 2024-12-19T19:44:17.643Z | Downloaded ascii-canvas v3.0.0 |
953 | 2024-12-19T19:44:17.643Z | Downloaded arrayref v0.3.9 |
954 | 2024-12-19T19:44:17.645Z | Downloaded anes v0.1.6 |
955 | 2024-12-19T19:44:17.695Z | Downloaded libsqlite3-sys v0.30.1 |
956 | 2024-12-19T19:44:17.774Z | Downloaded ring v0.16.20 |
957 | 2024-12-19T19:44:17.968Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-19T19:44:18.450Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-19T19:44:30.981Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-19T19:44:34.833Z | Startup: Caching catalogs ... Done |
961 | 2024-12-19T19:44:45.549Z | Planning: Solver setup ... Done (9.846s) |
962 | 2024-12-19T19:44:45.681Z | Planning: Running solver ... Done (0.132s) |
963 | 2024-12-19T19:44:45.790Z | Planning: Finding local manifests ... Done (0.004s) |
964 | 2024-12-19T19:44:45.844Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-19T19:44:46.164Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-19T19:44:46.268Z | Planning: Package planning ... Done (0.104s) |
967 | 2024-12-19T19:44:46.326Z | Planning: Merging actions ... Done (0.058s) |
968 | 2024-12-19T19:44:46.520Z | Planning: Checking for conflicting actions ... Done (0.193s) |
969 | 2024-12-19T19:44:48.521Z | Planning: Consolidating action changes ... Done (2.002s) |
970 | 2024-12-19T19:44:48.957Z | Planning: Evaluating mediators ... Done (0.436s) |
971 | 2024-12-19T19:44:49.038Z | Planning: Planning completed in 14.11 seconds |
972 | 2024-12-19T19:44:49.054Z | Packages to install: 4 |
973 | 2024-12-19T19:44:49.055Z | Packages to update: 1 |
974 | 2024-12-19T19:44:49.058Z | Mediators to change: 2 |
975 | 2024-12-19T19:44:49.058Z | Services to change: 1 |
976 | 2024-12-19T19:44:49.058Z | Estimated space available: 155.37 GB |
977 | 2024-12-19T19:44:49.058Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-19T19:44:49.058Z | Create boot environment: No |
979 | 2024-12-19T19:44:49.058Z | Create backup boot environment: Yes |
980 | 2024-12-19T19:44:49.058Z | Rebuild boot archive: No |
981 | 2024-12-19T19:44:49.058Z | |
982 | 2024-12-19T19:44:49.058Z | Changed mediators: |
983 | 2024-12-19T19:44:49.058Z | mediator clang: |
984 | 2024-12-19T19:44:49.058Z | version: None -> 15 (system default) |
985 | 2024-12-19T19:44:49.058Z | |
986 | 2024-12-19T19:44:49.058Z | mediator llvm: |
987 | 2024-12-19T19:44:49.058Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-19T19:44:49.058Z | |
989 | 2024-12-19T19:44:49.058Z | Changed packages: |
990 | 2024-12-19T19:44:49.058Z | helios-dev |
991 | 2024-12-19T19:44:49.058Z | developer/build-essential |
992 | 2024-12-19T19:44:49.058Z | None -> 11-2.0 |
993 | 2024-12-19T19:44:49.058Z | library/libxmlsec1 |
994 | 2024-12-19T19:44:49.058Z | None -> 1.2.35-2.0 |
995 | 2024-12-19T19:44:49.058Z | ooce/developer/clang-15 |
996 | 2024-12-19T19:44:49.058Z | None -> 15.0.7-2.0 |
997 | 2024-12-19T19:44:49.058Z | ooce/developer/llvm-15 |
998 | 2024-12-19T19:44:49.059Z | None -> 15.0.7-2.0 |
999 | 2024-12-19T19:44:49.059Z | package/pkg |
1000 | 2024-12-19T19:44:49.059Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-19T19:44:49.059Z | |
1002 | 2024-12-19T19:44:49.059Z | Services: |
1003 | 2024-12-19T19:44:49.059Z | restart_fmri: |
1004 | 2024-12-19T19:44:49.059Z | svc:/system/update-man-index:default |
1005 | 2024-12-19T19:44:49.059Z | |
1006 | 2024-12-19T19:44:49.059Z | Editable files to change: |
1007 | 2024-12-19T19:44:49.059Z | Update: |
1008 | 2024-12-19T19:44:49.059Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-19T19:44:49.136Z | |
1010 | 2024-12-19T19:44:49.136Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-19T19:44:54.139Z | Download: 539/4281 items 17.1/220.6MB 7% complete (3.5M/s) |
1012 | 2024-12-19T19:44:59.924Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.7M/s) |
1013 | 2024-12-19T19:45:04.927Z | Download: 1839/4281 items 118.5/220.6MB 53% complete (10.1M/s) |
1014 | 2024-12-19T19:45:09.928Z | Download: 3061/4281 items 121.4/220.6MB 55% complete (3.9M/s) |
1015 | 2024-12-19T19:45:14.967Z | Download: 3267/4281 items 207.7/220.6MB 94% complete (8.8M/s) |
1016 | 2024-12-19T19:45:18.208Z | Download: Completed 220.60 MB in 29.06 seconds (7.6M/s) |
1017 | 2024-12-19T19:45:20.397Z | Actions: 1/5063 actions (Removing old actions) |
1018 | 2024-12-19T19:45:20.418Z | Actions: 194/5063 actions (Installing new actions) |
1019 | 2024-12-19T19:45:25.172Z | Actions: 4226/5063 actions (Updating modified actions) |
1020 | 2024-12-19T19:45:25.495Z | Actions: Completed 5063 actions in 5.10 seconds. |
1021 | 2024-12-19T19:45:25.897Z | Done (0.394s) |
1022 | 2024-12-19T19:45:25.900Z | Done (0.000s) |
1023 | 2024-12-19T19:45:26.476Z | Done (0.577s) |
1024 | 2024-12-19T19:45:31.105Z | Done (4.395s) |
1025 | 2024-12-19T19:45:31.195Z | Done (0.018s) |
1026 | 2024-12-19T19:45:31.198Z | Done (0.000s) |
1027 | 2024-12-19T19:45:31.365Z | Done (0.000s) |
1028 | 2024-12-19T19:45:32.099Z | Planning: Evaluating mediator changes ... Done |
1029 | 2024-12-19T19:45:32.266Z | Planning: Checking for conflicting actions ... Done |
1030 | 2024-12-19T19:45:32.268Z | Planning: Consolidating action changes ... Done |
1031 | 2024-12-19T19:45:32.545Z | Planning: Evaluating mediators ... Done |
1032 | 2024-12-19T19:45:32.548Z | Planning: Planning completed in 0.45 seconds |
1033 | 2024-12-19T19:45:32.588Z | Mediators to change: 2 |
1034 | 2024-12-19T19:45:32.588Z | Create boot environment: No |
1035 | 2024-12-19T19:45:32.588Z | Create backup boot environment: No |
1036 | 2024-12-19T19:45:32.677Z | Done |
1037 | 2024-12-19T19:45:32.677Z | Done |
1038 | 2024-12-19T19:45:33.080Z | Done |
1039 | 2024-12-19T19:45:37.000Z | Done |
1040 | 2024-12-19T19:45:37.092Z | Done |
1041 | 2024-12-19T19:45:37.096Z | Done |
1042 | 2024-12-19T19:45:37.234Z | Done |
1043 | 2024-12-19T19:45:37.887Z | Planning: Evaluating mediator changes ... Done |
1044 | 2024-12-19T19:45:37.889Z | Planning: Merging actions ... Done |
1045 | 2024-12-19T19:45:38.082Z | Planning: Checking for conflicting actions ... Done |
1046 | 2024-12-19T19:45:38.086Z | Planning: Consolidating action changes ... Done |
1047 | 2024-12-19T19:45:38.363Z | Planning: Evaluating mediators ... Done |
1048 | 2024-12-19T19:45:38.424Z | Planning: Planning completed in 0.79 seconds |
1049 | 2024-12-19T19:45:38.466Z | Packages to change: 1 |
1050 | 2024-12-19T19:45:38.466Z | Mediators to change: 1 |
1051 | 2024-12-19T19:45:38.469Z | Services to change: 1 |
1052 | 2024-12-19T19:45:38.469Z | Create boot environment: No |
1053 | 2024-12-19T19:45:38.469Z | Create backup boot environment: Yes |
1054 | 2024-12-19T19:45:40.861Z | Actions: 1/6 actions (Updating modified actions) |
1055 | 2024-12-19T19:45:40.863Z | Actions: Completed 6 actions in 0.00 seconds. |
1056 | 2024-12-19T19:45:40.864Z | Done |
1057 | 2024-12-19T19:45:40.864Z | Done |
1058 | 2024-12-19T19:45:40.978Z | Done |
1059 | 2024-12-19T19:45:44.895Z | Done |
1060 | 2024-12-19T19:45:44.993Z | Done |
1061 | 2024-12-19T19:45:44.997Z | Done |
1062 | 2024-12-19T19:45:45.135Z | Done |
1063 | 2024-12-19T19:45:45.600Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1064 | 2024-12-19T19:45:45.600Z | clang system 15 system |
1065 | 2024-12-19T19:45:45.600Z | csh system system illumos |
1066 | 2024-12-19T19:45:45.600Z | ctags system system illumos |
1067 | 2024-12-19T19:45:45.600Z | gcc vendor 12 vendor |
1068 | 2024-12-19T19:45:45.600Z | gcc system 10 system |
1069 | 2024-12-19T19:45:45.600Z | gcc system 7 system |
1070 | 2024-12-19T19:45:45.600Z | go system 1.20 system |
1071 | 2024-12-19T19:45:45.600Z | go system 1.19 system |
1072 | 2024-12-19T19:45:45.602Z | llvm system 15 system |
1073 | 2024-12-19T19:45:45.602Z | llvm system 14 system |
1074 | 2024-12-19T19:45:45.602Z | mariadb system 10.6 system |
1075 | 2024-12-19T19:45:45.602Z | mta vendor vendor dma |
1076 | 2024-12-19T19:45:45.602Z | openjdk system 17 system |
1077 | 2024-12-19T19:45:45.602Z | openjdk system 11 system |
1078 | 2024-12-19T19:45:45.602Z | openjdk system 1.8 system |
1079 | 2024-12-19T19:45:45.602Z | openssl vendor 3 vendor |
1080 | 2024-12-19T19:45:45.602Z | perl system 5.36 system |
1081 | 2024-12-19T19:45:45.602Z | postgresql system 15 system |
1082 | 2024-12-19T19:45:45.602Z | postgresql system 13 system |
1083 | 2024-12-19T19:45:45.602Z | python vendor 3 vendor |
1084 | 2024-12-19T19:45:45.602Z | python system 2 system |
1085 | 2024-12-19T19:45:45.602Z | python3 system 3.11 system |
1086 | 2024-12-19T19:45:45.602Z | ruby system 3.0 system |
1087 | 2024-12-19T19:45:45.602Z | words vendor vendor american-english |
1088 | 2024-12-19T19:45:45.602Z | words system system australian-english |
1089 | 2024-12-19T19:45:45.602Z | words system system british-english |
1090 | 2024-12-19T19:45:45.602Z | words system system canadian-english |
1091 | 2024-12-19T19:45:45.602Z | words system system french |
1092 | 2024-12-19T19:45:45.602Z | words system system italian |
1093 | 2024-12-19T19:45:45.602Z | words system system ngerman |
1094 | 2024-12-19T19:45:45.602Z | words system system ogerman |
1095 | 2024-12-19T19:45:45.602Z | words system system spanish |
1096 | 2024-12-19T19:45:45.954Z | PUBLISHER TYPE STATUS P LOCATION |
1097 | 2024-12-19T19:45:45.954Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1098 | 2024-12-19T19:45:48.733Z | FMRI IFO |
1099 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1100 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1101 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1102 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1103 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1104 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1105 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1106 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1107 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1108 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1109 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1110 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1111 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1112 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1113 | 2024-12-19T19:45:48.733Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1114 | 2024-12-19T19:45:49.835Z | Downloading crates ... |
1115 | 2024-12-19T19:45:49.913Z | Downloaded cargo_toml v0.20.5 |
1116 | 2024-12-19T19:45:50.055Z | Compiling proc-macro2 v1.0.89 |
1117 | 2024-12-19T19:45:50.055Z | Compiling unicode-ident v1.0.13 |
1118 | 2024-12-19T19:45:50.058Z | Compiling serde v1.0.215 |
1119 | 2024-12-19T19:45:50.058Z | Compiling version_check v0.9.5 |
1120 | 2024-12-19T19:45:50.058Z | Compiling thiserror v1.0.69 |
1121 | 2024-12-19T19:45:50.058Z | Compiling memchr v2.7.4 |
1122 | 2024-12-19T19:45:50.058Z | Compiling libc v0.2.162 |
1123 | 2024-12-19T19:45:50.077Z | Compiling itoa v1.0.11 |
1124 | 2024-12-19T19:45:50.315Z | Compiling ucd-trie v0.1.7 |
1125 | 2024-12-19T19:45:50.328Z | Compiling ryu v1.0.18 |
1126 | 2024-12-19T19:45:50.786Z | Compiling once_cell v1.20.2 |
1127 | 2024-12-19T19:45:50.934Z | Compiling byteorder v1.5.0 |
1128 | 2024-12-19T19:45:51.038Z | Compiling serde_json v1.0.132 |
1129 | 2024-12-19T19:45:51.234Z | Compiling rustix v0.38.37 |
1130 | 2024-12-19T19:45:51.248Z | Compiling bitflags v2.6.0 |
1131 | 2024-12-19T19:45:51.443Z | Compiling proc-macro-error-attr v1.0.4 |
1132 | 2024-12-19T19:45:51.690Z | Compiling usdt-impl v0.5.0 |
1133 | 2024-12-19T19:45:51.704Z | Compiling syn v1.0.109 |
1134 | 2024-12-19T19:45:51.781Z | Compiling proc-macro-error v1.0.4 |
1135 | 2024-12-19T19:45:51.822Z | Compiling utf8parse v0.2.2 |
1136 | 2024-12-19T19:45:51.982Z | Compiling quote v1.0.37 |
1137 | 2024-12-19T19:45:52.055Z | Compiling equivalent v1.0.1 |
1138 | 2024-12-19T19:45:52.129Z | Compiling log v0.4.22 |
1139 | 2024-12-19T19:45:52.143Z | Compiling hashbrown v0.15.1 |
1140 | 2024-12-19T19:45:52.163Z | Compiling camino v1.1.9 |
1141 | 2024-12-19T19:45:52.327Z | Compiling errno v0.3.9 |
1142 | 2024-12-19T19:45:52.505Z | Compiling syn v2.0.87 |
1143 | 2024-12-19T19:45:52.564Z | Compiling thread-id v4.2.2 |
1144 | 2024-12-19T19:45:52.666Z | Compiling plain v0.2.3 |
1145 | 2024-12-19T19:45:52.827Z | Compiling anstyle-parse v0.2.5 |
1146 | 2024-12-19T19:45:52.866Z | Compiling colorchoice v1.0.2 |
1147 | 2024-12-19T19:45:53.016Z | Compiling anstyle-query v1.1.1 |
1148 | 2024-12-19T19:45:53.144Z | Compiling semver v1.0.23 |
1149 | 2024-12-19T19:45:53.158Z | Compiling pretty-hex v0.4.1 |
1150 | 2024-12-19T19:45:53.160Z | Compiling autocfg v1.4.0 |
1151 | 2024-12-19T19:45:53.369Z | Compiling indexmap v2.6.0 |
1152 | 2024-12-19T19:45:53.435Z | Compiling anstyle v1.0.10 |
1153 | 2024-12-19T19:45:53.664Z | Compiling winnow v0.6.20 |
1154 | 2024-12-19T19:45:53.666Z | Compiling unicode-width v0.1.14 |
1155 | 2024-12-19T19:45:53.922Z | Compiling is_terminal_polyfill v1.70.1 |
1156 | 2024-12-19T19:45:54.058Z | Compiling anstream v0.6.15 |
1157 | 2024-12-19T19:45:54.329Z | Compiling fs-err v2.11.0 |
1158 | 2024-12-19T19:45:54.606Z | Compiling fastrand v2.1.1 |
1159 | 2024-12-19T19:45:54.801Z | Compiling terminal_size v0.4.0 |
1160 | 2024-12-19T19:45:54.805Z | Compiling heck v0.5.0 |
1161 | 2024-12-19T19:45:54.948Z | Compiling fnv v1.0.7 |
1162 | 2024-12-19T19:45:55.018Z | Compiling anyhow v1.0.93 |
1163 | 2024-12-19T19:45:55.118Z | Compiling clap_lex v0.7.2 |
1164 | 2024-12-19T19:45:55.190Z | Compiling cfg-if v1.0.0 |
1165 | 2024-12-19T19:45:55.284Z | Compiling heck v0.4.1 |
1166 | 2024-12-19T19:45:55.372Z | Compiling strsim v0.11.1 |
1167 | 2024-12-19T19:45:55.560Z | Compiling bytecount v0.6.8 |
1168 | 2024-12-19T19:45:55.659Z | Compiling tempfile v3.13.0 |
1169 | 2024-12-19T19:45:55.772Z | Compiling clap_builder v4.5.21 |
1170 | 2024-12-19T19:45:55.784Z | Compiling papergrid v0.11.0 |
1171 | 2024-12-19T19:45:56.537Z | Compiling memmap v0.7.0 |
1172 | 2024-12-19T19:45:56.566Z | Compiling smawk v0.3.2 |
1173 | 2024-12-19T19:45:56.699Z | Compiling unicode-linebreak v0.1.5 |
1174 | 2024-12-19T19:45:57.197Z | Compiling textwrap v0.16.1 |
1175 | 2024-12-19T19:45:57.698Z | Compiling swrite v0.1.0 |
1176 | 2024-12-19T19:45:58.486Z | Compiling tabled_derive v0.7.0 |
1177 | 2024-12-19T19:46:00.044Z | Compiling tabled v0.15.0 |
1178 | 2024-12-19T19:46:01.783Z | Compiling serde_derive v1.0.215 |
1179 | 2024-12-19T19:46:01.783Z | Compiling thiserror-impl v1.0.69 |
1180 | 2024-12-19T19:46:01.786Z | Compiling zerocopy-derive v0.7.35 |
1181 | 2024-12-19T19:46:01.786Z | Compiling scroll_derive v0.12.0 |
1182 | 2024-12-19T19:46:01.786Z | Compiling clap_derive v4.5.18 |
1183 | 2024-12-19T19:46:03.048Z | Compiling scroll v0.12.0 |
1184 | 2024-12-19T19:46:03.641Z | Compiling goblin v0.8.2 |
1185 | 2024-12-19T19:46:03.710Z | Compiling zerocopy v0.7.35 |
1186 | 2024-12-19T19:46:04.589Z | Compiling pest v2.7.14 |
1187 | 2024-12-19T19:46:05.712Z | Compiling clap v4.5.21 |
1188 | 2024-12-19T19:46:06.807Z | Compiling pest_meta v2.7.14 |
1189 | 2024-12-19T19:46:07.641Z | Compiling pest_generator v2.7.14 |
1190 | 2024-12-19T19:46:09.308Z | Compiling pest_derive v2.7.14 |
1191 | 2024-12-19T19:46:10.017Z | Compiling dtrace-parser v0.2.0 |
1192 | 2024-12-19T19:46:12.029Z | Compiling serde_tokenstream v0.2.2 |
1193 | 2024-12-19T19:46:12.063Z | Compiling serde_spanned v0.6.8 |
1194 | 2024-12-19T19:46:12.063Z | Compiling toml_datetime v0.6.8 |
1195 | 2024-12-19T19:46:12.325Z | Compiling cargo-platform v0.1.8 |
1196 | 2024-12-19T19:46:12.437Z | Compiling toml_edit v0.22.22 |
1197 | 2024-12-19T19:46:12.567Z | Compiling macaddr v1.0.1 |
1198 | 2024-12-19T19:46:12.775Z | Compiling camino-tempfile v1.1.1 |
1199 | 2024-12-19T19:46:13.548Z | Compiling dof v0.3.0 |
1200 | 2024-12-19T19:46:13.636Z | Compiling cargo_metadata v0.18.1 |
1201 | 2024-12-19T19:46:15.357Z | Compiling toml v0.8.19 |
1202 | 2024-12-19T19:46:15.370Z | Compiling usdt-macro v0.5.0 |
1203 | 2024-12-19T19:46:15.371Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-12-19T19:46:16.216Z | Compiling cargo_toml v0.20.5 |
1205 | 2024-12-19T19:46:16.859Z | Compiling usdt v0.5.0 |
1206 | 2024-12-19T19:46:19.858Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1207 | 2024-12-19T19:46:24.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.90s |
1208 | 2024-12-19T19:46:24.252Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1209 | 2024-12-19T19:46:25.146Z | Compiling serde v1.0.215 |
1210 | 2024-12-19T19:46:25.149Z | Compiling lock_api v0.4.12 |
1211 | 2024-12-19T19:46:25.149Z | Compiling scopeguard v1.2.0 |
1212 | 2024-12-19T19:46:25.149Z | Compiling value-bag v1.9.0 |
1213 | 2024-12-19T19:46:25.149Z | Compiling typenum v1.17.0 |
1214 | 2024-12-19T19:46:25.149Z | Compiling generic-array v0.14.7 |
1215 | 2024-12-19T19:46:25.301Z | Compiling syn v2.0.87 |
1216 | 2024-12-19T19:46:25.304Z | Compiling getrandom v0.2.15 |
1217 | 2024-12-19T19:46:25.554Z | Compiling rand_core v0.6.4 |
1218 | 2024-12-19T19:46:25.716Z | Compiling subtle v2.6.1 |
1219 | 2024-12-19T19:46:25.749Z | Compiling log v0.4.22 |
1220 | 2024-12-19T19:46:25.841Z | Compiling shlex v1.3.0 |
1221 | 2024-12-19T19:46:25.894Z | Compiling jobserver v0.1.32 |
1222 | 2024-12-19T19:46:26.049Z | Compiling smallvec v1.13.2 |
1223 | 2024-12-19T19:46:26.098Z | Compiling const-oid v0.9.6 |
1224 | 2024-12-19T19:46:26.152Z | Compiling spin v0.9.8 |
1225 | 2024-12-19T19:46:26.231Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-19T19:46:26.363Z | Compiling cc v1.1.30 |
1227 | 2024-12-19T19:46:26.457Z | Compiling rustix v0.38.37 |
1228 | 2024-12-19T19:46:26.562Z | Compiling parking_lot_core v0.9.10 |
1229 | 2024-12-19T19:46:26.656Z | Compiling futures-core v0.3.31 |
1230 | 2024-12-19T19:46:26.829Z | Compiling signal-hook-registry v1.4.2 |
1231 | 2024-12-19T19:46:26.897Z | Compiling stable_deref_trait v1.2.0 |
1232 | 2024-12-19T19:46:27.002Z | Compiling mio v1.0.2 |
1233 | 2024-12-19T19:46:27.416Z | Compiling parking_lot v0.12.3 |
1234 | 2024-12-19T19:46:27.702Z | Compiling aho-corasick v1.1.3 |
1235 | 2024-12-19T19:46:27.704Z | Compiling regex-syntax v0.8.5 |
1236 | 2024-12-19T19:46:28.009Z | Compiling cpufeatures v0.2.14 |
1237 | 2024-12-19T19:46:28.092Z | Compiling either v1.13.0 |
1238 | 2024-12-19T19:46:28.115Z | Compiling lazy_static v1.5.0 |
1239 | 2024-12-19T19:46:28.190Z | Compiling futures-sink v0.3.31 |
1240 | 2024-12-19T19:46:28.243Z | Compiling glob v0.3.1 |
1241 | 2024-12-19T19:46:28.341Z | Compiling socket2 v0.5.7 |
1242 | 2024-12-19T19:46:28.379Z | Compiling slab v0.4.9 |
1243 | 2024-12-19T19:46:28.517Z | Compiling prettyplease v0.2.25 |
1244 | 2024-12-19T19:46:28.856Z | Compiling minimal-lexical v0.2.1 |
1245 | 2024-12-19T19:46:29.188Z | Compiling libloading v0.8.5 |
1246 | 2024-12-19T19:46:29.297Z | Compiling clang-sys v1.8.1 |
1247 | 2024-12-19T19:46:29.315Z | Compiling nom v7.1.3 |
1248 | 2024-12-19T19:46:29.406Z | Compiling home v0.5.9 |
1249 | 2024-12-19T19:46:29.613Z | Compiling serde_json v1.0.132 |
1250 | 2024-12-19T19:46:29.682Z | Compiling bindgen v0.69.5 |
1251 | 2024-12-19T19:46:29.946Z | Compiling itertools v0.12.1 |
1252 | 2024-12-19T19:46:30.552Z | Compiling futures-channel v0.3.31 |
1253 | 2024-12-19T19:46:30.710Z | Compiling allocator-api2 v0.2.18 |
1254 | 2024-12-19T19:46:30.962Z | Compiling futures-task v0.3.31 |
1255 | 2024-12-19T19:46:31.269Z | Compiling futures-io v0.3.31 |
1256 | 2024-12-19T19:46:31.547Z | Compiling regex-automata v0.4.8 |
1257 | 2024-12-19T19:46:31.616Z | Compiling rustc-hash v1.1.0 |
1258 | 2024-12-19T19:46:31.774Z | Compiling foldhash v0.1.3 |
1259 | 2024-12-19T19:46:32.099Z | Compiling lazycell v1.3.0 |
1260 | 2024-12-19T19:46:32.278Z | Compiling pin-utils v0.1.0 |
1261 | 2024-12-19T19:46:32.377Z | Compiling hashbrown v0.15.1 |
1262 | 2024-12-19T19:46:33.124Z | Compiling synstructure v0.13.1 |
1263 | 2024-12-19T19:46:33.407Z | Compiling cexpr v0.6.0 |
1264 | 2024-12-19T19:46:33.778Z | Compiling cmake v0.1.51 |
1265 | 2024-12-19T19:46:34.756Z | Compiling fs_extra v1.3.0 |
1266 | 2024-12-19T19:46:34.855Z | Compiling tinyvec_macros v0.1.1 |
1267 | 2024-12-19T19:46:34.872Z | Compiling libm v0.2.8 |
1268 | 2024-12-19T19:46:34.950Z | Compiling litemap v0.7.3 |
1269 | 2024-12-19T19:46:35.224Z | Compiling writeable v0.5.5 |
1270 | 2024-12-19T19:46:35.286Z | Compiling dunce v1.0.5 |
1271 | 2024-12-19T19:46:35.375Z | Compiling pkg-config v0.3.31 |
1272 | 2024-12-19T19:46:35.419Z | Compiling tinyvec v1.8.0 |
1273 | 2024-12-19T19:46:35.444Z | Compiling num-traits v0.2.19 |
1274 | 2024-12-19T19:46:35.965Z | Compiling ring v0.17.8 |
1275 | 2024-12-19T19:46:36.427Z | Compiling icu_locid_transform_data v1.5.0 |
1276 | 2024-12-19T19:46:36.535Z | Compiling paste v1.0.15 |
1277 | 2024-12-19T19:46:36.956Z | Compiling unicode-normalization v0.1.24 |
1278 | 2024-12-19T19:46:37.001Z | Compiling unicode-bidi v0.3.17 |
1279 | 2024-12-19T19:46:37.036Z | Compiling base64ct v1.6.0 |
1280 | 2024-12-19T19:46:37.237Z | Compiling regex v1.11.1 |
1281 | 2024-12-19T19:46:37.707Z | Compiling pem-rfc7468 v0.7.0 |
1282 | 2024-12-19T19:46:38.325Z | Compiling flagset v0.4.6 |
1283 | 2024-12-19T19:46:38.390Z | Compiling aws-lc-rs v1.10.0 |
1284 | 2024-12-19T19:46:38.421Z | Compiling icu_properties_data v1.5.0 |
1285 | 2024-12-19T19:46:38.527Z | Compiling percent-encoding v2.3.1 |
1286 | 2024-12-19T19:46:38.662Z | Compiling httparse v1.9.5 |
1287 | 2024-12-19T19:46:38.898Z | Compiling tracing-core v0.1.32 |
1288 | 2024-12-19T19:46:39.511Z | Compiling utf8_iter v1.0.4 |
1289 | 2024-12-19T19:46:39.770Z | Compiling write16 v1.0.0 |
1290 | 2024-12-19T19:46:39.905Z | Compiling rustls-pki-types v1.9.0 |
1291 | 2024-12-19T19:46:40.032Z | Compiling icu_normalizer_data v1.5.0 |
1292 | 2024-12-19T19:46:40.153Z | Compiling crossbeam-utils v0.8.20 |
1293 | 2024-12-19T19:46:40.171Z | Compiling utf16_iter v1.0.5 |
1294 | 2024-12-19T19:46:40.226Z | Compiling serde_derive v1.0.215 |
1295 | 2024-12-19T19:46:40.345Z | Compiling zeroize_derive v1.4.2 |
1296 | 2024-12-19T19:46:40.371Z | Compiling zerocopy-derive v0.7.35 |
1297 | 2024-12-19T19:46:40.747Z | Compiling zerofrom-derive v0.1.4 |
1298 | 2024-12-19T19:46:41.061Z | Compiling tokio-macros v2.4.0 |
1299 | 2024-12-19T19:46:41.990Z | Compiling zeroize v1.8.1 |
1300 | 2024-12-19T19:46:42.359Z | Compiling yoke-derive v0.7.4 |
1301 | 2024-12-19T19:46:42.659Z | Compiling zerocopy v0.7.35 |
1302 | 2024-12-19T19:46:42.684Z | Compiling zerovec-derive v0.10.3 |
1303 | 2024-12-19T19:46:42.968Z | Compiling displaydoc v0.2.5 |
1304 | 2024-12-19T19:46:43.727Z | Compiling crypto-common v0.1.6 |
1305 | 2024-12-19T19:46:43.988Z | Compiling block-buffer v0.10.4 |
1306 | 2024-12-19T19:46:44.274Z | Compiling digest v0.10.7 |
1307 | 2024-12-19T19:46:44.348Z | Compiling thiserror-impl v1.0.69 |
1308 | 2024-12-19T19:46:44.930Z | Compiling hmac v0.12.1 |
1309 | 2024-12-19T19:46:44.937Z | Compiling futures-macro v0.3.31 |
1310 | 2024-12-19T19:46:44.937Z | Compiling block-padding v0.3.3 |
1311 | 2024-12-19T19:46:44.937Z | Compiling zerofrom v0.1.4 |
1312 | 2024-12-19T19:46:44.997Z | Compiling icu_provider_macros v1.5.0 |
1313 | 2024-12-19T19:46:45.141Z | Compiling inout v0.1.3 |
1314 | 2024-12-19T19:46:45.176Z | Compiling sha2 v0.10.8 |
1315 | 2024-12-19T19:46:45.433Z | Compiling cipher v0.4.4 |
1316 | 2024-12-19T19:46:45.532Z | Compiling yoke v0.7.4 |
1317 | 2024-12-19T19:46:45.534Z | Compiling ppv-lite86 v0.2.20 |
1318 | 2024-12-19T19:46:45.939Z | Compiling zerovec v0.10.4 |
1319 | 2024-12-19T19:46:46.010Z | Compiling der_derive v0.7.3 |
1320 | 2024-12-19T19:46:46.247Z | Compiling tracing-attributes v0.1.27 |
1321 | 2024-12-19T19:46:46.422Z | Compiling rand_chacha v0.3.1 |
1322 | 2024-12-19T19:46:46.845Z | Compiling futures-util v0.3.31 |
1323 | 2024-12-19T19:46:47.993Z | Compiling thiserror v1.0.69 |
1324 | 2024-12-19T19:46:48.138Z | Compiling tinystr v0.7.6 |
1325 | 2024-12-19T19:46:48.262Z | Compiling icu_collections v1.5.0 |
1326 | 2024-12-19T19:46:48.594Z | Compiling icu_locid v1.5.0 |
1327 | 2024-12-19T19:46:48.614Z | Compiling der v0.7.9 |
1328 | 2024-12-19T19:46:48.803Z | Compiling pest v2.7.14 |
1329 | 2024-12-19T19:46:48.881Z | Compiling rand v0.8.5 |
1330 | 2024-12-19T19:46:49.750Z | Compiling salsa20 v0.10.2 |
1331 | 2024-12-19T19:46:49.999Z | Compiling icu_provider v1.5.0 |
1332 | 2024-12-19T19:46:50.252Z | Compiling tracing v0.1.40 |
1333 | 2024-12-19T19:46:50.787Z | Compiling icu_locid_transform v1.5.0 |
1334 | 2024-12-19T19:46:51.116Z | Compiling spki v0.7.3 |
1335 | 2024-12-19T19:46:51.162Z | Compiling pbkdf2 v0.12.2 |
1336 | 2024-12-19T19:46:51.337Z | Compiling time-core v0.1.2 |
1337 | 2024-12-19T19:46:51.514Z | Compiling untrusted v0.7.1 |
1338 | 2024-12-19T19:46:51.532Z | Compiling vcpkg v0.2.15 |
1339 | 2024-12-19T19:46:51.709Z | Compiling powerfmt v0.2.0 |
1340 | 2024-12-19T19:46:51.973Z | Compiling num-conv v0.1.0 |
1341 | 2024-12-19T19:46:51.976Z | Compiling mirai-annotations v1.12.0 |
1342 | 2024-12-19T19:46:52.108Z | Compiling icu_properties v1.5.1 |
1343 | 2024-12-19T19:46:52.159Z | Compiling untrusted v0.9.0 |
1344 | 2024-12-19T19:46:52.180Z | Compiling deranged v0.3.11 |
1345 | 2024-12-19T19:46:52.272Z | Compiling time-macros v0.2.18 |
1346 | 2024-12-19T19:46:53.163Z | Compiling pest_meta v2.7.14 |
1347 | 2024-12-19T19:46:53.580Z | Compiling scrypt v0.11.0 |
1348 | 2024-12-19T19:46:53.832Z | Compiling openssl-sys v0.9.103 |
1349 | 2024-12-19T19:46:54.204Z | Compiling aes v0.8.4 |
1350 | 2024-12-19T19:46:55.070Z | Compiling bitflags v2.6.0 |
1351 | 2024-12-19T19:46:55.256Z | Compiling bytes v1.8.0 |
1352 | 2024-12-19T19:46:55.622Z | Compiling indexmap v2.6.0 |
1353 | 2024-12-19T19:46:56.184Z | Compiling tokio v1.40.0 |
1354 | 2024-12-19T19:46:56.526Z | Compiling http v1.1.0 |
1355 | 2024-12-19T19:46:57.105Z | Compiling icu_normalizer v1.5.0 |
1356 | 2024-12-19T19:46:57.170Z | Compiling semver v1.0.23 |
1357 | 2024-12-19T19:46:57.189Z | Compiling cbc v0.1.2 |
1358 | 2024-12-19T19:46:57.438Z | Compiling scroll_derive v0.12.0 |
1359 | 2024-12-19T19:46:57.970Z | Compiling rustc_version v0.4.1 |
1360 | 2024-12-19T19:46:58.535Z | Compiling idna_adapter v1.2.0 |
1361 | 2024-12-19T19:46:58.775Z | Compiling form_urlencoded v1.2.1 |
1362 | 2024-12-19T19:46:58.817Z | Compiling atomic-waker v1.1.2 |
1363 | 2024-12-19T19:46:58.885Z | Compiling num_threads v0.1.7 |
1364 | 2024-12-19T19:46:58.985Z | Compiling time v0.3.36 |
1365 | 2024-12-19T19:46:59.009Z | Compiling idna v1.0.3 |
1366 | 2024-12-19T19:46:59.036Z | Compiling http-body v1.0.1 |
1367 | 2024-12-19T19:46:59.055Z | Compiling scroll v0.12.0 |
1368 | 2024-12-19T19:46:59.072Z | Compiling pkcs5 v0.7.1 |
1369 | 2024-12-19T19:46:59.266Z | Compiling pest_generator v2.7.14 |
1370 | 2024-12-19T19:46:59.298Z | Compiling try-lock v0.2.5 |
1371 | 2024-12-19T19:46:59.450Z | Compiling which v4.4.2 |
1372 | 2024-12-19T19:46:59.600Z | Compiling slog v2.7.0 |
1373 | 2024-12-19T19:47:00.234Z | Compiling pkcs8 v0.10.2 |
1374 | 2024-12-19T19:47:00.398Z | Compiling url v2.5.3 |
1375 | 2024-12-19T19:47:00.848Z | Compiling goblin v0.8.2 |
1376 | 2024-12-19T19:47:00.989Z | Compiling want v0.3.1 |
1377 | 2024-12-19T19:47:01.011Z | Compiling httpdate v1.0.3 |
1378 | 2024-12-19T19:47:01.417Z | Compiling pest_derive v2.7.14 |
1379 | 2024-12-19T19:47:01.484Z | Compiling serde_spanned v0.6.8 |
1380 | 2024-12-19T19:47:01.736Z | Compiling toml_datetime v0.6.8 |
1381 | 2024-12-19T19:47:02.158Z | Compiling serde_tokenstream v0.2.2 |
1382 | 2024-12-19T19:47:02.237Z | Compiling dtrace-parser v0.2.0 |
1383 | 2024-12-19T19:47:02.273Z | Compiling uuid v1.11.0 |
1384 | 2024-12-19T19:47:02.426Z | Compiling base64 v0.22.1 |
1385 | 2024-12-19T19:47:02.813Z | Compiling tower-service v0.3.3 |
1386 | 2024-12-19T19:47:02.950Z | Compiling adler2 v2.0.0 |
1387 | 2024-12-19T19:47:03.175Z | Compiling openssl v0.10.66 |
1388 | 2024-12-19T19:47:03.236Z | Compiling rustversion v1.0.17 |
1389 | 2024-12-19T19:47:03.607Z | Compiling foreign-types-shared v0.1.1 |
1390 | 2024-12-19T19:47:03.729Z | Compiling iana-time-zone v0.1.61 |
1391 | 2024-12-19T19:47:03.752Z | Compiling match_cfg v0.1.0 |
1392 | 2024-12-19T19:47:03.854Z | Compiling hostname v0.3.1 |
1393 | 2024-12-19T19:47:04.036Z | Compiling chrono v0.4.38 |
1394 | 2024-12-19T19:47:04.110Z | Compiling foreign-types v0.3.2 |
1395 | 2024-12-19T19:47:04.210Z | Compiling miniz_oxide v0.8.0 |
1396 | 2024-12-19T19:47:04.408Z | Compiling async-trait v0.1.83 |
1397 | 2024-12-19T19:47:04.427Z | Compiling openssl-macros v0.1.1 |
1398 | 2024-12-19T19:47:05.263Z | Compiling tokio-util v0.7.12 |
1399 | 2024-12-19T19:47:05.744Z | Compiling dirs-sys-next v0.1.2 |
1400 | 2024-12-19T19:47:05.824Z | Compiling siphasher v0.3.11 |
1401 | 2024-12-19T19:47:06.219Z | Compiling syn v1.0.109 |
1402 | 2024-12-19T19:47:06.403Z | Compiling h2 v0.4.6 |
1403 | 2024-12-19T19:47:06.758Z | Compiling dof v0.3.0 |
1404 | 2024-12-19T19:47:06.853Z | Compiling native-tls v0.2.12 |
1405 | 2024-12-19T19:47:07.187Z | Compiling rustls v0.23.14 |
1406 | 2024-12-19T19:47:07.289Z | Compiling data-encoding v2.6.0 |
1407 | 2024-12-19T19:47:07.446Z | Compiling rustls v0.22.4 |
1408 | 2024-12-19T19:47:07.712Z | Compiling usdt-impl v0.5.0 |
1409 | 2024-12-19T19:47:08.023Z | Compiling dirs-next v2.0.0 |
1410 | 2024-12-19T19:47:09.409Z | Compiling http-body-util v0.1.2 |
1411 | 2024-12-19T19:47:09.759Z | Compiling heapless v0.7.17 |
1412 | 2024-12-19T19:47:09.972Z | Compiling crossbeam-epoch v0.9.18 |
1413 | 2024-12-19T19:47:10.215Z | Compiling sha1 v0.10.6 |
1414 | 2024-12-19T19:47:10.444Z | Compiling signature v2.2.0 |
1415 | 2024-12-19T19:47:10.673Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2024-12-19T19:47:10.771Z | Compiling serde_derive_internals v0.29.1 |
1417 | 2024-12-19T19:47:10.806Z | Compiling thread_local v1.1.8 |
1418 | 2024-12-19T19:47:11.163Z | Compiling multer v3.1.0 |
1419 | 2024-12-19T19:47:11.372Z | Compiling encoding_rs v0.8.34 |
1420 | 2024-12-19T19:47:11.427Z | Compiling cookie v0.18.1 |
1421 | 2024-12-19T19:47:11.446Z | Compiling openssl-probe v0.1.5 |
1422 | 2024-12-19T19:47:11.704Z | Compiling schemars v0.8.21 |
1423 | 2024-12-19T19:47:11.822Z | Compiling signal-hook v0.3.17 |
1424 | 2024-12-19T19:47:12.051Z | Compiling rayon-core v1.12.1 |
1425 | 2024-12-19T19:47:12.091Z | Compiling slog-async v2.8.0 |
1426 | 2024-12-19T19:47:12.320Z | Compiling mime v0.3.17 |
1427 | 2024-12-19T19:47:12.366Z | Compiling gimli v0.31.1 |
1428 | 2024-12-19T19:47:12.658Z | Compiling unicode-properties v0.1.3 |
1429 | 2024-12-19T19:47:12.923Z | Compiling ipnet v2.10.1 |
1430 | 2024-12-19T19:47:13.080Z | Compiling stringprep v0.1.5 |
1431 | 2024-12-19T19:47:13.522Z | Compiling schemars_derive v0.8.21 |
1432 | 2024-12-19T19:47:14.181Z | Compiling hyper v1.5.0 |
1433 | 2024-12-19T19:47:15.240Z | Compiling toml_edit v0.22.22 |
1434 | 2024-12-19T19:47:16.226Z | Compiling usdt-macro v0.5.0 |
1435 | 2024-12-19T19:47:17.242Z | Compiling hyper-util v0.1.10 |
1436 | 2024-12-19T19:47:17.449Z | Compiling addr2line v0.24.2 |
1437 | 2024-12-19T19:47:17.647Z | Compiling usdt-attr-macro v0.5.0 |
1438 | 2024-12-19T19:47:18.022Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2024-12-19T19:47:18.166Z | Compiling term v0.7.0 |
1440 | 2024-12-19T19:47:18.522Z | Compiling slog-json v2.6.1 |
1441 | 2024-12-19T19:47:18.910Z | Compiling serde_urlencoded v0.7.1 |
1442 | 2024-12-19T19:47:19.114Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2024-12-19T19:47:19.373Z | Compiling crossbeam-channel v0.5.13 |
1444 | 2024-12-19T19:47:19.427Z | Compiling futures-executor v0.3.31 |
1445 | 2024-12-19T19:47:19.561Z | Compiling enum-as-inner v0.6.1 |
1446 | 2024-12-19T19:47:19.732Z | Compiling md-5 v0.10.6 |
1447 | 2024-12-19T19:47:19.985Z | Compiling rustls-pemfile v2.2.0 |
1448 | 2024-12-19T19:47:20.005Z | Compiling async-stream-impl v0.3.6 |
1449 | 2024-12-19T19:47:20.384Z | Compiling num-integer v0.1.46 |
1450 | 2024-12-19T19:47:20.405Z | Compiling idna v0.4.0 |
1451 | 2024-12-19T19:47:20.591Z | Compiling idna v0.3.0 |
1452 | 2024-12-19T19:47:20.758Z | Compiling hash32 v0.2.1 |
1453 | 2024-12-19T19:47:21.166Z | Compiling ff v0.13.0 |
1454 | 2024-12-19T19:47:21.192Z | Compiling is-terminal v0.4.13 |
1455 | 2024-12-19T19:47:21.332Z | Compiling object v0.36.5 |
1456 | 2024-12-19T19:47:21.404Z | Compiling dropshot v0.12.0 |
1457 | 2024-12-19T19:47:21.472Z | Compiling fallible-iterator v0.2.0 |
1458 | 2024-12-19T19:47:21.694Z | Compiling utf-8 v0.7.6 |
1459 | 2024-12-19T19:47:22.042Z | Compiling anyhow v1.0.93 |
1460 | 2024-12-19T19:47:22.087Z | Compiling base16ct v0.2.0 |
1461 | 2024-12-19T19:47:22.237Z | Compiling psl-types v2.0.11 |
1462 | 2024-12-19T19:47:22.323Z | Compiling dyn-clone v1.0.17 |
1463 | 2024-12-19T19:47:22.411Z | Compiling take_mut v0.2.2 |
1464 | 2024-12-19T19:47:22.443Z | Compiling linked-hash-map v0.5.6 |
1465 | 2024-12-19T19:47:22.559Z | Compiling smoltcp v0.9.1 |
1466 | 2024-12-19T19:47:22.580Z | Compiling num-bigint-dig v0.8.4 |
1467 | 2024-12-19T19:47:22.689Z | Compiling quick-error v1.2.3 |
1468 | 2024-12-19T19:47:22.822Z | Compiling rustc-demangle v0.1.24 |
1469 | 2024-12-19T19:47:22.842Z | Compiling portable-atomic v1.9.0 |
1470 | 2024-12-19T19:47:22.888Z | Compiling resolv-conf v0.7.0 |
1471 | 2024-12-19T19:47:23.337Z | Compiling lru-cache v0.1.2 |
1472 | 2024-12-19T19:47:23.915Z | Compiling publicsuffix v2.2.3 |
1473 | 2024-12-19T19:47:23.946Z | Compiling sec1 v0.7.3 |
1474 | 2024-12-19T19:47:24.038Z | Compiling postgres-protocol v0.6.7 |
1475 | 2024-12-19T19:47:24.183Z | Compiling tungstenite v0.24.0 |
1476 | 2024-12-19T19:47:24.615Z | Compiling async-stream v0.3.6 |
1477 | 2024-12-19T19:47:24.913Z | Compiling group v0.13.0 |
1478 | 2024-12-19T19:47:24.932Z | Compiling slog-term v2.9.1 |
1479 | 2024-12-19T19:47:25.295Z | Compiling hickory-proto v0.24.1 |
1480 | 2024-12-19T19:47:25.408Z | Compiling usdt v0.5.0 |
1481 | 2024-12-19T19:47:26.309Z | Compiling num-iter v0.1.45 |
1482 | 2024-12-19T19:47:26.631Z | Compiling futures v0.3.31 |
1483 | 2024-12-19T19:47:26.760Z | Compiling slog-bunyan v2.5.0 |
1484 | 2024-12-19T19:47:26.820Z | Compiling toml v0.8.19 |
1485 | 2024-12-19T19:47:28.436Z | Compiling camino v1.1.9 |
1486 | 2024-12-19T19:47:28.829Z | Compiling tokio-native-tls v0.3.1 |
1487 | 2024-12-19T19:47:29.075Z | Compiling backtrace v0.3.74 |
1488 | 2024-12-19T19:47:29.130Z | Compiling phf_shared v0.11.2 |
1489 | 2024-12-19T19:47:29.429Z | Compiling dropshot_endpoint v0.12.0 |
1490 | 2024-12-19T19:47:29.541Z | Compiling terminal_size v0.4.0 |
1491 | 2024-12-19T19:47:29.691Z | Compiling waitgroup v0.1.2 |
1492 | 2024-12-19T19:47:29.746Z | Compiling openapiv3 v2.0.0 |
1493 | 2024-12-19T19:47:29.763Z | Compiling serde_path_to_error v0.1.16 |
1494 | 2024-12-19T19:47:29.915Z | Compiling hkdf v0.12.4 |
1495 | 2024-12-19T19:47:30.194Z | Compiling crypto-bigint v0.5.5 |
1496 | 2024-12-19T19:47:30.693Z | Compiling webpki-roots v0.26.6 |
1497 | 2024-12-19T19:47:30.947Z | Compiling zerocopy-derive v0.6.6 |
1498 | 2024-12-19T19:47:32.966Z | Compiling hubpack_derive v0.1.1 |
1499 | 2024-12-19T19:47:32.992Z | Compiling curve25519-dalek-derive v0.1.1 |
1500 | 2024-12-19T19:47:33.302Z | Compiling idna v0.5.0 |
1501 | 2024-12-19T19:47:33.909Z | Compiling hostname v0.4.0 |
1502 | 2024-12-19T19:47:34.193Z | Compiling crc32fast v1.4.2 |
1503 | 2024-12-19T19:47:34.380Z | Compiling ahash v0.8.11 |
1504 | 2024-12-19T19:47:34.448Z | Compiling fs-err v2.11.0 |
1505 | 2024-12-19T19:47:34.530Z | Compiling debug-ignore v1.0.5 |
1506 | 2024-12-19T19:47:34.553Z | Compiling bitflags v1.3.2 |
1507 | 2024-12-19T19:47:34.661Z | Compiling winnow v0.5.40 |
1508 | 2024-12-19T19:47:34.689Z | Compiling managed v0.8.0 |
1509 | 2024-12-19T19:47:34.732Z | Compiling strum_macros v0.25.3 |
1510 | 2024-12-19T19:47:34.898Z | Compiling clap_builder v4.5.21 |
1511 | 2024-12-19T19:47:35.094Z | Compiling console v0.15.8 |
1512 | 2024-12-19T19:47:36.644Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-19T19:47:36.808Z | Compiling cookie_store v0.21.0 |
1514 | 2024-12-19T19:47:37.454Z | Compiling hubpack v0.1.2 |
1515 | 2024-12-19T19:47:37.671Z | Compiling elliptic-curve v0.13.8 |
1516 | 2024-12-19T19:47:37.919Z | Compiling zerocopy v0.6.6 |
1517 | 2024-12-19T19:47:38.426Z | Compiling toml_edit v0.19.15 |
1518 | 2024-12-19T19:47:38.528Z | Compiling hickory-resolver v0.24.1 |
1519 | 2024-12-19T19:47:38.794Z | Compiling phf v0.11.2 |
1520 | 2024-12-19T19:47:39.095Z | Compiling hyper-tls v0.6.0 |
1521 | 2024-12-19T19:47:39.155Z | Compiling signal-hook-mio v0.2.4 |
1522 | 2024-12-19T19:47:39.334Z | Compiling rayon v1.10.0 |
1523 | 2024-12-19T19:47:39.544Z | Compiling bzip2 v0.4.4 |
1524 | 2024-12-19T19:47:39.967Z | Compiling tokio-tungstenite v0.24.0 |
1525 | 2024-12-19T19:47:40.573Z | Compiling postgres-types v0.2.8 |
1526 | 2024-12-19T19:47:43.657Z | Compiling ed25519 v2.2.3 |
1527 | 2024-12-19T19:47:44.339Z | Compiling tokio-stream v0.1.16 |
1528 | 2024-12-19T19:47:44.590Z | Compiling phf_shared v0.10.0 |
1529 | 2024-12-19T19:47:44.715Z | Compiling pkcs1 v0.7.5 |
1530 | 2024-12-19T19:47:45.037Z | Compiling serde-big-array v0.5.1 |
1531 | 2024-12-19T19:47:45.308Z | Compiling clap_derive v4.5.18 |
1532 | 2024-12-19T19:47:45.487Z | Compiling rfc6979 v0.4.0 |
1533 | 2024-12-19T19:47:45.616Z | Compiling serde_repr v0.1.19 |
1534 | 2024-12-19T19:47:45.665Z | Compiling derive-where v1.2.7 |
1535 | 2024-12-19T19:47:45.693Z | Compiling float-cmp v0.9.0 |
1536 | 2024-12-19T19:47:45.759Z | Compiling bstr v1.10.0 |
1537 | 2024-12-19T19:47:45.928Z | Compiling sync_wrapper v1.0.1 |
1538 | 2024-12-19T19:47:46.096Z | Compiling fixedbitset v0.4.2 |
1539 | 2024-12-19T19:47:46.585Z | Compiling predicates-core v1.0.8 |
1540 | 2024-12-19T19:47:46.827Z | Compiling precomputed-hash v0.1.1 |
1541 | 2024-12-19T19:47:46.864Z | Compiling unicode-segmentation v1.12.0 |
1542 | 2024-12-19T19:47:46.940Z | Compiling whoami v1.5.2 |
1543 | 2024-12-19T19:47:46.960Z | Compiling bit-vec v0.6.3 |
1544 | 2024-12-19T19:47:47.458Z | Compiling difflib v0.4.0 |
1545 | 2024-12-19T19:47:47.589Z | Compiling number_prefix v0.4.0 |
1546 | 2024-12-19T19:47:47.624Z | Compiling normalize-line-endings v0.3.0 |
1547 | 2024-12-19T19:47:47.758Z | Compiling new_debug_unreachable v1.0.6 |
1548 | 2024-12-19T19:47:47.804Z | Compiling static_assertions v1.1.0 |
1549 | 2024-12-19T19:47:47.833Z | Compiling unicode-width v0.2.0 |
1550 | 2024-12-19T19:47:47.862Z | Compiling string_cache v0.8.7 |
1551 | 2024-12-19T19:47:47.910Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1552 | 2024-12-19T19:47:48.353Z | Compiling indicatif v0.17.9 |
1553 | 2024-12-19T19:47:48.391Z | Compiling predicates v3.1.2 |
1554 | 2024-12-19T19:47:49.143Z | Compiling similar v2.6.0 |
1555 | 2024-12-19T19:47:49.460Z | Compiling bit-set v0.5.3 |
1556 | 2024-12-19T19:47:49.776Z | Compiling tokio-postgres v0.7.12 |
1557 | 2024-12-19T19:47:50.251Z | Compiling petgraph v0.6.5 |
1558 | 2024-12-19T19:47:50.598Z | Compiling clap v4.5.21 |
1559 | 2024-12-19T19:47:50.721Z | Compiling ecdsa v0.16.9 |
1560 | 2024-12-19T19:47:50.737Z | Compiling rsa v0.9.6 |
1561 | 2024-12-19T19:47:51.639Z | Compiling ed25519-dalek v2.1.1 |
1562 | 2024-12-19T19:47:51.736Z | Compiling toml v0.7.8 |
1563 | 2024-12-19T19:47:53.010Z | Compiling zip v0.6.6 |
1564 | 2024-12-19T19:47:53.547Z | Compiling crossterm v0.28.1 |
1565 | 2024-12-19T19:47:54.883Z | Compiling hex v0.4.3 |
1566 | 2024-12-19T19:47:55.220Z | Compiling x509-cert v0.2.5 |
1567 | 2024-12-19T19:47:55.280Z | Compiling itertools v0.10.5 |
1568 | 2024-12-19T19:47:55.525Z | Compiling peg-runtime v0.8.3 |
1569 | 2024-12-19T19:47:55.543Z | Compiling lalrpop-util v0.19.12 |
1570 | 2024-12-19T19:47:55.843Z | Compiling unicode-xid v0.2.6 |
1571 | 2024-12-19T19:47:55.911Z | Compiling strum_macros v0.26.4 |
1572 | 2024-12-19T19:47:56.017Z | Compiling xattr v1.3.1 |
1573 | 2024-12-19T19:47:56.214Z | Compiling filetime v0.2.25 |
1574 | 2024-12-19T19:47:56.556Z | Compiling tar v0.4.42 |
1575 | 2024-12-19T19:48:01.104Z | Compiling strum v0.26.3 |
1576 | 2024-12-19T19:48:03.975Z | Compiling aws-lc-sys v0.22.0 |
1577 | 2024-12-19T19:48:33.291Z | Compiling rustls-webpki v0.102.8 |
1578 | 2024-12-19T19:48:36.906Z | Compiling tokio-rustls v0.25.0 |
1579 | 2024-12-19T19:48:38.685Z | Compiling tokio-rustls v0.26.0 |
1580 | 2024-12-19T19:48:39.101Z | Compiling hyper-rustls v0.27.3 |
1581 | 2024-12-19T19:48:39.472Z | Compiling reqwest v0.12.9 |
1582 | 2024-12-19T19:48:40.771Z | Compiling qorb v0.2.1 |
1583 | 2024-12-19T19:48:45.696Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1584 | 2024-12-19T19:48:45.950Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1585 | 2024-12-19T19:48:52.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1586 | 2024-12-19T19:48:52.223Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1587 | 2024-12-19T19:48:52.271Z | Dec 19 19:48:51.285 INFO Starting download, target: Cockroach |
1588 | 2024-12-19T19:48:52.271Z | Dec 19 19:48:51.285 INFO Starting download, target: Console |
1589 | 2024-12-19T19:48:52.271Z | Dec 19 19:48:51.285 INFO Starting download, target: Clickhouse |
1590 | 2024-12-19T19:48:52.271Z | Dec 19 19:48:51.285 INFO Starting download, target: DendriteOpenapi |
1591 | 2024-12-19T19:48:52.271Z | Dec 19 19:48:51.285 INFO Starting download, target: DendriteStub |
1592 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.285 INFO Starting download, target: MaghemiteMgd |
1593 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.285 INFO Starting download, target: TransceiverControl |
1594 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.286 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1595 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.286 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1596 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.286 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1597 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.286 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1598 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.286 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1599 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.286 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1600 | 2024-12-19T19:48:52.274Z | Dec 19 19:48:51.286 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1601 | 2024-12-19T19:48:52.453Z | Dec 19 19:48:51.461 INFO Download complete, target: DendriteOpenapi |
1602 | 2024-12-19T19:48:52.606Z | Dec 19 19:48:51.610 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1603 | 2024-12-19T19:48:52.703Z | Dec 19 19:48:51.715 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1604 | 2024-12-19T19:48:53.027Z | Dec 19 19:48:52.030 INFO Download complete, target: Console |
1605 | 2024-12-19T19:48:53.054Z | Dec 19 19:48:52.049 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1606 | 2024-12-19T19:48:53.170Z | Dec 19 19:48:52.184 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1607 | 2024-12-19T19:48:53.228Z | Dec 19 19:48:52.241 INFO Download complete, target: TransceiverControl |
1608 | 2024-12-19T19:48:53.800Z | Dec 19 19:48:52.814 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1609 | 2024-12-19T19:48:53.800Z | Dec 19 19:48:52.814 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1610 | 2024-12-19T19:48:54.645Z | Dec 19 19:48:53.659 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1611 | 2024-12-19T19:48:56.038Z | Dec 19 19:48:55.051 INFO Download complete, target: DendriteStub |
1612 | 2024-12-19T19:48:56.105Z | Dec 19 19:48:55.119 INFO Download complete, target: MaghemiteMgd |
1613 | 2024-12-19T19:49:01.063Z | Dec 19 19:49:00.076 INFO Checking that binary works, target: Cockroach |
1614 | 2024-12-19T19:49:01.235Z | Dec 19 19:49:00.248 INFO Download complete, target: Cockroach |
1615 | 2024-12-19T19:49:06.689Z | Dec 19 19:49:05.701 INFO Checking that binary works, target: Clickhouse |
1616 | 2024-12-19T19:49:06.837Z | Dec 19 19:49:05.848 INFO Download complete, target: Clickhouse |
1617 | 2024-12-19T19:49:06.844Z | All prerequisites installed successfully |
1618 | 2024-12-19T19:49:06.847Z | |
1619 | 2024-12-19T19:49:06.847Z | real 4:48.340817492 |
1620 | 2024-12-19T19:49:06.847Z | user 16:57.800813042 |
1621 | 2024-12-19T19:49:06.847Z | sys 3:14.382858748 |
1622 | 2024-12-19T19:49:06.847Z | trap 0.556884197 |
1623 | 2024-12-19T19:49:06.847Z | tflt 1.584486756 |
1624 | 2024-12-19T19:49:06.847Z | dflt 2.143871339 |
1625 | 2024-12-19T19:49:06.847Z | kflt 0.026002731 |
1626 | 2024-12-19T19:49:06.847Z | lock 33:28.796073467 |
1627 | 2024-12-19T19:49:06.847Z | slp 1:03:16.969322678 |
1628 | 2024-12-19T19:49:06.847Z | lat 55.344941038 |
1629 | 2024-12-19T19:49:06.847Z | stop 2:12.905918107 |
1630 | 2024-12-19T19:49:06.847Z | + source ./tools/include/force-git-over-https.sh |
1631 | 2024-12-19T19:49:06.847Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1632 | 2024-12-19T19:49:06.847Z | ++ (( i = 0 )) |
1633 | 2024-12-19T19:49:06.847Z | ++ (( i < 5 )) |
1634 | 2024-12-19T19:49:06.847Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1635 | 2024-12-19T19:49:06.849Z | ++ (( i++ )) |
1636 | 2024-12-19T19:49:06.850Z | ++ (( i < 5 )) |
1637 | 2024-12-19T19:49:06.852Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1638 | 2024-12-19T19:49:06.854Z | ++ (( i++ )) |
1639 | 2024-12-19T19:49:06.854Z | ++ (( i < 5 )) |
1640 | 2024-12-19T19:49:06.854Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1641 | 2024-12-19T19:49:06.856Z | ++ (( i++ )) |
1642 | 2024-12-19T19:49:06.856Z | ++ (( i < 5 )) |
1643 | 2024-12-19T19:49:06.856Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1644 | 2024-12-19T19:49:06.860Z | ++ (( i++ )) |
1645 | 2024-12-19T19:49:06.860Z | ++ (( i < 5 )) |
1646 | 2024-12-19T19:49:06.860Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1647 | 2024-12-19T19:49:06.862Z | ++ (( i++ )) |
1648 | 2024-12-19T19:49:06.863Z | ++ (( i < 5 )) |
1649 | 2024-12-19T19:49:06.863Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1650 | 2024-12-19T19:49:06.863Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1651 | 2024-12-19T19:49:06.863Z | + rc=0 |
1652 | 2024-12-19T19:49:06.863Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1653 | 2024-12-19T19:49:39.158Z | + case $rc in |
1654 | 2024-12-19T19:49:39.158Z | + pfexec zfs create -p rpool/images/build/host |
1655 | 2024-12-19T19:49:39.398Z | + pfexec zfs create -p rpool/images/build/recovery |
1656 | 2024-12-19T19:49:39.485Z | + cargo xtask releng --output-dir /work |
1657 | 2024-12-19T19:49:40.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1658 | 2024-12-19T19:49:40.065Z | Running `target/debug/xtask releng --output-dir /work` |
1659 | 2024-12-19T19:49:41.063Z | Compiling proc-macro2 v1.0.89 |
1660 | 2024-12-19T19:49:41.063Z | Compiling unicode-ident v1.0.13 |
1661 | 2024-12-19T19:49:41.063Z | Compiling libc v0.2.162 |
1662 | 2024-12-19T19:49:41.066Z | Compiling serde v1.0.215 |
1663 | 2024-12-19T19:49:41.066Z | Compiling autocfg v1.4.0 |
1664 | 2024-12-19T19:49:41.066Z | Compiling version_check v0.9.5 |
1665 | 2024-12-19T19:49:41.066Z | Compiling cfg-if v1.0.0 |
1666 | 2024-12-19T19:49:41.332Z | Compiling memchr v2.7.4 |
1667 | 2024-12-19T19:49:41.407Z | Compiling typenum v1.17.0 |
1668 | 2024-12-19T19:49:41.474Z | Compiling shlex v1.3.0 |
1669 | 2024-12-19T19:49:41.853Z | Compiling generic-array v0.14.7 |
1670 | 2024-12-19T19:49:41.911Z | Compiling value-bag v1.9.0 |
1671 | 2024-12-19T19:49:42.107Z | Compiling lock_api v0.4.12 |
1672 | 2024-12-19T19:49:42.152Z | Compiling scopeguard v1.2.0 |
1673 | 2024-12-19T19:49:42.332Z | Compiling parking_lot_core v0.9.10 |
1674 | 2024-12-19T19:49:42.411Z | Compiling log v0.4.22 |
1675 | 2024-12-19T19:49:42.768Z | Compiling rustix v0.38.37 |
1676 | 2024-12-19T19:49:42.833Z | Compiling serde_json v1.0.132 |
1677 | 2024-12-19T19:49:43.142Z | Compiling quote v1.0.37 |
1678 | 2024-12-19T19:49:43.172Z | Compiling libm v0.2.8 |
1679 | 2024-12-19T19:49:43.256Z | Compiling num-traits v0.2.19 |
1680 | 2024-12-19T19:49:43.420Z | Compiling jobserver v0.1.32 |
1681 | 2024-12-19T19:49:43.508Z | Compiling getrandom v0.2.15 |
1682 | 2024-12-19T19:49:43.545Z | Compiling syn v2.0.87 |
1683 | 2024-12-19T19:49:43.609Z | Compiling thiserror v1.0.69 |
1684 | 2024-12-19T19:49:43.769Z | Compiling cc v1.1.30 |
1685 | 2024-12-19T19:49:43.885Z | Compiling once_cell v1.20.2 |
1686 | 2024-12-19T19:49:43.906Z | Compiling spin v0.9.8 |
1687 | 2024-12-19T19:49:43.960Z | Compiling itoa v1.0.11 |
1688 | 2024-12-19T19:49:44.164Z | Compiling aho-corasick v1.1.3 |
1689 | 2024-12-19T19:49:44.211Z | Compiling regex-syntax v0.8.5 |
1690 | 2024-12-19T19:49:44.309Z | Compiling slab v0.4.9 |
1691 | 2024-12-19T19:49:44.344Z | Compiling smallvec v1.13.2 |
1692 | 2024-12-19T19:49:44.983Z | Compiling errno v0.3.9 |
1693 | 2024-12-19T19:49:45.274Z | Compiling byteorder v1.5.0 |
1694 | 2024-12-19T19:49:45.314Z | Compiling either v1.13.0 |
1695 | 2024-12-19T19:49:45.766Z | Compiling lazy_static v1.5.0 |
1696 | 2024-12-19T19:49:45.796Z | Compiling rand_core v0.6.4 |
1697 | 2024-12-19T19:49:45.956Z | Compiling glob v0.3.1 |
1698 | 2024-12-19T19:49:46.343Z | Compiling subtle v2.6.1 |
1699 | 2024-12-19T19:49:46.454Z | Compiling prettyplease v0.2.25 |
1700 | 2024-12-19T19:49:46.827Z | Compiling minimal-lexical v0.2.1 |
1701 | 2024-12-19T19:49:46.831Z | Compiling clang-sys v1.8.1 |
1702 | 2024-12-19T19:49:46.965Z | Compiling libloading v0.8.5 |
1703 | 2024-12-19T19:49:47.312Z | Compiling nom v7.1.3 |
1704 | 2024-12-19T19:49:47.359Z | Compiling home v0.5.9 |
1705 | 2024-12-19T19:49:47.536Z | Compiling bindgen v0.69.5 |
1706 | 2024-12-19T19:49:48.022Z | Compiling itertools v0.12.1 |
1707 | 2024-12-19T19:49:48.080Z | Compiling regex-automata v0.4.8 |
1708 | 2024-12-19T19:49:49.142Z | Compiling lazycell v1.3.0 |
1709 | 2024-12-19T19:49:49.187Z | Compiling rustc-hash v1.1.0 |
1710 | 2024-12-19T19:49:49.376Z | Compiling cmake v0.1.51 |
1711 | 2024-12-19T19:49:50.417Z | Compiling dunce v1.0.5 |
1712 | 2024-12-19T19:49:50.585Z | Compiling fs_extra v1.3.0 |
1713 | 2024-12-19T19:49:50.753Z | Compiling pkg-config v0.3.31 |
1714 | 2024-12-19T19:49:50.954Z | Compiling cexpr v0.6.0 |
1715 | 2024-12-19T19:49:51.235Z | Compiling semver v1.0.23 |
1716 | 2024-12-19T19:49:51.337Z | Compiling ring v0.17.8 |
1717 | 2024-12-19T19:49:51.765Z | Compiling synstructure v0.13.1 |
1718 | 2024-12-19T19:49:52.060Z | Compiling heck v0.5.0 |
1719 | 2024-12-19T19:49:52.422Z | Compiling ryu v1.0.18 |
1720 | 2024-12-19T19:49:52.621Z | Compiling stable_deref_trait v1.2.0 |
1721 | 2024-12-19T19:49:52.728Z | Compiling paste v1.0.15 |
1722 | 2024-12-19T19:49:52.761Z | Compiling httparse v1.9.5 |
1723 | 2024-12-19T19:49:52.814Z | Compiling aws-lc-rs v1.10.0 |
1724 | 2024-12-19T19:49:53.235Z | Compiling const-oid v0.9.6 |
1725 | 2024-12-19T19:49:53.607Z | Compiling pin-project-lite v0.2.14 |
1726 | 2024-12-19T19:49:53.904Z | Compiling allocator-api2 v0.2.18 |
1727 | 2024-12-19T19:49:54.677Z | Compiling regex v1.11.1 |
1728 | 2024-12-19T19:49:54.908Z | Compiling futures-core v0.3.31 |
1729 | 2024-12-19T19:49:55.224Z | Compiling signal-hook-registry v1.4.2 |
1730 | 2024-12-19T19:49:55.875Z | Compiling crossbeam-utils v0.8.20 |
1731 | 2024-12-19T19:49:55.986Z | Compiling time-core v0.1.2 |
1732 | 2024-12-19T19:49:56.103Z | Compiling num-conv v0.1.0 |
1733 | 2024-12-19T19:49:56.271Z | Compiling parking_lot v0.12.3 |
1734 | 2024-12-19T19:49:56.472Z | Compiling time-macros v0.2.18 |
1735 | 2024-12-19T19:49:56.512Z | Compiling mio v1.0.2 |
1736 | 2024-12-19T19:49:56.867Z | Compiling litemap v0.7.3 |
1737 | 2024-12-19T19:49:57.220Z | Compiling vcpkg v0.2.15 |
1738 | 2024-12-19T19:49:57.338Z | Compiling writeable v0.5.5 |
1739 | 2024-12-19T19:49:57.554Z | Compiling serde_derive v1.0.215 |
1740 | 2024-12-19T19:49:57.996Z | Compiling zeroize_derive v1.4.2 |
1741 | 2024-12-19T19:49:58.401Z | Compiling zerocopy-derive v0.7.35 |
1742 | 2024-12-19T19:49:58.734Z | Compiling zerofrom-derive v0.1.4 |
1743 | 2024-12-19T19:49:58.791Z | Compiling yoke-derive v0.7.4 |
1744 | 2024-12-19T19:49:59.160Z | Compiling zerovec-derive v0.10.3 |
1745 | 2024-12-19T19:49:59.700Z | Compiling displaydoc v0.2.5 |
1746 | 2024-12-19T19:49:59.804Z | Compiling zeroize v1.8.1 |
1747 | 2024-12-19T19:50:00.287Z | Compiling icu_provider_macros v1.5.0 |
1748 | 2024-12-19T19:50:00.309Z | Compiling tokio-macros v2.4.0 |
1749 | 2024-12-19T19:50:00.621Z | Compiling thiserror-impl v1.0.69 |
1750 | 2024-12-19T19:50:01.441Z | Compiling futures-macro v0.3.31 |
1751 | 2024-12-19T19:50:01.921Z | Compiling zerocopy v0.7.35 |
1752 | 2024-12-19T19:50:01.959Z | Compiling tracing-attributes v0.1.27 |
1753 | 2024-12-19T19:50:02.550Z | Compiling zerofrom v0.1.4 |
1754 | 2024-12-19T19:50:02.847Z | Compiling yoke v0.7.4 |
1755 | 2024-12-19T19:50:03.089Z | Compiling crypto-common v0.1.6 |
1756 | 2024-12-19T19:50:03.297Z | Compiling block-buffer v0.10.4 |
1757 | 2024-12-19T19:50:03.616Z | Compiling digest v0.10.7 |
1758 | 2024-12-19T19:50:03.697Z | Compiling zerovec v0.10.4 |
1759 | 2024-12-19T19:50:03.822Z | Compiling der_derive v0.7.3 |
1760 | 2024-12-19T19:50:04.119Z | Compiling openssl-sys v0.9.103 |
1761 | 2024-12-19T19:50:05.049Z | Compiling schemars v0.8.21 |
1762 | 2024-12-19T19:50:05.281Z | Compiling fnv v1.0.7 |
1763 | 2024-12-19T19:50:05.914Z | Compiling tinystr v0.7.6 |
1764 | 2024-12-19T19:50:06.335Z | Compiling icu_locid v1.5.0 |
1765 | 2024-12-19T19:50:06.371Z | Compiling serde_derive_internals v0.29.1 |
1766 | 2024-12-19T19:50:07.993Z | Compiling icu_provider v1.5.0 |
1767 | 2024-12-19T19:50:08.339Z | Compiling socket2 v0.5.7 |
1768 | 2024-12-19T19:50:08.844Z | Compiling ahash v0.8.11 |
1769 | 2024-12-19T19:50:08.887Z | Compiling icu_locid_transform_data v1.5.0 |
1770 | 2024-12-19T19:50:09.040Z | Compiling icu_locid_transform v1.5.0 |
1771 | 2024-12-19T19:50:09.247Z | Compiling schemars_derive v0.8.21 |
1772 | 2024-12-19T19:50:11.837Z | Compiling icu_collections v1.5.0 |
1773 | 2024-12-19T19:50:12.651Z | Compiling bitflags v2.6.0 |
1774 | 2024-12-19T19:50:12.808Z | Compiling bytes v1.8.0 |
1775 | 2024-12-19T19:50:13.632Z | Compiling cpufeatures v0.2.14 |
1776 | 2024-12-19T19:50:13.783Z | Compiling percent-encoding v2.3.1 |
1777 | 2024-12-19T19:50:13.845Z | Compiling equivalent v1.0.1 |
1778 | 2024-12-19T19:50:14.036Z | Compiling futures-sink v0.3.31 |
1779 | 2024-12-19T19:50:14.178Z | Compiling foldhash v0.1.3 |
1780 | 2024-12-19T19:50:14.262Z | Compiling icu_properties_data v1.5.0 |
1781 | 2024-12-19T19:50:14.553Z | Compiling tokio v1.40.0 |
1782 | 2024-12-19T19:50:14.604Z | Compiling icu_properties v1.5.1 |
1783 | 2024-12-19T19:50:15.403Z | Compiling hashbrown v0.15.1 |
1784 | 2024-12-19T19:50:16.425Z | Compiling slog v2.7.0 |
1785 | 2024-12-19T19:50:16.930Z | Compiling write16 v1.0.0 |
1786 | 2024-12-19T19:50:17.131Z | Compiling utf16_iter v1.0.5 |
1787 | 2024-12-19T19:50:17.825Z | Compiling which v4.4.2 |
1788 | 2024-12-19T19:50:17.963Z | Compiling utf8_iter v1.0.4 |
1789 | 2024-12-19T19:50:18.459Z | Compiling icu_normalizer_data v1.5.0 |
1790 | 2024-12-19T19:50:18.993Z | Compiling icu_normalizer v1.5.0 |
1791 | 2024-12-19T19:50:19.853Z | Compiling indexmap v2.6.0 |
1792 | 2024-12-19T19:50:20.748Z | Compiling serde_tokenstream v0.2.2 |
1793 | 2024-12-19T19:50:21.744Z | Compiling idna_adapter v1.2.0 |
1794 | 2024-12-19T19:50:22.043Z | Compiling form_urlencoded v1.2.1 |
1795 | 2024-12-19T19:50:22.420Z | Compiling idna v1.0.3 |
1796 | 2024-12-19T19:50:22.755Z | Compiling futures-channel v0.3.31 |
1797 | 2024-12-19T19:50:23.401Z | Compiling http v1.1.0 |
1798 | 2024-12-19T19:50:23.575Z | Compiling scroll_derive v0.12.0 |
1799 | 2024-12-19T19:50:24.085Z | Compiling ucd-trie v0.1.7 |
1800 | 2024-12-19T19:50:25.141Z | Compiling futures-task v0.3.31 |
1801 | 2024-12-19T19:50:25.214Z | Compiling futures-io v0.3.31 |
1802 | 2024-12-19T19:50:25.622Z | Compiling openssl v0.10.66 |
1803 | 2024-12-19T19:50:25.691Z | Compiling pin-utils v0.1.0 |
1804 | 2024-12-19T19:50:25.856Z | Compiling futures-util v0.3.31 |
1805 | 2024-12-19T19:50:25.961Z | Compiling pest v2.7.14 |
1806 | 2024-12-19T19:50:26.117Z | Compiling url v2.5.3 |
1807 | 2024-12-19T19:50:28.809Z | Compiling rustc_version v0.4.1 |
1808 | 2024-12-19T19:50:29.219Z | Compiling hmac v0.12.1 |
1809 | 2024-12-19T19:50:29.553Z | Compiling tinyvec_macros v0.1.1 |
1810 | 2024-12-19T19:50:29.812Z | Compiling tinyvec v1.8.0 |
1811 | 2024-12-19T19:50:31.853Z | Compiling pest_meta v2.7.14 |
1812 | 2024-12-19T19:50:33.721Z | Compiling aws-lc-sys v0.22.0 |
1813 | 2024-12-19T19:50:33.757Z | Compiling uuid v1.11.0 |
1814 | 2024-12-19T19:50:34.803Z | Compiling block-padding v0.3.3 |
1815 | 2024-12-19T19:50:35.077Z | Compiling openssl-macros v0.1.1 |
1816 | 2024-12-19T19:50:35.125Z | Compiling native-tls v0.2.12 |
1817 | 2024-12-19T19:50:35.649Z | Compiling rustls v0.23.14 |
1818 | 2024-12-19T19:50:35.976Z | Compiling iana-time-zone v0.1.61 |
1819 | 2024-12-19T19:50:36.391Z | Compiling chrono v0.4.38 |
1820 | 2024-12-19T19:50:36.471Z | Compiling inout v0.1.3 |
1821 | 2024-12-19T19:50:36.504Z | Compiling pest_generator v2.7.14 |
1822 | 2024-12-19T19:50:36.768Z | Compiling unicode-normalization v0.1.24 |
1823 | 2024-12-19T19:50:37.587Z | Compiling cipher v0.4.4 |
1824 | 2024-12-19T19:50:38.288Z | Compiling sha2 v0.10.8 |
1825 | 2024-12-19T19:50:38.466Z | Compiling pest_derive v2.7.14 |
1826 | 2024-12-19T19:50:39.111Z | Compiling async-trait v0.1.83 |
1827 | 2024-12-19T19:50:39.240Z | Compiling cookie v0.18.1 |
1828 | 2024-12-19T19:50:39.321Z | Compiling usdt-impl v0.5.0 |
1829 | 2024-12-19T19:50:39.770Z | Compiling unicode-bidi v0.3.17 |
1830 | 2024-12-19T19:50:39.811Z | Compiling base64ct v1.6.0 |
1831 | 2024-12-19T19:50:41.749Z | Compiling pem-rfc7468 v0.7.0 |
1832 | 2024-12-19T19:50:41.891Z | Compiling scroll v0.12.0 |
1833 | 2024-12-19T19:50:42.553Z | Compiling ppv-lite86 v0.2.20 |
1834 | 2024-12-19T19:50:42.927Z | Compiling tracing-core v0.1.32 |
1835 | 2024-12-19T19:50:43.462Z | Compiling flagset v0.4.6 |
1836 | 2024-12-19T19:50:43.690Z | Compiling plain v0.2.3 |
1837 | 2024-12-19T19:50:43.857Z | Compiling dyn-clone v1.0.17 |
1838 | 2024-12-19T19:50:43.923Z | Compiling syn v1.0.109 |
1839 | 2024-12-19T19:50:44.053Z | Compiling untrusted v0.7.1 |
1840 | 2024-12-19T19:50:44.274Z | Compiling camino v1.1.9 |
1841 | 2024-12-19T19:50:44.548Z | Compiling rustls-pki-types v1.9.0 |
1842 | 2024-12-19T19:50:45.298Z | Compiling tracing v0.1.40 |
1843 | 2024-12-19T19:50:46.240Z | Compiling goblin v0.8.2 |
1844 | 2024-12-19T19:50:46.317Z | Compiling der v0.7.9 |
1845 | 2024-12-19T19:50:48.412Z | Compiling rand_chacha v0.3.1 |
1846 | 2024-12-19T19:50:49.823Z | Compiling tokio-util v0.7.12 |
1847 | 2024-12-19T19:50:50.339Z | Compiling mirai-annotations v1.12.0 |
1848 | 2024-12-19T19:50:50.551Z | Compiling untrusted v0.9.0 |
1849 | 2024-12-19T19:50:50.767Z | Compiling pretty-hex v0.4.1 |
1850 | 2024-12-19T19:50:51.300Z | Compiling rayon-core v1.12.1 |
1851 | 2024-12-19T19:50:51.461Z | Compiling rustls v0.22.4 |
1852 | 2024-12-19T19:50:51.613Z | Compiling powerfmt v0.2.0 |
1853 | 2024-12-19T19:50:52.090Z | Compiling deranged v0.3.11 |
1854 | 2024-12-19T19:50:52.248Z | Compiling rand v0.8.5 |
1855 | 2024-12-19T19:50:52.755Z | Compiling dof v0.3.0 |
1856 | 2024-12-19T19:50:52.786Z | Compiling spki v0.7.3 |
1857 | 2024-12-19T19:50:54.245Z | Compiling dtrace-parser v0.2.0 |
1858 | 2024-12-19T19:50:54.544Z | Compiling salsa20 v0.10.2 |
1859 | 2024-12-19T19:50:54.869Z | Compiling pbkdf2 v0.12.2 |
1860 | 2024-12-19T19:50:56.265Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1861 | 2024-12-19T19:50:56.320Z | Compiling thread-id v4.2.2 |
1862 | 2024-12-19T19:50:56.475Z | Compiling num_threads v0.1.7 |
1863 | 2024-12-19T19:50:57.411Z | Compiling atomic-waker v1.1.2 |
1864 | 2024-12-19T19:50:57.739Z | Compiling time v0.3.36 |
1865 | 2024-12-19T19:51:01.483Z | Compiling scrypt v0.11.0 |
1866 | 2024-12-19T19:51:02.030Z | Compiling cbc v0.1.2 |
1867 | 2024-12-19T19:51:02.274Z | Compiling aes v0.8.4 |
1868 | 2024-12-19T19:51:02.464Z | Compiling http-body v1.0.1 |
1869 | 2024-12-19T19:51:02.783Z | Compiling multer v3.1.0 |
1870 | 2024-12-19T19:51:03.123Z | Compiling try-lock v0.2.5 |
1871 | 2024-12-19T19:51:03.329Z | Compiling slog-async v2.8.0 |
1872 | 2024-12-19T19:51:03.490Z | Compiling want v0.3.1 |
1873 | 2024-12-19T19:51:03.847Z | Compiling pkcs5 v0.7.1 |
1874 | 2024-12-19T19:51:07.110Z | Compiling h2 v0.4.6 |
1875 | 2024-12-19T19:51:07.402Z | Compiling heapless v0.7.17 |
1876 | 2024-12-19T19:51:08.544Z | Compiling zerocopy-derive v0.6.6 |
1877 | 2024-12-19T19:51:09.693Z | Compiling base64 v0.22.1 |
1878 | 2024-12-19T19:51:10.917Z | Compiling anyhow v1.0.93 |
1879 | 2024-12-19T19:51:11.157Z | Compiling signal-hook v0.3.17 |
1880 | 2024-12-19T19:51:11.462Z | Compiling num-bigint-dig v0.8.4 |
1881 | 2024-12-19T19:51:11.482Z | Compiling httpdate v1.0.3 |
1882 | 2024-12-19T19:51:12.811Z | Compiling pkcs8 v0.10.2 |
1883 | 2024-12-19T19:51:13.512Z | Compiling usdt-attr-macro v0.5.0 |
1884 | 2024-12-19T19:51:13.792Z | Compiling usdt-macro v0.5.0 |
1885 | 2024-12-19T19:51:15.486Z | Compiling async-stream-impl v0.3.6 |
1886 | 2024-12-19T19:51:15.508Z | Compiling tower-service v0.3.3 |
1887 | 2024-12-19T19:51:16.093Z | Compiling hyper v1.5.0 |
1888 | 2024-12-19T19:51:16.741Z | Compiling strsim v0.11.1 |
1889 | 2024-12-19T19:51:16.944Z | Compiling rustversion v1.0.17 |
1890 | 2024-12-19T19:51:19.428Z | Compiling hyper-util v0.1.10 |
1891 | 2024-12-19T19:51:24.331Z | Compiling curve25519-dalek v4.1.3 |
1892 | 2024-12-19T19:51:24.927Z | Compiling openapiv3 v2.0.0 |
1893 | 2024-12-19T19:51:25.904Z | Compiling serde_spanned v0.6.8 |
1894 | 2024-12-19T19:51:26.160Z | Compiling toml_datetime v0.6.8 |
1895 | 2024-12-19T19:51:26.742Z | Compiling enum-as-inner v0.6.1 |
1896 | 2024-12-19T19:51:26.956Z | Compiling dropshot v0.12.0 |
1897 | 2024-12-19T19:51:27.764Z | Compiling smoltcp v0.9.1 |
1898 | 2024-12-19T19:51:27.916Z | Compiling match_cfg v0.1.0 |
1899 | 2024-12-19T19:51:28.077Z | Compiling foreign-types-shared v0.1.1 |
1900 | 2024-12-19T19:51:28.455Z | Compiling adler2 v2.0.0 |
1901 | 2024-12-19T19:51:28.646Z | Compiling portable-atomic v1.9.0 |
1902 | 2024-12-19T19:51:28.710Z | Compiling foreign-types v0.3.2 |
1903 | 2024-12-19T19:51:28.854Z | Compiling miniz_oxide v0.8.0 |
1904 | 2024-12-19T19:51:29.480Z | Compiling hostname v0.3.1 |
1905 | 2024-12-19T19:51:34.957Z | Compiling http-body-util v0.1.2 |
1906 | 2024-12-19T19:51:35.718Z | Compiling clap_derive v4.5.18 |
1907 | 2024-12-19T19:51:35.881Z | Compiling dirs-sys-next v0.1.2 |
1908 | 2024-12-19T19:51:36.507Z | Compiling encoding_rs v0.8.34 |
1909 | 2024-12-19T19:51:41.162Z | Compiling mime v0.3.17 |
1910 | 2024-12-19T19:51:42.660Z | Compiling siphasher v0.3.11 |
1911 | 2024-12-19T19:51:43.058Z | Compiling data-encoding v2.6.0 |
1912 | 2024-12-19T19:51:44.825Z | Compiling dirs-next v2.0.0 |
1913 | 2024-12-19T19:51:48.768Z | Compiling hubpack_derive v0.1.1 |
1914 | 2024-12-19T19:51:49.653Z | Compiling crossbeam-epoch v0.9.18 |
1915 | 2024-12-19T19:51:49.881Z | Compiling hashbrown v0.14.5 |
1916 | 2024-12-19T19:51:50.378Z | Compiling rustls-pemfile v2.2.0 |
1917 | 2024-12-19T19:51:50.885Z | Compiling serde_urlencoded v0.7.1 |
1918 | 2024-12-19T19:51:51.312Z | Compiling dropshot_endpoint v0.12.0 |
1919 | 2024-12-19T19:51:51.484Z | Compiling sha1 v0.10.6 |
1920 | 2024-12-19T19:51:53.023Z | Compiling signature v2.2.0 |
1921 | 2024-12-19T19:51:53.275Z | Compiling curve25519-dalek-derive v0.1.1 |
1922 | 2024-12-19T19:51:54.838Z | Compiling rustls-webpki v0.102.8 |
1923 | 2024-12-19T19:51:55.372Z | Compiling thread_local v1.1.8 |
1924 | 2024-12-19T19:51:55.597Z | Compiling fs-err v2.11.0 |
1925 | 2024-12-19T19:51:55.891Z | Compiling winnow v0.6.20 |
1926 | 2024-12-19T19:51:55.921Z | Compiling unicode-properties v0.1.3 |
1927 | 2024-12-19T19:51:56.365Z | Compiling utf8parse v0.2.2 |
1928 | 2024-12-19T19:51:56.534Z | Compiling anstyle v1.0.10 |
1929 | 2024-12-19T19:51:56.812Z | Compiling gimli v0.31.1 |
1930 | 2024-12-19T19:51:57.006Z | Compiling ipnet v2.10.1 |
1931 | 2024-12-19T19:51:59.459Z | Compiling openssl-probe v0.1.5 |
1932 | 2024-12-19T19:52:00.884Z | Compiling toml_edit v0.22.22 |
1933 | 2024-12-19T19:52:01.144Z | Compiling anstyle-parse v0.2.5 |
1934 | 2024-12-19T19:52:01.163Z | Compiling stringprep v0.1.5 |
1935 | 2024-12-19T19:52:01.400Z | Compiling addr2line v0.24.2 |
1936 | 2024-12-19T19:52:02.187Z | Compiling regress v0.10.1 |
1937 | 2024-12-19T19:52:03.563Z | Compiling crossbeam-deque v0.8.5 |
1938 | 2024-12-19T19:52:03.907Z | Compiling term v0.7.0 |
1939 | 2024-12-19T19:52:05.249Z | Compiling slog-json v2.6.1 |
1940 | 2024-12-19T19:52:05.902Z | Compiling crossbeam-channel v0.5.13 |
1941 | 2024-12-19T19:52:07.529Z | Compiling idna v0.4.0 |
1942 | 2024-12-19T19:52:08.068Z | Compiling idna v0.3.0 |
1943 | 2024-12-19T19:52:09.121Z | Compiling futures-executor v0.3.31 |
1944 | 2024-12-19T19:52:09.629Z | Compiling num-integer v0.1.46 |
1945 | 2024-12-19T19:52:10.127Z | Compiling md-5 v0.10.6 |
1946 | 2024-12-19T19:52:10.389Z | Compiling ff v0.13.0 |
1947 | 2024-12-19T19:52:10.391Z | Compiling hash32 v0.2.1 |
1948 | 2024-12-19T19:52:10.651Z | Compiling is-terminal v0.4.13 |
1949 | 2024-12-19T19:52:10.794Z | Compiling memmap v0.7.0 |
1950 | 2024-12-19T19:52:10.816Z | Compiling object v0.36.5 |
1951 | 2024-12-19T19:52:10.988Z | Compiling take_mut v0.2.2 |
1952 | 2024-12-19T19:52:11.119Z | Compiling fallible-iterator v0.2.0 |
1953 | 2024-12-19T19:52:11.164Z | Compiling anstyle-query v1.1.1 |
1954 | 2024-12-19T19:52:11.338Z | Compiling is_terminal_polyfill v1.70.1 |
1955 | 2024-12-19T19:52:11.485Z | Compiling linked-hash-map v0.5.6 |
1956 | 2024-12-19T19:52:11.866Z | Compiling utf-8 v0.7.6 |
1957 | 2024-12-19T19:52:11.887Z | Compiling rustc-demangle v0.1.24 |
1958 | 2024-12-19T19:52:12.194Z | Compiling psl-types v2.0.11 |
1959 | 2024-12-19T19:52:12.435Z | Compiling base16ct v0.2.0 |
1960 | 2024-12-19T19:52:12.633Z | Compiling quick-error v1.2.3 |
1961 | 2024-12-19T19:52:12.739Z | Compiling colorchoice v1.0.2 |
1962 | 2024-12-19T19:52:12.793Z | Compiling heck v0.4.1 |
1963 | 2024-12-19T19:52:12.796Z | Compiling resolv-conf v0.7.0 |
1964 | 2024-12-19T19:52:12.905Z | Compiling anstream v0.6.15 |
1965 | 2024-12-19T19:52:13.212Z | Compiling strum_macros v0.25.3 |
1966 | 2024-12-19T19:52:13.500Z | Compiling sec1 v0.7.3 |
1967 | 2024-12-19T19:52:13.579Z | Compiling publicsuffix v2.2.3 |
1968 | 2024-12-19T19:52:14.045Z | Compiling tungstenite v0.24.0 |
1969 | 2024-12-19T19:52:14.193Z | Compiling lru-cache v0.1.2 |
1970 | 2024-12-19T19:52:14.416Z | Compiling postgres-protocol v0.6.7 |
1971 | 2024-12-19T19:52:15.771Z | Compiling usdt v0.5.0 |
1972 | 2024-12-19T19:52:16.001Z | Compiling slog-term v2.9.1 |
1973 | 2024-12-19T19:52:16.181Z | Compiling group v0.13.0 |
1974 | 2024-12-19T19:52:16.510Z | Compiling num-iter v0.1.45 |
1975 | 2024-12-19T19:52:16.721Z | Compiling futures v0.3.31 |
1976 | 2024-12-19T19:52:17.305Z | Compiling hickory-proto v0.24.1 |
1977 | 2024-12-19T19:52:17.372Z | Compiling tokio-rustls v0.26.0 |
1978 | 2024-12-19T19:52:18.294Z | Compiling backtrace v0.3.74 |
1979 | 2024-12-19T19:52:18.700Z | Compiling tokio-rustls v0.25.0 |
1980 | 2024-12-19T19:52:18.885Z | Compiling typify-impl v0.2.0 |
1981 | 2024-12-19T19:52:19.620Z | Compiling slog-bunyan v2.5.0 |
1982 | 2024-12-19T19:52:19.852Z | Compiling toml v0.8.19 |
1983 | 2024-12-19T19:52:20.116Z | Compiling tokio-native-tls v0.3.1 |
1984 | 2024-12-19T19:52:20.457Z | Compiling phf_shared v0.11.2 |
1985 | 2024-12-19T19:52:20.875Z | Compiling async-stream v0.3.6 |
1986 | 2024-12-19T19:52:21.147Z | Compiling waitgroup v0.1.2 |
1987 | 2024-12-19T19:52:21.314Z | Compiling webpki-roots v0.26.6 |
1988 | 2024-12-19T19:52:21.430Z | Compiling idna v0.5.0 |
1989 | 2024-12-19T19:52:21.542Z | Compiling hkdf v0.12.4 |
1990 | 2024-12-19T19:52:21.780Z | Compiling terminal_size v0.4.0 |
1991 | 2024-12-19T19:52:22.014Z | Compiling serde_path_to_error v0.1.16 |
1992 | 2024-12-19T19:52:22.227Z | Compiling crypto-bigint v0.5.5 |
1993 | 2024-12-19T19:52:22.867Z | Compiling serde_repr v0.1.19 |
1994 | 2024-12-19T19:52:22.888Z | Compiling derive-where v1.2.7 |
1995 | 2024-12-19T19:52:24.170Z | Compiling hostname v0.4.0 |
1996 | 2024-12-19T19:52:24.420Z | Compiling crc32fast v1.4.2 |
1997 | 2024-12-19T19:52:25.320Z | Compiling unicode-width v0.1.14 |
1998 | 2024-12-19T19:52:25.641Z | Compiling debug-ignore v1.0.5 |
1999 | 2024-12-19T19:52:25.798Z | Compiling bitflags v1.3.2 |
2000 | 2024-12-19T19:52:25.927Z | Compiling winnow v0.5.40 |
2001 | 2024-12-19T19:52:25.932Z | Compiling clap_lex v0.7.2 |
2002 | 2024-12-19T19:52:26.397Z | Compiling managed v0.8.0 |
2003 | 2024-12-19T19:52:27.691Z | Compiling clap_builder v4.5.21 |
2004 | 2024-12-19T19:52:28.419Z | Compiling console v0.15.8 |
2005 | 2024-12-19T19:52:33.331Z | Compiling toml_edit v0.19.15 |
2006 | 2024-12-19T19:52:33.390Z | Compiling elliptic-curve v0.13.8 |
2007 | 2024-12-19T19:52:33.390Z | Compiling flate2 v1.0.34 |
2008 | 2024-12-19T19:52:33.390Z | Compiling typify-macro v0.2.0 |
2009 | 2024-12-19T19:52:33.391Z | Compiling hickory-resolver v0.24.1 |
2010 | 2024-12-19T19:52:33.391Z | Compiling cookie_store v0.21.0 |
2011 | 2024-12-19T19:52:35.359Z | Compiling hyper-rustls v0.27.3 |
2012 | 2024-12-19T19:52:37.270Z | Compiling phf v0.11.2 |
2013 | 2024-12-19T19:52:37.443Z | Compiling hyper-tls v0.6.0 |
2014 | 2024-12-19T19:52:37.860Z | Compiling signal-hook-mio v0.2.4 |
2015 | 2024-12-19T19:52:38.046Z | Compiling rayon v1.10.0 |
2016 | 2024-12-19T19:52:38.049Z | Compiling bzip2 v0.4.4 |
2017 | 2024-12-19T19:52:38.462Z | Compiling postgres-types v0.2.8 |
2018 | 2024-12-19T19:52:38.747Z | Compiling tokio-tungstenite v0.24.0 |
2019 | 2024-12-19T19:52:39.589Z | Compiling ed25519 v2.2.3 |
2020 | 2024-12-19T19:52:39.713Z | Compiling hubpack v0.1.2 |
2021 | 2024-12-19T19:52:39.739Z | Compiling phf_shared v0.10.0 |
2022 | 2024-12-19T19:52:39.989Z | Compiling pkcs1 v0.7.5 |
2023 | 2024-12-19T19:52:40.137Z | Compiling zerocopy v0.6.6 |
2024 | 2024-12-19T19:52:40.153Z | Compiling tokio-stream v0.1.16 |
2025 | 2024-12-19T19:52:41.072Z | Compiling rfc6979 v0.4.0 |
2026 | 2024-12-19T19:52:41.286Z | Compiling float-cmp v0.9.0 |
2027 | 2024-12-19T19:52:41.308Z | Compiling serde-big-array v0.5.1 |
2028 | 2024-12-19T19:52:41.547Z | Compiling sync_wrapper v1.0.1 |
2029 | 2024-12-19T19:52:41.714Z | Compiling bstr v1.10.0 |
2030 | 2024-12-19T19:52:41.863Z | Compiling bit-vec v0.6.3 |
2031 | 2024-12-19T19:52:42.025Z | Compiling number_prefix v0.4.0 |
2032 | 2024-12-19T19:52:42.305Z | Compiling whoami v1.5.2 |
2033 | 2024-12-19T19:52:42.601Z | Compiling static_assertions v1.1.0 |
2034 | 2024-12-19T19:52:42.853Z | Compiling unicode-width v0.2.0 |
2035 | 2024-12-19T19:52:42.889Z | Compiling precomputed-hash v0.1.1 |
2036 | 2024-12-19T19:52:42.891Z | Compiling normalize-line-endings v0.3.0 |
2037 | 2024-12-19T19:52:43.052Z | Compiling predicates-core v1.0.8 |
2038 | 2024-12-19T19:52:43.267Z | Compiling difflib v0.4.0 |
2039 | 2024-12-19T19:52:43.368Z | Compiling new_debug_unreachable v1.0.6 |
2040 | 2024-12-19T19:52:43.391Z | Compiling unicode-segmentation v1.12.0 |
2041 | 2024-12-19T19:52:43.483Z | Compiling fixedbitset v0.4.2 |
2042 | 2024-12-19T19:52:44.117Z | Compiling similar v2.6.0 |
2043 | 2024-12-19T19:52:44.306Z | Compiling reqwest v0.12.9 |
2044 | 2024-12-19T19:52:45.377Z | Compiling petgraph v0.6.5 |
2045 | 2024-12-19T19:52:45.760Z | Compiling predicates v3.1.2 |
2046 | 2024-12-19T19:52:46.168Z | Compiling string_cache v0.8.7 |
2047 | 2024-12-19T19:52:46.634Z | Compiling indicatif v0.17.9 |
2048 | 2024-12-19T19:52:47.321Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2049 | 2024-12-19T19:52:49.476Z | Compiling tokio-postgres v0.7.12 |
2050 | 2024-12-19T19:52:49.539Z | Compiling bit-set v0.5.3 |
2051 | 2024-12-19T19:52:50.282Z | Compiling ecdsa v0.16.9 |
2052 | 2024-12-19T19:52:50.998Z | Compiling qorb v0.2.1 |
2053 | 2024-12-19T19:52:51.609Z | Compiling rsa v0.9.6 |
2054 | 2024-12-19T19:52:53.318Z | Compiling ed25519-dalek v2.1.1 |
2055 | 2024-12-19T19:52:53.854Z | Compiling zip v0.6.6 |
2056 | 2024-12-19T19:52:54.523Z | Compiling crossterm v0.28.1 |
2057 | 2024-12-19T19:52:54.649Z | Compiling toml v0.7.8 |
2058 | 2024-12-19T19:52:55.009Z | Compiling clap v4.5.21 |
2059 | 2024-12-19T19:52:57.268Z | Compiling x509-cert v0.2.5 |
2060 | 2024-12-19T19:52:58.214Z | Compiling hex v0.4.3 |
2061 | 2024-12-19T19:53:00.073Z | Compiling itertools v0.10.5 |
2062 | 2024-12-19T19:53:01.399Z | Compiling radium v0.7.0 |
2063 | 2024-12-19T19:53:01.844Z | Compiling unicode-xid v0.2.6 |
2064 | 2024-12-19T19:53:02.044Z | Compiling peg-runtime v0.8.3 |
2065 | 2024-12-19T19:53:03.282Z | Compiling lalrpop-util v0.19.12 |
2066 | 2024-12-19T19:53:03.653Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2067 | 2024-12-19T19:53:21.688Z | Compiling ident_case v1.0.1 |
2068 | 2024-12-19T19:53:22.485Z | Compiling tap v1.0.1 |
2069 | 2024-12-19T19:53:22.706Z | Compiling maybe-uninit v2.0.0 |
2070 | 2024-12-19T19:53:23.039Z | Compiling wyz v0.5.1 |
2071 | 2024-12-19T19:53:23.525Z | Compiling darling_core v0.20.10 |
2072 | 2024-12-19T19:53:32.867Z | Compiling typify v0.2.0 |
2073 | 2024-12-19T19:53:37.240Z | Compiling unsafe-libyaml v0.2.11 |
2074 | 2024-12-19T19:53:37.439Z | Compiling packed_struct v0.10.1 |
2075 | 2024-12-19T19:53:37.821Z | Compiling funty v2.0.0 |
2076 | 2024-12-19T19:53:38.600Z | Compiling serde_yaml v0.9.34+deprecated |
2077 | 2024-12-19T19:53:39.055Z | Compiling bitvec v1.0.1 |
2078 | 2024-12-19T19:53:43.150Z | Compiling progenitor-impl v0.8.0 |
2079 | 2024-12-19T19:53:43.783Z | Compiling darling_macro v0.20.10 |
2080 | 2024-12-19T19:53:46.179Z | Compiling packed_struct_codegen v0.10.1 |
2081 | 2024-12-19T19:53:48.585Z | Compiling structmeta-derive v0.3.0 |
2082 | 2024-12-19T19:53:48.755Z | Compiling indexmap v1.9.3 |
2083 | 2024-12-19T19:53:49.081Z | Compiling crc-catalog v2.4.0 |
2084 | 2024-12-19T19:53:49.895Z | Compiling nodrop v0.1.14 |
2085 | 2024-12-19T19:53:50.371Z | Compiling newtype-uuid v1.1.3 |
2086 | 2024-12-19T19:53:50.379Z | Compiling fastrand v2.1.1 |
2087 | 2024-12-19T19:53:50.489Z | Compiling progenitor-macro v0.8.0 |
2088 | 2024-12-19T19:53:50.600Z | Compiling tempfile v3.13.0 |
2089 | 2024-12-19T19:53:51.234Z | Compiling structmeta v0.3.0 |
2090 | 2024-12-19T19:53:52.364Z | Compiling array-init v0.0.4 |
2091 | 2024-12-19T19:53:53.692Z | Compiling crc v3.2.1 |
2092 | 2024-12-19T19:53:58.755Z | Compiling smallvec v0.6.14 |
2093 | 2024-12-19T19:53:59.417Z | Compiling darling v0.20.10 |
2094 | 2024-12-19T19:54:05.700Z | Compiling progenitor-client v0.8.0 |
2095 | 2024-12-19T19:54:08.162Z | Compiling pin-project-internal v1.1.6 |
2096 | 2024-12-19T19:54:08.165Z | Compiling dropshot v0.13.0 |
2097 | 2024-12-19T19:54:08.496Z | Compiling base64 v0.21.7 |
2098 | 2024-12-19T19:54:08.686Z | Compiling same-file v1.0.6 |
2099 | 2024-12-19T19:54:10.034Z | Compiling termcolor v1.4.1 |
2100 | 2024-12-19T19:54:10.648Z | Compiling bitfield v0.14.0 |
2101 | 2024-12-19T19:54:11.802Z | Compiling hashbrown v0.12.3 |
2102 | 2024-12-19T19:54:20.114Z | Compiling pin-project v1.1.6 |
2103 | 2024-12-19T19:54:20.276Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2104 | 2024-12-19T19:54:21.365Z | Compiling env_logger v0.10.2 |
2105 | 2024-12-19T19:54:23.978Z | Compiling ron v0.8.1 |
2106 | 2024-12-19T19:54:24.209Z | Compiling walkdir v2.5.0 |
2107 | 2024-12-19T19:54:27.575Z | Compiling progenitor v0.8.0 |
2108 | 2024-12-19T19:54:28.422Z | Compiling serde_with_macros v3.11.0 |
2109 | 2024-12-19T19:54:30.199Z | Compiling serde-hex v0.1.0 |
2110 | 2024-12-19T19:54:31.060Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2111 | 2024-12-19T19:54:31.408Z | Compiling parse-display-derive v0.10.0 |
2112 | 2024-12-19T19:54:35.566Z | Compiling strum_macros v0.26.4 |
2113 | 2024-12-19T19:54:35.600Z | Compiling hashbrown v0.13.2 |
2114 | 2024-12-19T19:54:36.425Z | Compiling ipnetwork v0.20.0 |
2115 | 2024-12-19T19:54:37.048Z | Compiling xattr v1.3.1 |
2116 | 2024-12-19T19:54:37.071Z | Compiling dropshot_endpoint v0.13.0 |
2117 | 2024-12-19T19:54:37.658Z | Compiling snafu-derive v0.8.5 |
2118 | 2024-12-19T19:54:38.013Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2119 | 2024-12-19T19:54:38.792Z | Compiling ring v0.16.20 |
2120 | 2024-12-19T19:54:39.268Z | Compiling blake3 v1.5.4 |
2121 | 2024-12-19T19:54:39.837Z | Compiling filetime v0.2.25 |
2122 | 2024-12-19T19:54:39.939Z | Compiling instant v0.1.13 |
2123 | 2024-12-19T19:54:40.034Z | Compiling lockfree-object-pool v0.1.6 |
2124 | 2024-12-19T19:54:40.101Z | Compiling buf-list v1.0.3 |
2125 | 2024-12-19T19:54:40.205Z | Compiling crc-any v2.5.0 |
2126 | 2024-12-19T19:54:40.387Z | Compiling bumpalo v3.16.0 |
2127 | 2024-12-19T19:54:40.661Z | Compiling zip v2.1.3 |
2128 | 2024-12-19T19:54:41.014Z | Compiling simd-adler32 v0.3.7 |
2129 | 2024-12-19T19:54:41.237Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2130 | 2024-12-19T19:54:41.423Z | Compiling zopfli v0.8.1 |
2131 | 2024-12-19T19:54:41.748Z | Compiling tar v0.4.42 |
2132 | 2024-12-19T19:54:42.240Z | Compiling backoff v0.4.0 |
2133 | 2024-12-19T19:54:42.283Z | Compiling snafu v0.8.5 |
2134 | 2024-12-19T19:54:42.650Z | Compiling strum v0.26.3 |
2135 | 2024-12-19T19:54:43.538Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2136 | 2024-12-19T19:54:43.757Z | Compiling object v0.30.4 |
2137 | 2024-12-19T19:54:45.766Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2138 | 2024-12-19T19:54:47.485Z | Compiling parse-display v0.10.0 |
2139 | 2024-12-19T19:54:49.491Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2140 | 2024-12-19T19:54:49.512Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2141 | 2024-12-19T19:54:49.565Z | Compiling serde_with v3.11.0 |
2142 | 2024-12-19T19:54:50.153Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2143 | 2024-12-19T19:54:50.892Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2144 | 2024-12-19T19:54:51.106Z | Compiling camino-tempfile v1.1.1 |
2145 | 2024-12-19T19:54:51.922Z | Compiling globset v0.4.15 |
2146 | 2024-12-19T19:54:53.933Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2147 | 2024-12-19T19:54:54.168Z | Compiling regress v0.9.1 |
2148 | 2024-12-19T19:54:55.433Z | Compiling pem v3.0.4 |
2149 | 2024-12-19T19:54:56.907Z | Compiling olpc-cjson v0.1.4 |
2150 | 2024-12-19T19:54:56.929Z | Compiling macaddr v1.0.1 |
2151 | 2024-12-19T19:54:57.158Z | Compiling serde_plain v1.0.2 |
2152 | 2024-12-19T19:54:57.271Z | Compiling async-recursion v1.1.1 |
2153 | 2024-12-19T19:54:57.553Z | Compiling memmap2 v0.9.5 |
2154 | 2024-12-19T19:54:57.719Z | Compiling typed-path v0.9.3 |
2155 | 2024-12-19T19:54:57.888Z | Compiling spin v0.5.2 |
2156 | 2024-12-19T19:54:58.170Z | Compiling arrayref v0.3.9 |
2157 | 2024-12-19T19:54:58.192Z | Compiling path-slash v0.1.5 |
2158 | 2024-12-19T19:54:58.297Z | Compiling constant_time_eq v0.3.1 |
2159 | 2024-12-19T19:54:58.447Z | Compiling arrayvec v0.7.6 |
2160 | 2024-12-19T19:54:58.560Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2161 | 2024-12-19T19:54:58.787Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2162 | 2024-12-19T19:55:01.788Z | Compiling tough v0.19.0 |
2163 | 2024-12-19T19:55:06.261Z | Compiling itertools v0.13.0 |
2164 | 2024-12-19T19:55:07.255Z | Compiling cargo-platform v0.1.8 |
2165 | 2024-12-19T19:55:07.286Z | Compiling topological-sort v0.2.2 |
2166 | 2024-12-19T19:55:07.582Z | Compiling parse-size v1.1.0 |
2167 | 2024-12-19T19:55:07.923Z | Compiling cargo_metadata v0.18.1 |
2168 | 2024-12-19T19:55:08.378Z | Compiling omicron-zone-package v0.11.1 |
2169 | 2024-12-19T19:55:09.997Z | Compiling shell-words v1.1.0 |
2170 | 2024-12-19T19:55:12.626Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2171 | 2024-12-19T19:55:27.052Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2172 | 2024-12-19T19:55:41.973Z | Finished `release` profile [optimized] target(s) in 6m 01s |
2173 | 2024-12-19T19:55:42.142Z | Running `target/release/omicron-releng --output-dir /work` |
2174 | 2024-12-19T19:55:42.195Z | Dec 19 19:55:41.133 DEBG changing working directory to /work/oxidecomputer/omicron |
2175 | 2024-12-19T19:55:42.310Z | Dec 19 19:55:41.245 DEBG running: git rev-parse HEAD |
2176 | 2024-12-19T19:55:42.317Z | Dec 19 19:55:41.252 DEBG process exited with exit status: 0 (6.948943ms) |
2177 | 2024-12-19T19:55:42.317Z | Dec 19 19:55:41.252 INFO version: 12.0.0-0.ci+gitf26b052a568 |
2178 | 2024-12-19T19:55:42.354Z | Dec 19 19:55:41.293 INFO cloning helios to /work/oxidecomputer/helios |
2179 | 2024-12-19T19:55:42.354Z | Dec 19 19:55:41.293 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2180 | 2024-12-19T19:55:42.361Z | Cloning into '/work/oxidecomputer/helios'... |
2181 | 2024-12-19T19:55:42.837Z | Dec 19 19:55:41.777 DEBG process exited with exit status: 0 (484.301051ms) |
2182 | 2024-12-19T19:55:42.837Z | Dec 19 19:55:41.778 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2183 | 2024-12-19T19:55:42.845Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2184 | 2024-12-19T19:55:42.845Z | # branch.head master |
2185 | 2024-12-19T19:55:42.845Z | # branch.upstream origin/master |
2186 | 2024-12-19T19:55:42.845Z | # branch.ab +0 -0 |
2187 | 2024-12-19T19:55:42.847Z | Dec 19 19:55:41.786 DEBG process exited with exit status: 0 (8.527279ms) |
2188 | 2024-12-19T19:55:42.847Z | Dec 19 19:55:41.786 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2189 | 2024-12-19T19:55:43.770Z | Dec 19 19:55:42.710 DEBG process exited with exit status: 0 (924.101129ms) |
2190 | 2024-12-19T19:55:43.770Z | Dec 19 19:55:42.710 DEBG running: zfs list rpool/images/build/host |
2191 | 2024-12-19T19:55:43.777Z | NAME USED AVAIL REFER MOUNTPOINT |
2192 | 2024-12-19T19:55:43.777Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2193 | 2024-12-19T19:55:43.779Z | Dec 19 19:55:42.718 DEBG process exited with exit status: 0 (7.623848ms) |
2194 | 2024-12-19T19:55:43.780Z | Dec 19 19:55:42.718 DEBG running: zfs list rpool/images/build/recovery |
2195 | 2024-12-19T19:55:43.783Z | NAME USED AVAIL REFER MOUNTPOINT |
2196 | 2024-12-19T19:55:43.783Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2197 | 2024-12-19T19:55:43.787Z | Dec 19 19:55:42.725 DEBG process exited with exit status: 0 (6.690513ms) |
2198 | 2024-12-19T19:55:43.787Z | Dec 19 19:55:42.726 INFO [hubris-production] running task |
2199 | 2024-12-19T19:55:43.787Z | Dec 19 19:55:42.726 INFO [hubris-staging] running task |
2200 | 2024-12-19T19:55:43.787Z | Dec 19 19:55:42.726 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2201 | 2024-12-19T19:55:43.791Z | Dec 19 19:55:42.729 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 |
2202 | 2024-12-19T19:55:43.861Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2203 | 2024-12-19T19:55:44.293Z | [ omicron-package] Blocking waiting for file lock on package cache |
2204 | 2024-12-19T19:55:44.847Z | [ omicron-package] Blocking waiting for file lock on package cache |
2205 | 2024-12-19T19:55:45.141Z | [ omicron-package] Blocking waiting for file lock on package cache |
2206 | 2024-12-19T19:55:45.922Z | Dec 19 19:55:44.863 INFO [hubris-production] task succeeded (2.13680675s) |
2207 | 2024-12-19T19:55:46.013Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2208 | 2024-12-19T19:55:46.015Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2209 | 2024-12-19T19:55:46.016Z | [ omicron-package] Compiling itertools v0.13.0 |
2210 | 2024-12-19T19:55:46.016Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2211 | 2024-12-19T19:55:46.016Z | [ omicron-package] Compiling heapless v0.8.0 |
2212 | 2024-12-19T19:55:46.016Z | [ omicron-package] Compiling hash32 v0.3.1 |
2213 | 2024-12-19T19:55:46.016Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2214 | 2024-12-19T19:55:46.016Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2215 | 2024-12-19T19:55:47.207Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2216 | 2024-12-19T19:55:47.350Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2217 | 2024-12-19T19:55:47.513Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2218 | 2024-12-19T19:55:47.949Z | [ omicron-package] Compiling cobs v0.2.3 |
2219 | 2024-12-19T19:55:48.566Z | [ omicron-package] Compiling postcard v1.0.10 |
2220 | 2024-12-19T19:55:48.694Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2221 | 2024-12-19T19:55:48.837Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2222 | 2024-12-19T19:55:49.071Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2223 | 2024-12-19T19:55:49.648Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2224 | 2024-12-19T19:55:50.052Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2225 | 2024-12-19T19:55:51.251Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2226 | 2024-12-19T19:55:51.644Z | [ omicron-package] Compiling num_enum v0.5.11 |
2227 | 2024-12-19T19:55:51.777Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2228 | 2024-12-19T19:55:51.941Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2229 | 2024-12-19T19:55:52.249Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2230 | 2024-12-19T19:55:52.340Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2231 | 2024-12-19T19:55:52.712Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2232 | 2024-12-19T19:55:52.918Z | [ omicron-package] Compiling thiserror v2.0.3 |
2233 | 2024-12-19T19:55:53.142Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2234 | 2024-12-19T19:55:53.292Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2235 | 2024-12-19T19:55:53.396Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2236 | 2024-12-19T19:55:53.866Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2237 | 2024-12-19T19:55:54.153Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2238 | 2024-12-19T19:55:54.763Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2239 | 2024-12-19T19:55:54.846Z | [ omicron-package] Compiling colored v2.1.0 |
2240 | 2024-12-19T19:55:55.212Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2241 | 2024-12-19T19:55:55.353Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2242 | 2024-12-19T19:55:55.764Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2243 | 2024-12-19T19:55:57.062Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2244 | 2024-12-19T19:55:57.314Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2245 | 2024-12-19T19:55:57.730Z | Dec 19 19:55:56.668 INFO [hubris-staging] task succeeded (13.942080998s) |
2246 | 2024-12-19T19:55:57.921Z | [ omicron-package] Compiling num-derive v0.4.2 |
2247 | 2024-12-19T19:55:58.266Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2248 | 2024-12-19T19:55:58.773Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2249 | 2024-12-19T19:55:59.289Z | [ omicron-package] Compiling zone v0.3.0 |
2250 | 2024-12-19T19:55:59.649Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2251 | 2024-12-19T19:55:59.891Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2252 | 2024-12-19T19:56:00.904Z | [ omicron-package] Compiling smf v0.2.3 |
2253 | 2024-12-19T19:56:01.435Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2254 | 2024-12-19T19:56:02.226Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2255 | 2024-12-19T19:56:02.356Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2256 | 2024-12-19T19:56:04.338Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2257 | 2024-12-19T19:56:04.372Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-12-19T19:56:04.408Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2259 | 2024-12-19T19:56:04.751Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-19T19:56:04.781Z | [ omicron-package] Compiling gethostname v0.5.0 |
2261 | 2024-12-19T19:56:05.042Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2262 | 2024-12-19T19:56:05.111Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2263 | 2024-12-19T19:56:05.449Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2264 | 2024-12-19T19:56:08.114Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2265 | 2024-12-19T19:56:09.587Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2266 | 2024-12-19T19:56:11.056Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2267 | 2024-12-19T19:56:14.038Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2268 | 2024-12-19T19:56:14.697Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2269 | 2024-12-19T19:56:16.505Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2270 | 2024-12-19T19:56:27.221Z | [ helios-setup] Dec 19 19:56:26.154 INFO helios repository root is: /work/oxidecomputer/helios |
2271 | 2024-12-19T19:56:27.224Z | [ helios-setup] Dec 19 19:56:26.156 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 |
2272 | 2024-12-19T19:56:27.224Z | [ helios-setup] Dec 19 19:56:26.156 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2273 | 2024-12-19T19:56:27.230Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2274 | 2024-12-19T19:56:27.822Z | [ helios-setup] Dec 19 19:56:26.754 INFO clone ok!, project: pinprick |
2275 | 2024-12-19T19:56:27.824Z | [ helios-setup] Dec 19 19:56:26.754 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 |
2276 | 2024-12-19T19:56:27.824Z | [ helios-setup] Dec 19 19:56:26.754 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2277 | 2024-12-19T19:56:27.826Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2278 | 2024-12-19T19:56:28.386Z | [ helios-setup] Dec 19 19:56:27.318 INFO clone ok!, project: phbl |
2279 | 2024-12-19T19:56:28.388Z | [ helios-setup] Dec 19 19:56:27.319 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 |
2280 | 2024-12-19T19:56:28.389Z | [ helios-setup] Dec 19 19:56:27.319 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2281 | 2024-12-19T19:56:28.391Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2282 | 2024-12-19T19:56:29.023Z | [ helios-setup] Dec 19 19:56:27.955 INFO clone ok!, project: image-builder |
2283 | 2024-12-19T19:56:29.026Z | [ helios-setup] Dec 19 19:56:27.955 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 |
2284 | 2024-12-19T19:56:29.026Z | [ helios-setup] Dec 19 19:56:27.956 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2285 | 2024-12-19T19:56:29.029Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2286 | 2024-12-19T19:56:29.611Z | [ helios-setup] Dec 19 19:56:28.543 INFO clone ok!, project: bootserver |
2287 | 2024-12-19T19:56:29.613Z | [ helios-setup] Dec 19 19:56:28.543 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2288 | 2024-12-19T19:56:29.613Z | [ helios-setup] Dec 19 19:56:28.543 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2289 | 2024-12-19T19:56:29.613Z | [ helios-setup] Dec 19 19:56:28.543 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 |
2290 | 2024-12-19T19:56:29.613Z | [ helios-setup] Dec 19 19:56:28.543 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2291 | 2024-12-19T19:56:29.616Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2292 | 2024-12-19T19:56:35.706Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 51.89s |
2293 | 2024-12-19T19:56:35.731Z | [ helios-setup] Dec 19 19:56:34.662 INFO clone ok!, project: amd-firmware |
2294 | 2024-12-19T19:56:35.735Z | [ helios-setup] Dec 19 19:56:34.662 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 |
2295 | 2024-12-19T19:56:35.735Z | [ helios-setup] Dec 19 19:56:34.662 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2296 | 2024-12-19T19:56:35.737Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2297 | 2024-12-19T19:56:35.971Z | [ omicron-package] |
2298 | 2024-12-19T19:56:35.971Z | [ omicron-package] real 52.125045015 |
2299 | 2024-12-19T19:56:35.975Z | [ omicron-package] user 3:03.687189536 |
2300 | 2024-12-19T19:56:35.975Z | [ omicron-package] sys 26.606218682 |
2301 | 2024-12-19T19:56:35.975Z | [ omicron-package] trap 0.247434827 |
2302 | 2024-12-19T19:56:35.975Z | [ omicron-package] tflt 0.793654987 |
2303 | 2024-12-19T19:56:35.975Z | [ omicron-package] dflt 0.814853022 |
2304 | 2024-12-19T19:56:35.975Z | [ omicron-package] kflt 0.000019516 |
2305 | 2024-12-19T19:56:35.975Z | [ omicron-package] lock 6:28.921312948 |
2306 | 2024-12-19T19:56:35.975Z | [ omicron-package] slp 10:30.566137775 |
2307 | 2024-12-19T19:56:35.975Z | Dec 19 19:56:34.902 INFO [omicron-package] process exited with exit status: 0 (52.173037359s) |
2308 | 2024-12-19T19:56:35.975Z | [ omicron-package] lat 1:41.884633433 |
2309 | 2024-12-19T19:56:35.976Z | [ omicron-package] stop 1:02.814681627 |
2310 | 2024-12-19T19:56:35.976Z | Dec 19 19:56:34.903 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 |
2311 | 2024-12-19T19:56:36.053Z | Dec 19 19:56:34.984 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2312 | 2024-12-19T19:56:36.065Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2313 | 2024-12-19T19:56:36.067Z | [ host-target] Created new build target 'host' and set it as active |
2314 | 2024-12-19T19:56:36.069Z | Dec 19 19:56:34.999 INFO [host-target] process exited with exit status: 0 (95.499033ms) |
2315 | 2024-12-19T19:56:36.069Z | Dec 19 19:56:34.999 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2316 | 2024-12-19T19:56:36.076Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2317 | 2024-12-19T19:56:36.080Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2318 | 2024-12-19T19:56:36.083Z | Dec 19 19:56:35.011 INFO [recovery-target] process exited with exit status: 0 (27.339154ms) |
2319 | 2024-12-19T19:56:36.088Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2320 | 2024-12-19T19:56:36.498Z | [ helios-setup] Dec 19 19:56:35.429 INFO clone ok!, project: pilot |
2321 | 2024-12-19T19:56:36.501Z | [ helios-setup] Dec 19 19:56:35.430 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2322 | 2024-12-19T19:56:36.501Z | [ helios-setup] Dec 19 19:56:35.430 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 |
2323 | 2024-12-19T19:56:36.501Z | [ helios-setup] Dec 19 19:56:35.430 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 |
2324 | 2024-12-19T19:56:36.503Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2325 | 2024-12-19T19:56:37.336Z | [ host-package] Compiling convert_case v0.4.0 |
2326 | 2024-12-19T19:56:37.336Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2327 | 2024-12-19T19:56:37.338Z | [ host-package] Compiling newline-converter v0.3.0 |
2328 | 2024-12-19T19:56:37.338Z | [ host-package] Compiling password-hash v0.5.0 |
2329 | 2024-12-19T19:56:37.339Z | [ host-package] Compiling progenitor-client v0.8.0 |
2330 | 2024-12-19T19:56:37.339Z | [ host-package] Compiling blake2 v0.10.6 |
2331 | 2024-12-19T19:56:37.339Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2332 | 2024-12-19T19:56:37.383Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2333 | 2024-12-19T19:56:37.389Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2334 | 2024-12-19T19:56:37.537Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2335 | 2024-12-19T19:56:37.656Z | [ host-package] Compiling expectorate v1.1.0 |
2336 | 2024-12-19T19:56:37.702Z | [ host-package] Compiling owo-colors v4.1.0 |
2337 | 2024-12-19T19:56:37.853Z | [ host-package] Compiling num-rational v0.4.2 |
2338 | 2024-12-19T19:56:37.965Z | [ host-package] Compiling progenitor v0.8.0 |
2339 | 2024-12-19T19:56:38.034Z | [ host-package] Compiling argon2 v0.5.3 |
2340 | 2024-12-19T19:56:38.056Z | [ host-package] Compiling num-complex v0.4.6 |
2341 | 2024-12-19T19:56:38.202Z | [ host-package] Compiling derive_more v0.99.18 |
2342 | 2024-12-19T19:56:38.761Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2343 | 2024-12-19T19:56:39.097Z | [ host-package] Compiling atomicwrites v0.4.4 |
2344 | 2024-12-19T19:56:39.460Z | [ host-package] Compiling num v0.4.3 |
2345 | 2024-12-19T19:56:39.633Z | [ host-package] Compiling libsw v3.3.1 |
2346 | 2024-12-19T19:56:39.656Z | [ host-package] Compiling linear-map v1.2.0 |
2347 | 2024-12-19T19:56:39.742Z | [ host-package] Compiling swrite v0.1.0 |
2348 | 2024-12-19T19:56:39.769Z | [ host-package] Compiling float-ord v0.3.2 |
2349 | 2024-12-19T19:56:39.915Z | [ host-package] Compiling indent_write v2.2.0 |
2350 | 2024-12-19T19:56:39.967Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2351 | 2024-12-19T19:56:40.017Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2352 | 2024-12-19T19:56:40.127Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2353 | 2024-12-19T19:56:40.175Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2354 | 2024-12-19T19:56:40.479Z | [ host-package] Compiling highway v1.2.0 |
2355 | 2024-12-19T19:56:40.612Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2356 | 2024-12-19T19:56:41.355Z | [ host-package] Compiling semver v0.1.20 |
2357 | 2024-12-19T19:56:41.959Z | [ host-package] Compiling rustc_version v0.1.7 |
2358 | 2024-12-19T19:56:41.988Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2359 | 2024-12-19T19:56:42.409Z | [ host-package] Compiling newtype_derive v0.1.6 |
2360 | 2024-12-19T19:56:42.436Z | [ host-package] Compiling dropshot v0.13.0 |
2361 | 2024-12-19T19:56:42.528Z | [ host-package] Compiling ipnetwork v0.20.0 |
2362 | 2024-12-19T19:56:42.845Z | [ host-package] Compiling instant v0.1.13 |
2363 | 2024-12-19T19:56:43.038Z | [ host-package] Compiling humantime v2.1.0 |
2364 | 2024-12-19T19:56:43.427Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2365 | 2024-12-19T19:56:44.026Z | [ host-package] Compiling backoff v0.4.0 |
2366 | 2024-12-19T19:56:44.473Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2367 | 2024-12-19T19:56:45.020Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2368 | 2024-12-19T19:56:45.580Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2369 | 2024-12-19T19:56:45.957Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2370 | 2024-12-19T19:56:45.973Z | [ helios-setup] Dec 19 19:56:44.902 INFO clone ok!, project: amd-host-image-builder |
2371 | 2024-12-19T19:56:45.975Z | [ helios-setup] Dec 19 19:56:44.903 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 |
2372 | 2024-12-19T19:56:45.975Z | [ helios-setup] Dec 19 19:56:44.903 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2373 | 2024-12-19T19:56:45.978Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2374 | 2024-12-19T19:56:47.141Z | [ helios-setup] Dec 19 19:56:46.070 INFO clone ok!, project: chelsio-t6-roms |
2375 | 2024-12-19T19:56:47.144Z | [ helios-setup] Dec 19 19:56:46.071 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2376 | 2024-12-19T19:56:48.150Z | [ helios-setup] Dec 19 19:56:47.079 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2377 | 2024-12-19T19:56:48.710Z | [ helios-setup] Dec 19 19:56:47.638 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2378 | 2024-12-19T19:56:48.710Z | [ helios-setup] Dec 19 19:56:47.639 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2379 | 2024-12-19T19:56:48.938Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2380 | 2024-12-19T19:56:49.325Z | [ helios-setup] Dec 19 19:56:48.253 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2381 | 2024-12-19T19:56:49.464Z | [ host-package] Compiling parse-display v0.10.0 |
2382 | 2024-12-19T19:56:49.954Z | [ helios-setup] Dec 19 19:56:48.883 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2383 | 2024-12-19T19:56:49.957Z | [ helios-setup] Dec 19 19:56:48.883 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2384 | 2024-12-19T19:56:50.211Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2385 | 2024-12-19T19:56:50.450Z | [ host-package] Compiling strum v0.26.3 |
2386 | 2024-12-19T19:56:50.472Z | [ host-package] Compiling serde_with v3.11.0 |
2387 | 2024-12-19T19:56:50.575Z | [ helios-setup] Dec 19 19:56:49.504 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2388 | 2024-12-19T19:56:50.687Z | [ host-package] Compiling regress v0.9.1 |
2389 | 2024-12-19T19:56:51.126Z | [ helios-setup] Dec 19 19:56:50.054 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2390 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.054 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2391 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.054 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2392 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.054 INFO ok! |
2393 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.054 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2394 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.055 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2395 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.055 INFO ok! |
2396 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.055 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2397 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.055 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2398 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.055 INFO ok! |
2399 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.055 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2400 | 2024-12-19T19:56:51.129Z | [ helios-setup] Dec 19 19:56:50.055 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2401 | 2024-12-19T19:56:51.424Z | [ helios-setup] Dec 19 19:56:50.353 INFO E| Downloading crates ... |
2402 | 2024-12-19T19:56:51.520Z | [ helios-setup] Dec 19 19:56:50.448 INFO E| Downloaded miniz_oxide v0.7.2 |
2403 | 2024-12-19T19:56:51.580Z | [ helios-setup] Dec 19 19:56:50.509 INFO E| Compiling adler v1.0.2 |
2404 | 2024-12-19T19:56:51.800Z | [ helios-setup] Dec 19 19:56:50.729 INFO E| Compiling miniz_oxide v0.7.2 |
2405 | 2024-12-19T19:56:54.374Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2406 | 2024-12-19T19:56:54.605Z | [ helios-setup] Dec 19 19:56:53.521 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2407 | 2024-12-19T19:56:55.665Z | [ helios-setup] Dec 19 19:56:54.593 INFO E| Finished `release` profile [optimized] target(s) in 4.44s |
2408 | 2024-12-19T19:56:55.676Z | [ helios-setup] Dec 19 19:56:54.604 INFO building project "pinprick" ok (4 seconds) |
2409 | 2024-12-19T19:56:55.676Z | [ helios-setup] Dec 19 19:56:54.604 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2410 | 2024-12-19T19:56:55.679Z | [ helios-setup] Dec 19 19:56:54.604 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2411 | 2024-12-19T19:56:55.978Z | [ helios-setup] Dec 19 19:56:54.905 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2412 | 2024-12-19T19:56:55.988Z | [ host-package] Compiling macaddr v1.0.1 |
2413 | 2024-12-19T19:56:56.449Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2024-12-19T19:56:56.453Z | [ host-package] Compiling steno v0.4.1 |
2415 | 2024-12-19T19:56:56.548Z | [ helios-setup] Dec 19 19:56:55.448 INFO E| From https://github.com/jclulow/rust-jmclib |
2416 | 2024-12-19T19:56:56.549Z | [ helios-setup] Dec 19 19:56:55.449 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2417 | 2024-12-19T19:56:56.588Z | [ helios-setup] Dec 19 19:56:55.467 INFO E| Updating crates.io index |
2418 | 2024-12-19T19:56:56.765Z | [ helios-setup] Dec 19 19:56:55.669 INFO E| Downloading crates ... |
2419 | 2024-12-19T19:56:56.847Z | [ host-package] Compiling prettyplease v0.2.25 |
2420 | 2024-12-19T19:56:56.882Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2421 | 2024-12-19T19:56:56.883Z | [ helios-setup] Dec 19 19:56:55.779 INFO E| Downloaded getrandom v0.2.10 |
2422 | 2024-12-19T19:56:56.883Z | [ helios-setup] Dec 19 19:56:55.785 INFO E| Downloaded once_cell v1.18.0 |
2423 | 2024-12-19T19:56:56.883Z | [ helios-setup] Dec 19 19:56:55.789 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2424 | 2024-12-19T19:56:56.883Z | [ helios-setup] Dec 19 19:56:55.791 INFO E| Downloaded fastrand v2.0.0 |
2425 | 2024-12-19T19:56:56.883Z | [ helios-setup] Dec 19 19:56:55.793 INFO E| Downloaded opaque-debug v0.3.0 |
2426 | 2024-12-19T19:56:56.883Z | [ helios-setup] Dec 19 19:56:55.794 INFO E| Downloaded errno v0.3.1 |
2427 | 2024-12-19T19:56:56.891Z | [ helios-setup] Dec 19 19:56:55.796 INFO E| Downloaded md-5 v0.9.1 |
2428 | 2024-12-19T19:56:56.891Z | [ helios-setup] Dec 19 19:56:55.799 INFO E| Downloaded digest v0.9.0 |
2429 | 2024-12-19T19:56:56.892Z | [ helios-setup] Dec 19 19:56:55.801 INFO E| Downloaded unicode-width v0.1.10 |
2430 | 2024-12-19T19:56:56.892Z | [ helios-setup] Dec 19 19:56:55.803 INFO E| Downloaded cpufeatures v0.2.9 |
2431 | 2024-12-19T19:56:56.892Z | [ helios-setup] Dec 19 19:56:55.805 INFO E| Downloaded block-buffer v0.9.0 |
2432 | 2024-12-19T19:56:56.892Z | [ helios-setup] Dec 19 19:56:55.806 INFO E| Downloaded bitflags v2.3.3 |
2433 | 2024-12-19T19:56:56.892Z | [ helios-setup] Dec 19 19:56:55.810 INFO E| Downloaded sha-1 v0.9.8 |
2434 | 2024-12-19T19:56:56.921Z | [ helios-setup] Dec 19 19:56:55.832 INFO E| Downloaded walkdir v2.3.3 |
2435 | 2024-12-19T19:56:56.945Z | [ helios-setup] Dec 19 19:56:55.835 INFO E| Downloaded typenum v1.16.0 |
2436 | 2024-12-19T19:56:56.946Z | [ helios-setup] Dec 19 19:56:55.838 INFO E| Downloaded ryu v1.0.15 |
2437 | 2024-12-19T19:56:56.946Z | [ helios-setup] Dec 19 19:56:55.844 INFO E| Downloaded serde_derive v1.0.193 |
2438 | 2024-12-19T19:56:56.946Z | [ helios-setup] Dec 19 19:56:55.848 INFO E| Downloaded proc-macro2 v1.0.66 |
2439 | 2024-12-19T19:56:56.947Z | [ helios-setup] Dec 19 19:56:55.852 INFO E| Downloaded toml v0.5.11 |
2440 | 2024-12-19T19:56:56.947Z | [ helios-setup] Dec 19 19:56:55.856 INFO E| Downloaded serde v1.0.193 |
2441 | 2024-12-19T19:56:56.960Z | [ helios-setup] Dec 19 19:56:55.861 INFO E| Downloaded anyhow v1.0.72 |
2442 | 2024-12-19T19:56:56.960Z | [ helios-setup] Dec 19 19:56:55.867 INFO E| Downloaded uuid v0.8.2 |
2443 | 2024-12-19T19:56:56.960Z | [ helios-setup] Dec 19 19:56:55.872 INFO E| Downloaded serde_json v1.0.103 |
2444 | 2024-12-19T19:56:56.972Z | [ helios-setup] Dec 19 19:56:55.882 INFO E| Downloaded unicode-ident v1.0.11 |
2445 | 2024-12-19T19:56:56.972Z | [ helios-setup] Dec 19 19:56:55.886 INFO E| Downloaded tempfile v3.7.0 |
2446 | 2024-12-19T19:56:56.972Z | [ helios-setup] Dec 19 19:56:55.890 INFO E| Downloaded quote v1.0.31 |
2447 | 2024-12-19T19:56:56.993Z | [ helios-setup] Dec 19 19:56:55.895 INFO E| Downloaded itoa v1.0.9 |
2448 | 2024-12-19T19:56:56.993Z | [ helios-setup] Dec 19 19:56:55.897 INFO E| Downloaded syn v2.0.32 |
2449 | 2024-12-19T19:56:57.023Z | [ helios-setup] Dec 19 19:56:55.946 INFO E| Downloaded rustix v0.38.4 |
2450 | 2024-12-19T19:56:57.084Z | [ helios-setup] Dec 19 19:56:56.005 INFO E| Downloaded libc v0.2.147 |
2451 | 2024-12-19T19:56:57.217Z | [ helios-setup] Dec 19 19:56:56.139 INFO E| Compiling libc v0.2.147 |
2452 | 2024-12-19T19:56:57.217Z | [ helios-setup] Dec 19 19:56:56.139 INFO E| Compiling proc-macro2 v1.0.66 |
2453 | 2024-12-19T19:56:57.226Z | [ helios-setup] Dec 19 19:56:56.139 INFO E| Compiling cfg-if v1.0.0 |
2454 | 2024-12-19T19:56:57.226Z | [ helios-setup] Dec 19 19:56:56.140 INFO E| Compiling unicode-ident v1.0.11 |
2455 | 2024-12-19T19:56:57.226Z | [ helios-setup] Dec 19 19:56:56.140 INFO E| Compiling version_check v0.9.4 |
2456 | 2024-12-19T19:56:57.226Z | [ helios-setup] Dec 19 19:56:56.140 INFO E| Compiling typenum v1.16.0 |
2457 | 2024-12-19T19:56:57.226Z | [ helios-setup] Dec 19 19:56:56.140 INFO E| Compiling serde v1.0.193 |
2458 | 2024-12-19T19:56:57.226Z | [ helios-setup] Dec 19 19:56:56.140 INFO E| Compiling rustix v0.38.4 |
2459 | 2024-12-19T19:56:57.325Z | [ helios-setup] Dec 19 19:56:56.245 INFO E| Compiling slog v2.7.0 |
2460 | 2024-12-19T19:56:57.671Z | [ helios-setup] Dec 19 19:56:56.598 INFO E| Compiling powerfmt v0.2.0 |
2461 | 2024-12-19T19:56:58.276Z | [ helios-setup] Dec 19 19:56:57.203 INFO E| Compiling num-conv v0.1.0 |
2462 | 2024-12-19T19:56:58.466Z | [ helios-setup] Dec 19 19:56:57.393 INFO E| Compiling generic-array v0.14.7 |
2463 | 2024-12-19T19:56:58.507Z | [ helios-setup] Dec 19 19:56:57.434 INFO E| Compiling time-core v0.1.2 |
2464 | 2024-12-19T19:56:58.578Z | [ helios-setup] Dec 19 19:56:57.505 INFO E| Compiling itoa v1.0.9 |
2465 | 2024-12-19T19:56:58.928Z | [ helios-setup] Dec 19 19:56:57.851 INFO E| Compiling time-macros v0.2.18 |
2466 | 2024-12-19T19:56:58.952Z | [ helios-setup] Dec 19 19:56:57.879 INFO E| Compiling deranged v0.3.11 |
2467 | 2024-12-19T19:56:59.098Z | [ helios-setup] Dec 19 19:56:58.025 INFO E| Compiling num_threads v0.1.6 |
2468 | 2024-12-19T19:56:59.167Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2469 | 2024-12-19T19:56:59.218Z | [ helios-setup] Dec 19 19:56:58.145 INFO E| Compiling bitflags v2.3.3 |
2470 | 2024-12-19T19:56:59.243Z | [ helios-setup] Dec 19 19:56:58.169 INFO E| Compiling once_cell v1.18.0 |
2471 | 2024-12-19T19:57:00.085Z | [ helios-setup] Dec 19 19:56:59.010 INFO E| Compiling thread_local v1.1.7 |
2472 | 2024-12-19T19:57:00.146Z | [ helios-setup] Dec 19 19:56:59.072 INFO E| Compiling anyhow v1.0.72 |
2473 | 2024-12-19T19:57:00.615Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2474 | 2024-12-19T19:57:01.159Z | [ helios-setup] Dec 19 19:57:00.086 INFO E| Compiling quote v1.0.31 |
2475 | 2024-12-19T19:57:01.513Z | [ helios-setup] Dec 19 19:57:00.440 INFO E| Compiling dirs-sys-next v0.1.2 |
2476 | 2024-12-19T19:57:01.581Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2477 | 2024-12-19T19:57:01.623Z | [ helios-setup] Dec 19 19:57:00.550 INFO E| Compiling errno v0.3.1 |
2478 | 2024-12-19T19:57:01.711Z | [ helios-setup] Dec 19 19:57:00.637 INFO E| Compiling atty v0.2.14 |
2479 | 2024-12-19T19:57:01.974Z | [ helios-setup] Dec 19 19:57:00.900 INFO E| Compiling syn v2.0.32 |
2480 | 2024-12-19T19:57:01.996Z | [ helios-setup] Dec 19 19:57:00.923 INFO E| Compiling dirs-next v2.0.0 |
2481 | 2024-12-19T19:57:02.350Z | [ helios-setup] Dec 19 19:57:01.276 INFO E| Compiling term v0.7.0 |
2482 | 2024-12-19T19:57:02.434Z | [ helios-setup] Dec 19 19:57:01.361 INFO E| Compiling serde_json v1.0.103 |
2483 | 2024-12-19T19:57:03.061Z | [ helios-setup] Dec 19 19:57:01.987 INFO E| Compiling opaque-debug v0.3.0 |
2484 | 2024-12-19T19:57:03.151Z | [ helios-setup] Dec 19 19:57:02.077 INFO E| Compiling fastrand v2.0.0 |
2485 | 2024-12-19T19:57:03.473Z | [ helios-setup] Dec 19 19:57:02.399 INFO E| Compiling getrandom v0.2.10 |
2486 | 2024-12-19T19:57:03.995Z | [ helios-setup] Dec 19 19:57:02.921 INFO E| Compiling ryu v1.0.15 |
2487 | 2024-12-19T19:57:04.229Z | [ helios-setup] Dec 19 19:57:03.156 INFO E| Compiling digest v0.9.0 |
2488 | 2024-12-19T19:57:04.253Z | [ helios-setup] Dec 19 19:57:03.179 INFO E| Compiling block-buffer v0.9.0 |
2489 | 2024-12-19T19:57:04.317Z | [ helios-setup] Dec 19 19:57:03.243 INFO E| Compiling cpufeatures v0.2.9 |
2490 | 2024-12-19T19:57:04.413Z | [ helios-setup] Dec 19 19:57:03.339 INFO E| Compiling same-file v1.0.6 |
2491 | 2024-12-19T19:57:04.459Z | [ helios-setup] Dec 19 19:57:03.385 INFO E| Compiling unicode-width v0.1.10 |
2492 | 2024-12-19T19:57:04.612Z | [ helios-setup] Dec 19 19:57:03.538 INFO E| Compiling walkdir v2.3.3 |
2493 | 2024-12-19T19:57:04.647Z | [ helios-setup] Dec 19 19:57:03.573 INFO E| Compiling getopts v0.2.21 |
2494 | 2024-12-19T19:57:05.019Z | [ helios-setup] Dec 19 19:57:03.945 INFO E| Compiling md-5 v0.9.1 |
2495 | 2024-12-19T19:57:05.174Z | [ helios-setup] Dec 19 19:57:04.100 INFO E| Compiling sha-1 v0.9.8 |
2496 | 2024-12-19T19:57:05.202Z | [ helios-setup] Dec 19 19:57:04.127 INFO E| Compiling time v0.3.36 |
2497 | 2024-12-19T19:57:06.084Z | [ helios-setup] Dec 19 19:57:05.006 INFO E| Compiling tempfile v3.7.0 |
2498 | 2024-12-19T19:57:06.307Z | [ helios-setup] Dec 19 19:57:05.231 INFO E| Compiling libdevinfo-sys v1.0.0 |
2499 | 2024-12-19T19:57:06.450Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2500 | 2024-12-19T19:57:06.472Z | [ helios-setup] Dec 19 19:57:05.372 INFO E| Compiling glob v0.3.1 |
2501 | 2024-12-19T19:57:08.296Z | [ host-package] Compiling half v2.4.1 |
2502 | 2024-12-19T19:57:08.994Z | [ helios-setup] Dec 19 19:57:07.893 INFO E| Compiling slog-term v2.9.0 |
2503 | 2024-12-19T19:57:09.349Z | [ host-package] Compiling ciborium-io v0.2.2 |
2504 | 2024-12-19T19:57:09.765Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2505 | 2024-12-19T19:57:10.620Z | [ host-package] Compiling tungstenite v0.21.0 |
2506 | 2024-12-19T19:57:11.261Z | [ helios-setup] Dec 19 19:57:10.186 INFO E| Compiling serde_derive v1.0.193 |
2507 | 2024-12-19T19:57:14.148Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2508 | 2024-12-19T19:57:14.894Z | [ host-package] Compiling ciborium v0.2.2 |
2509 | 2024-12-19T19:57:16.679Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2510 | 2024-12-19T19:57:21.804Z | [ host-package] Compiling same-file v1.0.6 |
2511 | 2024-12-19T19:57:22.089Z | [ host-package] Compiling display-error-chain v0.2.2 |
2512 | 2024-12-19T19:57:22.385Z | [ host-package] Compiling fastrand v2.1.1 |
2513 | 2024-12-19T19:57:23.697Z | [ host-package] Compiling tempfile v3.13.0 |
2514 | 2024-12-19T19:57:24.357Z | [ host-package] Compiling walkdir v2.5.0 |
2515 | 2024-12-19T19:57:24.692Z | [ host-package] Compiling ring v0.16.20 |
2516 | 2024-12-19T19:57:25.215Z | [ host-package] Compiling blake3 v1.5.4 |
2517 | 2024-12-19T19:57:25.884Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2518 | 2024-12-19T19:57:26.125Z | [ host-package] Compiling xattr v1.3.1 |
2519 | 2024-12-19T19:57:26.448Z | [ host-package] Compiling filetime v0.2.25 |
2520 | 2024-12-19T19:57:26.807Z | [ host-package] Compiling memmap2 v0.9.5 |
2521 | 2024-12-19T19:57:27.150Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2522 | 2024-12-19T19:57:27.283Z | [ host-package] Compiling arrayvec v0.7.6 |
2523 | 2024-12-19T19:57:27.438Z | [ host-package] Compiling spin v0.5.2 |
2524 | 2024-12-19T19:57:27.583Z | [ helios-setup] Dec 19 19:57:26.505 INFO E| Compiling toml v0.5.11 |
2525 | 2024-12-19T19:57:27.583Z | [ helios-setup] Dec 19 19:57:26.505 INFO E| Compiling uuid v0.8.2 |
2526 | 2024-12-19T19:57:27.913Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2527 | 2024-12-19T19:57:27.993Z | [ host-package] Compiling arrayref v0.3.9 |
2528 | 2024-12-19T19:57:28.127Z | [ host-package] Compiling keccak v0.1.5 |
2529 | 2024-12-19T19:57:28.660Z | [ host-package] Compiling sha3 v0.10.8 |
2530 | 2024-12-19T19:57:29.444Z | [ host-package] Compiling tar v0.4.42 |
2531 | 2024-12-19T19:57:29.697Z | [ host-package] Compiling toolchain_find v0.4.0 |
2532 | 2024-12-19T19:57:29.731Z | [ helios-setup] Dec 19 19:57:28.652 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2533 | 2024-12-19T19:57:29.786Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2534 | 2024-12-19T19:57:29.920Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2535 | 2024-12-19T19:57:30.420Z | [ host-package] Compiling topological-sort v0.2.2 |
2536 | 2024-12-19T19:57:30.456Z | [ host-package] Compiling crunchy v0.2.2 |
2537 | 2024-12-19T19:57:30.730Z | [ host-package] Compiling maplit v1.0.2 |
2538 | 2024-12-19T19:57:30.895Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2539 | 2024-12-19T19:57:31.197Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2540 | 2024-12-19T19:57:31.636Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2541 | 2024-12-19T19:57:32.311Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2542 | 2024-12-19T19:57:32.373Z | [ host-package] Compiling phf_generator v0.11.2 |
2543 | 2024-12-19T19:57:32.506Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2544 | 2024-12-19T19:57:32.571Z | [ host-package] Compiling const_format v0.2.33 |
2545 | 2024-12-19T19:57:32.650Z | [ host-package] Compiling secrecy v0.8.0 |
2546 | 2024-12-19T19:57:32.707Z | [ helios-setup] Dec 19 19:57:31.628 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2547 | 2024-12-19T19:57:33.064Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2548 | 2024-12-19T19:57:33.174Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2549 | 2024-12-19T19:57:33.685Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2550 | 2024-12-19T19:57:33.755Z | [ host-package] Compiling arc-swap v1.7.1 |
2551 | 2024-12-19T19:57:33.920Z | [ host-package] Compiling r2d2 v0.8.10 |
2552 | 2024-12-19T19:57:33.959Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2553 | 2024-12-19T19:57:34.016Z | [ host-package] Compiling diesel_derives v2.2.3 |
2554 | 2024-12-19T19:57:34.198Z | [ host-package] Compiling phf_codegen v0.11.2 |
2555 | 2024-12-19T19:57:34.459Z | [ host-package] Compiling slog-scope v4.4.0 |
2556 | 2024-12-19T19:57:34.523Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2557 | 2024-12-19T19:57:35.044Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2558 | 2024-12-19T19:57:35.493Z | [ host-package] Compiling universal-hash v0.5.1 |
2559 | 2024-12-19T19:57:35.744Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2560 | 2024-12-19T19:57:35.925Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2561 | 2024-12-19T19:57:37.496Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2562 | 2024-12-19T19:57:37.827Z | [ host-package] Compiling ena v0.14.3 |
2563 | 2024-12-19T19:57:38.349Z | [ host-package] Compiling opaque-debug v0.3.1 |
2564 | 2024-12-19T19:57:38.503Z | [ host-package] Compiling regex-syntax v0.6.29 |
2565 | 2024-12-19T19:57:38.752Z | [ host-package] Compiling diff v0.1.13 |
2566 | 2024-12-19T19:57:39.458Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2567 | 2024-12-19T19:57:39.836Z | [ host-package] Compiling poly1305 v0.8.0 |
2568 | 2024-12-19T19:57:41.713Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2569 | 2024-12-19T19:57:43.382Z | [ host-package] Compiling lalrpop v0.19.12 |
2570 | 2024-12-19T19:57:45.199Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2571 | 2024-12-19T19:57:46.183Z | [ helios-setup] Dec 19 19:57:45.095 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.39s |
2572 | 2024-12-19T19:57:46.221Z | [ helios-setup] Dec 19 19:57:45.140 INFO building project "image-builder" ok (50 seconds) |
2573 | 2024-12-19T19:57:46.221Z | [ helios-setup] Dec 19 19:57:45.140 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2574 | 2024-12-19T19:57:46.221Z | [ helios-setup] Dec 19 19:57:45.140 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2575 | 2024-12-19T19:57:46.560Z | [ helios-setup] Dec 19 19:57:45.479 INFO E| Downloading crates ... |
2576 | 2024-12-19T19:57:47.046Z | [ helios-setup] Dec 19 19:57:45.612 INFO E| Downloaded cpufeatures v0.2.5 |
2577 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.648 INFO E| Downloaded flate2 v1.0.25 |
2578 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.655 INFO E| Downloaded sha2 v0.10.5 |
2579 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.657 INFO E| Downloaded digest v0.10.3 |
2580 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.660 INFO E| Downloaded generic-array v0.14.6 |
2581 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.662 INFO E| Downloaded block-buffer v0.10.3 |
2582 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.663 INFO E| Downloaded anyhow v1.0.62 |
2583 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.674 INFO E| Downloaded typenum v1.15.0 |
2584 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.678 INFO E| Downloaded bytes v1.2.1 |
2585 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.684 INFO E| Downloaded miniz_oxide v0.6.2 |
2586 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.757 INFO E| Compiling version_check v0.9.4 |
2587 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.757 INFO E| Compiling typenum v1.15.0 |
2588 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.757 INFO E| Compiling crc32fast v1.3.2 |
2589 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.758 INFO E| Compiling cfg-if v1.0.0 |
2590 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.758 INFO E| Compiling adler v1.0.2 |
2591 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.758 INFO E| Compiling anyhow v1.0.62 |
2592 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.758 INFO E| Compiling unicode-width v0.1.10 |
2593 | 2024-12-19T19:57:47.073Z | [ helios-setup] Dec 19 19:57:45.758 INFO E| Compiling cpufeatures v0.2.5 |
2594 | 2024-12-19T19:57:47.073Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2595 | 2024-12-19T19:57:47.595Z | [ helios-setup] Dec 19 19:57:46.507 INFO E| Compiling miniz_oxide v0.6.2 |
2596 | 2024-12-19T19:57:47.647Z | [ helios-setup] Dec 19 19:57:46.564 INFO E| Compiling getopts v0.2.21 |
2597 | 2024-12-19T19:57:47.704Z | [ helios-setup] Dec 19 19:57:46.620 INFO E| Compiling generic-array v0.14.6 |
2598 | 2024-12-19T19:57:47.727Z | [ host-package] Compiling diesel v2.2.6 |
2599 | 2024-12-19T19:57:47.742Z | [ helios-setup] Dec 19 19:57:46.660 INFO E| Compiling bitflags v1.3.2 |
2600 | 2024-12-19T19:57:47.919Z | [ helios-setup] Dec 19 19:57:46.837 INFO E| Compiling bytes v1.2.1 |
2601 | 2024-12-19T19:57:48.943Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2602 | 2024-12-19T19:57:49.030Z | [ helios-setup] Dec 19 19:57:47.947 INFO E| Compiling flate2 v1.0.25 |
2603 | 2024-12-19T19:57:49.898Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2604 | 2024-12-19T19:57:50.674Z | [ host-package] Compiling chacha20 v0.9.1 |
2605 | 2024-12-19T19:57:51.633Z | [ host-package] Compiling aead v0.5.2 |
2606 | 2024-12-19T19:57:52.150Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2607 | 2024-12-19T19:57:52.880Z | [ host-package] Compiling ref-cast v1.0.23 |
2608 | 2024-12-19T19:57:52.974Z | [ helios-setup] Dec 19 19:57:51.889 INFO E| Compiling block-buffer v0.10.3 |
2609 | 2024-12-19T19:57:52.974Z | [ helios-setup] Dec 19 19:57:51.889 INFO E| Compiling crypto-common v0.1.6 |
2610 | 2024-12-19T19:57:53.198Z | [ helios-setup] Dec 19 19:57:52.116 INFO E| Compiling digest v0.10.3 |
2611 | 2024-12-19T19:57:53.589Z | [ helios-setup] Dec 19 19:57:52.506 INFO E| Compiling sha2 v0.10.5 |
2612 | 2024-12-19T19:57:53.819Z | [ host-package] Compiling vte v0.11.1 |
2613 | 2024-12-19T19:57:54.221Z | [ helios-setup] Dec 19 19:57:53.138 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2614 | 2024-12-19T19:57:56.068Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2615 | 2024-12-19T19:57:56.267Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2616 | 2024-12-19T19:57:56.343Z | [ host-package] Compiling chrono-tz v0.10.0 |
2617 | 2024-12-19T19:57:57.219Z | [ host-package] Compiling vsss-rs v3.3.4 |
2618 | 2024-12-19T19:57:59.994Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2619 | 2024-12-19T19:58:00.311Z | [ helios-setup] Dec 19 19:57:59.227 INFO E| Finished `release` profile [optimized] target(s) in 14.00s |
2620 | 2024-12-19T19:58:00.328Z | [ helios-setup] Dec 19 19:57:59.244 INFO building project "bootserver" ok (14 seconds) |
2621 | 2024-12-19T19:58:00.328Z | [ helios-setup] Dec 19 19:57:59.244 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2622 | 2024-12-19T19:58:00.331Z | [ helios-setup] Dec 19 19:57:59.244 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2623 | 2024-12-19T19:58:00.437Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2624 | 2024-12-19T19:58:00.704Z | [ helios-setup] Dec 19 19:57:59.620 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2625 | 2024-12-19T19:58:01.850Z | [ helios-setup] Dec 19 19:58:00.765 INFO E| From https://github.com/oxidecomputer/progenitor |
2626 | 2024-12-19T19:58:01.850Z | [ helios-setup] Dec 19 19:58:00.765 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2627 | 2024-12-19T19:58:01.907Z | [ helios-setup] Dec 19 19:58:00.822 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2628 | 2024-12-19T19:58:01.907Z | [ helios-setup] Dec 19 19:58:00.822 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2629 | 2024-12-19T19:58:02.047Z | [ helios-setup] Dec 19 19:58:00.963 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2630 | 2024-12-19T19:58:02.580Z | [ helios-setup] Dec 19 19:58:01.496 INFO E| From https://github.com/jclulow/hiercmd |
2631 | 2024-12-19T19:58:02.580Z | [ helios-setup] Dec 19 19:58:01.496 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2632 | 2024-12-19T19:58:02.602Z | [ helios-setup] Dec 19 19:58:01.517 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2633 | 2024-12-19T19:58:03.047Z | [ host-package] Compiling headers-core v0.3.0 |
2634 | 2024-12-19T19:58:03.047Z | [ host-package] Compiling fxhash v0.2.1 |
2635 | 2024-12-19T19:58:03.093Z | [ helios-setup] Dec 19 19:58:02.005 INFO E| From https://github.com/jclulow/network-interface |
2636 | 2024-12-19T19:58:03.093Z | [ helios-setup] Dec 19 19:58:02.005 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2637 | 2024-12-19T19:58:03.123Z | [ helios-setup] Dec 19 19:58:02.038 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2638 | 2024-12-19T19:58:03.259Z | [ host-package] Compiling libxml v0.3.3 |
2639 | 2024-12-19T19:58:03.355Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2640 | 2024-12-19T19:58:03.656Z | [ helios-setup] Dec 19 19:58:02.571 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2641 | 2024-12-19T19:58:03.659Z | [ helios-setup] Dec 19 19:58:02.571 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2642 | 2024-12-19T19:58:03.689Z | [ helios-setup] Dec 19 19:58:02.604 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2643 | 2024-12-19T19:58:03.750Z | [ host-package] Compiling bytecount v0.6.8 |
2644 | 2024-12-19T19:58:04.108Z | [ host-package] Compiling papergrid v0.11.0 |
2645 | 2024-12-19T19:58:04.501Z | [ helios-setup] Dec 19 19:58:03.417 INFO E| From https://github.com/oxidecomputer/facade |
2646 | 2024-12-19T19:58:04.502Z | [ helios-setup] Dec 19 19:58:03.417 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2647 | 2024-12-19T19:58:04.554Z | [ helios-setup] Dec 19 19:58:03.468 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2648 | 2024-12-19T19:58:04.891Z | [ host-package] Compiling headers v0.4.0 |
2649 | 2024-12-19T19:58:05.415Z | [ helios-setup] Dec 19 19:58:04.330 INFO E| From https://github.com/oxidecomputer/dropshot |
2650 | 2024-12-19T19:58:05.415Z | [ helios-setup] Dec 19 19:58:04.330 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2651 | 2024-12-19T19:58:05.454Z | [ helios-setup] Dec 19 19:58:04.369 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2652 | 2024-12-19T19:58:05.454Z | [ helios-setup] Dec 19 19:58:04.369 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2653 | 2024-12-19T19:58:05.454Z | [ helios-setup] Dec 19 19:58:04.369 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2654 | 2024-12-19T19:58:05.456Z | [ helios-setup] Dec 19 19:58:04.369 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2655 | 2024-12-19T19:58:05.456Z | [ helios-setup] Dec 19 19:58:04.369 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2656 | 2024-12-19T19:58:05.456Z | [ helios-setup] Dec 19 19:58:04.369 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2657 | 2024-12-19T19:58:05.457Z | [ helios-setup] Dec 19 19:58:04.370 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2658 | 2024-12-19T19:58:05.457Z | [ helios-setup] Dec 19 19:58:04.370 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2659 | 2024-12-19T19:58:05.506Z | [ helios-setup] Dec 19 19:58:04.421 INFO E| Updating crates.io index |
2660 | 2024-12-19T19:58:05.543Z | [ helios-setup] Dec 19 19:58:04.458 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2661 | 2024-12-19T19:58:06.501Z | [ helios-setup] Dec 19 19:58:05.415 INFO E| From https://github.com/oxidecomputer/typify |
2662 | 2024-12-19T19:58:06.501Z | [ helios-setup] Dec 19 19:58:05.415 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2663 | 2024-12-19T19:58:06.535Z | [ helios-setup] Dec 19 19:58:05.450 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2664 | 2024-12-19T19:58:06.535Z | [ helios-setup] Dec 19 19:58:05.450 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2665 | 2024-12-19T19:58:06.535Z | [ helios-setup] Dec 19 19:58:05.451 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2666 | 2024-12-19T19:58:06.542Z | [ helios-setup] Dec 19 19:58:05.451 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2667 | 2024-12-19T19:58:06.542Z | [ helios-setup] Dec 19 19:58:05.451 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2668 | 2024-12-19T19:58:06.542Z | [ helios-setup] Dec 19 19:58:05.451 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2669 | 2024-12-19T19:58:06.542Z | [ helios-setup] Dec 19 19:58:05.451 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2670 | 2024-12-19T19:58:07.003Z | [ helios-setup] Dec 19 19:58:05.916 INFO E| Downloading crates ... |
2671 | 2024-12-19T19:58:07.228Z | [ helios-setup] Dec 19 19:58:06.142 INFO E| Downloaded rustls-pemfile v1.0.2 |
2672 | 2024-12-19T19:58:07.235Z | [ helios-setup] Dec 19 19:58:06.150 INFO E| Downloaded semver v1.0.17 |
2673 | 2024-12-19T19:58:07.256Z | [ helios-setup] Dec 19 19:58:06.170 INFO E| Downloaded tower-service v0.3.2 |
2674 | 2024-12-19T19:58:07.265Z | [ helios-setup] Dec 19 19:58:06.179 INFO E| Downloaded want v0.3.0 |
2675 | 2024-12-19T19:58:07.272Z | [ helios-setup] Dec 19 19:58:06.187 INFO E| Downloaded try-lock v0.2.4 |
2676 | 2024-12-19T19:58:07.274Z | [ helios-setup] Dec 19 19:58:06.189 INFO E| Downloaded aho-corasick v0.7.20 |
2677 | 2024-12-19T19:58:07.281Z | [ helios-setup] Dec 19 19:58:06.196 INFO E| Downloaded toolchain_find v0.2.0 |
2678 | 2024-12-19T19:58:07.284Z | [ helios-setup] Dec 19 19:58:06.198 INFO E| Downloaded async-stream-impl v0.3.5 |
2679 | 2024-12-19T19:58:07.286Z | [ helios-setup] Dec 19 19:58:06.201 INFO E| Downloaded terminal_size v0.2.6 |
2680 | 2024-12-19T19:58:07.320Z | [ helios-setup] Dec 19 19:58:06.234 INFO E| Downloaded utf8parse v0.2.1 |
2681 | 2024-12-19T19:58:07.323Z | [ helios-setup] Dec 19 19:58:06.237 INFO E| Downloaded thiserror-impl v1.0.38 |
2682 | 2024-12-19T19:58:07.326Z | [ helios-setup] Dec 19 19:58:06.239 INFO E| Downloaded strsim v0.10.0 |
2683 | 2024-12-19T19:58:07.329Z | [ helios-setup] Dec 19 19:58:06.241 INFO E| Downloaded smawk v0.3.1 |
2684 | 2024-12-19T19:58:07.331Z | [ helios-setup] Dec 19 19:58:06.244 INFO E| Downloaded slog-async v2.7.0 |
2685 | 2024-12-19T19:58:07.387Z | [ helios-setup] Dec 19 19:58:06.302 INFO E| Downloaded toml_datetime v0.6.1 |
2686 | 2024-12-19T19:58:07.390Z | [ helios-setup] Dec 19 19:58:06.304 INFO E| Downloaded anstream v0.2.6 |
2687 | 2024-12-19T19:58:07.394Z | [ helios-setup] Dec 19 19:58:06.308 INFO E| Downloaded thiserror v1.0.38 |
2688 | 2024-12-19T19:58:07.402Z | [ helios-setup] Dec 19 19:58:06.316 INFO E| Downloaded sct v0.7.0 |
2689 | 2024-12-19T19:58:07.407Z | [ helios-setup] Dec 19 19:58:06.322 INFO E| Downloaded serde_spanned v0.6.1 |
2690 | 2024-12-19T19:58:07.410Z | [ helios-setup] Dec 19 19:58:06.325 INFO E| Downloaded project-root v0.2.2 |
2691 | 2024-12-19T19:58:07.412Z | [ helios-setup] Dec 19 19:58:06.326 INFO E| Downloaded concolor-query v0.3.3 |
2692 | 2024-12-19T19:58:07.414Z | [ helios-setup] Dec 19 19:58:06.328 INFO E| Downloaded byteorder v1.4.3 |
2693 | 2024-12-19T19:58:07.417Z | [ helios-setup] Dec 19 19:58:06.331 INFO E| Downloaded memoffset v0.7.1 |
2694 | 2024-12-19T19:58:07.419Z | [ helios-setup] Dec 19 19:58:06.334 INFO E| Downloaded time v0.1.45 |
2695 | 2024-12-19T19:58:07.422Z | [ helios-setup] Dec 19 19:58:06.337 INFO E| Downloaded crossbeam-deque v0.8.2 |
2696 | 2024-12-19T19:58:07.425Z | [ helios-setup] Dec 19 19:58:06.340 INFO E| Downloaded smallvec v1.10.0 |
2697 | 2024-12-19T19:58:07.432Z | [ helios-setup] Dec 19 19:58:06.344 INFO E| Downloaded digest v0.10.6 |
2698 | 2024-12-19T19:58:07.435Z | [ helios-setup] Dec 19 19:58:06.348 INFO E| Downloaded tokio-macros v2.0.0 |
2699 | 2024-12-19T19:58:07.438Z | [ helios-setup] Dec 19 19:58:06.350 INFO E| Downloaded futures-task v0.3.28 |
2700 | 2024-12-19T19:58:07.438Z | [ helios-setup] Dec 19 19:58:06.353 INFO E| Downloaded http-body v0.4.5 |
2701 | 2024-12-19T19:58:07.441Z | [ helios-setup] Dec 19 19:58:06.356 INFO E| Downloaded lazy_static v1.4.0 |
2702 | 2024-12-19T19:58:07.445Z | [ helios-setup] Dec 19 19:58:06.359 INFO E| Downloaded ryu v1.0.13 |
2703 | 2024-12-19T19:58:07.451Z | [ helios-setup] Dec 19 19:58:06.366 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2704 | 2024-12-19T19:58:07.455Z | [ helios-setup] Dec 19 19:58:06.370 INFO E| Downloaded tokio-rustls v0.24.0 |
2705 | 2024-12-19T19:58:07.459Z | [ helios-setup] Dec 19 19:58:06.374 INFO E| Downloaded schemars v0.8.12 |
2706 | 2024-12-19T19:58:07.534Z | [ helios-setup] Dec 19 19:58:06.449 INFO E| Downloaded uuid v1.3.0 |
2707 | 2024-12-19T19:58:07.542Z | [ helios-setup] Dec 19 19:58:06.456 INFO E| Downloaded rustls-webpki v0.100.1 |
2708 | 2024-12-19T19:58:07.553Z | [ helios-setup] Dec 19 19:58:06.468 INFO E| Downloaded socket2 v0.4.9 |
2709 | 2024-12-19T19:58:07.557Z | [ helios-setup] Dec 19 19:58:06.471 INFO E| Downloaded getrandom v0.2.8 |
2710 | 2024-12-19T19:58:07.562Z | [ helios-setup] Dec 19 19:58:06.477 INFO E| Downloaded url v2.3.1 |
2711 | 2024-12-19T19:58:07.568Z | [ helios-setup] Dec 19 19:58:06.483 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2712 | 2024-12-19T19:58:07.574Z | [ helios-setup] Dec 19 19:58:06.489 INFO E| Downloaded unicode-linebreak v0.1.4 |
2713 | 2024-12-19T19:58:07.579Z | [ helios-setup] Dec 19 19:58:06.493 INFO E| Downloaded tracing v0.1.37 |
2714 | 2024-12-19T19:58:07.586Z | [ helios-setup] Dec 19 19:58:06.501 INFO E| Downloaded toml_edit v0.19.8 |
2715 | 2024-12-19T19:58:07.617Z | [ helios-setup] Dec 19 19:58:06.531 INFO E| Downloaded parking_lot_core v0.9.6 |
2716 | 2024-12-19T19:58:07.620Z | [ helios-setup] Dec 19 19:58:06.535 INFO E| Downloaded unicode-normalization v0.1.22 |
2717 | 2024-12-19T19:58:07.627Z | [ helios-setup] Dec 19 19:58:06.542 INFO E| Downloaded parking_lot v0.12.1 |
2718 | 2024-12-19T19:58:07.631Z | [ helios-setup] Dec 19 19:58:06.546 INFO E| Downloaded proc-macro2 v1.0.86 |
2719 | 2024-12-19T19:58:07.635Z | [ helios-setup] Dec 19 19:58:06.550 INFO E| Downloaded num-traits v0.2.15 |
2720 | 2024-12-19T19:58:07.640Z | [ helios-setup] Dec 19 19:58:06.555 INFO E| Downloaded cc v1.0.78 |
2721 | 2024-12-19T19:58:07.645Z | [ helios-setup] Dec 19 19:58:06.560 INFO E| Downloaded winnow v0.4.1 |
2722 | 2024-12-19T19:58:07.659Z | [ helios-setup] Dec 19 19:58:06.574 INFO E| Downloaded serde_json v1.0.95 |
2723 | 2024-12-19T19:58:07.675Z | [ helios-setup] Dec 19 19:58:06.590 INFO E| Downloaded rayon-core v1.10.2 |
2724 | 2024-12-19T19:58:07.683Z | [ helios-setup] Dec 19 19:58:06.598 INFO E| Downloaded rustls v0.21.0 |
2725 | 2024-12-19T19:58:07.705Z | [ helios-setup] Dec 19 19:58:06.619 INFO E| Downloaded memchr v2.5.0 |
2726 | 2024-12-19T19:58:07.711Z | [ helios-setup] Dec 19 19:58:06.626 INFO E| Downloaded crossbeam-channel v0.5.6 |
2727 | 2024-12-19T19:58:07.718Z | [ helios-setup] Dec 19 19:58:06.633 INFO E| Downloaded syn v1.0.107 |
2728 | 2024-12-19T19:58:07.741Z | [ helios-setup] Dec 19 19:58:06.656 INFO E| Downloaded syn v2.0.72 |
2729 | 2024-12-19T19:58:07.764Z | [ helios-setup] Dec 19 19:58:06.679 INFO E| Downloaded pest v2.5.7 |
2730 | 2024-12-19T19:58:07.773Z | [ helios-setup] Dec 19 19:58:06.688 INFO E| Downloaded http v0.2.9 |
2731 | 2024-12-19T19:58:07.781Z | [ helios-setup] Dec 19 19:58:06.696 INFO E| Downloaded mio v0.8.5 |
2732 | 2024-12-19T19:58:07.792Z | [ helios-setup] Dec 19 19:58:06.707 INFO E| Downloaded clap_builder v4.2.1 |
2733 | 2024-12-19T19:58:07.806Z | [ helios-setup] Dec 19 19:58:06.720 INFO E| Downloaded reqwest v0.11.16 |
2734 | 2024-12-19T19:58:07.821Z | [ helios-setup] Dec 19 19:58:06.735 INFO E| Downloaded futures-util v0.3.28 |
2735 | 2024-12-19T19:58:07.844Z | [ helios-setup] Dec 19 19:58:06.759 INFO E| Downloaded rayon v1.6.1 |
2736 | 2024-12-19T19:58:07.859Z | [ helios-setup] Dec 19 19:58:06.774 INFO E| Downloaded h2 v0.3.16 |
2737 | 2024-12-19T19:58:07.871Z | [ helios-setup] Dec 19 19:58:06.785 INFO E| Downloaded crossbeam-utils v0.8.14 |
2738 | 2024-12-19T19:58:07.876Z | [ helios-setup] Dec 19 19:58:06.790 INFO E| Downloaded chrono v0.4.24 |
2739 | 2024-12-19T19:58:07.889Z | [ helios-setup] Dec 19 19:58:06.803 INFO E| Downloaded base64 v0.21.0 |
2740 | 2024-12-19T19:58:07.909Z | [ helios-setup] Dec 19 19:58:06.824 INFO E| Downloaded git2 v0.16.1 |
2741 | 2024-12-19T19:58:07.924Z | [ helios-setup] Dec 19 19:58:06.839 INFO E| Downloaded hyper v0.14.25 |
2742 | 2024-12-19T19:58:07.940Z | [ helios-setup] Dec 19 19:58:06.855 INFO E| Downloaded regress v0.5.0 |
2743 | 2024-12-19T19:58:07.954Z | [ helios-setup] Dec 19 19:58:06.868 INFO E| Downloaded regex v1.7.3 |
2744 | 2024-12-19T19:58:07.968Z | [ helios-setup] Dec 19 19:58:06.882 INFO E| Downloaded rustix v0.37.3 |
2745 | 2024-12-19T19:58:07.998Z | [ helios-setup] Dec 19 19:58:06.913 INFO E| Downloaded bytes v1.4.0 |
2746 | 2024-12-19T19:58:08.006Z | [ helios-setup] Dec 19 19:58:06.920 INFO E| Downloaded rhai v1.14.0 |
2747 | 2024-12-19T19:58:08.031Z | [ helios-setup] Dec 19 19:58:06.945 INFO E| Downloaded ahash v0.8.3 |
2748 | 2024-12-19T19:58:08.037Z | [ helios-setup] Dec 19 19:58:06.950 INFO E| Downloaded once_cell v1.17.0 |
2749 | 2024-12-19T19:58:08.039Z | [ helios-setup] Dec 19 19:58:06.954 INFO E| Downloaded num_enum_derive v0.5.7 |
2750 | 2024-12-19T19:58:08.042Z | [ helios-setup] Dec 19 19:58:06.956 INFO E| Downloaded tokio v1.27.0 |
2751 | 2024-12-19T19:58:08.097Z | [ helios-setup] Dec 19 19:58:07.011 INFO E| Downloaded openapiv3 v1.0.2 |
2752 | 2024-12-19T19:58:08.118Z | [ helios-setup] Dec 19 19:58:07.032 INFO E| Downloaded lock_api v0.4.9 |
2753 | 2024-12-19T19:58:08.121Z | [ helios-setup] Dec 19 19:58:07.034 INFO E| Downloaded ipnet v2.7.2 |
2754 | 2024-12-19T19:58:08.124Z | [ helios-setup] Dec 19 19:58:07.037 INFO E| Downloaded futures v0.3.28 |
2755 | 2024-12-19T19:58:08.130Z | [ helios-setup] Dec 19 19:58:07.045 INFO E| Downloaded clap v4.2.1 |
2756 | 2024-12-19T19:58:08.143Z | [ helios-setup] Dec 19 19:58:07.057 INFO E| Downloaded tokio-util v0.7.7 |
2757 | 2024-12-19T19:58:08.153Z | [ helios-setup] Dec 19 19:58:07.067 INFO E| Downloaded rhai_codegen v1.5.0 |
2758 | 2024-12-19T19:58:08.166Z | [ helios-setup] Dec 19 19:58:07.079 INFO E| Downloaded pin-project-lite v0.2.9 |
2759 | 2024-12-19T19:58:08.172Z | [ helios-setup] Dec 19 19:58:07.087 INFO E| Downloaded quote v1.0.36 |
2760 | 2024-12-19T19:58:08.176Z | [ helios-setup] Dec 19 19:58:07.091 INFO E| Downloaded log v0.4.17 |
2761 | 2024-12-19T19:58:08.180Z | [ helios-setup] Dec 19 19:58:07.095 INFO E| Downloaded serde v1.0.204 |
2762 | 2024-12-19T19:58:08.186Z | [ helios-setup] Dec 19 19:58:07.100 INFO E| Downloaded num-integer v0.1.45 |
2763 | 2024-12-19T19:58:08.189Z | [ helios-setup] Dec 19 19:58:07.103 INFO E| Downloaded io-lifetimes v1.0.10 |
2764 | 2024-12-19T19:58:08.194Z | [ helios-setup] Dec 19 19:58:07.108 INFO E| Downloaded httparse v1.8.0 |
2765 | 2024-12-19T19:58:08.197Z | [ helios-setup] Dec 19 19:58:07.112 INFO E| Downloaded tracing-core v0.1.30 |
2766 | 2024-12-19T19:58:08.201Z | [ helios-setup] Dec 19 19:58:07.116 INFO E| Downloaded serde_yaml v0.9.21 |
2767 | 2024-12-19T19:58:08.207Z | [ helios-setup] Dec 19 19:58:07.122 INFO E| Downloaded itoa v1.0.6 |
2768 | 2024-12-19T19:58:08.210Z | [ helios-setup] Dec 19 19:58:07.124 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2769 | 2024-12-19T19:58:08.214Z | [ helios-setup] Dec 19 19:58:07.129 INFO E| Downloaded futures-channel v0.3.28 |
2770 | 2024-12-19T19:58:08.217Z | [ helios-setup] Dec 19 19:58:07.132 INFO E| Downloaded ahash v0.7.6 |
2771 | 2024-12-19T19:58:08.222Z | [ helios-setup] Dec 19 19:58:07.136 INFO E| Downloaded libc v0.2.139 |
2772 | 2024-12-19T19:58:08.261Z | [ helios-setup] Dec 19 19:58:07.175 INFO E| Downloaded smartstring v1.0.1 |
2773 | 2024-12-19T19:58:08.264Z | [ helios-setup] Dec 19 19:58:07.179 INFO E| Downloaded serde_derive v1.0.204 |
2774 | 2024-12-19T19:58:08.268Z | [ helios-setup] Dec 19 19:58:07.183 INFO E| Downloaded semver v0.11.0 |
2775 | 2024-12-19T19:58:08.271Z | [ helios-setup] Dec 19 19:58:07.185 INFO E| Downloaded httpdate v1.0.2 |
2776 | 2024-12-19T19:58:08.274Z | [ helios-setup] Dec 19 19:58:07.187 INFO E| Downloaded futures-core v0.3.28 |
2777 | 2024-12-19T19:58:08.277Z | [ helios-setup] Dec 19 19:58:07.189 INFO E| Downloaded clap_derive v4.2.0 |
2778 | 2024-12-19T19:58:08.282Z | [ helios-setup] Dec 19 19:58:07.197 INFO E| Downloaded camino v1.1.4 |
2779 | 2024-12-19T19:58:08.282Z | [ helios-setup] Dec 19 19:58:07.197 INFO E| Downloaded unicode-ident v1.0.8 |
2780 | 2024-12-19T19:58:08.285Z | [ helios-setup] Dec 19 19:58:07.199 INFO E| Downloaded unicode-bidi v0.3.13 |
2781 | 2024-12-19T19:58:08.288Z | [ helios-setup] Dec 19 19:58:07.203 INFO E| Downloaded ucd-trie v0.1.5 |
2782 | 2024-12-19T19:58:08.291Z | [ helios-setup] Dec 19 19:58:07.206 INFO E| Downloaded tungstenite v0.18.0 |
2783 | 2024-12-19T19:58:08.295Z | [ helios-setup] Dec 19 19:58:07.210 INFO E| Downloaded toml v0.7.3 |
2784 | 2024-12-19T19:58:08.300Z | [ helios-setup] Dec 19 19:58:07.215 INFO E| Downloaded tinyvec v1.6.0 |
2785 | 2024-12-19T19:58:08.306Z | [ helios-setup] Dec 19 19:58:07.220 INFO E| Downloaded textwrap v0.16.0 |
2786 | 2024-12-19T19:58:08.309Z | [ helios-setup] Dec 19 19:58:07.224 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2787 | 2024-12-19T19:58:08.312Z | [ helios-setup] Dec 19 19:58:07.227 INFO E| Downloaded proc-macro-crate v1.2.1 |
2788 | 2024-12-19T19:58:08.316Z | [ helios-setup] Dec 19 19:58:07.229 INFO E| Downloaded ppv-lite86 v0.2.17 |
2789 | 2024-12-19T19:58:08.319Z | [ helios-setup] Dec 19 19:58:07.231 INFO E| Downloaded num_enum v0.5.7 |
2790 | 2024-12-19T19:58:08.322Z | [ helios-setup] Dec 19 19:58:07.237 INFO E| Downloaded iana-time-zone v0.1.56 |
2791 | 2024-12-19T19:58:08.327Z | [ helios-setup] Dec 19 19:58:07.241 INFO E| Downloaded pkg-config v0.3.26 |
2792 | 2024-12-19T19:58:08.330Z | [ helios-setup] Dec 19 19:58:07.244 INFO E| Downloaded paste v1.0.12 |
2793 | 2024-12-19T19:58:08.334Z | [ helios-setup] Dec 19 19:58:07.249 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2794 | 2024-12-19T19:58:08.339Z | [ helios-setup] Dec 19 19:58:07.253 INFO E| Downloaded percent-encoding v2.2.0 |
2795 | 2024-12-19T19:58:08.342Z | [ helios-setup] Dec 19 19:58:07.254 INFO E| Downloaded async-trait v0.1.68 |
2796 | 2024-12-19T19:58:08.345Z | [ helios-setup] Dec 19 19:58:07.260 INFO E| Downloaded slog-bunyan v2.4.0 |
2797 | 2024-12-19T19:58:08.348Z | [ helios-setup] Dec 19 19:58:07.262 INFO E| Downloaded home v0.5.4 |
2798 | 2024-12-19T19:58:08.351Z | [ helios-setup] Dec 19 19:58:07.263 INFO E| Downloaded cargo-lock v8.0.3 |
2799 | 2024-12-19T19:58:08.354Z | [ helios-setup] Dec 19 19:58:07.269 INFO E| Downloaded num_cpus v1.15.0 |
2800 | 2024-12-19T19:58:08.359Z | [ helios-setup] Dec 19 19:58:07.274 INFO E| Downloaded is-terminal v0.4.7 |
2801 | 2024-12-19T19:58:08.362Z | [ helios-setup] Dec 19 19:58:07.276 INFO E| Downloaded jobserver v0.1.26 |
2802 | 2024-12-19T19:58:08.366Z | [ helios-setup] Dec 19 19:58:07.280 INFO E| Downloaded futures-macro v0.3.28 |
2803 | 2024-12-19T19:58:08.366Z | [ helios-setup] Dec 19 19:58:07.280 INFO E| Downloaded clap_lex v0.4.1 |
2804 | 2024-12-19T19:58:08.368Z | [ helios-setup] Dec 19 19:58:07.282 INFO E| Downloaded bincode v1.3.3 |
2805 | 2024-12-19T19:58:08.372Z | [ helios-setup] Dec 19 19:58:07.286 INFO E| Downloaded futures-sink v0.3.28 |
2806 | 2024-12-19T19:58:08.374Z | [ helios-setup] Dec 19 19:58:07.287 INFO E| Downloaded futures-io v0.3.28 |
2807 | 2024-12-19T19:58:08.374Z | [ helios-setup] Dec 19 19:58:07.289 INFO E| Downloaded form_urlencoded v1.1.0 |
2808 | 2024-12-19T19:58:08.377Z | [ helios-setup] Dec 19 19:58:07.290 INFO E| Downloaded fastrand v1.9.0 |
2809 | 2024-12-19T19:58:08.380Z | [ helios-setup] Dec 19 19:58:07.293 INFO E| Downloaded futures-executor v0.3.28 |
2810 | 2024-12-19T19:58:08.380Z | [ helios-setup] Dec 19 19:58:07.295 INFO E| Downloaded dyn-clone v1.0.11 |
2811 | 2024-12-19T19:58:08.384Z | [ helios-setup] Dec 19 19:58:07.298 INFO E| Downloaded serde_derive_internals v0.26.0 |
2812 | 2024-12-19T19:58:08.387Z | [ helios-setup] Dec 19 19:58:07.300 INFO E| Downloaded either v1.8.0 |
2813 | 2024-12-19T19:58:08.389Z | [ helios-setup] Dec 19 19:58:07.302 INFO E| Downloaded tempfile v3.5.0 |
2814 | 2024-12-19T19:58:08.392Z | [ helios-setup] Dec 19 19:58:07.306 INFO E| Downloaded serde_tokenstream v0.2.0 |
2815 | 2024-12-19T19:58:08.397Z | [ helios-setup] Dec 19 19:58:07.312 INFO E| Downloaded serde_path_to_error v0.1.11 |
2816 | 2024-12-19T19:58:08.400Z | [ helios-setup] Dec 19 19:58:07.315 INFO E| Downloaded built v0.6.0 |
2817 | 2024-12-19T19:58:08.402Z | [ helios-setup] Dec 19 19:58:07.317 INFO E| Downloaded autocfg v1.1.0 |
2818 | 2024-12-19T19:58:08.405Z | [ helios-setup] Dec 19 19:58:07.319 INFO E| Downloaded async-stream v0.3.5 |
2819 | 2024-12-19T19:58:08.408Z | [ helios-setup] Dec 19 19:58:07.322 INFO E| Downloaded anstyle-parse v0.1.1 |
2820 | 2024-12-19T19:58:08.413Z | [ helios-setup] Dec 19 19:58:07.328 INFO E| Downloaded anstyle v0.3.5 |
2821 | 2024-12-19T19:58:08.413Z | [ helios-setup] Dec 19 19:58:07.328 INFO E| Downloaded encoding_rs v0.8.32 |
2822 | 2024-12-19T19:58:08.448Z | [ helios-setup] Dec 19 19:58:07.362 INFO E| Downloaded slab v0.4.7 |
2823 | 2024-12-19T19:58:08.451Z | [ helios-setup] Dec 19 19:58:07.364 INFO E| Downloaded sha2 v0.10.6 |
2824 | 2024-12-19T19:58:08.454Z | [ helios-setup] Dec 19 19:58:07.368 INFO E| Downloaded sha1 v0.10.5 |
2825 | 2024-12-19T19:58:08.457Z | [ helios-setup] Dec 19 19:58:07.370 INFO E| Downloaded semver-parser v0.10.2 |
2826 | 2024-12-19T19:58:08.460Z | [ helios-setup] Dec 19 19:58:07.373 INFO E| Downloaded scopeguard v1.1.0 |
2827 | 2024-12-19T19:58:08.463Z | [ helios-setup] Dec 19 19:58:07.375 INFO E| Downloaded schemars_derive v0.8.12 |
2828 | 2024-12-19T19:58:08.463Z | [ helios-setup] Dec 19 19:58:07.378 INFO E| Downloaded const-random-macro v0.1.15 |
2829 | 2024-12-19T19:58:08.467Z | [ helios-setup] Dec 19 19:58:07.379 INFO E| Downloaded const-random v0.1.15 |
2830 | 2024-12-19T19:58:08.467Z | [ helios-setup] Dec 19 19:58:07.381 INFO E| Downloaded concolor-override v1.0.0 |
2831 | 2024-12-19T19:58:08.474Z | [ helios-setup] Dec 19 19:58:07.382 INFO E| Downloaded anyhow v1.0.68 |
2832 | 2024-12-19T19:58:08.474Z | [ helios-setup] Dec 19 19:58:07.388 INFO E| Downloaded signal-hook-registry v1.4.0 |
2833 | 2024-12-19T19:58:08.512Z | [ helios-setup] Dec 19 19:58:07.426 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2834 | 2024-12-19T19:58:08.692Z | [ helios-setup] Dec 19 19:58:07.606 INFO E| Downloaded libz-sys v1.1.8 |
2835 | 2024-12-19T19:58:09.091Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2836 | 2024-12-19T19:58:09.171Z | [ helios-setup] Dec 19 19:58:08.085 INFO E| Compiling proc-macro2 v1.0.86 |
2837 | 2024-12-19T19:58:09.171Z | [ helios-setup] Dec 19 19:58:08.085 INFO E| Compiling libc v0.2.139 |
2838 | 2024-12-19T19:58:09.174Z | [ helios-setup] Dec 19 19:58:08.085 INFO E| Compiling unicode-ident v1.0.8 |
2839 | 2024-12-19T19:58:09.174Z | [ helios-setup] Dec 19 19:58:08.085 INFO E| Compiling autocfg v1.1.0 |
2840 | 2024-12-19T19:58:09.174Z | [ helios-setup] Dec 19 19:58:08.085 INFO E| Compiling cfg-if v1.0.0 |
2841 | 2024-12-19T19:58:09.174Z | [ helios-setup] Dec 19 19:58:08.085 INFO E| Compiling version_check v0.9.4 |
2842 | 2024-12-19T19:58:09.174Z | [ helios-setup] Dec 19 19:58:08.085 INFO E| Compiling serde v1.0.204 |
2843 | 2024-12-19T19:58:09.174Z | [ helios-setup] Dec 19 19:58:08.085 INFO E| Compiling syn v1.0.107 |
2844 | 2024-12-19T19:58:09.699Z | [ helios-setup] Dec 19 19:58:08.613 INFO E| Compiling memchr v2.5.0 |
2845 | 2024-12-19T19:58:09.878Z | [ helios-setup] Dec 19 19:58:08.792 INFO E| Compiling once_cell v1.17.0 |
2846 | 2024-12-19T19:58:10.707Z | [ helios-setup] Dec 19 19:58:09.621 INFO E| Compiling thiserror v1.0.38 |
2847 | 2024-12-19T19:58:10.709Z | [ helios-setup] Dec 19 19:58:09.622 INFO E| Compiling log v0.4.17 |
2848 | 2024-12-19T19:58:11.339Z | [ helios-setup] Dec 19 19:58:10.252 INFO E| Compiling itoa v1.0.6 |
2849 | 2024-12-19T19:58:11.493Z | [ helios-setup] Dec 19 19:58:10.407 INFO E| Compiling serde_json v1.0.95 |
2850 | 2024-12-19T19:58:12.439Z | [ helios-setup] Dec 19 19:58:11.353 INFO E| Compiling indexmap v1.9.3 |
2851 | 2024-12-19T19:58:12.527Z | [ helios-setup] Dec 19 19:58:11.440 INFO E| Compiling pin-project-lite v0.2.9 |
2852 | 2024-12-19T19:58:12.705Z | [ helios-setup] Dec 19 19:58:11.619 INFO E| Compiling scopeguard v1.1.0 |
2853 | 2024-12-19T19:58:12.974Z | [ helios-setup] Dec 19 19:58:11.888 INFO E| Compiling num-integer v0.1.45 |
2854 | 2024-12-19T19:58:13.052Z | [ helios-setup] Dec 19 19:58:11.966 INFO E| Compiling bytes v1.4.0 |
2855 | 2024-12-19T19:58:13.222Z | [ helios-setup] Dec 19 19:58:12.136 INFO E| Compiling quote v1.0.36 |
2856 | 2024-12-19T19:58:13.398Z | [ helios-setup] Dec 19 19:58:12.311 INFO E| Compiling futures-core v0.3.28 |
2857 | 2024-12-19T19:58:13.720Z | [ helios-setup] Dec 19 19:58:12.633 INFO E| Compiling getrandom v0.2.8 |
2858 | 2024-12-19T19:58:14.007Z | [ helios-setup] Dec 19 19:58:12.920 INFO E| Compiling syn v2.0.72 |
2859 | 2024-12-19T19:58:14.372Z | [ helios-setup] Dec 19 19:58:13.286 INFO E| Compiling jobserver v0.1.26 |
2860 | 2024-12-19T19:58:14.883Z | [ helios-setup] Dec 19 19:58:13.796 INFO E| Compiling ryu v1.0.13 |
2861 | 2024-12-19T19:58:15.526Z | [ helios-setup] Dec 19 19:58:14.439 INFO E| Compiling cc v1.0.78 |
2862 | 2024-12-19T19:58:16.529Z | [ helios-setup] Dec 19 19:58:15.442 INFO E| Compiling lock_api v0.4.9 |
2863 | 2024-12-19T19:58:16.706Z | [ helios-setup] Dec 19 19:58:15.619 INFO E| Compiling bitflags v1.3.2 |
2864 | 2024-12-19T19:58:16.810Z | [ helios-setup] Dec 19 19:58:15.722 INFO E| Compiling parking_lot_core v0.9.6 |
2865 | 2024-12-19T19:58:16.835Z | [ helios-setup] Dec 19 19:58:15.748 INFO E| Compiling typenum v1.16.0 |
2866 | 2024-12-19T19:58:16.846Z | [ helios-setup] Dec 19 19:58:15.759 INFO E| Compiling num_cpus v1.15.0 |
2867 | 2024-12-19T19:58:16.981Z | [ helios-setup] Dec 19 19:58:15.894 INFO E| Compiling slab v0.4.7 |
2868 | 2024-12-19T19:58:17.263Z | [ helios-setup] Dec 19 19:58:16.172 INFO E| Compiling generic-array v0.14.6 |
2869 | 2024-12-19T19:58:17.907Z | [ helios-setup] Dec 19 19:58:16.820 INFO E| Compiling futures-task v0.3.28 |
2870 | 2024-12-19T19:58:18.069Z | [ helios-setup] Dec 19 19:58:16.982 INFO E| Compiling futures-channel v0.3.28 |
2871 | 2024-12-19T19:58:18.104Z | [ helios-setup] Dec 19 19:58:17.013 INFO E| Compiling futures-sink v0.3.28 |
2872 | 2024-12-19T19:58:18.948Z | [ helios-setup] Dec 19 19:58:17.861 INFO E| Compiling tokio v1.27.0 |
2873 | 2024-12-19T19:58:19.075Z | [ helios-setup] Dec 19 19:58:17.987 INFO E| Compiling schemars v0.8.12 |
2874 | 2024-12-19T19:58:19.077Z | [ helios-setup] Dec 19 19:58:17.989 INFO E| Compiling futures-util v0.3.28 |
2875 | 2024-12-19T19:58:19.874Z | [ host-package] Compiling polar-core v0.27.3 |
2876 | 2024-12-19T19:58:20.275Z | [ helios-setup] Dec 19 19:58:19.170 INFO E| Compiling mio v0.8.5 |
2877 | 2024-12-19T19:58:20.344Z | [ helios-setup] Dec 19 19:58:19.256 INFO E| Compiling signal-hook-registry v1.4.0 |
2878 | 2024-12-19T19:58:20.473Z | [ helios-setup] Dec 19 19:58:19.386 INFO E| Compiling socket2 v0.4.9 |
2879 | 2024-12-19T19:58:20.527Z | [ helios-setup] Dec 19 19:58:19.439 INFO E| Compiling num-traits v0.2.15 |
2880 | 2024-12-19T19:58:21.245Z | [ helios-setup] Dec 19 19:58:20.156 INFO E| Compiling ahash v0.7.6 |
2881 | 2024-12-19T19:58:21.498Z | [ helios-setup] Dec 19 19:58:20.410 INFO E| Compiling io-lifetimes v1.0.10 |
2882 | 2024-12-19T19:58:22.830Z | [ helios-setup] Dec 19 19:58:21.742 INFO E| Compiling futures-io v0.3.28 |
2883 | 2024-12-19T19:58:22.889Z | [ helios-setup] Dec 19 19:58:21.801 INFO E| Compiling pin-utils v0.1.0 |
2884 | 2024-12-19T19:58:22.963Z | [ helios-setup] Dec 19 19:58:21.875 INFO E| Compiling crunchy v0.2.2 |
2885 | 2024-12-19T19:58:23.906Z | [ helios-setup] Dec 19 19:58:22.818 INFO E| Compiling ahash v0.8.3 |
2886 | 2024-12-19T19:58:24.324Z | [ helios-setup] Dec 19 19:58:23.236 INFO E| Compiling rustix v0.37.3 |
2887 | 2024-12-19T19:58:24.483Z | [ helios-setup] Dec 19 19:58:23.395 INFO E| Compiling hashbrown v0.12.3 |
2888 | 2024-12-19T19:58:24.780Z | [ helios-setup] Dec 19 19:58:23.692 INFO E| Compiling tiny-keccak v2.0.2 |
2889 | 2024-12-19T19:58:25.118Z | [ helios-setup] Dec 19 19:58:24.029 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2890 | 2024-12-19T19:58:25.406Z | [ helios-setup] Dec 19 19:58:24.317 INFO E| Compiling block-buffer v0.10.3 |
2891 | 2024-12-19T19:58:25.838Z | [ helios-setup] Dec 19 19:58:24.743 INFO E| Compiling crypto-common v0.1.6 |
2892 | 2024-12-19T19:58:26.241Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2893 | 2024-12-19T19:58:26.451Z | [ helios-setup] Dec 19 19:58:25.363 INFO E| Compiling serde_derive_internals v0.26.0 |
2894 | 2024-12-19T19:58:26.702Z | [ helios-setup] Dec 19 19:58:25.613 INFO E| Compiling errno v0.3.1 |
2895 | 2024-12-19T19:58:27.340Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2896 | 2024-12-19T19:58:27.454Z | [ helios-setup] Dec 19 19:58:26.365 INFO E| Compiling slog v2.7.0 |
2897 | 2024-12-19T19:58:27.705Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2898 | 2024-12-19T19:58:27.783Z | [ helios-setup] Dec 19 19:58:26.694 INFO E| Compiling fnv v1.0.7 |
2899 | 2024-12-19T19:58:27.986Z | [ helios-setup] Dec 19 19:58:26.897 INFO E| Compiling crossbeam-utils v0.8.14 |
2900 | 2024-12-19T19:58:28.057Z | [ helios-setup] Dec 19 19:58:26.968 INFO E| Compiling pkg-config v0.3.26 |
2901 | 2024-12-19T19:58:28.365Z | [ host-package] Compiling tabled_derive v0.7.0 |
2902 | 2024-12-19T19:58:29.094Z | [ helios-setup] Dec 19 19:58:28.005 INFO E| Compiling http v0.2.9 |
2903 | 2024-12-19T19:58:31.606Z | [ helios-setup] Dec 19 19:58:30.517 INFO E| Compiling digest v0.10.6 |
2904 | 2024-12-19T19:58:31.686Z | [ helios-setup] Dec 19 19:58:30.595 INFO E| Compiling aho-corasick v0.7.20 |
2905 | 2024-12-19T19:58:31.733Z | [ helios-setup] Dec 19 19:58:30.642 INFO E| Compiling unicode-width v0.1.10 |
2906 | 2024-12-19T19:58:32.658Z | [ helios-setup] Dec 19 19:58:31.568 INFO E| Compiling percent-encoding v2.2.0 |
2907 | 2024-12-19T19:58:32.743Z | [ helios-setup] Dec 19 19:58:31.654 INFO E| Compiling tinyvec_macros v0.1.1 |
2908 | 2024-12-19T19:58:32.746Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2909 | 2024-12-19T19:58:32.980Z | [ helios-setup] Dec 19 19:58:31.890 INFO E| Compiling anyhow v1.0.68 |
2910 | 2024-12-19T19:58:33.646Z | [ helios-setup] Dec 19 19:58:32.556 INFO E| Compiling httparse v1.8.0 |
2911 | 2024-12-19T19:58:34.020Z | [ host-package] Compiling fd-lock v4.0.2 |
2912 | 2024-12-19T19:58:34.429Z | [ helios-setup] Dec 19 19:58:33.130 INFO E| Compiling heck v0.4.1 |
2913 | 2024-12-19T19:58:34.451Z | [ host-package] Compiling peg-macros v0.8.4 |
2914 | 2024-12-19T19:58:34.636Z | [ helios-setup] Dec 19 19:58:33.546 INFO E| Compiling regex-syntax v0.6.29 |
2915 | 2024-12-19T19:58:34.961Z | [ helios-setup] Dec 19 19:58:33.871 INFO E| Compiling cpufeatures v0.2.5 |
2916 | 2024-12-19T19:58:35.246Z | [ helios-setup] Dec 19 19:58:34.156 INFO E| Compiling tinyvec v1.6.0 |
2917 | 2024-12-19T19:58:35.883Z | [ helios-setup] Dec 19 19:58:34.792 INFO E| Compiling const-random-macro v0.1.15 |
2918 | 2024-12-19T19:58:35.903Z | [ helios-setup] Dec 19 19:58:34.810 INFO E| Compiling form_urlencoded v1.1.0 |
2919 | 2024-12-19T19:58:36.938Z | [ helios-setup] Dec 19 19:58:35.847 INFO E| Compiling hashbrown v0.13.2 |
2920 | 2024-12-19T19:58:36.942Z | [ helios-setup] Dec 19 19:58:35.848 INFO E| Compiling thiserror-impl v1.0.38 |
2921 | 2024-12-19T19:58:37.131Z | [ helios-setup] Dec 19 19:58:36.040 INFO E| Compiling serde_derive v1.0.204 |
2922 | 2024-12-19T19:58:37.432Z | [ helios-setup] Dec 19 19:58:36.341 INFO E| Compiling futures-macro v0.3.28 |
2923 | 2024-12-19T19:58:38.439Z | [ helios-setup] Dec 19 19:58:37.348 INFO E| Compiling tokio-macros v2.0.0 |
2924 | 2024-12-19T19:58:39.006Z | [ helios-setup] Dec 19 19:58:37.914 INFO E| Compiling schemars_derive v0.8.12 |
2925 | 2024-12-19T19:58:39.191Z | [ helios-setup] Dec 19 19:58:38.099 INFO E| Compiling libz-sys v1.1.8 |
2926 | 2024-12-19T19:58:40.828Z | [ helios-setup] Dec 19 19:58:39.736 INFO E| Compiling chrono v0.4.24 |
2927 | 2024-12-19T19:58:41.203Z | [ host-package] Compiling strum_macros v0.24.3 |
2928 | 2024-12-19T19:58:41.730Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2929 | 2024-12-19T19:58:42.433Z | [ host-package] Compiling kstat-rs v0.2.4 |
2930 | 2024-12-19T19:58:43.541Z | [ helios-setup] Dec 19 19:58:42.427 INFO E| Compiling regex v1.7.3 |
2931 | 2024-12-19T19:58:44.206Z | [ host-package] Compiling samael v0.0.17 |
2932 | 2024-12-19T19:58:44.353Z | [ host-package] Compiling unicase v2.7.0 |
2933 | 2024-12-19T19:58:44.896Z | [ helios-setup] Dec 19 19:58:43.805 INFO E| Compiling dyn-clone v1.0.11 |
2934 | 2024-12-19T19:58:44.945Z | [ helios-setup] Dec 19 19:58:43.853 INFO E| Compiling uuid v1.3.0 |
2935 | 2024-12-19T19:58:44.968Z | [ host-package] Compiling indoc v1.0.9 |
2936 | 2024-12-19T19:58:45.271Z | [ helios-setup] Dec 19 19:58:44.177 INFO E| Compiling regress v0.5.0 |
2937 | 2024-12-19T19:58:45.501Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2938 | 2024-12-19T19:58:45.854Z | [ helios-setup] Dec 19 19:58:44.761 INFO E| Compiling unicode-normalization v0.1.22 |
2939 | 2024-12-19T19:58:45.942Z | [ helios-setup] Dec 19 19:58:44.850 INFO E| Compiling const-random v0.1.15 |
2940 | 2024-12-19T19:58:47.080Z | [ host-package] Compiling reedline v0.35.0 |
2941 | 2024-12-19T19:58:47.970Z | [ helios-setup] Dec 19 19:58:46.874 INFO E| Compiling getopts v0.2.21 |
2942 | 2024-12-19T19:58:48.286Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2943 | 2024-12-19T19:58:48.388Z | [ helios-setup] Dec 19 19:58:47.295 INFO E| Compiling tracing-core v0.1.30 |
2944 | 2024-12-19T19:58:49.225Z | [ helios-setup] Dec 19 19:58:48.133 INFO E| Compiling memoffset v0.7.1 |
2945 | 2024-12-19T19:58:50.072Z | [ helios-setup] Dec 19 19:58:48.978 INFO E| Compiling ucd-trie v0.1.5 |
2946 | 2024-12-19T19:58:50.130Z | [ helios-setup] Dec 19 19:58:49.037 INFO E| Compiling unicode-bidi v0.3.13 |
2947 | 2024-12-19T19:58:51.559Z | [ helios-setup] Dec 19 19:58:50.466 INFO E| Compiling num-conv v0.1.0 |
2948 | 2024-12-19T19:58:53.001Z | [ helios-setup] Dec 19 19:58:51.907 INFO E| Compiling powerfmt v0.2.0 |
2949 | 2024-12-19T19:58:53.050Z | [ helios-setup] Dec 19 19:58:51.954 INFO E| Compiling time-core v0.1.2 |
2950 | 2024-12-19T19:58:53.757Z | [ helios-setup] Dec 19 19:58:52.663 INFO E| Compiling time-macros v0.2.18 |
2951 | 2024-12-19T19:58:53.812Z | [ host-package] Compiling peg v0.8.4 |
2952 | 2024-12-19T19:58:53.955Z | [ helios-setup] Dec 19 19:58:52.861 INFO E| Compiling deranged v0.3.11 |
2953 | 2024-12-19T19:58:53.996Z | [ helios-setup] Dec 19 19:58:52.902 INFO E| Compiling idna v0.3.0 |
2954 | 2024-12-19T19:58:54.099Z | [ host-package] Compiling tabled v0.15.0 |
2955 | 2024-12-19T19:58:58.352Z | [ helios-setup] Dec 19 19:58:57.257 INFO E| Compiling pest v2.5.7 |
2956 | 2024-12-19T19:58:58.534Z | [ helios-setup] Dec 19 19:58:57.438 INFO E| Compiling tracing v0.1.37 |
2957 | 2024-12-19T19:59:00.371Z | [ helios-setup] Dec 19 19:58:59.276 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2958 | 2024-12-19T19:59:01.341Z | [ helios-setup] Dec 19 19:59:00.245 INFO E| Compiling time v0.1.45 |
2959 | 2024-12-19T19:59:02.145Z | [ helios-setup] Dec 19 19:59:01.048 INFO E| Compiling crossbeam-epoch v0.9.13 |
2960 | 2024-12-19T19:59:02.616Z | [ helios-setup] Dec 19 19:59:01.519 INFO E| Compiling semver v1.0.17 |
2961 | 2024-12-19T19:59:03.389Z | [ helios-setup] Dec 19 19:59:02.294 INFO E| Compiling iana-time-zone v0.1.56 |
2962 | 2024-12-19T19:59:04.054Z | [ helios-setup] Dec 19 19:59:02.959 INFO E| Compiling num_threads v0.1.6 |
2963 | 2024-12-19T19:59:05.075Z | [ helios-setup] Dec 19 19:59:03.978 INFO E| Compiling time v0.3.36 |
2964 | 2024-12-19T19:59:05.654Z | [ helios-setup] Dec 19 19:59:04.558 INFO E| Compiling semver-parser v0.10.2 |
2965 | 2024-12-19T19:59:06.133Z | [ helios-setup] Dec 19 19:59:05.037 INFO E| Compiling url v2.3.1 |
2966 | 2024-12-19T19:59:06.719Z | [ helios-setup] Dec 19 19:59:05.621 INFO E| Compiling toml v0.5.11 |
2967 | 2024-12-19T19:59:07.269Z | [ helios-setup] Dec 19 19:59:06.173 INFO E| Compiling smallvec v1.10.0 |
2968 | 2024-12-19T19:59:09.466Z | [ helios-setup] Dec 19 19:59:08.369 INFO E| Compiling parking_lot v0.12.1 |
2969 | 2024-12-19T19:59:13.457Z | [ helios-setup] Dec 19 19:59:12.360 INFO E| Compiling serde_tokenstream v0.2.0 |
2970 | 2024-12-19T19:59:17.269Z | [ helios-setup] Dec 19 19:59:16.170 INFO E| Compiling crossbeam-channel v0.5.6 |
2971 | 2024-12-19T19:59:17.492Z | [ helios-setup] Dec 19 19:59:16.394 INFO E| Compiling dirs-sys-next v0.1.2 |
2972 | 2024-12-19T19:59:23.431Z | [ helios-setup] Dec 19 19:59:19.238 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2973 | 2024-12-19T19:59:23.798Z | [ helios-setup] Dec 19 19:59:19.626 INFO E| Compiling try-lock v0.2.4 |
2974 | 2024-12-19T19:59:23.798Z | [ helios-setup] Dec 19 19:59:19.785 INFO E| Compiling same-file v1.0.6 |
2975 | 2024-12-19T19:59:23.798Z | [ helios-setup] Dec 19 19:59:20.046 INFO E| Compiling crc32fast v1.3.2 |
2976 | 2024-12-19T19:59:23.798Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2977 | 2024-12-19T19:59:23.798Z | [ helios-setup] Dec 19 19:59:21.642 INFO E| Compiling walkdir v2.3.3 |
2978 | 2024-12-19T19:59:23.798Z | [ helios-setup] Dec 19 19:59:21.830 INFO E| Compiling want v0.3.0 |
2979 | 2024-12-19T19:59:24.426Z | [ helios-setup] Dec 19 19:59:23.326 INFO E| Compiling dirs-next v2.0.0 |
2980 | 2024-12-19T19:59:24.822Z | [ host-package] Compiling derive_builder v0.20.2 |
2981 | 2024-12-19T19:59:25.351Z | [ helios-setup] Dec 19 19:59:24.251 INFO E| Compiling proc-macro-crate v1.2.1 |
2982 | 2024-12-19T19:59:27.086Z | [ helios-setup] Dec 19 19:59:25.986 INFO E| Compiling semver v0.11.0 |
2983 | 2024-12-19T19:59:28.376Z | [ helios-setup] Dec 19 19:59:27.276 INFO E| Compiling tokio-util v0.7.7 |
2984 | 2024-12-19T19:59:29.165Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2985 | 2024-12-19T19:59:31.251Z | [ helios-setup] Dec 19 19:59:30.150 INFO E| Compiling h2 v0.3.16 |
2986 | 2024-12-19T19:59:33.397Z | [ helios-setup] Dec 19 19:59:32.297 INFO E| Compiling futures-executor v0.3.28 |
2987 | 2024-12-19T19:59:33.689Z | [ helios-setup] Dec 19 19:59:32.588 INFO E| Compiling http-body v0.4.5 |
2988 | 2024-12-19T19:59:34.765Z | [ helios-setup] Dec 19 19:59:33.664 INFO E| Compiling ring v0.16.20 |
2989 | 2024-12-19T19:59:34.808Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2990 | 2024-12-19T19:59:34.931Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2991 | 2024-12-19T19:59:35.805Z | [ helios-setup] Dec 19 19:59:34.703 INFO E| Compiling rand_core v0.6.4 |
2992 | 2024-12-19T19:59:35.873Z | [ host-package] Compiling bcs v0.1.6 |
2993 | 2024-12-19T19:59:37.325Z | [ helios-setup] Dec 19 19:59:36.224 INFO E| Compiling thread_local v1.1.7 |
2994 | 2024-12-19T19:59:37.405Z | [ helios-setup] Dec 19 19:59:36.304 INFO E| Compiling httpdate v1.0.2 |
2995 | 2024-12-19T19:59:37.953Z | [ host-package] Compiling oso-derive v0.27.3 |
2996 | 2024-12-19T19:59:37.966Z | [ helios-setup] Dec 19 19:59:36.864 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2997 | 2024-12-19T19:59:38.116Z | [ helios-setup] Dec 19 19:59:37.015 INFO E| Compiling fastrand v1.9.0 |
2998 | 2024-12-19T19:59:38.313Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2999 | 2024-12-19T19:59:38.953Z | [ helios-setup] Dec 19 19:59:37.851 INFO E| Compiling utf8parse v0.2.1 |
3000 | 2024-12-19T19:59:39.195Z | [ helios-setup] Dec 19 19:59:38.093 INFO E| Compiling adler v1.0.2 |
3001 | 2024-12-19T19:59:39.459Z | [ helios-setup] Dec 19 19:59:38.357 INFO E| Compiling ppv-lite86 v0.2.17 |
3002 | 2024-12-19T19:59:40.003Z | [ helios-setup] Dec 19 19:59:38.901 INFO E| Compiling base64 v0.21.0 |
3003 | 2024-12-19T19:59:40.150Z | [ helios-setup] Dec 19 19:59:39.049 INFO E| Compiling lazy_static v1.4.0 |
3004 | 2024-12-19T19:59:40.366Z | [ host-package] Compiling libz-sys v1.1.20 |
3005 | 2024-12-19T19:59:41.324Z | [ helios-setup] Dec 19 19:59:40.222 INFO E| Compiling tower-service v0.3.2 |
3006 | 2024-12-19T19:59:41.468Z | [ helios-setup] Dec 19 19:59:40.366 INFO E| Compiling home v0.5.4 |
3007 | 2024-12-19T19:59:41.913Z | [ host-package] Compiling quick-xml v0.33.0 |
3008 | 2024-12-19T19:59:42.051Z | [ helios-setup] Dec 19 19:59:40.948 INFO E| Compiling rayon-core v1.10.2 |
3009 | 2024-12-19T19:59:42.289Z | [ helios-setup] Dec 19 19:59:41.187 INFO E| Compiling toolchain_find v0.2.0 |
3010 | 2024-12-19T19:59:42.805Z | [ host-package] Compiling diesel-dtrace v0.4.0 |
3011 | 2024-12-19T19:59:42.812Z | [ helios-setup] Dec 19 19:59:41.710 INFO E| Compiling rand_chacha v0.3.1 |
3012 | 2024-12-19T19:59:43.354Z | [ helios-setup] Dec 19 19:59:42.251 INFO E| Compiling hyper v0.14.25 |
3013 | 2024-12-19T19:59:43.737Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3014 | 2024-12-19T19:59:46.583Z | [ helios-setup] Dec 19 19:59:45.480 INFO E| Compiling miniz_oxide v0.6.2 |
3015 | 2024-12-19T19:59:46.632Z | [ helios-setup] Dec 19 19:59:45.529 INFO E| Compiling anstyle-parse v0.1.1 |
3016 | 2024-12-19T19:59:47.398Z | [ helios-setup] Dec 19 19:59:46.295 INFO E| Compiling tempfile v3.5.0 |
3017 | 2024-12-19T19:59:49.889Z | [ helios-setup] Dec 19 19:59:48.785 INFO E| Compiling futures v0.3.28 |
3018 | 2024-12-19T19:59:52.649Z | [ host-package] Compiling oso v0.27.3 |
3019 | 2024-12-19T19:59:56.622Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3020 | 2024-12-19T19:59:59.823Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3021 | 2024-12-19T20:00:03.820Z | [ helios-setup] Dec 19 20:00:02.713 INFO E| Compiling crossbeam-deque v0.8.2 |
3022 | 2024-12-19T20:00:04.721Z | [ helios-setup] Dec 19 20:00:03.614 INFO E| Compiling cargo-lock v8.0.3 |
3023 | 2024-12-19T20:00:06.583Z | [ helios-setup] Dec 19 20:00:05.477 INFO E| Compiling num_enum_derive v0.5.7 |
3024 | 2024-12-19T20:00:09.986Z | [ helios-setup] Dec 19 20:00:08.878 INFO E| Compiling term v0.7.0 |
3025 | 2024-12-19T20:00:10.722Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3026 | 2024-12-19T20:00:12.177Z | [ helios-setup] Dec 19 20:00:11.068 INFO E| Compiling serde_urlencoded v0.7.1 |
3027 | 2024-12-19T20:00:12.447Z | [ helios-setup] Dec 19 20:00:11.339 INFO E| Compiling sha2 v0.10.6 |
3028 | 2024-12-19T20:00:13.384Z | [ helios-setup] Dec 19 20:00:12.276 INFO E| Compiling sha1 v0.10.5 |
3029 | 2024-12-19T20:00:13.695Z | [ helios-setup] Dec 19 20:00:12.587 INFO E| Compiling is-terminal v0.4.7 |
3030 | 2024-12-19T20:00:13.824Z | [ helios-setup] Dec 19 20:00:12.716 INFO E| Compiling atty v0.2.14 |
3031 | 2024-12-19T20:00:14.216Z | [ helios-setup] Dec 19 20:00:13.108 INFO E| Compiling concolor-override v1.0.0 |
3032 | 2024-12-19T20:00:14.795Z | [ helios-setup] Dec 19 20:00:13.688 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3033 | 2024-12-19T20:00:15.862Z | [ helios-setup] Dec 19 20:00:14.754 INFO E| Compiling anstyle v0.3.5 |
3034 | 2024-12-19T20:00:16.328Z | [ helios-setup] Dec 19 20:00:15.219 INFO E| Compiling concolor-query v0.3.3 |
3035 | 2024-12-19T20:00:16.769Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3036 | 2024-12-19T20:00:17.236Z | [ helios-setup] Dec 19 20:00:16.128 INFO E| Compiling anstream v0.2.6 |
3037 | 2024-12-19T20:00:17.723Z | [ host-package] Compiling bb8 v0.8.5 |
3038 | 2024-12-19T20:00:19.217Z | [ helios-setup] Dec 19 20:00:18.108 INFO E| Compiling slog-term v2.9.0 |
3039 | 2024-12-19T20:00:19.337Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3040 | 2024-12-19T20:00:19.435Z | [ helios-setup] Dec 19 20:00:18.326 INFO E| Compiling flate2 v1.0.25 |
3041 | 2024-12-19T20:00:20.442Z | [ helios-setup] Dec 19 20:00:19.333 INFO E| Compiling num_enum v0.5.7 |
3042 | 2024-12-19T20:00:21.079Z | [ helios-setup] Dec 19 20:00:19.970 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3043 | 2024-12-19T20:00:21.424Z | [ helios-setup] Dec 19 20:00:20.313 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3044 | 2024-12-19T20:00:21.607Z | [ helios-setup] Dec 19 20:00:20.498 INFO E| Compiling rand v0.8.5 |
3045 | 2024-12-19T20:00:21.959Z | [ helios-setup] Dec 19 20:00:20.850 INFO E| Compiling openapiv3 v1.0.2 |
3046 | 2024-12-19T20:00:24.748Z | [ helios-setup] Dec 19 20:00:23.638 INFO E| Compiling encoding_rs v0.8.32 |
3047 | 2024-12-19T20:00:25.014Z | [ host-package] Compiling nibble_vec v0.1.0 |
3048 | 2024-12-19T20:00:25.665Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3049 | 2024-12-19T20:00:25.825Z | [ helios-setup] Dec 19 20:00:24.715 INFO E| Compiling byteorder v1.4.3 |
3050 | 2024-12-19T20:00:27.118Z | [ helios-setup] Dec 19 20:00:26.008 INFO E| Compiling base64 v0.13.1 |
3051 | 2024-12-19T20:00:27.406Z | [ host-package] Compiling atty v0.2.14 |
3052 | 2024-12-19T20:00:28.249Z | [ host-package] Compiling salty v0.3.0 |
3053 | 2024-12-19T20:00:28.249Z | [ host-package] Compiling endian-type v0.1.2 |
3054 | 2024-12-19T20:00:28.625Z | [ helios-setup] Dec 19 20:00:27.514 INFO E| Compiling utf-8 v0.7.6 |
3055 | 2024-12-19T20:00:29.185Z | [ host-package] Compiling radix_trie v0.2.1 |
3056 | 2024-12-19T20:00:29.464Z | [ helios-setup] Dec 19 20:00:28.353 INFO E| Compiling strsim v0.10.0 |
3057 | 2024-12-19T20:00:30.716Z | [ helios-setup] Dec 19 20:00:29.605 INFO E| Compiling unsafe-libyaml v0.2.8 |
3058 | 2024-12-19T20:00:32.255Z | [ host-package] Compiling parking_lot v0.11.2 |
3059 | 2024-12-19T20:00:32.615Z | [ helios-setup] Dec 19 20:00:31.504 INFO E| Compiling either v1.8.0 |
3060 | 2024-12-19T20:00:32.988Z | [ helios-setup] Dec 19 20:00:31.875 INFO E| Compiling untrusted v0.7.1 |
3061 | 2024-12-19T20:00:33.261Z | [ helios-setup] Dec 19 20:00:32.149 INFO E| Compiling ipnet v2.7.2 |
3062 | 2024-12-19T20:00:33.835Z | [ helios-setup] Dec 19 20:00:32.724 INFO E| Compiling spin v0.5.2 |
3063 | 2024-12-19T20:00:34.232Z | [ helios-setup] Dec 19 20:00:33.120 INFO E| Compiling mime v0.3.17 |
3064 | 2024-12-19T20:00:34.497Z | [ helios-setup] Dec 19 20:00:33.386 INFO E| Compiling project-root v0.2.2 |
3065 | 2024-12-19T20:00:35.249Z | [ helios-setup] Dec 19 20:00:34.137 INFO E| Compiling clap_lex v0.4.1 |
3066 | 2024-12-19T20:00:36.452Z | [ helios-setup] Dec 19 20:00:35.339 INFO E| Compiling clap_builder v4.2.1 |
3067 | 2024-12-19T20:00:36.525Z | [ helios-setup] Dec 19 20:00:35.413 INFO E| Compiling reqwest v0.11.16 |
3068 | 2024-12-19T20:00:36.576Z | [ helios-setup] Dec 19 20:00:35.464 INFO E| Compiling serde_yaml v0.9.21 |
3069 | 2024-12-19T20:00:36.756Z | [ helios-setup] Dec 19 20:00:35.645 INFO E| Compiling rayon v1.6.1 |
3070 | 2024-12-19T20:00:36.855Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3071 | 2024-12-19T20:00:38.842Z | [ helios-setup] Dec 19 20:00:37.729 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3072 | 2024-12-19T20:00:44.426Z | [ helios-setup] Dec 19 20:00:43.312 INFO E| Compiling tungstenite v0.18.0 |
3073 | 2024-12-19T20:00:46.315Z | [ helios-setup] Dec 19 20:00:45.201 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3074 | 2024-12-19T20:00:46.496Z | [ host-package] Compiling sled v0.34.7 |
3075 | 2024-12-19T20:00:48.115Z | [ helios-setup] Dec 19 20:00:47.001 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3076 | 2024-12-19T20:00:50.592Z | [ helios-setup] Dec 19 20:00:49.478 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3077 | 2024-12-19T20:00:51.278Z | [ helios-setup] Dec 19 20:00:50.164 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3078 | 2024-12-19T20:00:51.880Z | [ helios-setup] Dec 19 20:00:50.765 INFO E| Compiling clap_derive v4.2.0 |
3079 | 2024-12-19T20:00:56.875Z | [ helios-setup] Dec 19 20:00:55.759 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3080 | 2024-12-19T20:01:01.630Z | [ helios-setup] Dec 19 20:01:00.513 INFO E| Compiling clap v4.2.1 |
3081 | 2024-12-19T20:01:03.418Z | [ helios-setup] Dec 19 20:01:02.301 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3082 | 2024-12-19T20:01:13.061Z | [ helios-setup] Dec 19 20:01:11.942 INFO E| Compiling tokio-tungstenite v0.18.0 |
3083 | 2024-12-19T20:01:14.259Z | [ helios-setup] Dec 19 20:01:13.141 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3084 | 2024-12-19T20:01:17.796Z | [ helios-setup] Dec 19 20:01:16.677 INFO E| Compiling smartstring v1.0.1 |
3085 | 2024-12-19T20:01:18.476Z | [ helios-setup] Dec 19 20:01:17.356 INFO E| Compiling rustls v0.21.0 |
3086 | 2024-12-19T20:01:20.360Z | [ helios-setup] Dec 19 20:01:19.240 INFO E| Compiling toml_datetime v0.6.1 |
3087 | 2024-12-19T20:01:21.656Z | [ helios-setup] Dec 19 20:01:20.536 INFO E| Compiling serde_spanned v0.6.1 |
3088 | 2024-12-19T20:01:22.171Z | [ helios-setup] Dec 19 20:01:21.051 INFO E| Compiling camino v1.1.4 |
3089 | 2024-12-19T20:01:23.892Z | [ helios-setup] Dec 19 20:01:22.771 INFO E| Compiling static_assertions v1.1.0 |
3090 | 2024-12-19T20:01:24.251Z | [ helios-setup] Dec 19 20:01:23.130 INFO E| Compiling slog-async v2.7.0 |
3091 | 2024-12-19T20:01:25.661Z | [ helios-setup] Dec 19 20:01:24.541 INFO E| Compiling winnow v0.4.1 |
3092 | 2024-12-19T20:01:30.893Z | [ helios-setup] Dec 19 20:01:29.771 INFO E| Compiling match_cfg v0.1.0 |
3093 | 2024-12-19T20:01:31.257Z | [ helios-setup] Dec 19 20:01:30.135 INFO E| Compiling paste v1.0.12 |
3094 | 2024-12-19T20:01:31.688Z | [ host-package] Compiling mime_guess v2.0.5 |
3095 | 2024-12-19T20:01:32.599Z | [ helios-setup] Dec 19 20:01:31.477 INFO E| Compiling async-trait v0.1.68 |
3096 | 2024-12-19T20:01:33.379Z | [ helios-setup] Dec 19 20:01:32.257 INFO E| Compiling toml_edit v0.19.8 |
3097 | 2024-12-19T20:01:34.018Z | [ helios-setup] Dec 19 20:01:32.896 INFO E| Compiling hostname v0.3.1 |
3098 | 2024-12-19T20:01:34.279Z | [ host-package] Compiling hickory-client v0.24.1 |
3099 | 2024-12-19T20:01:36.344Z | [ helios-setup] Dec 19 20:01:35.222 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3100 | 2024-12-19T20:01:39.156Z | [ helios-setup] Dec 19 20:01:38.033 INFO E| Compiling slog-json v2.6.1 |
3101 | 2024-12-19T20:01:40.355Z | [ helios-setup] Dec 19 20:01:39.232 INFO E| Compiling unicode-linebreak v0.1.4 |
3102 | 2024-12-19T20:01:40.437Z | [ helios-setup] Dec 19 20:01:39.314 INFO E| Compiling async-stream-impl v0.3.5 |
3103 | 2024-12-19T20:01:40.977Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3104 | 2024-12-19T20:01:41.080Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3105 | 2024-12-19T20:01:41.298Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3106 | 2024-12-19T20:01:42.169Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3107 | 2024-12-19T20:01:43.495Z | [ helios-setup] Dec 19 20:01:42.371 INFO E| Compiling rhai_codegen v1.5.0 |
3108 | 2024-12-19T20:01:44.071Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3109 | 2024-12-19T20:01:44.969Z | [ helios-setup] Dec 19 20:01:43.842 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3110 | 2024-12-19T20:01:45.805Z | [ host-package] Compiling hickory-server v0.24.1 |
3111 | 2024-12-19T20:01:45.925Z | [ helios-setup] Dec 19 20:01:44.800 INFO E| Compiling take_mut v0.2.2 |
3112 | 2024-12-19T20:01:46.390Z | [ helios-setup] Dec 19 20:01:45.259 INFO E| Compiling async-stream v0.3.5 |
3113 | 2024-12-19T20:01:47.181Z | [ helios-setup] Dec 19 20:01:46.055 INFO E| Compiling toml v0.7.3 |
3114 | 2024-12-19T20:01:47.727Z | [ host-package] Compiling primeorder v0.13.6 |
3115 | 2024-12-19T20:01:48.938Z | [ helios-setup] Dec 19 20:01:47.813 INFO E| Compiling rhai v1.14.0 |
3116 | 2024-12-19T20:01:49.271Z | [ host-package] Compiling vergen v8.3.2 |
3117 | 2024-12-19T20:01:50.293Z | [ host-package] Compiling env_filter v0.1.2 |
3118 | 2024-12-19T20:01:51.841Z | [ helios-setup] Dec 19 20:01:50.715 INFO E| Compiling slog-bunyan v2.4.0 |
3119 | 2024-12-19T20:01:51.906Z | [ host-package] Compiling cargo-platform v0.1.8 |
3120 | 2024-12-19T20:01:53.108Z | [ host-package] Compiling nanorand v0.7.0 |
3121 | 2024-12-19T20:01:53.303Z | [ host-package] Compiling memoffset v0.9.1 |
3122 | 2024-12-19T20:01:54.363Z | [ host-package] Compiling flume v0.11.1 |
3123 | 2024-12-19T20:01:54.502Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3124 | 2024-12-19T20:01:56.436Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3125 | 2024-12-19T20:01:56.604Z | [ helios-setup] Dec 19 20:01:55.477 INFO E| Compiling rustls-pemfile v1.0.2 |
3126 | 2024-12-19T20:01:57.885Z | [ helios-setup] Dec 19 20:01:56.759 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3127 | 2024-12-19T20:01:57.964Z | [ helios-setup] Dec 19 20:01:56.837 INFO E| Compiling serde_path_to_error v0.1.11 |
3128 | 2024-12-19T20:01:58.910Z | [ helios-setup] Dec 19 20:01:57.782 INFO E| Compiling bincode v1.3.3 |
3129 | 2024-12-19T20:01:59.431Z | [ host-package] Compiling env_logger v0.11.5 |
3130 | 2024-12-19T20:01:59.867Z | [ host-package] Compiling p384 v0.13.0 |
3131 | 2024-12-19T20:02:00.602Z | [ helios-setup] Dec 19 20:01:59.475 INFO E| Compiling terminal_size v0.2.6 |
3132 | 2024-12-19T20:02:01.092Z | [ helios-setup] Dec 19 20:01:59.965 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3133 | 2024-12-19T20:02:01.290Z | [ helios-setup] Dec 19 20:02:00.162 INFO E| Compiling smawk v0.3.1 |
3134 | 2024-12-19T20:02:01.512Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3135 | 2024-12-19T20:02:02.000Z | [ helios-setup] Dec 19 20:02:00.872 INFO E| Compiling textwrap v0.16.0 |
3136 | 2024-12-19T20:02:02.454Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3137 | 2024-12-19T20:02:10.512Z | [ host-package] Compiling git2 v0.19.0 |
3138 | 2024-12-19T20:02:14.220Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3139 | 2024-12-19T20:02:14.476Z | [ helios-setup] Dec 19 20:02:13.346 INFO E| Compiling sct v0.7.0 |
3140 | 2024-12-19T20:02:14.687Z | [ helios-setup] Dec 19 20:02:13.555 INFO E| Compiling rustls-webpki v0.100.1 |
3141 | 2024-12-19T20:02:17.479Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3142 | 2024-12-19T20:02:21.129Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3143 | 2024-12-19T20:02:21.593Z | [ helios-setup] Dec 19 20:02:20.462 INFO E| Compiling git2 v0.16.1 |
3144 | 2024-12-19T20:02:21.872Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3145 | 2024-12-19T20:02:23.332Z | [ helios-setup] Dec 19 20:02:22.201 INFO E| Compiling tokio-rustls v0.24.0 |
3146 | 2024-12-19T20:02:25.202Z | [ host-package] Compiling rand_seeder v0.3.0 |
3147 | 2024-12-19T20:02:25.586Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3148 | 2024-12-19T20:02:26.105Z | [ host-package] Compiling lzma-sys v0.1.20 |
3149 | 2024-12-19T20:02:26.415Z | [ host-package] Compiling rustls v0.21.12 |
3150 | 2024-12-19T20:02:26.466Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3151 | 2024-12-19T20:02:27.033Z | [ host-package] Compiling http-range v0.1.5 |
3152 | 2024-12-19T20:02:27.346Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3153 | 2024-12-19T20:02:27.558Z | [ host-package] Compiling nix v0.29.0 |
3154 | 2024-12-19T20:02:27.964Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3155 | 2024-12-19T20:02:29.287Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3156 | 2024-12-19T20:02:29.310Z | [ helios-setup] Dec 19 20:02:28.178 INFO E| Compiling built v0.6.0 |
3157 | 2024-12-19T20:02:29.817Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3158 | 2024-12-19T20:02:29.981Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3159 | 2024-12-19T20:02:31.321Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3160 | 2024-12-19T20:02:31.426Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3161 | 2024-12-19T20:02:32.144Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3162 | 2024-12-19T20:02:32.298Z | [ host-package] Compiling sct v0.7.1 |
3163 | 2024-12-19T20:02:32.465Z | [ host-package] Compiling heck v0.3.3 |
3164 | 2024-12-19T20:02:33.333Z | [ host-package] Compiling castaway v0.2.3 |
3165 | 2024-12-19T20:02:33.400Z | [ host-package] Compiling csv-core v0.1.11 |
3166 | 2024-12-19T20:02:33.720Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3167 | 2024-12-19T20:02:34.702Z | [ helios-setup] Dec 19 20:02:33.567 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3168 | 2024-12-19T20:02:34.738Z | [ host-package] Compiling glob v0.3.1 |
3169 | 2024-12-19T20:02:34.966Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3170 | 2024-12-19T20:02:35.748Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3171 | 2024-12-19T20:02:37.207Z | [ helios-setup] Dec 19 20:02:36.073 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3172 | 2024-12-19T20:02:38.036Z | [ helios-setup] Dec 19 20:02:36.903 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3173 | 2024-12-19T20:02:38.244Z | [ host-package] Compiling csv v1.3.0 |
3174 | 2024-12-19T20:02:38.884Z | [ host-package] Compiling compact_str v0.8.0 |
3175 | 2024-12-19T20:02:39.570Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3176 | 2024-12-19T20:02:42.048Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3177 | 2024-12-19T20:02:42.686Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3178 | 2024-12-19T20:02:43.944Z | [ host-package] Compiling nix v0.27.1 |
3179 | 2024-12-19T20:02:45.383Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3180 | 2024-12-19T20:02:50.471Z | [ helios-setup] Dec 19 20:02:49.335 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3181 | 2024-12-19T20:02:50.740Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3182 | 2024-12-19T20:02:53.253Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3183 | 2024-12-19T20:02:53.689Z | [ helios-setup] Dec 19 20:02:52.552 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3184 | 2024-12-19T20:03:03.698Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3185 | 2024-12-19T20:03:04.963Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3186 | 2024-12-19T20:03:06.788Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3187 | 2024-12-19T20:03:11.894Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3188 | 2024-12-19T20:03:23.340Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3189 | 2024-12-19T20:03:24.315Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3190 | 2024-12-19T20:03:24.850Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3191 | 2024-12-19T20:03:25.417Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3192 | 2024-12-19T20:03:25.877Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3193 | 2024-12-19T20:03:26.294Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3194 | 2024-12-19T20:03:29.289Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3195 | 2024-12-19T20:03:30.691Z | [ host-package] Compiling hashlink v0.9.1 |
3196 | 2024-12-19T20:03:31.560Z | [ host-package] Compiling tungstenite v0.23.0 |
3197 | 2024-12-19T20:03:32.188Z | [ host-package] Compiling lru v0.12.5 |
3198 | 2024-12-19T20:03:32.916Z | [ host-package] Compiling instability v0.3.2 |
3199 | 2024-12-19T20:03:35.371Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3200 | 2024-12-19T20:03:37.443Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3201 | 2024-12-19T20:03:38.196Z | [ host-package] Compiling cassowary v0.3.0 |
3202 | 2024-12-19T20:03:39.522Z | [ host-package] Compiling base64 v0.13.1 |
3203 | 2024-12-19T20:03:41.021Z | [ host-package] Compiling ron v0.7.1 |
3204 | 2024-12-19T20:03:41.368Z | [ host-package] Compiling ratatui v0.28.1 |
3205 | 2024-12-19T20:03:42.964Z | [ host-package] Compiling rusqlite v0.32.1 |
3206 | 2024-12-19T20:03:43.309Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3207 | 2024-12-19T20:03:44.052Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3208 | 2024-12-19T20:03:44.183Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3209 | 2024-12-19T20:03:44.621Z | [ helios-setup] Dec 19 20:03:43.475 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3210 | 2024-12-19T20:03:47.342Z | [ host-package] Compiling xz2 v0.1.7 |
3211 | 2024-12-19T20:03:49.215Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3212 | 2024-12-19T20:03:49.781Z | [ host-package] Compiling zone v0.1.8 |
3213 | 2024-12-19T20:03:53.592Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3214 | 2024-12-19T20:04:09.003Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3215 | 2024-12-19T20:04:09.048Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3216 | 2024-12-19T20:04:13.286Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3217 | 2024-12-19T20:04:19.535Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3218 | 2024-12-19T20:04:22.456Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3219 | 2024-12-19T20:04:32.776Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3220 | 2024-12-19T20:04:36.625Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3221 | 2024-12-19T20:04:36.867Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3222 | 2024-12-19T20:04:37.441Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3223 | 2024-12-19T20:04:38.165Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3224 | 2024-12-19T20:04:38.708Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3225 | 2024-12-19T20:04:39.268Z | [ host-package] Compiling twox-hash v1.6.3 |
3226 | 2024-12-19T20:04:41.241Z | [ host-package] Compiling yasna v0.5.2 |
3227 | 2024-12-19T20:04:41.490Z | [ host-package] Compiling smawk v0.3.2 |
3228 | 2024-12-19T20:04:41.881Z | [ host-package] Compiling is_ci v1.2.0 |
3229 | 2024-12-19T20:04:42.300Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3230 | 2024-12-19T20:04:42.816Z | [ host-package] Compiling supports-color v3.0.1 |
3231 | 2024-12-19T20:04:43.189Z | [ host-package] Compiling textwrap v0.16.1 |
3232 | 2024-12-19T20:04:43.377Z | [ host-package] Compiling rcgen v0.12.1 |
3233 | 2024-12-19T20:04:47.312Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3234 | 2024-12-19T20:04:48.244Z | [ helios-setup] Dec 19 20:04:47.087 INFO E| Finished `release` profile [optimized] target(s) in 6m 47s |
3235 | 2024-12-19T20:04:48.429Z | [ helios-setup] Dec 19 20:04:47.271 INFO building project "pilot" ok (408 seconds) |
3236 | 2024-12-19T20:04:48.429Z | [ helios-setup] Dec 19 20:04:47.272 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3237 | 2024-12-19T20:04:48.432Z | [ helios-setup] Dec 19 20:04:47.272 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3238 | 2024-12-19T20:04:48.440Z | [ helios-setup] Dec 19 20:04:47.283 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3239 | 2024-12-19T20:04:48.836Z | [ helios-setup] Dec 19 20:04:47.679 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3240 | 2024-12-19T20:04:48.836Z | [ helios-setup] Dec 19 20:04:47.679 INFO E| info: downloading component 'cargo' |
3241 | 2024-12-19T20:04:49.919Z | [ helios-setup] Dec 19 20:04:48.758 INFO E| info: downloading component 'clippy' |
3242 | 2024-12-19T20:04:50.129Z | [ helios-setup] Dec 19 20:04:48.972 INFO E| info: downloading component 'rust-docs' |
3243 | 2024-12-19T20:04:50.773Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3244 | 2024-12-19T20:04:51.302Z | [ helios-setup] Dec 19 20:04:50.145 INFO E| info: downloading component 'rust-src' |
3245 | 2024-12-19T20:04:51.560Z | [ helios-setup] Dec 19 20:04:50.403 INFO E| info: downloading component 'rust-std' |
3246 | 2024-12-19T20:04:53.710Z | [ helios-setup] Dec 19 20:04:52.553 INFO E| info: downloading component 'rustc' |
3247 | 2024-12-19T20:04:54.811Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3248 | 2024-12-19T20:04:55.361Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3249 | 2024-12-19T20:04:56.454Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3250 | 2024-12-19T20:04:59.005Z | [ helios-setup] Dec 19 20:04:57.846 INFO E| info: downloading component 'rustfmt' |
3251 | 2024-12-19T20:04:59.362Z | [ helios-setup] Dec 19 20:04:58.203 INFO E| info: installing component 'cargo' |
3252 | 2024-12-19T20:05:00.719Z | [ helios-setup] Dec 19 20:04:59.560 INFO E| info: installing component 'clippy' |
3253 | 2024-12-19T20:05:01.153Z | [ helios-setup] Dec 19 20:04:59.994 INFO E| info: installing component 'rust-docs' |
3254 | 2024-12-19T20:05:08.121Z | [ helios-setup] Dec 19 20:05:06.960 INFO E| info: installing component 'rust-src' |
3255 | 2024-12-19T20:05:08.885Z | [ helios-setup] Dec 19 20:05:07.724 INFO E| info: installing component 'rust-std' |
3256 | 2024-12-19T20:05:11.434Z | [ helios-setup] Dec 19 20:05:10.273 INFO E| info: installing component 'rustc' |
3257 | 2024-12-19T20:05:17.670Z | [ helios-setup] Dec 19 20:05:16.508 INFO E| info: installing component 'rustfmt' |
3258 | 2024-12-19T20:05:18.636Z | [ helios-setup] Dec 19 20:05:17.474 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3259 | 2024-12-19T20:05:19.532Z | [ helios-setup] Dec 19 20:05:18.370 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3260 | 2024-12-19T20:05:19.535Z | [ helios-setup] Dec 19 20:05:18.370 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3261 | 2024-12-19T20:05:19.535Z | [ helios-setup] Dec 19 20:05:18.370 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3262 | 2024-12-19T20:05:19.569Z | [ helios-setup] Dec 19 20:05:18.406 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3263 | 2024-12-19T20:05:19.569Z | [ helios-setup] Dec 19 20:05:18.406 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3264 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.407 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3265 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.407 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3266 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.407 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3267 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.407 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3268 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.407 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3269 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.407 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3270 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.407 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3271 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.407 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3272 | 2024-12-19T20:05:19.574Z | [ helios-setup] Dec 19 20:05:18.408 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3273 | 2024-12-19T20:05:19.626Z | [ helios-setup] Dec 19 20:05:18.463 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3274 | 2024-12-19T20:05:19.812Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3275 | 2024-12-19T20:05:20.552Z | [ helios-setup] Dec 19 20:05:19.389 INFO E| From https://github.com/oxidecomputer/amd-efs |
3276 | 2024-12-19T20:05:20.552Z | [ helios-setup] Dec 19 20:05:19.389 INFO E| * [new branch] empty -> origin/empty |
3277 | 2024-12-19T20:05:20.552Z | [ helios-setup] Dec 19 20:05:19.389 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3278 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.389 INFO E| * [new branch] main -> origin/main |
3279 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.390 INFO E| * [new branch] review -> origin/review |
3280 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.390 INFO E| * [new ref] -> origin/HEAD |
3281 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.390 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3282 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.390 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3283 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.390 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3284 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.390 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3285 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.391 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3286 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.391 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3287 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.391 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3288 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.391 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3289 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.391 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3290 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.391 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3291 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.391 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3292 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.392 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3293 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.392 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3294 | 2024-12-19T20:05:20.555Z | [ helios-setup] Dec 19 20:05:19.392 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3295 | 2024-12-19T20:05:20.582Z | [ helios-setup] Dec 19 20:05:19.418 INFO E| Updating crates.io index |
3296 | 2024-12-19T20:05:20.827Z | [ helios-setup] Dec 19 20:05:19.664 INFO E| Downloading crates ... |
3297 | 2024-12-19T20:05:20.967Z | [ helios-setup] Dec 19 20:05:19.804 INFO E| Downloaded ansi_term v0.12.1 |
3298 | 2024-12-19T20:05:20.970Z | [ helios-setup] Dec 19 20:05:19.807 INFO E| Downloaded rustc_version v0.2.3 |
3299 | 2024-12-19T20:05:21.047Z | [ helios-setup] Dec 19 20:05:19.884 INFO E| Downloaded unic-ucd-version v0.9.0 |
3300 | 2024-12-19T20:05:21.051Z | [ helios-setup] Dec 19 20:05:19.886 INFO E| Downloaded unic-common v0.9.0 |
3301 | 2024-12-19T20:05:21.054Z | [ helios-setup] Dec 19 20:05:19.887 INFO E| Downloaded unic-char-range v0.9.0 |
3302 | 2024-12-19T20:05:21.054Z | [ helios-setup] Dec 19 20:05:19.889 INFO E| Downloaded unic-char-property v0.9.0 |
3303 | 2024-12-19T20:05:21.057Z | [ helios-setup] Dec 19 20:05:19.891 INFO E| Downloaded textwrap v0.11.0 |
3304 | 2024-12-19T20:05:21.057Z | [ helios-setup] Dec 19 20:05:19.893 INFO E| Downloaded strum v0.23.0 |
3305 | 2024-12-19T20:05:21.062Z | [ helios-setup] Dec 19 20:05:19.895 INFO E| Downloaded pre v0.2.1 |
3306 | 2024-12-19T20:05:21.062Z | [ helios-setup] Dec 19 20:05:19.896 INFO E| Downloaded thiserror v1.0.64 |
3307 | 2024-12-19T20:05:21.067Z | [ helios-setup] Dec 19 20:05:19.904 INFO E| Downloaded semver v0.9.0 |
3308 | 2024-12-19T20:05:21.070Z | [ helios-setup] Dec 19 20:05:19.907 INFO E| Downloaded strum_macros v0.23.1 |
3309 | 2024-12-19T20:05:21.073Z | [ helios-setup] Dec 19 20:05:19.910 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3310 | 2024-12-19T20:05:21.076Z | [ helios-setup] Dec 19 20:05:19.911 INFO E| Downloaded proc-macro-crate v0.1.5 |
3311 | 2024-12-19T20:05:21.076Z | [ helios-setup] Dec 19 20:05:19.913 INFO E| Downloaded semver-parser v0.7.0 |
3312 | 2024-12-19T20:05:21.079Z | [ helios-setup] Dec 19 20:05:19.914 INFO E| Downloaded structopt-derive v0.4.18 |
3313 | 2024-12-19T20:05:21.081Z | [ helios-setup] Dec 19 20:05:19.917 INFO E| Downloaded vec_map v0.8.2 |
3314 | 2024-12-19T20:05:21.081Z | [ helios-setup] Dec 19 20:05:19.918 INFO E| Downloaded thiserror-impl v1.0.64 |
3315 | 2024-12-19T20:05:21.084Z | [ helios-setup] Dec 19 20:05:19.920 INFO E| Downloaded once_cell v1.20.1 |
3316 | 2024-12-19T20:05:21.087Z | [ helios-setup] Dec 19 20:05:19.924 INFO E| Downloaded pre-proc-macro v0.2.1 |
3317 | 2024-12-19T20:05:21.090Z | [ helios-setup] Dec 19 20:05:19.927 INFO E| Downloaded strsim v0.8.0 |
3318 | 2024-12-19T20:05:21.093Z | [ helios-setup] Dec 19 20:05:19.929 INFO E| Downloaded pest_derive v2.7.13 |
3319 | 2024-12-19T20:05:21.097Z | [ helios-setup] Dec 19 20:05:19.932 INFO E| Downloaded four-cc v0.3.0 |
3320 | 2024-12-19T20:05:21.099Z | [ helios-setup] Dec 19 20:05:19.934 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3321 | 2024-12-19T20:05:21.101Z | [ helios-setup] Dec 19 20:05:19.937 INFO E| Downloaded structopt v0.3.26 |
3322 | 2024-12-19T20:05:21.112Z | [ helios-setup] Dec 19 20:05:19.949 INFO E| Downloaded pest_meta v2.7.13 |
3323 | 2024-12-19T20:05:21.114Z | [ helios-setup] Dec 19 20:05:19.952 INFO E| Downloaded modular-bitfield v0.11.2 |
3324 | 2024-12-19T20:05:21.133Z | [ helios-setup] Dec 19 20:05:19.970 INFO E| Downloaded serde_derive v1.0.210 |
3325 | 2024-12-19T20:05:21.136Z | [ helios-setup] Dec 19 20:05:19.974 INFO E| Downloaded serde v1.0.210 |
3326 | 2024-12-19T20:05:21.142Z | [ helios-setup] Dec 19 20:05:19.979 INFO E| Downloaded scroll v0.10.2 |
3327 | 2024-12-19T20:05:21.146Z | [ helios-setup] Dec 19 20:05:19.982 INFO E| Downloaded pest_generator v2.7.13 |
3328 | 2024-12-19T20:05:21.149Z | [ helios-setup] Dec 19 20:05:19.984 INFO E| Downloaded cfg-if v0.1.10 |
3329 | 2024-12-19T20:05:21.149Z | [ helios-setup] Dec 19 20:05:19.986 INFO E| Downloaded bytesize v1.3.0 |
3330 | 2024-12-19T20:05:21.151Z | [ helios-setup] Dec 19 20:05:19.987 INFO E| Downloaded scroll_derive v0.10.5 |
3331 | 2024-12-19T20:05:21.154Z | [ helios-setup] Dec 19 20:05:19.988 INFO E| Downloaded parse_int v0.6.0 |
3332 | 2024-12-19T20:05:21.154Z | [ helios-setup] Dec 19 20:05:19.989 INFO E| Downloaded memoffset v0.5.6 |
3333 | 2024-12-19T20:05:21.161Z | [ helios-setup] Dec 19 20:05:19.998 INFO E| Downloaded fletcher v0.1.0 |
3334 | 2024-12-19T20:05:21.185Z | [ helios-setup] Dec 19 20:05:20.019 INFO E| Downloaded serde_json v1.0.128 |
3335 | 2024-12-19T20:05:21.194Z | [ helios-setup] Dec 19 20:05:20.030 INFO E| Downloaded pest v2.7.13 |
3336 | 2024-12-19T20:05:21.200Z | [ helios-setup] Dec 19 20:05:20.037 INFO E| Downloaded syn v2.0.79 |
3337 | 2024-12-19T20:05:21.218Z | [ helios-setup] Dec 19 20:05:20.054 INFO E| Downloaded goblin v0.4.3 |
3338 | 2024-12-19T20:05:21.228Z | [ helios-setup] Dec 19 20:05:20.061 INFO E| Downloaded clap v2.34.0 |
3339 | 2024-12-19T20:05:21.254Z | [ helios-setup] Dec 19 20:05:20.091 INFO E| Downloaded libc v0.2.159 |
3340 | 2024-12-19T20:05:21.383Z | [ helios-setup] Dec 19 20:05:20.220 INFO E| Compiling proc-macro2 v1.0.86 |
3341 | 2024-12-19T20:05:21.387Z | [ helios-setup] Dec 19 20:05:20.220 INFO E| Compiling unicode-ident v1.0.13 |
3342 | 2024-12-19T20:05:21.387Z | [ helios-setup] Dec 19 20:05:20.220 INFO E| Compiling syn v1.0.109 |
3343 | 2024-12-19T20:05:21.387Z | [ helios-setup] Dec 19 20:05:20.220 INFO E| Compiling version_check v0.9.5 |
3344 | 2024-12-19T20:05:21.387Z | [ helios-setup] Dec 19 20:05:20.220 INFO E| Compiling memchr v2.7.4 |
3345 | 2024-12-19T20:05:21.387Z | [ helios-setup] Dec 19 20:05:20.221 INFO E| Compiling semver-parser v0.7.0 |
3346 | 2024-12-19T20:05:21.387Z | [ helios-setup] Dec 19 20:05:20.221 INFO E| Compiling autocfg v1.4.0 |
3347 | 2024-12-19T20:05:21.387Z | [ helios-setup] Dec 19 20:05:20.221 INFO E| Compiling thiserror v1.0.64 |
3348 | 2024-12-19T20:05:22.280Z | [ helios-setup] Dec 19 20:05:21.117 INFO E| Compiling serde v1.0.210 |
3349 | 2024-12-19T20:05:22.819Z | [ helios-setup] Dec 19 20:05:21.656 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3350 | 2024-12-19T20:05:23.417Z | [ helios-setup] Dec 19 20:05:22.254 INFO E| Compiling semver v0.9.0 |
3351 | 2024-12-19T20:05:23.656Z | [ helios-setup] Dec 19 20:05:22.491 INFO E| Compiling proc-macro-error v1.0.4 |
3352 | 2024-12-19T20:05:23.887Z | [ helios-setup] Dec 19 20:05:22.723 INFO E| Compiling serde_json v1.0.128 |
3353 | 2024-12-19T20:05:24.249Z | [ helios-setup] Dec 19 20:05:23.085 INFO E| Compiling rustc_version v0.2.3 |
3354 | 2024-12-19T20:05:24.525Z | [ helios-setup] Dec 19 20:05:23.361 INFO E| Compiling num-traits v0.2.19 |
3355 | 2024-12-19T20:05:24.525Z | [ helios-setup] Dec 19 20:05:23.361 INFO E| Compiling unicode-segmentation v1.12.0 |
3356 | 2024-12-19T20:05:24.710Z | [ helios-setup] Dec 19 20:05:23.546 INFO E| Compiling schemars v0.8.21 |
3357 | 2024-12-19T20:05:24.818Z | [ helios-setup] Dec 19 20:05:23.654 INFO E| Compiling itoa v1.0.11 |
3358 | 2024-12-19T20:05:25.108Z | [ helios-setup] Dec 19 20:05:23.945 INFO E| Compiling ryu v1.0.18 |
3359 | 2024-12-19T20:05:25.349Z | [ helios-setup] Dec 19 20:05:24.185 INFO E| Compiling pre-proc-macro v0.2.1 |
3360 | 2024-12-19T20:05:25.604Z | [ helios-setup] Dec 19 20:05:24.440 INFO E| Compiling quote v1.0.37 |
3361 | 2024-12-19T20:05:25.731Z | [ helios-setup] Dec 19 20:05:24.567 INFO E| Compiling memoffset v0.5.6 |
3362 | 2024-12-19T20:05:25.821Z | [ helios-setup] Dec 19 20:05:24.657 INFO E| Compiling dyn-clone v1.0.17 |
3363 | 2024-12-19T20:05:25.887Z | [ helios-setup] Dec 19 20:05:24.723 INFO E| Compiling heck v0.3.3 |
3364 | 2024-12-19T20:05:26.229Z | [ helios-setup] Dec 19 20:05:25.065 INFO E| Compiling syn v2.0.79 |
3365 | 2024-12-19T20:05:26.498Z | [ helios-setup] Dec 19 20:05:25.334 INFO E| Compiling lazy_static v1.5.0 |
3366 | 2024-12-19T20:05:26.527Z | [ helios-setup] Dec 19 20:05:25.363 INFO E| Compiling paste v1.0.15 |
3367 | 2024-12-19T20:05:26.599Z | [ helios-setup] Dec 19 20:05:25.435 INFO E| Compiling libc v0.2.159 |
3368 | 2024-12-19T20:05:26.754Z | [ helios-setup] Dec 19 20:05:25.590 INFO E| Compiling ucd-trie v0.1.7 |
3369 | 2024-12-19T20:05:26.845Z | [ helios-setup] Dec 19 20:05:25.681 INFO E| Compiling rustversion v1.0.17 |
3370 | 2024-12-19T20:05:27.089Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3371 | 2024-12-19T20:05:28.186Z | [ helios-setup] Dec 19 20:05:27.022 INFO E| Compiling pre v0.2.1 |
3372 | 2024-12-19T20:05:28.203Z | [ helios-setup] Dec 19 20:05:27.039 INFO E| Compiling byteorder v1.5.0 |
3373 | 2024-12-19T20:05:28.300Z | [ helios-setup] Dec 19 20:05:27.136 INFO E| Compiling static_assertions v1.1.0 |
3374 | 2024-12-19T20:05:28.414Z | [ helios-setup] Dec 19 20:05:27.250 INFO E| Compiling once_cell v1.20.1 |
3375 | 2024-12-19T20:05:28.921Z | [ helios-setup] Dec 19 20:05:27.757 INFO E| Compiling cfg-if v0.1.10 |
3376 | 2024-12-19T20:05:29.456Z | [ helios-setup] Dec 19 20:05:28.292 INFO E| Compiling unicode-width v0.1.14 |
3377 | 2024-12-19T20:05:30.405Z | [ helios-setup] Dec 19 20:05:29.241 INFO E| Compiling textwrap v0.11.0 |
3378 | 2024-12-19T20:05:31.069Z | [ helios-setup] Dec 19 20:05:29.905 INFO E| Compiling atty v0.2.14 |
3379 | 2024-12-19T20:05:31.334Z | [ helios-setup] Dec 19 20:05:30.169 INFO E| Compiling vec_map v0.8.2 |
3380 | 2024-12-19T20:05:31.831Z | [ helios-setup] Dec 19 20:05:30.666 INFO E| Compiling bitflags v1.3.2 |
3381 | 2024-12-19T20:05:31.868Z | [ helios-setup] Dec 19 20:05:30.703 INFO E| Compiling strum v0.23.0 |
3382 | 2024-12-19T20:05:31.930Z | [ helios-setup] Dec 19 20:05:30.765 INFO E| Compiling strsim v0.8.0 |
3383 | 2024-12-19T20:05:32.040Z | [ helios-setup] Dec 19 20:05:30.876 INFO E| Compiling ansi_term v0.12.1 |
3384 | 2024-12-19T20:05:32.303Z | [ helios-setup] Dec 19 20:05:31.138 INFO E| Compiling fletcher v0.1.0 |
3385 | 2024-12-19T20:05:32.314Z | [ helios-setup] Dec 19 20:05:31.149 INFO E| Compiling unic-common v0.9.0 |
3386 | 2024-12-19T20:05:32.508Z | [ helios-setup] Dec 19 20:05:31.343 INFO E| Compiling parse_int v0.6.0 |
3387 | 2024-12-19T20:05:32.701Z | [ helios-setup] Dec 19 20:05:31.536 INFO E| Compiling unic-char-range v0.9.0 |
3388 | 2024-12-19T20:05:32.727Z | [ helios-setup] Dec 19 20:05:31.561 INFO E| Compiling clap v2.34.0 |
3389 | 2024-12-19T20:05:32.798Z | [ helios-setup] Dec 19 20:05:31.633 INFO E| Compiling unic-ucd-version v0.9.0 |
3390 | 2024-12-19T20:05:32.934Z | [ helios-setup] Dec 19 20:05:31.769 INFO E| Compiling unic-char-property v0.9.0 |
3391 | 2024-12-19T20:05:33.113Z | [ helios-setup] Dec 19 20:05:31.948 INFO E| Compiling plain v0.2.3 |
3392 | 2024-12-19T20:05:33.216Z | [ helios-setup] Dec 19 20:05:32.051 INFO E| Compiling log v0.4.22 |
3393 | 2024-12-19T20:05:33.298Z | [ helios-setup] Dec 19 20:05:32.133 INFO E| Compiling unic-ucd-ident v0.9.0 |
3394 | 2024-12-19T20:05:33.356Z | [ helios-setup] Dec 19 20:05:32.190 INFO E| Compiling bytesize v1.3.0 |
3395 | 2024-12-19T20:05:35.467Z | [ helios-setup] Dec 19 20:05:34.302 INFO E| Compiling serde_derive_internals v0.29.1 |
3396 | 2024-12-19T20:05:37.981Z | [ helios-setup] Dec 19 20:05:36.815 INFO E| Compiling toml v0.5.11 |
3397 | 2024-12-19T20:05:41.184Z | [ helios-setup] Dec 19 20:05:40.018 INFO E| Compiling proc-macro-crate v0.1.5 |
3398 | 2024-12-19T20:05:41.645Z | [ helios-setup] Dec 19 20:05:40.478 INFO E| Compiling thiserror-impl v1.0.64 |
3399 | 2024-12-19T20:05:42.564Z | [ helios-setup] Dec 19 20:05:41.165 INFO E| Compiling serde_derive v1.0.210 |
3400 | 2024-12-19T20:05:42.570Z | [ helios-setup] Dec 19 20:05:41.278 INFO E| Compiling schemars_derive v0.8.21 |
3401 | 2024-12-19T20:05:42.924Z | [ helios-setup] Dec 19 20:05:41.757 INFO E| Compiling zerocopy-derive v0.6.6 |
3402 | 2024-12-19T20:05:44.086Z | [ helios-setup] Dec 19 20:05:42.917 INFO E| Compiling num-derive v0.4.2 |
3403 | 2024-12-19T20:05:46.253Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3404 | 2024-12-19T20:05:46.567Z | [ helios-setup] Dec 19 20:05:45.400 INFO E| Compiling zerocopy v0.6.6 |
3405 | 2024-12-19T20:05:46.753Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3406 | 2024-12-19T20:05:47.978Z | [ helios-setup] Dec 19 20:05:46.808 INFO E| Compiling pest v2.7.13 |
3407 | 2024-12-19T20:05:48.359Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3408 | 2024-12-19T20:05:48.998Z | [ helios-setup] Dec 19 20:05:47.830 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3409 | 2024-12-19T20:05:49.274Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3410 | 2024-12-19T20:05:49.493Z | [ helios-setup] Dec 19 20:05:48.325 INFO E| Compiling scroll_derive v0.10.5 |
3411 | 2024-12-19T20:05:50.142Z | [ helios-setup] Dec 19 20:05:48.973 INFO E| Compiling strum_macros v0.23.1 |
3412 | 2024-12-19T20:05:51.041Z | [ helios-setup] Dec 19 20:05:49.871 INFO E| Compiling structopt-derive v0.4.18 |
3413 | 2024-12-19T20:05:51.937Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3414 | 2024-12-19T20:05:52.771Z | [ helios-setup] Dec 19 20:05:51.602 INFO E| Compiling pest_meta v2.7.13 |
3415 | 2024-12-19T20:05:52.918Z | [ helios-setup] Dec 19 20:05:51.749 INFO E| Compiling scroll v0.10.2 |
3416 | 2024-12-19T20:05:54.013Z | [ helios-setup] Dec 19 20:05:52.844 INFO E| Compiling goblin v0.4.3 |
3417 | 2024-12-19T20:05:54.339Z | [ helios-setup] Dec 19 20:05:53.170 INFO E| Compiling modular-bitfield v0.11.2 |
3418 | 2024-12-19T20:05:55.551Z | [ helios-setup] Dec 19 20:05:54.382 INFO E| Compiling pest_generator v2.7.13 |
3419 | 2024-12-19T20:05:56.716Z | [ helios-setup] Dec 19 20:05:55.547 INFO E| Compiling structopt v0.3.26 |
3420 | 2024-12-19T20:05:59.667Z | [ host-package] Compiling fatfs v0.3.6 |
3421 | 2024-12-19T20:06:00.591Z | [ helios-setup] Dec 19 20:05:59.421 INFO E| Compiling pest_derive v2.7.13 |
3422 | 2024-12-19T20:06:01.721Z | [ host-package] Compiling subprocess v0.2.9 |
3423 | 2024-12-19T20:06:03.744Z | [ host-package] Compiling rtoolbox v0.0.2 |
3424 | 2024-12-19T20:06:04.281Z | [ host-package] Compiling assert_matches v1.5.0 |
3425 | 2024-12-19T20:06:06.308Z | [ helios-setup] Dec 19 20:06:05.137 INFO E| Compiling json5 v0.4.1 |
3426 | 2024-12-19T20:06:07.825Z | [ host-package] Compiling rpassword v7.3.1 |
3427 | 2024-12-19T20:06:07.925Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3428 | 2024-12-19T20:06:08.501Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3429 | 2024-12-19T20:06:12.077Z | [ helios-setup] Dec 19 20:06:10.906 INFO E| Compiling four-cc v0.3.0 |
3430 | 2024-12-19T20:06:12.078Z | [ helios-setup] Dec 19 20:06:10.906 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3431 | 2024-12-19T20:06:12.335Z | [ helios-setup] Dec 19 20:06:11.163 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3432 | 2024-12-19T20:06:17.067Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3433 | 2024-12-19T20:06:18.305Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3434 | 2024-12-19T20:06:18.981Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3435 | 2024-12-19T20:06:20.208Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3436 | 2024-12-19T20:06:25.306Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3437 | 2024-12-19T20:06:25.863Z | [ host-package] Compiling uzers v0.12.1 |
3438 | 2024-12-19T20:06:29.490Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3439 | 2024-12-19T20:06:36.325Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3440 | 2024-12-19T20:06:39.120Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3441 | 2024-12-19T20:06:56.706Z | [ helios-setup] Dec 19 20:06:55.526 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3442 | 2024-12-19T20:07:08.366Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3443 | 2024-12-19T20:07:12.531Z | [ helios-setup] Dec 19 20:07:11.348 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3444 | 2024-12-19T20:07:16.227Z | [ host-package] Compiling multimap v0.10.0 |
3445 | 2024-12-19T20:08:11.132Z | [ helios-setup] Dec 19 20:08:09.939 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 52s |
3446 | 2024-12-19T20:08:11.171Z | [ helios-setup] Dec 19 20:08:09.977 INFO building project "amd-host-image-builder" ok (202 seconds) |
3447 | 2024-12-19T20:08:11.174Z | [ helios-setup] rm -f helios-build |
3448 | 2024-12-19T20:08:11.178Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3449 | 2024-12-19T20:08:11.181Z | [ helios-setup] |
3450 | 2024-12-19T20:08:11.184Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3451 | 2024-12-19T20:08:11.184Z | [ helios-setup] |
3452 | 2024-12-19T20:08:11.187Z | [ helios-setup] |
3453 | 2024-12-19T20:08:11.187Z | [ helios-setup] real 12:27.261066957 |
3454 | 2024-12-19T20:08:11.187Z | [ helios-setup] user 29:48.441977250 |
3455 | 2024-12-19T20:08:11.187Z | [ helios-setup] sys 3:38.608738822 |
3456 | 2024-12-19T20:08:11.187Z | [ helios-setup] trap 1.938965655 |
3457 | 2024-12-19T20:08:11.187Z | [ helios-setup] tflt 7.053001001 |
3458 | 2024-12-19T20:08:11.187Z | [ helios-setup] dflt 37.733915552 |
3459 | 2024-12-19T20:08:11.187Z | [ helios-setup] kflt 0.067724076 |
3460 | 2024-12-19T20:08:11.187Z | [ helios-setup] lock 2:17:55.066365432 |
3461 | 2024-12-19T20:08:11.187Z | [ helios-setup] slp 3:54:22.421577534 |
3462 | 2024-12-19T20:08:11.187Z | [ helios-setup] lat 33:39.775115717 |
3463 | 2024-12-19T20:08:11.187Z | [ helios-setup] stop 3:07.561516772 |
3464 | 2024-12-19T20:08:11.187Z | Dec 19 20:08:09.993 INFO [helios-setup] process exited with exit status: 0 (747.267403566s) |
3465 | 2024-12-19T20:08:11.187Z | Dec 19 20:08:09.994 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3466 | 2024-12-19T20:08:11.217Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3467 | 2024-12-19T20:08:11.456Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3468 | 2024-12-19T20:08:11.456Z | [ phbl-toolchain] info: downloading component 'cargo' |
3469 | 2024-12-19T20:08:13.318Z | [ phbl-toolchain] info: downloading component 'clippy' |
3470 | 2024-12-19T20:08:13.634Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3471 | 2024-12-19T20:08:17.866Z | [ phbl-toolchain] info: downloading component 'miri' |
3472 | 2024-12-19T20:08:18.015Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3473 | 2024-12-19T20:08:19.458Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3474 | 2024-12-19T20:08:19.641Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3475 | 2024-12-19T20:08:22.543Z | [ phbl-toolchain] info: downloading component 'rustc' |
3476 | 2024-12-19T20:08:31.672Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3477 | 2024-12-19T20:08:31.885Z | [ phbl-toolchain] info: installing component 'cargo' |
3478 | 2024-12-19T20:08:33.200Z | [ phbl-toolchain] info: installing component 'clippy' |
3479 | 2024-12-19T20:08:33.788Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3480 | 2024-12-19T20:08:39.598Z | [ phbl-toolchain] info: installing component 'miri' |
3481 | 2024-12-19T20:08:39.930Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3482 | 2024-12-19T20:08:47.309Z | [ phbl-toolchain] info: installing component 'rust-src' |
3483 | 2024-12-19T20:08:47.913Z | [ phbl-toolchain] info: installing component 'rust-std' |
3484 | 2024-12-19T20:08:50.352Z | [ phbl-toolchain] info: installing component 'rustc' |
3485 | 2024-12-19T20:08:59.559Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3486 | 2024-12-19T20:09:00.297Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3487 | 2024-12-19T20:09:00.299Z | Dec 19 20:08:59.098 INFO [phbl-toolchain] process exited with exit status: 0 (49.103851108s) |
3488 | 2024-12-19T20:09:57.509Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3489 | 2024-12-19T20:10:04.235Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3490 | 2024-12-19T20:17:09.554Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 33s |
3491 | 2024-12-19T20:18:16.165Z | Dec 19 20:18:14.864 INFO [host-package] process exited with exit status: 0 (1299.864833057s) |
3492 | 2024-12-19T20:18:16.169Z | Dec 19 20:18:14.864 INFO [host-stamp] running task |
3493 | 2024-12-19T20:18:16.169Z | Dec 19 20:18:14.864 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3494 | 2024-12-19T20:18:16.169Z | Dec 19 20:18:14.865 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+gitf26b052a568 |
3495 | 2024-12-19T20:18:16.190Z | Dec 19 20:18:14.888 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+gitf26b052a568 |
3496 | 2024-12-19T20:18:16.199Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3497 | 2024-12-19T20:18:16.204Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3498 | 2024-12-19T20:18:16.207Z | Dec 19 20:18:14.903 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+gitf26b052a568 |
3499 | 2024-12-19T20:18:16.217Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3500 | 2024-12-19T20:18:16.222Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3501 | 2024-12-19T20:18:16.224Z | Dec 19 20:18:14.921 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+gitf26b052a568 |
3502 | 2024-12-19T20:18:16.236Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3503 | 2024-12-19T20:18:16.239Z | Dec 19 20:18:14.935 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+gitf26b052a568 |
3504 | 2024-12-19T20:18:16.249Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3505 | 2024-12-19T20:18:16.256Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3506 | 2024-12-19T20:18:16.256Z | Dec 19 20:18:14.955 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+gitf26b052a568 |
3507 | 2024-12-19T20:18:16.276Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-19T20:18:16.276Z | Dec 19 20:18:14.974 INFO [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+gitf26b052a568 |
3509 | 2024-12-19T20:18:16.288Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3510 | 2024-12-19T20:18:16.293Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3511 | 2024-12-19T20:18:16.293Z | Dec 19 20:18:14.992 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (103.346467ms) |
3512 | 2024-12-19T20:18:16.297Z | Dec 19 20:18:14.992 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (127.379244ms) |
3513 | 2024-12-19T20:18:16.297Z | Dec 19 20:18:14.992 INFO [stamp-oxlog] process exited with exit status: 0 (89.055742ms) |
3514 | 2024-12-19T20:18:16.297Z | Dec 19 20:18:14.992 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+gitf26b052a568 |
3515 | 2024-12-19T20:18:16.311Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-19T20:18:16.326Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3517 | 2024-12-19T20:18:16.329Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3518 | 2024-12-19T20:18:16.332Z | Dec 19 20:18:15.031 INFO [stamp-overlay] process exited with exit status: 0 (38.550337ms) |
3519 | 2024-12-19T20:18:16.485Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3520 | 2024-12-19T20:18:16.488Z | Dec 19 20:18:15.187 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (266.129306ms) |
3521 | 2024-12-19T20:18:16.650Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3522 | 2024-12-19T20:18:16.654Z | Dec 19 20:18:15.353 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (397.498071ms) |
3523 | 2024-12-19T20:18:17.408Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3524 | 2024-12-19T20:18:17.469Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3525 | 2024-12-19T20:18:17.473Z | Dec 19 20:18:16.172 INFO [stamp-propolis-server] process exited with exit status: 0 (1.197367938s) |
3526 | 2024-12-19T20:18:19.973Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3527 | 2024-12-19T20:18:27.205Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3528 | 2024-12-19T20:18:27.208Z | Dec 19 20:18:25.905 INFO [stamp-switch-asic] process exited with exit status: 0 (10.970182688s) |
3529 | 2024-12-19T20:18:27.211Z | Dec 19 20:18:25.906 INFO [host-stamp] task succeeded (11.04187106s) |
3530 | 2024-12-19T20:18:27.211Z | Dec 19 20:18:25.906 INFO [host-proto] running task |
3531 | 2024-12-19T20:18:27.634Z | Dec 19 20:18:26.331 INFO [host-proto] task succeeded (425.189751ms) |
3532 | 2024-12-19T20:18:27.634Z | Dec 19 20:18:26.331 INFO [host-profile] running task |
3533 | 2024-12-19T20:18:27.637Z | Dec 19 20:18:26.331 INFO [host-profile] task succeeded (410.777µs) |
3534 | 2024-12-19T20:18:27.637Z | Dec 19 20:18:26.332 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/.tmplSEuS3/proto/host/root -N 'ci f26b052/${os_short_commit} 2024-12-19 19:55' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3535 | 2024-12-19T20:18:27.654Z | [ host-image] Dec 19 20:18:26.351 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3536 | 2024-12-19T20:18:27.657Z | [ host-image] Dec 19 20:18:26.351 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3537 | 2024-12-19T20:18:27.669Z | [ host-image] Dec 19 20:18:26.366 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmplSEuS3/proto/host/root" |
3538 | 2024-12-19T20:18:27.669Z | [ host-image] Dec 19 20:18:26.366 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3539 | 2024-12-19T20:18:27.672Z | [ host-image] Dec 19 20:18:26.366 INFO image builder template: ramdisk-01-os... |
3540 | 2024-12-19T20:18:27.672Z | [ host-image] Dec 19 20:18:26.366 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/.tmplSEuS3/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-19T20:18:27.692Z | [ host-image] Dec 19 20:18:26.388 INFO O| Dec 19 20:18:26.388 INFO CREATE DATASET: rpool/images/build/host/output |
3542 | 2024-12-19T20:18:27.905Z | [ host-image] Dec 19 20:18:26.601 INFO O| Dec 19 20:18:26.601 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3543 | 2024-12-19T20:18:27.910Z | [ host-image] Dec 19 20:18:26.606 INFO O| Dec 19 20:18:26.606 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3544 | 2024-12-19T20:18:28.158Z | [ host-image] Dec 19 20:18:26.854 INFO O| Dec 19 20:18:26.854 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3545 | 2024-12-19T20:18:28.231Z | [ host-image] Dec 19 20:18:26.927 INFO O| Dec 19 20:18:26.927 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3546 | 2024-12-19T20:18:28.231Z | [ host-image] Dec 19 20:18:26.927 INFO O| Dec 19 20:18:26.927 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3547 | 2024-12-19T20:18:28.233Z | [ host-image] Dec 19 20:18:26.928 INFO O| Dec 19 20:18:26.928 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3548 | 2024-12-19T20:18:28.233Z | [ host-image] Dec 19 20:18:26.928 INFO O| Dec 19 20:18:26.928 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3549 | 2024-12-19T20:18:28.244Z | [ host-image] Dec 19 20:18:26.940 INFO O| Dec 19 20:18:26.940 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3550 | 2024-12-19T20:18:28.490Z | [ host-image] Dec 19 20:18:27.187 INFO O| Dec 19 20:18:27.186 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3551 | 2024-12-19T20:18:28.509Z | [ host-image] Dec 19 20:18:27.205 INFO O| Dec 19 20:18:27.205 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3552 | 2024-12-19T20:18:29.131Z | [ host-image] Dec 19 20:18:27.828 INFO O| Dec 19 20:18:27.827 INFO O| Caching catalogs ... Done |
3553 | 2024-12-19T20:18:29.266Z | [ host-image] Dec 19 20:18:27.962 INFO O| Dec 19 20:18:27.962 INFO STEP 0 (pkg_image_create) COMPLETE |
3554 | 2024-12-19T20:18:29.266Z | [ host-image] Dec 19 20:18:27.962 INFO O| Dec 19 20:18:27.962 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3555 | 2024-12-19T20:18:29.269Z | [ host-image] Dec 19 20:18:27.962 INFO O| Dec 19 20:18:27.962 INFO skip step because feature "repo_redist" is not enabled |
3556 | 2024-12-19T20:18:29.269Z | [ host-image] Dec 19 20:18:27.962 INFO O| Dec 19 20:18:27.962 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-19T20:18:29.285Z | [ host-image] Dec 19 20:18:27.981 INFO O| Dec 19 20:18:27.981 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-19T20:18:29.909Z | [ host-image] Dec 19 20:18:28.605 INFO O| Dec 19 20:18:28.605 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3559 | 2024-12-19T20:18:29.909Z | [ host-image] Dec 19 20:18:28.605 INFO O| Dec 19 20:18:28.605 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-12-19T20:18:29.927Z | [ host-image] Dec 19 20:18:28.623 INFO O| Dec 19 20:18:28.623 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-19T20:18:30.525Z | [ host-image] Dec 19 20:18:29.221 INFO O| Dec 19 20:18:29.220 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3562 | 2024-12-19T20:18:30.525Z | [ host-image] Dec 19 20:18:29.221 INFO O| Dec 19 20:18:29.221 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-19T20:18:30.527Z | [ host-image] Dec 19 20:18:29.221 INFO O| Dec 19 20:18:29.221 INFO skip step because feature "repo_redist" is not enabled |
3564 | 2024-12-19T20:18:30.528Z | [ host-image] Dec 19 20:18:29.221 INFO O| Dec 19 20:18:29.221 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3565 | 2024-12-19T20:18:31.130Z | [ host-image] Dec 19 20:18:29.825 INFO O| Dec 19 20:18:29.825 INFO variant opensolaris.zone is already global |
3566 | 2024-12-19T20:18:31.130Z | [ host-image] Dec 19 20:18:29.825 INFO O| Dec 19 20:18:29.825 INFO STEP 5 (pkg_change_variant) COMPLETE |
3567 | 2024-12-19T20:18:31.133Z | [ host-image] Dec 19 20:18:29.825 INFO O| Dec 19 20:18:29.825 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3568 | 2024-12-19T20:18:31.707Z | [ host-image] Dec 19 20:18:30.403 INFO O| Dec 19 20:18:30.403 INFO variant opensolaris.imagetype is full; changing to partial |
3569 | 2024-12-19T20:18:31.707Z | [ host-image] Dec 19 20:18:30.403 INFO O| Dec 19 20:18:30.403 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3570 | 2024-12-19T20:18:39.190Z | [ host-image] Dec 19 20:18:37.884 INFO O| Dec 19 20:18:37.884 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3571 | 2024-12-19T20:18:39.984Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.55s |
3572 | 2024-12-19T20:18:41.170Z | Dec 19 20:18:39.865 INFO [recovery-package] process exited with exit status: 0 (25.000236586s) |
3573 | 2024-12-19T20:18:41.170Z | Dec 19 20:18:39.865 INFO [recovery-stamp] running task |
3574 | 2024-12-19T20:18:41.173Z | Dec 19 20:18:39.865 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3575 | 2024-12-19T20:18:41.179Z | Dec 19 20:18:39.874 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+gitf26b052a568 |
3576 | 2024-12-19T20:18:41.191Z | Dec 19 20:18:39.886 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitf26b052a568 |
3577 | 2024-12-19T20:18:41.208Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3578 | 2024-12-19T20:18:41.221Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3579 | 2024-12-19T20:18:41.320Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3580 | 2024-12-19T20:18:41.324Z | Dec 19 20:18:40.019 INFO [stamp-installinator] process exited with exit status: 0 (132.730805ms) |
3581 | 2024-12-19T20:18:41.343Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3582 | 2024-12-19T20:18:41.347Z | Dec 19 20:18:40.041 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (167.54805ms) |
3583 | 2024-12-19T20:18:41.349Z | Dec 19 20:18:40.042 INFO [recovery-stamp] task succeeded (176.744625ms) |
3584 | 2024-12-19T20:18:41.349Z | Dec 19 20:18:40.042 INFO [recovery-proto] running task |
3585 | 2024-12-19T20:18:41.349Z | Dec 19 20:18:40.042 INFO [tuf-stamp] running task |
3586 | 2024-12-19T20:18:41.350Z | Dec 19 20:18:40.043 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+gitf26b052a568 |
3587 | 2024-12-19T20:18:41.364Z | Dec 19 20:18:40.058 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+gitf26b052a568 |
3588 | 2024-12-19T20:18:41.381Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3589 | 2024-12-19T20:18:41.384Z | Dec 19 20:18:40.076 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+gitf26b052a568 |
3590 | 2024-12-19T20:18:41.394Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3591 | 2024-12-19T20:18:41.401Z | Dec 19 20:18:40.096 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+gitf26b052a568 |
3592 | 2024-12-19T20:18:41.421Z | Dec 19 20:18:40.115 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+gitf26b052a568 |
3593 | 2024-12-19T20:18:41.437Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3594 | 2024-12-19T20:18:41.458Z | Dec 19 20:18:40.152 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+gitf26b052a568 |
3595 | 2024-12-19T20:18:41.539Z | Dec 19 20:18:40.233 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+gitf26b052a568 |
3596 | 2024-12-19T20:18:41.573Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-19T20:18:41.576Z | Dec 19 20:18:40.267 INFO [recovery-proto] task succeeded (225.028274ms) |
3598 | 2024-12-19T20:18:41.576Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-19T20:18:41.576Z | Dec 19 20:18:40.267 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/.tmplSEuS3/proto/recovery/root -N 'recovery f26b052/${os_short_commit} 2024-12-19 19:55' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3600 | 2024-12-19T20:18:41.598Z | Dec 19 20:18:40.292 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+gitf26b052a568 |
3601 | 2024-12-19T20:18:41.621Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-19T20:18:41.625Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3603 | 2024-12-19T20:18:41.625Z | Dec 19 20:18:40.316 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+gitf26b052a568 |
3604 | 2024-12-19T20:18:41.625Z | [ recovery-image] Dec 19 20:18:40.296 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3605 | 2024-12-19T20:18:41.625Z | [ recovery-image] Dec 19 20:18:40.296 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3606 | 2024-12-19T20:18:41.649Z | [ recovery-image] Dec 19 20:18:40.325 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmplSEuS3/proto/recovery/root" |
3607 | 2024-12-19T20:18:41.649Z | [ recovery-image] Dec 19 20:18:40.325 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3608 | 2024-12-19T20:18:41.653Z | [ recovery-image] Dec 19 20:18:40.325 INFO image builder template: ramdisk-01-os... |
3609 | 2024-12-19T20:18:41.653Z | [ recovery-image] Dec 19 20:18:40.325 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/.tmplSEuS3/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 |
3610 | 2024-12-19T20:18:41.653Z | Dec 19 20:18:40.344 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+gitf26b052a568 |
3611 | 2024-12-19T20:18:41.679Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3612 | 2024-12-19T20:18:41.682Z | Dec 19 20:18:40.373 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+gitf26b052a568 |
3613 | 2024-12-19T20:18:41.722Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3614 | 2024-12-19T20:18:41.722Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3615 | 2024-12-19T20:18:41.765Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3616 | 2024-12-19T20:18:41.795Z | [ recovery-image] Dec 19 20:18:40.489 INFO O| Dec 19 20:18:40.478 INFO CREATE DATASET: rpool/images/build/recovery/output |
3617 | 2024-12-19T20:18:41.937Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3618 | 2024-12-19T20:18:41.980Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3619 | 2024-12-19T20:18:41.987Z | Dec 19 20:18:40.681 INFO [stamp-probe] process exited with exit status: 0 (308.317509ms) |
3620 | 2024-12-19T20:18:42.045Z | Dec 19 20:18:40.739 INFO [stamp-ntp] process exited with exit status: 0 (696.448682ms) |
3621 | 2024-12-19T20:18:42.079Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3622 | 2024-12-19T20:18:42.130Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3623 | 2024-12-19T20:18:42.245Z | [ recovery-image] Dec 19 20:18:40.939 INFO O| Dec 19 20:18:40.927 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3624 | 2024-12-19T20:18:42.245Z | [ recovery-image] Dec 19 20:18:40.939 INFO O| Dec 19 20:18:40.934 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3625 | 2024-12-19T20:18:42.674Z | [ recovery-image] Dec 19 20:18:41.368 INFO O| Dec 19 20:18:41.368 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3626 | 2024-12-19T20:18:42.793Z | [ recovery-image] Dec 19 20:18:41.487 INFO O| Dec 19 20:18:41.486 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3627 | 2024-12-19T20:18:42.795Z | [ recovery-image] Dec 19 20:18:41.487 INFO O| Dec 19 20:18:41.487 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3628 | 2024-12-19T20:18:42.795Z | [ recovery-image] Dec 19 20:18:41.487 INFO O| Dec 19 20:18:41.487 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3629 | 2024-12-19T20:18:42.795Z | [ recovery-image] Dec 19 20:18:41.487 INFO O| Dec 19 20:18:41.487 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3630 | 2024-12-19T20:18:42.806Z | [ recovery-image] Dec 19 20:18:41.500 INFO O| Dec 19 20:18:41.500 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3631 | 2024-12-19T20:18:43.144Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3632 | 2024-12-19T20:18:43.149Z | Dec 19 20:18:41.843 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.690389189s) |
3633 | 2024-12-19T20:18:43.173Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3634 | 2024-12-19T20:18:43.254Z | Dec 19 20:18:41.948 INFO [stamp-internal-dns] process exited with exit status: 0 (1.8723916s) |
3635 | 2024-12-19T20:18:43.274Z | [ recovery-image] Dec 19 20:18:41.968 INFO O| Dec 19 20:18:41.968 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3636 | 2024-12-19T20:18:43.291Z | [ recovery-image] Dec 19 20:18:41.985 INFO O| Dec 19 20:18:41.985 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3637 | 2024-12-19T20:18:43.483Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3638 | 2024-12-19T20:18:43.546Z | Dec 19 20:18:42.240 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.923995734s) |
3639 | 2024-12-19T20:18:43.550Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3640 | 2024-12-19T20:18:43.596Z | Dec 19 20:18:42.288 INFO [stamp-external-dns] process exited with exit status: 0 (1.996668625s) |
3641 | 2024-12-19T20:18:43.878Z | [ recovery-image] Dec 19 20:18:42.572 INFO O| Dec 19 20:18:42.571 INFO O| Caching catalogs ... Done |
3642 | 2024-12-19T20:18:43.998Z | [ recovery-image] Dec 19 20:18:42.691 INFO O| Dec 19 20:18:42.691 INFO STEP 0 (pkg_image_create) COMPLETE |
3643 | 2024-12-19T20:18:43.998Z | [ recovery-image] Dec 19 20:18:42.691 INFO O| Dec 19 20:18:42.691 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3644 | 2024-12-19T20:18:43.998Z | [ recovery-image] Dec 19 20:18:42.691 INFO O| Dec 19 20:18:42.691 INFO skip step because feature "repo_redist" is not enabled |
3645 | 2024-12-19T20:18:44.003Z | [ recovery-image] Dec 19 20:18:42.691 INFO O| Dec 19 20:18:42.691 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3646 | 2024-12-19T20:18:44.014Z | [ recovery-image] Dec 19 20:18:42.707 INFO O| Dec 19 20:18:42.707 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"] |
3647 | 2024-12-19T20:18:44.026Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3648 | 2024-12-19T20:18:44.030Z | Dec 19 20:18:42.724 INFO [stamp-oximeter] process exited with exit status: 0 (2.49133777s) |
3649 | 2024-12-19T20:18:44.452Z | [ recovery-image] Dec 19 20:18:43.145 INFO O| Dec 19 20:18:43.145 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3650 | 2024-12-19T20:18:44.452Z | [ recovery-image] Dec 19 20:18:43.146 INFO O| Dec 19 20:18:43.145 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-12-19T20:18:44.467Z | [ recovery-image] Dec 19 20:18:43.161 INFO O| Dec 19 20:18:43.161 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"] |
3652 | 2024-12-19T20:18:44.988Z | [ recovery-image] Dec 19 20:18:43.681 INFO O| Dec 19 20:18:43.681 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3653 | 2024-12-19T20:18:44.988Z | [ recovery-image] Dec 19 20:18:43.681 INFO O| Dec 19 20:18:43.681 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3654 | 2024-12-19T20:18:44.991Z | [ recovery-image] Dec 19 20:18:43.681 INFO O| Dec 19 20:18:43.681 INFO skip step because feature "repo_redist" is not enabled |
3655 | 2024-12-19T20:18:44.991Z | [ recovery-image] Dec 19 20:18:43.681 INFO O| Dec 19 20:18:43.681 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3656 | 2024-12-19T20:18:45.050Z | [ host-image] Dec 19 20:18:43.743 INFO O| Dec 19 20:18:43.743 INFO O| Startup: Caching catalogs ... Done |
3657 | 2024-12-19T20:18:45.154Z | [ host-image] Dec 19 20:18:43.847 INFO O| Dec 19 20:18:43.847 INFO O| Planning: Planning completed in 0.00 seconds |
3658 | 2024-12-19T20:18:45.156Z | [ host-image] Dec 19 20:18:43.848 INFO O| Dec 19 20:18:43.848 INFO O| Planning: Consolidating action changes ... Done |
3659 | 2024-12-19T20:18:45.156Z | [ host-image] Dec 19 20:18:43.848 INFO O| Dec 19 20:18:43.848 INFO O| Planning: Evaluating mediators ... Done |
3660 | 2024-12-19T20:18:45.156Z | [ host-image] Dec 19 20:18:43.848 INFO O| Dec 19 20:18:43.848 INFO O| Planning: Planning completed in 0.00 seconds |
3661 | 2024-12-19T20:18:45.156Z | [ host-image] Dec 19 20:18:43.848 INFO O| Dec 19 20:18:43.848 INFO O| Variants/Facets to change: 1 |
3662 | 2024-12-19T20:18:45.180Z | [ host-image] Dec 19 20:18:43.873 INFO O| Dec 19 20:18:43.873 INFO O| Done |
3663 | 2024-12-19T20:18:45.180Z | [ host-image] Dec 19 20:18:43.873 INFO O| Dec 19 20:18:43.873 INFO O| Done |
3664 | 2024-12-19T20:18:45.516Z | [ recovery-image] Dec 19 20:18:44.208 INFO O| Dec 19 20:18:44.208 INFO variant opensolaris.zone is already global |
3665 | 2024-12-19T20:18:45.516Z | [ recovery-image] Dec 19 20:18:44.209 INFO O| Dec 19 20:18:44.208 INFO STEP 5 (pkg_change_variant) COMPLETE |
3666 | 2024-12-19T20:18:45.519Z | [ recovery-image] Dec 19 20:18:44.209 INFO O| Dec 19 20:18:44.208 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3667 | 2024-12-19T20:18:45.768Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3668 | 2024-12-19T20:18:45.773Z | Dec 19 20:18:44.466 INFO [stamp-nexus] process exited with exit status: 0 (4.351175404s) |
3669 | 2024-12-19T20:18:46.019Z | [ host-image] Dec 19 20:18:44.712 INFO O| Dec 19 20:18:44.712 INFO O| Done |
3670 | 2024-12-19T20:18:46.030Z | [ recovery-image] Dec 19 20:18:44.723 INFO O| Dec 19 20:18:44.723 INFO variant opensolaris.imagetype is full; changing to partial |
3671 | 2024-12-19T20:18:46.030Z | [ recovery-image] Dec 19 20:18:44.724 INFO O| Dec 19 20:18:44.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3672 | 2024-12-19T20:18:46.087Z | [ host-image] Dec 19 20:18:44.780 INFO O| Dec 19 20:18:44.780 INFO O| Done |
3673 | 2024-12-19T20:18:46.090Z | [ host-image] Dec 19 20:18:44.781 INFO O| Dec 19 20:18:44.781 INFO O| Done |
3674 | 2024-12-19T20:18:46.090Z | [ host-image] Dec 19 20:18:44.782 INFO O| Dec 19 20:18:44.781 INFO O| Done |
3675 | 2024-12-19T20:18:46.090Z | [ host-image] Dec 19 20:18:44.783 INFO O| Dec 19 20:18:44.783 INFO O| Done |
3676 | 2024-12-19T20:18:46.435Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3677 | 2024-12-19T20:18:46.583Z | [verify-libraries] Compiling home v0.5.9 |
3678 | 2024-12-19T20:18:46.614Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3679 | 2024-12-19T20:18:46.642Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3680 | 2024-12-19T20:18:46.642Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3681 | 2024-12-19T20:18:46.645Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3682 | 2024-12-19T20:18:46.684Z | [ host-image] Dec 19 20:18:45.377 INFO O| Dec 19 20:18:45.377 INFO STEP 6 (pkg_change_variant) COMPLETE |
3683 | 2024-12-19T20:18:46.685Z | [ host-image] Dec 19 20:18:45.377 INFO O| Dec 19 20:18:45.377 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3684 | 2024-12-19T20:18:46.685Z | [ host-image] Dec 19 20:18:45.377 INFO O| Dec 19 20:18:45.377 INFO skip step because feature "debug_variant" is not enabled |
3685 | 2024-12-19T20:18:46.685Z | [ host-image] Dec 19 20:18:45.377 INFO O| Dec 19 20:18:45.377 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3686 | 2024-12-19T20:18:46.800Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3687 | 2024-12-19T20:18:46.870Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3688 | 2024-12-19T20:18:46.984Z | [verify-libraries] Compiling nix v0.28.0 |
3689 | 2024-12-19T20:18:47.131Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3690 | 2024-12-19T20:18:47.252Z | [verify-libraries] Compiling polyval v0.6.2 |
3691 | 2024-12-19T20:18:47.295Z | [ host-image] Dec 19 20:18:45.987 INFO O| Dec 19 20:18:45.986 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3692 | 2024-12-19T20:18:47.431Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3693 | 2024-12-19T20:18:47.462Z | Dec 19 20:18:46.155 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.059324081s) |
3694 | 2024-12-19T20:18:47.609Z | [verify-libraries] Compiling ctr v0.9.2 |
3695 | 2024-12-19T20:18:48.238Z | [verify-libraries] Compiling ghash v0.5.1 |
3696 | 2024-12-19T20:18:48.301Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3697 | 2024-12-19T20:18:48.510Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3698 | 2024-12-19T20:18:48.650Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3699 | 2024-12-19T20:18:48.728Z | [verify-libraries] Compiling blowfish v0.9.1 |
3700 | 2024-12-19T20:18:48.948Z | [ host-image] Dec 19 20:18:47.641 INFO O| Dec 19 20:18:47.640 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3701 | 2024-12-19T20:18:48.951Z | [ host-image] Dec 19 20:18:47.642 INFO O| Dec 19 20:18:47.642 INFO O| Planning: Planning completed in 0.00 seconds |
3702 | 2024-12-19T20:18:48.951Z | [ host-image] Dec 19 20:18:47.643 INFO O| Dec 19 20:18:47.643 INFO O| Planning: Consolidating action changes ... Done |
3703 | 2024-12-19T20:18:48.951Z | [ host-image] Dec 19 20:18:47.644 INFO O| Dec 19 20:18:47.644 INFO O| Planning: Evaluating mediators ... Done |
3704 | 2024-12-19T20:18:48.954Z | [ host-image] Dec 19 20:18:47.644 INFO O| Dec 19 20:18:47.644 INFO O| Planning: Planning completed in 0.00 seconds |
3705 | 2024-12-19T20:18:48.954Z | [ host-image] Dec 19 20:18:47.645 INFO O| Dec 19 20:18:47.645 INFO O| Variants/Facets to change: 1 |
3706 | 2024-12-19T20:18:49.079Z | [ host-image] Dec 19 20:18:47.772 INFO O| Dec 19 20:18:47.772 INFO O| Done |
3707 | 2024-12-19T20:18:49.079Z | [ host-image] Dec 19 20:18:47.772 INFO O| Dec 19 20:18:47.772 INFO O| Done |
3708 | 2024-12-19T20:18:49.451Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3709 | 2024-12-19T20:18:49.971Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3710 | 2024-12-19T20:18:50.189Z | [ host-image] Dec 19 20:18:48.881 INFO O| Dec 19 20:18:48.881 INFO O| Done |
3711 | 2024-12-19T20:18:50.320Z | [ host-image] Dec 19 20:18:49.012 INFO O| Dec 19 20:18:49.012 INFO O| Done |
3712 | 2024-12-19T20:18:50.323Z | [ host-image] Dec 19 20:18:49.013 INFO O| Dec 19 20:18:49.013 INFO O| Done |
3713 | 2024-12-19T20:18:50.323Z | [ host-image] Dec 19 20:18:49.013 INFO O| Dec 19 20:18:49.013 INFO O| Done |
3714 | 2024-12-19T20:18:50.323Z | [ host-image] Dec 19 20:18:49.015 INFO O| Dec 19 20:18:49.015 INFO O| Done |
3715 | 2024-12-19T20:18:50.630Z | [ host-image] Dec 19 20:18:49.321 INFO O| Dec 19 20:18:49.321 INFO STEP 8 (pkg_change_facet) COMPLETE |
3716 | 2024-12-19T20:18:50.630Z | [ host-image] Dec 19 20:18:49.321 INFO O| Dec 19 20:18:49.321 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3717 | 2024-12-19T20:18:50.630Z | [ host-image] Dec 19 20:18:49.321 INFO O| Dec 19 20:18:49.321 INFO skip step because feature "recovery" is not enabled |
3718 | 2024-12-19T20:18:50.630Z | [ host-image] Dec 19 20:18:49.321 INFO O| Dec 19 20:18:49.321 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3719 | 2024-12-19T20:18:50.630Z | [ host-image] Dec 19 20:18:49.321 INFO O| Dec 19 20:18:49.321 INFO skip step because feature "recovery" is not enabled |
3720 | 2024-12-19T20:18:50.630Z | [ host-image] Dec 19 20:18:49.322 INFO O| Dec 19 20:18:49.321 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-19T20:18:50.640Z | [verify-libraries] Compiling password-hash v0.4.2 |
3722 | 2024-12-19T20:18:50.649Z | [ host-image] Dec 19 20:18:49.342 INFO O| Dec 19 20:18:49.342 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-19T20:18:51.748Z | [ host-image] Dec 19 20:18:50.440 INFO O| Dec 19 20:18:50.440 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3724 | 2024-12-19T20:18:53.604Z | [verify-libraries] Compiling rustyline v14.0.0 |
3725 | 2024-12-19T20:18:54.386Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3726 | 2024-12-19T20:18:54.432Z | Dec 19 20:18:53.124 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.066207796s) |
3727 | 2024-12-19T20:18:55.167Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3728 | 2024-12-19T20:18:55.204Z | Dec 19 20:18:53.896 INFO [stamp-clickhouse] process exited with exit status: 0 (13.551717601s) |
3729 | 2024-12-19T20:18:55.204Z | Dec 19 20:18:53.896 INFO [tuf-stamp] task succeeded (13.854164849s) |
3730 | 2024-12-19T20:18:55.308Z | [verify-libraries] Compiling matches v0.1.10 |
3731 | 2024-12-19T20:18:55.469Z | [verify-libraries] Compiling idna v0.2.3 |
3732 | 2024-12-19T20:18:56.491Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3733 | 2024-12-19T20:18:56.969Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3734 | 2024-12-19T20:18:57.013Z | [verify-libraries] Compiling p256 v0.13.2 |
3735 | 2024-12-19T20:18:58.588Z | [ recovery-image] Dec 19 20:18:57.279 INFO O| Dec 19 20:18:57.279 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3736 | 2024-12-19T20:19:00.130Z | [verify-libraries] Compiling p521 v0.13.3 |
3737 | 2024-12-19T20:19:00.751Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3738 | 2024-12-19T20:19:02.053Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3739 | 2024-12-19T20:19:02.625Z | [verify-libraries] Compiling md5 v0.7.0 |
3740 | 2024-12-19T20:19:03.297Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3741 | 2024-12-19T20:19:03.422Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3742 | 2024-12-19T20:19:07.292Z | [ recovery-image] Dec 19 20:19:05.981 INFO O| Dec 19 20:19:05.981 INFO O| Startup: Caching catalogs ... Done |
3743 | 2024-12-19T20:19:07.421Z | [ recovery-image] Dec 19 20:19:06.110 INFO O| Dec 19 20:19:06.110 INFO O| Planning: Planning completed in 0.00 seconds |
3744 | 2024-12-19T20:19:07.424Z | [ recovery-image] Dec 19 20:19:06.111 INFO O| Dec 19 20:19:06.111 INFO O| Planning: Consolidating action changes ... Done |
3745 | 2024-12-19T20:19:07.424Z | [ recovery-image] Dec 19 20:19:06.111 INFO O| Dec 19 20:19:06.111 INFO O| Planning: Evaluating mediators ... Done |
3746 | 2024-12-19T20:19:07.424Z | [ recovery-image] Dec 19 20:19:06.112 INFO O| Dec 19 20:19:06.112 INFO O| Planning: Planning completed in 0.00 seconds |
3747 | 2024-12-19T20:19:07.424Z | [ recovery-image] Dec 19 20:19:06.112 INFO O| Dec 19 20:19:06.112 INFO O| Variants/Facets to change: 1 |
3748 | 2024-12-19T20:19:07.789Z | [ recovery-image] Dec 19 20:19:06.478 INFO O| Dec 19 20:19:06.478 INFO O| Done |
3749 | 2024-12-19T20:19:07.791Z | [ recovery-image] Dec 19 20:19:06.478 INFO O| Dec 19 20:19:06.478 INFO O| Done |
3750 | 2024-12-19T20:19:08.790Z | [ recovery-image] Dec 19 20:19:07.479 INFO O| Dec 19 20:19:07.479 INFO O| Done |
3751 | 2024-12-19T20:19:08.880Z | [ recovery-image] Dec 19 20:19:07.569 INFO O| Dec 19 20:19:07.569 INFO O| Done |
3752 | 2024-12-19T20:19:08.884Z | [ recovery-image] Dec 19 20:19:07.571 INFO O| Dec 19 20:19:07.571 INFO O| Done |
3753 | 2024-12-19T20:19:08.884Z | [ recovery-image] Dec 19 20:19:07.571 INFO O| Dec 19 20:19:07.571 INFO O| Done |
3754 | 2024-12-19T20:19:08.886Z | [ recovery-image] Dec 19 20:19:07.573 INFO O| Dec 19 20:19:07.573 INFO O| Done |
3755 | 2024-12-19T20:19:09.620Z | [ recovery-image] Dec 19 20:19:08.309 INFO O| Dec 19 20:19:08.309 INFO STEP 6 (pkg_change_variant) COMPLETE |
3756 | 2024-12-19T20:19:09.620Z | [ recovery-image] Dec 19 20:19:08.309 INFO O| Dec 19 20:19:08.309 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3757 | 2024-12-19T20:19:09.630Z | [ recovery-image] Dec 19 20:19:08.309 INFO O| Dec 19 20:19:08.309 INFO skip step because feature "debug_variant" is not enabled |
3758 | 2024-12-19T20:19:09.630Z | [ recovery-image] Dec 19 20:19:08.309 INFO O| Dec 19 20:19:08.309 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3759 | 2024-12-19T20:19:10.337Z | [ recovery-image] Dec 19 20:19:09.025 INFO O| Dec 19 20:19:09.025 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3760 | 2024-12-19T20:19:11.493Z | [ recovery-image] Dec 19 20:19:10.182 INFO O| Dec 19 20:19:10.182 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3761 | 2024-12-19T20:19:11.496Z | [ recovery-image] Dec 19 20:19:10.184 INFO O| Dec 19 20:19:10.184 INFO O| Planning: Planning completed in 0.00 seconds |
3762 | 2024-12-19T20:19:11.496Z | [ recovery-image] Dec 19 20:19:10.184 INFO O| Dec 19 20:19:10.184 INFO O| Planning: Consolidating action changes ... Done |
3763 | 2024-12-19T20:19:11.496Z | [ recovery-image] Dec 19 20:19:10.185 INFO O| Dec 19 20:19:10.185 INFO O| Planning: Evaluating mediators ... Done |
3764 | 2024-12-19T20:19:11.499Z | [ recovery-image] Dec 19 20:19:10.188 INFO O| Dec 19 20:19:10.188 INFO O| Planning: Planning completed in 0.01 seconds |
3765 | 2024-12-19T20:19:11.501Z | [ recovery-image] Dec 19 20:19:10.189 INFO O| Dec 19 20:19:10.189 INFO O| Variants/Facets to change: 1 |
3766 | 2024-12-19T20:19:11.594Z | [ recovery-image] Dec 19 20:19:10.283 INFO O| Dec 19 20:19:10.282 INFO O| Done |
3767 | 2024-12-19T20:19:11.594Z | [ recovery-image] Dec 19 20:19:10.283 INFO O| Dec 19 20:19:10.282 INFO O| Done |
3768 | 2024-12-19T20:19:12.562Z | [ recovery-image] Dec 19 20:19:11.250 INFO O| Dec 19 20:19:11.250 INFO O| Done |
3769 | 2024-12-19T20:19:12.639Z | [ recovery-image] Dec 19 20:19:11.328 INFO O| Dec 19 20:19:11.327 INFO O| Done |
3770 | 2024-12-19T20:19:12.642Z | [ recovery-image] Dec 19 20:19:11.329 INFO O| Dec 19 20:19:11.329 INFO O| Done |
3771 | 2024-12-19T20:19:12.642Z | [ recovery-image] Dec 19 20:19:11.329 INFO O| Dec 19 20:19:11.329 INFO O| Done |
3772 | 2024-12-19T20:19:12.644Z | [ recovery-image] Dec 19 20:19:11.331 INFO O| Dec 19 20:19:11.331 INFO O| Done |
3773 | 2024-12-19T20:19:12.764Z | [ recovery-image] Dec 19 20:19:11.453 INFO O| Dec 19 20:19:11.452 INFO STEP 8 (pkg_change_facet) COMPLETE |
3774 | 2024-12-19T20:19:12.764Z | [ recovery-image] Dec 19 20:19:11.453 INFO O| Dec 19 20:19:11.452 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3775 | 2024-12-19T20:19:12.995Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3776 | 2024-12-19T20:19:13.450Z | [ recovery-image] Dec 19 20:19:12.139 INFO O| Dec 19 20:19:12.139 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3777 | 2024-12-19T20:19:14.649Z | [ recovery-image] Dec 19 20:19:13.337 INFO O| Dec 19 20:19:13.337 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3778 | 2024-12-19T20:19:14.652Z | [ recovery-image] Dec 19 20:19:13.339 INFO O| Dec 19 20:19:13.339 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2024-12-19T20:19:14.653Z | [ recovery-image] Dec 19 20:19:13.340 INFO O| Dec 19 20:19:13.340 INFO O| Planning: Consolidating action changes ... Done |
3780 | 2024-12-19T20:19:14.656Z | [ recovery-image] Dec 19 20:19:13.341 INFO O| Dec 19 20:19:13.340 INFO O| Planning: Evaluating mediators ... Done |
3781 | 2024-12-19T20:19:14.656Z | [ recovery-image] Dec 19 20:19:13.341 INFO O| Dec 19 20:19:13.341 INFO O| Planning: Planning completed in 0.00 seconds |
3782 | 2024-12-19T20:19:14.656Z | [ recovery-image] Dec 19 20:19:13.342 INFO O| Dec 19 20:19:13.341 INFO O| Variants/Facets to change: 1 |
3783 | 2024-12-19T20:19:14.735Z | [ recovery-image] Dec 19 20:19:13.423 INFO O| Dec 19 20:19:13.423 INFO O| Done |
3784 | 2024-12-19T20:19:14.735Z | [ recovery-image] Dec 19 20:19:13.423 INFO O| Dec 19 20:19:13.423 INFO O| Done |
3785 | 2024-12-19T20:19:15.627Z | [ recovery-image] Dec 19 20:19:14.315 INFO O| Dec 19 20:19:14.315 INFO O| Done |
3786 | 2024-12-19T20:19:15.727Z | [ recovery-image] Dec 19 20:19:14.415 INFO O| Dec 19 20:19:14.414 INFO O| Done |
3787 | 2024-12-19T20:19:15.730Z | [ recovery-image] Dec 19 20:19:14.416 INFO O| Dec 19 20:19:14.416 INFO O| Done |
3788 | 2024-12-19T20:19:15.730Z | [ recovery-image] Dec 19 20:19:14.416 INFO O| Dec 19 20:19:14.416 INFO O| Done |
3789 | 2024-12-19T20:19:15.730Z | [ recovery-image] Dec 19 20:19:14.418 INFO O| Dec 19 20:19:14.418 INFO O| Done |
3790 | 2024-12-19T20:19:15.864Z | [ recovery-image] Dec 19 20:19:14.551 INFO O| Dec 19 20:19:14.551 INFO STEP 9 (pkg_change_facet) COMPLETE |
3791 | 2024-12-19T20:19:15.864Z | [ recovery-image] Dec 19 20:19:14.551 INFO O| Dec 19 20:19:14.551 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3792 | 2024-12-19T20:19:16.636Z | [ recovery-image] Dec 19 20:19:15.324 INFO O| Dec 19 20:19:15.323 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3793 | 2024-12-19T20:19:17.757Z | [ recovery-image] Dec 19 20:19:16.443 INFO O| Dec 19 20:19:16.443 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3794 | 2024-12-19T20:19:17.762Z | [ recovery-image] Dec 19 20:19:16.445 INFO O| Dec 19 20:19:16.445 INFO O| Planning: Planning completed in 0.00 seconds |
3795 | 2024-12-19T20:19:17.762Z | [ recovery-image] Dec 19 20:19:16.446 INFO O| Dec 19 20:19:16.446 INFO O| Planning: Consolidating action changes ... Done |
3796 | 2024-12-19T20:19:17.762Z | [ recovery-image] Dec 19 20:19:16.446 INFO O| Dec 19 20:19:16.446 INFO O| Planning: Evaluating mediators ... Done |
3797 | 2024-12-19T20:19:17.763Z | [ recovery-image] Dec 19 20:19:16.446 INFO O| Dec 19 20:19:16.446 INFO O| Planning: Planning completed in 0.00 seconds |
3798 | 2024-12-19T20:19:17.763Z | [ recovery-image] Dec 19 20:19:16.447 INFO O| Dec 19 20:19:16.447 INFO O| Variants/Facets to change: 1 |
3799 | 2024-12-19T20:19:17.962Z | [ recovery-image] Dec 19 20:19:16.649 INFO O| Dec 19 20:19:16.648 INFO O| Done |
3800 | 2024-12-19T20:19:17.962Z | [ recovery-image] Dec 19 20:19:16.649 INFO O| Dec 19 20:19:16.649 INFO O| Done |
3801 | 2024-12-19T20:19:18.903Z | [ recovery-image] Dec 19 20:19:17.591 INFO O| Dec 19 20:19:17.591 INFO O| Done |
3802 | 2024-12-19T20:19:18.984Z | [ recovery-image] Dec 19 20:19:17.672 INFO O| Dec 19 20:19:17.671 INFO O| Done |
3803 | 2024-12-19T20:19:18.987Z | [ recovery-image] Dec 19 20:19:17.673 INFO O| Dec 19 20:19:17.673 INFO O| Done |
3804 | 2024-12-19T20:19:18.987Z | [ recovery-image] Dec 19 20:19:17.673 INFO O| Dec 19 20:19:17.673 INFO O| Done |
3805 | 2024-12-19T20:19:18.987Z | [ recovery-image] Dec 19 20:19:17.675 INFO O| Dec 19 20:19:17.675 INFO O| Done |
3806 | 2024-12-19T20:19:19.120Z | [ recovery-image] Dec 19 20:19:17.807 INFO O| Dec 19 20:19:17.807 INFO STEP 10 (pkg_change_facet) COMPLETE |
3807 | 2024-12-19T20:19:19.123Z | [ recovery-image] Dec 19 20:19:17.807 INFO O| Dec 19 20:19:17.807 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3808 | 2024-12-19T20:19:19.142Z | [ recovery-image] Dec 19 20:19:17.829 INFO O| Dec 19 20:19:17.828 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"] |
3809 | 2024-12-19T20:19:20.172Z | [verify-libraries] Compiling des v0.8.1 |
3810 | 2024-12-19T20:19:20.196Z | [ recovery-image] Dec 19 20:19:18.883 INFO O| Dec 19 20:19:18.883 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3811 | 2024-12-19T20:19:20.803Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3812 | 2024-12-19T20:19:21.211Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3813 | 2024-12-19T20:19:22.489Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3814 | 2024-12-19T20:19:23.496Z | [verify-libraries] Compiling russh v0.45.0 |
3815 | 2024-12-19T20:19:28.205Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3816 | 2024-12-19T20:19:30.276Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3817 | 2024-12-19T20:19:33.894Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3818 | 2024-12-19T20:19:43.706Z | [verify-libraries] Compiling petname v2.0.2 |
3819 | 2024-12-19T20:19:45.069Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3820 | 2024-12-19T20:19:45.748Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3821 | 2024-12-19T20:19:46.592Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3822 | 2024-12-19T20:19:53.186Z | [verify-libraries] Compiling heck v0.4.1 |
3823 | 2024-12-19T20:19:54.694Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3824 | 2024-12-19T20:19:56.832Z | [ host-image] Dec 19 20:19:55.513 INFO O| Dec 19 20:19:55.512 INFO O| Planning: Solver setup ... Done |
3825 | 2024-12-19T20:20:00.291Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3826 | 2024-12-19T20:20:07.408Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3827 | 2024-12-19T20:20:10.114Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3828 | 2024-12-19T20:20:25.838Z | [ recovery-image] Dec 19 20:20:24.514 INFO O| Dec 19 20:20:24.514 INFO O| Planning: Solver setup ... Done |
3829 | 2024-12-19T20:20:34.260Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3830 | 2024-12-19T20:20:36.298Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3831 | 2024-12-19T20:20:43.805Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3832 | 2024-12-19T20:21:11.096Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3833 | 2024-12-19T20:21:15.198Z | [ host-image] Dec 19 20:21:13.865 INFO O| Dec 19 20:21:13.865 INFO O| Planning: Running solver ... Done |
3834 | 2024-12-19T20:21:15.807Z | [ host-image] Dec 19 20:21:14.474 INFO O| Dec 19 20:21:14.473 INFO O| Planning: Finding local manifests ... Done |
3835 | 2024-12-19T20:21:15.838Z | [ host-image] Dec 19 20:21:14.505 INFO O| Dec 19 20:21:14.505 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3836 | 2024-12-19T20:21:17.456Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3837 | 2024-12-19T20:21:20.090Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3838 | 2024-12-19T20:21:20.664Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3839 | 2024-12-19T20:21:21.048Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3840 | 2024-12-19T20:21:21.250Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3841 | 2024-12-19T20:21:21.555Z | [ host-image] Dec 19 20:21:20.221 INFO O| Dec 19 20:21:20.221 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3842 | 2024-12-19T20:21:21.576Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3843 | 2024-12-19T20:21:21.817Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3844 | 2024-12-19T20:21:22.023Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3845 | 2024-12-19T20:21:22.895Z | [ host-image] Dec 19 20:21:21.560 INFO O| Dec 19 20:21:21.560 INFO O| Planning: Package planning ... Done |
3846 | 2024-12-19T20:21:24.479Z | [ host-image] Dec 19 20:21:23.143 INFO O| Dec 19 20:21:23.143 INFO O| Planning: Merging actions ... Done |
3847 | 2024-12-19T20:21:25.142Z | [ host-image] Dec 19 20:21:23.806 INFO O| Dec 19 20:21:23.806 INFO O| Planning: Checking for conflicting actions ... Done |
3848 | 2024-12-19T20:21:25.224Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3849 | 2024-12-19T20:21:25.411Z | [ host-image] Dec 19 20:21:24.076 INFO O| Dec 19 20:21:24.076 INFO O| Planning: Consolidating action changes ... Done |
3850 | 2024-12-19T20:21:25.973Z | [ host-image] Dec 19 20:21:24.637 INFO O| Dec 19 20:21:24.637 INFO O| Planning: Evaluating mediators ... Done |
3851 | 2024-12-19T20:21:26.747Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3852 | 2024-12-19T20:21:32.262Z | [ host-image] Dec 19 20:21:30.924 INFO O| Dec 19 20:21:30.924 INFO O| Planning: Planning completed in 160.48 seconds |
3853 | 2024-12-19T20:21:32.270Z | [ host-image] Dec 19 20:21:30.931 INFO O| Dec 19 20:21:30.931 INFO O| Packages to install: 124 |
3854 | 2024-12-19T20:21:32.275Z | [ host-image] Dec 19 20:21:30.931 INFO O| Dec 19 20:21:30.931 INFO O| Mediators to change: 4 |
3855 | 2024-12-19T20:21:32.275Z | [ host-image] Dec 19 20:21:30.931 INFO O| Dec 19 20:21:30.931 INFO O| Services to change: 6 |
3856 | 2024-12-19T20:21:32.407Z | [ host-image] Dec 19 20:21:31.070 INFO O| Dec 19 20:21:31.070 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3857 | 2024-12-19T20:21:37.424Z | [ host-image] Dec 19 20:21:36.087 INFO O| Dec 19 20:21:36.086 INFO O| Download: 687/22788 items 2.9/199.7MB 1% complete (610k/s) |
3858 | 2024-12-19T20:21:40.273Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3859 | 2024-12-19T20:21:42.492Z | [ host-image] Dec 19 20:21:41.151 INFO O| Dec 19 20:21:41.151 INFO O| Download: 1048/22788 items 5.5/199.7MB 2% complete (567k/s) |
3860 | 2024-12-19T20:21:44.313Z | [ recovery-image] Dec 19 20:21:42.897 INFO O| Dec 19 20:21:42.897 INFO O| Planning: Running solver ... Done |
3861 | 2024-12-19T20:21:45.032Z | [ recovery-image] Dec 19 20:21:43.693 INFO O| Dec 19 20:21:43.693 INFO O| Planning: Finding local manifests ... Done |
3862 | 2024-12-19T20:21:45.049Z | [ recovery-image] Dec 19 20:21:43.710 INFO O| Dec 19 20:21:43.710 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3863 | 2024-12-19T20:21:45.743Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3864 | 2024-12-19T20:21:47.528Z | [ host-image] Dec 19 20:21:46.189 INFO O| Dec 19 20:21:46.189 INFO O| Download: 1577/22788 items 9.6/199.7MB 4% complete (690k/s) |
3865 | 2024-12-19T20:21:50.244Z | [ recovery-image] Dec 19 20:21:48.904 INFO O| Dec 19 20:21:48.904 INFO O| Planning: Fetching manifests: 121/124 97% complete |
3866 | 2024-12-19T20:21:52.645Z | [ host-image] Dec 19 20:21:51.305 INFO O| Dec 19 20:21:51.305 INFO O| Download: 1586/22788 items 9.6/199.7MB 4% complete (662k/s) |
3867 | 2024-12-19T20:21:55.249Z | [ recovery-image] Dec 19 20:21:53.908 INFO O| Dec 19 20:21:53.908 INFO O| Planning: Fetching manifests: 123/124 99% complete |
3868 | 2024-12-19T20:21:57.677Z | [ host-image] Dec 19 20:21:56.336 INFO O| Dec 19 20:21:56.336 INFO O| Download: 1589/22788 items 9.6/199.7MB 4% complete (624k/s) |
3869 | 2024-12-19T20:22:01.070Z | [ recovery-image] Dec 19 20:21:59.728 INFO O| Dec 19 20:21:59.728 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3870 | 2024-12-19T20:22:01.484Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3871 | 2024-12-19T20:22:02.168Z | [ recovery-image] Dec 19 20:22:00.826 INFO O| Dec 19 20:22:00.826 INFO O| Planning: Package planning ... Done |
3872 | 2024-12-19T20:22:02.900Z | [ recovery-image] Dec 19 20:22:01.558 INFO O| Dec 19 20:22:01.558 INFO O| Planning: Merging actions ... Done |
3873 | 2024-12-19T20:22:02.961Z | [ host-image] Dec 19 20:22:01.619 INFO O| Dec 19 20:22:01.619 INFO O| Download: 1695/22788 items 11.2/199.7MB 5% complete (142k/s) |
3874 | 2024-12-19T20:22:03.156Z | [ recovery-image] Dec 19 20:22:01.814 INFO O| Dec 19 20:22:01.814 INFO O| Planning: Checking for conflicting actions ... Done |
3875 | 2024-12-19T20:22:03.299Z | [ recovery-image] Dec 19 20:22:01.957 INFO O| Dec 19 20:22:01.957 INFO O| Planning: Consolidating action changes ... Done |
3876 | 2024-12-19T20:22:03.694Z | [ recovery-image] Dec 19 20:22:02.352 INFO O| Dec 19 20:22:02.351 INFO O| Planning: Evaluating mediators ... Done |
3877 | 2024-12-19T20:22:07.977Z | [ host-image] Dec 19 20:22:06.634 INFO O| Dec 19 20:22:06.634 INFO O| Download: 1997/22788 items 22.9/199.7MB 11% complete (1.5M/s) |
3878 | 2024-12-19T20:22:09.335Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3879 | 2024-12-19T20:22:09.511Z | [ recovery-image] Dec 19 20:22:08.167 INFO O| Dec 19 20:22:08.167 INFO O| Planning: Planning completed in 169.28 seconds |
3880 | 2024-12-19T20:22:09.517Z | [ recovery-image] Dec 19 20:22:08.174 INFO O| Dec 19 20:22:08.174 INFO O| Packages to install: 124 |
3881 | 2024-12-19T20:22:09.517Z | [ recovery-image] Dec 19 20:22:08.174 INFO O| Dec 19 20:22:08.174 INFO O| Mediators to change: 4 |
3882 | 2024-12-19T20:22:09.520Z | [ recovery-image] Dec 19 20:22:08.174 INFO O| Dec 19 20:22:08.174 INFO O| Services to change: 5 |
3883 | 2024-12-19T20:22:09.595Z | [ recovery-image] Dec 19 20:22:08.251 INFO O| Dec 19 20:22:08.251 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3884 | 2024-12-19T20:22:09.968Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3885 | 2024-12-19T20:22:12.981Z | [ host-image] Dec 19 20:22:11.637 INFO O| Dec 19 20:22:11.637 INFO O| Download: 2321/22788 items 27.2/199.7MB 13% complete (1.6M/s) |
3886 | 2024-12-19T20:22:13.596Z | [verify-libraries] Compiling termios v0.3.3 |
3887 | 2024-12-19T20:22:13.950Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3888 | 2024-12-19T20:22:14.596Z | [ recovery-image] Dec 19 20:22:13.252 INFO O| Dec 19 20:22:13.252 INFO O| Download: 702/15862 items 4.5/176.4MB 2% complete (958k/s) |
3889 | 2024-12-19T20:22:19.877Z | [ recovery-image] Dec 19 20:22:18.532 INFO O| Dec 19 20:22:18.532 INFO O| Download: 1008/15862 items 7.9/176.4MB 4% complete (989k/s) |
3890 | 2024-12-19T20:22:20.252Z | [ host-image] Dec 19 20:22:18.906 INFO O| Dec 19 20:22:18.906 INFO O| Download: 2453/22788 items 28.1/199.7MB 14% complete (1.1M/s) |
3891 | 2024-12-19T20:22:24.881Z | [ recovery-image] Dec 19 20:22:23.535 INFO O| Dec 19 20:22:23.535 INFO O| Download: 1144/15862 items 10.0/176.4MB 5% complete (532k/s) |
3892 | 2024-12-19T20:22:25.255Z | [ host-image] Dec 19 20:22:23.908 INFO O| Dec 19 20:22:23.908 INFO O| Download: 3412/22788 items 33.8/199.7MB 16% complete (619k/s) |
3893 | 2024-12-19T20:22:29.909Z | [ recovery-image] Dec 19 20:22:28.562 INFO O| Dec 19 20:22:28.540 INFO O| Download: 1427/15862 items 20.7/176.4MB 11% complete (1.3M/s) |
3894 | 2024-12-19T20:22:30.263Z | [ host-image] Dec 19 20:22:28.916 INFO O| Dec 19 20:22:28.916 INFO O| Download: 3684/22788 items 37.3/199.7MB 18% complete (953k/s) |
3895 | 2024-12-19T20:22:35.417Z | [ host-image] Dec 19 20:22:34.069 INFO O| Dec 19 20:22:34.069 INFO O| Download: 4491/22788 items 41.9/199.7MB 20% complete (807k/s) |
3896 | 2024-12-19T20:22:36.781Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3897 | 2024-12-19T20:22:37.731Z | [ recovery-image] Dec 19 20:22:36.383 INFO O| Dec 19 20:22:36.383 INFO O| Download: 1506/15862 items 21.9/176.4MB 12% complete (1.3M/s) |
3898 | 2024-12-19T20:22:40.542Z | [ host-image] Dec 19 20:22:39.193 INFO O| Dec 19 20:22:39.193 INFO O| Download: 4838/22788 items 45.7/199.7MB 22% complete (849k/s) |
3899 | 2024-12-19T20:22:42.792Z | [ recovery-image] Dec 19 20:22:41.443 INFO O| Dec 19 20:22:41.443 INFO O| Download: 1658/15862 items 25.9/176.4MB 14% complete (397k/s) |
3900 | 2024-12-19T20:22:45.553Z | [ host-image] Dec 19 20:22:44.203 INFO O| Dec 19 20:22:44.203 INFO O| Download: 5651/22788 items 46.2/199.7MB 23% complete (455k/s) |
3901 | 2024-12-19T20:22:47.798Z | [ recovery-image] Dec 19 20:22:46.447 INFO O| Dec 19 20:22:46.447 INFO O| Download: 2516/15862 items 31.5/176.4MB 17% complete (991k/s) |
3902 | 2024-12-19T20:22:49.340Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3903 | 2024-12-19T20:22:50.553Z | [ host-image] Dec 19 20:22:49.203 INFO O| Dec 19 20:22:49.203 INFO O| Download: 6304/22788 items 46.6/199.7MB 23% complete (94.9k/s) |
3904 | 2024-12-19T20:22:52.798Z | [ recovery-image] Dec 19 20:22:51.447 INFO O| Dec 19 20:22:51.447 INFO O| Download: 2935/15862 items 37.0/176.4MB 20% complete (1.1M/s) |
3905 | 2024-12-19T20:22:56.131Z | [ host-image] Dec 19 20:22:54.777 INFO O| Dec 19 20:22:54.777 INFO O| Download: 6861/22788 items 49.0/199.7MB 24% complete (287k/s) |
3906 | 2024-12-19T20:22:57.810Z | [ recovery-image] Dec 19 20:22:56.458 INFO O| Dec 19 20:22:56.458 INFO O| Download: 3603/15862 items 39.1/176.4MB 22% complete (784k/s) |
3907 | 2024-12-19T20:23:01.155Z | [ host-image] Dec 19 20:22:59.802 INFO O| Dec 19 20:22:59.802 INFO O| Download: 7476/22788 items 58.0/199.7MB 29% complete (1.1M/s) |
3908 | 2024-12-19T20:23:03.559Z | [ recovery-image] Dec 19 20:23:02.206 INFO O| Dec 19 20:23:02.205 INFO O| Download: 3694/15862 items 40.3/176.4MB 22% complete (534k/s) |
3909 | 2024-12-19T20:23:06.210Z | [ host-image] Dec 19 20:23:04.857 INFO O| Dec 19 20:23:04.857 INFO O| Download: 8070/22788 items 60.1/199.7MB 30% complete (1.1M/s) |
3910 | 2024-12-19T20:23:08.563Z | [ recovery-image] Dec 19 20:23:07.210 INFO O| Dec 19 20:23:07.209 INFO O| Download: 4251/15862 items 42.7/176.4MB 24% complete (501k/s) |
3911 | 2024-12-19T20:23:11.410Z | [ host-image] Dec 19 20:23:10.056 INFO O| Dec 19 20:23:10.056 INFO O| Download: 8233/22788 items 63.3/199.7MB 31% complete (500k/s) |
3912 | 2024-12-19T20:23:13.918Z | [ recovery-image] Dec 19 20:23:12.563 INFO O| Dec 19 20:23:12.563 INFO O| Download: 4781/15862 items 43.0/176.4MB 24% complete (320k/s) |
3913 | 2024-12-19T20:23:17.149Z | [ host-image] Dec 19 20:23:15.793 INFO O| Dec 19 20:23:15.793 INFO O| Download: 8276/22788 items 65.8/199.7MB 32% complete (512k/s) |
3914 | 2024-12-19T20:23:19.118Z | [ recovery-image] Dec 19 20:23:17.762 INFO O| Dec 19 20:23:17.762 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete (144k/s) |
3915 | 2024-12-19T20:23:22.159Z | [ host-image] Dec 19 20:23:20.802 INFO O| Dec 19 20:23:20.802 INFO O| Download: 8540/22788 items 69.9/199.7MB 35% complete (728k/s) |
3916 | 2024-12-19T20:23:24.119Z | [ recovery-image] Dec 19 20:23:22.762 INFO O| Dec 19 20:23:22.762 INFO O| Download: 5952/15862 items 53.6/176.4MB 30% complete (1.1M/s) |
3917 | 2024-12-19T20:23:27.192Z | [ host-image] Dec 19 20:23:25.835 INFO O| Dec 19 20:23:25.835 INFO O| Download: 9383/22788 items 81.5/199.7MB 40% complete (1.6M/s) |
3918 | 2024-12-19T20:23:29.326Z | [ recovery-image] Dec 19 20:23:27.969 INFO O| Dec 19 20:23:27.969 INFO O| Download: 6174/15862 items 61.9/176.4MB 35% complete (1.7M/s) |
3919 | 2024-12-19T20:23:32.196Z | [ host-image] Dec 19 20:23:30.838 INFO O| Dec 19 20:23:30.838 INFO O| Download: 10109/22788 items 84.7/199.7MB 42% complete (1.5M/s) |
3920 | 2024-12-19T20:23:34.337Z | [ recovery-image] Dec 19 20:23:32.978 INFO O| Dec 19 20:23:32.978 INFO O| Download: 7069/15862 items 72.9/176.4MB 41% complete (1.8M/s) |
3921 | 2024-12-19T20:23:37.214Z | [ host-image] Dec 19 20:23:35.852 INFO O| Dec 19 20:23:35.852 INFO O| Download: 10785/22788 items 89.7/199.7MB 44% complete (843k/s) |
3922 | 2024-12-19T20:23:39.348Z | [ recovery-image] Dec 19 20:23:37.988 INFO O| Dec 19 20:23:37.987 INFO O| Download: 7841/15862 items 75.4/176.4MB 42% complete (1.4M/s) |
3923 | 2024-12-19T20:23:42.338Z | [ host-image] Dec 19 20:23:40.978 INFO O| Dec 19 20:23:40.978 INFO O| Download: 11134/22788 items 93.3/199.7MB 46% complete (928k/s) |
3924 | 2024-12-19T20:23:44.359Z | [ recovery-image] Dec 19 20:23:42.998 INFO O| Dec 19 20:23:42.998 INFO O| Download: 8381/15862 items 79.8/176.4MB 45% complete (779k/s) |
3925 | 2024-12-19T20:23:47.348Z | [ host-image] Dec 19 20:23:45.987 INFO O| Dec 19 20:23:45.987 INFO O| Download: 11787/22788 items 96.4/199.7MB 48% complete (678k/s) |
3926 | 2024-12-19T20:23:49.380Z | [ recovery-image] Dec 19 20:23:48.019 INFO O| Dec 19 20:23:48.019 INFO O| Download: 8842/15862 items 91.9/176.4MB 52% complete (1.7M/s) |
3927 | 2024-12-19T20:23:52.537Z | [ host-image] Dec 19 20:23:51.126 INFO O| Dec 19 20:23:51.126 INFO O| Download: 12191/22788 items 108.7/199.7MB 54% complete (1.6M/s) |
3928 | 2024-12-19T20:23:54.389Z | [ recovery-image] Dec 19 20:23:53.027 INFO O| Dec 19 20:23:53.027 INFO O| Download: 9800/15862 items 93.1/176.4MB 52% complete (1.3M/s) |
3929 | 2024-12-19T20:23:57.515Z | [ host-image] Dec 19 20:23:56.153 INFO O| Dec 19 20:23:56.153 INFO O| Download: 13218/22788 items 109.9/199.7MB 55% complete (1.4M/s) |
3930 | 2024-12-19T20:23:59.399Z | [ recovery-image] Dec 19 20:23:58.036 INFO O| Dec 19 20:23:58.036 INFO O| Download: 10600/15862 items 93.5/176.4MB 53% complete (163k/s) |
3931 | 2024-12-19T20:24:02.675Z | [ host-image] Dec 19 20:24:01.312 INFO O| Dec 19 20:24:01.312 INFO O| Download: 13902/22788 items 110.3/199.7MB 55% complete (211k/s) |
3932 | 2024-12-19T20:24:04.928Z | [ recovery-image] Dec 19 20:24:03.564 INFO O| Dec 19 20:24:03.564 INFO O| Download: 11093/15862 items 99.6/176.4MB 56% complete (600k/s) |
3933 | 2024-12-19T20:24:07.678Z | [ host-image] Dec 19 20:24:06.314 INFO O| Dec 19 20:24:06.313 INFO O| Download: 14508/22788 items 116.6/199.7MB 58% complete (591k/s) |
3934 | 2024-12-19T20:24:09.950Z | [ recovery-image] Dec 19 20:24:08.585 INFO O| Dec 19 20:24:08.585 INFO O| Download: 11813/15862 items 125.5/176.4MB 71% complete (3.1M/s) |
3935 | 2024-12-19T20:24:12.679Z | [ host-image] Dec 19 20:24:11.314 INFO O| Dec 19 20:24:11.314 INFO O| Download: 15395/22788 items 123.1/199.7MB 61% complete (1.2M/s) |
3936 | 2024-12-19T20:24:14.959Z | [ recovery-image] Dec 19 20:24:13.594 INFO O| Dec 19 20:24:13.594 INFO O| Download: 12208/15862 items 140.7/176.4MB 79% complete (4.1M/s) |
3937 | 2024-12-19T20:24:17.688Z | [ host-image] Dec 19 20:24:16.321 INFO O| Dec 19 20:24:16.321 INFO O| Download: 15851/22788 items 129.5/199.7MB 64% complete (1.7M/s) |
3938 | 2024-12-19T20:24:19.971Z | [ recovery-image] Dec 19 20:24:18.605 INFO O| Dec 19 20:24:18.605 INFO O| Download: 13269/15862 items 145.0/176.4MB 82% complete (2.1M/s) |
3939 | 2024-12-19T20:24:22.689Z | [ host-image] Dec 19 20:24:21.322 INFO O| Dec 19 20:24:21.322 INFO O| Download: 16755/22788 items 134.6/199.7MB 67% complete (1.2M/s) |
3940 | 2024-12-19T20:24:25.395Z | [ recovery-image] Dec 19 20:24:24.028 INFO O| Dec 19 20:24:24.027 INFO O| Download: 14045/15862 items 148.5/176.4MB 84% complete (865k/s) |
3941 | 2024-12-19T20:24:27.696Z | [ host-image] Dec 19 20:24:26.328 INFO O| Dec 19 20:24:26.328 INFO O| Download: 17526/22788 items 143.7/199.7MB 71% complete (1.4M/s) |
3942 | 2024-12-19T20:24:30.396Z | [ recovery-image] Dec 19 20:24:29.028 INFO O| Dec 19 20:24:29.027 INFO O| Download: 14746/15862 items 156.1/176.4MB 88% complete (1019k/s) |
3943 | 2024-12-19T20:24:32.732Z | [ host-image] Dec 19 20:24:31.363 INFO O| Dec 19 20:24:31.363 INFO O| Download: 18243/22788 items 162.8/199.7MB 81% complete (2.8M/s) |
3944 | 2024-12-19T20:24:36.496Z | [ recovery-image] Dec 19 20:24:35.126 INFO O| Dec 19 20:24:35.126 INFO O| Download: 15268/15862 items 161.0/176.4MB 91% complete (1.2M/s) |
3945 | 2024-12-19T20:24:37.733Z | [ host-image] Dec 19 20:24:36.364 INFO O| Dec 19 20:24:36.363 INFO O| Download: 19340/22788 items 167.1/199.7MB 83% complete (2.3M/s) |
3946 | 2024-12-19T20:24:41.791Z | [ recovery-image] Dec 19 20:24:40.420 INFO O| Dec 19 20:24:40.420 INFO O| Download: 15562/15862 items 169.1/176.4MB 95% complete (1.3M/s) |
3947 | 2024-12-19T20:24:41.964Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3948 | 2024-12-19T20:24:42.738Z | [ host-image] Dec 19 20:24:41.366 INFO O| Dec 19 20:24:41.366 INFO O| Download: 20060/22788 items 170.6/199.7MB 85% complete (793k/s) |
3949 | 2024-12-19T20:24:46.938Z | [ recovery-image] Dec 19 20:24:45.564 INFO O| Dec 19 20:24:45.564 INFO O| Download: 15826/15862 items 175.1/176.4MB 99% complete (1.4M/s) |
3950 | 2024-12-19T20:24:47.591Z | [ recovery-image] Dec 19 20:24:46.219 INFO O| Dec 19 20:24:46.219 INFO O| Download: Completed 176.39 MB in 157.97 seconds (1.1M/s) |
3951 | 2024-12-19T20:24:47.864Z | [ host-image] Dec 19 20:24:46.492 INFO O| Dec 19 20:24:46.492 INFO O| Download: 20810/22788 items 174.0/199.7MB 87% complete (732k/s) |
3952 | 2024-12-19T20:24:49.417Z | [ recovery-image] Dec 19 20:24:47.994 INFO O| Dec 19 20:24:47.994 INFO O| Actions: 1/25028 actions (Installing new actions) |
3953 | 2024-12-19T20:24:52.880Z | [ host-image] Dec 19 20:24:51.508 INFO O| Dec 19 20:24:51.508 INFO O| Download: 21365/22788 items 180.3/199.7MB 90% complete (982k/s) |
3954 | 2024-12-19T20:24:54.368Z | [ recovery-image] Dec 19 20:24:52.995 INFO O| Dec 19 20:24:52.995 INFO O| Actions: 9053/25028 actions (Installing new actions) |
3955 | 2024-12-19T20:24:58.075Z | [ host-image] Dec 19 20:24:56.702 INFO O| Dec 19 20:24:56.702 INFO O| Download: 22035/22788 items 192.4/199.7MB 96% complete (1.9M/s) |
3956 | 2024-12-19T20:24:59.369Z | [ recovery-image] Dec 19 20:24:57.996 INFO O| Dec 19 20:24:57.996 INFO O| Actions: 14801/25028 actions (Installing new actions) |
3957 | 2024-12-19T20:25:02.780Z | [ host-image] Dec 19 20:25:01.406 INFO O| Dec 19 20:25:01.406 INFO O| Download: Completed 199.66 MB in 210.34 seconds (969k/s) |
3958 | 2024-12-19T20:25:04.376Z | [ recovery-image] Dec 19 20:25:03.002 INFO O| Dec 19 20:25:03.001 INFO O| Actions: 24501/25028 actions (Installing new actions) |
3959 | 2024-12-19T20:25:05.657Z | [ recovery-image] Dec 19 20:25:04.283 INFO O| Dec 19 20:25:04.283 INFO O| Actions: Completed 25028 actions in 16.29 seconds. |
3960 | 2024-12-19T20:25:06.396Z | [ recovery-image] Dec 19 20:25:05.021 INFO O| Dec 19 20:25:05.021 INFO O| Done |
3961 | 2024-12-19T20:25:06.396Z | [ recovery-image] Dec 19 20:25:05.021 INFO O| Dec 19 20:25:05.021 INFO O| Done |
3962 | 2024-12-19T20:25:06.536Z | [ host-image] Dec 19 20:25:05.161 INFO O| Dec 19 20:25:05.161 INFO O| Actions: 1/49485 actions (Installing new actions) |
3963 | 2024-12-19T20:25:08.216Z | [ recovery-image] Dec 19 20:25:06.841 INFO O| Dec 19 20:25:06.841 INFO O| Done |
3964 | 2024-12-19T20:25:10.738Z | [ recovery-image] Dec 19 20:25:09.362 INFO O| Dec 19 20:25:09.362 INFO O| Done |
3965 | 2024-12-19T20:25:10.763Z | [ recovery-image] Dec 19 20:25:09.387 INFO O| Dec 19 20:25:09.387 INFO O| Done |
3966 | 2024-12-19T20:25:11.538Z | [ host-image] Dec 19 20:25:10.162 INFO O| Dec 19 20:25:10.162 INFO O| Actions: 9691/49485 actions (Installing new actions) |
3967 | 2024-12-19T20:25:15.924Z | [ recovery-image] Dec 19 20:25:14.545 INFO O| Dec 19 20:25:14.545 INFO O| Done |
3968 | 2024-12-19T20:25:16.540Z | [ host-image] Dec 19 20:25:15.162 INFO O| Dec 19 20:25:15.162 INFO O| Actions: 16552/49485 actions (Installing new actions) |
3969 | 2024-12-19T20:25:16.633Z | [ recovery-image] Dec 19 20:25:15.255 INFO O| Dec 19 20:25:15.255 INFO O| Done |
3970 | 2024-12-19T20:25:18.117Z | [ recovery-image] Dec 19 20:25:16.739 INFO O| Dec 19 20:25:16.739 INFO STEP 11 (pkg_install) COMPLETE |
3971 | 2024-12-19T20:25:18.118Z | [ recovery-image] Dec 19 20:25:16.740 INFO O| Dec 19 20:25:16.739 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3972 | 2024-12-19T20:25:18.125Z | [ recovery-image] Dec 19 20:25:16.740 INFO O| Dec 19 20:25:16.739 INFO skip step because feature "recovery" is enabled |
3973 | 2024-12-19T20:25:18.125Z | [ recovery-image] Dec 19 20:25:16.740 INFO O| Dec 19 20:25:16.739 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3974 | 2024-12-19T20:25:18.125Z | [ recovery-image] Dec 19 20:25:16.740 INFO O| Dec 19 20:25:16.739 INFO skip step because feature "omicron1" is not enabled |
3975 | 2024-12-19T20:25:18.125Z | [ recovery-image] Dec 19 20:25:16.740 INFO O| Dec 19 20:25:16.739 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3976 | 2024-12-19T20:25:18.144Z | [ recovery-image] Dec 19 20:25:16.767 INFO O| Dec 19 20:25:16.767 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3977 | 2024-12-19T20:25:18.921Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3978 | 2024-12-19T20:25:21.540Z | [ host-image] Dec 19 20:25:20.162 INFO O| Dec 19 20:25:20.162 INFO O| Actions: 23624/49485 actions (Installing new actions) |
3979 | 2024-12-19T20:25:22.984Z | [ recovery-image] Dec 19 20:25:21.604 INFO O| Dec 19 20:25:21.604 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3980 | 2024-12-19T20:25:26.333Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3981 | 2024-12-19T20:25:27.026Z | [ host-image] Dec 19 20:25:25.628 INFO O| Dec 19 20:25:25.628 INFO O| Actions: 48930/49485 actions (Installing new actions) |
3982 | 2024-12-19T20:25:27.276Z | [ recovery-image] Dec 19 20:25:25.896 INFO O| Dec 19 20:25:25.896 INFO O| Planning: Solver setup ... Done |
3983 | 2024-12-19T20:25:27.282Z | [ recovery-image] Dec 19 20:25:25.903 INFO O| Dec 19 20:25:25.903 INFO O| Planning: Running solver ... Done |
3984 | 2024-12-19T20:25:27.451Z | [ recovery-image] Dec 19 20:25:26.072 INFO O| Dec 19 20:25:26.072 INFO O| Planning: Finding local manifests ... Done |
3985 | 2024-12-19T20:25:27.453Z | [ recovery-image] Dec 19 20:25:26.073 INFO O| Dec 19 20:25:26.073 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3986 | 2024-12-19T20:25:27.703Z | [ recovery-image] Dec 19 20:25:26.324 INFO O| Dec 19 20:25:26.323 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3987 | 2024-12-19T20:25:27.744Z | [ recovery-image] Dec 19 20:25:26.365 INFO O| Dec 19 20:25:26.365 INFO O| Planning: Package planning ... Done |
3988 | 2024-12-19T20:25:27.747Z | [ recovery-image] Dec 19 20:25:26.366 INFO O| Dec 19 20:25:26.366 INFO O| Planning: Merging actions ... Done |
3989 | 2024-12-19T20:25:27.809Z | [ recovery-image] Dec 19 20:25:26.430 INFO O| Dec 19 20:25:26.430 INFO O| Planning: Checking for conflicting actions ... Done |
3990 | 2024-12-19T20:25:27.813Z | [ recovery-image] Dec 19 20:25:26.431 INFO O| Dec 19 20:25:26.431 INFO O| Planning: Consolidating action changes ... Done |
3991 | 2024-12-19T20:25:28.279Z | [ recovery-image] Dec 19 20:25:26.899 INFO O| Dec 19 20:25:26.899 INFO O| Planning: Evaluating mediators ... Done |
3992 | 2024-12-19T20:25:28.282Z | [ recovery-image] Dec 19 20:25:26.900 INFO O| Dec 19 20:25:26.900 INFO O| Planning: Planning completed in 5.30 seconds |
3993 | 2024-12-19T20:25:28.282Z | [ recovery-image] Dec 19 20:25:26.903 INFO O| Dec 19 20:25:26.903 INFO O| Packages to install: 1 |
3994 | 2024-12-19T20:25:28.322Z | [ recovery-image] Dec 19 20:25:26.942 INFO O| Dec 19 20:25:26.942 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3995 | 2024-12-19T20:25:28.602Z | [ host-image] Dec 19 20:25:27.223 INFO O| Dec 19 20:25:27.223 INFO O| Actions: Completed 49485 actions in 22.05 seconds. |
3996 | 2024-12-19T20:25:29.152Z | [ recovery-image] Dec 19 20:25:27.773 INFO O| Dec 19 20:25:27.773 INFO O| Download: Completed 9.99 MB in 0.83 seconds (12.0M/s) |
3997 | 2024-12-19T20:25:29.225Z | [ recovery-image] Dec 19 20:25:27.846 INFO O| Dec 19 20:25:27.846 INFO O| Actions: 1/22 actions (Installing new actions) |
3998 | 2024-12-19T20:25:29.376Z | [ host-image] Dec 19 20:25:27.996 INFO O| Dec 19 20:25:27.996 INFO O| Done |
3999 | 2024-12-19T20:25:29.376Z | [ host-image] Dec 19 20:25:27.996 INFO O| Dec 19 20:25:27.996 INFO O| Done |
4000 | 2024-12-19T20:25:29.702Z | [ recovery-image] Dec 19 20:25:28.322 INFO O| Dec 19 20:25:28.322 INFO O| Actions: Completed 22 actions in 0.48 seconds. |
4001 | 2024-12-19T20:25:30.402Z | [ recovery-image] Dec 19 20:25:29.023 INFO O| Dec 19 20:25:29.023 INFO O| Done |
4002 | 2024-12-19T20:25:30.403Z | [ recovery-image] Dec 19 20:25:29.023 INFO O| Dec 19 20:25:29.023 INFO O| Done |
4003 | 2024-12-19T20:25:31.084Z | [ host-image] Dec 19 20:25:29.705 INFO O| Dec 19 20:25:29.704 INFO O| Done |
4004 | 2024-12-19T20:25:31.785Z | [ recovery-image] Dec 19 20:25:30.404 INFO O| Dec 19 20:25:30.404 INFO O| Done |
4005 | 2024-12-19T20:25:32.404Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4006 | 2024-12-19T20:25:33.904Z | [ recovery-image] Dec 19 20:25:32.503 INFO O| Dec 19 20:25:32.503 INFO O| Done |
4007 | 2024-12-19T20:25:33.921Z | [ recovery-image] Dec 19 20:25:32.530 INFO O| Dec 19 20:25:32.530 INFO O| Done |
4008 | 2024-12-19T20:25:33.921Z | [ recovery-image] Dec 19 20:25:32.530 INFO O| Dec 19 20:25:32.530 INFO O| Done |
4009 | 2024-12-19T20:25:33.935Z | [ recovery-image] Dec 19 20:25:32.548 INFO O| Dec 19 20:25:32.548 INFO O| Done |
4010 | 2024-12-19T20:25:34.075Z | [ host-image] Dec 19 20:25:32.667 INFO O| Dec 19 20:25:32.667 INFO O| Done |
4011 | 2024-12-19T20:25:34.100Z | [ host-image] Dec 19 20:25:32.707 INFO O| Dec 19 20:25:32.707 INFO O| Done |
4012 | 2024-12-19T20:25:34.179Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO STEP 14 (pkg_install) COMPLETE |
4013 | 2024-12-19T20:25:34.179Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4014 | 2024-12-19T20:25:34.180Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO skip step because feature "mfg" is not enabled |
4015 | 2024-12-19T20:25:34.199Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4016 | 2024-12-19T20:25:34.199Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO skip step because feature "compliance" is not enabled |
4017 | 2024-12-19T20:25:34.200Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4018 | 2024-12-19T20:25:34.200Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO skip step because feature "stress" is not enabled |
4019 | 2024-12-19T20:25:34.200Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4020 | 2024-12-19T20:25:34.200Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO skip step because feature "nfs" is not enabled |
4021 | 2024-12-19T20:25:34.200Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4022 | 2024-12-19T20:25:34.200Z | [ recovery-image] Dec 19 20:25:32.792 INFO O| Dec 19 20:25:32.792 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4023 | 2024-12-19T20:25:34.331Z | [ recovery-image] Dec 19 20:25:32.949 INFO O| Dec 19 20:25:32.949 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4024 | 2024-12-19T20:25:34.571Z | [ recovery-image] Dec 19 20:25:33.189 INFO O| Dec 19 20:25:33.189 INFO completed processing gimlet/ramdisk-01-os |
4025 | 2024-12-19T20:25:34.578Z | [ recovery-image] Dec 19 20:25:33.193 INFO image builder template: ramdisk-02-trim... |
4026 | 2024-12-19T20:25:34.578Z | [ recovery-image] Dec 19 20:25:33.193 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/.tmplSEuS3/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 |
4027 | 2024-12-19T20:25:34.622Z | [ recovery-image] Dec 19 20:25:33.239 INFO O| Dec 19 20:25:33.239 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4028 | 2024-12-19T20:25:34.643Z | [ recovery-image] Dec 19 20:25:33.261 INFO O| Dec 19 20:25:33.261 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4029 | 2024-12-19T20:25:34.873Z | [ recovery-image] Dec 19 20:25:33.492 INFO O| Dec 19 20:25:33.492 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4030 | 2024-12-19T20:25:34.984Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4031 | 2024-12-19T20:25:35.106Z | [ recovery-image] Dec 19 20:25:33.725 INFO O| Dec 19 20:25:33.725 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4032 | 2024-12-19T20:25:35.106Z | [ recovery-image] Dec 19 20:25:33.725 INFO O| Dec 19 20:25:33.725 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4033 | 2024-12-19T20:25:35.118Z | [ recovery-image] Dec 19 20:25:33.736 INFO O| Dec 19 20:25:33.736 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4034 | 2024-12-19T20:25:35.126Z | [ recovery-image] Dec 19 20:25:33.744 INFO O| Dec 19 20:25:33.744 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4035 | 2024-12-19T20:25:35.145Z | [ recovery-image] Dec 19 20:25:33.762 INFO O| Dec 19 20:25:33.762 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4036 | 2024-12-19T20:25:35.678Z | [ recovery-image] Dec 19 20:25:34.298 INFO O| Dec 19 20:25:34.297 INFO rolled back to input snapshot; work may begin |
4037 | 2024-12-19T20:25:35.678Z | [ recovery-image] Dec 19 20:25:34.298 INFO O| Dec 19 20:25:34.297 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4038 | 2024-12-19T20:25:35.688Z | [ recovery-image] Dec 19 20:25:34.308 INFO O| Dec 19 20:25:34.308 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4039 | 2024-12-19T20:25:35.713Z | [ recovery-image] Dec 19 20:25:34.333 INFO O| Dec 19 20:25:34.333 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4040 | 2024-12-19T20:25:35.879Z | [ recovery-image] Dec 19 20:25:34.499 INFO O| Dec 19 20:25:34.499 INFO STEP 0 (remove_files) COMPLETE |
4041 | 2024-12-19T20:25:35.879Z | [ recovery-image] Dec 19 20:25:34.499 INFO O| Dec 19 20:25:34.499 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4042 | 2024-12-19T20:25:35.902Z | [ recovery-image] Dec 19 20:25:34.522 INFO O| Dec 19 20:25:34.522 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4043 | 2024-12-19T20:25:35.905Z | [ recovery-image] Dec 19 20:25:34.525 INFO O| Dec 19 20:25:34.525 INFO STEP 1 (remove_files) COMPLETE |
4044 | 2024-12-19T20:25:35.909Z | [ recovery-image] Dec 19 20:25:34.525 INFO O| Dec 19 20:25:34.525 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4045 | 2024-12-19T20:25:35.927Z | [ recovery-image] Dec 19 20:25:34.547 INFO O| Dec 19 20:25:34.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4046 | 2024-12-19T20:25:35.952Z | [ recovery-image] Dec 19 20:25:34.572 INFO O| Dec 19 20:25:34.572 INFO STEP 2 (remove_files) COMPLETE |
4047 | 2024-12-19T20:25:35.952Z | [ recovery-image] Dec 19 20:25:34.572 INFO O| Dec 19 20:25:34.572 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4048 | 2024-12-19T20:25:35.988Z | [ recovery-image] Dec 19 20:25:34.608 INFO O| Dec 19 20:25:34.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4049 | 2024-12-19T20:25:35.994Z | [ recovery-image] Dec 19 20:25:34.611 INFO O| Dec 19 20:25:34.611 INFO STEP 3 (remove_files) COMPLETE |
4050 | 2024-12-19T20:25:35.994Z | [ recovery-image] Dec 19 20:25:34.611 INFO O| Dec 19 20:25:34.611 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4051 | 2024-12-19T20:25:36.032Z | [ recovery-image] Dec 19 20:25:34.652 INFO O| Dec 19 20:25:34.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4052 | 2024-12-19T20:25:36.040Z | [ recovery-image] Dec 19 20:25:34.659 INFO O| Dec 19 20:25:34.659 INFO STEP 4 (remove_files) COMPLETE |
4053 | 2024-12-19T20:25:36.040Z | [ recovery-image] Dec 19 20:25:34.659 INFO O| Dec 19 20:25:34.659 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4054 | 2024-12-19T20:25:36.092Z | [ recovery-image] Dec 19 20:25:34.712 INFO O| Dec 19 20:25:34.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4055 | 2024-12-19T20:25:36.096Z | [ recovery-image] Dec 19 20:25:34.712 INFO O| Dec 19 20:25:34.712 INFO STEP 5 (remove_files) COMPLETE |
4056 | 2024-12-19T20:25:36.096Z | [ recovery-image] Dec 19 20:25:34.712 INFO O| Dec 19 20:25:34.712 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4057 | 2024-12-19T20:25:36.115Z | [ recovery-image] Dec 19 20:25:34.732 INFO O| Dec 19 20:25:34.732 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4058 | 2024-12-19T20:25:36.131Z | [ recovery-image] Dec 19 20:25:34.750 INFO O| Dec 19 20:25:34.750 INFO STEP 6 (remove_files) COMPLETE |
4059 | 2024-12-19T20:25:36.131Z | [ recovery-image] Dec 19 20:25:34.751 INFO O| Dec 19 20:25:34.750 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4060 | 2024-12-19T20:25:36.131Z | [ recovery-image] Dec 19 20:25:34.751 INFO O| Dec 19 20:25:34.750 INFO skip step because feature "recovery" is enabled |
4061 | 2024-12-19T20:25:36.131Z | [ recovery-image] Dec 19 20:25:34.751 INFO O| Dec 19 20:25:34.750 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4062 | 2024-12-19T20:25:36.135Z | [ recovery-image] Dec 19 20:25:34.751 INFO O| Dec 19 20:25:34.750 INFO skip step because feature "recovery" is enabled |
4063 | 2024-12-19T20:25:36.135Z | [ recovery-image] Dec 19 20:25:34.751 INFO O| Dec 19 20:25:34.750 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4064 | 2024-12-19T20:25:36.135Z | [ recovery-image] Dec 19 20:25:34.751 INFO O| Dec 19 20:25:34.750 INFO skip step because feature "recovery" is enabled |
4065 | 2024-12-19T20:25:36.135Z | [ recovery-image] Dec 19 20:25:34.751 INFO O| Dec 19 20:25:34.750 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4066 | 2024-12-19T20:25:36.153Z | [ recovery-image] Dec 19 20:25:34.773 INFO O| Dec 19 20:25:34.773 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4067 | 2024-12-19T20:25:36.159Z | [ recovery-image] Dec 19 20:25:34.779 INFO O| Dec 19 20:25:34.779 INFO STEP 10 (remove_files) COMPLETE |
4068 | 2024-12-19T20:25:36.159Z | [ recovery-image] Dec 19 20:25:34.779 INFO O| Dec 19 20:25:34.779 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4069 | 2024-12-19T20:25:36.181Z | [ recovery-image] Dec 19 20:25:34.801 INFO O| Dec 19 20:25:34.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4070 | 2024-12-19T20:25:36.184Z | [ recovery-image] Dec 19 20:25:34.803 INFO O| Dec 19 20:25:34.802 INFO STEP 11 (remove_files) COMPLETE |
4071 | 2024-12-19T20:25:36.185Z | [ recovery-image] Dec 19 20:25:34.803 INFO O| Dec 19 20:25:34.803 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-12-19T20:25:36.217Z | [ recovery-image] Dec 19 20:25:34.836 INFO O| Dec 19 20:25:34.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4073 | 2024-12-19T20:25:36.220Z | [ recovery-image] Dec 19 20:25:34.839 INFO O| Dec 19 20:25:34.839 INFO STEP 12 (remove_files) COMPLETE |
4074 | 2024-12-19T20:25:36.220Z | [ recovery-image] Dec 19 20:25:34.839 INFO O| Dec 19 20:25:34.839 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4075 | 2024-12-19T20:25:36.653Z | [ recovery-image] Dec 19 20:25:35.271 INFO O| Dec 19 20:25:35.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4076 | 2024-12-19T20:25:36.668Z | [ recovery-image] Dec 19 20:25:35.287 INFO O| Dec 19 20:25:35.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4077 | 2024-12-19T20:25:36.693Z | [ recovery-image] Dec 19 20:25:35.313 INFO O| Dec 19 20:25:35.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4078 | 2024-12-19T20:25:36.698Z | [ recovery-image] Dec 19 20:25:35.315 INFO O| Dec 19 20:25:35.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4079 | 2024-12-19T20:25:36.762Z | [ recovery-image] Dec 19 20:25:35.381 INFO O| Dec 19 20:25:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4080 | 2024-12-19T20:25:36.766Z | [ recovery-image] Dec 19 20:25:35.383 INFO O| Dec 19 20:25:35.383 INFO STEP 13 (remove_files) COMPLETE |
4081 | 2024-12-19T20:25:36.766Z | [ recovery-image] Dec 19 20:25:35.383 INFO O| Dec 19 20:25:35.383 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4082 | 2024-12-19T20:25:36.786Z | [ recovery-image] Dec 19 20:25:35.405 INFO O| Dec 19 20:25:35.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4083 | 2024-12-19T20:25:36.788Z | [ recovery-image] Dec 19 20:25:35.408 INFO O| Dec 19 20:25:35.408 INFO STEP 14 (remove_files) COMPLETE |
4084 | 2024-12-19T20:25:36.788Z | [ recovery-image] Dec 19 20:25:35.408 INFO O| Dec 19 20:25:35.408 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-19T20:25:36.811Z | [ recovery-image] Dec 19 20:25:35.428 INFO O| Dec 19 20:25:35.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4086 | 2024-12-19T20:25:36.820Z | [ recovery-image] Dec 19 20:25:35.439 INFO O| Dec 19 20:25:35.439 INFO STEP 15 (remove_files) COMPLETE |
4087 | 2024-12-19T20:25:36.820Z | [ recovery-image] Dec 19 20:25:35.440 INFO O| Dec 19 20:25:35.439 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4088 | 2024-12-19T20:25:36.857Z | [ recovery-image] Dec 19 20:25:35.477 INFO O| Dec 19 20:25:35.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4089 | 2024-12-19T20:25:36.860Z | [ recovery-image] Dec 19 20:25:35.478 INFO O| Dec 19 20:25:35.478 INFO STEP 16 (remove_files) COMPLETE |
4090 | 2024-12-19T20:25:36.860Z | [ recovery-image] Dec 19 20:25:35.478 INFO O| Dec 19 20:25:35.478 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-12-19T20:25:36.896Z | [ recovery-image] Dec 19 20:25:35.516 INFO O| Dec 19 20:25:35.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4092 | 2024-12-19T20:25:36.901Z | [ recovery-image] Dec 19 20:25:35.519 INFO O| Dec 19 20:25:35.519 INFO STEP 17 (remove_files) COMPLETE |
4093 | 2024-12-19T20:25:36.901Z | [ recovery-image] Dec 19 20:25:35.519 INFO O| Dec 19 20:25:35.519 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4094 | 2024-12-19T20:25:36.938Z | [ recovery-image] Dec 19 20:25:35.557 INFO O| Dec 19 20:25:35.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4095 | 2024-12-19T20:25:36.941Z | [ recovery-image] Dec 19 20:25:35.557 INFO O| Dec 19 20:25:35.557 INFO STEP 18 (remove_files) COMPLETE |
4096 | 2024-12-19T20:25:36.941Z | [ recovery-image] Dec 19 20:25:35.557 INFO O| Dec 19 20:25:35.557 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-12-19T20:25:36.960Z | [ recovery-image] Dec 19 20:25:35.579 INFO O| Dec 19 20:25:35.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4098 | 2024-12-19T20:25:36.962Z | [ recovery-image] Dec 19 20:25:35.579 INFO O| Dec 19 20:25:35.579 INFO STEP 19 (remove_files) COMPLETE |
4099 | 2024-12-19T20:25:36.963Z | [ recovery-image] Dec 19 20:25:35.579 INFO O| Dec 19 20:25:35.579 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4100 | 2024-12-19T20:25:36.981Z | [ recovery-image] Dec 19 20:25:35.601 INFO O| Dec 19 20:25:35.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4101 | 2024-12-19T20:25:36.981Z | [ recovery-image] Dec 19 20:25:35.601 INFO O| Dec 19 20:25:35.601 INFO STEP 20 (remove_files) COMPLETE |
4102 | 2024-12-19T20:25:36.986Z | [ recovery-image] Dec 19 20:25:35.601 INFO O| Dec 19 20:25:35.601 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-12-19T20:25:37.002Z | [ recovery-image] Dec 19 20:25:35.622 INFO O| Dec 19 20:25:35.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4104 | 2024-12-19T20:25:37.003Z | [ recovery-image] Dec 19 20:25:35.622 INFO O| Dec 19 20:25:35.622 INFO STEP 21 (remove_files) COMPLETE |
4105 | 2024-12-19T20:25:37.003Z | [ recovery-image] Dec 19 20:25:35.622 INFO O| Dec 19 20:25:35.622 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4106 | 2024-12-19T20:25:37.031Z | [ recovery-image] Dec 19 20:25:35.650 INFO O| Dec 19 20:25:35.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4107 | 2024-12-19T20:25:37.034Z | [ recovery-image] Dec 19 20:25:35.650 INFO O| Dec 19 20:25:35.650 INFO STEP 22 (remove_files) COMPLETE |
4108 | 2024-12-19T20:25:37.034Z | [ recovery-image] Dec 19 20:25:35.651 INFO O| Dec 19 20:25:35.650 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-12-19T20:25:37.053Z | [ recovery-image] Dec 19 20:25:35.673 INFO O| Dec 19 20:25:35.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4110 | 2024-12-19T20:25:37.053Z | [ recovery-image] Dec 19 20:25:35.673 INFO O| Dec 19 20:25:35.673 INFO STEP 23 (remove_files) COMPLETE |
4111 | 2024-12-19T20:25:37.056Z | [ recovery-image] Dec 19 20:25:35.673 INFO O| Dec 19 20:25:35.673 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4112 | 2024-12-19T20:25:37.075Z | [ recovery-image] Dec 19 20:25:35.695 INFO O| Dec 19 20:25:35.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4113 | 2024-12-19T20:25:37.075Z | [ recovery-image] Dec 19 20:25:35.695 INFO O| Dec 19 20:25:35.695 INFO STEP 24 (remove_files) COMPLETE |
4114 | 2024-12-19T20:25:37.078Z | [ recovery-image] Dec 19 20:25:35.695 INFO O| Dec 19 20:25:35.695 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-12-19T20:25:37.097Z | [ recovery-image] Dec 19 20:25:35.716 INFO O| Dec 19 20:25:35.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4116 | 2024-12-19T20:25:37.101Z | [ recovery-image] Dec 19 20:25:35.716 INFO O| Dec 19 20:25:35.716 INFO STEP 25 (remove_files) COMPLETE |
4117 | 2024-12-19T20:25:37.101Z | [ recovery-image] Dec 19 20:25:35.717 INFO O| Dec 19 20:25:35.716 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4118 | 2024-12-19T20:25:37.117Z | [ recovery-image] Dec 19 20:25:35.737 INFO O| Dec 19 20:25:35.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4119 | 2024-12-19T20:25:37.121Z | [ recovery-image] Dec 19 20:25:35.737 INFO O| Dec 19 20:25:35.737 INFO STEP 26 (remove_files) COMPLETE |
4120 | 2024-12-19T20:25:37.121Z | [ recovery-image] Dec 19 20:25:35.737 INFO O| Dec 19 20:25:35.737 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4121 | 2024-12-19T20:25:37.138Z | [ recovery-image] Dec 19 20:25:35.757 INFO O| Dec 19 20:25:35.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4122 | 2024-12-19T20:25:37.138Z | [ recovery-image] Dec 19 20:25:35.757 INFO O| Dec 19 20:25:35.757 INFO STEP 27 (remove_files) COMPLETE |
4123 | 2024-12-19T20:25:37.141Z | [ recovery-image] Dec 19 20:25:35.758 INFO O| Dec 19 20:25:35.758 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4124 | 2024-12-19T20:25:37.159Z | [ recovery-image] Dec 19 20:25:35.779 INFO O| Dec 19 20:25:35.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4125 | 2024-12-19T20:25:37.162Z | [ recovery-image] Dec 19 20:25:35.779 INFO O| Dec 19 20:25:35.779 INFO STEP 28 (remove_files) COMPLETE |
4126 | 2024-12-19T20:25:37.162Z | [ recovery-image] Dec 19 20:25:35.779 INFO O| Dec 19 20:25:35.779 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4127 | 2024-12-19T20:25:37.181Z | [ recovery-image] Dec 19 20:25:35.801 INFO O| Dec 19 20:25:35.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4128 | 2024-12-19T20:25:37.181Z | [ recovery-image] Dec 19 20:25:35.801 INFO O| Dec 19 20:25:35.801 INFO STEP 29 (remove_files) COMPLETE |
4129 | 2024-12-19T20:25:37.184Z | [ recovery-image] Dec 19 20:25:35.801 INFO O| Dec 19 20:25:35.801 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4130 | 2024-12-19T20:25:37.203Z | [ recovery-image] Dec 19 20:25:35.822 INFO O| Dec 19 20:25:35.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4131 | 2024-12-19T20:25:37.206Z | [ recovery-image] Dec 19 20:25:35.823 INFO O| Dec 19 20:25:35.822 INFO STEP 30 (remove_files) COMPLETE |
4132 | 2024-12-19T20:25:37.206Z | [ recovery-image] Dec 19 20:25:35.823 INFO O| Dec 19 20:25:35.823 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4133 | 2024-12-19T20:25:37.224Z | [ recovery-image] Dec 19 20:25:35.844 INFO O| Dec 19 20:25:35.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4134 | 2024-12-19T20:25:37.228Z | [ recovery-image] Dec 19 20:25:35.844 INFO O| Dec 19 20:25:35.844 INFO STEP 31 (remove_files) COMPLETE |
4135 | 2024-12-19T20:25:37.228Z | [ recovery-image] Dec 19 20:25:35.844 INFO O| Dec 19 20:25:35.844 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4136 | 2024-12-19T20:25:37.248Z | [ recovery-image] Dec 19 20:25:35.867 INFO O| Dec 19 20:25:35.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4137 | 2024-12-19T20:25:37.248Z | [ recovery-image] Dec 19 20:25:35.867 INFO O| Dec 19 20:25:35.867 INFO STEP 32 (remove_files) COMPLETE |
4138 | 2024-12-19T20:25:37.251Z | [ recovery-image] Dec 19 20:25:35.868 INFO O| Dec 19 20:25:35.867 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4139 | 2024-12-19T20:25:37.269Z | [ recovery-image] Dec 19 20:25:35.888 INFO O| Dec 19 20:25:35.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4140 | 2024-12-19T20:25:37.273Z | [ recovery-image] Dec 19 20:25:35.888 INFO O| Dec 19 20:25:35.888 INFO STEP 33 (remove_files) COMPLETE |
4141 | 2024-12-19T20:25:37.273Z | [ recovery-image] Dec 19 20:25:35.889 INFO O| Dec 19 20:25:35.888 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4142 | 2024-12-19T20:25:37.291Z | [ recovery-image] Dec 19 20:25:35.911 INFO O| Dec 19 20:25:35.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4143 | 2024-12-19T20:25:37.294Z | [ recovery-image] Dec 19 20:25:35.911 INFO O| Dec 19 20:25:35.911 INFO STEP 34 (remove_files) COMPLETE |
4144 | 2024-12-19T20:25:37.294Z | [ recovery-image] Dec 19 20:25:35.911 INFO O| Dec 19 20:25:35.911 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4145 | 2024-12-19T20:25:37.313Z | [ recovery-image] Dec 19 20:25:35.932 INFO O| Dec 19 20:25:35.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4146 | 2024-12-19T20:25:37.313Z | [ recovery-image] Dec 19 20:25:35.932 INFO O| Dec 19 20:25:35.932 INFO STEP 35 (remove_files) COMPLETE |
4147 | 2024-12-19T20:25:37.313Z | [ recovery-image] Dec 19 20:25:35.932 INFO O| Dec 19 20:25:35.932 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4148 | 2024-12-19T20:25:37.406Z | [ recovery-image] Dec 19 20:25:36.024 INFO O| Dec 19 20:25:36.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4149 | 2024-12-19T20:25:37.406Z | [ recovery-image] Dec 19 20:25:36.024 INFO O| Dec 19 20:25:36.024 INFO STEP 36 (remove_files) COMPLETE |
4150 | 2024-12-19T20:25:37.406Z | [ recovery-image] Dec 19 20:25:36.024 INFO O| Dec 19 20:25:36.024 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4151 | 2024-12-19T20:25:37.463Z | [ recovery-image] Dec 19 20:25:36.083 INFO O| Dec 19 20:25:36.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4152 | 2024-12-19T20:25:37.463Z | [ recovery-image] Dec 19 20:25:36.083 INFO O| Dec 19 20:25:36.083 INFO STEP 37 (remove_files) COMPLETE |
4153 | 2024-12-19T20:25:37.463Z | [ recovery-image] Dec 19 20:25:36.083 INFO O| Dec 19 20:25:36.083 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4154 | 2024-12-19T20:25:37.552Z | [ recovery-image] Dec 19 20:25:36.167 INFO O| Dec 19 20:25:36.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4155 | 2024-12-19T20:25:37.553Z | [ recovery-image] Dec 19 20:25:36.167 INFO O| Dec 19 20:25:36.167 INFO STEP 38 (remove_files) COMPLETE |
4156 | 2024-12-19T20:25:37.553Z | [ recovery-image] Dec 19 20:25:36.167 INFO O| Dec 19 20:25:36.167 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4157 | 2024-12-19T20:25:37.570Z | [ recovery-image] Dec 19 20:25:36.190 INFO O| Dec 19 20:25:36.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4158 | 2024-12-19T20:25:37.570Z | [ recovery-image] Dec 19 20:25:36.190 INFO O| Dec 19 20:25:36.190 INFO STEP 39 (remove_files) COMPLETE |
4159 | 2024-12-19T20:25:37.612Z | [ recovery-image] Dec 19 20:25:36.190 INFO O| Dec 19 20:25:36.190 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4160 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.227 INFO O| Dec 19 20:25:36.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4161 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.227 INFO O| Dec 19 20:25:36.227 INFO STEP 40 (remove_files) COMPLETE |
4162 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.227 INFO O| Dec 19 20:25:36.227 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4163 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.254 INFO O| Dec 19 20:25:36.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4164 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.254 INFO O| Dec 19 20:25:36.254 INFO STEP 41 (remove_files) COMPLETE |
4165 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.254 INFO O| Dec 19 20:25:36.254 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4166 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.281 INFO O| Dec 19 20:25:36.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4167 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.281 INFO O| Dec 19 20:25:36.281 INFO STEP 42 (remove_files) COMPLETE |
4168 | 2024-12-19T20:25:37.685Z | [ recovery-image] Dec 19 20:25:36.281 INFO O| Dec 19 20:25:36.281 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4169 | 2024-12-19T20:25:37.693Z | [ recovery-image] Dec 19 20:25:36.307 INFO O| Dec 19 20:25:36.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4170 | 2024-12-19T20:25:37.693Z | [ recovery-image] Dec 19 20:25:36.307 INFO O| Dec 19 20:25:36.307 INFO STEP 43 (remove_files) COMPLETE |
4171 | 2024-12-19T20:25:37.693Z | [ recovery-image] Dec 19 20:25:36.307 INFO O| Dec 19 20:25:36.307 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4172 | 2024-12-19T20:25:37.715Z | [ recovery-image] Dec 19 20:25:36.334 INFO O| Dec 19 20:25:36.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4173 | 2024-12-19T20:25:37.715Z | [ recovery-image] Dec 19 20:25:36.334 INFO O| Dec 19 20:25:36.334 INFO STEP 44 (remove_files) COMPLETE |
4174 | 2024-12-19T20:25:37.720Z | [ recovery-image] Dec 19 20:25:36.334 INFO O| Dec 19 20:25:36.334 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4175 | 2024-12-19T20:25:37.760Z | [ recovery-image] Dec 19 20:25:36.378 INFO O| Dec 19 20:25:36.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4176 | 2024-12-19T20:25:37.760Z | [ recovery-image] Dec 19 20:25:36.378 INFO O| Dec 19 20:25:36.378 INFO STEP 45 (remove_files) COMPLETE |
4177 | 2024-12-19T20:25:37.760Z | [ recovery-image] Dec 19 20:25:36.378 INFO O| Dec 19 20:25:36.378 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4178 | 2024-12-19T20:25:37.781Z | [ recovery-image] Dec 19 20:25:36.401 INFO O| Dec 19 20:25:36.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4179 | 2024-12-19T20:25:37.781Z | [ recovery-image] Dec 19 20:25:36.401 INFO O| Dec 19 20:25:36.401 INFO STEP 46 (remove_files) COMPLETE |
4180 | 2024-12-19T20:25:37.787Z | [ recovery-image] Dec 19 20:25:36.401 INFO O| Dec 19 20:25:36.401 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-19T20:25:37.803Z | [ recovery-image] Dec 19 20:25:36.422 INFO O| Dec 19 20:25:36.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4182 | 2024-12-19T20:25:37.803Z | [ recovery-image] Dec 19 20:25:36.422 INFO O| Dec 19 20:25:36.422 INFO STEP 47 (remove_files) COMPLETE |
4183 | 2024-12-19T20:25:37.803Z | [ recovery-image] Dec 19 20:25:36.422 INFO O| Dec 19 20:25:36.422 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4184 | 2024-12-19T20:25:37.824Z | [ recovery-image] Dec 19 20:25:36.443 INFO O| Dec 19 20:25:36.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4185 | 2024-12-19T20:25:37.830Z | [ recovery-image] Dec 19 20:25:36.443 INFO O| Dec 19 20:25:36.443 INFO STEP 48 (remove_files) COMPLETE |
4186 | 2024-12-19T20:25:37.830Z | [ recovery-image] Dec 19 20:25:36.443 INFO O| Dec 19 20:25:36.443 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2024-12-19T20:25:37.845Z | [ recovery-image] Dec 19 20:25:36.464 INFO O| Dec 19 20:25:36.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4188 | 2024-12-19T20:25:37.845Z | [ recovery-image] Dec 19 20:25:36.464 INFO O| Dec 19 20:25:36.464 INFO STEP 49 (remove_files) COMPLETE |
4189 | 2024-12-19T20:25:37.851Z | [ recovery-image] Dec 19 20:25:36.464 INFO O| Dec 19 20:25:36.464 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-19T20:25:37.868Z | [ recovery-image] Dec 19 20:25:36.485 INFO O| Dec 19 20:25:36.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4191 | 2024-12-19T20:25:37.868Z | [ recovery-image] Dec 19 20:25:36.485 INFO O| Dec 19 20:25:36.485 INFO STEP 50 (remove_files) COMPLETE |
4192 | 2024-12-19T20:25:37.871Z | [ recovery-image] Dec 19 20:25:36.486 INFO O| Dec 19 20:25:36.485 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-19T20:25:37.985Z | [ recovery-image] Dec 19 20:25:36.604 INFO O| Dec 19 20:25:36.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4194 | 2024-12-19T20:25:37.985Z | [ recovery-image] Dec 19 20:25:36.604 INFO O| Dec 19 20:25:36.604 INFO STEP 51 (remove_files) COMPLETE |
4195 | 2024-12-19T20:25:37.985Z | [ recovery-image] Dec 19 20:25:36.604 INFO O| Dec 19 20:25:36.604 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-19T20:25:38.007Z | [ recovery-image] Dec 19 20:25:36.626 INFO O| Dec 19 20:25:36.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4197 | 2024-12-19T20:25:38.007Z | [ recovery-image] Dec 19 20:25:36.626 INFO O| Dec 19 20:25:36.626 INFO STEP 52 (remove_files) COMPLETE |
4198 | 2024-12-19T20:25:38.007Z | [ recovery-image] Dec 19 20:25:36.626 INFO O| Dec 19 20:25:36.626 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-19T20:25:38.029Z | [ recovery-image] Dec 19 20:25:36.649 INFO O| Dec 19 20:25:36.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4200 | 2024-12-19T20:25:38.029Z | [ recovery-image] Dec 19 20:25:36.649 INFO O| Dec 19 20:25:36.649 INFO STEP 53 (remove_files) COMPLETE |
4201 | 2024-12-19T20:25:38.030Z | [ recovery-image] Dec 19 20:25:36.649 INFO O| Dec 19 20:25:36.649 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-19T20:25:38.176Z | [ recovery-image] Dec 19 20:25:36.671 INFO O| Dec 19 20:25:36.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4203 | 2024-12-19T20:25:38.176Z | [ recovery-image] Dec 19 20:25:36.671 INFO O| Dec 19 20:25:36.671 INFO STEP 54 (remove_files) COMPLETE |
4204 | 2024-12-19T20:25:38.196Z | [ recovery-image] Dec 19 20:25:36.672 INFO O| Dec 19 20:25:36.671 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-19T20:25:38.196Z | [ recovery-image] Dec 19 20:25:36.750 INFO O| Dec 19 20:25:36.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4206 | 2024-12-19T20:25:38.196Z | [ recovery-image] Dec 19 20:25:36.750 INFO O| Dec 19 20:25:36.750 INFO STEP 55 (remove_files) COMPLETE |
4207 | 2024-12-19T20:25:38.196Z | [ recovery-image] Dec 19 20:25:36.750 INFO O| Dec 19 20:25:36.750 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-19T20:25:38.196Z | [ recovery-image] Dec 19 20:25:36.806 INFO O| Dec 19 20:25:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4209 | 2024-12-19T20:25:38.196Z | [ recovery-image] Dec 19 20:25:36.806 INFO O| Dec 19 20:25:36.806 INFO STEP 56 (remove_files) COMPLETE |
4210 | 2024-12-19T20:25:38.196Z | [ recovery-image] Dec 19 20:25:36.806 INFO O| Dec 19 20:25:36.806 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-19T20:25:38.851Z | [ recovery-image] Dec 19 20:25:36.853 INFO O| Dec 19 20:25:36.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4212 | 2024-12-19T20:25:38.852Z | [ recovery-image] Dec 19 20:25:36.853 INFO O| Dec 19 20:25:36.853 INFO STEP 57 (remove_files) COMPLETE |
4213 | 2024-12-19T20:25:38.852Z | [ recovery-image] Dec 19 20:25:36.853 INFO O| Dec 19 20:25:36.853 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-19T20:25:39.167Z | [ recovery-image] Dec 19 20:25:36.875 INFO O| Dec 19 20:25:36.875 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4215 | 2024-12-19T20:25:39.167Z | [ recovery-image] Dec 19 20:25:36.875 INFO O| Dec 19 20:25:36.875 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4216 | 2024-12-19T20:25:39.167Z | [ recovery-image] Dec 19 20:25:36.875 INFO O| Dec 19 20:25:36.875 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4217 | 2024-12-19T20:25:39.167Z | [ recovery-image] Dec 19 20:25:36.875 INFO O| Dec 19 20:25:36.875 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4218 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.876 INFO O| Dec 19 20:25:36.875 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4219 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.876 INFO O| Dec 19 20:25:36.876 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4220 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.876 INFO O| Dec 19 20:25:36.876 INFO ok! |
4221 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.876 INFO O| Dec 19 20:25:36.876 INFO STEP 58 (ensure_file) COMPLETE |
4222 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.876 INFO O| Dec 19 20:25:36.876 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4224 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4225 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4226 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4227 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4228 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4229 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 INFO ok! |
4230 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 INFO STEP 59 (ensure_file) COMPLETE |
4231 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.897 INFO O| Dec 19 20:25:36.897 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-19T20:25:39.168Z | [ recovery-image] Dec 19 20:25:36.918 INFO O| Dec 19 20:25:36.918 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4233 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.918 INFO O| Dec 19 20:25:36.918 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4234 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.918 INFO O| Dec 19 20:25:36.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4235 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.918 INFO O| Dec 19 20:25:36.918 INFO ok! |
4236 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.918 INFO O| Dec 19 20:25:36.918 INFO STEP 60 (ensure_file) COMPLETE |
4237 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.919 INFO O| Dec 19 20:25:36.918 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.967 INFO O| Dec 19 20:25:36.967 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4239 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.967 INFO O| Dec 19 20:25:36.967 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4240 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.967 INFO O| Dec 19 20:25:36.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4241 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.967 INFO O| Dec 19 20:25:36.967 INFO ok! |
4242 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.967 INFO O| Dec 19 20:25:36.967 INFO STEP 61 (ensure_file) COMPLETE |
4243 | 2024-12-19T20:25:39.169Z | [ recovery-image] Dec 19 20:25:36.967 INFO O| Dec 19 20:25:36.967 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-19T20:25:39.170Z | [ recovery-image] Dec 19 20:25:37.029 INFO O| Dec 19 20:25:37.029 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4245 | 2024-12-19T20:25:39.170Z | [ recovery-image] Dec 19 20:25:37.029 INFO O| Dec 19 20:25:37.029 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4246 | 2024-12-19T20:25:39.170Z | [ recovery-image] Dec 19 20:25:37.029 INFO O| Dec 19 20:25:37.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4247 | 2024-12-19T20:25:39.170Z | [ recovery-image] Dec 19 20:25:37.029 INFO O| Dec 19 20:25:37.029 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4248 | 2024-12-19T20:25:39.171Z | [ recovery-image] Dec 19 20:25:37.029 INFO O| Dec 19 20:25:37.029 INFO ok! |
4249 | 2024-12-19T20:25:39.171Z | [ recovery-image] Dec 19 20:25:37.029 INFO O| Dec 19 20:25:37.029 INFO STEP 62 (ensure_file) COMPLETE |
4250 | 2024-12-19T20:25:39.172Z | [ recovery-image] Dec 19 20:25:37.029 INFO O| Dec 19 20:25:37.029 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4251 | 2024-12-19T20:25:39.172Z | [ recovery-image] Dec 19 20:25:37.050 INFO O| Dec 19 20:25:37.050 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4252 | 2024-12-19T20:25:39.172Z | [ recovery-image] Dec 19 20:25:37.050 INFO O| Dec 19 20:25:37.050 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4253 | 2024-12-19T20:25:39.172Z | [ recovery-image] Dec 19 20:25:37.051 INFO O| Dec 19 20:25:37.051 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4254 | 2024-12-19T20:25:39.172Z | [ recovery-image] Dec 19 20:25:37.051 INFO O| Dec 19 20:25:37.051 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4255 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.051 INFO O| Dec 19 20:25:37.051 INFO ok! |
4256 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.051 INFO O| Dec 19 20:25:37.051 INFO STEP 63 (ensure_file) COMPLETE |
4257 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.051 INFO O| Dec 19 20:25:37.051 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4258 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.110 INFO O| Dec 19 20:25:37.109 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4259 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.110 INFO O| Dec 19 20:25:37.110 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4260 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.110 INFO O| Dec 19 20:25:37.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4261 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.110 INFO O| Dec 19 20:25:37.110 INFO ok! |
4262 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.110 INFO O| Dec 19 20:25:37.110 INFO STEP 64 (assemble_files) COMPLETE |
4263 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.110 INFO O| Dec 19 20:25:37.110 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4264 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4265 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4266 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4267 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4268 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO ok! |
4269 | 2024-12-19T20:25:39.173Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO STEP 65 (ensure_file) COMPLETE |
4270 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4271 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO skip step because feature "omicron1" is not enabled |
4272 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4273 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO skip step because feature "omicron1" is not enabled |
4274 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.130 INFO O| Dec 19 20:25:37.130 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4275 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.131 INFO O| Dec 19 20:25:37.130 INFO skip step because feature "omicron1" is not enabled |
4276 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.131 INFO O| Dec 19 20:25:37.131 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4277 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.177 INFO O| Dec 19 20:25:37.177 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4278 | 2024-12-19T20:25:39.174Z | [ recovery-image] Dec 19 20:25:37.177 INFO O| Dec 19 20:25:37.177 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4279 | 2024-12-19T20:25:41.899Z | [ recovery-image] Dec 19 20:25:40.518 INFO O| Dec 19 20:25:40.518 INFO STEP 69 (pack_tar) COMPLETE |
4280 | 2024-12-19T20:25:41.899Z | [ recovery-image] Dec 19 20:25:40.518 INFO O| Dec 19 20:25:40.518 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4281 | 2024-12-19T20:25:41.906Z | [ recovery-image] Dec 19 20:25:40.518 INFO O| Dec 19 20:25:40.518 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4282 | 2024-12-19T20:25:42.273Z | [ recovery-image] Dec 19 20:25:40.843 INFO O| Dec 19 20:25:40.843 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4283 | 2024-12-19T20:25:42.298Z | [ host-image] Dec 19 20:25:40.916 INFO O| Dec 19 20:25:40.916 INFO O| Done |
4284 | 2024-12-19T20:25:42.416Z | [ recovery-image] Dec 19 20:25:40.990 INFO O| Dec 19 20:25:40.990 INFO completed processing gimlet/ramdisk-02-trim |
4285 | 2024-12-19T20:25:42.463Z | [ recovery-image] Dec 19 20:25:40.994 INFO image builder template: ramdisk-03-recovery-trim... |
4286 | 2024-12-19T20:25:42.463Z | [ recovery-image] Dec 19 20:25:40.994 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/.tmplSEuS3/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 |
4287 | 2024-12-19T20:25:42.596Z | [ recovery-image] Dec 19 20:25:41.214 INFO O| Dec 19 20:25:41.214 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4288 | 2024-12-19T20:25:42.696Z | [ recovery-image] Dec 19 20:25:41.224 INFO O| Dec 19 20:25:41.224 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4289 | 2024-12-19T20:25:45.887Z | [ recovery-image] Dec 19 20:25:41.357 INFO O| Dec 19 20:25:41.357 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4290 | 2024-12-19T20:25:45.887Z | [ recovery-image] Dec 19 20:25:41.479 INFO O| Dec 19 20:25:41.479 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4291 | 2024-12-19T20:25:45.887Z | [ recovery-image] Dec 19 20:25:41.479 INFO O| Dec 19 20:25:41.479 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4292 | 2024-12-19T20:25:45.887Z | [ recovery-image] Dec 19 20:25:41.495 INFO O| Dec 19 20:25:41.495 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4293 | 2024-12-19T20:25:45.887Z | [ recovery-image] Dec 19 20:25:41.504 INFO O| Dec 19 20:25:41.504 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4294 | 2024-12-19T20:25:45.887Z | [ recovery-image] Dec 19 20:25:41.540 INFO O| Dec 19 20:25:41.540 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4295 | 2024-12-19T20:25:45.887Z | [ host-image] Dec 19 20:25:41.868 INFO O| Dec 19 20:25:41.868 INFO O| Done |
4296 | 2024-12-19T20:25:45.902Z | [ recovery-image] Dec 19 20:25:42.320 INFO O| Dec 19 20:25:42.320 INFO rolled back to input snapshot; work may begin |
4297 | 2024-12-19T20:25:45.902Z | [ recovery-image] Dec 19 20:25:42.320 INFO O| Dec 19 20:25:42.320 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4298 | 2024-12-19T20:25:45.902Z | [ recovery-image] Dec 19 20:25:42.329 INFO O| Dec 19 20:25:42.329 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-12-19T20:25:45.902Z | [ recovery-image] Dec 19 20:25:42.348 INFO O| Dec 19 20:25:42.348 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4300 | 2024-12-19T20:25:45.903Z | [ recovery-image] Dec 19 20:25:42.353 INFO O| Dec 19 20:25:42.352 INFO STEP 0 (remove_files) COMPLETE |
4301 | 2024-12-19T20:25:45.903Z | [ recovery-image] Dec 19 20:25:42.353 INFO O| Dec 19 20:25:42.353 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-12-19T20:25:45.903Z | [ recovery-image] Dec 19 20:25:42.388 INFO O| Dec 19 20:25:42.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4303 | 2024-12-19T20:25:45.903Z | [ host-image] Dec 19 20:25:42.460 INFO O| Dec 19 20:25:42.460 INFO STEP 11 (pkg_install) COMPLETE |
4304 | 2024-12-19T20:25:45.903Z | [ host-image] Dec 19 20:25:42.460 INFO O| Dec 19 20:25:42.460 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4305 | 2024-12-19T20:25:45.903Z | [ host-image] Dec 19 20:25:42.481 INFO O| Dec 19 20:25:42.481 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"] |
4306 | 2024-12-19T20:25:45.903Z | [ recovery-image] Dec 19 20:25:43.048 INFO O| Dec 19 20:25:43.048 INFO STEP 1 (remove_files) COMPLETE |
4307 | 2024-12-19T20:25:45.903Z | [ recovery-image] Dec 19 20:25:43.048 INFO O| Dec 19 20:25:43.048 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-12-19T20:25:45.903Z | [ recovery-image] Dec 19 20:25:43.301 INFO O| Dec 19 20:25:43.301 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4309 | 2024-12-19T20:25:45.903Z | [ recovery-image] Dec 19 20:25:43.305 INFO O| Dec 19 20:25:43.305 INFO STEP 2 (remove_files) COMPLETE |
4310 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.305 INFO O| Dec 19 20:25:43.305 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.327 INFO O| Dec 19 20:25:43.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4312 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.479 INFO O| Dec 19 20:25:43.479 INFO STEP 3 (remove_files) COMPLETE |
4313 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.479 INFO O| Dec 19 20:25:43.479 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.505 INFO O| Dec 19 20:25:43.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4315 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.611 INFO O| Dec 19 20:25:43.611 INFO STEP 4 (remove_files) COMPLETE |
4316 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.611 INFO O| Dec 19 20:25:43.611 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.652 INFO O| Dec 19 20:25:43.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4318 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.722 INFO O| Dec 19 20:25:43.721 INFO STEP 5 (remove_files) COMPLETE |
4319 | 2024-12-19T20:25:45.904Z | [ recovery-image] Dec 19 20:25:43.722 INFO O| Dec 19 20:25:43.721 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.742 INFO O| Dec 19 20:25:43.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4321 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.770 INFO O| Dec 19 20:25:43.770 INFO STEP 6 (remove_files) COMPLETE |
4322 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.770 INFO O| Dec 19 20:25:43.770 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.809 INFO O| Dec 19 20:25:43.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4324 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.834 INFO O| Dec 19 20:25:43.834 INFO STEP 7 (remove_files) COMPLETE |
4325 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.834 INFO O| Dec 19 20:25:43.834 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.882 INFO O| Dec 19 20:25:43.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4327 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.959 INFO O| Dec 19 20:25:43.959 INFO STEP 8 (remove_files) COMPLETE |
4328 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.959 INFO O| Dec 19 20:25:43.959 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-12-19T20:25:45.905Z | [ host-image] Dec 19 20:25:43.968 INFO O| Dec 19 20:25:43.967 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4330 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.996 INFO O| Dec 19 20:25:43.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4331 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.996 INFO O| Dec 19 20:25:43.996 INFO STEP 9 (remove_files) COMPLETE |
4332 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:43.996 INFO O| Dec 19 20:25:43.996 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:44.039 INFO O| Dec 19 20:25:44.039 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4334 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:44.046 INFO O| Dec 19 20:25:44.046 INFO STEP 10 (remove_files) COMPLETE |
4335 | 2024-12-19T20:25:45.905Z | [ recovery-image] Dec 19 20:25:44.047 INFO O| Dec 19 20:25:44.046 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-12-19T20:25:45.906Z | [ recovery-image] Dec 19 20:25:44.084 INFO O| Dec 19 20:25:44.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4337 | 2024-12-19T20:25:45.906Z | [ recovery-image] Dec 19 20:25:44.385 INFO O| Dec 19 20:25:44.385 INFO STEP 11 (remove_files) COMPLETE |
4338 | 2024-12-19T20:25:45.906Z | [ recovery-image] Dec 19 20:25:44.385 INFO O| Dec 19 20:25:44.385 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-12-19T20:25:45.906Z | [ recovery-image] Dec 19 20:25:44.419 INFO O| Dec 19 20:25:44.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4340 | 2024-12-19T20:25:45.906Z | [ recovery-image] Dec 19 20:25:44.423 INFO O| Dec 19 20:25:44.423 INFO STEP 12 (remove_files) COMPLETE |
4341 | 2024-12-19T20:25:45.906Z | [ recovery-image] Dec 19 20:25:44.423 INFO O| Dec 19 20:25:44.423 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-12-19T20:25:45.906Z | [ recovery-image] Dec 19 20:25:44.480 INFO O| Dec 19 20:25:44.480 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4343 | 2024-12-19T20:25:45.931Z | [ recovery-image] Dec 19 20:25:44.535 INFO O| Dec 19 20:25:44.534 INFO STEP 13 (remove_files) COMPLETE |
4344 | 2024-12-19T20:25:45.931Z | [ recovery-image] Dec 19 20:25:44.535 INFO O| Dec 19 20:25:44.534 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-12-19T20:25:45.959Z | [ recovery-image] Dec 19 20:25:44.558 INFO O| Dec 19 20:25:44.557 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4346 | 2024-12-19T20:25:45.971Z | [ recovery-image] Dec 19 20:25:44.585 INFO O| Dec 19 20:25:44.585 INFO STEP 14 (remove_files) COMPLETE |
4347 | 2024-12-19T20:25:45.971Z | [ recovery-image] Dec 19 20:25:44.585 INFO O| Dec 19 20:25:44.585 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-12-19T20:25:46.060Z | [ recovery-image] Dec 19 20:25:44.630 INFO O| Dec 19 20:25:44.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4349 | 2024-12-19T20:25:46.089Z | [ recovery-image] Dec 19 20:25:44.670 INFO O| Dec 19 20:25:44.670 INFO STEP 15 (remove_files) COMPLETE |
4350 | 2024-12-19T20:25:46.089Z | [ recovery-image] Dec 19 20:25:44.670 INFO O| Dec 19 20:25:44.670 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-12-19T20:25:46.127Z | [ recovery-image] Dec 19 20:25:44.693 INFO O| Dec 19 20:25:44.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4352 | 2024-12-19T20:25:46.172Z | [ recovery-image] Dec 19 20:25:44.756 INFO O| Dec 19 20:25:44.756 INFO STEP 16 (remove_files) COMPLETE |
4353 | 2024-12-19T20:25:46.172Z | [ recovery-image] Dec 19 20:25:44.756 INFO O| Dec 19 20:25:44.756 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-12-19T20:25:46.214Z | [ recovery-image] Dec 19 20:25:44.809 INFO O| Dec 19 20:25:44.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4355 | 2024-12-19T20:25:46.259Z | [ recovery-image] Dec 19 20:25:44.811 INFO O| Dec 19 20:25:44.811 INFO STEP 17 (remove_files) COMPLETE |
4356 | 2024-12-19T20:25:46.259Z | [ recovery-image] Dec 19 20:25:44.811 INFO O| Dec 19 20:25:44.811 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-12-19T20:25:46.281Z | [ recovery-image] Dec 19 20:25:44.861 INFO O| Dec 19 20:25:44.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4358 | 2024-12-19T20:25:46.282Z | [ recovery-image] Dec 19 20:25:44.885 INFO O| Dec 19 20:25:44.885 INFO STEP 18 (remove_files) COMPLETE |
4359 | 2024-12-19T20:25:46.282Z | [ recovery-image] Dec 19 20:25:44.885 INFO O| Dec 19 20:25:44.885 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-12-19T20:25:46.323Z | [ recovery-image] Dec 19 20:25:44.908 INFO O| Dec 19 20:25:44.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4361 | 2024-12-19T20:25:46.602Z | [ recovery-image] Dec 19 20:25:45.204 INFO O| Dec 19 20:25:45.204 INFO STEP 19 (remove_files) COMPLETE |
4362 | 2024-12-19T20:25:46.602Z | [ recovery-image] Dec 19 20:25:45.204 INFO O| Dec 19 20:25:45.204 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-12-19T20:25:46.670Z | [ recovery-image] Dec 19 20:25:45.261 INFO O| Dec 19 20:25:45.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4364 | 2024-12-19T20:25:46.710Z | [ recovery-image] Dec 19 20:25:45.293 INFO O| Dec 19 20:25:45.293 INFO STEP 20 (remove_files) COMPLETE |
4365 | 2024-12-19T20:25:46.710Z | [ recovery-image] Dec 19 20:25:45.293 INFO O| Dec 19 20:25:45.293 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-12-19T20:25:46.762Z | [ recovery-image] Dec 19 20:25:45.328 INFO O| Dec 19 20:25:45.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4367 | 2024-12-19T20:25:46.762Z | [ recovery-image] Dec 19 20:25:45.329 INFO O| Dec 19 20:25:45.329 INFO STEP 21 (remove_files) COMPLETE |
4368 | 2024-12-19T20:25:46.762Z | [ recovery-image] Dec 19 20:25:45.329 INFO O| Dec 19 20:25:45.329 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-19T20:25:46.821Z | [ recovery-image] Dec 19 20:25:45.366 INFO O| Dec 19 20:25:45.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4370 | 2024-12-19T20:25:46.821Z | [ recovery-image] Dec 19 20:25:45.366 INFO O| Dec 19 20:25:45.366 INFO STEP 22 (remove_files) COMPLETE |
4371 | 2024-12-19T20:25:46.821Z | [ recovery-image] Dec 19 20:25:45.366 INFO O| Dec 19 20:25:45.366 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-12-19T20:25:46.865Z | [ recovery-image] Dec 19 20:25:45.419 INFO O| Dec 19 20:25:45.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4373 | 2024-12-19T20:25:46.865Z | [ recovery-image] Dec 19 20:25:45.442 INFO O| Dec 19 20:25:45.442 INFO STEP 23 (remove_files) COMPLETE |
4374 | 2024-12-19T20:25:46.866Z | [ recovery-image] Dec 19 20:25:45.442 INFO O| Dec 19 20:25:45.442 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-12-19T20:25:46.893Z | [ recovery-image] Dec 19 20:25:45.494 INFO O| Dec 19 20:25:45.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4376 | 2024-12-19T20:25:46.930Z | [ recovery-image] Dec 19 20:25:45.518 INFO O| Dec 19 20:25:45.518 INFO STEP 24 (remove_files) COMPLETE |
4377 | 2024-12-19T20:25:46.930Z | [ recovery-image] Dec 19 20:25:45.518 INFO O| Dec 19 20:25:45.518 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-12-19T20:25:46.957Z | [ recovery-image] Dec 19 20:25:45.571 INFO O| Dec 19 20:25:45.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4379 | 2024-12-19T20:25:46.984Z | [ recovery-image] Dec 19 20:25:45.595 INFO O| Dec 19 20:25:45.595 INFO STEP 25 (remove_files) COMPLETE |
4380 | 2024-12-19T20:25:46.984Z | [ recovery-image] Dec 19 20:25:45.595 INFO O| Dec 19 20:25:45.595 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-12-19T20:25:47.003Z | [ recovery-image] Dec 19 20:25:45.617 INFO O| Dec 19 20:25:45.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4382 | 2024-12-19T20:25:47.015Z | [ recovery-image] Dec 19 20:25:45.617 INFO O| Dec 19 20:25:45.617 INFO STEP 26 (remove_files) COMPLETE |
4383 | 2024-12-19T20:25:47.015Z | [ recovery-image] Dec 19 20:25:45.617 INFO O| Dec 19 20:25:45.617 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-12-19T20:25:47.032Z | [ recovery-image] Dec 19 20:25:45.646 INFO O| Dec 19 20:25:45.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4385 | 2024-12-19T20:25:47.051Z | [ recovery-image] Dec 19 20:25:45.666 INFO O| Dec 19 20:25:45.666 INFO STEP 27 (remove_files) COMPLETE |
4386 | 2024-12-19T20:25:47.051Z | [ recovery-image] Dec 19 20:25:45.666 INFO O| Dec 19 20:25:45.666 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-12-19T20:25:47.077Z | [ recovery-image] Dec 19 20:25:45.693 INFO O| Dec 19 20:25:45.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4388 | 2024-12-19T20:25:47.077Z | [ recovery-image] Dec 19 20:25:45.693 INFO O| Dec 19 20:25:45.693 INFO STEP 28 (remove_files) COMPLETE |
4389 | 2024-12-19T20:25:47.082Z | [ recovery-image] Dec 19 20:25:45.694 INFO O| Dec 19 20:25:45.693 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-19T20:25:47.142Z | [ recovery-image] Dec 19 20:25:45.750 INFO O| Dec 19 20:25:45.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4391 | 2024-12-19T20:25:47.143Z | [ recovery-image] Dec 19 20:25:45.750 INFO O| Dec 19 20:25:45.750 INFO STEP 29 (remove_files) COMPLETE |
4392 | 2024-12-19T20:25:47.154Z | [ recovery-image] Dec 19 20:25:45.750 INFO O| Dec 19 20:25:45.750 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-19T20:25:47.169Z | [ recovery-image] Dec 19 20:25:45.773 INFO O| Dec 19 20:25:45.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4394 | 2024-12-19T20:25:47.169Z | [ recovery-image] Dec 19 20:25:45.773 INFO O| Dec 19 20:25:45.773 INFO STEP 30 (remove_files) COMPLETE |
4395 | 2024-12-19T20:25:47.169Z | [ recovery-image] Dec 19 20:25:45.773 INFO O| Dec 19 20:25:45.773 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-19T20:25:47.211Z | [ recovery-image] Dec 19 20:25:45.827 INFO O| Dec 19 20:25:45.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4397 | 2024-12-19T20:25:47.226Z | [ recovery-image] Dec 19 20:25:45.828 INFO O| Dec 19 20:25:45.827 INFO STEP 31 (remove_files) COMPLETE |
4398 | 2024-12-19T20:25:47.227Z | [ recovery-image] Dec 19 20:25:45.828 INFO O| Dec 19 20:25:45.827 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-19T20:25:47.238Z | [ recovery-image] Dec 19 20:25:45.850 INFO O| Dec 19 20:25:45.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4400 | 2024-12-19T20:25:47.250Z | [ recovery-image] Dec 19 20:25:45.852 INFO O| Dec 19 20:25:45.852 INFO STEP 32 (remove_files) COMPLETE |
4401 | 2024-12-19T20:25:47.250Z | [ recovery-image] Dec 19 20:25:45.852 INFO O| Dec 19 20:25:45.852 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-19T20:25:47.265Z | [ recovery-image] Dec 19 20:25:45.880 INFO O| Dec 19 20:25:45.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4403 | 2024-12-19T20:25:47.266Z | [ recovery-image] Dec 19 20:25:45.880 INFO O| Dec 19 20:25:45.880 INFO STEP 33 (remove_files) COMPLETE |
4404 | 2024-12-19T20:25:47.266Z | [ recovery-image] Dec 19 20:25:45.880 INFO O| Dec 19 20:25:45.880 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-12-19T20:25:47.340Z | [ recovery-image] Dec 19 20:25:45.937 INFO O| Dec 19 20:25:45.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4406 | 2024-12-19T20:25:47.340Z | [ recovery-image] Dec 19 20:25:45.938 INFO O| Dec 19 20:25:45.938 INFO STEP 34 (remove_files) COMPLETE |
4407 | 2024-12-19T20:25:47.359Z | [ recovery-image] Dec 19 20:25:45.938 INFO O| Dec 19 20:25:45.938 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-19T20:25:47.390Z | [ recovery-image] Dec 19 20:25:46.000 INFO O| Dec 19 20:25:46.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4409 | 2024-12-19T20:25:47.391Z | [ recovery-image] Dec 19 20:25:46.000 INFO O| Dec 19 20:25:46.000 INFO STEP 35 (remove_files) COMPLETE |
4410 | 2024-12-19T20:25:47.391Z | [ recovery-image] Dec 19 20:25:46.000 INFO O| Dec 19 20:25:46.000 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-19T20:25:47.406Z | [ recovery-image] Dec 19 20:25:46.023 INFO O| Dec 19 20:25:46.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4412 | 2024-12-19T20:25:47.406Z | [ recovery-image] Dec 19 20:25:46.023 INFO O| Dec 19 20:25:46.023 INFO STEP 36 (remove_files) COMPLETE |
4413 | 2024-12-19T20:25:47.406Z | [ recovery-image] Dec 19 20:25:46.023 INFO O| Dec 19 20:25:46.023 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-19T20:25:47.430Z | [ recovery-image] Dec 19 20:25:46.047 INFO O| Dec 19 20:25:46.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4415 | 2024-12-19T20:25:47.450Z | [ recovery-image] Dec 19 20:25:46.068 INFO O| Dec 19 20:25:46.068 INFO STEP 37 (remove_files) COMPLETE |
4416 | 2024-12-19T20:25:47.451Z | [ recovery-image] Dec 19 20:25:46.068 INFO O| Dec 19 20:25:46.068 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-19T20:25:47.484Z | [ recovery-image] Dec 19 20:25:46.101 INFO O| Dec 19 20:25:46.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4418 | 2024-12-19T20:25:47.484Z | [ recovery-image] Dec 19 20:25:46.101 INFO O| Dec 19 20:25:46.101 INFO STEP 38 (remove_files) COMPLETE |
4419 | 2024-12-19T20:25:47.490Z | [ recovery-image] Dec 19 20:25:46.101 INFO O| Dec 19 20:25:46.101 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-19T20:25:47.520Z | [ recovery-image] Dec 19 20:25:46.135 INFO O| Dec 19 20:25:46.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4421 | 2024-12-19T20:25:47.520Z | [ recovery-image] Dec 19 20:25:46.135 INFO O| Dec 19 20:25:46.135 INFO STEP 39 (remove_files) COMPLETE |
4422 | 2024-12-19T20:25:47.527Z | [ recovery-image] Dec 19 20:25:46.135 INFO O| Dec 19 20:25:46.135 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-19T20:25:47.541Z | [ recovery-image] Dec 19 20:25:46.158 INFO O| Dec 19 20:25:46.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4424 | 2024-12-19T20:25:47.541Z | [ recovery-image] Dec 19 20:25:46.158 INFO O| Dec 19 20:25:46.158 INFO STEP 40 (remove_files) COMPLETE |
4425 | 2024-12-19T20:25:47.547Z | [ recovery-image] Dec 19 20:25:46.158 INFO O| Dec 19 20:25:46.158 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-19T20:25:47.579Z | [ recovery-image] Dec 19 20:25:46.193 INFO O| Dec 19 20:25:46.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4427 | 2024-12-19T20:25:47.579Z | [ recovery-image] Dec 19 20:25:46.193 INFO O| Dec 19 20:25:46.193 INFO STEP 41 (remove_files) COMPLETE |
4428 | 2024-12-19T20:25:47.579Z | [ recovery-image] Dec 19 20:25:46.193 INFO O| Dec 19 20:25:46.193 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-19T20:25:47.598Z | [ recovery-image] Dec 19 20:25:46.215 INFO O| Dec 19 20:25:46.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4430 | 2024-12-19T20:25:47.598Z | [ recovery-image] Dec 19 20:25:46.215 INFO O| Dec 19 20:25:46.215 INFO STEP 42 (remove_files) COMPLETE |
4431 | 2024-12-19T20:25:47.602Z | [ recovery-image] Dec 19 20:25:46.215 INFO O| Dec 19 20:25:46.215 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-19T20:25:47.621Z | [ recovery-image] Dec 19 20:25:46.238 INFO O| Dec 19 20:25:46.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4433 | 2024-12-19T20:25:47.621Z | [ recovery-image] Dec 19 20:25:46.238 INFO O| Dec 19 20:25:46.238 INFO STEP 43 (remove_files) COMPLETE |
4434 | 2024-12-19T20:25:47.627Z | [ recovery-image] Dec 19 20:25:46.238 INFO O| Dec 19 20:25:46.238 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-19T20:25:47.662Z | [ recovery-image] Dec 19 20:25:46.279 INFO O| Dec 19 20:25:46.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4436 | 2024-12-19T20:25:47.662Z | [ recovery-image] Dec 19 20:25:46.279 INFO O| Dec 19 20:25:46.279 INFO STEP 44 (remove_files) COMPLETE |
4437 | 2024-12-19T20:25:47.662Z | [ recovery-image] Dec 19 20:25:46.279 INFO O| Dec 19 20:25:46.279 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-19T20:25:47.694Z | [ recovery-image] Dec 19 20:25:46.311 INFO O| Dec 19 20:25:46.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4439 | 2024-12-19T20:25:47.694Z | [ recovery-image] Dec 19 20:25:46.311 INFO O| Dec 19 20:25:46.311 INFO STEP 45 (remove_files) COMPLETE |
4440 | 2024-12-19T20:25:47.701Z | [ recovery-image] Dec 19 20:25:46.311 INFO O| Dec 19 20:25:46.311 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-19T20:25:47.715Z | [ recovery-image] Dec 19 20:25:46.332 INFO O| Dec 19 20:25:46.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4442 | 2024-12-19T20:25:47.715Z | [ recovery-image] Dec 19 20:25:46.333 INFO O| Dec 19 20:25:46.332 INFO STEP 46 (remove_files) COMPLETE |
4443 | 2024-12-19T20:25:47.720Z | [ recovery-image] Dec 19 20:25:46.333 INFO O| Dec 19 20:25:46.333 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-19T20:25:47.751Z | [ recovery-image] Dec 19 20:25:46.368 INFO O| Dec 19 20:25:46.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4445 | 2024-12-19T20:25:47.751Z | [ recovery-image] Dec 19 20:25:46.368 INFO O| Dec 19 20:25:46.368 INFO STEP 47 (remove_files) COMPLETE |
4446 | 2024-12-19T20:25:47.751Z | [ recovery-image] Dec 19 20:25:46.368 INFO O| Dec 19 20:25:46.368 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-19T20:25:47.775Z | [ recovery-image] Dec 19 20:25:46.391 INFO O| Dec 19 20:25:46.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4448 | 2024-12-19T20:25:47.776Z | [ recovery-image] Dec 19 20:25:46.391 INFO O| Dec 19 20:25:46.391 INFO STEP 48 (remove_files) COMPLETE |
4449 | 2024-12-19T20:25:47.777Z | [ recovery-image] Dec 19 20:25:46.391 INFO O| Dec 19 20:25:46.391 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-19T20:25:47.802Z | [ recovery-image] Dec 19 20:25:46.414 INFO O| Dec 19 20:25:46.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4451 | 2024-12-19T20:25:47.802Z | [ recovery-image] Dec 19 20:25:46.414 INFO O| Dec 19 20:25:46.414 INFO STEP 49 (remove_files) COMPLETE |
4452 | 2024-12-19T20:25:47.810Z | [ recovery-image] Dec 19 20:25:46.414 INFO O| Dec 19 20:25:46.414 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-19T20:25:47.835Z | [ recovery-image] Dec 19 20:25:46.452 INFO O| Dec 19 20:25:46.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4454 | 2024-12-19T20:25:47.835Z | [ recovery-image] Dec 19 20:25:46.452 INFO O| Dec 19 20:25:46.452 INFO STEP 50 (remove_files) COMPLETE |
4455 | 2024-12-19T20:25:47.836Z | [ recovery-image] Dec 19 20:25:46.452 INFO O| Dec 19 20:25:46.452 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-19T20:25:47.857Z | [ recovery-image] Dec 19 20:25:46.474 INFO O| Dec 19 20:25:46.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4457 | 2024-12-19T20:25:47.857Z | [ recovery-image] Dec 19 20:25:46.475 INFO O| Dec 19 20:25:46.474 INFO STEP 51 (remove_files) COMPLETE |
4458 | 2024-12-19T20:25:47.857Z | [ recovery-image] Dec 19 20:25:46.475 INFO O| Dec 19 20:25:46.475 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-19T20:25:47.878Z | [ recovery-image] Dec 19 20:25:46.496 INFO O| Dec 19 20:25:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4460 | 2024-12-19T20:25:47.879Z | [ recovery-image] Dec 19 20:25:46.496 INFO O| Dec 19 20:25:46.496 INFO STEP 52 (remove_files) COMPLETE |
4461 | 2024-12-19T20:25:47.882Z | [ recovery-image] Dec 19 20:25:46.496 INFO O| Dec 19 20:25:46.496 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-19T20:25:47.899Z | [ recovery-image] Dec 19 20:25:46.517 INFO O| Dec 19 20:25:46.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4463 | 2024-12-19T20:25:47.924Z | [ recovery-image] Dec 19 20:25:46.541 INFO O| Dec 19 20:25:46.541 INFO STEP 53 (remove_files) COMPLETE |
4464 | 2024-12-19T20:25:47.924Z | [ recovery-image] Dec 19 20:25:46.541 INFO O| Dec 19 20:25:46.541 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-19T20:25:48.135Z | [ recovery-image] Dec 19 20:25:46.613 INFO O| Dec 19 20:25:46.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4466 | 2024-12-19T20:25:48.141Z | [ recovery-image] Dec 19 20:25:46.633 INFO O| Dec 19 20:25:46.633 INFO STEP 54 (remove_files) COMPLETE |
4467 | 2024-12-19T20:25:48.141Z | [ recovery-image] Dec 19 20:25:46.633 INFO O| Dec 19 20:25:46.633 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-19T20:25:48.141Z | [ recovery-image] Dec 19 20:25:46.671 INFO O| Dec 19 20:25:46.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4469 | 2024-12-19T20:25:48.141Z | [ recovery-image] Dec 19 20:25:46.671 INFO O| Dec 19 20:25:46.671 INFO STEP 55 (remove_files) COMPLETE |
4470 | 2024-12-19T20:25:48.141Z | [ recovery-image] Dec 19 20:25:46.671 INFO O| Dec 19 20:25:46.671 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-19T20:25:48.141Z | [ recovery-image] Dec 19 20:25:46.693 INFO O| Dec 19 20:25:46.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4472 | 2024-12-19T20:25:48.141Z | [ recovery-image] Dec 19 20:25:46.693 INFO O| Dec 19 20:25:46.693 INFO STEP 56 (remove_files) COMPLETE |
4473 | 2024-12-19T20:25:48.141Z | [ recovery-image] Dec 19 20:25:46.693 INFO O| Dec 19 20:25:46.693 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-19T20:25:48.142Z | [ recovery-image] Dec 19 20:25:46.713 INFO O| Dec 19 20:25:46.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4475 | 2024-12-19T20:25:48.142Z | [ recovery-image] Dec 19 20:25:46.713 INFO O| Dec 19 20:25:46.713 INFO STEP 57 (remove_files) COMPLETE |
4476 | 2024-12-19T20:25:48.142Z | [ recovery-image] Dec 19 20:25:46.713 INFO O| Dec 19 20:25:46.713 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-19T20:25:48.142Z | [ recovery-image] Dec 19 20:25:46.734 INFO O| Dec 19 20:25:46.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4478 | 2024-12-19T20:25:48.142Z | [ recovery-image] Dec 19 20:25:46.734 INFO O| Dec 19 20:25:46.734 INFO STEP 58 (remove_files) COMPLETE |
4479 | 2024-12-19T20:25:48.142Z | [ recovery-image] Dec 19 20:25:46.734 INFO O| Dec 19 20:25:46.734 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-19T20:25:48.156Z | [ recovery-image] Dec 19 20:25:46.773 INFO O| Dec 19 20:25:46.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4481 | 2024-12-19T20:25:48.156Z | [ recovery-image] Dec 19 20:25:46.773 INFO O| Dec 19 20:25:46.773 INFO STEP 59 (remove_files) COMPLETE |
4482 | 2024-12-19T20:25:48.156Z | [ recovery-image] Dec 19 20:25:46.773 INFO O| Dec 19 20:25:46.773 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-19T20:25:48.180Z | [ recovery-image] Dec 19 20:25:46.797 INFO O| Dec 19 20:25:46.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4484 | 2024-12-19T20:25:48.180Z | [ recovery-image] Dec 19 20:25:46.797 INFO O| Dec 19 20:25:46.797 INFO STEP 60 (remove_files) COMPLETE |
4485 | 2024-12-19T20:25:48.180Z | [ recovery-image] Dec 19 20:25:46.797 INFO O| Dec 19 20:25:46.797 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-19T20:25:48.203Z | [ recovery-image] Dec 19 20:25:46.820 INFO O| Dec 19 20:25:46.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4487 | 2024-12-19T20:25:48.203Z | [ recovery-image] Dec 19 20:25:46.820 INFO O| Dec 19 20:25:46.820 INFO STEP 61 (remove_files) COMPLETE |
4488 | 2024-12-19T20:25:48.206Z | [ recovery-image] Dec 19 20:25:46.820 INFO O| Dec 19 20:25:46.820 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-19T20:25:48.270Z | [ recovery-image] Dec 19 20:25:46.887 INFO O| Dec 19 20:25:46.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4490 | 2024-12-19T20:25:48.273Z | [ recovery-image] Dec 19 20:25:46.888 INFO O| Dec 19 20:25:46.888 INFO STEP 62 (remove_files) COMPLETE |
4491 | 2024-12-19T20:25:48.273Z | [ recovery-image] Dec 19 20:25:46.888 INFO O| Dec 19 20:25:46.888 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-19T20:25:48.317Z | [ recovery-image] Dec 19 20:25:46.935 INFO O| Dec 19 20:25:46.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4493 | 2024-12-19T20:25:48.320Z | [ recovery-image] Dec 19 20:25:46.935 INFO O| Dec 19 20:25:46.935 INFO STEP 63 (remove_files) COMPLETE |
4494 | 2024-12-19T20:25:48.320Z | [ recovery-image] Dec 19 20:25:46.935 INFO O| Dec 19 20:25:46.935 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-19T20:25:48.342Z | [ recovery-image] Dec 19 20:25:46.959 INFO O| Dec 19 20:25:46.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4496 | 2024-12-19T20:25:48.346Z | [ recovery-image] Dec 19 20:25:46.959 INFO O| Dec 19 20:25:46.959 INFO STEP 64 (remove_files) COMPLETE |
4497 | 2024-12-19T20:25:48.346Z | [ recovery-image] Dec 19 20:25:46.959 INFO O| Dec 19 20:25:46.959 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-19T20:25:48.362Z | [ recovery-image] Dec 19 20:25:46.980 INFO O| Dec 19 20:25:46.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4499 | 2024-12-19T20:25:48.366Z | [ recovery-image] Dec 19 20:25:46.980 INFO O| Dec 19 20:25:46.980 INFO STEP 65 (remove_files) COMPLETE |
4500 | 2024-12-19T20:25:48.366Z | [ recovery-image] Dec 19 20:25:46.980 INFO O| Dec 19 20:25:46.980 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-19T20:25:48.399Z | [ recovery-image] Dec 19 20:25:47.017 INFO O| Dec 19 20:25:47.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4502 | 2024-12-19T20:25:48.403Z | [ recovery-image] Dec 19 20:25:47.017 INFO O| Dec 19 20:25:47.017 INFO STEP 66 (remove_files) COMPLETE |
4503 | 2024-12-19T20:25:48.403Z | [ recovery-image] Dec 19 20:25:47.017 INFO O| Dec 19 20:25:47.017 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-19T20:25:48.421Z | [ recovery-image] Dec 19 20:25:47.039 INFO O| Dec 19 20:25:47.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4505 | 2024-12-19T20:25:48.421Z | [ recovery-image] Dec 19 20:25:47.039 INFO O| Dec 19 20:25:47.039 INFO STEP 67 (remove_files) COMPLETE |
4506 | 2024-12-19T20:25:48.424Z | [ recovery-image] Dec 19 20:25:47.039 INFO O| Dec 19 20:25:47.039 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-19T20:25:48.457Z | [ recovery-image] Dec 19 20:25:47.074 INFO O| Dec 19 20:25:47.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4508 | 2024-12-19T20:25:48.460Z | [ recovery-image] Dec 19 20:25:47.075 INFO O| Dec 19 20:25:47.074 INFO STEP 68 (remove_files) COMPLETE |
4509 | 2024-12-19T20:25:48.460Z | [ recovery-image] Dec 19 20:25:47.075 INFO O| Dec 19 20:25:47.074 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-12-19T20:25:48.478Z | [ recovery-image] Dec 19 20:25:47.095 INFO O| Dec 19 20:25:47.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4511 | 2024-12-19T20:25:48.478Z | [ recovery-image] Dec 19 20:25:47.096 INFO O| Dec 19 20:25:47.095 INFO STEP 69 (remove_files) COMPLETE |
4512 | 2024-12-19T20:25:48.478Z | [ recovery-image] Dec 19 20:25:47.096 INFO O| Dec 19 20:25:47.096 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-12-19T20:25:48.498Z | [ recovery-image] Dec 19 20:25:47.116 INFO O| Dec 19 20:25:47.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4514 | 2024-12-19T20:25:48.522Z | [ recovery-image] Dec 19 20:25:47.140 INFO O| Dec 19 20:25:47.140 INFO STEP 70 (remove_files) COMPLETE |
4515 | 2024-12-19T20:25:48.523Z | [ recovery-image] Dec 19 20:25:47.140 INFO O| Dec 19 20:25:47.140 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-12-19T20:25:48.579Z | [ recovery-image] Dec 19 20:25:47.196 INFO O| Dec 19 20:25:47.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4517 | 2024-12-19T20:25:48.583Z | [ recovery-image] Dec 19 20:25:47.196 INFO O| Dec 19 20:25:47.196 INFO STEP 71 (remove_files) COMPLETE |
4518 | 2024-12-19T20:25:48.583Z | [ recovery-image] Dec 19 20:25:47.196 INFO O| Dec 19 20:25:47.196 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-19T20:25:48.640Z | [ recovery-image] Dec 19 20:25:47.257 INFO O| Dec 19 20:25:47.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4520 | 2024-12-19T20:25:48.644Z | [ recovery-image] Dec 19 20:25:47.257 INFO O| Dec 19 20:25:47.257 INFO STEP 72 (remove_files) COMPLETE |
4521 | 2024-12-19T20:25:48.644Z | [ recovery-image] Dec 19 20:25:47.257 INFO O| Dec 19 20:25:47.257 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-19T20:25:48.685Z | [ recovery-image] Dec 19 20:25:47.302 INFO O| Dec 19 20:25:47.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4523 | 2024-12-19T20:25:48.685Z | [ recovery-image] Dec 19 20:25:47.303 INFO O| Dec 19 20:25:47.303 INFO STEP 73 (remove_files) COMPLETE |
4524 | 2024-12-19T20:25:48.685Z | [ recovery-image] Dec 19 20:25:47.303 INFO O| Dec 19 20:25:47.303 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-19T20:25:48.715Z | [ recovery-image] Dec 19 20:25:47.332 INFO O| Dec 19 20:25:47.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4526 | 2024-12-19T20:25:48.715Z | [ recovery-image] Dec 19 20:25:47.332 INFO O| Dec 19 20:25:47.332 INFO STEP 74 (remove_files) COMPLETE |
4527 | 2024-12-19T20:25:48.719Z | [ recovery-image] Dec 19 20:25:47.332 INFO O| Dec 19 20:25:47.332 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-19T20:25:48.760Z | [ recovery-image] Dec 19 20:25:47.377 INFO O| Dec 19 20:25:47.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4529 | 2024-12-19T20:25:48.760Z | [ recovery-image] Dec 19 20:25:47.377 INFO O| Dec 19 20:25:47.377 INFO STEP 75 (remove_files) COMPLETE |
4530 | 2024-12-19T20:25:48.760Z | [ recovery-image] Dec 19 20:25:47.377 INFO O| Dec 19 20:25:47.377 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-19T20:25:48.816Z | [ recovery-image] Dec 19 20:25:47.434 INFO O| Dec 19 20:25:47.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4532 | 2024-12-19T20:25:48.816Z | [ recovery-image] Dec 19 20:25:47.434 INFO O| Dec 19 20:25:47.434 INFO STEP 76 (remove_files) COMPLETE |
4533 | 2024-12-19T20:25:48.819Z | [ recovery-image] Dec 19 20:25:47.434 INFO O| Dec 19 20:25:47.434 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-12-19T20:25:48.854Z | [ recovery-image] Dec 19 20:25:47.472 INFO O| Dec 19 20:25:47.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4535 | 2024-12-19T20:25:48.855Z | [ recovery-image] Dec 19 20:25:47.472 INFO O| Dec 19 20:25:47.472 INFO STEP 77 (remove_files) COMPLETE |
4536 | 2024-12-19T20:25:48.855Z | [ recovery-image] Dec 19 20:25:47.472 INFO O| Dec 19 20:25:47.472 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-12-19T20:25:48.876Z | [ recovery-image] Dec 19 20:25:47.493 INFO O| Dec 19 20:25:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4538 | 2024-12-19T20:25:48.876Z | [ recovery-image] Dec 19 20:25:47.493 INFO O| Dec 19 20:25:47.493 INFO STEP 78 (remove_files) COMPLETE |
4539 | 2024-12-19T20:25:48.876Z | [ recovery-image] Dec 19 20:25:47.493 INFO O| Dec 19 20:25:47.493 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-12-19T20:25:48.911Z | [ recovery-image] Dec 19 20:25:47.529 INFO O| Dec 19 20:25:47.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4541 | 2024-12-19T20:25:48.911Z | [ recovery-image] Dec 19 20:25:47.529 INFO O| Dec 19 20:25:47.529 INFO STEP 79 (remove_files) COMPLETE |
4542 | 2024-12-19T20:25:48.914Z | [ recovery-image] Dec 19 20:25:47.529 INFO O| Dec 19 20:25:47.529 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-12-19T20:25:48.972Z | [ recovery-image] Dec 19 20:25:47.589 INFO O| Dec 19 20:25:47.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4544 | 2024-12-19T20:25:48.974Z | [ recovery-image] Dec 19 20:25:47.590 INFO O| Dec 19 20:25:47.589 INFO STEP 80 (remove_files) COMPLETE |
4545 | 2024-12-19T20:25:48.974Z | [ recovery-image] Dec 19 20:25:47.590 INFO O| Dec 19 20:25:47.590 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-12-19T20:25:49.014Z | [ recovery-image] Dec 19 20:25:47.631 INFO O| Dec 19 20:25:47.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4547 | 2024-12-19T20:25:49.018Z | [ recovery-image] Dec 19 20:25:47.632 INFO O| Dec 19 20:25:47.631 INFO STEP 81 (remove_files) COMPLETE |
4548 | 2024-12-19T20:25:49.018Z | [ recovery-image] Dec 19 20:25:47.632 INFO O| Dec 19 20:25:47.632 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-12-19T20:25:49.037Z | [ recovery-image] Dec 19 20:25:47.654 INFO O| Dec 19 20:25:47.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4550 | 2024-12-19T20:25:49.043Z | [ recovery-image] Dec 19 20:25:47.654 INFO O| Dec 19 20:25:47.654 INFO STEP 82 (remove_files) COMPLETE |
4551 | 2024-12-19T20:25:49.043Z | [ recovery-image] Dec 19 20:25:47.654 INFO O| Dec 19 20:25:47.654 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-12-19T20:25:49.079Z | [ recovery-image] Dec 19 20:25:47.696 INFO O| Dec 19 20:25:47.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4553 | 2024-12-19T20:25:49.079Z | [ recovery-image] Dec 19 20:25:47.696 INFO O| Dec 19 20:25:47.696 INFO STEP 83 (remove_files) COMPLETE |
4554 | 2024-12-19T20:25:49.092Z | [ recovery-image] Dec 19 20:25:47.696 INFO O| Dec 19 20:25:47.696 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-12-19T20:25:49.113Z | [ recovery-image] Dec 19 20:25:47.730 INFO O| Dec 19 20:25:47.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4556 | 2024-12-19T20:25:49.115Z | [ recovery-image] Dec 19 20:25:47.731 INFO O| Dec 19 20:25:47.731 INFO STEP 84 (remove_files) COMPLETE |
4557 | 2024-12-19T20:25:49.116Z | [ recovery-image] Dec 19 20:25:47.731 INFO O| Dec 19 20:25:47.731 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-12-19T20:25:49.135Z | [ recovery-image] Dec 19 20:25:47.752 INFO O| Dec 19 20:25:47.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4559 | 2024-12-19T20:25:49.159Z | [ recovery-image] Dec 19 20:25:47.777 INFO O| Dec 19 20:25:47.777 INFO STEP 85 (remove_files) COMPLETE |
4560 | 2024-12-19T20:25:49.159Z | [ recovery-image] Dec 19 20:25:47.777 INFO O| Dec 19 20:25:47.777 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-12-19T20:25:49.230Z | [ recovery-image] Dec 19 20:25:47.847 INFO O| Dec 19 20:25:47.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4562 | 2024-12-19T20:25:49.230Z | [ recovery-image] Dec 19 20:25:47.847 INFO O| Dec 19 20:25:47.847 INFO STEP 86 (remove_files) COMPLETE |
4563 | 2024-12-19T20:25:49.230Z | [ recovery-image] Dec 19 20:25:47.847 INFO O| Dec 19 20:25:47.847 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-12-19T20:25:49.253Z | [ recovery-image] Dec 19 20:25:47.870 INFO O| Dec 19 20:25:47.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4565 | 2024-12-19T20:25:49.254Z | [ recovery-image] Dec 19 20:25:47.871 INFO O| Dec 19 20:25:47.870 INFO STEP 87 (remove_files) COMPLETE |
4566 | 2024-12-19T20:25:49.257Z | [ recovery-image] Dec 19 20:25:47.871 INFO O| Dec 19 20:25:47.870 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-12-19T20:25:49.275Z | [ recovery-image] Dec 19 20:25:47.893 INFO O| Dec 19 20:25:47.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4568 | 2024-12-19T20:25:49.275Z | [ recovery-image] Dec 19 20:25:47.893 INFO O| Dec 19 20:25:47.893 INFO STEP 88 (remove_files) COMPLETE |
4569 | 2024-12-19T20:25:49.275Z | [ recovery-image] Dec 19 20:25:47.893 INFO O| Dec 19 20:25:47.893 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-12-19T20:25:49.304Z | [ recovery-image] Dec 19 20:25:47.921 INFO O| Dec 19 20:25:47.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4571 | 2024-12-19T20:25:49.325Z | [ recovery-image] Dec 19 20:25:47.942 INFO O| Dec 19 20:25:47.942 INFO STEP 89 (remove_files) COMPLETE |
4572 | 2024-12-19T20:25:49.326Z | [ recovery-image] Dec 19 20:25:47.942 INFO O| Dec 19 20:25:47.942 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-12-19T20:25:49.349Z | [ recovery-image] Dec 19 20:25:47.966 INFO O| Dec 19 20:25:47.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4574 | 2024-12-19T20:25:49.349Z | [ recovery-image] Dec 19 20:25:47.966 INFO O| Dec 19 20:25:47.966 INFO STEP 90 (remove_files) COMPLETE |
4575 | 2024-12-19T20:25:49.349Z | [ recovery-image] Dec 19 20:25:47.966 INFO O| Dec 19 20:25:47.966 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-12-19T20:25:49.372Z | [ recovery-image] Dec 19 20:25:47.988 INFO O| Dec 19 20:25:47.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4577 | 2024-12-19T20:25:49.372Z | [ recovery-image] Dec 19 20:25:47.988 INFO O| Dec 19 20:25:47.988 INFO STEP 91 (remove_files) COMPLETE |
4578 | 2024-12-19T20:25:49.372Z | [ recovery-image] Dec 19 20:25:47.988 INFO O| Dec 19 20:25:47.988 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-12-19T20:25:49.394Z | [ recovery-image] Dec 19 20:25:48.011 INFO O| Dec 19 20:25:48.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4580 | 2024-12-19T20:25:49.394Z | [ recovery-image] Dec 19 20:25:48.011 INFO O| Dec 19 20:25:48.011 INFO STEP 92 (remove_files) COMPLETE |
4581 | 2024-12-19T20:25:49.394Z | [ recovery-image] Dec 19 20:25:48.011 INFO O| Dec 19 20:25:48.011 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-12-19T20:25:49.415Z | [ recovery-image] Dec 19 20:25:48.032 INFO O| Dec 19 20:25:48.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4583 | 2024-12-19T20:25:49.417Z | [ recovery-image] Dec 19 20:25:48.032 INFO O| Dec 19 20:25:48.032 INFO STEP 93 (remove_files) COMPLETE |
4584 | 2024-12-19T20:25:49.417Z | [ recovery-image] Dec 19 20:25:48.032 INFO O| Dec 19 20:25:48.032 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-12-19T20:25:49.436Z | [ recovery-image] Dec 19 20:25:48.054 INFO O| Dec 19 20:25:48.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4586 | 2024-12-19T20:25:49.437Z | [ recovery-image] Dec 19 20:25:48.054 INFO O| Dec 19 20:25:48.054 INFO STEP 94 (remove_files) COMPLETE |
4587 | 2024-12-19T20:25:49.437Z | [ recovery-image] Dec 19 20:25:48.054 INFO O| Dec 19 20:25:48.054 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-12-19T20:25:49.478Z | [ recovery-image] Dec 19 20:25:48.095 INFO O| Dec 19 20:25:48.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4589 | 2024-12-19T20:25:49.481Z | [ recovery-image] Dec 19 20:25:48.095 INFO O| Dec 19 20:25:48.095 INFO STEP 95 (remove_files) COMPLETE |
4590 | 2024-12-19T20:25:49.481Z | [ recovery-image] Dec 19 20:25:48.095 INFO O| Dec 19 20:25:48.095 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4591 | 2024-12-19T20:25:49.538Z | [ recovery-image] Dec 19 20:25:48.156 INFO O| Dec 19 20:25:48.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4592 | 2024-12-19T20:25:49.539Z | [ recovery-image] Dec 19 20:25:48.156 INFO O| Dec 19 20:25:48.156 INFO STEP 96 (remove_files) COMPLETE |
4593 | 2024-12-19T20:25:49.539Z | [ recovery-image] Dec 19 20:25:48.156 INFO O| Dec 19 20:25:48.156 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4594 | 2024-12-19T20:25:49.563Z | [ recovery-image] Dec 19 20:25:48.180 INFO O| Dec 19 20:25:48.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4595 | 2024-12-19T20:25:49.563Z | [ recovery-image] Dec 19 20:25:48.180 INFO O| Dec 19 20:25:48.180 INFO STEP 97 (remove_files) COMPLETE |
4596 | 2024-12-19T20:25:49.564Z | [ recovery-image] Dec 19 20:25:48.180 INFO O| Dec 19 20:25:48.180 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4597 | 2024-12-19T20:25:49.607Z | [ recovery-image] Dec 19 20:25:48.224 INFO O| Dec 19 20:25:48.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4598 | 2024-12-19T20:25:49.607Z | [ recovery-image] Dec 19 20:25:48.224 INFO O| Dec 19 20:25:48.224 INFO STEP 98 (remove_files) COMPLETE |
4599 | 2024-12-19T20:25:49.609Z | [ recovery-image] Dec 19 20:25:48.224 INFO O| Dec 19 20:25:48.224 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4600 | 2024-12-19T20:25:49.671Z | [ recovery-image] Dec 19 20:25:48.288 INFO O| Dec 19 20:25:48.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4601 | 2024-12-19T20:25:49.671Z | [ recovery-image] Dec 19 20:25:48.288 INFO O| Dec 19 20:25:48.288 INFO STEP 99 (remove_files) COMPLETE |
4602 | 2024-12-19T20:25:49.674Z | [ recovery-image] Dec 19 20:25:48.288 INFO O| Dec 19 20:25:48.288 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4603 | 2024-12-19T20:25:49.694Z | [ recovery-image] Dec 19 20:25:48.311 INFO O| Dec 19 20:25:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4604 | 2024-12-19T20:25:49.694Z | [ recovery-image] Dec 19 20:25:48.311 INFO O| Dec 19 20:25:48.311 INFO STEP 100 (remove_files) COMPLETE |
4605 | 2024-12-19T20:25:49.694Z | [ recovery-image] Dec 19 20:25:48.311 INFO O| Dec 19 20:25:48.311 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4606 | 2024-12-19T20:25:49.734Z | [ recovery-image] Dec 19 20:25:48.352 INFO O| Dec 19 20:25:48.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4607 | 2024-12-19T20:25:49.735Z | [ recovery-image] Dec 19 20:25:48.352 INFO O| Dec 19 20:25:48.352 INFO STEP 101 (remove_files) COMPLETE |
4608 | 2024-12-19T20:25:49.735Z | [ recovery-image] Dec 19 20:25:48.352 INFO O| Dec 19 20:25:48.352 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4609 | 2024-12-19T20:25:49.795Z | [ recovery-image] Dec 19 20:25:48.412 INFO O| Dec 19 20:25:48.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4610 | 2024-12-19T20:25:49.798Z | [ recovery-image] Dec 19 20:25:48.412 INFO O| Dec 19 20:25:48.412 INFO STEP 102 (remove_files) COMPLETE |
4611 | 2024-12-19T20:25:49.798Z | [ recovery-image] Dec 19 20:25:48.412 INFO O| Dec 19 20:25:48.412 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4612 | 2024-12-19T20:25:49.829Z | [ recovery-image] Dec 19 20:25:48.446 INFO O| Dec 19 20:25:48.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4613 | 2024-12-19T20:25:49.832Z | [ recovery-image] Dec 19 20:25:48.446 INFO O| Dec 19 20:25:48.446 INFO STEP 103 (remove_files) COMPLETE |
4614 | 2024-12-19T20:25:49.832Z | [ recovery-image] Dec 19 20:25:48.446 INFO O| Dec 19 20:25:48.446 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4615 | 2024-12-19T20:25:49.870Z | [ recovery-image] Dec 19 20:25:48.488 INFO O| Dec 19 20:25:48.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4616 | 2024-12-19T20:25:49.870Z | [ recovery-image] Dec 19 20:25:48.488 INFO O| Dec 19 20:25:48.488 INFO STEP 104 (remove_files) COMPLETE |
4617 | 2024-12-19T20:25:49.870Z | [ recovery-image] Dec 19 20:25:48.488 INFO O| Dec 19 20:25:48.488 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4618 | 2024-12-19T20:25:49.893Z | [ recovery-image] Dec 19 20:25:48.510 INFO O| Dec 19 20:25:48.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4619 | 2024-12-19T20:25:49.893Z | [ recovery-image] Dec 19 20:25:48.510 INFO O| Dec 19 20:25:48.510 INFO STEP 105 (remove_files) COMPLETE |
4620 | 2024-12-19T20:25:49.896Z | [ recovery-image] Dec 19 20:25:48.510 INFO O| Dec 19 20:25:48.510 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4621 | 2024-12-19T20:25:49.915Z | [ recovery-image] Dec 19 20:25:48.532 INFO O| Dec 19 20:25:48.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4622 | 2024-12-19T20:25:49.915Z | [ recovery-image] Dec 19 20:25:48.532 INFO O| Dec 19 20:25:48.532 INFO STEP 106 (remove_files) COMPLETE |
4623 | 2024-12-19T20:25:49.919Z | [ recovery-image] Dec 19 20:25:48.532 INFO O| Dec 19 20:25:48.532 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4624 | 2024-12-19T20:25:49.938Z | [ recovery-image] Dec 19 20:25:48.555 INFO O| Dec 19 20:25:48.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4625 | 2024-12-19T20:25:49.938Z | [ recovery-image] Dec 19 20:25:48.555 INFO O| Dec 19 20:25:48.555 INFO STEP 107 (remove_files) COMPLETE |
4626 | 2024-12-19T20:25:49.938Z | [ recovery-image] Dec 19 20:25:48.555 INFO O| Dec 19 20:25:48.555 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4627 | 2024-12-19T20:25:49.996Z | [ recovery-image] Dec 19 20:25:48.613 INFO O| Dec 19 20:25:48.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4628 | 2024-12-19T20:25:49.996Z | [ recovery-image] Dec 19 20:25:48.613 INFO O| Dec 19 20:25:48.613 INFO STEP 108 (remove_files) COMPLETE |
4629 | 2024-12-19T20:25:49.996Z | [ recovery-image] Dec 19 20:25:48.613 INFO O| Dec 19 20:25:48.613 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-12-19T20:25:50.034Z | [ recovery-image] Dec 19 20:25:48.651 INFO O| Dec 19 20:25:48.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4631 | 2024-12-19T20:25:50.034Z | [ recovery-image] Dec 19 20:25:48.651 INFO O| Dec 19 20:25:48.651 INFO STEP 109 (remove_files) COMPLETE |
4632 | 2024-12-19T20:25:50.037Z | [ recovery-image] Dec 19 20:25:48.651 INFO O| Dec 19 20:25:48.651 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-12-19T20:25:50.059Z | [ recovery-image] Dec 19 20:25:48.676 INFO O| Dec 19 20:25:48.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4634 | 2024-12-19T20:25:50.059Z | [ recovery-image] Dec 19 20:25:48.676 INFO O| Dec 19 20:25:48.676 INFO STEP 110 (remove_files) COMPLETE |
4635 | 2024-12-19T20:25:50.059Z | [ recovery-image] Dec 19 20:25:48.676 INFO O| Dec 19 20:25:48.676 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-12-19T20:25:50.083Z | [ recovery-image] Dec 19 20:25:48.701 INFO O| Dec 19 20:25:48.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4637 | 2024-12-19T20:25:50.084Z | [ recovery-image] Dec 19 20:25:48.701 INFO O| Dec 19 20:25:48.701 INFO STEP 111 (remove_files) COMPLETE |
4638 | 2024-12-19T20:25:50.084Z | [ recovery-image] Dec 19 20:25:48.701 INFO O| Dec 19 20:25:48.701 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-12-19T20:25:50.106Z | [ recovery-image] Dec 19 20:25:48.724 INFO O| Dec 19 20:25:48.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4640 | 2024-12-19T20:25:50.107Z | [ recovery-image] Dec 19 20:25:48.724 INFO O| Dec 19 20:25:48.724 INFO STEP 112 (remove_files) COMPLETE |
4641 | 2024-12-19T20:25:50.107Z | [ recovery-image] Dec 19 20:25:48.724 INFO O| Dec 19 20:25:48.724 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-12-19T20:25:50.129Z | [ recovery-image] Dec 19 20:25:48.746 INFO O| Dec 19 20:25:48.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4643 | 2024-12-19T20:25:50.129Z | [ recovery-image] Dec 19 20:25:48.746 INFO O| Dec 19 20:25:48.746 INFO STEP 113 (remove_files) COMPLETE |
4644 | 2024-12-19T20:25:50.132Z | [ recovery-image] Dec 19 20:25:48.746 INFO O| Dec 19 20:25:48.746 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-12-19T20:25:50.167Z | [ recovery-image] Dec 19 20:25:48.784 INFO O| Dec 19 20:25:48.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4646 | 2024-12-19T20:25:50.167Z | [ recovery-image] Dec 19 20:25:48.784 INFO O| Dec 19 20:25:48.784 INFO STEP 114 (remove_files) COMPLETE |
4647 | 2024-12-19T20:25:50.170Z | [ recovery-image] Dec 19 20:25:48.784 INFO O| Dec 19 20:25:48.784 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-12-19T20:25:50.226Z | [ recovery-image] Dec 19 20:25:48.843 INFO O| Dec 19 20:25:48.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4649 | 2024-12-19T20:25:50.226Z | [ recovery-image] Dec 19 20:25:48.843 INFO O| Dec 19 20:25:48.843 INFO STEP 115 (remove_files) COMPLETE |
4650 | 2024-12-19T20:25:50.226Z | [ recovery-image] Dec 19 20:25:48.843 INFO O| Dec 19 20:25:48.843 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-12-19T20:25:50.249Z | [ recovery-image] Dec 19 20:25:48.866 INFO O| Dec 19 20:25:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4652 | 2024-12-19T20:25:50.249Z | [ recovery-image] Dec 19 20:25:48.866 INFO O| Dec 19 20:25:48.866 INFO STEP 116 (remove_files) COMPLETE |
4653 | 2024-12-19T20:25:50.252Z | [ recovery-image] Dec 19 20:25:48.866 INFO O| Dec 19 20:25:48.866 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-12-19T20:25:50.271Z | [ recovery-image] Dec 19 20:25:48.888 INFO O| Dec 19 20:25:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4655 | 2024-12-19T20:25:50.271Z | [ recovery-image] Dec 19 20:25:48.888 INFO O| Dec 19 20:25:48.888 INFO STEP 117 (remove_files) COMPLETE |
4656 | 2024-12-19T20:25:50.273Z | [ recovery-image] Dec 19 20:25:48.888 INFO O| Dec 19 20:25:48.888 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-12-19T20:25:50.292Z | [ recovery-image] Dec 19 20:25:48.909 INFO O| Dec 19 20:25:48.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4658 | 2024-12-19T20:25:50.292Z | [ recovery-image] Dec 19 20:25:48.909 INFO O| Dec 19 20:25:48.909 INFO STEP 118 (remove_files) COMPLETE |
4659 | 2024-12-19T20:25:50.292Z | [ recovery-image] Dec 19 20:25:48.909 INFO O| Dec 19 20:25:48.909 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-12-19T20:25:50.315Z | [ recovery-image] Dec 19 20:25:48.932 INFO O| Dec 19 20:25:48.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4661 | 2024-12-19T20:25:50.318Z | [ recovery-image] Dec 19 20:25:48.932 INFO O| Dec 19 20:25:48.932 INFO STEP 119 (remove_files) COMPLETE |
4662 | 2024-12-19T20:25:50.318Z | [ recovery-image] Dec 19 20:25:48.933 INFO O| Dec 19 20:25:48.932 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-12-19T20:25:50.337Z | [ recovery-image] Dec 19 20:25:48.954 INFO O| Dec 19 20:25:48.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4664 | 2024-12-19T20:25:50.340Z | [ recovery-image] Dec 19 20:25:48.955 INFO O| Dec 19 20:25:48.955 INFO STEP 120 (remove_files) COMPLETE |
4665 | 2024-12-19T20:25:50.340Z | [ recovery-image] Dec 19 20:25:48.955 INFO O| Dec 19 20:25:48.955 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-12-19T20:25:50.359Z | [ recovery-image] Dec 19 20:25:48.976 INFO O| Dec 19 20:25:48.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4667 | 2024-12-19T20:25:50.359Z | [ recovery-image] Dec 19 20:25:48.976 INFO O| Dec 19 20:25:48.976 INFO STEP 121 (remove_files) COMPLETE |
4668 | 2024-12-19T20:25:50.362Z | [ recovery-image] Dec 19 20:25:48.977 INFO O| Dec 19 20:25:48.977 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-12-19T20:25:50.398Z | [ recovery-image] Dec 19 20:25:49.015 INFO O| Dec 19 20:25:49.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4670 | 2024-12-19T20:25:50.398Z | [ recovery-image] Dec 19 20:25:49.015 INFO O| Dec 19 20:25:49.015 INFO STEP 122 (remove_files) COMPLETE |
4671 | 2024-12-19T20:25:50.398Z | [ recovery-image] Dec 19 20:25:49.015 INFO O| Dec 19 20:25:49.015 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-12-19T20:25:50.459Z | [ recovery-image] Dec 19 20:25:49.076 INFO O| Dec 19 20:25:49.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4673 | 2024-12-19T20:25:50.461Z | [ recovery-image] Dec 19 20:25:49.076 INFO O| Dec 19 20:25:49.076 INFO STEP 123 (remove_files) COMPLETE |
4674 | 2024-12-19T20:25:50.461Z | [ recovery-image] Dec 19 20:25:49.076 INFO O| Dec 19 20:25:49.076 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-12-19T20:25:50.511Z | [ recovery-image] Dec 19 20:25:49.128 INFO O| Dec 19 20:25:49.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4676 | 2024-12-19T20:25:50.511Z | [ recovery-image] Dec 19 20:25:49.128 INFO O| Dec 19 20:25:49.128 INFO STEP 124 (remove_files) COMPLETE |
4677 | 2024-12-19T20:25:50.515Z | [ recovery-image] Dec 19 20:25:49.128 INFO O| Dec 19 20:25:49.128 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-12-19T20:25:50.535Z | [ recovery-image] Dec 19 20:25:49.152 INFO O| Dec 19 20:25:49.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4679 | 2024-12-19T20:25:50.536Z | [ recovery-image] Dec 19 20:25:49.152 INFO O| Dec 19 20:25:49.152 INFO STEP 125 (remove_files) COMPLETE |
4680 | 2024-12-19T20:25:50.536Z | [ recovery-image] Dec 19 20:25:49.152 INFO O| Dec 19 20:25:49.152 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-12-19T20:25:50.562Z | [ recovery-image] Dec 19 20:25:49.179 INFO O| Dec 19 20:25:49.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4682 | 2024-12-19T20:25:50.562Z | [ recovery-image] Dec 19 20:25:49.179 INFO O| Dec 19 20:25:49.179 INFO STEP 126 (remove_files) COMPLETE |
4683 | 2024-12-19T20:25:50.562Z | [ recovery-image] Dec 19 20:25:49.179 INFO O| Dec 19 20:25:49.179 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-12-19T20:25:50.585Z | [ recovery-image] Dec 19 20:25:49.202 INFO O| Dec 19 20:25:49.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4685 | 2024-12-19T20:25:50.589Z | [ recovery-image] Dec 19 20:25:49.202 INFO O| Dec 19 20:25:49.202 INFO STEP 127 (remove_files) COMPLETE |
4686 | 2024-12-19T20:25:50.589Z | [ recovery-image] Dec 19 20:25:49.202 INFO O| Dec 19 20:25:49.202 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-12-19T20:25:50.608Z | [ recovery-image] Dec 19 20:25:49.225 INFO O| Dec 19 20:25:49.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4688 | 2024-12-19T20:25:50.609Z | [ recovery-image] Dec 19 20:25:49.225 INFO O| Dec 19 20:25:49.225 INFO STEP 128 (remove_files) COMPLETE |
4689 | 2024-12-19T20:25:50.612Z | [ recovery-image] Dec 19 20:25:49.225 INFO O| Dec 19 20:25:49.225 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-12-19T20:25:50.695Z | [ recovery-image] Dec 19 20:25:49.312 INFO O| Dec 19 20:25:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4691 | 2024-12-19T20:25:50.698Z | [ recovery-image] Dec 19 20:25:49.312 INFO O| Dec 19 20:25:49.312 INFO STEP 129 (remove_files) COMPLETE |
4692 | 2024-12-19T20:25:50.698Z | [ recovery-image] Dec 19 20:25:49.312 INFO O| Dec 19 20:25:49.312 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-12-19T20:25:50.699Z | [ host-image] Dec 19 20:25:49.314 INFO O| Dec 19 20:25:49.314 INFO O| Planning: Solver setup ... Done |
4694 | 2024-12-19T20:25:50.704Z | [ host-image] Dec 19 20:25:49.321 INFO O| Dec 19 20:25:49.321 INFO O| Planning: Running solver ... Done |
4695 | 2024-12-19T20:25:50.722Z | [ recovery-image] Dec 19 20:25:49.339 INFO O| Dec 19 20:25:49.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4696 | 2024-12-19T20:25:50.722Z | [ recovery-image] Dec 19 20:25:49.339 INFO O| Dec 19 20:25:49.339 INFO STEP 130 (remove_files) COMPLETE |
4697 | 2024-12-19T20:25:50.722Z | [ recovery-image] Dec 19 20:25:49.339 INFO O| Dec 19 20:25:49.339 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-19T20:25:50.769Z | [ recovery-image] Dec 19 20:25:49.386 INFO O| Dec 19 20:25:49.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4699 | 2024-12-19T20:25:50.769Z | [ recovery-image] Dec 19 20:25:49.386 INFO O| Dec 19 20:25:49.386 INFO STEP 131 (remove_files) COMPLETE |
4700 | 2024-12-19T20:25:50.773Z | [ recovery-image] Dec 19 20:25:49.387 INFO O| Dec 19 20:25:49.386 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-19T20:25:50.793Z | [ recovery-image] Dec 19 20:25:49.410 INFO O| Dec 19 20:25:49.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4702 | 2024-12-19T20:25:50.817Z | [ recovery-image] Dec 19 20:25:49.434 INFO O| Dec 19 20:25:49.434 INFO STEP 132 (remove_files) COMPLETE |
4703 | 2024-12-19T20:25:50.817Z | [ recovery-image] Dec 19 20:25:49.434 INFO O| Dec 19 20:25:49.434 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-19T20:25:50.826Z | [ host-image] Dec 19 20:25:49.441 INFO O| Dec 19 20:25:49.441 INFO O| Planning: Finding local manifests ... Done |
4705 | 2024-12-19T20:25:50.829Z | [ host-image] Dec 19 20:25:49.443 INFO O| Dec 19 20:25:49.443 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4706 | 2024-12-19T20:25:50.922Z | [ recovery-image] Dec 19 20:25:49.539 INFO O| Dec 19 20:25:49.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4707 | 2024-12-19T20:25:50.922Z | [ recovery-image] Dec 19 20:25:49.539 INFO O| Dec 19 20:25:49.539 INFO STEP 133 (remove_files) COMPLETE |
4708 | 2024-12-19T20:25:50.922Z | [ recovery-image] Dec 19 20:25:49.539 INFO O| Dec 19 20:25:49.539 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-12-19T20:25:50.945Z | [ recovery-image] Dec 19 20:25:49.562 INFO O| Dec 19 20:25:49.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4710 | 2024-12-19T20:25:50.946Z | [ recovery-image] Dec 19 20:25:49.562 INFO O| Dec 19 20:25:49.562 INFO STEP 134 (remove_files) COMPLETE |
4711 | 2024-12-19T20:25:50.949Z | [ recovery-image] Dec 19 20:25:49.562 INFO O| Dec 19 20:25:49.562 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-12-19T20:25:50.986Z | [ recovery-image] Dec 19 20:25:49.603 INFO O| Dec 19 20:25:49.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4713 | 2024-12-19T20:25:50.986Z | [ recovery-image] Dec 19 20:25:49.603 INFO O| Dec 19 20:25:49.603 INFO STEP 135 (remove_files) COMPLETE |
4714 | 2024-12-19T20:25:50.989Z | [ recovery-image] Dec 19 20:25:49.603 INFO O| Dec 19 20:25:49.603 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-12-19T20:25:51.020Z | [ recovery-image] Dec 19 20:25:49.637 INFO O| Dec 19 20:25:49.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4716 | 2024-12-19T20:25:51.024Z | [ recovery-image] Dec 19 20:25:49.638 INFO O| Dec 19 20:25:49.637 INFO STEP 136 (remove_files) COMPLETE |
4717 | 2024-12-19T20:25:51.024Z | [ recovery-image] Dec 19 20:25:49.638 INFO O| Dec 19 20:25:49.637 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-12-19T20:25:51.080Z | [ recovery-image] Dec 19 20:25:49.697 INFO O| Dec 19 20:25:49.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4719 | 2024-12-19T20:25:51.082Z | [ recovery-image] Dec 19 20:25:49.697 INFO O| Dec 19 20:25:49.697 INFO STEP 137 (remove_files) COMPLETE |
4720 | 2024-12-19T20:25:51.083Z | [ recovery-image] Dec 19 20:25:49.697 INFO O| Dec 19 20:25:49.697 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-12-19T20:25:51.102Z | [ recovery-image] Dec 19 20:25:49.719 INFO O| Dec 19 20:25:49.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4722 | 2024-12-19T20:25:51.102Z | [ recovery-image] Dec 19 20:25:49.720 INFO O| Dec 19 20:25:49.719 INFO STEP 138 (remove_files) COMPLETE |
4723 | 2024-12-19T20:25:51.106Z | [ recovery-image] Dec 19 20:25:49.720 INFO O| Dec 19 20:25:49.720 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-19T20:25:51.122Z | [ host-image] Dec 19 20:25:49.739 INFO O| Dec 19 20:25:49.739 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4725 | 2024-12-19T20:25:51.125Z | [ recovery-image] Dec 19 20:25:49.742 INFO O| Dec 19 20:25:49.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4726 | 2024-12-19T20:25:51.128Z | [ recovery-image] Dec 19 20:25:49.743 INFO O| Dec 19 20:25:49.743 INFO STEP 139 (remove_files) COMPLETE |
4727 | 2024-12-19T20:25:51.128Z | [ recovery-image] Dec 19 20:25:49.743 INFO O| Dec 19 20:25:49.743 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-19T20:25:51.150Z | [ recovery-image] Dec 19 20:25:49.766 INFO O| Dec 19 20:25:49.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4729 | 2024-12-19T20:25:51.150Z | [ recovery-image] Dec 19 20:25:49.767 INFO O| Dec 19 20:25:49.767 INFO STEP 140 (remove_files) COMPLETE |
4730 | 2024-12-19T20:25:51.150Z | [ recovery-image] Dec 19 20:25:49.767 INFO O| Dec 19 20:25:49.767 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-19T20:25:51.165Z | [ host-image] Dec 19 20:25:49.782 INFO O| Dec 19 20:25:49.782 INFO O| Planning: Package planning ... Done |
4732 | 2024-12-19T20:25:51.172Z | [ host-image] Dec 19 20:25:49.789 INFO O| Dec 19 20:25:49.789 INFO O| Planning: Merging actions ... Done |
4733 | 2024-12-19T20:25:51.175Z | [ recovery-image] Dec 19 20:25:49.790 INFO O| Dec 19 20:25:49.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4734 | 2024-12-19T20:25:51.175Z | [ recovery-image] Dec 19 20:25:49.790 INFO O| Dec 19 20:25:49.790 INFO STEP 141 (remove_files) COMPLETE |
4735 | 2024-12-19T20:25:51.176Z | [ recovery-image] Dec 19 20:25:49.790 INFO O| Dec 19 20:25:49.790 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-19T20:25:51.196Z | [ recovery-image] Dec 19 20:25:49.812 INFO O| Dec 19 20:25:49.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4737 | 2024-12-19T20:25:51.199Z | [ recovery-image] Dec 19 20:25:49.813 INFO O| Dec 19 20:25:49.813 INFO STEP 142 (remove_files) COMPLETE |
4738 | 2024-12-19T20:25:51.199Z | [ recovery-image] Dec 19 20:25:49.813 INFO O| Dec 19 20:25:49.813 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-19T20:25:51.248Z | [ recovery-image] Dec 19 20:25:49.865 INFO O| Dec 19 20:25:49.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4740 | 2024-12-19T20:25:51.269Z | [ recovery-image] Dec 19 20:25:49.886 INFO O| Dec 19 20:25:49.886 INFO STEP 143 (remove_files) COMPLETE |
4741 | 2024-12-19T20:25:51.269Z | [ recovery-image] Dec 19 20:25:49.886 INFO O| Dec 19 20:25:49.886 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-19T20:25:51.295Z | [ recovery-image] Dec 19 20:25:49.912 INFO O| Dec 19 20:25:49.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4743 | 2024-12-19T20:25:51.296Z | [ recovery-image] Dec 19 20:25:49.912 INFO O| Dec 19 20:25:49.912 INFO STEP 144 (remove_files) COMPLETE |
4744 | 2024-12-19T20:25:51.298Z | [ recovery-image] Dec 19 20:25:49.912 INFO O| Dec 19 20:25:49.912 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-19T20:25:51.334Z | [ recovery-image] Dec 19 20:25:49.950 INFO O| Dec 19 20:25:49.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4746 | 2024-12-19T20:25:51.334Z | [ recovery-image] Dec 19 20:25:49.950 INFO O| Dec 19 20:25:49.950 INFO STEP 145 (remove_files) COMPLETE |
4747 | 2024-12-19T20:25:51.334Z | [ recovery-image] Dec 19 20:25:49.951 INFO O| Dec 19 20:25:49.950 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-19T20:25:51.362Z | [ host-image] Dec 19 20:25:49.968 INFO O| Dec 19 20:25:49.968 INFO O| Planning: Checking for conflicting actions ... Done |
4749 | 2024-12-19T20:25:51.362Z | [ host-image] Dec 19 20:25:49.970 INFO O| Dec 19 20:25:49.970 INFO O| Planning: Consolidating action changes ... Done |
4750 | 2024-12-19T20:25:51.414Z | [ recovery-image] Dec 19 20:25:50.031 INFO O| Dec 19 20:25:50.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4751 | 2024-12-19T20:25:51.414Z | [ recovery-image] Dec 19 20:25:50.031 INFO O| Dec 19 20:25:50.031 INFO STEP 146 (remove_files) COMPLETE |
4752 | 2024-12-19T20:25:51.416Z | [ recovery-image] Dec 19 20:25:50.031 INFO O| Dec 19 20:25:50.031 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-12-19T20:25:51.435Z | [ recovery-image] Dec 19 20:25:50.052 INFO O| Dec 19 20:25:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4754 | 2024-12-19T20:25:51.435Z | [ recovery-image] Dec 19 20:25:50.052 INFO O| Dec 19 20:25:50.052 INFO STEP 147 (remove_files) COMPLETE |
4755 | 2024-12-19T20:25:51.435Z | [ recovery-image] Dec 19 20:25:50.052 INFO O| Dec 19 20:25:50.052 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-12-19T20:25:51.493Z | [ recovery-image] Dec 19 20:25:50.110 INFO O| Dec 19 20:25:50.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4757 | 2024-12-19T20:25:51.493Z | [ recovery-image] Dec 19 20:25:50.110 INFO O| Dec 19 20:25:50.110 INFO STEP 148 (remove_files) COMPLETE |
4758 | 2024-12-19T20:25:51.493Z | [ recovery-image] Dec 19 20:25:50.110 INFO O| Dec 19 20:25:50.110 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-12-19T20:25:51.515Z | [ recovery-image] Dec 19 20:25:50.132 INFO O| Dec 19 20:25:50.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4760 | 2024-12-19T20:25:51.515Z | [ recovery-image] Dec 19 20:25:50.132 INFO O| Dec 19 20:25:50.132 INFO STEP 149 (remove_files) COMPLETE |
4761 | 2024-12-19T20:25:51.518Z | [ recovery-image] Dec 19 20:25:50.132 INFO O| Dec 19 20:25:50.132 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-12-19T20:25:51.536Z | [ recovery-image] Dec 19 20:25:50.153 INFO O| Dec 19 20:25:50.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4763 | 2024-12-19T20:25:51.536Z | [ recovery-image] Dec 19 20:25:50.154 INFO O| Dec 19 20:25:50.154 INFO STEP 150 (remove_files) COMPLETE |
4764 | 2024-12-19T20:25:51.537Z | [ recovery-image] Dec 19 20:25:50.154 INFO O| Dec 19 20:25:50.154 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-12-19T20:25:51.559Z | [ recovery-image] Dec 19 20:25:50.175 INFO O| Dec 19 20:25:50.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4766 | 2024-12-19T20:25:51.559Z | [ recovery-image] Dec 19 20:25:50.176 INFO O| Dec 19 20:25:50.175 INFO STEP 151 (remove_files) COMPLETE |
4767 | 2024-12-19T20:25:51.562Z | [ recovery-image] Dec 19 20:25:50.176 INFO O| Dec 19 20:25:50.176 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-12-19T20:25:51.582Z | [ recovery-image] Dec 19 20:25:50.198 INFO O| Dec 19 20:25:50.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4769 | 2024-12-19T20:25:51.582Z | [ recovery-image] Dec 19 20:25:50.199 INFO O| Dec 19 20:25:50.198 INFO STEP 152 (remove_files) COMPLETE |
4770 | 2024-12-19T20:25:51.582Z | [ recovery-image] Dec 19 20:25:50.199 INFO O| Dec 19 20:25:50.199 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-12-19T20:25:51.604Z | [ recovery-image] Dec 19 20:25:50.221 INFO O| Dec 19 20:25:50.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4772 | 2024-12-19T20:25:51.604Z | [ recovery-image] Dec 19 20:25:50.221 INFO O| Dec 19 20:25:50.221 INFO STEP 153 (remove_files) COMPLETE |
4773 | 2024-12-19T20:25:51.607Z | [ recovery-image] Dec 19 20:25:50.221 INFO O| Dec 19 20:25:50.221 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-12-19T20:25:51.625Z | [ recovery-image] Dec 19 20:25:50.242 INFO O| Dec 19 20:25:50.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4775 | 2024-12-19T20:25:51.625Z | [ recovery-image] Dec 19 20:25:50.242 INFO O| Dec 19 20:25:50.242 INFO STEP 154 (remove_files) COMPLETE |
4776 | 2024-12-19T20:25:51.630Z | [ recovery-image] Dec 19 20:25:50.242 INFO O| Dec 19 20:25:50.242 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-12-19T20:25:51.650Z | [ recovery-image] Dec 19 20:25:50.267 INFO O| Dec 19 20:25:50.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4778 | 2024-12-19T20:25:51.650Z | [ recovery-image] Dec 19 20:25:50.267 INFO O| Dec 19 20:25:50.267 INFO STEP 155 (remove_files) COMPLETE |
4779 | 2024-12-19T20:25:51.650Z | [ recovery-image] Dec 19 20:25:50.267 INFO O| Dec 19 20:25:50.267 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-12-19T20:25:51.685Z | [ recovery-image] Dec 19 20:25:50.302 INFO O| Dec 19 20:25:50.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4781 | 2024-12-19T20:25:51.685Z | [ recovery-image] Dec 19 20:25:50.302 INFO O| Dec 19 20:25:50.302 INFO STEP 156 (remove_files) COMPLETE |
4782 | 2024-12-19T20:25:51.688Z | [ recovery-image] Dec 19 20:25:50.302 INFO O| Dec 19 20:25:50.302 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-12-19T20:25:51.710Z | [ recovery-image] Dec 19 20:25:50.327 INFO O| Dec 19 20:25:50.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4784 | 2024-12-19T20:25:51.710Z | [ recovery-image] Dec 19 20:25:50.327 INFO O| Dec 19 20:25:50.327 INFO STEP 157 (remove_files) COMPLETE |
4785 | 2024-12-19T20:25:51.713Z | [ recovery-image] Dec 19 20:25:50.327 INFO O| Dec 19 20:25:50.327 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-12-19T20:25:51.749Z | [ recovery-image] Dec 19 20:25:50.365 INFO O| Dec 19 20:25:50.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4787 | 2024-12-19T20:25:51.752Z | [ recovery-image] Dec 19 20:25:50.366 INFO O| Dec 19 20:25:50.365 INFO STEP 158 (remove_files) COMPLETE |
4788 | 2024-12-19T20:25:51.752Z | [ recovery-image] Dec 19 20:25:50.366 INFO O| Dec 19 20:25:50.366 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-12-19T20:25:51.774Z | [ recovery-image] Dec 19 20:25:50.390 INFO O| Dec 19 20:25:50.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4790 | 2024-12-19T20:25:51.777Z | [ recovery-image] Dec 19 20:25:50.391 INFO O| Dec 19 20:25:50.390 INFO STEP 159 (remove_files) COMPLETE |
4791 | 2024-12-19T20:25:51.777Z | [ recovery-image] Dec 19 20:25:50.391 INFO O| Dec 19 20:25:50.391 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-12-19T20:25:51.798Z | [ recovery-image] Dec 19 20:25:50.414 INFO O| Dec 19 20:25:50.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4793 | 2024-12-19T20:25:51.798Z | [ recovery-image] Dec 19 20:25:50.415 INFO O| Dec 19 20:25:50.415 INFO STEP 160 (remove_files) COMPLETE |
4794 | 2024-12-19T20:25:51.801Z | [ recovery-image] Dec 19 20:25:50.415 INFO O| Dec 19 20:25:50.415 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-12-19T20:25:51.821Z | [ recovery-image] Dec 19 20:25:50.438 INFO O| Dec 19 20:25:50.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4796 | 2024-12-19T20:25:51.825Z | [ recovery-image] Dec 19 20:25:50.438 INFO O| Dec 19 20:25:50.438 INFO STEP 161 (remove_files) COMPLETE |
4797 | 2024-12-19T20:25:51.825Z | [ recovery-image] Dec 19 20:25:50.438 INFO O| Dec 19 20:25:50.438 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-12-19T20:25:51.845Z | [ recovery-image] Dec 19 20:25:50.462 INFO O| Dec 19 20:25:50.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4799 | 2024-12-19T20:25:51.845Z | [ recovery-image] Dec 19 20:25:50.462 INFO O| Dec 19 20:25:50.462 INFO STEP 162 (remove_files) COMPLETE |
4800 | 2024-12-19T20:25:51.848Z | [ recovery-image] Dec 19 20:25:50.462 INFO O| Dec 19 20:25:50.462 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-12-19T20:25:51.886Z | [ recovery-image] Dec 19 20:25:50.503 INFO O| Dec 19 20:25:50.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4802 | 2024-12-19T20:25:51.887Z | [ recovery-image] Dec 19 20:25:50.503 INFO O| Dec 19 20:25:50.503 INFO STEP 163 (remove_files) COMPLETE |
4803 | 2024-12-19T20:25:51.892Z | [ recovery-image] Dec 19 20:25:50.504 INFO O| Dec 19 20:25:50.503 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-12-19T20:25:51.892Z | [ host-image] Dec 19 20:25:50.508 INFO O| Dec 19 20:25:50.508 INFO O| Planning: Evaluating mediators ... Done |
4805 | 2024-12-19T20:25:51.895Z | [ host-image] Dec 19 20:25:50.510 INFO O| Dec 19 20:25:50.510 INFO O| Planning: Planning completed in 6.54 seconds |
4806 | 2024-12-19T20:25:51.897Z | [ host-image] Dec 19 20:25:50.513 INFO O| Dec 19 20:25:50.513 INFO O| Packages to install: 5 |
4807 | 2024-12-19T20:25:51.897Z | [ host-image] Dec 19 20:25:50.513 INFO O| Dec 19 20:25:50.513 INFO O| Services to change: 2 |
4808 | 2024-12-19T20:25:51.910Z | [ recovery-image] Dec 19 20:25:50.527 INFO O| Dec 19 20:25:50.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4809 | 2024-12-19T20:25:51.910Z | [ recovery-image] Dec 19 20:25:50.527 INFO O| Dec 19 20:25:50.527 INFO STEP 164 (remove_files) COMPLETE |
4810 | 2024-12-19T20:25:51.913Z | [ recovery-image] Dec 19 20:25:50.527 INFO O| Dec 19 20:25:50.527 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-19T20:25:51.917Z | [ host-image] Dec 19 20:25:50.534 INFO O| Dec 19 20:25:50.534 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4812 | 2024-12-19T20:25:51.932Z | [ recovery-image] Dec 19 20:25:50.549 INFO O| Dec 19 20:25:50.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4813 | 2024-12-19T20:25:51.935Z | [ recovery-image] Dec 19 20:25:50.549 INFO O| Dec 19 20:25:50.549 INFO STEP 165 (remove_files) COMPLETE |
4814 | 2024-12-19T20:25:51.935Z | [ recovery-image] Dec 19 20:25:50.549 INFO O| Dec 19 20:25:50.549 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-19T20:25:51.971Z | [ recovery-image] Dec 19 20:25:50.588 INFO O| Dec 19 20:25:50.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4816 | 2024-12-19T20:25:51.993Z | [ recovery-image] Dec 19 20:25:50.610 INFO O| Dec 19 20:25:50.610 INFO STEP 166 (remove_files) COMPLETE |
4817 | 2024-12-19T20:25:51.993Z | [ recovery-image] Dec 19 20:25:50.610 INFO O| Dec 19 20:25:50.610 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-12-19T20:25:52.015Z | [ recovery-image] Dec 19 20:25:50.632 INFO O| Dec 19 20:25:50.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4819 | 2024-12-19T20:25:52.018Z | [ recovery-image] Dec 19 20:25:50.633 INFO O| Dec 19 20:25:50.633 INFO STEP 167 (remove_files) COMPLETE |
4820 | 2024-12-19T20:25:52.018Z | [ recovery-image] Dec 19 20:25:50.633 INFO O| Dec 19 20:25:50.633 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-12-19T20:25:52.037Z | [ recovery-image] Dec 19 20:25:50.654 INFO O| Dec 19 20:25:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4822 | 2024-12-19T20:25:52.037Z | [ recovery-image] Dec 19 20:25:50.654 INFO O| Dec 19 20:25:50.654 INFO STEP 168 (remove_files) COMPLETE |
4823 | 2024-12-19T20:25:52.040Z | [ recovery-image] Dec 19 20:25:50.654 INFO O| Dec 19 20:25:50.654 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-12-19T20:25:52.080Z | [ recovery-image] Dec 19 20:25:50.697 INFO O| Dec 19 20:25:50.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4825 | 2024-12-19T20:25:52.083Z | [ recovery-image] Dec 19 20:25:50.697 INFO O| Dec 19 20:25:50.697 INFO STEP 169 (remove_files) COMPLETE |
4826 | 2024-12-19T20:25:52.083Z | [ recovery-image] Dec 19 20:25:50.697 INFO O| Dec 19 20:25:50.697 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-12-19T20:25:52.153Z | [ recovery-image] Dec 19 20:25:50.771 INFO O| Dec 19 20:25:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4828 | 2024-12-19T20:25:52.154Z | [ recovery-image] Dec 19 20:25:50.771 INFO O| Dec 19 20:25:50.771 INFO STEP 170 (remove_files) COMPLETE |
4829 | 2024-12-19T20:25:52.156Z | [ recovery-image] Dec 19 20:25:50.771 INFO O| Dec 19 20:25:50.771 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-12-19T20:25:52.177Z | [ recovery-image] Dec 19 20:25:50.794 INFO O| Dec 19 20:25:50.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4831 | 2024-12-19T20:25:52.180Z | [ recovery-image] Dec 19 20:25:50.794 INFO O| Dec 19 20:25:50.794 INFO STEP 171 (remove_files) COMPLETE |
4832 | 2024-12-19T20:25:52.180Z | [ recovery-image] Dec 19 20:25:50.795 INFO O| Dec 19 20:25:50.795 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-12-19T20:25:52.220Z | [ recovery-image] Dec 19 20:25:50.837 INFO O| Dec 19 20:25:50.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4834 | 2024-12-19T20:25:52.222Z | [ recovery-image] Dec 19 20:25:50.837 INFO O| Dec 19 20:25:50.837 INFO STEP 172 (remove_files) COMPLETE |
4835 | 2024-12-19T20:25:52.223Z | [ recovery-image] Dec 19 20:25:50.837 INFO O| Dec 19 20:25:50.837 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-12-19T20:25:52.244Z | [ recovery-image] Dec 19 20:25:50.861 INFO O| Dec 19 20:25:50.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4837 | 2024-12-19T20:25:52.246Z | [ recovery-image] Dec 19 20:25:50.861 INFO O| Dec 19 20:25:50.861 INFO STEP 173 (remove_files) COMPLETE |
4838 | 2024-12-19T20:25:52.246Z | [ recovery-image] Dec 19 20:25:50.861 INFO O| Dec 19 20:25:50.861 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-12-19T20:25:52.267Z | [ recovery-image] Dec 19 20:25:50.884 INFO O| Dec 19 20:25:50.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4840 | 2024-12-19T20:25:52.269Z | [ recovery-image] Dec 19 20:25:50.885 INFO O| Dec 19 20:25:50.885 INFO STEP 174 (remove_files) COMPLETE |
4841 | 2024-12-19T20:25:52.270Z | [ recovery-image] Dec 19 20:25:50.885 INFO O| Dec 19 20:25:50.885 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-12-19T20:25:52.306Z | [ recovery-image] Dec 19 20:25:50.923 INFO O| Dec 19 20:25:50.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4843 | 2024-12-19T20:25:52.306Z | [ recovery-image] Dec 19 20:25:50.923 INFO O| Dec 19 20:25:50.923 INFO STEP 175 (remove_files) COMPLETE |
4844 | 2024-12-19T20:25:52.309Z | [ recovery-image] Dec 19 20:25:50.923 INFO O| Dec 19 20:25:50.923 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-12-19T20:25:52.329Z | [ recovery-image] Dec 19 20:25:50.946 INFO O| Dec 19 20:25:50.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4846 | 2024-12-19T20:25:52.329Z | [ recovery-image] Dec 19 20:25:50.946 INFO O| Dec 19 20:25:50.946 INFO STEP 176 (remove_files) COMPLETE |
4847 | 2024-12-19T20:25:52.329Z | [ recovery-image] Dec 19 20:25:50.946 INFO O| Dec 19 20:25:50.946 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-12-19T20:25:52.350Z | [ recovery-image] Dec 19 20:25:50.967 INFO O| Dec 19 20:25:50.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4849 | 2024-12-19T20:25:52.350Z | [ recovery-image] Dec 19 20:25:50.967 INFO O| Dec 19 20:25:50.967 INFO STEP 177 (remove_files) COMPLETE |
4850 | 2024-12-19T20:25:52.353Z | [ recovery-image] Dec 19 20:25:50.967 INFO O| Dec 19 20:25:50.967 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-12-19T20:25:52.373Z | [ recovery-image] Dec 19 20:25:50.991 INFO O| Dec 19 20:25:50.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4852 | 2024-12-19T20:25:52.373Z | [ recovery-image] Dec 19 20:25:50.991 INFO O| Dec 19 20:25:50.991 INFO STEP 178 (remove_files) COMPLETE |
4853 | 2024-12-19T20:25:52.376Z | [ recovery-image] Dec 19 20:25:50.991 INFO O| Dec 19 20:25:50.991 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-12-19T20:25:52.398Z | [ recovery-image] Dec 19 20:25:51.013 INFO O| Dec 19 20:25:51.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4855 | 2024-12-19T20:25:52.398Z | [ recovery-image] Dec 19 20:25:51.013 INFO O| Dec 19 20:25:51.013 INFO STEP 179 (remove_files) COMPLETE |
4856 | 2024-12-19T20:25:52.398Z | [ recovery-image] Dec 19 20:25:51.014 INFO O| Dec 19 20:25:51.013 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-12-19T20:25:52.436Z | [ recovery-image] Dec 19 20:25:51.053 INFO O| Dec 19 20:25:51.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4858 | 2024-12-19T20:25:52.439Z | [ recovery-image] Dec 19 20:25:51.054 INFO O| Dec 19 20:25:51.053 INFO STEP 180 (remove_files) COMPLETE |
4859 | 2024-12-19T20:25:52.439Z | [ recovery-image] Dec 19 20:25:51.054 INFO O| Dec 19 20:25:51.054 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-12-19T20:25:52.458Z | [ recovery-image] Dec 19 20:25:51.075 INFO O| Dec 19 20:25:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4861 | 2024-12-19T20:25:52.461Z | [ recovery-image] Dec 19 20:25:51.075 INFO O| Dec 19 20:25:51.075 INFO STEP 181 (remove_files) COMPLETE |
4862 | 2024-12-19T20:25:52.461Z | [ recovery-image] Dec 19 20:25:51.075 INFO O| Dec 19 20:25:51.075 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-12-19T20:25:52.482Z | [ recovery-image] Dec 19 20:25:51.099 INFO O| Dec 19 20:25:51.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4864 | 2024-12-19T20:25:52.485Z | [ recovery-image] Dec 19 20:25:51.099 INFO O| Dec 19 20:25:51.099 INFO STEP 182 (remove_files) COMPLETE |
4865 | 2024-12-19T20:25:52.485Z | [ recovery-image] Dec 19 20:25:51.099 INFO O| Dec 19 20:25:51.099 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-12-19T20:25:52.522Z | [ recovery-image] Dec 19 20:25:51.139 INFO O| Dec 19 20:25:51.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4867 | 2024-12-19T20:25:52.525Z | [ recovery-image] Dec 19 20:25:51.140 INFO O| Dec 19 20:25:51.140 INFO STEP 183 (remove_files) COMPLETE |
4868 | 2024-12-19T20:25:52.525Z | [ recovery-image] Dec 19 20:25:51.140 INFO O| Dec 19 20:25:51.140 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-12-19T20:25:52.545Z | [ recovery-image] Dec 19 20:25:51.162 INFO O| Dec 19 20:25:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4870 | 2024-12-19T20:25:52.548Z | [ recovery-image] Dec 19 20:25:51.162 INFO O| Dec 19 20:25:51.162 INFO STEP 184 (remove_files) COMPLETE |
4871 | 2024-12-19T20:25:52.548Z | [ recovery-image] Dec 19 20:25:51.162 INFO O| Dec 19 20:25:51.162 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-12-19T20:25:52.568Z | [ recovery-image] Dec 19 20:25:51.185 INFO O| Dec 19 20:25:51.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4873 | 2024-12-19T20:25:52.570Z | [ recovery-image] Dec 19 20:25:51.185 INFO O| Dec 19 20:25:51.185 INFO STEP 185 (remove_files) COMPLETE |
4874 | 2024-12-19T20:25:52.570Z | [ recovery-image] Dec 19 20:25:51.185 INFO O| Dec 19 20:25:51.185 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-12-19T20:25:52.590Z | [ recovery-image] Dec 19 20:25:51.207 INFO O| Dec 19 20:25:51.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4876 | 2024-12-19T20:25:52.603Z | [ recovery-image] Dec 19 20:25:51.220 INFO O| Dec 19 20:25:51.220 INFO STEP 186 (remove_files) COMPLETE |
4877 | 2024-12-19T20:25:52.603Z | [ recovery-image] Dec 19 20:25:51.220 INFO O| Dec 19 20:25:51.220 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-12-19T20:25:52.646Z | [ recovery-image] Dec 19 20:25:51.263 INFO O| Dec 19 20:25:51.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4879 | 2024-12-19T20:25:52.646Z | [ recovery-image] Dec 19 20:25:51.263 INFO O| Dec 19 20:25:51.263 INFO STEP 187 (remove_files) COMPLETE |
4880 | 2024-12-19T20:25:52.649Z | [ recovery-image] Dec 19 20:25:51.263 INFO O| Dec 19 20:25:51.263 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-12-19T20:25:52.692Z | [ recovery-image] Dec 19 20:25:51.309 INFO O| Dec 19 20:25:51.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4882 | 2024-12-19T20:25:52.692Z | [ recovery-image] Dec 19 20:25:51.309 INFO O| Dec 19 20:25:51.309 INFO STEP 188 (remove_files) COMPLETE |
4883 | 2024-12-19T20:25:52.692Z | [ recovery-image] Dec 19 20:25:51.309 INFO O| Dec 19 20:25:51.309 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-12-19T20:25:52.713Z | [ recovery-image] Dec 19 20:25:51.330 INFO O| Dec 19 20:25:51.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4885 | 2024-12-19T20:25:52.713Z | [ recovery-image] Dec 19 20:25:51.330 INFO O| Dec 19 20:25:51.330 INFO STEP 189 (remove_files) COMPLETE |
4886 | 2024-12-19T20:25:52.715Z | [ recovery-image] Dec 19 20:25:51.330 INFO O| Dec 19 20:25:51.330 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-12-19T20:25:52.764Z | [ recovery-image] Dec 19 20:25:51.381 INFO O| Dec 19 20:25:51.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4888 | 2024-12-19T20:25:52.764Z | [ recovery-image] Dec 19 20:25:51.381 INFO O| Dec 19 20:25:51.381 INFO STEP 190 (remove_files) COMPLETE |
4889 | 2024-12-19T20:25:52.764Z | [ recovery-image] Dec 19 20:25:51.381 INFO O| Dec 19 20:25:51.381 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-12-19T20:25:52.787Z | [ recovery-image] Dec 19 20:25:51.404 INFO O| Dec 19 20:25:51.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4891 | 2024-12-19T20:25:52.787Z | [ recovery-image] Dec 19 20:25:51.405 INFO O| Dec 19 20:25:51.404 INFO STEP 191 (remove_files) COMPLETE |
4892 | 2024-12-19T20:25:52.790Z | [ recovery-image] Dec 19 20:25:51.405 INFO O| Dec 19 20:25:51.405 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-12-19T20:25:52.811Z | [ recovery-image] Dec 19 20:25:51.428 INFO O| Dec 19 20:25:51.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4894 | 2024-12-19T20:25:52.811Z | [ recovery-image] Dec 19 20:25:51.428 INFO O| Dec 19 20:25:51.428 INFO STEP 192 (remove_files) COMPLETE |
4895 | 2024-12-19T20:25:52.811Z | [ recovery-image] Dec 19 20:25:51.428 INFO O| Dec 19 20:25:51.428 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-12-19T20:25:52.834Z | [ recovery-image] Dec 19 20:25:51.449 INFO O| Dec 19 20:25:51.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4897 | 2024-12-19T20:25:52.834Z | [ recovery-image] Dec 19 20:25:51.449 INFO O| Dec 19 20:25:51.449 INFO STEP 193 (remove_files) COMPLETE |
4898 | 2024-12-19T20:25:52.837Z | [ recovery-image] Dec 19 20:25:51.449 INFO O| Dec 19 20:25:51.449 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-12-19T20:25:52.853Z | [ recovery-image] Dec 19 20:25:51.470 INFO O| Dec 19 20:25:51.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4900 | 2024-12-19T20:25:52.853Z | [ recovery-image] Dec 19 20:25:51.470 INFO O| Dec 19 20:25:51.470 INFO STEP 194 (remove_files) COMPLETE |
4901 | 2024-12-19T20:25:52.853Z | [ recovery-image] Dec 19 20:25:51.470 INFO O| Dec 19 20:25:51.470 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-12-19T20:25:52.872Z | [ recovery-image] Dec 19 20:25:51.489 INFO O| Dec 19 20:25:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4903 | 2024-12-19T20:25:52.875Z | [ recovery-image] Dec 19 20:25:51.489 INFO O| Dec 19 20:25:51.489 INFO STEP 195 (remove_files) COMPLETE |
4904 | 2024-12-19T20:25:52.875Z | [ recovery-image] Dec 19 20:25:51.489 INFO O| Dec 19 20:25:51.489 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-12-19T20:25:52.892Z | [ recovery-image] Dec 19 20:25:51.509 INFO O| Dec 19 20:25:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4906 | 2024-12-19T20:25:52.892Z | [ recovery-image] Dec 19 20:25:51.509 INFO O| Dec 19 20:25:51.509 INFO STEP 196 (remove_files) COMPLETE |
4907 | 2024-12-19T20:25:52.892Z | [ recovery-image] Dec 19 20:25:51.509 INFO O| Dec 19 20:25:51.509 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-12-19T20:25:52.912Z | [ recovery-image] Dec 19 20:25:51.529 INFO O| Dec 19 20:25:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4909 | 2024-12-19T20:25:52.912Z | [ recovery-image] Dec 19 20:25:51.529 INFO O| Dec 19 20:25:51.529 INFO STEP 197 (remove_files) COMPLETE |
4910 | 2024-12-19T20:25:52.912Z | [ recovery-image] Dec 19 20:25:51.529 INFO O| Dec 19 20:25:51.529 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-12-19T20:25:52.933Z | [ recovery-image] Dec 19 20:25:51.550 INFO O| Dec 19 20:25:51.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4912 | 2024-12-19T20:25:52.933Z | [ recovery-image] Dec 19 20:25:51.550 INFO O| Dec 19 20:25:51.550 INFO STEP 198 (remove_files) COMPLETE |
4913 | 2024-12-19T20:25:52.933Z | [ recovery-image] Dec 19 20:25:51.550 INFO O| Dec 19 20:25:51.550 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-12-19T20:25:52.955Z | [ recovery-image] Dec 19 20:25:51.572 INFO O| Dec 19 20:25:51.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4915 | 2024-12-19T20:25:52.955Z | [ recovery-image] Dec 19 20:25:51.572 INFO O| Dec 19 20:25:51.572 INFO STEP 199 (remove_files) COMPLETE |
4916 | 2024-12-19T20:25:52.957Z | [ recovery-image] Dec 19 20:25:51.572 INFO O| Dec 19 20:25:51.572 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-12-19T20:25:52.976Z | [ recovery-image] Dec 19 20:25:51.593 INFO O| Dec 19 20:25:51.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4918 | 2024-12-19T20:25:52.976Z | [ recovery-image] Dec 19 20:25:51.594 INFO O| Dec 19 20:25:51.594 INFO STEP 200 (remove_files) COMPLETE |
4919 | 2024-12-19T20:25:52.976Z | [ recovery-image] Dec 19 20:25:51.594 INFO O| Dec 19 20:25:51.594 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-12-19T20:25:52.997Z | [ recovery-image] Dec 19 20:25:51.614 INFO O| Dec 19 20:25:51.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4921 | 2024-12-19T20:25:52.997Z | [ recovery-image] Dec 19 20:25:51.615 INFO O| Dec 19 20:25:51.615 INFO STEP 201 (remove_files) COMPLETE |
4922 | 2024-12-19T20:25:53.000Z | [ recovery-image] Dec 19 20:25:51.615 INFO O| Dec 19 20:25:51.615 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-12-19T20:25:53.019Z | [ recovery-image] Dec 19 20:25:51.636 INFO O| Dec 19 20:25:51.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4924 | 2024-12-19T20:25:53.019Z | [ recovery-image] Dec 19 20:25:51.636 INFO O| Dec 19 20:25:51.636 INFO STEP 202 (remove_files) COMPLETE |
4925 | 2024-12-19T20:25:53.019Z | [ recovery-image] Dec 19 20:25:51.636 INFO O| Dec 19 20:25:51.636 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-12-19T20:25:53.041Z | [ recovery-image] Dec 19 20:25:51.658 INFO O| Dec 19 20:25:51.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4927 | 2024-12-19T20:25:53.041Z | [ recovery-image] Dec 19 20:25:51.658 INFO O| Dec 19 20:25:51.658 INFO STEP 203 (remove_files) COMPLETE |
4928 | 2024-12-19T20:25:53.041Z | [ recovery-image] Dec 19 20:25:51.658 INFO O| Dec 19 20:25:51.658 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-12-19T20:25:53.062Z | [ recovery-image] Dec 19 20:25:51.679 INFO O| Dec 19 20:25:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4930 | 2024-12-19T20:25:53.063Z | [ recovery-image] Dec 19 20:25:51.680 INFO O| Dec 19 20:25:51.679 INFO STEP 204 (remove_files) COMPLETE |
4931 | 2024-12-19T20:25:53.063Z | [ recovery-image] Dec 19 20:25:51.680 INFO O| Dec 19 20:25:51.680 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-12-19T20:25:53.085Z | [ recovery-image] Dec 19 20:25:51.701 INFO O| Dec 19 20:25:51.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4933 | 2024-12-19T20:25:53.085Z | [ recovery-image] Dec 19 20:25:51.701 INFO O| Dec 19 20:25:51.701 INFO STEP 205 (remove_files) COMPLETE |
4934 | 2024-12-19T20:25:53.085Z | [ recovery-image] Dec 19 20:25:51.701 INFO O| Dec 19 20:25:51.701 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-12-19T20:25:53.105Z | [ recovery-image] Dec 19 20:25:51.722 INFO O| Dec 19 20:25:51.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4936 | 2024-12-19T20:25:53.105Z | [ recovery-image] Dec 19 20:25:51.722 INFO O| Dec 19 20:25:51.722 INFO STEP 206 (remove_files) COMPLETE |
4937 | 2024-12-19T20:25:53.106Z | [ recovery-image] Dec 19 20:25:51.722 INFO O| Dec 19 20:25:51.722 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-12-19T20:25:53.126Z | [ recovery-image] Dec 19 20:25:51.743 INFO O| Dec 19 20:25:51.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4939 | 2024-12-19T20:25:53.126Z | [ recovery-image] Dec 19 20:25:51.743 INFO O| Dec 19 20:25:51.743 INFO STEP 207 (remove_files) COMPLETE |
4940 | 2024-12-19T20:25:53.126Z | [ recovery-image] Dec 19 20:25:51.743 INFO O| Dec 19 20:25:51.743 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-12-19T20:25:53.148Z | [ recovery-image] Dec 19 20:25:51.765 INFO O| Dec 19 20:25:51.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4942 | 2024-12-19T20:25:53.149Z | [ recovery-image] Dec 19 20:25:51.766 INFO O| Dec 19 20:25:51.765 INFO STEP 208 (remove_files) COMPLETE |
4943 | 2024-12-19T20:25:53.149Z | [ recovery-image] Dec 19 20:25:51.766 INFO O| Dec 19 20:25:51.766 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-12-19T20:25:53.170Z | [ recovery-image] Dec 19 20:25:51.787 INFO O| Dec 19 20:25:51.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4945 | 2024-12-19T20:25:53.171Z | [ recovery-image] Dec 19 20:25:51.787 INFO O| Dec 19 20:25:51.787 INFO STEP 209 (remove_files) COMPLETE |
4946 | 2024-12-19T20:25:53.171Z | [ recovery-image] Dec 19 20:25:51.787 INFO O| Dec 19 20:25:51.787 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-12-19T20:25:53.192Z | [ recovery-image] Dec 19 20:25:51.808 INFO O| Dec 19 20:25:51.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4948 | 2024-12-19T20:25:53.192Z | [ recovery-image] Dec 19 20:25:51.808 INFO O| Dec 19 20:25:51.808 INFO STEP 210 (remove_files) COMPLETE |
4949 | 2024-12-19T20:25:53.192Z | [ recovery-image] Dec 19 20:25:51.808 INFO O| Dec 19 20:25:51.808 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-12-19T20:25:53.210Z | [ recovery-image] Dec 19 20:25:51.827 INFO O| Dec 19 20:25:51.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4951 | 2024-12-19T20:25:53.210Z | [ recovery-image] Dec 19 20:25:51.827 INFO O| Dec 19 20:25:51.827 INFO STEP 211 (remove_files) COMPLETE |
4952 | 2024-12-19T20:25:53.212Z | [ recovery-image] Dec 19 20:25:51.827 INFO O| Dec 19 20:25:51.827 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-12-19T20:25:53.246Z | [ recovery-image] Dec 19 20:25:51.863 INFO O| Dec 19 20:25:51.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4954 | 2024-12-19T20:25:53.246Z | [ recovery-image] Dec 19 20:25:51.863 INFO O| Dec 19 20:25:51.863 INFO STEP 212 (remove_files) COMPLETE |
4955 | 2024-12-19T20:25:53.249Z | [ recovery-image] Dec 19 20:25:51.863 INFO O| Dec 19 20:25:51.863 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-12-19T20:25:53.282Z | [ recovery-image] Dec 19 20:25:51.899 INFO O| Dec 19 20:25:51.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4957 | 2024-12-19T20:25:53.284Z | [ recovery-image] Dec 19 20:25:51.899 INFO O| Dec 19 20:25:51.899 INFO STEP 213 (remove_files) COMPLETE |
4958 | 2024-12-19T20:25:53.284Z | [ recovery-image] Dec 19 20:25:51.899 INFO O| Dec 19 20:25:51.899 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-12-19T20:25:53.306Z | [ recovery-image] Dec 19 20:25:51.923 INFO O| Dec 19 20:25:51.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4960 | 2024-12-19T20:25:53.309Z | [ recovery-image] Dec 19 20:25:51.923 INFO O| Dec 19 20:25:51.923 INFO STEP 214 (remove_files) COMPLETE |
4961 | 2024-12-19T20:25:53.309Z | [ recovery-image] Dec 19 20:25:51.924 INFO O| Dec 19 20:25:51.923 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-12-19T20:25:53.362Z | [ recovery-image] Dec 19 20:25:51.977 INFO O| Dec 19 20:25:51.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4963 | 2024-12-19T20:25:53.363Z | [ recovery-image] Dec 19 20:25:51.978 INFO O| Dec 19 20:25:51.977 INFO STEP 215 (remove_files) COMPLETE |
4964 | 2024-12-19T20:25:53.363Z | [ recovery-image] Dec 19 20:25:51.978 INFO O| Dec 19 20:25:51.977 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-12-19T20:25:53.411Z | [ recovery-image] Dec 19 20:25:52.028 INFO O| Dec 19 20:25:52.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4966 | 2024-12-19T20:25:53.414Z | [ recovery-image] Dec 19 20:25:52.028 INFO O| Dec 19 20:25:52.028 INFO STEP 216 (remove_files) COMPLETE |
4967 | 2024-12-19T20:25:53.414Z | [ recovery-image] Dec 19 20:25:52.028 INFO O| Dec 19 20:25:52.028 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-12-19T20:25:53.433Z | [ recovery-image] Dec 19 20:25:52.050 INFO O| Dec 19 20:25:52.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4969 | 2024-12-19T20:25:53.433Z | [ recovery-image] Dec 19 20:25:52.050 INFO O| Dec 19 20:25:52.050 INFO STEP 217 (remove_files) COMPLETE |
4970 | 2024-12-19T20:25:53.433Z | [ recovery-image] Dec 19 20:25:52.050 INFO O| Dec 19 20:25:52.050 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-12-19T20:25:53.454Z | [ recovery-image] Dec 19 20:25:52.071 INFO O| Dec 19 20:25:52.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4972 | 2024-12-19T20:25:53.454Z | [ recovery-image] Dec 19 20:25:52.071 INFO O| Dec 19 20:25:52.071 INFO STEP 218 (remove_files) COMPLETE |
4973 | 2024-12-19T20:25:53.454Z | [ recovery-image] Dec 19 20:25:52.071 INFO O| Dec 19 20:25:52.071 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-12-19T20:25:53.459Z | [ host-image] Dec 19 20:25:52.076 INFO O| Dec 19 20:25:52.076 INFO O| Download: Completed 1.45 MB in 1.54 seconds (959k/s) |
4975 | 2024-12-19T20:25:53.490Z | [ recovery-image] Dec 19 20:25:52.107 INFO O| Dec 19 20:25:52.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4976 | 2024-12-19T20:25:53.492Z | [ recovery-image] Dec 19 20:25:52.107 INFO O| Dec 19 20:25:52.107 INFO STEP 219 (remove_files) COMPLETE |
4977 | 2024-12-19T20:25:53.492Z | [ recovery-image] Dec 19 20:25:52.107 INFO O| Dec 19 20:25:52.107 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-12-19T20:25:53.546Z | [ recovery-image] Dec 19 20:25:52.162 INFO O| Dec 19 20:25:52.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4979 | 2024-12-19T20:25:53.546Z | [ recovery-image] Dec 19 20:25:52.162 INFO O| Dec 19 20:25:52.162 INFO STEP 220 (remove_files) COMPLETE |
4980 | 2024-12-19T20:25:53.546Z | [ recovery-image] Dec 19 20:25:52.162 INFO O| Dec 19 20:25:52.162 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-12-19T20:25:53.560Z | [ host-image] Dec 19 20:25:52.177 INFO O| Dec 19 20:25:52.177 INFO O| Actions: 1/305 actions (Installing new actions) |
4982 | 2024-12-19T20:25:53.616Z | [ recovery-image] Dec 19 20:25:52.233 INFO O| Dec 19 20:25:52.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4983 | 2024-12-19T20:25:53.619Z | [ recovery-image] Dec 19 20:25:52.233 INFO O| Dec 19 20:25:52.233 INFO STEP 221 (remove_files) COMPLETE |
4984 | 2024-12-19T20:25:53.619Z | [ recovery-image] Dec 19 20:25:52.233 INFO O| Dec 19 20:25:52.233 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-19T20:25:53.694Z | [ recovery-image] Dec 19 20:25:52.311 INFO O| Dec 19 20:25:52.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4986 | 2024-12-19T20:25:53.694Z | [ recovery-image] Dec 19 20:25:52.311 INFO O| Dec 19 20:25:52.311 INFO STEP 222 (remove_files) COMPLETE |
4987 | 2024-12-19T20:25:53.694Z | [ recovery-image] Dec 19 20:25:52.311 INFO O| Dec 19 20:25:52.311 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-19T20:25:53.716Z | [ recovery-image] Dec 19 20:25:52.333 INFO O| Dec 19 20:25:52.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4989 | 2024-12-19T20:25:53.716Z | [ recovery-image] Dec 19 20:25:52.333 INFO O| Dec 19 20:25:52.333 INFO STEP 223 (remove_files) COMPLETE |
4990 | 2024-12-19T20:25:53.719Z | [ recovery-image] Dec 19 20:25:52.333 INFO O| Dec 19 20:25:52.333 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-19T20:25:53.748Z | [ recovery-image] Dec 19 20:25:52.365 INFO O| Dec 19 20:25:52.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4992 | 2024-12-19T20:25:53.749Z | [ recovery-image] Dec 19 20:25:52.365 INFO O| Dec 19 20:25:52.365 INFO STEP 224 (remove_files) COMPLETE |
4993 | 2024-12-19T20:25:53.749Z | [ recovery-image] Dec 19 20:25:52.365 INFO O| Dec 19 20:25:52.365 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-19T20:25:53.767Z | [ recovery-image] Dec 19 20:25:52.384 INFO O| Dec 19 20:25:52.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4995 | 2024-12-19T20:25:53.767Z | [ recovery-image] Dec 19 20:25:52.384 INFO O| Dec 19 20:25:52.384 INFO STEP 225 (remove_files) COMPLETE |
4996 | 2024-12-19T20:25:53.770Z | [ recovery-image] Dec 19 20:25:52.384 INFO O| Dec 19 20:25:52.384 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-19T20:25:53.775Z | [ host-image] Dec 19 20:25:52.392 INFO O| Dec 19 20:25:52.392 INFO O| Actions: Completed 305 actions in 0.22 seconds. |
4998 | 2024-12-19T20:25:53.837Z | [ recovery-image] Dec 19 20:25:52.453 INFO O| Dec 19 20:25:52.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4999 | 2024-12-19T20:25:53.837Z | [ recovery-image] Dec 19 20:25:52.453 INFO O| Dec 19 20:25:52.453 INFO STEP 226 (remove_files) COMPLETE |
5000 | 2024-12-19T20:25:53.837Z | [ recovery-image] Dec 19 20:25:52.453 INFO O| Dec 19 20:25:52.453 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-12-19T20:25:53.895Z | [ recovery-image] Dec 19 20:25:52.512 INFO O| Dec 19 20:25:52.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5002 | 2024-12-19T20:25:53.895Z | [ recovery-image] Dec 19 20:25:52.512 INFO O| Dec 19 20:25:52.512 INFO STEP 227 (remove_files) COMPLETE |
5003 | 2024-12-19T20:25:53.895Z | [ recovery-image] Dec 19 20:25:52.512 INFO O| Dec 19 20:25:52.512 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-12-19T20:25:53.919Z | [ recovery-image] Dec 19 20:25:52.536 INFO O| Dec 19 20:25:52.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5005 | 2024-12-19T20:25:53.919Z | [ recovery-image] Dec 19 20:25:52.536 INFO O| Dec 19 20:25:52.536 INFO STEP 228 (remove_files) COMPLETE |
5006 | 2024-12-19T20:25:53.919Z | [ recovery-image] Dec 19 20:25:52.536 INFO O| Dec 19 20:25:52.536 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-12-19T20:25:53.943Z | [ recovery-image] Dec 19 20:25:52.560 INFO O| Dec 19 20:25:52.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5008 | 2024-12-19T20:25:53.943Z | [ recovery-image] Dec 19 20:25:52.560 INFO O| Dec 19 20:25:52.560 INFO STEP 229 (remove_files) COMPLETE |
5009 | 2024-12-19T20:25:53.943Z | [ recovery-image] Dec 19 20:25:52.560 INFO O| Dec 19 20:25:52.560 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-12-19T20:25:53.965Z | [ recovery-image] Dec 19 20:25:52.582 INFO O| Dec 19 20:25:52.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5011 | 2024-12-19T20:25:53.965Z | [ recovery-image] Dec 19 20:25:52.582 INFO O| Dec 19 20:25:52.582 INFO STEP 230 (remove_files) COMPLETE |
5012 | 2024-12-19T20:25:53.965Z | [ recovery-image] Dec 19 20:25:52.582 INFO O| Dec 19 20:25:52.582 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-12-19T20:25:53.988Z | [ recovery-image] Dec 19 20:25:52.604 INFO O| Dec 19 20:25:52.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5014 | 2024-12-19T20:25:53.988Z | [ recovery-image] Dec 19 20:25:52.604 INFO O| Dec 19 20:25:52.604 INFO STEP 231 (remove_files) COMPLETE |
5015 | 2024-12-19T20:25:53.991Z | [ recovery-image] Dec 19 20:25:52.604 INFO O| Dec 19 20:25:52.604 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-12-19T20:25:54.010Z | [ recovery-image] Dec 19 20:25:52.627 INFO O| Dec 19 20:25:52.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5017 | 2024-12-19T20:25:54.010Z | [ recovery-image] Dec 19 20:25:52.627 INFO O| Dec 19 20:25:52.627 INFO STEP 232 (remove_files) COMPLETE |
5018 | 2024-12-19T20:25:54.010Z | [ recovery-image] Dec 19 20:25:52.627 INFO O| Dec 19 20:25:52.627 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-12-19T20:25:54.039Z | [ recovery-image] Dec 19 20:25:52.656 INFO O| Dec 19 20:25:52.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5020 | 2024-12-19T20:25:54.039Z | [ recovery-image] Dec 19 20:25:52.656 INFO O| Dec 19 20:25:52.656 INFO STEP 233 (remove_files) COMPLETE |
5021 | 2024-12-19T20:25:54.039Z | [ recovery-image] Dec 19 20:25:52.656 INFO O| Dec 19 20:25:52.656 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-12-19T20:25:54.063Z | [ recovery-image] Dec 19 20:25:52.679 INFO O| Dec 19 20:25:52.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5023 | 2024-12-19T20:25:54.063Z | [ recovery-image] Dec 19 20:25:52.680 INFO O| Dec 19 20:25:52.680 INFO STEP 234 (remove_files) COMPLETE |
5024 | 2024-12-19T20:25:54.063Z | [ recovery-image] Dec 19 20:25:52.680 INFO O| Dec 19 20:25:52.680 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-19T20:25:54.090Z | [ recovery-image] Dec 19 20:25:52.707 INFO O| Dec 19 20:25:52.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5026 | 2024-12-19T20:25:54.094Z | [ recovery-image] Dec 19 20:25:52.707 INFO O| Dec 19 20:25:52.707 INFO STEP 235 (remove_files) COMPLETE |
5027 | 2024-12-19T20:25:54.094Z | [ recovery-image] Dec 19 20:25:52.708 INFO O| Dec 19 20:25:52.707 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-19T20:25:54.115Z | [ recovery-image] Dec 19 20:25:52.731 INFO O| Dec 19 20:25:52.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5029 | 2024-12-19T20:25:54.119Z | [ recovery-image] Dec 19 20:25:52.731 INFO O| Dec 19 20:25:52.731 INFO STEP 236 (remove_files) COMPLETE |
5030 | 2024-12-19T20:25:54.119Z | [ recovery-image] Dec 19 20:25:52.731 INFO O| Dec 19 20:25:52.731 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-19T20:25:54.139Z | [ recovery-image] Dec 19 20:25:52.754 INFO O| Dec 19 20:25:52.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5032 | 2024-12-19T20:25:54.143Z | [ recovery-image] Dec 19 20:25:52.754 INFO O| Dec 19 20:25:52.754 INFO STEP 237 (remove_files) COMPLETE |
5033 | 2024-12-19T20:25:54.143Z | [ recovery-image] Dec 19 20:25:52.754 INFO O| Dec 19 20:25:52.754 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-19T20:25:54.160Z | [ recovery-image] Dec 19 20:25:52.776 INFO O| Dec 19 20:25:52.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5035 | 2024-12-19T20:25:54.163Z | [ recovery-image] Dec 19 20:25:52.776 INFO O| Dec 19 20:25:52.776 INFO STEP 238 (remove_files) COMPLETE |
5036 | 2024-12-19T20:25:54.163Z | [ recovery-image] Dec 19 20:25:52.776 INFO O| Dec 19 20:25:52.776 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-19T20:25:54.182Z | [ recovery-image] Dec 19 20:25:52.799 INFO O| Dec 19 20:25:52.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5038 | 2024-12-19T20:25:54.185Z | [ recovery-image] Dec 19 20:25:52.799 INFO O| Dec 19 20:25:52.799 INFO STEP 239 (remove_files) COMPLETE |
5039 | 2024-12-19T20:25:54.185Z | [ recovery-image] Dec 19 20:25:52.799 INFO O| Dec 19 20:25:52.799 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-19T20:25:54.205Z | [ recovery-image] Dec 19 20:25:52.821 INFO O| Dec 19 20:25:52.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5041 | 2024-12-19T20:25:54.209Z | [ recovery-image] Dec 19 20:25:52.821 INFO O| Dec 19 20:25:52.821 INFO STEP 240 (remove_files) COMPLETE |
5042 | 2024-12-19T20:25:54.209Z | [ recovery-image] Dec 19 20:25:52.822 INFO O| Dec 19 20:25:52.821 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-19T20:25:54.228Z | [ recovery-image] Dec 19 20:25:52.843 INFO O| Dec 19 20:25:52.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5044 | 2024-12-19T20:25:54.234Z | [ recovery-image] Dec 19 20:25:52.843 INFO O| Dec 19 20:25:52.843 INFO STEP 241 (remove_files) COMPLETE |
5045 | 2024-12-19T20:25:54.234Z | [ recovery-image] Dec 19 20:25:52.843 INFO O| Dec 19 20:25:52.843 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-19T20:25:54.260Z | [ recovery-image] Dec 19 20:25:52.876 INFO O| Dec 19 20:25:52.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5047 | 2024-12-19T20:25:54.260Z | [ recovery-image] Dec 19 20:25:52.877 INFO O| Dec 19 20:25:52.876 INFO STEP 242 (remove_files) COMPLETE |
5048 | 2024-12-19T20:25:54.260Z | [ recovery-image] Dec 19 20:25:52.877 INFO O| Dec 19 20:25:52.877 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-19T20:25:54.286Z | [ recovery-image] Dec 19 20:25:52.900 INFO O| Dec 19 20:25:52.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5050 | 2024-12-19T20:25:54.286Z | [ recovery-image] Dec 19 20:25:52.900 INFO O| Dec 19 20:25:52.900 INFO STEP 243 (remove_files) COMPLETE |
5051 | 2024-12-19T20:25:54.286Z | [ recovery-image] Dec 19 20:25:52.900 INFO O| Dec 19 20:25:52.900 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-19T20:25:54.311Z | [ recovery-image] Dec 19 20:25:52.926 INFO O| Dec 19 20:25:52.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5053 | 2024-12-19T20:25:54.314Z | [ recovery-image] Dec 19 20:25:52.927 INFO O| Dec 19 20:25:52.926 INFO STEP 244 (remove_files) COMPLETE |
5054 | 2024-12-19T20:25:54.314Z | [ recovery-image] Dec 19 20:25:52.927 INFO O| Dec 19 20:25:52.927 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-19T20:25:54.336Z | [ recovery-image] Dec 19 20:25:52.950 INFO O| Dec 19 20:25:52.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5056 | 2024-12-19T20:25:54.339Z | [ recovery-image] Dec 19 20:25:52.950 INFO O| Dec 19 20:25:52.950 INFO STEP 245 (remove_files) COMPLETE |
5057 | 2024-12-19T20:25:54.339Z | [ recovery-image] Dec 19 20:25:52.951 INFO O| Dec 19 20:25:52.950 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-19T20:25:54.364Z | [ recovery-image] Dec 19 20:25:52.980 INFO O| Dec 19 20:25:52.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5059 | 2024-12-19T20:25:54.366Z | [ recovery-image] Dec 19 20:25:52.981 INFO O| Dec 19 20:25:52.980 INFO STEP 246 (remove_files) COMPLETE |
5060 | 2024-12-19T20:25:54.366Z | [ recovery-image] Dec 19 20:25:52.981 INFO O| Dec 19 20:25:52.981 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-19T20:25:54.393Z | [ recovery-image] Dec 19 20:25:53.010 INFO O| Dec 19 20:25:53.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5062 | 2024-12-19T20:25:54.397Z | [ recovery-image] Dec 19 20:25:53.010 INFO O| Dec 19 20:25:53.010 INFO STEP 247 (remove_files) COMPLETE |
5063 | 2024-12-19T20:25:54.397Z | [ recovery-image] Dec 19 20:25:53.010 INFO O| Dec 19 20:25:53.010 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-19T20:25:54.416Z | [ recovery-image] Dec 19 20:25:53.032 INFO O| Dec 19 20:25:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5065 | 2024-12-19T20:25:54.416Z | [ recovery-image] Dec 19 20:25:53.033 INFO O| Dec 19 20:25:53.032 INFO STEP 248 (remove_files) COMPLETE |
5066 | 2024-12-19T20:25:54.420Z | [ recovery-image] Dec 19 20:25:53.033 INFO O| Dec 19 20:25:53.033 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-19T20:25:54.424Z | [ host-image] Dec 19 20:25:53.039 INFO O| Dec 19 20:25:53.039 INFO O| Done |
5068 | 2024-12-19T20:25:54.424Z | [ host-image] Dec 19 20:25:53.039 INFO O| Dec 19 20:25:53.039 INFO O| Done |
5069 | 2024-12-19T20:25:54.455Z | [ recovery-image] Dec 19 20:25:53.061 INFO O| Dec 19 20:25:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5070 | 2024-12-19T20:25:54.455Z | [ recovery-image] Dec 19 20:25:53.061 INFO O| Dec 19 20:25:53.056 INFO STEP 249 (remove_files) COMPLETE |
5071 | 2024-12-19T20:25:54.455Z | [ recovery-image] Dec 19 20:25:53.061 INFO O| Dec 19 20:25:53.056 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-12-19T20:25:54.467Z | [ recovery-image] Dec 19 20:25:53.083 INFO O| Dec 19 20:25:53.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5073 | 2024-12-19T20:25:54.467Z | [ recovery-image] Dec 19 20:25:53.083 INFO O| Dec 19 20:25:53.080 INFO STEP 250 (remove_files) COMPLETE |
5074 | 2024-12-19T20:25:54.467Z | [ recovery-image] Dec 19 20:25:53.083 INFO O| Dec 19 20:25:53.080 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-19T20:25:54.487Z | [ recovery-image] Dec 19 20:25:53.102 INFO O| Dec 19 20:25:53.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5076 | 2024-12-19T20:25:54.487Z | [ recovery-image] Dec 19 20:25:53.102 INFO O| Dec 19 20:25:53.102 INFO STEP 251 (remove_files) COMPLETE |
5077 | 2024-12-19T20:25:54.487Z | [ recovery-image] Dec 19 20:25:53.102 INFO O| Dec 19 20:25:53.102 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-19T20:25:54.546Z | [ recovery-image] Dec 19 20:25:53.163 INFO O| Dec 19 20:25:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5079 | 2024-12-19T20:25:54.546Z | [ recovery-image] Dec 19 20:25:53.163 INFO O| Dec 19 20:25:53.163 INFO STEP 252 (remove_files) COMPLETE |
5080 | 2024-12-19T20:25:54.549Z | [ recovery-image] Dec 19 20:25:53.163 INFO O| Dec 19 20:25:53.163 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-19T20:25:54.583Z | [ recovery-image] Dec 19 20:25:53.200 INFO O| Dec 19 20:25:53.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5082 | 2024-12-19T20:25:54.583Z | [ recovery-image] Dec 19 20:25:53.200 INFO O| Dec 19 20:25:53.200 INFO STEP 253 (remove_files) COMPLETE |
5083 | 2024-12-19T20:25:54.583Z | [ recovery-image] Dec 19 20:25:53.200 INFO O| Dec 19 20:25:53.200 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-19T20:25:54.604Z | [ recovery-image] Dec 19 20:25:53.220 INFO O| Dec 19 20:25:53.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5085 | 2024-12-19T20:25:54.604Z | [ recovery-image] Dec 19 20:25:53.220 INFO O| Dec 19 20:25:53.220 INFO STEP 254 (remove_files) COMPLETE |
5086 | 2024-12-19T20:25:54.604Z | [ recovery-image] Dec 19 20:25:53.220 INFO O| Dec 19 20:25:53.220 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-19T20:25:54.624Z | [ recovery-image] Dec 19 20:25:53.240 INFO O| Dec 19 20:25:53.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5088 | 2024-12-19T20:25:54.638Z | [ recovery-image] Dec 19 20:25:53.254 INFO O| Dec 19 20:25:53.254 INFO STEP 255 (remove_files) COMPLETE |
5089 | 2024-12-19T20:25:54.638Z | [ recovery-image] Dec 19 20:25:53.254 INFO O| Dec 19 20:25:53.254 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-12-19T20:25:54.675Z | [ recovery-image] Dec 19 20:25:53.291 INFO O| Dec 19 20:25:53.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5091 | 2024-12-19T20:25:54.675Z | [ recovery-image] Dec 19 20:25:53.291 INFO O| Dec 19 20:25:53.291 INFO STEP 256 (remove_files) COMPLETE |
5092 | 2024-12-19T20:25:54.675Z | [ recovery-image] Dec 19 20:25:53.291 INFO O| Dec 19 20:25:53.291 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-12-19T20:25:54.702Z | [ recovery-image] Dec 19 20:25:53.319 INFO O| Dec 19 20:25:53.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5094 | 2024-12-19T20:25:54.702Z | [ recovery-image] Dec 19 20:25:53.319 INFO O| Dec 19 20:25:53.319 INFO STEP 257 (remove_files) COMPLETE |
5095 | 2024-12-19T20:25:54.702Z | [ recovery-image] Dec 19 20:25:53.319 INFO O| Dec 19 20:25:53.319 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-19T20:25:54.738Z | [ recovery-image] Dec 19 20:25:53.355 INFO O| Dec 19 20:25:53.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5097 | 2024-12-19T20:25:54.738Z | [ recovery-image] Dec 19 20:25:53.355 INFO O| Dec 19 20:25:53.355 INFO STEP 258 (remove_files) COMPLETE |
5098 | 2024-12-19T20:25:54.738Z | [ recovery-image] Dec 19 20:25:53.355 INFO O| Dec 19 20:25:53.355 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-19T20:25:54.779Z | [ recovery-image] Dec 19 20:25:53.395 INFO O| Dec 19 20:25:53.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5100 | 2024-12-19T20:25:54.781Z | [ recovery-image] Dec 19 20:25:53.395 INFO O| Dec 19 20:25:53.395 INFO STEP 259 (remove_files) COMPLETE |
5101 | 2024-12-19T20:25:54.781Z | [ recovery-image] Dec 19 20:25:53.395 INFO O| Dec 19 20:25:53.395 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-19T20:25:54.799Z | [ recovery-image] Dec 19 20:25:53.416 INFO O| Dec 19 20:25:53.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5103 | 2024-12-19T20:25:54.802Z | [ recovery-image] Dec 19 20:25:53.416 INFO O| Dec 19 20:25:53.416 INFO STEP 260 (remove_files) COMPLETE |
5104 | 2024-12-19T20:25:54.802Z | [ recovery-image] Dec 19 20:25:53.416 INFO O| Dec 19 20:25:53.416 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-19T20:25:54.833Z | [ recovery-image] Dec 19 20:25:53.449 INFO O| Dec 19 20:25:53.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5106 | 2024-12-19T20:25:54.833Z | [ recovery-image] Dec 19 20:25:53.449 INFO O| Dec 19 20:25:53.449 INFO STEP 261 (remove_files) COMPLETE |
5107 | 2024-12-19T20:25:54.836Z | [ recovery-image] Dec 19 20:25:53.449 INFO O| Dec 19 20:25:53.449 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-19T20:25:54.856Z | [ recovery-image] Dec 19 20:25:53.470 INFO O| Dec 19 20:25:53.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5109 | 2024-12-19T20:25:54.856Z | [ recovery-image] Dec 19 20:25:53.470 INFO O| Dec 19 20:25:53.470 INFO STEP 262 (remove_files) COMPLETE |
5110 | 2024-12-19T20:25:54.859Z | [ recovery-image] Dec 19 20:25:53.470 INFO O| Dec 19 20:25:53.470 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-19T20:25:54.895Z | [ recovery-image] Dec 19 20:25:53.511 INFO O| Dec 19 20:25:53.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5112 | 2024-12-19T20:25:54.895Z | [ recovery-image] Dec 19 20:25:53.511 INFO O| Dec 19 20:25:53.511 INFO STEP 263 (remove_files) COMPLETE |
5113 | 2024-12-19T20:25:54.895Z | [ recovery-image] Dec 19 20:25:53.511 INFO O| Dec 19 20:25:53.511 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-19T20:25:54.915Z | [ recovery-image] Dec 19 20:25:53.531 INFO O| Dec 19 20:25:53.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5115 | 2024-12-19T20:25:54.915Z | [ recovery-image] Dec 19 20:25:53.531 INFO O| Dec 19 20:25:53.531 INFO STEP 264 (remove_files) COMPLETE |
5116 | 2024-12-19T20:25:54.917Z | [ recovery-image] Dec 19 20:25:53.531 INFO O| Dec 19 20:25:53.531 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-19T20:25:54.935Z | [ recovery-image] Dec 19 20:25:53.551 INFO O| Dec 19 20:25:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5118 | 2024-12-19T20:25:54.935Z | [ recovery-image] Dec 19 20:25:53.551 INFO O| Dec 19 20:25:53.551 INFO STEP 265 (remove_files) COMPLETE |
5119 | 2024-12-19T20:25:54.935Z | [ recovery-image] Dec 19 20:25:53.552 INFO O| Dec 19 20:25:53.551 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-19T20:25:54.955Z | [ recovery-image] Dec 19 20:25:53.572 INFO O| Dec 19 20:25:53.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5121 | 2024-12-19T20:25:54.955Z | [ recovery-image] Dec 19 20:25:53.572 INFO O| Dec 19 20:25:53.572 INFO STEP 266 (remove_files) COMPLETE |
5122 | 2024-12-19T20:25:54.955Z | [ recovery-image] Dec 19 20:25:53.572 INFO O| Dec 19 20:25:53.572 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-19T20:25:55.018Z | [ recovery-image] Dec 19 20:25:53.634 INFO O| Dec 19 20:25:53.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5124 | 2024-12-19T20:25:55.018Z | [ recovery-image] Dec 19 20:25:53.634 INFO O| Dec 19 20:25:53.634 INFO STEP 267 (remove_files) COMPLETE |
5125 | 2024-12-19T20:25:55.021Z | [ recovery-image] Dec 19 20:25:53.634 INFO O| Dec 19 20:25:53.634 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-19T20:25:55.042Z | [ recovery-image] Dec 19 20:25:53.657 INFO O| Dec 19 20:25:53.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5127 | 2024-12-19T20:25:55.042Z | [ recovery-image] Dec 19 20:25:53.657 INFO O| Dec 19 20:25:53.657 INFO STEP 268 (remove_files) COMPLETE |
5128 | 2024-12-19T20:25:55.042Z | [ recovery-image] Dec 19 20:25:53.657 INFO O| Dec 19 20:25:53.657 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-19T20:25:55.068Z | [ recovery-image] Dec 19 20:25:53.685 INFO O| Dec 19 20:25:53.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5130 | 2024-12-19T20:25:55.069Z | [ recovery-image] Dec 19 20:25:53.685 INFO O| Dec 19 20:25:53.685 INFO STEP 269 (remove_files) COMPLETE |
5131 | 2024-12-19T20:25:55.069Z | [ recovery-image] Dec 19 20:25:53.685 INFO O| Dec 19 20:25:53.685 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-19T20:25:55.091Z | [ recovery-image] Dec 19 20:25:53.708 INFO O| Dec 19 20:25:53.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5133 | 2024-12-19T20:25:55.091Z | [ recovery-image] Dec 19 20:25:53.708 INFO O| Dec 19 20:25:53.708 INFO STEP 270 (remove_files) COMPLETE |
5134 | 2024-12-19T20:25:55.091Z | [ recovery-image] Dec 19 20:25:53.708 INFO O| Dec 19 20:25:53.708 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-19T20:25:55.113Z | [ recovery-image] Dec 19 20:25:53.729 INFO O| Dec 19 20:25:53.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5136 | 2024-12-19T20:25:55.133Z | [ recovery-image] Dec 19 20:25:53.749 INFO O| Dec 19 20:25:53.749 INFO STEP 271 (remove_files) COMPLETE |
5137 | 2024-12-19T20:25:55.133Z | [ recovery-image] Dec 19 20:25:53.749 INFO O| Dec 19 20:25:53.749 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-19T20:25:55.202Z | [ recovery-image] Dec 19 20:25:53.818 INFO O| Dec 19 20:25:53.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5139 | 2024-12-19T20:25:55.203Z | [ recovery-image] Dec 19 20:25:53.818 INFO O| Dec 19 20:25:53.818 INFO STEP 272 (remove_files) COMPLETE |
5140 | 2024-12-19T20:25:55.203Z | [ recovery-image] Dec 19 20:25:53.818 INFO O| Dec 19 20:25:53.818 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-19T20:25:55.221Z | [ recovery-image] Dec 19 20:25:53.837 INFO O| Dec 19 20:25:53.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5142 | 2024-12-19T20:25:55.222Z | [ recovery-image] Dec 19 20:25:53.837 INFO O| Dec 19 20:25:53.837 INFO STEP 273 (remove_files) COMPLETE |
5143 | 2024-12-19T20:25:55.222Z | [ recovery-image] Dec 19 20:25:53.837 INFO O| Dec 19 20:25:53.837 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-19T20:25:55.241Z | [ recovery-image] Dec 19 20:25:53.857 INFO O| Dec 19 20:25:53.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5145 | 2024-12-19T20:25:55.241Z | [ recovery-image] Dec 19 20:25:53.857 INFO O| Dec 19 20:25:53.857 INFO STEP 274 (remove_files) COMPLETE |
5146 | 2024-12-19T20:25:55.244Z | [ recovery-image] Dec 19 20:25:53.857 INFO O| Dec 19 20:25:53.857 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-19T20:25:55.261Z | [ recovery-image] Dec 19 20:25:53.877 INFO O| Dec 19 20:25:53.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5148 | 2024-12-19T20:25:55.261Z | [ recovery-image] Dec 19 20:25:53.877 INFO O| Dec 19 20:25:53.877 INFO STEP 275 (remove_files) COMPLETE |
5149 | 2024-12-19T20:25:55.261Z | [ recovery-image] Dec 19 20:25:53.877 INFO O| Dec 19 20:25:53.877 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-19T20:25:55.286Z | [ recovery-image] Dec 19 20:25:53.897 INFO O| Dec 19 20:25:53.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5151 | 2024-12-19T20:25:55.286Z | [ recovery-image] Dec 19 20:25:53.897 INFO O| Dec 19 20:25:53.897 INFO STEP 276 (remove_files) COMPLETE |
5152 | 2024-12-19T20:25:55.286Z | [ recovery-image] Dec 19 20:25:53.897 INFO O| Dec 19 20:25:53.897 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-19T20:25:55.310Z | [ recovery-image] Dec 19 20:25:53.917 INFO O| Dec 19 20:25:53.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5154 | 2024-12-19T20:25:55.310Z | [ recovery-image] Dec 19 20:25:53.917 INFO O| Dec 19 20:25:53.917 INFO STEP 277 (remove_files) COMPLETE |
5155 | 2024-12-19T20:25:55.310Z | [ recovery-image] Dec 19 20:25:53.917 INFO O| Dec 19 20:25:53.917 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-19T20:25:55.323Z | [ recovery-image] Dec 19 20:25:53.938 INFO O| Dec 19 20:25:53.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5157 | 2024-12-19T20:25:55.325Z | [ recovery-image] Dec 19 20:25:53.938 INFO O| Dec 19 20:25:53.938 INFO STEP 278 (remove_files) COMPLETE |
5158 | 2024-12-19T20:25:55.325Z | [ recovery-image] Dec 19 20:25:53.938 INFO O| Dec 19 20:25:53.938 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-19T20:25:55.342Z | [ recovery-image] Dec 19 20:25:53.958 INFO O| Dec 19 20:25:53.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5160 | 2024-12-19T20:25:55.342Z | [ recovery-image] Dec 19 20:25:53.958 INFO O| Dec 19 20:25:53.958 INFO STEP 279 (remove_files) COMPLETE |
5161 | 2024-12-19T20:25:55.342Z | [ recovery-image] Dec 19 20:25:53.958 INFO O| Dec 19 20:25:53.958 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-19T20:25:55.362Z | [ recovery-image] Dec 19 20:25:53.979 INFO O| Dec 19 20:25:53.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5163 | 2024-12-19T20:25:55.362Z | [ recovery-image] Dec 19 20:25:53.979 INFO O| Dec 19 20:25:53.979 INFO STEP 280 (remove_files) COMPLETE |
5164 | 2024-12-19T20:25:55.362Z | [ recovery-image] Dec 19 20:25:53.979 INFO O| Dec 19 20:25:53.979 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-19T20:25:55.383Z | [ recovery-image] Dec 19 20:25:53.999 INFO O| Dec 19 20:25:53.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5166 | 2024-12-19T20:25:55.384Z | [ recovery-image] Dec 19 20:25:53.999 INFO O| Dec 19 20:25:53.999 INFO STEP 281 (remove_files) COMPLETE |
5167 | 2024-12-19T20:25:55.384Z | [ recovery-image] Dec 19 20:25:53.999 INFO O| Dec 19 20:25:53.999 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-19T20:25:55.405Z | [ recovery-image] Dec 19 20:25:54.020 INFO O| Dec 19 20:25:54.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5169 | 2024-12-19T20:25:55.405Z | [ recovery-image] Dec 19 20:25:54.020 INFO O| Dec 19 20:25:54.020 INFO STEP 282 (remove_files) COMPLETE |
5170 | 2024-12-19T20:25:55.405Z | [ recovery-image] Dec 19 20:25:54.020 INFO O| Dec 19 20:25:54.020 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-19T20:25:55.439Z | [ recovery-image] Dec 19 20:25:54.054 INFO O| Dec 19 20:25:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5172 | 2024-12-19T20:25:55.440Z | [ recovery-image] Dec 19 20:25:54.054 INFO O| Dec 19 20:25:54.054 INFO STEP 283 (remove_files) COMPLETE |
5173 | 2024-12-19T20:25:55.440Z | [ recovery-image] Dec 19 20:25:54.054 INFO O| Dec 19 20:25:54.054 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-19T20:25:55.490Z | [ recovery-image] Dec 19 20:25:54.106 INFO O| Dec 19 20:25:54.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5175 | 2024-12-19T20:25:55.490Z | [ recovery-image] Dec 19 20:25:54.106 INFO O| Dec 19 20:25:54.106 INFO STEP 284 (remove_files) COMPLETE |
5176 | 2024-12-19T20:25:55.493Z | [ recovery-image] Dec 19 20:25:54.106 INFO O| Dec 19 20:25:54.106 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-19T20:25:55.511Z | [ recovery-image] Dec 19 20:25:54.127 INFO O| Dec 19 20:25:54.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5178 | 2024-12-19T20:25:55.514Z | [ recovery-image] Dec 19 20:25:54.128 INFO O| Dec 19 20:25:54.128 INFO STEP 285 (remove_files) COMPLETE |
5179 | 2024-12-19T20:25:55.514Z | [ recovery-image] Dec 19 20:25:54.128 INFO O| Dec 19 20:25:54.128 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-19T20:25:55.533Z | [ recovery-image] Dec 19 20:25:54.149 INFO O| Dec 19 20:25:54.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5181 | 2024-12-19T20:25:55.537Z | [ recovery-image] Dec 19 20:25:54.150 INFO O| Dec 19 20:25:54.150 INFO STEP 286 (remove_files) COMPLETE |
5182 | 2024-12-19T20:25:55.537Z | [ recovery-image] Dec 19 20:25:54.150 INFO O| Dec 19 20:25:54.150 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-19T20:25:55.561Z | [ recovery-image] Dec 19 20:25:54.177 INFO O| Dec 19 20:25:54.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5184 | 2024-12-19T20:25:55.561Z | [ recovery-image] Dec 19 20:25:54.178 INFO O| Dec 19 20:25:54.178 INFO STEP 287 (remove_files) COMPLETE |
5185 | 2024-12-19T20:25:55.565Z | [ recovery-image] Dec 19 20:25:54.178 INFO O| Dec 19 20:25:54.178 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-19T20:25:55.585Z | [ recovery-image] Dec 19 20:25:54.200 INFO O| Dec 19 20:25:54.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5187 | 2024-12-19T20:25:55.585Z | [ recovery-image] Dec 19 20:25:54.200 INFO O| Dec 19 20:25:54.200 INFO STEP 288 (remove_files) COMPLETE |
5188 | 2024-12-19T20:25:55.585Z | [ recovery-image] Dec 19 20:25:54.200 INFO O| Dec 19 20:25:54.200 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-19T20:25:55.597Z | [ host-image] Dec 19 20:25:54.213 INFO O| Dec 19 20:25:54.213 INFO O| Done |
5190 | 2024-12-19T20:25:55.685Z | [ recovery-image] Dec 19 20:25:54.302 INFO O| Dec 19 20:25:54.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5191 | 2024-12-19T20:25:55.686Z | [ recovery-image] Dec 19 20:25:54.302 INFO O| Dec 19 20:25:54.302 INFO STEP 289 (remove_files) COMPLETE |
5192 | 2024-12-19T20:25:55.686Z | [ recovery-image] Dec 19 20:25:54.302 INFO O| Dec 19 20:25:54.302 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-12-19T20:25:55.708Z | [ recovery-image] Dec 19 20:25:54.324 INFO O| Dec 19 20:25:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5194 | 2024-12-19T20:25:55.708Z | [ recovery-image] Dec 19 20:25:54.324 INFO O| Dec 19 20:25:54.324 INFO STEP 290 (remove_files) COMPLETE |
5195 | 2024-12-19T20:25:55.708Z | [ recovery-image] Dec 19 20:25:54.324 INFO O| Dec 19 20:25:54.324 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-12-19T20:25:55.773Z | [ recovery-image] Dec 19 20:25:54.389 INFO O| Dec 19 20:25:54.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5197 | 2024-12-19T20:25:55.773Z | [ recovery-image] Dec 19 20:25:54.389 INFO O| Dec 19 20:25:54.389 INFO STEP 291 (remove_files) COMPLETE |
5198 | 2024-12-19T20:25:55.776Z | [ recovery-image] Dec 19 20:25:54.389 INFO O| Dec 19 20:25:54.389 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-12-19T20:25:55.795Z | [ recovery-image] Dec 19 20:25:54.410 INFO O| Dec 19 20:25:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5200 | 2024-12-19T20:25:55.796Z | [ recovery-image] Dec 19 20:25:54.410 INFO O| Dec 19 20:25:54.410 INFO STEP 292 (remove_files) COMPLETE |
5201 | 2024-12-19T20:25:55.796Z | [ recovery-image] Dec 19 20:25:54.411 INFO O| Dec 19 20:25:54.410 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-12-19T20:25:55.836Z | [ recovery-image] Dec 19 20:25:54.452 INFO O| Dec 19 20:25:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5203 | 2024-12-19T20:25:55.840Z | [ recovery-image] Dec 19 20:25:54.452 INFO O| Dec 19 20:25:54.452 INFO STEP 293 (remove_files) COMPLETE |
5204 | 2024-12-19T20:25:55.840Z | [ recovery-image] Dec 19 20:25:54.452 INFO O| Dec 19 20:25:54.452 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-12-19T20:25:55.856Z | [ recovery-image] Dec 19 20:25:54.472 INFO O| Dec 19 20:25:54.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5206 | 2024-12-19T20:25:55.860Z | [ recovery-image] Dec 19 20:25:54.473 INFO O| Dec 19 20:25:54.473 INFO STEP 294 (remove_files) COMPLETE |
5207 | 2024-12-19T20:25:55.860Z | [ recovery-image] Dec 19 20:25:54.473 INFO O| Dec 19 20:25:54.473 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-12-19T20:25:55.890Z | [ recovery-image] Dec 19 20:25:54.505 INFO O| Dec 19 20:25:54.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5209 | 2024-12-19T20:25:55.894Z | [ recovery-image] Dec 19 20:25:54.505 INFO O| Dec 19 20:25:54.505 INFO STEP 295 (remove_files) COMPLETE |
5210 | 2024-12-19T20:25:55.894Z | [ recovery-image] Dec 19 20:25:54.505 INFO O| Dec 19 20:25:54.505 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-12-19T20:25:55.908Z | [ recovery-image] Dec 19 20:25:54.524 INFO O| Dec 19 20:25:54.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5212 | 2024-12-19T20:25:55.908Z | [ recovery-image] Dec 19 20:25:54.524 INFO O| Dec 19 20:25:54.524 INFO STEP 296 (remove_files) COMPLETE |
5213 | 2024-12-19T20:25:55.908Z | [ recovery-image] Dec 19 20:25:54.524 INFO O| Dec 19 20:25:54.524 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-12-19T20:25:55.927Z | [ recovery-image] Dec 19 20:25:54.544 INFO O| Dec 19 20:25:54.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5215 | 2024-12-19T20:25:55.927Z | [ recovery-image] Dec 19 20:25:54.544 INFO O| Dec 19 20:25:54.544 INFO STEP 297 (remove_files) COMPLETE |
5216 | 2024-12-19T20:25:55.928Z | [ recovery-image] Dec 19 20:25:54.544 INFO O| Dec 19 20:25:54.544 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-12-19T20:25:55.961Z | [ recovery-image] Dec 19 20:25:54.576 INFO O| Dec 19 20:25:54.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5218 | 2024-12-19T20:25:55.961Z | [ recovery-image] Dec 19 20:25:54.576 INFO O| Dec 19 20:25:54.576 INFO STEP 298 (remove_files) COMPLETE |
5219 | 2024-12-19T20:25:55.961Z | [ recovery-image] Dec 19 20:25:54.576 INFO O| Dec 19 20:25:54.576 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-12-19T20:25:55.997Z | [ recovery-image] Dec 19 20:25:54.613 INFO O| Dec 19 20:25:54.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5221 | 2024-12-19T20:25:55.997Z | [ recovery-image] Dec 19 20:25:54.613 INFO O| Dec 19 20:25:54.613 INFO STEP 299 (remove_files) COMPLETE |
5222 | 2024-12-19T20:25:55.997Z | [ recovery-image] Dec 19 20:25:54.613 INFO O| Dec 19 20:25:54.613 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-12-19T20:25:56.017Z | [ recovery-image] Dec 19 20:25:54.633 INFO O| Dec 19 20:25:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5224 | 2024-12-19T20:25:56.017Z | [ recovery-image] Dec 19 20:25:54.633 INFO O| Dec 19 20:25:54.633 INFO STEP 300 (remove_files) COMPLETE |
5225 | 2024-12-19T20:25:56.017Z | [ recovery-image] Dec 19 20:25:54.633 INFO O| Dec 19 20:25:54.633 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-12-19T20:25:56.092Z | [ recovery-image] Dec 19 20:25:54.708 INFO O| Dec 19 20:25:54.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5227 | 2024-12-19T20:25:56.092Z | [ recovery-image] Dec 19 20:25:54.708 INFO O| Dec 19 20:25:54.708 INFO STEP 301 (remove_files) COMPLETE |
5228 | 2024-12-19T20:25:56.092Z | [ recovery-image] Dec 19 20:25:54.708 INFO O| Dec 19 20:25:54.708 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-12-19T20:25:56.115Z | [ recovery-image] Dec 19 20:25:54.731 INFO O| Dec 19 20:25:54.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5230 | 2024-12-19T20:25:56.115Z | [ recovery-image] Dec 19 20:25:54.731 INFO O| Dec 19 20:25:54.731 INFO STEP 302 (remove_files) COMPLETE |
5231 | 2024-12-19T20:25:56.118Z | [ recovery-image] Dec 19 20:25:54.731 INFO O| Dec 19 20:25:54.731 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-12-19T20:25:56.136Z | [ recovery-image] Dec 19 20:25:54.752 INFO O| Dec 19 20:25:54.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5233 | 2024-12-19T20:25:56.137Z | [ recovery-image] Dec 19 20:25:54.752 INFO O| Dec 19 20:25:54.752 INFO STEP 303 (remove_files) COMPLETE |
5234 | 2024-12-19T20:25:56.139Z | [ recovery-image] Dec 19 20:25:54.752 INFO O| Dec 19 20:25:54.752 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-12-19T20:25:56.159Z | [ recovery-image] Dec 19 20:25:54.775 INFO O| Dec 19 20:25:54.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5236 | 2024-12-19T20:25:56.159Z | [ recovery-image] Dec 19 20:25:54.775 INFO O| Dec 19 20:25:54.775 INFO STEP 304 (remove_files) COMPLETE |
5237 | 2024-12-19T20:25:56.159Z | [ recovery-image] Dec 19 20:25:54.775 INFO O| Dec 19 20:25:54.775 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-12-19T20:25:56.191Z | [ recovery-image] Dec 19 20:25:54.807 INFO O| Dec 19 20:25:54.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5239 | 2024-12-19T20:25:56.195Z | [ recovery-image] Dec 19 20:25:54.808 INFO O| Dec 19 20:25:54.807 INFO STEP 305 (remove_files) COMPLETE |
5240 | 2024-12-19T20:25:56.195Z | [ recovery-image] Dec 19 20:25:54.808 INFO O| Dec 19 20:25:54.808 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-12-19T20:25:56.249Z | [ recovery-image] Dec 19 20:25:54.865 INFO O| Dec 19 20:25:54.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5242 | 2024-12-19T20:25:56.252Z | [ recovery-image] Dec 19 20:25:54.865 INFO O| Dec 19 20:25:54.865 INFO STEP 306 (remove_files) COMPLETE |
5243 | 2024-12-19T20:25:56.252Z | [ recovery-image] Dec 19 20:25:54.865 INFO O| Dec 19 20:25:54.865 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-12-19T20:25:56.280Z | [ recovery-image] Dec 19 20:25:54.896 INFO O| Dec 19 20:25:54.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5245 | 2024-12-19T20:25:56.280Z | [ recovery-image] Dec 19 20:25:54.896 INFO O| Dec 19 20:25:54.896 INFO STEP 307 (remove_files) COMPLETE |
5246 | 2024-12-19T20:25:56.284Z | [ recovery-image] Dec 19 20:25:54.897 INFO O| Dec 19 20:25:54.896 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-12-19T20:25:56.304Z | [ recovery-image] Dec 19 20:25:54.920 INFO O| Dec 19 20:25:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5248 | 2024-12-19T20:25:56.308Z | [ recovery-image] Dec 19 20:25:54.920 INFO O| Dec 19 20:25:54.920 INFO STEP 308 (remove_files) COMPLETE |
5249 | 2024-12-19T20:25:56.308Z | [ recovery-image] Dec 19 20:25:54.920 INFO O| Dec 19 20:25:54.920 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-12-19T20:25:56.337Z | [ recovery-image] Dec 19 20:25:54.953 INFO O| Dec 19 20:25:54.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5251 | 2024-12-19T20:25:56.338Z | [ recovery-image] Dec 19 20:25:54.953 INFO O| Dec 19 20:25:54.953 INFO STEP 309 (remove_files) COMPLETE |
5252 | 2024-12-19T20:25:56.338Z | [ recovery-image] Dec 19 20:25:54.953 INFO O| Dec 19 20:25:54.953 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-12-19T20:25:56.371Z | [ recovery-image] Dec 19 20:25:54.987 INFO O| Dec 19 20:25:54.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5254 | 2024-12-19T20:25:56.372Z | [ recovery-image] Dec 19 20:25:54.987 INFO O| Dec 19 20:25:54.987 INFO STEP 310 (remove_files) COMPLETE |
5255 | 2024-12-19T20:25:56.372Z | [ recovery-image] Dec 19 20:25:54.987 INFO O| Dec 19 20:25:54.987 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-12-19T20:25:56.395Z | [ recovery-image] Dec 19 20:25:55.011 INFO O| Dec 19 20:25:55.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5257 | 2024-12-19T20:25:56.395Z | [ recovery-image] Dec 19 20:25:55.011 INFO O| Dec 19 20:25:55.011 INFO STEP 311 (remove_files) COMPLETE |
5258 | 2024-12-19T20:25:56.395Z | [ recovery-image] Dec 19 20:25:55.011 INFO O| Dec 19 20:25:55.011 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-12-19T20:25:56.417Z | [ recovery-image] Dec 19 20:25:55.033 INFO O| Dec 19 20:25:55.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5260 | 2024-12-19T20:25:56.417Z | [ recovery-image] Dec 19 20:25:55.033 INFO O| Dec 19 20:25:55.033 INFO STEP 312 (remove_files) COMPLETE |
5261 | 2024-12-19T20:25:56.417Z | [ recovery-image] Dec 19 20:25:55.033 INFO O| Dec 19 20:25:55.033 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-12-19T20:25:56.440Z | [ recovery-image] Dec 19 20:25:55.055 INFO O| Dec 19 20:25:55.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5263 | 2024-12-19T20:25:56.440Z | [ recovery-image] Dec 19 20:25:55.056 INFO O| Dec 19 20:25:55.056 INFO STEP 313 (remove_files) COMPLETE |
5264 | 2024-12-19T20:25:56.443Z | [ recovery-image] Dec 19 20:25:55.056 INFO O| Dec 19 20:25:55.056 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-12-19T20:25:56.460Z | [ recovery-image] Dec 19 20:25:55.076 INFO O| Dec 19 20:25:55.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5266 | 2024-12-19T20:25:56.460Z | [ recovery-image] Dec 19 20:25:55.076 INFO O| Dec 19 20:25:55.076 INFO STEP 314 (remove_files) COMPLETE |
5267 | 2024-12-19T20:25:56.464Z | [ recovery-image] Dec 19 20:25:55.076 INFO O| Dec 19 20:25:55.076 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-12-19T20:25:56.479Z | [ recovery-image] Dec 19 20:25:55.095 INFO O| Dec 19 20:25:55.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5269 | 2024-12-19T20:25:56.480Z | [ recovery-image] Dec 19 20:25:55.096 INFO O| Dec 19 20:25:55.096 INFO STEP 315 (remove_files) COMPLETE |
5270 | 2024-12-19T20:25:56.483Z | [ recovery-image] Dec 19 20:25:55.096 INFO O| Dec 19 20:25:55.096 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-12-19T20:25:56.522Z | [ recovery-image] Dec 19 20:25:55.137 INFO O| Dec 19 20:25:55.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5272 | 2024-12-19T20:25:56.525Z | [ recovery-image] Dec 19 20:25:55.137 INFO O| Dec 19 20:25:55.137 INFO STEP 316 (remove_files) COMPLETE |
5273 | 2024-12-19T20:25:56.525Z | [ recovery-image] Dec 19 20:25:55.137 INFO O| Dec 19 20:25:55.137 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-19T20:25:56.543Z | [ recovery-image] Dec 19 20:25:55.159 INFO O| Dec 19 20:25:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5275 | 2024-12-19T20:25:56.546Z | [ recovery-image] Dec 19 20:25:55.159 INFO O| Dec 19 20:25:55.159 INFO STEP 317 (remove_files) COMPLETE |
5276 | 2024-12-19T20:25:56.546Z | [ recovery-image] Dec 19 20:25:55.159 INFO O| Dec 19 20:25:55.159 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-19T20:25:56.584Z | [ recovery-image] Dec 19 20:25:55.199 INFO O| Dec 19 20:25:55.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5278 | 2024-12-19T20:25:56.584Z | [ recovery-image] Dec 19 20:25:55.199 INFO O| Dec 19 20:25:55.199 INFO STEP 318 (remove_files) COMPLETE |
5279 | 2024-12-19T20:25:56.584Z | [ recovery-image] Dec 19 20:25:55.199 INFO O| Dec 19 20:25:55.199 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-19T20:25:56.624Z | [ recovery-image] Dec 19 20:25:55.240 INFO O| Dec 19 20:25:55.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5281 | 2024-12-19T20:25:56.627Z | [ recovery-image] Dec 19 20:25:55.240 INFO O| Dec 19 20:25:55.240 INFO STEP 319 (remove_files) COMPLETE |
5282 | 2024-12-19T20:25:56.628Z | [ recovery-image] Dec 19 20:25:55.240 INFO O| Dec 19 20:25:55.240 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-19T20:25:56.647Z | [ recovery-image] Dec 19 20:25:55.263 INFO O| Dec 19 20:25:55.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5284 | 2024-12-19T20:25:56.649Z | [ recovery-image] Dec 19 20:25:55.263 INFO O| Dec 19 20:25:55.263 INFO STEP 320 (remove_files) COMPLETE |
5285 | 2024-12-19T20:25:56.649Z | [ recovery-image] Dec 19 20:25:55.263 INFO O| Dec 19 20:25:55.263 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-19T20:25:56.670Z | [ recovery-image] Dec 19 20:25:55.286 INFO O| Dec 19 20:25:55.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5287 | 2024-12-19T20:25:56.670Z | [ recovery-image] Dec 19 20:25:55.287 INFO O| Dec 19 20:25:55.286 INFO STEP 321 (remove_files) COMPLETE |
5288 | 2024-12-19T20:25:56.673Z | [ recovery-image] Dec 19 20:25:55.287 INFO O| Dec 19 20:25:55.287 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-19T20:25:56.693Z | [ recovery-image] Dec 19 20:25:55.309 INFO O| Dec 19 20:25:55.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5290 | 2024-12-19T20:25:56.693Z | [ recovery-image] Dec 19 20:25:55.309 INFO O| Dec 19 20:25:55.309 INFO STEP 322 (remove_files) COMPLETE |
5291 | 2024-12-19T20:25:56.693Z | [ recovery-image] Dec 19 20:25:55.309 INFO O| Dec 19 20:25:55.309 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-19T20:25:56.730Z | [ recovery-image] Dec 19 20:25:55.347 INFO O| Dec 19 20:25:55.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5293 | 2024-12-19T20:25:56.730Z | [ recovery-image] Dec 19 20:25:55.347 INFO O| Dec 19 20:25:55.347 INFO STEP 323 (remove_files) COMPLETE |
5294 | 2024-12-19T20:25:56.730Z | [ recovery-image] Dec 19 20:25:55.347 INFO O| Dec 19 20:25:55.347 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-19T20:25:56.783Z | [ recovery-image] Dec 19 20:25:55.399 INFO O| Dec 19 20:25:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5296 | 2024-12-19T20:25:56.783Z | [ recovery-image] Dec 19 20:25:55.399 INFO O| Dec 19 20:25:55.399 INFO STEP 324 (remove_files) COMPLETE |
5297 | 2024-12-19T20:25:56.783Z | [ recovery-image] Dec 19 20:25:55.399 INFO O| Dec 19 20:25:55.399 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-19T20:25:56.830Z | [ recovery-image] Dec 19 20:25:55.447 INFO O| Dec 19 20:25:55.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5299 | 2024-12-19T20:25:56.831Z | [ recovery-image] Dec 19 20:25:55.447 INFO O| Dec 19 20:25:55.447 INFO STEP 325 (remove_files) COMPLETE |
5300 | 2024-12-19T20:25:56.833Z | [ recovery-image] Dec 19 20:25:55.447 INFO O| Dec 19 20:25:55.447 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-19T20:25:56.853Z | [ recovery-image] Dec 19 20:25:55.469 INFO O| Dec 19 20:25:55.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5302 | 2024-12-19T20:25:56.853Z | [ recovery-image] Dec 19 20:25:55.469 INFO O| Dec 19 20:25:55.469 INFO STEP 326 (remove_files) COMPLETE |
5303 | 2024-12-19T20:25:56.856Z | [ recovery-image] Dec 19 20:25:55.469 INFO O| Dec 19 20:25:55.469 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-19T20:25:56.888Z | [ recovery-image] Dec 19 20:25:55.505 INFO O| Dec 19 20:25:55.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5305 | 2024-12-19T20:25:56.891Z | [ recovery-image] Dec 19 20:25:55.505 INFO O| Dec 19 20:25:55.505 INFO STEP 327 (remove_files) COMPLETE |
5306 | 2024-12-19T20:25:56.892Z | [ recovery-image] Dec 19 20:25:55.505 INFO O| Dec 19 20:25:55.505 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-19T20:25:56.915Z | [ recovery-image] Dec 19 20:25:55.531 INFO O| Dec 19 20:25:55.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5308 | 2024-12-19T20:25:56.915Z | [ recovery-image] Dec 19 20:25:55.531 INFO O| Dec 19 20:25:55.531 INFO STEP 328 (remove_files) COMPLETE |
5309 | 2024-12-19T20:25:56.917Z | [ recovery-image] Dec 19 20:25:55.531 INFO O| Dec 19 20:25:55.531 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-19T20:25:56.950Z | [ recovery-image] Dec 19 20:25:55.566 INFO O| Dec 19 20:25:55.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5311 | 2024-12-19T20:25:56.958Z | [ recovery-image] Dec 19 20:25:55.574 INFO O| Dec 19 20:25:55.574 INFO STEP 329 (remove_files) COMPLETE |
5312 | 2024-12-19T20:25:56.958Z | [ recovery-image] Dec 19 20:25:55.575 INFO O| Dec 19 20:25:55.574 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-19T20:25:56.983Z | [ recovery-image] Dec 19 20:25:55.599 INFO O| Dec 19 20:25:55.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5314 | 2024-12-19T20:25:56.986Z | [ recovery-image] Dec 19 20:25:55.599 INFO O| Dec 19 20:25:55.599 INFO STEP 330 (remove_files) COMPLETE |
5315 | 2024-12-19T20:25:56.986Z | [ recovery-image] Dec 19 20:25:55.600 INFO O| Dec 19 20:25:55.599 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-19T20:25:57.013Z | [ recovery-image] Dec 19 20:25:55.629 INFO O| Dec 19 20:25:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5317 | 2024-12-19T20:25:57.015Z | [ recovery-image] Dec 19 20:25:55.629 INFO O| Dec 19 20:25:55.629 INFO STEP 331 (remove_files) COMPLETE |
5318 | 2024-12-19T20:25:57.015Z | [ recovery-image] Dec 19 20:25:55.629 INFO O| Dec 19 20:25:55.629 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-19T20:25:57.055Z | [ recovery-image] Dec 19 20:25:55.670 INFO O| Dec 19 20:25:55.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5320 | 2024-12-19T20:25:57.061Z | [ recovery-image] Dec 19 20:25:55.670 INFO O| Dec 19 20:25:55.670 INFO STEP 332 (remove_files) COMPLETE |
5321 | 2024-12-19T20:25:57.061Z | [ recovery-image] Dec 19 20:25:55.670 INFO O| Dec 19 20:25:55.670 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-19T20:25:57.076Z | [ recovery-image] Dec 19 20:25:55.692 INFO O| Dec 19 20:25:55.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5323 | 2024-12-19T20:25:57.079Z | [ recovery-image] Dec 19 20:25:55.692 INFO O| Dec 19 20:25:55.692 INFO STEP 333 (remove_files) COMPLETE |
5324 | 2024-12-19T20:25:57.079Z | [ recovery-image] Dec 19 20:25:55.692 INFO O| Dec 19 20:25:55.692 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-19T20:25:57.096Z | [ recovery-image] Dec 19 20:25:55.712 INFO O| Dec 19 20:25:55.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5326 | 2024-12-19T20:25:57.100Z | [ recovery-image] Dec 19 20:25:55.712 INFO O| Dec 19 20:25:55.712 INFO STEP 334 (remove_files) COMPLETE |
5327 | 2024-12-19T20:25:57.100Z | [ recovery-image] Dec 19 20:25:55.712 INFO O| Dec 19 20:25:55.712 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-19T20:25:57.122Z | [ recovery-image] Dec 19 20:25:55.736 INFO O| Dec 19 20:25:55.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5329 | 2024-12-19T20:25:57.122Z | [ recovery-image] Dec 19 20:25:55.736 INFO O| Dec 19 20:25:55.736 INFO STEP 335 (remove_files) COMPLETE |
5330 | 2024-12-19T20:25:57.126Z | [ recovery-image] Dec 19 20:25:55.736 INFO O| Dec 19 20:25:55.736 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-19T20:25:57.145Z | [ recovery-image] Dec 19 20:25:55.761 INFO O| Dec 19 20:25:55.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5332 | 2024-12-19T20:25:57.146Z | [ recovery-image] Dec 19 20:25:55.761 INFO O| Dec 19 20:25:55.761 INFO STEP 336 (remove_files) COMPLETE |
5333 | 2024-12-19T20:25:57.149Z | [ recovery-image] Dec 19 20:25:55.761 INFO O| Dec 19 20:25:55.761 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-19T20:25:57.168Z | [ recovery-image] Dec 19 20:25:55.784 INFO O| Dec 19 20:25:55.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5335 | 2024-12-19T20:25:57.172Z | [ recovery-image] Dec 19 20:25:55.784 INFO O| Dec 19 20:25:55.784 INFO STEP 337 (remove_files) COMPLETE |
5336 | 2024-12-19T20:25:57.172Z | [ recovery-image] Dec 19 20:25:55.785 INFO O| Dec 19 20:25:55.784 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-19T20:25:57.206Z | [ recovery-image] Dec 19 20:25:55.821 INFO O| Dec 19 20:25:55.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5338 | 2024-12-19T20:25:57.206Z | [ recovery-image] Dec 19 20:25:55.821 INFO O| Dec 19 20:25:55.821 INFO STEP 338 (remove_files) COMPLETE |
5339 | 2024-12-19T20:25:57.206Z | [ recovery-image] Dec 19 20:25:55.821 INFO O| Dec 19 20:25:55.821 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-19T20:25:57.226Z | [ recovery-image] Dec 19 20:25:55.842 INFO O| Dec 19 20:25:55.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5341 | 2024-12-19T20:25:57.227Z | [ recovery-image] Dec 19 20:25:55.842 INFO O| Dec 19 20:25:55.842 INFO STEP 339 (remove_files) COMPLETE |
5342 | 2024-12-19T20:25:57.227Z | [ recovery-image] Dec 19 20:25:55.842 INFO O| Dec 19 20:25:55.842 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-19T20:25:57.281Z | [ recovery-image] Dec 19 20:25:55.893 INFO O| Dec 19 20:25:55.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5344 | 2024-12-19T20:25:57.281Z | [ recovery-image] Dec 19 20:25:55.893 INFO O| Dec 19 20:25:55.893 INFO STEP 340 (remove_files) COMPLETE |
5345 | 2024-12-19T20:25:57.281Z | [ recovery-image] Dec 19 20:25:55.893 INFO O| Dec 19 20:25:55.893 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-19T20:25:57.316Z | [ recovery-image] Dec 19 20:25:55.932 INFO O| Dec 19 20:25:55.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5347 | 2024-12-19T20:25:57.319Z | [ recovery-image] Dec 19 20:25:55.932 INFO O| Dec 19 20:25:55.932 INFO STEP 341 (remove_files) COMPLETE |
5348 | 2024-12-19T20:25:57.320Z | [ recovery-image] Dec 19 20:25:55.932 INFO O| Dec 19 20:25:55.932 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-19T20:25:57.338Z | [ recovery-image] Dec 19 20:25:55.954 INFO O| Dec 19 20:25:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5350 | 2024-12-19T20:25:57.342Z | [ recovery-image] Dec 19 20:25:55.954 INFO O| Dec 19 20:25:55.954 INFO STEP 342 (remove_files) COMPLETE |
5351 | 2024-12-19T20:25:57.342Z | [ recovery-image] Dec 19 20:25:55.954 INFO O| Dec 19 20:25:55.954 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-19T20:25:57.370Z | [ recovery-image] Dec 19 20:25:55.986 INFO O| Dec 19 20:25:55.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5353 | 2024-12-19T20:25:57.373Z | [ recovery-image] Dec 19 20:25:55.986 INFO O| Dec 19 20:25:55.986 INFO STEP 343 (remove_files) COMPLETE |
5354 | 2024-12-19T20:25:57.373Z | [ recovery-image] Dec 19 20:25:55.987 INFO O| Dec 19 20:25:55.986 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-19T20:25:57.393Z | [ recovery-image] Dec 19 20:25:56.009 INFO O| Dec 19 20:25:56.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5356 | 2024-12-19T20:25:57.394Z | [ recovery-image] Dec 19 20:25:56.010 INFO O| Dec 19 20:25:56.010 INFO STEP 344 (remove_files) COMPLETE |
5357 | 2024-12-19T20:25:57.397Z | [ recovery-image] Dec 19 20:25:56.010 INFO O| Dec 19 20:25:56.010 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-19T20:25:57.433Z | [ recovery-image] Dec 19 20:25:56.049 INFO O| Dec 19 20:25:56.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5359 | 2024-12-19T20:25:57.433Z | [ recovery-image] Dec 19 20:25:56.049 INFO O| Dec 19 20:25:56.049 INFO STEP 345 (remove_files) COMPLETE |
5360 | 2024-12-19T20:25:57.437Z | [ recovery-image] Dec 19 20:25:56.049 INFO O| Dec 19 20:25:56.049 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-19T20:25:57.455Z | [ recovery-image] Dec 19 20:25:56.070 INFO O| Dec 19 20:25:56.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5362 | 2024-12-19T20:25:57.455Z | [ recovery-image] Dec 19 20:25:56.071 INFO O| Dec 19 20:25:56.071 INFO STEP 346 (remove_files) COMPLETE |
5363 | 2024-12-19T20:25:57.455Z | [ recovery-image] Dec 19 20:25:56.071 INFO O| Dec 19 20:25:56.071 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-19T20:25:57.476Z | [ recovery-image] Dec 19 20:25:56.092 INFO O| Dec 19 20:25:56.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5365 | 2024-12-19T20:25:57.476Z | [ recovery-image] Dec 19 20:25:56.092 INFO O| Dec 19 20:25:56.092 INFO STEP 347 (remove_files) COMPLETE |
5366 | 2024-12-19T20:25:57.479Z | [ recovery-image] Dec 19 20:25:56.092 INFO O| Dec 19 20:25:56.092 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-19T20:25:57.497Z | [ recovery-image] Dec 19 20:25:56.113 INFO O| Dec 19 20:25:56.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5368 | 2024-12-19T20:25:57.497Z | [ recovery-image] Dec 19 20:25:56.113 INFO O| Dec 19 20:25:56.113 INFO STEP 348 (remove_files) COMPLETE |
5369 | 2024-12-19T20:25:57.497Z | [ recovery-image] Dec 19 20:25:56.113 INFO O| Dec 19 20:25:56.113 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-19T20:25:57.553Z | [ recovery-image] Dec 19 20:25:56.169 INFO O| Dec 19 20:25:56.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5371 | 2024-12-19T20:25:57.553Z | [ recovery-image] Dec 19 20:25:56.169 INFO O| Dec 19 20:25:56.169 INFO STEP 349 (remove_files) COMPLETE |
5372 | 2024-12-19T20:25:57.556Z | [ recovery-image] Dec 19 20:25:56.169 INFO O| Dec 19 20:25:56.169 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-19T20:25:57.587Z | [ recovery-image] Dec 19 20:25:56.203 INFO O| Dec 19 20:25:56.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5374 | 2024-12-19T20:25:57.587Z | [ recovery-image] Dec 19 20:25:56.203 INFO O| Dec 19 20:25:56.203 INFO STEP 350 (remove_files) COMPLETE |
5375 | 2024-12-19T20:25:57.587Z | [ recovery-image] Dec 19 20:25:56.203 INFO O| Dec 19 20:25:56.203 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-19T20:25:57.617Z | [ recovery-image] Dec 19 20:25:56.233 INFO O| Dec 19 20:25:56.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5377 | 2024-12-19T20:25:57.617Z | [ recovery-image] Dec 19 20:25:56.233 INFO O| Dec 19 20:25:56.233 INFO STEP 351 (remove_files) COMPLETE |
5378 | 2024-12-19T20:25:57.617Z | [ recovery-image] Dec 19 20:25:56.233 INFO O| Dec 19 20:25:56.233 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-19T20:25:57.644Z | [ recovery-image] Dec 19 20:25:56.259 INFO O| Dec 19 20:25:56.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5380 | 2024-12-19T20:25:57.644Z | [ recovery-image] Dec 19 20:25:56.259 INFO O| Dec 19 20:25:56.259 INFO STEP 352 (remove_files) COMPLETE |
5381 | 2024-12-19T20:25:57.644Z | [ recovery-image] Dec 19 20:25:56.259 INFO O| Dec 19 20:25:56.259 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-19T20:25:57.671Z | [ recovery-image] Dec 19 20:25:56.287 INFO O| Dec 19 20:25:56.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5383 | 2024-12-19T20:25:57.671Z | [ recovery-image] Dec 19 20:25:56.287 INFO O| Dec 19 20:25:56.287 INFO STEP 353 (remove_files) COMPLETE |
5384 | 2024-12-19T20:25:57.680Z | [ recovery-image] Dec 19 20:25:56.287 INFO O| Dec 19 20:25:56.287 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-19T20:25:57.703Z | [ recovery-image] Dec 19 20:25:56.319 INFO O| Dec 19 20:25:56.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5386 | 2024-12-19T20:25:57.703Z | [ recovery-image] Dec 19 20:25:56.319 INFO O| Dec 19 20:25:56.319 INFO STEP 354 (remove_files) COMPLETE |
5387 | 2024-12-19T20:25:57.703Z | [ recovery-image] Dec 19 20:25:56.319 INFO O| Dec 19 20:25:56.319 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-19T20:25:57.724Z | [ recovery-image] Dec 19 20:25:56.340 INFO O| Dec 19 20:25:56.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5389 | 2024-12-19T20:25:57.727Z | [ recovery-image] Dec 19 20:25:56.341 INFO O| Dec 19 20:25:56.341 INFO STEP 355 (remove_files) COMPLETE |
5390 | 2024-12-19T20:25:57.727Z | [ recovery-image] Dec 19 20:25:56.341 INFO O| Dec 19 20:25:56.341 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-19T20:25:57.769Z | [ recovery-image] Dec 19 20:25:56.385 INFO O| Dec 19 20:25:56.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5392 | 2024-12-19T20:25:57.769Z | [ recovery-image] Dec 19 20:25:56.385 INFO O| Dec 19 20:25:56.385 INFO STEP 356 (remove_files) COMPLETE |
5393 | 2024-12-19T20:25:57.773Z | [ recovery-image] Dec 19 20:25:56.385 INFO O| Dec 19 20:25:56.385 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-19T20:25:57.841Z | [ recovery-image] Dec 19 20:25:56.457 INFO O| Dec 19 20:25:56.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5395 | 2024-12-19T20:25:57.849Z | [ recovery-image] Dec 19 20:25:56.457 INFO O| Dec 19 20:25:56.457 INFO STEP 357 (remove_files) COMPLETE |
5396 | 2024-12-19T20:25:57.850Z | [ recovery-image] Dec 19 20:25:56.457 INFO O| Dec 19 20:25:56.457 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-19T20:25:57.897Z | [ recovery-image] Dec 19 20:25:56.502 INFO O| Dec 19 20:25:56.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5398 | 2024-12-19T20:25:57.903Z | [ recovery-image] Dec 19 20:25:56.502 INFO O| Dec 19 20:25:56.502 INFO STEP 358 (remove_files) COMPLETE |
5399 | 2024-12-19T20:25:57.903Z | [ recovery-image] Dec 19 20:25:56.502 INFO O| Dec 19 20:25:56.502 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-19T20:25:57.908Z | [ recovery-image] Dec 19 20:25:56.524 INFO O| Dec 19 20:25:56.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5401 | 2024-12-19T20:25:57.913Z | [ recovery-image] Dec 19 20:25:56.524 INFO O| Dec 19 20:25:56.524 INFO STEP 359 (remove_files) COMPLETE |
5402 | 2024-12-19T20:25:57.913Z | [ recovery-image] Dec 19 20:25:56.524 INFO O| Dec 19 20:25:56.524 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-19T20:25:57.932Z | [ recovery-image] Dec 19 20:25:56.548 INFO O| Dec 19 20:25:56.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5404 | 2024-12-19T20:25:57.942Z | [ recovery-image] Dec 19 20:25:56.548 INFO O| Dec 19 20:25:56.548 INFO STEP 360 (remove_files) COMPLETE |
5405 | 2024-12-19T20:25:57.942Z | [ recovery-image] Dec 19 20:25:56.548 INFO O| Dec 19 20:25:56.548 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-19T20:25:57.955Z | [ recovery-image] Dec 19 20:25:56.571 INFO O| Dec 19 20:25:56.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5407 | 2024-12-19T20:25:57.958Z | [ recovery-image] Dec 19 20:25:56.571 INFO O| Dec 19 20:25:56.571 INFO STEP 361 (remove_files) COMPLETE |
5408 | 2024-12-19T20:25:57.959Z | [ recovery-image] Dec 19 20:25:56.571 INFO O| Dec 19 20:25:56.571 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-12-19T20:25:57.978Z | [ recovery-image] Dec 19 20:25:56.594 INFO O| Dec 19 20:25:56.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5410 | 2024-12-19T20:25:57.983Z | [ recovery-image] Dec 19 20:25:56.594 INFO O| Dec 19 20:25:56.594 INFO STEP 362 (remove_files) COMPLETE |
5411 | 2024-12-19T20:25:57.983Z | [ recovery-image] Dec 19 20:25:56.594 INFO O| Dec 19 20:25:56.594 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-12-19T20:25:58.002Z | [ recovery-image] Dec 19 20:25:56.618 INFO O| Dec 19 20:25:56.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5413 | 2024-12-19T20:25:58.005Z | [ recovery-image] Dec 19 20:25:56.618 INFO O| Dec 19 20:25:56.618 INFO STEP 363 (remove_files) COMPLETE |
5414 | 2024-12-19T20:25:58.005Z | [ recovery-image] Dec 19 20:25:56.618 INFO O| Dec 19 20:25:56.618 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-19T20:25:58.025Z | [ recovery-image] Dec 19 20:25:56.640 INFO O| Dec 19 20:25:56.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5416 | 2024-12-19T20:25:58.029Z | [ recovery-image] Dec 19 20:25:56.641 INFO O| Dec 19 20:25:56.641 INFO STEP 364 (remove_files) COMPLETE |
5417 | 2024-12-19T20:25:58.029Z | [ recovery-image] Dec 19 20:25:56.641 INFO O| Dec 19 20:25:56.641 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-12-19T20:25:58.047Z | [ recovery-image] Dec 19 20:25:56.663 INFO O| Dec 19 20:25:56.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5419 | 2024-12-19T20:25:58.051Z | [ recovery-image] Dec 19 20:25:56.663 INFO O| Dec 19 20:25:56.663 INFO STEP 365 (remove_files) COMPLETE |
5420 | 2024-12-19T20:25:58.051Z | [ recovery-image] Dec 19 20:25:56.663 INFO O| Dec 19 20:25:56.663 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-12-19T20:25:58.086Z | [ recovery-image] Dec 19 20:25:56.701 INFO O| Dec 19 20:25:56.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5422 | 2024-12-19T20:25:58.086Z | [ recovery-image] Dec 19 20:25:56.701 INFO O| Dec 19 20:25:56.701 INFO STEP 366 (remove_files) COMPLETE |
5423 | 2024-12-19T20:25:58.089Z | [ recovery-image] Dec 19 20:25:56.701 INFO O| Dec 19 20:25:56.701 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-12-19T20:25:58.109Z | [ recovery-image] Dec 19 20:25:56.724 INFO O| Dec 19 20:25:56.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5425 | 2024-12-19T20:25:58.109Z | [ recovery-image] Dec 19 20:25:56.724 INFO O| Dec 19 20:25:56.724 INFO STEP 367 (remove_files) COMPLETE |
5426 | 2024-12-19T20:25:58.109Z | [ recovery-image] Dec 19 20:25:56.725 INFO O| Dec 19 20:25:56.724 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-12-19T20:25:58.134Z | [ recovery-image] Dec 19 20:25:56.750 INFO O| Dec 19 20:25:56.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5428 | 2024-12-19T20:25:58.134Z | [ recovery-image] Dec 19 20:25:56.750 INFO O| Dec 19 20:25:56.750 INFO STEP 368 (remove_files) COMPLETE |
5429 | 2024-12-19T20:25:58.134Z | [ recovery-image] Dec 19 20:25:56.750 INFO O| Dec 19 20:25:56.750 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-12-19T20:25:58.169Z | [ recovery-image] Dec 19 20:25:56.784 INFO O| Dec 19 20:25:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5431 | 2024-12-19T20:25:58.169Z | [ recovery-image] Dec 19 20:25:56.784 INFO O| Dec 19 20:25:56.784 INFO STEP 369 (remove_files) COMPLETE |
5432 | 2024-12-19T20:25:58.169Z | [ recovery-image] Dec 19 20:25:56.784 INFO O| Dec 19 20:25:56.784 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-12-19T20:25:58.213Z | [ recovery-image] Dec 19 20:25:56.829 INFO O| Dec 19 20:25:56.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5434 | 2024-12-19T20:25:58.216Z | [ recovery-image] Dec 19 20:25:56.829 INFO O| Dec 19 20:25:56.829 INFO STEP 370 (remove_files) COMPLETE |
5435 | 2024-12-19T20:25:58.216Z | [ recovery-image] Dec 19 20:25:56.829 INFO O| Dec 19 20:25:56.829 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-12-19T20:25:58.262Z | [ recovery-image] Dec 19 20:25:56.878 INFO O| Dec 19 20:25:56.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5437 | 2024-12-19T20:25:58.262Z | [ recovery-image] Dec 19 20:25:56.878 INFO O| Dec 19 20:25:56.878 INFO STEP 371 (remove_files) COMPLETE |
5438 | 2024-12-19T20:25:58.265Z | [ recovery-image] Dec 19 20:25:56.878 INFO O| Dec 19 20:25:56.878 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-12-19T20:25:58.318Z | [ host-image] Dec 19 20:25:56.934 INFO O| Dec 19 20:25:56.934 INFO O| Done |
5440 | 2024-12-19T20:25:58.327Z | [ recovery-image] Dec 19 20:25:56.943 INFO O| Dec 19 20:25:56.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5441 | 2024-12-19T20:25:58.327Z | [ recovery-image] Dec 19 20:25:56.943 INFO O| Dec 19 20:25:56.943 INFO STEP 372 (remove_files) COMPLETE |
5442 | 2024-12-19T20:25:58.327Z | [ recovery-image] Dec 19 20:25:56.943 INFO O| Dec 19 20:25:56.943 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-19T20:25:58.380Z | [ host-image] Dec 19 20:25:56.996 INFO O| Dec 19 20:25:56.996 INFO O| Done |
5444 | 2024-12-19T20:25:58.383Z | [ host-image] Dec 19 20:25:56.997 INFO O| Dec 19 20:25:56.997 INFO O| Done |
5445 | 2024-12-19T20:25:58.398Z | [ recovery-image] Dec 19 20:25:57.014 INFO O| Dec 19 20:25:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5446 | 2024-12-19T20:25:58.398Z | [ recovery-image] Dec 19 20:25:57.014 INFO O| Dec 19 20:25:57.014 INFO STEP 373 (remove_files) COMPLETE |
5447 | 2024-12-19T20:25:58.401Z | [ recovery-image] Dec 19 20:25:57.014 INFO O| Dec 19 20:25:57.014 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-12-19T20:25:58.410Z | [ host-image] Dec 19 20:25:57.026 INFO O| Dec 19 20:25:57.026 INFO O| Done |
5449 | 2024-12-19T20:25:58.420Z | [ recovery-image] Dec 19 20:25:57.036 INFO O| Dec 19 20:25:57.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5450 | 2024-12-19T20:25:58.421Z | [ recovery-image] Dec 19 20:25:57.037 INFO O| Dec 19 20:25:57.037 INFO STEP 374 (remove_files) COMPLETE |
5451 | 2024-12-19T20:25:58.421Z | [ recovery-image] Dec 19 20:25:57.037 INFO O| Dec 19 20:25:57.037 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-12-19T20:25:58.451Z | [ recovery-image] Dec 19 20:25:57.067 INFO O| Dec 19 20:25:57.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5453 | 2024-12-19T20:25:58.451Z | [ recovery-image] Dec 19 20:25:57.067 INFO O| Dec 19 20:25:57.067 INFO STEP 375 (remove_files) COMPLETE |
5454 | 2024-12-19T20:25:58.451Z | [ recovery-image] Dec 19 20:25:57.067 INFO O| Dec 19 20:25:57.067 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-12-19T20:25:58.513Z | [ recovery-image] Dec 19 20:25:57.129 INFO O| Dec 19 20:25:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5456 | 2024-12-19T20:25:58.513Z | [ recovery-image] Dec 19 20:25:57.129 INFO O| Dec 19 20:25:57.129 INFO STEP 376 (remove_files) COMPLETE |
5457 | 2024-12-19T20:25:58.513Z | [ recovery-image] Dec 19 20:25:57.129 INFO O| Dec 19 20:25:57.129 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-12-19T20:25:58.538Z | [ recovery-image] Dec 19 20:25:57.154 INFO O| Dec 19 20:25:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5459 | 2024-12-19T20:25:58.538Z | [ recovery-image] Dec 19 20:25:57.154 INFO O| Dec 19 20:25:57.154 INFO STEP 377 (remove_files) COMPLETE |
5460 | 2024-12-19T20:25:58.538Z | [ recovery-image] Dec 19 20:25:57.154 INFO O| Dec 19 20:25:57.154 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-19T20:25:58.595Z | [ recovery-image] Dec 19 20:25:57.211 INFO O| Dec 19 20:25:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5462 | 2024-12-19T20:25:58.596Z | [ recovery-image] Dec 19 20:25:57.211 INFO O| Dec 19 20:25:57.211 INFO STEP 378 (remove_files) COMPLETE |
5463 | 2024-12-19T20:25:58.596Z | [ recovery-image] Dec 19 20:25:57.211 INFO O| Dec 19 20:25:57.211 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-19T20:25:58.622Z | [ host-image] Dec 19 20:25:57.238 INFO O| Dec 19 20:25:57.238 INFO STEP 12 (pkg_install) COMPLETE |
5465 | 2024-12-19T20:25:58.622Z | [ host-image] Dec 19 20:25:57.238 INFO O| Dec 19 20:25:57.238 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5466 | 2024-12-19T20:25:58.671Z | [ recovery-image] Dec 19 20:25:57.287 INFO O| Dec 19 20:25:57.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5467 | 2024-12-19T20:25:58.671Z | [ recovery-image] Dec 19 20:25:57.287 INFO O| Dec 19 20:25:57.287 INFO STEP 379 (remove_files) COMPLETE |
5468 | 2024-12-19T20:25:58.674Z | [ recovery-image] Dec 19 20:25:57.287 INFO O| Dec 19 20:25:57.287 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-12-19T20:25:58.691Z | [ host-image] Dec 19 20:25:57.307 INFO O| Dec 19 20:25:57.306 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5470 | 2024-12-19T20:25:58.711Z | [ recovery-image] Dec 19 20:25:57.327 INFO O| Dec 19 20:25:57.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5471 | 2024-12-19T20:25:58.711Z | [ recovery-image] Dec 19 20:25:57.327 INFO O| Dec 19 20:25:57.327 INFO STEP 380 (remove_files) COMPLETE |
5472 | 2024-12-19T20:25:58.713Z | [ recovery-image] Dec 19 20:25:57.327 INFO O| Dec 19 20:25:57.327 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-19T20:25:58.753Z | [ recovery-image] Dec 19 20:25:57.369 INFO O| Dec 19 20:25:57.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5474 | 2024-12-19T20:25:58.756Z | [ recovery-image] Dec 19 20:25:57.369 INFO O| Dec 19 20:25:57.369 INFO STEP 381 (remove_files) COMPLETE |
5475 | 2024-12-19T20:25:58.756Z | [ recovery-image] Dec 19 20:25:57.369 INFO O| Dec 19 20:25:57.369 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-19T20:25:58.797Z | [ recovery-image] Dec 19 20:25:57.413 INFO O| Dec 19 20:25:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5477 | 2024-12-19T20:25:58.800Z | [ recovery-image] Dec 19 20:25:57.413 INFO O| Dec 19 20:25:57.413 INFO STEP 382 (remove_files) COMPLETE |
5478 | 2024-12-19T20:25:58.800Z | [ recovery-image] Dec 19 20:25:57.414 INFO O| Dec 19 20:25:57.413 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-19T20:25:58.820Z | [ recovery-image] Dec 19 20:25:57.436 INFO O| Dec 19 20:25:57.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5480 | 2024-12-19T20:25:58.825Z | [ recovery-image] Dec 19 20:25:57.436 INFO O| Dec 19 20:25:57.436 INFO STEP 383 (remove_files) COMPLETE |
5481 | 2024-12-19T20:25:58.825Z | [ recovery-image] Dec 19 20:25:57.436 INFO O| Dec 19 20:25:57.436 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-19T20:25:58.883Z | [ recovery-image] Dec 19 20:25:57.499 INFO O| Dec 19 20:25:57.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5483 | 2024-12-19T20:25:58.883Z | [ recovery-image] Dec 19 20:25:57.499 INFO O| Dec 19 20:25:57.499 INFO STEP 384 (remove_files) COMPLETE |
5484 | 2024-12-19T20:25:58.886Z | [ recovery-image] Dec 19 20:25:57.499 INFO O| Dec 19 20:25:57.499 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-19T20:25:58.946Z | [ recovery-image] Dec 19 20:25:57.561 INFO O| Dec 19 20:25:57.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5486 | 2024-12-19T20:25:58.949Z | [ recovery-image] Dec 19 20:25:57.562 INFO O| Dec 19 20:25:57.562 INFO STEP 385 (remove_files) COMPLETE |
5487 | 2024-12-19T20:25:58.949Z | [ recovery-image] Dec 19 20:25:57.562 INFO O| Dec 19 20:25:57.562 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-19T20:25:59.013Z | [ recovery-image] Dec 19 20:25:57.629 INFO O| Dec 19 20:25:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5489 | 2024-12-19T20:25:59.017Z | [ recovery-image] Dec 19 20:25:57.629 INFO O| Dec 19 20:25:57.629 INFO STEP 386 (remove_files) COMPLETE |
5490 | 2024-12-19T20:25:59.017Z | [ recovery-image] Dec 19 20:25:57.629 INFO O| Dec 19 20:25:57.629 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-19T20:25:59.041Z | [ recovery-image] Dec 19 20:25:57.651 INFO O| Dec 19 20:25:57.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5492 | 2024-12-19T20:25:59.042Z | [ recovery-image] Dec 19 20:25:57.651 INFO O| Dec 19 20:25:57.651 INFO STEP 387 (remove_files) COMPLETE |
5493 | 2024-12-19T20:25:59.042Z | [ recovery-image] Dec 19 20:25:57.651 INFO O| Dec 19 20:25:57.651 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-19T20:25:59.071Z | [ recovery-image] Dec 19 20:25:57.675 INFO O| Dec 19 20:25:57.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5495 | 2024-12-19T20:25:59.075Z | [ recovery-image] Dec 19 20:25:57.675 INFO O| Dec 19 20:25:57.675 INFO STEP 388 (remove_files) COMPLETE |
5496 | 2024-12-19T20:25:59.075Z | [ recovery-image] Dec 19 20:25:57.675 INFO O| Dec 19 20:25:57.675 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-19T20:25:59.083Z | [ recovery-image] Dec 19 20:25:57.699 INFO O| Dec 19 20:25:57.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5498 | 2024-12-19T20:25:59.084Z | [ recovery-image] Dec 19 20:25:57.699 INFO O| Dec 19 20:25:57.699 INFO STEP 389 (remove_files) COMPLETE |
5499 | 2024-12-19T20:25:59.084Z | [ recovery-image] Dec 19 20:25:57.699 INFO O| Dec 19 20:25:57.699 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-19T20:25:59.144Z | [ recovery-image] Dec 19 20:25:57.759 INFO O| Dec 19 20:25:57.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5501 | 2024-12-19T20:25:59.154Z | [ recovery-image] Dec 19 20:25:57.760 INFO O| Dec 19 20:25:57.759 INFO STEP 390 (remove_files) COMPLETE |
5502 | 2024-12-19T20:25:59.154Z | [ recovery-image] Dec 19 20:25:57.760 INFO O| Dec 19 20:25:57.760 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-19T20:25:59.211Z | [ recovery-image] Dec 19 20:25:57.826 INFO O| Dec 19 20:25:57.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5504 | 2024-12-19T20:25:59.214Z | [ recovery-image] Dec 19 20:25:57.826 INFO O| Dec 19 20:25:57.826 INFO STEP 391 (remove_files) COMPLETE |
5505 | 2024-12-19T20:25:59.214Z | [ recovery-image] Dec 19 20:25:57.826 INFO O| Dec 19 20:25:57.826 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-19T20:25:59.231Z | [ recovery-image] Dec 19 20:25:57.847 INFO O| Dec 19 20:25:57.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5507 | 2024-12-19T20:25:59.234Z | [ recovery-image] Dec 19 20:25:57.847 INFO O| Dec 19 20:25:57.847 INFO STEP 392 (remove_files) COMPLETE |
5508 | 2024-12-19T20:25:59.234Z | [ recovery-image] Dec 19 20:25:57.847 INFO O| Dec 19 20:25:57.847 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-19T20:25:59.251Z | [ recovery-image] Dec 19 20:25:57.867 INFO O| Dec 19 20:25:57.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5510 | 2024-12-19T20:25:59.252Z | [ recovery-image] Dec 19 20:25:57.867 INFO O| Dec 19 20:25:57.867 INFO STEP 393 (remove_files) COMPLETE |
5511 | 2024-12-19T20:25:59.256Z | [ recovery-image] Dec 19 20:25:57.867 INFO O| Dec 19 20:25:57.867 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-19T20:25:59.370Z | [ recovery-image] Dec 19 20:25:57.985 INFO O| Dec 19 20:25:57.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5513 | 2024-12-19T20:25:59.373Z | [ recovery-image] Dec 19 20:25:57.985 INFO O| Dec 19 20:25:57.985 INFO STEP 394 (remove_files) COMPLETE |
5514 | 2024-12-19T20:25:59.373Z | [ recovery-image] Dec 19 20:25:57.985 INFO O| Dec 19 20:25:57.985 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-19T20:25:59.408Z | [ recovery-image] Dec 19 20:25:58.023 INFO O| Dec 19 20:25:58.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5516 | 2024-12-19T20:25:59.412Z | [ recovery-image] Dec 19 20:25:58.024 INFO O| Dec 19 20:25:58.023 INFO STEP 395 (remove_files) COMPLETE |
5517 | 2024-12-19T20:25:59.412Z | [ recovery-image] Dec 19 20:25:58.024 INFO O| Dec 19 20:25:58.024 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-19T20:25:59.456Z | [ recovery-image] Dec 19 20:25:58.062 INFO O| Dec 19 20:25:58.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5519 | 2024-12-19T20:25:59.461Z | [ recovery-image] Dec 19 20:25:58.062 INFO O| Dec 19 20:25:58.062 INFO STEP 396 (remove_files) COMPLETE |
5520 | 2024-12-19T20:25:59.461Z | [ recovery-image] Dec 19 20:25:58.062 INFO O| Dec 19 20:25:58.062 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-19T20:25:59.469Z | [ recovery-image] Dec 19 20:25:58.085 INFO O| Dec 19 20:25:58.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5522 | 2024-12-19T20:25:59.472Z | [ recovery-image] Dec 19 20:25:58.085 INFO O| Dec 19 20:25:58.085 INFO STEP 397 (remove_files) COMPLETE |
5523 | 2024-12-19T20:25:59.472Z | [ recovery-image] Dec 19 20:25:58.085 INFO O| Dec 19 20:25:58.085 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-19T20:25:59.514Z | [ recovery-image] Dec 19 20:25:58.130 INFO O| Dec 19 20:25:58.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5525 | 2024-12-19T20:25:59.518Z | [ recovery-image] Dec 19 20:25:58.130 INFO O| Dec 19 20:25:58.130 INFO STEP 398 (remove_files) COMPLETE |
5526 | 2024-12-19T20:25:59.518Z | [ recovery-image] Dec 19 20:25:58.130 INFO O| Dec 19 20:25:58.130 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-19T20:25:59.535Z | [ recovery-image] Dec 19 20:25:58.151 INFO O| Dec 19 20:25:58.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5528 | 2024-12-19T20:25:59.539Z | [ recovery-image] Dec 19 20:25:58.151 INFO O| Dec 19 20:25:58.151 INFO STEP 399 (remove_files) COMPLETE |
5529 | 2024-12-19T20:25:59.539Z | [ recovery-image] Dec 19 20:25:58.151 INFO O| Dec 19 20:25:58.151 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-19T20:25:59.557Z | [ recovery-image] Dec 19 20:25:58.173 INFO O| Dec 19 20:25:58.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5531 | 2024-12-19T20:25:59.562Z | [ recovery-image] Dec 19 20:25:58.173 INFO O| Dec 19 20:25:58.173 INFO STEP 400 (remove_files) COMPLETE |
5532 | 2024-12-19T20:25:59.562Z | [ recovery-image] Dec 19 20:25:58.173 INFO O| Dec 19 20:25:58.173 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-19T20:25:59.611Z | [ recovery-image] Dec 19 20:25:58.216 INFO O| Dec 19 20:25:58.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5534 | 2024-12-19T20:25:59.611Z | [ recovery-image] Dec 19 20:25:58.216 INFO O| Dec 19 20:25:58.216 INFO STEP 401 (remove_files) COMPLETE |
5535 | 2024-12-19T20:25:59.611Z | [ recovery-image] Dec 19 20:25:58.216 INFO O| Dec 19 20:25:58.216 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-19T20:25:59.633Z | [ recovery-image] Dec 19 20:25:58.238 INFO O| Dec 19 20:25:58.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5537 | 2024-12-19T20:25:59.633Z | [ recovery-image] Dec 19 20:25:58.239 INFO O| Dec 19 20:25:58.239 INFO STEP 402 (remove_files) COMPLETE |
5538 | 2024-12-19T20:25:59.633Z | [ recovery-image] Dec 19 20:25:58.239 INFO O| Dec 19 20:25:58.239 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-19T20:25:59.654Z | [ recovery-image] Dec 19 20:25:58.260 INFO O| Dec 19 20:25:58.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5540 | 2024-12-19T20:25:59.655Z | [ recovery-image] Dec 19 20:25:58.260 INFO O| Dec 19 20:25:58.260 INFO STEP 403 (remove_files) COMPLETE |
5541 | 2024-12-19T20:25:59.655Z | [ recovery-image] Dec 19 20:25:58.260 INFO O| Dec 19 20:25:58.260 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-19T20:25:59.668Z | [ recovery-image] Dec 19 20:25:58.283 INFO O| Dec 19 20:25:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5543 | 2024-12-19T20:25:59.669Z | [ recovery-image] Dec 19 20:25:58.283 INFO O| Dec 19 20:25:58.283 INFO STEP 404 (remove_files) COMPLETE |
5544 | 2024-12-19T20:25:59.669Z | [ recovery-image] Dec 19 20:25:58.283 INFO O| Dec 19 20:25:58.283 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-19T20:25:59.691Z | [ recovery-image] Dec 19 20:25:58.305 INFO O| Dec 19 20:25:58.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5546 | 2024-12-19T20:25:59.691Z | [ recovery-image] Dec 19 20:25:58.305 INFO O| Dec 19 20:25:58.305 INFO STEP 405 (remove_files) COMPLETE |
5547 | 2024-12-19T20:25:59.700Z | [ recovery-image] Dec 19 20:25:58.305 INFO O| Dec 19 20:25:58.305 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-19T20:25:59.732Z | [ recovery-image] Dec 19 20:25:58.341 INFO O| Dec 19 20:25:58.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5549 | 2024-12-19T20:25:59.732Z | [ recovery-image] Dec 19 20:25:58.341 INFO O| Dec 19 20:25:58.341 INFO STEP 406 (remove_files) COMPLETE |
5550 | 2024-12-19T20:25:59.733Z | [ recovery-image] Dec 19 20:25:58.341 INFO O| Dec 19 20:25:58.341 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-19T20:25:59.760Z | [ recovery-image] Dec 19 20:25:58.374 INFO O| Dec 19 20:25:58.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5552 | 2024-12-19T20:25:59.760Z | [ recovery-image] Dec 19 20:25:58.374 INFO O| Dec 19 20:25:58.374 INFO STEP 407 (remove_files) COMPLETE |
5553 | 2024-12-19T20:25:59.765Z | [ recovery-image] Dec 19 20:25:58.375 INFO O| Dec 19 20:25:58.374 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-19T20:25:59.796Z | [ recovery-image] Dec 19 20:25:58.411 INFO O| Dec 19 20:25:58.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5555 | 2024-12-19T20:25:59.797Z | [ recovery-image] Dec 19 20:25:58.411 INFO O| Dec 19 20:25:58.411 INFO STEP 408 (remove_files) COMPLETE |
5556 | 2024-12-19T20:25:59.801Z | [ recovery-image] Dec 19 20:25:58.411 INFO O| Dec 19 20:25:58.411 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-19T20:25:59.820Z | [ recovery-image] Dec 19 20:25:58.434 INFO O| Dec 19 20:25:58.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5558 | 2024-12-19T20:25:59.820Z | [ recovery-image] Dec 19 20:25:58.434 INFO O| Dec 19 20:25:58.434 INFO STEP 409 (remove_files) COMPLETE |
5559 | 2024-12-19T20:25:59.820Z | [ recovery-image] Dec 19 20:25:58.434 INFO O| Dec 19 20:25:58.434 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-19T20:25:59.859Z | [ recovery-image] Dec 19 20:25:58.472 INFO O| Dec 19 20:25:58.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5561 | 2024-12-19T20:25:59.882Z | [ recovery-image] Dec 19 20:25:58.473 INFO O| Dec 19 20:25:58.472 INFO STEP 410 (remove_files) COMPLETE |
5562 | 2024-12-19T20:25:59.882Z | [ recovery-image] Dec 19 20:25:58.473 INFO O| Dec 19 20:25:58.473 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-19T20:25:59.905Z | [ host-image] Dec 19 20:25:58.497 INFO O| Dec 19 20:25:58.496 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5564 | 2024-12-19T20:25:59.913Z | [ recovery-image] Dec 19 20:25:58.516 INFO O| Dec 19 20:25:58.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5565 | 2024-12-19T20:25:59.914Z | [ recovery-image] Dec 19 20:25:58.516 INFO O| Dec 19 20:25:58.516 INFO STEP 411 (remove_files) COMPLETE |
5566 | 2024-12-19T20:25:59.914Z | [ recovery-image] Dec 19 20:25:58.516 INFO O| Dec 19 20:25:58.516 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-19T20:25:59.931Z | [ recovery-image] Dec 19 20:25:58.539 INFO O| Dec 19 20:25:58.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5568 | 2024-12-19T20:25:59.931Z | [ recovery-image] Dec 19 20:25:58.539 INFO O| Dec 19 20:25:58.539 INFO STEP 412 (remove_files) COMPLETE |
5569 | 2024-12-19T20:25:59.956Z | [ recovery-image] Dec 19 20:25:58.539 INFO O| Dec 19 20:25:58.539 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-19T20:25:59.964Z | [ recovery-image] Dec 19 20:25:58.576 INFO O| Dec 19 20:25:58.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5571 | 2024-12-19T20:25:59.964Z | [ recovery-image] Dec 19 20:25:58.576 INFO O| Dec 19 20:25:58.576 INFO STEP 413 (remove_files) COMPLETE |
5572 | 2024-12-19T20:25:59.964Z | [ recovery-image] Dec 19 20:25:58.576 INFO O| Dec 19 20:25:58.576 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-19T20:25:59.993Z | [ recovery-image] Dec 19 20:25:58.605 INFO O| Dec 19 20:25:58.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5574 | 2024-12-19T20:25:59.993Z | [ recovery-image] Dec 19 20:25:58.605 INFO O| Dec 19 20:25:58.605 INFO STEP 414 (remove_files) COMPLETE |
5575 | 2024-12-19T20:25:59.993Z | [ recovery-image] Dec 19 20:25:58.605 INFO O| Dec 19 20:25:58.605 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-19T20:26:00.023Z | [ recovery-image] Dec 19 20:25:58.638 INFO O| Dec 19 20:25:58.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5577 | 2024-12-19T20:26:00.023Z | [ recovery-image] Dec 19 20:25:58.638 INFO O| Dec 19 20:25:58.638 INFO STEP 415 (remove_files) COMPLETE |
5578 | 2024-12-19T20:26:00.033Z | [ recovery-image] Dec 19 20:25:58.638 INFO O| Dec 19 20:25:58.638 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-19T20:26:00.046Z | [ recovery-image] Dec 19 20:25:58.661 INFO O| Dec 19 20:25:58.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5580 | 2024-12-19T20:26:00.046Z | [ recovery-image] Dec 19 20:25:58.661 INFO O| Dec 19 20:25:58.661 INFO STEP 416 (remove_files) COMPLETE |
5581 | 2024-12-19T20:26:00.052Z | [ recovery-image] Dec 19 20:25:58.661 INFO O| Dec 19 20:25:58.661 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-19T20:26:00.071Z | [ recovery-image] Dec 19 20:25:58.686 INFO O| Dec 19 20:25:58.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5583 | 2024-12-19T20:26:00.076Z | [ recovery-image] Dec 19 20:25:58.686 INFO O| Dec 19 20:25:58.686 INFO STEP 417 (remove_files) COMPLETE |
5584 | 2024-12-19T20:26:00.077Z | [ recovery-image] Dec 19 20:25:58.686 INFO O| Dec 19 20:25:58.686 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-19T20:26:00.106Z | [ recovery-image] Dec 19 20:25:58.720 INFO O| Dec 19 20:25:58.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5586 | 2024-12-19T20:26:00.114Z | [ recovery-image] Dec 19 20:25:58.720 INFO O| Dec 19 20:25:58.720 INFO STEP 418 (remove_files) COMPLETE |
5587 | 2024-12-19T20:26:00.114Z | [ recovery-image] Dec 19 20:25:58.720 INFO O| Dec 19 20:25:58.720 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-19T20:26:00.149Z | [ recovery-image] Dec 19 20:25:58.763 INFO O| Dec 19 20:25:58.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5589 | 2024-12-19T20:26:00.157Z | [ recovery-image] Dec 19 20:25:58.763 INFO O| Dec 19 20:25:58.763 INFO STEP 419 (remove_files) COMPLETE |
5590 | 2024-12-19T20:26:00.157Z | [ recovery-image] Dec 19 20:25:58.763 INFO O| Dec 19 20:25:58.763 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-19T20:26:00.214Z | [ recovery-image] Dec 19 20:25:58.824 INFO O| Dec 19 20:25:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5592 | 2024-12-19T20:26:00.226Z | [ recovery-image] Dec 19 20:25:58.824 INFO O| Dec 19 20:25:58.824 INFO STEP 420 (remove_files) COMPLETE |
5593 | 2024-12-19T20:26:00.226Z | [ recovery-image] Dec 19 20:25:58.824 INFO O| Dec 19 20:25:58.824 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-19T20:26:00.273Z | [ recovery-image] Dec 19 20:25:58.888 INFO O| Dec 19 20:25:58.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5595 | 2024-12-19T20:26:00.273Z | [ recovery-image] Dec 19 20:25:58.888 INFO O| Dec 19 20:25:58.888 INFO STEP 421 (remove_files) COMPLETE |
5596 | 2024-12-19T20:26:00.279Z | [ recovery-image] Dec 19 20:25:58.888 INFO O| Dec 19 20:25:58.888 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-19T20:26:00.318Z | [ recovery-image] Dec 19 20:25:58.933 INFO O| Dec 19 20:25:58.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5598 | 2024-12-19T20:26:00.318Z | [ recovery-image] Dec 19 20:25:58.933 INFO O| Dec 19 20:25:58.933 INFO STEP 422 (remove_files) COMPLETE |
5599 | 2024-12-19T20:26:00.318Z | [ recovery-image] Dec 19 20:25:58.933 INFO O| Dec 19 20:25:58.933 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-19T20:26:00.372Z | [ recovery-image] Dec 19 20:25:58.986 INFO O| Dec 19 20:25:58.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5601 | 2024-12-19T20:26:00.377Z | [ recovery-image] Dec 19 20:25:58.986 INFO O| Dec 19 20:25:58.986 INFO STEP 423 (remove_files) COMPLETE |
5602 | 2024-12-19T20:26:00.377Z | [ recovery-image] Dec 19 20:25:58.986 INFO O| Dec 19 20:25:58.986 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-19T20:26:00.395Z | [ recovery-image] Dec 19 20:25:59.008 INFO O| Dec 19 20:25:59.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5604 | 2024-12-19T20:26:00.400Z | [ recovery-image] Dec 19 20:25:59.009 INFO O| Dec 19 20:25:59.009 INFO STEP 424 (remove_files) COMPLETE |
5605 | 2024-12-19T20:26:00.400Z | [ recovery-image] Dec 19 20:25:59.009 INFO O| Dec 19 20:25:59.009 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-19T20:26:00.432Z | [ recovery-image] Dec 19 20:25:59.047 INFO O| Dec 19 20:25:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5607 | 2024-12-19T20:26:00.435Z | [ recovery-image] Dec 19 20:25:59.047 INFO O| Dec 19 20:25:59.047 INFO STEP 425 (remove_files) COMPLETE |
5608 | 2024-12-19T20:26:00.435Z | [ recovery-image] Dec 19 20:25:59.047 INFO O| Dec 19 20:25:59.047 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-19T20:26:00.467Z | [ recovery-image] Dec 19 20:25:59.081 INFO O| Dec 19 20:25:59.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5610 | 2024-12-19T20:26:00.472Z | [ recovery-image] Dec 19 20:25:59.081 INFO O| Dec 19 20:25:59.081 INFO STEP 426 (remove_files) COMPLETE |
5611 | 2024-12-19T20:26:00.472Z | [ recovery-image] Dec 19 20:25:59.081 INFO O| Dec 19 20:25:59.081 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-19T20:26:00.542Z | [ recovery-image] Dec 19 20:25:59.157 INFO O| Dec 19 20:25:59.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5613 | 2024-12-19T20:26:00.542Z | [ recovery-image] Dec 19 20:25:59.157 INFO O| Dec 19 20:25:59.157 INFO STEP 427 (remove_files) COMPLETE |
5614 | 2024-12-19T20:26:00.542Z | [ recovery-image] Dec 19 20:25:59.157 INFO O| Dec 19 20:25:59.157 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-19T20:26:00.564Z | [ recovery-image] Dec 19 20:25:59.179 INFO O| Dec 19 20:25:59.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5616 | 2024-12-19T20:26:00.565Z | [ recovery-image] Dec 19 20:25:59.179 INFO O| Dec 19 20:25:59.179 INFO STEP 428 (remove_files) COMPLETE |
5617 | 2024-12-19T20:26:00.565Z | [ recovery-image] Dec 19 20:25:59.179 INFO O| Dec 19 20:25:59.179 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-19T20:26:00.584Z | [ recovery-image] Dec 19 20:25:59.199 INFO O| Dec 19 20:25:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5619 | 2024-12-19T20:26:00.584Z | [ recovery-image] Dec 19 20:25:59.199 INFO O| Dec 19 20:25:59.199 INFO STEP 429 (remove_files) COMPLETE |
5620 | 2024-12-19T20:26:00.584Z | [ recovery-image] Dec 19 20:25:59.199 INFO O| Dec 19 20:25:59.199 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-19T20:26:00.603Z | [ recovery-image] Dec 19 20:25:59.218 INFO O| Dec 19 20:25:59.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5622 | 2024-12-19T20:26:00.603Z | [ recovery-image] Dec 19 20:25:59.219 INFO O| Dec 19 20:25:59.219 INFO STEP 430 (remove_files) COMPLETE |
5623 | 2024-12-19T20:26:00.603Z | [ recovery-image] Dec 19 20:25:59.219 INFO O| Dec 19 20:25:59.219 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-19T20:26:00.643Z | [ recovery-image] Dec 19 20:25:59.258 INFO O| Dec 19 20:25:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5625 | 2024-12-19T20:26:00.643Z | [ recovery-image] Dec 19 20:25:59.258 INFO O| Dec 19 20:25:59.258 INFO STEP 431 (remove_files) COMPLETE |
5626 | 2024-12-19T20:26:00.646Z | [ recovery-image] Dec 19 20:25:59.258 INFO O| Dec 19 20:25:59.258 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-19T20:26:00.679Z | [ recovery-image] Dec 19 20:25:59.287 INFO O| Dec 19 20:25:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5628 | 2024-12-19T20:26:00.682Z | [ recovery-image] Dec 19 20:25:59.287 INFO O| Dec 19 20:25:59.287 INFO STEP 432 (remove_files) COMPLETE |
5629 | 2024-12-19T20:26:00.683Z | [ recovery-image] Dec 19 20:25:59.288 INFO O| Dec 19 20:25:59.287 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-19T20:26:00.696Z | [ recovery-image] Dec 19 20:25:59.311 INFO O| Dec 19 20:25:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5631 | 2024-12-19T20:26:00.696Z | [ recovery-image] Dec 19 20:25:59.311 INFO O| Dec 19 20:25:59.311 INFO STEP 433 (remove_files) COMPLETE |
5632 | 2024-12-19T20:26:00.696Z | [ recovery-image] Dec 19 20:25:59.311 INFO O| Dec 19 20:25:59.311 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-19T20:26:00.753Z | [ recovery-image] Dec 19 20:25:59.369 INFO O| Dec 19 20:25:59.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5634 | 2024-12-19T20:26:00.754Z | [ recovery-image] Dec 19 20:25:59.369 INFO O| Dec 19 20:25:59.369 INFO STEP 434 (remove_files) COMPLETE |
5635 | 2024-12-19T20:26:00.754Z | [ recovery-image] Dec 19 20:25:59.369 INFO O| Dec 19 20:25:59.369 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-19T20:26:00.776Z | [ recovery-image] Dec 19 20:25:59.391 INFO O| Dec 19 20:25:59.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5637 | 2024-12-19T20:26:00.779Z | [ recovery-image] Dec 19 20:25:59.392 INFO O| Dec 19 20:25:59.392 INFO STEP 435 (remove_files) COMPLETE |
5638 | 2024-12-19T20:26:00.780Z | [ recovery-image] Dec 19 20:25:59.392 INFO O| Dec 19 20:25:59.392 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-19T20:26:00.799Z | [ recovery-image] Dec 19 20:25:59.415 INFO O| Dec 19 20:25:59.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5640 | 2024-12-19T20:26:00.802Z | [ recovery-image] Dec 19 20:25:59.415 INFO O| Dec 19 20:25:59.415 INFO STEP 436 (remove_files) COMPLETE |
5641 | 2024-12-19T20:26:00.802Z | [ recovery-image] Dec 19 20:25:59.415 INFO O| Dec 19 20:25:59.415 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-19T20:26:00.822Z | [ recovery-image] Dec 19 20:25:59.437 INFO O| Dec 19 20:25:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5643 | 2024-12-19T20:26:00.825Z | [ recovery-image] Dec 19 20:25:59.438 INFO O| Dec 19 20:25:59.438 INFO STEP 437 (remove_files) COMPLETE |
5644 | 2024-12-19T20:26:00.825Z | [ recovery-image] Dec 19 20:25:59.438 INFO O| Dec 19 20:25:59.438 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-19T20:26:00.846Z | [ recovery-image] Dec 19 20:25:59.461 INFO O| Dec 19 20:25:59.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5646 | 2024-12-19T20:26:00.850Z | [ recovery-image] Dec 19 20:25:59.461 INFO O| Dec 19 20:25:59.461 INFO STEP 438 (remove_files) COMPLETE |
5647 | 2024-12-19T20:26:00.850Z | [ recovery-image] Dec 19 20:25:59.461 INFO O| Dec 19 20:25:59.461 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-19T20:26:00.882Z | [ recovery-image] Dec 19 20:25:59.497 INFO O| Dec 19 20:25:59.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5649 | 2024-12-19T20:26:00.882Z | [ recovery-image] Dec 19 20:25:59.497 INFO O| Dec 19 20:25:59.497 INFO STEP 439 (remove_files) COMPLETE |
5650 | 2024-12-19T20:26:00.886Z | [ recovery-image] Dec 19 20:25:59.497 INFO O| Dec 19 20:25:59.497 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-19T20:26:00.906Z | [ recovery-image] Dec 19 20:25:59.521 INFO O| Dec 19 20:25:59.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5652 | 2024-12-19T20:26:00.906Z | [ recovery-image] Dec 19 20:25:59.522 INFO O| Dec 19 20:25:59.522 INFO STEP 440 (remove_files) COMPLETE |
5653 | 2024-12-19T20:26:00.910Z | [ recovery-image] Dec 19 20:25:59.522 INFO O| Dec 19 20:25:59.522 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-19T20:26:00.931Z | [ recovery-image] Dec 19 20:25:59.545 INFO O| Dec 19 20:25:59.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5655 | 2024-12-19T20:26:00.931Z | [ recovery-image] Dec 19 20:25:59.545 INFO O| Dec 19 20:25:59.545 INFO STEP 441 (remove_files) COMPLETE |
5656 | 2024-12-19T20:26:00.934Z | [ recovery-image] Dec 19 20:25:59.545 INFO O| Dec 19 20:25:59.545 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-19T20:26:00.953Z | [ recovery-image] Dec 19 20:25:59.568 INFO O| Dec 19 20:25:59.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5658 | 2024-12-19T20:26:00.955Z | [ recovery-image] Dec 19 20:25:59.568 INFO O| Dec 19 20:25:59.568 INFO STEP 442 (remove_files) COMPLETE |
5659 | 2024-12-19T20:26:00.956Z | [ recovery-image] Dec 19 20:25:59.569 INFO O| Dec 19 20:25:59.568 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-19T20:26:00.975Z | [ recovery-image] Dec 19 20:25:59.591 INFO O| Dec 19 20:25:59.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5661 | 2024-12-19T20:26:00.980Z | [ recovery-image] Dec 19 20:25:59.591 INFO O| Dec 19 20:25:59.591 INFO STEP 443 (remove_files) COMPLETE |
5662 | 2024-12-19T20:26:00.980Z | [ recovery-image] Dec 19 20:25:59.591 INFO O| Dec 19 20:25:59.591 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-19T20:26:01.010Z | [ recovery-image] Dec 19 20:25:59.625 INFO O| Dec 19 20:25:59.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5664 | 2024-12-19T20:26:01.010Z | [ recovery-image] Dec 19 20:25:59.625 INFO O| Dec 19 20:25:59.625 INFO STEP 444 (remove_files) COMPLETE |
5665 | 2024-12-19T20:26:01.010Z | [ recovery-image] Dec 19 20:25:59.625 INFO O| Dec 19 20:25:59.625 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-19T20:26:01.032Z | [ recovery-image] Dec 19 20:25:59.648 INFO O| Dec 19 20:25:59.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5667 | 2024-12-19T20:26:01.032Z | [ recovery-image] Dec 19 20:25:59.648 INFO O| Dec 19 20:25:59.648 INFO STEP 445 (remove_files) COMPLETE |
5668 | 2024-12-19T20:26:01.035Z | [ recovery-image] Dec 19 20:25:59.648 INFO O| Dec 19 20:25:59.648 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-19T20:26:01.055Z | [ recovery-image] Dec 19 20:25:59.670 INFO O| Dec 19 20:25:59.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5670 | 2024-12-19T20:26:01.055Z | [ recovery-image] Dec 19 20:25:59.671 INFO O| Dec 19 20:25:59.671 INFO STEP 446 (remove_files) COMPLETE |
5671 | 2024-12-19T20:26:01.056Z | [ recovery-image] Dec 19 20:25:59.671 INFO O| Dec 19 20:25:59.671 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-19T20:26:01.079Z | [ recovery-image] Dec 19 20:25:59.694 INFO O| Dec 19 20:25:59.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5673 | 2024-12-19T20:26:01.079Z | [ recovery-image] Dec 19 20:25:59.694 INFO O| Dec 19 20:25:59.694 INFO STEP 447 (remove_files) COMPLETE |
5674 | 2024-12-19T20:26:01.083Z | [ recovery-image] Dec 19 20:25:59.694 INFO O| Dec 19 20:25:59.694 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-19T20:26:01.102Z | [ recovery-image] Dec 19 20:25:59.717 INFO O| Dec 19 20:25:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5676 | 2024-12-19T20:26:01.102Z | [ recovery-image] Dec 19 20:25:59.717 INFO O| Dec 19 20:25:59.717 INFO STEP 448 (remove_files) COMPLETE |
5677 | 2024-12-19T20:26:01.102Z | [ recovery-image] Dec 19 20:25:59.717 INFO O| Dec 19 20:25:59.717 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-19T20:26:01.126Z | [ recovery-image] Dec 19 20:25:59.742 INFO O| Dec 19 20:25:59.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5679 | 2024-12-19T20:26:01.127Z | [ recovery-image] Dec 19 20:25:59.742 INFO O| Dec 19 20:25:59.742 INFO STEP 449 (remove_files) COMPLETE |
5680 | 2024-12-19T20:26:01.127Z | [ recovery-image] Dec 19 20:25:59.742 INFO O| Dec 19 20:25:59.742 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-19T20:26:01.149Z | [ recovery-image] Dec 19 20:25:59.764 INFO O| Dec 19 20:25:59.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5682 | 2024-12-19T20:26:01.149Z | [ recovery-image] Dec 19 20:25:59.765 INFO O| Dec 19 20:25:59.765 INFO STEP 450 (remove_files) COMPLETE |
5683 | 2024-12-19T20:26:01.149Z | [ recovery-image] Dec 19 20:25:59.765 INFO O| Dec 19 20:25:59.765 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-19T20:26:01.206Z | [ recovery-image] Dec 19 20:25:59.821 INFO O| Dec 19 20:25:59.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5685 | 2024-12-19T20:26:01.212Z | [ recovery-image] Dec 19 20:25:59.822 INFO O| Dec 19 20:25:59.821 INFO STEP 451 (remove_files) COMPLETE |
5686 | 2024-12-19T20:26:01.212Z | [ recovery-image] Dec 19 20:25:59.822 INFO O| Dec 19 20:25:59.822 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-19T20:26:01.232Z | [ recovery-image] Dec 19 20:25:59.848 INFO O| Dec 19 20:25:59.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5688 | 2024-12-19T20:26:01.232Z | [ recovery-image] Dec 19 20:25:59.848 INFO O| Dec 19 20:25:59.848 INFO STEP 452 (remove_files) COMPLETE |
5689 | 2024-12-19T20:26:01.235Z | [ recovery-image] Dec 19 20:25:59.848 INFO O| Dec 19 20:25:59.848 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-19T20:26:01.288Z | [ recovery-image] Dec 19 20:25:59.904 INFO O| Dec 19 20:25:59.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5691 | 2024-12-19T20:26:01.289Z | [ recovery-image] Dec 19 20:25:59.904 INFO O| Dec 19 20:25:59.904 INFO STEP 453 (remove_files) COMPLETE |
5692 | 2024-12-19T20:26:01.291Z | [ recovery-image] Dec 19 20:25:59.904 INFO O| Dec 19 20:25:59.904 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-19T20:26:01.311Z | [ recovery-image] Dec 19 20:25:59.927 INFO O| Dec 19 20:25:59.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5694 | 2024-12-19T20:26:01.314Z | [ recovery-image] Dec 19 20:25:59.927 INFO O| Dec 19 20:25:59.927 INFO STEP 454 (remove_files) COMPLETE |
5695 | 2024-12-19T20:26:01.314Z | [ recovery-image] Dec 19 20:25:59.927 INFO O| Dec 19 20:25:59.927 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-19T20:26:01.336Z | [ recovery-image] Dec 19 20:25:59.952 INFO O| Dec 19 20:25:59.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5697 | 2024-12-19T20:26:01.336Z | [ recovery-image] Dec 19 20:25:59.952 INFO O| Dec 19 20:25:59.952 INFO STEP 455 (remove_files) COMPLETE |
5698 | 2024-12-19T20:26:01.336Z | [ recovery-image] Dec 19 20:25:59.952 INFO O| Dec 19 20:25:59.952 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-19T20:26:01.358Z | [ recovery-image] Dec 19 20:25:59.974 INFO O| Dec 19 20:25:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5700 | 2024-12-19T20:26:01.359Z | [ recovery-image] Dec 19 20:25:59.974 INFO O| Dec 19 20:25:59.974 INFO STEP 456 (remove_files) COMPLETE |
5701 | 2024-12-19T20:26:01.359Z | [ recovery-image] Dec 19 20:25:59.974 INFO O| Dec 19 20:25:59.974 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-19T20:26:01.414Z | [ recovery-image] Dec 19 20:26:00.029 INFO O| Dec 19 20:26:00.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5703 | 2024-12-19T20:26:01.414Z | [ recovery-image] Dec 19 20:26:00.029 INFO O| Dec 19 20:26:00.029 INFO STEP 457 (remove_files) COMPLETE |
5704 | 2024-12-19T20:26:01.414Z | [ recovery-image] Dec 19 20:26:00.029 INFO O| Dec 19 20:26:00.029 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-19T20:26:01.442Z | [ recovery-image] Dec 19 20:26:00.057 INFO O| Dec 19 20:26:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5706 | 2024-12-19T20:26:01.442Z | [ recovery-image] Dec 19 20:26:00.057 INFO O| Dec 19 20:26:00.057 INFO STEP 458 (remove_files) COMPLETE |
5707 | 2024-12-19T20:26:01.445Z | [ recovery-image] Dec 19 20:26:00.057 INFO O| Dec 19 20:26:00.057 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-19T20:26:01.484Z | [ recovery-image] Dec 19 20:26:00.099 INFO O| Dec 19 20:26:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5709 | 2024-12-19T20:26:01.484Z | [ recovery-image] Dec 19 20:26:00.099 INFO O| Dec 19 20:26:00.099 INFO STEP 459 (remove_files) COMPLETE |
5710 | 2024-12-19T20:26:01.484Z | [ recovery-image] Dec 19 20:26:00.099 INFO O| Dec 19 20:26:00.099 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-19T20:26:01.526Z | [ recovery-image] Dec 19 20:26:00.141 INFO O| Dec 19 20:26:00.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5712 | 2024-12-19T20:26:01.526Z | [ recovery-image] Dec 19 20:26:00.141 INFO O| Dec 19 20:26:00.141 INFO STEP 460 (remove_files) COMPLETE |
5713 | 2024-12-19T20:26:01.526Z | [ recovery-image] Dec 19 20:26:00.141 INFO O| Dec 19 20:26:00.141 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-19T20:26:01.548Z | [ recovery-image] Dec 19 20:26:00.163 INFO O| Dec 19 20:26:00.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5715 | 2024-12-19T20:26:01.548Z | [ recovery-image] Dec 19 20:26:00.163 INFO O| Dec 19 20:26:00.163 INFO STEP 461 (remove_files) COMPLETE |
5716 | 2024-12-19T20:26:01.549Z | [ recovery-image] Dec 19 20:26:00.163 INFO O| Dec 19 20:26:00.163 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-19T20:26:01.589Z | [ recovery-image] Dec 19 20:26:00.204 INFO O| Dec 19 20:26:00.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5718 | 2024-12-19T20:26:01.589Z | [ recovery-image] Dec 19 20:26:00.205 INFO O| Dec 19 20:26:00.204 INFO STEP 462 (remove_files) COMPLETE |
5719 | 2024-12-19T20:26:01.589Z | [ recovery-image] Dec 19 20:26:00.205 INFO O| Dec 19 20:26:00.204 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-19T20:26:01.640Z | [ recovery-image] Dec 19 20:26:00.243 INFO O| Dec 19 20:26:00.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5721 | 2024-12-19T20:26:01.641Z | [ recovery-image] Dec 19 20:26:00.243 INFO O| Dec 19 20:26:00.243 INFO STEP 463 (remove_files) COMPLETE |
5722 | 2024-12-19T20:26:01.641Z | [ recovery-image] Dec 19 20:26:00.243 INFO O| Dec 19 20:26:00.243 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-12-19T20:26:01.671Z | [ recovery-image] Dec 19 20:26:00.286 INFO O| Dec 19 20:26:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5724 | 2024-12-19T20:26:01.671Z | [ recovery-image] Dec 19 20:26:00.286 INFO O| Dec 19 20:26:00.286 INFO STEP 464 (remove_files) COMPLETE |
5725 | 2024-12-19T20:26:01.674Z | [ recovery-image] Dec 19 20:26:00.286 INFO O| Dec 19 20:26:00.286 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-12-19T20:26:01.777Z | [ recovery-image] Dec 19 20:26:00.392 INFO O| Dec 19 20:26:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5727 | 2024-12-19T20:26:01.777Z | [ recovery-image] Dec 19 20:26:00.392 INFO O| Dec 19 20:26:00.392 INFO STEP 465 (remove_files) COMPLETE |
5728 | 2024-12-19T20:26:01.780Z | [ recovery-image] Dec 19 20:26:00.392 INFO O| Dec 19 20:26:00.392 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-12-19T20:26:01.815Z | [ recovery-image] Dec 19 20:26:00.429 INFO O| Dec 19 20:26:00.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5730 | 2024-12-19T20:26:01.815Z | [ recovery-image] Dec 19 20:26:00.429 INFO O| Dec 19 20:26:00.429 INFO STEP 466 (remove_files) COMPLETE |
5731 | 2024-12-19T20:26:01.815Z | [ recovery-image] Dec 19 20:26:00.429 INFO O| Dec 19 20:26:00.429 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-19T20:26:01.835Z | [ recovery-image] Dec 19 20:26:00.450 INFO O| Dec 19 20:26:00.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5733 | 2024-12-19T20:26:01.835Z | [ recovery-image] Dec 19 20:26:00.450 INFO O| Dec 19 20:26:00.450 INFO STEP 467 (remove_files) COMPLETE |
5734 | 2024-12-19T20:26:01.836Z | [ recovery-image] Dec 19 20:26:00.450 INFO O| Dec 19 20:26:00.450 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-19T20:26:01.856Z | [ recovery-image] Dec 19 20:26:00.472 INFO O| Dec 19 20:26:00.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5736 | 2024-12-19T20:26:01.857Z | [ recovery-image] Dec 19 20:26:00.472 INFO O| Dec 19 20:26:00.472 INFO STEP 468 (remove_files) COMPLETE |
5737 | 2024-12-19T20:26:01.857Z | [ recovery-image] Dec 19 20:26:00.472 INFO O| Dec 19 20:26:00.472 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-19T20:26:01.877Z | [ recovery-image] Dec 19 20:26:00.492 INFO O| Dec 19 20:26:00.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5739 | 2024-12-19T20:26:01.877Z | [ recovery-image] Dec 19 20:26:00.492 INFO O| Dec 19 20:26:00.492 INFO STEP 469 (remove_files) COMPLETE |
5740 | 2024-12-19T20:26:01.877Z | [ recovery-image] Dec 19 20:26:00.492 INFO O| Dec 19 20:26:00.492 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-19T20:26:01.936Z | [ recovery-image] Dec 19 20:26:00.551 INFO O| Dec 19 20:26:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5742 | 2024-12-19T20:26:01.939Z | [ recovery-image] Dec 19 20:26:00.551 INFO O| Dec 19 20:26:00.551 INFO STEP 470 (remove_files) COMPLETE |
5743 | 2024-12-19T20:26:01.939Z | [ recovery-image] Dec 19 20:26:00.551 INFO O| Dec 19 20:26:00.551 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-19T20:26:01.958Z | [ recovery-image] Dec 19 20:26:00.573 INFO O| Dec 19 20:26:00.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5745 | 2024-12-19T20:26:01.959Z | [ recovery-image] Dec 19 20:26:00.573 INFO O| Dec 19 20:26:00.573 INFO STEP 471 (remove_files) COMPLETE |
5746 | 2024-12-19T20:26:01.959Z | [ recovery-image] Dec 19 20:26:00.574 INFO O| Dec 19 20:26:00.573 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-19T20:26:01.996Z | [ recovery-image] Dec 19 20:26:00.610 INFO O| Dec 19 20:26:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5748 | 2024-12-19T20:26:01.999Z | [ recovery-image] Dec 19 20:26:00.610 INFO O| Dec 19 20:26:00.610 INFO STEP 472 (remove_files) COMPLETE |
5749 | 2024-12-19T20:26:01.999Z | [ recovery-image] Dec 19 20:26:00.611 INFO O| Dec 19 20:26:00.610 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-19T20:26:02.018Z | [ recovery-image] Dec 19 20:26:00.633 INFO O| Dec 19 20:26:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5751 | 2024-12-19T20:26:02.023Z | [ recovery-image] Dec 19 20:26:00.633 INFO O| Dec 19 20:26:00.633 INFO STEP 473 (remove_files) COMPLETE |
5752 | 2024-12-19T20:26:02.023Z | [ recovery-image] Dec 19 20:26:00.633 INFO O| Dec 19 20:26:00.633 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-19T20:26:02.040Z | [ recovery-image] Dec 19 20:26:00.655 INFO O| Dec 19 20:26:00.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5754 | 2024-12-19T20:26:02.043Z | [ recovery-image] Dec 19 20:26:00.656 INFO O| Dec 19 20:26:00.656 INFO STEP 474 (remove_files) COMPLETE |
5755 | 2024-12-19T20:26:02.044Z | [ recovery-image] Dec 19 20:26:00.656 INFO O| Dec 19 20:26:00.656 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-19T20:26:02.077Z | [ recovery-image] Dec 19 20:26:00.690 INFO O| Dec 19 20:26:00.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5757 | 2024-12-19T20:26:02.077Z | [ recovery-image] Dec 19 20:26:00.690 INFO O| Dec 19 20:26:00.690 INFO STEP 475 (remove_files) COMPLETE |
5758 | 2024-12-19T20:26:02.077Z | [ recovery-image] Dec 19 20:26:00.690 INFO O| Dec 19 20:26:00.690 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-19T20:26:02.133Z | [ recovery-image] Dec 19 20:26:00.748 INFO O| Dec 19 20:26:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5760 | 2024-12-19T20:26:02.133Z | [ recovery-image] Dec 19 20:26:00.748 INFO O| Dec 19 20:26:00.748 INFO STEP 476 (remove_files) COMPLETE |
5761 | 2024-12-19T20:26:02.134Z | [ recovery-image] Dec 19 20:26:00.748 INFO O| Dec 19 20:26:00.748 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-19T20:26:02.175Z | [ recovery-image] Dec 19 20:26:00.790 INFO O| Dec 19 20:26:00.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5763 | 2024-12-19T20:26:02.175Z | [ recovery-image] Dec 19 20:26:00.790 INFO O| Dec 19 20:26:00.790 INFO STEP 477 (remove_files) COMPLETE |
5764 | 2024-12-19T20:26:02.178Z | [ recovery-image] Dec 19 20:26:00.790 INFO O| Dec 19 20:26:00.790 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-19T20:26:02.199Z | [ recovery-image] Dec 19 20:26:00.813 INFO O| Dec 19 20:26:00.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5766 | 2024-12-19T20:26:02.199Z | [ recovery-image] Dec 19 20:26:00.814 INFO O| Dec 19 20:26:00.814 INFO STEP 478 (remove_files) COMPLETE |
5767 | 2024-12-19T20:26:02.199Z | [ recovery-image] Dec 19 20:26:00.814 INFO O| Dec 19 20:26:00.814 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-19T20:26:02.226Z | [ recovery-image] Dec 19 20:26:00.841 INFO O| Dec 19 20:26:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5769 | 2024-12-19T20:26:02.229Z | [ recovery-image] Dec 19 20:26:00.841 INFO O| Dec 19 20:26:00.841 INFO STEP 479 (remove_files) COMPLETE |
5770 | 2024-12-19T20:26:02.229Z | [ recovery-image] Dec 19 20:26:00.841 INFO O| Dec 19 20:26:00.841 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-19T20:26:02.274Z | [ recovery-image] Dec 19 20:26:00.889 INFO O| Dec 19 20:26:00.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5772 | 2024-12-19T20:26:02.275Z | [ recovery-image] Dec 19 20:26:00.890 INFO O| Dec 19 20:26:00.890 INFO STEP 480 (remove_files) COMPLETE |
5773 | 2024-12-19T20:26:02.278Z | [ recovery-image] Dec 19 20:26:00.890 INFO O| Dec 19 20:26:00.890 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-19T20:26:02.337Z | [ recovery-image] Dec 19 20:26:00.952 INFO O| Dec 19 20:26:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5775 | 2024-12-19T20:26:02.361Z | [ recovery-image] Dec 19 20:26:00.976 INFO O| Dec 19 20:26:00.976 INFO STEP 481 (remove_files) COMPLETE |
5776 | 2024-12-19T20:26:02.361Z | [ recovery-image] Dec 19 20:26:00.976 INFO O| Dec 19 20:26:00.976 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-19T20:26:02.419Z | [ recovery-image] Dec 19 20:26:01.034 INFO O| Dec 19 20:26:01.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5778 | 2024-12-19T20:26:02.419Z | [ recovery-image] Dec 19 20:26:01.034 INFO O| Dec 19 20:26:01.034 INFO STEP 482 (remove_files) COMPLETE |
5779 | 2024-12-19T20:26:02.422Z | [ recovery-image] Dec 19 20:26:01.034 INFO O| Dec 19 20:26:01.034 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-19T20:26:02.458Z | [ recovery-image] Dec 19 20:26:01.073 INFO O| Dec 19 20:26:01.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5781 | 2024-12-19T20:26:02.458Z | [ recovery-image] Dec 19 20:26:01.073 INFO O| Dec 19 20:26:01.073 INFO STEP 483 (remove_files) COMPLETE |
5782 | 2024-12-19T20:26:02.461Z | [ recovery-image] Dec 19 20:26:01.073 INFO O| Dec 19 20:26:01.073 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-19T20:26:02.482Z | [ recovery-image] Dec 19 20:26:01.097 INFO O| Dec 19 20:26:01.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5784 | 2024-12-19T20:26:02.482Z | [ recovery-image] Dec 19 20:26:01.097 INFO O| Dec 19 20:26:01.097 INFO STEP 484 (remove_files) COMPLETE |
5785 | 2024-12-19T20:26:02.485Z | [ recovery-image] Dec 19 20:26:01.097 INFO O| Dec 19 20:26:01.097 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-19T20:26:02.506Z | [ recovery-image] Dec 19 20:26:01.121 INFO O| Dec 19 20:26:01.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5787 | 2024-12-19T20:26:02.506Z | [ recovery-image] Dec 19 20:26:01.121 INFO O| Dec 19 20:26:01.121 INFO STEP 485 (remove_files) COMPLETE |
5788 | 2024-12-19T20:26:02.506Z | [ recovery-image] Dec 19 20:26:01.121 INFO O| Dec 19 20:26:01.121 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-19T20:26:02.529Z | [ recovery-image] Dec 19 20:26:01.144 INFO O| Dec 19 20:26:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5790 | 2024-12-19T20:26:02.529Z | [ recovery-image] Dec 19 20:26:01.144 INFO O| Dec 19 20:26:01.144 INFO STEP 486 (remove_files) COMPLETE |
5791 | 2024-12-19T20:26:02.529Z | [ recovery-image] Dec 19 20:26:01.144 INFO O| Dec 19 20:26:01.144 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-19T20:26:02.553Z | [ recovery-image] Dec 19 20:26:01.169 INFO O| Dec 19 20:26:01.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5793 | 2024-12-19T20:26:02.553Z | [ recovery-image] Dec 19 20:26:01.169 INFO O| Dec 19 20:26:01.169 INFO STEP 487 (remove_files) COMPLETE |
5794 | 2024-12-19T20:26:02.553Z | [ recovery-image] Dec 19 20:26:01.169 INFO O| Dec 19 20:26:01.169 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-19T20:26:02.574Z | [ recovery-image] Dec 19 20:26:01.190 INFO O| Dec 19 20:26:01.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5796 | 2024-12-19T20:26:02.574Z | [ recovery-image] Dec 19 20:26:01.190 INFO O| Dec 19 20:26:01.190 INFO STEP 488 (remove_files) COMPLETE |
5797 | 2024-12-19T20:26:02.574Z | [ recovery-image] Dec 19 20:26:01.190 INFO O| Dec 19 20:26:01.190 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-19T20:26:02.595Z | [ recovery-image] Dec 19 20:26:01.210 INFO O| Dec 19 20:26:01.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5799 | 2024-12-19T20:26:02.595Z | [ recovery-image] Dec 19 20:26:01.210 INFO O| Dec 19 20:26:01.210 INFO STEP 489 (remove_files) COMPLETE |
5800 | 2024-12-19T20:26:02.595Z | [ recovery-image] Dec 19 20:26:01.211 INFO O| Dec 19 20:26:01.210 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-19T20:26:02.628Z | [ recovery-image] Dec 19 20:26:01.243 INFO O| Dec 19 20:26:01.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5802 | 2024-12-19T20:26:02.628Z | [ recovery-image] Dec 19 20:26:01.243 INFO O| Dec 19 20:26:01.243 INFO STEP 490 (remove_files) COMPLETE |
5803 | 2024-12-19T20:26:02.628Z | [ recovery-image] Dec 19 20:26:01.243 INFO O| Dec 19 20:26:01.243 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-19T20:26:02.651Z | [ recovery-image] Dec 19 20:26:01.266 INFO O| Dec 19 20:26:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5805 | 2024-12-19T20:26:02.651Z | [ recovery-image] Dec 19 20:26:01.266 INFO O| Dec 19 20:26:01.266 INFO STEP 491 (remove_files) COMPLETE |
5806 | 2024-12-19T20:26:02.651Z | [ recovery-image] Dec 19 20:26:01.266 INFO O| Dec 19 20:26:01.266 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-19T20:26:02.672Z | [ recovery-image] Dec 19 20:26:01.287 INFO O| Dec 19 20:26:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5808 | 2024-12-19T20:26:02.672Z | [ recovery-image] Dec 19 20:26:01.287 INFO O| Dec 19 20:26:01.287 INFO STEP 492 (remove_files) COMPLETE |
5809 | 2024-12-19T20:26:02.672Z | [ recovery-image] Dec 19 20:26:01.287 INFO O| Dec 19 20:26:01.287 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-19T20:26:02.705Z | [ recovery-image] Dec 19 20:26:01.320 INFO O| Dec 19 20:26:01.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5811 | 2024-12-19T20:26:02.705Z | [ recovery-image] Dec 19 20:26:01.320 INFO O| Dec 19 20:26:01.320 INFO STEP 493 (remove_files) COMPLETE |
5812 | 2024-12-19T20:26:02.705Z | [ recovery-image] Dec 19 20:26:01.320 INFO O| Dec 19 20:26:01.320 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-19T20:26:02.732Z | [ recovery-image] Dec 19 20:26:01.347 INFO O| Dec 19 20:26:01.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5814 | 2024-12-19T20:26:02.733Z | [ recovery-image] Dec 19 20:26:01.347 INFO O| Dec 19 20:26:01.347 INFO STEP 494 (remove_files) COMPLETE |
5815 | 2024-12-19T20:26:02.733Z | [ recovery-image] Dec 19 20:26:01.347 INFO O| Dec 19 20:26:01.347 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-19T20:26:02.764Z | [ recovery-image] Dec 19 20:26:01.380 INFO O| Dec 19 20:26:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5817 | 2024-12-19T20:26:02.765Z | [ recovery-image] Dec 19 20:26:01.380 INFO O| Dec 19 20:26:01.380 INFO STEP 495 (remove_files) COMPLETE |
5818 | 2024-12-19T20:26:02.765Z | [ recovery-image] Dec 19 20:26:01.380 INFO O| Dec 19 20:26:01.380 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-19T20:26:02.825Z | [ recovery-image] Dec 19 20:26:01.440 INFO O| Dec 19 20:26:01.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5820 | 2024-12-19T20:26:02.825Z | [ recovery-image] Dec 19 20:26:01.440 INFO O| Dec 19 20:26:01.440 INFO STEP 496 (remove_files) COMPLETE |
5821 | 2024-12-19T20:26:02.825Z | [ recovery-image] Dec 19 20:26:01.440 INFO O| Dec 19 20:26:01.440 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-19T20:26:02.845Z | [ recovery-image] Dec 19 20:26:01.460 INFO O| Dec 19 20:26:01.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5823 | 2024-12-19T20:26:02.845Z | [ recovery-image] Dec 19 20:26:01.460 INFO O| Dec 19 20:26:01.460 INFO STEP 497 (remove_files) COMPLETE |
5824 | 2024-12-19T20:26:02.845Z | [ recovery-image] Dec 19 20:26:01.460 INFO O| Dec 19 20:26:01.460 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-19T20:26:02.865Z | [ recovery-image] Dec 19 20:26:01.480 INFO O| Dec 19 20:26:01.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5826 | 2024-12-19T20:26:02.865Z | [ recovery-image] Dec 19 20:26:01.480 INFO O| Dec 19 20:26:01.480 INFO STEP 498 (remove_files) COMPLETE |
5827 | 2024-12-19T20:26:02.868Z | [ recovery-image] Dec 19 20:26:01.480 INFO O| Dec 19 20:26:01.480 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-19T20:26:02.904Z | [ recovery-image] Dec 19 20:26:01.519 INFO O| Dec 19 20:26:01.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5829 | 2024-12-19T20:26:02.904Z | [ recovery-image] Dec 19 20:26:01.520 INFO O| Dec 19 20:26:01.519 INFO STEP 499 (remove_files) COMPLETE |
5830 | 2024-12-19T20:26:02.904Z | [ recovery-image] Dec 19 20:26:01.520 INFO O| Dec 19 20:26:01.519 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-19T20:26:02.928Z | [ recovery-image] Dec 19 20:26:01.541 INFO O| Dec 19 20:26:01.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5832 | 2024-12-19T20:26:02.928Z | [ recovery-image] Dec 19 20:26:01.541 INFO O| Dec 19 20:26:01.541 INFO STEP 500 (remove_files) COMPLETE |
5833 | 2024-12-19T20:26:02.928Z | [ recovery-image] Dec 19 20:26:01.541 INFO O| Dec 19 20:26:01.541 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-19T20:26:02.948Z | [ recovery-image] Dec 19 20:26:01.562 INFO O| Dec 19 20:26:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5835 | 2024-12-19T20:26:02.948Z | [ recovery-image] Dec 19 20:26:01.562 INFO O| Dec 19 20:26:01.562 INFO STEP 501 (remove_files) COMPLETE |
5836 | 2024-12-19T20:26:02.948Z | [ recovery-image] Dec 19 20:26:01.562 INFO O| Dec 19 20:26:01.562 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-19T20:26:02.968Z | [ recovery-image] Dec 19 20:26:01.583 INFO O| Dec 19 20:26:01.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5838 | 2024-12-19T20:26:02.968Z | [ recovery-image] Dec 19 20:26:01.583 INFO O| Dec 19 20:26:01.583 INFO STEP 502 (remove_files) COMPLETE |
5839 | 2024-12-19T20:26:02.971Z | [ recovery-image] Dec 19 20:26:01.583 INFO O| Dec 19 20:26:01.583 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-19T20:26:03.000Z | [ recovery-image] Dec 19 20:26:01.615 INFO O| Dec 19 20:26:01.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5841 | 2024-12-19T20:26:03.000Z | [ recovery-image] Dec 19 20:26:01.615 INFO O| Dec 19 20:26:01.615 INFO STEP 503 (remove_files) COMPLETE |
5842 | 2024-12-19T20:26:03.000Z | [ recovery-image] Dec 19 20:26:01.615 INFO O| Dec 19 20:26:01.615 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-19T20:26:03.021Z | [ recovery-image] Dec 19 20:26:01.636 INFO O| Dec 19 20:26:01.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5844 | 2024-12-19T20:26:03.021Z | [ recovery-image] Dec 19 20:26:01.636 INFO O| Dec 19 20:26:01.636 INFO STEP 504 (remove_files) COMPLETE |
5845 | 2024-12-19T20:26:03.021Z | [ recovery-image] Dec 19 20:26:01.636 INFO O| Dec 19 20:26:01.636 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-19T20:26:03.043Z | [ recovery-image] Dec 19 20:26:01.658 INFO O| Dec 19 20:26:01.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5847 | 2024-12-19T20:26:03.043Z | [ recovery-image] Dec 19 20:26:01.658 INFO O| Dec 19 20:26:01.658 INFO STEP 505 (remove_files) COMPLETE |
5848 | 2024-12-19T20:26:03.043Z | [ recovery-image] Dec 19 20:26:01.658 INFO O| Dec 19 20:26:01.658 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-19T20:26:03.077Z | [ recovery-image] Dec 19 20:26:01.692 INFO O| Dec 19 20:26:01.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5850 | 2024-12-19T20:26:03.099Z | [ recovery-image] Dec 19 20:26:01.714 INFO O| Dec 19 20:26:01.714 INFO STEP 506 (remove_files) COMPLETE |
5851 | 2024-12-19T20:26:03.099Z | [ recovery-image] Dec 19 20:26:01.714 INFO O| Dec 19 20:26:01.714 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-19T20:26:03.142Z | [ recovery-image] Dec 19 20:26:01.757 INFO O| Dec 19 20:26:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5853 | 2024-12-19T20:26:03.142Z | [ recovery-image] Dec 19 20:26:01.757 INFO O| Dec 19 20:26:01.757 INFO STEP 507 (remove_files) COMPLETE |
5854 | 2024-12-19T20:26:03.146Z | [ recovery-image] Dec 19 20:26:01.757 INFO O| Dec 19 20:26:01.757 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-19T20:26:03.177Z | [ recovery-image] Dec 19 20:26:01.792 INFO O| Dec 19 20:26:01.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5856 | 2024-12-19T20:26:03.181Z | [ recovery-image] Dec 19 20:26:01.792 INFO O| Dec 19 20:26:01.792 INFO STEP 508 (remove_files) COMPLETE |
5857 | 2024-12-19T20:26:03.181Z | [ recovery-image] Dec 19 20:26:01.793 INFO O| Dec 19 20:26:01.792 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-19T20:26:03.199Z | [ recovery-image] Dec 19 20:26:01.814 INFO O| Dec 19 20:26:01.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5859 | 2024-12-19T20:26:03.219Z | [ recovery-image] Dec 19 20:26:01.834 INFO O| Dec 19 20:26:01.834 INFO STEP 509 (remove_files) COMPLETE |
5860 | 2024-12-19T20:26:03.219Z | [ recovery-image] Dec 19 20:26:01.834 INFO O| Dec 19 20:26:01.834 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-19T20:26:03.286Z | [ recovery-image] Dec 19 20:26:01.901 INFO O| Dec 19 20:26:01.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5862 | 2024-12-19T20:26:03.289Z | [ recovery-image] Dec 19 20:26:01.901 INFO O| Dec 19 20:26:01.901 INFO STEP 510 (remove_files) COMPLETE |
5863 | 2024-12-19T20:26:03.289Z | [ recovery-image] Dec 19 20:26:01.901 INFO O| Dec 19 20:26:01.901 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-19T20:26:03.307Z | [ recovery-image] Dec 19 20:26:01.922 INFO O| Dec 19 20:26:01.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5865 | 2024-12-19T20:26:03.309Z | [ recovery-image] Dec 19 20:26:01.922 INFO O| Dec 19 20:26:01.922 INFO STEP 511 (remove_files) COMPLETE |
5866 | 2024-12-19T20:26:03.309Z | [ recovery-image] Dec 19 20:26:01.922 INFO O| Dec 19 20:26:01.922 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-19T20:26:03.327Z | [ recovery-image] Dec 19 20:26:01.941 INFO O| Dec 19 20:26:01.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5868 | 2024-12-19T20:26:03.330Z | [ recovery-image] Dec 19 20:26:01.941 INFO O| Dec 19 20:26:01.941 INFO STEP 512 (remove_files) COMPLETE |
5869 | 2024-12-19T20:26:03.330Z | [ recovery-image] Dec 19 20:26:01.942 INFO O| Dec 19 20:26:01.942 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-19T20:26:03.353Z | [ recovery-image] Dec 19 20:26:01.967 INFO O| Dec 19 20:26:01.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5871 | 2024-12-19T20:26:03.353Z | [ recovery-image] Dec 19 20:26:01.967 INFO O| Dec 19 20:26:01.967 INFO STEP 513 (remove_files) COMPLETE |
5872 | 2024-12-19T20:26:03.356Z | [ recovery-image] Dec 19 20:26:01.968 INFO O| Dec 19 20:26:01.967 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-19T20:26:03.422Z | [ recovery-image] Dec 19 20:26:02.037 INFO O| Dec 19 20:26:02.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5874 | 2024-12-19T20:26:03.422Z | [ recovery-image] Dec 19 20:26:02.037 INFO O| Dec 19 20:26:02.037 INFO STEP 514 (remove_files) COMPLETE |
5875 | 2024-12-19T20:26:03.422Z | [ recovery-image] Dec 19 20:26:02.037 INFO O| Dec 19 20:26:02.037 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-19T20:26:03.444Z | [ recovery-image] Dec 19 20:26:02.058 INFO O| Dec 19 20:26:02.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5877 | 2024-12-19T20:26:03.444Z | [ recovery-image] Dec 19 20:26:02.059 INFO O| Dec 19 20:26:02.059 INFO STEP 515 (remove_files) COMPLETE |
5878 | 2024-12-19T20:26:03.444Z | [ recovery-image] Dec 19 20:26:02.059 INFO O| Dec 19 20:26:02.059 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-19T20:26:03.464Z | [ recovery-image] Dec 19 20:26:02.078 INFO O| Dec 19 20:26:02.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5880 | 2024-12-19T20:26:03.464Z | [ recovery-image] Dec 19 20:26:02.078 INFO O| Dec 19 20:26:02.078 INFO STEP 516 (remove_files) COMPLETE |
5881 | 2024-12-19T20:26:03.466Z | [ recovery-image] Dec 19 20:26:02.078 INFO O| Dec 19 20:26:02.078 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-19T20:26:03.493Z | [ recovery-image] Dec 19 20:26:02.107 INFO O| Dec 19 20:26:02.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5883 | 2024-12-19T20:26:03.493Z | [ recovery-image] Dec 19 20:26:02.107 INFO O| Dec 19 20:26:02.107 INFO STEP 517 (remove_files) COMPLETE |
5884 | 2024-12-19T20:26:03.493Z | [ recovery-image] Dec 19 20:26:02.107 INFO O| Dec 19 20:26:02.107 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-19T20:26:03.513Z | [ recovery-image] Dec 19 20:26:02.127 INFO O| Dec 19 20:26:02.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5886 | 2024-12-19T20:26:03.513Z | [ recovery-image] Dec 19 20:26:02.127 INFO O| Dec 19 20:26:02.127 INFO STEP 518 (remove_files) COMPLETE |
5887 | 2024-12-19T20:26:03.513Z | [ recovery-image] Dec 19 20:26:02.127 INFO O| Dec 19 20:26:02.127 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-19T20:26:03.555Z | [ recovery-image] Dec 19 20:26:02.169 INFO O| Dec 19 20:26:02.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5889 | 2024-12-19T20:26:03.555Z | [ recovery-image] Dec 19 20:26:02.169 INFO O| Dec 19 20:26:02.169 INFO STEP 519 (remove_files) COMPLETE |
5890 | 2024-12-19T20:26:03.555Z | [ recovery-image] Dec 19 20:26:02.169 INFO O| Dec 19 20:26:02.169 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-19T20:26:03.575Z | [ recovery-image] Dec 19 20:26:02.190 INFO O| Dec 19 20:26:02.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5892 | 2024-12-19T20:26:03.576Z | [ recovery-image] Dec 19 20:26:02.190 INFO O| Dec 19 20:26:02.190 INFO STEP 520 (remove_files) COMPLETE |
5893 | 2024-12-19T20:26:03.579Z | [ recovery-image] Dec 19 20:26:02.190 INFO O| Dec 19 20:26:02.190 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-19T20:26:03.595Z | [ recovery-image] Dec 19 20:26:02.209 INFO O| Dec 19 20:26:02.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5895 | 2024-12-19T20:26:03.620Z | [ recovery-image] Dec 19 20:26:02.234 INFO O| Dec 19 20:26:02.234 INFO STEP 521 (remove_files) COMPLETE |
5896 | 2024-12-19T20:26:03.620Z | [ recovery-image] Dec 19 20:26:02.234 INFO O| Dec 19 20:26:02.234 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-19T20:26:03.694Z | [ recovery-image] Dec 19 20:26:02.309 INFO O| Dec 19 20:26:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5898 | 2024-12-19T20:26:03.696Z | [ recovery-image] Dec 19 20:26:02.309 INFO O| Dec 19 20:26:02.309 INFO STEP 522 (remove_files) COMPLETE |
5899 | 2024-12-19T20:26:03.697Z | [ recovery-image] Dec 19 20:26:02.309 INFO O| Dec 19 20:26:02.309 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-19T20:26:03.718Z | [ recovery-image] Dec 19 20:26:02.330 INFO O| Dec 19 20:26:02.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5901 | 2024-12-19T20:26:03.718Z | [ recovery-image] Dec 19 20:26:02.330 INFO O| Dec 19 20:26:02.330 INFO STEP 523 (remove_files) COMPLETE |
5902 | 2024-12-19T20:26:03.719Z | [ recovery-image] Dec 19 20:26:02.330 INFO O| Dec 19 20:26:02.330 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-19T20:26:03.747Z | [ recovery-image] Dec 19 20:26:02.362 INFO O| Dec 19 20:26:02.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5904 | 2024-12-19T20:26:03.748Z | [ recovery-image] Dec 19 20:26:02.362 INFO O| Dec 19 20:26:02.362 INFO STEP 524 (remove_files) COMPLETE |
5905 | 2024-12-19T20:26:03.748Z | [ recovery-image] Dec 19 20:26:02.362 INFO O| Dec 19 20:26:02.362 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-19T20:26:03.826Z | [ recovery-image] Dec 19 20:26:02.441 INFO O| Dec 19 20:26:02.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5907 | 2024-12-19T20:26:03.826Z | [ recovery-image] Dec 19 20:26:02.441 INFO O| Dec 19 20:26:02.441 INFO STEP 525 (remove_files) COMPLETE |
5908 | 2024-12-19T20:26:03.826Z | [ recovery-image] Dec 19 20:26:02.441 INFO O| Dec 19 20:26:02.441 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-19T20:26:03.849Z | [ recovery-image] Dec 19 20:26:02.464 INFO O| Dec 19 20:26:02.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5910 | 2024-12-19T20:26:03.853Z | [ recovery-image] Dec 19 20:26:02.465 INFO O| Dec 19 20:26:02.465 INFO STEP 526 (remove_files) COMPLETE |
5911 | 2024-12-19T20:26:03.853Z | [ recovery-image] Dec 19 20:26:02.465 INFO O| Dec 19 20:26:02.465 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-19T20:26:03.902Z | [ recovery-image] Dec 19 20:26:02.516 INFO O| Dec 19 20:26:02.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5913 | 2024-12-19T20:26:03.902Z | [ recovery-image] Dec 19 20:26:02.516 INFO O| Dec 19 20:26:02.516 INFO STEP 527 (remove_files) COMPLETE |
5914 | 2024-12-19T20:26:03.902Z | [ recovery-image] Dec 19 20:26:02.516 INFO O| Dec 19 20:26:02.516 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-19T20:26:03.922Z | [ recovery-image] Dec 19 20:26:02.537 INFO O| Dec 19 20:26:02.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5916 | 2024-12-19T20:26:03.925Z | [ recovery-image] Dec 19 20:26:02.537 INFO O| Dec 19 20:26:02.537 INFO STEP 528 (remove_files) COMPLETE |
5917 | 2024-12-19T20:26:03.925Z | [ recovery-image] Dec 19 20:26:02.537 INFO O| Dec 19 20:26:02.537 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-19T20:26:03.944Z | [ recovery-image] Dec 19 20:26:02.559 INFO O| Dec 19 20:26:02.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5919 | 2024-12-19T20:26:03.944Z | [ recovery-image] Dec 19 20:26:02.559 INFO O| Dec 19 20:26:02.559 INFO STEP 529 (remove_files) COMPLETE |
5920 | 2024-12-19T20:26:03.947Z | [ recovery-image] Dec 19 20:26:02.559 INFO O| Dec 19 20:26:02.559 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-19T20:26:03.982Z | [ recovery-image] Dec 19 20:26:02.597 INFO O| Dec 19 20:26:02.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5922 | 2024-12-19T20:26:03.982Z | [ recovery-image] Dec 19 20:26:02.597 INFO O| Dec 19 20:26:02.597 INFO STEP 530 (remove_files) COMPLETE |
5923 | 2024-12-19T20:26:03.986Z | [ recovery-image] Dec 19 20:26:02.597 INFO O| Dec 19 20:26:02.597 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-19T20:26:04.004Z | [ recovery-image] Dec 19 20:26:02.619 INFO O| Dec 19 20:26:02.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5925 | 2024-12-19T20:26:04.004Z | [ recovery-image] Dec 19 20:26:02.619 INFO O| Dec 19 20:26:02.619 INFO STEP 531 (remove_files) COMPLETE |
5926 | 2024-12-19T20:26:04.004Z | [ recovery-image] Dec 19 20:26:02.619 INFO O| Dec 19 20:26:02.619 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-19T20:26:04.032Z | [ host-image] Dec 19 20:26:02.646 INFO O| Dec 19 20:26:02.646 INFO O| Planning: Solver setup ... Done |
5928 | 2024-12-19T20:26:04.036Z | [ recovery-image] Dec 19 20:26:02.651 INFO O| Dec 19 20:26:02.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5929 | 2024-12-19T20:26:04.040Z | [ recovery-image] Dec 19 20:26:02.652 INFO O| Dec 19 20:26:02.651 INFO STEP 532 (remove_files) COMPLETE |
5930 | 2024-12-19T20:26:04.040Z | [ recovery-image] Dec 19 20:26:02.652 INFO O| Dec 19 20:26:02.652 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-12-19T20:26:04.040Z | [ host-image] Dec 19 20:26:02.654 INFO O| Dec 19 20:26:02.654 INFO O| Planning: Running solver ... Done |
5932 | 2024-12-19T20:26:04.061Z | [ recovery-image] Dec 19 20:26:02.674 INFO O| Dec 19 20:26:02.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5933 | 2024-12-19T20:26:04.063Z | [ recovery-image] Dec 19 20:26:02.675 INFO O| Dec 19 20:26:02.674 INFO STEP 533 (remove_files) COMPLETE |
5934 | 2024-12-19T20:26:04.064Z | [ recovery-image] Dec 19 20:26:02.675 INFO O| Dec 19 20:26:02.675 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-19T20:26:04.082Z | [ recovery-image] Dec 19 20:26:02.697 INFO O| Dec 19 20:26:02.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5936 | 2024-12-19T20:26:04.087Z | [ recovery-image] Dec 19 20:26:02.697 INFO O| Dec 19 20:26:02.697 INFO STEP 534 (remove_files) COMPLETE |
5937 | 2024-12-19T20:26:04.087Z | [ recovery-image] Dec 19 20:26:02.697 INFO O| Dec 19 20:26:02.697 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-19T20:26:04.113Z | [ recovery-image] Dec 19 20:26:02.727 INFO O| Dec 19 20:26:02.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5939 | 2024-12-19T20:26:04.117Z | [ recovery-image] Dec 19 20:26:02.728 INFO O| Dec 19 20:26:02.727 INFO STEP 535 (remove_files) COMPLETE |
5940 | 2024-12-19T20:26:04.117Z | [ recovery-image] Dec 19 20:26:02.728 INFO O| Dec 19 20:26:02.728 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-12-19T20:26:04.170Z | [ host-image] Dec 19 20:26:02.785 INFO O| Dec 19 20:26:02.785 INFO O| Planning: Finding local manifests ... Done |
5942 | 2024-12-19T20:26:04.173Z | [ host-image] Dec 19 20:26:02.787 INFO O| Dec 19 20:26:02.787 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5943 | 2024-12-19T20:26:04.177Z | [ recovery-image] Dec 19 20:26:02.789 INFO O| Dec 19 20:26:02.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5944 | 2024-12-19T20:26:04.177Z | [ recovery-image] Dec 19 20:26:02.790 INFO O| Dec 19 20:26:02.790 INFO STEP 536 (remove_files) COMPLETE |
5945 | 2024-12-19T20:26:04.177Z | [ recovery-image] Dec 19 20:26:02.790 INFO O| Dec 19 20:26:02.790 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-12-19T20:26:04.235Z | [ recovery-image] Dec 19 20:26:02.850 INFO O| Dec 19 20:26:02.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5947 | 2024-12-19T20:26:04.238Z | [ recovery-image] Dec 19 20:26:02.850 INFO O| Dec 19 20:26:02.850 INFO STEP 537 (remove_files) COMPLETE |
5948 | 2024-12-19T20:26:04.238Z | [ recovery-image] Dec 19 20:26:02.851 INFO O| Dec 19 20:26:02.850 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-12-19T20:26:04.258Z | [ recovery-image] Dec 19 20:26:02.873 INFO O| Dec 19 20:26:02.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5950 | 2024-12-19T20:26:04.258Z | [ recovery-image] Dec 19 20:26:02.873 INFO O| Dec 19 20:26:02.873 INFO STEP 538 (remove_files) COMPLETE |
5951 | 2024-12-19T20:26:04.261Z | [ recovery-image] Dec 19 20:26:02.874 INFO O| Dec 19 20:26:02.873 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-12-19T20:26:04.297Z | [ recovery-image] Dec 19 20:26:02.911 INFO O| Dec 19 20:26:02.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5953 | 2024-12-19T20:26:04.297Z | [ recovery-image] Dec 19 20:26:02.911 INFO O| Dec 19 20:26:02.911 INFO STEP 539 (remove_files) COMPLETE |
5954 | 2024-12-19T20:26:04.300Z | [ recovery-image] Dec 19 20:26:02.911 INFO O| Dec 19 20:26:02.911 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-12-19T20:26:04.319Z | [ recovery-image] Dec 19 20:26:02.933 INFO O| Dec 19 20:26:02.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5956 | 2024-12-19T20:26:04.319Z | [ recovery-image] Dec 19 20:26:02.933 INFO O| Dec 19 20:26:02.933 INFO STEP 540 (remove_files) COMPLETE |
5957 | 2024-12-19T20:26:04.319Z | [ recovery-image] Dec 19 20:26:02.933 INFO O| Dec 19 20:26:02.933 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-12-19T20:26:04.342Z | [ recovery-image] Dec 19 20:26:02.954 INFO O| Dec 19 20:26:02.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5959 | 2024-12-19T20:26:04.342Z | [ recovery-image] Dec 19 20:26:02.954 INFO O| Dec 19 20:26:02.954 INFO STEP 541 (remove_files) COMPLETE |
5960 | 2024-12-19T20:26:04.343Z | [ recovery-image] Dec 19 20:26:02.954 INFO O| Dec 19 20:26:02.954 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-12-19T20:26:04.397Z | [ recovery-image] Dec 19 20:26:03.012 INFO O| Dec 19 20:26:03.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5962 | 2024-12-19T20:26:04.397Z | [ recovery-image] Dec 19 20:26:03.012 INFO O| Dec 19 20:26:03.012 INFO STEP 542 (remove_files) COMPLETE |
5963 | 2024-12-19T20:26:04.401Z | [ recovery-image] Dec 19 20:26:03.012 INFO O| Dec 19 20:26:03.012 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-12-19T20:26:04.419Z | [ recovery-image] Dec 19 20:26:03.033 INFO O| Dec 19 20:26:03.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5965 | 2024-12-19T20:26:04.419Z | [ recovery-image] Dec 19 20:26:03.033 INFO O| Dec 19 20:26:03.033 INFO STEP 543 (remove_files) COMPLETE |
5966 | 2024-12-19T20:26:04.422Z | [ recovery-image] Dec 19 20:26:03.034 INFO O| Dec 19 20:26:03.033 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-12-19T20:26:04.440Z | [ recovery-image] Dec 19 20:26:03.055 INFO O| Dec 19 20:26:03.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5968 | 2024-12-19T20:26:04.440Z | [ recovery-image] Dec 19 20:26:03.055 INFO O| Dec 19 20:26:03.055 INFO STEP 544 (remove_files) COMPLETE |
5969 | 2024-12-19T20:26:04.441Z | [ recovery-image] Dec 19 20:26:03.055 INFO O| Dec 19 20:26:03.055 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-12-19T20:26:04.461Z | [ recovery-image] Dec 19 20:26:03.076 INFO O| Dec 19 20:26:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5971 | 2024-12-19T20:26:04.464Z | [ recovery-image] Dec 19 20:26:03.076 INFO O| Dec 19 20:26:03.076 INFO STEP 545 (remove_files) COMPLETE |
5972 | 2024-12-19T20:26:04.464Z | [ recovery-image] Dec 19 20:26:03.076 INFO O| Dec 19 20:26:03.076 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-12-19T20:26:04.492Z | [ recovery-image] Dec 19 20:26:03.107 INFO O| Dec 19 20:26:03.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5974 | 2024-12-19T20:26:04.495Z | [ recovery-image] Dec 19 20:26:03.108 INFO O| Dec 19 20:26:03.107 INFO STEP 546 (remove_files) COMPLETE |
5975 | 2024-12-19T20:26:04.495Z | [ recovery-image] Dec 19 20:26:03.108 INFO O| Dec 19 20:26:03.108 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-12-19T20:26:04.542Z | [ recovery-image] Dec 19 20:26:03.157 INFO O| Dec 19 20:26:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5977 | 2024-12-19T20:26:04.542Z | [ recovery-image] Dec 19 20:26:03.157 INFO O| Dec 19 20:26:03.157 INFO STEP 547 (remove_files) COMPLETE |
5978 | 2024-12-19T20:26:04.542Z | [ recovery-image] Dec 19 20:26:03.157 INFO O| Dec 19 20:26:03.157 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-12-19T20:26:04.561Z | [ host-image] Dec 19 20:26:03.175 INFO O| Dec 19 20:26:03.175 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5980 | 2024-12-19T20:26:04.563Z | [ recovery-image] Dec 19 20:26:03.178 INFO O| Dec 19 20:26:03.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5981 | 2024-12-19T20:26:04.563Z | [ recovery-image] Dec 19 20:26:03.178 INFO O| Dec 19 20:26:03.178 INFO STEP 548 (remove_files) COMPLETE |
5982 | 2024-12-19T20:26:04.563Z | [ recovery-image] Dec 19 20:26:03.178 INFO O| Dec 19 20:26:03.178 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-19T20:26:04.600Z | [ recovery-image] Dec 19 20:26:03.215 INFO O| Dec 19 20:26:03.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5984 | 2024-12-19T20:26:04.600Z | [ recovery-image] Dec 19 20:26:03.215 INFO O| Dec 19 20:26:03.215 INFO STEP 549 (remove_files) COMPLETE |
5985 | 2024-12-19T20:26:04.600Z | [ recovery-image] Dec 19 20:26:03.215 INFO O| Dec 19 20:26:03.215 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-19T20:26:04.623Z | [ host-image] Dec 19 20:26:03.235 INFO O| Dec 19 20:26:03.235 INFO O| Planning: Package planning ... Done |
5987 | 2024-12-19T20:26:04.637Z | [ recovery-image] Dec 19 20:26:03.252 INFO O| Dec 19 20:26:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5988 | 2024-12-19T20:26:04.637Z | [ recovery-image] Dec 19 20:26:03.252 INFO O| Dec 19 20:26:03.252 INFO STEP 550 (remove_files) COMPLETE |
5989 | 2024-12-19T20:26:04.637Z | [ recovery-image] Dec 19 20:26:03.252 INFO O| Dec 19 20:26:03.252 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-19T20:26:04.658Z | [ host-image] Dec 19 20:26:03.272 INFO O| Dec 19 20:26:03.272 INFO O| Planning: Merging actions ... Done |
5991 | 2024-12-19T20:26:04.700Z | [ recovery-image] Dec 19 20:26:03.314 INFO O| Dec 19 20:26:03.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5992 | 2024-12-19T20:26:04.700Z | [ recovery-image] Dec 19 20:26:03.315 INFO O| Dec 19 20:26:03.314 INFO STEP 551 (remove_files) COMPLETE |
5993 | 2024-12-19T20:26:04.702Z | [ recovery-image] Dec 19 20:26:03.315 INFO O| Dec 19 20:26:03.315 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-12-19T20:26:04.720Z | [ recovery-image] Dec 19 20:26:03.335 INFO O| Dec 19 20:26:03.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5995 | 2024-12-19T20:26:04.720Z | [ recovery-image] Dec 19 20:26:03.335 INFO O| Dec 19 20:26:03.335 INFO STEP 552 (remove_files) COMPLETE |
5996 | 2024-12-19T20:26:04.720Z | [ recovery-image] Dec 19 20:26:03.335 INFO O| Dec 19 20:26:03.335 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-12-19T20:26:04.740Z | [ recovery-image] Dec 19 20:26:03.355 INFO O| Dec 19 20:26:03.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5998 | 2024-12-19T20:26:04.740Z | [ recovery-image] Dec 19 20:26:03.355 INFO O| Dec 19 20:26:03.355 INFO STEP 553 (remove_files) COMPLETE |
5999 | 2024-12-19T20:26:04.743Z | [ recovery-image] Dec 19 20:26:03.355 INFO O| Dec 19 20:26:03.355 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-12-19T20:26:04.782Z | [ recovery-image] Dec 19 20:26:03.396 INFO O| Dec 19 20:26:03.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6001 | 2024-12-19T20:26:04.785Z | [ recovery-image] Dec 19 20:26:03.397 INFO O| Dec 19 20:26:03.397 INFO STEP 554 (remove_files) COMPLETE |
6002 | 2024-12-19T20:26:04.785Z | [ recovery-image] Dec 19 20:26:03.397 INFO O| Dec 19 20:26:03.397 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-12-19T20:26:04.826Z | [ recovery-image] Dec 19 20:26:03.441 INFO O| Dec 19 20:26:03.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6004 | 2024-12-19T20:26:04.849Z | [ recovery-image] Dec 19 20:26:03.464 INFO O| Dec 19 20:26:03.464 INFO STEP 555 (remove_files) COMPLETE |
6005 | 2024-12-19T20:26:04.849Z | [ recovery-image] Dec 19 20:26:03.464 INFO O| Dec 19 20:26:03.464 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-12-19T20:26:04.896Z | [ host-image] Dec 19 20:26:03.509 INFO O| Dec 19 20:26:03.509 INFO O| Planning: Checking for conflicting actions ... Done |
6007 | 2024-12-19T20:26:04.899Z | [ recovery-image] Dec 19 20:26:03.514 INFO O| Dec 19 20:26:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6008 | 2024-12-19T20:26:04.899Z | [ recovery-image] Dec 19 20:26:03.514 INFO O| Dec 19 20:26:03.514 INFO STEP 556 (remove_files) COMPLETE |
6009 | 2024-12-19T20:26:04.903Z | [ recovery-image] Dec 19 20:26:03.514 INFO O| Dec 19 20:26:03.514 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-19T20:26:04.915Z | [ host-image] Dec 19 20:26:03.529 INFO O| Dec 19 20:26:03.529 INFO O| Planning: Consolidating action changes ... Done |
6011 | 2024-12-19T20:26:04.922Z | [ recovery-image] Dec 19 20:26:03.536 INFO O| Dec 19 20:26:03.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6012 | 2024-12-19T20:26:04.922Z | [ recovery-image] Dec 19 20:26:03.536 INFO O| Dec 19 20:26:03.536 INFO STEP 557 (remove_files) COMPLETE |
6013 | 2024-12-19T20:26:04.922Z | [ recovery-image] Dec 19 20:26:03.536 INFO O| Dec 19 20:26:03.536 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-19T20:26:04.951Z | [ recovery-image] Dec 19 20:26:03.565 INFO O| Dec 19 20:26:03.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6015 | 2024-12-19T20:26:04.951Z | [ recovery-image] Dec 19 20:26:03.565 INFO O| Dec 19 20:26:03.565 INFO STEP 558 (remove_files) COMPLETE |
6016 | 2024-12-19T20:26:04.951Z | [ recovery-image] Dec 19 20:26:03.565 INFO O| Dec 19 20:26:03.565 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-19T20:26:04.987Z | [ recovery-image] Dec 19 20:26:03.601 INFO O| Dec 19 20:26:03.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6018 | 2024-12-19T20:26:04.991Z | [ recovery-image] Dec 19 20:26:03.602 INFO O| Dec 19 20:26:03.601 INFO STEP 559 (remove_files) COMPLETE |
6019 | 2024-12-19T20:26:04.991Z | [ recovery-image] Dec 19 20:26:03.602 INFO O| Dec 19 20:26:03.602 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-19T20:26:05.010Z | [ recovery-image] Dec 19 20:26:03.624 INFO O| Dec 19 20:26:03.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6021 | 2024-12-19T20:26:05.014Z | [ recovery-image] Dec 19 20:26:03.625 INFO O| Dec 19 20:26:03.624 INFO STEP 560 (remove_files) COMPLETE |
6022 | 2024-12-19T20:26:05.014Z | [ recovery-image] Dec 19 20:26:03.625 INFO O| Dec 19 20:26:03.625 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-19T20:26:05.056Z | [ recovery-image] Dec 19 20:26:03.670 INFO O| Dec 19 20:26:03.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6024 | 2024-12-19T20:26:05.076Z | [ recovery-image] Dec 19 20:26:03.690 INFO O| Dec 19 20:26:03.690 INFO STEP 561 (remove_files) COMPLETE |
6025 | 2024-12-19T20:26:05.077Z | [ recovery-image] Dec 19 20:26:03.690 INFO O| Dec 19 20:26:03.690 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-19T20:26:05.175Z | [ recovery-image] Dec 19 20:26:03.790 INFO O| Dec 19 20:26:03.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6027 | 2024-12-19T20:26:05.175Z | [ recovery-image] Dec 19 20:26:03.790 INFO O| Dec 19 20:26:03.790 INFO STEP 562 (remove_files) COMPLETE |
6028 | 2024-12-19T20:26:05.178Z | [ recovery-image] Dec 19 20:26:03.790 INFO O| Dec 19 20:26:03.790 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-19T20:26:05.198Z | [ recovery-image] Dec 19 20:26:03.813 INFO O| Dec 19 20:26:03.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6030 | 2024-12-19T20:26:05.198Z | [ recovery-image] Dec 19 20:26:03.813 INFO O| Dec 19 20:26:03.813 INFO STEP 563 (remove_files) COMPLETE |
6031 | 2024-12-19T20:26:05.198Z | [ recovery-image] Dec 19 20:26:03.813 INFO O| Dec 19 20:26:03.813 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-19T20:26:05.220Z | [ recovery-image] Dec 19 20:26:03.834 INFO O| Dec 19 20:26:03.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6033 | 2024-12-19T20:26:05.220Z | [ recovery-image] Dec 19 20:26:03.834 INFO O| Dec 19 20:26:03.834 INFO STEP 564 (remove_files) COMPLETE |
6034 | 2024-12-19T20:26:05.220Z | [ recovery-image] Dec 19 20:26:03.834 INFO O| Dec 19 20:26:03.834 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-19T20:26:05.262Z | [ recovery-image] Dec 19 20:26:03.876 INFO O| Dec 19 20:26:03.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6036 | 2024-12-19T20:26:05.262Z | [ recovery-image] Dec 19 20:26:03.876 INFO O| Dec 19 20:26:03.876 INFO STEP 565 (remove_files) COMPLETE |
6037 | 2024-12-19T20:26:05.262Z | [ recovery-image] Dec 19 20:26:03.876 INFO O| Dec 19 20:26:03.876 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-19T20:26:05.286Z | [ recovery-image] Dec 19 20:26:03.899 INFO O| Dec 19 20:26:03.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6039 | 2024-12-19T20:26:05.286Z | [ recovery-image] Dec 19 20:26:03.899 INFO O| Dec 19 20:26:03.899 INFO STEP 566 (remove_files) COMPLETE |
6040 | 2024-12-19T20:26:05.286Z | [ recovery-image] Dec 19 20:26:03.899 INFO O| Dec 19 20:26:03.899 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-19T20:26:05.305Z | [ recovery-image] Dec 19 20:26:03.919 INFO O| Dec 19 20:26:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6042 | 2024-12-19T20:26:05.305Z | [ recovery-image] Dec 19 20:26:03.919 INFO O| Dec 19 20:26:03.919 INFO STEP 567 (remove_files) COMPLETE |
6043 | 2024-12-19T20:26:05.305Z | [ recovery-image] Dec 19 20:26:03.920 INFO O| Dec 19 20:26:03.919 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-19T20:26:05.335Z | [ recovery-image] Dec 19 20:26:03.948 INFO O| Dec 19 20:26:03.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6045 | 2024-12-19T20:26:05.335Z | [ recovery-image] Dec 19 20:26:03.948 INFO O| Dec 19 20:26:03.948 INFO STEP 568 (remove_files) COMPLETE |
6046 | 2024-12-19T20:26:05.335Z | [ recovery-image] Dec 19 20:26:03.948 INFO O| Dec 19 20:26:03.948 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-19T20:26:05.339Z | [ host-image] Dec 19 20:26:03.953 INFO O| Dec 19 20:26:03.953 INFO O| Planning: Evaluating mediators ... Done |
6048 | 2024-12-19T20:26:05.345Z | [ host-image] Dec 19 20:26:03.960 INFO O| Dec 19 20:26:03.959 INFO O| Planning: Planning completed in 5.46 seconds |
6049 | 2024-12-19T20:26:05.348Z | [ host-image] Dec 19 20:26:03.962 INFO O| Dec 19 20:26:03.962 INFO O| Packages to install: 6 |
6050 | 2024-12-19T20:26:05.348Z | [ host-image] Dec 19 20:26:03.962 INFO O| Dec 19 20:26:03.962 INFO O| Mediators to change: 1 |
6051 | 2024-12-19T20:26:05.348Z | [ host-image] Dec 19 20:26:03.962 INFO O| Dec 19 20:26:03.962 INFO O| Services to change: 1 |
6052 | 2024-12-19T20:26:05.374Z | [ host-image] Dec 19 20:26:03.989 INFO O| Dec 19 20:26:03.988 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
6053 | 2024-12-19T20:26:05.396Z | [ recovery-image] Dec 19 20:26:04.009 INFO O| Dec 19 20:26:04.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6054 | 2024-12-19T20:26:05.399Z | [ recovery-image] Dec 19 20:26:04.009 INFO O| Dec 19 20:26:04.009 INFO STEP 569 (remove_files) COMPLETE |
6055 | 2024-12-19T20:26:05.400Z | [ recovery-image] Dec 19 20:26:04.010 INFO O| Dec 19 20:26:04.009 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-19T20:26:05.415Z | [ recovery-image] Dec 19 20:26:04.029 INFO O| Dec 19 20:26:04.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6057 | 2024-12-19T20:26:05.417Z | [ recovery-image] Dec 19 20:26:04.030 INFO O| Dec 19 20:26:04.030 INFO STEP 570 (remove_files) COMPLETE |
6058 | 2024-12-19T20:26:05.418Z | [ recovery-image] Dec 19 20:26:04.030 INFO O| Dec 19 20:26:04.030 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-19T20:26:05.435Z | [ recovery-image] Dec 19 20:26:04.050 INFO O| Dec 19 20:26:04.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6060 | 2024-12-19T20:26:05.438Z | [ recovery-image] Dec 19 20:26:04.050 INFO O| Dec 19 20:26:04.050 INFO STEP 571 (remove_files) COMPLETE |
6061 | 2024-12-19T20:26:05.438Z | [ recovery-image] Dec 19 20:26:04.050 INFO O| Dec 19 20:26:04.050 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-19T20:26:05.459Z | [ recovery-image] Dec 19 20:26:04.074 INFO O| Dec 19 20:26:04.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6063 | 2024-12-19T20:26:05.460Z | [ recovery-image] Dec 19 20:26:04.074 INFO O| Dec 19 20:26:04.074 INFO STEP 572 (remove_files) COMPLETE |
6064 | 2024-12-19T20:26:05.462Z | [ recovery-image] Dec 19 20:26:04.074 INFO O| Dec 19 20:26:04.074 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-19T20:26:05.480Z | [ recovery-image] Dec 19 20:26:04.094 INFO O| Dec 19 20:26:04.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6066 | 2024-12-19T20:26:05.480Z | [ recovery-image] Dec 19 20:26:04.094 INFO O| Dec 19 20:26:04.094 INFO STEP 573 (remove_files) COMPLETE |
6067 | 2024-12-19T20:26:05.483Z | [ recovery-image] Dec 19 20:26:04.094 INFO O| Dec 19 20:26:04.094 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-19T20:26:05.500Z | [ recovery-image] Dec 19 20:26:04.115 INFO O| Dec 19 20:26:04.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6069 | 2024-12-19T20:26:05.500Z | [ recovery-image] Dec 19 20:26:04.115 INFO O| Dec 19 20:26:04.115 INFO STEP 574 (remove_files) COMPLETE |
6070 | 2024-12-19T20:26:05.500Z | [ recovery-image] Dec 19 20:26:04.115 INFO O| Dec 19 20:26:04.115 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-19T20:26:05.544Z | [ recovery-image] Dec 19 20:26:04.159 INFO O| Dec 19 20:26:04.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6072 | 2024-12-19T20:26:05.547Z | [ recovery-image] Dec 19 20:26:04.159 INFO O| Dec 19 20:26:04.159 INFO STEP 575 (remove_files) COMPLETE |
6073 | 2024-12-19T20:26:05.547Z | [ recovery-image] Dec 19 20:26:04.159 INFO O| Dec 19 20:26:04.159 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-19T20:26:05.596Z | [ recovery-image] Dec 19 20:26:04.211 INFO O| Dec 19 20:26:04.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6075 | 2024-12-19T20:26:05.596Z | [ recovery-image] Dec 19 20:26:04.211 INFO O| Dec 19 20:26:04.211 INFO STEP 576 (remove_files) COMPLETE |
6076 | 2024-12-19T20:26:05.596Z | [ recovery-image] Dec 19 20:26:04.211 INFO O| Dec 19 20:26:04.211 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-19T20:26:05.619Z | [ recovery-image] Dec 19 20:26:04.234 INFO O| Dec 19 20:26:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6078 | 2024-12-19T20:26:05.620Z | [ recovery-image] Dec 19 20:26:04.234 INFO O| Dec 19 20:26:04.234 INFO STEP 577 (remove_files) COMPLETE |
6079 | 2024-12-19T20:26:05.620Z | [ recovery-image] Dec 19 20:26:04.234 INFO O| Dec 19 20:26:04.234 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-19T20:26:05.643Z | [ recovery-image] Dec 19 20:26:04.257 INFO O| Dec 19 20:26:04.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6081 | 2024-12-19T20:26:05.643Z | [ recovery-image] Dec 19 20:26:04.258 INFO O| Dec 19 20:26:04.257 INFO STEP 578 (remove_files) COMPLETE |
6082 | 2024-12-19T20:26:05.643Z | [ recovery-image] Dec 19 20:26:04.258 INFO O| Dec 19 20:26:04.258 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-19T20:26:05.666Z | [ recovery-image] Dec 19 20:26:04.281 INFO O| Dec 19 20:26:04.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6084 | 2024-12-19T20:26:05.666Z | [ recovery-image] Dec 19 20:26:04.281 INFO O| Dec 19 20:26:04.281 INFO STEP 579 (remove_files) COMPLETE |
6085 | 2024-12-19T20:26:05.669Z | [ recovery-image] Dec 19 20:26:04.281 INFO O| Dec 19 20:26:04.281 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-19T20:26:05.687Z | [ recovery-image] Dec 19 20:26:04.302 INFO O| Dec 19 20:26:04.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6087 | 2024-12-19T20:26:05.687Z | [ recovery-image] Dec 19 20:26:04.302 INFO O| Dec 19 20:26:04.302 INFO STEP 580 (remove_files) COMPLETE |
6088 | 2024-12-19T20:26:05.687Z | [ recovery-image] Dec 19 20:26:04.302 INFO O| Dec 19 20:26:04.302 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-19T20:26:05.725Z | [ recovery-image] Dec 19 20:26:04.339 INFO O| Dec 19 20:26:04.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6090 | 2024-12-19T20:26:05.725Z | [ recovery-image] Dec 19 20:26:04.339 INFO O| Dec 19 20:26:04.339 INFO STEP 581 (remove_files) COMPLETE |
6091 | 2024-12-19T20:26:05.725Z | [ recovery-image] Dec 19 20:26:04.339 INFO O| Dec 19 20:26:04.339 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-19T20:26:05.793Z | [ recovery-image] Dec 19 20:26:04.407 INFO O| Dec 19 20:26:04.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6093 | 2024-12-19T20:26:05.797Z | [ recovery-image] Dec 19 20:26:04.408 INFO O| Dec 19 20:26:04.407 INFO STEP 582 (remove_files) COMPLETE |
6094 | 2024-12-19T20:26:05.797Z | [ recovery-image] Dec 19 20:26:04.408 INFO O| Dec 19 20:26:04.408 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-19T20:26:05.820Z | [ recovery-image] Dec 19 20:26:04.435 INFO O| Dec 19 20:26:04.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6096 | 2024-12-19T20:26:05.820Z | [ recovery-image] Dec 19 20:26:04.435 INFO O| Dec 19 20:26:04.435 INFO STEP 583 (remove_files) COMPLETE |
6097 | 2024-12-19T20:26:05.822Z | [ recovery-image] Dec 19 20:26:04.435 INFO O| Dec 19 20:26:04.435 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-19T20:26:05.847Z | [ recovery-image] Dec 19 20:26:04.462 INFO O| Dec 19 20:26:04.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6099 | 2024-12-19T20:26:05.850Z | [ recovery-image] Dec 19 20:26:04.462 INFO O| Dec 19 20:26:04.462 INFO STEP 584 (remove_files) COMPLETE |
6100 | 2024-12-19T20:26:05.850Z | [ recovery-image] Dec 19 20:26:04.462 INFO O| Dec 19 20:26:04.462 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-19T20:26:05.884Z | [ recovery-image] Dec 19 20:26:04.498 INFO O| Dec 19 20:26:04.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6102 | 2024-12-19T20:26:05.903Z | [ recovery-image] Dec 19 20:26:04.518 INFO O| Dec 19 20:26:04.518 INFO STEP 585 (remove_files) COMPLETE |
6103 | 2024-12-19T20:26:05.903Z | [ recovery-image] Dec 19 20:26:04.518 INFO O| Dec 19 20:26:04.518 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-19T20:26:05.926Z | [ recovery-image] Dec 19 20:26:04.541 INFO O| Dec 19 20:26:04.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6105 | 2024-12-19T20:26:05.929Z | [ recovery-image] Dec 19 20:26:04.541 INFO O| Dec 19 20:26:04.541 INFO STEP 586 (remove_files) COMPLETE |
6106 | 2024-12-19T20:26:05.929Z | [ recovery-image] Dec 19 20:26:04.541 INFO O| Dec 19 20:26:04.541 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-19T20:26:05.949Z | [ recovery-image] Dec 19 20:26:04.564 INFO O| Dec 19 20:26:04.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6108 | 2024-12-19T20:26:05.949Z | [ recovery-image] Dec 19 20:26:04.564 INFO O| Dec 19 20:26:04.564 INFO STEP 587 (remove_files) COMPLETE |
6109 | 2024-12-19T20:26:05.952Z | [ recovery-image] Dec 19 20:26:04.564 INFO O| Dec 19 20:26:04.564 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-19T20:26:05.971Z | [ recovery-image] Dec 19 20:26:04.585 INFO O| Dec 19 20:26:04.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6111 | 2024-12-19T20:26:05.982Z | [ recovery-image] Dec 19 20:26:04.585 INFO O| Dec 19 20:26:04.585 INFO STEP 588 (remove_files) COMPLETE |
6112 | 2024-12-19T20:26:05.982Z | [ recovery-image] Dec 19 20:26:04.585 INFO O| Dec 19 20:26:04.585 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-19T20:26:05.993Z | [ recovery-image] Dec 19 20:26:04.607 INFO O| Dec 19 20:26:04.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6114 | 2024-12-19T20:26:05.993Z | [ recovery-image] Dec 19 20:26:04.607 INFO O| Dec 19 20:26:04.607 INFO STEP 589 (remove_files) COMPLETE |
6115 | 2024-12-19T20:26:05.993Z | [ recovery-image] Dec 19 20:26:04.607 INFO O| Dec 19 20:26:04.607 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-19T20:26:06.014Z | [ recovery-image] Dec 19 20:26:04.629 INFO O| Dec 19 20:26:04.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6117 | 2024-12-19T20:26:06.014Z | [ recovery-image] Dec 19 20:26:04.629 INFO O| Dec 19 20:26:04.629 INFO STEP 590 (remove_files) COMPLETE |
6118 | 2024-12-19T20:26:06.014Z | [ recovery-image] Dec 19 20:26:04.629 INFO O| Dec 19 20:26:04.629 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-19T20:26:06.036Z | [ recovery-image] Dec 19 20:26:04.650 INFO O| Dec 19 20:26:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6120 | 2024-12-19T20:26:06.039Z | [ recovery-image] Dec 19 20:26:04.650 INFO O| Dec 19 20:26:04.650 INFO STEP 591 (remove_files) COMPLETE |
6121 | 2024-12-19T20:26:06.039Z | [ recovery-image] Dec 19 20:26:04.650 INFO O| Dec 19 20:26:04.650 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-19T20:26:06.057Z | [ recovery-image] Dec 19 20:26:04.671 INFO O| Dec 19 20:26:04.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6123 | 2024-12-19T20:26:06.057Z | [ recovery-image] Dec 19 20:26:04.671 INFO O| Dec 19 20:26:04.671 INFO STEP 592 (remove_files) COMPLETE |
6124 | 2024-12-19T20:26:06.057Z | [ recovery-image] Dec 19 20:26:04.671 INFO O| Dec 19 20:26:04.671 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-19T20:26:06.078Z | [ recovery-image] Dec 19 20:26:04.692 INFO O| Dec 19 20:26:04.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6126 | 2024-12-19T20:26:06.079Z | [ recovery-image] Dec 19 20:26:04.692 INFO O| Dec 19 20:26:04.692 INFO STEP 593 (remove_files) COMPLETE |
6127 | 2024-12-19T20:26:06.083Z | [ recovery-image] Dec 19 20:26:04.692 INFO O| Dec 19 20:26:04.692 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-19T20:26:06.098Z | [ recovery-image] Dec 19 20:26:04.713 INFO O| Dec 19 20:26:04.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6129 | 2024-12-19T20:26:06.098Z | [ recovery-image] Dec 19 20:26:04.713 INFO O| Dec 19 20:26:04.713 INFO STEP 594 (remove_files) COMPLETE |
6130 | 2024-12-19T20:26:06.102Z | [ recovery-image] Dec 19 20:26:04.713 INFO O| Dec 19 20:26:04.713 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-19T20:26:06.120Z | [ recovery-image] Dec 19 20:26:04.734 INFO O| Dec 19 20:26:04.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6132 | 2024-12-19T20:26:06.123Z | [ recovery-image] Dec 19 20:26:04.734 INFO O| Dec 19 20:26:04.734 INFO STEP 595 (remove_files) COMPLETE |
6133 | 2024-12-19T20:26:06.123Z | [ recovery-image] Dec 19 20:26:04.734 INFO O| Dec 19 20:26:04.734 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-19T20:26:06.141Z | [ recovery-image] Dec 19 20:26:04.755 INFO O| Dec 19 20:26:04.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6135 | 2024-12-19T20:26:06.141Z | [ recovery-image] Dec 19 20:26:04.755 INFO O| Dec 19 20:26:04.755 INFO STEP 596 (remove_files) COMPLETE |
6136 | 2024-12-19T20:26:06.144Z | [ recovery-image] Dec 19 20:26:04.755 INFO O| Dec 19 20:26:04.755 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-19T20:26:06.163Z | [ recovery-image] Dec 19 20:26:04.777 INFO O| Dec 19 20:26:04.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6138 | 2024-12-19T20:26:06.163Z | [ recovery-image] Dec 19 20:26:04.777 INFO O| Dec 19 20:26:04.777 INFO STEP 597 (remove_files) COMPLETE |
6139 | 2024-12-19T20:26:06.163Z | [ recovery-image] Dec 19 20:26:04.777 INFO O| Dec 19 20:26:04.777 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-19T20:26:06.214Z | [ recovery-image] Dec 19 20:26:04.826 INFO O| Dec 19 20:26:04.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6141 | 2024-12-19T20:26:06.242Z | [ recovery-image] Dec 19 20:26:04.854 INFO O| Dec 19 20:26:04.854 INFO STEP 598 (remove_files) COMPLETE |
6142 | 2024-12-19T20:26:06.242Z | [ recovery-image] Dec 19 20:26:04.854 INFO O| Dec 19 20:26:04.854 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-19T20:26:06.309Z | [ recovery-image] Dec 19 20:26:04.923 INFO O| Dec 19 20:26:04.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6144 | 2024-12-19T20:26:06.309Z | [ recovery-image] Dec 19 20:26:04.923 INFO O| Dec 19 20:26:04.923 INFO STEP 599 (remove_files) COMPLETE |
6145 | 2024-12-19T20:26:06.309Z | [ recovery-image] Dec 19 20:26:04.923 INFO O| Dec 19 20:26:04.923 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-19T20:26:06.366Z | [ recovery-image] Dec 19 20:26:04.980 INFO O| Dec 19 20:26:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6147 | 2024-12-19T20:26:06.366Z | [ recovery-image] Dec 19 20:26:04.981 INFO O| Dec 19 20:26:04.981 INFO STEP 600 (remove_files) COMPLETE |
6148 | 2024-12-19T20:26:06.366Z | [ recovery-image] Dec 19 20:26:04.981 INFO O| Dec 19 20:26:04.981 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-19T20:26:06.390Z | [ recovery-image] Dec 19 20:26:05.004 INFO O| Dec 19 20:26:05.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6150 | 2024-12-19T20:26:06.390Z | [ recovery-image] Dec 19 20:26:05.005 INFO O| Dec 19 20:26:05.005 INFO STEP 601 (remove_files) COMPLETE |
6151 | 2024-12-19T20:26:06.390Z | [ recovery-image] Dec 19 20:26:05.005 INFO O| Dec 19 20:26:05.005 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-19T20:26:06.412Z | [ recovery-image] Dec 19 20:26:05.026 INFO O| Dec 19 20:26:05.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6153 | 2024-12-19T20:26:06.412Z | [ recovery-image] Dec 19 20:26:05.026 INFO O| Dec 19 20:26:05.026 INFO STEP 602 (remove_files) COMPLETE |
6154 | 2024-12-19T20:26:06.412Z | [ recovery-image] Dec 19 20:26:05.026 INFO O| Dec 19 20:26:05.026 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-19T20:26:06.434Z | [ recovery-image] Dec 19 20:26:05.048 INFO O| Dec 19 20:26:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6156 | 2024-12-19T20:26:06.434Z | [ recovery-image] Dec 19 20:26:05.048 INFO O| Dec 19 20:26:05.048 INFO STEP 603 (remove_files) COMPLETE |
6157 | 2024-12-19T20:26:06.437Z | [ recovery-image] Dec 19 20:26:05.048 INFO O| Dec 19 20:26:05.048 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-19T20:26:06.456Z | [ recovery-image] Dec 19 20:26:05.070 INFO O| Dec 19 20:26:05.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6159 | 2024-12-19T20:26:06.456Z | [ recovery-image] Dec 19 20:26:05.070 INFO O| Dec 19 20:26:05.070 INFO STEP 604 (remove_files) COMPLETE |
6160 | 2024-12-19T20:26:06.459Z | [ recovery-image] Dec 19 20:26:05.070 INFO O| Dec 19 20:26:05.070 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-19T20:26:06.477Z | [ recovery-image] Dec 19 20:26:05.092 INFO O| Dec 19 20:26:05.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6162 | 2024-12-19T20:26:06.477Z | [ recovery-image] Dec 19 20:26:05.092 INFO O| Dec 19 20:26:05.092 INFO STEP 605 (remove_files) COMPLETE |
6163 | 2024-12-19T20:26:06.477Z | [ recovery-image] Dec 19 20:26:05.092 INFO O| Dec 19 20:26:05.092 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-19T20:26:06.509Z | [ recovery-image] Dec 19 20:26:05.124 INFO O| Dec 19 20:26:05.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6165 | 2024-12-19T20:26:06.513Z | [ recovery-image] Dec 19 20:26:05.124 INFO O| Dec 19 20:26:05.124 INFO STEP 606 (remove_files) COMPLETE |
6166 | 2024-12-19T20:26:06.513Z | [ recovery-image] Dec 19 20:26:05.124 INFO O| Dec 19 20:26:05.124 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-12-19T20:26:06.534Z | [ recovery-image] Dec 19 20:26:05.147 INFO O| Dec 19 20:26:05.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6168 | 2024-12-19T20:26:06.538Z | [ recovery-image] Dec 19 20:26:05.147 INFO O| Dec 19 20:26:05.147 INFO STEP 607 (remove_files) COMPLETE |
6169 | 2024-12-19T20:26:06.538Z | [ recovery-image] Dec 19 20:26:05.147 INFO O| Dec 19 20:26:05.147 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-12-19T20:26:06.557Z | [ recovery-image] Dec 19 20:26:05.171 INFO O| Dec 19 20:26:05.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6171 | 2024-12-19T20:26:06.569Z | [ recovery-image] Dec 19 20:26:05.171 INFO O| Dec 19 20:26:05.171 INFO STEP 608 (remove_files) COMPLETE |
6172 | 2024-12-19T20:26:06.569Z | [ recovery-image] Dec 19 20:26:05.172 INFO O| Dec 19 20:26:05.171 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-12-19T20:26:06.589Z | [ recovery-image] Dec 19 20:26:05.202 INFO O| Dec 19 20:26:05.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6174 | 2024-12-19T20:26:06.589Z | [ recovery-image] Dec 19 20:26:05.202 INFO O| Dec 19 20:26:05.202 INFO STEP 609 (remove_files) COMPLETE |
6175 | 2024-12-19T20:26:06.589Z | [ recovery-image] Dec 19 20:26:05.202 INFO O| Dec 19 20:26:05.202 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-12-19T20:26:06.631Z | [ recovery-image] Dec 19 20:26:05.245 INFO O| Dec 19 20:26:05.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6177 | 2024-12-19T20:26:06.631Z | [ recovery-image] Dec 19 20:26:05.245 INFO O| Dec 19 20:26:05.245 INFO STEP 610 (remove_files) COMPLETE |
6178 | 2024-12-19T20:26:06.646Z | [ recovery-image] Dec 19 20:26:05.245 INFO O| Dec 19 20:26:05.245 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-12-19T20:26:06.651Z | [ recovery-image] Dec 19 20:26:05.265 INFO O| Dec 19 20:26:05.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6180 | 2024-12-19T20:26:06.655Z | [ recovery-image] Dec 19 20:26:05.266 INFO O| Dec 19 20:26:05.266 INFO STEP 611 (remove_files) COMPLETE |
6181 | 2024-12-19T20:26:06.655Z | [ recovery-image] Dec 19 20:26:05.266 INFO O| Dec 19 20:26:05.266 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-12-19T20:26:06.677Z | [ recovery-image] Dec 19 20:26:05.288 INFO O| Dec 19 20:26:05.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6183 | 2024-12-19T20:26:06.680Z | [ recovery-image] Dec 19 20:26:05.288 INFO O| Dec 19 20:26:05.288 INFO STEP 612 (remove_files) COMPLETE |
6184 | 2024-12-19T20:26:06.680Z | [ recovery-image] Dec 19 20:26:05.288 INFO O| Dec 19 20:26:05.288 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-12-19T20:26:06.698Z | [ recovery-image] Dec 19 20:26:05.312 INFO O| Dec 19 20:26:05.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6186 | 2024-12-19T20:26:06.698Z | [ recovery-image] Dec 19 20:26:05.312 INFO O| Dec 19 20:26:05.312 INFO STEP 613 (remove_files) COMPLETE |
6187 | 2024-12-19T20:26:06.698Z | [ recovery-image] Dec 19 20:26:05.312 INFO O| Dec 19 20:26:05.312 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-12-19T20:26:06.746Z | [ recovery-image] Dec 19 20:26:05.360 INFO O| Dec 19 20:26:05.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6189 | 2024-12-19T20:26:06.746Z | [ recovery-image] Dec 19 20:26:05.360 INFO O| Dec 19 20:26:05.360 INFO STEP 614 (remove_files) COMPLETE |
6190 | 2024-12-19T20:26:06.750Z | [ recovery-image] Dec 19 20:26:05.360 INFO O| Dec 19 20:26:05.360 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-12-19T20:26:06.768Z | [ recovery-image] Dec 19 20:26:05.382 INFO O| Dec 19 20:26:05.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6192 | 2024-12-19T20:26:06.768Z | [ recovery-image] Dec 19 20:26:05.382 INFO O| Dec 19 20:26:05.382 INFO STEP 615 (remove_files) COMPLETE |
6193 | 2024-12-19T20:26:06.768Z | [ recovery-image] Dec 19 20:26:05.382 INFO O| Dec 19 20:26:05.382 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-12-19T20:26:06.787Z | [ recovery-image] Dec 19 20:26:05.401 INFO O| Dec 19 20:26:05.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6195 | 2024-12-19T20:26:06.787Z | [ recovery-image] Dec 19 20:26:05.401 INFO O| Dec 19 20:26:05.401 INFO STEP 616 (remove_files) COMPLETE |
6196 | 2024-12-19T20:26:06.788Z | [ recovery-image] Dec 19 20:26:05.401 INFO O| Dec 19 20:26:05.401 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-12-19T20:26:06.809Z | [ recovery-image] Dec 19 20:26:05.422 INFO O| Dec 19 20:26:05.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6198 | 2024-12-19T20:26:06.809Z | [ recovery-image] Dec 19 20:26:05.422 INFO O| Dec 19 20:26:05.422 INFO STEP 617 (remove_files) COMPLETE |
6199 | 2024-12-19T20:26:06.809Z | [ recovery-image] Dec 19 20:26:05.422 INFO O| Dec 19 20:26:05.422 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-12-19T20:26:06.830Z | [ recovery-image] Dec 19 20:26:05.444 INFO O| Dec 19 20:26:05.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6201 | 2024-12-19T20:26:06.830Z | [ recovery-image] Dec 19 20:26:05.444 INFO O| Dec 19 20:26:05.444 INFO STEP 618 (remove_files) COMPLETE |
6202 | 2024-12-19T20:26:06.830Z | [ recovery-image] Dec 19 20:26:05.444 INFO O| Dec 19 20:26:05.444 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-12-19T20:26:06.867Z | [ recovery-image] Dec 19 20:26:05.481 INFO O| Dec 19 20:26:05.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6204 | 2024-12-19T20:26:06.868Z | [ recovery-image] Dec 19 20:26:05.482 INFO O| Dec 19 20:26:05.482 INFO STEP 619 (remove_files) COMPLETE |
6205 | 2024-12-19T20:26:06.868Z | [ recovery-image] Dec 19 20:26:05.482 INFO O| Dec 19 20:26:05.482 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-12-19T20:26:06.890Z | [ recovery-image] Dec 19 20:26:05.504 INFO O| Dec 19 20:26:05.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6207 | 2024-12-19T20:26:06.890Z | [ recovery-image] Dec 19 20:26:05.504 INFO O| Dec 19 20:26:05.504 INFO STEP 620 (remove_files) COMPLETE |
6208 | 2024-12-19T20:26:06.890Z | [ recovery-image] Dec 19 20:26:05.504 INFO O| Dec 19 20:26:05.504 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-12-19T20:26:06.932Z | [ recovery-image] Dec 19 20:26:05.525 INFO O| Dec 19 20:26:05.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6210 | 2024-12-19T20:26:06.932Z | [ recovery-image] Dec 19 20:26:05.525 INFO O| Dec 19 20:26:05.525 INFO STEP 621 (remove_files) COMPLETE |
6211 | 2024-12-19T20:26:06.934Z | [ recovery-image] Dec 19 20:26:05.525 INFO O| Dec 19 20:26:05.525 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-12-19T20:26:06.946Z | [ recovery-image] Dec 19 20:26:05.560 INFO O| Dec 19 20:26:05.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6213 | 2024-12-19T20:26:06.949Z | [ recovery-image] Dec 19 20:26:05.561 INFO O| Dec 19 20:26:05.560 INFO STEP 622 (remove_files) COMPLETE |
6214 | 2024-12-19T20:26:06.949Z | [ recovery-image] Dec 19 20:26:05.561 INFO O| Dec 19 20:26:05.561 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-12-19T20:26:06.970Z | [ recovery-image] Dec 19 20:26:05.583 INFO O| Dec 19 20:26:05.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6216 | 2024-12-19T20:26:06.971Z | [ recovery-image] Dec 19 20:26:05.584 INFO O| Dec 19 20:26:05.584 INFO STEP 623 (remove_files) COMPLETE |
6217 | 2024-12-19T20:26:06.972Z | [ recovery-image] Dec 19 20:26:05.584 INFO O| Dec 19 20:26:05.584 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-12-19T20:26:06.993Z | [ recovery-image] Dec 19 20:26:05.606 INFO O| Dec 19 20:26:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6219 | 2024-12-19T20:26:06.993Z | [ recovery-image] Dec 19 20:26:05.607 INFO O| Dec 19 20:26:05.606 INFO STEP 624 (remove_files) COMPLETE |
6220 | 2024-12-19T20:26:06.993Z | [ recovery-image] Dec 19 20:26:05.607 INFO O| Dec 19 20:26:05.607 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-12-19T20:26:07.017Z | [ recovery-image] Dec 19 20:26:05.631 INFO O| Dec 19 20:26:05.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6222 | 2024-12-19T20:26:07.020Z | [ recovery-image] Dec 19 20:26:05.631 INFO O| Dec 19 20:26:05.631 INFO STEP 625 (remove_files) COMPLETE |
6223 | 2024-12-19T20:26:07.020Z | [ recovery-image] Dec 19 20:26:05.632 INFO O| Dec 19 20:26:05.631 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-12-19T20:26:07.041Z | [ recovery-image] Dec 19 20:26:05.655 INFO O| Dec 19 20:26:05.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6225 | 2024-12-19T20:26:07.044Z | [ recovery-image] Dec 19 20:26:05.655 INFO O| Dec 19 20:26:05.655 INFO STEP 626 (remove_files) COMPLETE |
6226 | 2024-12-19T20:26:07.044Z | [ recovery-image] Dec 19 20:26:05.655 INFO O| Dec 19 20:26:05.655 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-12-19T20:26:07.064Z | [ recovery-image] Dec 19 20:26:05.677 INFO O| Dec 19 20:26:05.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6228 | 2024-12-19T20:26:07.067Z | [ recovery-image] Dec 19 20:26:05.678 INFO O| Dec 19 20:26:05.678 INFO STEP 627 (remove_files) COMPLETE |
6229 | 2024-12-19T20:26:07.067Z | [ recovery-image] Dec 19 20:26:05.678 INFO O| Dec 19 20:26:05.678 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-12-19T20:26:07.090Z | [ recovery-image] Dec 19 20:26:05.703 INFO O| Dec 19 20:26:05.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6231 | 2024-12-19T20:26:07.094Z | [ recovery-image] Dec 19 20:26:05.704 INFO O| Dec 19 20:26:05.703 INFO STEP 628 (remove_files) COMPLETE |
6232 | 2024-12-19T20:26:07.094Z | [ recovery-image] Dec 19 20:26:05.704 INFO O| Dec 19 20:26:05.703 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-12-19T20:26:07.112Z | [ recovery-image] Dec 19 20:26:05.725 INFO O| Dec 19 20:26:05.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6234 | 2024-12-19T20:26:07.112Z | [ recovery-image] Dec 19 20:26:05.726 INFO O| Dec 19 20:26:05.725 INFO STEP 629 (remove_files) COMPLETE |
6235 | 2024-12-19T20:26:07.137Z | [ recovery-image] Dec 19 20:26:05.726 INFO O| Dec 19 20:26:05.726 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-12-19T20:26:07.137Z | [ recovery-image] Dec 19 20:26:05.746 INFO O| Dec 19 20:26:05.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6237 | 2024-12-19T20:26:07.137Z | [ recovery-image] Dec 19 20:26:05.746 INFO O| Dec 19 20:26:05.746 INFO STEP 630 (remove_files) COMPLETE |
6238 | 2024-12-19T20:26:07.137Z | [ recovery-image] Dec 19 20:26:05.747 INFO O| Dec 19 20:26:05.746 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-12-19T20:26:07.169Z | [ recovery-image] Dec 19 20:26:05.782 INFO O| Dec 19 20:26:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6240 | 2024-12-19T20:26:07.169Z | [ recovery-image] Dec 19 20:26:05.782 INFO O| Dec 19 20:26:05.782 INFO STEP 631 (remove_files) COMPLETE |
6241 | 2024-12-19T20:26:07.185Z | [ recovery-image] Dec 19 20:26:05.782 INFO O| Dec 19 20:26:05.782 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-12-19T20:26:07.191Z | [ recovery-image] Dec 19 20:26:05.804 INFO O| Dec 19 20:26:05.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6243 | 2024-12-19T20:26:07.191Z | [ recovery-image] Dec 19 20:26:05.804 INFO O| Dec 19 20:26:05.804 INFO STEP 632 (remove_files) COMPLETE |
6244 | 2024-12-19T20:26:07.197Z | [ recovery-image] Dec 19 20:26:05.804 INFO O| Dec 19 20:26:05.804 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-12-19T20:26:07.215Z | [ recovery-image] Dec 19 20:26:05.826 INFO O| Dec 19 20:26:05.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6246 | 2024-12-19T20:26:07.215Z | [ recovery-image] Dec 19 20:26:05.827 INFO O| Dec 19 20:26:05.826 INFO STEP 633 (remove_files) COMPLETE |
6247 | 2024-12-19T20:26:07.215Z | [ recovery-image] Dec 19 20:26:05.827 INFO O| Dec 19 20:26:05.826 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-12-19T20:26:07.235Z | [ recovery-image] Dec 19 20:26:05.848 INFO O| Dec 19 20:26:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6249 | 2024-12-19T20:26:07.235Z | [ recovery-image] Dec 19 20:26:05.848 INFO O| Dec 19 20:26:05.848 INFO STEP 634 (remove_files) COMPLETE |
6250 | 2024-12-19T20:26:07.241Z | [ recovery-image] Dec 19 20:26:05.848 INFO O| Dec 19 20:26:05.848 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-12-19T20:26:07.257Z | [ recovery-image] Dec 19 20:26:05.870 INFO O| Dec 19 20:26:05.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6252 | 2024-12-19T20:26:07.257Z | [ recovery-image] Dec 19 20:26:05.870 INFO O| Dec 19 20:26:05.870 INFO STEP 635 (remove_files) COMPLETE |
6253 | 2024-12-19T20:26:07.262Z | [ recovery-image] Dec 19 20:26:05.870 INFO O| Dec 19 20:26:05.870 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-12-19T20:26:07.292Z | [ recovery-image] Dec 19 20:26:05.906 INFO O| Dec 19 20:26:05.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6255 | 2024-12-19T20:26:07.292Z | [ recovery-image] Dec 19 20:26:05.906 INFO O| Dec 19 20:26:05.906 INFO STEP 636 (remove_files) COMPLETE |
6256 | 2024-12-19T20:26:07.292Z | [ recovery-image] Dec 19 20:26:05.906 INFO O| Dec 19 20:26:05.906 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-12-19T20:26:07.355Z | [ recovery-image] Dec 19 20:26:05.968 INFO O| Dec 19 20:26:05.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6258 | 2024-12-19T20:26:07.379Z | [ recovery-image] Dec 19 20:26:05.992 INFO O| Dec 19 20:26:05.992 INFO STEP 637 (remove_files) COMPLETE |
6259 | 2024-12-19T20:26:07.379Z | [ recovery-image] Dec 19 20:26:05.992 INFO O| Dec 19 20:26:05.992 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-12-19T20:26:07.431Z | [ recovery-image] Dec 19 20:26:06.045 INFO O| Dec 19 20:26:06.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6261 | 2024-12-19T20:26:07.431Z | [ recovery-image] Dec 19 20:26:06.045 INFO O| Dec 19 20:26:06.045 INFO STEP 638 (remove_files) COMPLETE |
6262 | 2024-12-19T20:26:07.432Z | [ recovery-image] Dec 19 20:26:06.045 INFO O| Dec 19 20:26:06.045 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-19T20:26:07.452Z | [ recovery-image] Dec 19 20:26:06.065 INFO O| Dec 19 20:26:06.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6264 | 2024-12-19T20:26:07.452Z | [ recovery-image] Dec 19 20:26:06.065 INFO O| Dec 19 20:26:06.065 INFO STEP 639 (remove_files) COMPLETE |
6265 | 2024-12-19T20:26:07.452Z | [ recovery-image] Dec 19 20:26:06.065 INFO O| Dec 19 20:26:06.065 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-19T20:26:07.472Z | [ recovery-image] Dec 19 20:26:06.086 INFO O| Dec 19 20:26:06.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6267 | 2024-12-19T20:26:07.472Z | [ recovery-image] Dec 19 20:26:06.086 INFO O| Dec 19 20:26:06.086 INFO STEP 640 (remove_files) COMPLETE |
6268 | 2024-12-19T20:26:07.472Z | [ recovery-image] Dec 19 20:26:06.086 INFO O| Dec 19 20:26:06.086 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-19T20:26:07.492Z | [ recovery-image] Dec 19 20:26:06.107 INFO O| Dec 19 20:26:06.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6270 | 2024-12-19T20:26:07.493Z | [ recovery-image] Dec 19 20:26:06.107 INFO O| Dec 19 20:26:06.107 INFO STEP 641 (remove_files) COMPLETE |
6271 | 2024-12-19T20:26:07.493Z | [ recovery-image] Dec 19 20:26:06.107 INFO O| Dec 19 20:26:06.107 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-19T20:26:07.514Z | [ recovery-image] Dec 19 20:26:06.128 INFO O| Dec 19 20:26:06.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6273 | 2024-12-19T20:26:07.521Z | [ recovery-image] Dec 19 20:26:06.135 INFO O| Dec 19 20:26:06.135 INFO STEP 642 (remove_files) COMPLETE |
6274 | 2024-12-19T20:26:07.521Z | [ recovery-image] Dec 19 20:26:06.135 INFO O| Dec 19 20:26:06.135 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-19T20:26:07.612Z | [ recovery-image] Dec 19 20:26:06.223 INFO O| Dec 19 20:26:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6276 | 2024-12-19T20:26:07.615Z | [ recovery-image] Dec 19 20:26:06.223 INFO O| Dec 19 20:26:06.223 INFO STEP 643 (remove_files) COMPLETE |
6277 | 2024-12-19T20:26:07.615Z | [ recovery-image] Dec 19 20:26:06.223 INFO O| Dec 19 20:26:06.223 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-12-19T20:26:07.631Z | [ recovery-image] Dec 19 20:26:06.245 INFO O| Dec 19 20:26:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6279 | 2024-12-19T20:26:07.636Z | [ recovery-image] Dec 19 20:26:06.246 INFO O| Dec 19 20:26:06.246 INFO STEP 644 (remove_files) COMPLETE |
6280 | 2024-12-19T20:26:07.636Z | [ recovery-image] Dec 19 20:26:06.246 INFO O| Dec 19 20:26:06.246 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-12-19T20:26:07.665Z | [ recovery-image] Dec 19 20:26:06.271 INFO O| Dec 19 20:26:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6282 | 2024-12-19T20:26:07.666Z | [ recovery-image] Dec 19 20:26:06.271 INFO O| Dec 19 20:26:06.271 INFO STEP 645 (remove_files) COMPLETE |
6283 | 2024-12-19T20:26:07.666Z | [ recovery-image] Dec 19 20:26:06.271 INFO O| Dec 19 20:26:06.271 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-12-19T20:26:07.687Z | [ recovery-image] Dec 19 20:26:06.295 INFO O| Dec 19 20:26:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6285 | 2024-12-19T20:26:07.687Z | [ recovery-image] Dec 19 20:26:06.295 INFO O| Dec 19 20:26:06.295 INFO STEP 646 (remove_files) COMPLETE |
6286 | 2024-12-19T20:26:07.687Z | [ recovery-image] Dec 19 20:26:06.295 INFO O| Dec 19 20:26:06.295 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-12-19T20:26:07.705Z | [ recovery-image] Dec 19 20:26:06.319 INFO O| Dec 19 20:26:06.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6288 | 2024-12-19T20:26:07.705Z | [ recovery-image] Dec 19 20:26:06.319 INFO O| Dec 19 20:26:06.319 INFO STEP 647 (remove_files) COMPLETE |
6289 | 2024-12-19T20:26:07.705Z | [ recovery-image] Dec 19 20:26:06.319 INFO O| Dec 19 20:26:06.319 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-12-19T20:26:07.728Z | [ recovery-image] Dec 19 20:26:06.342 INFO O| Dec 19 20:26:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6291 | 2024-12-19T20:26:07.728Z | [ recovery-image] Dec 19 20:26:06.342 INFO O| Dec 19 20:26:06.342 INFO STEP 648 (remove_files) COMPLETE |
6292 | 2024-12-19T20:26:07.731Z | [ recovery-image] Dec 19 20:26:06.342 INFO O| Dec 19 20:26:06.342 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-12-19T20:26:07.767Z | [ recovery-image] Dec 19 20:26:06.381 INFO O| Dec 19 20:26:06.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6294 | 2024-12-19T20:26:07.768Z | [ recovery-image] Dec 19 20:26:06.381 INFO O| Dec 19 20:26:06.381 INFO STEP 649 (remove_files) COMPLETE |
6295 | 2024-12-19T20:26:07.770Z | [ recovery-image] Dec 19 20:26:06.381 INFO O| Dec 19 20:26:06.381 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-12-19T20:26:07.802Z | [ recovery-image] Dec 19 20:26:06.416 INFO O| Dec 19 20:26:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6297 | 2024-12-19T20:26:07.803Z | [ recovery-image] Dec 19 20:26:06.416 INFO O| Dec 19 20:26:06.416 INFO STEP 650 (remove_files) COMPLETE |
6298 | 2024-12-19T20:26:07.806Z | [ recovery-image] Dec 19 20:26:06.416 INFO O| Dec 19 20:26:06.416 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-12-19T20:26:07.824Z | [ recovery-image] Dec 19 20:26:06.438 INFO O| Dec 19 20:26:06.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6300 | 2024-12-19T20:26:07.824Z | [ recovery-image] Dec 19 20:26:06.438 INFO O| Dec 19 20:26:06.438 INFO STEP 651 (remove_files) COMPLETE |
6301 | 2024-12-19T20:26:07.824Z | [ recovery-image] Dec 19 20:26:06.438 INFO O| Dec 19 20:26:06.438 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-12-19T20:26:07.845Z | [ recovery-image] Dec 19 20:26:06.459 INFO O| Dec 19 20:26:06.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6303 | 2024-12-19T20:26:07.845Z | [ recovery-image] Dec 19 20:26:06.459 INFO O| Dec 19 20:26:06.459 INFO STEP 652 (remove_files) COMPLETE |
6304 | 2024-12-19T20:26:07.845Z | [ recovery-image] Dec 19 20:26:06.459 INFO O| Dec 19 20:26:06.459 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-12-19T20:26:07.867Z | [ recovery-image] Dec 19 20:26:06.481 INFO O| Dec 19 20:26:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6306 | 2024-12-19T20:26:07.867Z | [ recovery-image] Dec 19 20:26:06.481 INFO O| Dec 19 20:26:06.481 INFO STEP 653 (remove_files) COMPLETE |
6307 | 2024-12-19T20:26:07.870Z | [ recovery-image] Dec 19 20:26:06.481 INFO O| Dec 19 20:26:06.481 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-12-19T20:26:07.889Z | [ recovery-image] Dec 19 20:26:06.503 INFO O| Dec 19 20:26:06.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6309 | 2024-12-19T20:26:07.889Z | [ recovery-image] Dec 19 20:26:06.503 INFO O| Dec 19 20:26:06.503 INFO STEP 654 (remove_files) COMPLETE |
6310 | 2024-12-19T20:26:07.889Z | [ recovery-image] Dec 19 20:26:06.504 INFO O| Dec 19 20:26:06.503 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-12-19T20:26:07.912Z | [ recovery-image] Dec 19 20:26:06.526 INFO O| Dec 19 20:26:06.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6312 | 2024-12-19T20:26:07.912Z | [ recovery-image] Dec 19 20:26:06.526 INFO O| Dec 19 20:26:06.526 INFO STEP 655 (remove_files) COMPLETE |
6313 | 2024-12-19T20:26:07.912Z | [ recovery-image] Dec 19 20:26:06.526 INFO O| Dec 19 20:26:06.526 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-12-19T20:26:07.940Z | [ recovery-image] Dec 19 20:26:06.554 INFO O| Dec 19 20:26:06.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6315 | 2024-12-19T20:26:07.943Z | [ recovery-image] Dec 19 20:26:06.554 INFO O| Dec 19 20:26:06.554 INFO STEP 656 (remove_files) COMPLETE |
6316 | 2024-12-19T20:26:07.943Z | [ recovery-image] Dec 19 20:26:06.554 INFO O| Dec 19 20:26:06.554 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-12-19T20:26:07.961Z | [ recovery-image] Dec 19 20:26:06.575 INFO O| Dec 19 20:26:06.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6318 | 2024-12-19T20:26:07.961Z | [ recovery-image] Dec 19 20:26:06.575 INFO O| Dec 19 20:26:06.575 INFO STEP 657 (remove_files) COMPLETE |
6319 | 2024-12-19T20:26:07.964Z | [ recovery-image] Dec 19 20:26:06.575 INFO O| Dec 19 20:26:06.575 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-12-19T20:26:07.982Z | [ recovery-image] Dec 19 20:26:06.596 INFO O| Dec 19 20:26:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6321 | 2024-12-19T20:26:07.982Z | [ recovery-image] Dec 19 20:26:06.597 INFO O| Dec 19 20:26:06.596 INFO STEP 658 (remove_files) COMPLETE |
6322 | 2024-12-19T20:26:07.982Z | [ recovery-image] Dec 19 20:26:06.597 INFO O| Dec 19 20:26:06.597 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-12-19T20:26:08.004Z | [ recovery-image] Dec 19 20:26:06.618 INFO O| Dec 19 20:26:06.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6324 | 2024-12-19T20:26:08.004Z | [ recovery-image] Dec 19 20:26:06.618 INFO O| Dec 19 20:26:06.618 INFO STEP 659 (remove_files) COMPLETE |
6325 | 2024-12-19T20:26:08.004Z | [ recovery-image] Dec 19 20:26:06.619 INFO O| Dec 19 20:26:06.618 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-12-19T20:26:08.027Z | [ recovery-image] Dec 19 20:26:06.641 INFO O| Dec 19 20:26:06.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6327 | 2024-12-19T20:26:08.027Z | [ recovery-image] Dec 19 20:26:06.641 INFO O| Dec 19 20:26:06.641 INFO STEP 660 (remove_files) COMPLETE |
6328 | 2024-12-19T20:26:08.027Z | [ recovery-image] Dec 19 20:26:06.641 INFO O| Dec 19 20:26:06.641 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-12-19T20:26:08.049Z | [ recovery-image] Dec 19 20:26:06.663 INFO O| Dec 19 20:26:06.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6330 | 2024-12-19T20:26:08.050Z | [ recovery-image] Dec 19 20:26:06.664 INFO O| Dec 19 20:26:06.663 INFO STEP 661 (remove_files) COMPLETE |
6331 | 2024-12-19T20:26:08.050Z | [ recovery-image] Dec 19 20:26:06.664 INFO O| Dec 19 20:26:06.664 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-12-19T20:26:08.072Z | [ recovery-image] Dec 19 20:26:06.685 INFO O| Dec 19 20:26:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6333 | 2024-12-19T20:26:08.072Z | [ recovery-image] Dec 19 20:26:06.685 INFO O| Dec 19 20:26:06.685 INFO STEP 662 (remove_files) COMPLETE |
6334 | 2024-12-19T20:26:08.076Z | [ recovery-image] Dec 19 20:26:06.685 INFO O| Dec 19 20:26:06.685 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-19T20:26:08.093Z | [ recovery-image] Dec 19 20:26:06.707 INFO O| Dec 19 20:26:06.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6336 | 2024-12-19T20:26:08.096Z | [ recovery-image] Dec 19 20:26:06.707 INFO O| Dec 19 20:26:06.707 INFO STEP 663 (remove_files) COMPLETE |
6337 | 2024-12-19T20:26:08.096Z | [ recovery-image] Dec 19 20:26:06.707 INFO O| Dec 19 20:26:06.707 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-19T20:26:08.116Z | [ recovery-image] Dec 19 20:26:06.730 INFO O| Dec 19 20:26:06.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6339 | 2024-12-19T20:26:08.119Z | [ recovery-image] Dec 19 20:26:06.730 INFO O| Dec 19 20:26:06.730 INFO STEP 664 (remove_files) COMPLETE |
6340 | 2024-12-19T20:26:08.119Z | [ recovery-image] Dec 19 20:26:06.730 INFO O| Dec 19 20:26:06.730 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-19T20:26:08.138Z | [ recovery-image] Dec 19 20:26:06.752 INFO O| Dec 19 20:26:06.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6342 | 2024-12-19T20:26:08.142Z | [ recovery-image] Dec 19 20:26:06.753 INFO O| Dec 19 20:26:06.752 INFO STEP 665 (remove_files) COMPLETE |
6343 | 2024-12-19T20:26:08.142Z | [ recovery-image] Dec 19 20:26:06.753 INFO O| Dec 19 20:26:06.753 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-19T20:26:08.162Z | [ recovery-image] Dec 19 20:26:06.775 INFO O| Dec 19 20:26:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6345 | 2024-12-19T20:26:08.165Z | [ recovery-image] Dec 19 20:26:06.775 INFO O| Dec 19 20:26:06.775 INFO STEP 666 (remove_files) COMPLETE |
6346 | 2024-12-19T20:26:08.165Z | [ recovery-image] Dec 19 20:26:06.775 INFO O| Dec 19 20:26:06.775 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-19T20:26:08.184Z | [ recovery-image] Dec 19 20:26:06.798 INFO O| Dec 19 20:26:06.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6348 | 2024-12-19T20:26:08.186Z | [ recovery-image] Dec 19 20:26:06.798 INFO O| Dec 19 20:26:06.798 INFO STEP 667 (remove_files) COMPLETE |
6349 | 2024-12-19T20:26:08.186Z | [ recovery-image] Dec 19 20:26:06.798 INFO O| Dec 19 20:26:06.798 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-19T20:26:08.205Z | [ recovery-image] Dec 19 20:26:06.819 INFO O| Dec 19 20:26:06.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6351 | 2024-12-19T20:26:08.208Z | [ recovery-image] Dec 19 20:26:06.820 INFO O| Dec 19 20:26:06.820 INFO STEP 668 (remove_files) COMPLETE |
6352 | 2024-12-19T20:26:08.208Z | [ recovery-image] Dec 19 20:26:06.820 INFO O| Dec 19 20:26:06.820 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-19T20:26:08.228Z | [ recovery-image] Dec 19 20:26:06.842 INFO O| Dec 19 20:26:06.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6354 | 2024-12-19T20:26:08.228Z | [ recovery-image] Dec 19 20:26:06.842 INFO O| Dec 19 20:26:06.842 INFO STEP 669 (remove_files) COMPLETE |
6355 | 2024-12-19T20:26:08.231Z | [ recovery-image] Dec 19 20:26:06.842 INFO O| Dec 19 20:26:06.842 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-19T20:26:08.250Z | [ recovery-image] Dec 19 20:26:06.864 INFO O| Dec 19 20:26:06.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6357 | 2024-12-19T20:26:08.259Z | [ recovery-image] Dec 19 20:26:06.865 INFO O| Dec 19 20:26:06.865 INFO STEP 670 (remove_files) COMPLETE |
6358 | 2024-12-19T20:26:08.259Z | [ recovery-image] Dec 19 20:26:06.865 INFO O| Dec 19 20:26:06.865 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-19T20:26:08.273Z | [ recovery-image] Dec 19 20:26:06.887 INFO O| Dec 19 20:26:06.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6360 | 2024-12-19T20:26:08.278Z | [ recovery-image] Dec 19 20:26:06.887 INFO O| Dec 19 20:26:06.887 INFO STEP 671 (remove_files) COMPLETE |
6361 | 2024-12-19T20:26:08.279Z | [ recovery-image] Dec 19 20:26:06.887 INFO O| Dec 19 20:26:06.887 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-19T20:26:08.294Z | [ recovery-image] Dec 19 20:26:06.909 INFO O| Dec 19 20:26:06.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6363 | 2024-12-19T20:26:08.295Z | [ recovery-image] Dec 19 20:26:06.909 INFO O| Dec 19 20:26:06.909 INFO STEP 672 (remove_files) COMPLETE |
6364 | 2024-12-19T20:26:08.297Z | [ recovery-image] Dec 19 20:26:06.909 INFO O| Dec 19 20:26:06.909 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-19T20:26:08.316Z | [ recovery-image] Dec 19 20:26:06.930 INFO O| Dec 19 20:26:06.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6366 | 2024-12-19T20:26:08.316Z | [ recovery-image] Dec 19 20:26:06.930 INFO O| Dec 19 20:26:06.930 INFO STEP 673 (remove_files) COMPLETE |
6367 | 2024-12-19T20:26:08.320Z | [ recovery-image] Dec 19 20:26:06.930 INFO O| Dec 19 20:26:06.930 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-19T20:26:08.338Z | [ recovery-image] Dec 19 20:26:06.952 INFO O| Dec 19 20:26:06.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6369 | 2024-12-19T20:26:08.341Z | [ recovery-image] Dec 19 20:26:06.952 INFO O| Dec 19 20:26:06.952 INFO STEP 674 (remove_files) COMPLETE |
6370 | 2024-12-19T20:26:08.341Z | [ recovery-image] Dec 19 20:26:06.953 INFO O| Dec 19 20:26:06.952 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-19T20:26:08.361Z | [ recovery-image] Dec 19 20:26:06.975 INFO O| Dec 19 20:26:06.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6372 | 2024-12-19T20:26:08.364Z | [ recovery-image] Dec 19 20:26:06.975 INFO O| Dec 19 20:26:06.975 INFO STEP 675 (remove_files) COMPLETE |
6373 | 2024-12-19T20:26:08.364Z | [ recovery-image] Dec 19 20:26:06.975 INFO O| Dec 19 20:26:06.975 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-19T20:26:08.385Z | [ recovery-image] Dec 19 20:26:06.998 INFO O| Dec 19 20:26:06.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6375 | 2024-12-19T20:26:08.388Z | [ recovery-image] Dec 19 20:26:06.998 INFO O| Dec 19 20:26:06.998 INFO STEP 676 (remove_files) COMPLETE |
6376 | 2024-12-19T20:26:08.388Z | [ recovery-image] Dec 19 20:26:06.998 INFO O| Dec 19 20:26:06.998 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-19T20:26:08.407Z | [ recovery-image] Dec 19 20:26:07.021 INFO O| Dec 19 20:26:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6378 | 2024-12-19T20:26:08.407Z | [ recovery-image] Dec 19 20:26:07.021 INFO O| Dec 19 20:26:07.021 INFO STEP 677 (remove_files) COMPLETE |
6379 | 2024-12-19T20:26:08.410Z | [ recovery-image] Dec 19 20:26:07.021 INFO O| Dec 19 20:26:07.021 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-19T20:26:08.428Z | [ recovery-image] Dec 19 20:26:07.042 INFO O| Dec 19 20:26:07.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6381 | 2024-12-19T20:26:08.431Z | [ recovery-image] Dec 19 20:26:07.043 INFO O| Dec 19 20:26:07.043 INFO STEP 678 (remove_files) COMPLETE |
6382 | 2024-12-19T20:26:08.432Z | [ recovery-image] Dec 19 20:26:07.043 INFO O| Dec 19 20:26:07.043 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-19T20:26:08.451Z | [ recovery-image] Dec 19 20:26:07.065 INFO O| Dec 19 20:26:07.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6384 | 2024-12-19T20:26:08.454Z | [ recovery-image] Dec 19 20:26:07.065 INFO O| Dec 19 20:26:07.065 INFO STEP 679 (remove_files) COMPLETE |
6385 | 2024-12-19T20:26:08.454Z | [ recovery-image] Dec 19 20:26:07.065 INFO O| Dec 19 20:26:07.065 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-19T20:26:08.473Z | [ recovery-image] Dec 19 20:26:07.087 INFO O| Dec 19 20:26:07.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6387 | 2024-12-19T20:26:08.476Z | [ recovery-image] Dec 19 20:26:07.087 INFO O| Dec 19 20:26:07.087 INFO STEP 680 (remove_files) COMPLETE |
6388 | 2024-12-19T20:26:08.476Z | [ recovery-image] Dec 19 20:26:07.087 INFO O| Dec 19 20:26:07.087 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-19T20:26:08.496Z | [ recovery-image] Dec 19 20:26:07.110 INFO O| Dec 19 20:26:07.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6390 | 2024-12-19T20:26:08.499Z | [ recovery-image] Dec 19 20:26:07.110 INFO O| Dec 19 20:26:07.110 INFO STEP 681 (remove_files) COMPLETE |
6391 | 2024-12-19T20:26:08.499Z | [ recovery-image] Dec 19 20:26:07.110 INFO O| Dec 19 20:26:07.110 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-19T20:26:08.525Z | [ recovery-image] Dec 19 20:26:07.139 INFO O| Dec 19 20:26:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6393 | 2024-12-19T20:26:08.525Z | [ recovery-image] Dec 19 20:26:07.139 INFO O| Dec 19 20:26:07.139 INFO STEP 682 (remove_files) COMPLETE |
6394 | 2024-12-19T20:26:08.526Z | [ recovery-image] Dec 19 20:26:07.139 INFO O| Dec 19 20:26:07.139 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-19T20:26:08.547Z | [ recovery-image] Dec 19 20:26:07.161 INFO O| Dec 19 20:26:07.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6396 | 2024-12-19T20:26:08.548Z | [ recovery-image] Dec 19 20:26:07.161 INFO O| Dec 19 20:26:07.161 INFO STEP 683 (remove_files) COMPLETE |
6397 | 2024-12-19T20:26:08.548Z | [ recovery-image] Dec 19 20:26:07.161 INFO O| Dec 19 20:26:07.161 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-19T20:26:08.569Z | [ recovery-image] Dec 19 20:26:07.183 INFO O| Dec 19 20:26:07.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6399 | 2024-12-19T20:26:08.569Z | [ recovery-image] Dec 19 20:26:07.183 INFO O| Dec 19 20:26:07.183 INFO STEP 684 (remove_files) COMPLETE |
6400 | 2024-12-19T20:26:08.569Z | [ recovery-image] Dec 19 20:26:07.183 INFO O| Dec 19 20:26:07.183 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-19T20:26:08.590Z | [ recovery-image] Dec 19 20:26:07.204 INFO O| Dec 19 20:26:07.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6402 | 2024-12-19T20:26:08.591Z | [ recovery-image] Dec 19 20:26:07.205 INFO O| Dec 19 20:26:07.205 INFO STEP 685 (remove_files) COMPLETE |
6403 | 2024-12-19T20:26:08.591Z | [ recovery-image] Dec 19 20:26:07.205 INFO O| Dec 19 20:26:07.205 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-19T20:26:08.614Z | [ recovery-image] Dec 19 20:26:07.225 INFO O| Dec 19 20:26:07.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6405 | 2024-12-19T20:26:08.614Z | [ recovery-image] Dec 19 20:26:07.225 INFO O| Dec 19 20:26:07.225 INFO STEP 686 (remove_files) COMPLETE |
6406 | 2024-12-19T20:26:08.617Z | [ recovery-image] Dec 19 20:26:07.225 INFO O| Dec 19 20:26:07.225 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-19T20:26:08.632Z | [ recovery-image] Dec 19 20:26:07.247 INFO O| Dec 19 20:26:07.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6408 | 2024-12-19T20:26:08.633Z | [ recovery-image] Dec 19 20:26:07.247 INFO O| Dec 19 20:26:07.247 INFO STEP 687 (remove_files) COMPLETE |
6409 | 2024-12-19T20:26:08.636Z | [ recovery-image] Dec 19 20:26:07.247 INFO O| Dec 19 20:26:07.247 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-19T20:26:08.657Z | [ recovery-image] Dec 19 20:26:07.271 INFO O| Dec 19 20:26:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6411 | 2024-12-19T20:26:08.657Z | [ recovery-image] Dec 19 20:26:07.272 INFO O| Dec 19 20:26:07.271 INFO STEP 688 (remove_files) COMPLETE |
6412 | 2024-12-19T20:26:08.659Z | [ recovery-image] Dec 19 20:26:07.272 INFO O| Dec 19 20:26:07.271 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-19T20:26:08.681Z | [ recovery-image] Dec 19 20:26:07.295 INFO O| Dec 19 20:26:07.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6414 | 2024-12-19T20:26:08.684Z | [ recovery-image] Dec 19 20:26:07.295 INFO O| Dec 19 20:26:07.295 INFO STEP 689 (remove_files) COMPLETE |
6415 | 2024-12-19T20:26:08.684Z | [ recovery-image] Dec 19 20:26:07.295 INFO O| Dec 19 20:26:07.295 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-12-19T20:26:08.704Z | [ recovery-image] Dec 19 20:26:07.317 INFO O| Dec 19 20:26:07.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6417 | 2024-12-19T20:26:08.704Z | [ recovery-image] Dec 19 20:26:07.317 INFO O| Dec 19 20:26:07.317 INFO STEP 690 (remove_files) COMPLETE |
6418 | 2024-12-19T20:26:08.704Z | [ recovery-image] Dec 19 20:26:07.317 INFO O| Dec 19 20:26:07.317 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-12-19T20:26:08.734Z | [ recovery-image] Dec 19 20:26:07.346 INFO O| Dec 19 20:26:07.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6420 | 2024-12-19T20:26:08.739Z | [ recovery-image] Dec 19 20:26:07.347 INFO O| Dec 19 20:26:07.346 INFO STEP 691 (remove_files) COMPLETE |
6421 | 2024-12-19T20:26:08.739Z | [ recovery-image] Dec 19 20:26:07.347 INFO O| Dec 19 20:26:07.347 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-19T20:26:08.766Z | [ recovery-image] Dec 19 20:26:07.380 INFO O| Dec 19 20:26:07.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6423 | 2024-12-19T20:26:08.769Z | [ recovery-image] Dec 19 20:26:07.381 INFO O| Dec 19 20:26:07.381 INFO STEP 692 (remove_files) COMPLETE |
6424 | 2024-12-19T20:26:08.769Z | [ recovery-image] Dec 19 20:26:07.381 INFO O| Dec 19 20:26:07.381 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-19T20:26:08.796Z | [ recovery-image] Dec 19 20:26:07.410 INFO O| Dec 19 20:26:07.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6426 | 2024-12-19T20:26:08.796Z | [ recovery-image] Dec 19 20:26:07.410 INFO O| Dec 19 20:26:07.410 INFO STEP 693 (remove_files) COMPLETE |
6427 | 2024-12-19T20:26:08.800Z | [ recovery-image] Dec 19 20:26:07.411 INFO O| Dec 19 20:26:07.410 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-19T20:26:08.837Z | [ recovery-image] Dec 19 20:26:07.450 INFO O| Dec 19 20:26:07.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6429 | 2024-12-19T20:26:08.837Z | [ recovery-image] Dec 19 20:26:07.450 INFO O| Dec 19 20:26:07.450 INFO STEP 694 (remove_files) COMPLETE |
6430 | 2024-12-19T20:26:08.840Z | [ recovery-image] Dec 19 20:26:07.450 INFO O| Dec 19 20:26:07.450 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-19T20:26:08.860Z | [ recovery-image] Dec 19 20:26:07.474 INFO O| Dec 19 20:26:07.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6432 | 2024-12-19T20:26:08.860Z | [ recovery-image] Dec 19 20:26:07.474 INFO O| Dec 19 20:26:07.474 INFO STEP 695 (remove_files) COMPLETE |
6433 | 2024-12-19T20:26:08.863Z | [ recovery-image] Dec 19 20:26:07.474 INFO O| Dec 19 20:26:07.474 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-19T20:26:08.883Z | [ recovery-image] Dec 19 20:26:07.497 INFO O| Dec 19 20:26:07.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6435 | 2024-12-19T20:26:08.883Z | [ recovery-image] Dec 19 20:26:07.497 INFO O| Dec 19 20:26:07.497 INFO STEP 696 (remove_files) COMPLETE |
6436 | 2024-12-19T20:26:08.886Z | [ recovery-image] Dec 19 20:26:07.497 INFO O| Dec 19 20:26:07.497 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-12-19T20:26:08.907Z | [ recovery-image] Dec 19 20:26:07.521 INFO O| Dec 19 20:26:07.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6438 | 2024-12-19T20:26:08.910Z | [ recovery-image] Dec 19 20:26:07.521 INFO O| Dec 19 20:26:07.521 INFO STEP 697 (remove_files) COMPLETE |
6439 | 2024-12-19T20:26:08.910Z | [ recovery-image] Dec 19 20:26:07.521 INFO O| Dec 19 20:26:07.521 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-12-19T20:26:08.931Z | [ recovery-image] Dec 19 20:26:07.545 INFO O| Dec 19 20:26:07.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6441 | 2024-12-19T20:26:08.934Z | [ recovery-image] Dec 19 20:26:07.545 INFO O| Dec 19 20:26:07.545 INFO STEP 698 (remove_files) COMPLETE |
6442 | 2024-12-19T20:26:08.934Z | [ recovery-image] Dec 19 20:26:07.545 INFO O| Dec 19 20:26:07.545 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-12-19T20:26:08.955Z | [ recovery-image] Dec 19 20:26:07.568 INFO O| Dec 19 20:26:07.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6444 | 2024-12-19T20:26:08.959Z | [ recovery-image] Dec 19 20:26:07.568 INFO O| Dec 19 20:26:07.568 INFO STEP 699 (remove_files) COMPLETE |
6445 | 2024-12-19T20:26:08.959Z | [ recovery-image] Dec 19 20:26:07.569 INFO O| Dec 19 20:26:07.568 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-12-19T20:26:08.983Z | [ recovery-image] Dec 19 20:26:07.597 INFO O| Dec 19 20:26:07.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6447 | 2024-12-19T20:26:08.987Z | [ recovery-image] Dec 19 20:26:07.597 INFO O| Dec 19 20:26:07.597 INFO STEP 700 (remove_files) COMPLETE |
6448 | 2024-12-19T20:26:08.987Z | [ recovery-image] Dec 19 20:26:07.597 INFO O| Dec 19 20:26:07.597 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-12-19T20:26:09.004Z | [ recovery-image] Dec 19 20:26:07.618 INFO O| Dec 19 20:26:07.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6450 | 2024-12-19T20:26:09.008Z | [ recovery-image] Dec 19 20:26:07.619 INFO O| Dec 19 20:26:07.619 INFO STEP 701 (remove_files) COMPLETE |
6451 | 2024-12-19T20:26:09.008Z | [ recovery-image] Dec 19 20:26:07.619 INFO O| Dec 19 20:26:07.619 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-12-19T20:26:09.026Z | [ recovery-image] Dec 19 20:26:07.640 INFO O| Dec 19 20:26:07.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6453 | 2024-12-19T20:26:09.033Z | [ recovery-image] Dec 19 20:26:07.647 INFO O| Dec 19 20:26:07.647 INFO STEP 702 (remove_files) COMPLETE |
6454 | 2024-12-19T20:26:09.033Z | [ recovery-image] Dec 19 20:26:07.647 INFO O| Dec 19 20:26:07.647 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-12-19T20:26:09.057Z | [ recovery-image] Dec 19 20:26:07.672 INFO O| Dec 19 20:26:07.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6456 | 2024-12-19T20:26:09.058Z | [ recovery-image] Dec 19 20:26:07.672 INFO O| Dec 19 20:26:07.672 INFO STEP 703 (remove_files) COMPLETE |
6457 | 2024-12-19T20:26:09.060Z | [ recovery-image] Dec 19 20:26:07.672 INFO O| Dec 19 20:26:07.672 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-12-19T20:26:09.080Z | [ recovery-image] Dec 19 20:26:07.694 INFO O| Dec 19 20:26:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6459 | 2024-12-19T20:26:09.080Z | [ recovery-image] Dec 19 20:26:07.694 INFO O| Dec 19 20:26:07.694 INFO STEP 704 (remove_files) COMPLETE |
6460 | 2024-12-19T20:26:09.083Z | [ recovery-image] Dec 19 20:26:07.694 INFO O| Dec 19 20:26:07.694 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-12-19T20:26:09.100Z | [ recovery-image] Dec 19 20:26:07.714 INFO O| Dec 19 20:26:07.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6462 | 2024-12-19T20:26:09.100Z | [ recovery-image] Dec 19 20:26:07.714 INFO O| Dec 19 20:26:07.714 INFO STEP 705 (remove_files) COMPLETE |
6463 | 2024-12-19T20:26:09.103Z | [ recovery-image] Dec 19 20:26:07.714 INFO O| Dec 19 20:26:07.714 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-12-19T20:26:09.122Z | [ recovery-image] Dec 19 20:26:07.736 INFO O| Dec 19 20:26:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6465 | 2024-12-19T20:26:09.122Z | [ recovery-image] Dec 19 20:26:07.736 INFO O| Dec 19 20:26:07.736 INFO STEP 706 (remove_files) COMPLETE |
6466 | 2024-12-19T20:26:09.122Z | [ recovery-image] Dec 19 20:26:07.736 INFO O| Dec 19 20:26:07.736 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-12-19T20:26:09.142Z | [ recovery-image] Dec 19 20:26:07.757 INFO O| Dec 19 20:26:07.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6468 | 2024-12-19T20:26:09.142Z | [ recovery-image] Dec 19 20:26:07.757 INFO O| Dec 19 20:26:07.757 INFO STEP 707 (remove_files) COMPLETE |
6469 | 2024-12-19T20:26:09.143Z | [ recovery-image] Dec 19 20:26:07.757 INFO O| Dec 19 20:26:07.757 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-12-19T20:26:09.162Z | [ recovery-image] Dec 19 20:26:07.776 INFO O| Dec 19 20:26:07.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6471 | 2024-12-19T20:26:09.165Z | [ recovery-image] Dec 19 20:26:07.777 INFO O| Dec 19 20:26:07.777 INFO STEP 708 (remove_files) COMPLETE |
6472 | 2024-12-19T20:26:09.165Z | [ recovery-image] Dec 19 20:26:07.777 INFO O| Dec 19 20:26:07.777 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-12-19T20:26:09.182Z | [ recovery-image] Dec 19 20:26:07.796 INFO O| Dec 19 20:26:07.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6474 | 2024-12-19T20:26:09.182Z | [ recovery-image] Dec 19 20:26:07.796 INFO O| Dec 19 20:26:07.796 INFO STEP 709 (remove_files) COMPLETE |
6475 | 2024-12-19T20:26:09.182Z | [ recovery-image] Dec 19 20:26:07.796 INFO O| Dec 19 20:26:07.796 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-12-19T20:26:09.203Z | [ recovery-image] Dec 19 20:26:07.817 INFO O| Dec 19 20:26:07.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6477 | 2024-12-19T20:26:09.203Z | [ recovery-image] Dec 19 20:26:07.817 INFO O| Dec 19 20:26:07.817 INFO STEP 710 (remove_files) COMPLETE |
6478 | 2024-12-19T20:26:09.206Z | [ recovery-image] Dec 19 20:26:07.817 INFO O| Dec 19 20:26:07.817 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-12-19T20:26:09.225Z | [ recovery-image] Dec 19 20:26:07.839 INFO O| Dec 19 20:26:07.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6480 | 2024-12-19T20:26:09.225Z | [ recovery-image] Dec 19 20:26:07.839 INFO O| Dec 19 20:26:07.839 INFO STEP 711 (remove_files) COMPLETE |
6481 | 2024-12-19T20:26:09.225Z | [ recovery-image] Dec 19 20:26:07.839 INFO O| Dec 19 20:26:07.839 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-12-19T20:26:09.246Z | [ recovery-image] Dec 19 20:26:07.860 INFO O| Dec 19 20:26:07.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6483 | 2024-12-19T20:26:09.246Z | [ recovery-image] Dec 19 20:26:07.860 INFO O| Dec 19 20:26:07.860 INFO STEP 712 (remove_files) COMPLETE |
6484 | 2024-12-19T20:26:09.249Z | [ recovery-image] Dec 19 20:26:07.860 INFO O| Dec 19 20:26:07.860 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-12-19T20:26:09.268Z | [ recovery-image] Dec 19 20:26:07.882 INFO O| Dec 19 20:26:07.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6486 | 2024-12-19T20:26:09.268Z | [ recovery-image] Dec 19 20:26:07.882 INFO O| Dec 19 20:26:07.882 INFO STEP 713 (remove_files) COMPLETE |
6487 | 2024-12-19T20:26:09.268Z | [ recovery-image] Dec 19 20:26:07.882 INFO O| Dec 19 20:26:07.882 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-12-19T20:26:09.290Z | [ recovery-image] Dec 19 20:26:07.904 INFO O| Dec 19 20:26:07.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6489 | 2024-12-19T20:26:09.290Z | [ recovery-image] Dec 19 20:26:07.904 INFO O| Dec 19 20:26:07.904 INFO STEP 714 (remove_files) COMPLETE |
6490 | 2024-12-19T20:26:09.292Z | [ recovery-image] Dec 19 20:26:07.904 INFO O| Dec 19 20:26:07.904 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-12-19T20:26:09.312Z | [ recovery-image] Dec 19 20:26:07.926 INFO O| Dec 19 20:26:07.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6492 | 2024-12-19T20:26:09.312Z | [ recovery-image] Dec 19 20:26:07.927 INFO O| Dec 19 20:26:07.927 INFO STEP 715 (remove_files) COMPLETE |
6493 | 2024-12-19T20:26:09.315Z | [ recovery-image] Dec 19 20:26:07.927 INFO O| Dec 19 20:26:07.927 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-12-19T20:26:09.334Z | [ recovery-image] Dec 19 20:26:07.949 INFO O| Dec 19 20:26:07.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6495 | 2024-12-19T20:26:09.336Z | [ recovery-image] Dec 19 20:26:07.949 INFO O| Dec 19 20:26:07.949 INFO STEP 716 (remove_files) COMPLETE |
6496 | 2024-12-19T20:26:09.352Z | [ recovery-image] Dec 19 20:26:07.949 INFO O| Dec 19 20:26:07.949 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-12-19T20:26:09.356Z | [ recovery-image] Dec 19 20:26:07.970 INFO O| Dec 19 20:26:07.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6498 | 2024-12-19T20:26:09.356Z | [ recovery-image] Dec 19 20:26:07.970 INFO O| Dec 19 20:26:07.970 INFO STEP 717 (remove_files) COMPLETE |
6499 | 2024-12-19T20:26:09.356Z | [ recovery-image] Dec 19 20:26:07.970 INFO O| Dec 19 20:26:07.970 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-12-19T20:26:09.380Z | [ recovery-image] Dec 19 20:26:07.994 INFO O| Dec 19 20:26:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6501 | 2024-12-19T20:26:09.380Z | [ recovery-image] Dec 19 20:26:07.994 INFO O| Dec 19 20:26:07.994 INFO STEP 718 (remove_files) COMPLETE |
6502 | 2024-12-19T20:26:09.380Z | [ recovery-image] Dec 19 20:26:07.994 INFO O| Dec 19 20:26:07.994 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-12-19T20:26:09.408Z | [ recovery-image] Dec 19 20:26:08.021 INFO O| Dec 19 20:26:08.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6504 | 2024-12-19T20:26:09.408Z | [ recovery-image] Dec 19 20:26:08.021 INFO O| Dec 19 20:26:08.021 INFO STEP 719 (remove_files) COMPLETE |
6505 | 2024-12-19T20:26:09.408Z | [ recovery-image] Dec 19 20:26:08.022 INFO O| Dec 19 20:26:08.021 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-12-19T20:26:09.432Z | [ recovery-image] Dec 19 20:26:08.046 INFO O| Dec 19 20:26:08.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6507 | 2024-12-19T20:26:09.432Z | [ recovery-image] Dec 19 20:26:08.046 INFO O| Dec 19 20:26:08.046 INFO STEP 720 (remove_files) COMPLETE |
6508 | 2024-12-19T20:26:09.436Z | [ recovery-image] Dec 19 20:26:08.046 INFO O| Dec 19 20:26:08.046 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-12-19T20:26:09.457Z | [ recovery-image] Dec 19 20:26:08.071 INFO O| Dec 19 20:26:08.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6510 | 2024-12-19T20:26:09.457Z | [ recovery-image] Dec 19 20:26:08.071 INFO O| Dec 19 20:26:08.071 INFO STEP 721 (remove_files) COMPLETE |
6511 | 2024-12-19T20:26:09.457Z | [ recovery-image] Dec 19 20:26:08.071 INFO O| Dec 19 20:26:08.071 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-12-19T20:26:09.484Z | [ recovery-image] Dec 19 20:26:08.096 INFO O| Dec 19 20:26:08.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6513 | 2024-12-19T20:26:09.488Z | [ recovery-image] Dec 19 20:26:08.099 INFO O| Dec 19 20:26:08.099 INFO STEP 722 (remove_files) COMPLETE |
6514 | 2024-12-19T20:26:09.488Z | [ recovery-image] Dec 19 20:26:08.099 INFO O| Dec 19 20:26:08.099 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-12-19T20:26:09.510Z | [ recovery-image] Dec 19 20:26:08.123 INFO O| Dec 19 20:26:08.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6516 | 2024-12-19T20:26:09.510Z | [ recovery-image] Dec 19 20:26:08.124 INFO O| Dec 19 20:26:08.123 INFO STEP 723 (remove_files) COMPLETE |
6517 | 2024-12-19T20:26:09.512Z | [ recovery-image] Dec 19 20:26:08.124 INFO O| Dec 19 20:26:08.124 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-12-19T20:26:09.539Z | [ recovery-image] Dec 19 20:26:08.152 INFO O| Dec 19 20:26:08.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6519 | 2024-12-19T20:26:09.539Z | [ recovery-image] Dec 19 20:26:08.152 INFO O| Dec 19 20:26:08.152 INFO STEP 724 (remove_files) COMPLETE |
6520 | 2024-12-19T20:26:09.539Z | [ recovery-image] Dec 19 20:26:08.152 INFO O| Dec 19 20:26:08.152 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-12-19T20:26:09.566Z | [ recovery-image] Dec 19 20:26:08.179 INFO O| Dec 19 20:26:08.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6522 | 2024-12-19T20:26:09.569Z | [ recovery-image] Dec 19 20:26:08.180 INFO O| Dec 19 20:26:08.180 INFO STEP 725 (remove_files) COMPLETE |
6523 | 2024-12-19T20:26:09.569Z | [ recovery-image] Dec 19 20:26:08.180 INFO O| Dec 19 20:26:08.180 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-12-19T20:26:09.605Z | [ recovery-image] Dec 19 20:26:08.218 INFO O| Dec 19 20:26:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6525 | 2024-12-19T20:26:09.605Z | [ recovery-image] Dec 19 20:26:08.218 INFO O| Dec 19 20:26:08.218 INFO STEP 726 (remove_files) COMPLETE |
6526 | 2024-12-19T20:26:09.605Z | [ recovery-image] Dec 19 20:26:08.218 INFO O| Dec 19 20:26:08.218 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-12-19T20:26:09.629Z | [ recovery-image] Dec 19 20:26:08.243 INFO O| Dec 19 20:26:08.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6528 | 2024-12-19T20:26:09.629Z | [ recovery-image] Dec 19 20:26:08.243 INFO O| Dec 19 20:26:08.243 INFO STEP 727 (remove_files) COMPLETE |
6529 | 2024-12-19T20:26:09.629Z | [ recovery-image] Dec 19 20:26:08.243 INFO O| Dec 19 20:26:08.243 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-12-19T20:26:09.652Z | [ recovery-image] Dec 19 20:26:08.265 INFO O| Dec 19 20:26:08.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6531 | 2024-12-19T20:26:09.652Z | [ recovery-image] Dec 19 20:26:08.265 INFO O| Dec 19 20:26:08.265 INFO STEP 728 (remove_files) COMPLETE |
6532 | 2024-12-19T20:26:09.652Z | [ recovery-image] Dec 19 20:26:08.265 INFO O| Dec 19 20:26:08.265 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-12-19T20:26:09.704Z | [ recovery-image] Dec 19 20:26:08.318 INFO O| Dec 19 20:26:08.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6534 | 2024-12-19T20:26:09.704Z | [ recovery-image] Dec 19 20:26:08.318 INFO O| Dec 19 20:26:08.318 INFO STEP 729 (remove_files) COMPLETE |
6535 | 2024-12-19T20:26:09.704Z | [ recovery-image] Dec 19 20:26:08.318 INFO O| Dec 19 20:26:08.318 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-12-19T20:26:09.728Z | [ recovery-image] Dec 19 20:26:08.342 INFO O| Dec 19 20:26:08.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6537 | 2024-12-19T20:26:09.728Z | [ recovery-image] Dec 19 20:26:08.342 INFO O| Dec 19 20:26:08.342 INFO STEP 730 (remove_files) COMPLETE |
6538 | 2024-12-19T20:26:09.730Z | [ recovery-image] Dec 19 20:26:08.342 INFO O| Dec 19 20:26:08.342 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-12-19T20:26:09.780Z | [ recovery-image] Dec 19 20:26:08.394 INFO O| Dec 19 20:26:08.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6540 | 2024-12-19T20:26:09.780Z | [ recovery-image] Dec 19 20:26:08.394 INFO O| Dec 19 20:26:08.394 INFO STEP 731 (remove_files) COMPLETE |
6541 | 2024-12-19T20:26:09.780Z | [ recovery-image] Dec 19 20:26:08.394 INFO O| Dec 19 20:26:08.394 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-12-19T20:26:09.847Z | [ recovery-image] Dec 19 20:26:08.461 INFO O| Dec 19 20:26:08.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6543 | 2024-12-19T20:26:09.847Z | [ recovery-image] Dec 19 20:26:08.461 INFO O| Dec 19 20:26:08.461 INFO STEP 732 (remove_files) COMPLETE |
6544 | 2024-12-19T20:26:09.847Z | [ recovery-image] Dec 19 20:26:08.461 INFO O| Dec 19 20:26:08.461 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-12-19T20:26:09.870Z | [ recovery-image] Dec 19 20:26:08.484 INFO O| Dec 19 20:26:08.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6546 | 2024-12-19T20:26:09.870Z | [ recovery-image] Dec 19 20:26:08.484 INFO O| Dec 19 20:26:08.484 INFO STEP 733 (remove_files) COMPLETE |
6547 | 2024-12-19T20:26:09.873Z | [ recovery-image] Dec 19 20:26:08.484 INFO O| Dec 19 20:26:08.484 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-12-19T20:26:09.892Z | [ recovery-image] Dec 19 20:26:08.506 INFO O| Dec 19 20:26:08.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6549 | 2024-12-19T20:26:09.892Z | [ recovery-image] Dec 19 20:26:08.506 INFO O| Dec 19 20:26:08.506 INFO STEP 734 (remove_files) COMPLETE |
6550 | 2024-12-19T20:26:09.892Z | [ recovery-image] Dec 19 20:26:08.506 INFO O| Dec 19 20:26:08.506 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-12-19T20:26:09.919Z | [ recovery-image] Dec 19 20:26:08.527 INFO O| Dec 19 20:26:08.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6552 | 2024-12-19T20:26:09.919Z | [ recovery-image] Dec 19 20:26:08.527 INFO O| Dec 19 20:26:08.527 INFO STEP 735 (remove_files) COMPLETE |
6553 | 2024-12-19T20:26:09.919Z | [ recovery-image] Dec 19 20:26:08.527 INFO O| Dec 19 20:26:08.527 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-12-19T20:26:09.949Z | [ recovery-image] Dec 19 20:26:08.562 INFO O| Dec 19 20:26:08.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6555 | 2024-12-19T20:26:09.949Z | [ recovery-image] Dec 19 20:26:08.562 INFO O| Dec 19 20:26:08.562 INFO STEP 736 (remove_files) COMPLETE |
6556 | 2024-12-19T20:26:09.949Z | [ recovery-image] Dec 19 20:26:08.562 INFO O| Dec 19 20:26:08.562 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-12-19T20:26:09.973Z | [ recovery-image] Dec 19 20:26:08.584 INFO O| Dec 19 20:26:08.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6558 | 2024-12-19T20:26:09.973Z | [ recovery-image] Dec 19 20:26:08.584 INFO O| Dec 19 20:26:08.584 INFO STEP 737 (remove_files) COMPLETE |
6559 | 2024-12-19T20:26:09.973Z | [ recovery-image] Dec 19 20:26:08.584 INFO O| Dec 19 20:26:08.584 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-12-19T20:26:09.993Z | [ recovery-image] Dec 19 20:26:08.606 INFO O| Dec 19 20:26:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6561 | 2024-12-19T20:26:09.993Z | [ recovery-image] Dec 19 20:26:08.606 INFO O| Dec 19 20:26:08.606 INFO STEP 738 (remove_files) COMPLETE |
6562 | 2024-12-19T20:26:09.997Z | [ recovery-image] Dec 19 20:26:08.606 INFO O| Dec 19 20:26:08.606 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-12-19T20:26:10.015Z | [ recovery-image] Dec 19 20:26:08.628 INFO O| Dec 19 20:26:08.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6564 | 2024-12-19T20:26:10.015Z | [ recovery-image] Dec 19 20:26:08.628 INFO O| Dec 19 20:26:08.628 INFO STEP 739 (remove_files) COMPLETE |
6565 | 2024-12-19T20:26:10.016Z | [ recovery-image] Dec 19 20:26:08.628 INFO O| Dec 19 20:26:08.628 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-12-19T20:26:10.036Z | [ recovery-image] Dec 19 20:26:08.649 INFO O| Dec 19 20:26:08.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6567 | 2024-12-19T20:26:10.043Z | [ recovery-image] Dec 19 20:26:08.649 INFO O| Dec 19 20:26:08.649 INFO STEP 740 (remove_files) COMPLETE |
6568 | 2024-12-19T20:26:10.043Z | [ recovery-image] Dec 19 20:26:08.649 INFO O| Dec 19 20:26:08.649 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-12-19T20:26:10.058Z | [ recovery-image] Dec 19 20:26:08.671 INFO O| Dec 19 20:26:08.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6570 | 2024-12-19T20:26:10.062Z | [ recovery-image] Dec 19 20:26:08.672 INFO O| Dec 19 20:26:08.672 INFO STEP 741 (remove_files) COMPLETE |
6571 | 2024-12-19T20:26:10.062Z | [ recovery-image] Dec 19 20:26:08.672 INFO O| Dec 19 20:26:08.672 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-12-19T20:26:10.080Z | [ recovery-image] Dec 19 20:26:08.693 INFO O| Dec 19 20:26:08.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6573 | 2024-12-19T20:26:10.084Z | [ recovery-image] Dec 19 20:26:08.694 INFO O| Dec 19 20:26:08.694 INFO STEP 742 (remove_files) COMPLETE |
6574 | 2024-12-19T20:26:10.084Z | [ recovery-image] Dec 19 20:26:08.694 INFO O| Dec 19 20:26:08.694 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-12-19T20:26:10.103Z | [ recovery-image] Dec 19 20:26:08.716 INFO O| Dec 19 20:26:08.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6576 | 2024-12-19T20:26:10.103Z | [ recovery-image] Dec 19 20:26:08.716 INFO O| Dec 19 20:26:08.716 INFO STEP 743 (remove_files) COMPLETE |
6577 | 2024-12-19T20:26:10.107Z | [ recovery-image] Dec 19 20:26:08.716 INFO O| Dec 19 20:26:08.716 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-12-19T20:26:10.126Z | [ recovery-image] Dec 19 20:26:08.740 INFO O| Dec 19 20:26:08.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6579 | 2024-12-19T20:26:10.126Z | [ recovery-image] Dec 19 20:26:08.740 INFO O| Dec 19 20:26:08.740 INFO STEP 744 (remove_files) COMPLETE |
6580 | 2024-12-19T20:26:10.129Z | [ recovery-image] Dec 19 20:26:08.740 INFO O| Dec 19 20:26:08.740 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-12-19T20:26:10.155Z | [ recovery-image] Dec 19 20:26:08.762 INFO O| Dec 19 20:26:08.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6582 | 2024-12-19T20:26:10.155Z | [ recovery-image] Dec 19 20:26:08.762 INFO O| Dec 19 20:26:08.762 INFO STEP 745 (remove_files) COMPLETE |
6583 | 2024-12-19T20:26:10.155Z | [ recovery-image] Dec 19 20:26:08.762 INFO O| Dec 19 20:26:08.762 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-12-19T20:26:10.172Z | [ recovery-image] Dec 19 20:26:08.785 INFO O| Dec 19 20:26:08.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6585 | 2024-12-19T20:26:10.172Z | [ recovery-image] Dec 19 20:26:08.785 INFO O| Dec 19 20:26:08.785 INFO STEP 746 (remove_files) COMPLETE |
6586 | 2024-12-19T20:26:10.172Z | [ recovery-image] Dec 19 20:26:08.785 INFO O| Dec 19 20:26:08.785 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-12-19T20:26:10.193Z | [ recovery-image] Dec 19 20:26:08.806 INFO O| Dec 19 20:26:08.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6588 | 2024-12-19T20:26:10.193Z | [ recovery-image] Dec 19 20:26:08.807 INFO O| Dec 19 20:26:08.807 INFO STEP 747 (remove_files) COMPLETE |
6589 | 2024-12-19T20:26:10.193Z | [ recovery-image] Dec 19 20:26:08.807 INFO O| Dec 19 20:26:08.807 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-12-19T20:26:10.218Z | [ recovery-image] Dec 19 20:26:08.831 INFO O| Dec 19 20:26:08.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6591 | 2024-12-19T20:26:10.218Z | [ recovery-image] Dec 19 20:26:08.831 INFO O| Dec 19 20:26:08.831 INFO STEP 748 (remove_files) COMPLETE |
6592 | 2024-12-19T20:26:10.221Z | [ recovery-image] Dec 19 20:26:08.831 INFO O| Dec 19 20:26:08.831 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-12-19T20:26:10.278Z | [ recovery-image] Dec 19 20:26:08.891 INFO O| Dec 19 20:26:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6594 | 2024-12-19T20:26:10.281Z | [ recovery-image] Dec 19 20:26:08.891 INFO O| Dec 19 20:26:08.891 INFO STEP 749 (remove_files) COMPLETE |
6595 | 2024-12-19T20:26:10.281Z | [ recovery-image] Dec 19 20:26:08.891 INFO O| Dec 19 20:26:08.891 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-12-19T20:26:10.299Z | [ recovery-image] Dec 19 20:26:08.913 INFO O| Dec 19 20:26:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6597 | 2024-12-19T20:26:10.305Z | [ recovery-image] Dec 19 20:26:08.913 INFO O| Dec 19 20:26:08.913 INFO STEP 750 (remove_files) COMPLETE |
6598 | 2024-12-19T20:26:10.305Z | [ recovery-image] Dec 19 20:26:08.913 INFO O| Dec 19 20:26:08.913 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-12-19T20:26:10.322Z | [ recovery-image] Dec 19 20:26:08.936 INFO O| Dec 19 20:26:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6600 | 2024-12-19T20:26:10.325Z | [ recovery-image] Dec 19 20:26:08.936 INFO O| Dec 19 20:26:08.936 INFO STEP 751 (remove_files) COMPLETE |
6601 | 2024-12-19T20:26:10.326Z | [ recovery-image] Dec 19 20:26:08.936 INFO O| Dec 19 20:26:08.936 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-12-19T20:26:10.348Z | [ recovery-image] Dec 19 20:26:08.961 INFO O| Dec 19 20:26:08.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6603 | 2024-12-19T20:26:10.348Z | [ recovery-image] Dec 19 20:26:08.961 INFO O| Dec 19 20:26:08.961 INFO STEP 752 (remove_files) COMPLETE |
6604 | 2024-12-19T20:26:10.352Z | [ recovery-image] Dec 19 20:26:08.961 INFO O| Dec 19 20:26:08.961 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-12-19T20:26:10.381Z | [ recovery-image] Dec 19 20:26:08.994 INFO O| Dec 19 20:26:08.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6606 | 2024-12-19T20:26:10.385Z | [ recovery-image] Dec 19 20:26:08.995 INFO O| Dec 19 20:26:08.994 INFO STEP 753 (remove_files) COMPLETE |
6607 | 2024-12-19T20:26:10.385Z | [ recovery-image] Dec 19 20:26:08.995 INFO O| Dec 19 20:26:08.995 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-12-19T20:26:10.405Z | [ recovery-image] Dec 19 20:26:09.019 INFO O| Dec 19 20:26:09.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6609 | 2024-12-19T20:26:10.430Z | [ recovery-image] Dec 19 20:26:09.044 INFO O| Dec 19 20:26:09.044 INFO STEP 754 (remove_files) COMPLETE |
6610 | 2024-12-19T20:26:10.430Z | [ recovery-image] Dec 19 20:26:09.044 INFO O| Dec 19 20:26:09.044 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-12-19T20:26:10.455Z | [ recovery-image] Dec 19 20:26:09.069 INFO O| Dec 19 20:26:09.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6612 | 2024-12-19T20:26:10.458Z | [ recovery-image] Dec 19 20:26:09.069 INFO O| Dec 19 20:26:09.069 INFO STEP 755 (remove_files) COMPLETE |
6613 | 2024-12-19T20:26:10.458Z | [ recovery-image] Dec 19 20:26:09.069 INFO O| Dec 19 20:26:09.069 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-12-19T20:26:10.479Z | [ recovery-image] Dec 19 20:26:09.093 INFO O| Dec 19 20:26:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6615 | 2024-12-19T20:26:10.482Z | [ recovery-image] Dec 19 20:26:09.093 INFO O| Dec 19 20:26:09.093 INFO STEP 756 (remove_files) COMPLETE |
6616 | 2024-12-19T20:26:10.482Z | [ recovery-image] Dec 19 20:26:09.093 INFO O| Dec 19 20:26:09.093 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-12-19T20:26:10.504Z | [ recovery-image] Dec 19 20:26:09.117 INFO O| Dec 19 20:26:09.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6618 | 2024-12-19T20:26:10.507Z | [ recovery-image] Dec 19 20:26:09.117 INFO O| Dec 19 20:26:09.117 INFO STEP 757 (remove_files) COMPLETE |
6619 | 2024-12-19T20:26:10.507Z | [ recovery-image] Dec 19 20:26:09.117 INFO O| Dec 19 20:26:09.117 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-12-19T20:26:10.526Z | [ recovery-image] Dec 19 20:26:09.139 INFO O| Dec 19 20:26:09.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6621 | 2024-12-19T20:26:10.529Z | [ recovery-image] Dec 19 20:26:09.139 INFO O| Dec 19 20:26:09.139 INFO STEP 758 (remove_files) COMPLETE |
6622 | 2024-12-19T20:26:10.529Z | [ recovery-image] Dec 19 20:26:09.139 INFO O| Dec 19 20:26:09.139 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-12-19T20:26:10.549Z | [ recovery-image] Dec 19 20:26:09.162 INFO O| Dec 19 20:26:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6624 | 2024-12-19T20:26:10.552Z | [ recovery-image] Dec 19 20:26:09.163 INFO O| Dec 19 20:26:09.163 INFO STEP 759 (remove_files) COMPLETE |
6625 | 2024-12-19T20:26:10.552Z | [ recovery-image] Dec 19 20:26:09.163 INFO O| Dec 19 20:26:09.163 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-12-19T20:26:10.558Z | [ host-image] Dec 19 20:26:09.171 INFO O| Dec 19 20:26:09.171 INFO O| Download: 1111/1140 items 6.5/8.4MB 77% complete (1.2M/s) |
6627 | 2024-12-19T20:26:10.572Z | [ recovery-image] Dec 19 20:26:09.185 INFO O| Dec 19 20:26:09.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6628 | 2024-12-19T20:26:10.596Z | [ recovery-image] Dec 19 20:26:09.208 INFO O| Dec 19 20:26:09.208 INFO STEP 760 (remove_files) COMPLETE |
6629 | 2024-12-19T20:26:10.596Z | [ recovery-image] Dec 19 20:26:09.208 INFO O| Dec 19 20:26:09.208 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-12-19T20:26:10.633Z | [ recovery-image] Dec 19 20:26:09.246 INFO O| Dec 19 20:26:09.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6631 | 2024-12-19T20:26:10.634Z | [ recovery-image] Dec 19 20:26:09.246 INFO O| Dec 19 20:26:09.246 INFO STEP 761 (remove_files) COMPLETE |
6632 | 2024-12-19T20:26:10.634Z | [ recovery-image] Dec 19 20:26:09.246 INFO O| Dec 19 20:26:09.246 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-12-19T20:26:10.656Z | [ recovery-image] Dec 19 20:26:09.269 INFO O| Dec 19 20:26:09.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6634 | 2024-12-19T20:26:10.656Z | [ recovery-image] Dec 19 20:26:09.269 INFO O| Dec 19 20:26:09.269 INFO STEP 762 (remove_files) COMPLETE |
6635 | 2024-12-19T20:26:10.656Z | [ recovery-image] Dec 19 20:26:09.269 INFO O| Dec 19 20:26:09.269 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-19T20:26:10.707Z | [ recovery-image] Dec 19 20:26:09.319 INFO O| Dec 19 20:26:09.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6637 | 2024-12-19T20:26:10.710Z | [ recovery-image] Dec 19 20:26:09.320 INFO O| Dec 19 20:26:09.320 INFO STEP 763 (remove_files) COMPLETE |
6638 | 2024-12-19T20:26:10.711Z | [ recovery-image] Dec 19 20:26:09.320 INFO O| Dec 19 20:26:09.320 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-19T20:26:10.727Z | [ recovery-image] Dec 19 20:26:09.341 INFO O| Dec 19 20:26:09.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6640 | 2024-12-19T20:26:10.727Z | [ recovery-image] Dec 19 20:26:09.341 INFO O| Dec 19 20:26:09.341 INFO STEP 764 (remove_files) COMPLETE |
6641 | 2024-12-19T20:26:10.730Z | [ recovery-image] Dec 19 20:26:09.341 INFO O| Dec 19 20:26:09.341 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-19T20:26:10.766Z | [ recovery-image] Dec 19 20:26:09.379 INFO O| Dec 19 20:26:09.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6643 | 2024-12-19T20:26:10.769Z | [ recovery-image] Dec 19 20:26:09.380 INFO O| Dec 19 20:26:09.380 INFO STEP 765 (remove_files) COMPLETE |
6644 | 2024-12-19T20:26:10.769Z | [ recovery-image] Dec 19 20:26:09.380 INFO O| Dec 19 20:26:09.380 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-19T20:26:10.788Z | [ recovery-image] Dec 19 20:26:09.402 INFO O| Dec 19 20:26:09.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6646 | 2024-12-19T20:26:10.791Z | [ recovery-image] Dec 19 20:26:09.403 INFO O| Dec 19 20:26:09.403 INFO STEP 766 (remove_files) COMPLETE |
6647 | 2024-12-19T20:26:10.791Z | [ recovery-image] Dec 19 20:26:09.403 INFO O| Dec 19 20:26:09.403 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-19T20:26:10.810Z | [ recovery-image] Dec 19 20:26:09.424 INFO O| Dec 19 20:26:09.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6649 | 2024-12-19T20:26:10.813Z | [ recovery-image] Dec 19 20:26:09.424 INFO O| Dec 19 20:26:09.424 INFO STEP 767 (remove_files) COMPLETE |
6650 | 2024-12-19T20:26:10.813Z | [ recovery-image] Dec 19 20:26:09.424 INFO O| Dec 19 20:26:09.424 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-19T20:26:10.831Z | [ recovery-image] Dec 19 20:26:09.445 INFO O| Dec 19 20:26:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6652 | 2024-12-19T20:26:10.833Z | [ recovery-image] Dec 19 20:26:09.445 INFO O| Dec 19 20:26:09.445 INFO STEP 768 (remove_files) COMPLETE |
6653 | 2024-12-19T20:26:10.833Z | [ recovery-image] Dec 19 20:26:09.445 INFO O| Dec 19 20:26:09.445 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-12-19T20:26:10.851Z | [ recovery-image] Dec 19 20:26:09.465 INFO O| Dec 19 20:26:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6655 | 2024-12-19T20:26:10.854Z | [ recovery-image] Dec 19 20:26:09.465 INFO O| Dec 19 20:26:09.465 INFO STEP 769 (remove_files) COMPLETE |
6656 | 2024-12-19T20:26:10.855Z | [ recovery-image] Dec 19 20:26:09.466 INFO O| Dec 19 20:26:09.466 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-12-19T20:26:10.871Z | [ recovery-image] Dec 19 20:26:09.484 INFO O| Dec 19 20:26:09.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6658 | 2024-12-19T20:26:10.873Z | [ recovery-image] Dec 19 20:26:09.485 INFO O| Dec 19 20:26:09.485 INFO STEP 770 (remove_files) COMPLETE |
6659 | 2024-12-19T20:26:10.873Z | [ recovery-image] Dec 19 20:26:09.485 INFO O| Dec 19 20:26:09.485 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-12-19T20:26:10.890Z | [ recovery-image] Dec 19 20:26:09.504 INFO O| Dec 19 20:26:09.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6661 | 2024-12-19T20:26:10.893Z | [ recovery-image] Dec 19 20:26:09.504 INFO O| Dec 19 20:26:09.504 INFO STEP 771 (remove_files) COMPLETE |
6662 | 2024-12-19T20:26:10.893Z | [ recovery-image] Dec 19 20:26:09.504 INFO O| Dec 19 20:26:09.504 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-12-19T20:26:10.926Z | [ recovery-image] Dec 19 20:26:09.540 INFO O| Dec 19 20:26:09.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6664 | 2024-12-19T20:26:10.926Z | [ recovery-image] Dec 19 20:26:09.540 INFO O| Dec 19 20:26:09.540 INFO STEP 772 (remove_files) COMPLETE |
6665 | 2024-12-19T20:26:10.926Z | [ recovery-image] Dec 19 20:26:09.540 INFO O| Dec 19 20:26:09.540 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-19T20:26:10.949Z | [ recovery-image] Dec 19 20:26:09.563 INFO O| Dec 19 20:26:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6667 | 2024-12-19T20:26:10.952Z | [ recovery-image] Dec 19 20:26:09.563 INFO O| Dec 19 20:26:09.563 INFO STEP 773 (remove_files) COMPLETE |
6668 | 2024-12-19T20:26:10.952Z | [ recovery-image] Dec 19 20:26:09.563 INFO O| Dec 19 20:26:09.563 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-19T20:26:10.969Z | [ recovery-image] Dec 19 20:26:09.583 INFO O| Dec 19 20:26:09.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6670 | 2024-12-19T20:26:10.969Z | [ recovery-image] Dec 19 20:26:09.583 INFO O| Dec 19 20:26:09.583 INFO STEP 774 (remove_files) COMPLETE |
6671 | 2024-12-19T20:26:10.972Z | [ recovery-image] Dec 19 20:26:09.583 INFO O| Dec 19 20:26:09.583 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-19T20:26:10.992Z | [ recovery-image] Dec 19 20:26:09.605 INFO O| Dec 19 20:26:09.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6673 | 2024-12-19T20:26:10.992Z | [ recovery-image] Dec 19 20:26:09.605 INFO O| Dec 19 20:26:09.605 INFO STEP 775 (remove_files) COMPLETE |
6674 | 2024-12-19T20:26:10.992Z | [ recovery-image] Dec 19 20:26:09.605 INFO O| Dec 19 20:26:09.605 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-19T20:26:11.012Z | [ recovery-image] Dec 19 20:26:09.626 INFO O| Dec 19 20:26:09.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6676 | 2024-12-19T20:26:11.012Z | [ recovery-image] Dec 19 20:26:09.626 INFO O| Dec 19 20:26:09.626 INFO STEP 776 (remove_files) COMPLETE |
6677 | 2024-12-19T20:26:11.012Z | [ recovery-image] Dec 19 20:26:09.626 INFO O| Dec 19 20:26:09.626 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-19T20:26:11.047Z | [ recovery-image] Dec 19 20:26:09.660 INFO O| Dec 19 20:26:09.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6679 | 2024-12-19T20:26:11.047Z | [ recovery-image] Dec 19 20:26:09.660 INFO O| Dec 19 20:26:09.660 INFO STEP 777 (remove_files) COMPLETE |
6680 | 2024-12-19T20:26:11.050Z | [ recovery-image] Dec 19 20:26:09.660 INFO O| Dec 19 20:26:09.660 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-19T20:26:11.082Z | [ recovery-image] Dec 19 20:26:09.695 INFO O| Dec 19 20:26:09.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6682 | 2024-12-19T20:26:11.082Z | [ recovery-image] Dec 19 20:26:09.695 INFO O| Dec 19 20:26:09.695 INFO STEP 778 (remove_files) COMPLETE |
6683 | 2024-12-19T20:26:11.082Z | [ recovery-image] Dec 19 20:26:09.695 INFO O| Dec 19 20:26:09.695 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-19T20:26:11.103Z | [ recovery-image] Dec 19 20:26:09.716 INFO O| Dec 19 20:26:09.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6685 | 2024-12-19T20:26:11.103Z | [ recovery-image] Dec 19 20:26:09.716 INFO O| Dec 19 20:26:09.716 INFO STEP 779 (remove_files) COMPLETE |
6686 | 2024-12-19T20:26:11.103Z | [ recovery-image] Dec 19 20:26:09.716 INFO O| Dec 19 20:26:09.716 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-19T20:26:11.125Z | [ recovery-image] Dec 19 20:26:09.738 INFO O| Dec 19 20:26:09.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6688 | 2024-12-19T20:26:11.126Z | [ recovery-image] Dec 19 20:26:09.739 INFO O| Dec 19 20:26:09.738 INFO STEP 780 (remove_files) COMPLETE |
6689 | 2024-12-19T20:26:11.126Z | [ recovery-image] Dec 19 20:26:09.739 INFO O| Dec 19 20:26:09.738 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-19T20:26:11.148Z | [ recovery-image] Dec 19 20:26:09.761 INFO O| Dec 19 20:26:09.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6691 | 2024-12-19T20:26:11.148Z | [ recovery-image] Dec 19 20:26:09.761 INFO O| Dec 19 20:26:09.761 INFO STEP 781 (remove_files) COMPLETE |
6692 | 2024-12-19T20:26:11.148Z | [ recovery-image] Dec 19 20:26:09.761 INFO O| Dec 19 20:26:09.761 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-19T20:26:11.170Z | [ recovery-image] Dec 19 20:26:09.784 INFO O| Dec 19 20:26:09.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6694 | 2024-12-19T20:26:11.171Z | [ recovery-image] Dec 19 20:26:09.784 INFO O| Dec 19 20:26:09.784 INFO STEP 782 (remove_files) COMPLETE |
6695 | 2024-12-19T20:26:11.171Z | [ recovery-image] Dec 19 20:26:09.784 INFO O| Dec 19 20:26:09.784 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-19T20:26:11.193Z | [ recovery-image] Dec 19 20:26:09.806 INFO O| Dec 19 20:26:09.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6697 | 2024-12-19T20:26:11.193Z | [ recovery-image] Dec 19 20:26:09.806 INFO O| Dec 19 20:26:09.806 INFO STEP 783 (remove_files) COMPLETE |
6698 | 2024-12-19T20:26:11.193Z | [ recovery-image] Dec 19 20:26:09.806 INFO O| Dec 19 20:26:09.806 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-19T20:26:11.221Z | [ recovery-image] Dec 19 20:26:09.834 INFO O| Dec 19 20:26:09.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6700 | 2024-12-19T20:26:11.221Z | [ recovery-image] Dec 19 20:26:09.834 INFO O| Dec 19 20:26:09.834 INFO STEP 784 (remove_files) COMPLETE |
6701 | 2024-12-19T20:26:11.221Z | [ recovery-image] Dec 19 20:26:09.834 INFO O| Dec 19 20:26:09.834 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-19T20:26:11.279Z | [ recovery-image] Dec 19 20:26:09.893 INFO O| Dec 19 20:26:09.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6703 | 2024-12-19T20:26:11.279Z | [ recovery-image] Dec 19 20:26:09.893 INFO O| Dec 19 20:26:09.893 INFO STEP 785 (remove_files) COMPLETE |
6704 | 2024-12-19T20:26:11.279Z | [ recovery-image] Dec 19 20:26:09.893 INFO O| Dec 19 20:26:09.893 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-19T20:26:11.301Z | [ recovery-image] Dec 19 20:26:09.915 INFO O| Dec 19 20:26:09.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6706 | 2024-12-19T20:26:11.302Z | [ recovery-image] Dec 19 20:26:09.915 INFO O| Dec 19 20:26:09.915 INFO STEP 786 (remove_files) COMPLETE |
6707 | 2024-12-19T20:26:11.302Z | [ recovery-image] Dec 19 20:26:09.915 INFO O| Dec 19 20:26:09.915 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-19T20:26:11.323Z | [ recovery-image] Dec 19 20:26:09.937 INFO O| Dec 19 20:26:09.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6709 | 2024-12-19T20:26:11.323Z | [ recovery-image] Dec 19 20:26:09.937 INFO O| Dec 19 20:26:09.937 INFO STEP 787 (remove_files) COMPLETE |
6710 | 2024-12-19T20:26:11.323Z | [ recovery-image] Dec 19 20:26:09.937 INFO O| Dec 19 20:26:09.937 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-19T20:26:11.358Z | [ recovery-image] Dec 19 20:26:09.971 INFO O| Dec 19 20:26:09.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6712 | 2024-12-19T20:26:11.358Z | [ recovery-image] Dec 19 20:26:09.971 INFO O| Dec 19 20:26:09.971 INFO STEP 788 (remove_files) COMPLETE |
6713 | 2024-12-19T20:26:11.360Z | [ recovery-image] Dec 19 20:26:09.972 INFO O| Dec 19 20:26:09.971 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-19T20:26:11.417Z | [ recovery-image] Dec 19 20:26:10.031 INFO O| Dec 19 20:26:10.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6715 | 2024-12-19T20:26:11.417Z | [ recovery-image] Dec 19 20:26:10.031 INFO O| Dec 19 20:26:10.031 INFO STEP 789 (remove_files) COMPLETE |
6716 | 2024-12-19T20:26:11.420Z | [ recovery-image] Dec 19 20:26:10.031 INFO O| Dec 19 20:26:10.031 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-19T20:26:11.477Z | [ recovery-image] Dec 19 20:26:10.091 INFO O| Dec 19 20:26:10.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6718 | 2024-12-19T20:26:11.477Z | [ recovery-image] Dec 19 20:26:10.091 INFO O| Dec 19 20:26:10.091 INFO STEP 790 (remove_files) COMPLETE |
6719 | 2024-12-19T20:26:11.479Z | [ recovery-image] Dec 19 20:26:10.091 INFO O| Dec 19 20:26:10.091 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-19T20:26:11.500Z | [ recovery-image] Dec 19 20:26:10.114 INFO O| Dec 19 20:26:10.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6721 | 2024-12-19T20:26:11.500Z | [ recovery-image] Dec 19 20:26:10.114 INFO O| Dec 19 20:26:10.114 INFO STEP 791 (remove_files) COMPLETE |
6722 | 2024-12-19T20:26:11.500Z | [ recovery-image] Dec 19 20:26:10.114 INFO O| Dec 19 20:26:10.114 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-19T20:26:11.525Z | [ recovery-image] Dec 19 20:26:10.139 INFO O| Dec 19 20:26:10.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6724 | 2024-12-19T20:26:11.526Z | [ recovery-image] Dec 19 20:26:10.139 INFO O| Dec 19 20:26:10.139 INFO STEP 792 (remove_files) COMPLETE |
6725 | 2024-12-19T20:26:11.526Z | [ recovery-image] Dec 19 20:26:10.139 INFO O| Dec 19 20:26:10.139 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-19T20:26:11.549Z | [ recovery-image] Dec 19 20:26:10.162 INFO O| Dec 19 20:26:10.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6727 | 2024-12-19T20:26:11.549Z | [ recovery-image] Dec 19 20:26:10.162 INFO O| Dec 19 20:26:10.162 INFO STEP 793 (remove_files) COMPLETE |
6728 | 2024-12-19T20:26:11.551Z | [ recovery-image] Dec 19 20:26:10.162 INFO O| Dec 19 20:26:10.162 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-19T20:26:11.571Z | [ recovery-image] Dec 19 20:26:10.184 INFO O| Dec 19 20:26:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6730 | 2024-12-19T20:26:11.571Z | [ recovery-image] Dec 19 20:26:10.184 INFO O| Dec 19 20:26:10.184 INFO STEP 794 (remove_files) COMPLETE |
6731 | 2024-12-19T20:26:11.571Z | [ recovery-image] Dec 19 20:26:10.184 INFO O| Dec 19 20:26:10.184 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-19T20:26:11.609Z | [ recovery-image] Dec 19 20:26:10.223 INFO O| Dec 19 20:26:10.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6733 | 2024-12-19T20:26:11.610Z | [ recovery-image] Dec 19 20:26:10.223 INFO O| Dec 19 20:26:10.223 INFO STEP 795 (remove_files) COMPLETE |
6734 | 2024-12-19T20:26:11.610Z | [ recovery-image] Dec 19 20:26:10.223 INFO O| Dec 19 20:26:10.223 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-19T20:26:11.645Z | [ recovery-image] Dec 19 20:26:10.258 INFO O| Dec 19 20:26:10.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6736 | 2024-12-19T20:26:11.647Z | [ recovery-image] Dec 19 20:26:10.259 INFO O| Dec 19 20:26:10.259 INFO STEP 796 (remove_files) COMPLETE |
6737 | 2024-12-19T20:26:11.647Z | [ recovery-image] Dec 19 20:26:10.259 INFO O| Dec 19 20:26:10.259 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-19T20:26:11.665Z | [ recovery-image] Dec 19 20:26:10.279 INFO O| Dec 19 20:26:10.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6739 | 2024-12-19T20:26:11.665Z | [ recovery-image] Dec 19 20:26:10.279 INFO O| Dec 19 20:26:10.279 INFO STEP 797 (remove_files) COMPLETE |
6740 | 2024-12-19T20:26:11.667Z | [ recovery-image] Dec 19 20:26:10.279 INFO O| Dec 19 20:26:10.279 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-19T20:26:11.686Z | [ recovery-image] Dec 19 20:26:10.298 INFO O| Dec 19 20:26:10.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6742 | 2024-12-19T20:26:11.693Z | [ recovery-image] Dec 19 20:26:10.303 INFO O| Dec 19 20:26:10.303 INFO STEP 798 (remove_files) COMPLETE |
6743 | 2024-12-19T20:26:11.693Z | [ recovery-image] Dec 19 20:26:10.303 INFO O| Dec 19 20:26:10.303 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-19T20:26:11.716Z | [ recovery-image] Dec 19 20:26:10.329 INFO O| Dec 19 20:26:10.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6745 | 2024-12-19T20:26:11.716Z | [ recovery-image] Dec 19 20:26:10.329 INFO O| Dec 19 20:26:10.329 INFO STEP 799 (remove_files) COMPLETE |
6746 | 2024-12-19T20:26:11.716Z | [ recovery-image] Dec 19 20:26:10.329 INFO O| Dec 19 20:26:10.329 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-19T20:26:11.740Z | [ recovery-image] Dec 19 20:26:10.353 INFO O| Dec 19 20:26:10.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6748 | 2024-12-19T20:26:11.740Z | [ recovery-image] Dec 19 20:26:10.353 INFO O| Dec 19 20:26:10.353 INFO STEP 800 (remove_files) COMPLETE |
6749 | 2024-12-19T20:26:11.743Z | [ recovery-image] Dec 19 20:26:10.353 INFO O| Dec 19 20:26:10.353 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-19T20:26:11.763Z | [ recovery-image] Dec 19 20:26:10.376 INFO O| Dec 19 20:26:10.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6751 | 2024-12-19T20:26:11.763Z | [ recovery-image] Dec 19 20:26:10.376 INFO O| Dec 19 20:26:10.376 INFO STEP 801 (remove_files) COMPLETE |
6752 | 2024-12-19T20:26:11.763Z | [ recovery-image] Dec 19 20:26:10.376 INFO O| Dec 19 20:26:10.376 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-19T20:26:11.786Z | [ recovery-image] Dec 19 20:26:10.398 INFO O| Dec 19 20:26:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6754 | 2024-12-19T20:26:11.786Z | [ recovery-image] Dec 19 20:26:10.398 INFO O| Dec 19 20:26:10.398 INFO STEP 802 (remove_files) COMPLETE |
6755 | 2024-12-19T20:26:11.786Z | [ recovery-image] Dec 19 20:26:10.398 INFO O| Dec 19 20:26:10.398 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-19T20:26:11.807Z | [ recovery-image] Dec 19 20:26:10.420 INFO O| Dec 19 20:26:10.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6757 | 2024-12-19T20:26:11.807Z | [ recovery-image] Dec 19 20:26:10.420 INFO O| Dec 19 20:26:10.420 INFO STEP 803 (remove_files) COMPLETE |
6758 | 2024-12-19T20:26:11.807Z | [ recovery-image] Dec 19 20:26:10.420 INFO O| Dec 19 20:26:10.420 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-19T20:26:11.855Z | [ recovery-image] Dec 19 20:26:10.468 INFO O| Dec 19 20:26:10.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6760 | 2024-12-19T20:26:11.855Z | [ recovery-image] Dec 19 20:26:10.468 INFO O| Dec 19 20:26:10.468 INFO STEP 804 (remove_files) COMPLETE |
6761 | 2024-12-19T20:26:11.855Z | [ recovery-image] Dec 19 20:26:10.468 INFO O| Dec 19 20:26:10.468 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-19T20:26:11.903Z | [ recovery-image] Dec 19 20:26:10.516 INFO O| Dec 19 20:26:10.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6763 | 2024-12-19T20:26:11.905Z | [ recovery-image] Dec 19 20:26:10.516 INFO O| Dec 19 20:26:10.516 INFO STEP 805 (remove_files) COMPLETE |
6764 | 2024-12-19T20:26:11.905Z | [ recovery-image] Dec 19 20:26:10.516 INFO O| Dec 19 20:26:10.516 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-19T20:26:11.926Z | [ recovery-image] Dec 19 20:26:10.538 INFO O| Dec 19 20:26:10.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6766 | 2024-12-19T20:26:11.926Z | [ recovery-image] Dec 19 20:26:10.538 INFO O| Dec 19 20:26:10.538 INFO STEP 806 (remove_files) COMPLETE |
6767 | 2024-12-19T20:26:11.926Z | [ recovery-image] Dec 19 20:26:10.538 INFO O| Dec 19 20:26:10.538 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-19T20:26:12.000Z | [ recovery-image] Dec 19 20:26:10.613 INFO O| Dec 19 20:26:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6769 | 2024-12-19T20:26:12.000Z | [ recovery-image] Dec 19 20:26:10.613 INFO O| Dec 19 20:26:10.613 INFO STEP 807 (remove_files) COMPLETE |
6770 | 2024-12-19T20:26:12.000Z | [ recovery-image] Dec 19 20:26:10.613 INFO O| Dec 19 20:26:10.613 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-19T20:26:12.021Z | [ recovery-image] Dec 19 20:26:10.635 INFO O| Dec 19 20:26:10.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6772 | 2024-12-19T20:26:12.021Z | [ recovery-image] Dec 19 20:26:10.635 INFO O| Dec 19 20:26:10.635 INFO STEP 808 (remove_files) COMPLETE |
6773 | 2024-12-19T20:26:12.021Z | [ recovery-image] Dec 19 20:26:10.635 INFO O| Dec 19 20:26:10.635 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-19T20:26:12.047Z | [ recovery-image] Dec 19 20:26:10.657 INFO O| Dec 19 20:26:10.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6775 | 2024-12-19T20:26:12.048Z | [ recovery-image] Dec 19 20:26:10.658 INFO O| Dec 19 20:26:10.657 INFO STEP 809 (remove_files) COMPLETE |
6776 | 2024-12-19T20:26:12.051Z | [ recovery-image] Dec 19 20:26:10.658 INFO O| Dec 19 20:26:10.657 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-19T20:26:12.067Z | [ recovery-image] Dec 19 20:26:10.680 INFO O| Dec 19 20:26:10.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6778 | 2024-12-19T20:26:12.067Z | [ recovery-image] Dec 19 20:26:10.681 INFO O| Dec 19 20:26:10.681 INFO STEP 810 (remove_files) COMPLETE |
6779 | 2024-12-19T20:26:12.067Z | [ recovery-image] Dec 19 20:26:10.681 INFO O| Dec 19 20:26:10.681 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-19T20:26:12.089Z | [ recovery-image] Dec 19 20:26:10.702 INFO O| Dec 19 20:26:10.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6781 | 2024-12-19T20:26:12.089Z | [ recovery-image] Dec 19 20:26:10.703 INFO O| Dec 19 20:26:10.702 INFO STEP 811 (remove_files) COMPLETE |
6782 | 2024-12-19T20:26:12.092Z | [ recovery-image] Dec 19 20:26:10.703 INFO O| Dec 19 20:26:10.703 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-19T20:26:12.111Z | [ recovery-image] Dec 19 20:26:10.723 INFO O| Dec 19 20:26:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6784 | 2024-12-19T20:26:12.111Z | [ recovery-image] Dec 19 20:26:10.723 INFO O| Dec 19 20:26:10.723 INFO STEP 812 (remove_files) COMPLETE |
6785 | 2024-12-19T20:26:12.111Z | [ recovery-image] Dec 19 20:26:10.723 INFO O| Dec 19 20:26:10.723 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-19T20:26:12.130Z | [ recovery-image] Dec 19 20:26:10.743 INFO O| Dec 19 20:26:10.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6787 | 2024-12-19T20:26:12.130Z | [ recovery-image] Dec 19 20:26:10.743 INFO O| Dec 19 20:26:10.743 INFO STEP 813 (remove_files) COMPLETE |
6788 | 2024-12-19T20:26:12.130Z | [ recovery-image] Dec 19 20:26:10.743 INFO O| Dec 19 20:26:10.743 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-19T20:26:12.143Z | [ host-image] Dec 19 20:26:10.755 INFO O| Dec 19 20:26:10.755 INFO O| Download: Completed 8.42 MB in 6.77 seconds (1.2M/s) |
6790 | 2024-12-19T20:26:12.150Z | [ recovery-image] Dec 19 20:26:10.764 INFO O| Dec 19 20:26:10.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6791 | 2024-12-19T20:26:12.150Z | [ recovery-image] Dec 19 20:26:10.764 INFO O| Dec 19 20:26:10.764 INFO STEP 814 (remove_files) COMPLETE |
6792 | 2024-12-19T20:26:12.153Z | [ recovery-image] Dec 19 20:26:10.764 INFO O| Dec 19 20:26:10.764 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-19T20:26:12.200Z | [ recovery-image] Dec 19 20:26:10.814 INFO O| Dec 19 20:26:10.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6794 | 2024-12-19T20:26:12.204Z | [ recovery-image] Dec 19 20:26:10.814 INFO O| Dec 19 20:26:10.814 INFO STEP 815 (remove_files) COMPLETE |
6795 | 2024-12-19T20:26:12.204Z | [ recovery-image] Dec 19 20:26:10.814 INFO O| Dec 19 20:26:10.814 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-19T20:26:12.281Z | [ recovery-image] Dec 19 20:26:10.894 INFO O| Dec 19 20:26:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6797 | 2024-12-19T20:26:12.283Z | [ recovery-image] Dec 19 20:26:10.894 INFO O| Dec 19 20:26:10.894 INFO STEP 816 (remove_files) COMPLETE |
6798 | 2024-12-19T20:26:12.283Z | [ recovery-image] Dec 19 20:26:10.894 INFO O| Dec 19 20:26:10.894 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-19T20:26:12.302Z | [ recovery-image] Dec 19 20:26:10.916 INFO O| Dec 19 20:26:10.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6800 | 2024-12-19T20:26:12.305Z | [ recovery-image] Dec 19 20:26:10.916 INFO O| Dec 19 20:26:10.916 INFO STEP 817 (remove_files) COMPLETE |
6801 | 2024-12-19T20:26:12.305Z | [ recovery-image] Dec 19 20:26:10.916 INFO O| Dec 19 20:26:10.916 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-19T20:26:12.326Z | [ recovery-image] Dec 19 20:26:10.938 INFO O| Dec 19 20:26:10.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6803 | 2024-12-19T20:26:12.326Z | [ recovery-image] Dec 19 20:26:10.939 INFO O| Dec 19 20:26:10.939 INFO STEP 818 (remove_files) COMPLETE |
6804 | 2024-12-19T20:26:12.329Z | [ recovery-image] Dec 19 20:26:10.939 INFO O| Dec 19 20:26:10.939 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-19T20:26:12.360Z | [ recovery-image] Dec 19 20:26:10.973 INFO O| Dec 19 20:26:10.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6806 | 2024-12-19T20:26:12.360Z | [ recovery-image] Dec 19 20:26:10.973 INFO O| Dec 19 20:26:10.973 INFO STEP 819 (remove_files) COMPLETE |
6807 | 2024-12-19T20:26:12.360Z | [ recovery-image] Dec 19 20:26:10.973 INFO O| Dec 19 20:26:10.973 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-19T20:26:12.363Z | [ host-image] Dec 19 20:26:10.974 INFO O| Dec 19 20:26:10.974 INFO O| Actions: 1/1361 actions (Installing new actions) |
6809 | 2024-12-19T20:26:12.382Z | [ recovery-image] Dec 19 20:26:10.995 INFO O| Dec 19 20:26:10.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6810 | 2024-12-19T20:26:12.386Z | [ recovery-image] Dec 19 20:26:10.995 INFO O| Dec 19 20:26:10.995 INFO STEP 820 (remove_files) COMPLETE |
6811 | 2024-12-19T20:26:12.386Z | [ recovery-image] Dec 19 20:26:10.996 INFO O| Dec 19 20:26:10.995 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-12-19T20:26:12.427Z | [ recovery-image] Dec 19 20:26:11.041 INFO O| Dec 19 20:26:11.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6813 | 2024-12-19T20:26:12.427Z | [ recovery-image] Dec 19 20:26:11.041 INFO O| Dec 19 20:26:11.041 INFO STEP 821 (remove_files) COMPLETE |
6814 | 2024-12-19T20:26:12.427Z | [ recovery-image] Dec 19 20:26:11.041 INFO O| Dec 19 20:26:11.041 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-12-19T20:26:12.470Z | [ recovery-image] Dec 19 20:26:11.083 INFO O| Dec 19 20:26:11.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6816 | 2024-12-19T20:26:12.470Z | [ recovery-image] Dec 19 20:26:11.083 INFO O| Dec 19 20:26:11.083 INFO STEP 822 (remove_files) COMPLETE |
6817 | 2024-12-19T20:26:12.470Z | [ recovery-image] Dec 19 20:26:11.083 INFO O| Dec 19 20:26:11.083 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-12-19T20:26:12.517Z | [ recovery-image] Dec 19 20:26:11.126 INFO O| Dec 19 20:26:11.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6819 | 2024-12-19T20:26:12.518Z | [ recovery-image] Dec 19 20:26:11.126 INFO O| Dec 19 20:26:11.126 INFO STEP 823 (remove_files) COMPLETE |
6820 | 2024-12-19T20:26:12.518Z | [ recovery-image] Dec 19 20:26:11.126 INFO O| Dec 19 20:26:11.126 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-12-19T20:26:12.578Z | [ recovery-image] Dec 19 20:26:11.190 INFO O| Dec 19 20:26:11.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6822 | 2024-12-19T20:26:12.578Z | [ recovery-image] Dec 19 20:26:11.190 INFO O| Dec 19 20:26:11.190 INFO STEP 824 (remove_files) COMPLETE |
6823 | 2024-12-19T20:26:12.578Z | [ recovery-image] Dec 19 20:26:11.190 INFO O| Dec 19 20:26:11.190 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-12-19T20:26:12.616Z | [ recovery-image] Dec 19 20:26:11.229 INFO O| Dec 19 20:26:11.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6825 | 2024-12-19T20:26:12.616Z | [ recovery-image] Dec 19 20:26:11.229 INFO O| Dec 19 20:26:11.229 INFO STEP 825 (remove_files) COMPLETE |
6826 | 2024-12-19T20:26:12.616Z | [ recovery-image] Dec 19 20:26:11.229 INFO O| Dec 19 20:26:11.229 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-12-19T20:26:12.639Z | [ recovery-image] Dec 19 20:26:11.252 INFO O| Dec 19 20:26:11.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6828 | 2024-12-19T20:26:12.639Z | [ recovery-image] Dec 19 20:26:11.252 INFO O| Dec 19 20:26:11.252 INFO STEP 826 (remove_files) COMPLETE |
6829 | 2024-12-19T20:26:12.644Z | [ recovery-image] Dec 19 20:26:11.252 INFO O| Dec 19 20:26:11.252 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-12-19T20:26:12.660Z | [ recovery-image] Dec 19 20:26:11.273 INFO O| Dec 19 20:26:11.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6831 | 2024-12-19T20:26:12.660Z | [ recovery-image] Dec 19 20:26:11.273 INFO O| Dec 19 20:26:11.273 INFO STEP 827 (remove_files) COMPLETE |
6832 | 2024-12-19T20:26:12.660Z | [ recovery-image] Dec 19 20:26:11.273 INFO O| Dec 19 20:26:11.273 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-12-19T20:26:12.687Z | [ recovery-image] Dec 19 20:26:11.294 INFO O| Dec 19 20:26:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6834 | 2024-12-19T20:26:12.687Z | [ recovery-image] Dec 19 20:26:11.294 INFO O| Dec 19 20:26:11.294 INFO STEP 828 (remove_files) COMPLETE |
6835 | 2024-12-19T20:26:12.705Z | [ recovery-image] Dec 19 20:26:11.294 INFO O| Dec 19 20:26:11.294 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-12-19T20:26:12.710Z | [ recovery-image] Dec 19 20:26:11.314 INFO O| Dec 19 20:26:11.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6837 | 2024-12-19T20:26:12.710Z | [ recovery-image] Dec 19 20:26:11.314 INFO O| Dec 19 20:26:11.314 INFO STEP 829 (remove_files) COMPLETE |
6838 | 2024-12-19T20:26:12.710Z | [ recovery-image] Dec 19 20:26:11.314 INFO O| Dec 19 20:26:11.314 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-12-19T20:26:12.728Z | [ recovery-image] Dec 19 20:26:11.340 INFO O| Dec 19 20:26:11.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6840 | 2024-12-19T20:26:12.728Z | [ recovery-image] Dec 19 20:26:11.340 INFO O| Dec 19 20:26:11.340 INFO STEP 830 (remove_files) COMPLETE |
6841 | 2024-12-19T20:26:12.733Z | [ recovery-image] Dec 19 20:26:11.340 INFO O| Dec 19 20:26:11.340 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-12-19T20:26:12.750Z | [ recovery-image] Dec 19 20:26:11.362 INFO O| Dec 19 20:26:11.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6843 | 2024-12-19T20:26:12.750Z | [ recovery-image] Dec 19 20:26:11.362 INFO O| Dec 19 20:26:11.362 INFO STEP 831 (remove_files) COMPLETE |
6844 | 2024-12-19T20:26:12.750Z | [ recovery-image] Dec 19 20:26:11.362 INFO O| Dec 19 20:26:11.362 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-12-19T20:26:12.788Z | [ recovery-image] Dec 19 20:26:11.401 INFO O| Dec 19 20:26:11.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6846 | 2024-12-19T20:26:12.788Z | [ recovery-image] Dec 19 20:26:11.401 INFO O| Dec 19 20:26:11.401 INFO STEP 832 (remove_files) COMPLETE |
6847 | 2024-12-19T20:26:12.791Z | [ recovery-image] Dec 19 20:26:11.401 INFO O| Dec 19 20:26:11.401 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-12-19T20:26:12.828Z | [ recovery-image] Dec 19 20:26:11.441 INFO O| Dec 19 20:26:11.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6849 | 2024-12-19T20:26:12.840Z | [ recovery-image] Dec 19 20:26:11.453 INFO O| Dec 19 20:26:11.453 INFO STEP 833 (remove_files) COMPLETE |
6850 | 2024-12-19T20:26:12.840Z | [ recovery-image] Dec 19 20:26:11.453 INFO O| Dec 19 20:26:11.453 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-12-19T20:26:12.886Z | [ recovery-image] Dec 19 20:26:11.498 INFO O| Dec 19 20:26:11.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6852 | 2024-12-19T20:26:12.886Z | [ recovery-image] Dec 19 20:26:11.499 INFO O| Dec 19 20:26:11.498 INFO STEP 834 (remove_files) COMPLETE |
6853 | 2024-12-19T20:26:12.886Z | [ recovery-image] Dec 19 20:26:11.499 INFO O| Dec 19 20:26:11.499 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-12-19T20:26:12.930Z | [ recovery-image] Dec 19 20:26:11.543 INFO O| Dec 19 20:26:11.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6855 | 2024-12-19T20:26:12.930Z | [ recovery-image] Dec 19 20:26:11.543 INFO O| Dec 19 20:26:11.543 INFO STEP 835 (remove_files) COMPLETE |
6856 | 2024-12-19T20:26:12.930Z | [ recovery-image] Dec 19 20:26:11.543 INFO O| Dec 19 20:26:11.543 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-12-19T20:26:12.969Z | [ recovery-image] Dec 19 20:26:11.582 INFO O| Dec 19 20:26:11.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6858 | 2024-12-19T20:26:12.969Z | [ recovery-image] Dec 19 20:26:11.583 INFO O| Dec 19 20:26:11.582 INFO STEP 836 (remove_files) COMPLETE |
6859 | 2024-12-19T20:26:12.969Z | [ recovery-image] Dec 19 20:26:11.583 INFO O| Dec 19 20:26:11.583 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-12-19T20:26:12.993Z | [ recovery-image] Dec 19 20:26:11.606 INFO O| Dec 19 20:26:11.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6861 | 2024-12-19T20:26:12.996Z | [ recovery-image] Dec 19 20:26:11.606 INFO O| Dec 19 20:26:11.606 INFO STEP 837 (remove_files) COMPLETE |
6862 | 2024-12-19T20:26:12.996Z | [ recovery-image] Dec 19 20:26:11.606 INFO O| Dec 19 20:26:11.606 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-12-19T20:26:13.032Z | [ recovery-image] Dec 19 20:26:11.645 INFO O| Dec 19 20:26:11.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6864 | 2024-12-19T20:26:13.033Z | [ recovery-image] Dec 19 20:26:11.645 INFO O| Dec 19 20:26:11.645 INFO STEP 838 (remove_files) COMPLETE |
6865 | 2024-12-19T20:26:13.033Z | [ recovery-image] Dec 19 20:26:11.645 INFO O| Dec 19 20:26:11.645 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-12-19T20:26:13.063Z | [ host-image] Dec 19 20:26:11.676 INFO O| Dec 19 20:26:11.676 INFO O| Actions: Completed 1361 actions in 0.70 seconds. |
6867 | 2024-12-19T20:26:13.067Z | [ recovery-image] Dec 19 20:26:11.678 INFO O| Dec 19 20:26:11.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6868 | 2024-12-19T20:26:13.067Z | [ recovery-image] Dec 19 20:26:11.679 INFO O| Dec 19 20:26:11.679 INFO STEP 839 (remove_files) COMPLETE |
6869 | 2024-12-19T20:26:13.067Z | [ recovery-image] Dec 19 20:26:11.679 INFO O| Dec 19 20:26:11.679 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-12-19T20:26:13.102Z | [ recovery-image] Dec 19 20:26:11.715 INFO O| Dec 19 20:26:11.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6871 | 2024-12-19T20:26:13.105Z | [ recovery-image] Dec 19 20:26:11.715 INFO O| Dec 19 20:26:11.715 INFO STEP 840 (remove_files) COMPLETE |
6872 | 2024-12-19T20:26:13.105Z | [ recovery-image] Dec 19 20:26:11.715 INFO O| Dec 19 20:26:11.715 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-12-19T20:26:13.123Z | [ recovery-image] Dec 19 20:26:11.736 INFO O| Dec 19 20:26:11.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6874 | 2024-12-19T20:26:13.127Z | [ recovery-image] Dec 19 20:26:11.736 INFO O| Dec 19 20:26:11.736 INFO STEP 841 (remove_files) COMPLETE |
6875 | 2024-12-19T20:26:13.127Z | [ recovery-image] Dec 19 20:26:11.736 INFO O| Dec 19 20:26:11.736 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-12-19T20:26:13.143Z | [ recovery-image] Dec 19 20:26:11.756 INFO O| Dec 19 20:26:11.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6877 | 2024-12-19T20:26:13.146Z | [ recovery-image] Dec 19 20:26:11.757 INFO O| Dec 19 20:26:11.757 INFO STEP 842 (remove_files) COMPLETE |
6878 | 2024-12-19T20:26:13.146Z | [ recovery-image] Dec 19 20:26:11.757 INFO O| Dec 19 20:26:11.757 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-12-19T20:26:13.164Z | [ recovery-image] Dec 19 20:26:11.777 INFO O| Dec 19 20:26:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6880 | 2024-12-19T20:26:13.168Z | [ recovery-image] Dec 19 20:26:11.777 INFO O| Dec 19 20:26:11.777 INFO STEP 843 (remove_files) COMPLETE |
6881 | 2024-12-19T20:26:13.168Z | [ recovery-image] Dec 19 20:26:11.777 INFO O| Dec 19 20:26:11.777 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-12-19T20:26:13.184Z | [ recovery-image] Dec 19 20:26:11.798 INFO O| Dec 19 20:26:11.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6883 | 2024-12-19T20:26:13.185Z | [ recovery-image] Dec 19 20:26:11.798 INFO O| Dec 19 20:26:11.798 INFO STEP 844 (remove_files) COMPLETE |
6884 | 2024-12-19T20:26:13.187Z | [ recovery-image] Dec 19 20:26:11.798 INFO O| Dec 19 20:26:11.798 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-12-19T20:26:13.206Z | [ recovery-image] Dec 19 20:26:11.820 INFO O| Dec 19 20:26:11.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6886 | 2024-12-19T20:26:13.206Z | [ recovery-image] Dec 19 20:26:11.820 INFO O| Dec 19 20:26:11.820 INFO STEP 845 (remove_files) COMPLETE |
6887 | 2024-12-19T20:26:13.206Z | [ recovery-image] Dec 19 20:26:11.820 INFO O| Dec 19 20:26:11.820 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-12-19T20:26:13.227Z | [ recovery-image] Dec 19 20:26:11.840 INFO O| Dec 19 20:26:11.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6889 | 2024-12-19T20:26:13.227Z | [ recovery-image] Dec 19 20:26:11.840 INFO O| Dec 19 20:26:11.840 INFO STEP 846 (remove_files) COMPLETE |
6890 | 2024-12-19T20:26:13.227Z | [ recovery-image] Dec 19 20:26:11.840 INFO O| Dec 19 20:26:11.840 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-12-19T20:26:13.253Z | [ recovery-image] Dec 19 20:26:11.865 INFO O| Dec 19 20:26:11.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6892 | 2024-12-19T20:26:13.253Z | [ recovery-image] Dec 19 20:26:11.865 INFO O| Dec 19 20:26:11.865 INFO STEP 847 (remove_files) COMPLETE |
6893 | 2024-12-19T20:26:13.253Z | [ recovery-image] Dec 19 20:26:11.865 INFO O| Dec 19 20:26:11.865 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-12-19T20:26:13.300Z | [ recovery-image] Dec 19 20:26:11.913 INFO O| Dec 19 20:26:11.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6895 | 2024-12-19T20:26:13.300Z | [ recovery-image] Dec 19 20:26:11.913 INFO O| Dec 19 20:26:11.913 INFO STEP 848 (remove_files) COMPLETE |
6896 | 2024-12-19T20:26:13.300Z | [ recovery-image] Dec 19 20:26:11.913 INFO O| Dec 19 20:26:11.913 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-12-19T20:26:13.320Z | [ recovery-image] Dec 19 20:26:11.933 INFO O| Dec 19 20:26:11.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6898 | 2024-12-19T20:26:13.320Z | [ recovery-image] Dec 19 20:26:11.933 INFO O| Dec 19 20:26:11.933 INFO STEP 849 (remove_files) COMPLETE |
6899 | 2024-12-19T20:26:13.320Z | [ recovery-image] Dec 19 20:26:11.933 INFO O| Dec 19 20:26:11.933 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-12-19T20:26:13.349Z | [ recovery-image] Dec 19 20:26:11.959 INFO O| Dec 19 20:26:11.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6901 | 2024-12-19T20:26:13.369Z | [ recovery-image] Dec 19 20:26:11.982 INFO O| Dec 19 20:26:11.982 INFO STEP 850 (remove_files) COMPLETE |
6902 | 2024-12-19T20:26:13.369Z | [ recovery-image] Dec 19 20:26:11.982 INFO O| Dec 19 20:26:11.982 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-12-19T20:26:13.426Z | [ recovery-image] Dec 19 20:26:12.039 INFO O| Dec 19 20:26:12.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6904 | 2024-12-19T20:26:13.426Z | [ recovery-image] Dec 19 20:26:12.039 INFO O| Dec 19 20:26:12.039 INFO STEP 851 (remove_files) COMPLETE |
6905 | 2024-12-19T20:26:13.426Z | [ recovery-image] Dec 19 20:26:12.039 INFO O| Dec 19 20:26:12.039 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-12-19T20:26:13.428Z | [ host-image] Dec 19 20:26:12.041 INFO O| Dec 19 20:26:12.041 INFO O| Done |
6907 | 2024-12-19T20:26:13.428Z | [ host-image] Dec 19 20:26:12.041 INFO O| Dec 19 20:26:12.041 INFO O| Done |
6908 | 2024-12-19T20:26:13.502Z | [ recovery-image] Dec 19 20:26:12.115 INFO O| Dec 19 20:26:12.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6909 | 2024-12-19T20:26:13.523Z | [ recovery-image] Dec 19 20:26:12.136 INFO O| Dec 19 20:26:12.136 INFO STEP 852 (remove_files) COMPLETE |
6910 | 2024-12-19T20:26:13.523Z | [ recovery-image] Dec 19 20:26:12.136 INFO O| Dec 19 20:26:12.136 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-19T20:26:13.546Z | [ recovery-image] Dec 19 20:26:12.159 INFO O| Dec 19 20:26:12.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6912 | 2024-12-19T20:26:13.548Z | [ recovery-image] Dec 19 20:26:12.159 INFO O| Dec 19 20:26:12.159 INFO STEP 853 (remove_files) COMPLETE |
6913 | 2024-12-19T20:26:13.548Z | [ recovery-image] Dec 19 20:26:12.159 INFO O| Dec 19 20:26:12.159 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-19T20:26:13.569Z | [ recovery-image] Dec 19 20:26:12.182 INFO O| Dec 19 20:26:12.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6915 | 2024-12-19T20:26:13.571Z | [ recovery-image] Dec 19 20:26:12.182 INFO O| Dec 19 20:26:12.182 INFO STEP 854 (remove_files) COMPLETE |
6916 | 2024-12-19T20:26:13.571Z | [ recovery-image] Dec 19 20:26:12.182 INFO O| Dec 19 20:26:12.182 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-19T20:26:13.605Z | [ recovery-image] Dec 19 20:26:12.219 INFO O| Dec 19 20:26:12.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6918 | 2024-12-19T20:26:13.606Z | [ recovery-image] Dec 19 20:26:12.219 INFO O| Dec 19 20:26:12.219 INFO STEP 855 (remove_files) COMPLETE |
6919 | 2024-12-19T20:26:13.606Z | [ recovery-image] Dec 19 20:26:12.219 INFO O| Dec 19 20:26:12.219 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-19T20:26:13.628Z | [ recovery-image] Dec 19 20:26:12.241 INFO O| Dec 19 20:26:12.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6921 | 2024-12-19T20:26:13.628Z | [ recovery-image] Dec 19 20:26:12.241 INFO O| Dec 19 20:26:12.241 INFO STEP 856 (remove_files) COMPLETE |
6922 | 2024-12-19T20:26:13.628Z | [ recovery-image] Dec 19 20:26:12.241 INFO O| Dec 19 20:26:12.241 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-19T20:26:13.693Z | [ recovery-image] Dec 19 20:26:12.307 INFO O| Dec 19 20:26:12.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6924 | 2024-12-19T20:26:13.696Z | [ recovery-image] Dec 19 20:26:12.307 INFO O| Dec 19 20:26:12.307 INFO STEP 857 (remove_files) COMPLETE |
6925 | 2024-12-19T20:26:13.697Z | [ recovery-image] Dec 19 20:26:12.307 INFO O| Dec 19 20:26:12.307 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-19T20:26:13.739Z | [ recovery-image] Dec 19 20:26:12.352 INFO O| Dec 19 20:26:12.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6927 | 2024-12-19T20:26:13.739Z | [ recovery-image] Dec 19 20:26:12.352 INFO O| Dec 19 20:26:12.352 INFO STEP 858 (remove_files) COMPLETE |
6928 | 2024-12-19T20:26:13.742Z | [ recovery-image] Dec 19 20:26:12.352 INFO O| Dec 19 20:26:12.352 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-19T20:26:13.808Z | [ recovery-image] Dec 19 20:26:12.421 INFO O| Dec 19 20:26:12.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6930 | 2024-12-19T20:26:13.808Z | [ recovery-image] Dec 19 20:26:12.421 INFO O| Dec 19 20:26:12.421 INFO STEP 859 (remove_files) COMPLETE |
6931 | 2024-12-19T20:26:13.808Z | [ recovery-image] Dec 19 20:26:12.421 INFO O| Dec 19 20:26:12.421 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-19T20:26:13.830Z | [ recovery-image] Dec 19 20:26:12.443 INFO O| Dec 19 20:26:12.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6933 | 2024-12-19T20:26:13.830Z | [ recovery-image] Dec 19 20:26:12.443 INFO O| Dec 19 20:26:12.443 INFO STEP 860 (remove_files) COMPLETE |
6934 | 2024-12-19T20:26:13.830Z | [ recovery-image] Dec 19 20:26:12.443 INFO O| Dec 19 20:26:12.443 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-19T20:26:13.851Z | [ recovery-image] Dec 19 20:26:12.464 INFO O| Dec 19 20:26:12.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6936 | 2024-12-19T20:26:13.851Z | [ recovery-image] Dec 19 20:26:12.465 INFO O| Dec 19 20:26:12.465 INFO STEP 861 (remove_files) COMPLETE |
6937 | 2024-12-19T20:26:13.851Z | [ recovery-image] Dec 19 20:26:12.465 INFO O| Dec 19 20:26:12.465 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-19T20:26:13.884Z | [ recovery-image] Dec 19 20:26:12.497 INFO O| Dec 19 20:26:12.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6939 | 2024-12-19T20:26:13.886Z | [ recovery-image] Dec 19 20:26:12.498 INFO O| Dec 19 20:26:12.497 INFO STEP 862 (remove_files) COMPLETE |
6940 | 2024-12-19T20:26:13.887Z | [ recovery-image] Dec 19 20:26:12.498 INFO O| Dec 19 20:26:12.498 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-19T20:26:13.907Z | [ recovery-image] Dec 19 20:26:12.520 INFO O| Dec 19 20:26:12.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6942 | 2024-12-19T20:26:13.909Z | [ recovery-image] Dec 19 20:26:12.520 INFO O| Dec 19 20:26:12.520 INFO STEP 863 (remove_files) COMPLETE |
6943 | 2024-12-19T20:26:13.909Z | [ recovery-image] Dec 19 20:26:12.521 INFO O| Dec 19 20:26:12.520 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-19T20:26:13.929Z | [ recovery-image] Dec 19 20:26:12.541 INFO O| Dec 19 20:26:12.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6945 | 2024-12-19T20:26:13.932Z | [ recovery-image] Dec 19 20:26:12.541 INFO O| Dec 19 20:26:12.541 INFO STEP 864 (remove_files) COMPLETE |
6946 | 2024-12-19T20:26:13.932Z | [ recovery-image] Dec 19 20:26:12.542 INFO O| Dec 19 20:26:12.541 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-19T20:26:13.950Z | [ recovery-image] Dec 19 20:26:12.563 INFO O| Dec 19 20:26:12.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6948 | 2024-12-19T20:26:13.953Z | [ recovery-image] Dec 19 20:26:12.564 INFO O| Dec 19 20:26:12.564 INFO STEP 865 (remove_files) COMPLETE |
6949 | 2024-12-19T20:26:13.953Z | [ recovery-image] Dec 19 20:26:12.564 INFO O| Dec 19 20:26:12.564 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-19T20:26:13.971Z | [ recovery-image] Dec 19 20:26:12.585 INFO O| Dec 19 20:26:12.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6951 | 2024-12-19T20:26:13.971Z | [ recovery-image] Dec 19 20:26:12.585 INFO O| Dec 19 20:26:12.585 INFO STEP 866 (remove_files) COMPLETE |
6952 | 2024-12-19T20:26:13.974Z | [ recovery-image] Dec 19 20:26:12.585 INFO O| Dec 19 20:26:12.585 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-19T20:26:14.003Z | [ recovery-image] Dec 19 20:26:12.616 INFO O| Dec 19 20:26:12.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6954 | 2024-12-19T20:26:14.006Z | [ recovery-image] Dec 19 20:26:12.617 INFO O| Dec 19 20:26:12.616 INFO STEP 867 (remove_files) COMPLETE |
6955 | 2024-12-19T20:26:14.006Z | [ recovery-image] Dec 19 20:26:12.617 INFO O| Dec 19 20:26:12.617 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-19T20:26:14.254Z | [ recovery-image] Dec 19 20:26:12.643 INFO O| Dec 19 20:26:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6957 | 2024-12-19T20:26:14.254Z | [ recovery-image] Dec 19 20:26:12.643 INFO O| Dec 19 20:26:12.643 INFO STEP 868 (remove_files) COMPLETE |
6958 | 2024-12-19T20:26:14.254Z | [ recovery-image] Dec 19 20:26:12.643 INFO O| Dec 19 20:26:12.643 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-19T20:26:14.270Z | [ recovery-image] Dec 19 20:26:12.711 INFO O| Dec 19 20:26:12.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6960 | 2024-12-19T20:26:14.270Z | [ recovery-image] Dec 19 20:26:12.711 INFO O| Dec 19 20:26:12.711 INFO STEP 869 (remove_files) COMPLETE |
6961 | 2024-12-19T20:26:14.270Z | [ recovery-image] Dec 19 20:26:12.711 INFO O| Dec 19 20:26:12.711 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-19T20:26:14.270Z | [ recovery-image] Dec 19 20:26:12.752 INFO O| Dec 19 20:26:12.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6963 | 2024-12-19T20:26:14.270Z | [ recovery-image] Dec 19 20:26:12.752 INFO O| Dec 19 20:26:12.752 INFO STEP 870 (remove_files) COMPLETE |
6964 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.752 INFO O| Dec 19 20:26:12.752 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.775 INFO O| Dec 19 20:26:12.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6966 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.775 INFO O| Dec 19 20:26:12.775 INFO STEP 871 (remove_files) COMPLETE |
6967 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.776 INFO O| Dec 19 20:26:12.775 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.809 INFO O| Dec 19 20:26:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6969 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.809 INFO O| Dec 19 20:26:12.809 INFO STEP 872 (remove_files) COMPLETE |
6970 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.809 INFO O| Dec 19 20:26:12.809 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.831 INFO O| Dec 19 20:26:12.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6972 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.831 INFO O| Dec 19 20:26:12.831 INFO STEP 873 (remove_files) COMPLETE |
6973 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.831 INFO O| Dec 19 20:26:12.831 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.866 INFO O| Dec 19 20:26:12.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6975 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.866 INFO O| Dec 19 20:26:12.866 INFO STEP 874 (remove_files) COMPLETE |
6976 | 2024-12-19T20:26:14.271Z | [ recovery-image] Dec 19 20:26:12.866 INFO O| Dec 19 20:26:12.866 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-19T20:26:14.276Z | [ recovery-image] Dec 19 20:26:12.888 INFO O| Dec 19 20:26:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6978 | 2024-12-19T20:26:14.276Z | [ recovery-image] Dec 19 20:26:12.888 INFO O| Dec 19 20:26:12.888 INFO STEP 875 (remove_files) COMPLETE |
6979 | 2024-12-19T20:26:14.278Z | [ recovery-image] Dec 19 20:26:12.888 INFO O| Dec 19 20:26:12.888 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-19T20:26:14.296Z | [ recovery-image] Dec 19 20:26:12.909 INFO O| Dec 19 20:26:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6981 | 2024-12-19T20:26:14.296Z | [ recovery-image] Dec 19 20:26:12.909 INFO O| Dec 19 20:26:12.909 INFO STEP 876 (remove_files) COMPLETE |
6982 | 2024-12-19T20:26:14.296Z | [ recovery-image] Dec 19 20:26:12.909 INFO O| Dec 19 20:26:12.909 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-19T20:26:14.331Z | [ recovery-image] Dec 19 20:26:12.943 INFO O| Dec 19 20:26:12.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6984 | 2024-12-19T20:26:14.331Z | [ recovery-image] Dec 19 20:26:12.943 INFO O| Dec 19 20:26:12.943 INFO STEP 877 (remove_files) COMPLETE |
6985 | 2024-12-19T20:26:14.331Z | [ recovery-image] Dec 19 20:26:12.943 INFO O| Dec 19 20:26:12.943 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-19T20:26:14.368Z | [ recovery-image] Dec 19 20:26:12.981 INFO O| Dec 19 20:26:12.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6987 | 2024-12-19T20:26:14.368Z | [ recovery-image] Dec 19 20:26:12.981 INFO O| Dec 19 20:26:12.981 INFO STEP 878 (remove_files) COMPLETE |
6988 | 2024-12-19T20:26:14.368Z | [ recovery-image] Dec 19 20:26:12.981 INFO O| Dec 19 20:26:12.981 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-19T20:26:14.393Z | [ recovery-image] Dec 19 20:26:13.007 INFO O| Dec 19 20:26:13.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6990 | 2024-12-19T20:26:14.393Z | [ recovery-image] Dec 19 20:26:13.007 INFO O| Dec 19 20:26:13.007 INFO STEP 879 (remove_files) COMPLETE |
6991 | 2024-12-19T20:26:14.394Z | [ recovery-image] Dec 19 20:26:13.007 INFO O| Dec 19 20:26:13.007 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-19T20:26:14.414Z | [ recovery-image] Dec 19 20:26:13.027 INFO O| Dec 19 20:26:13.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6993 | 2024-12-19T20:26:14.416Z | [ recovery-image] Dec 19 20:26:13.028 INFO O| Dec 19 20:26:13.027 INFO STEP 880 (remove_files) COMPLETE |
6994 | 2024-12-19T20:26:14.416Z | [ recovery-image] Dec 19 20:26:13.028 INFO O| Dec 19 20:26:13.028 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-19T20:26:14.451Z | [ recovery-image] Dec 19 20:26:13.064 INFO O| Dec 19 20:26:13.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6996 | 2024-12-19T20:26:14.451Z | [ recovery-image] Dec 19 20:26:13.064 INFO O| Dec 19 20:26:13.064 INFO STEP 881 (remove_files) COMPLETE |
6997 | 2024-12-19T20:26:14.451Z | [ recovery-image] Dec 19 20:26:13.064 INFO O| Dec 19 20:26:13.064 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-19T20:26:14.473Z | [ recovery-image] Dec 19 20:26:13.086 INFO O| Dec 19 20:26:13.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6999 | 2024-12-19T20:26:14.473Z | [ recovery-image] Dec 19 20:26:13.086 INFO O| Dec 19 20:26:13.086 INFO STEP 882 (remove_files) COMPLETE |
7000 | 2024-12-19T20:26:14.473Z | [ recovery-image] Dec 19 20:26:13.086 INFO O| Dec 19 20:26:13.086 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-19T20:26:14.501Z | [ recovery-image] Dec 19 20:26:13.114 INFO O| Dec 19 20:26:13.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7002 | 2024-12-19T20:26:14.501Z | [ recovery-image] Dec 19 20:26:13.114 INFO O| Dec 19 20:26:13.114 INFO STEP 883 (remove_files) COMPLETE |
7003 | 2024-12-19T20:26:14.504Z | [ recovery-image] Dec 19 20:26:13.114 INFO O| Dec 19 20:26:13.114 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-19T20:26:14.541Z | [ recovery-image] Dec 19 20:26:13.154 INFO O| Dec 19 20:26:13.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7005 | 2024-12-19T20:26:14.541Z | [ recovery-image] Dec 19 20:26:13.154 INFO O| Dec 19 20:26:13.154 INFO STEP 884 (remove_files) COMPLETE |
7006 | 2024-12-19T20:26:14.541Z | [ recovery-image] Dec 19 20:26:13.154 INFO O| Dec 19 20:26:13.154 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-19T20:26:14.588Z | [ recovery-image] Dec 19 20:26:13.201 INFO O| Dec 19 20:26:13.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7008 | 2024-12-19T20:26:14.591Z | [ recovery-image] Dec 19 20:26:13.201 INFO O| Dec 19 20:26:13.201 INFO STEP 885 (remove_files) COMPLETE |
7009 | 2024-12-19T20:26:14.591Z | [ recovery-image] Dec 19 20:26:13.201 INFO O| Dec 19 20:26:13.201 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-19T20:26:14.609Z | [ recovery-image] Dec 19 20:26:13.222 INFO O| Dec 19 20:26:13.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7011 | 2024-12-19T20:26:14.611Z | [ recovery-image] Dec 19 20:26:13.222 INFO O| Dec 19 20:26:13.222 INFO STEP 886 (remove_files) COMPLETE |
7012 | 2024-12-19T20:26:14.611Z | [ recovery-image] Dec 19 20:26:13.222 INFO O| Dec 19 20:26:13.222 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-19T20:26:14.630Z | [ recovery-image] Dec 19 20:26:13.243 INFO O| Dec 19 20:26:13.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7014 | 2024-12-19T20:26:14.630Z | [ recovery-image] Dec 19 20:26:13.243 INFO O| Dec 19 20:26:13.243 INFO STEP 887 (remove_files) COMPLETE |
7015 | 2024-12-19T20:26:14.630Z | [ recovery-image] Dec 19 20:26:13.243 INFO O| Dec 19 20:26:13.243 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-19T20:26:14.655Z | [ recovery-image] Dec 19 20:26:13.268 INFO O| Dec 19 20:26:13.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7017 | 2024-12-19T20:26:14.668Z | [ host-image] Dec 19 20:26:13.281 INFO O| Dec 19 20:26:13.281 INFO O| Done |
7018 | 2024-12-19T20:26:14.674Z | [ recovery-image] Dec 19 20:26:13.287 INFO O| Dec 19 20:26:13.287 INFO STEP 888 (remove_files) COMPLETE |
7019 | 2024-12-19T20:26:14.676Z | [ recovery-image] Dec 19 20:26:13.287 INFO O| Dec 19 20:26:13.287 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7020 | 2024-12-19T20:26:14.703Z | [ recovery-image] Dec 19 20:26:13.316 INFO O| Dec 19 20:26:13.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7021 | 2024-12-19T20:26:14.703Z | [ recovery-image] Dec 19 20:26:13.317 INFO O| Dec 19 20:26:13.317 INFO STEP 889 (remove_files) COMPLETE |
7022 | 2024-12-19T20:26:14.703Z | [ recovery-image] Dec 19 20:26:13.317 INFO O| Dec 19 20:26:13.317 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7023 | 2024-12-19T20:26:14.736Z | [ recovery-image] Dec 19 20:26:13.349 INFO O| Dec 19 20:26:13.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7024 | 2024-12-19T20:26:14.736Z | [ recovery-image] Dec 19 20:26:13.349 INFO O| Dec 19 20:26:13.349 INFO STEP 890 (remove_files) COMPLETE |
7025 | 2024-12-19T20:26:14.736Z | [ recovery-image] Dec 19 20:26:13.349 INFO O| Dec 19 20:26:13.349 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7026 | 2024-12-19T20:26:14.840Z | [ recovery-image] Dec 19 20:26:13.452 INFO O| Dec 19 20:26:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7027 | 2024-12-19T20:26:14.859Z | [ recovery-image] Dec 19 20:26:13.472 INFO O| Dec 19 20:26:13.472 INFO STEP 891 (remove_files) COMPLETE |
7028 | 2024-12-19T20:26:14.860Z | [ recovery-image] Dec 19 20:26:13.472 INFO O| Dec 19 20:26:13.472 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7029 | 2024-12-19T20:26:14.893Z | [ recovery-image] Dec 19 20:26:13.505 INFO O| Dec 19 20:26:13.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7030 | 2024-12-19T20:26:14.893Z | [ recovery-image] Dec 19 20:26:13.505 INFO O| Dec 19 20:26:13.505 INFO STEP 892 (remove_files) COMPLETE |
7031 | 2024-12-19T20:26:14.893Z | [ recovery-image] Dec 19 20:26:13.505 INFO O| Dec 19 20:26:13.505 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7032 | 2024-12-19T20:26:14.928Z | [ recovery-image] Dec 19 20:26:13.541 INFO O| Dec 19 20:26:13.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7033 | 2024-12-19T20:26:14.928Z | [ recovery-image] Dec 19 20:26:13.541 INFO O| Dec 19 20:26:13.541 INFO STEP 893 (remove_files) COMPLETE |
7034 | 2024-12-19T20:26:14.928Z | [ recovery-image] Dec 19 20:26:13.541 INFO O| Dec 19 20:26:13.541 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7035 | 2024-12-19T20:26:14.952Z | [ recovery-image] Dec 19 20:26:13.564 INFO O| Dec 19 20:26:13.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7036 | 2024-12-19T20:26:14.952Z | [ recovery-image] Dec 19 20:26:13.564 INFO O| Dec 19 20:26:13.564 INFO STEP 894 (remove_files) COMPLETE |
7037 | 2024-12-19T20:26:14.952Z | [ recovery-image] Dec 19 20:26:13.564 INFO O| Dec 19 20:26:13.564 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7038 | 2024-12-19T20:26:14.973Z | [ recovery-image] Dec 19 20:26:13.586 INFO O| Dec 19 20:26:13.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7039 | 2024-12-19T20:26:14.973Z | [ recovery-image] Dec 19 20:26:13.586 INFO O| Dec 19 20:26:13.586 INFO STEP 895 (remove_files) COMPLETE |
7040 | 2024-12-19T20:26:14.973Z | [ recovery-image] Dec 19 20:26:13.586 INFO O| Dec 19 20:26:13.586 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7041 | 2024-12-19T20:26:14.995Z | [ recovery-image] Dec 19 20:26:13.608 INFO O| Dec 19 20:26:13.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7042 | 2024-12-19T20:26:15.001Z | [ recovery-image] Dec 19 20:26:13.608 INFO O| Dec 19 20:26:13.608 INFO STEP 896 (remove_files) COMPLETE |
7043 | 2024-12-19T20:26:15.001Z | [ recovery-image] Dec 19 20:26:13.609 INFO O| Dec 19 20:26:13.609 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7044 | 2024-12-19T20:26:15.018Z | [ recovery-image] Dec 19 20:26:13.630 INFO O| Dec 19 20:26:13.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7045 | 2024-12-19T20:26:15.020Z | [ recovery-image] Dec 19 20:26:13.631 INFO O| Dec 19 20:26:13.631 INFO STEP 897 (remove_files) COMPLETE |
7046 | 2024-12-19T20:26:15.020Z | [ recovery-image] Dec 19 20:26:13.631 INFO O| Dec 19 20:26:13.631 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7047 | 2024-12-19T20:26:15.040Z | [ recovery-image] Dec 19 20:26:13.653 INFO O| Dec 19 20:26:13.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7048 | 2024-12-19T20:26:15.042Z | [ recovery-image] Dec 19 20:26:13.653 INFO O| Dec 19 20:26:13.653 INFO STEP 898 (remove_files) COMPLETE |
7049 | 2024-12-19T20:26:15.042Z | [ recovery-image] Dec 19 20:26:13.653 INFO O| Dec 19 20:26:13.653 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7050 | 2024-12-19T20:26:15.082Z | [ recovery-image] Dec 19 20:26:13.695 INFO O| Dec 19 20:26:13.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7051 | 2024-12-19T20:26:15.085Z | [ recovery-image] Dec 19 20:26:13.696 INFO O| Dec 19 20:26:13.696 INFO STEP 899 (remove_files) COMPLETE |
7052 | 2024-12-19T20:26:15.085Z | [ recovery-image] Dec 19 20:26:13.696 INFO O| Dec 19 20:26:13.696 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7053 | 2024-12-19T20:26:15.119Z | [ recovery-image] Dec 19 20:26:13.732 INFO O| Dec 19 20:26:13.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7054 | 2024-12-19T20:26:15.122Z | [ recovery-image] Dec 19 20:26:13.732 INFO O| Dec 19 20:26:13.732 INFO STEP 900 (remove_files) COMPLETE |
7055 | 2024-12-19T20:26:15.122Z | [ recovery-image] Dec 19 20:26:13.733 INFO O| Dec 19 20:26:13.732 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7056 | 2024-12-19T20:26:15.140Z | [ recovery-image] Dec 19 20:26:13.753 INFO O| Dec 19 20:26:13.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7057 | 2024-12-19T20:26:15.142Z | [ recovery-image] Dec 19 20:26:13.753 INFO O| Dec 19 20:26:13.753 INFO STEP 901 (remove_files) COMPLETE |
7058 | 2024-12-19T20:26:15.142Z | [ recovery-image] Dec 19 20:26:13.753 INFO O| Dec 19 20:26:13.753 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7059 | 2024-12-19T20:26:15.160Z | [ recovery-image] Dec 19 20:26:13.773 INFO O| Dec 19 20:26:13.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7060 | 2024-12-19T20:26:15.162Z | [ recovery-image] Dec 19 20:26:13.773 INFO O| Dec 19 20:26:13.773 INFO STEP 902 (remove_files) COMPLETE |
7061 | 2024-12-19T20:26:15.162Z | [ recovery-image] Dec 19 20:26:13.773 INFO O| Dec 19 20:26:13.773 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-12-19T20:26:15.192Z | [ recovery-image] Dec 19 20:26:13.805 INFO O| Dec 19 20:26:13.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7063 | 2024-12-19T20:26:15.195Z | [ recovery-image] Dec 19 20:26:13.806 INFO O| Dec 19 20:26:13.805 INFO STEP 903 (remove_files) COMPLETE |
7064 | 2024-12-19T20:26:15.195Z | [ recovery-image] Dec 19 20:26:13.806 INFO O| Dec 19 20:26:13.806 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-12-19T20:26:15.226Z | [ recovery-image] Dec 19 20:26:13.840 INFO O| Dec 19 20:26:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7066 | 2024-12-19T20:26:15.229Z | [ recovery-image] Dec 19 20:26:13.840 INFO O| Dec 19 20:26:13.840 INFO STEP 904 (remove_files) COMPLETE |
7067 | 2024-12-19T20:26:15.229Z | [ recovery-image] Dec 19 20:26:13.840 INFO O| Dec 19 20:26:13.840 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-12-19T20:26:15.286Z | [ recovery-image] Dec 19 20:26:13.899 INFO O| Dec 19 20:26:13.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7069 | 2024-12-19T20:26:15.289Z | [ recovery-image] Dec 19 20:26:13.899 INFO O| Dec 19 20:26:13.899 INFO STEP 905 (remove_files) COMPLETE |
7070 | 2024-12-19T20:26:15.289Z | [ recovery-image] Dec 19 20:26:13.900 INFO O| Dec 19 20:26:13.899 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-12-19T20:26:15.307Z | [ recovery-image] Dec 19 20:26:13.920 INFO O| Dec 19 20:26:13.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7072 | 2024-12-19T20:26:15.310Z | [ recovery-image] Dec 19 20:26:13.921 INFO O| Dec 19 20:26:13.920 INFO STEP 906 (remove_files) COMPLETE |
7073 | 2024-12-19T20:26:15.310Z | [ recovery-image] Dec 19 20:26:13.921 INFO O| Dec 19 20:26:13.921 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-12-19T20:26:15.330Z | [ recovery-image] Dec 19 20:26:13.943 INFO O| Dec 19 20:26:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7075 | 2024-12-19T20:26:15.332Z | [ recovery-image] Dec 19 20:26:13.943 INFO O| Dec 19 20:26:13.943 INFO STEP 907 (remove_files) COMPLETE |
7076 | 2024-12-19T20:26:15.332Z | [ recovery-image] Dec 19 20:26:13.943 INFO O| Dec 19 20:26:13.943 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-12-19T20:26:15.359Z | [ recovery-image] Dec 19 20:26:13.972 INFO O| Dec 19 20:26:13.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7078 | 2024-12-19T20:26:15.359Z | [ recovery-image] Dec 19 20:26:13.972 INFO O| Dec 19 20:26:13.972 INFO STEP 908 (remove_files) COMPLETE |
7079 | 2024-12-19T20:26:15.362Z | [ recovery-image] Dec 19 20:26:13.973 INFO O| Dec 19 20:26:13.972 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-12-19T20:26:15.396Z | [ recovery-image] Dec 19 20:26:14.009 INFO O| Dec 19 20:26:14.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7081 | 2024-12-19T20:26:15.396Z | [ recovery-image] Dec 19 20:26:14.009 INFO O| Dec 19 20:26:14.009 INFO STEP 909 (remove_files) COMPLETE |
7082 | 2024-12-19T20:26:15.399Z | [ recovery-image] Dec 19 20:26:14.010 INFO O| Dec 19 20:26:14.009 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-12-19T20:26:15.428Z | [ recovery-image] Dec 19 20:26:14.040 INFO O| Dec 19 20:26:14.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7084 | 2024-12-19T20:26:15.428Z | [ recovery-image] Dec 19 20:26:14.041 INFO O| Dec 19 20:26:14.041 INFO STEP 910 (remove_files) COMPLETE |
7085 | 2024-12-19T20:26:15.428Z | [ recovery-image] Dec 19 20:26:14.041 INFO O| Dec 19 20:26:14.041 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-12-19T20:26:15.447Z | [ recovery-image] Dec 19 20:26:14.060 INFO O| Dec 19 20:26:14.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7087 | 2024-12-19T20:26:15.447Z | [ recovery-image] Dec 19 20:26:14.060 INFO O| Dec 19 20:26:14.060 INFO STEP 911 (remove_files) COMPLETE |
7088 | 2024-12-19T20:26:15.447Z | [ recovery-image] Dec 19 20:26:14.060 INFO O| Dec 19 20:26:14.060 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-12-19T20:26:15.467Z | [ recovery-image] Dec 19 20:26:14.080 INFO O| Dec 19 20:26:14.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7090 | 2024-12-19T20:26:15.467Z | [ recovery-image] Dec 19 20:26:14.080 INFO O| Dec 19 20:26:14.080 INFO STEP 912 (remove_files) COMPLETE |
7091 | 2024-12-19T20:26:15.467Z | [ recovery-image] Dec 19 20:26:14.080 INFO O| Dec 19 20:26:14.080 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-12-19T20:26:15.486Z | [ recovery-image] Dec 19 20:26:14.099 INFO O| Dec 19 20:26:14.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7093 | 2024-12-19T20:26:15.486Z | [ recovery-image] Dec 19 20:26:14.099 INFO O| Dec 19 20:26:14.099 INFO STEP 913 (remove_files) COMPLETE |
7094 | 2024-12-19T20:26:15.486Z | [ recovery-image] Dec 19 20:26:14.099 INFO O| Dec 19 20:26:14.099 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-12-19T20:26:15.506Z | [ recovery-image] Dec 19 20:26:14.119 INFO O| Dec 19 20:26:14.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7096 | 2024-12-19T20:26:15.506Z | [ recovery-image] Dec 19 20:26:14.119 INFO O| Dec 19 20:26:14.119 INFO STEP 914 (remove_files) COMPLETE |
7097 | 2024-12-19T20:26:15.506Z | [ recovery-image] Dec 19 20:26:14.119 INFO O| Dec 19 20:26:14.119 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-12-19T20:26:15.525Z | [ recovery-image] Dec 19 20:26:14.139 INFO O| Dec 19 20:26:14.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7099 | 2024-12-19T20:26:15.526Z | [ recovery-image] Dec 19 20:26:14.139 INFO O| Dec 19 20:26:14.139 INFO STEP 915 (remove_files) COMPLETE |
7100 | 2024-12-19T20:26:15.526Z | [ recovery-image] Dec 19 20:26:14.139 INFO O| Dec 19 20:26:14.139 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-12-19T20:26:15.560Z | [ recovery-image] Dec 19 20:26:14.171 INFO O| Dec 19 20:26:14.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7102 | 2024-12-19T20:26:15.560Z | [ recovery-image] Dec 19 20:26:14.171 INFO O| Dec 19 20:26:14.171 INFO STEP 916 (remove_files) COMPLETE |
7103 | 2024-12-19T20:26:15.562Z | [ recovery-image] Dec 19 20:26:14.171 INFO O| Dec 19 20:26:14.171 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-12-19T20:26:15.618Z | [ recovery-image] Dec 19 20:26:14.231 INFO O| Dec 19 20:26:14.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7105 | 2024-12-19T20:26:15.618Z | [ recovery-image] Dec 19 20:26:14.231 INFO O| Dec 19 20:26:14.231 INFO STEP 917 (remove_files) COMPLETE |
7106 | 2024-12-19T20:26:15.618Z | [ recovery-image] Dec 19 20:26:14.231 INFO O| Dec 19 20:26:14.231 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-12-19T20:26:15.640Z | [ recovery-image] Dec 19 20:26:14.254 INFO O| Dec 19 20:26:14.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7108 | 2024-12-19T20:26:15.641Z | [ recovery-image] Dec 19 20:26:14.254 INFO O| Dec 19 20:26:14.254 INFO STEP 918 (remove_files) COMPLETE |
7109 | 2024-12-19T20:26:15.641Z | [ recovery-image] Dec 19 20:26:14.254 INFO O| Dec 19 20:26:14.254 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-12-19T20:26:15.666Z | [ recovery-image] Dec 19 20:26:14.279 INFO O| Dec 19 20:26:14.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7111 | 2024-12-19T20:26:15.666Z | [ recovery-image] Dec 19 20:26:14.279 INFO O| Dec 19 20:26:14.279 INFO STEP 919 (remove_files) COMPLETE |
7112 | 2024-12-19T20:26:15.666Z | [ recovery-image] Dec 19 20:26:14.279 INFO O| Dec 19 20:26:14.279 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-12-19T20:26:15.703Z | [ recovery-image] Dec 19 20:26:14.316 INFO O| Dec 19 20:26:14.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7114 | 2024-12-19T20:26:15.703Z | [ recovery-image] Dec 19 20:26:14.316 INFO O| Dec 19 20:26:14.316 INFO STEP 920 (remove_files) COMPLETE |
7115 | 2024-12-19T20:26:15.703Z | [ recovery-image] Dec 19 20:26:14.316 INFO O| Dec 19 20:26:14.316 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-12-19T20:26:15.725Z | [ recovery-image] Dec 19 20:26:14.337 INFO O| Dec 19 20:26:14.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7117 | 2024-12-19T20:26:15.725Z | [ recovery-image] Dec 19 20:26:14.337 INFO O| Dec 19 20:26:14.337 INFO STEP 921 (remove_files) COMPLETE |
7118 | 2024-12-19T20:26:15.725Z | [ recovery-image] Dec 19 20:26:14.337 INFO O| Dec 19 20:26:14.337 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-12-19T20:26:15.769Z | [ recovery-image] Dec 19 20:26:14.382 INFO O| Dec 19 20:26:14.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7120 | 2024-12-19T20:26:15.769Z | [ recovery-image] Dec 19 20:26:14.382 INFO O| Dec 19 20:26:14.382 INFO STEP 922 (remove_files) COMPLETE |
7121 | 2024-12-19T20:26:15.769Z | [ recovery-image] Dec 19 20:26:14.382 INFO O| Dec 19 20:26:14.382 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-12-19T20:26:15.831Z | [ recovery-image] Dec 19 20:26:14.444 INFO O| Dec 19 20:26:14.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7123 | 2024-12-19T20:26:15.831Z | [ recovery-image] Dec 19 20:26:14.444 INFO O| Dec 19 20:26:14.444 INFO STEP 923 (remove_files) COMPLETE |
7124 | 2024-12-19T20:26:15.831Z | [ recovery-image] Dec 19 20:26:14.444 INFO O| Dec 19 20:26:14.444 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-19T20:26:15.854Z | [ recovery-image] Dec 19 20:26:14.466 INFO O| Dec 19 20:26:14.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7126 | 2024-12-19T20:26:15.854Z | [ recovery-image] Dec 19 20:26:14.467 INFO O| Dec 19 20:26:14.467 INFO STEP 924 (remove_files) COMPLETE |
7127 | 2024-12-19T20:26:15.854Z | [ recovery-image] Dec 19 20:26:14.467 INFO O| Dec 19 20:26:14.467 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-19T20:26:15.875Z | [ recovery-image] Dec 19 20:26:14.488 INFO O| Dec 19 20:26:14.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7129 | 2024-12-19T20:26:15.875Z | [ recovery-image] Dec 19 20:26:14.488 INFO O| Dec 19 20:26:14.488 INFO STEP 925 (remove_files) COMPLETE |
7130 | 2024-12-19T20:26:15.875Z | [ recovery-image] Dec 19 20:26:14.488 INFO O| Dec 19 20:26:14.488 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-19T20:26:15.906Z | [ recovery-image] Dec 19 20:26:14.518 INFO O| Dec 19 20:26:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7132 | 2024-12-19T20:26:15.908Z | [ recovery-image] Dec 19 20:26:14.518 INFO O| Dec 19 20:26:14.518 INFO STEP 926 (remove_files) COMPLETE |
7133 | 2024-12-19T20:26:15.908Z | [ recovery-image] Dec 19 20:26:14.519 INFO O| Dec 19 20:26:14.519 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-19T20:26:15.964Z | [ recovery-image] Dec 19 20:26:14.577 INFO O| Dec 19 20:26:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7135 | 2024-12-19T20:26:15.968Z | [ recovery-image] Dec 19 20:26:14.578 INFO O| Dec 19 20:26:14.578 INFO STEP 927 (remove_files) COMPLETE |
7136 | 2024-12-19T20:26:15.968Z | [ recovery-image] Dec 19 20:26:14.578 INFO O| Dec 19 20:26:14.578 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-19T20:26:15.987Z | [ recovery-image] Dec 19 20:26:14.600 INFO O| Dec 19 20:26:14.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7138 | 2024-12-19T20:26:15.990Z | [ recovery-image] Dec 19 20:26:14.600 INFO O| Dec 19 20:26:14.600 INFO STEP 928 (remove_files) COMPLETE |
7139 | 2024-12-19T20:26:15.990Z | [ recovery-image] Dec 19 20:26:14.600 INFO O| Dec 19 20:26:14.600 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-19T20:26:16.042Z | [ recovery-image] Dec 19 20:26:14.655 INFO O| Dec 19 20:26:14.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7141 | 2024-12-19T20:26:16.042Z | [ recovery-image] Dec 19 20:26:14.655 INFO O| Dec 19 20:26:14.655 INFO STEP 929 (remove_files) COMPLETE |
7142 | 2024-12-19T20:26:16.045Z | [ recovery-image] Dec 19 20:26:14.656 INFO O| Dec 19 20:26:14.655 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-19T20:26:16.065Z | [ recovery-image] Dec 19 20:26:14.678 INFO O| Dec 19 20:26:14.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7144 | 2024-12-19T20:26:16.065Z | [ recovery-image] Dec 19 20:26:14.678 INFO O| Dec 19 20:26:14.678 INFO STEP 930 (remove_files) COMPLETE |
7145 | 2024-12-19T20:26:16.068Z | [ recovery-image] Dec 19 20:26:14.678 INFO O| Dec 19 20:26:14.678 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-19T20:26:16.103Z | [ recovery-image] Dec 19 20:26:14.716 INFO O| Dec 19 20:26:14.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7147 | 2024-12-19T20:26:16.103Z | [ recovery-image] Dec 19 20:26:14.716 INFO O| Dec 19 20:26:14.716 INFO STEP 931 (remove_files) COMPLETE |
7148 | 2024-12-19T20:26:16.103Z | [ recovery-image] Dec 19 20:26:14.716 INFO O| Dec 19 20:26:14.716 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-19T20:26:16.137Z | [ recovery-image] Dec 19 20:26:14.749 INFO O| Dec 19 20:26:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7150 | 2024-12-19T20:26:16.137Z | [ recovery-image] Dec 19 20:26:14.750 INFO O| Dec 19 20:26:14.750 INFO STEP 932 (remove_files) COMPLETE |
7151 | 2024-12-19T20:26:16.137Z | [ recovery-image] Dec 19 20:26:14.750 INFO O| Dec 19 20:26:14.750 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-19T20:26:16.173Z | [ recovery-image] Dec 19 20:26:14.786 INFO O| Dec 19 20:26:14.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7153 | 2024-12-19T20:26:16.173Z | [ recovery-image] Dec 19 20:26:14.786 INFO O| Dec 19 20:26:14.786 INFO STEP 933 (remove_files) COMPLETE |
7154 | 2024-12-19T20:26:16.173Z | [ recovery-image] Dec 19 20:26:14.786 INFO O| Dec 19 20:26:14.786 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-19T20:26:16.196Z | [ recovery-image] Dec 19 20:26:14.809 INFO O| Dec 19 20:26:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7156 | 2024-12-19T20:26:16.196Z | [ recovery-image] Dec 19 20:26:14.809 INFO O| Dec 19 20:26:14.809 INFO STEP 934 (remove_files) COMPLETE |
7157 | 2024-12-19T20:26:16.196Z | [ recovery-image] Dec 19 20:26:14.809 INFO O| Dec 19 20:26:14.809 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-19T20:26:16.230Z | [ recovery-image] Dec 19 20:26:14.843 INFO O| Dec 19 20:26:14.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7159 | 2024-12-19T20:26:16.230Z | [ recovery-image] Dec 19 20:26:14.843 INFO O| Dec 19 20:26:14.843 INFO STEP 935 (remove_files) COMPLETE |
7160 | 2024-12-19T20:26:16.230Z | [ recovery-image] Dec 19 20:26:14.843 INFO O| Dec 19 20:26:14.843 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-12-19T20:26:16.253Z | [ recovery-image] Dec 19 20:26:14.865 INFO O| Dec 19 20:26:14.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7162 | 2024-12-19T20:26:16.254Z | [ recovery-image] Dec 19 20:26:14.865 INFO O| Dec 19 20:26:14.865 INFO STEP 936 (remove_files) COMPLETE |
7163 | 2024-12-19T20:26:16.254Z | [ recovery-image] Dec 19 20:26:14.865 INFO O| Dec 19 20:26:14.865 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-19T20:26:16.289Z | [ recovery-image] Dec 19 20:26:14.901 INFO O| Dec 19 20:26:14.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7165 | 2024-12-19T20:26:16.289Z | [ recovery-image] Dec 19 20:26:14.902 INFO O| Dec 19 20:26:14.902 INFO STEP 937 (remove_files) COMPLETE |
7166 | 2024-12-19T20:26:16.289Z | [ recovery-image] Dec 19 20:26:14.902 INFO O| Dec 19 20:26:14.902 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-12-19T20:26:16.310Z | [ recovery-image] Dec 19 20:26:14.922 INFO O| Dec 19 20:26:14.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7168 | 2024-12-19T20:26:16.310Z | [ recovery-image] Dec 19 20:26:14.922 INFO O| Dec 19 20:26:14.922 INFO STEP 938 (remove_files) COMPLETE |
7169 | 2024-12-19T20:26:16.310Z | [ recovery-image] Dec 19 20:26:14.922 INFO O| Dec 19 20:26:14.922 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-12-19T20:26:16.371Z | [ recovery-image] Dec 19 20:26:14.984 INFO O| Dec 19 20:26:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7171 | 2024-12-19T20:26:16.371Z | [ recovery-image] Dec 19 20:26:14.984 INFO O| Dec 19 20:26:14.984 INFO STEP 939 (remove_files) COMPLETE |
7172 | 2024-12-19T20:26:16.371Z | [ recovery-image] Dec 19 20:26:14.984 INFO O| Dec 19 20:26:14.984 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-12-19T20:26:16.416Z | [ recovery-image] Dec 19 20:26:15.029 INFO O| Dec 19 20:26:15.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7174 | 2024-12-19T20:26:16.416Z | [ recovery-image] Dec 19 20:26:15.029 INFO O| Dec 19 20:26:15.029 INFO STEP 940 (remove_files) COMPLETE |
7175 | 2024-12-19T20:26:16.416Z | [ recovery-image] Dec 19 20:26:15.029 INFO O| Dec 19 20:26:15.029 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-12-19T20:26:16.455Z | [ recovery-image] Dec 19 20:26:15.067 INFO O| Dec 19 20:26:15.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7177 | 2024-12-19T20:26:16.457Z | [ recovery-image] Dec 19 20:26:15.067 INFO O| Dec 19 20:26:15.067 INFO STEP 941 (remove_files) COMPLETE |
7178 | 2024-12-19T20:26:16.457Z | [ recovery-image] Dec 19 20:26:15.068 INFO O| Dec 19 20:26:15.067 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-12-19T20:26:16.499Z | [ recovery-image] Dec 19 20:26:15.112 INFO O| Dec 19 20:26:15.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7180 | 2024-12-19T20:26:16.502Z | [ recovery-image] Dec 19 20:26:15.112 INFO O| Dec 19 20:26:15.112 INFO STEP 942 (remove_files) COMPLETE |
7181 | 2024-12-19T20:26:16.502Z | [ recovery-image] Dec 19 20:26:15.112 INFO O| Dec 19 20:26:15.112 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-12-19T20:26:16.521Z | [ recovery-image] Dec 19 20:26:15.134 INFO O| Dec 19 20:26:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7183 | 2024-12-19T20:26:16.524Z | [ recovery-image] Dec 19 20:26:15.134 INFO O| Dec 19 20:26:15.134 INFO STEP 943 (remove_files) COMPLETE |
7184 | 2024-12-19T20:26:16.524Z | [ recovery-image] Dec 19 20:26:15.134 INFO O| Dec 19 20:26:15.134 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-12-19T20:26:16.562Z | [ recovery-image] Dec 19 20:26:15.175 INFO O| Dec 19 20:26:15.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7186 | 2024-12-19T20:26:16.564Z | [ recovery-image] Dec 19 20:26:15.175 INFO O| Dec 19 20:26:15.175 INFO STEP 944 (remove_files) COMPLETE |
7187 | 2024-12-19T20:26:16.564Z | [ recovery-image] Dec 19 20:26:15.175 INFO O| Dec 19 20:26:15.175 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-12-19T20:26:16.597Z | [ recovery-image] Dec 19 20:26:15.210 INFO O| Dec 19 20:26:15.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7189 | 2024-12-19T20:26:16.598Z | [ recovery-image] Dec 19 20:26:15.210 INFO O| Dec 19 20:26:15.210 INFO STEP 945 (remove_files) COMPLETE |
7190 | 2024-12-19T20:26:16.600Z | [ recovery-image] Dec 19 20:26:15.210 INFO O| Dec 19 20:26:15.210 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-12-19T20:26:16.618Z | [ recovery-image] Dec 19 20:26:15.230 INFO O| Dec 19 20:26:15.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7192 | 2024-12-19T20:26:16.618Z | [ recovery-image] Dec 19 20:26:15.230 INFO O| Dec 19 20:26:15.230 INFO STEP 946 (remove_files) COMPLETE |
7193 | 2024-12-19T20:26:16.618Z | [ recovery-image] Dec 19 20:26:15.230 INFO O| Dec 19 20:26:15.230 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-12-19T20:26:16.651Z | [ recovery-image] Dec 19 20:26:15.264 INFO O| Dec 19 20:26:15.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7195 | 2024-12-19T20:26:16.651Z | [ recovery-image] Dec 19 20:26:15.264 INFO O| Dec 19 20:26:15.264 INFO STEP 947 (remove_files) COMPLETE |
7196 | 2024-12-19T20:26:16.651Z | [ recovery-image] Dec 19 20:26:15.264 INFO O| Dec 19 20:26:15.264 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-12-19T20:26:16.682Z | [ recovery-image] Dec 19 20:26:15.295 INFO O| Dec 19 20:26:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7198 | 2024-12-19T20:26:16.682Z | [ recovery-image] Dec 19 20:26:15.295 INFO O| Dec 19 20:26:15.295 INFO STEP 948 (remove_files) COMPLETE |
7199 | 2024-12-19T20:26:16.683Z | [ recovery-image] Dec 19 20:26:15.295 INFO O| Dec 19 20:26:15.295 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-19T20:26:16.704Z | [ recovery-image] Dec 19 20:26:15.317 INFO O| Dec 19 20:26:15.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7201 | 2024-12-19T20:26:16.704Z | [ recovery-image] Dec 19 20:26:15.317 INFO O| Dec 19 20:26:15.317 INFO STEP 949 (remove_files) COMPLETE |
7202 | 2024-12-19T20:26:16.705Z | [ recovery-image] Dec 19 20:26:15.317 INFO O| Dec 19 20:26:15.317 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-12-19T20:26:16.733Z | [ recovery-image] Dec 19 20:26:15.346 INFO O| Dec 19 20:26:15.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7204 | 2024-12-19T20:26:16.733Z | [ recovery-image] Dec 19 20:26:15.346 INFO O| Dec 19 20:26:15.346 INFO STEP 950 (remove_files) COMPLETE |
7205 | 2024-12-19T20:26:16.733Z | [ recovery-image] Dec 19 20:26:15.346 INFO O| Dec 19 20:26:15.346 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-12-19T20:26:16.768Z | [ recovery-image] Dec 19 20:26:15.381 INFO O| Dec 19 20:26:15.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7207 | 2024-12-19T20:26:16.771Z | [ recovery-image] Dec 19 20:26:15.381 INFO O| Dec 19 20:26:15.381 INFO STEP 951 (remove_files) COMPLETE |
7208 | 2024-12-19T20:26:16.771Z | [ recovery-image] Dec 19 20:26:15.381 INFO O| Dec 19 20:26:15.381 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-12-19T20:26:16.807Z | [ recovery-image] Dec 19 20:26:15.420 INFO O| Dec 19 20:26:15.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7210 | 2024-12-19T20:26:16.810Z | [ recovery-image] Dec 19 20:26:15.420 INFO O| Dec 19 20:26:15.420 INFO STEP 952 (remove_files) COMPLETE |
7211 | 2024-12-19T20:26:16.811Z | [ recovery-image] Dec 19 20:26:15.420 INFO O| Dec 19 20:26:15.420 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-12-19T20:26:16.831Z | [ recovery-image] Dec 19 20:26:15.444 INFO O| Dec 19 20:26:15.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7213 | 2024-12-19T20:26:16.833Z | [ recovery-image] Dec 19 20:26:15.444 INFO O| Dec 19 20:26:15.444 INFO STEP 953 (remove_files) COMPLETE |
7214 | 2024-12-19T20:26:16.834Z | [ recovery-image] Dec 19 20:26:15.444 INFO O| Dec 19 20:26:15.444 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-12-19T20:26:16.872Z | [ recovery-image] Dec 19 20:26:15.485 INFO O| Dec 19 20:26:15.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7216 | 2024-12-19T20:26:16.877Z | [ recovery-image] Dec 19 20:26:15.485 INFO O| Dec 19 20:26:15.485 INFO STEP 954 (remove_files) COMPLETE |
7217 | 2024-12-19T20:26:16.879Z | [ recovery-image] Dec 19 20:26:15.485 INFO O| Dec 19 20:26:15.485 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-12-19T20:26:16.905Z | [ recovery-image] Dec 19 20:26:15.517 INFO O| Dec 19 20:26:15.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7219 | 2024-12-19T20:26:16.907Z | [ recovery-image] Dec 19 20:26:15.517 INFO O| Dec 19 20:26:15.517 INFO STEP 955 (remove_files) COMPLETE |
7220 | 2024-12-19T20:26:16.907Z | [ recovery-image] Dec 19 20:26:15.518 INFO O| Dec 19 20:26:15.517 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-12-19T20:26:16.925Z | [ recovery-image] Dec 19 20:26:15.537 INFO O| Dec 19 20:26:15.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7222 | 2024-12-19T20:26:16.927Z | [ recovery-image] Dec 19 20:26:15.537 INFO O| Dec 19 20:26:15.537 INFO STEP 956 (remove_files) COMPLETE |
7223 | 2024-12-19T20:26:16.927Z | [ recovery-image] Dec 19 20:26:15.537 INFO O| Dec 19 20:26:15.537 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-12-19T20:26:16.944Z | [ recovery-image] Dec 19 20:26:15.557 INFO O| Dec 19 20:26:15.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7225 | 2024-12-19T20:26:16.944Z | [ recovery-image] Dec 19 20:26:15.557 INFO O| Dec 19 20:26:15.557 INFO STEP 957 (remove_files) COMPLETE |
7226 | 2024-12-19T20:26:16.947Z | [ recovery-image] Dec 19 20:26:15.557 INFO O| Dec 19 20:26:15.557 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-12-19T20:26:16.964Z | [ recovery-image] Dec 19 20:26:15.577 INFO O| Dec 19 20:26:15.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7228 | 2024-12-19T20:26:16.964Z | [ recovery-image] Dec 19 20:26:15.577 INFO O| Dec 19 20:26:15.577 INFO STEP 958 (remove_files) COMPLETE |
7229 | 2024-12-19T20:26:16.968Z | [ recovery-image] Dec 19 20:26:15.577 INFO O| Dec 19 20:26:15.577 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-12-19T20:26:16.985Z | [ recovery-image] Dec 19 20:26:15.597 INFO O| Dec 19 20:26:15.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7231 | 2024-12-19T20:26:16.985Z | [ recovery-image] Dec 19 20:26:15.598 INFO O| Dec 19 20:26:15.598 INFO STEP 959 (remove_files) COMPLETE |
7232 | 2024-12-19T20:26:16.985Z | [ recovery-image] Dec 19 20:26:15.598 INFO O| Dec 19 20:26:15.598 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-12-19T20:26:17.014Z | [ recovery-image] Dec 19 20:26:15.627 INFO O| Dec 19 20:26:15.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7234 | 2024-12-19T20:26:17.015Z | [ recovery-image] Dec 19 20:26:15.627 INFO O| Dec 19 20:26:15.627 INFO STEP 960 (remove_files) COMPLETE |
7235 | 2024-12-19T20:26:17.017Z | [ recovery-image] Dec 19 20:26:15.627 INFO O| Dec 19 20:26:15.627 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-12-19T20:26:17.067Z | [ recovery-image] Dec 19 20:26:15.679 INFO O| Dec 19 20:26:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7237 | 2024-12-19T20:26:17.067Z | [ recovery-image] Dec 19 20:26:15.680 INFO O| Dec 19 20:26:15.679 INFO STEP 961 (remove_files) COMPLETE |
7238 | 2024-12-19T20:26:17.067Z | [ recovery-image] Dec 19 20:26:15.680 INFO O| Dec 19 20:26:15.680 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-12-19T20:26:17.088Z | [ recovery-image] Dec 19 20:26:15.701 INFO O| Dec 19 20:26:15.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7240 | 2024-12-19T20:26:17.088Z | [ recovery-image] Dec 19 20:26:15.701 INFO O| Dec 19 20:26:15.701 INFO STEP 962 (remove_files) COMPLETE |
7241 | 2024-12-19T20:26:17.088Z | [ recovery-image] Dec 19 20:26:15.701 INFO O| Dec 19 20:26:15.701 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-12-19T20:26:17.119Z | [ recovery-image] Dec 19 20:26:15.732 INFO O| Dec 19 20:26:15.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7243 | 2024-12-19T20:26:17.119Z | [ recovery-image] Dec 19 20:26:15.732 INFO O| Dec 19 20:26:15.732 INFO STEP 963 (remove_files) COMPLETE |
7244 | 2024-12-19T20:26:17.122Z | [ recovery-image] Dec 19 20:26:15.732 INFO O| Dec 19 20:26:15.732 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-12-19T20:26:17.156Z | [ recovery-image] Dec 19 20:26:15.769 INFO O| Dec 19 20:26:15.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7246 | 2024-12-19T20:26:17.157Z | [ recovery-image] Dec 19 20:26:15.769 INFO O| Dec 19 20:26:15.769 INFO STEP 964 (remove_files) COMPLETE |
7247 | 2024-12-19T20:26:17.157Z | [ recovery-image] Dec 19 20:26:15.769 INFO O| Dec 19 20:26:15.769 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-12-19T20:26:17.175Z | [ recovery-image] Dec 19 20:26:15.788 INFO O| Dec 19 20:26:15.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7249 | 2024-12-19T20:26:17.175Z | [ recovery-image] Dec 19 20:26:15.788 INFO O| Dec 19 20:26:15.788 INFO STEP 965 (remove_files) COMPLETE |
7250 | 2024-12-19T20:26:17.175Z | [ recovery-image] Dec 19 20:26:15.788 INFO O| Dec 19 20:26:15.788 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-12-19T20:26:17.204Z | [ recovery-image] Dec 19 20:26:15.816 INFO O| Dec 19 20:26:15.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7252 | 2024-12-19T20:26:17.204Z | [ recovery-image] Dec 19 20:26:15.816 INFO O| Dec 19 20:26:15.816 INFO STEP 966 (remove_files) COMPLETE |
7253 | 2024-12-19T20:26:17.204Z | [ recovery-image] Dec 19 20:26:15.816 INFO O| Dec 19 20:26:15.816 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-19T20:26:17.226Z | [ recovery-image] Dec 19 20:26:15.838 INFO O| Dec 19 20:26:15.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7255 | 2024-12-19T20:26:17.226Z | [ recovery-image] Dec 19 20:26:15.838 INFO O| Dec 19 20:26:15.838 INFO STEP 967 (remove_files) COMPLETE |
7256 | 2024-12-19T20:26:17.226Z | [ recovery-image] Dec 19 20:26:15.839 INFO O| Dec 19 20:26:15.838 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-19T20:26:17.270Z | [ recovery-image] Dec 19 20:26:15.883 INFO O| Dec 19 20:26:15.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7258 | 2024-12-19T20:26:17.270Z | [ recovery-image] Dec 19 20:26:15.883 INFO O| Dec 19 20:26:15.883 INFO STEP 968 (remove_files) COMPLETE |
7259 | 2024-12-19T20:26:17.274Z | [ recovery-image] Dec 19 20:26:15.883 INFO O| Dec 19 20:26:15.883 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-19T20:26:17.294Z | [ recovery-image] Dec 19 20:26:15.907 INFO O| Dec 19 20:26:15.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7261 | 2024-12-19T20:26:17.294Z | [ recovery-image] Dec 19 20:26:15.907 INFO O| Dec 19 20:26:15.907 INFO STEP 969 (remove_files) COMPLETE |
7262 | 2024-12-19T20:26:17.294Z | [ recovery-image] Dec 19 20:26:15.907 INFO O| Dec 19 20:26:15.907 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-19T20:26:17.320Z | [ recovery-image] Dec 19 20:26:15.932 INFO O| Dec 19 20:26:15.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7264 | 2024-12-19T20:26:17.323Z | [ recovery-image] Dec 19 20:26:15.933 INFO O| Dec 19 20:26:15.933 INFO STEP 970 (remove_files) COMPLETE |
7265 | 2024-12-19T20:26:17.323Z | [ recovery-image] Dec 19 20:26:15.933 INFO O| Dec 19 20:26:15.933 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-19T20:26:17.341Z | [ recovery-image] Dec 19 20:26:15.954 INFO O| Dec 19 20:26:15.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7267 | 2024-12-19T20:26:17.345Z | [ recovery-image] Dec 19 20:26:15.954 INFO O| Dec 19 20:26:15.954 INFO STEP 971 (remove_files) COMPLETE |
7268 | 2024-12-19T20:26:17.345Z | [ recovery-image] Dec 19 20:26:15.954 INFO O| Dec 19 20:26:15.954 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-19T20:26:17.362Z | [ recovery-image] Dec 19 20:26:15.975 INFO O| Dec 19 20:26:15.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7270 | 2024-12-19T20:26:17.365Z | [ recovery-image] Dec 19 20:26:15.975 INFO O| Dec 19 20:26:15.975 INFO STEP 972 (remove_files) COMPLETE |
7271 | 2024-12-19T20:26:17.365Z | [ recovery-image] Dec 19 20:26:15.975 INFO O| Dec 19 20:26:15.975 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-19T20:26:17.384Z | [ recovery-image] Dec 19 20:26:15.997 INFO O| Dec 19 20:26:15.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7273 | 2024-12-19T20:26:17.387Z | [ recovery-image] Dec 19 20:26:15.997 INFO O| Dec 19 20:26:15.997 INFO STEP 973 (remove_files) COMPLETE |
7274 | 2024-12-19T20:26:17.387Z | [ recovery-image] Dec 19 20:26:15.997 INFO O| Dec 19 20:26:15.997 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-19T20:26:17.412Z | [ recovery-image] Dec 19 20:26:16.025 INFO O| Dec 19 20:26:16.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7276 | 2024-12-19T20:26:17.415Z | [ recovery-image] Dec 19 20:26:16.025 INFO O| Dec 19 20:26:16.025 INFO STEP 974 (remove_files) COMPLETE |
7277 | 2024-12-19T20:26:17.415Z | [ recovery-image] Dec 19 20:26:16.025 INFO O| Dec 19 20:26:16.025 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-19T20:26:17.454Z | [ recovery-image] Dec 19 20:26:16.066 INFO O| Dec 19 20:26:16.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7279 | 2024-12-19T20:26:17.454Z | [ recovery-image] Dec 19 20:26:16.066 INFO O| Dec 19 20:26:16.066 INFO STEP 975 (remove_files) COMPLETE |
7280 | 2024-12-19T20:26:17.454Z | [ recovery-image] Dec 19 20:26:16.066 INFO O| Dec 19 20:26:16.066 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-19T20:26:17.476Z | [ recovery-image] Dec 19 20:26:16.089 INFO O| Dec 19 20:26:16.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7282 | 2024-12-19T20:26:17.476Z | [ recovery-image] Dec 19 20:26:16.089 INFO O| Dec 19 20:26:16.089 INFO STEP 976 (remove_files) COMPLETE |
7283 | 2024-12-19T20:26:17.476Z | [ recovery-image] Dec 19 20:26:16.089 INFO O| Dec 19 20:26:16.089 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-19T20:26:17.519Z | [ recovery-image] Dec 19 20:26:16.132 INFO O| Dec 19 20:26:16.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7285 | 2024-12-19T20:26:17.522Z | [ recovery-image] Dec 19 20:26:16.132 INFO O| Dec 19 20:26:16.132 INFO STEP 977 (remove_files) COMPLETE |
7286 | 2024-12-19T20:26:17.522Z | [ recovery-image] Dec 19 20:26:16.132 INFO O| Dec 19 20:26:16.132 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-19T20:26:17.556Z | [ recovery-image] Dec 19 20:26:16.168 INFO O| Dec 19 20:26:16.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7288 | 2024-12-19T20:26:17.558Z | [ recovery-image] Dec 19 20:26:16.169 INFO O| Dec 19 20:26:16.169 INFO STEP 978 (remove_files) COMPLETE |
7289 | 2024-12-19T20:26:17.558Z | [ recovery-image] Dec 19 20:26:16.169 INFO O| Dec 19 20:26:16.169 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-19T20:26:17.568Z | [ host-image] Dec 19 20:26:16.181 INFO O| Dec 19 20:26:16.181 INFO O| Done |
7291 | 2024-12-19T20:26:17.578Z | [ recovery-image] Dec 19 20:26:16.190 INFO O| Dec 19 20:26:16.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7292 | 2024-12-19T20:26:17.578Z | [ recovery-image] Dec 19 20:26:16.190 INFO O| Dec 19 20:26:16.190 INFO STEP 979 (remove_files) COMPLETE |
7293 | 2024-12-19T20:26:17.578Z | [ recovery-image] Dec 19 20:26:16.190 INFO O| Dec 19 20:26:16.190 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-12-19T20:26:17.599Z | [ recovery-image] Dec 19 20:26:16.211 INFO O| Dec 19 20:26:16.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7295 | 2024-12-19T20:26:17.599Z | [ recovery-image] Dec 19 20:26:16.211 INFO O| Dec 19 20:26:16.211 INFO STEP 980 (remove_files) COMPLETE |
7296 | 2024-12-19T20:26:17.599Z | [ recovery-image] Dec 19 20:26:16.211 INFO O| Dec 19 20:26:16.211 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-12-19T20:26:17.613Z | [ host-image] Dec 19 20:26:16.226 INFO O| Dec 19 20:26:16.226 INFO O| Done |
7298 | 2024-12-19T20:26:17.616Z | [ host-image] Dec 19 20:26:16.226 INFO O| Dec 19 20:26:16.226 INFO O| Done |
7299 | 2024-12-19T20:26:17.621Z | [ recovery-image] Dec 19 20:26:16.234 INFO O| Dec 19 20:26:16.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7300 | 2024-12-19T20:26:17.621Z | [ recovery-image] Dec 19 20:26:16.234 INFO O| Dec 19 20:26:16.234 INFO STEP 981 (remove_files) COMPLETE |
7301 | 2024-12-19T20:26:17.621Z | [ recovery-image] Dec 19 20:26:16.234 INFO O| Dec 19 20:26:16.234 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-19T20:26:17.647Z | [ recovery-image] Dec 19 20:26:16.260 INFO O| Dec 19 20:26:16.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7303 | 2024-12-19T20:26:17.653Z | [ recovery-image] Dec 19 20:26:16.260 INFO O| Dec 19 20:26:16.260 INFO STEP 982 (remove_files) COMPLETE |
7304 | 2024-12-19T20:26:17.653Z | [ recovery-image] Dec 19 20:26:16.261 INFO O| Dec 19 20:26:16.260 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-19T20:26:17.670Z | [ recovery-image] Dec 19 20:26:16.283 INFO O| Dec 19 20:26:16.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7306 | 2024-12-19T20:26:17.670Z | [ recovery-image] Dec 19 20:26:16.283 INFO O| Dec 19 20:26:16.283 INFO STEP 983 (remove_files) COMPLETE |
7307 | 2024-12-19T20:26:17.673Z | [ recovery-image] Dec 19 20:26:16.283 INFO O| Dec 19 20:26:16.283 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-19T20:26:17.675Z | [ host-image] Dec 19 20:26:16.288 INFO O| Dec 19 20:26:16.288 INFO O| Done |
7309 | 2024-12-19T20:26:17.704Z | [ recovery-image] Dec 19 20:26:16.316 INFO O| Dec 19 20:26:16.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7310 | 2024-12-19T20:26:17.705Z | [ recovery-image] Dec 19 20:26:16.317 INFO O| Dec 19 20:26:16.316 INFO STEP 984 (remove_files) COMPLETE |
7311 | 2024-12-19T20:26:17.705Z | [ recovery-image] Dec 19 20:26:16.317 INFO O| Dec 19 20:26:16.317 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-19T20:26:17.726Z | [ recovery-image] Dec 19 20:26:16.339 INFO O| Dec 19 20:26:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7313 | 2024-12-19T20:26:17.726Z | [ recovery-image] Dec 19 20:26:16.339 INFO O| Dec 19 20:26:16.339 INFO STEP 985 (remove_files) COMPLETE |
7314 | 2024-12-19T20:26:17.726Z | [ recovery-image] Dec 19 20:26:16.339 INFO O| Dec 19 20:26:16.339 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-19T20:26:17.769Z | [ recovery-image] Dec 19 20:26:16.381 INFO O| Dec 19 20:26:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7316 | 2024-12-19T20:26:17.772Z | [ recovery-image] Dec 19 20:26:16.382 INFO O| Dec 19 20:26:16.381 INFO STEP 986 (remove_files) COMPLETE |
7317 | 2024-12-19T20:26:17.772Z | [ recovery-image] Dec 19 20:26:16.382 INFO O| Dec 19 20:26:16.382 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-19T20:26:17.792Z | [ recovery-image] Dec 19 20:26:16.405 INFO O| Dec 19 20:26:16.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7319 | 2024-12-19T20:26:17.792Z | [ recovery-image] Dec 19 20:26:16.405 INFO O| Dec 19 20:26:16.405 INFO STEP 987 (remove_files) COMPLETE |
7320 | 2024-12-19T20:26:17.792Z | [ recovery-image] Dec 19 20:26:16.405 INFO O| Dec 19 20:26:16.405 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-19T20:26:17.815Z | [ recovery-image] Dec 19 20:26:16.427 INFO O| Dec 19 20:26:16.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7322 | 2024-12-19T20:26:17.815Z | [ recovery-image] Dec 19 20:26:16.428 INFO O| Dec 19 20:26:16.428 INFO STEP 988 (remove_files) COMPLETE |
7323 | 2024-12-19T20:26:17.815Z | [ recovery-image] Dec 19 20:26:16.428 INFO O| Dec 19 20:26:16.428 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-19T20:26:17.837Z | [ recovery-image] Dec 19 20:26:16.450 INFO O| Dec 19 20:26:16.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7325 | 2024-12-19T20:26:17.837Z | [ recovery-image] Dec 19 20:26:16.450 INFO O| Dec 19 20:26:16.450 INFO STEP 989 (remove_files) COMPLETE |
7326 | 2024-12-19T20:26:17.837Z | [ recovery-image] Dec 19 20:26:16.450 INFO O| Dec 19 20:26:16.450 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-19T20:26:17.869Z | [ recovery-image] Dec 19 20:26:16.478 INFO O| Dec 19 20:26:16.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7328 | 2024-12-19T20:26:17.869Z | [ recovery-image] Dec 19 20:26:16.479 INFO O| Dec 19 20:26:16.479 INFO STEP 990 (remove_files) COMPLETE |
7329 | 2024-12-19T20:26:17.869Z | [ recovery-image] Dec 19 20:26:16.479 INFO O| Dec 19 20:26:16.479 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-19T20:26:17.888Z | [ recovery-image] Dec 19 20:26:16.500 INFO O| Dec 19 20:26:16.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7331 | 2024-12-19T20:26:17.891Z | [ recovery-image] Dec 19 20:26:16.500 INFO O| Dec 19 20:26:16.500 INFO STEP 991 (remove_files) COMPLETE |
7332 | 2024-12-19T20:26:17.891Z | [ recovery-image] Dec 19 20:26:16.500 INFO O| Dec 19 20:26:16.500 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-19T20:26:17.891Z | [ host-image] Dec 19 20:26:16.501 INFO O| Dec 19 20:26:16.501 INFO STEP 13 (pkg_install) COMPLETE |
7334 | 2024-12-19T20:26:17.894Z | [ host-image] Dec 19 20:26:16.502 INFO O| Dec 19 20:26:16.501 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7335 | 2024-12-19T20:26:17.908Z | [ host-image] Dec 19 20:26:16.521 INFO O| Dec 19 20:26:16.521 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
7336 | 2024-12-19T20:26:17.985Z | [ recovery-image] Dec 19 20:26:16.597 INFO O| Dec 19 20:26:16.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7337 | 2024-12-19T20:26:17.985Z | [ recovery-image] Dec 19 20:26:16.597 INFO O| Dec 19 20:26:16.597 INFO STEP 992 (remove_files) COMPLETE |
7338 | 2024-12-19T20:26:17.987Z | [ recovery-image] Dec 19 20:26:16.597 INFO O| Dec 19 20:26:16.597 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-19T20:26:18.044Z | [ recovery-image] Dec 19 20:26:16.656 INFO O| Dec 19 20:26:16.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7340 | 2024-12-19T20:26:18.044Z | [ recovery-image] Dec 19 20:26:16.656 INFO O| Dec 19 20:26:16.656 INFO STEP 993 (remove_files) COMPLETE |
7341 | 2024-12-19T20:26:18.044Z | [ recovery-image] Dec 19 20:26:16.656 INFO O| Dec 19 20:26:16.656 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-19T20:26:18.065Z | [ recovery-image] Dec 19 20:26:16.677 INFO O| Dec 19 20:26:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7343 | 2024-12-19T20:26:18.065Z | [ recovery-image] Dec 19 20:26:16.677 INFO O| Dec 19 20:26:16.677 INFO STEP 994 (remove_files) COMPLETE |
7344 | 2024-12-19T20:26:18.065Z | [ recovery-image] Dec 19 20:26:16.677 INFO O| Dec 19 20:26:16.677 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-19T20:26:18.091Z | [ recovery-image] Dec 19 20:26:16.703 INFO O| Dec 19 20:26:16.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7346 | 2024-12-19T20:26:18.091Z | [ recovery-image] Dec 19 20:26:16.703 INFO O| Dec 19 20:26:16.703 INFO STEP 995 (remove_files) COMPLETE |
7347 | 2024-12-19T20:26:18.093Z | [ recovery-image] Dec 19 20:26:16.703 INFO O| Dec 19 20:26:16.703 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-19T20:26:18.114Z | [ recovery-image] Dec 19 20:26:16.726 INFO O| Dec 19 20:26:16.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7349 | 2024-12-19T20:26:18.114Z | [ recovery-image] Dec 19 20:26:16.726 INFO O| Dec 19 20:26:16.726 INFO STEP 996 (remove_files) COMPLETE |
7350 | 2024-12-19T20:26:18.114Z | [ recovery-image] Dec 19 20:26:16.726 INFO O| Dec 19 20:26:16.726 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-19T20:26:18.159Z | [ recovery-image] Dec 19 20:26:16.771 INFO O| Dec 19 20:26:16.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7352 | 2024-12-19T20:26:18.162Z | [ recovery-image] Dec 19 20:26:16.771 INFO O| Dec 19 20:26:16.771 INFO STEP 997 (remove_files) COMPLETE |
7353 | 2024-12-19T20:26:18.162Z | [ recovery-image] Dec 19 20:26:16.771 INFO O| Dec 19 20:26:16.771 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-19T20:26:18.182Z | [ recovery-image] Dec 19 20:26:16.795 INFO O| Dec 19 20:26:16.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7355 | 2024-12-19T20:26:18.185Z | [ recovery-image] Dec 19 20:26:16.795 INFO O| Dec 19 20:26:16.795 INFO STEP 998 (remove_files) COMPLETE |
7356 | 2024-12-19T20:26:18.185Z | [ recovery-image] Dec 19 20:26:16.795 INFO O| Dec 19 20:26:16.795 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-19T20:26:18.211Z | [ recovery-image] Dec 19 20:26:16.823 INFO O| Dec 19 20:26:16.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7358 | 2024-12-19T20:26:18.211Z | [ recovery-image] Dec 19 20:26:16.823 INFO O| Dec 19 20:26:16.823 INFO STEP 999 (remove_files) COMPLETE |
7359 | 2024-12-19T20:26:18.211Z | [ recovery-image] Dec 19 20:26:16.823 INFO O| Dec 19 20:26:16.823 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-19T20:26:18.244Z | [ recovery-image] Dec 19 20:26:16.857 INFO O| Dec 19 20:26:16.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7361 | 2024-12-19T20:26:18.244Z | [ recovery-image] Dec 19 20:26:16.857 INFO O| Dec 19 20:26:16.857 INFO STEP 1000 (remove_files) COMPLETE |
7362 | 2024-12-19T20:26:18.244Z | [ recovery-image] Dec 19 20:26:16.857 INFO O| Dec 19 20:26:16.857 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-19T20:26:18.266Z | [ recovery-image] Dec 19 20:26:16.879 INFO O| Dec 19 20:26:16.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7364 | 2024-12-19T20:26:18.266Z | [ recovery-image] Dec 19 20:26:16.879 INFO O| Dec 19 20:26:16.879 INFO STEP 1001 (remove_files) COMPLETE |
7365 | 2024-12-19T20:26:18.266Z | [ recovery-image] Dec 19 20:26:16.879 INFO O| Dec 19 20:26:16.879 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-19T20:26:18.302Z | [ recovery-image] Dec 19 20:26:16.914 INFO O| Dec 19 20:26:16.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7367 | 2024-12-19T20:26:18.303Z | [ recovery-image] Dec 19 20:26:16.914 INFO O| Dec 19 20:26:16.914 INFO STEP 1002 (remove_files) COMPLETE |
7368 | 2024-12-19T20:26:18.303Z | [ recovery-image] Dec 19 20:26:16.914 INFO O| Dec 19 20:26:16.914 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-19T20:26:18.325Z | [ recovery-image] Dec 19 20:26:16.937 INFO O| Dec 19 20:26:16.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7370 | 2024-12-19T20:26:18.339Z | [ recovery-image] Dec 19 20:26:16.942 INFO O| Dec 19 20:26:16.942 INFO STEP 1003 (remove_files) COMPLETE |
7371 | 2024-12-19T20:26:18.339Z | [ recovery-image] Dec 19 20:26:16.942 INFO O| Dec 19 20:26:16.942 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-19T20:26:18.366Z | [ recovery-image] Dec 19 20:26:16.979 INFO O| Dec 19 20:26:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7373 | 2024-12-19T20:26:18.366Z | [ recovery-image] Dec 19 20:26:16.979 INFO O| Dec 19 20:26:16.979 INFO STEP 1004 (remove_files) COMPLETE |
7374 | 2024-12-19T20:26:18.366Z | [ recovery-image] Dec 19 20:26:16.979 INFO O| Dec 19 20:26:16.979 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-19T20:26:18.389Z | [ recovery-image] Dec 19 20:26:17.002 INFO O| Dec 19 20:26:17.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7376 | 2024-12-19T20:26:18.389Z | [ recovery-image] Dec 19 20:26:17.002 INFO O| Dec 19 20:26:17.002 INFO STEP 1005 (remove_files) COMPLETE |
7377 | 2024-12-19T20:26:18.390Z | [ recovery-image] Dec 19 20:26:17.002 INFO O| Dec 19 20:26:17.002 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-19T20:26:18.412Z | [ recovery-image] Dec 19 20:26:17.024 INFO O| Dec 19 20:26:17.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7379 | 2024-12-19T20:26:18.412Z | [ recovery-image] Dec 19 20:26:17.024 INFO O| Dec 19 20:26:17.024 INFO STEP 1006 (remove_files) COMPLETE |
7380 | 2024-12-19T20:26:18.412Z | [ recovery-image] Dec 19 20:26:17.024 INFO O| Dec 19 20:26:17.024 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-19T20:26:18.443Z | [ recovery-image] Dec 19 20:26:17.055 INFO O| Dec 19 20:26:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7382 | 2024-12-19T20:26:18.443Z | [ recovery-image] Dec 19 20:26:17.056 INFO O| Dec 19 20:26:17.056 INFO STEP 1007 (remove_files) COMPLETE |
7383 | 2024-12-19T20:26:18.443Z | [ recovery-image] Dec 19 20:26:17.056 INFO O| Dec 19 20:26:17.056 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-12-19T20:26:18.478Z | [ recovery-image] Dec 19 20:26:17.090 INFO O| Dec 19 20:26:17.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7385 | 2024-12-19T20:26:18.481Z | [ recovery-image] Dec 19 20:26:17.090 INFO O| Dec 19 20:26:17.090 INFO STEP 1008 (remove_files) COMPLETE |
7386 | 2024-12-19T20:26:18.481Z | [ recovery-image] Dec 19 20:26:17.091 INFO O| Dec 19 20:26:17.090 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-12-19T20:26:18.498Z | [ recovery-image] Dec 19 20:26:17.110 INFO O| Dec 19 20:26:17.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7388 | 2024-12-19T20:26:18.498Z | [ recovery-image] Dec 19 20:26:17.110 INFO O| Dec 19 20:26:17.110 INFO STEP 1009 (remove_files) COMPLETE |
7389 | 2024-12-19T20:26:18.498Z | [ recovery-image] Dec 19 20:26:17.110 INFO O| Dec 19 20:26:17.110 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-12-19T20:26:18.518Z | [ recovery-image] Dec 19 20:26:17.130 INFO O| Dec 19 20:26:17.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7391 | 2024-12-19T20:26:18.518Z | [ recovery-image] Dec 19 20:26:17.130 INFO O| Dec 19 20:26:17.130 INFO STEP 1010 (remove_files) COMPLETE |
7392 | 2024-12-19T20:26:18.518Z | [ recovery-image] Dec 19 20:26:17.130 INFO O| Dec 19 20:26:17.130 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-12-19T20:26:18.547Z | [ recovery-image] Dec 19 20:26:17.159 INFO O| Dec 19 20:26:17.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7394 | 2024-12-19T20:26:18.550Z | [ recovery-image] Dec 19 20:26:17.159 INFO O| Dec 19 20:26:17.159 INFO STEP 1011 (remove_files) COMPLETE |
7395 | 2024-12-19T20:26:18.550Z | [ recovery-image] Dec 19 20:26:17.160 INFO O| Dec 19 20:26:17.160 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-12-19T20:26:18.569Z | [ recovery-image] Dec 19 20:26:17.181 INFO O| Dec 19 20:26:17.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7397 | 2024-12-19T20:26:18.583Z | [ recovery-image] Dec 19 20:26:17.182 INFO O| Dec 19 20:26:17.182 INFO STEP 1012 (remove_files) COMPLETE |
7398 | 2024-12-19T20:26:18.583Z | [ recovery-image] Dec 19 20:26:17.182 INFO O| Dec 19 20:26:17.182 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-12-19T20:26:18.599Z | [ recovery-image] Dec 19 20:26:17.211 INFO O| Dec 19 20:26:17.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7400 | 2024-12-19T20:26:18.608Z | [ recovery-image] Dec 19 20:26:17.212 INFO O| Dec 19 20:26:17.211 INFO STEP 1013 (remove_files) COMPLETE |
7401 | 2024-12-19T20:26:18.608Z | [ recovery-image] Dec 19 20:26:17.212 INFO O| Dec 19 20:26:17.211 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-12-19T20:26:18.621Z | [ recovery-image] Dec 19 20:26:17.234 INFO O| Dec 19 20:26:17.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7403 | 2024-12-19T20:26:18.621Z | [ recovery-image] Dec 19 20:26:17.234 INFO O| Dec 19 20:26:17.234 INFO STEP 1014 (remove_files) COMPLETE |
7404 | 2024-12-19T20:26:18.621Z | [ recovery-image] Dec 19 20:26:17.234 INFO O| Dec 19 20:26:17.234 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-12-19T20:26:19.034Z | [ recovery-image] Dec 19 20:26:17.646 INFO O| Dec 19 20:26:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7406 | 2024-12-19T20:26:19.034Z | [ recovery-image] Dec 19 20:26:17.646 INFO O| Dec 19 20:26:17.646 INFO STEP 1015 (remove_files) COMPLETE |
7407 | 2024-12-19T20:26:19.034Z | [ recovery-image] Dec 19 20:26:17.646 INFO O| Dec 19 20:26:17.646 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-12-19T20:26:19.055Z | [ recovery-image] Dec 19 20:26:17.666 INFO O| Dec 19 20:26:17.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7409 | 2024-12-19T20:26:19.055Z | [ recovery-image] Dec 19 20:26:17.666 INFO O| Dec 19 20:26:17.666 INFO STEP 1016 (remove_files) COMPLETE |
7410 | 2024-12-19T20:26:19.055Z | [ recovery-image] Dec 19 20:26:17.666 INFO O| Dec 19 20:26:17.666 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-12-19T20:26:19.073Z | [ recovery-image] Dec 19 20:26:17.685 INFO O| Dec 19 20:26:17.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7412 | 2024-12-19T20:26:19.073Z | [ recovery-image] Dec 19 20:26:17.686 INFO O| Dec 19 20:26:17.685 INFO STEP 1017 (remove_files) COMPLETE |
7413 | 2024-12-19T20:26:19.073Z | [ recovery-image] Dec 19 20:26:17.686 INFO O| Dec 19 20:26:17.686 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-12-19T20:26:19.111Z | [ recovery-image] Dec 19 20:26:17.724 INFO O| Dec 19 20:26:17.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7415 | 2024-12-19T20:26:19.111Z | [ recovery-image] Dec 19 20:26:17.724 INFO O| Dec 19 20:26:17.724 INFO STEP 1018 (remove_files) COMPLETE |
7416 | 2024-12-19T20:26:19.111Z | [ recovery-image] Dec 19 20:26:17.724 INFO O| Dec 19 20:26:17.724 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-12-19T20:26:19.153Z | [ recovery-image] Dec 19 20:26:17.766 INFO O| Dec 19 20:26:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7418 | 2024-12-19T20:26:19.154Z | [ recovery-image] Dec 19 20:26:17.766 INFO O| Dec 19 20:26:17.766 INFO STEP 1019 (remove_files) COMPLETE |
7419 | 2024-12-19T20:26:19.154Z | [ recovery-image] Dec 19 20:26:17.766 INFO O| Dec 19 20:26:17.766 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-12-19T20:26:19.178Z | [ recovery-image] Dec 19 20:26:17.790 INFO O| Dec 19 20:26:17.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7421 | 2024-12-19T20:26:19.181Z | [ recovery-image] Dec 19 20:26:17.791 INFO O| Dec 19 20:26:17.790 INFO STEP 1020 (remove_files) COMPLETE |
7422 | 2024-12-19T20:26:19.181Z | [ recovery-image] Dec 19 20:26:17.791 INFO O| Dec 19 20:26:17.790 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-12-19T20:26:19.240Z | [ recovery-image] Dec 19 20:26:17.852 INFO O| Dec 19 20:26:17.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7424 | 2024-12-19T20:26:19.241Z | [ recovery-image] Dec 19 20:26:17.852 INFO O| Dec 19 20:26:17.852 INFO STEP 1021 (remove_files) COMPLETE |
7425 | 2024-12-19T20:26:19.241Z | [ recovery-image] Dec 19 20:26:17.852 INFO O| Dec 19 20:26:17.852 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-12-19T20:26:19.284Z | [ recovery-image] Dec 19 20:26:17.896 INFO O| Dec 19 20:26:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7427 | 2024-12-19T20:26:19.284Z | [ recovery-image] Dec 19 20:26:17.896 INFO O| Dec 19 20:26:17.896 INFO STEP 1022 (remove_files) COMPLETE |
7428 | 2024-12-19T20:26:19.284Z | [ recovery-image] Dec 19 20:26:17.896 INFO O| Dec 19 20:26:17.896 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-12-19T20:26:19.321Z | [ recovery-image] Dec 19 20:26:17.933 INFO O| Dec 19 20:26:17.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7430 | 2024-12-19T20:26:19.321Z | [ recovery-image] Dec 19 20:26:17.933 INFO O| Dec 19 20:26:17.933 INFO STEP 1023 (remove_files) COMPLETE |
7431 | 2024-12-19T20:26:19.321Z | [ recovery-image] Dec 19 20:26:17.933 INFO O| Dec 19 20:26:17.933 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-12-19T20:26:19.334Z | [ host-image] Dec 19 20:26:17.946 INFO O| Dec 19 20:26:17.946 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7433 | 2024-12-19T20:26:19.392Z | [ recovery-image] Dec 19 20:26:18.004 INFO O| Dec 19 20:26:18.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7434 | 2024-12-19T20:26:19.395Z | [ recovery-image] Dec 19 20:26:18.004 INFO O| Dec 19 20:26:18.004 INFO STEP 1024 (remove_files) COMPLETE |
7435 | 2024-12-19T20:26:19.395Z | [ recovery-image] Dec 19 20:26:18.005 INFO O| Dec 19 20:26:18.005 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-19T20:26:19.416Z | [ recovery-image] Dec 19 20:26:18.028 INFO O| Dec 19 20:26:18.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7437 | 2024-12-19T20:26:19.418Z | [ recovery-image] Dec 19 20:26:18.028 INFO O| Dec 19 20:26:18.028 INFO STEP 1025 (remove_files) COMPLETE |
7438 | 2024-12-19T20:26:19.418Z | [ recovery-image] Dec 19 20:26:18.028 INFO O| Dec 19 20:26:18.028 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-19T20:26:19.438Z | [ recovery-image] Dec 19 20:26:18.050 INFO O| Dec 19 20:26:18.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7440 | 2024-12-19T20:26:19.452Z | [ recovery-image] Dec 19 20:26:18.065 INFO O| Dec 19 20:26:18.065 INFO STEP 1026 (remove_files) COMPLETE |
7441 | 2024-12-19T20:26:19.453Z | [ recovery-image] Dec 19 20:26:18.065 INFO O| Dec 19 20:26:18.065 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-19T20:26:19.475Z | [ recovery-image] Dec 19 20:26:18.088 INFO O| Dec 19 20:26:18.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7443 | 2024-12-19T20:26:19.478Z | [ recovery-image] Dec 19 20:26:18.088 INFO O| Dec 19 20:26:18.088 INFO STEP 1027 (remove_files) COMPLETE |
7444 | 2024-12-19T20:26:19.478Z | [ recovery-image] Dec 19 20:26:18.088 INFO O| Dec 19 20:26:18.088 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-19T20:26:19.545Z | [ recovery-image] Dec 19 20:26:18.157 INFO O| Dec 19 20:26:18.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7446 | 2024-12-19T20:26:19.545Z | [ recovery-image] Dec 19 20:26:18.157 INFO O| Dec 19 20:26:18.157 INFO STEP 1028 (remove_files) COMPLETE |
7447 | 2024-12-19T20:26:19.546Z | [ recovery-image] Dec 19 20:26:18.157 INFO O| Dec 19 20:26:18.157 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-19T20:26:19.568Z | [ recovery-image] Dec 19 20:26:18.179 INFO O| Dec 19 20:26:18.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7449 | 2024-12-19T20:26:19.568Z | [ recovery-image] Dec 19 20:26:18.180 INFO O| Dec 19 20:26:18.179 INFO STEP 1029 (remove_files) COMPLETE |
7450 | 2024-12-19T20:26:19.568Z | [ recovery-image] Dec 19 20:26:18.180 INFO O| Dec 19 20:26:18.180 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-19T20:26:19.611Z | [ recovery-image] Dec 19 20:26:18.223 INFO O| Dec 19 20:26:18.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7452 | 2024-12-19T20:26:19.615Z | [ recovery-image] Dec 19 20:26:18.223 INFO O| Dec 19 20:26:18.223 INFO STEP 1030 (remove_files) COMPLETE |
7453 | 2024-12-19T20:26:19.615Z | [ recovery-image] Dec 19 20:26:18.223 INFO O| Dec 19 20:26:18.223 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-19T20:26:19.635Z | [ recovery-image] Dec 19 20:26:18.246 INFO O| Dec 19 20:26:18.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7455 | 2024-12-19T20:26:19.638Z | [ recovery-image] Dec 19 20:26:18.246 INFO O| Dec 19 20:26:18.246 INFO STEP 1031 (remove_files) COMPLETE |
7456 | 2024-12-19T20:26:19.638Z | [ recovery-image] Dec 19 20:26:18.246 INFO O| Dec 19 20:26:18.246 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-19T20:26:19.656Z | [ recovery-image] Dec 19 20:26:18.269 INFO O| Dec 19 20:26:18.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7458 | 2024-12-19T20:26:19.656Z | [ recovery-image] Dec 19 20:26:18.269 INFO O| Dec 19 20:26:18.269 INFO STEP 1032 (remove_files) COMPLETE |
7459 | 2024-12-19T20:26:19.660Z | [ recovery-image] Dec 19 20:26:18.269 INFO O| Dec 19 20:26:18.269 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-19T20:26:19.680Z | [ recovery-image] Dec 19 20:26:18.292 INFO O| Dec 19 20:26:18.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7461 | 2024-12-19T20:26:19.683Z | [ recovery-image] Dec 19 20:26:18.292 INFO O| Dec 19 20:26:18.292 INFO STEP 1033 (remove_files) COMPLETE |
7462 | 2024-12-19T20:26:19.683Z | [ recovery-image] Dec 19 20:26:18.292 INFO O| Dec 19 20:26:18.292 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-19T20:26:19.701Z | [ recovery-image] Dec 19 20:26:18.313 INFO O| Dec 19 20:26:18.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7464 | 2024-12-19T20:26:19.701Z | [ recovery-image] Dec 19 20:26:18.313 INFO O| Dec 19 20:26:18.313 INFO STEP 1034 (remove_files) COMPLETE |
7465 | 2024-12-19T20:26:19.701Z | [ recovery-image] Dec 19 20:26:18.313 INFO O| Dec 19 20:26:18.313 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-19T20:26:19.733Z | [ recovery-image] Dec 19 20:26:18.345 INFO O| Dec 19 20:26:18.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7467 | 2024-12-19T20:26:19.733Z | [ recovery-image] Dec 19 20:26:18.345 INFO O| Dec 19 20:26:18.345 INFO STEP 1035 (remove_files) COMPLETE |
7468 | 2024-12-19T20:26:19.733Z | [ recovery-image] Dec 19 20:26:18.345 INFO O| Dec 19 20:26:18.345 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-19T20:26:19.773Z | [ recovery-image] Dec 19 20:26:18.385 INFO O| Dec 19 20:26:18.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7470 | 2024-12-19T20:26:19.796Z | [ recovery-image] Dec 19 20:26:18.408 INFO O| Dec 19 20:26:18.408 INFO STEP 1036 (remove_files) COMPLETE |
7471 | 2024-12-19T20:26:19.796Z | [ recovery-image] Dec 19 20:26:18.408 INFO O| Dec 19 20:26:18.408 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-19T20:26:19.847Z | [ recovery-image] Dec 19 20:26:18.459 INFO O| Dec 19 20:26:18.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7473 | 2024-12-19T20:26:19.847Z | [ recovery-image] Dec 19 20:26:18.460 INFO O| Dec 19 20:26:18.459 INFO STEP 1037 (remove_files) COMPLETE |
7474 | 2024-12-19T20:26:19.847Z | [ recovery-image] Dec 19 20:26:18.460 INFO O| Dec 19 20:26:18.460 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-19T20:26:19.876Z | [ recovery-image] Dec 19 20:26:18.488 INFO O| Dec 19 20:26:18.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7476 | 2024-12-19T20:26:19.876Z | [ recovery-image] Dec 19 20:26:18.488 INFO O| Dec 19 20:26:18.488 INFO STEP 1038 (remove_files) COMPLETE |
7477 | 2024-12-19T20:26:19.879Z | [ recovery-image] Dec 19 20:26:18.489 INFO O| Dec 19 20:26:18.488 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-19T20:26:19.910Z | [ recovery-image] Dec 19 20:26:18.522 INFO O| Dec 19 20:26:18.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7479 | 2024-12-19T20:26:19.910Z | [ recovery-image] Dec 19 20:26:18.522 INFO O| Dec 19 20:26:18.522 INFO STEP 1039 (remove_files) COMPLETE |
7480 | 2024-12-19T20:26:19.913Z | [ recovery-image] Dec 19 20:26:18.523 INFO O| Dec 19 20:26:18.522 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-19T20:26:19.933Z | [ recovery-image] Dec 19 20:26:18.545 INFO O| Dec 19 20:26:18.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7482 | 2024-12-19T20:26:19.933Z | [ recovery-image] Dec 19 20:26:18.545 INFO O| Dec 19 20:26:18.545 INFO STEP 1040 (remove_files) COMPLETE |
7483 | 2024-12-19T20:26:19.935Z | [ recovery-image] Dec 19 20:26:18.545 INFO O| Dec 19 20:26:18.545 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-19T20:26:19.955Z | [ recovery-image] Dec 19 20:26:18.567 INFO O| Dec 19 20:26:18.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7485 | 2024-12-19T20:26:19.958Z | [ recovery-image] Dec 19 20:26:18.567 INFO O| Dec 19 20:26:18.567 INFO STEP 1041 (remove_files) COMPLETE |
7486 | 2024-12-19T20:26:19.958Z | [ recovery-image] Dec 19 20:26:18.568 INFO O| Dec 19 20:26:18.568 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-19T20:26:19.976Z | [ recovery-image] Dec 19 20:26:18.589 INFO O| Dec 19 20:26:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7488 | 2024-12-19T20:26:19.976Z | [ recovery-image] Dec 19 20:26:18.589 INFO O| Dec 19 20:26:18.589 INFO STEP 1042 (remove_files) COMPLETE |
7489 | 2024-12-19T20:26:19.976Z | [ recovery-image] Dec 19 20:26:18.589 INFO O| Dec 19 20:26:18.589 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-19T20:26:20.015Z | [ recovery-image] Dec 19 20:26:18.627 INFO O| Dec 19 20:26:18.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7491 | 2024-12-19T20:26:20.015Z | [ recovery-image] Dec 19 20:26:18.627 INFO O| Dec 19 20:26:18.627 INFO STEP 1043 (remove_files) COMPLETE |
7492 | 2024-12-19T20:26:20.015Z | [ recovery-image] Dec 19 20:26:18.627 INFO O| Dec 19 20:26:18.627 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-19T20:26:20.036Z | [ recovery-image] Dec 19 20:26:18.649 INFO O| Dec 19 20:26:18.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7494 | 2024-12-19T20:26:20.036Z | [ recovery-image] Dec 19 20:26:18.649 INFO O| Dec 19 20:26:18.649 INFO STEP 1044 (remove_files) COMPLETE |
7495 | 2024-12-19T20:26:20.036Z | [ recovery-image] Dec 19 20:26:18.649 INFO O| Dec 19 20:26:18.649 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-19T20:26:20.094Z | [ recovery-image] Dec 19 20:26:18.706 INFO O| Dec 19 20:26:18.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7497 | 2024-12-19T20:26:20.094Z | [ recovery-image] Dec 19 20:26:18.706 INFO O| Dec 19 20:26:18.706 INFO STEP 1045 (remove_files) COMPLETE |
7498 | 2024-12-19T20:26:20.094Z | [ recovery-image] Dec 19 20:26:18.706 INFO O| Dec 19 20:26:18.706 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-19T20:26:20.116Z | [ recovery-image] Dec 19 20:26:18.728 INFO O| Dec 19 20:26:18.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7500 | 2024-12-19T20:26:20.116Z | [ recovery-image] Dec 19 20:26:18.728 INFO O| Dec 19 20:26:18.728 INFO STEP 1046 (remove_files) COMPLETE |
7501 | 2024-12-19T20:26:20.116Z | [ recovery-image] Dec 19 20:26:18.729 INFO O| Dec 19 20:26:18.728 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-19T20:26:20.177Z | [ recovery-image] Dec 19 20:26:18.789 INFO O| Dec 19 20:26:18.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7503 | 2024-12-19T20:26:20.177Z | [ recovery-image] Dec 19 20:26:18.789 INFO O| Dec 19 20:26:18.789 INFO STEP 1047 (remove_files) COMPLETE |
7504 | 2024-12-19T20:26:20.177Z | [ recovery-image] Dec 19 20:26:18.789 INFO O| Dec 19 20:26:18.789 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-19T20:26:20.204Z | [ recovery-image] Dec 19 20:26:18.816 INFO O| Dec 19 20:26:18.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7506 | 2024-12-19T20:26:20.208Z | [ recovery-image] Dec 19 20:26:18.817 INFO O| Dec 19 20:26:18.816 INFO STEP 1048 (remove_files) COMPLETE |
7507 | 2024-12-19T20:26:20.208Z | [ recovery-image] Dec 19 20:26:18.817 INFO O| Dec 19 20:26:18.817 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-19T20:26:20.227Z | [ recovery-image] Dec 19 20:26:18.840 INFO O| Dec 19 20:26:18.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7509 | 2024-12-19T20:26:20.230Z | [ recovery-image] Dec 19 20:26:18.840 INFO O| Dec 19 20:26:18.840 INFO STEP 1049 (remove_files) COMPLETE |
7510 | 2024-12-19T20:26:20.230Z | [ recovery-image] Dec 19 20:26:18.840 INFO O| Dec 19 20:26:18.840 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-19T20:26:20.252Z | [ recovery-image] Dec 19 20:26:18.864 INFO O| Dec 19 20:26:18.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7512 | 2024-12-19T20:26:20.255Z | [ recovery-image] Dec 19 20:26:18.864 INFO O| Dec 19 20:26:18.864 INFO STEP 1050 (remove_files) COMPLETE |
7513 | 2024-12-19T20:26:20.255Z | [ recovery-image] Dec 19 20:26:18.864 INFO O| Dec 19 20:26:18.864 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-19T20:26:20.288Z | [ recovery-image] Dec 19 20:26:18.900 INFO O| Dec 19 20:26:18.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7515 | 2024-12-19T20:26:20.292Z | [ recovery-image] Dec 19 20:26:18.901 INFO O| Dec 19 20:26:18.900 INFO STEP 1051 (remove_files) COMPLETE |
7516 | 2024-12-19T20:26:20.292Z | [ recovery-image] Dec 19 20:26:18.901 INFO O| Dec 19 20:26:18.901 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-19T20:26:20.333Z | [ recovery-image] Dec 19 20:26:18.945 INFO O| Dec 19 20:26:18.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7518 | 2024-12-19T20:26:20.333Z | [ recovery-image] Dec 19 20:26:18.945 INFO O| Dec 19 20:26:18.945 INFO STEP 1052 (remove_files) COMPLETE |
7519 | 2024-12-19T20:26:20.333Z | [ recovery-image] Dec 19 20:26:18.945 INFO O| Dec 19 20:26:18.945 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-19T20:26:20.355Z | [ recovery-image] Dec 19 20:26:18.967 INFO O| Dec 19 20:26:18.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7521 | 2024-12-19T20:26:20.355Z | [ recovery-image] Dec 19 20:26:18.967 INFO O| Dec 19 20:26:18.967 INFO STEP 1053 (remove_files) COMPLETE |
7522 | 2024-12-19T20:26:20.355Z | [ recovery-image] Dec 19 20:26:18.967 INFO O| Dec 19 20:26:18.967 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-19T20:26:20.386Z | [ recovery-image] Dec 19 20:26:18.998 INFO O| Dec 19 20:26:18.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7524 | 2024-12-19T20:26:20.386Z | [ recovery-image] Dec 19 20:26:18.998 INFO O| Dec 19 20:26:18.998 INFO STEP 1054 (remove_files) COMPLETE |
7525 | 2024-12-19T20:26:20.386Z | [ recovery-image] Dec 19 20:26:18.998 INFO O| Dec 19 20:26:18.998 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-19T20:26:20.420Z | [ recovery-image] Dec 19 20:26:19.032 INFO O| Dec 19 20:26:19.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7527 | 2024-12-19T20:26:20.423Z | [ recovery-image] Dec 19 20:26:19.032 INFO O| Dec 19 20:26:19.032 INFO STEP 1055 (remove_files) COMPLETE |
7528 | 2024-12-19T20:26:20.423Z | [ recovery-image] Dec 19 20:26:19.032 INFO O| Dec 19 20:26:19.032 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-19T20:26:20.441Z | [ recovery-image] Dec 19 20:26:19.053 INFO O| Dec 19 20:26:19.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7530 | 2024-12-19T20:26:20.441Z | [ recovery-image] Dec 19 20:26:19.053 INFO O| Dec 19 20:26:19.053 INFO STEP 1056 (remove_files) COMPLETE |
7531 | 2024-12-19T20:26:20.441Z | [ recovery-image] Dec 19 20:26:19.053 INFO O| Dec 19 20:26:19.053 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-19T20:26:20.468Z | [ recovery-image] Dec 19 20:26:19.080 INFO O| Dec 19 20:26:19.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7533 | 2024-12-19T20:26:20.468Z | [ recovery-image] Dec 19 20:26:19.080 INFO O| Dec 19 20:26:19.080 INFO STEP 1057 (remove_files) COMPLETE |
7534 | 2024-12-19T20:26:20.468Z | [ recovery-image] Dec 19 20:26:19.080 INFO O| Dec 19 20:26:19.080 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-19T20:26:20.490Z | [ recovery-image] Dec 19 20:26:19.102 INFO O| Dec 19 20:26:19.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7536 | 2024-12-19T20:26:20.490Z | [ recovery-image] Dec 19 20:26:19.102 INFO O| Dec 19 20:26:19.102 INFO STEP 1058 (remove_files) COMPLETE |
7537 | 2024-12-19T20:26:20.492Z | [ recovery-image] Dec 19 20:26:19.102 INFO O| Dec 19 20:26:19.102 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-19T20:26:20.512Z | [ recovery-image] Dec 19 20:26:19.124 INFO O| Dec 19 20:26:19.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7539 | 2024-12-19T20:26:20.512Z | [ recovery-image] Dec 19 20:26:19.124 INFO O| Dec 19 20:26:19.124 INFO STEP 1059 (remove_files) COMPLETE |
7540 | 2024-12-19T20:26:20.515Z | [ recovery-image] Dec 19 20:26:19.124 INFO O| Dec 19 20:26:19.124 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-19T20:26:20.550Z | [ recovery-image] Dec 19 20:26:19.162 INFO O| Dec 19 20:26:19.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7542 | 2024-12-19T20:26:20.550Z | [ recovery-image] Dec 19 20:26:19.162 INFO O| Dec 19 20:26:19.162 INFO STEP 1060 (remove_files) COMPLETE |
7543 | 2024-12-19T20:26:20.551Z | [ recovery-image] Dec 19 20:26:19.162 INFO O| Dec 19 20:26:19.162 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-19T20:26:20.573Z | [ recovery-image] Dec 19 20:26:19.185 INFO O| Dec 19 20:26:19.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7545 | 2024-12-19T20:26:20.573Z | [ recovery-image] Dec 19 20:26:19.185 INFO O| Dec 19 20:26:19.185 INFO STEP 1061 (remove_files) COMPLETE |
7546 | 2024-12-19T20:26:20.573Z | [ recovery-image] Dec 19 20:26:19.185 INFO O| Dec 19 20:26:19.185 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-19T20:26:20.632Z | [ recovery-image] Dec 19 20:26:19.243 INFO O| Dec 19 20:26:19.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7548 | 2024-12-19T20:26:20.632Z | [ recovery-image] Dec 19 20:26:19.244 INFO O| Dec 19 20:26:19.244 INFO STEP 1062 (remove_files) COMPLETE |
7549 | 2024-12-19T20:26:20.632Z | [ recovery-image] Dec 19 20:26:19.244 INFO O| Dec 19 20:26:19.244 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-19T20:26:20.651Z | [ recovery-image] Dec 19 20:26:19.263 INFO O| Dec 19 20:26:19.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7551 | 2024-12-19T20:26:20.651Z | [ recovery-image] Dec 19 20:26:19.263 INFO O| Dec 19 20:26:19.263 INFO STEP 1063 (remove_files) COMPLETE |
7552 | 2024-12-19T20:26:20.651Z | [ recovery-image] Dec 19 20:26:19.263 INFO O| Dec 19 20:26:19.263 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-12-19T20:26:20.680Z | [ recovery-image] Dec 19 20:26:19.287 INFO O| Dec 19 20:26:19.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7554 | 2024-12-19T20:26:20.680Z | [ recovery-image] Dec 19 20:26:19.287 INFO O| Dec 19 20:26:19.287 INFO STEP 1064 (remove_files) COMPLETE |
7555 | 2024-12-19T20:26:20.680Z | [ recovery-image] Dec 19 20:26:19.287 INFO O| Dec 19 20:26:19.287 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-19T20:26:20.712Z | [ recovery-image] Dec 19 20:26:19.324 INFO O| Dec 19 20:26:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7557 | 2024-12-19T20:26:20.712Z | [ recovery-image] Dec 19 20:26:19.324 INFO O| Dec 19 20:26:19.324 INFO STEP 1065 (remove_files) COMPLETE |
7558 | 2024-12-19T20:26:20.712Z | [ recovery-image] Dec 19 20:26:19.325 INFO O| Dec 19 20:26:19.324 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-19T20:26:20.735Z | [ recovery-image] Dec 19 20:26:19.347 INFO O| Dec 19 20:26:19.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7560 | 2024-12-19T20:26:20.735Z | [ recovery-image] Dec 19 20:26:19.347 INFO O| Dec 19 20:26:19.347 INFO STEP 1066 (remove_files) COMPLETE |
7561 | 2024-12-19T20:26:20.735Z | [ recovery-image] Dec 19 20:26:19.347 INFO O| Dec 19 20:26:19.347 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-19T20:26:20.773Z | [ recovery-image] Dec 19 20:26:19.385 INFO O| Dec 19 20:26:19.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7563 | 2024-12-19T20:26:20.773Z | [ recovery-image] Dec 19 20:26:19.385 INFO O| Dec 19 20:26:19.385 INFO STEP 1067 (remove_files) COMPLETE |
7564 | 2024-12-19T20:26:20.773Z | [ recovery-image] Dec 19 20:26:19.385 INFO O| Dec 19 20:26:19.385 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-19T20:26:20.795Z | [ recovery-image] Dec 19 20:26:19.406 INFO O| Dec 19 20:26:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7566 | 2024-12-19T20:26:20.795Z | [ recovery-image] Dec 19 20:26:19.406 INFO O| Dec 19 20:26:19.406 INFO STEP 1068 (remove_files) COMPLETE |
7567 | 2024-12-19T20:26:20.795Z | [ recovery-image] Dec 19 20:26:19.406 INFO O| Dec 19 20:26:19.406 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-19T20:26:20.816Z | [ recovery-image] Dec 19 20:26:19.427 INFO O| Dec 19 20:26:19.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7569 | 2024-12-19T20:26:20.816Z | [ recovery-image] Dec 19 20:26:19.428 INFO O| Dec 19 20:26:19.428 INFO STEP 1069 (remove_files) COMPLETE |
7570 | 2024-12-19T20:26:20.816Z | [ recovery-image] Dec 19 20:26:19.428 INFO O| Dec 19 20:26:19.428 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-19T20:26:20.851Z | [ recovery-image] Dec 19 20:26:19.462 INFO O| Dec 19 20:26:19.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7572 | 2024-12-19T20:26:20.851Z | [ recovery-image] Dec 19 20:26:19.462 INFO O| Dec 19 20:26:19.462 INFO STEP 1070 (remove_files) COMPLETE |
7573 | 2024-12-19T20:26:20.851Z | [ recovery-image] Dec 19 20:26:19.462 INFO O| Dec 19 20:26:19.462 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-19T20:26:20.888Z | [ recovery-image] Dec 19 20:26:19.500 INFO O| Dec 19 20:26:19.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7575 | 2024-12-19T20:26:20.889Z | [ recovery-image] Dec 19 20:26:19.500 INFO O| Dec 19 20:26:19.500 INFO STEP 1071 (remove_files) COMPLETE |
7576 | 2024-12-19T20:26:20.889Z | [ recovery-image] Dec 19 20:26:19.500 INFO O| Dec 19 20:26:19.500 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-19T20:26:20.957Z | [ recovery-image] Dec 19 20:26:19.569 INFO O| Dec 19 20:26:19.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7578 | 2024-12-19T20:26:20.958Z | [ recovery-image] Dec 19 20:26:19.569 INFO O| Dec 19 20:26:19.569 INFO STEP 1072 (remove_files) COMPLETE |
7579 | 2024-12-19T20:26:20.960Z | [ recovery-image] Dec 19 20:26:19.569 INFO O| Dec 19 20:26:19.569 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-19T20:26:21.020Z | [ recovery-image] Dec 19 20:26:19.631 INFO O| Dec 19 20:26:19.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7581 | 2024-12-19T20:26:21.020Z | [ recovery-image] Dec 19 20:26:19.631 INFO O| Dec 19 20:26:19.631 INFO STEP 1073 (remove_files) COMPLETE |
7582 | 2024-12-19T20:26:21.020Z | [ recovery-image] Dec 19 20:26:19.631 INFO O| Dec 19 20:26:19.631 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-19T20:26:21.052Z | [ recovery-image] Dec 19 20:26:19.664 INFO O| Dec 19 20:26:19.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7584 | 2024-12-19T20:26:21.052Z | [ recovery-image] Dec 19 20:26:19.664 INFO O| Dec 19 20:26:19.664 INFO STEP 1074 (remove_files) COMPLETE |
7585 | 2024-12-19T20:26:21.052Z | [ recovery-image] Dec 19 20:26:19.664 INFO O| Dec 19 20:26:19.664 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-19T20:26:21.074Z | [ recovery-image] Dec 19 20:26:19.686 INFO O| Dec 19 20:26:19.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7587 | 2024-12-19T20:26:21.074Z | [ recovery-image] Dec 19 20:26:19.687 INFO O| Dec 19 20:26:19.686 INFO STEP 1075 (remove_files) COMPLETE |
7588 | 2024-12-19T20:26:21.077Z | [ recovery-image] Dec 19 20:26:19.687 INFO O| Dec 19 20:26:19.687 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-19T20:26:21.106Z | [ recovery-image] Dec 19 20:26:19.718 INFO O| Dec 19 20:26:19.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7590 | 2024-12-19T20:26:21.106Z | [ recovery-image] Dec 19 20:26:19.719 INFO O| Dec 19 20:26:19.718 INFO STEP 1076 (remove_files) COMPLETE |
7591 | 2024-12-19T20:26:21.109Z | [ recovery-image] Dec 19 20:26:19.719 INFO O| Dec 19 20:26:19.719 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-19T20:26:21.129Z | [ recovery-image] Dec 19 20:26:19.741 INFO O| Dec 19 20:26:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7593 | 2024-12-19T20:26:21.132Z | [ recovery-image] Dec 19 20:26:19.741 INFO O| Dec 19 20:26:19.741 INFO STEP 1077 (remove_files) COMPLETE |
7594 | 2024-12-19T20:26:21.132Z | [ recovery-image] Dec 19 20:26:19.741 INFO O| Dec 19 20:26:19.741 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-19T20:26:21.151Z | [ recovery-image] Dec 19 20:26:19.763 INFO O| Dec 19 20:26:19.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7596 | 2024-12-19T20:26:21.154Z | [ recovery-image] Dec 19 20:26:19.764 INFO O| Dec 19 20:26:19.763 INFO STEP 1078 (remove_files) COMPLETE |
7597 | 2024-12-19T20:26:21.154Z | [ recovery-image] Dec 19 20:26:19.764 INFO O| Dec 19 20:26:19.764 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-19T20:26:21.187Z | [ recovery-image] Dec 19 20:26:19.799 INFO O| Dec 19 20:26:19.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7599 | 2024-12-19T20:26:21.189Z | [ recovery-image] Dec 19 20:26:19.799 INFO O| Dec 19 20:26:19.799 INFO STEP 1079 (remove_files) COMPLETE |
7600 | 2024-12-19T20:26:21.189Z | [ recovery-image] Dec 19 20:26:19.799 INFO O| Dec 19 20:26:19.799 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-19T20:26:21.210Z | [ recovery-image] Dec 19 20:26:19.822 INFO O| Dec 19 20:26:19.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7602 | 2024-12-19T20:26:21.212Z | [ recovery-image] Dec 19 20:26:19.822 INFO O| Dec 19 20:26:19.822 INFO STEP 1080 (remove_files) COMPLETE |
7603 | 2024-12-19T20:26:21.213Z | [ recovery-image] Dec 19 20:26:19.823 INFO O| Dec 19 20:26:19.822 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-19T20:26:21.264Z | [ recovery-image] Dec 19 20:26:19.876 INFO O| Dec 19 20:26:19.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7605 | 2024-12-19T20:26:21.267Z | [ recovery-image] Dec 19 20:26:19.876 INFO O| Dec 19 20:26:19.876 INFO STEP 1081 (remove_files) COMPLETE |
7606 | 2024-12-19T20:26:21.267Z | [ recovery-image] Dec 19 20:26:19.876 INFO O| Dec 19 20:26:19.876 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-19T20:26:21.290Z | [ recovery-image] Dec 19 20:26:19.902 INFO O| Dec 19 20:26:19.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7608 | 2024-12-19T20:26:21.290Z | [ recovery-image] Dec 19 20:26:19.902 INFO O| Dec 19 20:26:19.902 INFO STEP 1082 (remove_files) COMPLETE |
7609 | 2024-12-19T20:26:21.292Z | [ recovery-image] Dec 19 20:26:19.902 INFO O| Dec 19 20:26:19.902 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-19T20:26:21.314Z | [ recovery-image] Dec 19 20:26:19.926 INFO O| Dec 19 20:26:19.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7611 | 2024-12-19T20:26:21.314Z | [ recovery-image] Dec 19 20:26:19.926 INFO O| Dec 19 20:26:19.926 INFO STEP 1083 (remove_files) COMPLETE |
7612 | 2024-12-19T20:26:21.317Z | [ recovery-image] Dec 19 20:26:19.926 INFO O| Dec 19 20:26:19.926 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-19T20:26:21.350Z | [ recovery-image] Dec 19 20:26:19.962 INFO O| Dec 19 20:26:19.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7614 | 2024-12-19T20:26:21.353Z | [ recovery-image] Dec 19 20:26:19.962 INFO O| Dec 19 20:26:19.962 INFO STEP 1084 (remove_files) COMPLETE |
7615 | 2024-12-19T20:26:21.353Z | [ recovery-image] Dec 19 20:26:19.962 INFO O| Dec 19 20:26:19.962 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-19T20:26:21.372Z | [ recovery-image] Dec 19 20:26:19.984 INFO O| Dec 19 20:26:19.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7617 | 2024-12-19T20:26:21.372Z | [ recovery-image] Dec 19 20:26:19.984 INFO O| Dec 19 20:26:19.984 INFO STEP 1085 (remove_files) COMPLETE |
7618 | 2024-12-19T20:26:21.372Z | [ recovery-image] Dec 19 20:26:19.984 INFO O| Dec 19 20:26:19.984 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-19T20:26:21.405Z | [ recovery-image] Dec 19 20:26:20.017 INFO O| Dec 19 20:26:20.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7620 | 2024-12-19T20:26:21.405Z | [ recovery-image] Dec 19 20:26:20.017 INFO O| Dec 19 20:26:20.017 INFO STEP 1086 (remove_files) COMPLETE |
7621 | 2024-12-19T20:26:21.406Z | [ recovery-image] Dec 19 20:26:20.017 INFO O| Dec 19 20:26:20.017 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-19T20:26:21.425Z | [ recovery-image] Dec 19 20:26:20.037 INFO O| Dec 19 20:26:20.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7623 | 2024-12-19T20:26:21.425Z | [ recovery-image] Dec 19 20:26:20.037 INFO O| Dec 19 20:26:20.037 INFO STEP 1087 (remove_files) COMPLETE |
7624 | 2024-12-19T20:26:21.426Z | [ recovery-image] Dec 19 20:26:20.037 INFO O| Dec 19 20:26:20.037 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-19T20:26:21.487Z | [ recovery-image] Dec 19 20:26:20.098 INFO O| Dec 19 20:26:20.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7626 | 2024-12-19T20:26:21.487Z | [ recovery-image] Dec 19 20:26:20.098 INFO O| Dec 19 20:26:20.098 INFO STEP 1088 (remove_files) COMPLETE |
7627 | 2024-12-19T20:26:21.487Z | [ recovery-image] Dec 19 20:26:20.098 INFO O| Dec 19 20:26:20.098 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-19T20:26:21.527Z | [ recovery-image] Dec 19 20:26:20.139 INFO O| Dec 19 20:26:20.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7629 | 2024-12-19T20:26:21.527Z | [ recovery-image] Dec 19 20:26:20.139 INFO O| Dec 19 20:26:20.139 INFO STEP 1089 (remove_files) COMPLETE |
7630 | 2024-12-19T20:26:21.527Z | [ recovery-image] Dec 19 20:26:20.139 INFO O| Dec 19 20:26:20.139 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-19T20:26:21.589Z | [ recovery-image] Dec 19 20:26:20.197 INFO O| Dec 19 20:26:20.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7632 | 2024-12-19T20:26:21.589Z | [ recovery-image] Dec 19 20:26:20.198 INFO O| Dec 19 20:26:20.198 INFO STEP 1090 (remove_files) COMPLETE |
7633 | 2024-12-19T20:26:21.589Z | [ recovery-image] Dec 19 20:26:20.198 INFO O| Dec 19 20:26:20.198 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-19T20:26:21.612Z | [ recovery-image] Dec 19 20:26:20.224 INFO O| Dec 19 20:26:20.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7635 | 2024-12-19T20:26:21.612Z | [ recovery-image] Dec 19 20:26:20.224 INFO O| Dec 19 20:26:20.224 INFO STEP 1091 (remove_files) COMPLETE |
7636 | 2024-12-19T20:26:21.612Z | [ recovery-image] Dec 19 20:26:20.224 INFO O| Dec 19 20:26:20.224 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-19T20:26:21.677Z | [ recovery-image] Dec 19 20:26:20.283 INFO O| Dec 19 20:26:20.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7638 | 2024-12-19T20:26:21.677Z | [ recovery-image] Dec 19 20:26:20.283 INFO O| Dec 19 20:26:20.283 INFO STEP 1092 (remove_files) COMPLETE |
7639 | 2024-12-19T20:26:21.678Z | [ recovery-image] Dec 19 20:26:20.283 INFO O| Dec 19 20:26:20.283 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-19T20:26:21.703Z | [ recovery-image] Dec 19 20:26:20.315 INFO O| Dec 19 20:26:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7641 | 2024-12-19T20:26:21.703Z | [ recovery-image] Dec 19 20:26:20.315 INFO O| Dec 19 20:26:20.315 INFO STEP 1093 (remove_files) COMPLETE |
7642 | 2024-12-19T20:26:21.703Z | [ recovery-image] Dec 19 20:26:20.315 INFO O| Dec 19 20:26:20.315 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-19T20:26:21.723Z | [ recovery-image] Dec 19 20:26:20.335 INFO O| Dec 19 20:26:20.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7644 | 2024-12-19T20:26:21.723Z | [ recovery-image] Dec 19 20:26:20.335 INFO O| Dec 19 20:26:20.335 INFO STEP 1094 (remove_files) COMPLETE |
7645 | 2024-12-19T20:26:21.723Z | [ recovery-image] Dec 19 20:26:20.335 INFO O| Dec 19 20:26:20.335 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-19T20:26:21.775Z | [ recovery-image] Dec 19 20:26:20.382 INFO O| Dec 19 20:26:20.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7647 | 2024-12-19T20:26:21.787Z | [ recovery-image] Dec 19 20:26:20.383 INFO O| Dec 19 20:26:20.382 INFO STEP 1095 (remove_files) COMPLETE |
7648 | 2024-12-19T20:26:21.787Z | [ recovery-image] Dec 19 20:26:20.383 INFO O| Dec 19 20:26:20.383 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-19T20:26:21.796Z | [ recovery-image] Dec 19 20:26:20.406 INFO O| Dec 19 20:26:20.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7650 | 2024-12-19T20:26:21.803Z | [ recovery-image] Dec 19 20:26:20.406 INFO O| Dec 19 20:26:20.406 INFO STEP 1096 (remove_files) COMPLETE |
7651 | 2024-12-19T20:26:21.803Z | [ recovery-image] Dec 19 20:26:20.406 INFO O| Dec 19 20:26:20.406 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-19T20:26:21.816Z | [ recovery-image] Dec 19 20:26:20.428 INFO O| Dec 19 20:26:20.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7653 | 2024-12-19T20:26:21.821Z | [ recovery-image] Dec 19 20:26:20.428 INFO O| Dec 19 20:26:20.428 INFO STEP 1097 (remove_files) COMPLETE |
7654 | 2024-12-19T20:26:21.821Z | [ recovery-image] Dec 19 20:26:20.428 INFO O| Dec 19 20:26:20.428 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-19T20:26:21.847Z | [ recovery-image] Dec 19 20:26:20.457 INFO O| Dec 19 20:26:20.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7656 | 2024-12-19T20:26:21.847Z | [ recovery-image] Dec 19 20:26:20.458 INFO O| Dec 19 20:26:20.458 INFO STEP 1098 (remove_files) COMPLETE |
7657 | 2024-12-19T20:26:21.850Z | [ recovery-image] Dec 19 20:26:20.458 INFO O| Dec 19 20:26:20.458 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-19T20:26:21.868Z | [ recovery-image] Dec 19 20:26:20.479 INFO O| Dec 19 20:26:20.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7659 | 2024-12-19T20:26:21.868Z | [ recovery-image] Dec 19 20:26:20.480 INFO O| Dec 19 20:26:20.480 INFO STEP 1099 (remove_files) COMPLETE |
7660 | 2024-12-19T20:26:21.870Z | [ recovery-image] Dec 19 20:26:20.480 INFO O| Dec 19 20:26:20.480 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-19T20:26:21.888Z | [ recovery-image] Dec 19 20:26:20.500 INFO O| Dec 19 20:26:20.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7662 | 2024-12-19T20:26:21.888Z | [ recovery-image] Dec 19 20:26:20.500 INFO O| Dec 19 20:26:20.500 INFO STEP 1100 (remove_files) COMPLETE |
7663 | 2024-12-19T20:26:21.891Z | [ recovery-image] Dec 19 20:26:20.500 INFO O| Dec 19 20:26:20.500 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-19T20:26:21.909Z | [ recovery-image] Dec 19 20:26:20.521 INFO O| Dec 19 20:26:20.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7665 | 2024-12-19T20:26:21.909Z | [ recovery-image] Dec 19 20:26:20.521 INFO O| Dec 19 20:26:20.521 INFO STEP 1101 (remove_files) COMPLETE |
7666 | 2024-12-19T20:26:21.911Z | [ recovery-image] Dec 19 20:26:20.521 INFO O| Dec 19 20:26:20.521 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-19T20:26:21.947Z | [ recovery-image] Dec 19 20:26:20.558 INFO O| Dec 19 20:26:20.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7668 | 2024-12-19T20:26:21.949Z | [ recovery-image] Dec 19 20:26:20.559 INFO O| Dec 19 20:26:20.559 INFO STEP 1102 (remove_files) COMPLETE |
7669 | 2024-12-19T20:26:21.949Z | [ recovery-image] Dec 19 20:26:20.559 INFO O| Dec 19 20:26:20.559 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-19T20:26:21.970Z | [ recovery-image] Dec 19 20:26:20.582 INFO O| Dec 19 20:26:20.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7671 | 2024-12-19T20:26:21.974Z | [ recovery-image] Dec 19 20:26:20.582 INFO O| Dec 19 20:26:20.582 INFO STEP 1103 (remove_files) COMPLETE |
7672 | 2024-12-19T20:26:21.974Z | [ recovery-image] Dec 19 20:26:20.582 INFO O| Dec 19 20:26:20.582 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-19T20:26:21.994Z | [ recovery-image] Dec 19 20:26:20.605 INFO O| Dec 19 20:26:20.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7674 | 2024-12-19T20:26:21.998Z | [ recovery-image] Dec 19 20:26:20.605 INFO O| Dec 19 20:26:20.605 INFO STEP 1104 (remove_files) COMPLETE |
7675 | 2024-12-19T20:26:21.998Z | [ recovery-image] Dec 19 20:26:20.605 INFO O| Dec 19 20:26:20.605 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-19T20:26:22.021Z | [ recovery-image] Dec 19 20:26:20.628 INFO O| Dec 19 20:26:20.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7677 | 2024-12-19T20:26:22.026Z | [ recovery-image] Dec 19 20:26:20.628 INFO O| Dec 19 20:26:20.628 INFO STEP 1105 (remove_files) COMPLETE |
7678 | 2024-12-19T20:26:22.026Z | [ recovery-image] Dec 19 20:26:20.628 INFO O| Dec 19 20:26:20.628 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-19T20:26:22.038Z | [ recovery-image] Dec 19 20:26:20.649 INFO O| Dec 19 20:26:20.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7680 | 2024-12-19T20:26:22.041Z | [ recovery-image] Dec 19 20:26:20.650 INFO O| Dec 19 20:26:20.649 INFO STEP 1106 (remove_files) COMPLETE |
7681 | 2024-12-19T20:26:22.041Z | [ recovery-image] Dec 19 20:26:20.650 INFO O| Dec 19 20:26:20.650 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-12-19T20:26:22.059Z | [ recovery-image] Dec 19 20:26:20.671 INFO O| Dec 19 20:26:20.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7683 | 2024-12-19T20:26:22.062Z | [ recovery-image] Dec 19 20:26:20.671 INFO O| Dec 19 20:26:20.671 INFO STEP 1107 (remove_files) COMPLETE |
7684 | 2024-12-19T20:26:22.062Z | [ recovery-image] Dec 19 20:26:20.671 INFO O| Dec 19 20:26:20.671 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-12-19T20:26:22.086Z | [ recovery-image] Dec 19 20:26:20.696 INFO O| Dec 19 20:26:20.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7686 | 2024-12-19T20:26:22.091Z | [ recovery-image] Dec 19 20:26:20.696 INFO O| Dec 19 20:26:20.696 INFO STEP 1108 (remove_files) COMPLETE |
7687 | 2024-12-19T20:26:22.091Z | [ recovery-image] Dec 19 20:26:20.696 INFO O| Dec 19 20:26:20.696 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-12-19T20:26:22.122Z | [ recovery-image] Dec 19 20:26:20.730 INFO O| Dec 19 20:26:20.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7689 | 2024-12-19T20:26:22.122Z | [ recovery-image] Dec 19 20:26:20.730 INFO O| Dec 19 20:26:20.730 INFO STEP 1109 (remove_files) COMPLETE |
7690 | 2024-12-19T20:26:22.122Z | [ recovery-image] Dec 19 20:26:20.730 INFO O| Dec 19 20:26:20.730 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-12-19T20:26:22.142Z | [ recovery-image] Dec 19 20:26:20.754 INFO O| Dec 19 20:26:20.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7692 | 2024-12-19T20:26:22.142Z | [ recovery-image] Dec 19 20:26:20.754 INFO O| Dec 19 20:26:20.754 INFO STEP 1110 (remove_files) COMPLETE |
7693 | 2024-12-19T20:26:22.145Z | [ recovery-image] Dec 19 20:26:20.754 INFO O| Dec 19 20:26:20.754 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-12-19T20:26:22.196Z | [ recovery-image] Dec 19 20:26:20.807 INFO O| Dec 19 20:26:20.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7695 | 2024-12-19T20:26:22.196Z | [ recovery-image] Dec 19 20:26:20.808 INFO O| Dec 19 20:26:20.808 INFO STEP 1111 (remove_files) COMPLETE |
7696 | 2024-12-19T20:26:22.202Z | [ recovery-image] Dec 19 20:26:20.808 INFO O| Dec 19 20:26:20.808 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-12-19T20:26:22.223Z | [ recovery-image] Dec 19 20:26:20.835 INFO O| Dec 19 20:26:20.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7698 | 2024-12-19T20:26:22.224Z | [ recovery-image] Dec 19 20:26:20.835 INFO O| Dec 19 20:26:20.835 INFO STEP 1112 (remove_files) COMPLETE |
7699 | 2024-12-19T20:26:22.224Z | [ recovery-image] Dec 19 20:26:20.835 INFO O| Dec 19 20:26:20.835 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-12-19T20:26:22.300Z | [ recovery-image] Dec 19 20:26:20.912 INFO O| Dec 19 20:26:20.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7701 | 2024-12-19T20:26:22.300Z | [ recovery-image] Dec 19 20:26:20.912 INFO O| Dec 19 20:26:20.912 INFO STEP 1113 (remove_files) COMPLETE |
7702 | 2024-12-19T20:26:22.300Z | [ recovery-image] Dec 19 20:26:20.912 INFO O| Dec 19 20:26:20.912 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-12-19T20:26:22.324Z | [ recovery-image] Dec 19 20:26:20.935 INFO O| Dec 19 20:26:20.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7704 | 2024-12-19T20:26:22.324Z | [ recovery-image] Dec 19 20:26:20.935 INFO O| Dec 19 20:26:20.935 INFO STEP 1114 (remove_files) COMPLETE |
7705 | 2024-12-19T20:26:22.328Z | [ recovery-image] Dec 19 20:26:20.935 INFO O| Dec 19 20:26:20.935 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-12-19T20:26:22.364Z | [ recovery-image] Dec 19 20:26:20.974 INFO O| Dec 19 20:26:20.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7707 | 2024-12-19T20:26:22.367Z | [ recovery-image] Dec 19 20:26:20.974 INFO O| Dec 19 20:26:20.974 INFO STEP 1115 (remove_files) COMPLETE |
7708 | 2024-12-19T20:26:22.367Z | [ recovery-image] Dec 19 20:26:20.974 INFO O| Dec 19 20:26:20.974 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-12-19T20:26:22.386Z | [ recovery-image] Dec 19 20:26:20.998 INFO O| Dec 19 20:26:20.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7710 | 2024-12-19T20:26:22.386Z | [ recovery-image] Dec 19 20:26:20.998 INFO O| Dec 19 20:26:20.998 INFO STEP 1116 (remove_files) COMPLETE |
7711 | 2024-12-19T20:26:22.397Z | [ recovery-image] Dec 19 20:26:20.998 INFO O| Dec 19 20:26:20.998 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-12-19T20:26:22.417Z | [ recovery-image] Dec 19 20:26:21.027 INFO O| Dec 19 20:26:21.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7713 | 2024-12-19T20:26:22.417Z | [ recovery-image] Dec 19 20:26:21.027 INFO O| Dec 19 20:26:21.027 INFO STEP 1117 (remove_files) COMPLETE |
7714 | 2024-12-19T20:26:22.417Z | [ recovery-image] Dec 19 20:26:21.027 INFO O| Dec 19 20:26:21.027 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-12-19T20:26:22.459Z | [ recovery-image] Dec 19 20:26:21.065 INFO O| Dec 19 20:26:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7716 | 2024-12-19T20:26:22.459Z | [ recovery-image] Dec 19 20:26:21.066 INFO O| Dec 19 20:26:21.066 INFO STEP 1118 (remove_files) COMPLETE |
7717 | 2024-12-19T20:26:22.459Z | [ recovery-image] Dec 19 20:26:21.066 INFO O| Dec 19 20:26:21.066 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-19T20:26:22.494Z | [ recovery-image] Dec 19 20:26:21.105 INFO O| Dec 19 20:26:21.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7719 | 2024-12-19T20:26:22.494Z | [ recovery-image] Dec 19 20:26:21.105 INFO O| Dec 19 20:26:21.105 INFO STEP 1119 (remove_files) COMPLETE |
7720 | 2024-12-19T20:26:22.494Z | [ recovery-image] Dec 19 20:26:21.105 INFO O| Dec 19 20:26:21.105 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-19T20:26:22.547Z | [ recovery-image] Dec 19 20:26:21.158 INFO O| Dec 19 20:26:21.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7722 | 2024-12-19T20:26:22.547Z | [ recovery-image] Dec 19 20:26:21.158 INFO O| Dec 19 20:26:21.158 INFO STEP 1120 (remove_files) COMPLETE |
7723 | 2024-12-19T20:26:22.547Z | [ recovery-image] Dec 19 20:26:21.158 INFO O| Dec 19 20:26:21.158 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-19T20:26:22.569Z | [ recovery-image] Dec 19 20:26:21.180 INFO O| Dec 19 20:26:21.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7725 | 2024-12-19T20:26:22.569Z | [ recovery-image] Dec 19 20:26:21.180 INFO O| Dec 19 20:26:21.180 INFO STEP 1121 (remove_files) COMPLETE |
7726 | 2024-12-19T20:26:22.572Z | [ recovery-image] Dec 19 20:26:21.180 INFO O| Dec 19 20:26:21.180 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-19T20:26:22.590Z | [ recovery-image] Dec 19 20:26:21.202 INFO O| Dec 19 20:26:21.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7728 | 2024-12-19T20:26:22.590Z | [ recovery-image] Dec 19 20:26:21.202 INFO O| Dec 19 20:26:21.202 INFO STEP 1122 (remove_files) COMPLETE |
7729 | 2024-12-19T20:26:22.593Z | [ recovery-image] Dec 19 20:26:21.202 INFO O| Dec 19 20:26:21.202 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-19T20:26:22.615Z | [ recovery-image] Dec 19 20:26:21.223 INFO O| Dec 19 20:26:21.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7731 | 2024-12-19T20:26:22.615Z | [ recovery-image] Dec 19 20:26:21.223 INFO O| Dec 19 20:26:21.223 INFO STEP 1123 (remove_files) COMPLETE |
7732 | 2024-12-19T20:26:22.615Z | [ recovery-image] Dec 19 20:26:21.223 INFO O| Dec 19 20:26:21.223 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-19T20:26:22.633Z | [ recovery-image] Dec 19 20:26:21.244 INFO O| Dec 19 20:26:21.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7734 | 2024-12-19T20:26:22.633Z | [ recovery-image] Dec 19 20:26:21.244 INFO O| Dec 19 20:26:21.244 INFO STEP 1124 (remove_files) COMPLETE |
7735 | 2024-12-19T20:26:22.633Z | [ recovery-image] Dec 19 20:26:21.244 INFO O| Dec 19 20:26:21.244 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-19T20:26:22.654Z | [ recovery-image] Dec 19 20:26:21.266 INFO O| Dec 19 20:26:21.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7737 | 2024-12-19T20:26:22.655Z | [ recovery-image] Dec 19 20:26:21.266 INFO O| Dec 19 20:26:21.266 INFO STEP 1125 (remove_files) COMPLETE |
7738 | 2024-12-19T20:26:22.655Z | [ recovery-image] Dec 19 20:26:21.266 INFO O| Dec 19 20:26:21.266 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-19T20:26:22.676Z | [ recovery-image] Dec 19 20:26:21.287 INFO O| Dec 19 20:26:21.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7740 | 2024-12-19T20:26:22.676Z | [ recovery-image] Dec 19 20:26:21.287 INFO O| Dec 19 20:26:21.287 INFO STEP 1126 (remove_files) COMPLETE |
7741 | 2024-12-19T20:26:22.676Z | [ recovery-image] Dec 19 20:26:21.287 INFO O| Dec 19 20:26:21.287 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-19T20:26:22.711Z | [ recovery-image] Dec 19 20:26:21.322 INFO O| Dec 19 20:26:21.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7743 | 2024-12-19T20:26:22.711Z | [ recovery-image] Dec 19 20:26:21.322 INFO O| Dec 19 20:26:21.322 INFO STEP 1127 (remove_files) COMPLETE |
7744 | 2024-12-19T20:26:22.711Z | [ recovery-image] Dec 19 20:26:21.322 INFO O| Dec 19 20:26:21.322 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-19T20:26:22.731Z | [ recovery-image] Dec 19 20:26:21.343 INFO O| Dec 19 20:26:21.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7746 | 2024-12-19T20:26:22.734Z | [ recovery-image] Dec 19 20:26:21.343 INFO O| Dec 19 20:26:21.343 INFO STEP 1128 (remove_files) COMPLETE |
7747 | 2024-12-19T20:26:22.734Z | [ recovery-image] Dec 19 20:26:21.344 INFO O| Dec 19 20:26:21.344 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-19T20:26:22.765Z | [ recovery-image] Dec 19 20:26:21.376 INFO O| Dec 19 20:26:21.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7749 | 2024-12-19T20:26:22.768Z | [ recovery-image] Dec 19 20:26:21.376 INFO O| Dec 19 20:26:21.376 INFO STEP 1129 (remove_files) COMPLETE |
7750 | 2024-12-19T20:26:22.768Z | [ recovery-image] Dec 19 20:26:21.377 INFO O| Dec 19 20:26:21.376 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-19T20:26:22.786Z | [ recovery-image] Dec 19 20:26:21.398 INFO O| Dec 19 20:26:21.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7752 | 2024-12-19T20:26:22.789Z | [ recovery-image] Dec 19 20:26:21.398 INFO O| Dec 19 20:26:21.398 INFO STEP 1130 (remove_files) COMPLETE |
7753 | 2024-12-19T20:26:22.789Z | [ recovery-image] Dec 19 20:26:21.399 INFO O| Dec 19 20:26:21.398 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-19T20:26:22.808Z | [ recovery-image] Dec 19 20:26:21.419 INFO O| Dec 19 20:26:21.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7755 | 2024-12-19T20:26:22.810Z | [ recovery-image] Dec 19 20:26:21.419 INFO O| Dec 19 20:26:21.419 INFO STEP 1131 (remove_files) COMPLETE |
7756 | 2024-12-19T20:26:22.810Z | [ recovery-image] Dec 19 20:26:21.420 INFO O| Dec 19 20:26:21.420 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-19T20:26:22.839Z | [ recovery-image] Dec 19 20:26:21.450 INFO O| Dec 19 20:26:21.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7758 | 2024-12-19T20:26:22.839Z | [ recovery-image] Dec 19 20:26:21.450 INFO O| Dec 19 20:26:21.450 INFO STEP 1132 (remove_files) COMPLETE |
7759 | 2024-12-19T20:26:22.842Z | [ recovery-image] Dec 19 20:26:21.451 INFO O| Dec 19 20:26:21.450 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-19T20:26:22.873Z | [ recovery-image] Dec 19 20:26:21.485 INFO O| Dec 19 20:26:21.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7761 | 2024-12-19T20:26:22.879Z | [ recovery-image] Dec 19 20:26:21.485 INFO O| Dec 19 20:26:21.485 INFO STEP 1133 (remove_files) COMPLETE |
7762 | 2024-12-19T20:26:22.879Z | [ recovery-image] Dec 19 20:26:21.485 INFO O| Dec 19 20:26:21.485 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-19T20:26:22.911Z | [ recovery-image] Dec 19 20:26:21.523 INFO O| Dec 19 20:26:21.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7764 | 2024-12-19T20:26:22.914Z | [ recovery-image] Dec 19 20:26:21.523 INFO O| Dec 19 20:26:21.523 INFO STEP 1134 (remove_files) COMPLETE |
7765 | 2024-12-19T20:26:22.914Z | [ recovery-image] Dec 19 20:26:21.523 INFO O| Dec 19 20:26:21.523 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-19T20:26:22.951Z | [ recovery-image] Dec 19 20:26:21.562 INFO O| Dec 19 20:26:21.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7767 | 2024-12-19T20:26:22.957Z | [ recovery-image] Dec 19 20:26:21.563 INFO O| Dec 19 20:26:21.563 INFO STEP 1135 (remove_files) COMPLETE |
7768 | 2024-12-19T20:26:22.957Z | [ recovery-image] Dec 19 20:26:21.563 INFO O| Dec 19 20:26:21.563 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-19T20:26:22.984Z | [ recovery-image] Dec 19 20:26:21.595 INFO O| Dec 19 20:26:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7770 | 2024-12-19T20:26:22.986Z | [ recovery-image] Dec 19 20:26:21.595 INFO O| Dec 19 20:26:21.595 INFO STEP 1136 (remove_files) COMPLETE |
7771 | 2024-12-19T20:26:22.986Z | [ recovery-image] Dec 19 20:26:21.596 INFO O| Dec 19 20:26:21.595 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-19T20:26:23.007Z | [ recovery-image] Dec 19 20:26:21.618 INFO O| Dec 19 20:26:21.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7773 | 2024-12-19T20:26:23.009Z | [ recovery-image] Dec 19 20:26:21.618 INFO O| Dec 19 20:26:21.618 INFO STEP 1137 (remove_files) COMPLETE |
7774 | 2024-12-19T20:26:23.010Z | [ recovery-image] Dec 19 20:26:21.618 INFO O| Dec 19 20:26:21.618 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-19T20:26:23.040Z | [ recovery-image] Dec 19 20:26:21.651 INFO O| Dec 19 20:26:21.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7776 | 2024-12-19T20:26:23.040Z | [ recovery-image] Dec 19 20:26:21.651 INFO O| Dec 19 20:26:21.651 INFO STEP 1138 (remove_files) COMPLETE |
7777 | 2024-12-19T20:26:23.040Z | [ recovery-image] Dec 19 20:26:21.651 INFO O| Dec 19 20:26:21.651 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-19T20:26:23.061Z | [ recovery-image] Dec 19 20:26:21.672 INFO O| Dec 19 20:26:21.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7779 | 2024-12-19T20:26:23.061Z | [ recovery-image] Dec 19 20:26:21.672 INFO O| Dec 19 20:26:21.672 INFO STEP 1139 (remove_files) COMPLETE |
7780 | 2024-12-19T20:26:23.061Z | [ recovery-image] Dec 19 20:26:21.672 INFO O| Dec 19 20:26:21.672 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-19T20:26:23.082Z | [ recovery-image] Dec 19 20:26:21.694 INFO O| Dec 19 20:26:21.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7782 | 2024-12-19T20:26:23.082Z | [ recovery-image] Dec 19 20:26:21.694 INFO O| Dec 19 20:26:21.694 INFO STEP 1140 (remove_files) COMPLETE |
7783 | 2024-12-19T20:26:23.083Z | [ recovery-image] Dec 19 20:26:21.694 INFO O| Dec 19 20:26:21.694 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-19T20:26:23.127Z | [ recovery-image] Dec 19 20:26:21.737 INFO O| Dec 19 20:26:21.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7785 | 2024-12-19T20:26:23.128Z | [ recovery-image] Dec 19 20:26:21.737 INFO O| Dec 19 20:26:21.737 INFO STEP 1141 (remove_files) COMPLETE |
7786 | 2024-12-19T20:26:23.128Z | [ recovery-image] Dec 19 20:26:21.737 INFO O| Dec 19 20:26:21.737 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-19T20:26:23.184Z | [ recovery-image] Dec 19 20:26:21.795 INFO O| Dec 19 20:26:21.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7788 | 2024-12-19T20:26:23.184Z | [ recovery-image] Dec 19 20:26:21.795 INFO O| Dec 19 20:26:21.795 INFO STEP 1142 (remove_files) COMPLETE |
7789 | 2024-12-19T20:26:23.184Z | [ recovery-image] Dec 19 20:26:21.795 INFO O| Dec 19 20:26:21.795 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-19T20:26:23.208Z | [ recovery-image] Dec 19 20:26:21.818 INFO O| Dec 19 20:26:21.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7791 | 2024-12-19T20:26:23.209Z | [ recovery-image] Dec 19 20:26:21.819 INFO O| Dec 19 20:26:21.819 INFO STEP 1143 (remove_files) COMPLETE |
7792 | 2024-12-19T20:26:23.212Z | [ recovery-image] Dec 19 20:26:21.819 INFO O| Dec 19 20:26:21.819 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-19T20:26:23.232Z | [ recovery-image] Dec 19 20:26:21.843 INFO O| Dec 19 20:26:21.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7794 | 2024-12-19T20:26:23.232Z | [ recovery-image] Dec 19 20:26:21.843 INFO O| Dec 19 20:26:21.843 INFO STEP 1144 (remove_files) COMPLETE |
7795 | 2024-12-19T20:26:23.232Z | [ recovery-image] Dec 19 20:26:21.843 INFO O| Dec 19 20:26:21.843 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-19T20:26:23.258Z | [ recovery-image] Dec 19 20:26:21.868 INFO O| Dec 19 20:26:21.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7797 | 2024-12-19T20:26:23.258Z | [ recovery-image] Dec 19 20:26:21.868 INFO O| Dec 19 20:26:21.868 INFO STEP 1145 (remove_files) COMPLETE |
7798 | 2024-12-19T20:26:23.258Z | [ recovery-image] Dec 19 20:26:21.868 INFO O| Dec 19 20:26:21.868 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-19T20:26:23.282Z | [ recovery-image] Dec 19 20:26:21.893 INFO O| Dec 19 20:26:21.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7800 | 2024-12-19T20:26:23.282Z | [ recovery-image] Dec 19 20:26:21.894 INFO O| Dec 19 20:26:21.893 INFO STEP 1146 (remove_files) COMPLETE |
7801 | 2024-12-19T20:26:23.282Z | [ recovery-image] Dec 19 20:26:21.894 INFO O| Dec 19 20:26:21.894 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-19T20:26:23.340Z | [ recovery-image] Dec 19 20:26:21.951 INFO O| Dec 19 20:26:21.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7803 | 2024-12-19T20:26:23.340Z | [ recovery-image] Dec 19 20:26:21.952 INFO O| Dec 19 20:26:21.951 INFO STEP 1147 (remove_files) COMPLETE |
7804 | 2024-12-19T20:26:23.340Z | [ recovery-image] Dec 19 20:26:21.952 INFO O| Dec 19 20:26:21.952 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-19T20:26:23.374Z | [ recovery-image] Dec 19 20:26:21.983 INFO O| Dec 19 20:26:21.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7806 | 2024-12-19T20:26:23.374Z | [ recovery-image] Dec 19 20:26:21.983 INFO O| Dec 19 20:26:21.983 INFO STEP 1148 (remove_files) COMPLETE |
7807 | 2024-12-19T20:26:23.374Z | [ recovery-image] Dec 19 20:26:21.983 INFO O| Dec 19 20:26:21.983 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-19T20:26:23.396Z | [ recovery-image] Dec 19 20:26:22.006 INFO O| Dec 19 20:26:22.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7809 | 2024-12-19T20:26:23.396Z | [ recovery-image] Dec 19 20:26:22.006 INFO O| Dec 19 20:26:22.006 INFO STEP 1149 (remove_files) COMPLETE |
7810 | 2024-12-19T20:26:23.396Z | [ recovery-image] Dec 19 20:26:22.006 INFO O| Dec 19 20:26:22.006 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-19T20:26:23.416Z | [ recovery-image] Dec 19 20:26:22.027 INFO O| Dec 19 20:26:22.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7812 | 2024-12-19T20:26:23.438Z | [ recovery-image] Dec 19 20:26:22.050 INFO O| Dec 19 20:26:22.050 INFO STEP 1150 (remove_files) COMPLETE |
7813 | 2024-12-19T20:26:23.438Z | [ recovery-image] Dec 19 20:26:22.050 INFO O| Dec 19 20:26:22.050 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-19T20:26:23.462Z | [ recovery-image] Dec 19 20:26:22.072 INFO O| Dec 19 20:26:22.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7815 | 2024-12-19T20:26:23.466Z | [ recovery-image] Dec 19 20:26:22.072 INFO O| Dec 19 20:26:22.072 INFO STEP 1151 (remove_files) COMPLETE |
7816 | 2024-12-19T20:26:23.466Z | [ recovery-image] Dec 19 20:26:22.072 INFO O| Dec 19 20:26:22.072 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-19T20:26:23.494Z | [ recovery-image] Dec 19 20:26:22.106 INFO O| Dec 19 20:26:22.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7818 | 2024-12-19T20:26:23.497Z | [ recovery-image] Dec 19 20:26:22.106 INFO O| Dec 19 20:26:22.106 INFO STEP 1152 (remove_files) COMPLETE |
7819 | 2024-12-19T20:26:23.498Z | [ recovery-image] Dec 19 20:26:22.106 INFO O| Dec 19 20:26:22.106 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-19T20:26:23.517Z | [ recovery-image] Dec 19 20:26:22.128 INFO O| Dec 19 20:26:22.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7821 | 2024-12-19T20:26:23.520Z | [ recovery-image] Dec 19 20:26:22.129 INFO O| Dec 19 20:26:22.128 INFO STEP 1153 (remove_files) COMPLETE |
7822 | 2024-12-19T20:26:23.520Z | [ recovery-image] Dec 19 20:26:22.129 INFO O| Dec 19 20:26:22.129 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-19T20:26:23.540Z | [ recovery-image] Dec 19 20:26:22.151 INFO O| Dec 19 20:26:22.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7824 | 2024-12-19T20:26:23.540Z | [ recovery-image] Dec 19 20:26:22.151 INFO O| Dec 19 20:26:22.151 INFO STEP 1154 (remove_files) COMPLETE |
7825 | 2024-12-19T20:26:23.541Z | [ recovery-image] Dec 19 20:26:22.151 INFO O| Dec 19 20:26:22.151 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-19T20:26:23.598Z | [ recovery-image] Dec 19 20:26:22.209 INFO O| Dec 19 20:26:22.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7827 | 2024-12-19T20:26:23.598Z | [ recovery-image] Dec 19 20:26:22.209 INFO O| Dec 19 20:26:22.209 INFO STEP 1155 (remove_files) COMPLETE |
7828 | 2024-12-19T20:26:23.598Z | [ recovery-image] Dec 19 20:26:22.209 INFO O| Dec 19 20:26:22.209 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-19T20:26:23.619Z | [ recovery-image] Dec 19 20:26:22.230 INFO O| Dec 19 20:26:22.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7830 | 2024-12-19T20:26:23.619Z | [ recovery-image] Dec 19 20:26:22.230 INFO O| Dec 19 20:26:22.230 INFO STEP 1156 (remove_files) COMPLETE |
7831 | 2024-12-19T20:26:23.619Z | [ recovery-image] Dec 19 20:26:22.230 INFO O| Dec 19 20:26:22.230 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-19T20:26:23.675Z | [ host-image] Dec 19 20:26:22.286 INFO O| Dec 19 20:26:22.286 INFO O| Planning: Solver setup ... Done |
7833 | 2024-12-19T20:26:23.683Z | [ host-image] Dec 19 20:26:22.294 INFO O| Dec 19 20:26:22.294 INFO O| Planning: Running solver ... Done |
7834 | 2024-12-19T20:26:23.686Z | [ recovery-image] Dec 19 20:26:22.297 INFO O| Dec 19 20:26:22.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7835 | 2024-12-19T20:26:23.686Z | [ recovery-image] Dec 19 20:26:22.298 INFO O| Dec 19 20:26:22.298 INFO STEP 1157 (remove_files) COMPLETE |
7836 | 2024-12-19T20:26:23.686Z | [ recovery-image] Dec 19 20:26:22.298 INFO O| Dec 19 20:26:22.298 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-19T20:26:23.714Z | [ recovery-image] Dec 19 20:26:22.326 INFO O| Dec 19 20:26:22.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7838 | 2024-12-19T20:26:23.715Z | [ recovery-image] Dec 19 20:26:22.326 INFO O| Dec 19 20:26:22.326 INFO STEP 1158 (remove_files) COMPLETE |
7839 | 2024-12-19T20:26:23.715Z | [ recovery-image] Dec 19 20:26:22.326 INFO O| Dec 19 20:26:22.326 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-19T20:26:23.758Z | [ recovery-image] Dec 19 20:26:22.369 INFO O| Dec 19 20:26:22.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7841 | 2024-12-19T20:26:23.758Z | [ recovery-image] Dec 19 20:26:22.369 INFO O| Dec 19 20:26:22.369 INFO STEP 1159 (remove_files) COMPLETE |
7842 | 2024-12-19T20:26:23.763Z | [ recovery-image] Dec 19 20:26:22.369 INFO O| Dec 19 20:26:22.369 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-19T20:26:23.788Z | [ recovery-image] Dec 19 20:26:22.397 INFO O| Dec 19 20:26:22.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7844 | 2024-12-19T20:26:23.788Z | [ recovery-image] Dec 19 20:26:22.397 INFO O| Dec 19 20:26:22.397 INFO STEP 1160 (remove_files) COMPLETE |
7845 | 2024-12-19T20:26:23.788Z | [ recovery-image] Dec 19 20:26:22.397 INFO O| Dec 19 20:26:22.397 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2024-12-19T20:26:23.805Z | [ recovery-image] Dec 19 20:26:22.417 INFO O| Dec 19 20:26:22.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7847 | 2024-12-19T20:26:23.805Z | [ recovery-image] Dec 19 20:26:22.417 INFO O| Dec 19 20:26:22.417 INFO STEP 1161 (remove_files) COMPLETE |
7848 | 2024-12-19T20:26:23.805Z | [ recovery-image] Dec 19 20:26:22.417 INFO O| Dec 19 20:26:22.417 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2024-12-19T20:26:23.821Z | [ host-image] Dec 19 20:26:22.433 INFO O| Dec 19 20:26:22.432 INFO O| Planning: Finding local manifests ... Done |
7850 | 2024-12-19T20:26:23.829Z | [ host-image] Dec 19 20:26:22.434 INFO O| Dec 19 20:26:22.433 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7851 | 2024-12-19T20:26:23.829Z | [ recovery-image] Dec 19 20:26:22.436 INFO O| Dec 19 20:26:22.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7852 | 2024-12-19T20:26:23.829Z | [ recovery-image] Dec 19 20:26:22.436 INFO O| Dec 19 20:26:22.436 INFO STEP 1162 (remove_files) COMPLETE |
7853 | 2024-12-19T20:26:23.829Z | [ recovery-image] Dec 19 20:26:22.436 INFO O| Dec 19 20:26:22.436 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-19T20:26:23.879Z | [ recovery-image] Dec 19 20:26:22.488 INFO O| Dec 19 20:26:22.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7855 | 2024-12-19T20:26:23.879Z | [ recovery-image] Dec 19 20:26:22.489 INFO O| Dec 19 20:26:22.488 INFO STEP 1163 (remove_files) COMPLETE |
7856 | 2024-12-19T20:26:23.879Z | [ recovery-image] Dec 19 20:26:22.489 INFO O| Dec 19 20:26:22.489 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-19T20:26:23.906Z | [ recovery-image] Dec 19 20:26:22.515 INFO O| Dec 19 20:26:22.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7858 | 2024-12-19T20:26:23.906Z | [ recovery-image] Dec 19 20:26:22.515 INFO O| Dec 19 20:26:22.515 INFO STEP 1164 (remove_files) COMPLETE |
7859 | 2024-12-19T20:26:23.906Z | [ recovery-image] Dec 19 20:26:22.515 INFO O| Dec 19 20:26:22.515 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-19T20:26:23.962Z | [ recovery-image] Dec 19 20:26:22.573 INFO O| Dec 19 20:26:22.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7861 | 2024-12-19T20:26:23.962Z | [ recovery-image] Dec 19 20:26:22.573 INFO O| Dec 19 20:26:22.573 INFO STEP 1165 (remove_files) COMPLETE |
7862 | 2024-12-19T20:26:23.962Z | [ recovery-image] Dec 19 20:26:22.573 INFO O| Dec 19 20:26:22.573 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-19T20:26:23.983Z | [ recovery-image] Dec 19 20:26:22.594 INFO O| Dec 19 20:26:22.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7864 | 2024-12-19T20:26:23.983Z | [ recovery-image] Dec 19 20:26:22.594 INFO O| Dec 19 20:26:22.594 INFO STEP 1166 (remove_files) COMPLETE |
7865 | 2024-12-19T20:26:23.983Z | [ recovery-image] Dec 19 20:26:22.594 INFO O| Dec 19 20:26:22.594 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-19T20:26:24.000Z | [ host-image] Dec 19 20:26:22.608 INFO O| Dec 19 20:26:22.608 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7867 | 2024-12-19T20:26:24.008Z | [ recovery-image] Dec 19 20:26:22.615 INFO O| Dec 19 20:26:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7868 | 2024-12-19T20:26:24.008Z | [ recovery-image] Dec 19 20:26:22.615 INFO O| Dec 19 20:26:22.615 INFO STEP 1167 (remove_files) COMPLETE |
7869 | 2024-12-19T20:26:24.008Z | [ recovery-image] Dec 19 20:26:22.615 INFO O| Dec 19 20:26:22.615 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2024-12-19T20:26:24.045Z | [ recovery-image] Dec 19 20:26:22.654 INFO O| Dec 19 20:26:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7871 | 2024-12-19T20:26:24.045Z | [ recovery-image] Dec 19 20:26:22.654 INFO O| Dec 19 20:26:22.654 INFO STEP 1168 (remove_files) COMPLETE |
7872 | 2024-12-19T20:26:24.045Z | [ recovery-image] Dec 19 20:26:22.654 INFO O| Dec 19 20:26:22.654 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2024-12-19T20:26:24.065Z | [ recovery-image] Dec 19 20:26:22.675 INFO O| Dec 19 20:26:22.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7874 | 2024-12-19T20:26:24.065Z | [ recovery-image] Dec 19 20:26:22.675 INFO O| Dec 19 20:26:22.675 INFO STEP 1169 (remove_files) COMPLETE |
7875 | 2024-12-19T20:26:24.065Z | [ recovery-image] Dec 19 20:26:22.675 INFO O| Dec 19 20:26:22.675 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2024-12-19T20:26:24.067Z | [ host-image] Dec 19 20:26:22.678 INFO O| Dec 19 20:26:22.678 INFO O| Planning: Package planning ... Done |
7877 | 2024-12-19T20:26:24.067Z | [ host-image] Dec 19 20:26:22.678 INFO O| Dec 19 20:26:22.678 INFO O| Planning: Merging actions ... Done |
7878 | 2024-12-19T20:26:24.095Z | [ recovery-image] Dec 19 20:26:22.705 INFO O| Dec 19 20:26:22.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7879 | 2024-12-19T20:26:24.095Z | [ recovery-image] Dec 19 20:26:22.705 INFO O| Dec 19 20:26:22.705 INFO STEP 1170 (remove_files) COMPLETE |
7880 | 2024-12-19T20:26:24.095Z | [ recovery-image] Dec 19 20:26:22.705 INFO O| Dec 19 20:26:22.705 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-19T20:26:24.133Z | [ recovery-image] Dec 19 20:26:22.745 INFO O| Dec 19 20:26:22.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7882 | 2024-12-19T20:26:24.138Z | [ recovery-image] Dec 19 20:26:22.745 INFO O| Dec 19 20:26:22.745 INFO STEP 1171 (remove_files) COMPLETE |
7883 | 2024-12-19T20:26:24.138Z | [ recovery-image] Dec 19 20:26:22.745 INFO O| Dec 19 20:26:22.745 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-19T20:26:24.156Z | [ recovery-image] Dec 19 20:26:22.767 INFO O| Dec 19 20:26:22.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7885 | 2024-12-19T20:26:24.159Z | [ recovery-image] Dec 19 20:26:22.767 INFO O| Dec 19 20:26:22.767 INFO STEP 1172 (remove_files) COMPLETE |
7886 | 2024-12-19T20:26:24.159Z | [ recovery-image] Dec 19 20:26:22.767 INFO O| Dec 19 20:26:22.767 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-19T20:26:24.177Z | [ recovery-image] Dec 19 20:26:22.788 INFO O| Dec 19 20:26:22.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7888 | 2024-12-19T20:26:24.181Z | [ recovery-image] Dec 19 20:26:22.789 INFO O| Dec 19 20:26:22.789 INFO STEP 1173 (remove_files) COMPLETE |
7889 | 2024-12-19T20:26:24.181Z | [ recovery-image] Dec 19 20:26:22.789 INFO O| Dec 19 20:26:22.789 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-19T20:26:24.200Z | [ recovery-image] Dec 19 20:26:22.810 INFO O| Dec 19 20:26:22.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7891 | 2024-12-19T20:26:24.205Z | [ recovery-image] Dec 19 20:26:22.810 INFO O| Dec 19 20:26:22.810 INFO STEP 1174 (remove_files) COMPLETE |
7892 | 2024-12-19T20:26:24.205Z | [ recovery-image] Dec 19 20:26:22.810 INFO O| Dec 19 20:26:22.810 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-19T20:26:24.205Z | [ host-image] Dec 19 20:26:22.813 INFO O| Dec 19 20:26:22.813 INFO O| Planning: Checking for conflicting actions ... Done |
7894 | 2024-12-19T20:26:24.205Z | [ host-image] Dec 19 20:26:22.814 INFO O| Dec 19 20:26:22.814 INFO O| Planning: Consolidating action changes ... Done |
7895 | 2024-12-19T20:26:24.220Z | [ recovery-image] Dec 19 20:26:22.831 INFO O| Dec 19 20:26:22.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7896 | 2024-12-19T20:26:24.224Z | [ recovery-image] Dec 19 20:26:22.831 INFO O| Dec 19 20:26:22.831 INFO STEP 1175 (remove_files) COMPLETE |
7897 | 2024-12-19T20:26:24.224Z | [ recovery-image] Dec 19 20:26:22.832 INFO O| Dec 19 20:26:22.831 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-19T20:26:24.256Z | [ recovery-image] Dec 19 20:26:22.867 INFO O| Dec 19 20:26:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7899 | 2024-12-19T20:26:24.261Z | [ recovery-image] Dec 19 20:26:22.867 INFO O| Dec 19 20:26:22.867 INFO STEP 1176 (remove_files) COMPLETE |
7900 | 2024-12-19T20:26:24.261Z | [ recovery-image] Dec 19 20:26:22.867 INFO O| Dec 19 20:26:22.867 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-19T20:26:24.281Z | [ recovery-image] Dec 19 20:26:22.892 INFO O| Dec 19 20:26:22.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7902 | 2024-12-19T20:26:24.281Z | [ recovery-image] Dec 19 20:26:22.892 INFO O| Dec 19 20:26:22.892 INFO STEP 1177 (remove_files) COMPLETE |
7903 | 2024-12-19T20:26:24.283Z | [ recovery-image] Dec 19 20:26:22.892 INFO O| Dec 19 20:26:22.892 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-19T20:26:24.308Z | [ recovery-image] Dec 19 20:26:22.917 INFO O| Dec 19 20:26:22.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7905 | 2024-12-19T20:26:24.308Z | [ recovery-image] Dec 19 20:26:22.917 INFO O| Dec 19 20:26:22.917 INFO STEP 1178 (remove_files) COMPLETE |
7906 | 2024-12-19T20:26:24.314Z | [ recovery-image] Dec 19 20:26:22.917 INFO O| Dec 19 20:26:22.917 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-19T20:26:24.327Z | [ recovery-image] Dec 19 20:26:22.938 INFO O| Dec 19 20:26:22.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7908 | 2024-12-19T20:26:24.330Z | [ recovery-image] Dec 19 20:26:22.939 INFO O| Dec 19 20:26:22.938 INFO STEP 1179 (remove_files) COMPLETE |
7909 | 2024-12-19T20:26:24.330Z | [ recovery-image] Dec 19 20:26:22.939 INFO O| Dec 19 20:26:22.939 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-19T20:26:24.368Z | [ recovery-image] Dec 19 20:26:22.979 INFO O| Dec 19 20:26:22.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7911 | 2024-12-19T20:26:24.368Z | [ recovery-image] Dec 19 20:26:22.979 INFO O| Dec 19 20:26:22.979 INFO STEP 1180 (remove_files) COMPLETE |
7912 | 2024-12-19T20:26:24.371Z | [ recovery-image] Dec 19 20:26:22.979 INFO O| Dec 19 20:26:22.979 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-19T20:26:24.411Z | [ recovery-image] Dec 19 20:26:23.022 INFO O| Dec 19 20:26:23.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7914 | 2024-12-19T20:26:24.411Z | [ recovery-image] Dec 19 20:26:23.022 INFO O| Dec 19 20:26:23.022 INFO STEP 1181 (remove_files) COMPLETE |
7915 | 2024-12-19T20:26:24.415Z | [ recovery-image] Dec 19 20:26:23.023 INFO O| Dec 19 20:26:23.022 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-19T20:26:24.449Z | [ recovery-image] Dec 19 20:26:23.060 INFO O| Dec 19 20:26:23.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7917 | 2024-12-19T20:26:24.449Z | [ recovery-image] Dec 19 20:26:23.060 INFO O| Dec 19 20:26:23.060 INFO STEP 1182 (remove_files) COMPLETE |
7918 | 2024-12-19T20:26:24.449Z | [ recovery-image] Dec 19 20:26:23.060 INFO O| Dec 19 20:26:23.060 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-19T20:26:24.470Z | [ recovery-image] Dec 19 20:26:23.081 INFO O| Dec 19 20:26:23.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7920 | 2024-12-19T20:26:24.470Z | [ recovery-image] Dec 19 20:26:23.082 INFO O| Dec 19 20:26:23.082 INFO STEP 1183 (remove_files) COMPLETE |
7921 | 2024-12-19T20:26:24.470Z | [ recovery-image] Dec 19 20:26:23.082 INFO O| Dec 19 20:26:23.082 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-19T20:26:24.491Z | [ recovery-image] Dec 19 20:26:23.103 INFO O| Dec 19 20:26:23.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7923 | 2024-12-19T20:26:24.491Z | [ recovery-image] Dec 19 20:26:23.103 INFO O| Dec 19 20:26:23.103 INFO STEP 1184 (remove_files) COMPLETE |
7924 | 2024-12-19T20:26:24.491Z | [ recovery-image] Dec 19 20:26:23.103 INFO O| Dec 19 20:26:23.103 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-19T20:26:24.535Z | [ recovery-image] Dec 19 20:26:23.145 INFO O| Dec 19 20:26:23.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7926 | 2024-12-19T20:26:24.535Z | [ recovery-image] Dec 19 20:26:23.145 INFO O| Dec 19 20:26:23.145 INFO STEP 1185 (remove_files) COMPLETE |
7927 | 2024-12-19T20:26:24.535Z | [ recovery-image] Dec 19 20:26:23.145 INFO O| Dec 19 20:26:23.145 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-19T20:26:24.592Z | [ recovery-image] Dec 19 20:26:23.203 INFO O| Dec 19 20:26:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7929 | 2024-12-19T20:26:24.592Z | [ recovery-image] Dec 19 20:26:23.204 INFO O| Dec 19 20:26:23.204 INFO STEP 1186 (remove_files) COMPLETE |
7930 | 2024-12-19T20:26:24.592Z | [ recovery-image] Dec 19 20:26:23.204 INFO O| Dec 19 20:26:23.204 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-19T20:26:24.607Z | [ host-image] Dec 19 20:26:23.218 INFO O| Dec 19 20:26:23.218 INFO O| Planning: Evaluating mediators ... Done |
7932 | 2024-12-19T20:26:24.615Z | [ host-image] Dec 19 20:26:23.219 INFO O| Dec 19 20:26:23.218 INFO O| Planning: Planning completed in 5.27 seconds |
7933 | 2024-12-19T20:26:24.615Z | [ host-image] Dec 19 20:26:23.221 INFO O| Dec 19 20:26:23.221 INFO O| Packages to install: 1 |
7934 | 2024-12-19T20:26:24.618Z | [ recovery-image] Dec 19 20:26:23.226 INFO O| Dec 19 20:26:23.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7935 | 2024-12-19T20:26:24.618Z | [ recovery-image] Dec 19 20:26:23.226 INFO O| Dec 19 20:26:23.226 INFO STEP 1187 (remove_files) COMPLETE |
7936 | 2024-12-19T20:26:24.618Z | [ recovery-image] Dec 19 20:26:23.226 INFO O| Dec 19 20:26:23.226 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2024-12-19T20:26:24.640Z | [ recovery-image] Dec 19 20:26:23.248 INFO O| Dec 19 20:26:23.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7938 | 2024-12-19T20:26:24.640Z | [ recovery-image] Dec 19 20:26:23.248 INFO O| Dec 19 20:26:23.248 INFO STEP 1188 (remove_files) COMPLETE |
7939 | 2024-12-19T20:26:24.640Z | [ recovery-image] Dec 19 20:26:23.248 INFO O| Dec 19 20:26:23.248 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2024-12-19T20:26:24.660Z | [ recovery-image] Dec 19 20:26:23.271 INFO O| Dec 19 20:26:23.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7941 | 2024-12-19T20:26:24.660Z | [ recovery-image] Dec 19 20:26:23.271 INFO O| Dec 19 20:26:23.271 INFO STEP 1189 (remove_files) COMPLETE |
7942 | 2024-12-19T20:26:24.660Z | [ recovery-image] Dec 19 20:26:23.271 INFO O| Dec 19 20:26:23.271 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2024-12-19T20:26:24.663Z | [ host-image] Dec 19 20:26:23.273 INFO O| Dec 19 20:26:23.273 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
7944 | 2024-12-19T20:26:24.694Z | [ recovery-image] Dec 19 20:26:23.305 INFO O| Dec 19 20:26:23.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7945 | 2024-12-19T20:26:24.694Z | [ recovery-image] Dec 19 20:26:23.305 INFO O| Dec 19 20:26:23.305 INFO STEP 1190 (remove_files) COMPLETE |
7946 | 2024-12-19T20:26:24.694Z | [ recovery-image] Dec 19 20:26:23.305 INFO O| Dec 19 20:26:23.305 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-19T20:26:24.719Z | [ recovery-image] Dec 19 20:26:23.326 INFO O| Dec 19 20:26:23.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7948 | 2024-12-19T20:26:24.724Z | [ recovery-image] Dec 19 20:26:23.326 INFO O| Dec 19 20:26:23.326 INFO STEP 1191 (remove_files) COMPLETE |
7949 | 2024-12-19T20:26:24.724Z | [ recovery-image] Dec 19 20:26:23.326 INFO O| Dec 19 20:26:23.326 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-19T20:26:24.738Z | [ recovery-image] Dec 19 20:26:23.346 INFO O| Dec 19 20:26:23.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7951 | 2024-12-19T20:26:24.738Z | [ recovery-image] Dec 19 20:26:23.346 INFO O| Dec 19 20:26:23.346 INFO STEP 1192 (remove_files) COMPLETE |
7952 | 2024-12-19T20:26:24.738Z | [ recovery-image] Dec 19 20:26:23.346 INFO O| Dec 19 20:26:23.346 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-19T20:26:24.760Z | [ recovery-image] Dec 19 20:26:23.371 INFO O| Dec 19 20:26:23.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7954 | 2024-12-19T20:26:24.760Z | [ recovery-image] Dec 19 20:26:23.371 INFO O| Dec 19 20:26:23.371 INFO STEP 1193 (remove_files) COMPLETE |
7955 | 2024-12-19T20:26:24.760Z | [ recovery-image] Dec 19 20:26:23.371 INFO O| Dec 19 20:26:23.371 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-19T20:26:24.780Z | [ recovery-image] Dec 19 20:26:23.391 INFO O| Dec 19 20:26:23.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7957 | 2024-12-19T20:26:24.780Z | [ recovery-image] Dec 19 20:26:23.391 INFO O| Dec 19 20:26:23.391 INFO STEP 1194 (remove_files) COMPLETE |
7958 | 2024-12-19T20:26:24.780Z | [ recovery-image] Dec 19 20:26:23.391 INFO O| Dec 19 20:26:23.391 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-19T20:26:24.808Z | [ recovery-image] Dec 19 20:26:23.418 INFO O| Dec 19 20:26:23.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7960 | 2024-12-19T20:26:24.808Z | [ recovery-image] Dec 19 20:26:23.418 INFO O| Dec 19 20:26:23.418 INFO STEP 1195 (remove_files) COMPLETE |
7961 | 2024-12-19T20:26:24.808Z | [ recovery-image] Dec 19 20:26:23.418 INFO O| Dec 19 20:26:23.418 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-19T20:26:24.841Z | [ recovery-image] Dec 19 20:26:23.449 INFO O| Dec 19 20:26:23.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7963 | 2024-12-19T20:26:24.841Z | [ recovery-image] Dec 19 20:26:23.449 INFO O| Dec 19 20:26:23.449 INFO STEP 1196 (remove_files) COMPLETE |
7964 | 2024-12-19T20:26:24.841Z | [ recovery-image] Dec 19 20:26:23.449 INFO O| Dec 19 20:26:23.449 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-19T20:26:24.866Z | [ recovery-image] Dec 19 20:26:23.477 INFO O| Dec 19 20:26:23.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7966 | 2024-12-19T20:26:24.866Z | [ recovery-image] Dec 19 20:26:23.477 INFO O| Dec 19 20:26:23.477 INFO STEP 1197 (remove_files) COMPLETE |
7967 | 2024-12-19T20:26:24.869Z | [ recovery-image] Dec 19 20:26:23.478 INFO O| Dec 19 20:26:23.477 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-19T20:26:24.917Z | [ recovery-image] Dec 19 20:26:23.528 INFO O| Dec 19 20:26:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7969 | 2024-12-19T20:26:24.946Z | [ recovery-image] Dec 19 20:26:23.528 INFO O| Dec 19 20:26:23.528 INFO STEP 1198 (remove_files) COMPLETE |
7970 | 2024-12-19T20:26:24.946Z | [ recovery-image] Dec 19 20:26:23.528 INFO O| Dec 19 20:26:23.528 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-19T20:26:24.946Z | [ recovery-image] Dec 19 20:26:23.550 INFO O| Dec 19 20:26:23.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7972 | 2024-12-19T20:26:24.946Z | [ recovery-image] Dec 19 20:26:23.550 INFO O| Dec 19 20:26:23.550 INFO STEP 1199 (remove_files) COMPLETE |
7973 | 2024-12-19T20:26:24.946Z | [ recovery-image] Dec 19 20:26:23.550 INFO O| Dec 19 20:26:23.550 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-19T20:26:24.964Z | [ recovery-image] Dec 19 20:26:23.572 INFO O| Dec 19 20:26:23.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7975 | 2024-12-19T20:26:24.964Z | [ recovery-image] Dec 19 20:26:23.572 INFO O| Dec 19 20:26:23.572 INFO STEP 1200 (remove_files) COMPLETE |
7976 | 2024-12-19T20:26:24.964Z | [ recovery-image] Dec 19 20:26:23.572 INFO O| Dec 19 20:26:23.572 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-19T20:26:24.983Z | [ recovery-image] Dec 19 20:26:23.594 INFO O| Dec 19 20:26:23.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7978 | 2024-12-19T20:26:24.983Z | [ recovery-image] Dec 19 20:26:23.594 INFO O| Dec 19 20:26:23.594 INFO STEP 1201 (remove_files) COMPLETE |
7979 | 2024-12-19T20:26:24.983Z | [ recovery-image] Dec 19 20:26:23.594 INFO O| Dec 19 20:26:23.594 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-19T20:26:25.005Z | [ recovery-image] Dec 19 20:26:23.616 INFO O| Dec 19 20:26:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7981 | 2024-12-19T20:26:25.005Z | [ recovery-image] Dec 19 20:26:23.616 INFO O| Dec 19 20:26:23.616 INFO STEP 1202 (remove_files) COMPLETE |
7982 | 2024-12-19T20:26:25.011Z | [ recovery-image] Dec 19 20:26:23.616 INFO O| Dec 19 20:26:23.616 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-19T20:26:25.027Z | [ recovery-image] Dec 19 20:26:23.638 INFO O| Dec 19 20:26:23.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7984 | 2024-12-19T20:26:25.027Z | [ recovery-image] Dec 19 20:26:23.639 INFO O| Dec 19 20:26:23.639 INFO STEP 1203 (remove_files) COMPLETE |
7985 | 2024-12-19T20:26:25.030Z | [ recovery-image] Dec 19 20:26:23.639 INFO O| Dec 19 20:26:23.639 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-19T20:26:25.042Z | [ host-image] Dec 19 20:26:23.653 INFO O| Dec 19 20:26:23.653 INFO O| Download: Completed 9.99 MB in 0.38 seconds (26.3M/s) |
7987 | 2024-12-19T20:26:25.050Z | [ recovery-image] Dec 19 20:26:23.662 INFO O| Dec 19 20:26:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7988 | 2024-12-19T20:26:25.051Z | [ recovery-image] Dec 19 20:26:23.662 INFO O| Dec 19 20:26:23.662 INFO STEP 1204 (remove_files) COMPLETE |
7989 | 2024-12-19T20:26:25.051Z | [ recovery-image] Dec 19 20:26:23.662 INFO O| Dec 19 20:26:23.662 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7990 | 2024-12-19T20:26:25.094Z | [ recovery-image] Dec 19 20:26:23.703 INFO O| Dec 19 20:26:23.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7991 | 2024-12-19T20:26:25.095Z | [ recovery-image] Dec 19 20:26:23.703 INFO O| Dec 19 20:26:23.703 INFO STEP 1205 (remove_files) COMPLETE |
7992 | 2024-12-19T20:26:25.097Z | [ recovery-image] Dec 19 20:26:23.703 INFO O| Dec 19 20:26:23.703 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7993 | 2024-12-19T20:26:25.170Z | [ recovery-image] Dec 19 20:26:23.781 INFO O| Dec 19 20:26:23.781 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7994 | 2024-12-19T20:26:25.170Z | [ recovery-image] Dec 19 20:26:23.781 INFO O| Dec 19 20:26:23.781 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7995 | 2024-12-19T20:26:25.228Z | [ host-image] Dec 19 20:26:23.839 INFO O| Dec 19 20:26:23.839 INFO O| Actions: 1/22 actions (Installing new actions) |
7996 | 2024-12-19T20:26:25.667Z | [ host-image] Dec 19 20:26:24.278 INFO O| Dec 19 20:26:24.278 INFO O| Actions: Completed 22 actions in 0.44 seconds. |
7997 | 2024-12-19T20:26:26.192Z | [ host-image] Dec 19 20:26:24.803 INFO O| Dec 19 20:26:24.803 INFO O| Done |
7998 | 2024-12-19T20:26:26.192Z | [ host-image] Dec 19 20:26:24.803 INFO O| Dec 19 20:26:24.803 INFO O| Done |
7999 | 2024-12-19T20:26:26.744Z | [ recovery-image] Dec 19 20:26:25.355 INFO O| Dec 19 20:26:25.355 INFO STEP 1206 (pack_tar) COMPLETE |
8000 | 2024-12-19T20:26:26.744Z | [ recovery-image] Dec 19 20:26:25.355 INFO O| Dec 19 20:26:25.355 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8001 | 2024-12-19T20:26:26.746Z | [ recovery-image] Dec 19 20:26:25.355 INFO O| Dec 19 20:26:25.355 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8002 | 2024-12-19T20:26:27.142Z | [ recovery-image] Dec 19 20:26:25.752 INFO O| Dec 19 20:26:25.752 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8003 | 2024-12-19T20:26:27.298Z | [ recovery-image] Dec 19 20:26:25.909 INFO O| Dec 19 20:26:25.909 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8004 | 2024-12-19T20:26:27.310Z | [ recovery-image] Dec 19 20:26:25.919 INFO image builder template: zfs-recovery... |
8005 | 2024-12-19T20:26:27.313Z | [ recovery-image] Dec 19 20:26:25.920 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/.tmplSEuS3/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 |
8006 | 2024-12-19T20:26:27.366Z | [ recovery-image] Dec 19 20:26:25.977 INFO O| Dec 19 20:26:25.976 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8007 | 2024-12-19T20:26:27.381Z | [ recovery-image] Dec 19 20:26:25.991 INFO O| Dec 19 20:26:25.991 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8008 | 2024-12-19T20:26:27.533Z | [ recovery-image] Dec 19 20:26:26.143 INFO O| Dec 19 20:26:26.143 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8009 | 2024-12-19T20:26:27.644Z | [ recovery-image] Dec 19 20:26:26.255 INFO O| Dec 19 20:26:26.255 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8010 | 2024-12-19T20:26:27.647Z | [ recovery-image] Dec 19 20:26:26.255 INFO O| Dec 19 20:26:26.255 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8011 | 2024-12-19T20:26:27.669Z | [ recovery-image] Dec 19 20:26:26.280 INFO O| Dec 19 20:26:26.280 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8012 | 2024-12-19T20:26:27.711Z | [ host-image] Dec 19 20:26:26.321 INFO O| Dec 19 20:26:26.321 INFO O| Done |
8013 | 2024-12-19T20:26:27.805Z | [ recovery-image] Dec 19 20:26:26.416 INFO O| Dec 19 20:26:26.415 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8014 | 2024-12-19T20:26:27.890Z | [ recovery-image] Dec 19 20:26:26.501 INFO O| Dec 19 20:26:26.501 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8015 | 2024-12-19T20:26:27.910Z | [ recovery-image] Dec 19 20:26:26.520 INFO O| Dec 19 20:26:26.520 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8016 | 2024-12-19T20:26:27.920Z | [ recovery-image] Dec 19 20:26:26.531 INFO O| Dec 19 20:26:26.530 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8017 | 2024-12-19T20:26:27.927Z | [ recovery-image] Dec 19 20:26:26.538 INFO O| Dec 19 20:26:26.538 INFO no lofi found |
8018 | 2024-12-19T20:26:27.928Z | [ recovery-image] Dec 19 20:26:26.538 INFO O| Dec 19 20:26:26.538 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8019 | 2024-12-19T20:26:27.928Z | [ recovery-image] Dec 19 20:26:26.538 INFO O| Dec 19 20:26:26.538 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8020 | 2024-12-19T20:26:30.401Z | [ recovery-image] Dec 19 20:26:29.011 INFO O| Dec 19 20:26:29.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8021 | 2024-12-19T20:26:30.401Z | [ recovery-image] Dec 19 20:26:29.011 INFO O| Dec 19 20:26:29.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8022 | 2024-12-19T20:26:30.404Z | [ recovery-image] Dec 19 20:26:29.012 INFO O| Dec 19 20:26:29.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"] |
8023 | 2024-12-19T20:26:30.601Z | [ recovery-image] Dec 19 20:26:29.212 INFO O| Dec 19 20:26:29.212 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8024 | 2024-12-19T20:26:30.601Z | [ recovery-image] Dec 19 20:26:29.212 INFO O| Dec 19 20:26:29.212 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8025 | 2024-12-19T20:26:30.612Z | [ host-image] Dec 19 20:26:29.222 INFO O| Dec 19 20:26:29.222 INFO O| Done |
8026 | 2024-12-19T20:26:30.637Z | [ recovery-image] Dec 19 20:26:29.248 INFO O| Dec 19 20:26:29.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8027 | 2024-12-19T20:26:30.675Z | [ host-image] Dec 19 20:26:29.273 INFO O| Dec 19 20:26:29.273 INFO O| Done |
8028 | 2024-12-19T20:26:30.675Z | [ host-image] Dec 19 20:26:29.273 INFO O| Dec 19 20:26:29.273 INFO O| Done |
8029 | 2024-12-19T20:26:30.691Z | [ host-image] Dec 19 20:26:29.301 INFO O| Dec 19 20:26:29.301 INFO O| Done |
8030 | 2024-12-19T20:26:30.767Z | [ recovery-image] Dec 19 20:26:29.377 INFO O| Dec 19 20:26:29.377 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8031 | 2024-12-19T20:26:30.840Z | [ recovery-image] Dec 19 20:26:29.451 INFO O| Dec 19 20:26:29.451 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8032 | 2024-12-19T20:26:30.870Z | [ recovery-image] Dec 19 20:26:29.480 INFO O| Dec 19 20:26:29.480 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8033 | 2024-12-19T20:26:30.891Z | [ recovery-image] Dec 19 20:26:29.501 INFO O| Dec 19 20:26:29.501 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8034 | 2024-12-19T20:26:30.900Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO STEP 14 (pkg_install) COMPLETE |
8035 | 2024-12-19T20:26:30.900Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8036 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO skip step because feature "mfg" is not enabled |
8037 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8038 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO skip step because feature "compliance" is not enabled |
8039 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8040 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO skip step because feature "stress" is not enabled |
8041 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8042 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO skip step because feature "nfs" is not enabled |
8043 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8044 | 2024-12-19T20:26:30.903Z | [ host-image] Dec 19 20:26:29.510 INFO O| Dec 19 20:26:29.510 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8045 | 2024-12-19T20:26:30.985Z | [ recovery-image] Dec 19 20:26:29.595 INFO O| Dec 19 20:26:29.595 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8046 | 2024-12-19T20:26:30.988Z | [ recovery-image] Dec 19 20:26:29.596 INFO O| Dec 19 20:26:29.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8047 | 2024-12-19T20:26:30.988Z | [ recovery-image] Dec 19 20:26:29.596 INFO O| Dec 19 20:26:29.596 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8048 | 2024-12-19T20:26:31.045Z | [ recovery-image] Dec 19 20:26:29.655 INFO O| Dec 19 20:26:29.655 INFO boot environment UUID: 80c8aa49-9735-447c-bf1d-a0df865db512 |
8049 | 2024-12-19T20:26:31.045Z | [ recovery-image] Dec 19 20:26:29.655 INFO O| Dec 19 20:26:29.655 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 80c8aa49-9735-447c-bf1d-a0df865db512 |
8050 | 2024-12-19T20:26:31.063Z | [ host-image] Dec 19 20:26:29.673 INFO O| Dec 19 20:26:29.673 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8051 | 2024-12-19T20:26:31.138Z | [ recovery-image] Dec 19 20:26:29.748 INFO O| Dec 19 20:26:29.748 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8052 | 2024-12-19T20:26:31.193Z | [ host-image] Dec 19 20:26:29.803 INFO O| Dec 19 20:26:29.803 INFO completed processing gimlet/ramdisk-01-os |
8053 | 2024-12-19T20:26:31.196Z | [ host-image] Dec 19 20:26:29.806 INFO omicron1 baseline generation... |
8054 | 2024-12-19T20:26:31.198Z | [ host-image] Dec 19 20:26:29.806 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8055 | 2024-12-19T20:26:31.201Z | [ recovery-image] Dec 19 20:26:29.809 INFO O| Dec 19 20:26:29.809 INFO STEP 0 (create_be) COMPLETE |
8056 | 2024-12-19T20:26:31.201Z | [ recovery-image] Dec 19 20:26:29.809 INFO O| Dec 19 20:26:29.809 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8057 | 2024-12-19T20:26:31.307Z | [ recovery-image] Dec 19 20:26:29.917 INFO O| Dec 19 20:26:29.917 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"] |
8058 | 2024-12-19T20:26:32.075Z | [ host-image] Dec 19 20:26:30.685 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z |
8059 | 2024-12-19T20:26:37.832Z | [ recovery-image] Dec 19 20:26:36.441 INFO O| Dec 19 20:26:36.441 INFO STEP 1 (unpack_tar) COMPLETE |
8060 | 2024-12-19T20:26:37.832Z | [ recovery-image] Dec 19 20:26:36.441 INFO O| Dec 19 20:26:36.441 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8061 | 2024-12-19T20:26:37.852Z | [ recovery-image] Dec 19 20:26:36.461 INFO O| Dec 19 20:26:36.460 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8062 | 2024-12-19T20:26:38.306Z | [ recovery-image] Dec 19 20:26:36.915 INFO O| Dec 19 20:26:36.914 INFO STEP 2 (devfsadm) COMPLETE |
8063 | 2024-12-19T20:26:38.306Z | [ recovery-image] Dec 19 20:26:36.915 INFO O| Dec 19 20:26:36.914 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8064 | 2024-12-19T20:26:38.328Z | [ recovery-image] Dec 19 20:26:36.937 INFO O| Dec 19 20:26:36.936 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8065 | 2024-12-19T20:26:38.328Z | [ recovery-image] Dec 19 20:26:36.937 INFO O| Dec 19 20:26:36.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8066 | 2024-12-19T20:26:38.329Z | [ recovery-image] Dec 19 20:26:36.937 INFO O| Dec 19 20:26:36.937 INFO STEP 3 (ensure_dir) COMPLETE |
8067 | 2024-12-19T20:26:38.329Z | [ recovery-image] Dec 19 20:26:36.937 INFO O| Dec 19 20:26:36.937 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8068 | 2024-12-19T20:26:38.375Z | [ recovery-image] Dec 19 20:26:36.982 INFO O| Dec 19 20:26:36.981 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8069 | 2024-12-19T20:26:38.375Z | [ recovery-image] Dec 19 20:26:36.982 INFO O| Dec 19 20:26:36.982 INFO STEP 4 (ensure_dir) COMPLETE |
8070 | 2024-12-19T20:26:38.378Z | [ recovery-image] Dec 19 20:26:36.982 INFO O| Dec 19 20:26:36.982 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8071 | 2024-12-19T20:26:38.398Z | [ recovery-image] Dec 19 20:26:37.004 INFO O| Dec 19 20:26:37.004 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8072 | 2024-12-19T20:26:38.398Z | [ recovery-image] Dec 19 20:26:37.004 INFO O| Dec 19 20:26:37.004 INFO STEP 5 (ensure_dir) COMPLETE |
8073 | 2024-12-19T20:26:38.401Z | [ recovery-image] Dec 19 20:26:37.004 INFO O| Dec 19 20:26:37.004 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8074 | 2024-12-19T20:26:38.418Z | [ recovery-image] Dec 19 20:26:37.025 INFO O| Dec 19 20:26:37.024 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8075 | 2024-12-19T20:26:38.418Z | [ recovery-image] Dec 19 20:26:37.025 INFO O| Dec 19 20:26:37.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8076 | 2024-12-19T20:26:38.418Z | [ recovery-image] Dec 19 20:26:37.025 INFO O| Dec 19 20:26:37.025 INFO STEP 6 (ensure_dir) COMPLETE |
8077 | 2024-12-19T20:26:38.418Z | [ recovery-image] Dec 19 20:26:37.025 INFO O| Dec 19 20:26:37.025 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8078 | 2024-12-19T20:26:38.439Z | [ recovery-image] Dec 19 20:26:37.048 INFO O| Dec 19 20:26:37.048 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8079 | 2024-12-19T20:26:38.439Z | [ recovery-image] Dec 19 20:26:37.048 INFO O| Dec 19 20:26:37.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8080 | 2024-12-19T20:26:38.444Z | [ recovery-image] Dec 19 20:26:37.048 INFO O| Dec 19 20:26:37.048 INFO STEP 7 (ensure_dir) COMPLETE |
8081 | 2024-12-19T20:26:38.444Z | [ recovery-image] Dec 19 20:26:37.048 INFO O| Dec 19 20:26:37.048 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8082 | 2024-12-19T20:26:38.461Z | [ recovery-image] Dec 19 20:26:37.070 INFO O| Dec 19 20:26:37.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8083 | 2024-12-19T20:26:38.465Z | [ recovery-image] Dec 19 20:26:37.070 INFO O| Dec 19 20:26:37.070 INFO STEP 8 (remove_files) COMPLETE |
8084 | 2024-12-19T20:26:38.465Z | [ recovery-image] Dec 19 20:26:37.070 INFO O| Dec 19 20:26:37.070 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8085 | 2024-12-19T20:26:38.481Z | [ recovery-image] Dec 19 20:26:37.090 INFO O| Dec 19 20:26:37.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8086 | 2024-12-19T20:26:38.484Z | [ recovery-image] Dec 19 20:26:37.092 INFO O| Dec 19 20:26:37.091 INFO STEP 9 (remove_files) COMPLETE |
8087 | 2024-12-19T20:26:38.484Z | [ recovery-image] Dec 19 20:26:37.092 INFO O| Dec 19 20:26:37.092 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8088 | 2024-12-19T20:26:38.504Z | [ recovery-image] Dec 19 20:26:37.113 INFO O| Dec 19 20:26:37.112 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8089 | 2024-12-19T20:26:38.507Z | [ recovery-image] Dec 19 20:26:37.114 INFO O| Dec 19 20:26:37.114 INFO STEP 10 (remove_files) COMPLETE |
8090 | 2024-12-19T20:26:38.507Z | [ recovery-image] Dec 19 20:26:37.114 INFO O| Dec 19 20:26:37.114 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8091 | 2024-12-19T20:26:38.526Z | [ recovery-image] Dec 19 20:26:37.135 INFO O| Dec 19 20:26:37.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8092 | 2024-12-19T20:26:38.532Z | [ recovery-image] Dec 19 20:26:37.135 INFO O| Dec 19 20:26:37.135 INFO STEP 11 (remove_files) COMPLETE |
8093 | 2024-12-19T20:26:38.532Z | [ recovery-image] Dec 19 20:26:37.135 INFO O| Dec 19 20:26:37.135 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8094 | 2024-12-19T20:26:38.573Z | [ recovery-image] Dec 19 20:26:37.182 INFO O| Dec 19 20:26:37.182 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8095 | 2024-12-19T20:26:38.576Z | [ recovery-image] Dec 19 20:26:37.182 INFO O| Dec 19 20:26:37.182 INFO STEP 12 (remove_files) COMPLETE |
8096 | 2024-12-19T20:26:38.576Z | [ recovery-image] Dec 19 20:26:37.182 INFO O| Dec 19 20:26:37.182 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8097 | 2024-12-19T20:26:38.599Z | [ recovery-image] Dec 19 20:26:37.208 INFO O| Dec 19 20:26:37.208 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8098 | 2024-12-19T20:26:38.599Z | [ recovery-image] Dec 19 20:26:37.208 INFO O| Dec 19 20:26:37.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8099 | 2024-12-19T20:26:38.599Z | [ recovery-image] Dec 19 20:26:37.208 INFO O| Dec 19 20:26:37.208 INFO STEP 13 (ensure_dir) COMPLETE |
8100 | 2024-12-19T20:26:38.602Z | [ recovery-image] Dec 19 20:26:37.208 INFO O| Dec 19 20:26:37.208 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8101 | 2024-12-19T20:26:38.622Z | [ recovery-image] Dec 19 20:26:37.230 INFO O| Dec 19 20:26:37.230 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8102 | 2024-12-19T20:26:38.624Z | [ recovery-image] Dec 19 20:26:37.231 INFO O| Dec 19 20:26:37.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8103 | 2024-12-19T20:26:38.624Z | [ recovery-image] Dec 19 20:26:37.231 INFO O| Dec 19 20:26:37.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8104 | 2024-12-19T20:26:38.624Z | [ recovery-image] Dec 19 20:26:37.231 INFO O| Dec 19 20:26:37.231 INFO STEP 14 (ensure_dir) COMPLETE |
8105 | 2024-12-19T20:26:38.625Z | [ recovery-image] Dec 19 20:26:37.231 INFO O| Dec 19 20:26:37.231 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8106 | 2024-12-19T20:26:38.648Z | [ recovery-image] Dec 19 20:26:37.257 INFO O| Dec 19 20:26:37.257 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8107 | 2024-12-19T20:26:38.648Z | [ recovery-image] Dec 19 20:26:37.257 INFO O| Dec 19 20:26:37.257 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8108 | 2024-12-19T20:26:38.648Z | [ recovery-image] Dec 19 20:26:37.257 INFO O| Dec 19 20:26:37.257 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8109 | 2024-12-19T20:26:38.651Z | [ recovery-image] Dec 19 20:26:37.257 INFO O| Dec 19 20:26:37.257 INFO STEP 15 (ensure_dir) COMPLETE |
8110 | 2024-12-19T20:26:38.651Z | [ recovery-image] Dec 19 20:26:37.257 INFO O| Dec 19 20:26:37.257 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8111 | 2024-12-19T20:26:38.669Z | [ recovery-image] Dec 19 20:26:37.278 INFO O| Dec 19 20:26:37.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8112 | 2024-12-19T20:26:38.669Z | [ recovery-image] Dec 19 20:26:37.278 INFO O| Dec 19 20:26:37.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8113 | 2024-12-19T20:26:38.672Z | [ recovery-image] Dec 19 20:26:37.278 INFO O| Dec 19 20:26:37.278 INFO STEP 16 (ensure_dir) COMPLETE |
8114 | 2024-12-19T20:26:38.672Z | [ recovery-image] Dec 19 20:26:37.279 INFO O| Dec 19 20:26:37.278 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8115 | 2024-12-19T20:26:38.691Z | [ recovery-image] Dec 19 20:26:37.299 INFO O| Dec 19 20:26:37.299 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8116 | 2024-12-19T20:26:38.691Z | [ recovery-image] Dec 19 20:26:37.299 INFO O| Dec 19 20:26:37.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8117 | 2024-12-19T20:26:38.693Z | [ recovery-image] Dec 19 20:26:37.299 INFO O| Dec 19 20:26:37.299 INFO STEP 17 (ensure_dir) COMPLETE |
8118 | 2024-12-19T20:26:38.693Z | [ recovery-image] Dec 19 20:26:37.299 INFO O| Dec 19 20:26:37.299 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8119 | 2024-12-19T20:26:38.709Z | [ recovery-image] Dec 19 20:26:37.318 INFO O| Dec 19 20:26:37.318 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8120 | 2024-12-19T20:26:38.709Z | [ recovery-image] Dec 19 20:26:37.318 INFO O| Dec 19 20:26:37.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8121 | 2024-12-19T20:26:38.709Z | [ recovery-image] Dec 19 20:26:37.318 INFO O| Dec 19 20:26:37.318 INFO ok! |
8122 | 2024-12-19T20:26:38.713Z | [ recovery-image] Dec 19 20:26:37.319 INFO O| Dec 19 20:26:37.318 INFO STEP 18 (ensure_symlink) COMPLETE |
8123 | 2024-12-19T20:26:38.713Z | [ recovery-image] Dec 19 20:26:37.319 INFO O| Dec 19 20:26:37.319 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8124 | 2024-12-19T20:26:38.736Z | [ recovery-image] Dec 19 20:26:37.344 INFO O| Dec 19 20:26:37.344 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8125 | 2024-12-19T20:26:38.738Z | [ recovery-image] Dec 19 20:26:37.345 INFO O| Dec 19 20:26:37.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8126 | 2024-12-19T20:26:38.738Z | [ recovery-image] Dec 19 20:26:37.345 INFO O| Dec 19 20:26:37.345 INFO ok! |
8127 | 2024-12-19T20:26:38.739Z | [ recovery-image] Dec 19 20:26:37.345 INFO O| Dec 19 20:26:37.345 INFO STEP 19 (ensure_file) COMPLETE |
8128 | 2024-12-19T20:26:38.739Z | [ recovery-image] Dec 19 20:26:37.345 INFO O| Dec 19 20:26:37.345 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8129 | 2024-12-19T20:26:38.775Z | [ recovery-image] Dec 19 20:26:37.384 INFO O| Dec 19 20:26:37.384 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8130 | 2024-12-19T20:26:38.775Z | [ recovery-image] Dec 19 20:26:37.384 INFO O| Dec 19 20:26:37.384 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8131 | 2024-12-19T20:26:38.778Z | [ recovery-image] Dec 19 20:26:37.384 INFO O| Dec 19 20:26:37.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8132 | 2024-12-19T20:26:38.778Z | [ recovery-image] Dec 19 20:26:37.384 INFO O| Dec 19 20:26:37.384 INFO ok! |
8133 | 2024-12-19T20:26:38.778Z | [ recovery-image] Dec 19 20:26:37.384 INFO O| Dec 19 20:26:37.384 INFO STEP 20 (ensure_symlink) COMPLETE |
8134 | 2024-12-19T20:26:38.778Z | [ recovery-image] Dec 19 20:26:37.384 INFO O| Dec 19 20:26:37.384 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8135 | 2024-12-19T20:26:38.798Z | [ recovery-image] Dec 19 20:26:37.407 INFO O| Dec 19 20:26:37.407 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8136 | 2024-12-19T20:26:38.801Z | [ recovery-image] Dec 19 20:26:37.407 INFO O| Dec 19 20:26:37.407 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8137 | 2024-12-19T20:26:38.801Z | [ recovery-image] Dec 19 20:26:37.407 INFO O| Dec 19 20:26:37.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8138 | 2024-12-19T20:26:38.802Z | [ recovery-image] Dec 19 20:26:37.407 INFO O| Dec 19 20:26:37.407 INFO ok! |
8139 | 2024-12-19T20:26:38.802Z | [ recovery-image] Dec 19 20:26:37.407 INFO O| Dec 19 20:26:37.407 INFO STEP 21 (ensure_symlink) COMPLETE |
8140 | 2024-12-19T20:26:38.802Z | [ recovery-image] Dec 19 20:26:37.407 INFO O| Dec 19 20:26:37.407 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8141 | 2024-12-19T20:26:38.820Z | [ recovery-image] Dec 19 20:26:37.429 INFO O| Dec 19 20:26:37.428 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8142 | 2024-12-19T20:26:38.820Z | [ recovery-image] Dec 19 20:26:37.429 INFO O| Dec 19 20:26:37.429 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8143 | 2024-12-19T20:26:38.823Z | [ recovery-image] Dec 19 20:26:37.429 INFO O| Dec 19 20:26:37.429 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8144 | 2024-12-19T20:26:38.824Z | [ recovery-image] Dec 19 20:26:37.429 INFO O| Dec 19 20:26:37.429 INFO ok! |
8145 | 2024-12-19T20:26:38.824Z | [ recovery-image] Dec 19 20:26:37.429 INFO O| Dec 19 20:26:37.429 INFO STEP 22 (ensure_symlink) COMPLETE |
8146 | 2024-12-19T20:26:38.824Z | [ recovery-image] Dec 19 20:26:37.429 INFO O| Dec 19 20:26:37.429 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8147 | 2024-12-19T20:26:38.841Z | [ recovery-image] Dec 19 20:26:37.449 INFO O| Dec 19 20:26:37.449 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8148 | 2024-12-19T20:26:38.841Z | [ recovery-image] Dec 19 20:26:37.449 INFO O| Dec 19 20:26:37.449 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8149 | 2024-12-19T20:26:38.844Z | [ recovery-image] Dec 19 20:26:37.449 INFO O| Dec 19 20:26:37.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8150 | 2024-12-19T20:26:38.844Z | [ recovery-image] Dec 19 20:26:37.449 INFO O| Dec 19 20:26:37.449 INFO ok! |
8151 | 2024-12-19T20:26:38.844Z | [ recovery-image] Dec 19 20:26:37.449 INFO O| Dec 19 20:26:37.449 INFO STEP 23 (ensure_symlink) COMPLETE |
8152 | 2024-12-19T20:26:38.844Z | [ recovery-image] Dec 19 20:26:37.449 INFO O| Dec 19 20:26:37.449 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8153 | 2024-12-19T20:26:38.881Z | [ recovery-image] Dec 19 20:26:37.490 INFO O| Dec 19 20:26:37.489 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8154 | 2024-12-19T20:26:38.884Z | [ recovery-image] Dec 19 20:26:37.490 INFO O| Dec 19 20:26:37.490 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 ... |
8155 | 2024-12-19T20:26:38.884Z | [ recovery-image] Dec 19 20:26:37.490 INFO O| Dec 19 20:26:37.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8156 | 2024-12-19T20:26:38.884Z | [ recovery-image] Dec 19 20:26:37.490 INFO O| Dec 19 20:26:37.490 INFO ok! |
8157 | 2024-12-19T20:26:38.884Z | [ recovery-image] Dec 19 20:26:37.490 INFO O| Dec 19 20:26:37.490 INFO STEP 24 (ensure_file) COMPLETE |
8158 | 2024-12-19T20:26:38.884Z | [ recovery-image] Dec 19 20:26:37.490 INFO O| Dec 19 20:26:37.490 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8159 | 2024-12-19T20:26:38.902Z | [ recovery-image] Dec 19 20:26:37.511 INFO O| Dec 19 20:26:37.511 INFO updating shadow file |
8160 | 2024-12-19T20:26:38.905Z | [ recovery-image] Dec 19 20:26:37.511 INFO O| Dec 19 20:26:37.511 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8161 | 2024-12-19T20:26:38.905Z | [ recovery-image] Dec 19 20:26:37.511 INFO O| Dec 19 20:26:37.511 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8162 | 2024-12-19T20:26:38.905Z | [ recovery-image] Dec 19 20:26:37.512 INFO O| Dec 19 20:26:37.511 INFO STEP 25 (shadow) COMPLETE |
8163 | 2024-12-19T20:26:38.906Z | [ recovery-image] Dec 19 20:26:37.512 INFO O| Dec 19 20:26:37.511 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8164 | 2024-12-19T20:26:38.924Z | [ recovery-image] Dec 19 20:26:37.532 INFO O| Dec 19 20:26:37.532 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8165 | 2024-12-19T20:26:38.924Z | [ recovery-image] Dec 19 20:26:37.532 INFO O| Dec 19 20:26:37.532 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8166 | 2024-12-19T20:26:38.926Z | [ recovery-image] Dec 19 20:26:37.533 INFO O| Dec 19 20:26:37.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8167 | 2024-12-19T20:26:38.926Z | [ recovery-image] Dec 19 20:26:37.533 INFO O| Dec 19 20:26:37.533 INFO ok! |
8168 | 2024-12-19T20:26:38.926Z | [ recovery-image] Dec 19 20:26:37.533 INFO O| Dec 19 20:26:37.533 INFO STEP 26 (ensure_file) COMPLETE |
8169 | 2024-12-19T20:26:38.926Z | [ recovery-image] Dec 19 20:26:37.533 INFO O| Dec 19 20:26:37.533 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8170 | 2024-12-19T20:26:38.945Z | [ recovery-image] Dec 19 20:26:37.554 INFO O| Dec 19 20:26:37.554 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8171 | 2024-12-19T20:26:38.945Z | [ recovery-image] Dec 19 20:26:37.554 INFO O| Dec 19 20:26:37.554 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8172 | 2024-12-19T20:26:38.948Z | [ recovery-image] Dec 19 20:26:37.554 INFO O| Dec 19 20:26:37.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8173 | 2024-12-19T20:26:38.948Z | [ recovery-image] Dec 19 20:26:37.554 INFO O| Dec 19 20:26:37.554 INFO ok! |
8174 | 2024-12-19T20:26:38.948Z | [ recovery-image] Dec 19 20:26:37.555 INFO O| Dec 19 20:26:37.554 INFO STEP 27 (ensure_file) COMPLETE |
8175 | 2024-12-19T20:26:38.948Z | [ recovery-image] Dec 19 20:26:37.555 INFO O| Dec 19 20:26:37.555 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8176 | 2024-12-19T20:26:38.974Z | [ recovery-image] Dec 19 20:26:37.583 INFO O| Dec 19 20:26:37.583 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8177 | 2024-12-19T20:26:38.974Z | [ recovery-image] Dec 19 20:26:37.583 INFO O| Dec 19 20:26:37.583 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8178 | 2024-12-19T20:26:38.974Z | [ recovery-image] Dec 19 20:26:37.583 INFO O| Dec 19 20:26:37.583 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8179 | 2024-12-19T20:26:38.974Z | [ recovery-image] Dec 19 20:26:37.583 INFO O| Dec 19 20:26:37.583 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8180 | 2024-12-19T20:26:38.976Z | [ recovery-image] Dec 19 20:26:37.583 INFO O| Dec 19 20:26:37.583 INFO ok! |
8181 | 2024-12-19T20:26:38.976Z | [ recovery-image] Dec 19 20:26:37.583 INFO O| Dec 19 20:26:37.583 INFO STEP 28 (ensure_file) COMPLETE |
8182 | 2024-12-19T20:26:38.976Z | [ recovery-image] Dec 19 20:26:37.583 INFO O| Dec 19 20:26:37.583 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8183 | 2024-12-19T20:26:39.004Z | [ recovery-image] Dec 19 20:26:37.612 INFO O| Dec 19 20:26:37.612 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8184 | 2024-12-19T20:26:39.004Z | [ recovery-image] Dec 19 20:26:37.612 INFO O| Dec 19 20:26:37.612 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8185 | 2024-12-19T20:26:39.004Z | [ recovery-image] Dec 19 20:26:37.612 INFO O| Dec 19 20:26:37.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8186 | 2024-12-19T20:26:39.004Z | [ recovery-image] Dec 19 20:26:37.612 INFO O| Dec 19 20:26:37.612 INFO ok! |
8187 | 2024-12-19T20:26:39.004Z | [ recovery-image] Dec 19 20:26:37.612 INFO O| Dec 19 20:26:37.612 INFO STEP 29 (ensure_file) COMPLETE |
8188 | 2024-12-19T20:26:39.006Z | [ recovery-image] Dec 19 20:26:37.612 INFO O| Dec 19 20:26:37.612 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8189 | 2024-12-19T20:26:39.022Z | [ recovery-image] Dec 19 20:26:37.631 INFO O| Dec 19 20:26:37.630 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8190 | 2024-12-19T20:26:39.022Z | [ recovery-image] Dec 19 20:26:37.631 INFO O| Dec 19 20:26:37.631 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8191 | 2024-12-19T20:26:39.025Z | [ recovery-image] Dec 19 20:26:37.631 INFO O| Dec 19 20:26:37.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8192 | 2024-12-19T20:26:39.025Z | [ recovery-image] Dec 19 20:26:37.631 INFO O| Dec 19 20:26:37.631 INFO ok! |
8193 | 2024-12-19T20:26:39.025Z | [ recovery-image] Dec 19 20:26:37.631 INFO O| Dec 19 20:26:37.631 INFO STEP 30 (ensure_file) COMPLETE |
8194 | 2024-12-19T20:26:39.025Z | [ recovery-image] Dec 19 20:26:37.631 INFO O| Dec 19 20:26:37.631 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8195 | 2024-12-19T20:26:39.043Z | [ recovery-image] Dec 19 20:26:37.652 INFO O| Dec 19 20:26:37.652 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8196 | 2024-12-19T20:26:39.043Z | [ recovery-image] Dec 19 20:26:37.652 INFO O| Dec 19 20:26:37.652 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8197 | 2024-12-19T20:26:39.046Z | [ recovery-image] Dec 19 20:26:37.652 INFO O| Dec 19 20:26:37.652 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8198 | 2024-12-19T20:26:39.046Z | [ recovery-image] Dec 19 20:26:37.652 INFO O| Dec 19 20:26:37.652 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8199 | 2024-12-19T20:26:39.046Z | [ recovery-image] Dec 19 20:26:37.653 INFO O| Dec 19 20:26:37.652 INFO ok! |
8200 | 2024-12-19T20:26:39.046Z | [ recovery-image] Dec 19 20:26:37.653 INFO O| Dec 19 20:26:37.653 INFO STEP 31 (ensure_file) COMPLETE |
8201 | 2024-12-19T20:26:39.046Z | [ recovery-image] Dec 19 20:26:37.653 INFO O| Dec 19 20:26:37.653 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8202 | 2024-12-19T20:26:39.065Z | [ recovery-image] Dec 19 20:26:37.674 INFO O| Dec 19 20:26:37.673 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8203 | 2024-12-19T20:26:39.065Z | [ recovery-image] Dec 19 20:26:37.674 INFO O| Dec 19 20:26:37.674 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8204 | 2024-12-19T20:26:39.067Z | [ recovery-image] Dec 19 20:26:37.674 INFO O| Dec 19 20:26:37.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8205 | 2024-12-19T20:26:39.067Z | [ recovery-image] Dec 19 20:26:37.674 INFO O| Dec 19 20:26:37.674 INFO ok! |
8206 | 2024-12-19T20:26:39.067Z | [ recovery-image] Dec 19 20:26:37.674 INFO O| Dec 19 20:26:37.674 INFO STEP 32 (ensure_file) COMPLETE |
8207 | 2024-12-19T20:26:39.067Z | [ recovery-image] Dec 19 20:26:37.674 INFO O| Dec 19 20:26:37.674 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8208 | 2024-12-19T20:26:39.086Z | [ recovery-image] Dec 19 20:26:37.695 INFO O| Dec 19 20:26:37.695 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8209 | 2024-12-19T20:26:39.088Z | [ recovery-image] Dec 19 20:26:37.695 INFO O| Dec 19 20:26:37.695 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8210 | 2024-12-19T20:26:39.088Z | [ recovery-image] Dec 19 20:26:37.695 INFO O| Dec 19 20:26:37.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8211 | 2024-12-19T20:26:39.088Z | [ recovery-image] Dec 19 20:26:37.695 INFO O| Dec 19 20:26:37.695 INFO ok! |
8212 | 2024-12-19T20:26:39.088Z | [ recovery-image] Dec 19 20:26:37.695 INFO O| Dec 19 20:26:37.695 INFO STEP 33 (ensure_file) COMPLETE |
8213 | 2024-12-19T20:26:39.088Z | [ recovery-image] Dec 19 20:26:37.695 INFO O| Dec 19 20:26:37.695 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8214 | 2024-12-19T20:26:39.108Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8215 | 2024-12-19T20:26:39.108Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8216 | 2024-12-19T20:26:39.111Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8217 | 2024-12-19T20:26:39.111Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8218 | 2024-12-19T20:26:39.111Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8219 | 2024-12-19T20:26:39.111Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8220 | 2024-12-19T20:26:39.111Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO ok! |
8221 | 2024-12-19T20:26:39.111Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO STEP 34 (ensure_file) COMPLETE |
8222 | 2024-12-19T20:26:39.112Z | [ recovery-image] Dec 19 20:26:37.717 INFO O| Dec 19 20:26:37.717 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8223 | 2024-12-19T20:26:39.170Z | [ recovery-image] Dec 19 20:26:37.779 INFO O| Dec 19 20:26:37.779 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8224 | 2024-12-19T20:26:39.173Z | [ recovery-image] Dec 19 20:26:37.779 INFO O| Dec 19 20:26:37.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8225 | 2024-12-19T20:26:39.173Z | [ recovery-image] Dec 19 20:26:37.779 INFO O| Dec 19 20:26:37.779 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8226 | 2024-12-19T20:26:39.173Z | [ recovery-image] Dec 19 20:26:37.780 INFO O| Dec 19 20:26:37.779 INFO STEP 35 (ensure_dir) COMPLETE |
8227 | 2024-12-19T20:26:39.173Z | [ recovery-image] Dec 19 20:26:37.780 INFO O| Dec 19 20:26:37.780 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8228 | 2024-12-19T20:26:39.200Z | [ recovery-image] Dec 19 20:26:37.807 INFO O| Dec 19 20:26:37.807 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 |
8229 | 2024-12-19T20:26:39.200Z | [ recovery-image] Dec 19 20:26:37.807 INFO O| Dec 19 20:26:37.807 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 ... |
8230 | 2024-12-19T20:26:39.203Z | [ recovery-image] Dec 19 20:26:37.808 INFO O| Dec 19 20:26:37.807 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 |
8231 | 2024-12-19T20:26:39.203Z | [ recovery-image] Dec 19 20:26:37.808 INFO O| Dec 19 20:26:37.808 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 |
8232 | 2024-12-19T20:26:39.203Z | [ recovery-image] Dec 19 20:26:37.808 INFO O| Dec 19 20:26:37.808 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 |
8233 | 2024-12-19T20:26:39.203Z | [ recovery-image] Dec 19 20:26:37.808 INFO O| Dec 19 20:26:37.808 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 |
8234 | 2024-12-19T20:26:39.203Z | [ recovery-image] Dec 19 20:26:37.808 INFO O| Dec 19 20:26:37.808 INFO ok! |
8235 | 2024-12-19T20:26:39.203Z | [ recovery-image] Dec 19 20:26:37.808 INFO O| Dec 19 20:26:37.808 INFO STEP 36 (ensure_file) COMPLETE |
8236 | 2024-12-19T20:26:39.203Z | [ recovery-image] Dec 19 20:26:37.808 INFO O| Dec 19 20:26:37.808 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8237 | 2024-12-19T20:26:39.221Z | [ recovery-image] Dec 19 20:26:37.830 INFO O| Dec 19 20:26:37.830 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8238 | 2024-12-19T20:26:39.221Z | [ recovery-image] Dec 19 20:26:37.830 INFO O| Dec 19 20:26:37.830 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 ... |
8239 | 2024-12-19T20:26:39.221Z | [ recovery-image] Dec 19 20:26:37.830 INFO O| Dec 19 20:26:37.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8240 | 2024-12-19T20:26:39.221Z | [ recovery-image] Dec 19 20:26:37.830 INFO O| Dec 19 20:26:37.830 INFO ok! |
8241 | 2024-12-19T20:26:39.225Z | [ recovery-image] Dec 19 20:26:37.830 INFO O| Dec 19 20:26:37.830 INFO STEP 37 (ensure_symlink) COMPLETE |
8242 | 2024-12-19T20:26:39.225Z | [ recovery-image] Dec 19 20:26:37.830 INFO O| Dec 19 20:26:37.830 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8243 | 2024-12-19T20:26:39.242Z | [ recovery-image] Dec 19 20:26:37.851 INFO O| Dec 19 20:26:37.851 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8244 | 2024-12-19T20:26:39.244Z | [ recovery-image] Dec 19 20:26:37.851 INFO O| Dec 19 20:26:37.851 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8245 | 2024-12-19T20:26:39.244Z | [ recovery-image] Dec 19 20:26:37.851 INFO O| Dec 19 20:26:37.851 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8246 | 2024-12-19T20:26:39.244Z | [ recovery-image] Dec 19 20:26:37.851 INFO O| Dec 19 20:26:37.851 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8247 | 2024-12-19T20:26:39.254Z | [ recovery-image] Dec 19 20:26:37.863 INFO O| Dec 19 20:26:37.851 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8248 | 2024-12-19T20:26:39.257Z | [ recovery-image] Dec 19 20:26:37.863 INFO O| Dec 19 20:26:37.863 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8249 | 2024-12-19T20:26:39.257Z | [ recovery-image] Dec 19 20:26:37.863 INFO O| Dec 19 20:26:37.863 INFO ok! |
8250 | 2024-12-19T20:26:39.257Z | [ recovery-image] Dec 19 20:26:37.863 INFO O| Dec 19 20:26:37.863 INFO STEP 38 (ensure_file) COMPLETE |
8251 | 2024-12-19T20:26:39.257Z | [ recovery-image] Dec 19 20:26:37.863 INFO O| Dec 19 20:26:37.863 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8252 | 2024-12-19T20:26:39.278Z | [ recovery-image] Dec 19 20:26:37.887 INFO O| Dec 19 20:26:37.887 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8253 | 2024-12-19T20:26:39.279Z | [ recovery-image] Dec 19 20:26:37.887 INFO O| Dec 19 20:26:37.887 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 ... |
8254 | 2024-12-19T20:26:39.281Z | [ recovery-image] Dec 19 20:26:37.888 INFO O| Dec 19 20:26:37.887 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 |
8255 | 2024-12-19T20:26:39.281Z | [ recovery-image] Dec 19 20:26:37.888 INFO O| Dec 19 20:26:37.888 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8256 | 2024-12-19T20:26:39.283Z | [ recovery-image] Dec 19 20:26:37.888 INFO O| Dec 19 20:26:37.888 INFO ok! |
8257 | 2024-12-19T20:26:39.284Z | [ recovery-image] Dec 19 20:26:37.888 INFO O| Dec 19 20:26:37.888 INFO STEP 39 (ensure_file) COMPLETE |
8258 | 2024-12-19T20:26:39.284Z | [ recovery-image] Dec 19 20:26:37.888 INFO O| Dec 19 20:26:37.888 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8259 | 2024-12-19T20:26:39.299Z | [ recovery-image] Dec 19 20:26:37.907 INFO O| Dec 19 20:26:37.907 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8260 | 2024-12-19T20:26:39.299Z | [ recovery-image] Dec 19 20:26:37.908 INFO O| Dec 19 20:26:37.907 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8261 | 2024-12-19T20:26:39.299Z | [ recovery-image] Dec 19 20:26:37.908 INFO O| Dec 19 20:26:37.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8262 | 2024-12-19T20:26:39.302Z | [ recovery-image] Dec 19 20:26:37.908 INFO O| Dec 19 20:26:37.908 INFO ok! |
8263 | 2024-12-19T20:26:39.302Z | [ recovery-image] Dec 19 20:26:37.908 INFO O| Dec 19 20:26:37.908 INFO STEP 40 (ensure_file) COMPLETE |
8264 | 2024-12-19T20:26:39.302Z | [ recovery-image] Dec 19 20:26:37.908 INFO O| Dec 19 20:26:37.908 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8265 | 2024-12-19T20:26:39.332Z | [ recovery-image] Dec 19 20:26:37.941 INFO O| Dec 19 20:26:37.941 INFO updating shadow file |
8266 | 2024-12-19T20:26:39.334Z | [ recovery-image] Dec 19 20:26:37.941 INFO O| Dec 19 20:26:37.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8267 | 2024-12-19T20:26:39.334Z | [ recovery-image] Dec 19 20:26:37.941 INFO O| Dec 19 20:26:37.941 INFO STEP 41 (shadow) COMPLETE |
8268 | 2024-12-19T20:26:39.334Z | [ recovery-image] Dec 19 20:26:37.942 INFO O| Dec 19 20:26:37.941 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8269 | 2024-12-19T20:26:39.355Z | [ recovery-image] Dec 19 20:26:37.963 INFO O| Dec 19 20:26:37.963 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8270 | 2024-12-19T20:26:39.355Z | [ recovery-image] Dec 19 20:26:37.964 INFO O| Dec 19 20:26:37.964 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8271 | 2024-12-19T20:26:39.358Z | [ recovery-image] Dec 19 20:26:37.964 INFO O| Dec 19 20:26:37.964 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8272 | 2024-12-19T20:26:39.358Z | [ recovery-image] Dec 19 20:26:37.964 INFO O| Dec 19 20:26:37.964 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8273 | 2024-12-19T20:26:39.358Z | [ recovery-image] Dec 19 20:26:37.964 INFO O| Dec 19 20:26:37.964 INFO ok! |
8274 | 2024-12-19T20:26:39.358Z | [ recovery-image] Dec 19 20:26:37.964 INFO O| Dec 19 20:26:37.964 INFO STEP 42 (ensure_file) COMPLETE |
8275 | 2024-12-19T20:26:39.358Z | [ recovery-image] Dec 19 20:26:37.964 INFO O| Dec 19 20:26:37.964 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8276 | 2024-12-19T20:26:39.377Z | [ recovery-image] Dec 19 20:26:37.986 INFO O| Dec 19 20:26:37.985 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8277 | 2024-12-19T20:26:39.377Z | [ recovery-image] Dec 19 20:26:37.986 INFO O| Dec 19 20:26:37.986 INFO STEP 43 (ensure_dir) COMPLETE |
8278 | 2024-12-19T20:26:39.380Z | [ recovery-image] Dec 19 20:26:37.986 INFO O| Dec 19 20:26:37.986 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8279 | 2024-12-19T20:26:39.399Z | [ recovery-image] Dec 19 20:26:38.007 INFO O| Dec 19 20:26:38.007 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8280 | 2024-12-19T20:26:39.401Z | [ recovery-image] Dec 19 20:26:38.008 INFO O| Dec 19 20:26:38.008 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8281 | 2024-12-19T20:26:39.401Z | [ recovery-image] Dec 19 20:26:38.008 INFO O| Dec 19 20:26:38.008 INFO STEP 44 (ensure_dir) COMPLETE |
8282 | 2024-12-19T20:26:39.401Z | [ recovery-image] Dec 19 20:26:38.008 INFO O| Dec 19 20:26:38.008 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8283 | 2024-12-19T20:26:39.422Z | [ recovery-image] Dec 19 20:26:38.030 INFO O| Dec 19 20:26:38.030 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8284 | 2024-12-19T20:26:39.424Z | [ recovery-image] Dec 19 20:26:38.031 INFO O| Dec 19 20:26:38.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8285 | 2024-12-19T20:26:39.424Z | [ recovery-image] Dec 19 20:26:38.031 INFO O| Dec 19 20:26:38.031 INFO STEP 45 (ensure_dir) COMPLETE |
8286 | 2024-12-19T20:26:39.424Z | [ recovery-image] Dec 19 20:26:38.031 INFO O| Dec 19 20:26:38.031 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8287 | 2024-12-19T20:26:39.445Z | [ recovery-image] Dec 19 20:26:38.054 INFO O| Dec 19 20:26:38.054 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8288 | 2024-12-19T20:26:39.445Z | [ recovery-image] Dec 19 20:26:38.054 INFO O| Dec 19 20:26:38.054 INFO copying /tmp/.tmplSEuS3/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8289 | 2024-12-19T20:26:39.498Z | [ recovery-image] Dec 19 20:26:38.107 INFO O| Dec 19 20:26:38.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8290 | 2024-12-19T20:26:39.498Z | [ recovery-image] Dec 19 20:26:38.107 INFO O| Dec 19 20:26:38.107 INFO ok! |
8291 | 2024-12-19T20:26:39.500Z | [ recovery-image] Dec 19 20:26:38.107 INFO O| Dec 19 20:26:38.107 INFO STEP 46 (ensure_file) COMPLETE |
8292 | 2024-12-19T20:26:39.500Z | [ recovery-image] Dec 19 20:26:38.107 INFO O| Dec 19 20:26:38.107 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8293 | 2024-12-19T20:26:39.520Z | [ recovery-image] Dec 19 20:26:38.129 INFO O| Dec 19 20:26:38.129 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8294 | 2024-12-19T20:26:39.521Z | [ recovery-image] Dec 19 20:26:38.129 INFO O| Dec 19 20:26:38.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8295 | 2024-12-19T20:26:39.521Z | [ recovery-image] Dec 19 20:26:38.129 INFO O| Dec 19 20:26:38.129 INFO STEP 47 (ensure_dir) COMPLETE |
8296 | 2024-12-19T20:26:39.523Z | [ recovery-image] Dec 19 20:26:38.129 INFO O| Dec 19 20:26:38.129 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8297 | 2024-12-19T20:26:39.542Z | [ recovery-image] Dec 19 20:26:38.151 INFO O| Dec 19 20:26:38.151 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8298 | 2024-12-19T20:26:39.542Z | [ recovery-image] Dec 19 20:26:38.151 INFO O| Dec 19 20:26:38.151 INFO copying /tmp/.tmplSEuS3/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8299 | 2024-12-19T20:26:39.545Z | [ recovery-image] Dec 19 20:26:38.151 INFO O| Dec 19 20:26:38.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8300 | 2024-12-19T20:26:39.545Z | [ recovery-image] Dec 19 20:26:38.151 INFO O| Dec 19 20:26:38.151 INFO ok! |
8301 | 2024-12-19T20:26:39.545Z | [ recovery-image] Dec 19 20:26:38.151 INFO O| Dec 19 20:26:38.151 INFO STEP 48 (ensure_file) COMPLETE |
8302 | 2024-12-19T20:26:39.545Z | [ recovery-image] Dec 19 20:26:38.151 INFO O| Dec 19 20:26:38.151 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8303 | 2024-12-19T20:26:39.568Z | [ recovery-image] Dec 19 20:26:38.176 INFO O| Dec 19 20:26:38.176 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8304 | 2024-12-19T20:26:39.568Z | [ recovery-image] Dec 19 20:26:38.177 INFO O| Dec 19 20:26:38.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8305 | 2024-12-19T20:26:39.572Z | [ recovery-image] Dec 19 20:26:38.177 INFO O| Dec 19 20:26:38.177 INFO STEP 49 (ensure_dir) COMPLETE |
8306 | 2024-12-19T20:26:39.572Z | [ recovery-image] Dec 19 20:26:38.177 INFO O| Dec 19 20:26:38.177 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8307 | 2024-12-19T20:26:39.616Z | [ recovery-image] Dec 19 20:26:38.224 INFO O| Dec 19 20:26:38.224 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8308 | 2024-12-19T20:26:39.617Z | [ recovery-image] Dec 19 20:26:38.224 INFO O| Dec 19 20:26:38.224 INFO copying /tmp/.tmplSEuS3/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8309 | 2024-12-19T20:26:39.639Z | [ recovery-image] Dec 19 20:26:38.248 INFO O| Dec 19 20:26:38.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8310 | 2024-12-19T20:26:39.639Z | [ recovery-image] Dec 19 20:26:38.248 INFO O| Dec 19 20:26:38.248 INFO ok! |
8311 | 2024-12-19T20:26:39.639Z | [ recovery-image] Dec 19 20:26:38.248 INFO O| Dec 19 20:26:38.248 INFO STEP 50 (ensure_file) COMPLETE |
8312 | 2024-12-19T20:26:39.643Z | [ recovery-image] Dec 19 20:26:38.248 INFO O| Dec 19 20:26:38.248 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8313 | 2024-12-19T20:26:39.660Z | [ recovery-image] Dec 19 20:26:38.269 INFO O| Dec 19 20:26:38.269 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8314 | 2024-12-19T20:26:39.660Z | [ recovery-image] Dec 19 20:26:38.269 INFO O| Dec 19 20:26:38.269 INFO copying /tmp/.tmplSEuS3/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8315 | 2024-12-19T20:26:41.563Z | [ recovery-image] Dec 19 20:26:40.171 INFO O| Dec 19 20:26:40.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8316 | 2024-12-19T20:26:41.566Z | [ recovery-image] Dec 19 20:26:40.171 INFO O| Dec 19 20:26:40.171 INFO ok! |
8317 | 2024-12-19T20:26:41.566Z | [ recovery-image] Dec 19 20:26:40.171 INFO O| Dec 19 20:26:40.171 INFO STEP 51 (ensure_file) COMPLETE |
8318 | 2024-12-19T20:26:41.566Z | [ recovery-image] Dec 19 20:26:40.171 INFO O| Dec 19 20:26:40.171 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8319 | 2024-12-19T20:26:41.583Z | [ recovery-image] Dec 19 20:26:40.192 INFO O| Dec 19 20:26:40.192 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8320 | 2024-12-19T20:26:41.583Z | [ recovery-image] Dec 19 20:26:40.192 INFO O| Dec 19 20:26:40.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8321 | 2024-12-19T20:26:41.583Z | [ recovery-image] Dec 19 20:26:40.192 INFO O| Dec 19 20:26:40.192 INFO STEP 52 (ensure_dir) COMPLETE |
8322 | 2024-12-19T20:26:41.586Z | [ recovery-image] Dec 19 20:26:40.192 INFO O| Dec 19 20:26:40.192 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8323 | 2024-12-19T20:26:41.616Z | [ recovery-image] Dec 19 20:26:40.224 INFO O| Dec 19 20:26:40.224 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8324 | 2024-12-19T20:26:41.616Z | [ recovery-image] Dec 19 20:26:40.224 INFO O| Dec 19 20:26:40.224 INFO copying /tmp/.tmplSEuS3/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 ... |
8325 | 2024-12-19T20:26:41.616Z | [ recovery-image] Dec 19 20:26:40.224 INFO O| Dec 19 20:26:40.224 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 |
8326 | 2024-12-19T20:26:41.618Z | [ recovery-image] Dec 19 20:26:40.224 INFO O| Dec 19 20:26:40.224 INFO ok! |
8327 | 2024-12-19T20:26:41.618Z | [ recovery-image] Dec 19 20:26:40.224 INFO O| Dec 19 20:26:40.224 INFO STEP 53 (ensure_file) COMPLETE |
8328 | 2024-12-19T20:26:41.619Z | [ recovery-image] Dec 19 20:26:40.224 INFO O| Dec 19 20:26:40.224 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8329 | 2024-12-19T20:26:41.684Z | [ recovery-image] Dec 19 20:26:40.287 INFO O| Dec 19 20:26:40.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8330 | 2024-12-19T20:26:41.684Z | [ recovery-image] Dec 19 20:26:40.287 INFO O| Dec 19 20:26:40.287 INFO copying /tmp/.tmplSEuS3/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 ... |
8331 | 2024-12-19T20:26:41.684Z | [ recovery-image] Dec 19 20:26:40.287 INFO O| Dec 19 20:26:40.287 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 |
8332 | 2024-12-19T20:26:41.684Z | [ recovery-image] Dec 19 20:26:40.287 INFO O| Dec 19 20:26:40.287 INFO ok! |
8333 | 2024-12-19T20:26:41.684Z | [ recovery-image] Dec 19 20:26:40.287 INFO O| Dec 19 20:26:40.287 INFO STEP 54 (ensure_file) COMPLETE |
8334 | 2024-12-19T20:26:41.684Z | [ recovery-image] Dec 19 20:26:40.287 INFO O| Dec 19 20:26:40.287 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8335 | 2024-12-19T20:26:41.714Z | [ recovery-image] Dec 19 20:26:40.322 INFO O| Dec 19 20:26:40.322 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8336 | 2024-12-19T20:26:41.714Z | [ recovery-image] Dec 19 20:26:40.322 INFO O| Dec 19 20:26:40.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8337 | 2024-12-19T20:26:41.714Z | [ recovery-image] Dec 19 20:26:40.322 INFO O| Dec 19 20:26:40.322 INFO STEP 55 (ensure_dir) COMPLETE |
8338 | 2024-12-19T20:26:41.717Z | [ recovery-image] Dec 19 20:26:40.322 INFO O| Dec 19 20:26:40.322 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8339 | 2024-12-19T20:26:41.736Z | [ recovery-image] Dec 19 20:26:40.344 INFO O| Dec 19 20:26:40.344 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8340 | 2024-12-19T20:26:41.736Z | [ recovery-image] Dec 19 20:26:40.345 INFO O| Dec 19 20:26:40.344 INFO copying /tmp/.tmplSEuS3/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 ... |
8341 | 2024-12-19T20:26:41.739Z | [ recovery-image] Dec 19 20:26:40.345 INFO O| Dec 19 20:26:40.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8342 | 2024-12-19T20:26:41.739Z | [ recovery-image] Dec 19 20:26:40.345 INFO O| Dec 19 20:26:40.345 INFO ok! |
8343 | 2024-12-19T20:26:41.739Z | [ recovery-image] Dec 19 20:26:40.345 INFO O| Dec 19 20:26:40.345 INFO STEP 56 (ensure_file) COMPLETE |
8344 | 2024-12-19T20:26:41.739Z | [ recovery-image] Dec 19 20:26:40.345 INFO O| Dec 19 20:26:40.345 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8345 | 2024-12-19T20:26:41.826Z | [ recovery-image] Dec 19 20:26:40.434 INFO O| Dec 19 20:26:40.434 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8346 | 2024-12-19T20:26:41.826Z | [ recovery-image] Dec 19 20:26:40.434 INFO O| Dec 19 20:26:40.434 INFO copying /tmp/.tmplSEuS3/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 ... |
8347 | 2024-12-19T20:26:41.828Z | [ recovery-image] Dec 19 20:26:40.434 INFO O| Dec 19 20:26:40.434 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 |
8348 | 2024-12-19T20:26:41.828Z | [ recovery-image] Dec 19 20:26:40.434 INFO O| Dec 19 20:26:40.434 INFO ok! |
8349 | 2024-12-19T20:26:41.828Z | [ recovery-image] Dec 19 20:26:40.434 INFO O| Dec 19 20:26:40.434 INFO STEP 57 (ensure_file) COMPLETE |
8350 | 2024-12-19T20:26:41.828Z | [ recovery-image] Dec 19 20:26:40.434 INFO O| Dec 19 20:26:40.434 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8351 | 2024-12-19T20:26:41.858Z | [ recovery-image] Dec 19 20:26:40.466 INFO O| Dec 19 20:26:40.466 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8352 | 2024-12-19T20:26:41.860Z | [ recovery-image] Dec 19 20:26:40.466 INFO O| Dec 19 20:26:40.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8353 | 2024-12-19T20:26:41.860Z | [ recovery-image] Dec 19 20:26:40.466 INFO O| Dec 19 20:26:40.466 INFO STEP 58 (ensure_dir) COMPLETE |
8354 | 2024-12-19T20:26:41.860Z | [ recovery-image] Dec 19 20:26:40.466 INFO O| Dec 19 20:26:40.466 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8355 | 2024-12-19T20:26:41.890Z | [ recovery-image] Dec 19 20:26:40.498 INFO O| Dec 19 20:26:40.498 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8356 | 2024-12-19T20:26:41.890Z | [ recovery-image] Dec 19 20:26:40.498 INFO O| Dec 19 20:26:40.498 INFO copying /tmp/.tmplSEuS3/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 ... |
8357 | 2024-12-19T20:26:41.890Z | [ recovery-image] Dec 19 20:26:40.498 INFO O| Dec 19 20:26:40.498 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8358 | 2024-12-19T20:26:41.892Z | [ recovery-image] Dec 19 20:26:40.498 INFO O| Dec 19 20:26:40.498 INFO ok! |
8359 | 2024-12-19T20:26:41.892Z | [ recovery-image] Dec 19 20:26:40.498 INFO O| Dec 19 20:26:40.498 INFO STEP 59 (ensure_file) COMPLETE |
8360 | 2024-12-19T20:26:41.892Z | [ recovery-image] Dec 19 20:26:40.498 INFO O| Dec 19 20:26:40.498 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8361 | 2024-12-19T20:26:41.916Z | [ recovery-image] Dec 19 20:26:40.525 INFO O| Dec 19 20:26:40.525 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8362 | 2024-12-19T20:26:41.917Z | [ recovery-image] Dec 19 20:26:40.525 INFO O| Dec 19 20:26:40.525 INFO copying /tmp/.tmplSEuS3/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8363 | 2024-12-19T20:26:41.917Z | [ recovery-image] Dec 19 20:26:40.525 INFO O| Dec 19 20:26:40.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8364 | 2024-12-19T20:26:41.919Z | [ recovery-image] Dec 19 20:26:40.525 INFO O| Dec 19 20:26:40.525 INFO ok! |
8365 | 2024-12-19T20:26:41.919Z | [ recovery-image] Dec 19 20:26:40.525 INFO O| Dec 19 20:26:40.525 INFO STEP 60 (ensure_file) COMPLETE |
8366 | 2024-12-19T20:26:41.919Z | [ recovery-image] Dec 19 20:26:40.525 INFO O| Dec 19 20:26:40.525 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8367 | 2024-12-19T20:26:41.935Z | [ recovery-image] Dec 19 20:26:40.543 INFO O| Dec 19 20:26:40.543 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8368 | 2024-12-19T20:26:41.935Z | [ recovery-image] Dec 19 20:26:40.544 INFO O| Dec 19 20:26:40.543 INFO STEP 61 (ensure_dir) COMPLETE |
8369 | 2024-12-19T20:26:41.937Z | [ recovery-image] Dec 19 20:26:40.544 INFO O| Dec 19 20:26:40.543 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8370 | 2024-12-19T20:26:41.955Z | [ recovery-image] Dec 19 20:26:40.564 INFO O| Dec 19 20:26:40.564 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8371 | 2024-12-19T20:26:41.955Z | [ recovery-image] Dec 19 20:26:40.564 INFO O| Dec 19 20:26:40.564 INFO STEP 62 (ensure_dir) COMPLETE |
8372 | 2024-12-19T20:26:41.958Z | [ recovery-image] Dec 19 20:26:40.564 INFO O| Dec 19 20:26:40.564 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8373 | 2024-12-19T20:26:42.008Z | [ recovery-image] Dec 19 20:26:40.616 INFO O| Dec 19 20:26:40.616 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8374 | 2024-12-19T20:26:42.008Z | [ recovery-image] Dec 19 20:26:40.616 INFO O| Dec 19 20:26:40.616 INFO STEP 63 (ensure_dir) COMPLETE |
8375 | 2024-12-19T20:26:42.008Z | [ recovery-image] Dec 19 20:26:40.616 INFO O| Dec 19 20:26:40.616 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8376 | 2024-12-19T20:26:42.068Z | [ recovery-image] Dec 19 20:26:40.676 INFO O| Dec 19 20:26:40.676 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8377 | 2024-12-19T20:26:42.071Z | [ recovery-image] Dec 19 20:26:40.677 INFO O| Dec 19 20:26:40.677 INFO STEP 64 (ensure_dir) COMPLETE |
8378 | 2024-12-19T20:26:42.071Z | [ recovery-image] Dec 19 20:26:40.677 INFO O| Dec 19 20:26:40.677 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8379 | 2024-12-19T20:26:42.093Z | [ recovery-image] Dec 19 20:26:40.701 INFO O| Dec 19 20:26:40.701 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8380 | 2024-12-19T20:26:42.093Z | [ recovery-image] Dec 19 20:26:40.701 INFO O| Dec 19 20:26:40.701 INFO copying /tmp/.tmplSEuS3/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8381 | 2024-12-19T20:26:42.096Z | [ recovery-image] Dec 19 20:26:40.702 INFO O| Dec 19 20:26:40.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8382 | 2024-12-19T20:26:42.096Z | [ recovery-image] Dec 19 20:26:40.702 INFO O| Dec 19 20:26:40.702 INFO ok! |
8383 | 2024-12-19T20:26:42.096Z | [ recovery-image] Dec 19 20:26:40.702 INFO O| Dec 19 20:26:40.702 INFO STEP 65 (ensure_file) COMPLETE |
8384 | 2024-12-19T20:26:42.096Z | [ recovery-image] Dec 19 20:26:40.702 INFO O| Dec 19 20:26:40.702 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8385 | 2024-12-19T20:26:42.115Z | [ recovery-image] Dec 19 20:26:40.723 INFO O| Dec 19 20:26:40.723 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8386 | 2024-12-19T20:26:42.118Z | [ recovery-image] Dec 19 20:26:40.724 INFO O| Dec 19 20:26:40.724 INFO STEP 66 (remove_files) COMPLETE |
8387 | 2024-12-19T20:26:42.118Z | [ recovery-image] Dec 19 20:26:40.724 INFO O| Dec 19 20:26:40.724 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8388 | 2024-12-19T20:26:42.137Z | [ recovery-image] Dec 19 20:26:40.746 INFO O| Dec 19 20:26:40.746 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8389 | 2024-12-19T20:26:42.140Z | [ recovery-image] Dec 19 20:26:40.746 INFO O| Dec 19 20:26:40.746 INFO STEP 67 (remove_files) COMPLETE |
8390 | 2024-12-19T20:26:42.140Z | [ recovery-image] Dec 19 20:26:40.746 INFO O| Dec 19 20:26:40.746 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8391 | 2024-12-19T20:26:42.159Z | [ recovery-image] Dec 19 20:26:40.767 INFO O| Dec 19 20:26:40.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8392 | 2024-12-19T20:26:42.161Z | [ recovery-image] Dec 19 20:26:40.768 INFO O| Dec 19 20:26:40.768 INFO STEP 68 (remove_files) COMPLETE |
8393 | 2024-12-19T20:26:42.161Z | [ recovery-image] Dec 19 20:26:40.768 INFO O| Dec 19 20:26:40.768 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8394 | 2024-12-19T20:26:42.181Z | [ recovery-image] Dec 19 20:26:40.789 INFO O| Dec 19 20:26:40.789 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8395 | 2024-12-19T20:26:42.183Z | [ recovery-image] Dec 19 20:26:40.789 INFO O| Dec 19 20:26:40.789 INFO STEP 69 (remove_files) COMPLETE |
8396 | 2024-12-19T20:26:42.183Z | [ recovery-image] Dec 19 20:26:40.789 INFO O| Dec 19 20:26:40.789 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8397 | 2024-12-19T20:26:42.203Z | [ recovery-image] Dec 19 20:26:40.811 INFO O| Dec 19 20:26:40.811 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8398 | 2024-12-19T20:26:42.206Z | [ recovery-image] Dec 19 20:26:40.812 INFO O| Dec 19 20:26:40.812 INFO STEP 70 (remove_files) COMPLETE |
8399 | 2024-12-19T20:26:42.206Z | [ recovery-image] Dec 19 20:26:40.812 INFO O| Dec 19 20:26:40.812 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8400 | 2024-12-19T20:26:42.227Z | [ recovery-image] Dec 19 20:26:40.834 INFO O| Dec 19 20:26:40.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8401 | 2024-12-19T20:26:42.229Z | [ recovery-image] Dec 19 20:26:40.834 INFO O| Dec 19 20:26:40.834 INFO STEP 71 (remove_files) COMPLETE |
8402 | 2024-12-19T20:26:42.229Z | [ recovery-image] Dec 19 20:26:40.835 INFO O| Dec 19 20:26:40.834 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8403 | 2024-12-19T20:26:42.246Z | [ recovery-image] Dec 19 20:26:40.854 INFO O| Dec 19 20:26:40.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8404 | 2024-12-19T20:26:42.246Z | [ recovery-image] Dec 19 20:26:40.854 INFO O| Dec 19 20:26:40.854 INFO STEP 72 (remove_files) COMPLETE |
8405 | 2024-12-19T20:26:42.246Z | [ recovery-image] Dec 19 20:26:40.855 INFO O| Dec 19 20:26:40.854 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8406 | 2024-12-19T20:26:42.265Z | [ recovery-image] Dec 19 20:26:40.873 INFO O| Dec 19 20:26:40.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8407 | 2024-12-19T20:26:42.268Z | [ recovery-image] Dec 19 20:26:40.873 INFO O| Dec 19 20:26:40.873 INFO STEP 73 (remove_files) COMPLETE |
8408 | 2024-12-19T20:26:42.268Z | [ recovery-image] Dec 19 20:26:40.873 INFO O| Dec 19 20:26:40.873 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8409 | 2024-12-19T20:26:42.284Z | [ recovery-image] Dec 19 20:26:40.893 INFO O| Dec 19 20:26:40.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8410 | 2024-12-19T20:26:42.285Z | [ recovery-image] Dec 19 20:26:40.893 INFO O| Dec 19 20:26:40.893 INFO STEP 74 (remove_files) COMPLETE |
8411 | 2024-12-19T20:26:42.287Z | [ recovery-image] Dec 19 20:26:40.893 INFO O| Dec 19 20:26:40.893 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8412 | 2024-12-19T20:26:42.307Z | [ recovery-image] Dec 19 20:26:40.915 INFO O| Dec 19 20:26:40.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8413 | 2024-12-19T20:26:42.307Z | [ recovery-image] Dec 19 20:26:40.915 INFO O| Dec 19 20:26:40.915 INFO STEP 75 (remove_files) COMPLETE |
8414 | 2024-12-19T20:26:42.307Z | [ recovery-image] Dec 19 20:26:40.915 INFO O| Dec 19 20:26:40.915 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8415 | 2024-12-19T20:26:42.327Z | [ recovery-image] Dec 19 20:26:40.935 INFO O| Dec 19 20:26:40.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8416 | 2024-12-19T20:26:42.327Z | [ recovery-image] Dec 19 20:26:40.935 INFO O| Dec 19 20:26:40.935 INFO STEP 76 (remove_files) COMPLETE |
8417 | 2024-12-19T20:26:42.327Z | [ recovery-image] Dec 19 20:26:40.935 INFO O| Dec 19 20:26:40.935 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8418 | 2024-12-19T20:26:42.345Z | [ recovery-image] Dec 19 20:26:40.953 INFO O| Dec 19 20:26:40.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8419 | 2024-12-19T20:26:42.345Z | [ recovery-image] Dec 19 20:26:40.953 INFO O| Dec 19 20:26:40.953 INFO STEP 77 (remove_files) COMPLETE |
8420 | 2024-12-19T20:26:42.345Z | [ recovery-image] Dec 19 20:26:40.953 INFO O| Dec 19 20:26:40.953 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8421 | 2024-12-19T20:26:42.363Z | [ recovery-image] Dec 19 20:26:40.972 INFO O| Dec 19 20:26:40.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8422 | 2024-12-19T20:26:42.363Z | [ recovery-image] Dec 19 20:26:40.972 INFO O| Dec 19 20:26:40.972 INFO STEP 78 (remove_files) COMPLETE |
8423 | 2024-12-19T20:26:42.363Z | [ recovery-image] Dec 19 20:26:40.972 INFO O| Dec 19 20:26:40.972 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8424 | 2024-12-19T20:26:42.414Z | [ recovery-image] Dec 19 20:26:41.022 INFO O| Dec 19 20:26:41.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8425 | 2024-12-19T20:26:42.414Z | [ recovery-image] Dec 19 20:26:41.022 INFO O| Dec 19 20:26:41.022 INFO STEP 79 (remove_files) COMPLETE |
8426 | 2024-12-19T20:26:42.414Z | [ recovery-image] Dec 19 20:26:41.022 INFO O| Dec 19 20:26:41.022 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8427 | 2024-12-19T20:26:42.435Z | [ recovery-image] Dec 19 20:26:41.043 INFO O| Dec 19 20:26:41.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8428 | 2024-12-19T20:26:42.435Z | [ recovery-image] Dec 19 20:26:41.044 INFO O| Dec 19 20:26:41.044 INFO STEP 80 (remove_files) COMPLETE |
8429 | 2024-12-19T20:26:42.438Z | [ recovery-image] Dec 19 20:26:41.044 INFO O| Dec 19 20:26:41.044 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8430 | 2024-12-19T20:26:42.457Z | [ recovery-image] Dec 19 20:26:41.065 INFO O| Dec 19 20:26:41.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8431 | 2024-12-19T20:26:42.457Z | [ recovery-image] Dec 19 20:26:41.065 INFO O| Dec 19 20:26:41.065 INFO STEP 81 (remove_files) COMPLETE |
8432 | 2024-12-19T20:26:42.460Z | [ recovery-image] Dec 19 20:26:41.065 INFO O| Dec 19 20:26:41.065 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8433 | 2024-12-19T20:26:42.494Z | [ recovery-image] Dec 19 20:26:41.102 INFO O| Dec 19 20:26:41.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8434 | 2024-12-19T20:26:42.494Z | [ recovery-image] Dec 19 20:26:41.102 INFO O| Dec 19 20:26:41.102 INFO STEP 82 (remove_files) COMPLETE |
8435 | 2024-12-19T20:26:42.494Z | [ recovery-image] Dec 19 20:26:41.102 INFO O| Dec 19 20:26:41.102 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8436 | 2024-12-19T20:26:42.515Z | [ recovery-image] Dec 19 20:26:41.124 INFO O| Dec 19 20:26:41.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8437 | 2024-12-19T20:26:42.515Z | [ recovery-image] Dec 19 20:26:41.124 INFO O| Dec 19 20:26:41.124 INFO STEP 83 (remove_files) COMPLETE |
8438 | 2024-12-19T20:26:42.518Z | [ recovery-image] Dec 19 20:26:41.124 INFO O| Dec 19 20:26:41.124 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8439 | 2024-12-19T20:26:42.536Z | [ recovery-image] Dec 19 20:26:41.143 INFO O| Dec 19 20:26:41.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8440 | 2024-12-19T20:26:42.536Z | [ recovery-image] Dec 19 20:26:41.144 INFO O| Dec 19 20:26:41.144 INFO STEP 84 (remove_files) COMPLETE |
8441 | 2024-12-19T20:26:42.536Z | [ recovery-image] Dec 19 20:26:41.144 INFO O| Dec 19 20:26:41.144 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8442 | 2024-12-19T20:26:42.555Z | [ recovery-image] Dec 19 20:26:41.163 INFO O| Dec 19 20:26:41.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8443 | 2024-12-19T20:26:42.555Z | [ recovery-image] Dec 19 20:26:41.163 INFO O| Dec 19 20:26:41.163 INFO STEP 85 (remove_files) COMPLETE |
8444 | 2024-12-19T20:26:42.555Z | [ recovery-image] Dec 19 20:26:41.163 INFO O| Dec 19 20:26:41.163 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8445 | 2024-12-19T20:26:42.585Z | [ recovery-image] Dec 19 20:26:41.193 INFO O| Dec 19 20:26:41.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8446 | 2024-12-19T20:26:42.585Z | [ recovery-image] Dec 19 20:26:41.193 INFO O| Dec 19 20:26:41.193 INFO STEP 86 (remove_files) COMPLETE |
8447 | 2024-12-19T20:26:42.585Z | [ recovery-image] Dec 19 20:26:41.193 INFO O| Dec 19 20:26:41.193 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8448 | 2024-12-19T20:26:42.605Z | [ recovery-image] Dec 19 20:26:41.213 INFO O| Dec 19 20:26:41.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8449 | 2024-12-19T20:26:42.605Z | [ recovery-image] Dec 19 20:26:41.213 INFO O| Dec 19 20:26:41.213 INFO STEP 87 (remove_files) COMPLETE |
8450 | 2024-12-19T20:26:42.607Z | [ recovery-image] Dec 19 20:26:41.213 INFO O| Dec 19 20:26:41.213 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8451 | 2024-12-19T20:26:42.625Z | [ recovery-image] Dec 19 20:26:41.233 INFO O| Dec 19 20:26:41.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8452 | 2024-12-19T20:26:42.625Z | [ recovery-image] Dec 19 20:26:41.233 INFO O| Dec 19 20:26:41.233 INFO STEP 88 (remove_files) COMPLETE |
8453 | 2024-12-19T20:26:42.625Z | [ recovery-image] Dec 19 20:26:41.233 INFO O| Dec 19 20:26:41.233 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8454 | 2024-12-19T20:26:42.662Z | [ recovery-image] Dec 19 20:26:41.270 INFO O| Dec 19 20:26:41.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8455 | 2024-12-19T20:26:42.662Z | [ recovery-image] Dec 19 20:26:41.270 INFO O| Dec 19 20:26:41.270 INFO STEP 89 (remove_files) COMPLETE |
8456 | 2024-12-19T20:26:42.662Z | [ recovery-image] Dec 19 20:26:41.270 INFO O| Dec 19 20:26:41.270 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8457 | 2024-12-19T20:26:42.688Z | [ recovery-image] Dec 19 20:26:41.295 INFO O| Dec 19 20:26:41.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8458 | 2024-12-19T20:26:42.688Z | [ recovery-image] Dec 19 20:26:41.295 INFO O| Dec 19 20:26:41.289 INFO STEP 90 (remove_files) COMPLETE |
8459 | 2024-12-19T20:26:42.691Z | [ recovery-image] Dec 19 20:26:41.295 INFO O| Dec 19 20:26:41.289 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8460 | 2024-12-19T20:26:42.708Z | [ recovery-image] Dec 19 20:26:41.316 INFO O| Dec 19 20:26:41.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8461 | 2024-12-19T20:26:42.708Z | [ recovery-image] Dec 19 20:26:41.316 INFO O| Dec 19 20:26:41.316 INFO STEP 91 (remove_files) COMPLETE |
8462 | 2024-12-19T20:26:42.708Z | [ recovery-image] Dec 19 20:26:41.316 INFO O| Dec 19 20:26:41.316 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8463 | 2024-12-19T20:26:42.745Z | [ recovery-image] Dec 19 20:26:41.353 INFO O| Dec 19 20:26:41.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8464 | 2024-12-19T20:26:42.745Z | [ recovery-image] Dec 19 20:26:41.353 INFO O| Dec 19 20:26:41.353 INFO STEP 92 (remove_files) COMPLETE |
8465 | 2024-12-19T20:26:42.745Z | [ recovery-image] Dec 19 20:26:41.353 INFO O| Dec 19 20:26:41.353 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8466 | 2024-12-19T20:26:42.784Z | [ recovery-image] Dec 19 20:26:41.392 INFO O| Dec 19 20:26:41.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8467 | 2024-12-19T20:26:42.787Z | [ recovery-image] Dec 19 20:26:41.393 INFO O| Dec 19 20:26:41.393 INFO STEP 93 (remove_files) COMPLETE |
8468 | 2024-12-19T20:26:42.787Z | [ recovery-image] Dec 19 20:26:41.393 INFO O| Dec 19 20:26:41.393 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8469 | 2024-12-19T20:26:42.805Z | [ recovery-image] Dec 19 20:26:41.413 INFO O| Dec 19 20:26:41.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8470 | 2024-12-19T20:26:42.805Z | [ recovery-image] Dec 19 20:26:41.413 INFO O| Dec 19 20:26:41.413 INFO STEP 94 (remove_files) COMPLETE |
8471 | 2024-12-19T20:26:42.809Z | [ recovery-image] Dec 19 20:26:41.413 INFO O| Dec 19 20:26:41.413 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8472 | 2024-12-19T20:26:42.843Z | [ recovery-image] Dec 19 20:26:41.451 INFO O| Dec 19 20:26:41.451 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8473 | 2024-12-19T20:26:42.845Z | [ recovery-image] Dec 19 20:26:41.451 INFO O| Dec 19 20:26:41.451 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8474 | 2024-12-19T20:26:53.583Z | [ recovery-image] Dec 19 20:26:52.189 INFO O| Dec 19 20:26:52.188 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 |
8475 | 2024-12-19T20:26:53.585Z | [ recovery-image] Dec 19 20:26:52.189 INFO O| Dec 19 20:26:52.189 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8476 | 2024-12-19T20:26:53.604Z | [ recovery-image] Dec 19 20:26:52.210 INFO O| Dec 19 20:26:52.210 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8477 | 2024-12-19T20:26:53.768Z | [ recovery-image] Dec 19 20:26:52.374 INFO O| Dec 19 20:26:52.374 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8478 | 2024-12-19T20:26:53.776Z | [ recovery-image] Dec 19 20:26:52.374 INFO O| Dec 19 20:26:52.374 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 ... |
8479 | 2024-12-19T20:26:53.777Z | [ recovery-image] Dec 19 20:26:52.376 INFO O| Dec 19 20:26:52.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8480 | 2024-12-19T20:26:53.777Z | [ recovery-image] Dec 19 20:26:52.377 INFO O| Dec 19 20:26:52.376 INFO ok! |
8481 | 2024-12-19T20:26:53.777Z | [ recovery-image] Dec 19 20:26:52.377 INFO O| Dec 19 20:26:52.376 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8482 | 2024-12-19T20:26:53.777Z | [ recovery-image] Dec 19 20:26:52.377 INFO O| Dec 19 20:26:52.377 INFO STEP 95 (seed_smf) COMPLETE |
8483 | 2024-12-19T20:26:53.777Z | [ recovery-image] Dec 19 20:26:52.377 INFO O| Dec 19 20:26:52.377 INFO steps complete; finalising image! |
8484 | 2024-12-19T20:26:53.777Z | [ recovery-image] Dec 19 20:26:52.377 INFO O| Dec 19 20:26:52.377 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8485 | 2024-12-19T20:26:53.846Z | [ recovery-image] Dec 19 20:26:52.452 INFO O| Dec 19 20:26:52.452 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Dec 19 20:26:52 2024) |
8486 | 2024-12-19T20:26:54.057Z | [ recovery-image] Dec 19 20:26:52.663 INFO O| Dec 19 20:26:52.663 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Thu Dec 19 20:26:52 2024) |
8487 | 2024-12-19T20:26:54.333Z | [ recovery-image] Dec 19 20:26:52.939 INFO O| Dec 19 20:26:52.939 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8488 | 2024-12-19T20:26:54.333Z | [ recovery-image] Dec 19 20:26:52.939 INFO O| Dec 19 20:26:52.939 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8489 | 2024-12-19T20:26:55.066Z | [ recovery-image] Dec 19 20:26:53.672 INFO O| Dec 19 20:26:53.672 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 |
8490 | 2024-12-19T20:26:55.066Z | [ recovery-image] Dec 19 20:26:53.672 INFO O| Dec 19 20:26:53.672 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8491 | 2024-12-19T20:27:01.146Z | [ recovery-image] Dec 19 20:26:59.751 INFO O| Dec 19 20:26:59.751 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8492 | 2024-12-19T20:27:01.146Z | [ recovery-image] Dec 19 20:26:59.751 INFO O| Dec 19 20:26:59.751 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8493 | 2024-12-19T20:27:01.150Z | [ recovery-image] Dec 19 20:26:59.751 INFO O| Dec 19 20:26:59.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8494 | 2024-12-19T20:27:01.150Z | [ recovery-image] Dec 19 20:26:59.751 INFO O| Dec 19 20:26:59.751 INFO completed processing gimlet/zfs-recovery |
8495 | 2024-12-19T20:27:01.150Z | [ recovery-image] Dec 19 20:26:59.751 INFO O| Dec 19 20:26:59.751 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8496 | 2024-12-19T20:27:01.504Z | [ recovery-image] Dec 19 20:27:00.107 INFO O| Dec 19 20:27:00.107 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8497 | 2024-12-19T20:27:01.645Z | [ recovery-image] Dec 19 20:27:00.250 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n" |
8498 | 2024-12-19T20:27:01.648Z | [ recovery-image] Dec 19 20:27:00.251 INFO expanded image name: "recovery f26b052/${os_short_commit} 2024-12-19 19:55" -> "recovery f26b052/7274828 2024-12-19 19:55" |
8499 | 2024-12-19T20:27:01.648Z | [ recovery-image] Dec 19 20:27:00.253 INFO output artefacts stored in: "/work/os-recovery" |
8500 | 2024-12-19T20:27:01.650Z | [ recovery-image] Dec 19 20:27:00.254 INFO collecting git info from project "pilot"... |
8501 | 2024-12-19T20:27:01.699Z | [ recovery-image] Dec 19 20:27:00.304 INFO collecting git info from project "image-builder"... |
8502 | 2024-12-19T20:27:01.711Z | [ recovery-image] Dec 19 20:27:00.316 INFO collecting git info from project "chelsio-t6-roms"... |
8503 | 2024-12-19T20:27:01.748Z | [ recovery-image] Dec 19 20:27:00.352 INFO collecting git info from project "bootserver"... |
8504 | 2024-12-19T20:27:01.758Z | [ recovery-image] Dec 19 20:27:00.363 INFO collecting git info from project "pinprick"... |
8505 | 2024-12-19T20:27:01.768Z | [ recovery-image] Dec 19 20:27:00.372 INFO collecting git info from project "phbl"... |
8506 | 2024-12-19T20:27:01.779Z | [ recovery-image] Dec 19 20:27:00.384 INFO collecting git info from project "amd-host-image-builder"... |
8507 | 2024-12-19T20:27:02.385Z | [ recovery-image] Dec 19 20:27:00.990 INFO collecting git info from project "amd-firmware"... |
8508 | 2024-12-19T20:27:02.984Z | [ recovery-image] Dec 19 20:27:01.589 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8509 | 2024-12-19T20:27:03.869Z | [ recovery-image] Dec 19 20:27:02.473 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8510 | 2024-12-19T20:27:04.551Z | [ recovery-image] Dec 19 20:27:03.156 INFO creating Oxide boot image... |
8511 | 2024-12-19T20:27:04.551Z | [ recovery-image] Dec 19 20:27:03.156 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f26b052/7274828 2024-12-19 19:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8512 | 2024-12-19T20:28:14.042Z | [ host-image] Dec 19 20:28:12.634 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z |
8513 | 2024-12-19T20:28:14.042Z | [ host-image] Dec 19 20:28:12.634 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z |
8514 | 2024-12-19T20:28:14.044Z | [ host-image] Dec 19 20:28:12.634 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8515 | 2024-12-19T20:28:14.045Z | [ host-image] Dec 19 20:28:12.634 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8516 | 2024-12-19T20:28:14.045Z | [ host-image] Dec 19 20:28:12.634 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8517 | 2024-12-19T20:28:14.045Z | [ host-image] Dec 19 20:28:12.635 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8518 | 2024-12-19T20:28:14.045Z | [ host-image] Dec 19 20:28:12.636 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8519 | 2024-12-19T20:28:14.045Z | [ host-image] Dec 19 20:28:12.636 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8520 | 2024-12-19T20:28:14.045Z | [ host-image] Dec 19 20:28:12.636 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8521 | 2024-12-19T20:28:14.045Z | [ host-image] Dec 19 20:28:12.636 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8522 | 2024-12-19T20:28:14.045Z | [ host-image] Dec 19 20:28:12.636 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z |
8523 | 2024-12-19T20:28:14.048Z | [ host-image] Dec 19 20:28:12.639 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z |
8524 | 2024-12-19T20:28:14.050Z | [ host-image] Dec 19 20:28:12.640 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z |
8525 | 2024-12-19T20:28:14.050Z | [ host-image] Dec 19 20:28:12.641 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z |
8526 | 2024-12-19T20:28:14.051Z | [ host-image] Dec 19 20:28:12.641 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8527 | 2024-12-19T20:28:14.051Z | [ host-image] Dec 19 20:28:12.642 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z |
8528 | 2024-12-19T20:28:14.054Z | [ host-image] Dec 19 20:28:12.643 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z |
8529 | 2024-12-19T20:28:14.054Z | [ host-image] Dec 19 20:28:12.643 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z |
8530 | 2024-12-19T20:28:14.054Z | [ host-image] Dec 19 20:28:12.643 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z |
8531 | 2024-12-19T20:28:14.054Z | [ host-image] Dec 19 20:28:12.644 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z |
8532 | 2024-12-19T20:28:14.054Z | [ host-image] Dec 19 20:28:12.644 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z |
8533 | 2024-12-19T20:28:14.054Z | [ host-image] Dec 19 20:28:12.644 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z |
8534 | 2024-12-19T20:28:14.054Z | [ host-image] Dec 19 20:28:12.644 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z |
8535 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.645 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z |
8536 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.645 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z |
8537 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.645 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z |
8538 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.645 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z |
8539 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.646 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z |
8540 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.646 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z |
8541 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.646 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8542 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.646 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z |
8543 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.646 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z |
8544 | 2024-12-19T20:28:14.055Z | [ host-image] Dec 19 20:28:12.646 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z |
8545 | 2024-12-19T20:28:14.059Z | [ host-image] Dec 19 20:28:12.647 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z |
8546 | 2024-12-19T20:28:14.059Z | [ host-image] Dec 19 20:28:12.648 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z |
8547 | 2024-12-19T20:28:14.059Z | [ host-image] Dec 19 20:28:12.648 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z |
8548 | 2024-12-19T20:28:14.071Z | [ host-image] Dec 19 20:28:12.663 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8549 | 2024-12-19T20:28:14.071Z | [ host-image] Dec 19 20:28:12.663 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z |
8550 | 2024-12-19T20:28:14.074Z | [ host-image] Dec 19 20:28:12.663 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8551 | 2024-12-19T20:28:14.074Z | [ host-image] Dec 19 20:28:12.663 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8552 | 2024-12-19T20:28:14.074Z | [ host-image] Dec 19 20:28:12.664 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8553 | 2024-12-19T20:28:14.074Z | [ host-image] Dec 19 20:28:12.665 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z |
8554 | 2024-12-19T20:28:14.074Z | [ host-image] Dec 19 20:28:12.665 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8555 | 2024-12-19T20:28:14.074Z | [ host-image] Dec 19 20:28:12.666 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8556 | 2024-12-19T20:28:14.076Z | [ host-image] Dec 19 20:28:12.667 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8557 | 2024-12-19T20:28:14.076Z | [ host-image] Dec 19 20:28:12.668 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8558 | 2024-12-19T20:28:14.098Z | [ host-image] Dec 19 20:28:12.690 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8559 | 2024-12-19T20:28:14.101Z | [ host-image] Dec 19 20:28:12.690 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8560 | 2024-12-19T20:28:14.101Z | [ host-image] Dec 19 20:28:12.690 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8561 | 2024-12-19T20:28:14.101Z | [ host-image] Dec 19 20:28:12.691 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8562 | 2024-12-19T20:28:14.101Z | [ host-image] Dec 19 20:28:12.693 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8563 | 2024-12-19T20:28:14.104Z | [ host-image] Dec 19 20:28:12.693 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8564 | 2024-12-19T20:28:14.178Z | [ host-image] Dec 19 20:28:12.770 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8565 | 2024-12-19T20:28:14.181Z | [ host-image] Dec 19 20:28:12.771 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8566 | 2024-12-19T20:28:14.181Z | [ host-image] Dec 19 20:28:12.771 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8567 | 2024-12-19T20:28:14.181Z | [ host-image] Dec 19 20:28:12.772 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z |
8568 | 2024-12-19T20:28:14.181Z | [ host-image] Dec 19 20:28:12.773 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z |
8569 | 2024-12-19T20:28:14.184Z | [ host-image] Dec 19 20:28:12.773 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8570 | 2024-12-19T20:28:14.184Z | [ host-image] Dec 19 20:28:12.773 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z |
8571 | 2024-12-19T20:28:14.184Z | [ host-image] Dec 19 20:28:12.773 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8572 | 2024-12-19T20:28:14.184Z | [ host-image] Dec 19 20:28:12.774 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8573 | 2024-12-19T20:28:14.184Z | [ host-image] Dec 19 20:28:12.774 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8574 | 2024-12-19T20:28:14.184Z | [ host-image] Dec 19 20:28:12.774 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z |
8575 | 2024-12-19T20:28:14.184Z | [ host-image] Dec 19 20:28:12.774 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8576 | 2024-12-19T20:28:14.190Z | [ host-image] Dec 19 20:28:12.782 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8577 | 2024-12-19T20:28:14.190Z | [ host-image] Dec 19 20:28:12.782 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8578 | 2024-12-19T20:28:14.190Z | [ host-image] Dec 19 20:28:12.782 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8579 | 2024-12-19T20:28:14.192Z | [ host-image] Dec 19 20:28:12.783 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z |
8580 | 2024-12-19T20:28:14.192Z | [ host-image] Dec 19 20:28:12.783 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8581 | 2024-12-19T20:28:14.214Z | [ host-image] Dec 19 20:28:12.806 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8582 | 2024-12-19T20:28:14.214Z | [ host-image] Dec 19 20:28:12.806 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z |
8583 | 2024-12-19T20:28:14.217Z | [ host-image] Dec 19 20:28:12.809 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z |
8584 | 2024-12-19T20:28:14.220Z | [ host-image] Dec 19 20:28:12.810 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z |
8585 | 2024-12-19T20:28:14.220Z | [ host-image] Dec 19 20:28:12.810 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8586 | 2024-12-19T20:28:14.220Z | [ host-image] Dec 19 20:28:12.811 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z |
8587 | 2024-12-19T20:28:14.222Z | [ host-image] Dec 19 20:28:12.812 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z |
8588 | 2024-12-19T20:28:14.223Z | [ host-image] Dec 19 20:28:12.812 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z |
8589 | 2024-12-19T20:28:14.223Z | [ host-image] Dec 19 20:28:12.813 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z |
8590 | 2024-12-19T20:28:14.226Z | [ host-image] Dec 19 20:28:12.818 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8591 | 2024-12-19T20:28:14.229Z | [ host-image] Dec 19 20:28:12.819 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z |
8592 | 2024-12-19T20:28:14.229Z | [ host-image] Dec 19 20:28:12.820 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z |
8593 | 2024-12-19T20:28:14.229Z | [ host-image] Dec 19 20:28:12.820 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8594 | 2024-12-19T20:28:14.231Z | [ host-image] Dec 19 20:28:12.821 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z |
8595 | 2024-12-19T20:28:14.231Z | [ host-image] Dec 19 20:28:12.821 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z |
8596 | 2024-12-19T20:28:14.231Z | [ host-image] Dec 19 20:28:12.821 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z |
8597 | 2024-12-19T20:28:14.231Z | [ host-image] Dec 19 20:28:12.822 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z |
8598 | 2024-12-19T20:28:14.243Z | [ host-image] Dec 19 20:28:12.835 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z |
8599 | 2024-12-19T20:28:14.243Z | [ host-image] Dec 19 20:28:12.835 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8600 | 2024-12-19T20:28:14.246Z | [ host-image] Dec 19 20:28:12.838 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z |
8601 | 2024-12-19T20:28:14.248Z | [ host-image] Dec 19 20:28:12.840 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z |
8602 | 2024-12-19T20:28:14.248Z | [ host-image] Dec 19 20:28:12.840 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z |
8603 | 2024-12-19T20:28:14.251Z | [ host-image] Dec 19 20:28:12.841 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z |
8604 | 2024-12-19T20:28:14.251Z | [ host-image] Dec 19 20:28:12.842 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z |
8605 | 2024-12-19T20:28:14.252Z | [ host-image] Dec 19 20:28:12.842 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z |
8606 | 2024-12-19T20:28:14.277Z | [ host-image] Dec 19 20:28:12.868 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z |
8607 | 2024-12-19T20:28:14.277Z | [ host-image] Dec 19 20:28:12.869 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z |
8608 | 2024-12-19T20:28:14.279Z | [ host-image] Dec 19 20:28:12.869 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z |
8609 | 2024-12-19T20:28:14.279Z | [ host-image] Dec 19 20:28:12.871 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z |
8610 | 2024-12-19T20:28:14.281Z | [ host-image] Dec 19 20:28:12.871 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z |
8611 | 2024-12-19T20:28:14.315Z | [ host-image] Dec 19 20:28:12.906 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z |
8612 | 2024-12-19T20:28:14.315Z | [ host-image] Dec 19 20:28:12.907 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z |
8613 | 2024-12-19T20:28:14.317Z | [ host-image] Dec 19 20:28:12.907 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z |
8614 | 2024-12-19T20:28:14.317Z | [ host-image] Dec 19 20:28:12.907 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8615 | 2024-12-19T20:28:14.317Z | [ host-image] Dec 19 20:28:12.908 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8616 | 2024-12-19T20:28:14.365Z | [ host-image] Dec 19 20:28:12.956 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z |
8617 | 2024-12-19T20:28:14.367Z | [ host-image] Dec 19 20:28:12.957 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8618 | 2024-12-19T20:28:14.367Z | [ host-image] Dec 19 20:28:12.957 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z |
8619 | 2024-12-19T20:28:14.367Z | [ host-image] Dec 19 20:28:12.957 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z |
8620 | 2024-12-19T20:28:14.367Z | [ host-image] Dec 19 20:28:12.959 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z |
8621 | 2024-12-19T20:28:14.370Z | [ host-image] Dec 19 20:28:12.960 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8622 | 2024-12-19T20:28:14.370Z | [ host-image] Dec 19 20:28:12.961 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8623 | 2024-12-19T20:28:14.370Z | [ host-image] Dec 19 20:28:12.961 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z |
8624 | 2024-12-19T20:28:14.370Z | [ host-image] Dec 19 20:28:12.961 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z |
8625 | 2024-12-19T20:28:14.370Z | [ host-image] Dec 19 20:28:12.962 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z |
8626 | 2024-12-19T20:28:14.373Z | [ host-image] Dec 19 20:28:12.962 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z |
8627 | 2024-12-19T20:28:14.373Z | [ host-image] Dec 19 20:28:12.963 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z |
8628 | 2024-12-19T20:28:14.373Z | [ host-image] Dec 19 20:28:12.963 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z |
8629 | 2024-12-19T20:28:14.376Z | [ host-image] Dec 19 20:28:12.968 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8630 | 2024-12-19T20:28:14.376Z | [ host-image] Dec 19 20:28:12.968 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z |
8631 | 2024-12-19T20:28:14.379Z | [ host-image] Dec 19 20:28:12.971 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z |
8632 | 2024-12-19T20:28:14.381Z | [ host-image] Dec 19 20:28:12.971 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z |
8633 | 2024-12-19T20:28:14.381Z | [ host-image] Dec 19 20:28:12.971 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z |
8634 | 2024-12-19T20:28:14.381Z | [ host-image] Dec 19 20:28:12.972 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z |
8635 | 2024-12-19T20:28:14.381Z | [ host-image] Dec 19 20:28:12.972 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z |
8636 | 2024-12-19T20:28:14.381Z | [ host-image] Dec 19 20:28:12.972 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8637 | 2024-12-19T20:28:14.381Z | [ host-image] Dec 19 20:28:12.972 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8638 | 2024-12-19T20:28:14.381Z | [ host-image] Dec 19 20:28:12.973 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z |
8639 | 2024-12-19T20:28:14.383Z | [ host-image] Dec 19 20:28:12.974 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z |
8640 | 2024-12-19T20:28:14.384Z | [ host-image] Dec 19 20:28:12.974 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8641 | 2024-12-19T20:28:14.384Z | [ host-image] Dec 19 20:28:12.974 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8642 | 2024-12-19T20:28:14.384Z | [ host-image] Dec 19 20:28:12.974 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8643 | 2024-12-19T20:28:14.384Z | [ host-image] Dec 19 20:28:12.974 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8644 | 2024-12-19T20:28:14.384Z | [ host-image] Dec 19 20:28:12.974 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8645 | 2024-12-19T20:28:14.386Z | [ host-image] Dec 19 20:28:12.976 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8646 | 2024-12-19T20:28:14.388Z | [ host-image] Dec 19 20:28:12.978 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8647 | 2024-12-19T20:28:14.388Z | [ host-image] Dec 19 20:28:12.978 INFO O| tempdir @ "/tmp/.tmphrlLxK/tmp" |
8648 | 2024-12-19T20:28:14.388Z | [ host-image] Dec 19 20:28:12.978 INFO O| image root @ "/tmp/.tmphrlLxK/tmp/root" |
8649 | 2024-12-19T20:28:14.388Z | [ host-image] Dec 19 20:28:12.978 INFO O| creating image... |
8650 | 2024-12-19T20:28:15.114Z | [ recovery-image] Dec 19 20:28:13.705 INFO O| ok, image written! |
8651 | 2024-12-19T20:28:15.114Z | [ recovery-image] Dec 19 20:28:13.705 INFO O| ok, boot_image_csum file written! |
8652 | 2024-12-19T20:28:15.120Z | [ recovery-image] Dec 19 20:28:13.711 INFO creating boot archive (CPIO)... |
8653 | 2024-12-19T20:28:15.120Z | [ recovery-image] Dec 19 20:28:13.711 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 |
8654 | 2024-12-19T20:28:15.136Z | [ recovery-image] Dec 19 20:28:13.727 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8655 | 2024-12-19T20:28:15.136Z | [ recovery-image] Dec 19 20:28:13.727 INFO E| + outfile=/work/os-recovery/cpio |
8656 | 2024-12-19T20:28:15.138Z | [ recovery-image] Dec 19 20:28:13.727 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8657 | 2024-12-19T20:28:15.140Z | [ recovery-image] Dec 19 20:28:13.730 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8658 | 2024-12-19T20:28:15.141Z | [ recovery-image] Dec 19 20:28:13.731 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8659 | 2024-12-19T20:28:15.192Z | [ recovery-image] Dec 19 20:28:13.775 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8660 | 2024-12-19T20:28:15.193Z | [ recovery-image] Dec 19 20:28:13.775 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8661 | 2024-12-19T20:28:15.195Z | [ recovery-image] Dec 19 20:28:13.785 INFO creating compressed cpio/unix for nanobl-rs... |
8662 | 2024-12-19T20:28:15.195Z | [ recovery-image] Dec 19 20:28:13.785 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 |
8663 | 2024-12-19T20:28:15.563Z | [ recovery-image] Dec 19 20:28:14.154 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8664 | 2024-12-19T20:28:15.654Z | [ host-image] Dec 19 20:28:14.245 INFO O| copying publishers... |
8665 | 2024-12-19T20:28:21.259Z | [ recovery-image] Dec 19 20:28:19.849 INFO creating reset image... |
8666 | 2024-12-19T20:28:21.261Z | [ recovery-image] Dec 19 20:28:19.849 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8667 | 2024-12-19T20:28:21.739Z | [ recovery-image] Dec 19 20:28:20.329 INFO E| Updating crates.io index |
8668 | 2024-12-19T20:28:21.881Z | [ recovery-image] Dec 19 20:28:20.471 INFO E| Downloading crates ... |
8669 | 2024-12-19T20:28:21.993Z | [ recovery-image] Dec 19 20:28:20.584 INFO E| Downloaded shared_child v1.0.1 |
8670 | 2024-12-19T20:28:21.996Z | [ recovery-image] Dec 19 20:28:20.587 INFO E| Downloaded os_pipe v1.2.1 |
8671 | 2024-12-19T20:28:21.999Z | [ recovery-image] Dec 19 20:28:20.589 INFO E| Downloaded duct v0.13.7 |
8672 | 2024-12-19T20:28:22.002Z | [ recovery-image] Dec 19 20:28:20.592 INFO E| Downloaded clap_derive v4.5.13 |
8673 | 2024-12-19T20:28:22.015Z | [ recovery-image] Dec 19 20:28:20.605 INFO E| Downloaded clap_builder v4.5.17 |
8674 | 2024-12-19T20:28:22.026Z | [ recovery-image] Dec 19 20:28:20.616 INFO E| Downloaded clap v4.5.17 |
8675 | 2024-12-19T20:28:22.068Z | [ recovery-image] Dec 19 20:28:20.659 INFO E| Downloaded syn v2.0.77 |
8676 | 2024-12-19T20:28:22.133Z | [ recovery-image] Dec 19 20:28:20.723 INFO E| Downloaded libc v0.2.158 |
8677 | 2024-12-19T20:28:22.240Z | [ recovery-image] Dec 19 20:28:20.830 INFO E| Compiling proc-macro2 v1.0.86 |
8678 | 2024-12-19T20:28:22.244Z | [ recovery-image] Dec 19 20:28:20.835 INFO E| Compiling unicode-ident v1.0.13 |
8679 | 2024-12-19T20:28:22.244Z | [ recovery-image] Dec 19 20:28:20.835 INFO E| Compiling libc v0.2.158 |
8680 | 2024-12-19T20:28:22.247Z | [ recovery-image] Dec 19 20:28:20.835 INFO E| Compiling utf8parse v0.2.2 |
8681 | 2024-12-19T20:28:22.247Z | [ recovery-image] Dec 19 20:28:20.835 INFO E| Compiling anstyle v1.0.8 |
8682 | 2024-12-19T20:28:22.247Z | [ recovery-image] Dec 19 20:28:20.835 INFO E| Compiling colorchoice v1.0.2 |
8683 | 2024-12-19T20:28:22.247Z | [ recovery-image] Dec 19 20:28:20.835 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8684 | 2024-12-19T20:28:22.247Z | [ recovery-image] Dec 19 20:28:20.835 INFO E| Compiling anstyle-query v1.1.1 |
8685 | 2024-12-19T20:28:22.702Z | [ recovery-image] Dec 19 20:28:21.293 INFO E| Compiling heck v0.5.0 |
8686 | 2024-12-19T20:28:22.720Z | [ recovery-image] Dec 19 20:28:21.308 INFO E| Compiling strsim v0.11.1 |
8687 | 2024-12-19T20:28:22.730Z | [ recovery-image] Dec 19 20:28:21.321 INFO E| Compiling anstyle-parse v0.2.5 |
8688 | 2024-12-19T20:28:23.101Z | [ recovery-image] Dec 19 20:28:21.691 INFO E| Compiling clap_lex v0.7.2 |
8689 | 2024-12-19T20:28:23.212Z | [ recovery-image] Dec 19 20:28:21.802 INFO E| Compiling once_cell v1.19.0 |
8690 | 2024-12-19T20:28:23.624Z | [ recovery-image] Dec 19 20:28:22.205 INFO E| Compiling anstream v0.6.15 |
8691 | 2024-12-19T20:28:24.187Z | [ recovery-image] Dec 19 20:28:22.777 INFO E| Compiling clap_builder v4.5.17 |
8692 | 2024-12-19T20:28:24.948Z | [ recovery-image] Dec 19 20:28:23.537 INFO E| Compiling quote v1.0.37 |
8693 | 2024-12-19T20:28:25.158Z | [ recovery-image] Dec 19 20:28:23.747 INFO E| Compiling shared_child v1.0.1 |
8694 | 2024-12-19T20:28:25.165Z | [ recovery-image] Dec 19 20:28:23.754 INFO E| Compiling os_pipe v1.2.1 |
8695 | 2024-12-19T20:28:25.402Z | [ recovery-image] Dec 19 20:28:23.992 INFO E| Compiling syn v2.0.77 |
8696 | 2024-12-19T20:28:25.464Z | [ recovery-image] Dec 19 20:28:24.054 INFO E| Compiling duct v0.13.7 |
8697 | 2024-12-19T20:28:33.090Z | [ recovery-image] Dec 19 20:28:31.678 INFO E| Compiling clap_derive v4.5.13 |
8698 | 2024-12-19T20:28:37.128Z | [ recovery-image] Dec 19 20:28:35.716 INFO E| Compiling clap v4.5.17 |
8699 | 2024-12-19T20:28:37.217Z | [ recovery-image] Dec 19 20:28:35.804 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8700 | 2024-12-19T20:28:38.893Z | [ host-image] Dec 19 20:28:37.481 INFO O| adding properties... |
8701 | 2024-12-19T20:28:39.070Z | [ recovery-image] Dec 19 20:28:37.657 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.67s |
8702 | 2024-12-19T20:28:39.087Z | [ recovery-image] Dec 19 20:28:37.673 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8703 | 2024-12-19T20:28:39.391Z | [ recovery-image] Dec 19 20:28:37.978 INFO E| Updating crates.io index |
8704 | 2024-12-19T20:28:39.522Z | [ recovery-image] Dec 19 20:28:38.109 INFO E| Downloading crates ... |
8705 | 2024-12-19T20:28:39.678Z | [ recovery-image] Dec 19 20:28:38.266 INFO E| Downloaded bitstruct_derive v0.1.0 |
8706 | 2024-12-19T20:28:39.681Z | [ recovery-image] Dec 19 20:28:38.267 INFO E| Downloaded seq-macro v0.3.5 |
8707 | 2024-12-19T20:28:39.684Z | [ recovery-image] Dec 19 20:28:38.270 INFO E| Downloaded cpio_reader v0.1.1 |
8708 | 2024-12-19T20:28:39.686Z | [ recovery-image] Dec 19 20:28:38.272 INFO E| Downloaded raw-cpuid v10.7.0 |
8709 | 2024-12-19T20:28:39.690Z | [ recovery-image] Dec 19 20:28:38.278 INFO E| Downloaded bitstruct v0.1.1 |
8710 | 2024-12-19T20:28:39.693Z | [ recovery-image] Dec 19 20:28:38.280 INFO E| Downloaded bit_field v0.10.2 |
8711 | 2024-12-19T20:28:39.719Z | [ recovery-image] Dec 19 20:28:38.306 INFO E| Downloaded syn v2.0.85 |
8712 | 2024-12-19T20:28:39.829Z | [ recovery-image] Dec 19 20:28:38.416 INFO E| Downloaded x86 v0.52.0 |
8713 | 2024-12-19T20:28:39.915Z | [ recovery-image] Dec 19 20:28:38.502 INFO E| Updating crates.io index |
8714 | 2024-12-19T20:28:40.040Z | [ recovery-image] Dec 19 20:28:38.628 INFO E| Downloading crates ... |
8715 | 2024-12-19T20:28:40.316Z | [ recovery-image] Dec 19 20:28:38.903 INFO E| Downloaded hashbrown v0.15.0 |
8716 | 2024-12-19T20:28:40.352Z | [ recovery-image] Dec 19 20:28:38.938 INFO E| Downloaded compiler_builtins v0.1.134 |
8717 | 2024-12-19T20:28:40.505Z | [ recovery-image] Dec 19 20:28:39.091 INFO E| Compiling compiler_builtins v0.1.134 |
8718 | 2024-12-19T20:28:40.505Z | [ recovery-image] Dec 19 20:28:39.092 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) |
8719 | 2024-12-19T20:28:40.508Z | [ recovery-image] Dec 19 20:28:39.092 INFO E| Compiling proc-macro2 v1.0.89 |
8720 | 2024-12-19T20:28:40.508Z | [ recovery-image] Dec 19 20:28:39.092 INFO E| Compiling unicode-ident v1.0.13 |
8721 | 2024-12-19T20:28:40.508Z | [ recovery-image] Dec 19 20:28:39.092 INFO E| Compiling syn v1.0.109 |
8722 | 2024-12-19T20:28:40.508Z | [ recovery-image] Dec 19 20:28:39.092 INFO E| Compiling x86 v0.52.0 |
8723 | 2024-12-19T20:28:40.509Z | [ recovery-image] Dec 19 20:28:39.092 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8724 | 2024-12-19T20:28:40.509Z | [ recovery-image] Dec 19 20:28:39.092 INFO E| Compiling seq-macro v0.3.5 |
8725 | 2024-12-19T20:28:41.070Z | [ host-image] Dec 19 20:28:39.657 INFO O| installing packages... |
8726 | 2024-12-19T20:28:43.248Z | [ recovery-image] Dec 19 20:28:41.834 INFO E| Compiling quote v1.0.37 |
8727 | 2024-12-19T20:28:43.637Z | [ recovery-image] Dec 19 20:28:42.223 INFO E| Compiling syn v2.0.85 |
8728 | 2024-12-19T20:28:49.228Z | [ recovery-image] Dec 19 20:28:47.814 INFO E| Compiling scroll_derive v0.12.0 |
8729 | 2024-12-19T20:28:55.135Z | [ recovery-image] Dec 19 20:28:53.719 INFO E| Compiling bitstruct_derive v0.1.0 |
8730 | 2024-12-19T20:29:17.159Z | [ host-image] Dec 19 20:29:15.740 INFO O| seeding SMF database... |
8731 | 2024-12-19T20:29:17.610Z | [ recovery-image] Dec 19 20:29:16.190 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) |
8732 | 2024-12-19T20:29:21.321Z | [ recovery-image] Dec 19 20:29:19.900 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) |
8733 | 2024-12-19T20:29:27.956Z | [ recovery-image] Dec 19 20:29:26.535 INFO E| Compiling bitflags v1.3.2 |
8734 | 2024-12-19T20:29:27.956Z | [ recovery-image] Dec 19 20:29:26.535 INFO E| Compiling bit_field v0.10.2 |
8735 | 2024-12-19T20:29:27.959Z | [ recovery-image] Dec 19 20:29:26.535 INFO E| Compiling scroll v0.12.0 |
8736 | 2024-12-19T20:29:27.959Z | [ recovery-image] Dec 19 20:29:26.535 INFO E| Compiling adler2 v2.0.0 |
8737 | 2024-12-19T20:29:27.959Z | [ recovery-image] Dec 19 20:29:26.535 INFO E| Compiling plain v0.2.3 |
8738 | 2024-12-19T20:29:27.960Z | [ recovery-image] Dec 19 20:29:26.535 INFO E| Compiling log v0.4.22 |
8739 | 2024-12-19T20:29:27.960Z | [ recovery-image] Dec 19 20:29:26.535 INFO E| Compiling bitstruct v0.1.1 |
8740 | 2024-12-19T20:29:28.056Z | [ recovery-image] Dec 19 20:29:26.635 INFO E| Compiling raw-cpuid v10.7.0 |
8741 | 2024-12-19T20:29:28.129Z | [ recovery-image] Dec 19 20:29:26.708 INFO E| Compiling cpio_reader v0.1.1 |
8742 | 2024-12-19T20:29:28.559Z | [ recovery-image] Dec 19 20:29:27.138 INFO E| Compiling miniz_oxide v0.8.0 |
8743 | 2024-12-19T20:29:28.559Z | [ recovery-image] Dec 19 20:29:27.138 INFO E| Compiling static_assertions v1.1.0 |
8744 | 2024-12-19T20:29:28.882Z | [ recovery-image] Dec 19 20:29:27.461 INFO E| Compiling goblin v0.8.2 |
8745 | 2024-12-19T20:29:34.039Z | [ host-image] Dec 19 20:29:32.616 INFO O| configuring SMF profile... |
8746 | 2024-12-19T20:29:34.041Z | [ host-image] Dec 19 20:29:32.616 INFO O| modifying shadow(5)... |
8747 | 2024-12-19T20:29:34.041Z | [ host-image] Dec 19 20:29:32.617 INFO O| loading user and group database... |
8748 | 2024-12-19T20:29:34.041Z | [ host-image] Dec 19 20:29:32.617 INFO O| assessing packaged files... |
8749 | 2024-12-19T20:29:39.707Z | [ host-image] Dec 19 20:29:38.284 INFO O| creating archive... |
8750 | 2024-12-19T20:29:39.764Z | [ host-image] Dec 19 20:29:38.340 INFO O| missing from packaging: |
8751 | 2024-12-19T20:29:39.764Z | [ host-image] Dec 19 20:29:38.340 INFO O| "etc/.pwd.lock" |
8752 | 2024-12-19T20:29:39.764Z | [ host-image] Dec 19 20:29:38.340 INFO O| "etc/bash" |
8753 | 2024-12-19T20:29:39.773Z | [ host-image] Dec 19 20:29:38.349 INFO O| "etc/svc/profile/generic.xml" |
8754 | 2024-12-19T20:29:39.773Z | [ host-image] Dec 19 20:29:38.350 INFO O| "etc/svc/profile/inetd_services.xml" |
8755 | 2024-12-19T20:29:39.773Z | [ host-image] Dec 19 20:29:38.350 INFO O| "etc/svc/profile/name_service.xml" |
8756 | 2024-12-19T20:29:39.776Z | [ host-image] Dec 19 20:29:38.350 INFO O| "etc/svc/profile/platform.xml" |
8757 | 2024-12-19T20:29:39.776Z | [ host-image] Dec 19 20:29:38.350 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8758 | 2024-12-19T20:29:39.776Z | [ host-image] Dec 19 20:29:38.350 INFO O| "etc/svc/repository.db" |
8759 | 2024-12-19T20:29:39.789Z | [ host-image] Dec 19 20:29:38.366 INFO O| "opt/ooce/share" |
8760 | 2024-12-19T20:29:39.789Z | [ host-image] Dec 19 20:29:38.366 INFO O| "opt/ooce/share/man" |
8761 | 2024-12-19T20:29:39.792Z | [ host-image] Dec 19 20:29:38.366 INFO O| "opt/ooce/share/man/man1" |
8762 | 2024-12-19T20:29:39.823Z | [ host-image] Dec 19 20:29:38.399 INFO O| finishing archive... |
8763 | 2024-12-19T20:29:40.752Z | [ recovery-image] Dec 19 20:29:39.329 INFO E| Finished `release` profile [optimized] target(s) in 1m 01s |
8764 | 2024-12-19T20:29:40.785Z | [ recovery-image] Dec 19 20:29:39.361 INFO building host image... |
8765 | 2024-12-19T20:29:40.789Z | [ recovery-image] Dec 19 20:29:39.362 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") |
8766 | 2024-12-19T20:29:41.680Z | [ recovery-image] Dec 19 20:29:40.255 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8767 | 2024-12-19T20:29:44.261Z | [ recovery-image] Dec 19 20:29:42.837 INFO image complete! materials are in "/work/os-recovery" |
8768 | 2024-12-19T20:29:44.267Z | [ recovery-image] |
8769 | 2024-12-19T20:29:44.268Z | [ recovery-image] real 11:02.549886168 |
8770 | 2024-12-19T20:29:44.268Z | [ recovery-image] user 6:32.422440827 |
8771 | 2024-12-19T20:29:44.270Z | [ recovery-image] sys 1:06.479010632 |
8772 | 2024-12-19T20:29:44.270Z | [ recovery-image] trap 0.330255988 |
8773 | 2024-12-19T20:29:44.270Z | [ recovery-image] tflt 0.937125149 |
8774 | 2024-12-19T20:29:44.270Z | [ recovery-image] dflt 3.367546900 |
8775 | 2024-12-19T20:29:44.270Z | [ recovery-image] kflt 0.041246166 |
8776 | 2024-12-19T20:29:44.270Z | [ recovery-image] lock 24:47.334503806 |
8777 | 2024-12-19T20:29:44.270Z | [ recovery-image] slp 1:07:16.283741807 |
8778 | 2024-12-19T20:29:44.270Z | [ recovery-image] lat 4:21.702996986 |
8779 | 2024-12-19T20:29:44.271Z | [ recovery-image] stop 7.293751765 |
8780 | 2024-12-19T20:29:44.271Z | Dec 19 20:29:42.845 INFO [recovery-image] process exited with exit status: 0 (662.577416632s) |
8781 | 2024-12-19T20:29:44.448Z | [ host-image] Dec 19 20:29:43.023 INFO O| creating gzonly manifest... |
8782 | 2024-12-19T20:29:44.469Z | [ host-image] Dec 19 20:29:43.034 INFO O| ok |
8783 | 2024-12-19T20:29:44.635Z | [ host-image] Dec 19 20:29:43.211 INFO image builder template: ramdisk-02-trim... |
8784 | 2024-12-19T20:29:44.635Z | [ host-image] Dec 19 20:29:43.211 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/.tmplSEuS3/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 |
8785 | 2024-12-19T20:29:44.677Z | [ host-image] Dec 19 20:29:43.253 INFO O| Dec 19 20:29:43.252 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8786 | 2024-12-19T20:29:44.693Z | [ host-image] Dec 19 20:29:43.268 INFO O| Dec 19 20:29:43.268 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8787 | 2024-12-19T20:29:44.835Z | [ host-image] Dec 19 20:29:43.410 INFO O| Dec 19 20:29:43.410 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8788 | 2024-12-19T20:29:44.970Z | [ host-image] Dec 19 20:29:43.545 INFO O| Dec 19 20:29:43.545 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8789 | 2024-12-19T20:29:44.970Z | [ host-image] Dec 19 20:29:43.545 INFO O| Dec 19 20:29:43.545 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8790 | 2024-12-19T20:29:44.979Z | [ host-image] Dec 19 20:29:43.555 INFO O| Dec 19 20:29:43.555 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8791 | 2024-12-19T20:29:44.986Z | [ host-image] Dec 19 20:29:43.562 INFO O| Dec 19 20:29:43.562 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8792 | 2024-12-19T20:29:45.009Z | [ host-image] Dec 19 20:29:43.584 INFO O| Dec 19 20:29:43.584 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8793 | 2024-12-19T20:29:45.579Z | [ host-image] Dec 19 20:29:44.155 INFO O| Dec 19 20:29:44.155 INFO rolled back to input snapshot; work may begin |
8794 | 2024-12-19T20:29:45.579Z | [ host-image] Dec 19 20:29:44.155 INFO O| Dec 19 20:29:44.155 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8795 | 2024-12-19T20:29:45.590Z | [ host-image] Dec 19 20:29:44.165 INFO O| Dec 19 20:29:44.165 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8796 | 2024-12-19T20:29:45.610Z | [ host-image] Dec 19 20:29:44.186 INFO O| Dec 19 20:29:44.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8797 | 2024-12-19T20:29:45.810Z | [ host-image] Dec 19 20:29:44.385 INFO O| Dec 19 20:29:44.385 INFO STEP 0 (remove_files) COMPLETE |
8798 | 2024-12-19T20:29:45.810Z | [ host-image] Dec 19 20:29:44.386 INFO O| Dec 19 20:29:44.385 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8799 | 2024-12-19T20:29:45.835Z | [ host-image] Dec 19 20:29:44.411 INFO O| Dec 19 20:29:44.411 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8800 | 2024-12-19T20:29:45.838Z | [ host-image] Dec 19 20:29:44.413 INFO O| Dec 19 20:29:44.413 INFO STEP 1 (remove_files) COMPLETE |
8801 | 2024-12-19T20:29:45.838Z | [ host-image] Dec 19 20:29:44.413 INFO O| Dec 19 20:29:44.413 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8802 | 2024-12-19T20:29:45.860Z | [ host-image] Dec 19 20:29:44.434 INFO O| Dec 19 20:29:44.434 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8803 | 2024-12-19T20:29:45.907Z | [ host-image] Dec 19 20:29:44.482 INFO O| Dec 19 20:29:44.482 INFO STEP 2 (remove_files) COMPLETE |
8804 | 2024-12-19T20:29:45.908Z | [ host-image] Dec 19 20:29:44.482 INFO O| Dec 19 20:29:44.482 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8805 | 2024-12-19T20:29:45.966Z | [ host-image] Dec 19 20:29:44.542 INFO O| Dec 19 20:29:44.541 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8806 | 2024-12-19T20:29:45.969Z | [ host-image] Dec 19 20:29:44.544 INFO O| Dec 19 20:29:44.544 INFO STEP 3 (remove_files) COMPLETE |
8807 | 2024-12-19T20:29:45.969Z | [ host-image] Dec 19 20:29:44.544 INFO O| Dec 19 20:29:44.544 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8808 | 2024-12-19T20:29:46.004Z | [ host-image] Dec 19 20:29:44.579 INFO O| Dec 19 20:29:44.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8809 | 2024-12-19T20:29:46.010Z | [ host-image] Dec 19 20:29:44.585 INFO O| Dec 19 20:29:44.585 INFO STEP 4 (remove_files) COMPLETE |
8810 | 2024-12-19T20:29:46.010Z | [ host-image] Dec 19 20:29:44.585 INFO O| Dec 19 20:29:44.585 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8811 | 2024-12-19T20:29:46.030Z | [ host-image] Dec 19 20:29:44.605 INFO O| Dec 19 20:29:44.605 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8812 | 2024-12-19T20:29:46.035Z | [ host-image] Dec 19 20:29:44.610 INFO O| Dec 19 20:29:44.610 INFO STEP 5 (remove_files) COMPLETE |
8813 | 2024-12-19T20:29:46.035Z | [ host-image] Dec 19 20:29:44.610 INFO O| Dec 19 20:29:44.610 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8814 | 2024-12-19T20:29:46.056Z | [ host-image] Dec 19 20:29:44.632 INFO O| Dec 19 20:29:44.631 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8815 | 2024-12-19T20:29:46.073Z | [ host-image] Dec 19 20:29:44.648 INFO O| Dec 19 20:29:44.648 INFO STEP 6 (remove_files) COMPLETE |
8816 | 2024-12-19T20:29:46.073Z | [ host-image] Dec 19 20:29:44.648 INFO O| Dec 19 20:29:44.648 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8817 | 2024-12-19T20:29:46.096Z | [ host-image] Dec 19 20:29:44.670 INFO O| Dec 19 20:29:44.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8818 | 2024-12-19T20:29:46.116Z | [ host-image] Dec 19 20:29:44.691 INFO O| Dec 19 20:29:44.691 INFO STEP 7 (remove_files) COMPLETE |
8819 | 2024-12-19T20:29:46.116Z | [ host-image] Dec 19 20:29:44.691 INFO O| Dec 19 20:29:44.691 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8820 | 2024-12-19T20:29:46.140Z | [ host-image] Dec 19 20:29:44.713 INFO O| Dec 19 20:29:44.713 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8821 | 2024-12-19T20:29:46.276Z | [ host-image] Dec 19 20:29:44.850 INFO O| Dec 19 20:29:44.850 INFO STEP 8 (remove_files) COMPLETE |
8822 | 2024-12-19T20:29:46.276Z | [ host-image] Dec 19 20:29:44.850 INFO O| Dec 19 20:29:44.850 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8823 | 2024-12-19T20:29:46.298Z | [ host-image] Dec 19 20:29:44.872 INFO O| Dec 19 20:29:44.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8824 | 2024-12-19T20:29:46.475Z | [ host-image] Dec 19 20:29:45.049 INFO O| Dec 19 20:29:45.049 INFO STEP 9 (remove_files) COMPLETE |
8825 | 2024-12-19T20:29:46.475Z | [ host-image] Dec 19 20:29:45.050 INFO O| Dec 19 20:29:45.049 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8826 | 2024-12-19T20:29:46.507Z | [ host-image] Dec 19 20:29:45.082 INFO O| Dec 19 20:29:45.081 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8827 | 2024-12-19T20:29:46.512Z | [ host-image] Dec 19 20:29:45.088 INFO O| Dec 19 20:29:45.087 INFO STEP 10 (remove_files) COMPLETE |
8828 | 2024-12-19T20:29:46.512Z | [ host-image] Dec 19 20:29:45.088 INFO O| Dec 19 20:29:45.088 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8829 | 2024-12-19T20:29:46.535Z | [ host-image] Dec 19 20:29:45.110 INFO O| Dec 19 20:29:45.109 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8830 | 2024-12-19T20:29:46.537Z | [ host-image] Dec 19 20:29:45.111 INFO O| Dec 19 20:29:45.111 INFO STEP 11 (remove_files) COMPLETE |
8831 | 2024-12-19T20:29:46.537Z | [ host-image] Dec 19 20:29:45.111 INFO O| Dec 19 20:29:45.111 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8832 | 2024-12-19T20:29:46.558Z | [ host-image] Dec 19 20:29:45.133 INFO O| Dec 19 20:29:45.133 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8833 | 2024-12-19T20:29:46.560Z | [ host-image] Dec 19 20:29:45.136 INFO O| Dec 19 20:29:45.136 INFO STEP 12 (remove_files) COMPLETE |
8834 | 2024-12-19T20:29:46.562Z | [ host-image] Dec 19 20:29:45.136 INFO O| Dec 19 20:29:45.136 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-12-19T20:29:46.634Z | [ host-image] Dec 19 20:29:45.209 INFO O| Dec 19 20:29:45.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8836 | 2024-12-19T20:29:46.636Z | [ host-image] Dec 19 20:29:45.209 INFO O| Dec 19 20:29:45.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8837 | 2024-12-19T20:29:46.636Z | [ host-image] Dec 19 20:29:45.209 INFO O| Dec 19 20:29:45.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8838 | 2024-12-19T20:29:46.636Z | [ host-image] Dec 19 20:29:45.210 INFO O| Dec 19 20:29:45.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8839 | 2024-12-19T20:29:46.636Z | [ host-image] Dec 19 20:29:45.210 INFO O| Dec 19 20:29:45.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8840 | 2024-12-19T20:29:46.636Z | [ host-image] Dec 19 20:29:45.210 INFO O| Dec 19 20:29:45.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8841 | 2024-12-19T20:29:46.636Z | [ host-image] Dec 19 20:29:45.210 INFO O| Dec 19 20:29:45.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8842 | 2024-12-19T20:29:46.636Z | [ host-image] Dec 19 20:29:45.210 INFO O| Dec 19 20:29:45.210 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8843 | 2024-12-19T20:29:46.636Z | [ host-image] Dec 19 20:29:45.211 INFO O| Dec 19 20:29:45.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8844 | 2024-12-19T20:29:46.639Z | [ host-image] Dec 19 20:29:45.212 INFO O| Dec 19 20:29:45.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8845 | 2024-12-19T20:29:46.639Z | [ host-image] Dec 19 20:29:45.212 INFO O| Dec 19 20:29:45.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8846 | 2024-12-19T20:29:46.639Z | [ host-image] Dec 19 20:29:45.212 INFO O| Dec 19 20:29:45.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8847 | 2024-12-19T20:29:46.639Z | [ host-image] Dec 19 20:29:45.213 INFO O| Dec 19 20:29:45.213 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8848 | 2024-12-19T20:29:46.639Z | [ host-image] Dec 19 20:29:45.213 INFO O| Dec 19 20:29:45.213 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8849 | 2024-12-19T20:29:46.639Z | [ host-image] Dec 19 20:29:45.213 INFO O| Dec 19 20:29:45.213 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8850 | 2024-12-19T20:29:46.639Z | [ host-image] Dec 19 20:29:45.214 INFO O| Dec 19 20:29:45.213 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8851 | 2024-12-19T20:29:46.641Z | [ host-image] Dec 19 20:29:45.215 INFO O| Dec 19 20:29:45.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8852 | 2024-12-19T20:29:46.882Z | [ host-image] Dec 19 20:29:45.458 INFO O| Dec 19 20:29:45.457 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8853 | 2024-12-19T20:29:46.887Z | [ host-image] Dec 19 20:29:45.463 INFO O| Dec 19 20:29:45.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8854 | 2024-12-19T20:29:46.894Z | [ host-image] Dec 19 20:29:45.470 INFO O| Dec 19 20:29:45.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8855 | 2024-12-19T20:29:46.967Z | [ host-image] Dec 19 20:29:45.542 INFO O| Dec 19 20:29:45.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8856 | 2024-12-19T20:29:47.365Z | [ host-image] Dec 19 20:29:45.939 INFO O| Dec 19 20:29:45.939 INFO STEP 13 (remove_files) COMPLETE |
8857 | 2024-12-19T20:29:47.365Z | [ host-image] Dec 19 20:29:45.939 INFO O| Dec 19 20:29:45.939 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8858 | 2024-12-19T20:29:47.385Z | [ host-image] Dec 19 20:29:45.960 INFO O| Dec 19 20:29:45.960 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8859 | 2024-12-19T20:29:47.388Z | [ host-image] Dec 19 20:29:45.963 INFO O| Dec 19 20:29:45.963 INFO STEP 14 (remove_files) COMPLETE |
8860 | 2024-12-19T20:29:47.388Z | [ host-image] Dec 19 20:29:45.963 INFO O| Dec 19 20:29:45.963 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8861 | 2024-12-19T20:29:47.408Z | [ host-image] Dec 19 20:29:45.983 INFO O| Dec 19 20:29:45.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8862 | 2024-12-19T20:29:47.419Z | [ host-image] Dec 19 20:29:45.994 INFO O| Dec 19 20:29:45.994 INFO STEP 15 (remove_files) COMPLETE |
8863 | 2024-12-19T20:29:47.419Z | [ host-image] Dec 19 20:29:45.994 INFO O| Dec 19 20:29:45.994 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-12-19T20:29:47.444Z | [ host-image] Dec 19 20:29:46.019 INFO O| Dec 19 20:29:46.019 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8865 | 2024-12-19T20:29:47.447Z | [ host-image] Dec 19 20:29:46.020 INFO O| Dec 19 20:29:46.020 INFO STEP 16 (remove_files) COMPLETE |
8866 | 2024-12-19T20:29:47.447Z | [ host-image] Dec 19 20:29:46.020 INFO O| Dec 19 20:29:46.020 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8867 | 2024-12-19T20:29:47.519Z | [ host-image] Dec 19 20:29:46.094 INFO O| Dec 19 20:29:46.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8868 | 2024-12-19T20:29:47.521Z | [ host-image] Dec 19 20:29:46.096 INFO O| Dec 19 20:29:46.096 INFO STEP 17 (remove_files) COMPLETE |
8869 | 2024-12-19T20:29:47.521Z | [ host-image] Dec 19 20:29:46.096 INFO O| Dec 19 20:29:46.096 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8870 | 2024-12-19T20:29:47.541Z | [ host-image] Dec 19 20:29:46.115 INFO O| Dec 19 20:29:46.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8871 | 2024-12-19T20:29:47.541Z | [ host-image] Dec 19 20:29:46.115 INFO O| Dec 19 20:29:46.115 INFO STEP 18 (remove_files) COMPLETE |
8872 | 2024-12-19T20:29:47.541Z | [ host-image] Dec 19 20:29:46.115 INFO O| Dec 19 20:29:46.115 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8873 | 2024-12-19T20:29:47.561Z | [ host-image] Dec 19 20:29:46.136 INFO O| Dec 19 20:29:46.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8874 | 2024-12-19T20:29:47.561Z | [ host-image] Dec 19 20:29:46.136 INFO O| Dec 19 20:29:46.136 INFO STEP 19 (remove_files) COMPLETE |
8875 | 2024-12-19T20:29:47.561Z | [ host-image] Dec 19 20:29:46.136 INFO O| Dec 19 20:29:46.136 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-19T20:29:47.583Z | [ host-image] Dec 19 20:29:46.158 INFO O| Dec 19 20:29:46.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8877 | 2024-12-19T20:29:47.583Z | [ host-image] Dec 19 20:29:46.158 INFO O| Dec 19 20:29:46.158 INFO STEP 20 (remove_files) COMPLETE |
8878 | 2024-12-19T20:29:47.583Z | [ host-image] Dec 19 20:29:46.158 INFO O| Dec 19 20:29:46.158 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-19T20:29:47.604Z | [ host-image] Dec 19 20:29:46.179 INFO O| Dec 19 20:29:46.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8880 | 2024-12-19T20:29:47.604Z | [ host-image] Dec 19 20:29:46.179 INFO O| Dec 19 20:29:46.179 INFO STEP 21 (remove_files) COMPLETE |
8881 | 2024-12-19T20:29:47.607Z | [ host-image] Dec 19 20:29:46.179 INFO O| Dec 19 20:29:46.179 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-19T20:29:47.625Z | [ host-image] Dec 19 20:29:46.200 INFO O| Dec 19 20:29:46.200 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8883 | 2024-12-19T20:29:47.626Z | [ host-image] Dec 19 20:29:46.201 INFO O| Dec 19 20:29:46.201 INFO STEP 22 (remove_files) COMPLETE |
8884 | 2024-12-19T20:29:47.628Z | [ host-image] Dec 19 20:29:46.201 INFO O| Dec 19 20:29:46.201 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-19T20:29:47.669Z | [ host-image] Dec 19 20:29:46.244 INFO O| Dec 19 20:29:46.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8886 | 2024-12-19T20:29:47.669Z | [ host-image] Dec 19 20:29:46.244 INFO O| Dec 19 20:29:46.244 INFO STEP 23 (remove_files) COMPLETE |
8887 | 2024-12-19T20:29:47.669Z | [ host-image] Dec 19 20:29:46.244 INFO O| Dec 19 20:29:46.244 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-19T20:29:47.727Z | [ host-image] Dec 19 20:29:46.302 INFO O| Dec 19 20:29:46.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8889 | 2024-12-19T20:29:47.727Z | [ host-image] Dec 19 20:29:46.302 INFO O| Dec 19 20:29:46.302 INFO STEP 24 (remove_files) COMPLETE |
8890 | 2024-12-19T20:29:47.727Z | [ host-image] Dec 19 20:29:46.302 INFO O| Dec 19 20:29:46.302 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-19T20:29:47.748Z | [ host-image] Dec 19 20:29:46.322 INFO O| Dec 19 20:29:46.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8892 | 2024-12-19T20:29:47.748Z | [ host-image] Dec 19 20:29:46.322 INFO O| Dec 19 20:29:46.322 INFO STEP 25 (remove_files) COMPLETE |
8893 | 2024-12-19T20:29:47.748Z | [ host-image] Dec 19 20:29:46.322 INFO O| Dec 19 20:29:46.322 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-19T20:29:47.774Z | [ host-image] Dec 19 20:29:46.349 INFO O| Dec 19 20:29:46.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8895 | 2024-12-19T20:29:47.774Z | [ host-image] Dec 19 20:29:46.349 INFO O| Dec 19 20:29:46.349 INFO STEP 26 (remove_files) COMPLETE |
8896 | 2024-12-19T20:29:47.777Z | [ host-image] Dec 19 20:29:46.349 INFO O| Dec 19 20:29:46.349 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-19T20:29:47.794Z | [ host-image] Dec 19 20:29:46.369 INFO O| Dec 19 20:29:46.369 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8898 | 2024-12-19T20:29:47.794Z | [ host-image] Dec 19 20:29:46.369 INFO O| Dec 19 20:29:46.369 INFO STEP 27 (remove_files) COMPLETE |
8899 | 2024-12-19T20:29:47.797Z | [ host-image] Dec 19 20:29:46.369 INFO O| Dec 19 20:29:46.369 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-19T20:29:47.814Z | [ host-image] Dec 19 20:29:46.388 INFO O| Dec 19 20:29:46.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8901 | 2024-12-19T20:29:47.814Z | [ host-image] Dec 19 20:29:46.388 INFO O| Dec 19 20:29:46.388 INFO STEP 28 (remove_files) COMPLETE |
8902 | 2024-12-19T20:29:47.814Z | [ host-image] Dec 19 20:29:46.388 INFO O| Dec 19 20:29:46.388 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-19T20:29:47.914Z | [ host-image] Dec 19 20:29:46.489 INFO O| Dec 19 20:29:46.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8904 | 2024-12-19T20:29:47.914Z | [ host-image] Dec 19 20:29:46.489 INFO O| Dec 19 20:29:46.489 INFO STEP 29 (remove_files) COMPLETE |
8905 | 2024-12-19T20:29:47.917Z | [ host-image] Dec 19 20:29:46.489 INFO O| Dec 19 20:29:46.489 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-19T20:29:47.936Z | [ host-image] Dec 19 20:29:46.511 INFO O| Dec 19 20:29:46.511 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8907 | 2024-12-19T20:29:47.936Z | [ host-image] Dec 19 20:29:46.511 INFO O| Dec 19 20:29:46.511 INFO STEP 30 (remove_files) COMPLETE |
8908 | 2024-12-19T20:29:47.939Z | [ host-image] Dec 19 20:29:46.511 INFO O| Dec 19 20:29:46.511 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-19T20:29:47.957Z | [ host-image] Dec 19 20:29:46.532 INFO O| Dec 19 20:29:46.532 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8910 | 2024-12-19T20:29:47.957Z | [ host-image] Dec 19 20:29:46.532 INFO O| Dec 19 20:29:46.532 INFO STEP 31 (remove_files) COMPLETE |
8911 | 2024-12-19T20:29:47.959Z | [ host-image] Dec 19 20:29:46.532 INFO O| Dec 19 20:29:46.532 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-19T20:29:47.977Z | [ host-image] Dec 19 20:29:46.552 INFO O| Dec 19 20:29:46.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8913 | 2024-12-19T20:29:47.977Z | [ host-image] Dec 19 20:29:46.552 INFO O| Dec 19 20:29:46.552 INFO STEP 32 (remove_files) COMPLETE |
8914 | 2024-12-19T20:29:47.977Z | [ host-image] Dec 19 20:29:46.552 INFO O| Dec 19 20:29:46.552 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-19T20:29:47.997Z | [ host-image] Dec 19 20:29:46.572 INFO O| Dec 19 20:29:46.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8916 | 2024-12-19T20:29:47.997Z | [ host-image] Dec 19 20:29:46.572 INFO O| Dec 19 20:29:46.572 INFO STEP 33 (remove_files) COMPLETE |
8917 | 2024-12-19T20:29:48.000Z | [ host-image] Dec 19 20:29:46.572 INFO O| Dec 19 20:29:46.572 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8918 | 2024-12-19T20:29:48.018Z | [ host-image] Dec 19 20:29:46.593 INFO O| Dec 19 20:29:46.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8919 | 2024-12-19T20:29:48.018Z | [ host-image] Dec 19 20:29:46.593 INFO O| Dec 19 20:29:46.593 INFO STEP 34 (remove_files) COMPLETE |
8920 | 2024-12-19T20:29:48.021Z | [ host-image] Dec 19 20:29:46.593 INFO O| Dec 19 20:29:46.593 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8921 | 2024-12-19T20:29:48.054Z | [ host-image] Dec 19 20:29:46.629 INFO O| Dec 19 20:29:46.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8922 | 2024-12-19T20:29:48.057Z | [ host-image] Dec 19 20:29:46.629 INFO O| Dec 19 20:29:46.629 INFO STEP 35 (remove_files) COMPLETE |
8923 | 2024-12-19T20:29:48.057Z | [ host-image] Dec 19 20:29:46.630 INFO O| Dec 19 20:29:46.630 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8924 | 2024-12-19T20:29:48.075Z | [ host-image] Dec 19 20:29:46.650 INFO O| Dec 19 20:29:46.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8925 | 2024-12-19T20:29:48.078Z | [ host-image] Dec 19 20:29:46.650 INFO O| Dec 19 20:29:46.650 INFO STEP 36 (remove_files) COMPLETE |
8926 | 2024-12-19T20:29:48.078Z | [ host-image] Dec 19 20:29:46.651 INFO O| Dec 19 20:29:46.650 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8927 | 2024-12-19T20:29:48.096Z | [ host-image] Dec 19 20:29:46.671 INFO O| Dec 19 20:29:46.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8928 | 2024-12-19T20:29:48.098Z | [ host-image] Dec 19 20:29:46.671 INFO O| Dec 19 20:29:46.671 INFO STEP 37 (remove_files) COMPLETE |
8929 | 2024-12-19T20:29:48.098Z | [ host-image] Dec 19 20:29:46.671 INFO O| Dec 19 20:29:46.671 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8930 | 2024-12-19T20:29:48.117Z | [ host-image] Dec 19 20:29:46.692 INFO O| Dec 19 20:29:46.692 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8931 | 2024-12-19T20:29:48.119Z | [ host-image] Dec 19 20:29:46.692 INFO O| Dec 19 20:29:46.692 INFO STEP 38 (remove_files) COMPLETE |
8932 | 2024-12-19T20:29:48.119Z | [ host-image] Dec 19 20:29:46.692 INFO O| Dec 19 20:29:46.692 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8933 | 2024-12-19T20:29:48.144Z | [ host-image] Dec 19 20:29:46.719 INFO O| Dec 19 20:29:46.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8934 | 2024-12-19T20:29:48.144Z | [ host-image] Dec 19 20:29:46.719 INFO O| Dec 19 20:29:46.719 INFO STEP 39 (remove_files) COMPLETE |
8935 | 2024-12-19T20:29:48.144Z | [ host-image] Dec 19 20:29:46.719 INFO O| Dec 19 20:29:46.719 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8936 | 2024-12-19T20:29:48.166Z | [ host-image] Dec 19 20:29:46.741 INFO O| Dec 19 20:29:46.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8937 | 2024-12-19T20:29:48.166Z | [ host-image] Dec 19 20:29:46.741 INFO O| Dec 19 20:29:46.741 INFO STEP 40 (remove_files) COMPLETE |
8938 | 2024-12-19T20:29:48.169Z | [ host-image] Dec 19 20:29:46.741 INFO O| Dec 19 20:29:46.741 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8939 | 2024-12-19T20:29:48.188Z | [ host-image] Dec 19 20:29:46.763 INFO O| Dec 19 20:29:46.763 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8940 | 2024-12-19T20:29:48.190Z | [ host-image] Dec 19 20:29:46.763 INFO O| Dec 19 20:29:46.763 INFO STEP 41 (remove_files) COMPLETE |
8941 | 2024-12-19T20:29:48.190Z | [ host-image] Dec 19 20:29:46.763 INFO O| Dec 19 20:29:46.763 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8942 | 2024-12-19T20:29:48.211Z | [ host-image] Dec 19 20:29:46.785 INFO O| Dec 19 20:29:46.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8943 | 2024-12-19T20:29:48.211Z | [ host-image] Dec 19 20:29:46.785 INFO O| Dec 19 20:29:46.785 INFO STEP 42 (remove_files) COMPLETE |
8944 | 2024-12-19T20:29:48.211Z | [ host-image] Dec 19 20:29:46.785 INFO O| Dec 19 20:29:46.785 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8945 | 2024-12-19T20:29:48.230Z | [ host-image] Dec 19 20:29:46.805 INFO O| Dec 19 20:29:46.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8946 | 2024-12-19T20:29:48.230Z | [ host-image] Dec 19 20:29:46.805 INFO O| Dec 19 20:29:46.805 INFO STEP 43 (remove_files) COMPLETE |
8947 | 2024-12-19T20:29:48.230Z | [ host-image] Dec 19 20:29:46.805 INFO O| Dec 19 20:29:46.805 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8948 | 2024-12-19T20:29:48.251Z | [ host-image] Dec 19 20:29:46.826 INFO O| Dec 19 20:29:46.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8949 | 2024-12-19T20:29:48.251Z | [ host-image] Dec 19 20:29:46.826 INFO O| Dec 19 20:29:46.826 INFO STEP 44 (remove_files) COMPLETE |
8950 | 2024-12-19T20:29:48.252Z | [ host-image] Dec 19 20:29:46.826 INFO O| Dec 19 20:29:46.826 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8951 | 2024-12-19T20:29:48.273Z | [ host-image] Dec 19 20:29:46.848 INFO O| Dec 19 20:29:46.848 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8952 | 2024-12-19T20:29:48.273Z | [ host-image] Dec 19 20:29:46.848 INFO O| Dec 19 20:29:46.848 INFO STEP 45 (remove_files) COMPLETE |
8953 | 2024-12-19T20:29:48.276Z | [ host-image] Dec 19 20:29:46.848 INFO O| Dec 19 20:29:46.848 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8954 | 2024-12-19T20:29:48.297Z | [ host-image] Dec 19 20:29:46.869 INFO O| Dec 19 20:29:46.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8955 | 2024-12-19T20:29:48.297Z | [ host-image] Dec 19 20:29:46.869 INFO O| Dec 19 20:29:46.869 INFO STEP 46 (remove_files) COMPLETE |
8956 | 2024-12-19T20:29:48.297Z | [ host-image] Dec 19 20:29:46.869 INFO O| Dec 19 20:29:46.869 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8957 | 2024-12-19T20:29:48.316Z | [ host-image] Dec 19 20:29:46.891 INFO O| Dec 19 20:29:46.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8958 | 2024-12-19T20:29:48.316Z | [ host-image] Dec 19 20:29:46.891 INFO O| Dec 19 20:29:46.891 INFO STEP 47 (remove_files) COMPLETE |
8959 | 2024-12-19T20:29:48.316Z | [ host-image] Dec 19 20:29:46.891 INFO O| Dec 19 20:29:46.891 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8960 | 2024-12-19T20:29:48.338Z | [ host-image] Dec 19 20:29:46.913 INFO O| Dec 19 20:29:46.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8961 | 2024-12-19T20:29:48.338Z | [ host-image] Dec 19 20:29:46.913 INFO O| Dec 19 20:29:46.913 INFO STEP 48 (remove_files) COMPLETE |
8962 | 2024-12-19T20:29:48.340Z | [ host-image] Dec 19 20:29:46.913 INFO O| Dec 19 20:29:46.913 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8963 | 2024-12-19T20:29:48.374Z | [ host-image] Dec 19 20:29:46.948 INFO O| Dec 19 20:29:46.948 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8964 | 2024-12-19T20:29:48.374Z | [ host-image] Dec 19 20:29:46.949 INFO O| Dec 19 20:29:46.949 INFO STEP 49 (remove_files) COMPLETE |
8965 | 2024-12-19T20:29:48.374Z | [ host-image] Dec 19 20:29:46.949 INFO O| Dec 19 20:29:46.949 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8966 | 2024-12-19T20:29:48.395Z | [ host-image] Dec 19 20:29:46.970 INFO O| Dec 19 20:29:46.970 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8967 | 2024-12-19T20:29:48.395Z | [ host-image] Dec 19 20:29:46.970 INFO O| Dec 19 20:29:46.970 INFO STEP 50 (remove_files) COMPLETE |
8968 | 2024-12-19T20:29:48.398Z | [ host-image] Dec 19 20:29:46.970 INFO O| Dec 19 20:29:46.970 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8969 | 2024-12-19T20:29:48.417Z | [ host-image] Dec 19 20:29:46.991 INFO O| Dec 19 20:29:46.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8970 | 2024-12-19T20:29:48.417Z | [ host-image] Dec 19 20:29:46.992 INFO O| Dec 19 20:29:46.991 INFO STEP 51 (remove_files) COMPLETE |
8971 | 2024-12-19T20:29:48.417Z | [ host-image] Dec 19 20:29:46.992 INFO O| Dec 19 20:29:46.991 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8972 | 2024-12-19T20:29:48.438Z | [ host-image] Dec 19 20:29:47.013 INFO O| Dec 19 20:29:47.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8973 | 2024-12-19T20:29:48.438Z | [ host-image] Dec 19 20:29:47.013 INFO O| Dec 19 20:29:47.013 INFO STEP 52 (remove_files) COMPLETE |
8974 | 2024-12-19T20:29:48.440Z | [ host-image] Dec 19 20:29:47.013 INFO O| Dec 19 20:29:47.013 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8975 | 2024-12-19T20:29:48.461Z | [ host-image] Dec 19 20:29:47.036 INFO O| Dec 19 20:29:47.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8976 | 2024-12-19T20:29:48.461Z | [ host-image] Dec 19 20:29:47.036 INFO O| Dec 19 20:29:47.036 INFO STEP 53 (remove_files) COMPLETE |
8977 | 2024-12-19T20:29:48.461Z | [ host-image] Dec 19 20:29:47.036 INFO O| Dec 19 20:29:47.036 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8978 | 2024-12-19T20:29:48.518Z | [ host-image] Dec 19 20:29:47.093 INFO O| Dec 19 20:29:47.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8979 | 2024-12-19T20:29:48.518Z | [ host-image] Dec 19 20:29:47.093 INFO O| Dec 19 20:29:47.093 INFO STEP 54 (remove_files) COMPLETE |
8980 | 2024-12-19T20:29:48.518Z | [ host-image] Dec 19 20:29:47.093 INFO O| Dec 19 20:29:47.093 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2024-12-19T20:29:48.539Z | [ host-image] Dec 19 20:29:47.113 INFO O| Dec 19 20:29:47.113 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8982 | 2024-12-19T20:29:48.539Z | [ host-image] Dec 19 20:29:47.113 INFO O| Dec 19 20:29:47.113 INFO STEP 55 (remove_files) COMPLETE |
8983 | 2024-12-19T20:29:48.539Z | [ host-image] Dec 19 20:29:47.113 INFO O| Dec 19 20:29:47.113 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8984 | 2024-12-19T20:29:48.559Z | [ host-image] Dec 19 20:29:47.133 INFO O| Dec 19 20:29:47.133 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8985 | 2024-12-19T20:29:48.559Z | [ host-image] Dec 19 20:29:47.134 INFO O| Dec 19 20:29:47.133 INFO STEP 56 (remove_files) COMPLETE |
8986 | 2024-12-19T20:29:48.559Z | [ host-image] Dec 19 20:29:47.134 INFO O| Dec 19 20:29:47.134 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8987 | 2024-12-19T20:29:48.579Z | [ host-image] Dec 19 20:29:47.154 INFO O| Dec 19 20:29:47.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8988 | 2024-12-19T20:29:48.579Z | [ host-image] Dec 19 20:29:47.154 INFO O| Dec 19 20:29:47.154 INFO STEP 57 (remove_files) COMPLETE |
8989 | 2024-12-19T20:29:48.579Z | [ host-image] Dec 19 20:29:47.154 INFO O| Dec 19 20:29:47.154 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8990 | 2024-12-19T20:29:48.599Z | [ host-image] Dec 19 20:29:47.174 INFO O| Dec 19 20:29:47.174 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8991 | 2024-12-19T20:29:48.599Z | [ host-image] Dec 19 20:29:47.174 INFO O| Dec 19 20:29:47.174 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8992 | 2024-12-19T20:29:48.602Z | [ host-image] Dec 19 20:29:47.174 INFO O| Dec 19 20:29:47.174 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8993 | 2024-12-19T20:29:48.602Z | [ host-image] Dec 19 20:29:47.174 INFO O| Dec 19 20:29:47.174 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8994 | 2024-12-19T20:29:48.602Z | [ host-image] Dec 19 20:29:47.175 INFO O| Dec 19 20:29:47.174 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8995 | 2024-12-19T20:29:48.602Z | [ host-image] Dec 19 20:29:47.175 INFO O| Dec 19 20:29:47.175 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8996 | 2024-12-19T20:29:48.602Z | [ host-image] Dec 19 20:29:47.175 INFO O| Dec 19 20:29:47.175 INFO ok! |
8997 | 2024-12-19T20:29:48.602Z | [ host-image] Dec 19 20:29:47.175 INFO O| Dec 19 20:29:47.175 INFO STEP 58 (ensure_file) COMPLETE |
8998 | 2024-12-19T20:29:48.602Z | [ host-image] Dec 19 20:29:47.175 INFO O| Dec 19 20:29:47.175 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8999 | 2024-12-19T20:29:48.635Z | [ host-image] Dec 19 20:29:47.209 INFO O| Dec 19 20:29:47.209 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9000 | 2024-12-19T20:29:48.635Z | [ host-image] Dec 19 20:29:47.210 INFO O| Dec 19 20:29:47.210 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9001 | 2024-12-19T20:29:48.637Z | [ host-image] Dec 19 20:29:47.210 INFO O| Dec 19 20:29:47.210 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9002 | 2024-12-19T20:29:48.638Z | [ host-image] Dec 19 20:29:47.210 INFO O| Dec 19 20:29:47.210 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9003 | 2024-12-19T20:29:48.638Z | [ host-image] Dec 19 20:29:47.210 INFO O| Dec 19 20:29:47.210 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9004 | 2024-12-19T20:29:48.638Z | [ host-image] Dec 19 20:29:47.210 INFO O| Dec 19 20:29:47.210 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9005 | 2024-12-19T20:29:48.638Z | [ host-image] Dec 19 20:29:47.210 INFO O| Dec 19 20:29:47.210 INFO ok! |
9006 | 2024-12-19T20:29:48.638Z | [ host-image] Dec 19 20:29:47.210 INFO O| Dec 19 20:29:47.210 INFO STEP 59 (ensure_file) COMPLETE |
9007 | 2024-12-19T20:29:48.638Z | [ host-image] Dec 19 20:29:47.210 INFO O| Dec 19 20:29:47.210 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9008 | 2024-12-19T20:29:48.658Z | [ host-image] Dec 19 20:29:47.233 INFO O| Dec 19 20:29:47.233 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9009 | 2024-12-19T20:29:48.658Z | [ host-image] Dec 19 20:29:47.233 INFO O| Dec 19 20:29:47.233 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9010 | 2024-12-19T20:29:48.660Z | [ host-image] Dec 19 20:29:47.233 INFO O| Dec 19 20:29:47.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9011 | 2024-12-19T20:29:48.660Z | [ host-image] Dec 19 20:29:47.233 INFO O| Dec 19 20:29:47.233 INFO ok! |
9012 | 2024-12-19T20:29:48.660Z | [ host-image] Dec 19 20:29:47.233 INFO O| Dec 19 20:29:47.233 INFO STEP 60 (ensure_file) COMPLETE |
9013 | 2024-12-19T20:29:48.660Z | [ host-image] Dec 19 20:29:47.233 INFO O| Dec 19 20:29:47.233 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9014 | 2024-12-19T20:29:48.681Z | [ host-image] Dec 19 20:29:47.256 INFO O| Dec 19 20:29:47.255 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9015 | 2024-12-19T20:29:48.681Z | [ host-image] Dec 19 20:29:47.256 INFO O| Dec 19 20:29:47.256 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9016 | 2024-12-19T20:29:48.683Z | [ host-image] Dec 19 20:29:47.256 INFO O| Dec 19 20:29:47.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9017 | 2024-12-19T20:29:48.683Z | [ host-image] Dec 19 20:29:47.256 INFO O| Dec 19 20:29:47.256 INFO ok! |
9018 | 2024-12-19T20:29:48.683Z | [ host-image] Dec 19 20:29:47.256 INFO O| Dec 19 20:29:47.256 INFO STEP 61 (ensure_file) COMPLETE |
9019 | 2024-12-19T20:29:48.683Z | [ host-image] Dec 19 20:29:47.256 INFO O| Dec 19 20:29:47.256 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9020 | 2024-12-19T20:29:48.717Z | [ host-image] Dec 19 20:29:47.292 INFO O| Dec 19 20:29:47.291 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9021 | 2024-12-19T20:29:48.717Z | [ host-image] Dec 19 20:29:47.292 INFO O| Dec 19 20:29:47.292 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9022 | 2024-12-19T20:29:48.717Z | [ host-image] Dec 19 20:29:47.292 INFO O| Dec 19 20:29:47.292 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9023 | 2024-12-19T20:29:48.717Z | [ host-image] Dec 19 20:29:47.292 INFO O| Dec 19 20:29:47.292 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9024 | 2024-12-19T20:29:48.720Z | [ host-image] Dec 19 20:29:47.292 INFO O| Dec 19 20:29:47.292 INFO ok! |
9025 | 2024-12-19T20:29:48.720Z | [ host-image] Dec 19 20:29:47.292 INFO O| Dec 19 20:29:47.292 INFO STEP 62 (ensure_file) COMPLETE |
9026 | 2024-12-19T20:29:48.720Z | [ host-image] Dec 19 20:29:47.292 INFO O| Dec 19 20:29:47.292 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9027 | 2024-12-19T20:29:48.737Z | [ host-image] Dec 19 20:29:47.312 INFO O| Dec 19 20:29:47.312 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9028 | 2024-12-19T20:29:48.737Z | [ host-image] Dec 19 20:29:47.312 INFO O| Dec 19 20:29:47.312 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9029 | 2024-12-19T20:29:48.740Z | [ host-image] Dec 19 20:29:47.312 INFO O| Dec 19 20:29:47.312 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9030 | 2024-12-19T20:29:48.740Z | [ host-image] Dec 19 20:29:47.312 INFO O| Dec 19 20:29:47.312 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9031 | 2024-12-19T20:29:48.740Z | [ host-image] Dec 19 20:29:47.312 INFO O| Dec 19 20:29:47.312 INFO ok! |
9032 | 2024-12-19T20:29:48.740Z | [ host-image] Dec 19 20:29:47.312 INFO O| Dec 19 20:29:47.312 INFO STEP 63 (ensure_file) COMPLETE |
9033 | 2024-12-19T20:29:48.740Z | [ host-image] Dec 19 20:29:47.312 INFO O| Dec 19 20:29:47.312 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9034 | 2024-12-19T20:29:48.767Z | [ host-image] Dec 19 20:29:47.342 INFO O| Dec 19 20:29:47.341 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9035 | 2024-12-19T20:29:48.767Z | [ host-image] Dec 19 20:29:47.342 INFO O| Dec 19 20:29:47.341 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9036 | 2024-12-19T20:29:48.769Z | [ host-image] Dec 19 20:29:47.342 INFO O| Dec 19 20:29:47.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9037 | 2024-12-19T20:29:48.769Z | [ host-image] Dec 19 20:29:47.342 INFO O| Dec 19 20:29:47.342 INFO ok! |
9038 | 2024-12-19T20:29:48.769Z | [ host-image] Dec 19 20:29:47.342 INFO O| Dec 19 20:29:47.342 INFO STEP 64 (assemble_files) COMPLETE |
9039 | 2024-12-19T20:29:48.769Z | [ host-image] Dec 19 20:29:47.342 INFO O| Dec 19 20:29:47.342 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9040 | 2024-12-19T20:29:48.806Z | [ host-image] Dec 19 20:29:47.381 INFO O| Dec 19 20:29:47.381 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9041 | 2024-12-19T20:29:48.806Z | [ host-image] Dec 19 20:29:47.381 INFO O| Dec 19 20:29:47.381 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9042 | 2024-12-19T20:29:48.809Z | [ host-image] Dec 19 20:29:47.381 INFO O| Dec 19 20:29:47.381 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9043 | 2024-12-19T20:29:48.809Z | [ host-image] Dec 19 20:29:47.381 INFO O| Dec 19 20:29:47.381 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9044 | 2024-12-19T20:29:48.809Z | [ host-image] Dec 19 20:29:47.381 INFO O| Dec 19 20:29:47.381 INFO ok! |
9045 | 2024-12-19T20:29:48.809Z | [ host-image] Dec 19 20:29:47.381 INFO O| Dec 19 20:29:47.381 INFO STEP 65 (ensure_file) COMPLETE |
9046 | 2024-12-19T20:29:48.809Z | [ host-image] Dec 19 20:29:47.381 INFO O| Dec 19 20:29:47.381 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9047 | 2024-12-19T20:29:48.828Z | [ host-image] Dec 19 20:29:47.402 INFO O| Dec 19 20:29:47.402 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9048 | 2024-12-19T20:29:48.831Z | [ host-image] Dec 19 20:29:47.403 INFO O| Dec 19 20:29:47.403 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9049 | 2024-12-19T20:29:48.831Z | [ host-image] Dec 19 20:29:47.403 INFO O| Dec 19 20:29:47.403 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9050 | 2024-12-19T20:29:48.831Z | [ host-image] Dec 19 20:29:47.403 INFO O| Dec 19 20:29:47.403 INFO STEP 66 (ensure_dir) COMPLETE |
9051 | 2024-12-19T20:29:48.831Z | [ host-image] Dec 19 20:29:47.403 INFO O| Dec 19 20:29:47.403 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9052 | 2024-12-19T20:29:48.849Z | [ host-image] Dec 19 20:29:47.424 INFO O| Dec 19 20:29:47.424 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9053 | 2024-12-19T20:29:48.852Z | [ host-image] Dec 19 20:29:47.424 INFO O| Dec 19 20:29:47.424 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 ... |
9054 | 2024-12-19T20:29:48.861Z | [ host-image] Dec 19 20:29:47.435 INFO O| Dec 19 20:29:47.435 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 |
9055 | 2024-12-19T20:29:48.861Z | [ host-image] Dec 19 20:29:47.435 INFO O| Dec 19 20:29:47.435 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9056 | 2024-12-19T20:29:48.861Z | [ host-image] Dec 19 20:29:47.435 INFO O| Dec 19 20:29:47.435 INFO ok! |
9057 | 2024-12-19T20:29:48.861Z | [ host-image] Dec 19 20:29:47.435 INFO O| Dec 19 20:29:47.435 INFO STEP 67 (ensure_file) COMPLETE |
9058 | 2024-12-19T20:29:48.861Z | [ host-image] Dec 19 20:29:47.435 INFO O| Dec 19 20:29:47.435 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9059 | 2024-12-19T20:29:48.882Z | [ host-image] Dec 19 20:29:47.456 INFO O| Dec 19 20:29:47.456 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9060 | 2024-12-19T20:29:48.882Z | [ host-image] Dec 19 20:29:47.456 INFO O| Dec 19 20:29:47.456 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 ... |
9061 | 2024-12-19T20:29:48.884Z | [ host-image] Dec 19 20:29:47.457 INFO O| Dec 19 20:29:47.457 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 |
9062 | 2024-12-19T20:29:48.885Z | [ host-image] Dec 19 20:29:47.457 INFO O| Dec 19 20:29:47.457 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9063 | 2024-12-19T20:29:48.885Z | [ host-image] Dec 19 20:29:47.457 INFO O| Dec 19 20:29:47.457 INFO ok! |
9064 | 2024-12-19T20:29:48.885Z | [ host-image] Dec 19 20:29:47.457 INFO O| Dec 19 20:29:47.457 INFO STEP 68 (ensure_file) COMPLETE |
9065 | 2024-12-19T20:29:48.885Z | [ host-image] Dec 19 20:29:47.457 INFO O| Dec 19 20:29:47.457 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9066 | 2024-12-19T20:29:48.913Z | [ host-image] Dec 19 20:29:47.488 INFO O| Dec 19 20:29:47.488 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9067 | 2024-12-19T20:29:48.913Z | [ host-image] Dec 19 20:29:47.488 INFO O| Dec 19 20:29:47.488 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9068 | 2024-12-19T20:29:52.625Z | [ host-image] Dec 19 20:29:51.199 INFO O| Dec 19 20:29:51.199 INFO STEP 69 (pack_tar) COMPLETE |
9069 | 2024-12-19T20:29:52.625Z | [ host-image] Dec 19 20:29:51.199 INFO O| Dec 19 20:29:51.199 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9070 | 2024-12-19T20:29:52.628Z | [ host-image] Dec 19 20:29:51.199 INFO O| Dec 19 20:29:51.199 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9071 | 2024-12-19T20:29:52.925Z | [ host-image] Dec 19 20:29:51.499 INFO O| Dec 19 20:29:51.499 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9072 | 2024-12-19T20:29:53.048Z | [ host-image] Dec 19 20:29:51.621 INFO O| Dec 19 20:29:51.621 INFO completed processing gimlet/ramdisk-02-trim |
9073 | 2024-12-19T20:29:53.053Z | [ host-image] Dec 19 20:29:51.624 INFO image builder template: zfs... |
9074 | 2024-12-19T20:29:53.053Z | [ host-image] Dec 19 20:29:51.624 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/.tmplSEuS3/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 |
9075 | 2024-12-19T20:29:53.074Z | [ host-image] Dec 19 20:29:51.648 INFO O| Dec 19 20:29:51.648 INFO skip include "stress" because feature "stress" is not enabled |
9076 | 2024-12-19T20:29:53.133Z | [ host-image] Dec 19 20:29:51.707 INFO O| Dec 19 20:29:51.707 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9077 | 2024-12-19T20:29:53.154Z | [ host-image] Dec 19 20:29:51.728 INFO O| Dec 19 20:29:51.728 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9078 | 2024-12-19T20:29:53.271Z | [ host-image] Dec 19 20:29:51.843 INFO O| Dec 19 20:29:51.843 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9079 | 2024-12-19T20:29:53.393Z | [ host-image] Dec 19 20:29:51.967 INFO O| Dec 19 20:29:51.966 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9080 | 2024-12-19T20:29:53.397Z | [ host-image] Dec 19 20:29:51.967 INFO O| Dec 19 20:29:51.967 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9081 | 2024-12-19T20:29:53.404Z | [ host-image] Dec 19 20:29:51.977 INFO O| Dec 19 20:29:51.977 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9082 | 2024-12-19T20:29:53.591Z | [ host-image] Dec 19 20:29:52.165 INFO O| Dec 19 20:29:52.165 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9083 | 2024-12-19T20:29:53.724Z | [ host-image] Dec 19 20:29:52.296 INFO O| Dec 19 20:29:52.295 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9084 | 2024-12-19T20:29:53.739Z | [ host-image] Dec 19 20:29:52.313 INFO O| Dec 19 20:29:52.313 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9085 | 2024-12-19T20:29:53.751Z | [ host-image] Dec 19 20:29:52.323 INFO O| Dec 19 20:29:52.323 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9086 | 2024-12-19T20:29:53.756Z | [ host-image] Dec 19 20:29:52.323 INFO O| Dec 19 20:29:52.323 INFO no lofi found |
9087 | 2024-12-19T20:29:53.756Z | [ host-image] Dec 19 20:29:52.323 INFO O| Dec 19 20:29:52.323 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9088 | 2024-12-19T20:29:53.756Z | [ host-image] Dec 19 20:29:52.323 INFO O| Dec 19 20:29:52.323 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9089 | 2024-12-19T20:29:55.435Z | [ host-image] Dec 19 20:29:54.009 INFO O| Dec 19 20:29:54.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
9090 | 2024-12-19T20:29:55.435Z | [ host-image] Dec 19 20:29:54.009 INFO O| Dec 19 20:29:54.009 INFO pool device = /dev/dsk/c2t1d0p0 |
9091 | 2024-12-19T20:29:55.438Z | [ host-image] Dec 19 20:29:54.009 INFO O| Dec 19 20:29:54.009 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"] |
9092 | 2024-12-19T20:29:55.542Z | [ host-image] Dec 19 20:29:54.115 INFO O| Dec 19 20:29:54.115 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9093 | 2024-12-19T20:29:55.542Z | [ host-image] Dec 19 20:29:54.115 INFO O| Dec 19 20:29:54.115 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9094 | 2024-12-19T20:29:55.575Z | [ host-image] Dec 19 20:29:54.149 INFO O| Dec 19 20:29:54.149 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9095 | 2024-12-19T20:29:55.653Z | [ host-image] Dec 19 20:29:54.226 INFO O| Dec 19 20:29:54.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9096 | 2024-12-19T20:29:55.695Z | [ host-image] Dec 19 20:29:54.269 INFO O| Dec 19 20:29:54.269 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9097 | 2024-12-19T20:29:55.716Z | [ host-image] Dec 19 20:29:54.290 INFO O| Dec 19 20:29:54.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9098 | 2024-12-19T20:29:55.733Z | [ host-image] Dec 19 20:29:54.306 INFO O| Dec 19 20:29:54.306 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9099 | 2024-12-19T20:29:55.800Z | [ host-image] Dec 19 20:29:54.374 INFO O| Dec 19 20:29:54.373 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9100 | 2024-12-19T20:29:55.802Z | [ host-image] Dec 19 20:29:54.374 INFO O| Dec 19 20:29:54.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9101 | 2024-12-19T20:29:55.802Z | [ host-image] Dec 19 20:29:54.374 INFO O| Dec 19 20:29:54.374 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9102 | 2024-12-19T20:29:55.815Z | [ host-image] Dec 19 20:29:54.388 INFO O| Dec 19 20:29:54.388 INFO boot environment UUID: 8c584d75-2186-4767-8702-80b8ab64013a |
9103 | 2024-12-19T20:29:55.815Z | [ host-image] Dec 19 20:29:54.388 INFO O| Dec 19 20:29:54.388 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8c584d75-2186-4767-8702-80b8ab64013a |
9104 | 2024-12-19T20:29:55.832Z | [ host-image] Dec 19 20:29:54.405 INFO O| Dec 19 20:29:54.405 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9105 | 2024-12-19T20:29:55.850Z | [ host-image] Dec 19 20:29:54.424 INFO O| Dec 19 20:29:54.424 INFO STEP 0 (create_be) COMPLETE |
9106 | 2024-12-19T20:29:55.850Z | [ host-image] Dec 19 20:29:54.424 INFO O| Dec 19 20:29:54.424 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9107 | 2024-12-19T20:29:55.878Z | [ host-image] Dec 19 20:29:54.451 INFO O| Dec 19 20:29:54.451 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9108 | 2024-12-19T20:30:20.133Z | [ host-image] Dec 19 20:30:18.702 INFO O| Dec 19 20:30:18.702 INFO STEP 1 (unpack_tar) COMPLETE |
9109 | 2024-12-19T20:30:20.133Z | [ host-image] Dec 19 20:30:18.702 INFO O| Dec 19 20:30:18.702 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9110 | 2024-12-19T20:30:20.153Z | [ host-image] Dec 19 20:30:18.723 INFO O| Dec 19 20:30:18.722 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9111 | 2024-12-19T20:30:20.738Z | [ host-image] Dec 19 20:30:19.307 INFO O| Dec 19 20:30:19.307 INFO STEP 2 (devfsadm) COMPLETE |
9112 | 2024-12-19T20:30:20.740Z | [ host-image] Dec 19 20:30:19.307 INFO O| Dec 19 20:30:19.307 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9113 | 2024-12-19T20:30:20.760Z | [ host-image] Dec 19 20:30:19.329 INFO O| Dec 19 20:30:19.328 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9114 | 2024-12-19T20:30:20.760Z | [ host-image] Dec 19 20:30:19.329 INFO O| Dec 19 20:30:19.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9115 | 2024-12-19T20:30:20.760Z | [ host-image] Dec 19 20:30:19.329 INFO O| Dec 19 20:30:19.329 INFO STEP 3 (ensure_dir) COMPLETE |
9116 | 2024-12-19T20:30:20.763Z | [ host-image] Dec 19 20:30:19.329 INFO O| Dec 19 20:30:19.329 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9117 | 2024-12-19T20:30:20.781Z | [ host-image] Dec 19 20:30:19.350 INFO O| Dec 19 20:30:19.350 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9118 | 2024-12-19T20:30:20.781Z | [ host-image] Dec 19 20:30:19.350 INFO O| Dec 19 20:30:19.350 INFO STEP 4 (ensure_dir) COMPLETE |
9119 | 2024-12-19T20:30:20.784Z | [ host-image] Dec 19 20:30:19.350 INFO O| Dec 19 20:30:19.350 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9120 | 2024-12-19T20:30:20.820Z | [ host-image] Dec 19 20:30:19.389 INFO O| Dec 19 20:30:19.389 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9121 | 2024-12-19T20:30:20.820Z | [ host-image] Dec 19 20:30:19.389 INFO O| Dec 19 20:30:19.389 INFO STEP 5 (ensure_dir) COMPLETE |
9122 | 2024-12-19T20:30:20.824Z | [ host-image] Dec 19 20:30:19.389 INFO O| Dec 19 20:30:19.389 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9123 | 2024-12-19T20:30:20.852Z | [ host-image] Dec 19 20:30:19.421 INFO O| Dec 19 20:30:19.421 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9124 | 2024-12-19T20:30:20.855Z | [ host-image] Dec 19 20:30:19.421 INFO O| Dec 19 20:30:19.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9125 | 2024-12-19T20:30:20.855Z | [ host-image] Dec 19 20:30:19.421 INFO O| Dec 19 20:30:19.421 INFO STEP 6 (ensure_dir) COMPLETE |
9126 | 2024-12-19T20:30:20.855Z | [ host-image] Dec 19 20:30:19.421 INFO O| Dec 19 20:30:19.421 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9127 | 2024-12-19T20:30:20.873Z | [ host-image] Dec 19 20:30:19.442 INFO O| Dec 19 20:30:19.442 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9128 | 2024-12-19T20:30:20.873Z | [ host-image] Dec 19 20:30:19.442 INFO O| Dec 19 20:30:19.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9129 | 2024-12-19T20:30:20.873Z | [ host-image] Dec 19 20:30:19.442 INFO O| Dec 19 20:30:19.442 INFO STEP 7 (ensure_dir) COMPLETE |
9130 | 2024-12-19T20:30:20.876Z | [ host-image] Dec 19 20:30:19.442 INFO O| Dec 19 20:30:19.442 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9131 | 2024-12-19T20:30:20.893Z | [ host-image] Dec 19 20:30:19.463 INFO O| Dec 19 20:30:19.462 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9132 | 2024-12-19T20:30:20.896Z | [ host-image] Dec 19 20:30:19.463 INFO O| Dec 19 20:30:19.463 INFO STEP 8 (remove_files) COMPLETE |
9133 | 2024-12-19T20:30:20.896Z | [ host-image] Dec 19 20:30:19.463 INFO O| Dec 19 20:30:19.463 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9134 | 2024-12-19T20:30:20.914Z | [ host-image] Dec 19 20:30:19.483 INFO O| Dec 19 20:30:19.483 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9135 | 2024-12-19T20:30:20.916Z | [ host-image] Dec 19 20:30:19.484 INFO O| Dec 19 20:30:19.484 INFO STEP 9 (remove_files) COMPLETE |
9136 | 2024-12-19T20:30:20.916Z | [ host-image] Dec 19 20:30:19.484 INFO O| Dec 19 20:30:19.484 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9137 | 2024-12-19T20:30:20.935Z | [ host-image] Dec 19 20:30:19.504 INFO O| Dec 19 20:30:19.504 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9138 | 2024-12-19T20:30:20.938Z | [ host-image] Dec 19 20:30:19.505 INFO O| Dec 19 20:30:19.505 INFO STEP 10 (remove_files) COMPLETE |
9139 | 2024-12-19T20:30:20.938Z | [ host-image] Dec 19 20:30:19.505 INFO O| Dec 19 20:30:19.505 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9140 | 2024-12-19T20:30:20.966Z | [ host-image] Dec 19 20:30:19.535 INFO O| Dec 19 20:30:19.534 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9141 | 2024-12-19T20:30:20.968Z | [ host-image] Dec 19 20:30:19.535 INFO O| Dec 19 20:30:19.535 INFO STEP 11 (remove_files) COMPLETE |
9142 | 2024-12-19T20:30:20.969Z | [ host-image] Dec 19 20:30:19.535 INFO O| Dec 19 20:30:19.535 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9143 | 2024-12-19T20:30:20.987Z | [ host-image] Dec 19 20:30:19.556 INFO O| Dec 19 20:30:19.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9144 | 2024-12-19T20:30:20.993Z | [ host-image] Dec 19 20:30:19.556 INFO O| Dec 19 20:30:19.556 INFO STEP 12 (remove_files) COMPLETE |
9145 | 2024-12-19T20:30:20.993Z | [ host-image] Dec 19 20:30:19.556 INFO O| Dec 19 20:30:19.556 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9146 | 2024-12-19T20:30:21.009Z | [ host-image] Dec 19 20:30:19.578 INFO O| Dec 19 20:30:19.578 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9147 | 2024-12-19T20:30:21.012Z | [ host-image] Dec 19 20:30:19.578 INFO O| Dec 19 20:30:19.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9148 | 2024-12-19T20:30:21.012Z | [ host-image] Dec 19 20:30:19.578 INFO O| Dec 19 20:30:19.578 INFO STEP 13 (ensure_dir) COMPLETE |
9149 | 2024-12-19T20:30:21.012Z | [ host-image] Dec 19 20:30:19.578 INFO O| Dec 19 20:30:19.578 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9150 | 2024-12-19T20:30:21.040Z | [ host-image] Dec 19 20:30:19.609 INFO O| Dec 19 20:30:19.609 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9151 | 2024-12-19T20:30:21.043Z | [ host-image] Dec 19 20:30:19.610 INFO O| Dec 19 20:30:19.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9152 | 2024-12-19T20:30:21.043Z | [ host-image] Dec 19 20:30:19.610 INFO O| Dec 19 20:30:19.610 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9153 | 2024-12-19T20:30:21.043Z | [ host-image] Dec 19 20:30:19.610 INFO O| Dec 19 20:30:19.610 INFO STEP 14 (ensure_dir) COMPLETE |
9154 | 2024-12-19T20:30:21.043Z | [ host-image] Dec 19 20:30:19.610 INFO O| Dec 19 20:30:19.610 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9155 | 2024-12-19T20:30:21.062Z | [ host-image] Dec 19 20:30:19.631 INFO O| Dec 19 20:30:19.631 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9156 | 2024-12-19T20:30:21.065Z | [ host-image] Dec 19 20:30:19.631 INFO O| Dec 19 20:30:19.631 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9157 | 2024-12-19T20:30:21.065Z | [ host-image] Dec 19 20:30:19.631 INFO O| Dec 19 20:30:19.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9158 | 2024-12-19T20:30:21.065Z | [ host-image] Dec 19 20:30:19.631 INFO O| Dec 19 20:30:19.631 INFO STEP 15 (ensure_dir) COMPLETE |
9159 | 2024-12-19T20:30:21.065Z | [ host-image] Dec 19 20:30:19.632 INFO O| Dec 19 20:30:19.632 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9160 | 2024-12-19T20:30:21.082Z | [ host-image] Dec 19 20:30:19.651 INFO O| Dec 19 20:30:19.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9161 | 2024-12-19T20:30:21.084Z | [ host-image] Dec 19 20:30:19.651 INFO O| Dec 19 20:30:19.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9162 | 2024-12-19T20:30:21.084Z | [ host-image] Dec 19 20:30:19.651 INFO O| Dec 19 20:30:19.651 INFO STEP 16 (ensure_dir) COMPLETE |
9163 | 2024-12-19T20:30:21.084Z | [ host-image] Dec 19 20:30:19.651 INFO O| Dec 19 20:30:19.651 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9164 | 2024-12-19T20:30:21.101Z | [ host-image] Dec 19 20:30:19.670 INFO O| Dec 19 20:30:19.670 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9165 | 2024-12-19T20:30:21.104Z | [ host-image] Dec 19 20:30:19.671 INFO O| Dec 19 20:30:19.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9166 | 2024-12-19T20:30:21.104Z | [ host-image] Dec 19 20:30:19.671 INFO O| Dec 19 20:30:19.671 INFO STEP 17 (ensure_dir) COMPLETE |
9167 | 2024-12-19T20:30:21.104Z | [ host-image] Dec 19 20:30:19.671 INFO O| Dec 19 20:30:19.671 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9168 | 2024-12-19T20:30:21.141Z | [ host-image] Dec 19 20:30:19.710 INFO O| Dec 19 20:30:19.710 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9169 | 2024-12-19T20:30:21.141Z | [ host-image] Dec 19 20:30:19.710 INFO O| Dec 19 20:30:19.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9170 | 2024-12-19T20:30:21.144Z | [ host-image] Dec 19 20:30:19.710 INFO O| Dec 19 20:30:19.710 INFO ok! |
9171 | 2024-12-19T20:30:21.144Z | [ host-image] Dec 19 20:30:19.710 INFO O| Dec 19 20:30:19.710 INFO STEP 18 (ensure_symlink) COMPLETE |
9172 | 2024-12-19T20:30:21.144Z | [ host-image] Dec 19 20:30:19.710 INFO O| Dec 19 20:30:19.710 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9173 | 2024-12-19T20:30:21.175Z | [ host-image] Dec 19 20:30:19.744 INFO O| Dec 19 20:30:19.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9174 | 2024-12-19T20:30:21.175Z | [ host-image] Dec 19 20:30:19.744 INFO O| Dec 19 20:30:19.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9175 | 2024-12-19T20:30:21.175Z | [ host-image] Dec 19 20:30:19.744 INFO O| Dec 19 20:30:19.744 INFO ok! |
9176 | 2024-12-19T20:30:21.178Z | [ host-image] Dec 19 20:30:19.744 INFO O| Dec 19 20:30:19.744 INFO STEP 19 (ensure_file) COMPLETE |
9177 | 2024-12-19T20:30:21.178Z | [ host-image] Dec 19 20:30:19.744 INFO O| Dec 19 20:30:19.744 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9178 | 2024-12-19T20:30:21.197Z | [ host-image] Dec 19 20:30:19.766 INFO O| Dec 19 20:30:19.766 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9179 | 2024-12-19T20:30:21.197Z | [ host-image] Dec 19 20:30:19.766 INFO O| Dec 19 20:30:19.766 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9180 | 2024-12-19T20:30:21.199Z | [ host-image] Dec 19 20:30:19.766 INFO O| Dec 19 20:30:19.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9181 | 2024-12-19T20:30:21.199Z | [ host-image] Dec 19 20:30:19.766 INFO O| Dec 19 20:30:19.766 INFO ok! |
9182 | 2024-12-19T20:30:21.199Z | [ host-image] Dec 19 20:30:19.766 INFO O| Dec 19 20:30:19.766 INFO STEP 20 (ensure_symlink) COMPLETE |
9183 | 2024-12-19T20:30:21.199Z | [ host-image] Dec 19 20:30:19.766 INFO O| Dec 19 20:30:19.766 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9184 | 2024-12-19T20:30:21.219Z | [ host-image] Dec 19 20:30:19.787 INFO O| Dec 19 20:30:19.787 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9185 | 2024-12-19T20:30:21.219Z | [ host-image] Dec 19 20:30:19.788 INFO O| Dec 19 20:30:19.787 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9186 | 2024-12-19T20:30:21.222Z | [ host-image] Dec 19 20:30:19.788 INFO O| Dec 19 20:30:19.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9187 | 2024-12-19T20:30:21.222Z | [ host-image] Dec 19 20:30:19.788 INFO O| Dec 19 20:30:19.788 INFO ok! |
9188 | 2024-12-19T20:30:21.222Z | [ host-image] Dec 19 20:30:19.788 INFO O| Dec 19 20:30:19.788 INFO STEP 21 (ensure_symlink) COMPLETE |
9189 | 2024-12-19T20:30:21.222Z | [ host-image] Dec 19 20:30:19.788 INFO O| Dec 19 20:30:19.788 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9190 | 2024-12-19T20:30:21.239Z | [ host-image] Dec 19 20:30:19.808 INFO O| Dec 19 20:30:19.808 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9191 | 2024-12-19T20:30:21.239Z | [ host-image] Dec 19 20:30:19.808 INFO O| Dec 19 20:30:19.808 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9192 | 2024-12-19T20:30:21.242Z | [ host-image] Dec 19 20:30:19.809 INFO O| Dec 19 20:30:19.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9193 | 2024-12-19T20:30:21.242Z | [ host-image] Dec 19 20:30:19.809 INFO O| Dec 19 20:30:19.809 INFO ok! |
9194 | 2024-12-19T20:30:21.242Z | [ host-image] Dec 19 20:30:19.809 INFO O| Dec 19 20:30:19.809 INFO STEP 22 (ensure_symlink) COMPLETE |
9195 | 2024-12-19T20:30:21.242Z | [ host-image] Dec 19 20:30:19.809 INFO O| Dec 19 20:30:19.809 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9196 | 2024-12-19T20:30:21.260Z | [ host-image] Dec 19 20:30:19.829 INFO O| Dec 19 20:30:19.829 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9197 | 2024-12-19T20:30:21.260Z | [ host-image] Dec 19 20:30:19.829 INFO O| Dec 19 20:30:19.829 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9198 | 2024-12-19T20:30:21.263Z | [ host-image] Dec 19 20:30:19.829 INFO O| Dec 19 20:30:19.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9199 | 2024-12-19T20:30:21.263Z | [ host-image] Dec 19 20:30:19.829 INFO O| Dec 19 20:30:19.829 INFO ok! |
9200 | 2024-12-19T20:30:21.263Z | [ host-image] Dec 19 20:30:19.829 INFO O| Dec 19 20:30:19.829 INFO STEP 23 (ensure_symlink) COMPLETE |
9201 | 2024-12-19T20:30:21.263Z | [ host-image] Dec 19 20:30:19.829 INFO O| Dec 19 20:30:19.829 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9202 | 2024-12-19T20:30:21.295Z | [ host-image] Dec 19 20:30:19.864 INFO O| Dec 19 20:30:19.864 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9203 | 2024-12-19T20:30:21.295Z | [ host-image] Dec 19 20:30:19.864 INFO O| Dec 19 20:30:19.864 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9204 | 2024-12-19T20:30:21.298Z | [ host-image] Dec 19 20:30:19.865 INFO O| Dec 19 20:30:19.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9205 | 2024-12-19T20:30:21.298Z | [ host-image] Dec 19 20:30:19.865 INFO O| Dec 19 20:30:19.865 INFO ok! |
9206 | 2024-12-19T20:30:21.298Z | [ host-image] Dec 19 20:30:19.865 INFO O| Dec 19 20:30:19.865 INFO STEP 24 (ensure_file) COMPLETE |
9207 | 2024-12-19T20:30:21.298Z | [ host-image] Dec 19 20:30:19.865 INFO O| Dec 19 20:30:19.865 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9208 | 2024-12-19T20:30:21.316Z | [ host-image] Dec 19 20:30:19.885 INFO O| Dec 19 20:30:19.885 INFO updating shadow file |
9209 | 2024-12-19T20:30:21.319Z | [ host-image] Dec 19 20:30:19.885 INFO O| Dec 19 20:30:19.885 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9210 | 2024-12-19T20:30:21.319Z | [ host-image] Dec 19 20:30:19.885 INFO O| Dec 19 20:30:19.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9211 | 2024-12-19T20:30:21.319Z | [ host-image] Dec 19 20:30:19.885 INFO O| Dec 19 20:30:19.885 INFO STEP 25 (shadow) COMPLETE |
9212 | 2024-12-19T20:30:21.319Z | [ host-image] Dec 19 20:30:19.885 INFO O| Dec 19 20:30:19.885 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9213 | 2024-12-19T20:30:21.336Z | [ host-image] Dec 19 20:30:19.905 INFO O| Dec 19 20:30:19.905 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9214 | 2024-12-19T20:30:21.336Z | [ host-image] Dec 19 20:30:19.905 INFO O| Dec 19 20:30:19.905 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9215 | 2024-12-19T20:30:21.339Z | [ host-image] Dec 19 20:30:19.906 INFO O| Dec 19 20:30:19.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9216 | 2024-12-19T20:30:21.339Z | [ host-image] Dec 19 20:30:19.906 INFO O| Dec 19 20:30:19.905 INFO ok! |
9217 | 2024-12-19T20:30:21.339Z | [ host-image] Dec 19 20:30:19.906 INFO O| Dec 19 20:30:19.906 INFO STEP 26 (ensure_file) COMPLETE |
9218 | 2024-12-19T20:30:21.339Z | [ host-image] Dec 19 20:30:19.906 INFO O| Dec 19 20:30:19.906 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9219 | 2024-12-19T20:30:21.359Z | [ host-image] Dec 19 20:30:19.928 INFO O| Dec 19 20:30:19.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9220 | 2024-12-19T20:30:21.359Z | [ host-image] Dec 19 20:30:19.928 INFO O| Dec 19 20:30:19.928 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9221 | 2024-12-19T20:30:21.359Z | [ host-image] Dec 19 20:30:19.928 INFO O| Dec 19 20:30:19.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9222 | 2024-12-19T20:30:21.362Z | [ host-image] Dec 19 20:30:19.928 INFO O| Dec 19 20:30:19.928 INFO ok! |
9223 | 2024-12-19T20:30:21.362Z | [ host-image] Dec 19 20:30:19.928 INFO O| Dec 19 20:30:19.928 INFO STEP 27 (ensure_file) COMPLETE |
9224 | 2024-12-19T20:30:21.362Z | [ host-image] Dec 19 20:30:19.928 INFO O| Dec 19 20:30:19.928 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9225 | 2024-12-19T20:30:21.398Z | [ host-image] Dec 19 20:30:19.967 INFO O| Dec 19 20:30:19.967 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9226 | 2024-12-19T20:30:21.398Z | [ host-image] Dec 19 20:30:19.967 INFO O| Dec 19 20:30:19.967 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9227 | 2024-12-19T20:30:21.402Z | [ host-image] Dec 19 20:30:19.968 INFO O| Dec 19 20:30:19.968 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9228 | 2024-12-19T20:30:21.402Z | [ host-image] Dec 19 20:30:19.968 INFO O| Dec 19 20:30:19.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9229 | 2024-12-19T20:30:21.402Z | [ host-image] Dec 19 20:30:19.968 INFO O| Dec 19 20:30:19.968 INFO ok! |
9230 | 2024-12-19T20:30:21.402Z | [ host-image] Dec 19 20:30:19.968 INFO O| Dec 19 20:30:19.968 INFO STEP 28 (ensure_file) COMPLETE |
9231 | 2024-12-19T20:30:21.402Z | [ host-image] Dec 19 20:30:19.968 INFO O| Dec 19 20:30:19.968 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9232 | 2024-12-19T20:30:21.422Z | [ host-image] Dec 19 20:30:19.991 INFO O| Dec 19 20:30:19.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9233 | 2024-12-19T20:30:21.422Z | [ host-image] Dec 19 20:30:19.991 INFO O| Dec 19 20:30:19.991 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9234 | 2024-12-19T20:30:21.422Z | [ host-image] Dec 19 20:30:19.991 INFO O| Dec 19 20:30:19.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9235 | 2024-12-19T20:30:21.425Z | [ host-image] Dec 19 20:30:19.991 INFO O| Dec 19 20:30:19.991 INFO ok! |
9236 | 2024-12-19T20:30:21.425Z | [ host-image] Dec 19 20:30:19.991 INFO O| Dec 19 20:30:19.991 INFO STEP 29 (ensure_file) COMPLETE |
9237 | 2024-12-19T20:30:21.425Z | [ host-image] Dec 19 20:30:19.991 INFO O| Dec 19 20:30:19.991 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9238 | 2024-12-19T20:30:21.445Z | [ host-image] Dec 19 20:30:20.014 INFO O| Dec 19 20:30:20.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9239 | 2024-12-19T20:30:21.445Z | [ host-image] Dec 19 20:30:20.014 INFO O| Dec 19 20:30:20.014 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9240 | 2024-12-19T20:30:21.445Z | [ host-image] Dec 19 20:30:20.014 INFO O| Dec 19 20:30:20.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9241 | 2024-12-19T20:30:21.445Z | [ host-image] Dec 19 20:30:20.014 INFO O| Dec 19 20:30:20.014 INFO ok! |
9242 | 2024-12-19T20:30:21.445Z | [ host-image] Dec 19 20:30:20.014 INFO O| Dec 19 20:30:20.014 INFO STEP 30 (ensure_file) COMPLETE |
9243 | 2024-12-19T20:30:21.445Z | [ host-image] Dec 19 20:30:20.014 INFO O| Dec 19 20:30:20.014 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9244 | 2024-12-19T20:30:21.467Z | [ host-image] Dec 19 20:30:20.036 INFO O| Dec 19 20:30:20.036 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9245 | 2024-12-19T20:30:21.467Z | [ host-image] Dec 19 20:30:20.036 INFO O| Dec 19 20:30:20.036 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9246 | 2024-12-19T20:30:21.470Z | [ host-image] Dec 19 20:30:20.036 INFO O| Dec 19 20:30:20.036 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9247 | 2024-12-19T20:30:21.471Z | [ host-image] Dec 19 20:30:20.036 INFO O| Dec 19 20:30:20.036 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9248 | 2024-12-19T20:30:21.471Z | [ host-image] Dec 19 20:30:20.036 INFO O| Dec 19 20:30:20.036 INFO ok! |
9249 | 2024-12-19T20:30:21.471Z | [ host-image] Dec 19 20:30:20.036 INFO O| Dec 19 20:30:20.036 INFO STEP 31 (ensure_file) COMPLETE |
9250 | 2024-12-19T20:30:21.471Z | [ host-image] Dec 19 20:30:20.036 INFO O| Dec 19 20:30:20.036 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9251 | 2024-12-19T20:30:21.510Z | [ host-image] Dec 19 20:30:20.079 INFO O| Dec 19 20:30:20.079 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9252 | 2024-12-19T20:30:21.510Z | [ host-image] Dec 19 20:30:20.079 INFO O| Dec 19 20:30:20.079 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9253 | 2024-12-19T20:30:21.513Z | [ host-image] Dec 19 20:30:20.079 INFO O| Dec 19 20:30:20.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9254 | 2024-12-19T20:30:21.513Z | [ host-image] Dec 19 20:30:20.079 INFO O| Dec 19 20:30:20.079 INFO ok! |
9255 | 2024-12-19T20:30:21.513Z | [ host-image] Dec 19 20:30:20.079 INFO O| Dec 19 20:30:20.079 INFO STEP 32 (ensure_file) COMPLETE |
9256 | 2024-12-19T20:30:21.513Z | [ host-image] Dec 19 20:30:20.079 INFO O| Dec 19 20:30:20.079 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9257 | 2024-12-19T20:30:21.550Z | [ host-image] Dec 19 20:30:20.118 INFO O| Dec 19 20:30:20.118 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9258 | 2024-12-19T20:30:21.550Z | [ host-image] Dec 19 20:30:20.118 INFO O| Dec 19 20:30:20.118 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9259 | 2024-12-19T20:30:21.550Z | [ host-image] Dec 19 20:30:20.118 INFO O| Dec 19 20:30:20.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9260 | 2024-12-19T20:30:21.553Z | [ host-image] Dec 19 20:30:20.118 INFO O| Dec 19 20:30:20.118 INFO ok! |
9261 | 2024-12-19T20:30:21.554Z | [ host-image] Dec 19 20:30:20.118 INFO O| Dec 19 20:30:20.118 INFO STEP 33 (ensure_file) COMPLETE |
9262 | 2024-12-19T20:30:21.555Z | [ host-image] Dec 19 20:30:20.118 INFO O| Dec 19 20:30:20.118 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9263 | 2024-12-19T20:30:21.613Z | [ host-image] Dec 19 20:30:20.181 INFO O| Dec 19 20:30:20.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9264 | 2024-12-19T20:30:21.613Z | [ host-image] Dec 19 20:30:20.181 INFO O| Dec 19 20:30:20.181 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9265 | 2024-12-19T20:30:21.613Z | [ host-image] Dec 19 20:30:20.181 INFO O| Dec 19 20:30:20.181 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9266 | 2024-12-19T20:30:21.616Z | [ host-image] Dec 19 20:30:20.182 INFO O| Dec 19 20:30:20.182 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9267 | 2024-12-19T20:30:21.616Z | [ host-image] Dec 19 20:30:20.182 INFO O| Dec 19 20:30:20.182 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9268 | 2024-12-19T20:30:21.616Z | [ host-image] Dec 19 20:30:20.182 INFO O| Dec 19 20:30:20.182 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9269 | 2024-12-19T20:30:21.616Z | [ host-image] Dec 19 20:30:20.182 INFO O| Dec 19 20:30:20.182 INFO ok! |
9270 | 2024-12-19T20:30:21.616Z | [ host-image] Dec 19 20:30:20.182 INFO O| Dec 19 20:30:20.182 INFO STEP 34 (ensure_file) COMPLETE |
9271 | 2024-12-19T20:30:21.616Z | [ host-image] Dec 19 20:30:20.182 INFO O| Dec 19 20:30:20.182 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9272 | 2024-12-19T20:30:21.634Z | [ host-image] Dec 19 20:30:20.202 INFO O| Dec 19 20:30:20.202 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9273 | 2024-12-19T20:30:21.634Z | [ host-image] Dec 19 20:30:20.202 INFO O| Dec 19 20:30:20.202 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9274 | 2024-12-19T20:30:21.636Z | [ host-image] Dec 19 20:30:20.202 INFO O| Dec 19 20:30:20.202 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9275 | 2024-12-19T20:30:21.636Z | [ host-image] Dec 19 20:30:20.203 INFO O| Dec 19 20:30:20.202 INFO STEP 35 (ensure_dir) COMPLETE |
9276 | 2024-12-19T20:30:21.637Z | [ host-image] Dec 19 20:30:20.203 INFO O| Dec 19 20:30:20.203 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9277 | 2024-12-19T20:30:21.655Z | [ host-image] Dec 19 20:30:20.224 INFO O| Dec 19 20:30:20.224 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 |
9278 | 2024-12-19T20:30:21.655Z | [ host-image] Dec 19 20:30:20.224 INFO O| Dec 19 20:30:20.224 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 ... |
9279 | 2024-12-19T20:30:21.655Z | [ host-image] Dec 19 20:30:20.224 INFO O| Dec 19 20:30:20.224 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 |
9280 | 2024-12-19T20:30:21.658Z | [ host-image] Dec 19 20:30:20.224 INFO O| Dec 19 20:30:20.224 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 |
9281 | 2024-12-19T20:30:21.658Z | [ host-image] Dec 19 20:30:20.224 INFO O| Dec 19 20:30:20.224 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 |
9282 | 2024-12-19T20:30:21.658Z | [ host-image] Dec 19 20:30:20.224 INFO O| Dec 19 20:30:20.224 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 |
9283 | 2024-12-19T20:30:21.658Z | [ host-image] Dec 19 20:30:20.224 INFO O| Dec 19 20:30:20.224 INFO ok! |
9284 | 2024-12-19T20:30:21.659Z | [ host-image] Dec 19 20:30:20.224 INFO O| Dec 19 20:30:20.224 INFO STEP 36 (ensure_file) COMPLETE |
9285 | 2024-12-19T20:30:21.659Z | [ host-image] Dec 19 20:30:20.225 INFO O| Dec 19 20:30:20.224 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9286 | 2024-12-19T20:30:21.677Z | [ host-image] Dec 19 20:30:20.246 INFO O| Dec 19 20:30:20.246 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9287 | 2024-12-19T20:30:21.677Z | [ host-image] Dec 19 20:30:20.246 INFO O| Dec 19 20:30:20.246 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 ... |
9288 | 2024-12-19T20:30:21.677Z | [ host-image] Dec 19 20:30:20.246 INFO O| Dec 19 20:30:20.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9289 | 2024-12-19T20:30:21.680Z | [ host-image] Dec 19 20:30:20.246 INFO O| Dec 19 20:30:20.246 INFO ok! |
9290 | 2024-12-19T20:30:21.680Z | [ host-image] Dec 19 20:30:20.246 INFO O| Dec 19 20:30:20.246 INFO STEP 37 (ensure_symlink) COMPLETE |
9291 | 2024-12-19T20:30:21.681Z | [ host-image] Dec 19 20:30:20.246 INFO O| Dec 19 20:30:20.246 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9292 | 2024-12-19T20:30:21.712Z | [ host-image] Dec 19 20:30:20.280 INFO O| Dec 19 20:30:20.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9293 | 2024-12-19T20:30:21.712Z | [ host-image] Dec 19 20:30:20.281 INFO O| Dec 19 20:30:20.280 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9294 | 2024-12-19T20:30:21.712Z | [ host-image] Dec 19 20:30:20.281 INFO O| Dec 19 20:30:20.281 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9295 | 2024-12-19T20:30:21.714Z | [ host-image] Dec 19 20:30:20.281 INFO O| Dec 19 20:30:20.281 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9296 | 2024-12-19T20:30:21.714Z | [ host-image] Dec 19 20:30:20.281 INFO O| Dec 19 20:30:20.281 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9297 | 2024-12-19T20:30:21.714Z | [ host-image] Dec 19 20:30:20.281 INFO O| Dec 19 20:30:20.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9298 | 2024-12-19T20:30:21.714Z | [ host-image] Dec 19 20:30:20.281 INFO O| Dec 19 20:30:20.281 INFO ok! |
9299 | 2024-12-19T20:30:21.715Z | [ host-image] Dec 19 20:30:20.281 INFO O| Dec 19 20:30:20.281 INFO STEP 38 (ensure_file) COMPLETE |
9300 | 2024-12-19T20:30:21.715Z | [ host-image] Dec 19 20:30:20.281 INFO O| Dec 19 20:30:20.281 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9301 | 2024-12-19T20:30:21.745Z | [ host-image] Dec 19 20:30:20.314 INFO O| Dec 19 20:30:20.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9302 | 2024-12-19T20:30:21.745Z | [ host-image] Dec 19 20:30:20.314 INFO O| Dec 19 20:30:20.314 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 ... |
9303 | 2024-12-19T20:30:21.745Z | [ host-image] Dec 19 20:30:20.314 INFO O| Dec 19 20:30:20.314 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 |
9304 | 2024-12-19T20:30:21.748Z | [ host-image] Dec 19 20:30:20.314 INFO O| Dec 19 20:30:20.314 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9305 | 2024-12-19T20:30:21.748Z | [ host-image] Dec 19 20:30:20.314 INFO O| Dec 19 20:30:20.314 INFO ok! |
9306 | 2024-12-19T20:30:21.748Z | [ host-image] Dec 19 20:30:20.314 INFO O| Dec 19 20:30:20.314 INFO STEP 39 (ensure_file) COMPLETE |
9307 | 2024-12-19T20:30:21.748Z | [ host-image] Dec 19 20:30:20.314 INFO O| Dec 19 20:30:20.314 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9308 | 2024-12-19T20:30:21.765Z | [ host-image] Dec 19 20:30:20.334 INFO O| Dec 19 20:30:20.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9309 | 2024-12-19T20:30:21.765Z | [ host-image] Dec 19 20:30:20.334 INFO O| Dec 19 20:30:20.334 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9310 | 2024-12-19T20:30:21.768Z | [ host-image] Dec 19 20:30:20.335 INFO O| Dec 19 20:30:20.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9311 | 2024-12-19T20:30:21.768Z | [ host-image] Dec 19 20:30:20.335 INFO O| Dec 19 20:30:20.335 INFO ok! |
9312 | 2024-12-19T20:30:21.768Z | [ host-image] Dec 19 20:30:20.335 INFO O| Dec 19 20:30:20.335 INFO STEP 40 (ensure_file) COMPLETE |
9313 | 2024-12-19T20:30:21.768Z | [ host-image] Dec 19 20:30:20.335 INFO O| Dec 19 20:30:20.335 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9314 | 2024-12-19T20:30:21.812Z | [ host-image] Dec 19 20:30:20.381 INFO O| Dec 19 20:30:20.381 INFO updating shadow file |
9315 | 2024-12-19T20:30:21.813Z | [ host-image] Dec 19 20:30:20.381 INFO O| Dec 19 20:30:20.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9316 | 2024-12-19T20:30:21.815Z | [ host-image] Dec 19 20:30:20.381 INFO O| Dec 19 20:30:20.381 INFO STEP 41 (shadow) COMPLETE |
9317 | 2024-12-19T20:30:21.815Z | [ host-image] Dec 19 20:30:20.381 INFO O| Dec 19 20:30:20.381 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9318 | 2024-12-19T20:30:21.834Z | [ host-image] Dec 19 20:30:20.403 INFO O| Dec 19 20:30:20.403 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9319 | 2024-12-19T20:30:21.834Z | [ host-image] Dec 19 20:30:20.403 INFO O| Dec 19 20:30:20.403 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9320 | 2024-12-19T20:30:21.835Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.403 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9321 | 2024-12-19T20:30:21.837Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.404 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9322 | 2024-12-19T20:30:21.837Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.404 INFO ok! |
9323 | 2024-12-19T20:30:21.837Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.404 INFO STEP 42 (ensure_file) COMPLETE |
9324 | 2024-12-19T20:30:21.837Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.404 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9325 | 2024-12-19T20:30:21.837Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.404 INFO skip step because feature "mfg" is not enabled |
9326 | 2024-12-19T20:30:21.837Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.404 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9327 | 2024-12-19T20:30:21.837Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.404 INFO skip step because feature "mfg" is not enabled |
9328 | 2024-12-19T20:30:21.837Z | [ host-image] Dec 19 20:30:20.404 INFO O| Dec 19 20:30:20.404 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9329 | 2024-12-19T20:30:21.856Z | [ host-image] Dec 19 20:30:20.425 INFO O| Dec 19 20:30:20.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9330 | 2024-12-19T20:30:21.856Z | [ host-image] Dec 19 20:30:20.425 INFO O| Dec 19 20:30:20.425 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9331 | 2024-12-19T20:30:22.730Z | [ host-image] Dec 19 20:30:21.299 INFO O| Dec 19 20:30:21.293 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9332 | 2024-12-19T20:30:22.730Z | [ host-image] Dec 19 20:30:21.299 INFO O| Dec 19 20:30:21.299 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9333 | 2024-12-19T20:30:22.733Z | [ host-image] Dec 19 20:30:21.299 INFO O| Dec 19 20:30:21.299 INFO ok! |
9334 | 2024-12-19T20:30:22.733Z | [ host-image] Dec 19 20:30:21.299 INFO O| Dec 19 20:30:21.299 INFO STEP 45 (ensure_file) COMPLETE |
9335 | 2024-12-19T20:30:22.733Z | [ host-image] Dec 19 20:30:21.299 INFO O| Dec 19 20:30:21.299 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9336 | 2024-12-19T20:30:22.756Z | [ host-image] Dec 19 20:30:21.324 INFO O| Dec 19 20:30:21.324 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9337 | 2024-12-19T20:30:22.756Z | [ host-image] Dec 19 20:30:21.325 INFO O| Dec 19 20:30:21.325 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9338 | 2024-12-19T20:30:22.759Z | [ host-image] Dec 19 20:30:21.325 INFO O| Dec 19 20:30:21.325 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9339 | 2024-12-19T20:30:22.759Z | [ host-image] Dec 19 20:30:21.325 INFO O| Dec 19 20:30:21.325 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9340 | 2024-12-19T20:30:22.759Z | [ host-image] Dec 19 20:30:21.325 INFO O| Dec 19 20:30:21.325 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9341 | 2024-12-19T20:30:22.759Z | [ host-image] Dec 19 20:30:21.325 INFO O| Dec 19 20:30:21.325 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9342 | 2024-12-19T20:30:22.759Z | [ host-image] Dec 19 20:30:21.325 INFO O| Dec 19 20:30:21.325 INFO ok! |
9343 | 2024-12-19T20:30:22.759Z | [ host-image] Dec 19 20:30:21.325 INFO O| Dec 19 20:30:21.325 INFO STEP 46 (ensure_file) COMPLETE |
9344 | 2024-12-19T20:30:22.759Z | [ host-image] Dec 19 20:30:21.325 INFO O| Dec 19 20:30:21.325 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9345 | 2024-12-19T20:30:22.807Z | [ host-image] Dec 19 20:30:21.376 INFO O| Dec 19 20:30:21.376 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9346 | 2024-12-19T20:30:22.807Z | [ host-image] Dec 19 20:30:21.376 INFO O| Dec 19 20:30:21.376 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 ... |
9347 | 2024-12-19T20:30:22.810Z | [ host-image] Dec 19 20:30:21.377 INFO O| Dec 19 20:30:21.377 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 |
9348 | 2024-12-19T20:30:22.810Z | [ host-image] Dec 19 20:30:21.377 INFO O| Dec 19 20:30:21.377 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9349 | 2024-12-19T20:30:22.810Z | [ host-image] Dec 19 20:30:21.377 INFO O| Dec 19 20:30:21.377 INFO ok! |
9350 | 2024-12-19T20:30:22.810Z | [ host-image] Dec 19 20:30:21.377 INFO O| Dec 19 20:30:21.377 INFO STEP 47 (ensure_file) COMPLETE |
9351 | 2024-12-19T20:30:22.810Z | [ host-image] Dec 19 20:30:21.377 INFO O| Dec 19 20:30:21.377 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9352 | 2024-12-19T20:30:22.829Z | [ host-image] Dec 19 20:30:21.398 INFO O| Dec 19 20:30:21.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9353 | 2024-12-19T20:30:22.829Z | [ host-image] Dec 19 20:30:21.398 INFO O| Dec 19 20:30:21.398 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9354 | 2024-12-19T20:30:22.832Z | [ host-image] Dec 19 20:30:21.398 INFO O| Dec 19 20:30:21.398 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9355 | 2024-12-19T20:30:22.832Z | [ host-image] Dec 19 20:30:21.398 INFO O| Dec 19 20:30:21.398 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9356 | 2024-12-19T20:30:22.832Z | [ host-image] Dec 19 20:30:21.398 INFO O| Dec 19 20:30:21.398 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9357 | 2024-12-19T20:30:22.832Z | [ host-image] Dec 19 20:30:21.398 INFO O| Dec 19 20:30:21.398 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9358 | 2024-12-19T20:30:22.832Z | [ host-image] Dec 19 20:30:21.398 INFO O| Dec 19 20:30:21.398 INFO ok! |
9359 | 2024-12-19T20:30:22.832Z | [ host-image] Dec 19 20:30:21.399 INFO O| Dec 19 20:30:21.398 INFO STEP 48 (ensure_file) COMPLETE |
9360 | 2024-12-19T20:30:22.833Z | [ host-image] Dec 19 20:30:21.399 INFO O| Dec 19 20:30:21.398 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9361 | 2024-12-19T20:30:22.851Z | [ host-image] Dec 19 20:30:21.420 INFO O| Dec 19 20:30:21.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9362 | 2024-12-19T20:30:22.851Z | [ host-image] Dec 19 20:30:21.420 INFO O| Dec 19 20:30:21.420 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 ... |
9363 | 2024-12-19T20:30:22.853Z | [ host-image] Dec 19 20:30:21.420 INFO O| Dec 19 20:30:21.420 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 |
9364 | 2024-12-19T20:30:22.853Z | [ host-image] Dec 19 20:30:21.420 INFO O| Dec 19 20:30:21.420 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9365 | 2024-12-19T20:30:22.854Z | [ host-image] Dec 19 20:30:21.420 INFO O| Dec 19 20:30:21.420 INFO ok! |
9366 | 2024-12-19T20:30:22.854Z | [ host-image] Dec 19 20:30:21.420 INFO O| Dec 19 20:30:21.420 INFO STEP 49 (ensure_file) COMPLETE |
9367 | 2024-12-19T20:30:22.854Z | [ host-image] Dec 19 20:30:21.420 INFO O| Dec 19 20:30:21.420 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9368 | 2024-12-19T20:30:22.871Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9369 | 2024-12-19T20:30:22.871Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9370 | 2024-12-19T20:30:22.875Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9371 | 2024-12-19T20:30:22.875Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9372 | 2024-12-19T20:30:22.875Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9373 | 2024-12-19T20:30:22.875Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9374 | 2024-12-19T20:30:22.875Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO ok! |
9375 | 2024-12-19T20:30:22.875Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO STEP 50 (ensure_file) COMPLETE |
9376 | 2024-12-19T20:30:22.875Z | [ host-image] Dec 19 20:30:21.440 INFO O| Dec 19 20:30:21.440 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9377 | 2024-12-19T20:30:22.892Z | [ host-image] Dec 19 20:30:21.461 INFO O| Dec 19 20:30:21.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9378 | 2024-12-19T20:30:22.892Z | [ host-image] Dec 19 20:30:21.461 INFO O| Dec 19 20:30:21.461 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 ... |
9379 | 2024-12-19T20:30:22.892Z | [ host-image] Dec 19 20:30:21.461 INFO O| Dec 19 20:30:21.461 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 |
9380 | 2024-12-19T20:30:22.895Z | [ host-image] Dec 19 20:30:21.461 INFO O| Dec 19 20:30:21.461 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9381 | 2024-12-19T20:30:22.895Z | [ host-image] Dec 19 20:30:21.461 INFO O| Dec 19 20:30:21.461 INFO ok! |
9382 | 2024-12-19T20:30:22.895Z | [ host-image] Dec 19 20:30:21.462 INFO O| Dec 19 20:30:21.462 INFO STEP 51 (ensure_file) COMPLETE |
9383 | 2024-12-19T20:30:22.895Z | [ host-image] Dec 19 20:30:21.462 INFO O| Dec 19 20:30:21.462 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9384 | 2024-12-19T20:30:22.953Z | [ host-image] Dec 19 20:30:21.521 INFO O| Dec 19 20:30:21.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9385 | 2024-12-19T20:30:22.953Z | [ host-image] Dec 19 20:30:21.521 INFO O| Dec 19 20:30:21.521 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 ... |
9386 | 2024-12-19T20:30:22.953Z | [ host-image] Dec 19 20:30:21.521 INFO O| Dec 19 20:30:21.521 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 |
9387 | 2024-12-19T20:30:22.955Z | [ host-image] Dec 19 20:30:21.521 INFO O| Dec 19 20:30:21.521 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9388 | 2024-12-19T20:30:22.956Z | [ host-image] Dec 19 20:30:21.521 INFO O| Dec 19 20:30:21.521 INFO ok! |
9389 | 2024-12-19T20:30:22.956Z | [ host-image] Dec 19 20:30:21.521 INFO O| Dec 19 20:30:21.521 INFO STEP 52 (ensure_file) COMPLETE |
9390 | 2024-12-19T20:30:22.956Z | [ host-image] Dec 19 20:30:21.521 INFO O| Dec 19 20:30:21.521 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9391 | 2024-12-19T20:30:22.974Z | [ host-image] Dec 19 20:30:21.542 INFO O| Dec 19 20:30:21.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9392 | 2024-12-19T20:30:22.974Z | [ host-image] Dec 19 20:30:21.542 INFO O| Dec 19 20:30:21.542 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 ... |
9393 | 2024-12-19T20:30:22.974Z | [ host-image] Dec 19 20:30:21.543 INFO O| Dec 19 20:30:21.543 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 |
9394 | 2024-12-19T20:30:22.977Z | [ host-image] Dec 19 20:30:21.543 INFO O| Dec 19 20:30:21.543 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9395 | 2024-12-19T20:30:22.977Z | [ host-image] Dec 19 20:30:21.543 INFO O| Dec 19 20:30:21.543 INFO ok! |
9396 | 2024-12-19T20:30:22.977Z | [ host-image] Dec 19 20:30:21.543 INFO O| Dec 19 20:30:21.543 INFO STEP 53 (ensure_file) COMPLETE |
9397 | 2024-12-19T20:30:22.977Z | [ host-image] Dec 19 20:30:21.543 INFO O| Dec 19 20:30:21.543 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9398 | 2024-12-19T20:30:23.012Z | [ host-image] Dec 19 20:30:21.581 INFO O| Dec 19 20:30:21.581 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9399 | 2024-12-19T20:30:23.015Z | [ host-image] Dec 19 20:30:21.581 INFO O| Dec 19 20:30:21.581 INFO STEP 54 (ensure_dir) COMPLETE |
9400 | 2024-12-19T20:30:23.015Z | [ host-image] Dec 19 20:30:21.581 INFO O| Dec 19 20:30:21.581 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9401 | 2024-12-19T20:30:23.031Z | [ host-image] Dec 19 20:30:21.600 INFO O| Dec 19 20:30:21.600 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9402 | 2024-12-19T20:30:23.031Z | [ host-image] Dec 19 20:30:21.600 INFO O| Dec 19 20:30:21.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9403 | 2024-12-19T20:30:23.034Z | [ host-image] Dec 19 20:30:21.600 INFO O| Dec 19 20:30:21.600 INFO STEP 55 (ensure_dir) COMPLETE |
9404 | 2024-12-19T20:30:23.034Z | [ host-image] Dec 19 20:30:21.600 INFO O| Dec 19 20:30:21.600 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9405 | 2024-12-19T20:30:23.051Z | [ host-image] Dec 19 20:30:21.619 INFO O| Dec 19 20:30:21.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9406 | 2024-12-19T20:30:23.051Z | [ host-image] Dec 19 20:30:21.619 INFO O| Dec 19 20:30:21.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9407 | 2024-12-19T20:30:23.053Z | [ host-image] Dec 19 20:30:21.619 INFO O| Dec 19 20:30:21.619 INFO STEP 56 (ensure_dir) COMPLETE |
9408 | 2024-12-19T20:30:23.053Z | [ host-image] Dec 19 20:30:21.619 INFO O| Dec 19 20:30:21.619 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9409 | 2024-12-19T20:30:23.070Z | [ host-image] Dec 19 20:30:21.639 INFO O| Dec 19 20:30:21.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9410 | 2024-12-19T20:30:23.071Z | [ host-image] Dec 19 20:30:21.639 INFO O| Dec 19 20:30:21.639 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9411 | 2024-12-19T20:30:23.094Z | [ host-image] Dec 19 20:30:21.662 INFO O| Dec 19 20:30:21.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9412 | 2024-12-19T20:30:23.095Z | [ host-image] Dec 19 20:30:21.662 INFO O| Dec 19 20:30:21.662 INFO ok! |
9413 | 2024-12-19T20:30:23.095Z | [ host-image] Dec 19 20:30:21.662 INFO O| Dec 19 20:30:21.662 INFO STEP 57 (ensure_file) COMPLETE |
9414 | 2024-12-19T20:30:23.095Z | [ host-image] Dec 19 20:30:21.662 INFO O| Dec 19 20:30:21.662 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9415 | 2024-12-19T20:30:23.114Z | [ host-image] Dec 19 20:30:21.682 INFO O| Dec 19 20:30:21.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9416 | 2024-12-19T20:30:23.114Z | [ host-image] Dec 19 20:30:21.682 INFO O| Dec 19 20:30:21.682 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9417 | 2024-12-19T20:30:24.521Z | [ host-image] Dec 19 20:30:23.089 INFO O| Dec 19 20:30:23.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9418 | 2024-12-19T20:30:24.521Z | [ host-image] Dec 19 20:30:23.090 INFO O| Dec 19 20:30:23.089 INFO ok! |
9419 | 2024-12-19T20:30:24.524Z | [ host-image] Dec 19 20:30:23.090 INFO O| Dec 19 20:30:23.089 INFO STEP 58 (ensure_file) COMPLETE |
9420 | 2024-12-19T20:30:24.524Z | [ host-image] Dec 19 20:30:23.090 INFO O| Dec 19 20:30:23.089 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9421 | 2024-12-19T20:30:24.543Z | [ host-image] Dec 19 20:30:23.111 INFO O| Dec 19 20:30:23.111 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9422 | 2024-12-19T20:30:24.543Z | [ host-image] Dec 19 20:30:23.112 INFO O| Dec 19 20:30:23.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9423 | 2024-12-19T20:30:24.546Z | [ host-image] Dec 19 20:30:23.112 INFO O| Dec 19 20:30:23.112 INFO STEP 59 (ensure_dir) COMPLETE |
9424 | 2024-12-19T20:30:24.546Z | [ host-image] Dec 19 20:30:23.112 INFO O| Dec 19 20:30:23.112 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9425 | 2024-12-19T20:30:24.582Z | [ host-image] Dec 19 20:30:23.151 INFO O| Dec 19 20:30:23.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9426 | 2024-12-19T20:30:24.582Z | [ host-image] Dec 19 20:30:23.151 INFO O| Dec 19 20:30:23.151 INFO copying /tmp/.tmplSEuS3/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 ... |
9427 | 2024-12-19T20:30:24.585Z | [ host-image] Dec 19 20:30:23.151 INFO O| Dec 19 20:30:23.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9428 | 2024-12-19T20:30:24.585Z | [ host-image] Dec 19 20:30:23.151 INFO O| Dec 19 20:30:23.151 INFO ok! |
9429 | 2024-12-19T20:30:24.585Z | [ host-image] Dec 19 20:30:23.151 INFO O| Dec 19 20:30:23.151 INFO STEP 60 (ensure_file) COMPLETE |
9430 | 2024-12-19T20:30:24.586Z | [ host-image] Dec 19 20:30:23.151 INFO O| Dec 19 20:30:23.151 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9431 | 2024-12-19T20:30:24.603Z | [ host-image] Dec 19 20:30:23.171 INFO O| Dec 19 20:30:23.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9432 | 2024-12-19T20:30:24.604Z | [ host-image] Dec 19 20:30:23.171 INFO O| Dec 19 20:30:23.171 INFO copying /tmp/.tmplSEuS3/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 ... |
9433 | 2024-12-19T20:30:24.604Z | [ host-image] Dec 19 20:30:23.171 INFO O| Dec 19 20:30:23.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9434 | 2024-12-19T20:30:24.604Z | [ host-image] Dec 19 20:30:23.171 INFO O| Dec 19 20:30:23.171 INFO ok! |
9435 | 2024-12-19T20:30:24.604Z | [ host-image] Dec 19 20:30:23.171 INFO O| Dec 19 20:30:23.171 INFO STEP 61 (ensure_file) COMPLETE |
9436 | 2024-12-19T20:30:24.604Z | [ host-image] Dec 19 20:30:23.171 INFO O| Dec 19 20:30:23.171 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9437 | 2024-12-19T20:30:24.623Z | [ host-image] Dec 19 20:30:23.191 INFO O| Dec 19 20:30:23.191 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9438 | 2024-12-19T20:30:24.623Z | [ host-image] Dec 19 20:30:23.191 INFO O| Dec 19 20:30:23.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9439 | 2024-12-19T20:30:24.623Z | [ host-image] Dec 19 20:30:23.191 INFO O| Dec 19 20:30:23.191 INFO STEP 62 (ensure_dir) COMPLETE |
9440 | 2024-12-19T20:30:24.623Z | [ host-image] Dec 19 20:30:23.191 INFO O| Dec 19 20:30:23.191 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9441 | 2024-12-19T20:30:24.643Z | [ host-image] Dec 19 20:30:23.212 INFO O| Dec 19 20:30:23.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9442 | 2024-12-19T20:30:24.643Z | [ host-image] Dec 19 20:30:23.212 INFO O| Dec 19 20:30:23.212 INFO copying /tmp/.tmplSEuS3/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 ... |
9443 | 2024-12-19T20:30:24.644Z | [ host-image] Dec 19 20:30:23.212 INFO O| Dec 19 20:30:23.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9444 | 2024-12-19T20:30:24.644Z | [ host-image] Dec 19 20:30:23.212 INFO O| Dec 19 20:30:23.212 INFO ok! |
9445 | 2024-12-19T20:30:24.647Z | [ host-image] Dec 19 20:30:23.212 INFO O| Dec 19 20:30:23.212 INFO STEP 63 (ensure_file) COMPLETE |
9446 | 2024-12-19T20:30:24.647Z | [ host-image] Dec 19 20:30:23.212 INFO O| Dec 19 20:30:23.212 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9447 | 2024-12-19T20:30:24.664Z | [ host-image] Dec 19 20:30:23.233 INFO O| Dec 19 20:30:23.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9448 | 2024-12-19T20:30:24.664Z | [ host-image] Dec 19 20:30:23.233 INFO O| Dec 19 20:30:23.232 INFO copying /tmp/.tmplSEuS3/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 ... |
9449 | 2024-12-19T20:30:24.667Z | [ host-image] Dec 19 20:30:23.233 INFO O| Dec 19 20:30:23.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9450 | 2024-12-19T20:30:24.667Z | [ host-image] Dec 19 20:30:23.233 INFO O| Dec 19 20:30:23.233 INFO ok! |
9451 | 2024-12-19T20:30:24.667Z | [ host-image] Dec 19 20:30:23.233 INFO O| Dec 19 20:30:23.233 INFO STEP 64 (ensure_file) COMPLETE |
9452 | 2024-12-19T20:30:24.667Z | [ host-image] Dec 19 20:30:23.233 INFO O| Dec 19 20:30:23.233 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9453 | 2024-12-19T20:30:24.694Z | [ host-image] Dec 19 20:30:23.262 INFO O| Dec 19 20:30:23.262 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9454 | 2024-12-19T20:30:24.697Z | [ host-image] Dec 19 20:30:23.263 INFO O| Dec 19 20:30:23.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9455 | 2024-12-19T20:30:24.697Z | [ host-image] Dec 19 20:30:23.263 INFO O| Dec 19 20:30:23.263 INFO STEP 65 (ensure_dir) COMPLETE |
9456 | 2024-12-19T20:30:24.697Z | [ host-image] Dec 19 20:30:23.263 INFO O| Dec 19 20:30:23.263 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9457 | 2024-12-19T20:30:24.760Z | [ host-image] Dec 19 20:30:23.328 INFO O| Dec 19 20:30:23.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9458 | 2024-12-19T20:30:24.760Z | [ host-image] Dec 19 20:30:23.328 INFO O| Dec 19 20:30:23.328 INFO copying /tmp/.tmplSEuS3/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 ... |
9459 | 2024-12-19T20:30:24.763Z | [ host-image] Dec 19 20:30:23.328 INFO O| Dec 19 20:30:23.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9460 | 2024-12-19T20:30:24.763Z | [ host-image] Dec 19 20:30:23.328 INFO O| Dec 19 20:30:23.328 INFO ok! |
9461 | 2024-12-19T20:30:24.763Z | [ host-image] Dec 19 20:30:23.328 INFO O| Dec 19 20:30:23.328 INFO STEP 66 (ensure_file) COMPLETE |
9462 | 2024-12-19T20:30:24.763Z | [ host-image] Dec 19 20:30:23.328 INFO O| Dec 19 20:30:23.328 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2024-12-19T20:30:24.780Z | [ host-image] Dec 19 20:30:23.348 INFO O| Dec 19 20:30:23.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9464 | 2024-12-19T20:30:24.780Z | [ host-image] Dec 19 20:30:23.348 INFO O| Dec 19 20:30:23.348 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9465 | 2024-12-19T20:30:24.783Z | [ host-image] Dec 19 20:30:23.348 INFO O| Dec 19 20:30:23.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9466 | 2024-12-19T20:30:24.783Z | [ host-image] Dec 19 20:30:23.348 INFO O| Dec 19 20:30:23.348 INFO ok! |
9467 | 2024-12-19T20:30:24.783Z | [ host-image] Dec 19 20:30:23.349 INFO O| Dec 19 20:30:23.348 INFO STEP 67 (ensure_file) COMPLETE |
9468 | 2024-12-19T20:30:24.783Z | [ host-image] Dec 19 20:30:23.349 INFO O| Dec 19 20:30:23.348 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9469 | 2024-12-19T20:30:24.804Z | [ host-image] Dec 19 20:30:23.372 INFO O| Dec 19 20:30:23.372 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9470 | 2024-12-19T20:30:24.804Z | [ host-image] Dec 19 20:30:23.372 INFO O| Dec 19 20:30:23.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9471 | 2024-12-19T20:30:24.807Z | [ host-image] Dec 19 20:30:23.372 INFO O| Dec 19 20:30:23.372 INFO STEP 68 (ensure_dir) COMPLETE |
9472 | 2024-12-19T20:30:24.807Z | [ host-image] Dec 19 20:30:23.372 INFO O| Dec 19 20:30:23.372 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2024-12-19T20:30:24.846Z | [ host-image] Dec 19 20:30:23.415 INFO O| Dec 19 20:30:23.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9474 | 2024-12-19T20:30:24.846Z | [ host-image] Dec 19 20:30:23.415 INFO O| Dec 19 20:30:23.415 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9475 | 2024-12-19T20:30:26.241Z | [ host-image] Dec 19 20:30:24.809 INFO O| Dec 19 20:30:24.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9476 | 2024-12-19T20:30:26.244Z | [ host-image] Dec 19 20:30:24.809 INFO O| Dec 19 20:30:24.809 INFO ok! |
9477 | 2024-12-19T20:30:26.244Z | [ host-image] Dec 19 20:30:24.809 INFO O| Dec 19 20:30:24.809 INFO STEP 69 (ensure_file) COMPLETE |
9478 | 2024-12-19T20:30:26.244Z | [ host-image] Dec 19 20:30:24.809 INFO O| Dec 19 20:30:24.809 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-12-19T20:30:26.260Z | [ host-image] Dec 19 20:30:24.828 INFO O| Dec 19 20:30:24.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9480 | 2024-12-19T20:30:26.260Z | [ host-image] Dec 19 20:30:24.828 INFO O| Dec 19 20:30:24.828 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9481 | 2024-12-19T20:30:28.305Z | [ host-image] Dec 19 20:30:26.871 INFO O| Dec 19 20:30:26.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9482 | 2024-12-19T20:30:28.305Z | [ host-image] Dec 19 20:30:26.871 INFO O| Dec 19 20:30:26.871 INFO ok! |
9483 | 2024-12-19T20:30:28.305Z | [ host-image] Dec 19 20:30:26.871 INFO O| Dec 19 20:30:26.871 INFO STEP 70 (ensure_file) COMPLETE |
9484 | 2024-12-19T20:30:28.305Z | [ host-image] Dec 19 20:30:26.871 INFO O| Dec 19 20:30:26.871 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9485 | 2024-12-19T20:30:28.323Z | [ host-image] Dec 19 20:30:26.891 INFO O| Dec 19 20:30:26.891 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9486 | 2024-12-19T20:30:28.324Z | [ host-image] Dec 19 20:30:26.891 INFO O| Dec 19 20:30:26.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9487 | 2024-12-19T20:30:28.324Z | [ host-image] Dec 19 20:30:26.891 INFO O| Dec 19 20:30:26.891 INFO STEP 71 (ensure_dir) COMPLETE |
9488 | 2024-12-19T20:30:28.326Z | [ host-image] Dec 19 20:30:26.891 INFO O| Dec 19 20:30:26.891 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-12-19T20:30:28.343Z | [ host-image] Dec 19 20:30:26.910 INFO O| Dec 19 20:30:26.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9490 | 2024-12-19T20:30:28.343Z | [ host-image] Dec 19 20:30:26.910 INFO O| Dec 19 20:30:26.910 INFO copying /tmp/.tmplSEuS3/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 ... |
9491 | 2024-12-19T20:30:28.343Z | [ host-image] Dec 19 20:30:26.910 INFO O| Dec 19 20:30:26.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9492 | 2024-12-19T20:30:28.343Z | [ host-image] Dec 19 20:30:26.910 INFO O| Dec 19 20:30:26.910 INFO ok! |
9493 | 2024-12-19T20:30:28.343Z | [ host-image] Dec 19 20:30:26.910 INFO O| Dec 19 20:30:26.910 INFO STEP 72 (ensure_file) COMPLETE |
9494 | 2024-12-19T20:30:28.343Z | [ host-image] Dec 19 20:30:26.911 INFO O| Dec 19 20:30:26.910 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9495 | 2024-12-19T20:30:28.372Z | [ host-image] Dec 19 20:30:26.939 INFO O| Dec 19 20:30:26.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9496 | 2024-12-19T20:30:28.372Z | [ host-image] Dec 19 20:30:26.939 INFO O| Dec 19 20:30:26.939 INFO copying /tmp/.tmplSEuS3/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 ... |
9497 | 2024-12-19T20:30:28.374Z | [ host-image] Dec 19 20:30:26.940 INFO O| Dec 19 20:30:26.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9498 | 2024-12-19T20:30:28.375Z | [ host-image] Dec 19 20:30:26.940 INFO O| Dec 19 20:30:26.940 INFO ok! |
9499 | 2024-12-19T20:30:28.375Z | [ host-image] Dec 19 20:30:26.940 INFO O| Dec 19 20:30:26.940 INFO STEP 73 (ensure_file) COMPLETE |
9500 | 2024-12-19T20:30:28.375Z | [ host-image] Dec 19 20:30:26.940 INFO O| Dec 19 20:30:26.940 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9501 | 2024-12-19T20:30:28.409Z | [ host-image] Dec 19 20:30:26.976 INFO O| Dec 19 20:30:26.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9502 | 2024-12-19T20:30:28.409Z | [ host-image] Dec 19 20:30:26.976 INFO O| Dec 19 20:30:26.976 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9503 | 2024-12-19T20:30:28.409Z | [ host-image] Dec 19 20:30:26.976 INFO O| Dec 19 20:30:26.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9504 | 2024-12-19T20:30:28.409Z | [ host-image] Dec 19 20:30:26.976 INFO O| Dec 19 20:30:26.976 INFO ok! |
9505 | 2024-12-19T20:30:28.411Z | [ host-image] Dec 19 20:30:26.976 INFO O| Dec 19 20:30:26.976 INFO STEP 74 (ensure_file) COMPLETE |
9506 | 2024-12-19T20:30:28.411Z | [ host-image] Dec 19 20:30:26.976 INFO O| Dec 19 20:30:26.976 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-12-19T20:30:28.429Z | [ host-image] Dec 19 20:30:26.997 INFO O| Dec 19 20:30:26.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9508 | 2024-12-19T20:30:28.429Z | [ host-image] Dec 19 20:30:26.997 INFO O| Dec 19 20:30:26.997 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9509 | 2024-12-19T20:30:28.429Z | [ host-image] Dec 19 20:30:26.997 INFO O| Dec 19 20:30:26.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9510 | 2024-12-19T20:30:28.432Z | [ host-image] Dec 19 20:30:26.997 INFO O| Dec 19 20:30:26.997 INFO ok! |
9511 | 2024-12-19T20:30:28.432Z | [ host-image] Dec 19 20:30:26.997 INFO O| Dec 19 20:30:26.997 INFO STEP 75 (ensure_file) COMPLETE |
9512 | 2024-12-19T20:30:28.432Z | [ host-image] Dec 19 20:30:26.997 INFO O| Dec 19 20:30:26.997 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-12-19T20:30:28.450Z | [ host-image] Dec 19 20:30:27.018 INFO O| Dec 19 20:30:27.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9514 | 2024-12-19T20:30:28.450Z | [ host-image] Dec 19 20:30:27.018 INFO O| Dec 19 20:30:27.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9515 | 2024-12-19T20:30:28.450Z | [ host-image] Dec 19 20:30:27.018 INFO O| Dec 19 20:30:27.018 INFO STEP 76 (ensure_dir) COMPLETE |
9516 | 2024-12-19T20:30:28.453Z | [ host-image] Dec 19 20:30:27.018 INFO O| Dec 19 20:30:27.018 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9517 | 2024-12-19T20:30:28.470Z | [ host-image] Dec 19 20:30:27.037 INFO O| Dec 19 20:30:27.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9518 | 2024-12-19T20:30:28.470Z | [ host-image] Dec 19 20:30:27.037 INFO O| Dec 19 20:30:27.037 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9519 | 2024-12-19T20:30:28.474Z | [ host-image] Dec 19 20:30:27.041 INFO O| Dec 19 20:30:27.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9520 | 2024-12-19T20:30:28.474Z | [ host-image] Dec 19 20:30:27.041 INFO O| Dec 19 20:30:27.041 INFO ok! |
9521 | 2024-12-19T20:30:28.474Z | [ host-image] Dec 19 20:30:27.041 INFO O| Dec 19 20:30:27.041 INFO STEP 77 (ensure_file) COMPLETE |
9522 | 2024-12-19T20:30:28.476Z | [ host-image] Dec 19 20:30:27.041 INFO O| Dec 19 20:30:27.041 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-19T20:30:28.494Z | [ host-image] Dec 19 20:30:27.062 INFO O| Dec 19 20:30:27.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9524 | 2024-12-19T20:30:28.494Z | [ host-image] Dec 19 20:30:27.062 INFO O| Dec 19 20:30:27.062 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9525 | 2024-12-19T20:30:28.494Z | [ host-image] Dec 19 20:30:27.062 INFO O| Dec 19 20:30:27.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9526 | 2024-12-19T20:30:28.496Z | [ host-image] Dec 19 20:30:27.062 INFO O| Dec 19 20:30:27.062 INFO ok! |
9527 | 2024-12-19T20:30:28.496Z | [ host-image] Dec 19 20:30:27.062 INFO O| Dec 19 20:30:27.062 INFO STEP 78 (ensure_file) COMPLETE |
9528 | 2024-12-19T20:30:28.497Z | [ host-image] Dec 19 20:30:27.062 INFO O| Dec 19 20:30:27.062 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9529 | 2024-12-19T20:30:28.514Z | [ host-image] Dec 19 20:30:27.082 INFO O| Dec 19 20:30:27.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9530 | 2024-12-19T20:30:28.515Z | [ host-image] Dec 19 20:30:27.082 INFO O| Dec 19 20:30:27.082 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9531 | 2024-12-19T20:30:30.383Z | [ host-image] Dec 19 20:30:28.951 INFO O| Dec 19 20:30:28.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9532 | 2024-12-19T20:30:30.383Z | [ host-image] Dec 19 20:30:28.951 INFO O| Dec 19 20:30:28.951 INFO ok! |
9533 | 2024-12-19T20:30:30.386Z | [ host-image] Dec 19 20:30:28.951 INFO O| Dec 19 20:30:28.951 INFO STEP 79 (ensure_file) COMPLETE |
9534 | 2024-12-19T20:30:30.386Z | [ host-image] Dec 19 20:30:28.951 INFO O| Dec 19 20:30:28.951 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-12-19T20:30:30.403Z | [ host-image] Dec 19 20:30:28.970 INFO O| Dec 19 20:30:28.970 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9536 | 2024-12-19T20:30:30.403Z | [ host-image] Dec 19 20:30:28.970 INFO O| Dec 19 20:30:28.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9537 | 2024-12-19T20:30:30.403Z | [ host-image] Dec 19 20:30:28.970 INFO O| Dec 19 20:30:28.970 INFO STEP 80 (ensure_dir) COMPLETE |
9538 | 2024-12-19T20:30:30.405Z | [ host-image] Dec 19 20:30:28.970 INFO O| Dec 19 20:30:28.970 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-12-19T20:30:30.424Z | [ host-image] Dec 19 20:30:28.991 INFO O| Dec 19 20:30:28.991 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9540 | 2024-12-19T20:30:30.424Z | [ host-image] Dec 19 20:30:28.991 INFO O| Dec 19 20:30:28.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9541 | 2024-12-19T20:30:30.424Z | [ host-image] Dec 19 20:30:28.991 INFO O| Dec 19 20:30:28.991 INFO STEP 81 (ensure_dir) COMPLETE |
9542 | 2024-12-19T20:30:30.427Z | [ host-image] Dec 19 20:30:28.991 INFO O| Dec 19 20:30:28.991 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2024-12-19T20:30:30.445Z | [ host-image] Dec 19 20:30:29.012 INFO O| Dec 19 20:30:29.012 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9544 | 2024-12-19T20:30:30.445Z | [ host-image] Dec 19 20:30:29.012 INFO O| Dec 19 20:30:29.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9545 | 2024-12-19T20:30:30.445Z | [ host-image] Dec 19 20:30:29.012 INFO O| Dec 19 20:30:29.012 INFO STEP 82 (ensure_dir) COMPLETE |
9546 | 2024-12-19T20:30:30.445Z | [ host-image] Dec 19 20:30:29.012 INFO O| Dec 19 20:30:29.012 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9547 | 2024-12-19T20:30:30.465Z | [ host-image] Dec 19 20:30:29.032 INFO O| Dec 19 20:30:29.032 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9548 | 2024-12-19T20:30:30.465Z | [ host-image] Dec 19 20:30:29.032 INFO O| Dec 19 20:30:29.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9549 | 2024-12-19T20:30:30.465Z | [ host-image] Dec 19 20:30:29.032 INFO O| Dec 19 20:30:29.032 INFO STEP 83 (ensure_dir) COMPLETE |
9550 | 2024-12-19T20:30:30.465Z | [ host-image] Dec 19 20:30:29.032 INFO O| Dec 19 20:30:29.032 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9551 | 2024-12-19T20:30:30.485Z | [ host-image] Dec 19 20:30:29.052 INFO O| Dec 19 20:30:29.052 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9552 | 2024-12-19T20:30:30.485Z | [ host-image] Dec 19 20:30:29.052 INFO O| Dec 19 20:30:29.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9553 | 2024-12-19T20:30:30.485Z | [ host-image] Dec 19 20:30:29.052 INFO O| Dec 19 20:30:29.052 INFO STEP 84 (ensure_dir) COMPLETE |
9554 | 2024-12-19T20:30:30.485Z | [ host-image] Dec 19 20:30:29.052 INFO O| Dec 19 20:30:29.052 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-19T20:30:30.509Z | [ host-image] Dec 19 20:30:29.076 INFO O| Dec 19 20:30:29.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9556 | 2024-12-19T20:30:30.509Z | [ host-image] Dec 19 20:30:29.076 INFO O| Dec 19 20:30:29.076 INFO copying /tmp/.tmplSEuS3/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 ... |
9557 | 2024-12-19T20:30:30.512Z | [ host-image] Dec 19 20:30:29.077 INFO O| Dec 19 20:30:29.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9558 | 2024-12-19T20:30:30.513Z | [ host-image] Dec 19 20:30:29.077 INFO O| Dec 19 20:30:29.077 INFO ok! |
9559 | 2024-12-19T20:30:30.513Z | [ host-image] Dec 19 20:30:29.077 INFO O| Dec 19 20:30:29.077 INFO STEP 85 (ensure_file) COMPLETE |
9560 | 2024-12-19T20:30:30.513Z | [ host-image] Dec 19 20:30:29.077 INFO O| Dec 19 20:30:29.077 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2024-12-19T20:30:30.529Z | [ host-image] Dec 19 20:30:29.096 INFO O| Dec 19 20:30:29.096 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9562 | 2024-12-19T20:30:30.529Z | [ host-image] Dec 19 20:30:29.096 INFO O| Dec 19 20:30:29.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9563 | 2024-12-19T20:30:30.529Z | [ host-image] Dec 19 20:30:29.097 INFO O| Dec 19 20:30:29.096 INFO STEP 86 (ensure_dir) COMPLETE |
9564 | 2024-12-19T20:30:30.532Z | [ host-image] Dec 19 20:30:29.097 INFO O| Dec 19 20:30:29.097 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9565 | 2024-12-19T20:30:30.563Z | [ host-image] Dec 19 20:30:29.130 INFO O| Dec 19 20:30:29.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9566 | 2024-12-19T20:30:30.563Z | [ host-image] Dec 19 20:30:29.130 INFO O| Dec 19 20:30:29.130 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9567 | 2024-12-19T20:30:30.564Z | [ host-image] Dec 19 20:30:29.130 INFO O| Dec 19 20:30:29.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9568 | 2024-12-19T20:30:30.566Z | [ host-image] Dec 19 20:30:29.130 INFO O| Dec 19 20:30:29.130 INFO ok! |
9569 | 2024-12-19T20:30:30.566Z | [ host-image] Dec 19 20:30:29.130 INFO O| Dec 19 20:30:29.130 INFO STEP 87 (ensure_file) COMPLETE |
9570 | 2024-12-19T20:30:30.566Z | [ host-image] Dec 19 20:30:29.130 INFO O| Dec 19 20:30:29.130 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-12-19T20:30:30.584Z | [ host-image] Dec 19 20:30:29.151 INFO O| Dec 19 20:30:29.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9572 | 2024-12-19T20:30:30.584Z | [ host-image] Dec 19 20:30:29.151 INFO O| Dec 19 20:30:29.151 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9573 | 2024-12-19T20:30:31.190Z | [ host-image] Dec 19 20:30:29.757 INFO O| Dec 19 20:30:29.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9574 | 2024-12-19T20:30:31.190Z | [ host-image] Dec 19 20:30:29.757 INFO O| Dec 19 20:30:29.757 INFO ok! |
9575 | 2024-12-19T20:30:31.193Z | [ host-image] Dec 19 20:30:29.757 INFO O| Dec 19 20:30:29.757 INFO STEP 88 (ensure_file) COMPLETE |
9576 | 2024-12-19T20:30:31.193Z | [ host-image] Dec 19 20:30:29.757 INFO O| Dec 19 20:30:29.757 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-19T20:30:31.208Z | [ host-image] Dec 19 20:30:29.776 INFO O| Dec 19 20:30:29.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9578 | 2024-12-19T20:30:31.209Z | [ host-image] Dec 19 20:30:29.776 INFO O| Dec 19 20:30:29.776 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9579 | 2024-12-19T20:30:31.870Z | [ host-image] Dec 19 20:30:30.437 INFO O| Dec 19 20:30:30.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9580 | 2024-12-19T20:30:31.870Z | [ host-image] Dec 19 20:30:30.437 INFO O| Dec 19 20:30:30.437 INFO ok! |
9581 | 2024-12-19T20:30:31.870Z | [ host-image] Dec 19 20:30:30.437 INFO O| Dec 19 20:30:30.437 INFO STEP 89 (ensure_file) COMPLETE |
9582 | 2024-12-19T20:30:31.870Z | [ host-image] Dec 19 20:30:30.437 INFO O| Dec 19 20:30:30.437 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9583 | 2024-12-19T20:30:31.888Z | [ host-image] Dec 19 20:30:30.455 INFO O| Dec 19 20:30:30.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9584 | 2024-12-19T20:30:31.888Z | [ host-image] Dec 19 20:30:30.455 INFO O| Dec 19 20:30:30.455 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9585 | 2024-12-19T20:30:31.888Z | [ host-image] Dec 19 20:30:30.455 INFO O| Dec 19 20:30:30.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9586 | 2024-12-19T20:30:31.891Z | [ host-image] Dec 19 20:30:30.455 INFO O| Dec 19 20:30:30.455 INFO ok! |
9587 | 2024-12-19T20:30:31.891Z | [ host-image] Dec 19 20:30:30.455 INFO O| Dec 19 20:30:30.455 INFO STEP 90 (ensure_file) COMPLETE |
9588 | 2024-12-19T20:30:31.891Z | [ host-image] Dec 19 20:30:30.455 INFO O| Dec 19 20:30:30.455 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-12-19T20:30:31.906Z | [ host-image] Dec 19 20:30:30.473 INFO O| Dec 19 20:30:30.473 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9590 | 2024-12-19T20:30:31.906Z | [ host-image] Dec 19 20:30:30.474 INFO O| Dec 19 20:30:30.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9591 | 2024-12-19T20:30:31.906Z | [ host-image] Dec 19 20:30:30.474 INFO O| Dec 19 20:30:30.474 INFO STEP 91 (ensure_dir) COMPLETE |
9592 | 2024-12-19T20:30:31.909Z | [ host-image] Dec 19 20:30:30.474 INFO O| Dec 19 20:30:30.474 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2024-12-19T20:30:31.941Z | [ host-image] Dec 19 20:30:30.508 INFO O| Dec 19 20:30:30.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9594 | 2024-12-19T20:30:31.941Z | [ host-image] Dec 19 20:30:30.509 INFO O| Dec 19 20:30:30.509 INFO copying /tmp/.tmplSEuS3/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 ... |
9595 | 2024-12-19T20:30:31.944Z | [ host-image] Dec 19 20:30:30.509 INFO O| Dec 19 20:30:30.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9596 | 2024-12-19T20:30:31.944Z | [ host-image] Dec 19 20:30:30.509 INFO O| Dec 19 20:30:30.509 INFO ok! |
9597 | 2024-12-19T20:30:31.944Z | [ host-image] Dec 19 20:30:30.509 INFO O| Dec 19 20:30:30.509 INFO STEP 92 (ensure_file) COMPLETE |
9598 | 2024-12-19T20:30:31.944Z | [ host-image] Dec 19 20:30:30.509 INFO O| Dec 19 20:30:30.509 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-12-19T20:30:31.962Z | [ host-image] Dec 19 20:30:30.529 INFO O| Dec 19 20:30:30.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9600 | 2024-12-19T20:30:31.962Z | [ host-image] Dec 19 20:30:30.529 INFO O| Dec 19 20:30:30.529 INFO copying /tmp/.tmplSEuS3/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 ... |
9601 | 2024-12-19T20:30:31.966Z | [ host-image] Dec 19 20:30:30.530 INFO O| Dec 19 20:30:30.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9602 | 2024-12-19T20:30:31.966Z | [ host-image] Dec 19 20:30:30.530 INFO O| Dec 19 20:30:30.530 INFO ok! |
9603 | 2024-12-19T20:30:31.966Z | [ host-image] Dec 19 20:30:30.530 INFO O| Dec 19 20:30:30.530 INFO STEP 93 (ensure_file) COMPLETE |
9604 | 2024-12-19T20:30:31.966Z | [ host-image] Dec 19 20:30:30.530 INFO O| Dec 19 20:30:30.530 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2024-12-19T20:30:31.983Z | [ host-image] Dec 19 20:30:30.550 INFO O| Dec 19 20:30:30.550 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9606 | 2024-12-19T20:30:31.983Z | [ host-image] Dec 19 20:30:30.550 INFO O| Dec 19 20:30:30.550 INFO copying /tmp/.tmplSEuS3/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 ... |
9607 | 2024-12-19T20:30:31.987Z | [ host-image] Dec 19 20:30:30.551 INFO O| Dec 19 20:30:30.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9608 | 2024-12-19T20:30:31.987Z | [ host-image] Dec 19 20:30:30.551 INFO O| Dec 19 20:30:30.551 INFO ok! |
9609 | 2024-12-19T20:30:31.987Z | [ host-image] Dec 19 20:30:30.551 INFO O| Dec 19 20:30:30.551 INFO STEP 94 (ensure_file) COMPLETE |
9610 | 2024-12-19T20:30:31.987Z | [ host-image] Dec 19 20:30:30.551 INFO O| Dec 19 20:30:30.551 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2024-12-19T20:30:32.004Z | [ host-image] Dec 19 20:30:30.571 INFO O| Dec 19 20:30:30.571 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9612 | 2024-12-19T20:30:32.004Z | [ host-image] Dec 19 20:30:30.571 INFO O| Dec 19 20:30:30.571 INFO copying /tmp/.tmplSEuS3/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 ... |
9613 | 2024-12-19T20:30:32.007Z | [ host-image] Dec 19 20:30:30.571 INFO O| Dec 19 20:30:30.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9614 | 2024-12-19T20:30:32.007Z | [ host-image] Dec 19 20:30:30.571 INFO O| Dec 19 20:30:30.571 INFO ok! |
9615 | 2024-12-19T20:30:32.007Z | [ host-image] Dec 19 20:30:30.571 INFO O| Dec 19 20:30:30.571 INFO STEP 95 (ensure_file) COMPLETE |
9616 | 2024-12-19T20:30:32.007Z | [ host-image] Dec 19 20:30:30.571 INFO O| Dec 19 20:30:30.571 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9617 | 2024-12-19T20:30:32.041Z | [ host-image] Dec 19 20:30:30.607 INFO O| Dec 19 20:30:30.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9618 | 2024-12-19T20:30:32.041Z | [ host-image] Dec 19 20:30:30.607 INFO O| Dec 19 20:30:30.607 INFO copying /tmp/.tmplSEuS3/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 ... |
9619 | 2024-12-19T20:30:32.041Z | [ host-image] Dec 19 20:30:30.608 INFO O| Dec 19 20:30:30.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9620 | 2024-12-19T20:30:32.041Z | [ host-image] Dec 19 20:30:30.608 INFO O| Dec 19 20:30:30.608 INFO ok! |
9621 | 2024-12-19T20:30:32.041Z | [ host-image] Dec 19 20:30:30.608 INFO O| Dec 19 20:30:30.608 INFO STEP 96 (ensure_file) COMPLETE |
9622 | 2024-12-19T20:30:32.045Z | [ host-image] Dec 19 20:30:30.608 INFO O| Dec 19 20:30:30.608 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9623 | 2024-12-19T20:30:32.099Z | [ host-image] Dec 19 20:30:30.665 INFO O| Dec 19 20:30:30.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9624 | 2024-12-19T20:30:32.099Z | [ host-image] Dec 19 20:30:30.665 INFO O| Dec 19 20:30:30.665 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9625 | 2024-12-19T20:30:32.101Z | [ host-image] Dec 19 20:30:30.666 INFO O| Dec 19 20:30:30.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9626 | 2024-12-19T20:30:32.101Z | [ host-image] Dec 19 20:30:30.666 INFO O| Dec 19 20:30:30.666 INFO ok! |
9627 | 2024-12-19T20:30:32.102Z | [ host-image] Dec 19 20:30:30.666 INFO O| Dec 19 20:30:30.666 INFO STEP 97 (ensure_file) COMPLETE |
9628 | 2024-12-19T20:30:32.102Z | [ host-image] Dec 19 20:30:30.666 INFO O| Dec 19 20:30:30.666 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9629 | 2024-12-19T20:30:32.119Z | [ host-image] Dec 19 20:30:30.686 INFO O| Dec 19 20:30:30.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9630 | 2024-12-19T20:30:32.119Z | [ host-image] Dec 19 20:30:30.686 INFO O| Dec 19 20:30:30.686 INFO copying /tmp/.tmplSEuS3/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 ... |
9631 | 2024-12-19T20:30:32.122Z | [ host-image] Dec 19 20:30:30.686 INFO O| Dec 19 20:30:30.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9632 | 2024-12-19T20:30:32.122Z | [ host-image] Dec 19 20:30:30.687 INFO O| Dec 19 20:30:30.686 INFO ok! |
9633 | 2024-12-19T20:30:32.122Z | [ host-image] Dec 19 20:30:30.687 INFO O| Dec 19 20:30:30.687 INFO STEP 98 (ensure_file) COMPLETE |
9634 | 2024-12-19T20:30:32.122Z | [ host-image] Dec 19 20:30:30.687 INFO O| Dec 19 20:30:30.687 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9635 | 2024-12-19T20:30:32.139Z | [ host-image] Dec 19 20:30:30.706 INFO O| Dec 19 20:30:30.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9636 | 2024-12-19T20:30:32.139Z | [ host-image] Dec 19 20:30:30.706 INFO O| Dec 19 20:30:30.706 INFO copying /tmp/.tmplSEuS3/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 ... |
9637 | 2024-12-19T20:30:32.142Z | [ host-image] Dec 19 20:30:30.706 INFO O| Dec 19 20:30:30.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9638 | 2024-12-19T20:30:32.142Z | [ host-image] Dec 19 20:30:30.706 INFO O| Dec 19 20:30:30.706 INFO ok! |
9639 | 2024-12-19T20:30:32.142Z | [ host-image] Dec 19 20:30:30.706 INFO O| Dec 19 20:30:30.706 INFO STEP 99 (ensure_file) COMPLETE |
9640 | 2024-12-19T20:30:32.142Z | [ host-image] Dec 19 20:30:30.706 INFO O| Dec 19 20:30:30.706 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9641 | 2024-12-19T20:30:32.159Z | [ host-image] Dec 19 20:30:30.726 INFO O| Dec 19 20:30:30.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9642 | 2024-12-19T20:30:32.159Z | [ host-image] Dec 19 20:30:30.726 INFO O| Dec 19 20:30:30.726 INFO copying /tmp/.tmplSEuS3/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 ... |
9643 | 2024-12-19T20:30:32.159Z | [ host-image] Dec 19 20:30:30.726 INFO O| Dec 19 20:30:30.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9644 | 2024-12-19T20:30:32.163Z | [ host-image] Dec 19 20:30:30.726 INFO O| Dec 19 20:30:30.726 INFO ok! |
9645 | 2024-12-19T20:30:32.163Z | [ host-image] Dec 19 20:30:30.726 INFO O| Dec 19 20:30:30.726 INFO STEP 100 (ensure_file) COMPLETE |
9646 | 2024-12-19T20:30:32.163Z | [ host-image] Dec 19 20:30:30.726 INFO O| Dec 19 20:30:30.726 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9647 | 2024-12-19T20:30:32.180Z | [ host-image] Dec 19 20:30:30.747 INFO O| Dec 19 20:30:30.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9648 | 2024-12-19T20:30:32.180Z | [ host-image] Dec 19 20:30:30.747 INFO O| Dec 19 20:30:30.747 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9649 | 2024-12-19T20:30:32.180Z | [ host-image] Dec 19 20:30:30.747 INFO O| Dec 19 20:30:30.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9650 | 2024-12-19T20:30:32.184Z | [ host-image] Dec 19 20:30:30.747 INFO O| Dec 19 20:30:30.747 INFO ok! |
9651 | 2024-12-19T20:30:32.184Z | [ host-image] Dec 19 20:30:30.747 INFO O| Dec 19 20:30:30.747 INFO STEP 101 (ensure_file) COMPLETE |
9652 | 2024-12-19T20:30:32.184Z | [ host-image] Dec 19 20:30:30.747 INFO O| Dec 19 20:30:30.747 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9653 | 2024-12-19T20:30:32.202Z | [ host-image] Dec 19 20:30:30.769 INFO O| Dec 19 20:30:30.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9654 | 2024-12-19T20:30:32.202Z | [ host-image] Dec 19 20:30:30.769 INFO O| Dec 19 20:30:30.769 INFO copying /tmp/.tmplSEuS3/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 ... |
9655 | 2024-12-19T20:30:32.202Z | [ host-image] Dec 19 20:30:30.769 INFO O| Dec 19 20:30:30.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9656 | 2024-12-19T20:30:32.205Z | [ host-image] Dec 19 20:30:30.769 INFO O| Dec 19 20:30:30.769 INFO ok! |
9657 | 2024-12-19T20:30:32.205Z | [ host-image] Dec 19 20:30:30.769 INFO O| Dec 19 20:30:30.769 INFO STEP 102 (ensure_file) COMPLETE |
9658 | 2024-12-19T20:30:32.205Z | [ host-image] Dec 19 20:30:30.769 INFO O| Dec 19 20:30:30.769 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9659 | 2024-12-19T20:30:32.224Z | [ host-image] Dec 19 20:30:30.791 INFO O| Dec 19 20:30:30.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9660 | 2024-12-19T20:30:32.224Z | [ host-image] Dec 19 20:30:30.791 INFO O| Dec 19 20:30:30.791 INFO copying /tmp/.tmplSEuS3/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 ... |
9661 | 2024-12-19T20:30:32.225Z | [ host-image] Dec 19 20:30:30.791 INFO O| Dec 19 20:30:30.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9662 | 2024-12-19T20:30:32.225Z | [ host-image] Dec 19 20:30:30.791 INFO O| Dec 19 20:30:30.791 INFO ok! |
9663 | 2024-12-19T20:30:32.225Z | [ host-image] Dec 19 20:30:30.791 INFO O| Dec 19 20:30:30.791 INFO STEP 103 (ensure_file) COMPLETE |
9664 | 2024-12-19T20:30:32.225Z | [ host-image] Dec 19 20:30:30.791 INFO O| Dec 19 20:30:30.791 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9665 | 2024-12-19T20:30:32.243Z | [ host-image] Dec 19 20:30:30.810 INFO O| Dec 19 20:30:30.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9666 | 2024-12-19T20:30:32.243Z | [ host-image] Dec 19 20:30:30.810 INFO O| Dec 19 20:30:30.810 INFO copying /tmp/.tmplSEuS3/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 ... |
9667 | 2024-12-19T20:30:32.246Z | [ host-image] Dec 19 20:30:30.810 INFO O| Dec 19 20:30:30.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9668 | 2024-12-19T20:30:32.246Z | [ host-image] Dec 19 20:30:30.810 INFO O| Dec 19 20:30:30.810 INFO ok! |
9669 | 2024-12-19T20:30:32.246Z | [ host-image] Dec 19 20:30:30.810 INFO O| Dec 19 20:30:30.810 INFO STEP 104 (ensure_file) COMPLETE |
9670 | 2024-12-19T20:30:32.247Z | [ host-image] Dec 19 20:30:30.810 INFO O| Dec 19 20:30:30.810 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9671 | 2024-12-19T20:30:32.263Z | [ host-image] Dec 19 20:30:30.830 INFO O| Dec 19 20:30:30.830 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9672 | 2024-12-19T20:30:32.263Z | [ host-image] Dec 19 20:30:30.830 INFO O| Dec 19 20:30:30.830 INFO copying /tmp/.tmplSEuS3/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 ... |
9673 | 2024-12-19T20:30:32.263Z | [ host-image] Dec 19 20:30:30.830 INFO O| Dec 19 20:30:30.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9674 | 2024-12-19T20:30:32.266Z | [ host-image] Dec 19 20:30:30.830 INFO O| Dec 19 20:30:30.830 INFO ok! |
9675 | 2024-12-19T20:30:32.266Z | [ host-image] Dec 19 20:30:30.830 INFO O| Dec 19 20:30:30.830 INFO STEP 105 (ensure_file) COMPLETE |
9676 | 2024-12-19T20:30:32.266Z | [ host-image] Dec 19 20:30:30.830 INFO O| Dec 19 20:30:30.830 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9677 | 2024-12-19T20:30:32.284Z | [ host-image] Dec 19 20:30:30.851 INFO O| Dec 19 20:30:30.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9678 | 2024-12-19T20:30:32.284Z | [ host-image] Dec 19 20:30:30.851 INFO O| Dec 19 20:30:30.851 INFO copying /tmp/.tmplSEuS3/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 ... |
9679 | 2024-12-19T20:30:32.287Z | [ host-image] Dec 19 20:30:30.851 INFO O| Dec 19 20:30:30.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9680 | 2024-12-19T20:30:32.287Z | [ host-image] Dec 19 20:30:30.851 INFO O| Dec 19 20:30:30.851 INFO ok! |
9681 | 2024-12-19T20:30:32.287Z | [ host-image] Dec 19 20:30:30.852 INFO O| Dec 19 20:30:30.851 INFO STEP 106 (ensure_file) COMPLETE |
9682 | 2024-12-19T20:30:32.287Z | [ host-image] Dec 19 20:30:30.852 INFO O| Dec 19 20:30:30.852 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9683 | 2024-12-19T20:30:32.346Z | [ host-image] Dec 19 20:30:30.913 INFO O| Dec 19 20:30:30.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9684 | 2024-12-19T20:30:32.348Z | [ host-image] Dec 19 20:30:30.913 INFO O| Dec 19 20:30:30.913 INFO copying /tmp/.tmplSEuS3/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 ... |
9685 | 2024-12-19T20:30:32.348Z | [ host-image] Dec 19 20:30:30.913 INFO O| Dec 19 20:30:30.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9686 | 2024-12-19T20:30:32.348Z | [ host-image] Dec 19 20:30:30.913 INFO O| Dec 19 20:30:30.913 INFO ok! |
9687 | 2024-12-19T20:30:32.348Z | [ host-image] Dec 19 20:30:30.913 INFO O| Dec 19 20:30:30.913 INFO STEP 107 (ensure_file) COMPLETE |
9688 | 2024-12-19T20:30:32.348Z | [ host-image] Dec 19 20:30:30.913 INFO O| Dec 19 20:30:30.913 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9689 | 2024-12-19T20:30:32.390Z | [ host-image] Dec 19 20:30:30.957 INFO O| Dec 19 20:30:30.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9690 | 2024-12-19T20:30:32.390Z | [ host-image] Dec 19 20:30:30.957 INFO O| Dec 19 20:30:30.957 INFO copying /tmp/.tmplSEuS3/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 ... |
9691 | 2024-12-19T20:30:32.393Z | [ host-image] Dec 19 20:30:30.957 INFO O| Dec 19 20:30:30.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9692 | 2024-12-19T20:30:32.393Z | [ host-image] Dec 19 20:30:30.957 INFO O| Dec 19 20:30:30.957 INFO ok! |
9693 | 2024-12-19T20:30:32.393Z | [ host-image] Dec 19 20:30:30.957 INFO O| Dec 19 20:30:30.957 INFO STEP 108 (ensure_file) COMPLETE |
9694 | 2024-12-19T20:30:32.393Z | [ host-image] Dec 19 20:30:30.957 INFO O| Dec 19 20:30:30.957 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9695 | 2024-12-19T20:30:32.419Z | [ host-image] Dec 19 20:30:30.977 INFO O| Dec 19 20:30:30.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9696 | 2024-12-19T20:30:32.419Z | [ host-image] Dec 19 20:30:30.977 INFO O| Dec 19 20:30:30.977 INFO copying /tmp/.tmplSEuS3/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 ... |
9697 | 2024-12-19T20:30:32.419Z | [ host-image] Dec 19 20:30:30.977 INFO O| Dec 19 20:30:30.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9698 | 2024-12-19T20:30:32.420Z | [ host-image] Dec 19 20:30:30.977 INFO O| Dec 19 20:30:30.977 INFO ok! |
9699 | 2024-12-19T20:30:32.420Z | [ host-image] Dec 19 20:30:30.977 INFO O| Dec 19 20:30:30.977 INFO STEP 109 (ensure_file) COMPLETE |
9700 | 2024-12-19T20:30:32.420Z | [ host-image] Dec 19 20:30:30.977 INFO O| Dec 19 20:30:30.977 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9701 | 2024-12-19T20:30:32.429Z | [ host-image] Dec 19 20:30:30.996 INFO O| Dec 19 20:30:30.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9702 | 2024-12-19T20:30:32.429Z | [ host-image] Dec 19 20:30:30.996 INFO O| Dec 19 20:30:30.996 INFO copying /tmp/.tmplSEuS3/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 ... |
9703 | 2024-12-19T20:30:32.429Z | [ host-image] Dec 19 20:30:30.996 INFO O| Dec 19 20:30:30.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9704 | 2024-12-19T20:30:32.429Z | [ host-image] Dec 19 20:30:30.996 INFO O| Dec 19 20:30:30.996 INFO ok! |
9705 | 2024-12-19T20:30:32.454Z | [ host-image] Dec 19 20:30:30.996 INFO O| Dec 19 20:30:30.996 INFO STEP 110 (ensure_file) COMPLETE |
9706 | 2024-12-19T20:30:32.454Z | [ host-image] Dec 19 20:30:30.996 INFO O| Dec 19 20:30:30.996 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9707 | 2024-12-19T20:30:32.460Z | [ host-image] Dec 19 20:30:31.027 INFO O| Dec 19 20:30:31.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9708 | 2024-12-19T20:30:32.460Z | [ host-image] Dec 19 20:30:31.027 INFO O| Dec 19 20:30:31.027 INFO copying /tmp/.tmplSEuS3/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 ... |
9709 | 2024-12-19T20:30:32.463Z | [ host-image] Dec 19 20:30:31.027 INFO O| Dec 19 20:30:31.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9710 | 2024-12-19T20:30:32.463Z | [ host-image] Dec 19 20:30:31.027 INFO O| Dec 19 20:30:31.027 INFO ok! |
9711 | 2024-12-19T20:30:32.463Z | [ host-image] Dec 19 20:30:31.027 INFO O| Dec 19 20:30:31.027 INFO STEP 111 (ensure_file) COMPLETE |
9712 | 2024-12-19T20:30:32.463Z | [ host-image] Dec 19 20:30:31.028 INFO O| Dec 19 20:30:31.027 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9713 | 2024-12-19T20:30:32.480Z | [ host-image] Dec 19 20:30:31.046 INFO O| Dec 19 20:30:31.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9714 | 2024-12-19T20:30:32.480Z | [ host-image] Dec 19 20:30:31.047 INFO O| Dec 19 20:30:31.046 INFO copying /tmp/.tmplSEuS3/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 ... |
9715 | 2024-12-19T20:30:32.480Z | [ host-image] Dec 19 20:30:31.047 INFO O| Dec 19 20:30:31.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9716 | 2024-12-19T20:30:32.483Z | [ host-image] Dec 19 20:30:31.047 INFO O| Dec 19 20:30:31.047 INFO ok! |
9717 | 2024-12-19T20:30:32.483Z | [ host-image] Dec 19 20:30:31.047 INFO O| Dec 19 20:30:31.047 INFO STEP 112 (ensure_file) COMPLETE |
9718 | 2024-12-19T20:30:32.483Z | [ host-image] Dec 19 20:30:31.047 INFO O| Dec 19 20:30:31.047 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9719 | 2024-12-19T20:30:32.500Z | [ host-image] Dec 19 20:30:31.066 INFO O| Dec 19 20:30:31.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9720 | 2024-12-19T20:30:32.500Z | [ host-image] Dec 19 20:30:31.066 INFO O| Dec 19 20:30:31.066 INFO copying /tmp/.tmplSEuS3/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 ... |
9721 | 2024-12-19T20:30:32.501Z | [ host-image] Dec 19 20:30:31.066 INFO O| Dec 19 20:30:31.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9722 | 2024-12-19T20:30:32.501Z | [ host-image] Dec 19 20:30:31.066 INFO O| Dec 19 20:30:31.066 INFO ok! |
9723 | 2024-12-19T20:30:32.501Z | [ host-image] Dec 19 20:30:31.066 INFO O| Dec 19 20:30:31.066 INFO STEP 113 (ensure_file) COMPLETE |
9724 | 2024-12-19T20:30:32.501Z | [ host-image] Dec 19 20:30:31.066 INFO O| Dec 19 20:30:31.066 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9725 | 2024-12-19T20:30:32.539Z | [ host-image] Dec 19 20:30:31.106 INFO O| Dec 19 20:30:31.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9726 | 2024-12-19T20:30:32.539Z | [ host-image] Dec 19 20:30:31.106 INFO O| Dec 19 20:30:31.106 INFO copying /tmp/.tmplSEuS3/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 ... |
9727 | 2024-12-19T20:30:32.543Z | [ host-image] Dec 19 20:30:31.106 INFO O| Dec 19 20:30:31.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9728 | 2024-12-19T20:30:32.543Z | [ host-image] Dec 19 20:30:31.106 INFO O| Dec 19 20:30:31.106 INFO ok! |
9729 | 2024-12-19T20:30:32.543Z | [ host-image] Dec 19 20:30:31.107 INFO O| Dec 19 20:30:31.106 INFO STEP 114 (ensure_file) COMPLETE |
9730 | 2024-12-19T20:30:32.543Z | [ host-image] Dec 19 20:30:31.107 INFO O| Dec 19 20:30:31.107 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9731 | 2024-12-19T20:30:32.559Z | [ host-image] Dec 19 20:30:31.126 INFO O| Dec 19 20:30:31.125 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9732 | 2024-12-19T20:30:32.559Z | [ host-image] Dec 19 20:30:31.126 INFO O| Dec 19 20:30:31.126 INFO copying /tmp/.tmplSEuS3/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 ... |
9733 | 2024-12-19T20:30:32.562Z | [ host-image] Dec 19 20:30:31.126 INFO O| Dec 19 20:30:31.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9734 | 2024-12-19T20:30:32.562Z | [ host-image] Dec 19 20:30:31.126 INFO O| Dec 19 20:30:31.126 INFO ok! |
9735 | 2024-12-19T20:30:32.562Z | [ host-image] Dec 19 20:30:31.126 INFO O| Dec 19 20:30:31.126 INFO STEP 115 (ensure_file) COMPLETE |
9736 | 2024-12-19T20:30:32.562Z | [ host-image] Dec 19 20:30:31.126 INFO O| Dec 19 20:30:31.126 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9737 | 2024-12-19T20:30:32.581Z | [ host-image] Dec 19 20:30:31.145 INFO O| Dec 19 20:30:31.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9738 | 2024-12-19T20:30:32.581Z | [ host-image] Dec 19 20:30:31.146 INFO O| Dec 19 20:30:31.146 INFO copying /tmp/.tmplSEuS3/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 ... |
9739 | 2024-12-19T20:30:32.585Z | [ host-image] Dec 19 20:30:31.146 INFO O| Dec 19 20:30:31.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9740 | 2024-12-19T20:30:32.585Z | [ host-image] Dec 19 20:30:31.146 INFO O| Dec 19 20:30:31.146 INFO ok! |
9741 | 2024-12-19T20:30:32.585Z | [ host-image] Dec 19 20:30:31.146 INFO O| Dec 19 20:30:31.146 INFO STEP 116 (ensure_file) COMPLETE |
9742 | 2024-12-19T20:30:32.585Z | [ host-image] Dec 19 20:30:31.146 INFO O| Dec 19 20:30:31.146 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9743 | 2024-12-19T20:30:32.598Z | [ host-image] Dec 19 20:30:31.165 INFO O| Dec 19 20:30:31.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9744 | 2024-12-19T20:30:32.598Z | [ host-image] Dec 19 20:30:31.165 INFO O| Dec 19 20:30:31.165 INFO copying /tmp/.tmplSEuS3/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 ... |
9745 | 2024-12-19T20:30:32.603Z | [ host-image] Dec 19 20:30:31.165 INFO O| Dec 19 20:30:31.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9746 | 2024-12-19T20:30:32.603Z | [ host-image] Dec 19 20:30:31.165 INFO O| Dec 19 20:30:31.165 INFO ok! |
9747 | 2024-12-19T20:30:32.603Z | [ host-image] Dec 19 20:30:31.165 INFO O| Dec 19 20:30:31.165 INFO STEP 117 (ensure_file) COMPLETE |
9748 | 2024-12-19T20:30:32.603Z | [ host-image] Dec 19 20:30:31.165 INFO O| Dec 19 20:30:31.165 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9749 | 2024-12-19T20:30:32.617Z | [ host-image] Dec 19 20:30:31.184 INFO O| Dec 19 20:30:31.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9750 | 2024-12-19T20:30:32.617Z | [ host-image] Dec 19 20:30:31.184 INFO O| Dec 19 20:30:31.184 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9751 | 2024-12-19T20:30:32.619Z | [ host-image] Dec 19 20:30:31.184 INFO O| Dec 19 20:30:31.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9752 | 2024-12-19T20:30:32.619Z | [ host-image] Dec 19 20:30:31.184 INFO O| Dec 19 20:30:31.184 INFO ok! |
9753 | 2024-12-19T20:30:32.620Z | [ host-image] Dec 19 20:30:31.184 INFO O| Dec 19 20:30:31.184 INFO STEP 118 (ensure_file) COMPLETE |
9754 | 2024-12-19T20:30:32.620Z | [ host-image] Dec 19 20:30:31.184 INFO O| Dec 19 20:30:31.184 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9755 | 2024-12-19T20:30:32.636Z | [ host-image] Dec 19 20:30:31.203 INFO O| Dec 19 20:30:31.203 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9756 | 2024-12-19T20:30:32.636Z | [ host-image] Dec 19 20:30:31.203 INFO O| Dec 19 20:30:31.203 INFO copying /tmp/.tmplSEuS3/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 ... |
9757 | 2024-12-19T20:30:32.639Z | [ host-image] Dec 19 20:30:31.203 INFO O| Dec 19 20:30:31.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9758 | 2024-12-19T20:30:32.639Z | [ host-image] Dec 19 20:30:31.203 INFO O| Dec 19 20:30:31.203 INFO ok! |
9759 | 2024-12-19T20:30:32.639Z | [ host-image] Dec 19 20:30:31.204 INFO O| Dec 19 20:30:31.203 INFO STEP 119 (ensure_file) COMPLETE |
9760 | 2024-12-19T20:30:32.639Z | [ host-image] Dec 19 20:30:31.204 INFO O| Dec 19 20:30:31.204 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9761 | 2024-12-19T20:30:32.656Z | [ host-image] Dec 19 20:30:31.223 INFO O| Dec 19 20:30:31.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9762 | 2024-12-19T20:30:32.656Z | [ host-image] Dec 19 20:30:31.223 INFO O| Dec 19 20:30:31.223 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9763 | 2024-12-19T20:30:32.660Z | [ host-image] Dec 19 20:30:31.224 INFO O| Dec 19 20:30:31.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9764 | 2024-12-19T20:30:32.660Z | [ host-image] Dec 19 20:30:31.224 INFO O| Dec 19 20:30:31.224 INFO ok! |
9765 | 2024-12-19T20:30:32.660Z | [ host-image] Dec 19 20:30:31.224 INFO O| Dec 19 20:30:31.224 INFO STEP 120 (ensure_file) COMPLETE |
9766 | 2024-12-19T20:30:32.660Z | [ host-image] Dec 19 20:30:31.224 INFO O| Dec 19 20:30:31.224 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9767 | 2024-12-19T20:30:32.676Z | [ host-image] Dec 19 20:30:31.243 INFO O| Dec 19 20:30:31.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9768 | 2024-12-19T20:30:32.676Z | [ host-image] Dec 19 20:30:31.243 INFO O| Dec 19 20:30:31.243 INFO copying /tmp/.tmplSEuS3/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9769 | 2024-12-19T20:30:44.147Z | [ host-image] Dec 19 20:30:42.712 INFO O| Dec 19 20:30:42.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9770 | 2024-12-19T20:30:44.147Z | [ host-image] Dec 19 20:30:42.712 INFO O| Dec 19 20:30:42.712 INFO ok! |
9771 | 2024-12-19T20:30:44.151Z | [ host-image] Dec 19 20:30:42.712 INFO O| Dec 19 20:30:42.712 INFO STEP 121 (ensure_file) COMPLETE |
9772 | 2024-12-19T20:30:44.152Z | [ host-image] Dec 19 20:30:42.712 INFO O| Dec 19 20:30:42.712 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9773 | 2024-12-19T20:30:44.177Z | [ host-image] Dec 19 20:30:42.742 INFO O| Dec 19 20:30:42.742 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9774 | 2024-12-19T20:30:44.177Z | [ host-image] Dec 19 20:30:42.742 INFO O| Dec 19 20:30:42.742 INFO STEP 122 (ensure_dir) COMPLETE |
9775 | 2024-12-19T20:30:44.180Z | [ host-image] Dec 19 20:30:42.742 INFO O| Dec 19 20:30:42.742 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9776 | 2024-12-19T20:30:44.219Z | [ host-image] Dec 19 20:30:42.784 INFO O| Dec 19 20:30:42.784 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9777 | 2024-12-19T20:30:44.219Z | [ host-image] Dec 19 20:30:42.784 INFO O| Dec 19 20:30:42.784 INFO STEP 123 (ensure_dir) COMPLETE |
9778 | 2024-12-19T20:30:44.219Z | [ host-image] Dec 19 20:30:42.784 INFO O| Dec 19 20:30:42.784 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9779 | 2024-12-19T20:30:44.238Z | [ host-image] Dec 19 20:30:42.803 INFO O| Dec 19 20:30:42.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9780 | 2024-12-19T20:30:44.238Z | [ host-image] Dec 19 20:30:42.803 INFO O| Dec 19 20:30:42.803 INFO STEP 124 (ensure_dir) COMPLETE |
9781 | 2024-12-19T20:30:44.240Z | [ host-image] Dec 19 20:30:42.803 INFO O| Dec 19 20:30:42.803 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9782 | 2024-12-19T20:30:44.256Z | [ host-image] Dec 19 20:30:42.821 INFO O| Dec 19 20:30:42.821 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9783 | 2024-12-19T20:30:44.256Z | [ host-image] Dec 19 20:30:42.821 INFO O| Dec 19 20:30:42.821 INFO STEP 125 (ensure_dir) COMPLETE |
9784 | 2024-12-19T20:30:44.260Z | [ host-image] Dec 19 20:30:42.821 INFO O| Dec 19 20:30:42.821 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9785 | 2024-12-19T20:30:44.275Z | [ host-image] Dec 19 20:30:42.840 INFO O| Dec 19 20:30:42.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9786 | 2024-12-19T20:30:44.275Z | [ host-image] Dec 19 20:30:42.840 INFO O| Dec 19 20:30:42.840 INFO copying /tmp/.tmplSEuS3/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 ... |
9787 | 2024-12-19T20:30:44.276Z | [ host-image] Dec 19 20:30:42.840 INFO O| Dec 19 20:30:42.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9788 | 2024-12-19T20:30:44.276Z | [ host-image] Dec 19 20:30:42.840 INFO O| Dec 19 20:30:42.840 INFO ok! |
9789 | 2024-12-19T20:30:44.280Z | [ host-image] Dec 19 20:30:42.840 INFO O| Dec 19 20:30:42.840 INFO STEP 126 (ensure_file) COMPLETE |
9790 | 2024-12-19T20:30:44.280Z | [ host-image] Dec 19 20:30:42.840 INFO O| Dec 19 20:30:42.840 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9791 | 2024-12-19T20:30:44.293Z | [ host-image] Dec 19 20:30:42.858 INFO O| Dec 19 20:30:42.858 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9792 | 2024-12-19T20:30:44.294Z | [ host-image] Dec 19 20:30:42.859 INFO O| Dec 19 20:30:42.858 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9793 | 2024-12-19T20:30:44.294Z | [ host-image] Dec 19 20:30:42.859 INFO O| Dec 19 20:30:42.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9794 | 2024-12-19T20:30:44.294Z | [ host-image] Dec 19 20:30:42.859 INFO O| Dec 19 20:30:42.858 INFO STEP 127 (ensure_dir) COMPLETE |
9795 | 2024-12-19T20:30:44.296Z | [ host-image] Dec 19 20:30:42.859 INFO O| Dec 19 20:30:42.858 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9796 | 2024-12-19T20:30:44.329Z | [ host-image] Dec 19 20:30:42.894 INFO O| Dec 19 20:30:42.894 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9797 | 2024-12-19T20:30:44.329Z | [ host-image] Dec 19 20:30:42.894 INFO O| Dec 19 20:30:42.894 INFO copying /tmp/.tmplSEuS3/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9798 | 2024-12-19T20:30:44.332Z | [ host-image] Dec 19 20:30:42.894 INFO O| Dec 19 20:30:42.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9799 | 2024-12-19T20:30:44.332Z | [ host-image] Dec 19 20:30:42.894 INFO O| Dec 19 20:30:42.894 INFO ok! |
9800 | 2024-12-19T20:30:44.332Z | [ host-image] Dec 19 20:30:42.894 INFO O| Dec 19 20:30:42.894 INFO STEP 128 (ensure_file) COMPLETE |
9801 | 2024-12-19T20:30:44.332Z | [ host-image] Dec 19 20:30:42.894 INFO O| Dec 19 20:30:42.894 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9802 | 2024-12-19T20:30:44.351Z | [ host-image] Dec 19 20:30:42.916 INFO O| Dec 19 20:30:42.916 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9803 | 2024-12-19T20:30:44.353Z | [ host-image] Dec 19 20:30:42.916 INFO O| Dec 19 20:30:42.916 INFO STEP 129 (remove_files) COMPLETE |
9804 | 2024-12-19T20:30:44.353Z | [ host-image] Dec 19 20:30:42.916 INFO O| Dec 19 20:30:42.916 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9805 | 2024-12-19T20:30:44.372Z | [ host-image] Dec 19 20:30:42.937 INFO O| Dec 19 20:30:42.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9806 | 2024-12-19T20:30:44.375Z | [ host-image] Dec 19 20:30:42.937 INFO O| Dec 19 20:30:42.937 INFO STEP 130 (remove_files) COMPLETE |
9807 | 2024-12-19T20:30:44.375Z | [ host-image] Dec 19 20:30:42.937 INFO O| Dec 19 20:30:42.937 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9808 | 2024-12-19T20:30:44.392Z | [ host-image] Dec 19 20:30:42.957 INFO O| Dec 19 20:30:42.957 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9809 | 2024-12-19T20:30:44.394Z | [ host-image] Dec 19 20:30:42.957 INFO O| Dec 19 20:30:42.957 INFO STEP 131 (remove_files) COMPLETE |
9810 | 2024-12-19T20:30:44.394Z | [ host-image] Dec 19 20:30:42.957 INFO O| Dec 19 20:30:42.957 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9811 | 2024-12-19T20:30:44.413Z | [ host-image] Dec 19 20:30:42.977 INFO O| Dec 19 20:30:42.977 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9812 | 2024-12-19T20:30:44.415Z | [ host-image] Dec 19 20:30:42.979 INFO O| Dec 19 20:30:42.978 INFO STEP 132 (remove_files) COMPLETE |
9813 | 2024-12-19T20:30:44.415Z | [ host-image] Dec 19 20:30:42.979 INFO O| Dec 19 20:30:42.979 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9814 | 2024-12-19T20:30:44.473Z | [ host-image] Dec 19 20:30:43.038 INFO O| Dec 19 20:30:43.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9815 | 2024-12-19T20:30:44.476Z | [ host-image] Dec 19 20:30:43.038 INFO O| Dec 19 20:30:43.038 INFO STEP 133 (remove_files) COMPLETE |
9816 | 2024-12-19T20:30:44.476Z | [ host-image] Dec 19 20:30:43.038 INFO O| Dec 19 20:30:43.038 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9817 | 2024-12-19T20:30:44.494Z | [ host-image] Dec 19 20:30:43.059 INFO O| Dec 19 20:30:43.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9818 | 2024-12-19T20:30:44.497Z | [ host-image] Dec 19 20:30:43.059 INFO O| Dec 19 20:30:43.059 INFO STEP 134 (remove_files) COMPLETE |
9819 | 2024-12-19T20:30:44.497Z | [ host-image] Dec 19 20:30:43.059 INFO O| Dec 19 20:30:43.059 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9820 | 2024-12-19T20:30:44.517Z | [ host-image] Dec 19 20:30:43.082 INFO O| Dec 19 20:30:43.082 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9821 | 2024-12-19T20:30:44.517Z | [ host-image] Dec 19 20:30:43.082 INFO O| Dec 19 20:30:43.082 INFO STEP 135 (remove_files) COMPLETE |
9822 | 2024-12-19T20:30:44.518Z | [ host-image] Dec 19 20:30:43.082 INFO O| Dec 19 20:30:43.082 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9823 | 2024-12-19T20:30:44.538Z | [ host-image] Dec 19 20:30:43.103 INFO O| Dec 19 20:30:43.103 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9824 | 2024-12-19T20:30:44.538Z | [ host-image] Dec 19 20:30:43.103 INFO O| Dec 19 20:30:43.103 INFO STEP 136 (remove_files) COMPLETE |
9825 | 2024-12-19T20:30:44.538Z | [ host-image] Dec 19 20:30:43.103 INFO O| Dec 19 20:30:43.103 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9826 | 2024-12-19T20:30:44.560Z | [ host-image] Dec 19 20:30:43.125 INFO O| Dec 19 20:30:43.125 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9827 | 2024-12-19T20:30:44.560Z | [ host-image] Dec 19 20:30:43.125 INFO O| Dec 19 20:30:43.125 INFO STEP 137 (remove_files) COMPLETE |
9828 | 2024-12-19T20:30:44.563Z | [ host-image] Dec 19 20:30:43.125 INFO O| Dec 19 20:30:43.125 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9829 | 2024-12-19T20:30:44.597Z | [ host-image] Dec 19 20:30:43.162 INFO O| Dec 19 20:30:43.162 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9830 | 2024-12-19T20:30:44.597Z | [ host-image] Dec 19 20:30:43.162 INFO O| Dec 19 20:30:43.162 INFO STEP 138 (remove_files) COMPLETE |
9831 | 2024-12-19T20:30:44.600Z | [ host-image] Dec 19 20:30:43.162 INFO O| Dec 19 20:30:43.162 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9832 | 2024-12-19T20:30:44.630Z | [ host-image] Dec 19 20:30:43.195 INFO O| Dec 19 20:30:43.195 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9833 | 2024-12-19T20:30:44.630Z | [ host-image] Dec 19 20:30:43.195 INFO O| Dec 19 20:30:43.195 INFO STEP 139 (remove_files) COMPLETE |
9834 | 2024-12-19T20:30:44.630Z | [ host-image] Dec 19 20:30:43.195 INFO O| Dec 19 20:30:43.195 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2024-12-19T20:30:44.652Z | [ host-image] Dec 19 20:30:43.217 INFO O| Dec 19 20:30:43.216 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9836 | 2024-12-19T20:30:44.652Z | [ host-image] Dec 19 20:30:43.217 INFO O| Dec 19 20:30:43.217 INFO STEP 140 (remove_files) COMPLETE |
9837 | 2024-12-19T20:30:44.652Z | [ host-image] Dec 19 20:30:43.217 INFO O| Dec 19 20:30:43.217 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2024-12-19T20:30:44.672Z | [ host-image] Dec 19 20:30:43.237 INFO O| Dec 19 20:30:43.237 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9839 | 2024-12-19T20:30:44.672Z | [ host-image] Dec 19 20:30:43.237 INFO O| Dec 19 20:30:43.237 INFO STEP 141 (remove_files) COMPLETE |
9840 | 2024-12-19T20:30:44.672Z | [ host-image] Dec 19 20:30:43.237 INFO O| Dec 19 20:30:43.237 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2024-12-19T20:30:44.692Z | [ host-image] Dec 19 20:30:43.257 INFO O| Dec 19 20:30:43.257 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9842 | 2024-12-19T20:30:44.692Z | [ host-image] Dec 19 20:30:43.257 INFO O| Dec 19 20:30:43.257 INFO STEP 142 (remove_files) COMPLETE |
9843 | 2024-12-19T20:30:44.692Z | [ host-image] Dec 19 20:30:43.257 INFO O| Dec 19 20:30:43.257 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2024-12-19T20:30:44.714Z | [ host-image] Dec 19 20:30:43.278 INFO O| Dec 19 20:30:43.278 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9845 | 2024-12-19T20:30:44.714Z | [ host-image] Dec 19 20:30:43.278 INFO O| Dec 19 20:30:43.278 INFO STEP 143 (remove_files) COMPLETE |
9846 | 2024-12-19T20:30:44.714Z | [ host-image] Dec 19 20:30:43.278 INFO O| Dec 19 20:30:43.278 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2024-12-19T20:30:44.734Z | [ host-image] Dec 19 20:30:43.299 INFO O| Dec 19 20:30:43.299 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9848 | 2024-12-19T20:30:44.734Z | [ host-image] Dec 19 20:30:43.299 INFO O| Dec 19 20:30:43.299 INFO STEP 144 (remove_files) COMPLETE |
9849 | 2024-12-19T20:30:44.736Z | [ host-image] Dec 19 20:30:43.299 INFO O| Dec 19 20:30:43.299 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9850 | 2024-12-19T20:30:44.763Z | [ host-image] Dec 19 20:30:43.328 INFO O| Dec 19 20:30:43.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9851 | 2024-12-19T20:30:44.763Z | [ host-image] Dec 19 20:30:43.328 INFO O| Dec 19 20:30:43.328 INFO STEP 145 (remove_files) COMPLETE |
9852 | 2024-12-19T20:30:44.767Z | [ host-image] Dec 19 20:30:43.328 INFO O| Dec 19 20:30:43.328 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9853 | 2024-12-19T20:30:44.821Z | [ host-image] Dec 19 20:30:43.386 INFO O| Dec 19 20:30:43.386 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9854 | 2024-12-19T20:30:44.821Z | [ host-image] Dec 19 20:30:43.386 INFO O| Dec 19 20:30:43.386 INFO STEP 146 (remove_files) COMPLETE |
9855 | 2024-12-19T20:30:44.821Z | [ host-image] Dec 19 20:30:43.386 INFO O| Dec 19 20:30:43.386 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9856 | 2024-12-19T20:30:44.844Z | [ host-image] Dec 19 20:30:43.408 INFO O| Dec 19 20:30:43.408 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9857 | 2024-12-19T20:30:44.844Z | [ host-image] Dec 19 20:30:43.409 INFO O| Dec 19 20:30:43.408 INFO STEP 147 (remove_files) COMPLETE |
9858 | 2024-12-19T20:30:44.844Z | [ host-image] Dec 19 20:30:43.409 INFO O| Dec 19 20:30:43.409 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2024-12-19T20:30:44.866Z | [ host-image] Dec 19 20:30:43.430 INFO O| Dec 19 20:30:43.430 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9860 | 2024-12-19T20:30:44.866Z | [ host-image] Dec 19 20:30:43.430 INFO O| Dec 19 20:30:43.430 INFO STEP 148 (remove_files) COMPLETE |
9861 | 2024-12-19T20:30:44.866Z | [ host-image] Dec 19 20:30:43.430 INFO O| Dec 19 20:30:43.430 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2024-12-19T20:30:44.886Z | [ host-image] Dec 19 20:30:43.451 INFO O| Dec 19 20:30:43.451 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9863 | 2024-12-19T20:30:44.887Z | [ host-image] Dec 19 20:30:43.451 INFO O| Dec 19 20:30:43.451 INFO STEP 149 (remove_files) COMPLETE |
9864 | 2024-12-19T20:30:44.887Z | [ host-image] Dec 19 20:30:43.451 INFO O| Dec 19 20:30:43.451 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9865 | 2024-12-19T20:30:44.912Z | [ host-image] Dec 19 20:30:43.476 INFO O| Dec 19 20:30:43.476 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9866 | 2024-12-19T20:30:44.914Z | [ host-image] Dec 19 20:30:43.477 INFO O| Dec 19 20:30:43.477 INFO STEP 150 (remove_files) COMPLETE |
9867 | 2024-12-19T20:30:44.914Z | [ host-image] Dec 19 20:30:43.477 INFO O| Dec 19 20:30:43.477 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9868 | 2024-12-19T20:30:44.935Z | [ host-image] Dec 19 20:30:43.500 INFO O| Dec 19 20:30:43.499 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9869 | 2024-12-19T20:30:44.935Z | [ host-image] Dec 19 20:30:43.500 INFO O| Dec 19 20:30:43.500 INFO STEP 151 (remove_files) COMPLETE |
9870 | 2024-12-19T20:30:44.935Z | [ host-image] Dec 19 20:30:43.500 INFO O| Dec 19 20:30:43.500 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9871 | 2024-12-19T20:30:44.956Z | [ host-image] Dec 19 20:30:43.521 INFO O| Dec 19 20:30:43.520 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9872 | 2024-12-19T20:30:44.959Z | [ host-image] Dec 19 20:30:43.521 INFO O| Dec 19 20:30:43.521 INFO STEP 152 (remove_files) COMPLETE |
9873 | 2024-12-19T20:30:44.959Z | [ host-image] Dec 19 20:30:43.521 INFO O| Dec 19 20:30:43.521 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9874 | 2024-12-19T20:30:44.975Z | [ host-image] Dec 19 20:30:43.539 INFO O| Dec 19 20:30:43.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9875 | 2024-12-19T20:30:44.975Z | [ host-image] Dec 19 20:30:43.539 INFO O| Dec 19 20:30:43.539 INFO STEP 153 (remove_files) COMPLETE |
9876 | 2024-12-19T20:30:44.975Z | [ host-image] Dec 19 20:30:43.539 INFO O| Dec 19 20:30:43.539 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9877 | 2024-12-19T20:30:44.991Z | [ host-image] Dec 19 20:30:43.556 INFO O| Dec 19 20:30:43.556 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9878 | 2024-12-19T20:30:44.991Z | [ host-image] Dec 19 20:30:43.556 INFO O| Dec 19 20:30:43.556 INFO STEP 154 (remove_files) COMPLETE |
9879 | 2024-12-19T20:30:44.991Z | [ host-image] Dec 19 20:30:43.556 INFO O| Dec 19 20:30:43.556 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9880 | 2024-12-19T20:30:45.009Z | [ host-image] Dec 19 20:30:43.574 INFO O| Dec 19 20:30:43.573 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9881 | 2024-12-19T20:30:45.009Z | [ host-image] Dec 19 20:30:43.574 INFO O| Dec 19 20:30:43.574 INFO STEP 155 (remove_files) COMPLETE |
9882 | 2024-12-19T20:30:45.009Z | [ host-image] Dec 19 20:30:43.574 INFO O| Dec 19 20:30:43.574 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9883 | 2024-12-19T20:30:45.044Z | [ host-image] Dec 19 20:30:43.609 INFO O| Dec 19 20:30:43.608 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9884 | 2024-12-19T20:30:45.044Z | [ host-image] Dec 19 20:30:43.609 INFO O| Dec 19 20:30:43.609 INFO STEP 156 (remove_files) COMPLETE |
9885 | 2024-12-19T20:30:45.047Z | [ host-image] Dec 19 20:30:43.609 INFO O| Dec 19 20:30:43.609 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9886 | 2024-12-19T20:30:45.062Z | [ host-image] Dec 19 20:30:43.626 INFO O| Dec 19 20:30:43.626 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9887 | 2024-12-19T20:30:45.062Z | [ host-image] Dec 19 20:30:43.626 INFO O| Dec 19 20:30:43.626 INFO STEP 157 (remove_files) COMPLETE |
9888 | 2024-12-19T20:30:45.062Z | [ host-image] Dec 19 20:30:43.626 INFO O| Dec 19 20:30:43.626 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9889 | 2024-12-19T20:30:45.090Z | [ host-image] Dec 19 20:30:43.655 INFO O| Dec 19 20:30:43.654 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9890 | 2024-12-19T20:30:45.092Z | [ host-image] Dec 19 20:30:43.655 INFO O| Dec 19 20:30:43.655 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9891 | 2024-12-19T20:30:54.394Z | [ host-image] Dec 19 20:30:52.957 INFO O| Dec 19 20:30:52.957 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 |
9892 | 2024-12-19T20:30:54.395Z | [ host-image] Dec 19 20:30:52.957 INFO O| Dec 19 20:30:52.957 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9893 | 2024-12-19T20:30:54.415Z | [ host-image] Dec 19 20:30:52.978 INFO O| Dec 19 20:30:52.978 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9894 | 2024-12-19T20:30:54.559Z | [ host-image] Dec 19 20:30:53.122 INFO O| Dec 19 20:30:53.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9895 | 2024-12-19T20:30:54.559Z | [ host-image] Dec 19 20:30:53.122 INFO O| Dec 19 20:30:53.122 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9896 | 2024-12-19T20:30:54.563Z | [ host-image] Dec 19 20:30:53.126 INFO O| Dec 19 20:30:53.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9897 | 2024-12-19T20:30:54.563Z | [ host-image] Dec 19 20:30:53.126 INFO O| Dec 19 20:30:53.126 INFO ok! |
9898 | 2024-12-19T20:30:54.565Z | [ host-image] Dec 19 20:30:53.126 INFO O| Dec 19 20:30:53.126 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9899 | 2024-12-19T20:30:54.565Z | [ host-image] Dec 19 20:30:53.126 INFO O| Dec 19 20:30:53.126 INFO STEP 158 (seed_smf) COMPLETE |
9900 | 2024-12-19T20:30:54.565Z | [ host-image] Dec 19 20:30:53.126 INFO O| Dec 19 20:30:53.126 INFO steps complete; finalising image! |
9901 | 2024-12-19T20:30:54.565Z | [ host-image] Dec 19 20:30:53.126 INFO O| Dec 19 20:30:53.126 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9902 | 2024-12-19T20:30:54.759Z | [ host-image] Dec 19 20:30:53.322 INFO O| Dec 19 20:30:53.322 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Dec 19 20:30:53 2024) |
9903 | 2024-12-19T20:30:54.972Z | [ host-image] Dec 19 20:30:53.535 INFO O| Dec 19 20:30:53.535 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Thu Dec 19 20:30:53 2024) |
9904 | 2024-12-19T20:30:55.229Z | [ host-image] Dec 19 20:30:53.792 INFO O| Dec 19 20:30:53.792 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio |
9905 | 2024-12-19T20:30:55.229Z | [ host-image] Dec 19 20:30:53.792 INFO O| Dec 19 20:30:53.792 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9906 | 2024-12-19T20:30:55.983Z | [ host-image] Dec 19 20:30:54.546 INFO O| Dec 19 20:30:54.546 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9907 | 2024-12-19T20:30:55.984Z | [ host-image] Dec 19 20:30:54.546 INFO O| Dec 19 20:30:54.546 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9908 | 2024-12-19T20:30:57.796Z | [ host-image] Dec 19 20:30:56.358 INFO O| Dec 19 20:30:56.358 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9909 | 2024-12-19T20:30:57.796Z | [ host-image] Dec 19 20:30:56.358 INFO O| Dec 19 20:30:56.358 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9910 | 2024-12-19T20:30:57.799Z | [ host-image] Dec 19 20:30:56.358 INFO O| Dec 19 20:30:56.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9911 | 2024-12-19T20:30:57.799Z | [ host-image] Dec 19 20:30:56.359 INFO O| Dec 19 20:30:56.358 INFO completed processing gimlet/zfs |
9912 | 2024-12-19T20:30:57.799Z | [ host-image] Dec 19 20:30:56.359 INFO O| Dec 19 20:30:56.358 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9913 | 2024-12-19T20:31:06.254Z | [ host-image] Dec 19 20:31:04.814 INFO O| Dec 19 20:31:04.814 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9914 | 2024-12-19T20:31:06.380Z | [ host-image] Dec 19 20:31:04.941 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n" |
9915 | 2024-12-19T20:31:06.380Z | [ host-image] Dec 19 20:31:04.941 INFO expanded image name: "ci f26b052/${os_short_commit} 2024-12-19 19:55" -> "ci f26b052/7274828 2024-12-19 19:55" |
9916 | 2024-12-19T20:31:06.383Z | [ host-image] Dec 19 20:31:04.941 INFO output artefacts stored in: "/work/os-host" |
9917 | 2024-12-19T20:31:06.383Z | [ host-image] Dec 19 20:31:04.941 INFO collecting git info from project "pilot"... |
9918 | 2024-12-19T20:31:06.390Z | [ host-image] Dec 19 20:31:04.951 INFO collecting git info from project "image-builder"... |
9919 | 2024-12-19T20:31:06.399Z | [ host-image] Dec 19 20:31:04.960 INFO collecting git info from project "chelsio-t6-roms"... |
9920 | 2024-12-19T20:31:06.407Z | [ host-image] Dec 19 20:31:04.968 INFO collecting git info from project "bootserver"... |
9921 | 2024-12-19T20:31:06.415Z | [ host-image] Dec 19 20:31:04.976 INFO collecting git info from project "pinprick"... |
9922 | 2024-12-19T20:31:06.442Z | [ host-image] Dec 19 20:31:05.003 INFO collecting git info from project "phbl"... |
9923 | 2024-12-19T20:31:06.453Z | [ host-image] Dec 19 20:31:05.013 INFO collecting git info from project "amd-host-image-builder"... |
9924 | 2024-12-19T20:31:06.508Z | [ host-image] Dec 19 20:31:05.069 INFO collecting git info from project "amd-firmware"... |
9925 | 2024-12-19T20:31:06.550Z | [ host-image] Dec 19 20:31:05.110 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9926 | 2024-12-19T20:31:07.663Z | [ host-image] Dec 19 20:31:06.223 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9927 | 2024-12-19T20:31:08.375Z | [ host-image] Dec 19 20:31:06.936 INFO creating Oxide boot image... |
9928 | 2024-12-19T20:31:08.375Z | [ host-image] Dec 19 20:31:06.936 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f26b052/7274828 2024-12-19 19:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9929 | 2024-12-19T20:31:09.691Z | [ host-image] Dec 19 20:31:08.250 INFO O| ok, image written! |
9930 | 2024-12-19T20:31:09.691Z | [ host-image] Dec 19 20:31:08.250 INFO O| ok, boot_image_csum file written! |
9931 | 2024-12-19T20:31:09.694Z | [ host-image] Dec 19 20:31:08.254 INFO creating boot archive (CPIO)... |
9932 | 2024-12-19T20:31:09.694Z | [ host-image] Dec 19 20:31:08.254 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 |
9933 | 2024-12-19T20:31:09.709Z | [ host-image] Dec 19 20:31:08.269 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9934 | 2024-12-19T20:31:09.709Z | [ host-image] Dec 19 20:31:08.269 INFO E| + outfile=/work/os-host/cpio |
9935 | 2024-12-19T20:31:09.711Z | [ host-image] Dec 19 20:31:08.269 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9936 | 2024-12-19T20:31:09.714Z | [ host-image] Dec 19 20:31:08.273 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9937 | 2024-12-19T20:31:09.714Z | [ host-image] Dec 19 20:31:08.273 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9938 | 2024-12-19T20:31:09.773Z | [ host-image] Dec 19 20:31:08.333 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9939 | 2024-12-19T20:31:09.773Z | [ host-image] Dec 19 20:31:08.333 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9940 | 2024-12-19T20:31:09.783Z | [ host-image] Dec 19 20:31:08.343 INFO creating compressed cpio/unix for nanobl-rs... |
9941 | 2024-12-19T20:31:09.783Z | [ host-image] Dec 19 20:31:08.343 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 |
9942 | 2024-12-19T20:31:10.194Z | [ host-image] Dec 19 20:31:08.755 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9943 | 2024-12-19T20:31:16.249Z | [ host-image] Dec 19 20:31:14.808 INFO creating reset image... |
9944 | 2024-12-19T20:31:16.249Z | [ host-image] Dec 19 20:31:14.808 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9945 | 2024-12-19T20:31:16.447Z | [ host-image] Dec 19 20:31:15.005 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
9946 | 2024-12-19T20:31:16.494Z | [ host-image] Dec 19 20:31:15.053 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9947 | 2024-12-19T20:31:16.651Z | [ host-image] Dec 19 20:31:15.211 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9948 | 2024-12-19T20:31:20.668Z | [ host-image] Dec 19 20:31:19.226 INFO E| Finished `release` profile [optimized] target(s) in 4.13s |
9949 | 2024-12-19T20:31:20.686Z | [ host-image] Dec 19 20:31:19.245 INFO building host image... |
9950 | 2024-12-19T20:31:20.689Z | [ host-image] Dec 19 20:31:19.245 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") |
9951 | 2024-12-19T20:31:21.654Z | [ host-image] Dec 19 20:31:20.213 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9952 | 2024-12-19T20:32:38.655Z | [ host-image] Dec 19 20:32:37.199 INFO image complete! materials are in "/work/os-host" |
9953 | 2024-12-19T20:32:38.659Z | [ host-image] |
9954 | 2024-12-19T20:32:38.659Z | [ host-image] real 14:10.854044402 |
9955 | 2024-12-19T20:32:38.661Z | [ host-image] user 6:48.730679841 |
9956 | 2024-12-19T20:32:38.661Z | [ host-image] sys 1:09.702442326 |
9957 | 2024-12-19T20:32:38.661Z | [ host-image] trap 0.324161572 |
9958 | 2024-12-19T20:32:38.661Z | [ host-image] tflt 0.054818963 |
9959 | 2024-12-19T20:32:38.661Z | [ host-image] dflt 0.250859668 |
9960 | 2024-12-19T20:32:38.661Z | [ host-image] kflt 0.005558797 |
9961 | 2024-12-19T20:32:38.661Z | [ host-image] lock 8:40.615405686 |
9962 | 2024-12-19T20:32:38.661Z | [ host-image] slp 1:15:09.649677524 |
9963 | 2024-12-19T20:32:38.661Z | [ host-image] lat 3:02.215930494 |
9964 | 2024-12-19T20:32:38.661Z | [ host-image] stop 1.183234663 |
9965 | 2024-12-19T20:32:38.662Z | Dec 19 20:32:37.205 INFO [host-image] process exited with exit status: 0 (850.87303456s) |
9966 | 2024-12-19T20:32:38.662Z | Dec 19 20:32:37.205 INFO [tuf-repo] running task |
9967 | 2024-12-19T20:32:50.236Z | Dec 19 20:32:48.779 INFO assembling repository in `/tmp/tufaceousb1dajX`, component: OmicronRepoAssembler |
9968 | 2024-12-19T20:33:10.844Z | Dec 19 20:33:09.383 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9969 | 2024-12-19T20:33:11.085Z | Dec 19 20:33:09.624 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9970 | 2024-12-19T20:33:25.465Z | Dec 19 20:33:24.001 INFO [tuf-repo] task succeeded (46.796078676s) |
9971 | 2024-12-19T20:34:25.172Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 40s |
9972 | 2024-12-19T20:34:25.564Z | Dec 19 20:34:24.090 INFO [verify-libraries] process exited with exit status: 0 (944.224710725s) |
9973 | 2024-12-19T20:34:25.564Z | Dec 19 20:34:24.090 INFO all jobs completed in 2321.364110442s |
9974 | 2024-12-19T20:34:28.525Z | process exited: duration 3026504 ms, exit code 0 |
|
9975 | 2024-12-19T20:34:28.541Z | found 33 output files |
9976 | 2024-12-19T20:34:28.541Z | uploading: /work/manifest.toml (8404 bytes) |
9977 | 2024-12-19T20:34:29.555Z | uploaded: /work/manifest.toml |
9978 | 2024-12-19T20:34:29.555Z | uploading: /work/repo.zip (1946122603 bytes) |
9979 | 2024-12-19T20:35:10.333Z | uploaded: /work/repo.zip |
9980 | 2024-12-19T20:35:10.333Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9981 | 2024-12-19T20:35:11.356Z | uploaded: /work/repo.zip.sha256.txt |
9982 | 2024-12-19T20:35:11.358Z | uploading: /work/helios-setup.log (66237 bytes) |
9983 | 2024-12-19T20:35:12.366Z | uploaded: /work/helios-setup.log |
9984 | 2024-12-19T20:35:12.366Z | uploading: /work/host-image.log (197833 bytes) |
9985 | 2024-12-19T20:35:13.380Z | uploaded: /work/host-image.log |
9986 | 2024-12-19T20:35:13.380Z | uploading: /work/host-package.log (22208 bytes) |
9987 | 2024-12-19T20:35:14.389Z | uploaded: /work/host-package.log |
9988 | 2024-12-19T20:35:14.392Z | uploading: /work/host-target.log (101 bytes) |
9989 | 2024-12-19T20:35:15.396Z | uploaded: /work/host-target.log |
9990 | 2024-12-19T20:35:15.396Z | uploading: /work/omicron-package.log (5666 bytes) |
9991 | 2024-12-19T20:35:16.404Z | uploaded: /work/omicron-package.log |
9992 | 2024-12-19T20:35:16.404Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9993 | 2024-12-19T20:35:17.412Z | uploaded: /work/phbl-toolchain.log |
9994 | 2024-12-19T20:35:17.412Z | uploading: /work/recovery-image.log (592857 bytes) |
9995 | 2024-12-19T20:35:18.433Z | uploaded: /work/recovery-image.log |
9996 | 2024-12-19T20:35:18.433Z | uploading: /work/recovery-package.log (321 bytes) |
9997 | 2024-12-19T20:35:19.442Z | uploaded: /work/recovery-package.log |
9998 | 2024-12-19T20:35:19.444Z | uploading: /work/recovery-target.log (98 bytes) |
9999 | 2024-12-19T20:35:20.451Z | uploaded: /work/recovery-target.log |
10000 | 2024-12-19T20:35:20.451Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10001 | 2024-12-19T20:35:21.460Z | uploaded: /work/stamp-clickhouse.log |
10002 | 2024-12-19T20:35:21.461Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10003 | 2024-12-19T20:35:22.473Z | uploaded: /work/stamp-clickhouse_keeper.log |
10004 | 2024-12-19T20:35:22.474Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10005 | 2024-12-19T20:35:23.482Z | uploaded: /work/stamp-cockroachdb.log |
10006 | 2024-12-19T20:35:23.482Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10007 | 2024-12-19T20:35:24.492Z | uploaded: /work/stamp-crucible-dtrace.log |
10008 | 2024-12-19T20:35:24.492Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10009 | 2024-12-19T20:35:25.499Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10010 | 2024-12-19T20:35:25.499Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10011 | 2024-12-19T20:35:26.506Z | uploaded: /work/stamp-crucible-zone.log |
10012 | 2024-12-19T20:35:26.506Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10013 | 2024-12-19T20:35:27.514Z | uploaded: /work/stamp-external-dns.log |
10014 | 2024-12-19T20:35:27.514Z | uploading: /work/stamp-installinator.log (103 bytes) |
10015 | 2024-12-19T20:35:28.522Z | uploaded: /work/stamp-installinator.log |
10016 | 2024-12-19T20:35:28.522Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10017 | 2024-12-19T20:35:29.531Z | uploaded: /work/stamp-internal-dns.log |
10018 | 2024-12-19T20:35:29.534Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10019 | 2024-12-19T20:35:30.540Z | uploaded: /work/stamp-mg-ddm-gz.log |
10020 | 2024-12-19T20:35:30.540Z | uploading: /work/stamp-nexus.log (112 bytes) |
10021 | 2024-12-19T20:35:31.549Z | uploaded: /work/stamp-nexus.log |
10022 | 2024-12-19T20:35:31.549Z | uploading: /work/stamp-ntp.log (110 bytes) |
10023 | 2024-12-19T20:35:32.558Z | uploaded: /work/stamp-ntp.log |
10024 | 2024-12-19T20:35:32.558Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10025 | 2024-12-19T20:35:33.566Z | uploaded: /work/stamp-omicron-sled-agent.log |
10026 | 2024-12-19T20:35:33.566Z | uploading: /work/stamp-overlay.log (114 bytes) |
10027 | 2024-12-19T20:35:34.575Z | uploaded: /work/stamp-overlay.log |
10028 | 2024-12-19T20:35:34.575Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10029 | 2024-12-19T20:35:35.585Z | uploaded: /work/stamp-oximeter.log |
10030 | 2024-12-19T20:35:35.585Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10031 | 2024-12-19T20:35:36.593Z | uploaded: /work/stamp-oxlog.log |
10032 | 2024-12-19T20:35:36.593Z | uploading: /work/stamp-probe.log (112 bytes) |
10033 | 2024-12-19T20:35:37.603Z | uploaded: /work/stamp-probe.log |
10034 | 2024-12-19T20:35:37.603Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10035 | 2024-12-19T20:35:38.612Z | uploaded: /work/stamp-propolis-server.log |
10036 | 2024-12-19T20:35:38.612Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10037 | 2024-12-19T20:35:39.631Z | uploaded: /work/stamp-pumpkind-gz.log |
10038 | 2024-12-19T20:35:39.631Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10039 | 2024-12-19T20:35:40.639Z | uploaded: /work/stamp-switch-asic.log |
10040 | 2024-12-19T20:35:40.642Z | uploading: /work/verify-libraries.log (5773 bytes) |
10041 | 2024-12-19T20:35:41.647Z | uploaded: /work/verify-libraries.log |